/***************************hero**********************************/

.hero_top {
    margin-top: 40px;
    background:
        url(../image/decor/hero-bg.webp) center bottom / contain no-repeat,
        radial-gradient(50% 100% at 181.96% 0%, #fffaea 0%, #fdfcf2 100%);
}


.hero_top-head,
.hero_top-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.hero_top-head {
    margin-bottom: 75px;
}

.hero_top-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 52px;
    line-height: 123%;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 24px;
}

.hero_top-title svg {
    display: none;
}

.hero_top-title span {
    color: #f60;
    position: relative;
}

.hero_top-title span::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -15px;
    background: url(../image/icons/ic-orange-star.svg) no-repeat;
    width: 26px;
    height: 26px;
}

.hero_top-descript {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    max-width: 550px;
}

.hero_top-content {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
}

.hero_img-wrapper {
    position: relative;
}

.hero_img-wrapper img {
    width: 100%;
}

.hero_img-text {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: var(--general-white);
}

.hero_bottom {
    background-color: #fbf5e7;
    border-bottom: 1px solid #ECDED5;
    box-shadow: 0 1px 0 0 #fff, 2px 0 0 0 #fff;
}

.hero_bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 96px 110px;
    border-left: 1px solid #ECDED5;
    border-right: 1px solid #ECDED5;
    box-shadow:
        -1px 0 0 0 #fff,
        1px 0 0 0 #fff;
}

.hero_bottom-descript,
.hero_bottom-accent {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 154%;
}


.hero_bottom-descript {
    color: var(--grey-text);
}

.hero_bottom-accent {
    color: var(--general-black);
}

.hero_bottom-accent span {
    color: #f60;
}

.mb-vers {
    display: none;
}

/***********************works************************/

.works {
    padding: 100px 0 109px;
    border-bottom: 1px solid #ECDED5;
    box-shadow: 0 2px 0 0 #fff;
}

.works_inner {
    display: flex;
    flex-direction: column;
}

.works_top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 72px;
}

.works_top-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: 110px;
}

.works_descript {
    font-family: var(--first-family);
    color: var(--grey-text);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    max-width: 385px;

}

.works_top-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.works_top-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 1.3px solid var(--general-black);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    transition: var(--transition);
}

.works_top-nav button svg {
    width: 24px;
    transition: var(--transition);
}

.works_top-nav button:hover svg path {
    fill: #A4490C;
}

.works_top-nav button:hover {
    border-color: #A4490C;
}

.works_top-nav button:active svg path {
    fill: #7D390C;
}

.works_top-nav button:active {
    border-color: #7D390C;
}


.works_slider {
    overflow: visible;
}

.works_slider-link {
    display: flex;
    flex-direction: column;
}

.works_slider-img {
    max-width: 486px;
    border-radius: 28px;
    overflow: hidden;


}

.works_slider-img img {
    width: 100%;
    transition: var(--transition);
}

.works_slider-content {
    padding: 26px 100px 26px 26px;
}

.works_slider-title {
    display: inline-block;
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    transition: var(--transition);

}

.works_slider-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--first-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--grey-text);
}


.works_slider-link:hover .works_slider-img img {
    transform: scale(1.15);
    z-index: 5;
}

.works_slider-link:hover .works_slider-title {
    color: #f60;
}

/*************************ask*************************/

.ask {
    font-family: var(--first-family);
    padding: 100px 0 140px;
    background:
        radial-gradient(50% 80% at 50% 0%, #f5ebd8 0%, rgba(253, 252, 242, 0) 100%),
        radial-gradient(50% 80% at 50% 100%, #f5ebd8 0%, rgba(253, 252, 242, 0) 100%);
}

.ask_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ask_immer-top {
    margin-bottom: 72px;
    max-width: 764px;
}

.ask_title {
    text-align: center;
}

.ask_immer-main {
    padding: 12px;
    border: 1px solid #F7EBCF;
    border-radius: 28px;
    width: 100%;
    background-color: #fbf5e7;
}

.ask_accord-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ask_accord-item {
    display: flex;
    align-items: center;
    padding: 18px 20px 18px 58px;
    background-color: #fdfcf2;
    border-radius: 28px;
    position: relative;
    transition: all .1s;
}

.ask_accord-title {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-decoration: underline;
    color: var(--general-black);
    transition: var(--transition);
    pointer-events: none;
}

.ask_accord-item:hover .ask_accord-title {
    color: #f60;
    text-decoration: transparent;
}


.ask_accord-answer {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 5;
    background-color: #555;
    color: #fff;
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    border-radius: 16px;
    padding: 12px 16px;
    transition: opacity 0.1s ease;
    max-width: 346px;
}

.ask_accord-item:hover {
    cursor: help;

}

.ask_accord-title::after {
    content: '';
    position: absolute;
    top: 9px;
    left: -24.7px;
    height: 8px;
    width: 8px;
    background-color: #f60;
    border-radius: 50%;
    border: 1px solid #fff;
}

.ask_accord-title::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -35px;
    width: 35px;
    height: 35px;
    background: url(../image/icons/star-background.svg) center center / contain no-repeat;


}


.answer_close {
    display: none;
}

/****************************service****************************/
.service {
    border-bottom: 1px solid #ECDED5;
    box-shadow: 0 1px 0 0 #fff;
}


.service_inner-top {
    padding: 100px 0 140px;
    background: linear-gradient(180deg, #2c1706 0%, #000 100%);
}

.service_top {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 573px;
    margin: 0 0 72px 110px;
}

.service_title {
    color: var(--general-white);
}

.service_descript {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #9a8884;
}

.service_main {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service_card {
    display: flex;
    flex-direction: column;
    gap: 36px;
    border-radius: 28px;
    padding: 32px 26px;
    color: var(--general-white);
    max-height: 358px;
    position: relative;
}

.service_card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #fff;
    pointer-events: none;
    mix-blend-mode: overlay;
    border-radius: 28px;
}

.service-left {
    position: relative;
    max-width: 652px;
    background: url(../image/decor/service-bg.webp) center center / cover no-repeat;
    -webkit-box-shadow: inset 0px -15px 30px -10px #FF6600;
    box-shadow: inset 0px -50px 50px -30px #5f27029e;
    overflow: hidden;
}

.service-left::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 67%);
    pointer-events: none;
}


.service-right {
    max-width: 320px;
    background: linear-gradient(180deg, #2c1706 0%, #000 100%);
}

.service_card-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    cursor: pointer;
}

.service_head-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service_head-title {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 154%;
    transition: var(--transition);
    text-shadow: 0 0 50px 0 #f60;
}

.service_head-title path {
    transition: var(--transition);
}

.service_card-head:hover .service_head-title path {
    fill: #f60;
}

.service_card-head:hover .service_head-title {
    color: #f60;
}

.service_head-text {
    font-family: var(--first-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.service_head-ic {
    display: flex;
    align-items: center;
    gap: 13px;
}


.service_card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service_body-price {
    max-width: 224px;
    position: relative;
    cursor: pointer;
}

.service_body-price::after {
    content: "";
    position: absolute;
    bottom: 49%;
    left: -1%;
    width: 84%;
    height: 2px;
    background: linear-gradient(to right, #ff5c00, #ff5c00);
    transform: rotate(-25deg);
    transform-origin: center;
    z-index: 2;
}

.service_body-price::before {
    content: "";
    position: absolute;
    bottom: 44%;
    left: -1%;
    width: 84%;
    height: 8px;
    transform: rotate(-25deg);
    transform-origin: center;
    z-index: 1;
}

.service-left .service_body-price::before {
    background: #2B2825;

}

.service-right .service_body-price::before {
    background: linear-gradient(260deg, #140a03 0%, #000 100%);
}

.service_price-text {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #9a8884;
    margin-bottom: -10px;
}

.service_price-count {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 52px;
    line-height: 123%;
}



.service_oferta {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}



.service_details {
    display: none;
    text-decoration: underline;
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9a8884;
    transition: var(--transition);
}

.service_card-head:hover .service_details {
    color: #f60;
}

.oferta_text {
    position: absolute;
    display: block;
    right: -180px;
    bottom: 40px;
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    background-color: #2b2825;
    border-radius: 15px;
    padding: 12px 16px;
    width: 374px;
    box-shadow: 0 0 2px #fff;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.service_body-price:hover .oferta_text {
    opacity: 1;
    visibility: visible;
}


.service_oferta span {
    color: #f60;
}

.oferta_close {
    display: none;

}

.service_left-btn {
    position: relative;
    color: var(--general-white);
    background: #f60;
    border: 1px solid #fff;
}

.service_left-btn::after {
    content: "";
    position: absolute;
    bottom: -106px;
    right: -105px;
    width: 197px;
    height: 255px;
    background: radial-gradient(circle, hsl(24deg 99% 38% / 54%) 5%, transparent 70%);
    pointer-events: none;
}

.service_left-btn:hover {
    box-shadow: inset 0 0 14px 0 rgba(255, 102, 0, 0.3);
    background: #ff9d5c;
}

.service_left-btn:active {
    box-shadow: inset 0 0 14px 0 rgba(255, 102, 0, 0.3);
    background: #d97a3a;
}


.service_inner-bottom {
    background-color: #fbf5e7;
}

.service_bottom {
    padding: 72px 110px;
    border-left: 1px solid #ECDED5;
    border-right: 1px solid #ECDED5;
    box-shadow:
        -1px 0 0 0 #fff,
        1px 0 0 0 #fff;
}

.service_bottom-text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 154%;
}

.service_bottom-text span {
    color: #f60;
}


/************************error***********************************/


.error_inner-top {
    margin: 100px 0 72px 110px;
    max-width: 573px;
}


.error_top-text {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: var(--grey-text);
    margin-top: 18px;
}

.error_inner-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 64px;

    padding: 76px 76px 80px;
    background: linear-gradient(to bottom, rgba(255, 250, 234, 0) 60%, #fdfcf2 100%),
        url(../image/decor/err-bg.webp) center center / contain no-repeat;
}

.error_main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 122px;
}



.error_face {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 100px;
    padding: 18px 36px 18px 18px;
    backdrop-filter: blur(40px);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.08), 0 0 1px 0 rgba(0, 0, 0, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
}

.error_face span {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #006AFF;
    flex-shrink: 0;
}

.error_face-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.error_face-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.error_face-text {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 144%;
}

.error_back {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    padding: 6px 36px 18px;
    box-shadow: 0px 0px 30px 20px rgb(198 198 198 / 30%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
    border-radius: 0 0 32px 32px;
}

.error_back p {
    opacity: .7;
}

.error_main-btn {
    background-color: #111;

}

/*******************************guarantees**********************************/

.guarantees_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 110px 140px;
    gap: 18px;
}

.guarantees_text {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: var(--grey-text);
}


/*****************************page-contacts****************************************/

.contacts {
    padding: 100px 0 78px;
    background: url(../image/decor/contacts-bg.webp) center bottom / contain no-repeat;
    height: 740px;
    border-top: 1px solid #ECDED5;
    border-bottom: 1px solid #fff;
    box-shadow:inset 0 -1px 0 0 #ECDED5;
}

.contacts_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;

}

.contacts_top {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    position: relative;
}

.contacts_top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 55px;
    max-width: 865px;
    width: 100%;
    height: 188px;
    border-radius: 50%;
    background: rgba(255, 102, 0, 0.05);
    filter: blur(150px);
}

.contacts_title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 52px;
    line-height: 123%;
    letter-spacing: -0.01em;
}

.contacts_descript {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.contacts_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}


.contacts_bottom::before {
    content: '';
    position: absolute;
    top: -45;
    left: 0;
    max-width: 435px;
    width: 100%;
    height: 150px;
    border-radius: 50%;
    background: #fbf5e7;
    filter: blur(75px);
}

.contacts_btn {
    background-color: #111;
    z-index: 1;
    width: 100%;
}

.contacts_email {
    font-family: var(--first-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--grey-text);
    z-index: 1;

}