/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .assist__content {
        padding: 0 40px;

    }
    .assist__content .btn-main {
        margin-top: 35px;
    }
    .etaps .item-help__content {
        padding: 10px 15px 40px 40px;
    }
    .footer__info {
        margin-left: -40px;
    }
    .row.row_billbord > div {
        padding: 0 5px;
    }
    .row.row_billbord {
        margin: 0 -5px;
    }
    .item-billbord {
        padding-left: 10px;
    }
    .item-billbord__title {
        font-size: 16px;
    }
    .item-billbord__icon {
        width: 52px;
        height: 52px;
        margin-left: 10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .container {
        max-width: 100%;
    }
    .header__buttons {
        display: none;
    }
    .logo img {
        width: 119px;
    }
    .header { 
        padding: 10px 0;
    }
    .title-big {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .billbord__image {
        display: none;
    }
    .item-billbord {
        margin-top: 20px;
        padding: 15px;
    }
    .row_billbord {
        padding: 0;
    }
    .billbord__button .btn-main {
        font-size: 17px;
        padding: 0 26px;
        height: 50px;
    }
    .descr-big {
        margin-bottom: 15px;
    }
    .billbord {
        padding-bottom: 35px;
    }
    .title-section {
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .item-info {
        padding: 35px 20px;
    }
    .item-info__title {
        font-size: 20px;
        padding-bottom: 15px;
        font-weight: 600;
    }
    .services {
        padding-bottom: 0;
    }
    .item-help__head {
        font-size: 23px;
        font-weight: 600;
    }
    .item-help .item-help__left {
        padding-left: 25px;
        padding-right: 25px;
    }
    .help__image {
        margin-bottom: 25px;
    }
    .item-help__content .btn-main {
        margin-top: 30px;
    }
    .item-help__button {
        text-align: center;
    }
    .item-client img {
        margin: 20px auto;
    }
    .clients {
        padding-bottom: 35px;
    }
    .consultation .title-section {
        margin-top: 0;
    }
    .consultation {
        padding: 45px 0px 45px 0px;
    }
    .consultation__bg {
        display: none;
    }
    .consultation__descr {
        margin-bottom: 30px;
    }
    .services .container,
    .billbord .container {
        padding: 0 25px;
    }
    .title-form {
        font-size: 23px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .form-page {
        padding: 30px 25px;
    }
    .item-form input, .item-form textarea {
        height: 41px;
        padding: 0 15px;
        font-size: 14px;
    }
    .item-form textarea {
        height: 165px;
        padding-top: 14px;
    }
    .footer__title,
    .footer__nav {
        display: none;
    }
    .footer {
        text-align: center;
    }
    .footer .logo img {
        width: 136px;
        margin: 0 auto;
    }
    .sandwich {
        width: 40px;
        height: 40px;
        background-image: url(../img/sandwich.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px auto;
        display: block;
        cursor: pointer;
    }
    .menu-mobile {
        width: 80%;
        min-width: 240px;
        max-width: 440px;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 900;
        position: fixed;
        background:rgb(7,30,87);
        color: #fff;
        display: none;
    }
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 800;
        background: #000;
        opacity: 0.3;
        display: none;
    }
    .menu-mobile__title {
        padding: 12px 0;
        line-height: 20px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: 1px rgba(0,0,0,.08) solid;
        text-align: center;
    }
    .menu li {
        position: relative;
        border-bottom: 1px rgba(0,0,0,.08) solid;
    }
    .menu a {
        padding: 10px 20px;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        display: block;
        flex: 1;
        padding-right: 0;
    }
    .menu__open {
        width: 50px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu__open::after {
        border: 2px solid #fff;
        content: "";
        border-bottom: none;
        border-right: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        bottom: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 23px;
        left: auto;
        position: relative;
        left: auto;
        right: auto;
        border-color: inherit;
        width: 7px;
        height: 7px;    
    }
    .menu ul {
        padding: 10px;
        background-color: rgba(255, 255, 255, .05);
    }
    .body_menu {
        overflow: hidden;
    }
    .phone-mobile {
        width: 36px;
        height: 36px;
        margin-right: 15px;
        background:rgb(7,30,87);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .phone-mobile img {
        width: 15px;
    }
    .header__wrapper .logo {
        margin-right: auto;
    }
    .navigation {
        display: none;
    }
    .title-small {
        font-size: 20px;
        font-weight: 600;
    }
    .item-about {
        font-size: 16px;
    }
    .item-info_about {
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: 1.5;
        font-weight: 600;
    }
    .couple-images {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .assist__content {
        font-size: 16px;
        padding: 0;
    }
    .assist__button {
        text-align: center;
    }
    .assist {
        padding: 45px 0;
    }
    .item-couple__image {
        box-shadow: 0px 0px 20px 20px rgba(7, 30, 87, .07);
    }
    .etaps .title-section {
        margin-bottom: 30px;
    }
    .etaps .item-help {
        margin-right: 0;
    }
    .etaps .item-help__content {
        padding: 0 10px;
        padding-bottom: 30px;
    }
    .etaps__image {
        display: none;
    }
    .title-min {
        font-size: 16px;
        line-height: 1.7;
    }
    .item-info_1 .item-info__title br {
        display: none;
    }
    .footer__info {
        margin-left: 0;
        margin-top: 30px;
    }
    .alert-success {
        color: #fff;
        padding: 14px 23px;
        border-radius: 8px;
    }
    .item-billbord {
        padding-left: 20px;
    }
    .item-billbord__title {
        font-size: 18px;
    }
    .item-billbord__icon {
        width: 60px;
        height: 60px;
        margin-left: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .form-page {
        max-width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
    .item-client_1 img {
        max-width: 53%;
    }
    .item-client_2 img {
        max-width: 50%;
    }
    .item-client_3 img {
        max-width: 54%;
    }
}
@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) {
    .phone-mobile,
    .menu-overlay,
    .menu-mobile {
        display: none !important;
    }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container {
        max-width: 1200px;
    }
    .item-info_1 .item-info__title br {
        display: none;
    }
}
@media (min-width: 1600px) {
	.container {
    max-width: 1200px;
}
}