

/* Start:/assets/css/single-product.min.css?173346829780058*/
@charset "UTF-8";

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

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

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

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

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

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

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

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

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

li {
    list-style: none
}

button {
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: inherit
}

button[type=button] {
    cursor: pointer
}

input,textarea {
    background-color: transparent;
    border: none;
    font-family: inherit;
    outline: 0
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

textarea {
    resize: none;
    vertical-align: top
}

img {
    vertical-align: top
}

:root {
    --white: #FFFFFF;
    --primary: #0079C4;
    --text-color: #09090A;
    --background-color: #141414;
    --dropdown-z-index: 12;
    --header-z-index: 13;
    --popup-z-index: 15;
    --cookies-z-index: 18;
    --preloader-z-index: 20
}

body {
    background-color: var(--white);
    color: var(--text-color);
    font-family: Involve,sans-serif;
    padding: 5rem 0 0;
    min-width: 20rem;
    opacity: 0;
    -webkit-transition: opacity .8s ease .3s;
    transition: opacity .8s ease .3s
}

body._lock {
    height: 100%;
    overflow: hidden
}

body._loaded {
    opacity: 1
}

.container {
    --container-padding: 5rem;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    width: 100%;
    max-width: 105rem
}

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

.section {
    --py: 11.25rem;
    padding: var(--py) 0
}

.section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 0 0 3.125rem
}

.section__title {
    font-size: 3.25rem;
    font-weight: 500;
    line-height: 1.0576923077
}

.section--black {
    background-color: var(--background-color);
    color: var(--white)
}

.section--black+.section--black,.section:not(.section--black)+.section:not(.section--black) {
    margin: calc(-1 * var(--py)) 0 0
}

.swiper-controls {
    border-radius: .625rem;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 1.25rem;
    position: relative
}

.swiper-controls .swiper-button-next,.swiper-controls .swiper-button-prev {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
    height: auto;
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.swiper-controls .swiper-button-next::after,.swiper-controls .swiper-button-prev::after {
    content: none
}

.swiper-controls .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: auto
}

.swiper-controls .swiper-pagination-bullet {
    background-color: var(--white);
    border-radius: 1.875rem;
    width: 1.25rem;
    height: .125rem;
    opacity: .25
}

.swiper-controls .swiper-pagination-bullet-active {
    background-color: var(--primary);
    opacity: 1
}

.swiper-button-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.cookies {
    background-color: var(--white);
    border: 1px solid #ebebeb;
    border-radius: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
    padding: .9375rem .9375rem .9375rem 1.5625rem;
    position: fixed;
    right: .9375rem;
    bottom: .9375rem;
    width: 34.0625rem;
    max-width: 100%;
    visibility: hidden;
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: visibility .4s ease,-webkit-transform .4s ease-out;
    transition: visibility .4s ease,-webkit-transform .4s ease-out;
    transition: transform .4s ease-out,visibility .4s ease;
    transition: transform .4s ease-out,visibility .4s ease,-webkit-transform .4s ease-out;
    z-index: var(--cookies-z-index)
}

.cookies__text {
    font-weight: 500;
    text-transform: lowercase
}

.cookies__button .button__arrow {
    color: var(--red)!important
}

.cookies--show {
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

._transparent {
    opacity: .45
}

.button {
    border-radius: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5rem;
    padding: .9375rem 1.375rem
}

.button__text {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5625rem;
    letter-spacing: .05em;
    text-transform: uppercase
}

.button__arrow {
    width: .625rem;
    height: .625rem
}

.button--primary {
    background-color: var(--primary);
    color: var(--white);
    -webkit-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s
}

.breadcrumbs {
    max-width: 100%
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    margin: 0 calc(-1 * var(--container-padding));
    padding: 0 var(--container-padding);
    width: auto;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.breadcrumbs__list::-webkit-scrollbar {
    height: 0
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem;
    opacity: .45
}

.breadcrumbs__item:last-child {
    opacity: 1
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    cursor: auto;
    pointer-events: none
}

.breadcrumbs__item svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.breadcrumbs__link {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: .05em;
    white-space: nowrap;
    text-transform: uppercase
}

.form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem
}

.form__body:not(:last-child) {
    margin: 0 0 1.25rem
}

.form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem
}

.form__field {
    background-color: #1f1f1f;
    border-radius: .625rem;
    -ms-flex-preferred-size: calc(50% - .625rem);
    flex-basis: calc(50% - .625rem);
    overflow: hidden
}

.form__field--wide {
    -webkit-box-flex: 0!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important
}

.form__field--error {
    -webkit-box-shadow: 0 0 .5rem #f35d00;
    box-shadow: 0 0 .5rem #f35d00
}

.form__field--error .form__input {
    color: #f35d00
}

.form__input {
    color: var(--white);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.7857142857;
    letter-spacing: .05em;
    padding: .9375rem 1.375rem;
    width: 100%;
    text-transform: uppercase
}

.form__input--textarea {
    height: 11.25rem
}

.form__input::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
    opacity: .45
}

.form__input::-moz-placeholder {
    font-family: inherit;
    color: inherit;
    opacity: .45
}

.form__input:-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    opacity: .45
}

.form__input::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    opacity: .45
}

.form__input::placeholder {
    font-family: inherit;
    color: inherit;
    opacity: .45
}

.form__error-text {
    display: none
}

.form__checkbox-input {
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.form__file {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 100%
}

.form__file--attached .form__file-field {
    display: none
}

.form__file--attached .form__file-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form__file:not(:first-child) {
    margin: .9375rem 0
}

.form__file-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.form__file-doc,.form__file-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    gap: .625rem
}

.form__file-doc span,.form__file-label span {
    font-size: .875rem;
    font-weight: 60;
    line-height: 1.7857142857;
    letter-spacing: .05em;
    text-transform: uppercase
}

.form__file-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s
}

.form__file-label .icon {
    background-color: #1f1f1f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 1.875rem;
    height: 1.875rem
}

.form__file-label .icon::after,.form__file-label .icon::before {
    background-color: var(--white);
    content: "";
    position: absolute;
    top: calc(50% - .0625rem);
    left: .5625rem;
    width: .75rem;
    height: .125rem
}

.form__file-label .icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.form__file-doc {
    cursor: auto;
    display: none
}

.form__file-doc .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.form__file-doc button {
    background-color: #1f1f1f;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 1.875rem;
    height: 1.875rem
}

.form__file-doc button::after,.form__file-doc button::before {
    background-color: var(--white);
    content: "";
    position: absolute;
    top: calc(50% - .0625rem);
    left: .5625rem;
    width: .75rem;
    height: .125rem
}

.form__file-doc button::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.form__file-doc button::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer
}

.form__submit .button__arrow {
    color: var(--red)
}

.form__agreement {
    color: rgba(255,255,255,.45);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: .05em;
    max-width: 26.25rem
}

.form__agreement a {
    color: var(--white)
}

.popup {
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: var(--popup-z-index)
}

.popup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .9375rem;
    min-height: 100%;
    overflow: hidden
}

.popup__content {
    border-radius: 1.25rem;
    background-color: var(--white);
    padding: 3.4375rem 3.75rem;
    position: relative;
    max-width: 32.8125rem;
    width: 100%;
    max-height: 48.125rem;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.popup__close {
    position: absolute;
    top: 1.5625rem;
    right: 1.5625rem;
    width: 1.46625rem;
    height: 1.46625rem
}

.popup__close::after,.popup__close::before {
    background-color: rgba(9,9,10,.55);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: .125rem
}

.popup__close::before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.popup__close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.popup__header:not(:last-child) {
    margin: 0 0 2.5rem
}

.popup__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.09375
}

.popup__title:not(:last-child) {
    margin: 0 0 .625em
}

.popup__subtitle {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5625;
    opacity: .75
}

.popup .form__field {
    background-color: #f5f6f8
}

.popup .form__field:not(:last-child) {
    margin: 0 0 .9375rem
}

.popup .form__input {
    color: var(--text-color);
    font-weight: 500
}

.popup .form__input--textarea {
    height: 11.25rem
}

.popup .form__submit {
    width: 100%
}

.popup .form__agreement {
    color: rgba(var(--text-color),.55);
    margin: 2.5rem 0 0
}

.popup .form__agreement a {
    color: var(--primary)
}

.popup__characteristics .characteristic {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.popup__characteristics .characteristic__name,.popup__characteristics .characteristic__value {
    background-color: var(--white);
    position: relative;
    z-index: 1
}

.popup__characteristics .characteristic__name {
    color: rgba(9,9,10,.55);
    padding-right: .5rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.popup__characteristics .characteristic__value {
    font-size: 500;
    padding-left: .5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.popup__characteristics .characteristic::after {
    border: 1px dashed #bfbfd9;
    content: "";
    position: absolute;
    top: 1em;
    right: 0;
    width: 100%
}

.popup__characteristic-item:not(:last-child) {
    margin: 0 0 .9375rem
}

.popup--characteristics .popup__content {
    max-width: 43.75rem
}

.popup--filter .popup__content {
    max-height: none
}

.popup--open {
    opacity: 1;
    visibility: visible
}

.popup--open .popup__content {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem
}

.accordion__col {
    border-top: 1px solid #dbdbee;
    padding: .9375rem 0
}

.accordion__col:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.accordion__col:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.accordion__header {
    background-color: #f5f6f8;
    border-radius: .625rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3888888889;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .625rem;
    padding: 1.25rem 1.5625rem
}

.accordion__number {
    color: rgba(9,9,10,.45);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion__number::before {
    content: "/";
    color: #f35d00
}

.accordion__title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.accordion__button {
    position: relative;
    width: 4.0625rem;
    height: 4.0625rem;
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.accordion__button::after,.accordion__button::before {
    background-color: var(--text-color);
    content: "";
    position: absolute;
    top: calc(50% - .0625rem);
    left: calc(50% - .625rem);
    width: 1.25rem;
    height: .125rem;
    -webkit-transition: backkground-color .2s ease 0s,opacity .1s ease 0s,-webkit-transform .2s ease 0s;
    transition: backkground-color .2s ease 0s,opacity .1s ease 0s,-webkit-transform .2s ease 0s;
    transition: backkground-color .2s ease 0s,opacity .1s ease 0s,transform .2s ease 0s;
    transition: backkground-color .2s ease 0s,opacity .1s ease 0s,transform .2s ease 0s,-webkit-transform .2s ease 0s
}

.accordion__button::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion__body {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .4s ease 0s;
    transition: height .4s ease 0s
}

.accordion__text {
    font-size: 1rem;
    line-height: 1.5625;
    padding: 1.5625rem 0;
    opacity: .55
}

.accordion__text p+p {
    margin: 1.5625rem 0 0
}

.accordion--open .accordion__button::before {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion--open .accordion__button::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    gap: .625rem;
    margin-right: 1.5625rem
}

.logo__title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.0714285714;
    text-transform: uppercase
}

.logo__desc {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.1666666667;
    text-transform: lowercase
}

.contact-info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .9375rem
}

.contact-info__item {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.7857142857;
    letter-spacing: .05em;
    text-transform: uppercase
}

.contact-info__phone {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.3636363636;
    text-transform: uppercase
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem
}

.socials__link {
    background-color: #1f1f1f;
    border-radius: .75rem;
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 2.5rem
}

.header__wrapper {
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .625rem 0;
    -webkit-transition: background-color .3s ease 0s,color .2s ease 0s;
    transition: background-color .3s ease 0s,color .2s ease 0s;
    z-index: var(--header-z-index)
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: .625rem
}

.header__inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 55.375rem;
    flex-basis: 55.375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .625rem;
    margin-left: auto
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5625rem
}

.header__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5625rem
}

.header__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.header__menu-link,.header__phone {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.7857142857;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s
}

.header__menu-arrow svg {
    vertical-align: middle;
    -webkit-transition: opacity .2s ease 0s,-webkit-transform .2s ease 0s;
    transition: opacity .2s ease 0s,-webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s,opacity .2s ease 0s;
    transition: transform .2s ease 0s,opacity .2s ease 0s,-webkit-transform .2s ease 0s
}

.header__submenu-link {
    color: var(--text-color);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.7857142857;
    -webkit-transition: color .15s ease 0s;
    transition: color .15s ease 0s;
    text-transform: uppercase
}

.header__search {
    border: 1px solid #dbdbee;
    border-radius: .625rem;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.8125rem;
    flex: 0 0 3.8125rem;
    padding: 1rem
}

.header__search-button {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem
}

.header__search-button svg:last-child {
    display: none
}

.header__search-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 .9375rem
}

.header__search-form input {
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    width: 100%
}

.header__search-form input::-webkit-input-placeholder {
    opacity: .45
}

.header__search-form input::-moz-placeholder {
    opacity: .45
}

.header__search-form input:-ms-input-placeholder {
    opacity: .45
}

.header__search-form input::-ms-input-placeholder {
    opacity: .45
}

.header__search-form input::placeholder {
    opacity: .45
}

.header__search-form input::-webkit-search-cancel-button {
    display: none
}

.header__search-result-item:not(:last-child) {
    border-bottom: 1px solid #dbdbee
}

.header .search-result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem .9375rem;
    padding: .9375rem 0
}

.header .search-result-item__image {
    border-radius: .3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.75rem;
    height: 3.75rem
}

.header .search-result-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.header .search-result-item__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3888888889;
    margin-right: auto
}

.header .search-result-item__price {
    background-color: var(--primary);
    border-radius: .3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--white);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.7857142857;
    padding: .625rem .9375rem;
    text-transform: uppercase
}

.header .search-result-item__amount {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625
}

.header__close-search svg {
    width: 1.5625rem;
    height: 1.5625rem;
    vertical-align: top
}

.header__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color .2s ease 0s,color .2s ease 0s;
    transition: background-color .2s ease 0s,color .2s ease 0s
}

.header__contact-info,.header__main,.header__search {
    -webkit-transition: border-color .2s ease 0s;
    transition: border-color .2s ease 0s
}

.header__burger {
    background-color: var(--primary);
    border-radius: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s
}

.header__burger:after,.header__burger:before {
    content: "";
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: background-color .2s ease 0s,-webkit-transform .3s ease 0s;
    transition: background-color .2s ease 0s,-webkit-transform .3s ease 0s;
    transition: background-color .2s ease 0s,transform .3s ease 0s;
    transition: background-color .2s ease 0s,transform .3s ease 0s,-webkit-transform .3s ease 0s
}

.header__burger span,.header__burger:after,.header__burger:before {
    background-color: var(--white);
    position: absolute;
    left: 12px;
    width: calc(100% - 24px);
    height: 4px
}

.header__burger:before {
    top: 20px
}

.header__burger:after {
    bottom: 20px
}

.header__burger span {
    top: calc(50% - 2px);
    opacity: 1;
    -webkit-transition: background-color .2s ease 0s,opacity .2s ease 0s;
    transition: background-color .2s ease 0s,opacity .2s ease 0s
}

.header__burger--open:before {
    -webkit-transform: translate(0,8px) rotate(45deg);
    -ms-transform: translate(0,8px) rotate(45deg);
    transform: translate(0,8px) rotate(45deg)
}

.header__burger--open:after {
    -webkit-transform: translate(0,-8px) rotate(-45deg);
    -ms-transform: translate(0,-8px) rotate(-45deg);
    transform: translate(0,-8px) rotate(-45deg)
}

.header__burger--open span {
    opacity: 0
}

.header--black .header__wrapper {
    background-color: var(--background-color);
    color: var(--white)
}

.header--black .header__main,.header--black .header__search {
    border-color: rgba(255,255,255,.15)
}

.header--black .header__search-form input::-webkit-input-placeholder {
    color: inherit
}

.header--black .header__search-form input::-moz-placeholder {
    color: inherit
}

.header--black .header__search-form input:-ms-input-placeholder {
    color: inherit
}

.header--black .header__search-form input::-ms-input-placeholder {
    color: inherit
}

.header--black .header__search-form input::placeholder {
    color: inherit
}

.header--black .header__contact-info {
    border-color: #303031
}

.header--black .header__button {
    background-color: var(--white);
    color: var(--text-color)
}

.header--black .header__burger {
    background-color: var(--white)
}

.header--black .header__burger span,.header--black .header__burger:after,.header--black .header__burger:before {
    background-color: var(--background-color)
}

.product-info {
    background-color: #f5f6f8;
    padding: 5.3125rem 0 5rem
}

.product-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.75rem;
    position: relative
}

.product-info__breadcrumbs {
    position: absolute;
    left: 0;
    bottom: calc(100% + 2.5rem)
}

.product-info__gallery {
    min-width: 0
}

.product-info__swiper {
    aspect-ratio: 1.5714285714;
    border-radius: .625rem
}

.product-info__swiper .swiper-slide {
    background-color: var(--white)
}

.product-info__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-info__thumb-swiper .swiper-slide {
    background-color: var(--white);
    border-radius: .625rem;
    width: 5rem;
    height: 5rem;
    opacity: .45;
    overflow: hidden
}

.product-info__thumb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-info__thumb-swiper .swiper-slide:not(.swiper-slide-thumb-active) {
    cursor: pointer
}

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

.product-info__thumb-swiper:not(:first-child) {
    margin: .625rem 0 0
}

.product-info__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 36.25rem
}

.product-info__header:not(:last-child) {
    margin: 0 0 2.8125rem
}

.product-info__title {
    font-size: 2.375rem;
    font-weight: 500;
    line-height: 1.1842105263
}

.product-info__title:not(:last-child) {
    margin: 0 0 1.5625rem
}

.product-info__desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    opacity: .55
}

.product-info__characteristics:not(:last-child) {
    margin: 0 0 2.5rem
}

.product-info__characteristics-title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3888888889
}

.product-info__characteristics-title:not(:last-child) {
    margin: 0 0 1.25rem
}

.product-info__characteristics-table:not(:last-child) {
    margin: 0 0 1.25rem
}

.product-info__characteristic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    position: relative
}

.product-info__characteristic::after {
    border-top: 1px dashed #bfbfd9;
    content: "";
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    z-index: 1
}

.product-info__characteristic>div {
    background-color: #f5f6f8;
    position: relative;
    z-index: 2
}

.product-info__characteristic-name {
    padding-right: 5px
}

.product-info__characteristic-value {
    padding-left: 5px
}

.product-info__characteristic-name {
    color: rgba(9,9,10,.55)
}

.product-info__characteristics-more {
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem
}

.product-info__characteristics-more span {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.6666666667;
    letter-spacing: .05;
    text-transform: uppercase
}

.product-info__series:not(:last-child) {
    margin: 0 0 3.125rem
}

.product-info__series-title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3888888889
}

.product-info__series-title:not(:last-child) {
    margin: 0 0 1.25rem
}

.product-info__series-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem
}

.product-info__series-item--active .product-info__series-link {
    background-color: rgba(0,121,196,.12);
    border-color: rgba(0,121,196,.12);
    color: var(--primary)
}

.product-info__series-link {
    border: 1px solid #dde1e8;
    border-radius: .3125rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5625;
    letter-spacing: .05em;
    padding: .9375rem 1.25rem;
    -webkit-transition: background-color .2s ease 0s,color .2s ease 0s;
    transition: background-color .2s ease 0s,color .2s ease 0s
}

.product-info__button {
    width: 100%
}

.gallery__content {
    position: relative
}

.gallery__swiper {
    border-radius: 1.25rem;
    height: 50rem;
    overflow: hidden
}

.gallery__swiper .swiper-slide {
    position: relative
}

.gallery__swiper .swiper-slide::before {
    background-color: #101010;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: 2
}

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

.gallery__swiper-title {
    color: var(--white);
    font-size: 3.25rem;
    font-weight: 500;
    line-height: 1.0576923077;
    position: absolute;
    top: 6.875%;
    left: 3.9473684211%;
    z-index: 5
}

.gallery__thumb-swiper {
    position: absolute;
    left: 3.9473684211%;
    bottom: 5%
}

.gallery__thumb-swiper .swiper-slide {
    border: 1px solid var(--white);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem;
    width: 6.25rem;
    height: 6.25rem;
    opacity: .15
}

.gallery__thumb-swiper .swiper-slide picture {
    border-radius: 50%;
    display: block;
    width: calc(100% - .75rem);
    height: calc(100% - .75rem);
    overflow: hidden
}

.gallery__thumb-swiper .swiper-slide picture img {
    width: 100%;
    height: 100%
}

.gallery__thumb-swiper .swiper-slide-thumb-active {
    opacity: 1
}

.swiper-pagination-bullet {
    background-color: var(--white);
    border-radius: 1.875rem;
    width: 1.25rem;
    height: .125rem;
    opacity: .25
}

.swiper-pagination-bullet-active {
    background-color: var(--primary);
    opacity: 1
}

.why-we__header:not(:last-child) {
    margin-bottom: 3.75rem
}

.why-we__title {
    -ms-flex-preferred-size: 26.875rem;
    flex-basis: 26.875rem
}

.why-we__advantages {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(20rem,1fr));
    gap: 1rem
}

.why-we__advantage {
    background-image: url(/assets/css/../images/advantage-bg.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 31.25% auto;
    background-color: #1f1f1f;
    border-radius: .9375rem;
    position: relative;
    padding: 2.5rem 2.5rem 2.1875rem;
    padding: 8.064516129% 8.064516129% 7.0564516129%
}

.why-we__advantage-icon {
    aspect-ratio: 1;
    background-color: var(--white);
    border-radius: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14.4230769231%
}

.why-we__advantage-icon svg {
    width: 50%!important;
    height: auto
}

.why-we__advantage-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5625;
    letter-spacing: .05em;
    padding-top: 37.2596153846%;
    max-width: 18.125rem
}

.info__body {
    background-color: #f5f6f8;
    border-radius: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3.75rem;
    padding: 3.6184210526% 3.9473684211%
}

.info__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.75rem;
    flex: 0 1 33.75rem
}

.info__article {
    max-width: 43.25rem
}

.article__text {
    color: #09090a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625;
    max-height: 17.1875rem;
    opacity: .55;
    overflow: hidden
}

.article__text p+p {
    margin-top: 1.5625rem
}

.article__more {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.article__more:not(:first-child) {
    margin-top: 1.5625rem
}

.article__more span {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.7857142857;
    letter-spacing: .05em
}

.article__more object {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.article--hide .article__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article--open .article__text {
    max-height: none
}

.article--open .article__more svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.feedback {
    background-color: #141414
}

.feedback__header {
    border-bottom: 1px solid #303031;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 2.5rem
}

.feedback__header:not(:last-child) {
    margin-bottom: 2.5rem
}

.feedback__title {
    background-image: -webkit-gradient(linear,left top,right top,from(#383838),to(#1f1f1f));
    background-image: linear-gradient(to right,#383838,#1f1f1f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    font-size: 11.75rem;
    font-weight: 500;
    line-height: .9523809524;
    white-space: nowrap
}

.feedback__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3.75rem
}

.feedback__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 4.375rem;
    max-width: 20.625rem
}

.feedback__contacts-title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.4285714286;
    letter-spacing: .05em;
    opacity: .45;
    max-width: 14.375rem;
    text-transform: uppercase
}

.feedback__contacts-item:not(:last-child) {
    margin: 0 0 1.25rem
}

.feedback__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - .5rem);
    flex: 0 1 calc(50% - .5rem);
    -ms-flex-preferred-size: 47rem;
    flex-basis: 47rem
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem
}

.contact-item__link {
    background-color: #1f1f1f;
    border-radius: .625rem;
    color: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.75rem;
    height: 3.75rem
}

.contact-item__label {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.3636363636;
    white-space: nowrap
}

.footer {
    background-color: #141414;
    color: var(--white);
    padding: 5rem 0;
    position: relative
}

.footer::before {
    background-color: rgba(8,8,8,.3);
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.footer__container {
    position: relative;
    z-index: 2
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem
}

.footer__top:not(:last-child) {
    margin: 0 0 2.5rem
}

.footer__to-top {
    background-color: #1f1f1f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem;
    padding: .625rem .9375rem;
    -webkit-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s
}

.footer__to-top span {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.7857142857;
    letter-spacing: .05em;
    text-transform: uppercase
}

.footer__bottom,.footer__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15rem 15rem 1fr;
    grid-template-columns: 15rem 15rem 1fr;
    -webkit-column-gap: 9rem;
    -moz-column-gap: 9rem;
    column-gap: 9rem
}

.footer__main {
    border-top: 1px solid #303031;
    border-bottom: 1px solid #303031;
    padding: 2.5rem 0
}

.footer__main:not(:last-child) {
    margin: 0 0 1.25rem
}

.footer__contact-info .contact-info__socials:not(:first-child) {
    margin: 5rem 0 0
}

.footer__contact-info,.footer__policy {
    -ms-grid-column-align: end;
    justify-self: end
}

.footer__catalog-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
}

.footer__catalog-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3888888889;
    letter-spacing: .05em;
    text-transform: uppercase
}

.footer__catalog-list {
    padding: .9375rem 0 0
}

.footer__catalog-item:not(:last-child),.footer__menu-item:not(:last-child) {
    margin: 0 0 .9375rem
}

.footer__catalog-link {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.7857142857;
    letter-spacing: .05em;
    text-transform: uppercase
}

.footer__menu-link {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3888888889;
    letter-spacing: .05em;
    text-transform: uppercase
}

.footer__bottom {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.7857142857;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-left: auto
}

.footer__aaccent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
}

.footer__aaccent span {
    text-transform: none
}

@media (min-width:576px) {
    .socials__item:first-child svg {
        width: 1.25rem;
        height: auto
    }

    .socials__item:nth-child(2) svg {
        width: 1.25rem;
        height: auto
    }

    .socials__item:nth-child(3) svg {
        width: 1.4375rem;
        height: auto
    }

    .socials__item:last-child svg {
        width: 1.25rem;
        height: auto
    }

    .footer__catalog-arrow {
        display: none
    }
}

@media (min-width:992px) {
    .faq__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: min(40%,21.875rem) 1fr;
        grid-template-columns: min(40%,21.875rem) 1fr;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 2.1875rem
    }

    .footer__contact-info .contact-info__box {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width:993px) {
    .form__file {
        max-width: 26.25rem
    }
}

@media screen and (min-width:1080.5px) {
    .header._form-show .header__search {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .header__search-block {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        opacity: 0;
        -webkit-transition: opacity .4s ease 0s;
        transition: opacity .4s ease 0s
    }

    .header__search-result {
        background-color: var(--white);
        border: 1px solid #dbdbee;
        border-radius: .625rem;
        color: #09090a;
        padding: .625rem;
        position: absolute;
        top: calc(100% + 1.25rem);
        left: 0;
        width: 100%;
        overflow: hidden
    }

    .header__search-result-category {
        background-color: #f5f6f8;
        border-radius: .625rem;
        padding: 0 .9375rem
    }

    .header__search-result-list {
        padding: 0 .9375rem
    }

    .header__search-result-category,.header__search-result-list {
        min-width: 17.5rem
    }

    .header__search {
        position: relative;
        -webkit-transition: background-color .2s ease 0s,-webkit-flex-basis .8s ease 0s;
        transition: background-color .2s ease 0s,-webkit-flex-basis .8s ease 0s;
        transition: background-color .2s ease 0s,flex-basis .8s ease 0s;
        transition: background-color .2s ease 0s,flex-basis .8s ease 0s,-webkit-flex-basis .8s ease 0s,-ms-flex-preferred-size .8s ease 0s
    }

    .header--black .header__search-block {
        background-color: var(--background-color);
        color: var(--white)
    }
}

@media screen and (min-width:1280px) and (max-height:700px) {
    .popup--consultation .popup__content {
        padding: 1.875rem
    }

    .popup--consultation .popup__header {
        margin-bottom: 1.5625rem
    }

    .popup--consultation .popup__title {
        font-size: 1.5rem
    }

    .popup--consultation .form__input--textarea {
        height: 10rem
    }
}

@media (min-width:1280px) {
    .header._form-show .header__inner-wrapper {
        gap: 0
    }

    .header._form-show .header__main {
        border-left-width: 0;
        border-right-width: 0;
        pointer-events: none;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        width: 0;
        opacity: 0
    }

    .header__inner-wrapper {
        -webkit-transition: gap .8s ease 0s;
        transition: gap .8s ease 0s
    }

    .header__main {
        border: 1px solid #dbdbee;
        border-radius: .75rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: .75rem 0;
        -webkit-transition: flex-grow .8s ease 0s,width .8s ease 0s,opacity .8s ease 0s,background-color .2s ease 0s,-webkit-box-flex .8s ease 0s,-webkit-flex-basis .8s ease 0s;
        transition: flex-grow .8s ease 0s,width .8s ease 0s,opacity .8s ease 0s,background-color .2s ease 0s,-webkit-box-flex .8s ease 0s,-webkit-flex-basis .8s ease 0s;
        transition: flex-grow .8s ease 0s,flex-basis .8s ease 0s,width .8s ease 0s,opacity .8s ease 0s,background-color .2s ease 0s;
        transition: flex-grow .8s ease 0s,flex-basis .8s ease 0s,width .8s ease 0s,opacity .8s ease 0s,background-color .2s ease 0s,-webkit-box-flex .8s ease 0s,-ms-flex-positive .8s ease 0s,-webkit-flex-basis .8s ease 0s,-ms-flex-preferred-size .8s ease 0s
    }

    .header__menu-list {
        margin: 0 0 0 1.5625rem
    }

    .header__menu-item:first-child {
        position: relative
    }

    .header__submenu {
        pointer-events: none;
        padding: 2.1875rem 0 0;
        position: absolute;
        top: 100%;
        left: -1.875rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0,-.625rem,0);
        transform: translate3d(0,-.625rem,0);
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .header__submenu-list {
        background-color: var(--white);
        border-radius: .9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .9375rem;
        padding: 1.5625rem 1.875rem;
        min-width: 20.3125rem
    }

    .header__contact-info {
        border-left: 1px solid #dbdbee;
        margin: 0 1.5625rem 0 0;
        padding: .3125rem 0 .3125rem 1.5625rem
    }

    .header__address,.header__contact-info .socials,.header__mail {
        display: none
    }
}

@media screen and (min-width:1280px) and (any-hover:hover) {
    .header__menu-item:first-child:hover .header__submenu {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .header__menu-item:first-child:hover .header__menu-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media screen and (max-width:1440px) {
    .header__main,.header__menu-list {
        gap: .9375rem
    }

    .header__phone-wrapper {
        padding-left: .9375rem
    }

    .header__button {
        gap: 1.25rem
    }
}

@media (max-width:1280px) {
    .header__main {
        --px: 0;
        background-color: #f5f6f8;
        color: var(--text-color);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 3.75rem;
        padding: 2.5rem var(--px);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 5rem);
        overflow: auto;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: -webkit-transform .3s ease 0s;
        transition: -webkit-transform .3s ease 0s;
        transition: transform .3s ease 0s;
        transition: transform .3s ease 0s,-webkit-transform .3s ease 0s
    }

    .header__main--open {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .header__menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__menu-item {
        -webkit-column-gap: .75rem;
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .header__menu-item:first-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__menu-item--submenu-open .header__menu-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header__menu-label,.header__menu-link,.header__phone {
        font-size: 1.5rem
    }

    .header__menu-arrow svg {
        width: auto;
        height: .5rem
    }

    .header__submenu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .3s ease 0s;
        transition: height .3s ease 0s
    }

    .header__submenu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1.25rem;
        padding: 1.5625rem 0 0
    }

    .header__submenu-link {
        color: inherit;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.7857142857;
        opacity: .45;
        text-transform: uppercase
    }

    .header__contact-info .socials {
        margin: 2.1875rem 0 0
    }

    .header__contact-info .socials__link {
        background-color: var(--white)
    }

    .header__phone {
        font-weight: 500
    }

    .header__address,.header__mail {
        font-weight: 600;
        text-transform: uppercase;
        opacity: .45
    }

    .header__search {
        margin-left: auto
    }

    .header__burger {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header--black .header__main {
        background-color: var(--background-color);
        color: var(--white)
    }
}

@media screen and (max-width:1280px) and (max-width:576px) {
    .header__main {
        --px: 20px
    }
}

@media screen and (max-width:1080px) {
    .header._form-show .header__container {
        gap: 0;
        overflow: hidden
    }

    .header._form-show .header__search-block {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .header._form-show .header__search-button svg:first-child {
        display: none
    }

    .header._form-show .header__search-button svg:last-child {
        display: block
    }

    .header._form-show .header__burger,.header._form-show .header__button {
        pointer-events: none;
        opacity: 0;
        white-space: nowrap;
        overflow: hidden;
        visibility: hidden
    }

    .header._form-show .header__button {
        margin-right: -13.4375rem
    }

    .header._form-show .header__burger {
        margin-right: -3.75rem
    }

    .header._form-show .header__search-button {
        -webkit-transform: translate3d(var(--scrollbar-width,0),0,0);
        transform: translate3d(var(--scrollbar-width,0),0,0)
    }

    .header__container {
        -webkit-transition: gap .5s ease 0s;
        transition: gap .5s ease 0s
    }

    .header__burger,.header__button {
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }

    .header__search {
        border: none;
        padding: 0
    }

    .header__search-button {
        border: 1px solid #dbdbee;
        border-radius: .625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        -webkit-transition: background-color .2s ease 0s,-webkit-transform .2s ease 0s;
        transition: background-color .2s ease 0s,-webkit-transform .2s ease 0s;
        transition: transform .2s ease 0s,background-color .2s ease 0s;
        transition: transform .2s ease 0s,background-color .2s ease 0s,-webkit-transform .2s ease 0s
    }

    .header__search-block {
        background-color: #f5f6f8;
        color: var(--text-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.25rem;
        padding: 2.5rem;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: calc(100% - 5rem);
        -webkit-transform: translate3d(calc(-100% - 5rem),0,0);
        transform: translate3d(calc(-100% - 5rem),0,0);
        -webkit-transition: -webkit-transform .5s ease 0s;
        transition: -webkit-transform .5s ease 0s;
        transition: transform .5s ease 0s;
        transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
    }

    .header__search-form {
        border: 1px solid #dbdbee;
        border-radius: .75rem;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: .9375rem
    }

    .header__search-form input {
        margin-left: .3125rem
    }

    .header__search-result {
        background-color: transparent;
        border: none;
        position: static;
        width: auto;
        height: auto
    }

    .header__search-result-category:not(:last-child) {
        border-bottom: 1px solid #dbdbee
    }

    .header__close-search {
        display: none
    }

    .header--black .header__search-block {
        background-color: var(--background-color);
        color: var(--white)
    }
}

@media (max-width:992px) {
    .form__body,.form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form__footer {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-info__container {
        display: block
    }

    .product-info__gallery {
        margin: 0 auto;
        max-width: 620px
    }

    .product-info__gallery:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .product-info__swiper {
        aspect-ratio: unset;
        height: 26.25rem
    }

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

    .product-info__content {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none
    }

    .product-info__title {
        font-size: 2.125rem;
        max-width: 38.75rem
    }

    .product-info__button {
        max-width: 36.25rem
    }

    .gallery__swiper {
        height: 40.625rem
    }

    .gallery__thumb-swiper .swiper-slide {
        width: 5rem;
        height: 5rem
    }

    .info__body {
        border-radius: .9375rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.5rem
    }

    .info__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .footer__main {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        grid-auto-flow: row;
        row-gap: 1.875rem;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .footer__contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-column-align: stretch;
        justify-self: stretch
    }

    .footer__contact-info .contact-info__socials {
        margin-top: 0
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        row-gap: 1.25rem
    }
}

@media (max-width:768px) {
    .swiper-controls {
        padding: .9375rem
    }

    .swiper-controls .swiper-button-next,.swiper-controls .swiper-button-prev {
        display: none
    }

    .accordion {
        gap: 0
    }

    .header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }

    .header__button {
        display: none
    }

    .product-info__thumb-swiper {
        display: none
    }

    .gallery__swiper {
        height: 31.25rem
    }

    .gallery__swiper .swiper-pagination {
        background-color: rgba(255,255,255,.1);
        border-radius: .3125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .625rem;
        left: 50%;
        bottom: 1.25rem;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
        width: auto
    }

    .gallery__thumb-swiper {
        display: none
    }

    .why-we__advantages {
        margin: 0 auto;
        max-width: 26.25rem
    }

    .feedback__contacts {
        row-gap: 2.5rem
    }

    .feedback__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback__content>* {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .feedback__steps {
        row-gap: 2.8125rem
    }
}

@media (max-width:576px) {
    body {
        padding-top: 4.0625rem
    }

    .section__title {
        line-height: 1.25
    }

    .section__header:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .swiper-controls {
        padding: .625rem .375rem
    }

    .swiper-controls .swiper-pagination-bullet {
        width: 1.875rem;
        height: .1875rem
    }

    .cookies {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .9375rem;
        left: .9375rem;
        width: auto;
        padding: .9375rem
    }

    .cookies__text {
        text-align: center
    }

    .cookies__button {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .button {
        padding: .78125rem 1.25rem
    }

    .button__text {
        font-size: .75rem
    }

    .button__arrow {
        width: .5rem;
        height: .5rem
    }

    .breadcrumbs__link {
        font-size: .75rem
    }

    .form__body {
        gap: .625rem
    }

    .form__body:not(:last-child) {
        margin-bottom: .625rem
    }

    .form__footer {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 1.5625rem
    }

    .form__field {
        border-radius: .5rem
    }

    .form__input {
        font-size: .75rem;
        line-height: 1.25;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .form__input--textarea {
        height: 8.75rem
    }

    .form__file-doc,.form__file-label {
        gap: .5rem
    }

    .form__file-doc span,.form__file-label span {
        font-size: .75rem;
        line-height: 1.4285714286
    }

    .form__file-doc .close,.form__file-label .icon {
        width: 1.5625rem;
        height: 1.5625rem
    }

    .form__file-doc .close::after,.form__file-doc .close::before,.form__file-label .icon::after,.form__file-label .icon::before {
        left: .46875rem;
        width: .625rem
    }

    .popup__container {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .popup__content {
        padding: 1.5625rem 1.5625rem 1.25rem;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .popup__close {
        top: auto;
        right: 0;
        bottom: calc(100% + .9375rem)
    }

    .popup__close::after,.popup__close::before {
        background-color: var(--white)
    }

    .popup__header:not(:last-child) {
        margin-bottom: .9375rem
    }

    .popup__title {
        font-size: 1.5rem;
        line-height: 1.25
    }

    .popup__subtitle {
        font-size: .875rem;
        line-height: 1.7142857143
    }

    .popup .form__field:not(:last-child) {
        margin-bottom: .625rem
    }

    .popup .form__agreement {
        font-size: .75rem;
        line-height: 1.6666666667;
        margin-top: 1.5625rem
    }

    .popup__characteristic-item:not(:last-child) {
        margin-bottom: .625rem
    }

    .popup--filter .popup__header:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .popup--open .popup__content {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .accordion__col:first-child {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .accordion__col:last-child {
        padding: 0;
        width: 0
    }

    .accordion__header {
        font-size: 1rem;
        line-height: 1.25;
        padding: .9375rem
    }

    .accordion__body {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }

    .accordion__button {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 1.25rem;
        height: 1.25rem
    }

    .accordion__text {
        font-size: .875rem;
        line-height: 1.4285714286;
        padding: 1.25rem 0
    }

    .accordion__text p+p {
        margin-top: .9375rem
    }

    .logo {
        gap: .5625rem
    }

    .logo__title {
        font-size: 1.625rem
    }

    .logo__desc {
        font-size: .6875rem
    }

    .contact-info__item {
        font-size: .75rem;
        line-height: 1.25
    }

    .contact-info__phone {
        font-size: 1.125rem;
        line-height: 1.3888888889
    }

    .socials__link {
        border-radius: .5rem;
        width: 2.8125rem;
        height: 2.8125rem
    }

    .header {
        padding: .9375rem 0
    }

    .header._form-show .header__burger {
        margin-right: -2.8125rem
    }

    .header__main {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        height: calc(100% - 4.0625rem)
    }

    .header__menu-label,.header__menu-link,.header__phone {
        font-size: 1.125rem
    }

    .header__submenu-list {
        gap: 1.25rem;
        padding-top: 1.25rem
    }

    .header__submenu-link {
        font-size: .875rem
    }

    .header__address,.header__mail {
        font-size: .75rem
    }

    .header__contact-info .socials {
        margin-top: 1.5625rem
    }

    .header__search {
        -ms-flex-preferred-size: 2.8125rem;
        flex-basis: 2.8125rem
    }

    .header__search-button svg {
        width: .9375rem;
        height: .9375rem
    }

    .header__search-block {
        gap: .625rem;
        padding: 1.25rem;
        height: calc(100% - 4.0625rem)
    }

    .header__search-form input {
        font-size: .875rem
    }

    .header .search-result-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr
    }

    .header .search-result-item__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        width: 3.125rem;
        height: 3.125rem
    }

    .header .search-result-item__title {
        font-size: 1rem;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }

    .header .search-result-item__price {
        font-size: .75rem;
        padding: .3125rem .5rem
    }

    .header .search-result-item__amount {
        font-size: .875rem
    }

    .header .search-result-item__amount,.header .search-result-item__price {
        justify-self: flex-start
    }

    .header__burger {
        width: 2.8125rem;
        height: 2.8125rem
    }

    .header__burger span,.header__burger::after,.header__burger::before {
        height: .125rem;
        width: 1.3125rem
    }

    .header__burger span {
        top: calc(50% - 1px)
    }

    .header__burger::before {
        top: 1.03125rem
    }

    .header__burger::after {
        bottom: 1.03125rem
    }

    .header__burger--open:before {
        -webkit-transform: translate(0,5px) rotate(45deg);
        -ms-transform: translate(0,5px) rotate(45deg);
        transform: translate(0,5px) rotate(45deg)
    }

    .header__burger--open:after {
        -webkit-transform: translate(0,-5px) rotate(-45deg);
        -ms-transform: translate(0,-5px) rotate(-45deg);
        transform: translate(0,-5px) rotate(-45deg)
    }

    .product-info {
        padding: 3.75rem 0 2.5rem
    }

    .product-info__container {
        gap: 1.5625rem
    }

    .product-info__breadcrumbs {
        bottom: calc(100% + 1.5625rem)
    }

    .product-info__gallery {
        margin-left: calc(-1 * var(--container-padding));
        margin-right: calc(-1 * var(--container-padding))
    }

    .product-info__gallery:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .product-info__swiper {
        border-radius: 0;
        padding-left: var(--container-padding);
        padding-right: var(--container-padding);
        height: auto
    }

    .product-info__swiper .swiper-slide {
        aspect-ratio: 1;
        border-radius: .625rem;
        overflow: hidden;
        max-height: 22.5rem
    }

    .product-info__header:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .product-info__title {
        font-size: 1.75rem;
        line-height: 1.25
    }

    .product-info__title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .product-info__desc {
        font-size: .875rem;
        line-height: 1.4285714286
    }

    .product-info__characteristics:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .product-info__characteristics-title {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25
    }

    .product-info__characteristics-title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .product-info__characteristic {
        font-size: .875rem;
        line-height: 1.4285714286
    }

    .product-info__series:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .product-info__series-title {
        font-size: 1rem;
        line-height: 1.25
    }

    .product-info__series-title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .product-info__series-list {
        gap: .3125rem
    }

    .product-info__series-link {
        font-size: .875rem;
        line-height: 1.4285714286;
        padding: .78125rem .9375rem
    }

    .gallery__swiper-title {
        line-height: 1.25
    }

    .gallery__swiper {
        border-radius: .9375rem
    }

    .gallery__swiper-title {
        top: 1.25rem;
        left: 1.25rem
    }

    .swiper-pagination-bullet {
        width: 1.875rem;
        height: .1875rem
    }

    .why-we__advantages {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .why-we__advantage {
        background-size: 24.7058823529% auto;
        padding: 1.25rem
    }

    .why-we__advantage-icon {
        width: 3.125rem;
        height: 3.125rem
    }

    .why-we__advantage-name {
        font-size: .875rem;
        line-height: 1.4285714286;
        padding-top: 20%
    }

    .info__body {
        gap: 1.25rem;
        padding: 1.25rem
    }

    .article__text {
        font-size: .875rem;
        line-height: 1.4285714286;
        max-height: 14.6875rem
    }

    .article__text p+p {
        margin-top: .9375rem
    }

    .article__more:not(:first-child) {
        margin-top: 1.25rem
    }

    .feedback__header {
        padding-bottom: 1.25rem
    }

    .feedback__header:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .feedback__title {
        white-space: normal
    }

    .feedback__content {
        gap: 1.875rem
    }

    .feedback__contacts {
        row-gap: 1.25rem
    }

    .feedback__contacts-title {
        font-size: .75rem;
        line-height: 1.6666666667
    }

    .feedback__contacts-item:not(:last-child) {
        margin-bottom: .9375rem
    }

    .feedback__steps {
        row-gap: 1.25rem
    }

    .feedback__steps-title {
        font-size: .75rem;
        line-height: 1.6666666667
    }

    .contact-item {
        gap: .9375rem
    }

    .contact-item__link {
        border-radius: .5rem;
        font-size: 1.125rem;
        line-height: 1.6666666667;
        width: 2.8125rem;
        height: 2.8125rem
    }

    .contact-item__label {
        font-size: 1rem;
        line-height: 1.5625
    }

    .footer {
        padding: 2.1875rem 0 1.25rem
    }

    .footer__main:not(:last-child),.footer__top:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .footer__to-top {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .footer__to-top span {
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.6666666667;
        letter-spacing: .05em;
        text-transform: uppercase
    }

    .footer__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 1.5625rem;
        padding: 1.5625rem 0
    }

    .footer__catalog-title {
        opacity: 1
    }

    .footer__catalog-body {
        height: 0;
        overflow: hidden
    }

    .footer__catalog-list {
        padding-top: 1.25rem;
        opacity: .45
    }

    .footer__menu-item:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .footer__contact-info {
        display: block;
        margin: 2.1875rem 0 0
    }

    .footer__contact-info .contact-info__socials {
        margin-top: 2.5rem
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: .9375rem
    }
}

@media screen and (max-width:576px) {
    .container {
        --container-padding: 20px
    }

    .section {
        --py: 80px
    }

    .section__title {
        font-size: 28px
    }

    .gallery__swiper-title {
        font-size: 28px
    }

    .feedback__title {
        font-size: 48px
    }

    .footer__bottom,.footer__main {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

@media screen and (max-width:379px) {
    .logo__desc {
        display: none
    }
}

@media screen and (max-width:1680px) and (min-width:576px) {
    .container {
        --container-padding: calc(20px + 60 * (100vw - 576px) / (1680 - 576))
    }

    .section {
        --py: calc(80px + 100 * (100vw - 576px) / (1680 - 576))
    }

    .section__title {
        font-size: calc(28px + 24 * (100vw - 576px)/ (1680 - 576))
    }

    .gallery__swiper-title {
        font-size: calc(28px + 24 * (100vw - 576px)/ (1680 - 576))
    }

    .feedback__title {
        font-size: calc(48px + 140 * (100vw - 576px)/ (1680 - 576))
    }

    .footer__bottom,.footer__main {
        -webkit-column-gap: calc(60px + 80 * (100vw - 576px)/ (1680 - 576));
        -moz-column-gap: calc(60px + 80 * (100vw - 576px)/ (1680 - 576));
        column-gap: calc(60px + 80 * (100vw - 576px)/ (1680 - 576))
    }
}

@media screen and (max-width:1280px) and (max-width:1680px) and (min-width:576px) {
    .header__main {
        --px: calc(20px + 60 * (100vw - 576px) / (1680 - 576))
    }
}

@media screen and (min-width:1080.5px) and (max-width:1280px) {
    .header__search-result-category {
        padding: 0 .625rem
    }

    .header .search-result-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        padding: .625rem 0
    }

    .header .search-result-item__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        width: 3.4375rem;
        height: 3.4375rem
    }

    .header .search-result-item__title {
        font-size: 1rem;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
    }

    .header .search-result-item__amount {
        font-size: .875rem
    }

    .header .search-result-item__price {
        padding: .5rem .75rem
    }

    .header .search-result-item__amount,.header .search-result-item__price {
        justify-self: flex-start
    }
}

@media screen and (any-hover:hover) {
    .swiper-controls .swiper-button-next:hover,.swiper-controls .swiper-button-prev:hover {
        color: var(--primary)
    }

    .button--primary:hover {
        background-color: #01609b
    }

    .popup__close:hover::after,.popup__close:hover::before {
        background-color: var(--primary);
        opacity: 1
    }

    .accordion__title:hover {
        color: var(--primary)
    }

    .accordion__button:hover::after,.accordion__button:hover::before {
        background-color: var(--primary)
    }

    .header__menu-link:hover,.header__phone:hover {
        opacity: .65
    }

    .header__menu-link:hover+.header__menu-arrow,.header__phone:hover+.header__menu-arrow {
        opacity: .65
    }

    .header__submenu-link:hover {
        color: var(--primary)
    }

    .header--black .header__search:hover {
        border-color: var(--white)
    }

    .header--black .header__button:hover {
        background-color: rgba(255,255,255,.85)
    }

    .product-info__series-item:hover:not(.product-info__series-item--active) {
        color: var(--primary)
    }

    .article__more:hover {
        color: var(--primary)
    }

    .footer__to-top:hover {
        opacity: 1
    }
}
/* End */
/* /assets/css/single-product.min.css?173346829780058 */
