@font-face {
    font-family: 'DINCondensedC';
    src: url('../fonts/DINCondensedC.eot'), url('../fonts/DINCondensedC.woff') format('woff'), url('../fonts/DINCondensedC.ttf') format('truetype'), url('../fonts/DINCondensedC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Posterkz-Bold';
    src: url('../fonts/Posterkz-Bold.eot'), url('../fonts/Posterkz-Bold.woff') format('woff'), url('../fonts/Posterkz-Bold.ttf') format('truetype'), url('../fonts/Posterkz-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*@font-face {
    font-family: 'DrukWideCyr-Bold';
    src: url('../fonts/DrukWideCyr-Bold.eot'),
    url('../fonts/DrukWideCyr-Bold.woff') format('woff'),
    url('../fonts/DrukWideCyr-Bold.ttf') format('truetype'),
    url('../fonts/DrukWideCyr-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Futura PT Cond Bold Italic';
    src: url('../fonts/Futura PT Cond Bold Italic W08.eot'), url('../fonts/Futura PT Cond Bold Italic W08.woff') format('woff'), url('../fonts/Futura PT Cond Bold Italic W08.ttf') format('truetype'), url('../fonts/Futura PT Cond Bold Italic W08.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/PTSans-Regular.eot'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype'), url('../fonts/PTSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/PTSans-Bold.eot'), url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype'), url('../fonts/PTSans-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*Montserrat 700*/

html,
body {
    overflow-x: hidden;
}

.din_condensed {
    font-family: 'DINCondensedC';
}

.druk_wide {
    /*font-family: 'DrukWideCyr-Bold';*/
    font-family: 'Futura PT Cond Bold Italic';
}

.poster_kz {
    font-family: 'Posterkz-Bold';
}

.text__uppercase {
    text-transform: uppercase;
}

.relative__block {
    position: relative;
    z-index: 1;
}

.absolute__block {
    position: absolute;
    z-index: -1;
}

.size100 {
    font-size: 100px;
}

.header__mobile {
    display: none;
}


/*-------------------*/

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'PTSans';
    position: relative;
    background: #FFFFFF;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container {
    position: relative;
}

.header__burger {
    display: none;
}


/*----------------------------------*/

.btn {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    border-width: 2px;
    border-radius: 38px;
    background-color: #233984;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 4px 10px 0px rgba(75, 75, 75, 0.5);
}

.btn:hover {
    background-color: #ffffff;
    background-image: none;
    border-color: #233984;
    color: #233984;
}

.section__grey {
    background: #EFEFEF;
}

.section__white {
    background: #FFFFFF;
}

.section__darkgrey {
    background: #D9D9D9;
}

.section__grey-one {
    padding-bottom: 200px;
}


/*------------HEADER----------------*/

body {
    padding-top: 140px;
}

.header {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
    top: 0;
    transition: all 0.5s ease;
}

@media screen and (min-width: 1366px) {
    .header.header_fixed {
        padding: 15px 0;
    }
    .header_fixed a.logo img {
        max-height: 50px;
    }
    .header_fixed .header__social a img {
        max-width: 30px;
    }
}

.header__left {
    display: flex;
    align-items: center;
}

.header__right {
    display: flex;
    align-items: center;
}

.header__menu {
    margin-right: 30px;
}

.header__menu .menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.header__menu .menu li {
    margin-right: 40px;
}

.header__menu .menu li:last-child {
    margin-right: 0;
}

.header__menu .menu li a {
    font-weight: 400;
    font-size: 16px;
    color: #233984;
    text-decoration: none;
    padding: 3px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.5s ease;
}

.header__menu .menu li:hover>a {
    border-color: #9AB4D6;
}

.header__menu .menu.menu-children {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    background: #fff;
    max-width: none;
    padding: 15px 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    min-width: 250px;
    top: 100%;
    display: none;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.20);
}

.header__menu .menu.menu-children li {
    margin: 5px 0;
    padding: 0;
}

.header__menu .menu.menu-children li a {
    font-weight: 400;
    font-size: 16px;
    color: #1351A2 !important;
    border: none !important;
}

.header__menu .menu li {
    position: relative;
    padding: 13px 0;
}

.header__menu .menu .menu-parrent:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #9AB4D6;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.header__menu .menu .menu-parrent:hover:before {
    display: block;
}

.header__menu .menu .menu-parrent:hover .menu-children {
    display: block;
}

.header__contact {
    margin-right: 50px;
}

.header__contact a {
    font-weight: 700;
    font-size: 15px;
    color: #1351A2 !important;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.header__contact a svg {
    margin-right: 5px;
}

.header__social {
    display: flex;
    align-items: center;
}

.header__social a {
    display: flex;
    text-decoration: none;
    margin-right: 20px;
}

.header__social a img {
    transition: all 0.5s ease;
}

.header__social a:last-child {
    margin-right: 0;
}


/*------------/HEADER---------------*/


/*-------------BANNER---------------*/

.banner__img img {
    max-width: 100%;
}

.banner__img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner__img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.banner__img iframe {
    width: 100%;
    height: 600px;
    /*width: 120%;*/
    /*height: 120%;*/
    /*transform: translate(-10%, -10%);*/
}

.banner__img--gif {
    display: none;
}


/*------------/BANNER---------------*/


/*--------------ABOUT---------------*/

.section__about {
    padding: 190px 0;
}

.absolute__about-1 {
    top: 0;
    transform: translateY(-60%) translateX(-40%);
    left: 0;
}

.section__about .section__title {
    line-height: 1;
}

.about__btn .btn {
    min-width: 255px;
}


/*-------------/ABOUT---------------*/


/*law-school__title*/

.section__law-school {
    margin-bottom: 70px;
}

.law-school__title {
    font-size: 75px;
}

.law-school__title .subtitle {
    font-size: 80px;
    position: relative;
    z-index: 1;
}

.law-school__title .subtitle:before {
    content: "";
    position: absolute;
    background: #FEC00F;
    transform: rotate(2.65deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.law-school__img img {
    margin-top: -70px;
}

.law-school__text {
    /*font-style: italic;*/
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

.law-school__advantage {
    margin-bottom: 70px;
}

.law-school__advantage--img {
    height: 135px;
    display: flex;
    align-items: center;
}

.law-school__advantage--text {
    font-weight: 400;
    font-size: 20px;
    margin-top: 15px;
}

.law-school__advantage--number {
    font-weight: 400;
    font-size: 120px;
    text-transform: uppercase;
    color: #333333;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translateY(-50%);
}

.law-school__advantage--top {
    position: relative;
}

.law-school__advantage--col:nth-child(1) .law-school__advantage--number {}

.law-school__advantage--col:nth-child(2) .law-school__advantage--number {
    left: 35%;
}

.law-school__advantage--col:nth-child(3) .law-school__advantage--number {
    left: 40%;
}

.law-school__advantage--col:nth-child(4) .law-school__advantage--number {
    left: 10%;
}


/*----------------Slider-----------------*/


/*.slider__center .swiper-wrapper {
    height: 330px;
}

.slider__center .swiper-slide  {
    display: flex;
    align-items: center;
}
.slider__center .swiper-slide.swiper-slide-prev {
    justify-content: flex-end;
}
.slider__center .swiper-slide.swiper-slide-next {
    justify-content: flex-start;
}

.slider__center .swiper-slide.swiper-slide-active .slider__center__item{
    width: 100%;
    height: 100%;
}
.slider__center .swiper-slide .slider__center__item {
    width: 50%;
    height: 50%;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide.swiper-slide-active {
    width: 100%;
}


.slider__center__item {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

.slider__center__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.slider__center {
    position: relative;
}
.section__slider {
    overflow: hidden;
}

.slider__button {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider__button--prev {
    left: 30px;
}

.slider__button--next {
    right: 30px;
}*/

.slider__center {
    position: relative;
}

.section__slider {
    overflow: hidden;
}

.slider__center.swiper {
    width: 100%;
}

.slider__center .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider__center .slider__center__item {
    transform: scale(0.5);
    transition: all 0.5s ease;
    transform-origin: right;
}

.slider__center .swiper-slide-active .slider__center__item {
    transform: scale(1);
    transform-origin: center;
}

.slider__center .swiper-slide-active+.swiper-slide .slider__center__item,
.slider__center .swiper-slide-next+.swiper-slide .slider__center__item {
    transform-origin: left;
}

.slider__center .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.slider__center__item {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

.slider__center__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.slider__button {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider__button--prev {
    left: 30px;
}

.slider__button--next {
    right: 30px;
}


/*---------------------------------*/

.section__aboutus {
    margin-top: 100px;
}

.aboutus__title {
    font-size: 100px;
    /* line-height: 1; */
    line-height: 0.7;
}

.aboutus__title .subtitle {
    font-size: 70px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: 50px;
}


/*-------------quotes--------------------*/

.section-quote {
    margin: 15px 0;
}

.section-quote__block {
    padding: 100px 0;
    position: relative;
}

.section-quote__block:before,
.section-quote__block:after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background-image: url("../img/quote.png");
    background-size: contain;
    background-position: center;
}

.section-quote__block:before {
    left: -30px;
    top: 0;
}

.section-quote__block:after {
    right: -30px;
    bottom: 0;
    transform: rotate(180deg);
}

.section-quote--line {
    border-top: 3px dashed #000000;
    width: 50%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.section-quote--line:before,
.section-quote--line:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translate(-6px, -7px) rotate(45deg);
}

.section-quote--line:before {
    left: 0;
}

.section-quote--line:after {
    left: 100%;
}

.section-quote__text {
    font-weight: 400;
    font-size: 20px;
}

.section-quote__footer {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    text-align: right;
    font-weight: 700;
}

.section-quote__name strong {
    font-size: 25px;
}

.section-quote__name i {
    font-size: 20px;
}

.section__quotes {
    margin-bottom: 150px;
}

.triangle_img {
    margin-bottom: 10px;
    margin-top: 10px;
}

.triangle_img img {
    width: 57px;
    animation: triangle 2s infinite linear;
}

.updown_anime {
    animation: updown 2s infinite linear;
}

@keyframes updown {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes triangle {
    0% {
        transform: scale(1, 1);
        animation-timing-function: linear;
    }
    1% {
        transform: scale(0.7, 0.7);
        animation-timing-function: linear;
    }
    100% {
        transform: scale(1, 1);
    }
}


/*-----section__10-----*/

.section__yellow {
    background: #FEC00F;
}

.section__10 {
    padding-bottom: 100px;
    padding-top: 80px;
    background: #585858;
}

.section__10--title {
    color: #fff;
}

.section__10--text {
    color: #fff;
}

.section__10-btn {
    text-align: right;
    margin-top: 50px;
}

.section__10-btn a {
    color: #585858;
    background: #fff;
}

.section__10-btn a:hover {
    border-color: #464646;
}

.section__10--img img {
    border-radius: 34px;
}

.section__10--title {
    font-size: 75px;
    line-height: 1;
}

.section__10--text {
    margin-top: 20px;
    font-size: 20px;
}

.section__10--qr {
    margin-top: 60px;
}

.section__10--qr-img {
    text-align: center;
}

.section__10--qr-text {
    font-size: 20px;
    color: #fff;
}

.section__10--title {
    margin-bottom: 70px;
}

.section__10--text {
    margin-top: 50px;
}


/*------section__11------*/

.section__11 {
    padding: 130px 0;
}

.section__11--title {
    font-size: 100px;
}

.section__11--title .subtitle {
    position: relative;
    z-index: 0;
    font-size: 85px;
    display: block;
}

.section__11--title .subtitle:before {
    content: "";
    position: absolute;
    background: #FEC00F;
    width: 110%;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.section__11--text {
    font-size: 20px;
    margin-top: 50px;
}

.section__11--text--top {
    margin-top: 0;
}

.section__11-btn {
    margin-top: 30px;
}


/*--------------section__12----------------*/

.section__12 {
    padding: 130px 0 150px 0;
}

.section__12--pretitle {
    margin-bottom: 80px;
}

.section__12--title {
    font-size: 75px;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    z-index: 0;
}

.section__12--title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: #FEC00F;
    z-index: -1;
    margin-top: -40px;
}

.section__12--text {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}


/*---------------section__13------------------*/

.section__13 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    position: relative;
}

.section__13--absol {
    width: 110px;
    height: 300px;
    background: #FEC00F;
    bottom: 70%;
    position: absolute;
    left: -10px;
    z-index: -1;
}

.section__13--title {
    font-size: 75px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.section__13--title .subtitle {
    font-size: 90px;
}

.section__13--text {
    margin-top: 35px;
    font-size: 20px;
    margin-bottom: 50px;
}

.section__13--list {
    margin: 0;
    padding-left: 200px;
    list-style: none;
    counter-reset: num;
    margin-top: 35px;
}

.section__13--list li {
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    counter-increment: num;
}

.section__13--list li:before {
    content: counter(num);
    position: absolute;
    font-family: 'Posterkz-Bold';
    font-size: 60px;
    left: 0;
    transform: translateX(-100%);
    margin-left: -10px;
    top: -20px;
    z-index: 1;
}

.section__13--list li:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: #FEC00F;
    left: 0;
    transform: translateX(-100%);
    border-radius: 100%;
    margin-left: -20px;
    top: -5px;
    z-index: 0;
}

.section__13--list li:last-child {
    margin-bottom: 0;
}


/*---------------section__14------------------*/

.section__14 {
    padding-top: 100px;
    /* padding-bottom: 50px; */
    z-index: 1;
    position: relative;
}

.section__14 .section__white {
    padding: 40px 0;
    margin-top: 30px;
}

.section__14--title {
    font-size: 65px;
}

.section__14--title .size45 {
    font-size: 45px;
}

.section__14 .title__yellow {
    z-index: 1;
    position: relative;
}

.section__14 .title__yellow::before {
    content: "";
    position: absolute;
    background: #FEC00F;
    transform: rotate(2.65deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section__14--absol {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-10%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.section__14--absol img {
    position: absolute;
}

.section__14--right {
    position: relative;
}

.section__14--text {
    /* margin-top: 30px; */
    margin-bottom: 40px;
    font-size: 20px;
}


/*---------section__15-------------*/

.section__15 {
    padding-top: 50px;
    padding-bottom: 130px;
    position: relative;
}

.section__15--title {
    font-size: 65px;
    text-align: right;
}

.section__15--title .size55 {
    font-size: 55px;
}

.title__yellow {
    position: relative;
    z-index: 1;
}

.title__yellow::before {
    content: "";
    position: absolute;
    background: #FEC00F;
    transform: rotate(2.65deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section__15--title .title__yellow::before {
    content: "";
    position: absolute;
    background: #FEC00F;
    transform: rotate(-2.65deg);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section__15--text {
    font-size: 20px;
    margin-top: 30px;
}


/*---------------section__16----------------*/

.section__16 {
    padding-bottom: 130px;
}

.section__16--title {
    font-size: 75px;
    margin-bottom: 60px;
}

.section__16-item--title {
    font-size: 60px;
    color: #333333;
}

.section__16-item--text {
    font-size: 20px;
}

.section__16-spiral {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-70%);
}


/*---------------section__17---------------*/

.section__17--left {
    position: relative;
    height: 680px;
    display: block;
    width: 100%;
}

.section__17--left img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    max-width: none;
}

.section__17--right {
    padding: 50px 0;
}

.section__17--title {
    font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
}

.section__17--text {
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
}


/*---------------section__18---------------*/

.section__18 {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*---------------section__19---------------*/

.section__19 {
    /*padding-bottom: 130px;*/
}

.section__19--title {
    font-size: 75px;
    margin-bottom: 50px;
}

.section__19--title .title__yellow::before {
    background: rgba(147, 149, 152, 0.35);
    transform: rotate(-2.65deg);
    width: 120%;
    left: -10%;
}


/*---------------section__20---------------*/

.section__20--info {
    display: flex;
}

.section__20--body .name {
    font-weight: 700;
    font-size: 30px;
}

.section__20--body {}

.section__20--body .text {
    font-weight: 400;
    font-size: 20px;
}

.section__20--item-1 .section__20--img {
    min-width: 405px;
}

.section__20--item-1 .section__20--body {
    margin-left: -110px;
    position: relative;
    top: 95px;
}

.section__20--item-2 {
    margin-top: -130px;
}

.section__20--item-2 .section__20--img {
    min-width: 410px;
}

.section__20--item-2 .section__20--body {
    margin-left: -80px;
    position: relative;
    top: 175px;
}

.section__20--item-3 {
    margin-top: -130px;
}

.section__20--item-3 .section__20--img {
    min-width: 340px;
}

.section__20--item-3 .section__20--body {
    margin-left: -75px;
    position: relative;
    top: 210px;
}

.section__20--item-4 {
    margin-top: -130px;
}

.section__20--item-4 .section__20--img {
    min-width: 370px;
}

.section__20--item-4 .section__20--body {
    margin-left: -100px;
    position: relative;
    top: 110px;
}

.section__20--item-5 {
    margin-top: -130px;
}

.section__20--item-5 .section__20--img {
    min-width: 350px;
}

.section__20--item-5 .section__20--body {
    margin-left: -80px;
    position: relative;
    top: 245px;
}

.section__20--item-6 {
    margin-top: -30px;
}

.section__20--item-6 .section__20--img {
    min-width: 370px;
}

.section__20--item-6 .section__20--body {
    margin-left: -95px;
    position: relative;
    top: 200px;
}


/*---------------section__20---------------*/

.section__20 {
    padding: 105px 0 100px 0;
}

.section__20--text {
    font-size: 20px;
}

.section__20--text .size22 {
    font-size: 22px;
}

.section__20--schedule {
    margin-top: 35px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 55px 55px 40px 55px;
}

.schedule__title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.schedule__line {}

.schedule__line:last-child {
    margin-bottom: 0px;
}

.schedule__line--title {
    text-align: right;
}

.schedule__line--line {
    height: 20px;
    background: #21409A;
    width: 100%;
    position: relative;
}

.schedule__line--number {
    background: #FEC00F;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    font-size: 18px;
    font-weight: bold;
}

.schedule__line--line--right {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    padding-right: 10px;
}


/*------------------section__21----------------------*/

.section__21 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section__21--bg {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: -1;
}

.section__21--title {
    font-size: 75px;
    margin-bottom: 50px;
}

.section__21--title .subtitle {
    font-size: 110px;
}

.section__21--title .title__yellow::before {
    display: none;
}

.section__21--title .title__yellow strong {
    content: "";
    position: absolute;
    background: #FEC00F;
    height: 100%;
    z-index: -1;
    transform: rotate(0deg);
    right: -30px;
    width: 30000px;
}

.section__21-item {
    margin-bottom: 30px;
}

.section__21-item:last-child {
    margin-bottom: 0px;
}

.section__21--text {
    font-size: 20px;
    padding-top: 35px;
}

.section__21--number {
    font-weight: 700;
    width: 71px;
    min-width: 71px;
    height: 71px;
    font-size: 60px;
    background: #FEC00F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
}

.section__21-info {
    display: flex;
}

.section__21--list-absol {
    position: absolute;
}

.section__21--list-absol3 {
    right: -50px;
    top: -80px;
}

.section__21--list-absol1 {
    left: 0;
    top: 50%;
    z-index: -1;
}

.section__21--list-absol2 {
    right: 0;
    top: 0;
    z-index: -1;
}

.section__21--list-absol4 {
    right: -10%;
    top: 20%;
    z-index: -1;
}


/*------------------section__22----------------------*/

.section__22 {
    padding: 145px 0;
}

.section__22--title {
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 50px;
}

.section__22--text {
    font-size: 20px;
    margin-bottom: 20px;
}

.section__22-btn {
    margin-top: 70px;
}

.section__22--slider {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.slider__22__item img {}


/*------------------section__23----------------------*/

.section__23 {
    padding: 70px 0;
}

.section__23--text {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}


/*------------------section__24----------------------*/

.section__24 {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

.section__24--bg {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.section__24--title {
    font-size: 75px;
    margin-bottom: 50px;
}

.section__24--title .title__yellow::before {
    transform: rotate(0);
}

.section__24--text {
    font-size: 20px;
    margin-bottom: 40px;
}

.section__24__list--img {
    position: relative;
    z-index: 1;
    min-width: 250px;
}

.section__24__list--abs {
    position: absolute;
    z-index: -1;
}

.section__24__list--line {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.section__24__list--line:nth-child(2n) {
    flex-direction: row-reverse;
}

.section__24__list--line:nth-child(2n) .section__24__list--right {
    margin-left: 0px;
    margin-right: 30px;
}

.section__24__list--line:last-child {
    margin-bottom: 0;
}

.section__24__list--title {
    font-weight: 700;
    font-size: 25px;
}

.section__24__list--text {
    font-weight: 400;
    font-size: 20px;
}

.section__24__list--right {
    margin-left: 30px;
}

.section__24--list {
    margin-bottom: 90px;
}


/*------------------section__25----------------------*/

.section__25 {
    padding: 200px 0 100px 0;
}

.section__25--title {
    font-size: 75px;
    margin-bottom: 50px;
}

.section__25--title .title__yellow::before {
    transform: rotate(0);
}

.section__25--text {
    font-size: 20px;
    margin-bottom: 20px;
}

.section__25--item--info .name {
    font-weight: 700;
    font-size: 30px;
    display: flex;
    margin-bottom: 5px;
}

.section__25--item--info .instagram {
    font-weight: 700;
    font-size: 20px;
    text-decoration-line: underline;
    color: #000;
    background: #FEC00F;
    border-radius: 10px;
    padding: 5px 26px;
    display: inline-block;
    margin-bottom: 10px;
}

.section__25--item--info .text {
    font-weight: 400;
    font-size: 20px;
}

.section__25--item--img {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.section__25--item--img svg {
    position: absolute;
    z-index: -1;
    left: 0;
}

.section__25--item:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.section__25--item:nth-child(2n) .section__25--item--img {
    justify-content: flex-start;
}

.section__25--item:nth-child(2n) .section__25--item--img svg {
    position: absolute;
    z-index: -1;
    right: 0;
    left: auto;
}

.section__25__standup {
    margin-bottom: -100px;
}


/*------------------section__26----------------------*/

.section__26 {
    padding: 150px 0 150px 0;
    position: relative;
    z-index: 1;
}

.section__26--title {
    font-size: 75px;
    margin-bottom: 15px;
}

.section__26-absol-1 {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
}

.section__26-absol-2 {
    position: absolute;
    right: 0;
    z-index: -1;
}

.section__26--right {
    text-align: right;
}

.section__26--text {
    margin-top: 25px;
    font-weight: 400;
    font-size: 20px;
    padding: 40px 80px;
    background: #FEC00F;
    border-radius: 21px;
    margin-bottom: 70px;
}


/*------------------section__27----------------------*/

.section__27 {
    padding: 300px 0 200px 0;
    position: relative;
    z-index: 1;
}

.section__27--bg {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: -1;
}

.section__27--title {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 60px;
}

.section__27--title .subtitle {
    font-size: 120px;
}

.section__27--text {
    font-size: 20px;
}

.section__27--subtitle {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section__27--subtitle2 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.section__27--btns {
    margin-top: 150px;
    display: flex;
    justify-content: center;
}

.section__27--btn .title {
    font-weight: 400;
    font-size: 55px;
}

.section__27--btn {
    background: #233984;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    text-align: center;
    width: 470px;
    padding: 20px 30px;
    color: #FFFFFF;
    position: relative;
    margin: 0 20px;
    transition: all 0.5s ease;
}

.section__27--btn:hover {
    background: #1c2e69;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.section__27--btn .text {
    font-style: italic;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

.section__27--btn .mode {
    font-size: 20px;
}

.section__27--btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    opacity: 0;
}

.section__27--list-absol {
    position: absolute;
}

.section__27--list-absol1 {
    right: 0;
    top: 0;
    transform: translateY(-40%) translateX(40%);
}

.section__27--list-absol2 {
    right: 0;
    top: 120px;
}

.section__27--list-absol3 {
    right: 0;
    top: 400px;
    transform: translateX(70%);
    z-index: -1;
}

.section__27--list-absol4 {
    right: 0;
    top: 0px;
    transform: translateX(-70%);
    z-index: -1;
}


/*------------------section__28----------------------*/

.section__28 {
    padding: 350px 0 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section__28--title {
    font-size: 100px;
    line-height: 1;
}

.section__28--title .druk_wide {
    font-size: 120px;
}

.section__28-btn {
    text-align: right;
}

.section__28--absol {
    width: 70px;
    height: 300px;
    background: #FEC00F;
    bottom: 70%;
    position: absolute;
    left: 15%;
    z-index: -1;
}

.section__28--list-absol {
    position: absolute;
    top: 0;
    right: 10%;
}


/*------------------section__29----------------------*/

.section__29 {
    padding-top: 130px;
    padding-bottom: 90px;
    margin-top: 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.section__29--title {
    font-size: 75px;
    line-height: 1;
    margin-bottom: 20px;
}

.section__29--title .subtitle {
    font-size: 100px;
}

.section__29--subtitle2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
}

.section__29--text {
    font-size: 20px;
}

.section__29--row {
    margin-bottom: 25px;
}

.section__29--img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 17px;
}

.section__29-btn {
    margin-top: 80px;
    text-align: center;
}

.section__29-btn .btn {
    margin-right: 40px;
    position: relative;
    height: 56px;
    display: inline-flex;
    align-items: center;
    padding-right: 60px;
    color: #fff;
}

.section__29-btn .btn .btn_lang {
    font-weight: 700;
    color: #233984;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    font-size: 25px;
    min-width: 42px;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.section__29-btn .btn:hover .btn_lang {
    background: #233984;
    color: #fff;
}

.section__29--list-absol {
    position: absolute;
    right: 0;
    top: -70px;
    z-index: -1;
}

.modal-block {
    max-width: 550px;
}

.modal-block .md-content {
    background: #233984;
    border-radius: 15px;
    position: relative;
    padding: 50px 50px 30px 50px;
}

.modal-block .md-content .md-close {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
    right: 20px;
    top: 20px;
}

.section__29__book {
    display: flex;
    justify-content: space-between;
}

.section__29__book--item {
    border-radius: 7px;
    border: 1px solid #FEF4EC;
    padding: 25px 15px 15px 15px;
    text-align: center;
    position: relative;
    margin: 0 15px;
}

.section__29__book--img {
    margin-bottom: 5px;
}

.section__29__book--title {
    color: #FFF;
    text-align: center;
    font-size: 26px;
}

.section__29__book--ok {
    margin-top: 25px;
}

.section__29__book--item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    opacity: 0;
}


/*------------------section__30----------------------*/

.section__30 {
    padding: 100px 0;
}

.section__30--title {
    font-size: 75px;
}

.section__30--title .subtitle {
    font-size: 100px;
}

.section__30--test .title {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section__30--test .text {
    font-size: 20px;
    margin-bottom: 30px;
}

.section__30--test {
    margin-bottom: 50px;
}

.section__30--test:last-child {
    margin-bottom: 0;
}

.section__30-btn {
    text-align: right;
}

.section__30-btn .btn {
    background: #FFC20E;
    padding: 5px 20px;
}

.section__30-btn .btn:hover {
    background-color: #ffffff;
    background-image: none;
    border-color: #FFC20E;
    color: #FFC20E;
}


/*------------------section__31----------------------*/

.section__31 {
    padding: 100px 0;
}

.section__31--title {
    margin-bottom: 25px;
    font-size: 75px;
}

.section__31--text {
    font-size: 24px;
    margin-bottom: 30px;
}

.section__31--slider {
    overflow: hidden;
}

.section__31--slider .swiper-wrapper {
    align-items: center;
    text-align: center;
}


/*------------------footer----------------------*/

footer.footer {
    background: #EDEDED;
    padding: 40px 0;
}

.footer__left {
    display: flex;
    align-items: center;
}

.footer__contact {
    margin-right: 50px;
}

.footer__contact a {
    font-weight: 700;
    font-size: 15px;
    color: #1351A2 !important;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.footer__right {
    display: flex;
    align-items: center;
}

.footer__social {
    display: flex;
    align-items: center;
}

.footer__social a {
    display: flex;
    text-decoration: none;
    margin-right: 20px;
}

.footer__social a:last-child {
    margin-right: 0;
}


/*-----------------------------------------------------*/


/*-----------------------------------------------------*/

.header__back a {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 16px;
    color: #233984 !important;
    display: flex;
    align-items: center;
}

.header__back a svg {
    margin-right: 10px;
}

.header__back {
    margin-right: 60px;
}

.section__second-page {
    padding: 130px 0;
}

.second-page--title {
    font-weight: 400;
    font-size: 110px;
    line-height: 1;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

.section__about-numbers--title .absolute__block {
    right: 10%;
    top: 0;
    transform: translateY(-10%);
}

.person_year__title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.person_year__title span {
    z-index: 1;
    position: relative;
}

.person_year__title span:before {
    content: "";
    position: absolute;
    background: #FEC00F;
    transform: rotate(2deg);
    height: 100%;
    left: -10px;
    right: -10px;
    z-index: -1;
}

.person_year__text {
    font-size: 24px;
}

.person_year__line-right .row {
    flex-direction: row-reverse;
}

.person_year__line-right .person_year__text {
    text-align: right;
}

.person_year__line-right .person_year__title {
    display: flex;
    justify-content: flex-end;
}

.person_year__line {
    margin-bottom: 20px;
}

.person_year__instagram {
    background: #233984;
    border-color: #233984;
    border-width: 2px;
    border-radius: 20px;
    padding: 10px 70px;
    font-weight: 700;
    font-size: 30px;
    color: #FFC20E !important;
    text-decoration: none !important;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.person_year__instagram:hover {
    background-color: #ffffff;
    background-image: none;
    border-color: #233984;
}

.person_year__instagram span {
    text-decoration-line: underline;
}

.person_year__link {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.person_year__info {
    position: relative;
    z-index: 2;
}


/*-------------popular_materials---------------------*/

.popular_materials-btn .btn {
    padding: 5px 20px;
}

.popular_materials-btn {
    text-align: right;
}

.popular_materials--title {
    font-size: 80px;
    margin-bottom: 140px;
}

.absolute__about-popular_materials {
    top: -90px;
    right: 25%;
}


/*------------------participant_projects--------------------*/

.participant_projects__title {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}

.participant_projects__title svg {
    margin-left: 15px;
}

.person_year__image {
    position: relative;
}

.person_year__center {
    max-width: 425px;
    margin: 0 auto;
}

.participant_projects__text {
    font-size: 20px;
}

.participant_projects--image {
    /* margin-bottom: 35px; */
    position: relative;
    z-index: 1;
}

.participant_projects--image svg {
    position: absolute;
    z-index: -1;
}

.participant_projects__line:nth-child(2) .participant_projects--image svg {
    right: 0;
    left: auto;
    top: -110px;
}

.participant_projects__line:nth-child(3) .participant_projects--image svg {
    right: auto;
    left: -200px;
    bottom: -110px;
}

.participant_projects__line:nth-child(5) .participant_projects--image svg {
    right: auto;
    left: 0px;
    bottom: 0px;
}

.participant_projects__link {
    /* justify-content: flex-start; */
}

.participant_projects__link .person_year__instagram {
    background: #232323;
    padding: 10px 25px;
    border-color: #232323;
}

.participant_projects__link .person_year__instagram:hover {
    background-color: #ffffff;
    background-image: none;
    border-color: #232323;
}

.participant_projects__absol2 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 20%);
}

.participant_projects__arrow {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    overflow: hidden;
}

.projects__arrow {
    display: block;
    width: 100%;
    height: 19px;
    background: #232323;
    margin-left: 15px;
}

.participant_projects__line {
    margin: 35px 0;
}

.participant_projects__line {
    margin-bottom: 60px;
}

.participant_projects__line:last-child {
    margin-bottom: 0;
}


/*------------------about-page------------------*/

.about-mission__title {
    font-weight: 700;
    font-size: 40px;
}

.about-mission__title h3 {
    margin: 0;
    font-size: 100px;
    text-transform: uppercase;
    font-family: 'DINCondensedC';
    line-height: 1;
}

.about-mission__text {
    font-size: 20px;
}

.section__about-mission {
    padding: 150px 0 120px 0;
    overflow: hidden;
}

.about-mission__right {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-mission__right img {
    position: absolute;
    top: 50%;
    width: 135%;
    right: 0;
    transform: translateY(-50%) translateX(10%);
    max-width: none;
}

.section__about-numbers {
    padding: 120px 0;
}

.about-numbers__advantage {
    display: flex;
    align-items: center;
}

.about-numbers__number {
    font-size: 65px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'DINCondensedC';
    line-height: 1;
}

.about-numbers__text {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

.about-numbers__right {
    padding-left: 20px;
}

.about-numbers__left {
    min-width: 105px;
}

.about-numbers--col {
    margin-top: 120px;
}

.section__about-numbers--title {
    font-size: 100px;
    margin-bottom: 20px;
}

.about-numbers__advantage--main .about-numbers__right {
    display: flex;
    align-items: flex-end;
    padding-left: 0;
    margin-left: -45px;
    margin-bottom: -10px;
}

.about-numbers__advantage--main .about-numbers__number {
    font-size: 100px;
}

.about-numbers__advantage--main .about-numbers__text {
    margin-bottom: 20px;
    margin-left: 15px;
}

.about-numbers__advantage.about-numbers__advantage--main {
    align-items: flex-end;
}

.section__about-page-1 {
    padding: 150px 0;
}

.about-page__city {
    margin-bottom: 150px;
}

.about-page__city span {
    font-weight: 400;
    font-size: 55px;
    font-family: 'DINCondensedC';
    background: #FDC10F;
    border-radius: 20px;
    padding: 15px 25px;
    min-width: 370px;
    display: inline-block;
    text-transform: uppercase;
}

.about-page__city--blue span {
    background: #233984;
    color: #FFFFFF;
}

.about-team__line {
    display: flex;
    align-items: center;
}

.about-team__line:nth-child(2n) {
    flex-direction: row-reverse;
}

.about-team__line:nth-child(2n) .about-team__right {
    padding-left: 0;
    padding-right: 60px;
    text-align: right;
}

.about-team__img {
    position: relative;
    z-index: 1;
}

.about-team__people {
    width: 241px;
    height: 241px;
    border-radius: 100%;
    overflow: hidden;
}

.about-team__bg {
    position: absolute;
    z-index: -1;
    width: 125%;
    left: 45%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.about-team__bg-line {
    position: absolute;
    z-index: 1;
    width: 190%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-team__left {
    padding: 0 20px;
}

.about-team__right {
    padding-left: 60px;
}

.about-team__info--title {
    font-weight: 700;
    font-size: 34px;
}

.about-team__info--text {
    font-size: 24px;
}

.about-page__teams {
    padding-bottom: 150px;
}