@media only screen and (max-width: 1600px) {
    menu {
        font-size: 16px;
    }
    #privileges .privileges-list .privileges-item {
        flex: 0 0 33.33333%;
        max-width: 400px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .menu-1 img {
        max-height: 55px;
    }
    menu {
        min-height: 130px;
    }
    #main {
        margin-top: 165px;
    }
    h1 {
        font-size: 31px;
    }
    #privileges .privileges-list .privileges-item {
        max-width: 340px;
        margin-bottom: 60px;
    }
    body {
        font-size: 16px;
    }
    #map .contacts .contacts-item p a {
        font-size: 16px;
        color: #282828;
    }
    #map .contacts .contacts-item p span {
        font-size: 16px;
    }
    footer h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    menu .menu-1 .header-contacts {
        flex-wrap: wrap;
        padding-left: 45px;
    }
    .address {
        margin: 5px;
    }
    .email {
        margin: 5px;
    }
    .phone {
        margin: 5px;
    }
    .social {
        margin: 5px;
    }
    .header-contacts {
        font-size: 15px;
    }
    #numbers-progress span {
        color: #eda906;
        font-size: 46px;
        font-weight: 700;
        line-height: 70.4px;
    }
    #numbers-progress {
        font-size: 12px;
        padding: 90px 0px;
    }
    #privileges .privileges-list .privileges-item {
        max-width: 270px;
        margin-bottom: 40px;
    }
    #privileges .privileges-list .privileges-item img {
        margin-bottom: 20px;
    }
    #privileges .privileges-list .privileges-item p {
        font-size: 16px;
        line-height: 25px;
    }
    #conditions ul li {
        padding-bottom: 16px;
    }
    #contact-form p {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        margin-bottom: 30px;
    }
    #contact-form input[name="phone"]::placeholder, #contact-form input[name="name"]::placeholder {
        font-size: 16px;
    }
    #contact-form label span {
        font-size: 16px;
    }
    iframe {
        height: 400px;
    }

}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 23px;
    }
    menu .address {
        display: none;
    }
    #numbers-progress {
        font-size: 12px;
        padding: 60px 0px;
    }
    #privileges {
        background: #eff5ff;
        padding: 60px 0px 20px 0px;
    }
    #conditions {
        padding: 60px 0px;
    }
    h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #privileges .privileges-list .privileges-item {
        flex: 0 0 50%;
        max-width: 320px;
        margin-bottom: 40px;
    }
    #conditions ul li {
        padding-bottom: 10px;
        font-size: 16px;
    }
    #vacancies {
        padding: 60px 0px;
        background: #eff5ff;
    }
    #vacancies h3 {
        margin-bottom: 15px;
    }
    h3 {
        font-size: 16px;
    }
    .btn-more {
        font-size: 16px;
    }
    #clients {
        padding: 60px 0px;
    }
    #contact-form {
        padding: 60px 0px 30px 0px;
    }
    #contact-form input[name=phone], #contact-form input[name=name] {
        height: 50px;
    }
    #contact-form label span {
        height: 50px;
        margin-bottom: 15px;
    }
    #contact-form .btn-background {
        padding: 12px 15px;
        margin-bottom: 15px;
        font-size: 16px;
        height: 50px;
    }
    #contact-form form p.soglas {
        font-size: 12px;
    }
    #contact-form p {
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 30px;
    }
    #contact-form input[name="phone"]::placeholder, #contact-form input[name="name"]::placeholder {
        font-size: 14px;
    }
    #contact-form label span {
        font-size: 14px;
    }
    #map {
        padding: 60px 0px;
    }
    #map .contacts .contacts-item p {
        font-size: 12px;
    }
    #map .contacts .contacts-item.address-svg svg {
        width: 24px;
    }
    iframe {
        height: 345px;
    }
    .logo-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;
    }
    footer {
        background: #4e4e4e;
        padding: 50px 0 10px 0;
        color: #fff;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .header-contacts .social svg {
        width: 27px;
        height: 27px;
    }
    body {
        font-size: 16px;
    }
    menu .menu-1 .header-contacts {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-bottom: 10px;
    }
    .header-contacts {
        font-size: 14px;
    }
    .header-contacts svg {
        width: 15px;
    }
    .address, .email, .phone, .social {
        margin: 0px;
    }
    h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #main {
        margin-top: 150px;
    }
    #privileges .privileges-list .privileges-item {
        flex: 0 0 50%;
        max-width: 245px;
        margin-bottom: 40px;
    }
    #numbers-progress span {
        color: #eda906;
        font-size: 38px;
        font-weight: 700;
        line-height: 45.4px;
    }
    .row.conditions-item img {
        margin-bottom: 15px;
    }
    .btn-border {
        padding: 12px 40px;
        font-size: 16px;
    }
    iframe {
        height: 400px;
        margin-bottom: 20px;
    }
    .menu-1 .phone {
        min-width: 206px;
    }
}

@media only screen and (max-width: 576px) {
    #privileges .privileges-list .privileges-item {
        flex: 0 0 50%;
        max-width: 215px;
        margin-bottom: 30px;
    }
    #vacancies p {
        font-size: 16px;
    }
    .logo-section {
        display: block;
        margin-bottom: 35px;
        text-align: center;
    }
    footer {
        padding: 50px 0 10px 0;
        font-size: 14px;
        text-align: center;
    }
    #numbers-progress span {
        color: #eda906;
        font-size: 24px;
        font-weight: 700;
        line-height: 28.4px;
    }
    #numbers-progress p {
        text-transform: uppercase;
        font-size: 10px;
        line-height: 15px;
    }
    .dev img {
        width: 82px;
    }
}
@media only screen and (max-width: 480px) {
    .menu-1 img {
        max-height: 35px;
    }
    .menu-1 .phone {
        min-width: 180px;
    }
    .navbar-fixed-top .menu-1 img {
        max-height: 35px;
    }
    .header-contacts .social svg {
        width: 27px;
        height: 27px;
    }
    .menu-1 .address {
        font-size: 11px;
    }
    #privileges .privileges-list .privileges-item {
        flex: 0 0 100%;
        max-width: 300px;
        margin-bottom: 30px;
    }
    #privileges .privileges-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}