@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, input, button, label, div {
    font-family: 'Montserrat', sans-serif !important;
}
.col-auto,
.container {
    padding-left: 10px;
    padding-right: 10px
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.breadcrumb,
.btn-more-less,
.modal-full-height .close,
.p-account__deliver,
.priceList__btns,
.s-card__btnPrimary,
.s-contact__title,
.s-header__menuBtn,
.s-header__storeLink,
.s-lang__btn,
.slideshow__btn {
    text-transform: uppercase
}

.b-child-category:hover,
.btn-link,
.btn-link:hover,
.btn-more-less:focus,
.btn-more-less:hover,
.modal-phone__link:hover,
.priceList__btns a:focus,
.priceList__btns a:hover,
.s-card__titleLink:focus,
.s-card__titleLink:focus:hover,
.s-card__titleLink:hover,
.s-contact__link:hover,
.s-footer a:hover,
.s-menuMain li:hover .s-menuMain__link {
    text-decoration: none
}

.slider,
.slider-overlay {
    height: 550px;
    width: 100%;
    position: relative
}

:root {
    --color-black: #1e1e1e;
    --color-white: #ffffff;
    --color-gray-lighten: #f9f9f9;
    --color-gray-light: #e0e0e0;
    --color-gray: #474747;
    --color-gray-dark: #777777;
    --color-text: var(--color-gray);
    --color-primary: #ff6aa7;
    --color-primary-hover: #ff1e7a;
    --color-secondary: var(--color-black);
    --color-body: var(--color-black)
}


html {
    height: 100%
}

body {
    min-width: 320px;
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.65
}

.slider {
    background: url(/image/slider.webp) center 0 / cover repeat-x border-box padding-box;
    margin-bottom: 50px
}

.slider-overlay {
    bottom: 0;
    left: 0;
    padding-top: 240px;
    right: 0;
    top: 0;
    z-index: 0
}

.action_top {
    font-size: 20px;
    color: #fff
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

::-webkit-scrollbar-track {
    background: #f0f0f0
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary-hover)
}

.btn-link:hover::after,
.container-xl,
.s-accountLinks .btn,
.searchInput,
.w-100 {
    width: 100%
}
.s-footer p,
.s-footer * {
  color: #fff !important;
} 
.container .container {
    padding-left: 0;
    padding-right: 0
}

.row,
.row-flex {
    display: flex;
    flex-wrap: wrap
}

.row-flex::after,
.row-flex::before,
.row::after,
.row::before {
    display: none
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.justify-content-center,
.p-account__btn,
.s-p-reviews__stars {
    justify-content: center
}

.justify-content-between,
.s-contact__row {
    justify-content: space-between
}

.align-items-center {
    align-items: center
}

.mb-20,
.mb-40,
.row-mb-20>* {
    margin-bottom: 20px !important
}

.s-product__contentItem+.s-product__contentItem,
.showBtnMobile {
    margin-top: 20px
}

.text-line-2,
.text-line-3 {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
    margin-bottom: 20px;
    padding-top: 0
}

.accordion-inner,
.mb-40 .h1,
.mb-40 .h2,
.mb-40 h1,
.mb-40 h2,
.s-menuMain li:last-child,
.s-news__moduleTitle .s-title,
.section-productsSlider .s-title,
.text p:last-child {
    margin-bottom: 0
}

.h1,
h1 {
    font-size: 28px;
    line-height: 1;
    font-weight: 300
}

.h2,
.h3,
h2,
h3 {
    line-height: 1.1
}

.h2,
.h3,
.h4,
.h5,
.h6,
.s-title__400,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

.s-title__lg.h1 {
    font-size: 32px;
    line-height: 1.3
}

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

.cart-result-total strong,
.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 18px;
    line-height: 1.2
}

.h5,
.h6,
h5,
h6 {
    font-size: 16px;
    line-height: 1.3
}

.s-title {
    display: block;
    margin: 30px 0;
    color: var(--color-black)
}

@media (max-width:767.98px) {
    .row-mobile {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-mobile>* {
        padding-left: 5px;
        padding-right: 5px
    }

    .showBtnDesktop {
        display: none !important
    }

    .s-title {
        margin-bottom: 12px
    }
}

.modal-full-height .close:hover,
.modal-title span,
.p-p-review__stars,
.radiobox.active,
.s-contact__title,
.s-news__item:hover .s-news__title,
.s-title span {
    color: var(--color-primary)
}

.c-sort__dDBtn:focus,
.c-sort__dDBtn:hover,
.s-footer,
.s-footer a,
.s-title__white {
    color: var(--color-white)
}

.text,
.text .section-html,
.text-sm {
    font-size: 13px !important;
    font-weight: 100
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text-sm {
    font-weight: 300
}

.text-lg {
    font-size: 16px
}

.accordion-title.collapsed,
.breadcrumb__text,
.pagination li a,
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover,
.priceList__btns,
.priceList__btns a,
.priceList__title,
.s-article .text-styled,
.s-news__title,
.text-dark,
.text-styled b,
.text-styled strong {
    color: var(--color-black)
}

.text-success {
    color: #45b347
}

.text-danger {
    color: #df3835
}

.text-warning {
    color: #f80
}

.text a {
    transition: .5s linear;
    font-weight: 500
}

.img-fluid,
.text img {
    max-width: 100%;
    height: auto
}

@media (min-width:768px) {
    body {
        font-size: 16px;
        line-height: 1.6
    }

    .row-15>* {
        padding-left: 15px;
        padding-right: 15px
    }

    .showBtnMobile {
        display: none !important
    }

    .mb-40 .h1,
    .mb-40 .h2,
    .mb-40 h1,
    .mb-40 h2 {
        margin-bottom: -10px
    }

    .h1,
    h1 {
        font-size: 30px
    }

    .s-title__lg.h1 {
        font-size: 36px
    }

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

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

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

    .text,
    .text .section-html {
        font-size: 16px
    }

    .text-lg {
        font-size: 18px
    }

    .pr-50 {
        padding-right: 50px
    }
}

.text__white {
    font-weight: 200;
    color: var(--color-white)
}

.section-html .text,
.text *,
.text-sm * {
    margin-bottom: 20px
}

.m-0 {
    margin: 0 !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mr-auto {
    margin-right: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-40,
.py-40 {
    padding-bottom: 40px !important
}

.pt-40,
.py-40 {
    padding-top: 40px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-80,
.py-80 {
    padding-top: 50px !important
}

.pb-80,
.py-80 {
    padding-bottom: 50px !important
}

@media (min-width:992px) {
    body {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        overflow-x: hidden
    }

    .s-footer {
        margin-top: auto
    }

    .h1,
    h1 {
        font-size: 34px
    }

    .s-title__lg.h1,
    h1.s-title__lg {
        font-size: 40px
    }

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

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

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

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

    .text,
    .text .section-html {
        font-size: 16px
    }

    .text-lg {
        font-size: 20px
    }

    .mb-40 {
        margin-bottom: 40px !important
    }

    .pb-lg-40 {
        padding-bottom: 40px !important
    }

    .pt-80,
    .py-80 {
        padding-top: 65px !important
    }

    .pb-80,
    .py-80 {
        padding-bottom: 65px !important
    }

    .columns-2 {
        columns: 1;
        column-gap: 40px
    }
}

.h-auto {
    height: auto !important
}

.s-menuServices.columns-2 {
    column-gap: 40px
}

.form-group {
    margin-bottom: 25px
}

.form-group__in {
    position: relative;
    overflow: hidden
}

.form-control {
    border: 0;
    appearance: none;
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .3);
    color: var(--color-black);
    transition: .15s
}

.form-control__bg,
.modal-video iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.has-error .form-control,
.has-error .form-control:focus {
    box-shadow: inset 0 -1px 0 #a94442;
    border: none
}

.has-error .form-control+label {
    color: #a94442
}

.has-error .text-danger {
    margin-top: 7px;
    margin-left: 11px;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.2
}

.form-control__an {
    padding: 16px 12px 0
}

textarea.form-control__an {
    padding-top: 25px;
    resize: none
}

.form-control__label {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 13px;
    white-space: nowrap;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    transform-origin: 0 0;
    transform: translate3d(0, 0, 0);
    transition: .2s;
    pointer-events: none
}

.carouselCartRelated .s-card__price,
.modal-content .alert,
.toast {
    font-size: 13px
}

.form-control__bg {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .02);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: .25s
}

.form-control__an:not(:placeholder-shown)+label {
    color: rgba(0, 0, 0, .5);
    transform: translate3d(0, -12px, 0) scale(.75)
}

.form-control:focus {
    background-color: rgba(0, 0, 0, .05);
    outline: 0;
    box-shadow: inset 0 -2px 0 var(--color-primary)
}

.form-control__an:focus+label {
    color: var(--color-black);
    transform: translate3d(0, -12px, 0) scale(.75)
}

.form-control__an:focus+label+.form-control__bg {
    transform: scaleX(1)
}

select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 30px 16px
}

.toast {
    font-weight: 200
}

.modal-backdrop {
    background: rgba(16, 16, 16, .3);
    backdrop-filter: blur(3px);
    transition: .3s linear;
    opacity: 1
}

.modal-backdrop.in {
    opacity: 1
}

.modal-content {
    width: 100%;
    padding: 45px 20px 40px;
    overflow: hidden
}

.modal-content.popupCartContent {
    padding: 65px 10px 45px
}

.modal-top-space {
    display: flex;
    align-items: center;
    min-height: calc(100% - 60px);
    pointer-events: none
}

.modal-top-space .modal-content {
    pointer-events: all
}

.modal-full-height {
    position: absolute;
    top: 0;
    display: flex;
    height: auto;
    min-height: 100%;
    margin: 0;
    width: 300px
}

.modal-full-height.modal-left {
    left: 0
}

.modal-full-height.modal-right {
    right: 0;
    justify-content: flex-end
}

.fade .modal-dialog.modal-left {
    transform: translate(-25%, 0)
}

.fade .modal-dialog.modal-right {
    transform: translate(25%, 0)
}

.in .modal-dialog.modal-left,
.in .modal-dialog.modal-right {
    transform: none
}

.modal-full-height .modal-content {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    outline: 0;
    padding: 70px 20px
}

@media (min-width:768px) {
    .form-control__label {
        font-size: 16px
    }

    .modal-content {
        padding: 45px 50px 40px
    }

    .modal-full-height {
        min-width: 520px;
        width: 50%
    }

    .modal-full-height .modal-content {
        padding: 100px 40px
    }
}

@media (min-width:1200px) {

    .pt-80,
    .py-80 {
        padding-top: 80px !important
    }

    .pb-80,
    .py-80 {
        padding-bottom: 80px !important
    }

    .modal-full-height .modal-content {
        padding: 100px 80px
    }
}

.modal-full-height.modal-right .modal-content {
    border: 0;
    border-left: 1px solid #dee2e6
}

.modal-body {
    padding: 0;
    font-weight: 100
}

.modal-full-height .modal-body {
    flex: 1 1 auto
}

.modal-full-height .modal-header .close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    font-size: 24px;
    text-shadow: none;
    padding-right: 1px
}

.modal-full-height .modal-header {
    padding: 0 30px 15px 0;
    text-align: left
}

.btn-socialLogin,
.cart-quantity,
.h-socialNet__link,
.modal .close,
.modal-footer,
.modal-header,
.pagination,
.row-pagination,
.s-hp-reviews__wrapper,
.s-info {
    text-align: center
}

.modal-full-height .modal-footer {
    border-top: 1px solid var(--color-gray-light);
    padding-top: 15px;
    padding-bottom: 0
}

.modal-header {
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0
}

.modal .close {
    position: absolute;
    top:24px;
    right: 0;
    background: #fff;
    color: var(--color-gray);
    width: 40px;
    height: 40px;
    padding-left: 1px;
    opacity: .8;
    font-size: 30px;
    transition: .15s linear;
    z-index: 2
}

.modal-full-height .close,
.modal-title {
    color: var(--color-black);
    font-weight: 400
}

.alert,
.s-info__text {
    font-weight: 300
}

.alert,
.btn {
    font-size: 14px
}

.modal .close span {
    display: block;
    line-height: 20px
}

.modal .close:focus,
.modal .close:hover {
    color: var(--color-primary);
    opacity: .5
}

.modal-full-height .close {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24;
    right: 25px;
    width: auto;
    font-size: 14px;
    transition: .3s linear
}

.btn,
.btn .icon-arrow,
.btn-link::after {
    transition: .4s ease-out
}

.modal-full-height .close span {
    font-size: 30px;
    margin-top: -2px;
    margin-right: 0px
}

.modal-footer {
    border-top: none;
    padding-top: 0
}

.popupCartContent .modal-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.popupCartContent .modal-footer .btn,
.s-footer ul li+li {
    margin-top: 15px
}

@media (max-width:575.98px) {
    .popupCartContent .modal-footer .btn-transparent {
        order: 2
    }

    .slider {
        margin-bottom: 10px
    }

    .pb-80 {
        padding-bottom: 40px !important
    }

    .pt-80 {
        padding-bottom: 40px !important
    }

    .s-title {
        display: block;
        margin: 40px 0
    }
}

@media (max-width:400px) {
    .pb-80 {
        padding-bottom: 40px !important
    }

    .pt-80 {
        padding-top: 40px !important
    }

    .founder .section-html {
        margin-top: 0
    }

    .slider {
        margin-bottom: 10px
    }
}

.modal-full-height .modal-footer__fixed {
    position: sticky;
    bottom: 0;
    left: 0;
    max-width: 400px;
    background: #fff;
    z-index: 11;
    margin: 0 -20px -20px;
    padding-bottom: 15px
}

.modal-video {
    width: auto;
    max-width: 1280px;
    margin: 30px auto;
    padding: 0 5px
}

.modal-video .modal-body {
    position: relative;
    padding-bottom: 56.25%
}

.modal-video iframe {
    top: 0;
    left: 0
}

.alert a {
    font-weight: 400;
    color: #3c763d
}

.alert-dismissible,
.btn .icon-arrow,
.btn-link,
.btn-more-less,
.btn-more-less span,
.icon-arrow,
.payments .container,
.s-header__iconContact {
    position: relative
}

.alert-dismissible .close {
    position: absolute;
    right: 10px;
    top: 10px
}

.alert-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 500px;
    min-width: 250px;
    width: 50%;
    z-index: 789
}

.s-info {
    margin-top: 40px;
    margin-bottom: 60px
}

.s-info__text {
    margin-bottom: 20px
}

.svg-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    overflow: hidden;
    vertical-align: -.15em
}

.btn {
    padding: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .07em;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.s-header__inner,
.s-header__nav {
    align-items: center;
    display: flex
}

.btn .icon-arrow {
    display: block;
    margin-left: 15px;
    right: 0;
    margin-bottom: 0
}

.btn-more-less span::before,
.icon-arrow::after,
.icon-arrow::before {
    position: absolute;
    transition: .4s ease-out;
    content: ""
}

.btn:hover .icon-arrow {
    right: -7px
}

.btn .icon-arrow-r {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 15px;
    right: auto;
    left: 0
}

.btn:hover .icon-arrow-r {
    left: -7px
}

.btn-outline-white {
    background: 0 0;
    border: 1px solid var(--color-white);
    color: var(--color-white)
}

.btn-outline-white:focus,
.btn-outline-white:focus:hover,
.btn-outline-white:hover {
    box-shadow: inset 0 0 0 50px var(--color-white);
    color: var(--color-black);
    outline: 0
}

.btn-default:focus .icon-arrow::after,
.btn-default:focus .icon-arrow::before,
.btn-default:focus:hover .icon-arrow::after,
.btn-default:focus:hover .icon-arrow::before,
.btn-default:hover .icon-arrow::after,
.btn-default:hover .icon-arrow::before,
.btn-outline-white .icon-arrow::after,
.btn-outline-white .icon-arrow::before,
.btn-primary .icon-arrow::after,
.btn-primary .icon-arrow::before {
    border-color: var(--color-white)
}

.btn-outline-white:focus .icon-arrow::after,
.btn-outline-white:focus .icon-arrow::before,
.btn-outline-white:focus:hover .icon-arrow::after,
.btn-outline-white:focus:hover .icon-arrow::before,
.btn-outline-white:hover .icon-arrow::after,
.btn-outline-white:hover .icon-arrow::before {
    border-color: var(--color-black)
}

.btn-default {
    border-color: var(--color-primary);
    color: var(--color-black)
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    box-shadow: inset 0 0 0 50px var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
    outline: 0
}

.btn-link:hover,
.s-footer a:hover {
    color: var(--color-primary)
}

.btn-link::after {
    content: "";
    margin-top: 1px;
    display: block;
    width: 0;
    height: 0;
    border-top: 2px solid var(--color-primary)
}

.btn-link .icon-arrow::after,
.btn-link .icon-arrow::before,
.gallery-thumbs .swiper-slide.swiper-slide-active {
    border-color: var(--color-primary)
}

.btn-more-less {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-black);
    width: auto;
    cursor: pointer;
    margin-top: 15px
}

.btn-more-less:focus,
.btn-more-less:hover {
    color: var(--color-black)
}

.btn-more-less span::before {
    z-index: 1;
    right: -30px;
    top: 3px;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--color-black);
    border-top: 2px solid var(--color-black);
    transform: rotate(135deg)
}

[aria-expanded="true"]~.btn-more-less span::before {
    transform: rotate(-45deg);
    top: 8px
}

.btn-transparent {
    background-color: transparent;
    color: var(--color-black)
}

.btn-transparent:hover,
.s-headSearch .dropdown-menu>li>a:hover {
    background-color: var(--color-gray-light)
}

.decor1 svg path,
.decor2 svg path,
.s-card__out .p-quantity,
.s-card__out .s-card__btnPrimary,
.slideshow .swiper-slide:not(.swiper-slide-active) [data-aos] {
    opacity: 0
}

.decor1 .lines,
.decor2 .lines {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    opacity: 1
}

.decor1 .lines {
    animation: 50s linear forwards dash
}

.decor2 .lines {
    animation: 12s linear forwards dash
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

.icon-arrow {
    width: 30px;
    height: 12px
}

.icon-arrow::before {
    z-index: 1;
    right: 2px;
    top: 50%;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border-right: 1px solid #949494;
    border-top: 1px solid #949494;
    transform: rotate(45deg)
}

.icon-arrow::after {
    top: 50%;
    right: 1px;
    width: calc(100% - 3px);
    height: 0;
    border-top: 1px solid #949494
}

.icon-arrow-strong::before {
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-black);
    border-top: 2px solid var(--color-black)
}

.icon-arrow-strong::after {
    right: 3px;
    border-width: 2px;
    transform: translateY(-50%)
}

.modal-socialN__link:hover,
.s-news__item:hover .s-news__image img {
    transform: scale(1.1)
}

.s-header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
    background-color: #1e1e1e;
    transition: .2s linear
}

.s-header.scrolled,
.s-header__bg {
    background-color: var(--color-black)
}

.s-header__inner {
    padding: 15px 0
}

.header-space {
    margin-top: 76px;
    padding-top: 30px
}

.s-header__logo {
    flex: 0 0 38%;
    min-width: 120px
}

.s-header__nav {
    flex: 1 0 0
}

.s-header__right {
    display: flex;
    align-items: center;
    margin-left: auto
}

.s-header__store {
    margin-right: 40px;
    display: none
}

.s-header__storeLink {
    padding: 22px 30px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: var(--color-white);
    font-weight: 300;
    box-shadow: none
}

.s-header__cart {
    color: #fff;
    margin-right: 20px
}

.s-cartIcon__counter {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: var(--color-primary);
    border-radius: 50%;
    margin: 0;
    font-weight: 300;
    font-size: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: none !important
}

.s-cartIcon__active .s-cartIcon__counter {
    display: block !important
}

.table-cart {
    margin: 0 !important;
    width: 100%;
    border-collapse: collapse;
    background-color: transparent
}

.table-cart col.cart-image {
    width: 5%
}

.table-cart col.cart-total {
    width: 10%
}

.table-cart col.cart-remove {
    width: 7px
}

.table-cart td,
.table-cart th {
    padding: 7px;
    vertical-align: middle
}

.table-cart tr+tr {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--color-gray-lighten)
}

.table-cart .name-link {
    display: block;
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 14px;
    color: var(--color-black);
    line-height: 1.2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.table-cart .options {
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.1
}

.cart-price,
.cart-total-in {
    font-weight: 300;
    font-size: 14px;
    color: var(--color-primary)
}

.modal .cart-total-in,
.text h1 b,
.text h1 strong,
.text h2 b,
.text h2 strong,
.text h3 b,
.text h3 strong,
.text h4 b,
.text h4 strong,
.text h5 b,
.text h5 strong,
.text h6 b,
.text h6 strong {
    font-weight: 700
}

.cart-quantity {
    min-width: 115px;
    white-space: nowrap
}

.td-title {
    font-weight: 300;
    font-size: 13px;
    color: var(--color-gray);
    line-height: 1
}

.cart-total-in {
    min-width: 125px;
    white-space: nowrap
}

.cart-remove .btn {
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border: none
}

.cart-result-total {
    margin-top: 12px;
    font-size: 16px;
    color: var(--color-black)
}

.h-socialNet {
    margin-left: 25px;
    display: none
}

.h-socialNet__link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.input-group,
.nav-search-holder,
.priceList__desc,
.s-footer__sn,
.s-h-product,
.s-input-group,
.separator {
    display: flex;
    align-items: center
}

.h-socialNet__link img {
    filter: brightness(0) invert(1);
    transition: opacity .15s linear
}

.h-socialNet__link:hover img {
    opacity: .7
}

.nav-search-holder {
    position: absolute;
    z-index: 1020;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    opacity: 0;
    transition: top .3s, opacity .3s
}

.nav-search-holder.active {
    top: 0;
    opacity: 1
}

.nav-search-holder .form-control {
    background-color: transparent;
    box-shadow: inset 0 -2px 0 var(--color-primary);
    color: #fff
}

.nav-search-holder .input-group-btn {
    margin-left: 10px
}

.nav-search-holder .btn {
    padding: 15px;
    background-color: var(--color-black);
    color: var(--color-white);
    width: 40px;
    height: 56px;
    font-size: 32px
}

.searchInput .dropdown-menu {
    width: 100%;
    max-height: 500px;
    overflow-x: auto
}

.approach-swiper .swiper-container,
.s-card__title {
    overflow: visible
}

.input-group {
    position: relative
}

.s-h-product__content {
    display: block;
    padding-left: 10px;
    line-height: 1;
    white-space: normal
}

.s-h-product__name {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 15px
}

.s-h-product__model {
    display: block;
    margin-bottom: 3px;
    font-weight: 200;
    font-size: 13px;
    color: var(--color-gray-dark)
}

.s-h-product__price {
    font-size: 13px;
    font-weight: 400;
    color: var(--color-primary)
}

.s-h-product__priceOld {
    margin-left: 15px;
    font-weight: 200;
    font-size: 12px;
    color: var(--color-gray);
    text-decoration: line-through
}

.s-headSearch .dropdown-menu {
    width: 100%;
    margin-top: 3px;
    border-radius: 5px
}

.s-headSearch .dropdown-menu>li>a {
    padding: 3px 15px
}

.s-header__iconContact {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center
}

.s-header__iconContact span {
    margin-left: 20px;
    color: var(--color-black)
}

.s-header__right .s-header__iconContact span {
    display: none;
    color: var(--color-white)
}

.s-menuFooter .s-header__iconContact {
    margin-left: auto
}

@media (min-width:1199px) {
    .s-header__right .s-header__iconContact span {
        display: inline-block
    }
}

.modal-phone__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding-left: 50px;
    font-weight: 400;
    font-size: 20px;
    transition: color .2s linear
}

.modal-phone__link:hover {
    color: var(--color-black)
}

.modal-phone__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transition: transform .2s linear, background .2s linear
}

.s-header__menuBtn,
.s-lang__btn {
    border: none
}

.modal-phone__link:hover .modal-phone__icon {
    transform: scale(1.1);
    background-color: var(--color-black)
}

.separator::after,
.separator::before {
    content: "";
    background-color: var(--color-gray-lighten);
    width: 100%;
    height: 1px
}

.separator span {
    margin: 0 20px;
    font-weight: 400;
    font-size: 12px;
    color: var(--color-text);
    line-height: 1;
    text-transform: lowercase
}

.modal-socialN__link+.modal-socialN__link {
    margin-left: 30px
}

.modal-socialN__link {
    display: inline-block;
    transition: transform .15s linear
}

.s-menuMain__link,
.s-menuMain__linkSm {
    transition: .4s ease-out;
    display: block
}

.popup-decor {
    position: absolute;
    z-index: 0
}

.popup-decor.decor1 {
    bottom: -30%;
    left: -50%;
    width: 100%;
    opacity: .5
}

.popup-decor.decor2 {
    right: -95%;
    top: 10%;
    width: 500px;
    opacity: .4
}

.s-header__language {
    margin-right: 40px;
    position: relative
}

.s-header__language .dropdown-toggle {
    padding: 20px 20px 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--color-white)
}

.s-header__language .dropdown-toggle.focus,
.s-header__language .dropdown-toggle:focus,
.s-header__language .dropdown-toggle:hover {
    background-color: transparent;
    color: var(--color-white);
    opacity: .7
}

.s-header__language .dropdown-toggle::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    transition: .5s linear;
    border-color: transparent transparent transparent var(--color-white)
}

.s-header__language .dropdown-toggle:hover::after {
    transform: translateY(-25%) rotate(270deg);
    transition: .4s linear
}

.s-lang__btn {
    background-color: transparent;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    width: 100%
}

.s-lang__btn.focus,
.s-lang__btn:focus,
.s-lang__btn:hover {
    background-color: var(--color-gray-lighten);
    color: var(--color-primary)
}

.s-lang__btn.active.focus,
.s-lang__btn.active:focus,
.s-lang__btn.focus,
.s-lang__btn:active.focus,
.s-lang__btn:active:focus,
.s-lang__btn:focus {
    outline: 0
}

.s-header__language .dropdown-menu {
    margin-left: -40px;
    margin-top: 0;
    transform: translateY(20px);
    transition: .2s linear;
    display: block;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.s-header__language:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.s-header__menuBtn {
    display: block;
    background-color: transparent;
    height: 46px;
    font-weight: 400;
    font-size: 10px;
    color: var(--color-white);
    line-height: 1;
    letter-spacing: .72px
}

.s-header__menuIcon {
    display: block;
    margin-bottom: 0px
}

@media (min-width:576px) {
    .btn {
        padding: 25px
    }

    .s-header__logo {
        flex: 0 0 200px;
        width: 200px
    }

    .popup-decor.decor2 {
        right: -60%;
        opacity: 1
    }

    .s-header__menuIcon {
        margin-top: -1px;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 0
    }

    .s-header__menuBtn {
        display: flex;
        align-items: center
    }
}

.s-header__menuIcon::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--color-white);
    margin: auto;
    position: relative;
    box-shadow:
      0 -8px 0 var(--color-white),  /* верхня смужка */
      0 8px 0 var(--color-white);   /* нижня смужка */
  }

.s-header__menuIcon::after,
.specification-wrapper .h6 {
    margin-top: 5px
}

.s-menuMain,
.s-menuSub {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 300
}

.s-menuMain {
    padding-bottom: 20px
}

.s-menuMain li {
    transition: .4s ease-out;
    margin-bottom: 12px
}

.s-menuMain__link {
    padding: 4px 0;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-black)
}

.s-footer__powered,
.s-menuMain__linkSm {
    color: var(--color-gray)
}

.s-menuMain li:hover .s-menuMain__link {
    color: var(--color-black)
}

@media (min-width:768px) {
    .modal-full-height .close {
        top: 28px;
        right: 24px
    }

    .modal-sm {
        width: 450px
    }

    .modal-video {
        padding: 0 20px
    }

    .header-space {
        margin-top: 100px
    }

    .s-header__store {
        display: block
    }

    .searchInput {
        position: relative
    }

    .nav-search-holder .btn {
        width: 56px
    }

    .s-header__contact,
    .s-header__search {
        margin-right: 25px
    }

    .modal-phone__link {
        min-height: 50px;
        padding-left: 70px;
        font-size: 27px
    }

    .modal-phone__icon {
        width: 50px;
        height: 50px;
        line-height: 46px
    }

    .popup-decor.decor2 {
        right: -20%
    }

    .s-header__menuBtn {
        font-size: 14px
    }

    .s-header__menuIcon {
        margin-right: 17px
    }

    .s-menuMain__link {
        font-size: 24px
    }
}

.p-account__btns .btn,
.s-card__rowLfet,
.s-footer__icon {
    margin-right: 10px
}

@media (min-width:992px) {
    .modal-lg {
        width: 750px
    }

    .modal-content {
        padding: 65px 90px 80px
    }

    .modal-content.popupCartContent {
        padding: 65px 25px 45px
    }

    .modal-full-height {
        min-width: 720px
    }

    .modal .close {
        width: 70px;
        height:24px;
    }

    .h-socialNet {
        display: block
    }

    .s-menuMain__link {
        font-size: 30px;
        position: relative
    }

    .s-menuMain li:hover .s-menuMain__link {
        padding-left: 45px;
        color: var(--color-primary)
    }

    .s-menuMain__link::after,
    .s-menuMain__link::before {
        content: "";
        position: absolute
    }

    .s-menuMain__link::before {
        z-index: 1;
        top: 50%;
        margin-top: -4px;
        left: 22px;
        opacity: 0;
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--color-primary);
        border-top: 2px solid var(--color-primary);
        transform: rotate(45deg)
    }

    .s-menuMain__link::after {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 0;
        height: 2px;
        background-color: var(--color-primary)
    }

    .s-menuMain li:hover .s-menuMain__link::before {
        opacity: 1;
        transition: opacity .9s linear
    }

    .s-menuMain li:hover .s-menuMain__link::after {
        width: 30px;
        transition: width .2s linear
    }
}

.s-menuMain__linkSm {
    font-size: 15px;
    line-height: 1.3
}

.breadcrumb__link:active,
.breadcrumb__link:focus,
.breadcrumb__link:hover,
.s-menuMain__linkSm:hover {
    text-decoration: none;
    color: var(--color-gray)
}

@media (min-width:768px) {
    .s-menuMain__linkSm {
        font-size: 20px
    }

    .s-card__titleLink .icon-arrow {
        margin-top: 5px
    }
}

#headerContact {
    z-index: 1052 !important
}

.modal-backdrop.in~.modal-backdrop.in {
    z-index: 1051 !important
}

.s-menuSub {
    padding: 14px 0 8px 20px
}

.s-menuFooter .s-header__iconContact img {
    filter: brightness(0)
}

.s-menuFooter,
.s-menuServices {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2
}

.s-menuServices li {
    margin-bottom: 12px;
    font-weight: 300
}

.s-footer {
    background-color: var(--color-black);
    padding: 35px 0;
    font-weight: 300;
    font-size: 14px
}

.s-footer a {
    transition: color .2s linear
}

@media (min-width:1200px) {
    .s-menuMain__link {
        font-size: 34px
    }

    .s-menuMain {
        padding-bottom: 40px
    }

    .s-menuFooter,
    .s-menuServices {
        padding: 40px 0
    }

    .s-footer__info {
        padding-left: 30px
    }

    .s-footer__powered {
        margin-bottom: 25px
    }
}

@media (min-width:1500px) {
    .s-footer__info {
        padding-left: 60px
    }
}

.s-footer__address {
    display: flex;
    margin-bottom: 15px
}

.p-account .nav-tabs>li+li,
.s-footer__snLink+.s-footer__snLink {
    margin-left: 20px
}

.s-footer__snLink:hover {
    opacity: .5
}

.s-footer__snYoutube img {
    width: 32px
}

.s-card {
    border: solid var(--color-gray-light);
    border-width: 0 1px 1px 0;
    padding: 15px 5px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .s-products .col-xs-6:nth-of-type(3n) .s-card {
        border-right-color: transparent
    }

    .s-products .col-xs-6:nth-of-type(3n + 1):nth-last-of-type(-n + 3) .s-card,
    .s-products .col-xs-6:nth-of-type(3n + 1):nth-last-of-type(-n + 3)~.col-xs-6 .s-card {
        border-bottom-color: transparent
    }
}

.swiper-slide .s-card {
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 0 0 0 1px
}

.swiper-slide-active .s-card {
    border-color: transparent
}

.s-card__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;     
}

.s-card__percent {
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    background-color: #ff6aa7;
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    line-height: 1
}

.s-card__rating {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-size: 18px
}

.s-card__body {
    height: 280px;
    display: flex;
    flex-direction: column
}

#carouselLatest .s-card__body {
    height: auto
}

.s-card__info {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--color-gray-light);
    font-weight: 200;
    font-size: 14px;
    color: var(--color-gray);
    line-height: 1;
    min-height: 30px
}

.s-card__infoSm,
.s-card__row {
    font-weight: 300;
    font-size: 12px
}

.carouselCartRelated .s-card__info {
    font-size: 12px
}

.carouselCartRelated .s-card__priceOld,
.carouselCartRelated .s-card__row {
    font-size: 10px
}

.carouselCartRelated .s-card__rowRight {
    min-width: 80px
}

.s-card__infoSm {
    margin-top: -5px;
    margin-bottom: 5px;
    color: var(--color-black);
    line-height: 20px
}

.s-card__infoLeft {
    padding: 5px 8px;
    background: transparent !important;
    color: var(--color-primary)
}

.benefits-images__bg,
.section-bg,
.slideshow__image {
    background-repeat: no-repeat;
    background-size: cover
}

.s-card__infoRight {
    text-align: right;
    color: var(--color-primary)
}

.s-card__row {
    display: flex;
    align-items: center;
    line-height: 1;
    min-height: 26px;
    margin-top: auto
}

.s-card__rowRight {
    flex: 1 0 0%;
    max-width: 50%;
    margin-left: auto;
    min-width: 75px
}

.s-card__title {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    max-height: 50px
}

.carouselCartRelated .s-card__title {
    font-size: 12px;
    max-height: 46px
}

.s-card__category .s-card__title {
    height: auto;
    max-height: none
}

.s-card__category {
    padding: 0;
    border: none
}

#information-information .founder .showBtnDesktop,
#information-information .founder .showBtnMobile,
.s-card__category .icon-arrow {
    display: none
}

.s-card__single .s-card__titleLink {
    text-align: left
}

.s-card__titleLink {
    display: block;
    text-align: center;
    min-height: 30px;
    color: var(--color-black);
    transition: .2s linear
}

.s-card__titleLink .icon-arrow {
    flex: 0 0 25px
}

.s-card__price {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    line-height: 2;
    white-space: nowrap;
    min-height: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.s-card__priceSpecial {
    color: red
}

.breadcrumb__link,
.s-card__out .s-card__price,
.s-card__priceOld {
    color: var(--color-gray)
}

.s-card__priceOld {
    margin-left: 7px;
    font-weight: 200;
    font-size: 13px;
    text-decoration: line-through
}

.s-card__btns {
    display: flex;
    align-items: center;
    margin-top: 8px;
    position: relative
}

@media (max-width:575.98px) {

    .btn,
    .s-footer__sn {
        justify-content: center
    }

    .btn,
    .s-footer__addresses .col-xs-6 {
        width: 100%
    }

    .btn {
        font-size: 12px
    }

    .s-header__cart svg,
    .s-header__iconContact img {
        width: 25px
    }

    .s-header__menuBtn {
        letter-spacing: 0
    }

  .s-footer__addresses .col-xs-6:first-child {
    margin-bottom: 0 !important;
}

    .s-menuMain__link {
        font-size: 24px
    }

    .s-menuMain__linkSm {
        font-size: 18px
    }

    .s-card__row {
        justify-content: center;
        font-size: 11px
    }

    .s-card__price {
        font-size: 14px
    }

    .s-card__priceOld {
        font-size: 11px
    }

    .s-card__btns {
        flex-direction: column
    }

    .s-card__btns .p-quantity {
        margin-bottom: 10px;
        margin-right: 0
    }

    .s-card__btnPrimary {
        margin-left: 0 !important
    }
}

.s-card__outText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-quantity {
    position: relative;
    max-width: 100px;
    margin-right: auto
}

.p-quantity__input {
    background-color: transparent !important;
    border: 1px solid var(--color-primary);
    height: 36px;
    padding: 6px 25px;
    font-weight: 300;
    font-size: 14px;
    color: var(--color-black);
    text-align: center;
    box-shadow: none !important
}

.p-quantity__btn {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: none;
    width: 34px;
    height: 36px;
    z-index: 3;
    font-weight: 100;
    font-size: 18px;
    line-height: 9px;
    display: block
}

.p-quantity__btn.btn-minus {
    left: 0;
    color: var(--color-black)
}

.p-quantity__btn.btn-plus {
    right: 0;
    color: var(--color-black)
}

.s-card__btnPrimary {
    margin-left: 15px;
    padding: 10px;
    height: 36px;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.s-card__btnPrimary .icon-arrow {
    margin-top: -3px;
    margin-left: 10px;
    font-size: 16px;
    display: none
}

@media (max-width:1199px) {
    .s-card__btnPrimary {
        margin-left: 10px
    }

    .s-card__btnPrimary .icon-arrow {
        margin-left: 5px;
        width: 20px
    }
}

.s-card__upper {
    font-weight: 100;
    font-size: 16px;
    color: var(--color-gray)
}

.s-card__body .s-title {
    margin-bottom: 10px;
    line-height: 1.1
}

.s-card__descr {
    font-weight: 100;
    font-size: 15px
}

.slideshow__containerfullHeight {
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 10000px;
    z-index: 1;
    overflow: hidden
}

.slideshow__image {
    background-position: right;
    background-attachment: scroll;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slideshow__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .45)
}

.slideshow__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    height: 100vh;
    justify-content: flex-end;
    padding-bottom: 100px
}

.slideshow__title {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 24px;
    color: var(--color-white);
    line-height: 1.3
}

.slideshow__btn i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 22px;
    margin-left: 15px;
    line-height: 15px
}

.approach-swiper {
    overflow: hidden
}

.approach-swiper .slideshow__image {
    min-height: 400px;
    background-attachment: fixed;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    position: relative
}

.approach-swiper .slideshow__image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 50%, rgba(16, 16, 16, .8) 100%)
}

.approach-swiper .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background-color: var(--color-primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear;
    z-index: 20;
    padding: 10px;
    font-size: 25px
}

.approach-swiper .play-video:active,
.approach-swiper .play-video:focus,
.approach-swiper .play-video:hover {
    outline: 0
}

.slideshow__titleBottom {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

@media (min-width:768px) {
    .approach-swiper .slideshow__image {
        padding: 30px
    }

    .slideshow__body {
        justify-content: center;
        padding-bottom: 0
    }

    .slideshow__title {
        margin-bottom: 20px;
        font-size: 32px
    }
}

@media (min-width:992px) {
    .s-menuMain__linkSm:hover {
        color: var(--color-primary)
    }

    #column-left {
        width: 20%
    }

    #column-left~#content {
        width: 80%
    }

    .contentSearch {
        width: 80%;
        margin-left: 10%
    }

    .s-card__upper,
    .slideshow__titleBottom {
        font-size: 20px
    }

    .s-card__descr {
        font-size: 18px
    }

    .approach-swiper .slideshow__image {
        min-height: 600px;
        padding: 60px
    }

    .approach-swiper .play-video {
        width: 80px;
        height: 80px;
        font-size: 30px
    }

    .slideshow__title {
        font-size: 42px
    }
}

.slideshow__btnsBottom .btn:first-child {
    margin-left: 0
}

@media (min-width:1200px) {
    .s-products .col-xs-6:nth-of-type(4n) .s-card {
        border-right-color: transparent
    }

    .s-products .col-xs-6:nth-of-type(4n + 1):nth-last-of-type(-n + 4) .s-card,
    .s-products .col-xs-6:nth-of-type(4n + 1):nth-last-of-type(-n + 4)~.col-xs-6 .s-card {
        border-bottom-color: transparent
    }

    .slideshow__title {
        font-size: 50px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
        width: 100%
    }

    .container-xl {
        max-width: 1680px
    }

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

    .columns-2 {
        column-gap: 100px
    }

    .modal-full-height .modal-content {
        padding: 150px 100px
    }

    .modal-video {
        width: 1280px
    }

    .s-header__inner {
        padding: 20px 0
    }

    .header-space {
        margin-top: 110px
    }

    .approach-swiper .slideshow__image {
        min-height: 700px
    }

    .slideshow__titleBottom {
        font-size: 24px
    }

    .approach-swiper .play-video {
        width: 140px;
        height: 140px;
        font-size: 48px
    }

    .slideshow__title {
        font-size: 40px
    }
}

@media (min-width:768px) and (max-width:1399.98px) {
    .slideshow__body {
        padding-left: 8%
    }
}

.s-news__body,
.section-html {
    font-weight: 100;
    font-size: 16px
}

.section-html h1:not(.s-title) span,
.section-html h2:not(.s-title) span,
.section-html h3:not(.s-title) span,
.section-html h4:not(.s-title) span,
.section-html h5:not(.s-title) span,
.section-html h6:not(.s-title) span {
    display: block
}

.founder .section-html {
    margin-top: 80px
}

.founder-image {
    font-size: 0
}

@media (max-width:991.98px) {
    .popupCartContent .modal-footer .btn-primary .icon-arrow {
        display: none
    }

    .s-header {
        background-color: var(--color-black);
        box-shadow: 0 0 10px rgba(0, 0, 0, .08)
    }

    .s-products .col-xs-6:nth-of-type(2n) .s-card {
        border-right-color: transparent
    }

    .s-products .col-xs-6:nth-of-type(odd):nth-last-of-type(-n + 2) .s-card,
    .s-products .col-xs-6:nth-of-type(odd):nth-last-of-type(-n + 2)~.col-xs-6 .s-card {
        border-bottom-color: transparent
    }

    .founder .section-html {
        margin-top: 65px
    }

    .founder-image {
        max-width: 450px;
        margin: 0 auto 30px
    }

    .section-productsSlider .btn-catalog {
        margin-top: 20px;
        margin-bottom: -20px
    }
}

@media (max-width:767.98px) {
    .s-header__cart {
        margin-right: 5px
    }

    .s-cartIcon__counter {
        font-size: 11px;
        width: 22px;
        height: 22px;
        line-height: 22px
    }

    .table-cart colgroup,
    .table-cart tr {
        display: flex;
        flex-wrap: wrap;
        position: relative
    }

    .table-cart .cart-image {
        width: 20%
    }

    .table-cart .cart-image img {
        max-width: 100%;
        height: auto
    }

    .table-cart .cart-name {
        width: 80%
    }

    .table-cart .cart-total {
        flex: 1 0 0%;
        align-items: center;
        display: flex
    }

    .table-cart .cart-total-in {
        width: 100%
    }

    .cart-result-total,
    .s-card__category .s-card__title {
        font-size: 16px
    }

    .table-cart .cart-remove {
        position: absolute;
        right: 0;
        bottom: 50px;
        padding: 0
    }

    .s-header__search {
        margin: 0 5px
    }

    .s-footer__logo,
    .s-footer__services {
        text-align: center
    }


    .s-footer__logo img {
        margin-bottom: 20px
    }

    .s-products {
        margin-right: -5px;
        margin-left: -5px
    }

    .founder .section-html {
        margin-top: 50px
    }

    .founder .section-html>.row {
        flex-direction: column-reverse
    }

    .founder-image {
        margin-bottom: 0
    }

    .s-callbackImg img {
        height: 300px
    }
}

.about-image img {
    height: 240px;
    object-fit: cover
}

@media (min-width:576px) {

    .s-card__info,
    .s-footer {
        font-size: 16px
    }

    .s-card {
        padding: 15px
    }

    .s-card__body {
        height: 240px
    }

    .s-card__info {
        min-height: 32px
    }

    .carouselCartRelated .s-card__info {
        font-size: 12px
    }

    .s-card__title {
        font-size: 15px;
        max-height: 55px
    }

    .carouselCartRelated .s-card__title {
        font-size: 13px;
        max-height: 48px
    }

    .s-card__category .s-card__title {
        font-size: 22px
    }

    .about-image img {
        height: 340px
    }
}

.accordion-item {
    border: none;
    box-shadow: none;
    position: relative;
    border-bottom: 1px solid rgba(16, 16, 16, .1);
    margin-bottom: 0
}

.accordion-item:last-child {
    border: none
}

.accordion-title {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: var(--color-primary);
    margin-bottom: 0;
    padding: 15px 40px 15px 0;
    cursor: pointer;
    transition: .3s ease-in-out
}

.accordion-title-new {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: var(--color-black);
    margin-bottom: 0;
    padding: 0 10px 15px 0;
    cursor: pointer;
    transition: .3s ease-in-out
}

.accordion-title::after,
.accordion-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 12px;
    background: var(--color-primary);
    transition: .4s
}

.accordion-title.collapsed::after {
    content: "";
    background: var(--color-black);
    transform: translate(-50%, -50%) rotate(90deg)
}

.accordion-title.collapsed:before {
    background: var(--color-black);
    transform: translate(-50%, -50%) rotate(0)
}

.accordion-title:before {
    transform: rotate(180deg)
}

.accordion-title::after {
    content: none
}

.accordion-inner>.text {
    margin-bottom: 0;
    padding-bottom: 30px
}

.section-productsSlider .swiper-viewport {
    margin-left: -10px;
    margin-right: -10px;
    width: auto
}

.s-input-group__label {
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 13px
}

.c-sort .s-input-group {
    justify-content: flex-end
}

.c-sort__btn,
.c-sort__dDBtn {
    padding: 4px 12px;
    font-weight: 300;
    font-size: 14px
}

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

.c-sort .s-dropdown-menu .btn {
    border: 1px solid var(--color-gray-light);
    background-color: #fff;
    display: block;
    width: 100%;
    margin-top: -1px
}

.c-sort .s-dropdown-menu .btn.active,
.c-sort__dDBtn {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

.benefits-row,
.s-news__item,
.table {
    border-bottom: 1px solid #e2e2e2
}

.benefits-container {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.benefits-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    position: relative
}

.benefits-image {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.benefits-row .benefits-text {
    color: var(--color-text);
    font-weight: 400;
    transition: .3s linear
}

.benefits-images {
    position: relative;
    display: block;
    padding-bottom: 121%;
    left: 90px;
    height: 100%
}

.breadcrumb,
.breadcrumb li,
.p-account__btns,
.priceList__btns a,
.section-bg {
    display: flex
}

.benefits-images__bg {
    background-position: 50% 50%;
    background-attachment: scroll;
    position: absolute;
    left: 5%;
    top: 15%;
    width: 70%;
    height: 70%
}

.block-change-image .__bg {
    opacity: 0;
    transition: opacity 2s cubic-bezier(.19, 1, .22, 1)
}

#information-information [data-number-bg="1"],
.block-change-image .benefits-images__bg.active,
.block-change-image .benefits-images__bg.default-img {
    opacity: 1;
    transition: opacity 2s cubic-bezier(.19, 1, .22, 1);
    overflow: hidden
}

.checkmark,
.priceList__item,
.priceList__row,
.radiobox.active .checkmark,
.s-news__image img,
.s-news__title {
    transition: .3s linear
}

.s-news__item {
    position: relative;
    padding: 15px 0
}

.s-news__date {
    font-weight: 100;
    font-size: 14px;
    line-height: 2.4em
}

.s-news__title {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4
}

.s-news__image {
    overflow: hidden;
    margin-top: 15px
}

.s-news__image img {
    width: 100%;
    max-height: 370px;
    object-fit: cover
}

.s-news__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}

@media (min-width:1200px) {
    .founder-image {
        margin-top: 50px;
        margin-left: 150px
    }

    .founder .section-html {
        margin-top: 0
    }

    .about-image img {
        height: 450px
    }

    .accordion-inner>.text {
        padding-right: 20px
    }

    .benefits-row {
        padding: 35px 0
    }

    .s-news__moduleTitle {
        padding-bottom: 40px
    }

    .s-news__content {
        padding-right: 70px
    }
}

.section-sm .container {
    max-width: 1000px
}

.section-bg {
    min-height: 600px;
    background-position: center right;
    background-attachment: fixed;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px
}

.section-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.section-bg__in {
    position: relative;
    z-index: 5
}

.priceList__item {
    margin-bottom: 30px
}

#tab-description p:last-child,
.priceList__item:last-child {
    margin-bottom: 0
}

.priceList__title {
    font-weight: 400;
    font-size: 14px
}

.priceList__row {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px
}

.priceList__desc img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.priceList__btns {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .07em
}

.priceList__btns .download-icon {
    font-size: 0;
    margin-right: 15px;
    position: relative
}

.priceList__btns .download-icon svg {
    width: 18px;
    height: 22px
}

.priceList__btns .download-icon .path1 {
    transform: translateY(-4px);
    transition: .3s linear;
    position: absolute
}

.priceList__btns span {
    margin-top: 2px
}

@media (min-width:991px) {
    .approach-swiper .play-video:hover {
        background-color: var(--color-white);
        transition: .3s linear;
        color: var(--color-black)
    }

    .approach-swiper .swiper-slide .slideshow__image {
        transform: scale(.7);
        transition: .3s linear
    }

    .approach-swiper .swiper-slide-active .slideshow__image {
        transform: scale(.85);
        transition: .3s linear
    }

    .priceList__item:hover .priceList__row {
        border-color: var(--color-primary);
        transition: .3s linear
    }

    .priceList__item:hover .priceList__btns a {
        color: var(--color-primary);
        transition: .3s linear
    }

    .priceList__item:hover .download-icon .path1 {
        transform: translateY(0);
        transition: .3s linear
    }

    .priceList__item:hover svg path {
        fill: var(--color-primary);
        transition: .3s linear
    }
}

@media (max-width:1199.98px) {
    .s-callbackImg {
        order: -3;
        margin-bottom: 20px
    }

    .s-callbackImg img {
        object-fit: cover;
        width: 100%;
        height: 400px
    }
}

.radiobox {
    display: block;
    position: relative;
    padding: 0 20px 16px 0;
    margin-bottom: 16px;
    cursor: pointer;
    font-weight: 200;
    line-height: 1.65em;
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    user-select: none;
    width: 100%;
    background-color: transparent;
    text-align: left
}

.specification td,
.text-styled {
    line-height: 1.7;
    color: var(--color-gray)
}

.breadcrumb,
.specification td,
.text-styled {
    font-size: 14px;
    font-weight: 300
}

.checkmark {
    position: absolute;
    top: 7px;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: var(--color-white);
    border: 1px solid #949494;
    border-radius: 50%;
    box-sizing: border-box
}

.radiobox.active {
    box-shadow: none;
    font-weight: 400
}

.radiobox.active .checkmark {
    border-color: var(--color-primary)
}

.radiobox.active .checkmark:after {
    display: block;
    background-color: var(--color-primary);
    font-weight: 400
}

.radiobox .checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color: transparent
}

.breadcrumb {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 60px;
    padding: 0;
    flex-wrap: wrap
}

.s-product__outText,
.s-product__toCart {
    background-color: var(--color-gray-lighten)
}

.breadcrumb>li+li:before {
    padding-left: 9px
}

@media (max-width:991.98px) {
    .breadcrumb {
        display: none
    }
}

.list-item .list-item-desc .title,
.text-styled * {
    margin-bottom: 12px
}

.specification.table {
    border-color: transparent;
    margin-bottom: 0
}

.specification td:first-child {
    font-weight: 700;
    color: var(--color-black);
    text-align: left;
    padding-right: 30px !important;
    width: 50%
}

.specification.table>tbody>tr>td,
.specification.table>tbody>tr>th,
.specification.table>tfoot>tr>td,
.specification.table>tfoot>tr>th,
.specification.table>thead>tr>td,
.specification.table>thead>tr>th {
    padding: 7px 0;
    border-color: transparent
}

.s-thumbnail .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-thumbs,
.gallery-thumbs .swiper-slide {
    width: 92px !important;
    height: 114px
}

.s-thumbnail .swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
    cursor: pointer
}

.gallery-thumbs .swiper-slide {
    border: 1px solid transparent
}

.s-thumbnail__images .swiper-container {
    width: 450px !important;
    height: 120px
}

@media (min-width:576px) and (max-width:767.98px) {
    .s-thumbnail .swiper-container {
        width: 450px !important;
        height: 500px
    }

    .s-thumbnail .col-sm-3 {
        padding-left: 0;
        width: 25%
    }

    .s-thumbnail .col-sm-9 {
        width: 75%
    }
}

@media (min-width:768px) {
    .section-html {
        font-size: 15px
    }

    .accordion-title {
        font-size: 18px;
        padding: 20px 0
    }

    .c-sort__dDBtn {
        display: none
    }

    .c-sort .s-dropdown-menu {
        display: flex !important;
        position: static;
        box-shadow: none;
        border: none;
        border-radius: 0
    }

    .c-sort .s-dropdown-menu li+li .btn {
        border-left: 0
    }

    .benefits-image {
        margin-right: 30px;
        width: 50px;
        height: 50px;
        min-width: 50px
    }

    .s-news__title {
        font-size: 18px
    }

    .s-news__body {
        font-size: 16px
    }

    .specification-wrapper {
        padding: 15px 25px;
        border: 1px solid #e2e2e2
    }

    .s-thumbnail .col-md-10 {
        width: 80%
    }

    .s-thumbnail .col-md-2 {
        width: 20%
    }

    .s-thumbnail .swiper-container {
        height: 700px
    }

    .s-thumbnail .col-sm-3 {
        padding-left: 0
    }

    .s-thumbnail .img-responsive {
        height: 100%
    }
}

.s-product__left .tab-content {
    padding-left: 30px
}

.s-product__left .tab-content ul {
    padding-left: 0
}

.s-product__rowMain .s-title {
    margin-bottom: 15px
}

.s-product__upper {
    margin-bottom: 4px
}

.s-product__prices,
.s-product__right .nav-tabs {
    margin-top: 10px
}

.s-product__price {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-primary);
    line-height: 1
}

.s-product__priceOld {
    font-size: 16px;
    font-weight: 200;
    color: var(--color-black);
    text-decoration: line-through;
    margin-left: 15px;
    color: var(--color-gray)
}

.s-product__priceSpecial {
    color: red
}

.s-product__toCart {
    padding: 15px 15px 0;
    margin-top: 0;
    margin-bottom: 20px
}

.s-product__toCart .p-quantity {
    background-color: #fff;
    margin-right: 15px
}

.s-product__toCart .p-quantity__btn,
.s-product__toCart .p-quantity__input {
    height: 42px
}

.s-product__toCart>* {
    margin-bottom: 15px
}

.s-product__fastOrder,
.s-product__toCart .s-card__btnPrimary {
    height: 42px;
    margin-left: 0;
    padding: 10px 25px 7px;
    text-transform: uppercase;
    font-weight: 300
}

.s-product__toCart .s-card__btnPrimary .icon-arrow,
.success-page .s-info__text a {
    display: inline-block
}

@media (min-width:576px) {
    .specification td:first-child {
        width: 1px;
        white-space: nowrap
    }

    .s-product__fastOrder,
    .s-product__toCart .s-card__btnPrimary {
        margin-right: 15px
    }
}

.s-product__contentItem .s-title {
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.7
}

.nav-tabs {
    border-color: transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color: transparent;
    border-bottom-color: var(--color-primary);
    background: 0 0;
    color: var(--color-primary)
}

.nav-tabs>li>a {
    font-size: 16px;
    color: var(--color-black)
}

.nav-tabs>li>a:hover {
    border-color: transparent;
    background: 0 0;
    color: var(--color-gray)
}

#content blockquote,
.section-html .list-item+.list-item {
    border-top: 1px solid #e2e2e2
}

.tab-content {
    padding: 20px 0 25px
}

.s-product__outText {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: var(--color-black);
    margin-top: 10px;
    margin-bottom: 30px
}

.p-p-review__stars,
.s-p-reviews__stars {
    display: flex;
    align-items: center;
    font-size: 24px
}

.p-p-review__star,
.s-p-reviews__star {
    padding: 0 3px;
    cursor: pointer
}

.p-p-review__item {
    padding-bottom: 40px;
    padding-top: 40px
}

.p-p-review__item+.p-p-review__item {
    border-top: 1px solid var(--color-gray-light)
}

.s-contact__col:first-child {
    padding-left: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.s-contact__col {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center
}

@media (min-width:992px) {
    .section-html {
        font-size: 16px
    }

    .accordion-title,
    .s-news__title {
        font-size: 20px
    }

    .section-seo {
        text-align: justify
    }

    .accordion-item:hover .accordion-title {
        color: var(--color-primary)
    }

    .accordion-item:hover .accordion-title:after,
    .accordion-item:hover .accordion-title:before {
        background: var(--color-primary)
    }

    .section-benefits {
        padding-top: 40px
    }

    .benefits-row .benefits-text {
        padding-right: 40px
    }

    .benefits-row::after,
    .benefits-row::before {
        content: "";
        position: absolute;
        transition: .4s ease-out
    }

    .benefits-row::before {
        z-index: 1;
        right: 0;
        opacity: 0;
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--color-black);
        border-top: 2px solid var(--color-black);
        transform: rotate(45deg)
    }

    .benefits-row::after {
        top: 50%;
        right: -.5px;
        transform: translateY(-50%);
        width: 0;
        height: 2px;
        background-color: var(--color-black)
    }

    .section-benefits .benefits-row:hover::before {
        opacity: 1;
        transition: .3s linear
    }

    .section-benefits .benefits-row:hover::after {
        width: 30px;
        transition: width .3s linear
    }

    .section-benefits .benefits-row:hover .benefits-text {
        color: var(--color-black);
        font-weight: 400;
        transition: .3s linear
    }

    .s-news__item {
        padding: 30px 0
    }

    .s-news__title {
        margin-bottom: 30px
    }

    .s-news__body {
        font-size: 18px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box
    }

    .s-news__image {
        margin-top: 0
    }

    .s-thumbnail .swiper-container {
        height: 500px
    }

    .s-product__right {
        padding-left: 30px
    }

    .left-right-image-bottom {
        text-align: right;
        z-index: 1;
        position: relative;
        right: -10%
    }

    .s-contact__col {
        max-width: 25%;
        width: auto
    }

    .s-contact__col::before {
        width: 1px;
        height: 120px;
        content: "";
        position: absolute;
        top: 0;
        right: -14%;
        display: block;
        background-color: #e2e2e2
    }
}

.s-contact__col:last-child::before {
    display: none
}

.s-contact__item+.s-contact__item {
    margin-top: 30px
}

.s-contact__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px
}

#content blockquote,
.s-contact__desc {
    font-weight: 300;
    color: var(--color-black)
}

.s-contact__desc {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.5em
}

.s-contact__link {
    color: var(--color-black);
    transition: .15s linear
}

.s-article__added,
.s-article__author {
    font-weight: 100;
    color: var(--color-gray)
}

.s-contact__icon {
    margin-right: 18px;
    font-size: 0;
    margin-top: 2px
}

.s-contact__sn {
    -ms-flex-item-align: center;
    align-self: center
}

.s-article__added {
    font-size: 18px;
    line-height: 1
}

.s-article__author {
    margin-bottom: 10px;
    font-size: 15px
}

img[style*="float:left;"] {
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

img[style*="float:right;"] {
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

#content blockquote {
    padding: 30px 0 30px 60px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    border-left: none;
    margin: 50px 0;
    font-style: normal
}

#content blockquote::before {
    background: url(../image/svg/blockquote-decor.svg);
    position: absolute;
    content: "";
    left: 0;
    top: 26px;
    transform: translateY(50%);
    z-index: 20;
    width: 30px;
    height: 25px
}

.pagination li a,
.pagination li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 38px;
    margin: 0 10px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    font-weight: 400
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%
}

.row-pagination {
    padding-top: 30px;
    padding-bottom: 30px
}

.left-right-image img {
    font-size: 0;
    max-height: 750px;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.left-right-image.left-right-image-small img {
    max-height: 545px
}

.section-html .list-item {
    display: flex;
    padding: 40px 0
}

.list-item__image img {
    min-width: 50px;
    height: 50px;
    object-fit: cover;
    font-size: 0;
    transform: translateY(-12px)
}

.list-item__image {
    margin-right: 30px
}

.list-item .list-item-desc .text span {
    color: var(--color-title)
}

@media (max-width:1200px) {
    .list-item__image {
        margin-right: 15px
    }

    .list-item__image img {
        min-width: 40px;
        height: 40px
    }
}

@media (max-width:991px) {
    .payments .mobile-row-reverse {
        flex-direction: column-reverse
    }

    .payments .left-right-content {
        margin-top: 0
    }

    .delivery .left-right-image,
    .payments .left-right-image {
        width: 60%;
        margin: 0 auto;
        height: 500px
    }

    .payments .left-right-image {
        display: none
    }

    .left-right-list .list-item {
        padding: 20px 0
    }

    .list-item__image img {
        transform: translateY(0)
    }

    .delivery .left-right-list .list-item:first-child {
        padding-top: 0
    }
}

@media (max-width:767px) {

    .delivery .left-right-image,
    .payments .left-right-image {
        width: 80%;
        margin: 0 auto;
        height: 400px
    }

    .action_top {
        font-size: 15px;
        color: #fff
    }

    .slider-overlay {
        padding-top: 220px
    }
}

@media (max-width:576px) {

    .delivery .left-right-image,
    .payments .left-right-image {
        width: 100%
    }

    .action_top {
        font-size: 15px;
        color: #fff
    }

    .slider-overlay {
        padding-top: 220px
    }

    .left-right-list .list-item {
        flex-direction: column
    }

    .list-item__image {
        margin-bottom: 10px
    }

    .section-html .list-item {
        padding: 16px 0 0
    }

    .delivery-desc-list {
        padding-left: 20px
    }

    .s-thumbnail__images .swiper-container {
        width: 390px !important;
        height: 120px
    }
}

@media (max-width:400px) {

    .delivery .left-right-image,
    .payments .left-right-image {
        height: 350px
    }

    .s-thumbnail__images .swiper-container {
        width: 380px !important;
        height: 120px
    }

    .action_top {
        font-size: 15px;
        color: #fff
    }

    .slider-overlay {
        padding-top: 220px
    }
}

.p-account__btns .btn:last-child {
    margin-left: auto;
    margin-right: 0
}

@media (max-width:575.98px) {
    .accordion-title {
        font-size: 18px
    }
    .accordion-title-new {
        font-size: 18px
    }
    .s-product__toCart {
        width: 100%
    }

    .s-product__toCart .s-card__btnPrimary {
        width: auto;
        flex-grow: 1
    }

    .p-account__btns {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .p-account__btns .btn+.btn {
        margin-bottom: 10px;
        margin-left: 0
    }

    .action_top {
        font-size: 15px;
        color: #fff
    }
}

.p-account__btn {
    min-width: 220px
}

.p-account__btnSm {
    padding: 15px
}

.btn-socialLogin {
    justify-content: center;
    border-radius: 3px;
    width: 32px;
    padding: 5px;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 20px
}

.btn-facebook,
.btn-facebook:hover {
    background-color: #4267b2;
    border-color: #4267b2
}

.btn-facebook:hover {
    color: #fff;
    opacity: .7
}

.btn-google {
    border-color: #db4437;
    background-color: #fff
}

.btn-google:hover {
    background-color: var(--color-gray-lighten);
    border-color: #db4437;
    color: #fff;
    opacity: .7
}

.p-account .table>tbody>tr>td {
    vertical-align: middle;
    font-weight: 200
}

.p-account .table .btn {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-account__deliver {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: var(--color-primary)
}

.p-account__deliver::after,
.p-account__deliver::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: var(--color-primary);
    margin: 0 10px
}

.s-hp-reviews__stars {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 25px;
    color: var(--color-primary)
}

.s-hp-reviews__comment {
    max-width: 800px;
    margin: 0 auto 15px
}

.s-hp-reviews__author::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--color-primary);
    margin: 0 auto 15px
}

.s-hp-reviews__sn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -7px;
    color: var(--color-primary)
}

.s-hp-reviews__sn svg {
    margin-bottom: -3px;
    font-size: 18px
}

.s-hp-reviews__date {
    font-weight: 200;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .s-product__right .nav-tabs {
        margin-top: 20px
    }

    .s-hp-reviews__date {
        font-size: 18px
    }
}

.s-hp-reviews__page {
    margin-top: 60px;
    padding-bottom: 40px
}

@supports (-webkit-touch-callout:none) {

    .approach-swiper .slideshow__image,
    .section-bg {
        background-attachment: scroll
    }
}

.contentInfoTabsMobile {
    margin-top: -25px
}

.b-child-category {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 10px;
    background-color: #f3f3f3;
    margin: 5px !important;
    transition: .4s
}

.b-child-category:hover {
    background-color: #ff6aa7;
    color: #fff
}

.s-menuArrow {
    float: right;
    margin-right: 89%;
    margin-top: 7px;
    width: 15px
}

.main_slider {
    position: relative;
    height: 10px;
    font-size: 64px;
    padding: 0 50px;
    top: -430px
}

@media (max-width:576px) {
    .contentInfoTabsMobile .nav-tabs>li>a {
        font-size: 14px
    }

    .b-child-category {
        font-size: 13px
    }

    .s-menuArrow {
        margin-right: 55%;
        margin-top: 6px
    }

    .main_slider {
        font-size: 44px;
        padding: 0 20px;
        top: -540px
    }
    .text,.text.section-html, .text-sm,.s-news__link{
        font-size: 16px !important;
        font-weight: 26px;
    }
}
