@font-face {
    font-family: 'Gropled';
    src: url('/fonts/Gropled-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.mobile-phone {
    top: 6px;
}

.main-header .contacts .phones {
    padding-top: 0;
}


#service + .form-section:before {
    content: '';
    margin-bottom: -2px;
    background-image: url(../images/bg-top-dark.png);
    background-position: center top;
    height: 61px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
}

header {
    background: #FFF !important;
    border: none !important;
}


.callback-btn:not(.white) {
    border-radius: 10px;
    background: #FD8839;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 1500px) {
    .container {
        width: 1500px;
    }
}

a:hover {
    text-decoration: none;
}

.header-wrapper .desktop {
    height: 110px;
    padding: 24px 0;
    justify-content: space-between;
    align-items: center;

}

.header-wrapper .mobile .content {
    display: flex;
    padding: 14px 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9EBEF;
}

.header-wrapper .mobile .header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_nav a {
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-right .contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
}

.contacts .phone {
    color: #111827;
    font-size: 20px;
    font-weight: 500;
}

.contacts .mail {
    color: #5A616C;
    font-size: 14px;
}

.header-right .callback-btn {
    padding: 12px 24px;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}


.header-left button {
    position: relative;
    display: flex;
    width: 40px;
    height: 41px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    background-image: url("/images/CloseMenu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    transition: background-image 0.3s ease;
    overflow: hidden;
}

.header-left button.collapsed {
    background-image: none;
}

.header-left button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/images/Menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-left button.collapsed::after {
    opacity: 1;
}

.navbar-collapse {
    padding: 32px 20px;

}

.navbar-collapse ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.navbar-collapse ul li {
    align-self: stretch;
    color: #111827;
    font-size: 24px;
    font-weight: 500;
}

.menu .contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.menu .contacts .phone {
    color: #111827;
    font-size: 18px;
}

.menu .contacts .mail {
    color: #5A616C;
    font-size: 18px;
}

.menu .contacts .callback-btn {
    padding: 9px 16px;
}

header {
    top: 0;
    position: sticky;
    z-index: 999;
    transition: box-shadow 0.3s ease;
    box-shadow: unset!important;
}

header.scrolled {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.10)!important;
}


.footer-social a:hover svg path {
    fill: #FD8839;
}

.main-footer {
    background: #fff;
    border-top: 1px solid #E9EBEF;
    position: relative;
}

.main-footer .container .row {
    display: flex;
    padding: 64px 0;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex-shrink: 0;
    width: 75%;
}

.footer-content .footer-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
}

.footer-block a {
    color: #111827;
    font-size: 32px;
    font-weight: 600;
}

.footer-block .callback-btn {
    width: 200px;
    padding: 12px 24px;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-nav a, .footer-social a {
    color: #111827;
    font-size: 18px;
    font-weight: 400;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.itb-copyright {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #5A616C;
    transition: color ease-in-out 0.2s;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.itb-copyright__popup {
    display: none;
    position: absolute;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.08);
    background: #f5f5f5;
    top: 0;
    left: -60px;
    transform: translate(-1%, calc(-100% - 24px));
}

.itb-copyright.opened .itb-copyright__popup {
    display: block;
}

.itb-copyright__popup:after {
    content: '';
    border-radius: 2px;
    width: 12px;
    height: 12px;
    background: #f5f5f5;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.itb-copyright__popup a {
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    transition: color ease-in-out 0.2s;
}

.itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}

.itb-copyright__popup a + a {
    margin-left: 24px;
}

.itb-copyright svg {
    fill: #5A616C;
    transition: fill ease-in-out 0.2s;
    margin-left: 12px;
}

.itb-copyright:hover {
    color: #FD8839;
}

.itb-copyright:hover svg {
    fill: #FD8839;
}

.itb-copyright.blacked {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.5);
}

.itb-copyright.blacked:hover {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked:hover svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.blacked .itb-copyright__popup {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup:after {
    background: #4d4d4d;
}

.itb-copyright.blacked .itb-copyright__popup a {
    color: rgba(255, 255, 255, 0.7);
}

.itb-copyright.blacked .itb-copyright__popup a:hover {
    color: rgba(255, 255, 255, 1);
}

.itb-copyright.colored {
    color: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored svg {
    fill: rgba(var(--copyright-color, 255, 255, 255), 0.7);
}

.itb-copyright.colored:hover {
    color: #FD8839;
}

.itb-copyright.colored:hover svg {
    fill: #FD8839;
}

.itb-copyright.colored .itb-copyright__popup {
    background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup:after {
    background: #f5f5f5;
}

.itb-copyright.colored .itb-copyright__popup a {
    color: rgba(0, 0, 0, 0.6);
}

.itb-copyright.colored .itb-copyright__popup a:hover {
    color: rgba(0, 38, 174, 0.6);
}

.footer-block.bottom a, .footer-block.bottom p {
    color: #5A616C;
    font-size: 16px;
    font-weight: 400;
}

.mfp-close {
    width: 24px !important;
    height: 24px !important;
    color: #9299A5 !important;
    right: 8px ;
    top: 0 !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 34px !important;
    cursor: pointer !important
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 32px;
    width: auto;
    max-width: 512px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #E9EBEF;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.mfp-bg {
    opacity: 0.4 !important;
    background: #000 !important;
}

.popup-callback {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.popup-callback .title {
    color: #111827;
    font-size: 32px;
    font-weight: 500;
}

.popup-callback .description p {
    color: #111827;
    font-size: 15px;
    margin-bottom: 16px;
}

.popup-callback form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.popup-callback .submit-btn {
    width: 100%;
    display: flex;
    padding: 14px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #FD8839;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0;
    border: none;
}

.popup-callback .agreement {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.popup-callback .agreement input {
    width: 35px;
    height: 20px;
    margin: 0;
}

.popup-callback .agreement label {
    color: #5A616C;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.popup-callback .agreement label a {
    color: #FD8839;
}

.text-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
}

.text-input label {
    color: #5A616C;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

.text-input textarea {
    min-height: 115px;
}

.text-input input, .text-input textarea {
    display: flex;
    padding: 14px 20px 14px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 2px solid #E9EBEF;
    background: #FFF;
    color: #111827;
    font-size: 18px;
    max-width: 100%;
    min-width: 100%;
    outline: none;
}

.text-input input:focus, .text-input textarea:focus {
    border-color: #FD8839 !important;
}

.text-input input::placeholder, .text-input textarea::placeholder {
    color: #9299A5;
    font-size: 18px;
}

.mfp-container {
    position: fixed;
}

.hero-wrapper {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    height: 600px;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24px;
    background: url("/images/banner.png") lightgray -53.908px 0px / 119.048% 100% no-repeat;
}

.hero-block {
    display: flex;
    padding: 48px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 20px;
    background: #FFF;
    max-width: 573px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.hero-content h1 {
    color: #111827;

    font-family: Gropled;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin: 0;
}

.hero-content p {
    color: #5A616C;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.hero-block .callback-btn {
    width: 200px;
    padding: 12px 24px;
}

section .row {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.menus .row, .form_white .row {
    padding-bottom: 0;
}

section h2 {
    color: #111827;

    font-family: Gropled;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    align-self: stretch;
    margin: 0;
}

.about-title {
    font-size: 64px;
    line-height: 72px;
}

.advant-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.advant-block {
    display: flex;
    height: 336px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 20px;
    background: #FFFAF6;
    width: 489px;
}

.advant-block:nth-child(2), .advant-block:nth-child(3), .advant-block:nth-last-child(2), .advant-block:nth-last-child(3) {
    max-width: 363px;
}

.advant-block.first {
    background: url("/images/first_adv.jpg") lightgray 0px -143.862px / 100% 147.406% no-repeat;
    align-items: flex-end;
    flex-direction: column-reverse;
    width: 742px;
    min-height: 336px;
}

.advant-block.last {
    background: #75946B;
    justify-content: space-between;
    align-items: flex-start;
    width: 742px;
    position: relative;
    min-height: 336px;
    overflow: hidden;
}

.advant-block.last .hurma {
    position: absolute;
    right: 21px;
    bottom: 0;
}

.advant-block.last .callback-btn {
    background: #FFF;
    color: #111827;
    width: 200px;
    padding: 12px 24px;
}

.advant-block.last .advant-text-block {
    max-width: 544px;
}

.advant-text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.advant-block.first .advant-text-block {
    max-width: 510px;
}

div.image {
    min-height: unset;
}

.advant-text-block p {
    color: #111827;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.advant-block.first p, .advant-block.first span {
    color: #FFF;
}

.advant-block.last p {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.advant-block.last span {
    color: #FFF;
    font-size: 16px;
}

.advant-block.first svg {
    margin-bottom: 12px;
}

.advant-text-block span {
    color: #5A616C;
    font-size: 16px;
}

.services-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.services-block {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    background: #FFF;
    width: 100%;
    flex-wrap: wrap;
}

.services-block img {
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
}

.services-left {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.services-left .callback-btn {
    width: 200px;
    padding: 9px 16px;
    font-size: 15px;
}

.services-text {
    display: flex;
    max-width: 643px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.services-text .title {
    color: #111827;
    font-size: 32px;
    font-weight: 500;
}

.services-text .description {
    color: #5A616C;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.services-text .description ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    align-self: stretch;
    padding-left: 20px;
}

.description p {
    margin: 0;
}

.menus-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.menu-block {
    display: flex;
    height: 568px;
    padding: 48px;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 0 0;
    border-radius: 24px;
    position: relative;
}

.menu-shadow {
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.83;
    background: linear-gradient(353deg, #000 -82.18%, rgba(0, 0, 0, 0.00) 84.58%);
    border-radius: 24px;
}

.menu-block .title {
    color: #FFF;
    font-family: Gropled;
    font-size: 48px;
    font-weight: 700;
    z-index: 2;
}

.menu-block a {
    display: flex;
    padding: 14px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 2;
}

.menu-block a:hover {
    background: rgba(255, 255, 255, 0.20);
}

.menus-content {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    width: 100%;
}

.first-form {
    display: flex;
    height: 446px;
    padding: 12px;
    width: 100%;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 24px;
    background-color: #75946B;
    position: relative;
    overflow: hidden;
}

.first-form img:not(.success-img) {
    position: absolute;
}

.first-form .img1 {
    width: 1046px;
    transform: rotate(-11.531deg);
    right: -125px;
    bottom: -292px;
}

.first-form .img2 {
    width: 212px;
    transform: rotate(9.224deg);
    right: 108px;
    top: -86px;
}

.first-form .img3 {
    width: 319px;
    transform: rotate(-57.376deg);
    right: -59px;
    bottom: -166px;
}

.first-form .img4 {
    width: 202px;
    transform: rotate(-108.776deg);
    right: 573px;
    top: 1px;
    filter: blur(2px);
}

.first-form .img5 {
    width: 192px;
    transform: rotate(-37deg);
    left: 644px;
    bottom: -94px;
    filter: blur(2px);
}

.first-form .img6 {
    width: 195px;
    transform: rotate(-66deg);
    right: -22.355px;
    top: 63px;
    filter: blur(3px);
}

.form-block:not(.form-orange) {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    border-radius: 20px;
    background: #FFF;
    height: 100%;
    z-index: 2;
    max-width: 664px;
}

.form-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}


.form-text p {
    color: #5A616C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}


.first-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.form-top {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.form-top input {
    display: flex;
    min-width: 260px;
    padding: 14px 20px 14px 16px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 2px solid #E9EBEF;
    background: #FFF;
    outline: none;
}
.form-top input::placeholder{
    font-size: 18px;
}
.form-top input:focus {
    border-color: #FD8839 !important;
}

.form-bottom {
    display: flex;
    align-items: center;
    gap: 28px;
    align-self: stretch;
}

.form-bottom .submit-btn {
    display: flex;
    padding: 14px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FD8839;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    border: none;
}

.form-bottom .agreement {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    color: #9299A5;
    font-size: 12px;
}

.form-bottom .agreement input[type=checkbox] {
    width: 45px;
    height: 20px;
    margin: 0;
}

.form-bottom .agreement a {
    color: #FD8839;
}

.first-form .form-success {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    height: 100%;
}

.form-success .success-icon {
    display: flex;
    padding: 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #FFFAF6;
}

.form-success h2 {
    margin-bottom: -24px;
}

.form-success p {
    color: #5A616C;
    font-size: 16px;
}

.gallery-list {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.photo-gallery .item {
    margin: 0 12px !important;
    display: flex;
    height: 450px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 18px;
    background: #FFF;
}

.photo-gallery .item .image {
    height: 357px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 18px;
}

.photo-gallery .item .gallery-title-block {
    display: flex;
    padding: 20px;
    gap: 10px;
    align-self: stretch;
}

.photo-gallery .item .title {
    color: #111827;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.photo-gallery .item:hover .title {
    color: #FD8839;
}

.photo-gallery .item a.hover {
    width: 100%;
    position: absolute;
    height: 100%;
    outline: none;
}

.photo-gallery .gallery-list .slick-arrow, .reviews-list .slick-arrow {
    width: 52px;
    height: 52px;
    display: block;
    background: url(../images/icons-set.svg) 13px 13px no-repeat #FFF;
    position: absolute;
    top: -92px;
    z-index: 1;
    border-radius: 150px;
    cursor: pointer;
}

#gallery .next.slick-arrow {
    right: 0;
    transform: rotate(-180deg);
}

#reviews .next.slick-arrow {
    left: 1430px;
    transform: rotate(-180deg);
    background-color: #F0F2F5;
}

#gallery .prev.slick-arrow {
    right: 64px;
}

#reviews .prev.slick-arrow {
    left: 1366px;
    background-color: #F0F2F5;
}

.slick-slider {
    position: unset;
}

.gallery-popup .mfp-bottom-bar {
    display: none;
}

.gallery-popup .mfp-close, #reviews_popup .mfp-close {
    border-radius: 4px;
    background: #FFF;
    width: 52px !important;
    height: 52px !important;
    right: -68px ;
    opacity: 1;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D2D6DC;
    cursor: pointer;
    transition: background 0.3s;
}

.slick-dots li.slick-active {
    background: #FD8839;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.reviews-list {
    display: flex;
    align-self: stretch;
    width: 90vw;
}

.reviews-list .slick-slide {
    display: flex;
    width: 700px;
    height: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 20px;
    background: #F5F6FB;
    margin: 0 12px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
}

.review-header .left, .review-right .left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review-header .left .image, .review-right .left .image {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: flex-start;
    border-radius: 32px;
    background-position: center;
}

.review-header .left .name, .review-right .left .name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.review-header .left .name .author, .review-right .left .name .author {
    color: #111827;
    font-size: 20px;
    font-weight: 500;
}

.review-header .left .name .pub-date, .review-right .left .name .pub-date {
    color: #5A616C;
    font-size: 16px;
}

.review-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.review-content .message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.review-content .message p {
    color: #111827;
    font-size: 18px;
    margin: 0;
    height: 104px;
    overflow: hidden;
}

.review-content .message a {
    color: #FD8839;
    font-size: 18px;
    outline: unset!important;
    outline-offset: 0!important;
    text-decoration: none!important;
}

.review-photos {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow: hidden;
    width: 97%;
}

.review-photos img {
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
    border-radius: 8px;
}

.popup-review {
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.popup-review .review-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 50%;
}

.main-slider {
    width: 100%;
}

.popup-review .review-left .main-slider .main-slide {
    width: 540px;
    height: 540px;
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
}

.popup-review .review-left .main-slider .main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-review .review-left .thumb-slider {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.popup-review .review-left .thumb-slider .thumb {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    margin: 0 8px;
    overflow: hidden;
}

.popup-review .review-left .thumb-slider .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#reviews_popup.white-popup {
    max-width: 1100px;
}

.review-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

.review-right p {
    color: #111827;
    font-size: 18px;
}

.form-orange {
    display: flex;
    padding: 48px;
    align-items: center;
    gap: 120px;
    flex-shrink: 0;
    border-radius: 24px;
    background: url("/images/oform_bg.png") no-repeat 0px -345.563px / 100% 279.33%, #FD8839;
    background-blend-mode: lighten, normal;
    width: 100%;
    flex-wrap: wrap;
    height: 380px;
}

.form-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.form-left .description {
    display: flex;
    max-width: 712px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.form-left .description h2 {
    color: #FFF;
    font-family: Gropled;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.form-left .description p {
    color: #FFF;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    max-width: 548px;
}

.form-contacts {
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-contacts .phone {
    margin-right: 12px;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

.form-contacts a:hover, .form-contacts a:hover svg path, .form-orange form .agreement label a:hover {
    color: #5A616C !important;
    fill: #5A616C;
}

.form-orange form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.form-orange form input[type=text] {
    display: flex;
    width: 100%;
    padding: 14px 20px 14px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-size: 18px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    outline: none;
    margin-top: -12px;
}

.form-orange form input[type=text]:focus {
    border: 2px solid #FFF;
}

.form-orange form input::placeholder {
    color: #FFF;
    font-size: 18px;
    opacity: 0.5;
}

.form-orange form .submit-btn {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.form-orange form .submit-btn:hover {
    background: #5A616C;
}

.form-orange form .agreement {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.form-orange form .agreement label {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.form-orange form .agreement label a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-orange .form-submitted {
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.form-orange .form-success .success-icon {
    display: none;
}

.form-orange .form-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.form-orange .form-success h2 {
    color: #FFF;
    font-family: Gropled;
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
}

.form-orange .form-success p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    max-width: 548px;
    margin: 0;
}

.first-form .form-contacts {
    display: none;
    position: absolute;
}

.info-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.info-wrapper .info-block {
    display: flex;
    max-width: 733px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.info-wrapper .info-block .description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: #5A616C;
    font-size: 24px;
}

.info-wrapper img {
    width: 703px;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}

.offers-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.offers-bottom p {
    color: #111827;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}

.offers-bottom .offers {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.offers-bottom .offers .offer-block {
    display: flex;
    height: 260px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    flex: 1 0 0;
    border-radius: 20px;
    background: #FFFAF6;
}

.offers-bottom .offers .offer-block img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.offers-bottom .offers .offer-block p {
    color: #111827;
    font-size: 24px;
    font-weight: 500;
}

.char-counter {
    color: #9299A5;
    font-size: 14px;
    align-self: self-end;
}

.services-nav {
    align-items: center;
    gap: 6px;
    width: 100%;
    overflow-x: scroll;

}
.services-nav button{
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius:  6px;
    border: 2px solid  #E9EBEF;
    background: #FFF;
    white-space: nowrap;
}
.services-nav button.active{
    background: #FD8839;
    color: #FFF;
}

.reviews-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 52px;
    height: 52px;
    border-radius: 150px;
    border: 2px solid #E9EBEF;
    background:  #FFF;
    color: #5A616C;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.reviews-prev { left: -84px; }
.reviews-next { right: -84px; }

.mobile-main-image { display: none ; }
.swal2-modal{
    border-radius: 20px;
    border: 1px solid #E9EBEF;
    background:  #FFF;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.swal2-icon.swal2-success .swal2-success-ring{
    border: none;
    border-radius: 40px;
    background: var(--Background-BG-Brand, #FFFAF6);
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
    height: 2px;
    background-color: #FD8839;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{
    width: 18px;
    right: 31px;
    top: 36px;
    z-index: 3;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{
    width: 13px;
    left: 23px;
    top: 39px;
    z-index: 3;
}
.swal2-modal .swal2-styled{
    display: flex;
    padding: 14px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background-color: #FD8839 !important;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    width: 100%;
}

.btn_to_top{
    display: inline-flex;
    padding: 14px 20px 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    background: #FD8839;
    border: none;
    position: fixed;
    z-index: 1000;
    bottom: 24px;
    right: 36px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.btn_to_top:hover, .btn_to_top:active,.btn_to_top:focus, .btn_to_top:active:hover{
    background-color: #EE7422;
    color: #fff !important;
    border: none!important;
}

.btn_to_top.visible {
    opacity: 1;
    visibility: visible;
}

.btn_to_top p{
    margin: 0;
}

.section-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.reviews .review-btn{
border: none;
    padding: 14px 24px;
}

#review.white-popup{
    max-width: 600px;
    padding: 40px 32px 32px 32px;
}

#review .popup-callback, #review .popup-callback form{
    gap: 32px;
}

#review .popup-callback .text-input{
    gap: 10px;
}

#review .popup-callback .text-input label{
    font-size: 16px;
    font-weight: 500;
    color: #111827;
}

.dropzone {
    display: flex;
    height: 96px;
    padding: 24px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    border: 2px dashed #D2D6DC;
    transition: 0.3s;
    width: 100%;
    position: relative;
}
.dropzone:hover {
    border-color: #FD8839;
}
.dropzone input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}
.include-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}
.include-text p{
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.include-text span{
    color:#5A616C;
    font-size: 13px;
    line-height: 20px;
}
#review .images-preview {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px 8px;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;

}
.preview-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 56px;
}
#review .images-preview img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 4px;
    position: relative;
}

#review .submit-btn{
    font-size: 16px;
    margin: 0;
}

.star-rating-modal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.star-modal {
    width:52px;
    height:52px;
    display:inline-block;
    background: url('/images/star-empty.svg') center/contain no-repeat;
}
.star-modal.active { background-image: url('/images/star-fill.svg'); }

.success_review-block{
    display: flex;
    max-width: 512px;
    padding: 40px 32px 32px 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    border-radius: 20px;
    border: 1px solid #E9EBEF;
    background: #FFF;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    margin: 0 auto;
}
.success_review-title{
    display: flex;
    padding: 22px;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background:  #FFFAF6;
}
.success_review-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.success_review-text h3{
    color: #111827;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}
.success_review-text p{
    color: #5A616C;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.close-success-btn{
    display: flex;
    padding: 14px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #FD8839;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border: 0;
}
.success_review-block .mfp-close{
    display: none;
}
@media screen and (max-width: 994px) {
    .desktop {
        display: none;
    }

    .header-wrapper .mobile {
        flex-direction: column;
        background: #fff;
    }

    .mobile {
        display: flex;

    }

    .main-footer .container .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 0;
        align-self: stretch;
    }

    .footer-content {
        width: 100%;
    }

    .footer-content .footer-block, .footer-nav {
        justify-content: center;
        gap: 18px !important;
        align-self: stretch;
        flex-direction: column;
        align-items: flex-start !important;

    }

    .footer-content .footer-block {
        margin: 0 -15px 0 -15px;
    }

    .main-header {
        border-bottom: 1px solid #E9EBEF !important;
    }

    .main-header .logo {
        width: 125px;
        height: 47px;
    }

    .main-header .logo img {
        object-fit: cover;
        width: 100%;
    }

    .main-footer {
        margin-top: 80px;
        padding: 36px 20px;
    }

    .footer-content {
        width: 100% !important;
    }

    .footer-block a {
        font-size: 24px;
    }

    .footer-block .callback-btn {
        width: 100% !important;
        padding: 9px 16px;
    }

    .footer-social {
        display: none;
    }

    .footer-nav a {
        color: #5A616C;
        font-size: 20px;
    }

    .footer-block.bottom {
        margin-top: 12px;
    }

    .white-popup {
        padding: 24px 20px 20px 20px;
        overflow-y: scroll;
        height: 100vh;
    }

    .hero-wrapper {
        border-radius: 18px;
        background: url("/images/banner_m.png") lightgray 50% / cover no-repeat;
        height: 620px;
        padding: 6px 6px 300px 6px;
        margin-top: 16px;
    }

    .menu .contacts .callback-btn {
        width: 100%;
    }

    .hero-block {
        max-width: 100%;
        padding: 24px 20px;
        gap: 40px;
        justify-content: unset;
    }

    .hero-content {
        gap: 24px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 100%
    }

    .hero-content p {
        font-size: 16px;
        line-height: 24px
    }

    .hero-block .callback-btn {
        padding: 9px 16px;
    }

    .advant-block {
        width: 100% !important;
        max-width: unset !important;
        height: auto;
        padding: 20px;
        border-radius: 16px;
    }

    .row {
        margin: 0;
    }

    .advant-block.first {
        background: url("/images/first_adv.jpg") lightgray -148.605px -62px / 188.719% 117.222% no-repeat;
        height: 360px;
    }

    .advant-wrapper {
        gap: 12px;
    }

    .advant-text-block {
        gap: 8px;
    }

    .advant-text-block p {
        font-size: 20px;
    }

    .advant-text-block span {
        font-size: 15px;
    }

    .advant-block.last {
        height: 460px !important;
        justify-content: unset;
        gap: 40px;
    }

    .advant-block.last .callback-btn {
        width: 100%;
        padding: 9px 16px;
    }

    .advant-block.last p {
        font-size: 24px;
        line-height: 32px
    }

    .advant-block.last span {
        font-size: 15px;
    }

    .advant-block.last .hurma {
        right: -50px;
    }

    section .row {
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 24px;
    }

    section h2, .about-title {
        font-size: 40px;
        line-height: 40px;
        margin-top: -8px;
    }

    .about-title {
        font-size: 40px;
    }

    .services-block img {
        height: 240px;
        width: 100%;
    }

    .services-block {
        padding: 8px;
        gap: 32px;
        border-radius: 16px;
    }

    .services-left {
        padding: 8px;
        gap: 32px;
        justify-content: unset;
    }

    .services-text .title {
        font-size: 24px;
    }

    .services-text .description {
        font-size: 15px;
    }

    .services-left .callback-btn {
        width: 100%;
    }

    .menu-block {
        height: 200px;
        padding: 20px;
        width: 100%;
    }

    .menu-block .title {
        font-size: 32px;
        line-height: 80%;
    }

    .menu-block a {
        border-radius: 8px;
        padding: 10px;
    }

    .first-form {
        height: 990px;
        padding: 6px;
    }
    .first-form:has(.form-submitted){
        height: 670px;
    }

    .first-form .form-block {
        width: 100%;
        height: auto;
        max-width: none;
        padding: 24px 20px;
        gap: 40px;
        border-radius: 16px;
    }


    .form-top input {
        min-width: auto;
        width: 100%;
    }

    .form-top, .form-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-bottom .submit-btn {
        width: 100%;
    }

    .form-bottom .agreement {
        width: 100%;
    }

    .form-bottom .submit-btn {
        font-size: 16px;
    }

    .first-form .img1 {
        width: 621px;
        right: -137px;
        bottom: -147px;
    }

    .first-form .img2 {
        right: -29px;
        bottom: 186px;
        width: 183px;
        top: unset;
    }

    .first-form .img3 {
        width: 296px;
        right: 92px;
        bottom: -154px;
    }

    .first-form .img4 {
        filter: blur(1px);
        width: 134px;
        right: 220px;
        bottom: 187px;
        top: unset;
    }

    .first-form .img5 {
        left: 300px;
        bottom: 133px;
        width: 115px;
        transform: rotate(-66deg);
    }

    .first-form .img6 {
        width: 113px;
        transform: rotate(-37.645deg);
        left: -63px;
        bottom: 76px;
        filter: blur(1px);
        right: unset;
        top: unset;
    }

    .photo-gallery .item {
        height: 100%;
    }

    .photo-gallery .item .image {
        height: 280px;
    }

    .photo-gallery .item .gallery-title-block {
        padding: 16px;
    }

    .photo-gallery .item .title {
        font-size: 16px;
        font-weight: 500;
    }

    .gallery-list {
        gap: 16px;
    }

    section.gray .row {
        padding: 6px 0;
    }

    section.photo-gallery .row {
        padding: 18px 0 28px 0;
    }

    .gallery-popup .arrow {
        top: unset;
        bottom: -54px;
    }

    .gallery-popup .arrow.prev {
        left: 35%;
        background-size: 42px 12px;
        background-position-x: 15px;
        background-position-y: 14px;
    }

    .gallery-popup .arrow.next {
        right: 35%;
        background-size: 42px 12px;
        background-position-x: -15px;
        background-position-y: 14px;
    }

    .gallery-popup .mfp-close {
        display: none !important;
    }

    .mfp-content img.mfp-img {
        border-radius: 12px;
        width: 335px !important;
    }

    .reviews-list .slick-slide {
        width: 300px;
        padding: 24px;
        gap: 18px;
    }

    .review-header .left {
        width: 100%;
    }

    .review-header {
        gap: 18px;
    }

    .review-header .left .name {
        width: 70%;
    }

    .review-content .message p {
        font-size: 15px;
    }

    .review-header .left .name .author {
        font-size: 18px;
    }

    .review-content .message a {
        font-size: 15px;
    }

    .reviews-list {
        width: 100%;
        flex-direction: column;
    }

    .reviews-list .slick-arrow {
        display: none !important;
    }

    .photo-gallery .row, .reviews .row {
        margin-right: -15px;
    }

    .reviews .row {
        padding-bottom: 0;
    }

    #reviews_popup {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 60vh;
        overflow: auto;
    }

    #reviews_popup .main-slider {
        display: none;
    }

    .popup-review {
        overflow: scroll;
        flex-direction: column-reverse;
    }

    .popup-review .review-left {
        width: 100%;
    }

    .form-orange {
        padding: 24px 20px;
        gap: 32px;
        border-radius: 18px;
        background: url("/images/oform_bg.png") no-repeat center / cover, #FD8839;
        height: auto;
    }

    .form-left {
        gap: 32px;
        justify-content: unset;
    }

    .form-left .description h2 {
        line-height: 40px;
        font-size: 40px;
    }

    .form-left .description p {
        font-size: 16px;
    }

    .form-orange form .submit-btn {
        width: 100%;
    }

    .form-contacts .phone {
        font-size: 18px;
    }

    .form-orange .form-submitted {
        gap: 32px;
    }

    .form-orange .form-success h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 0;
        margin-top: -10px;
    }

    .form-orange .form-success p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-align: unset;
    }

    .info-bottom .row {
        padding-bottom: 0;
    }

    .info-wrapper {
        gap: 32px;
        margin-bottom: 8px;
    }

    .info-wrapper .info-block .description {
        gap: 12px;
        font-size: 16px;
    }

    .info-wrapper img {
        width: 100%;
        border-radius: 16px;
    }

    .offers-bottom {
        gap: 16px;
    }

    .offers-bottom p {
        font-size: 24px;
    }

    .offers-bottom .offers {
        gap: 12px;
        flex-direction: column;
    }

    .offers-bottom .offers .offer-block {
        padding: 20px;
        height: auto;
        gap: 32px;
        border-radius: 16px;
        width: 100%;
    }

    .offers-bottom .offers .offer-block img {
        width: 32px;
        height: 32px;
    }

    .offers-bottom .offers .offer-block p {
        font-size: 20px;
    }

    .form-success .success-icon {
        background: #FFEDE2;
        padding: 14px;
    }

    .popup-callback .title {
        font-size: 24px;
    }

    .text-input label {
        font-size: 13px;
    }
    .services-wrapper .hidden {
        display: none !important;
    }
    .reviews-nav, #reviews_popup .mfp-close{
        display: none;
    }
    .mobile-main-image .mfp-close{
        display: block!important;
        right: 0!important;
    }
    .popup-review .review-left .main-slider .main-slide{
        height: 40vh;
    }

    .mobile-main-image {
        display: none;
        width: 100vw;
        position: fixed;
        left: 0;
        bottom: 59vh;
        height: 41vh;
    }
    .mobile-main-image.active {
        display: block;
    }
    .mobile-main-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: inherit;
    }
    .info-wrapper .info-block{
        gap: 24px;
    }
    .btn_to_top{
        display: none;
    }
    .reviews .section-title{
        width: 97%;
    }
    .reviews .review-btn{
        padding: 11px 6px;
        margin-top: -8px;
    }
    #review .popup-callback, #review .popup-callback form{
        gap: 24px;
    }
    #review.white-popup{
        padding: 24px 20px 20px 20px;
    }
    .star-rating-modal{
        gap: 12px;
    }
    .star-rating-modal .star-modal{
        width: 40px;
        height: 40px;
    }
    .include-text{
        gap: 2px;
    }
    .include-text p{
        font-size: 16px;
    }
    .include-text span{
        font-size: 12px;
        line-height: 18px;
    }
    #review .popup-callback .text-input{
        gap: 8px;
    }
    .success_review-block{
        padding: 32px 20px 20px 20px;
        gap: 24px;
    }
    .success_review-title{
        padding: 20px;
    }
    .success_review-text{
        gap: 12px;
    }
    .success_review-text h3{
        font-size: 24px;
        font-weight: 500;
    }
    .success_review-text p{
        font-size: 16px;
    }
    .close-success-btn{
        padding: 12px 24px;
        font-size: 16px;
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8; /* фон */
}

.mfp-wrap {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.mfp-wrap.mfp-ready {
    opacity: 1;
    transform: scale(1);
}

.mfp-wrap.mfp-removing {
    opacity: 0;
    transform: scale(0.8);
}

.gray {
    background: #F5F6FB;
    border-radius: 48px;
}
@media screen and (max-width: 994px) {
    .gray{
        border-radius: 18px;
        margin-right: 20px;
        margin-left: 20px;
    }
}
.callback-btn:hover:not(.white), .submit-btn:hover, .close-success-btn:hover {
    background: #EE7422;
    color: #fff !important;
}

a:hover {
    color: #FD8839 !important;
}


/*newEdit*/
.first-form .form-block .form-message.form-error {
    position: absolute;
    margin: -50px 0 0 0;
}
.form-orange.form-block {
    position: relative;
}
.form-orange.form-block .form-message.form-error {
    position: absolute;
    top: 3px;
}
.form-orange.form-block .form-message.form-error p {
    font-size: 12px;
    margin-bottom: 1px;
}
#cookie-session-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 9999;
    display: none;
    max-width: 845px;
    padding: 20px;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #E9EBEF;
    background:  #FFF;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
#cookie-session-notice .cookie_text {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1 0 0;
}
#cookie-session-notice .cookie_text p{
    width: 75%;
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#cookie-session-notice .cookie_text p a{
    color: #FD8839;
}
#cookie-session-notice .btn-accept {
    border-radius: 10px;
    background: #FD8839;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 16px;
    border: none;
}
#cookie-session-notice .btn-accept:hover {
    background: #EE7422;
    color: #fff !important;
}
@media (max-width: 640px){
    #cookie-session-notice{
        padding: 16px 20px 16px 16px;
        align-items: flex-start;
        gap: 16px;
        border-radius:12px;
        border: 1px solid #E9EBEF;
        background: #FFF;
        box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.04);
        flex-direction: column;
        max-width: 95%;
    }
    #cookie-session-notice .cookie_text svg{
        width: 28px;
        height: 28px;
    }
    #cookie-session-notice .cookie_text p{
        font-size: 14px;
        line-height: 22px;
    }
    #cookie-session-notice .btn-accept{
        margin-left: 46px;
        padding: 5px 16px;
        gap: 8px;
        font-size: 16px;
        line-height: 24px;
    }
}
/*newEdit*/
/**/