

/* Start:/local/templates/port_2021/components/bitrix/news/service_center_2024/bitrix/news.list/service_into/style.css?173953352037362*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.services-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}
.menu__services #horizontal-multilevel-menu li ul{
    width: 100%;
}
p {
    margin: 0;
}

.services-btn-blue:hover {
    transition: background-color 0.3s;
}

.services-btn-blue:hover, .reviews__card-btn:hover {
    background-color: #041DFC!important;
    transition: all .3s;
}

.services-btn-white {
    transition: all .3s;
}

.services-btn-white:hover {
    color: #fff;
    background-color: #3246FD;
    transition: all .3s;
}

.services-btn-white svg path {
    transition: all .3s;
}

.services-btn-white:hover svg path {
    stroke: #fff;
    fill: #fff;
    transition: all .3s;
}

@media (max-width: 1300px) {
    .services-container {
        max-width: 1040px;
    }
}

@media (max-width: 768px) {
    .full-container {
        padding: 0;
    }
}


/*----------------------------------HERO-----------------------------------*/

.hero {
    padding: 54px 0 80px;
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
    /*background-image: url("/upload/img/hero-bg.png");*/
    background-repeat: no-repeat;
    background-position-x: 87%;
    background-position-y: -70px;
}

.hero__title {
    color: #000;
    font-size: 64px;
    font-weight: 700;
    line-height: 116%;
    margin-bottom: 45px;
    max-width: 635px;
    z-index: 2;
}

.hero__advantages {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.hero__advantages-row {
    padding: 0;
    display: flex;
    gap: 10px;
}

.hero__advantages-item {
    flex: 0 1 360px;
    display: flex;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 140.5%;
}

.hero__advantages-item span {
    color: #3246FD;
}

.hero__advantages-item::before {
    content: '';
    background: no-repeat center url(/upload/img/check.png);
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 16px;
    padding-top: 5px;
}

.hero__btns {
    display: flex;
    position: relative;
    z-index: 2;
}

.hero__btn {
    border-radius: 5px;
    background: #3246FD;
    padding: 22px 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.hero__disc {
    border-radius: 5px;
    background: #FFF493;
    padding: 11px 30px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 125%;
}

.hero__disc span {
    font-weight: 700;
}


@media (max-width: 1600px) {

    .hero {
        background-position-x: 110%;
    }

}

@media (max-width: 1400px) {

    .hero {
        background-size: 668px 604px;
        background-position-x: 110%;
        background-position-y: -20px;
    }

}

@media (max-width: 1300px) {
    .hero {
        padding: 40px 0 70px;
        background-position-y: 60px;
    }

    .hero__advantages {
        max-width: 490px;
        margin-bottom: 50px;
        gap: 20px;
    }

    .hero__advantages-row {
        gap: 20px;
    }

    .hero__advantages-item {
        flex: 0 1 245px;
    }
}

@media (max-width: 1199px) {
    .hero {
        background-image: none;
    }

    .hero__title {
        max-width: 100%;
    }

    .hero__advantages-row {
        flex-direction: column;
    }

    .hero__advantages {
        max-width: 100%;
        gap: 15px;
    }

    .hero__advantages-row {
        gap: 15px;
    }

    .hero__advantages-item {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .hero {
        padding: 40px 0 30px;
    }
}

@media (max-width: 768px) {

    .hero__title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .hero__advantages {
        margin-bottom: 25px;
    }

    .hero__advantages-item {
        font-size: 16px;
    }

    .hero__btns {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .hero__btn {
        text-align: center;
        font-size: 14px;
    }

    .hero__disc {
        padding: 8px 20px;
        text-align: center;
        font-size: 14px;
    }

    .br {
        display: none;
    }
}


/*----------------------------------/HERO-----------------------------------*/

/*----------------------------------PRICES-----------------------------------*/

.prices {
    padding: 43px 0 20px;
}

.prices__title {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    line-height: 120.5%;
    margin-bottom: 40px;
    text-align: right;
}

.prices__title span {
    color: #3246FD;
}
.prices__title label {
    color: #3246FD;
}
.prices__table {
    display: flex;
    flex-direction: column;
}

.bg-grey {
    background: #F5F8F9;
}

.prices__table-title {
    color: #222;
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    padding: 45px 75px 40px 75px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.prices__table-row {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 156.8%;
    padding: 27px 200px 22px 75px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    transition: color 0.2s;
}

.prices__table-row:hover {
    color: #3246FD;
}

.prices__table-row:hover .prices__table-name {
    color: #3246FD;
}

.prices__table-name {
    color: #000;
}

.prices__table-num {
    flex-shrink: 0;
}

.arrow {
    display: none;
}

.prices__hide {
    display: none;
}

.prices__table-bottom {
    padding: 8px 0 67px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prices__table-btn {
    display: inline-block;
    padding: 15px 23px;
    color: #3246FD;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    border: 2px solid #3246FD;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .prices {
        padding: 70px 0 20px;
    }

    .prices__table-row {
        padding: 27px 120px 22px 75px;
    }
}

@media (max-width: 1199px) {
    .prices__title {
        font-size: 42px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .prices {
        padding: 30px 0 20px;
    }

    .prices__table-title {
        font-size: 24px;
        padding: 40px 20px 20px 20px;
    }

    .prices__table-row {
        padding: 12px 20px 16px 20px;
    }

    .prices__table-bottom {
        padding: 20px 0 44px;
        text-align: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media (max-width: 768px) {
    .prices__title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

@media (max-width: 468px) {
    .prices__br {
        display: none;
    }

    .prices__table-row {
        flex-direction: column;
        gap: 10px;
    }

    .prices__table-name {
        padding-right: 50px;
    }

    .prices__table-num {
        display: flex;
        justify-content: space-between;
    }

    .arrow {
        display: block;
    }
}
@media (max-width: 417px) {
    .prices__title{
        width: 268px;
        margin: 0 0 25px auto;
    }

}


/*----------------------------------/PRICES-----------------------------------*/




/*----------------------------------BRANDS-----------------------------------*/
.box-top__line_elems{
    margin-top: 28px;
}
.model_section_url{
    font-family: Geometria;
    font-size: 18px;
    font-weight: 400;
    line-height: 36.59px;
/*    text-align: left;*/
    color: #000000;
}
.model_section_url:hover{
    color: #3246FD;
}
.brands {
    padding: 60px 0 120px;
}

.brands__title {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.brands__text {
    color: #787878;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 40px;
}

.brands__box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.box-top {
    display: flex;
    gap: 20px;
}

.box-top__line {
    width: calc((100% / 3) * 2);
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.box-top-item:hover{
    box-shadow: 0px 24px 25px -15px #0000001A;
}
.box-bottom-item:hover{
    box-shadow: 0px 24px 25px -15px #0000001A;
}

.box-bottom {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.box-top-item {
    display: block;
    width: calc((100% - 60px) / 4);
    height: 160px;
    border-radius: 10px;
    border: 1px solid #D4DFE6;
    background: #FFF;
    text-align: center;
}

.box-top-item p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.box-bottom-item {
    display: block;
    width: calc((100% - 100px) / 6);
    height: 160px;
    border-radius: 10px;
    border: 1px solid #D4DFE6;
    background: #FFF;
    text-align: center;
}

.box-bottom-item p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.item-hide {
    display: none;
}

.box-item__img {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands__box-offer {
    width: calc((100% - 20px) /3);
    height: 350px;
    padding: 36px 40px 60px 40px;
    border-radius: 10px;
    background: linear-gradient(90deg, #3246FD 1.56%, #54DDD8 94.73%);
    color: #FFFFFF;
}

.box-offer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.box-offer__discount {
    align-self: flex-start;
    margin-top: 15px;
    border-radius: 5px;
    background: #FFF493;
    transform: rotate(5.319deg);
    padding: 8px 24px;
    color: #3246FD;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.box-offer__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
}

.box-offer__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 156%;
    margin-bottom: 24px;
}

.brands__box-offer p span {
    font-weight: 700;
}

.brands__form-top {
    display: flex;
    gap: 10px;
}

.brands__form-top input {
    padding: 16px 15px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: transparent;
}

.brands__form-top input::placeholder {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 164%;
}
.brands__form-top input {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 164%;
    max-height: 50px;
    max-width: 213px;
}
.brands__form-btn {
    flex-shrink: 0;
    border-radius: 5px;
    background: #FFF;
    padding: 16px 23px;
    color: #3246FD;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.brands__bottom {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.brands__bottom-btn {
    border-radius: 5px;
    border: 2px solid #3246FD;
    padding: 16px 23px;
    color: #041DFC;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}


@media (max-width: 1450px) {
    .box-top__line {
        width: calc(100% / 2);
    }
    .brands__box-offer {
        width: calc((100% - 20px) /2);
    }
    .top-item-hide {
        display: none;
    }

    .box-top-item {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 1300px) {
    .box-item__img img {
      /*  max-width: 100px;*/
    }
}

@media (max-width: 1199px) {
    .brands {
        padding: 40px 0 60px;
    }
}

@media (max-width: 991px) {
    .box-top__line {
        width: 100%;
        gap: 20px 20px;
    }
    .brands__box-offer {
        width: 100%;
        padding: 40px 20px;
    }
    .brands {
        padding: 30px 0 40px;
    }

    .box-top {
        flex-direction: column;
    }

    .box-bottom {
        flex-wrap: wrap;
        gap: 20px 20px;
    }

    .box-bottom-item {
        width: calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .brands__title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .brands__text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .brands__box {
        gap: 20px 20px;

    }

    .box-top-item {
        width: calc((100% - 20px) / 2);
    }

    .box-bottom-item {
        width: calc((100% - 20px) / 2);
    }

    .box-offer__top {
        justify-content: initial;
        gap: 30px;
        align-items: center;
        margin-bottom: 18px;
    }

    .box-offer__discount {
        margin-top: 15px;
        padding: 4px 18px;
        font-size: 22px;
    }

    .box-offer__title {
        font-size: 24px;
    }

    .box-offer__text {
        font-size: 16px;
    }

    .offer__br {
        display: none;
    }

    .brands__form-top {
        flex-direction: column;
        gap: 8px;
    }

    .brands__form-top input {
        width: 100%;
    }

    .brands__form-btn {
        flex-shrink: 1;
        width: 100%;
        text-align: center;
    }

    .brands__bottom {
        margin-top: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 468px) {
    .box-offer__top {
        gap: 15px;
    }

    .brands__bottom-btn {
        width: 100%;
        text-align: center;
    }
}


/*----------------------------------/BRANDS-----------------------------------*/

/*----------------------------------ADDRESSES-----------------------------------*/


/*----------------------------------/ADDRESSES-----------------------------------*/


/*----------------------------------OPTIONS-----------------------------------*/

.options {
    /*background: #F9F9F9;*/
    padding: 50px 0;
}

.options__wrapp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.options__title {
    position: relative;
    max-width: 575px;
    align-self: flex-start;
}

.options__title h2 {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.options__title h2 span {
    color: #3246FD;
}

.options__line {
    position: absolute;
    left: -37px;
    bottom: -32px;
}

.options__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 734px;
}

.list-item {
    border-radius: 10px;
    background: #FFF;
    padding: 40px 50px;
    display: flex;
    gap: 20px;
}

.list-item__content h3 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.list-item__content p {
    color: #787878;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}

.list-item__link {
    color: #3246FD;
    border-bottom: 1px solid #3246FD;
}

@media (max-width: 1600px) {
    .options__line {
        left: -18px;
        bottom: -32px;
    }
}

@media (max-width: 1300px) {
    .options__title {
        max-width: 490px;
    }

    .options__line {
        width: 473px;
        height: 119px;
        left: -47px;
        bottom: -10px;
    }
}

@media (max-width: 1199px) {
    .options__line {
        left: -25px;
        bottom: -10px;
    }
}

@media (max-width: 991px) {
    .options__wrapp {
        flex-direction: column;
        gap: 30px;
    }

    .options__title {
        max-width: 600px;
    }

    .options__line {
        width: 586px;
        height: 147px;
        left: -18px;
        bottom: -10px;
    }

    .options__list {
        max-width: 100%;
    }

    .list-item {
        padding: 20px;
    }

}


@media (max-width: 768px) {
    .options {
        padding: 30px 0;
    }

    .options__wrapp {
        gap: 18px;
    }

    .options__title {
        max-width: 320px;
    }

    .options__title h2 {
        font-size: 28px;
    }

    .options__line {
        width: 312px;
        height: 79px;
        left: -8px;
        bottom: -5px;
    }

    .list-item {
        flex-direction: column;
        gap: 15px;
    }

    .list-item__content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .list-item__content p {
        font-size: 16px;
    }

}


/*----------------------------------/OPTIONS-----------------------------------*/

/*----------------------------------EQUIPMENT-----------------------------------*/

.equipment {
    padding: 50px 0 40px;
}

.equipment__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
   /* margin-bottom: 90px;*/
}

.equipment__title {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.equipment__title span {
    color: #3246FD;
}

.equipment .equipment__cards {
    display: flex;
    gap: 20px;
}

.equipment .equipment__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.equipment .equipment__num {
    color: #3246FD;
    font-size: 70px;
    font-weight: 700;
    line-height: 101.8%;
}

.equipment__text {
    color: #787878;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    max-width: 260px;
}

.equipment .equipment__slide {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.equipment .equipment__slide img {
    border-radius: 10px;
}

.equipment .swiper-button-prev,
.equipment .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #3246FD;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
}

.equipment .swiper-button-disabled {
    background-color: #F5F8F9;
    color: #A5A5A5;
}

.equipment .swiper-button-prev::after,
.equipment .swiper-button-next::after {
    font-size: 20px;
}

.equipment .swiper-button-prev::after {
    padding-right: 4px;
}

.equipment .swiper-button-next::after {
    padding-left: 4px;
}

.equipment .swiper-button-next, .equipment .swiper-button-prev {
    top: calc(50% - 15px);
}

.equipment .swiper-pagination {
    bottom: 0;
}

@media (max-width: 1300px) {
    .equipment {
        padding: 50px 0 40px;
    }

    .equipment__content {
        gap: 72px;
        margin-bottom: 60px;
    }

    .equipment .equipment__slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .equipment {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .equipment__content {
        gap: 34px;
        margin-bottom: 40px;
    }

    .equipment__title {
        font-size: 28px;
    }

    .equipment__cards {
        flex-direction: column;
        gap: 30px;
    }

    .equipment__card {
        gap: 8px;
    }

    .equipment__num {
        font-size: 50px;
        text-align: center;
    }

    .equipment__text {
        max-width: 100%;
        text-align: center;
    }

    .equipment-br {
        display: none;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/*----------------------------------/EQUIPMENT-----------------------------------*/


/*----------------------------------TEAM-----------------------------------*/

.team {
    padding: 50px 0;
}

.team__wrapp {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.team__title {
    color: #000;
    text-align: right;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.team__title span {
    color: #3246FD;
}

.team__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.team__card {
    width: calc((100% - 90px) / 4);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.team__card:hover{
    box-shadow: 0px 24px 25px -15px #0000001A;

}


.team__card__img img {
    object-fit: cover;
   /* width: 100%;
    height: 100%;*/
}

.team__card__content {
    padding: 20px 30px 30px;
    border: 1px solid #D4DFE6;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.team__card__name {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 152%;
    margin-bottom: 10px;
}

.team__card__job {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.team-br {
    display: none;
}

@media (max-width: 1400px) {
    .team__card__content {
        padding: 20px 10px 30px;
    }

    .team {
        padding: 40px 0;
    }
}

@media (max-width: 1199px) {
    .team__card__name {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .team {
        padding: 30px 0;
    }

    .team__cards {
        gap: 20px 20px;
    }

    .team__card {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 768px) {
    .team__card__img img {
        object-fit: cover;
         width: 100%;
         height: 100%;
    }

    .team__wrapp {
        gap: 20px;
    }

    .team__title {
        font-size: 28px;
    }

    .team__card__content {
        padding: 15px 10px;
    }

    .team__card__name {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .team__card__job {
        font-size: 12px;
    }

}

@media (max-width: 468px) {
    .team-br {
        display: initial;
    }
}

/*----------------------------------/TEAM-----------------------------------*/

/*----------------------------------REVIEWS-----------------------------------*/


.reviews.bg_uslugi_delail_reviews {
    padding: 50px 0 50px;
    background: none;
}

.reviews__wrapp {
    display: flex;
    flex-direction: column;
    gap: 74px;
}

.reviews__title {
    color: #181818;
    font-size: 52px;
    font-weight: 700;
    line-height: 120.5%;
}

.reviews__box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.reviews__box-left {
    flex: 0 1 730px;
}

.reviews__item {
    margin-bottom: 86px;
}

.reviews__item-hide {
    display: none;
}

.reviews__item-top {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D4DFE6;
    margin-bottom: 20px;
}

.reviews__item__avatar {
    border-radius: 94px;
    background: #F5F8F9;
    padding: 17px 22px;
    color: #D4DFE6;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    align-self: flex-start;
}

.reviews__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.reviews__content-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews__content-name {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    line-height: 142%;
}

.reviews__content-middle {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 156%;
}

.reviews__content-bottom {
    display: flex;
    justify-content: space-between;
    color: #787878;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}

.reviews__reactions {
    display: flex;
    gap: 15px;
}

.reviews__likes {
    display: flex;
    gap: 5px;
    align-items: center;
}

.reviews__dislikes {
    display: flex;
    gap: 5px;
    align-items: center;
}

.reviews__item-bottom {
    padding-left: 90px;
}

.reviews__item-bottom button {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #3246FD;
    font-size: 14px;
    font-weight: 500;
    line-height: 137%;
}

.reviews__button {
    border-radius: 5px;
    border: 2px solid #3246FD;
    background: transparent;
    padding: 18px 30px;
    color: #3246FD;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.reviews__box-right {
    flex: 0 1 480px;
    /*max-width: 480px;*/
    border-radius: 10px;
    border: 1px solid #D4DFE6;
    background: #FFF;
    padding: 40px 40px 35px;
    align-self: flex-start;
}

.reviews__card {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.reviews__card-top {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #3B2F3B;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.reviews__card-bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.reviews__card-line {
    display: flex;
    align-items: center;
}

.reviews__card-star {
    margin-right: 10px;
}

.reviews__card-num {
    color: #3B2F3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 30px;
    min-width: 10px;
}

.card-line {
    flex: 1;
}

.card-line__item {
    border-radius: 36px;
}

.card-line__blue {
    background: #3246FD;
    height: 10px;
}

.line-33 {
    width: 33%;
    background: #3246FD;
    height: 10px;
}

.line-66 {
    width: 66%;
    background: #3246FD;
    height: 10px;
}

.line-0 .card-line__item {
    border-radius: 36px;
    background: #E5E5E5;
    width: 10px;
    height: 10px;
    margin-right: 20px;
}

.line-0 {
    flex: initial;
}

.percents {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #3B2F3B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.percents__num {

}

.percents__line {
    width: 2px;
    height: 10px;
    background-color: #E5E5E5;
}

.percents__sum {

}

.reviews__card-btn {
    border: none;
    align-self: center;
    padding: 20px 45px;
    background: #3246FD!important;
    border-radius: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 1300px) {
    .reviews__box-left {
        flex: 0 1 657px;
    }

    .reviews__box-right {
        flex: 0 1 312px;
    }

    .reviews__card-num {
        margin-right: 15px;
    }
}

@media (max-width: 1050px) {
    .reviews__wrapp {
        gap: 40px;
    }

    .reviews__box {
        flex-direction: column;
        gap: 42px;
    }

    .reviews__box-left {
        flex: 1;
        order: 2;
    }

    .reviews__box-right {
        flex: 1;
        width: 100%;
    }
}


@media (max-width: 991px) {
    .reviews {
        padding: 30px 0 40px;
    }
}

@media (max-width: 768px) {
    .reviews__wrapp {
        gap: 20px;
    }

    .reviews__title {
        font-size: 28px;
    }

    .reviews__box-right {
        padding: 32px 20px 36px;
    }

    .reviews__card {
        gap: 30px;
    }

    .reviews__card-top {
        font-size: 18px;
    }

    .reviews__card-btn {
        width: 100%;
    }

    .reviews__content {
        gap: 12px;
    }

    .reviews__content-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 8px;
    }

    .reviews__content-name {
        font-size: 18px;
    }

    .reviews__content-stars {
       /* width: 83px;*/
    }
    .reviews__content-stars svg{
        width: 14px;
        height: 14px;
    }

    .reviews__item {
        margin-bottom: 40px;
    }

    .reviews__item-top {
        gap: 10px;
        margin-bottom: 16px;
    }

    .reviews__item__avatar {
        padding: 11px 14px;
        font-size: 22px;
    }

    .reviews__content-middle {
        font-size: 14px;
    }

    .reviews__content-bottom {
        font-size: 12px;
    }

    .reviews__reactions {
        display: none;
    }

    .reviews__item-bottom {
        padding-left: 54px;
    }

    .reviews__item-bottom button {
        font-size: 12px;
    }
}

@media (max-width: 468px) {
   /* .reviews__item {
        padding-right: 40px;
    }*/

   /* .reviews__content-middle {
        margin-left: -54px;
    }

    .reviews__content-bottom {
        margin-left: -54px;
    }*/

 /*   .reviews__item-bottom {
        padding-left: 0;
    }*/

    .reviews__button {
        width: 100%;
    }
}

/*----------------------------------/REVIEWS-----------------------------------*/


/*----------------------------------MODAL-----------------------------------*/
.application__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.application__modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 52px 55px 60px;
    color: #787878;
    border-radius: 10px;
    max-width: 750px;
    text-align: center;
}

.application__modal-title {
    font-weight: 700;
    line-height: 107.5%;
    font-size: 36px;
    color: #000;
    margin-bottom: 24px;
}

.application__modal-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 156.8%;
    margin-bottom: 30px;
}

.application__modal-btn {
    padding: 16px 23px;
    border-radius: 5px;
    background: #3246FD;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .application__modal-wrapper {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .application__modal-wrapper {
        padding: 40px 20px 44px;
        width: calc(100% - 40px);
    }

    .application__modal-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .application__modal-text {
        margin-bottom: 20px;
    }
}


/*----------------------------------/MODAL-----------------------------------*/
/*----------------------------------Courier-MODAL-----------------------------------*/
.courier__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    overflow-y: auto;
    justify-content: center;
    align-items: center;

}

.courier__modal-wrapper {
    background-color: #fff;
    padding: 52px 72px 45px;
    color: #787878;
    border-radius: 10px;
    max-width: 750px;
    width: 90%;
    max-height: calc(100% - 100px);
    overflow-y: auto;

}

.courier__modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.courier__modal-title {
    font-weight: 700;
    line-height: 107.5%;
    font-size: 36px;
    color: #000;
}

.courier__modal-close {
    align-self: flex-start;
    cursor: pointer;
}

.courier-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.courier-form__direction {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.courier__modal-wrapper label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 137%;
    display: flex;
    align-items: center;
}

.real-radio {
    position: absolute;
    opacity: 0;
}

.custom-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #F0F2FF;
    border-radius: 50px;
    margin-right: 8px;
    vertical-align: center;
    cursor: pointer;
}

.custom-radio::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .2s ease-in;
    width: 10px;
    height: 10px;
    background: #3246FD;
    border-radius: 50px;
    vertical-align: center;
    display: inline-block;
}

.real-radio:checked + .custom-radio::before {
    transform: translate(-50%, -50%) scale(1);
}

.courier-form__title {
    color: #383838;
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 2px;
}

.courier-form__addresses {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.form-data input {
    padding: 16px 15px;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
}

.form-data textarea {
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    padding: 16px 15px;

}

textarea {
    resize: none;
    height: 100px;
}

.form-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-data__top {
    display: flex;
    gap: 12px;
}

.form-data__top input {
    flex: 1;
}

.form-data__date {
    position: relative;
}

.form-data__date::after {
    content: '';
    background-image: url('/upload/img/ep_calendar.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    display: inline-block;
}

.courier-form__bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 8px;
}

.courier-form__bottom label {
    max-width: 320px;
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.real-checkbox {
    position: absolute;
    opacity: 0;
}

.custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #F0F2FF;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

.custom-checkbox::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -45%) scale(0);
    transition: .2s ease-in;
    width: 15px;
    height: 15px;
    background-image: url("/upload/img/checkbox.svg");
    background-repeat: no-repeat;
    display: inline-block;
}

.real-checkbox:checked + .custom-checkbox::before {
    transform: translate(-45%, -45%) scale(1);
}

.courier__modal-btn {
    cursor: pointer;
}

@media (max-width: 768px) {
    .courier__modal-wrapper {
        padding: 40px 20px 38px;
        width: calc(100% - 40px);
    }

    .courier__modal-title {
        font-size: 28px;
    }

    .courier__modal-header {
        margin-bottom: 20px;
    }

    .courier__modal-close svg {
        width: 16px;
        height: 16px;
    }

    .courier-form {
        gap: 20px;
    }

    .form-data__top {
        flex-direction: column;
        gap: 8px;
    }

    .courier-form__bottom {
        flex-direction: column;
        gap: 20px;
    }

}


/*----------------------------------/Courier-MODAL-----------------------------------*/

/*----------------------------------Courier-success-MODAL-----------------------------------*/

.courier-success__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.courier-success__modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 52px 55px 60px;
    color: #787878;
    border-radius: 10px;
    max-width: 750px;
    text-align: center;
}

.courier-success__modal-title {
    font-weight: 700;
    line-height: 107.5%;
    font-size: 36px;
    color: #000;
    margin-bottom: 24px;
}

.courier-success__modal-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 156.8%;
    margin-bottom: 30px;
}

.courier-success__modal-btn {
    padding: 16px 23px;
    border-radius: 5px;
    background: #3246FD;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .courier-success__modal-wrapper {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .courier-success__modal-wrapper {
        padding: 40px 20px 44px;
        width: calc(100% - 40px);
    }

    .courier-success__modal-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .courier-success__modal-text {
        margin-bottom: 20px;
    }
}

/*----------------------------------/Courier-success-MODAL-----------------------------------*/


.remont_opis_tittle{
    font-family: Geometria;
    font-size: 52px;
    font-weight: 700;
    line-height: 57.2px;
    text-align: left;
    padding: 50px 0 30px 0;
}
.bg_decript{
    /*background: #F9F9F9;*/
    padding-bottom: 50px;
}
.remont_opis_desc{
    background: #FFFFFF;
    border-radius: 10px;
}
@media (max-width: 900px) {
    .remont_opis_tittle{
        padding: 40px 0 20px 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 30.8px;
        text-align: left;
    }
    .remont_opis_desc{
        padding:20px
    }
    .bg_decript{
        padding-bottom:39px
    }
}
.remont_opis_desc ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.remont_opis_desc li{
    list-style: circle;
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.remont_opis_desc ol{
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.remont_opis_desc p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.remont_opis_desc p {
 /*   margin: 30px 0 0;*/
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.remont_opis_desc h2 {
    position: relative;
    margin: 30px 0;
    color: #000;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.remont_opis_desc blockquote {
    margin: 20px 0 0;
    padding: 35px 95px;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
    background-color: #fcf8ec;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

/* End */


/* Start:/local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_2024/style.css?17491772535367*/
/*----------------------------------HELP-----------------------------------*/

.help {
	padding: 20px 0 60px;
	line-height: initial;
}

.help__wrapper {
	position: relative;
	overflow: hidden;
	background: linear-gradient(90deg, #3246FD 0.25%, #52CEDD 100%);
	border-radius: 10px;
	width: 100%;
	height: 448px;
	color: #FFF;
}

.help__bg {
	background-image: url("/upload/img/help-bg.png");
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	display: flex;
}

.help__disc {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 4px;
	top: 63px;
	left: -20px;
	border-radius: 5px;
	background: #FFF493;
	padding: 16px 16px 16px 58px;
}

.help__disc-num {
	color: #2F353E;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.help__disc-text {
	color: #2F353E;
	font-size: 13px;
	font-weight: 500;
}

.help__name {
	position: absolute;
	left: 380px;
	bottom: 60px;
	border-radius: 5px;
	background: rgba(50, 70, 253, 0.20);
	backdrop-filter: blur(8px);
	display: flex;
	gap: 10px;
	padding: 15px 20px 12px;
	z-index: 3;
}

.help__name-text {
	display: flex;
	flex-direction: column;
}

.help__name-top {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 152%;
}

.help__name-bottom {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 152%;
}

.help__img-man {
	flex: 0 1 630px;
	height: 430px;
	align-self: flex-end;
	margin: 0 55px 0 66px;
	z-index: 2;
	/*background-image: url("/upload/img/Alexey.png");*/
	background-repeat: no-repeat;
	background-position-x: 30px;
	background-position-y: 0;
}

.help__content {
	padding: 60px 0;
}

.help__content-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 16px;
}

.help__content-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 145%;
	max-width: 480px;
}

.help__form {
	margin: 24px 0 20px;
}

.help__form-top {
	margin: 24px 0 20px;
	display: flex;
	gap: 12px;
}

.help__form input {
	padding: 16px 22px 16px 15px;
	border-radius: 5px;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	font-size: 18px;
	line-height: 164%;
	max-height: 50px;
}

.help__form input::placeholder {
	color: #FFF;
	font-size: 18px;
	line-height: 164%;
}

.help__form-btn {
	border-radius: 5px;
	background: #FFF;
	padding: 16px 23px;
	color: #3246FD;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.help__socials {
	margin-top: 12px;
	display: flex;
	gap: 10px;
}

.help__socials-item {
	cursor: pointer;
	border-radius: 50px;
}

.help__socials div svg path {
	transition: all 0.3s;
}

.help__socials div:hover svg path {
	opacity: 0.8;
}


@media (max-width: 1400px) {
	.help__wrapper {
		height: 490px;
	}

	.help__img-man {
		margin: 0 20px 0 0;
	}

	.help__img-man {
		flex: 0 1 575px;
		height: 392px;
	}

	.help__name {
		left: 190px;
	}

	.help__content-title {
		max-width: 400px;
	}
}

@media (max-width: 1300px) {
	.help__name {
		left: 210px;
	}

	.help__content {
		margin-left: -85px;
		z-index: 4;
	}
}

@media (max-width: 1199px) {
	.help__name {
		left: 150px;
	}

	.help__content {
		margin-left: -110px;
	}

	.help__img-man {
		background-position-x: 20px;
	}
}

@media (max-width: 991px) {
	.help {
		padding: 20px 0 30px;
	}

	.help__wrapper {
		padding: 40px;
	}

	.help__bg {
		background-image: none;
		display: flex;
		flex-direction: column;
		gap: 24px;
		height: auto;
	}

	.help__img-man {
		display: none;
	}

	.help__name {
		display: none;
	}

	.help__content {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.help__content-title {
		max-width: 100%;
	}

	.help__content-text {
		max-width: 100%;
	}

	.text__br {
		display: none;
	}

	.help__disc {
		position: relative;
		top: initial;
		left: initial;
		flex-direction: row;
		align-items: center;
		align-self: flex-start;
		gap: 10px;
		padding: 12px 16px;
	}

}

@media (max-width: 768px) {
	.help__wrapper {
		padding: 40px 20px 49px;
		border-radius: 0;
		height: auto;
	}

	.help__disc {
		gap: 8px;
	}

	.help__disc-num {
		font-size: 16px;
		flex-shrink: 0;
	}

	.help__disc-text {
		font-size: 12px;
		flex-shrink: 0;
	}

	.help__content-title {
		font-size: 28px;
	}

	.help__form {
		width: 100% !important;
		height: 108px !important;
		margin: 20px 0;
	}

	.help__form-top {
		flex-direction: column;
		gap: 8px;
	}

	.help__form input {
		width: 100%;
	}

	.help__form-btn {
		width: 100%;
		text-align: center;
	}
}

.ofd-help__form-label {
	position: relative;
	font-size: 14px;
}

.ofd-help__form-label a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.ofd-real-checkbox {
	opacity: 0;
	width: 18px;
	height: 18px;
}

.ofd-custom-checkbox {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #F0F2FF;
	border: 1px solid #F0F2FF;
	color: #F0F2FF;
	border-radius: 9px;
}

.ofd-custom-checkbox::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .2s ease-in;
	width: 10px;
	height: 10px;
	background: #3246FD;
	border-radius: 50px;
	vertical-align: center;
	display: inline-block;
}

.ofd-real-checkbox:checked + .ofd-custom-checkbox::before {
	opacity: 1;
}

.help__form {
    height: 76px !important;
}

/*----------------------------------/HELP-----------------------------------*/
/* End */


/* Start:/local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_zapis_remont_2024/style.css?174945404595*/
@media (max-width: 480px) {
.brands__form-bottom {
	white-space: nowrap;
	overflow: hidden;
}
}
/* End */


/* Start:/local/components/custom/component.contacts/templates/uslugi_2024/style.css?171592757723892*/
.image_maneger1{
    position: absolute;
    left: 0px;
    height: 430px;
}
.image_maneger2{
    position: inherit;
    margin-left: 282px;
    width: 111px;
    margin-top: -37px;
}
.image_maneger3{
    position: absolute;
    height: 461px;
}
.image_maneger4{

}
.company_body_style_wrapper{
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 calc(377px - 31vw);
    padding: 0;
    width: calc(100vw);
    background: #F3F7F9;
    padding-top: 360px;
    margin-top: -300px;
}
.box_element_company .element_predation_new{
    background: #FFFFFF;
    border-radius: 10px;
    width: 41%;
    padding: 50px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    min-height: 365px;
    vertical-align: top;
}
.box_element_company .uslugi_obsl_block_left_img{
    float: left;
    margin-right: 40px;
    background: #FFF1E3;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}
.box_element_company .uslugi_obsl_block_left_img div{
    background: #FFFFFF;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    transform: matrix(0.94, 0.33, -0.34, 0.94, 0, 0);
    margin-left: 20px;
    margin-top: -10px;
}
.box_element_company .uslugi_obsl_block_left_img img{
    transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
}
.box_element_company .element_company_adress{
    font-weight: 400;
    font-size: 16px;
    color: black;
    margin-top: 30px;
    margin-bottom: 10px;
}
.box_element_company .element_company_wor-time{
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 35px;
}
.box_element_company .element_company_phone{
    margin-bottom: 15px;
}
.box_element_company .element_company_phone span{

}
.box_element_company .element_company_email{
    margin-bottom: 30px;
    margin-top: 15px;
}
.box_element_company .element_company_button-buy:hover{
    background: #4d5df1;
    color: white;
}
.box_element_company svg {
    color: #787878;
    margin-right: 15px;
}
.box_element_company .element_company_button-buy{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 50px;
    background: #3246FD;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.box_element_company span{
    color: #7A7A7A;
    font-weight: 400;
    font-size: 16px;
}
.box_element_company h3{
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 14px;
}
.box_element_company .copany_coloum_element{
    width: 70%;
    display: inline-block;
}
.box_element_company {
    margin-left: 215px;
    margin-right: 185px;
}
.box_element_company h2{
    font-family: Geometria;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}
@media (max-width: 540px) {
    .image_maneger1, .image_maneger2, .image_maneger3{
        display: none;
    }
    h1 {
        font-size: 28px!important;
        line-height: inherit!important;
    }
    .box_element_company .element_predation_new{
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }
    .company_body_style_wrapper {
        margin: 0;
        width: 100%;
        margin-top: -360px;
    }
    .box_element_company{
        margin-left: 0px;
        margin-right: 0px;
    }
    .box_element_company h2{
        line-height: inherit;
    }
}
.copany_coloum_element a{
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.copany_coloum_element a:hover{
    color: #7A7A7A;
}
.text_wrapper {
    position: relative;
}

.contacts h1 {
    font-size: 64px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    line-height: 75px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.items_tab {
    margin-top: 5px;
}

.h1_title .title_name {
    display: inline-block;
    vertical-align: middle;
}

.h1_title .icon {
    background: url("/bitrix/templates/port_adaptive/images/main_page_icons.png") no-repeat scroll -60px 0px transparent;
    width: 61px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

#map_block {
    margin-top: 20px;
    width: 100%;
    max-width: 1500px;
    vertical-align: top;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    max-height: calc(100vh - 200px);
}

#map_block img {
    max-width: none;
    max-height: none;
}

.page_contacts {
}

.company_wrapper {
    position: relative;
}

.page_contacts .data {
    padding: 15px 0;
    position: relative;
    display: inline-block;
    /*border-bottom: 1px solid #D4DFE6;*/
}

#map_block .ymaps-2-1-78-balloon__content {
    margin-right: 0;
}

@media (min-width: 541px) {
    #map_block .ymaps-2-1-78-balloon__content > ymaps[style] {
        width: min-content !important;
    }
}

#map_block .page_contacts {
}

#map_block .page_contacts .data {
    padding: 0 5px 0 0;
    white-space: nowrap;
}

.page_contacts .data .data_flex {
    display: flex;
    max-width: 650px;
}

.page_contacts .data .contact_img {
    margin-right: 18px;
}

.page_contacts .data .center-block {
    flex: 1 1 auto;
}

.page_contacts .data .button {
    align-self: flex-end;
    margin-left: 15px;
    white-space: nowrap;
}

.page_contacts .data .item_3d {
    display: none;
    -moz-transition: all 0s ease 0.5s;
    -o-transition: all 0s ease 0.5s;
    -webkit-transition: all 0s ease 0.5s;
    transition: all 0s ease 0.5s;

    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-animation: close_up ease 0.5s;
    -moz-animation: close_up ease 0.5s;
    -o-animation: close_up ease 0.5s;
    animation: close_up ease 0.5s;
}

.page_contacts.show_data .data.active .item_3d {
    display: block;
}

.page_contacts .data.active .item_3d {
    margin-top: 20px;
    height: auto;
    opacity: 1;
    -webkit-animation: open_down ease 0.5s;
    -moz-animation: open_down ease 0.5s;
    -o-animation: open_down ease 0.5s;
    animation: open_down ease 0.5s;
}

@keyframes open_down {
    0% {
        height: 0px;
        opacity: 0;
        margin-top: 20px;
    }
    90% {
        height: 200px;
        opacity: 0;
    }
    100% {
        height: auto;
        opacity: 1;
    }
}

@keyframes close_up {
    0% {
        height: auto;
    }
    1% {
        height: 200px;
        opacity: 0;
        margin-top: 0px;
    }
    100% {
        height: 0px;
        opacity: 0;
    }
}

.page_contacts .name_list {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0;
    text-align: left;
    line-height: 1;
}

.page_contacts .name_list:nth-child(4) {
    border-top: 1px solid #e0e0e0;
}

.page_contacts .name_list i {
    padding-right: 15px;
    font-size: 20px;
}

.page_contacts time span {
    color: #82c6c1 !important;
}

.no_pay_phone {
    color: #82c6c1;
}

.page_contacts .contact_name,
.page_contacts .contact_name a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 3px;
    font-size: 20px;
}
.button_buy img{
    padding-right: 10px;
}
.button_buy{
    cursor: pointer;
    border: 2px solid #3246FD;
    border-radius: 5px;
    color: #3246FD;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}
.page_contacts .contact_data_type {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #383838;
    padding: 1px 10px;
    background: #F4F4F4;
    display: inline-block;
    margin: 10px 0 10px 0px;
    border-radius: 10px;
}

.page_contacts .contact_value {
    margin: 0;
    line-height: 22px;
}

.page_contacts .contact_value a {
    text-decoration: none;
    color: black;
}

.page_contacts .contact_value a[href^=mail] {
    color: black;
    font-size: 14px;
}

.page_contacts .contact_value .fa {
    color: #009acf;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
}

.page_contacts .contact_value.WORKTIME {
    display: inline-block;
    vertical-align: top;
    color: #95989a;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.page_contacts .contact_value.PHONE {
    display: inline-block;
    vertical-align: top;
}
.contact_data{
    margin-bottom: 15px;
}
.page_contacts .contact_value.PHONE .fa {
    display: none;
}

#tour_3d, #tour_3d_2, #tour_3d_3, #tour_3d_4 {
    width: 100%;
    height: 510px;
}
.buttons_3d{
    margin-bottom: 40px;
}
.count__block select {
    display: none;
}
.PHONE{
    font-size: 16px;
    font-weight: 500;
}
.contact_data svg{
    height: 11px;
    color: #787878;
}
.contact_img img{
    width: 220px;
    border-radius: 10px;
}
.contacts .button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 30px 15px;
    background: #F2F2F2;
    border-radius: 30px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
    cursor: pointer;
}

.contacts .button svg {
    vertical-align: middle;
    margin-right: 5px;
}

.contacts .button svg path {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contacts .bottom_form .button {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    padding: 13px 30px;
    border-radius: 35px;
}

.contacts .button:not(:hover,.active) svg path {
    fill: #358ac2;
}

.contacts .button:hover,
.contacts .button.active {
    color: #FFFFFF;
    background: #3246FD;
}

.contacts .button.active:hover {
    background: #3246FD;
}

.contacts .button[disabled] {
    color: #ffffff;
    background: #B3B3B3;
    border: 1px solid #B3B3B3;
    cursor: default;
}

.contacts .button[button_action] {
    border-radius: 5px;
    border: 1px solid #ff4c4c;
    background-color: #ff4c4c;
}

.contacts .button[button_action]:hover {
    border: 1px solid #ff3333;
    background-color: #ff3333;
}

#tabs .tab {
    display: none;
}

#tabs .tab.active {
    display: block;
}

.bottom_form {
    box-sizing: border-box;
    display: flex;
    padding: 36px 0px 38px 60px;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #D4DFE6;
    border-radius: 10px;
    position: sticky;
}

.bottom_form_col {
    padding: 0 18px;
}

.bottom_form_col:nth-child(1) {
    display: flex;
    flex-direction: column;
    padding-right: 45px;
    width: 50%;
}

.bottom_form .info_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 6px;
}

.bottom_form .info_data {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 14px;
}

.bottom_form .flex_width {
    flex: 1 1 auto;
}
.consult-formes__input-block.error #consult-name, .consult-formes__input-block.error #consult-comment {
    border-color: #EF4545;
}
.consult-formes__input-block {
    display: inline-block!important;
    width: 49%;
}
#consult-name, #consult-comment {
    border: 1px solid #A1A1A1;
    box-sizing: border-box;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #7C7C7C;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    height: 50px;
    width: calc(100%);
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;

}
.bottom_form_col:nth-child(2) {
    padding-left: 48px;
    flex: 1 1 auto;
}
.online_ember{
    font-weight: 500;
    font-size: 18px;
    color: #787878;
    margin-bottom: 10px;
}
.online_ember .circle{
    width: 12px;
    height: 12px;
    background: #1CB43D;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}
.bottom_form .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    color: #000000;
}
.text_title{
    margin-bottom: 20px;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
}
.text_title span{
    color: #000000;
}
.consult-formes-answer__content{
    top: 75%!important;
}
.title span{
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.callback-form__person-info {
    display: flex;
    margin-bottom: 15px;
}

.callback-form__person-info .custom_field_complex {
    display: block;
    flex: 1 1 auto;
}

.callback-form__person-info .custom_field_complex {
    margin-right: 22px;
}

.contacts .custom_field_complex .custom_field_name {
    position: relative;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
#consult-comment{
    resize: none;
    height: 120px;
}
a b {
    color: #3246FD;
    font-size: 14px;
    font-weight: 500;;
}
.js-sendConsultFormes22:hover {
    background: #4d5df1;
}
.js-sendConsultFormes22 {
    display: flex;
    flex-direction: row;
    margin-top: -34px;
    justify-content: center;
    align-items: center;
    padding: 16px 23px;
    width: 188px;
    background: #3246FD;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.contacts .custom_field_complex .custom_field_wrap {
    position: relative;
}

.contacts .custom_field_complex textarea,
.contacts .custom_field_complex input {
    margin: 9px 0 0 0;
    padding: 12px 11px 11px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    letter-spacing: 0.16px;
    font-size: 15px;
    color: #383838;
    border: 1px solid #b1cee0;
    border-radius: 5px;
}

.contacts .custom_field_complex input::-webkit-input-placeholder {

    font-size: 15px;
    color: #95989a;
}

.contacts .custom_field_complex input::-moz-placeholder {

    font-size: 15px;
    color: #95989a;
}

.contacts .custom_field_complex input:-moz-placeholder {

    font-size: 15px;
    color: #95989a;
}

.contacts .custom_field_complex input.error {
    color: transparent;
}
.consult-formes__checkbox-label{
    width: 50%;
}
.contacts .custom_field_complex .custom_error_message {
    box-sizing: border-box;
    padding: 8px 11px;
    color: red;
    position: absolute;
    left: 0;
    top: 24px;
    line-height: 17px;
    height: 37px;
    width: 100%;
    display: none;
    border: 1px solid #b1cee0;
    border-radius: 5px;
    background: #fff;
}

.contacts .custom_field_complex .custom_field_wrap.error .custom_error_message {
    display: block;
}

.contacts .politic {

    font-size: 13px;
}

.contacts .politic a {
    color: #358ac2;
    text-decoration: none;
}

.company_callback .callback-form__checkbox-block {
    display: block;
    position: relative;
    margin: 7px 0 0 0;
}

.company_callback .callback-form__checkbox-block input {
    display: none;
}

.company_callback .callback-form__checkbox-label {
    padding: 0 0 0 25px;
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 20px;
}

.company_callback .callback-form__checkbox-label a {
    text-decoration: none;
    color: #358ac2;
}

.company_callback .callback-form__check-box {
    display: block;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #358ac2;
}

.company_callback .callback-form__check-box > i {
    display: none;
    top: 3px;
    left: 3px;
    position: absolute;
    font-size: 9px;
    color: #77b97e;
}

.company_callback label .callback-form__check-box:hover {
    cursor: pointer;
}

.company_callback label input:checked ~ .callback-form__check-box > i {
    display: inline;
}

.company_callback .callback-form__control-btns {
    padding-top: 15px;
    text-align: right;
}



@media (max-width: 830px) {
    .bottom_form {
        padding: 30px 0px 38px 20px;
    }

    .bottom_form_col:nth-child(1) {
        padding-right: 15px;
    }

    .bottom_form_col:nth-child(2) {
        padding-left: 15px;
    }
}

@media (max-width: 720px) {
    .bottom_form {
        padding: 30px;
        flex-direction: column;
    }

    .bottom_form_col:nth-child(1),
    .bottom_form_col:nth-child(2) {
        padding: 0;
    }

    .bottom_form_col:nth-child(2) {
        border: none;
    }
}
.user_manager{
    padding-bottom: 20px;
    text-align: center;
    display: none;
}
@media (max-width: 540px) {
    .bottom_form_col:nth-child(1){
        display: none;
    }
    .user_manager{
        display: block;
    }
    .page_contacts .data .contact_img{
        margin-right: 0;
    }
    .contact_img img{
        width: 100%;
    }
    .button_buy{
        width: 88%;
    }
    .bottom_form {
        padding: 30px 10px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .page_contacts .data .data_flex {
        flex-direction: column;
    }
    .consult-formes__checkbox-label{
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }
    .js-sendConsultFormes22{
        width: 79%;
    }
    .callback-form__container{
        padding: 0px 20px 0px 20px;
    }
    .consult-formes__checkbox-block{
        padding-top: 0!important;
        padding-bottom: 20px;
    }
    #map_block .page_contacts .data .contact_img {
        display: none;
    }
    .box_element_company h2{
        margin-left: 20px!important;
    }
    .box_element_company .element_company_button-buy{
        width: 100%!important;
    }
    .box_element_company .element_predation_new{
        padding: 20px;
    }
    .box_element_company .element_company_phone span{
        margin-left: 35px;
    }
    .box_element_company .copany_coloum_element{
        width: 100%!important;
    }
    .page_contacts .data .button {
        margin: 15px 0 0;
        align-self: flex-start;
    }
}
.addresses__cards{
    display: none;
}
.addresses__cards.tab_active{
    display: flex;
}






.addresses {
    /*background: #F9F9F9;*/
    padding: 40px 0 50px;
}

.addresses__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.addresses__title {
    max-width: 630px;
    color: #000;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.addresses__title span {
    color: #3246FD;
}

.addresses__top-content {
    align-self: flex-end;
    display: flex;
    gap: 32px;
    border-radius: 10px;
    background: #FFF;
    padding: 22px 48px 24px 40px;
}

.addresses__top-text {
    color: #787878;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    max-width: 540px;
}

.addresses__top-text span {
    color: #000;
}

.addresses__tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.addresses__tabs-list {
    border: 2px solid #3246FD;
    border-radius: 30px;
    background: #3246FD;
    padding: 15px 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.addresses__tabs-map {
    border-radius: 30px;
    border: 2px solid #3246FD;
    background: #fff;
    padding: 15px 30px;
    color: #3246FD;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.addresses__tabs-map:hover {
    border: 2px solid #3246FD;
    background: #3246FD;
    color: #fff;
}

.addresses__cards {
    /*display: flex;*/
    justify-content: space-between;
    gap: 20px;
}
.block_down_comment_service {
    justify-content: space-between;
}
.card {
    display: flex;
    flex-direction: column;
}

.card__img {
    margin-bottom: 26px;
    border-radius: 10px;
    overflow: hidden;
}

.card__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card__address {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 22px;
}

.card__address p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 152%;
}

.card__address span {
    border-radius: 30px;
    background: #E9E9E9;
    padding: 6px 11px;
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.card__phone {
    display: flex;
    gap: 14px;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.card__email {
    display: flex;
    gap: 14px;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.card__work-hours {
    display: flex;
    gap: 14px;
    align-items: center;
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.card__work-hours svg {
    align-self: flex-start;
}

.card__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card__buttons-courier {
    border-radius: 5px;
    border: 1px solid #3246FD;
    background: #3246FD;
    padding: 12px 23px;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.card__buttons-route {
    border-radius: 5px;
    border: 1px solid #3246FD;
    background: #fff;
    padding: 12px 23px;
    text-align: center;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    color: #3246FD;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .addresses__top {
        gap: 22px;
        margin-bottom: 40px;
    }

    .card__img {
        margin-bottom: 20px;
    }

    .addresses__title {
        max-width: 488px;
    }

    .card__address {
        gap: 10px;
        justify-content: space-between;
    }

    .card__buttons-route {
        padding: 12px;
        gap: 10px;
    }
}

@media (max-width: 1199px) {
    .addresses {
        padding: 60px 0 30px;
    }

    .addresses__top {
        flex-direction: column;
    }

    .addresses__title {
        max-width: 630px;
    }

    .addresses__top-content {
        align-self: flex-start;
        width: 100%;
    }

    .card__address {
        flex-direction: column;
        justify-content: flex-start;
        align-items: initial;
    }

    .card__address span {
        align-self: flex-start;
    }

    .card__buttons-route svg {
        display: none;
    }
}

@media (max-width: 991px) {
    .card__address {
        flex-direction: column;
        justify-content: flex-start;
        align-items: initial;
    }

    .card__address span {
        align-self: flex-start;
    }
}

@media (max-width: 768px) {
    .addresses {
        padding: 40px 0 30px;
    }

    .addresses__top {
        gap: 20px;
        margin-bottom: 30px;
    }

    .addresses__title {
        font-size: 28px;
    }

    .addresses__top-content {
        gap: 12px;
        padding: 20px;
    }

    .addresses__top-text {
        font-size: 14px;
    }

    .addresses__tabs {
        margin-bottom: 20px;
    }

    .addresses__cards {
        flex-direction: column;
        gap: 40px;
    }

    .card__img {
        margin-bottom: 14px;
    }

    .card__address p {
        font-size: 16px;
    }

    .card__address span {
        font-size: 12px;
    }

    .card__phone {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .card__email {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .card__work-hours {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .card__buttons-courier {
        width: 100%;
    }

    .card__buttons-route {
        width: 100%;
    }
}

@media (max-width: 468px) {
    .addresses__top-content {
        flex-direction: column;
    }
}

/* End */


/* Start:/local/components/custom/component.contacts/templates/uslugi_2024/ymaps.css?16292624572498*/
#map_block {
    height: 544px;
}

.ymaps-balloon-body__name {
    font-weight: 600;
    padding: 5px 0;
}

.ymaps-balloon-body__address {
    height: 32px;
    width: 250px;
    line-height: 32px;
}

.ymaps-balloon-body__address .ymaps-balloon-body-value {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

#map_block .text_2 {
    text-align: center;
    padding: 7px 10px;
    width: 235px;
    height: 54px;
    padding-right: 70px;
}

#map_block .text_2 a {
    margin-top: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 70px;
    bottom: 3px;
    margin: auto;
}

#map_block .see_3d_button {
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url("/local/components/custom/component.contacts/templates/uslugi_2024/images/bg_360.png") no-repeat scroll center center transparent;
    background-color: #009acf;
    cursor: pointer;
}

#map_block .text_pvz {
    padding: 7px 10px;
    width: 220px;
}

#map_block .text_2 a {
    cursor: pointer;
}

#map_block .ymaps-2-1-74-balloon__layout {
    background: transparent;
    color: #fff;
    font-size: 14px;
}

#map_block .ymaps-2-1-74-balloon__close + .ymaps-2-1-74-balloon__content {
    padding: 0;
    margin-right: 0px;
    background: rgba(0, 0, 0, 0.8);
}

#map_block .ymaps-2-1-74-balloon__tail:after {
    background: rgba(0, 0, 0, 0.8);
}

#map_block .text_2[mark] {
    position: absolute;
    right: -120px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#map_block .text_2[mark].text_2_first {
    bottom: 68px;
}

#map_block .see_3d_button[mark] {
    position: absolute;
    right: -120px;
    top: auto;
    bottom: 0;
}

#map_block .see_3d_button_first[mark] {
    bottom: 68px;
}

#map_block .trgl {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    width: 18px;
    height: 15px;
    overflow: hidden;
}

#map_block .trgl:before {
    content: '';
    position: absolute;
    left: 3px;
    top: -7px;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.8);
    transform: rotate(45deg);
}

#map_block .page_contacts {
    display: inline-block;
}

#map_block .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    margin-right: 10px;
}

#map_block .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content > ymaps {
    /*width: 543px !important;*/
}

/* End */


/* Start:/local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_cons_2024/style.css?17149790425447*/

/*----------------------------------CONSULTATION-----------------------------------*/

.consultation {
	/*background: #F9F9F9;*/
	padding: 60px 0 60px;
}

.consultation-bg {
	background: #fff;
	height: 296px;
	margin-top: -296px;
}

.consultation__wrapper {
	position: relative;
	overflow: hidden;
	background-color: #2F353E;
	background-image: url("/upload/img/consultation-bg.png");
	background-repeat: no-repeat;
	background-position-x: 30px;
	background-position-y: 20px;
	display: flex;
	border-radius: 10px;
	width: 100%;
	min-height: 501px;
	color: #FFF;
}

.consultation__disc {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 4px;
	top: 63px;
	left: -20px;
	border-radius: 5px;
	background: #FFF493;
	padding: 16px 16px 16px 58px;
}

.consultation__disc-num {
	color: #2F353E;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.consultation__disc-text {
	color: #2F353E;
	font-size: 13px;
	font-weight: 500;
}

.consultation__name {
	position: absolute;
	left: 380px;
	bottom: 60px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(8px);
	display: flex;
	gap: 10px;
	padding: 15px 120px 12px 15px;
	z-index: 3;
}

.consultation__name-text {
	display: flex;
	flex-direction: column;
}

.consultation__name-top {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 152%;
}

.consultation__name-bottom {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 152%;
}

.consultation__img-man {
	background-image: url("/upload/img/consultation-man.png");
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	width: 638px;
	height: 489px;
	align-self: flex-end;
	margin: 0 55px 0 66px;
	z-index: 2;
}

.consultation__content {
	padding: 60px 0;
	z-index: 3;
}

.consultation__content-title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 16px;
}

.consultation__content-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 145%;
	/*max-width: 480px;*/
}

.consultation__form {
	margin: 24px 0 20px;
}

.consultation__form-top {
	display: flex;
	gap: 12px;
}

.consultation__form input {
	padding: 16px 21px 16px 15px;
	border-radius: 5px;
	background: #FFF;
	border: none;
	color: #7C7C7C;
	font-size: 18px;
	line-height: 164%;
	max-height: 50px;
}

.consultation__form input::placeholder {
	color: #7C7C7C;
	font-size: 18px;
	line-height: 164%;
}

.consultation__form-btn {
	border-radius: 5px;
	background: #3246FD;
	padding: 16px 23px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.consultation__socials {
	margin-top: 12px;
	display: flex;
	gap: 10px;
}

.consultation__socials-item {
	cursor: pointer;
}

.consultation__socials div svg path {
	transition: all 0.3s;
}

.consultation__socials div:hover svg path {
	opacity: 0.8;
}


@media (max-width: 1300px) {
	.consultation {
		padding: 50px 0;
	}

	.consultation__wrapper {
		background-position-x: 10px;
		background-position-y: 70px;
		height: 546px;
	}

	.consultation-bg {
		background: #fff;
		height: 460px;
		margin-top: -460px;
	}

	.consultation__img-man {
		margin: 0;
	}

	.consultation__img-man {
		margin: 0;
		background-position-x: -30px;
		width: 590px;
		height: 452px;
	}

	.consultation__name {
		left: 210px;
		bottom: 105px;
	}

	.consultation__content {
		margin-left: -80px;
	}

	.consultation__content-title {
		max-width: 400px;
	}

	.text__br {
		display: none;
	}
}

@media (max-width: 1199px) {
	.consultation__img-man {
		margin: 0 0 0 -50px;
	}

	.consultation__name {
		left: 150px;
	}

	.consultation__content {
		margin-left: -80px;
		z-index: 4;
	}
}

@media (max-width: 991px) {
	.consultation {
		padding: 30px 0;
	}

	.consultation__wrapper {
		display: flex;
		flex-direction: column;
		gap: 24px;
		height: auto;
		padding: 40px;
		background-image: none;
	}

	.consultation__img-man {
		display: none;
	}

	.consultation__name {
		display: none;
	}

	.consultation__content {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.consultation__content-title {
		max-width: 100%;
	}

	.consultation__content-text {
		max-width: 100%;
	}

	.text__br {
		display: none;
	}

	.consultation__disc {
		position: relative;
		top: initial;
		left: initial;
		flex-direction: row;
		align-items: center;
		align-self: flex-start;
		gap: 10px;
		padding: 12px 16px;
	}

}

@media (max-width: 768px) {
	.consultation__wrapper {
		padding: 40px 20px 49px;
		border-radius: 0;
	}

	.consultation__disc {
		gap: 8px;
	}

	.consultation__disc-num {
		font-size: 16px;
		flex-shrink: 0;
	}

	.consultation__disc-text {
		font-size: 12px;
		flex-shrink: 0;
	}

	.consultation__content-title {
		font-size: 28px;
	}

	.consultation__form {
		width: 100% !important;
		height: 108px !important;
		margin: 20px 0;
	}

	.consultation__form-top {
		flex-direction: column;
		gap: 8px;
	}

	.consultation__form input {
		width: 100%;
	}

	.consultation__form-btn {
		width: 100%;
		text-align: center;
	}
}

/*----------------------------------/CONSULTATION-----------------------------------*/

/* End */


/* Start:/local/components/custom/reviews_main_2018/templates/service_2024/style.css?171680469118723*/
.product-card__product-content .product-content__reviews .reviews__new-review .new-review__form{
    display: block !important;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;

    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-card__product-content .product-content__reviews .reviews__new-review.open_form .new-review__form{
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.4s ease, opacity 0.4s ease 0.2s;
    -o-transition: all 0.4s ease, opacity 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease, opacity 0.4s ease 0.2s;
    transition: all 0.4s ease, opacity 0.4s ease 0.2s;
}


a[href="javascript:void(0)"]{
    text-decoration: none;
}
.new-review__form input[type="text"]{
    display: block;
}

.new-review__form .star {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/local/templates/port_2018/scss/../images/stars.png") no-repeat left center; }
.new-review__form .star--v {
    background-position: right center; }
.new-review__form .stars .star, .new-review__form label[for="rating"] .star {
    cursor: pointer;
}

.input_field_wrap{
    position: relative;
}
.input_field_wrap .input_success_message, .input_field_wrap .input_error_message {
    position: absolute;
    top: calc(100% + 20px);
    width: 96%;
    line-height: 20px;
    left: 0;
    right: 0;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 2%;
    margin: auto;
    margin-top: 5px;
    display: block;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.input_success_message:before, .input_error_message:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.input_field_wrap.error .input_error_message {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.input_field_wrap.success .input_success_message {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.input_field_wrap .input_error_message {
    background: #f75a53;
    color: #fff;
}
.input_error_message:before {
    border-bottom-color: #f75a53;
}

.comments .comments__comment-list .comments__comment-commentary .comments__commentary-form{
    background:none!important;
}
.comments .comments__comment-list .comments__comment-commentary .comments__commentary-form .comments__commentary-form-container{
    width: 100%!important;
}

.bg_uslugi_delail_reviews .reviews_detail_uslugi{
    display: flex;
}
.bg_uslugi_delail_reviews .comments .comments__title{
    font-weight: 700;
    font-size: 64px;
    line-height: 120.5%;
    color: #000000;
}
.bg_uslugi_delail_reviews .comments_none{
    padding: 20px 0 10px 0;
    font-size: 18px;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-like-dislike{
    position: relative;
    width: 80px;
    margin: 0 0 0 auto;
}
.bg_uslugi_delail_reviews .comments_title_star{
    display: flex;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 142%;
    color: #222222;
    padding-right: 20px;

}
.bg_uslugi_delail_reviews .comments_time_like{
    display: flex;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-text{
    margin: 15px 0 15px 41px;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #000000;

}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment{
    border: none;
    background: none;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment-commentary{
    border: none;
    background: none;
}
.bg_uslugi_delail_reviews .comments_time{
    font-weight: 500;
    font-size: 14px;
    line-height: 137%;
    color: #787878;
    margin-left: 41px;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-photo{
    border: none;
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    margin:0 20px 0 0;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-photo span{
    font-weight: 500;
    font-size: 36px;
    line-height: 142%;
    transform: translate(-11px,-27px);
    color: #D4DFE6;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-rate .fas{
    font-size: 15px;
}
.comments .comments__comment-list .comments__comment-commentary .comments__commentary-control{
    padding: 0!important;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment-commentary .comments__commentary-control .comments__commentary-btn{
    font-weight: 500;
    font-size: 14px;
    line-height: 137%;
    color: #3246FD;
}
.bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment-commentary .comments__commentary-control .comments__commentary-btn label{
    padding-left: 15px
}
.bg_uslugi_delail_reviews .review_count_leght{
    display: flex;
    margin-bottom: 10px;
}
.bg_uslugi_delail_reviews .review_count_leght .line_review{
    width: 330px;
}
.bg_uslugi_delail_reviews .review_count_leght .line_review div{
    background: #3246FD;
    border-radius: 36px;
    height: 10px;
}

.bg_uslugi_delail_reviews .reviews__new-review{
    height: 310px;
    background: #FFFFFF;
    border-radius: 10px;
    width: 480px;
    padding: 40px;
}
.reviews_detail_uslugi .nonerew{
    padding: 16px 0!important;
    margin: 4px 0 0 0!important;
    background: none;
    height: auto;
}
.bg_uslugi_delail_reviews .open_form{
    height: auto!important;
}
.bg_uslugi_delail_reviews .reviews_count{
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}
.comment_input_detail_service{
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.comments__commentary-name{
    width: 50%;
}
.comments__commentary-name input{
    height: 50px;
}
.coment_detail_review_title{
    font-weight: 700;
    font-size: 36px;
    line-height: 107.5%;
    color: #000000;
    padding-bottom: 32px;
}
.bg_uslugi_delail_reviews .reviews_count svg{
    transform: translate(0px,4px);
}
.bg_uslugi_delail_reviews .star_review{
    padding-right: 9px;
}
.bg_uslugi_delail_reviews .reviev_review{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    width: 41px;
}
.bg_uslugi_delail_reviews .review_count_leght .line_review div{
    margin-top: 7px;

}
.bg_uslugi_delail_reviews .percent_review{
    width: 60px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.bg_uslugi_delail_reviews .count_review{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.bg_uslugi_delail_reviews .zero .line_review{
    width: 10px!important;
}
.bg_uslugi_delail_reviews .zero .line_review div{
    width: 10px!important;
    background: #E5E5E5;
    border-radius: 36px;
}
.bg_uslugi_delail_reviews .zero .percent_review{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B7B7B7;
}
.bg_uslugi_delail_reviews .zero .count_review{
    display: none
}
.bg_uslugi_delail_reviews .product-card__product-content .product-content__reviews .reviews__new-review .new-review__btn{
    background: #3246FD;
    border-radius: 5px;
    width:226px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 30px auto 0 auto;
    position: relative;
    display: block!important;
}

.bg_uslugi_delail_reviews .comments .comments__comment-list{
   margin: 0;
}


@media (max-width: 1200px) {
    .bg_uslugi_delail_reviews .reviews__new-review{
        width: 300px;
    }
    .bg_uslugi_delail_reviews .review_count_leght .line_review {
        width: 148px;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list {
        width: 94%;
    }
}

@media (max-width: 1000px) {
    .bg_uslugi_delail_reviews .reviews_detail_uslugi{
        flex-direction: column-reverse;
    }
    .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-like-dislike .comments__comment-dislike span {
        float: right;
        padding-right: 11px;
    }
}
@media (max-width: 700px) {
    .reviews__item-content{
        width: calc(100% - 56px);
    }
    .reviews__item-content p{
        word-break: break-word;
    }
    .reviews__button{
        width: 100%;
        display: block;
        text-align: center;
        padding: 16px 0;
    }
    .container {
        width: calc(100% - 40px)!important;
    }
    .bg_uslugi_delail_reviews .reviews__new-review{
        width: 100%;
        padding: 0;
        height: auto;
    }
    .reviews_detail_uslugi .reviews__new-review_all{
        padding: 32px 20px 0 20px;
    }
    .bg_uslugi_delail_reviews .review_count_leght .line_review {
        width: 102%;
    }
    .bg_uslugi_delail_reviews .product-card__product-content .product-content__reviews .reviews__new-review .new-review__btn{
        margin-bottom: 36px;
    }
    .comment_reviews_detail_uslugi{
        margin-top: 40px;
    }
    .bg_uslugi_delail_reviews .comments .comments__title{
        font-size: 36px;
    }
    .bg_uslugi_delail_reviews .reviews_count{
        font-size: 18px;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-photo{
        width: 44px;
        height: 44px;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-photo span{
        font-size: 22px;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-title{
        font-size: 18px;
    }
    .bg_uslugi_delail_reviews .comments_title_star{
        display: block;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-rate .fas {
        font-size: 12px;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-text{
        font-size: 14px;
        margin: 15px 0 15px -48px;
    }
    .bg_uslugi_delail_reviews .comments_time {
        margin-left: -48px;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment .comments__comment-content .comments__comment-main-block .comments__comment-like-dislike{
        display: none;
    }
    .bg_uslugi_delail_reviews .comments .comments__comment-list .comments__comment-commentary{
        padding-left: 0;
    }
    .comments .comments__comment-list .comments__comment-commentary .comments__commentary-control{
        padding: 0!important;
    }

    .bg_uslugi_delail_reviews .product-card__product-content .product-content__reviews .reviews__new-review .new-review__btn{
        width: 86%;
        padding: 15px 0 12px 0!important;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .bg_uslugi_delail_reviews .review_count_leght .line_review {
        width: 47%;
    }
}


.bg_uslugi_delail_reviews .comment_service_btn{
    background: #3246FD;
    border-radius: 5px!important;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.coment_detail_review_title_up{
    display: flex;
}
.comments__commentary-cancel-btn_review{
    position: relative;
    margin: 0 0 0 auto;
    cursor: pointer;
}
.comments__commentary-cancel-btn_review svg{
    transform: translate(0px,10px);
}
.politic-block a {
    color: #3246FD;
    text-decoration: none;
}
  .service_order_form label .new-review__check-box > i {
    color: #3246FD;
    background: #3246FD;
    border: 1px solid #3246FD;
    border-radius: 20px;
    left: 3.5px;
}
 .service_order_form label .new-review__check-box > i {
    display: none;
    top: 3px;
    left: 3px;
    position: absolute;
    font-size: 9px;
    color: #77b97e;
}
label .new-review__check-box {
    color: #F0F2FF;
    background: #F0F2FF;
    border: 1px solid #F0F2FF;
    border-radius: 30px;
    width: 18px;
    height: 18px;
}
 label input:checked ~ .new-review__check-box > i {
    display: inline;
}
.politic-block label {
    font-weight: 400;
    font-size: 14px;
    line-height: 137%;
    color: #000000;
}
 .service_order_form{
    border: none!important;
    background: none!important;
    box-shadow: none!important;
     padding: 0!important;
}
 .service_order_form .politic-block{
    margin-top:12px  ;
}
.block_down_comment_service{
    display: flex;
}
 .politic-block{
    width: 55%;
}
 .comments__commentary-form-btns{
    margin-top: 12px;
}
 .service_order_form label .new-review__check-box {
    color: #F0F2FF;
    background: #F0F2FF;
    border: 1px solid #F0F2FF;
    border-radius: 30px;
    width: 18px;
    height: 18px;
}

 .service_order_form label .new-review__check-box > i {
    color: #3246FD;
    background: #3246FD;
    border: 1px solid #3246FD;
    border-radius: 20px;
    left: 3.5px;
}
 .input_field_wrap{
    font-weight: 400;
    font-size: 14px;
    line-height: 137%;
    color: #000000;
}
.bg_uslugi_delail_reviews .input_field_wrap a{
    text-decoration: none;
    color: #3246FD;
}
.comment_review_service_title{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 107.5%;
    text-align: center;
    color: #000000;}

.comment_review_service_text{
padding: 24px 0 30px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    color: #787878;
}
.comment_review_service_btn{
    position: relative;
    margin: 0 auto;
    padding: 16px 0px;
    width: 115px;
    text-align: center;
    background: #3246FD;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.coment_close_service{
    display: none;
}
.reviews_detail_uslugi .service_order_form{
    background: #ffffff;
    border-radius: 5px;
}
.comment_back_service{
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 0 60px 0;
}

.modal_window_detail_service .lightbox_window_footer{
    display: block;
}
.modal_window_detail_service .modal_window_detail_service_title{
    font-weight: 700;
    font-size: 36px;
    line-height: 107.5%;
    color: #000000;
    padding: 50px 0 25px 0;
}
.modal_window_detail_service .modal_window_detail_service_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    color: #787878;
    padding-bottom: 30px;
}
.modal_window_detail_service .btn-default{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 115px;
    padding: 16px 0;
    background: #3246FD;
    border-radius: 5px;
    position: relative;
    margin: 0 auto 60px auto;
}

.reviews__box-right form{
    display: none;
}

.open_form form{
    display:block;
}


.new-review__form input{
    margin: 7px 0 0 0;
    width: 100%;
    resize: none;
    padding: 9px 11px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #b1cee0;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 19px;
}

.new-review__form textarea{
    margin: 7px 0 0 0;
    width: 100%;
    resize: none;
    padding: 9px 11px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #b1cee0;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 19px;
}
.new-review__form{
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 18px;
}
.new-review__form .new-review__text {
    margin: 15px 0 0 0;
}
.new-review__form{
    margin-top: 30px;
}
.new-review__form .new-review__person-info {
    display: block;
    position: relative;
    margin: 15px 0 0 0;
}
.new-review__form  .new-review__col {
    display: inline-block;
    width: 50%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
.new-review__form .new-review__col:first-of-type {
    padding: 0 10px 0 0;
}
.new-review__form .new-review__cancel-btn {
    display: inline-block;
    position: relative;
    left: 23px;
    padding: 15px 0;
    color: #1278b7;
    cursor: default;
    text-transform: uppercase;
    font-size: 14px;
}
.new-review__form .new-review__send-btn {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    float: right;
    padding: 15px 17px;
    border-radius: 30px;
    background-color: #1278b7;
    color: #ffffff;
    cursor: default;
}
.new-review__form .new-review__checkbox-label {
    padding: 0 0 0 25px;
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 20px;
}



.new-review__checkbox-block label input:checked ~ .new-review__check-box > i {
    display: inline;
}
.new-review__check-box > i {
    display: none;
    top: 4px;
    left: 4px;
    position: absolute;
    font-size: 9px;
    height: 8px;
    width: 8px;
    color: #3246FD;
    background: #3246FD;
    border: 1px solid #3246FD;
    border-radius: 20px ;
}
.new-review__checkbox-label{
    padding-left: 25px;
    display: block;
    text-align: left;
    width: 80%;
}
.callback-form_footer .callback-form__checkbox-label{
    position: relative;
}
.new-review__check-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #F0F2FF;
    border: 1px solid #F0F2FF;
    color: #F0F2FF;
    border-radius: 9px;

}
.new-review__checkbox-label input {
    display: none;
}
.new-review__checkbox-label input:checked ~ .new-review__check-box > i {
    display: inline;
}


/* End */


/* Start:/local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_info_2024/style.css?17149790113781*/

/*----------------------------------INFORMATION-----------------------------------*/

.information {
	padding: 0px 0 0;
}

.information-bg {
	height: 336px;
	background: #3246FD;
	z-index: -1;
	margin-top: -190px;
}

.information__wrapper {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	display: flex;
	border-radius: 10px;
	width: 100%;
	height: 456px;
	color: #7A7A7A;
}

.information__img-man {
	background-image: url("/upload/img/information-man.png");
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	width: 547px;
	height: 397px;
	align-self: flex-end;
	margin: 0 134px 0 85px;
}

.information__content {
	padding: 60px 0;
}

.information__content-title {
	color: #222;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 16px;
}

.information__content-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 145%;
	max-width: 480px;
}

.information__form {
	margin: 24px 0 20px;
}

.information__form-top {
	margin: 24px 0 20px;
	display: flex;
	gap: 12px;
}

.information__form input {
	padding: 16px 18px 16px 15px;
	border-radius: 5px;
	border: 1px solid #A1A1A1;
	background: #FFF;
	color: #7C7C7C;
	font-size: 18px;
	max-height: 53px;
}

.information__form input::placeholder {
	color: #7C7C7C;
	font-size: 18px;
	line-height: 164%;
}

.information__form-btn {
	border-radius: 5px;
	background: #FFF;
	border: 2px solid #3246FD;
	padding: 16px 23px;
	color: #3246FD;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.information__socials {
	margin-top: 12px;
	display: flex;
	gap: 10px;
}

.information__socials-item {
	cursor: pointer;
}

.information__socials div svg path {
	transition: all 0.3s;
}

.information__socials div:hover svg path {
	opacity: 0.8;
}

@media (max-width: 1500px) {
	.information__img-man {
		margin: 0 60px 0 85px;
	}
}


@media (max-width: 1400px) {
	.information__wrapper {
		height: 469px;
	}

	.information__img-man {
		background-position-x: -10px;
		flex-shrink: 0;
	}

	.information__content {
		padding: 47px 0 0;
	}
}

@media (max-width: 1300px) {
	.information__img-man {
		width: 481px;
		height: 349px;
		background-size: 481px 349px;
		background-position-x: 0;
		background-position-y: 0;
		flex-shrink: 0;
		margin: 0 29px 0 0;
	}

}


@media (max-width: 1199px) {
	.information__img-man {
		width: 431px;
		height: 299px;
		background-size: 431px 299px;
	}

	.information__content {
		margin-left: -20px;
	}
}

@media (max-width: 991px) {
	.information {
		padding: 20px 0 30px;
	}

	.information__wrapper {
		display: flex;
		flex-direction: column;
		gap: 24px;
		height: auto;
		padding: 40px;
	}

	.information__img-man {
		display: none;
	}

	.information__content {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.information__content-title {
		max-width: 100%;
	}

	.information__content-text {
		max-width: 100%;
	}

	.text__br {
		display: none;
	}

}

@media (max-width: 768px) {
	.information-bg {
		display: none;
	}

	.information__wrapper {
		padding: 40px 20px 49px;
		border-radius: 0;
	}

	.information__content-title {
		font-size: 28px;
	}

	.information__form {
		margin: 20px 0;
		width: 100% !important;
		height: 108px !important;
	}

	.information__form-top {
		flex-direction: column;
		gap: 8px;
	}

	.information__form input {
		width: 100%;
	}

	.information__form-btn {
		width: 100%;
		text-align: center;
		background: #3246FD;
		color: #FFF;
	}
}


/*----------------------------------/INFORMATION-----------------------------------*/
/* End */
/* /local/templates/port_2021/components/bitrix/news/service_center_2024/bitrix/news.list/service_into/style.css?173953352037362 */
/* /local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_2024/style.css?17491772535367 */
/* /local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_zapis_remont_2024/style.css?174945404595 */
/* /local/components/custom/component.contacts/templates/uslugi_2024/style.css?171592757723892 */
/* /local/components/custom/component.contacts/templates/uslugi_2024/ymaps.css?16292624572498 */
/* /local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_cons_2024/style.css?17149790425447 */
/* /local/components/custom/reviews_main_2018/templates/service_2024/style.css?171680469118723 */
/* /local/templates/port_2021/components/bitrix/form.result.new/uslugi_form_info_2024/style.css?17149790113781 */
