html {
    font-size: 1.2858vw;
}
@media screen and (max-width:768px) {
    html {
        font-size: 16px;
    }
}

:root {
    --color-back: #fff;
    --color-a: #A80000;
    --color-a-hover: #c80000;
    --color: #000;
    --gray: #ACACAC;
--aside: 290px;
--btn: #A80000;
--btn-hover:#c80000;
--rad: 10px;    
    --bg:#d9d9d9;
}
.container{
    padding: 0 6vw;
    max-width: unset;
}
.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
}
.padding-right-6vw{
    padding-right: 6vw;
    height: 100%;
}
.padding-left-6vw{
    padding-left: 6vw;
}

html {
    overflow-x: hidden
}

body {
    font-family: Roboto;
    line-height: 170%;
    color: var(--color);
    overflow: hidden;
    position: relative;
    background: #fff;
    font-size: unset;
} 

*::-webkit-scrollbar-track {
    border-radius: 0;
}

*::-webkit-scrollbar {
    width: .3em;
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--color-a);
}

*::-webkit-scrollbar-track {
    border-radius: 0;
}

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

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

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


h1,h2,h3 {
    /* font-weight: bold; */
}

h4,h5,h6 {
    line-height: 1.05em;
    /* font-weight: 600; */
    margin-bottom: 20px;
    /* text-transform: uppercase; */
}

h1 {
    font-size: 3em;
    margin: 00px 0 15px 0;
    line-height: 1em;
    text-transform: uppercase;
    /* text-align: center; */
    /* font-family: Candara; */
    /* padding: 0; */
}

h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    /* font-weight: bold; */
    margin: 0 0 0.5em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase;
}

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{
    /* font-size: 1.125rem; */
    margin: 0;
}
.font-small{
    font-size: 0.75em;
}

.menu {
    display: none;
}

.main-about {/* max-width: 360px; *//* position: relative; *//* border-radius: 40px; *//* overflow: hidden; */}
.main-about img{
    /* padding:40px; */
}

.VK {
    padding: 5vw 0 2vw;
    position:relative;
    background: #DCEAFF url(/img/home/vk-back.svg) center / cover;
}
.VK img{
    position:absolute;
    top: -5em;
    right: 5em;
    width: 33em;
}
.VK h2 span{
    color:#4188EE;
}

.VK .button-arrow {
    background: url(/template/content/img/icons/arrow_in_circle_vk.svg) no-repeat left / contain;
}


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

.nav-link-my {
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1em;
    color: var(--gray);
    text-align: left;
    font-weight: 500;
    border: none;
    background: none;
    padding: 0;
    transition: 0.5s;
}
.nav-link-my.active{
    color:var(--color-a);
    font-weight: 500;
}

.nav-link-my:hover {
    transform:scale(1.05);
    color: var(--color-a);
}
.border2 img {
    object-fit: cover;
    height: 100%;
    border: 5px solid var(--color-a-hover);
    border-radius: 50%;
    aspect-ratio: 1;
    outline: 5px solid #b85a2f;
}  
.border-left {
    border-color: #4e5f5e!important;
}
.border-vitrazh{
    border: 2px solid var(--color-a-hover);
    border-radius: 40px;
    overflow: hidden;
    display: block;
}

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

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

img {
    width: 100%;
}

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 .logo{
    width: 20%;
}

.lider {
    position: relative;
}
.lider img {
    max-width: 24em;
}
.lider em {
    position: absolute;
    right: -1%;
    top: 15%;
    width: 50%;
    font-style: normal;
}
.lider em span{
    display:block;
    font-weight:bold;
    margin-top: 1em;
}

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

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

.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: 3% 6vw;
    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: #fff;
    z-index: 10;
    left: 0;
    transition: 0.2s all;
}
.header-mini {
    padding: 1% 6vw;
}

.header-contact {
    display: flex;
    align-items: end;
    padding: 0px;
    flex-direction: column;
}
.header-contact p{
    font-size: 0.7rem;
    margin: 0;
    line-height: 1.5em;
    white-space: nowrap;
}
.header-tel {
    display: none;
}

header p{
    margin:0;
    line-height:1.2em;
}

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

.header-contact-wrap {
    background: var(--color-a);
    border-radius: 50px;
    width: 220px;
}

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

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

.custom_btn {
    transition: all 0.3s;
    color: #fff;
    line-height: 0.7em;
    padding: 15px 20px;
    display: inline-block;
    white-space: nowrap;
    /* border: 2px solid #dddddd; */
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-align: center;
    background: var(--btn);
    z-index: 1;
    font-weight: bold;
    border-radius: 50px;
}
.custom_btn_blue {
    color: var(--white);
    background: var(--color-a); 
}

.button-arrow {
    background: url(/template/content/img/icons/arrow_in_circle.svg) no-repeat;
    background-size: contain;
    height: 5em;
    display: inline-flex;
    margin: 3vw 0;
    padding-left: 6em;
    font-size: 0.78rem;
    color: var(--gray);
    text-transform: uppercase;
    line-height: 1.2em;
    align-items: center;
    outline: none;
    border: none;
}
.button-arrow-a {
    background: url(/img/icon/Arrow-next.svg) no-repeat right;
    background-size: contain;
    height: 3em;
    display: inline-flex;
    margin: 3vw 0;
    padding-right: 4em;
    font-size: 0.78rem;
    color: var(--gray);
    text-transform: uppercase;
    line-height: 1.2em;
    align-items: center;
    outline: none;
    border: none;
}
.button-arrow:hover {
    color:var(--color-a);
}

form .button-arrow{
    margin:1vw 0;

}
.button-arrow-left {
    padding-right: 6em;
    padding-left: 0;
    background: url(/template/content/img/icons/arrow_in_circle_left.svg) no-repeat right/contain;
}

.button-arrow-a-left {
    padding-right: 0;
    padding-left: 4em;
    background: url(/img/icon/Arrow-prev.svg) no-repeat left/contain;
}

.arrow-40{
    height: 3.5em;
    padding-left: 4em;
    margin: 0;
}

.button-arrow+p,.button-arrow+p a {
    color: var(--bg);
    font-size: 0.87em;
    line-height: 120%;
}
.button-arrow+p a,a.footer-contact{
    text-decoration:underline;
}
.order-now {
    display: flex;
    background: var(--color-a);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.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: all 0.3s;
     color: #929292;
     line-height: 1em;
     padding: 3px 0px;
     /* display: inline-block; */
     white-space: nowrap;
     text-transform: uppercase;
     font-size: 0.6em;
     /* letter-spacing: 1px; */
     /* text-align: center; */
     /* background: var(--btn); */
     /* z-index: 1; */
     /* font-weight: bold; */
     /* border-radius: 50px; */
     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);
}

/* 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;
}
.slider-header {
    padding-bottom: 1em;
    border-bottom: 1px solid var(--bg);
    margin-bottom: 1em;
}
.slider-quest {
    font-size: 1.5em;
}
.slick-img {
    /* width: 100%; */
    /* display: block; */
    aspect-ratio: 1.4;
    /* height: 100%; */
    object-fit: cover;
}
.slider-item-left {height: 90%;display: flex;flex-direction: column;}




.promo-title {
    font-size: 1.5em;
    line-height: 1em;
    /* text-transform: uppercase; */
    margin-bottom: 1em;
    font-weight: 500;
}
.promo-desc {
    padding-bottom: 30px;
}
.promo-subtitle {
    font-size: 1.2em;
    border-top: 1px solid var(--bg);
    padding: 1vw 0;
}

.promo-price {
    font-size: 2em;
    font-weight: 500;
    margin: 2vw 0;
}
.slick-dots {
    bottom: 13px;
}

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

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

.slick-dots li.slick-active button,.slick-dots li.slick-active button:before {
    border-color: #fff;
    opacity: 1;
}

.slick-dots li button:before {
    content: '';
    background: #fff;
    opacity: 0.3;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 8px 0px 0px 8px;
}

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

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

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

.price {
    font-size: 2em;
}

.price span {
    color: var(--color-a);
    display: inline-block;
}

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

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

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

footer {  
    position: relative;
}

.footer_contacts {
    background: #dfdfdf;
    /* width: 100%; */
    padding: 8vw 0 0;
}
footer a:hover {
    color: var(--color-a-hover);
}
.footer-contact {
    color: #585858;
    margin-bottom: 1em;
    font-size: 0.87em;
}
.footer-contact-text {
    margin: 0;
    font-size: 1.1em;
    word-wrap: break-word;
    color: #2c2c2c;
    font-weight: 500;
       text-decoration: none;
}
.footer-address-text {
    font-size: 0.85em;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.active-city {
    font-weight: bold;
    color: var(--color-a);
}
/* Footer */

.review {
    background: var(--white);
    padding: 50px;
    position: relative;
}

.review .rating {
    position: absolute;
    top: 50px;
    right: 50px;
}

.review .rating img {
    float: right;
    width: 23px;
    margin-left: 8px
}

.review h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.review .review_date {
    font-size: 12px;
}

.review a {
    font-size: 14px;
    display: none;
}


/* BLOGS */
/* ------------------------------------------------------------------------------------------ */

.size-full {
    width: 50%;
}

.content h2, .content>h3 {
    text-align: center;
}

.content>ul {
    display: grid;
}

.content ul li {
    margin: 10px;
}

.content ol {
    margin-left: 50px;
    padding: 0;
    display: table;
}

.content ol li {
    margin-bottom: 20px;
    padding: 0 0 0 40px;
}

.content-text p>a {color: var(--color-a);font-weight: bold;}

/*Product*/

.content-text {    
    overflow: hidden;
    transition:height 0.2s;
}

.prim-text {
    padding: 5px;
    background: #f4f0e2;
    line-height: 1.2;
    font-size: 0.8em;
    border-left: 2px solid var(--color-a-hover);
    border-right: 2px solid var(--color-a-hover);
    border-radius: 15px;
    margin-bottom: 30px;
    /* box-shadow: 0px 0px 15px 5px rgba(41,41,41,0.1); */
}
.prim-text ul,.prim-text ol{
    margin:0;
    padding-bottom:0;
}
.prim-text p{
    margin:10px;
}
.plus-usluga {
    margin: 15px 0;
    border-bottom: 2px dashed var(--color-a-hover);
    border-top: 2px dashed var(--color-a-hover);
    background: #fff;
}

.plus-usluga-item {
    padding: 15px 15px 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
    /* opacity: 0.8; */
    /* color: var(--color-a); */
    text-align: center;
}
.price-img {
    border-radius: var(--rad);
    overflow: hidden;
    border: 2px solid var(--color-a);
}
.hide-desc{
 height: 360px;
 transition:0.2s;
 margin-bottom: 30px;
 border-bottom: 2px solid #eeeeee;
 background: #fff;
 padding: 20px;
 border-radius: 40px;
 /* box-shadow: 0px 0px 15px 5px rgb(41 41 41 / 6%); */
 overflow-y: auto;
}

.scroll::-webkit-scrollbar-track {
    background-color:var(--color-sec) ;
}
.scroll::-webkit-scrollbar {
    width: 4px;
    background-color: var(--color-a2);
}
.scroll::-webkit-scrollbar-thumb {
    background-color: var(--color-a);
}

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;}
.contact_form {/* color: #fff; */width: 100vw;/* margin: 0 auto; *//* overflow: hidden; */}
.contact_form .fancybox-content{
   overflow: hidden; 
}
#callme_main2 .contact_form {
    padding: 15px;
    border: 2px solid;
    border-radius: 10px;
    /* background: #ffd5ab; */
}    
.contact_form h2 {
    /* text-align: center; */
    /* color: #f3f3f3; */
    /* flex: 1; */
    /* font-size: 2em; */
    /* margin: 0; */
}

.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;
}
.contact-map {
    position: relative;
    height: 600px;
    /* margin-top: 80px; */
}

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

.case-item {
    padding: 15px;
    height: 100%;
    border: 1px solid #eee;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.case-item:hover {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    transition: box-shadow ease .3s,background ease .3s;
}

.case-item img {
    width: 40px;
}

.case-item h4 {
    padding: 20px 5px;
    margin: 0;
}

.case-item .case-btn {
    color: var(--color-a);
    font-weight: bold;
}
.case-item p {
    margin: 0;
    font-size: 0.8em;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: arial;
    color: #40b708;
}
.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: 5%;
    align-items: center;
}
.social p{
    text-align:center;
    opacity:0.5;
}
.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;
}

.content table {
    width: 100%;
    border: none;
    line-height: 1.2em;
    border-top: 1px solid #dee2e6!important;
    border-bottom: 1px solid #dee2e6!important;
    overflow-x: auto;
}

.content table td,.content table th {
    line-height: 1.2;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
}

.content table th {
    background-color: #f4f0e2;
    text-align: center;
    line-height: 2;
    text-align: center;
}

.content table td:first-child,.content table td.justifyleft {
    /* background: #f4f0e2; */
    /* font-weight: bold; */
    text-align: left;
}



.content table tr:hover,.content table tr:hover td:first-child{
    background:#f7f7f7;
}
.content table td span {
    font-size: 0.8em;
    color: #9d9d9d;
}

.box-scroll {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 50px 0;
}

.box-scroll-item {
    width: 480px;
    height: 400px;
    flex-shrink: 0;
    position: relative;
}

.box-scroll-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.box-scroll-item span {
    position: absolute;
    bottom: 40px;
    left: 10%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
}


/* Side Nav */
.side-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ebebeb;
    border-bottom: none;
    width: 100%;
}

.side-nav li {
    color: #777777;
    padding-top: 13px;
    font-weight: 500;
    padding-bottom: 13px;
    font-size: 14px;
}

.side-nav i {
    line-height: 20px;
    color: #313131;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 32px;
    height: 32px;
    border: 1px solid #d6d6d6;
    border-radius: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #f3f3f3;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 8px;
}

.side-nav i:hover {
    color: #fff;
}

.current_page_item .nav_arrow i {
    color: #fff;
}

.nav_arrow {
    position: relative;
    margin-left: 197px;
    margin-top: -22px;
}

.side-nav li a {
    color: #777777;
    font-weight: 500;
}

.side-nav li a:hover {
    text-decoration: none;
}

.side-nav li:last-child {
}

.side-nav li:first-child {
}

.side-nav li {
    padding-right: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 20px;
}

.side-nav li.current_page_item {
    border-right: 1px solid #fff;
    font-weight: 500;
    background-color: #f7f7f7;
    background-position: 195px center;
    background-repeat: no-repeat;
}

.side-nav .icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 7px;
    margin-top: -7px;
}

.side-nav .page_item {
    position: relative;
}

.side-nav li:hover {
    background-color: #fafafa;
}

.side-nav .icon span {
    width: 100%;
    height: 100%;
    float: left
}

/* End Nav */


.faq-bl {
    max-height: 30rem;
    overflow-y: auto;
}
.faq-it {
    padding: 1.5rem 1%;
    border-bottom: 1px solid var(--bg);
}
.faq-it:first-child {
    border-top: 1px solid var(--bg)
}
.question {
    font-weight: 500;
    font-size: 1.2rem;
    cursor: pointer;
    align-items: center;
    color: var(--bg);
    text-transform: uppercase;
    position:relative;
    line-height: 1.8em;
    padding-right: 2em;
}
.question::after {
    content:'';
    position:absolute;
    right:0.7em;
    top:0;
    width:1px;
    height:1.5em;
    border:1px solid var(--color-a);
}
.question::before {
    content:'';
    position:absolute;
    right:0;
    top:0.7em;
    width:1.5em;
    height:1px;
    border:1px solid var(--color-a);
}
.faq-it.open .question{
    color: var(--color-a);
}
.faq-it.open .question::after {
    display:none;
}
.question p {line-height: 1em;}
.question img {
    width: 2rem;
    margin-top: -4%;
}
.answer {
    padding: 0 3rem 0 1.8rem;
    display: none
}
.answer p {
    margin-top: .5rem;
}

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

.kaleva img {
    width: 6em;
    padding: 0 0.5em;
}

.kaleva {
    display: block;
    padding: 0 0 1em 0;
}
.contact_form p.desc {
    margin-top: 0;
    margin-bottom: 20px;
}

span.label {
    text-transform: uppercase;
    padding: 0;
    text-shadow: none;
    font-weight: normal;
    color: #999999;
    background: none;
    font-size: 10px;
    width: 100%;
}

.contact_info p:first-child {
    margin-top: 0;
}

.contact_info p {
    margin-bottom: 0px;
    margin-top: 5px;
}

.contact_info p.address {
    margin-bottom: 30px;
}

.contact_info .social_icons {
    padding-left: 0;
    margin-top: 30px;
}

.contact_form .custom_btn {
    width: 100%;
}

input, select,textarea {
    width: 100%;
    border: none;
    color: #232323;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    outline: none;
    background: transparent;
}
textarea {
    height: 5em;
}
label {
    line-height: 150%;
    font-size: 0.87em;
}
.form-check,.form-block {
    padding-left: 0;
}
.form-block>div,.form-check>div{
    margin:1vw 0;
}

.form-check .form-check-input {
    width: 2vw;
    height: 2vw;
    border: 1px solid var(--color-a);
    margin: 0vw 1vw 0vw 0vw;
    vertical-align: middle;
    float: none;
}
.form-check .form-check-input:checked,.form-check-input:checked {
    background-color: var(--color-a);
    border-color: var(--color-a);
}
.form-check-input[type=checkbox]{
    width: 2vw;
    height: 2vw;
    border-radius:0;
    vertical-align: text-bottom;
}
.close-form {
    width: 5%;
    position: absolute;
    right: 3%;
    top: 4%;
    z-index: 2;
    /* background: var(--color-a); */
}

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



#callme {
    /* width: 100%; */
    /* position: relative; */
    /* height: auto; */
    /* padding: 0; */
}

#callme .ajax_form {
    /* padding: 10% 0; */
}



#callme p {
    /* margin: 1em 0; */
}

ul.footer_ul_contact {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

ul.footer_ul_contact li {
    padding-bottom: 40px;
    font-size: 1.1em;
    color: #7B7B7D;
}

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



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

.image-desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.boxed_layout {
    width: 1200px;
    -webkit-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto
}

.boxed_layout header#header {
    margin-top: 0px
}

.boxed_layout {
    margin-bottom: 0px;
    background: #fff;
    position: relative;
}

.boxed_layout .header_content .fullshadow {
    background: url('img/header_shadow.png') center no-repeat
}

#page-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}

#page-bg img {
    position: absolute;
    height: 100%;
    width: 100%
}

.pagination ul {
    padding: 0
}

.pagination ul li {
    margin-right: 5px
}

.pagination ul li:last-child {
    margin-right: 0
}

.pagination ul li a {
    color: #444;
}

.pagination ul li a:hover {
    text-decoration: none;
}

.pagination ul li.active a, .pagination ul li a:hover {
    color: #444
}
.form50 {
    width: 50%;
    margin: 0 auto;
}
.standard-form {
    padding: 15px 0;
    /* width: 500px; */
    padding: 10% 0 5%;
}
.standard-form3{
    background:url(/img/article/form-back.jpg) no-repeat center/cover;
    padding:6vw;
}
.standard-form textarea {
    padding: 0;
}

.standard-form input[placeholder]  {

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

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

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

.input-box {
    border: 0;
    border-bottom: 2px solid #ddd;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    -o-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    position: relative;
    width: 100%;
}

.input-box::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: -2px;
    position: absolute;
    left: auto;
    right: 0;
    background-color: var(--color-a);
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.input-box:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

#form-modal .input-box{
    margin-bottom:15px;
}

.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;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}
 
/* Hover/active */
.input-file:hover span {
	color: var(--color-a-hover);
}
.input-file:active span {
	color: var(--color-a-hover);
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
	color: var(--bg);
}

.ral {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    overflow-y: auto;
    height: 50vh;
}
.ral >div{
    width: 15%;
    font-size: 0.8em;
    aspect-ratio:1;
    opacity:0.3;
    text-align: center;
}
.ral >div:hover{
    opacity:1;
    cursor:pointer;
}
.ral>div>div{
    width:100%;
    aspect-ratio: 1.5;
}

.RAL_Choose {
    width: 8%;
    aspect-ratio: 2;
    border: 1px solid var(--bg);
    position: absolute;
    right: 0;
    top: 20%;
}

.form-icon {
    left: 13px;
    right: auto;
    top: 14px;
    z-index: 2;
    font-size: 20px;
    color: #888;
    position: absolute;
    width: 0.625em;
}

.post_page_cont iframe {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    /* Firefox */
    -webkit-border-radius: 6px;
}

/******** SLICK**********/

.slider-article {
    display: flex;
    gap: 3%;
    flex-wrap: nowrap;
    overflow-y: auto;
}
.slick-case-flex {
    display: flex;
    gap: 20px;
}

.slick-case-flex>div {
    flex: 1;
}

.slider-case,.slider-cert {
    padding-top: 20px;
    margin: 0!important;
}

.slider-case .slick-slide>div{
    margin:10px;
}


a.img-item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 15px;
}
.item:hover img {
    opacity: 0.7;
}

.slider-control {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0vw;
    right: 0;
    z-index: 5;
    justify-content: space-between;
    width: 42%;
    border-top: 1px solid var(--bg);
    margin-right: 6vw;
    padding-top: 2vw;
}
.slider_home+.slider-control {
}
.countsSlides,.countsSlides-form,.countsSlides-port {
    color: var(--bg);
}

.sl-next, .sl-prev {
    width: 4em;
    padding-left: 2vw;
}

.sl-next:hover, .sl-prev:hover {
    cursor: pointer;
    opacity: 0.8;
}
.sl-prev.slick-disabled,.sl-next.slick-disabled {
    opacity: 0.2;
}
.main-page a.case-btn {
    color: var(--color-a);
    font-weight: bold;
}

.thanks {
    padding: 5vw 3vw;
    background: url('/img/home/image 27.jpg') no-repeat center/cover;
    color: #fff;
    margin-bottom: 5vw;
}

main {
    position: relative;
    margin-top: 14vw;
}


.button-circle {background: var(--color-a);width: 10rem;height: 10rem;line-height: 1rem;text-transform: uppercase;font-size: 0.87em;color: #fff;border-radius: 50%;display: flex;word-spacing: 100vw;align-items: center;justify-content: center;text-align: center;margin: 3em 0;}
.button-circle:hover {
    color: #fff;
    opacity: 0.8;
}

.lowborder-position{
     position: absolute;
     bottom: -5rem;
     right: calc(50% - 5rem);
    margin:0;
}

.h2subheader {
    font-size: 0.87em;
    color: #acacac;
    text-transform: uppercase;
    margin-bottom: 2em;
    line-height: 1em;
}

.swiper-arrow img {
    width: 2em;
}

.swiper-arrow {
    display: none;
}

/* Sections */
section {
    margin: 0px 0 10vw;
}
section#first {
    margin-top: 3vw;
}

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

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


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


.post_slider {
    padding-bottom: 3rem;
    overflow: visible;
}
.post_slide {
    width: 48%;
    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)
}

.slick-news-item 
{aspect-ratio: 1.2;/* position: relative; */overflow: hidden;/* width: 40vw; */}

.slick-news-item >div img {
    object-fit: cover;
}


.news_more_img {
    position: absolute;
    right: 15%;
    top: 15%;
    z-index: 1;
    width: 2vw;
}

.news-text {
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: 0 3rem;
    color: #fff;
}
.news_desc{color: #fff;}

.news_title {
    padding-bottom: 1em;
    display: block;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
}


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

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

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

.gallery_item {
    /* padding: 10px 0; */
    min-width: 150px;
}
.gallery_item a {
    display: block;
}
.gallery-column-3c {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.gallery-column-3c .gallery_item{
    width: calc(25% - 31px);
    /* margin-bottom: 15px; */
}
.gallery-column-3c .gallery_item img {
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 20px;
}
#gallery-case {
    /* background: #950000; */
    padding: 30px 0;
}

#gallery-case h3 {
    color: #fc3524;
    padding: 30px 0;
    text-transform: uppercase;
}

#gallery-case .custom_btn {
    margin: 15px 0;
    display: inline-block;
}

.grid-portfolio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5em;
}
.grid-portfolio .item:nth-child(6n-5),.grid-portfolio .item:nth-child(6n-1){
    grid-row:span 2;
    grid-column: span 2;
}
.video iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 4 / 3;
}
.port-control {
    right: unset;
    bottom: unset;
    top: 0;
    height: 100%;
    flex-direction: column;
    padding-bottom: 2em;
    margin: 0;
    width: calc(50% - 2em);
}
.port-control>div {
    width: 100%;
}
.grid-text {
    height: 100%;
}
.slider_port .promo-title {
    font-size: 1.4em;
}
.slider_port .promo-subtitle{
    border:none;
}
.slider_port {
    padding: 2em 0;
    border-top: 1px solid var(--bg);
    border-bottom: 1px solid var(--bg);
}

.slider_port .item{
    position:relative;
}
.slider_port .item:hover img {
    opacity: 1;
}
.slider_port .item a:before  {
    content:'';
    background:#00000000;
    inset:0;
    width:100%;
    height:100%;
    position:absolute;
    transition:0.2s;
}
.slider_port .item:hover a:before  {
    background:#0000006b url(/img/icon/see.svg) no-repeat center / 40%;
}

/* End Sections */


/* Boxed Content */
.boxed_content {
    padding: 15px;
    border: 1px solid #ebebeb;
    float: left;
}

/* End Boxed Content */
/* Testimonials */
.testimonials_block dl {
    width: 1100px;
    margin-left: 20px;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
}

.testimonials_block dl dt {
    width: 175px;
    height: 142px;
    position: relative;
}

.testimonials_block dl dt .first_circle {
    width: 140px;
    height: 140px;
    float: left;
    background: #f7f7f7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #ededed;
}

.testimonials_block dl dt .second_circle {
    width: 110px;
    height: 108px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-left: 15px;
    margin-top: 15px;
    -webkit-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    -moz-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    position: relative;
}

.testimonials_block dl dt .second_circle img {
    width: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    -moz-box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
    box-shadow: inset 0 1px 13px 2px rgba(102, 102, 102, 0.13);
}

.testimonials_block dd {
    margin-left: 190px;
    margin-top: 25px;
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-style: italic;
}

.testimonials_block h6 {
    color: #555;
    margin-top: 20px;
    width: 100%;
    text-align: right;
    font-weight: 300;
}

.testimonials_block .arrow {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -15.5px;
    height: 31px;
    width: 25px;
    background: url('img/test-arrow.png') no-repeat;
}

.testimonials_block .position {
    font-size: 15px;
}

/* End Dynamic Slideshow */
/** Shortcode Testimonials */
#testimonials {
    float: left;
}

#testimonials .content {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 15px;
}

#testimonials .ic {
    background: url('img/testi_arrow.png') no-repeat;
    position: relative;
    background-position: 140px 0;
    width: 100%;
    height: 21px;
    float: left;
    top: -1px;
}

#testimonials span.title {
    color: #222;
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 7px;
}

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


.video-item {
    display: block;
    position: relative;
}
.video-icon {
    position: absolute;
    opacity: 0.5;
}
.video-item img {
    aspect-ratio: 3/2;
    object-fit: cover;
    /* border: 2px solid; */
    /* border-radius: 20px; */
}
.video-item:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    /* border-radius: 50%; */
    background: rgba(0,0,0,0.1);
    /*background: #fff url(../images/eye.png) 50% 50% no-repeat; background: rgba(255, 255, 255, 0.9) url(../images/eye.png) 50% 50% no-repeat;*/
    transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.video-item:hover:before {
    border-radius: 0;
    top: -15px;
    right: -15px;
    bottom: 0;
    left: -15px;
}
.navbar-div {
    display: none;
    align-items: center;
}

.navbar {
    padding: 0 20px;
    width: 100%;
    background: #ee821f;
    border-radius: 50px;
}

nav>ul {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
}

nav>ul li {
    margin: 0;
}

.side-menu .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #fff;
    padding: 15px 15px;
    /* font-size: 1.2em; */
    line-height: 1em;
    white-space: nowrap;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    /* font-family: Candara; */
}

.side-menu .navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-a);

}
.navbar-light .navbar-nav a.nav-link:hover {
    background: #fff!important;
    color: var(--color-a);
}

.side-menu .navbar-light .navbar-nav .active>.nav-link {
    color: var(--color-a-hover);
}

.side-menu .navbar-nav li {
        text-align: center;
    }
.navbar-toggler {
    display: none;
}
.navbar-toggler.collapsed {
    outline: none;
    background: url(/template/content/img/menu.svg) no-repeat center;
    background-size: contain;
    padding: 0.5em;
}

.navbar-toggler:focus {
    outline: none;
}


@media only screen and (max-width: 1200px) {
header .navbar-light .navbar-nav>.nav-item>.nav-link{
    font-size: 0.9em;
    padding:10px 10px;
}
    .container {
    max-width: unset;
}
}

@media only screen and (max-width: 992px) {
header .navbar-light .navbar-nav>.nav-item>.nav-link{
    font-size: 0.75em;
    padding:10px 5px;
}
}


    .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;
    }
        
.dropdown-menu {
    /* top: 100%; */
    -webkit-box-shadow: 7px 7px 14px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 7px 7px 14px 0px rgba(50, 50, 50, 0.28);
    box-shadow: 7px 7px 14px 0px rgba(50, 50, 50, 0.28);
    /* border-radius: 10px; */
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
}
.nav-item.level-2.dropdown>.dropdown-menu, .nav-item.level-3.dropdown>.dropdown-menu {
    display: none;
}
.nav-item.level-2.dropdown:hover>.dropdown-menu, .nav-item.level-3.dropdown:hover>.dropdown-menu {
    display: block;
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.dropdown-item {
    padding: 0.5rem 1.5rem;
    /* border-left: 3px solid #fff; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.1s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000000;
    background-color: #b9d5ef;
}
.dropdown-item:focus, .dropdown-item:hover, .nav-item.level-2:focus, .nav-item.level-2:hover, .nav-item.level-3:focus, .nav-item.level-3:hover {
    background-color: var(--color-a);
    color: #fff;
    /* border-left: 3px solid #047174; */
}
.navbar{
    /* padding: 0; */
}
.navbar-nav{
    justify-content: space-between;
    flex: 1;
}
.nav-item.level-2, .nav-item.level-3, .nav-item.level-4 {
    padding: 0;
    border-left: 3px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-item.level-2 > .nav-link, .nav-item.level-3 > .nav-link, .nav-item.level-4 > .nav-link {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.nav-item.level-2 .dropdown-toggle::after {
    vertical-align: 0.15em;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
li.nav-item.level-1.dropdown.active > a {
    background: var(--btn);
}


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);
}
.side-menu {
    /* min-width: 300px; */
    /* padding-right: 20px; */
}

.side-menu a {
    /* color: white; */
}
.side-menu a:hover {
    /* color: #2a2a2a; */
}

.side-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.side-menu ul li {
    padding: 4px 0;
}
.side-menu li.last.level-1 {
    padding-bottom: 10px;
}
.side-menu ul.submenu {
    /* padding-left: 20px; */
    display:none;
    counter-reset:initial;
}
.side-menu li.parent.active ul.submenu {
    display:block;
}
.side-menu ul.submenu li{
    padding: 0px 0;
    position:relative;
    display: block;
    /* width: fit-content; */
    margin: 0 auto;
}

.side-menu>ul>li>a {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.side-menu ul.submenu li a{
   /* font-weight: bold; */
   /* letter-spacing: 2px; */
   line-height: 1em;
   display: inline-block;
}
.side-menu>ul>li.active>a {
    color: var(--color-a);
    font-weight: bold;
}
.side-menu li.level-2.active a {
    color: var(--color-a);
}
.side-menu>ul>li.active+.submenu {
    display:block;
}
.aside-icon {
    height: 35px;
    padding: 5px;
}
.aside-contact-text {
    font-size: 1.2rem;
    color: var(--color-a);
    display: block;
    /* letter-spacing: 1px; */
    /* text-align: center; */
    /* font-weight: bold; */
    white-space: nowrap;
    /* padding-bottom: 5px; */
    transition: none;
    border-bottom: 1px solid;
    line-height: 1em;
}
.cf-city {
    font-size: 0.7em;
    white-space: nowrap;
}

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

.header-2row a {
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    /* transition: none; */
}
.online-yc {
    position: fixed;
    bottom: 170px;
    right: 60px;
    z-index: 10;
    display: none;
}

.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;
	left: 2vw;
	bottom: 2vw;
	z-index: 10000
}

#back-top span {
	width: 49px;
	height: 49px;
	display: block;
	background: var(--color-a) url(/template/content/img/arrow-a.svg) center center no-repeat;
	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%;
}

/***********************************/


@media (max-width: 768px) {
body{
    line-height:1.4em;
}
    h1 {
        font-size: 2em;
    }
    
    h2 {font-size: 1.5em;/* text-align: center; */}

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

/* Sections */
section {
    margin: 0px 0 100px;
}
section#first {margin-top: 90px;}

section#callme_article{
    margin:0;
}    
.button-arrow{
    /* height: 70px; */
    margin: 2em 0;
}
    .font-small{
        line-height:150%;
    }
    .slider-item-left {
        /* aspect-ratio: 1; */
        height: unset;
        padding: 0 15px;
}
form  .slider-item-left{
   
}    
.nav-link-my {
    font-size: 1.7em;
}

.tab-content {
    margin-top: 15px;
}


.ico_small {
    width: 35px;    
}


    header {position:fixed;top:0;background:#fff;z-index: 10;left: 0;padding: 0.5em 1rem!important;}

header .logo{
    width: 50%;
}
    
.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: 60px;
}
:root {
--aside: 0px;
}    
    .mobile-hide {
        display: none;
    }

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

    table {
        /* 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;}
    .contact_form .header {
        text-align: center;
        font-size: 1.4em;
        font-weight: 500;
    }

    .custom_btn {
        width: 100%;
        /* font-size: 0.9em; */
    }
    
    
.swiper-arrow {
    position: absolute;
    bottom: 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 12;
}

.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: calc(100% - 4rem);
}    
    
.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: auto;
    }

    .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: 50px 10px 0px; */
    }
.footer-contact{
    margin:1em 0;
    text-align: center;
    display: block;
}
    footer .logo {
        text-align: center;
        margin: 0 auto 30px auto;
    }

    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: 120px 15px 30px;
    }

    .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: 6rem;
    overflow: hidden;
    margin-top: 2.4rem;
}
.post_slide {
    width: 90%;
    margin-right: 1.5rem;
    /* aspect-ratio: 1; */
}
    
	#back-top {
		left: 10px;
		bottom: 10px;
		z-index: 99;
	}
	#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;
}
    .nav_but{
        padding: 19px;
        outline: none;
        background: var(--color-a) url(/template/content/img/menu.svg) no-repeat center;
        background-size: 50%;
        height: 40px;
        width: 40px;
        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%;}    
    .padding-right-6vw{
        padding-right:0;
    }
    .padding-left-6vw{
    padding-left: 0;
}
.slider-control {
    width: 100%;
    padding-top: 20px;
    /* position:relative; */
    justify-content: center;
    margin: 0;
}

.arrow {
    position:absolute;
    bottom: -20px;
    left: 0;
    width:100%;
    display: flex;
    justify-content: space-between;
}

.sl-next, .sl-prev {
    width: 4em;
    padding: 20px;
}
.Promo-item{
    flex-direction:column;
}
.promo-title {
    /* font-size: 2em; */
    margin: 1em 0;
}


.slider-control.port-control {
    height: 30px;
    bottom: 0;
    position: absolute;
    top: auto;
    border: none;
}

.slider-control.port-control .countsSlides-port {
    bottom:-20px;
    position:relative;
    width:100%;
    text-align:center;
}

.h2subheader{
    /* text-align:center; */
    /* line-height:1em; */
}
    section#vozn {
    background: url(/img/home/image28.jpg) center/cover;
    height: 80vh;
    padding: 0 15px;
    margin-bottom: 49vw;
}
.button-circle {
    /* position: absolute; */
    /* bottom: -85px; */
    /* right: calc(50% - 85px); */
}
    .slider-wrap{
        padding: 0 0px 60px;
        /* min-height: 70vh; */
    }
.form-check .form-check-input, .form-block .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
}

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

   .social {
    justify-content: center;
}
    .header-contact{
        align-items: center;
    }
.logo-intext {
    width: 25vw;
    padding: 10vw 0;
}
.form50{
    width: 90%;
}
.form.fancybox-content {/* padding: 15px; */}
 #form-slider {
    min-height: 60vh;
}
.form-block>div,.form-check>div{
    margin: 1em 0 0;
}
.close-form {
    width: 60px;
    /* position: absolute; */
    right: calc( 50% - 30px);
    top: 30px;
    /* 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 {
    max-height: unset;

}    
.question{
    line-height:1em;
    font-size: 1em;
}
    .news_more_img {
    right: 5%;
    top: 5%;
    z-index: 1;
    width: 15px;
}

    .lider em {
    position: relative;
    padding: 1em;
    display: block;
    width: 100%;
    font-size: 0.9em;
}

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

span.city-mobile-tit {
    display: none;
}

.city-mobile {
    padding: 10px;
}    


.VK {
    padding: 280px 0 35px;
    position:relative;
    background: #DCEAFF url(/img/home/vk-back.svg) center / cover;
}
.VK img{
    position:absolute;
    top: -5em;
    right: 0em;
    width: 100%;
}
