@font-face {
    font-family: "EuclidCircularA";
    font-weight: 300;
    src: url("../fonts/EuclidCircularA-Light.woff2");
}
@font-face {
    font-family: "EuclidCircularA";
    font-weight: 400;
    src: url("../fonts/EuclidCircularA-Regular.woff2");
}
@font-face {
    font-family: "EuclidCircularA";
    font-weight: 500;
    src: url("../fonts/EuclidCircularA-Medium.woff2");
}
@font-face {
    font-family: "EuclidCircularA";
    font-weight: 600;
    src: url("../fonts/EuclidCircularA-SemiBold.woff2");
}
@font-face {
    font-family: "EuclidCircularA";
    font-weight: 700;
    src: url("../fonts/EuclidCircularA-Bold.woff2");
}
input,
button,
textarea,
select {
    font-family: "Nunito", sans-serif;
}

body {
    /*font-family: "EuclidCircularA", sans-serif;*/
    font-family: "Nunito", sans-serif;
    background: #f5f5f5;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100vh;
    height: var(--doc-height);
}

.page-wrapper {
    overflow: hidden;
    position: relative;
}

.container {
    width: 1300px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    border: none;
    border-radius: 12px;
    background: #1e1e1e;
    color: #f2f3f4;
    font-size: 20px;
    font-weight: 400;
    height: 55px;
    line-height: normal;
    padding: 0 32px;
}
.btn:hover {
    text-decoration: none;
    color: #f2f3f4;
    background: #000;
}

.page-title {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}
.page-top {
    background-image: url("../img/bg-page.png");
    background-size: cover;
    background-position: center;
    padding-top: 124px;
}
.page-btn.btn:hover {
    background: #fff;
    color: #1e1e1e;
}
.page-links {
	margin-top: 64px;
	display: flex;
	justify-content: space-between;
}
.page-link {
	padding: 0 30px;
	height: 64px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	border-radius: 10px 10px 0px 0px;
}
.page-link.active,
.page-link:hover {
    background: #fff;
    color: #fdb515;
}

.footer {
    background: #ffffff;
    padding: 40px 0;
    color: #060606;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.footer a {
    text-decoration: none;
    color: #060606;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.footer a:hover {
    text-decoration: underline;
}
.footer-copy {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #808080;
}

.conditions {
    padding: 70px 0 120px;
}
.conditions-right {
    width: 620px;
    padding: 40px;
    border-radius: 30px;
    background: #fff;
}
.conditions-bold {
    color: #fdb515;
    font-size: 33px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 30px;
}
.conditions-link {
    margin-top: 16px;
    color: #595959;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}
.conditions-link:hover {
    color: #fdb515;
}
.conditions-link:first-child {
    margin-top: 0;
}
.conditions-left {
    width: 540px;
}
.conditions-title {
    margin-bottom: 30px;
    color: #060606;
    font-size: 33px;
    font-weight: 600;
    line-height: 130%;
}
.conditions-ul ul {
    padding: 12px 0 0 0;
    margin: 0;
    list-style-type: none;
}
.conditions-ul li {
    display: block;
    margin-top: 16px;
    color: #060606;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}
.conditions-ul li a {
    text-decoration: none;
    color: #060606;
}
.conditions-ul li a:hover {
    text-decoration: underline;
}
.conditions-ul li:first-child {
    margin-top: 0;
}
.conditions-ul li ul li {
    margin-top: 10px;
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.conditions-ul li ul li a {
    color: #595959;
    text-decoration: none;
}
.conditions-ul li ul li a:hover {
    text-decoration: underline;
}
.conditions-ul li ul li span,
.conditions-ul li ul li b,
.conditions-ul li ul li strong {
    color: #fdb515;
    font-weight: 400;
}

.contact-map {
    height: 446px;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    width: 600px;
    max-width: 100%;
}

.faq-item {
    margin-top: 30px;
    border-bottom: 1px solid #e1e1e1;
}
.faq-item:first-child {
    margin-top: 0;
}
.faq-item:last-child {
    border-bottom: 0;
}
.faq-item__title {
    color: #fdb515;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 11px;
}
.faq-item__title::after {
    content: "";
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-image: url("../img/arrow.svg");
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.faq-item__title.open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-item__text {
    padding-bottom: 11px;
    color: #060606;
    font-size: 18px;
    line-height: 130%;
    display: none;
}
.faq-item__text a {
    text-decoration: underline;
    color: #060606;
}

.pays-qr {
    width: 140px;
}
.pays-text {
    margin: 16px 0;
    color: #060606;
    font-size: 18px;
    line-height: 130%;
}
.pays-right {
    padding: 40px 60px;
    border-radius: 30px;
    background: #fff;
    width: 520px;
}
.pays-right__text {
    color: #060606;
    font-size: 33px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 30px;
}
.pays-right__btn {
    padding: 0;
    margin: 44px 0 0 0;
    width: 100%;
}
.pays-right__item {
    margin: 60px auto 0;
    height: 50px;
    width: auto;
}
.pays-right__item:first-child {
    margin-top: 0;
    height: 60px;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
}
.header-list {
    height: 70px;
}
.header-logo {
    margin-right: auto;
}
.header-login span {
    display: none;
}
.header-login {
    height: 48px;
    font-size: 16px;
}
.header-login b {
	font-weight: 500;
	display: block;
	white-space: pre;
}
.header-phone {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-right: 30px;
    margin-left: auto;
}
.header-phone::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #1e1e1e;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header-phone:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header-profile__info {
    color: #060606;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.header-profile__info img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 30px;
    border-radius: 100%;
    margin-right: 8px;
}
.header-profile__info span {
    display: block;
}
.header-profile__info:hover {
    color: #fdb515;
    text-decoration: none;
}
.header-profile__logout {
    margin-left: 10px;
}
.header-profile__logout svg {
    stroke: #060606;
}
.header-profile__logout:hover svg {
    stroke: #fdb515;
}
.header-burger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 16px;
    display: none;
}
.header-burger__close {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header-burger.active .header-burger__close {
    opacity: 1;
}
.header-burger.active .header-burger__default {
    opacity: 0;
}

.title {
    color: #060606;
    font-size: 50px;
    font-weight: bold;
    line-height: 130%;
    text-align: center;
    margin-bottom: 40px;
}
.title span {
    position: relative;
    color: #fdb515;
    display: inline-flex;
}
.title span::before {
    content: "";
    top: calc(100% + 2px);
    left: 0;
    position: absolute;
    width: 258px;
    height: 11px;
    background-image: url("../img/title-lines.svg");
}

.get {
    padding: 150px 0 155px;
}
.get-list {
    margin-right: -180px;
}
.get-item {
    width: 192px;
    max-width: 100%;
    margin: 0 180px 0 0;
    position: relative;
}
.get-item__arrow {
    position: absolute;
    top: 33px;
    left: calc(100% + 20px);
}
.get-item:last-child .get-item__arrow {
    display: none;
}
.get-item__number {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fdb515;
    font-size: 40px;
    font-weight: bold;
    line-height: 130%;
    color: #fff;
    margin: 0 auto;
}
.get-item__text {
    margin-top: 16px;
    font-size: 20px;
    line-height: 129%;
}

.safety {
    padding: 150px 0;
}
.safety-img {
    bottom: 13px;
    left: 0;
}
.safety-box {
    width: 740px;
    max-width: 100%;
    margin-left: auto;
}
.safety-item {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0px 8px 24px 0px rgba(129, 135, 189, 0.15);
    margin-top: 20px;
}
.safety-item__title {
    color: #060606;
    font-size: 30px;
    font-weight: 600;
    line-height: 128.688%;
}
.safety-item__text {
    margin-top: 16px;
    color: #77797b;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.safety-item:first-child {
    margin-top: 0;
}

.banner {
    padding-bottom: 120px;
}
.banner-wrapper {
    padding: 83px 40px;
    border-radius: 12px;
    background: #fff;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 8px 24px 0px rgba(129, 135, 189, 0.15);
}
.banner-title {
    color: #060606;
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
}
.banner-title span {
    color: #fdb515;
}
.banner-text {
    margin: 16px 0 40px;
    color: #77797b;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.banner-btn {
    padding: 0;
    width: 100%;
}
.banner-box {
    width: 435px;
    max-width: 100%;
}
.banner-img {
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main {
    padding: 134px 0 79px;
    background-image: url("../img/bg-main.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.main-subtitle {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    width: 580px;
    max-width: 100%;
}
.main-link {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    padding-bottom: 4px;
    position: relative;
    margin: 20px 0;
}
.main-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #1e1e1e;
}
.main-link:hover::before {
    width: 0%;
}
.main-right {
    width: 580px;
    padding: 40px;
    border-radius: 30px;
    background: #fefffe;
}
.main-right__subtitle {
    color: #77797b;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.main-right__subtitle span {
    color: #1e1e1e;
}
.main-form {
    margin-top: 20px;
}
.main-form__btn {
    width: 100%;
    padding: 0;
}
.calc-info {
    color: #1e1e1e;
    font-size: 16px;
    margin: 20px 0 40px;
}
.endsum {
    color: #fdb515;
}
.main-form__input {
    margin-top: 24px;
}
.main-form__input.mt0 {
    margin-top: 0;
}
.main-form__input-title {
    color: #060606;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.main-form__input-bottom {
    margin-top: 11px;
    color: #77797b;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.main-form__input-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
}
.main-form__input-slider .noUi-connect {
    background: #fdb515;
}
.main-form__input-slider.noUi-target {
    height: 4px;
    background: #f0f1f2;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.main-form__input-slider.noUi-horizontal .noUi-handle {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fdb515;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    right: -8px;
    top: -5px;
}
.main-form__input-slider .noUi-handle:after,
.main-form__input-slider .noUi-handle:before,
.main-form__input-slider .noUi-touch-area {
    display: none;
}
.main-form__input-item {
    height: 45px;
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    line-height: normal;
    color: #060606;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    background: transparent;
    border: none;
    position: relative;
    z-index: 3;
}
.main-img {
    top: 129px;
    left: calc(50% + 30px);
    user-select: none;
}

.safety-title {
    text-align: left;
}

.whyUs-items {
    position: relative;
    width: 740px;
    max-width: 100%;
    margin-top: -20px;
}
.whyUs-item {
    width: calc(50% - 10px);
    padding: 30px 40px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(129, 135, 189, 0.15);
    margin-top: 20px;
}
.whyUs-item__title {
    margin: 10px 0 12px;
    color: #060606;
    font-size: 24px;
    font-weight: 600;
    line-height: 128.688%;
}
.whyUs-item__text {
    color: #77797b;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.whyUs-title {
    width: 450px;
    text-align: left;
    max-width: 100%;
}
.whyUs-title span::before {
    width: 355px;
    height: 11px;
    background-image: url("../img/lines.svg");
    background-size: 355px 11px;
}
.whyUs-img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}
.main-text {
    display: none;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
    color: #1e1e1e;
    margin: 10px 0;
    text-align: center;
}
.f_button a {
    color: #fff !important;
    max-width: 475px;
	text-decoration: none !important;
}
.f_button {
	margin-top: 30px;
}

/** Модальное окно **/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}

.modal-container {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
    position: relative;
    max-width: 680px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.modal-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.modal-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.modal-close-btn:hover {
    color: #333;
}

.modal-content {
    padding: 30px;
}

.modal-preloader {
    text-align: center;
    padding: 40px;
}

.preloader-spinner {
    border: 3px solid #f5f5f5;
    border-top: 3px solid #fdb515;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

body.no-scroll {
    overflow: hidden;
}

@media (max-width: 768px) {
    .modal-overlay {
        padding: 10px;
        align-items: flex-end;
    }

    .modal-container {
        max-height: 85vh;
        border-radius: 12px 12px 0 0;
        margin-bottom: 0;
    }

    .modal-header {
        padding: 15px 20px;
    }

    .modal-title {
        font-size: 1.3rem;
    }

    .modal-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .modal-header {
        padding: 12px 15px;
    }

    .modal-content {
        padding: 15px;
    }

    .modal-title {
        font-size: 1.2rem;
    }
}



#wpforms-734,
#wpforms-734-field_8-container,
#wpforms-761,
#wpforms-761-field_8-container{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 6px !important;
}
.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}




/** media **/
@media (max-width: 1330px) {
    .container {
        width: 960px;
    }
    .conditions-right,
    .conditions-left,
    .contact-map,
    .pays-right {
        width: calc(50% - 20px);
    }
    .conditions-bold {
        font-size: 28px;
    }
    .conditions-right {
        padding: 24px;
    }
    .header-logo {
        margin-right: 40px;
    }
    .header-nav ul li {
        margin-right: 24px;
    }
    .banner-box {
        width: 390px;
    }
    .safety-box {
        width: 100%;
    }
    .safety-img {
        position: static;
        width: 300px;
        display: block;
        max-width: 100%;
        margin: 0 auto 60px;
    }
    .safety-title {
        text-align: center;
    }
    .whyUs-title {
        width: 100%;
    }
    .whyUs-wrapper {
        width: 100%;
        display: block;
    }
    .whyUs-items {
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
    }
    .whyUs-item {
        margin-top: 20px;
    }
    .whyUs-title {
        margin: 0 !important;
    }
    .main-right {
        width: 460px;
    }
    .main-img {
        left: calc(50% - 10px);
        width: 550px;
        top: 170px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 730px;
    }
    .main-img {
        position: static;
        width: 234px;
        margin: 48px auto 0;
    }
    .main-subtitle {
        text-align: center;
        width: 300px;
        margin: 0 auto;
        font-size: 24px;
        line-height: 120%;
    }
    .main-text {
        text-align: center;
        display: block;
    }
    .main-left {
        text-align: center;
    }
    .main-link {
        font-size: 14px;
        line-height: 120%;
        padding-bottom: 4px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .main-right {
        width: 100%;
        border-radius: 18px;
        padding: 40px 10px;
    }
    .calc-info {
        font-size: 14px;
        margin: 16px 0 40px;
    }
    .main-form__input-bottom {
        font-size: 12px;
        font-weight: normal;
    }
    .main-form__input-title {
        font-size: 16px;
        font-weight: normal;
    }
    .main-form__input-item {
        font-size: 18px;
    }
    .btn {
        height: 44px;
        font-size: 16px;
    }
    .page-links {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 62px;
    }
    .page-link {
        margin: 0;
        padding:0 10px;
    }
    .conditions-right,
    .conditions-left {
        width: 100%;
    }
    .conditions {
        padding: 40px 0 70px;
    }
    .conditions-right {
        padding: 30px 10px;
        margin-top: 30px;
        border-radius: 20px;
    }
    .conditions-bold {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .conditions-link {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
    }
    .conditions-title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 130%;
    }
    .conditions-ul li {
        font-size: 16px;
        line-height: 130%;
    }
    .conditions-ul li ul li {
        font-size: 14px;
        line-height: 130%;
        margin-top: 10px;
    }
    .contact-map {
        margin-top: 40px;
        height: 252px;
        border-radius: 20px;
        width: 100%;
    }
    .faq-item__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 130%;
        padding-bottom: 8px;
    }
    .faq-item {
        margin-top: 20px;
    }
    .faq-item__text {
        padding-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
    }
    .pays-text {
        font-size: 14px;
        line-height: 130%;
    }
    .pays-right {
        margin-top: 40px;
        width: 100%;
        border-radius: 20px;
    }
    .pays-right__text {
        font-size: 24px;
        font-weight: 500;
        line-height: 130%;
    }
    .pays-right__btn {
        display: none;
    }
    .pays-right__item {
        height: 40px;
    }
    .pays-right__item:first-child {
        height: 50px;
    }
    .header-burger {
        display: block;
        position: relative;
        z-index: 4;
    }
    .header-nav {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        z-index: 2;
        background: #f5f5f5;
        margin: 0;
        padding: 10px;
        text-align: center;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }
    .header-nav ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    .header-nav ul li {
        display: block;
        margin: 10px 0 0 0;
    }
    .header-nav ul li:first-child {
        margin-top: 0;
    }
    .header-nav.active {
        top: 56px;
    }
    .header-profile {
        display: none;
    }
    .header-list {
        height: 66px;
    }
    .header-phone {
        margin-right: 0;
        font-size: 12px;
        position: relative;
        z-index: 4;
        line-height: 120%;
    }
    .header-logo {
        width: 120px;
        position: relative;
        z-index: 4;
    }
    /*.header-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #f5f5f5;
        z-index: 3;
        display: block;
        pointer-events: auto;
    }*/
    .title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 120%;
    }
    .get-item__text {
        font-size: 16px;
        margin-top: 10px;
    }
    .get-item__img {
        margin-bottom: 0;
        width: 70px;
        height: 70px;
    }
    .get-item__img img {
        width: 40px;
    }
    .safety {
        padding: 50px 0;
    }
    .safety-block {
        margin-top: 20px;
        width: 100%;
    }
    .safety-list {
        margin-top: -20px;
    }
    .banner-wrapper {
        padding: 60px 30px;
    }
    .banner-img {
        width: 250px;
        right: 30px;
    }
    .banner {
        padding-bottom: 70px;
    }
    .header-login {
        position: relative;
        z-index: 4;
        font-size: 12px;
        margin-left: 16px;
    }
    .get {
        padding: 50px 0 80px;
    }
    .get {
        display: block;
        text-align: center;
    }
    .get-item {
        margin: 0 auto 81px;
        width: 160px;
    }
    .get-item__number {
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 130%;
    }
    .get-list {
        display: block;
        margin: 0;
    }
    .get-item__text {
        margin-top: 12px;
        font-size: 16px;
        line-height: 130%;
        font-size: 16px;
    }
    .get-item__arrow {
        width: 61px;
        left: 33%;
        transform: rotate(90deg);
        top: calc(100% + 36px);
    }
    .banner {
        padding-bottom: 120px;
    }
    .safety {
        padding: 60px 0;
    }
    .safety-item {
        margin-top: 20px;
        padding: 30px 16px;
        border-radius: 12px;
        box-shadow: 0px 8px 24px 0px rgba(129, 135, 189, 0.15);
    }
    .safety-item__title {
        font-size: 20px;
        line-height: 129%;
    }
    .safety-item__text {
        margin: 16px 0 0 0;
        font-size: 14px;
        line-height: 130%;
    }
    .title span::before {
        width: 122px;
        height: 8px;
        background-size: 122px 8px;
    }
    .whyUs-title span::before {
        width: 170px;
        height: 7px;
        background-size: 170px 7px;
    }
    .get-item:last-child {
        margin-bottom: 0;
    }
    .main-right__subtitle {
        margin-bottom: 0;
        font-size: 14px;
    }
    .main-form {
        margin-top: 16px;
    }
    .main {
        padding: 116px 0 13px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 540px;
    }
    .header-phone {
        margin: 0;
    }
    .whyUs-item {
        width: 100%;
    }
    .calc-info {
        font-size: 16px;
    }
    .page-link {
        font-size: 14px;
        line-height: 130%;
        height: 40px;
    }
    .footer {
        font-size: 11px;
        line-height: 130%;
        padding: 20px 0;
        color: #77797b;
    }
    .footer a {
        color: #77797b;
    }
    .footer-copy {
        padding-top: 10px;
        margin-top: 10px;
    }
    .banner-wrapper {
        padding: 30px 10px;
        border-radius: 12px;
        width: 100%;
    }
    .banner-title {
        font-size: 24px;
        line-height: 130%;
    }
    .banner-text {
        margin: 16px 0 20px 0;
        font-size: 14px;
        line-height: 130%;
    }
    .banner-img {
        position: static;
        width: 300px;
        margin: 0 auto 30px;
        display: block;
        max-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .banner-box {
        width: 100%;
        margin: 0 auto;
    }
    .banner-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .pays-list .conditions-ul li {
        font-size: 14px;
    }
    .pays-list .conditions-ul li ul li {
        font-size: 12px;
    }
	.header-list {
		height: unset;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 1rem 0;
		gap: 1rem;
	}
	.header-phone {
		order: 1;
		margin: auto;
	}
	.header-logo {
		margin-right: 0;
	}
	.header-login {
		margin-left: 0;
	}
	
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
    .banner-box {
        width: 100%;
    }
    .page-link {
        font-size: 12px;
        height: 32px;
        padding: 0 5px;
    }
    .page-top {
        background-image: url("../img/bg-mobile.png");
        padding-top: 96px;
    }
    .page-title {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 130%;
    }
    .get-block {
        width: 100%;
    }
    .header-login {
        padding: 0 22px !important;
        font-size: 14px !important;
        height: 38px !important;
    }
    .header-login span {
        display: block;
    }
    .header-login b {
        display: none;
    }
    .header-logo {
        margin-right: auto;
    }
    .header-phone {
		white-space: unset;
		text-align: center;
	}
	
}
@media (max-width: 413px) {
	.page-link {
	height: 62px;
}
}
@media (max-width: 359px) {
    .pays-right {
        padding: 40px;
    }
    .header-login {
        padding: 0 16px !important;
        font-size: 13px !important;
    }
    .header-login {
        margin-left: auto;
    }
    .banner-title {
        font-size: 22px;
    }
}