.underline.h2.febn span {position: relative;top: -5px;right: -8px;}
.flex_grid {
    margin: 0 -27.5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_grid-item {
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
    max-width: 450px;
}

.flex_grid-item img {
    max-width: 100%;
    width: 100%;
    transition: 0.4s;
}

.flex_grid-item:nth-child(2n) {
    position: relative;top: 85px;
}

.flex_grid-item.last {
    display: flex;
    width: 100%;
    margin-top: 180px;
}

.flex_grid-item.last h4.h4 {
    max-width: 210px;
}

.flex_grid-item:hover img {
    transform: scale(1.1);
}

.flex_block {
    display: flex;
    min-height: 100vh;
}

.links_ {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    padding: 40px 80px;
    text-decoration: none;
}

.flex_block span {
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #000000;
    transition: 0.4s;
    display: inline-block;
    max-width: max-content;
    position: relative;
}

.flex_block small {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #000000;
    height: 60px;
    margin-top: 18px;
}

.studio {
    background: #FBE200;
}
.flex_block span:after {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0%;
    transition: 0.4s;
}
.links_:hover span:after {
    width: 100%;
}

.section_1 .h1 div:first-child {
    margin-bottom: 35px;
}

.links_block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}

.h3.tal {
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
}

.h3.nt{
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: 95px;
}

.reviewsSwiper {
    margin-left: -55px;
    margin-right: -85px;
}


.svg_img {
    max-width: 1100px;
    margin: auto;
    text-align: right;
    margin-top: -160px;
    margin-bottom: -100px;
}

.advantages__item {
    max-width: 205px;
}

.advantages__item+div {
    margin-left: 60px;
}

.advantages__item:nth-child(3) {
    margin-left: 78px;
}

.section_right .wrap .rect {
    right: 220px;
}

.advantages__items {
    max-width: 548px;
}

.advantages__item:nth-child(4) {
    max-width: 207px;
    margin-left: 35px;
}

.advantages__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantages__inner .img {
    padding-top: 35px;
    margin-left: -45px;
}
.section_1 .img {
    top: 30px;
}

section#about .wrap {
    padding-bottom: 50px;
}
.section_1 .subheader span {
    text-align: left;
    max-width: 300px;
    display: inline-block;
}
.mob{
    display: none;
}
section#reviews h2.h2 {
    margin-left: 25px;
}
h3.h3.nt {
    margin-left: 80px;
}
.reviews .mbn{
    margin-bottom: 60px;
}
.abs_ {
    position: absolute;
    top: 0;
}
.abs{
    position: relative;
}
.r0{
    right: 0;
}

@media (max-width: 1199px){
    .section_1 .img svg {
        max-width: 90%;
    }
    
    .section_1 .img {
        text-align: right;
    }
    .advantages__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .advantages__inner .img {
        padding-top: 0;
        margin-left: -167px;
    }
}

@media (max-width: 991px){
    .flex_grid {
        margin: 0;
    }
    
    .flex_grid-item {
        max-width: 48%;
    }
    
    .flex_grid-item.last {
        margin-top: 14%;
    }
}

@media (max-width: 756px){
    .flex_grid-item {
        max-width: 100%;
        top: 0!important;
    }
    
    .flex_grid-item:nth-child(5) ~ div {
        display: none;
    }
    
    .flex_grid-item.last {
        display: block!important;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .flex_grid-item.last h4.h4 {
        max-width: 100%;
    }
    section#reviews h2.h2 {
        margin-left: 0;
    }
    .section_1 .subheader {
        margin-top: 10px;
    }
    .section_1 .img {
        display: none;
    }
    .section_1 .img {
        display: none;
    }
    
    .section_1 .h1 {
        font-size: 50px;
        line-height: 61px;
    }
    
    .section_1 .h1 div:first-child {
        margin-left: 75px;
    }
    
    .section_1 .subheader span {
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.06em;
        padding-right: 0;
        max-width: 152px;
        display: inline-block;
        text-align: left;
        margin-left: 52px;
    }

    .section_1 .subheader span br {
        display: none;
    }
    
    .advantages__inner .img {
        display: none;
    }
    
    .svg_img {
        margin: 0 40px 0;
    }
    
    .svg_img svg {
        max-width: 100%;
    }
    .section_1 .h1 div:first-child {
        margin-bottom: 0;
    }
    .img.mob {
        display: block;
        text-align: center;
        max-width: 100%;
        margin: 20px 0 50px;
    }
    .img.mob svg {
        max-width: 85%;
    }
    .program__details, .program__price {
        max-width: 100px;
    }
    .reviewsSwiper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .h3.nt {
        font-size: 15px;
        line-height: 20px;
        margin-left: 42px;
    }
    .links_block {
        margin-right: 42px;
    }
    .links_ {
        width: 100%;
        height: 50vh;
        padding: 40px;
        justify-content: flex-start;
    }
    .flex_block {
        flex-direction: column;
    }
    
    .flex_block span {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.05em;
    }
    
    .flex_block small {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: -0.06em;
    }
    .program__inner .h3{
        max-width: 100%;
    }
    .img.mob.one {
        margin-top: 80px;
        margin-bottom: 100px;
    }
    .img.mob.two {
        margin-top: -37px;
        margin-bottom: 0;
    }
    h3.h3.nt {
        margin-left: 16px;
        margin-right: 16px;
    }   
    .reviews__inner .h4 {
        max-width: 100%;
    }
    .advantages__item:nth-child(3) {
        margin-left: 72px;
    }
}