* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a, .item-social a svg, .item-social a svg path{
    transition: all .4s;
}
#masthead {
    z-index: 99;
    position: relative;
    padding-top: 9px;
}
html{
    overflow-x: hidden;
}
body, .top-header a, .comment-respond, .tabs a {
    color: #353535;
}
body {
    color: #353535;
    font-family: "Geologica", Arial;
    line-height: 1.4;
    font-weight: 400;
    font-size: 17px;
    background-color: #fff;
    margin: 0;
}
.wrapper-content{
    overflow-x: clip
}
.simple_footer_a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.hidden {
    display: none;
}
p, table, dl, dd {
    margin: 0 0 24px;
}
.container, .container-long {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.container {
    max-width: 1140px;
}
.container-long{
    max-width: calc(100% - 80px)
}
.row {
    display: flex;
    align-items: center;
    width: 100%;
}
.align-justify {
    justify-content: space-between;
}
.ekit_social_media {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
}
.list-item-nav-li, .no-li{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.ekit_social_media{
    gap: 10px;
}
.list-item-nav-li svg path{
    fill: #fff
}
.list-item-nav-li svg{
    width: 9px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.sub-menu {
    border-style: solid;
    border-width: 0 1px 2px;
    position: absolute;
    width: 220px;
    border-color: rgba(194, 11, 91, .1);
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    background: #fff;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .1s;
    transition: all .1s;
    padding: 0;
    margin: 0;
    z-index: -1
}
.item-social a {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
}
.list-item-nav-li:hover .sub-menu{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 3
}
.item-social a svg path{
    fill: #c20b5b
}
.item-social a svg{
    max-height: 100%;
    max-width: 100%;
}
.item-social a:hover{
    background: #c20b5b
}
.item-social a:hover svg path{
    fill: #fff
}
.loho-header img {
    max-width: 225px;
}
.with-menu{
    background-color: #c20f5f;
    padding: 10px 30px;
}
.list-item-nav {
    font-family: "Geologica", Arial;
    font-weight: 500;
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    z-index: 2;
    position: relative;
    padding-right: 25px;
    gap: 6px;
    height: 100%;
}
.address {
    font-family: "Geologica", Arial;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    gap: 6px;
}
.address svg {
    width: 20px;
    color: #fff;
}
.address svg path{
    fill: #fff
}
.main-menu {
    display: flex;
}
.hfe-sub-menu-item {
    padding: 15px;
    color: #000027;
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: block;
}
.hfe-sub-menu-item:hover{
    background-color: rgba(197, 0, 86, .81);
    color: #fff
}
footer {
    background-color: transparent;
    background-image: radial-gradient(at top center, #c20f5f 39%, #660019 100%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 50px 0;
    color: #fff;
}
.center-justify{
    justify-content: center;
}
.sidebar-column {
    flex: 0 0 25%;
}
.sidebar-columns {
    align-items: flex-start;
}
.wrapper_footer_logo1 {
    color: #fff;
    font-family: "Holtwood One SC", Arial;
    font-size: 90px;
    line-height: 1;
    font-weight: 600;
    padding-top: 20px;
}
.wrapper-footer-row {
    margin-bottom: 30px;
}
.wrapper-footer-row-padding{
    padding-bottom: 50px;
}
.wrapper_footer_logo2 {
    font-size: 56px;
    line-height: 27px;
    letter-spacing: 5.7px;
    font-weight: 600;
    margin: 15px 0;
}
.widget-title {
    font-family: "Geologica", Arial;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
ul.menu {
    padding: 0;
    list-style: none;
}
footer .menu-item a {
    text-decoration: none;
    color: #fff;
    font-family: "Geologica", Arial;
}
.sidebar-column.pdleft {
    padding-left: 30px;
}
.sidebar-column.pdleft+.sidebar-column {
    padding-right: 20px;
}
.footer-text, .footer-text a {
    font-family: "Geologica", Arial;
    color: #fff;
    text-decoration: none;
}
.social-list.footer {
    display: flex;
    margin: 25px 0;
    gap: 4px;
}
.social-list.footer a {
    width: 34px;
    height: 32px;
    width: 50px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-list.footer a svg {
    max-width: 100%;
    max-height: 100%;
}
.social-list.footer a svg path{
    fill: #fff
}
.social-list.footer a {
    width: 34px;
    height: 32px;
    border-radius: 50%;
    padding: 8px;width: 50px;
    height: 35px;
}
.social-link.facebook {
    background-color: #2d60ff;
}
.social-link.instagram {
    background-color: #ff057a;
}
.social-link.twitter {
    background-color: #5bb2ff;
}
.social-link.youtube {
    background-color: red;
}
a.social-link:hover{
    transition: all .4s ease;
    background-color: #fff;
}
a.social-link:hover svg path{
    fill: #c20b5b
}
.wrapper-image-banner {
    width: 100%;
}
.wrapper-image-banner a {
    display: block;
}
img {
    max-width: 100%;
}
section {
    margin: 50px 0;
}
.info_left {
    flex: 0 0 65%;
}
.info_right {
    flex: 0 0 35%;
    max-width: 35%;
}
.w100{
    width: 100%;
    flex: 0 0 100%;
}
.h1_title {
    font-family: "Geologica", Arial;
    font-size: 75px;
    font-weight: 800;
    margin: 0;
    color: #c20b5b;
    line-height: 1;
}
.span_label {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
}
.swiper-pagination-bullet-active {
    background: #c20f5f !important;
}
.simple_html {
    margin-top: 30px;
}

.four-column-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    padding: 20px;
}
.grid-column{
    display: grid;
    text-align: center;
    padding: 20px;
    gap: 20px;
}
.grid-column-5{
    grid-template-columns: repeat(5, 1fr);
}
.grid-column-4{
    grid-template-columns: repeat(4, 1fr);
}
.grid-column-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-column-2{
    grid-template-columns: repeat(2, 1fr);
}
.column {
    padding: 10px;
    transition: transform 0.3s ease;
    position: relative;
}

.column:hover {
    transform: translateY(-5px);
}
.inner-info {
    background: #f9f9f9;
    padding: 10px 20px;
    border-radius: 10px;
    height: calc(100% - 160px);
}
.title_column {
    margin-bottom: 20px;
}
.icon-circle {
    width: 140px;
    height: 140px;
    background: #c20f5f;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
}
.icon-circle span {
    position: absolute;
    background: #c20f5f;
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: -15px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-circle svg {
    max-width: 50%;
    max-height: 50%;
}
.icon-circle svg path{
    fill: #fff
}
.title_column {
    font-size: 18px;
    margin-bottom: 10px;
    height: 51px;
}
.column:after {
    position: absolute;
    top: 79px;
    right: -140px;
    display: block;
    content: '';
    width: calc(50% + 70px);
    height: 3px;
    background: #c20f5f;
}
.column:last-child:after{
    display: none !important;
}

.title_descr {
    font-size: 14px;
    color: #666;
}
h2 {
    font-weight: 800;
    color: #c20b5b;
    font-size: 36px;
}
h3 {
    font-weight: 800;
    color: #c20b5b;
    font-size: 32px;
}
.btn {
    text-decoration: none;
    background: #fff;
    color: #a50c60;
    border: 1px solid #a50c60;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, .5);
    cursor: pointer;
    transition: all .4s;
}
.btn-full,.fa-tabs__btn--active{
    background: #a50c60;
    color: #fff
}
.btn:hover{
    transform: translateY(-7px);
}
.btn2:hover{
    transform: translateY(-7px);
}
.wpcf7-submit {
    width: 100%;
}
body .form-control {
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #C20B5B1A;
    font-family: "Geologica", Arial;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all .4s;
    width: 100%;
    padding: 10px 15px;
    outline-color: #c20b5b !important;
    margin-bottom: 15px;
}
.header-h-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.align-center{
    justify-content: center;
}
.max-w-600{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.text-center{
    text-align: center;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.header-h-wrapper+.grid {
    padding-top: 0;
}
.grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 50px;
}
.item_advan {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all .4s;
}
.icon_adv {
    margin-right: 15px;
    flex: 0 0 63px;
}
section.advatages, section.services, section.service_lists_plus {
    background: #C20B5B1A;
}
.h3_title {
    margin: 0;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}
.wrap_subservices {
    margin-top: 20px;
}
.item_advan .h3_title{
    min-height: 31px;
}
.icon_adv svg path {
    fill: #c20b5b;
}
.icon_adv svg {
    max-width: 55px;
    max-height: 55px;
}
.text_advan p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.item_advan:hover{
    transform: translateY(-7px);
}
.align-items{
    align-items: flex-start;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-question {
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-question::after {
    content: "+";
    font-size: 22px;
    transition: transform 0.3s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.5;
    background: #f9f9f9;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-input:checked + .faq-question + .faq-answer {
    max-height: 200px;
    padding: 15px;
}
.faq-input:checked + .faq-question::after {
    content: "−";
    transform: rotate(180deg);
}
.faq-input {
    display: none;
}

.row.align-top {
    align-items: flex-start;
}
.no-flex{
    display: block;
}
.simple_a {
    text-decoration: none;
    color: #c20b5b;
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}
.hidden{
    display: none !important;
}
.wrapper_a {
    display: flex;
    position: absolute;
    bottom: 20px;
}
.item_advan.no-flex {
    position: relative;
    padding-bottom: 80px;
}
a.h3_title:hover{
    color: #c20b5b
}
.simple_a:hover{
    text-decoration: underline;
}
.ti-header-write-btn-container {
    display: none !important;
}
.wrapper_thumb {
    overflow: hidden;
    border-radius: 5px;
}
.wrapper_thumb img{
    transition: all .4s
}
/*.wrapper_thumb:hover img{
    transform: scale(1.2)
}*/
.wrapper_a_rel {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple_a_service{
    text-decoration: none;
    color: #c20b5b
}
.simple_a_service:hover{
    text-decoration: underline;
}
section.breadrumbs a {
    text-decoration: none;
    color: #c62d75;
}
section.breadrumbs *{
    font-size: 14px;
}
.sect404 h1 {
    color: #c20f5f;
    font-size: 200px;
    line-height: 1;
    margin: 30px 0;
}
.sect404 {
    text-align: center;
}
.simple_a_link{
    color: #c20b5b;
    text-decoration: none;
}
.simple_a_link:hover{
    text-decoration: underline;
}
.article-description {
    margin: 50px 0;
}
.article-description p, .article-description div, .article-description iframe, .article-description img, .article-description video,
.article-description ul, .article-description ol{
    margin-bottom: 20px;
}
section.contact-page-bottom {
    background: #F0F4F8;
    margin-bottom: -25px;
}
.subtitle-info {
    max-width: 520px;
    text-align: center;
    margin: 0 auto 50px;
}
.wrapper-form {
    max-width: 640px;
    margin: 0 auto;
}
.wrapper-cntc {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}
.cf-page-map {
    flex: 0 0 65%;
}
.cf-page-info {
    flex: 0 0 33%;
    box-shadow: 0 0 19px rgb(0 0 0 / 8%);
    padding: 30px;
    transition: .5s;
    height: 100%;
    border: 1px solid rgb(0 0 0 / 18%);
}
.title_label {
    color: #7e7e7e;
    font-weight: 600;
    margin-top: 30px;
}
.title_label:first-of-type{
    margin-top: 0;
}
.inf-contact-text a {
    display: inline-block;
}
img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
section.brands{
    margin: 50px 0
}
.brands-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.brand img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.brand:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #c20f5f;
}
.brand:hover img {
    filter: grayscale(0%);
}
.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
    padding: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 2px solid #c20b5b;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.card-container .card{
    flex: 0 0 calc((100% - 80px) / 5);
}
.card img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
}
.card .h3_title_serv {
    margin-top: 10px;
    font-size: 18px;
    transition: color 0.3s ease;
}
span.h3_title_serv {
    display: block;
    color: #353535;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    background: #c20b5b;
    color: white;
}
.card:hover img {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}
.card:hover .h3_title_serv {
    color: white;
}
div#map iframe {
    height: 100%;
}
/*body.single-services section.contact {
    background: #C20B5B1A;
    margin-bottom: 0;
}*/
.main-menu.justify-desktop-end {
    justify-content: flex-end;
    width: 100%;
}
.tabs {
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.tab-buttons {
    display: flex;
    justify-content: space-around;
    background: #c20b5b;
}
.tab-button {
    flex: 1;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    border: none;
    background: none;
    transition: background 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.tab-button:not(.active):hover{
    background: #ffffff4d
}
.tab-button.active {
    background: white;
    color: #c20b5b;
}
.tab-content {
    display: none;
    padding: 20px;
}
.tab-content.active {
    display: block;
}
.tab-button img {
    width: 30px;
    height: 30px;
    transition: filter 0.3s;
}
.tab-button:not(.active) img {
    filter: brightness(100) saturate(100%);
}
.model-grid10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px;
}
.model-grid9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 20px;
}
.model-grid8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}
.model-grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.model-grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.model-grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.model-grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.model-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.model-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.model-grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.model-a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c20b5b;
    border-radius: 10px;
    line-height: 1;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
}
.model-a:hover{
    transform: translateY(-7px);
}
.model-a.active{
    background: #c20b5b;
    color: #fff
}
.grid2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.model-wrapper {
    padding: 30px 0;
}
.wrapper-prices {
    margin: 100px 0;
}
table.prices {
    border: none;
    border-collapse: collapse;
    width: 100%;
}
table tr:nth-of-type(2n) td{
    background: #C20B5B1A
}
.head-price {
    color: #c20b5b;
    background: #C20B5B1A;
    text-align: left;
    padding: 10px;
    font-size: 14px;
}
tbody td {
    font-size: 14px;
    padding: 5px;
}
.item-service-price.wrapper-select-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-small {
    display: inline-block;
    font-size: 12px;
    padding: 5px;
}
.wrapper-price-table {
    max-height: 390px;
    overflow-y: auto;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
    position: relative;
}
.close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}
section.html a, .article-description a ,.format-main-text a{
    color: #c20b5b;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
.menu-btn svg {
    width: 25px;
}
.menu-btn svg path{
    fill: #fff;
}
.menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-menu{
    display: flex !important;
}
h2, h2, h4, h5, h6{
    line-height: 1
}
.contact-container {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Левая часть - Соцсети и кнопки */
.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 65%;
    margin-right: 2%;
}
.call-buttons {
    display: flex;
    margin: 30px 0;
    gap: 20px;
}
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.gdpr-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.gdpr-checkbox a {
    color: #0066cc;
    text-decoration: underline;
}
.social-links a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #c20f5f;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.social-links a:hover {
    background: #a00e4f;
}
.contact-form textarea {
    resize: none;
    height: 100px;
}
.ab_us_wrapper {
    display: flex;
    justify-content: space-between;
}
.ab_us_wrapper_b1.span_label {
    flex: 0 0 30%;
}
.wrapper-digits {
    flex: 0 0 70%;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.column_digit {
    text-align: center;
}
.digit-top {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    justify-content: center;
}
.about_us_section_new{
    background: #f8f9fa;
}
.counter-section {
    justify-content: space-around;
    align-items: stretch;
    padding: 0 50px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.counter-box {
    padding: 20px;
    margin: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease-in-out;
}
.about_us_section_new, section.contact {
    background: #f8f9fa;
    margin: 0;
    padding: 50px 0;
}
.counter-box:hover {
    transform: translateY(-5px);
}
.counter-number, .counter-number-s {
    font-size: 50px;
    font-weight: bold;
    color: #1d3557;
}
.counter-text {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}
.s_img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrapper_thumb a {
    display: block;
    position: relative;
}
.wrapper_thumb:hover .s_img{
    opacity: 1;
}
.card_list_1h3 {
    font-weight: 800;
    color: #c20b5b;
    font-size: 21px;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}
.card_list_1h3:hover {
    text-decoration: underline;
}
.card_list_1h4, .show_more_list_services {
    text-decoration: none;
    display: block;
    color: #333;
    line-height: 1.5;
    font-size: 16px;
}
.card_list_1h4:hover, .show_more_list_services:hover{
    color: #c20b5b;
}
.card_list_service {
    position: relative;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
}
.show_more_list_services {
    font-size: 17px;
    font-weight: 600;
    color: #c20b5b;
}
.show_more_list_services:hover{
    text-decoration: underline;
}
.abs_services_list {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 9;
}
.card_list_service.active .abs_services_list{
    display: block;
    opacity: 1;
}
.item_service.item_post .wrapper_thumb {
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #c20b5b69;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
}
.item_service.item_post {
    border: 1px solid #c20b5b;
    border-radius: 15px;
    position: relative;
    padding-bottom: 70px;
}
.item_service.item_post .wrapper_a_rel {
    display: block !important;
}
.wrapper_a_rel, .wrapper_exc_rel {
    padding: 0 10px;
}
.wrapper_exc_rel {
    font-size: 14px;
    margin-top: 10px;
}
.wrapper-btns {
    position: absolute;
    bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
}
.menu-numb-a {
    font-family: "Geologica", Arial;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
}
.menu-numb-a:hover{
    text-decoration: underline;
}
.menu-numb-a:after{
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    transition: all .4s
}
.menu-numb-a:last-of-type:after{
    display: none;
}
.menu-numb-a:hover:after{
    transform: rotate(45deg);
}
.order-flex{
    display: flex;
    flex-direction: column;
}
section[data-order="0"] {
    order: 1;
}
section[data-order="1"] {
    order: 2;
}
section[data-order="2"] {
    order: 3;
}
section[data-order="3"] {
    order: 4;
}
section[data-order="4"] {
    order: 5;
}
section[data-order="5"] {
    order: 6;
}
section[data-order="6"] {
    order: 7;
}
section[data-order="7"] {
    order: 8;
}
section[data-order="8"] {
    order: 9;
}
.wrapper-gal-btn{
    display: none;
}
.cf-page-gallery {
    flex: 0 0 100%;
    margin-top: -30px;
}
.wrapper-cntc{
    margin-bottom: 40px;
}
.wrapper-cntc:last-of-type{
    margin-bottom: 0;
}
.lang-ru img{
    filter: grayscale(100%) contrast(0);
}
.btn-img img {
    width: 25px;
}
.btn-img {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card_list_service.active {
    z-index: 9;
}
form a {
    color: #c20b5b;
}
.fa-content-column {
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    margin-left: auto;
    margin-right: auto;
}
.form-label {
    color: #c20b5b;
    margin-bottom: 5px;
    display: block;
}
.row-form>p {
    margin-bottom: 6px;
}
.photo-upload-section {
    margin: 20px 0;
}

.photo-upload-area {
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fafafa;
    position: relative;
}

.photo-upload-area:hover,
.photo-upload-area.drag-over {
    border-color: #c20b5b;
    background: #f5f0f2;
}

.photo-upload-icon {
    font-size: 32px;
    margin-bottom: 10px;
    color: #666;
}

.photo-upload-text {
    font-size: 16px;
    margin-bottom: 5px;
}
.photo-upload-text p, .photo-upload-icon p, .photo-upload-section p{
    margin-bottom: 0;
}
.photo-upload-hint {
    font-size: 14px;
    color: #888;
}
.hidden-file-inputs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
/* Ховаємо стандартний input */
.photo-upload-area input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Превью зображень */
.photo-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.photo-preview-item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #ddd;
}

.photo-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-preview-item .remove-photo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: rgba(255, 0, 0, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-preview-item .remove-photo:hover {
    background: red;
}
.photo-count {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.footer-text a {
    display: flex;
    gap: 8px;
}
.footer-text a svg {
    width: 20px;
}
.footer-text svg {
    width: 22px;
    flex: 0 0 22px;
}
.footer-text {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}
.footer-text.ft-mt {
    margin-top: 20px;
}
.footer-text>svg {
    transform: translateY(1px);
}
.footer-text path {
    fill: #fff;
}

@media(max-width: 1440px){
    .model-grid10 {
        grid-template-columns: repeat(8, 1fr);
    }
    .model-grid9{
        grid-template-columns: repeat(6, 1fr);
    }
    .card-container .card{
        flex: 0 0 calc((100% - 60px) / 4);
    }
    .h1_title{
        font-size: 65px;
    }
    .wrapper_footer_logo1{
        font-size: 75px;
    }
    .wrapper_footer_logo2{
        font-size: 46px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 940px;
    }
    .model-grid10, .model-grid8 {
        grid-template-columns: repeat(6, 1fr);
    }
    .model-grid9, .model-grid7{
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1100px) {
    .footer-text, .footer-text a, footer .menu-item a {
        font-size: 15px;
    }
    .wrapper_footer_logo1{
        font-size: 55px;
    }
    .wrapper_footer_logo2{
        font-size: 31px;
    }
    .wrapper-footer-row{
        margin-bottom: 30px
    }
    .row.w1100 {
        flex-direction: column;
        gap: 20px;
    }
    .grid-column-5{
        grid-template-columns: repeat(3, 1fr);
    }
    .four-column-block, .grid4, .grid-column-4{
        grid-template-columns: repeat(2, 1fr);
    }
    .column:after{
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .menu-btn{
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .ab_us_wrapper {
        display: block;
    }
    .ab_us_wrapper_b1.span_label {
        text-align: center;
    }
    header .list-item-nav{
        color: #353535
    }
    header .list-item-nav.active {
        background: #c20f5f;
        color: #fff;
    }
    header .list-item-nav-li svg {
        z-index: 3;
        padding: 20px;
        width: 50px;
        top: 25px;
    }
    .sub-menu {
        position: unset;
        width: 100%;
        transform: translateY(0) !important;
        height: 0;
        overflow: hidden;
    }
    .active-sub .sub-menu{
        height: 100%;
        opacity: 1
    }
    header .main-menu.flex-menu {
        position: absolute;
        background: #fff;
        top: 35px;
        left: 0;
        width: 100%;
        flex-direction: column;
        z-index: 2;
        border: 1px solid #ce217a;
        border-radius: 0 0 5px 5px;
        border-top: none;
        box-shadow: 0px 0px 4px 0px #c20f5f;
    }
    header .list-item-nav-li svg path{
        fill: #353535
    }
    header .list-item-nav-li .list-item-nav.active svg path{
        fill: #fff
    }
    .h1_title{
        font-size: 55px;
    }
    .main-menu{
        display: none
    }
    .brands-container {
        grid-template-columns: repeat(4, 1fr);
    }
    .card-container .card{
        flex: 0 0 calc((100% - 40px) / 3);
    }
    .container {
        max-width: 700px;
    }
    .container-long{
        max-width: calc(100% - 40px)
    }
}
@media(min-width: 769px){
    .hide-mobile{
        display: none !important;
    }
    .city-text-icon {
        transform: translateY(-2px);
    }
    .header-accordion-toggle{
        padding-left: 0;
    }
}
@media(max-width: 768px){
    .hfe-sub-menu-item{
        text-align: center
    }
    .hide-desktop{
        display: none !important;
    }
    .menu-numb-a{
        font-size: 13px;
        padding-right: 0px;
    }
    .menu-numb-a:after{
        display: none;
    }
    .row.align-justify.mobile-right {
        justify-content: flex-end;
    }
    .wrapper-cntc {
        flex-direction: column;
    }
    .cf-page-info{
        order: 1
    }
    .cf-page-map{
        order: 2
    }
    .cf-page-gallery{
        order: 3
    }
    .contact-container {
        grid-template-columns: 1fr;
    }
    .model-grid10, .model-grid8, .model-grid6 {
        grid-template-columns: repeat(4, 1fr);
    }
    .model-grid9, .model-grid7, .model-grid5{
        grid-template-columns: repeat(3, 1fr);
    }
    .card-container .card{
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .four-column-block, .grid4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-column-5{
        grid-template-columns: repeat(2, 1fr);
    }
    .grid {
        grid-template-columns: 1fr;
    }
    .grid4 {
        grid-template-columns: 2fr;
    }
    .container, .container-long {
        max-width: calc(100% - 20px);
    }
    h2{
        font-size: 32px;
    }
    .h1_title {
        font-size: 45px;
    }
    .contact-info, .contact-form {
        flex: 0 0 100% !important;
        margin: 0;
    }
    .sidebar-column {
        flex: 0 0 100% !important;
        text-align: center;
    }
    .sidebar-column .menu {
        text-align: left;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-text{
        justify-content: center;
    }
    .wrapper-info-c {
        display: inline;
    }
    .footer-text>p {
        display: none;
    }
    .footer-text>svg {
        transform: translateY(4px);
    }
    .footer-text {
        display: inline-block;
        width: 100%;
    }
    .footer-text a {
        justify-content: center;
    }
    .sidebar-column.pdleft{
        padding-left: 0;
    }
    .row{
        flex-wrap: wrap;
    }
    .header-h-wrapper {
        flex-direction: column;
    }
    .social-list.footer{
        justify-content: center;
    }
    .header-h-wrapper a {
        margin: 10px 0;
    }
    .faq-question, .h3_title{
        font-size: 16px;
    }
    .tab-buttons {
        flex-wrap: wrap;
    }
    .wrapper-prices {
        margin: 50px 0;
    }
    .counter-number, .counter-number-s {
        font-size: 34px;
    }
    .counter-text {
        font-size: 15px;
    }
}
@media (max-width: 640px) {
    .brands-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .span_label{
        font-size: 20px;
    }
    .h1_title {
        font-size: 41px;
    }
    .info_right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer{
        padding: 25px 0
    }
    .wrapper-prices.grid2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-column-3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    h2, h3 {
        margin: 10px 0;
    }
    h2 {
        font-size: 28px;
    }
    .loho-header img {
        max-width: 175px;
    }
    .address{
        font-size: 12px;
    }
    .faq-answer{
        font-size: 14px;
    }
    .wrapper-prices {
        margin: 25px 0;
    }
    .counter-section {
        display: block;
    }
}


@media (max-width: 480px) {
    .model-grid10, .model-grid8, .model-grid6, .model-grid4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .model-grid9, .model-grid7, .model-grid5, .model-grid3{
        grid-template-columns: repeat(2, 1fr);
    }
    .four-column-block, .grid4, .grid-column-2, .grid-column-3, .grid-column-4, .grid-column-5 {
        grid-template-columns: 1fr;
    }
    .address {
        max-width: calc(100% - 50px);
    }
    section {
        margin: 20px 0;
    }
    .h1_title {
        font-size: 37px;
    }
    .loho-header img {
        max-width: 145px;
    }
    .loho-header img {
        max-width: 142px;
    }
    .call-buttons {
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }
    .call-buttons a {
        width: 100%;
    }
    .faq-question, .h3_title{
        font-size: 14px;
    }
    .faq-input:checked + .faq-question + .faq-answer {
        padding: 10px;
    }
    .faq-answer{
        font-size: 13px;
    }
}
@media(max-width: 375px){
    .h1_title {
        font-size: 33px;
    }
    h2 {
        font-size: 24px;
    }
    .card-container .card{
        flex: 0 0 100%;
    }
    .ekit_social_media {
        gap: 5px;
    }
    .loho-header img {
        max-width: 135px;
    }
}








/*Srnweb 17.02.2025*/
.header-center__item {
    display: grid;
    align-items: end;
}
.brands-slider,
.brands-slider * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.brands-slider img,
.brands-slider a {
    -webkit-user-drag: none;
    user-drag: none;
}
.header-contact-top {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.header-contact-niz svg {
    color: #0475b9;
    height: 24px;
    margin: -5px;
}
.header-contact-top__text {
    font-size: 15px;
    color: #000;
}
.ekit_social_media.top .item-social a {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0px;
}

html.lang-uk .sub-menu .lang-uk,
html.lang-ru .sub-menu .lang-ru {
    display: none;
}

.btn2 {
    text-decoration: none;
    background: #c20f5f;
    color: #ffffff;
    border: 1px solid #c20f5f;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, .5);
    cursor: pointer;
    transition: all .4s;
}

/*a.btn2.top_magazyn {
    margin-left: 10px;
}*/
li.list-item-nav-li.mob {
    display: none;
}
@media (max-width: 1200px){
    li.list-item-nav-li.mob {
        display: block;
    }
li.list-item-nav-li.Desc {
    display: none;
}
}


li.list-item-nav-li.Desc ul.sub-menu {
    background: #c20f5f;
    color: white;width: auto;
}
li.list-item-nav-li.Desc ul.sub-menu .hfe-sub-menu-item {
    background: #c20f5f;
    color: white; width: auto;
}
.header-contact-niz svg {
    margin-right: 0
}

.header-accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
   
    cursor: pointer;
}
span.accordion-arrow {
    display: none;
}

@media (max-width: 1200px) {

    .header-accordion-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      background: none;
      border: none;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
    }

    .accordion-arrow {
      transition: transform 0.3s ease;
    }

    .header-accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }

    .header-accordion.active .header-accordion-content {
      max-height: 500px; /* хватит под адреса */
    }

    .header-accordion.active .accordion-arrow {
      transform: rotate(180deg);
    }
    .header-center {
        width: 35%;
    }
    .header-contact-top {
        display: block;

    }
    .header-accordion .header-accordion-content{
        position: absolute;
        display: none;
    }
    .header-accordion.active .header-accordion-content {
        max-height: 500px;
        background: white;
        width: auto;
        align-items: center;
        width: auto;
        border: 1px solid #9e0944;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        line-height: 30px;
        padding: 2px;
        left: 0;
        right: 0;
        width: 200px;

        padding: 10px;
        left: 0;
        right: 0;
        margin: 0px auto;
        width: 270px;z-index: 5;
        display: block !important;
    }
    span.accordion-arrow {
        display: block;
    }
    ul.ekit_social_media.top {
        display: none;
    }
  }
  @media (max-width: 768px) {
    .with-menu {
        background-color: #c20f5f;
        padding: 10px 30px;
        margin-top: 10px;
    }
  }
  @media (max-width: 425px) {
    .header-center {
        width: 25%;
    }
    .header-accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: none;
        border: none;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }
    .header-accordion.active .header-accordion-content {
        max-height: 500px;
        background: white;
        width: auto;
        align-items: center;
        width: auto;
        border: none;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        line-height: 30px;
        padding: 2px;
        left: 0;
        right: 0;
        width: 200px;

        padding: 10px;
        left: 0;
        right: 0;
        margin: 0px auto;
        width: 270px;z-index: 5;
    }
    
  }

  .city-icon {
    display: none;
}

.city-text-icon {
    vertical-align: middle;
    margin-right: 4px;
}

@media (max-width: 1200px) {
    .header-contact-niz.city-inside svg {
        margin-right: 5px;
        transform: translateY(5px);
    }
    .header-accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: none;
        border: none;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .city-text {
        display: none;
    }

    .city-icon {
        display: inline-flex;
        align-items: center;
    }

    .city-icon svg {
        width: 22px;
        height: 22px;
    }
    .city-icon svg {
        width: 22px;
        height: 22px;
        color: #0475b9;
    }
      li.list-item-nav-li.mob.active-sub li.menu-item.no-li a.hfe-sub-menu-item.lang-ru {
        text-align: center;
    }
    .with-menu {
        background-color: #c20f5f;
        padding: 10px 5px;
        margin-top: 10px;
    }

    ul.ekit_social_media.top {
        display: flex;
        position: absolute;
        top: 60px;
    }
    ul.ekit_social_media.top {
        display: flex;
        position: absolute;
        top: 68px;
        left: 45px;
    }
    .ekit_social_media.top .item-social a {
        width: 25px;
        height: 25px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 0px;
        /* color: white; */
        background: white;
    }
    .ekit_social_media.top .item-social:nth-child(2) a {
        background: #c20b5b;
    }
    .ekit_social_media.top .item-social:nth-child(2) a path {
        fill: white;
    }
    ul.ekit_social_media.top {
        display: none;
    }
}
/*.menu-numb-a:after {
    display: none;
}*/
a.menu-numb-a.numb-1::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    left: -7px;
    top: -3px;
    vertical-align: middle;
    background: #c20f5f;
    background-image: url(/wp-content/uploads/2026/02/phone-solid-full.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
a.menu-numb-a.numb-2::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    right: -7px;
    top: -4px;
    vertical-align: middle;
    background: #c20f5f;
    background-image: url(https://ramservice.com.ua/wp-content/uploads/2025/12/kyevstar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.address {
    gap: 15px;
    margin-right: 15px;
}

@media (max-width: 768px) {

    a.menu-numb-a.numb-1::after {
      
        right: -22px;
        top: -4px;
    }
    a.menu-numb-a.numb-2::after {     right: -22px;
        top: -4px;
    }
    .address {
        gap: 30px;
        margin-right: 25px;
    }
}
/* По умолчанию скрыт */
.header-contact-niz.city-inside {
    display: none;
}

/* Мобайл */
@media (max-width: 768px) {
    .header-contact-niz.city-inside {
        display: flex;
        font-size: 15px;
        font-weight: 600;
        opacity: 0.9;
    }
}


section.services_root .grid4 {
    padding-bottom: 0;
}
body.home section.banner {
    margin: 0 auto;
}
section.services_root {
    margin-top: 0px;
}
section.info_gallery {
    margin: 40px 0;
}
section.services_root {
    margin-top: 0px;
    margin-bottom: -25px;
}
.widget-title {
    font-family: "Geologica", Arial;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
}

body.home section.contact {
    padding: 0px;
}
.h1_title {
    font-family: "Geologica", Arial;
    font-size: 45px;
    font-weight: 800;
    margin: 0;
    color: #c20b5b;
    line-height: 1;
}
p.h2 {
    font-weight: 800;
    color: #c20b5b;
    font-size: 30px;} 
    section.srevice_cards p, section.brands p{
        font-weight: 800;
        color: #c20b5b;
        font-size: 30px;}
        .about_us_section_new, section.contact {
            background: #f8f9fa;
            margin: 0;
            padding: 15px 0;
        }
        body.wp-singular.page-template.page-template-tpl-acf .header-h-wrapper {
            display: none;
        }
        body.home.wp-singular.page-template.page-template-tpl-acf .header-h-wrapper {
            display: flex;
        }
        section.contact-page-bottom {
            
            margin-bottom: -25px;
            padding-top: 15px;
            padding-bottom: 15px;
        }
        section.about_us_section_new {
            padding-bottom: 20px;
            background: #f8f9fa;
        }
        section.advatages {
            padding-top: 25px;
        }
        section.services_root {
            margin-top: 15px;
            margin-bottom: -25px;
        }
        p.h3 {
            font-size: 25px;
            font-weight: 600;
            letter-spacing: 3px;
            margin-bottom: 20px;
            display: block;
            color: #c20b5b;
        }
        .ab_us_wrapper_b1.span_label {
            color: #c20b5b;
        }


        .foto_prevyushky {
            display: grid;
            gap: 15px;
            grid-template-columns: repeat(4, 1fr);
        }
@media (max-width: 1024px) {
   .h1_title {
        font-family: "Geologica", Arial;
        font-size: 45px;
        font-weight: 800;
        margin: 0;
        color: #c20b5b;
        line-height: 1;
    }
    p.h2 {
        font-weight: 800;
        color: #c20b5b;
        font-size: 30px;}
        section.srevice_cards p, section.brands p {
            font-weight: 800;
            color: #c20b5b;
            font-size: 30px;}
}
@media (max-width: 480px) {
  .h1_title {
        font-size: 37px;
    }
    p.h2 {
        font-weight: 800;
        color: #c20b5b;
        font-size: 30px;}
        .single-services h2 {
            font-weight: 800;
            color: #c20b5b;
            font-size: 24px;}
            section.srevice_cards p, section.brands p {
                font-weight: 800;
                color: #c20b5b;
                font-size: 24px;}
} 

.single-services section.sect_cont {
    margin: 0;
}
.single-services section.brands {
    margin: 10px 0;
}
section.breadrumbs {
    margin: 15px 0;
}
.wrapper_footer_logo1 {
    padding: 0;
    line-height: 20px;
}
section.srevice_cards {
    margin-bottom: 0;
}

@media (max-width: 370px) {
.btn2 {
    text-decoration: none;
    background: #c20f5f;
    color: #ffffff;
    border: 1px solid #c20f5f;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, .5);
    cursor: pointer;
    transition: all .4s;
}}
.mob-strelki .swiper-button-next:after, .mob-strelki .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
}
@media (max-width: 768px) {
    .brands .swiper-button-prev,
    .brands .swiper-button-next {
        width: 60px;
        height: 60px;
    }
    .mob-strelki {
        position: relative;
        height: 30px;
        margin-top: 10px;
     
    }
    .brands .swiper-button-prev, .brands .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .mob-strelki .swiper-button-next:after, .mob-strelki .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 25px !important;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        font-weight: bold;
    }
}

.single-services section.sect_cont {
    margin-bottom: 15px;
}
.wrapper_footer_logo1 img {
    width: 80%;
}
.wrapper_footer_logo1 {
    padding: 0;
    line-height: 0;
    padding-top: 20px;
}

@media (max-width: 768px) {
.wrapper_footer_logo1 img {
    width: 60%;
    margin-bottom: 25px;
}
}

/* ========== Form Application Block ========== */
.fa-section {
    background: #f8f9fa;
    padding: 50px 0;
    margin: 0;
}
.mb-12{
    margin-bottom: 12px
}
.fa-header {
    text-align: center;
    margin-bottom: 30px;
}
.fa-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}
.fa-subtitle--mobile {
    display: none;
}
.fa-content {
    display: flex;
    gap: 30px;
    align-items: stretch;
}
.fa-contacts {
    flex: 0 0 45%;
}
.fa-contacts__card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px;
    height: 100%;
}
.fa-contacts__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 20px;
}
.fa-phones {
    margin-bottom: 20px;
}
.fa-phones__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 2px solid #8b0040;
}
.fa-phones__number {
    font-size: 16px;
    font-weight: 600;
    color: #8b0040;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.fa-phones__number:hover {
    color: #a00e4f;
}
.fa-phones__toggle {
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    white-space: nowrap;
}
.fa-phones__toggle:hover {
    color: #8b0040;
}
.fa-phones__arrow {
    font-size: 10px;
    transition: transform 0.3s;
    display: inline-block;
}
.fa-phones__extra {
    margin-top: 10px;
}
.fa-phones__extra .fa-phones__number {
    border-bottom: 1px solid #e0e0e0;
}
.fa-messengers {
    margin: 40px 0;
}
.fa-messengers__label, .info-form-alert {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
}
.info-form-alert *, form>p, .wpcf7-list-item{
    margin: 0 !important;
}
.wpcf7-spinner{
    position: absolute;
}
span.wpcf7-form-control.wpcf7-checkbox, span.wpcf7-form-control.wpcf7-acceptance {
    display: inline-block;
    margin-bottom: 16px;
}
.form-control:focus{
    outline-color: #c20b5b !important;
}
.cky-notice-content-wrapper+div {
    display: none !important;
}
.cky-revisit-bottom-left {
    left: unset !important;
    right: 15px !important;
    bottom: 85px !important;
}
.fa-messengers__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.fa-messengers__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #fff;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
    flex: 0 0 calc((100% - 20px) / 3);
}
.fa-messengers__item:hover {
    border-color: #8b0040;
    color: #8b0040;
}
.fa-messengers__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #8b0040;
    color: #fff;
    flex-shrink: 0;
}
.fa-messengers__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.fa-messengers__icon svg {
    width: 14px;
    height: 14px;
}
.fa-schedule {
    background: #f0f0f0;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 13px;
    color: #555;
    margin-top: 0;
}
.fa-form {
    flex: 1;
}
.fa-tabs {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
}
.fa-tab-content {
    display: none;
}
.fa-tab-content--active {
    display: block;
}
.mt-16{
    margin-top: 16px
}
.fa-tab-content .wpcf7-checkbox .wpcf7-list-item label,
.fa-tab-content .wpcf7-acceptance .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #777;
}
.fa-tab-content .wpcf7-checkbox input[type="checkbox"],
.fa-tab-content .wpcf7-acceptance input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #8b0040;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin: 0;
    transition: 0.2s;
}
.fa-tab-content .wpcf7-checkbox input[type="checkbox"]:checked,
.fa-tab-content .wpcf7-acceptance input[type="checkbox"]:checked {
    background: transparent;
    border-color: #8b0040;
}
.fa-tab-content .wpcf7-checkbox input[type="checkbox"]:checked::after,
.fa-tab-content .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid #8b0040;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}
.fa-tab-content .wpcf7-checkbox input[type="checkbox"]:hover,
.fa-tab-content .wpcf7-acceptance input[type="checkbox"]:hover {
    border-color: #a00e4f;
}

.fa-mobile-accordion {
    display: none;
}
.footer-text.phone-icon-b{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M224.2 89C216.3 70.1 195.7 60.1 176.1 65.4L170.6 66.9C106 84.5 50.8 147.1 66.9 223.3C104 398.3 241.7 536 416.7 573.1C493 589.3 555.5 534 573.1 469.4L574.6 463.9C580 444.2 569.9 423.6 551.1 415.8L453.8 375.3C437.3 368.4 418.2 373.2 406.8 387.1L368.2 434.3C297.9 399.4 241.3 341 208.8 269.3L253 233.3C266.9 222 271.6 202.9 264.8 186.3L224.2 89z" fill="%23fff"/></svg>');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-x: left;
    background-position-y: top;
    background-size: 22px auto;
}
.footer-text.marker-icon-b{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M128 252.6C128 148.4 214 64 320 64C426 64 512 148.4 512 252.6C512 371.9 391.8 514.9 341.6 569.4C329.8 582.2 310.1 582.2 298.3 569.4C248.1 514.9 127.9 371.9 127.9 252.6zM320 320C355.3 320 384 291.3 384 256C384 220.7 355.3 192 320 192C284.7 192 256 220.7 256 256C256 291.3 284.7 320 320 320z" fill="%23fff"></path></svg>');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-x: left;
    background-position-y: top;
    background-size: 22px auto;
}

@media (max-width: 768px) {
    .footer-text{
        background: none !important;
        padding-left: 0 !important;
    }
    .footer-text.phone-icon-b .elementor-icon-list-text{
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M224.2 89C216.3 70.1 195.7 60.1 176.1 65.4L170.6 66.9C106 84.5 50.8 147.1 66.9 223.3C104 398.3 241.7 536 416.7 573.1C493 589.3 555.5 534 573.1 469.4L574.6 463.9C580 444.2 569.9 423.6 551.1 415.8L453.8 375.3C437.3 368.4 418.2 373.2 406.8 387.1L368.2 434.3C297.9 399.4 241.3 341 208.8 269.3L253 233.3C266.9 222 271.6 202.9 264.8 186.3L224.2 89z" fill="%23fff"/></svg>');
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position-x: left;
        background-position-y: top;
        background-size: 22px auto;
    }
    .footer-text.marker-icon-b .elementor-icon-list-text{
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M128 252.6C128 148.4 214 64 320 64C426 64 512 148.4 512 252.6C512 371.9 391.8 514.9 341.6 569.4C329.8 582.2 310.1 582.2 298.3 569.4C248.1 514.9 127.9 371.9 127.9 252.6zM320 320C355.3 320 384 291.3 384 256C384 220.7 355.3 192 320 192C284.7 192 256 220.7 256 256C256 291.3 284.7 320 320 320z" fill="%23fff"></path></svg>');
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position-x: left;
        background-position-y: top;
        background-size: 22px auto;
    }
    .fa-subtitle--desktop {
        display: none;
    }
    .fa-subtitle--mobile {
        display: block;
    }
    .fa-content {
        flex-direction: column;
    }
    .fa-contacts:not(.show-all) {
        display: none;
    }
    .fa-form {
        width: 100%;
    }
    .fa-mobile-accordion {
        display: block;
        margin-top: 20px;
    }
    .fa-mobile-accordion__toggle {
        width: 100%;
        padding: 14px 20px;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        color: #1a1a2e;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .fa-mobile-accordion__arrow {
        font-size: 12px;
        transition: transform 0.3s;
        display: inline-block;
    }
    .fa-mobile-accordion__content {
        padding: 10px 20px;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-top: none;
        border-radius: 0 0 12px 12px;
    }
    .fa-tabs {
        justify-content: center;
    }
    .fa-phones {
        margin-bottom: 10px;
    }
    .fa-messengers {
        margin: 10px 0;
    }
}