@charset "UTF-8";
/*


@font-face {
    font-family: Lato;
    src: url(Lato-Regular.eot);
    src: local("Lato Regular"), local("Lato-Regular"), url(Lato-Regular.eot?#iefix) format("embedded-opentype"), url(Lato-Regular.woff) format("woff"), url(Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(Lato-Black.eot);
    src: local("Lato Black"), local("Lato-Black"), url(Lato-Black.eot?#iefix) format("embedded-opentype"), url(Lato-Black.woff) format("woff"), url(Lato-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}


@font-face {
    font-family: Lato;
    src: url(Lato-Medium.eot);
    src: local("Lato Medium"), local("Lato-Medium"), url(Lato-Medium.eot?#iefix) format("embedded-opentype"), url(Lato-Medium.woff) format("woff"), url(Lato-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(Lato-Semibold.eot);
    src: local("Lato Semibold"), local("Lato-Semibold"), url(Lato-Semibold.eot?#iefix) format("embedded-opentype"), url(Lato-Semibold.woff) format("woff"), url(Lato-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lato;
    src: url(Lato-Bold.eot);
    src: local("Lato Bold"), local("Lato-Bold"), url(Lato-Bold.eot?#iefix) format("embedded-opentype"), url(Lato-Bold.woff) format("woff"), url(Lato-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: Lato;
    src: url(Lato-Light.eot);
    src: local("Lato Light"), local("Lato-Light"), url(Lato-Light.eot?#iefix) format("embedded-opentype"), url(Lato-Light.woff) format("woff"), url(Lato-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}
*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    box-sizing: border-box;
    list-style: none;
    border-radius: 0;
    font-family: Lato, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1
}



button, input, select {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

:focus {
    outline: transparent
}

.container {
    width: 90%;
    max-width: 1170px;
    margin: auto
}

.container::-webkit-scrollbar {
    width: 1px;
}



body {
    overflow-x: hidden;
    max-width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}


body.fix {
    overflow: hidden;
    height: 100vh
}

body footer {
    margin-top: auto;
    margin-bottom: 0
}

input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.star-ratio {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.star-ratio p {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-right: 15px !important;
    padding-bottom: 4px !important;
    line-height: 1 !important;
    text-align: left !important;
    color: #000 !important
}

.star-ratio .star-box {
    margin-right: 5px;
    cursor: pointer;
    transition: .3s
}

.star-ratio .star-box:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.star-ratio .star-box svg {
    width: 15px
}

.star-ratio .star-box svg * {
    transition: .3s;
    stroke: #479aa1;
    stroke-width: 50px;
    fill: transparent
}

.star-ratio.total-stars_1 .star-box:nth-of-type(1) svg * {
    fill: #479aa1
}

.star-ratio.total-stars_2 .star-box:nth-of-type(1) svg *, .star-ratio.total-stars_2 .star-box:nth-of-type(2) svg * {
    fill: #479aa1
}

.star-ratio.total-stars_3 .star-box:nth-of-type(1) svg *, .star-ratio.total-stars_3 .star-box:nth-of-type(2) svg *, .star-ratio.total-stars_3 .star-box:nth-of-type(3) svg * {
    fill: #479aa1
}

.star-ratio.total-stars_4 .star-box:nth-of-type(1) svg *, .star-ratio.total-stars_4 .star-box:nth-of-type(2) svg *, .star-ratio.total-stars_4 .star-box:nth-of-type(3) svg *, .star-ratio.total-stars_4 .star-box:nth-of-type(4) svg * {
    fill: #479aa1
}

.star-ratio.total-stars_5 .star-box:nth-of-type(1) svg *, .star-ratio.total-stars_5 .star-box:nth-of-type(2) svg *, .star-ratio.total-stars_5 .star-box:nth-of-type(3) svg *, .star-ratio.total-stars_5 .star-box:nth-of-type(4) svg *, .star-ratio.total-stars_5 .star-box:nth-of-type(5) svg * {
    fill: #479aa1
}

.btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 25px;
    background-color: #ccc;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    text-align: center
}

.btn svg {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.btn svg * {
    fill: #fff !important;
    transition: .3s
}

.btn:hover {
    background-color: #479aa1
}

.btn.ico-btn {
    padding: 14px
}

.btn.ico-btn svg {
    margin: 0
}

.btn.reverse {
    background-color: #479aa1
}

.btn.oneclick {
    background-color: #479aa1
}

.btn.reverse:hover {
    background-color: #55b9c1
}

.btn.oneclick:hover {
    background-color: #55b9c1
}

.btn.border {
    color: #479aa1;
    background-color: #fff;
    border: 1px solid #479aa1
}

.btn.border:hover {
    background-color: #479aa1;
    color: #fff
}

.btn.red {
    background-color: #ff6f60
}

.btn.red:hover {
    background-color: #cc594d
}

.inactive {
    pointer-events: none !important;
    background-color: #ccc !important
}

.price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    transition: .3s;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    text-align: center
}

.price strike {
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
    margin-left: 5px
}

.price strike:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: calc(100% + 4px);
    height: 1px;
    background-color: #9c9c9c
}

.ch-box input {
    opacity: 0;
    position: absolute;
    left: -9999px
}

.ch-box input:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #479aa1
}

.ch-box label {
    padding-left: 20px;
    font-size: 13px;
    position: relative;
    cursor: pointer
}

.ch-box label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 11px;
    height: 11px;
    border: 1px solid #479aa1
}

.invalid-text {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    color: red;
    font-size: 12px
}

::-webkit-input-placeholder {
    color: #c6c6c6
}

:-ms-input-placeholder {
    color: #c6c6c6
}

::-ms-input-placeholder {
    color: #c6c6c6
}

::placeholder {
    color: #c6c6c6
}

.input-box {
    position: relative
}

.input-box .input {
    width: 100%;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 700;
    padding: 10px
}

.input-box label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px
}

textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    resize: none;
    height: 100px
}

select {
    width: 100%;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    padding: 10px;
    background-image: url(../img/dd.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    cursor: pointer
}

.select2 {
    display: block;
    width: 100% !important;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    padding: 10px;
    background-image: url(../img/dd.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    cursor: pointer;
    margin-bottom: 15px !important;
    background-color: transparent !important
}

.select2 * {
    background-color: transparent !important
}

.select2-container--default .select2-selection--single {
    border: none !important;
    height: unset !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 14px !important
}

.select2-selection__arrow {
    display: none !important
}

#delivery-address {
    margin-bottom: 15px
}

.input-num {
    display: flex;
    align-items: center;
    height: 40px
}

.input-num .minus {
    width: 23px;
    height: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #e5e5e5
}

.input-num .minus:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 6px;
    height: 1px;
    background-color: #333
}

.input-num input {
    width: 64px;
    height: 100%;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.input-num .plus {
    width: 23px;
    height: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #e5e5e5
}

.input-num .plus:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 6px;
    height: 1px;
    background-color: #333
}

.input-num .plus:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 6px;
    background-color: #333
}

.stickers {
    position: absolute;
    top: 7px;
    left: 0;
    width: 27px
}

.stickers .sticker {
    padding: 6px 8px 4px 8px;
    font-size: 11px;
    font-weight: 600;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    margin-bottom: 5px
}

.stickers .sticker:hover {
    -webkit-transform: none;
    transform: none
}

.stickers .sticker.red {
    background-color: #ff6f60;
    padding: 6px 11px 4px 11px
}

.stickers .sticker.green {
    background-color: #479aa1
}

.stickers .sticker.blue {
    background-color: #2881bf
}

.stickers .sticker.lightgreen {
    background-color: #81b920
}

.stickers .sticker.yellow {
    background-color: #ffc000
}

.catalog.slick-slider {
    display: block
}

.catalog.slick-slider .slick-track {
    margin-left: 0
}

.baners-block + .categories .panel-heading {
    display: none
}

.page-registration {
    padding-bottom: 100px
}

.page-registration h1 {
    margin-bottom: 30px
}

.page-registration .input-box {
    margin-bottom: 20px;
    max-width: 400px
}

.account-wishlist .catalog .box .img .like svg path, .account-wishlist .catalog .box .img .like.active svg path, .account-wishlistguest .catalog .box .img .like svg path, .account-wishlistguest .catalog .box .img .like.active svg path {
    fill: #333 !important
}

.account-wishlist .catalog .box .img .like.active:before, .account-wishlist .catalog .box .img .like:before, .account-wishlistguest .catalog .box .img .like.active:before, .account-wishlistguest .catalog .box .img .like:before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .3s
}

.account-wishlist .catalog .box .img .like.active:after, .account-wishlist .catalog .box .img .like:after, .account-wishlistguest .catalog .box .img .like.active:after, .account-wishlistguest .catalog .box .img .like:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: .3s
}

.account-wishlist .catalog .box .img .like.active:hover svg path, .account-wishlist .catalog .box .img .like:hover svg path, .account-wishlistguest .catalog .box .img .like.active:hover svg path, .account-wishlistguest .catalog .box .img .like:hover svg path {
    fill: #ff6f60 !important
}

.account-wishlist .catalog .box .img .like.active:hover:after, .account-wishlist .catalog .box .img .like.active:hover:before, .account-wishlist .catalog .box .img .like:hover:after, .account-wishlist .catalog .box .img .like:hover:before, .account-wishlistguest .catalog .box .img .like.active:hover:after, .account-wishlistguest .catalog .box .img .like.active:hover:before, .account-wishlistguest .catalog .box .img .like:hover:after, .account-wishlistguest .catalog .box .img .like:hover:before {
    background-color: #ff6f60
}

.account-wishlist .catalog .box .img .icon svg, .account-wishlist .catalog .box .img .like svg, .account-wishlistguest .catalog .box .img .icon svg, .account-wishlistguest .catalog .box .img .like svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.select-error {
    position: relative
}

.select-error .invalid-text {
    top: 37px
}

.page-card .main-info .content .info a {
    cursor: pointer
}

a {
    cursor: pointer
}

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

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-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:after, .slick-track:before {
    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
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 3px
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    background-color: #479aa1;
    left: 17px;
    top: -5px;
    cursor: pointer
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #e5e5e5
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background: #fff;
    cursor: default
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 999
}

.popup.open {
    display: block
}

.popup.black-bg {
    background-color: rgba(0, 0, 0, .5)
}

.popup.black-bg .form-container {
    border: none
}

.popup .form-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    padding: 30px;
    width: 90%;
    max-width: 430px;
    height: auto;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid #479aa1
}

.popup .form-container h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 17px;
    text-align: center
}

.popup .form-container h2.upper {
    font-size: 24px;
    text-transform: uppercase
}

.popup .form-container p {
    font-size: 14px;
    line-height: 1.3;
    color: #8a8a8a;
    font-weight: 300;
    text-align: center
}

.popup .form-container .popup-exit-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transition: .3s
}

.popup .form-container .popup-exit-btn:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #565656
}

.popup .form-container .popup-exit-btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    background-color: #565656
}

.popup .form-container .popup-exit-btn:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup .form-container .form {
    margin-top: 30px
}

.popup .form-container .form .btn-green {
    margin: 30px auto 0 auto
}

.popup .form-container .input-box {
    margin-bottom: 20px
}

.popup .form-container .input-box:last-of-type {
    margin-bottom: 0
}

.popup .form-container .input {
    padding: 5px;
    height: 40px;
    transition: .3s;
    border: 1px solid #d3d3d3
}

.popup .form-container .input:focus {
    border-color: #479aa1
}

.popup .form-container .input::-webkit-input-placeholder {
    color: #a6a6a6
}

.popup .form-container .input:-ms-input-placeholder {
    color: #a6a6a6
}

.popup .form-container .input::-ms-input-placeholder {
    color: #a6a6a6
}

.popup .form-container .input::placeholder {
    color: #a6a6a6
}

.popup .form-container .btn.reverse {
    margin: 20px auto 0
}

.popup .form-container .btn.oneclick {
    margin: 20px auto 0
}

.popup .form-container .dd-info {
    color: #878681;
    text-align: center;
    margin-top: 25px
}

.popup .form-container .dd-info a {
    color: #479aa1
}

.popup .form-container .dd-info a:hover {
    text-decoration: underline
}

.popup .form-container .link-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.popup .form-container .link-line a {
    color: #479aa1
}

.popup .form-container .link-line a:hover {
    text-decoration: underline
}

.popup .form-container .f-footer {
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
    padding-top: 13px
}

.popup .form-container .f-footer p {
    color: #333;
    text-align: left;
    margin-bottom: 10px
}

.popup .form-container .f-footer .btn-r {
    display: flex
}

.popup .form-container .f-footer .socc {
    width: 37px;
    height: 37px;
    display: block;
    margin-right: 10px
}

.popup .form-container .f-footer .socc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.popup.cart-popup {
    padding: 20px 25px 0
}

.popup.cart-popup .form-container {
    max-width: 570px
}

.popup.cart-popup .delivery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #eaeaea
}

.popup.cart-popup .delivery-row p {
    font-size: 14px
}

.popup.cart-popup .delivery-row p:nth-child(2) {
    font-weight: 700
}

.popup.cart-popup .money {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px
}

.popup.cart-popup .money p:nth-child(1) {
    font-size: 18px;
    font-weight: 700
}

.popup.cart-popup .money p:nth-child(2) {
    font-size: 20px;
    font-weight: 900;
    color: #479aa1
}

.popup.cart-popup .money p:nth-child(2) span {
    color: inherit;
    font-size: inherit;
    font-weight: 700
}

.popup.cart-popup .bonus {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popup.cart-popup .bonus p {
    font-size: 13px;
    color: #bcb9b9
}

.popup.cart-popup .cart-list .box {
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #eaeaea
}

.popup.cart-popup .cart-list .box img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-right: 11px
}

.popup.cart-popup .cart-list .box .title {
    font-size: 13px;
    width: 100%;
    text-align: left;
    padding-right: 20px
}

.popup.cart-popup .cart-list .box .input-num {
    height: 34px
}

.popup.cart-popup .cart-list .box .input-num .minus, .popup.cart-popup .cart-list .box .input-num .plus {
    width: 20px
}

.popup.cart-popup .cart-list .box .input-num input {
    width: 50px
}

.popup.cart-popup .cart-list .box .price {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 0;
    min-width: 90px;
    justify-content: flex-end;
    flex-direction: row
}

.popup.cart-popup .cart-list .box .delete {
    padding: 5px 0 5px 5px;
    width: 19px;
    min-width: 19px;
    cursor: pointer
}

.popup.cart-popup .cart-list .box .delete svg {
    display: block;
    width: 14px;
    height: 14px
}

.popup.cart-popup .cart-list .box .delete svg * {
    fill: #333;
    transition: .3s
}

.popup.cart-popup .cart-list .box .delete:hover svg * {
    fill: #479aa1
}

.popup.cart-popup .price-row {
    padding: 17px 0 20px
}

.popup.cart-popup .promo-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popup.cart-popup .promo-row .btn {
    margin: 0 !important
}

.popup.cart-popup .last {
    width: 100%
}

.header .top-line {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
    background-color: #fff;
    position: relative;
    z-index: 120
}

.header .top-line .icon-cart-fix {
    width: 30px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
    margin-right: 0;
    margin-top: -7px;
    margin-bottom: -6px;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.header .top-line .icon-cart-fix:hover {
    opacity: .8
}

.header .top-line .icon-cart-fix img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .top-line .icon-cart-fix span {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(8px) translateY(4px);
    transform: translateX(8px) translateY(4px);
    background-color: #ff6f60;
    color: #fff;
    border: none;
    font-size: 12px
}

.header .top-line .tell-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    margin-top: -7px;
    margin-bottom: -6px;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.header .top-line .tell-icon:hover {
    opacity: .8
}

.header .top-line .tell-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .top-line .menu-btn {
    display: none;
    width: 50px;
    height: 47px;
    position: relative;
    z-index: 25;
    margin-left: -10px;
    margin-top: -15px;
    margin-bottom: -15px;
    cursor: pointer
}

.header .top-line .menu-btn span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: .3s
}

.header .top-line .menu-btn span:nth-child(1) {
    -webkit-transform: translateX(-50%) translateY(calc(-50% - 8px));
    transform: translateX(-50%) translateY(calc(-50% - 8px))
}

.header .top-line .menu-btn span:nth-child(2) {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.header .top-line .menu-btn span:nth-child(3) {
    -webkit-transform: translateX(-50%) translateY(calc(-50% + 8px));
    transform: translateX(-50%) translateY(calc(-50% + 8px))
}

.header .top-line .menu-btn.open span:nth-child(1) {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.header .top-line .menu-btn.open span:nth-child(2) {
    opacity: 0
}

.header .top-line .menu-btn.open span:nth-child(3) {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.header .top-line .menu-main ul {
    display: flex;
    align-items: center
}

.header .top-line .menu-main li {
    margin-right: 15px
}

.header .top-line .menu-main a {
    font-size: 12px;
    text-transform: uppercase;
    transition: .3s;
    color: #4b4b4b
}

.header .top-line .menu-main a:hover {
    color: #ff6f60
}

.header .top-line > a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 25px;
    font-size: 13px;
    transition: .3s;
    color: #4b4b4b
}

.header .top-line > a:hover {
    color: #ff6f60
}

.header .top-line > a.log {
    margin-left: auto;
    position: relative
}

.header .top-line > a.log:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #ededed
}

.header .top-line .lang {
    position: relative
}

.header .top-line .lang ul:hover {
    height: auto
}

.header .top-line .lang li:first-child a {
    padding-top: 3px !important
}

.header .top-line .lang a {
    font-size: 13px;
    transition: .3s;
    color: #4b4b4b;
    cursor: pointer;
    text-transform: uppercase
}

.header .top-line .lang a:hover {
    color: #ff6f60
}

.header .mid-line {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed
}

.header .mid-line .search {
    display: flex;
    align-items: center;
    width: 383px;
    position: relative
}

.header .mid-line .search .input {
    border: none;
    background-color: #f7f7f7;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 20px;
    width: 225px;
    min-width: 225px;
    height: 45px
}

.header .mid-line .search .btn {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-color: #479aa1;
    background-image: url(../img/search.png);
    background-position: center;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    border: none;
    transition: .3s
}

.header .mid-line .search .btn:hover {
    background-color: #55b9c1
}

.header .mid-line .logo {
    width: 305px;
    height: 140px;
    display: flex;
    align-items: center
}

.header .mid-line .logo img {
    width: 100%;
    height: 140px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .mid-line .contacts {
    width: 383px;
    display: flex;
    align-items: center
}

.header .mid-line .contacts .coll {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    position: relative
}
.wr-tel{
    position: relative;
}
.header .mid-line .contacts .coll .wr-tel:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 5px;
    height: 5px;
    border: 1px solid #479aa1;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-left: none;
    border-bottom: none
}

.header .mid-line .contacts .coll .tel {
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    padding-bottom: 3px;
    white-space: nowrap;
    padding-right: 15px;
    margin-right: -15px
}

.header .mid-line .contacts .coll .wr-tel .tel{
    margin-right: 0px
}
.header .mid-line .contacts .coll .tel:hover {
    color: #ff6f60
}

.header .mid-line .contacts .coll > .tel {
    position: relative;
    z-index: 111
}

.header .mid-line .contacts .coll > .wr-tel:hover + .more-contacts {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none
}

.header .mid-line .contacts .coll .more-contacts {
    position: absolute;
    z-index: 110;
    top: -8px;
    left: 0px;
    padding: 10px 10px 10px;
    background-color: #fff;
    border: 1px solid #9c9c9c;
    display: flex;
    flex-direction: column;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.header .mid-line .contacts .coll .more-contacts:hover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none
}

.header .mid-line .contacts .coll .more-contacts a {
    margin-bottom: 5px
}

.header .mid-line .contacts .coll .more-contacts a:last-child {
    margin-bottom: 0
}

.header .mid-line .contacts .coll .more-contacts .btn {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 12px;
    width: 100%;
    text-align: center
}
.wr-tel .tel + .tel{
    margin-top: 5px;
    display: block;
}
.header .mid-line .contacts .coll p {
    font-size: 11px;
    color: #c7c7c7;
    margin: 5px 0;
    /*margin-bottom: 2px*/
}

.header .mid-line .contacts .coll .btn-popup {
    font-size: 12px;
    color: #479aa1;
    font-weight: 700;
    white-space: nowrap
}

.header .mid-line .contacts .icon {
    width: 44px;
    min-width: 44px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: .3s
}

.header .mid-line .contacts .icon:hover {
    opacity: .8
}

.header .mid-line .contacts .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .mid-line .contacts .icon span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 99px;
    color: #acacac;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(8px) translateY(4px);
    transform: translateX(8px) translateY(4px)
}

.header .mid-line .contacts .icon .cart-total {
    background-color: #ff6f60
}

.header .mid-line .contacts .icon.active span {
    color: #fff
}

.header .mid-line .contacts .like.active span {
    background-color: #479aa1
}

.header .mid-line .contacts .cart {
    position: relative;
    margin-left: 30px;
    display: flex;
    align-items: center
}

.header .mid-line .contacts .cart:after {
    content: "";
    position: absolute;
    left: -15px;
    width: 1px;
    height: 30px;
    background-color: #acacac;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .mid-line .contacts .cart span {
    background-color: #479aa1;
    color: #fff;
    border: none
}

.header .mid-line .contacts .cart .txt {
    margin-left: 23px
}

.header .mid-line .contacts .cart .txt p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.header .mid-line .contacts .cart .txt p:nth-child(2) {
    font-size: 14px;
    color: #acacac
}

.header .bot-menu {
    border-bottom: 1px solid #ededed;
    z-index: 99;
    background-color: #fff;
    position: relative
}

.header .bot-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.header .bot-menu > ul > li > a {
    display: block;
    padding: 18px 10px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    transition: .3s
}

.header .bot-menu > ul > li > a:hover {
    color: #ff6f60
}

.header .bot-menu > ul > li > a:hover + .sub-cats {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto
}

.header .bot-menu .icon-cart-fix {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    min-width: 44px;
    height: 40px;
    cursor: pointer
}

.header .bot-menu .icon-cart-fix:hover {
    opacity: .8
}

.header .bot-menu .icon-cart-fix img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .bot-menu .icon-cart-fix span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(8px) translateY(4px);
    transform: translateX(8px) translateY(4px);
    background-color: #ff6f60;
    color: #fff;
    border: none
}

.header .bot-menu .sub-cats {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: .3s;
    z-index: 10;
    border: 1px solid #ededed;
    padding: 15px;
    display: flex
}

.header .bot-menu .sub-cats .box {
    width: auto;
    flex-grow: 1;
    padding-right: 40px
}

.header .bot-menu .sub-cats .box > a {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase
}

.header .bot-menu .sub-cats h3 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase
}

.header .bot-menu .sub-cats ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px
}

.header .bot-menu .sub-cats ul li {
    margin-bottom: 7px
}

.header .bot-menu .sub-cats a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: .3s;
    font-size: 14px
}
.header .bot-menu .sub-cats.col-5-new a {
    font-size: 13px;
}

.header .bot-menu .sub-cats a:hover {
    color: #ff6f60
}

.header .bot-menu .sub-cats:hover {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto
}

.header .mob-menu {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    background-color: rgba(255, 255, 255, .95)
}

.header .mob-menu .container {
    max-height: calc(90vh - 130px);
    overflow: hidden auto
}

.header .mob-menu .times {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .mob-menu a {
    font-size: 20px;
    transition: .3s
}

.header .mob-menu a:hover {
    color: #479aa1
}

.header .mob-menu li {
    margin-bottom: 8px
}

.header .mob-menu li:last-child {
    margin-bottom: 0
}

.header .mob-menu .cat-menu-m {
    position: relative;
    margin-bottom: 40px
}

.header .mob-menu .cat-menu-m:before {
    content: "";
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #479aa1
}

.header .mob-menu .cat-menu-m a {
    text-transform: uppercase;
    font-weight: 700
}

.breadcrumbs {
    padding: 20px 0 25px
}

.breadcrumbs .container span {
    width: 6px;
    height: 6px;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 5px 2px;
    display: inline-block
}

.breadcrumbs .container a {
    font-size: 14px;
    transition: .3s;
    line-height: 1.3;
    display: inline-block
}

.breadcrumbs .container a:hover {
    color: #ff6f60
}

.breadcrumbs .container p {
    font-size: 14px;
    color: #479aa1;
    line-height: 1.3;
    display: inline-block
}

.popup-phones {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border: 2px solid #479aa1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    transition: .5s
}

.popup-phones.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.popup-phones a {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .3s
}

.popup-phones a:hover {
    color: #ff6f60
}

.popup-phones p {
    margin-bottom: 10px
}

.popup-phones .btn {
    width: 100%;
    text-align: center
}

.popup-phones :last-child {
    margin-bottom: 0
}

.popup-phones .exit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.popup-phones .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.popup-phones .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.search-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border: 2px solid #479aa1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    transition: .5s
}

.search-popup:before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(255, 255, 255, .8);
    z-index: -1
}

.search-popup.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.search-popup h2 {
    font-size: 24px;
    margin-bottom: 15px
}

.search-popup form {
    display: flex;
    align-items: center
}

.search-popup .btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #479aa1;
    padding: 0;
    font-size: 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../img/search.png);
    background-size: 50% 50%;
    background-position: center;
    background-repeat: no-repeat
}

.search-popup .btn:hover {
    background-color: #5cc8d1
}

.search-popup :last-child {
    margin-bottom: 0
}

.search-popup .input {
    width: 250px;
    padding: 5px;
    height: 40px;
    border: 1px solid #479aa1;
    border-right: none
}

.search-popup .exit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.search-popup .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.search-popup .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.form-review {
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border: 2px solid #479aa1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 500px;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    transition: .5s
}

.form-review.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.form-review h2 {
    font-size: 24px;
    margin-bottom: 15px
}

.form-review form {
    width: 100%
}

.form-review .btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #479aa1;
    letter-spacing: 1px;
    margin: 15px auto 0
}

.form-review .btn:hover {
    background-color: #5cc8d1
}

.form-review :last-child {
    margin-bottom: 0
}

.form-review .input-box {
    margin-bottom: 15px
}

.form-review .input {
    width: 100%;
    padding: 5px;
    height: 40px;
    border: 1px solid #479aa1
}

.form-review .input::-webkit-input-placeholder {
    color: #d3d3d3
}

.form-review .input:-ms-input-placeholder {
    color: #d3d3d3
}

.form-review .input::-ms-input-placeholder {
    color: #d3d3d3
}

.form-review .input::placeholder {
    color: #d3d3d3
}

.form-review textarea {
    width: 100%;
    padding: 5px;
    height: 140px;
    border: 1px solid #479aa1;
    resize: none
}

.form-review textarea::-webkit-input-placeholder {
    color: #d3d3d3
}

.form-review textarea:-ms-input-placeholder {
    color: #d3d3d3
}

.form-review textarea::-ms-input-placeholder {
    color: #d3d3d3
}

.form-review textarea::placeholder {
    color: #d3d3d3
}

.form-review .exit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.form-review .exit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.form-review .exit-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.mob-catalog {
    padding-top: 30px;
    width: 100%
}

.mob-catalog .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: #479aa1;
    margin-bottom: 10px;
    cursor: pointer
}

.mob-catalog .btn:hover {
    background-color: #55b9c1
}

.mob-catalog .cat-list, .mob-catalog .cat-list-m {
    display: none
}

.mob-catalog .cat-list a, .mob-catalog .cat-list-m a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    transition: .3s
}

.mob-catalog .cat-list a:hover, .mob-catalog .cat-list-m a:hover {
    color: #479aa1
}

.mob-catalog .cat-list .has-children a, .mob-catalog .cat-list-m .has-children a {
    position: relative
}

.mob-catalog .cat-list .has-children .dd, .mob-catalog .cat-list-m .has-children .dd {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    min-width: 44px;
    background-image: url(../img/dd.png);
    background-size: 12px 7.5px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s
}

.mob-catalog .cat-list .has-children .dd.open, .mob-catalog .cat-list-m .has-children .dd.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mob-catalog .cat-list-m > .has-children, .mob-catalog .cat-list > .has-children {
    right: 0
}

.mob-catalog .cat-list-m > li ul, .mob-catalog .cat-list > li ul {
    display: none
}

.mob-catalog .cat-list-m > li ul li.has-children .dd, .mob-catalog .cat-list > li ul li.has-children .dd {
    right: 20px
}

.mob-catalog .cat-list-m > li ul li a, .mob-catalog .cat-list > li ul li a {
    padding: 15px 20px;
    color: #7b7b7b
}

.mob-catalog .cat-list-m > li ul li > ul, .mob-catalog .cat-list > li ul li > ul {
    display: none
}

.mob-catalog .cat-list-m > li ul li > ul li a, .mob-catalog .cat-list > li ul li > ul li a {
    padding: 15px 40px;
    color: #7b7b7b
}

.autosearch {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%
}

.autosearch .box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 275px;
    padding: 5px;
    transition: .3s;
    cursor: pointer
}

.autosearch .box:hover {
    background-color: #f1f1f1
}

.autosearch .box img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
    display: block
}

.autosearch .box .text {
    width: calc(100% - 60px)
}

.autosearch .box p {
    display: block;
    text-align: left
}

.autosearch .box p.name {
    margin-bottom: 5px;
    transition: .3s;
    font-size: 14px
}

.autosearch .box p.price {
    font-size: 16px;
    margin-bottom: 0
}

.autosearch #show_all {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 25px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    text-align: center;
    background-color: #479aa1
}

.autosearch #show_all:hover {
    background-color: #55b9c1
}

.page-home .advantages .container .box p {
    width: 100%
}

.header .mid-line .contacts .coll .more-contacts .btn {
    max-width: 111px
}

.ajax-result-msg {
    padding: 10px
}

.subscribe {
    background-color: #f6f6f6;
    padding: 45px 0
}

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

.subscribe .h2 {
    font-size: 16px !important;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0 !important
}

.subscribe p {
    line-height: 1.3
}

.subscribe .txt {
    margin-right: 25px
}

.subscribe form {
    position: relative
}

.subscribe form span {
    display: block
}

.subscribe form p {
    display: flex;
    align-items: center
}

.subscribe .input {
    width: 500px;
    height: 48px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 10px 14px;
    border-right: 0
}

.subscribe .sm-btn {
    width: 60px;
    height: 48px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 0;
    background-image: url(../img/envelope.png);
    background-size: 20px 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s
}

.subscribe .sm-btn:hover {
    border-color: #479aa1
}

.footer {
    background-color: #2e2d25
}

.footer .top {
    padding: 75px 0 50px 0
}

.footer .top .container {
    display: flex
}

.footer .top .coll:nth-child(1) {
    min-width: 360px;
    width: 360px;
    margin-right: 50px
}

.footer .top .coll:nth-child(2) {
    width: calc(100% - 360px - 275px - 100px);
    display: flex
}

.footer .top .coll:nth-child(3) {
    width: 275px;
    min-width: 275px;
    margin-left: 50px
}

.footer .top .coll .socials {
    display: flex;
    align-items: center;
    margin-left: -10px
}

.footer .top .coll .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    margin-left: 5px
}

.footer .top .coll .socials a svg {
    width: 100%;
    height: 100%
}

.footer .top .coll .socials a svg * {
    fill: #fff;
    transition: .3s
}

.footer .top .coll .socials a:hover svg * {
    fill: #ff6f60
}

.footer .top .coll .logo {
    width: 245px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 25px
}

.footer .top .coll p {
    font-size: 15px;
    line-height: 1.5;
    color: #a0a0a0;
    margin-bottom: 15px
}

.footer .top .coll p.descr {
    margin-bottom: 25px
}

.footer .top .coll a {
    color: #fff;
    transition: .3s
}

.footer .top .coll a:hover {
    color: #479aa1
}

.footer .top .coll ul li {
    margin-bottom: 12px
}

.footer .top .coll .h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 43px;
    position: relative
}

.footer .top .coll .h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 40px;
    height: 2px;
    background-color: #479aa1
}

.footer .top .coll .half {
    width: calc(50% - 10px)
}

.footer .top .coll .half:nth-child(1) {
    margin-right: 20px
}

.footer .top .coll .insta-box {
    display: flex;
    flex-wrap: wrap
}

.footer .top .coll .insta-box img {
    width: calc(33.33% - 10px);
    height: 81px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 15px
}

.footer .top .coll .insta-box img:nth-child(3n) {
    margin-right: 0
}

.footer .bottom {
    background-color: #25241d;
    padding: 30px 0
}

.footer .bottom p {
    color: #a0a0a0
}

.to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #479aa1;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.to-top.open {
    opacity: 1;
    pointer-events: auto
}

.to-top:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-25%) rotate(45deg);
    transform: translateX(-50%) translateY(-25%) rotate(45deg);
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none
}

.page-archive .main-archive {
    padding-bottom: 70px
}

.page-archive .main-archive .container {
    display: flex;
    align-items: flex-start
}

.page-archive .main-archive .prod-list {
    width: calc(100% - 300px)
}

.page-archive .main-archive .prod-list h2 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed
}

.page-archive .main-archive .prod-list .filter-row {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.page-archive .main-archive .prod-list .filter-row .f-btn {
    width: 38px;
    height: 38px;
    background-color: #bebebe;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer
}

.page-archive .main-archive .prod-list .filter-row .f-btn:nth-child(2) {
    margin-right: 20px
}

.page-archive .main-archive .prod-list .filter-row .f-btn.active {
    background-color: #479aa1
}

.page-archive .main-archive .prod-list .filter-row .f-btn:hover {
    background-color: #55b9c1
}

.page-archive .main-archive .prod-list .filter-row .f-btn img {
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain
}

.page-archive .main-archive .prod-list .filter-row .select-cont {
    display: flex;
    align-items: center
}

.page-archive .main-archive .prod-list .filter-row .select-cont:last-of-type {
    margin-left: auto
}

.page-archive .main-archive .prod-list .filter-row .select-cont p {
    font-size: 13px;
    margin-right: 10px;
    white-space: nowrap
}

.page-archive .main-archive .prod-list .filter-row .select-cont select {
    padding: 10px 22px 10px 15px;
    border: 1px solid #ededed;
    cursor: pointer;
    background-image: url(../img/dd.png);
    background-size: 8px 5px;
    background-position: calc(100% - 6px) center;
    background-repeat: no-repeat
}

.page-archive .main-archive .prod-list .catalog {
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px
}

.page-archive .main-archive .prod-list .bottom {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-archive .main-archive .prod-list .bottom > p {
    font-size: 14px;
    font-weight: 300
}

.more-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.more-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    text-transform: none
}

.more-btn img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 5px
}

.catalog {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.catalog .load {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.catalog.coll_4 .box {
    width: 25%
}

.catalog.coll_5 .box {
    width: 20%
}

.catalog.coll_5 .box img {
    height: 200px
}

.catalog .box {
    padding: 15px;
    cursor: pointer;
    margin-bottom: -35px;
    border: 1px solid transparent;
    position: relative;
    background-color: #fff
}

.catalog .box:hover {
    z-index: 2;
    border-color: #479aa1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: box-shadow .3s
}

.catalog .box:hover .simple-btn {
    opacity: 1;
    pointer-events: auto
}

.catalog .box:hover .img .icon, .catalog .box:hover .img .like {
    opacity: 1;
    pointer-events: auto;
    transition: .3s
}

.catalog .box:hover .img img:nth-child(2) {
    display: block
}

.catalog .box .img {
    position: relative;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden
}

.catalog .box .img .icon, .catalog .box .img .like {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    opacity: 0;
    pointer-events: none
}

.catalog .box .img .icon.active svg path, .catalog .box .img .icon:hover svg path, .catalog .box .img .like.active svg path, .catalog .box .img .like:hover svg path {
    fill: #479aa1 !important
}

.catalog .box .img .icon svg, .catalog .box .img .like svg {
    width: 50%;
    height: 50%
}

.catalog .box .img .icon svg path, .catalog .box .img .like svg path {
    transition: .3s
}

.catalog .box .img .icon.cart, .catalog .box .img .like.cart {
    top: 5px
}

.catalog .box .img .icon.like, .catalog .box .img .like.like {
    top: 5px
}

.catalog .box .img .icon.comp, .catalog .box .img .like.comp {
    top: 75px
}

.catalog .box img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 187.5px
}

.catalog .box img:nth-child(2) {
    display: none
}

.catalog .box .title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px
}

.catalog .box .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    transition: .3s;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

.catalog .box .price strike {
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
    margin-left: 5px
}

.catalog .box .price strike:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: calc(100% + 4px);
    height: 1px;
    background-color: #9c9c9c
}

.catalog .box .simple-btn {
    width: 100%;
    max-width: 160px;
    height: 30px;
    background-color: #479aa1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    transition: background-color .3s
}

.catalog .box .simple-btn:hover {
    background-color: #55b9c1
}

.catalog .box .simple-btn img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    position: static
}

.catalog_list .box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px
}

.catalog_list .box:last-child {
    margin-bottom: 0
}

.catalog_list .img {
    width: 270px;
    min-width: 270px;
    height: 270px;
    position: relative;
    margin-right: 30px;
    overflow: hidden
}

.catalog_list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog_list .img .discount {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 6px;
    background-color: #ff6f60;
    color: #fff;
    font-size: 11px;
    font-weight: 700
}

.catalog_list .img:hover + .info .title {
    color: #ff6f60
}

.catalog_list .info .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    transition: .3s;
    margin-bottom: 15px;
    display: block
}

.catalog_list .info .title:hover {
    color: #ff6f60
}

.catalog_list .info .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    transition: .3s;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center
}

.catalog_list .info .price strike {
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
    margin-left: 5px
}

.catalog_list .info .price strike:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: calc(100% + 4px);
    height: 1px;
    background-color: #9c9c9c
}

.catalog_list .info .description {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px
}

.catalog_list .info .btns {
    display: flex;
    align-items: center
}

.catalog_list .info .btns a {
    margin-right: 10px
}

.catalog_list .info .btns .btn.reverse {
    padding: 12px 45px
}

.catalog_list .info .btns .btn.reverse.ico-btn {
    padding: 12px
}

.catalog_list .info .btns .btn.reverse.active, .catalog_list .info .btns .btn.reverse:hover {
    background-color: #ff6f60
}

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

.pagination > * {
    width: 30px;
    height: 30px;
    margin-right: -1px;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}

.pagination .active {
    background-color: #479aa1;
    color: #fff
}

.pagination .active * {
    color: #fff
}

.pagination .prev {
    position: relative
}

.pagination .prev:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(-45deg);
    transform: translateX(-25%) translateY(-50%) rotate(-45deg)
}

.pagination .next {
    position: relative
}

.pagination .next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: translateX(-75%) translateY(-50%) rotate(45deg);
    transform: translateX(-75%) translateY(-50%) rotate(45deg)
}

.aside {
    min-width: 300px;
    width: 300px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .3s
}

.aside .btn {
    width: 100%;
    justify-content: center
}

.aside .filter-btn {
    cursor: pointer;
    margin-bottom: 20px
}

.aside .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer
}

.aside .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #479aa1;
    width: 40px;
    height: 2px
}

.aside .title:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 4px;
    background-image: url(../img/dd.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    transition: .3s
}

.aside .title.close:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.aside .box {
    margin-bottom: 55px
}

.aside .box.price_box {
    max-width: 300px
}

.aside .box:last-child {
    margin-bottom: 0
}

.aside .cat-list a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    transition: .3s
}

.aside .cat-list a:hover {
    color: #479aa1
}

.aside .cat-list .has-children a {
    position: relative
}

.aside .cat-list .has-children .dd {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    min-width: 44px;
    background-image: url(../img/dd.png);
    background-size: 8px 5px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s
}

.aside .cat-list .has-children .dd.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.aside .cat-list > li ul {
    display: none
}

.aside .cat-list > li ul li a {
    padding: 15px 15px;
    color: #7b7b7b
}

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

.aside .inp-row p {
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px
}

.aside .inp-row input {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
    width: 100px
}

.aside .inp-row input:nth-child(2) {
    margin-right: auto
}

.aside .color-box {
    display: flex;
    flex-wrap: wrap
}

.aside .color-box .item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.aside .color-box .item .c {
    width: 18px;
    height: 19px;
    margin-right: 10px
}

.aside .color-box .item p {
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    cursor: pointer
}

.aside .color-box .item p:hover {
    color: #479aa1
}

.aside .smpl li {
    margin-bottom: 20px
}

.aside .smpl li:last-child {
    margin-bottom: 0
}

.aside .smpl a {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    transition: .3s;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative
}

.aside .smpl a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 15px;
    height: 15px;
    border: 1px solid #333
}

.aside .smpl a:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 9px;
    height: 9px;
    transition: .3s
}

.aside .smpl a:hover {
    color: #479aa1
}

.aside .smpl a.active:before {
    border-color: #479aa1
}

.aside .smpl a.active:after {
    background-color: #479aa1
}

.aside .rekl-img {
    width: 100%;
    display: block;
    height: auto;
    margin-top: auto;
    max-width: 300px
}

.filter-btn-mob2 {
    display: none
}

.noUi-handle-lower {
    left: 27px
}

.noUi-handle-upper {
    left: 15px
}

.page-card .main-info .gallery .slider-nav .slick-slide {
    transition: .4s
}

.page-card .main-info .gallery .slider-nav .slick-slide:hover {
    cursor: pointer;
    opacity: .8
}

.cart {
    cursor: pointer
}

.page-home .baners-block {
    margin-bottom: 30px
}

.page-home .baners-block .container {
    display: flex
}

.page-home .baners-block .main-b {
    width: calc(100% - 300px);
    margin-bottom: 0
}

.page-home .baners-block .main-b .box {
    height: 530px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 20px 20px 80px
}

.page-home .baners-block .main-b .box .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px
}

.page-home .baners-block .main-b .box .txt p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 13px
}

.page-home .baners-block .main-b .box .txt h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.page-home .baners-block .main-b .box .txt .btn {
    margin-top: 40px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px 35px;
    border: 1px solid #000;
    transition: .3s
}

.page-home .baners-block .main-b .box .txt .btn:hover {
    background-color: #000;
    color: #fff
}

.page-home .baners-block .main-b .slick-dots {
    bottom: 30px;
    display: flex;
    justify-content: center;
    z-index: 2
}

.page-home .baners-block .main-b .slick-dots li {
    margin: 0 5px;
    width: 14px;
    height: 14px
}

.page-home .baners-block .main-b .slick-dots li.slick-active button {
    background-color: #479aa1
}

.page-home .baners-block .main-b .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 99px
}

.page-home .baners-block .main-b .slick-dots li button:before {
    display: none
}

.page-home .baners-block .r {
    margin-left: 30px;
    width: 270px
}

.page-home .baners-block .r .b-r {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 30px
}

.page-home .baners-block .r .b-r:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.page-home .baners-block .r .b-r img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-home .categories {
    margin-bottom: 50px
}

.page-home .categories .container {
    display: flex;
    justify-content: center
}

.page-home .categories .box {
    width: calc(16.667% - 25px);
    height: 170px;
    border: 2px solid #eee;
    margin-right: 30px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.page-home .categories .box:nth-child(6n) {
    margin-right: 0
}

.page-home .categories .box:hover .img img:nth-child(1) {
    opacity: 0
}

.page-home .categories .box:hover .img img:nth-child(2) {
    opacity: 1
}

.page-home .categories .box:hover h3 {
    color: #ff6f60
}

.page-home .categories .box .img {
    position: relative;
    width: 100%;
    height: 100%
}

.page-home .categories .box .img img {
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    transition: .3s
}

.page-home .categories .box .img img:nth-child(1) {
    opacity: 1
}

.page-home .categories .box .h3 {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #333;
    text-align: center;
    transition: .3s
}

.page-home .h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase
}

.page-home .h2 {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.page-home .h2:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: 10px;
    background-color: #e7e7e7
}

.page-home .slick-arrow {
    position: absolute;
    -webkit-transform: none;
    transform: none;
    width: 22px;
    height: 34px;
    border: 1px solid #e7e7e7;
    z-index: 2;
    top: -53px;
    background-color: #fff;
    transition: .3s
}

.page-home .slick-arrow:after {
    content: "";
    position: absolute;
    right: calc(100% + 1px);
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #fff
}

.page-home .slick-arrow:hover {
    background-color: #479aa1
}

.page-home .slick-arrow:hover:before {
    border-color: #fff !important
}

.page-home .slick-arrow.slick-prev {
    right: 32px;
    left: auto
}

.page-home .slick-arrow.slick-prev:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 2px solid #333;
    opacity: 1 !important;
    border-right: none;
    border-top: none;
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
    transform: translateX(-25%) translateY(-50%) rotate(45deg);
    transition: .3s
}

.page-home .slick-arrow.slick-next {
    right: 0
}

.page-home .slick-arrow.slick-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 2px solid #333;
    opacity: 1 !important;
    border-left: none;
    border-bottom: none;
    -webkit-transform: translateX(-75%) translateY(-50%) rotate(45deg);
    transform: translateX(-75%) translateY(-50%) rotate(45deg);
    transition: .3s
}

.page-home .sliders-row {
    margin-bottom: 50px
}

.page-home .sliders-row .container {
    display: flex;
    position: relative
}

.page-home .sliders-row .left {
    width: 370px;
    margin-right: 30px
}

.page-home .sliders-row .slider-single {
    width: 100%
}

.page-home .sliders-row .slider-single .img {
    width: 100%;
    height: 370px;
    position: relative;
    border-left: 1px solid #479aa1;
    border-right: 1px solid #479aa1;
    border-top: 1px solid #479aa1
}

.page-home .sliders-row .slider-single .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    right: 0
}

.page-home .sliders-row .slider-single .img img:nth-child(2) {
    display: none
}

.page-home .sliders-row .slider-single .img .discount {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 6px;
    background-color: #ff6f60;
    color: #fff;
    font-size: 11px;
    font-weight: 700
}

.page-home .sliders-row .slider-single .img .time {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center
}

.page-home .sliders-row .slider-single .img .time .b {
    margin-right: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.page-home .sliders-row .slider-single .img .time .b:after {
    content: ":";
    position: absolute;
    right: -10px;
    top: 15px;
    font-size: 18px
}

.page-home .sliders-row .slider-single .img .time .b:last-child {
    margin-right: 0
}

.page-home .sliders-row .slider-single .img .time .b:last-child:after {
    display: none
}

.page-home .sliders-row .slider-single .img .time .b p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    min-width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin-bottom: 5px
}

.page-home .sliders-row .slider-single .img .time .b span {
    font-size: 13px;
    text-align: center;
    color: #8d8c8c
}

.page-home .sliders-row .slider-single .bottom {
    padding: 20px 50px 40px;
    border-left: 1px solid #479aa1;
    border-bottom: 1px solid #479aa1;
    border-right: 1px solid #479aa1
}

.page-home .sliders-row .slider-single .bottom .title {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 5px;
    text-align: center
}

.page-home .sliders-row .slider-single .bottom .price {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.page-home .sliders-row .slider-single .bottom .price strike {
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
    margin-right: 5px
}

.page-home .sliders-row .slider-single .bottom .price strike:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: calc(100% + 4px);
    height: 1px;
    background-color: #9c9c9c
}

.page-home .sliders-row .slider-single .slick-slide:hover .img img:nth-child(2) {
    display: block
}

.page-home .sliders-row .right {
    width: calc(100% - 400px)
}

.page-home .sliders-row .right .slider-triple {
    width: calc(100% + 15px);
    margin-right: -15px;
    margin-bottom: 25px
}

.page-home .sliders-row .right .slider-triple .box {
    padding-right: 15px
}

.page-home .sliders-row .right .slider-triple .box:hover .img img:nth-child(2) {
    display: block
}

.page-home .sliders-row .right .slider-triple .box .img {
    width: 100%;
    height: 245px;
    margin-bottom: 20px;
    position: relative
}

.page-home .sliders-row .right .slider-triple .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.page-home .sliders-row .right .slider-triple .box .img img:nth-child(2) {
    display: none
}

.page-home .sliders-row .right .slider-triple .box .title {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #333;
    margin-bottom: 10px
}

.page-home .sliders-row .right .slider-triple .box .price {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.page-home .sliders-row .right .slider-triple .box .price strike {
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
    margin-right: 5px
}

.page-home .sliders-row .right .slider-triple .box .price strike:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: calc(100% + 4px);
    height: 1px;
    background-color: #9c9c9c
}

.page-home .sliders-row .right .ban-row {
    width: 100%;
    height: 136px;
    padding: 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right
}

.page-home .sliders-row .right .ban-row img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.page-home .sliders-row .right .ban-row p {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    text-align: right
}

.page-home .sliders-row .right .ban-row p.ttl {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px
}

.page-home .bestsellers .slick-list {
    padding: 0 5px 50px
}

.page-home .bestsellers .catalog {
    display: block;
    padding-bottom: 0
}

.page-home .bestsellers .catalog .slick-track {
    margin: 0
}

.page-home .advantages {
    margin-bottom: 50px
}

.page-home .advantages .container {
    display: flex;
    justify-content: center
}

.page-home .advantages .container .box {
    width: calc(25% - 37.5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px
}

.page-home .advantages .container .box:last-child {
    margin-right: 0
}

.page-home .advantages .container .box img {
    width: 75px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    margin-bottom: 10px
}

.page-home .advantages .container .box .h3 {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 700;
    margin-bottom: 7px
}

.page-home .advantages .container .box p {
    font-size: 13px;
    line-height: 1.3;
    color: #909090;
    text-align: center
}

.page-home .blog {
    margin-bottom: 50px
}

.page-home .blog .h2 {
    text-align: centerfont-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-home .blog .content {
    display: flex
}

.page-home .blog .content .box {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    display: flex;
    flex-direction: column
}

.page-home .blog .content .box:last-child {
    margin-right: 0
}

.page-home .blog .content .img {
    width: 100%;
    height: 215px;
    position: relative;
    margin-bottom: 15px
}

.page-home .blog .content .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-home .blog .content .img .date {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 6px 25px;
    background-color: #ff6f60;
    color: #fff;
    font-size: 12px
}

.page-home .blog .content .h3 {
    font-size: 22px !important;
    line-height: 1.2;
    text-align: center;
    color: #333;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 20px;
    transition: .3s
}

.page-home .blog .content .img:hover + a h3 {
    color: #479aa1
}

.page-home .blog .content a:hover h3 {
    color: #479aa1
}

.page-home .blog .content p {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    padding: 0 20px;
    text-align: center
}

.page-home .seo {
    text-align: center;
    margin-bottom: 50px
}

.page-home .seo p {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    text-align: center;
    margin-bottom: 20px
}

.page-home .seo p:last-child {
    margin-bottom: 0
}

.page-card .main-info {
    margin-bottom: 50px
}

.page-card .main-info .container {
    display: flex;
    align-items: flex-start
}

.page-card .main-info .gallery {
    width: 470px;
    margin-right: 30px
}

.page-card .main-info .gallery .slider-main {
    width: 100%;
    height: 470px;
    margin-bottom: 10px
}

.page-card .main-info .gallery .slider-main img {
    display: block;
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover
}

.page-card .main-info .gallery .slider-nav {
    width: calc(100% + 10px);
    margin-left: -5px
}

.page-card .main-info .gallery .slider-nav .slick-slide {
    padding: 0 5px
}

.page-card .main-info .gallery .slider-nav .slick-arrow {
    position: absolute;
    width: 22px;
    height: 34px;
    border: 1px solid #e7e7e7;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .2)
}

.page-card .main-info .gallery .slider-nav .slick-arrow.slick-prev {
    left: -5px
}

.page-card .main-info .gallery .slider-nav .slick-arrow.slick-prev:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    opacity: 1 !important;
    border-right: none;
    border-top: none;
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
    transform: translateX(-25%) translateY(-50%) rotate(45deg)
}

.page-card .main-info .gallery .slider-nav .slick-arrow.slick-next {
    right: -5px
}

.page-card .main-info .gallery .slider-nav .slick-arrow.slick-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    opacity: 1 !important;
    border-left: none;
    border-bottom: none;
    -webkit-transform: translateX(-75%) translateY(-50%) rotate(45deg);
    transform: translateX(-75%) translateY(-50%) rotate(45deg)
}

.page-card .main-info .content {
    width: calc(100% - 470px)
}

.page-card .main-info .content h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px
}

.page-card .main-info .content .info {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.page-card .main-info .content .info .ratio {
    margin-right: 25px
}

.page-card .main-info .content .info p {
    font-size: 14px;
    color: #949494
}

.page-card .main-info .content .info a {
    font-size: 14px;
    color: #949494;
    transition: .3s
}

.page-card .main-info .content .info a:hover {
    color: #479aa1
}

.page-card .main-info .content .scu {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px
}

.page-card .main-info .content .num-nal {
    padding-left: 20px
}

.page-card .main-info .content .btn-info {
    margin-top: 40px;
    position: relative
}

.page-card .main-info .content .btn-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: -28px;
    width: 100%;
    height: 1px;
    background-color: #ededed
}

.page-card .main-info .content .box-option {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.page-card .main-info .content .box-option p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px
}

.page-card .main-info .content .box-option select {
    padding: 10px 22px 10px 15px;
    border: 1px solid #ededed;
    cursor: pointer;
    background-image: url(../img/dd.png);
    background-size: 8px 5px;
    background-position: calc(100% - 6px) center;
    background-repeat: no-repeat
}

.page-card .main-info .content .row {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 30px
}

.page-card .main-info .content .price {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-right: 40px;
    margin-bottom: 0;
    position: relative
}

.page-card .main-info .content .price strike {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    position: absolute;
    left: 0;
    bottom: 100%
}

.page-card .main-info .content .price strike:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: calc(100% + 4px);
    height: 1px;
    background-color: #ccc
}

.page-card .main-info .content .b-row {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

.page-card .main-info .content .b-row > a {
    margin-right: 10px
}

.page-card .main-info .content .b-row > a:nth-child(1) {
    order: 1
}

.page-card .main-info .content .b-row > a:nth-child(2) {
    order: 3;
    margin-right: 0
}

.page-card .main-info .content .b-row > a:nth-child(3) {
    order: 2
}

.page-card .main-info .content a.active {
    background-color: #ff6f60
}

.page-card .main-info .content .description {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 30px
}

.page-card .main-info .content .dop-info {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.page-card .main-info .content .dop-info .box {
    display: flex;
    align-items: flex-start;
    width: 33.33%;
    margin-right: 30px
}

.page-card .main-info .content .dop-info .box:last-child {
    margin-right: 0
}

.page-card .main-info .content .dop-info .box img {
    width: 75px;
    min-width: 75px;
    height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px
}

.page-card .main-info .content .dop-info .box .txt .h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b6b6b;
    margin-bottom: 5px
}

.page-card .main-info .content .dop-info .box .txt p {
    font-size: 12px;
    color: #909090
}

.page-card .main-info .content .socials {
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center
}

.page-card .main-info .content .socials p {
    font-size: 15px;
    font-weight: 500;
    color: #333
}

.page-card .main-info .content .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    margin-left: 5px
}

.page-card .main-info .content .socials a svg {
    width: 100%;
    height: 100%
}

.page-card .main-info .content .socials a svg * {
    fill: #333;
    transition: .3s
}

.page-card .main-info .content .socials a:hover svg * {
    fill: #479aa1
}

.page-card .information .tabs__headers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.page-card .information .tabs__headers .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #b4b4b4;
    text-align: center;
    padding: 10px 50px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap
}

.page-card .information .tabs__headers .title.active {
    color: #333
}

.page-card .information .tabs__headers .title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #479aa1;
    transition: .3s
}

.page-card .information .tabs__headers .title:hover:before {
    width: 60px
}

.page-card .information .tabs__headers .title:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #b4b4b4
}

.page-card .information .tabs__headers .title:last-child:after {
    display: none
}

.page-card .information .tabs__bodies {
    margin-bottom: 70px;
    transition: .3s;
    overflow: hidden
}

.page-card .information .tabs__bodies .box {
    display: none
}

.page-card .information .tabs__bodies .box.active {
    display: block
}

.page-card .information .tabs__bodies .box.table {
    overflow: auto hidden
}

.page-card .information .tabs__bodies .box p {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px
}

.page-card .information .tabs__bodies .box p:last-child {
    margin-bottom: 0
}

.page-card .information .tabs__bodies .box .rew-box {
    margin-bottom: 20px
}

.page-card .information .tabs__bodies .box .rew-box.answer {
    padding-left: 50px
}

.page-card .information .tabs__bodies .box .rew-box .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    color: #333
}

.page-card .information .tabs__bodies .box .rew-box .date {
    font-size: 14px;
    line-height: 1;
    color: #8d8c8c
}

.page-card .information .tabs__bodies table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    max-width: 620px
}

.page-card .information .tabs__bodies table td {
    border: 1px solid #e5e5e5;
    padding: 10px
}

.page-card .information .tabs__bodies table tr:nth-child(2n-1) {
    background-color: #f2f2f2
}

.page-card .bestsellers .h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase
}

.page-card .bestsellers .with-line {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.page-card .bestsellers .with-line:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: 10px;
    background-color: #e7e7e7
}

.page-card .bestsellers .slick-arrow {
    position: absolute;
    -webkit-transform: none;
    transform: none;
    width: 22px;
    height: 34px;
    border: 1px solid #e7e7e7;
    z-index: 2;
    top: -53px;
    background-color: #fff
}

.page-card .bestsellers .slick-arrow:after {
    content: "";
    position: absolute;
    right: calc(100% + 1px);
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #fff
}

.page-card .bestsellers .slick-arrow.slick-prev {
    right: 32px;
    left: auto
}

.page-card .bestsellers .slick-arrow.slick-prev:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 2px solid #333;
    opacity: 1 !important;
    border-right: none;
    border-top: none;
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(45deg);
    transform: translateX(-25%) translateY(-50%) rotate(45deg)
}

.page-card .bestsellers .slick-arrow.slick-next {
    right: 0
}

.page-card .bestsellers .slick-arrow.slick-next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 2px solid #333;
    opacity: 1 !important;
    border-left: none;
    border-bottom: none;
    -webkit-transform: translateX(-75%) translateY(-50%) rotate(45deg);
    transform: translateX(-75%) translateY(-50%) rotate(45deg)
}

.page-card .bestsellers .slick-list {
    padding: 0 5px 50px
}

.page-card .bestsellers .catalog {
    padding-bottom: 0
}

.num-nal {
    font-size: 14px;
    position: relative
}

.num-nal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 3px
}

.num-nal.green_c {
    color: #479aa1
}

.num-nal.green_c:before {
    background-color: #479aa1
}

.num-nal.grey_c {
    color: grey
}

.num-nal.grey_c:before {
    background-color: grey
}

.num-nal.red_c {
    color: #ff6f60
}

.num-nal.red_c:before {
    background-color: #ff6f60
}

.num-nal.yellow_c {
    color: #ffc000
}

.num-nal.yellow_c:before {
    background-color: #ffc000
}

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

.ratio svg {
    width: 15px;
    height: 15px
}

.ratio svg * {
    fill: transparent;
    stroke-width: 50px;
    stroke: #cdcdcd
}

.ratio.total_r1 svg:nth-child(1) * {
    stroke: #479aa1
}

.ratio.total_r2 svg:nth-child(1) *, .ratio.total_r2 svg:nth-child(2) * {
    stroke: #479aa1
}

.ratio.total_r3 svg:nth-child(1) *, .ratio.total_r3 svg:nth-child(2) *, .ratio.total_r3 svg:nth-child(3) * {
    stroke: #479aa1
}

.ratio.total_r4 svg:nth-child(1) *, .ratio.total_r4 svg:nth-child(2) *, .ratio.total_r4 svg:nth-child(3) *, .ratio.total_r4 svg:nth-child(4) * {
    stroke: #479aa1
}

.ratio.total_r5 svg:nth-child(1) *, .ratio.total_r5 svg:nth-child(2) *, .ratio.total_r5 svg:nth-child(3) *, .ratio.total_r5 svg:nth-child(4) *, .ratio.total_r5 svg:nth-child(5) * {
    stroke: #479aa1
}

.page-checkout .main-content .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.page-checkout .main-content .left {
    width: calc(50% - 15px);
    max-width: 525px
}

.page-checkout .main-content h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left
}

.page-checkout .main-content .row-label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 10px
}

.page-checkout .main-content .row-label span {
    width: 27px;
    min-width: 27px;
    height: 27px;
    background-color: #333;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-checkout .main-content .row-label h2 {
    font-size: 20px;
    font-weight: 700
}

.page-checkout .main-content .tabs__headers {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 17px
}

.page-checkout .main-content .tabs__headers .title {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    margin-right: 20px;
    transition: .3s;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    cursor: pointer
}

.page-checkout .main-content .tabs__headers .title:last-child {
    margin-right: 0
}

.page-checkout .main-content .tabs__headers .title.active {
    color: #479aa1;
    border-color: #479aa1
}

.page-checkout .main-content .tabs__bodies .box {
    display: none
}

.page-checkout .main-content .tabs__bodies .box.active {
    display: flex
}

.page-checkout .main-content .tabs__bodies .box.new {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px
}

.page-checkout .main-content .tabs__bodies .box.new .input-box {
    margin-bottom: 15px;
    width: calc(50% - 25px)
}

.page-checkout .main-content .tabs__bodies .box.old {
    margin-bottom: 15px
}

.page-checkout .main-content .tabs__bodies .box.old .left-old {
    width: 50%;
    padding-right: 25px;
    border-right: 1px solid #e7e7e7
}

.page-checkout .main-content .tabs__bodies .box.old .left-old .btn {
    min-width: 120px
}

.page-checkout .main-content .tabs__bodies .box.old .left-old .input-box {
    margin-bottom: 15px
}

.page-checkout .main-content .tabs__bodies .box.old .left-old .submit-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-checkout .main-content .tabs__bodies .box.old .left-old .submit-box a {
    color: #479aa1;
    font-size: 12px
}

.page-checkout .main-content .tabs__bodies .box.old .left-old .submit-box a:hover {
    text-decoration: underline
}

.page-checkout .main-content .tabs__bodies .box.old .right-old {
    width: 50%;
    padding: 0 40px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.page-checkout .main-content .tabs__bodies .box.old .right-old p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px
}

.page-checkout .main-content .tabs__bodies .box.old .right-old p.light {
    font-size: 10px;
    color: #c8c8c8;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 100%
}

.page-checkout .main-content .tabs__bodies .box.old .right-old .fb-btn {
    background-color: #255e9b;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: #fff;
    font-size: 10px;
    transition: .3s
}

.page-checkout .main-content .tabs__bodies .box.old .right-old .fb-btn:hover {
    background-color: #307aca
}

.page-checkout .main-content .tabs__bodies .box.old .right-old .fb-btn svg {
    height: 17px;
    margin-right: 10px
}

.page-checkout .main-content .tabs__bodies .box.old .right-old .fb-btn svg * {
    fill: #fff
}

.page-checkout .main-content select {
    margin-bottom: 15px
}

.page-checkout .main-content textarea {
    margin-bottom: 35px
}

.page-checkout .main-content .right {
   
    padding: 20px   0
}

.page-checkout .main-content .right h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.page-checkout .main-content .delivery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #eaeaea
}

.page-checkout .main-content .delivery-row p {
    font-size: 14px
}

.page-checkout .main-content .delivery-row p:nth-child(2) {
    font-weight: 700
}

.page-checkout .main-content .money {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px
}

.page-checkout .main-content .money p:nth-child(1) {
    font-size: 18px;
    font-weight: 700
}

.page-checkout .main-content .money p:nth-child(2),.page-checkout .main-content .money p:nth-child(3) {
    font-size: 20px;
    font-weight: 900;
    color: #479aa1
}

.page-checkout .main-content .money p:nth-child(2) span,.page-checkout .main-content .money p:nth-child(3) span {
    color: inherit;
    font-size: inherit;
    font-weight: 700
}

.page-checkout .main-content .bonus {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-checkout .main-content .bonus p {
    font-size: 13px;
    color: #bcb9b9
}

.page-checkout .main-content .cart-list .box {
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #eaeaea
}

.page-checkout .main-content .cart-list .box img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-right: 11px
}

.page-checkout .main-content .cart-list .box .title {
    font-size: 13px;
    width: 100%;
    padding-right: 20px
}

.page-checkout .main-content .cart-list .box .input-num {
    height: 34px
}

.page-checkout .main-content .cart-list .box .input-num .minus, .page-checkout .main-content .cart-list .box .input-num .plus {
    width: 20px
}

.page-checkout .main-content .cart-list .box .input-num input {
    width: 50px
}

.page-checkout .main-content .cart-list .box .price {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 0;
    min-width: 90px;
    justify-content: flex-end;
    flex-direction: row
}

.page-checkout .main-content .cart-list .box .delete {
    padding: 5px 0 5px 5px;
    width: 19px;
    min-width: 19px;
    cursor: pointer
}

.page-checkout .main-content .cart-list .box .delete svg {
    display: block;
    width: 14px;
    height: 14px
}

.page-checkout .main-content .cart-list .box .delete svg * {
    fill: #333;
    transition: .3s
}

.page-checkout .main-content .cart-list .box .delete:hover svg * {
    fill: #479aa1
}

.page-checkout .main-content .price-row {
    padding: 17px 0 20px
}

.page-checkout .main-content .promo-row {
    background-color: #eaeaea;
    padding: 15px 25px;
    width: calc(100% + 50px);
    margin-left: -25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.page-checkout .main-content .promo-row p {
    font-size: 14px
}

.page-checkout .main-content .promo-row .promo {
    position: relative
}

.page-checkout .main-content .promo-row input {
    border: 1px solid #acacac;
    text-align: center;
    height: 44px
}

.page-checkout .main-content .promo-row input::-webkit-input-placeholder {
    color: #acacac
}

.page-checkout .main-content .promo-row input:-ms-input-placeholder {
    color: #acacac
}

.page-checkout .main-content .promo-row input::-ms-input-placeholder {
    color: #acacac
}

.page-checkout .main-content .promo-row input::placeholder {
    color: #acacac
}

.page-checkout .main-content .promo-row input.invalid {
    border-color: #ff6f60
}

.page-checkout .main-content .promo-row input.success {
    border-color: #479aa1
}

.page-checkout .main-content .last {
    display: flex;
    justify-content: space-between;
    width: calc(50% - 15px);
    max-width: 525px;
    margin-bottom: 50px
}

.page-checkout .main-content .last .back-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #479aa1;
    padding-top: 14px
}

.page-checkout .main-content .last .r {
    width: 275px
}

.page-checkout .main-content .last .r .btn {
    width: 100%;
    text-align: center;
    justify-content: center
}

.page-checkout .main-content .last .r p {
    padding-top: 5px;
    font-size: 12px;
    color: #c6c6c6;
    font-weight: 600;
    width: 100%
}

.page-checkout.details .main-content h1 {
    text-transform: none
}

.page-checkout.details .main-content .cart-list .box .input-num {
    position: relative
}

.page-checkout.details .main-content .cart-list .box .input-num:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.page-checkout.details .main-content .cart-list .box .input-num input {
    border: 1px solid #e5e5e5
}

.page-checkout.details h3 {
    font-size: 18px;
    font-weight: 700
}

.page-checkout.details .info-content p {
    font-size: 15px;
    line-height: 1.4
}

.page-checkout.details .info-content h3 {
    margin: 25px 0 10px
}

.page-account .all-data {
    padding-bottom: 50px
}

.page-account .all-data .container {
    display: flex;
    align-items: flex-start
}

.page-account .all-data .left {
    width: 290px;
    padding-right: 30px
}

.page-account .all-data .tabs__headers {
    background-color: #eaeaea;
    padding: 15px;
    width: 100%
}

.page-account .all-data .tabs__headers .title, .page-account .all-data .tabs__headers div {
    padding: 10px;
    font-size: 14px;
    color: #333;
    transition: .3s;
    cursor: pointer
}

.page-account .all-data .tabs__headers .title.active, .page-account .all-data .tabs__headers .title:hover, .page-account .all-data .tabs__headers div.active, .page-account .all-data .tabs__headers div:hover {
    background-color: #479aa1;
    color: #fff
}

.page-account .all-data .right {
    width: calc(100% - 290px)
}

.page-account .all-data .right > .box {
    display: none
}

.page-account .all-data .right > .box.active {
    display: block
}

.page-account .all-data .right .top {
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea
}

.page-account .all-data .right .top h1, .page-account .all-data .right .top h2 {
    font-size: 20px !important;
    color: #333;
    padding: 0 20px 10px;
    text-align: left;
    text-transform: unset;
    margin: 0
}

.page-account .all-data .right .form {
    padding-left: 40px
}

.page-account .all-data .right .form .row {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    max-width: 685px
}

.page-account .all-data .right .form p {
    width: 170px;
    min-width: 170px;
    font-size: 14px
}

.page-account .all-data .right .form .input {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 6px 15px
}

.page-account .all-data .right .form .ch-box {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    max-width: 685px
}

.page-account .all-data .right .form .ch-box input {
    opacity: 0;
    position: absolute;
    left: -9999px
}

.page-account .all-data .right .form .ch-box input:checked + label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #479aa1
}

.page-account .all-data .right .form .ch-box label {
    padding-left: 20px;
    font-size: 13px;
    position: relative;
    cursor: pointer
}

.page-account .all-data .right .form .ch-box label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 11px;
    height: 11px;
    border: 1px solid #479aa1
}

.page-account .all-data .right .form .box-submit {
    background-color: #eaeaea;
    padding: 15px;
    display: flex;
    justify-content: center
}

.page-account .all-data .right .form .box-submit input {
    font-weight: 400;
    letter-spacing: 1px
}

.page-account .all-data .right .box-h {
    display: flex
}

.page-account .all-data .right .box-h.title div {
    background-color: #dcdcdc
}

.page-account .all-data .right .box-h > div {
    padding: 10px 0;
    border: 1px solid #eaeaea;
    margin-left: -1px;
    margin-bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-account .all-data .right .box-h > div:nth-child(1) {
    width: 12%
}

.page-account .all-data .right .box-h > div:nth-child(2) {
    width: 14%
}

.page-account .all-data .right .box-h > div:nth-child(3) {
    width: 16.5%
}

.page-account .all-data .right .box-h > div:nth-child(4) {
    width: 21%
}

.page-account .all-data .right .box-h > div:nth-child(5) {
    width: 17%
}

.page-account .all-data .right .box-h > div:nth-child(6) {
    width: 19.5%
}

.page-account .all-data .right .box-h p {
    font-size: 14px;
    text-align: center
}

.page-account .all-data .right .box-h a {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: none
}

.page-account .all-data .right .history > .btn {
    margin: 25px auto 0;
    font-size: 16px;
    text-transform: none;
    padding: 10px 15px;
    display: flex;
    align-items: center
}

.page-account .all-data .right .history > .btn img {
    width: 23px;
    height: 23px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 10px
}

.page-account .all-data .right .catalog .btn {
    margin: 60px auto 0
}

.page-account .all-data .right .bonuses > p {
    line-height: 1.4
}

.page-account .all-data .right .bonuses a {
    color: #479aa1
}

.page-account .all-data .right .bonuses a:hover {
    text-decoration: underline
}

.page-account .all-data .right .bonuses h3 {
    margin-top: 30px;
    border-top: 1px solid #eaeaea;
    padding: 15px 20px;
    font-size: 20px !important;
    color: #333
}

.page-account .all-data .right .bonuses .counter {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.page-account .all-data .right .bonuses .counter p {
    font-size: 44px;
    color: #479aa1;
    font-weight: 900
}

.page-account .all-data .right .bonuses .counter .num {
    font-size: 120px;
    text-align: center;
    padding: 0 25px
}

.page-account .all-data .right .bonuses .counter .num span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.page-account .all-data .right .bonuses .box-h > div:nth-child(1) {
    width: 120px
}

.page-account .all-data .right .bonuses .box-h > div:nth-child(2) {
    width: calc(100% - 120px)
}

.page-account .all-data .right .bonuses .box-h > div:nth-child(2) a {
    text-decoration: underline
}

.page-account .all-data .right .bonuses .box-h:not(.title) div:nth-child(2) {
    justify-content: flex-start;
    padding-left: 20px
}

.page-account .all-data .right .bonuses .green {
    color: #479aa1
}

.page-account .all-data .right .bonuses .green * {
    color: #479aa1
}

.page-account .all-data .right .bonuses .red {
    color: #ff6f60
}

.page-account .all-data .right .bonuses .red * {
    color: #ff6f60
}

.default h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px !important;
    text-transform: uppercase
}

.default .container > * {
    margin-bottom: 30px
}

.default * {
    color: #333
}

.default div, .default font, .default li, .default p {
    font-size: 15px;
    line-height: 1.5
}

.default h2 {
    font-size: 24px;
    text-transform: uppercase
}

.default h3, .default h4, .default h5, .default h6 {
    font-size: 20px
}

.default ul {
    padding-left: 20px
}

.default ul li {
    list-style: disc
}

.default ol {
    padding-left: 20px
}

.default ol li {
    list-style: decimal
}

.default b, .default strong {
    font-weight: 700
}

.default time {
    display: block;
    margin-top: -20px;
    color: #c9c9c9;
    font-size: 16px;
    text-align: center
}

.default img {
    max-width: 100%;
    max-height: 950px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 30px
}

.default .subscribe-line {
    display: flex;
    align-items: center;
    max-width: 515px;
    padding-top: 13px;
    border-top: 1px solid #ededed
}

.default .subscribe-line p {
    margin-right: 10px
}

.default .subscribe-line a {
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-right: 10px
}

.default .subscribe-line a:hover svg * {
    fill: #479aa1
}

.default .subscribe-line svg {
    width: 100%;
    height: 100%
}

.default .subscribe-line svg * {
    fill: #8f8f8f;
    transition: .3s
}

.default a {
    font-size: 15px;
    line-height: 1.5;
    text-decoration: underline;
    transition: .3s
}

.default a:hover {
    color: #479aa1
}

.default form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 660px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    padding-bottom: 50px;
    position: relative
}

.default form .input-box {
    width: calc(50% - 25px);
    margin-bottom: 15px
}

.default form .input-box.full-width {
    width: 100%
}

.default form .btn {
    color: #fff;
    margin: 0 auto
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.page-news h1 {
    text-align: center;
    margin-bottom: 30px
}

.news-grid {
    display: flex;
    flex-wrap: wrap
}

.news-grid .box {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 45px
}

.news-grid .box:hover h2 {
    color: #479aa1
}

.news-grid .box .img {
    width: 100%;
    height: 220px;
    position: relative;
    margin-bottom: 13px
}

.news-grid .box .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-grid .box .img time {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff6f60;
    font-size: 12px;
    color: #fff;
    padding: 6px 25px
}

.news-grid .box h2,.news-grid .box .h2 {
    font-size: 22px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    transition: .3s
}

.news-grid .box p {
    margin-top: auto;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: center
}

.reviews-block h1 {
    text-align: center;
    margin-bottom: 30px
}

.reviews-block .top-line {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.reviews-block .top-line .btn {
    white-space: nowrap;
    margin-left: 30px;
    min-width: 200px
}

.reviews-block .top-line p {
    font-size: 15px;
    line-height: 1.4
}

.reviews-block .pagination {
    margin: 30px auto;
    justify-content: center
}

.rev-box {
    display: flex;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e7e7e7
}

.rev-box .name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px
}

.rev-box .ratio {
    margin-bottom: 15px
}

.rev-box time {
    font-size: 14px;
    color: #c4c1c1
}

.rev-box > .left {
    width: 250px
}

.rev-box > .right {
    width: calc(100% - 250px);
    align-self: center
}

.rev-box p {
    font-size: 15px;
    line-height: 1.4;
    color: #262624
}

.rev-box .answer {
    display: flex;
    padding-top: 25px
}

.rev-box .answer .left-a {
    width: 180px
}

.rev-box .answer .right-a {
    width: calc(100% - 180px)
}

@media screen and (min-width: 651px) {
    .page-home .sliders-row .right .slick-prev {
        right: 47px
    }

    .page-home .sliders-row .right .slick-next {
        right: 15px
    }
}

@media screen and (min-width: 761px) {
    .mob-catalog {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .pagination :hover {
        background-color: #55b9c1;
        color: #fff
    }

    .pagination :hover:before {
        border-color: #fff !important
    }
}

@media screen and (min-width: 769px) {
    .header .mid-line .contacts .tell {
        display: none
    }
}

@media screen and (min-width: 831px) {
    .aside .filter-btn {
        display: none
    }
}

@media screen and (min-width: 851px) {
    .news-grid .box:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) {
    .header .top-line .lang {
        height: 16px
    }

    .header .top-line .lang:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 5px;
        height: 5px;
        border-top: 1px solid #4b4b4b;
        border-right: 1px solid #4b4b4b;
        -webkit-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg)
    }

    .header .top-line .lang ul {
        height: 16px;
        overflow: hidden
    }

    .header .top-line .lang a {
        padding-right: 13px;
        padding-top: 8px;
        display: block;
        background-color: #fff;
        padding-left: 5px
    }
}

@media screen and (min-width: 1191px) {
    .header .top-line .icon-cart-fix {
        display: none
    }

    .header .top-line .tell-icon {
        display: none
    }

    .header .mid-line .contacts .search-ic {
        display: none
    }

    .header.fixed {
        padding-bottom: 51px
    }

    .header.fixed .bot-menu {
        padding: 0 calc((100% - 1170px) / 2);
        position: fixed;
        width: 100%;
        top: 0;
        left: 0
    }

    .header.fixed .bot-menu .icon-cart-fix {
        opacity: 1;
        pointer-events: auto;
        transition: .3s
    }

    .header .mob-menu {
        display: none !important
    }
}

@media screen and (max-width: 1320px) {
    .catalog .box .img {
        height: 15.205vw
    }

    .catalog .box img {
        height: 14.205vw
    }

    .page-home .blog .content .img {
        height: 16.288vw
    }

    .page-card .main-info .content .dop-info {
        flex-wrap: wrap
    }

    .page-card .main-info .content .dop-info .box {
        width: calc(50% - 15px);
        margin-bottom: 20px
    }

    .page-card .main-info .content .dop-info .box:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1317px) {
    .catalog.coll_5 .box img {
        height: calc((90vw - 185px) / 5)
    }
}

@media screen and (max-width: 1300px) {
    .page-home .baners-block .main-b {
        width: 66.923vw
    }

    .page-home .baners-block .main-b .box {
        height: 40.769vw
    }

    .page-home .baners-block .r {
        width: 20.769vw;
        margin-left: 2.308vw
    }

    .page-home .baners-block .r .b-r {
        height: 19.231vw;
        margin-bottom: 2.308vw
    }

    .news-grid .box .img {
        height: 16.923vw
    }
}

@media screen and (max-width: 1240px) {
    .header .mid-line .contacts .coll {
        margin-right: 20px
    }
}

@media screen and (max-width: 1220px) {
    .page-checkout .main-content .left {
        width: 100%;
        max-width: 100%
    }

    .page-checkout .main-content .right {
        width: 100%;
        max-width: 100%;
        order: -1;
        margin-bottom: 30px
    }

    .page-checkout .main-content .last {
        flex-direction: column-reverse;
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1200px) {
    .page-home .categories .box {
        width: calc(16.667% - 10px);
        margin-right: 12px
    }
}

@media screen and (max-width: 1191px) {
    .header .mid-line .contacts .like {
        margin-left: 30px
    }

    .header .mid-line .contacts .like:before {
        content: "";
        position: absolute;
        left: -15px;
        width: 1px;
        height: 30px;
        background-color: #acacac;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 1190px) {
    .header .top-line .menu-btn {
        display: block
    }

    .header .top-line .menu-main {
        display: none
    }

    .header .top-line > a.log {
        margin-left: 30px
    }

    .header .mid-line .search {
        display: none !important;
        width: auto;
        position: absolute;
        z-index: 25;
        left: calc(5% + 150px);
        top: 0;
        height: 47px
    }

    .header .mid-line .search .input {
        height: 47px
    }

    .header .mid-line .search .btn {
        height: 47px
    }

    .header .mid-line .contacts {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .header .bot-menu {
        display: none
    }

    .header.fixed {
        padding-top: 48px
    }

    .header.fixed .top-line {
        position: fixed;
        padding: 15px 5%;
        left: 0;
        top: 0;
        width: 100%
    }

    .header.fixed .top-line.open-crtt .tell-icon {
        opacity: 1;
        pointer-events: auto
    }

    .header.fixed .top-line.open-crtt .icon-cart-fix {
        opacity: 1;
        pointer-events: auto
    }

    .footer .top .coll:nth-child(1) {
        margin-right: auto
    }

    .footer .top .coll:nth-child(2) {
        display: none
    }
}

@media screen and (max-width: 1180px) {
    .catalog.coll_5 .box img {
        height: calc((90vw - 138px) / 4)
    }
}

@media screen and (max-width: 1150px) {
    .page-home .advantages {
        margin-bottom: 20px
    }

    .page-home .advantages .container {
        flex-wrap: wrap
    }

    .page-home .advantages .container .box {
        width: calc(50% - 25px);
        margin-bottom: 30px
    }

    .page-home .advantages .container .box:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1100px) {
    .subscribe .container {
        flex-direction: column
    }

    .subscribe .h2 {
        text-align: center
    }

    .subscribe p {
        text-align: center
    }

    .subscribe .txt {
        margin-right: 0;
        margin-bottom: 20px
    }

    .page-archive .main-archive .prod-list {
        width: calc(100% - 250px)
    }

    .catalog.coll_4 .box {
        width: 33.33%
    }

    .catalog.coll_5 .box img {
        height: calc((90vw - 74px) / 4)
    }

    .catalog .box {
        padding: 7px 7px 15px
    }

    .catalog .box .img {
        height: 19.2vw
    }

    .catalog .box img {
        height: 19.2vw
    }

    .catalog_list .img {
        width: 200px;
        height: 200px;
        min-width: 200px
    }

    .aside {
        width: 250px;
        min-width: 250px
    }

    .page-home .baners-block .main-b .box {
        padding: 30px;
        display: flex !important;
        align-items: center;
        justify-content: center
    }

    .page-home .baners-block .main-b .box .txt p {
        font-size: 20px
    }

    .page-home .baners-block .main-b .box .txt h2 {
        font-size: 30px
    }

    .page-home .baners-block .main-b .box .txt .btn {
        margin-top: 20px
    }

    .page-home .blog .content .h3 {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0
    }

    .page-card .main-info .gallery {
        width: 350px
    }

    .page-card .main-info .gallery .slider-main {
        height: 350px
    }

    .page-card .main-info .gallery .slider-main img {
        height: 350px
    }

    .page-card .main-info .content {
        width: calc(100% - 350px - 30px)
    }

    .page-account .all-data .left {
        width: 210px;
        padding-right: 20px
    }

    .page-account .all-data .right {
        width: calc(100% - 210px)
    }

    .news-grid .box h2,.news-grid .box .h2 {
        font-size: 20px
    }
}

@media screen and (max-width: 1024px) {
    .header .top-line .lang ul {
        margin-top: -10px;
        margin-bottom: -10px
    }

    .header .top-line .lang li:first-child {
        margin-bottom: 5px
    }

    .catalog .box {
        margin-bottom: 20px
    }

    .catalog .box .img .icon, .catalog .box .img .like {
        opacity: 1;
        pointer-events: auto
    }

    .catalog .box .simple-btn {
        opacity: 1;
        pointer-events: auto
    }

    .page-card .information .tabs__headers .title {
        font-size: 16px
    }

    .page-card .information .tabs__headers .title {
        padding: 10px 20px
    }

    .page-card .information .tabs__headers .title:before {
        display: none
    }
}

@media screen and (max-width: 1020px) {
    .page-home .sliders-row .container {
        padding-bottom: 156px
    }

    .page-home .sliders-row .left {
        width: 270px
    }

    .page-home .sliders-row .slider-single .img {
        height: 270px
    }

    .page-home .sliders-row .slider-single .img .time .b p {
        min-width: 40px;
        height: 40px;
        font-size: 19px
    }

    .page-home .sliders-row .slider-single .bottom {
        padding: 20px 20px 20px
    }

    .page-home .sliders-row .right {
        width: calc(100% - 300px)
    }

    .page-home .sliders-row .right .slider-triple .box .img {
        height: 29.4vw
    }

    .page-home .sliders-row .right .ban-row {
        position: absolute;
        left: 0;
        bottom: 0
    }
}

@media screen and (max-width: 1000px) {
    .page-home .categories .container {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 980px) {
    .page-account .all-data .container {
        flex-direction: column
    }

    .page-account .all-data .left {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }

    .page-account .all-data .right {
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .catalog.coll_5 .box img {
        height: calc((90vw - 58px) / 3)
    } 

    

    .page-home .blog .content {
        flex-direction: column;
        align-items: center
    }

    .page-home .blog .content .box {
        width: 100%;
        max-width: 340px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .page-home .blog .content .img {
        margin-bottom: 8px;
        height: 200px
    }

    .page-home .blog .content .h3 {
        margin-bottom: 10px
    }

    .page-home .blog .content p {
        padding: 0
    }

    .page-card .main-info .container {
        flex-direction: column
    }

    .page-card .main-info .gallery {
        width: 100%;
        max-width: 470px;
        margin: 0 auto 30px
    }

    .page-card .main-info .gallery .slider-main {
        height: 470px
    }

    .page-card .main-info .gallery .slider-main img {
        height: 470px
    }

    .page-card .main-info .content {
        width: 100%
    }
}

@media screen and (max-width: 890px) {
    .page-archive .main-archive .prod-list .filter-row .select-cont {
        flex-direction: column;
        align-items: flex-start
    }

    .page-archive .main-archive .prod-list .filter-row .select-cont p {
        margin-right: 0;
        margin-bottom: 7px
    }
}

@media screen and (max-width: 850px) {
    .page-home .sliders-row .right .slider-triple .box .img {
        width: 270px;
        height: 270px;
        margin: 0 auto 20px
    }

    .news-grid .box {
        width: calc(50% - 15px)
    }

    .news-grid .box:nth-child(2n) {
        margin-right: 0
    }

    .news-grid .box .img {
        height: 25.176vw
    }

    .rev-box > .left {
        width: 150px
    }

    .rev-box > .right {
        width: calc(100% - 150px)
    }

    .rev-box .answer .left-a {
        width: 150px
    }

    .rev-box .answer .right-a {
        width: calc(100% - 150px)
    }
}

@media screen and (max-width: 830px) {
    .page-archive .main-archive .container {
        flex-direction: column-reverse
    }

    .page-archive .main-archive .prod-list {
        width: 100%
    }

    .catalog .box .img {
        height: 27.4vw
    }

    .catalog .box img {
        height: 27.4vw
    }

    .aside {
        width: 100%;
        min-width: 300px;
        order: 2;
        padding-right: 0
    }

    .aside .box-rkkk {
        display: none
    }

    .filter-btn-mob2 {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px
    }

    .aside.mob2 {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        min-width: 300px;
        height: 100vh !important;
        max-width: 300px;
        background-color: #fff;
        z-index: 999;
        border-right: 1px solid #ededed;
        padding: 20px;
        overflow: hidden auto;
        -webkit-transform: translateX(-102%);
        transform: translateX(-102%)
    }

    .aside.mob2.open {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .aside.mob2 .filter-btn {
        display: none
    }

    .aside.mob2 .exit-btn-f {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        cursor: pointer
    }

    .aside.mob2 .exit-btn-f:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        width: 20px;
        height: 2px;
        background-color: #333
    }

    .aside.mob2 .exit-btn-f:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        width: 20px;
        height: 2px;
        background-color: #333
    }

    #column-left {
        margin: 30px auto 0
    }
}

@media screen and (max-width: 768px) {
    .page-registration {
        padding-bottom: 50px
    }

    .header {
        margin-bottom: 20px
    }

    .header .mid-line .contacts .coll {
        display: none
    }

    .header .mid-line .contacts .search-ic {
        margin-left: 30px
    }

    .header .mid-line .contacts .search-ic:before {
        content: "";
        position: absolute;
        left: -15px;
        width: 1px;
        height: 30px;
        background-color: #acacac;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .breadcrumbs {
        padding: 0 0 20px
    }

    .breadcrumbs .container a {
        font-size: 12px
    }

    .breadcrumbs .container p {
        font-size: 12px
    }

    .footer .top {
        padding: 40px 0
    }

    .footer .top .coll:nth-child(1) {
        width: 100%;
        max-width: 360px;
        min-width: unset;
        margin-right: 0
    }

    .footer .top .coll:nth-child(3) {
        display: none
    }

    .page-home .baners-block .container {
        flex-direction: column
    }

    .page-home .baners-block .main-b {
        width: 100%;
        margin-bottom: 30px
    }

    .page-home .baners-block .main-b .box {
        height: 54.811vw;
        padding: 10px
    }

    .page-home .baners-block .main-b .slick-dots {
        bottom: 5px
    }

    .page-home .baners-block .main-b .slick-dots li {
        width: 9px;
        height: 9px;
        margin: 0 3px
    }

    .page-home .baners-block .main-b .slick-dots li button {
        width: 9px;
        height: 9px
    }

    .page-home .baners-block .r {
        width: 100%;
        display: flex;
        margin-left: 0
    }

    .page-home .baners-block .r .b-r {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 0;
        height: 42.9vw
    }

    .page-home .h2 {
        font-size: 18px
    }

    .page-card .main-info .content h1 {
        font-size: 22px
    }

    .page-card .bestsellers .h2 {
        font-size: 18px
    }

    .default h1 {
        font-size: 22px
    }

    .default .container > * {
        margin-bottom: 20px
    }

    .default h2 {
        font-size: 18px
    }

    .default h3, .default h4, .default h5, .default h6 {
        font-size: 16px
    }

    h1 {
        font-size: 22px
    }
}

@media screen and (max-width: 760px) {
    .header .mid-line {
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 0
    }

    .header .mid-line .search {
        left: calc(5% + 70px)
    }

    .header .mid-line .logo {
        margin-bottom: 10px;
        height: 100px
    }
}

@media screen and (max-width: 750px) {
    .page-account .all-data .right .box-h {
        flex-wrap: wrap;
        border: 1px solid #eaeaea;
        margin-bottom: 25px;
        padding: 10px
    }

    .page-account .all-data .right .box-h.title {
        display: none
    }

    .page-account .all-data .right .box-h > div {
        border: none;
        padding: 0;
        text-align: left;
        justify-content: left
    }

    .page-account .all-data .right .box-h > div:before {
        font-size: 14px;
        font-weight: 700;
        margin-right: 5px
    }

    .page-account .all-data .right .box-h > div:nth-child(1) {
        width: 100%;
        margin-bottom: 10px
    }

    .page-account .all-data .right .box-h > div:nth-child(1):before {
        content: "№";
        margin-right: 0;
        font-size: 18px
    }

    .page-account .all-data .right .box-h > div:nth-child(1) p {
        font-weight: 700;
        font-size: 18px
    }

    .page-account .all-data .right .box-h > div:nth-child(2) {
        width: 50%;
        margin-bottom: 10px;
        padding-right: 15px
    }

    .page-account .all-data .right .box-h > div:nth-child(2):before {
        content: attr(data-row)
    }

    .page-account .all-data .right .box-h > div:nth-child(3) {
        width: 50%;
        margin-bottom: 10px
    }

    .page-account .all-data .right .box-h > div:nth-child(3):before {
        content: attr(data-row)
    }

    .page-account .all-data .right .box-h > div:nth-child(4) {
        width: 50%;
        margin-bottom: 10px;
        padding-right: 15px
    }

    .page-account .all-data .right .box-h > div:nth-child(4):before {
        content: attr(data-row)
    }

    .page-account .all-data .right .box-h > div:nth-child(5) {
        width: 50%;
        margin-bottom: 10px
    }

    .page-account .all-data .right .box-h > div:nth-child(5):before {
        content: attr(data-row)
    }

    .page-account .all-data .right .box-h > div:nth-child(6) {
        width: 100%
    }

    .page-account .all-data .right .bonuses .counter p {
        font-size: 5.867vw
    }

    .page-account .all-data .right .bonuses .counter .num {
        font-size: 16vw
    }
}

@media screen and (max-width: 700px) {
    .subscribe .input {
        width: 100%;
        min-width: 330px
    }
}

@media screen and (max-width: 659px) {
    .catalog.coll_5 .box img {
        height: calc((90vw - 42px) / 2)
    } 
}

@media screen and (max-width: 650px) {
    .page-home .sliders-row .container {
        flex-direction: column;
        padding-bottom: 0
    }

    .page-home .sliders-row .left {
        width: 100%;
        margin: 0 0 30px 0
    }

    .page-home .sliders-row .right {
        width: 100%
    }

    .page-home .sliders-row .right .slider-triple {
        width: 100%;
        margin-bottom: 30px
    }

    .page-home .sliders-row .right .slider-triple .box {
        padding-right: 0
    }

    .page-home .sliders-row .right .ban-row {
        position: relative;
        bottom: unset
    }

    .page-checkout .main-content .delivery-row {
        flex-direction: column;
        align-items: flex-start
    }

    .page-checkout .main-content .delivery-row p:nth-child(2) {
        margin-top: 10px
    }

    .page-checkout .main-content .money {
        flex-direction: column;
        align-items: flex-start
    }

    .page-checkout .main-content .money p:nth-child(1) {
        margin-bottom: 10px
    }

    .page-checkout .main-content .bonus {
        flex-direction: column;
        align-items: flex-start
    }

    .page-checkout .main-content .bonus p:nth-child(1) {
        margin-bottom: 5px
    }

    .page-checkout .main-content .promo-row {
        flex-direction: column
    }

    .page-checkout .main-content .promo-row input {
        margin: 10px auto;
        width: 175px
    }

    .page-checkout .main-content .promo-row .btn {
        width: 175px;
        text-align: center
    }
    
    .page-home .sliders-row .slider-single .img {
        height: 270px;
        width: 270px;
        margin: 0 auto 20px;
        border-left: none; 
        border-right: none;
        border-top: none
    }
    
   .page-home .sliders-row .slider-single .bottom {
    border-left: none; 
    border-right: none;
    border-top: none
}
   
    
    
}

@media screen and (max-width: 640px) {
    .reviews-block .top-line {
        flex-direction: column
    }

    .reviews-block .top-line .btn {
        margin: 30px auto 0
    }

    .reviews-block .top-line p {
        width: 100%
    }

    .rev-box {
        flex-direction: column
    }

    .rev-box > .left {
        width: 100%;
        margin-bottom: 10px
    }

    .rev-box > .right {
        width: 100%
    }

    .rev-box .answer {
        flex-direction: column;
        padding-left: 30px
    }

    .rev-box .answer .left-a {
        width: 100%;
        margin-bottom: 10px
    }

    .rev-box .answer .right-a {
        width: 100%
    }
}

@media screen and (max-width: 620px) {
    .popup .form-container {
        padding: 30px 15px
    }

    .header .mid-line .search {
        position: static;
        z-index: 1;
        order: 3;
        margin-top: 20px
    }

    .to-top {
        width: 30px;
        height: 30px;
        right: 15px;
        bottom: 15px
    }

    .to-top:before {
        width: 10px;
        height: 10px
    }

    .page-home .baners-block .main-b .box .txt p {
        font-size: 16px
    }

    .page-home .baners-block .main-b .box .txt h2 {
        font-size: 22px
    }

    .page-home .baners-block .main-b .box .txt .btn {
        padding: 5px 15px
    }

    .news-grid .box {
        width: 100%;
        margin-right: 0
    }

    .news-grid .box .img {
        height: 51.935vw
    }
}

@media screen and (max-width: 610px) {
    .page-home .baners-block .main-b {
        margin-bottom: 5vw
    }

    .page-home .baners-block .r .b-r {
        width: 42.5vw;
        height: 42.5vw;
        margin-right: 5vw
    }

    .page-checkout .main-content .tabs__bodies .box.old {
        flex-direction: column
    }

    .page-checkout .main-content .tabs__bodies .box.old .left-old {
        width: 100%;
        margin-bottom: 20px;
        border-right: none;
        padding-right: 0
    }

    .page-checkout .main-content .tabs__bodies .box.old .right-old {
        width: 100%;
        padding: 0;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    .popup.cart-popup .cart-list .box {
        flex-direction: column;
        position: relative
    }

    .popup.cart-popup .cart-list .box img {
        width: 220px;
        height: 220px;
        margin-right: 0
    }

    .popup.cart-popup .cart-list .box .title {
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: center
    }

    .popup.cart-popup .cart-list .box .price {
        margin: 15px auto 15px;
        text-align: center;
        justify-content: center
    }

    .popup.cart-popup .cart-list .box .delete {
        position: absolute;
        right: 0;
        bottom: 76px
    }

    .catalog.coll_4 .box {
        width: 50%
    }

    .catalog .box .img {
        height: 41.05vw
    }

    .catalog .box img {
        height: 41.05vw
    }

    .page-checkout .main-content .cart-list .box {
        flex-direction: column;
        position: relative
    }

    .page-checkout .main-content .cart-list .box > a {
        width: 100%
    }

    .page-checkout .main-content .cart-list .box img {
        width: 100%;
        height: calc((100vw - 56px) / 100 * 82);
        margin-bottom: 10px;
        margin-right: 0
    }

    .page-checkout .main-content .cart-list .box .title {
        text-align: center;
        margin-bottom: 10px;
        padding-right: 0
    }

    .page-checkout .main-content .cart-list .box .price {
        margin: 10px auto 0;
        text-align: center;
        justify-content: center
    }

    .page-checkout .main-content .cart-list .box .delete {
        position: absolute;
        right: 0;
        bottom: 8px
    }
}

@media screen and (max-width: 570px) {
    .popup.cart-popup .promo-row {
        flex-direction: column-reverse
    }

    .popup.cart-popup .promo-row .btn:nth-child(2) {
        margin-bottom: 20px !important
    }
}

@media screen and (max-width: 550px) {
    .page-home .categories .box {
        width: calc(50% - 2.5vw);
        margin-right: 5vw;
        margin-bottom: 5vw
    }

    .page-home .categories .box:nth-child(2n) {
        margin-right: 0
    }

    .page-home .seo p {
        text-align: justify
    }
}

@media screen and (max-width: 540px) {
    .page-card .main-info .gallery .slider-main {
        height: 87vw
    }

    .page-card .main-info .gallery .slider-main img {
        height: 87vw
    }

    .page-card .main-info .content .b-row > a {
        margin-bottom: 10px
    }

    .page-card .main-info .content .dop-info {
        flex-direction: column
    }

    .page-card .main-info .content .dop-info .box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px
    }

    .page-card .information .tabs__headers {
        flex-direction: column
    }

    .page-card .information .tabs__headers .title:after {
        display: none
    }
}

@media screen and (max-width: 530px) {
    .page-account .all-data .right .form {
        padding-left: 0
    }

    .page-account .all-data .right .form .row {
        flex-direction: column;
        margin-bottom: 15px
    }

    .page-account .all-data .right .form p {
        width: 100%;
        padding-bottom: 3px
    }
}

@media screen and (max-width: 520px) {
    .page-home .h2 .with-line {
        height: 21px;
        white-space: unset
    }

    .page-card .information .tabs__bodies .box .rew-box.answer {
        padding-left: 25px
    }

    .page-card .information .tabs__bodies .box .rew-box .name {
        font-size: 16px
    }

    .page-card .information .tabs__bodies .box .rew-box .comment-txt {
        line-height: 1.25;
        font-size: 14px
    }

    .page-card .bestsellers .with-line {
        height: 21px;
        white-space: unset
    }
}

@media screen and (max-width: 500px) {
    .page-archive .main-archive .prod-list .bottom {
        flex-direction: column;
        justify-content: flex-start
    }

    .page-archive .main-archive .prod-list .bottom > p:nth-child(1) {
        margin-bottom: 15px
    }

    .catalog .box .price {
        flex-direction: column-reverse
    }

    .catalog .box .price strike {
        margin-left: 0
    }

    .catalog_list .box {
        flex-direction: column
    }

    .catalog_list .img {
        width: 100%;
        height: 90vw;
        margin-right: 0;
        margin-bottom: 20px
    }

    .page-account .all-data .right .top h1, .page-account .all-data .right .top h2 {
        text-align: center
    }

    .page-account .all-data .right .box-h {
        flex-direction: column;
        align-items: center
    }

    .page-account .all-data .right .box-h > div {
        width: auto !important;
        padding-right: 0 !important
    }

    .page-account .all-data .right .bonuses h3 {
        text-align: center
    }

    .page-account .all-data .right .bonuses .counter .num {
        padding: 0 10px
    }

    .default form .input-box {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .page-checkout .main-content .tabs__bodies .box.new .input-box {
        width: 100%
    }
}

@media screen and (max-width: 470px) {
    .catalog.coll_5 .box img {
        height: calc(90vw - 26px) !important
    }

    .page-home .bestsellers .catalog .box {
        padding: 7px 7px 15px
    }

    .page-home .bestsellers .catalog .box img {
        height: 81.15vw !important
    }

    .page-home .bestsellers .slick-slide > div {
        display: flex
    }

    .page-home .bestsellers .catalog .box {
        margin: 0 auto;
        max-width: 270px
    }

    .page-home .bestsellers .catalog .box .img {
        height: 270px
    }

    .page-card .main-info .content .b-row > a {
        padding: 10px;
        min-height: 60px;
        line-height: 1.3
    }

    .page-card .bestsellers .catalog .box {
        padding: 7px 7px 15px
    }

    .page-card .bestsellers .catalog .box .img {
        height: 81.15vw !important
    }

    .page-card .bestsellers .catalog .box img {
        height: 81.15vw !important
    }
}

@media screen and (max-width: 460px) {
    .page-home .advantages .container .box {
        width: 100%;
        margin-right: 0
    }

    .page-card .information .tabs__bodies .box p {
        text-align: justify
    }
}

@media screen and (max-width: 450px) {
    .popup.cart-popup .delivery-row {
        flex-direction: column;
        align-items: flex-start
    }

    .popup.cart-popup .money {
        flex-direction: column;
        align-items: flex-start
    }

    .popup.cart-popup .bonus {
        flex-direction: column;
        align-items: flex-start
    }

    .popup.cart-popup .promo-row .btn {
        width: 100%
    }

    .header {
        margin-bottom: 5vw
    }

    .header .mid-line {
        padding: 20px 0 10px
    }

  /*  .page-archive .main-archive .prod-list .filter-row {
        flex-wrap: wrap
    } */

    .page-archive .main-archive .prod-list .filter-row .f-btn {
        margin-bottom: 20px
    }

    .page-archive .main-archive .prod-list .filter-row .f-btn:nth-child(2) {
        margin-right: 150px
    }

    .page-archive .main-archive .prod-list .filter-row .select-cont {
        width: calc(50% - 10px)
    }

    .page-checkout .main-content .tabs__headers .title {
        font-size: 13px;
        padding: 5px 0;
        margin-right: 10px;
        margin-left: auto
    }
}

@media screen and (max-width: 440px) {
    .subscribe .input {
        min-width: 100%
    }
}

@media screen and (max-width: 430px) {
    .header .top-line .icon-cart-fix {
        margin-left: 20px
    }

    .header .top-line .tell-icon {
        width: 20px;
        min-width: 20px
    }

    .header .top-line > a.log {
        margin-left: 20px
    }

    .footer .bottom p {
        text-align: center
    }
}

@media screen and (max-width: 420px) {
    .header .mid-line .contacts .cart .txt {
        display: none
    }

    .catalog .box .img {
        height: 38.85vw
    }

    .page-account .all-data .right .form .box-submit {
        padding: 0;
        background-color: transparent
    }

    .page-account .all-data .right .form .box-submit input {
        font-size: 14px
    }

    .page-account .all-data .right .bonuses .counter {
        flex-direction: column
    }

    .page-account .all-data .right .bonuses .counter .num {
        padding: 10px 0
    }
}

@media screen and (max-width: 390px) {
    .header .top-line .icon-cart-fix {
        margin-left: 15px;
        width: 20px;
        min-width: 20px
    }

    .header .mid-line .logo {
        width: 100%
    }

    .header .mid-line .contacts {
        width: 100%;
        justify-content: center
    }

    .header .mid-line .contacts .icon {
        width: 34px;
        min-width: 34px
    }

    .header .bot-menu .icon-cart-fix {
        width: 34px;
        min-width: 34px
    }

    .search-popup .input {
        width: 100%
    }

    .rev-box .answer {
        padding-left: 15px
    }
}

@media screen and (max-width: 380px) {
    .page-home .baners-block .main-b .box .txt p {
        font-size: 14px
    }

    .page-home .baners-block .main-b .box .txt h2 {
        font-size: 18px
    }

    .page-home .blog .content .img {
        height: 52.632vw
    }
}

@media screen and (max-width: 360px) {
    .page-card .main-info .content .price {
        margin-right: 30px;
        font-size: 24px
    }

    .page-card .main-info .content .price strike {
        font-size: 14px
    }
}

@media screen and (max-width: 350px) {
    .header .top-line > a {
        margin-right: 15px
    }

    .popup-phones .btn {
        font-size: 14px;
        padding: 14px 10px
    }

    .catalog.coll_4 .box {
        width: 100%
    }

    .catalog .box {
        padding: 0;
        margin-bottom: 30px
    }

    .catalog .box:hover {
        box-shadow: none;
        border-color: transparent
    }

    .catalog .box .img {
    height: 90vw;
    }

   .catalog .box img {
        height: 90vw
    }
}

@media screen and (max-width: 340px) {
    .aside {
        min-width: 260px
    }

    .page-home .bestsellers .catalog .box img {
        height: 75.6vw !important
    }

    .page-home .bestsellers .catalog .box .img {
        height: 75.6vw !important
    }
}

@media screen and (min-width: 1191px) and (max-width: 1317px) {
    .header.fixed .bot-menu {
        padding: 0 5%
    }
}

@media screen and (min-width: 551px) and (max-width: 1000px) {
    .page-home .categories .box {
        width: calc(33.333% - 13.333px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .page-home .categories .box:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1021px) and (max-width: 1290px) {
    .page-home .sliders-row .right .slider-triple .box .img {
        max-width: 245px;
        margin: 0 auto 20px
    }

    .page-home .sliders-row .right .slider-triple .box .title {
        max-width: 245px;
        margin: 0 auto 10px
    }
}

@media screen and (min-width: 831px) and (max-width: 980px) {
    .page-account .all-data .right .catalog .box img {
        height: 27.78vw
    }
}

.header .bot-menu .sub-cats {
    flex-wrap: wrap;
}


@media screen and (min-width: 1700px) {
    .fancybox-wrap {
        width: 830px !important;
        height: 830px !important;
        max-width: calc(90vw + 30px) !important;
        max-height: calc(90vh + 30px) !important;
    }

    .fancybox-inner {
        width: 800px !important;
        height: 800px !important;
        max-width: 90vw !important;
        max-height: 90vh !important;
    }

    .fancybox-image {
        width: 800px !important;
        height: 800px !important;
        max-width: 90vw !important;
        max-height: 90vh !important;
        object-fit: cover;
    } 
}

.seo.default .container li {
    font-size: 14px;
}

.seo.default .container * {
    /*text-align: left!important;*/
    color: #666;


}

@media screen and (max-width: 900px) {
    .catalog .box .img {
        height: calc((90vw - 58px) / 3);
    }
}

@media screen and (max-width: 659px) {
    .catalog .box .img {
        height: calc((90vw - 42px) / 2);
    }
}


@media screen and (max-width: 350px) {
   .catalog .box .img {
    height: 90vw;
    }

   .catalog .box img {
        height: 90vw
    }
}

@media screen and (min-width: 1191px) {
    .header .bot-menu .sub-cats .box {
        width: 25%;
        flex-grow: unset;
    }
    .header .bot-menu .sub-cats.col-5-new .box {
        width: 20%;
        flex-grow: unset;
    }
    .header .bot-menu .sub-cats a {
        width: 100%;
    }
}

.frame_blc{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
}
.frame_blc iframe,
.frame_blc object,
.frame_blc embed {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

.bestsellers.three .catalog{
    margin-bottom: 45px;
}

.wrp-link-blocks{
    width: 100%;
    display: block;
}
.wrp-link-block{
    display: flex;
    /*flex-wrap: wrap;*/
    margin-bottom: 10px;
}
.link-block-title{
    height: 32px;
    min-width: 210px;
    position: relative;
    white-space: nowrap;
    padding: 8px 20px 5px 10px;
}
.link-block-title:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid;
    border-left-color: inherit;
    border-top: 16px solid #2e2d25;
    border-bottom: 16px solid #2e2d25;
    right: 0px;
    top: 0px;
    position: absolute;
}
.link-block-content{
    align-items: center;
    display: flex;
}
.link-block-content ul{
    list-style: unset;
    display: flex;
    flex-wrap: wrap;
}
.link-block-content ul li{
    color: #fff;
    position: relative;
    padding: 0px 10px;
}
.link-block-content ul li a{
    color: #fff;
    transition: .3s;
}
.link-block-content ul li a:hover{
    color: #479aa1;
}
.link-block-content ul li:after{
    content: '|';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.link-block-title:hover{
    text-decoration: underline;
}
@media screen and (max-width: 659px) {
    .link-block-title{
        margin-bottom: 10px;
        width: 100%;
    }
}

.ocfilter-anchors{
    margin-top: 10px;
    margin-bottom: 10px;
}

.d-none{
    display: none !important;
}