@-webkit-keyframes circlone {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(740deg);
        transform: rotate(740deg)
    }
}

@keyframes circlone {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(740deg);
        transform: rotate(740deg)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.header {
    height: 88px;
    background-color: #fff;
    border-radius: 0 0 24px 24px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__left,
.header__phone span {
    display: none
}

.header__life {
    display: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.no-touch .header__life:hover {
    border: 1px solid #34b553
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__phone,
.large-menu__list a,
.small-menu__list a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #2f3f4a
}

.header__logo,
.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__phone {
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-touch .header__logo img:hover,
.no-touch .header__phone:hover {
    opacity: .8
}

.button.loading svg,
.header__phone svg {
    height: 24px;
    width: 24px
}

.header__logo {
    height: 88px
}

.header__burger,
.header__logo img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header__logo img {
    height: 24px;
    width: 187px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.header__burger {
    border-radius: 100px;
    border: 1px solid rgba(52, 181, 83, .5);
    height: 40px;
    width: 64px;
    margin-left: 12px;
    position: relative
}

.no-touch .header__burger:hover {
    border: 1px solid #34b553
}

.header__burger::after,
.header__burger::before {
    height: 1px;
    width: 32px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    background-color: #34b553;
    content: "";
    top: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.header__burger::after {
    top: 23px
}

.header__burger.is-active::after,
.header__burger.is-active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
    margin-left: -12px;
    width: 24px
}

.header__burger.is-active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pre-header {
    height: 88px;
    pointer-events: none
}

.shadow-header {
    display: none
}

.shadow-header.is-show {
    opacity: 1;
    pointer-events: all
}

.main-menu {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    position: fixed;
    z-index: 16;
    top: 0;
    width: 100%;
    left: 0;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: auto;
    height: 100vh
}

.main-menu--open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.main-menu__small {
    margin-top: 44px
}

.main-menu__bottom {
    margin-top: 45px
}

.large-menu__list,
.small-menu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 22px 32px
}

.large-menu__list a,
.small-menu__list a {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%
}

.no-touch .large-menu__list a:hover,
.no-touch .link-bottom:hover .link-bottom__text,
.no-touch .small-menu__list a:hover {
    color: #34b553
}

.small-menu__list {
    grid-gap: 19px 32px
}

.small-menu__list a {
    font-size: 16px
}

.menu-bottom__right {
    margin-top: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu-bottom__link+.menu-bottom__link {
    margin-top: 24px
}

.link-bottom,
.link-bottom__icon,
.link-bottom__icon--image,
.menu-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-bottom {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.no-touch .link-bottom:hover .link-bottom__icon,
.no-touch .menu-social a:hover {
    border: 1px solid #34b553
}

.no-touch .link-bottom:hover .link-bottom__icon--image {
    border: 0
}

.link-bottom__icon,
.link-bottom__icon--image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.link-bottom__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(52, 181, 83, .3);
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.link-bottom__icon svg {
    height: 18px;
    z-index: 2;
    position: relative;
    width: 14px
}

.link-bottom__icon--image {
    border: 0;
    background-color: #2f3f4a
}

.link-bottom__icon--image svg {
    height: 24px;
    z-index: 2;
    position: relative;
    width: 24px
}

.link-bottom__icon--image img,
.link-bottom__text {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.link-bottom__icon--image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: .5;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0
}

.link-bottom__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    margin-left: 16px;
    color: #2f3f4a
}

.menu-social,
.menu-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-social a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid rgba(52, 181, 83, .3)
}

.menu-social a svg {
    max-height: 20px;
    max-width: 24px
}

.menu-social a+a {
    margin-left: 8px
}

.footer {
    padding: 32px 0
}

.footer__phone {
    display: none
}

.footer__menu a,
.footer__phone a,
.menu-social a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #2f3f4a
}

.no-touch .footer__menu a:hover,
.no-touch .footer__phone a:hover {
    color: #34b553
}

.footer__menu {
    margin-top: 32px
}

.footer__menu ul {
    display: grid;
    grid-template-columns: 122px auto;
    grid-gap: 10px 24px
}

.footer__menu a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%
}

.footer__bottom {
    margin-top: 45px
}

.footer__copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    opacity: .3;
    line-height: 100%;
    display: block;
    cursor: default
}

.footer__bottom-link,
.footer__developed a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__bottom-link {
    font-style: normal;
    font-weight: 400;
    opacity: .3;
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin-top: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #2f3f4a
}

.no-touch .footer__bottom-link:hover,
.no-touch .footer__developed a:hover svg {
    opacity: 1
}

.footer__developed {
    margin-top: 32px
}

.footer__developed a {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: rgba(47, 63, 74, .05);
    padding: 0 16px
}

.button,
.footer__developed a,
.footer__developed svg {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.footer__developed svg {
    width: 130px;
    height: 12px;
    fill: #2f3f4a;
    opacity: .5
}

.button {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
    border-radius: 100px;
    height: 48px
}

.button.loading {
    pointer-events: none;
    cursor: progress
}

.button.loading svg {
    stroke-width: 3px;
    -webkit-animation: circlone 2s infinite linear;
    animation: circlone 2s infinite linear
}

.button+.button,
.form-answer__social-sec a+a {
    margin-left: 10px
}

.button:disabled {
    opacity: .3;
    pointer-events: none
}

.button--medium {
    padding: 8px 24px;
    font-size: 16px;
    line-height: 100%
}

.button--dark,
.button--light {
    background-color: #34b553;
    border: 1px solid #34b553;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.button--dark svg,
.no-touch .slider-navigation__btn:hover svg {
    stroke: #fff
}

.no-touch .button--dark:hover,
.no-touch .button--light:hover {
    background-color: #2f3f4a;
    border: 1px solid #2f3f4a
}

.button--light {
    background-color: #fff;
    color: #34b553
}

.button--light svg {
    stroke: #34b553
}

.no-touch .button--light:hover {
    color: #fff
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .nice-select-dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .nice-select-dropdown {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .nice-select-dropdown {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .nice-select-dropdown {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(19px);
    -ms-transform: scale(.75) translateY(19px);
    transform: scale(.75) translateY(19px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    opacity: 0
}

.nice-select .list {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    max-height: 210px;
    overflow-y: auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    list-style: none;
    outline: 0;
    padding-left: 18px;
    text-align: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .optgroup {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .nice-select-dropdown {
    display: none
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
    display: block
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

.nice-select .has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select .has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    pointer-events: none;
    border-radius: 5px 5px 0 0
}

.nice-select .nice-select-search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
    font-size: 14px
}

.input-element {
    width: 100%;
    position: relative
}

.input-element textarea {
    resize: none;
    border-radius: 16px;
    outline: 0;
    min-height: 120px;
    padding: 19px;
    font-size: 16px;
    width: 100%;
    line-height: 19px;
    color: #2f3f4a;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.no-touch .input-element textarea:hover,
.no-touch .input-element--normal input:hover,
.no-touch .input-element--normal textarea:hover {
    background-color: rgba(47, 63, 74, .03);
    border: 1px solid rgba(47, 63, 74, .05)
}

.input-element input:focus,
.input-element textarea:focus {
    background-color: rgba(47, 63, 74, .03);
    border: 1px solid rgba(47, 63, 74, .05)
}

.input-element select {
    background-color: #fff;
    border: 1px solid rgba(140, 215, 150, .5)
}

.no-touch .input-element select:hover {
    border: 1px solid #8cd796
}

.input-element input,
.input-element select {
    height: 56px;
    width: 100%;
    border-radius: 16px;
    outline: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding: 0 19px;
    color: #2f3f4a;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.input-element__label {
    display: none
}

.input-element--normal input,
.input-element--normal textarea {
    background-color: rgba(47, 63, 74, .05);
    border: 1px solid transparent
}

.input-element--ready input,
.input-element--ready textarea {
    background-color: rgba(140, 215, 150, .1);
    border: 1px solid rgba(140, 215, 150, .5)
}

.input-element--error input,
.input-element--error textarea {
    background-color: rgba(255, 149, 163, .1);
    border: 1px solid rgba(255, 149, 163, .5)
}

.input-element--error .input-element__label {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #db465a;
    position: absolute;
    top: 100%;
    margin-top: 4px
}

.nice-select {
    height: 56px;
    width: 100%;
    border-radius: 16px;
    outline: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding: 0 19px;
    color: #2f3f4a;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #fff;
    border: 1px solid rgba(140, 215, 150, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.nice-select.open {
    border: 1px solid #8cd796;
    border-radius: 16px 16px 0 0
}

.nice-select.open::after {
    -webkit-transform: rotate(0) scaleY(-1);
    -ms-transform: rotate(0) scaleY(-1);
    transform: rotate(0) scaleY(-1);
    margin-top: -16px
}

.nice-select:focus {
    border: 1px solid #8cd796
}

.nice-select .multiple-options,
.nice-select .option {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.nice-select .multiple-options {
    max-width: 270px
}

.nice-select .option {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 48px;
    position: relative;
    padding-right: 59px
}

.nice-select .option:hover {
    background-color: rgba(140, 215, 150, .1)
}

.nice-select .option.selected {
    background-color: rgba(140, 215, 150, .1) !important;
    font-weight: inherit
}

.nice-select .option.focus {
    background-color: rgba(140, 215, 150, .2) !important
}

.nice-select::after {
    border: 0;
    height: 20px;
    width: 20px;
    right: 19px;
    margin-top: -10px;
    -webkit-transform: rotate(0) scaleY(1);
    -ms-transform: rotate(0) scaleY(1);
    transform: rotate(0) scaleY(1);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/dist/assets/images/components/input-element/dropdown.svg)
}

.no-touch .nice-select:hover {
    border: 1px solid #8cd796
}

.nice-select .nice-select-dropdown {
    width: calc(100% + 2px);
    border-radius: 0 0 16px 16px;
    border: 1px solid #8cd796;
    border-top: 0;
    overflow: hidden;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -1px
}

.nice-select .nice-select-dropdown .list {
    overflow-y: overlay
}

.nice-select .nice-select-dropdown .list::-webkit-scrollbar {
    width: 16px
}

.nice-select .nice-select-dropdown .list::-webkit-scrollbar-thumb {
    background: rgba(52, 181, 83, .9);
    background-clip: content-box;
    border: 6px solid transparent;
    border-radius: 10px
}

.nice-select.has-multiple .option {
    position: relative
}

.nice-select.has-multiple .option.selected::before,
.nice-select.has-multiple .option::before {
    border-radius: 8px;
    position: absolute;
    right: 20px;
    content: "";
    width: 24px;
    top: 50%;
    margin-top: -12px;
    height: 24px
}

.nice-select.has-multiple .option::before {
    background: rgba(140, 215, 150, .1);
    border: 1px solid rgba(140, 215, 150, .5)
}

.nice-select.has-multiple .option.selected::before {
    background-color: #8cd796;
    background-image: url(/dist/assets/images/components/input-element/checkbox.svg);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat
}

.rubio {
    position: absolute;
    left: 0;
    top: 0;
    height: 56px;
    width: 100%;
    border-radius: 16px;
    outline: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    color: #2f3f4a;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none
}

.rubio span {
    opacity: 0;
    margin-right: 5px
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.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)
}

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

.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)
}

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

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

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

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

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

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

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.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
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

.slider-element {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.slider-element .wrapper {
    padding-left: 0;
    padding-right: 0
}

.slider-element__row {
    overflow: hidden;
    border-radius: 24px;
    isolation: isolate
}

.slider-list {
    position: relative
}

.slider-list .swiper-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.slider-list.image-cover .slider-list__image img {
    -o-object-fit: cover;
    object-fit: cover
}

.slider-list__image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #2f3f4a;
    min-height: 400px
}

.slider-list__image img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 750px
}

.slider-list__item {
    overflow: hidden
}

.lead-content__image img,
.slider-list__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-list__item img {
    -o-object-position: center;
    object-position: center;
    max-height: 750px
}

.slider-title {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    margin-top: 32px
}

.slider-description {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    margin: 24px auto 32px
}

.slider-pagination {
    position: absolute;
    z-index: 2;
    left: inherit;
    right: 16px;
    top: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    min-width: 50px;
    text-align: center;
    padding: 9px 12px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: rgba(47, 63, 74, .1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    pointer-events: none
}

.slider-navigation {
    display: none
}

.no-touch .slider-navigation__btn:hover {
    background-color: #34b553
}

.slider-navigation__btn.prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.slider-navigation__btn svg {
    height: 16px;
    width: 10px;
    stroke: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.slider-navigation__btn+.slider-navigation__btn {
    margin-left: 16px
}

.slider-group .wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 1840px
}

.slider-group__row--rtl {
    direction: rtl
}

.slider-row__item {
    direction: ltr
}

.slider-row__slider {
    border-radius: 24px;
    overflow: hidden;
    direction: ltr;
    margin-top: 32px;
    isolation: isolate;
    max-height: 500px
}

.group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px
}

.group-text__middle p,
.group-text__middle ul li {
    font-size: 16px;
    line-height: 160%
}

.group-text__middle ul {
    margin-top: 19px
}

.group-text__middle ul li {
    position: relative;
    padding-left: 24px
}

.group-text__middle ul li::before,
.step-item__text ul li::before {
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #2f3f4a;
    content: "";
    position: absolute;
    left: 10px;
    top: 11px
}

.group-text__middle p,
.group-text__middle ul li,
.group-text__title {
    font-style: normal;
    font-weight: 300
}

.group-text__title,
.group-text__title--small {
    font-size: 20px;
    line-height: 160%
}

.group-text__title+p {
    margin-top: 24px
}

.group-text__title span {
    color: #34b553
}

.step-list__title {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 120%
}

.step-list .swiper-wrapper {
    height: auto
}

.step-list__listing {
    padding: 0 24px;
    margin-top: 32px
}

.swiper-slide-shadow {
    display: none
}

.step-item,
.step-item__number {
    border: 1px solid rgba(52, 181, 83, .3)
}

.step-item {
    border-radius: 24px;
    padding: 23px;
    min-height: 368;
    width: 86%;
    background-color: #fff;
    direction: ltr
}

.step-item__number {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #34b553;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
}

.step-item__text,
.step-item__title {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    margin-top: 16px
}

.step-item__text {
    margin-top: 17px;
    line-height: 160%;
    font-size: 14px;
    opacity: .7
}

.step-item__text ul li {
    padding-left: 21px;
    position: relative
}

.step-item__text ul li::before {
    left: 9px;
    top: 9px
}

.lead-content {
    background-color: #2f3f4a;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 24px
}

.lead-content__content,
.lead-content__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%
}

.lead-content__image {
    position: relative;
    min-height: 196px
}

.lead-content__image img {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-position: center center;
    object-position: center center
}

.lead-content__content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px
}

.lead-content__text,
.lead-content__title {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.lead-content__text {
    font-size: 14px;
    line-height: 160%;
    margin-top: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.lead-content__text p+p {
    margin-top: 14px
}

.lead-content__button {
    margin-top: 24px;
    width: 100%
}

.lead-content__button button {
    width: 100%;
    text-align: center
}

.lead-content__button .button--dark:hover {
    border: 1px solid #34b553
}

.answer-form__row--single-person.one-line-persone .form-answer__title {
    white-space: nowrap;
    padding: 0
}

.answer-form__row--single-person.one-line-persone .form-answer__person-info {
    -ms-flex-wrap: initial;
    flex-wrap: initial
}

.answer-form__row--single-person.one-line-persone .form-answer__phone {
    white-space: nowrap
}

.answer-form__row--single-person.one-line-persone .form-answer__row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.answer-form__row--single-person,
.answer-form__row--single-person .form-answer__container,
.answer-form__row--single-person .form-answer__person-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.answer-form__row--single-person .form-answer__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0
}

.answer-form__row--single-person .form-answer__person-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 24px
}

.answer-form__row--single-person .form-answer__person-info * {
    text-align: left !important;
    font-weight: 300
}

.answer-form__row--single-person .form-answer__person-info div+div,
.form-answer__phone span+span,
.form-answer__title span+span {
    margin-top: 8px
}

.answer-form__row--single-person .form-answer__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%
}

.answer-form__row--double {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px
}

.answer-form__row--double .form-answer__element_02 {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 49px;
    height: 41px
}

.answer-form__block-title {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 110%;
    margin-bottom: 32px
}

.form-answer {
    position: relative
}

.form-answer__element_01 {
    position: absolute;
    left: -9px;
    bottom: -16px;
    width: 39px;
    height: 41px
}

.form-answer__element_01 svg,
.form-answer__element_02 svg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.form-answer__element_02 {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 49px;
    height: 41px
}

.form-answer__element_02 .elem_mobile,
.form-answer__phone span,
.form-answer__title span {
    display: block
}

.form-answer__element_02 .elem_laptop {
    display: none
}

.form-answer__person-info {
    padding: 0 32px;
    text-align: left
}

.form-answer__container {
    background: #2f3f4a;
    border-radius: 24px;
    padding: 32px 0
}

.form-answer__container--light {
    background-color: transparent;
    border: 1px solid rgba(52, 181, 83, .3);
    text-align: center
}

.no-touch .form-answer__container--light .button--dark:hover {
    background-color: #2f3f4a;
    border: 1px solid #2f3f4a
}

.form-answer__title {
    padding-left: 15px;
    padding-right: 15px;
    display: block !important;
}

.form-answer__phone,
.form-answer__title {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #fff
}

.form-answer__phone--dark,
.form-answer__title--dark {
    color: #2f3f4a
}

.form-answer__phone+.form-answer__row,
.form-answer__title+.form-answer__row {
    margin-top: 24px
}

.form-answer__row {
    padding: 0 32px
}

.form-answer__btn-sec .button {
    width: 100%
}

.form-answer__btn-sec .button--dark:hover,
.no-touch .form-answer__social-sec a:hover {
    border: 1px solid #34b553
}

.form-answer__social-sec,
.form-answer__social-sec a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-answer__social-sec {
    margin-top: 16px
}

.form-answer__social-sec a {
    height: 48px;
    width: 100%;
    border: 1px solid rgba(52, 181, 83, .3);
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.form-answer__social-sec a svg {
    height: 24px;
    width: 24px;
    fill: #34b553;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media only screen and (min-width:768px) {
    .header__phone {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .header__phone span {
        display: block;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 120%
    }

    .header__phone svg {
        display: none
    }

    .footer__menu li+li,
    .header__burger {
        margin-left: 32px
    }

    .shadow-header {
        display: block;
        z-index: 16;
        background-color: rgba(47, 63, 74, .8);
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        pointer-events: none
    }

    .main-menu {
        border-radius: 0 0 24px 24px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-bottom: 32px
    }

    .main-menu__bottom {
        margin-top: 64px
    }

    .large-menu__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .large-menu__list li {
        margin: 0 20px
    }

    .large-menu__list,
    .menu-bottom,
    .small-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .small-menu__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 24px;
        margin: 0 auto -24px;
        max-width: 900px
    }

    .small-menu__list li {
        width: 25%;
        text-align: center;
        margin-bottom: 20px
    }

    .menu-bottom {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu-bottom__right {
        margin-top: 0;
        display: block
    }

    .menu-bottom__link+.menu-bottom__link,
    .menu-social {
        margin-top: 16px
    }

    .menu-social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__phone {
        margin-left: 32px;
        display: block;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 120%
    }

    .footer__menu {
        margin-top: 22px
    }

    .footer__menu ul {
        grid-gap: 0
    }

    .footer__links,
    .footer__menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__bottom-link {
        margin-top: 0;
        margin-left: 16px
    }

    .footer__developed {
        margin-top: 24px
    }

    .group-text {
        padding-left: 32px;
        padding-right: 32px
    }

    .step-list .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px
    }

    .step-item {
        width: 100%;
        min-height: 0
    }

    .lead-content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .lead-content__content,
    .lead-content__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%
    }

    .lead-content__button,
    .lead-content__button button {
        width: auto
    }

    .answer-form__row--single-person .form-answer__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 64px;
        padding-right: 64px
    }

    .answer-form__row--single-person .form-answer__person-info {
        margin-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .answer-form__row--single-person .form-answer__person-info div {
        margin-left: 8px;
        margin-right: 8px
    }

    .answer-form__row--single-person .form-answer__person-info div+div {
        margin-top: 0
    }

    .form-answer__element_01 {
        left: 1px;
        width: 62px;
        height: 65px;
        bottom: -10px
    }

    .form-answer__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0
    }

    .form-answer__btn-sec .button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .form-answer__social-sec {
        margin-left: 16px;
        margin-top: 0
    }

    .form-answer__social-sec a {
        width: 48px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px
    }
}

@media only screen and (min-width:992px) {

    .header,
    .header__logo,
    .pre-header {
        height: 100px
    }

    .main-menu {
        padding-top: 120px
    }

    .button+.button,
    .form-answer__social-sec a+a {
        margin-left: 16px
    }

    .button--medium {
        line-height: 24px;
        padding: 8px 31px
    }

    .slider-element__row {
        border-radius: 32px
    }

    .step-list__title {
        font-size: 48px
    }

    .step-list__listing {
        padding: 0 64px;
        margin-top: 48px
    }

    .step-item {
        border-radius: 32px;
        padding: 47px;
        min-height: auto;
        width: 100%
    }

    .step-item__number {
        height: 48px;
        font-size: 24px;
        width: 48px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px
    }

    .step-item__title {
        margin-top: 32px;
        font-size: 24px;
        line-height: 120%
    }

    .step-item__text {
        font-size: 18px
    }

    .step-item__text ul li {
        padding-left: 27px
    }

    .step-item__text ul li::before {
        height: 5px;
        width: 5px;
        left: 11px;
        top: 12px
    }

    .answer-form__row--single-person .form-answer__container {
        padding-left: 88px;
        padding-right: 88px
    }

    .answer-form__row--single-person .form-answer__person-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .answer-form__row--double .form-answer__element_02 {
        width: 97px;
        height: 136px;
        margin-top: -68px
    }

    .form-answer__element_02 {
        width: 108px;
        height: 206px;
        top: 50%;
        margin-top: -103px;
        right: -32px
    }

    .form-answer__element_02 .elem_mobile {
        display: none
    }

    .form-answer__element_02 .elem_laptop {
        display: block
    }

    .form-answer__phone span+span,
    .form-answer__title span+span {
        margin-top: 0;
        margin-left: 24px
    }

    .form-answer__phone+.form-answer__row,
    .form-answer__title+.form-answer__row {
        margin-top: 32px
    }

    .form-answer__social-sec a {
        width: 56px;
        height: 56px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        border-radius: 50%
    }
}

@media only screen and (min-width:1200px) {
    .lead-content {
        border-radius: 48px
    }

    .lead-content__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 59%;
        flex: 1 0 59%;
        max-width: 59%
    }

    .lead-content__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 41%;
        flex: 1 0 41%;
        max-width: 41%;
        padding: 48px
    }

    .lead-content__title {
        font-size: 32px
    }

    .lead-content__text {
        font-size: 18px;
        margin-top: 24px
    }

    .lead-content__text p+p {
        margin-top: 16px
    }
}

@media only screen and (min-width:1301px) {
    .header {
        height: 152px
    }

    .header .wrapper {
        padding-left: 64px;
        padding-right: 64px;
        max-width: 100%
    }

    .header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 350px
    }

    .header__life {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #34b553;
        border-radius: 100px;
        border: 1px solid rgba(52, 181, 83, .3);
        padding: 19px 31px;
        margin-left: 33px
    }

    .header__right {
        width: 350px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header__right .header__burger {
        display: none
    }

    .header__phone span {
        font-size: 20px
    }

    .header__logo {
        height: 152px
    }

    .header__logo img {
        height: 36px;
        width: 280px
    }

    .header__burger {
        margin-left: 0;
        height: 56px;
        width: 104px;
        margin-right: 16px
    }

    .header__burger::after,
    .header__burger::before {
        width: 40px;
        margin-left: -20px;
        top: 22px
    }

    .header__burger::after {
        top: 31px
    }

    .header__burger.is-active::after,
    .header__burger.is-active::before {
        top: 26px
    }

    .pre-header {
        height: 152px
    }

    .main-menu {
        padding-top: 200px;
        padding-bottom: 48px
    }

    .main-menu .wrapper {
        max-width: 100%;
        padding: 0 64px
    }

    .main-menu__small {
        margin-top: 64px
    }

    .main-menu__bottom {
        margin-top: 116px
    }

    .large-menu__list li {
        margin: 0 24px
    }

    .large-menu__list a {
        font-size: 32px;
        line-height: 110%
    }

    .small-menu__list {
        margin-bottom: -27px
    }

    .small-menu__list li {
        margin-bottom: 27px
    }

    .small-menu__list a {
        font-size: 18px;
        line-height: 110%
    }

    .menu-bottom__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-bottom__left,
    .menu-bottom__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .link-bottom__icon {
        height: 56px;
        width: 56px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px
    }

    .menu-bottom__link+.menu-bottom__link,
    .menu-social {
        margin-top: 0;
        margin-left: 32px
    }

    .menu-social a {
        width: 56px;
        height: 56px
    }

    .footer .wrapper {
        padding-left: 64px;
        padding-right: 64px;
        max-width: 100%
    }

    .footer__menu {
        margin-top: 0
    }

    .footer__bottom {
        margin-top: 48px
    }

    .footer__bottom,
    .footer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__bottom-link {
        margin-left: 32px
    }

    .footer__developed {
        margin-top: 0
    }

    .button {
        height: 56px
    }

    .slider-element .wrapper {
        max-width: 1088px;
        margin: auto
    }

    .slider-element__row {
        border-radius: 48px
    }

    .slider-list__image {
        min-height: 520px
    }

    .slider-list__item img {
        min-height: 500px
    }

    .slider-title {
        font-size: 48px
    }

    .slider-description {
        font-size: 20px;
        margin: 24px auto 48px
    }

    .slider-pagination {
        right: 32px;
        top: 32px;
        height: 40px;
        font-size: 16px;
        padding: 12px 16px;
        min-width: 70px
    }

    .slider-navigation,
    .slider-navigation__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .slider-navigation {
        position: absolute;
        z-index: 2;
        left: inherit;
        right: 32px;
        bottom: 32px
    }

    .slider-navigation__btn {
        background: rgba(47, 63, 74, .1);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
        outline: 0;
        border-radius: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        height: 56px;
        width: 56px
    }

    .slider-group .wrapper {
        padding-left: 176px;
        padding-right: 176px
    }

    .slider-group__row {
        display: grid;
        grid-template-columns: auto 640px;
        grid-gap: 64px
    }

    .slider-row__slider {
        margin-top: 0;
        border-radius: 48px;
        max-height: 100%
    }

    .group-text {
        padding-left: 0;
        padding-right: 0
    }

    .group-text__middle p,
    .group-text__middle ul li {
        font-size: 18px
    }

    .group-text__middle ul li::before {
        height: 5px;
        width: 5px;
        left: 10px;
        top: 11px
    }

    .step-list__title {
        font-size: 64px
    }

    .step-list .swiper-wrapper {
        grid-gap: 32px
    }

    .step-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .step-item__content {
        margin-left: 32px
    }

    .step-item__title {
        margin-top: 0
    }

    .step-item__text {
        font-size: 16px
    }

    .lead-content__content {
        padding: 64px
    }

    .answer-form__row--single-person.one-line-persone .form-answer__phone {
        margin-left: 24px
    }

    .answer-form__row--single-person .form-answer__person-info {
        padding-right: 0
    }

    .answer-form__row--double {
        /*grid-template-columns:auto 424px;*/
        grid-template-columns: repeat(1,1fr) !important;
        grid-gap: 32px
    }

    .answer-form__block-title {
        font-size: 48px;
        line-height: 120%
    }

    .form-answer__container {
        border-radius: 32px;
        padding: 44px 0
    }

    .form-answer__phone,
    .form-answer__title {
        font-size: 24px
    }
}

@media only screen and (min-width:1600px) {
    .main-menu {
        padding-top: 249px;
        padding-bottom: 67px
    }

    .main-menu__small {
        margin-top: 95px
    }

    .large-menu__list li {
        margin: 0 32px
    }

    .large-menu__list a {
        font-size: 48px
    }

    .small-menu__list {
        max-width: 1060px
    }

    .small-menu__list li {
        margin-bottom: 30px
    }

    .group-text__middle p,
    .small-menu__list a {
        font-size: 24px
    }

    .footer {
        padding: 64px 0
    }

    .footer__phone {
        font-size: 20px;
        margin-left: 48px
    }

    .footer__menu a {
        font-size: 20px
    }

    .button--medium {
        font-size: 18px
    }

    .slider-element .wrapper {
        max-width: 1488px
    }

    .slider-list__image {
        min-height: 720px
    }

    .slider-title {
        font-size: 64px
    }

    .slider-description {
        font-size: 28px;
        margin: 34px auto 63px
    }

    .slider-group__row {
        grid-template-columns: auto 880px
    }

    .group-text__middle ul {
        margin-top: 27px
    }

    .group-text__middle ul li {
        font-size: 24px;
        padding-left: 42px
    }

    .group-text__middle ul li::before {
        height: 8px;
        width: 8px;
        left: 17px;
        top: 18px
    }

    .group-text__title {
        font-size: 28px;
        line-height: 160%
    }

    .group-text__title--small {
        font-size: 28px
    }

    .group-text__title+p {
        margin-top: 64px
    }

    .step-list .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr)
    }

    .step-item {
        border-radius: 48px;
        display: block
    }

    .step-item__content {
        margin-left: 0
    }

    .step-item__title {
        margin-top: 32px
    }

    .answer-form__row--single-person .form-answer__container {
        padding-left: 168px;
        padding-right: 168px
    }

    .answer-form__block-title {
        font-size: 64px;
        line-height: 120%;
        margin-bottom: 64px
    }

    .form-answer__element_01 {
        left: 8px;
        width: 112px;
        height: 117px;
        bottom: -23px
    }

    .form-answer__element_02 {
        width: 147px;
        height: 206px;
        top: 50%;
        margin-top: -103px;
        right: -40px
    }

    .form-answer__container {
        border-radius: 48px;
        padding: 64px 0
    }

    .form-answer__phone,
    .form-answer__title {
        font-size: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:576px) {
    .slider-list {
        max-height: 240px
    }
}