
@media screen and (max-width: 3000px) {}

@media screen and (max-width: 2000px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1880px) {}

@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1366px) {
    .title-form-head-h1 {
        font-size: 20px;
    }
    .md-modal .md-content {
        padding: 45px 40px 50px 40px;
    }
}

@media screen and (max-width: 1200px) {
    .header__menu {
        display: none;
    }
    .banner__title {
        font-size: 30px;
    }
    .form__block--title {
        font-size: 20px;
    }
    .section__title {
        font-size: 32px;
    }
    .section__line--title {
        font-size: 25px;
    }
    .radio__item span {
        font-size: 16px;
        height: 65px;
    }
    .input-linck {
        font-size: 16px;
    }
    .button__bg {
        font-size: 16px;
    }
    .benefits__item--title {
        font-size: 18px;
    }
    .benefits__item--text {
        font-size: 14px;
    }
    .header__burger {
        display: block;
    }
    .header__mobile--top {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .header__mobile--top svg {
        width: 20px;
        height: 20px;
    }
    .header__mobile--menu {
        margin-bottom: 30px;
        margin-top: 80px;
    }
    .header__mobile--menu ul.menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header__mobile--menu a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
    }
    .header__mobile--contact .header__mobile__contact--item a {
        color: #fff !important;
        text-decoration: none;
    }
    .header__mobile--contact .header__popup {
        margin-left: 0;
        margin-top: 30px;
    }
    .thank__title {
        font-size: 55px;
    }
    .thank__desc {
        font-size: 25px;
    }
}

@media screen and (max-width: 1024px) {
    div#map {
        height: 600px;
    }
    .section__title {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .section:before,
    .section:after {
        background-size: 100% 100%;
        height: 100px;
    }
    .section__benefits {
        padding: 100px 0;
    }
    .section__calculate {
        padding: 100px 0;
    }
    .header__logo--text {
        max-width: 200px;
    }
    .banner__list--title {
        font-size: 18px;
    }
    .thank__desc {
        max-width: 500px;
    }
}

@media screen and (max-width: 992px) {
    .header__contact {
        display: none;
    }
    .section__banner {
        padding-top: 150px;
    }
    .banner__subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .banner__sertif--img img {
        max-width: 150px;
    }
    h1.banner__title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .banner__sertif--right {
        max-width: 100%;
    }
    .banner__sertif--left {
        margin-right: 25px;
    }
    .banner__sertif--list {
        padding-left: 0;
    }
    .banner__list--item {
        margin-right: 25px;
    }
    .banner__list--title {
        font-size: 16px;
    }
    .banner__sertif {
        margin-bottom: 20px;
    }
    .form__block--title {
        margin-bottom: 15px;
    }
    .section__twosteps {
        padding-top: 40px;
    }
    .section {
        padding: 30px 0;
    }
    .twosteps__item--text {
        font-size: 16px;
    }
    .twosteps__item--number {
        margin-right: 10px;
        font-size: 20px;
    }
    .section__title {
        font-size: 25px;
    }
    .twosteps__desc {
        font-size: 16px;
    }
    .section__line--title {
        font-size: 20px;
    }
    .section__calculate {
        padding: 100px 0;
    }
    .section__benefits {
        padding: 100px 0;
    }
    #map:before {
        background-size: 100% 100%;
        height: 100px;
    }
    .questions_item_title {
        font-size: 16px;
    }
    .questions_item_desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    h1.banner__title {}
    .banner__sertif--img img {
        max-width: 100px;
    }
    .form__block--title {
        font-size: 16px;
    }
    div#home {
        padding-bottom: 20px;
    }
    .twosteps__row {
        -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;
    }
    .twosteps__item:first-child {
        margin: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .twosteps__item:first-child:before {
        left: 100%;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        display: none;
    }
    label.radio__item {
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .radio__item span {
        font-size: 14px;
    }
    .slider_horiz--footer {
        font-size: 14px;
    }
    div#custom-handle span {
        font-size: 16px;
    }
    .section__line--title {
        white-space: normal;
        margin-bottom: 20px;
    }
    .section__line--title:after {
        display: none;
    }
    .banner__subtitle {
        font-size: 16px;
    }
    .button__bg {
        font-size: 14px;
    }
    .input-linck {
        font-size: 14px;
        padding: 15px 20px;
    }
    .section__title {
        font-size: 20px;
    }
    .benefits__item {
        margin: 20px 0;
    }
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer__center {
        margin: 20px 0;
    }
    .contact__block {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }
    div#map {
        height: 450px;
    }
}

@media screen and (max-width: 645px) {
    header .header__popup {
        display: none;
    }
    .header__burger {
        margin-left: 0;
    }
    .banner__sertif {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .banner__sertif--left {
        margin-right: 0;
        margin-top: 15px;
        text-align: center;
    }
    h1.banner__title {
        padding-left: 0;
        border: 0;
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .banner__subtitle {
        margin-bottom: 15px;
    }
    .input-linck {
        margin-bottom: 15px;
    }
    .twosteps__servise--title {
        font-size: 18px;
    }
    .twosteps__servise--img img {
        max-height: 100px;
    }
    .twosteps__servise--item {
        height: auto;
    }
    .section__line--title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .benefits__item--title {
        font-size: 16px;
    }
    .title-form-head-h1 {
        line-height: 1.2;
        font-size: 16px;
    }
}

@media screen and (max-width: 520px) {
    .calculate__line {
        margin-bottom: 20px;
    }
    label.radio__item {
        width: 33.333%;
    }
    .questions_item_title {
        padding: 15px 20px;
        line-height: 1.2;
        padding-right: 40px;
    }
    .questions_item_desc {
        padding: 0px 20px 15px 20px;
    }
    .contact__block {
        padding: 30px 30px;
    }
    .contact__item--text {
        font-size: 16px;
    }
    .contact__item {
        margin-bottom: 15px;
    }
    .partners__slider {
        margin-top: 20px;
    }
    .banner__list--title {
        font-size: 14px;
    }
    .banner__list--item {
        margin-right: 15px;
    }
    .banner__list--icon {
        margin-right: 10px;
    }
    .twosteps__servise {
        margin-top: 30px;
    }
    .twosteps__item:first-child {
        margin-bottom: 10px;
    }
    h1.thank__title {
        font-size: 50px;
    }
    .thank__desc {
        font-size: 20px;
        max-width: 320px;
        margin-bottom: 40px;
    }
    .section__thank .section__bg--block img {
        -o-object-position: 80%;
           object-position: 80%;
    }
}

@media screen and (max-width: 480px) {
    .header__logo img {
        max-width: 80px;
    }
    .header__logo--text {
        font-size: 10px;
        max-width: 160px;
    }
    .section__banner {
        padding-top: 120px;
    }
    h1.banner__title {
        font-size: 16px;
    }
    .banner__subtitle {
        font-size: 14px;
        text-align: center;
        justify-content: center;
    }
    .banner__list--icon img {
        width: 40px;
        height: 40px;
    }
    .twosteps__servise--title {
        font-size: 16px;
    }
    .section:before,
    .section:after {
        height: 50px;
    }
    .questions_item_title:before {
        width: 18px;
        height: 18px;
        background-size: contain;
        right: 15px;
    }
    .questions_item_title {
        font-size: 14px;
    }
    .banner__subtitle:before {
        display: none;
    }
    .banner__subtitle:after {
        display: none;
    }
    #map:before {
        height: 100px;
    }
    .section__banner:after {
        background-size: 100% 100%;
        height: 100px;
    }
    .md-modal .md-content {
        padding: 45px 30px 40px 30px;
    }
    button.md-close {
        right: 10px;
        top: 10px;
    }
    button.md-close svg {
        width: 15px;
        height: 15px;
    }
    .title-form-head-h1 {
        margin-bottom: 15px;
        font-size: 15px;
    }
    h1.thank__title {
        font-size: 35px;
    }
    .thank__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .header__logo--text {
        max-width: 120px;
        line-height: 1.2;
    }
    .banner__subtitle {
        font-size: 13px;
        white-space: normal;
    }
    .banner__sertif--list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .banner__list--item {
        margin: 0;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .form__block {
        padding: 30px 15px;
    }
    .input-linck {
        padding: 10px 20px;
        height: 45px;
    }
    .button__bg {
        padding: 10px 20px;
        height: 45px;
    }
    .section__title {
        font-size: 18px;
    }
    .twosteps__item--text {
        font-size: 12px;
    }
    .twosteps__item--number {
        width: 25px;
        height: 25px;
        font-size: 14px;
        border-radius: 10px;
    }
    .twosteps__desc {
        font-size: 14px;
    }
    .twosteps__servise--img img {
        max-height: 70px;
    }
    .twosteps__servise--img {
        margin-bottom: 15px;
    }
    label.radio__item {
        width: 50%;
    }
    .radio__item span {
        font-size: 12px;
        height: 40px;
    }
    .section:before,
    .section:after {
        height: 40px;
    }
    .benefits__item--text {
        font-size: 12px;
    }
    .benefits__item--img img {
        max-height: 50px;
    }
    .footer__center {
        font-size: 12px;
    }
    .teams__item--img {
        margin: 0 10px;
        margin-bottom: 15px;
    }
    #map:before {
        height: 50px;
    }
    .section__calculate {
        padding: 60px 0;
    }
    .section__benefits {
        padding: 80px 0;
    }
    .section__thank {
        padding-top: 80px !important;
    }
}

@media screen and (max-width: 320px) {}