/*==========  Desktop First Method  ==========*/

@media screen and (min-width: 679px) {
  .swiper-container {
    overflow: unset;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .card__title {
    font-size: 19px;
  }
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 28px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1020px) {
  .country-info__features__decor,
  .about-us__decor {
    right: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header__toggle {
    display: block;
  }
  .main-video-info__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #main {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
  }
  .main-video-wrapper {
    /* padding-left: 15px;
    padding-right: 15px; */
  }
  .main-video-info__right {
    padding-left: 115px;
  }
  .main-video-info__text {
    max-width: 100%;
  }
  .media-articles .swiper-wrapper,
  .experience-list .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .consult-banner {
    padding: 46px 60px;
  }
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #book-banner img {
    right: -140px;
  }
  .book-banner .banner__right {
    padding-right: 240px;
  }
  .garanty-list,
  .country-features .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  h3,
  .h3 {
    font-size: 25px;
  }
  .img-card__content {
    padding: 20px;
  }
  .projects-list .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .form.--horizontal.--col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .country-form .input-wrap.--checkbox {
    grid-column: span 2;
  }
  .about-us__inner {
    grid-template-columns: 1fr;
  }
  #who-we-are {
    padding-bottom: 70px;
  }
  .card.--horizontal .card__inner {
    flex-direction: column;
  }
  .card.--horizontal .card__title {
    flex: 0 0 auto;
  }
}

/* Small Devices, .table_boxts */
@media only screen and (max-width: 678px) {
  .header__mail{
    text-align: right;
  }
  .img-card__hidden-content {
    max-height: unset;
    opacity: 1;
  }
  .img-card__overlay {
    opacity: 1;
  }
  .country-choose__left {
    display: none;
  }
  .country-choose__right {
    width: 100%;
    justify-content: center;
  }
  .main-video {
    border-radius: 0;
  }
  .main-video-wrapper {
    width: 100vw;
    margin-left: -20px;
    padding-top: 97px;
  }
  .media-articles {
    display: block;
  }
  .media-articles .swiper-wrapper,
  .experience-list .swiper-wrapper,
  .country-features .swiper-wrapper,
  .projects-list .swiper-wrapper {
    display: flex;
    gap: unset;
  }
  .swiper-container {
    width: 100vw;
    margin-left: -20px;
    padding-bottom: 40px;
  }
  .swiper-pagination {
    display: block;
  }
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 20px;
    line-height: 24px; /* 120% */
  }
  .--fz-25 {
    font-size: 14px;
  }
  .header__logo img {
    max-width: 110px;
  }
  .header__mail {
    font-size: 12px;
  }
  header {
    padding: 6px 0;
  }
  #main {
    padding-top: 81px;
  }
  #main h1 {
    font-size: 19px;
  }
  .main-video-info__photo {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
  .main-video-info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body {
    font-size: 14px;
  }
  .main-video-info__left {
    gap: 10px;
  }
  .main-video-info__text {
    font-size: 12px;
  }
  .main-video-info__inner {
    margin-top: 10px;
  }
  .button {
    padding: 16px;
    font-size: 14px;
  }
  .main-video-info__right {
    padding-left: 0;
  }
  .main-video-info__right {
    text-align: center;
    width: 100%;
    margin-top: 12px;
  }
  .media-inner {
    flex-direction: column;
    gap: 23px;
  }
  .media-inner h2 {
    text-align: center;
  }
  section.section {
    padding: 30px 0;
  }
  .media-inner__logos {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
  }
  .media-inner__logos img:nth-child(1) {
    width: 77px;
    margin: 0;
  }
  .media-inner__logos img:nth-child(2) {
    width: 94px;
    margin: 0;
  }
  .media-inner__logos img:nth-child(3) {
    margin: 0;
    width: 250px;
  }
  .media-articles {
    margin-top: 25px;
  }
  .card {
    border-radius: 30px;
    padding: 30px 24px;
    text-align: center;
  }
  .card__title {
    font-size: 17px;
  }
  .card__text {
    font-size: 14px;
    margin-top: 10px;
    line-height: normal;
  }
  .button.--medium {
    padding: 12px;
    font-size: 12px;
  }
  .banner {
    width: 100vw;
    margin-left: -20px;
    border-radius: 0;
  }
  .banner__right {
    padding-left: 0;
  }
  .banner__img {
    position: relative;
    width: 100%;
    max-width: 328px;
    transform: translateX(17px);
  }
  .banner__inner {
    flex-direction: column-reverse;
  }
  .consult-banner {
    padding: 30px 20px 50px;
    text-align: center;
    overflow: hidden;
  }
  .banner__decor {
    transform: rotate(90deg);
    left: 50%;
    bottom: -90px;
    top: auto;
  }
  .banner__button {
    position: absolute;
    bottom: 30px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner__inner {
    gap: 20px;
  }
  #consult-banner {
    padding-top: 24px;
  }
  .--text-medium {
    font-size: 14px;
  }
  .--mt-15 {
    margin-top: 10px;
  }
  .feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .feature-item__icon {
    width: 70px !important;
    height: 70px !important;
  }
  .feature-item__icon img {
    max-width: 34px;
  }
  .feature-item__text {
    margin-top: 10px;
  }
  #book-banner {
    padding-top: 30px;
  }
  .book-banner .banner__right {
    padding-right: 0;
  }
  .book-banner {
    padding: 30px 20px 100px;
    text-align: center;
    overflow: hidden;
  }
  #book-banner img {
    right: auto;
    margin-left: 27px;
  }
  #book-banner .banner__button {
    width: 279px;
  }
  #book-banner .banner__button .button {
    width: 100%;
  }
  .experience-list {
    margin-top: 24px;
  }
  h3,
  .h3,
  .projects-list__item h3 {
    font-size: 19px;
  }
  .experience-list__item .img-card__content {
    padding: 30px 25px;
  }
  .img-card {
    aspect-ratio: 360 / 530;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .subtext.--mt-15 {
    margin-top: 10px !important;
  }
  .country-choose__button {
    padding: 7px 8px;
    border: none;
  }
  .country-choose__button:not(.--active) {
    background: #e9eaed !important;
    color: #1c2445 !important;
  }
  .country-choose__inner {
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 8px 20px 0px rgba(28, 36, 69, 0.1);
    padding: 16px 20px;
  }
  .country-choose__right {
    gap: 10px;
  }
  .country-info__img {
    width: 100%;
    height: 200px;
  }
  .country-info__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .country-info__garanty h2 {
    text-align: center;
  }
  .garanty-list {
    gap: 22px 19px;
    margin-top: 22px;
    text-align: center;
  }
  .garanty-item {
    flex-direction: column;
  }
  .garanty-item__icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }

  .country-info__garanty {
    padding-bottom: 22px;
  }
  .country-info__features {
    padding-top: 40px;
  }
  .country-info__features h3 {
    text-align: center;
  }
  .country-features.swiper-container {
    padding-top: 20px;
    margin-top: 22px;
  }
  .card.--num:before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: calc(50% - 20px);
    font-size: 20px;
  }
  .country-features__item {
    padding: 45px 24px;
  }
  .country-info__projects {
    padding-top: 6px;
  }
  .country-form {
    padding: 30px 20px;
    width: 100vw;
    margin-left: -20px;
    border-radius: 0;
  }
  .country-form__top {
    grid-template-columns: repeat(1, 1fr);
  }
  .country-form__expert__img {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .country-form__titl {
    text-align: center;
  }
  .form.--horizontal.--col-4 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .country-form .input-wrap.--checkbox {
    grid-column: span 1;
  }
  .country-form__expert__text {
    font-size: 14px;
  }
  .country-form__form {
    /* max-width: 278px; */
    margin-left: auto;
    margin-right: auto;
  }
  .input-text {
    padding: 16px;
    font-size: 16px;
  }
  .country-form__form {
    margin-top: 20px;
  }
  .country-info__form {
    padding-bottom: 0;
  }
  .card.--horizontal {
    margin-top: 30px;
    text-align: left;
    padding: 30px 25px;
  }
  .card.--horizontal .card__inner {
    gap: 10px;
  }
  .about-us {
    padding-left: 0;
    padding-right: 0;
  }
  h5,
  .h5 {
    font-size: 17px;
  }
  .who-we-are__about {
    margin-top: 40px;
  }
  .about-text p {
    margin-top: 12px;
  }
  .about-value {
  }
  .about-values {
    margin-top: 0;
    width: 100vw;
    overflow: hidden;
    margin-left: -20px;
    padding-left: 20px;
  }
  .about-value {
    padding: 11px 20px;
    height: 54px;
    border-radius: 20px;
    gap: 10px;
  }
  .about-value__num {
    font-size: 24px;
  }
  .about-values__item:not(:first-child) {
    margin-top: 13px;
  }
  .about-values__item:nth-child(1) {
    width: 420px;
  }
  .about-values__item:nth-child(2) {
    width: 500px;
  }
  .about-values__item:nth-child(3) {
    width: 580px;
  }
  #how-we-help {
    padding-top: 15px;
    padding-bottom: 30px;
    background: none;
  }
  .feature-list.--numbers .feature-item__icon {
    font-size: 24px;
  }
  #how-we-help .feature-list {
    gap: 25px;
  }
  #footer-form .country-form {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .country-form__top {
    gap: 15px;
  }
  #footer-form {
    padding-bottom: 0;
  }
  .footer-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .footer-section:last-child {
    gap: 5px;
  }
  .footer {
    padding: 40px 0 60px;
  }
  .footer-subtitle {
    font-size: 12px;
  }
  .footer-subtitle + a {
    margin-top: 10px;
  }
  .footer-pwd {
    left: 20px;
    bottom: 23px;
    font-size: 14px;
  }
  .popup {
    padding: 40px 30px;
  }
  .main-video-wrapper__decor,
  .country-info__features__decor {
    display: none;
  }
  .about-us__decor{

    display: block;
    right: -248px;
    bottom: -50px;
    width: 500px;
    max-width: unset;
  }
  #who-we-are{
    overflow: hidden;
  }

  .media-articles .swiper-slide {
    height: auto;
  }
  .projects-list {
    margin-top: 28px;
  }
  .img-card__content .button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .checkbox-label {
    align-items: flex-start;
  }
  
.checkbox-label:after {
  top: 12px;
}
.popup__title{
  font-size: 25px;
}
.country-features__item{
  height: auto;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 520px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
