@font-face {
    font-family: Material Design Icons;
    src: url(https://static.ismart.pro/fonts/materialdesign/materialdesignicons-webfont.eot?v=6.5.95);
    src: url(https://static.ismart.pro/fonts/materialdesign/materialdesignicons-webfont.eot#iefix&v=6.5.95) format("embedded-opentype"),url(https://static.ismart.pro/fonts/materialdesign/materialdesignicons-webfont.woff2?v=6.5.95) format("woff2"),url(https://static.ismart.pro/fonts/materialdesign/materialdesignicons-webfont.woff?v=6.5.95) format("woff"),url(https://static.ismart.pro/fonts/materialdesign/materialdesignicons-webfont.ttf?v=6.5.95) format("truetype");
    font-weight: 400;
    font-style: normal
}

.mdi-set,.mdi:before {
    display: inline-block;
    font: normal normal normal 24px/1 Material Design Icons;
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mdi-phone-outgoing:before {
    content: "\F03FB"
}

.mdi-phone-incoming:before {
    content: "\F03F7"
}

.mdi-phone-incoming-outline:before {
    content: "\F1193"
}

.mdi-map-marker-outline:before {
    content: "\F07D9"
}

.mdi-clock-outline:before {
    content: "\F0150"
}

.mdi-menu:before {
    content: "\F035C"
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/sourcesanspro-light.woff2') format("woff2"), url('../fonts/sourcesanspro-light.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/sourcesanspro-regular.woff2') format("woff2"), url('../fonts/sourcesanspro-regular.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/sourcesanspro-semibold.woff2') format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/sourcesanspro-bold.woff2') format("woff2"), url('../fonts/sourcesanspro-bold.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@-ms-viewport {
    width: device-width
}

html {
    font-size: 10px;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:768px) {
    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

@media (min-width:1441px) {
    .container {
        max-width: 1440px
    }
}

.row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

@media (min-width:768px) {
    .row {
        margin-left: -1.6rem;
        margin-right: -1.6rem
    }
}

.col {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:768px) {
    .col {
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

@font-face {
    font-family: ALSRubl-Arial;
    src: url(https://static.ismart.pro/fonts/alsrubl/alsrubl-arial-regular.woff) format("woff"), url(https://static.ismart.pro/fonts/alsrubl/alsrubl-arial-regular.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SourceSansPro-Regular, sans-serif
}

b,
strong {
    font-family: SourceSansPro-Semibold, sans-serif
}

.font-1-thin {
    font-family: var(--font-1-thin)
}

.font-1-extralight {
    font-family: var(--font-1-extralight)
}

.font-1-light {
    font-family: SourceSansPro-Light, sans-serif
}

.font-1-medium,
.font-1-regular {
    font-family: var(--font-1-medium)
}

.font-1-semibold {
    font-family: SourceSansPro-Semibold, sans-serif
}

.font-1-bold {
    font-family: SourceSansPro-Bold, sans-serif
}

.font-1-extrabold {
    font-family: var(--font-1-extrabold)
}

.font-1-black {
    font-family: var(--font-1-black)
}

.rub,
rub {
    font-family: ALSRubl-Arial, sans-serif;
    font-size: 1em
}

.num,
.rub,
rub {
    line-height: normal;
    font-weight: 100;
    font-style: normal
}

.num {
    white-space: nowrap;
    font-size: 1.2em;
    font-family: AA-Bebasneue, sans-serif
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.tada {
    animation-name: tada
}

.spinner>div {
    width: 1em;
    height: 1em;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 50%;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.line-through {
    position: relative
}

.line-through:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    background: #e42121
}

.nobr,
.nowrap,
nobr {
    white-space: nowrap
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.text-center {
    text-align: center
}

.hidden {
    display: none !important
}

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

.full-width {
    display: block;
    width: 100%
}

.area {
    background-color: hsla(0, 0%, 80%, .5);
    display: inline-block;
    padding: 1.6rem;
    border-radius: 1
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.flex-grow-1 {
    flex-grow: 1
}

* {
    box-sizing: border-box
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

body {
    position: relative;
    overflow-x: hidden;
    color: #fff;
    background-color: #171717;
    margin: 0;
    padding: 0;
    transition: padding .5s ease-out
}

.wrapper {
    overflow: hidden;
}

.modal__content,
body,
h6,
input,
select,
textarea {
    font-size: 1.6rem
}

@media (min-width:1200px) {

    .modal__content,
    body,
    h6,
    input,
    select,
    textarea {
        font-size: 1.8rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    line-height: 1.1em;
    margin: 0;
    width: 100%
}

h1 {
    font-size: 2.4rem
}

@media (min-width:1200px) {
    h1 {
        font-size: 5.6rem
    }
}

h2 {
    font-size: 2.2rem
}

@media (min-width:1200px) {
    h2 {
        font-size: 4.8rem
    }
}

h3 {
    font-size: 2rem
}

@media (min-width:1200px) {
    h3 {
        font-size: 4rem
    }
}

h4 {
    font-size: 1.8rem
}

@media (min-width:1200px) {
    h4 {
        font-size: 3.2rem
    }
}

h5 {
    font-size: 1.6rem
}

@media (min-width:1200px) {
    h5 {
        font-size: 2.6rem
    }
}

rub {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-size: inherit
}

.button,
.uppercase {
    text-transform: uppercase
}

.button {
    cursor: pointer;
    border: none;
    display: inline-block;
    font-size: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: all .25s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 7%, .4)
}

.button-1 {
    background-color: #fff
}

.button-1:focus,
.button-1:hover {
    color: #fff;
    background-color: #2955d9
}

.button-1.active,
.button-1:active {
    color: #fff;
    background-color: #294ebf
}

.button-2 {
    color: #fff;
    background-color: #000
}

.button-2:focus,
.button-2:hover {
    background-color: #2955d9
}

.button-2.active,
.button-2:active {
    background-color: #294ebf
}

.button-3 {
    color: #fff;
    background-color: #292e3d
}

.button-3:focus,
.button-3:hover {
    background-color: #2955d9
}

.button-3.active,
.button-3:active {
    background-color: #294ebf
}

.button-outline-1 {
    background: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .5)
}

.button-outline-1:focus,
.button-outline-1:hover {
    color: #000;
    background-color: #fff
}

.button-outline-1.active,
.button-outline-1:active {
    background-color: #c4c4c4;
    box-shadow: inset 0 0 0 1px #c4c4c4
}

.button-outline-2 {
    background: transparent;
    color: #000;
    box-shadow: inset 0 0 0 1px #000
}

.button-outline-2:focus,
.button-outline-2:hover {
    color: #fff;
    background-color: #000
}

.button-outline-2.active,
.button-outline-2:active {
    color: #292e3d;
    background-color: hsla(0, 0%, 0, 1);
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 0, 1)
}

.button-outline-3 {
    background: transparent;
    color: #292e3d;
    box-shadow: inset 0 0 0 1px #292e3d
}

.button-outline-3:focus,
.button-outline-3:hover {
    color: #fff;
    background-color: #292e3d
}

.button-outline-3.active,
.button-outline-3:active {
    background-color: #294bb3;
    box-shadow: inset 0 0 0 1px #294599
}

.button-rounded {
    border-radius: .3rem
}

.button-xs {
    font-size: .9em;
    padding: .2em .3em
}

.button-sm {
    font-size: 1.6rem;
    padding: .5em 1em
}

.button-md {
    padding: .75em 1.5em
}

.button-lg {
    padding: 1.5em 2em
}

.link {
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: color .25s ease-out
}

.link:hover {
    background-image: none
}

.link-1 {
    color: #fff
}

.link-2 {
    color: #000
}

.link-2:hover {
    color: #292e3d
}

.link-3 {
    background-image: linear-gradient(#292e3d, #292e3d)
}

.link-dashed-1 {
    background-image: linear-gradient(90deg, #fff 66%, transparent 0);
    background-repeat: repeat-x;
    background-size: .4em 1px
}

.link-dashed-1:hover {
    background-image: linear-gradient(#fff, #fff);
    background-size: 100% 1px
}

.link-dashed-2 {
    background-image: linear-gradient(90deg, #000 66%, transparent 0);
    background-repeat: repeat-x;
    background-size: .4em 1px
}

.link-dashed-2:hover {
    background-image: linear-gradient(#000, #000);
    background-size: 100% 1px
}

.link-dashed-3 {
    background-image: linear-gradient(90deg, #292e3d 66%, transparent 0);
    background-repeat: repeat-x;
    background-size: .4em 1px
}

.link-dashed-3:hover {
    background-image: linear-gradient(#292e3d, #292e3d);
    background-size: 100% 1px
}

.link-wrap {
    position: relative;
    display: inline-block
}

.link-a {
    padding: .1rem 0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: inherit
}

.link-a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: none;
    bottom: -.1rem;
    transition: .25s
}

.link-a:hover {
    text-decoration: none
}

.link-a:hover:after {
    width: 100%;
    background: #fff
}

.link-a-b {
    padding: .1rem 0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: inherit
}

.link-a-b:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: none;
    bottom: -.1rem;
    transition: .25s
}

.link-a-b:hover {
    text-decoration: none
}

.link-a-b:hover:after {
    width: 100%;
    background: #121212
}

.link-a-c {
    padding: .1rem 0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: #292e3d
}

.link-a-c:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: none;
    bottom: -.1rem;
    transition: .25s
}

.link-a-c:hover {
    text-decoration: none
}

.link-a-c:hover:after {
    width: 100%;
    background: #292e3d
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width:768px) {
    .section {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.section_dark {
    background-color: #000;
    color: #fff
}

.section_dark .form__item {
    color: #000
}

.section__title {
    margin-bottom: 1em
}

@media (min-width:768px) {
    .section__title {
        margin-bottom: 1.5em
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    to {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem
}

.spinner>span {
    width: 1em;
    height: 1em;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 50%;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both
}

.spinner .bounce1 {
    animation-delay: -.32s
}

.spinner .bounce2 {
    animation-delay: -.16s
}

.sending .spinner>span {
    animation-name: sk-bouncedelay
}

button.js-success {
    background: #28a745;
    pointer-events: none;
}

.form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 1.6rem
}

.form__item.select-wrap {
    position: relative;
    grid-area: select-wrap
}

.form__item.select-wrap:before {
    content: "";
    position: absolute;
    right: .75em;
    top: 50%;
    transform: translateY(-2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5em .5em 0;
    border-color: #6b6b6b transparent transparent
}

.form__item.textarea-wrap {
    grid-area: textarea-wrap
}

.form__item.spinner-wrap {
    grid-area: spinner-wrap
}

.form__item.agree-wrap {
    grid-area: agree-wrap
}

.form__container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "input-phone" "select-wrap" "spinner-wrap" "agree-wrap";
    grid-gap: .5rem
}

.form__item {
    width: 100%;
    position: relative;
    padding: .3rem
}

.form__label {
    position: absolute;
    left: .5rem;
    top: .3rem;
    font-size: 1.2rem;
    padding-top: 1.2rem;
    padding-left: 1.2rem;
    color: hsla(0, 0%, 7%, .6)
}

.form__asterisk {
    color: red
}

.form__input,
.form__select,
.form__textarea {
    padding: 3rem 1.2rem 1.5rem;
    background: #fff;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    font-size: inherit;
    outline: none
}

.form__select {
    padding: .9rem .75rem;
    min-height: 64px;
    color: #6b6b6b
}

.form__input:focus {
    border-color: #67afe9;
    box-shadow: 0 0 .3rem 0 #67afe9
}

.form__input.js-nonvalid,
.form__input.js-nonvalid:focus,
.form__select.js-nonvalid,
.form__select.js-nonvalid:focus {
    border-color: red
}

.form__input.js-nonvalid:focus,
.form__select.js-nonvalid:focus {
    box-shadow: 0 0 .2rem 0 red
}

.form__input.js-valid,
.form__input.js-valid:focus,
.form__select.js-valid,
.form__select.js-valid:focus {
    border-color: #5cb75c
}

.form__input.js-valid:focus,
.form__select.js-valid:focus {
    box-shadow: 0 0 .2em 0 #5cb75c
}

.form__select {
    -webkit-appearance: none
}

.form__textarea {
    height: 13.5rem;
    width: 100%
}

.js-error {
    background-color: red;
    font-size: .8em;
    text-align: center;
    position: absolute;
    left: .3rem;
    right: .3rem;
    bottom: .3rem;
    color: #fff;
    padding: .2em 0 .1em
}

.form__submit {
    width: 100%;
    padding: 1.12em 1.5em
}

.form__submit>* {
    transition: opacity .15s ease-out
}

.form__submit-loader,
.form__submit-success {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.sending .form__submit-loader,
.js-success .form__submit-success {
    opacity: 1
}

.sending .form__submit-title,
.js-success .form__submit-title {
    opacity: 0
}

.form__submit-icon {
    display: inline-block;
    font-size: 1.5em;
    margin-right: .25em
}

.form__agree {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2em;
    text-align: center
}

.form__agree * {
    font-size: inherit
}

.form__agree a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.form__agree a:hover { 
    text-decoration-color: transparent;
}

.form__text {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2em
}

.header {
    height: 8rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    transition: all .25s ease-out
}

@media(min-width:992px) {
    .header {
        height: 10rem
    }
}

.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transform: translateZ(0)
}

.header-fixed:hover {
    background-color: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem)
}

.header-fixed+* {
    margin-top: 0;
    transition: margin-top .5s ease-out
}

.js-header-sticky {
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem)
}

@media(min-width:992px) {
    .js-header-sticky {
        height: 80px
    }
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.header__item.logo-wrap {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    transition: .2s;
    cursor: pointer;
}

.header__item .logo-default {
    width: 10rem
}

.header__item.logo-wrap img {
    max-height: 4rem;
    margin: 0;
}

@media(min-width:992px) {
    .header__item .logo-default {
        width: 12rem
    }

    .header__item.logo-wrap img {
        max-height: 100%;
    }
    
    .header__item.logo-wrap:hover {
        opacity: .7;
    }
}

.header__item.dealer-wrap {
    display: none
}

@media(min-width:992px) {
    .header__item.dealer-wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.header__dealer-name {
    font-size: 1.2em
}

.header__dealer-address {
    font-size: .9em;
    color: #ccc;
    cursor: pointer
}

.header__item.address-wrap {
    display: none
}

@media(min-width:1200px) {
    .header__item.address-wrap {
        display: block
    }
}

.header__item.callback-wrap {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

@media(min-width:992px) {
    .header__item.callback-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        grid-gap: 2rem
    }
}

.header__callback-link {
    font-size: 1.2em
}

.header__button-callback {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .8)
}

.header__item.buttons-wrap {
    margin-left: auto
}

@media(min-width:992px) {
    .header__item.buttons-wrap {
        display: none
    }
}

.header__link-phone {
    font-size: 2.2rem
}

.header__link-burger,
.header__link-phone {
    font-family: SourceSansPro-Regular, sans-serif;
    color: inherit;
    text-decoration: none
}

.header__link-burger {
    font-size: 2.6rem
}

.nav {
    display: none
}

@media(min-width:992px) {
    .nav {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 10rem;
        height: auto;
        z-index: 990
    }
}

.nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav__item {
    padding: 1rem 0
}

.intro {
    position: relative;
    color: #fff
}

.intro .swiper {
    width: 100%;
    z-index: 960
}

.intro__item.cover-wrap {
    position: relative;
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

@media(min-width:992px) {
    .intro__item.cover-wrap {
        height: 100vh;
        min-height: 90rem;
        background-position: 50%
    }
}

.intro__item.cover-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: hsla(0, 0%, 7%, .35);
    z-index: 960
}

.intro__item.content-wrap {
    height: 100%
}

.intro .plaque-wrap {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 2rem;
    padding-top: 4rem;
    z-index: 970
}

@media(min-width:992px) {
    .intro .plaque-wrap {
        position: absolute;
        height: 90%;
        width: 100%;
        top: 4rem;
        grid-gap: 2rem;
        padding-top: 13rem
    }
}

.intro__subitem.heading-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem
}

.intro .heading {
    text-align: center
}

.intro .subheading {
    display: inline-block;
    padding: 1rem 2rem;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    background-color: hsla(0, 0%, 100%, .9);
    -webkit-backdrop-filter: blur(.5rem);
    backdrop-filter: blur(.5rem);
    color: #000;
    border-radius: .6rem;
    box-shadow: var(--shadow-3);
    transition: all .25s ease-out
}

.intro .subheading:hover {
    background-color: hsla(0, 0%, 100%, .7)
}

.intro .button-wrap {
    position: relative;
    margin-top: -25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 3rem;
    z-index: 970
}

@media(min-width:768px) {
    .intro .button-wrap {
        margin-top: -30px
    }
}

.intro .list-wrap {
    padding: 0;
    padding-left: 1rem;
    margin: 0;
    margin-top: auto;
    font-size: 1.2em;
    color: #292e3d
}

.intro .list-item span {
    color: #fff
}

.intro__item.pagination-wrap {
    bottom: 4rem
}

.intro__item.pagination-wrap,
.intro__item.title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 970
}

.intro__item.title-wrap {
    bottom: 2rem
}

.intro__title {
    padding: .1rem 1rem;
    text-align: center;
    font-family: var(--font-1-thin);
    opacity: .6
}

@media(min-width:768px) {
    .intro__title {
        font-size: 1.6rem
    }
}

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

@media (min-width:992px) {

    .intro .swiper-button-next,
    .intro .swiper-button-prev {
        display: flex;
        color: hsla(0, 0%, 100%, .2);
        transition: all .25s ease-out
    }
}

.intro .swiper-button-next:hover,
.intro .swiper-button-prev:hover {
    color: #292e3d
}

.intro .swiper-pagination-bullet {
    width: 6rem;
    height: .3rem;
    border-radius: 0;
    background: hsla(0, 0%, 100%, .5)
}

.intro .swiper-pagination-bullet-active {
    background: #292e3d
}

.intro__subitem.cards-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem
}

@media(min-width:992px) {
    .intro__subitem.cards-wrap {
        justify-content: center;
        padding-bottom: 0;
        margin-top: auto
    }
}

.intro .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1rem;
    flex-shrink: 0;
    width: calc(50% - 2rem);
    padding: 1rem;
    border-radius: 2rem;
    background-color: hsla(0, 0%, 67%, .5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem)
}

@media(min-width:992px) {
    .intro .card {
        flex-direction: row;
        justify-content: flex-start;
        grid-gap: 2rem;
        width: calc(16.66% - 2rem);
        min-width: 25rem;
        padding: 2rem
    }
}

.intro .card__item.icon-wrap {
    flex-shrink: 0;
    width: 7rem;
    padding: 1.5rem;
    background-color: hsla(0, 0%, 7%, .25);
    border-radius: 50%
}

.intro .card:hover .card__icon {
    transition: all .25s ease-out;
    transform: scale(1.05)
}

.intro .card__item.title-wrap {
    text-align: center
}

@media(min-width:992px) {
    .intro .card__item.title-wrap {
        text-align: left
    }
}

.intro .card__title {
    font-size: .9em;
    line-height: 1em;
    text-transform: uppercase
}

@media(min-width:992px) {
    .intro .card__title {
        font-size: 1em
    }
}

.secondary-screen {
    opacity: 0;
    transition: all .3s ease-out;
    background-image: url(./image/1.jpg)
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup.open {
    opacity: 1;
    visibility: visible;
    background: hsla(0, 0%, 7%, .9);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.popup__sqaure {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: 0;
  text-align: center;
  padding-top: 0px;
  height: auto;
  max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.popup__close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 3;
  opacity: .6;
  background: url("../images/icon-cross.svg") no-repeat center / 24px;
}

.popup__close:hover {
  opacity: 1;
}

/* .modal {
    display: none
} */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.tada {
    animation-name: tada
}

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

.spinner>div {
    width: 1em;
    height: 1em;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 50%;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    animation-delay: -.32s
}

.spinner .bounce2 {
    animation-delay: -.16s
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

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

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

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

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

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow-left {
    left: 0
}

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

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

.mfp-arrow-right {
    right: 0
}

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

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

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

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

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

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

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

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

.mfp-figure,
img.mfp-img {
    line-height: 0
}

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

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

.mfp-figure figure {
    margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

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

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

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

.modal {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
    position: relative
}

.modal:after {
    content: "";
    height: 100%
}

.modal:after,
.modal__content {
    display: inline-block;
    vertical-align: middle
}

.modal__content {
    width: 95%;
    max-width: 64rem;
    margin: 3rem auto;
    padding: 1.6rem 2.4rem;
    border-radius: .6rem;
    position: relative;
    text-align: left
}

.modal_fullscreen .modal__content {
    padding: 0;
    text-align: right;
    color: #fff;
    background: transparent
}

.mfp-bg,
.mfp-wrap {
    opacity: 0;
    transition: opacity .5s ease-out
}

.mfp-ready {
    opacity: 1
}

.mfp-ready.mfp-bg {
    background: hsla(0, 0%, 7%, .9);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem)
}

.mfp-removing {
    opacity: 0
}

.mfp-close {
    position: absolute;
    top: 0;
    right: 1rem;
    padding: 0;
    cursor: pointer;
    opacity: .6;
    border: none;
    background: none;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important
}

.mfp-close:hover {
    opacity: 1
}

.mfp-close:active,
.mfp-close:focus {
    outline: none
}

.modal_fullscreen .mfp-close {
    width: auto;
    height: auto;
    font-size: 44px
}

.mfp-iframe-holder .mfp-close {
    font-size: 44px
}

.modal__title {
    margin-bottom: .5em;
    text-align: center
}

.modal .form {
    max-width: 30rem;
    margin: 0 auto
}

.modal__text {
    text-align: left
}

.modal__text a {
    color: inherit
}

.secondary-screen {
    opacity: 1 !important
}

.modal {
    display: block
}

.js-show-modal {
    cursor: pointer
}

.privileges {
    max-width: 100%
}

.privileges .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 2rem
}

.privileges .heading {
    text-transform: uppercase
}

.privileges .section__item.cards-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    grid-gap: 2rem;
    padding-bottom: 1rem;
    overflow-x: scroll;
    width: 100%
}

@media(min-width:992px) {
    .privileges .section__item.cards-wrap {
        justify-content: center;
        padding-bottom: 0;
        overflow-x: unset
    }
}

.privileges .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 2rem;
    flex-shrink: 0;
    width: 65%;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: var(--shadow-3)
}

@media(min-width:992px) {
    .privileges .card {
        width: calc(16.66% - 2rem)
    }
}

.privileges .card__item.icon-wrap {
    width: 60%;
    padding: 2rem;
    background-color: hsla(0, 0%, 70%, .05);
    border-radius: 1rem
}

.privileges .card__icon {
    transition: all .25s ease-out;
    opacity: .8
}

.privileges .card:hover .card__icon {
    transform: scale(1.05)
}

.privileges .card__item.title-wrap {
    text-align: center;
    opacity: .8
}

.privileges .card__title {
    font-size: 1em;
    text-transform: uppercase
}

.range {
    width: 100%;
    overflow: hidden
}

.range .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: space-between;
    flex-wrap: nowrap;
    grid-gap: 3rem
}

@media(min-width:992px) {
    .range .container {
        grid-gap: 5rem
    }
}

.range .section__item.heading-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 2rem;
    text-align: center
}

.range .heading,
.range .subheading {
    text-transform: uppercase
}

.range .subheading span {
    text-transform: none;
    font-size: .8em;
    opacity: .8
}

.range .heading__divider {
    height: 2px;
    width: 20rem;
    background-color: #292e3d
}

.range__body {
    text-align: left
}

.range .section__item.nav-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 1rem;
    text-align: center;
    overflow-x: scroll
}

@media(min-width:992px) {
    .range .section__item.nav-wrap {
        justify-content: center;
        grid-gap: 4rem;
        overflow-x: unset
    }
}

.range .nav__item {
    width: calc(40% - 1rem);
    max-width: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1rem;
    flex-shrink: 0;
    cursor: pointer
}

@media(min-width:992px) {
    .range .nav__item {
        width: calc(20% - 4rem)
    }
}

.range .nav__subitem.cover-wrap {
    padding: 0 1rem;
    overflow: hidden
}

.range .nav__subitem.cover-wrap img {
    transition: all .25s ease-out
}

.range .nav__subitem.cover-wrap:hover img {
    transform: scale(1.05)
}

.range .nav__title {
    font-size: 1.2em;
    text-transform: uppercase
}

.range .section__subitem.divider {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .2)
}

.range .cards-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 4rem
}

@media(min-width:992px) {
    .range .cards-wrap {
        grid-gap: 6rem
    }
}

.range .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 4rem
}

@media(min-width:992px) {
    .range .card {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.range .card__item.presentation-wrap {
    max-width: 100%
}

@media(min-width:992px) {
    .range .card__item.presentation-wrap {
        width: 63.66%
    }
}

.range .card__subitem.heading-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.range .card__title {
    font-size: 2em;
    line-height: 1em
}

@media(min-width:992px) {
    .range .card__title {
        font-size: 3em
    }
}

.range .card__subtitle {
    font-size: 1.4em;
    line-height: 1em
}

@media(min-width:992px) {
    .range .card__subtitle {
        font-size: 2.4em
    }
}

.range .card__label {
    display: inline-block;
    padding: .25rem .8rem;
    margin-top: .5rem;
    color: hsla(0, 0%, 100%, .75);
    font-family: SourceSansPro-Light, sans-serif;
    font-size: 1em;
    text-align: center;
    background-color: hsla(0, 0%, 100%, .08);
    text-transform: uppercase;
    border-radius: .2rem
}

.range .card__inner.cover-wrap img {
    transition: all .25s ease-in-out
}

.range .card__inner.cover-wrap:hover img {
    transform: scale(1.025)
}

.range .colors-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .3rem
}

.range .color__title {
    font-size: 1em
}

.range .colorpicker {
    grid-gap: 1rem;
    border-radius: 2rem;
    cursor: pointer
}

.range .colorpicker,
.range .colorpicker__item {
    display: flex;
    justify-content: center;
    align-items: center
}

.range .colorpicker__item {
    width: 3rem;
    height: 3rem;
    flex-direction: column;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    overflow: hidden
}

@media (min-width:992px) {
    .range .colorpicker__item {
        width: 3.5rem;
        height: 3.5rem
    }
}

.range .colorpicker__item:hover {
    border: 1px solid rgba(0, 0, 0, .3)
}

.range .colorpicker__item.active {
    border-color: #0ff;
    cursor: default
}

.range .colorpicker__color {
    height: 50%;
    width: 100%
}

.range .privilege {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1rem
}

.range .privilege__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    border: 1px solid #003f9e;
    border-radius: 50%
}

.range .privilege__title {
    font-size: 1.6em
}

.range .card__subitem.profits-wrap {
    flex-direction: column;
    align-items: flex-start
}

.range .card__subitem.profits-wrap,
.range .profit {
    display: flex;
    justify-content: flex-start;
    grid-gap: 1rem
}

.range .profit {
    align-items: center
}

.range .profit__icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    background-color: rgba(24, 63, 154, .1);
    border: 1px solid #003f9e;
    border-radius: 50%
}

.range .profit img {
    transition: all .25s ease-in-out
}

.range .profit:hover img {
    transform: scale(1.25)
}

.range .profit__title {
    font-size: 1.2em;
    line-height: 1em
}

@media(min-width:992px) {
    .range .profit__title {
        font-size: 1.4em
    }
}

.range .status {
    margin-top: .5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .5rem
}

.range .status__icon {
    width: 1rem;
    height: 1rem;
    background-color: green;
    border-radius: 50%
}

.range .status__title {
    font-size: .8em;
    text-transform: uppercase;
    opacity: .8
}

.range .card__item.content-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem
}

@media(min-width:992px) {
    .range .card__item.content-wrap {
        width: calc(33.33% - 1rem)
    }
}

.range .card__subitem.desc-wrap {
    width: 100%
}

.range .card__desc {
    position: relative;
    font-size: 1.4em;
    text-transform: uppercase
}

.range .card__desc:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    left: 0;
    width: 20%;
    background-color: #003f9e;
    transition: all .25s ease-in-out
}

.range .card__desc:hover:after {
    width: 100%
}

.range .card__subitem.tiles-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    grid-gap: 1rem
}

.range .tile {
    width: calc(50% - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .5rem;
    flex-grow: 1;
    padding: 1rem;
    background-color: rgba(24, 63, 154, .1);
    border: 1px solid #003f9e;
    border-radius: 1rem;
    transition: all .25s ease-in-out
}

.range .tile:hover {
    transform: scale(1.025)
}

.range .tile__item.icon-wrap {
    align-self: start;
    width: 2rem
}

.range .tile__item.title-wrap {
    text-align: center
}

.range .tile__title {
    font-size: .9em;
    text-transform: uppercase
}

.range .card__item.gallery-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem
}

.range .card__subitem.gallery-wrap {
    width: 100%
}

.range .gallery {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 1rem;
    overflow-x: scroll
}

@media(min-width:992px) {
    .range .gallery {
        overflow-x: unset
    }
}

.range .gallery__item {
    width: 80vw;
    flex-shrink: 0;
    border-radius: 1rem;
    cursor: pointer;
    overflow: hidden;
    transition: all .25s ease-in-out
}

@media(min-width:992px) {
    .range .gallery__item {
        width: calc(16.66% - 1rem)
    }
}

@media(min-width:992px) {
    .range .gallery__item:hover {
        transform: scale(1.05)
    }
}

.range .card__subitem.buttons-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 1rem
}

.range .card__button {
    width: 100%
}

.range .card__item.stocks-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem
}

@media(min-width:992px) {
    .range .card__item.stocks-wrap {
        grid-gap: 4rem
    }
}

.range .card__subitem.stocks-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    grid-gap: 2rem;
    overflow-x: scroll
}

@media(min-width:992px) {
    .range .card__subitem.stocks-wrap {
        flex-wrap: wrap;
        grid-row-gap: 4rem;
        overflow-x: unset
    }
}

.range .swiper {
    width: 100%
}

.range .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    grid-gap: 2rem
}

.range .swiper-slide {
    width: 80%;
    margin: 0
}

@media(min-width:992px) {
    .range .swiper-slide {
        width: calc(25% - 2rem);
        flex-grow: 1;
        max-width: 33.75rem
    }
}

.range .stock {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 1rem;
    flex-shrink: 0;
    background: hsla(0, 0%, 70%, .05);
    border-radius: 0 0 1rem 1rem;
    overflow: hidden
}

.range .stock__item.cover-wrap {
    position: relative;
    flex-shrink: 0;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden
}

.range .stock img {
    transition: all .25s ease-in-out
}

.range .stock:hover img {
    transform: scale(1.05)
}

.range .stock .cover-icon {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    font-size: 3rem;
    color: hsla(0, 0%, 7%, .5);
    pointer-events: none
}

.range .stock__item.title-wrap {
    padding: 0 2rem;
    padding-top: .5rem
}

.range .stock__title {
    height: 1.2em;
    overflow-y: hidden
}

.range .stock .heading {
    font-size: 1.6em;
    line-height: 1em
}

.range .stock__item.row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2rem
}

.range .stock__subitem.info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.range .stock__subitem.icon-wrap {
    width: 2.5rem;
    flex-shrink: 0
}

.range .stock__item.button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem 1rem
}

.range .stock__item.divider {
    width: calc(100% - 4rem);
    height: 1px;
    margin: 0 auto;
    background: hsla(0, 0%, 100%, .2)
}

.range .stock__label {
    font-size: .8em;
    color: hsla(0, 0%, 100%, .4)
}

.range .card__subitem.button-wrap {
    align-self: center
}

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

@media (min-width:992px) {

    .range .swiper-stock-button-next,
    .range .swiper-stock-button-prev {
        display: flex;
        color: hsla(0, 0%, 100%, .2);
        transition: all .25s ease-out
    }
}

.range .swiper-button-next:hover,
.range .swiper-button-prev:hover {
    color: #292e3d
}

.action {
    position: relative;
    height: 40rem;
    max-height: 100vh;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase
}

@media (min-width:992px) {
    .action {
        height: 80vh
    }
}

.action:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 7%, .3);
    z-index: 0
}

.action .section__item.cover-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translateZ(0)
}

.action .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%
}

.action .section__item.content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 1.5rem;
    padding: 3rem 0;
    z-index: 950
}

@media (min-width:992px) {
    .action .section__item.content-wrap {
        padding: 6rem 0
    }
}

.action__heading,
.action__subheading {
    text-align: center
}

.guarantee .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 4rem
}

.guarantee .section__item.cover-wrap {
    position: relative;
    width: 100%;
    height: 30rem;
    border-radius: 1rem;
    overflow: hidden
}

@media (min-width:992px) {
    .guarantee .section__item.cover-wrap {
        height: 40rem
    }
}

.guarantee .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .25s ease-out
}

.guarantee .section__item.cover-wrap:hover .cover {
    transform: scale(1.025)
}

.guarantee .section__item.list-wrap {
    align-self: flex-start
}

.guarantee ul {
    margin: 0;
    padding-left: 1.5rem
}

.offer {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #fff;
    color: #000
}

.offer .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 2rem
}

@media(min-width:1200px) {
    .offer .container {
        min-height: 600px;
        align-items: flex-start
    }
}

@media(min-width:1441px) {
    .offer .container {
        justify-content: center
    }
}

.offer .section__item.heading-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: .5rem;
    text-align: center
}

@media(min-width:1200px) {
    .offer .section__item.heading-wrap {
        text-align: left
    }
}

.offer .heading,
.offer .subheading {
    text-transform: uppercase
}

.offer .section__item.desc-wrap {
    text-align: center;
    max-width: 70rem
}

@media(min-width:1200px) {
    .offer .section__item.desc-wrap {
        text-align: left
    }
}

.offer .desc {
    font-size: 1.2em
}

@media(min-width:1200px) {
    .offer .desc {
        font-size: 1.4em
    }
}

@media(min-width:1200px) {
    .offer .section__item.cover-wrap {
        position: absolute;
        width: 120vw;
        right: -65vw;
        bottom: 0
    }
}

.offer .section__item.cover-wrap img {
    transition: all .25s ease-out
}

.offer:hover .section__item.cover-wrap img {
    transform: scale(1.025)
}

.photoline {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media(min-width:992px) {
    .photoline {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

.photoline .section__item.images-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.photoline .section__item.images-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: hsla(0, 0%, 9%, .15)
}

.photoline .section__item.images-wrap img {
    transition: all .25s ease-out
}

.photoline .section__item.images-wrap:hover img {
    transform: scale(1.05)
}

.actionbox {
    padding: 2rem 0;
    background-color: #f2f2f2;
    color: #000
}

@media(min-width:992px) {
    .actionbox {
        padding: 5rem 0
    }
}

.actionbox .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 2rem
}

.actionbox .section__item.heading-wrap {
    margin: 0 auto;
    max-width: 1000px
}

.actionbox .heading,
.actionbox .subheading {
    text-align: center;
    text-transform: uppercase
}

.actionbox .subheading {
    display: inline-block;
    font-size: 1.4rem;
    opacity: .5
}

.actionbox .section__item.cards-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 2rem;
    overflow-x: scroll
}

.actionbox .card {
    width: 80vw;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden
}

@media(min-width:992px) {
    .actionbox .card {
        width: calc(33.33% - 2rem);
        flex-grow: 1
    }
}

.actionbox .card__item.cover-wrap {
    overflow: hidden
}

.actionbox .card img {
    transition: all .25s ease-out
}

.actionbox .card:hover img {
    transform: scale(1.05)
}

.actionbox .card__item.text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: .5rem;
    padding: 1.5rem
}

.actionbox .card__title {
    font-size: 1.2em;
    text-transform: uppercase
}

@media(min-width:768px) {
    .actionbox .card__title {
        font-size: 1.4em;
        line-height: 1em
    }
}

.actionbox .card__price {
    color: #292e3d
}

.combomap .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-row-gap: 2rem
}

@media (min-width:1200px) {
    .combomap .container {
        grid-row-gap: 4rem
    }
}

.combomap .section__item.cards-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    grid-gap: 4rem;
    overflow-x: scroll
}

@media (min-width:1200px) {
    .combomap .section__item.cards-wrap {
        overflow-x: unset
    }
}

.combomap .section__item.cards-wrap .divider:last-child {
    display: none
}

.combomap .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem;
    flex-shrink: 0
}

@media (min-width:1200px) {
    .combomap .card {
        width: 100%;
        flex-direction: row;
        grid-gap: 4rem
    }
}

.combomap .card__subitem:nth-last-child(2) {
    flex-grow: 1
}

.combomap .card__item.cover-wrap {
    width: 100%;
    padding-bottom: 45%;
    flex-shrink: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 1rem;
    overflow: hidden
}

@media (min-width:1200px) {
    .combomap .card__item.cover-wrap {
        width: calc(50% - 4rem);
        padding-bottom: 22.5%;
        flex-direction: row
    }
}

.combomap .card__item.block-wrap {
    height: 100%;
    grid-gap: 2rem
}

.combomap .card__item.block-wrap,
.combomap .card__subitem.heading-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.combomap .card__subitem.heading-wrap {
    grid-gap: .25rem
}

.combomap .card__subitem.contacts-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: .5rem
}

.combomap .card__title {
    font-size: 2.2rem
}

@media (min-width:1200px) {
    .combomap .card__title {
        font-size: 2.8rem
    }
}

.combomap .card__link-phone {
    font-size: 1.2em
}

.combomap .card__subitem.services-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.combomap .card__label {
    font-size: .7em
}

.combomap .card__tag {
    font-size: .8em
}

.combomap .uppercase {
    text-transform: uppercase
}

.combomap .opacity-60 {
    opacity: .6
}

.combomap .opacity-70 {
    opacity: .7
}

.combomap .divider {
    width: .1rem;
    flex-shrink: 0;
    background-color: hsla(0, 0%, 100%, .2)
}

.combomap .section__item.widget-wrap {
    height: 45rem;
    width: 100%;
    min-width: 30rem;
    border-radius: 1rem;
    overflow: hidden;
    order: 3
}

@media (min-width:992px) {
    .combomap .section__item.widget-wrap {
        width: calc(30% - 4rem);
        border-radius: 1rem 0 0 1rem;
        order: 2
    }
}

.combomap .section__item.map-wrap {
    width: 100%;
    height: 45rem;
    border-radius: 1rem;
    overflow: hidden;
    order: 2
}

@media(min-width:992px) {
    .combomap .section__item.map-wrap {
        width: calc(70% - 4rem);
        flex-grow: 1;
        border-radius: 0 1rem 1rem 0;
        order: 3
    }
}

#map {
    width: 100%;
    height: 100%
}

.combomap .balloon {
    padding: 1rem;
    max-width: 32rem
}

.ymaps-2-1-74-balloon__layout {
    background: #e0e0e0 !important
}

.ymaps-2-1-74-balloon__content,
.ymaps-2-1-74-balloon_to_top .ymaps-2-1-74-balloon__tail {
    background: transparent !important
}

.ymaps-2-1-74-balloon_to_top .ymaps-2-1-74-balloon__tail:after {
    display: none
}

.combomap .balloon__link {
    display: block;
    width: 20rem
}

.combomap .balloon__link:last-child {
    margin-bottom: 0
}

.footer .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2rem
}

.footer__item.logo-wrap {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    transition: .2s;
    cursor: pointer;
}

.footer__item.logo-wrap img {
    max-height: 4rem;
    margin: 0;
}

.footer__item .logo-default {
    width: 8rem
}

@media(min-width:992px) {
    .footer__item .logo-default {
        width: 12rem
    }

    .footer__item.logo-wrap:hover {
        opacity: .7;
    }
}

.footer__item.line-wrap {
    height: 1px;
    width: 100%;
    background-color: #e3e3e3
}

.footer__item.disclaimer-wrap {
    max-width: 1000px
}

.footer__disclaimer,
.footer__owner {
    font-size: .9em;
    opacity: .7
}

.footer__copyright {
    opacity: .7
}