:root {
    --color-back: #F9FBFC;
    --color-a: #170F49;
    --color-h: #170F49;
    --blue: #1573FC;
    --blue2: #4A3AFF;
    --color: #000;
    --gray: #F6F1FF;
    --btn: #16BF33;
    --rad: 30px;
    --bg: #F5F5F5;
    --font: 'SF Pro Display';
    --fontb: 'SF Pro Condense';
    --q: '»';
}

ol, ul {
    padding-left: 1em;
}

.container {
    padding: 0 6em;
    max-width: unset;
    max-width: 1920px;
}

.row {
    /* --bs-gutter-x: 1em; */
    /* --bs-gutter-y: 0em; */
}
html{
    font-size: clamp(10px, 1.1125vw, 20px);
}
body {
    font-family: 'SF Pro Display';
    line-height: 140%;
    color: var(--color);
    position: relative;
    background: var(--color-back);
    font-variant-numeric: normal;
}

*::-webkit-scrollbar {
    background: #e6e6e6;
}

*::-webkit-scrollbar-thumb {
    background: var(--color-a);
}

*::-webkit-scrollbar {
    width: .75em;
}

*::-webkit-scrollbar-thumb {
    background: var(--btn);
}

*:hover::-webkit-scrollbar-thumb {
    background: var(--btn);
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2em;
    color: var(--color-h);
    margin-bottom: 1em;
    text-transform: uppercase;
    font-family: var(--fontb);
    strong {
        color: var(--blue);
        font-weight: unset;
    }
}

h1 strong {
    display: block;
}

h1 {
    font-size: 3.45em;
    font-weight: 900;
    margin-bottom: 0.3em;
}

h2 {
    font-size: 3em;
    /* text-transform: uppercase; */
    margin: 0 0 1em 0em;
    line-height: 1em;
    /* position: relative; */
    font-weight: 600;
}

h2:has(+p) {
    margin-bottom: 0.25em;
}

h2+p {
    margin-bottom: 2em;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1.25em;
    text-transform: initial;
}

.h2-center {
    padding: 10px 0;
}

h1 span,h2 span {
    color: var(--color-a);
}

h1 small {
    color: var(--gray);
    display: block;
    font-size: 0.6em;
}

p {
    margin: 0;
}

.font-small {
    font-size: 0.87em;
    line-height: 1.2em;
    opacity: 0.7;
}

.icon {
    padding: 0.35em;
    width: 2em;
    /* padding: 0.5em; */
    background: linear-gradient(45deg, rgb(107 37 255 / 7%), #9c6dff1f);
    border-radius: 25px;
    display: flex;
    /* align-items: anchor-center; */
}

.icon {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(107, 37, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

#quiz {
    max-width: 80%;
}



a {
    transition: color 0.2s;
    color: var(--color-a);
    text-decoration: none;
}

a:hover {
    transition: color 0.1s;
    color: var(--color-a);
    text-decoration: none;
}

img {
    width: 100%;
}

img.cover {
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
}

img.article-img {
    aspect-ratio: 2.5;
    margin-bottom: 3vw;
    object-fit: cover;
}

a.back-link {
    font-size: 0.87em;
    color: #acacac;
    text-transform: uppercase;
    padding: 2em 0;
    display: inline-block;
}

a.back-link:hover {
    color: var(--color-a);
}

.hidden {
    display: none;
}

header .cf-cities.cf-show {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

header  .cf-modal .cf-modal-dialog {
    width: 15em;
}

.header-border {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 0.5em;
}
 header .nav_but
 {
        display: none;
    }
header .logo {
    width: 7em;
    height: 100%;
}

.home_category-item {
    position: relative;
    padding: 1em 2em;
    background: #232323;
    border-left: 4px solid var(--btn);
    margin-right: 4em;
    margin-top: 4em;
}

.home_category-item .title {
    font-size: 1.3em;
    padding: 1rem 0;
    font-weight: bold;
}

.home_category-item img {
    width: 6em;
    padding: 0.5em;
    background: var(--btn);
    margin-top: -4em;
}

.home_category-item a {
    color: #fff;
    text-transform: uppercase;
    padding: 1em 0;
    display: block;
    font-weight: 500;
    font-size: 1.25em;
}

.category-content.fancybox-content {
    max-height: 80vh;
    overflow: auto;
    padding: 3em;
    position: relative;
}

.black {
    background: #121212;
    color: #fff;
    padding: 6vw 0;
    display: none;
}

.slider_h1 {
    padding: 15px 0;
    margin: 0;
}

.slider_h2 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-a);
}

.slider_text {
    /* font-size: 1.5em; */
    color: #ffffff;
    line-height: 1.5em;
    display: inline-block;
    padding: 5px 20px;
    background: #1673c2;
    letter-spacing: 3px;
    /* width: fit-content; */
    margin: 0 auto;
    text-transform: uppercase;
}

section#preim {
    padding: 0;
}

.cards-item {
    margin-bottom: 15px;
    border-bottom: 4px solid #fff;
}

.cards-item h3 {
    padding-top: 0;
}

.cards-item >div:first-child {
    background: #fff;
    padding: 15px;
    border-right: 2px dotted #004c96;
    border-left: 2px dotted #004c96;
    margin-bottom: 15px;
}

.w100 {
    width: 100%!important;
}

.flex33 {
    /* padding: 0 2rem; */
}

.flex33>*:first-child {
    width: 38%;
}

.flex33>*:last-child {
    width: 62%;
}

.product-item {
    background: #fff;
    padding: 0em 0 2em;
    border-radius: 5px;
    height: 100%;
}

.product-item:hover {
    box-shadow: 4px 6px 15px #0000002b;
}

.product-item img {
    padding: 1em;
    aspect-ratio: 1.4;
    object-fit: cover;
}

.usluga-text{
        position: absolute;
    bottom: 1em;
    left: 1em;    
max-width: 60%;    
}
.product-title {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--fontb);
    text-wrap-style: balance;    
}
.product-subtitle {
    line-height: 1.2em;
    color: #dcdcdc;
    text-wrap-style: balance;    
}

dl {
    display: grid;
    grid-template-columns: 40% 60%;
    border-bottom: 1px solid #C5C5C5;
}

dt {
    font-weight: 600;
    /* padding-left: 2rem; */
    line-height: 1.5em;
    display: inline-block;
}

dt:after {
    content: ':';
}

dd {
    /* width: 60%; */
    border-left: 1px solid #C5C5C5;
    margin: 0;
    line-height: 1.5em;
    padding-left: 3em;
    color: #605E5E;
}

.cf-modal .cf-form-search {
    display: none;
}

.img_cat_wrap {
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    text-align: center;
    border: none;
}

.img_cat {
    filter: grayscale(0.7);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.table-over-x {
    overflow-x: auto;
}

.tbl-price table {
    width: 100%;
}

.tbl-price table tr {
    border-bottom: 1px solid #272727
}

.tbl-price table td {
    padding: 20px 0px;
    line-height: 1.7em;
    min-width: 8em;
}

.tbl-price table td:first-child p:first-child {
    padding-bottom: 10px;
    margin: 0;
    font-weight: bold;
}

.tbl-price table td:first-child p:last-child {
    padding: 0px;
    margin: 0;
    font-size: 14px;
}

.tbl-price table td:not(:first-child) p:first-child {
    padding-bottom: 10px;
    margin: 0;
    font-weight: bold;
    color: #a0a0a0;
    font-size: 12px;
    text-align: center;
}

.tbl-price table td:not(:first-child) p:last-child {
    padding: 0px;
    margin: 0;
    color: var(--color-a);
    text-align: center;
}

.page_parents {
    padding-top: 10px;
    /* list-style: none; */
    /* position: relative; */
    /* mix-blend-mode: difference; */
}

.page_parents ul {
    padding: 1px;
    clear: both;
    display: flex;
}

.page_parents li {
    /* float: left; */
    /* padding-left: 4px; */
    /* font-weight: 700; */
    padding-right: 4px;
    /* font-size: 12px; */
    list-style-type: none;
    color: #acacac;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.page_parents li:last-child {
}

.page_parents li a {
    color: var(--color);
    /* font-weight: 700; */
    letter-spacing: 1px;
}

.page_parents li a:hover {
    text-decoration: none;
    color: var(--color-a-hover);
}

.page_parents li:first-child {
    padding-left: 0
}

.page_parents li:last-child a {
    margin-right: 0px;
}

.page_parents li.separator {
    font-size: 0.7em;
    color: #808285;
    padding: 0 8px;
}

.header-name {
    display: none;
    text-align: right;
    margin: 20px 0;
    color: #dfdfdf;
    text-shadow: 1px 1px 1px #fff;
    font-style: italic;
    font-weight: bold;
}

.header-name span {
    /* display: inline-block; */
    font-weight: bold;
    font-size: 2em;
    font-style: italic;
}

.fixed-top {
    background: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    padding: 0 20px;
    position: sticky;
    z-index: 1039;
    top: 0;
}

header {
    width: 100%;
    padding: 0.5em 0;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* gap: 4%; */
    /* border-bottom: 1px solid var(--bg); */
    position: fixed;
    top: 0;
    background: var(--color-back);
    ); z-index: 29;
    left: 0;
    transition: 0.2s all;
}

.header-item {
    font-family: var(--fontb);
    white-space: nowrap;
}

.header-item .rezhim {
    text-align: center;
}

.header-item a {
    /* font-weight: 900; */
    font-size: 1.5em;
    opacity: 0.7;
}

.header-item a:hover {
    color: var(--btn);
}

.button.samara {
    background: #F6F1FF url(/img/icon/pin.svg) no-repeat 1.5em / 1em;
    padding-left: 3em;
}

.cf-city .cf-btn-primary{
    background:var(--blue)!important;
}
.subheader {
    color: #6F6C8F;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.5em;
    font-size: 0.85em;
}

.header-mini {
    padding: 1% 6vw;
}

.header-tel {
    background: url(/img/icon/tel.svg) no-repeat left/contain;
    padding-left: 1.5em;
}

.lozung {
    line-height: 1.2em;
    margin: 0;
    font-size: 0.87em;
}

.img-about {
    max-width: 400px;
    float: left;
    /* padding: 5px; */
    margin: 0 30px 30px 0px;
    border-radius: 40px;
    overflow: hidden;
}

.about {
    margin-top: 50px;
}

.about h1 {
    /* color: #fff; */
    margin: 0;
    .main-page p span {
        border: 2px solid var(--color-a);
        border-radius: 50px;
        padding: 1px 10px;
        font-weight: bold;
        margin: 5px 0;
        display: inline-block;
    }
}

.price_about {
    font-style: italic;
    background: var(--btn);
    padding: 5px 15px;
}

.custom-btn-wrap {
    padding: 20px 0 50px;
}

.shadow {
    box-shadow: 8px 8px 9px 0 #01010161 !important;
}

.button {
    transition: 0.3s;
    color: #fff;
    line-height: 1em;
    padding: 1.5em 2em;
    display: flex;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    background: var(--btn);
    outline: none;
    border: none;
    border-bottom: 3px solid #18AB1C;
    border-radius: 10px;
    font-size: 1.15em;
    /* clip-path: polygon(0 0, 100% 0, 100% 63%, 95% 100%, 0 100%); */
    width: fit-content;
    /* border: 1px solid; */
    justify-content: center;
}

.button.btn-arrow:after {
    margin-left: 1em;
     content: var(--q); 
    display: inline-block;
}

a.button:hover {
    color: #fff;
    background: var(--blue);
}

.button_white {
    color: var(--btn);
    background: transparent;
    border: 1px solid var(--btn);
    box-shadow: none;
}

.button-link {
    display: flex;
    font-weight: 600;
    font-size: 1.15em;
    text-align: center;
    /* padding: 0.5em 1em; */
    /* background: url(/img/icon/btn-arrow-black.svg) no-repeat center right / 7%; */
    line-height: 1em;
    align-items: center;
    text-decoration-line: underline;
    /* text-decoration: dotted; */
    text-decoration-style: dotted;
    text-decoration-thickness: 1px;
}

header .button {
    padding: 1em 2em;
    font-size: 0.9em;
    border: none;
    background: #F6F1FF;
    color: var(--bs-blue);
    text-transform: none;
}

.product-desc .button {
    width: 100%;
    font-size: 1.15em;
}

.order-now {
    display: flex;
    background: var(--blue);
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 9px;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-size: 0.8em;
}

.order-now>* {
    margin: 0;
}

.order-now img {
    position: absolute;
    opacity: 0.1;
    width: 170px;
    top: 20px;
}

.order-now .order {
    position: sticky;
}

.order-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}

.order-item>img {
    height: 50px;
    margin-bottom: 15px;
}

.order-item p {
    text-align: center;
}

.order-item p>a {
    color: var(--color-a);
    border-bottom: 1px solid var(--color-a);
}

.order-item .title-item {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin: 0;
}

.wide-btn {
    width: auto;
    padding: 10px 20px;
}

.custom_btn:hover {
    cursor: pointer;
    color: #fff;
    background: var(--btn-hover);
}

.custom_btn_blue:hover {
    color: var(--color-a);
    background: var(--white);
}

a.header_btn {
    transition: 0.3s;
    color: #929292;
    line-height: 1em;
    padding: 3px 0px;
    /* display: inline-block; */
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.6em;
    border-bottom: 1px dashed var(--color-a);
}

a.header_btn:hover {
    cursor: pointer;
    color: var(--color-a);
}

.faq .custom_btn img,#callme .custom_btn img {
    transform: rotate(45deg);
    /* width: 2px; */
    transition: 0.3s;
}

.faq .custom_btn.collapsed img {
    transform: rotate(0);
    transition: 0.3s;
}

.header-ico {
    background: var(--white);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    line-height: 1em;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
}

.small-btn:after {
    width: 30px;
    height: 30px;
}

.small-btn img {
    width: 20px;
}

.medium-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
}

.medium-btn img {
    width: 20px;
}

.top_nav a.fancypopup, a.partner {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-a);
    display: block;
}

.top_nav a:hover {
    color: var(--color-a-hover);
}

.menu-inner {
    /* background: var(--gray); */
}

nav ol {
    display: flex;
    margin: 0;
    padding: 0;
    /* justify-content: space-between; */
    list-style: none;
}

nav>ol>li>a,nav>ol>li>span {
    display: flex;
    gap: 0.15em;
    padding: 1em 0em;
    margin: 0 1em;
    color: var(--color-a);
    transition: color .5s;
    /* border-bottom: 1px solid transparent; */
    font-size: 0.9em;
    line-height: 1em;
}

nav ol a:hover,nav ol span:hover {
    /* border-bottom: 1px solid var(--color-a-hover); */
    color: var(--blue);
    transition: color .15s;
    cursor: pointer;
}

nav>ol>li:first-child a {
    margin-left: 0;
    padding-left: 0;
}

/* End Top Header */
/* Header */
/* End Menu */
.slider_home .slick-slide {
    position: relative;
}

.Promo-item {
    display: flex;
    aspect-ratio: 2;
}

.Promo-item>div {
    flex: 1;
    aspect-ratio: 1;
}

.slider-wrap {
    position: relative;
    background: #fff;
    /* padding: 1vw 6vw; */
}

span.slide-title.active {
    color: red;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.sep {
    line-height: 2em;
    font-weight: bold;
    color: var(--color-a);color(
    --bg): ;
}
.slide-title{
    /* flex:1; */
    opacity: 0.75;
    font-family: var(--fontb);
    font-weight: 300;
    line-height: 1.2em;
    color: #6F6C8F;
}
.slide-title span {
    aspect-ratio: 1;
    width: 2em;
    text-align: center;
    display: inline-block;
    background: var(--blue);
    line-height: 2em;
    border-radius: 5px;
    color:#fff;
}
.slide-title.active span {
    background:red;
}
.slide-title.before-active span {
    background: var(--btn);
}
.slide-title.before-active{
    font-weight:bold;
    opacity: 1;
    color: var(--color);
}
#form-slider .sl-next, #form-slider .sl-prev {
    color: #fff;
    padding: 1em 3em;
    white-space: nowrap;
    position: absolute;
    right: 4em;
    top: -5em;
    border-radius: 10px;
}

#form-slider .sl-prev {
    color: #000;
    background: #F0EEEE;
    left: 4em;
    right: unset;
}

.title-calc-over {
    font-size: 2em;
    font-weight: 900;
    color: var(--btn);
    text-transform: uppercase;
    margin-bottom: 1em;
}

.slider_form h4 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.back-calc {
    background: #F4F4F4 url(/img/quiz/calc-over.jpg) no-repeat right/50%;
    padding: 2em;
    height: 100%;
    border-radius: 15px;
}

.calc-value {
    color: var(--btn);
    font-weight: bold;
    font-size: 2em;
    margin: 0.5em 0;
}

.small-font {
    margin-bottom: 0.5em;
}

.slider-header h3 span {
    display: block;
    margin-top: 1em;
    font-size: 0.5em;
    opacity: 0.5;
}

.slider-quest {
    font-size: 1.5em;
}
.slider-legend {
    display: flex;
    justify-content: center;
    padding: 2vw 4vw 0vw 4vw;
}
.slider-item-left {
    padding: 2vw 4vw 0vw 4vw;
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
}

.slider-team .swiper-slide,.slider-review .swiper-slide {
    width: calc(25% - 2em);
    margin-right: 2em;
}

.rating {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 3em;
    padding: 0 0 3em;
}

.rating img {
    height: 1.5em;
}

.promo-item {
    position: relative;
    transition: 0.2s;
    display: block;
    /* aspect-ratio: 270/330; */
}

.promo-item:hover {
    box-shadow: 3px 4px 17px #0000004a;
}
.promo-item img {
    aspect-ratio: 270 / 330;
    object-fit: cover;
    height: 100%;
}
.promo-txt-bottom {
    position: absolute;
    bottom: 1em;
    background: #fff;
    width: calc(100% - 2em);
    border-radius: 20px;
    left: 1em;
    padding: 1em;
    font-size: 0.85em;
    line-height: 1.2em;
    opacity: 0;
    transition: 0.2s;
}

.promo-item:hover .promo-txt-bottom {
    opacity: 1;
}

.promo-txt {
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(22px);
    color: #fff;
    padding: 0.5em 2em;
    line-height: 1em;
}

.promo-sub {
    font-size: 0.75em;
}

.promo-title {
    font-size: 1.2em;
    text-transform: uppercase;
    /* margin: 0 0 2em; */
    font-weight: bold;
    line-height: 1.5em;
}

.video-icon:after {
    content: '';
    position: absolute;
    top: 1em;
    left: 1em;
    width: 3em;
    aspect-ratio: 1;
    background: url(/img/icon/video.svg) no-repeat center/contain;
    z-index: 1;
}

img.review_rating {
    width: 15em;
    margin-top: -4em;
}

.slider_form .slick-dots {
    top: 1vw;
    left: 1.5em;
    right: unset;
    text-align: unset;
    bottom: unset;
    display: none;
}

.slider_form .slick-dots li button,.slider_form .slick-dots li.slick-active button {
    border-radius: 50%;
    background: #eee;
    width: 3rem;
    height: 3rem;
    display: block;
    padding: 0;
    font-size: 1em;
    color: #6F6C90;
    border: 2px solid #eee;
}

.slider_form .slick-dots li {
    margin-right: 7em;
}

.slider_form .slick-dots li.slick-active button {
    background: var(--btn);
    color: #fff;
}

.slider_form .slick-dots li button:before {
    content: '';
}

.slider-nav {
    border-left: 2px dashed var(--color-a);
    border-right: 2px dashed var(--color-a);
    margin-bottom: 30px;
}

.slider-nav .slick-slide>div {
    margin: 5px;
}

.slider-nav .slick-slide>div:hover {
    cursor: pointer;
}

.slider-nav .slick-dots {
    position: initial;
    display: flex;
    margin-top: 7px;
    justify-content: center;
}

.slider-nav .slick-dots li button {
    border-radius: 50%;
    border: 1px solid transparent;
    width: 10px;
    height: 10px;
    display: block;
}

.slider-nav .slick-dots li {
    margin: 0px;
}

.slider-nav .slick-dots li.slick-active button:before {
    background: var(--color-a-hover);
    opacity: 1;
}

.slider-nav .slick-dots li button:before {
    content: '';
    background: var(--color-a);
    opacity: 0.3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 3px 0px 0px 3px;
}

.tabs-pane {
    width: 100%;
    height: 15vw;
    position: relative;
    overflow: hidden;
}

.order {
    /* margin: 0px; */
    /* width: auto; */
}

.params_txt {
    text-shadow: 0px 0px 7px #fff;
}

.price {
    font-size: 1.4em;
    font-weight: 900;
}

.product-desc .price {
    color: var(--btn)
}

/* End Header */
.top_wrapper {
    position: relative;
    /* padding-top: 61px; */
}

.border_top {
    border-top: 1px solid;
}

.stage-num {
    display: block;
    font-size: 2.5em;
    text-transform: uppercase;
    margin: 0 0.5em 0.5em 0em;
    line-height: 1em;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.stage-num:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.75em;
    height: 0.75em;
    background: var(--btn);
    z-index: -1;
}

.stage-title {
    font-size: 1.15em;
    font-weight: bold;
}

.stage {
    padding: 5em 2em;
}

.stage .desc {
    opacity: 0.6;
}

/* Footer */
footer .widget_search input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

footer {
    position: relative;
    background: var(--color-a);
    color: #fff;
    border-radius: 50px 50px 0 0;
    font-size: 0.85em;
}

footer .logo {
    width: 8em;
    margin-bottom: 1em;
}

footer .icon {
    width: 4.5em;
    padding: 1em;
}
.footer_contacts .item{

}
.footer_contacts .item a {
    font-size: 1.75em;
    font-weight: 900;
    font-family: var(--fontb);
    text-transform:uppercase;
}

footer a {
    color: #fff;
}

/* Footer */
p#collapse {
    padding: 8px 15px;
    display: inline-block;
    white-space: nowrap;
    /* border: 2px solid #dddddd; */
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1px;
    text-align: center;
    background: var(--btn);
    z-index: 1;
    font-weight: bold;
    border-radius: 20px;
    display: none;
}

p#collapse:hover {
    cursor: pointer;
}

.slick-prev, .slick-next {
    z-index: 1;
    width: 67px;
}

.slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 40px;
    opacity: 0.7;
}

.slick-prev {
    left: -5px;
}

.slick-next {
    right: -5px;
}

.fancybox-content {
    padding: 0;
    overflow: hidden;
    width: 100%;
    border-radius: var(--rad)
}

.product_more_wrapper {
    padding: 4em;
}

.slider-product-wrapper {
    padding: 1em 2em 1em 1em;
}

.product_more_wrapper h4 {
    font-size: 2.5em;
}

.product_more_wrapper h4+img {
    width: auto;
    max-width: 100%;
}

.form_radio_btn {
    display: inline-block;
    /* margin-right: 10px; */
    width: 33%;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    display: block;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    user-select: none;
    height: 100px;
    border: 1px solid #555;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    color: #000;
}

.form_radio_btn label img {
    height: 100%;
}

.form_radio_btn label span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    /* padding-top: 10px; */
    font-size: 2.8em;
    line-height: 1em;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    background: #fff;
}

/* Hover */
.form_radio_btn label:hover {
    color: var(--color-a-hover);
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
    opacity: 0.5;
}

.form-bg-gray {
    color: #f3f3f3;
}

.delivery-img {
    border-radius: 5px;
    width: 6.6em;
}

.overflow-x {
    overflow-x: auto;
    scrollbar-color: var(--btn) #e0e0e0;
    scrollbar-width: thin;
}

.contact-map {
    position: relative;
    height: 30em;
    border-radius: var(--rad);
    overflow: hidden;
}

.contact-map [class*=ymaps-2][class*="-ground-pane"] {
    /*    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%)*/
}

.playback-bg {
    padding: 3em;
    background: url(/img/payback-bg.svg) no-repeat center / cover;
    border-radius: var(--rad);
    overflow: hidden;
    position: relative;
    counter-reset: cc;
}
.scroll-partners {
    overflow: hidden;
    position: relative;
}
.partners {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    width: 100em;
    div {
        width: 8em;
    }
}


.partners {
  animation: sc-animation 20s infinite linear;
}

@keyframes sc-animation {
  0% {
    transform:translateX(30%);
  }
  100% {
   transform:translateX(-70%);
  }
}

.bg-blue {
    background: url(/img/bg-blue.svg) no-repeat center / cover;
    color: #fff;
    padding: 4em 0 4em 4em;
    font-size: 1.2em;
}

.bg-blue h2 {
    color: #fff;
    font-size: 4em;
}

.about-img {
    display: flex;
    gap: 1em;
}

.about-img img {
    object-fit: cover;
}

.about-block {
    background: var(--blue);
    color: #fff;
    border-radius: var(--rad);
    padding: 1em 1.5em;
}

.about-block .title {
    font-weight: bold;
    font-size: 1.15em;
    margin-bottom: 1em;
}

.bg-about {
    background: url(/img/uslugi_office_big.jpg) no-repeat center / cover;
    padding: 3em 0;
}

.cress {
    background: url(/img/icon/plus-white.svg) no-repeat left top / 10%;
    padding: 0 4em;
}

.obor,.obor-md {
    display: flex;
    gap: 1em;
    align-items: center;
    height: 20em;
    justify-content: center;
    position: relative;
}

.obor>div,.obor-md>div {
    height: 11em;
    background: #F2F2F3;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
}

.obor>div:hover {
    background: var(--blue);
    cursor:pointer;
}

.obor>div:has(.obor-img-active) {
    height: 20em;
    background: url(/img/obor/active.png) no-repeat center/contain;
    cursor: auto;
    transition: 0.25s;
    position: relative;
}

.obor>div:has(.obor-img-active) span {
    position: absolute;
    bottom: 0;
    font-size: 0.85em;
    width: 10em;
    line-height: 1.2em;
}

.obor img ,.obor-md img{
    height: 7em;
    width: auto;
    transition: 0.25s;
}

.obor img.obor-img-active {
    height: 100%;
    widows:auto;
}

.obor-md>div:hover {
    height: 22em;
    background: url(/img/obor/active.png) no-repeat center/contain;
    /* cursor: auto; */
    transition: 0.5s;
    /* position: relative; */
}
.obor-md>div span{
    display:none;
    line-height: 1.5em;
}
.obor-md>div:hover span {
    position: absolute;
    bottom: 0;
    font-size: 0.85em;
    width: 15em;
    line-height: 1.52em;
    display:block;
}
.obor-md>div:hover img{
    height: 18em;
    transition: 0.25s;
    padding: 0em 0 3em;
}
section.form-free {
    padding: 3em 3em;
    background: url(/img/flash2.svg) no-repeat top / 100% ,url(/img/Mask1.svg) no-repeat center / cover;
    position: relative;
    overflow: unset;
}

.form-free h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.form-left {
    width: 25em;
    position: absolute;
    bottom: 0;
    /* z-index: 13; */
}

.form-left-contact {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 1em 1em 0 1em;
    text-align: center;
    color: #6F6C8F;
    line-height: 1.5em;
}

.form-left-contact img {
    width: 7em;
}

.audit-bg {
    background: url(/img/manager.png) no-repeat 95% bottom/ 25em, url(/img/Vector4.svg) no-repeat right / 30%, url(/img/payback-bg.svg) no-repeat center / cover;
}
.audit-bg h2:after {
    content: ' ';
    background: url(/img/icon/fire.png) no-repeat center / contain;
    width: 2.1em;
    height: 1.1em;
    display: inline-block;
    margin-bottom: -0.1em;
}
.case-item {
    padding: 2em 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 1em;
}

.case-item:before {
    content: '0'counter(cc);
    ; font-size: 3em;
    font-weight: 900;
    color: var(--blue);
    font-family: var(--fontb);
    counter-increment: cc;
}

.case-title {
    font-weight: 500;
    font-size: 1.2em;
    /* margin-bottom: 1rem; */
}

.george {
    position: absolute;
    right: 20em;
    background: #fff;
    padding: 0.2em 1em;
    border-radius: 5px;
    font-family: var(--fontb);
    text-transform: uppercase;
}
.george:before {
    content:'';
    background: var(--blue2);
    border-radius:50%;
    width:0.65em;
    aspect-ratio:1;
    display:inline-block;
    margin-right:0.5em;
}

a.fancybox:after {
    content: '';
    background: #00000054 url(/img/icon/zoom.svg) no-repeat center / 10%;
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    transition: 0.25s;
    opacity: 0;
}

.ul-check{
    margin:0;
    padding:0;
}
.ul-check li{
    list-style:none;
    margin-bottom: 0.6em;
    max-width: 30em;
    display: flex;
    gap: 1em;
    align-items: center;
    line-height: 1.2em;
}
.ul-check li:before {
    content: '';
    background: url(/img/icon/ul-check.svg) no-repeat center / 100%;
    width: 1.5em;
    aspect-ratio: 1;
    display: block;
    flex-shrink: 0;
    /* margin-bottom: -0.3em; */
}
   

a.fancybox:hover:after {
    opacity: 1;
}

a.fancybox {
    position: relative;
    transition: 0.25s;
    display: block;
}

.close_icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    right: 70px;
    top: 100px;
}

.close_icon i {
    color: #fff;
    margin-top: 2px;
    margin-left: 6px;
    font-size: 40px;
}

.jGrowl {
    font-size: 14px!important;
}

.promo {
    background: #ffffff;
    padding: 30px;
    height: 100%;
    /* border: 2px solid #03030378; */
    border-radius: 40px;
    overflow: hidden;
}

.social {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    width: fit-content;
    /* justify-content: center; */
}

.ico_small {
    width: 2.5rem;
}

.ico_small:hover {
    transition: background 0.3s;
}

footer .ico_small {
    width: 3.0rem;
}

.contact-item .ico_big {
}

.promo p {
    font-size: 0.9em;
    line-height: 1.6em;
}

.icon-wrap {
    padding: 15px;
    text-align: center;
}

.icon-wrap img {
    padding: 30px;
    max-width: 120px;
    background: var(--white);
    border-radius: 50%;
    margin-bottom: 15px;
}

.icon-wrap p {
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: left;
}

.icon-wrap h3 {
    color: var(--color-a);
    font-size: 1.2em;
}

.accordion {
    float: left;
    width: 100%;
}

.faq {
    border-top: 1px solid #E6E6E6;
}

.faq:last-child {
    border-bottom: 1px solid #E6E6E6;
}

.faq-header {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

.faq_num {
    padding-right: 30px;
    font-size: 1.75em;
}

.faq-header .faq_text {
    width: 100%;
    font-size: 1.4em;
    text-align: left;
}

.faq-body {
    padding-bottom: 30px;
}

.table-works table {
    background: #363636;
    color: #fff;
    line-height: 1.2em;
    table-layout: fixed;
    width: 100%;
    overflow-x: auto;
    margin: 0;
}

.table-works table td,.table-works table th {
    border: 1px solid #646464;
    padding: 0.5em 1em;
}

.table-works table th,.table-works table td:first-child {
    font-size: 0.8em;
    font-weight:normal;
}
.table-works table th{
    background:#ffffff14;
}
.table-works table th:first-child {
    font-size: 1.2em;
    font-weight: bold;
}
.res-item-title {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 200;
    color: #4A3AFF;
    background: #F2EDFF;
    padding: 0.2em 1em;
    border-radius: 5px;
    font-size: 0.8em;
}

.sl-container {
    /* border: 10px solid #BFE2FF; */
    /* margin: 20px auto; */
    /* overflow: hidden; */
    position: relative;
    /* width: 24em; */
    /* height: 100%; */
    aspect-ratio: 1;
    /* box-sizing: border-box; */
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2); */
}

.sl-container .view {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sl-container .view img {
    /* width: 24em; */
    /* max-width: 640px; */
}

.sl-container .view-before {
    z-index: 10;
}

.sl-container .view-after {
    width: 100px;
    z-index: 20;
}

.sl-container .dragme {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
    left: 100px;
    background-color: #fff;
    cursor: pointer;
    z-index: 300;
}

.sl-container .dr-circle {
    position: absolute;
    top: calc(50% - 2em);
    left: -0.2em;
    /* border-radius: 100%; */
    width: 0.7em;
    height: 4em;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    z-index: 300;
}

.sl-container .dr-circle i {
    line-height: 40px;
    font-size: 20px;
    color: #337AB7;
    font-weight: bold;
}

/* End Nav */
.faq-bl {
    /* max-height: 30rem; */
    /* overflow-y: auto; */
    /* width: 86%; */
    /* margin: 0 auto; */
    /* background: #fff; */
    counter-reset: section;
}

.faq-it {
    padding: 1em;
    /* border-top: 2px solid #0b5fa540; */
    margin-bottom: 1em;
    background: #fff;
    border-radius: 8px;
}

.faq-it:last-child {
    /* border-bottom: 2px solid #0b5fa540; */
}

.question {
    font-weight: 600;
    font-size: 1.25rem;
    cursor: pointer;
    align-items: center;
    /* color: var(--bg); */
    /* text-transform: uppercase; */
    position: relative;
    line-height: 1.8em;
    /* padding: 0 4em; */
}

.question:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    aspect-ratio: 1;
    background: url(/img/icon/xmark.svg) no-repeat center / 100%;
    width: 1.5em;
    transition: 0.2s;
}

.faq-it.open .question {
    color: var(--color-a);
}

.faq-it.open .question::before {
    transform: rotate(45deg);
}

.question p {
    line-height: 1em;
}

.question img {
    width: 2rem;
    margin-top: -4%;
}

.answer {
    padding: 0 3em 0 0em;
    display: none;
    font-size: 1em;
    color: #6F6C8F;
}

.answer p {
    margin-top: .5rem;
}

.faq-it.open .question span img {
    transform: rotate(45deg);
    transform-origin: center center;
}

input[type="checkbox"]{
    width: 2em!important;
    aspect-ratio: 1;
}

label:has(input[type="checkbox"]){
    display:flex;
    gap:1em;
    align-items:center;
}

input, select,textarea {
    width: 100%;
    color: var(--color);
    padding: 1em 1em;
    cursor: pointer;
    outline: none;
    background: #ffffff;
    border: 1px solid var(--gray);
    border-radius: 5px;
}

textarea {
    height: 4em;
}

label:hover {
    cursor: pointer;
}

label.form-check-label {
    border: 1px solid #dddddd;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    position: relative;
    aspect-ratio: 1;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    padding-top: 1em;
}

label.form-check-label:has(input:checked) {
    border: 1px solid var(--blue);
}

.quiz_category-item {
    width: 10em;
}

label.form-check-label img {
    width: 5em;
}

label.form-check-label span {
    padding: 0 1em;
    text-align: center;
    line-height: 1.2em;
    font-size: 0.85em;
}

.form-check .form-check-input:checked+span {
    font-weight: bold;
}

.form-check,.form-block {
    padding-left: 0;
}

.form-check label {
    display: flex;
    align-items: center;
    gap: 0.5em;
    width: fit-content;
    min-width: 8em;
    justify-content: start;
    /* padding-top: 1em; */
}

.form-check label input {
    width: 1.5em;
    aspect-ratio: 1;
    position: relative;
    /* background: radial-gradient(black, transparent); */
}

.form-check .form-check-label2 input{
    width:0;
}

.form-check .form-check-label2 input[type="radio"]:checked:before{
    content:'';
    position:absolute;
    top:0;
    left: calc(50% - 0.5em);
    background: var(--blue);
    aspect-ratio:1;
    width: 1em;
    border-radius:50%;
    z-index: 1;
}
.form-check .form-check-label2 {
    flex-direction: column;
    justify-content: start;
}

.line-center {
    position: relative;
}

.line-center:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(17% - 1px);
    width: 100%;
    height: 2px;
    background: #00000047;
}

@media (min-width: 768px) {
    .col-md-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.slider-header {
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
    border-top: 1px solid var(--bg);
}

.form-block>div,.form-check>div {
    margin: 1vw 0;
}

.form-check .form-check-input {
    opacity: 0;
    display: none;
}

.form-check .form-check-input:checked,.form-check-input:checked {
    /* opacity:1; */
    width: 4em;
    height: 4em;
    border: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: -1em;
    background: url(/img/icon/check.svg) no-repeat center / contain;
    display: block;
}

.form-check-input[type=checkbox] {
    width: 2vw;
    height: 2vw;
    border-radius: 0;
    vertical-align: text-bottom;
}

.input-box {
    width: 100%;
}


.close-form {
    width: 2.5rem;
    aspect-ratio: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    background: var(--btn) url(/img/icon/close.svg) no-repeat center/50%;
    border-radius: 50px;
}

.close-form:hover {
    /* background: var(--color-a); */
    opacity: 0.5;
    cursor: pointer;
}

.contact-item {
    display: flex;
    align-items: center;
    /* line-height: 1.2; */
    margin: 15px;
}

.contact-item > * {
}

.contact-item p {
    margin: 10px 0;
    line-height: 1.2em;
}

.contact-item img {
    margin: 0 20px 0 0;
}

a.underline {
    text-decoration: underline;
}

.customSelect {
    display: none !important
}

#callme2 {
    width: clamp(100px,47em,910px);
    border: 1px solid green;
    border-radius: 30px;
}

.contact_form {
    /* width: 100%; */
}

.standard-form {
    padding: 15px 0;
    /* width: 100%; */
    padding: 3em 5em;
    background: #fff;
}

.standard-form p {
    margin-bottom: 2em;
    text-align: left;
}

.standard-form .font-small {
    /* font-size: 0.85em; */
}

.standard-form textarea::placeholder {
    color: #919191;
}

.standard-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.standard-form select::-ms-expand {
    display: none;
}

form .header {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-transform: uppercase;
}

#callme2 .header, #callme2 .header+p {
    text-align: center;
    font-family: var(--fontb);
    line-height: 1.2em;
}

#qminus,.qminus {
    width: 2em;
    aspect-ratio: 1;
    background: url(/img/icon/qminus.svg) no-repeat center / 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
}

#qplus,.qplus {
    width: 2em;
    aspect-ratio: 1;
    background: url(/img/icon/qplus_.svg) no-repeat center / 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.wrapper-quant {
    display: flex;
    gap: 0.5em;
    background: #fff;
    border-radius: 50px;
    padding: 0.5em;
    border: 1px solid #E6E6E6;
    width: fit-content;
}

.product-desc input.zakaz-quant,#zakaz input.zakaz-quant {
    width: 2em;
    padding: 0;
    text-align: center;
    font-weight: 500;
    border: none;
    /* margin-left: 1em; */
}

#form-modal .input-box {
    margin-bottom: 1em;
}

.input-file {
    position: relative;
    display: inline-block;
    padding-left: 2em;
    background: url(/img/icon/inputfile.svg) no-repeat;
}

.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--color-a);
    line-height: 22px;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

button.w100 {
    width: 100%;
    /* padding: 1.5em; */
    /* box-shadow: none; */
}

/******** SLICK**********/
.countsSlides,.countsSlides-form {
    color: #6F6C8F;
}
.slick-slide .slider-item .button {
    padding:1em 2em;
    text-transform:initial;
    /* position: absolute; */
    z-index: 1000;
}

.Slider-pal-nav {
    display: flex;
    justify-content: end;
    gap: 1.5em;
    margin-top: 1em;
}

#arrow-form {
    position: relative;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    width: 100%;
    /* padding: 2.5em; */
    background: transparent;
}

.sl-next, .sl-prev {
    /* width: 3em; */
    /* height: 3em; */
    /* padding: 1em; */
    background: var(--btn);
    /* aspect-ratio: 1; */
    /* display: flex; */
    /* align-items: anchor-center; */
    /* position: relative; */
}

.sl-next:hover, .sl-prev:hover {
    cursor: pointer;
}

.sl-prev.slick-disabled,.sl-next.slick-disabled {
    display: none!important;
}

.slick-dots {
    bottom: -4em;
    /* left: 0; */
    text-align: left;
    width: fit-content;
}

.slick-dots li {
    width: 0.5em;
}

.slick-dots li button {
    border: 2px solid var(--btn);
    width: 0.5em;
    height: 0.5em;
}

.slick-dots li button:before {
    font-size: 0;
    display: none;
}

.slick-dots li.slick-active button {
    background: var(--btn);
    width: 0.5em;
    height: 0.5em;
    font-size: 0;
}

.main-page a.case-btn {
    color: var(--color-a);
    font-weight: bold;
}

.thanks {
    padding: 4vw;
    background: var(--blue);
    color: #fff;
    text-align: center;
    width: 60%;
    position: relative;
    overflow: unset!important;
}

.thanks:before {
    content: '';
    position: absolute;
    right: -8em;
    bottom: -5em;
    width: 19em;
    aspect-ratio: 1;
    background: url(/img/woman2.png) no-repeat center / 100%;
    z-index: 1;
}

.border-radius {
    border-radius: var(--rad);
    overflow: hidden;
}

/* Sections */
section {
    margin: 0px 0 4em;
}

section:first-child {
    margin-top: 6em;
    padding: 4em;
}

section#first {
    position: relative;
    /* margin-bottom: 0; */
}

section#first:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
82deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 56%, rgba(0, 0, 0, 0) 72%);
    z-index: 0;
}

section#first:before {
    content: '';
    position: absolute;
    left: 0;
    top: 63%;
    width: 3em;
    aspect-ratio: 1;
    background: url(/img/icon/arrow.svg) no-repeat center/100%;
    z-index: 1;
}

img.iso {
    width: 7em;
}

#first p {
    /* color: #fff; */
    margin-bottom: 0.5em;
}

.h1-subheader {
    color: #6F6C8F;
}

.h1-subheader span {
    background: #fff;
    color: #000;
    padding: 0.5em 1em;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.15em;
    margin-left: 1em;
    font-family: var(--fontb);
    display: inline-block;
    margin-bottom: 0.5em;
}
}

section#vozn {
    background: url(/img/home/image28.webp) center/cover;
    /* background-size: cover; */
    height: 40vw;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 21vw;
    margin-bottom: 15vw;
}

.first-wrapper {
    position: relative;
    z-index: 1;
}

.white {
    background: #fff;
    padding: 4em 0;
    margin: 0;
}

.gray {
    background: var(--gray);
    color: #fff;
}

#delivery {
    padding: 4em 0;
}

.Preim-ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    gap: 2em;
}

.Preim-ul:after {
    /* content:''; */
    position: absolute;
    right: 0em;
    background: url(/img/icon/mouse-down.svg) no-repeat center/contain;
    width: 2em;
    height: 3em;
    bottom: 2em;
}

.Preim_item img {
    height: 3em;
    width: 3em;
}

.Preim_item {
    display: flex;
    gap: 1em;
    align-items: center;
    /* padding: 2em 0em; */
    /* height: 8em; */
    /* font-weight: 500; */
    /* color: #fff; */
}

.grid-main {
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-main>div:nth-child(7),.grid-main>div:nth-child(8) {
    grid-row: span 2;
    aspect-ratio: 400/675;
}

.usluga-item {
    aspect-ratio: 400/330;
    position: relative;
    border-radius: var(--rad);
    overflow: hidden;
    transition: 0.2s;
    height: 100%;
}

.usluga-item img.product-img {
    /* position:absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.usluga-item:hover {
    box-shadow: 4px 4px 17px #00000052;
}
.gradient-bw {
    background: linear-gradient(0deg, #000000a6, transparent);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition:0.2s;
}
.usluga-item:hover .gradient-bw{
    opacity:0.5;
}
.usluga-item:hover .icon-hover {
    width: 4em;
    aspect-ratio: 1;
    display: inline-block;
    position: absolute;
    right: 1em;
    bottom: 1em;
    z-index: 1;
}

.small-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
}

.small-block svg {
    height: 3.5rem;
    fill: var(--color-a);
    width: 3.5rem;
}

.small-block-item {
    border: 1px solid #d9d9d9;
    padding: 10%;
}

.small-block-item:hover {
    background: var(--color-a);
    color: #fff;
    cursor: pointer;
}

.small-block-item:hover svg {
    fill: #fff;
}

.small-block-title {
    font-weight: 500;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 1em 0;
}

.small-block-item p {
    margin: 0;
}

.proizv table {
    width: 100%;
}

.proizv tr:not(:last-child) {
    border-bottom: 1px solid #58585836;
}

.proizv td {
    width: 50%;
    text-align: center;
}

.proizv td:first-child {
    border-right: 1px solid #58585836;
}

.proizv img {
    height: 2vw;
    width: auto;
}

.proizv td div {
    border: 5px solid transparent;
    padding: 3vw 0;
}

.proizv td div:hover {
    border: 5px solid var(--color-a);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    counter-reset: num;
    /* clear: both; */
    gap: 65px;
}

.menu-grid>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* aspect-ratio: 1; */
    /* max-height: 360px; */
}

.menu-item-img {
    /* width: 100%; */
    /* height: 100%; */
    position: relative;
    overflow: hidden;
    /* border: 2px solid #000000a1; */
    box-shadow: 0 4px 3px 2px rgb(0 0 0 / 11%);
    /* transition: 0.2s; */
    border-radius: 50%;
    border: 4px solid var(--color-a);
    top: 0;
    max-width: 200px;
    transition: top ease 0.5s,box-shadow ease 0.5s;
}

.menu-item-img img {
    object-fit: cover;
    height: 100%;
    /* opacity: 1; */
    aspect-ratio: 1;
    /* border-radius: 50%; */
    /* border: 4px solid var(--color-a); */
    /* max-height: 200px; */
}

.menu-item>a {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    /* letter-spacing: 2px; */
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 10px;
    /* z-index: 1; */
    flex-direction: column;
    /* position: relative; */
    bottom: 0;
    /* color: var(--color-a); */
    /* background: #ffffffed; */
    /* width: fit-content; */
}

.menu-item:hover {
    transition: 0.2s;
}

.menu-item-img:hover {
    /* border-color: var(--color-a-hover); */
    box-shadow: -1px 13px 9px 0px rgb(0 0 0 / 31%);
    top: -10px;
}

.menu-item:hover a {
    color: var(--color-a-hover);
}

.tabs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1em 1em;
}

.home-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 5px;
    border-radius: 50px;
    overflow: hidden;
}

.home-grid img {
    width: 150px;
}

.home-grid >div {
    padding: 15px;
    display: flex;
    /* margin-bottom: 4px; */
    align-items: center;
    background: #fff;
}

.home-grid >div>a {
    overflow: hidden;
    display: block;
}

.home-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 20px;
}

.home-grid ul li a {
    color: #000;
    /* background: #f3f3f3; */
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.home-grid ul li::after {
    position: absolute;
    right: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: var(--color-a);
    content: ``;
}

.home-grid ul li a:hover {
    color: var(--color-a);
    border-bottom: 2px dashed var(--color-a);
}

.home-grid a:hover img {
    transition: 1s;
    transform: rotate(360deg);
}

.home-grid a img {
    transition: 1s;
    transform: rotate(0deg);
}

.spec-grid {
    display: flex;
    gap: 60px;
}

/*SLIDERS*/
.ral-txt {
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
}

.post_slider {
    padding-bottom: 3rem;
    /* overflow: visible; */
}

.post_slide {
    width: 20%;
    margin-right: 1.5rem;
}

.slider .swiper-pagination-progressbar, .post_slider .swiper-pagination-progressbar {
    top: calc(100% - .2rem);
    height: .2rem;
    width: calc(100% - 3rem);
    background: rgba(217, 217, 217, 0.5);
}

.post_slider .swiper-pagination-progressbar {
    width: 100%;
}

.slider .swiper-pagination-progressbar-fill {
    background: #fff
}

.post_slider .swiper-pagination-progressbar-fill {
    background: var(--color-a)
}

.slider-cert,.slider-review,.slider-team {
    position: relative;
    overflow: hidden;
    padding-top: 6em;
    margin-top: -6em;
}

.res-item {
    background: var(--bg);
    padding: 1em;
    border-radius: var(--rad);
    img {
        border-radius: 10px
    }

    p {
        margin-bottom: 1em;
    }
}

.slider-cert .swiper-slide img {
    object-fit: cover;
    height: 100%;
    /* aspect-ratio: 1.25; */
}

.swiper-button-next, .swiper-button-prev {
    width: 3em;
    height: 3em;
    /* background: var(--btn); */
    top: 2em;
    /* border-radius: 50px; */
}

.swiper-button-prev {
    right: 5em;
    left: unset;
    /* background: #E9EAEA; */
}

.swiper-button-next:after {
    background: url(/img/icon/arrow-next.svg) no-repeat center / 100%;
    content: '';
    height: 100%;
    width: 100%;
}

.swiper-button-prev:after {
    background: url(/img/icon/arrow-prev.svg) no-repeat center / 100%;
    content: '';
    height: 100%;
    width: 100%;
}

.item-count {
    background: var(--bg);
    border-radius: var(--rad);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3em 2em 2em;
    div:first-child {
        font-size: 4em;
        font-weight: 900;
        color: var(--blue);
        margin-bottom: 0.3em;
        font-family: var(--fontb);
    }
}

#contact ul {
    padding: 5px 20px;
}

#contact ul li {
    padding: 2px 0;
}

#contact ul li::marker {
    color: #50a2d2;
}

.gallery_nav {
    position: relative;
    border-top: none;
    float: left;
    width: 100%;
}

.gallery_nav .item {
    display: block;
    padding-top: 15px;
    float: left;
    opacity: 0.7
}

.gallery_nav .item:first-child {
    margin-left: 0;
}

.gallery_nav .pagination a {
    z-index: 5000;
}

.gallery_podo {
    /* margin-bottom: 30px; */
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.gallery_podo img {
    object-fit: cover;
    aspect-ratio: 1;
}

.gallery-text,.callout {
    padding: 10px 0px;
    line-height: 1.2em;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    /* font-size: 0.8em; */
    display: block;
    font-weight: bold;
    text-align: center;
}

.gallery-carousel {
    margin-top: 50px;
}

.menu_btn {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    background: #047174;
    font-weight: bold;
    color: #fff;
}

.nav_top_1 nav .menu {
    position: absolute;
    z-index: 10000;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}

.nav_top_1 nav .menu {
    display: none;
}

.nav_top_1 nav {
    display: block;
}

.nav_top_1 nav .menu li {
    float: none;
}

.nav_top_1 nav .menu li ul.sub-menu {
    max-width: 100%;
    width: 100%;
}

.nav_top_1 nav .menu li ul.sub-menu li a {
    font-size: 15px;
    padding: 8px 13px;
}

.standard-form_main .span6 {
    width: 100%!important;
}

footer .top-menu-wrapper nav>ul {
    /* justify-content: space-evenly; */
    flex-direction: column;
    /* margin-bottom: 30px; */
}

footer .top-menu-wrapper .nav-link {
    /* color: var(--color); */
    padding: 0;
    margin-bottom: 5px;
}

footer .top-menu-wrapper .nav-link:hover {
    color: var(--color-a);
}

.header-2row {
    padding: 0 15px;
    max-width: 200px;
}

.header-2row >p:first-child {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
    color: var(--color-a);
    padding-bottom: 5px;
}

.header-2row >p:last-child {
    line-height: 1.3em;
    /* padding-top: 5px; */
}

.table-text-center td, .table-text-center th {
    text-align: center !important;
}

.offer-wrapper {
    position: fixed;
    bottom: 0;
    left: 50%;
    /* background-color: #009dcd; */
    /* padding: 10px 50px; */
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
}

.offer-wrapper a {
    color: white;
    font-size: 22px;
}

.offer-wrapper p {
    display: none;
    color: white;
    font-size: 16px;
}

.menu_btn {
    display: none;
}

.form_main {
    padding: 50px 0;
    background-color: #f3f3f3;
    background: url(/template/content/img/mail.svg) no-repeat #f1f1f1;
}

.standard-form_main .span6 {
    width: 45%!important;
    /* display: inline-block; */
}

.form_main_index {
    margin-bottom: 25px;
}

.jGrowl {
    font-size: 14px;
}

.price_cart {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    color: #000;
}

.contact-page .contact-box {
    display: none;
}

div#successmodal {
    background: url(/img/success.jpg) no-repeat center;
    background-size: cover;
}

.success {
    /* color: #fff; */
    padding: 30px;
    min-height: 400px;
}

.success h3 {
    font-size: 3em;
    padding-top: 2em;
}

.success p {
    font-size: 2em;
    text-align: left!important;
}

.success-black {
    color: var(--color);
}

.fancybox-bg {
    background: black;
}

.menu-close {
    display: none;
}

#back-top {
    position: fixed;
    right: 1vw;
    bottom: 2vw;
    z-index: 10000
}

#back-top span {
    width: 3vw;
    height: 3vw;
    display: block;
    background: var(--btn) url(/img/icon/arrow-next.svg) no-repeat center / 30%;
    /* border-radius: 50%; */
    transition: 1s;
    transform: rotate(-90deg);
}

.menu_inner .scroll_but {
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    display: block;
    height: 2em;
}

hr {
    border-color: var(--gray);
    opacity: 1;
    width: 100%;
}

section#blagodar {
    padding-top: 5vw;
}

section#blagodar h1 {
    color: #fff;
    margin-bottom: 0.5em;
}

section#blagodar p {
    margin-bottom: 1em;
}

.dropmenu {
    position: relative;
}

.dropmenu>span:after {
    content: '';
    background: url(/img/icon/dropdown.svg) no-repeat center/70%;
    display: inline-block;
    width: 0.8em;
    height: 1em;
}

.dropmenu ul {
    opacity: 0;
    display: none;
    position: absolute;
    transition: all 0.2s;
    left: 0;
    border: 1px solid #ffffff2e;
    list-style: none;
    /* bottom: -4em; */
    margin: 0;
}

.dropmenu:hover ul, .dropmenu ul:hover {
    opacity: 1;
    display: block;
    position: absolute;
    background: #ffffff;
    width: 15em;
    border-radius: 5px;
}

.dropmenu:has(ul:hover) span {
    color: var(--blue);
}

.dropmenu ul a {
    /* color:#fff; */
    padding: 0.5em 0;
    display: inline-block;
    font-size: 0.8em;
}

/* ------------------------------------------------------------------------------------------ */
.contact_form {
    background: #fff;
    padding: 1em 1em;
    color: var(--color-a);
}

.widjet .contact_form {
    position: absolute;
    left:0;
    width:100%;
}


    .widjet {
        position: fixed;
        bottom: 0;
        right: 4em;
        z-index: 10;
    }
 .widjet .font-small{
     font-size:0.8em;
     text-align: left;
 }
.widjet .contact_form{
    padding: 4em 2em 8em 2em;
    bottom: 0;
    display:none;
    opacity: 0;
    transition: 0.5s;
    font-size: 0.8em;
}    
.widjet .contact_form.show-form{
    z-index: 10;
    opacity: 1;
    bottom: 0em;
    display:block;
    background: #fff;
    border-radius: var(--rad) var(--rad) 0 0;
    text-align:center;
    box-shadow: 5px 5px 17px #00000026;
} 
.widjet .contact_form h3{
    font-size:1.2em;
}
.social-widget div {
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
}
.social-widget .icon{
    width:4em;
    padding:0.8em;
}
.btn-chat {background: var(--blue);border-radius: 25px 25px 0 0;font-size:0.8em;align-items: center;justify-content: space-between;z-index: 10;position: relative;box-shadow: 0 0 5px 5px #00000024;color: #fff;text-transform: uppercase;padding: 0.5em 1em;}
.btn-chat>div>img{
    width:2em;
}
.btn-chat>div{
    padding: 0.25em 0.5em;
    align-items: center;
    font-size: 0.8em;
}
.btn-chat>div:hover{
    cursor:pointer;
}
.btn-chat>div>img.img-chat{
    height: 100%;
    width: 4em;
    /* border-radius:50%; */
    /* aspect-ratio:1; */
    /* border:1px solid white; */
}
.form_radio_btn {
    display: inline-block;
    /* margin-right: 10px; */
    width: 33%;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    display: block;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    user-select: none;
    height: 100px;
    border: 1px solid #555;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    color: #000;
}

.form_radio_btn label img {
    height: 100%;
}

.form_radio_btn label span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    /* padding-top: 10px; */
    font-size: 2.8em;
    line-height: 1em;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    background: #fff;
}

/* Hover */
.form_radio_btn label:hover {
    color: var(--color-a-hover);
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
    opacity: 0.5;
}

/***********************************/
@media (max-width: 768px) {
    body {
        line-height:1.4em;
        font-size: 14px;
    }

    .container {
        padding: 0 15px;
        max-width: unset;
    }

    .row {
        --bs-gutter-x: 8px;
    }

    h1 {
        font-size: 1.75em;
        /* line-height: 1.5em; */
    }

    h1 strong {
        display: block;
    }

    #first p {
        text-transform: none;
    }

    .h1-subheader {
        font-size: 1em;
        text-transform: uppercase;
    }

    .h1-subheader span {
        font-size: 0.75em;
        padding: 0.3em 1em;
    }

    img.iso {
        width: 75px;
    }

    h2,.product_more_wrapper h4 {
        font-size: 2em;
        margin-bottom: 30px;
        /* text-align: center; */
    }

    h3 {
        /* margin: 10px 0; */
        /* font-size: 1.2em; */
        /* text-align: center; */
    }

    /* Sections */
    section {
        margin: 0px 0 40px;
    }

    section:first-child {
        margin-top: 80px;
        padding: 50px 15px 20px;
        background: #E7E9EA!important;
    }

    section#first:after,section#first:before {
        display: none;
    }

    section#callme_article {
        margin: 0;
    }

    .button-arrow {
        /* height: 70px; */
        margin: 2em 0;
    }

    .font-small {
        font-size: 13px;
    }

    .slider-item-left {
        /* aspect-ratio: 1; */
        /* height: unset; */
        padding: 30px 15px 0px;
    }
.slider-legend{
    padding: 60px 15px 0px;
}
    .tabs-content {
        margin-top: 15px;
    }

    .ico_small {
        width: 35px;
    }

    header {
        position: fixed;
        top: 0;
        background: #F3F4F7;
        /* z-index: 10; */
        /* left: 0; */
        /* padding: 10px 0; */
    }

    .header-item a {
        font-size: 1em;
    }

    .header-item .rezhim {
        font-size: 0.6em;
        line-height: 1em;
    }

    .menu-icon {
        position: fixed;
        top: 15px;
        right: 15px;
        width: 48px;
        height: 48px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer;
        display: -ms-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        /* transform: translateX(-16px); */
        z-index: 10;
        background: #0079f46b;
    }

    .menu-icon:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        right: 14px;
        top: 16px;
        background: var(--color-a);
        border-radius: 50%;
        z-index: 2
    }

    .menu-icon__image {
        display: block;
        position: relative;
        top: 23px;
        width: 16px;
        height: 2px;
        background: #ffffff;
        border-radius: 5px;
        transition: .2s linear
    }

    .menu-icon__image:after, .menu-icon__image:before {
        content: "";
        position: absolute;
        left: 0;
        width: 16px;
        height: 2px;
        border-radius: 5px;
        background: #ffffff;
        transition: .2s linear
    }

    .menu-icon__image:before {
        top: 5px
    }

    .menu-icon__image:after {
        width: 11px;
        bottom: 5px
    }

    .menu-icon:hover .menu-icon__image, .menu-icon:hover .menu-icon__image:after, .menu-icon:hover .menu-icon__image:before {
        background: #292d3a
    }

    .menu-close {
        position: fixed;
        right: 30px;
        top: 30px;
        width: 20px;
        height: 20px;
        background: url(/template/content/img/menu-close.svg) no-repeat;
        background-size: 100%;
        cursor: pointer;
        z-index: 10;
        display: block;
    }

    body:not([class]) .header-skip {
        height: 0;
    }

    .menu-back {
        background: #015ca9c7;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        backdrop-filter: blur(10px);
    }

    .navbar {
        padding: 0;
        /* background: rgb(0 0 0 / 80%); */
        /* z-index: 1; */
        position: fixed;
        /* top: 70px; */
        left: 0;
        width: 100vw;
        /* height: 100vh; */
    }

    header .navbar-light .navbar-nav>.nav-item>.nav-link {
        /* color: #fff; */
        text-align: center;
        padding: 15px;
        font-size: 1em;
    }

    .menu-contact,.menu-contact a {
        text-align: center;
        color: #fff;
    }

    .menu-contact .menu-contact-text {
        font-weight: bold;
        margin: 15px 0px 5px;
        text-transform: uppercase;
        font-size: 0.8em;
        letter-spacing: 1px;
    }

    .left-sidebar {
        display: none;
        width: 80%;
    }

    .left-sidebar.active {
        display: block;
        background: #fff;
    }

    main {
        /* margin-top: 12px; */
    }

    img.hands,.banner-podo2 img {
        display: none;
    }

    table {
        display: block;
        /* font-size: 0.8em; */
        /* display: block; */
    }

    .faq {
        font-size: 1em;
    }

    .faq-header .faq_text {
        padding-right: 20px;
        font-size: 1em;
    }

    .promo {
        text-align: center;
        padding: 10px;
    }

    .promo >div {
        max-width: 280px;
        position: relative;
        padding: 30px;
    }

    .promo h3 {
        /* color:#fff; */
        font-size: 1em;
        /* padding-bottom: 10px; */
        /* margin: 0; */
    }

    .promo strong {
        font-family: prata;
        font-size: 4em;
        color: var(--color-a);
        padding: 0px 0;
    }

    .menu-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        /* margin: 0px 15px; */
    }

    .menu-grid .menu-item>a {
        font-size: 0.8em;
        line-height: 1.2em;
        min-height: 3em;
    }

    .gallery-column-3c {
        gap: 15px;
    }

    .gallery-column-3c .gallery_item {
        width: calc(50% - 8px);
        min-width: auto;
    }

    .gallery-text {
        display: none;
    }

    #callme-head {
        /* text-align: center; */
        font-size: 1.4em;
        /* font-weight: 500; */
    }

    .slider-cert .swiper-slide {
        /* width: 40%; */
        /* margin-right: 5px; */
    }

    .custom_btn {
        width: 100%;
        /* font-size: 0.9em; */
    }

    .neighbors a {
        font-size: 0.6em;
    }

    .slick-case-flex {
        flex-direction: column;
    }

    .slick-case-flex>div, .case-item h4 {
        text-align: center;
        font-size: 0.8em;
        white-space: break-spaces;
        /* word-break: break-word; */
    }

    .main-page a.case-btn {
        float: none;
        text-align: center;
        width: 100%;
        display: block;
    }

    .row-google-map {
        position: relative;
        height: 500px;
        overflow: hidden;
    }

    .contact-map {
        height: 300px;
    }

    .contact-box {
        padding: 20px 50px;
        max-width: 100%;
        position: relative;
        left: 0px;
        top: 0;
        margin: 0;
        background: transparent;
        color: var(--color);
        text-align: center;
    }

    .contact-item {
        /* margin-bottom: 40px; */
    }

    .contact_form {
        /* padding: 20px 20px; */
        /* text-align: center; */
        /* margin: 0 -15px; */
        /* overflow: hidden; */
    }

    .contact-item.contact-map {
        height: auto;
    }

    .price_block {
        flex-direction: column;
        /* max-height: none; */
        flex: 1 0 100%;
    }

    .fancybox-slide {
        padding: 5px;
    }

    footer {
        /* text-align: center; */
        padding-bottom: 60px;
    }


    .footer-contact {
        margin: 1em 0;
        text-align: center;
        display: block;
    }

    .footer-left {
        padding-top: 15px;
        padding-left: 7vw;
    }

    footer .logo {
        /* text-align: center; */
        /* margin: 0 auto 30px auto; */
        width: 25%;
    }

    footer iframe {
        height: 300px;
    }

    ul.footer_ul_contact li>* {
        display: block;
        font-size: 1.25em;
        /* font-weight: bold; */
        color: var(--color);
    }

    .banner-podo {
        display: none;
    }

    #callme_main {
        padding: 0;
    }

    .contact_form .button-warp > div:last-child {
        padding: 15px 30px;
        text-align: center;
    }

    .mobile-center {
        display: flex;
        justify-content: center;
    }

    .online-yc {
        position: fixed;
        bottom: 63px;
        right: 16px;
    }

    img.img-right {
        max-width: 50%;
        float: none;
        clear: both;
        display: block;
        margin: 15px auto;
    }

    .success {
        padding: 15px;
    }

    .success h3 {
        font-size: 2em;
        padding-top: 2em;
    }

    .success p {
        font-size: 1em;
    }

    .standard-form {
        padding: 60px 15px 15px;
    }

    .standard-form2 {
        padding: 20px 15px 0px;
    }

    .standard-form3 {
        padding: 150px 0px 30px;
        background: url(/img/article/form-back.jpg) no-repeat top/contain;
    }

    .contact_form input, .contact_form select,.contact_form .custom_btn {
        width: 100%;
    }

    .form_radio_btn label {
        font-size: 0.7em;
        padding: 5px;
        height: 70px;
        min-width: 50px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .footer_contacts {
        /* position: inherit; */
        padding: 50px 0 0;
    }

    .spec-item {
        /* display: block; */
        flex-direction: column;
    }

    .post_slider {
        padding-bottom: 3rem;
        overflow: hidden;
        margin-top: 2.4rem;
    }

    .post_slide {
        width: 90%;
        margin-right: 1.5rem;
        /* aspect-ratio: 1; */
    }

    #back-top span {
        width: 40px;
        height: 40px;
    }

    .vk-block h2 {
        margin: 90px 0px 20px;
    }

    .more-block {
        padding: 25px;
    }

    .order-now {
        flex-direction: column;
        gap: 15px;
    }

    .order-now p {
        text-align: center;
    }

    .menu {
        display: none;
        width: 100%;
        height: 94vh;
        position: fixed;
        z-index: 9;
        background: #fff;
        top: 6vh;
    }

    .menu_inner {
        height: 100%;
        padding: 60px 20px;
    }

    .menu {
        display: none;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 9;
        background: #ffffffcc;
        top: 62px;
        left: 0;
        padding: 15px 30px;
        backdrop-filter: blur(15px);
        /* color: #fff; */
    }

    .menu_inner nav {
        width: 100%;
    }

    nav ol {
        flex-direction: column;
        margin-bottom: 15px;
    }

    nav>ol>li>a,nav>ol>li>span {
        /* text-align:center; */
        font-size: 1.15em;
        margin: 10px 0;
        padding: 0;
        /* display: block; */
        /* line-height: 1em; */
        /* font-weight: 300; */
    }

    nav ol a:hover,nav ol a:focus {
        border: none;
    }

    .dropmenu ul {
        position: relative;
        bottom: unset;
        border: none;
        box-shadow: none!important;
    }

    .dropmenu:hover ul, .dropmenu ul:hover {
        opacity: 1;
        display: block;
        position: relative;
        background: transparent;
        width: 100%;
    }

    .dropmenu ul a {
        /* color: #fff; */
        /* padding: 0.5em 0; */
        display: inline-block;
        font-size: 1em;
    }

    .nav_but {
        padding: 19px;
        outline: none;
        background: var(--blue) url(/img/icon/menu.svg) no-repeat center / 60%;
        height: 2.5em;
        width: 2.5em;
        display: block;
        border-radius: 50%;
    }

    .nav_but.open {
        background: var(--color-a) url(/template/content/img/menu-close.svg) no-repeat center;
        background-size: 50%;
    }
header .nav_but{
    display:none;
}
    
header.scroll .nav_but{
    display:block;
}
    .menu-contacts {
        font-size: 0.85em;
    }

    .menu-contacts p {
        padding-bottom: 1em;
    }

    .menu-contacts a {
        /* color: #fff; */
        /* font-weight: 900; */
        font-size: 1.3em;
        display: inline-block;
        font-family: var(--fontb);
    }

    .padding-right-6vw {
        padding-right: 0;
    }

    .arrow,#arrow-form {
        position: absolute;
        /* bottom: -36px; */
        /* left: 0; */
        /* width: 100%; */
        /* display: flex; */
        /* justify-content: center; */
        /* padding: 19px; */
    }

    .slider-cert,.slider-review,.slider-team {
        position: relative;
        overflow: hidden;
        padding-bottom: 4em;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 3em;
        height: 3em;
        bottom: 0em;
        top: unset;
        left: unset;
    }

    .swiper-button-next {
        right: calc(50% - 5em);
    }

    .swiper-button-prev {
        right: calc(50% + 1em);
    }

    .Promo-item {
        flex-direction: column;
    }

    section#vozn {
        background: url(/img/home/image28.jpg) center/cover;
        height: 80vh;
        padding: 0 15px;
        margin-bottom: 49vw;
    }

    .slider-wrap {
        padding: 0 0px 0px;
        /* min-height: 70vh; */
    }

    label.form-check-label p {
        padding: 5px;
    }

    .small-block {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .small-block svg {
        height: 3em;
        width: 3em;
    }

    .news-text {
        position: absolute;
        top: 15%;
        left: 0;
        padding: 0 1rem;
        font-size: 0.87em;
    }

    .news_desc {
        display: none;
    }

    .answer {
        padding: 1em 0;
        font-size: 0.9em;
        opacity: 0.7;
    }

    .social {
        /* justify-content: center; */
        gap: 15px;
    }

    .header-contact {
        align-items: center;
    }

    .logo-intext {
        width: 25vw;
        padding: 10vw 0;
    }

    .form50 {
        /* width: 90%; */
    }

    .form.fancybox-content {
        /* padding: 40px 15px; */
    }

    #form-slider {
        /* min-height: 60vh; */
    }

    .form-block>div,.form-check>div {
        margin: 1em 0 0;
    }
.line-center{
    justify-content:center;
    align-items: center;
}
.form-check .form-check-label2{
    width:auto;
    min-width:unset;
}
    
    .close-form {
        width: 30px;
        /* position: absolute; */
        right: 15px;
        top: 15px;
        /* z-index: 2; */
        /* background: var(--color-a); */
    }

    .ral >div {
        width: 23%;
    }

    .RAL_Choose {
        width: 18%;
    }

    .promo-subtitle {
        padding-top: 2em;
    }

    .proizv img {
        height: 1em;
        width: auto;
    }

    .faq-bl {
        width: 100%;
    }

    .faq-it {
        padding: 30px 15px;
    }

    .question {
        line-height: 1em;
        font-size: 1em;
        padding: 0 30px 0 0;
    }

    .question:after {
        display: none;
    }

    .question:before {
        top: -0.25em;
    }

    .promo-desc {
        padding-bottom: 15px;
        height: 14em;
        overflow-y: auto;
    }

    .promo-subtitle {
        padding-top: 0;
    }

    .product_more_wrapper {
        padding: 50px 15px;
    }

    #quiz {
        max-width: 100%;
    }

    .fancybox-content {
        width: 95%;
    }

    header .logo {
        width: 100%;
        max-width: 80px;
    }

    .Preim-ul {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .Preim_item {
        padding: 0;
        width: 100%;
    }

    .Preim_item img {
        /* height: 30px; */
    }

    .slider_form .slick-dots {
        top: 15px;
        left: 15px;
    }

    .slider_form .slick-dots li {
        margin-right: 3em;
    }

    .countsSlides,.countsSlides-form {
        white-space: nowrap;
        /* right: 15px; */
        /* padding: 0; */
    }

    div#slide4 {
        background: none;
    }

    label.form-check-label img {
        /* height: 60%; */
    }

    .slider_form h4,.slider_form h3 {
        /* margin-top: 20px; */
        /* font-weight: bold; */
        font-size: 1.1em;
    }

    .back-calc {
        padding: 15px 30px;
        background: var(--bg);
        border-radius: 0;
    }

    #form-slider .sl-next {
        font-size: 0.75em;
        width: auto;
        right: 20px;
    }

    #form-slider .sl-prev {
        font-size: 0.75em;
        width: auto;
        left: 20px;
    }

    .slider_form .slider-item,.slider_form .slick-slide {
        /* height: 100%; */
        min-height: unset;
    }

    .calc-value {
        margin: 15px 0;
        font-size: 1.25em;
    }

    .title-calc-over {
        margin-bottom: 15px;
    }

    .w100m {
        width: 100%;
    }

    .button-link {
        /* padding: 15px; */
    }

    .tabs-pane {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }

    .stage {
        padding: 30px
    }
#about .playback-bg {
    background: none;
    padding: 0;
}
    .case-item {
    padding: 3em;
    background: url(/img/payback-bg-mob.svg) no-repeat center / cover;
    border-radius: var(--rad);
    overflow: unset;
    margin-bottom: 1em;
        padding:30px;
    }
.case-title{
    color:#fff;
    font-weight:300;
}
.case-item:before{
    color:#fff;
}    
    
 
    footer h4 {
        text-align: center;
        margin-top: 2em;
    }

    footer #form-zakaz {
        width: 100%;
    }

    footer .icon {
        height: 50px;
    }

    .header-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        white-space: nowrap;
    }
    
header.scroll .header-item,header .header-item-scroll{
    display:none;
}
 
header.scroll .header-item-scroll{
    display:block;
}    
    .slider-product-wrapper {
        padding: 15px 0;
    }

    .slider_form .slick-dots li button,.slider_form .slick-dots li.slick-active button {
        width: 30px;
        height: 30px;
    }

    #callme2 {
        width: 100%;
        background: var(--bg);
    }

    #callme2.fancybox-content {
        /* padding: 15px; */
    }

    .icon {
    width: 40px;
    }

    .form button {
        width: 100%;
    }

    .button {
        padding: 20px 20px;
        font-size: 1em;
    }
    
.button.samara {
    background: #F6F1FF url(/img/icon/pin.svg) no-repeat 5px/ 1em;
    padding: 18px 10px 18px 25px;
}
.button.samara span{
    /* display:none; */
    font-size: 0.9em;
    /* width: 57px; */
    display: inline-block;
    white-space: pre-wrap;
}
    .Preim-ul:after {
        display: none;
    }

    .grid-main {
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr;
    }

    .grid-main>div:nth-child(7),.grid-main>div:nth-child(8) {
        grid-row: unset;
        aspect-ratio: 400/330;
    }

    .usluga-item {
        aspect-ratio: 400/330;
        position: relative;
        border-radius: var(--rad);
        overflow: hidden;
        transition: 0.2s;
        height: 100%;
        img {
            /* width: 100%; */
            /* height: 100%; */
            /* object-fit: cover; */
            /* filter: grayscale(1); */
        }
    }

    .usluga-text {
        width: 95%;
    }

    .audit-bg {
        background: url(/img/manager.png) no-repeat 50% 80%/ 280px, url(/img/payback-bg.svg) no-repeat top / cover;
    }

    .audit-bg .button {
        margin: 290px auto 0 auto;
    }

    .audit-bg h2 {
        text-align: center;
    }
.george{
    left:16%;
    bottom:16%;
    top:unset;
    right:unset;
}
    .bg-blue {
        padding: 15px 30px;
        font-size: 1em;
    }

    .bg-blue h2 {
        color: #fff;
        font-size: 4em;
    }

    .about-img {
        display: flex;
        gap: 1em;
        margin-top: 15px;
    }

    .about-block {
        text-align: center;
        margin-bottom: 15px;
    }
.partners {
  animation: none;
}
    .partners {
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
        width: 100%;
        margin-top: 15px;
        div {
            width: calc(30vw - 30px);
        }
    }

    .slider-team .swiper-slide, .slider-review .swiper-slide {
        width: calc(100% - 20vw);
        margin-right: 2em;
    }

    .item {
        margin-bottom: 20px;
    }

    .footer_contacts .item a {
        font-size: 1.5em;
    }

    .obor {
        flex-wrap: wrap;
        height: 390px;
    }

    .obor>div {
        width: 15%;
        aspect-ratio: 1;
        height: unset;
    }

    .obor img {
        height: 10vw;
        width: auto;
    }

    .obor>div:has(.obor-img-active) {
        width: 100%;
        height: 300px;
        padding-bottom: 50px;
    }

    .thanks {
        width: 90%;
    }

    .thanks:before {
        width: 30vw;
        right: -10vw;
        bottom: -4vw;
    }

    section.form-free {
        padding: 15px 15px 130vw 15px;
    }

    .form-free h2 {
        font-size: 1.5em;
        text-align: center;
    }

    .form-left {
        width: 90%;
    }

    .playback-bg {
        padding: 30px;
    }

.audit-bg h2:after {
    position:absolute;
    top:0;
    right: 0em;
}
    
.widjet .contact_form{
    /* position: absolute; */
    /* bottom: -500px; */
    opacity: 0;
    transition: 0.5s;
}    
.widjet .contact_form.show-form{
    opacity: 1;
}        
.widjet {
    position: fixed;
    left: 0;
    bottom: 0;
    width:100%;
    /* overflow: hidden; */
}
.btn-chat{
    position: relative;
    z-index:10;
    font-size: 1em;
    /* gap: 5px; */
}
.quiz_category-item {
    width: 30%;
}
    
.quiz_category-item .form-check label{
    min-width:unset;
}
    
label.form-check-label img {
    width: 50%;
}

label.form-check-label span {
    padding: 0 5px;
    text-align: center;
    line-height: 1.2em;
    font-size: 0.75em;
    hyphens: auto;
}    
.cf-city .cf-btn-default, .cf-city .cf-btn-primary,.cf-city .cf-confirm.cf-show{
    font-size:0.8em!important;
}    
.table-works table td, .table-works table th {
    padding: 5px;
}
}
