@font-face{font-family:'Inter';font-weight:400;font-style:normal;font-display:swap;src:local(''), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff')}
@font-face{font-family:'Inter';font-weight:500;font-style:normal;font-display:swap;src:local(''), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff')}
@font-face{font-family:'Inter';font-weight:700;font-style:normal;font-display:swap;src:local(''), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff')}

:root{
	--border-radius-0: 0;
	--border-radius-1: 10px;
    --border-radius-1-0-0-0: 8px 0 0 0;
    --border-radius-0-1-0-0: 0 8px 0 0;
    --border-radius-0-0-1-0: 0 0 8px 0;
    --border-radius-0-0-0-1: 0 0 0 8px;
    --border-radius-1-1-0-0: 10px 10px 0 0;
    --border-radius-0-1-1-0: 0 8px 8px 0;
    --border-radius-0-0-1-1: 0 0 8px 8px;
    --border-radius-1-0-0-1: 8px 0 0 8px;
    --border-radius-0-1-1-1: 0 8px 8px 8px;
    --border-radius-1-0-1-1: 8px 0 8px 8px;
    --border-radius-1-1-0-1: 8px 8px 0 8px;
    --border-radius-1-1-1-0: 8px 8px 8px 0;
}


html {
  scroll-behavior: smooth;
}



.benefits h2 {
    font-size: 55px;
    line-height: 62px;
    font-weight: 400;
    font-family: 'Golos Text';
    text-align: center;
    margin-bottom: 40px;
    color: #222222;
}


.shadow {
    position: absolute;
    width: 180%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 41%);
    top: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 0;
    border-radius: 10px;
    background-position: bottom;
    left: 0px;
}


.netovary-items h2 {
    font-family: 'Golos Text';
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 2px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222222;
}


body {font-family:'Inter', sans-serif;font-weight:400;color:#222;line-height:1.7em;width:100%}
h1, h2, h3, h4, h5, h6 {font-weight:700;color:#444}
h1 {margin:0 0 20px;font-size:1.8em}
h2 {margin:0 0 15px;font-size:1.6em}
h3 {margin:0 0 15px;font-size:1.4em}
h4 {font-size:1.2em}
h5 {font-size:1.1em}
h6 {font-size:1em}
a {color:#23a1d1}
a:hover {text-decoration:none}
legend {font-size:18px;padding:7px 0px}
label {font-weight:500}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	height:34px;
	font-size:12px;
	border-color:#ddd;
	box-shadow:none
}


.item-review-middle {
    min-height: 145px;
    font-family: 'Golos Text';
    font-size: 16px;
    line-height: 24px;
}



.bene-flex {
    display: flex;
    gap: 10px;
    background: #f7f7f7;
    padding: 33px;
    border-radius: 8px;
}

.benefits svg {
    /* border: 2px solid #222222; */
    /* width: 100%; */
    /* height: 100%; */
    /* padding: 15px; */
    /* border-radius: 50%; */
    stroke: #e37321;
}


.onlymob  .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
    }

.onlymob .nav>li>a:focus, .onlymob .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border:none;
    box-shadow:none;
    color: #e37321;
}
    
 .onlymob   {
    margin-top: 20px;
}


.poloska {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #ffffff3b;
}

.benefits h5 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Golos Text';
    font-weight: 500;
    margin-top: 0;
    color: #222222;
}


.benefits p {
    font-size: 18px;
    font-family: 'Golos Text';
    font-weight: 400;
    color: #555558;
    line-height: 29px;
}


.clouds {
    height: 226px;
    background: url(/img/cloudslong.png) no-repeat top left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: clouds_tuda_suda;
    -webkit-animation-duration: 60s;
    z-index: 999;
}


@-webkit-keyframes clouds_tuda_suda {
  0% {
	background: url('/img/cloudslong.png') no-repeat top left 0%;
  }
  50% {
	background: url('/img/cloudslong.png') no-repeat top left 100%;
  }
  100% {
	background: url('/img/cloudslong.png') no-repeat top left 0%;
  }
}




.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {font-size:12px}
.input-group .input-group-addon {font-size:12px;height:30px}
button,select,.btn,.btn:active,.btn:hover,.btn:focus,.nav-tabs .li {outline:none!important;-moz-user-select:none!important;-webkit-user-select:none!important}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display:inline}
.nav-tabs {margin-bottom:15px}
div.required .control-label:before {content:'* ';color:#f00;font-weight:700}
.dropdown-menu li > a:hover, .dropdown-menu li > button:hover {text-decoration:none;color:#333;background:rgba(0 0 0 /.05)}

.row-flex{display:flex;flex-wrap:wrap}
.sticky{position:sticky;top:15px}

#top {background-color:#eee;margin:0 0 25px;min-height:38px}
#top * {font-size:12px}
#top .container{display:flex;align-items:center;min-height:36px}
#top #form-currency .currency-select,#top #form-language .language-select {text-align:left}
#top .container div:not(#top-links){flex:1 1 auto}
#top .btn-link, #top-links li, #top-links a {color:#888;text-decoration:none}
#top-links .dropdown-menu a {text-shadow:none}
#top .container div:not(#top-links) .dropdown-toggle{padding:0 15px 0 0}
#top ul{margin:0}
#top-links .list-inline > li{padding:0}
#top-links .list-inline > li + li{margin:0 0 0 15px}
#top-links a + a {margin-left:15px}

#logo {margin:0 0 15px}

#search {width:100%;margin-bottom:15px}
#search .input-lg {height:38px;line-height:20px;padding:0 10px;border-radius:var(--border-radius-1)}
#search .btn-lg {position:absolute;z-index:99;top:1px;right:6px;font-size:15px;line-height:15px;padding:10px 15px;background:rgba(0 0 0 / .01);border-radius:var(--border-radius-0-1-1-0)}

/* cart */
#cart {margin-bottom:15px}
#cart td{white-space:nowrap}
#cart > .btn {display:flex;justify-content:center;align-items:center;height:38px;font-weight:700;font-size:12px;color:#333;background:#f5f5f5}
#cart.open > .btn {box-shadow:none;text-shadow:none}
#cart.open > .btn:hover {color:#444}
#cart > .btn i{margin:0 10px 0 0;font-size:1.8em;color:#229AC8}
#cart .dropdown-menu {background:#f5f5f5;z-index:1001}
#cart .dropdown-menu {right:15px;min-width:100%;overflow-y:auto;max-height:800px;scrollbar-width:thin;overflow-x:hidden}
#cart .dropdown-menu table {margin-bottom:10px}
#cart .dropdown-menu table td {vertical-align:middle}
#cart .dropdown-menu li > div {min-width:427px;padding:0 10px}
#cart .dropdown-menu li p {margin:20px 0}
#menu {margin:0 0 25px;background-color:#229ac8;min-height:46px;border:none;border-radius:var(--border-radius-1)}
#menu .nav > li > a {color:#fff;padding:13px 20px;min-height:15px}
#menu .nav > li > a:hover, #menu .nav > li.open > a {background-color:rgba(0, 0, 0, 0.1)}

#menu .dropdown-inner {display:table}
#menu .dropdown-inner ul {display:table-cell}
#menu .dropdown-inner a {min-width:250px;display:block;padding:5px 10px;clear:both;line-height:20px;color:#333333}
#menu li.dropdown > a:after{display:inline-block;content:'Ã¢â‚¬Âº';margin:0 0 0 10px;font-weight:700;color:inherit;transform:rotate(90deg)}
#menu li.dropdown.open > a:after, #menu li.dropdown:hover > a:after{transform:rotate(-90deg)}
#menu .dropdown-inner li a:hover {color:#229ac8;background:none}
#menu .see-all {display:none;margin:10px}
#menu .see-all:hover, #menu .see-all:focus {text-decoration:none;color:#fff;background:none}
#menu #category {float:left;padding-left:15px;font-size:1.2em;font-weight:700;line-height:44px;color:#fff}
#menu .btn-navbar {font-size:15px;font-stretch:expanded;color:#fff;padding:2px 15px;float:right;background-color:#229ac8;border:solid 1px rgba(0 0 0 /.1)}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {color:#fff;background-color:#229ac8}

#content {min-height:600px}

footer {padding-top: 30px;padding-bottom: 60px;background-color: rgb(16 47 32);color:#e2e2e2;border-top-right-radius: 0;border-top-left-radius: 0;}
footer hr {border-top:1px solid #444}
footer a {color:#ccc}
footer a:hover {color:#fff}
footer h5 {margin:0 0 15px;font-weight:700;font-size:1.2em;px;color:#fff}
footer li{padding:0 0 5px}

.alert {padding:8px 14px 8px 14px}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}

.breadcrumb {margin:0 0 20px 0;font-size:.85em;border-radius:var(--border-radius-1)}
.breadcrumb i {font-size:15px}
.breadcrumb > li {position:relative;white-space:nowrap}
.breadcrumb > li + li:before {content:'Ã‚Â»';padding:0 6px;color:#666}

.dropdown-menu{min-width:250px;padding:10px;border:none;border-radius:var(--border-radius-1)}
.dropdown-menu > li > a, .dropdown-menu > li > button {padding:7px 10px;border-radius:var(--border-radius-1)}

.nav-tabs > li > a{font-size:1.1em;border-radius:var(--border-radius-1-1-0-0)}

.tovary-items .nav-tabs > li > a {background: #eff0f2;border: none;font-size: 14px;line-height: 20px;color: #222228;border-radius: 8px;}

html[dir=rtl] .breadcrumb > li::after {
  top:-3px;
  left:-5px;
  width:26px;
  height:26px;
  border-left:1px solid #DDD;
  border-top:1px solid #DDD;
  right:unset;
  border-right:unset;
  border-bottom:unset;
}


.benefits{
    padding-top: 60px;
    padding-bottom: 150px;
}


.in-flex {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #00000080;
}




.ozon-slides .swiper-slide img {
    border-radius: 12px;
}


.flex-price {
    display: flex;
    justify-content: space-between;
}


.pagination {margin:0}

.buttons {margin:1em 0}

.btn {padding:8.5px 12px;font-size:12px;border:none;border-radius:var(--border-radius-1)}
.btn-xs {padding:5px 8px;font-size:9px}
.btn-sm {font-size:11px}
.btn-lg {padding:10px 16px;font-size:15px}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {font-size:12px}
.btn-group > .btn-xs {font-size:9px}
.btn-group > .btn-sm {font-size:10.2px}
.btn-group > .btn-lg {font-size:15px}

.btn-default {color:#777;background-color:#eee}
.btn-primary {color:#fff;background-color:#229ac8}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {background-color:#1f90bb;background-position:0 -15px}
.btn-warning {color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#faa732;background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1)}
.btn-danger {color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#da4f49;background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1)}
.btn-success {color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#5bb75b;background-image:linear-gradient(to bottom, #62c462, #51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1)}
.btn-info {color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#df5c39;background-image:linear-gradient(to bottom, #e06342, #dc512c);background-repeat:repeat-x;border-color:#dc512c #dc512c #a2371a}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {background-image:none;background-color:#df5c39}
.btn-link {border-color:rgba(0, 0, 0, 0);cursor:pointer;color:#23A1D1;border-radius:0}
.btn-link, .btn-link:active, .btn-link[disabled] {background-color:rgba(0, 0, 0, 0);background-image:none;box-shadow:none}
.btn-inverse {color:#fff;background-color:#333}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {background-color:#222}

/* list group */
.list-group a {border:1px solid #ddd;color:#888;padding:10px 12px}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {color:#444;background:#eee;border:1px solid #ddd;text-shadow:0 1px 0 #fff}
.list-group-item:first-child {border-radius:var(--border-radius-1-1-0-0)}
.list-group-item:last-child {border-radius:var(--border-radius-0-0-1-1)}

/* carousel */
.carousel-caption {color:#fff;text-shadow:0 1px 0 #000}
.carousel-control .icon-prev:before {content:'\f053';font-family:FontAwesome}
.carousel-control .icon-next:before {content:'\f054';font-family:FontAwesome}

.category__category-list{margin:15px -10px 25px;padding:0;list-style:none}
.category__category-list-item{margin:0 10px 10px}
.category__category-list-item a{display:block;padding:10px 15px;background:#F5F5F5;border-radius:var(--border-radius-1)}

.product-thumb {width:100%;border:1px solid #ddd;margin-bottom:25px;padding:15px;border-radius:var(--border-radius-1)}
.product-thumb .image {text-align:center}
.product-thumb .image a {display:block}
.product-thumb .image a:hover {opacity:0.8}
.product-thumb .image img {margin-left:auto;margin-right:auto}
.product-thumb .caption {min-height:180px;margin:0 0 15px}
.product-thumb .caption h4{font-size:1.1em}
.product-thumb .rating {padding-bottom:10px}
.product-thumb .price {margin:0 0 15px;color:#444;font-size:1.3em;font-weight:700}
.product-thumb .price-old {color:#999;text-decoration:line-through;margin-left:10px}
.product-thumb .price-tax {color:#999;font-weight:400;font-size:.65em;display:block;margin:5px 0 0}
.product-thumb .button-group {display:flex;overflow:auto;border:none;overflow:hidden;max-width:300px}
.product-thumb .button-group button {border:none;padding:5px 15px;background-color:#eee;color:#666;text-align:center;white-space:nowrap;border-radius:var(--border-radius-1)}
.product-thumb .button-group button:first-child{flex:1 1 100%;color:#fff;background:#229ac8}
.product-thumb .button-group button + button {margin:0 0 0 15px;color:#666;background:#f7f7f7}
.product-thumb .button-group button:first-child:hover {background:#33a3d2;text-decoration:none;cursor:pointer}
.product-thumb .button-group button + button:hover{color:#229ac8}

.product-layout:not(.product-list) .product-thumb {display:flex;flex-direction:column}
.product-layout:not(.product-list) .product-thumb .image {margin-bottom:10px}
.product-grid .button-group{margin:0}

.rating .fa-stack {font-size:8px}
.rating .fa-star-o {color:#999;font-size:15px}
.rating .fa-star {color:#FC0;font-size:15px}
.rating .fa-star + .fa-star-o {color:#E69500}
h2.price {margin:0}

.product-page__price{margin:20px 0 10px}

.product-page__qty-btn{display:flex;align-items:center;margin:30px 0;white-space:nowrap}
.product-page__qty-btn input[name="quantity"]{width:60px;height:38px;margin:0 20px;text-align:center}
.product-page__qty-btn .btn{height:38px}

.thumbnails {overflow:auto;clear:both;list-style:none;padding:0;margin:0}
.thumbnails > li {margin-left:20px}
.thumbnails {margin-left:-20px}
.thumbnails > img {width:100%}
.image-additional a {margin-bottom:20px;padding:5px;display:block;border:1px solid #ddd}
.image-additional {max-width:78px}
.thumbnails .image-additional {float:left;margin-left:20px}
.thumbnail {border-radius:var(--border-radius-1)}

.swiper-viewport{border:none !important;box-shadow:none !important}
.swiper-viewport .swiper-container{border:solid #ddd 1px;border-radius:var(--border-radius-1);background-clip:padding-box}
.swiper-viewport, .swiper-viewport img{border-radius:var(--border-radius-1) !important}
.swiper-slide{display:flex;align-items:center;justify-content:center}
.swiper-pagination-bullet{background:#ddd !important;box-shadow:none !important}
.swiper-pagination-bullet-active{background:#229ac8 !important}
.panel-group .panel{margin:0 0 15px;border-radius:var(--border-radius-1)}
.panel-group .panel-heading{border-radius:5px 5px 0 0}
#product-product .tab-content{margin:0 0 40px}

#account-login #content > .row{display:flex;flex-wrap:wrap}
#account-login #content > .row .col-sm-6 {flex:1 0 50%;margin:0 0 20px}
#account-login #content > .row .well{display:flex;flex-wrap:wrap;height:100%}
#account-login #content > .row .well h2{width:100%}
#account-login #content > .row .well h2 + p {display:none;margin:0 0 auto}
#account-login #content > .row .well form {/* margin:auto 0 0; */}
#account-login #content > .row .well .control-label{display:none}
#account-login #content > .row .well input + a {display:inline-block;margin:10px 0 }
#account-login #content > .row .well .btn {margin:auto 0 0}
#account-login #content > .row .well input.btn {margin:auto 0 -10px}

#account-account .list-unstyled{display:flex;flex-wrap:wrap;margin:0 0 20px}
#account-account .list-unstyled li{margin:0 15px 15px 0;padding:10px 15px;background:rgba(0 0 0 / .03);border-radius:var(--border-radius-1)}
#account-account .list-unstyled li:last-child{margin-right:0}

.row-flex > div {display:flex}
.row-flex > div .caption {display:flex;flex-direction:column;flex: 1 1 auto;min-height:0;margin:0;overflow:hidden}
.row-flex > div .caption p:not(.price){margin:0 0 auto;padding:0 0 15px}

.cookie-notification{position:fixed;bottom:0;left:0;right:0;background:rgba(0 0 0 / .7);color:#fff;padding:15px 0;z-index: 9999}
.cookie-notification__container{display:flex;justify-content:center;align-items:center}
.cookie-notification__info{padding:0 30px 0 0}
.cookie-notification__info a{white-space:nowrap}
.cookie-notification__btn{height:fit-content}

@media (max-width:478px) {
	#cart .dropdown-menu {width:100%}
	#cart .dropdown-menu li > div {min-width:100%}
}

@media (max-width:767px) {
	#logo img{margin:0 auto}
	#menu {}
	#menu .navbar-nav{margin:0 -15px}
	#menu div.dropdown-inner > ul.list-unstyled {display:block}
	#menu div.dropdown-menu {padding:10px;background-color:rgba(0, 0, 0, 0.05)}
	#menu .dropdown-inner {display:block}
	#menu .dropdown-inner a {width:100%;color:#fff}
	#menu .dropdown-menu ul li a:hover {background:rgba(0, 0, 0, 0.1)}
	#menu .see-all {display:block;margin:10px 10px 0;font-weight:700;font-size:.85em;border:none;border-radius:0;color:#fff}
	#menu .nav > li{border-top:solid 1px rgba(0 0 0 /.1)}
	
	.cookie-notification__container{flex-wrap:wrap}
	.cookie-notification__info{flex:1 1 100%;padding:0 0 30px}
	.product-list .product-thumb .caption {min-height:0;margin-left:0}
	.product-grid .product-thumb .caption {min-height:0}

	#product-product .sticky{position:static}
}

@media (max-width:1200px) {
	.product-grid .product-thumb .caption {min-height:210px;padding:0 10px}
}

@media (min-width:1440px) {
    .container{width:1350px}
}

@media (min-width:1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}

	.product-page__qty-btn{flex-wrap:wrap}
	.product-page__qty-btn .btn{margin-top:20px}
}

@media (min-width:768px) {
	html[dir=rtl] .navbar-nav {
        float:right;
        margin:0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float:right;
    }
	
	#menu .navbar-collapse {padding:0}
	#menu .dropdown:hover .dropdown-menu {display:block}
	#menu .nav > li:first-child > a {border-radius:var(--border-radius-1-0-0-1)}
	
    #column-left  .product-layout .col-md-3 {width:100%}
	#column-left + #content .product-layout .col-md-3 {width:50%}
	#column-left + #content + #column-right .product-layout .col-md-3 {width:100%}
    #content + #column-right .product-layout .col-md-3 {width:100%}
	
	.product-list .product-thumb .image {float:left;padding:0 15px 0 0}
	.product-list .product-thumb .caption {height:calc(100% - 34px)}
}

#column-left .product-layout, #column-right .product-layout {width:100%}

.input-group .form-control[name^=quantity] {min-width:50px}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image:none;
    background-color:#df5c39;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {position:absolute;margin-top:4px\9;margin-right:-20px;margin-left:unset}
html[dir=rtl] .input-group-btn:last-child > .btn {border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-bottom-left-radius:5px}
html[dir=rtl] .input-group .form-control:first-child {border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:unset;border-bottom-left-radius:unset}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {float:right}
html[dir=rtl] #cart .dropdown-menu {left:0;right:auto}



.slide-main {
    background-position-x: right;
    background-image: url(/img/fon-3.jpg);
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 253px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    position: relative;
    overflow: hidden;
}

.tovary-items {
    PADDING-BOTTOM: 80PX;
    background: #f8f1e9;
    padding-top: 0px;
    position:relative;
}

.netovary-items {
    PADDING-BOTTOM: 60PX;
    background: #f8f1e9;
    padding-top: 60px;
    position:relative;
}

.benefits {

	position:relative;
}

.reviews::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;

  background: linear-gradient(
    to bottom,
    rgba(245,245,245,0) 0%,
    #f8f1e9 100%
  );

	}

.benefits::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(
    to bottom,
    rgba(245,245,245,0) 0%,
    #f8f1e9 100%
  );
 }

.logo-footer img {
    height: 100px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 22px;
}


.about-us {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f8f1e9;
    background-image: url(/img/fon-4.jpg);
    background-position: top;
}

.about-us h2 {
    font-family: Golos Text;
    font-size: 55px;
    line-height: 62px;
    font-weight: 500;
}

.about-us p {
    font-family: 'Golos Text';
    font-size: 16px;
    line-height: 24px;
    color: #555558;
}




.slide-main h1{
    margin-top: 130px;
    color: #fff;
    font-size: 55px;
    line-height: 56px;
    font-family: 'Golos Text';
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

.slider-desc {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Golos Text';
    margin-bottom: 50px;
    width: 50%;
    color: #fff;
    z-index: 3;
    position: relative;
}


.btn-ozon {}

.btn-flox {
    display: flex;
    justify-content: normal;
    gap: 20px;
    position: relative;
    z-index: 3;
}


.btn-neozon a {
    display: flex;
    background: transparent;
    height: 50px;
    width: 240px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Golos Text';
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    border: 1px solid #fff;
}


.btn-ozon a {
    display: flex;
    background: #e37321;
    height: 50px;
    width: 240px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Golos Text';
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}

.btn-ozon a:hover {
	background: #e37321e0;
}


.ozon-slides h2 {
    font-family: 'Golos Text';
    font-size: 34px;
    line-height: 62px;
    margin-bottom: 32px;
    color: #0d4228;
}




.tovary-items h2 {
    font-family: 'Golos Text';
    font-size: 55px;
    line-height: 52px;
    margin-bottom: 2px;
    color: #000;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}


.htwo-span {
    text-align: center;
    font-family: 'Golos Text';
    font-size: 18px;
    margin-bottom: 32px;
}


.tovary-items .nav-tabs {
    border:none;
    margin-bottom: 32px;
}

.nav-tabs > li > a.active {font-size: 14px;border-radius: 8px;background: #102f20;color: #fff;font-family: 'Golos Text';margin-right: 10px;}

.nav-tabs > li > a:hover {font-size: 14px;border-radius: 8px;background: #102f20;color: #fff;font-family: 'Golos Text';margin-right: 10px;}

.nav-tabs > li > a:focus {font-size: 14px;border-radius: 8px;background: #102f20;color: #fff;font-family: 'Golos Text';margin-right: 10px;}

.tovary-items .nav-pills>li.active>a, .tovary-items .nav-pills>li.active>a:focus, .tovary-items .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #102f20;
}

.tovary-items .nav-pills {
    margin-bottom: 32px;
}

.tovary-items .nav-pills>li {
    background: #EFF0F2;
    border-radius: 6px;
    color: #222228;
    margin-right: 15px;
}

.tovary-items .nav-pills>li a {
    color: #222228;
    font-size: 15px;
    FONT-FAMILY: 'Golos Text';
    font-weight: 500;
}

.item-name {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Golos Text';
    margin-top: 8px;
}

.item-price{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 16px;
}


.item-buy {}

.item-buy a {
    background: #f5590e;
    color: #fff;
    height: 35px;
    font-family: 'Golos Text';
    display: flex;
    width: 140px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 16px;
}


.logotype-vel img {
    height: 70px;
    margin-bottom: 5px;
}

.slide-main .tel{
    font-size: 16px;
    font-family: 'Golos Text';
    text-align: right;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
}


.border-company {
    padding: 0;
    border-radius: 8px;
}


.pic-abour img {
    border-radius: 8px;
}

.reviews h3 span {
}

.reviews h3 {
    font-family: 'Golos Text';
    font-size: 55px;
    line-height: 62px;
    margin-bottom: 30px;
    font-weight:500;
    text-align: center;
    color: #222222;
}

.reviews {
    padding-bottom: 61px;
    padding-top: 61px;
	position:relative;

	
}

.rating h4{
    display: flex;
    font-family: 'Golos Text';
    font-weight: 400;
    font-size: 18px;
}

.rating h4 img {
    margin-right: 8px;
    height: 25px;
    margin-left: 8px;
}


.rating {
    margin-bottom: 32px;
    display: flex;
}


.rating-plawka {
    border: 1px solid #ccd6e4;
    align-items: center;
    justify-content: center;
    padding: 10px;
    display: flex;
    border-radius: 8px;
}

.item-review {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Golos Text';
}

.review-who {
    font-weight: 600;
}

.item-review-heder {
    display: flex;
}

.review-photo {
    margin-right: 10px;
    width: 60px;
}

.review-photo-back {
    max-width: 50px;
    height: 50px;
    width: 100%;
    display: flex;
    background: #e37321cc;
    border-radius: 50%;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    font-family: 'Golos Text';
    font-weight: bold;
    font-size: 20px;
    color: #ffffffcf;
}

.review-photo img {
    border-radius: 50%;
    width: 50px;
}

.review-color {line-height: 1.3;color: #888888;}


 #collapseOne .panel-body p {
    font-family: 'GT Eesti Pro';
    font-size: 14px;
    line-height: 22px;
    color: #242424;
}

 #collapseOne ul {
    font-family: 'GT Eesti Pro';
    font-size: 14px;
    line-height: 22px;
    color: #242424;
}

.panel-group .panel:first-child  {}

  .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
        border-right: none;
        border-left: none;
        border-top: none;
        border-radius: 0;
        border: none;
        background: transparent;
        border-bottom: 1px solid #ccc;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 8px;
        color: #212121;
        background-color: transparent;
        border-color: #EEEEEE;
        border-right: none;
        border: none;
    }

    .panel-title {
        font-size: 14px;
        font-family: 'Golos Text';
        border: none;
    }

    .panel-title > a {
        display: block;
        padding: 30px 30px 30px 30px;
        text-decoration: none;
        font-weight: 500;
        font-size: 22px;
        line-height: 22px;
    }

    .panel-title > a.collapsed svg{
        float: right;
        color: #212121;
        transform: rotate(0deg);
        width: 25px;
        height: 25px;
    }
    
    
       .panel-title > a svg{
         float: right;
         transform: rotate(-45deg);
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: none;
        padding: 30px;
    }

 .panel-default > .panel-heading + .panel-collapse > .panel-body:first-child {
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 50vh;
        scrollbar-width: thin;
        font-size: 16px;
        font-family: 'Golos Text';
        color: #232323;
        font-size: 18px;
        line-height: 32px;
        padding-top: 25px;
        padding-bottom: 25px;
        border: none;
    }
    
    .yasno {
    font-family: 'Golos Text';
    font-size: 16px;
    line-height: 22px;
}


.mail-footer {
    text-align: center;
    font-weight: 600;
    font-family: 'Golos Text';
    font-size: 24px;
    margin-bottom: 32px;
}

.phone-footer {
    color: #caa053;
    font-weight: 500;
    font-size: 44px;
    line-height: 62px;
    font-family: 'Golos Text';
    text-align: center;
}



  .thos img {
    width: 100%;
    height: 67px;
    object-fit: cover;
    border-radius: 8px;
}  


.rowiki {
    
    
    margin-top:20px;
    
}


.item-review-footer {
    margin-top:10px;
}


.knopik-play {
    z-index: 99;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-play-button {
    position: relative;
    z-index: 10;
    margin: 0;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 32px;
    background: #e5202f1a;
    border-radius: 50%;
    padding: 0;
}

.video-play-button svg{
    fill: #fff;
    stroke: #fff;
    color: #fff;
}



@media screen and (max-width: 767px) {
    
    
    
    

    
    
  .netovary-items h2 {
    font-family: 'Golos Text';
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 2px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222222;
}  
    
    
    
    
  .benefits h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Golos Text';
    text-align: center;
    margin-bottom: 40px;
    color: #222222;
}  
    
    
    
    
  .item-review-middle {
    min-height: 260px;
}  
    
.review-color {
    color: #888888;
    font-size: 12px;
}    
    
   .logotype-vel img {
    height: 50px;
    margin-bottom: 5px;
} 

.benefits h5 {
    font-size: 20px;
    line-height: 18px;
    font-family: 'Golos Text';
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}


.shadow {
    position: absolute;
    width: 180%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 41%);
    top: 0;
    box-shadow: none;
    z-index: 0;
    border-radius: 0;
    background-position: bottom;
    left: 0px;
}



.about-us {
    padding-top: 30px;
    padding-bottom: 210px;
    background: #f8f1e9;
    background-image: url(/img/fon4m.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}





.tovary-items .swiper-horizontal>.swiper-pagination-bullets, .tovary-items .swiper-pagination-bullets.swiper-pagination-horizontal 

{
    
    
 bottom: -30px;   
    
    
} 
    

	.item-price {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 16px;
}
    
    .bene-flex {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding: 30px 15px;
}
    
    
    
    .slide-main {
    background-position-x: right;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 170px;
    height: auto;
    background-position: center;
    border-radius: 0;
    border: none;
}

	.btn-neozon a {
        max-width: 200px;
    }
    
    .btn-ozon a {max-width: 100px;}

.btn-flox {
    display: flex;
    justify-content: normal;
    gap: 20px;
    position: relative;
    z-index: 18;
    flex-direction: row;
    z-index: 9999;
}

	
    
    .slider-desc {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Golos Text';
    margin-bottom: 28px;
    width: 80%;
}

.slide-main .tel {margin-top: 12px;}

	
.slide-main h1 {
    font-size: 31px;
    line-height: 30px;
    font-family: 'Golos Text';
    margin-top: 40px;
}
    
  .tovary-items .nav-pills>li {
    background: #EFF0F2;
    border-radius: 6px;
    color: #222228;
    margin-right: 5px;
}  
  
  
 .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
} 


.tovary-items img {
    border-radius:8px;
}


.tovary-items .swiper {
    overflow: visible;
}


.tovary-items {
    overflow: hidden;
}
  
.htwo-span {
    text-align: center;
    font-family: 'Golos Text';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
}

	
 .tovary-items h2 {
    font-family: 'Golos Text';
    font-size: 31px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #222228;
    text-align: center;
}

	.yasno {
    font-family: 'Golos Text';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 22px;
}

	.benefits {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.tovary-items {
    PADDING-BOTTOM: 40PX;
    padding-top: 0PX;
}


	.about-us p {
    font-family: 'Golos Text';
    font-size: 16px;
    line-height: 24px;
    color: #555558;
    text-align: center;
}

.about-us h2 {
    font-family: Golos Text;
    font-size: 31px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
}


.border-company {
    padding: 0;
    border-radius: 0;
    margin-bottom: 16px;
}


.rating {
    justify-content: center;
}

.reviews {
    padding-bottom: 31px;
    padding-top: 31px;
    position: relative;
}
	
.reviews h3 {
    font-family: 'Golos Text';
    font-size: 31px;
    line-height: 32px;
    margin-bottom: 31px;
    color: #222228;
    font-weight: 500;
    text-align: center;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(16 47 32);
    color: #e2e2e2;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}


.phone-footer {
    color: #caa053;
    font-weight: 500;
    font-size: 32px;
    line-height: 62px;
    font-family: 'Golos Text';
    text-align: center;
}	



.ozon-slides h2 {
    font-family: 'Golos Text';
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 32px;
    color: #0d4228;
    text-align: center;
}


    
}


h2 span {
}


h3 span {
}


h2 span {
}


h1 span {
    color:#5cac6d;
}


.tovary-items img {border-radius:6px;}
