.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    margin: 0 0 -4px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: "";
    display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #0073aa
}

.product-template-product .container-fluid .slick-slider {
    position: relative;
    display: block;
    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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

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

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }

    .container.product {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }

    .product-wrapper .feedback .img-wrapper a {
        max-width: 100%;
    }

    .product-wrapper .feedback .img-wrapper a:first-child, a:nth-child(2) {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .product-wrapper .feedback .img-wrapper a {
        max-width: initial !important;
    }

    .container.product {
        padding: 0 15px !important;
    }
}

@media (min-width: 1150px) {
    .advantages .container.product, .product-wrapper .attributes__img {
        margin: 0 auto;
        max-width: 1172px;
    }

    .product-wrapper .attributes__img img {
        width: 100%;
    }
}

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

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SF-UI-Display-Bold.ttf) format('truetype');
    font-weight: bolder
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Heavy.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Ultralight.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url(../fonts/SFUIDisplay-Black.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

* {
    outline: none !important;
}

body {
    margin: 0;
    padding: 0;
}

.product-wrapper .product-cart .container.product h3 {
    margin-bottom: 30px;
}

.product-wrapper {
    overflow-x: hidden;
    font-family: "SF UI Display";
    padding-top: 10px;
}

.product-wrapper .container.product {
    padding: 0;
}

.product-wrapper section.product-cart {
    padding-bottom: 100px;
}

.product-wrapper section.product-cart:nth-child(7) {
    padding-top: 50px;
}

.product-wrapper .slider-wrapper {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: minmax(0px, 120px) minmax(0px, 542px);
    grid-template-columns: minmax(0px, 120px) minmax(0px, 542px);
    grid-column-gap: 20px;
    max-height: 540px;
    max-width: 680px;
    overflow: hidden;
}

.product-wrapper .slider-wrapper__main-img img {
    height: auto;
    width: 100%;
}

.product-wrapper .slider-wrapper__nav {
    margin: -10px 0;
    grid-area: 1/1;
}

.product-wrapper .slider-wrapper__nav .slick-list {
    height: 100%;
}

.product-wrapper .slider-wrapper__nav .wrapper {
    margin: 10px 0;
    max-width: 120px;
}

.product-wrapper .product-cart .cart-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 682px) minmax(0px, 390px);
    grid-template-columns: minmax(0, 682px) minmax(0px, 390px);
    grid-column-gap: 70px;
    padding-top: 27px;
}

.product-wrapper .product-cart .container.product {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-wrapper .product-cart .container.product h3 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #1D1D1F;
    font-family: 'SF UI Display';
}

.product-wrapper .product-cart .container.product h1, .product-wrapper .product-cart .container.product h2 {
    font-weight: bold !important;
    font-size: 48px !important;
    line-height: 58px !important;
    text-align: center !important;
    color: #ff298c;
    font-family: 'SF UI Display' !important;
}

.product-wrapper .product-cart__text .atr-wrapper__item {
    font-size: 17px;
    line-height: 20px;
    color: #1D1D1F;
    font-weight: 500;
    border-top: 1px solid #D8D8D8;
    padding: 13px 0px 30px 0px;
}

.product-wrapper .product-cart__text .price-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: max-content min-content max-content;
    grid-template-columns: max-content min-content max-content;
    grid-column-gap: 40px;
    -ms-grid-row-align: center;
    align-items: center;
}

.product-wrapper .product-cart__text .price-wrapper__common-price span {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #888888;
}

.product-wrapper .product-cart__text .price-wrapper__common-price p {
    padding-top: 5px;
    font-size: 28px;
    line-height: 33px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #888888;
    font-weight: 500;
}

.product-wrapper .product-cart__text .price-wrapper__new-price span {
    font-size: 15px;
    line-height: 18px;
    color: #888888;
}

.product-wrapper .product-cart__text .price-wrapper__new-price p {
    padding-top: 5px;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #1D1D1F;
}

.product-wrapper .product-cart__text form {
    padding-bottom: 40px;
    border-bottom: 1px solid #D8D8D8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 23px;
}

.product-wrapper .product-cart__text form .input-wrapper {
    position: relative;
}

.product-wrapper .product-cart__text form .input-wrapper span {
    position: absolute;
    display: none;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #888888;
    left: 17px;
    top: 7px;
}

.product-wrapper .product-cart__text form .input-wrapper input {
    padding: 0px 17px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 15px;
    height: 54px;
    font-size: 17px;
    line-height: 20px;
    color: #888888;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 2px;
}

.product-wrapper .product-cart__text form .input-wrapper input:focus {
    border-color: #1D80CF;
}

.product-wrapper .product-cart__text form .input-wrapper input:focus ~ span {
    display: block;
}

.product-wrapper .product-cart__text form .product-cart.submit {
    height: 54px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CA0EF), to(#066FCD));
    background: linear-gradient(180deg, #ff2467 0%, #fb438f 100%);
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    overflow: hidden;
    position: relative;
}

.product-wrapper .product-cart__text form .product-cart.submit::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -30%;
    width: 80px;
    height: 140%;
    background: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.15) 35%,
            rgba(255, 255, 255, 0.55) 50%,
            rgba(255, 255, 255, 0.15) 65%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: button_light 2.2s linear infinite;
    pointer-events: none;
}

@keyframes button_light {
    0% {
        right: -35%;
    }
    100% {
        right: 120%;
    }
}


.product-wrapper .product-cart__text form span.info {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #888888;
    padding-top: 10px;
    font-width: 400;
}

.product-wrapper .product-cart__text form span.info i {
    position: relative;
    top: 2px;
}

.product-wrapper .product-cart__text .sale-remain {
    padding-top: 40px;
}

.product-wrapper .product-cart__text .sale-remain__title {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #888888;
}

.product-wrapper .product-cart__text .sale-remain__title.sale-remain__sale-time {
    font-size: 10px;
    padding-bottom: 25px;
}

.product-wrapper .product-cart__text .sale-remain__clock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (min-content) [ 4 ];
    grid-template-columns: repeat(4, min-content);
    grid-column-gap: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

.product-wrapper .product-cart__text .sale-remain__clock__item p {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #1D1D1F;
    padding: 0;
    margin-bottom: 0;
}

.product-wrapper .product-cart__text .sale-remain__clock__item span {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #888888;
}

.product-wrapper .product-cart__text .sale-remain__gift {
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-wrapper .product-cart__text .sale-remain__gift span i {
    position: relative;
    top: 3px;
    margin-right: 16px;
}

.product-wrapper .product-cart__text .sale-remain__gift a {
    color: #0070C9;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.product-wrapper .description {
    position: relative;
    padding: 100px 0;
    background-color: #F2F2F2;
}

.product-wrapper .description:before, .product-wrapper .description:after {
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    left: -100%;
    background-color: #F2F2F2;
}

.product-wrapper .description:after {
    left: 100%;
}

.product-wrapper .description h2 {
    font-family: SF UI Display;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #1D1D1F;
    padding-bottom: 80px;
    font-weight: bold;
}

.product-wrapper .description__wrapper {
    justify-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0px, 390px) minmax(0, 682px);
    grid-template-columns: minmax(0px, 390px) minmax(0, 682px);
    grid-column-gap: 70px;
}

.product-wrapper .description__wrapper .slider-wrapper {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: minmax(0px, 542px) minmax(0px, 120px);
    grid-template-columns: minmax(0px, 542px) minmax(0px, 120px);
}

.product-wrapper .description__wrapper .slider-wrapper .slider-wrapper__main-img {
    grid-area: 1/1;
}

.product-wrapper .description__wrapper .slider-wrapper .slider-wrapper__nav {
    grid-area: 1/2;
}

.product-wrapper .description__wrapper .slider-wrapper .slider-wrapper__nav img {
    height: 118px;
}

.product-wrapper .description__wrapper__text {
    grid-area: 1/1;
}

.product-wrapper .description__wrapper__text p {
    font-size: 21px;
    line-height: 28px;
    color: #888888;
    font-family: "SF UI Display";
}

.product-wrapper .description__wrapper__text p.title {
    font-size: 28px;
    line-height: 33px;
    color: #1D1D1F;
    font-weight: bold;
    margin-bottom: 18px;
}

.product-wrapper .advantages {
    padding: 100px 0;
}

.product-wrapper .advantages h2 {
    font-family: "SF UI Display";
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #1D1D1F;
    text-align: center;
    font-weight: bold;
}

.product-wrapper .advantages iframe {
    margin-top: 40px;
    margin-bottom: 100px;
}

.product-wrapper .advantages__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    padding-top: 63px;
}

.product-wrapper .advantages__container__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-wrapper .advantages__container__item__title {
    font-size: 21px;
    line-height: 28px;
    color: #1D1D1F;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
}

.product-wrapper .advantages__container__item__title:before {
    content: '';
    position: absolute;
    background: #D8D8D8;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.product-wrapper .advantages__container__item__title.line_show:before {
    width: 100%;
}

.product-wrapper .attributes {
    position: relative;
    background: #F2F2F2;
    padding: 100px 0;
}

.product-wrapper .attributes:before, .product-wrapper .attributes:after {
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    left: -100%;
    background-color: #F2F2F2;
}

.product-wrapper .attributes:after {
    left: 100%;
}

.product-wrapper .attributes h2 {
    font-family: "SF UI Display";
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #1D1D1F;
    font-weight: bold;
}

.product-wrapper .attributes__conteiner {
    padding-top: 80px;
    padding-bottom: 100px;
    justify-content: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0px, 360px)) [ 3 ];
    grid-template-columns: repeat(3, minmax(0px, 360px));
    grid-row-gap: 80px;
    grid-column-gap: 30px;
}

.product-wrapper .attributes__conteiner__item__title {
    font-size: 21px;
    line-height: 28px;
    color: #1D1D1F;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
    font-weight: 500
}

.product-wrapper .attributes__conteiner__item__title:before {
    content: '';
    position: absolute;
    background: #D8D8D8;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.product-wrapper .attributes__conteiner__item__title.line_show:before {
    width: 100%;
}

.product-wrapper .attributes__conteiner__item__desc {
    font-size: 21px;
    line-height: 28px;
    color: #888888;
    font-weight: 500;
}

.product-wrapper .attributes__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-wrapper .attributes__img img {
    margin-top: 40px;
}

.product-wrapper .feedback__wrapper {
    padding-top: 100px;
    justify-content: center;
    padding-bottom: 80px;
    border-bottom: 1px solid #D8D8D8;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0px, 553px) minmax(0px, 547px);
    grid-template-columns: minmax(0px, 553px) minmax(0px, 547px);
}

.product-wrapper .feedback__wrapper .left-bar h2 {
    font-family: "SF UI Display";
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: #1D1D1F;
    margin-bottom: 74px;
    margin-top: 20px;
}

.product-wrapper .feedback__wrapper .left-bar__instagram-feed {
    max-width: 457px;
}

.product-wrapper .feedback__wrapper .left-bar__instagram-feed h3 {
    font-size: 28px;
    line-height: 33px;
    color: #1D1D1F;
    padding-bottom: 20px;
    font-weight: bold;
}

.product-wrapper .feedback__wrapper .left-bar__instagram-feed p.desc {
    font-size: 21px;
    line-height: 28px;
    color: #1D1D1F;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.product-wrapper .feedback__wrapper .left-bar__instagram-feed .item p.title {
    font-size: 21px;
    line-height: 28px;
    color: #1D1D1F;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-weight: 500;
}

.product-wrapper .feedback__wrapper .left-bar__instagram-feed .item p.text {
    font-size: 21px;
    line-height: 28px;
    color: #888888;
    padding-bottom: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.product-wrapper .feedback__wrapper .right-bar {
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-wrapper .feedback__wrapper .right-bar .scroll {
    width: 48px;
    height: 105px;
    background: #F2F2F2;
    border-radius: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product-wrapper .feedback__wrapper .right-bar .scroll .prev {
    cursor: pointer;
}

.product-wrapper .feedback__wrapper .right-bar .scroll .prev img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.product-wrapper .feedback__wrapper .right-bar .scroll .next {
    cursor: pointer;
}

.product-wrapper .feedback__wrapper .right-bar .scroll .next img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-wrapper .feedback__wrapper .right-bar .scroll i {
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #888888;
}

.product-wrapper .feedback__wrapper .right-bar .slider {
    position: relative;
    padding-left: 40px;
}

.product-wrapper .feedback__wrapper .right-bar .slider .wrapper {
    background-repeat: no-repeat;
    height: 780px;
    width: 390px;
    position: relative;
}

.product-wrapper .feedback__wrapper .right-bar .slider .item {
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 328px;
    height: 528px;
    overflow: auto;
    position: absolute;
    top: 115px;
    left: 72px;
}

.product-wrapper .feedback__wrapper .right-bar .slider .item::-webkit-scrollbar {
    width: 0px;
}

.product-wrapper .feedback .img-wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-wrapper .feedback .img-wrapper .item {
    margin: 0 15px;
    padding-bottom: 30px;
}

.product-wrapper .feedback .img-wrapper .item:first-child {
    min-width: 554px;
    margin-left: 0;
}

.product-wrapper .feedback .img-wrapper .item:nth-child(2) {
    min-width: 554px;
    margin-right: 0;
}

.product-wrapper .feedback .img-wrapper .item:nth-child(3) {
    margin-left: 0;
}

.product-wrapper .feedback .img-wrapper .item:last-child {
    margin-right: 0;
}

.product-wrapper .shiping {
    position: relative;
    margin-bottom: 10px;
    background-color: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 100px;
}

.product-wrapper .shiping:before, .product-wrapper .shiping:after {
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    left: -100%;
    background-color: #F2F2F2;
}

.product-wrapper .shiping:after {
    left: 100%;
}

.product-wrapper .shiping h2 {
    font-family: "SF UI Display";
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #1D1D1F;
    font-weight: bold;
    padding-bottom: 40px;
}

.product-wrapper .shiping__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (204px) [ 3 ];
    grid-template-columns: repeat(3, 204px);
    grid-column-gap: 170px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px;
    border-top: 1px solid #D8D8D8;
}

.product-wrapper .shiping__wrapper__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-wrapper .shiping__wrapper__item__title {
    padding-top: 21px;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
    color: #1D1D1F;
    font-weight: 500;
    text-align: center;
}

.product-wrapper .shiping__wrapper__item__desc {
    font-size: 15px;
    line-height: 18px;
    color: #888888;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 400;
}

.product-wrapper .shiping__wrapper__item__link {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #0070C9;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.product-wrapper .shiping__wrapper__item__link span {
    padding-left: 10px;
}

.product-wrapper .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.product-wrapper .slick-dots li {
    list-style-type: none;
    margin: 0 7px;
}

.product-wrapper .slick-dots li:first-child {
    margin-left: 0;
}

.product-wrapper .slick-dots li button {
    position: relative;
    background-color: transparent;
    border: none;
}

.product-wrapper .slick-dots li button:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background-color: #CAC8C8;
    border-radius: 50%;
}

.product-wrapper .slick-dots .slick-active button:after {
    background-color: #888888;
}

ul {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}

.product-wrapper .feedback .img-wrapper .item:first-child img, .product-wrapper .feedback .img-wrapper .item:nth-child(2) img {
    width: 100%;
}

.product-wrapper .feedback .img-wrapper .item:first-child, .product-wrapper .feedback .img-wrapper .item:nth-child(2) {
}

@media screen and (max-width: 1200px) {
    .product-wrapper .feedback .img-wrapper .item:first-child {
        min-width: initial;
    }

    .product-wrapper .feedback .img-wrapper .item:nth-child(2) {
        min-width: initial;
    }

    .product-wrapper .feedback .img-wrapper .item:first-child img, .product-wrapper .feedback .img-wrapper .item:nth-child(2) img {
        height: auto;
        width: 100%;
    }

    .product-wrapper .feedback .img-wrapper .item:first-child, .product-wrapper .feedback .img-wrapper .item:nth-child(2) {
        max-height: initial;
    }

    .product-wrapper .feedback .img-wrapper .item {
        margin: 0;
    }

    .product-wrapper .feedback .img-wrapper .item {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .feedback__wrapper .left-bar {
        padding-left: 15px;
    }

    .product-wrapper .attributes h2 {
        padding: 0 15px;
    }

    .product-cart__text {
        padding: 0 15px;
    }

    .product-wrapper .advantages h2, .product-wrapper .attributes__conteiner, .product-wrapper .advantages__container__item__title {
        margin: 0 15px;
    }

    .feedback .img-wrapper .slick-slide img {
        width: 100%;
        height: auto;
    }

    .shiping .container.product {
        padding: 0 15px;
    }

    .product-wrapper .shiping h2 {
        text-align: left;
    }

    .product-wrapper .description {
        padding: 50px 0;
    }

    .product-wrapper {
        padding-top: 20px;
    }

    .product-wrapper .description h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .product-wrapper .description__wrapper__text p.title {
        font-size: 22px;
        line-height: 26px;
    }

    .product-wrapper .description__wrapper__text p {
        font-size: 17px;
        line-height: 24px;
    }

    .product-wrapper .description__wrapper {
        display: block;
    }

    .product-wrapper section.product-cart {
        padding-bottom: 50px;
    }

    .product-wrapper .description__wrapper .slider-wrapper {
        display: block;
        margin: 0 auto;
    }

    .product-wrapper .description__wrapper__text {
        grid-area: initial;
        margin-top: 50px;
        padding: 0 15px;
    }

    .product-wrapper .description h2 {
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .product-wrapper .description .container.product {
        padding: 0;
    }

    .slider-wrapper {
        display: block;
    }

    .product-wrapper .product-cart .slider-wrapper__nav {
        display: none;
    }

    .product-wrapper .description__wrapper .slider-wrapper .slider-wrapper__nav {
        display: none;
    }

    .product-wrapper .product-cart .cart-wrapper {
        display: block;
    }

    .product-wrapper .product-cart .slider-wrapper {
        display: block;
        margin: 0 auto;
    }

    .product-wrapper .product-cart .slider-wrapper__main-img {
        margin-bottom: 52px;
    }

    .product-wrapper .product-cart .container.product h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .product-wrapper .product-cart .container.product h1, .product-wrapper .product-cart .container.product h2 {
        font-size: 28px !important;
        line-height: 32px !important;
        padding: 0 15px;
    }

    .product-wrapper .product-cart__text .atr-wrapper__item {
        font-size: 15px;
        line-height: 18px;
    }

    .product-wrapper .product-cart__text .price-wrapper__common-price span, .product-wrapper .product-cart__text .price-wrapper__new-price span {
        font-size: 13px;
        line-height: 15px;
        font-weight: 400;
    }

    .product-wrapper .product-cart__text .price-wrapper {
        grid-column-gap: 20px;
    }

    .product-wrapper .product-cart__text .price-wrapper__common-price p, .product-wrapper .product-cart__text .price-wrapper__new-price p {
        font-size: 28px;
        line-height: 26px;
    }

    .product-wrapper .product-cart__text .price-wrapper__common-price span, .product-wrapper .product-cart__text .price-wrapper__new-price span {
        font-size: 17px;
    }

    .product-wrapper .product-cart__text .sale-remain__clock__item p {
        font-size: 22px;
        line-height: 26px;
    }

    .product-wrapper .product-cart__text .sale-remain__gift {
        font-size: 13px;
        line-height: 15px;
    }

    .product-wrapper .product-cart .cart-wrapper {
        width: 100%;
    }
}

#site-header {
    padding: 0 30px;
}

.breadcrumb {
    margin-top: 25px;
    margin-left: 45px;
}

@media screen and (max-width: 768px) {
    .product-wrapper .shiping h2 {
        margin-top: 0;
    }

    .product-wrapper .product-cart:last-child .container.product h3 {
        margin-top: 0;
    }

    .product-wrapper .shiping {
        margin-bottom: 10px;
    }

    .product-wrapper .product-cart__text .price-wrapper {
        justify-content: center;
    }

    #site-header {
        padding: 0 !important;
    }

    .product-wrapper .feedback__wrapper {
        display: block;
        padding-top: 50px;
    }

    .product-wrapper .feedback__wrapper .left-bar h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .product-wrapper .feedback__wrapper .left-bar__instagram-feed {
        display: none;
    }

    .product-wrapper .shiping__wrapper {
        grid-row-gap: 50px;
        padding-top: 50px;
        grid-column-gap: 50px;
    }

    .product-wrapper .shiping__wrapper__item__title {
        font-size: 17px;
        line-height: 20px;
    }

    .product-wrapper .shiping__wrapper__item__desc {
        font-size: 13px;
        line-height: 15px;
    }

    .product-wrapper .shiping__wrapper__item__link {
        font-size: 13px;
        line-height: 15px;
    }

    footer .row {
        padding: 0;
        margin: 0;
    }

    .product-wrapper .product-cart .container.product {
        min-width: 100vw;
    }

    .fourth-wrapper {
        margin: 0 -15px;
    }

    .product-wrapper .feedback .img-wrapper {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .product-wrapper .description h2 {
        margin-top: 0;
    }

    .product-wrapper .shiping {
        padding: 50px 0px;
    }

    .product-wrapper {
        padding: 0;
    }

    #container {
        padding: 0;
    }

    .product-wrapper .shiping h2 {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 8px;
    }

    .container.product {
        padding: 0;
    }

    .product-wrapper .advantages {
        padding: 50px 0;
    }

    .product-wrapper .advantages h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .product-wrapper .advantages iframe {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .product-wrapper .advantages__container {
        padding-top: 30px;
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .product-wrapper .advantages__container__item__title {
        padding-top: 15px;
        padding-bottom: 10px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
    }

    .product-wrapper .attributes {
        padding: 50px 0;
    }

    .product-wrapper .attributes h2 {
        font-size: 22px;
        line-height: 26px;
        text-align: left;
    }

    .product-wrapper .attributes__conteiner {
        padding-top: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        padding-bottom: 50px;
    }

    .product-wrapper .attributes__conteiner__item__title {
        font-size: 15px;
        line-height: 18px;
    }

    .product-wrapper .attributes__conteiner__item__desc {
        font-size: 15px;
        line-height: 18px;
    }

    .product-wrapper .attributes__img img {
        margin-top: 20px;
    }

    .product-wrapper .attributes__conteiner {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .product-wrapper .advantages__container {
        padding-top: 30px;
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns:  1fr;
    }

    .product-wrapper .advantages__container {
        padding-left: 0px;
    }

    .woocommerce img, .woocommerce-page img {
        width: 100%;
    }

    .product-wrapper .attributes__img {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .product-wrapper .feedback .img-wrapper .item:first-child, .product-wrapper .feedback .img-wrapper .item:nth-child(2) {
        height: initial;
    }

    .product-wrapper .feedback__wrapper .right-bar .scroll {
        display: none;
    }

    .product-wrapper .feedback__wrapper .right-bar .slider .wrapper {
        display: none;
    }

    .product-wrapper .feedback__wrapper .right-bar .slider {
        padding-left: 0;
    }

    .product-wrapper .feedback__wrapper .right-bar .slider .item {
        position: initial;
    }

    .product-wrapper .feedback__wrapper .left-bar h2 {
        margin-bottom: 15px;
    }

    .product-wrapper .feedback__wrapper {
        padding-bottom: 30px;
    }

    .product-wrapper .shiping__wrapper {
        grid-template-columns: 174px;
    }

    .product-wrapper .product-cart .container.product h3 {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .product-wrapper .product-cart .slider-wrapper__main-img {
        margin-bottom: 25px;
    }

    .product-wrapper .product-cart .cart-wrapper {
        width: 100%;
        padding-top: 15px !important;
    }

    .product-wrapper .attributes__conteiner {
        grid-template-columns: 1fr;
    }

    .container.product {
        padding: 0 !important;
    }

    .shiping .container.product, .feedback .container.product {
        padding: 0px 15px !important;
    }

    .product-wrapper .feedback__wrapper .right-bar .slider .item {
        width: 100%;
    }
}

@media screen and (max-width: 1800px) {
    .container.product {
        max-width: 100%
    }

    .product-template-product .container-fluid {
        padding: 0;
        width: 100vw;
    }
}

nav.woocommerce-breadcrumb {
    display: none !important;
}

.product-template-product #catalog-header {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

#site-header #site-header-desktop {
    margin: 0 15px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

#container {
    padding: 0;
}

.myClose {
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: url(data:image/gif;base64,R0lGODlhFAAUAPABAP///wAAACH/C1hNUCBEYXRhWE1QAT8AIfkEBQAAAQAsAAAAABQAFABAAjIEgqkbxm3iQ3LCoyrT293HTeGXjKC5jBzaRZhVeiyZefV7YvONw9dOC95ENmEO4ksBCgA7) no-repeat center center;
}

.product-wrapper .feedback .img-wrapper a {
    max-width: 359px;
}

.product-wrapper .feedback .img-wrapper a:first-child, a:nth-child(2) {
    max-width: 554px;
}

.product-wrapper .product-cart__text .price-wrapper {
    justify-content: center;
}

.product-wrapper .product-cart .container.product h3 {
    margin-bottom: 20px;
}

#footer-top-section .col-sm-3 {
    display: flex;
    justify-content: center;
}

.slider-wrapper .slick-current.slick-active {
    opacity: .5;
}

.fancybox-button--play {
    display: none;
}

#fancy-box-close {
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: url(data:image/gif;base64,R0lGODlhFAAUAPABAP///wAAACH/C1hNUCBEYXRhWE1QAT8AIfkEBQAAAQAsAAAAABQAFABAAjIEgqkbxm3iQ3LCoyrT293HTeGXjKC5jBzaRZhVeiyZefV7YvONw9dOC95ENmEO4ksBCgA7) no-repeat center center;
}

#fancy-prev, #fancy-next {
    outline: 0;
    display: block;
    position: absolute;
    width: 30px;
    height: 50px;
    text-indent: -9999px;
    opacity: 0.8;
    background-color: #EEE;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 99999;
    top: 50%;
    border: none;
}

#fancy-prev {
    left: 0;
    background-image: url(../images/left-arrow.png);
    background-size: 15px 30px;
}

#fancy-next {
    right: 0;
    background-image: url(../images/right-arrow.png);
    background-size: 15px 30px;
}

.product-wrapper .product-cart .cart-wrapper {
    padding-top: 30px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: 0 0;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url(../images/loader.gif) center center no-repeat
}

#swipebox-bottom-bar, #swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-close, #swipebox-next, #swipebox-prev {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-next.disabled, #swipebox-prev.disabled {
    opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

.malinky-ajax-pagination-loading {
    display: none;
    margin: 15px 0;
    text-align: center
}

.malinky-ajax-pagination-loading img {
    width: 50px;
    height: 50px
}

.malinky-load-more {
    text-align: center
}

.malinky-load-more__button-disable {
    pointer-events: none
}

.whatsapp-icon {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 32px;
    width: 60px;
    height: 60px;
    box-sizing: border-box
}

.whatsapp-icon_left {
    left: 32px;
    right: auto
}

.whatsapp-icon_right {
    right: 32px;
    left: auto
}

.whatsapp-icon__icon {
    width: 100%;
    height: 100%
}

.chat-btn__text {
    color: #8A96A6;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    margin: 0 0 8px;
    white-space: nowrap
}