.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.advantages_home {
    margin-bottom: 0;
    padding: 60px 15px 100px 15px;
    background: #fff;
}
.ready__title,
.requisites__title,
.home__title {
    margin-bottom: 6rem;
    font-size: 3.6rem;
    font-weight: 500;
}
.block_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.advantages_home__item {
    justify-content: flex-start;
    height: auto;
}
.block_wrapper__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 150px;
    text-align: center;
}
.block_wrapper__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 150px;
    text-align: center;
}
.advantages_item__title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #32b4d9;
}
.advantages_item__info {
    font-size: 16px;
    font-weight: 500;
}
.company_home {
    margin-bottom: 60px;
    padding: 60px 15px 100px 15px;
    background: #32b4d9;
}
.company_home h2 {
    margin-bottom: 4rem;
}
.company_home h2,
.company_home span {
    color: #fff;
}
.company__number,
.company_item__number_text {
    font-weight: 500;
    text-shadow: 0px 5px 5px #282828;
}
.company__number_1 {
    font-size: 96px;
    line-height: 70px;
}
.company__number_2,
.company__number_3,
.company__number_4 {
    font-size: 64px;
    line-height: 50px;
}
.company_home h2,
.company_home span {
    color: #fff;
}
.company_item__number_text {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 30px;
}
.company_home__item_3 small {
    font-size: 24px;
    font-weight: 500;
}
.company_home__item_1 {
    padding-top: 50px;
    background: url(/tpl/images/company/company_icon_01.svg) 80% 0% no-repeat;
}
.company_home__item_2 {
    padding-top: 60px;
    background: url(/tpl/images/company/company_icon_02.svg) 80% 0% no-repeat;
}
.company_home__item_3 {
    padding-top: 60px;
    background: url(/tpl/images/company/company_icon_03.svg) 80% 0% no-repeat;
}
.company_home__item_4 {
    padding-top: 60px;
    background: url(/tpl/images/company/company_icon_04.svg) 80% 0% no-repeat;
}
.shema_home {
    margin-bottom: 60px;
    padding: 60px 15px 100px 15px;
    background: #fff;
}
.shema_home__item {
    position: relative;
    justify-content: flex-start;
    height: 200px;
    cursor: pointer;
    transition: all .3s;
}
.shema_img__block {
    flex: 0 0 80px;
    margin-bottom: 10px;
}
.shema_home svg {
    fill: #dcdcdc;
    stroke: #dcdcdc;
    transition: all .3s;
}
.shema_item__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
}

.shema_home__item:hover svg,
.shema_home__item:hover .shema_item__title,
.shema_home__item.active svg,
.shema_home__item.active .shema_item__title {
    color: #32b4d9;
    stroke: #32b4d9;
    fill: #32b4d9;
}
.breadcrumbs {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 2rem;
    z-index: 1;
}
.breadcrumbs__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    list-style: none;
}
.breadcrumbs__list li a,
.reviews-block__info-date {
    font-size: 1.2rem;
    color: #b3b3b3;
}
.breadcrumbs__list li span {
    font-size: 1.2rem;
}
.heading {
    background-size: cover !important;
}
.main-city .questions-home {
    margin-top: 60px;
}
.main-city .main_content {
    margin-top: 60px;
    margin-bottom: 120px;
}
.main-city .main_content .longtitle {
    margin-bottom: 6rem;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4.2rem;
}
.main-city .main_content p {
    margin-bottom: 10px;
}
.cities_list.cities_list_new {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 60px;
}
.cities_list.cities_list_new p{
    width: calc(33.3333% - 20px);
}
@media (max-width: 991px){
    .cities_list.cities_list_new p{
        width: calc(50% - 30px);
    }
}
@media (max-width: 768px) {
    .ready__title,
    .requisites__title,
    .home__title {
        margin-bottom: 4rem;
        font-size: 2.8rem;
    }
    .block_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .main-city .questions-home {
        margin-top: 30px;
    }
    .main-city .main_content {
        margin-top: 30px;
        margin-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-city .main_content .longtitle {
        margin-bottom: 3rem;
        font-size: 2.8rem;
        line-height: 3.7rem;
    }
    .cities_list.cities_list_new p{
        width: 100%;
    }
}