html.lock,
body.lock {
  overflow-y: hidden;
}

@media (max-width: 1150px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }
  .mainblock-girl__img {
    right: -100px;
    height: 60vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 900px) {
  .mainblock-girl__img {
    bottom: -10px;
  }
}
@media (max-width: 910px) {
  .logo {
    line-height: 120%;
    font-size: 24px;
  }
  .header__location {
    font-size: 18px;
    line-height: 100%;
  }
  .header__location span {
    font-size: 16px;
  }
  .header__phone {
    text-align: right;
    font-size: 16px;
    line-height: 100%;
  }
}
@media (max-width: 769px) {
  .container {
    padding: 0 30px;
  }
  .burger {
    display: block;
    position: relative;
    width: 32px;
    height: 26px;
  }
  .burger:before, .burger:after,
  .burger span {
    transition: all 0.3s ease 0s;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 0 auto;
  }
  .burger:before {
    top: 0;
  }
  .burger:after {
    top: 23px;
  }
  .burger span {
    top: 11.5px;
  }
  .burger.active:before {
    transform: rotate(45deg);
    top: 11.5px;
  }
  .burger.active:after {
    transform: rotate(-45deg);
    top: 11.5px;
  }
  .burger.active span {
    width: 0;
  }
  .header__menu {
    transition: all 0.7s ease 0s;
    position: absolute;
    top: -1000%;
    left: -30px;
    z-index: 20;
    width: 100vw;
    -moz-text-align-last: left;
         text-align-last: left;
    flex-direction: column;
    padding: 30px 30px;
  }
  .header__menu.active {
    top: 45px;
    background: #444;
  }
  .header {
    height: 75px;
  }
  .header__body {
    width: 100%;
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #444;
  opacity: 0;
  z-index: 10;
  display: none;
  transition: opacity 0.3s ease 0s;
}

.mask.active {
  display: block;
  opacity: 0.3;
}

@media (max-width: 510px) {
  .container {
    padding: 0 15px;
  }
  .header__menu,
  .header__body {
    padding: 0 15px;
  }
  .header__menu {
    left: -15px;
    padding: 15px;
  }
  .main__title-h1 {
    text-align: center;
    line-height: 110%;
    font-size: 45px;
  }
  .main__desc {
    line-height: 120%;
    font-size: 28px;
    text-align: center;
  }
  .main__desc br {
    display: none;
  }
  .mainblock-girl__img {
    right: -300px;
  }
  .main__media-list {
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto;
  }
  .mainblock__textblock {
    margin: 45px 0 0 0;
  }
  .main__desc {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 430px) {
  .main__title-h1 {
    font-size: 35px;
  }
  .main__media-list img {
    width: 45px;
  }
}
@media (max-width: 400px) {
  .logo {
    font-size: 20px;
  }
}
@media (max-width: 837px) {
  .about__image {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 705px) {
  .about__infoblock {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 971px) {
  .about {
    padding: 40px 0 70px;
  }
  .about__pros-main {
    line-height: 100%;
    font-size: 40px;
  }
}
@media (max-width: 873px) {
  .about__pros-main {
    font-size: 35px;
  }
  .about__pros-desc {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 110%;
  }
}
@media (max-width: 721px) {
  .about__pros-item {
    padding: 48px 25px;
  }
  .about__pros {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50%, 100%;
  }
  .about__pros-item:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 550px) {
  .about__textblock {
    text-align: center;
    line-height: 120%;
    font-size: 26px;
  }
  .about__pros-list li {
    line-height: 110%;
    font-size: 26px;
  }
}
@media (max-width: 468px) {
  .about__pros {
    grid-template-columns: 1fr;
  }
  .about__media {
    width: -moz-max-content;
    width: max-content;
    margin: 20px auto 0;
  }
  .about__media img {
    width: 40px;
  }
  .about__pros-list li {
    font-size: 20px;
    margin: 10px 0 0 40px;
  }
}
.course__icon {
  width: 47px;
  aspect-ratio: 1/1;
}

.courses__item {
  align-items: center;
}

@media (max-width: 901px) {
  .courses__block {
    flex-direction: column;
    gap: 15px;
  }
  .courses__btn-desc {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 805px) {
  .courses__PS br {
    display: none;
  }
  .courses__btn {
    margin: 20px auto 0;
  }
  .btn {
    width: 400px;
  }
}
@media (max-width: 704px) {
  .title {
    line-height: 110%;
    font-size: 40px;
  }
  .courses__title-little {
    line-height: 110%;
    font-size: 28px;
  }
  .courses__desc {
    line-height: 120%;
    font-size: 24px;
  }
  .course__item-desc {
    line-height: 110%;
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .btn {
    width: 300px;
    font-size: 26px;
  }
  .courses__desc,
  .courses__PS,
  .courses__title-little {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .btn {
    width: 280px;
    font-size: 26px;
  }
}
.contacts__person {
  height: 100%;
  bottom: 0;
}

.contacts__img {
  height: 100%;
}

@media (max-width: 911px) {
  .contacts__title,
  .contacts__desc {
    text-align: center;
    position: relative;
  }
  .contacts__desc {
    margin: 30px auto 0;
  }
  .contacts__btn {
    margin: 40px auto;
    position: relative;
  }
}
@media (max-width: 743px) {
  .contacts__person {
    right: -100px;
  }
}
@media (max-width: 590px) {
  .title {
    text-align: center;
  }
}
@media (max-width: 523px) {
  .contacts__title {
    font-size: 30px;
  }
  .contacts__desc {
    font-size: 24px;
    line-height: 120%;
  }
}
.visa__slider-item img {
  height: 100%;
}

@media (max-width: 1177px) {
  .next,
  .prev {
    bottom: -10px;
    margin: 0;
    top: auto;
  }
  .next {
    right: 50px;
  }
  .prev {
    left: 50px;
  }
}
@media (max-width: 800px) {
  .visa__item-title {
    line-height: 120%;
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .visa__list li {
    line-height: 140%;
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .visa__list {
    padding: 0 0 0 30px;
  }
  .visa__item-title {
    text-align: center;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 450px) {
  .visa__list {
    padding: 0 0 0 10px;
  }
  .visa__list li {
    font-size: 20px;
  }
  .next,
  .prev {
    bottom: 50px;
  }
  .next {
    right: 35%;
  }
  .prev {
    left: 35%;
  }
  .visa__tracker {
    margin: 90px auto 0;
  }
  .visa__slider-item {
    min-height: 350px;
  }
}
@media (max-width: 350px) {
  .visa__slider-item {
    min-height: 400px;
  }
}
@media (max-width: 793px) {
  .service__body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50%, 100%;
  }
  .service__body .service__item:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 510px) {
  .service__body {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 610px) {
  .service__desc {
    text-align: center;
    max-width: 100%;
    line-height: 120%;
    font-size: 26px;
  }
  .service__desc br {
    display: none;
  }
  .service__media {
    width: -moz-max-content;
    width: max-content;
    margin: 22px auto 0;
  }
}
@media (max-width: 450px) {
  .service__media img {
    width: 50px;
  }
}
@media (max-width: 1200px) {
  .staff__title {
    text-align: center;
  }
  .staff__body {
    margin: 40px 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 653px) {
  .staff__body {
    margin: 40px 0 0 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 813px) {
  .con3 .contacts__btn {
    width: 530px;
  }
}
@media (max-width: 585px) {
  .con3 .contacts__btn {
    width: 100%;
    font-size: 22px;
  }
}
@media (max-width: 435px) {
  .con3 .contacts__btn {
    width: 100%;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 950px) {
  .media__body {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .media__title {
    font-size: 30px;
  }
  .media__desc {
    line-height: 120%;
    font-size: 22px;
  }
  .media__item {
    width: 100%;
    padding: 20px 30px;
  }
  .media__item-text {
    line-height: 110%;
    font-size: 24px;
  }
}
@media (max-width: 365px) {
  .media__title {
    font-size: 26px;
  }
  .media__desc {
    line-height: 120%;
    font-size: 18px;
  }
  .media__item {
    width: 100%;
    padding: 20px 10px;
    gap: 15px;
  }
}
@media (max-width: 907px) {
  .footer__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer__other {
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 430px) {
  .footer__body {
    text-align: center;
  }
  .footer__other {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}/*# sourceMappingURL=media.css.map */