/* Base */
:root {
    --color-back: #fff;
    --color-a: #EF3028;
    --color-a-hover: #9f0606;
    --color: #000;
    --gray: #aaa;
}

html {
    overflow-x: hidden
}

body {
    background: var(--color-back);
    font-family: Geometria;
    font-size: 16px;
    line-height: 1.75em;
    color: var(--color);
    overflow: hidden;
}

body.main-page {
    position: relative;
}

h1,h2,h3 {
    line-height: 1.15em;
    /* color: var(--color); */
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

.main-page h1 {
    /* font-size: 4em; */
}

h2 {
    font-size: 2em;
}

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

h3 {
    font-size: 1.25em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
}

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

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

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

a {
    transition-duration: 0.2s;
    color: var(--color);
}

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

img {
    width: 100%;
}

ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}

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

ol>li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: -48px;
    width: 40px;
    height: 40px;
    background: var(--color-sec);
    color: var(--color-a);
    text-align: center;
    line-height: 36px;
    /* font-size: 17px; */
    border-radius: 50%;
    border: 2px solid var(--color-a);
    font-weight: bold;
}

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

ul li {
    /* padding-left:5px; */
    /* margin:0; */
}

ul>li span,ol>li span {
    color: var(--color-a);
    /* font-weight: bold; */
}

blockquote {
    margin: 0 0 1rem;
    background: #fff;
    padding: 30px;
    font-style: italic;
    border-left: 2px solid var(--color-sec);
    background: #fff url(/template/content/img/comment-icon.png) 2% 5% no-repeat;
}

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

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

.hidden {
    display: none;
}

.container {
    max-width: 100%;
}

@media (min-width: 768px) {
    .container {
        max-width: 1920px;
        width: calc(100% - 60px);
    }
}

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

.white {
    color: #fff
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.slider_h1 {
    font-size: 4em;
    color: var(--color-back);
    text-transform: uppercase;
    /* display: contents; */
    line-height: 1.1em;
    font-weight: bold;
}

.slider_text {
    font-size: 2em;
    color: var(--color-back);
    text-transform: uppercase;
    margin: 25px 0;
}

.slider_p {
    font-size: 1em;
    color: var(--color-back);
    max-width: 55%;
}

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

.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: 50px 0;
    /* list-style: none; */
    /* position: relative; */
}

.page_parents ul {
    padding: 0;
}

.page_parents li {
    float: left;
    /* padding-left: 4px; */
    font-weight: 700;
    padding-right: 4px;
    /* font-size: 12px; */
    list-style-type: none;
    color: var(--color);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.page_parents li:last-child {
}

.page_parents li a {
    color: #808285;
    font-weight: 700;
}

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

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

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

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

header {
    /* height: 100px; */
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 2;
    background: var(--color-back);
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    padding: 15px 0;
}

.main-page header {
    border: none;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

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

.header-contact a.big {
    /* font-size:1.5em; */
    font-weight: bold;
    color: var(--white);
    white-space: nowrap;
}

.header-contact-wrap {
    background: var(--color-a);
    border-radius: 50px;
    padding: 5px 15px 5px 0px;
    width: 240px;
}

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

.about {
    margin-top: 50px;
}

.about h1 {
    /* color: #fff; */
    margin: 0;
}

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

.custom-btn-wrap-mod {
    display: flex;
    justify-content: center;
    gap: 2em
}

.custom_btn {
    transition: all 0.3s;
    color: var(--color-back);
    line-height: 1.5;
    background: var(--color-a);
    border-radius: 40px;
    text-align: center;
    padding: 17px 50px;
    display: inline-block;
    font-weight: bold;
    min-width: 240px;
}

.custom_btn-mod {
    background: var(--color-back);
    border: 2px solid var(--color-a);
    color: var(--color-a) !important;
}

.custom_btn:hover {
    cursor: pointer;
    opacity: 0.7;
    color: var(--white);
}

.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 {
    width: 280px;
    margin: 15px 20px 15px 0;
    background: url(/template/content/img/logo-black.svg) no-repeat center/contain;
    aspect-ratio: 4.82;
}

header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

body.main-page header .logo {
    background: url(/template/content/img/logo.svg) no-repeat center/contain;
}

.banner-podo {
    position: relative;
    height: 100%;
}

.banner-podo img {
    max-height: 570px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-podo img {
    right: 50px;
}

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

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

.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 {
    filter: brightness(0.7);
}

.header_img img {
    object-fit: cover;
    height: 80vh;
    width: 100%;
}

.header_img1 img {
    object-fit: cover;
    height: 80vh;
    width: 100%;
}

.slider-strelki {
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: contain;
}

.slider-home-text {
    position: absolute;
    bottom: 100px;
    z-index: 1000;
    width: 100%;
    height: auto;
    z-index: 0;
    color: #fff;
}

.slick-dots {
    bottom: 70px;
    right: 70px;
    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;
}

.order {
    margin: 30px 0;
}

.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 #4A4A4A;
}

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

footer {
    width: 100%;
    background: #202020;
    /* background-size: cover; */
    padding-top: 50px;
    color: var(--color-back);
}

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

footer .logo {
    max-width: 220px;
    margin-bottom: 30px;
}

.footer-contact p:not([class]),.prim_text {
    color: #7B7B7D;
    font-size: 0.8em;
}

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

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

/* Footer */
#callme_main {
    padding: 120px 0;
    position: relative;
}

.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 {
    /* padding: 30px 0; */
}

.content h2,.content h3 {
    margin-top: 20px;
}

.contact-map {
    position: relative;
    height: 600px;
    /* margin-top: 80px; */
}

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

.case-item h4 {
    padding: 20px 0;
    margin: 0;
    color: var(--color);
}

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

.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: #EFEFEF;
    padding: 30px;
    height: 100%;
}

.promo.strelki {
    background: #EFEFEF url(/img/strelki2.svg) no-repeat right/ contain;
}

.ico_big {
    width: 90px;
    height: 90px;
    background: var(--color-a);
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
}

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

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

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

.contact_form .header {
    font-size: 1.9em;
    font-weight: bold;
    text-align: center;
}

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

.close-form {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.contact_form .button-warp {
    /* margin-top: 10px; */
}

.contact_form .button-warp p {
    font-size: 0.75em;
    line-height: 1.8em;
    max-width: 300px;
}

.contact_form .button-warp > div:last-child {
}

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

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

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

#callme .ajax_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    align-items: center;
    padding: 70px 90px;
}

#callme .contact_form input {
    margin-bottom: 30px;
}

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

#callme .contact_form input,#callme .contact_form select {
    color: #fff;
}

#callme .custom_btn {
    width: 300px;
}

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

.contact {
    margin: 60px 0;
}

.contact-box {
    background: rgb(0 0 0 / 80%);
    padding: 50px 57px 0px 57px;
    max-width: 420px;
    margin-top: 60px;
    position: absolute;
    left: 45px;
    z-index: 1;
    color: var(--color-back);
    /* border-radius: 30px; */
    /* border: 2px solid var(--color-a); */
    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-back);
}

p em {
    color: var(--color-a);
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-item > * {
}

.contact-item p {
    font-size: 1.25em;
}

.contact-item .ico_big {
    margin: 0 30px 0 0;
    flex: none;
}

.ico_big img {
    width: 50px;
}

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

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
}

.standard-form {
    padding: 90px 90px;
}

.standard-form p {
    line-height: 1.4em;
}

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

.standard-form input[placeholder], .standard-form input,.standard-form select {
    /* color: #ffffff; */
    padding: 15px 30px;
    font-size: 1em;
    border: 1px solid #7B7B7B;
    cursor: pointer;
    outline: none;
    border-radius: 50px;
    width: 300px;
}

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

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

.mybox {
    position: relative;
    display: inline-block;
}

.myarrow {
    position: absolute;
    display: inline-block;
    top: 31px;
    right: 29px;
    background: url("img/select-arrow.png") right / 90% no-repeat;
    pointer-events: none;
    width: 10px;
    height: 10px;
}

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

/******** SLICK**********/
.slick-case-item {
    /* padding: 15px; */
}

.slick-case-flex {
    display: flex;
    gap: 20px;
}

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

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

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

.arrow {
    display: flex;
    align-items: center;
}

.arrow-count {
    margin-top: -5em;
}

.countsSlides {
    margin: 0 25px;
}

.sl-next, .sl-prev {
    width: 60px;
    height: 60px;
    font-size: 3em;
    background: var(--color-a);
    border-radius: 40px 40px 40px 40px;
    padding: 20px;
}

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

main {
    background: var(--color-back);
}

/* Sections */
section {
}

section#slider {
    position: relative;
    margin-bottom: 80px;
}

.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(20%, 1fr));
    grid-gap: 30px;
    font-size: 1.25em;
    counter-reset: num;
}

.menu-grid>div {
    position: relative;
    aspect-ratio: 1 / 1;
}

.menu-grid>div:nth-of-type(3), .menu-grid>div:nth-of-type(4),.menu-grid>div:nth-of-type(9) {
    grid-column: span 2;
    aspect-ratio: 2.1;
}

.menu-item a {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    background: rgb(0 0 0 / 40%);
}

.menu-item-text {
    color: var(--color-back);
    font-size: 0.8em;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}

.menu-grid-btn {
    color: var(--color-a);
    font-weight: bold;
    padding-top: 1em;
    display: block;
}

.menu-item a:hover .menu-item-text {
    height: 60%;
    transition: 0.2s;
    /* cursor: pointer; */
}

.menu-item a:hover {
    background: rgb(0 0 0 / 80%);
}

.menu-item a:before {
    content: '0' counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    opacity: 1;
    transition: 0.5s;
}

.menu-item a:hover::before {
    opacity: 0;
    transition: 0.2s;
}

.menu-item-krest {
    position: absolute;
    width: 20px;
    right: 30px;
    top: 30px;
    transition: 0.2s;
}

.menu-item a:hover .menu-item-krest {
    transform: rotate(45deg);
    transition: 0.2s;
}

.menu-item h4 {
    color: var(--color-back);
    line-height: 1.5;
    font-size: 0.9em;
    font-weight: 700;
}

.steklo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    font-size: 1.25em;
    counter-reset: num;
}

.steklo-grid>div {
    position: relative;
    aspect-ratio: 1 / 1;
}

.menu-steklo-item a {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    background: rgb(0 0 0 / 40%);
}

.menu-steklo-item .menu-item-text {
    color: var(--color-back);
    font-size: 0.8em;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}

.menu-steklo-item .menu-grid-btn {
    color: var(--color-a);
    font-weight: bold;
    padding-top: 1em;
    display: block;
}

.menu-steklo-item a:hover .menu-item-text {
    height: 30%;
    transition: 0.2s;
    /* cursor: pointer; */
}

.menu-steklo-item a:hover {
    background: rgb(0 0 0 / 80%);
}

.menu-steklo-item a:before {
    content: '0' counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    opacity: 1;
    transition: 0.5s;
    font-weight: bold;
    font-size: 1.5em;
}

.menu-steklo-item a:hover::before {
    opacity: 0;
    transition: 0.2s;
}

.menu-steklo-item h4 {
    color: var(--color-back);
    line-height: 1.5;
    font-size: 0.9em;
    font-weight: 700;
}

.tech-item-hover {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    /*  background: rgb(0 0 0 / 40%);*/
}

.tech-item-text {
    color: var(--color-back);
    font-size: 0.8em;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
}

.tech-item-hover:hover .tech-item-text {
    height: 40%;
    transition: 0.2s;
    cursor: pointer;
}

.tech-item h4 {
    color: var(--color-back);
    line-height: 1.5;
    font-size: 0.9em;
    font-weight: 700;
}

.tech-item-hover:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10%;
    height: 9%;
    opacity: 0;
    transition: 0.5s;
    background: url(/img/icon/red3.svg) no-repeat center / contain;
    z-index: 10;
}

.tech-item-hover:hover::before {
    opacity: 1;
    transition: 0.2s;
}

#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;
    text-transform: uppercase;
}

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

/* End Sections */
.neighbors {
    margin: 0px 0 30px;
}

.neighbors a {
    padding: 20px 0;
    display: inline-block;
    color: var(--color-a);
    font-weight: bold;
}

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

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

.gallery_metall a {
    display: block;
    position: relative;
}

.gallery_metall a:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8) url(img/icons/zoom.svg) center no-repeat;
    transform: scale(0);
    z-index: -1;
    transition: all linear .1s;
}

.gallery_metall a:hover:after {
    z-index: 1;
    transform: scale(1);
}

.gallery_metall img {
    object-fit: cover;
    aspect-ratio: 1.2;
}

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

.top-menu-wrapper {
    width: 100%;
}

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

nav>ul li {
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--color);
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.5em;
    white-space: nowrap;
    position: relative;
    /* font-weight: bold; */
}

.navbar-light .navbar-nav .nav-link:hover,.top-menu-wrapper .navbar-light .navbar-nav .nav-link.active {
    color: var(--color-a);
}

.main-page .navbar-light .navbar-nav .nav-link, .main-page a {
    color: var(--color-back);
}

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

.dropdown-menu {
    top: 94%;
    -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: 15px;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--white);
    background: var(--color-a);
}

.navbar-toggler {
    /* padding: 10px; */
    /* margin-top: 5px; */
    outline: none;
    background: var(--color-a) url(/template/content/img/menu-close.svg) no-repeat center / 60%;
    /* background-size: inherit; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.navbar-toggler.collapsed {
    outline: none;
    background: var(--color-a) url(/template/content/img/menu.svg) no-repeat center;
    background-size: inherit;
}

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

.dropdown-toggle::after, li.dropdown > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.02em;
    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;
}

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

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

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

.services_row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 2em;
}

.services_row>img {
    width: 48%;
    flex-shrink: 0;
}

.services_row:nth-child(even) {
    flex-direction: row-reverse;
}

/* .services_row:nth-child(odd) img {
    margin-right: 70px;
}
.services_row:nth-child(even) img {
    margin-left: 70px;
} */
.services_row-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    padding: 40px 30px 35px 70px;
    width: 100%;
}

.services_row:nth-child(odd) .services_row-text {
    padding: 40px 30px 35px 70px;
}

.services_row:nth-child(even) .services_row-text {
    padding: 40px 70px 35px 30px;
}

.services_row-text .title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.services_row-text .desc {
    font-size: 14px;
    line-height: 20px;
}

.work-with {
    padding: 60px 0;
}

.work-slider {
    margin: 50px 0 30px;
}

.work-slide-item {
    padding: 0 10px;
}

.work-slide-item img {
    width: 100%;
}

.work-slide-item p {
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
}

.items-container {
    padding-top: 100px;
    padding-bottom: 80px;
}

#items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.item_row {
    width: calc(100%/2 - 10px);
    min-height: 240px;
    background: #EFEFEF;
    display: flex;
    align-items: flex-start;
    padding: 40px 40px 30px 40px;
}

.item_row img {
    flex-shrink: 0;
    margin-right: 30px;
    width: 90px;
}

.item_row .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.item_row ul {
    padding-left: 1.2em;
    margin-bottom: 0;
}

.banner_container {
    background: url(img/bg.png) center/cover;
    padding: 100px 0;
    color: #fff;
}

.banner_steklo {
    background: url(/img/back-steklo.jpg) center/cover;
    padding: 50px 0;
}

.banner_container .title {
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 25px;
    line-height: normal;
    text-transform: uppercase;
}

.banner_container .content {
    width: 50%;
    margin-bottom: 50px;
}

#proposal {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.proposal_row {
    width: calc(100%/3 - 20px/3*2);
    min-height: 250px;
    background: #202020;
    padding: 40px 40px 30px 40px;
    text-align: center;
    color: #fff;
}

.proposal_row img {
    width: 90px;
    margin-bottom: 35px;
}

.proposal_row p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}


/*******************************************************************/
@media screen and (max-width: 768px) {
    .slider_p {
        max-width: 100%;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    section.home_slider {
        height: 100vh;
    }

    section.met_slider {
        height: 120vh;
    }

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

    .slider_text {
        font-size: 1.25em;
        /* color: var(--color-back); */
        /* text-transform: uppercase; */
        margin: 15px 0;
        text-align: center;
    }

    .arrow-count {
        margin-top: 0;
    }

    .header_img img {
        object-fit: cover;
        height: 100vh;
        width: 100%;
    }

    .header_img1 img {
        object-fit: cover;
        height: 100vh;
        width: 100%;
    }

    .slider-home-text {
        bottom: 60px;
    }

    .services_row {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .services_row>img {
        width: 100%;
        flex-shrink: 0;
        margin-bottom: 10px;
    }

    .services_row:nth-child(even) {
        flex-direction: column;
    }

    .services_row-text {
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
    }

    .services_row:nth-child(odd) .services_row-text {
        padding: 20px 10px;
    }

    .services_row:nth-child(even) .services_row-text {
        padding: 20px 10px;
    }

    .custom-btn-wrap-mod {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .custom-btn-wrap-mod .custom_btn {
        margin: 20px 0;
    }

    .steklo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .work-with {
        padding: 40px 0 100px;
    }

    .work-slider {
        margin: 40px 0 30px;
    }

    .items-container {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #items {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .item_row {
        width: 100%;
        min-height: 240px;
        padding: 20px;
        flex-direction: column;
    }

    .item_row img {
        margin-right: 15px;
        width: 80px;
        margin-bottom: 20px;
    }

    .banner_container {
        padding: 50px 0;
        text-align: center;
    }

    .banner_container .title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .banner_container .content {
        width: 100%;
        margin-bottom: 50px;
    }

    #proposal {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 40px;
    }

    .proposal_row {
        width: 100%;
        min-height: unset;
        padding: 20px;
    }

    .proposal_row img {
        width: 90px;
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .header-contact-wrap {
        background: var(--color-a);
        border-radius: 50px;
        padding: 0px 0px;
        width: 42px;
        /* text-align: center; */
        height: 40px;
        margin-right: 50px;
    }

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

    .menu-grid>div {
        grid-column: span 2!important;
        aspect-ratio: 1.2!important;
    }

    .banner-podo {
        display: none;
    }

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

    .navbar {
        padding: 0;
        /* background: rgb(0 0 0 / 80%); */
        z-index: -1;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        /* height: 100vh; */
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        padding-top: 68px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        text-align: center;
        padding: 30px;
        font-size: 1.25em;
    }
}

@media only screen and (orientation: landscape) and (min-device-width: 320px) and (max-device-height: 1000px) {
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        text-align: center;
        padding: 10px;
        font-size: 1em;
    }
header .logo{
    width:200px;
    margin: 0;
}
header{
    /* padding:5px 0; */
}    
.slider-home-text{
    bottom: 15px;
}
    .header_img img,.header_img1{
        height:100vh;
        overflow: hidden;
    }
    .standard-form {
        padding: 30px 30px;
    }
.tech-item-hover:hover .tech-item-text {
    height: 100%;
    line-height:1em;
}
    .standard-form input[placeholder], .standard-form input, .standard-form select,.contact_form .custom_btn {
        width: 100%;
        max-width: 20em;
    }

    .contact-map {
        height: 350px;
    }

    .contact-box {
        width: 50%;
        font-size: 0.75em;
        padding: 30px;
        width: 280px;
        left: 15px;
        margin-top: 15px;
    }

    .contact-box h2 {
        margin-top: 0;
    }

    ul.footer_ul_contact {
        margin: 0;
    }

    ul.footer_ul_contact li {
        padding-bottom: 5px;
    }

    .slider_p {
        display: none;
    }
}

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

    body.main-page {
        padding: 0;
    }

    h1 {
        margin: 20px 0;
        font-size: 1.75em;
        word-break: break-word;
        /* text-align: center; */
    }

    .main-page h1 {
        font-size: 1.9em;
        text-align: center;
        /* white-space: nowrap; */
    }

    .main-page .slider_h1 {
        /* white-space: nowrap; */
        font-size: 1.6em;
    }

    h2 {
        /* margin: 20px 0; */
        /* font-size: 1.5em; */
        text-align: center!important;
    }

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

    .page_parents {
        padding: 30px 0 45px;
    }

    section.home_slider {
        height: 100vh;
        margin-bottom: 30px;
    }

    section.met_slider {
        height: 100vh;
        margin-bottom: 30px;
    }

    .slider_h1 {
        font-size: 2.5em;
        /* color: var(--color-back); */
        /* text-transform: uppercase; */
        /* display: contents; */
        /* line-height: 1.1em; */
        text-align: center;
        display: block;
        font-weight: bold;
    }

    .header_img img {
        height: 100vh;
    }

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

    footer #logo img {
        /* max-width: 100px; */
        /* margin:20px; */
    }

    .header-ico {
        /* margin: 2px; */
        border: 2px solid var(--color-a);
        width: 40px;
        height: 40px;
        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: center;
    }

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

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

    .collapse.show {
        /* height: 100vh; */
        display: flex;
    }

    header {
        height: auto;
        padding: 10px 0;
    }

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

    header .logo {
        width: 100%;
        margin: 10px 0;
    }

    .arrow-count {
        margin-top: 0em;
    }

    .mobile-hide {
        display: none;
    }

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

    .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; */
        margin: 0 auto 35px;
    }

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

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

    .contact-item .ico_big {
        width: 66px;
        height: 66px;
    }

    .contact-item .ico_big {
        margin: 0 0 20px 0;
        flex: none;
    }

    .contact-item .ico_big img {
        width: 36px;
    }

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

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

    .slick-case-flex>div, .case-item h4 {
        text-align: center;
    }

    .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;
        flex-direction: column;
        justify-content: center;
    }

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

    .contact-item p {
        font-size: 1.25em;
        text-align: center;
    }

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

    #callme_main {
        padding: 0;
    }

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

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

    .standard-form input[placeholder], .standard-form input, .standard-form select {
        width: 100%;
    }

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

    img.unimark {
        filter: grayscale(1);
    }

    .steklo-grid {
        grid-template-columns: 1fr;
    }
}
