.main{
    background: #FFD200;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-bottom: 100px;
}
.main::before {
    position: absolute;
    content: '';
    background: url('../img/frame-1.webp');
    background-size: 3000px 542px;
    background-position: center;
    background-repeat: repeat-x;
    height: 542px;
    width: calc(100% + 733px);
    left: 0;
    right: 0px;
    top: 336px;
    z-index: -1;
}
.page-id-10 .main::after {
    pointer-events: none;
    position: absolute;
    content: '';
    background: url('../img/main-ico-bg.svg');
    background-size: 1859.205px 554.033px;
    background-position: center;
    background-repeat: repeat-x;
    height: 554.033px;
    width: calc(100% + -171px);
    left: 112px;
    right: 0px;
    top: 32px;
    z-index: 4;
}
.main .container{
    position: relative;
    z-index: 3;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main__inner{
    margin-top: 205px;
    min-height: 618px;
}
.main__menu{
    padding-top: 11px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.main__link{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.main__title{
    text-align: center;
    margin-bottom: 41px;
}
.main__descr{
    color: #232323;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}




.contact{
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-top: -210px;
}
.contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    top: -309px;
    margin-bottom: -328px;
    z-index: 1;
}

.contact__block{
    width: 100%;
}
.contact__block-content{
    max-width: 505px;
    border-radius: 90px 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(170, 13, 218, 0.15);
            box-shadow: 0px 0px 30px 0px rgba(170, 13, 218, 0.15);
    padding: 45px 23px 47px 40px;
    margin-right: 75px;
}

.contact__name{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 85.714% */
    margin-bottom: 11px;
}
.contact__descr{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}
.contact__content-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 32px;
    margin-left: -3px;
}
.contact__content-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    width: 100%;
}
.contact__content-link svg{
    width: 50px;
    min-width: 50px;
}
.contact__link-tel{
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.contact__link-mail{
    color: #FF4CA6;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.contact__link-inst{
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
}

.main__img {
    width: 100.343%;
    position: relative;
    top: 5px;
    right: 9px;
}
.main__image{
    margin-left: -363px;
    margin-bottom: -10px;
}



.feedback__descr{
    margin-bottom: 10px;
}


@media (max-width: 1000px) {
    .main__inner {
        margin-top: 138px;
        min-height: 618px;
    }
    .contact__block-content{
        margin-right: 0;
    }
}

@media (max-width: 777px) {
    .contact__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contact__block:last-of-type{
        width: 100%;
        max-width: 100%;
    }
    .contact__block-content{
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .main__title{
        margin-bottom: 5px;
    }
    .main__descr{
        font-size: 20px;
    }
    .main__link {
        color: #FFF;
        font-size: 16px;
    }
    .programs__name{
        margin-top: 15px;
    }
    .programs__item{
        width: 100%;
    }
    .programs__img {
        position: absolute;
        bottom: 0;
        left: 50% !important;
        width: 86% !important;
        z-index: 2;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-height: 303px !important;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .feedback-2 .feedback__descr{
        margin-top: 10px;
    }
    .main__img{
        position: inherit;
        width: 100%;
    }
    .contact__block{
        width: 100% !important;
    }
    .main__image {
        margin-left: -121px;
        margin-bottom: 0;
    }
    .contact__name {
        font-size: 27px;
    }
    .contact__link-tel,
    .contact__link-mail{
        font-size: 18px;
        line-height: 24px;
    }
    .contact__link-inst{
        font-size: 16px;
    }
    .contact__content-box{
        gap: 20px;
    }
}