@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.navigation {
	display: block;
}
#gtBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 36px;
	border: solid 2px #212A61;
	outline: none;
	background-color: white;
	color: #212A61;
	cursor: pointer;
	border-radius: 50%;
	height: 45px;
	width: 45px;
  }
  

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding-top: 229px;
}
a:focus, a:active {
	outline: none !important;
}

header {
	width: 100%;
	position: fixed;
	padding: 10px 0;
	box-sizing: border-box;
	top: 0;
	z-index: 80;
	background-color: #FFFFFF;
}
footer {
	width: 100%;
	position: relative;
	padding: 10px 0;
	box-sizing: border-box;
}

.div-page-in, .nav, .content-item, .div-page-in-slider, .div-page-in-bread {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.div-page-in {
	padding: 50px 0;
}
.header-div {
	position: relative;
  	width: 100%;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.cartajax-module a, .header-lk-link a {
	text-decoration: none;
	color: #000000;
}
.fa-shopping-cart {
	font-size: 25px;
}
.cartajax-module .cartajax-module-count
{
  font-size: 16px;
  text-align: left;
  padding: 0 0 10px;
  margin: 30px 0;
}
.header-search .btn-lg
{
  font-size: 15px;
  line-height: 18px;
  padding: 10px;
  text-shadow: 0 1px 0 #FFF;
}
.header-search .input-lg
{
  height: 42px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.btn-default
{
  border-radius: 7px !important;
  border: 2px solid #212A61;
  background-color: #FFFFFF;
  color: #212A61;
  margin-right: 10px;
}
.btn-default:hover
{
  text-decoration: none;
  cursor: pointer;
  border-radius: 7px;
  border: 2px solid #212A61;
  background-color: #FFFFFF;
  color: #212A61;
}

.nav-bl {
	height: 50px;
	background-color: #212A61;
	width: 100%;
	box-sizing: border-box;
	margin: 0px auto;
	position: fixed;
	top: 179px;
	z-index:80;
}

.nav-catmenu, .nav-menu {
	display: inline-block;
	vertical-align: top;
}
.nav-catmenu {
	min-width: 320px;
}

.nav-catmenu-button {
	background: url('/images/catmenu.png') 20px center no-repeat #F4EC6D;
	max-width: 320px;
	padding: 15px 15px 15px 65px;
	box-sizing: border-box;
}

.nav-catmenu-button {
	color: #212A61;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
}

#catmenu {
	display: none;
	max-width: 320px;
	background-color: #FFFFFF;
	z-index: 3;
	position: relative;
}
.accordeon {
	max-width: 320px;
}
.accordeon,
.accordeon ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordeon li {
	margin: 0 0 3px 0;
	padding: 0 15px 0 0;
	box-sizing: border-box;
	position: relative;
	background: #EBEBEB;
}
.accordeon > li > a {
	background: #EBEBEB;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
	box-sizing: border-box;
	width: 100%;
}
.accordeon > li > a.more {
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px 12px;
	font-size: 16px;
	font-weight: 600;
}
.accordeon > li.slide > a,
.accordeon > li.active > a {
	background: #212A61;
	color: #FFF;
}
.accordeon > li > ul {
	display: none;
	width: 100%;
	background: #EBEBEB;
	padding: 10px 0;
}
.accordeon > li.active > ul {
	display: block;
}
.accordeon > li > ul > li {
	padding: 5px 30px;
	text-decoration: none;
	display: block;
	color: #333;
}
.accordeon > li > ul > li a {
	color: #4f4f4f;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 4px 2px;
	text-decoration: none;
	box-sizing: border-box;
	width: 100%;
}
.accordeon > li > ul > li a.selected {
	color: #212A61;

}

a.more {
	text-align: right;
	line-height: 100%;
}


.topmenu:after {
	content: "";
	display: table;
	clear: both;
}

.topmenu > li {
	list-style: none;
	float: left;
	position: relative;
}

.resnav .topmenu > li {
	height: 50px;
   	line-height: 50px;
   	float:none;
   	position: relative;
   	font-weight: 700 !important;
}

.topmenu > li > a {
	font-size: 16px;
	font-weight: 400;
    text-transform: uppercase;
	color: #FFFFFF;
	padding: 16px 25px;
	text-decoration: none;
    cursor: pointer;
}

.topmenu > li > a:hover {
	color: #F4EC6D;
}

ul.mod-breadcrumbs {
	list-style: none;
	padding-left: 0;
	margin: 30px auto;
	overflow: hidden;
}

ul.mod-breadcrumbs li {
	display: block;
	float: left;
	margin-right: 7px;
	font-size: 14px;
	color: #000;
}

ul.mod-breadcrumbs a {
	text-decoration: underline;
	font-size: 14px;
	color: #000;
}

.top-time, .top-map {
	color: #232323;
	font-size: 14px;
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}
.top-time:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 5px;
	font-size: 20px;
  	content: "\f017";
	color: #C9C9C9;
}

.top-map:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 8px;
	font-size: 20px;
  	content: "\f041";
	  color: #C9C9C9;
}
.top-phone {
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}
.top-phone:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 5px;
	font-size: 20px;
  	content: "\f095";
	  color: #C9C9C9;
}
.top-email {
	color: rgb(62, 62, 62);
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}
.top-email:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 5px;
	font-size: 20px;
  	content: "\f0e0";
	  color: #C9C9C9;
}
.top-socb {
	color: rgb(62, 62, 62);
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	position: relative;
	margin-bottom: 20px;
}
.top-socb a {
	margin: 0 10px;
}
.top-email a, .foot-email a {
	color: rgb(62, 62, 62);
	text-decoration: none;
} 
.foot-email-w a {
	color: #FFFFFF;
	text-decoration: none;
} 
.top-phone a, .foot-phone a {
	color: #000000;
	text-decoration: none;
} 
.foot-phone-w a {
	color: #FFFFFF;
	text-decoration: none;
} 

footer {
	padding: 30px 0;
  	background-color: #212A61;
  	color: #FFFFFF;
}
.col-sm-3
{
    width: 25%;
}
.footer-div {
	position: relative;
  	width: 100%;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
	  flex-wrap: wrap;
}
footer li
{
  margin-bottom: 15px;
  list-style: none;
}
footer li > a
{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.foot-map-w {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}
.foot-map-w:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 8px;
	font-size: 20px;
  	content: "\f041";
	  color: #FFFFFF;
}
.foot-phone-w {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}
.foot-phone-w:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 5px;
	font-size: 20px;
  	content: "\f095";
	  color: #FFFFFF;
}
.foot-email-w {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}
.foot-email-w:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 5px;
	font-size: 20px;
  	content: "\f0e0";
	  color: #FFFFFF;
}
.foot-contact-block {
	position: absolute;
	box-sizing: border-box;
	width: 320px;
	padding: 30px 40px;
	left: 13%;
	top: 12%;
	background: #FFFFFF;
	box-shadow: 20px 10px 25px rgba(0, 0, 0, 0.1);
}
.foot-map {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}
.foot-map:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 8px;
	font-size: 20px;
  	content: "\f041";
	  color: #C9C9C9;
}
.foot-phone {
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}
.foot-phone:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 5px;
	font-size: 20px;
  	content: "\f095";
	  color: #C9C9C9;
}
.foot-email {
	color: rgb(62, 62, 62);
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}
.foot-email:before {
	position: absolute;
  	font-family: 'FontAwesome';
  	top: 0;
  	left: 5px;
	font-size: 20px;
  	content: "\f0e0";
	  color: #C9C9C9;
}
.map-block {
	position: relative;
  	overflow: hidden;
  	margin-top: 50px;
}

.reviews {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.ot-car-it-text {
	max-width: 630px;
	min-width: 300px;
	width: 100%;

	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	color: #000000;
	padding: 5% 9%;
	box-sizing: border-box;
	margin: 0 auto;
}
.ot-car-it {
	background: #F4EC6D;
	overflow: hidden;
}
.ot-car-it-name {
	min-width: 150px;
	width: fit-content;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: left;
}
.ot-car-it-date {
	min-width: 150px;
	width: fit-content;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: right;
}
.about-name {
	text-align: center;
	font-size: 27px;
  text-transform: uppercase;
  margin: 30px auto;
  font-weight: 600;
}
.owl-carousel .owl-dots {
	text-align: center;

}

.owl-carousel button.owl-dot {
	background-color: #FFFFFF !important;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	margin: 0 5px;
	border: 1px solid #212A61 !important;
}
.owl-carousel button.active {
    background-color: #212A61 !important;
	border: #212A61 solid 1px !important;
}
.advantages-bg {
	background: rgba(244, 236, 109, 0.3);
	margin: 50px 0;
	padding: 30px 0;
}
.content-item {
	display: flex;
}
aside {
	max-width: 270px;
	background-color: #FFF;
}
.div-content {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
aside .moduletable h3 {
	color: #000000;
	font-size: 30px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	margin: 0;
}

.block_sorting_count_to_page .control-label, .block_sorting_count_to_page .control {
	display: inline-block;
}
.icon-arrow-down::before {
	content: "\f077";
	font: normal normal normal 14px/1 FontAwesome;
}
.icon-arrow-up::before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
}

.fblock button {
	border: 2px solid #212A61;
  background-color: #FFFFFF;
  color: #212A61;
  padding: 8px 15px;
  border-radius: 7px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
}
.jshop_filters .block-slider-range
{
  margin-bottom: 10px;
  padding: 0 10px;
}
.jshop_filters .fblock
{
  padding-bottom: 5px;
  margin: 10px auto;
  border-bottom: 1px solid #eee;
}
.tabs {
	min-width: 320px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border-top: 1px solid #CDCDCD;
	box-sizing: border-box;
}
.tabs>section>div {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 5px 5px;
	margin: 15px 25px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #7C7C7C;
	
}
.tabs>label:hover {
	color: #7C7C7C;
	cursor: pointer;
	border-bottom: solid 2px #0C0C0C;
}

.tabs>input:checked+label {
	color: #7C7C7C;
	border-bottom: solid 2px #0C0C0C;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
 
@media screen and (max-width: 680px) {
	.tabs>label:before {margin: 0;font-size: 18px;}
}
@media screen and (max-width: 400px) {
	.tabs>label {padding: 15px;}
}
.prd-top-bl
{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.prd-half {
	display: block;
	float: left;
	min-width: 320px;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.prd-half h1 {
	text-align: left !important;
}
.productfull .image_thumb_list .sblock0
{
  width: 80px;
  height: 80px;
}

.all-ferrets
{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  margin: 10px auto 30px auto;
  color: #E31E24;
  cursor: pointer;
}

.productfull .button_buy
{
  background: #E31E24;
  border-radius: 7px;
  color: #FFFFFF;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.productfull .btn-wishlist
{
  background: #FFFFFF;
  border-radius: 7px;
  color: #212A61;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #212A61;
  font-size: 16px;
  cursor: pointer;
}

.cont-data {
	width: 100%;
	overflow: hidden;
}
.cont-data h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #535353;
	margin-bottom: 30px;
}
.cont-data-left {
	width: 100%;
	max-width: 620px;
	min-width: 320px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1% 3%;
	display: block;
	float: left;
}
.cont-data-right {
	width: 100%;
	max-width: 620px;
	min-width: 320px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 1% 3%;
	display: block;
	float: left;
}
#comjshop .login_block input[type="submit"], #comjshop .address_block input[type="submit"], #comjshop .checkout_payment_block input[type="submit"], #comjshop .checkout_shipping_block input[type="submit"], #comjshop .pfinish_comment_block input[type="submit"] {
	width: auto;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 7px;
	color: #212A61;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 2px #212A61;
	font-size: 16px;
}

#comjshop .login_block input[type="text"], #comjshop .login_block input[type="password"], #comjshop .address_block input[type="text"], #comjshop .address_block input[type="email"] {
	height: 42px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.cart_empty_text {
	font-size: 18px;
	margin: 50px auto;
}

#checkout {
	min-height: 40px;
}
.address_block {
	margin: 0 auto;
}
.jshop_register {
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  width: 100%;
}

.jshop_register .control-group {
	margin-bottom: 20px;
	width: 250px;
}
.checkout_payment_block, .checkout_shipping_block {
	max-width: 500px;
	width: 100%;
	margin: 50px auto;
	text-align: left;
}
.img-cat-car {
	position: absolute;
	background-color: white;
}
.pr-im-nav {
	width:100%;
	position: absolute;
	z-index: 100000;
	bottom: -20px;
}

.pr-im-nav-it5 {
	width: 18%;
	margin: 0 1%;
	height: 205px;
	border-bottom: solid 5px #e1e1e1;
	display: block;
	float: left;
	cursor: pointer;
}
.pr-im-nav-it4 {
	width: 23%;
	margin: 0 1%;
	height: 5px;
	height: 100px;
	border-bottom: solid 5px #e1e1e1;
	display: block;
	float: left;
	cursor: pointer;
}
.pr-im-nav-it3 {
	width: 31%;
	margin: 0 1%;
	height: 5px;
	height: 100px;
	border-bottom: solid 5px #e1e1e1;
	display: block;
	float: left;
	cursor: pointer;
}
.pr-im-nav-it2 {
	width: 48%;
	margin: 0 1%;
	height: 5px;
	height: 100px;
	border-bottom: solid 5px #e1e1e1;
	display: block;
	float: left;
	cursor: pointer;
}
.pr-im-nav-it1 {
	display: none;
}

.pr-im-nav-it1:hover {
	border-bottom: solid 5px #212A61;
}
.pr-im-nav-it2:hover {
	border-bottom: solid 5px #212A61;
}
.pr-im-nav-it3:hover {
	border-bottom: solid 5px #212A61;
}
.pr-im-nav-it4:hover {
	border-bottom: solid 5px #212A61;
}
.pr-im-nav-it5:hover {
	border-bottom: solid 5px #212A61;
}
.three_img {
	position: relative;
	width: 210px;
	height: 200px;
  }
.firstlay {
	z-index: 55 !important;
}

.reit-inst-cp {
	margin-bottom: 20px;
	overflow: hidden;
}
.reit-inst-l {
	display: block;
	float: left;
}
.reit-inst-r {
	display: block;
	float: right;
}
.avail {
	color: rgb(45, 205, 148);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
.notavail {
	color: red;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
.resp-filter {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	background-color: #212A61;
	border-radius: 15px;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	box-sizing: border-box;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
}
.summary-widget-close {
    font-size: 50px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #555555;
    transition: all 280ms ease-in-out;
}
.productfull .image_middle img {
    width: auto;
  max-height: 450px;
  min-height: 400px;
}
.jshop_pagination li {
    display: inline-block;
    margin: 0 5px;
}
.jshop_pagination ul {
    padding: 0;
}

.jshop_tree_categories {
    max-height: 400px;
  overflow-y: auto;
}

.cookie-notification {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px;
    z-index: 10000000;
    box-sizing: border-box;
}
.cookie-notification_hidden_yes {
    display: none;
}
.cookie-notification__header {
    margin-bottom: 10px;
    font-size: 23px;
    text-align: center;
}
.cookie-notification__body {
    margin-bottom: 10px;
    text-align: center;
}

.cookie-notification__body a {
    color: white;
}

/* Оформление видео в тексте Видео с права от текста */
.video-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.video-text {
  flex: 1;
}
.video-box {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .video-row {
    flex-direction: column;
  }
  .video-box {
    align-self: center;
    margin-top: 10px;
  }
}
