@charset "utf-8";

body * {
    font-family: "Open Sans", Arial, sans-serif;
}

#checkOldBlur {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: white;
    filter: blur(10px);
    z-index: 998;
}

#checkOld {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 999;
}

#checkOld .wrapper {
    position: relative;
    margin: auto;
    background: white;
    max-width: 800px;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

#checkOld .wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

#checkOld .wrapper > p {
    font-size: 14px;
    margin-bottom: 30px;
}

#checkOld .wrapper .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto auto 40px;
}

#checkOld .wrapper .buttons button,
#checkOld .wrapper .buttons a {
    border: 2px solid black;
    background: black;
    color: white;
    padding: 10px 30px;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    margin: auto;
    transition: .5s;
    border-radius: 10px;
    min-width: 280px;
}

#checkOld .wrapper .buttons button:hover,
#checkOld .wrapper .buttons a:hover {
    background: white;
    color: black;
}

#checkOld .wrapper .info {
    display: flex;
    align-items: center;
    border-top: 2px dotted #888;
    padding-top: 20px;
}

#checkOld .wrapper .info .age {
    background: #f4f4f4;
    width: 90px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

#checkOld .wrapper .info .age p {
    margin: auto;
    line-height: 1;
    font-size: 25px;
    color: black;
    font-weight: bold;
}

#checkOld .wrapper .info .text {
    text-align: left;
    width: 100%;
    margin: auto auto auto 30px;
}

#checkOld .wrapper .info .text p {
    margin: auto;
    font-size: 14px;
    line-height: 1.4;
    color: #a0a0a0;
}

@media (max-width: 767px) {
    #checkOld .wrapper {
        height: 100vh;
        width: 100vw;
        overflow-x: hidden;
        overflow-y: scroll;
        border-radius: 0;
    }
    #checkOld .wrapper .buttons {
        flex-direction: column;
    }
    #checkOld .wrapper .buttons button,
    #checkOld .wrapper .buttons a {
        margin: auto auto 20px;
    }
}

#msCartAside {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 600px;
    height: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 899;
    padding: 40px;
}

#msCartAside h2.title {
    margin-bottom: 20px;
}

#msCartAside.active {
    transform: translateX(0%);
}

#msCartAside .closeCart {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: .5s;
}

#msCartAside .closeCart::before,
#msCartAside .closeCart::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 11px;
    width: 20px;
    height: 2px;
    background: black;
}

#msCartAside .closeCart::before {
    transform: rotateZ(45deg);
}

#msCartAside .closeCart::after {
    transform: rotateZ(-45deg);
}

#msCartAside .closeCart:hover {
    background: rgba(0, 0, 0, .1);
}

#cartBG {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 890;
    background: rgba(0, 0, 0, .4);
}

#cartBG.active {
    display: block;
}

#msOrderModal {
    padding: 40px;
}

@media (max-width: 767px) {
    #msCartAside {
        width: 100vw;
    }
}

.mask-b-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 1;
}
.mask-b-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
.mask-b-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.mask-b-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.mask-b-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.mask-b-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.mask-b-7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}
.mask-b-8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}
.mask-b-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1;
}
.mask-w-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    z-index: 1;
}
.mask-w-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    z-index: 1;
}
.mask-w-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    z-index: 1;
}
.mask-w-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 1;
}
.mask-w-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 1;
}
.mask-w-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}
.mask-w-7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1;
}
.mask-w-8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}
.mask-w-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 1;
}
.grecaptcha-badge,
.s-message {
    display: none !important;
}

/* scrollpane */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	left: 0 !important;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 6px;
    background: #E9E9E9;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
	display: none !important;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	position: relative;
}
.jspDrag{
	background: #787878;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* /. scrollpane */

ul {
    padding-left: 0;
    list-style: none;
}

.sorting {
    position: relative;
}

.sorting .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    background: #eee;
    padding: 10px 20px;
    border-radius: 10px;
}

.sorting .wrapper .count {
    color: black;
    font-size: 16px;
    margin: auto auto auto 0;
}
.sorting .wrapper .sort {
    display: flex;
    align-items: center;
    margin: auto 25px auto auto;
}
.sorting .wrapper .sort p {
    margin: auto 10px auto auto;
}
.sorting .wrapper .btns {
    display: flex;
    align-items: center;
    margin: auto 0 auto 25px auto;
}

.sorting .wrapper .btns p {
    cursor: pointer;
    color: #707070;
    font-size: 20px;
    margin: auto auto auto 15px;
}
.sorting .wrapper .btns p:first-child {
    margin-left: auto;
}
.sorting .wrapper .btns p.active {
    color: #314e79;
}
.sorting .dropdown-toggle {
    margin: auto;
    color: #232323;
    line-height: 1;
    background: #eee;
    border-radius: 5px;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    min-height: 34px;
    min-width: 200px;
}

.sorting .dropdown-toggle::after {
    display: inline-block;
    margin-left: 15px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 15px;
}

.sorting .dropdown-toggle:hover {
    background: #eee;
}

.sorting .dropdown-toggle:hover i {
    background: #e08434;
    color: white;
}

.sorting .dropdown-toggle i {
    color: white;
    margin-left: 5px;
    background: linear-gradient(45deg, #168f24, #58d211);
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .sorting .wrapper .count {
        margin: auto;
    }
    .sorting .wrapper .btns {
        display: none;
    }
}

@media (max-width: 476px) {
    .sorting label {
        margin-bottom: 10px;
    }
    .sorting .dropdown-toggle {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.sorting .dropdown-menu {
    padding: 0;
    min-width: initial;
    width: 100%;
    position: absolute;
}

.sorting .dropdown-menu a {
    font-size: 14px;
    margin: auto;
    color: #232323;
    line-height: 1;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    min-height: 34px;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid #eee;
}

.sorting .dropdown-menu a:last-child {
    border: none;
}

.sorting .dropdown-menu a:hover {
    background: #8e8e8e;
    color: white;
}

.sorting .dropdown-menu i {
    color: white;
    margin-left: 5px;
    background: linear-gradient(45deg, #168f24, #58d211);
    border-radius: 50px;
    padding: 3px 5px;
    font-size: 12px;
}

.sorting .dropdown-menu a:hover i {
    background: white;
    color: #168f24;
}

.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push65{
    height: 65px;
}
.push75{
    height: 75px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    line-height: 1.4;
    color: #00012a;
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: 'Ubuntu', sans-serif;
}
.content{
    line-height: 1.8;
    font-size: 15px;
}
.main-wrapper{
    min-height: 100%;
    margin-bottom: -250px;
    background: #fff;
    filter: blur(10px);
}
.footer-push{
    height: 255px;
}
.footer-wrapper{
    filter: blur(10px);
    min-height: 275px;
    background: #005196;
    position: relative;
    font-size: 13px;
    color: #f7f8fab8;
}
.footer-wrapper a{
    color: #fff;
}
.footer-wrapper .footer-logo img {
    max-width: 250px;
}
.footer-bottom{
    padding: 15px 0;
}
.footer-top-wrapper{
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-top-inner{
    padding-right: 280px;
    min-height: 150px;
}
.footer-top-last{
    max-width: 250px;
    position:absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.footer-top-wrapper{
    min-height: 220px;
}
.footer-top-wrapper .title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.footer-menu li{
    margin-bottom: 8px;
}
.footer-contacts-el{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.footer-contacts-el a{
    text-decoration: none;
}
.footer-contacts-el a:hover{
    color: #005196;
}
.footer-top-last .button{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.footer-top-last .button:hover{
    background: white;
    border-color: #ffffff;
    color: #0164a7;
}
.footer-wrapper .social-links{padding-top: 15px;}
.social-links{
    display: flex;
    align-items: center;
}
.social-links.right { justify-content: flex-end; }
.social-links a {
    margin-right: 6px;
    color: #fff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .vk_link:hover{background:#5880B7;border-color:#5880B7}
.social-links .fb_link:hover{color:#fff;background:#415897;border-color:#415897}
.social-links .tw_link:hover{background:#40A0F1;border-color:#40A0F1}
.social-links .inst_link:hover{background:#8838A4;border-color:#8838A4}
.social-links .yutb_link:hover{background:#F50000;border-color:#F50000}
.social-links .ok_link:hover{background:#EE811C;border-color:#EE811C}
.social-links .whatsapp_link:hover{background:#2bb741;border-color:#2bb741}
.social-links .tg_contact:hover{background:#33aae0;border-color:#33aae0}
.social-links .tg_channel_link:hover {background:#b2dafd;border-color:#b2dafd}

h1,
.title-h1{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    font-weight: 300;
    font-style: normal;
}
h2,
.title-h2{
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    font-weight: 300;
    font-style: normal;
}
h3,
.title-h3{
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    color: #2E2E2E;
}
h4,
.title-h4{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
h5,
.title-h5{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
h1.line,
h2.line{
    position: relative;
}
h1.line:after,
h2.line:after{
    content:"";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #0164A7;
}
.title-h2 span{
    font-size: 18px;
    line-height: 1;
    display: block;
    font-family: opel;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
}
blockquote{
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 2px solid #005196;
    text-align: left;
    font-style: italic;
}
blockquote p{
    margin-bottom: 0;
}
p{
    margin-bottom: 20px;
}
a{
    color: #005196;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a.decoration-none{
    text-decoration: none;
}
a.decoration-hover{
    text-decoration: none;
}
a.decoration-hover:hover{
    text-decoration: underline;
}
strong,
b, 
.bold{
    font-weight: bold;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.red{
    color: red;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
em, i{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
img.left{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;    
}
img.right{
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;    
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #8A8A8A;
}
.gray-bg{
    background: #F7F8FA;
}
.strike{
    text-decoration: line-through;
}

.content ul {
	margin-bottom: 20px;
}

.content ul>li {
	margin-bottom: 10px;
	position: relative;
}

.content ul>li {
	padding-left: 15px;
}

.content ul > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 11px;
    left: 2px;
    background: #005196;
    border-radius: 5px;
}

.content ul ul {
	padding-top: 10px;
	padding-left: 10px;
}

.content ul ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.content ul ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: 2px;
	background: #005196;
	border-radius: 5px;
}

.content ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 20px;
	padding: 15px 0 5px 0;
}

.content ol li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.content ol li:before {
	content: counter(num) ".";
    counter-increment: num 1;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    color: #005196;
    text-align: right;
    font-weight: bold;
}

.content table{
    width: 100%;
    border-collapse: collapse;
}
.content table tr:nth-child(odd) {
    background: #F5F5F5;
}
.content table td, 
.content table th {
    padding: 14px 20px;
    font-size: 14px;
    vertical-align: middle;
    color: #5F5F5F;
}
.content table th{
    color: #000;
    font-weight: bold;
}
.content table .separate td{
    background: #E2E6E7;
    color: #333333;
    font-weight: bold;
}
@media (max-width: 767px){
    .content table td, 
    .content table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}


/* slick carousel */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: transparent;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
    border: 2px solid #414141;
}
.slick-dots li.slick-active{
    border-color: #414141;
    background: #414141;
}
.slick-prev:after, 
.slick-next:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -3px;
    border-left: 2px solid #212121;
    border-bottom: 2px solid #212121;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.slick-prev:after{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-next:after{
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(225deg);
    margin-left: -7px;
}
.slick-prev:hover, .slick-next:hover{
    background: #fff;
    opacity: 0.9;
}
/* /. slick carousel */

.modal{
    position: relative;
    display: none;
    width: 500px;
    height: auto;
    max-width: 100%;
    background: #fff;
    padding: 60px 30px 50px;
}
.modal.fs {
    min-width: 100vw;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
}
.modal.big{
    width: 900px;
}
.modal .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #005196;
    line-height: 1.1;
}
.modal p{
    margin-bottom: 0;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
.static{
    position: static;
}
.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.visible{
    opacity:1;
}
.button,
.btn{
    display: inline-block;
    color: #005196;
    background: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    padding: 14px 30px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #005196;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 200ms ease-out 0s;
    text-decoration: none !important;
}
.button:hover,
.btn:hover{
    background: #005196;
    color: #fff;
    border-color: #005196;
}
.button.block,
.btn.block{
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.button.invert,
.btn.invert{
    background: #005196;
    color: #fff;
    border-color: #005196;
}
.button.invert:hover,
.btn.invert:hover{
    color: #005196;
    background: #fff;
    border-color: #005196;
}
.button.mid,
.btn.mid{
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.button.mini,
.button.min,
.btn.min,
.btn.mini{
    font-size: 11px;
    padding: 8px 10px;
}
.button .material-icons,
.btn .material-icons{
    vertical-align: middle;
    margin-top: -1px !important;
    font-size: 20px;
}
.button.disabled, 
.button.disabled:hover,
.btn.disabled, 
.btn.disabled:hover{
    background: #dadada;
    border-color: #dadada;
    color: #1c1c1b;
    cursor: default;
}
.header{
    background-color: rgb(255 255 255);
    background-color: #ffffff;
    box-shadow: 0 0 10px 0px #00000038;
    position: relative;
    z-index: 840;
}
.header-top{
    background: #005196;
    padding: 12px 0;
    font-size: 14px;
}
.header-top .manager_tg {
    color: white;
    margin: auto auto auto 0;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
@media(max-width: 991px) {
    .header-top .manager_tg {
        margin: auto;
    }
}
@media(max-width: 480px) {
    .header-top .manager_tg {
        font-size: 13px;
    }
}
.header-bottom{
    padding: 5px 0px 0;
    position: relative;
    min-height: 85px;
}
.header-bottom .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    margin-bottom: 20px;
    height: 100px;
    display: flex;
    align-items: center;
}
.logo img {
    max-width: 280px;
}
.header-tel .header-tel-1,
.header-tel .header-tel-2{
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin-bottom: 4px;
}
.header-tel svg{
    width: 20px;
    color: #0164A7;
    top: 2px;
    left: 0;
    position: absolute;
}
.header-tel-1 + .header-tel-2 svg{
    display: none;
}
.header-tel a{
    text-decoration: none;
    color: #262121;
    letter-spacing: 0.6px;
    font-weight: 500;
}
.header-tel a:hover{
    color: #0164A7;
}
.header-tel .callback-link-wrap{
    padding-left: 28px;
}
.header-tel .callback-link{
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px dashed;
    margin-bottom: 0;
}
.header-tel .callback-link:hover{
    border-color: transparent;
}

@media(max-width:767px){
    .header-tel-1,
    .header-tel-2,
    .schedule,
    .header-address{
        display: inline-block;
    }
    
}
.callback-link{
    margin-bottom: 10px;
}
.customcheck{
    position: relative;
    margin-bottom: 20px;
}
.customcheck input[type=checkbox]{
    position: fixed;  
    top: -100000px;
}
.customcheck input[type=checkbox] + label{
    position: relative;
    padding-left: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #7A7A7A;
}
.customcheck input[type=checkbox] + label:before{
    background: url(../images/customcheck.png) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0px;
}
.customcheck input[type=checkbox]:checked + label:before{
  background-position: 0 -14px;
}
input[type=checkbox].error + label {
    color: #FF0000;
}
hr{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #fff;
}
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none !important;
}
.modal .title + p{
    font-size: 14px;
    margin: -10px 0 30px;
}
.top-bar{
    width: 100%;
    z-index: 300;
    background-color: #68555500;
}
.top-bar.fix-true.fixed + .top-bar-push-md{
    height: 50px;
}
@media(min-width:1170px){
    /*.base-template .header{
        margin-bottom: 70px;
    }*/
    .top-bar:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 50%;
        box-shadow: -1px 1px 5px 0px #00000038;
        background: #ffffff;
        width: 0;
    }
    .top-bar.fix-true.fixed:before{
        width: 100%;
        left: 0;
        right: 0;
    }
}


/* HEADER CART */
.header-cart{
    position: absolute;
    right: 0;
    top: 3px;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #000;
}
.header-cart svg{
    width: 36px;
    height: 36px;
    position: relative;
    bottom: -4px;
    left: -3px;
    color: #0164a7;
}
.header-cart span{
    top: 5px;
    right: 10px;
    background: #0164A7;
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
}
.header-profile{
    position: absolute;
    right: 0;
    top: 3px;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #000;
}
.header-profile svg{
    width: 36px;
    height: 36px;
    position: relative;
    bottom: -4px;
    left: -63px;
    color: #0164a7;
}
.header-profile span {
    top: 5px;
    right: 10px;
    background: #0164A7;
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
}
#msMiniCart {
    cursor: pointer;
}
#msMiniCart > div{
    height: 40px;
}
@media (min-width: 992px){
    .header-cart {
        width: 45px;
    }
    .header-cart span {
        right: 0;
    }
    .header-profile {
        width: 45px;
    }
    .header-profile span {
        right: 0;
    }
    .top-bar .button{
        right: 50px;
    }
}
/* /. HEADER CART */

/* HEADER FAVORITES */
.header-favorites{
    position: absolute;
    right: 65px;
    top: 3px;
    color: #0164A7;
}
.header-favorites svg{
    width: 32px;
    height: 32px;
    position: relative;
    bottom: -7px;
}
.header-favorites.active svg path{
    fill: #222222;
}
.header-favorites.active:hover svg path{
    fill: #E54E72;
    opacity: 1;
}
.header-favorites .favorites_count{
    top: 5px;
    right: -10px;
    background: #0164A7;
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
}
/* /. HEADER FAVORITES */


.top-menu{
    display: none;
}
.top-menu > ul {
    display: flex;
    align-items: center;
    margin: auto;
}
.mobile-menu{
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
    text-align: left;
}
.mobile-menu > ul > li{
    position: relative;
    z-index: 300;
    background: #fff;
}
.mobile-menu > ul{
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.mobile-menu > ul > li > a{
    background: #005196;
    display: block;
    color: #ffffff;
    padding: 12px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    border-top: 1px solid #ffffff78;
}
.mobile-menu > ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}
.mobile-menu > ul > li > a:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}
.mobile-menu > ul > li.active > a:after{
    opacity: 0.1;
}
.mobile-menu > ul > li > ul{
    background: #005196;
    padding: 23px 15px 13px 15px;
    display: none;
    position: relative;
}
.mobile-menu > ul > li > ul:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
}
.mobile-menu > ul > li > ul > li{
    margin-bottom: 15px;
    position: relative;
}
.mobile-menu > ul > li > ul a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 5px 0 5px 12px;
    position: relative;
}
.mobile-menu > ul > li > ul > li.active > a span,
.mobile-menu ul ul ul li.active > a span{
    text-decoration: underline;
}
.mobile-menu > ul > li > ul a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    background: white;
}
.mobile-menu ul ul ul a:before{
    top: 14px;
}
.mobile-menu > ul > li > ul a span{
    position: relative;
    z-index: 5;
}
.mobile-menu .dropdown-button {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.mobile-menu .dropdown-button:after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 13px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.mobile-menu .dropdown-button.active:after{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 19px;
}
.mobile-menu ul ul .dropdown-button{
    height: 25px;
    right: -15px;
}
.mobile-menu ul ul .dropdown-button:after{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: white;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 0 !important;
    font-size: 18px;
    right: 21px;
    -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mobile-menu ul ul .dropdown-button.active:after{
    content: "—";
    font-size: 10px;
    top: 4px !important;
    right: 22px;
}
.mobile-menu .dropdown-button + ul {
    display: none;
}
.mobile-menu ul ul ul{
    padding-top: 10px;
}
a{
    color:#0164a7;
}
.news a{
    color:#fff;
}
.mobile-menu ul ul ul a {
    padding: 10px 0 10px 30px;
}
.mobile-menu ul ul ul a:before{
    left: 17px;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu ul ul ul ul{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header .slogan{
    font-size: 15px;
    padding-top: 5px;
    display: inline-block;
}
.schedule,
.header-address{
    padding: 10px 0 10px 28px;
    position: relative;
}
.schedule svg{
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    color: #0164A7;
}
.header-address svg{
    position: absolute;
    left: 1px;
    top: 8px;
    width: 17px;
    color: #0164A7;
}

.top-bar-container .inner .logo {
    display: none;
}

/* mob-menu-btn begin */
.mob-menu-btn{
    position: absolute;
    right: 15px;
    top: 21px;
    height: 14px;
    width: 40px;
    cursor: pointer;
}
.icon-menu-burger {
    height: 2px;
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -14px;
    -webkit-transition: transform 0.1s ease 0s;
    -moz-transition: transform 0.1s ease 0s;
    -o-transition: transform 0.1s ease 0s;
    -ms-transition: transform 0.1s ease 0s;
    transition: transform 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.1s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.1s linear 0.1s;
    -moz-transition: transform 0.1s linear 0.1s;
    -o-transition: transform 0.1s linear 0.1s;
    -ms-transition: transform 0.1s linear 0.1s;
    transition: transform 0.1s linear 0.1s;
    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.icon-menu-burger:before {
    top: -6px;
    -webkit-transition: top 0.1s linear 0.2s;
    -moz-transition: top 0.1s linear 0.2s;
    -o-transition: top 0.1s linear 0.2s;
    -ms-transition: top 0.1s linear 0.2s;
    transition: top 0.1s linear 0.2s;
}
.icon-menu-burger:after {
    bottom: -6px;
    -webkit-transition: bottom 0.1s linear 0.2s;
    -moz-transition: bottom 0.1s linear 0.2s;
    -o-transition: bottom 0.1s linear 0.2s;
    -ms-transition: bottom 0.1s linear 0.2s;
    transition: bottom 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.1s linear 0.2s;
    -moz-transition: transform 0.1s linear 0.2s;
    -o-transition: transform 0.1s linear 0.2s;
    -ms-transition: transform 0.1s linear 0.2s;
    transition: transform 0.1s linear 0.2s;
    -webkit-transition: -webkit-transform 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mob-menu-btn.active .icon-menu-burger:before {
    -webkit-transition: top 0.1s linear;
    -moz-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    -ms-transition: top 0.1s linear;
    transition: top 0.1s linear;
    top: 0;
}
.mob-menu-btn.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.1s linear;
    -moz-transition: bottom 0.1s linear;
    -o-transition: bottom 0.1s linear;
    -ms-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;
    bottom: 0;
}
/* /. mob-menu-btn */


/* custom chrome scroll */
/* body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 1px;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 10px;
    height: 0px;
}
body::-webkit-scrollbar-thumb {
    background-color: #0164A7;
}
body::-webkit-scrollbar-track {
    background-color: #212121;
} */
/* /. custom chrome scroll */


/* preloader */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
#preloader table{
    width: 100%;
    height: 100%;
}
#preloader table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.load8 .loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,72,127, 0.2);
  border-right: 1.1em solid rgba(0,72,127, 0.2);
  border-bottom: 1.1em solid rgba(0,72,127, 0.2);
  border-left: 1.1em solid #414141;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* /. preloader */

/* UP BTN */
#up{
    position: fixed;
    overflow: hidden;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    width: 44px;
    height: 44px;
    line-height: 42px;
    color: #fff;
    background: #005196;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
}
#up.active{
    transform: translate3d(0, 0, 0);
}
#up:hover{
    background-color: #0164A7;
    color: #fff;
}
#up svg{
    height: 20px;
    position: relative;
}
@media(max-width:767px){
    #up{
        bottom: 15px;
    }
}
/* /. UP BTN */

.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* SERVICES */
.services-elements{
    text-align: center;
}
.services-section .element{
    height: 240px;
    text-align: center;
    margin-bottom: 20px;
    background: #32363E;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.services-section .element .element-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.services-section .element:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(top, rgba(50,54,62,0.30), rgba(0,0,0,0.40));
    background-image: -webkit-linear-gradient(top, rgba(50,54,62,0.30), rgba(0,0,0,0.40));
    background-image: -o-linear-gradient(top, rgba(50,54,62,0.30), rgba(0,0,0,0.40));
    background-image: -ms-linear-gradient(top, rgba(50,54,62,0.30), rgba(0,0,0,0.40));
    z-index: 2;
}
.services-section .element .element-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.services-section .element .element-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 40px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-section .element .element-title{
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 3;
}
.services-section .element .element-content:before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services-section .element .element-content:after{
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.services-section .element:hover .element-content:before {
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.services-section .element:hover .element-content:after{
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* END SERVICES */

/* MAP */
.index-template .map-wrapper{
    height: 500px;
}
.map-section{
    overflow: hidden;
    background: #fff;
}
.contacts-template .map-wrapper{
    height: 360px;
}
.contacts .element.relative .fa{
    position: absolute;
    top: 3px;
    left: 0;
}
.contacts .element.relative .fa + span{
    display: inline-block;
    margin-left: 20px;
}
.contacts > hr:last-of-type{
    display: none;
}
/* /. MAP */



/* REVIEWS */
.reviews{
    margin: 0 -10px;
}
.rev-header .title{
    font-weight: 700;
    text-transform: none;
}
.reviews > .rev-item,
.rev-grid-sizer{ 
    width: 100%;
}
.reviews > .rev-item .inner{
    padding: 30px;
    margin: 10px;
    border: 1px solid #D5D5D5;
}
.rev-answer{
    margin-top: 30px;
}
.ticket-comment{
    margin: 0 !important;
}
.comment-reply{
    padding: 10px 0;
}
.reviews > .rev-item .rev-item .inner{
    padding: 20px 0 0 0;
    border: none;
    margin: 0;
    font-style: italic;
}
.reviews .rev-date{
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    background: #eaeaea;
    color: #797979;
    position: absolute;
    right: 0;
    top: 0;
}
.reviews > .rev-item .rev-item .rev-date{
    display: none !important;
}
.reviews > .rev-item .rev-item .inner .title{
    text-transform: none;
    margin-bottom: 0;
    color: #414141;
    font-size: 14px;
}
.reviews > .rev-item .rev-item .rev-text{
    margin-top: -10px;
}
.reviews > .rev-item .rev-item .comment-reply{
    display: none;
}

.comment-form-wrapper{
    position: relative;
    padding-bottom: 50px;
}
.ie .comment-form-wrapper{
    background-attachment: scroll;
}
.comment-form-wrapper .inner{
    position: relative;
    z-index: 10;
    width: 575px;
    max-width: 100%;
    margin: 0;
}
#comment-editor {
    width: 100% !important;
    display: block;
}
#ticketForm .form-actions, 
#comment-form .form-actions {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-form-wrapper .form-control{
    border: 1px solid #ccc;
    background: #fff;
}
.comment-form-wrapper textarea.form-control{
    height: 180px;
}
.comment-form-wrapper .form-control.error{
    border-color: #FF3324;
}
.comment-form-wrapper .form-control.error::-moz-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error:-ms-input-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error::-webkit-input-placeholder{
    color: #EA1527;
}
/* /. REVIEWS */



/* pagination */
.pagination{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
    height: 60px;
}
.pagination li{
    display: inline-block;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span{
    position: relative;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857;
    color: rgb(98, 98, 98);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, 
.pagination .active > a:hover{
    background-color: #0164A7;
    color: #fff;
    border-color: #0164A7;
    cursor: default;
}
/* /. pagination */

/*  BRANDS */
.brands-section{
    padding: 0;
}
.brands-carousel{
    height: 250px;
    overflow: hidden;
}
.logotype {
    padding: 0 10px;
    margin: 0px 0 15px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}
.logotype .inner{
    height: 250px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /. BRANDS */

/* AGREEMENT */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #7c7f8c;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement label {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
}
.agreement input+label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0px;
}
.agreement input:checked+label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error+label {
    color: red;
}
/* /. AGREEMENT */

/* ASIDE MENU */
.aside-menu{
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #232323;
    padding: 12px 44px 12px 12px;
    font-size: 14px;
    background: #fff;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: 1px solid #e6e6e6;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #414141 !important;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 46px;
    width: 44px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -1px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 20px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after{
    top: 20px;
}

.aside-menu  ul ul a{
    padding: 12px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul > li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 15px;
    background: #D5D5D5;
}
.aside-menu  ul ul ul a{
    padding: 8px 36px 8px 30px;
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 18px 42px 15px 20px;
    background: #005196;
    position: relative;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.aside-menu-title:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.active .aside-menu-title:after {
    transform: rotate(225deg);
    margin-top: -1px;
}

@media only screen and (max-width: 991px) {
    .aside-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 900;
        margin: auto;
    }
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
        position: absolute;
        top: auto;
        bottom: 100%;
        background: white;
        overflow-x: hidden;
        overflow-y: scroll;
        height: 85vh;
        width: 100%;
        z-index: 505;
        margin: auto;
    }
    .aside{
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #fff !important;
        background-color: #005196 !important;
        border-color: #005196 !important;
    }
    .aside-menu > ul > li.active > .dropdown-button:after{
        border-color: #fff;
    }
    .aside-menu > ul > li:hover > a{
        background: #F6F6F6;
    }
}
/* /. ASIDE MENU */


.contacts-template .contacts-block > hr:last-of-type{
    display: none;
}
.contacts-block .element svg{
    width: 20px;
    color: #0164A7;
    position: relative;
    bottom: -2px;
    margin-right: 3px;
}
.contacts-block .address-element svg{
    width: 16px;
    margin-right: 7px;
}
.contacts-block .email-element svg{
    margin-right: 7px;
    bottom: -4px;
}
.aside-gallery img{
    width: 100%;
    margin-bottom: 10px;
}
.article-img img{
    width: 100%;
}

/*   MEDIA QUERIS */
.header-info{
    color: #fff;
}

@media(max-width: 767px){
    .header-info {
        color: #414141;
    }
    
}
@media(min-width: 768px) {
    .logo {
        margin-bottom: 0;
    }
    .header-info{
        position: fixed;
        left: 100px;
        z-index: 899;
        top: 6px;
        padding: 0;
        bottom: auto;
    }
    .schedule,
    .header-address{
        padding: 0 0 5px 22px;
        font-size: 13px;
        color: rgb(38, 33, 33);
    }
    .schedule svg{
        top: 2px;
        width: 14px;
    }
    .header-address svg{
        top: 2px;
        width: 11px;
    }
}

@media (min-width: 992px){
    .top-bar .button{
        font-size: 13px;
        top: 2px;
        height: 37px;
        padding: 8px 16px 0;
    }
    .logo{
        margin: 0;
    }
    .top-bar-container{
        width: 100%;
        margin: 0 auto;
    }
    .mobile-menu{
        display: none !important;
    }
    .top-menu{
        display: block !important;
        position: static;
        transform: translate3d(0 ,0, 10px);
    }
    .top-menu > ul > li > a{
        text-decoration: none;
        color: #262121;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        padding: 0 17px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    .top-menu > ul > li:before {
        border-bottom: 1px solid #414141;
        bottom: 10px;
        content: '';
        left: 17px;
        right: 17px;
        ms-transform: scale(0);
        position: absolute;
        transform: scale(0);
        transition: all .45s ease-in-out;
        webkit-transform: scale(0);
        webkit-transition: all .45s ease-in-out;
    }
    .top-menu > ul > li.active:before,
    .top-menu > ul > li:hover:before{
        ms-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1);
    }
    .top-menu > ul > li > a.catalog-link{
        background: #005196;
        color: #fff;
        padding-left: 50px;
        margin-right: 5px;
        padding-right: 35px !important;
        width: 280px;
    }
    .top-menu > ul > li:hover > a.catalog-link{
        webkit-filter: brightness(110%);
        filter: brightness(110%);
        color: #fff;
    }
    .top-menu > ul > li.down > a.catalog-link:after{
        border-color: #fff !important;
    }
    .top-menu > ul > li.down:hover > a.catalog-link:after{
        border-color: #fff !important;
    }
    .index-template .top-menu a.catalog-link:after{
        display: none;
    }
    .top-menu a.catalog-link:before{
        content:"";
        position: absolute;
        width: 15px;
        height: 1px;
        left: 20px;
        top: 50%;
        background: #fff;
    }
    .top-menu a.catalog-link span{
        position: static;
    }
    .top-menu a.catalog-link span:before{
        content:"";
        position: absolute;
        width: 15px;
        height: 1px;
        left: 20px;
        top: calc(50% - 4px);
        background: #fff;
    }
    .top-menu a.catalog-link span:after{
        content:"";
        position: absolute;
        width: 15px;
        height: 1px;
        left: 20px;
        top: calc(50% + 4px);
        background: #fff;
    }
    .top-menu > ul > li{
        float: left;
        position: relative;
        z-index: 10;
        margin-right: 5px;
    }
    .top-menu > ul > li:last-child{
        margin-right: 0;
    }
    .top-menu > ul > li.down a{
        padding-right: 30px;
    }
    .top-menu > ul > li.down > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        right: 17px;
        top: 50%;
        margin-top: -4px;
    }
    .top-menu > ul > li > ul {
        position: absolute;
        width: 280px;
        top: 50px;
        left: 0;
        text-align: left;
        z-index: 300;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
        padding: 15px;
        background: #fff;
        box-shadow: 0 0 25px rgba(0,0,0,0.1);
    }
    .top-menu > ul > li > ul:before{
        content:"";
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        height: 20px;
    }
    .top-menu > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul{
        display: block;
        visibility: visible;
        opacity: 1;
        top: 50px;
        height: 440px;
        min-height: 440px;
        padding: 0 15px;
        transition: none;
    }
    .index-catalog-menu-more-btn{
        position: absolute !important;
        bottom: 0;
        left: 15px;
        right: 15px;
        z-index: 100;
        display: block !important;
        font-weight: 500;
        padding: 10px 5px;
        font-size: 13px;
        cursor: pointer;
    }
    .index-catalog-menu-more-btn > span{
        float: right;
        font-size: 18px;
        position: relative;
        top: -4px;
    }
    .index-catalog-menu-more-btn:hover{
        color: #0164A7;
    }
    .top-menu > ul ul li{
        position: relative;
    }
    .top-menu ul ul li > a{
        position: relative;
    }
    .top-menu ul ul li.down > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        right: 5px;
        transform: rotate(45deg);
        margin-top: -2px;
        border-top: 1px solid #32363e;
        border-right: 1px solid #32363e;
    }
    .top-menu > ul ul li > a {
        background: #ffffff;
        padding: 12px 15px 12px 5px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #32363e;
        text-decoration: none;
        position: relative;
        font-weight: 500;
    }
    .top-menu a span{
        position: relative;
        left: 0;
        z-index: 10;
        display: block;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul > li > a{
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        height: 49px;
        overflow: hidden;
        padding: 11px 15px 13px 5px;
    }
    .top-menu > ul > li a.catalog-link + ul > li > .menu-icon + a{
        padding-left: 30px;
    }
    .top-menu > ul > li a.catalog-link + ul > li > .menu-icon{
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 0;
        z-index: 2;
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: contain;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul > li{
        display: none;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(1),
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(2),
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(3),
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(4),
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(5),
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(6),
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(7),
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(8){
        display: block;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul.open{
        height: auto;
        padding-bottom: 50px;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul.open > li{
        display: block;
    }
    .top-menu ul ul span{
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .top-menu > ul ul li:hover > a span{
        left: 10px;
    }
    .top-menu > ul ul li.active > a{
        color: #0164A7;
    }
    .top-menu ul ul ul {
        position: absolute;
        top: 20px;
        left: 265px;
        width: 265px;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out 0s;
        padding: 15px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        z-index: 100;
        background: #fff;
    }
    .top-menu ul ul ul:after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        width: 15px;
    }
    .top-menu ul ul li:hover > ul {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .header-info{
        position: absolute;
        right: inherit;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 360px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .schedule, 
    .header-address {
        padding: 0 0 0 30px;
        color: #262121;
        font-size: 16px;
    }
    .header-address{
        margin-bottom: 15px;
    }
    .header-address svg{
        width: 19px;
        color: #0164A7;
        top: -1px;
    }
    .schedule svg {
        width: 22px;
        color: #0164A7;
        top: -1px;
    }
    .contacts-wrapper{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .contacts{
        padding-top: 45px;
        width: 330px;
    }
    .top-bar.fix-true.fixed{
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: -1px 1px 5px 0px #00000038 ;
        background: #ffffff;
    }
    .index-template .top-bar.fix-true.fixed{
        position: relative;
        box-shadow: none;
    }
    .index-template .top-bar.fix-true.fixed + .top-bar-push-md, .hidden-md{
        display: none !important;
    }
    
}

@media(max-width: 1169px){
    .top-menu > ul > li > a{
        padding: 0 8px;
        font-size: 12px;
    }
}

@media (min-width: 1300px) {
    .header-info{
        left: 450px;
    }
    .contacts-template .contacts-block{
        padding-right: 60px;
    }
    .hidden-lg{
        display: none !important;
    }
}
.fotorama__thumb-border{
    border-color: #0164A7 !important;
}

/* PRODUCT COUNT */
.product-count-element .element-counter input{
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    margin: 0px;
    background: #fff;
    border-top: 1px solid #0164a7;
    border-bottom: 1px solid #0164a7;
    border-image: initial;
    border-left: none;
    border-right: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
    font-size: 18px;
}
.product-count-element .element-counter button{
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    margin: 0;
    border: 1px solid #0164a7;
    font-size: 20px;
    font-family: arial;
    line-height: 34px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.product-count-element .element-counter button.btn-minus{
    line-height: 28px;
}
.product-count-element .element-counter button:hover{
    background: #0164a7;
    color: #fff;
}
.cart-body .old_price {
    color: #979797 !important;
}
/* /. PRODUCT COUNT */

.product-price{
    font-size: 36px;
    color: #414141;
}

/* tabs */
.box{
    position: fixed;
    top: -999999999px;
    left: -999999999px;
    opacity: 0;
    width: 1270px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.box.visible{
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
}
ul.tabs {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}

ul.tabs li{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #333333;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
    position: relative;
    padding: 10px 35px;
}
ul.tabs li.current,
ul.tabs li.current:hover{
    border-color: #d5d5d5;
    background: #fff;
    color: #333333;
}
ul.tabs li:hover{
    background: #F6F6F6;
    border-color: #F6F6F6;        
}
ul.tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
.mobile-tab-header{
    display: none;
}
.viewed-goods-wrapper,
.base-template .special-goods-wrapper{
    background: #F7F8FA;
}
.special-goods-wrapper ul.tabs{
    border-bottom: none;
}
.special-goods-wrapper ul.tabs li.current::after{
    display: none;
}
.special-goods-wrapper ul.tabs li{
    color: #2e2e2e;
    border: 1px solid #E7E7E7;
    border-left: none;
}
.special-goods-wrapper ul.tabs li:first-child {
    border-left: 1px solid #E7E7E7;
}
.special-goods-wrapper ul.tabs li.current, 
.special-goods-wrapper ul.tabs li.current:hover {
    background: #005196;
    border-color:#005196;
    color: #ffffff;
}
@media only screen and (max-width: 767px){
    .mobile-tab-header{
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #005196;
        width: 100%;
        position: relative;
        display: block;
        font-weight: 500;
    }
    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }
    .mobile-tab-header:after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    ul.tabs li {
        padding: 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }
    ul.tabs li.current{
        display: none;
    } 
    .mobile-tab-header.active + ul.tabs{
        display: block;
        margin: 0 -1px 0;
        width: auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .special-goods-wrapper ul.tabs li{
        border: none;
        border-bottom: 1px solid #eee;
    }
}
@media only screen and (min-width: 768px){
    .tabs.mobile{
        display: block !important;
    }
}
/* /. tabs */

/*cart */
#msOrder {
    margin-top: 20px !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-row-price{
    color: #414141;
}
.old_price + .cart-row-price{
    color: #CF2929;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete span{
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-body .element-delete span:after{
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #FF0000;
    margin-left: -1px;
    transition: all ease-out 300ms;
}
.cart-body .element-delete span:before{
    height: 1px;
    top: 50%;
    left: 5px;
    right: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #FF0000;
    margin-top: -1px;
    transition: all ease-out 300ms;
}
.cart-body .element-delete span:hover:after,
.cart-body .element-delete span:hover:before{
    transform: rotate(180deg);
}
.cart-body .subelement2{
    display: flex;
    align-items: center;
}
.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    min-height: 100px;
    display: flex;
    align-items: center;
}
.cart-body .element .element-price{
    justify-content: center;
}
.cart-body .element .element-img-wrapper{
    padding: 2px;
    border: 1px solid #EBEBEB;
    margin-right: 15px;
}
.cart-body .element .element-img{
    width: 100px;
    height: 76px;
    -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 1;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}

@media only screen and (max-width: 767px) {
    .cart-body .element .element-img-wrapper{
        position:static;
        margin-bottom: 20px;
        display: inline-block;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
    .cart-body .subelement2 .text, .cart-body .element .element-price, .cart-body .element .element-counter{
        display: block;
    }
    .cart-body .title-h4{
        font-size: 14px;
    }
}
/* /. cart*/
.order-trash-next{
    display: flex;
    align-items: center;
}
.trash-btn{
    height: 47px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 10px;
}
.trash-btn svg{
    width: 20px;
}
.order-next-btn{
    height: 47px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.order-next-btn svg{
    width: 21px;
    height: 24px;
    margin-left: 6px;
}
.order-wrapper{
    background: #fff;
    padding: 10px 0;
}
.order-wrapper .material-icons {
    vertical-align: middle;
    margin-top: -3px;
}
.order-wrapper h5{
    color: #414141;
    padding-left: 5px;
}
.order-wrapper #msOrder .error {
    border-color: #FF1A00 !important
}
.order-wrapper .agreement i{
    margin-top: 0;
    top: 3px;
}
.order-buttons{
    display: flex;
    align-items: center;
}
.prev-btn{
    height: 47px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 0;
}
.prev-btn svg{
    width: 21px;
    height: 24px;
    margin-right: 6px;
}
.button.ms2_link{
    height: 47px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 0;
}
.element-counter .form-control{
    display: inline-block;
    height: 30px;
    width: 40px;
    padding: 0 2px;
    text-align: center;
    color: #000;
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
}
.element-counter button,
.element-counter .btn{
    width: 30px;
    display: inline-block !important;
    padding: 0;
    vertical-align: top;
    border: none;
    background: transparent;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-family: arial;
}
.element-counter button:hover,
.element-counter .btn:hover{
    color: #FF2330;
}
.element-counter button[disabled]:hover,
.element-counter .btn[disabled]:hover{
    color: #1F1F1F;
}

.isa_success {
    border: 1px solid #414141;
    background-color: #fcf9f9;
    margin: 0 0 10px;
    padding: 15px;
}
.order-number{
    color: #414141;
}
.jgrowlHide #jGrowl{
    display: none !important;
}

.product-carousel-wrapper{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    margin-top: -80px;
}
.products-carousel > div{
    display: none;
}
.products-carousel > div:first-of-type,
.products-carousel.slick-slider > div{
    display: block;
}

.products-carousel .slick-track{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-carousel .slick-slide {
    height: inherit;
}
.products-carousel .slick-slide > div,
.products-carousel .slick-slide > div > div,
.products-carousel .element{
    height: 100%;
}

/* Catalog header */
.catalog-header{
    margin-bottom: 30px;
}
.mse2_sort_wrap{
    width: 340px;
    max-width: 100%;
    position: relative;
    padding-top: 12px;
}
.mse2_sort_header{
    font-size: 13px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}
.mse2_sort_header > b{
    font-weight: bold;
    margin-right: 10px;
}
.mse2_sort_header_title{
    cursor: pointer;
}
.mse2_sort_header_title .element_arrow{
    width: 11px;
    height: 6px;
    position: relative;
    margin-left: 5px;
    top: -1px;
}
.mse2_sort_header_title .element_arrow svg{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
}
.mse2_sort_header_title.hover .element_arrow svg{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -1px;
}
.mse2_sort_wrap #mse2_sort{
    display: none;
    width: 220px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.mse2_sort_wrap #mse2_sort:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}
.mse2_sort_wrap #mse2_sort a{
    display: block;
    padding: 8px 20px 8px 10px;
    font-size: 13px;
    color: #000;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
.mse2_sort_wrap #mse2_sort a:first-of-type{
    border-top: none;
}
.mse2_sort_wrap #mse2_sort a:hover{
    background: rgba(0,0,0,0.08);
    border-top-color: #fff;
}
.mse2_sort_wrap #mse2_sort a:hover + a{
    border-top-color: #fff;
}
.mse2_sort_wrap #mse2_sort a.active{
    color: #414141;
    cursor: pointer;
}
.mse2_sort_wrap #mse2_sort a:after{
    content: "↑";
    position: absolute;
    right: 10px;
    top: 6px;
    opacity: 0;
    font-size: 16px;
}
.mse2_sort_wrap #mse2_sort a.active:after{
    opacity: 1;
}
.mse2_sort_wrap #mse2_sort a.active[data-dir="desc"]:after{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
}


@media(max-width: 767px){
    .mse2_sort_wrap{
        width: 300px;
    }
    .mse2_sort_header{
        font-size: 11px;
    }
}


.view-catalog-btns > span{
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
    color: #414141;
    cursor: pointer;
}
.view-catalog-btns > span:hover{
    background: #F1F5F5;
}
.view-catalog-btns > span.active{
    background: #f1f5f5;
    color: #0164A7;
}
/* /. Catalog header */


@media(min-width: 768px){
    .catalog > .row.viewlist > div[class^="col-"]{
        width: 100%;
    }
    .catalog > .row.viewlist .element{
        padding-left: 240px;
        min-height: 200px;
    }
    .catalog > .row.viewlist .element .img-wrapper{
        width: 260px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .catalog > .row.viewlist .element .element-content{
        padding: 20px;
    }
    .catalog > .row.viewlist .element .price{
        font-size: 22px;
    }
    .catalog > .row.viewlist .element .old-price{
        font-size: 16px;
    }
}

/* .catalog > .row > div{
    margin-bottom: 20px;
} */

.catalog > .row.products-carousel{
    display: block;
}
.new-carousel .product-tag-popular,
.new-carousel .product-tag-sale{
    display: none;
}
.popular-carousel .product-tag-new,
.popular-carousel .product-tag-sale{
    display: none;
}
.sale-carousel .product-tag-new,
.sale-carousel .product-tag-popular{
    display: none;
}
.catalog .element{
    position: relative;
    background: #fff;
    margin: 0 auto;
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 10px;
    overflow: hidden;
}
.catalog .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.catalog .element form {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.catalog .element .img-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    height: 100%;
}
.catalog .element .element-content {
    padding: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: auto 0 0;
}
.catalog .element .element-content .info {
    padding: 0 20px 20px;
}
.catalog .element .element-content .btns {
    display: flex;
    align-items: stretch;
}
.catalog .element .element-content .btns .counters,
.catalog .element .element-content .btns .buy {
    width: 50%;
    margin: 0;
}

.catalog .element .element-content .btns .buy button{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    background: #0164a7;
    border: none;
    margin: 0;
    padding: 10px 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    line-height: 1;
}
.catalog .element .element-content .btns .buy button i {
    margin-right: 5px;
}
.catalog .element .element-content .btns .counters .element-counter {
    display: flex;
    align-items: stretch;
    margin: 0;
    height: 100%;
}
.catalog .element .element-content .btns .counters .element-counter button,
.catalog .element .element-content .btns .counters .element-counter input {
    width: 100%;
    height: auto;
    margin: 0;
}
.catalog .element .element-content .btns .counters .element-counter input {
    border-radius: 0;
    border: none;
}
.catalog .element .element-article{
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    color: #a6a6a6;
    font-weight: 500;
    margin-bottom: 10px;
}
.catalog .title-h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    color: #F9D118;
    margin-bottom: 0;
}
.catalog .element .img-wrapper img {
    width: 100%;
    height: auto !important;
}
.catalog .element .one-click br {
    display: none;
}
@media (max-width: 767px) {
    #msCart .catalog .element .img-wrapper img {
        width: 40%;
    }
    /* .catalog .element form {
        padding: 5px;
    } */
    .catalog .element .one-click br {
        display: block;
    }
    .catalog .element .one-click a {
        font-size: 14px;
    }
    .catalog .element .element-content .info {
        padding: 0 10px 10px;
    }
    .catalog .element .element-content .btns {
        flex-direction: column
    }
    .catalog .element .element-content .btns .counters,
    .catalog .element .element-content .btns .buy {
        width: 100%;
    }
}
.catalog .element .old-price{
    height: 14px;
    line-height: 14px;
    text-decoration: line-through;
    font-size: 13px;
    color: #808080;
    font-weight: 500;
}
.catalog .element .price{
    font-weight: 700;
    font-size: 17px;
    color: #0164A7;
    margin: auto auto auto 0;
}
.catalog .element .price p {
    color: #7f7f7f;
    font-size: 13px;
    margin: auto;
}
.catalog .element .old-price + .price{
    color: #CF2929;
}
.catalog .element .button{
    position: relative;
    z-index: 40;
}
.catalog .element .to-cart svg{
    width: 20px;
    height: 20px;
    position: relative;
}
.catalog .element .to-cart:hover{
    border-color: #0164A7;
    color: #0164A7;
}

.catalog .element a[href="#application"]{
    position: relative;
    z-index: 20;
    margin-bottom: 0;
}
.catalog .element .title {
    font-weight: bold;
    height: 40px;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: auto;
    margin-bottom: 15px;
    color: black;
    text-decoration: none;
}
.catalog .element .text{
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}


.catalog .element .msfavorites{
    position: relative;
    z-index: 30;
    text-decoration: none;
    width: 36px;
    height: 36px;
    color: #0164A7;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #EEEEEE;
    line-height: 36px;
    padding-top: 5px;
}
.catalog .element .msfavorites svg{
    width: 20px;
    height: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element .msfavorites:hover{
    border-color: #0164A7;
    color: #0164A7;
}
.catalog .element .msfavorites.voted svg{
    color: #0164A7;
    cursor: pointer;
}
.catalog .element .msfavorites .msfavorites-active{
    display: none;
}
.catalog .element .msfavorites.voted .msfavorites-active{
    display: inline-block;
}
.catalog .element .msfavorites.voted .msfavorites-noneactive{
    display: none;
}

.products-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px
}

@media(max-width: 991px) {
    .products-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media(max-width: 767px) {
    .products-wrapper {
        gap: 10px
    }
}

@media(max-width: 576px) {
    .products-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
    .products-wrapper .product {
        padding: 0 !important;
        margin: 0 !important;
    }
}

#msCartAside .catalog {
    height: 60vh;
    margin-bottom: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (max-height: 1000px) {
    #msCartAside .catalog {
        height: 55vh;
    }
}

@media (max-height: 880px) {
    #msCartAside .catalog {
        height: 50vh;
    }
}

@media (max-height: 750px) {
    #msCartAside .catalog {
        height: 45vh;
    }
}

@media (max-height: 720px) {
    #msCartAside .catalog {
        height: 40vh;
    }
}

#msCartAside .catalog .element {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: auto;
}

#msCartAside .catalog .element .remove {
    position: absolute;
    top: 0;
    right: 0;
    background: #e6e6e6;
    border: none;
    color: #2a62a2;
    font-size: 16px;
    transition: .5s;
    z-index: 999;
}

#msCartAside .catalog .element .remove:hover {
    color: red;
    background: #eee;
}

#msCartAside .catalog .element:hover {
    box-shadow: none;
}

#msCartAside .catalog .element .title-h6 {
    min-height: initial;
    height: auto;
    margin-bottom: 15px;
}

#msCartAside .catalog .element .img-wrapper {
    padding: 0;
}

#msCartAside .catalog .element .element-content {
    padding: 15px;
}

#msCartAside .catalog .element .cost p {
    font-size: 12px;
}

#msCartAside .element-counter > .input-group {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: auto;
    flex-wrap: initial;
}

#msCartAside .totalContainer {
    background: #F4F4F4;
    padding: 20px;
}

#msCartAside .totalContainer .total {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #c8c7c7;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#msCartAside .totalContainer .total .name {
    font-size: 16px;
    font-weight: bold;
    margin: auto auto auto 0;
}

#msCartAside .totalContainer .total .value {
    font-size: 16px;
    margin: auto 0 auto auto;
}

#msCartAside .totalContainer .buttons {
    text-align: right;
    margin-top: 25px;
}

#msCartAside .totalContainer .buttons a {
    margin: auto;
}

@media (max-width: 576px) {
    #msCartAside .catalog .element {
        display: block;
    }
}

.product-tags{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    color: #fff;
    text-align: left;
}
.product-tags div{
    margin: 0 0 5px;
    padding: 6px 10px 5px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 82px;
}
.product-tags .product-tag-new{
    background: #86b52d;
}
.product-tags .product-tag-popular{
    background: #ff960c;
}
.product-tags .product-tag-sale{
    background: #f04237;
}
.index-template .products-carousel{
    margin-bottom: 30px;
}
.products-carousel .slick-prev, 
.products-carousel .slick-next,
.shop-categories-carousel .slick-prev,
.shop-categories-carousel .slick-next{
    display: block;
    width: 40px;
    height: 50px;
    border: 1px solid #E7E7E7;
    color: #2E2E2E;
    background: #fff;
    position: absolute;
    z-index: 50;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.products-carousel .slick-prev{
    top: -80px;
    margin: 0;
    right: 58px;
}
.products-carousel .slick-next{
    top: -80px;
    margin: 0;
    right: 10px;
}
.shop-categories-carousel .slick-prev{
    top: -80px;
    margin: 0;
    right: 58px;
    border: none;
}
.shop-categories-carousel .slick-next{
    top: -80px;
    margin: 0;
    right: 10px;
    border: none;
}
.products-carousel .slick-prev:hover, 
.products-carousel .slick-next:hover,
.shop-categories-carousel .slick-prev:hover,
.shop-categories-carousel .slick-next:hover{
    background: #F6F6F6;
}
.product-gallery{
    border: 1px solid #D5D5D5;
}
.product-gallery #msGallery img{
    width: 100%;
}
.product-article{
    font-weight: 500;
}
.product-article span{
    color: #414141;
}
.product-info .product-old-price{
    color: #808080;
    margin-right: 20px;
}
.product-info .product-old-price + .product-price{
    color: #CF2929;
}
.product-info{
    padding-left: 20px;
}
.application-link{
    text-decoration: none;
    border-bottom: 1px dashed;
    position: relative;
    z-index: 20;
}
.application-link:hover{
    border-bottom: transparent;
}
@media (max-width: 767px){
    .product-carousel-wrapper{
        margin-top: 0;
    }
    .products-carousel .slick-prev{
        right: auto;
        left: 10px;
    }
    .products-carousel .slick-next{
        right: auto;
        left: 58px;
    }
    .product-info{
        padding-left: 0;
    }
}

@media(min-width: 767px) {
    .products-wrapper.list {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
    .list .product {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    .list .product form {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row;
    }
    
    .list .product .img-wrapper {
        padding: 0;
        width: 8%;
    }
    
    .list .product .img-wrapper img {
        max-height: 68px;
        width: auto;
        margin: auto;
    }
    
    .list .product form .element-content {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        width: 92%;
    }
    
    /* .list .product form .element-content .btns .counters {
        width: 40%;
    }
    .list .product form .element-content .btns .buy {
        width: 60%;
    } */
    
    .list .product form .element-content .info {
        margin: 0 0 auto 0;
        padding: 10px 10px 10px 15px;
        width: 100%;
    }
    
    .list .product form .element-content .info .title {
        height: auto;
        margin-bottom: 5px;
    }
    
    .list .product form .element-content .info .price {
        display: flex;
        flex-direction: row;
    }
    
    .list .product form .element-content .info .price p {
        margin-left: 15px;
    }
    
    .list .product form .element-content .btns {
        margin: 0;
    }
}

/* PRODUCT PAGE - FAVORITES */
.product-detail .msfavorites{
    text-decoration: none;
    width: 33px;
    height: 33px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    color: #414141;
}
.product-detail .msfavorites svg{
    width: 33px;
    height: 33px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    top: -4px;
}
.product-detail .msfavorites:hover{
    color: #cf2929;
}
.product-detail .msfavorites.voted svg{
    color: #cf2929;
    cursor: pointer;
}
.product-detail .msfavorites .msfavorites-active{
    display: none;
}
.product-detail .msfavorites.voted .msfavorites-active{
    display: inline-block;
}
.product-detail .msfavorites.voted .msfavorites-noneactive{
    display: none;
}
/* PRODUCT PAGE - FAVORITES */


/* News */
.news > .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.news > .row > div{
    margin-bottom: 40px;
}
.news .item{
    height: 100%;
    padding-bottom: 65px;
    position: relative;
}
.news .item-img{
    height: 300px;
    position: relative;
    margin-bottom: 15px;
    background-size: cover;
}
.news .item-img-inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news .item-img:after{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    transition: all 1s linear;
}
.news .item-date{
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    color: #fff;
}
.news .item .day{
    font-size: 36px;
}
.news .item-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    transition: all 300ms ease-out;
}
.news .item-btn{
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #005196;
    height: 40px;
    padding: 0 35px 0;
    line-height: 36px;
    border: 1px solid;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.news .item-btn svg{
    width: 28px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -16px;
}
.news .item-btn span{
    position: relative;
    z-index: 10;
}
.news .item-btn:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background:#0164A7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 0;
}
.news .item:hover .item-title{
    color: #005196;
}
.news .item:hover .item-img:after{
    background: rgba(0,173,255,0.5);
}
.news .item-btn:hover{
    color: #005196;
    border-color: #0164A7;
}
.news .item .item-btn:hover:before{
    width: 100%;
}
.page-date{
    font-weight: bold;
    margin-bottom: 30px;
}
.page-date .inner{
    display: inline-block;
    background: #005196;
    color: #fff;
    padding: 10px;
}
.article-img .page-date{
    position: absolute;
    top: 20px;
    left: 0;
}
.page-date .day{
    font-size: 32px;
}
@media(max-width: 767px){
    .news .item-img{
        height: 40vw;
    }
    .news .item-date{
        top: 5%;
        left: 5%;
    }
    .news .item .day{
        font-size: 6vw;
    }
    .index-template .news > .row > div:nth-of-type(3){
        display: none;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media (max-width: 600px){
    .news .item-title {
        font-size: 3vw;
    }
    .news .item{
        padding-bottom: 0;
    }
    .news .item-btn{
        display: none;
    }
    .page-date .day{
        font-size: 22px;
    }
    .page-date .inner {
        padding: 5px;
        font-size: 10px;
    }
}
@media (max-width: 500px){
    .news .item-title {
        font-size: 4vw;
    }
}
/* /. News */

.aside-news .element{
    margin-bottom: 30px;
}
.aside-news .element .date{
    margin-bottom: 5px;
    color: #8A8A8A;
}
.aside-news .element .title a{
    text-decoration: none;
    color: #2C2C2C;
}
.gallery .element {
    margin-bottom: 10px;
    overflow: hidden;
}
.gallery > .row > hr:nth-of-type(2n){
    clear: both;
}

.gallery .img-wrapper > a span{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    background-size: 50px 50px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery .img-wrapper > a:after{
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery .img-wrapper > a:before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gallery .img-wrapper > a:hover:after{
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery .img-wrapper > a:hover:before {
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.gallery .img-wrapper > a:hover span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

@media (min-width: 992px) {
    .gallery > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .gallery > .row > hr:nth-of-type(3n){
        clear: both;
    }
    .aside-news{
        padding-left: 15px;
    }
}
/* Video */
.video-list .element{
    margin-bottom: 20px;
    background: #fff;
    width: 900px;
    max-width: 100%;
}
.video-list .element .element-img{
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media only screen and (max-width: 1289px) {
    .video-list .element .element-img{
        height: 34vw;
    }
}
@media only screen and (max-width: 991px) {
    .video-list .element .element-img{
        height: 46vw;
    }
}
@media only screen and (max-width: 767px) {
    .video-list .element .element-img{
        height: 60vw;
    }
}
.video-list .element .play-block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.video-list .element .play-block > span {
    display: inline-block;
    padding: 8px;
    border-radius: 100%;
    background: rgba(255,255,255,0.1);
}
.video-list .element .play-block span span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.video-list .element .play-block svg{
    width: 21px;
    height: 24px;
    color: #fff;
    position: relative;
    right: -3px;
    bottom: -1px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.video-list .element .play-block:hover span span{
    border-color: #FF121A;
}
.video-list .element .play-block:hover svg{
    color: #FF121A;
}
.video-list .element .element-content{
    padding: 25px 0;
}

.video-list .element .element-content .title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
.video-list .element .element-content .text{
    font-size: 15px;
    margin-bottom: 10px;
}
/* /. Video */

.breadcrumb {
    margin: 20px 0;
    padding: 0 0;
    list-style: none;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
    position: relative;
    margin-right: 15px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}
.breadcrumb svg {
    width: 16px;
    position: relative;
    fill: #0164A7;
}
.breadcrumb > li a {
    color: #0164A7;
    text-decoration: none;
}
.breadcrumb > li a:hover{
    color: #000;
}
.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}
.breadcrumb > li:before{
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}
.breadcrumb>li+li:before {
    color: #ccc;
}
.breadcrumb > li:first-of-type:before{
    display: none;
}


.only-shop-categories{
    background: #fff !important;
}
.shop-categories .element-content{
    padding: 30px 20px 30px 30px;
    height: 220px;
    background: #eff6f9;
}
.index-template .shop-categories .element-content{
    background: #fff;
}
.shop-categories-carousel-wrapper {
    margin-left: -10px;
}
.shop-categories-carousel > div{
    display: none;
}
.shop-categories-carousel > div:first-of-type,
.shop-categories-carousel.slick-slider > div{
    display: block;
}
.shop-categories .row.row-border{
    margin-left: -1px;
    margin-right: -1px;
}
.shop-categories{
    background: #005196;
}

.shop-categories .element{
    position: relative;
} 
.shop-categories .element:hover{
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 20px 0px;
}
.forElch{
    padding-right: 20px;
}
.forElnech{
    padding-left: 20px;
}
.shop-categories .element-inner{
    position: relative;
    background: #ffffff;
    height: 220px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.base-template .shop-categories .element-inner{
    background: #eff6f9;
}
.shop-categories .element .img-wrapper{
    position: absolute;
    height: 220px;
    overflow: hidden;
}
.shop-categories .element .img-wrapper img{
    vertical-align: middle;
    max-height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    max-width: none;
    position: relative;
}
.shop-categories .categories-wrapper{
    padding:10px;
}
.shop-categories .element .title a{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #2E2E2E;
    display: inline-block;
    margin-bottom: 10px;
    max-height: 38px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .element .title a:hover{
    color: #005196;
}
.shop-categories .sub-categories-list{
    overflow: hidden;
}
.shop-categories .sub-categories-list a{
    font-size: 13px;
    text-decoration: none;
    color: #707577;
    display: inline-block;
    margin-bottom: 3px;
    max-height: 36px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .sub-categories-list a:hover{
    color: #005196;
}
.shop-categories .element .more{
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #757575;
    padding-right: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .element .more:before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #262121;
    position: absolute;
    right: 0;
    top: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .element .more:after{
    content: '';
    border-left: 4px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 4px;
    top: 6px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .element .more:hover{
    color: #005196;
}
.shop-categories .element .more:hover:before{
    right: -5px;
    background: #005196;
}
.shop-categories .element .more:hover:after{
    right: -1px;
}
.shop-categories-base .row.row-border div[class^="col-"]:before{
    display: none;
}
.shop-categories-base .row.row-border .element:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    background: #fff;
}
.shop-categories-base .row.row-border > div:nth-of-type(3n) .element:before{
    right: 0;
}
.shop-categories-base .row.row-border > div:nth-last-of-type(1) > div:last-of-type:before,
.shop-categories-base .row.row-border > div:nth-last-of-type(2) > div:last-of-type:before,
.shop-categories-base .row.row-border > div:nth-last-of-type(3) > div:last-of-type:before{
    bottom: 0;
}
.shop-categories-carousel-wrapper .categories-wrapper{
    padding: 20px 10px !important;
}
.shop-categories-carousel-wrapper .slick-slide{
    padding:0;
}
.shop-categories-carousel-wrapper .element-wrapper{
    margin-bottom:20px;
}
.shop-categories-carousel-wrapper .element{
    transition: all 200ms ease-out 0s;
}
.shop-categories-carousel-wrapper .element:hover{
    box-shadow: 0px 0px 10px 0px #ffffff9e;
}

@media(max-width: 767px){

    .shop-categories .element .more {
        right: 30px;
        font-size: 12px;
    }
    .shop-categories .element .more:before{
        top: 0;
    }
    .shop-categories .element .more:after{
        top: 4px;
    }
    .shop-categories-base .row.row-border .element:before{
        right: 0 !important;
    }
    .shop-categories-base .row.row-border > div:nth-last-of-type(1) > div:last-of-type:before{
        bottom: 0 !important;
    }
    .shop-categories-carousel-wrapper{
        padding-top: 80px;
    }
    .shop-categories-carousel .slick-prev{
        top: -80px;
        left: 10px;
        right: auto;
    }
    .shop-categories-carousel .slick-next{
        top: -80px;
        left: 58px;
        right: auto;
    }
    .shop-categories .element-content{
        height: 260px;
        padding: 20px;
    }
    .shop-categories .sub-categories-list a{
        font-size: 12px;
    }
}
@media (max-width: 499px){
    .shop-categories .element .img-wrapper img{
        right: 10%;
    }
}

.btn-more {
    margin: 40px auto !important;
    min-width: 180px;
    width: auto;
}

.top-slider-wrapper{
    padding: 0px 0 30px 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    .top-slider-wrapper {
        padding-bottom: 0;
    }
    .top-slider-wrapper > .push40 {
        display: none;
    }
    .top-slider-wrapper > .container {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }
}
.top-slider{
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .slick-slide > div{
    height: 400px;
}
.top-slider .item .inner{
    height: 400px;
    overflow: hidden;
}
.top-slider .item-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.top-slider .item-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.top-slider .element-content-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 10;
}
.top-slider .element-content{
    position: relative;
    z-index: 30;
    padding: 0 100px;
}
.top-slider .element-content.light{
    color: #fff;
}
.top-slider .element-content.dark{
    color: #414141;
}
/*.top-slider .item-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}*/
.top-slider .item-description{
    margin-bottom: 20px;
    font-size: 20px;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 34px;
    height: 40px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    z-index: 20;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: #fff;
}
.top-slider:hover .slick-prev,
.top-slider:hover .slick-next{
    opacity: 1;
}
.top-slider .slick-prev{
    left: 15px;
}
.top-slider .slick-next{
    right: 15px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: #0164a7;
}
.top-slider .slick-prev:hover:after, 
.top-slider .slick-next:hover:after{
    border-color: #fff;
}
.top-slider .item .button{
    background: transparent;
    border-color: #0164A7;
    color: #0164A7;
    margin-top: 20px;
}
.top-slider .item .button:hover{
    color: #fff;
    border-color: #0164A7;
    background: #0164A7;
}
.top-slider .slick-dots {
    margin-bottom: 0;
    position: absolute;
    bottom: -55px;
}
.container-slider .row > .col-md-3{
    width: 300px;
}
.container-slider .row > .col-md-9{
    width: calc(100% - 300px);
}
@media(max-width: 767px){
    .top-slider .slick-slide > div{
        height: 44vw;
    }
    .top-slider .item .inner{
        height: 44vw;
    }
    .top-slider .element-content{
        padding: 0 4%;
    }
/*    .top-slider .item-title{
        font-size: 3.5vw;
    }
*/
    .top-slider .item-description{
        font-size: 3vw;
    }
    .top-slider .item .button{
        padding: 0;
        border: none;
        font-size: 1.8vw;
        margin: 0;
    }
}

/* vantages */
.vantages-section{
    position: relative;
    padding: 60px 0;
}
.top-slider-wrapper + .vantages-section{
    padding: 0 0 70px;
    margin-top: -55px;
}
.vantages{
    padding: 30px 0 0 30px;
    background: #fff;
    border: 1px solid #EBEBEB;
}
.vantages > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.vantages > .row > div{
    margin-bottom: 30px;
}
.vantages .element{
    padding: 0 10px 0 60px;
    height: 100%;
    position: relative;
}
.vantages .element .img-wrapper{
    position: absolute;
    width: 45px;
    top: -1px;
    left: 0;
}
.vantages .img-wrapper i{
    max-width: 100%;
    opacity: 0.8;
    font-size: 40px;
    color: #314e79;
}
.vantages .element .title{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}
.vantages .element .text{
    font-size: 13px;
}
.special-goods-wrapper{
    background-color: #fff;
    
}
@media(max-width: 1299px) and (min-width:992px){
    .vantages{
        padding: 15px 0 0 10px;
    }
    .vantages > .row > div{
        margin-bottom: 15px;
    }
    .vantages .element{
        padding: 0 0 0 50px;
    }
    .vantages .element .title{
        font-weight: 500;
        font-size: 14px;
    }
    .vantages .element .text{
        font-size: 12px;
    }
}
@media(max-width: 767px){
    .top-slider-wrapper + .vantages-section{
        margin-top: -40px;
    }
    .vantages > .row{
        display: block;
    }
}
/* /. vantages */
.banner-carousel{
    margin-bottom: 20px;
}
.banner-carousel .item-inner{
    overflow: hidden;
}
.banner-carousel .item-inner img{
    width: 100%;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.banner-carousel .item-inner:hover img{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.banner-carousel > div{
    display: none;
}
.banner-carousel > div:first-of-type,
.banner-carousel.slick-slider > div{
    display: block;
}
.banner-carousel.slick-slider .item{
    display: block !important;
}
@media(max-width: 1299px){
    .banner-carousel{
        margin-bottom: 1.4vw;
    }
}
@media(max-width: 1279px){
    .banner-carousel{
        margin-bottom: 1.45vw;
    }
}
@media(max-width: 1229px){
    .banner-carousel{
        margin-bottom: 1.5vw;
    }
}
@media(max-width: 1189px){
    .banner-carousel{
        margin-bottom: 1.55vw;
    }
}
@media(max-width: 1149px){
    .banner-carousel{
        margin-bottom: 1.6vw;
    }
}

.middle{
    min-height: 300px;
}
@media(min-width: 992px){
    .services-template .main-column{
        padding-left: 20px;
    }
}

.catalog-type2 .element{
    border: 1px solid #E6E6E6;
    border-left: none;
}
.catalog-type2 .row > div > div:first-of-type{
    border-bottom: none;
}
.catalog-type2 .recommended-carousel.slick-slider .slick-slide > div > div > div:first-of-type,
.catalog-type2 .slick-slide > div:first-of-type{
    border-bottom: none;
}
.catalog-type2 .element-inner{
    height: 160px;
    position: relative;
    background: #fff;
    padding: 20px 20px 20px 160px;
    
}
.catalog-type2 > .row > div:nth-of-type(1) > .element,
.catalog-type2 .row.slick-slider .slick-track > div:nth-of-type(1) .element{
    border-left: 1px solid #E6E6E6;
}
.catalog-type2 .element-inner .element-content{
    height: 100%;
}
.catalog-type2 .element-inner .img-wrapper{
    width: 127px;
    height: 96px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -48px;
}
.recommended-carousel > div{
    display: none;
}
.recommended-carousel > div:first-of-type,
.recommended-carousel.slick-slider > div{
    display: block;
}
.row.no-padding.recommended-carousel.slick-slider div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
    display: block !important;
}
.recommended-carousel .slick-list{
    padding: 0 1px;
}


.recommended-carousel .slick-prev, 
.recommended-carousel .slick-next{
    display: block;
    width: 40px;
    height: 50px;
    border: 1px solid #E7E7E7;
    color: #2E2E2E;
    background: #fff;
    position: absolute;
    z-index: 50;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.recommended-carousel .slick-prev{
    top: -80px;
    margin: 0;
    right: 48px;
}
.recommended-carousel .slick-next{
    top: -80px;
    margin: 0;
    right: 0;
}
.recommended-carousel .slick-prev .material-icons,
.recommended-carousel .slick-next .material-icons{
    line-height: 50px;
}
.recommended-carousel .slick-prev:hover,
.recommended-carousel .slick-next:hover{
    background: #F6F6F6;
}
.catalog-type2 .element .element-article{
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 10px;
    font-size: 13px;
}
.catalog-type2 .element .title{
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.catalog-type2 .element .old-price{
    color: #9b9b9b;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 13px;
}
.catalog-type2 .element .old-price + .price{
    color: #cf2929;
}

.catalog-type2 .element a.absolute:before {
    background: rgba(0, 0, 0, 0.01);
    bottom: 0;
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.catalog-type2 .element a.absolute:after{
    background: rgba(0, 0, 0, 0.01);
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.catalog-type2 .element:hover a.absolute:before {
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.catalog-type2 .element:hover a.absolute:after{
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.catalog-type2 .element:hover .title{
    color: #0164A7;
}

@media (max-width: 767px){
    .recommended-carousel-wrapper{
        padding-top: 80px;
    }
    .recommended-carousel .slick-prev{
        top: -80px;
        left: 0;
        right: auto;
    }
    .recommended-carousel .slick-next{
        top: -80px;
        left: 48px;
        right: auto;
    }
}

/* about */
.index-about-img-wrapper{
    position: relative;
}
.about-section .container{
    position: relative;
}
.about-section .content{
    padding-right: 150px;
    margin-bottom: 0px;
}
/* /. about */


/* header search */
.header-search{
    width: 100%;
    position: relative;
}
.header-search input[type=text]{
    display: block;
    width: 100%;
    height: 32px;
    border: none;
    padding: 0 60px 0 20px;
    color: #8D8D8D;
    font-size: 12px;
    text-transform: uppercase;
}
.header-search [type=submit]{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    text-indent: -100000px;
    height: 32px;
    width: 40px;
    background: url("../images/search-icon.svg") 50% 50% / 16px 16px no-repeat #0164A7;
    background-size: 16px 16px;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.header-search [type=submit]:hover{
    webkit-filter: brightness(110%);
    filter: brightness(110%);
}

@media(max-width: 1156px){
    .about-section .content{
        padding-right: 60px;
    }
}

@media(max-width: 767px){
}
/* /. header search */

.container-slider .element-content-wrapper .element-content {
    padding:0;
}

.blur {
    background-color: rgba(0,0,0,0.25);
    color: white;
    padding:50px !important;
}

.container-slider .element-content-wrapper .container .button {
    display: inline-block;
    color: #005196;
    background: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    padding: 14px 30px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #005196;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 200ms ease-out 0s;
    text-decoration: none !important;
}
.top-slider .item-title {
    font-size: 30px;
}
@media(max-width: 767px){
    .container-slider .element-content-wrapper .element-content {
        padding: 50px 0px 50px 0px;
    }
    .blur {
        background-color: rgba(0,0,0,0.25);
        color: white;
        padding: 2px !important;
    }
    .top-slider .item-title {
        font-size: 23px;
    }
}

@media(max-width: 991px){
    .container-slider .element-content-wrapper .element-content {
        padding: 60px 0px 50px 0px;
    }
    .blur {
        background-color: rgba(0,0,0,0.25);
        color: white;
        padding: 10px !important;
    }
    .top-slider .item-title {
        font-size: 23px;
    }
}

@media(max-width: 576px) {
    .container-slider .element-content-wrapper .container .button {
        width: 100%;
    }
}

.props_list {
    width: 100%;
    margin: 0 0 0;
    color: #555;
}
table.props_list {
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.char_block td {
    text-align: right;
    padding: 5px 0 5px 10px;
}
.props_list td {
    position: relative;
    vertical-align: bottom;
    vertical-align: top;
    background: url(../images/dott.png) repeat-x;
    background-position: left 0 bottom 9px;
    width: 50%;
}
.props_list tr td:first-child {
    text-align: left;
    padding-right: 10px;
    padding-left: 0;
}
.props_list .props_item {
    overflow: hidden;
    text-overflow: ellipsis;
}
.props_list .props_item span {
    background: #fff;
    padding-right: 10px;
}
.nbg.props_list td.char_value {
    text-align: left;
    background: 0 0;
    font-weight: 500;
}


/* CATALOG ASIDE FILTER */
.filter-item{
    position: relative;
    z-index: 200;
    margin-bottom: 15px;
}
.label-title{
    display: inline-block;
}
.label-title:first-letter{
    text-transform: uppercase;
}
.filter-item-title{
    height: 46px;
    background: #f7f8fa;
    padding: 0 44px 0 12px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
}
.filter-item-title:hover{
    background: #EAEBED;
}
.filter-item.active .filter-item-title{
    background: #005196;
    color: #fff;
}
.filter-item-title:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-item.active .filter-item-title:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -1px;
    border-color: #fff;
}
.filter-item .item-dropdown{
    display: none;
    background: #fff;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.filter-item.last .item-dropdown{
    margin-bottom: 0;
}
.filter-item.last{
    margin-bottom: 25px;
}
.filter-item.active .item-dropdown{
    display: block;
    border-top-color: transparent;
}
.filter-customcheck-wrap > div:last-of-type{
    margin-bottom: 0;
}
.filter-customcheck {
    position: relative;
    margin-bottom: 15px;
}
.filter-customcheck input[type=checkbox]{
    position: fixed;  
    top: -100000px;
}
.filter-customcheck input[type=checkbox] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding-right: 15px;
    font-weight: 500;
}
.filter-customcheck input[type=checkbox] + label:before{
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0px;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.filter-item fieldset{
    border: none;
    margin: 0;
    padding: 0;
}


/* ui slider*/
.aside-filters-block .ui-slider{
    border: none !important;
    height: 6px;
    background: #E9E9E9;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
    right: -4px;
}
.aside-filters-block .ui-slider-range{
    background: #c1c1c1;
    border-radius: 0 !important;
}
.aside-filters-block .ui-slider-handle{
    width: 14px !important;
    height: 14px !important;
    margin-top: 0px !important;
    background: #fff !important;
    cursor: pointer !important;
    border: 1px solid #2e2e2e !important;
}
.aside-filters-block .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
}
.aside-filters-block .ui-corner-all, 
.aside-filters-block .ui-corner-top, 
.aside-filters-block .ui-corner-right, 
.aside-filters-block .ui-corner-tr{
    border-radius: 0 !important;
}
.aside-filters-block .ui-slider-handle.ui-state-default.ui-corner-all{
    border-radius: 2px !important;
    background: #0164A7 !important;
    border-color: #0164A7 !important; 
    top: -4px;
    opacity: 1 !important;
}
.number_slider_wrapper{
    padding: 0 11px 0 3px;
    background: #E9E9E9;
}
.mse2_number_inputs .form-control{
    height: 32px;
    padding-left: 35px;
}
.mse2_number_inputs label{
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #757575;
}
/*./ ui slider*/

.aside-filters-block .item-dropdown-inner {
    max-height: 290px !important;
    overflow: auto;
}
.reset-filters-btn{
    border: none;
    padding: 0;
    background: transparent;
    color: #000;
}
.reset-filters-btn:hover{
    color: #D12C1C;
}
.reset-filters-btn img{
    margin-top: -2px;
}
.statuses-filters > div > div:last-of-type {
    display: none !important;
}
.statuses-filters > div:last-of-type > div{
    margin-bottom: 0;
}

/* /. CATALOG ASIDE FILTER */


/* ======= custom check and radio order-wrapper ======= */
.order-wrapper .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-wrapper .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-wrapper .checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}
.order-wrapper .checkbox label:hover > div{
    border-color: #414141;
}
.order-wrapper .checkbox label > div.radio{
    border-radius: 100%;
}
.order-wrapper .checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-wrapper .checkbox input:checked + .radio{
    border-color: #414141;
    background-color: #414141;
}
.order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-wrapper .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-wrapper .checkbox input:checked + .checkboxsquare{
    border-color: #414141;
    background-color: #414141;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-wrapper .order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper input[type="checkbox"].error + div + span{
    color: red;
}
.order-wrapper .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-wrapper .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}
/* ======= /. custom check and radio ======= */


/* reviews, rating */
.reviews .element {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-bottom: 40px;
    border-radius: 0;
}
.reviews .element .rev-element-body{
    background: #F8F8F8;
    padding: 32px 22px 30px;
}
.reviews .element .rev-element-body:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #F8F8F8;
    border-top: 10px solid #F8F8F8;
}
.rev-element-footer{
    padding: 20px 0 0 40px;
}
.rev-element-footer .rev-name{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}
.rating {
    position: relative;
    height: 20px;
    width: 140px;
    color: #CFCFCF;
}
.rating .real {
    position: absolute;
    top: 0;
    left: 0;
    color: #f9ab28;
    width: 0;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.rating svg {
	width: 24px;
	height: 21.328px;
}
.rating.rating1 .real {
    width: 20%;
}
.rating.rating2 .real {
    width: 40%;
}
.rating.rating3 .real {
    width: 60%
}
.rating.rating4 .real {
    width: 80%;
}
.rating.rating5 .real {
    width: 100%;
}
.rev-form .ec-rating-stars span {
    background: transparent;
    width: auto;
    height: auto;
    margin-right: 7px;
}
.ec-rating-stars svg {
	cursor: pointer;
	color: #d5d5d5;
	width: 20px;
	height: 20px;
}

.ec-rating-stars .active svg,
.ec-rating-stars .active2 svg {
	color: #F9AB28;
}
.alert-success {
    background: #d4f5d4;
    padding: 15px;
    border: 1px solid #b3dbb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group.has-error input {
    border-color: #FF1A00;
}
.product-rating-wrapper {
    margin-bottom: 15px;
}
.product-rating {
    display: inline-block;
    margin-right: 10px;
}
.product-rating-wrapper .ec-stars {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    width: 105px;
}
.product-rating-wrapper .ec-stars svg{
    width: 17px;
}
.product-rating-wrapper .ec-stars span {
    background: transparent!important;
    display: block;
    height: 20px;
    width: auto;
    color: #CFCFCF;
}
.product-rating-wrapper .ec-stars .real {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    color: #f9ab28;
}
.product-rating-wrapper .rating-counter {
    font-size: 15px;
}



@media(max-width: 1299px){
    .footer-top-inner{
        padding-right: 0;
    }
    .footer-top-first{
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .footer-top-last{
        max-width: 100%;
        position: static;
        padding: 0 10px;
    }
}

@media(max-width: 991px){
    .header-bottom {
        max-height: 85px;
        height: auto;
        min-height: auto;
    }
    .header-bottom .inner {
        text-align: center;
    }
    .header-bottom .inner .logo {
        display: none;
    }
    .header-bottom .inner .header-tel {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 5px 0;
    }
    .news .item-img{
        height: 30vw;
    }
    .product-info{
        padding-left: 10px;
    }
    .base-template .header{
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 20px;
    }
    .top-bar{
        background: #fff;
        padding: 0;
        box-shadow: -1px 1px 5px 0px #00000038;
    }
    .reviews .rev-date{
        position: static;
        display: inline-block;
        margin-bottom: 25px;
    }
    .index-template .map-wrapper{
        height: 350px !important;
    }
    .index-template .services-section{
        padding-top: 40px;
    }
    .icon-menu-burger__line, .icon-menu-burger:before, .icon-menu-burger:after{
        background: #0164a7;
    }
    .header-favorites {
        right: 75px;
        top: 5px;
    }
    .header-cart {
        top: 5px;
        right: 60px;
    }
    .header-profile {
        top: 5px;
    }
    .header,
    .base-template .header {
        border: none;
        box-shadow: none;
    }
    .top-bar{
        position: fixed;
        top: 0;
        left: 0;
    } 
    .top-bar-push{
        height: 56px;
    }
    .banner-carousel{
        margin-bottom: 20px;
    }
    .top-slider .item .inner{
        height: 60vw;
    }
/*    .top-slider .item-title{
    font-size: 26px;
    }*/
    .top-slider .element-content{
        padding: 0 50px;
    }
    .container-slider .row > .col-md-9{
        width: 100%;
    }
    .breadcrumb{
        display: none;
    }
    .middle .container {
        max-width: 100%;
        width: 100%;
    }
    .shop-categories-base .row.row-border > div:nth-of-type(3n) .element:before{
        right: -1px;
    }
    .shop-categories-base .row.row-border > div:nth-of-type(2n) .element:before{
        right: 0;
    }
    .shop-categories-base .row.row-border > div:nth-last-of-type(3) > div:last-of-type:before{
    }
    .shop-categories .element-inner{
        height:260px;
    }
    .shop-categories .element .img-wrapper {
        height: 260px;
    }
    .shop-categories .element-content {
        height: 260px;
    }
    h1,
    .title-h1{
        font-size: 26px;
        margin-bottom: 50px;
    }
    h2,
    .title-h2{
        font-size: 22px;
    }
    .header-tel-icon{
        top: 0;
        bottom: 0;
    }
    .top-bar-container{
        padding: 0;
        background: transparent;
    }
    .top-bar-container .inner .logo {
        height: 55px;
        display: flex;
        align-items: center;
        margin: auto auto auto 15px;
    }
    .top-bar-container .inner .logo a {
        height: 100%;
    }
    .top-bar-container .inner .logo a img {
        padding: 5px;
        height: 100%;
    }
    .top-bar {
        height: 55px;
    }
    .base-template .header{
        margin-bottom: 40px;
    }
    .catalog > .row{
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    /* .catalog > .row > div{
        padding: 0;
        margin: 0;
    } */
    .filters-form-title-xs{
        position: relative;
        height: 54px;
        background: #005196;
        padding: 18px 40px 18px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 5px;
    }
    .filters-form-title-xs:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .filters-form-title-xs.active:after{
        transform: rotate(225deg);
        margin-top: -1px;
    }
    .aside-filters-block{
        margin: -20px 0 30px;
    }
    .aside-filters-block form > .row > .col-md-3{
        width: 100%;
    }
    .filter-item-title:after{
        width: 100%;
        height: 1px;
        top: auto;
        left: 0;
    }
    .filter-item .item-dropdown{
        position: relative;
        border-top: none;
        box-shadow: none;
        margin-bottom: 0;
    }
    .filters-form{
        display: none;
    }
    .filters-form.active{
        display: block;
    }
    .filter-item-title{
        transition: none;
    }
    .filter-item-title:hover{
        background: #F3F3F3;
    }
    .filter-item.active .filter-item-title,
    .filter-item .filter-item-title{
        background: #F3F3F3;
        color: #2E2E2E;
        padding-left: 18px;
        font-weight: 500;
        height: 52px;
    }
    .filter-item.active .filter-item-title::before,
    .filter-item .filter-item-title::before{
        border-color: #2E2E2E;
    }
    .filter-item.last{
        border-bottom: 1px solid #F3F3F3;
    }
}
@media(max-width: 767px){
    .base-template .header {
        margin-bottom: 20px;
    }
    .char_block .props_list table,
    .char_block .props_list tr{
        display: block !important;
        background: #fff;
        width: 100%;
        padding: 0;
    }
    .char_block .props_list td{
        display: block !important;
        background: #fff;
        width: auto;
        font-size: 13px;
        padding-left: 0;
    }
    .char_block .props_list tr{
        margin-bottom: 15px;
        border-bottom: 1px dotted #cfcfcf;
        padding-bottom: 15px;
    }
    .props_list .props_item span {
        padding-right: 0;
        font-weight: bold;
    }
    .header-social a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .header-search{
        margin: 30px 0 40px;
    }
    .index-about-img-wrapper {
        text-align: center;
    }
    .about-section{
        background-image: none;
    }
    .dots-bg, .dots-bg-2 {
        margin-top: -270px;
    }
    .about-section .content {
        padding-top: 80px;
    }
    .header-search input[type="text"] {
        border: 1px solid #b2b2b2;
        color: #414141;
    }
    .header .social-links a {
        color: #000;
        border: 1px solid rgb(0 0 0 / 30%);

    }
    .footer-menu{
        margin-bottom: 50px;
    }
    .footer-contacts{
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .logo {
        display: block;
        height: auto;
        width: 100%;
        margin: auto auto 15px;
    }
    .logo img {
        max-width: 250px;
    }
    .header-tel .callback-link-wrap {
        display: none;
    }
    .header-tel a {
        margin: auto;
    }
    .header-cart {
        right: 60px;
    }
    .header-tel .header-tel-1 {
        margin: auto 0 auto auto;
    }
    .catalog .element .title-h6 {
        font-size: 12px;
    }
    .catalog .element .to-cart {
        width: 66px;
    }
    .catalog .element .one-click {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .catalog .element .one-click a {
        margin: auto;
    }
}
