/*Калькулятор*/
.calc-form-block {
    margin: 60px 0 20px 0;
}
.calc-form-input {
    display: flex;
    flex-direction: column;
}
.calc-form-input label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.calc-form-input .select {
    margin: 10px 0 20px 0;
    width: 100%;
    position: relative;
    max-width: 650px;
}
select.minisearch_flex-select {
    margin-right: 20px;
    padding: 0px 0 0 22px;
    height: 55px;
    color: #6d5959;
    min-width: 250px;
    cursor: pointer;
    font-size: 16px;
    appearance: none;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #edf0f1;
    border: 2px solid #edf0f1;
    margin-bottom: 10px;
}
.calc-form-input .select::before {
    content: '';
    display: block;
    position: absolute;
    right: 40px;
    height: 10px;
    width: 10px;
    top: 18px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
    z-index: 55;
    cursor: pointer;
}
.calc-form input.card__main_scree_form_input.card__main_scree_form_input-phone {
    max-width: 650px;
    margin: 10px 0 20px 0;
}
.form-chel {
    display: block;
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 100%;
    max-width: 544px;
    z-index: -1;
}
button.calc-form-btn {
    margin: 20px 0 20px 0;
}
.privace {
    font-size: 14px;
    color: #999;
    max-width: 650px;
    width: 100%;
}
.callback-form .header__middle_btn {
    padding: 8px 75px;
}



.services__item_btn {
    cursor: pointer;
}


/*Блок нам доверяют*/
.why-trust-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-trust-item {
    max-width: 33.333%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
}
.why-trust-numb {
    font-size: 72px;
    font-weight: 800;
    color: #0058ab;
    line-height: 1.1;
}
.why-trust-bottom, .why-trust-top {
    font-size: 19px;
    color: #102e4a;
    font-weight: 500;
}
.video-block-list {
    display: flex;
}
.why-trust-item > img {
    position: absolute;
    width: 64px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}
.why-trust-item:hover > img {
    width: 74px;
    transition: 0.3s;
}
.video-block-img img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}


/*Блок преимуществ*/

.benefits-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0 0;
}
.benefits-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.benefits-list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    text-align: center;
    max-width: 300px;
    margin: 0 20px 40px;
}
.benefits-list-img {
    display: block;
    margin: auto;
    width: 100px;
    border-radius: 50px;
    height: 100px;
    transition: all .2s linear;
    background-repeat: no-repeat;
    background-position: center;
    background: #0058ab;
    position: relative;
    background-size: 99%;
    margin-bottom: 15px;
}
.benefits-list-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 36px;
    left: 0;
    right: 0;
    margin: auto;
}
.benefits-list-name {
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 22px;
}
.benefits-list-text {
    font-weight: 300;
    line-height: 1.428571;
}
.benefits-subtitle {
    text-align: center;
}

/*Кнопка телефона в правом углу*/

.btn-phone-wrap {
    position: fixed;
    display: flex;
    right: 20px;
    z-index: 10;
    visibility: visible;
    animation: b24-widget-button-visible 1s ease-out forwards 1;
    bottom: 20px;
}
.btn-phone-button {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.btn-phone-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    border-radius: 100px;
    background: #00aeef;
    box-sizing: border-box;
}
.btn-phone-container {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.btn-phone-item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: socialRotateBack .4s;
    animation: socialRotateBack .4s;
    opacity: 1;
    overflow: hidden;
    box-sizing: border-box;
}
.btn-phone-dial {
    display: flex;
    align-items: center;
    position: absolute;
    left: -320px;
    padding: 12px 20px 12px 14px;
    width: 310px;
    border: 2px solid #2fc7f7;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
    bottom: 0px;
}
.phone-dial-image {
    margin: 0 10px 0 0;
    width: 42px;
    text-align: center;
}
.phone-dial-image img {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
span.phone-dial-close {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-block;
    height: 20px;
    width: 20px;
    z-index: 22;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20fill%3D%22%23525C68%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.41%205.07l2.867-2.864-1.34-1.34L5.07%203.73%202.207.867l-1.34%201.34L3.73%205.07.867%207.938l1.34%201.34L5.07%206.41l2.867%202.867%201.34-1.34L6.41%205.07z%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
}
span.phone-dial-close:hover {
    opacity: 1;
}
.phone-dial-content {
    width: 215px;
}
.phone-dial-name {
    font: bold 14px "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #000;
}
.phone-dial-description {
    margin: 4px 0 0 0;
    font: 13px "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #424956;
}
.dial-content-triangle {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-right: 2px solid #2fc7f7;
    border-bottom: 2px solid #2fc7f7;
    bottom: 25px;
    right: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-phone-dial-hide {display:none;}


/*Разное*/

input[name="site_message"] {
    display: none!important;
}
.popup {
    display: none;
}
.error input[type="tel"], input[name="material"], .ajax_form .error {
    border: 1px solid #ff0000;
}
#popup-thanks{
	display: none;
    font-family: "Roboto", sans-serif;
	width: 420px;
    border-radius: 6px;
}
.open-form__contacts_tel_text {
    white-space: nowrap;
}
.header__middle_btn {
    cursor:pointer;
}













.price_box a.title {
    display: flex;
    margin: 3rem 0 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.price_items {
    border-radius: 5px;
    background: #ffffffe0;
}
.card__main_screen_offer_desc {
        text-transform: none !important;
}
.price_box .price_items .item:nth-child(odd) {
    background: #f9f9f9;
}
.price_items .item:nth-child(even) {
    background: #fff;
}
.price_items .item:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.price_items .item {
    padding: 0.5rem 2rem;
    font-weight: 600;
    background: #f2f2f369;
}
.flex_a_center {
    align-items: center;
}
.flex_s_between {
    justify-content: space-between;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.price_title {
    width: 50%;
}
.price_count {
    width: 25%;
    text-align: center;
}
.call {
    text-align: right;
}
.item_in.call .btn {
    background: #0058ab;
    padding: 15px 2rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 1.1em;
    transition: all.3s;
}
.item_in.call .btn:hover {
    background: #fe5660;
}
@media screen and (max-width: 1300px) {
    .form-chel {
        max-width: 450px;
    }
}
@media screen and (max-width: 1050px) {
    .header__top {
        display: block;
    }
}

@media screen and (max-width: 1100px) {
    .form-chel {
        max-width: 370px;
    }
}


@media screen and (max-width: 991px) {
    .why-trust {
        display: none;
    }
    .form-chel {
        display: none;
    }
    .calc-form-input .select {
        max-width: 100%;
    }
    .calc-form input.card__main_scree_form_input.card__main_scree_form_input-phone {
        max-width: 100%;
    }
    .btn-phone-dial {
        display: none;
    }
}


@media screen and (max-width: 860px) {
    .contact .left, .contact .right {
        width: 100%;
    }

.header__top_btn {
    font-size: 12px;
}
.header__top {
    padding: 5px 0 9px;
}
.header__top_address_text {
    font-size: 12px;
}
.header__top_address_icon {
    width: 11px;
    height: 18px;
    margin-right: 5px;
}
}
@media screen and (max-width: 693px) {
    .price_items .call {
        display: none;
    }
    .price_items .item {
        padding: 15px;
    }
.faq__list_name {
    font-size: 1.1rem;
}
.reviews__text_item_title {
    font-size: 20px;
}
.etap_name {
    font-size: 18px;
}
.etap_wrap .item {
    flex: 1 350px;
    padding: 20px 20px 30px;
}
.etap_wrap {
    gap: 1.5rem;
}
}

@media screen and (max-width: 640px) {
.header__top_address .header__top_address_icon {
    display: none;
}
.header__top_address .header__top_address_text {
    display: none;
}
}
.flex_s_between {
    justify-content: space-between;
}
.contact {
    flex-wrap: wrap;
}
.contact .left, .contact .right {
    width: 48%;
}
.contact .info {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    align-items: center;
}
.contact svg {
    fill: #404040;
    margin-right: 0.5rem;
}
.info svg {
    fill: #fe5660;
    margin-right: 0.5rem;
}
.docs__swiper .swiper-wrapper {
    justify-content: center;
}
.docs__slide_link {
    border: solid 1px #ddd;
}
@media screen and (max-width: 450px) {
    .docs__swiper .swiper-wrapper {
        justify-content: flex-start;
    }
}



.video-popup {
    display: none;
}
.etap_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem;
}
.etap_wrap .item {
    flex: 1 350px;
    padding: 30px 30px 80px;
    border-radius: 7px;
    border: 1px solid #c4c4c4;
    position: relative;
}
.etap_name {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: .01em;
    color: #102e4a;
    margin-bottom: 15px;
}
.etap_num {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-size: 5rem;
    line-height: 1;
    font-weight: 800;
    color: #ff5661;
    opacity: 0.15;
}

.link {
    color: #fe5660;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}
.etap_text {
    line-height: 1.3;
}

/* faq */


.faq__wrap {
    display: flex;
    justify-content: space-between;
    gap: 14rem;
}
.faq__items {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    flex: 1;
}
.faq__list_img {
    width: 32px;
}
.faq__list_answer {
    display: none;
}
.faq__item {
    border-radius: 8px;
    background: #FFF;
    padding: 1.1rem 1.5rem;
    cursor: pointer;
    background: #f2f2f2;
    transition: 0.3s;
}
.faq__list_name {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    user-select: none;
    transition: 0.3s;
    gap: 2rem;
}
.faq__item:hover {
    background: #eeeeee;
    transition: 0.3s;
}
.faq__list_answer {
    margin: 1.3rem 0 1rem 4.1rem;
    line-height: 1.3;
}
.faq__list_answer p:last-child {
    margin: 0;
}
.faq__list_img svg {
    transition: 0.3s;
}
.faq__list_img.rotate180 svg {
    transform: rotateX(180deg);
    transition: 0.3s;
}
.show_answer {
    margin: 3rem 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
}
.faq__form {
    border-radius: 8px;
    background: #FFF;
    flex-shrink: 0;
    padding: 3rem;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    height: max-content;
}
.faq__form img {
    width: max-content;
    margin: -43% auto 0;
}
.faq__form .name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 100%;
}
.faq__form .text {
    color: var(--gray-3);
    font-size: 14px;
    line-height: 100%;
}
.faq__content {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}
.faq__list_name .text-content {
    line-height: 1.3;
}


/* reviews */

.like.img {
    width: 3.8rem;
}
.reviews .heading {
    display: flex;
    gap: 11px;
}
.quote.img {
    width: 2.6rem;
}
.reviews_item {
    border-radius: 8px;
    background: #FFF;
    padding: 3rem 3.2rem 4rem 3.8rem;
    cursor: default;
    user-select: none;
}
.reviews_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3.7rem;
    gap: 2rem;
}
.reviews_head .name {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
}
.reviews_head .name img {
    border-radius: 36px;
}
.reviews_item .text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: var(--gray-3);
    line-height: 140%;
}
.where_rev {
    border-radius: 6px;
    border: 2px solid #F6F1E9;
    padding: 6px 10px;
    font-size: 14px;
    display: flex;
    gap: 8px;
    min-width: max-content;
}

.arrow_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.arrow_container .nav_arrow {
    width: 100%;
    margin: auto;
    position: absolute;
}
.arrow_slider.arrow_r {
    margin-left: -41px;
}
.arrow_slider.arrow_l {
    margin-right: -41px;
}
.reviews_Swiper .reviews_item {
    opacity: 0;
    transition: 0.3s;
    height: auto;
}
.reviews_Swiper .reviews_item.swiper-slide-visible {
    opacity: 1;
    transition: 0.3s;
}
.where_rev .img {
    width: 20px;
}

.reviews_page .item {
    width: 50%;
}
.heading_icon {
    display: flex;
    align-items: center;
    gap: 8px;
}
.reviews_Swiper {
    overflow: hidden;
    width: 100%;
}

.card__main_scree_form_bg {
    display: none;
}

@media screen and (max-width: 575px) {
    .btn-phone-wrap {
        display: none;
    }
    .header__middle_contacts {
        flex-wrap: wrap;
        grid-column: 1 / -1;
    }
    .header__middle_contacts_item {
        width: 100%;
        justify-content: center;
    }
    .header__middle::after {
        transform: translate(0, 0);
    }
    .header__middle_contacts_item_text_title {
        font-size: 25px;
        color: #000;
    }
    .time_work_ico {
        display: none;
    }
    .time_work_title .header__middle_contacts_item_text_title {
        font-size: 14px;
    }
}


