@charset "UTF-8";

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
}

header {
    display: block
}

a {
    background-color: transparent
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
	outline:none;
}
input,
textarea {
	border-radius: 0;
	box-shadow:none;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: none!important;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus {
    color: #00A886;
    text-decoration: none;
}
input[type=text], input[type=email],input[type=tel],input[type=phone], input[type=number], textarea {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

textarea {
    overflow: auto
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.h3,
.h4,
h1,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h3,
h1,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-sm-2,
.col-md-2,
.col-sm-3,
.col-md-4,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-xs-12,
.col-sm-12 {
 position:relative;
 min-height:1px;
 padding-right:15px;
 padding-left:15px
}
.col-xs-6,
.col-xs-8,
.col-xs-12 {
 float:left
}
.col-xs-12 {
 width:100%
}
.col-xs-8 {
 width:66.66666667%
}
.col-xs-6 {
 width:50%
}
.col-xs-offset-2 {
 margin-left:16.66666667%
}
.col-xs-offset-0 {
 margin-left:0px
}

@media (min-width:768px) {
 .col-sm-2,
 .col-sm-3,
 .col-sm-6,
 .col-sm-8,
 .col-sm-12 {
  float:left
 }
 .col-sm-12 {
  width:100%
 }
 .col-sm-8 {
  width:66.66666667%
 }
 .col-sm-6 {
  width:50%
 }
 .col-sm-3 {
  width:25%
 }
 .col-sm-2 {
  width:16.66666667%
 }
 .col-sm-offset-2 {
  margin-left:16.66666667%
 }
 .col-sm-offset-3 {
  margin-left:25%
 }
 footer .bottom-row .col-sm-3{
  width: 21%; 
 }
}
@media (max-width:768px) {
 .col-xs-12, .col-sm-12{
	 padding: 0 5px;
 }

}
@media (min-width:992px) {
 .col-md-2,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7 {
  float:left
 }
 .col-md-7 {
  width:58.33333333%
 }
 .col-md-6 {
  width:50%
 }
 .col-md-5 {
  width:41.66666667%
 }
 .col-md-4 {
  width:33.33333333%
 }
 .col-md-3 {
  width:25%
 }
 .col-md-2 {
  width:16.66666667%
 }
 .col-md-offset-4 {
  margin-left:33.33333333%
 }
 .col-md-offset-0 {
  margin-left:0px
 }
 .col-md-offset-3 {
	margin-left: 25%;
 }
 footer .bottom-row .col-md-2 {
	width: 20.66666667%;
 }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

textarea.form-control {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.fade {
    opacity: 0
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 140px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu > li > a {
    display: block;
    margin: 3px 20px;
	padding: 0;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-btn {
    display: table-cell
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-btn:last-child > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}


.nav-tabs > li.active > a {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}
.technologies-tabs{
	display: flex;
	margin: -10px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #C4C4C4;
}
.technologies-tabs{
	list-style: none;
}
.technologies-tabs li{
	margin: 10px 25px;
}
.technologies-tabs li:first-child{
	margin-left: 0;
}
.technologies-tabs li a{
	margin:0;
	text-decoration:none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.technologies-tabs li a:focus, .technologies-tabs li a:hover {
    color: transparent;
}
.technologies-tabs .technologies-tabs__icon {
	border: 1px solid #CCD0D9;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.technologies-tabs .technologies-tabs__icon img{
	height: 70px;
	width: 100%;
	object-fit: contain;
}
.technologies-tabs li p{
	margin-top: 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1D252D;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	transition: all .5s ease-in-out;
	text-align:center;
}
.technologies-tabs li:hover  p, .technologies-tabs li.active  p{
	border-bottom: 2px solid #00A886;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 50px 10px 0
}
#collapseZero .panel-body {
    padding: 40px 10px 0
}

.panel-heading {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a {
    color: inherit
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}
.tech-tab-pane{
	display: none;
	padding: 35px 40px 50px;
}
.tech-video-tab-pane, .spray-video-tab-pane{
	display: none;
}
.tech-tab-pane p{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.tech-tab-pane.active{
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 400px 1fr 173px;
	grid-gap: 35px;
}
.tech-video-tab-pane.active, .spray-video-tab-pane.active{
	display: block;
}
.tech-tab-pane .tech-tab__img{
	padding-right: 40px;
	border-right: 1px solid #C4C4C4;
	position: relative;
}
.tech-tab-pane .tech-tab__img img{
	position: relative;
	z-index: 5;
	width: 100%;
	height: auto;
	object-fit: contain
}
.tech-tab-pane .tech-tab__img::after{
	content: '';
	position: absolute;
	width: calc(100% - 40px);
	height: 100%;
	top: 20px;
	left: -20px;
	background-color: #00A886;
	z-index: 4;
}
.tech-tab-pane .tech-tab__btn{
	max-width: 280px;
	margin-top: 30px;
}
.tech-tab-pane .tech-tab__btn::before{
	content: '';
	position: relative;
	width: 22px;
	height: 22px;
	margin-right: 14px;
	background: url(/image/catalog/site-icons/play-green.svg) center center no-repeat;
	background-size: contain;
}
.tech-tab__icon{
	filter: brightness(0) invert(.9);
	width: 100%;
	object-fit: contain;
}

.video-modal  .modal-dialog.video-responsive {
    padding-right: 0;
    padding-left: 0;
}
.video-modal .modal-body {
    padding: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    background: 0 0;
    border: 0
}
.video-modal .close{
	position: absolute;
	top: -60px;
	right: -60px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-message {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
	-webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog .modal-message,
.modal.in .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
	top: 50%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 3px;
    outline: 0;
    
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}
.spray{
	padding-top: 60px;
	border-top: 1px solid #CCD0D9;
}
.spray-content{
	display: grid;
	grid-template-columns: 1fr 102px;
	padding: 0 15px 0;
	
}
.spray-tabs{margin: 0}
.spray-tabs li{
	width: 102px;
	height: 88px;
	border: 0.74999px solid #CCD0D9;
	
	list-style-type: none;
}
.spray-tabs a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spray-tabs li + li{
	border-top: none;
}
.spray-tabs__icon{
	height: 48px;
	display: block;
}
.spray-tabs li img{
	filter:brightness(0) invert(.9);
	height: 100%;
	width: auto;
	object-fit: contain;
}
.spray .tab-row .attribute-group-name{
	margin-bottom: 40px;
}
.spray-tabs li.active img{
	filter: none;
}
.spray-tab__bg{
	transform: translate(30%, 0);
	position: absolute;
	height: 100%;
	max-height: 352px;
}
.spray-tab-pane{
	position: relative;
	display: none;
	height: 100%;
}
.spray-tab-pane.active{
	display: block;
}
.spray-tab__content{
	height: 100%;
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	
}
.spray-tab__content .spray-tab__title{
	font-size: 30px;
	line-height: 35px;
	padding: 0 0 20px 90px;
	border-bottom: 4px solid #00A886;
	display: inline-block;
}
.spray-tab__text{
	padding: 24px 0 0 90px;
	max-width: 390px;
}
.spray-tab__text p{
	font-size: 16px;
	line-height: 24px;
}
.spray-tab__text .spray-tab__btn{
	position: relative;
	margin-top: 30px;
}
.spray-tab__text .spray-tab__btn::before{
	content: '';
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    background: url(/image/catalog/site-icons/play-white.svg) center center no-repeat;
    background-size: contain;
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
	.video-modal .modal-dialog {
        width: 60vw;
	}

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}
@media (max-width:768px) {
	.video-modal .close{
		right: 15px;
	}
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container-fluid:after,
.container:after,
.nav:after,
.panel-body:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    width: 100%
}

h1,
h3,
h4 {
    color: #444
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 33px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

a {
    color: #23a1d1
}

label {
    font-size: 12px;
    font-weight: 400
}

input[type=text].form-control,
textarea.form-control {
    font-size: 12px
}

.input-group input {
    font-size: 12px
}

span.hidden-lg,
span.hidden-md {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

#search {
    margin-bottom: 10px
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001
}

#cart .dropdown-menu {
    min-width: 100%
}

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

#content {
    min-height: 600px
}

footer a {
    color: #ccc
}

.btn {
    padding: 7.5px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)*/
	height:46px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #00A886, #00A886);
    background-repeat: repeat-x;
    border-color: #00A886
}
.btn-green, .btn-orange {
    color: #fff;
    border: none;
	border-radius: 0;
	padding: 15px 30px;
	box-shadow: none;
	transition: all .5s ease-in-out;
	font-weight: 500;
}
.btn-green a, .btn-orange a{
	 color: #fff;
}
.btn-green {
    background-color: #00A886;
}
.btn-orange {
    background-color: #F6A305;
}
.btn-green:hover {
	background-color: #14BC9A;
	color: #fff;
}
.btn-orange:hover {
	background-color: #E99B06;
	color: #fff;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #14BC9A;
    border-color:#14BC9A;
	box-shadow:none;
}
.btn-white {
    color: #1D252D;
    background-color: #fff;
    border: 1px solid #1D252D;
	border-radius: 0;
	padding: 0 30px;
	box-shadow: none;
	display: flex;
	height: 46px;
	align-items: center;
	justify-content: center;
	transition: all .5s ease-in-out;
	font-weight: 500;
}
.btn-white:hover {
	border: 1px solid #00A886;
	color: #00A886
}

.close:hover{
	opacity: 1;
}
.close:hover path{
	fill: #00A886;
}
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px
}

.product-thumb .price {
    color: #444
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

@media (min-width:992px) and (max-width:1199px) {
    #content .col-md-3:nth-child(4n+1) {
        clear: left
    }
}

@media (min-width:768px) and (max-width:991px) {
    #content .col-sm-6:nth-child(2n+1) {
        clear: left
    }
	footer .bottom-row .logo-col .col-sm-6 {
	width: 100%;
    }	
}
@media screen and (max-width:991px) {
	.btn {
		font-size: 13px;
	}
}

input.form-control,
textarea.form-control {
    font-size: 16px
}

body {
    font-family: Roboto, sans-serif;
    background-color: #eef0f8;
    padding-top: 156px
}

@media all and (max-width:992px) {
    body {
        padding-top: 112px
    }
}

h1 {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #45525f;
    margin: 10px 0
}

@media all and (max-width:1199px) {
    h1 {
        font-size: 36px
    }
}

@media all and (max-width:992px) {
    h1 {
        font-size: 32px
    }
}

.h3,
h3 {
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #45525f
}

@media all and (max-width:768px) {

    .h3,
    h3 {
        font-size: 28px
    }
}

a {
    color: #00a886
}

.flex-aligned {
    display: flex;
    align-items: center
}

.btn-success {
    background-color: #24c4a2;
    color: #fff;
    border-color: transparent;
    background-image: none;
    /*box-shadow: 0 22px 12px -15px rgba(36, 196, 162, .5);*/
    text-shadow: none;
    padding: 16px 20px 13px;
    font-size: 14px;
    text-transform: uppercase
}

.btn-secondary {
    background-color: transparent;
    color: #45525f;
    border-radius: 4px;
    border: 2px solid #758195;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 16px 20px 13px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.btn-special {
    background-color: #45525f;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #45525f;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 16px 20px 13px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px
}

.input-block {
    position: relative;
    margin-bottom: 20px;
    max-width: unset;
    flex: 1 1 100%;
    z-index: 2
}

.input-block label {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 16px;
    letter-spacing: .4px;
    color: #343b42;
    z-index: -1
}

.input-block input {
    width: 100%;
    max-width: unset;
    padding-top: 22px;
    padding-bottom: 8px;
    font-size: 16px;
    padding-left: 18px;
    border-radius: 4px;
    border: 1px solid #c2bebb;
    height: 52px;
    box-sizing: border-box;
    background-color: transparent;
    z-index: 10
}

.input-col {
    background-color: #fff;
    text-align: center
}

.input-col .input-block {
    text-align: unset
}

@media all and (min-width:1400px) {
    .container {
        width: 1370px
    }
}

@media all and (min-width:1600px) {
    .container {
        width: 1570px
    }
}


#modalFeedback {
    z-index: 100000;
    background-color: rgba(11, 11, 11, .3);
    padding-top: 50px
}

@media all and (max-width:768px) {
    #modalFeedback {
        padding-top: 10px
    }
}

#modalFeedback .modal-content .modal-body {
    padding-top: 20px
}

#modalFeedback .modal-content .modal-body .modal-title {
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .9px;
    text-align: center;
    color: #1d252d;
    margin-bottom: 30px
}

#modalFeedback .modal-content #button_send_feedback {
    min-width: 200px;
    display: block;
    margin: 20px auto 0
}

#modalFeedback .input-col {
    padding-left: 40px;
    padding-right: 40px
}

#addInCart .modal-body > div,
#addInCartSet .modal-body > div,
#addInCompare .modal-body > div,
#addToFavorite .modal-body > div {
    margin-bottom: 15px
}

#addInCart .modal-body > div .btn,
#addInCartSet .modal-body > div .btn,
#addInCompare .modal-body > div .btn,
#addToFavorite .modal-body > div .btn {
    width: 100%
}

#addInCart .modal-body > div .btn-success,
#addInCartSet .modal-body > div .btn-success,
#addInCompare .modal-body > div .btn-success,
#addToFavorite .modal-body > div .btn-success {
    color: #fff
}

#addToFavorite .modal-body > div .btn-success a {
    color: #fff;
    text-decoration: none
}

footer .logo-col svg {
    width: 200px
}

footer .logo-col > div {
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 14px
}

footer .languages {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media all and (max-width:992px) {
    footer .languages {
        justify-content: center;
        margin: 10px 0
    }
}

footer .languages a,
footer .languages span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4px;
    text-align: right;
    color: #fff
}



footer .languages .active {
    color: #9ba3a7;
    display: flex;
    align-items: center
}

footer .languages .active:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9ba3a7;
    border-radius: 50%;
    margin: 0 10px
}



.our-advanteges {
    background-color: #4d5c63;
    min-height: 720px;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    padding-top: 37px;
    padding-bottom: 37px
}

.our-advanteges .advantages-h,
.our-advanteges .advantages-h h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 43px
}

@media all and (max-width:768px) {

    .our-advanteges .advantages-h,
    .our-advanteges .advantages-h h1 {
        font-size: 32px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        text-align: center
    }
}

.our-advanteges .advantages-h h1 span,
.our-advanteges .advantages-h span {
    font-weight: 700
}

.our-advanteges .advantages-p {
    opacity: .7;
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px
}

@media all and (min-width:992px) {
    .our-advanteges .advantages-p {
        padding: 0 114px
    }
}

.our-advanteges .advantages-col {
    min-height: 290px
}

.our-advanteges .advantages-col svg {
    margin-top: 23px;
    margin-bottom: 23px;
    width: 167px;
    height: 158px
}

@media all and (max-width:992px) {
    .our-advanteges .advantages-col svg {
        width: 127px;
        height: 115px
    }
}

.our-advanteges .advantages-col:nth-of-type(1) svg {
    margin-left: 11px
}

.our-advanteges .advantages-col:nth-of-type(2) svg {
    margin-left: -3px
}

.our-advanteges .advantages-col:nth-of-type(3) svg {
    margin-left: 12px
}

.our-advanteges .advantages-col:nth-of-type(4) svg {
    margin-left: -15px
}

#carouselFeatured {
    background-color: transparent
}

.slideshow-box {
    background: 0 0
}

.slideshow-box.owl-carousel {
    position: relative;
    left: -15px;
    width: calc(100vw - (100vw - 100% - 30px));
    border-radius: 0;
    margin-bottom: 16px
}

.slideshow-box .item a {
    display: block
}

.slideshow-box .item a img {
    width: 100%;
    height: auto
}

.slideshow-box .item a .positioned-text {
    display: none;
    position: absolute;
    bottom: 50%;
    margin-bottom: -85px;
    height: 170px;
    width: 100%;
    flex-direction: column;
    justify-content: center
}

@media all and (max-width:768px) {
    .slideshow-box .item a .positioned-text {
        bottom: 88px
    }
}

@media all and (max-width:992px) {
    .slideshow-box .item a .positioned-text {
        bottom: 130px;
        margin-bottom: 0
    }
}

.featured-box .carousel-h {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}

@media all and (max-width:1199px) {
    .featured-box .carousel-h {
        font-size: 36px
    }
}

@media all and (max-width:992px) {
    .featured-box .carousel-h {
        font-size: 32px
    }
}

@media all and (max-width:768px) {
    .featured-box .carousel-h {
        margin-bottom: 30px
    }
}

#feedBackText {
    font-size: 18px;
    text-align: center;
    margin: 20px
}



.top-arrow-link {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 899;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #00a886;
    border-radius: 8px;
    background-color: #eef0f8
}

@media all and (max-width:991px) {
    .top-arrow-link {
        right: 20px;
        bottom: 20px
    }
}

.top-arrow-link svg path {
    stroke: #00a886
}



.choose_of_year_sticker {
    position: absolute;
    right: 15px;
    top: 20px
}

.red_point {
    position: absolute;
    left: 10px;
    top: 20px
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel {
    margin: 0 0 20px;
    background: #fff;
    direction: ltr !important;
    z-index: 1
}

.item {
    font-size: 16px;
    line-height: 20px
}

@font-face {
    font-display: swap;
    font-family: FontAwesome;
    src: url(/catalog/view/theme/default/fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(/catalog/view/theme/default/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(/catalog/view/javascript/blog/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(/catalog/view/theme/default/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pull-right {
    float: right
}

.fa-angle-down:before {
    content: "\f107"
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-100.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-100.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 100;
    font-display: block;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-100italic.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-100italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: local("Roboto Light"), local("Roboto-Light"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-300.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-display: block;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-300italic.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-300italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("Roboto"), local("Roboto-Regular"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-regular.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: block;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-italic.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-500.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: block;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-500italic.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-500italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-700.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-700.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: block;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-700italic.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-700italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: local("Roboto Black"), local("Roboto-Black"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-900.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-900.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    font-display: block;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-900italic.woff2) format("woff2"), url(/catalog/view/theme/default/fonts/roboto-v19-latin_cyrillic-900italic.woff) format("woff")
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls .owl-buttons div {
    position: absolute
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel {
    margin: 0 0 20px;
    background: #fff;
    direction: ltr !important;
    z-index: 1
}

.owl-wrapper-outer {
    border: 4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.owl-carousel .owl-buttons div {
    opacity: 0;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    transition: all .3s ease
}

.owl-carousel:hover .owl-buttons div {
    opacity: .7
}

.owl-carousel .owl-buttons .owl-prev {
    left: 10px
}

.owl-carousel .owl-buttons .owl-next {
    right: 10px
}

.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0
}

.owl-pagination {
    text-align: center;
    top: 20px;
    position: relative
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 6px
}

.owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, .9)
}

@media all and (max-width:991px) {
    .scrolled.btn-filter {
        position: fixed;
        z-index: 8;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0
    }
}

@media all and (min-width:993px) {
    .link-col.scrolled {
        position: fixed;
        top: 150px
    }
}

@media all and (min-width:992px) {
    #ocfilter.show-filter.scrolled .button-box {
        top: 127px
    }
}

ul.flexdatalist-results.scrolled {
    top: 123px !important
}

@media all and (max-width:992px) {
    ul.flexdatalist-results.scrolled {
        top: 112px !important
    }
}

.slideshow_banner-wrapper .owl-carousel {
    background: transparent;
}

/*.carouselFeatured-wrapper {
    min-height: 500px;
    display: block;
}

.slideshow_banner-wrapper,
.slideshow_banner-wrapper .item {
    min-height: 580px;
}

@media all and (max-width: 1550px) {

    .slideshow_banner-wrapper,
    .slideshow_banner-wrapper .item,
    #carouselFeatured {
        min-height: 300px;
    }
}

@media all and (max-width: 1000px) {

    .slideshow_banner-wrapper,
    .slideshow_banner-wrapper .item,
    #carouselFeatured {
        min-height: 100px;
    }
}

.slideshow-box.owl-carousel {
    overflow: hidden;
}*/

#carouselFeatured .product-thumb {
    min-height: 290px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12)
}

input.form-control,
select.form-control,
textarea.form-control {
    font-size: 16px
}

@-webkit-keyframes slideUp {
    from {
        height: 0
    }

    to {
        height: 74px
    }
}

@keyframes slideInUp {
    from {
        height: 0
    }

    to {
        height: 74px
    }
}

@-webkit-keyframes slideDown {
    from {
        height: 74px
    }

    to {
        height: 0
    }
}

@keyframes slideDown {
    from {
        height: 74px
    }

    to {
        height: 0
    }
}

body {
    font-family: Roboto, sans-serif;
    background-color: #fff;
    padding-top: 136px
}

body.information-information-8 {
    background-color: #fff
}

body.information-information-8 h1 {
    margin-top: 16px
}

body.account-forgotten,
body.account-login,
body.account-simpleregister {
    background-color: #fff
}

body.account-simpleregister h1 {
    text-align: center
}

@media all and (max-width:992px) {
    body {
        padding-top: 112px
    }
}

body.no-scroll {
    overflow: hidden
}

h1,
p.h1 {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #45525f;
    margin: 10px 0
}

@media all and (max-width:1199px) {

    h1,
    p.h1 {
        font-size: 36px
    }
}

@media all and (max-width:992px) {

    h1,
    p.h1 {
        font-size: 32px
    }
}

.h2,
h2 {
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #1d252d
}

@media all and (max-width:992px) {

    .h2,
    h2 {
        font-size: 28px
    }
}

.h3,
h3,
span.modal-title {
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #45525f
}

@media all and (max-width:768px) {

    .h3,
    h3 {
        font-size: 28px
    }
}

a {
    color: #00a886
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #24c4a2
}
.btn-green a:focus,
.btn-green a:hover {
    text-decoration: none;
    color: #fff
}
.text-light {
    color: #fff !important
}

.text-dark {
    color: #45525f !important
}

.line-through {
    text-decoration: line-through
}

[data-href] {
    cursor: pointer
}

.Products-name-cards {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .8px;
    color: #00a886
}

.Product-discription-cards {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    color: #45525f
}

.flex-aligned {
    display: flex;
    align-items: center;
	justify-content: center;
}

.btn-primary,
.btn-success {
    background-color: #00A886;
    color: #fff;
    border-color: transparent;
    background-image: none;
    /*box-shadow: 0 22px 12px -15px rgba(36, 196, 162, .5);*/
    text-shadow: none;
    padding: 13px 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-success:focus,
.btn-success:hover {
    background-color: #14BC9A;
    border-color:#14BC9A
}
#form-review label{
	margin-top: 20px
}
.btn-secondary {
    background-color: transparent;
    color: #45525f;
    border-radius: 4px;
    border: 2px solid #758195;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 16px 20px 13px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondaryactive {
    background-color: #758195;
    color: #fff
}

.btn-special {
	border-radius: 0;
    background-color: #3a3a3a;
    color: #fff;
    border:  1px solid #3a3a3a;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 16px 20px 13px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
	transition: all .5s ease-in-out;
    box-sizing:content-box;
	width: 100%;
	max-width: 200px;
}
#reviewButton.btn-special {
    padding: 0 20px;
}

.btn-special:hover {
    background-color: #FFF;
    color: #333;
	 border:  1px solid #3a3a3a;
}
footer .btn-special:hover {
    border: 1px solid transparent;
}

.btn-disabled {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-align: center;
    color: #bdc0c6;
    border-radius: 4px;
    border: solid 1px #bdc0c6;
    background-color: #fff
}
.btn-success:active,.btn-success:active:hover, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #14BC9A;
    border-color: #14BC9A;
}

.text-cite {
    opacity: .3;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .4px;
    text-align: center;
    color: #000
}

.input-block {
    position: relative;
    margin-bottom: 20px;
    max-width: unset;
    flex: 1 1 100%;
    z-index: 2
}

.input-block label {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 16px;
    letter-spacing: .4px;
    color: #A1A8AE;
    z-index: -1
}

.input-block label span {
    color: #A1A8AE;
    position: relative;
    top: 2px
}

.input-block label.top {
    color: #A1A8AE;
    font-size: 12px;
    top: 5px;
    z-index: 1
}

.input-block input {
    width: 100%;
    max-width: unset;
    padding-top: 22px;
    padding-bottom: 8px;
    font-size: 16px;
    padding-left: 18px;
    border-radius: 0;
    border: 1px solid #EFEFEF;
    height: 52px;
    box-sizing: border-box;
    background-color: transparent;
    z-index: 10;
}

.input-block input:focus, textarea:focus {
    border: 1px solid #24c4a2;
    outline: 0;
	box-shadow:none;
}


.input-block[required] label:before {
    content: '* ';
    display: inline-block;
    color: #b6b9bc;
    position: absolute;
    top: 2px;
    left: -11px;
    font-size: 16px
}

.input-col {
    background-color: #fff;
    text-align: center
}

.input-col .input-block {
    text-align: unset
}

@media all and (min-width:1400px) {
    .container {
        width: 1370px
    }
}

@media all and (min-width:1600px) {
    .container {
        width: 1570px
    }
}

.white-bg {
    background-color: #fff
}

body.no-scroll {
    overflow: hidden
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08)
}

header .base-on-flex .top-row {
    background: #00a886;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 15px;
	max-height: 80px;
	transition: all .5s ease-in-out;
}
header.scrolled .base-on-flex .top-row {
    max-height: 58px;
}
header .base-on-flex .top-row #logoFlex {
    display: flex;
    align-items: start;
    flex-basis: 196px;
    flex-shrink: 0;
    justify-content: center;
    align-self: center;
	margin-right: 74px;
}
header .base-on-flex .top-row #logoFlex img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media all and (min-width:992px) and (max-width:1199px) {
    header .base-on-flex .top-row #logoFlex {
        flex-shrink: 1
    }

    header .base-on-flex .top-row #logoFlex a {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    header .base-on-flex .top-row #logoFlex a img {
        max-width: 100%;
        max-height: 59px
    }
}

@media all and (max-width:992px) {
    header .base-on-flex .top-row #logoFlex {
        flex-shrink: 2;
        padding: 0 5px;
        min-height: 48px;
        flex-basis: 140px;
        justify-content: start;
    }
	header.scrolled .base-on-flex .top-row {
		max-height: 48px;
	}
}

@media all and (max-width:480px) {
    header .base-on-flex .top-row #logoFlex img {
        width: 100%;
        height: auto
    }
}

header .base-on-flex .top-row .flex-aligned {
    justify-content: flex-end
}

header .base-on-flex .top-row .dropdown.dropdown-info a,
header .base-on-flex .top-row .dropdown.dropdown-info a:focus,
header .base-on-flex .top-row .dropdown.dropdown-info a:hover {
    outline: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

header .base-on-flex .top-row .dropdown.dropdown-info.open {
    background-color: #fff
}
header .base-on-flex .top-row .partners-col .dropdown.dropdown-info.open svg,
header .base-on-flex .top-row .account .dropdown.dropdown-info.open svg{
   filter: brightness(0);
}

header .base-on-flex .top-row .dropdown.dropdown-info.open .dropdown-toggle {
    color: #1d252d
}

header .base-on-flex .top-row .dropdown.dropdown-info.open .dropdown-toggle * {
    color: #1d252d
}

header .base-on-flex .top-row .dropdown.dropdown-info.open .dropdown-toggle .tel-button svg g path:last-of-type {
    fill: #000
}

header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle {
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

header .catalog-search .dropdown.dropdown-info .dropdown-toggle div.fa-angle-down,
header .catalog-search .dropdown.dropdown-info .dropdown-toggle div.fa-angle-up,
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle div.fa-angle-down,
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle div.fa-angle-up
 {
    font-size: 16px;
    font-weight: 500;
	margin-left: 8px;
}

header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle .tel-button,
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle a {
    display: flex;
    align-items: center;
    text-decoration: none
}

header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu,
header .catalog-search .dropdown.dropdown-info .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 25px 0 23px
}
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu{
	padding: 0 0 23px
}
header .catalog-search .partners-col .dropdown.dropdown-info .dropdown-menu,
 header .catalog-search .account .dropdown.dropdown-info .dropdown-menu{
	width: 220px;
	margin-top: 15px;
	margin-left: -28px;
	border-top: 1px solid #eaeaea;
}
header .catalog-search .partners-col .dropdown.dropdown-info .dropdown-menu{
	width: 220px;
	margin-left: -28px;
}
 header .catalog-search .account .dropdown.dropdown-info .dropdown-menu{
	margin-right: -23px;
 }
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu > * {
    display: block
}

header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu .dropdown-item,
header .catalog-search .dropdown.dropdown-info .dropdown-menu .dropdown-item {
    margin: 0 21px
}
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu .dropdown-item + .dropdown-item,
header .catalog-search .dropdown.dropdown-info .dropdown-menu .dropdown-item + .dropdown-item{
    margin-top:5px
}
header .procent-col{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
}
header .procent-col::before{
	display: none
}
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu .dropdown-item,
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu .dropdown-item:focus,
header .catalog-search .dropdown.dropdown-info .dropdown-menu .dropdown-item,
header .catalog-search .dropdown.dropdown-info .dropdown-menu .dropdown-item:focus {
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    color: #1d252d;
    text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all .5s ease-in-out;
}
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu .dropdown-item:hover,
header .catalog-search .dropdown.dropdown-info .dropdown-menu .dropdown-item:hover {
	border-bottom: 1px solid #00A886;
}
.dropdown-menu > li > a{
	border-bottom: 1px solid transparent;
	transition: all .5s ease-in-out;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #fff;
	border-bottom: 1px solid #00A886;
}
header .base-on-flex .top-row .tel-col {
    cursor: pointer;
	flex-basis: 240px;
	flex-shrink: 0;
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info.open {
    background: #fff;
    color: #1d252d
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info.open .dropdown-toggle svg {
    fill: #1d252d
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-toggle {
    outline: 0;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-toggle svg {
    margin-right: 4px;
    fill: #fff
}


header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-toggle .tel-button span,
header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-toggle a {
    display: flex;
    align-items: center;
    text-decoration: none
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu {
    padding: 8px 0
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu a,
header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu a:focus,
header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu a:hover {
    margin-bottom: 7px;
    text-decoration: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #1d252d;
    padding-left: 0
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu a svg,
header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu a:focus svg,
header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu a:hover svg {
    margin-right: 4px
}

header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu .btn {
    margin: 23px 8px 0
}

header .base-on-flex .top-row .about-col, header .base-on-flex .top-row .info-col {
	position: relative;
}
header .base-on-flex .top-row .about-col, header .base-on-flex .top-row .info-col {
	position: relative;
}

header .base-on-flex .top-row .about-col {
    flex-basis: 120px;
    flex-shrink: 0;
}
 header .base-on-flex .top-row .info-col {
    flex-basis: 130px;
    flex-shrink: 0;
}

header .base-on-flex .top-row .dropdown-menu {
    box-shadow: 0 10px 12px rgba(0, 0, 0, .175)
}

header .base-on-flex .top-row .flex-grow-box {
    flex-grow: 10;
    background-color: #00a886
}
header .base-on-flex .top-row .flex-grow-box.fixed {
	display: none;
}

header .base-on-flex .top-row .dropdown-toggle,
header .base-on-flex .top-row .tel-button {
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

header .base-on-flex .top-row .account {
    flex: 0 0 63px;
    background: #00a886
}

header .base-on-flex .top-row .account .dropdown svg {
    fill: #fff
}

header .base-on-flex .top-row .account .dropdown.open {
    background-color: #fff
}

header .base-on-flex .top-row .account .dropdown.open svg {
    fill: #1d252d
}

header .base-on-flex .top-row .account .dropdown .dropdown-menu {
    width: auto !important;
    padding: 25px 0 31px 0;
    right: unset
}

header .base-on-flex .top-row .account .dropdown .dropdown-menu li a,
header .base-on-flex .top-row .account .dropdown .dropdown-menu li a:focus,
header .base-on-flex .top-row .account .dropdown .dropdown-menu li a:hover {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 1px;
    color: #1d252d;
    display: block;
    padding: 0 10px 0 21px
}

header .base-on-flex .top-row .account .dropdown .dropdown-menu li a.name,
header .base-on-flex .top-row .account .dropdown .dropdown-menu li a:focus.name,
header .base-on-flex .top-row .account .dropdown .dropdown-menu li a:hover.name {
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    margin-bottom: 27px
}

header .base-on-flex .top-row .account .dropdown .dropdown-menu li a:hover {
    background-color: #f0f3f5
}

header .base-on-flex .top-row #cart {
    margin: 0;
    flex: 0 0 167px
}

@media all and (min-width:992px) and (max-width:1199px) {
    header .base-on-flex .top-row #cart {
        flex: 1 5 167px
    }
}

@media all and (max-width:992px) {
    header .base-on-flex .top-row #cart {
        flex: 0 0 70px
    }
	#cart {
		position: relative
	}
}

header .base-on-flex .top-row #cart[visibility=hide] a span {
    display: none
}

header .base-on-flex .top-row  svg, header .catalog-search  svg{
	height: 25px;
	object-fit: contain;
}
header .base-on-flex .top-row #cart a,
header .base-on-flex .top-row #cart a:focus,
header .base-on-flex .top-row #cart a:hover,
header .base-on-flex .top-row #compare a,
header .base-on-flex .top-row #compare a:focus,
header .base-on-flex .top-row #compare a:hover {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 20px;
    display: flex;
    align-items: center
}

header #cart a .quantity,
header #cart a:focus .quantity,
header #cart a:hover .quantity,
header #compare a .quantity,
header #compare a:focus .quantity,
header #compare a:hover .quantity {
    position: absolute;
    right: -9px;
	top: 23px;
    background-color: #3A3A3A;
    border-radius: 9px;
    min-width: 18px;
	width: auto;
	padding: 0 3px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 13px;
    color: #fff;
}
header .catalog-search #cart a .quantity,
header .catalog-search #cart a:focus .quantity,
header .catalog-search #cart a:hover .quantity, 
header .catalog-search #compare a .quantity,
header .catalog-search #compare a:focus .quantity,
header .catalog-search #compare a:hover .quantity {
	right: 11px;
	top: 12px;
}

header .base-on-flex .top-row #cart a svg,
header .base-on-flex .top-row #cart a:focus svg,
header .base-on-flex .top-row #cart a:hover svg {
    flex-shrink: 0;
    margin-top: -8px;
    fill: #9fded1
}

header #cart a .currency_sign,
header #cart a:focus .currency_sign,
header #cart a:hover .currency_sign {
    font-weight: 400;
	display: none;
}

header #cart a #cart-total,
header #cart a:focus #cart-total,
header #cart a:hover #cart-total {
    flex-shrink: 2;
    flex-grow: 2;
    white-space: nowrap;
    text-align: center;
	display: none;
}

header .catalog-search {
    background-color: #fff
}

header .catalog-search .catalog-search-row {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
	padding: 0 15px;
}

header .catalog-search .catalog-search-row .catalog-col {
    flex: 0 0 355px;
    position: static;
    background-color: #fff
}

@media all and (min-width:992px) {
	.dropdown-toggle__wrapper{
		position: relative;
		margin: 20px 0;
	}
	.catalog-search .dropdown-toggle__wrapper{
		margin: 0;
	}
	header .base-on-flex .top-row #cart, header .base-on-flex .top-row #compare, 
	header .base-on-flex .top-row .search__wrapper.fixed{
		position: relative
	}
	header .base-on-flex .top-row #cart::before, header .base-on-flex .top-row #compare::before,
	header .base-on-flex .top-row .search__wrapper.fixed::before{
		content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		left: -0.5px;
		top: 20px;
		background: #fff;
		
	}
	header .base-on-flex .top-row .search__wrapper.fixed::before{
		left: -20px;
		top: -10px;
	}
	header .compare-icon, header .catalog-search .account .dropdown-toggle, header .cart-icon,
	header .partners-col span{
		position: relative;
	}
	.dropdown-toggle__wrapper::after, header .row.top-row .action-btn::after, header .compare-icon::after,
	header .catalog-search .account .dropdown-toggle::after, header .cart-icon::after, header .partners-col span::after
	{
		content:'';
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 2px;
		background: transparent;
		transition: background .5s ease-in-out;
	}
	header .compare-icon::after, header .catalog-search .account .dropdown-toggle::after, header .cart-icon::after,
	header .partners-col span::after{
		height: 1px;
	}
	header .row.top-row .action-btn::after{
		bottom: -1px;
	}
	.partners-col .dropdown-toggle__wrapper::after{
		display: none;
	}

	.dropdown-toggle__wrapper:hover::after, header .row.top-row .action-btn:hover::after {
		background: #fff;
	}
	header .compare-icon:hover::after, header .catalog-search .account:hover .dropdown-toggle::after,
	header .cart-icon:hover::after, header .partners-col:hover span::after{
		background: #00A886;
	}
	header .base-on-flex .top-row .fixed {
		display: none;
	}
	header .base-on-flex .top-row .tel-col {
		margin-right: 20px;
	}
	header .tel.start{
		display: block;
	}
	
	
}
@media all and (min-width:1400px) {
	header .tel.start{
		display: flex;
	}
}
.cart-icon{
	width: 25px;
	height: 25px;
}
.compare-icon{
	width: 35px;
	height: 25px;
}
header  .cart-icon{
	background: url(/image/catalog/site-icons/basket.svg) center center no-repeat;
	background-size: contain;
}
header  .compare-icon{
	background: url(/image/catalog/site-icons/balance.svg) center center no-repeat;
	background-size: contain;
}

header .base-on-flex .top-row .action-btn.catalog.fixed, header .base-on-flex .top-row .search__wrapper.fixed,
header .base-on-flex .top-row .compare__wrapper.fixed, header .base-on-flex .top-row .procent-col.fixed,
header .base-on-flex .top-row .partners-col.fixed
{
	display: none;
}

@media all and (max-width:991px) {
    header .catalog-search .catalog-search-row .catalog-col {
        flex-basis: 71px
    }
	header .tel.start, header .row.top-row .card__wrapper.fixed, 
	header .catalog-search .catalog-search-row .search-col	{
		display: none;
	}
	header .catalog-search .catalog-search-row.row::before, header .catalog-search .catalog-search-row.row::after {
		display: none;
	}
	header .base-on-flex .top-row, header .catalog-search .catalog-search-row {
		padding: 0 5px;
	}
}

header .catalog-search .catalog-search-row .catalog-col #catalogButton {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 64px;
    background-color: #fff;
    width: 100%;
    border: none;
    padding: 0 0 0 94px
}

@media all and (max-width:91px) {
    header .catalog-search .catalog-search-row .catalog-col #catalogButton {
        padding-right: 15px
    }
}

header .catalog-search .catalog-search-row .catalog-col #catalogButton svg {
    fill: #1d252d
}

header .catalog-search .catalog-search-row .catalog-col #catalogButton span {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1.7px;
    color: #1d252d;
    text-transform: uppercase;
    margin-top: 1px
}

@media all and (max-width:992px) {
    header .catalog-search .catalog-search-row .catalog-col #catalogButton {
        min-height: 58px;
        justify-content: start;
        padding-left: 15px
    }

    header .catalog-search .catalog-search-row .catalog-col #catalogButton svg {
        width: 47px;
        height: 47px;
        margin: 0 3px 0 0
    }
}

header .catalog-search .catalog-search-row .catalog-col #catalogButton svg {
    margin-right: 5px
}

@media all and (max-width:380px) {
    header .catalog-search .catalog-search-row .catalog-col #catalogButton svg {
        display: block
    }

    header .catalog-search .catalog-search-row .catalog-col #catalogButton svg.visible {
        display: block
    }
}

header .catalog-search .catalog-search-row .catalog-col #catalogContent {
    width: 100%;
    backdrop-filter: blur(2px);
    margin-top: 0;
    position: absolute;
    top: 61px;
    height: calc(100vh - 154px);
    overflow: auto;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}
header .catalog-search .account, header .catalog-search .card__wrapper, header .catalog-search .compare__wrapper{
	height: 56px;
	display: flex;
	align-items: center;
	
}
header .catalog-search #cart, header .catalog-search .dropdown, header .catalog-search #compare{
	margin: 0 20px;
	cursor: pointer;
}
header .catalog-search .dropdown .dropdown-toggle{
	display: flex;
	align-items: center;
}

@media all and (max-width:991px) {
    header .catalog-search .catalog-search-row .catalog-col #catalogContent {
        top: 57px;
        height: 100vh;
        overflow-y: scroll
    }
	header .catalog-search #cart{
		margin: 0;
	}
}

@media all and (max-width:991px) and (max-width:991px) {
    header .catalog-search .catalog-search-row .catalog-col #catalogContent {
        height: calc(100vh - 110px)
    }
}

@media all and (max-width:991px) {
    header .catalog-search .catalog-search-row .catalog-col #catalogContent .scroll-box {
        height: auto
    }
	header .catalog-search .compare__wrapper{
		display: none;
	}
}

#catalogContent .tab-content .tab-pane.active.in {
    box-shadow: none
}

#catalogContent .tab-pane {
    padding: 0 15px
}

@media all and (min-width:92px) {
    #catalogContent .tab-pane .hidden-xs {
        padding: 10px
    }
}

#catalogContent .tab-pane .panel-group {
    width: 100%
}

#catalogContent .tab-pane .panel-group .panel {
    width: 100%;
    border: none
}

#catalogContent .tab-pane .panel-group .panel .panel-heading {
    width: 100%;
    background-color: transparent;
    padding: 0
}

#catalogContent .tab-pane .panel-group .panel .panel-heading span {
    display: flex;
    align-items: center
}

#catalogContent .tab-pane .panel-group .panel .panel-heading span a {
    color: #1d252d;
    font-size: 16px;
    flex: 0 0 100%;
    min-height: 80px
}

#catalogContent .tab-pane .panel-group .panel .panel-body {
    border-top: none
}

header .catalog-search .catalog-search-row .catalog-col.open #catalogButton span {
    color: #8e9296
}

@media all and (max-width:991px) {
    header .catalog-search .catalog-search-row .catalog-col.open #catalogButton span {
        flex-grow: 10;
    }
}

header .catalog-search .catalog-search-row .catalog-col.open #catalogButton svg {
    fill: #8e9296
}

#catalogContent {
    display: block;
	margin-top: 60px;
}

#catalogContent .nav-tabs, .special_list_category  .nav-tabs {
    display: flex;
    border-bottom: none;
	margin-right: 15px;
}

#catalogContent .nav-tabs li, .special_list_category  .nav-tabs li {
    flex-grow: 2;
    margin: 0;
    align-items: stretch
}

#catalogContent .nav-tabs li a, .special_list_category  .nav-tabs li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    text-transform: capitalize;
    border: none;
    margin: 0;
    background: #fff;
    color: #000;
    border: none
}

@media all and (max-width:992px) {
    #catalogContent .nav-tabs li a, .special_list_category  .nav-tabs li a {
        font-size: 16px;
    }
}

/*#catalogContent .nav-tabs li a:hover {
    background: #24c4a2;
    color: #fff
}*/

#catalogContent .nav-tabs li .link-to-parent , .special_list_category  .nav-tabs li .link-to-parent {
    position: absolute;
    left: 65px;
    top: 50%;
	transform: translateY(-50%);
    cursor: pointer;
    border-radius: 0;
    background-color: transparent
}

@media all and (max-width:991px) {
    #catalogContent .nav-tabs li .link-to-parent  {
        display: none
    }
}

#catalogContent .nav-tabs li.active a, .special_list_category  .nav-tabs li.active a{
    background-color: #00a886;
    color: #fff;
	border: none;
}


@media all and (max-width:992px) {
    #catalogContent .nav-tabs {
        padding-top: 6px
    }
}

.catalog-page {
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .9));
}

header .catalog-search .catalog-search-row .action-btn, header .catalog-search .catalog-search-row .partners-col {
    flex: 0 0 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #1d252d;
    text-transform: uppercase;
    cursor: pointer;
}
header .catalog-search .catalog-search-row .partners-col{
    flex: 0 0 220px;
}
header .catalog-search .catalog-search-row .partners-col svg{
	margin-right: 14px;
}
header .base-on-flex .top-row .partners-col{
    flex: 0 0 90px;
}
header .partners-col .dropdown-toggle__wrapper{
	display: flex;
	align-items: center;
}
@media all and (min-width:992px) {
	header .catalog-search .catalog-search-row > *{
		position: relative;
	}
	header .catalog-search .catalog-search-row > *:before {
		content: '';
		position: absolute;
		width: 1px;
		height: 40px;
		left: 0;
		top: 8px;
		background: #D2D2D2;
			z-index: 10;
	}
}
@media all and (max-width:992px) {
    header .catalog-search .catalog-search-row .action-btn {
        min-height: 58px;
        flex-basis: 58px
    }
	header .catalog-search .catalog-search-row .action-btn span,  
	header .catalog-search .catalog-search-row .dropdown-info span, header .procent-col{
        display: none
    }
	header .catalog-search .catalog-search-row .partners-col svg{
		margin-right: 0px;
	}
}
@media all and (min-width:992px) {
	
	header .base-on-flex .top-row .search__wrapper.fixed{
		margin: 0 20px;
	}
	header .base-on-flex .top-row .search__wrapper.fixed svg:nth-of-type(2){
		display: none;
	}
}
header .catalog-search .catalog-search-row .action-btn svg {
    margin-right: 5px
}
@media all and (max-width:992px) {
    header .catalog-search .catalog-search-row .action-btn,  header .catalog-search .catalog-search-row .search-col,
	header .catalog-search .catalog-search-row .partners-col{
        min-height: 58px;
        flex-basis: 30px
    }
	header.scrolled .catalog-search .catalog-search-row .action-btn,  
	header.scrolled .catalog-search .catalog-search-row .search-col,
	header.scrolled .catalog-search .catalog-search-row .partners-col{
        min-height: 48px;
        flex-basis: 30px
    }
	header.scrolled .catalog-search .account, header.scrolled .catalog-search .card__wrapper, header.scrolled .catalog-search .compare__wrapper {
		height: 48px;
	}
	header .catalog-search .partners-col .dropdown.dropdown-info .dropdown-toggle div.fa-angle-down{
		display: none;
	}
	header .catalog-search .partners-col .dropdown.dropdown-info {
		margin: 0;
	}
	header .catalog-search .catalog-search-row .action-btn svg {
		margin-right: 0;
	}
}



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

    header .catalog-search .catalog-search-row .action-btn span.visible {
        display: block
    }
}

header .catalog-search .catalog-search-row .action-btn span {
    margin-top: 1px;
	margin-left: 20px;
	transition: all .5s ease-in-out;
}
header .catalog-search .catalog-search-row .action-btn:first-child:hover span{
	color: #00A886;
}

header .catalog-search .catalog-search-row .action-btn:hover {
    text-decoration: none
}


@media all and (min-width:992px) {
    header .catalog-search .catalog-search-row .action-btn:nth-child(2) {
        border-left: 1px solid #b4b4b4;
        border-right: 1px solid #b4b4b4
    }
	header .catalog-search .catalog-search-row .action-btn.new.mob, 
	header .catalog-search .catalog-search-row .action-btn.discount.mob{
		display: none;
	}

	header .base-on-flex .top-row .tel.start span{
		margin-left: 13px;
	}
	header .row.top-row .action-btn, header .base-on-flex .top-row .tel.start .dropdown-item{
		font-size: 13px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		color: #fff;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		margin: 0 10px;
		position: relative;
	}
	header .base-on-flex .top-row .tel.start .dropdown-item{
		font-size: 16px;
	}
	 header .base-on-flex .top-row .tel.start .dropdown-item {
		 margin: 0;
		 }
	header .base-on-flex .top-row .tel.start .dropdown-item svg{
		 width: 25px;
	 }
	 header .base-on-flex .top-row .tel.start .dropdown-item + .dropdown-item{
		 margin-top: 1px;
	 }
	header .row.top-row .action-btn:hover, header .row.top-row .action-btn:focus{
		text-decoration: none;
	}
	header .row.top-row .action-btn span{
		margin-left: 12px
	}
}
@media all and (min-width:1400px) {
	 header .base-on-flex .top-row .tel.start .dropdown-item + .dropdown-item{
		 margin-left: 26px;
		 margin-top: 0;
	 }
}
@media all and (min-width:1500px) {
	header .row.top-row .action-btn, header .base-on-flex .top-row .tel.start .dropdown-item{
		margin: 0 20px;
	}
	header .base-on-flex .top-row .info-col {
		flex-basis: 150px;
	}
	header .base-on-flex .top-row .about-col {
		flex-basis: 140px;
	}
}
@media all and (max-width:992px) {
	header .row.top-row .action-btn.desc {
		display: none;
	}
}

#catalogContent .tab-content {
    min-height: 300px;
	width: 100%;
	    position: relative;
    z-index: 10;
}

#catalogContent .tab-content .tab-pane {
    display: none
}

#catalogContent .tab-content .tab-pane.active.in {
    display:grid;
    flex-wrap: wrap;
    /*-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow:0 15px 20px 0 rgba(25,34,63,.1);*/
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .9));
    padding-bottom: 36px;
	grid-template-columns: repeat(auto-fill, 275px);
	grid-gap: 30px 10px;
	justify-content: space-between;
}

#catalogContent .tab-content .tab-pane.active.in .category-tab__item{
	display: flex;
	position: relative;
	padding: 0;
	transition: all .2s ease-in-out;
	width: 100%;
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item:last-child{
	margin-right: auto;
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	border-bottom: 3px solid transparent;
	transition: all .2s ease-in-out;
	padding: 25px;
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item img{
	width: 120px;
	height: 120px;
	object-fit: contain;
	filter: brightness(0) invert(29%) sepia(22%) saturate(554%) hue-rotate(162deg) brightness(94%) contrast(90%);
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon  >a,
#catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon > a:hover {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 21px;
    color: #1d252d;
    margin: 10px 0 0;
    text-align: left;
	
}

#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul {
    list-style: none;
    padding: 0;
    display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 6;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	opacity: 0;
	transition: opacity 5s ease-out 5s;

}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li{
	padding: 0 25px;
	margin: 7px 0;
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li:first-child {
	margin-top: 30px;
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li:last-child {
	margin-bottom: 30px;
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item:hover{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item:hover .category-tab__item-icon{
	border-bottom: 3px solid #00A886
}
#catalogContent .tab-content .tab-pane.active.in .category-tab__item:hover img{
	filter: none;
}
@media all and (min-width:992px) {
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item:hover ul{
		display: block;
		opacity: 1;
	}
}
@media all and (max-width:991px) {
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item, #catalogContent, #category-tabs, 
	#category-tabs .tab-pane{
		will-change: auto;
	}
    #catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li {
        margin-bottom: 16px
    }
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul{
		position: fixed!important;
		top: 0;
		left: 0;
		opacity: 1;
		z-index: 1000;
		height: 100vh;
		padding-top: 35px;
		overflow-y: auto;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul.active{
		display: block;
		 
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul.active span{
		position: fixed;
		top:16px;
		right: 16px;
		width: 19px;
		height: 19px;		
		background: url(/image/catalog/site-icons/closegreen.svg) center no-repeat;
		background-size: contain;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item, #catalogContent .tab-content {
		position: inherit;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li > a{
		font-size: 16px;
		line-height: 19px;
		color: rgba(29, 37, 45, 0.8);
		border-bottom: 1px solid #00A886;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__to-main-mob:not(:nth-child(1)),
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__item-icon-mob:not(:nth-child(3)){
		display: none
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li {
		margin: 0 10px 12px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__item-icon-mob{
		padding: 10px 30px;
		background: #00A886;
		margin: 0 10px 12px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__item-icon-mob a{
		color: #fff;
		margin-left: 12px;
		opacity: 1;
		padding: 0;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__item-icon-mob img{
		filter: brightness(0) invert(1);
		width: 30px;
		height: 30px;
		object-fit: contain
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__to-main-mob{
		padding: 0 25px 0 60px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__to-main-mob a{
		border-bottom: none;
		padding: 0;
		position: relative;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul .category-tab__to-main-mob a::before{
		content: '';
		position: absolute;
		top: 50%;
		left: -30px;
		transform: translateY(-50%) rotate(90deg);
		width: 16px;
		height: 10px;		
		background: url(/image/catalog/site-icons/arrow-down-green.svg) center no-repeat;
		background-size: contain;
	}
}

#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li > a {
    opacity: .7;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #1d252d;
    font-family: Roboto;
    line-height: 19px;
	border-bottom: 1px solid transition;
	padding-bottom: 2px;
		text-decoration: none;
	
}

#catalogContent .tab-content .tab-pane.active.in .category-tab__item ul li > a:hover {
	border-bottom: 1px solid #00A886;


}

header .catalog-search .search-col {
    min-height: 56px;
    flex: 10 10 100%;
    display: block
}

@media all and (max-width:991px) {
    header .catalog-search .search-col {
        min-height: 47px
    }
	
}
@media all and (max-width:1150px) {
	header .base-on-flex .top-row #logoFlex {
		margin-right: 25px;
	}
	header .row.top-row .action-btn span{
		display: none;
	}
}
@media all and (max-width:991px) {
    header .catalog-search .search-col {
        background-color: transparent
    }
}

@media all and (max-width:991px) {
    header .catalog-search .search-col * {
        background-color: transparent
    }
}

header .catalog-search .search-col #search {
    position: relative;
    min-height: 56px;
    margin: 0;
    display: flex;
    align-items: center;
	padding: 10px 65px 10px 25px;
}

@media all and (max-width:992px) {
    header .catalog-search .search-col #search {
        min-height: 48px;
		padding: 10px 20px 10px 50px;
    }
}

header .catalog-search .search-col #search input,
header .catalog-search .search-col #search input:focus,
header .catalog-search .search-col #search input:hover {
    border: none;
    box-shadow: none;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #1d252d;
    height: 36px;
	border-bottom: 1px solid #D2D2D2;
}

@media all and (max-width:992px) {

    header .catalog-search .search-col #search input,
    header .catalog-search .search-col #search input:focus,
    header .catalog-search .search-col #search input:hover {
        height: 23px
    }
	header .catalog-search .catalog-search-row .partners-col{
		order: 4;
	}
	
	header .catalog-search .card__wrapper{
		order: 6;
	}
	header .base-on-flex .top-row .btn-menu{
		padding: 10px 0 10px 18px;
	}
	header .catalog-search #cart a .quantity, header .catalog-search #cart a:hover .quantity{
		right: -4px;
		top: -2px;
	}
}

@media all and (max-width:992px) {

    header .catalog-search .search-col #search input,
    header .catalog-search .search-col #search input:focus,
    header .catalog-search .search-col #search input:hover {
        font-size: 16px
    }
	header .base-on-flex .top-row .tel-col {
		height: 58px;
	}
}

header .catalog-search .search-col #search input::placeholder,
header .catalog-search .search-col #search input:focus::placeholder,
header .catalog-search .search-col #search input:hover::placeholder {
    opacity: .3;
    font-family: Roboto;
    font-weight: 300;
    letter-spacing: 1.1px;
    color: #1d252d
}

header .catalog-search .search-col #search .input-group-btn {
	width: 56px;
	position: absolute;
	top: 0;
	right: 0;
    min-height: 56px
}

@media all and (max-width:992px) {
    header .catalog-search .search-col #search .input-group-btn {
        min-height: unset
    }
}

header .catalog-search .search-col #search .input-group-btn .btn {
    min-height: 56px;
    background: 0 0;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 10px
}

@media all and (max-width:992px) {
    header .catalog-search .search-col #search .input-group-btn .btn {
        top: 0;
        min-height: 47px;
		left: 0;
    }
	header .catalog-search .search-col #search .input-group-btn {
		width: 47px;
		right: inherit;
		left: 0;
		min-height: 47px;
	}
}

header .catalog-search .search-button {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 9px 18px;
    cursor: pointer;
    background-color: #fff
}


header .catalog-search .search-button svg:first-of-type {
    display: none
}

@media all and (min-width:1200px) {
    header ~ .container-fluid .slideshow-box.owl-carousel {
        width: calc(100vw - (100vw - 100% - 30px))
    }

    header ~ .container-fluid #map,
    header ~ .container-fluid .before-block {
        left: -15px;
        width: calc(100vw - (100vw - 100% - 30px))
    }
}

@media all and (max-width:1199px) {

    header ~ .container-fluid #map,
    header ~ .container-fluid .before-block {
        left: -15px;
        width: calc(100vw - (100vw - 100%))
    }
}

header .base-on-flex .top-row #cart > a,
header .base-on-flex .top-row #compare > a,
header .base-on-flex .top-row .dropdown-toggle,
header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle,
header .base-on-flex .top-row .tel-button,
header .base-on-flex .top-row .tel-col {
    height: 80px
}

@media all and (max-width:992px) {
	header .base-on-flex .top-row,
    header .base-on-flex .top-row #cart > a,
    header .base-on-flex .top-row .dropdown-toggle,
    header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle,
    header .base-on-flex .top-row .tel-button,
    header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-toggle,
	header .base-on-flex .top-row .tel-col	{
        height: 58px 
    }
	header.scrolled .base-on-flex .top-row,
    header.scrolled .base-on-flex .top-row #cart > a,
    header.scrolled .base-on-flex .top-row .dropdown-toggle,
    header.scrolled .base-on-flex .top-row .dropdown.dropdown-info .dropdown-toggle,
    header.scrolled .base-on-flex .top-row .tel-button,
    header.scrolled .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-toggle,
	header.scrolled .base-on-flex .top-row .tel-col	{
        height: 48px 
    }
	header .catalog-search .search-button{
		order: 5;
		padding-left: 0;
		padding-right: 0;
		min-height: 47px;
		height: 47px;
	}
	header .catalog-search.search-mob-wrapper .search-button{
		padding-right:5px;
	}
}


@media all and (max-width:1250px) {
    header .base-on-flex .top-row {
        justify-content: space-between;
		align-items: center;
    }

    header .base-on-flex .top-row .btn-menu {
        margin-left: 15px;
        display: flex;
        align-content: center;
        opacity: 1;
        padding: 10px 18px;
        cursor: pointer
    }

    header .base-on-flex .top-row #cart {
        margin: 0;
        background-color: #24c4a2;
        align-self: stretch;
        display: flex
    }
}

@media all and (max-width:1250px) and (max-width:992px) {
    header .base-on-flex .top-row #cart[visibility=hide] {
        display: none;
        color: #dbdbdb
    }
}

@media all and (max-width:1250px) {

    header .base-on-flex .top-row #cart a,
    header .base-on-flex .top-row #cart a:focus,
    header .base-on-flex .top-row #cart a:hover {
        align-self: stretch;
        position: relative;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin: 0 10px;
        min-height: 54px;
        display: flex;
        align-items: center
    }

    header .base-on-flex .top-row #cart a .quantity,
    header .base-on-flex .top-row #cart a:focus .quantity,
    header .base-on-flex .top-row #cart a:hover .quantity {
        position: absolute;
        left: 18px;
        top: 50%;
        margin-top: -10px;
        background-color: #fff;
        border-radius: 6px;
        padding: 0 6px;
        font-size: 12px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #00a886
    }
}

@media all and (max-width:1250px) and (max-width:992px) {

    header .base-on-flex .top-row #cart a .quantity,
    header .base-on-flex .top-row #cart a:focus .quantity,
    header .base-on-flex .top-row #cart a:hover .quantity {
        margin-top: -5px;
        left: 28px
    }
}

@media all and (max-width:1250px) {

    header .base-on-flex .top-row #cart a svg,
    header .base-on-flex .top-row #cart a:focus svg,
    header .base-on-flex .top-row #cart a:hover svg {
        flex-shrink: 0;
        margin-top: -8px
    }

    header .base-on-flex .top-row #cart a .currency_sign,
    header .base-on-flex .top-row #cart a:focus .currency_sign,
    header .base-on-flex .top-row #cart a:hover .currency_sign {
        font-weight: 400
    }

    header .base-on-flex .top-row #cart a #cart-total,
    header .base-on-flex .top-row #cart a:focus #cart-total,
    header .base-on-flex .top-row #cart a:hover #cart-total {
        display: none
    }

    header .panel-heading.no-check a:after {
        display: none
    }

    header .panel-heading a,
    #catalogContent .panel-heading a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        outline: 0;
        text-decoration: none
    }

    header .panel-heading a:after,
    #catalogContent .panel-heading a:after {
        display: block;
        content: '';
        width: 14px;
        height: 14px;
        background: url(/image/catalog/site-icons/arrow-up.svg) center center no-repeat;
        margin-right: 10px
    }

    header .panel-heading a.collapsed:after,
    #catalogContent .panel-heading a.collapsed:after {
        background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat
    }
}
@media all and (min-width:992px){
header .catalog-search .search-button, header .base-on-flex .top-row .search__wrapper.fixed .search-col{
		display: none;
	}
}

header .container-top-menu-mobile {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh
}

header .container-top-menu-mobile *,
header .container-top-menu-mobile :focus {
    outline: 0;
    text-decoration: none
}

header .container-top-menu-mobile .scroll-box {
    overflow-y: scroll;
    height: calc(100vh - 30px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column
}

header .container-top-menu-mobile .scroll-box .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    background-color: #00a886;
    padding: 13.5px 10px
}

header .container-top-menu-mobile .scroll-box .menu-header svg {
    padding-right: 0;
    fill: #fff;
    width: 95%;
    max-width: 140px;
    height: auto
}

header .container-top-menu-mobile .scroll-box .menu-header .btn-closed-menu {
    cursor: pointer;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

header .container-top-menu-mobile .scroll-box .menu-header .btn-closed-menu svg {
    fill: #fff;
    width: auto;
	width: 25px;
	height: 25px;
	object-fit: contain;
}
header .container-top-menu-mobile .menu-header span{
	line-height: 12px;
}

header .container-top-menu-mobile .scroll-box .panel-group {
    margin-bottom: 0
}

header .container-top-menu-mobile .scroll-box .panel-group .panel {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: none
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-heading {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-heading a {
    border-bottom: 1px solid #d0d3d7;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #1d252d;
    min-height: 80px;
    display: flex;
    align-items: center
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-heading a[aria-expanded=true] {
    border-color: transparent
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body {
    padding: 10px 15px;
    border-top: none
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body ul {
    list-style: none;
    padding-left: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #d0d3d7
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body ul li {
    margin-bottom: 16px
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body ul li a {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: .4px;
    color: #61666c
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    justify-content: flex-start
}

header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box a,
header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box a:focus,
header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box a:hover {
    color: #61666c;
    font-size: 19px
}

header .container-top-menu-mobile .scroll-box .call-back {
	    white-space: nowrap;
    background: #45525f;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #fff;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    margin: 20px 20% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

header .container-top-menu-mobile .scroll-box .call-back svg {
    fill: #fff
}

header .container-top-menu-mobile .scroll-box p {
    text-align: center;
    margin-top: 5px
}

header .btn-reg-auth {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: .4px;
    color: #61666c;
    cursor: pointer
}

ul.flexdatalist-results {
    z-index: 999
}

div#simple_login {
    width: auto;
    height: auto;
    max-width: 600px
}

@media all and (min-width:768px) {
    div#simple_login {
        width: 50%;
        max-width: 600px
    }
}

div#simple_login #simple_login_header {
    margin-bottom: 20px
}

div#simple_login .text-center {
    margin-bottom: 10px
}

div#simple_login .btn-success {
    min-width: 200px
}

#callBack,
#modalFeedback,
#regAuthModal,
#regUserDataModal {
    z-index: 100000;
    background-color: rgba(11, 11, 11, .3);
    padding-top: 50px
}

@media all and (max-width:768px) {

    #callBack,
    #modalFeedback,
    #regAuthModal,
    #regUserDataModal {
        padding-top: 10px
    }
}
#callBack .modal-content .modal-body,
#attBuyers .modal-content .modal-body,
#modalFeedback .modal-content .modal-body,
#regAuthModal .modal-content .modal-body,
#regUserDataModal .modal-content .modal-body {
    padding-top: 20px
}

#callBack .modal-content .modal-body .modal-title,
#modalFeedback .modal-content .modal-body .modal-title,
#regAuthModal .modal-content .modal-body .modal-title,
#regUserDataModal .modal-content .modal-body .modal-title {
    font-size: 32px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .9px;
    text-align: center;
    color: #1d252d;
    margin-bottom: 30px
}

#callBack .modal-content .modal-body .form-row > div,
#modalFeedback .modal-content .modal-body .form-row > div,
#regAuthModal .modal-content .modal-body .form-row > div,
#regUserDataModal .modal-content .modal-body .form-row > div {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    position: relative
}

#callBack .modal-content .modal-body .form-row > div > *,
#modalFeedback .modal-content .modal-body .form-row > div > *,
#regAuthModal .modal-content .modal-body .form-row > div > *,
#regUserDataModal .modal-content .modal-body .form-row > div > * {
    min-width: 80%;
    max-width: 375px
}

@media all and (max-width:768px) {

    #callBack .modal-content .modal-body .form-row > div > *,
    #modalFeedback .modal-content .modal-body .form-row > div > *,
    #regAuthModal .modal-content .modal-body .form-row > div > *,
    #regUserDataModal .modal-content .modal-body .form-row > div > * {
        max-width: 100%
    }
}

#callBack .modal-content .modal-body .form-row > div .btn-success,
#modalFeedback .modal-content .modal-body .form-row > div .btn-success,
#regAuthModal .modal-content .modal-body .form-row > div .btn-success,
#regUserDataModal .modal-content .modal-body .form-row > div .btn-success {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px
}

#callBack .modal-content .modal-body .form-row > div input,
#callBack .modal-content .modal-body .form-row > div textarea,
#modalFeedback .modal-content .modal-body .form-row > div input,
#modalFeedback .modal-content .modal-body .form-row > div textarea,
#regAuthModal .modal-content .modal-body .form-row > div input,
#regAuthModal .modal-content .modal-body .form-row > div textarea,
#regUserDataModal .modal-content .modal-body .form-row > div input,
#regUserDataModal .modal-content .modal-body .form-row > div textarea {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .4px;
    color: #1d252d;
    border-radius: 4px;
    border: 1px solid #c7cace
}

#callBack .modal-content .modal-body .form-row > div input::-webkit-input-placeholder,
#callBack .modal-content .modal-body .form-row > div textarea::-webkit-input-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div input::-webkit-input-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div textarea::-webkit-input-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div input::-webkit-input-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div textarea::-webkit-input-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div input::-webkit-input-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div textarea::-webkit-input-placeholder {
    color: #1d252d
}

#callBack .modal-content .modal-body .form-row > div input::-moz-placeholder,
#callBack .modal-content .modal-body .form-row > div textarea::-moz-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div input::-moz-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div textarea::-moz-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div input::-moz-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div textarea::-moz-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div input::-moz-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div textarea::-moz-placeholder {
    color: #1d252d
}

#callBack .modal-content .modal-body .form-row > div input:-ms-input-placeholder,
#callBack .modal-content .modal-body .form-row > div textarea:-ms-input-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div input:-ms-input-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div textarea:-ms-input-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div input:-ms-input-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div textarea:-ms-input-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div input:-ms-input-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div textarea:-ms-input-placeholder {
    color: #1d252d
}

#callBack .modal-content .modal-body .form-row > div input:-moz-placeholder,
#callBack .modal-content .modal-body .form-row > div textarea:-moz-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div input:-moz-placeholder,
#modalFeedback .modal-content .modal-body .form-row > div textarea:-moz-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div input:-moz-placeholder,
#regAuthModal .modal-content .modal-body .form-row > div textarea:-moz-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div input:-moz-placeholder,
#regUserDataModal .modal-content .modal-body .form-row > div textarea:-moz-placeholder {
    color: #1d252d
}

#callBack .modal-content .modal-body .form-row > div textarea,
#modalFeedback .modal-content .modal-body .form-row > div textarea,
#regAuthModal .modal-content .modal-body .form-row > div textarea,
#regUserDataModal .modal-content .modal-body .form-row > div textarea {
    border-radius: 4px;
    border: 1px solid #c7cace
}

#callBack .modal-content .modal-body .form-row > div .toggle-atribute,
#modalFeedback .modal-content .modal-body .form-row > div .toggle-atribute,
#regAuthModal .modal-content .modal-body .form-row > div .toggle-atribute,
#regUserDataModal .modal-content .modal-body .form-row > div .toggle-atribute {
    min-width: auto;
    max-width: unset;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 12%
}

#callBack .modal-content #button_send_feedback,
#modalFeedback .modal-content #button_send_feedback,
#regAuthModal .modal-content #button_send_feedback,
#regUserDataModal .modal-content #button_send_feedback {
    min-width: 200px;
    display: block;
    margin: 20px auto 0
}

#callBack .modal-content .modal-footer p,
#modalFeedback .modal-content .modal-footer p,
#regAuthModal .modal-content .modal-footer p,
#regUserDataModal .modal-content .modal-footer p {
    margin-bottom: 12px
}

#callBack .modal-content .modal-footer .soc-block,
#modalFeedback .modal-content .modal-footer .soc-block,
#regAuthModal .modal-content .modal-footer .soc-block,
#regUserDataModal .modal-content .modal-footer .soc-block {
    display: flex;
    align-items: center;
    justify-content: center
}

#callBack .modal-content .modal-footer .soc-block svg,
#modalFeedback .modal-content .modal-footer .soc-block svg,
#regAuthModal .modal-content .modal-footer .soc-block svg,
#regUserDataModal .modal-content .modal-footer .soc-block svg {
    margin: 0 5px
}

#modalFeedback .input-col {
    padding-left: 40px;
    padding-right: 40px
}

#regUserDataModal .modal-dialog {
    min-width: 1026px;
}


#regUserDataModal .modal-content .modal-body .form-row {
    padding: 0 100px
}

#regUserDataModal .modal-content .modal-body .form-row .input-col {
    flex-wrap: wrap
}

.btn-long {
    width: 100%
}

#addInCart .modal-body > div,
#addInCartSet .modal-body > div,
#addInCompare .modal-body > div,
#addToFavorite .modal-body > div, #addInOneClick .modal-body > div:nth-last-child(2),
#addHansBonus .modal-body > div:nth-last-child(2), #thanksModal .modal-body > div:nth-last-child(2)
{
    margin-bottom: 20px
}
#addInCart .modal-body > div:nth-child(2), #addInOneClick .modal-body > div, #addHansBonus .modal-body > div, 
#thanksModal .modal-body > div
{
	margin-bottom: 30px
}
#thanksModal .modal-body > div p {
    margin: 0;
}
#addInCart .modal-body > div:nth-child(3), #thanksModal .modal-body > div:nth-child(3)
{
	margin-bottom: 35px
}
#addInCart .modal-body > div:last-child, #thanksModal .modal-body > div:last-child,
#addInCart .modal-body > div:last-child, #addInOneClick .modal-body > div:nth-child(3), 
#addInOneClick .modal-body > div:last-child, #addHansBonus .modal-body > div:nth-child(3), 
#addHansBonus .modal-body > div:last-child{
	color: #A1A8AE;
}
#addInOneClick .modal-body input,#addHansBonus .modal-body input{
	border: 1px solid #CCD0D9;
	height: 54px;
	padding: 15px 20px;
	width: 100%;
}
#addInOneClick .modal-body input,#addHansBonus .modal-body input{
	outline:none;
}
#addInCart .modal-body div > svg path{
	fill:  #00A886
}
.modal-body span.modal-title {
    font-size: 30px;
	line-height: 35px;
	color: #1D252D;
	letter-spacing: 0;
}
.form-group{
	margin-bottom: 0;
}
#addInCart .modal-body > div .btn,
#addInCartSet .modal-body > div .btn,
#addInCompare .modal-body > div .btn,
#addToFavorite .modal-body > div .btn,
#addInOneClick .modal-body > div .btn,
#addHansBonus .modal-body > div .btn {
    width: 100%
}

#addInCart .modal-body > div .btn-success,
#addInCartSet .modal-body > div .btn-success,
#addInCompare .modal-body > div .btn-success,
#addToFavorite .modal-body > div .btn-success {
    color: #fff
}

#addInCart .modal-body > div .btn-success a,
#addInCart .modal-body > div .btn-success a:hover,
#addInCartSet .modal-body > div .btn-success a,
#addInCartSet .modal-body > div .btn-success a:hover,
#addInCompare .modal-body > div .btn-success a,
#addInCompare .modal-body > div .btn-success a:hover,
#addToFavorite .modal-body > div .btn-success a,
#addToFavorite .modal-body > div .btn-success a:hover {
    color: #fff;
    text-decoration: none
}

.btn-filter,
.filter-col {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 64px;
    flex-basis: 250px;
    background-color: #45525f;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: center;
    color: #fff
}

.btn-filter:hover,
.filter-col:hover {
    color: #ccc
}

.btn-filter span,
.filter-col span {
    display: inline-block;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #45525f
}

@media all and (max-width:580px) {
    .btn-filter {
        flex-grow: 2;
        flex-basis: 214px
    }
}

@media all and (max-width:580px) {
    .btn-filter {
        flex-grow: 2;
        flex-basis: 100px
    }
}

.breadcrumb {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 21px 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

@media all and (max-width:991px) {
    .breadcrumb {
        padding: 13px 0 10px;
	}
	.account .breadcrumb ,  .category-page .breadcrumb{
		margin: 0 -15px;
    }
	.account .page-header-row .col-xs-12{
		padding: 0;
	}
	.modal-body .col-xs-12, .modal-body .col-sm-12 {
		padding: 0 15px;
	}
}

.breadcrumb li {
    padding: 0 7px
}

.breadcrumb li:after {
    border-right: none;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #45525f;
    top: 1px;
    right: -1px;
    -webkit-transform: rotate(-68deg);
    -moz-transform: rotate(-68deg);
    -o-transform: rotate(-68deg);
    transform: rotate(-68deg)
}

.breadcrumb li,
.breadcrumb li a,
.breadcrumb li span {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color:  #1D252D
}
.breadcrumb li i{
    font-size: 18px;
}
.breadcrumb li a:hover{
	text-decoration: none;
	position:relative
}
.breadcrumb li a span::after{
	content:'';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: transparent;
	transition: all .5s ease-in-out;
}
.breadcrumb li a:hover span::after{
	background: #00A886;
}
.breadcrumb li:last-of-type:after {
    display: none
}

footer {
    color: #fff;
    background: 0 0;
    padding: 0;

    border-top: none;
    position: relative;
    z-index: 5;
	
}

footer .logo-col svg {
    width: 200px
}

footer .logo-col > div {
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 38px
}

footer .top-row {
    background: #00a886;
    padding-top: 37px;
	padding-bottom: 30px;
}

footer .top-row .row-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}

footer .top-row .row-content .logo-col {
    padding-right: 15px;
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media all and (max-width:992px) {
    footer .top-row .row-content .logo-col {
        text-align: center
    }
	footer .logo-col > div {
		font-size: 14px;
		line-height: 16px;
		padding: 13px 0 12px;
		border-bottom: 1px solid #fff;
	}
	header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-heading a {
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #1D252D;
		letter-spacing: 0;
		min-height: 63px;
	}
	header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box a, header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box a:focus, header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body.tel-box a:hover,
	header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body ul li a{
		font-size: 16px;
		line-height: 19px;
		color: #1D252D;
		letter-spacing: 0;
	}
	header .container-top-menu-mobile .scroll-box .panel-group .panel .panel-collapse .panel-body ul li {
		margin-bottom: 10px;
	}
}

@media all and (max-width:991px) {
    footer .top-row .row-content .logo-col {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
	footer .top-row {
		padding-top: 23px;
		padding-bottom: 30px;
	}
	
}

footer .top-row .row-content .logo-col svg {
    width: 200px
}

footer .top-row .row-content .logo-col > div {
    opacity: .7;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 14px
}

footer .top-row .row-content .tel-col {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 15px
}

@media all and (max-width:991px) {
    footer .top-row .row-content .tel-col {
         -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
		text-align: center;
    }
}


footer .top-row .row-content .button-col {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media all and (max-width:1199px) {
    footer .top-row .row-content .button-col {
        text-align: center;
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media all and (max-width:991px) {
    footer .top-row .row-content .button-col {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media all and (max-width:434px) {
    footer .top-row .row-content .tel-col {
        text-align: center
    }

    footer .top-row .row-content .tel-col.first-col {
        margin-bottom: 6px
    }
}

footer .top-row .row-content .tel-col p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: -10px;
    margin-bottom: 10px;
	color: #fff;
	text-align: left;
}

@media all and (max-width:991px) {
    footer .top-row .row-content .tel-col  p {
		font-size: 16px;
		line-height: 16px;
		color: #FFFFFF;
		text-align: center;
		opacity: 1;
		margin: 0 0 18px;
		width: 100%;
    }
}

footer .top-row .row-content .tel-col a {
    font-size: 28px;
    font-weight: 300;
    color: #fff
}

@media all and (max-width:991px) {
    footer .top-row .row-content .tel-col a {
		font-size: 16px;
    }
	footer .top-row .row-content .tel-col:nth-of-type(3) p{
		display: none;
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
    footer .top-row .row-content .tel-col a {
        font-size: 21px
    }
}

footer .top-row .row-content .button-col {
    padding-left: 37px
}
footer .top-row .row-content .button-col .btn{
	width: 100%;
	max-width: 350px;
	box-sizing:border-box;
	padding: 13px 20px
}

@media all and (max-width:992px) {
    footer .top-row .row-content .button-col {
        margin-top: 17px;
        padding-left: 15px;
        padding-right: 15px
    }
	footer .btn-special {
		padding: 11px 20px 11px;
	}
}

footer .bottom-row {
    background-color: #3a3a3a;
}

footer .bottom-row .container {
    padding-top: 38px;
    padding-bottom: 20px
}

footer .bottom-row .hr-l {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background-color: #979797
}

@media all and (max-width:992px) {
    footer .bottom-row .row .footer-soc-block{
        padding-bottom: 10px;
		position: relative;
    }
	footer .bottom-row .last-column .row{
		margin-top: 0;
		overflow: hidden;
	}
	footer .bottom-row .last-column .row .footer-soc-block::after{
		content: '';
		position: absolute;
		width: calc(100% + 20px);
		height: 1px;
		background:#fff;
		bottom: 0;
		left: -10px;
	}
	footer .bottom-row .container {
		padding-top: 10px;
	}
}

footer .bottom-row .row .footer-h {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    color: #fff;
	text-align: left;
}

footer .bottom-row .row ul {
    line-height: 25px
}

footer .bottom-row .row ul a {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

footer .bottom-row .footer-soc-block {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
footer .bottom-row .footer-soc-block a:hover svg path{
	fill: #00A886;
}

footer .bottom-row .footer-soc-block a {
    margin-left: 40px;
}
footer .bottom-row .footer-soc-block a svg path{
	transition: all .5s ease-in-out;
}

@media all and (min-width:992px) and (max-width:1199px) {
    footer .bottom-row .footer-soc-block a {
        margin-left: 15px
    }
}

@media all and (max-width:992px) {
    footer .bottom-row .footer-soc-block {
        justify-content: center
    }

    footer .bottom-row .footer-soc-block a {
        margin: 0 10px
    }
	footer .bottom-row {
		padding-top: 6px;
	}
	footer .last-column{
		margin-top: 14px;
	}
}

footer .bottom-row .choice_of_year {
    display: flex;
    align-items: center;
    justify-content:center;
    cursor: pointer
}

footer .languages {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media all and (max-width:992px) {
    footer .languages {
        justify-content: center;
        margin: 10px 0
    }
}

footer .languages a,
footer .languages span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4px;
    text-align: right;
    color: #fff
}

footer .languages a + a,  footer .languages > span + a, footer .languages > a + span{
    margin-left: 10px;
}

footer .languages span {
    cursor: default
}

footer .languages .active {
    color: #9ba3a7;
    display: flex;
    align-items: center
}

footer .languages .active:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #9ba3a7;
    border-radius: 50%;
    margin: 0 10px
}

.owl-item .product-layout {
    padding: 33px 15px 20px
}

.flex-gird {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.flex-gird:after,
.flex-gird:before {
    position: absolute
}

.owl-item .product-layout,
.slick-track .product-layout {
    max-width: unset;
    min-width: unset
}

.owl-item .product-layout,
.slick-track .product-layout {
    width: 100%;
    min-width: 270px;
    height: 540px
}

@media all and (max-width:1599px) {
	.owl-item .product-layout,
	.slick-track .product-layout {
		height: 500px
	}
}
@media all and (max-width:1499px) {
	.owl-item .product-layout,
	.slick-track .product-layout {
		height: 570px
	}
}
@media all and (max-width:1399px) {
	.owl-item .product-layout,
	.slick-track .product-layout {
		height: 520px
	}
}
@media all and (max-width:1199px) {
	.owl-item .product-layout,
	.slick-track .product-layout {
		height: 550px
	}
}

.partner .owl-item .product-layout, .partner .slick-track .product-layout {
    height: 575px
}

@media all and (max-width:1599px) {
	.partner .owl-item .product-layout,
	.partner .slick-track .product-layout {
		height: 535px
	}
}
@media all and (max-width:1499px) {
	.partner .owl-item .product-layout,
	.partner .slick-track .product-layout {
		height: 605px
	}
}
@media all and (max-width:1399px) {
	.partner .owl-item .product-layout,
	.partner .slick-track .product-layout {
		height: 555px
	}
}
@media all and (max-width:1199px) {
	.partner .owl-item .product-layout,
	.partner .slick-track .product-layout {
		height: 585px
	}
}


.account-wishlist .product-layout {
    padding-right: 10px;
    padding-left: 10px;
    height: 605px;
    width: 20%
}

@media all and (max-width:1600px) {
    .account-wishlist .product-layout {
        width: 25%;
        height: 635px
    }
}

@media all and (max-width:1399px) {
    .account-wishlist .product-layout {
        width: 25%;
        height: 585px
    }
}

@media all and (max-width:1199px) {
    .account-wishlist .product-layout {
        width: 33.3%;
        height: 600px
    }
}

@media all and (max-width:992px) {
    .account-wishlist .product-layout {
        width: 50%
    }
}

@media all and (max-width:768px) {
    .account-wishlist .product-layout {
        width: 100%
    }
}

@media all and (max-width:992px) {
    .account-wishlist .product-layout.small-view {
        height: unset
    }

    .account-wishlist .product-layout.small-view .product-thumb .caption .price-row span {
        margin: 0
    }
}

.product-layout {
    padding-right: 10px;
    padding-left: 10px;
    height: 510px;
    width: 25%
}
.partner .product-layout {
	 height: 545px;
}
.product-special .product-layout, .collection__wrapper .product-layout , .product-search .product-layout {
    height: 530px;
	width: 20%
}

@media all and (max-width:1600px) {
    .product-layout {
        width: 25%;
        height: 470px
    }
	.product-special .product-layout, .collection__wrapper .product-layout, .product-search .product-layout  {
		height: 455px;
	}
	.partner .product-layout {
		 height: 505px;
	}
	.partner .product-special .product-layout, 
	.partner .collection__wrapper .product-layout, .partner .product-search .product-layout  {
		height: 525px;
	}
	.partner .wishlist .product-layout {
		 height: 575px;
	}
}

@media all and (max-width:1399px) {
    .product-layout {
        width: 25%;
        height: 430px
    }
	.partner .product-layout {
		 height: 455px;
	}
	.product-special .product-layout, .collection__wrapper .product-layout, .product-search .product-layout  {
		height: 415px;
	}
	.partner .product-special .product-layout, .partner .collection__wrapper .product-layout, 
	.partner .product-search .product-layout  {
		height: 475px;
	}
	.partner .wishlist .product-layout {
		height: 555px;
	}
}

@media all and (max-width:1199px) {
    .product-layout {
        width: 33.3%;
        height: 450px
    }
	.partner .product-layout {
		 height: 475px;
	}
	.product-special .product-layout, .collection__wrapper .product-layout, .product-search .product-layout  {
		height: 430px;
		width: 25%;
	}
	.partner .product-special .product-layout, .partner .collection__wrapper .product-layout, 
	.partner .product-search .product-layout  {
		height: 480px;
	}
	.partner .wishlist .product-layout {
		height: 525px;
	}
}
.category-page #content .col-xs-offset-2, .category-page #content .col-md-offset-4 {
	padding:0;
}

@media all and (max-width:992px) {
    .product-layout, .product-special .product-layout, .collection__wrapper .product-layout , .product-search .product-layout {
        width: 50%
    }
}

@media all and (max-width:768px) {
    .product-layout, .product-special .product-layout, .collection__wrapper .product-layout, .product-search .product-layout  {
        width: 100%
    }
}

@media all and (max-width:992px) {
    .product-layout.small-view, .partner .wishlist .product-layout {
        height: unset
    }

    .product-layout.small-view .product-thumb .caption .price-row span {
        margin: 0
    }
}

@media all and (min-width:992px) {
    .product-layout .product-thumb:hover {
        z-index: 3;
        width: calc(100% + 20px);
        margin-bottom: 0;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
        top: -10px;
        left: -10px;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease
    }

    .product-layout .product-thumb:hover .caption {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        padding: 0 30px
    }

    .product-layout .product-thumb:hover .in-cart {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease
    }

    .product-layout .product-thumb:hover .image {
        margin-bottom: 2.3em;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease
    }

    .product-layout .product-thumb:hover .image a {
        opacity: 1;
        transform: scale(1.08)
    }

    .product-layout .product-thumb:hover .compare {
        margin-bottom: 18px !important;
        margin-left: 10px;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease
    }
}

.product-layout.full-view .product-thumb:hover {
    z-index: 3;
    width: calc(100% + 20px);
    margin-bottom: 0;
    box-shadow: 0 17px 25px -15px #008f72;
    top: -2em;
    left: -10px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout.full-view .product-thumb:hover .caption {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    padding: 0 30px
}

.product-layout.full-view .product-thumb:hover .in-cart {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout.full-view .product-thumb:hover .in-cart .viz {
    height: 74px
}

.product-layout.full-view .product-thumb:hover .in-cart .viz {
    padding: 0 15px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout.full-view .product-thumb:hover .image {
    margin-bottom: 2.3em;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout.full-view .product-thumb:hover .image a {
    opacity: 1;
    transform: scale(1.08)
}

.product-layout.full-view .product-thumb:hover .compare {
    margin-bottom: 18px !important;
    margin-left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout .product-thumb {
    border: none;
    background-color: #fff;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}

.product-layout .product-thumb .remove-button {
    cursor: pointer;
	top: 5px;
	position: absolute;
	right: 5px;
}
.product-layout .product-thumb .remove-button svg{
	width: 25px;
	height: 25px;
}

@media all and (max-width:991px) {
    .product-layout .product-thumb {
        margin-bottom: 15px
    }
    .owl-item .product-layout,
    .slick-track .product-layout {
        height: 100%;
		padding: 5px 5px 0;
    }
	.product-layout.full-view .product-thumb:hover {
		z-index: 3;
		width: 100%;
		top: 0;
		left: 0;
		 margin-bottom: 15px;
	}
	.product-layout.full-view .product-thumb:hover .image {
		margin-bottom: 1.95em;
	}
	.product-layout.full-view .product-thumb:hover .caption {
		padding: 0 23px;
	}
	.product-layout.full-view .product-thumb:hover .image a {
		opacity: 1;
		transform: scale(1);
	}
   
}
.product-layout .product-thumb .image {
    margin-bottom: 1.95em;
    padding: 25px 25px 0 25px;
	/*margin: 25px 25px 1.95em 25px;*/
    float: none;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
}
.product-layout .product-thumb .image a{
	position: relative;
	overflow: hidden;
}

.product-layout .product-thumb .image:hover a {
    opacity: 1
}

.product-layout .product-thumb .image a {
    transform: scale(1);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}
.product-layout .product-thumb .image a, .product-layout .product-thumb .image a:hover {
	text-decoration: none;
	border: none;
}

.product-layout .product-thumb .image a img {
    width: 100%;
    height: auto
}

.product-layout .product-thumb .caption {
    padding: 0 23px;
    min-height: 50px;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout .product-thumb .caption .h4 {
    margin-top: 0;
    margin-bottom: 7px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    height: 48px;
    overflow: hidden
}

.product-layout .product-thumb .caption .h4 a {
    color:  #1D252D;
	line-height: 24px;
}

.product-layout .product-thumb .caption .h4 a:hover {
    text-decoration: none
}

.product-layout .product-thumb .caption .description {
    opacity: .6;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    color: #45525f;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px
}

.product-layout .product-thumb .caption .sku {
	line-height: 24px;
	min-height: 48px;
}

@media all and (max-width:992px) {
    .product-layout .product-thumb .caption .sku {
		font-size: 14px;
        margin-top: 0;
        margin-bottom: 10px
    }
}

.product-layout .product-thumb .caption .price-row {
    display: none
}

.product-layout .product-thumb .caption .price-row span {
    margin-left: 8px
}

.product-layout .product-thumb .compare {
    padding-left: 53px;
    position: relative;
    cursor: pointer;
    margin-bottom: 18px;
    margin-left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    color: #00a886
}

.product-layout .product-thumb .compare:before {
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    border: 2px solid #00a886;
    border-radius: 4px;
    position: absolute;
    left: 22px
}

.product-layout .product-thumb .compare.checked:after {
    position: absolute;
    top: 3px;
    left: 24px;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(/image/catalog/site-icons/confirm.svg) 0 0 no-repeat transparent
}

.product-layout .product-thumb .in-cart {
    width: 100%;
    border-radius: 0 0 5px 5px;
    color: #fff;
    cursor: pointer;
    position: relative;
    height: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout .product-thumb .in-cart .hid,
.product-layout .product-thumb .in-cart .viz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    color: #fff
}

.product-layout .product-thumb .in-cart .hid,
.product-layout .product-thumb .in-cart .viz {
    padding: 0 15px;
    height: 50px;
    background-color: #00a886;
    display: flex !important;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout .product-thumb .in-cart .hid.disabled-product,
.product-layout .product-thumb .in-cart .viz.disabled-product {
    background-color: #91a2aa;
    font-size: 13px
}

.product-layout .product-thumb .in-cart .hid {
    background-color: #24c4a2;
    height: 0;
    padding: 0 15px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease
}

.product-layout .product-thumb .in-cart.hover .hid {
    height: 74px;
    display: flex !important;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    z-index: 5
}

.product-layout .product-thumb .in-cart.leave .hid {
    height: 0;
    display: flex !important;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    z-index: 5
}

.product-layout .product-thumb .in-cart .currency svg {
    margin-right: 7px
}

.product-layout .product-thumb .in-cart .price {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff
}

@media all and (min-width:1200px) and (max-width:1399px) {
    .product-layout .product-thumb .in-cart .price {
        font-size: 24px
    }
}

.product-layout .product-thumb .in-cart .price.special {
    display: inline-block;
    position: relative
}

.product-layout .product-thumb .in-cart .price.special:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background-color: #fff;
    transform: rotate(5deg)
}

.product-layout .product-thumb .in-cart .flex {
    flex-grow: 10;
    flex-shrink: 10
}

.product-layout .product-thumb .in-cart .buy-text {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.88;
    letter-spacing: .9px;
    text-align: right
}

@media all and (min-width:1200px) and (max-width:1399px) {
    .product-layout .product-thumb .in-cart .buy-text {
        font-size: 13px
    }
}

.product-layout .product-thumb .in-cart .curt-sign {
    display: none
}

@media all and (max-width:992px) {
    .product-layout.small-view {
        flex-basis: 100%;
        max-width: unset;
        min-width: auto
    }

    .product-layout.small-view .product-thumb {
        display: flex;
        align-items: stretch;
        min-height: 180px
    }

    .product-layout.small-view .product-thumb .image {
        flex-basis: 125px;
        flex-shrink: 0;
        height: auto;
        min-height: auto;
        padding: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center
    }

    .product-layout.small-view .product-thumb .product-body {
        display: flex;
        align-items: stretch;
        width: calc(100% - 125px)
    }

    .product-layout.small-view .product-thumb .caption {
        flex-shrink: 2;
        flex-grow: 2;
        flex-basis: 100px;
        margin: 0 10px 0 0;
        overflow: hidden;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        padding: 8px 30px 8px 10px
    }

    .product-layout.small-view .product-thumb .caption h4 {
        letter-spacing: .5px;
        font-size: 18px;
        margin-bottom: 10px;
        height: 66px
    }

    .product-layout.small-view .product-thumb .caption .description {
        font-size: 14px;
        letter-spacing: .4px;
        margin-bottom: 5px;
        height: 48px
    }

    .product-layout.small-view .product-thumb .caption .price-row {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #1d252d
    }

    .product-layout.small-view .product-thumb .compare {
        display: none
    }

    

    .product-layout.small-view .product-thumb .in-cart:hover {
        background-color: #24c4a2
    }

    .product-layout.small-view .product-thumb .in-cart.disabled-product {
        background-color: #91a2aa;
        cursor: default
    }

    .product-layout.small-view .product-thumb .in-cart.disabled-product svg {
        fill: #fff
    }

    .product-layout.small-view .product-thumb .in-cart .hid,
    .product-layout.small-view .product-thumb .in-cart .viz {
        display: none !important
    }

    .product-layout.small-view .product-thumb .in-cart .hid .buy-text,
    .product-layout.small-view .product-thumb .in-cart .hid .flex,
    .product-layout.small-view .product-thumb .in-cart .hid .price,
    .product-layout.small-view .product-thumb .in-cart .viz .buy-text,
    .product-layout.small-view .product-thumb .in-cart .viz .flex,
    .product-layout.small-view .product-thumb .in-cart .viz .price {
        display: none
    }

    .product-layout.small-view .product-thumb .in-cart .cart-sign {
        display: block
    }

    .product-layout.small-view .product-thumb .in-cart .cart-sign svg {
        fill: #fff
    }
}

.our-advanteges {
    background-color: #4d5c63;
    min-height: 720px;
    color: #fff;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    padding-top: 37px;
    padding-bottom: 37px
}

.our-advanteges .advantages-h,
.our-advanteges .advantages-h h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1.3px;
    text-align: center;
    margin-bottom: 43px
}

@media all and (max-width:768px) {

    .our-advanteges .advantages-h,
    .our-advanteges .advantages-h h1 {
        font-size: 32px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: 1px;
        text-align: center
    }
}

.our-advanteges .advantages-h h1 span,
.our-advanteges .advantages-h span {
    font-weight: 700
}

.our-advanteges .advantages-p {
    opacity: .7;
    font-size: 18px;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 70px
}

@media all and (min-width:992px) {
    .our-advanteges .advantages-p {
        padding: 0 114px
    }
}

.our-advanteges .advantages-col {
    min-height: 290px
}

.our-advanteges .advantages-col svg {
    margin-top: 23px;
    margin-bottom: 23px;
    width: 167px;
    height: 158px
}

@media all and (max-width:992px) {
    .our-advanteges .advantages-col svg {
        width: 127px;
        height: 115px
    }
}

.our-advanteges .advantages-col:nth-of-type(1) svg {
    margin-left: 11px
}

.our-advanteges .advantages-col:nth-of-type(2) svg {
    margin-left: -3px
}

.our-advanteges .advantages-col:nth-of-type(3) svg {
    margin-left: 12px
}

.our-advanteges .advantages-col:nth-of-type(4) svg {
    margin-left: -15px
}

.our-advanteges .h4 {
    font-size: 24px;
    letter-spacing: .7px;
    text-align: center;
    margin-bottom: 22px;
    white-space: normal
}

.our-advanteges .p-desc {
    opacity: .7;
    font-size: 16px;
    letter-spacing: .4px;
    text-align: center;
    padding: 0 25px
}

/*.video-box {
    margin-top: 50px;
    margin-bottom: 50px
}*/

#carouselFeatured {
    background-color: transparent;
	padding: 0;
}

#carouselFeatured .owl-item {
    display: flex;
    justify-content: center
}

.owl-carousel .owl-wrapper-outer {
    background-color: transparent;
    box-shadow: none;
    border: none
}

.slideshow-box {
    background: 0 0
}

.slideshow-box.owl-carousel {
    position: relative;
    left: -15px;
    width: calc(100vw - (100vw - 100% - 30px));
    border-radius: 0;
    margin-bottom: 16px;
    max-height: 713px;
}

.slideshow-box .prev {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/image/catalog/site-icons/arrow-left.svg) center center no-repeat
}

.slideshow-box .next {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/image/catalog/site-icons/arrow-right.svg) center center no-repeat
}

.slideshow-box .item a {
    display: block
}

.slideshow-box .item a img {
    width: 100%;
    height: auto
}

.slideshow-box .item a .positioned-text {
    display: none;
    position: absolute;
    bottom: 50%;
    margin-bottom: -85px;
    height: 170px;
    width: 100%;
    flex-direction: column;
    justify-content: center
}

@media all and (max-width:768px) {
    .slideshow-box .item a .positioned-text {
        bottom: 88px
    }
}

@media all and (max-width:992px) {
    .slideshow-box .item a .positioned-text {
        bottom: 130px;
        margin-bottom: 0
    }
}

.slideshow-box .item a .positioned-text p {
    font-size: 24px;
    letter-spacing: .7px;
    color: #fff;
    max-width: 580px
}

@media all and (max-width:992px) {
    .slideshow-box .item a .positioned-text p {
        font-size: 18px;
        letter-spacing: .5px;
        text-align: center
    }
}

.slideshow-box .item a .positioned-text p.h1 {
    font-size: 72px;
    font-weight: 300;
}

@media all and (max-width:992px) {
    .slideshow-box .item a .positioned-text p.h1 {
        font-size: 52px;
        letter-spacing: 1.4px;
        text-align: center
    }
}

@media all and (max-width:768px) {
    .slideshow-box .item a .positioned-text p.h1 {
        font-size: 27px
    }
}

.slideshow-box .owl-controls {
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 0
}

@media (min-width:768px) {
    .slideshow-box .owl-controls {
        width: 750px
    }
}

@media (min-width:992px) {
    .slideshow-box .owl-controls {
        width: 970px
    }
}

@media all and (min-width:1400px) {
    .slideshow-box .owl-controls {
        width: 1370px
    }
}

@media all and (min-width:1600px) {
    .slideshow-box .owl-controls {
        width: 1570px
    }
}

.slideshow-box .owl-controls .owl-pagination {
    position: relative;
    top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media all and (max-width:768px) {
    .slideshow-box .owl-controls .owl-pagination {
        top: 20px;
    }
}

@media all and (max-width:991px) {
    .slideshow-box .owl-controls .owl-pagination {
        justify-content: center
    }
}

.slideshow-box .owl-controls .owl-pagination .owl-page {
    flex: 0 0 60px;
    height: 4px;
    background-color:  #C4C4C4;
    margin: 0 8px;
}

@media all and (max-width:991px) {
    .slideshow-box .owl-controls .owl-pagination .owl-page {
         flex: 0 0 17px;
         margin: 0 7px;
    }
}

.slideshow-box .owl-controls .owl-pagination .owl-page span {
    display: none
}

.slideshow-box .owl-controls .owl-pagination .owl-page.active {
    background-color:  #00A886
}


.featured-box .carousel-h, h2.title , .category-page h1, .blog h1, .news h1, .product__page h1, p.h1, .account h1, 
.container-trade-in h1, .action-block h1, .product-compare h1, .checkout-simplecheckout h1, .product-manufacturer h1,
.information-information-8 h1, .information-sitemap h1, .information-information-10 h1, .collection__wrapper h1, .information-information-14 h1, .information-information-13 h1, .product-search h1{
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	position: relative;
	color: #1D252D;
	padding-bottom: 8px;
	 margin-top: 0;
}
.featured-box .carousel-h::before, h2.title::before , .category-page h1::before, .blog h1::before, .news h1::before
, .product__page h1::before, p.h1::before, .account h1::before, .container-trade-in h1::before, .action-block h1::before,
.product-compare h1::before, .checkout-simplecheckout h1::before,.product-manufacturer h1::before, 
.information-information-8 h1::before, .information-sitemap h1::before,  .information-information-10 h1::before,
.collection__wrapper h1::before, .information-information-14 h1::before, .information-information-13 h1::before,
.product-search h1::before{
	content:'';
	position: absolute;
	width: 150%;
	height: 4px;
	right: 0;
	bottom: 0;
	background: #00A886;
	letter-spacing: 0;
	margin:0;
}


@media all and (max-width:992px) {
    .featured-box .carousel-h, h2.title , .category-page h1, .blog h1, .news h1, .product__page h1, p.h1, .account h1,
.container-trade-in h1, .action-block h1, .product-compare h1, .checkout-simplecheckout h1,.product-manufacturer h1, .information-information-8 h1,.information-sitemap h1, .information-information-10 h1,.collection__wrapper h1, .information-information-14 h1	, .information-information-13 h1, .product-search h1{
        font-size: 20px;
		line-height: 30px;
    }
	.featured-box .carousel-h::before, h2.title::before, .category-page h1::before, .blog h1::before, .news h1::before
, .product__page h1::before	, p.h1::before, .account h1::before, .container-trade-in h1::before, .action-block h1::before, .product-compare h1::before, .checkout-simplecheckout h1::before,.product-manufacturer h1::before, 
.information-information-8 h1::before,.information-sitemap h1::before, .information-information-10 h1::before,
.collection__wrapper h1::before, .information-information-14 h1::before, .information-information-13 h1::before, .product-search h1::before{
		height: 2px;
	}
}

@media all and (max-width:768px) {
    .featured-box .carousel-h, h2.title , .category-page h1, .blog h1, .news h1, .product__page h1, p.h1, .account h1, .container-trade-in h1 , .action-block h1, .product-compare h1, .checkout-simplecheckout h1, .product-manufacturer h1, .information-information-8 h1,.information-sitemap h1, .information-information-10 h1, .collection__wrapper h1, .information-information-13 h1, .information-information-14 h1, .product-search h1{
        margin-bottom: 30px
    }
}

.owl-pagination {
    position: relative;
    top:15px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media all and (max-width:768px) {
    .owl-pagination {
        top: -11px;
        right: unset;
        left: 0;
        width: 100%
    }
}

.owl-pagination .owl-page {
    flex: 0 0 60px;
    height: 4px;
    background-color: #c4c4c4;
    margin: 0 8px
}

.owl-pagination .owl-page span {
    display: none
}

.owl-pagination .owl-page.active {
    background-color: #00A886
}

.owl-controls .owl-buttons .owl-prev {
    left: -15px
}

.owl-controls .owl-buttons .owl-next {
    right: -15px
}

.btn-more {
    min-width: 252px;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: center
}

.pagination {
    margin: 30px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination li {
    background-color: transparent;
    border: none;
    margin: 0 5px
}

.pagination li a,
.pagination li span {
    border: 1px transparent;
    width: 42px;
    height: 42px;
    background: 0 0;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .4px;
    color: #1D252D
}

.pagination li.left-1 a,
.pagination li.right-1 a {
    text-align: center;
    width: unset;
    height: unset;
    padding: 0
}

.pagination li.left-1 a span,
.pagination li.right-1 a span {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid #CCD0D9
}
.pagination li.left-1 a:hover,
.pagination li.right-1 a:hover {
    background: #fff;
}
.pagination li.left-1 a:hover span,
.pagination li.right-1 a:hover span {
    border: 1px solid #00A886
}
.pagination li.left-1 a span.arrow-left,
.pagination li.right-1 a span.arrow-left,
.pagination li.left-1 a span.fa-angle-left ,
.pagination li.right-1 a span.fa-angle-left {
    background: url(/image/catalog/site-icons/pagination-left.svg) center center no-repeat;
	background-size: 15px 15px;
}

.pagination li.left-1 a span.arrow-right,
.pagination li.right-1 a span.arrow-right,
.pagination li.right-1 a span.fa-angle-right ,
.pagination li.left-1 a span.arrow-right{
    background: url(/image/catalog/site-icons/pagination-right.svg) center center no-repeat;
	background-size: 15px 15px;
}

.pagination li.active a,
.pagination li.active span {
    background-color:  #00A886;
    border-color:  #00A886;
    color: #fff;
	border-radius: 0;
}

.pagination li.active a:hover,
.pagination li.active span:hover {
    background-color: #ccd0d9;
    border-color: #ccd0d9;
    color: #1d252d
}

#feedBackText {
    font-size: 18px;
    text-align: center;
    margin: 20px
}
 .product-info-row .prod-container {
	display: flex;
}
.product-info-wrapper{
	margin-top: 60px;
	padding: 30px 15px 70px;
	margin-bottom: 35px;
}
 .product__page h1, p.h1{
	 margin-top: 35px;
	 margin-bottom: 40px;
 }

@media all and (max-width:992px) {
    .product-info-row .prod-container {
        flex-wrap: wrap
    }
	.owl-pagination .owl-page {
		flex: 0 0 17px;
	}
}
@media all and (max-width:400px) {
	.product-search .pagination li {
		margin: 0 1px
	}
}

.panel-body h2 {
    display: none
}

.acticle-block {
    display: none
}

.sku {
    font-size: 16px;
	line-height: 24px;
	color: #A1A8AE;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.meta-descption {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #45525f
}

.price-box {
    margin-bottom: 0;
	margin-top: 22px;
}

.price-box .price {
	font-weight: 500;
	font-size: 34px;
	line-height: 24px;
	color: #00A886;
    font-style: normal;
    font-stretch: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.price-box .price small,
.price-box .price span {
    white-space: nowrap
}

.price-box .price small {
    font-size: 50%;
   line-height: 50%;
    display: inline-block;
	color: #A1A8AE;
}

.price-box .price .old-price{
	position: relative;
	margin-right:10px
}
.price-box .price .old-price:after {
    content: '';
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #A1A8AE
}
.product__page .price-box .price .old-price:after {		
	top: 75%;		
}

.price-box span.price {
    display: inline-block
}

.product-info-row .delivery{
	max-width: 240px;
	float: right;
	padding: 0;
	background: url(/image/catalog/site-icons/delivery-backg.svg) center center no-repeat;
	background-size: 164px 151px;
}
.product-info-row .information, .product-info-row .delivery{
	margin-top: 20px;
}
.product-info-row .delivery >*:not(:first-child){
	position: relative;
	padding-left: 50px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.product-info-row .delivery >*:not(:first-child)::before{
	content:'';
	position: absolute;
	width: 35px;
	height: 35px;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
	padding-right: 15px;
}
.product-info-row .delivery p:nth-child(2)::before{
	background: url(/image/catalog/site-icons/city-delivery.svg) center center no-repeat;
}
.product-info-row .delivery p:nth-child(3)::before{
	background: url(/image/catalog/site-icons/suburb-delivery.svg) center center no-repeat;
}
.product-info-row .delivery p:nth-child(4)::before{
	background: url(/image/catalog/site-icons/ukraine-delivery.svg) center center no-repeat;
}

.product-info-row .delivery .h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1D252D;
	margin: 0 0 20px
}

.stock-box {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
   font-size: 16px;
	line-height: 24px;
	color: #000000;
    padding-top: 9px;
	justify-content: start;
}
.fixed_product{

	background: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}
.fixed_product .fixed_product__wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.fixed_product-left, .fixed_product-right{
	display: flex;
	align-items: center;
}
.fixed_product  .bonus_wrap{
	display: flex;
	align-items: center;
}
.fixed_product  .bonus-icon {
    background: url(/image/catalog/site-icons/bonus-hans.svg) center no-repeat;
    background-size: contain;
	color: #fff;
	font-family: Roboto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	 width: 24px;
    height: 24px;
}
.fixed_product .bonus-text{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #00A886;
	display: flex;
	margin-left: 14px;
}
.fixed_product .bonus-text span{
	margin-right: 5px;
}
.fixed_product .img_wrap{
	width: 83px;
	height: 100%;
	margin: 0 26px 0 50px
}
.fixed_product .img_wrap img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.fixed_product .text_wrap{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.fixed_product .bonus_wrap{
	margin-right: 120px;
}
.fixed_product.active {
    position: fixed;
    top: unset;
    bottom: 0;
    z-index: 100;
	left: 0;
	right: 0;
}
.fixed_product .btn_wrap{
	flex: 1 1 340px;
}
/*.fixed_product.active .btn_wrap{
	margin-top: 10px;
}*/
.fixed_product .btn_wrap #button-cart{
	margin-bottom: 0;
	width: 340px;
}
.fixed_product .title_wrap .bonus_wrap{
	display: none;
}

@media all and (max-width:1400px) {
	.product-info-wrapper{

		padding: 30px 25px 70px 15px;
	}
	.fixed_product .btn_wrap #button-cart{
		margin-bottom: 0;
		width: 100%;
	}
	.fixed_product .img_wrap {
		margin: 0 26px 0 0;
	}
	.fixed_product .bonus_wrap {
		margin-right: 20px;
	}
	#button-bonus{
		white-space: break-spaces;
	}
}
@media all and (max-width:991px) {
	.product-info-wrapper {
		padding: 30px 15px 70px;
	}
	.product-info-row .information{
		margin-top: 20px;
	}
	.stock-box {
		padding-top: 1px;
	}
	.product__page .sku {
		float: right;
	}
	.product__page .owl-carousel .sku {
		float: inherit;
	}
	.prod-container >div:nth-child(2){
		padding: 0;
	}
	.price-box .price {
		font-size: 26px;
		line-height: 24px;
	}
	 .product__page .container:not(:first-child) .col-xs-12, .product__page .container:nth-of-type(2) .col-sm-12{	
		padding: 0 15px;		
	}
	.fixed_product .img_wrap {
		margin: 0 6px 0 0;
	}
	.fixed_product.active .fixed_product-left {
		margin: 0 6px 0 60px;
	}
	/*.fixed_product.active .fixed_product-right {
		margin: 0 90px 0 0;
	}*/
	.fixed_product .btn_wrap #button-cart, .fixed_product .btn_wrap #button-bonus {
		width: 40px;
		height: 40px;
		border: 1px solid #00A886;
		background: #fff url(/image/catalog/site-icons/basketbut.svg) center center no-repeat;
		background-size: 21px 21px;
		font-size: 0 ;
		padding: 8px 12px;
	}
	.fixed_product .btn_wrap #button-bonus img{
		display: none;
	}
	/*.fixed_product .btn_wrap #button-bonus {
		width: 70px;
		height: 50px;
		font-size: 0 ;
		background:#00A886 url(/image/catalog/site-icons/basketbutwhite.svg) center right 10px no-repeat;
		background-size: 21px 21px;
		padding: 10px 25px 10px 10px;
	}*/
	
	.fixed_product .text_wrap {
		font-size: 14px;
		line-height: 20px;
	}
	.fixed_product .bonus-text {
		font-size: 16px;
		line-height: 19px;
	}
	.fixed_product .bonus_wrap{
		display: none;
	}
	.fixed_product .title_wrap .bonus_wrap{
		display: flex;
		margin-top: 5px;
	}
	.fixed_product  .bonus-icon {
		 width: 16px;
		height: 16px;
	}
	.fixed_product .bonus-text {
		margin-left: 8px;
	}
}
@media all and (max-width:767px) {
    
	.product-info-wrapper {
		padding: 20px 10px 30px;
		margin: 30px -10px;
	}
	.tab-pane > .row{
		margin: 0;
	}
	.panel-body {
		padding: 40px 10px 0;
	}
}
@media all and (max-width:500px) {
	.fixed_product.active .img_wrap {
		display: none
	}
	.fixed_product .text_wrap {
		max-height: 57px;
		overflow-y: hidden;
		font-size: 12px;
		line-height: 18px;
	}
	.fixed_product-left{
		margin-right: 5px;
	}
	.fixed_product .bonus-text {
		font-size: 12px;
		line-height: 17px;
	}
	.fixed_product .bonus_wrap {
		margin-right: 0;
	}
}

.stock-box svg {
    margin-right: 10px;
    flex: 0 0 18px
}

.stock-box span {
    white-space: nowrap
}

#product, #product-mob {
    margin-top: 40px
}


#product .radio-group .control-label {
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #45525f;
    margin-bottom: 24px
}

#product .radio-group .control-label ~ div {
    display: flex
}

#product .radio-group .control-label ~ div .radio {
    margin: 0 20px 0 0
}

#product .radio-group .control-label ~ div .radio label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #66707c
}

#product .radio-group .control-label ~ div .radio label input {
    margin-top: 0
}

.carousels-block {
    position: relative;
	margin-right: auto;
}

.carousels-block  button,  .carousels-block .button-tradein__wrapper{
    position: absolute;
    left: 35px;
    border: none;
    box-shadow: none;
	width: 42px;
	height: 30px;
}
.carousels-block .btn-wishlist {
   top: 20px;
   background: url(/image/catalog/site-icons/heartgray.svg) center no-repeat;
   background-size: contain;
}
.carousels-block .btn-wishlist:hover {
   background-image:url(/image/catalog/site-icons/heart.svg);
}
.carousels-block .btn-compare {
   top: 80px;
   background: url(/image/catalog/site-icons/balancegrey.svg) center no-repeat;
   background-size: contain;
}
.carousels-block .btn-compare:hover {
   background-image:url(/image/catalog/site-icons/balance.svg);
}
.carousels-block .button-tradein__wrapper{
	top: 140px;
	height: 50px;
}
.carousels-block .btn-tradein {
   background: url(/image/catalog/site-icons/tradeingrey.svg) center no-repeat;
   background-size: contain;
   left: 0;
}
.carousels-block .btn-tradein:hover {
   background-image:url(/image/catalog/site-icons/tradein.svg);
}
.carousels-block .btn-tradein-hover{
	position: absolute;
	bottom: 10px;
	transform: translateY(100%);
	left: 0;
	padding: 15px 40px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	background: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	flex-direction: column;
	align-items: center;
	display: none;
}
.carousels-block .btn-tradein-hover a{
	color: #00A886;
	border-bottom: 1px solid #00A886;
	padding-bottom: 2px;
	margin-top: 10px;
}
.carousels-block .btn-tradein-hover a:hover{
	text-decoration: none;
}

.carousels-block .button-tradein__wrapper:hover .btn-tradein-hover{
	display: flex;
}
.carousels-block button {
    position: absolute;
    left: 35px;
    border: none;
    box-shadow: none;
	background: #fff;
}

.main-slider .slick-slide > img {
    margin: auto;
    width: auto;
    height: 49vh;
    max-width: unset
}

@media all and (max-width:991px) {

    .main-slider .slick-slide > img,
    .main-slider .slick-slide > img img {
        width: auto !important;
        height: 49vh !important;
        max-width: unset !important
    }
	.carousels-block button {
		left: 0;
	}
	.carousels-block button {
		width: 32px;
		height: 22px;
	}
	.carousels-block .btn-wishlist {
		top: 14px;
	}
	.carousels-block .btn-compare {
		top: 60px;
	}
	.carousels-block .button-tradein__wrapper {
		top: 110px;
		left:0;
	}
	 #product-mob {
		 width: 100%;
	 }
}

.main-slider a:focus,
.main-slider a:hover {
    outline: 0
}

@media all and (min-width:992px) {

    .main-slider a.item{
        width: 100%;
        height: auto
    }
	,
    .main-slider a.item img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

.slider-nav {
    margin-top: -25px
}

.slider-nav .slick-track .slick-slide,
.slider-nav .slick-track .slick-slide:active,
.slider-nav .slick-track .slick-slide:focus {
    outline: 0
}

.slider-nav .slick-track .slick-slide {
    border-radius: 0;
    border: 2px solid transparent
}

.slider-nav .slick-track .slick-slide.item {
    min-height: 60px;
    display: flex;
    align-items: center
}

.slider-nav .slick-track .slick-slide.item img {
    max-width: 58px;
    height: auto;
    margin: auto
}

.slider-nav .slick-track .slick-slide.slick-current {
    border-color: #24c4a2
}

.slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
	 background: url(/image/catalog/site-icons/arrowleft-light.svg) center center no-repeat;
	background-size: contain;
}

.slider-nav .slick-arrow.slick-next {
    right: -40px;
    transform: rotate(180deg)
}

.slider-nav .slick-arrow.slick-prev {
    left: -40px;
   
}

.thumbnails-block {
    padding-top: 10px;
    position: relative
}

.thumbnails-block .thumbnail {
    border: none
}

.thumbnails-block > button {
    position: absolute;
    top: 10px;
    right: 50px;
    background: #dadcdf;
    border: none;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center
}

.thumbnails-block > button svg {
    fill: transparent;
    stroke: #45525f;
    stroke-width: 2
}

.thumbnails-block .big-img {
    display: flex;
    justify-content: center
}

@media all and (max-width:1200px) {
    .thumbnails-block .big-img a {
        max-width: 315px
    }
}

.tab-block .nav.nav-tabs {
    margin-bottom: 0
}

.tab-block .panel {
    margin-bottom: 0
}

@media (min-width:993px) {
    .tab-block .panel-heading {
        display: none
    }

    .tab-block .panel {
        border: none;
        box-shadow: none
    }

    .tab-block .panel-collapse {
        height: auto
    }

    .tab-block .panel-collapse.collapse {
        display: block
    }
}

@media (max-width:992px) {
     /*.tab-block .tab-content .tab-pane {
        display: block
    }*/
	.tab-block .tab-content .tab-pane.active .collapse{
        display: block
    }
	
	.technologies-tabs .technologies-tabs__icon img {
		height: 50px;
	}
/*
   .tab-block .nav-tabs {
        display: none
    }*/
	.tab-block .tab-row .nav-tabs li a {
        font-size: 16px;
	line-height: 19px;
    }
    .tab-block .panel-title a {
        display: block
    }

    .tab-block .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px
    }

    .tab-block .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0
    }

    .tab-block .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px
    }
	.tab-block .tab-row .attribute-group-name {
		font-size: 18px;
		line-height: 21px;
	}
	.tab-block .tab-row .attribute-text {
		font-size: 14px;
		line-height: 20px;
	}
	.technologies-tabs .technologies-tabs__icon {
		width: 70px;
		height: 70px;
	}
}

.tab-block .tab-row {
    padding-top: 50px;
    background-color: #fff
}

.tab-block .tab-row .nav-tabs li {
    font-size: 20px;
	line-height: 23px;
	color: #1D252D;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    border: none;
    padding: 10px 15px 0;
    margin-right: 25px;
    margin-left: -15px
}

@media all and (min-width:992px) and (max-width:1199px) {
    .tab-block .tab-row .nav-tabs li {
        font-size: 21px
    }
}

.tab-block .tab-row .nav-tabs li a,
.tab-block .tab-row .nav-tabs li a:focus,
.tab-block .tab-row .nav-tabs li a:hover {
    color: #1D252D;
    outline: 0;
	border: none;
    border-bottom: 2px solid transparent;
    padding: 0;
    padding-bottom: 3px
}
.tab-block .tab-row .nav-tabs li a:hover{
	background: #fff;
	border-bottom: 2px solid #00a886;
}
.tab-block .tab-row .nav-tabs li.active {
    opacity: 1
}

.tab-block .tab-row .nav-tabs li.active a{
    border-bottom: 2px solid #00a886
}

.tab-block .tab-row .tab-content {
    min-height: 400px
}

.tab-block .tab-row #collapseOne,
.tab-block .tab-row #tab1 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #45525f
}

.tab-block .tab-row .attribute-group-name {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height:26px;
    color: #000000
}
#collapseTwo .attribute-group-name {
    margin-bottom: 20px;
}
.tab-block .tab-row .attribute-group-name:first-of-type {
    margin-top: 0;
}
.tab-block .tab-row .attribute-group-name.video-name{
	margin-top: 70px;
}



@media all and (max-width:992px) {
    .tab-block .tab-row .attribute-group-name {
        font-size: 18px;
		float: left;
    }
	
	.tab-block .tab-row .nav-tabs{
		display: flex;
	}
	.technologies-tabs {
		border-right: none;
		
	}
	.tech-tab-pane {
		padding: 25px 10px;
		border-bottom: 1px solid #C4C4C4;
	}
	.technologies-tabs {
		padding: 0 0 20px;
	}
}
@media all and (max-width:768px) {
	#collapseTwo .attribute-group-name {
		margin-left: -10px;
	}
}


.tab-block .tab-row .attribute-name,
.tab-block .tab-row .attribute-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: normal;
    color: #000
}

.tab-block .tab-row .attribute-text {
    font-weight: 400
}
@media (max-width:1200px) {
	.tech-tab-pane.active{
		display: grid;
		justify-content: space-between;
		align-items: center;
		grid-template-columns: 300px 1fr;
		grid-gap: 35px;
	}
	
	.tech-tab-pane .tech-tab__icon{
		display: none;
	}
}
@media all and (max-width:992px) {
    .tab-block .panel.panel-default {
        border: none;
        background-color: transparent
    }
	.tab-block .tab-row #collapseOne,
	.tab-block .tab-row #tab1 {
	
	}

    .tab-block .panel.panel-default .panel-heading {
        font-size: 14px;
		line-height: 20px;
    }

    .tab-block .panel.panel-default .panel-heading.no-check a:after {
        display: none
    }
	.tab-block .panel.panel-default .panel-heading{
		 display:none;
	}
    .tab-block .panel.panel-default .panel-heading a {
	   display:none;
        align-items: center;
        justify-content: space-between;
        outline: 0;
        text-decoration: none
    }
	.tab-block .tab-row .nav-tabs li {
		margin-right: 5px;
		margin-left: 0;
	}

    .tab-block .panel.panel-default .panel-heading a:after {
        display: block;
        content: '';
        width: 14px;
        height: 14px;
        background: url(/image/catalog/site-icons/arrow-up-green.svg) center center no-repeat
    }

    .tab-block .panel.panel-default .panel-heading a.collapsed:after {
        background: url(/image/catalog/site-icons/arrow-down-green.svg) center center no-repeat
    }
	.tab-block .tab-row .nav-tabs li {
		line-height: 35px;
	}
	.tab-block .tab-row .nav-tabs li a{
		text-decoration: none;
	}
	.tab-block .tab-row .attribute-group-name:first-of-type {
		margin-bottom: 25px;
	}
	.panel-body .spray .attribute-group-name{
		display: none;
	}
	.spray .spray-content {
		grid-template-columns: 1fr 75px;
		padding: 30px 0 0;
		border-top: none;
	}
	.spray-tabs li {
		width: 75px;
		height: 75px;
		padding: 20px;
		background: #5C5C5C;
	}
	.spray-tabs li.active{
		background: #00A886
	}
	.spray-tabs li img, .spray-tabs li.active img {
		filter: brightness(0) invert(1);
	}
	
	.tab-block .tab-row #collapseOne, .tab-block .tab-row #tab1,.tech-tab-pane p, .technologies-tabs li p {
		font-size: 14px;
		line-height: 20px;
	}
	.tech-tab-pane.active{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.tech-tab-pane .tech-tab__img {
		border-right: none;
		padding: 0 0 30px;
		margin: 0 40px 0 50px;
		position: relative;
	}
	.tech-tab-pane .tech-tab__img::after {
		width: 100%;
		height:calc(100% - 30px);
		top: 10px;
		left: -10px;
	}
	.tech-tab-pane .tech-tab__content{
		border-top: 1px solid #C4C4C4;
		padding-top: 15px;
	}
	.tech-tab-pane .tech-tab__btn{
		margin: 20px auto 0;
	}
}
.color-options{
	margin: 20px -10px -15px;
}
.color-options__label{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
	margin: 0 10px 15px;
	text-transform: capitalize;
	display:block;
}
.color-options__label-choosen{
	font-weight: normal;
	margin-left: 20px;
}
.color-options__list{
	padding: 0;
	display: inline-block;
	background: gray;
	width: 30px;
	height: 30px;
	
}
.color-options__item{
	margin: 0;
	width: 100%;
	height: 100%;
}
.color-options__list {
	margin: 0 10px 15px;
}
.color-options__input-choosen{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	width: 0;
	height: 0;
}
.color-options__item label{
	width: 100%;
	height: 100%;
	padding: 0;
}
.color-options__item label img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	border: none;
	border-radius: 0;
}
.color-options__list:nth-child(2) .color-options__item, .color-options__list .color-options__item.active {
	border: 1px solid #00A886;
}



.similar-products-title {
    margin-top: 48px;
    margin-bottom: 35px;
    font-size: 72px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #45525f
}

@media all and (max-width:992px) {
    .similar-products-title {
        font-size: 36px
    }
}

#tab-spare-parts-desctop a {
    font-size: 18px
}

#tab-spare-parts-desctop a .fa {
    font-size: 20px
}

@media all and (min-width:991px) {
    #tab3 {
        padding-top: 25px
    }
}

#tab3 .dropdown {
    margin-bottom: 45px
}

#tab3 .dropdown .dropdown-menu {
    left: 8.33333333%;
    padding: 10px 20px
}

#tab3 .review-box {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px 20px 25px 20px;
    border-radius: 8px;
    border: 1px solid #dadcdf
}

#tab3 .review-box .review-header {
    margin-bottom: 20px
}

#tab3 .review-box .review-header .name {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #45525f
}

#tab3 .review-box .review-header .stars .star-green svg {
    position: relative;
    top: 5px;
    left: 8px
}

#tab3 .review-box .review-header .date {
    color: #a1a8ae;
    font-size: 14px
}

#tab3 .review-box .review-body {
    font-size: 14px;
    color: #6a747f;
    line-height: 1.5;
    letter-spacing: .4px
}

#tab3 .pagination {
    margin-top: 35px;
    margin-bottom: 35px
}

#tab3 .no-review-text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #45525f
}

#tab3 .no-review-text svg {
    margin-bottom: 10px
}

.category-top-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media all and (max-width:992px) {
    .category-top-row {
        flex-wrap: wrap;
        margin-bottom: 5px
    }
	.tab-block .tab-row .attribute-group-name.video-name {
		margin-top: 40px;
		margin-bottom: 25px;
		display: block;
		width:100%;
	}
	#tab-spare-parts-desctop a {
		font-size: 14px;
	}
}

.category-top-row .form-group {
    margin-bottom: 0
}

@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: unset
    }
}

.category-bottom-row {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 4px;
    padding: 12px 20px;
    min-height: 61px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	margin: 0 0 13px;
}
.awards-commits{
	font-size: 14px;
	line-height: 24px;
	color: #1D252D;
}
.award-commit-hover{
	display: none;
	position: absolute;
	left: 0;
	bottom: -20px;
	transform: translateY(100%);
	padding: 10px 20px;
	border: 1px solid #CCD0D9;
	min-width: 200px;
	 z-index: 100;		
	background-color: #fff;
}
.awards-block .award {
	position: relative;
	cursor: pointer;
}
.awards-block .award:-webkit-direct-focus, .awards-block .award:focus,
.checkout-simplecheckout .order-information__content .simplecheckout-three-column input:-webkit-direct-focus,
.checkout-simplecheckout .order-information__content .simplecheckout-three-column input:focus{
	outline: none !important;
}

@media all and (min-width:992px) {
	.awards-block .award:hover .award-commit-hover{
		display: block
	}
}
@media all and (max-width:991px) {
    .category-bottom-row {
        background-color: transparent;
        padding: 0;
        min-height: unset
    }
	.awards-commits{
		border-bottom: 1px solid #CCD0D9;
		border-top: 1px solid #CCD0D9;
		padding: 20px 0;
	}
	.award-commit{
		display: none;
	}
	.award-commit.active{
		display: block;
	}
	.awards-block .award{
		border-bottom: 2px solid transparent;
		padding-bottom:5px;
	}
	.awards-block .award.active{
		border-bottom: 2px solid #00A886;
	}
	.awards-block .award.active .award-commit-hover {
		display: block;
	}
	.award-commit-hover {
		bottom: -2px;
		background: #fff;
		z-index: 50;
	}
	.awards-block .slick-list{
		padding-bottom:40px;
	}
	#product-mob {
		margin-top: 0;
	}
}
@media all and (max-width:768px) {
	.category-bottom-row {
		margin: 0 10px 13px;
	}
	.stock-box span, .sku, .color-options__label{
		font-size: 14px;
		line-height: 24px;
	}
	.color-options__list {
		width: 26px;
		height: 26px;
	}
	.color-options {
		margin-top: 15px;
	}
	.color-options__item + .color-options__item {
		margin-left: 15px;
	}
	.price-box {
		margin: 5px 10px 25px;
		font-weight: 500;
		font-size: 26px;
		line-height: 24px;
	}
}

.category-bottom-row > .row {
    display: flex;
    align-items: center
}

.category-bottom-row .btn-filter {
    min-height: unset;
    padding: 18px 5px;
    flex-shrink: 0;
    white-space: nowrap
}

.category-bottom-row .limits-col span {
    display: inline-block;
    margin-left: 1px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color: #1D252D;
    cursor: pointer
}

.category-bottom-row .limits-col span:hover {
    background-color: #eef1f4
}

.category-bottom-row .limits-col span[selected=selected] {
    border: 1px solid #00A886;
	box-sizing: border-box;
	border-radius: 3px;
    cursor: default
}

.category-bottom-row .sort-col {
    display: flex;
    align-items: center
}

.category-bottom-row .sort-col .text-sort {
    margin-right: 10px
}

@media all and (max-width:992px) {

    .category-bottom-row .sort-col .dropdown,
    .category-bottom-row .sort-col fixed-dropdown {
        flex-grow: 2
    }

    .category-bottom-row .sort-col .dropdown .btn,
    .category-bottom-row .sort-col fixed-dropdown .btn {
        width: 100%
    }
}

.category-bottom-row .sort-col .dropdown .btn,
.category-bottom-row .sort-col fixed-dropdown .btn {
    background-color: #fff;
   border: 1px solid #EFEFEF;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 14px;
	color: #1D252D;
}

@media all and (min-width:1200px) {

    .category-bottom-row .sort-col .dropdown .btn,
    .category-bottom-row .sort-col fixed-dropdown .btn {
        min-width: 244px
    }
}

.category-bottom-row .sort-col .dropdown .btn .caption,
.category-bottom-row .sort-col fixed-dropdown .btn .caption {
    font-size: 16px;
    letter-spacing: .5px;
    color: #45525f;
    margin-right: 10px
}

.category-bottom-row .sort-col .dropdown .btn .arrow,
.category-bottom-row .sort-col fixed-dropdown .btn .arrow {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat
}

.category-bottom-row .sort-col .dropdown .btn[aria-expanded=true] .arrow,
.category-bottom-row .sort-col fixed-dropdown .btn[aria-expanded=true] .arrow {
    background: url(/image/catalog/site-icons/arrow-up.svg) center center no-repeat
}

@media all and (min-width:1200px) {

    .category-bottom-row .sort-col .dropdown .dropdown-menu,
    .category-bottom-row .sort-col fixed-dropdown .dropdown-menu {
        min-width: 244px
    }
}

/*@media all and (max-width:992px){.category-bottom-row .sort-col .dropdown .dropdown-menu,.category-bottom-row .sort-col fixed-dropdown .dropdown-menu{position:fixed;bottom:0;top:unset;left:0;width:100vw;height:150px;z-index:10000;overflow:scroll}}*/
.category-bottom-row .sort-col .dropdown .dropdown-menu ul,
.category-bottom-row .sort-col fixed-dropdown .dropdown-menu ul {
    list-style: none
}

.category-bottom-row .sort-col .dropdown.open .btn,
.category-bottom-row .sort-col fixed-dropdown.open .btn {
    background-color: #fff;
    border-radius: 4px 4px 0 0
}

.category-bottom-row .sort-col .dropdown.open .dropdown-menu,
.category-bottom-row .sort-col fixed-dropdown.open .dropdown-menu {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    opacity: .95;
    overflow: hidden
}

.category-bottom-row .sort-col .dropdown.open .dropdown-menu li,
.category-bottom-row .sort-col fixed-dropdown.open .dropdown-menu li {
    min-height: 30px;
    line-height: 30px
}

.category-bottom-row .sort-col .dropdown.open .dropdown-menu li a,
.category-bottom-row .sort-col fixed-dropdown.open .dropdown-menu li a {
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    padding: 3px 15px
}

.category-bottom-row .sort-col .dropdown.open .dropdown-menu li a:hover,
.category-bottom-row .sort-col fixed-dropdown.open .dropdown-menu li a:hover {
    background: #24c4a2;
    color: #fff
}

.text-limit,
.text-sort {
    display: inline-block;
    font-size: 16px;
    color: #1D252D;
}

#button-cart {
    padding: 8px 12px;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
}
#button-one-click{
    margin-bottom: 20px;
}
#button-cart svg {
    margin-right: 10px;
    fill: #fff;
	display: none;
}

#button-cart.under_order,
#button-cart.under_order:hover {
    background-color: #91a2aa;
    box-shadow: 0 22px 12px -15px rgba(158, 158, 158, .5);
    border-color: #91a2aa
}
.video-modal .modal-content {
	background-color: transparent;
	box-shadow: none;
}
.video-modal .html5-video-player .video-click-tracking, .video-modal  .html5-video-player .video-stream{
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}


.thumbnails .image-additional {
    max-width: unset;
    margin-left: 20px;
    width: auto
}

.thumbnails .image-additional img {
    width: auto;
    margin: auto;
    clear: both
}

.image-add-box {
    padding: 0 30px
}

.image-add-box .slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center
}

.image-add-box .slick-track li {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-right: 6px;
    height: auto
}

.image-add-box .slick-track li > a {
    margin-bottom: 0;
    display: flex;
    align-items: stretch
}

.image-add-box .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100
}

.image-add-box .slick-arrow.slick-next {
    right: 0;
    background: url(/image/catalog/site-icons/arrow-right.svg) center center no-repeat
}

.image-add-box .slick-arrow.slick-prev {
    left: 15px;
    background: url(/image/catalog/site-icons/arrow-left.svg) center center no-repeat
}

.slick-carousel {
    position: relative;
    margin-left: -15px;
    width: calc(100% + 30px)
}

.slick-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100
}

.slick-carousel .slick-arrow.slick-next {
    right: 0;
    background: url(/image/catalog/site-icons/arrow-right.svg) center center no-repeat
}

.slick-carousel .slick-arrow.slick-prev {
    left: 0;
    background: url(/image/catalog/site-icons/arrow-left.svg) center center no-repeat
}

.slick-carousel .slick-track {
    padding-top: 15px
}

.product-compare {
    background-color: #fff
}

.product-compare #content {
    min-height: 300px;
	margin-bottom: 80px;
}
.product-compare h1{
	width: 100%;
	margin: 0;
}
.product-compare p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px
}
.product-compare .buttons a.btn{
	margin-top: 30px;
	max-width: 230px;
	width: 100%;
}

.product-compare .header-text-row {
    margin-bottom: 40px
}

.product-compare .product-quantity {
    font-size: 18px;
	line-height: 21px;
	color: #1D252D;
    text-align: left;
}
.product-compare .left-col__content{
	margin-left:50px;
}

.compare-products {
    display: flex;
    align-items: stretch
}

.compare-products .left-col {
    flex-basis: 350px;
    flex-shrink: 0;
	padding-top: 6px;
	padding-bottom: 30px;
	background-color: #fff;
	z-index: 2;
	margin-right: 20px;
}

.compare-products .left-col .left-col-header {
    height: 413px;
}

.compare-products .left-col .attribute-group,
.compare-products .left-col .sku-line {
    margin: 20px 0;
    display: flex;
    align-items: center
}
.compare-products .left-col .sku-line{
	
}
.compare-products .left-col .attribute-group:nth-child(3), 
.compare-products .compare-col .product-col > div:nth-child(3){
	border-top:1px solid #CCD0D9;
}

.compare-products .left-col h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #1D252D;
	margin:20px 0 0;
}

.compare-products .left-col .attribute,
.compare-products .left-col .sku-line {
    font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.compare-products .left-col .attribute{
	margin-bottom: 14px;
}

.compare-products .compare-col {
    flex-basis: 70%;
    flex-grow: 2;
    flex-shrink: 2;
    display: flex;
    overflow-x: scroll;
}

.compare-products .compare-col .product-col {
    width: 300px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
	padding: 20px 20px 50px;
	margin: 6px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}

.compare-products .compare-col .product-col .attr-value {
   font-size: 16px;
	line-height: 24px;
	color: #000000;
} 
.compare-products .compare-col .product-col .attr-wrapper{
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.compare-products .compare-col .product-col .attr-name, .compare-products .left-col .attribute, 
.compare-products .compare-col .product-col .attr-value{
	white-space: nowrap;
}

.compare-products .compare-col .product-col > div:first-of-type {
    border-bottom: none
}

.compare-products .compare-col .product-col .attribute-group,
.compare-products .compare-col .product-col .sku-line {
    font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 20px 0;
}

.compare-products .compare-col .product-col .attribute-group {
    margin: 20px 0 20px;
	height: 48px;
}
.compare-products .compare-col .product-col .attribute-group:first-of-type {
	margin-top: 0;
}

.compare-products .compare-col .product-col .compare-header {
    height: auto;
    margin-bottom: 10px;
	padding: 0;
}

.compare-header {
    position: relative;
    border: 1px solid transparent;
    display: flex;
	flex-direction:column;
    align-items: center;

}

.compare-header .img-block {
    margin-bottom:33px;
	width: 100%;
	height: 260px
}

.compare-header .img-block img {
    border: none;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0;
}

.compare-header .btn-remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
	
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 10;
    background-color: #fff
}

.compare-header .btn-remove svg {
    fill: #c4c4c4;
    width: 20px;
    height: 20px;
	transition: all .5s ease-in-out;
}
.compare-header .btn-remove:hover svg {
    fill: #00A886;
}

.compare-header .text-block .product-name{
    font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
	height: 48px;
    overflow: hidden
}
.compare-header .text-block .product-price {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #00A886;
}
.compare-header .product__bottom{
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin: 10px 0 0;
}
.compare-header .product__bottom .in-cart{
	width: 60px;
	height: 50px;
	border: 1px solid #00A886;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
.compare-header .product__bottom .cart-sign{
	width: 28px;
	height: 27px;
	background: url(/image/catalog/site-icons/basketbut.svg) center center no-repeat;
	background-size: contain;
	transition: all .5s ease-in-out;
}
.compare-header .product__bottom .in-cart:hover{
	background: #00A886;
}

.compare-header .product__bottom .in-cart:hover .cart-sign{
	background-image: url(/image/catalog/site-icons/basketbutwhite.svg)
}

.compare-header .text-block .product-name a,
.compare-header .text-block .product-name a:focus,
.compare-header .text-block .product-name a:hover,
.compare-header .text-block .product-price a,
.compare-header .text-block .product-price a:focus,
.compare-header .text-block .product-price a:hover {
    color: #1d252d
}

.compare-header .text-block .product-name strike,
.compare-header .text-block .product-price strike {
    font-size: 14px;
    letter-spacing: .4px;
    color: #9098a0;
	display: block;
}
.compare-header .text-block .product-price strike {
	margin-bottom: 5px;
	text-align:right;
}

.compare-header .text-block .description {
    font-size: 14px;
    letter-spacing: .4px;
    color: #9098a0;
    height: 22px;
    overflow: hidden
}
.compare-products .compare-col .product-col .btn{
	margin: 26px auto 0;
	font-weight: 500;
	font-size: 14px;
	max-width: 200px;
	width: 100%;
}
.compare-products::-webkit-scrollbar {
    width: 0;
    background-color: #fff;
}

.compare-products::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fixed-dropdown-mobile {
    background-color: #fff;
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 10
}

.fixed-dropdown-mobile.vis {
    bottom: 0
}

.fixed-dropdown-mobile .header-dropdown {
    background-color: #e1e0e0;
    text-align: right;
    margin-bottom: 5px
}

.fixed-dropdown-mobile .header-dropdown .button-success {
    display: inline-block;
    color: #007aff;
    padding: 14px 20px;
    cursor: pointer
}

.fixed-dropdown-mobile .drop-menu .slick-active.slick-current {
    border: 1px solid #000;
    font-size: 23px;
    opacity: 1
}

.fixed-dropdown-mobile .drop-menu .slick-active.slick-current a {
    color: #292929
}

.fixed-dropdown-mobile .drop-menu .slick-slide {
    text-align: center;
    font-size: 21px;
    color: #9d9d9d;
    padding: 3px 0;
    opacity: .5
}

.fixed-dropdown-mobile .drop-menu .slick-slide a {
    color: #292929
}

.fixed-dropdown-mobile .drop-menu .slick-arrow {
    position: absolute;
    top: -43px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100
}

.fixed-dropdown-mobile .drop-menu .slick-arrow.slick-next {
    left: 40px;
    background: url(/image/catalog/site-icons/arrow-right-blue.svg) center center no-repeat
}

.fixed-dropdown-mobile .drop-menu .slick-arrow.slick-prev {
    left: 0;
    background: url(/image/catalog/site-icons/arrow-left-blue.svg) center center no-repeat
}

.fixed-dropdown-button {
    flex-shrink: 2;
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    cursor: pointer;
    margin-right: 15px;
    background-color: #dbe0e8;
    border-radius: 4px;
    border-color: #dbe0e8;
    padding: 14px 18px
}

.fixed-dropdown-button .arrow {
    margin-left: 10px;
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat #dbe0e8
}

.fixed-dropdown-button .arrow.top {
    background: url(/image/catalog/site-icons/arrow-up.svg) center center no-repeat #dbe0e8
}
.compare-products .compare-col .product-col > div:nth-child(3){
		overflow-x: hidden;
	}
@media all and (min-width:769px) {
	.compare-products .compare-col .product-col .attr-name{
		display: none;
	}
	.compare-products .compare-col .product-col .attribute-group{
		font-size:0;
	}
	
}
@media all and (max-width:768px) {
	.compare-products .left-col {
		display: none;
	}
	.product-compare .header-text-row {
		margin-bottom: 30px;
	}
	.compare-products .compare-col .product-col {
		padding: 15px 15px 30px;
		margin: 0;
		box-shadow: none;
		width: 190px;
	}
	.compare-products .compare-col {
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
		margin: 5px;
		
	}
	.compare-products .compare-col .product-col .compare-header{
		position: relative;
	}
	.compare-products .compare-col .product-col .compare-header::after{
		content: '';
		position: absolute;
		top: 0;
		right: -15px;
		width: 1px;
		height:100%;
		background: #C4C4C4;
	}
	.compare-header .img-block {
		margin-bottom: 1px;
		height: 160px;
	}
	.compare-header .text-block .product-name {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}
	.compare-products .compare-col .product-col .btn {
		display: none;
	}
	
	.compare-products .compare-col .product-col:first-child{
		position: sticky;
		top: 0;
		left: 0;
		z-index: 100;
		background: #fff;
	}
	.product-compare #content {
		margin-bottom: 55px;
	}
	.compare-header .text-block .product-price {
		font-weight: 500;
		line-height: 16px;
	}
	.compare-products .compare-col .product-col .attribute-group, .compare-products .compare-col .product-col .sku-line {
		font-size: 14px;
	}
	.compare-products .compare-col .product-col .attr-name{
		display: block;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px
	}
	.compare-products .compare-col .product-col .attr-value{
		display: block;
		font-size: 14px;
		line-height: 24px;
	}
	.compare-products .compare-col .product-col .attr-wrapper{
		margin: 20px 0 12px
	}
	.compare-products .compare-col .product-col .attribute-group {
		font-size: 18px;
		line-height: 21px;
		height: auto;
		padding-top: 20px;
		margin: 0 0 20px;
	}
	.compare-products .compare-col .product-col:not(:first-child) .attribute-group ,
	.compare-products .compare-col .product-col:not(:first-child) .attr-name{
		color: #fff;
	}
	
}
@media all and (max-width:500px) {
    .fixed-dropdown-button {
        max-width: calc(100% - 230px);
        overflow: hidden;
        position: relative
    }

    .fixed-dropdown-button .arrow {
        position: absolute;
        height: 100%;
        width: 30px;
        right: -1px;
        top: 0
    }
}

.fixed-dropdown-button.button-long {
    max-width: 100%;
    margin-right: 0
}

@media all and (max-width:410px) {
    .fixed-dropdown-button {
        max-width: calc(100% - 204px)
    }

	.compare-products .compare-col .product-col {
		padding: 15px 5px 30px;
		width: 155px;
	}
	.compare-products .compare-col {
		margin: -5px;
		
	}
	.compare-products .compare-col .product-col .compare-header::after{
		content: '';
		position: absolute;
		top: 0;
		right: -5px;
		width: 1px;
		height:100%;
		background: #C4C4C4;
	}
}

div.simple-content {
    margin: 0
}

div.simple-content .simplecheckout-button-block {
    padding: 0
}

div.simple-content .gift {
    padding: 22px 25px;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 27px;
    color: #000
}

div.simple-content .gift svg {
    margin-right: 25px;
    margin-bottom: -5px
}

#simplecheckout_step_menu {
    display: none
}

.step-second .top-buttons {
    display: none !important
}

.top-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    min-height: 100px
}

@media all and (min-width:1200px) {
    .top-buttons {
        position: relative;
        top: -71px;
        margin-bottom: 0;
        min-height: 100px
    }
}

@media all and (max-width:992px) {
    .top-buttons {
        flex-wrap: wrap;
        justify-content: center;
        min-height: unset
    }

    .top-buttons.second-step {
        width: 100%
    }
}

.top-buttons .simplecheckout-button-left {
    display: none
}

@media all and (max-width:992px) {
    .top-buttons .buttons {
        padding: 0
    }
}

.top-buttons #btn-clear-curt {
    flex: 0 0 280px;
    margin-left: 10px
}

@media all and (max-width:992px) {
    .top-buttons #btn-clear-curt {
        margin: 10px 0
    }
}

#buttons {
    display: flex;
    flex: 1 0 300px;
    background-color: transparent;
    margin-bottom: 0
}

#buttons .simplecheckout-button-block::after {
    display: none
}

@media all and (max-width:992px) {
    #buttons {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center
    }
}

#buttons .btn-success {
    max-height: 50px;
    padding: 20px 10px;
    width: 280px;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1.3px;
    color: #fff;
    text-transform: uppercase
}

#buttons .btn-success:focus,
#buttons .btn-success:hover {
    background: #00a886
}

#simplecheckout_cart {
    padding: 0 15px
}

.second-step .cart-info {
    background-color: #fff
}

.second-step .cart-row .total-col > * {
    background-color: transparent
}

.second-step .cart-row .total-col .total-block {
    margin-left: 0
}

#back-button {
    padding-left: 35px;
    position: relative
}

#back-button:before {
    content: '';
    display: block;
    position: absolute;
    left: 17px;
    top: 50%;
    width: 11px;
    height: 16px;
    margin-top: -7px;
    background: url(/image/catalog/site-icons/path-2-copy.svg) center center no-repeat transparent
}

#back-button:hover:before {
    background: url(/image/catalog/site-icons/path-2-copy-white.svg) center center no-repeat transparent
}

@media all and (max-width:991px) {

    .cart-row.sets-block,
    .sets-block.sets-block {
        background-color: #fff
    }
}

@media all and (min-width:99px) {

    .cart-row.sets-block .set-buttons,
    .sets-block.sets-block .set-buttons {
        flex: 0 0 320px
    }
}

@media all and (min-width:1400px) {

    .cart-row.sets-block .set-buttons,
    .sets-block.sets-block .set-buttons {
        flex: 0 0 355px
    }
}

@media all and (min-width:1600px) {

    .cart-row.sets-block .set-buttons,
    .sets-block.sets-block .set-buttons {
        flex: 0 0 430px
    }
}

.cart-row.sets-block .set-buttons .total,
.sets-block.sets-block .set-buttons .total {
    flex: 1 0 150px;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.cart-row.sets-block .set-buttons .total > *,
.sets-block.sets-block .set-buttons .total > * {
    flex: 0 0 100%;
    line-height: 40px;
    align-self: center
}

.cart-row.sets-block .set-buttons .total > .line-through,
.sets-block.sets-block .set-buttons .total > .line-through {
    color: #889199;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -60px
}

@media all and (max-width:991px) {

    .cart-row.sets-block .set-buttons .total > .line-through,
    .sets-block.sets-block .set-buttons .total > .line-through {
        margin-top: 0
    }
}

.cart-row.sets-block .set-buttons .remove,
.sets-block.sets-block .set-buttons .remove {
    flex: 0 0 65px
}

@media all and (max-width:991px) {

    .cart-row.sets-block .set-buttons,
    .sets-block.sets-block .set-buttons {
        flex: 0 0 100%
    }

    .cart-row.sets-block .set-buttons .product-cart-box,
    .sets-block.sets-block .set-buttons .product-cart-box {
        margin-bottom: 0
    }

    .cart-row.sets-block .set-buttons .quantity,
    .sets-block.sets-block .set-buttons .quantity {
        display: none
    }

    .cart-row.sets-block .set-buttons .remove-box,
    .sets-block.sets-block .set-buttons .remove-box {
        display: block
    }

    .cart-row.sets-block .set-buttons .total,
    .sets-block.sets-block .set-buttons .total {
        flex: 2 0 100px;
        padding-left: 15px
    }

    .cart-row.sets-block .set-buttons .total .line-through,
    .sets-block.sets-block .set-buttons .total .line-through {
        position: relative;
        top: unset
    }

    .cart-row.sets-block .set-buttons .total p,
    .sets-block.sets-block .set-buttons .total p {
        display: inline;
        margin-left: 10px
    }
}

.cart-row.sets-block .product-box,
.sets-block.sets-block .product-box {
    flex: 1 1 58%
}

@media all and (max-width:1599px) {

    .cart-row.sets-block .product-box,
    .sets-block.sets-block .product-box {
        flex: 1 1 58%
    }
}

@media all and (max-width:992px) {

    .cart-row,
    .sets-block {
        display: flex;
        flex-wrap: wrap
    }

    .cart-row .total-col,
    .sets-block .total-col {
        order: 2
    }

    .cart-row .total-col .total-block,
    .sets-block .total-col .total-block {
        margin-right: -15px
    }
}

@media all and (max-width:992px) and (max-width:992px) {

    .cart-row .total-col .total-block.mobile-transparent,
    .sets-block .total-col .total-block.mobile-transparent {
        padding: 0
    }
}

@media all and (max-width:992px) {

    .sets-block .fix-for-mobile {
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        padding: 10px 15px 10px;
        box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, .08);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }

    .sets-block .fix-for-mobile .total {
        display: none
    }

    .sets-block .fix-for-mobile .total-count,
    .sets-block .fix-for-mobile .total-price {
        display: flex;
        justify-content: center;
        margin-bottom: 20px !important
    }

    .sets-block .fix-for-mobile .total-price {
        font-size: 24px !important;
        font-weight: 300;
        letter-spacing: .9px
    }

    .cart-row .fix-for-mobile .btn-success,
    .sets-block .fix-for-mobile .btn-success {
        margin-bottom: 5px !important
    }

    .cart-row .fix-for-mobile .btn-secondary,
    .cart-row .fix-for-mobile .top-buttons,
    .sets-block .fix-for-mobile .btn-secondary,
    .sets-block .fix-for-mobile .top-buttons,
    .sets-block .fix-for-mobile .total-count,
    .sets-block .fix-for-mobile .total-price {
        flex: 1 0 50%
    }

    .cart-row .fix-for-mobile .btn-secondary > *,
    .cart-row .fix-for-mobile .top-buttons > *,
    .cart-row .fix-for-mobile .total-count > *,
    .cart-row .fix-for-mobile .total-price > *,
    .sets-block .fix-for-mobile .btn-secondary > *,
    .sets-block .fix-for-mobile .top-buttons > *,
    .sets-block .fix-for-mobile .total-count > *,
    .sets-block .fix-for-mobile .total-price > * {
        width: 100%;
        display: block
    }

    .cart-row .fix-for-mobile .top-buttons,
    .sets-block .fix-for-mobile .top-buttons {
        margin-bottom: 0
    }

    .cart-row .fix-for-mobile #buttons,
    .sets-block .fix-for-mobile #buttons {
        width: 100%
    }

    .cart-row .fix-for-mobile #buttons .simplecheckout-button-right,
    .sets-block .fix-for-mobile #buttons .simplecheckout-button-right {
        width: 100%
    }

    .cart-row .fix-for-mobile #buttons .simplecheckout-button-right #button-confirm,
    .cart-row .fix-for-mobile #buttons .simplecheckout-button-right #simplecheckout_button_confirm,
    .sets-block .fix-for-mobile #buttons .simplecheckout-button-right #button-confirm,
    .sets-block .fix-for-mobile #buttons .simplecheckout-button-right #simplecheckout_button_confirm {
        width: 100%;
        display: block
    }

    .cart-row .fix-for-mobile #back-button,
    .sets-block .fix-for-mobile #back-button {
        display: none
    }
}

.cart-row .total-col > *,
.sets-block .total-col > * {
    background-color: #fff
}

.cart-row .total-col .total-block,
.sets-block .total-col .total-block {
    margin-left: -15px;
    margin-bottom: 10px;
    line-height: normal;
    padding: 30px
}

@media all and (max-width:992px) {

    .cart-row .total-col .total-block,
    .sets-block .total-col .total-block {
        padding: 0
    }
}

.cart-row .total-col .total-block.sail-block,
.sets-block .total-col .total-block.sail-block {
    padding: 30px
}

.cart-row .total-col .total-block .total,
.sets-block .total-col .total-block .total {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #45525f;
    margin-bottom: 7px
}

.cart-row .total-col .total-block .total-count,
.sets-block .total-col .total-block .total-count {
    opacity: .6;
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    margin-bottom: 28px
}

.cart-row .total-col .total-block .total-price,
.sets-block .total-col .total-block .total-price {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #1d252d;
    margin-bottom: 28px
}

@media all and (min-width:992px) and (max-width:1199px) {

    .cart-row .total-col .total-block .total-price,
    .sets-block .total-col .total-block .total-price {
        font-size: 30px
    }
}

.cart-row .total-col .total-block .check-box,
.sets-block .total-col .total-block .check-box {
    display: flex;
    margin-bottom: 20px;
    cursor: pointer
}

.cart-row .total-col .total-block .check-box > div,
.sets-block .total-col .total-block .check-box > div {
    flex: 0 0 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #eef0f8
}

.cart-row .total-col .total-block .check-box.checked > div,
.sets-block .total-col .total-block .check-box.checked > div {
    position: relative
}

.cart-row .total-col .total-block .check-box.checked > div:after,
.sets-block .total-col .total-block .check-box.checked > div:after {
    content: '\2714';
    position: absolute;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #45525f;
    font-size: 19px;
    text-align: center
}

.cart-row .total-col .total-block .check-box p,
.sets-block .total-col .total-block .check-box p {
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    padding-left: 10px;
    margin-top: -6px
}

.cart-row .total-col .total-block .btn-success,
.sets-block .total-col .total-block .btn-success {
    padding: 22px 10px;
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 1.3px;
    text-transform: uppercase
}

.cart-row .total-col .total-block .notice,
.sets-block .total-col .total-block .notice {
    opacity: .6;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: .5px;
    color: #45525f;
    margin-bottom: 4px;
    display: flex
}

.cart-row .total-col .total-block .notice div,
.sets-block .total-col .total-block .notice div {
    flex: 0 1 20px
}

.cart-row .total-col .total-block .more,
.sets-block .total-col .total-block .more {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .4px;
    color: #24c4a2;
    text-decoration: underline
}

.cart-row .total-col .total-block .discount,
.sets-block .total-col .total-block .discount {
    font-size: 36px;
    letter-spacing: 1px;
    color: #45525f;
    margin-bottom: 32px
}

.cart-row .total-col .total-block .simplecheckout-cart-total,
.sets-block .total-col .total-block .simplecheckout-cart-total {
    border: none
}

.cart-row .total-col .total-block .simplecheckout-cart-total span.inputs,
.sets-block .total-col .total-block .simplecheckout-cart-total span.inputs {
    width: 100%;
    position: relative
}

.cart-row .total-col .total-block .simplecheckout-cart-total span.inputs input.form-control,
.sets-block .total-col .total-block .simplecheckout-cart-total span.inputs input.form-control {
    max-width: unset;
    padding: 20px 10px;
    font-size: 16px;
    letter-spacing: .4px;
    color: #1d252d;
    min-height: 56px
}

.cart-row .total-col .total-block .btn-apply,
.sets-block .total-col .total-block .btn-apply {
    padding: 18px 10px;
    flex: 0 0 280px;
    border: 2px solid #758195;
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 28px;
    cursor: pointer;
    width: 100%;
    text-align: center
}

.cart-row .total-col .total-block .btn-apply *,
.sets-block .total-col .total-block .btn-apply * {
    padding: 0;
    border: none;
    text-align: center
}

.cart-row .total-col .total-block .btn-apply * a,
.sets-block .total-col .total-block .btn-apply * a {
    color: #45525f;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 10px;
    text-transform: uppercase;
    box-shadow: none
}

.cart-row .product-cart-box,
.cart-row .set-buttons,
.sets-block .product-cart-box,
.sets-block .set-buttons {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px
}

.cart-row .product-cart-box .img,
.cart-row .set-buttons .img,
.sets-block .product-cart-box .img,
.sets-block .set-buttons .img {
    display: flex;
    align-items: center;
    padding: 10px
}

.cart-row .product-cart-box .img img,
.cart-row .set-buttons .img img,
.sets-block .product-cart-box .img img,
.sets-block .set-buttons .img img {
    max-height: 180px;
    width: auto
}

@media all and (max-width:992px) {

    .cart-row .product-cart-box .img img,
    .cart-row .set-buttons .img img,
    .sets-block .product-cart-box .img img,
    .sets-block .set-buttons .img img {
        height: 112px;
        width: auto
    }
}

@media all and (max-width:420px) {

    .sets-block .product-cart-box .img img,
    .sets-block .set-buttons .img img {
        height: 50px;
        width: auto
    }
}

.cart-row .product-cart-box .product-name,
.cart-row .set-buttons .product-name,
.sets-block .product-cart-box .product-name,
.sets-block .set-buttons .product-name {
    flex: 2 1 415px;
    display: flex;
    flex-direction: column;
    padding: 28px 5px
}

.cart-row .product-cart-box .product-name > a,
.cart-row .set-buttons .product-name > a,
.sets-block .product-cart-box .product-name > a,
.sets-block .set-buttons .product-name > a {
    font-size: 28px;
    letter-spacing: .8px;
    color: #00a886;
    margin-bottom: 10px;
    line-height: normal
}

@media all and (max-width:768px) {

    .cart-row .product-cart-box .product-name > a,
    .cart-row .set-buttons .product-name > a,
    .sets-block .product-cart-box .product-name > a,
    .sets-block .set-buttons .product-name > a {
        font-size: 16px
    }
}

.cart-row .product-cart-box .product-name .model,
.cart-row .set-buttons .product-name .model,
.sets-block .product-cart-box .product-name .model,
.sets-block .set-buttons .product-name .model {
    font-size: 18px;
    letter-spacing: .5px;
    color: #889199;
    margin-bottom: 10px
}

.cart-row .product-cart-box .product-name .options small,
.cart-row .set-buttons .product-name .options small,
.sets-block .product-cart-box .product-name .options small,
.sets-block .set-buttons .product-name .options small {
    letter-spacing: .5px;
    color: #889199
}

.cart-row .product-cart-box .product-name .price,
.cart-row .set-buttons .product-name .price,
.sets-block .product-cart-box .product-name .price,
.sets-block .set-buttons .product-name .price {
    display: flex;
    align-items: flex-end;
    flex-grow: 3;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .8px;
    color: #1d252d
}

.cart-row .product-cart-box .quantity,
.cart-row .set-buttons .quantity,
.sets-block .product-cart-box .quantity,
.sets-block .set-buttons .quantity {
    flex: 1 0 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media all and (max-width:530px) {

    .cart-row .product-cart-box .quantity,
    .cart-row .set-buttons .quantity,
    .sets-block .product-cart-box .quantity,
    .sets-block .set-buttons .quantity {
        flex: 1 0 60px
    }

    .cart-row .product-cart-box .quantity > div,
    .cart-row .set-buttons .quantity > div,
    .sets-block .product-cart-box .quantity > div,
    .sets-block .set-buttons .quantity > div {
        width: 40px
    }
}

.cart-row .product-cart-box .quantity > div,
.cart-row .set-buttons .quantity > div,
.sets-block .product-cart-box .quantity > div,
.sets-block .set-buttons .quantity > div {
    width: 60px;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cart-row .product-cart-box .quantity > div *,
.cart-row .set-buttons .quantity > div *,
.sets-block .product-cart-box .quantity > div *,
.sets-block .set-buttons .quantity > div * {
    background-color: #eef0f8;
    width: 100%;
    text-align: center;
    border: none
}

.cart-row .product-cart-box .quantity > div .cart-increment,
.cart-row .product-cart-box .quantity > div .js-cart-increment,
.cart-row .product-cart-box .quantity > div [data-onclick=increaseProductQuantity],
.cart-row .set-buttons .quantity > div .cart-increment,
.cart-row .set-buttons .quantity > div .js-cart-increment,
.cart-row .set-buttons .quantity > div [data-onclick=increaseProductQuantity],
.sets-block .product-cart-box .quantity > div .cart-increment,
.sets-block .product-cart-box .quantity > div .js-cart-increment,
.sets-block .product-cart-box .quantity > div [data-onclick=increaseProductQuantity],
.sets-block .set-buttons .quantity > div .cart-increment,
.sets-block .set-buttons .quantity > div .js-cart-increment,
.sets-block .set-buttons .quantity > div [data-onclick=increaseProductQuantity] {
    height: 60px;
    border-radius: 30px 30px 0 0;
    display: flex
}

.cart-row .product-cart-box .quantity > div .cart-increment > *,
.cart-row .product-cart-box .quantity > div .js-cart-increment > *,
.cart-row .product-cart-box .quantity > div [data-onclick=increaseProductQuantity] > *,
.cart-row .set-buttons .quantity > div .cart-increment > *,
.cart-row .set-buttons .quantity > div .js-cart-increment > *,
.cart-row .set-buttons .quantity > div [data-onclick=increaseProductQuantity] > *,
.sets-block .product-cart-box .quantity > div .cart-increment > *,
.sets-block .product-cart-box .quantity > div .js-cart-increment > *,
.sets-block .product-cart-box .quantity > div [data-onclick=increaseProductQuantity] > *,
.sets-block .set-buttons .quantity > div .cart-increment > *,
.sets-block .set-buttons .quantity > div .js-cart-increment > *,
.sets-block .set-buttons .quantity > div [data-onclick=increaseProductQuantity] > * {
    margin: auto
}

.cart-row .product-cart-box .quantity > div .cart-decrement,
.cart-row .product-cart-box .quantity > div .js-cart-decrement,
.cart-row .product-cart-box .quantity > div [data-onclick=decreaseProductQuantity],
.cart-row .set-buttons .quantity > div .cart-decrement,
.cart-row .set-buttons .quantity > div .js-cart-decrement,
.cart-row .set-buttons .quantity > div [data-onclick=decreaseProductQuantity],
.sets-block .product-cart-box .quantity > div .cart-decrement,
.sets-block .product-cart-box .quantity > div .js-cart-decrement,
.sets-block .product-cart-box .quantity > div [data-onclick=decreaseProductQuantity],
.sets-block .set-buttons .quantity > div .cart-decrement,
.sets-block .set-buttons .quantity > div .js-cart-decrement,
.sets-block .set-buttons .quantity > div [data-onclick=decreaseProductQuantity] {
    height: 60px;
    border-radius: 0 0 30px 30px;
    display: flex
}

.cart-row .product-cart-box .quantity > div .cart-decrement > *,
.cart-row .product-cart-box .quantity > div .js-cart-decrement > *,
.cart-row .product-cart-box .quantity > div [data-onclick=decreaseProductQuantity] > *,
.cart-row .set-buttons .quantity > div .cart-decrement > *,
.cart-row .set-buttons .quantity > div .js-cart-decrement > *,
.cart-row .set-buttons .quantity > div [data-onclick=decreaseProductQuantity] > *,
.sets-block .product-cart-box .quantity > div .cart-decrement > *,
.sets-block .product-cart-box .quantity > div .js-cart-decrement > *,
.sets-block .product-cart-box .quantity > div [data-onclick=decreaseProductQuantity] > *,
.sets-block .set-buttons .quantity > div .cart-decrement > *,
.sets-block .set-buttons .quantity > div .js-cart-decrement > *,
.sets-block .set-buttons .quantity > div [data-onclick=decreaseProductQuantity] > * {
    margin: auto
}

.cart-row .product-cart-box .quantity > div .form-control,
.cart-row .set-buttons .quantity > div .form-control,
.sets-block .product-cart-box .quantity > div .form-control,
.sets-block .set-buttons .quantity > div .form-control {
    box-shadow: unset;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #1d252d;
    padding: 0
}

.cart-row .product-cart-box .total,
.cart-row .set-buttons .total,
.sets-block .product-cart-box .total,
.sets-block .set-buttons .total {
    flex: 1 0 150px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: .8px;
    color: #1d252d;
    display: flex;
    align-items: center
}
.cart-row .product-cart-box .total{
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
@media all and (max-width:992px) {

    .cart-row .product-cart-box .total,
    .cart-row .set-buttons .total,
    .sets-block .product-cart-box .total,
    .sets-block .set-buttons .total {
        display: none
    }
}

.cart-row .product-cart-box .remove-box,
.cart-row .set-buttons .remove-box,
.sets-block .product-cart-box .remove-box,
.sets-block .set-buttons .remove-box {
    flex: 0 0 65px;
    align-self: stretch;
    border-left: 1px solid #eef0f8;
    display: flex;
    align-items: stretch
}

.cart-row .product-cart-box .remove-box .remove,
.cart-row .set-buttons .remove-box .remove,
.sets-block .product-cart-box .remove-box .remove,
.sets-block .set-buttons .remove-box .remove {
    height: 100%;
    flex-grow: 2;
    cursor: pointer;
    display: flex
}

.cart-row .product-cart-box .remove-box .remove > *,
.cart-row .set-buttons .remove-box .remove > *,
.sets-block .product-cart-box .remove-box .remove > *,
.sets-block .set-buttons .remove-box .remove > * {
    margin: auto
}

#content .before-block {
    position: relative;
    min-height: 300px;
    background: url(/image/catalog/info-pages/about-us-top.png) center top no-repeat;
    background-size: cover;
    margin-bottom: 35px
}

@media all and (max-width:992px) {
    #content .before-block {
        left: -15px;
        width: calc(100vw - (100vw - 100% - 30px))
    }
}

.info-p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #5a6c7d;
    margin-bottom: 40px
}

.info-p a {
    color: #00a886;
    text-decoration: underline
}

.h1-info {
    font-size: 64px;
    font-weight: 300;
    line-height: normal;
    color: #45525f;
    margin-bottom: 35px
}

@media all and (max-width:992px) {
    .h1-info {
        font-size: 38px
    }
}

.map-box {
    position: relative
}

.map-box #map {
    min-height: 660px
}

@media all and (max-width:992px) {
    .map-box #map {
        display: none
    }
}

.map-box .map-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1), 0 48px 20px -30px rgba(0, 121, 96, .49)
}

@media all and (min-width:993px) {
    .map-box .map-content {
        position: absolute;
        top: 50%;
        margin-top: -208px;
        left: 50%;
        margin-left: -400px;
        padding: 40px 50px;
        width: 800px;
        height: 416px
    }

    .map-box .map-content.to-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: 80px;
        left: 50px;
        padding: 10px;
        margin: 0
    }

    .map-box .map-content.to-icon * {
        display: none
    }

    .map-box .map-content.to-icon .to-icon {
        display: block;
        background: url(/image/catalog/site-icons/link-map.svg) center center no-repeat #fff
    }

    .map-box .map-content .to-icon {
        width: 30px;
        height: 30px;
        display: block;
        background: url(/image/catalog/site-icons/close.svg) center center no-repeat #fff
    }
}

@media all and (max-width:992px) {
    .map-box .map-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.map-box .map-content > div {
    text-align: center
}

.map-box .map-content > div.map-header {
    font-size: 64px;
    font-weight: 300;
    line-height: normal;
    color: #45525f
}

@media all and (max-width:991px) {
    .map-box .map-content > div.map-header {
        font-size: 48px
    }
}

.map-box .map-content > div.map-general-address {
    opacity: .8;
    font-size: 18px;
    font-style: normal;
    line-height: 1.33;
    color: #45525f
}

.map-box .map-content > div.for-button {
    position: relative;
    min-height: 70px
}

@media all and (max-width:992px) {
    .map-box .map-content > div.for-button {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.map-box .map-content > div.for-button:after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -50px;
    display: block;
    content: '';
    width: calc(100% + 100px);
    height: 2px;
    background-color: #45525f;
    opacity: .2;
    z-index: 0
}

@media all and (max-width:992px) {
    .map-box .map-content > div.for-button:after {
        width: 100%;
        left: 0
    }
}

.map-box .map-content > div.for-button .btn-success {
    margin-bottom: 0;
    min-width: 45%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -158px;
    z-index: 2
}

@media all and (max-width:992px) {
    .map-box .map-content > div.for-button .btn-success {
        min-width: 80%;
        position: relative;
        left: unset;
        top: unset;
        margin-top: 0;
        margin-left: 0
    }
}

.map-box .map-content > div.messengers {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.map-box .map-content > div.messengers a {
    display: flex;
    align-items: center;
    opacity: .8;
    font-size: 14px;
    line-height: 2;
    color: #00a886
}

.map-box .map-content > div.messengers a svg {
    margin-right: 10px
}

@media all and (max-width:992px) {
    .map-box .map-content > div.messengers a span {
        display: none
    }
}

.service-header {
    margin-bottom: 20px
}

@media all and (max-width:991px) {
    .service-header > .row {
        background-color: #fff;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media all and (max-width:991px) {
    .service-header .text-block {
        text-align: center
    }
}

.service-header .grey-text {
    font-size: 18px;
    letter-spacing: .5px;
    text-align: right;
    color: #45525f
}

@media all and (min-width:992px) {
    .service-header .grey-text {
        margin-right: 10px
    }
}

@media all and (min-width:1200px) and (max-width:1399px) {
    .service-header .grey-text {
        top: 86px;
        right: 15px
    }
}

@media all and (min-width:992px) {
    .service-header .row {
        display: flex;
        align-items: center
    }
}

.service-header .service-col {
    display: flex;
    align-items: center
}

@media all and (max-width:991px) {
    .service-header .service-col .dropdown {
        width: 100%
    }
}

.service-header .service-col .dropdown .btn {
    background-color: #dbe0e8;
    border-radius: 4px;
    border-color: #dbe0e8;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media all and (min-width:1200px) {
    .service-header .service-col .dropdown .btn {
        min-width: 244px
    }
}

@media all and (max-width:991px) {
    .service-header .service-col .dropdown .btn {
        width: 100%
    }
}

.service-header .service-col .dropdown .btn .caption {
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    margin-right: 10px
}

.service-header .service-col .dropdown .btn .arrow {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat
}

.service-header .service-col .dropdown .btn[aria-expanded=true] .arrow {
    background: url(/image/catalog/site-icons/arrow-up.svg) center center no-repeat
}

@media all and (min-width:1200px) {
    .service-header .service-col .dropdown .dropdown-menu {
        min-width: 244px
    }
}

@media all and (max-width:992px) {
    .service-header .service-col .dropdown .dropdown-menu {
        position: fixed;
        bottom: 0;
        top: unset;
        left: 0;
        width: 100vw;
        height: 150px;
        z-index: 10000;
        overflow: scroll
    }
}

.service-header .service-col .dropdown .dropdown-menu ul {
    list-style: none
}

.service-header .service-col .dropdown.open .btn {
    background-color: #fff;
    border-radius: 4px 4px 0 0
}

.service-header .service-col .dropdown.open .dropdown-menu {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    opacity: .95
}

.service-header .service-col .dropdown.open .dropdown-menu li {
    min-height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    cursor: pointer
}

.service-body .card {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 40px;
    min-height: 255px
}

.service-body .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: .6px;
    color: #1d252d
}

.service-body .card .card-aderess {
    opacity: .5;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.71;
    color: #45525f
}

.service-body .card .google-link {
    font-size: 14px;
    line-height: 2;
    color: #00a886;
    text-decoration: underline
}

.service-body .card .phones a {
    white-space: nowrap
}

.service-body .card .phones a,
.service-body .card .phones a:after,
.service-body .card .phones a:focus {
    font-size: 14px;
    line-height: 1.71;
    color: #45525f
}

.service-body .card .phones a:after {
    display: inline-block;
    content: '׀';
    margin: 0 10px
}

.service-body .card .phones a:last-of-type:after {
    display: none
}

.link-col {
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

.link-col a {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 1px;
    color: #00a886;
    opacity: .5;
    cursor: pointer;
    margin-bottom: 24px
}

.link-col a:hover {
    color: #00a886;
    opacity: 1
}

@media all and (min-width:993px) {
    .link-col.scrolled {
        position: fixed;
        top: 150px
    }
}

.info-text-h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #45525f;
    margin-bottom: 28px;
    padding: 0
}

.info-col-for-clients {
    margin-top: 30px
}

.info-col-for-clients .box {
    background-color: #fff;
    padding: 50px;
    margin: 0 -15px 30px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}

.info-col-for-clients .nav-tabs {
    border-bottom: none
}

.info-col-for-clients .nav-tabs .nav-item {
    position: relative;
    margin: 0 0;
    border-radius: 4px
}

.info-col-for-clients .nav-tabs .nav-item:first-of-type {
    margin-left: 0
}

.info-col-for-clients .nav-tabs .nav-item:last-of-type {
    margin-right: 0
}

.info-col-for-clients .nav-tabs .nav-item > a {
    border-radius: 4px;
    display: inline-block
}

@media all and (max-width:768px) {
    .info-col-for-clients .nav-tabs .nav-item > a {
        padding: 10px 3px
    }
}

.info-col-for-clients .nav-tabs .nav-item.active,
.info-col-for-clients .nav-tabs .nav-item:hover {
    background-color: #e3e7ec
}

.info-col-for-clients .nav-tabs .nav-item.active a,
.info-col-for-clients .nav-tabs .nav-item:hover a {
    background-color: #e3e7ec;
    border-color: #e3e7ec;
    outline: 0;
    border-radius: 4px;
    z-index: 2
}

.info-col-for-clients .nav-tabs .nav-item.active:after,
.info-col-for-clients .nav-tabs .nav-item:hover:after {
    display: block;
    content: '';
    background-color: #e3e7ec;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -11px;
    bottom: -5px;
    z-index: 0
}

.info-col-for-clients .small-header {
    color: #1d252d;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: .6px;
    margin-top: 40px;
    margin-bottom: 20px
}

.info-col-for-clients p {
    opacity: .8;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #45525f;
    margin-bottom: 20px
}

.info-col-for-clients b {
    font-weight: 500
}

.info-col-for-clients .small {
    opacity: .4;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #45525f;
    padding-left: 15px;
    position: relative;
    margin-top: 25px
}

.info-col-for-clients .small:after {
    display: block;
    content: '*';
    position: absolute;
    left: 0;
    top: 0
}

.info-col-for-clients .nav-tabs {
    padding-left: 0
}

.info-col-for-clients ol,
.info-col-for-clients ul {
    padding-left: 20px
}

.info-col-for-clients ol li,
.info-col-for-clients ul li {
    opacity: .8;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #45525f
}

.info-col-for-clients .list-in-list {
    list-style: none;
    counter-reset: li
}

.info-col-for-clients .list-in-list li:before {
    counter-increment: li;
    content: counters(li, ".") ". "
}

.info-col-for-clients .list-in-list > li {
    margin-bottom: 20px;
    display: flex
}

@media all and (max-width:768px) {
    .info-col-for-clients .list-in-list > li {
        flex-wrap: wrap
    }
}

.info-col-for-clients .list-in-list > li > div {
    flex: 0 0 100%;
    padding-right: 10px
}

.info-col-for-clients .list-in-list ol {
    padding-left: 0
}

.wookmark-placeholder {
    display: none !important
}

#ocfilter {
    padding: 20px 0;
    background-color: #FCFEFF;;
    color:#1D252D;
    /*display: none;
    position: fixed;
    left: 0;
    width: 100vw;
    height: calc(100vh - 83px);
    margin-left: -1000px !important;
    overflow-y: scroll;
    z-index: 900*/
	display: block;
	width: 100%;
	height: 100%;
}
#ocfilter .container{
	width: 100%;
}

#ocfilter #option-s.list-group-item.ocfilter-option, #ocfilter .list-group.wall-block .list-group-item{
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
}


@media all and (max-width:992px) {
	
    #ocfilter {
        top: 156px
    }
}

@media all and (max-width:991px) {
    #ocfilter {
        top: 96px !important;
        padding-bottom: 83px;
		 position: fixed;
		left: 0;
		width: 100vw;
		height: calc(100vh - 83px);
		margin-left: -1000px !important;
		overflow-y: scroll;
		z-index: 900
	}
}
@media all and (min-width:992px) {
	.category-bottom-row .btn-filter {
		display: none;
	}
}

#ocfilter.show-filter {
    display: block
}

#ocfilter .popover {
    display: none !important
}

#ocfilter .button-box .ocfilter-buttons{
	margin-top: 38px;
}
#ocfilter .button-box .ocfilter-buttons #ocfilter-button {
    margin-bottom: 20px
	
}
@media all and (max-width:350px) {
	#ocfilter .button-box .ocfilter-buttons #ocfilter-button {
		padding: 0 10px;
	}
}

#ocfilter .button-box .ocfilter-buttons #ocfilter-button button, 
#ocfilter .button-box .ocfilter-buttons #ocfilter-button-clear button{
    width: 100%;
	padding: 0  30px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
#ocfilter .button-box .ocfilter-buttons #ocfilter-button-clear button{
	border: 1px solid #1D252D;
	background: #fff;
	transition: all .5s ease-in-out;
}

@media all and (max-width:480px) {
    #ocfilter .button-box .ocfilter-buttons #ocfilter-button-clear {
        flex-basis: 100px
    }
	#ocfilter .button-box .ocfilter-buttons #ocfilter-button button, 
	#ocfilter .button-box .ocfilter-buttons #ocfilter-button-clear button{
		height:36px;
		    line-height: 36px;
	}
	#ocfilter .button-box .ocfilter-buttons #ocfilter-button {
		margin-bottom: 0;
		padding-top: 1px;
	}
}

#ocfilter .button-box .ocfilter-buttons #ocfilter-button-clear button {
    width: 100%
}
#ocfilter .button-box .ocfilter-buttons #ocfilter-button-clear button:hover {
    border: 1px solid #00A886;
	color: #00A886
}

#ocfilter .filter-category-name {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: normal;
    color: #45525f
}

#ocfilter.show-filter {
    margin-left: 0 !important
}

@media all and (min-width:992px) {
    #ocfilter.show-filter {
        padding-top: 85px
    }
}

@media all and (min-width:992px) {
    #ocfilter.show-filter.scrolled .button-box {
        top: 127px
    }
}

#ocfilter.show-filter .button-box {
    padding: 15px
}

@media all and (min-width:992px) {
    #ocfilter.show-filter .button-box {
        position: fixed;
        top: 156px;
        right: 0;
        left: 0;
        background-color: #d2d7e2;
        z-index: 100
    }
}

@media all and (max-width:991px) {
    #ocfilter .button-box .ocfilter-buttons {
        margin-bottom: 60px;
		margin-top: 0;
    }
}

#ocfilter .title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px
}

#ocfilter .title-row div {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: .9px;
    color: #1d252d
}

#ocfilter #btn-close-ocfilter {
    cursor: pointer
}

#ocfilter .btn-secondary {
    background-color: #d2d7e2
}

#ocfilter .ocfilter-option-popover {
    background-color: #00f;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    visibility: hidden
}

#ocfilter .panel-heading {
    display: none
}

#ocfilter #option-s {
    background-color: transparent;
    border-color: transparent
}

#ocfilter #option-s .ocf-option-values {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#ocfilter #option-s .ocf-option-values label {
   font-size: 14px;
	line-height: 16px;
	color: #1D252D;
	width: 100%;
	 position: relative
}
#ocfilter #option-s .ocf-option-values label:hover{
	color: #00A886;
}
#ocfilter #option-s .ocf-option-values label:not(:last-child) {
	margin-bottom: 10px;
}

#ocfilter #option-s .ocf-option-values label::before, #ocfilter .list-group .list-group-item .ocf-option-values label::before {
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    content: '';
    position: relative;
   border: 1px solid #EFEFEF;
   min-width: 14px;
}

#ocfilter #option-s .ocf-option-values label.ocf-selected small {
    display: none
}

#ocfilter #option-s .ocf-option-values label.ocf-selected::before, 
#ocfilter .list-group .list-group-item .ocf-option-values label.ocf-selected::before {
    background: url(/image/catalog/site-icons/check.svg) center center no-repeat;
}

#ocfilter #option-s .ocf-option-values label small {
    background-color: transparent;
   font-size: 14px;
	line-height: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #1D252D;
	margin-left: auto;
}

#ocfilter #option-s .ocf-option-values label.ocf-selected {
    background-color: transparent
}

#ocfilter #option-s .ocf-option-values label.ocf-selected + .ocf-selected:after {
    display: none
}
#ocfilter .price-input{
	margin-bottom: 35px;
	padding-right: 10px;
}
#ocfilter #price-from,
#ocfilter #price-to,
#ocfilter .sign {
   font-size: 14px;
	line-height: 16px;
	color: #1D252D;
    font-style: normal;
    font-stretch: normal;
    color: #45525f
}
#ocfilter #price-from__input,
#ocfilter #price-to__input{
	width: 90px;
	height: 30px;
	border: 1px solid #E7E7DD;
	padding: 0 12px;
	color: #000;
	margin: 0 5px;
}
#ocfilter .sign {
    margin-top: 1px
}

#ocfilter .list-group.wall-block {
    width:100%;
	height: 100% !important;
    padding-bottom: 15px
}

#ocfilter .list-group.wall-block .list-group-item {
    height: auto;
    width: calc(16.666% - 15px)
}

@media all and (max-width:1440px) {
    #ocfilter .list-group.wall-block .list-group-item {
        width: calc(20% - 15px)
    }
}
@media all and (max-width:1440px) and (min-width:1200px){
	#ocfilter #price-from__input, #ocfilter #price-to__input {
		max-width: 35%;

	}
}

@media all and (max-width:1200px) and (min-width:997px) {
    #ocfilter .list-group.wall-block .list-group-item {
        width: calc(25% - 15px)
    }
	#ocfilter #price-from__input, #ocfilter #price-to__input {
		width: 80%;
	}
	 #ocfilter #price-to__input {
		 margin-top: 10px
	 }
}

@media all and (max-width:996px) {
    #ocfilter .list-group.wall-block .list-group-item {
        width: calc(50% - 15px)
    }
	#ocfilter .title-row div {
		font-size: 20px;
		line-height: 23px;
		color: #000000;
	}
	#ocfilter .title-row{
		position: relative;
		padding: 10px;
	}
	#ocfilter .title-row::before {
		height: 2px;
		content: '';
		position: absolute;
		width: 150%;
		right: 10px;
		bottom: 0;
		background: #00A886;
		letter-spacing: 0;
		margin: 0;
	}
	
	#ocfilter #btn-close-ocfilter{
		width: 19px;
		height: 19px;
	}
	#ocfilter #btn-close-ocfilter svg{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	
}

@media all and (max-width:768px) {
    #ocfilter .list-group.wall-block .list-group-item {
        width: calc(100% - 15px)
    }
	#ocfilter .col-xs-12, .col-sm-12 {
		padding: 0 15px;
	}
	.col-sm-12.product__page .container:first-child{
		padding: 0;
	}
	.product__page, .checkout-simplecheckout .container, .news-home .container, .news-news .container{
		overflow-x: hidden;
	}
	.technologies-content{
		padding: 0 30px;
	}
	
	.product__page#content {
		padding: 0 10px;
	}
}

#ocfilter .list-group .row {
    flex: 2 1 100%
}

#ocfilter .list-group .list-group-item[data-toggle=popover-price] .ocf-option-name {
    padding-left: 0
}


@media alla and (max-width:992px) {
    #ocfilter .list-group .list-group-item[data-toggle=popover-price] .flex-aligned {
        padding: 0 6px
    }
}

#ocfilter .filter-top-row {
    flex-direction: row;
}

#ocfilter .ocf-option-name {
    font-weight: 500;
	font-size: 16px;
	line-height: 19px;
    padding: 20px 15px 20px 0;
	position: relative;
}
#ocfilter .ocf-option-name::after {
	content:'';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 12px;
	height: 8px;
	background: url(/image/catalog/site-icons/arrow-down-green.svg) center no-repeat;
	background-size: contain;
	transition: all .5s ease-in-out; 
	filter: brightness(0);
}

#ocfilter .ocf-option-name:hover::after{		
filter: none;		}

#ocfilter .list-group{
	margin-bottom: 0;
}
#ocfilter .ocf-option-name{
	cursor: pointer;
	color: #1D252D;
	margin: 0
}
#ocfilter .list-group-item.ocfilter-option > div:not(:first-child), #ocfilter #option-s .ocf-option-values{
	display: none;
}
#ocfilter .list-group-item.ocfilter-option > div:last-child{
	padding-bottom: 20px;
}
#ocfilter .list-group-item.ocfilter-option.active > div, 
#ocfilter #option-s.list-group-item.ocfilter-option.active .ocf-option-values{
	display: block;
}

#ocfilter .list-group-item.ocfilter-option.active .ocf-option-name::after{
	transform: translateY(-50%) rotate(180deg);
}
#ocfilter .filter-text {
    font-size: 14px;
    line-height: normal;
    letter-spacing: .4px
}

#ocfilter .margin-right-15 {
    margin-right: 15px
}

#ocfilter .amount {
    opacity: .7;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    flex-shrink: 0
}

#ocfilter .filter-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #b0b5c6;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: -1px;
    cursor: pointer
}

#ocfilter .filter-check.in {
    background-color: #24c4a2
}

#ocfilter #slider-range {
    flex-grow: 3
}

#ocfilter .slider-row {
    display: flex;
    align-items: center
}

#ocfilter .slider-row .amount:first-of-type {
    margin-right: 15px
}

#ocfilter .slider-row .amount:last-of-type {
    margin-left: 15px
}

#ocfilter .list-group .list-group-item.ocfilter-option , .list-group-item{
    background-color: #FCFEFF;
    padding: 0 20px;
	margin: 0;
	border-bottom-color: #E7E7DD !important;
	border-top-color: #fff !important;
	border-left-color: #fff !important;
	border-right-color: #fff !important;
}

#ocfilter .list-group .list-group-item[data-toggle=popover-price] {
    width: auto;
    flex: 2 1 auto;
    background-color: #FCFEFF;
}

#ocfilter .list-group .list-group-item .ocf-option-values {
    flex-grow: 2
}

#ocfilter .list-group .list-group-item .ocf-option-values label {
    min-height: 16px;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    font-size: 14PX;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    color: #1D252D;
	position: relative;
}
#ocfilter .list-group .list-group-item span{
	color: #1D252D;
}
#ocfilter .list-group .list-group-item span.show_filter_res{		
	position: absolute;		
	right: -30px;		
	transform: translateX(100%);		
	box-shadow: -6px 0px 15px 0px rgba(0, 0, 0, 0.12);		
	display: block;		
	top: -2px;
	 z-index:100;	
}		
#ocfilter .list-group .list-group-item span.show_filter_res a{		
	text-decoration: underline;		
	 text-decoration-color: #00A886;		
	display: block;		
	 padding: 6px 11px;		
		
	background: #fff;		
}		
#ocfilter .list-group .list-group-item span.show_filter_res a::before {		
	content: '';		
	display: inline-block;		
	position: absolute;		
	width: 0;		
	height: 0;		
	bottom: 0;		
	border-top: 14px solid transparent;		
	border-right: 14px solid white;		
	border-bottom: 14px solid transparent;		
	left:-14px;		
	z-index:99;		
}
#ocfilter .list-group .list-group-item .ocf-option-values label:not(:last-child) {
	margin-bottom: 5px;
}
#ocfilter .list-group .list-group-item .ocf-option-values label:hover{
	color: #00A886;
}

#ocfilter .list-group .list-group-item .ocf-option-values label small {
    background-color: transparent;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
	margin-left: auto;
}
#ocfilter .list-group .list-group-item .ocf-option-values label:hover small{color: #1D252D}

#ocfilter .list-group .list-group-item .ocf-option-values label input {
    display: none
}

#ocfilter .list-group .list-group-item .ocf-option-values label.ocf-selected + .ocf-selected {
    position: relative
}

#ocfilter .list-group .list-group-item .ocf-option-values label.ocf-selected + .ocf-selected:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: #24c4a2;
    position: absolute;
    top: -6px;
    left: 0
}


#ocfilter .scale {
    height: 1px;
    margin: 0 8px 10px;
    background-color: #E7E7DD;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
    top: 4px;
    flex-grow: 2
}

#ocfilter .noUi-base .noUi-connect {
    background-color: #00A886;
    height: 1px;
    box-shadow: none
}

#ocfilter .noUi-base .noUi-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00A886;
    border-color: #00A886;
    box-shadow: none;
    cursor: pointer;
    top: -6px
}

#ocfilter .noUi-base .noUi-handle:after,
#ocfilter .noUi-base .noUi-handle:before {
    display: none
}

#ocfilter .noUi-base .noUi-handle.noUi-handle-lower {
    left: -2px
}
#ocfilter .noUi-horizontal .noUi-handle {
    left: -12px;
}
#ocfilter .noUi-base .noUi-background {
    background-color: #E7E7DD;
    height: 1px;
    box-shadow: none;
}

#ocfilter .noUi-pips {
    display: none
}

#ocfilter .filter-header,
#ocfilter .filter-top-row {
    display: flex;
    justify-content: center;
	 padding:0;
}
#ocfilter .container {		
    padding-left:0;		
    padding-right:0;		
}		
#ocfilter .container:nth-child(2) .list-group-item.active{		
    background: #fff;		
}		
#ocfilter .container:nth-child(2) .list-group-item.active .ocf-option-values{		
    display: flex;		
}		
		
#ocfilter .container:nth-child(2) .list-group-item .ocf-option-name{		
    padding: 25.5px 0		
}		
#ocfilter .container:nth-child(2) .list-group-item .ocf-option-name::before{		
    content: '';		
    position: relative;		
    left: 0;		
    top:2px;		
    width: 20px;		
    height: 15px;		
    background: url(/image/catalog/site-icons/category.svg) center no-repeat;		
    background-size: contain;		
    display: inline-block;		
   margin-right: 14px;		
}	
#ocfilter #scale-price span.show_filter_res{
	top: -17px;
}	
#ocfilter #scale-price span.show_filter_res a {
    padding: 4px 11px;
}
#ocfilter .container:nth-child(2) .list-group-item{		
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);		
    border:none;		
    border-radius: 0;		
}		
#ocfilter .container:nth-child(2) .list-group-item .ocf-option-values{		
		
    flex-direction: column;		
}		
#ocfilter .container:nth-child(2) .list-group-item .ocf-option-values a{		
    font-size: 14px;		
    line-height: 16px;		
    color: #1D252D;		
    text-decoration: none;		
    display: inline-block;		
}		
#ocfilter .container:nth-child(2) .list-group-item .ocf-option-values a span{		
    border: 1px solid transparent;		
    padding-bottom: 3px;		
}		
#ocfilter .container:nth-child(2) .list-group-item .ocf-option-values a:hover span{		
    border-bottom: 1px solid #00A886;		
}		
#ocfilter .container:nth-child(2) .list-group-item .ocf-option-values a + a{		
    margin-top: 10px;		
}

.popover-content {
    display: none
}

.btn-filter {
    padding: 20px 10px 19px;
    background: #45525f;
    font-size: 14px;
    font-weight: 500;

    border: none;
    line-height: 12px;
    color: #fff;
    width: 260px;
    text-transform: uppercase;
    float: right
}

@media all and (max-width:992px) {
    .category-bottom-row .btn-filter {
        width: unset;
        margin-left: 10px;
       padding: 10px 5px;
    }
	 #ocfilter .list-group .list-group-item span.show_filter_res{		
        display: none;		
	}
}

ul.flexdatalist-results {
    position: fixed;
    top: 151px !important;
    padding: 0 280px 15px;
    left: 0 !important;
    width: 100vw !important;
    border: none !important;
    border-radius: 0 !important;
    max-height: 600px;
	overflow-y: auto;
	margin-bottom: 0;
	
}

ul.flexdatalist-results.scrolled {
    top: 123px !important
}

@media all and (max-width:1299px) {
    ul.flexdatalist-results {
        padding: 0
    }
}

@media all and (max-width:992px) {
    ul.flexdatalist-results {
        top: 112px !important;
        border: none !important
    }

    ul.flexdatalist-results.scrolled {
        top: 112px !important
    }
}

ul.flexdatalist-results li.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eef0f8;
	 border-top: none;
    padding: 10px 15px
}

@media all and (max-width:992px) {
    ul.flexdatalist-results li.item {
        padding: 10px 24px
    }

    ul.flexdatalist-results li.item:nth-of-type(2n+1) {
        background-color: #f0f8f6
    }
}

ul.flexdatalist-results li.item .image{
    margin-right: 40px;
	padding: 0;
}
ul.flexdatalist-results li.item .image a{
	width: 50px;
	height: 50px;
}
ul.flexdatalist-results li.item .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media all and (max-width:992px) {
    ul.flexdatalist-results li.item .item_block .image {
        display: none
    }
}
ul.flexdatalist-results li.item .item_block{
	width: 100%;
}
ul.flexdatalist-results li.item .item_block .title {
    flex-basis: 1 1 auto;
    opacity: .8;
    font-size: 16px;
    color: #00a886;
    text-decoration: underline;
	padding: 0;
	margin-right: 100px;
}
ul.flexdatalist-results li.item .item_block .title a{
	color: inherit;
}

ul.flexdatalist-results li.item .item-sku {
    flex: 0 0 142px;
    opacity: .5;
    font-size: 16px;
    text-align: right;
    color: #45525f;
    margin-right: 100px
}

@media all and (max-width:992px) {
    ul.flexdatalist-results li.item .item-sku {
        display: none
    }
	ul.flexdatalist-results li.item .item_block .title {
		margin-right: 0;
	}
}

ul.flexdatalist-results li.item .item_block .price {
    flex: 0 0 100px;
    font-size: 16px;
    text-align: right;
    color: #1d252d;
	padding: 0;
	justify-content: flex-end;
}

@media all and (max-width:992px) {
   ul.flexdatalist-results li.item .item_block .price {
        display: none
    }
}

ul.flexdatalist-results li.item.active, ul.flexdatalist-results li.item:hover {
    background-color: #eef0f8
}

.search-answer {
    font-size: 16px;
    margin-bottom: 30px
}

.white-background {
    background-color: #fff;
    margin-bottom: 40px
}



.white-background #content {
    min-height: auto
}

@media all and (min-width:768px) {
    .white-background .page-header-row {
        display: flex;
        align-items: center
    }
}
@media all and (max-width:768px) {
	.search-answer {
		font-size: 14px;
		margin-top: -20px;
	}
}

.white-background .page-header-row .btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media all and (min-width:992px) {
    .white-background .page-header-row .btn-row {
        justify-content: flex-end
    }
}

.white-background .page-header-row .btn-row .btn-logout {
    margin-left: 20px;
    width: 54px;
    height: 54px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}
.links-row {
	border-bottom:1px solid #CCD0D9;
}
.links-row .row{
	display: flex;
	justify-content: space-between;
}
.links-row .row::before, .links-row .row::after{
	display: none;
}
.links-row__left{
	display: flex;
}
.links-row .links-row__left > * + *{
	margin-left: 40px;
}

.links-row .mobile-block {
    display: flex;
    justify-content: space-around
}
.links-row .links-row__right, .links-row .links-row__right > div{
	margin-left: auto;
	display: flex;
	margin-left: 10px;
	align-items: flex-start;
}
.links-row__right .user__discount{
	margin-left: 30px;
}
@media all and (min-width:1500px) {
	.links-row .links-row__left > * + *{
		margin-left: 15px;
	}
}
@media all and (min-width:768px) {
    .links-row .mobile-block {
        display: none
    }
}

.links-row .mobile-block a,
.links-row .mobile-block a:hover,
.links-row .mobile-block span {
    font-size: 14px;
    letter-spacing: .4px;
    color: #1d252d;
    padding: 18px 10px;
    position: relative
}

@media all and (max-width:370px) {

    .links-row .mobile-block a,
    .links-row .mobile-block a:hover,
    .links-row .mobile-block span {
        font-size: 10px
    }
}

.links-row .mobile-block a:hover,
.links-row .mobile-block span {
    background-color: #e3e7ec
}

.links-row .mobile-block a:hover:after,
.links-row .mobile-block span:after {
    content: '';
    display: block;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    background-color: #e3e7ec;
    border: 5px solid #e3e7ec;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

.links-row .links-row__left >*,.links-row .links-row__right >*,
.links-row .links-row__left a{
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    text-decoration: none;
    position: relative;
	font-size: 20px;
	line-height: 23px;
	color: #1D252D;
	margin-bottom: 0;
	padding-bottom:5px;
}

.links-row .links-row__left >*::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: transparent;
    left: 0;
    bottom: -2px;
	transition: all .5s ease-in-out;
}
.account__content{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	padding: 60px 50px 50px;
	margin-bottom: 50px;
	margin-top: 40px;
}

.links-row .links-row__left > *:hover::after,  .account-order .links-row .links-row__left .links-row__left-order::after,
.account-wishlist .links-row .links-row__left .links-row__left-wishlist::after,
.account-edit .links-row .links-row__left .links-row__left-profile::after,
.order-info .links-row .links-row__left .links-row__left-order::after{
    background-color: #00a886
}
.links-row__left-profile >*, .links-row__left-profile span{
	cursor: pointer;
}

.order-list {
    margin-bottom: 25px;
    min-height: 500px;
	margin-top: 2px;
}

.order-list .dropdown-button {
    border-bottom: 2px solid #eef0f8
}

@media all and (min-width:768px) {
	.order-list .dropdown-button {
        padding: 0 
    }
}

@media all and (max-width:767px) {
    .order-list .dropdown-button {
        padding: 18px 30px
    }
}

@media all and (max-width:413px) {
    .order-list .dropdown-button {
        padding: 15px 15px
    }
}

.order-list .dropdown-button > .row {
    background-color: #fff;
    min-height: 126px;
    display: flex;
    align-items: center
}
.empty-account, .wishlist-list{
	margin-top: 55px;
}
.order-list .dropdown-button > .row > div {
    text-align: right;
	margin-right: 15px;
}

.order-list .dropdown-button > .row > div .date {
    text-align: left;
    font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1D252D;
    white-space: nowrap
}

.order-list .dropdown-button > .row > div .date svg {
    fill: #e3e7ec !important;
    margin-right: 8px;
    margin-left: 17px
}

@media all and (min-width:768px) {
    .order-list .dropdown-button > .row > div .date svg {
        display: none
    }
}

.order-list .dropdown-button > .row > div .order-number {
    font-size: 16px;
   color: #A1A8AE;
   white-space: nowrap;
       text-align: left;
}

@media all and (max-width:992px) {
    .order-list .dropdown-button > .row > div .order-number {
        margin-top: 5px
    }
}

.order-list .dropdown-button > .row > div.status {
    text-align: left
}

.order-list .dropdown-button > .row > div.status.wait span {
   border: 1px solid #3A3A3A;
   color: #333333
}

.order-list .dropdown-button > .row > div.status span {
    display: inline-block;
    font-weight: 500;
	font-size: 16px;
	line-height: 26px;
    color: #00A886;
    padding: 5px 32px;
    background-color: #fff;
    min-width: 130px;
	border: 1px solid #00A886;
    text-align: center
}

.order-list .dropdown-button > .row > div .quantity {
    font-size: 16px;
    text-align: center;
    line-height: 19px;
	color: #000000;
}

@media all and (max-width:992px) {
    .order-list .dropdown-button > .row > div .quantity {
        text-align: right;
        margin-top: 5px
    }
	.links-row {
		border: none;
	}
	.links-row .row {
		flex-direction: column;
	}
	.links-row__left{
		border-bottom: 1px solid #CCD0D9;
	}
	.links-row .links-row__right {
		flex: 0 0 100%;
		padding: 12px 14px;
		margin-top: 15px;
		border: 1px solid #CCD0D9;
		justify-content: center;
		margin-left: 0;
	}
	.links-row .links-row__right div:nth-child(2){
		order: 1;
	}
	.links-row .links-row__right div:nth-child(1){
		order: 2;
	}
	.account__content {
		padding: 24px 15px;
		margin-top: 0;
	}
	.links-row .links-row__left > *, .links-row .links-row__right > *, .links-row .links-row__left a,
	.order-list .dropdown-button > .row > div .date, .order-list .dropdown-button > .row > div .order-number,
	.order-list .dropdown-button > .row > div .quantity{
		font-size: 14px;
		line-height: 16px;
	}
	.order-list .dropdown-button > .row > div.status{
		display: none;
	}
	.empty-account, .wishlist-list {
		margin-top: 20px;
	}
}
@media all and (max-width:480px) {
	.links-row .links-row__right{
		flex-direction: column;
	}
	.links-row .links-row__right >div:nth-child(2),.links-row .links-row__right div:nth-child(1){
		flex: 1 1 100%;
		justify-content: space-between;
		margin: 0;
	}
	.links-row .links-row__right div:nth-child(1) .bonus_text {
		margin: 0 0 0 20px;
	}
	.links-row .links-row__right div:nth-child(1) p{
		margin-bottom: 0;
	}
}

.order-list .dropdown-button > .row > div .total {
    font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #00A886;
    text-align: center;
	white-space: nowrap;
}

@media all and (min-width:768px) {
    .order-list .content {
        padding: 0 30px
    }
}

@media all and (max-width:767px) {
    .order-list .content {
        padding: 0 30px
    }
}

@media all and (max-width:413px) {
    .order-list .content {
        padding: 0 15px
    }
}

.order-list .content .content-header,
.order-list .content .content-row {
    display: flex;
    align-items: center
}

.order-list .content .content-header .row,
.order-list .content .content-row .row {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.order-list .content .content-header .row .quantity,
.order-list .content .content-row .row .quantity {
    text-align: center
}

.order-list .content .content-header .row .total,
.order-list .content .content-row .row .total {
    text-align: right
}

.order-list .content .content-header {
    min-height: 40px;
    background-color: #e3e7ec;
    color: #9ba1a7
}

.order-list .content .content-row {
    background-color: #fff;
    min-height: 70px;
    border-bottom: 2px solid #eef0f8
}

.order-list .content .content-row .list a {
    opacity: .8;
    font-size: 16px;
    color: #00a886
}

.order-list .content .content-row .quantity,
.order-list .content .content-row .total {
    opacity: .5;
    font-size: 16px;
    text-align: center;
    color: #45525f
}

.order-list .content .content-row .total {
    text-align: right
}

.account-simpleregister h1 {
    margin-top: 72px;
    margin-bottom: 72px
}
.order-info-wrapper{
	display: flex;
	margin-bottom: 50px;
	margin-top: 40px;
}
.order-info-wrapper .account__content{
	flex: 1 1 100%;
	margin-bottom: 0;
	margin-top: 0;
}
.order-list-aside{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	max-width: 30%;
	width: 100%;
	margin-left: 30px;
	padding: 40px;
	height: 100%;
}

@media all and (max-width:1600px) {
    .account-simpleregister h1 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}
@media all and (max-width:1400px)  and (min-width:1200px){
	.order-info-wrapper .links-row__right .user__discount{
		margin-left: 10px;
	}
	.order-info-wrapper .links-row .links-row__left > * + * {
		margin-left: 10px;
	}
}
@media all and (max-width:1200px) {
	.order-info-wrapper {
		flex-direction: column;
	}
	.order-list-aside {
		order:-1;
		max-width: 100%;
		margin: 20px 0 20px;
	}
	.order-info-wrapper .account__content:first-of-type{
		order:-2;
	}
}

.account-simpleregister .simpleregister-button-block {
    display: flex;
    justify-content: center
}

.account-simpleregister #simpleregister_button_confirm {
    margin: 0 auto 90px;
    min-width: 360px
}
.account-simpleregister .simplecheckout-error-text{
	color: red;
	text-align: left;
}
.account-simpleregister input[data-valid=false]{
	border-color:red;
}

@media all and (max-width:991px) {
    .account-simpleregister #simpleregister_button_confirm {
        min-width: 200px;
		max-width: 260px;
		 margin: 10px auto 55px;
    }
}

.account-simpleregister .btn-secondary {
    min-width: 395px;
    margin: 0 auto 72px
}

.account-login .btn-success {
    margin-top: 21px;
    margin-bottom: 40px
}

.account-login h1 {
    margin-top: 72px;
    margin-bottom: 68px
}

.toggle-atribute {
    min-width: auto;
    max-width: unset;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 13px
}

div.simpleregister-button-block {
    background: 0 0
}

select option {
    min-height: 53px;
    align-items: center;
    display: flex
}

.dropdown-select {
    width: 100%;
    display: flex;
    margin-bottom: 20px
}

.dropdown-select .btn {
    background-color: #dbe0e8;
    border-radius: 4px;
    border-color: #dbe0e8;
    padding: 14px 18px;
    min-height: 53px;
    flex: 2 1 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dropdown-select .btn .caption {
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    margin-right: 10px
}

.dropdown-select .btn .arrow {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat
}

.dropdown-select .btn[aria-expanded=true] .arrow {
    background: url(/image/catalog/site-icons/arrow-up.svg) center center no-repeat
}

@media all and (min-width:1200px) {
    .dropdown-select .dropdown-menu {
        min-width: 244px
    }
}

@media all and (max-width:992px) {
    .dropdown-select .dropdown-menu {
        position: fixed;
        bottom: 0;
        top: unset;
        left: 0;
        width: 100vw;
        height: 150px;
        z-index: 10000;
        overflow: scroll
    }
	 .order-list .dropdown-button > .row > div .total{
		font-size: 14px;
		line-height: 16px;
		text-align: right;
	}
	 .order-list .btn-about-order{
		 flex: 0 0 100%;
	 }
	 .order-list .dropdown-button > .row {
		 flex-wrap:wrap;
	 }
	 .order-list .dropdown-button > .row > div:nth-child(3){
		 margin-left: auto;
	 }
	 .order-list .dropdown-button > .row > div.btn-about-order {
		text-align: center;
	 }
	  .order-list .dropdown-button > .row > div.btn-about-order .btn{
		max-width: 180px;
	}
}

.dropdown-select .dropdown-menu ul {
    list-style: none
}

.dropdown-select.open .btn {
    background-color: #fff;
    border-radius: 4px 4px 0 0
}

.dropdown-select.open .dropdown-menu {
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    opacity: .95;
    width: 100%;
    overflow: hidden
}

.dropdown-select.open .dropdown-menu li {
    min-height: 30px;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: .5px;
    color: #45525f;
    padding: 3px 20px;
    cursor: pointer
}

.second-step {
    display: flex
}

.second-step > .simplecheckout-three-column {
    max-width: 317px;
    width: unset;
    flex: 1 1 317px
}

.second-step > .simplecheckout-three-column .simplecheckout-block-content {
    padding: 0
}

@media all and (max-width:992px) {
    .second-step > .simplecheckout-three-column:first-of-type {
        flex: 0 0 0;
        padding: 0;
        margin: 0;
        width: 0;
        min-width: unset
    }
}

.second-step .payment-block {
    flex: 1 1 50%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 20px 15px 30px
}

.second-step .payment-block .simplecheckout-three-column {
    flex: 1 0 50%;
    width: unset;
    max-width: unset;
    margin-right: 0;
    padding: 0 15px
}

@media all and (max-width:600px) {
    .second-step .payment-block .simplecheckout-three-column {
        flex: 1 0 100%
    }
}

.second-step .payment-block .simplecheckout-three-column .simplecheckout-block-content {
    padding: 0
}

.second-step .payment-block .simplecheckout-button-right {
    width: 100%;
    display: flex
}

.second-step .payment-block .simplecheckout-button-right #button-confirm,
.second-step .payment-block .simplecheckout-button-right #simplecheckout_button_confirm {
    flex: 1 1 100%;
    max-height: 50px
}

.second-step .payment-block .btn-success {
    margin-bottom: 20px
}

.second-step .payment-block .checkout-heading.panel-heading {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: normal;
    color: #45525f;
    font-weight: 400;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 10px;
    padding-left: 0
}

@media all and (max-width:991px) {
    .second-step .payment-block .checkout-heading.panel-heading {
        font-size: 22px
    }
}

.second-step .payment-block div.row-shipping_address_address_id {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.second-step .payment-block div.row-shipping_address_address_id label {
    padding-top: 0
}

.second-step .payment-block div.row-shipping_address_address_id select {
    margin-bottom: 0 !important
}

.second-step .payment-block select {
    min-height: 53px
}

.second-step .payment-block select,
.second-step .payment-block textarea {
    margin-bottom: 20px !important
}

.second-step .payment-block textarea {
    max-height: 198px
}

.second-step .payment-block .form-group,
.second-step .payment-block .simplecheckout-block {
    margin-bottom: 0
}

.second-step .payment-block .checkout-heading-button {
    float: unset !important
}

.second-step .payment-block .checkout-heading-button a,
.second-step .payment-block .checkout-heading-button a:focus,
.second-step .payment-block .checkout-heading-button a:hover {
    color: #fff
}

.second-step .payment-block .row-customer_register {
    min-height: 53px;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.second-step .payment-block .row-customer_register > div div {
    text-align: right
}

.second-step .payment-block #btn-confirm {
    margin: 0 15px
}

.text-email-recovery {
    opacity: .8;
    font-size: 16px;
    letter-spacing: .4px;
    color: #45525f;
 
}

div.simpleregister-block-content {
    padding: 30px;
	 width:66.66666667%
}

.empty-cart,
.empty-cart.simplecheckout-button-block,
.success-page,
.success-page.simplecheckout-button-block {
    background-color: #fff;
    text-align: center
}

.empty-cart > *,
.success-page > * {
    margin-bottom: 20px
}
.account__content .btn-logout{
	display: none;
}
.empty-cart > .img-block,
.success-page > .img-block {
    margin-top: 50px
}

.empty-cart .text,
.success-page .text {
    opacity: .8;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: normal;
    color: #45525f
}

.empty-cart .btn-success,
.empty-cart.simplecheckout-button-block .btn-success,
.success-page .btn-success,
.success-page.simplecheckout-button-block .btn-success {
    margin-top: 40px !important;
    min-width: 320px
}

@media all and (max-width:992px) {

    .empty-cart .btn-success,
    .empty-cart.simplecheckout-button-block .btn-success,
    .success-page .btn-success,
    .success-page.simplecheckout-button-block .btn-success {
        min-width: 200px
    }
}



.payment-wrapper.open button,
.select-wrapper.open button {
    border-radius: 4px 4px 0 0;
    border-bottom-color: #b6b9bc;
    box-shadow: 0 4px 14px 0 rgba(69, 82, 95, .25)
}

.payment-wrapper button,
.select-wrapper button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: .4px;
    padding-left: 18px;
    position: relative;
    background-color: #fff;
    border-color: #EFEFEF;
    overflow: hidden
}

@media all and (max-width:992px) {

    .payment-wrapper button,
    .select-wrapper button {
        white-space: normal;
        text-align: left
    }
}

.payment-wrapper button:before,
.select-wrapper button:before {
    content: '*';
    display: block;
    color: #b6b9bc;
    position: absolute;
    top: 16px;
    left: 8px;
    font-size: 16px
}

.payment-wrapper button .arrow,
.select-wrapper button .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat
}

.payment-wrapper button[aria-expanded=true],
.select-wrapper button[aria-expanded=true] {
    background-color: #fff
}

.payment-wrapper button[aria-expanded=true] .arrow,
.select-wrapper button[aria-expanded=true] .arrow {
    background: url(/image/catalog/site-icons/arrow-up.svg) center center no-repeat
}

.payment-wrapper .dropdown-menu,
.select-wrapper .dropdown-menu {
    width: 100%;
    padding: 17px 18px;
    margin-top: 0;
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.payment-wrapper .dropdown-menu li,
.select-wrapper .dropdown-menu li {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .4px;
    margin-bottom: 10px
}

.payment-wrapper .dropdown-menu li:last-of-type,
.select-wrapper .dropdown-menu li:last-of-type {
    margin-bottom: 0
}

.payment-wrapper .dropdown-menu li[disabled=disabled],
.select-wrapper .dropdown-menu li[disabled=disabled] {
    display: none
}

.btn-remove-all {
    position: absolute;
    top: 6px;
    right: 310px;
    min-width: 280px;
    text-align: center;
    cursor: pointer
}

@media all and (max-width:1199px) {
    .btn-remove-all {
        display: none !important
    }
}

@media all and (min-width:1200px) and (max-width:1599px) {
    .btn-remove-all {
        top: 86px;
        right: 15px
    }
}

.top-buttons.step-second {
    display: none
}

@media all and (min-width:992px) {
    .top-buttons.step-second {
        width: 100%;
        clear: both;
        top: 0;
        padding: 0 15px
    }

    .top-buttons.step-second #buttons {
        display: flex !important;
        justify-content: center
    }
}

@media all and (max-width:991px) {
    #simplecheckout_button_next {
        display: none !important
    }
}

.top-arrow-link {
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 899;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #00a886;
    border-radius: 8px;
    background-color: #eef0f8;
    cursor: pointer
}

@media all and (max-width:991px) {
    .top-arrow-link {
        right: initial;
        left: 20px;
		bottom: 25px;
		width: 40px;
		height: 40px;
    }
	 .top-arrow-link svg{
		 width: 20px;
		 height: 100%;
	 }
}

.top-arrow-link svg path {
    stroke: #00a886
}

.top-arrow-link:hover {
    border-color: #24c4a2
}

.top-arrow-link:hover svg path {
    stroke: #24c4a2
}

.category-description {
    padding-top: 30px;
	padding-bottom: 45px;
	margin-bottom: 25px;
	border-top: 1px solid  #cad2d9;
    position: relative;
}
.category-page .category-description {
	padding-bottom: 0;
	box-shadow: none;
}

.category-description p {
    color: #1D252D;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px
}

@media all and (max-width:991px) {
    

	.category-description ul {
		padding-left: 20px;

	}
	.category-description ol, .category-description ul {
		margin-bottom: 20px;
	}
	.category-description {
		 padding-top: 15px;
		padding-bottom: 0;
		margin-bottom: 55px;
		position: relative;
		
		box-shadow: none;
	}
	.category-description__text{
		height: 95px;
		overflow: hidden;
		transition: height .5s ease-in-out
	}
	.category-description__arrow{
		position:relative;
		width: 20px;
		height: 13px;
		margin: 20px auto 0;
		background: url(/image/catalog/site-icons/arrow-down-green.svg) center no-repeat;
		background-size: contain;
		transition: all .5s ease-in-out
	}
	.category-description.active .category-description__text{
		height: 100%;
	}
	.category-description.active .category-description__arrow{
		transform: rotate(180deg)
	}
	.category-description.active::after{
		transform: translateX(-50%) rotate(180deg);
	}
	.category-page .category-description {
		padding: 20px 0;
		border-bottom:  1px solid #CCD0D9;
		margin-bottom: 0;
	}
	
}

.category-description h2,
.category-description h3,
.category-description p.h2 {
    color: #1D252D;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 30px
}

.category-description ol,
.category-description ul {
    margin-bottom: 0
}

.category-description ol li,
.category-description ul li {
    color: #000;
    opacity: .8;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 19px
}

.category-description ul {
    list-style-type: none;
    padding-left: 30px
}

.category-description ul li {
    position: relative
}

.category-description ul li:before {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -16px;
    background-color: #00A886
}

.category-description table {
    margin-bottom: 38px;
    line-height: normal
}

.category-description table caption {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 1.3px;
    opacity: 1;
    margin-top: 60px;
    margin-bottom: 38px;
    text-align: center
}

.category-description table td,
.category-description table th {
    font-size: 16px;
    line-height: 2.56;
    color: #66717d;
    padding-right: 50px
}

.category-description table tr {
    border-bottom: 1px solid #ccd0d9
}

.category-description image,
.category-description img {
    width: 100% !important
}

.special-block {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2
}

.special-block .sticker {
    padding: 0 25px;
	min-width: 100px;
	height: 28px;
	display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	
}

.special-block .sticker.special,.special-block .sticker.xd_sticker_0  {
    background-color: #35D3B4;
    color: #fff
}
.special-block .sticker.xd_sticker_1 {
    background-color: #F6A305;
    color: #ffffff;
}

.special-block .sticker.newest {
    background-color: #21bed3
}

.action-block {
    padding-bottom: 100px
}

@media all and (max-width:991px) {
    #prd-sets {
        padding: 0;
        margin: 0 auto
    }
	.special-block {
		top: 15px;
	}

	.special-block .sticker {
		height: 16px;
		font-size: 10px;
	}
}

#tab_sets .sets-owl .set .set_table {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    justify-content: center;
    align-items: center
}

#tab_sets .sets-owl .set .set_table .cell.set-product {
    max-width: 250px;
    border-color: transparent;
    align-self: flex-start
}

#tab_sets .sets-owl .set .set_table .cell.set-product h4 {
    min-height: 46px
}

@media all and (max-width:991px) {
    #tab_sets .sets-owl .set .set_table .cell.set-product {
        flex: 0 0 calc(50% - 18px);
        width: unset;
        max-width: unset;
        margin: 0
    }

    #tab_sets .sets-owl .set .set_table .cell.set-product img {
        max-width: 100%
    }
	.category-description p, .category-description ul li {
        font-size: 14px;
		line-height: 24px;
    }
	.category-description h2, .category-description h3, .category-description p.h2 {
		margin-top: 20px;
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 21px;
	}
	.category-description h2:first-child, .category-description h3:first-child, .category-description p.h2:first-child {
		margin-top: 0;

	}
}

#tab_sets .sets-owl .set .set_table .cell.set-product .new_price {
    color: #45525f
}

#tab_sets .sets-owl .set .set_table .cell.ao {
    color: #45525f;
    flex: 0 0 15px !important;
    display: block
}

@media all and (max-width:991px) {
    #tab_sets .sets-owl .set .set_table .cell.ao {
        display: flex;
        align-items: center;
        margin: 0;
        display: none
    }

    #tab_sets .sets-owl .set .set_table .cell.ao.plus {
        display: block
    }
}

#tab_sets .sets-owl .set .set_table .cell.total {
    border-color: transparent;
    min-width: 230px;
    min-height: 200px;
    text-align: left;
    line-height: normal;
    padding-bottom: 85px
}

@media all and (max-width:991px) {
    #tab_sets .sets-owl .set .set_table .cell.total {
        width: unset;
        max-width: unset;
        height: 158px;
        margin: 0;
        padding-right: 20%;
        padding-left: 20%;
        position: relative;
        text-align: center
    }

    #tab_sets .sets-owl .set .set_table .cell.total:before {
        content: '=';
        display: block;
        position: absolute;
        top: 50%;
        left: 15%;
        color: #45525f;
        font-size: 20px;
        font-weight: 700
    }
}

@media all and (max-width:991px) and (min-width:768px) and (max-width:991px) {
    #tab_sets .sets-owl .set .set_table .cell.total:before {
        top: 65%
    }
}

#tab_sets .sets-owl .set .set_table .cell.total .line-through {
    margin-top: 5px
}

#tab_sets .sets-owl .set .set_table .cell.total .new_summ {
    color: #45525f;
    font-weight: 600;
    margin-top: 10px
}

#tab_sets .sets-owl .set .set_table .cell.total .economy_text {
    margin-top: 10px;
    color: #45525f
}

#tab_sets .sets-owl .set .set_table .cell.total .add-set-btn {
    margin-bottom: 10px;
    padding: 16px 10px 13px
}

@media all and (max-width:991px) {
    #tab_sets .owl-controls {
        display: none !important
    }
}

.btn-kp {
    position: absolute;
    top: 6px;
    z-index: 100;
    right: 606px;
    cursor: pointer
}

@media all and (min-width:1200px) and (max-width:1599px) {
    .btn-kp {
        right: 310px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .btn-kp {
        right: 310px
    }
}

.box-for-kp {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    width: 100%
}

@media all and (max-width:480px) {
    .box-for-kp {
        justify-content: center
    }
}

.box-for-kp .btn-kp-mobile {
    flex: 0 1 300px;
    text-align: center
}

.faq-block {
    margin-bottom: 90px
}
.faq-block__title{
	font-weight: normal;
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 20px
}
.faq-block__item .faq-block__question {
    cursor: pointer;
    position: relative;
	padding-left: 20px;
	display: inline-block;
	padding-right: 30px;
	margin-top: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.faq-block__item .faq-block__question::before{
	width: 6px;
	height: 6px;
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 5px;
	background-color: #00A886;
}

.faq-block__item .faq-block__question:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s ease-out .3s;
    -moz-transition: .3s ease-out .3s;
    -o-transition: .3s ease-out .3s;
    transition: .3s ease-out .3s
}

.faq-block__item .faq-block__answer {
    max-height: 100px;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
	line-height: 24px;
    color: ##1D252D;
    text-align: justify;
    -webkit-transition: .3s ease-out .3s;
    -moz-transition: .3s ease-out .3s;
    -o-transition: .3s ease-out .3s;
    transition: .3s ease-out .3s;
    padding: 0 50px 0 21px
}
.faq-block__item .faq-block__answer a{
	font-size: 14px;
	line-height: 24px;
	color: #1D252D;
	margin: 0 11px;
	text-decoration:none;
	padding-bottom: 2px;
	border-bottom: 1px solid
}
.faq-block__item .faq-block__answer a:hover{
	
	 text-decoration: none;
	 border-bottom-color:#00A886;
}

.faq-block__item.hide-block .faq-block__question:after {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s ease-out .3s;
    -moz-transition: .3s ease-out .3s;
    -o-transition: .3s ease-out .3s;
    transition: .3s ease-out .3s
}

.faq-block__item.hide-block .faq-block__answer {
    max-height: 0;
    -webkit-transition: .3s ease-out .3s;
    -moz-transition: .3s ease-out .3s;
    -o-transition: .3s ease-out .3s;
    transition: .3s ease-out .3s
}

#BlowupLens {
    border-radius: 4px !important;
    border: 2px solid #24c4a2 !important
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-iframe-scaler {
    padding-top: 79.25% !important
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    background-color: #fff;
	border: 4px solid #00A886;
}
.mfp-title {
    padding-left: 36px;
}

.choose_of_year_sticker {
    position: absolute;
    right: 15px;
    top: 20px
}

.red_point {
    position: absolute;
    left: 10px;
    top: 20px
}

.awards-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin-top: 20px;
}

.awards-block .award {
    margin-right: 10px;
    margin-bottom: 10px
}
.awards-block .slick-list {		
	padding-bottom: 75px;		
}

.awards-block .award img {
    width: auto;
    height: 75px
}

.payment-lang {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	padding: 0;
	margin-top: auto;
}

.payment-lang svg {
	width: 50px;
	height: 50%;
	object-fit: contain;
}

.payment-lang svg + svg {
    margin-left: 30px
}
footer .last-column .row{
	margin-top: 16px;
}
footer .last-column .payment-lang{
	margin-top: 42px;
}
#simplecheckout_payment_form #privatbank_paymentparts_ii_checkout > div,
#simplecheckout_payment_form #privatbank_paymentparts_pp_checkout > div {
    display: block !important
}

#button-credit {
    margin-bottom: 20px
}

@media all and (min-width: 992px) {

    .tel-button-mob,
    header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu .dropdown-item-mob {
        display: none;
    }
}

@media all and (max-width: 991px) {
	.faq-block__item .faq-block__question {
		display: block;
	}
    .tel-button-mob {
        display: block;
        width: 23px;
        height: 23px;
    }

    .dropdown-item-mob {
        display: block
    }

    header .base-on-flex .top-row .tel-col .dropdown.dropdown-info,
    header .base-on-flex .top-row .tel-col .dropdown.dropdown-info.open {
        background: transparent;
    }

    header .base-on-flex .top-row .tel-col {
        flex-basis: 23px;
        margin-left: 15px;
    }

    header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-toggle svg {
        margin: 2px 0 0 0;
    }

    header .base-on-flex .top-row .dropdown.dropdown-info .dropdown-menu {
        left: -150px;
        width: 230px;
    }

    header .base-on-flex .top-row .btn-menu {
        margin-left: 0;
		padding-right: 0;
    }

    header .base-on-flex .top-row #logoFlex {
        align-items: center;
    }

    .category-bottom-row .btn-filter {
        max-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
		background: none;
		color: #00A886;
		border: 1px solid #00A886;
    }
	

    .product-layout {
        padding-right: 15px;
        padding-left: 15px;
    }
	.btn-more {
		min-width: 152px;
	}
	.faq-block {
		margin-bottom: 55px;
	}
	.faq-block__title{
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 16px;
	}
	.faq-block__item .faq-block__question {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		margin: 8px 0;
	}
	.faq-block__item .faq-block__answer {
		font-size: 12px;
		max-height: auto;
	}
	.category-description ul {
		padding-left: 20px;
	}
}

._orinationRight_458 .button_9f3 {
    background: #ffa100 !important;
}

.btn-filter span.btn-filter-num {
    padding: 5px;
    background: #00a886;
    color: #fff;
    margin-left: 8px;
}


/* contact page*/
.information-contact .contact__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 80px;
}

.information-contact .panel {
    flex: 0 0 55%;
    padding: 30px 50px 45px;
    display: block;
    margin-bottom: auto;
    border: none;
}

.information-contact .panel-body {
    padding: 5px 15px;
    font-size: 18px
}

.information-contact .panel-body strong,
.information-contact .panel-body br:first-of-type,
.information-contact form label {
    display: none;
}

.information-contact .panel h3 {
    font-weight: 300;
}

.information-contact .panel-body address {
    margin-bottom: 0;
}

.information-contact .panel-body .row > div {
    margin-bottom: 10px;
}

.information-contact .panel-body .row a {
    max-width: 320px;
    width: 100%;
}

.information-contact form {
    flex: 0 0 40%;
    background-color: #fff;
    border-radius: 4px;
    padding: 60px 50px;
}

.information-contact legend {
    font-size: 32px;
    text-align: center;
    border: none;
    font-weight: 300;
    margin-bottom: 35px;
}

.information-contact form input[type="text"].form-control,
.information-contact form textarea {
    padding: 15px;
    font-size: 18px;

}

.information-contact form input[type="text"].form-control {
    height: 52px;
}

.information-contact form .form-group {
    margin-bottom: 20px;
}

.information-contact form input[type="submit"] {
    padding: 16px 60px 13px;
    margin: 0 auto;
    display: block;
}

@media all and (max-width: 992px) {
    .information-contact .contact__wrapper {
        display: block;
    }

    .information-contact form {
        margin-top: 30px;
        padding: 35px;
    }

    .information-contact textarea {
        max-height: 150px;
    }

    .information-contact .panel {
        padding: 12px 22px 30px;
    }

    .information-contact .panel h3 {
        font-size: 36px;
    }
}

.iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media all and (max-width: 992px) {

    .checkout-simplecheckout header .flex-aligned,
    .checkout-simplecheckout .catalog-search-row .checkout-simplecheckout footer .button-col,
        {
        display: none;
    }

    .checkout-simplecheckout header .tel-col {
        padding-right: 10px;
    }

}

@media all and (max-width: 400px) {
    .cart-row .product-cart-box .remove-box {
        flex: 0 0 40px;
    }
}


.new-special-price {
       font-size: 14px;
		line-height: 16px;
		text-decoration-line: line-through;
		color: #A1A8AE;
		margin-bottom: 7px;
    }
@media all and (min-width: 992px) {
    

    .in-cart {
        clear: both;
    }

    .product-layout .product-thumb .in-cart .price.special:after {
        display: none;
    }

    header .tel-col .dropdown-menu {
        top: 0;
    }

    header .tel-col .dropdown-menu .dropdown-item {
        margin: 20px 0;
    }
}
 .product-layout .product-thumb .compare-product,  .product-layout .product-thumb .wishlist-product, 
 .product-layout .product-thumb .button-tradein__wrapper{
        position: absolute;
		right: 14px;
		background: none;
		border: none;
		width: 30px;
		height: 22px;
		z-index:80;
    }
	.product-layout .product-thumb .button-tradein__wrapper{
		height: 40px
	}
.product-layout .product-thumb .wishlist-product {
    top: 29px;
    background: url(/image/catalog/site-icons/heartgray.svg) center no-repeat;
    background-size: contain;
}
.product-layout .product-thumb .wishlist-product:hover {
    background-image: url(/image/catalog/site-icons/heart.svg);
}
 .product-layout .product-thumb .compare-product {
    top: 73px;
    background: url(/image/catalog/site-icons/balancegrey.svg) center no-repeat;
    background-size: contain;
	cursor: pointer;
}
 .product-layout .product-thumb .compare-product:hover {
    background-image: url(/image/catalog/site-icons/balancegreen.svg);
}
 .product-layout .product-thumb .btn-tradein {
	border: none;
    background: url(/image/catalog/site-icons/tradeingrey.svg) center no-repeat;
    background-size: contain;
	width: 100%;
	height: 20px;
}
 .product-layout .product-thumb  .btn-tradein:hover {
    background-image: url(/image/catalog/site-icons/tradein.svg);
}
 .product-layout .product-thumb  .button-tradein__wrapper:hover .btn-tradein-hover {
    display: flex;
 }
 .product-layout .product-thumb  .button-tradein__wrapper{
	top: 118px;

}
 .product-layout .product-thumb  .btn-tradein-hover {
    position: absolute;
    bottom: 15px;
    transform: translateY(100%);
    right: 0;
    padding: 15px 40px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
    background: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    flex-direction: column;
    align-items: center;
    display: none;
}



.slideshow_banner-wrapper {
    background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") no-repeat center center;
	margin-bottom: 0;
}

@media all and (min-width: 1200px) {

    header .catalog-search .search-button svg:first-of-type,
    header .catalog-search .search-col,
    header .catalog-search .search-col #search,
    header.with-filter .catalog-search .search-button svg:last-of-type,
    header.with-filter .catalog-search .search-col #search {
        display: block;
    }

    header .catalog-search .search-button svg:last-of-type,
    header.with-filter .catalog-search .search-button svg:first-of-type,
    header.with-filter .catalog-search .search-col {
        display: none;
    }

    header .catalog-search .catalog-search-row .action-btn {

        flex: 0 0 195px;
    }
}


@keyframes slideDownSearch {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes slideUpSearch {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.btn.btn-filter.showcountfilters.scrolled {
    margin-left: 0;
}

body.fixedPosition {
    position: fixed;
}

body.active {
    position: fixed;
    overflow: hidden;
}

.breadcrumb li::after {
    display: none;
}

.breadcrumb li {
    padding: 0;
}

.fa-home::before {
    content: '\f015';
}

.container-fluid .carousels-block .row:nth-child(2) {
    margin-top: 30px;
}

.container-fluid .carousels-block .main-slider .slick-slide img {
    margin: 0 auto;
	width: 100%;
}

header .catalog-search.search-mob-wrapper .search-col,
header .catalog-search.search-mob-wrapper .search-button svg:first-of-type {
    display: block;
}

header .catalog-search.search-mob-wrapper > div {
    display: flex;
}

header ul.flexdatalist-results {
    position: relative;
    top: 0 !important;
}

/*header ul.flexdatalist-results li:not(.no-results):last-child {
    padding-bottom: 100px;
}*/

header ul.flexdatalist-results.scrolled {
    top: -1px !important;
}
header ul.flexdatalist-results:not(.scrolled){
		height: calc(100vh - 134px);
		overflow-y: scroll;
    }

@media all and (max-width: 1440px) {

    header.with-filter ul.flexdatalist-results:not(.scrolled) {
        top: -50px !important;
        transform: translateY(49px);
	}
	
}

@media all and (max-width: 1200px) {

    header ul.flexdatalist-results:not(.scrolled) {
        top: -50px !important;
		transform: translateY(49px);
		
    }
}
@media all and (max-width: 992px) {

    header ul.flexdatalist-results:not(.scrolled) {
			height: auto
	}
	 header ul.flexdatalist-results.with-results:not(.scrolled) {
		    height: calc(100vh - 156px);

    }
}

body.fixed {
    position: fixed;
}

.product-layout .product-thumb .product-body__bottom {
    padding: 0 23px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	
}
.product-layout .product-thumb .product-body__bottom .price{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #00A886;
}
.product-layout .product-thumb .product-body__price{
	text-align: right;
}

.product-layout .product-thumb .in-cart{
	width: 60px;
	height: 50px;
	border: 1px solid #00A886;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	transition: all .5s ease-in-out;
}
.product-layout .product-thumb .cart-sign{
	width: 28px;
	height: 27px;
	background: url(/image/catalog/site-icons/basketbut.svg) center center no-repeat;
	background-size: contain;
	transition: all .5s ease-in-out;
}
.product-layout .product-thumb .in-cart:hover{
	background: #00A886;
}

.product-layout .product-thumb .in-cart:hover .cart-sign{
	background-image: url(/image/catalog/site-icons/basketbutwhite.svg)
}
@media (max-width: 991px) {
	
	.product-layout.small-view .product-thumb .product-body{
		display: block;
	}
	.product-layout .product-thumb .product-body__bottom{
		display: flex;
		padding: 0 11px 15px;
		  height: 59px;		
		margin-top: 5px;
	}
	.product-layout.small-view .product-thumb .caption .price-row {
		display: none;
	}
}
.main-gallery__content{
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr .5fr 1fr;
	grid-template-rows: repeat(3, 325px);
	grid-gap: 12px;
	grid-template-areas: "main-gallery__item-1 main-gallery__item-2 main-gallery__item-2 main-gallery__item-3"  
                       "main-gallery__item-1 main-gallery__item-2 main-gallery__item-2 main-gallery__item-4"  
                       "main-gallery__item-5 main-gallery__item-6 main-gallery__item-7 main-gallery__item-7"; 
}
img.img-responsive{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-gallery{
	margin: 90px 0;
}
.main-gallery__item{
	position: relative;
}
.main-gallery__item-1{
	grid-area: main-gallery__item-1
} 
.main-gallery__item-2{
	grid-area: main-gallery__item-2
}
.main-gallery__item-3{
	grid-area: main-gallery__item-3
} 
.main-gallery__item-4{
	grid-area: main-gallery__item-4
} 
.main-gallery__item-5{
	grid-area: main-gallery__item-5
}
.main-gallery__item-6{
	grid-area: main-gallery__item-6
} 
.main-gallery__item-7{
	grid-area: main-gallery__item-7
}
.green-label{
	position: absolute;
	bottom: 50px;
	left: 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	color: #FFF;
	background: rgba(0, 168, 134, 0.8);
	padding: 13px 20px 13px 45px;
}
.main-gallery__item:hover .green-label, .blog__item-content:hover .green-label, .news-gallery__item:hover .green-label,
.news_item:hover .green-label, .collection__item:hover .green-label{
	background: rgba(0, 168, 134, 1);
}

@media (max-width: 991px) {
	.container.featured-box{
		padding-right: 0;
		padding-left: 0;
		margin: 0 -10px;
		    width: 100%;
	}
	.owl-pagination {
		top: 20px;
	}
	#carouselFeatured .owl-pagination {
		top: 5px;
	}
	.main-gallery{
		margin: 25px -10px 55px;
		padding: 0 5px;
	}
	.main-gallery__content{
		margin-top: 34px;
		display: grid;
		grid-template-columns:1fr 1fr;
		grid-template-rows: repeat(4, 145px);
		grid-gap: 10px;
		grid-template-areas: "main-gallery__item-1 main-gallery__item-2"  
						   "main-gallery__item-1 main-gallery__item-3"  
						   "main-gallery__item-4 main-gallery__item-5"
						   "main-gallery__item-6 main-gallery__item-7"; 
	}
	.green-label{
		bottom: 14px;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		padding: 8px 12px 8px 16px;
		max-width: 90%;
	}
	.about-shop__title.title{
		margin-bottom: 0;
	}
	.nav-tabs {
		margin-bottom: 30px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon > a, #catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon > a:hover {
		margin: 17px 0 0;
	}
	#catalogContent .tab-content .tab-pane.active.in {
		padding-bottom: 50px;
	}
}
.about-shop, .for-professionals{
	margin: 90px 0;
}
.about-shop__wrapper{
	padding: 152px 0;
	display: flex;
	justify-content: center;
	background: url(/image/gallery/aboutcomp.jpg) center no-repeat;
	background-size: cover;
}
.for-professionals__wrapper{
	padding: 60px 0 60px 60px;
	display: flex;
	background: url(/image/gallery/sant.jpg) center no-repeat;
	background-size: cover;
}
.about-shop__content, .for-professionals__content{
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 50px 33px;
	position: relative;
	width: 50%;
	margin: 0 auto;
}
.for-professionals__content{
	max-width: 640px;
	margin: 0;
	padding: 40px 50px;
}
h2.about-shop__title.title, h2.for-professionals__title.title{
	max-width: 470px;
	padding-bottom: 20px;
	display: inline-block
}
h2.about-shop__title.title::before, h2.for-professionals__title.title::before{
	left: -50px;
	width: calc(100% + 50px);
}
.about-shop__title span{
	white-space: nowrap;
}
.about-shop__text, .for-professionals__text{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 19px;
}
ul.for-professionals__text{
	padding-left: 16px;
	
	margin:12px 0 2px 10px
}
ul.for-professionals__text, .panel-body ul, ul.trade-in__question-text {
	list-style: none;
}
ul.for-professionals__text li, .panel-body ul li, .trade-in__question-text li{
	position: relative
}
ul.for-professionals__text li::before, 
.panel-body ul:not(.technologies-tabs):not(.spray-tabs) li::before, 
.trade-in__question-text li::before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #00A886;
	left: -16px;
	top: 8px;
}
.spray-tabs{
	padding: 0;
}
.panel-body ul li::before, .trade-in__question-text li::before{
	top: 10px;
}
ul.for-professionals__text li + li{
	margin-top: 14px;
}
.for-professionals__btn{
	margin-top: 40px;
}
@media (max-width: 991px) {
	.spray{

		margin: 0;
		padding-top: 0px;
		border-top: none;
	}
	.spray-tab__bg img.img-responsive {
		width: auto;
		height: 100%;
		object-fit: contain;
		margin-left: auto;
	}
	
	.spray-tab__content .spray-tab__title{
		display: block;
		padding: 0 0 3px 20px;
		border-bottom-width: 2px;
		max-width: 155px;
		font-size: 18px;
		line-height: 21px;
	}
	.spray-tab__text {
		padding:0 0 0 20px;
		margin-right: 25px;
	}
	.spray-tab__text p{
		font-size: 14px;
		line-height: 20px;
		max-width: 155px;
	}
	.spray-tab__text .spray-tab__btn {
		margin: 20px 25px 0 0;
	}
	.spray-tabs li{
		border-color: #fff;
	}
	.featured-box .carousel-h, h2.title,  .category-page h1, .blog h1, .news h1, .product__page h1,  p.h1, .account h1,
	.container-trade-in h1, .action-block h1,.product-compare h1, .checkout-simplecheckout h1,.product-manufacturer h1, , .information-information-8 h1, .information-sitemap h1, .information-information-10 h1, .collection__wrapper h1, .information-information-14 h1, .information-information-13 h1, .product-search h1{
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}
	.technologies-tabs li {
		margin: 10px 12px;
	}
	.technologies-tabs li p {
		margin-top: 12px;
	}
	.product__page h1, p.h1 {
		margin-bottom: 30px;
	}
	.product__page h1:first-of-type, .product__page p.h1{
		margin-top: 8px;
		padding-bottom: 2px;
	}
	.about-shop, .for-professionals{
		margin: 55px -10px;
		padding: 0 5px;
	}
	.about-shop__wrapper{
		padding: 25px;
		background-image: url(/image/gallery/aboutcompmob.jpg);
	}
	.for-professionals__wrapper{
		padding: 25px;
		background-image: url(/image/gallery/santmob.jpg);
	}
	.about-shop__content, .for-professionals__content{
		padding: 20px;
		width: 100%;
	}
	h2.about-shop__title.title, h2.for-professionals__title.title{
		max-width: 100%;
		padding-bottom: 8px;
		font-size: 18px;
		line-height: 28px;
		
	}
	h2.for-professionals__title.title{
		margin-bottom: 10px;
		line-height: 21px;
		
	}
	h2.about-shop__title.title::before, h2.for-professionals__title.title::before{
		left: -20px;
		width: calc(100% - 20px);
	}
	.about-shop__text, .for-professionals__text{
		font-size: 14px;
		line-height: 24px;
		color: #1D252D;
		margin-top: 8px;
	}
	ul.for-professionals__text li + li{
		margin-top: 12px;
	}
	.for-professionals__btn{
		margin: 22px auto 0;
	}
	.for-professionals__text{
		line-height: 20px;
	}
	ul.for-professionals__text li::before{
		top: 7px;
	}
	.owl-controls .owl-page.active span {
		width: 10px;
		height: 10px;
		background: #3A3A3A;
	}
	.owl-controls .owl-page span {
		width: 8px;
		height: 8px;
		background: #C4C4C4;
	}
	ul.for-professionals__text {
		margin: -1px 0 2px 4px;
	}
	.featured-box .carousel-h, h2.title, .category-page h1, .blog h1, .news h1,  .product__page h2, p.h1, .account h1, .container-trade-in h1, .action-block h1, .product-compare h1, .checkout-simplecheckout h1,.product-manufacturer h1, .information-information-8 h1, .information-sitemap h1, .information-information-10 h1, .collection__wrapper h1, .information-information-14 h1, .information-information-13 h1, .product-search h1 {
		padding-bottom: 3px;
		margin-top: 8px;
	}
	.product-layout .product-thumb .compare-product, .product-layout .product-thumb .wishlist-product, .product-layout .product-thumb .button-tradein__wrapper {
		right: 27px;
	}
	.partnerregister__banner{
		margin: 0 -10px;
	}
}
@media (max-width: 768px) {
	.product-layout .product-thumb .compare-product, .product-layout .product-thumb .wishlist-product, .product-layout .product-thumb .button-tradein__wrapper {
		right: 7px;
	}
}
.service-gallery{
	margin: 90px 0;
}
.service-gallery__content{
	display: flex;
}
.service-gallery__item{
	flex: 0 0 25%;
	height: 511px;
}

.service-gallery__item-content{
	display: flex;
	justify-content: start;
}
.service-gallery__item-content img{
	height: 100%;
	object-fit: contain;
	margin: 0 auto 0 36px
}
.service-gallery__item div{
	position: relative;
}
.service-gallery__item div:first-child{
	border-bottom: 3px solid #00A886;
	height: 55%;
}
.service-gallery__item div:nth-child(2){
	height: 45%;
}

.service-gallery__item-text{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	max-width: 266px;
	width: 100%;
	padding: 16px 40px;
	background: #00A886;
	position: absolute;
	right:1px;
	margin:0;
}
.service-gallery__content .owl-item:nth-child(odd) .service-gallery__item-text{
	bottom: 10px;
}
.service-gallery__content .owl-item:nth-child(odd) img{
	width: 200px;
}
.service-gallery__content .owl-item:nth-child(odd) .service-gallery__item-content{
	padding-bottom: 50px
}
.service-gallery__content .owl-item:nth-child(even) .service-gallery__item-text{
	top: 6px;
}
.service-gallery__content .owl-item:nth-child(even) .service-gallery__item-content{
	padding-top: 60px
}
.service-gallery__content .owl-item:nth-child(2) img{
	width: 230px;
}
.service-gallery__content .owl-item:nth-child(4) img{
	width: 170px;
}

.owl-wrapper-outer{
	border-radius: 0;
}
@media (min-width: 992px) {
	
}
@media (max-width: 991px) {
	 .service-gallery{
		margin: 55px 0;
	}
}
@media (max-width: 500px) {
	.service-gallery__content .service-gallery__item{
		height: auto;
	}
	.service-gallery__content .service-gallery__item div{
		height: 210px;
	}
	.service-gallery__content .owl-item:nth-child(even) .service-gallery__item{
		display:flex;
		flex-direction: column-reverse;
	}
	.service-gallery__content .owl-item:nth-child(even) .service-gallery__item-content {
		border-bottom: 3px solid #00A886;
	}
	.service-gallery__content .owl-item:nth-child(odd) .service-gallery__item div:nth-child(2),
	.service-gallery__content .owl-item:nth-child(even) .service-gallery__item div:nth-child(1){
		display: none;
	}
	.service-gallery__content .owl-item:nth-child(1) img{
		width: 155px;
	}
	.service-gallery__content .owl-item:nth-child(2) img{
		width: 175px;
	}
	.service-gallery__content .owl-item:nth-child(3) img{
		width: 155px;
	}
	.service-gallery__content .owl-item:nth-child(4) img{
		width: 165px;
	}
	.service-gallery__content .owl-item:nth-child(even) .service-gallery__item-text {
		top: inherit;
		bottom: 10px;
		
	}
	.service-gallery__content  .service-gallery__item-text {
		max-width: 217px;
		padding: 14px 20px;
		right: 20px;
	}
	.service-gallery__content .owl-item:nth-child(even) .service-gallery__item-content {
		padding-top: 0;
		padding-bottom: 50px;
	}
	.service-gallery__item-content img {
		margin: 0 auto 0 20px;
	}
}
.news-gallery{
	margin: 90px 0;
}
.news-gallery__content{
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 290px);
	grid-gap: 12px;
	grid-template-areas: "news-gallery__item-1 news-gallery__item-2"  
                       "news-gallery__item-1 news-gallery__item-3"; 
}

.news-gallery__item{
	position: relative;
	display: block;
}
.news-gallery__item:first-child{
	grid-area: news-gallery__item-1
} 
.news-gallery__item:nth-child(2){
	grid-area: news-gallery__item-2
}
.news-gallery__item:nth-child(3){
	grid-area: news-gallery__item-3
} 
.news-gallery__item-label{
	max-width: 60%;
}
.news-gallery__item-label span{
	height: 100%;
	overflow: hidden;
}

@media (max-width: 1400px) {
	.news-gallery__item-label{
		max-width: 80%;
	}
	.news-gallery__item-label span{
		max-height: 97px;
		display: block;
	}
}
@media (max-width: 769px) {
	.news-gallery__item-label span{
		max-height: 90px;
	}
}


.blog-slider{
	margin: 90px 0;
}
.blog-slider__list{
	margin: 40px -6px 0;
}
.blog__item{
	height: 240px;
}
.blog__item, .collection__item, .news-gallery__item{
	position: relative;
	display: block;
}
.blog__item, .collection__item{
	margin: 0 6px;
}
.blog__item-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 20px 95px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog__item-top{
	display: flex;
	justify-content: space-between;
}
.blog__item-date{
	font-size: 14px;
	line-height: 26px;
}
.star__list{
	display: flex;
	list-style: none;
}
.star__list li{
	width: 14px;
	height: 14px;
	background:url(/image/catalog/site-icons/stargrey.svg) center no-repeat;
	background-size: contain
}
.star__list li.star-yellow{
	background-image:url(/image/catalog/site-icons/staryellow.svg);
}
.star__list li+li{
	margin-left: 6px;
}
.blog__item-category{
	font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
.blog__item-label{
	font-size: 18px;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
	padding: 13px 20px;
	max-width: 90%;
	bottom: inherit;
	top: 146px;
}
.blog__item-label span{
	max-height: 52px;
	overflow: hidden;
	display: block;
}

@media (max-width: 991px) {
	.blog-slider{
		margin: 55px -5px;
	}
	.blog-slider__list{
		margin: 40px 0 0;
	}
	.blog__item-label span{
		max-height: 40px;
	}
	.category-description{
		padding-left:0;
		padding-right:0
	}
	.news-gallery{
		margin: 55px -5px;
	}
	.news-gallery__content{
		display: block;
	}
	.news-gallery__item{
		height: 240px;
		margin: 0;
	}
	
}

.footer__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
.footer__bottom::before, .footer__bottom::after{
	display: none;
}
.footerBottom__agency{
	position: absolute;
	top: 50%;
	right: -7%;
	transform: translate(-50%,-50%)
}
#catalogContent .scroll-box{
	display: flex;
	align-items: flex-start;
}
#catalogContent .nav-tabs, .special_list_category .nav-tabs {
	flex-direction: column;
	max-width: 270px;
	width: 100%;
}
.special_list_category .nav-tabs{
	width: 270px;
}
.special_list_category .tab-content{
	width: calc(100% - 290px);
	margin-left: auto;
	position: relative;
	padding: 0 15px;
}
.special_list_category .nav-tabs, .special_list_category .tab-content{
	display: inline-block;
}

.special_list > div.tab-content * {
  min-height: 0;
  min-width: 0;
}

.special_list_category .tab-content .slick-arrow{
	border: none;
	background: #fff;
	font-size: 0;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 37px;
	padding: 10px;
	background: url(/image/catalog/site-icons/arrow-down.svg) center no-repeat;
	background-size: 20px 10px ;
}
.special_list_category .tab-content .slick-prev{
	transform: rotate(90deg) translateX(-50%);
	left: -25px;
}
.special_list_category .tab-content .slick-next{
	transform: rotate(-90deg) translateX(50%);
	right: -25px;
}

#catalogContent .nav-tabs li, .special_list_category .nav-tabs  li {
	float: none;
	padding: 13px 20px;
}
#catalogContent .nav-tabs li.active, .special_list_category .nav-tabs li.active {
	background: #00A886;
}
#catalogContent .nav-tabs li a, .special_list_category .nav-tabs li a{
	border-radius: 0;
	padding: 0;
}
#catalogContent .nav-tabs svg, .special_list_category .nav-tabs svg, 
#catalogContent .nav-tabs img{
	width: 35px;
	height: 35px;
	object-fit: contain;
	 cursor:pointer;
}
#catalogContent .nav-tabs li.active svg, #catalogContent .nav-tabs li.active img,
.special_list_category .nav-tabs li.active svg{
	filter:brightness(0) invert(1);
}
@media (max-width: 991px) {
	#catalogContent .scroll-box, .special_list_category  {
		flex-direction: column
	}
	#catalogContent .nav-tabs, .special_list_category .nav-tabs  {
		max-width: 100%;
		padding: 0;
	}
	.special_list_category .nav-tabs , .special_list_category .tab-content {
		width: 100%;
	}
	
	#catalogContent .nav-tabs span.hidden-lg, #catalogContent .nav-tab span.hidden-md {
		margin-left: 20px;
	}
	#catalogContent .nav-tabs svg, .special_list_category .nav-tabs svg {
		width: 30px;
		height: 30px;
	}
	#catalogContent .nav-tabs li , .special_list_category .nav-tabs li{
		padding: 10px 30px;
	}
	.footerBottom__agency{
		position: relative;
		top: 0;
		left: 0;
		transform: none
	}
	#catalogContent .tab-pane {
		padding: 0;
	}
}
.partnerregister-page h1{
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
	text-align: center;
	font-weight: 400;
}
.partnerregister-page p{
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #A3A3A3;
	max-width: 865px;
	margin: 45px auto 0;
}
.partnerregister__form, .tradein__form{
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
	margin-top: 35px;
}
.partnerregister__form input, .tradein__form input{
	width: 100%;
	padding: 0 30px;
	height: 52px;
	border: 1px solid #EFEFEF;
	font-size: 16px;
	line-height: 19px;
}
.partnerregister__form input.error, .tradein__form input.error{
	border: 1px solid red;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A1A8AE;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A1A8AE;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #A1A8AE;
}
.partnerregister__form input + input,  
.tradein__form input + input, 
.captcha, .captcha > * + *{
	margin-top: 24px;
}
.captcha__image{
	height: 70px;
	width: 210px;
	object-fit: contain;
	opacity: 0.9;
	border-radius: 3px;
}
.captcha__refresh{
	cursor: pointer;
	width: 17px;
	height: 17px;
	border: none;
	background: url(/image/catalog/site-icons/refresh.svg) center center no-repeat;
	background-size: contain;
}
.captcha__image-reload{
	display: flex;
	align-items: center;
	gap: 20px;
}
#form-feedback .captcha__image{
	margin: 0 100% 24px 0;
}
#form-feedback .captcha input{
    padding-top: 8px;
}

.partnerregister__btn{
	max-width: 360px;
	width: 100%;
	margin: 40px auto;
	display: block;
}
.tradein__form h2{
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
	text-align: center;
	margin-bottom: 46px;
}
@media (max-width: 991px) {
	.partnerregister-page #content.col-sm-12{
		padding: 0 10px
	}
	.partnerregister-page h1{
		font-size: 20px;
		line-height: 23px;
		text-align: left;
		margin-top: 2px;
	}
	.partnerregister-page p{
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin: 14px 0;
	}
	.partnerregister__form, .partnerregister__form input + input,
	.partnerregister__form .captcha, .partnerregister__form .captcha > * + *{
		margin-top: 20px;
	}
	.partnerregister__form input{
		font-size: 14px;
		line-height: 16px;
		height: 40px;
		padding: 0 20px;
	}
	.partnerregister__btn, .partnerregister__btn:focus{
		margin: 30px auto;
		max-width: 260px;
		outline: none;
		outline-offset: 0;
	}
	.captcha__image-reload .captcha__image{
		height: 40px;
		width: 120px;
	}
	.captcha__image-reload{
		gap: 15px;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.partnerregister-page .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	footer .logo-col > div.footerBottom__agency{
		margin-top: 15px;
		text-align: center;
		border-bottom: none;
	}
	footer .logo-col > div.footerBottom__agency img{
		height: 30px;
	}
	
}

.form-horizontal{
	margin-bottom: 20px;
}
.account-simpleregister .form-horizontal{
	margin-bottom: 0;
}
/*.form-horizontal{
	margin-bottom: 90px;
}*/
.account-edit .form-horizontal{
	margin-top: 40px;
}
.account-edit .form-horizontal input:not([type="submit"]){
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	height: 52px;
	box-shadow:none;
}
.account-edit .form-horizontal  .text-danger{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.account-edit .form-horizontal .form-group {
    margin-bottom: 25px;
}
.account-edit .form-horizontal input[type="submit"]{
	margin: 16px auto 0;
	max-width: 360px;
	width: 100%;
	display: block;
}
.category-page #column-left{
	padding: 0 40px 0 0;
	z-index:10;	
}
@media (max-width: 991px) {
	.category-page #column-left #ocfilter{
		display: none;
	}
	.category-page #column-left #ocfilter.show-filter{
		display: block;
	}
	.category-page #column-left {
		z-index:100;	
	}
	.category-page #content.col-sm-9 {
		width: 100%;
	}
	#ocfilter {
		padding-bottom: 100px;
	}
	#ocfilter.show-filter .button-box{
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		background: #fff;
		transform: translateY(47%);
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#ocfilter .button-box .ocfilter-buttons{
		display: flex;
	}
	.product-layout .product-thumb .in-cart {
		width: 40px;
		height: 36px;
	}
	.product-layout .product-thumb .cart-sign {
		width: 21px;
		height: 20px;
	}
	/*.category-bottom-row .sort-col .dropdown{
		margin-left: 10px;
	}*/
	.product-layout .product-thumb .image a{
		margin-left: 10px;
	}
	.category-bottom-row .sort-col .dropdown .btn{
		padding: 5px 12px;
		height: 32px;
	}
	.category-bottom-row .sort-col .dropdown .btn .caption,
	.category-bottom-row .sort-col .dropdown.open .dropdown-menu li a{
		font-size: 13px;
	}
	.col-md-5.col-xs-12.sort-col{
		padding: 10px;
		margin: 0 15px;
	}
	.product-layout .product-thumb .caption .h4 {
		font-size: 14px;
	}
	.special_list .tab-content .tab-pane.active.in {
		display: grid;
		margin: 0;
	}
	#catalogContent .tab-content .tab-pane.active.in, .special_list .tab-content .tab-pane.active.in {
		grid-template-columns: repeat(auto-fill, 140px);
		grid-gap: 20px 5px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item img,
	.special_list .tab-content .tab-pane.active.in .category-tab__item img{
		width: 60px;
		height: 60px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon > a, 
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon > a:hover {
		font-size: 14px;
		line-height: 16px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item-icon,
	.special_list .tab-content .tab-pane.active.in .category-tab__item-icon{
		padding: 15px;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item .category-tab__item-icon,
	.special_list .tab-content .tab-pane.active.in .category-tab__item .category-tab__item-icon
	{
		border-bottom: 3px solid #00A886;
	}
	#catalogContent .tab-content .tab-pane.active.in .category-tab__item ,
	.special_list .tab-content .tab-pane.active.in .category-tab__item
	{
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	}
	#catalogContent {
		margin-top: 30px;
	}
	.account-edit .form-horizontal input:not([type="submit"]) {
		border-radius: 0;
		font-size: 14px;
		line-height: 16px;
		height: 40px;
	}
	.account-edit .form-horizontal .form-group {
		margin-bottom: 20px;
	}
	.form-horizontal .form-group {
		margin-right: -5px;
		margin-left: -5px;
	}
	.account-edit .form-horizontal {
		margin-top: 25px;
		margin-bottom: 30px
	}
	.category-page, .action-block{
		overflow-x: hidden;
	}
}
@media (max-width: 480px) {
	#catalogContent .tab-content .tab-pane.active.in {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.links-row .links-row__left > * + * {
		margin-left: 20px;
	}
}
.blog-home{
	overflow-x: hidden;
}
.blog .blog-category{
	margin: 40px 0 ;
	padding: 0 0 7px;
	position: relative;
}
.blog .blog-category::before{
	content: '';
	position: absolute;
	width: 150%;
	height: 1px;
	right: -25%;
	bottom: 0;
	background: #CCD0D9;
	letter-spacing: 0;
	margin: 0;
}
.blog .blog-category ul{
	display: flex;
	padding: 0;
	margin: 0;
}
.blog .blog-category ul li + li{
	margin-left: 40px;
}
.blog .blog-category a{
	font-size: 16px;
	line-height: 26px;
	color: #1D252D;
	border-bottom: 1px solid transparent;
}
.blog .blog-category a:hover, .blog .blog-category li.active a{
	text-decoration: none;
	border-bottom: 1px solid #00A886;
}
.blog .blog_grid_holder{
	display: flex;
	flex-wrap: wrap;
	margin: 46px -6px;
}
.blog .blog__item{
	flex: 0 0 calc(32% - 6px);
	margin: 6px;
	height: 322px;
}
.blog .blog__item-content{
	padding: 20px 20px 115px;
}
.blog .blog__item-label {
    top: 206px;

}
.blog__item.blog__item-author{
	display: flex;
}
.blog__item-author .author-blog__photo{
	width: 140px;
	height: 140px;
}
.blog__item-author .author-blog__data{
	margin-left: 30px;
}
.blog__item-author .author-blog__name{
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}
.blog__item-author  .author-blog__position{
	font-size: 20px;
	line-height: 28px;
	color: #A3A3A3;
	margin-top: 10px;
}

.blog_post h1, .news_post h1{
	margin-bottom: 40px;
}
.blog_post .main_thumb img, .news_post .main_thumb img{
	margin-bottom: 56px;
}
.blog__wrapper{
	display: flex;
}
.blog__column + .blog__column{
	margin-left: 60px;
}
.blog__column:nth-child(1){
	flex: 1 0 270px;
}
.blog__column:nth-child(2){
	flex: 1 1 100%;
}
.blog__column:nth-child(3){
	flex: 1 0 125px;
}
.blog__column:not(:nth-child(2)).active{
	position: sticky;
	position: -webkit-sticky;
	top: 140px;
	align-self: flex-start
}

.blog__author .author-blog__photo a{
	width: 120px;
	height: 120px;
	display: block;
}
.blog__author .author-blog__data{
	margin-top: 20px;
}
.blog__author .author-blog__name{
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}
.blog__author .author-blog__position{
	font-size: 18px;
	line-height: 28px;
	color: #A3A3A3;
	margin-top: 12px;
}
.author-blog__link{
	margin-top: 12px;
}
.blog_post h2.blog__anchors-title, .blog_post h2.blog__links-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #1D252D;
	margin-top: 0;
}
.blog__wrapper .share a{
	display: inline-block;
}
.blog__wrapper .share a span{
	display: block;
	width: 22px;
	height: 22px;
	transition: all .5s ease-in-out;
}
.blog__wrapper .share a + a{
	margin-left: 13px;
}
.blog__wrapper .share a.addthis_button_facebook span{
	background: url(/image/catalog/site-icons/soc-icons/facebook-grey.svg) center no-repeat;
	background-size: contain;
}
.blog__wrapper .share a.addthis_button_twitter  span{
	background: url(/image/catalog/site-icons/soc-icons/twitter-grey.svg) center no-repeat;
	background-size: contain;
}
.blog__wrapper .share a.addthis_button_facebook:hover  span{
	background-image: url(/image/catalog/site-icons/soc-icons/facebook-green.svg);
}
.blog__wrapper .share a.addthis_button_twitter:hover  span{
	background-image: url(/image/catalog/site-icons/soc-icons/twitter-green.svg);
}
.blog__wrapper .blog__anchors ul{
    padding-left: 17px;
    list-style: none;
}
.blog__wrapper .blog__anchors  li {
    position: relative;
}
.blog__wrapper .blog__anchors  li + li{
	margin-top: 12px;
}
.blog__wrapper .blog__links{
	margin-top: 30px;
}
.blog__wrapper .blog__anchors h2, .blog__wrapper .blog__links h2{
	margin-bottom: 17px;
}
.blog__wrapper .blog__anchors  a, .blog__wrapper .blog__anchors li {
    font-size: 16px;
    line-height: 24px;
    color: #1D252D;
}
.blog__wrapper .blog__anchors li::before {
    background: #00A886;
}
.blog__wrapper .blog__anchors  li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 9px;
    left: -17px;
}
.blog__column h2.title:before{
	width: 100%;
}
.author-blog__photo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.blog_post .blog_stats{
	font-size: 16px;
	line-height: 26px;
	color: #A1A8AE;
}
.blog_post h2{
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
	margin-top: 28px;
}
.blog_post .blog-post__row{
	margin-top: 30px;
	display: flex;
}
.blog_post .blog-post__star{
	display: flex;
	align-items: center;
	align-items: center;
}
.blog_post .blog-post__print{
	margin-left: 17px;
}
.blog_post .blog-post__print a{
	display: block;
	width: 22px;
	height: 24px;
	background: url(/image/catalog/site-icons/printer.svg) center no-repeat;
	background-size: contain;
}

.blog_post .blog-post__star ul{
	padding: 0;
	margin: 0;
}
.blog_post .blog-post__star span, .blog_post .blog-post__star-input span{
	font-size: 16px;
	line-height: 26px;
	color: #A1A8AE;
	margin-left: 9px;
	
}
.blog_post .blog-post__category{
	margin-top: 24px;
}
.blog_post .blog-post__category span{
	
	padding: 6px 19px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	background: #00A886;
}
.blog_post .main_description, .news_post .main_description{
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
	margin-bottom: 30px;
}
.blog_post .tags {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #1D252D;
}
.blog_post .tags  a {
	margin-left: 16px;
	padding-left: 17px;
	position: relative;
	font-weight: 400;
	color: #1D252D;
	font-size: 16px;
}
.blog_post .tags  a::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #00A886;
	opacity: 0;
	transition: all .5s ease-in-out;	
}
.blog_post .tags  a:hover{
	text-decoration: none;
}
.blog_post .tags  a:hover::after {
	opacity: 1;
}
.blog_post .tags  a::before,  .blog-post__accordion  .accordion-post__title::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 8px;
    left: 0;
    background: #00A886;
}
.blog_post .main_description img, .news_post .main_description img{
	width: 100% !important;
	height: 100%;
	object-fit: contain;
}
.blog-post__accordion{
	margin-top: 36px;
	
}
.blog-post__accordion span{
	font-size: 24px;
	line-height: 24px;
	color: #1D252D;
	margin-bottom: 20px;
}
.blog-post__accordion  .accordion-post__section{
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
	margin: 20px 0 0 10px;
}
.blog-post__accordion  .accordion-post__title{
	font-weight: 500;
	padding-left: 17px;
	position: relative;
}
.blog-post__accordion  .accordion-post__title::after{
	content: '';
	position: absolute;
	top: 8px;
	right: 0;
	width: 11px;
	height: 11px;
	background: url(/image/catalog/site-icons/arrow-down.svg) center no-repeat;
	background-size: contain;
	transition: all .5s ease-in-out;
}
.blog-post__accordion  .accordion-post__body{
	margin-top: 14px;
	display:none;
}
.blog-post__accordion  .accordion-post__section.active .accordion-post__title::after{
	transform: rotate(180deg)
}
.news_post p{
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.news_post .top-description{
	color: #A3A3A3;
	margin: 40px 0;
}

.blog_post .blog_comment{
	margin-bottom: 40px;
}
.blog_post .add-comment__btn{
	display: block;
}
.blog_post .add-comment__btn.none{
	display: none;
}
.blog_post .add-comment__wrapper{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	padding: 40px;
	max-width: 980px;
	width: 100%;
	display: none;
}
.blog_post .add-comment__wrapper.active{
	display: block;
}
.blog_post .add-comment__wrapper h3{
	font-size: 24px;
	line-height: 28px;
	color: #1D252D;
	  margin-bottom: 40px;
}
.blog_post .add-comment__wrapper .comment__btn{
	margin: 25px auto -15px;
	display: inherit;
}
.blog_post .add-comment__btn, .blog_post .add-comment__wrapper{
	margin-bottom: 90px;
}
.blog_post .add-comment__wrapper .row:nth-child(2) .form-group  {
    margin-bottom: 30px;
}
.blog_post .add-comment__wrapper input.form-control {
    height: 44px;
	border-radius: 0;
	font-size: 16px;
}
.blog_post .add-comment__wrapper textarea {
    resize: none; /* Запрещаем изменять размер */
   } 
.blog_post .blog-post__star-input{
	margin-top: 5px;
	position: relative;
	display: inline-block;
}
.blog_post .blog-post__star-input .star-input__items{
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: row-reverse;
	overflow: hidden;
	display: inline-flex;
	width: 100%;
		height: 14px;
}
.blog_post .blog-post__star-input .star__list{
	padding: 0;
	display: inline-flex;
}
.blog_post .blog-post__star-input .star-input__item{
	margin: 0;
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
}
.blog_post .blog-post__star-input .star-input__label{
	flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
	padding: 0 4px;
	margin-left: 1px;
		opacity: 0
}
.blog_post .blog-post__star-input .star-input__label::before{
	content: url(/image/catalog/site-icons/staryellow.svg);
	width: 15px;
	height: 15px;
	top: 0;
	display: block;
	transition: all .5s ease-in-out;
	position: absolute;

}
.blog_post .blog-post__star-input .star-input__label:hover,
.blog_post .blog-post__star-input .star-input__label:hover ~ .star-input__label,
.blog_post .blog-post__star-input .star-input__label:checked ~ .star-input__label:hover{
	opacity: 1;
}
.blog_post .blog-post__star-input .star-input__item:checked,
.blog_post .blog-post__star-input .star-input__item:checked ~ .star-input__label{
	opacity: 1;
}
@media (max-width: 991px) {
	
   .blog .blog-category {
		margin: 35px 0 30px;
		padding: 0 0 5px;
	}
	.blog .blog__item {
		flex: 0 0 48%;
		height: 240px;
	}
	.blog__item-category {
		font-size: 10px;
	}
	.blog .blog__item-label {
		
		padding: 10px 20px;
		top: 166px;
	}
	.blog__item-label span{
		font-size: 16px;
		line-height: 20px;
	}
	.blog .blog__item-content {
		padding: 20px 20px 70px;
	}
	.blog_post h1, .news_post h1 {
		margin-bottom: 34px;
	}
	.blog_post .main_thumb img, .news_post .main_thumb img {
		margin-bottom: 30px;
	}
	.blog_post .blog_stats {
		font-size: 14px;
	}
	.blog_post h2,  .news_post h2{
		font-size: 20px;
		line-height: 23px;
		margin-top: 16px;
	}
	/*.blog_post .blog-post__star,  .blog_post .blog-post__star-input{
		margin-top: 25px;
	}*/
	.blog_post .blog-post__star .blog_post .blog-post__star-input{
		margin-top: 0;
	}
	.blog_post .blog-post__category {
		margin-top: 20px;
		font-size: 14px;
	}
	.blog_post .main_description, .news_post .main_description,  .news_post p{
		margin-top: 24px;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 55px;
	}
	.blog_post h2, .blog_post .add-comment__wrapper h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.blog_post h2,.news_post h2 {
		margin-top: 15px;
	}
	.blog_post .add-comment__btn, .blog_post .add-comment__wrapper{
		margin: 0 auto 90px;
	}
	.blog_post .add-comment__wrapper {
		margin: 0 auto 56px;
		padding: 20px;
	}
	.blog_post .add-comment__wrapper textarea {
		margin: 0 10px;
		width: calc(100% - 20px)
	}
	.blog_post .add-comment__wrapper input.form-control {
		height: 34px;
		font-size: 14px;
	}
	input.form-control, select.form-control, textarea.form-control{
		font-size: 14px;
	}
	.blog_post .add-comment__wrapper .row:nth-child(2) .form-group {
		margin-bottom: 15px;
	}
	.blog__column:nth-child(1){
		flex: 1 0 200px;
	}
}
@media (max-width: 769px) {
	.blog__wrapper{
		flex-direction: column;
	}
	.blog__column {
		flex: 0 0 100%;
	}
	.blog__column:not(:nth-child(2)).active {
		position: relative;
		top: 0;
	}
	.blog__column + .blog__column {
		margin-left: 0;
	}
	.blog__column:first-of-type, .blog__column:nth-of-type(2){
		margin-top: 25px;
	}
	.blog__column:last-of-type{
		order: 1;
	}
	.blog__column:first-of-type{
		order: 2;
		margin-left: 8px;
	}
	.blog__column:nth-of-type(2){
		order: 3;
	}
	.blog__author{
		display: flex;
	}
	.blog__author .author-blog__data {
		margin-top: 0;
		margin-left: 15px;
	}
	.blog__author .author-blog__photo a {
		width: 100px;
		height: 100px;
	}
	.blog__author .author-blog__name {
		font-size: 18px;
		line-height: 26px;
	}
	.blog__author .author-blog__position {
		font-size: 14px;
		margin-top:0;
	}
	.author-blog__link, .blog__links, .blog-post__print, .blog__column .tags, .blog-post__accordion{
		display: none;
	}
	.blog__column:nth-child(3), .blog__column:nth-child(1) {
		flex: 1 0 auto;
	}
	.blog_post .add-comment__btn, .blog_post .add-comment__wrapper {
		margin: 0 auto 55px;
	}
	.breadcrumb {
		overflow-x: auto;
	}
	.container-fluid .breadcrumb{
		margin: 0 -15px
	}
	.blog_post h2.blog__anchors-title, .blog_post h2.blog__links-title {
		font-size: 16px;
	}
	.blog__wrapper .blog__anchors a, .blog__wrapper .blog__anchors li {
		font-size: 14px;
	}
	.blog__wrapper .blog__anchors li + li {
		margin-top: 9px;
	}
	.blog_post .blog-post__row {
		margin-top: 15px;
	}
}
@media (max-width: 607px) {
	.blog .blog__item {
		flex: 0 0 100%;
	}
	.blog .blog__item {
		margin:  15px 0;
	}
	.blog .blog_grid_holder {
		margin: 0;
	}
	.blog .blog-category ul {
		flex-direction: column;
		position: absolute;
		left: 0;
		top: -5px;
		background: #fff;
		min-width: 130px;
		border-bottom: 1px solid #00A886;
		height: 30px;
		transition: all .5s ease-in-out;
		z-index: 5;
	}
	.blog .blog-category ul.active {
		height: auto;
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
		
	}
	.blog .blog-category ul li:first-child::after {
		content: '';
		position: absolute;
		width: 13px;
		height: 7px;
		background: url(/image/catalog/site-icons/arrow-down.svg) center no-repeat;
		background-size: contain;
		right: 5px;
		top: 12px;
		transition: all .5s ease-in-out;
	}
	.blog .blog-category ul.active li:first-child::after  {
		transform: rotate(180deg);
	}
	.blog .blog-category {
		position: relative;
		height: 30px;
	}
	.blog .blog-category ul li + li{
		margin-left: 0;
	}
	.blog .blog-category ul li{
		padding: 5px 10px;
	}

	.blog .blog-category ul li:first-child{
		cursor: pointer;
		position: relative;
		
	}
}
 .news h1{
	margin-bottom: 40px;
}
.news .news_text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #1D252D;
}
.news .news_grid_holder{ 
	margin: -5px;
}
.news .news_row{ 
	height: 600px;		
	display: flex;
	margin: 10px 5px ;
}
.news .news_item{ 
   margin: 0 5px;
   position: relative;
   width: 100%;
   height: 100%;
   display: block;
   background: grey;
}
.news_row.row__img-2 .news_item{ 
	flex: 0 0 calc(50% - 10px);
}
.news_row.row-1__img-3 >*,.news_row.row-2__img-3 >*,
.news_row.row-1__img-4 >*,.news_row.row-2__img-4 >*{
	flex: 0 0 calc(30% - 10px);
}
.news_row.row-1__img-3 .news_item:first-child,.news_row.row-2__img-3 .news_item:nth-last-child(1),
.news_row.row-1__img-4 .news_item:first-child,.news_row.row-2__img-4 .news_item:nth-last-child(1){ 
	flex: 0 0 calc(40% - 10px);
}
.news_row .news_column{
	height: calc(50% - 5px);
	margin: -10px 5px;
}
.news_item img.img-responsive {
    object-fit:cover;
}
.news_row .news_column .news_item{
	margin: 10px 0;
}
.news-press_title{
	margin-top: 40px;
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
}
.news-press_text{
	margin: 40px 0 90px;
	font-size: 16px;
	line-height: 19px;
	color: #1D252D;
}
body.active {
    position: fixed;
    overflow: hidden;
}

@media (max-width: 991px) {
	.news h1 {
		margin-bottom: 25px;
	}
	.news .news_text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.news .news_row {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.news_row .news_item {
		height: 240px;
		margin: 0;
	}
	.news_row.row__img-2 .news_item, .news_row.row-1__img-3 .news_item, .news_row.row-2__img-3 .news_item, 
	.news_row.row-1__img-4 .news_item, .news_row.row-2__img-4 .news_item, .news_row.row-1__img-3 .news_item:first-child, .news_row.row-2__img-3 .news_item:nth-last-child(1), .news_row.row-1__img-4 .news_item:first-child, .news_row.row-2__img-4 .news_item:nth-last-child(1), news_row.row-1__img-3 > *, .news_row.row-2__img-3 > *, .news_row.row-1__img-4 > *, .news_row.row-2__img-4 > *{
		flex: 0 0 100%;
	}
	.news_item + .news_item{
		margin-top: 10px;
	}
	.news_row .news_column {
		height: 100%;
		margin: 0;
	}
	.news_row .news_column .news_item {
		width: 100%;
		margin: 0;
	}
	.news_row .news_column{
		margin: 10px 0 0 ;
	}
	.news_row .news_column:first-child {
		margin: 0 0 10px;
	}
	.news_row .news_column .news_item + .news_item{
		margin: 10px 0 0;
	}
	.news_row.row-2__img-4 >.news_item{
		margin-left: 0 ;
		margin-right: 0 ;
	}
	.news-press_title {
		margin-top: 55px;
		font-size: 20px;
		line-height: 30px;
	}
	.news-press_text {
		margin: 20px 0 55px;
		font-size: 14px;
		line-height: 20px;
	}
	.pagination li a, .pagination li span, .pagination li.left-1 a span, .pagination li.right-1 a span {
		width: 42px;
		height: 42px;
		line-height: 32px;
	}
	.pagination li.left-1 a span.arrow-right, .pagination li.right-1 a span.arrow-right {
		background-size: 16px 16px;
	}
}
.news-more__content, .collection__list, .blog-more__list,  .slick-carousel, .blog_products{
	margin-bottom: 90px
} 
@media (max-width: 991px) {
	.news-more__content, .collection__list, .blog-more__list,  .slick-carousel, .blog_products{
		margin-bottom: 55px
	}
}
.container-trade-in h1{
	margin-bottom: 80px;
}
.container-trade-in #result{
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: rgb(0, 168, 134);
	margin-bottom: 90px;
}
.trade-in__banner{
	margin-bottom: 70px;
}
.trade-in__text-wrapper{
	display:flex;
}
.trade-in__text >*:not(:last-child){
	margin: 0 0 20px;
}
.trade-in__text h2{
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
}
.trade-in__text p, .trade-in__question p, .trade-in__question-text li{
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.trade-in__icon{
	flex: 0 0 295px;
	margin: 0 30px 0 65px;
}
.trade-in__text h3{
	font-size: 24px;
	line-height: 24px;
	color: #1D252D;
	margin-top: 30px;
}
.trade-in__text h3 span, .trade-in__question-text a{
	color: #00A886;
}
.trade-in__icon img.img-responsive {
	object-fit: contain;
	opacity: .2;
}
.trade-in__questions-wrapper{
	margin: 55px -5px 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trade-in__question{
	flex-basis: calc(50% - 10px);
	margin: 5px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	padding: 40px 50px;
}
.trade-in__question h2{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #1D252D;
}
.trade-in__question-text{
	margin: 15px 0 0 ;
}
ul.trade-in__question-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: -8px 0;
}
.trade-in__question-text li{
	margin: 8px 15px;
}
.container-trade-in button{
	margin: 0 auto 90px;
	display: block;
	width: 100%;
	max-width: 300px;
}
.container-trade-in button.tradein__btn{
	max-width: 360px;
	width: 100%;
	margin: 40px auto 90px;
	display: block;
}
@media (max-width: 991px) {
	.container-trade-in h1{
		margin-bottom: 30px;
	}
	.trade-in__banner{
		margin-bottom: 40px;
	}
	.trade-in__text h2{
		font-size: 20px;
		line-height: 30px;
	}
	.trade-in__text p, .trade-in__question p, .trade-in__question-text li{
		font-size: 14px;
	}
	.trade-in__text h3{
		font-size: 18px;
		margin-top: 20px;
	}
	.trade-in__icon{
		display: none;
	}
	.trade-in__questions-wrapper{
		margin: 40px 0 30px;
	}
	.trade-in__question{
		flex-basis:100%;
		margin:0;
		padding: 20px;
	}
	.trade-in__question h2{
		position: relative;
		padding-right: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.trade-in__question h2::after{
		content:'';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width:16px; 
		height: 10px;
		background: url(/image/catalog/site-icons/arrow-down-green.svg) center no-repeat;
		background-size: contain;
	}
	.trade-in__question h2.active::after{
		transform: translateY(-50%) rotate(180deg);
		
	}
	.trade-in__question + .trade-in__question{
		margin-top: 20px;
	}
	/*ul.trade-in__question-text {
		flex-wrap: nowrap;
	}*/
	.container-trade-in button {
		margin: 0 auto 55px;
	}
}
.order-info-content h2{
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #1D252D;
	margin: 30px 0 15px;
}
.order-info-wrapper .table{
	margin: 0;
} 
.order-list-aside .table > tbody > tr > td{
	border: 0;
	padding: 8px 0;
}
.order-list-aside .table > tbody > tr:first-child > td{
	padding-top: 15px;
}
.order-info-wrapper .table > tbody > tr > td{
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
}
.order-info-content .table > tbody > tr > td, .order-info-content .table > tfoot > tr > td{
	vertical-align:middle;
	padding: 30px 30px 30px 0;
	border: 0;
	border-bottom: 1px solid #CCD0D9;
}
.order-info-wrapper .table > tfoot> tr > td{
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	border: 0;
	padding: 8px 30px 8px 0;
	font-weight: 400;
}
.order-info-wrapper .table > tfoot > tr > td:last-child {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #00A886;
}
.order-info-wrapper .table > tfoot > tr .value{
	padding-left: 10px;
}
.order-list-aside .table > tbody > tr > td:first-child{
	font-weight: 500;
}

.order-list-aside .table > thead > tr > td{
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #1D252D;
	border-bottom: 1px solid #CCD0D9;
	padding: 0 0 15px
}
.order-info-content .table{
	
}
.order-info__product-model{
	font-size: 14px;
	color: #A1A8AE;
}
.order-info__product-sku{
	color: #A1A8AE;
}
.order-info__product-quantity{
	font-size: 18px;
}
.order-info__product-price{
	font-size: 24px;
	color: #00A886;
}
.order-info-wrapper .buttons a{
	margin: 20px auto 0;
	display: block;
	max-width: 300px;
	width: 100%;
}
@media all and (max-width:1200px) {
	.order-info-content h2 {
		margin: 0 0 15px;
	}
}
@media all and (max-width:991px) {
	.order-list-aside {
	   padding: 15px 15px 30px;
	}
	.order-list-aside .table > thead > tr > td {
		font-size: 18px;
		line-height: 21px;
		padding: 0 0 5px;
	}
	.order-list-aside .table > tbody > tr > td{
		padding: 6px 0;
		font-size: 14px;
	}
	.account__content:nth-of-type(2) {
		padding: 18px 15px 30px;
	}
	.order-info-content h2 {
		font-weight: normal;
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.order-info-content .table > tbody > tr > td, .order-info-content .table > tfoot > tr > td {
		padding: 20px 10px 20px 0;
	}
	.order-info__product-name{
		font-size: 13px;
	}
	.order-info__product-model{
		display: none;
	}
	.order-info__product-sku{
		font-size: 12px;
	}
	.order-info__product-price{
		font-size: 14px;
		margin-top: 5px;
	}
	.order-info__product-quantity{
		font-size: 14px;
	}
	.order-info-content .table > tfoot > tr > td {
		padding: 5px  0;
	}
	.order-info-wrapper .table > tfoot > tr > td {
		line-height: 21px;
		font-size: 15px;
	}
	.order-info-wrapper .table > tfoot > tr > td:first-child {
		text-align: left;
	}
	.order-info-wrapper .table > tfoot > tr > td:last-child{
		font-size: 15px;
		line-height: 20px;
		white-space: nowrap;
	}
	.order-info-wrapper .table > tfoot > tr > td .title{
		font-size:13px;
	}
	.order-info-wrapper {
		margin-bottom: 0;
	}
}
@media all and (min-width:992px) {
	.account__content {
		margin: 40px 0 50px;
	}
	.order-info-wrapper {
		margin: 40px 0 50px;
	}
}
@media all and (max-width:400px) {
.order-info-wrapper .table > tfoot > tr > td:first-child {
		display: none;
	}
	.order-info-wrapper .table > tfoot > tr > td .title {
    font-size: 11px;
}
}
.service-center-page h1{
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
	text-align: center;
	margin-top: 20px;
}
.service-center__wrapper{
	margin: 40px -5px 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-center__item {
    flex-basis: calc(50% - 10px);
    margin: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 40px 50px;
	font-size: 16px;
	line-height: 24px;
}
.service-center__item p a, .service-center__item div a{
	color: #1D252D;
}
.service-center__item > * + *{
	margin-top: 15px;
}
.service-center__item div{
	margin: 15px -15px 0;
}
.service-center__item div > a{
	margin: 0 15px;
	white-space: nowrap;
}
.service-center__item > a{
	font-weight: 500;
}
@media all and (max-width:991px) {
	.service-center-page h1{
		font-size: 20px;
		line-height: 23px;
		text-align: left;
	}
	.service-center__wrapper{
		margin: 20px 0 55px;
	}
	.service-center__item {
		flex-basis: 100%;
		margin: 0;
		font-size: 14px;
		padding: 20px;
	}
	.service-center__item > * + *{
		margin-top: 10px;
	}
	.service-center__item div > a{
		display: block;
	}
	.service-center__item div > a + a{
		margin-top: 5px;
	}
	.service-center__item + .service-center__item {
		margin-top: 20px;
	}
	header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu a{
		margin: 0 10px 7px;
	}
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.see-more{
	position: absolute;
	top: 6px;
	right: 15px;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #1D252D;
}
#addInOneClick, #addHansBonus{
	font-size:16px;
	line-height:24px;
}
#collapseFour .panel-body .dropdown{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#collapseFour .panel-body .dropdown .btn-special {
	margin-left:0;
}

@media all and (max-width:991px) {
	.see-more{
		font-size: 14px;
		line-height: 16px;
		top: 9px;
		right: 15px;
	}
    .scrolled.btn-filter {
        position: fixed;
        z-index: 500;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
		background: rgba(255, 255, 255, 0.9);
		border-bottom: none;
		border-left: none;
		border-right: none;
		max-height: 51px;
    }
	.form-horizontal {
		margin-bottom: 30px;
	}
	
	#reviewButton {
		margin-left:0;
	}
}
@media all and (min-width:992px) {
	a.see-more:focus, a.see-more:hover {
		text-decoration: none;
		color: #1D252D; 
		
	}
	a.see-more::after, a.see-more::after {
		content: '';
		position: absolute;
		bottom: -3px;
		right: 0;
		width: 100%;
		height: 2px;
		background: transparent;
		transition: all .5s ease-in-out;
	}
	a.see-more:focus::after, a.see-more:hover::after {
		background: #00A886;
	}
}
.checkout-simplecheckout h1{
	width: 65%;
}

.checkout-simplecheckout p.h1{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 8px;
	margin-bottom: 0;
}
.checkout-simplecheckout p.h1::before{
	display: none;
}
.checkout-simplecheckout .simplecheckout{
	margin: 40px 0 90px;
}
.checkout-simplecheckout .top-buttons, .checkout-simplecheckout .total-block.sail-block,
.simplecheckout .btn-remove-all{
	display: none;
}
.checkout-simplecheckout .col-md-9, .checkout-simplecheckout .order-information {
    width: 65%; 
}
.checkout-simplecheckout .order-information {
	margin-top: 30px;
}

.checkout-simplecheckout .order-items {
	float: left;
}
.checkout-simplecheckout .col-md-3.total-col{
	width: 30%;
}
.checkout-simplecheckout .order-items, .checkout-simplecheckout .total-col, .checkout-simplecheckout .order-information{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.checkout-simplecheckout .order-information{
	padding-bottom: 150px;
}
.checkout-simplecheckout .order-items__top{		
    display: flex;		
    justify-content: space-between;		
    align-items: flex-end;		
    margin-bottom: 10px;		
}		
.checkout-simplecheckout .order-items__top .bonus-row{		
   font-size: 16px;		
   line-height: 19px;		
    color: #1D252D;	
}		
.checkout-simplecheckout .order-items__top .bonus-number{		
    color: #00A886;		
    font-size: 20px;		
}
.checkout-simplecheckout .order-items__title, .checkout-simplecheckout .cart-row .total-block .total-title,
.checkout-simplecheckout .order-information__title{
	font-size: 24px;
	line-height: 28px;
	color: #1D252D;
	font-weight: 400;
}
.checkout-simplecheckout .order-items__title{
	margin-bottom: 10px;
	margin-top: 0;
}
.checkout-simplecheckout .cart-row .total-block .total-title{
	margin-bottom: 27px;
}
.checkout-simplecheckout .order-information__title{
	margin-bottom: 40px;
	margin-top: 0;
}
.checkout-simplecheckout .total-col{
	float: right;
}
.checkout-simplecheckout .order-items .product-cart-box {
	margin: 0;
	padding: 40px 0;
}
.checkout-simplecheckout .order-items .row{margin: 0}
.checkout-simplecheckout .order-items .product-cart-box + .product-cart-box{
	border-top: 1px solid #CCD0D9;
}
.checkout-simplecheckout .order-items .product-cart-box .img img{
	max-height: 100px;
}
.checkout-simplecheckout .order-items .product-cart-box .img{
	margin-right: 40px;
}
.checkout-simplecheckout .order-items .product-cart-box > div{
	padding: 0;
}
.checkout-simplecheckout .order-items .product-cart-box .product-name{
	justify-content: center;
	margin-right: 20px;
}
.checkout-simplecheckout .order-items .product-cart-box .product-name > a{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
	word-break: break-word;
	margin-top: 4px;
}
.checkout-simplecheckout .order-items .product-cart-box .product-name .model{
	font-size: 14px;
	line-height: 24px;
	color: #A1A8AE;
}
.checkout-simplecheckout .order-items .product-cart-box .product-name .sku{
	font-size: 16px;
	line-height: 24px;
	color: #A1A8AE;
}
.checkout-simplecheckout .order-items .product-cart-box .product-name .price{
	display: none
}
.checkout-simplecheckout .order-items .product-cart-box .quantity{
	margin-right: 60px;
}
.checkout-simplecheckout .order-items .product-cart-box .quantity .input-group{
	flex-direction: row-reverse;
	height: 44px;
	width: 120px;
}
.checkout-simplecheckout .order-items .product-cart-box .quantity .btn,
.checkout-simplecheckout .order-items .product-cart-box .quantity .form-control
{
	height: 100%;
	border-radius: 0;
}
.checkout-simplecheckout .order-items .product-cart-box .quantity svg{
	width: 14px;
	height: 14px;
}
.checkout-simplecheckout .order-items .product-cart-box .quantity path{
	fill: #1D252D;
	
}
.checkout-simplecheckout .order-items .product-cart-box .total{
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #00A886;
}
.checkout-simplecheckout .order-items .product-cart-box .remove-box{
	border: none;
}
.checkout-simplecheckout .order-items .product-cart-box .remove-box svg{
	width: 27px;
	height: 27px;
}
.checkout-simplecheckout .order-items .product-cart-box .remove-box path{
	fill:#C4C4C4;
}
.checkout-simplecheckout .order-items .product-cart-box .remove-box:hover path{
	fill:#00A886;
}
.checkout-simplecheckout .order-items >.btn{
	align-self: center;
	position: relative;
}
.checkout-simplecheckout .order-items >.btn.scroll_to_form::after{
	content:'';
	position: relative;
	width: 12px;
	height: 12px;
	background: url(/image/catalog/site-icons/arrow-down-white.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 8px;
	top: 0;
	right: 0;
}
.checkout-simplecheckout .btn-kp{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	padding: 17px 37px;
	right: 275px;
	top: 0;
}
.checkout-simplecheckout .btn-kp:hover{
	text-decoration:none;
}
.checkout-simplecheckout .btn-back{
	position: absolute;
	top: 0;
	z-index: 100;
	right: 15px;
	cursor: pointer;
	font-size: 16px;
	line-height: 19px;
	color: #1D252D;
	padding: 17px 0;
	padding: 24px 25px
}
.checkout-simplecheckout .btn-back::after{
	content: '';
	position: relative;
	width: 17px;
	height: 17px;
	background: url(/image/catalog/site-icons/exit.svg) center no-repeat;
	background-size: contain;
	margin-left: 8px;
}
.checkout-simplecheckout .cart-row .total-block{
	margin: 0;
	padding:0;
}
.checkout-simplecheckout .total-block .total-row,
.checkout-simplecheckout .total-block .total-bonus{
	display: flex;
	justify-content:space-between;
	margin-bottom:20px;
	align-items: center;
}

.checkout-simplecheckout .total-block .total-row > div:first-child,
.checkout-simplecheckout .total-block .total-bonus > div:first-child{
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #A1A8AE;
	opacity:1;
}
.checkout-simplecheckout .total-block .total-row > div:last-child,
.checkout-simplecheckout .total-block .total-bonus > div:last-child{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	white-space: nowrap;
}
.checkout-simplecheckout .total-block .total-row .total-price{
	color: #00A886;
	margin:0;
}
.checkout-simplecheckout .total-block .total-row .total-discount{
	color: #1D252D;
}
.checkout-simplecheckout .total-block .total-bottom{
	border-top: 1px solid #CCD0D9;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.checkout-simplecheckout .total-block .total-bottom .total{
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
}
.checkout-simplecheckout .total-block .total-bottom .total-price{
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	color: #00A886;
	margin:0;
}
.checkout-simplecheckout .order-information__content{
	display: flex;
}
.checkout-simplecheckout .order-information__content .simplecheckout-three-column{
	flex: 1 1 calc(50% - 15px);
}

.checkout-simplecheckout .order-information__content .simplecheckout-three-column *{
	font-size: 16px;
	line-height: 20px;
}
.checkout-simplecheckout .order-information__content .simplecheckout-three-column legend{
	font-size: 14px;
	color: #A1A8AE
}
.checkout-simplecheckout .order-information__content .simplecheckout-three-column .dropdown-menu li{
	color: #1D252D;
}
.checkout-simplecheckout .order-information__content .simplecheckout-three-column label{
	color: #A1A8AE;
}
.checkout-simplecheckout .order-information__content .simplecheckout-three-column + .simplecheckout-three-column{
	margin-left:30px;
}
.checkout-simplecheckout .order-information__content .simplecheckout-three-column input{
	border: 1px solid #EFEFEF;
	border-radius: 0;
	color: #000;
}

.checkout-simplecheckout .order-information__content .payment-wrapper button,
.checkout-simplecheckout .order-information__content .select-wrapper button,
.checkout-simplecheckout .order-information__content .payment-wrapper .dropdown-menu li, 
.checkout-simplecheckout .order-information__content .select-wrapper .dropdown-menu li {
    color: #1d252d;
}
.checkout-simplecheckout .order-information__content .simplecheckout-three-column .form-horizontal {
    margin-bottom: 0;
}
.checkout-simplecheckout .order-information__content textarea {
    resize: none; /* Запрещаем изменять размер */
	border-color: #EFEFEF;
} 
.order-information__content .payment-wrapper.open button, .order-information__content .select-wrapper.open button {
    border-radius: 0;
	border-bottom-color: #EFEFEF;
    box-shadow: none;
}
.order-information__content .dropdown-menu {
	 border-radius: 0;
	border-color: #EFEFEF;
    box-shadow: none;
}
.checkout-simplecheckout #buttons{
	width: 65%;
	position: relative;
}
.order-information__content .dropdown-address{
	padding: 17px 18px;
	border: 1px solid #EFEFEF;
	list-style: none;
}
.order-information__content .dropdown-address a{
	color: #1D252D;
}
.order-information__content .dropdown-address a:hover, 
.checkout-simplecheckout .order-information__content .select-wrapper .dropdown-menu li:hover,
.checkout-simplecheckout .order-information__content .payment-wrapper .dropdown-menu li:hover{
	text-decoration: underline;
	text-decoration-color: #00A886;
}
.order-information__content .dropdown-address li + li{
	margin-top: 10px;
}
.checkout-simplecheckout #simplecheckout_button_confirm, .checkout-simplecheckout #button-confirm{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 400px;
	width: 100%;
}

.checkout-simplecheckout .col-md-3.total-col #simplecheckout_button_confirm,
.checkout-simplecheckout .order-items .product-cart-box .product-name .options{
	display: none;
}
.checkout-simplecheckout .order-information__content .simplecheckout-error-text{
	color: red;
	font-size: 10px;
}
.checkout-simplecheckout .order-information__content input[data-valid="false"]{
	border-color: red;
}


@media all and (max-width:1400px) {
	.checkout-simplecheckout .order-items .product-cart-box > *:not(:last-child){
		margin-right: 20px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .total{
		flex: 1 0 100px;
	}.checkout-simplecheckout .total-block .total-row .total-price,
.checkout-simplecheckout .total-block .total-bottom .total-price	{
		white-space: nowrap;
	}
	.checkout-simplecheckout .total-block .total-bonus > div:last-child {
		font-size: 18px;
	}
}
@media all and (max-width:1400px) {
	.checkout-simplecheckout .btn-back {
		display: none;
	}
	.checkout-simplecheckout .btn-kp {
		right: 15px;
	}
}
@media all and (max-width:1200px) {
	
	.checkout-simplecheckout .col-md-3.total-col {
		width: 33%;
	}
	.checkout-simplecheckout .total-block .total-bottom .total-price{
		font-size: 30px;
		line-height: 35px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .remove-box {
		flex: 0 0 19px;
	}
	.checkout-simplecheckout .order-information,.checkout-simplecheckout #buttons{
		width: 100%;
	}
	.checkout-simplecheckout .order-items .product-cart-box .product-name > a {
		max-height: 75px;
		overflow: hidden;
	}
}
@media all and (max-width:992px) {
	.checkout-simplecheckout h1, .checkout-simplecheckout .order-items, .checkout-simplecheckout .col-md-3.total-col {
		width: 100%;
	}
	.checkout-simplecheckout .cart-row > * + *{
		margin-top: 20px;
	}
	.box-for-kp {
		padding: 0;
		margin-top: 20px;
		justify-content: center;
	}
	.box-for-kp .btn-kp-mobile {
		flex: 0 1 245px;
	}
	.checkout-simplecheckout .order-items, .checkout-simplecheckout .total-col, .checkout-simplecheckout .order-information {
		padding: 18px 14px 40px;
	}
	.checkout-simplecheckout .order-items__title, .checkout-simplecheckout .cart-row .total-block .total-title, .checkout-simplecheckout .order-information__title {
		font-size: 18px;
		line-height: 30px;
	}
	.checkout-simplecheckout .order-items .product-cart-box {
		padding: 20px 0;
	}
	.checkout-simplecheckout .order-items .product-cart-box .img img {
		max-height: 70px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .img {
		margin-right: 10px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .product-name > a {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 0;
		max-height: 54px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .product-name .model{
		display: none;
	}
	.checkout-simplecheckout .order-items .product-cart-box .product-name .sku{
		font-size: 12px;
		margin-bottom: 3px
	}
	.checkout-simplecheckout .order-items .product-cart-box .product-name .price{
		display: block;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		color: #00A886;
	}
	.checkout-simplecheckout .order-items .product-cart-box .quantity .input-group {
		flex-direction: column;
		height: 80px;
		width: 24px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .quantity .form-control{
		font-size: 14px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .quantity svg {
		width: 10px;
		height: 10px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .quantity .btn{
		padding: 1px;
	}
	.checkout-simplecheckout .order-items .product-cart-box .remove-box svg {
		width: 12px;
		height: 12px;
	}
	.checkout-simplecheckout .cart-row .total-block .total-title {
		margin-bottom: 14px;
	}
	.checkout-simplecheckout .total-block .total-row > div:first-child,
	.checkout-simplecheckout .total-block .total-bonus > div:first-child	{
		font-size: 14px;
	}
	.checkout-simplecheckout .total-block .total-row > div:last-child,
	.checkout-simplecheckout .total-block .total-bonus > div:last-child{
		font-size: 16px
	}
	.checkout-simplecheckout .total-block .total-bottom {
		padding-top: 20px;
	}.checkout-simplecheckout .total-block .total-bottom .total {
		font-size: 18px;
		line-height: 21px;
	}
	.checkout-simplecheckout .total-block .total-bottom .total-price {
		font-size: 20px;
		line-height: 23px;
	}
	.checkout-simplecheckout .order-information__title {
		margin-bottom: 30px;
	}
	.checkout-simplecheckout .order-information {
		padding: 18px 14px 120px;
	}
	.checkout-simplecheckout .simplecheckout {
		margin: 30px 0 55px;
	}
	.checkout-simplecheckout .order-information__content textarea {
		height:60px;
	}
	.checkout-simplecheckout #simplecheckout_button_confirm {
		bottom: 30px;
	}
	.product-layout .product-thumb .wishlist-product {
		display: none;
	}
	.product-layout .product-thumb .compare-product {
		top: 15px;
	}
	.product-layout .product-thumb .button-tradein__wrapper{
		top:60px;
	}
	.checkout-simplecheckout .order-information__content .simplecheckout-three-column *{
		font-size: 14px;
	}
	.checkout-simplecheckout .order-information__content .simplecheckout-three-column legend {
		font-size: 12px;
		line-height: 16px;
	}
}
@media all and (min-width:993px) {
	.box-for-kp .btn-kp-mobile{
		display: none;
	}
}

@media all and (max-width:768px) {
	.checkout-simplecheckout .order-information__content {
		flex-direction: column;
	}
	.checkout-simplecheckout .order-information__content .simplecheckout-three-column {
		flex: 0 0 100%;
	}
	.checkout-simplecheckout .order-information__content .simplecheckout-three-column + .simplecheckout-three-column {
		margin-left: 0px;
		margin-top: 20px;
	}
	.cart-row .product-cart-box .quantity{
		flex: 1 0 24px;
	}
	.checkout-simplecheckout .order-information {
		padding: 18px 14px 80px;
	}

	.checkout-simplecheckout #simplecheckout_button_confirm {
		max-width:260px;
	}
	.see-more{
		right: 6px;
	}
}

.product-manufacturer h1{
	margin-bottom: 40px
}
.product-manufacturer .alphabet, .product-manufacturer .alphabet a{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #1D252D;
}
.product-manufacturer .alphabet{
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.product-manufacturer .alphabet::after{
	content:'';
	position:absolute;
	bottom: 0;
	right: 0;
	width: 200%;
	height: 1px;
	background:#CCD0D9;
}
.product-manufacturer .alphabet a::after {
   content:'';
	position:absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background:transparent;
	transition: all .5s ease-in-out;
}
.product-manufacturer .alphabet a:hover {
    text-decoration: none;
}
.product-manufacturer .alphabet a:hover::after {
	background:#00A886;
}
.product-manufacturer h2{
	font-size: 30px;
	line-height: 35px;
	color: #00A886;
	margin-top: 30px;
	margin-bottom: 20px;
}
.product-manufacturer .row a{
	font-size: 16px;
	line-height: 19px;
	color: #1D252D;
}
.product-manufacturer .row a:hover{
	text-decoration-color:#00A886;
}
.product-manufacturer .alphabet__wrapper{
	width: 70%;
	margin-bottom: 90px;
}
button.mfp-close{
	font-size: 0 !important;
	background: url(/image/catalog/site-icons/closewhite.svg) center no-repeat !important;
	background-size: 36px !important;
	transition: all .5s ease-in-out;
	position: relative;
	top: 10%;
	left: 80%;
}
button.mfp-close:hover{
	background-image: url(/image/catalog/site-icons/closegreen.svg) !important;
	background-size: 36px 36px !important;
}
img.mfp-img {
    padding: 0 !important;
}
.mfp-arrow-right,  .mfp-arrow-left{
	 filter: brightness(0) invert(1);
	transition: all .1s ease-in-out;
}

.mfp-arrow-right {
    right: 14%!important;
	background: url(/image/catalog/site-icons/pagination-right.svg) center no-repeat !important;
	background-size: 48px 48px!important;
}
.mfp-arrow-left {
    left: 14%!important;
	background: url(/image/catalog/site-icons/pagination-left.svg) center no-repeat !important;
	background-size: 48px 48px!important;
}
.mfp-arrow-right:hover,  .mfp-arrow-left:hover{
	filter: none;
}
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
	border: none !important;
}
.mfp-bottom-bar {
    margin-top: -42px!important;
}
.mfp-counter {
    right: 24px !important;
}
.product-manufacturer .row .col-sm-3+ .col-sm-3{
		margin-top: 10px
	}
@media all and (max-width:992px) {
	.mfp-arrow-right {
		right: 0% !important;
		background-size: 20px 20px !important;
	}
	.mfp-arrow-left {
		left: 0% !important;
		background-size: 20px 20px !important;
	}
	button.mfp-close {
		background-size: 20px !important;
		left: 90%;
	}
	button.mfp-close:hover {
		background-size: 20px !important;
	}
	.mfp-image-holder .mfp-content {
		margin: 0 25px;
	}
	.mfp-arrow {
		width: 45px!important;
		height: 55px!important;
	}

	.product-manufacturer h2 {
		font-size: 20px;
		line-height: 23px;
		margin-top: 30px;
	}
	.product-manufacturer .row a {
		font-size: 14px;
		line-height: 16px;
	}
	
}
@media all and (max-width:768px) {
	button.mfp-close {
		top: 5%;
	}
}
.account-simpleregister h1, .account-login h1{
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 400;
}
.account-login h1{
	margin-bottom: 48px;
}

.account-login #logform .text-cite {
    opacity: 1;
    font-size: 16px;
	line-height: 19px;
	color: #A1A8AE;
	margin-bottom: 20px;
}
.account-login #logform a{
	font-size: 16px;
	line-height: 19px;
	color: #00a886;
	margin-top: 20px;
}
.account-login #logform button{
	max-width: 360px;
	margin-top: 40px;
	
}
div.simpleregister-block-content{
	display: flex;
	justify-content: space-between;
}
.account-simpleregister .form-horizontal {
	flex: 0 0 calc(50% - 10px)
}

@media all and (max-width:992px) {
	body.account-simpleregister h1, .account-login h1 {
		font-size: 20px;
		line-height: 23px;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.account-login .col-xs-12, .account-login .col-sm-12 {
		padding: 0 15px;
	}
	.account-login #logform .text-cite,.account-login #logform a{
		font-size: 14px;
	}
	.account-login #logform button{
		max-width:260px;
		margin-bottom: 55px;
	}
	.account-login #content{
		min-height: auto;
	}
	div.simpleregister-block-content {
		padding: 0 15px;
		width: 100%;
		flex-direction: column;
	}
}
.information-sitemap #content > .row{
	margin: 20px 0;
}
.information-sitemap #content > .row:nth-child(2){
	margin-top: 40px;
}
.information-sitemap #content >.row:last-child{
	margin-bottom: 90px;
}
.information-sitemap .row a, .information-sitemap .row li{
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.information-sitemap .row a:hover{
	text-decoration-color:#00A886 
}
.information-sitemap .row .col-sm-6{
	width: 100%;
}
.information-sitemap .row ul{
	padding-left: 17px;
	list-style:none;
}
.information-sitemap .row li{
	position: relative
}
.information-sitemap .row li + li, .information-sitemap .row li> ul{
	margin-top: 14px
}
.information-sitemap .row li::before{
	content:'';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 9px;
	left: -17px;	
}
.information-sitemap .row .col-sm-6 > ul>li::before{
	background: #00A886;
}
.information-sitemap .row li> ul>li::before{
	border: 1px solid #00A886;
}
.information-sitemap .row li> ul>li> ul>li::before{
	background: #00A886;
}
@media all and (max-width:992px) {
	.information-sitemap .row a, .information-sitemap .row li{
		font-size: 14px;
		line-height: 24px;
	}
	.information-sitemap #content > .row{
		margin: 15px 0;
	}
	.information-sitemap #content > .row:nth-child(2){
		margin-top: 15px;
	}
	.information-sitemap #content >.row:last-child{
		margin-bottom: 55px;
	}
	.information-sitemap .row li + li, .information-sitemap .row li> ul{
		margin-top: 10px
	}
	.information-sitemap .row >.col-sm-6 {
		padding: 0;
	}
	.mfp-gallery .mfp-image-holder .mfp-figure {
		border: 1.46365px solid #00A886;
	}
}
@media all and (max-width:768px) {
	body >.container{
		overflow: hidden
	}
}

/* пользовательское соглашение */
.information-information-10 h1{
	margin-bottom: 40px;
}
.information-information-10 #content p *{
	font-family: Roboto;
	font-weight: 400;
	line-height: 1.5
}
.information-information-10 #content p.main-title *{
	font-size: 30px;
	line-height: 35px;
}
.information-information-10 #content p.title *{
	font-size: 24px;
}
.information-information-10 #content p.sub-title *{
	font-size: 18px;
	font-weight: 500;
}
.information-information-10 #content p.marker{
	padding-left:30px;
	position:relative;
}
.information-information-10 #content p.marker::before{
	content:'';
	position:absolute;
	top: 9px;
	left: 15px;
	width: 6px;
	height: 6px;
	background: #00A886;
}

/* о магазине */
.information-information-7 h1{
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
}
.information-information-7 p
{
	line-height: 24px;
	color: #1D252D;
	margin: 20px 0;
}
.information-information-7 .col-xs-9 > .row{
	margin-right: 25px;
}
.information-information-7 .info-p.col-xs-3{
	margin-top: -20px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	padding: 30px;
	min-width: 380px
}
.information-information-7 .info-p.col-xs-3 .row{
	display: flex;
	justify-content: space-between;
	line-height: 24px;
	margin:0;
}
.information-information-7 .info-p.col-xs-3 .row::before, .information-information-7 .info-p.col-xs-3 .row::after{
	display: none;
} 
.information-information-7 .info-p.col-xs-3 .row div:first-child{
	color: #A1A8AE;
}
.information-information-7 .info-p.col-xs-3 .row div:last-child{
	color: #1D252D;
}
@media all and (max-width:1600px) {
	.information-information-7 .col-xs-9 {
		width: 65%;
	}
}
@media all and (max-width:992px) {
	/* пользовательское соглашение */
	.information-information-10 #content p*{
		font-size: 14px;
	}
	.information-information-10 #content p.main-title *{
		font-size: 20px;
		line-height: 23px;
	}
	.information-information-10 #content p.title *{
		font-size: 18px;
	}
	.information-information-10 #content p.sub-title *{
		font-size: 16px;
	}
}
.product-layout .bonus-row,  .product-layout .plus-bonus-row{
	display: flex;
	align-items: center;
	height: 20px;
}
.plus-bonus-row, .information .plus-bonus-row > span:nth-child(2){
	display: flex;
	align-items: center;
}
.information .plus-bonus-row{
	 margin: 25px 0;
}
@media screen and (max-width: 1300px) and (min-width: 1001px){
	.information .plus-bonus-row{
		flex-wrap: wrap
	}
}
 .product-layout .plus-bonus-row{
	 margin-top: 15px;
 }
.product-layout .bonus-row .bonus-number, .product-layout .bonus-row .bonus-text,
.plus-bonus-row .plus-bonus-number, .plus-bonus-row .plus-bonus-text{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #1D252D;
}
.order-info__bonus.plus-bonus-row .plus-bonus-number, .order-info__bonus.plus-bonus-row .plus-bonus-text,
.order-info-content .plus-bonus-row .plus-bonus-number, .order-info-content .plus-bonus-row .plus-bonus-text,
.checkout-simplecheckout .plus-bonus-row .plus-bonus-number, .checkout-simplecheckout .plus-bonus-row .plus-bonus-text{
	color: #F6A305;
}
.plus-bonus-row > span:first-child{
	font-weight: 500;
	margin-right: 8px;
}
.plus-bonus-row span:not(.plus-bonus-icon){
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
}
.product-layout .bonus-row .bonus-number, .plus-bonus-row .plus-bonus-number{
	margin-right: 5px;
}

.product-layout .bonus-row .bonus-icon, .flexdatalist-results .bonus-icon,
.plus-bonus-row .plus-bonus-icon, .information .plus-bonus-icon{
	width: 18px;
	height: 18px;
	margin-bottom: 1px;
	margin-right: 8px;
	display: inline-block;
}
.plus-bonus-row .plus-bonus{
	width: 12px;
	height: 12px;
	margin-bottom: 1px;
	margin-right: 8px;
}
.product-layout .bonus-row .bonus-icon, .flexdatalist-results .bonus-icon{
	background: url(/image/catalog/site-icons/bonus-hans.svg) center no-repeat;
	background-size: contain;
}
.plus-bonus-row .plus-bonus-icon{
	background: url(/image/catalog/site-icons/bonus-hans-orange.svg) center no-repeat;
	background-size: contain;
}
.plus-bonus-row .plus-bonus{
	background: url(/image/catalog/site-icons/plus-orange.svg) center no-repeat;
	background-size: contain;
}

.carousels-block .bonus__wrapper {
    position: absolute;
	top: 20px;
    right: 35px;
   
	padding-bottom: 20px
}
.carousels-block .bonus-icon {
    background: url(/image/catalog/site-icons/bonus.svg) center no-repeat;
    background-size: contain;
	color: #fff;
	font-family: Roboto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	 width: 70px;
    height: 70px;
}
.carousels-block .bonus-hover {
    position: absolute;
    bottom: 10px;
    transform: translateY(100%);
    left: 0;
    padding: 15px 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
    background: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    flex-direction: column;
    align-items: center;
    display: none;
	z-index: 100;
	width: 220px;
}
.carousels-block .bonus-hover__text{
	text-align: center;
}
.carousels-block .bonus-hover__text .bonus-number{
	color: #00A886;
	font-size: 16px;
}
.carousels-block .bonus__wrapper:hover .bonus-hover {
    display: flex;
}
.carousels-block .bonus-hover a {
    color: #00A886;
    border-bottom: 1px solid #00A886;
    padding-bottom: 2px;
    margin-top: 10px;
}
.carousels-block .bonus-icon .bonus-number{
	font-size: 18px;
	font-weight: 700;
}
.carousels-block .bonus-icon .bonus-text{
	font-size: 16px;
	font-weight: 700;
}

.checkout-simplecheckout .total-block .bonus-text{
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 19px;
	color: #A1A8AE;
}
.checkout-simplecheckout .total-block .bonus-text span{
	color: #00A886;
}
.checkout-simplecheckout .total-block  .bonus_wrapper{
	display: flex;
	margin-bottom: 36px;
}
.checkout-simplecheckout .total-block  .simplecheckout-cart-total.bonus{
	position:relative;
	width: 100%;
	}
.checkout-simplecheckout .total-block  .simplecheckout-cart-total.bonus input{
	height: 100%;
	padding-left: 50px;
	border: 1px solid #EFEFEF;
	border-right: none;
}
.checkout-simplecheckout .total-block  .simplecheckout-cart-total.bonus::before{
	content:'';
	position: absolute;
	top: 10px;
	left: 15px;
	width:26px;
	height:26px;
	background: url(/image/catalog/site-icons/bonus-hans.svg) center no-repeat;
	background-size: contain;
}
@media all and (max-width:1399px) {
	.checkout-simplecheckout .total-block .bonus_wrapper {
		flex-direction: column;
	}
	.checkout-simplecheckout .total-block  .simplecheckout-cart-total.bonus input{
		height: 44px;
		border-right: 1px solid #EFEFEF;
		margin-bottom: 20px;
	}
	.checkout-simplecheckout .total-block  .simplecheckout-cart-buttons .buttons{
		display: flex;
		justify-content: center;
	}
}
@media all and (max-width:992px) {
	.product-layout .bonus-row .bonus-number, .product-layout .bonus-row .bonus-text,
	.plus-bonus-row .plus-bonus-number, .plus-bonus-row .plus-bonus-text, .plus-bonus-row span:not(.plus-bonus-icon){
		font-size: 13px;
		line-height: 15px;
	}
	.product-layout .bonus-row .bonus-icon, .plus-bonus-row .plus-bonus-icon, .information .plus-bonus-icon{
		width: 14px;
		height: 14px;
	}
	.product-layout .bonus-row {
		height: 15px;
	}
	.product-layout .bonus-row .bonus-number{
		margin-left: 6px;
	}
	.product-layout .bonus-row .bonus-text{
		margin-left: 3px;
	}
	.carousels-block .bonus-icon {
		width: 34px;
		height: 34px;
	}
	.carousels-block .bonus__wrapper {
		top: 14px;
		right: 0px;
	}
	.carousels-block .bonus-icon .bonus-number {
		font-size: 12px;
		line-height: 12px;
	}
	.carousels-block .bonus-icon .bonus-text {
		font-size: 6px;
		line-height: 8px;
	}
	.carousels-block .bonus-hover {
		left: inherit;
		right: 0;
	}
	.checkout-simplecheckout .order-items__top {
		flex-direction: column;
		align-items: flex-start;
	}
	.checkout-simplecheckout .order-items__top .bonus-row{
		margin-top: 15px;
		font-size: 14px;
		line-height: 16px;
	}
	.checkout-simplecheckout .order-items__top .bonus-number {
		font-size: 18px;
	}
	.checkout-simplecheckout .total-block .bonus-text{
		font-size: 14px;
		line-height: 16px;
	}
	#catalogContent .tab-content .tab-pane.active.in {
		padding-left: 0;
		padding-right: 0;
	}
	#ocfilter .container:nth-child(2) .list-group-item{
		box-shadow: none;
		border-bottom: 1px solid #ddd; 
	}
	.bonus-about-order{
		margin: 0 15px;
	}
	.information .plus-bonus-row{
		 margin: 15px 0;
	}
}
.hansbonus__banner{
	margin: 80px 0 40px;
}
.hansbonus__text-wrapper{
	display: flex;
}
.hansbonus__text{
	width: 47%;
}
.hansbonus__text h2{
	font-family: Roboto;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	color: #1D252D;
	margin: 0;
}
.hansbonus__text p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
	margin: 20px 0 0;
}
.hansbonus__icons{
	display: flex;
	flex-wrap: wrap;
	width: 53%;
	margin-bottom: 30px;
}
.hansbonus__icon{
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	max-height:255px
}
.hansbonus__icon img{
	height: 100px;
	width: auto;
	object-fit: contain;
}
.hansbonus__icon-text{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	margin-top: 8px;
	max-width: 160px;
}
.hansbonus__icon:nth-child(3), .hansbonus__icon:nth-child(4){
	align-self: flex-end;
}
.hansbonus-btn {
    margin: 50px auto 90px;
    display: block;
    width: 100%;
    max-width: 300px;
	padding: 14px 30px;
}
.hansbonus__icon:nth-child(3)::after, .hansbonus__icon:first-child::after{
	content: '';
	position: absolute;
	top: 50px;
	left: 100%;
	width: 56%;
	transform: translateX(-50%);
	height: 0;
	border-bottom: 3px dashed #000;
}
.hansbonus__icon:nth-child(2)::after{
	content: '';
	position: absolute;
	top: 100%;
	right: 50%;
	width: 0;
	transform: translateY(-50%);
	height: 135px;
	border-right: 3px dashed #000;
}
@media all and (max-width:1399px) {
	.hansbonus__text{
		width: 53%;
	}
	.hansbonus__icons{
		width: 47%;
		margin-bottom: 120px;
	}
	.hansbonus__icon:nth-child(3)::after, .hansbonus__icon:first-child::after {
		width: 50%;
	}
}
@media all and (max-width:1199px) {
	.hansbonus__text{
		width: 63%;
	}
	.hansbonus__icons{
		width: 37%;
		margin-bottom: 120px;
	}
	.hansbonus__icon img {
		height: 80px;
	}
	.hansbonus__icons {
		margin-bottom: 250px;
	}
	.hansbonus__icon:nth-child(3)::after, .hansbonus__icon:first-child::after {
		width: 40%;
		top: 40px;
	}
	.hansbonus__icon:nth-child(2)::after {
		height: 70px;
	}
}
@media all and (max-width:991px) {
	.hansbonus__banner {
		margin: 30px 0 40px;
	}
	.hansbonus__text-wrapper{
		flex-direction: column;
	}
	.hansbonus__text {
		width: 100%;
	}
	.hansbonus__text h2{
		font-size: 20px;
		line-height: 30px;
	}
	.hansbonus__text p{
		font-size: 14px;
		line-height: 24px;
	}
	.hansbonus__icons{
		width: 100%;
		margin: 50px 0 0;
	}
	.hansbonus__icon:first-child {
		margin-bottom: 105px;
	}
	.hansbonus__icon img {
		height: 68px;
	}
	.hansbonus__icon-text{
		font-size: 14px;
		line-height: 16px;
		margin-top: 12px;
		max-width: 127px;
	}
	.hansbonus__icon:nth-child(3)::after, .hansbonus__icon:first-child::after {
		width: 53%;
		top: 34px;
	}
	.hansbonus__icon:nth-child(2)::after {
		transform: translateY(-110%);
	}
	.hansbonus-btn {
		margin: 40px auto 55px;
	}
}
@media all and (max-width:450px) {
	.hansbonus__icon:nth-child(3)::after, .hansbonus__icon:first-child::after {
		width: 40%;
	}
}
.button-bonus img{
	width: 26px;
	line-height: 26px;
	height: 26px;
	object-fit: contain;
	margin-right: 12px;
}
#button-bonus-mob{
	margin-top: 20px;
}
.news-home .pagination li.left-1 a span{
	background: url(/image/catalog/site-icons/pagination-left.svg) center center no-repeat;
	background-size: 15px 15px;
}
.news-home  .pagination li.right-1 a span{
	background: url(/image/catalog/site-icons/pagination-right.svg) center center no-repeat;
	background-size: 15px 15px;
}
#total_total_customer_group_discount {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
	align-items: center;
}
#total_total_customer_group_discount span b{
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #A1A8AE;
} 
#total_total_customer_group_discount .simplecheckout-cart-total-value{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #1D252D;
	text-align: right;
}
#total_total_customer_group_discount .simplecheckout-cart-total-remove{
	display: none;
}
@media all and (max-width:991px) {
	#total_total_customer_group_discount {
		margin-bottom: 20px;
	}
	#total_total_customer_group_discount span b{
		font-size: 14px;
		line-height: 16px;
	} 
	#total_total_customer_group_discount .simplecheckout-cart-total-value{
		font-size: 16px;
		line-height: 19px;
	}
}
header .base-on-flex .top-row .tel-col .dropdown.dropdown-info .dropdown-menu .btn#button_feedback {
	margin: 0 auto;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.links-row .links-row__right .bonus_text,
.bonus_text {
	color: #00A886;
	display: flex;
	align-items: center;
}
.links-row .links-row__right .bonus_text{
	margin: 0 40px 10px 20px;
}
.bonus_text .bonus_plus{
	font-size: 1.2em;
}
.order-list .dropdown-button > .row > div .bonus_text, 
.checkout-simplecheckout .order-items .product-cart-box .product-name .bonus_text {
	font-size: 16px;
	line-height: 24px;
}
.order-list .dropdown-button > .row > div .bonus_text{
	color: #1D252D;
}
.order-list .dropdown-button > .row > div .bonus_text span:first-child{
	color: #00A886;
	margin-right: 5px;
}
.bonus_icon{
	background: url(/image/catalog/site-icons/bonus-hans.svg) center no-repeat;
    background-size: contain;
    color: #fff;
    font-family: Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 18px;
    height: 18px;
}
.order-info__bonus.bonus_text .bonus_icon{
	 width: 16px;
    height: 16px;
}
.order-list .dropdown-button > .row > div .bonus_icon{
	 width: 22px;
    height: 22px;
}
.order-info-content tfoot td.flex *{
	display: inline-flex;
	align-items: center;
}
.not-found__wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	    min-height: 780px;
		padding:30px 15px
}
.not-found__wrapper> img{
	max-width: 511px;
}
.not-found__wrapper h1{
	margin: 50px 0 20px;
	font-weight: normal;
	text-align: center;
}
.not-found__wrapper p{
	font-size: 20px;
	line-height: 28px;
	max-width: 625px;
	text-align: center;
}
.not-found__wrapper .buttons{
	margin-top: 68px;
	max-width:340px;
	width: 100%;
}
.not-found__wrapper .buttons a {
	height: 60px;
	display: inline-flex;
    align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.not-found__wrapper .buttons a img{
	margin-right: 15px;
	margin-bottom: 4px;
}
.clean_order, .delivery_map{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #1D252D;
	border: none;
	border-bottom: 2px solid #00A886;
	
	background: none;
	height: auto;
	padding: 0;
}
.clean_order{
	margin-top: 20px;
} 
.delivery_map{
	margin-bottom: 20px;
}
.clean_order:hover, .delivery_map:hover{
	color: #00A886
}
#printPdf span.modal-title{
	margin-bottom: 20px;
	display: block;
}
#printPdf .btn{
	max-width: 340px;
	width: 100%;
	margin: 20px auto 0
}
#printPdf .modal-body{
	padding-bottom: 60px;
}
#map-modal{
	width: 100%;
	height: 50vh;
	border: 1.46365px solid #00A886;
}
#modalMap .close{
	position: absolute;
	top: -40px;
	right: 0;
	opacity: 1;
}
.no-discount_product{
	font-weight: 900;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	padding: 7px 60px;
	background: #F6A305;
	transform-origin: center center;
	transform: rotate(-45deg);
    position: absolute;
    bottom: 10px;
	z-index: 50;
	right: -65px;
}
.no-discount_product span{
	max-width: 75px;
	display: block;
}
.special_list{
	gap: 35px;
}

.special_list_category .tab-content .tab-pane .category-tab__item-icon{
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}
.special_list_category .tab-content .tab-pane .category-tab__item-icon div:first-child {
	width: 86px;
	height: 86px;
	border: 0.879715px solid #CCD0D9;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
}
.special_list_category .tab-content .tab-pane .category-tab__item-icon div:nth-child(2) {
	font-size: 14px;
	line-height: 16px;
	color: #1D252D;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}
.special_list_category .tab-content .tab-pane .category-tab__item-icon img {
    width: 63px;
    height: 63px;
    object-fit: contain;
    filter: brightness(0) invert(29%) sepia(22%) saturate(554%) hue-rotate(162deg) brightness(94%) contrast(90%);
}
.special_list_category .tab-content .tab-pane .category-tab__item:hover .category-tab__item-icon img,
.special_list_category .tab-content .tab-pane .category-tab__item.active_category .category-tab__item-icon img{
	filter: none;
}
.special_list_category .tab-content .tab-pane .category-tab__item:hover .category-tab__item-icon div:nth-child(2),
.special_list_category .tab-content .tab-pane .category-tab__item.active_category .category-tab__item-icon div:nth-child(2) {
	border-bottom: 2px solid #00A886
}
.special_list_category .tab-content .slick-track {
    margin-left: 0;
}
.mob_special_btn, .mob_special_close_btn{
	display: none;
}
#map{
	    position: relative;
    overflow: hidden;
}
tfoot table{
	   width: 100%;
}
.prod-container .set-block{
	margin-bottom: 20px;
}
.prod-container .set-block + .awards-block{
	border-top: 1px solid #CCD0D9;
	padding-top: 20px;
}
.prod-container .set-btn{
	background: #fff;
	border: 1px solid #00A886;
	width: 100%;
	padding: 13px 50px;
	margin-top: 10px;
	font-size: 20px;
	line-height: 23px;
	text-align: left;
	position: relative;
	cursor:pointer;
}
.prod-container .set-btn::before, .prod-container .set-btn::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.prod-container .set-btn::before{
	background: url(/image/catalog/site-icons/servise-green.svg) center no-repeat;
	background-size: contain;
	left: 20px;
	width: 22px;
	height: 22px;
}
.prod-container .set-btn::after{
	background: url(/image/catalog/site-icons/arrow-down.svg) center no-repeat;
	background-size: contain;
	right: 10px;
	width: 19px;
	height: 19px;
}
.prod-container .set-wrapper{
	display: grid;
	grid-template-columns: repeat(3, 33%);
	margin-top: 20px;
}
.prod-container .set-dropdown{
	display: none;
}
.prod-container .set-block.show .set-btn::after{
	transform: translateY(-50%) rotate(180deg);
}
.prod-container .set-item{
	padding: 13px;
}
.prod-container .set-item:hover{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}
.prod-container .set-item:hover a{
	text-decoration: none;
}
.prod-container .set-item a{
	    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.prod-container .set-item img{
	max-height: 153px;
    margin: 0 auto 5px;
    display: block;
    height: 100%;
	max-width: 110px;
    object-fit: contain;
}

.prod-container .set-bottom{
	padding-right: 40px;
	position: relative
}
.prod-container .set-bottom::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(/image/catalog/site-icons/plus-green.svg) center no-repeat;
	background-size: contain;
	right: 8px;
	width: 22px;
	height: 22px;
}
.prod-container .set-title{
	font-size: 16px;
	line-height: 24px;
	color: #1D252D;
	max-height: 72px;
	overflow: hidden;
	word-break: break-word;
}
.prod-container .set-price{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #00A886;
	margin-top: 12px;
}
@media all and (max-width:1600px) {

	.no-discount_product{
		font-size: 8.88102px;
		line-height: 11px;
		right: -70px;
	}
	.product-layout .product-thumb .compare-product {
		top: 63px;
	}
	.product-layout .product-thumb .button-tradein__wrapper {
		top: 98px;
	}
}
@media all and (max-width:1400px) {

	.no-discount_product{
		font-size: 5.88102px;
		line-height: 8px;
		bottom: 5px;
		right: -75px;
	}
	.no-discount_product span {
		max-width: 70px;
	}
}
@media all and (max-width:1200px) {
	.order-list .dropdown-button > .row > div.status span {
		padding: 5px 15px;
	}
	.order-list .dropdown-button > .row > div .bonus_text {
		font-size: 12px;
	}
	.no-discount_product{
		font-size: 6.88102px;
		line-height: 9px;
		 bottom: 10px;
		 right: -70px;
	}
	.no-discount_product span {
		max-width: 75px;
	}
	.owl-carousel .no-discount_product span {
		max-width: 70px;
	}
	.prod-container .set-item img{
	    max-height: 103px;
	}
}
@media all and (max-width:991px) {
	.not-found__wrapper{
	    min-height: 600px;
	}
	.not-found__wrapper .buttons{
		margin-top: 30px;
	}
	.order-list .dropdown-button > .row > div.bonus{
		margin: 10px 0 18px;
	}
	.order-list .dropdown-button > .row > div .bonus_text{
		justify-content:center;
	}
	.order-list .dropdown-button > .row > div .bonus_icon{
		 width: 14px;
		height: 14px;
	}
	.delivery_map{
		margin: 0 auto 20px;
		display: block;
	}
	.no-discount_product{
		font-size: 5.88102px;
		line-height: 8px;
		bottom: 5px;
		right: -75px;
	}
	.mob_special_btn{
		display: block;
		font-size: 16px;
		line-height: 19px;
		padding: 16px 25px 16px 14px;
		border: 1px solid #00A886;
		position: relative;
		cursor: pointer;
	}
	.mob_special_btn::after{
		content:'';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 14px;
		width: 12px;
		height: 6px;
		background: url(/image/catalog/site-icons/arrow-down.svg) center center no-repeat;
		background-size: contain;
	}
	.special_list_category{
		margin: 20px 0;
	}
	.special_list{
		display: none;
		background: #fff;
		padding-top: 50px;
	}
	.special_list.show{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
	}
	.mob_special_close_btn{
		display: block;
		position: absolute;
		top: 17px;
		right: 17px;
		width: 19px;
		height: 19px;
		background: url(/image/catalog/site-icons/closegreen.svg) center center no-repeat;
		background-size: contain;
	}
	.special_list_category .tab-content .tab-pane {
		margin: 0 10px;
		display: grid;
		justify-content: space-between;
	}
	.special_list_category .tab-content .tab-pane .category-tab__item {
		margin: 0;
		display: flex;
		position: relative;
		padding: 0;
		transition: all .2s ease-in-out;
		width: 100%;
	}
	.special_list_category .tab-content .tab-pane .category-tab__item-icon{
		width: 100%;
	}
	
	.special_list .tab-content .tab-pane.active.in {
		display: grid;
		margin: 0;
	}
	.prod-container .set-wrapper{
		grid-gap: 10px;
	}
	.prod-container .set-item{
		box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	}
	.prod-container .set-bottom::after {
		width: 16px;
		height: 16px;
		right: 0;
	}
	.prod-container .set-bottom {
		padding-right: 20px;
	}
}
@media all and (max-width:768px) {
	.special_list_category {
		margin: 0 0 20px 0;
	}
}
@media all and (max-width:550px) {
	.prod-container .set-item a{
		display: flex;
		
	}
	.prod-container .set-dropdown .owl-item{
		padding: 5px;
	}
	.prod-container .set-block.show {
		margin-bottom: 45px;
	}
	.prod-container .set-block + .awards-block {
		border-top: none;
		padding-top: 0;
	}
	.prod-container .set-bottom {
		display:flex;
		flex-direction: column;
		margin-left: 25px;
		justify-content: space-between;
		padding-right: 0;
	}
	.prod-container .set-title {
		font-size: 14px;
		line-height: 20px;
		max-height: 60px;
	}
	.prod-container .set-price, .prod-container .set-btn{
		font-size: 14px;
		line-height: 16px;
	}
	.prod-container .set-bottom::after {
		top: 100%;
		transform: translateY(-100%);
	}
	.prod-container .set-btn::before {
		width: 18px;
		height: 18px;
	}
	.prod-container .set-btn::after {
		width: 12px;
		height: 12px;
	}
	.spray-tab__bg img.img-responsive {
  
		object-fit: cover;
	}
	.spray-tab__text {
		max-width: 200px;
	}
	.spray-tab__btn{
		padding: 15px 0;
	}
	.spray-tab__text .spray-tab__btn::before , .tech-tab-pane .tech-tab__btn::before{
		width: 16px;
		height: 16px;
	}
	.spray-tab__bg{
		transform: translate(22%, 0);
	}
}
.total-col .plus-bonus-row .plus-bonus-text, .total-col .plus-bonus-row .plus-bonus-number{
	font-size: 22px;
}
@media (max-width: 1200px) {
	.total-col .plus-bonus-row .plus-bonus-text, .total-col .plus-bonus-row .plus-bonus-number {
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.total-col .plus-bonus-row .plus-bonus-text, .total-col .plus-bonus-row .plus-bonus-number {
		font-size: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.checkout-simplecheckout .order-items .product-cart-box .img img {
		max-height: 50px;
	}
}
.modal-message{
	position: fixed;
	background-color:rgba(11, 11, 11, .3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1100;
}
.modal-message.close{
	opacity:0;
	visibility: hidden;
}
.modal-message__body{
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.modal-message__content{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: #fff;
	color:#1D252D;
	border-radius: 3px;
	max-width: 500px;
	padding: 55px 30px;
}
.modal-title{
	text-align: center;
}
.modal-message__title{
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 24px;
}
.modal-message__text{
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.modal-message__close{
	position: absolute;
	top: 5.66%;
	right: 4%;
}
.modal-message__social{
	display: flex;
	justify-content: center;
	width: 30px;
	height: 30px;
	column-gap: 30px;
	margin-bottom: 30px;
}
.modal-message .btn{
	width: 100%;
	height: 59px;
}
@media(min-width: 500px){
	.modal-message__content{
		padding: 55px 78px;
	}
	.modal-message__title{
		font-size: 30px;
	}
}