:root {
    --color-back: #0a3f3d;
    --color-a: #efefef;
    --color-a-hover: #156360;
    --color: #efefef;
    --gray: #242f3e;
    --gray2: #3f4550;
    --menu: #eee;
    --header: #ffffff;
    --headerpx: 200px;
    --green: #156360;
    --blue: #74ccd9;
    --aside: 300px;
    --shadow: 0px 4px 70px rgb(0 0 0 / 45%);
}

html {
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}

body {
    background: var(--color-back);
    font-family: Raleway;
    font-size: clamp(0.8rem,1.15vw,1.6rem);
    line-height: 1.5em;
    color: var(--color);
    background-color: #156360;
    background-image: linear-gradient(132deg, #156360 0%, #042927 100%);
    background-attachment: fixed;
    position: relative;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl ,.row {
    --bs-gutter-x: 4vw;
}

h1,h2,h3 {
    line-height: 1.15em;
    text-transform: uppercase;
    /* color: var(--gray2); */
    /* font-family: 'Black Acute'; */
    letter-spacing: 0px;
}

h4,h5,h6 {
    line-height: 1.05em;
    font-weight: 600;
}

h1 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    font-family: 'Black Acute';
    letter-spacing: 1px;
    font-weight: normal;
}

h2 {
    font-size: 2em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.25em;
    /* color: var(--color-a); */
    margin: 1em 0;
    opacity: 0.75;
    /* font-weight: bold; */
    /* text-transform: none; */
}

h4 {
    font-size: 1.1em;
}

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

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

*::-webkit-scrollbar {
    width: 1em;
    background: var(--green);
}

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

*::-webkit-scrollbar {
    width: 0.5em;
}

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

.container-fluid,.container {
    padding: 0 6vw;
    width: 100%;
    max-width: unset;
}

a {
    transition-duration: 0.2s;
    color: #fff;
    ); text-decoration: none;
}

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

a.linkover {
    position: absolute;
    z-index: 1;
    inset: 0;
    height: 100%;
    width: 100%;
}

a.linkover:hover {
    background: #ffffff0d;
}

img {
    width: 100%;
}
.about-img {
    width: 70%;
}
.img-right-top {
    position: absolute;
    height: 90px;
    right: 0;
    top: 0px;
    width: 90px;
    background: #c8c8c8;
    padding: 15px 0px 25px 27px;
    border-radius: 0% 0 0 100%;
}

.img-right-top img {
    height: 100%;
}

main ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    /* font-size: 16px; */
    display: table-cell;
}

main ol>li {
    position: relative;
    /* margin: 0 0 0 0; */
    /* padding: 0 0 60px 60px; */
    line-height: 1.5;
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    /* margin-bottom: 10px; */
}

main ol>li:before {
    /* font-family: sans-serif; */
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -0.3em;
    left: 0;
    width: 1.7em;
    height: 1.7em;
    background: var(--blue);
    color: var(--color-a);
    text-align: center;
    line-height: 1.6em;
    font-size: 1.5em;
    border-radius: 50%;
    border: 2px solid var(--color-a);
    font-weight: bold;
    /* text-shadow: 0 0 5px #fff; */
    box-shadow: 0 0 5px 5px #ffffff3d;
}

main ul {
    /* margin:0; */
    padding-left: 2em;
}

blockquote {
    padding: 1em;
    /* font-style:italic; */
    border-left: 2px solid var(--blue);
    background: url(/template/content/img/quotes.svg) no-repeat bottom right / 10%;
    /* font-size: 1.5em; */
    line-height: 1.5em;
    /* font-weight: bold; */
    letter-spacing: 1px;
}

button {
    border: none;
    padding: 0;
    background: transparent;
    margin: 0;
}

.btn-more.custom_btn {
    margin: 30px auto;
}

.hidden {
    display: none;
}

.rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fancybox img {
    width: 100%;
}

.logo {
    padding: 1em 0;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    width: 100%;
    line-height: 1em;
    justify-content: center;
}

.logo .name {
    color: var(--color-a);
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 2em;
    font-family: 'Black Acute';
    /* transform: scaleX(0.8); */
    letter-spacing: 0px;
    line-height: 1.3em;
    text-align: center;
}

.logo .slogan {
    text-align: center;
    color: #d8d8d8;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.7em;
    letter-spacing: 3px;
    /* padding-top: 15px; */
    text-align: center;
}

.logo img {
    width: 6em;
}

.slider_h1 {
    font-size: 4em;
    color: var(--blue);
    text-transform: uppercase;
    display: block;
    line-height: 1.1em;
    /* font-weight: bold; */
    padding-bottom: 0.5em;
    /* filter: drop-shadow(2px 4px 6px #fff); */
    font-family: 'Black Acute';
}

.slider_text {
    font-size: 1.25em;
    /* color: #656565; */
    line-height: 1.25em;
    display: inline-block;
    /* padding: 1em; */
    /* background: var(--green); */
}

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

.w50 {
    width: 50%;
}

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

.breadcrumbs {
    /* padding: 1em 0 3em; */
}

.breadcrumbs li {
    float: left;
    /* padding-left: 4px; */
    /* font-weight: 700; */
    /* padding-right: 4px; */
    letter-spacing: 1px;
    list-style-type: none;
    /* color: #e4e4e4; */
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 1.2em;
}

.breadcrumbs li a {
    color: #ffffff;
    font-weight: 700;
}

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

.breadcrumbs ol {
    padding-left: 0;
}

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

.breadcrumbs li.separator {
    /* font-size: 0.7em; */
    /* color: #808285; */
    padding: 0 0.5em;
}

.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%;
    /* background: var(--header); */
    z-index: 1;
    padding-left: var(--aside);
    position: relative;
    padding: 0em 0 1em;
    /* top: 2em; */
}

.header-contact, .social {
    display: flex;
    align-items: center;
    gap: 1em;
}

main {
    background: url(/img/22.png) no-repeat left top / 50%;
}

.big {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--color);
    /* white-space: nowrap; */
    /* letter-spacing: -1px; */
    line-height: 2em;
}

.header-contact-wrap {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    background: var(--color-a);
    border-radius: 50px;
    width: 220px;
}

.catalog {
    column-width: auto;
    column-count: 2;
    column-gap: 2em;
    background: var(--green);
    padding: 2em;
}
.catalog h4 {
    margin: 1em 0;
    opacity: 0.5;
}
.img-about {
    /* max-width: 400px; */
    float: left;
    /* padding: 5px; */
    margin: 0 30px 30px 0px;
    /* border-radius: 40px; */
    /* overflow: hidden; */
}



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

.custom_btn {
    transition: all 0.3s;
    color: #1c1c1c;
    line-height: 1em;
    padding: 1em 1em 0.7em;
    position: relative;
    font-family: 'Black Acute';
    white-space: nowrap;
    letter-spacing: 1px;
    background: var(--blue);
    margin: 0 2em;
    display: flex;
    align-items: center;
    width: fit-content;
}

.custom_btn:before {
    content: '';
    position: absolute;
    left: -1.99em;
    top: 0;
    width: 2em;
    height: 100%;
    background: url(/img/icon/btn-l.svg) no-repeat right center / contain;
    */ }

.custom_btn:after {
    content: '';
    position: absolute;
    right: -1.95em;
    top: 0;
    width: 2.05em;
    height: 100%;
    background: url(/img/icon/btn-r.svg) no-repeat left center / contain;
    */ }

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

.custom_btn_blue:hover {
    /* 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 */
header .logo {
    /* max-width: 200px; */
    /* font-size: 0.8em; */
    /* color: var(--gray); */
    /* letter-spacing: 01px; */
    /* text-transform: uppercase; */
    /* padding: 5px 0; */
    /* line-height: 1.2em; */
}

header .logo p {
    margin: 0;
}

img.banner-podo {
    max-height: 20em;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 4em;
}

.form-bg-white {
    background: url(/img/form-bg-white.jpg) no-repeat center;
    background-size: cover;
}

.form-bg-gray {
    /* background: url(/img/form-bg-gray.jpg) no-repeat; */
    background-size: cover;
    /* color: var(--color-back); */
}

.form-bg-gray input,.form-bg-gray select {
    color: var(--color-back);
}

.form-bg-price p a {
    text-decoration: underline;
    color: var(--color);
}

.form-bg-gray p a {
    text-decoration: underline;
}

.form-bg-price.contact_form .header, .form-bg-gray.contact_form .header {
    text-align: left;
}

.banner-label {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.banner-label-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-label-img-2 {
    position: absolute;
    bottom: 130px;
    right: -20px;
    display: none;
}

.banner-label-img-3 {
    position: absolute;
    bottom: 0;
    right: 90px;
    display: none;
}

.banner-podo2 {
    background: url(/img/Ellipse.svg) no-repeat 50% 0%;
    background-size: contain;
    text-align: right;
}

.banner-podo2 img {
    width: 330px;
    height: auto;
    border-radius: 50px 0px 50px 0;
    overflow: hidden;
}

.cat_info {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: #555;
}

.cat_pluses {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #555;
}

/* End Menu */
.header_page {
    padding: 40px 0 40px 40px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: var(--white);
}

.slider_home .slick-slide {
    position: relative;
}

.slider_home {
    margin: 0 0 0 6vw;
    width: 27%;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    -moz-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.header_img img {
    object-fit: cover;
    height: 30vw;
    /* width: 100%; */
}

section.first-section {
    /* background: url(/img/11.png) no-repeat left top/ 50%; */
    padding: 6em 0 0;
}
.first-section img{
    padding:4em;
}
.slider-strelki {
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: contain;
}

.slider-home-text {
    /* position: absolute; */
    /* top: 60px; */
    /* z-index: 1000; */
    /* width: 60%; */
    /* height: auto; */
    /* z-index: 0; */
    /* right: 0%; */
    /* margin-top: 5vw; */
    /* padding-left: 10vw; */
}

.slick-dots {
    bottom: 2vw;
    right: 2vw;
    /* z-index: 8; */
    width: auto;
}

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

.atom {
    width: 100%;
    height: 20em;
}

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

.char .price span {
    /* font-size: 1.5em; */
    /* font-weight: normal; */
    /* line-height: 2em; */
}

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

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

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

footer {
    /* width: 100%; */
    background: #00000057;
    font-size: 0.9em;
    /* background-size: cover; */
    padding: 3vw 0;
    /* color: var(--color-back); */
    /* padding-left: var(--aside); */
}

footer a {
    /* color: var(--color-back); */
}

.footer-menu-wrapper ul {
    flex-direction: column;
    display: flex;
    margin: 0;
}

.footer-menu-wrapper .nav-link {
    padding: 0.65em;
    line-height: 1em;
}

.footer-contact p:not([class]),.prim_text {
    /* color: #d5d5d5; */
    /* font-size: 0.8em; */
    margin-bottom: 0.2em;
}

.footer-contact-text {
    font-size: 1.2em;
    font-weight: bold;
}

.footer-contact-header {
    opacity: 0.5;
}

.footer-small-text {
    /* color: #fff; */
    font-size: 0.8em;
    line-height: 1.4em;
    /* display: inline-block; */
    /* padding: 20px 0; */
    margin: 0;
}

.footer-contact > div:first-child {
    /* border-bottom: 1px solid #ffffff; */
    /* margin-bottom: 20px; */
}

.footer-bottom {
    /* background: var(--menu); */
}

/* Footer */
.callme_main {
    position: relative;
    background: url(/img/calc.png) no-repeat right 16%;
    url(
    /img/icon/mesh45.svg) no-repeat right bottom; /* box-shadow: var(--shadow); */ /* padding: 2em 0; */ }

.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 */
/* ------------------------------------------------------------------------------------------ */
.content img {
    /* width: auto; */
    /* max-width: 100%; */
    /* box-shadow: -1px 7px 11px 7px #282b3026; */
    /* border-radius: 40px; */
}

.content .size-medium {
    width: 45%;
}

.size-full {
    width: 50%;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.content h2, .content h3,.teh h2,.teh h3 {
    /* margin-top: 1.5em; */
}

.content ul {
    display: grid;
}

.content ul li {
    margin-bottom: 10px;
}

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

.content ol li {
    margin-bottom: 2em;
    padding: 0 0 0 3em;
}

.content {
    background: var(--color);
    color: #333;
    padding: 2em 2em;
    clip-path: polygon(0% 0, 95% 0%, 100% 5%, 100% 100%, 5% 100%, 0% 95%);
    max-height: 100vh;
    overflow-x: auto;
}

/*Product*/
.product-left {
    position: relative;
    text-align: center;
}

.product-left img {
    width: auto;
    /* max-width: 50%; */
    height: 100%;
    max-height: 18em;
    /* background: url(/img/atom.svg) no-repeat center/contain; */
}

.formula {
    font-size: 7em;
    font-weight: bold;
    position: absolute;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* height: 100%; */
    /* inset:0; */
    /* width: 100%; */
    opacity: 0.25;
    /* z-index: 2; */
    /* color: var(--green); */
    display: none;
}

big {
    white-space: nowrap;
    font-size: unset;
}

.content .formula {
    overflow: hidden;
}

a.scroll-to {
    border-bottom: 2px solid var(--menu);
    background: url(/img/icon/button-green.svg) no-repeat left center;
    background-size: contain;
    padding: 0.2em 0em 0.2em 2em;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Black Acute';
}

.product-slick {
    aspect-ratio: 3/2;
    background: #218897;
    padding: 1em;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
}
.product-slick img {
    width: 20%;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.product-slick h4 {
    font-weight: normal;
    font-size: 1.25em;
    /* position: relative; */
    /* z-index: 1; */
}

.gost {
    /* color: var(--color-a-hover); */
    opacity: 0.5;
}

.product-slick .formula,.case-item .formula {
    /* color:#fff; */
    opacity: 0.21;
    font-size: 1.4em;
    position: absolute;
    left: 1em;
    bottom: 1em;
    display: block;
    /* z-index: 4; */
}

.price {
    font-weight: bold;
}

.product-slick .price {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.char p {
    margin-bottom: 0.25em;
    font-weight: bold;
    /* opacity: 0.5; */
}

.char p span {
    font-weight: normal;
    opacity: 1;
}

.contact_form h2 {
    text-align: center;
    /* color: #ffffff; */
    /* font-size: 2em; */
    margin-bottom: 1em;
}

.contact_form h3 {
    color: #ffffff;
    margin-bottom: 1em;
    /* opacity: 0.5; */
    text-transform: none;
    font-weight: bold;
}

.form_radio_btn {
    /* display: inline-block; */
    /* margin-right: 1em; */
}

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

.form_radio_btn label {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    padding: 0.5em;
    user-select: none;
    height: 6em;
    /* border: 1px solid #fff; */
    /* border-radius: 5px; */
    text-align: center;
    aspect-ratio: 1.1;
    /* min-width: 90px; */
    background: #ffffff1f;
    position: relative;
}

.form_radio_btn label img {
    position: absolute;
    top: -2em;
    width: 5em;
    /* max-width: 100%; */
    /* max-height: 4em; */
}

#radio-4+label img {
    width: 11em;
    top: -3em;
    /* max-height: 4em; */
}

.form_radio_btn label span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    font-size: 0.8em;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    background: var(--blue);
}

.form_radio_btn input[type=radio]:checked + label span {
    color: var(--gray);
}

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

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

.contact-map {
    position: relative;
    height: 30vw;
    /* 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%)
}

.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: 1em!important;
}

.promo {
    display: flex;
    align-items: end;
    text-align: center;
    background: #ffffffcf;
    position:relative;
    aspect-ratio: 1.4;
    margin-bottom: 3em;
    overflow: hidden;
    clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
}
.promo:before {
    content:'';
    background:#2188977d;
    width:100%;
    height:100%;
    inset:0;
    position:absolute;
  
}


.action {
    /* display: flex; */
    /* align-items: end; */
    /* text-align: center; */
    text-transform:uppercase;
    position:relative;
    padding: 3em 3em 2em;
    overflow: hidden;
    color: #fff;
    clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
}
.action .action-title{
    font-size:2em;
    font-weight:bold;
    font-family: 'Black Acute';
    line-height: 1.2em;
}
.action p{
    font-size:1.5em;
    margin-bottom:1em;
}
.action h3{
    font-size:1.5em;
    margin-bottom:1em;
    font-weight:bold;
    color:#fff;
    opacity:1;
}
.ico_small {
    width: 2em;
    height: 2em;
    background-color: var(--green);
    border-radius: 50%;
    padding: 0.5em;
    display: inline-block;
}

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

.ico_small_back {
    width: 2em;
    height: 2em;
    background-color: var(--menu);
    border-radius: 50%;
    display: inline-block;
    /* opacity: 0.5; */
}

.ico_small_back.phone {
    background: url(/template/content/img/phone.svg) no-repeat center/contain;
    url(
    /template/content/img/phone.svg) no-repeat center/contain; background-size: 60%;
    width: 2em;
    height: 2em;
    border: 1px solid #fff;
}

.ico_small_back.telega {
    background: url(/template/content/img/telegram.svg) no-repeat center/contain;
    opacity: 0.5;
}

.ico_small_back.wh {
    background: url(/template/content/img/whatsapp.svg) no-repeat center/contain;
    opacity: 0.5;
}

.ico_small_email {
    background: url(/template/content/img/email.svg) no-repeat left/contain;
    padding-left: 2em;
    display: inline-block;
    font-weight: bold;
    /* opacity: 0.5; */
}

.ico_small_back:hover {
    background-color: var(--blue);
    cursor: pointer;
    /* border-radius: 50%; */
    opacity: 1;
}

.ico_big {
    width: 6em;
    padding: 1em;
    /* background: var(--gray); */
    /* background: url(/img/atom.svg) no-repeat center/contain; */
    /* margin-bottom: 1em; */
}

.icon_search {
    background-image: url(/template/content/img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--shadow);
}

.promo p {
    font-size: 1.19em;
    line-height: 1.3em;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 1px 0px 5px #073230;
    font-weight: bold;
    background: linear-gradient(359deg, black, transparent);
    padding: 1em;
}

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

.teh table th {
    text-transform: uppercase;
    font-weight: bold;
}

.teh table tr:nth-child(2n) {
    /* background-color: var(--menu); */
}

.teh table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--menu);
    line-height: 1.2em;
    table-layout: auto;
    background: #ffffff1a;
}

.teh th, .teh td, .teh td:first-child {
    border: 1px solid var(--blue);
    vertical-align: middle;
    text-align: center;
    padding: 0.5em;
    width: 5%;
    font-size: 0.8em;
}

.teh table tr:first-child td {
    text-align: center;
    font-weight: bold;
}

.teh td p {
    margin-bottom: 0;
}

/* 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 */
h6.desc_title {
    color: #424243
}

.row-google-map {
    position: absolute;
    height: 100%;
    width: 100%;
    /* filter: grayscale(1); */
}

.row-google-map .desc {
    line-height: 23px;
}

.row-google-map .desc strong {
    color: #555;
}

.row-google-map .desc a {
    text-decoration: underline;
}

.row-google-map iframe {
    /* width: 100%; */
    /* height: 400px; */
}

.row-google-map .big_shadow {
    position: absolute;
    background: url('img/big_shadow.html') center bottom no-repeat;
    width: 1080px;
    height: 260px;
    left: -70px;
    top: 216px;
}

form#form-vopros {
    background: #185553f5;
    padding: 2em 4em;
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
}

.contact_form p.desc {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact_form 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: 215px; */
}

.contact_form .header {
    /* font-size: 1.9em; */
    /* font-weight: bold; */
    text-align: left;
    opacity: 1;
    /* text-transform: none; */
}

.contact_form input, .contact_form select {
    width: 100%;
    /* max-width: 300px; */
    background: transparent;
    border: none;
}

.close-form {
    width: 3em;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 100000;
}

.contact_form p {
    font-size: 0.75em;
    line-height: 1.3em;
    /* max-width: 300px; */
    margin: 0;
}

.contact_me_wrap {
    position:relative;
    height:100%;
}

.contact_me {
    position: sticky;
    padding: 2em 1em;
    /* border: 1px solid var(--gray); */
    /* background: var(--menu); */
    text-align: center;
    width: 100%;
    box-shadow: var(--shadow);
    top: 1em;
    height: fit-content;
}

.contact_me img {
    width: 13em;
}

.contact_me h5 {
    font-weight: normal;
    margin: 1em 0;
    line-height: 1.2em;
    font-size: 1.5em;
}

.contact_me p {
    text-transform: uppercase;
    font-size: 0.8em;
}

.btn-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-center > * {
    margin: 15px;
}

#callme,#recall {
    /* width: 100%; */
    /* max-width: 1440px; */
    background: var(--green);
    /* color: var(--color); */
    position: relative;
    height: auto;
    /* padding: 0; */
}

#callme .ajax_form,#recall .ajax_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    align-items: center;
}

#callme .contact_form input, .contact_form select {
    /* margin-bottom:1em; */
}

#callme .contact_form a {
    /* color: #fff; */
    text-decoration: underline;
}

#callme p {
    margin: 1em 0;
    padding: 0;
    line-height: 1.5em;
    text-align: center;
}

.contact {
    margin: 60px 0;
}

.contact-box {
    background: rgb(255 255 255 / 80%);
    padding: 20px 45px 0px 45px;
    max-width: 400px;
    margin-top: 60px;
    position: absolute;
    left: 45px;
    z-index: 1;
    /* color: var(--color-back); */
    border-radius: 30px;
    backdrop-filter: blur(5px);
}

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

p em {
    /* color:var(--color-a); */
    font-size: 1.5em;
}

.contact-item {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    /* line-height: 2; */
    background: var(--green);
    padding: 2em 0;
    height: 100%;
}

.contact-item > div {width: 100%;}

.contact-item p {
    margin: 0 0 0.5em 0;
    /* font-size: 1.25em; */
    /* font-weight: bold; */
}

.contact-item p b{
    margin: 0 0 0.5em 0;
    font-size: 1.5em; 
    /* font-weight: bold; */
}

.contact-item img {
    width: 7em;
}

.contact-item a {
    /* color:#fff; */
    /* border-bottom: 1px solid; */
    /* font-weight: bold; */
}

table {
    width: 99%;
}
 td {
 padding: 0.5em;
 border: 1px solid #ffffff30;
 vertical-align: middle;
 background: var(--green);
}
td:first-child{
	font-weight:bold;
	text-align:right
}
td p{
	margin:0;
	padding: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%
}

div.jGrowl {
    z-index: 100000;
}

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

.standard-form {
    /* padding: 30px 30px; */
}

form#form-price {
    background: #185553f5;
    padding: 2em 4em;
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
    ); }

.standard-form input, .standard-form textarea {
    box-shadow: none !important;
}


.standard-form textarea {
    padding: 1em;
    font-size: 1em;
    height: 10em;
    width:100%;
}

.standard-form input[placeholder], .standard-form input,.standard-form select {
    color: #232323;
    padding: 0.5em;
    font-size: 1em;
    /* border: 1px solid #7B7B7B; */
    cursor: pointer;
    outline: none;
    /* border-radius: 5px; */
    /* width: 216px; */
    background: white;
    border-radius: 0;
}

.standard-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--green);
    color: var(--color-a);
    font-weight: bold;
    border: none;
    padding: 0.5em 1em;
}

.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;
    display: flex;
    align-items: center;
    /* gap: 1em; */
    background: var(--blue);
}

.input-box::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: -2px;
    position: absolute;
    left: auto;
    right: 0;
    background-color: var(--blue);
    -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;
}

#callme .input-box,#recall .input-box{
    width:100%;
}

.form-icon {
    color: var(--color-a);
    height: 2.5em;
    width: 3em;
    padding: 0.5em;
}

.form-icon-no-req {
    opacity: 0.7;
}

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

/******** SLICK**********/
.slider-cert {
    margin: 0 -1em;
}

.slider-case .slick-slide {
    margin: 0 1em;
}

.slider-case .slick-list {
    margin: 0 -1em;
}

.slider-cert .item {
    padding: 10px;
}

.case-item {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    position: relative;
    background: var(--green);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 1em;
    min-height: 5em;
}

.case-item img {
    max-width: 3em;
    height: 3em;
}

.case-item:hover {
    box-shadow: var(--shadow);
}

.case-item-title {
    font-weight: bold;
    font-size: 1.4em;
}

.arrow {
    display: flex;
    align-items: center;
    /* font-family: sans-serif; */
    font-weight: bold;
    color: var(--color-a-hover);
    margin-bottom: 1em;
}

.countsSlides {
    margin: 0 50px;
}

.sl-next, .sl-prev {
    width: 3em;
    height: 3em;
    font-size: 1em;
    background: var(--blue);
    border-radius: 50%;
    padding: 1em;
}

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

.main-page a.case-btn {
    color: var(--color-a);
    font-weight: bold;
    float: right;
    /* padding-bottom: 20px; */
}

.owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
    font-size: 3em;
    color: var(--color-back);
    /* line-height: 1em; */
}

.owl-carousel .owl-nav img {
    width: 20px;
}

.owl-carousel .owl-nav button.owl-next:after, .owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    background: var(--color-a);
    border-radius: 40px 40px 40px 40px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.owl-carousel .owl-nav button.owl-prev:after {
    transform: rotate(-67deg);
}

.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover {
    background: transparent;
    opacity: 0.5;
}

.home-carousel .owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: 300px;
    width: auto;
    margin: 0 auto;
    /* clip-path: polygon(50% 15%,100.00% 50.00%,50% 85%,0.00% 50.00%); */
    /* -webkit-clip-path: polygon(86% 14%, 96% 38%, 89% 66%, 85% 95%, 50% 100%, 22% 97%, 2% 75%, 24% 55%, 6% 3%); */
    /* clip-path: polygon(86% 14%, 96% 38%, 89% 66%, 85% 95%, 50% 100%, 22% 97%, 2% 75%, 24% 55%, 6% 3%); */
}

/* Sections */
section {
    padding: 3em 0;
}

.blue-white {
    background: url(/img/first3.jpg) no-repeat center / cover;
}

.blue-white h2 {
    color: #222;
}
.about {
    background: var(--green) url(/img/himia/ion1.jpg) no-repeat right center / contain;
}
.header_img_main {
    background: #ffffff url(/img/main-first-fon.jpg) right top no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
    counter-reset: num;
    /* clear: both; */
    gap: 2em;
    /* background: url(/img/back.jpg) no-repeat center/cover; */
    /* display: flex; */
    /* flex-basis: auto; */
    /* flex-wrap: wrap; */
    /* flex: 1 0 0; */
}

.menu-grid>div {
    position: relative;
    background: var(--blue);
    clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
    z-index:10;
}

.menu-grid .menu-item-img {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.menu-grid .menu-item-img img {
    /* object-fit: cover; */
    height: 100%;
    opacity: 0.2;
}

.menu-grid .menu-item-ex .menu-item-img {
    width: 30%;
    height: 30%;
    bottom: 0;
    bottom: 1em;
    top: initial;
    right: 1em;
}

.menu-item-text ul {
    list-style: none;
    padding: 1em 2em;
}

.menu-grid .menu-item>a {
    height: 100%;
    width: 100%;
    padding: 1em;
    display: flex;
    justify-content: center;
    color: #fff;
    opacity:0.85;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1.3em;
    aspect-ratio: 1.5;
    font-family: 'Black Acute';
    letter-spacing: 1px;
    text-align: center;
    align-items: center;
    text-shadow: 0px 0px 5px #00000082;
    position: relative;
}
.menu-grid .menu-item>a:hover {
    opacity:1;
    color:#fff;
    text-shadow: 0px 4px 5px #000000a3;
}
.menu-grid .menu-item-img img {
    /* object-fit: cover; */
    height: 100%;
    opacity: 0.2;
}

.menu-grid-level2 .menu-item>a {
    height: auto;
    aspect-ratio: unset;
    padding: 1em 1em 1em;
    color: var(--green);
}

.menu-grid .menu-item-text ul a {
    /* font-size: 0.8em; */
    line-height: 1em;
    position: relative;
    /* color: #fff; */
    padding-bottom: 0.5em;
    display: inline-block;
}
.menu-grid>div.menu-item-ex {
    background: var(--green);
}

.menu-grid .menu-item-ex.menu-item>a{
    color:var(--blue);
}
.menu-grid .menu-grid-btn {
    position: absolute;
    top: 1em;
    right: 1em;
    display: none;
}

.menu-item.last-item {
    background: #0a6977;
}

.menu-item:hover .menu-item-img img {
    transition: 0.3s;
    opacity: 0.7;
}

.menu-grid .menu-item h4 {
    /* color: var(--color-a); */
    line-height: 1.1;
    font-size: 1.5em;
    /* padding: 5px 0px; */
    text-transform: none;
    /* text-align: center; */
    /* margin: 10px; */
    font-family: Bookman;
    font-weight: bold;
}

.menu-grid.menu-grid-level2 {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

.spec-grid {
    display: flex;
    gap: 6vw;
}

.spec-item img {
    object-fit: cover;
    aspect-ratio: 0.85;
    height: 100%;
    box-sizing: border-box;
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    -moz-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.spec-item {
    display: flex;
    position: relative;
    flex-direction: column;
}

.spec-item > div {
    flex: 1;
}

.spec-item > div:first-child {
    position: relative;
}

.spec-item .shadow6 {
    position: absolute;
    top: 1vw;
    left: 1vw;
    height: 100%;
    width: 100%;
    background: var(--header);
    box-sizing: border-box;
    -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    -moz-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.spec-item .custom_btn {
    /* position: absolute; */
    /* bottom: 0vw; */
    /* left: calc(50% - 3vw); */
    padding: 3vw;
}

.news_title {
    padding: 0 1vw;
    display: block;
    color: var(--color);
}

.news_date {
    color: gray;
    font-weight: bold;
    padding: 1vw;
    margin: 0;
}

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

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

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

#gallery-case {
    /* background: #950000; */
    padding: 30px 0;
}

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

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

.simplesearch-results {
    margin: 1em 0;
    font-weight: bold;
}

.simplesearch-paging {
    margin: 1em 0;
}

.simplesearch-result h3 {
    /* color: var(--green); */
    /* border-bottom: 1px solid; */
    font-size: 1.5em;
    font-weight: bold;
}

.simplesearch-result h3 a:hover {
    /* color: var(--color-a-hover); */
    /* border-bottom: 1px solid; */
}

.simplesearch-result {
    margin-bottom: 1em;
    /* font-size: 0.8em; */
    background: var(--green);
    padding: 1em;
}

span.simplesearch-highlight {
    color: var(--blue);
}

/* End Sections */
.neighbors {
    margin-top: 1em;
    border-top: 1px solid var(--blue);
}

.neighbors a {
    display: inline-block;
    font-weight: bold;
    padding: 1em 0;
}

.neighbors div:first-child a {
    background: url(/img/icon/btn-l.svg) no-repeat left center / 5%;
}
.neighbors div:last-child a {
    background: url(/img/icon/btn-r.svg) no-repeat right center / 5%;
}
/* 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 {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    background: #0086d2db;
    color: var(--color-back);
    line-height: 1.2em;
}

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

.search {
    /* position: absolute; */
    /* width: calc(30%); */
    /* left: 17vw; */
    /* top: 0vw; */
}

fieldset {
    display: flex;
    align-items: center;
    gap: 1vw;
}

input#search {
    background: transparent;
    border: none;
    padding: 0.6em 0em;
    color: var(--color-a);
    /* font-size: 0.8em; */
    width: 80%;
    /* box-shadow: 0px 4px 70px 1px rgb(105 105 105 / 45%); */
    outline: none;
    border-bottom: 1px solid #ffffff47;
}

/****Menu****/
.top-menu-wrapper {
    /* position: absolute; */
    /* width: calc(100% - 12vw); */
    /* left: 6vw; */
    /* bottom: 0vw; */
}

.navbar {
    padding: 0;
    background: var(--green);
    /* margin: 0 6vw; */
    position: relative;
    box-shadow: var(--shadow);
}

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: var(--color);
    padding: 0.75em 2em 0.5em;
    /* font-size: 0.8em; */
    /* line-height: 1.5em; */
    white-space: nowrap;
    /* position: relative; */
    font-weight: bold;
    text-transform: uppercase;
}

header .navbar-light .navbar-nav .nav-item a:hover {
    cursor: pointer;
    color: var(--blue);
    background: #fff;
}

.top-menu-wrapper .navbar-light .navbar-nav .nav-link.active, .top-menu-wrapper .navbar-light .navbar-nav .nav-link:hover {
    color: var(--blue);
    cursor: pointer;
    background: #ffffff;
}

.navbar-nav {
    /* flex-wrap:wrap!important; */
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: baseline;
}

.navbar-nav a:focus, .navbar-nav a:hover {
    color: var(--color-a-hover);
    /* background: transparent; */
}

header .navbar-light .navbar-nav>.nav-item>.nav-link.dropdown-toggle {
    background: url(/template/content/img/menu.svg) no-repeat 15% center / 10%;
    padding-left: 3em;
}

header .navbar-light .navbar-nav>.nav-item.open>.nav-link.dropdown-toggle {
    background: url(/template/content/img/close.svg) no-repeat 15% center/ 10%;
}

@media (min-width: 768px) {
    header .top-menu-wrapper .level-1.dropdown.open>.dropdown-menu {
        box-shadow: 0px 6px 9px 6px #00000070;
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 40vw;
        /* height: calc(100vh - 20em); */
        overflow-y: auto;
        /* flex-wrap: wrap; */
        /* background: var(--header); */
        /* flex-direction: column; */
        margin: 0;
        padding: 0;
        /* gap: 1vw 1vw; */
        left: 0vw;
    }

    header .top-menu-wrapper .level-1.dropdown.open>.dropdown-menu>* {
        padding: 0;
        width: 50%;
        background: #effffe;
        position: unset;
    }

    .nav-item.level-2.dropdown:hover>.dropdown-menu, .nav-item.level-3.dropdown:hover>.dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 50%;
        border: 0;
        box-shadow: none;
        background: transparent;
        height: 100%;
        width: calc(50%);
        padding: 1em;
        overflow: auto;
    }
}

.dropdown .dropdown-item {
    /* line-height:1.2em; */
    /* font-size: 0.8em; */
    /* color: var(--color); */
}

header .navbar-light .navbar-nav .level-2 .nav-link {
    color: #333;
    );
    padding: 0.5em 2em;
    /* font-size: 1.2em; */
    line-height: 1.3em;
    /* position: relative; */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1vw;
    /* font-family: 'Black Acute'; */
    white-space: initial;
}

.level-2 .dropdown-toggle::after {
    border: none;
    display: none;
}

.nav-item.level-2.dropdown>.dropdown-menu, .nav-item.level-3.dropdown>.dropdown-menu {
    display: none;
}
.nav-item.level-2.dropdown>.dropdown-menu a{
    font-weight:600;
    font-size:0.9em;
    opacity:0.9;
    line-height:1em;
    padding:0.5em;
}

.nav-item.level-1>a.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.nav-item.level-2.dropdown:has(.dropdown-menu:hover)>a{
    color:var(--blue);
    background: #fff url(/img/icon/btn-r.svg) no-repeat right center / 5%;
}
.dropdown-item {
    white-space: normal;
    /* padding: 0.3em; */
}

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

.side-menu a {
    color: white;
    font-size: 14px;
}

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

.side-menu ul li {
    padding: 8px 0;
    display: block;
    color: #86c3ff;
    font-size: 0.8em;
}

.side-menu ul.submenu {
    padding-left: 20px;
    display: none;
}

.side-menu ul.submenu li {
    padding: 1px 0;
}

.side-menu>ul>li>a {
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.side-menu>ul>li.active>a {
    color: #090909;
}

.side-menu>ul>li.active+.submenu {
    display: block;
}

.aside-icon {
    height: 30px;
    padding: 5px;
}

.aside-contact-text {
    font-size: 0.9em;
    color: #eee;
    display: block;
}

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

.form.fancybox-content {
}

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

.nicotino {
    display: inline;
}

.nicotino a {
    padding: 0px 0px 0px 2px;
    background: white;
    color: #0065b2;
}

.nicotino a:hover {
    color: #282828;
}

.nicotino span {
    background: #0065b2;
    color: white;
    padding: 0px 2px;
    margin-left: 2px;
}


@media only screen and (max-width: 480px) {
    body {
        font-size: 16px;
        /* padding-top: 60px; */
    }

    .logo img {
        width: 62px;
    }

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

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl ,.row {
        --bs-gutter-x: 15px;
    }
main {
    background: url(/img/22.png) no-repeat left top / 100%;
}
    section.first-section {
        padding: 30px 0;
    }
.about {
    background: var(--green) url(/img/himia/ion1.jpg) no-repeat top center / contain;
    padding-top: 300px;
}
    .blue-white {
        background: var(--green);
    }

    h1,h2,h3 {
        letter-spacing: 1px;
    }

    .top-menu-wrapper {
        bottom: unset;
    }

    .nav_but {
        /* padding: 20px; */
        outline: none;
        background: var(--blue) 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(--blue) url(/template/content/img/menu-close.svg) no-repeat center;
        background-size: 50%;
    }

    .search {
        display: none;
    }

    h1 {
        margin: 20px 0;
        font-size: 1.5em;
    }

    h2, .contact_form h2 {
        font-size: 1.5em;
    }

    .slider_h1 {
        font-size: 2em;
        text-align: center;
    }

    .slider_text {
        font-size: 1em;
        text-align: center;
    }

    .slider-home-text {
        margin: 0;
        padding: 0;
    }

    .page_parents {
        /* padding: 100px 0 15px; */
    }

    section#slider {
        height: 300px;
        margin-top: 60px;
        margin-bottom: 0;
    }

    .teh {
        overflow-x: auto;
    }

    .header_img img {
        height: 300px;
    }

    .slick-dots {
        right: unset;
        bottom: 30px;
        width: 100%;
    }

    .img-about {
        float: none;
        width: 100%;
    }

    .header-ico {
        /* margin: 2px; */
        border: 2px solid var(--color-a);
        width: 50px;
        height: 50px;
        margin: 0;
    }

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

    .header-contact-wrap {
        /* align-items: baseline; */
        width: 100%;
        background: transparent;
    }

    .header-contact-wrap > div:first-child {
        /* display: flex; */
        justify-content: end;
    }

    header .header-contact {
        /* flex-direction: row; */
        /* margin: 0; */
        padding: 2px;
    }

    .header_page {
        padding: 0 0 10px 0;
        /* border-radius: 0; */
    }

    .header-contact, .social {
        gap: 10px;
    }

    .ico_small_email {
        font-size: 0;
    }

    .navbar-toggler {
        /* display: none; */
    }

    .navbar-toggler {
        background: url(/template/content/img/menu-close.svg) no-repeat center;
    }

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

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

    .navbar {
        padding: 0;
        position: fixed;
        /* top: 54px; */
        left: 0;
        width: 100%;
        background: var(--green);
    }

    header .navbar-light .navbar-nav .nav-item {
        width: 100%;
    }

    header .top-menu-wrapper .level-1.dropdown.open>.dropdown-menu {
        display: flex;
        flex-direction: column;
    }
    
    header .navbar-light .navbar-nav>.nav-item>.nav-link {
        /* color: #fff; */
        /* text-align: center; */
        padding: 20px 30px;
        /* font-size: 1.25em; */
        /* padding-left:15px; */
        width: 100%;
    }

    .level-1>ul.dropdown-menu {
        /* display: block; */
        background: var(--color-a);
    }

header .navbar-light .navbar-nav>.nav-item>.nav-link.dropdown-toggle {
    background-position-x: 5%!important;
    background-size:5%!important;
}
    
    header .navbar-light .navbar-nav .level-2>.nav-link {
        /* color: var(--color-a); */
        padding: 10px 10px 15px 30px;
        font-size: 0.9em;
        /* line-height: 1.3em; */
        /* position: relative; */
        /* font-weight: bold; */
        /* text-transform: uppercase; */
        /* font-family: Bookman; */
    }

    .mobile-hide {
        display: none;
    }

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

    table {
        font-size: 0.8em;
    }

    .faq {
        font-size: 1em;
    }

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

    .promo {
        text-align: center;
    }

    .promo >div {
        max-width: 280px;
        position: relative;
        padding: 30px;
    }
.promo img{
    width:40px;
}
.promo p {
    font-size: 0.7em;
    /* line-height: 1.5em; */
    /* color: var(--bs-black); */
    /* margin: 0; */
}

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

    .ico_big {
        width: 5em;
        padding: 15px;
        /* background: var(--gray); */
        /* background: url(/img/atom.svg) no-repeat center/contain; */
        /* margin-bottom: 1em; */
    }

    .menu-grid {
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    }

.menu-grid .menu-item-ex .menu-item-img {
width: 100%;
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
}

    .menu-item {
        overflow: hidden;
    }

    .menu-grid>div {
        /* aspect-ratio: 4/3; */
        /* border-width: 5px; */
    }

    .menu-grid .menu-item-text {
        display: none;
    }

    .menu-grid .menu-item>a {
        font-size: 3.5vw;
        /* aspect-ratio: 1.5; */
        padding: 15px;
    }
.menu-item.last-item >a{
    padding:2em;
}
    .menu-grid .menu-grid-btn {
        position: absolute;
        top: 5%;
        right: 5%;
        width: 15px;
    }

    .menu-grid ul {
        /* margin:0; */
        padding-left: 1em;
    }

    .menu-grid ul li a,.menu-grid ul li {
        line-height: 1.2em;
        padding-bottom: 5px;
        list-style: none;
    }

    .contact_form .header {
        text-align: center;
    }

    .custom_btn {
        /* padding: 1em 1em 1em 4em; */
        /* font-size: 0.75em; */
        /* white-space: normal; */
        /* text-align: left; */
        /* width: unset; */
        margin: 0 auto;
    }

    .case-item {
        flex-direction: column;
        /* align-items: center; */
        gap: 15px;
        /* aspect-ratio: 2; */
    }
.case-item-title{
    font-size:1.2em;
    text-align:center;
}    

    .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: 400px;
    }

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

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

    footer {
        text-align: center;
        /* padding: 0; */
    }

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

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

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

    .callme_main .standard-form {
        padding: 20px;
    }

    .form_radio_btn {
        margin-bottom: 60px;
    }

    .form_radio_btn label {
        /* height: auto; */
        /* width: 100%; */
        /* padding:5px; */
    }

    .form_radio_btn label img {
        /* width: auto; */
        /* height:15px; */
        /* height: 2em; */
    }

    .arrow {
        margin: 15px 0
    }
.product-slick{
    padding:30px;
}
    .product-slick .formula{
        left:30px;
        bottom:30px;
    }
.product-slick img {
    width: 20%;
    right: 30px;
    bottom: 30px;
}

    .footer-contact p:not([class]),.prim_text {
        color: #d5d5d5;
        font-size: 1em;
        margin-bottom: 0.5em;
    }

    .close-form {
        width: 3em;
        position: absolute;
        right: 0.5em;
        top: 0.5em;
        z-index: 100000;
    }

    a.scroll-to {
        letter-spacing: 1px;
        font-size: 0.9em;
    }
    .first-section img{
    padding:1em;
}
.about-img {
    width: 50%;
}   
.catalog {
    column-count: 1;
} 
.contact-item{
    padding: 2em;
    flex-direction: column;
}    
.contact-item img {
    width: 5em;
    padding: 0 0 1em  0;
}
    
}
