@media(max-width:1180px) {
    .advantages-item-wrapper {
        width: calc(50% - 20px);
    }
}

@media(max-width:980px) {
    header .main-menu {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        border: solid 1px #fff;
        padding: 5px 10px;
    }

    .mobile-menu-btn span {
        margin-right: 10px;
        color: #fff;
    }

    header.white-back .mobile-menu-btn {
        border: solid 1px #0f1729;
    }

    header.white-back .mobile-menu-btn span {
        color: #0f1729;
    }

    .sub-title {
        font-size: 48px;
    }

    .popup-menu-wrapper ul li {
        width: 100%
    }
}

@media(max-width:780px) {
    header .logo-col {
        width: 70%;
    }

    .menu-col {
        width: 30%;
    }

    .logo-link {
        font-size: 24px;
    }

    .about-us-image-decorative-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .about-us-image-decorative-wrapper img {
        margin: auto;
    }

    section.about-us .right-col {
        width: 100%;
    }

    section.contact-us .container {
        flex-wrap: wrap;
    }

    section.contact-us .left,
    section.contact-us .right {
        width: 100%;
    }

    .footer-desccription-col {
        width: 100%;
        margin-bottom: 30px;
    }

    section.question .title-section {
        font-size: 36px;
        line-height: normal;
    }

    section.question .btn {
        font-size: 16px;
        justify-content: center;
    }

    .footer-col {
        width: 50%;
    }
}

@media(max-width:700px) {
    .footer-bottom-row {
        flex-direction: column-reverse;
    }

    .footer-copyright {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .legal-links {

        width: 100%;
        justify-content: center;
    }

    .count-wrapper {
        font-size: 26px;
    }

    .counter-row-wrapper {

        padding: 32px 0;
    }

    .btn.big-btn {
        font-size: 16px;
    }

    section.about-us .block-text-wrapper {
        font-size: 16px;
    }

    section.about-us .sub-title-section {
        font-size: 36px;
    }

    .about-us-item {
        width: 100%;
    }
}

@media(max-width:500px) {
    section.hero {
        padding-top: 120px;
    }

    .counter-row-wrapper {
        margin-top: 120px;
    }

    .counter-item:nth-child(2) {
        border-right: none
    }

    .sub-title {
        font-size: 26px;
    }

    .description-section {
        font-size: 16px;
    }

    .about-us-image-decorative-wrapper img {
        height: auto;
        width: 100%;
    }

    .popup-menu-all-content-wrapper {
        width: 240px;
        padding: 25px;
    }

    .popup-menu-window-wrapper.show-panel .close-menu-popup-btn {
        right: 240px;
    }

    .counter-item {
        width: 50%;
    }

    .advantages-item-wrapper {
        width: 100%;
    }

    header .logo-col a {
        font-size: 24px;
    }

    section.contact-us .sub-title {
        font-size: 36px;
    }

    .popup-window-wrapper {
        width: 65%;
        padding: 10px;
    }
}

@media(max-width:380px) {
    section.about-us .btn {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .main-back-info-form .row .main-back-form-item-wrapper {
        width: 100%;
    }

    .main-back-info-form .row:nth-child(2) .main-back-form-item-wrapper:nth-child(1) {
        margin-bottom: 24px;

    }

    section.contact-us a {
        max-width: 100%;
        width: 100%;
    }



    section.hero .btns-wrapper a {
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
        justify-content: center;
    }
}