.main-top {
    position: absolute;
    top: 40px;
    @media(max-width: 767px) {
        position: relative;
        top: 0;
    }
}
.section-excursion {
    background: url(../img/main_d_1.png) no-repeat right 71% / 41%,
    linear-gradient(to right, #ddfadd, #e8faf1, #c1ebfe);
    height: 970px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    @media(max-width: 767px) {
       height: auto;
        padding: 40px 0;
    }
}

@media (min-width: 2000px) {
    .section-excursion {
        background: url(../img/main_d.webp) no-repeat right 71% / 30%,
        linear-gradient(to right, #ddfadd, #e8faf1, #c1ebfe);
    }
}

.excursion_show_new{
    margin-top: 25px;
    color: black;
    font-weight: 700;
}
.section-excursion:before {
    background-image: url(../img/bg.webp) ;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    bottom: 0;
    width: 100%;
    height: 222px;
    position: absolute;
}


.excursion-main {
    width: 60%;
}


.form-box {
    width: 55%;
    margin-top: 30px;
}

.lend_psychology_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}

.form-group {
    margin: 10px 10px 10px 0;
    position: relative;
    width: 280px;
}

input {
    width: 100%;
    padding: 20px 10px 10px 25px;
    border: none;
    font-size: 16px;
    outline: none;
    border-radius: 25px;
    height: 50px;
}


label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: #aaa;
    pointer-events: none;
    transition: 0.2s ease all;
}

input:focus ~ label,
input:not(:placeholder-shown) ~ label {
    color: #47556680;
    font-size: 12px;
    margin-left: 25px;
    top: 5px;
}

input:focus {

}

.excursion-main-button {
    width: 30%;
    margin: 40px 0 20px;
    min-width: 300px;
}
.excursion_title {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
    margin-bottom: 20px;
}
.excursion_desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    @media(max-width: 767px) {
        br{
            display: none;
        }
    }
}
.excursion-policy {
    width: 50%;
    min-width: 400px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    color: #475566B2;
}
.excursion-policy a {
    text-decoration: underline;
    color: #475566B2;
    margin-bottom: 20px;
}
.lend_psychology_but_send_action,
.excursion-policy {
    position: relative;
    z-index: 3;
}

@media (max-width: 1100px) {
    .section-excursion {
        background: linear-gradient(to right, #ddfadd, #e8faf1, #c1ebfe);
    }
    .excursion-main,
    .form-box {
        width: 100%;
    }
    .form-box {
        justify-content: center;
    }
    .form-group {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .section-excursion:before {
        display: none;
    }
    .excursion_title {
        font-size: 28px;
        line-height: 1.2;
        margin-top: 10px;
    }
    .excursion_desc {
        font-size: 15px;
        line-height: 1.3;
        margin-top: 10px;
    }
    .excursion-main-button {
        margin: 20px 0 0;
        width: 100%;
    }
}

.icons-box {
    margin: 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.icons-item {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.icons-box-icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    background-color: rgba(100, 199, 110, 0.17);
    border-radius: 20px;
    box-shadow: 0 -1px 1px 0 #66CC7180 inset;
    background-repeat: no-repeat;
    background-position: center;
}

.icons-box-icon.money {
    background-image: url('../img/payments.svg')
}
.icons-box-icon.zoom {
    background-image: url('../img/video.svg')
}
.icons-box-icon.timer {
    background-image: url('../img/timer.svg')
}
.icons-box-text {
    width: 220px;
    margin-left: 20px;
}

.bonus-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
}

.frame-text {
    width: 350px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    text-align: left;
}

.frames-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}

.frame {
    width: 50%;
    min-width: 400px;
    height: fit-content;
    padding: 40px 0px 40px 30px;
    border-radius: 30px;
    background: linear-gradient(279.75deg, #E8F6FC -87.07%, #EDFCEF 100%);
    box-sizing: border-box;
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.frame-img {
    width: 240px;
    min-width: 160px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.frame-img.one {
    background-image: url("../img/frame-1.png");
}
.frame-img.two {
    background-image: url("../img/frame-2.png");
}

@media (max-width: 1200px) {
    .icons-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .icons-item {
        margin: 20px;
    }
    .frames-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 760px) {

    .bonus-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .frame-text {
        width: fit-content;
        font-size: 16px;
        line-height: 19px;
    }

}


/* footer */

.footer {
    width: 100%;
    background: #42474d;
}
.footer-main {
    width: 100%;
    padding: 70px 50px 20px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-main .footer__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 80px;
    height: 100%;
}
.footer-main .footer__info .logo-wrapper {
    display: flex;
    align-items: flex-end;
}
.footer-main .footer__info .logo-wrapper .logo {
    margin-right: 20px;
}
.footer-main .footer__info .logo-wrapper .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer-main .footer__info .logo-wrapper .logo-name {
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    color: rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-main .footer__info .social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-main .footer__info .social a {
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: 0.3s;
}
.footer-main .footer__info .social a:hover {
    background: rgba(255, 255, 255, 0.15);
}
.footer-main .footer__info .social a:last-child {
    margin-right: 0;
}
.footer-main .footer__info .social a img {
    width: 100%;
    max-width: 22px;
    height: 100%;
    max-height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.footer-main .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-main .content .content-title {
    margin-bottom: 20px;
    width: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    color: #fff;
}
.footer-main .content .menu {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.footer-main .content .menu .col {
    width: 100%;
    max-width: 366px;
}
.footer-main .content .menu .col a {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.12;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}
.footer-main .content .menu .col a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.footer-messengers {
    width: 100%;
    max-width: 400px;
}
.footer-messengers__item {
    width: 54px;
    height: 54px;
}
.footer-messengers__item img {
    max-width: 100%;
}
.footer-messengers .footer-messengers-items {
    width: 100%;
}
.footer-messengers .footer-messengers-items .row {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 10px;
}
.footer-messengers .footer-messengers-items .row .item {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 13px;
    transition: 0.3s;
}
.footer-messengers .footer-messengers-items .row .item:hover {
    background: rgba(255, 255, 255, 0.15);
}
.footer-messengers .footer-messengers-items .row .item:last-child {
    margin-right: 0;
}
.footer-messengers .footer-messengers-items .row .item .img {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.footer-messengers .footer-messengers-items .row .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.footer-messengers .footer-messengers-items .row .item .item-text {
    width: auto;
}
.footer-messengers
.footer-messengers-items
.row
.item
.item-text
.item-text-supname {
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #fff;
}
.footer-messengers
.footer-messengers-items
.row
.item
.item-text
.item-text-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    color: #fff;
}
.footer-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contact .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-contact .wrapper .item {
    margin-right: 40px;
}
.footer-contact .wrapper .item:last-child {
    margin-right: 0;
}
.footer-contact .item {
    display: flex;
    align-items: center;
}
.footer-contact .item .img {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 8px;
}
.footer-contact .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.footer-contact .item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.12;
    color: #fff;
}
.footer-copyright {
    width: 100%;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright .wrapper {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-copyright .wrapper a {
    margin-right: 40px;
}
.footer-copyright .wrapper a:last-child {
    margin-right: 0;
}
.footer-copyright .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.12;
    color: rgba(255, 255, 255, 0.3);
}
.footer-copyright a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, 0.5);
}
.footer-contact-m {
    display: none;
}

.form-box .field_error{
    border: none !important;
}

.form-box .field_error input, .form-box .field_error .check-main{
    border-color: red;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
}

.form-box .field_error .check-main{
    border-radius: 0;
}

.form-box .field_error.form-group_phone input{
    border: none;
}

.form-box .field_error.form-group_phone .phone-input-wrapper{
    border-color: red !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 50px !important;
}

.check-main{
    border-color: #6bd677;
}

@media (max-width: 800px) {
    .footer-main{
        padding: 20px 0;
    }
    .footer-main .content {
        flex-wrap: wrap;
    }
    .frame{
        min-width: auto;
        width: 100%;
        padding: 20px 0 20px 20px;
    }
    .footer-contact {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .footer-contact .item {
        margin: 5px;
    }
    .footer-copyright {
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .footer-copyright .wrapper {
        margin: 5px;
    }
    .footer-main .content .menu .col a {
        font-size: 14px;
    }
    .footer-main .content .content-title {
        font-size: 15px;
        line-height: 1.22;
        color: #fff;
    }
    .footer-messengers__item {
        width: 40px;
        height: 40px;
    }
    .footer-main .footer__info .social a {
        height: 40px;
        width: 40px;
    }
    .footer-main .footer__info {
        gap: 20px;
    }
    .footer-main .content .menu{
        flex-direction: column;
        gap: 20px;
    }
    .footer-contact .item .name {
        font-size: 13px;
        line-height: 1;
    }
    .phone-input-wrapper{
        max-width: 100%;
    }
}
