@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

html {
    scroll-behavior: smooth;
}

body, html {
    height: 100%;
    min-width: 360px;
    margin: 0;
}

body {
    color: #243b55;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    font-family: Montserrat, sans-serif;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent
}

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

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 74.375rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.select {
    min-width: 0;
    position: relative
}

.select__body {
    position: relative
}

.select__title {
    color: inherit;
    text-align: left;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #243b55;
    cursor: pointer;
    width: 100%;
    padding: 16px 20px;
    border-radius: 30px
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
}

.select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.select__value:after {
    content: url(../img/select.svg);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._select-open .select__value:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5
}

.select__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.select__options {
    color: #000;
    position: absolute;
    top: calc(100% - .0625rem);
    border-radius: 30px;
    overflow: hidden;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px 0 5px 0
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12.5rem
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit
}

.select__option._select-selected {
    background-color: #eee
}

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

.select_show-top .select__options {
    top: auto;
    bottom: calc(100% - .0625rem);
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 5px 0 10px 0
}

._select-tag {
    cursor: pointer
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

#success {
    opacity: 0
}

button {
    color: #243b55
}

.popup {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    visibility: hidden;
    pointer-events: none
}

.popup__texts {
    background-color: #243b55;
    padding: 20px;
    text-align: center;
    color: #fff;
    max-width: 400px;
    border-radius: 30px
}

.popup__close {
    position: absolute;
    right: 15px;
    top: 15px
}

.popup__form-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center
}

.popup__form-desc {
    font-size: 16px;
    text-align: center;
    line-height: 120%;
    margin-top: 8px;
    margin-bottom: 16px
}

.popup .main__form {
    padding: 32px
}

.popup .main__inp:nth-child(2) {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.popup form {
    border: none
}

.popup__close {
    color: #fff
}

.popup_show {
    z-index: 99999;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #243b55;
    width: 100%;
    max-width: 400px;
    border-radius: 20px
}

.lock .popup__content {
    visibility: visible
}

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

.tabs__title {
    border: 1px solid #eee;
    padding: .625rem .9375rem;
    border-radius: .3125rem
}

.tabs__title._tab-active {
    border: 1px solid #000
}

.tabs__content {
    border: 1px solid #eee;
    padding: .625rem .9375rem
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.btn {
    border-radius: 30px;
    background-color: #ffe400;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.btn:hover {
    background-color: #ffc700
}

.btn:active {
    background-color: #f90
}

.yellow {
    color: #ffe400 !important
}

._tab-active {
    background-color: #243b55 !important;
    color: #fff !important
}

[disabled] {
    background-color: #f1f1f1 !important;
    color: #d6d6d6 !important
}

[disabled]:hover {
    background-color: #f1f1f1 !important;
    color: #d6d6d6 !important
}

[disabled]:active {
    background-color: #f1f1f1 !important;
    color: #d6d6d6 !important
}

form button, form input[type=submit] {
    color: #243b55
}

.kk {
    background-color: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0
}

.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header__logo img {
    max-width: 62px
}

.header__logo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px
}

.header__logo span:first-child {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%
}

.header__logo span:last-of-type {
    font-size: 14px;
    line-height: 130%;
    max-width: 261px
}

.header__mob {
    display: none
}

.header__bottom {
    background-color: #243b55
}

.header__phone {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    padding-left: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.header__phone::after {
    content: "";
    background-image: url(../img/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 0
}

.header__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px
}

.header__nav-link {
    display: block;
    color: #fff
}

.menu {
    display: none
}

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

.menu__body {
    position: fixed;
    width: 100%;
    -webkit-transition: left .2s;
    transition: left .2s;
    height: 100%;
    left: 0;
    top: 65px;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 86px;
    -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;
    background-color: #243b55;
    z-index: 9999;
    left: 100%;
    gap: 30px
}

.menu__body a {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu__act {
    left: 0
}

.icon-menu {
    display: none
}

.header__scroll-phone {
    display: none
}

._header-scroll .header__logo span:last-of-type {
    display: none
}

._header-scroll .header__scroll-phone {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

._header-scroll .header__scroll-phone::before {
    content: url(../img/sk.svg);
    width: 30px;
    height: 30px
}

._header-scroll .sk {
    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
}

.footer {
    background-color: #243b55;
    color: #fff
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 27px
}

.footer__phone {
    font-weight: 700;
    line-height: 120%;
    font-size: 20px;
    padding-left: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
    margin-bottom: 16px
}

.footer__phone::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/phone.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px
}

.footer__flex a {
    font-size: 14px;
    max-width: 190px;
}

.footer__item:last-child {
    max-width: 387px
}

.footer__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    display: -ms-grid;
    display: grid;
    height: 100%
}

.footer__btn {
    color: #243b55
}

.footer__copy {
    font-size: 12px;
    line-height: 110%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    gap: 8px;
    padding-left: 28px
}

.footer__copy::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/copy.svg)
}

.footer__nav-link {
    display: block;
    line-height: 130%;
    font-size: 18px
}

.footer__nav-li {
    margin-bottom: 24px
}

.footer__nav-li:last-child {
    margin-bottom: 0
}

.footer__form-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: .375rem;
    text-align: center
}

.footer__form-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    margin-bottom: 1rem
}

.footer__text {
    padding: 16px 20px;
    border-radius: 30px;
    max-height: 126px;
    width: 100%
}

.footer__inp {
    margin-top: 16px;
    margin-bottom: 32px;
    border-radius: 30px;
    padding: 16px 20px;
    width: 100%
}

.footer__btn {
    width: 100%;
    font-size: 18px
}

input[type=submit] {
    cursor: pointer
}

input[type=submit]:hover {
    background-color: #ffc700
}

input[type=submit]:active {
    background-color: #f90
}

.main {
    background-image: url(../img/main-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 31%;
}

.main__item {
    position: relative;
    right: 60px
}

.main__form {
    position: relative;
    left: 60px
}

.main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    position: relative;
    bottom: 30px
}

.main__content h1 {
    font-size: 44px;
    line-height: 110%;
    font-weight: 700;
    color: #fff;
    max-width: 642px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.main__content h1 span {
    color: #ffe400
}

.main__desc {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ffe400;
    border-radius: 30px 0;
    text-align: center;
    padding: 8px 16px
}

.main__flex {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    max-width: 472px
}

.main__flex-item {
    text-align: center
}

.main__flex-title {
    color: #ffe400;
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 110%
}

.main__flex-desc {
    font-size: 12px;
    line-height: 110%;
    color: #fff
}

.main__form {
    border-radius: 30px;
    border: 1px solid #ffe400;
    background-color: #243b55;
    color: #fff;
    padding: 25px 54px;
    max-width: 540px
}

.main__form-title {
    margin: auto;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    max-width: 340px
}

.main__form-free {
    color: #ffe400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 6px;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.main__form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main .select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.main__inp {
    max-width: 100%;
    width: 100%;
    padding: 16px 20px;
    border-radius: 30px
}

.main__inp:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.main__inp:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

.main__inp:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

.main__inp:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

.main__inp:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.main__step {
    margin-top: 20px;
    padding-left: 45px;
    gap: 16px;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 110%
}

.main__step span {
    color: #ffe400
}

.main__step::before {
    content: "";
    width: 29px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 29px;
    border-radius: 50%;
    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;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ffe400
}

.main__step:nth-child(3)::before {
    content: "1"
}

.main__step:nth-child(5)::before {
    content: "2"
}

.main__step:nth-child(6)::before {
    content: "3"
}

.main__submit {
    width: 100%;
    padding: 16px 22px;
    background-color: #ffe400;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    height: 56px;
    cursor: pointer;
    text-align: center;
}

.main__check {
    display: none
}

.main__check + label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 39px;
    cursor: pointer;
    font-size: 12px;
    line-height: 110%
}

.main__check + label::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 0
}

.main__check:checked + label::after {
    background-image: url(../img/ok.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.work {
    padding: 128px 0
}

.work h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.work__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    gap: 24px
}

.work__title {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 16px;
    font-weight: 700;
    line-height: 120%
}

.work__block:last-child {
    margin-top: 8px
}

.work__price {
    text-align: center;
    line-height: 120%;
    margin-bottom: 16px
}

.work__btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.work__item {
    border-radius: 30px;
    padding: 24px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work__item img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

.work__item:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(36, 59, 85, .16);
    box-shadow: 0 4px 8px 0 rgba(36, 59, 85, .16)
}

.zam {
    background-color: #243b55;
    padding: 54px 0;
    position: relative;
}

.zam h2 {
    text-align: center;
    color: #ffe400;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%
}

.zam__container {
    position: relative;
    z-index: 1;
}

.zam__man {
    position: absolute;
    max-width: 400px;
    bottom: 0;
}

.zam__content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.zam__item:first-child {
    max-width: 420px;
}

.zam__item:last-child {
    max-width: 510px;
}

.zam__item:last-child p:nth-child(1) {
    font-weight: 500;
    line-height: 150%;
    font-size: 18px;
    max-width: 891px
}

.zam__item:last-child p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 16px;
    margin-bottom: 40px
}

.zam__item:last-child p:nth-child(2) span {
    color: #ffe400
}

.zam__item:last-child p:nth-child(3) {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    color: #ffe400;
    margin-bottom: 24px
}

.zam__item form {
    background-color: #fff;
    color: #243b55;
    padding: 30px 40px;
    border-radius: 30px;
    max-width: 660px
}

.zam__item form .main__check + label::after {
    border: 1px solid #243b55
}

.zam__item form .main__check:checked + label::after {
    background-image: url(../img/form__ok.svg)
}

.zam__item form p:nth-child(1) {
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 120%
}

.zam__item form p:nth-child(2) {
    font-weight: 500;
    line-height: 120%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px
}

.zam__form-submit {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    height: 56px;
    margin-bottom: 33px
}

.zam__inp {
    padding: 16px 20px;
    border-radius: 30px;
    background-color: #f2f2f2;
    width: 100%;
    margin-bottom: 16px
}

.zam__bottom {
    margin-top: 16px
}

.zam__bottom p {
    font-size: 12px;
    line-height: 110%;
    text-align: center
}

.zam__grid {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    row-gap: 24px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    max-width: 575px
}

.zam__grid-item {
    font-size: 15px;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 14px 16px;
    padding-left: 56px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.zam__grid-item::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 16px
}

.zam__grid-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/2/4
}

.zam__grid-item:nth-child(1)::after {
    background-image: url(../img/zam__1.svg)
}

.zam__grid-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 1/4/2/6
}

.zam__grid-item:nth-child(2)::after {
    background-image: url(../img/zam__2.svg)
}

.zam__grid-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    min-width: 170px;
}

.zam__grid-item:nth-child(3)::after {
    background-image: url(../img/zam__3.svg)
}

.zam__grid-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: 2/3/3/6
}

.zam__grid-item:nth-child(4)::after {
    background-image: url(../img/zam__4.svg)
}

.type {
    padding: 128px 0
}

.type__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 14px
}

.type h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-align: center
}

.type__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 8px 0;
    margin-top: 20px;
    line-height: 120%
}

.type__item {
    padding: 10px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.type__price {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 16px
}

.type__img-con {
    height: 205px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.type__img-con img {
    max-height: 205px;
    height: 100%;
    width: 100%;
    max-width: 252px;
    object-fit: cover;
}

.project {
    margin-bottom: 230px
}

.project__con {
    border: 1px solid #243b55;
    overflow: hidden;
    padding: 103px 58px 160px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}

.project__img {
    position: absolute;
    bottom: -17px;
    left: 0px;
    max-width: 650px;
}

.project__time {
    background-color: #ffe400;
    color: #243b55;
    display: inline-block;
    padding: 16px;
    border-radius: 10px 0 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%
}

.project__title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #243b55
}

.project__desc {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    max-width: 690px;
    color: #243b55
}

.project__text {
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    color: #243b55;
    text-align: center
}

.project__item form {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    position: relative;
    z-index: 9;
    background-color: #fff;
    color: #243b55;
    padding: 18px 40px;
    border-radius: 30px;
    max-width: 660px
}

.project__item form .main__check + label::after {
    border: 1px solid #243b55
}

.project__item form .main__check:checked + label::after {
    background-image: url(../img/form__ok.svg)
}

.project__item form .zam__form-desc {
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    margin-top: 8px;
    margin-bottom: 40px
}

.project__item form .zam-form__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-align: center
}

.project__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 160px;
    color: #fff
}

.list h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px
}

.list__item {
    margin-bottom: 32px
}

.list__item h3 {
    padding: 20px;
    color: #243b55;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%
}

.list__info {
    padding: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px
}

.list__info-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%
}

.list__info-price {
    border-bottom: 1px solid #ffe400;
    padding-bottom: 2px
}

.list__info-item {
    padding-left: 46px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.list__info-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.list__info-item::before {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain
}

.list__info-item:nth-child(1)::before {
    background-image: url(../img/list__1.svg)
}

.list__info-item:nth-child(2)::before {
    background-image: url(../img/list__2.svg)
}

.list__info-item:nth-child(3)::before {
    background-image: url(../img/list__3.svg)
}

.list__row {
    padding: 5px 19px;
}

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

}
.list__row-left {
    font-size: 12px;
    line-height: 110%;
}

.list__row-right {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-left: 5px;
}

.list__table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 24px;
    gap: 24px
}

.list__flex-bottom {
    padding: 24px 19px
}

.list__flex-bottom a {
    padding: 16px 32px
}

.list__flex-item:first-child {
    padding-top: 24px;
    display: -ms-grid;
    display: grid;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.5%;
    flex: 0 0 41.5%;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    -ms-grid-rows:(1fr) [ 2 ];
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 24px
}

.list__flex-item:last-child {
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list__flex-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list__flex-img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #243b55;
}

.list__flex-img:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/3/4;
    -o-object-fit: cover;
    object-fit: cover
}

.list__flex-img:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2
}

.list__flex-img:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3
}

.list__flex-img:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4
}

.ex {
    margin-top: 104px
}

.ex-tabs__title-img {
    max-width: 25px;
    margin-right: 10px;
}

.ex-tabs__title {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 30px;
    border: 1px solid var(--secondary-button-stroke-default, #243b55);
    background: var(--secondary-button-bg-default, #f1f1f1);
    position: relative;
    color: var(--text-button-secondary-default243b55);
    max-width: 245px;
    width: 100%
}

.ex-tabs__title::before {
    content: '';
}

.ex-tabs__title:hover {
    background-color: #fff9f1
}

.ex-tabs__title:active {
    background-color: #243b55
}

.ex-tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ex-tabs__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    gap: 20px 100px
}

.ex-tabs__body:nth-child(2) img {
}

.ex-tabs__body:nth-child(3) img {
}

.ex-tabs__body:nth-child(4) img {
}

.ex__item {
    position: relative;
    padding-top: 58px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0px
}

.ex__item-block {
    overflow: hidden;
}

.ex__item-block:nth-child(2) {
    padding-top: 10px;
    border-radius: 0 0 30px 30px;
}

.ex__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1px
}

.ex__item-row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #243b55;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    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;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px
}

.ex__item-row.yellow {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700
}

.ex__item-row p:first-child {
    line-height: 110%;
    font-size: 12px;
    font-weight: 400
}

.ex__item-row p:last-child {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.ex__item-title {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.ex__item img {
    max-width: 100%;
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    border: 1px solid #243b55;
    border-radius: 30px;
}

.ex__bottom {
    padding: 20px 18px
}

.ex h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    font-size: 44px;
    max-width: 846px;
    margin: 0 auto;
    margin-bottom: 40px
}

[hidden] {
    display: none
}

.preim {
    margin-top: 128px
}

.preim h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px
}

.preim__flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 100px
}

.preim__item {
    background-color: #fff;
    border-bottom: 1px solid #243b55;
    border-right: 1px solid #243b55;
    padding: 17px 51px;
    position: relative;
}

.preim__item:nth-child(1)::after {
    background-image: url(../img/nicon1.png)
}

.preim__item:nth-child(2)::after {
    background-image: url(../img/nicon2.png)
}

.preim__item:nth-child(3)::after {
    background-image: url(../img/nicon3.png)
}

.preim__item:nth-child(4)::after {
    background-image: url(../img/nicon4.png)
}

.preim__item:nth-child(5)::after {
    background-image: url(../img/nicon5.png)
}

.preim__item:nth-child(6)::after {
    background-image: url(../img/nicon6.png)
}

.preim__item:nth-child(7) .preim__item-title::after {
    background-image: url(../img/preim__7.svg)
}

.preim__item:nth-child(8) .preim__item-title::after {
    background-image: url(../img/preim__8.svg)
}

.preim__item:nth-child(9) .preim__item-title::after {
    background-image: url(../img/preim__9.svg)
}

.preim__item-desc {
    line-height: 120%;
    padding-left: 80px
}

.preim__item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 11px;
    line-height: 120%;
    position: relative;
    padding-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.preim__item::after {
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain
}

.preim__item:nth-child(2)::after, .preim__item:nth-child(4)::after, .preim__item:nth-child(6)::after {
    left: 50px
}

.preim__item:nth-child(1), .preim__item:nth-child(3), .preim__item:nth-child(5) {
    padding-left: 0
}

.preim__item:nth-child(5), .preim__item:nth-child(6) {
    border-bottom: 1px solid transparent;
}

.preim__item:nth-child(2n) {
    border-right: none
}

.preim__item:nth-child(7), .preim__item:nth-child(8), .preim__item:nth-child(9) {
    border-bottom: none
}

.our {
    margin-top: 128px
}

.our h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px
}

.our__content {
    background-color: #243b55;
    color: #fff
}

.our__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    padding: 47px 0
}

.our__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.our__item:last-child {
    margin-top: 30px
}

.our__block:first-child {
    margin-bottom: 16px
}

.our__block-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px
}

.our__text {
    line-height: 120%;
    margin-bottom: 32px
}

.our__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    -ms-grid-rows:(1fr) [ 3 ];
    grid-template-rows:repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px
}

.our__grid img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.our__grid img:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/4/3;
    max-width: 488px;
    height: 411px
}

.our__grid img:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
    max-width: 180px
}

.our__grid img:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
    max-width: 180px
}

.our__grid img:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
    max-width: 180px
}

.our__table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr);
    -ms-grid-rows:(1fr) [ 2 ];
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-top: 16px;
    margin-bottom: 32px
}

.our__row {
    border: 1px solid #ffe400;
    text-align: center;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.our__row span:first-child {
    line-height: 110%;
    font-size: 12px
}

.our__row span:last-child {
    line-height: 120%
}

.our__row:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3
}

.our__row:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3/2/5
}

.our__row:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 1/5/2/7
}

.our__row:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/3/4
}

.our__row:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 2/4/3/7
}

.our__black {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-align: center
}

.our form {
    background-color: #fff;
    color: #243b55;
    padding: 40px;
    border-radius: 30px
}

.our form .main__check + label::after {
    border: 1px solid #243b55
}

.our form .main__check:checked + label::after {
    background-image: url(../img/form__ok.svg)
}

.support {
    margin-top: -432px
}

.support__p:first-of-type {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px
}

.support__p:last-of-type {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
    max-width: 604px;
    margin-bottom: 24px
}

.support__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.support__phone {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

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

.support__content {
    background-color: #243b55;
    color: #fff;
    padding-top: 104px;
    padding-bottom: 104px
}

.support__content h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 8px
}

.support__img {
    position: relative;
    top: 560px;
    right: 90px;
    max-width: 620px;
}

.cons {
    margin-top: 208px
}

.cons h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px
}

.cons__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 24px
}

.cons__img {
    max-width: 100%;
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.cons__item {
    position: relative;
    border: 2px solid transparent;
    border-radius: 20px;
}

.cons__info {
    position: absolute;
    border-radius: 20px 0;
    background: var(--bg-dark-blue, #243b55);
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    color: #fff
}

.cons__btn {
    font-size: 18px;
    max-width: 340px;
    margin: 0 auto;
    margin-top: 32px
}

.step {
    margin-top: 128px
}

.step h2 {
    margin-bottom: 40px;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 120%
}

.step__phone {
    font-weight: 700;
    margin-top: 10px;
    display: block
}

.step__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 50px
}

.step__text {
    line-height: 120%;
    margin-top: 16px;
    text-align: center;
}

.step__item {
    text-align: center;
    border: 1px solid #243b55;
    padding: 20px;
    border-radius: 20px;
}

.step__img {
    max-width: 200px;
    margin-bottom: 20px;
}

.step__item:nth-child(1) .step__title:first-child::after {
    background-image: url(../img/step__1.svg)
}

.step__item:nth-child(2) .step__title:first-child::after {
    background-image: url(../img/step__2.svg)
}

.step__item:nth-child(3) .step__title:first-child::after {
    background-image: url(../img/step__3.svg)
}

.step__item:nth-child(4) .step__title:first-child::after {
    background-image: url(../img/step__4.svg)
}

.step__item:nth-child(5) .step__title:first-child::after {
    background-image: url(../img/step__5.svg)
}

.step__item:nth-child(6) .step__title:first-child::after {
    background-image: url(../img/step__6.svg)
}

.step__price {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 110%;
    background-color: #ffe400;
    padding: 4px 8px;
    border-radius: 20px;
    display: inline-block
}

.step .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.step .flex .step__title {
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    line-height: 120%;
    margin-bottom: 10px
}

.step .flex .step__title::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: none
}

.step__title:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px
}

.step__title:first-child {
    font-size: 20px;
    font-weight: 700;
    padding-left: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.step__title:first-child::after {
    content: "";
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain
}

.page .swiper-slide:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.page .swiper-pagination {
    bottom: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent
}

.page .swiper-pagination span:hover {
    border: 1px solid #ffe400
}

.otz {
    margin-top: 128px
}

.otz__slider {
    padding: 30px 0 !important;
    padding-bottom: 100px !important
}

.otz h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%
}

.sert {
    margin-top: 128px
}

.sert__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    gap: 24px
}

.sert__item {
    padding: 31px 38px;
    border-radius: 20px;
    background: var(--bg-white, #fff);
    -webkit-box-shadow: 0 4px 8px 0 rgba(36, 59, 85, .16);
    box-shadow: 0 4px 8px 0 rgba(36, 59, 85, .16);
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.sert__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sert__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 50px 50px;
    z-index: 99;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center
}

.sert__item:hover::after {
    background-color: rgba(0, 0, 0, .412)
}

.sert__item:hover::before {
    background-image: url(../img/loop.svg)
}

.sert__item img {
    max-width: 100%;
    width: 100%
}

.sert h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%
}

.contact {
    margin-top: 128px;
    position: relative;
    background-color: #f1f1f1
}

.contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact iframe {
    max-width: 1074px;
    width: 100%;
    height: 100%;
    position: relative
}

.contact__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px
}

.contact__adress {
    max-width: 236px;
    line-height: 130%;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    margin-bottom: 24px
}

.contact__phone {
    max-width: 236px;
    line-height: 130%;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px
}

.contact__phone2 {
    max-width: 236px;
    line-height: 130%;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    margin-bottom: 24px
}

.contact__mail {
    max-width: 236px;
    line-height: 130%;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    margin-bottom: 9px
}

.contact__item:first-child {
    padding: 77px 0;
    text-align: center
}

.contact__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

input[type=email], input[type=tel], input[type=text] {
    border: 1px solid transparent;
    outline: 0
}

.calc {
    padding: 128px 0
}

.calc__content {
    background-color: #243b55;
    border-radius: 30px
}

.calc h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    padding: 25px
}

.calc__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #243b55
}

.calc__row-item {
    padding: 14px 0;
    font-size: 12px
}

.calc__row-item:nth-child(1) {
    padding-left: 24px
}

.calc__row-item:nth-child(2) {
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
    border-right: 1px solid #243b55;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding: 14px 50px 14px 20px
}

.calc__row-item:last-child {
    padding: 0 40px
}

.calc__table {
    margin-top: 16px
}

.calc__table-top {
    background-color: #243b55;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
    font-size: 14px;
    padding: 10px 24px
}

.calc__table-item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.calc__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 16px
}

.calc__grid input {
    border-radius: 30px;
    padding: 16px;
    text-align: center
}

.calc__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.calc__item:first-child {
    padding: 31px 59px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.calc__item:last-child {
    background-color: #fff;
    padding-left: 24px;
    padding-top: 8px
}

.calc__item-tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%
}

.calc__item-title {
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-align: center;
    max-width: 438px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-bottom: 16px
}

.calc__untitle {
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 24px
}

.calc .main__check + label::after {
    border: 1px solid #243b55
}

.calc .main__check:checked + label::after {
    background-image: url(../img/form__ok.svg)
}

.calc__group {
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    margin-bottom: 32px;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.calc__group .calc__radio {
    display: none
}

.calc__group .calc__radio:checked + label {
    border: 1px solid #ffe400
}

.calc__group .calc__radio + label {
    border: 1px solid transparent;
    cursor: pointer;
    height: 80px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.calc__group .calc__radio + label:hover {
    border: 1px solid #ffe400
}

.calc__group .calc__radio + label:nth-child(2) {
    background-image: url(../img/calc__1.-min.webp)
}

.calc__group .calc__radio + label:nth-child(4) {
    background-image: url(../img/calc__2.-min.webp)
}

.calc__group .calc__radio + label:nth-child(6) {
    background-image: url(../img/calc__3.-min.webp)
}

.calc__group .calc__radio + label:nth-child(8) {
    background-image: url(../img/calc__4.-min.webp)
}

.calc__group .calc__radio + label:nth-child(10) {
    background-image: url(../img/calc__5.-min.webp)
}

.calc__group .calc__radio + label:nth-child(12) {
    background-image: url(../img/calc__6.-min.webp)
}

.calc__group .calc__radio + label:nth-child(14) {
    background-image: url(../img/calc__7.-min.webp)
}

.calc__group .calc__radio + label:nth-child(16) {
    background-image: url(../img/calc__8.-min.webp)
}

.calc__group .calc__radio + label:nth-child(18) {
    background-image: url(../img/calc__9.-min.webp)
}

.calc__btn {
    padding: 16px
}

.calc__inputs {
    text-align: center;
    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
}

.calc__inputs .calc__inp {
    padding: 16px 20px;
    border-radius: 30px;
    background: var(--fields-bg-default, #f2f2f2);
    max-width: 340px;
    margin: 23px auto 0 auto;
    width: 100%
}

.calc__inputs .btn {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
    padding: 16px 32px;
    margin-bottom: 16px
}

.pr {
    padding-right: 35px
}

.pr2 {
    padding-right: 15px
}

.fw {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.pr3 {
    padding-right: 35px !important
}

.sale {
    padding-bottom: 128px
}

.sale h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 40px
}

.sale__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 24px
}

.sale__table-top {
    background-color: #243b55;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 16px;
    font-size: 14px;
    padding: 10px
}

.sale__table-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr 1fr;
    grid-template-columns:300px 1fr 1fr;
    border-bottom: 1px solid #243b55
}

.sale__table-item {
    font-size: 12px
}

.sale__table-item:first-child {
    padding: 13px 24px
}

.sale__table-item:nth-child(2) {
    padding: 13px;
    text-align: center;
    border-right: 1px solid #243b55
}

.sale__table-item:last-child {
    padding: 13px 0;
    text-align: center;
    font-weight: 700
}

.popup form {
    position: static
}

.bb {
    margin-top: 10px
}

.popup .main__inp {
    max-height: 100% !important;
    min-height: 100% !important;
    opacity: 1 !important;
    padding: 16px 20px !important
}

.popup .main__submit {
    margin-top: 0 !important
}

.page .swiper {
    overflow: hidden
}

.page .swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.page .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.page .swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page .swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page .swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.page .swiper-android .swiper-slide, .page .swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.page .swiper-button-lock {
    display: none !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #243B55
}

.page .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.page .swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.page .swiper-android .swiper-slide, .page .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.page .swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.page .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.page .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.page .swiper-slide-invisible-blank {
    visibility: hidden
}

.page .swiper-autoheight, .page .swiper-autoheight .swiper-slide {
    height: auto
}

.page .swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.page .swiper-3d, .page .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.page .swiper-3d .swiper-cube-shadow, .page .swiper-3d .swiper-slide, .page .swiper-3d .swiper-slide-shadow, .page .swiper-3d .swiper-slide-shadow-bottom, .page .swiper-3d .swiper-slide-shadow-left, .page .swiper-3d .swiper-slide-shadow-right, .page .swiper-3d .swiper-slide-shadow-top, .page .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.page .swiper-3d .swiper-slide-shadow, .page .swiper-3d .swiper-slide-shadow-bottom, .page .swiper-3d .swiper-slide-shadow-left, .page .swiper-3d .swiper-slide-shadow-right, .page .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.page .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.page .swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page .swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page .swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page .swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.page .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.page .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.page .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.page .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.page .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.page .swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.page .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.page .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.page .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.page .swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.page .swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.page .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.page .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.page .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.page .swiper-button-next, .page .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.page .swiper-button-next.swiper-button-disabled, .page .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.page .swiper-button-next:after, .page .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.page .swiper-button-prev, .page .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.page .swiper-button-prev:after, .page .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.page .swiper-button-next, .page .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.page .swiper-button-next:after, .page .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.page .swiper-button-lock {
    display: none
}

.page .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.page .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.page .swiper-horizontal > .swiper-pagination-bullets, .page .swiper-pagination-bullets.swiper-pagination-horizontal, .page .swiper-pagination-custom, .page .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.page .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.page .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.page .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #2b2b2b);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.page .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.page .swiper-pagination-bullet:only-child {
    display: none !important
}

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

.page .swiper-pagination-vertical.swiper-pagination-bullets, .page .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.page .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .page .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.page .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .page .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.page .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .page .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.page .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.page .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .page .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.page .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .page .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.page .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.page .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.page .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.page .swiper-horizontal > .swiper-pagination-progressbar, .page .swiper-pagination-progressbar.swiper-pagination-horizontal, .page .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .page .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.page .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .page .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .page .swiper-pagination-progressbar.swiper-pagination-vertical, .page .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.page .swiper-pagination-lock {
    display: none
}

.page .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.page .swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.page .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.page .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.page .swiper-scrollbar-cursor-drag {
    cursor: move
}

.page .swiper-scrollbar-lock {
    display: none
}

.page .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.page .swiper-zoom-container > canvas, .page .swiper-zoom-container > img, .page .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.page .swiper-slide-zoomed {
    cursor: move
}

.page .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.page .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.page .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.page .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.page .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.page .swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page .swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page .swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.page .swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.page .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.page .swiper-fade .swiper-slide-active, .page .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.page .swiper-cube {
    overflow: visible
}

.page .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.page .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.page .swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.page .swiper-cube .swiper-slide-active, .page .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.page .swiper-cube .swiper-slide-active, .page .swiper-cube .swiper-slide-next, .page .swiper-cube .swiper-slide-next + .swiper-slide, .page .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.page .swiper-cube .swiper-slide-shadow-bottom, .page .swiper-cube .swiper-slide-shadow-left, .page .swiper-cube .swiper-slide-shadow-right, .page .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.page .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.page .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.page .swiper-flip {
    overflow: visible
}

.page .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.page .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.page .swiper-flip .swiper-slide-active, .page .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.page .swiper-flip .swiper-slide-shadow-bottom, .page .swiper-flip .swiper-slide-shadow-left, .page .swiper-flip .swiper-slide-shadow-right, .page .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.page .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.page .swiper-cards {
    overflow: visible
}

.page .swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@font-face {
    font-family: lg;
    src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.lg-next, .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: none
}

.lg-next.disabled, .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
    color: #fff
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
    display: none
}

.lg-next {
    right: 20px
}

.lg-next:before {
    content: "\e095"
}

.lg-prev {
    left: 20px
}

.lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-maximize {
    font-size: 22px
}

.lg-toolbar .lg-maximize:after {
    content: "\e90a"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

.lg-sub-html a {
    color: inherit
}

.lg-sub-html a:hover {
    text-decoration: underline
}

.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.lg-error-msg {
    font-size: 14px;
    color: #999
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle
}

.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -webkit-transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(.5, .5, .5);
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-container {
    display: none;
    outline: 0
}

.lg-container.lg-show {
    display: block
}

.lg-on {
    scroll-behavior: unset
}

.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
    opacity: 1
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: .001;
    outline: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-zoom-from-image {
    opacity: 1
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap
}

.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(data:image/gif;base64,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) no-repeat scroll center center transparent
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative
}

.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
    display: none
}

.lg-outer.lg-hide-download .lg-download {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out .15s;
    transition: opacity .2s ease-out .15s
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-container {
    display: none
}

.lg-container.lg-show {
    display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-inline .lg-backdrop, .lg-inline .lg-outer {
    position: absolute
}

.lg-inline .lg-backdrop {
    z-index: 1
}

.lg-inline .lg-outer {
    z-index: 2
}

.lg-inline .lg-maximize:after {
    content: "\e909"
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform .35s ease-out 0s;
    transition: -webkit-transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

@media (min-width: 1800px) {
    .zam__man {
        left: 7%;
    }
}

@media (max-width: 1400px) {
    .zam__man {
        display: none;
    }
}

@media (max-width: 1224px) {
    .support__p:first-of-type {
        font-size: 18px
    }

    .support__p:last-of-type {
        font-size: 18px;
        max-width: 525px
    }

    .support__phone {
        font-size: 18px
    }

    .support__content h2 {
        font-size: 24px
    }
}

@media (max-width: 1160px) {
    .support__content {
        padding: 94px 0
    }

    .support__img {
        max-width: 464px;
        right: 0;
        top: 455px
    }
}

@media (max-width: 1140px) {
    .preim__item {
        padding: 17px 30px
    }
}

@media (max-width: 1124px) {
    .ex-tabs__navigation {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .ex-tabs__title {
        margin: 0 0;
    }

    .ex-tabs__body {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .page .swiper-slide img {
        max-width: 241px
    }
}

@media (max-width: 1030px) {
    .preim__item {
        padding: 17px 17px
    }
}

@media (max-width: 1024px) {
    .header__phone {
        font-size: 18px
    }

    .footer__title {
        font-size: 18px
    }

    .footer__phone {
        font-size: 18px
    }

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

    .footer__nav-link {
        font-size: 16px
    }

    .footer__form-title {
        font-size: 18px
    }

    .footer__form-desc {
        font-size: 14px
    }

    .main__content h1 {
        font-size: 30px
    }

    .main__desc {
        font-size: 18px;
        display: inline-block
    }

    .work {
        padding: 64px 0
    }

    .work h2 {
        font-size: 24px
    }

    .work__content {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .zam h2 {
        font-size: 24px
    }

    .zam__item:last-child p:nth-child(1) {
        font-size: 18px
    }

    .zam__item:last-child p:nth-child(2) {
        font-size: 18px
    }

    .zam__item:last-child p:nth-child(3) {
        font-size: 18px
    }

    .zam__grid-item {
        font-size: 14px
    }

    .type {
        padding: 64px 0
    }

    .type h2 {
        font-size: 24px
    }

    .type__title {
        font-size: 18px
    }

    .type__price {
        font-size: 14px
    }

    .type__btn span {
        display: none
    }

    .type__btn {
        font-size: 14px
    }

    .project {
        margin-bottom: 168px
    }

    .project__con {
        padding: 84px 33px;
        padding-bottom: 56px
    }

    .project__img {
        bottom: -95px;
        left: -86px;
        max-width: 559px
    }

    .project__title {
        font-size: 24px
    }

    .project__desc {
        font-size: 18px
    }

    .project__text {
        font-size: 18px
    }

    .project__item form .zam-form__title {
        font-size: 18px
    }

    .project__content {
        gap: 31px
    }

    .list h2 {
        font-size: 24px
    }

    .list__info {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
        padding: 20px 8px 8px;
    }

    .list__info-price {
        font-size: 14px
    }

    .list__info-item {
        padding-left: 28px
    }

    .list__info-item::before {
        width: 20px;
        height: 20px
    }

    .list__table {
        border-right: 1px solid #fff
    }

    .list__flex-item:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

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

    .list__flex-img:nth-child(1) {
        height: 418px
    }

    .ex {
        margin-top: 52px
    }

    .ex h2 {
        font-size: 24px
    }

    .our {
        margin-top: 64px
    }

    .our h2 {
        font-size: 24px
    }

    .our__text + form .main__check + label {
        padding-left: 23px
    }

    .our__text {
        font-size: 14px;
        margin-bottom: 24px
    }

    .support__p:last-of-type {
        max-width: 445px
    }

    .cons {
        margin-top: 94px
    }

    .cons h2 {
        font-size: 24px
    }

    .step {
        margin-top: 64px
    }

    .step h2 {
        font-size: 24px
    }

    .step__text {
        font-size: 14px
    }

    .step__title:first-child {
        font-size: 18px
    }

    .otz {
        margin-top: 64px
    }

    .otz h2 {
        font-size: 24px
    }

    .sert {
        margin-top: 64px
    }

    .sert h2 {
        font-size: 24px
    }

    .calc__item:first-child {
        padding: 50px 16px
    }

    .sale__table-row {
        -ms-grid-columns: 250px 1fr 1fr;
        grid-template-columns:250px 1fr 1fr
    }
}

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

    .header__mob {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
        margin-right: 30px
    }

    .header__bottom {
        display: none
    }

    .header__phone {
        display: none
    }

    .header__phone::after {
        left: 20%
    }

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

    .menu {
        display: block
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        z-index: 99999
    }

    .icon-menu span, .icon-menu::after, .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #243b55
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem);
        width: 15px
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .main__item {
        right: 0
    }

    .main__form {
        left: 0
    }

    .main__content {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main__item {
        text-align: center
    }

    .main__flex {
        margin: 0 auto;
        margin-top: 30px
    }

    .zam__content {
        gap: 30px
    }

    .type__content {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .preim__item::after {
        top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .preim__item:nth-child(2)::after, .preim__item:nth-child(4)::after, .preim__item:nth-child(6)::after {
        left: 0
    }

    .preim__flex {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .preim__item {
        border: none;
        padding: 20px 0;
        padding-left: 0 !important
    }

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

    .our__grid img:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/2/3;
        max-width: 100%;
        height: 188px
    }

    .our__grid img:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2/1/3/3;
        max-width: 100%;
        height: 188px
    }

    .our__grid img:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3/1/4/2;
        max-width: 100%;
        height: 188px
    }

    .our__grid img:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 3/2/4/3;
        max-width: 100%;
        height: 188px
    }

    .support {
        margin-top: 32px
    }

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

    .support__img {
        display: none
    }

    .calc {
        padding: 64px 0
    }

    .calc__content {
        background-color: transparent
    }

    .calc h2 {
        color: #243b55
    }

    .calc__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calc__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .calc__item:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background-color: #243b55;
        border-radius: 30px
    }

    .calc__item:last-child {
        padding-left: 0;
        margin-top: 27px
    }

    .sale {
        padding-bottom: 64px
    }

    .sale__content {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }
}

@media (max-width: 992px) and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width: 897px) {
    .main__desc {
        font-size: 15px
    }

    .main__form {
        max-width: 420px;
        padding: 30px
    }
}

@media (max-width: 876px) {
    .footer__item:nth-child(2) {
        display: none
    }

    .zam__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .project {
        margin-bottom: 32px
    }

    .project__img {
        display: none
    }

    .project__item form {
        max-width: 100%;
        width: 100%
    }

    .project__content {
        -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
    }

    .list__table {
        border: 1px solid #fff;
        border-bottom: none
    }

    .list__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        gap: 16px;
    }

    .list__flex-item:first-child {
        padding: 16px 16px 0
    }

    .ex-tabs__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 100%
    }

    .ex-tabs__navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 16px
    }

    .ex-tabs__body {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .preim h2 {
        font-size: 20px;
        margin-bottom: 24px
    }
}

@media (max-width: 768px) {
    .header__logo div {
        gap: 2px;
        flex-direction: column;
        align-items: flex-start;
    }

    .header__logo span:first-child {
        font-size: 24px
    }

    ._header-scroll .header__scroll-phone {
        font-size: 14px
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__item:first-child {
        text-align: center
    }

    .footer__copy {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        bottom: 0
    }

    .project__time {
        font-size: 14px;
        text-align: center;
        left: calc(64% - 167px);
        border-radius: 0 0 30px 30px
    }

    .support {
        padding: 0 16px
    }

    .support__p:first-of-type {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 16px
    }

    .support__p:last-of-type {
        font-size: 16px;
        font-weight: 500
    }

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

    .support__phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .support__content {
        padding: 14px;
        border-radius: 30px;
        text-align: center
    }

    .support__content h2 {
        font-size: 18px
    }

    .cons {
        margin-top: 32px
    }

    .cons__content {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .cons__info {
        font-size: 14px;
        font-weight: 500
    }

    .step__content {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .page .swiper-pagination {
        gap: 16px
    }

    .sert {
        background-color: #243b55;
        padding-bottom: 32px;
        padding-top: 32px
    }

    .sert__content {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .sert h2 {
        color: #fff
    }

    .contact {
        margin-top: 0
    }

    .contact__container {
        padding: 0
    }

    .contact iframe {
        max-width: 100%;
        width: 100%;
        height: 300px
    }

    .contact__item:first-child {
        display: none
    }

    .contact__item:last-child {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .calc__grid {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .page .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px))
    }
}

@media (max-width: 678px) {
    .zam {
        padding: 32px 0
    }

    .zam h2 {
        margin-bottom: 24px
    }

    .zam__item:last-child p:nth-child(1) {
        font-size: 16px;
        text-align: center
    }

    .zam__item:last-child p:nth-child(2) {
        font-size: 16px;
        text-align: center;
        margin-bottom: 16px
    }

    .zam__item:last-child p:nth-child(3) {
        font-size: 16px;
        text-align: center
    }

    .zam__item form p:nth-child(2) {
        font-size: 14px;
        margin-bottom: 20px
    }

    .zam__grid {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (max-width: 675px) {
    .ex-tabs__title {
        font-size: 12px;
        height: 47.6px
    }

    .step__content {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .calc {
        padding: 32px 0
    }

    .sale {
        padding-bottom: 32px
    }

    .sale__table-row {
        -ms-grid-columns: 180px 1fr 1fr;
        grid-template-columns:180px 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 657px) {
    h2 {
        font-size: 20px !important
    }

    .header__logo img {
        max-width: 40px
    }

    .header__logo span:first-child {
        font-size: 14px;
        font-weight: 500
    }

    .header__logo span:last-of-type {
        display: none
    }

    ._header-scroll .header__scroll-phone {
        display: none
    }

    .main__content h1 {
        font-size: 20px
    }

    .main__desc {
        font-size: 14px;
        font-weight: 500
    }

    .main__flex {
        display: none
    }

    .main__form-title {
        font-size: 14px
    }

    .main__form-free {
        font-size: 16px
    }

    .main .select {
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        position: absolute;
    }

    .main__inp-style-t {
        margin-bottom: 30px;
    }

    .main__inp-style {
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    .main__inp:nth-child(2) {
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0
    }

    .main__inp:nth-child(3) {
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0
    }

    .main__inp:nth-child(4) {
        max-height: 0;
        padding: 0;
        opacity: 0;
        min-height: 0;
        overflow: hidden
    }

    .main__submit {
        font-size: 14px;
        padding: 12px 24px;
        margin-top: -30px
    }

    .work {
        padding: 32px 0
    }

    .work h2 {
        margin-bottom: 24px
    }

    .work__content {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .work__title {
        font-size: 16px
    }

    .work__price {
        font-size: 14px
    }

    .work__btn {
        font-size: 14px
    }

    .type__content {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .project__container {
        padding: 0
    }

    .project__con {
        padding: 84px 16px;
        padding-bottom: 24px
    }

    .project__title {
        font-size: 18px
    }

    .project__desc {
        font-size: 16px
    }

    .project__text {
        font-size: 12px
    }

    .project__item form .zam__form-desc {
        font-size: 14px
    }

    .project__item form .zam-form__title {
        font-size: 16px
    }

    .list__info-title {
        font-size: 12px;
        font-weight: 700
    }

    .list__info-price {
        font-size: 12px
    }

    .preim {
        margin-top: 32px
    }

    .preim__flex {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 32px
    }

    .our {
        margin-top: 0
    }
}

@media (max-width: 626px) {
    .swiper-slide-next {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .page .swiper-slide-active {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        margin-left: 30px
    }
}

@media (any-hover: hover) {
    .select__option:hover {
        background: #d9d9d9
    }
}

.list__row-left {
    min-width: 200px;
}

@media (max-width: 450px) {
    .list__item h3 {
        text-align: center;
    }

    .zam__grid-item:nth-child(2) {
        min-width: 170px;
    }

    .ex__item {
        padding-top: 38px;
    }

    .cons__info {
        font-size: 12px;
        padding: 8px 8px;
    }

    .step__img {
        max-width: 150px;
    }

    .list__row-left {
        min-width: 160px;
    }
}

.sert, .our {
    display: none;
}

.mat {
    font-size: 16px;
    font-weight: 700;
}

.main .select:nth-child(3), .main .select:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
}

.cons__item:hover {
    border: 2px solid #ffe400
}

@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(55, 141, 250, .8);
        box-shadow: 0 0 0 0 rgba(55, 141, 250, .8);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(55, 141, 250, 0);
        box-shadow: 0 0 0 20px rgba(55, 141, 250, 0);
    }
}

@keyframes shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 199, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 199, 0, 0.8);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 199, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 199, 0, 0);
    }
}

.zam__form-submit {
    animation: shadow 1.5s ease infinite;
}

.form-label {
    width: 100%;
    position: relative;
    display: inline-flex
}

.just-validate-error-label {
    position: absolute;
    left: 20px;
    bottom: 2px;
    font-size: 12px;
}

.select-region:last-of-type {
    width: 100% !important;
    text-align: center;
}

.ex__item-row.yellow {
    color: #243b55 !important;