:root {
    --color-back: #191919;
    --color-a: #fff;
    --color-h: #170F49;
    --color: #fff;
    --gray: #F3F3F3;
    --gray2: #7a7a7a;
    --btn: #E42E1E;
    --btn-hover:#A81F13;
    --rad: 10px;
    --rad2: 60px;
    --pad: 4rem;
    --font: 'Involve';
    --fontb: 'Involve';
    --q: '»';
}

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

.container {
    padding: 0 var(--pad);
    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: var(--font);
    line-height: 140%;
    color: var(--color);
    position: relative;
    background: var(--color-back);
    font-variant-numeric: normal;
    background:var(--color-back) url('/img/tr.svg') no-repeat top / 100%;
}

*::-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: 1em;
    /* color: var(--color-h); */
    margin-bottom: 0.5em;
    /* text-transform: uppercase; */
    font-family: var(--fontb);

}

h1 {
    font-size: 3em;
    line-height:1em;
    margin: 0.5em 0;
    /* text-wrap: balance; */
    width: 78%;
}

h2 {
    font-size: 3em;
    color: #7A7A7A;
    /* 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: 3em;
     font-weight: bold; 
    /* margin-bottom: 0.5em; */
}
h3 span{
    font-size: 0.5em;
    opacity:0.5;
}
h4 {
    font-size: 1.5em;
}

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

p {
    /* margin: 0; */
}
p.subtitle {
    font-size: 1.5em;
    color: var(--gray2);
}
.link {
    padding-top: 1em;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}

.font-small {
    font-size: 0.87em;
    line-height: 1.2em;
    opacity: 0.7;
}
.font-gray{
    opacity:0.7;
}
.icon {
    width: 2em;
}
.introtext{

    font-size:1.5em;
}
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;
}

.hidden {
    display: none;
}

header .nav_but {
    display: none;
}

.logo {
    display: flex;
    gap: 1em;
    /* flex-wrap: nowrap; */
    white-space: nowrap;
    align-items: center;
}

.logo img {
    width: 3em;
    height: 100%;
}

.black {
    background: var(--color-back);
    padding: var(--pad) 0  var(--rad2);
    margin-top: calc(-1 * var(--rad2));
}

.gray {
    background: var(--gray);
    padding: var(--pad) 0 var(--rad2);
    color: var(--color-back);
}

.gray a:not(.button) {
    color: var(--color-back);
    font-weight: 500;
}

.section-3m{
    margin-top:calc(-1 * var(--pad));
}

.w100 {
    width: 100%!important;
}

.product-title {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 1em;
    text-wrap-style: balance;
}

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

.page_parents ul {
    margin: 0 0 2em 0;
    padding: 0;
    /* 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 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;
}

.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;
    position: fixed;
    top: 0;    
    z-index: 29;
    left: 0;
    transition: 0.2s all;
    
}
header.scroll{
    background: var(--color-back);
}


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

.subheader {
    opacity: 0.7;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 0.5em;
    /* font-size: 0.85em; */
}

.header-tel {
    background: url(/img/icon/phone.svg) no-repeat left/contain;
    padding-left: 2em;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
}
.header-email {
    background: url(/img/icon/mail.svg) no-repeat left/contain;
    padding-left: 2.5em;
    line-height: 1.75em;
}
.location{
     background: url(/img/icon/loc.svg) no-repeat left/contain;
     padding-left: 2em;
     color:var(--gray2);
}

.content p {
    margin-bottom: 1em;
}

.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;
    }
}

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

.button {
    transition: 0.3s;
    color: #fff;
    line-height: 1em;
    padding: 1.5em 4em;
    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: var(--rad);
    /* 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:hover {
    color: #fff;
    background: var(--btn-hover);
}

.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;
}

.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);
}

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

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(31% - 1.5em); */
    /* margin: 1.5em; */
}

.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: 400/300;
    box-shadow: 0 16px 50px #0000000a;
    border-radius: var(--rad);
    background: #fff;
}
.promo-item .rating {
    position: absolute;
    width: 8em;
    aspect-ratio: 120/34;
    /* place-items:center; */
    /* display:grid; */
    top: 50%;
    background: #fff url(/img/icon/rating.svg) no-repeat center/contain;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px #0000001c;
    border-radius: var(--rad);
}
.promo-item:hover {
    box-shadow: 3px 4px 17px #0000004a;
}

.promo-item img {
    object-fit: cover;
    width: 7em;
    height: 7em;
    border-radius: var(--rad);
}

.promo-txt-top {
    height: 50%;
    display: flex;
    gap: 1em;
    padding: 1em;
    background: var(--gray);
    align-items: center;
}

.promo-txt-top>div p:first-child {
    font-weight: 500;
    font-size: 1.15em;
}

.promo-txt-top p {
    text-wrap: balance;
}

.promo-txt-bottom {
    /* background: #fff; */
    height: 50%;
    padding: 1em;
    font-size: 0.85em;
    line-height: 1.2em;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-txt {
    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;
}


#back-top {
    /* position: fixed; */
    /* right: 4vw; */
    /* bottom: 3vw; */
    /* z-index: 10; */
    width: 5vw;
    height: 5vw;
    display: block;
    background: url(/img/icon/top.svg) no-repeat center / contain;
    /* transition: 1s; */
}


.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.black {
    position: relative;
    padding-bottom: 0;
    color: #fff;
    font-size: 0.9em;
}
footer p{
    margin-bottom:0.5em;
}
footer .icon {
    width: 4.5em;
    padding: 1em;
}

.footer_contacts .item {
    margin-bottom: 1em;
}

.footer_contacts .item a,.footer_contacts .item p:last-child {
    font-weight:500;
}

footer a {
    color: #fff;
}

/* Footer */

div#callme {
    width: 40%;
}
#callme p{
    text-align:center;
}
.fancybox-content {
    /* padding: 0; */
    overflow: hidden;
    /* width: 100%; */
    border-radius: var(--rad);
    background: var(--color-back);
}

.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%)*/
}

.partners {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 5.4em;
    /* width: 100em; */
    padding: var(--pad) 0;
}
 .partners div {
        width: 9em;
    }


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

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

.case-wrapper {
    counter-reset: cc;
}

.case-item {
    display: flex;
    align-items: unset;
    gap: 1em;
    padding: 2em 0;
}

.case-item:not(:last-child) {
    border-bottom: 1px solid #767676;
}

.case-item:before {
    content: '0'counter(cc);
    font-size: 3em;
    font-weight: 900;
    color: #CACACA;
    font-family: var(--fontb);
    counter-increment: cc;
    line-height: 1em;
    letter-spacing: 0.05em;
}

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

.case-txt {
    text-wrap: balance;
    width: 75%;
    margin-top: 1em;
}

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;
    border-radius: var(--rad);
    overflow: hidden;
}

.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 {
}
.jGrowl p,.jGrowl-message{
     font-size: 14px!important;
color:#fff;
}


.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;
}

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

.table-works table tr:first-child,.table-works table td:first-child {
    font-size: 0.8em;
}

.table-works table tr:first-child td: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;
}

.form-header{
    display: inline-block;
    background: url(/img/icon/arrow.svg) no-repeat right / contain;
    padding-right: 2em;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 1em;
}

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: 1.5em;
    cursor: pointer;
    outline: none;
    background: #ffffff;
    border: 1px solid var(--gray);
    border-radius: var(--rad);
}



.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: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
}

#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(--color-back);
    color: #fff;
    text-align: center;
    width: 40%;
    border-radius:20px;
    /* 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(--rad2) var(--rad2) 0 0;
    overflow: hidden;
}

/* Sections */
section {
    padding: 0px 0 var(--pad);
}

section:first-child {
    margin-top: 5em;
    /* padding: 4em; */
}

.section-back {
    padding: 30em 0 6em;
}

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

img.iso {
    width: 7em;
}

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

.h1-subheader {
    /* color: #6F6C8F; */
    font-size: 2em;
}

.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;
}
}

.first-wrapper {
    position: relative;
    z-index: 1;
}
ul.red li {
    list-style: none;
    background: url('/img/pochemu/download 1.svg') no-repeat left center / 2em;
    padding: 1em 1em 1em 3em;
    font-size: 1.15em;
}
.white {
    background: #fff;
    padding: var(--pad) 0 var(--rad2);
    /* margin: 0; */
    color: #000;
    font-weight: 500;
}

.white a {
    color: var(--color-back);
    font-weight: 600;
}

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

#delivery {
    padding: 4em 0;
}

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

.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: 2em;
    width: 2em;
}

.Preim_item {
    display: flex;
    gap: 0.5em;
    flex-direction: column;
    font-weight: 500;
}

.Preim_item p:nth-child(1) {
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

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

.grid-main>div:nth-child(1) {
    grid-row: span 2;
}

.grid-main>div:nth-child(4),.grid-main>div:nth-child(5) {
    grid-column: span 2;
}

.usluga-item:first-child {
    background: var(--btn)
}

.usluga-item:nth-child(2),.usluga-item:nth-child(5) {
    background: #838488;
}

.usluga-item {
    /* aspect-ratio: 400/330; */
    position: relative;
    border-radius: var(--rad);
    /* padding: 2em 1em; */
    /* transition: 0.2s; */
    height: 100%;
    min-height: 19em;
    background: #262626 url(/img/tr1.svg) no-repeat center / cover;
    overflow: hidden;
}

.usluga-item a {
    height: 100%;
    width: 100%;
    display: block;
}

.usluga-item:hover {
    box-shadow: 4px 4px 17px #00000052;
}

.grid-case-item {
    aspect-ratio: 420/360;
    position: relative;
    border-radius: var(--rad);
    overflow: hidden;
}

.grid-case-item a {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    transition:0.2s;
}
.case-txt-wrapper {
    backdrop-filter: blur(35px);
    width: 75%;
    border-radius: 20px;
    color: #fff;
    background: #ffffff24;
}

p.grid-case-title {
    font-weight: 500;
    font-size: 1.2em;
}

.grid-case-item .location  {
    color: #fff;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: normal;
    padding-left:3em;
}

.case-link {
    position: absolute;
    bottom: 1em;
    right: 1em;
    color: #fff;
    font-size: 1.15em;
    padding-right: 3em;
    background: url(/img/icon/arrow.svg) no-repeat right/ contain;
    font-weight: 400;
}

.gradient{
    background: linear-gradient(359deg, #000000a3, transparent);
}
.grid-case-item a:hover {
      background: linear-gradient(359deg, transparent, transparent);
  
} 
.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: var(--pad) 0;
    /* margin-top: -6em; */
}

.swiper-pagination-bullet{
    background: var(--btn);
    width: 4em;
    border-radius: 5px;
}

.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;
}

.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: #adadad;
}

.menu-close {
    display: none;
}
.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: var(--pad);
    background: var(--color-back) url(/img/thanks.jpg) no-repeat top / 100%;
}

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;
}

/* ------------------------------------------------------------------------------------------ */
.widget {
    position: fixed;
    background: url(/img/icon/widjet.svg) center/contain;
    bottom: 2rem;
    right: 4em;
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.widget:hover {
    box-shadow: inset 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.widget a {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    display: none;
    left: 1rem;
}
.widget a img {
    width: 100%;
}

.widget>a:nth-of-type(1) {
    top: -60px;
    background: url(/img/icon/phone.svg) no-repeat left / contain;
}
.widget .social a:nth-of-type(1) {
    top: -120px
}
.widget .social a:nth-of-type(2) {
    top: -180px
}
/***********************************/
@media (max-width: 768px) {
    :root{
        --pad:30px;
        --rad2: 40px;
    }
    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;
        width: 100%;
        /* line-height: 1.4em; */
    }


    h2 {
        font-size: 1.5em;
        margin-bottom: 30px;
        /* text-align: center; */
    }

    h3 {
        /* margin: 10px 0; */
        font-size: 2.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 img{
    aspect-ratio:1;
    object-fit:cover;
    object-position:right;
}
.introtext{
    margin-bottom:1em;
    font-size: 1em;
}
    .font-small {
        font-size: 13px;
    }

    header {
        position: fixed;
        top: 0;
    }

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

    .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; */
    }

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

    .contact-map {
        height: 300px;
    }

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

    .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 {
        justify-content: center;
    }

    footer iframe {
        height: 300px;
    }

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

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


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

    .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;
    }

    .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;
    }

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

    .close-form {
        width: 30px;
        /* position: absolute; */
        right: 15px;
        top: 15px;
        /* z-index: 2; */
        /* background: var(--color-a); */
    }

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

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

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

    .fancybox-content {
        width: 95%;
    }

    header .logo {
        /* width: 100%; */
        width: 10vw;
        white-space: normal;
        font-size: 2.5vw;
        line-height: 1.2em;
    }

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

    .Preim_item {
        /* padding: 0; */
        width: 100%;
        flex-direction: row;
        gap: 15px;
        align-items: center;
    }

    .Preim_item img {
        width: 50px;
        height: 50px;
    }

    .w100m {
        width: 100%;
    }


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

    .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;
    }

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

    .icon {
        width: 30px;
    }

    .form button {
        width: 100%;
    }

    .button {
        padding: 20px 20px;
        font-size: 1em;
    }


    .grid-main, .grid-case {
        display: block;
        /* 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,.grid-main>div {
        margin-bottom: 1em;
        grid-column: none;
        width: 100%;
        min-height: unset;
        /* height: 500px; */
    }
.usluga-item:first-child{
    height: 500px;
}    
.usluga-item a{
    padding-bottom:5em;
}
    .product-title {
        width: 75%;
    }

    .partners {
        display: flex;
        flex-wrap: wrap;
        gap: var(--pad);
        width: 100%;
        margin-top: 15px;
        
        
        
        
        
        
        
        div {
            width: calc(50% - var(--pad));
        }
    }

    .item {
        margin-bottom: 20px;
    }

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

    .thanks {
        width: 90%;
    }

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



    .widjet {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        /* overflow: hidden; */
    }

.grid-case-item{
    margin-bottom:1em;
}
.swiper-pagination-bullet {
    width: 2em;
}    
.header-tel{
    background:none;
    font-size:1em;
} 
    .widget {
    bottom: 1em;
    right: rem;
    width: 5em;
    height: 5em;
}

.widget a {
    width: 4rem;
    height: 4rem;
    left: 1em;
}
 
}
