@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1170px;
    }
}

@media (min-width: 1360px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1330px;
    }
}

ul, ol {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #39a0f4;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: #fff;
}

.title, h1, h2, h3, h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 50px 0;
}

h2 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 44px 0;
}

h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 42px 0;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 40px 0;
}

.btn {
    background: #0e6ebd;
    color: #fff;
    display: inline-block;
    padding: 16px 40px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn:hover, .btn:focus {
    background: #0c60a5;
    color: #fff;
}

.btn.btn-form {
    background: #39a0f4;
    width: 280px;
    margin: 20px auto 0 auto;
    display: block;
}

.btn.btn-form:hover, .btn.btn-form:focus {
    background: #51acf5;
}

.slider-for, .slider-nav {
    opacity: 0;
    visibility: hidden;
}

.slider-for.slick-initialized, .slider-nav.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.header {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding-bottom: 10px;
    position: relative;
    z-index: 5;
}

.header .logo {
    padding: 9px 0 0 20px;
    display: block;
    min-width: 185px;
}

.header .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head-mdl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu > ul > li {
    display: block;
    text-transform: uppercase;
    position: relative;
}

.menu > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 26px 30px 30px 30px;
    font-size: 14px;
}

.menu > ul > li ul li {
    display: block;
}

.menu > ul > li ul li a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.menu > ul > li ul li + li {
    margin-top: 19px;
}

.menu > ul > li:hover > a {
    text-decoration: none;
}

.menu > ul > li:hover > a:before {
    top: 0;
}

.menu > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menu > ul > li > a {
    display: block;
    color: #000;
    padding: 38px 30px 38px 30px;
    position: relative;
}

.menu > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    background: #39a0f4;
    top: -6px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu > ul > li > a:hover {
    text-decoration: none;
}

.menu > ul > li > a:hover:before {
    top: 0;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 8px;
}

.head-tel {
    padding-left: 41px;
    position: relative;
    margin-left: -41px;
    font-size: 20px;
    line-height: 30px;
}

.head-tel .icon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}

.head-tel a {
    color: #000;
}

.head-city {
    color: #999;
    padding-bottom: 2px;
}

.call-back {
    color: #39a0f4;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.call-back:hover {
    color: #0d88ed;
    text-decoration: none;
}

.head-lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27.3%;
    flex: 0 0 27.3%;
    max-width: 27.3%;
    position: relative;
}

.head-rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
}

.head-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-contact {
    padding-right: 70px;
}

.head-cart .icon {
    width: 24px;
    height: 22px;
}

.head-search {
    margin-left: 30px;
}

.head-search .icon {
    width: 22px;
    height: 22px;
}

.head-user {
    margin-left: 30px;
}

.head-user .icon {
    width: 20px;
    height: 22px;
}

.hero {
    margin-bottom: 50px;
}

.hero-item {
    height: 540px;
    overflow: hidden;
    display: block;
    position: relative;
}

.hero-item:after {
    content: "";
    display: block;
    position: absolute;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
    /* IE6-9 */
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
}

.hero-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.hero-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hero-item:hover:after {
    top: 0;
}

.hero-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-item-box .hero-item {
    height: 260px;
}

.hero-item-name {
    text-transform: uppercase;
    display: block;
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    margin-bottom: 25px;
}

.hero-caption {
    position: absolute;
    bottom: 50px;
    left: 60px;
    right: 60px;
    z-index: 2;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}

.hero-item-box .hero-caption {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    left: 40px;
    right: 40px;
    bottom: 32px;
}

.hero-item-cat {
    display: block;
    position: relative;
    padding-right: 24px;
}

.hero-item-cat:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.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;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    padding: 0 10px;
}

.slide .inner {
    position: relative;
    height: 200px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.slide .inner:hover .promo-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.promo {
    padding-bottom: 50px;
}

.promo-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.slide-label {
    position: absolute;
    width: 120px;
    height: 115px;
    right: 180px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.promo-img {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-label-1 {
    background: url("../img/label-bg-1.png") 0 0 no-repeat;
    background-size: 100%;
}

.slide-label-2 {
    background: url("../img/label-bg-2.png") 0 0 no-repeat;
    background-size: 100%;
}

.promo-slider {
    padding: 0 20px;
}

.slide-caption {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 40px;
    top: 30px;
    max-width: 300px;
    text-transform: uppercase;
    z-index: 10;
}

.slick-arrow {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-indent: -9999px;
    outline: none;
    border: 0;
    background: none;
    z-index: 2;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    right: 0;
    bottom: 0;
    background: url("../img/arrow-left-blue.svg") 15px center no-repeat #def0ff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
    border-radius: 50%;
}

.slick-prev:hover:before {
    background-color: #c5e4ff;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    right: 0;
    bottom: 0;
    background: url("../img/arrow-right-blue.svg") 20px center no-repeat #def0ff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
    border-radius: 50%;
}

.slick-next:hover:before {
    background-color: #c5e4ff;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 11px;
    height: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
}

.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    text-indent: -99999px;
    outline: none;
    background: #d6d6d6;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #39a0f4;
}

.item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 40px -10px;
}

.item-list .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
}

.item-list .item .inner {
    padding: 20px 19px 19px 19px;
}

.item-list .item-btn {
    padding-left: 25px;
    text-align: left;
}

.item-list .item-label {
    right: -19px;
}

.item-list .item-img {
    height: 156px;
}

.item-list .item-img img {
    max-height: 100%;
}

.item-slider {
    margin: 0 -10px;
}

.item-slider .slick-arrow {
    margin-top: -15px;
}

.item-slider .slick-prev {
    left: -5px;
}

.item-slider .slick-next {
    right: -5px;
}

.item-slider .slick-dots {
    margin-top: 30px;
}

.section {
    padding: 50px 0 60px 0;
}

.has-bg {
    background: #f5f5f5;
}

.item {
    padding: 0 10px;
}

.item .inner {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 20px 28px 30px 28px;
}

.item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    height: 235px;
    position: relative;
}

.item-img img {
    max-width: 100%;
    max-height: 100%;
}

.item-label {
    position: absolute;
    right: -28px;
    top: -10px;
}

.filter-box {
    position: sticky;
    top: 0;
}

.label-top {
    display: inline-block;
    background: #f2e5fd;
    color: #9539f4;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    width: 64px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
}

.label-discount {
    display: inline-block;
    background: #ffe3df;
    color: #f4381f;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    width: 64px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
}

.label-new {
    display: inline-block;
    background: #e5fdeb;
    color: #27ca4d;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    min-width: 64px;
    padding: 0 18px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
}

.label-recomend {
    display: inline-block;
    background: #fdefe5;
    color: #ff702a;
    font-size: 11px;
    line-height: 17px;
    font-weight: bold;
    min-width: 64px;
    padding: 0 18px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
}

.item-name-short {
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    color: #999;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    max-width: 90%;
    margin: 0 auto 20px auto;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-name {
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 24px;
    height: 90px;
    margin-bottom: 12px;
    overflow: hidden;
}

.item-name a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.item-price {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
}

.item-btn {
    display: block;
    background: #39a0f4;
    color: #fff;
    width: 100%;
    border: 0;
    height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
}

.item-btn.added {
    background: #46b048;
}

.item-btn:hover {
    background: #0d88ed;
}

.item-btn .icon {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 22px;
    fill: #fff;
}

.item-btn.form-btn {
    line-height: initial;
    border-radius: 0;
}

.service-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.service-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.service-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
    /* IE6-9 */
}

.service-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-item-text {
    position: absolute;
    left: 40px;
    top: 33px;
    bottom: 0;
    color: #fff;
    z-index: 2;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    width: 220px;
}

.service-item-text span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.brand-item {
    padding: 0 10px;
}

.brand-item .inner {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 20px 20px 24px 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: block;
}

.brand-slider {
    margin: 0 -10px;
}

.brand-slider .slick-prev {
    left: -5px;
    margin-top: -15px;
}

.brand-slider .slick-next {
    right: -5px;
    margin-top: -15px;
}

.brand-logo {
    height: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
}

.brand-name {
    text-align: center;
    font-weight: 14px;
    font-weight: bold;
}

.contact-us {
    background: url("../img/call-section.jpg") center center no-repeat;
    position: relative;
    background-size: cover;
    color: #fff;
}

.contact-us .container {
    padding-top: 70px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.contact-tel {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
}

.contact-tel a {
    color: #fff;
}

.contact-title {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.map-box {
    height: 500px;
    position: relative;
}

.map-canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.footer {
    padding-bottom: 33px;
    padding-top: 80px;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials li {
    display: inline-block;
}

.socials li .icon {
    width: 24px;
    height: 24px;
}

.foot-logo {
    margin-bottom: 37px;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials li {
    display: inline-block;
    margin-right: 20px;
}

.foot-title {
    text-transform: uppercase;
    color: #999;
    margin-bottom: 17px;
}

.foot-nav li {
    display: block;
}

.foot-nav li + li {
    margin-top: 7px;
}

.foot-nav li a {
    color: #000;
}

.foot-nav li a:hover {
    color: #39a0f4;
}

.foot-tel {
    font-size: 20px;
    padding-left: 42px;
    position: relative;
    margin-bottom: 17px;
}

.foot-tel .icon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}

.foot-locate {
    font-size: 14px;
    line-height: 24px;
    padding-left: 42px;
    position: relative;
    font-weight: 400;
}

.foot-locate .icon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-top {
    padding: 60px 0 60px 0;
    border-top: 1px solid #cccccc40;
}

.footer-btm {
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    border-top: 1px solid #cccccc;
    text-align: center;
    padding: 33px 0 0 0;
}

.footer-btm div {
    max-width: 80%;
    margin: 0 auto;
}

.nav-ico {
    display: none;
    top: 47px;
    left: 0px;
    padding: 0;
    border: 2px solid #000;
    background: transparent;
    width: 42px;
    height: 42px;
    overflow: hidden;
    z-index: 205;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    position: absolute;
    background: #fff;
}

.nav-ico span {
    display: block;
    position: absolute;
    left: 8px;
    height: 2px;
    width: 22px;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-ico span:first-child {
    top: 12px;
}

.nav-ico span:nth-child(2) {
    top: 19px;
}

.nav-ico span:last-child {
    top: 26px;
}

.js-open {
    overflow: hidden;
}

.js-open .header {
    z-index: 600;
    position: relative;
}

.js-open .nav-ico span:first-child {
    top: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
    top: 19px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
    left: 150px;
}

.js-open .backdrop {
    z-index: 800;
    opacity: 1;
    visibility: visible;
}

.filter-open .backdrop {
    z-index: 800;
    opacity: 1;
    visibility: visible;
}

.backdrop, .filter-backdrop {
    opacity: 0;
    position: fixed;
    z-index: -100;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100vh;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.wide-secton {
    background: url("../img/wide-bg.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 50px 0 26px 0;
    color: #fff;
}

.wide-secton .title, .wide-secton h1, .wide-secton h2, .wide-secton h3, .wide-secton h4 {
    margin: 0 0 25px 0;
    font-weight: 600;
}

.breadcrumb {
    font-size: 14px;
    font-weight: 300;
    overflow: auto;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 16px;
    display: block;
    background: transparent;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
    color: #9ab3c6;
    white-space: nowrap;
}

.breadcrumb li + li:before {
    content: "/";
    display: inline-block;
    color: #9ab3c6;
    margin: 0 16px;
}

.breadcrumb li a {
    color: #fff;
    white-space: nowrap;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li, .breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #afafaf;
}

.sub-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-bottom: 32px;
}

.sort-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #dcdcdc;
    background: #fff;
    min-width: 90px;
    height: 40px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 7px 35px 0 18px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: url("../img/arrow-down-black.svg") center center no-repeat;
    width: 38px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-drop-active .jcf-select-opener {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #dcdcdc;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: "";
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 13px 9px 13px 18px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #f0f0f0;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.main {
    padding: 50px 0 60px 0;
}

.sort-label {
    color: #999;
    margin-right: 19px;
}

.sort-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form .search {
    display: flex;
    margin: 10px auto;
}

.search-form .search-btn {
    padding: 0 25px;
    margin-left: 10px;
}

.selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    color: #39a0f4;
}

.sel-item {
    display: inline-block;
    background: #fff;
    padding: 12px 15px;
    position: relative;
    border: 1px solid #fff;
    min-width: 173px;
    text-align: center;
    margin: 0 10px 20px 10px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sel-item:nth-child(n+6) {
    display: none;
}

.sel-item span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}

.sel-item:hover {
    border-color: #39a0f4;
}

.sel-item:hover .cls {
    visibility: visible;
    opacity: 1;
}

.sel-item-desc {
    font-weight: 500;
}

.js-active .sel-item:nth-child(n+6) {
    display: block;
}

.js-active + .show-more .more-btn .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cls {
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 10px;
    position: absolute;
    right: 6px;
    top: 5px;
    color: #39a0f4;
    background: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.show-more {
    text-align: center;
    padding-top: 14px;
}

.more-btn {
    display: inline-block;
    padding: 0 21px 0 0;
    border: 0;
    background: none;
    font-weight: bold;
    position: relative;
    color: #999;
}

.more-btn .icon {
    width: 11px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 8px;
}

.catalog-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.btn-reset {
    background: #deefff;
    color: #39a0f4;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    border: 0;
    height: 48px;
    margin-bottom: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-reset:hover {
    background: #e8f4ff;
}

.filter {
    border: 1px solid #dcdcdc;
}

.filter-unit {
    padding: 28px;
}

.filter-unit + .filter-unit {
    border-top: 1px solid #dcdcdc;
}

.filter-unit .jcf-list-box {
    display: none;
}

.filter-title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

/*! jQuery UI - v1.12.1 - 2021-08-30
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-slider {
    position: relative;
    width: 100%;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    background: #39a0f4;
    cursor: pointer;
    border-radius: 50%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: -8px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-widget-header {
    background: #39a0f4;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.filter .ui-widget-content {
    background: #d1d1d1;
}

.slider-box {
    padding-top: 17px;
}

.range-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.range-inputs > span {
    display: block;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
}

.range-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 17px);
    flex: 0 0 calc(50% - 17px);
    max-width: calc(50% - 17px);
    height: 40px;
    border: 1px solid #dcdcdc;
    padding: 0 18px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.range-txt:focus {
    border-color: #39a0f4;
    outline: none;
}

.range-hint {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 13px;
}

.filter-nav li {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.filter-nav li + li {
    margin-top: 10px;
}

.filter-nav li a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.radio-set {
    padding-top: 7px;
}

.radio-set li {
    display: block;
    position: relative;
}

.radio-set li + li {
    margin-top: 8px;
}

.radio-set li input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.radio-set li input[type=radio]:checked + label:before {
    border-color: #39a0f4;
}

.radio-set li input[type=radio]:checked + label:after {
    opacity: 1;
}

.radio-set li label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
}

.radio-set li label:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    left: 0;
    top: 2px;
}

.radio-set li label:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #39a0f4;
    left: 6px;
    top: 8px;
    opacity: 0;
}

.check-set {
    padding-top: 7px;
}

.check-set li {
    display: block;
    position: relative;
}

.check-set li + li {
    margin-top: 8px;
}

.check-set input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.check-set input[type=checkbox]:checked + label:before {
    border-color: #39a0f4;
}

.check-set input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.check-set label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
}

.check-set label a {
    color: #39a0f4;
}

.check-set label:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #c0c0c0;
    left: 0;
    top: 2px;
}

.check-set label:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #39a0f4;
    left: 6px;
    top: 8px;
    opacity: 0;
}

.qty {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
    color: #999;
}

.view-more {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #999;
    margin-top: 20px;
}

.view-more span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.view-more span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
    top: 4px;
}

.view-more:hover span:after {
    border-color: #39a0f4;
}

.filter-list li:nth-child(n+6) {
    display: none;
}

.js-expand .filter-list li:nth-child(n+6) {
    display: block;
}

.js-expand .view-more span:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 8px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    width: 40px;
    height: 40px;
    line-height: 28px;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.pagination li span {
    cursor: default;
}

.pagination li a {
    border: 1px solid transparent;
}

.pagination li a.active {
    border-color: #dcdcdc;
}

.pagination li a:hover {
    border-color: #dcdcdc;
}

.text-block {
    font-weight: 400;
}

.text-block p {
    margin-bottom: 25px;
}

.filter-toggle {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../img/filter-icon.svg") center 15px no-repeat #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    background-size: 24px 24px;
    border: 0;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 500;
    display: none;
}

@media (max-width: 767px) {
    .filter-toggle.is-visible {
        display: block;
    }
}

.prod-sliders {
    position: relative;
    padding-right: 120px;
    margin-bottom: 28px;
}

.slider-for {
    border: 1px solid #e3e3e3;
}

.slider-for .slide {
    height: 338px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.slider-for .slide img {
    max-width: 100%;
}

.slider-nav {
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    margin: -10px 0;
}

.slider-nav img {
    max-height: 80px;
}

.slider-nav .slide {
    height: 120px;
    padding: 10px 0;
}

.slider-nav .slide span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e3e3e3;
    height: 100%;
    cursor: pointer;
}

.slider-nav .slide.slick-current.slick-active span {
    border: 1px solid #39a0f4;
}

.slider-nav .slide.slick-current.slick-active img {
    opacity: 0.5;
}

.product-top {
    margin: 0 -20px;
    padding-top: 30px;
}

.product-top > div[class^=col-] {
    padding: 0 20px;
}

.prod-buttons {
    margin-bottom: 38px;
}

.product-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
}

.prod-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-number {
    color: #999;
}

.in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2ec94b;
}

.in-stock .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 13px;
}

.prod-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

.price-actual {
    font-size: 28px;
    line-height: 42px;
    margin-right: 24px;
}

.price-old {
    font-size: 20px;
    line-height: 30px;
    color: #f4381f;
    position: relative;
    height: auto;
}

.price-old:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #f4381f;
    top: 15px;
}

.shop-btn {
    background: #39a0f4;
    color: #fff;
    border: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 56px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0 15px 0 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.shop-btn .icon {
    width: 24px;
    height: 22px;
    fill: #fff;
    position: absolute;
    right: 20px;
    top: 17px;
}

.shop-btn:hover {
    background: #0d88ed;
}

.quick-buy-btn {
    text-align: center;
    line-height: 56px;
    border: 1px solid #39a0f4;
    background: #fff;
    padding: 0;
    height: 56px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #39a0f4;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.quick-buy-btn:hover {
    background: #39a0f4;
    color: #fff;
}

.prod-txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.prod-txt-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

.print-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border: 0;
    white-space: nowrap;
    background: none;
    font-weight: bold;
}

.print-btn .icon {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.product-top {
    margin-bottom: 75px;
}

.tabs-nav {
    display: none;
}

.tabs-nav li {
    flex: 1;
    display: block;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.tabs-nav li a {
    display: block;
    text-align: center;
    background: #f0f0f0;
    height: 64px;
    line-height: 62px;
    padding: 0;
    border-top: 2px solid #f0f0f0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tabs-nav li a.active {
    border-color: #39a0f4;
    background-color: #fff;
}

.tabs-nav li a:hover {
    background-color: #fff;
}

@media (min-width: 768px) {
    .tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.product-describe {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.headline {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 24px;
}

.sub-headline {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 16px;
}

.sub-headline:not(:first-child) {
    margin-top: 45px;
}

.tab-panel {
    padding: 53px 0 0 0;
    font-weight: 500;
}

.tab-panel p {
    margin: 0;
}

.tab-panel p:not(:last-child) {
    margin: 0 0 24px 0;
}

.tab-panel ul {
    margin-left: 25px;
}

.tab-panel table {
 margin: 10px;
}

.tab-panel th {
    padding: 10px;
    background: #f8f9fa;
    border: 1px #ccc solid;
}

.tab-panel td {
    padding: 10px;
    border: 1px #ccc solid;
}

.table-box {
    overflow: auto;
}

.table {
    width: 100%;
}

.table td:last-child, .table th:last-child {
    width: 25%;
}

.table td {
    height: 48px;
    padding: 10px 20px;
    font-weight: 400;
}

.table th {
    text-transform: uppercase;
    padding-bottom: 15px;
    padding: 0px 20px 15px 20px;
}

.table tr:nth-child(odd) td {
    background-color: #f6f6f6;
}

.form-holder {
    max-width: 786px;
    margin: 0 auto;
}

.form-holder div[class^=col-] {
    margin-bottom: 20px;
}

.form-holder .check-set {
    padding: 0;
    margin: 6px 0 35px 0;
}

.form-control {
    height: 48px;
    padding: 5px 17px;
}

.form-area {
    padding: 10px 17px;
    height: 150px;
}

.form-control, .form-area {
    width: 100%;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.form-control:focus, .form-area:focus {
    border: 1px solid #39a0f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.form-control ::-webkit-input-placeholder, .form-area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    color: #999;
}

.form-control ::-moz-placeholder, .form-area ::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #999;
}

.form-control :-ms-input-placeholder, .form-area :-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    color: #999;
}

.form-control :-moz-placeholder, .form-area :-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #999;
}

.card-header {
    background: none;
    border-color: #fff;
}

.card-header a {
    display: block;
    padding: 10px 15px;
    border: 2px solid #39a0f4;
    background: #39a0f4;
    color: #fff;
}

.card-header a.collapsed {
    background: #fff;
    color: #39a0f4;
}

.unit-img {
    height: 220px;
    margin-bottom: 22px;
    position: relative;
}

.unit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.unit-date {
    position: absolute;
    right: 0;
    top: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
}

.unit {
    font-weight: 400;
}

.unit-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}

.unit-name a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

@media (min-width: 576px) {
    .news-list {
        margin: 0 -20px;
    }

    .news-list div[class^=col-] {
        padding: 0 20px;
        margin-bottom: 75px;
    }

    .contact-row {
        margin: 0 -20px;
    }

    .contact-row div[class^=col-] {
        padding: 0 20px;
    }
}

.more-link {
    text-align: center;
}

.contact-item-icon {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.contact-item-icon img {
    height: auto;
}

.contact-item span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.contact-item span:nth-child(4) {
    margin-bottom: 25px;
}

.contact-item a[href^="tel:"] {
    color: #fff;
}

.contact-item a[href^="mailto:"] {
    color: #39a0f4;
}

.contact-note {
    font-size: 14px;
    line-height: 24px;
    color: #9ab3c7;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
}

.adress {
    margin-bottom: 10px;
}

.contact-row {
    padding-top: 55px;
    padding-bottom: 50px;
}

.sub {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin-top: -30px;
    margin-bottom: 52px;
}

@media (max-width: 1780px) {
    .head-lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1600px) {
    .head-lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }

    .head-contact {
        padding-right: 40px;
    }

    .menu > ul > li > a {
        padding: 38px 20px 38px 20px;
    }

    .slide-caption {
        left: 30px;
        top: 20px;
    }

    .service-item-text {
        width: 320px;
        max-width: 100%;
    }
}

@media (max-width: 1360px) {
    .menu > ul > li > a {
        padding: 38px 18px 38px 18px;
    }

    .head-lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .head-user, .head-search {
        margin-left: 15px;
    }

    .head-contact {
        padding-right: 30px;
    }

    .header .logo {
        padding-left: 15px;
    }

    .head-rht {
        padding-right: 15px;
    }

    .head-tel {
        font-size: 18px;
    }

    .service-item-text {
        width: 320px;
    }

    .item-list .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .product-title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1199px) {
    .head-mdl {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        background: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        width: 400px;
        z-index: 900;
        padding: 30px 40px;
        overflow: auto;
    }

    .js-open .head-mdl {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .nav-ico {
        display: block;
    }

    .head-lft {
        padding-left: 19px;
    }

    .menu > ul {
        display: block;
    }

    .menu > ul > li {
        display: block;
        font-size: 24px;
    }

    .menu > ul > li + li {
        margin-top: 10px;
    }

    .menu > ul > li > a {
        padding: 0;
    }

    .menu > ul > li > a::before {
        display: none;
    }

    .menu > ul > li:hover ul {
        display: none;
    }

    .menu > ul > li ul {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

    .menu > ul > li.is-open ul {
        display: block;
    }

    .head-user, .head-search {
        margin-left: 25px;
    }

    .head-contact {
        padding-right: 50px;
    }

    .hero-caption {
        font-size: 22px;
        line-height: 32px;
        bottom: 40px;
        left: 40px;
        right: 40px;
    }

    .hero-item-box .hero-caption {
        left: 30px;
        right: 30px;
        bottom: 20px;
    }

    .hero-item-name {
        font-size: 38px;
        line-height: 48px;
    }

    .service-item {
        height: 220px;
    }

    .footer-top {
        padding-bottom: 60px;
    }

    .foot-logo {
        max-width: 140px;
    }

    .foot-logo img {
        max-width: 100%;
    }

    .foot-tel {
        font-size: 18px;
    }

    .footer-btm {
        padding-top: 15px;
    }

    .footer {
        padding-bottom: 25px;
    }

    .filter-unit {
        padding: 15px;
    }

    .range-txt {
        padding: 0 10px;
    }

    .filter-title {
        font-size: 13px;
    }

    .footer {
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .hero-caption {
        font-size: 18px;
        line-height: 28px;
    }

    .hero-item-name {
        font-size: 32px;
        line-height: 42px;
    }

    .hero-item {
        height: 400px;
    }

    .hero-item-box .hero-item {
        height: 190px;
    }

    .promo-slider, .slide {
        padding: 0;
    }

    .promo-slider .slick-prev, .slide .slick-prev {
        left: -15px;
    }

    .promo-slider .slick-next, .slide .slick-next {
        right: -15px;
    }

    .slide-caption {
        left: 50px;
        top: 40px;
    }

    .service-item {
        margin-bottom: 20px;
    }

    .footer-top > .row div[class^=col-]:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-top > .row div[class^=col-]:first-child {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .footer-top > .row div[class^=col-]:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .foot-col {
        text-align: center;
    }

    .foot-tel {
        margin-top: 30px;
    }

    .foot-tel, .foot-locate {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .foot-logo {
        margin: 0 auto 25px auto;
    }

    .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .foot-col {
        padding-top: 30px;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .footer-btm div {
        max-width: 100%;
    }

    .foot-nav li + li {
        margin-top: 5px;
    }

    .foot-title {
        margin-bottom: 10px;
    }

    .item-list .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sel-item {
        margin: 0 5px 10px 5px;
    }

    .product-title {
        margin-top: 30px;
    }

    .tabs-nav li a {
        font-size: 13px;
    }

    .tabs-nav li a span {
        display: none;
    }

    .tab-panel {
        padding: 30px 0 0 0;
    }

    .product-top {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .hero-item-name {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .hero-caption {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }

    .hero-item-box .hero-caption {
        font-size: 18px;
        line-height: 28px;
        left: 20px;
    }

    .head-user, .head-search {
        margin-left: 13px;
    }

    .head-rht {
        padding-right: 0;
    }

    .head-contact {
        padding-right: 30px;
    }

    .head-tel {
        font-size: 16px;
    }

    .head-city, .call-back {
        display: none;
    }

    .head-contact {
        padding: 0;
    }

    .head-tel {
        margin: 0 15px 0 0;
        padding: 0;
    }

    .head-user, .head-search {
        margin-left: 15px;
    }

    .head-tel .icon {
        position: static;
    }

    .head-tel a {
        font-size: 0;
        display: inline-block;
        min-width: 22px;
    }

    .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .item .inner {
        padding: 15px;
    }

    .item-label {
        position: absolute;
        right: -15px;
        top: 0px;
    }

    .contact-title {
        font-size: 28px;
        line-height: 38px;
    }

    .contact-tel {
        font-size: 28px;
        line-height: 38px;
    }

    .map-box {
        height: 400px;
    }

    .foot-tel, .foot-locate {
        max-width: 200px;
    }

    .foot-locate {
        font-size: 12px;
        line-height: 22px;
    }

    .filter-box {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        background: #fff;
        width: 80%;
        z-index: 820;
        padding: 15px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    }

    .filter-open {
        overflow: hidden;
    }

    .filter-open .filter-box {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sort-block {
        display: block;
    }

    .sort-label {
        margin: 0 0 10px 0;
    }

    .tab-panel {
        padding: 25px 0;
    }

    .tab-panel p:not(:last-child) {
        margin: 0 0 15px 0;
    }

    .sub-headline:not(:first-child) {
        margin-top: 25px;
    }

    .news-list div[class^=col-] {
        margin-bottom: 35px;
    }

    .contact-item-icon {
        margin-bottom: 25px;
    }

    .contact-item {
        margin-bottom: 40px;
    }

    .contact-row {
        padding-bottom: 0;
    }
}

@media (max-width: 577px) {
    .hero-item, .hero-item-box .hero-item {
        height: 220px;
        margin-bottom: 15px;
    }

    .hero-item::after {
        top: -60px;
    }

    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .head-mdl {
        width: 360px;
    }

    .slide-label {
        right: 10px;
        top: 10px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .promo-img {
        right: 10px;
        bottom: 10px;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .title {
        font-size: 24px;
        line-height: 34px;
    }

    .slide-caption {
        left: 20px;
        top: 20px;
        max-width: 200px;
    }

    .item-slider .slick-prev {
        left: 0;
    }

    .item-slider .slick-next {
        right: 0;
    }

    .service-item-text {
        width: auto;
        right: 30px;
        left: 30px;
        top: 23px;
        font-size: 16px;
        line-height: 26px;
    }

    .service-item-text span {
        margin-bottom: 10px;
    }

    .item-slider .slick-dots {
        margin-top: 20px;
    }

    .hero {
        margin-bottom: 30px;
    }

    .item-list .item .inner {
        padding: 15px 12px 12px 12px;
    }

    .item-list .item-label {
        right: -12px;
    }

    .title, h1, h2, h3, h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .sel-item {
        font-size: 12px;
        padding: 10px 15px;
        min-width: auto;
    }

    .cls {
        right: 3px;
        top: 3px;
        display: block;
    }

    .footer {
        padding-top: 30px;
    }

    .slider-nav {
        width: 80px;
    }

    .prod-sliders {
        padding-right: 100px;
    }

    .product-top > div[class^=col-] {
        padding: 0 15px;
    }

    .product-top {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 0;
    }

    .shop-btn {
        text-align: left;
    }

    .sub {
        margin-top: 0;
    }
}

@media (max-width: 436px) {
    .item-list {
        display: block;
    }

    .item-list .item {
        max-width: 100%;
    }

    .item-name {
        height: auto;
    }
}

@media (max-width: 420px) {
    .head-user, .head-search {
        margin-left: 10px;
    }

    .head-tel {
        margin-right: 10px;
    }

    .header .logo {
        padding-left: 0;
    }

    .head-lft {
        padding-left: 0;
    }

    .nav-ico {
        top: 39px;
    }

    .head-mdl {
        width: 80%;
        padding: 30px;
    }

    .menu > ul > li {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .hero-caption {
        font-size: 16px;
        line-height: 26px;
    }

    .hero-item-name {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .prod-buttons {
        display: block;
    }

    .prod-buttons div[class^=col-] {
        max-width: 100%;
    }

    .shop-btn {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 350px) {
    .head-search {
        display: none;
    }

    .slide-caption {
        font-size: 18px;
        line-height: 28px;
    }

    .table td {
        height: 32px;
        padding: 10px 15px;
        font-weight: 400;
    }

    .table th {
        text-transform: uppercase;
        padding-bottom: 15px;
        padding: 0px 15px 10px 15px;
    }
}