@charset "UTF-8";

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-bold.woff2) format("woff2"),url(../fonts/gilroy-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-medium.woff2) format("woff2"),url(../fonts/gilroy-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/gilroy-extrabold.woff2) format("woff2"),url(../fonts/gilroy-extrabold.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}



@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-Bold.woff2) format("woff2"),url(../fonts/Inter/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-ExtraLightBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-ExtraLightBETA.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-LightItalicBETA.woff2) format("woff2"),url(../fonts/Inter/Inter-LightItalicBETA.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-Medium.woff2) format("woff2"),url(../fonts/Inter/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-Regular.woff2) format("woff2"),url(../fonts/Inter/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"),url(../fonts/Inter/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

svg {
    flex-shrink: 0;
    display: block;
    width: 0;
    height: 0
}

*,::after,::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,html {
    height: 100%;
    background: #fbfbfd;
    color: #16263f;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 16px
}

body.active {
    height: 100vh;
    overflow-y: hidden !important;
}

h1 {
    margin-bottom: .87em;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700
}

@media (max-width: 1000px) {
    h1 {
        font-size:42px
    }
}

@media (max-width: 800px) {
    h1 {
        font-size:35px
    }
}

@media (max-width: 700px) {
    h1 {
        font-size:30px
    }
}

@media (max-width: 576px) {
    h1 {
        font-size:24px
    }
}

h2 {
    margin-bottom: .87em;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700
}

@media (max-width: 1000px) {
    h2 {
        font-size:42px
    }
}

@media (max-width: 800px) {
    h2 {
        font-size:35px
    }
}

@media (max-width: 700px) {
    h2 {
        font-size:30px
    }
}

@media (max-width: 576px) {
    h2 {
        font-size:24px
    }
}

h3 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700
}

@media (max-width: 576px) {
    h3 {
        font-size:20px
    }
}

h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.43
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0
}

ul {
    list-style: none
}

ul li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 15px;
    line-height: 1.68
}

ul li:last-child {
    margin-bottom: 0
}

ul li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ff0052
}

ol {
    margin: 0;
    padding-left: 22px
}

ol li {
    margin-bottom: 13px;
    line-height: 1.68
}

@media (max-width: 920px) {
    ol li {
        font-size:14px
    }
}

ol li:last-child {
    margin-bottom: 0
}

p {
    line-height: 1.6
}

@media (max-width: 1000px) {
    p {
        font-size:14px
    }
}

label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300
}

label span {
    color: #ff0052;
    margin-left: 3px
}

input,textarea {
    display: inline-block;
    width: 100%;
    padding: 0 1em;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #f3f3f3;
    background-color: #fcfcfc;
    color: #16263f;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: 0;
    transition: all linear .1s
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #80868e;
    opacity: 1;
    font-weight: 300
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #80868e;
    opacity: 1;
    font-weight: 300
}

input::placeholder,textarea::placeholder {
    color: #80868e;
    opacity: 1;
    font-weight: 300
}

input.required,textarea.required {
    border-color: #ff0052!important;
    color: #ff0052
}

input.required::-webkit-input-placeholder,textarea.required::-webkit-input-placeholder {
    color: #ff0052;
    font-family: Inter,sans-serif;
    font-weight: 300;
    font-size: 14px
}

input.required:-moz-placeholder,textarea.required:-moz-placeholder {
    color: #ff0052;
    font-family: Inter,sans-serif;
    font-weight: 300;
    font-size: 14px
}

input.required::-moz-placeholder,textarea.required::-moz-placeholder {
    color: #ff0052;
    font-family: Inter,sans-serif;
    font-weight: 300;
    font-size: 14px
}

input.required:-ms-input-placeholder,textarea.required:-ms-input-placeholder {
    color: #ff0052;
    font-family: Inter,sans-serif;
    font-weight: 300;
    font-size: 14px
}

input:focus,textarea:focus {
    background-color: #fff
}

input,input:active,select,textarea,textarea:active {
    outline: none transparent!important;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-outline: none!important;
    font-family: Inter,sans-serif
}

textarea {
    overflow: auto;
    min-height: 104px
}

button[type=reset],button[type=submit],input[type=reset],input[type=submit] {
    -webkit-appearance: none
}

button {
    cursor: pointer;
    border: none;
    background: 0 0;
    font-family: Inter,sans-serif
}

.text-center {
    text-align: center;
}

.inner {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto
}

.wrapper {
    box-sizing: border-box;
    min-height: 100%
}

.content {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 5
}

.img {
    display: flex;
    overflow: hidden;
    position: relative
}

.img img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

img {
    display: block;
    width: 100%
}

.button {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 220px;
    min-height: 55px;
    border-radius: 40px;
    background-color: #ff0052;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-family: Inter,sans-serif;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    transition: all linear .3s
}

.button_lg {
    height: 65px;
    width: 360px;
    max-width: 100%;
}

@media (max-width: 359px) {
    .button {
        min-width:200px;
        min-height: 50px;
        font-size: 13px
    }
}

.button svg {
    width: 6px;
    height: 10px;
    margin-left: 22px;
    fill: #fff
}

.button:hover {
    background-color: #ff668b
}

.button-disabled,
.button[disabled] {
    background-color: rgba(255,0,82,.2);
    cursor: default;
    cursor: not-allowed;
}

.button-bordered {
    min-width: 180px;
    min-height: 45px;
    border: 1px solid #ff668b;
    background-color: transparent;
    color: #ff0052
}

@media (max-width: 359px) {
    .button-bordered {
        min-width:160px;
        min-height: 45px;
        font-size: 13px
    }
}

.button-bordered svg {
    width: 14px;
    height: 12px;
    margin-right: 10px;
    margin-left: 0;
    fill: #ff0052;
    transition: .3s all
}

.button-bordered:hover {
    background-color: transparent;
    color: #ff668b
}

.button-bordered:hover svg {
    fill: #ff668b
}

.card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 33px 30px 17px;
    border-radius: 6px;
    background-color: #fff;
    transition: .3s all;
    position: relative;
}

@media (max-width: 1000px) {
    .card {
        padding:33px 15px 17px
    }
}

.card:hover {
    box-shadow: 0 0 15px rgba(22,38,63,.1)
}

.card__img {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 92%
}

.card__img img {
    width: auto;
    min-height: 100%
}

.card__rate {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.card__rate-list {
    display: flex
}

.card__rate-star {
    margin-right: 3px
}

.card__rate-star:last-child {
    margin-right: 0
}

.card__rate-star svg {
    width: 12px;
    height: 11px;
    fill: #012e6f
}

.card__rate-empty svg {
    fill: #dfeeef
}

.card__rate-value {
    margin-left: 5px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700
}

.card__title {
    display: flex;
    align-items: flex-start;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.46;
    font-weight: 500;
    text-align: left;
}

@media (max-width: 1000px) {
    .card__title {
        font-size:14px;
        min-height: 40px;
        max-height: 40px
    }
}

.card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.card__price-top {
    display: flex;
    align-items: center;
    margin-bottom: 4px
}

.card__price-old {
    position: relative;
    min-width: 50px;
    color: #c9cacb;
    font-size: 15px;
    font-weight: 700
}

.card__price-old::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
    width: 100%;
    height: 1px;
    background-color: #ff0052
}

.card__price-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    padding: 3px;
    border-radius: 30px;
    background-color: #ff0052;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center
}

.card__price-actual {
    font-size: 28px;
    line-height: 1;
    font-weight: 700
}

@media (max-width: 900px) {
    .card__price-actual {
        font-size:22px
    }
}

.card__basket {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255,0,82,.2)
}

.card__basket svg {
    width: 33px;
    height: 29px;
    fill: #ff0052;
    transition: .3s all
}

.card__basket svg:hover {
    fill: #ff668b
}

.breadcrumbs {
    margin: 36px 0 45px
}

@media (max-width: 1000px) {
    .breadcrumbs {
        margin:20px 0 25px
    }
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 45px;
    margin-bottom: 0;
    color: #8ba3ba;
    font-size: 12px;
    line-height: 1;
    padding-left: 0
}

@media (max-width: 420px) {
    .breadcrumbs__item {
        margin-right:25px
    }
}

.breadcrumbs__item::before {
    display: none
}

.breadcrumbs__item:last-child {
    margin-right: 0
}

.breadcrumbs__item:last-child::after {
    display: none
}

.breadcrumbs__item a{
    text-transform: uppercase;
}

.breadcrumbs__item:last-child a {
    cursor: default;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumbs__item::after {
    content: '/';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    color: #8ba3ba;
    font-size: 12px;
    line-height: 1
}

@media (max-width: 420px) {
    .breadcrumbs__item::after {
        right:-14px
    }
}

.checkbox {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0
}

.checkbox+label {
    position: relative;
    padding: 0 0 3px 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    transition: .3s all
}

.checkbox+label span {
    font-weight: 700
}

.checkbox+label:hover {
    color: #ff668b
}

.checkbox+label:hover::before {
    border: 2px solid #ff668b
}

.checkbox+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #f1f1f1;
    background: #fff;
    transition: .3s all
}

.checkbox+label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 11px;
    height: 9px;
    background-image: url(../img/layout/general/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .2s
}

.checkbox:checked+label:after {
    opacity: 1
}

.checkbox:checked+label:before {
    background-color: #ff0052;
    border: 2px solid #ff0052
}

.checkbox:checked+label:hover::before {
    background-color: #ff668b;
    border: 2px solid #ff668b
}

.radio {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0
}

.radio+label {
    position: relative;
    padding: 80px 20px 30px 25px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #f3f3f3;
    background-color: #fcfcfc
}

@media (max-width: 576px) {
    .radio+label {
        padding:80px 10px 40px 10px;
        height: 220px
    }
}

.radio+label span {
    display: block
}

.radio+label:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 25px;
    width: 34px;
    height: 34px;
    border: 2px solid #f3f3f3;
    background-color: #fff;
    border-radius: 50%
}

.radio+label:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: 42px;
    left: 35px;
    width: 16px;
    height: 11px;
    background-image: url(../img/layout/general/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    opacity: 0;
    transition: .2s
}

.radio:checked+label:after {
    opacity: 1
}

.radio:checked+label:before {
    border: 2px solid #548f61;
    background-color: #548f61
}

.tabs__content {
    display: none
}

.tabs__content.tabs__content--active {
    display: block
}

.ymaps-map {
    touch-action: auto!important
}

[class*=ymaps-2][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%)
}

.ymaps-2-1-79-map {
    height: 100%!important;
    width: 100%!important
}

.nav-open {
    flex-shrink: 0;
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer
}

@media (max-width: 1050px) {
    .nav-open {
        display:block
    }
}


.nav-open span {
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
    transition: .3s cubic-bezier(.8,.5,.2,1.4);
    width: 100%;
    height: 4px;
    transition-duration: .5s
}

.nav-open span:nth-child(1) {
    top: 0;
    left: 0
}

.nav-open span:nth-child(2) {
    top: 8px;
    left: 0;
    opacity: 1
}

.nav-open span:nth-child(3) {
    bottom: 0;
    left: 0
}

.nav-open.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px
}

.nav-open.open span:nth-child(2) {
    opacity: 0
}

.nav-open.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
    transition: .4s ease;
}

.header.active {
    top: -53px
}

@media (max-width: 1050px) {
    .header.active {
        top:0
    }
}

.header li {
    padding-left: 0;
    line-height: 1
}

.header li::before {
    display: none
}

.header__top {
    opacity: 1;
    visibility: visible;
    transition: .3s all;
    position: relative;
    z-index: 20;
    padding: 0;
    background-color: #fbfbfd
}

@media (max-width: 1050px) and (max-width:850px) {
    .header__top {
        top:93px
    }
}

@media (max-width: 1050px) and (max-width:576px) {
    .header__top {
        top:65px
    }
}

@media (max-width: 1050px) {
    .header__top .content {
        padding:0
    }
}

.header__top-inline {
    display: flex;
    justify-content: space-between;
    align-items: center
}


.header__top-list {
    display: flex
}

@media (max-width: 1250px) {
    .header__top-list {
        flex-shrink:0;
        margin-right: 15px
    }
}


.header__top-item {
    margin-right: 36px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1
}

@media (max-width: 1350px) {
    .header__top-item {
        margin-right:15px
    }
}

@media (max-width: 1100px) {
    .header__top-item {
        margin-right:10px
    }
}
.header__top-item:last-child {
    margin-right: 0
}

.header__top-item a {
    transition: .3s all
}

.header__top-item a:hover {
    color: #8ba3ba
}

.header__top-wrap {
    flex: 0 1 750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 1
}

.header__top-wrap .social {
    margin-right: 80px
}

@media (max-width: 1350px) {
    .header__top-wrap .social {
        margin-right:40px
    }
}

@media (max-width: 1250px) {
    .header__top-wrap .social {
        margin-right:10px
    }
}

@media (max-width: 1050px) {
    .header__address {
        margin-bottom:20px
    }
}

.header__address-heading {
    display: flex;
    align-items: center;
    height: 53px
}

.header__address-heading .address-ico {
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    margin-right: 7px;
    fill: #8ba3ba
}

@media (max-width: 1050px) {
    .header__address-heading .address-ico {
        fill:#30568d;
        width: 26px;
        height: 26px
    }
}

.header__address-heading a {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgba(22,38,63,.3)
}

.header__address-value:hover {
    color: #8ba3ba
}

@media (max-width: 1050px) {
    .header__phone {
        margin-bottom:20px
    }
}

.header__phone-heading {
    display: flex;
    align-items: center;
    height: 53px
}

@media (max-width: 1050px) {
    .header__phone-heading {
        font-size:18px;
        font-weight: 700
    }
}

.header__phone-heading .phone-ico {
    width: 19px;
    height: 19px;
    margin-right: 7px;
    fill: #8ba3ba
}

@media (max-width: 1050px) {
    .header__phone-heading .phone-ico {
        fill:#30568d;
        width: 26px;
        height: 26px
    }
}

.header__phone-heading a {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgba(22,38,63,.3);
    font-weight: 700
}

.header__phone-value:hover {
    color: #8ba3ba
}

.header__arrow {
    width: 6px;
    height: 4px;
    margin-left: 5px;
    fill: #16263f
}

.header__drop {
    display: none;
    position: absolute;
    min-width: 216px;
    top: 52px;
    z-index: 100;
    padding: 17px 20px;
    box-shadow: 0 4px 60px rgba(0,0,0,.4);
    border-radius: 6px;
    background-color: #00398c;
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.header__drop.active {
    display: block
}

.header__drop .header__address-value {
    display: block;
    margin-bottom: 13px;
    cursor: pointer
}

.header__drop .header__address-value:last-child {
    margin-bottom: 0
}

.header__drop .header__phone-value {
    display: block;
    margin-bottom: 13px
}

.header__drop .header__phone-value:last-child {
    margin-bottom: 0
}

.header__drop-btn {
    cursor: pointer
}

.header__order {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgba(255,0,82,.3);
    color: #ff0052;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 1050px) {
    .header__order {
        font-size:16px;
        font-weight: 700
    }
}

.header__main {
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
    background-color: #012e6f;
    color: #fff;
    padding: 15px 0
}

.header__main-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
}

@media (max-width: 850px) {
    .header__main {
        padding:10px 0
    }
}

@media (max-width: 576px) {
    .header__main {
        padding:20px 0
    }
}

.header__search {
    position: relative;
    flex: 0 1 650px;
    display: flex;
    border-radius: 4px;
    background-color: #fff
}

@media (max-width: 850px) {
    .header__search {
        position:absolute;
        right: 15px;
        bottom: -60px;
        width: 60vw
    }
}

@media (max-width: 576px) {
    .header__search {
        display:none
    }
}

.header__search-mob {
    display: none
}

@media (max-width: 576px) {
    .header__search-mob {
        position:relative;
        display: flex;
        flex: 1 1 auto;
        width: 100%;
        top: 0;
        bottom: auto;
        right: 0
    }
}
/*style autocomplete*/
.header__search input {
    height: 40px;
    border: none;
    background-color: #fff;
    padding-right: 40px;
}

.ui-widget.ui-widget-content.ui-autocomplete{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 21px 20px 0 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: unset;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    max-height: 560px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #8ba3ba transparent;
}
.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar{
    width: 10px;
    background-color: transparent;
}
.ui-widget.ui-widget-content.ui-autocomplete::-webkit-scrollbar-thumb{
    background-color: #8ba3ba;
    border-radius: 10px;
}
.ui-menu .ui-menu-item{
    padding-left: 0;
}

.ui-menu .ui-menu-item::before{
    content: unset;    
}

.ui-menu.ui-widget .ui-menu-item-wrapper{
    padding: 0;
}
.ui-menu-item-wrapper{
    display: flex;
    gap: 15px;
    align-items: center;
}
.search-products__item-price{
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
}
.ui-menu .ui-state-active.ui-menu-item-wrapper{
    margin: 0;
    border: unset;
}
.search-products__item-current-price{
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
    text-align: right;
    color: rgba(22, 38, 63, 1);
    white-space: nowrap;
}
.search-products__item-previous-price{
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    color: #C9CACB;
    position: relative;
    white-space: nowrap;
}
.search-products__item-title, .search-products__brand-title{
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #16263F;
    transition: color .4s ease;
}
.search-products__item-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    max-width: 300px;
}
.search-products__brand-title{
    font-weight: 600;
}
.search-products__item-previous-price::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #FF0052;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.search-products__item-old-price{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px;
}
.search-products__item-discount-price{
    background: rgba(255, 0, 82, 1);
    font-size: 9px;
    font-weight: 800;
    line-height: 13.9px;
    color: #fff;
    padding: 0 3px;
    border-radius: 29.27px;
}
.search-products__item-image{
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
}
.search-products__item-image img{
    width: 100%;
    height: 100%;
}
.search-products__brand-link{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.search-products__brand-link:hover .search-products__brand-title{
    color: #ff0052;
}
.search-products__block{
    display: flex;
    gap: 10px;
}
.search-products__block img, .search-products__brand-img{
    width: 20px;
    height: 20px;
}
.all-results-item{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 20px 0;
}
.all-results-item .ui-menu-item-wrapper{
    color: #FF0052;
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    transition: opacity .4s ease;
}
.ui-menu-item-wrapper.ui-state-active{
    opacity: .6;
    color: #FF0052 !important;
    font-weight: 700 !important;
}
[name="query"]:focus{
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.product__info-detail .card__status{
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    padding-right: 30px;
}
.product__info-detail .card__status::after{
    content: '';
    height: 30px;
    width: 1px;
    background: #F3F3F3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*style costom search*/
.header__search-shell{
    position: relative;
    flex: 0 1 650px;
    display: flex;
    border-radius: 4px;
    /*background-color: #fff;*/
}
@media(max-width:850px){
    .header__search-shell .header__search{
        position: relative;
        right: unset;
        bottom: unset;
    }
}
@media(max-width: 575px){
    .header__search-shell.msearch2{
        display: none;
    }
    .header__search-shell.header__search-mob{
        display: flex;
        flex: 1 1 auto;
    }
    .header__search-mob .header__search{
        display: block;
    }
    .search-products_shell{
        max-height: 300px;
    }
}

.search-products-result{
    position: absolute;
    padding: 20px 35px 0 40px;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 0 0 6px 6px;
}
.search-products_shell{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: unset;
}
.search-results__category{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.search-results__category-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.search-results__inner{
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-height: calc(100vh - 300px);
    overflow: hidden;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px;
}
.search-products__item-link{
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    width: 100%;
}
.search-results__block{
    display: flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}
.header .search-products-result{
    display: none !important;
}
.search-result__item-btn{
    padding: 9px 18px;
    background: #012e6f;
    border-radius: 50px;
}
.search-products__item-link-categories{
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    color: #fff;
    border-radius: 40px;
    padding: 13px 0;
    background: #ff0052;
    width: 100%;
    max-width: 230px;
    margin: 40px auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-results__title{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.search-results__products-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    color: #16263f;
    margin-bottom: 20px;
}
.header__search-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.header__search-btn svg {
    width: 16px;
    height: 16px;
    fill: #8ba3ba
}

.header__search-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    border-radius: 4px;
    background-color: #fff
}

@media (max-width: 480px) {
    .header__search-drop {
        padding:0 10px
    }
}

.header__search-item {
    display: flex;
    align-items: center;
    min-height: 100px;
    border-bottom: 1px solid #f1f1f1;
    color: #16263f
}

@media (max-width: 420px) {
    .header__search-item {
        flex-wrap:wrap
    }
}

.header__search-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 18px
}

@media (max-width: 480px) {
    .header__search-img {
        width:40px;
        height: 40px;
        margin-right: 10px
    }
}

.header__search-title {
    max-width: 170px;
    font-size: 15px;
    line-height: 1.46;
    font-weight: 500
}
@media (max-width: 575px){
    .product__info{
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
    .header__search-title {
        font-size:12px;
        max-width: 180px
    }
}

.header__search .card__price {
    margin-left: auto
}

@media (max-width: 420px) {
    .header__search .card__price {
        width:100%;
        display: flex;
        justify-content: center
    }
}

.header__search .card__price-actual {
    font-size: 20px;
    font-weight: 700
}

@media (max-width: 480px) {
    .header__search .card__price-actual {
        font-size:16px
    }
}

.header__search .card__price-top {
    margin-bottom: 0;
    margin-top: 5px
}

@media (max-width: 420px) {
    .header__search .card__price-top {
        margin-top:0;
        margin-left: 10px
    }
}

.header__search-link {
    display: block;
    margin: 18px 0 28px;
    color: #ff0052;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase
}

.header__controls {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 8px;
}

@media (max-width: 850px) {
    .header__controls {
        margin-left:auto;
        border-right: 1px solid rgba(255,255,255,.1)
    }
}

.header__controls-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    transition: .3s all;
    padding: 5px;
}

.header__controls-item:hover {
    background-color: rgba(255,255,255,.1)
}
@media (max-width: 576px) {
    .header__controls-item:hover {
        background-color:transparent
    }
}

.header__controls-item:last-child::before {
    display: none
}

.header__controls-item svg {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    fill: #8ba3ba;
}
.header__basket svg{
    fill: none;
}

.header__controls-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
    width: 1px;
    height: 40px;
    background-color: rgba(255,255,255,.1)
}

@media (max-width: 576px) {
    .header__controls-item::before {
        display:none
    }
}

.header__controls-value {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 25px;
    left: 50%;
    transform: translate(-50%,-50%);
    align-items: center;
    padding: 5px;
    background-color: #ff0052;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap
}

@media (max-width: 576px) {
    .header__controls-value {
        top: 20px;
    }
}

@media (max-width: 576px) {
    .header__controls-title {
        display:none
    }
}

.header__favourite .header__controls-value {
    border-radius: 50%
}

.header__basket .header__controls-value, .header__favourites .header__controls-value {
    border-radius: 30px;
    padding: 2px
}

.header__brands {
    flex: 0 0 123px;
    position: relative;
    margin-right: 35px;
    font-weight: 700
}

@media (max-width: 1350px) {
    .header__brands {
        flex:0 0 100px;
        margin-right: 15px
    }
}

@media (max-width: 1050px) {
    .header__brands {
        order:1;
        flex: 0 1 50%;
        margin-right: 0
    }
}

.header__brands-heading {
    position: relative;
    display: flex;
    align-items: center;
    /* border-right: 1px solid rgba(255,255,255,.1); */
    cursor: pointer
}

@media (max-width: 1050px) {
    .header__brands-heading {
        display:none
    }
}

.header__brands-heading svg {
    flex-shrink: 0;
    width: 20px;
    height: 25px;
    margin-right: 12px;
    fill: #fff
}

.header__brands-list {
    display: none;
    position: absolute;
    min-width: 250px;
    top: 140%;
    z-index: 100;
    padding: 18px 20px;
    box-shadow: 0 4px 60px rgba(0,0,0,.4);
    border-radius: 6px;
    background-color: #012e6f;
    color: #fff;
    font-size: 12px;
    font-weight: 500
}

.header__brands-list.active {
    display: block
}

@media (max-width: 1050px) {
    .header__brands-list {
        width:100%;
        display: block;
        position: static;
        box-shadow: none;
        border-radius: none;
        font-size: 14px;
        padding: 0;
        font-weight: 700;
        min-width: auto
    }
}

@media (max-width: 1050px) {
    .header__brands-list {
        width:100%;
        display: block;
        position: static;
        box-shadow: none;
        border-radius: none;
        font-size: 14px;
        padding: 0;
        line-height: 1.2;
        font-weight: 700;
        min-width: auto
    }
}

@media (max-width: 440px) {
    .header__brands-list {
        font-size:14px
    }
}

.header__brands-list::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 83px;
    height: 2px;
    background-color: #ff0052;
    transition: .3s all
}

@media (max-width: 1050px) {
    .header__brands-list::before {
        display:none
    }
}

.header__brands-item {
    display: block;
    margin-bottom: 18px
}

@media (max-width: 1050px) {
    .header__brands-item {
        margin-bottom:25px
    }
}

.header__brands-item:last-child {
    margin-bottom: 0
}

.header__brands-item a {
    display: block
}

@media (max-width: 1050px) {
    .header__brands-item a {
        line-height:1.2
    }
}

.header__catalog {
    display: none;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

@media (max-width: 576px) {
    .header__catalog {
        margin:0 -15px;
        background-color: #00398c
    }
}

.header__catalog-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px
}

.header__catalog-item svg {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-right: 12px
}


@media (max-width: 576px) {
    .header__catalog-item {
        justify-content:center
    }
}

@media (max-width: 1050px) {
    .header__catalog {
        display:flex;
        align-items: center;
    }
}

.header__catalog-open.hidden {
    display: none
}

.header__catalog-close {
    display: none
}

.header__catalog-close.show {
    display: flex
}

.header__catalog-close svg {
    width: 20px;
    height: 20px
}

.logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 395px;
    margin-right: 15px
}

@media (max-width: 1350px) {
    .logo {
        width:320px
    }
}

@media (max-width: 1050px) {
    .logo {
        width:150px
    }
}

@media (max-width: 360px) {
    .logo {
        width:120px
    }
}

.logo__img {
    flex-shrink: 0;
    width: 212px;
    margin-right: 28px
}

@media (max-width: 1350px) {
    .logo__img {
        width:150px;
        margin-right: 15px
    }
}

@media (max-width: 1350px) and (max-width:1050px) {
    .logo__img {
        width:100%;
        margin-right: 0
    }
}

.logo__slogan {
    margin-bottom: 3px;
    padding: 8px 0;
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.1);
    font-size: 13px;
    line-height: 1.38;
    font-weight: 300
}

@media (max-width: 1350px) {
    .logo__slogan {
        padding-left:15px
    }
}

@media (max-width: 1050px) {
    .logo__slogan {
        display:none
    }
}

.social {
    display: flex
}

@media (max-width: 1050px) {
    .social {
        margin-bottom:20px
    }
}

.social__item {
    display: flex;
    align-items: center;
    font-weight: 700
}

@media (max-width: 1050px) {
    .social__item {
        font-size:18px
    }
}

.social__item svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    fill: #012e6f
}

@media (max-width: 1050px) {
    .social__item svg {
        fill:#30568d;
        width: 26px;
        height: 26px;
    }
}

.main-nav {
    position: relative;
    padding: 12px 0;
    background-color: #102559;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 1350px) {
    .main-nav {
        font-size: 12px;
    }
}

@media (max-width: 1150px) {
    .main-nav {
        font-size: 10px;
    }
}

@media (max-width: 1050px) {
    .main-nav {
        padding:0;
        background-color: #012e6f;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
    }
}

@media (max-width: 850px) {
    .main-nav {
        padding:4px 0;
    }
}

.main-nav__inner {
    display: flex
}

@media (max-width: 1050px) {
    .main-nav__inner {
        display:none;
        width: 100%;
        position: absolute;
        top: 50px;
        padding: 30px 15px;
        box-shadow: 0 4px 60px rgba(0,0,0,.4);
        border-radius: 0 0 6px 6px;
        background-color: #012e6f;
        margin: 0 -15px;
        height: 100vh
    }

    .main-nav__inner.active {
        display: flex
    }
}

.main-nav__list {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1050px) {
    .main-nav__list {
        flex:0 1 50%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-right: 1px solid rgba(255,255,255,.1);
        margin-right: 20px;
        padding-right: 15px;
        line-height: 1.2
    }
}

.main-nav__item {
    letter-spacing: .48px;
    margin-bottom: 0
}

@media (max-width: 1050px) {
    .main-nav__item {
        margin-bottom:25px
    }
}

.main-nav__item a {
    transition: .3s all
}

@media (max-width: 1050px) {
    .main-nav__item a {
        line-height:1.2
    }
}

.main-nav__item a:hover {
    color: #8ba3ba
}

.main-nav__title {
    display: none;
    margin-bottom: 15px;
    color: #5a85c3;
    font-size: 14px;
    line-height: 1;
    font-weight: 400
}

@media (max-width: 1050px) {
    .main-nav__title {
        display:block
    }
}

@media (max-width: 400px) {
    .main-nav__title {
        font-size:12px
    }
}

.gallery {
    position: relative;
    padding: 75px 0 97px
}

@media (max-width: 1000px) {
    .gallery {
        padding:75px 0 50px
    }
}

@media (max-width: 600px) {
    .gallery {
        padding:0 0 70px
    }
}

.gallery-popular {
    position: relative;
    padding: 115px 0 127px
}

@media (max-width: 1000px) {
    .gallery-popular {
        padding:75px 0 50px
    }
}

@media (max-width: 600px) {
    .gallery-popular {
        padding:65px 0 70px
    }
}

.gallery__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px
}

.gallery__heading h2 {
    margin-bottom: 0
}

.gallery__wrap {
    position: relative
}

@media (max-width: 600px) {
    .gallery__wrap {
        padding:0 0 85px
    }
}

@media (max-width: 600px) {
    .gallery__all {
        position:absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
}

.gallery__swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 30px 0
}

.gallery .swiper-slide {
    position: relative;
    text-align: left!important;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.gallery .gallery__button-next,.gallery .gallery__button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 50%;
    margin-top: 0!important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent!important;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 1100px) {
    .gallery .gallery__button-next,.gallery .gallery__button-prev {
        top:40%
    }
}

@media (max-width: 600px) {
    .gallery .gallery__button-next,.gallery .gallery__button-prev {
        top:auto;
        bottom: 0!important;
        transform: translateY(0)
    }
}

.gallery .gallery__button-next {
    right: -26px;
    background-position: left 23px center;
    background-image: url(../img/layout/general/gallery-next.svg)
}

.gallery .gallery__button-next:hover {
    background-image: url(../img/layout/general/gallery-next-red.svg)
}

@media (max-width: 1490px) {
    .gallery .gallery__button-next {
        right:0
    }
}

.gallery .gallery__button-prev {
    left: -26px;
    background-position: right 23px center;
    background-image: url(../img/layout/general/gallery-prev.svg)
}

.gallery .gallery__button-prev:hover {
    background-image: url(../img/layout/general/gallery-prev-red.svg)
}

@media (max-width: 1490px) {
    .gallery .gallery__button-prev {
        left:0
    }
}

@media (max-width: 800px) {
    .main-page .footer {
        padding-top:200px
    }
}

@media (max-width: 640px) {
    .main-page .footer {
        padding-top:240px
    }
}

.footer {
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
    background-color: #012e6f;
    color: #fff
}

@media (max-width: 800px) {
    .footer {
        padding-top:0
    }
}

@media (max-width: 640px) {
    .footer {
        padding-top:20px
    }
}

.footer__top {
    display: flex;
    padding: 55px 0 60px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

@media (max-width: 1000px) {
    .footer__top {
        padding:25px 0 40px
    }
}

@media (max-width: 640px) {
    .footer__top {
        display:none
    }
}

.footer__section {
    padding-top: 20px;
    border-right: 1px solid rgba(255,255,255,.1)
}

.footer__catalogue {
    flex: 0 1 473px
}

@media (max-width: 1000px) {
    .footer__catalogue {
        flex:0 1 350px
    }
}

.footer__nav {
    flex: 0 1 310px;
    padding: 20px 76px 0
}

@media (max-width: 1350px) {
    .footer__nav {
        padding:20px 35px 0
    }
}

@media (max-width: 1180px) {
    .footer__nav {
        flex:0 1 250px;
        padding: 20px 20px 0
    }
}

.footer__nav .footer__list {
    height: auto
}

.footer__contacts {
    flex: 1 1 auto;
    padding-left: 80px;
    border-right: none
}

@media (max-width: 1350px) {
    .footer__contacts {
        padding-left:25px
    }
}

.footer__contacts .contacts__section {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 14px
}

@media (max-width: 1000px) {
    .footer__contacts .contacts__section {
        display:block
    }
}

.footer__contacts .contacts__section>div:first-child {
    width: 240px;
    margin-right: 40px
}

@media (max-width: 1150px) {
    .footer__contacts .contacts__section>div:first-child {
        margin-right:20px
    }
}

@media (max-width: 1000px) {
    .footer__contacts .contacts__section>div:first-child {
        width:auto;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.footer__contacts .contacts__section span {
    color: #fff
}

.footer__title {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700
}

.footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 160px
}

@media (max-width: 1000px) {
    .footer__list {
        height:auto
    }
}

.footer__item {
    position: relative;
    margin-bottom: 17px;
    padding-left: 23px;
    font-size: 14px;
    line-height: 1;
    font-weight: 300
}

.footer__item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #ff0052
}

.footer__item a {
    transition: .3s all
}

.footer__item a:hover {
    color: #8ba3ba
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0
}

@media (max-width: 640px) {
    .footer__bottom {
        flex-direction:column;
        align-items: center
    }
}

.footer__logo {
    width: 213px
}

@media (max-width: 640px) {
    .footer__logo {
        margin-bottom:25px
    }
}

.footer__copyright {
    font-size: 12px;
    line-height: 1.2
}

.footer .developer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 12px
}

.footer .developer__ico {
    width: 84px;
    margin-left: 5px
}

.offer {
    overflow: hidden
}

.offer__swiper {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden
}

@media (max-width: 1000px) {
    .offer__swiper {
        height:450px
    }
}

@media (max-width: 768px) {
    .offer__swiper {
        height:400px
    }
}

@media (max-width: 576px) {
    .offer__swiper {
        height:550px
    }
}

.offer .swiper-wrapper {
    height: 100%
}

.offer .swiper-slide {
    position: relative;
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.offer .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.offer .swiper-slide a picture {
    width: 100%;
    height: 100%
}

.offer .swiper-slide a picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.offer .swiper-button-next,.offer .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px!important;
    height: 150px!important;
    border-radius: 50%;
    margin-top: 0!important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent!important;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 1000px) {
    .offer .swiper-button-next,.offer .swiper-button-prev {
        width:100px!important;
        height: 100px!important
    }
}

@media (max-width: 576px) {
    .offer .swiper-button-next,.offer .swiper-button-prev {
        display:none
    }
}

.offer .swiper-button-next::after,.offer .swiper-button-prev::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    border-radius: 50%
}

.offer .swiper-button-next {
    right: -20px;
    background-image: url(../img/layout/general/slide-next.svg)
}

.offer .swiper-button-next::after {
    background-image: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%)
}

@media (max-width: 576px) {
    .offer .swiper-button-next {
        top:auto!important;
        right: 20vw;
        bottom: 0!important;
        transform: translate(0);
        height: 100%
    }

    .offer .swiper-button-next::after {
        background-image: none
    }
}

.offer .swiper-button-prev {
    left: -20px;
    background-image: url(../img/layout/general/slide-prev.svg)
}

.offer .swiper-button-prev::after {
    background-image: linear-gradient(to left,#fff 0,rgba(255,255,255,0) 100%)
}

@media (max-width: 576px) {
    .offer .swiper-button-prev {
        top:auto!important;
        left: 20vw!important;
        bottom: 0!important;
        transform: translate(0);
        height: 100%
    }

    .offer .swiper-button-prev::after {
        background-image: none
    }
}

.offer__button {
    position: relative;
    z-index: 5;
    margin-bottom: 100px
}

.benefits {
    padding: 28px 0 30px;
    box-shadow: 0 4px 54px rgba(0,0,0,.05);
    background-color: #fff
}

@media (max-width: 600px) {
    .benefits {
        padding:20px 0
    }
}

.benefits__list {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1000px) {
    .benefits__list {
        flex-wrap:wrap;
        justify-content: center
    }
}

@media (max-width: 820px) {
    .benefits__list {
        justify-content:center;
        flex-direction: column;
        align-items: center
    }
}

.benefits__list>div {
    display: flex;
    align-items: center;
    max-width: 260px;
    font-size: 15px;
    font-weight: 700
}

@media (max-width: 1270px) {
    .benefits__list>div {
        font-size:12px
    }
}

@media (max-width: 1000px) {
    .benefits__list>div {
        width:45%;
        max-width: 31%;
        margin-bottom: 25px;
        font-size: 15px
    }
}

@media (max-width: 820px) {
    .benefits__list>div {
        width:330px;
        max-width: 330px
    }
}

@media (max-width: 576px) {
    .benefits__list>div {
        width:55%;
        max-width: 55%
    }
}

@media (max-width: 500px) {
    .benefits__list>div {
        width:70%;
        max-width: 70%
    }
}

@media (max-width: 400px) {
    .benefits__list>div {
        width:100%;
        max-width: 100%;
        padding-left: 30px
    }
}

@media (max-width: 369px) {
    .benefits__list>div {
        padding-left:0
    }
}

.benefits__list>div img {
    flex-shrink: 0;
    width: 65px;
    margin-right: 11px
}

@media (max-width: 1270px) {
    .benefits__list>div img {
        width:42px
    }
}

@media (max-width: 1000px) {
    .benefits__list>div img {
        width:65px
    }
}

.benefits__list>div img img {
    width: 100%
}

.benefits__list>div span {
    display: block;
    margin-top: 5px;
    color: #67778e;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 300;
    white-space: pre-line
}

@media (max-width: 1270px) {
    .benefits__list>div span {
        font-size:11px
    }
}

@media (max-width: 1000px) {
    .benefits__list>div span {
        font-size:12px
    }
}

.catalogue-main {
    padding: 127px 0 0;
    background-color: #fbfbfd
}

@media (max-width: 1100px) {
    .catalogue-main {
        padding:80px 0 0
    }
}

@media (max-width: 768px) {
    .catalogue-main {
        padding:50px 0 0
    }
}

.catalogue-main__inline {
    display: flex;
    justify-content: space-between
}

@media (max-width: 600px) {
    .catalogue-main__inline {
        flex-wrap:wrap
    }
}

.catalogue-main__wrap {
    flex: 0 1 670px
}

@media (max-width: 1100px) {
    .catalogue-main__wrap {
        flex:0 1 690px
    }
}

@media (max-width: 600px) {
    .catalogue-main__wrap {
        flex:1 1 100%;
        margin-bottom: 75px
    }
}

.catalogue-main h2 {
    margin-bottom: 35px
}

@media (max-width: 600px) {
    .catalogue-main h2 {
        margin-bottom:20px
    }
}

.catalogue-main h2 span {
    display: block
}

.catalogue-main h2 span:first-child {
    margin-bottom: 5px;
    color: #8ba3ba;
    font-size: 30px;
    line-height: 1;
    font-weight: 300
}

@media (max-width: 1000px) {
    .catalogue-main h2 span:first-child {
        font-size:25px
    }
}

@media (max-width: 800px) {
    .catalogue-main h2 span:first-child {
        font-size:22px
    }
}

@media (max-width: 700px) {
    .catalogue-main h2 span:first-child {
        font-size:18px
    }
}

.catalogue-main__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.catalogue-main__list a {
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 160px;
    margin: 0 5px 10px;
    padding: 10px 15px;
    border-radius: 6px;
    transition: .3s all;
    background-color: #fff
}

@media (max-width: 1100px) {
    .catalogue-main__list a {
        width:14vw;
        height: 14vw;
        padding: 5px
    }
}

@media (max-width: 600px) {
    .catalogue-main__list a {
        width:22%;
        height: 140px;
        padding: 5px
    }
}

@media (max-width: 420px) {
    .catalogue-main__list a {
        width:29%
    }
}

.catalogue-main__list a:hover {
    box-shadow: 0 4px 40px rgba(0,0,0,.1)
}

.catalogue-main__list a div {
    position: relative;
    display: flex;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 10px
}

@media (max-width: 1100px) {
    .catalogue-main__list a div {
        width:6vw;
        height: 6vw
    }
}

@media (max-width: 600px) {
    .catalogue-main__list a div {
        width:60px;
        height: 60px
    }
}

.catalogue-main__list a div::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(to right,#f3f3f9 0,#fff 100%)
}

.catalogue-main__list a div img {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.catalogue-main__list a span {
    display: block;
    white-space: pre-line;
    text-align: center;
    font-size: 14px;
    font-weight: 600
}

@media (max-width: 800px) {
    .catalogue-main__list a span {
        font-size:12px
    }
}

.catalogue-main a.catalogue-main__link {
    flex-direction: row;
    justify-content: space-between;
    width: 330px;
    height: 160px;
    margin: 0;
    margin-left: 5px;
    padding: 0 50px
}

@media (max-width: 1100px) {
    .catalogue-main a.catalogue-main__link {
        width:30vw;
        height: 16vw;
        padding: 0 5vw
    }
}

@media (max-width: 600px) {
    .catalogue-main a.catalogue-main__link {
        width:45.5%;
        height: 140px;
        padding: 0 15px
    }
}

@media (max-width: 420px) {
    .catalogue-main a.catalogue-main__link {
        width:66%
    }
}

.catalogue-main a.catalogue-main__link div {
    width: auto;
    height: auto;
    max-width: 120px;
    color: #ff0052;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-align: left;
    white-space: normal
}

@media (max-width: 1100px) {
    .catalogue-main a.catalogue-main__link div {
        font-size:2vw
    }
}

@media (max-width: 600px) {
    .catalogue-main a.catalogue-main__link div {
        font-size:14px
    }
}

.catalogue-main a.catalogue-main__link svg {
    width: 70px;
    height: 22px;
    margin-left: 10px;
    fill: #ff668b
}

@media (max-width: 1100px) {
    .catalogue-main a.catalogue-main__link svg {
        width:7vw;
        height: 2vw
    }
}

@media (max-width: 600px) {
    .catalogue-main a.catalogue-main__link svg {
        width:50px;
        height: 15px
    }
}

.catalogue-main a.catalogue-main__link div::before {
    display: none
}

.catalogue-main__brands a {
    padding: 10px 20px
}

@media (max-width: 1100px) {
    .catalogue-main__brands a {
        padding:5px
    }
}

.catalogue-main__brands a div {
    width: 117px;
    height: 66px
}

@media (max-width: 1100px) {
    .catalogue-main__brands a div {
        width:10vw;
        height: 6vw
    }
}

@media (max-width: 600px) {
    .catalogue-main__brands a div {
        width:70px;
        height: 45px
    }
}

.catalogue-main__brands a div::before {
    display: none
}

.catalogue-main__brands a span {
    color: #8ba3ba;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 800px) {
    .catalogue-main__brands a span {
        font-size:12px
    }
}

@media (max-width: 600px) {
    .catalogue-main__brands a span {
        font-size:14px
    }
}

.banners__inline {
    display: flex;
    justify-content: space-between
}

@media (max-width: 829px) {
    .banners__inline {
        flex-wrap:wrap
    }
}

.banners__inline a {
    flex: 0 1 700px;
    display: block;
    height: 350px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width: 1250px) {
    .banners__inline a {
        height:300px
    }
}

@media (max-width: 1000px) {
    .banners__inline a {
        height:260px
    }
}

@media (max-width: 820px) {
    .banners__inline a {
        flex:1 1 auto;
        margin-right: 0;
        margin-bottom: 20px;
        height: 350px
    }
}

@media (max-width: 600px) {
    .banners__inline a {
        height:280px
    }
}

@media (max-width: 480px) {
    .banners__inline a {
        height:210px
    }
}

@media (max-width: 420px) {
    .banners__inline a {
        height:165px
    }
}

.banners__inline a:last-child {
    margin-right: 0
}

.banners__inline a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1.6s all
}

.banners__inline a:hover img {
    transform: scale(1.1)
}

.about {
    margin-bottom: 115px
}

@media (max-width: 1000px) {
    .about {
        margin-bottom:75px
    }
}

@media (max-width: 5760px) {
    .about {
        margin-bottom:50px
    }
}

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

@media (max-width: 820px) {
    .about__inline {
        flex-wrap:wrap
    }
}

.about__info {
    position: relative;
    z-index: 1;
    flex: 0 1 565px;
    padding: 92px 20px 90px 98px;
    border-radius: 12px 0 0 12px;
    background-color: #fff
}

@media (max-width: 1400px) {
    .about__info {
        padding:92px 20px 90px 15px
    }
}

@media (max-width: 1150px) {
    .about__info {
        padding:50px 20px 50px 15px
    }
}

@media (max-width: 820px) {
    .about__info {
        order:2;
        flex: 1 1 auto;
        padding: 30px 0
    }
}

.about__info::after {
    content: '';
    position: absolute;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    border-radius: 0 12px 12px 0;
    background-color: #fff
}

@media (max-width: 820px) {
    .about__info::after {
        display:none
    }
}

.about__img {
    position: relative;
    z-index: 2;
    flex: 0 1 851px;
    height: 573px;
    overflow: hidden;
    border-radius: 12px
}

@media (max-width: 1150px) {
    .about__img {
        height:450px
    }
}

@media (max-width: 1000px) {
    .about__img {
        height:400px
    }
}

@media (max-width: 820px) {
    .about__img {
        order:1
    }
}

@media (max-width: 576px) {
    .about__img {
        height:320px
    }
}

@media (max-width: 420px) {
    .about__img {
        height:220px
    }
}

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

.about__heading {
    margin-bottom: 15px;
    color: #ff0052;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase
}

.about h2 {
    font-size: 30px;
    margin-bottom: 14px
}

@media (max-width: 1150px) {
    .about h2 {
        font-size:25px
    }
}

@media (max-width: 1000px) {
    .about h2 {
        font-size:20px
    }
}

@media (max-width: 820px) {
    .about h2 {
        font-size:24px
    }
}

@media (max-width: 420px) {
    .about h2 {
        font-size:20px
    }
}

.about p {
    margin-bottom: 14px
}

.about__link {
    margin-top: 35px;
    width: 260px
}

.contacts {
    position: relative;
    height: 800px;
    display: flex;
    align-items: center
}

@media (max-width: 1150px) {
    .contacts {
        height:600px
    }
}

@media (max-width: 800px) {
    .contacts {
        height:800px;
        align-items: flex-end
    }
}

.contacts__map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%
}

@media (max-width: 1150px) {
    .contacts__map {
        height:600px
    }
}

@media (max-width: 800px) {
    .contacts__map {
        height:800px
    }
}

.contacts__map iframe {
    display: block;
    width: 100%;
    height: 100%
}

.contacts__info {
    position: relative;
    z-index: 2;
    width: 460px;
    margin-left: 13.92vw;
    padding: 60px 70px 50px;
    box-shadow: 0 4px 84px rgba(0,0,0,.15);
    background-color: #fff
}

@media (max-width: 1660px) {
    .contacts__info {
        margin-left:7vw
    }
}

@media (max-width: 1150px) {
    .contacts__info {
        margin-left:4vw;
        width: 360px;
        padding: 30px 20px 30px
    }
}

@media (max-width: 800px) {
    .contacts__info {
        position:relative;
        top: 210px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        padding: 30px
    }
}

@media (max-width: 429px) {
    .contacts__info {
        width:330px
    }
}

@media (max-width: 359px) {
    .contacts__info {
        width:100%
    }
}

.contacts__title {
    margin-bottom: 35px
}

@media (max-width: 1150px) {
    .contacts__title {
        margin-bottom:25px;
        font-size: 25px
    }
}

.contacts__section {
    margin-bottom: 25px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f3f3f3;
    transition: .25s ease-in-out;
}

@media (max-width: 1150px) {
    .contacts__section {
        margin-bottom:15px;
        padding-bottom: 15px
    }
}

@media (max-width: 800px) {
    .contacts__section {
        margin-bottom:25px;
        padding-bottom: 32px
    }
}

.contacts__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.contacts__section>div {
    display: flex;
    align-items: flex-start
}

.contacts__section>div:first-child {
    margin-bottom: 17px
}

.contacts__section>div:first-child span {
    font-size: 14px
}

.contacts__section>div svg {
    width: 20px;
    height: 20px;
    margin-right: 11px;
    fill: #ff0052
}

.contacts__section>div span {
    color: #8ba3ba;
    font-weight: 300
}

.catalogue__inline {
    display: flex;
    align-items: flex-start;
    padding-bottom: 120px
}

@media (max-width: 920px) {
    .catalogue__inline {
        flex-wrap:wrap;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .catalogue__inline {
        padding-bottom:70px
    }
}

.catalogue__aside {
    flex: 0 0 268px;
    margin-right: 50px
}

@media (max-width: 1500px) {
    .catalogue__aside {
        margin-right:25px
    }
}

@media (max-width: 920px) {
    .catalogue__aside {
        flex:0 0 600px;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 640px) {
    .catalogue__aside {
        flex:0 1 100%
    }
}

.catalogue__nav {
    margin-bottom: 19px;
    padding: 0 15px;
    background-color: #fff
}

@media (max-width: 920px) {
    .catalogue__nav {
        display:flex;
        flex-wrap: wrap
    }
}

.catalogue__nav-item {
    border-bottom: 1px solid #f1f1f1;
    line-height: 1;
    padding-left: 0
}

@media (max-width: 420px) {
    .catalogue__nav-item {
        width:100%
    }
}

.catalogue__nav-item::before {
    display: none
}

.catalogue__nav-item:last-child {
    border-bottom: none
}

.catalogue__nav a {
    display: flex;
    align-items: center;
    height: 69px;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    line-height: 1.28;
    font-weight: 600
}

@media (max-width: 920px) {
    .catalogue__nav a {
        height:50px
    }
}

.catalogue__nav a:hover .arrow {
    opacity: 1
}

.catalogue__nav a div {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 15px
}

.catalogue__nav a div::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(to right,#f3f3f9 0,#fff 100%)
}

.catalogue__nav a div img {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.catalogue__nav a .arrow {
    transition: .3s all;
    opacity: 0;
    width: 10px;
    height: 16px;
    margin-left: auto;
    margin-right: 0
}

.catalogue__nav a .arrow::before {
    display: none
}

.catalogue .filter {
    padding: 24px 30px 36px;
    background-color: #fff
}

.catalogue .filter__title {
    margin-bottom: 21px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 18px;
    font-weight: 600
}

.catalogue .filter__wrap {
    max-height: 192px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #b1c3d4 #f7f9fb
}

.catalogue .filter__wrap::-webkit-scrollbar {
    width: 6px
}

.catalogue .filter__wrap::-webkit-scrollbar-track {
    background: #f7f9fb
}

.catalogue .filter__wrap::-webkit-scrollbar-thumb {
    background-color: #b1c3d4
}

.catalogue .filter__check {
    margin-bottom: 16px
}

.catalogue__wrap {
    flex: 1 1 auto;
    padding-top: 4px
}

.catalogue__sort {
    display: flex;
    margin-bottom: 34px;
    font-size: 14px
}

@media (max-width: 480px) {
    .catalogue__sort {
        flex-direction:column
    }
}

.catalogue__sort-heading {
    display: flex;
    margin-right: 18px
}

@media (max-width: 1100px) {
    .catalogue__sort-heading {
        flex-shrink:0;
        margin-right: 10px;
        padding: 5px 0
    }
}

.catalogue__sort-heading svg {
    width: 18px;
    height: 12px;
    margin-right: 10px;
    margin-top: 1px;
    fill: #16263f
}

.catalogue__sort-heading div {
    line-height: 1
}

.catalogue__sort-list {
    display: flex
}

@media (max-width: 1100px) {
    .catalogue__sort-list {
        flex-wrap:wrap
    }
}

.catalogue__sort-item {
    margin-right: 26px;
    transition: .3s all;
    cursor: pointer;
    color: #8ba3ba;
    font-weight: 700
}

@media (max-width: 1100px) {
    .catalogue__sort-item {
        margin-right:15px;
        padding: 5px 0
    }
}

.catalogue__sort-item:hover {
    color: #ff0052
}

.catalogue__sort-item:last-child {
    margin-right: 0
}

.catalogue__sort-black {
    color: #16263f
}

.catalogue__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 35px
}

@media (max-width: 640px) {
    .catalogue__list {
        margin:0 0 35px;
        justify-content: space-between
    }
}

.catalogue__list .card {
    flex: 0 1 258px;
    margin: 0 5px 10px;
    transition: .3s all
}

@media (max-width: 1470px) {
    .catalogue__list .card {
        flex:0 1 23.5%;
        padding: 33px 15px 17px
    }
}

@media (max-width: 1100px) {
    .catalogue__list .card {
        flex:0 1 31%
    }
}

@media (max-width: 920px) {
    .catalogue__list .card {
        flex:0 1 31.5%
    }
}

@media (max-width: 640px) {
    .catalogue__list .card {
        flex:0 1 49%;
        margin: 0 0 20px
    }
}

@media (max-width: 359px) {
    .catalogue__list .card {
        flex:0 1 100%
    }
}

.catalogue__list .card__price-old {
    font-size: 14px
}

.catalogue__list .card__price-actual {
    font-size: 15px
}

.catalogue__more {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 71px;
    border-radius: 6px;
    background-color: rgba(139,163,186,.2);
    color: #8ba3ba;
    font-weight: 600
}

@media (max-width: 480px) {
    .catalogue__more {
        height:60px
    }
}

.catalogue__more svg {
    width: 20px;
    height: 21px;
    margin-right: 12px;
    fill: #8ba3ba
}

.product {
    position: relative;
    margin-top: 55px
}

@media (max-width: 1150px) {
    .product {
        margin-top:35px
    }
}

@media (max-width: 920px) {
    .product {
        margin-top:35px
    }

    .product .breadcrumbs {
        position: absolute;
        top: -10px;
        left: 15px
    }
}

.product__inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 53px;
    border-radius: 6px;
    background-color: #fff;
    gap: 15px;
}

@media (max-width: 920px) {
    .product__inline {
        flex-direction:column;
        align-items: center;
        margin-bottom: 30px
    }
}

.product__gallery {
    display: flex;
    align-items: center;
    width: 650px;
    padding: 70px 0 0;
    gap: 30px;
}

@media (max-width: 1250px) {
    .product__gallery {
        width:580px;
        padding: 60px 0 60px 0
    }
}

@media (max-width: 1150px) {
    .product__gallery {
        width:450px;
        padding: 30px 0
    }
}

@media (max-width: 920px) {
    .product__gallery {
        flex-direction:column
    }
}

@media (max-width: 480px) {
    .product__gallery {
        width:390px
    }
}

@media (max-width: 420px) {
    .product__gallery {
        width:340px
    }
}

@media (max-width: 360px) {
    .product__gallery {
        width:300px
    }
}

.product .swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.product .swiper-wrapper {
    height: auto
}

.product .swiper-slide {
    height: auto
}

.product .swiper-slide img {
    width: 100%
}

.product .gallery-top {
    width: 474px;
    height: 470px
}

@media (max-width: 1250px) {
    .product .gallery-top {
        width:420px;
        height: 420px
    }
}

@media (max-width: 1000px) {
    .product .gallery-top {
        width:330px;
        height: 330px
    }
}

@media (max-width: 420px) {
    .product .gallery-top {
        width:280px;
        height: 280px
    }
}

.product .gallery-top .swiper-slide {
    width: 100%!important;
    height: 100%
}

.product .gallery-top .swiper-slide img {
    width: 100%
}

.product .product__img {
    display: block;
    width: 100%;
    height: 100%
}

.product__gallery-aside {
    flex-shrink: 0;
    position: relative;
    width: 100px;
    height: 470px;
    margin-right: 35px
}

@media (max-width: 1250px) {
    .product__gallery-aside {
        margin-right:15px
    }
}

@media (max-width: 920px) {
    .product__gallery-aside {
        height:auto;
        order: 2;
        width: 100%
    }
}

.product .gallery-thumbs {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 385px;
    box-sizing: border-box;
    padding: 0;
    margin: 50px 0
}

@media (max-width: 920px) {
    .product .gallery-thumbs {
        margin:0;
        height: auto;
        margin-top: 20px
    }
}

.product .gallery-thumbs .swiper-slide {
    height: 100px!important
}

@media (max-width: 920px) {
    .product .gallery-thumbs .swiper-slide {
        height:130px!important
    }
}

@media (max-width: 420px) {
    .product .gallery-thumbs .swiper-slide {
        height:90px!important
    }
}

.product .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.product .swiper-button-next,.product .swiper-button-prev {
    position: absolute;
    top: 0!important;
    transform: translate(-50%,0)!important;
    width: 30px;
    height: 30px;
    left: 50%!important;
    background-color: rgba(139,163,186,.2);
    border-radius: 50%;
    margin-top: 0!important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent!important;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 920px) {
    .product .swiper-button-next,.product .swiper-button-prev {
        top:50%!important;
        transform: translate(0,-50%)!important;
        left: auto!important
    }
}

.product .swiper-button-next {
    bottom: 0!important;
    top: auto!important;
    right: 0!important;
    background-image: url(../img/layout/general/arrow-down.svg)
}

@media (max-width: 920px) {
    .product .swiper-button-next {
        bottom:auto!important;
        top: 50%!important;
        right: 0!important;
        transform: translate(0,-50%) rotate(-90deg)!important
    }
}

.product .swiper-button-prev {
    top: 0!important;
    background-image: url(../img/layout/general/arrow-up.svg)
}

@media (max-width: 920px) {
    .product .swiper-button-prev {
        bottom:auto!important;
        top: 50%!important;
        left: 0!important;
        transform: translate(0,-50%) rotate(-90deg)!important
    }
}

.product__main {
    width: 695px;
    padding: 50px 60px 0 0
}

@media (max-width: 1250px) {
    .product__main {
        padding:30px 0 0 0
    }
}

@media (max-width: 920px) {
    .product__main {
        width:100%
    }
}

.product__main .breadcrumbs {
    margin: 0 0 25px
}

@media (max-width: 1150px) {
    .product h1 {
        font-size:32px
    }
}

.product__info {
    display: flex;
    align-items: center;
    margin: 35px 0 42px;
    gap: 24px;
    padding-bottom: 38px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 12px;
    line-height: 1;
    font-weight: 500
}

@media (max-width: 1150px) {
    .product__info {
        margin:20px 0;
        padding-bottom: 20px
    }
}

.product__stock {
    display: flex;
    align-items: center;
    color: #548f61
}

.product__stock svg {
    width: 15px;
    height: 10px;
    margin-right: 8px;
    fill: #548f61
}

.product__stock-empty {
    display: none;
    color: #ff0052
}

.product__stock-empty svg {
    width: 12px;
    height: 12px;
    fill: #ff0052
}

.product__article {
    display: flex;
    color: #80868e
}

.product__options-link {
    display: flex;
    align-items: center;
    margin: 30px 0 50px;
    color: #012e6f;
    font-size: 16px;
    line-height: 1;
    font-weight: 700
}

.product__options-link svg {
    width: 16px;
    height: 16px;
    margin-left: 18px;
    fill: #012e6f
}

.product__buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 30px;
    border-radius: 6px;
    background-color: #fbfbfd
}

@media (max-width: 576px) {
    .product__buy {
        flex-direction:column;
        align-items: center
    }
}

.product__buy-btn {
    width: 70%;
    height: 65px
}

@media (max-width: 576px) {
    .product__buy-btn {
        width: 100%;
    }
}

.product__buy-btn svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-left: 0
}

@media (max-width: 576px) {
    .product__price {
        display:flex;
        margin-bottom: 20px
    }
}

.product__price-bottom {
    display: flex;
    align-items: center;
    margin-top: 8px
}

@media (max-width: 576px) {
    .product__price-bottom {
        margin-left:15px
    }
}

.product__price-old {
    position: relative;
    min-width: 50px;
    color: #c9cacb;
    font-size: 20px;
    font-weight: 700
}

@media (max-width: 1150px) {
    .product__price-old {
        font-size:16px
    }
}

.product__price-old::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
    width: 100%;
    height: 1px;
    background-color: #ff0052
}

.product__price-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 3px 5px;
    border-radius: 30px;
    background-color: #ff0052;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.product__price-actual {
    font-size: 40px;
    line-height: 1;
    font-weight: 700
}

@media (max-width: 1150px) {
    .product__price-actual {
        font-size:32px
    }
}

.product__tab-list {
    display: flex
}

@media (max-width: 420px) {
    .product__tab-list {
        flex-direction:column
    }
}

.product__tab-content {
    padding: 44px 52px 35px;
    background-color: #fff
}

@media (max-width: 920px) {
    .product__tab-content {
        padding:30px 15px 25px
    }
}

@media (max-width: 576px) {
    .product__tab-content {
        font-size:14px
    }
}

.product__tab-content p {
    margin-bottom: 30px
}

@media (max-width: 920px) {
    .product__tab-content p {
        margin-bottom:15px
    }
}

@media (max-width: 576px) {
    .product__tab-content p {
        font-size:14px
    }
}

.product__tab-content h3 {
    margin-bottom: 20px;
    color: #012e6f
}

@media (max-width: 920px) {
    .product__tab-content h3 {
        margin-bottom:15px
    }
}

.product__tab-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    margin-right: 10px;
    padding: 10px 32px;
    background-color: #fff;
    color: #8ba3ba;
    font-weight: 600;
    text-align: center
}

@media (max-width: 920px) {
    .product__tab-link {
        padding:10px 15px
    }
}

@media (max-width: 576px) {
    .product__tab-link {
        font-size:12px;
        min-height: 50px
    }
}

.product__tab-link::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #f3f3f3
}

.product__tab-link.tabs__link--active {
    color: #012e6f;
    font-weight: 700
}

.product__tab-link.tabs__link--active::before {
    display: block
}

.basket__inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 1050px) {
    .basket__inline {
        flex-wrap:wrap;
        justify-content: center
    }
}

.basket__table {
    flex: 1 1 auto;
    padding: 21px 40px 0;
    background-color: #fff
}

@media (max-width: 1350px) {
    .basket__table {
        padding:21px 15px 0
    }
}

@media (max-width: 1050px) {
    .basket__table {
        order:2
    }
}

@media (max-width: 420px) {
    .basket__table {
        padding:15px 0 0
    }
}

.basket__heading {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    color: #c9cacb;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600
}

@media (max-width: 1350px) {
    .basket__heading {
        font-size:12px
    }
}

@media (max-width: 768px) {
    .basket__heading {
        display:none
    }
}

.basket__heading .basket__img {
    align-items: flex-start
}

.basket__row {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1
}

.basket__row:last-of-type {
    border-bottom: none
}

@media (max-width: 768px) {
    .basket__row {
        flex-wrap:wrap
    }
}

.basket__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #f1f1f1
}

.basket__img {
    flex: 0 0 80px;
    margin-right: 25px;
    text-align: left;
    padding: 0
}

@media (max-width: 1350px) {
    .basket__img {
        flex:0 0 60px;
        margin-right: 15px
    }
}

@media (max-width: 768px) {
    .basket__img {
        flex:0 0 20%;
        margin-bottom: 20px
    }
}

.basket__img div {
    width: 100%;
    height: 80px
}

.basket__img div img {
    min-width: 100%;
    min-height: 100%
}

.basket__main {
    flex: 0 1 185px;
    align-items: flex-start;
    text-align: left
}

@media (max-width: 1350px) {
    .basket__main {
        flex:0 1 215px
    }
}

@media (max-width: 768px) {
    .basket__main {
        flex:0 1 70%;
        margin-bottom: 20px;
        border-right: unset;
    }
}

.basket__name {
    margin-bottom: 10px
}

@media (max-width: 1350px) {
    .basket__name {
        font-size:12px
    }
}

@media (max-width: 768px) {
    .basket__name {
        font-size:16px
    }
}

.basket .product__stock {
    font-size: 12px;
    border-right: none
}

.basket__price {
    flex: 0 1 175px
}

@media (max-width: 768px) {
    .basket__price {
        flex:0 1 23%
    }
}

@media (max-width: 420px) {
    .basket__price {
        display:none
    }
}

.basket__price-value {
    font-size: 24px;
    line-height: 1;
    font-weight: 700
}

@media (max-width: 1150px) {
    .basket__price-value {
        font-size:18px
    }
}

@media (max-width: 480px) {
    .basket__price-value {
        font-size:15px
    }
}

@media (max-width: 420px) {
    .basket__price-value {
        font-size:13px
    }
}

.basket__spinner {
    flex: 0 1 190px
}

@media (max-width: 768px) {
    .basket__spinner {
        flex:0 1 23%
    }
}

@media (max-width: 420px) {
    .basket__spinner {
        flex:0 1 24%
    }
}

.basket .number {
    display: flex;
    border-radius: 6px;
    border: 1px solid #f3f3f3;
    background-color: #fcfcfc;
    height: 40px
}

@media (max-width: 420px) {
    .basket .number {
        height:35px
    }
}

.basket .minus,.basket .plus {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    cursor: pointer;
    color: #8ba3ba;
    font-size: 22px;
    transition: .3s all
}

@media (max-width: 420px) {
    .basket .minus,.basket .plus {
        width:35px
    }
}

.basket .minus:hover,.basket .plus:hover {
    color: #ff0052
}

.basket .number__text {
    width: 40px;
    height: 100%;
    padding: 0 3px;
    background-color: #fcfcfc;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

@media (max-width: 420px) {
    .basket .number__text {
        width:35px;
        font-size: 12px
    }
}

.basket__amount {
    flex: 0 1 160px
}

@media (max-width: 768px) {
    .basket__amount {
        flex:0 1 23%
    }
}

@media (max-width: 420px) {
    .basket__amount {
        flex:0 1 24%
    }
}

.basket__amount-value {
    font-size: 24px;
    line-height: 1;
    font-weight: 700
}

@media (max-width: 1150px) {
    .basket__amount-value {
        font-size:18px
    }
}

@media (max-width: 480px) {
    .basket__amount-value {
        font-size:15px
    }
}

@media (max-width: 420px) {
    .basket__amount-value {
        font-size:13px
    }
}

.basket__delete {
    position: relative;
    flex: 0 0 60px;
    align-items: flex-end;
    padding-right: 0;
    border-right: none
}

@media (max-width: 1150px) {
    .basket__delete {
        flex:0 0 35px
    }
}

@media (max-width: 768px) {
    .basket__delete {
        flex:0 1 9%
    }
}

@media (max-width: 420px) {
    .basket__delete {
        position:absolute;
        top: 0;
        right: 0
    }
}

.basket__delete-confirm {
    display: none;
    position: absolute;
    left: -105px;
    top: -30px;
    width: 130px;
    padding: 13px 12px;
    border-radius: 4px;
    background-color: #012e6f;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

@media (max-width: 1150px) {
    .basket__delete-confirm {
        left:-125px
    }
}

.basket__delete-confirm.active {
    display: block
}

.basket__delete-inline {
    display: flex;
    justify-content: space-between;
    margin-top: 8px
}

.basket__delete .button {
    width: 48%;
    min-width: 48%;
    height: 30px;
    min-height: 30px;
    font-size: 14px
}

.basket__delete-ico {
    cursor: pointer
}

.basket__delete-ico svg {
    width: 23px;
    height: 23px;
    transition: .3s all;
    fill: #8ba3ba
}

.basket__delete-ico svg:hover {
    fill: #ff0052
}

.basket__result {
    flex: 0 0 460px;
    margin-left: 20px;
    padding: 40px 50px 45px 50px;
    border-radius: 10px;
    background-color: #fff
}

@media (max-width: 1350px) {
    .basket__result {
        flex:0 0 380px
    }
}

@media (max-width: 1050px) {
    .basket__result {
        margin-left:0;
        margin-top: 20px
    }
}

@media (max-width: 420px) {
    .basket__result {
        flex:1 1 auto;
        padding: 30px 15px 35px 15px
    }
}

.basket__result-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px
}

.basket__result-title {
    font-size: 26px;
    line-height: 1;
    font-weight: 500
}

@media (max-width: 1350px) {
    .basket__result-title {
        font-size:22px
    }
}

@media (max-width: 420px) {
    .basket__result-title {
        font-size:18px
    }
}

.basket__result-quatity {
    margin-top: 3px;
    font-size: 27px;
    line-height: 1;
    font-weight: 300
}

@media (max-width: 1350px) {
    .basket__result-quatity {
        font-size:22px
    }
}

@media (max-width: 420px) {
    .basket__result-quatity {
        font-size:18px
    }
}

.basket__info {
    margin-bottom: 27px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1
}

.basket__info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1
}

.basket__info-item:last-child {
    margin-bottom: 0
}

.basket__info-value {
    font-weight: 700
}

.basket__info-discount .basket__info-value {
    color: #ff0052
}

.basket__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    font-size: 30px;
    line-height: 1;
    padding-bottom: 24px;
}

.basket__total-price {
    font-weight: 700
}

.basket__btn {
    min-width: 100%;
    min-height: 65px;
    margin-bottom: 22px
}

.basket__note {
    color: #c9cacb;
    font-size: 12px;
    line-height: 1.2;
    text-align: center
}

.order {
    padding-bottom: 120px
}

@media (max-width: 920px) {
    .order {
        padding-bottom:60px
    }
}

.order__inline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 1100px) {
    .order__inline {
        flex-wrap:wrap;
        justify-content: center
    }
}

.order__main {
    flex: 0 1 820px;
    border-radius: 10px;
    padding: 37px 50px 50px;
    background-color: #fff;
    width: calc(100% - 400px);
}

@media (max-width: 1350px) {
    .order__main {
        flex:1 1 auto;
        padding: 37px 25px 50px
    }
}

@media (max-width: 1100px) {
    .order__main {
        margin-bottom:35px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .order__main {
        padding:25px 0 30px
    }
}

.order__section {
    margin-bottom: 54px;
    padding-bottom: 44px;
    border-bottom: 1px solid #f1f1f1
}

@media (max-width: 576px) {
    .order__section {
        margin-bottom:25px;
        padding-bottom: 20px
    }
}

.order__section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.order__heading {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

.order__number {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-right: 15px;
    border-radius: 50%;
    border: 3px solid #ff0052;
    font-size: 16px;
    line-height: 1;
    font-weight: 700
}

.order__subtitle {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500
}

@media (max-width: 576px) {
    .order__subtitle {
        font-size:20px
    }
}

.order__content {
    margin-left: 50px
}

@media (max-width: 1350px) {
    .order__content {
        margin-left:0
    }
}

.order__wrapper {
    display: flex
}
.order__payment{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.order__payment .order__radio{
    margin-right: unset;
}

@media (max-width: 576px) {
    .order__wrapper {
        flex-wrap:wrap
    }
    .order__payment{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .order__wrapper-mob {
        flex-wrap:nowrap
    }
}

.order__wrapper .order__group {
    flex: 0 1 325px;
    margin-right: 20px
}

.order__wrapper .order__group:last-child {
    margin-right: 0
}

@media (max-width: 576px) {
    .order__wrapper .order__group {
        flex:0 1 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.order__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300
}

.order__label span {
    color: #ff0052;
    margin-left: 3px
}

.order__radio {
    flex: 0 1 325px;
    margin-right: 20px
}

@media (max-width: 576px) {
    .order__radio {
        margin-right:5px
    }
}

.order__radio:last-child {
    margin-right: 0
}

.order__delivery-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #151b20
}

@media (max-width: 576px) {
    .order__delivery-title {
        font-size:14px
    }
}

.order__delivery-note {
    margin-bottom: 18px;
    color: #8ba3ba;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 300
}

@media (max-width: 576px) {
    .order__delivery-note {
        font-size:11px
    }
}

.order__delivery-price {
    color: #ff0052;
    font-size: 16px;
    line-height: 1;
    font-weight: 700
}

.order__delivery-pickup .order__delivery-price {
    color: #548f61
}

@media (max-width: 768px) {
    .order__payment {
        flex-wrap:wrap;
        justify-content: space-between
    }
}

.order__payment .order__radio {
    flex: 0 1 165px
}

@media (max-width: 768px) {
    .order__payment .order__radio {
        flex:0 1 49%;
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media (max-width: 480px) {
    .order__payment .order__radio {
        flex:0 1 100%
    }
}

.order .basket__result {
    flex: 0 0 465px
}

@media (max-width: 1350px) {
    .order .basket__result {
        flex:0 0 380px
    }
}

@media (max-width: 1100px) {
    .order .basket__result {
        margin-left:0;
        flex: 0 0 465px
    }
}

@media (max-width: 480px) {
    .order .basket__result {
        flex:0 1 100%
    }
}

.order .basket__result-heading {
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1
}

.order .purchase {
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1;
    
}

.order .purchase__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 95px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1
}

.order .purchase__item:last-child {
    border-bottom: none
}

.order .purchase__item-title {
    max-width: 130px;
    font-size: 16px;
    line-height: 1.37;
    font-weight: 500
}

.order .purchase__price-value {
    font-size: 18px;
    line-height: 1;
    font-weight: 700
}

.order .purchase .card__price-top {
    margin-bottom: 0;
    margin-top: 5px
}

.co-basket_subtotal {
  padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 54px;
 
}

.order__check .checkbox+label {
    font-size: 12px
}

.order__drop {
    display: none;
    margin-top: 32px
}

@media (max-width: 768px) {
    .order__drop {
        padding:0 15px
    }
}

.order__address.active {
    display: block
}

.order__address-inline {
    display: flex;
    margin: 30px 0 25px
}


.order__address-inline.-js-private-house .order__group{
    margin-right: 0;
}

@media (max-width: 640px) {
    .order__address-inline {
        flex-direction:column
    }
}

.order__address-inline .order__group {
    flex: 1 1 auto;
    margin-right: 20px
}

.order__address-inline .order__group:last-child {
    margin-right: 0
}

@media (max-width: 640px) {
    .order__address-inline .order__group {
        margin-right:0;
        margin-bottom: 15px
    }
}

.order__address-check {
    margin-bottom: 30px
}

.order__pickup.active {
    display: block
}

.order__map {
    height: 450px
}

.order .order__contacts {
    margin-top: 38px
}

.order .order__contacts .contacts__section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 768px) {
    .about__wrap {
        flex-wrap:wrap;
        justify-content: center
    }
}

.about aside {
    flex: 0 0 340px;
    margin-top: 88px;
    margin-left: 25px
}

@media (max-width: 1100px) {
    .about aside {
        flex:0 0 300px
    }
}

@media (max-width: 920px) {
    .about aside {
        flex:0 0 260px
    }
}

@media (max-width: 768px) {
    .about aside {
        margin-top:0;
        margin-bottom: 35px;
        flex: 0 1 100%;
        display: flex;
        margin-left: 0;
        order: 1
    }
}

@media (max-width: 576px) {
    .about aside {
        flex-direction:column;
        align-items: center
    }
}

.about aside ul {
    margin-bottom: 95px;
    padding: 12px 40px;
    list-style: none;
    border-radius: 10px;
    background-color: #fff
}

@media (max-width: 920px) {
    .about aside ul {
        padding:12px 25px;
        margin-bottom: 45px
    }
}

@media (max-width: 768px) {
    .about aside ul {
        width:49%
    }
}

@media (max-width: 576px) {
    .about aside ul {
        width:100%
    }
}

.about aside ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f3f3f3;
    line-height: 1
}

.about aside ul li::before {
    display: none
}

.about aside ul li:last-child {
    border-bottom: none
}

.about aside ul a {
    display: flex;
    align-items: center;
    height: 77px;
    transition: .3s all;
    font-size: 20px;
    font-weight: 700
}

@media (max-width: 920px) {
    .about aside ul a {
        font-size:16px;
        height: 65px
    }
}

.about aside ul a:hover {
    color: #ff0052
}

@media (max-width: 768px) {
    .about aside .about-gallery {
        width:49%
    }
}

@media (max-width: 576px) {
    .about aside .about-gallery {
        width:300px
    }
}

.about aside .about-gallery a {
    width: 100%;
    height: 272px
}

@media (max-width: 920px) {
    .about aside .about-gallery a {
        height:170px
    }
}

@media (max-width: 768px) {
    .about aside .about-gallery a {
        height:32vw
    }
}

@media (max-width: 576px) {
    .about aside .about-gallery a {
        height:220px
    }
}

.about article {
    flex: 0 1 940px
}

@media (max-width: 768px) {
    .about article {
        flex:1 1 100%;
        width: 100%;
        order: 2
    }
}

.about article>div {
    margin-bottom: 53px;
    border-bottom: 1px solid #f1f1f1
}

@media (max-width: 920px) {
    .about article>div {
        margin-bottom:25px
    }
}

.about article h1 {
    margin-bottom: .85em
}

.about article img {
    margin-bottom: 54px;
    border-radius: 10px
}

@media (max-width: 920px) {
    .about article img {
        margin-bottom:25px
    }
}

.about article p {
    margin-bottom: 30px
}

@media (max-width: 920px) {
    .about article p {
        margin-bottom:25px
    }
}

.about article h3 {
    margin-bottom: 22px;
    color: #012e6f
}

.about article ul {
    margin-bottom: 54px
}

@media (max-width: 920px) {
    .about article ul {
        margin-bottom:25px
    }
}

.about article ol {
    margin-bottom: 47px
}

@media (max-width: 920px) {
    .about article ol {
        margin-bottom:25px
    }
}

.about article blockquote {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 58px;
    padding: 40px 10px 40px 50px;
    border-radius: 10px;
    background-color: #012e6f;
    color: #fff;
    font-size: 21px;
    line-height: 1.42;
    font-weight: 700
}

@media (max-width: 1100px) {
    .about article blockquote {
        margin-bottom:25px;
        padding: 40px 10px 40px 25px;
        font-size: 16px
    }
}

@media (max-width: 576px) {
    .about article blockquote {
        font-size:14px
    }
}

.about article blockquote::before {
    content: '';
    position: absolute;
    z-index: 5;
    top: -32px;
    left: 20px;
    width: 110px;
    height: 72px;
    background-image: url(../img/layout/general/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 576px) {
    .about article blockquote::before {
        width:80px;
        height: 50px;
        top: -20px
    }
}

.about article table {
    width: 100%;
    border-collapse: collapse;
    text-align: left
}

.about article table thead {
    border-radius: 10px
}

.about article table thead tr {
    border-radius: 10px;
    background-color: #012e6f;
    color: #fff
}

.about article table thead tr th {
    padding: 16px 24px;
    font-weight: 400
}

@media (max-width: 576px) {
    .about article table thead tr th {
        padding:16px 10px;
        font-size: 12px
    }
}

.about article table thead tr th:last-child {
    width: 190px;
    text-align: center;
    font-weight: 700;
    border-left: 1px solid #f3f3f3;
    border-radius: 0 10px 10px 0
}

@media (max-width: 576px) {
    .about article table thead tr th:last-child {
        width:100px
    }
}

.about article tbody tr:nth-child(odd) {
    background-color: #fff
}

.about article td {
    padding: 16px 24px;
    font-weight: 400
}

@media (max-width: 576px) {
    .about article td {
        padding:16px 10px;
        font-size: 12px
    }
}

.about article td:last-child {
    border-radius: 10px 0 0 10px;
    width: 190px;
    text-align: center;
    border-left: 1px solid #f3f3f3
}

@media (max-width: 576px) {
    .about article td:last-child {
        width:100px
    }
}

.about .about-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 48px
}

@media (max-width: 1100px) {
    .about .about-gallery {
        margin:0 -6px 25px
    }
}

@media (max-width: 768px) {
    .about .about-gallery {
        margin:0 0 25px;
        justify-content: space-between
    }
}

.about .about-gallery a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 300px;
    height: 240px;
    margin: 0 10px 20px;
    border-radius: 10px
}

@media (max-width: 1370px) {
    .about .about-gallery a {
        width:30%;
        height: 16.51vw
    }
}

@media (max-width: 1100px) {
    .about .about-gallery a {
        margin:0 5px 10px
    }
}

@media (max-width: 920px) {
    .about .about-gallery a {
        width:47%;
        height: 22vw
    }
}

@media (max-width: 768px) {
    .about .about-gallery a {
        margin:0 0 10px;
        width: 49%;
        height: 28vw
    }
}

@media (max-width: 420px) {
    .about .about-gallery a {
        width:100%;
        height: 60vw
    }
}

.about .about-gallery a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about .about-gallery a::before {
    content: '';
    position: absolute;
    z-index: 5;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s all;
    background-image: url(../img/layout/general/gallery-zoom.svg);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    border-radius: 10px;
    background-position: center;
    background-color: rgba(1,46,111,.8)
}

.about .about-gallery a:hover::before {
    top: 0
}

.contacts-page {
    margin-top: -93px
}

@media (max-width: 1250px) {
    .contacts-page {
        height:600px;
        margin-top: 0
    }
}

@media (max-width: 1100px) {
    .contacts-page {
        display:flex;
        justify-content: center;
        flex-wrap: wrap;
        height: auto
    }
}

@media (max-width: 800px) {
    .contacts-page {
        align-items:flex-start;
        justify-content: center
    }
}

.contacts-page .contacts__map {
    max-width: 61.45vw;
    left: auto;
    right: 0
}

@media (min-width: 1920px) {
    .contacts-page .contacts__map {
        max-width:1150px
    }
}

@media (max-width: 1100px) {
    .contacts-page .contacts__map {
        position:static;
        order: 1;
        max-width: 100%
    }
}

@media (max-width: 800px) {
    .contacts-page .contacts__map {
        height:500px
    }
}

@media (max-width: 1100px) {
    .contacts-page .content {
        display:flex;
        justify-content: center;
        margin-bottom: 35px
    }
}

.contacts-page .contacts__info {
    position: relative;
    z-index: 2;
    width: 380px;
    margin-left: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent
}

@media (max-width: 1100px) {
    .contacts-page .contacts__info {
        width:560px
    }
}

@media (max-width: 800px) {
    .contacts-page .contacts__info {
        top:0;
        left: 0;
        transform: translate(0)
    }
}

@media (max-width: 480px) {
    .contacts-page .contacts__info {
        width:100%
    }
}

.contacts-page .contacts__section {
    display: block
}

@media (max-width: 1100px) {
    .contacts-page .contacts__section {
        display:flex;
        justify-content: space-between
    }

    .contacts-page .contacts__section>div:last-child {
        width: 180px;
        text-align: right
    }
}

@media (max-width: 576px) {
    .contacts-page .contacts__section {
        flex-direction:column
    }

    .contacts-page .contacts__section>div:last-child {
        width: 100%;
        text-align: left
    }
}

.contacts-page .contacts__section-active {
    padding: 24px 50px 30px 32px;
    border-radius: 6px;
    background-color: #fff
}

@media (max-width: 1100px) {
    .contacts-page .contacts__section-active {
        padding:24px 20px 30px 20px
    }
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100!important;
    padding: 80px 0!important;
    box-sizing: border-box;
    background-color: rgba(22,38,63,.9)!important;
    text-align: center;
    overflow: hidden
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative!important;
    z-index: 200!important;
    max-width: 460px!important;
    box-sizing: border-box;
    width: 100%!important;
    background: #fff!important;
    padding: 0!important;
    border-radius: 0!important;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    color: #000
}

@media (max-width: 576px) {
    .modal {
        max-width:90%!important;
        width: 90%!important;
        padding: 35px 25px!important;
    }
    .search-modal{
        max-width: 100%!important;
        width: 100%!important;
        padding: 0 !important;
    }
}

.order-popup {
    padding: 58px 60px 48px!important
}

@media (max-width: 576px) {
    .order-popup {
        max-width:90%!important;
        width: 90%!important;
        padding: 35px 25px!important
    }
}

.modal_lg {
    max-width: 830px !important;
    padding: 46px 60px 40px !important;
    border-radius: 10px !important;
    width: 95% !important;
}

.modal_lg .button {
    margin-top: 10px;
    min-width: 0 !important;
}

.popup__heading {
    margin-bottom: 40px;
    text-align: center
}

.popup__title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600
}

@media (max-width: 576px) {
    .popup__title {
        font-size:28px
    }
}

.popup__subtitle {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300
}

@media (max-width: 576px) {
    .popup__subtitle {
        font-size:18px
    }
}

.popup__group {
    margin-bottom: 25px
}
#enter-modal-send .popup__group   {
     display: flex;
          align-items: center;
          justify-content: space-between;
}
#enter-modal-send .popup__group input {
    width: 75px;
    height: 40px;
}

 .popup .button {
    min-width: 100%
}

.popup__ico {
    margin: 0 auto;
    width: 164px
}

.order-done {
    padding: 80px 40px 57px!important;
    background: #548f61!important;
    color: #fff
}

@media (max-width: 576px) {
    .order-done {
        max-width:90%!important;
        width: 90%!important;
        padding: 35px 25px!important
    }
}

.button .btn-right-arrow {
    width: 24px;
    height: 24px;
    margin: 0 0 0 8px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.form-row > * {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 30px;
}

.form-row._col-2 > * {
    width: 50%;
}

.form-row._col-4 > * {
    width: 25%;
}

.form-group {
    margin-bottom: 30px;
}

.form-group-title {
    font-weight: 500;
    margin-bottom: 9px;
}

.account {

}

.accound__section {
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
}

.account__wrapper {
    display: flex;
}

.account__aside-col {
    flex: 0 0 auto;
    width: 32.4%;
    margin-right: 4.2%;
}

.account__aside {

}

.account__bonus {
    background: #012E6F url('../img/content/account/account-bonus-bg.svg') 9px 11px no-repeat;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.account__bonus-title {

}

.account__bonus-value {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    white-space: nowrap;
}

.account__nav {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border-top: 1px solid #F1F1F1;
    margin-bottom: 30px;
}

.account__nav-item {
    padding: 0;
    margin: 0;
    line-height: inherit;
    border-bottom: 1px solid #F1F1F1;
}

.account__nav-item:before {
    display: none;
}

.account__nav-link {
    display: flex;
    align-items: center;
    color: inherit;
    padding: 31px 0 28px;
    opacity: 0.6;
}

.account__nav-link:hover,
.account__nav-link.is-active {
    color: #012E6F;
    opacity: 1;
}

.account__nav-icon {
    flex-shrink: 0;
    width: 24px;   
    height: 24px;
    margin-right: 20px;
}

.account__nav-text {
    flex-grow: 1;
    min-width: 1px;
}

.account__logout-btn {
    border-width: 2px;
    width: 100%;
    height: 65px;
    border-color: currentColor;
    min-width: 0;
}

.account__main-col {
    flex-grow: 1;
    min-width: 1px;
}

.account__title {

}

.accound__data-section {

}

.accound__data-section .form-row {
    margin-left: -50px;
}

.accound__data-section .form-row > * {
    padding-left: 50px;
}

.accound__data-section .account__btn {
    margin-top: 20px;
}

.accound__address-section {

}

.account__addresses {
    display: table;
    width: 100%;
    margin: -30px 0 40px;
}

.account__address {
    display: table-row;
}

.account__address-col {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #F1F1F1;
    padding: 30px 10px 29px;
}

.account__address-col_title {
    padding-left: 0;
    width: 19%;
}

.account__address-col_text {

}

.account__address-col_buttons {
    padding-right: 0;
    text-align: right;
    white-space: nowrap;
}

.account__address-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.account__address-text {
    font-weight: 300;
}

.account__address-btn {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    font-weight: 600;
    opacity: .3;
    margin-left: 16px;
    font-size: 16px;
}

.account__address-btn:hover {
    opacity: 1;
}

.account__address-btn svg {
    margin-right: 12px;
}

.account__address-btn_edit {

}

.account__address-btn_delete {

}

.account__address-btn svg {
    width: 20px;
    height: 20px;
}

.account__add-address-btn {

}

.accound__history {

}

.accound__history-item {

}

.history-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.history-item__header {
    padding: 30px 50px;
    cursor: pointer;
}

.history-item__header-row {
    display: flex;
    align-items: center;
}

.history-item__header-col {
    flex-shrink: 0;
}

.history-item__header-col_status {
    width: 40px;
    margin-right: 15px;
}

.history-item__header-col_info,
.history-item__header-col_total{
    width: calc((100% - 294px) / 2);
    padding-right: 10px;
}

.history-item__header-col_media {
    width: 200px;
    margin-left: auto;
}

.history-item__header-col_toggle-button {
    width: 24px;
    margin: 0 -5px 0 10px;
}

.history-item__status {
    color: #012E6F;
}

.history-item__status._error {
    color: #FF0052;
}

.history-item__status svg {
    width: 40px;
    height: 40px;
}

.history-item__header-title {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
}

.history-item__header-value {
    font-weight: 500;
    line-height: 150%;
}

.history-item__header-media {
    display: flex;
    margin: 0 -5px;
}

.history-item__header-media-item {
    flex: 0 0 auto;
    width: 33.33%;
    padding: 0 5px;
}

.history-item__header-media-item img {

}

.history-item__toggle-button {
    color: #012E6F;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.history-item.is-open .history-item__toggle-button {
    color: #FF0052;
    transform: rotate(180deg);
}

.history-item__toggle-button svg {
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}

.history-item__content {
    display: none;
    padding: 0 50px 30px;
}

.history-item.is-open .history-item__content {
    display: block;
}

.history-item__content-wrapper {
    display: flex;
}

.history-item__content-aside {
    flex: 0 0 auto;
    width: 34.6%;
    margin-right: 3.8%;
    background: #FBFBFD;
    display: flex;
    flex-direction: column;
    padding: 30px;
    order: -1;
}

.history-item__content-aside-main {
    flex-grow: 1;
    min-height: 1px;
}

.history-item__content-aside-footer {

}

.history-item__data {

}

.history-item__data-item {
    margin-bottom: 21px;
}

.history-item__data-title {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 5px;
}

.history-item__data-value {
    font-weight: 500;
    line-height: 150%;
}

.history-item__total {
    display: flex;   
    align-items: baseline;
    justify-content: space-between;
}

.history-item__total-title {
    font-size: 18px;
    line-height: 100%;
}

.history-item__total-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    white-space: nowrap;
}

.history-item__content-main {
    flex-grow: 1;
    min-width: 1px;
}

.history-item__list {
    display: table;
    width: 100%;
}

.history-item__item {
    display: table-row;
}

.history-item__item-col {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 5px 29px;
    border-top: 1px solid #F1F1F1;
}

.history-item__item-col_media {
    width: 50px;
    padding-left: 0;
}

.history-item__item-col_content {

}

.history-item__item-col_price {
    padding-right: 0;
    text-align: right;
}

.history-item__item-media {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-item__item-media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.history-item__item-title {
    font-weight: 500;
    line-height: 150%;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.history-item__item-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
}

.history-item__item-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    white-space: nowrap;
}

@media (max-width: 1350px) {
    .account__aside-col {
        margin-right: 30px;
        width: 330px;
    }

	.accound__section {
        padding: 30px;
    }
    
    .account__nav {
        font-size: 16px;
    }
    
    .accound__data-section .form-row {
        margin-left: -30px;
    }
    
    .accound__data-section .form-row > * {
        padding-left: 30px;
    }
    
    .history-item__header {
        padding: 20px 30px;
    }
    
    .history-item__content {
        padding: 0 30px 30px;
    }
    
    .history-item__content-aside {
        margin-right: 20px;
        padding: 20px;
    }
}

@media (max-width: 1150px) {
    .account__address-btn {
        font-size: 14px;
        display: flex;
        margin: 0;
    }
    
    .account__address-btn + .account__address-btn {
        margin-top: 10px;
    }
}

@media (max-width: 1050px) and (min-width: 768px) {
    .account__aside-col {
        margin-right: 30px;
        width: 180px;
    }

	.account__aside {
	    font-size: 14px;
	    padding: 15px;
        text-align: center;
	}
	
	.account__bonus {
        display: block;
        padding: 10px;
        margin-bottom: 15px;
	}
	
	.account__bonus-value {
        margin-top: 5px;
    }
    
    .account__nav {
        font-size: inherit;
        margin-bottom: 15px;
    }
    
    .account__nav-icon {
        margin: 0 auto 5px;
    }
    
    .account__nav-link {
        display: block;
        padding: 15px 0;
    }
}

@media (max-width: 1050px) {    
    .history-item__content-wrapper {
        display: block;
    }
    
    .history-item__content-aside {
        width: auto;
        margin: 0;
    }
    
    .history-item__content-aside-footer {
        margin-top: 20px;
    }
}

@media (max-width: 850px) {
    .history-item__header-col_media {
        width: 120px;
    }

    .history-item__header-media {
        margin: 0 -2px;
    }

	.history-item__header-media-item {
        padding: 0 2px;
    }
    
    .history-item__header-col_info, .history-item__header-col_total {
        width: calc((100% - 204px) / 2);
    }
}

@media (max-width: 767px) {
	.account__wrapper {
	    flex-direction: column;
	}
	
	.accound__section {
	    padding: 20px;
	}
	
	.account__aside-col {
        margin-right: 0;
        width: auto;
        margin-bottom: 30px;
    }
    
    .account__aside {
        font-size: 14px;
    }
    
    .account__bonus {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .account__bonus-value {
        font-size: 26px;
    }
    
    .account__nav {
        font-size: inherit;
        margin-bottom: 20px;
    }
    
    .account__nav-link {
        padding: 20px 0;
    }
    
    .account__nav-icon {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    
    .form-row._col-2 > *,
    .form-row._col-4 > *{
        width: 100%;
    }
    
    .modal_lg {
        padding: 20px !important;
    }
    
    .account__main-col {
        display: contents;
    }
    
    .account__title {
        order: -1;
    }
    
    .account__addresses {
        display: block;
        margin: -20px 0 20px;
    }
    
    .account__address {
        display: block;
        border-bottom: 1px solid #F1F1F1;
        padding: 20px 0;
    }
    
    .account__address-col {
        display: block;
        padding: 0;
        border: none;
        width: auto;
    }
    
    .account__address-col_title {
        margin-bottom: 5px;
    }
    
    .account__address-col_text {
        margin-bottom: 15px;
    }
    
    .account__address-col_buttons {
        text-align: left;
        margin: 0 0 -10px -10px;
    }
    
    .account__address-btn {
        display: inline-flex;
        margin: 0 0 10px 10px !important;
    }
    
    .button_lg {
        width: 100%;
    }
    
    .history-item__header {
        padding: 20px;
    }
    
    .history-item__header-row {
        flex-wrap: wrap;
    }
    
    .history-item__header-col {
        width: auto;
        padding: 0;
        margin: 0;
    }
    
    .history-item__header-col_status {
        width: 40px;
        margin-right: 10px;
    }
    
    .history-item__header-col_info {
        width: calc(100% - 50px);
    }
    
    .history-item__header-col_total {
        width: 100%;
        margin: 10px 0;
    }
    
    .history-item__header-col_toggle-button {
        margin-left: auto;
    }
    
    .history-item__header-col_media {
        width: 150px;
    }
    
    .history-item__content {
        padding: 0 20px 20px;
    }
    
    .history-item__list {
        font-size: 12px;
    }
    
    .history-item__item-col {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .history-item__item-col_media {
        width: 45px;
    }
    
    .history-item__item-media {
        width: 40px;
        height: 40px;
    }
    
    .history-item__item-text {
        font-size: 10px;
        margin-top: 2px;
    }
    
    .history-item__item-price {
        font-size: inherit;
    }
    
    .history-item__content-aside {
        padding: 15px;
    }
    
    .history-item__data-item {
        margin-bottom: 15px;
    }
    
    .history-item__data-title {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
	
}


/* 25.03.2022 */


.popup__phone-number {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-top: 5px;
    text-align: center;
    color: #012e6f;
}
.popup__phone-change {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-right: 7px;
    text-align: center;
    color: #ff0052;
}
/* 01.04.2022 */

.ticket-comment__inner .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  margin-right: 15px;
  color: #16263f;
}

.ticket-comment__inner .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ababab;
}

.ticket-comment__inner .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #16263f;
}
.ticket-comment__inner .text p{
 margin-bottom: 0;
}

.ticket-comment__inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 32px;
}

.ticket-comment__title {
  font-weight: 600;
  font-size: 32px;
  margin-right: 15px;
  color: #16263f;
}

.ticket-comment__btn {
  cursor: pointer;
  width: 188px;
  height: 57px;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background: #ff0052;
  -webkit-border-radius: 28.5px;
  border-radius: 28.5px;
  padding: 0 10px;
  white-space: nowrap;
}

.ticket-comment__inner-review {
  padding: 45px 0;
  border-bottom: 1px solid #f1f1f1;
}

.ticket-comment__date {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ticket-comment__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 23px;
  
}

.star {margin: 0 1px;
  width: 26px;
  height: 25px;
   -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.star.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.ticket-comment::before{
    width: 0;
     
}
.ticket-comment__stars p{
    font-weight: 300;
font-size: 17px;

margin-right: 10px;
color: #16263F;
}
.check-star .star{
    cursor: pointer;
}
.popup__group-captcha {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.popup__group-captcha .form-control {
    background-color: #fcfcfc;
    border: 1.27288px solid #f3f3f3;
    box-sizing: border-box;
    border-radius: 7.63725px;
    width: 180px;
    height: 64px;
    margin-right: 20px;
}
.popup__group-captcha img {
    width: 101px;
    height: 40px;
    margin-right: 15px;
}
.popup__group-captcha + .error {
opacity: 0;
visibility: hidden;
color: red;
}
.popup__group-captcha + .error.active {
opacity: 1;
visibility: visible;
}
.popup__group-captcha a {
    font-weight: 300;
text-decoration: underline;
    color: #16263f;
}
#review-add.modal{
    max-width: 1000px !important;
}
#review-add .popup__form{
    max-width: 780px;
    margin: 0 auto;
}
#review-add .order__check{
  margin-bottom: 37px;
}
#review-add label, #review-add p, #review-add a{

font-size: 18px !important;
}
#review-add .button{
 max-width: 340px;
 min-width: auto;
 width: 100%;
}
.order__check a{
    text-decoration: underline !important;
}

.cart-scores {
    padding: 12px 0;
display: flex;
     align-items: center;
     justify-content: space-between;
}
.cart-scores h5{
font-weight: 400;
font-size: 20px;

color: #16263F;
}

.cart-scores__radio {
  width: 103px;
  height: 30px;
  border: 1.41px solid #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

.cart-scores__radio::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1.41px;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f3f3f3;
}

.cart-scores__radio input {
  display: none;
}

.cart-scores__radio label {
  font-weight: 400;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 45px;
  cursor: pointer;
  padding-top: 8px;
}

.cart-scores__radio input[type="radio"]:checked + label {
  background: #ff0052;
  color: #ffffff;
}

.cart-scores__radio input[type="radio"]:disabled + label {
  background: #fcfcfc;
  color: #000;
}
.msrpc-text{
    font-weight: 400;
font-size: 12px !important;
line-height: 18px;

color: #16263F;
}
@media (max-width: 700px){
    .ticket-comment__title{
        font-size: 30px;
    }
}
@media (max-width: 650px) {
    .ticket-comment__inner-top {
        flex-direction: column;
    }
    .ticket-comment__title {
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 576px){
    .ticket-comment__title{
        font-size: 24px;
    }
}


/* brands */

.brands{
    background: #102657;
    position: relative;
}

.brands .content{
    position: static;
}

.brands__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    
}

.brands__label{
    font-family: Inter;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255,255,255,0.6);
    
    flex-shrink: 0;
}

.brands__list {
    display: flex;
    align-items: center;
    gap: 10px 0;
    overflow-x: auto;
    width: 100%;
    justify-content: space-between;
}

.brands__list::-webkit-scrollbar {
  height: 6px;
}

.brands__list::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 20px;
}

.brands__list::-webkit-scrollbar-thumb {
  background-color: #8ba3ba;
  border-radius: 20px;
}



.brands__list li:hover .brands__sub-menu{
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease;
    display: block;
}

.brands__sub-menu{
    
    position: absolute;
    top: 90%;
    left: 0;
    
    width: 100%;
    background: #fff;
    
    
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;
    
    padding: 20px 0;
    display: none;
}

.brands__sub-menu-inner{
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
    
    display: flex;
    align-items: center;
    gap: 120px;
    
}

.brands__list li{
    margin-bottom: 0;
    position: static;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    width: 100%;
}

.brands__list li > a{
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    
    transition: opacity .4s ease;
}

.brands__list li > a:hover{
    opacity: .7;
    transition: opacity .4s ease;
}

.brands__letter{
    font-family: Inter;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: #16263F;
    
    
}

.brands__sub-menu ul{
    flex: 1;
    
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px 40px;
    align-items: flex-start;
}

.brands__sub-menu ul li{
    margin: 0;
    height: 30px;
}

.brands__sub-menu ul a{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #16263F;
    transition: opacity .4s ease;
}

.brands__sub-menu ul a:hover{
    opacity: .7;
    transition: opacity .4s ease;
}

@media(max-width: 1440px) {
    .brands__sub-menu{
        padding: 30px 0;
    }
    
    .brands__letter{
        font-size: 44px;
    }
    
    .brands__sub-menu ul{
        grid-gap: 30px;
    }
    
    .brands__sub-menu ul a{
        font-size: 14px;
    }
    
    .brands__label{
        display: none;
    }
    
    .brands__list{
        width: 100%;
        justify-content: space-between;
    }
}

@media(max-width: 1024px) {
    .brands{
        display: none;
    }
}
/*  */


.categories_items__item {
    border: 1px solid #012e6f;
    transition: .3s ease;
}

.categories_items__item:hover {
    color: #012e6f;
    background: #ffffff;
}

.catalogue__nav a {
    height: fit-content;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 13px;
}

.catalogue__nav a div {
    width: 25px;
    height: 25px;
}

.catalogue__submenu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.catalogue__nav-item.active .catalogue__submenu {
    max-height: 1000px;
    /*max-height: 192px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #b1c3d4 #f7f9fb;*/
    opacity: 1;

}

.catalogue__nav-item.active  .arrow {
    opacity: 1;
    transform: rotate(90deg);
}

.catalogue__submenu .catalogue__nav-item {
    padding-left: 40px;
}

.catalogue__nav-item a{
    transition: 0.3s ease;
}

.catalogue__nav-item a:hover {
    color: #8ba3ba;
}

.catalogue__submenu .catalogue__nav-item.active {
    color: #8ba3ba;
}

.basket__result {
    position: sticky;
    top: 200px;
}

@media(max-width: 1050px) {
  .basket__result {
    position: static;
}  

.basket__table {
    order: -1;
}
}




.order__change{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    
    display: none;
}

.order__change.-js-visible{
    display: block;
}

.order__change .order__address-check{
    margin-bottom: 0;
}

.order__change-input{
    max-width: 300px;
    width: 100%;
    display: none;
    
    margin-top: 5px;
}

.order__change-input.-js-visible{
    display: block;
}



[id^="large-r-"]{
    display: none !important;
}


.cataloge-pagination .sticky-pagination{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    height: auto !important;
}

.cataloge-pagination ul{
    flex: 1;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    
}

.cataloge-pagination li{
    margin: 0;
    padding: 0;
}

.cataloge-pagination li.active a{
    background: #012E6F;
    color: #fff;
}

.cataloge-pagination li::before{
    display: none;
}

.cataloge-pagination a,
.cataloge-pagination__arrow{
    width: 58px;
    height: 58px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: #fff;
    border: 1px solid #E9EAEE;
    border-radius: 5px;
    background: #fff;
    transition: background .4s ease;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    
    color: #16263F;

}

.cataloge-pagination__arrow{
    width: 68px;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.cataloge-pagination__arrow svg{
    width: 18px;
    height: 18px;
}

.cataloge-pagination a:hover,
.cataloge-pagination__arrow:hover{
    background: #012E6F;
    transition: background .4s ease;
    color: #fff;
}

.cataloge-pagination__arrow svg path{
    transition: fill .4s ease;
}

.cataloge-pagination__arrow:hover svg path{
    fill: #fff;
    transition: fill .4s ease;
}

.cataloge-pagination a.disabled{
    pointer-events: none;
}

.cataloge-pagination__button{
    order: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
    width: 100%;
    height: 60px;
    background: rgba(139, 163, 186, 0.2);
    border-radius: 6px;
    
    cursor: pointer;
    outline: none;
    padding: 0 10px;
    margin: 0;
    border: none;
    transition: background .4s ease;
}

.cataloge-pagination__button:hover{
    background: rgba(139, 163, 186, 0.4);
    transition: background .4s ease;
}

.cataloge-pagination__button-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cataloge-pagination__button-icon svg{
    width: 24px;
    height: 24px;
}

.cataloge-pagination__button-text{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #8BA3BA;
}


@media(max-width: 1440px) {

    .cataloge-pagination ul{
        justify-content: center;
    }
}

@media(max-width: 1200px) {
    .cataloge-pagination a,
    .cataloge-pagination__arrow{
        width: 48px;
        height: 48px;
    }
    
    .cataloge-pagination ul{
        gap: 5px;
    }
}

@media(max-width: 768px) {
    .cataloge-pagination__button{
        display: none;
    }
    
    .cataloge-pagination a, .cataloge-pagination__arrow{
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
    
}

@media(max-width: 475px) {
    .cataloge-pagination a{
        font-size: 14px;
    }
    
    .cataloge-pagination ul{
        gap: 8px;
    }
}

.product-popup {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}
.product-popup.fancybox-content{
    visibility: visible;
    opacity: 1;
    height: auto; 
    width: auto;
}

/* Фильтры */
.cataloge__wrapper{
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 24px;
}

.cataloge-aside__item{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border: unset;
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}

.cataloge-aside__item:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.cataloge-aside__item-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    cursor: pointer;
}

.cataloge-aside__item-title{
    font-family: Inter;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    color: #16263F;
}

.cataloge-aside__item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: transform .4s ease;
}

.cataloge-aside__item-icon svg{
    width: 12px;
    height: 7px;
}

.cataloge-aside__checkboxes-inner.-js-scroll-block,
.cataloge-aside__radios-inner.-js-scroll-block{
    max-height: 230px;
    overflow-y: auto;
}

.cataloge-aside__checkboxes-inner::-webkit-scrollbar,
.cataloge-aside__radios-inner::-webkit-scrollbar {
  width: 5px;
}

.cataloge-aside__checkboxes-inner::-webkit-scrollbar-track,
.cataloge-aside__radios-inner::-webkit-scrollbar-track {
  background: #EEEEEE;
  border-radius: 5px;
}

.cataloge-aside__checkboxes-inner::-webkit-scrollbar-thumb,
.cataloge-aside__radios-inner::-webkit-scrollbar-thumb {
  background-color: #16263F;
  border-radius: 5px;
}


.cataloge-aside__checkboxes,
.cataloge-aside__radios{
    position: relative;
}

.cataloge-aside__checkboxes.-js-decor-visible::before,
.cataloge-aside__radios.-js-decor-visible::before{
    content: '';
    position: absolute;
    
    bottom: 0;
    left: 0;
    
    width: 100%;
    height: 24px;
    
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.cataloge-aside__checkbox,
.cataloge-aside__radio{
    line-height: 0;
    margin-bottom: 10px;
}

.cataloge-aside__checkbox:last-child,
.cataloge-aside__radio:last-child{
    margin-bottom: 0;
}

.cataloge-aside__checkbox input,
.cataloge-aside__radio input{
    display: none;
}

.cataloge-aside__checkbox input:checked + label .cataloge-aside__checkbox-icon::before,
.cataloge-aside__radio input:checked + label .cataloge-aside__radio-icon::before{
    display: block;
}

.cataloge-aside__checkbox input:checked + label .cataloge-aside__checkbox-icon{
    background: #16263F;
}

.cataloge-aside__radio input:checked + label .cataloge-aside__radio-icon{
    border-color: #16263F;
}

.cataloge-aside__checkbox label,
.cataloge-aside__radio label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.cataloge-aside__checkbox label span,
.cataloge-aside__radio label span{
    margin-left: 0;
}

.cataloge-aside__radio-icon,
.cataloge-aside__checkbox-icon{
    display: block;
    
    width: 24px;
    height: 24px;
    
    position: relative;
    
    border: 1px solid rgba(46, 48, 54, 0.25);
    
    margin-right: 16px;
    flex-shrink: 0;
}

.cataloge-aside__radio-icon::before,
.cataloge-aside__checkbox-icon::before {
    content: '';
    position: absolute;
    
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    
    display: none;
}

.cataloge-aside__checkbox-icon{
    border-radius: 5px;
}

.cataloge-aside__checkbox-icon::before{
    content: url('../img/svg/tick.svg');
}

.cataloge-aside__radio-icon{
    border-radius: 50%;
}

.cataloge-aside__radio-icon::before{
    width: 16px;
    height: 16px;
    
    background: #16263F;
    border-radius: 50%;
    
    
}

.cataloge__checkbox-text,
.cataloge__radio-text{
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color: #16263F;
    margin-right: 5px;
}

.cataloge__checkbox-num,
.cataloge__radio-num{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: rgba(22, 38, 63, 0.5);
}


.cataloge-aside__checkboxes--sizes .cataloge-aside__checkboxes-inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.cataloge-aside__checkboxes--sizes label{
    width: 100%;
    height: 35px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 0 5px;
    border: 1px solid rgba(46, 48, 54, 0.25);
    border-radius: 5px;
}

.cataloge-aside__checkboxes--sizes .cataloge__checkbox-text{
    margin: 0;
    font-weight: 400;
}

.cataloge-aside__checkboxes--sizes input:checked + label{
    background: #16263F;
}

.cataloge-aside__checkboxes--sizes input:disabled + label{
    background: #F4F4F4;
    border-color: transparent;
    cursor: default;
}

.cataloge-aside__checkboxes--sizes input:disabled + label .cataloge__checkbox-text{
    color: rgba(22, 38, 63, 0.4);
}

.cataloge-aside__checkboxes--sizes input:checked + label .cataloge__checkbox-text{
    color: #fff;
}

.cataloge-aside__checkboxes--sizes .cataloge-aside__checkbox{
    margin-bottom: 0;
}


.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox-icon{
    border-radius: 50%;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox-icon::before{
    display: block;
    content: '';
    
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--white input:checked + label .cataloge-aside__checkbox-icon::before{
    display: none;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--white input:checked + label .cataloge-aside__checkbox-icon{
    background: #fff;
}

.cataloge-aside__checkbox--white .cataloge-aside__checkbox-icon::before{
    background: #fff;
    border-color: rgba(46, 48, 54, 0.25);
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--blue input:checked + label .cataloge-aside__checkbox-icon::before{
    display: none;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--blue input:checked + label .cataloge-aside__checkbox-icon{
    background: #012E6F;
    border: 1px solid transparent;
}

.cataloge-aside__checkbox--blue .cataloge-aside__checkbox-icon::before{
    background: #012E6F;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--yellow input:checked + label .cataloge-aside__checkbox-icon::before{
    display: none;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--yellow input:checked + label .cataloge-aside__checkbox-icon{
    background: #F6E75C;
    border: 1px solid transparent;
}


.cataloge-aside__checkbox--yellow .cataloge-aside__checkbox-icon::before{
    background: #F6E75C;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--green input:checked + label .cataloge-aside__checkbox-icon::before{
    display: none;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--green input:checked + label .cataloge-aside__checkbox-icon{
    background: #54C342;
    border: 1px solid transparent;
}

.cataloge-aside__checkbox--green .cataloge-aside__checkbox-icon::before{
    background: #54C342;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--red input:checked + label .cataloge-aside__checkbox-icon::before{
    display: none;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--red input:checked + label .cataloge-aside__checkbox-icon{
    background: #CF3D48;
    border: 1px solid transparent;
}


.cataloge-aside__checkbox--red .cataloge-aside__checkbox-icon::before{
    background: #CF3D48;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--pink input:checked + label .cataloge-aside__checkbox-icon::before{
    display: none;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--pink input:checked + label .cataloge-aside__checkbox-icon{
    background: #F869D8;
    border: 1px solid transparent;
}

.cataloge-aside__checkbox--pink .cataloge-aside__checkbox-icon::before{
    background: #F869D8;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--black input:checked + label .cataloge-aside__checkbox-icon::before{
    display: none;
}

.cataloge-aside__checkboxes--colors .cataloge-aside__checkbox--black input:checked + label .cataloge-aside__checkbox-icon{
    background: #16263F;
    border: 1px solid transparent;
}

.cataloge-aside__checkbox--black .cataloge-aside__checkbox-icon::before{
    background: #16263F;
}


.cataloge-aside__item-content{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.cataloge-aside__item-content.-js-visible{
    overflow: visible;
    opacity: 1;
    margin-top: 24px;
    transition: all .4s ease;
    max-height: 230px;
}

.cataloge-aside__item-top.-js-content-showed .cataloge-aside__item-icon{
    transform: rotate(180deg);
    transition: transform .4s ease;
}


.cataloge-aside__range-items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px;
    align-items: center;
    
    margin-bottom: 10px;
}

.cataloge-aside__range-item{
    padding: unset;
    border: unset;
    border-radius: unset;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    height: unset;
    width: 100%;
    
    position: relative;
}

.cataloge-aside__range-item:last-child::before{
    display: none;
}

.cataloge-aside__range-item::before{
    content: '';
    position: absolute;
    
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    
    width: 14px;
    height: 1px;
    
    background: #cedae6;
    
}

.cataloge-aside__range-label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #16263F;
    opacity: 0.5;

}

.cataloge-aside__range-value{
    flex: 1;
    
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    
    color: #16263F;

}

.cataloge-aside__range .irs .irs-to,
.cataloge-aside__range .irs .irs-from,
.cataloge-aside__range .irs .irs-min,
.cataloge-aside__range .irs .irs-max,
.cataloge-aside__range .irs .irs-single{
    display: none;
}

.cataloge-aside__range .irs-handle{
    width: 24px;
    height: 24px;
    cursor: pointer;
    
    border: 6px solid #fff;
    
    border-radius: 50%;
    
    background: #F7F8FB;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.09), 0px 0px 3px rgba(0, 0, 0, 0.1);
    
    top: 15px;

}

.cataloge-aside__range .irs-handle > i:first-child{
    display: none;
}

.cataloge-aside__range .irs-bar{
    background: #012E6F;
}

.cataloge-aside__range .irs-line,
.cataloge-aside__range .irs-bar{
    height: 5px;
    border-radius: 5px;
}


.cataloge-aside__item--categories .cataloge-aside__item-top{
    justify-content: flex-start;
    gap: 12px;
}


.cataloge-aside__categories-item-top{
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.cataloge-aside__categories-item-top.-js-content-showed .cataloge-aside__categories-item-icon{
    transform: rotate(90deg);
    transition: transform .4s ease;
}

.cataloge-aside__categories-item::before{
    display: none;
}

.cataloge-aside__categories-item-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .4s ease;
}

.cataloge-aside__categories-item-icon svg{
    width: 12px;
    height: 7px;
}

.cataloge-aside__categories-item-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #16263F;

}

.cataloge-aside__categories-item-title span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(22, 38, 63, 0.5);
    margin-left: 5px;

}

.cataloge-aside__categories-sub li::before{
    display: none;
}

.cataloge-aside__categories-sub li{
    margin-bottom: 6px;
    padding: 0;
}

.cataloge-aside__categories-item {
    padding: 0;
    margin-bottom: 6px;
}

.cataloge-aside__categories-item:last-child{
    margin-bottom: 0;
}

.cataloge-aside__categories-sub li:last-child{
    margin-bottom: 0;
}

.cataloge-aside__categories-sub li a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #16263F;
    transition: color .4s ease;
}

.cataloge-aside__categories-sub li a:hover{
    color: #012E6F;
    transition: color .4s ease;
}

.cataloge-aside__categories-sub{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease;
}

.cataloge-aside__categories-sub.-js-visible{
    opacity: 1;
    overflow: visible;
    transition: all .4s ease;
    margin-top: 10px;
}

.cataloge-aside__item--categories .cataloge-aside__item-top.-js-content-showed .cataloge-aside__item-icon{
    transform: rotate(90deg);
}
/*  */























































/* new cataloge */
.cataloge-content{
    position: fixed;
    top: 186.88px;
    left: 0;
    
    width: 100%;
    height: calc(100% - 186.88px);
    
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;
    background: #fff;
}

.cataloge-content.-js-visible{
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease;
    z-index: 1001;
}

.cataloge-content__overlay{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    
    background: #fff;
    
    width: 100%;
    height: 100%;

}

.cataloge-content__close-button{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
    margin: 36px 0 0 36px;
    display: none;
}

.cataloge-content__close-button svg{
    width: 14px;
    height: 14px;
}

.cataloge-content__close-button svg path{
    stroke: rgb(139, 163, 186);
}

.cataloge-content__wrapper{
    background: #fff;
    
    height: 100%;
    max-width: 360px;
    width: 100%;
    
    position: relative;
}

.cataloge-content__wrapper::before{
    content: '';
    position: absolute;
    
    z-index: 10;
    
    bottom: 0;
    left: 0;
    
    width: 100%;
    height: 44px;
    
    background-image: url('../img/aside-cataloge/bottom-decor.svg');
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
    
    display: none;
}

.cataloge-content__wrapper.-js-decor-visible::before{
    display: block;
}

.cataloge-content__wrapper > ul{
    height: 100%;
    overflow-y: auto;
    padding: 24px 0 70px;

}

.cataloge-content__wrapper > ul > li > .dropdown-wrapper{
    position: relative;
}

/* .cataloge-content__wrapper > ul > li > .dropdown-wrapper::before{
    content: '';
    position: absolute;
    
    top: 0;
    left: -50px;
    
    height: 100%;
    width: 50px;
    
    box-shadow: 12px 0px 40px rgba(0, 0, 0, 0.15);
} */

.cataloge-content__wrapper ul::-webkit-scrollbar {
  display: none;
}

.cataloge-content__wrapper ul li .dropdown-wrapper::-webkit-scrollbar{
    display: none;
}

.cataloge-content__wrapper ul li .dropdown-wrapper{
    position: fixed;
    top: 186.88px;
    left: 375px;
    
    height: calc(100% - 186.88px);
    overflow-y: auto;
    
    padding: 24px 0 140px 14px;
    
    background: #fff;
    
    max-width: 380px;
    width: 100%;
    
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;
}
.active .cataloge-content__wrapper ul li .dropdown-wrapper{
    top: 84px;
    height: calc(100% - 84px);
}


.cataloge-content__wrapper ul li .dropdown-wrapper.-js-visible{
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease;
}

.cataloge-content__wrapper ul li .dropdown-wrapper ul li .dropdown-wrapper{
    left: 755px;
}


.cataloge-content__wrapper > ul > li{
    padding: 12px 10px;
    margin-bottom: 0;
    
    display: flex;
    align-items: center;
    gap: 12px;
    
    cursor: pointer;
    
    position: relative;
}

/* .cataloge-content__wrapper > ul > li::after{
    content: '';
    position: absolute;
    
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    
    height: 1px;
    width: 92%;
    background: #F2F2F2;
} */

.cataloge-content__wrapper > ul > li.-js-without-sub {
    cursor: default;
}

.cataloge-content__wrapper > ul > li.-js-menu-visible .cataloge-content__arrow{
    /* transform: rotate(180deg); */
    transition: transform .4s ease;
}

.cataloge-content__wrapper > ul > li.-js-menu-visible > a{
    color: #012E6F;
    transition: color .4s ease;
}

.cataloge-content__wrapper > ul > li.-js-menu-visible .cataloge-content__arrow svg path {
    stroke: #012E6F;
    transition: stroke .4s ease;
}

.cataloge-content__wrapper > ul > li.-js-without-sub .cataloge-content__arrow{
    display: none;
}



.cataloge-content__wrapper ul li::before{
    display: none;
}

.cataloge-content__wrapper ul li{
    line-height: 0;
}

.cataloge-content__wrapper ul li .dropdown-wrapper ul li{
    padding: 12px 10px;
    margin-bottom: 0;
}

.cataloge-content__wrapper ul li .dropdown-wrapper ul li:last-child{
    margin-bottom: 0;
}

.cataloge-content__wrapper ul li a{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    color: rgba(22, 38, 63, 0.78);
    transition: color .4s ease;
    color: #16263F;
}

.cataloge-content__wrapper > ul > li > a {
    font-weight: 600;
}

.cataloge-content__wrapper ul li a:hover{
    color: #012E6F;
    transition: color .4s ease;
}



.cataloge-content__image{
    width: 40px;
    height: 40px;
}

.cataloge-content__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cataloge-content__arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-left: auto;
    
    transition: transform .4s ease;
    transform: rotate(-90deg);
}

.cataloge-content__arrow svg{
    width: 14px;
    height: 8px;
}

.cataloge-content__arrow svg path{
    transition: stroke .4s ease;
}

.dropdown-content h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #16263F;
    
    padding: 0 24px;
}

.cataloge-content__wrapper > ul > li > .dropdown-wrapper .dropdown-wrapper h2{
    display: none;
}

.cataloge-content__return-button{
    display: none;
}


@media(max-width: 1200px) {
    
    .cataloge-content__wrapper{
        position: relative;
    }
    
    .cataloge-content__close-button svg path{
        stroke: #fff;
    }
    
    .cataloge-content__wrapper > ul > li > .dropdown-wrapper::before{
        display: none;
    }
    
    
    .cataloge-content__wrapper ul li .dropdown-wrapper ul li .dropdown-wrapper{
        left: 0;
        border: none;
    }
    
    .cataloge-content__wrapper ul li{
        position: static;
    }
    
    .cataloge-content__arrow svg path{
        stroke: #012E6F;
    }
    
    .cataloge-content__wrapper ul li a{
        color: #16263F;
    }
    .cataloge-content__wrapper{
        max-width: 320px;
    }
    .cataloge-content__wrapper ul li .dropdown-wrapper{
        max-width: 340px;
    }
}

@media(max-width: 475px) {
    .cataloge-content__close-button{
        margin: 10px 0 0 10px;
    }
}
/*Style filter*/
.cataloge-aside-button_close{
    display: none;
}
.catalogue-btn-filter{
    display: none;
}
body.no-scroll{
    overflow: hidden !important;
}
.shadow-filter{
    display:none;
}
.catalogue-sorting-form{
    display: none;
}
@media(max-width: 1100px){
    .shadow-filter {
        position: fixed;
        left: 0;
        background: rgba(0, 0, 0, 0.65);
        margin-left: -100%;
        height: 100%;
        width: 100%;
        z-index: 1;
        opacity: 0;
        display: block;
        top: 0;
        z-index: 20;
    }
}
@media(max-width: 991px){
    .catalogue-btns-block{
        margin-bottom: 20px;
    }
    .catalogue-btn-filter{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 330px;
        padding: 15px 20px;
        position: relative;
    }
    .catalogue-btn-filter::before{
        content:'';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(11, 59, 71, 1);
        border-radius: 3px;
        z-index: -1;
    }
    .catalogue-btn-filter__left{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }
    .catalogue-btn-filter__left img{
        width: 19px;
        height: 19px;
    }
    .catalogue-btn-filter__right{
        color: rgba(126, 126, 126, 1);
    }
    .cataloge-aside-filter{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 360px;
        height: 100%;
        margin-left: -100%;
        max-height: 1024px;
        z-index: 25;
        background: #FFFFFF;
        padding: 37px 33px;
        overflow-y: auto;
    }
    .cataloge__wrapper{
        grid-template-columns: 1fr;
    }
    .cataloge-aside-button_close{
        display: block;
        position: absolute;
        top: -33px;
        right: -33px;
    }
    .cataloge-aside-button_close img{
        width: 26px;
        height: 26px;
    }
}
/*  */





.catalogue__aside-links{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    
    margin-bottom: 10px;
}

.catalogue__aside-link{
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.catalogue__aside-link:hover .catalogue__aside-link-text{
    color: #8ba3ba;
    transition: color .4s ease;
}

.catalogue__aside-link:hover .catalogue__aside-link-icon svg path{
    stroke: #8ba3ba;
    transition: stroke .4s ease;
}

.catalogue__aside-link-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    
    transform: rotate(90deg);
}

.catalogue__aside-link-icon svg{
    width: 12px;
    height: 7px;
}

.catalogue__aside-link-icon svg path{
    transition: stroke .4s ease;
}

.catalogue__aside-link-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #16263F;
    transition: color .4s ease;
}


.catalogue__aside-inner .catalogue__nav{
    padding: 0;
    background: transparent;
}

.catalogue__aside-inner .catalogue__nav a .catalogue__nav-item-image{
    display: none;
}

.catalogue__aside-inner .catalogue__nav-btn{
    padding: 0;
}

.catalogue__aside-inner .catalogue__nav-item {
    border-bottom: none;
    margin-bottom: 8px;
}

.catalogue__aside-inner .catalogue__count{
    display: none;
}

.catalogue__aside-inner .catalogue__nav a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #16263F;
    transition: color .4s ease;
    text-transform: unset;
}

.catalogue__aside-inner .catalogue__nav a:hover{
    color: #012e6f;
    transition: color .4s ease;
}

.catalogue__aside-inner .catalogue__nav a .arrow{
    display: none;
}


.categories_items{
    display: none !important;
}


.catalogue__aside-inner .catalogue__nav-item.active a{
    font-weight: 700;
}

.catalogue__aside-inner .catalogue__aside-link:last-child{
    margin-left: 10px;
}

.catalogue__aside-inner .catalogue__nav{
    margin-left: 50px;
}

.cataloge-aside__form-inner fieldset.cataloge-aside__item{
    border-right: none;
    border-top: none;
    border-left: none;
}

.cataloge-aside__range{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 22px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.cataloge-aside__range-item input{
    height: 100%;
    background: transparent;
    flex: 1;
    text-align: center;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #171717;
    border-radius: 50px;
    padding: 10px 18px;
    background: #e6edf4;
    text-align: left;
}

.cataloge-aside__range-item label{
    margin-bottom: 0;
    
    display: flex !important;
    align-items: center;
    gap: 2px;
}

.cataloge-aside__range-item label span{
    margin: 0;
}

#mse2_filters .mse2_number_slider{
    margin-bottom: 0 !important;
    height: 5px;
    border-radius: 5px;
    background: rgba(1, 46, 111, 0.1);
    border: none;
    width: calc(100% - 20px);
}

.ui-widget-header{
    background: #012E6F !important;
}

.ui-slider-horizontal .ui-slider-handle{
    width: 32px !important;
    height: 32px !important;
    
    border-radius: 50% !important;
    border: 10px solid #012e6f !important;
    background: #F7F8FB !important;

    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 0px 6px rgba(0, 0, 0, 0.09), 0px 0px 3px rgba(0, 0, 0, 0.1);
    
    top: 0;
    bottom: 0;
}
.ui-slider-horizontal .ui-slider-handle{
    margin: auto 0 auto -.6em;
}

.catalogue__wrap{
    margin-bottom: 40px;
}

.catalogue__more{
    margin-bottom: 15px;
}
.level-1:hover, .level-2:hover, .level-3:hover{
    background: #E8F4FC;
    border-radius: 12px;
}
.level-1:hover a, .level-2:hover a, .level-3:hover a{
    color: #012E6F;
}
.cataloge-content.active{
    top: 79px;
    height: calc(100% - 79px);
}
.level-2 > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.level-2 a svg{
    width: 14px;
    height: 8px;
    transform: rotate(-90deg);
}
.level-3 a svg{
    display: none;
}
.dropdown-content .dropdown{
    position: relative;
}
.cataloge-content__title{
    position: absolute;
    top: 24px;
    white-space: nowrap;
    z-index: 1;
}
.dropdown-content .dropdown{
    overflow-y: scroll;
    height: calc(100vh - 325px);
}
.cataloge-content__wrapper ul li .dropdown-wrapper.-js-visible{
    padding-top: 80px;
    overflow: unset;
}
.product__info-block{
    position: relative;
    padding-right: 24px;
}
.product__info-block:last-child{
    padding-right: 0;
}
.product__info-block:last-child:before{
    content: unset;
}
.product__info-block::before{
    content: '';
    height: 30px;
    width: 1px;
    background: #F3F3F3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product__info-brand{
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    color: #012E6F;
    padding: 6px 8px;
    border: 1px solid #012E6F;
    border-radius: 4px;
}
.mse2-ac-wrapper.ui-menu-item:last-child a{
    padding-bottom: unset;
    border-bottom: unset;
}
.ui-state-active:hover, .ui-widget-content .ui-state-active:hover{
    background: unset;
}
.ui-widget-content .ui-state-active{
    background: unset !important;
}

.footer__requisites {
    font-size: 12px;
    line-height: 1.2;
}
.catalogue-btns-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media(max-width: 991px){
    .catalogue__aside-inner .catalogue__nav{
        margin-left: 35px;
    }
    .catalogue__nav-item{
        width: fit-content;
    }
    .ui-widget.ui-widget-content.ui-autocomplete{
        max-height: calc(100vh - 170px);
    }
}
@media(max-width: 575px){
    .main-nav__title{
        display: none;
    }
    .search-products__item-title{
        -webkit-line-clamp: 2;
        max-width: unset;
    }
    .search-products__item-link{
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 5px 10px;
        padding-bottom: 10px;
    }
    .search-products__item-image{
        grid-row: span 2;
    }
    .search-products__item-current-price{
        font-size: 18px;
    }
    .ui-widget.ui-widget-content.ui-autocomplete{
        gap: 10px;
    }
    .all-results-item{
        padding: 10px 0;
    }
    .catalogue-sorting-form{
        display: block;
    }
    .catalogue__sort{
        display: none;
    }
}
