@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*common*/
body {
    color: #282828;
    
}
input[type=text] {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
button {
    font-weight: 900;
    cursor: pointer;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
}
.content {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}
.page-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    object-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-visible {
    display: none;
}
.yellow-btn {
    border-radius: 10px;
    background-color: #1f1f1f;
    box-shadow: 0 4px 9px 0 rgba(22, 21, 21, 0.5);
    text-align: center;
    text-decoration: none;
    height: 70px;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.yellow-btn:hover {
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
h2  {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
}
h2 em {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding-left: 14px;
    padding-right: 11px;
    background: #ffc800;
    margin-left: -14px;
}
/*end common*/

/*main*/
.main {
    background: url('../images/bg/main-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 157px;
}

header {
  position: static;
  /* top: 0;
  left: 0;
  right: 0; */
  z-index: 10;
  background: #180de3;
  color: #fff;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

header .logo{
	font-size: 30px;
    font-weight: 600;
    width: 33.333%;
	padding: 5px 0;
}

header .name{
	font-size: 24px;
    font-weight: 700;
    width: 33.333%;
	padding: 10px 0;
}

header .tel {
    width: 33.333%;
	padding: 5px 0;
}

header .tel a{
	font-size: 24px;
    font-weight: 700;
	color: #fff;
}

.main h3{
	margin-top: 40px;
    font-size: 34px;
}

.main h3 em{
	color: #ffc800;
}

.main___time {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
h1 {
    margin-top: 70px;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.25;
}
.main__desc {
    margin-top: 21px;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
}
.main__desc em {
    color: #ffc800;
}
.form {
    text-align: center;
    max-width: 740px;
    margin: 63px auto 0;
}
.form__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}
.form__field {
    width: 57.43%;
    height: 70px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    color: #ffffff;
}
.form__field::placeholder {
    color: #bbbbbb;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #bbbbbb;
}
.form__btn {
    width: 41.35%;
}
.form__fields {
    margin-top: 30px;
}
/*end main*/

/*bottom*/
.bottom {
    background: url('../images/bg/bottom-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 123px;
    padding-top: 93px;
    text-align: center;
    color: #ffffff;
}
.bottom__title {
    font-size: 50px;
    font-weight: 900;
}
.bottom__desc {
    margin-top: 29px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}
/*end bottom*/

/*speaker*/
.speaker {
    background: url('../images/bg/speaker-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 835px;
    box-sizing: border-box;
    padding-top: 185px;
}
.speaker .content {
    position: relative;
}
.speaker__left {
    max-width: 600px;
}
.speaker__right {
    position: relative;
    max-height: 350px; /* Максимальная высота изображения */
    overflow: hidden; /* Скрываем лишнюю часть изображения */
    margin-bottom: 20px; /* Нижний отступ для предотвращения перекрытия других элементов */
}

.speaker__image {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* Центрируем изображение горизонтально */
}
.speaker__desc {
    margin-top: 56px;
    font-size: 25px;
    line-height: 1.2;
}
.speaker__desc em {
    font-weight: 700;
}
.speaker__btn {
    line-height: 70px;
    display: block;
    text-align: center;
    max-width: 306px;
}
.speaker__btn {
    margin-top: 60px;
}
.speaker__video {
    position: absolute;
    left: 0;
    right: -606px;
    margin: 0 auto;
    max-width: 364px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    bottom: 0px;
}

.part2 {
	bottom: -155px;
    line-height: 25px;
    padding: 10px 0;
    height: auto;
}

.part2 span{
	font-size: 18px;
}
/*end speaker*/


/*about*/
.about {
    position: relative;
    z-index: 8;
	padding-top: 100px;
}
.about .content {
    padding-bottom: 139px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .content:after {
    content: '';
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    width: 44px;
    height: 48px;
    left: -86px;
    top: -16px;
}
.about h2 {
    margin-bottom: 43px;
}
.about h2 em {
    margin-left: -5px;
    padding-left: 5px;
    padding-right: 9px;
}
.about__left {
    position: relative;
    z-index: 5;
    max-width: 60%;
}
.about__left p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.about__left p em {
    font-weight: 700;
}
.about__left p:last-child {
    margin-bottom: 0;
}
.about__btn {
    right: 56px;
    bottom: 100px;
    z-index: 5;
    position: absolute;
    line-height: 70px;
    max-width: 431px;
}
.about__bg {
    position: absolute;
    background: url('../images/bg/about-bg.jpg') no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 956px;
    height: 660px;
    right: -216px;
    top: 36px;
}
/*end about*/

/*profits*/
.profits {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 64px;
}
.profits h2 {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
}
.profits__list {
    margin-top: 74px;
}
.profit {
    margin-bottom: 32px;
    width: 32.34%;
    margin-right: 1.49%;
}
.profit:nth-child(3n) {
    margin-right: 0;
}
.profit__icon-wrap {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #ffc800;
    display: block;
    margin: 0 auto;
    position: relative;
}
.profit__desc {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}
.profit__btn {
    margin-top: 112px;
}
.profit__icon {
    position: absolute;
}
.profit__icon_1 {
    background: url('../images/profits/icon-1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 116px;
    height: 132px;
    left: 0;
    bottom: -14px;
}
.profit__icon_2 {
    background: url('../images/profits/icon-2.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 179px;
    height: 116px;
    bottom: 0;
    left: -33px;
}
.profit__icon_3 {
    background: url('../images/profits/icon-3.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 116px;
    height: 144px;
    left: 0; bottom: 0;
}
.profit__icon_4 {
    background: url('../images/profits/icon-4.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 116px;
    height: 128px;
    left: 0; bottom: 0;
}
.profit__icon_5 {
    background: url('../images/profits/icon-5.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 116px;
    height: 148px;
    left: 0; bottom: 0;
}
/*end profits*/

/*team*/
.team {
    display: flex;
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center;
    min-height: 939px;
    padding-top: 109px;
    box-sizing: border-box;
}
.team__wrapper {
    display: flex; /* Добавляем flex для внутренних элементов */
    justify-content: space-between; /* Располагаем элементы внутри wrapper */
    align-items: center;
    max-width: 1280px; /* Ограничиваем ширину */
}
.team h2 {
    margin-bottom: 43px;
}
.team h2 em {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
}
.team__left {
    width: 50%; /* Половина ширины wrapper */
    padding-right: 20px;
}
.team__left p {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.team__left p:last-child {
    margin-bottom: 0;
}
.team__right {
    width: 50%; /* Половина ширины wrapper */
    text-align: right;
    padding-left: 20px;/* добавляем отступ слева для картинки */
}

.team__image {
    max-width: 100%;
    height: auto;
}


/*end team*/

/*video-block*/
.video-block {
    margin-top: 40px;
}
.video-block h2 {
    text-align: center;
	padding: 40px 0;
}
.video-block__wrap {
    margin-top: 41px;
    background: url('../images/bg/video-block.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 51px;
}
.video__play-btn {
    width: 133px;
    height: 133px;
    position: relative;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}
.video__play-btn:after,
.video__play-btn:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.video__play-btn:after {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.video__play-btn:before {
    background: url('../images/play-icon.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 28px;
    height: 32px;
    z-index: 5;
    right: -8px;
}
.video__play-title {
    margin-top: 17px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
}
.video__play-btn:hover:after {
    background: #180de3;
}
/*end video-block*/

/*gallery*/
.gallery {
    padding-top: 5px;
    margin-bottom: 160px;
}
.gallery__slider {
    position: relative;
    max-width: 521px;
    margin-left: auto;
    margin-right: auto;
}
.gallery__slide {
    position: relative;
}
.gallery__slide:after {
    content: '';
    display: block;
    padding-top: 60.84%;
}
.gallery__slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.gallery .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: -50px;
}
.gallery button.owl-dot {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 58deg, rgb(18,28,227) 0%, rgb(88,3,167) 100%);
    background-image: -webkit-linear-gradient( 58deg, rgb(18,28,227) 0%, rgb(88,3,167) 100%);
    background-image: -ms-linear-gradient( 58deg, rgb(18,28,227) 0%, rgb(88,3,167) 100%);
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 7px;
}
.gallery button.owl-dot:last-child {
    margin-right: 0;
}
.gallery button.owl-dot:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    margin: auto;
}
.gallery button.owl-dot:hover:after,
.gallery button.owl-dot.active:after {
    display: none;
}
/*end gallery*/

/*contacts*/
.contacts {
    margin-top: 60px;
    padding-bottom: 50px;
    position: relative;
}
.contacts:after {
    content: '';
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    width: 44px;
    height: 47px;
    left: -90px;
    top: -72px;
}
.contacts__left {
    position: relative;
    top: -7px;
    width: 42.18%;
}
.contacts__photo {
    width: 51.01%;
    position: relative;
    height: 515px;
}
.contacts__photo img {
    border-radius: 20px;
    z-index: 2;
    margin-top: 60px;
}
.contacts__photo:after,
.contacts__photo:before {
    content: '';
    position: absolute;
}
.contacts__photo:after {
    -webkit-background-size: cover;
    background-size: cover;
    width: 62px;
    height: 62px;
    top: -33px;
    left: 208px;
    z-index: 4;
}
.contacts__photo:before {
    -webkit-background-size: cover;
    background-size: cover;
    width: 182px;
    height: 187px;
    right: -60px;
    bottom: -70px;
}
.contacts__address {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}
.contacts__address:after {
    content: '';
    position: absolute;
    background: url('../images/address-icon.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 15px;
    height: 20px;
    left: 0;
    top: 2px;
}
#map {
    margin-top: 55px;
    height: 281px;
    box-shadow: 3px 4px 24px 1px rgba(22, 21, 21, 0.2);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
/*end contacts*/

/*reviews*/
.reviews {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    padding-top: 97px;
    padding-bottom: 93px;
}
.reviews h2 em {
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 0;
}
.reviews__list {
    margin-top: 127px;
}
.review {
    width: 32.34%;
    margin-right: 1.49%;
    background: #ffffff;
    box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.02);
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 8px 26px 22px;
}
.review:nth-child(3n) {
    margin-right: 0;
}
.review__photo {
    width: 123px;
    height: 123px;
    position: absolute;
    left: 0; right: 0;
    top: -65px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
}
.review__title {
    padding-right: 14px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}
.review__desc {
    margin-top: 42px;
    text-align: left;
    font-size: 18px;
    line-height: 1.25;
}
.review__link {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    text-align: right;
    margin-right: 20px;
    max-width: 192px;
    font-size: 20px;
    font-weight: 700;
    color: #282828;
    text-decoration: underline;
}
/*end reviews*/

/*leader*/
.leader {
    padding-top: 123px;
    padding-bottom: 125px;
    position: relative;
}
.leader:after {
    content: '';
    position: absolute;
    background: url('../images/bg/leader-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 499px;
    height: 662px;
    right: 104px;
    bottom: -95px;
}
.leader h2 em {
    margin-left: 0;
    padding-right: 26px;
    padding-left: 14px;
}
.leader__text {
    margin-top: 119px;
    padding: 0 30px 0 50px;
    max-width: 630px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
}
.leader__right {
    margin-top: 55px;
    max-width: 250px;
    margin-left: auto;
}
.leader__text > * {
    position: relative;
    z-index: 3;
}
.leader__text:before,
.leader__text:after {
    z-index: 1;
    position: absolute;
    font-size: 200px;
    font-weight: 900;
    color: #ffc800;
}
.leader__text:after {
    content: '“';
    left: -5px;
    top: -29px;
}
.leader__text:before {
    content: '“';
    right: -26px;
    top: 51px;
}
.leader__about {
    font-weight: 900;
    font-size: 45px;
    line-height: 1.2;
    color: #626262;
}
.leader__name {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: -22px;
}
.leader__position {
    margin-top: 6px;
    font-size: 18px;
    color: #626262;
    font-weight: 700;
}
/*end leader*/

/*education*/
.education {
    background: url('../images/bg/education-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding-top: 85px;
    padding-bottom: 98px;
}
.education__right {
    max-width: 638px;
    margin-left: auto;
}
.education__list li {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 16px;
    margin-bottom: 28px;
    position: relative;
}
.education__list li:last-child {
    margin-bottom: 0;
}
.education__list li:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 14px;
    width: 3px;
    height: 3px;
    background: #ffffff;
}
.education__btn {
    line-height: 70px;
    max-width: 432px;
    width: 100%;
}
.education__abouts {
    padding-bottom: 27px;
    padding-top: 33px;
    text-align: center;
}
.education__about {
    width: 48.74%;
    margin-bottom: 22px;
    margin-right: 2.52%;
    padding: 34px 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.2);
}
.education__about-center {
    width: 100%;
}
.education__about:nth-child(2n) {
    margin-right: 0;
}
.education__about-title {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}
.education__about-desc {
    margin-top: 15px;
    font-size: 17px;
    line-height: 1.25;
}
/*end education*/












@media all and (max-width: 1400px) {
    .team__left {
        max-width: 500px;
    }
    .team__left p {
        font-size: 21px;
    }
    .team__right {
        max-width: 40%; /* Задаем максимальную ширину для блока с картинкой */
    }
    .team br {
        display: none;
    }
    .team {
        padding-top: 70px;
        padding-bottom: 120px;
        min-height: inherit;
    }
    
    
}

@media all and (max-width: 1200px) {
    .about__bg {
        width: 700px;
        right: -100px;
    }
    .about__btn {
        right: 20px;
    }
    .about__left {
        max-width: 540px;
    }
    .about__left p {
        font-size: 21px;
    }
    .profit br,
    .about__left br {
        display: none;
    }
    .about__btn {
        max-width: 400px;
    }
    h2 {
        font-size: 42px;
    }
    .review__desc {
        font-size: 17px;
        line-height: 1.3;
    }
    .review__title {
        font-size: 23px;
    }
    .education {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .education__list li {
        font-size: 21px;
    }
    .education__list li:after {
        top: 12px;
    }
    .education__about-title {
        font-size: 22px;
    }
    .education__about-desc {
        font-size: 16px;
        line-height: 1.4;
    }
    .leader:after {
        right: -40px;
    }
}

@media all and (max-width: 1100px) {
    h1 {
        font-size: 42px;
        margin-top: 40px;
    }
    .main {
        padding-top: 20px;
        padding-bottom: 90px;
    }
    .form {
        margin-top: 40px;
    }
    .main__desc {
        font-size: 22px;
        line-height: 1.3;
    }
    h2 {
        font-size: 40px;
    }
    .speaker {
        min-height: inherit;
        padding-top: 100px;
        padding-bottom: 140px;
    }
    .speaker__desc {
        font-size: 21px;
    }
    .speaker__left {
        max-width: 450px;
    }
    .team__left {
        max-width: 500px;
    }
    .team__left p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .speaker__video {
        bottom: -70px;
        right: -400px;
        max-width: 280px;
    }
    .review__desc {
        font-size: 16px;
        line-height: 1.35;
    }
    .review__title {
        font-size: 21px;
    }
    .leader__about {
        font-size: 33px;
    }
    .leader__text {
        max-width: 500px;
    }
    .leader__text:before, .leader__text:after {
        font-size: 180px;
    }
    .leader__text:before {
        right: -10px;
        top: 34px;
    }
	
	.part2 {
		    bottom: 10px;
	}
}

@media all and (max-width: 980px) {
	
	header {
    flex-direction: column;
    position: static;
	}
	
	header .logo{
    width: 100%;
	text-align: center;
}

header .name{
	width: 100%;
	text-align: center;
}

header .tel {
	width: 100%;
	text-align: center;
}

  .page-wrap {
    margin-top: 0;
  }
	
    h1 {
        font-size: 36px;
        margin-top: 30px;
    }
    .main__desc {
        font-size: 20px;
        line-height: 1.3;
    }
    .about__btn {
        display: block;
        position: static;
        margin: 0 auto 0;
    }
    .about__bg {
        max-width: 100%;
        position: static;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 500px;
    }
    .about .content {
        padding-bottom: 70px;
    }
    .about__left {
        max-width: inherit;
    }
    .profits h2,
    h2 {
        font-size: 36px;
    }
    .profit:nth-child(3n),
    .profit {
        width: 48%;
        margin-right: 4%;
    }
    .profit:nth-child(2n) {
        margin-right: 0;
    }
    .profit {
        margin-bottom: 50px;
    }
    .profits {
        padding-bottom: 40px;
        padding-top: 70px;
        margin-top: 50px;
    }
    .contacts__left {
        width: 100%;
    }
    .contacts {
        margin-top: 40px;
        padding-bottom: 70px;
    }
    .contacts__photo {
        margin-top: 50px;
        height: auto;
        width: 100%;
        padding-top: 78.86%;
    }
    .contacts__address {
        margin-top: 38px;
    }
    .speaker__left {
        max-width: 330px;
    }
    .team__left {
        max-width: 450px;
    }
    .team__left p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .review {
        width: 100%;
        margin-right: 0;
        margin-bottom: 100px;
    }
    .review:last-child {
        margin-bottom: 0;
    }
    .reviews {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .education {
        background-position: center right;
    }
    .education__right {
        margin-left: auto;
        margin-right: auto;
    }
    .leader:after {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        max-width: 380px;
    }
}

@media all and (max-width: 900px) {
    .team__left {
        max-width: inherit;
    }
    .team {
        background: url('../images/bg/team-bg-mobile.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 0;
    }
    .team:after {
        content: '';
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        background: url('../images/bg/team-photo.png') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 89.98%;
        margin-top: 50px;
    }
    .team__image{
        display:none;
            }
    .video-block {
        margin-top: 0;
    }
    .leader:after {
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        max-width: 300px;
        bottom: -150px;
    }
    .leader {
        padding-top: 60px;
    }
    .leader__text {
        margin-top: 70px;
    }
}

@media all and (max-width: 750px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about__bg {
        height: 440px;
    }
    .bottom__desc {
        font-size: 21px;
    }
    .bottom__title {
        font-size: 42px;
    }
    .bottom__desc br {
        display: none;
    }
    .profit__desc {
        font-size: 16px;
    }
    .speaker {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .speaker__desc {
        max-width: 280px;
        font-size: 19px;
        margin-top: 40px;
    }
    .speaker__btn {
        margin-top: 40px;
    }
    .speaker__video {
        max-width: 260px;
        right: -320px;
    }
    .leader {
        text-align: center;
    }
    .leader__text {
        margin-left: auto;
        margin-right: auto;
    }
    .leader__right {
        margin-left: 0;
        text-align: left;
        margin-top: 240px;
    }
    .leader__text {
        padding-left: 30px;
        max-width: inherit;
    }
}

@media all and (max-width: 550px) {
    .bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .profits h2,
    h2,
    h1 {
        font-size: 30px;
    }
    h2 em {
        height: 54px;
        line-height: 54px;
    }
	
	.main h3{
	font-size: 24px;
	}


    .main___time {
        font-size: 22px;
    }
    .bottom__desc,
    .main__desc {
        font-size: 17px;
    }
    .main__desc br {
        display: none;
    }
    .form {
        max-width: 320px;
    }
    .form__field,
    .form__btn {
        width: 100%;
    }
    .form__field {
        margin-bottom: 15px;
    }
    .about__bg {
        height: 350px;
    }
    .video__play-title {
        font-size: 18px;
    }
    .profit:nth-child(3n), .profit {
        margin-right: 0;
        width: 100%;
    }
    .profit__btn {
        display: block;
        max-width: 340px;
        margin: 0 auto 0;
    }
    .speaker__left,
    .speaker__desc {
        max-width: inherit;
    }
    .about .content {
        padding-bottom: 30px;
    }
    .speaker {
        background: url('../images/bg/speaker-bg-mobile.jpg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 0;
    }
    .speaker:after {
        content: '';
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        background: url('../images/bg/speaker-photo.png') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 103.25%;
        margin-top: 50px;
    }

    .speaker__image {
        display: none;
    }
    .team:after {
        padding-top: 95%;
    }
    .speaker {
        position: relative;
    }
    .speaker .content {
        position: static;
    }
    .speaker__video {
        position: absolute;
        bottom: 50px;
        max-width: 300px;
        left: 0;
        right: 0;
    }
    .speaker {
        text-align: center;
    }
    .speaker h2 em {
        margin-left: 0;
    }
    .speaker__btn {
        margin-left: auto;
        margin-right: auto;
    }
    .review__desc {
        margin-top: 20px;
        font-size: 15px;
    }
    .review {
        padding-left: 12px;
        padding-right: 12px;
    }
    .review__link {
        font-size: 17px;
        max-width: 170px;
    }
    .education__about {
        width: 100%;
        margin-right: 0;
    }
    .education__list li {
        margin-bottom: 14px;
        font-size: 18px;
    }
    .education__list li:after {
        top: 9px;
    }
    .education__btn {
        height: auto;
        line-height: 1.3;
        padding: 14px 10px;
        box-sizing: border-box;
    }
    .leader__right {
        padding: 10px 15px;
        background: #ffffff;
    }
    .leader__name {
        font-size: 21px;
        margin-left: -18px;
    }
    .leader__position {
        font-size: 16px;
    }
    .leader__about {
        font-size: 22px;
    }
    .leader__about br {
        display: none;
    }
    .leader__text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .leader__right {
        max-width: 220px;
    }
    .leader__text:before, .leader__text:after {
        font-size: 120px;
    }
	
	.part2 {
		    bottom: 135px;
	}
}

@media all and (max-width: 450px) {
    .about__bg {
        max-width: inherit;
        width: auto;
        margin-left: -50px;
        margin-right: -50px;
        height: 380px;
    }
    .about__left p {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .yellow-btn {
        font-size: 18px;
    }
    .speaker:after {
        padding-top: 105%;
    }
}

@media all and (max-width: 400px) {
    .about__bg {
        height: 320px;
    }
    .speaker:after {
        padding-top: 106%;
    }
    .speaker__video {
        height: 56px;
        line-height: 56px;
    }
	
	.part2 {
		height: auto;
		line-height: 23px;
	}
	
}

@media all and (max-width: 350px) {
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.zag {
    position: relative;
    color: #41415e;
    font-size: 45px;
    font-weight: bold;
  }
  .text-6 {
    margin: 44px auto 0;
    width: 707px;
    line-height: 1.2;
  }
  .text-style-3 {
    line-height: 24px;
  }
  .fw700 {
    font-weight: bold;
  }


.group-5 {
    display: table;
    margin: 100px auto 0;
    position: relative;
}

.text-8 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1281px;
    margin: 68px auto 0;
    align-items: start;
}

.column {
    width: calc(50% - 20px);
}

.block {
    margin-bottom: 20px;
    padding: 45px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0.48481px 0.87462px 23.14px 2.86px rgba(71, 72, 100, 0.2);
    display: flex;
    align-items: center;
    width: 490px;
}

.icon-holder {
    margin-left: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}

.block-text {
    font-size: 18px;
    line-height: 1.6;
    flex: 1;
    margin-right: 20px;
}

.button {
    width: 100%;
    text-align: center;
}


  


/* Добавляем медиа-запросы для адаптивности */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
        align-items: flex-start;
    }
.zag{
    font-size: 42px;
}
    .about__left {
        width: 100%;
        padding: 0 20px;
    }

    .about__btn {
        max-width: 100%;
        margin-top: 20px;
    }

    .about__bg {
        display: none;
    }

    .about__left p {
        font-size: 18px;
        line-height: 1.6;
        margin-top: 20px; /* Добавили отступ сверху */
    }
    .fw700 {
        font-weight: 700; /* Изменили на 700, чтобы подчеркнуть полужирность */
    }
    .text-6 {
        width: 100%;
    }
    .text-8 {
        font-size: 30px; /* Измените размер заголовка для мобильной версии */
        text-align: center;
    }
    .wrapper {
        display: flex;
        flex-direction: column; /* Измените направление флекс-контейнера на вертикальное */
        max-width: 100%;
        margin: 68px auto 0;
        align-items: center; /* Выравнивание контента по центру */
    }
    
    .column {
        width: 100%; /* Занимать всю ширину экрана */
    }
    
    .block {
        margin-bottom: 20px;
        padding: 20px; /* Уменьшите внутренние отступы для блоков */
        width: 100%; /* Занимать всю ширину блока */
        max-width: 400px; /* Ограничьте максимальную ширину блока, чтобы текст был читаемым */
    }
    .button {
        width: 100%;
        text-align: center;
        margin-top: 20px; /* Добавьте отступ сверху */
    }
}






/*team*/
.team_speak {
    display: flex;
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center;
    /* min-height: 939px; */
    padding-top: 70px;
    box-sizing: border-box;
}
.team__wrapper_speak {
    display: flex; /* Добавляем flex для внутренних элементов */
    justify-content: space-between; /* Располагаем элементы внутри wrapper */
    align-items: center;
    max-width: 1280px; /* Ограничиваем ширину */
}
.team_speak h2 {
    margin-bottom: 43px;
}
.team_speak h2 em {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
}
.team__left_speak {
    width: 50%; /* Половина ширины wrapper */
    padding-right: 20px;
}

.team__left_speak li {
   font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.team__left_speak p {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.team__left_speak p:last-child {
    margin-bottom: 0;
}
.team__right_speak {
    width: 50%; /* Половина ширины wrapper */
    text-align: right;
    padding-left: 20px;/* добавляем отступ слева для картинки */
}

.team__image_speak {
    max-width: 100%;
    height: auto;
}


/*end team*/

.map-section {
    text-align: center;
    margin-top: 20px;
}

.map-section h2 {
    font-size: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.map-section img {
    max-width: 100%;
    height: auto;
}


.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
    padding: 0;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    width: 100%;
}


.t-col_12 {
    max-width: 1160px;
}

.t-section__topwrapper {
    margin-bottom: 90px;
}

.t-align_right {
    text-align: left;
}

.t-section__title {
    margin-bottom: 20px;
}

.t-title_xs {
    font-size: 42px;
    line-height: 1.23;
}

.t-title {
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-top: 90px;

}

.programma {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    margin-bottom: 160px;
}

.t522__row {
    margin-bottom: 85px;
}

.t-row {
    margin: 0;
}

.t-col_2 {
    max-width: 160px;
}

.t522__line {
    height: 1px;
    background: #000;
    opacity: .1;
}
.t-name_md {
    font-size: 20px;
    line-height: 1.35;
}

.t522__right-tablewrapper, .t522__time {
    margin-top: 25px;
}

.t-col_10 {
    max-width: 960px;
    margin-bottom: 30px;
}

.t522__time_mobile {
    display: none;
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35;
}

.t522__personimgwrapper, .t522__textwrapper {
    display: table-cell;
    vertical-align: top;
}

.t522__img {
    width: 250px;
    height: 250px;
    margin-right: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.t522__personimgwrapper, .t522__textwrapper {
    display: table-cell;
    vertical-align: top;
}

.t522__bottommargin_sm {
    margin-bottom: 10px;
}

.t-heading_xs {
    font-size: 26px;
    line-height: 1.23;
}

.t522__title, .t522__persdescr, .t522__title ul li {
    text-align: left;
}

.t522__bottommargin {
    margin-bottom: 35px;
}

.t-name_xs {
    font-size: 18px;
    line-height: 1.35;
}

.t-descr_md {
    font-size: 20px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .t-col {
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .t522__row {
        display: block;
    }

    .t-col_2,
    .t-col_10 {
        max-width: 100%;
        text-align: center;
    }

    .t522__line {
        margin-bottom: 15px;
    }

    .t522__right-tablewrapper,
    .t522__time {
        margin-top: 15px;
    }

    .t522__personimgwrapper,
    .t522__textwrapper {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .t522__img {
        width: 100%;
        height: auto;
        margin-right: 0;
        border-radius: 50%;
        margin: 0 auto;
    }

    .t522__personimgwrapper,
    .t522__textwrapper {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .t-heading_xs {
        font-size: 22px;
        line-height: 1.23;
    }

    .t-title_xs,
    .t-name_md,
    .t-name_xs,
    .t-descr_md {
        font-size: 18px;
        line-height: 1.35;
        text-align: center;
    }
}

.video__iframe {
    display: block;
    width: 100%;
    height: calc(458px + 278*((100vw - 1200px)/(1920 - 1200)));
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1200px){
    .video__iframe {
        height: calc(310px + 148*((100vw - 800px)/(1200 - 800)));
    }
    }
    
@media (max-width: 800px){
.video__iframe {
    height: calc(210px + 100*((100vw - 320px)/(800 - 320)));
}
}

.additional-block {
    background-color: #0034dc;
    padding: 20px;
    width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
  }
  
  .centered-rectangle {
    border-radius: 10px;
    background-color: #0034dc;
    text-align: center;
    padding: 20px;
  }
  
  .white-text {
    color: #fff;
  }
  
  .content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .left-content {
    text-align: left;
    margin-bottom: 20px;
    width: 950px;
    color: white;
    line-height: 1.5;
    margin-top: 40px;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
  }
  
  li {
    margin-bottom: 10px;
  }
  
  .right-content img {
    max-width: 70%;
    height: auto;
    border-radius: 5px;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    .additional-block {
      width: 90%;
    }
  
    .content-wrapper {
      flex-direction: column;
      text-align: center;
    }
  
    .left-content {
      width: 100%;
      margin-top: 20px;
    }
  
    .right-content img {
      max-width: 100%;
    }
  }