#main {
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}

#main > img {
    position: absolute;
    z-index: -2;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#main:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(0 0 0 / 65%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main h1 {
    font-size: 5rem;
    margin-bottom: 30px;
}

#main h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 50px;
}

#main .action {
    position: absolute;
    bottom: 50px;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    background: rgb(51 36 79 / 75%);
    max-width: 960px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    font-size: 1.3rem;
    border-radius: 15px;
}

#main .action a {
    color: #fff;
}

#main .action .action-btns {
    display: flex;
    gap: 10px;
}





#about .area {
    padding-right: 75px;
    font-size: 1.3rem;
}

#about .big {
    font-size: 1.5rem;
}

#about img {
    border-radius: 15px;
    position: sticky;
    top: 90px;
}




#benefits .image img {
    aspect-ratio: unset;
}





#klapp {
    position: relative;
    padding: 150px 0;
}

#klapp > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

#klapp .area {
    padding-right: 100px;
}





.team .item > * {
    display: flex;
    flex-direction: column;
}

.team .image {
    aspect-ratio: 2 / 3;
}

.team .text {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team .text h3 {
    font-size: 1.2rem;
}

.team .text .buttons {
    margin-top: auto;
}








.review {
    width:560px;
    height:800px;
    overflow:hidden;
    position:relative;
    margin: 0 auto;
}







#YMapsID {
    height: 450px;
}




/* Услуга */

p.price {
    background: rgb(187 176 206 / 25%);
    padding: 15px 30px;
    border-radius: 15px;
    display: inline-block;
    margin-right: 15px;
}





.gallery-on-page  {
    margin-bottom: 50px;
}

.gallery-on-page .owl-nav {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    right: -100px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.gallery-on-page .owl-nav > * {
    pointer-events: auto;
}


.gallery-on-page .owl-item > div {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.gallery-on-page .owl-item > div img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.gallery-on-page .owl-item > div p {
    position: absolute;
    bottom: 0;
    padding: 30px;
    background: rgb(0 0 0 / 75%);
    color: #fff;
    width: 100%;
    margin: 0;
}






.get_feedback {
    background: var(--color-1);
    color: #fff;
    padding: 75px;
    border-radius: 30px;
}

.get_feedback .area small {
    color: var(--color-2);
}

.get_feedback .text h2 {
    text-transform: uppercase;
}

.get_feedback .text a {
    color: #fff;
    text-decoration: none;
}

.get_feedback .text i {
    margin-right: 7px;
}

.get_feedback .text a small {
    font-size: 1.2rem !important;
}

.get_feedback .form-container {
    padding-left: 50px;
}



/* Контакты */

.post-content .social {
    display: flex;
    margin-bottom: 30px;
    gap: 12px;
}




@media (max-width: 1921px) { 
    #main h1 {font-size: 4.5rem;}
}

@media (max-width: 1800px) { 
 
    #contacts .text-wrap {width: 40%;}
    #contacts .map-wrap {width: 60%;}
}

@media (max-width: 1600px) { 
 
    #main h1 {font-size: 4rem;}
    #main h2 {font-size: 1.7rem;}

    #about .area {padding-right: 30px; font-size: 1.2rem;}
    #about .big {font-size: 1.4rem;}
}

@media (max-width: 1400px) { 
    #about .big {font-size: 1.3rem;}

    #top10 .area table td:last-child {font-size: 1.1rem;}

    #benefits .item {width: 100%;}

    #klapp {padding: 100px 0;}

    .review {width: 50%;}

    .contacts span {
        font-size: 0.8rem;
        display: block;
        line-height: 115%;
        font-weight: 500;
        color: var(--color-2-2);
    }
}

@media (max-width: 1200px) { 

    #main h1 {font-size: 3.5rem;}
    #main h2 {font-size: 1.5rem;}

    #about .area {font-size: 1.1rem; padding-right: 15px;}
    #about .big {font-size: 1.2rem;}

    #top10 .area table td:last-child {font-size: 1rem;}

    #klapp {padding: 75px 0;}
    #klapp .area {padding-right: 50px;}

    #contacts .col {width: 50%;}
    #YMapsID {height: 400px;}
 

    .get_feedback {padding: 50px;}
    .get_feedback .area {font-size: 1rem;}
    .get_feedback .text a small {font-size: 1rem !important;}
}


@media (max-width: 992px) { 
    #main {height: calc(100vh - 60px);}
    #main h1 {font-size: 3.5rem;}
    #main h2 {font-size: 1.5rem;}

    #top10 .area table td:last-child, #top10 .area table th:last-child {display: none;}

    #klapp .area {padding-right: 30px;}

    .review {width: 100%;}

    #contacts .col {width: 100%;}
    #YMapsID {height: 350px;}


    .get_feedback {row-gap: 40px;}
    .get_feedback > .row > * {width: 100%;}
    .get_feedback .form-container {padding-left: 0;}

}


@media (max-width: 768px) { 
    #main h1 {font-size: 3rem;}
    #main h2 {font-size: 1.2rem;}

    #about .col {width: 100%;}
    #about .image_wrap {order: 8;}
    #about .area {padding-right: 0;}

    #top10 .area {font-size: 1.1rem;}

    #klapp {padding-top: 0;}
    #klapp > img {position: relative; width: 100%; margin-bottom: 50px;}
    #klapp .text {width: 100%;}
    #klapp .area {padding-right: 0;}

}


@media (max-width: 576px) { 
    #main {height: auto; padding: 75px 0 50px;}
    #main h1 {font-size: 2.7rem;}
    #main .action {position: relative; bottom: unset; margin-top: 50px; gap: 25px;}
    #main .action .arrows {display: none;}
    
    #top10 .area table td:first-child, #top10 .area table th:first-child {display: none;}
    #top10 .area th {font-size: 0.8rem;}

}


@media (max-width: 480px) { 
    #main h1 {font-size: 2.5rem;}
    
    #main .action {flex-direction: column; gap: 15px;}
}