@media (max-width: 1200px) {
    .services-item-body{
        width: 60%;
    }
    .first-block-body{
        width: 70%;
        padding-left: 50px;
        gap: 50px;
    }
    .first-block-subtitle{
        font-size: 30px;
    }
    .first-block-button {
        font-size: 30px;
    }
}
@media (max-width: 850px) {
    .header-burger{
        display: block;
        z-index: 101;
    }
    .header-nav{
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #232323;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: none;
        z-index: 100;
    }
    .header-nav.show{
        display: flex;
    }
    .header-nav a {
        font-size: 25px;
    }
    .header-buttons{
        margin-left: auto;
    }


    .first-block-body{
        width: 70%;
        padding-left: 40px;
        gap: 35px;
    }
    .first-block-title{
        font-size: 40px;
    }
    .first-block-subtitle{
        font-size: 25px;
    }
    .first-block-button {
        font-size: 20px;
    }

    .services-item-body{
        width: 85%;
    }
    .services-item::before{
        background: linear-gradient(to right, #232323 50%, transparent);
    }
    .about-block-text-wrap{
        width: 65%;
    }
}
@media (max-width: 768px) {
    .first-block::before{
        background: linear-gradient(to right, #000000e8 40%, transparent);
    }
    .first-block{
        background-position: 0;
    }
    .services-list {
        display: block;
    }
}
@media (max-width: 650px) {
    .services-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .section{
        padding: 25px 0;
        margin: 25px 0;
    }

    .first-block-title,
    .contact-form-title {
        font-size: 30px;
    }
    .about-block-title{
        font-size: 27px;
    }
    /* .header-logo{
        font-size: 20px;
    } */
    .first-block-subtitle {
        font-size: 18px;
    }
    .first-block-body{
        padding-left: 10px;
    }
    .review-text{
        font-size: 16px;
    }
    .header-buttons {
        gap: 5px;
    }
    a.header-buttons-tel{
        font-size: 13px;
    }
    .about-block-text-wrap{
        width: 100%;
    }
    .about-block::before{
        background: linear-gradient(to right, #232323 50%, transparent);
    }
    .review-list{
        display: block;
    }
    .review,
    .services {
        margin: 25px 0 50px 0;
    }
}
@media (max-width: 610px) {
    .header-logo img {
        max-width: 200px;
    }
    .first-block {
        height: calc(100vh - 72px);
        margin-top: 72px;
    }
}
@media (max-width: 500px) {
    .first-block-body{
        width: 100%;
    }
    .first-block::before{
        /* background: #000000b3; */
        background: #00000061;
    }
    .first-block {
        margin-top: 75px;
        background-position: center;
        height: calc(85vh - 57px);
        margin-top: 57px;
    }
    .about-block{
        padding: 30px 20px;
    }
    .services-item-body {
        width: 100%;
    }
    .about-block::before {
        background: #232323d4;
    }
    .services-item::before {
        background: #232323a3;
    }
    .services-item{
        background-position: center;
    }
    .services-item.img-vertical {
        background-position: 0px -245px;
    }
    .services-item.img-gr {
        background-position: -40px -0px;
    }
    .services-item-price span {
        font-weight: 600;
    }

    .header-logo img{
        max-width: 170px;
    }
    .header-body {
        gap: 5px;
    }
    .header-burger{
        width: 30px;
        height: 25px;
        margin-left: 5px;
    }
    .header-burger span{
        top: 12px;
    }
    .header-burger::after {
        top: 24px;
    }
    a.header-buttons-tel {
        padding: 10px;
    }
    a.header-buttons-wa {
        padding: 8px;
    }
    .header .container{
        padding: 0 10px;
    }
}

@media (max-width: 390px) {
    .header .container{
        padding: 0 10px;
    }
    .first-block {
        margin-top: 64px;
    }
    .first-block {
        height: calc(85vh - 56px);
        margin-top: 56px;
    }
}