@font-face {
    font-family: Montserrat;
    src: url(/fonts/Montserrat-Light.ttf) format("ttf"), url(/fonts/Montserrat-Light.eot) format("eot"), url(/fonts/Montserrat-Light.woff) format("woff"), url(/fonts/Montserrat-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

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

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

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

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

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

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

*, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

a, body, div, form, h1, h2, h3, h4, h5, li, p, ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1
}

button, input, textarea {
    outline: 0 !important;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
    font-family: inherit
}

input:active, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus, input[type=text]:focus {
    outline: 0 !important
}

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

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

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

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

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

html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto
}

circle, path, rect, svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus, a:hover {
    text-decoration: none
}

li, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

i {
    line-height: 100%
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: inherit;
    font-size: 1em
}

.swiper-button-next, .swiper-button-prev {
    z-index: 2
}

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

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html.fixed-body {
    overflow-y: hidden
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.m-page {
    width: calc(100vw - (100vw - 100%));
    overflow-x: hidden;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: calc(1450px * (16 / 1450))
}

@media screen and (max-width: 1450px) {
    .m-page {
        font-size: calc(100vw * (16 / 1450))
    }
}

.m-page.fixed-body, .m-page.fixed-body2 {
    overflow-y: hidden;
    padding-right: var(--scrollWidth)
}

.container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    padding: 0 6.25em
}

a:hover {
    color: #0369ae
}

@media screen and (max-width: 992px) {
    .m-page {
        font-size: calc(100vw * (16 / 768))
    }

    .container {
        padding: 0 1.875em
    }
}

@media screen and (max-width: 576px) {
    .m-page {
        font-size: calc(100vw * (16 / 380))
    }
}

.text-center {
    text-align: center
}

.caps-text {
    text-transform: uppercase
}

.underline-text {
    text-decoration: underline
}

.text20 {
    font-size: 1.25em;
    line-height: 120%
}

.m-h1 {
    font-size: 1.75em;
    line-height: 123%;
    font-weight: 600
}

.m-h2 {
    font-size: 1.625em;
    line-height: 123%;
    font-weight: 600
}

.text19 {
    font-size: 1.1875em;
    line-height: 120%
}

.text18 {
    font-size: 1.125em;
    line-height: 120%
}

.text17 {
    font-size: 1.0625em;
    line-height: 120%
}

.text16 {
    font-size: 1em;
    line-height: 150%
}

.text15 {
    font-size: .9375em;
    line-height: 120%
}

.text14 {
    font-size: .875em;
    line-height: 120%
}

.text13 {
    font-size: .8125em;
    line-height: 120%
}

.text12 {
    font-size: .75em;
    line-height: 120%
}

.text11 {
    font-size: .6875em;
    line-height: 120%
}

.text10 {
    font-size: .625em;
    line-height: 120%
}

.extra-bold-text {
    font-weight: 800
}

.bold-text {
    font-weight: 700
}

.semi-bold-text {
    font-weight: 600
}

.medium-text {
    font-weight: 500
}

.regular-text {
    font-weight: 400
}

.light-text {
    font-weight: 300
}

.red-text {
    color: #e81d3e
}

@media screen and (max-width: 992px) {
    .m-h1-tablet {
        font-size: 1.25em;
        line-height: 100%
    }
}

.m-btn {
    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-transition: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
    padding: 0 2.25em;
    height: 2.625em;
    border-radius: .3125em;
    font-weight: 700
}

.m-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.m-btn-small {
    height: 1.8125em
}

.m-btn-red {
    color: #fff;
    background-color: #e81d3e
}

.m-btn-red:hover {
    color: #fff;
    background-color: #bf132f
}

.m-btn-gray {
    color: #fff;
    background-color: #929292
}

.m-btn-gray:hover {
    color: #fff;
    background-color: #797979
}

.m-btn-blue {
    color: #fff;
    background-color: #0369ae
}

.m-btn-blue:hover {
    color: #fff;
    background-color: #024b7c
}

.m-select select {
    width: 100%;
    height: 2.75em;
    font-size: .75em;
    color: #929292;
    border-radius: .41em;
    border: 1px solid #0369ae;
    background-color: #fff;
    padding-left: .8em;
    font-family: Montserrat, sans-serif;
    background-image: url(/images/select-arrow.svg);
    background-size: 1.25em auto;
    background-position: right .83em center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.m-select select::-ms-expand {
    display: none
}

.m-select select:focus {
    color: #000
}

.m-select .nice-select {
    font-size: 1em;
    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;
    white-space: nowrap;
    height: 2.0625em;
    width: 100%;
    padding: 0 .625em 0 .5em;
    color: #929292;
    border-radius: .3125em;
    border: 1px solid #0369ae
}

.m-select .nice-select.disabled {
    pointer-events: none;
    background: #f6f6f6 !important
}

.m-select .nice-select.disabled .current {
    opacity: .4
}

.m-select .nice-select:before {
    content: '';
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: .9375em;
    height: .93775em;
    background-image: url(/images/select-arrow.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .25em;
    z-index: 5
}

.m-select .nice-select.open {
    border-color: transparent;
    z-index: 10
}

.m-select .nice-select .current {
    font-size: .75em;
    line-height: 120%;
    position: relative;
    z-index: 6
}

.m-select .nice-select .list {
    border: 1px solid #0369ae;
    top: 0;
    left: -1px;
    margin-top: -1px;
    width: calc(100% + 2px);
    padding: 1.875em .25em .25em;
    border-radius: .3125em;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: auto;
    max-height: 17em;
    z-index: 5;
    display: grid;
    grid-template-columns: 100%;
    gap: .125em
}

.m-select .nice-select .option {
    font-size: .75em;
    line-height: 130%;
    border-radius: .41em;
    padding: .25em .75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b2b2b;
    border: none
}

.m-select .nice-select .option:last-child {
    border-bottom: none
}

.m-select .nice-select .option.disabled {
    display: none
}

.m-select .nice-select .option.focus, .m-select .nice-select .option.selected.focus, .m-select .nice-select .option:hover {
    background-color: #0369ae;
    border-color: #0369ae;
    font-weight: 400;
    color: #fff
}

.m-select._is-selected .nice-select {
    color: #000
}

.fg {
    position: relative;
    margin: 0;
    background-image: url(/images/line2.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0 0
}

.fg:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(46.44%, #d61e38), color-stop(68.96%, #d61e38), to(rgba(214, 30, 56, 0)));
    background: -o-linear-gradient(left, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%);
    background: linear-gradient(90deg, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%)
}

.fg input, .fg textarea {
    font-weight: 300;
    border-radius: 0;
    border: none;
    padding: 0 3.19em;
    height: 2.6em;
    width: 100%;
    font-size: 1em;
    background-color: transparent;
    color: #000
}

.fg input::-webkit-input-placeholder, .fg textarea::-webkit-input-placeholder {
    color: #000
}

.fg input::-moz-placeholder, .fg textarea::-moz-placeholder {
    color: #000
}

.fg input:-ms-input-placeholder, .fg textarea:-ms-input-placeholder {
    color: #000
}

.fg input::-ms-input-placeholder, .fg textarea::-ms-input-placeholder {
    color: #000
}

.fg input::placeholder, .fg textarea::placeholder {
    color: #000
}

.fg input:focus, .fg textarea:focus {
    border-color: #0369ae
}

.fg textarea {
    padding-top: 1.19em;
    padding-bottom: 1.19em;
    height: 13.0625em;
    resize: vertical
}

.fg__field {
    position: relative
}

.fg .invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.fg._error input, .fg._error textarea {
    border-color: #e81d3e;
    color: #e81d3e
}

.fg._error input::-webkit-input-placeholder, .fg._error textarea::-webkit-input-placeholder {
    color: #e81d3e
}

.fg._error input::-moz-placeholder, .fg._error textarea::-moz-placeholder {
    color: #e81d3e
}

.fg._error input:-ms-input-placeholder, .fg._error textarea:-ms-input-placeholder {
    color: #e81d3e
}

.fg._error input::-ms-input-placeholder, .fg._error textarea::-ms-input-placeholder {
    color: #e81d3e
}

.fg._error input::placeholder, .fg._error textarea::placeholder {
    color: #e81d3e
}

.fg._error .fg__error-text {
    display: block
}

.fg__error-text {
    margin-top: .375em;
    color: #e81d3e;
    display: none
}

.pagination {
    margin-top: 3.75em
}

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

.pagination__item {
    height: 3.625em;
    min-width: 3.625em;
    padding: 0 1.25em;
    border-radius: .25em;
    border: 1px solid #000;
    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;
    margin: 0 .3125em;
    font-weight: 500
}

.pagination__item svg {
    width: 1.0625em;
    height: auto
}

.pagination__item._active {
    pointer-events: none
}

.pagination__item._active, .pagination__item:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.pagination__item._active path, .pagination__item:hover path {
    fill: #fff
}

.pagination__item._btn {
    padding: 0 1.5em
}

@media screen and (max-width: 992px) {
    .pagination {
        margin-top: 1.875em
    }
}

@media screen and (max-width: 576px) {
    .m-h1 {
        font-size: 1.25em
    }

    .m-h2 {
        font-size: 1.125em
    }

    .text20-tablet {
        font-size: 1.25em
    }

    .text19-tablet {
        font-size: 1.1875em
    }

    .text18-tablet {
        font-size: 1.125em
    }

    .text17-tablet {
        font-size: 1.0625em
    }

    .text16-tablet {
        font-size: 1em
    }

    .text15-tablet {
        font-size: .9375em
    }

    .text14-tablet {
        font-size: .875em
    }

    .text13-tablet {
        font-size: .8125em
    }

    .text12-tablet {
        font-size: .75em
    }

    .text11-tablet {
        font-size: .6875em
    }

    .text10-tablet {
        font-size: .625em
    }

    .pagination {
        margin-top: 1.56em
    }

    .pagination ._hide-tablet {
        display: none
    }

    .pagination ._btn {
        width: 2.8125em;
        padding: 0
    }

    .pagination__item {
        height: 2.8125em;
        min-width: 2.8125em;
        padding: 0 .875em
    }

    .pagination__item span {
        font-size: .875em
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab {
    height: 3.5625em;
    padding: 0 1.56em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tab:not(:last-child) {
    margin: 0 .94em 0 0
}

.tab:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #e81d3e;
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.tab span {
    font-size: .875em;
    line-height: 120%
}

.tab:hover {
    background: #fbfbfb;
    cursor: pointer
}

.tab._active {
    background: #fbfbfb;
    pointer-events: none
}

.tab._active:before {
    opacity: 1
}

.m-tab-content {
    display: none
}

.m-tab-content._active {
    display: block
}

.grid {
    display: grid;
    gap: 1.25em;
    grid-template-columns: 100%
}

.grid2 {
    grid-template-columns: repeat(2, calc(50% - .5em))
}

.grid3 {
    grid-template-columns: repeat(3, calc(100% / 3 - 2.5em / 3))
}

.grid4, .grid5 {
    grid-template-columns: repeat(4, calc(25% - 3.75em / 4))
}

@media screen and (max-width: 992px) {
    .grid-tablet {
        grid-template-columns: 100%
    }

    .grid-tablet2 {
        grid-template-columns: repeat(2, calc(50% - .625em))
    }
}

._flex, ._flex-between, ._flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._flex-between._start, ._flex-center._start, ._flex._start {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

._flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

._flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._mt48 {
    margin-top: 3em
}

._mt32 {
    margin-top: 2em
}

._mt24 {
    margin-top: 1.5em
}

._scale-img {
    overflow: hidden
}

._scale-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

._scale-img img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.m-backdrop {
    position: relative
}

.m-backdrop:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .12);
    pointer-events: none;
    border-radius: inherit
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials__item {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #1a1a1a;
    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
}

.socials__item:not(:last-child) {
    margin: 0 .75em 0 0
}

.socials__item:hover path {
    fill-opacity: 1
}

.socials__item:hover path:not(._not-fill) {
    fill: #fff
}

.compare-btn, .favourite-btn {
    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
}

.compare-btn svg, .favourite-btn svg {
    width: 100%;
    height: auto
}

.favourite-btn {
    width: 1.4375em
}

.favourite-btn:hover path {
    opacity: 1
}

.favourite-btn._added path {
    opacity: 1;
    stroke: #e81d3e;
    fill: #e81d3e
}

.compare-btn {
    width: 1.5em
}

.compare-btn._added g, .compare-btn:hover g {
    opacity: 1
}

.compare-btn._added line {
    stroke: #e81d3e
}

.qa-card {
    padding: 1.25em 2.5em;
    border-radius: 1.25em;
    background: #fff
}

.qa-card._active .qa-card__btn img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.qa-card__show {
    cursor: pointer;
    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;
    min-height: 6.25em
}

.qa-card__btn {
    margin-left: 1em;
    width: 2.5em;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.qa-card__btn img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%
}

.qa-card__hidden {
    margin-top: -.625em;
    padding-top: 1.25em;
    display: none;
    border-top: 1px solid #e3e3e3
}

.breadcrumbs {
    margin-top: 60px
}

.breadcrumbs__item {
    font-size: 16px;
    line-height: 110%;
    position: relative;
    font-weight: 400;
    display: inline
}

.breadcrumbs__item:last-child {
    font-weight: 600
}

.breadcrumbs__item:not(:first-child) {
    margin-left: 24px
}

.breadcrumbs__item:not(:first-child):before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 3.51px;
    height: 3.51px;
    background-color: #e81d3e;
    border-radius: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    right: 100%;
    margin-right: 10px
}

.modal .btn-close {
    position: absolute;
    top: 1em;
    right: 1em
}

.modal-dialog {
    max-width: 61.125em;
    border: none
}

.modal-content {
    border-radius: .625em;
    padding: 3.5em 5.875em 2.5em;
    border: none;
    -webkit-box-shadow: .3125em .3125em .3125em rgba(0, 0, 0, .25);
    box-shadow: .3125em .3125em .3125em rgba(0, 0, 0, .25)
}

.req-modal__inner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.req-modal__logo {
    width: 12.75em
}

.req-modal__text {
    margin-top: 1.8em;
    display: grid;
    grid-template-columns: 100%;
    gap: .125em
}

.req-modal__title {
    font-size: 1.75em;
    line-height: 107%
}

.req-modal__desc {
    font-size: 1.125em;
    line-height: 167%
}

.req-form {
    width: 32.875em;
    max-width: 100%;
    margin-top: 1.71em
}

.req-form__fields {
    display: grid;
    grid-template-columns: 100%;
    gap: 2.4em
}

.req-form__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 2.4em
}

.req-form .search-filter__btn {
    width: 11.34em
}

@media screen and (max-width: 992px) {
    .modal-content {
        padding: 2em 1em
    }

    .req-modal__logo {
        width: 9em
    }

    .req-modal__text {
        font-size: .875em
    }

    .req-form__fields {
        gap: 1.5em
    }

    .req-form__nav {
        margin-top: 1.5em
    }
}

.header {
    padding-top: 3.375em;
    position: relative
}

.header__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 99em;
    z-index: -1
}

.header__bg img {
    width: 100%;
    display: block
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16em
}

.header__logo img {
    width: 100%;
    display: block
}

.header__info {
    padding-top: .3125em
}

.header__title {
    font-size: 2.125em;
    line-height: 83%;
    font-family: Orbitron, sans-serif
}

.header__title img {
    width: .82em;
    margin: 0 .0625em 0 .125em
}

.header__desc {
    text-align: right;
    font-size: 1.125em;
    line-height: 167%;
    font-weight: 500
}

@media screen and (max-width: 992px) {
    .header {
        padding-top: 1.625em
    }

    .header__logo {
        width: 10.0625em
    }

    .header__info {
        display: none
    }

    .header__bg {
        width: 30em
    }
}

@media screen and (max-width: 576px) {
    .grid-mob {
        grid-template-columns: 100%
    }

    .header__bg {
        width: 21.625em
    }
}

.text {
    line-height: 150%
}

.text._lh130 li, .text._lh130 p {
    line-height: 130%
}

.text._lh130 p:not(:last-child) {
    margin: 0 0 1.25em
}

.text li, .text p, .text td {
    font-size: 1.25em;
    line-height: 150%
}

.text li {
    line-height: 120%
}

.text ol:not(:last-child), .text p:not(:last-child), .text ul:not(:last-child) {
    margin: 0 0 1.5em
}

.text ol {
    counter-reset: list
}

.text ol li {
    counter-increment: list
}

.text ol li:before {
    content: counter(list) ". "
}

.text ul {
    display: grid;
    grid-template-columns: 100%;
    gap: .75em;
    font-weight: 500
}

.text ul li {
    position: relative;
    padding-left: 1.35em
}

.text ul li:before {
    content: '';
    position: absolute;
    top: .2em;
    left: 0;
    width: .75em;
    height: .75em;
    background-color: #e81d3e
}

.text table {
    width: 100%;
    border-collapse: collapse;
    margin: -1em 0 2.25em
}

.text table:last-child {
    margin-bottom: 0
}

.text table:first-child {
    margin-top: 0
}

.text td {
    border: 1px solid #929292;
    min-height: 4.25em;
    padding: .25em 1.25em
}

@media screen and (max-width: 992px) {
    .text {
        line-height: 137%
    }

    .text p {
        font-size: 1em;
        line-height: 137%
    }

    .text p:not(:last-child) {
        margin: 0 0 1.25em
    }

    .text li, .text td {
        font-size: 1em;
        line-height: 125%
    }

    .text ul li {
        padding-left: .875em
    }

    .text ul li:before {
        width: .5em;
        height: .5em;
        top: .375em
    }

    .text table {
        margin-top: -.5em;
        margin-bottom: 1.25em
    }

    .text td {
        padding: 1.25em .875em
    }
}

.slider {
    position: relative
}

.slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slider .swiper-slide {
    height: auto
}

.slider .swiper-button {
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider .swiper-button-prev {
    left: -1.75em
}

.slider .swiper-button-next {
    right: -1.75em
}

.slider__wrap {
    overflow: hidden
}

.swiper-button {
    width: 1.6875em;
    height: auto;
    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
}

.swiper-button svg {
    width: 100%
}

.swiper-button:hover path {
    stroke: #e81d3e
}

.swiper-pagination {
    position: static;
    margin-top: 1.5em;
    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
}

.swiper-pagination-bullet {
    width: .5em;
    height: .5em;
    opacity: 1;
    background-color: #d9d9d9;
    margin: 0 .25em !important
}

.swiper-pagination-bullet-active {
    background-color: #a6a6a6
}

.main__bottom {
    margin-top: 2.5em
}

.main__hint {
    font-size: 1.25em;
    line-height: 150%
}

.main__hint b {
    font-weight: 600
}

.catalog {
    margin-top: 2em;
    padding-bottom: 4em
}

.catalog .m-tabs {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3))
}

.catalog .m-tab {
    height: 3.125em;
    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;
    font-weight: 700;
    color: #e81d3e;
    opacity: .5;
    position: relative;
    cursor: pointer
}

.catalog .m-tab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .125em;
    background: -webkit-gradient(linear, left top, right top, color-stop(46.44%, #d61e38), color-stop(61.89%, #d61e38), color-stop(90.21%, rgba(214, 30, 56, 0)));
    background: -o-linear-gradient(left, #d61e38 46.44%, #d61e38 61.89%, rgba(214, 30, 56, 0) 90.21%);
    background: linear-gradient(90deg, #d61e38 46.44%, #d61e38 61.89%, rgba(214, 30, 56, 0) 90.21%)
}

.catalog .m-tab._active {
    opacity: 1
}

.catalog .m-tab._active img {
    display: block
}

.catalog .m-tab span {
    font-size: 1.375em;
    line-height: 136%;
    letter-spacing: .03em
}

.catalog .m-tab img {
    width: 1.25em;
    margin-top: -.5em;
    margin-left: .125em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
    cursor: pointer
}

.catalog .m-tab-content {
    margin-top: 2.375em
}

.hint {
    z-index: 3;
    position: relative
}

.hint:hover .hint__tooltip {
    opacity: 1;
    pointer-events: unset
}

.hint__tooltip {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 99%;
    padding-bottom: 1.25em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint__inner {
    border-radius: .3125em;
    border: 1px solid #006cb3;
    background: #fff;
    padding: .25em 1em;
    text-align: center;
    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;
    width: 20.625em;
    min-height: 4.0625em;
    font-weight: 400
}

.hint__text {
    font-size: 1em;
    line-height: 113%;
    color: #000
}

@media screen and (max-width: 992px) {
    .slider .swiper-button-prev {
        left: -1.5em
    }

    .slider .swiper-button-next {
        right: -1.5em
    }

    .swiper-button {
        width: 1em
    }

    .main__bottom {
        margin-top: 1em
    }

    .main__hint {
        font-size: .75em;
        line-height: 133%
    }

    .catalog {
        margin-top: 1.5em;
        padding-bottom: 2em
    }

    .catalog .m-tab {
        height: 1.75em;
        text-align: center
    }

    .catalog .m-tab:before {
        height: 1px
    }

    .catalog .m-tab span {
        font-size: 1em;
        line-height: 100%;
        letter-spacing: unset
    }

    .catalog .m-tab img {
        width: .5em;
        margin-top: -.125em
    }

    .catalog .m-tab-content {
        margin-top: 1.5em
    }

    .hint__tooltip {
        font-size: .5em
    }
}

@media screen and (max-width: 576px) {
    .swiper-pagination {
        margin-top: .5em
    }

    .catalog .m-tab {
        padding: 0 .5em
    }

    .catalog .m-tab span {
        font-size: .625em
    }

    .catalog .m-tab img {
        margin-left: 0;
        margin-top: -1em
    }

    .catalog .m-tab:first-child .hint__tooltip {
        left: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .catalog .m-tab:last-child:not(:first-child) .hint__tooltip {
        left: unset;
        right: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }
}

.advantages-slider {
    margin: 1.25em auto 0;
    width: 45em;
    max-width: 100%
}

.advantages-slider .slider__wrap {
    overflow: unset
}

.advantages-slider .swiper-slide {
    width: calc(100% / 6)
}

.advantages-slider .swiper-nav {
    display: none
}

.advantages-slider__item {
    position: relative
}

.advantages-slider__item:hover img {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em)
}

.advantages-slider__item:hover .advantages-slider__item-text {
    opacity: 1
}

.advantages-slider__item img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 5.0625em;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.advantages-slider__item-text {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: -16.5%;
    width: 133%;
    padding: .25em;
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.advantages-slider__item-title {
    font-size: .6875em;
    line-height: 127%;
    font-weight: 600
}

.catalog-items, .cosmetic__wrap {
    position: relative;
    padding: 0 1.875em 1.56em
}

@media screen and (min-width: 993px) {
    .catalog-items:after, .catalog-items:before, .cosmetic__wrap:after, .cosmetic__wrap:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0
    }

    .catalog-items:before, .cosmetic__wrap:before {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(46.44%, #d61e38), color-stop(68.96%, #d61e38), color-stop(90.47%, rgba(214, 30, 56, 0)));
        background: -o-linear-gradient(bottom, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 90.47%);
        background: linear-gradient(0deg, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 90.47%);
        width: .125em;
        height: 33em
    }

    .catalog-items:after, .cosmetic__wrap:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(46.44%, #d61e38), color-stop(68.96%, #d61e38), to(rgba(214, 30, 56, 0)));
        background: -o-linear-gradient(left, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%);
        background: linear-gradient(90deg, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%);
        width: 100%;
        height: .125em
    }

    .cosmetic2 .cosmetic__grid {
        grid-template-columns: 36.3125em calc(100% - 36.3125em - 2.125em);
        gap: 2.125em
    }

    .cosmetic2 .text p:not(:last-child) {
        margin: 0 0 .875em
    }
}

.catalog-items {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .9375em));
    gap: 1.875em
}

.catalog-card__top {
    border-radius: .625em;
    border: 1px solid #ccc9c9;
    min-height: 34.0625em;
    position: relative
}

.catalog-card__head {
    padding: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .625em .625em 0 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f5f5f5)), #d9d9d9;
    background: -o-linear-gradient(bottom, #f5f5f5 0, #f5f5f5 100%), #d9d9d9;
    background: linear-gradient(0deg, #f5f5f5 0, #f5f5f5 100%), #d9d9d9;
    min-height: 5.6875em
}

.catalog-card__icons {
    margin-right: .9375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-card__icons img {
    width: 3.5em;
    display: block
}

.catalog-card__icons svg {
    width: .875em;
    margin: 0 .44em
}

.catalog-card__title {
    font-size: 1.25em;
    line-height: 120%;
    max-width: 10em
}

.catalog-card__img {
    position: absolute
}

.catalog-card ._img1 {
    top: .45em;
    left: 0;
    width: 32.625em
}

.catalog-card ._img1._small {
    width: 28.625em;
    top: 4.45em;
    left: .75em
}

.catalog-card ._img2 {
    top: 9.83em;
    right: 0;
    width: 15.25em
}

.catalog-card ._img3 {
    right: 2.25em;
    bottom: 2em;
    max-height: 4.28em;
    max-width: 16.6em
}

.catalog-card__text {
    position: absolute;
    bottom: 6.25em;
    right: 4.75em;
    min-height: 3.5em;
    white-space: nowrap;
    font-weight: 600
}

.catalog-card__text span {
    font-size: 1.125em;
    line-height: 111%
}

.catalog-card__props {
    margin-top: 1.375em
}

.catalog-card__prop {
    font-size: 1em;
    line-height: 150%
}

.catalog-card__prop b {
    font-weight: 600
}

.catalog-card__bottom {
    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;
    margin-top: 2em
}

.catalog-card__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-card__hint img {
    width: 2.4375em;
    margin-right: .5em
}

.catalog-card__hint span {
    font-size: 1em;
    line-height: 113%
}

.catalog-card._double ._img1 {
    left: 3.375em;
    top: .69em
}

.catalog-card._double ._img1._small {
    left: .44em;
    top: .75em
}

.catalog-card._double ._img2 {
    top: unset;
    bottom: 11.375em;
    width: 12.9375em
}

.catalog-card._double ._img3 {
    bottom: 1.25em;
    right: 1.4em;
    max-height: 8.5em;
    max-width: 13.8em
}

.catalog-card._double ._img3._small {
    right: 2.125em;
    bottom: 1.25em;
    max-width: 12.3em
}

.catalog-card._double .catalog-card__text {
    right: 2em;
    bottom: 10.375em;
    min-height: unset
}

@media screen and (max-width: 992px) {
    .catalog-items {
        padding: 0 1em
    }

    .catalog-card__top {
        font-size: .5em
    }

    .catalog-card__props {
        margin-top: .75em
    }

    .catalog-card__prop {
        font-size: .625em;
        line-height: 140%
    }

    .catalog-card__bottom {
        margin-top: 1.25em
    }

    .catalog-card__hint img {
        width: 1.25em;
        margin-right: .25em
    }

    .catalog-card__hint span {
        font-size: .625em;
        line-height: 120%
    }

    .advantages-slider__item img {
        -webkit-transform: translateY(-1em);
        -ms-transform: translateY(-1em);
        transform: translateY(-1em)
    }

    .advantages-slider__item-text {
        font-size: .875em;
        opacity: 1
    }
}

@media screen and (max-width: 576px) {
    .advantages {
        padding: 0 1em
    }

    .advantages-slider {
        padding: 0 1.5em;
        position: relative;
        overflow: hidden
    }

    .advantages-slider .swiper-slide {
        width: calc(100% / 3);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .advantages-slider .swiper-slide-active, .advantages-slider .swiper-slide-next, .advantages-slider .swiper-slide-next + .swiper-slide {
        opacity: 1;
        pointer-events: unset
    }

    .advantages-slider .swiper-nav {
        display: block
    }

    .advantages-slider .swiper-button {
        width: .625em
    }

    .advantages-slider .swiper-button-prev {
        left: 0
    }

    .advantages-slider .swiper-button-next {
        right: 0
    }

    .advantages-slider__item {
        height: 4em
    }

    .advantages-slider__item:hover img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .advantages-slider__item img {
        height: 3em;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .advantages-slider__item-text {
        font-size: 1em;
        opacity: 1;
        padding: 0
    }

    .advantages-slider__item-title {
        font-size: .4375em
    }

    .catalog-items {
        grid-template-columns: 100%;
        gap: 2.375em
    }
}

.buy-select {
    min-width: 17.25em;
    position: relative
}

.buy-select__show {
    cursor: pointer;
    background-image: url(/images/select-arrow.svg);
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: right 1.75em center
}

.buy-select__hidden {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    margin-top: .1875em
}

.buy-select__items {
    display: grid;
    grid-template-columns: 100%;
    gap: .1875em
}

.buy-select__item {
    cursor: pointer;
    border: 1px solid #ccc9c9;
    background: #fff
}

.buy-select._open .buy-select__hidden {
    opacity: 1;
    pointer-events: unset
}

.cosmetic {
    margin-top: 6.5em
}

.cosmetic:first-child {
    margin-top: 0
}

.cosmetic__wrap:before {
    height: 19em;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(46.44%, #d61e38), color-stop(68.96%, #d61e38), color-stop(90.47%, rgba(214, 30, 56, 0)));
    background: -o-linear-gradient(bottom, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 90.47%);
    background: linear-gradient(0deg, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 90.47%)
}

.cosmetic__title {
    font-size: 1.625em;
    line-height: 115%;
    text-transform: uppercase;
    font-weight: 700;
    color: #e81d3e
}

.cosmetic__grid {
    margin-top: 2em;
    display: grid;
    grid-template-columns: 17em calc(100% - 19em);
    gap: 2em
}

.cosmetic__col2 {
    position: relative
}

.cosmetic__img {
    border-radius: .625em;
    position: relative;
    padding-bottom: 100%;
    display: block
}

.cosmetic__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.cosmetic .text p {
    font-size: 1em;
    line-height: 125%
}

.cosmetic .catalog-card__bottom {
    margin-top: 1.125em
}

.cosmetic__info {
    position: absolute;
    bottom: .25em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 17.25em
}

.cosmetic__info-desc, .cosmetic__info-title {
    font-size: 1em;
    line-height: 125%
}

.cosmetic__info-title b {
    font-weight: 600
}

.cosmetic__info-desc {
    color: #e81d3e;
    font-weight: 600
}

.cosmetic__compare img {
    width: 100%;
    display: block
}

@media screen and (max-width: 992px) {
    .buy-select {
        min-width: 8.5em
    }

    .buy-select__show {
        height: 1.5em;
        border-radius: .125em;
        background-position: right .75em center;
        background-size: .75em auto
    }

    .buy-select__show span {
        font-size: .75em
    }

    .buy-select__items {
        gap: .125em
    }

    .buy-select__item {
        height: 1.6875em;
        font-weight: 400;
        padding: 0 .81em;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .buy-select__item span {
        font-size: .75em
    }

    .cosmetic {
        margin-top: 2.875em
    }

    .cosmetic__wrap {
        padding: 0 1em
    }

    .cosmetic__title {
        font-size: .75em
    }

    .cosmetic__grid {
        position: relative;
        margin-top: 1em;
        grid-template-columns: 100%;
        gap: 1.125em
    }

    .cosmetic__col {
        max-width: 8.75em
    }

    .cosmetic__col2 {
        position: static
    }

    .cosmetic__img {
        border-radius: .625em;
        position: relative;
        padding-bottom: 100%;
        display: block
    }

    .cosmetic__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: inherit
    }

    .cosmetic__info {
        bottom: unset;
        top: 0;
        left: 9.5em;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        min-width: unset;
        height: 8.75em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cosmetic__info-desc, .cosmetic__info-title {
        font-size: .625em;
        line-height: 140%
    }

    .cosmetic .text p {
        font-size: .625em;
        line-height: 120%
    }

    .cosmetic2 .cosmetic__grid {
        gap: .75em
    }

    .cosmetic2 .cosmetic__col {
        max-width: 25em
    }
}

.search-page {
    padding: 4em 0
}

.search-page__groups {
    margin-top: 4.25em;
    display: grid;
    grid-template-columns: 100%;
    gap: 4.25em
}

.search-group__top {
    border-bottom: 1px solid #929292;
    padding-bottom: 1.25em;
    text-align: center
}

.search-slider {
    margin-top: 3.25em
}

.search-slider .swiper-container {
    width: calc(100% + 1.875em)
}

.search-slider .swiper-slide {
    padding-right: 1.875em;
    width: 25%
}

.search-slider .swiper-button {
    top: 6.75em
}

.search-slider .swiper-button-prev {
    left: -2.75em
}

.search-slider .swiper-button-next {
    right: -2.75em
}

.search-slider .swiper-button.swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

.search-slider .product-card__img {
    padding-bottom: 74%;
    background-color: #f5f5f5;
    border: none;
    margin-bottom: 1em
}

.search-slider .product-card__title {
    font-size: 1.375em
}

.place {
    padding-top: 4em
}

.place-card {
    font-family: Montserrat, sans-serif;
    font-size: 1em
}

.place-card__desc, .place-card__title {
    font-size: 1em;
    line-height: 125%
}

.place-card__title {
    font-weight: 600
}

.place-card__desc {
    margin-top: .3125em
}

.place-card__nav {
    margin-top: .5em;
    color: #929292
}

.place-card__nav a {
    font-size: .75em;
    line-height: 167%
}

.map {
    height: 42em
}

.map .ymaps-2-1-79-balloon {
    border-radius: .3125em;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translate(65%, 2em);
    -ms-transform: translate(65%, 2em);
    transform: translate(65%, 2em)
}

.map .ymaps-2-1-79-balloon__content {
    font-size: 1em
}

.map .ymaps-2-1-79-balloon__tail:after {
    display: none
}

@media screen and (max-width: 992px) {
    .search-page {
        padding: 2.25em 0
    }

    .search-page__groups {
        margin-top: 2.625em;
        gap: 2.125em
    }

    .search-group__top {
        border-bottom: none;
        padding-bottom: 0
    }

    .search-slider {
        margin-top: .875em
    }

    .search-slider .swiper-container {
        width: calc(100% + 1.25em)
    }

    .search-slider .swiper-slide {
        padding-right: 1.25em;
        width: calc(100% / 3)
    }

    .search-slider .swiper-button {
        width: .9375em;
        top: 5.25em
    }

    .search-slider .swiper-button-prev {
        left: -1.5em
    }

    .search-slider .swiper-button-next {
        right: -1.5em
    }

    .search-slider .product-card__img {
        margin-bottom: .25em
    }

    .search-slider .product-card__title {
        font-size: 1em
    }

    .map {
        height: 35em
    }
}

@media screen and (max-width: 576px) {
    .search-slider .swiper-slide {
        width: 50%
    }

    .search-slider .swiper-button {
        top: 3.5em
    }
}

.car-search {
    margin: 2.5em auto 0;
    width: 66em;
    max-width: 100%;
    display: none
}

.car-search__bg {
    display: none
}

.car-search__img {
    width: 2.4375em;
    margin-right: 1.25em
}

.car-search__title {
    color: #0369ae
}

.car-search__grid {
    display: grid;
    grid-template-columns: 12.5em 12.5em 12.5em 12.5em 8.625em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.25em
}

.car-search__btn {
    width: 100%;
    height: 2.5em;
    padding: 0
}

.car-search__close {
    display: none
}

.select-block {
    width: 100%
}

.select-block .select2 {
    width: 100% !important
}

.select-block .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .5em;
    padding-right: .5em
}

.select-block .select2-selection--single {
    border: none;
    height: 2.625em;
    padding: 0 1.25em 0 3.25em;
    background-color: transparent;
    background-image: url(/images/line.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative
}

.select-block .select2-selection--single:after, .select-block .select2-selection--single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ed1c24), color-stop(36.06%, #ed1c24), color-stop(85%, rgba(237, 28, 36, 0)));
    background: -o-linear-gradient(left, #ed1c24 0, #ed1c24 36.06%, rgba(237, 28, 36, 0) 85%);
    background: linear-gradient(90deg, #ed1c24 0, #ed1c24 36.06%, rgba(237, 28, 36, 0) 85%);
    left: 0
}

.select-block .select2-selection--single:before {
    top: 0;
    left: 3.125em
}

.select-block .select2-selection--single:after {
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(22.22%, #ed1c24), color-stop(50.27%, #ed1c24), color-stop(88.33%, rgba(237, 28, 36, 0)));
    background: -o-linear-gradient(left, #ed1c24 22.22%, #ed1c24 50.27%, rgba(237, 28, 36, 0) 88.33%);
    background: linear-gradient(90deg, #ed1c24 22.22%, #ed1c24 50.27%, rgba(237, 28, 36, 0) 88.33%)
}

.select-block .select2-selection--single .select2-selection__rendered {
    font-size: 1em;
    line-height: 2.5em;
    font-weight: 600;
    color: #000
}

.select-block .select2-selection--single .select2-selection__placeholder {
    color: #000
}

.select-block .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 0;
    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
}

.select-block .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 1em;
    height: .5625em;
    display: block;
    background-image: url(/images/select-arrow2.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: static
}

.select-block .select2-selection--single .select2-selection__clear {
    width: .75em;
    height: .75em;
    top: 50%;
    left: unset;
    right: 1.5em;
    margin-right: .25em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/images/clear.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute
}

.select-block .select2-selection--single .select2-selection__clear span {
    display: none
}

.select2-dropdown {
    border-color: #0369ae
}

@media screen and (min-width: 993px) {
    .select2-dropdown {
        margin-top: -1px;
        width: 26.75em !important;
        border-top: 1px solid #0369ae !important;
        border-radius: 0 .3125em .3125em !important
    }

    .select2-dropdown._select4 {
        width: calc(12.5em + 1.75em + 8.625em) !important
    }

    .select2-container--open .select2-selection__arrow {
        pointer-events: none
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ccc9c9;
    height: 1.875em;
    border-radius: .3125em;
    font-size: 1em;
    background-image: url(/images/search-icon2.svg);
    background-size: 1em auto;
    background-position: right .44em center;
    background-repeat: no-repeat
}

.select2-results__option {
    font-size: .75em;
    border-radius: .4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 32em;
    padding: 0 1em 1em;
    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
}

.select2-search--dropdown {
    padding: 1em
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0369ae !important
}

@media screen and (min-width: 993px) {
    .select2-container {
        margin-top: .625em
    }
}

.js-select2 ~ .select2-container {
    margin-top: 0
}

@media screen and (max-width: 992px) {
    .header._open-form .car-search {
        opacity: 1;
        pointer-events: unset
    }

    .header._open-form .car-search__bg {
        display: block
    }

    .car-search {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        pointer-events: none;
        display: block !important;
        position: absolute;
        top: 4.5em;
        left: 0;
        width: 100%;
        background: #ebebeb;
        margin: 0;
        padding: .875em 1.875em 2.875em;
        z-index: 10
    }

    .car-search__bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        opacity: 0
    }

    .car-search__img {
        width: 1.4375em;
        margin-right: .75em
    }

    .car-search__title {
        font-size: .875em
    }

    .car-search__grid {
        grid-template-columns: 100%;
        gap: .875em;
        margin-top: 1.25em
    }

    .car-search__btn {
        width: 8em;
        height: 2.3125em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 auto
    }

    .car-search__close {
        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;
        width: 1.05em;
        margin-left: auto
    }

    .car-search__close img {
        width: 100%
    }

    .select-block {
        font-size: .875em
    }

    .select-block .select2-selection--single {
        height: 1.75em;
        padding-left: 2.5em
    }

    .select-block .select2-selection--single:before {
        display: none
    }

    .select-block .select2-selection--single:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(46.44%, #d61e38), color-stop(68.96%, #d61e38), to(rgba(214, 30, 56, 0)));
        background: -o-linear-gradient(left, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%);
        background: linear-gradient(90deg, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%)
    }

    .select-block .select2-selection--single .select2-selection__rendered {
        font-size: .75em;
        line-height: 233%;
        padding-right: 2.5em !important
    }

    .select-block .select2-selection--single .select2-selection__arrow {
        right: .5em
    }

    .select-block .select2-selection--single .select2-selection__arrow b {
        width: .625em;
        height: .375em
    }

    .select-block .select2-selection--single .select2-selection__clear {
        width: .5em;
        right: 2em
    }

    .select2-search--dropdown {
        padding: .75em
    }

    .select2-container--default .select2-results > .select2-results__options {
        padding: 0 .5em .75em
    }
}

.search-filter {
    margin-top: 3.125em;
    display: grid;
    grid-template-columns: 16em calc(100% - 16em)
}

.search-filter__top {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.search-filter__top img {
    width: 3.625em;
    margin-right: .625em
}

.search-filter__top svg {
    display: none
}

.search-filter__title {
    font-size: 1.25em;
    font-weight: 600
}

.search-filter__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: grid;
    grid-template-columns: calc(100% - 11.375em) 11.375em
}

.search-filter__fields {
    display: grid;
    grid-template-columns: 33% 33% 34%
}

.search-filter__nav {
    position: relative
}

.search-filter__btn {
    -webkit-clip-path: polygon(83.516% 99.183%, 0 99.183%, 22.507% 1.564%, 99.645% 1.564%, 83.516% 99.183%);
    clip-path: polygon(83.516% 99.183%, 0 99.183%, 22.507% 1.564%, 99.645% 1.564%, 83.516% 99.183%);
    width: 100%;
    height: 2.5625em;
    font-weight: 600
}

.search-filter__btn:disabled {
    cursor: not-allowed;
}

.search-filter__hint {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: .1875em
}

.search-filter__hint-text {
    font-size: .71875em;
    line-height: 261%;
    text-decoration: underline;
    display: block
}

@media screen and (min-width: 993px) {
    .search-filter__bottom {
        display: block !important
    }
}

@media screen and (max-width: 992px) and (min-width: 577px) {
    .search-filter {
        font-size: 1.25em
    }
}

@media screen and (max-width: 992px) {
    .search-filter {
        margin-top: 2.875em;
        grid-template-columns: 100%;
        gap: 1em
    }

    .search-filter._hide .search-filter__top svg {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .search-filter__top img {
        width: 2.1875em;
        margin-right: .35em
    }

    .search-filter__top svg {
        display: block;
        width: .875em;
        margin-left: 1em
    }

    .search-filter__title {
        font-size: .875em;
        font-weight: 700
    }

    .search-filter__wrap {
        grid-template-columns: 100%;
        gap: 1em
    }

    .search-filter__fields {
        grid-template-columns: 100%;
        gap: .75em
    }

    .search-filter__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .search-filter__hint {
        top: 0;
        left: 2.56em;
        margin: 0;
        width: 6em
    }

    .search-filter__hint-text {
        font-size: .5em;
        line-height: 150%
    }

    .search-filter__btn {
        width: 9.375em;
        height: 2.125em
    }

    .search-filter__btn span {
        font-size: .875em
    }
}

.info {
    display: none;
    margin-top: 2.25em
}

.info .text {
    margin-top: .75em
}

.info .text p {
    font-size: 1em;
    line-height: 125%
}

.info .text p:not(:last-child) {
    margin: 0 0 1em
}

.info__items {
    display: grid;
    grid-template-columns: 100%;
    gap: .25em;
    margin-top: 1.25em
}

.info2 {
    margin-top: 3em
}

.info-item._open .info-item__btn img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.info-item__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25em 0;
    cursor: pointer;
    min-height: 2.25em
}

.info-item__top:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: .125em;
    width: 21.5em;
    max-width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(46.44%, #d61e38), color-stop(68.96%, #d61e38), to(rgba(214, 30, 56, 0)));
    background: -o-linear-gradient(left, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%);
    background: linear-gradient(90deg, #d61e38 46.44%, #d61e38 68.96%, rgba(214, 30, 56, 0) 100%)
}

.info-item__title {
    font-size: 1em;
    line-height: 125%;
    font-weight: 700
}

.info-item__btn {
    width: 1em;
    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;
    margin-left: .75em
}

.info-item__btn img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.info-item__bottom {
    padding: .75em 0 1em;
    display: none
}

.info-item__grid {
    display: grid;
    grid-template-columns: 18.125em calc(100% - 20em);
    gap: 1.875em
}

.info-item__img img {
    width: 100%;
    display: block;
    border-radius: .625em
}

.info-item .text {
    margin: 0
}

._full {
    grid-column: 1/-1
}

@media screen and (max-width: 992px) {
    .info {
        margin-top: 2em
    }

    .info__top {
        max-width: 60%
    }

    .info .text {
        margin-top: .75em
    }

    .info .text p {
        font-size: .625em;
        line-height: 120%
    }

    .info-item__top {
        padding: .3125em 0;
        min-height: 2em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .info-item__top:before {
        height: 1px
    }

    .info-item__title {
        font-size: .75em;
        line-height: 133%
    }

    .info-item__btn {
        width: .625em
    }

    .info-item__bottom {
        padding: .8125em .5em 1em
    }

    .info-item__grid {
        grid-template-columns: 100%;
        gap: 0
    }

    .info-item__img {
        display: none
    }
}


/*Доработки*/

.start-screen > .info {
    display: block;
}

.start-screen .advantages,
.start-screen .main__bottom {
    display: none;
}

.container > .m-tab-content + .cosmetic {
    margin-top: 2em;
}

.container.start-screen > .advantages + .cosmetic {
    margin-top: 0;
}
