.main-page-first_title{
    margin-bottom:15px;
    font-size: 2.6rem;
    line-height: 2.8rem;
}
.main-page__about.section-page{
    padding-top:10px;
    padding-bottom:10px;
}
.main-page__about{
    padding-top: 30px;
}
.section-text{
    font-size:1.2rem;
}
.main_page-categories__item-title{
    font-size: 1.2rem;
    z-index: 999;
    line-height: 1.4rem;
}
.main_page-categories__item{
    box-shadow:
            0px 0px 2.2px rgba(0, 0, 0, 0.028),
            0px 0px 5.3px rgba(0, 0, 0, 0.04),
            0px 0px 10px rgba(0, 0, 0, 0.05),
            0px 0px 17.9px rgba(0, 0, 0, 0.06),
            0px 0px 33.4px rgba(0, 0, 0, 0.072),
            0px 0px 80px rgba(0, 0, 0, 0.1)
;
    border-radius:9px;
    padding: 30px;
    padding-right:30px;
}
.main_page-categories.section-page{
    padding-top:10px;
    padding-bottom:10px;
}
.main_page-categories__items{
    grid-gap:10px;
}

.category_bg_img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.main_page-categories__item:hover .category_bg_img{
    transform:scale(1.08);
}
.main_page-categories__item-arrow{
    transition: all 0.3s ease;
    display: inline-block;
}
.main_page-categories__item:hover .main_page-categories__item-arrow{
    transform:scale(1.2);
}

/*.category_bg_img.img1{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/

/*.category_bg_img.img2{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/
/*.category_bg_img.img3{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/
/*.category_bg_img.img4{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/
/*.category_bg_img.img5{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/
/*.category_bg_img.img6{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/
/*.category_bg_img.img7{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/
/*.category_bg_img.img8{*/
/*    background-image: url('/images/categories_img1.jpg');*/
/*}*/
/*.category_bg_img.img9{*/
/*    background-image: url('/images/categories_img2.jpg');*/
/*}*/
/*.category_bg_img.img10{*/
/*    background-image: url('/images/categories_img3.jpg');*/
/*}*/
/*.category_bg_img.img11{*/
/*    background-image: url('/images/categories_img4.jpg');*/
/*}*/
/*.category_bg_img.img12{*/
/*    background-image: url('/images/categories_img5.jpg');*/
/*}*/
/*.category_bg_img.img13{*/
/*    background-image: url('/images/categories_img6.jpg');*/
/*}*/

.main_page-categories__item-arrow{
    position:absolute;
    top:15px;
    right:15px;
    z-index: 999;
}

.main_page-categories__item::before{
    content: '';
    width:100%;
    height:100%;
    position:absolute;
    z-index:999;
    left:0;
    top:0;
    /*background: linear-gradient(to top, #305604, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .1) 60%);*/

    background: linear-gradient(rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .8));
}
.map__content{
    max-width:100%;
}
.contacts.page-top{
    padding-top:0;
}
.main-page__top {
    background: #f8f8f8;
    padding: 0px 0;
    min-height: 30px;
}
.main-page__top-wrapper{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.main-page__top-content {
    max-width: 685px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.main-page__top-title {
    color: #8fc649;
    line-height: 64px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 40px;
}
.main-page__top-title span{
    color: #305604;
    font-weight: 700;
    display: block;
}
.main-page__top-list {
    margin-bottom: 40px;
    font-size: 20px;
    color: #305604;
    padding-left: 10px;
}
.main-page__top-list__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.main-page__top-list__item:last-child{
    margin-bottom: 0;
}
.main-page__top-list__item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #305604;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
}
.main-page__top-button {
    position: relative;
    background: #8fc649;
    display: inline-block;
    box-shadow: 0px 6px 12px -2px rgba(34, 60, 80, 0.2);
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 55px;
    padding: 15px;
    width: 58%;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.main-page__top-button::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #476624;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 0.4s all;
}
.main-page__top-button span{
    position: relative;
    z-index: 1;
    padding-right: 32px;
}
.main-page__top-button:hover::after {
    width: 100%;
}
.main-page__top-button:hover {
    color: #ffffff;
}
.main-page__top-button:hover span::before {
    filter: brightness(0) invert(1);
}
.main-page__top-button span::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("/images/main_top_button_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    filter: brightness(0%);
}
.main-page__top-locations {
    display: flex;
    width: 100%;
    grid-gap: 32px;
    justify-content: center;
    height: 54px;
}
.main-page__locations-item {
    border-radius: 9px;
    border: 1px solid #8FC649;
    padding: 10px 12px;
    background: #ffffff;
    width: 200px;
}
.main-page__locations-top {
    margin-bottom: 5px;
}
.main-page__locations-name {
    position: relative;
    padding-left: 28px;
    color: #8fc649;
}
.main-page__locations-name::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/locations_item-icon.svg");
}
.main-page__locations-bottom {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.main-page__locations-img {
    margin-right: 8px;
}
.main-page__top-img {
    position: absolute;
    right: -60px;
    top: -70px;
    display: none;
}
.main-page__top-inner{
    display: flex;
    position: relative;
    gap: 20px;
}
.main-page__top-img img{
    width: 100%;
    height: 660px;
}
@media (max-width: 1275px) {
    .main-page__top-img{
        width: 670px;
    }
    .main-page__top-img img{
        height: 100%;
    }
    .main-page__top-img{
        right: 0;
    }
}
@media (max-width: 991px) {
    .main-page__top{
        min-height: auto;
        padding: 30px 0;
    }
    .main-page__top-img {
        position: relative;
        right: auto;
        top: auto;
        width: 685px;
        margin: 0 auto;
    }
    .main-page__top-img img{
        width: 100%;
    }
    .main-page__top-content {
        margin: 0 auto 50px;
    }
}
@media (max-width: 768px) {
    .main-page-first_title{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .main_page-categories__item{
        padding: 15px;
    }
    .main_page-categories__item-title{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .main_page-categories__item-arrow{
        top:10px;
        right:10px;
    }
}
@media (max-width: 700px) {
    .main-page__top-img{
        width: 100%;
    }
}
@media (max-width: 575px) {
    .main-page__top-img{
        width: 100%;
    }
    .main-page__top-title{
        margin-bottom: 25px;
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-align: left;
    }
    .main-page__top-list{
        margin-bottom: 25px;
        font-size: 18px;
    }
    .main-page__top-button{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .main-page__top-content{
        margin-bottom: 12px;
    }
    .main-page__top-inner{
        flex-direction: column;
    }
    .main-page__top-locations{
        flex-direction: row;
        justify-content: center;
        display: flex;
        grid-gap: 8px;
        flex-wrap: nowrap;
    }
    .main-page__locations-bottom{
        font-size:1rem;
    }
    .main-page__locations-item{
        padding: 2px 8px;
        padding-top:7px;
    }
    .main-page__locations-img{
        margin-right:6px;
    }
    .main-page__top-button{
        padding-top:12px;
        padding-bottom:12px;
    }
}
@media (max-width: 325px) {
    .main-page__top-locations{
        flex-direction: column;
    }
    .main-page__locations-item{
        width: 100%;
    }
    .main_page-categories.section-page{
        padding-bottom: 0;
    }
}