/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    body {
        font-size: 15px;
    }

    .logo img {
        width: 110px;
    }

    .header__wrapper {
        gap: 35px;
    }

    .billbord__title {
        font-size: 32px; 
    }

    .billbord__info {
        font-size: 7px;
        margin-bottom: 15px;
    }

    .billbord__descr {
        font-size: 16px;
    }

    .billbord__content {
        margin-left: 30px;
        max-width: 430px;
    }

    .billbord {
        padding-top: 40px;
        min-height: 385px;
    }

    .about__item {
        font-size: 16px;
    }

    .about__numbers .row>div:nth-child(even) .about__item {
        margin-left: 14px;
    }

    .about__image img {
        max-width: 720px;
    }

    .title-section {
        font-size: 28px;
    }

    .about__warning {
        font-size: 12px;
        padding-left: 25px;
        margin-top: 14px;
    }

    .about__warning::before {
        width: 16px;
        height: 16px;
    }

    .about .btn-main {
        width: 270px;
        margin-top: 15px;
    }

    .item-advantage {
        padding: 18px;
        min-height: 215px;
        margin-bottom: 15px;
        border-radius: 33px;
    }

    .item-team__text,
    .item-step__text,
    .unit-advantage__text,
    .item-advantage__text {
        font-size: 12px;
    }

    .item-advantage__logos {
        gap: 20px;
    }

    .row>div:nth-child(2) .item-advantage__logos {
        margin-top: 45px;
    }

    .row>div:nth-child(1) .item-advantage__logos {
        margin-top: 28px;
    }

    .unit-advantage {
        padding: 25px;
        border-radius: 33px;
        background-position: right 18px top 18px;
        background-size: 30px auto;
    }

    .item-step {
        padding: 22px 22px;
        border-radius: 33px;
        background-position: right 17px top 22px;
        background-size: 21px auto;
    }

    .item-step__head {
        gap: 11px;
    }

    .item-step__content {
        max-width: 256px;
    }

    .item-step.item-step_main {
        padding-top: 27px;
        padding-left: 21px;
        min-height: 156px;
    }

    .team .title-section {
        max-width: 730px;
        margin-bottom: 25px;
    }

    .item-team__image {
        width: 200px;
        height: 200px;
    }

    .information__block {
        padding: 25px;
        border-radius: 33px;
    }

    .information__title {
        font-size: 21px;
    }

    .information__descr {
        font-size: 19px;
        margin-bottom: 23px;
    }

    .information__icon {
        width: 42px;
        height: 42px;
        font-size: 30px;
    }

    .item-prices__title {
        font-size: 21px;
        margin-bottom: 17px;
    }

    .item-prices {
        height: 431px;
        padding: 22px 19px;
        padding-bottom: 34px;
        border-radius: 33px;
    }

    .item-prices .btn-main {
        padding: 0 38px;
    }

    .checkbox label {
        gap: 14px;
    }

    .checkbox {
        font-size: 11px;
    }

    .consultation {
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .wrapper {
	    padding-top: 72px;
    }
    .modal-block .form-main {
        width: 700px;
    }
    .form-main__bottom {
        gap: 30px;
        padding-top: 20px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .header__wrapper {
        gap: 15px;
    }

    .menu {
        display: none;
    }

    .header {
        padding: 10px 0;
    }

    .billbord__content {
        margin: 0;
    }

    .billbord__title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .billbord__descr {
        font-size: 14px;
    }

    .billbord__info {
        font-size: 8px;
        margin-bottom: 13px;
    }

    .billbord::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .billbord {
        z-index: 1;
    }

    .billbord::before {
        display: none;
    }

    .about {
        padding-top: 38px;
    }

    .about__numbers {
        padding-left: 0;
    }

    .about__numbers .row>div {
        padding: 0 4px;
        margin-bottom: 20px;
    }

    .about__numbers .row {
        margin: 0 -4px;
        margin-bottom: -20px;
    }

    .about__item {
        font-size: 12px;
    }

    .about__numbers {
        padding-top: 25px;
    }

    .about__info p {
        margin-bottom: 12px;
    }

    .title-section {
        font-size: 25px;
    }

    .about .title-section {
        margin-bottom: 15px;
    }

    .about .btn-main {
        width: 100%;
        margin-top: 20px;
    }

    .about__image {
        margin: 0;
        margin-top: 25px;
    }

    .about__image img {
        max-width: 100%;
    }

    .advantages {
        padding-top: 45px;
    }

    .item-team__text,
    .item-step__text,
    .unit-advantage__text,
    .item-advantage__text {
        font-size: 13px;
    }

    .item-advantage {
        padding: 25px;
        margin-bottom: 20px !important;
    }

    .row>div:nth-child(3) .item-advantage__logos {
        margin-top: 32px;
    }

    .row>div:nth-child(2) .item-advantage,
    .row>div:nth-child(3) .item-advantage {
        padding-bottom: 33px;
    }

    .unit-advantage {
        padding: 30px;
    }

    .advantages .row_main {
        padding-top: 15px;
    }

    .row.row_steps>div {
        margin-bottom: 22px;
    }

    .row.row_steps {
        margin-bottom: -22px;
    }

    .team {
        padding-top: 45px;
    }

    .item-team__image {
        width: 150px;
        height: 150px;
    }

    .item-team__title {
        font-size: 14px;
    }

    .item-team__text {
        font-size: 12px;
    }

    .information {
        padding-top: 40px;
    }

    .information__block_about {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .information__block {
        min-height: initial;
    }

    .information__block_about .information__title {
        margin-bottom: 20px;
    }

    .information__descr {
        font-size: 16px;
        margin-bottom: 19px;
    }

    .information__head {
        gap: 16px;
        margin-bottom: 15px;
    }

    .information__title {
        font-size: 18px;
    }

    .information__icon {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }

    .prices {
        padding-top: 45px;
    }

    .item-prices {
        height: auto;
    }

    .item-prices .btn-main {
        padding: 0 50px;
        margin-top: 30px;
    }

    .consultation {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .consultation__icon {
        width: 50px;
        height: 50px;
        margin-top: 28px;
        padding: 13px;
        margin-bottom: 15px;
    }

    .consultation__title,
    .form-main__title {
        font-size: 20px;
    }

    .form-main {
        padding: 25px 20px;
        border-radius: 33px;
    }

    .consultation .form-main {
        margin-top: 25px;
    }

    .form-main__descr {
        margin-bottom: 18px;
        max-width: 210px;
    }

    .form-main__bottom {
        gap: 20px;
        padding-top: 10px;
        flex-direction: column-reverse;
    }
    .fancybox-slide--html {
        padding: 15px;
    }
    .menu-mobile {
        width: 100%;
        top: 100%;
        left: 0;
        max-height: 100vh;
        padding: 15px 15px;
        padding-bottom: 40px;
        display: none;
        overflow: auto;
        background: #fff;
        position: absolute;
    }
    .menu-overlay {
        top: 72px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        position: fixed;
        z-index: -1;
        display: none;
    }
    .no-scroll {
        overflow: hidden;
    }
    .menu-mobile .menu {
        display: block;
    }
    .menu a {
        padding: 15px 0;
        display: block;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .wrapper {
        padding-top: 60px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu-overlay,
    .menu-mobile,
    .sandwich {
        display: none !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .container {
        max-width: 1120px;
    }
}

@media (min-width: 1600px) {}

@media (hover: hover) {
.menu a:hover {
	color: #f00;
}
.btn-main:hover {
    background: #dc0000;
}
.btn-main.btn-main_page:hover {
    background: #5b5c61;
}
}

@media (hover: none) {
.menu a:active {
	color: #f00;
}
.btn-main:active {
    background: #dc0000;
}
.btn-main.btn-main_page:active {
    background: #5b5c61;
}
}