@media (min-width: 1200px) {
  .header .menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .header .menu .sub-menu, .header .menu .sub-menu > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    z-index: 10;
    background: var(--white);
    opacity: 0;
    left: 0;
    top: 100%;
    visibility: hidden;
    width: 300px;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: -4px -2px 13px -4px rgba(34, 60, 80, 0.2);
    box-shadow: -4px -2px 13px -4px rgba(34, 60, 80, 0.2);
    margin: 0;
    border-radius: 8px;
    padding: 15px 15px 5px;
    list-style: none;
  }
  .header .menu .sub-menu > li {
    width: 95%;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .header .menu .sub-menu > li > ul {
    left: 95%;
    top: 95%;
  }
}
@media (max-width: 1600px) {
  .header__info a:first-child {
    padding-right: 10px;
  }
  .header__info a:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 1399px) {
  .header .logo span {
    display: none;
  }
  .banner__undertitle {
    font-size: 2.125rem;
  }
  .banner__title {
    font-size: 5rem;
  }
  .banner__image svg {
    width: 580px;
    height: 90px;
  }
  .banner__subtitle {
    margin-left: 1.25rem;
    font-size: 1.375rem;
  }
  .pluses {
    margin-top: 0;
  }
  .section-title {
    font-size: 3.125rem;
  }
  .solutions-title svg {
    width: 600px;
  }
  .projects-title svg {
    width: 312px;
    height: 60px;
  }
  .advantages-title svg {
    width: 634px;
    height: 56px;
  }
  .nav-tabs .nav-link {
    min-width: 200px;
  }
}
@media (max-width: 1199px) {
  .header__menu {
    position: fixed;
    top: 0px;
    right: -100vw;
    background-color: var(--white);
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 8;
    height: 100%;
    padding: 60px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
  .header__menu.opened {
    right: 0;
  }
  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__menu ul li {
    width: 96%;
    margin-bottom: 10px;
  }
  .divider {
    top: 4px;
  }
  .header__menu ul li .sub-menu {
    display: none;
    margin-top: 10px;
  }
  .header__btn-mobile.opened {
    top: 30px;
    right: 20px;
  }
  .banner__right {
    margin-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner {
    padding: 3.125rem 0;
  }
  .section {
    padding: 3.75rem 0;
  }
  .quiz__item {
    width: 33%;
  }
  .quiz__progress {
    margin: 0.625rem 0;
  }
  .nav-tabs .nav-link {
    min-width: 150px;
  }
  .order-action {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single .bread {
    top: 0;
  }
  h1 {
    font-size: 3.125rem;
  }
  .partner-card__back {
    font-size: 0.875rem;
  }
  .no-title svg {
    width: 128px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 1rem;
  }
  .header__wrapper {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(34, 34, 34, 0.3);
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
    margin-bottom: 1.25rem;
  }
  .banner__undertitle {
    font-size: 1.625rem;
  }
  .banner__title {
    font-size: 3.75rem;
  }
  .banner__image svg {
    width: 430px;
    height: 70px;
  }
  .banner__subtitle {
    font-size: 1.25rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .section-subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .coast-link a, .coast-link span {
    font-size: 1.875rem;
  }
  .solutions-title svg {
    width: 500px;
  }
  .projects-title svg {
    width: 250px;
  }
  .about__number {
    font-size: 3.125rem;
  }
  .about__text {
    font-size: 1.25rem;
  }
  .advantages-title svg {
    width: 520px;
    height: 46px;
  }
  .no-title svg {
    width: 100px;
  }
  .coast-img {
    display: block;
    margin: 0 auto 20px;
  }
  .contacts__wrapper .contact-item {
    margin-bottom: 1.25rem;
  }
  .map {
    height: 400px;
  }
  h1 {
    font-size: 2.75rem;
  }
  .plus {
    margin-bottom: 10px;
  }
  .row-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .header__menu {
    padding: 5.625rem 0.625rem 1.25rem;
  }
  .header .logo {
    position: relative;
    z-index: 9;
  }
  .banner__undertitle {
    font-size: 1.25rem;
  }
  .banner__title {
    font-size: 2.5rem;
  }
  .banner__image {
    padding-left: 1.25rem;
  }
  .banner__image svg {
    width: 300px;
    height: 56px;
  }
  .banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner__subtitle {
    margin-left: 0;
    font-size: 1.125rem;
  }
  .pluses__item {
    margin-top: 1.25rem;
  }
  .section-title {
    font-size: 1.875rem;
  }
  .section-subtitle, .card__title {
    font-size: 1.125rem;
  }
  .card {
    margin-bottom: 0;
  }
  .card__title {
    margin-top: 0.9375rem;
  }
  .card__title svg {
    width: 40px;
  }
  .card__text {
    position: relative;
    bottom: auto;
    background-color: transparent;
    color: var(--black);
    padding: 0.625rem 0;
    font-size: 0.875rem;
  }
  .card__wrapper {
    margin-bottom: 0;
  }
  .card__wrapper img {
    display: block;
    margin: 0 auto;
  }
  .solutions-title svg {
    width: 360px;
    margin-bottom: 5px;
  }
  .projects-title svg {
    width: 200px;
  }
  .section {
    padding: 3.125rem 0;
  }
  .projects {
    padding-top: 1.875rem;
  }
  .projects .slick-arrow {
    bottom: auto;
    top: -40px;
  }
  .projects .slide {
    padding: 0.3125rem;
  }
  .projects .btn {
    position: relative;
    width: 100%;
    margin-top: 1.25rem;
  }
  .about__number {
    font-size: 1.875rem;
  }
  .about__text {
    font-size: 1.125rem;
  }
  .section-mini-title {
    font-size: 1.125rem;
  }
  .advantages-title svg {
    width: 380px;
    height: 38px;
  }
  .no-title svg {
    width: 76px;
    margin-bottom: 0;
  }
  .advantages__btn {
    margin-top: 1.875rem;
  }
  .quiz__question {
    margin-bottom: 1.25rem;
  }
  .input {
    padding: 0.875rem;
  }
  .map {
    margin-top: 1.875rem;
  }
  .footer {
    padding-top: 1.875rem;
  }
  .footer .btn_blue {
    width: 100%;
    margin-top: 1.25rem;
  }
  .input-file {
    padding: 0.625rem;
    margin-top: 0.9375rem;
  }
  .popup__title {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
  .bread {
    font-size: 0.875rem;
  }
  .plus {
    width: 25px;
    height: 25px;
  }
  .accordion-button {
    padding: 0.875rem;
  }
  .accordion-button::after {
    top: 14px;
  }
  .stage__text {
    margin-top: 1.25rem;
  }
  .partner-card__front {
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .partner-card__front .text {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__info a:first-child {
    padding-left: 0;
    border: none;
  }
  .header__info a:last-child {
    padding-left: 0;
  }
  .section-title {
    font-size: 1.625rem;
  }
  .btn {
    width: 100%;
  }
  .card__text {
    padding-top: 0;
  }
  .coast-link {
    padding-bottom: 0;
  }
  .coast-link a, .coast-link span {
    font-size: 1.5rem;
    text-align: left;
  }
  .solutions-title svg {
    width: 310px;
  }
  .projects-title svg {
    width: 170px;
    height: 55px;
  }
  .advantages-title svg {
    width: 325px;
    height: 30px;
  }
  .no-title svg {
    width: 65px;
  }
  .quiz__question {
    font-size: 1.125rem;
  }
  .quiz__item {
    width: 50%;
  }
  .quiz__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quiz .custom-version {
    padding: 0.625rem;
    margin-top: 0.625rem;
  }
  .btn_blue {
    min-width: auto;
  }
  .form-social .wpcf7-list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .input {
    margin-top: 0.625rem;
  }
  .map {
    height: 250px;
  }
  .footer__menu {
    padding: 0.9375rem 0;
    border-top: 1px solid rgba(34, 34, 34, 0.3);
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  }
  .footer__menu-wrapper {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  }
  .footer__bottom {
    font-size: 0.875rem;
  }
  #tToTop {
    padding: 0.625rem;
  }
  .popup-form-callback {
    --popup-width: 340px;
  }
  h1 {
    font-size: 1.625rem;
  }
}/*# sourceMappingURL=responsive.css.map */