/*
Theme Name: yigit
*/


/* @font-face {
    font-family: "Arian";
    src: url("arian-amu-38224d71.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: "Arian";
    src: url("montserrat-9ee71e07.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*Обнуление*/

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Убираем внутренние отступы */

ul[class],
ol[class] {
    padding: 0;
}

ul,
ol {
    padding: 0;
    list-style-type: none;
}


/* Убираем внешние отступы */

html,
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: inherit;
}

body {
    /* min-height: 100vh; */
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: "Arian";
    background: #99ACA1;
    cursor: url(cursor-7f263824.png), pointer;
}

input,
button,
textarea,
select {
    font: inherit;
    cursor: inherit;
}

.contacts-form input:-webkit-autofill,
.contacts-form input:-webkit-autofill:hover,
.contacts-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 40rem #e31e24 inset;
}

.free-estimate-form input:-webkit-autofill,
.free-estimate-form input:-webkit-autofill:hover,
.free-estimate-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 40rem white inset;
}

::-moz-selection {
    color: white;
    background: #1A3423;
}

::selection {
    color: white;
    background: #1A3423;
}


/*Обнуление*/

#wpadminbar {
    display: none;
}

.dnone {
    display: none !important;
}

.dblock {
    display: block !important;
}

header {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 3;
}

.header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1125px;
    margin: 0 auto;
    color: white;
    font-size: 15px;
}

.header-side {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.side-menu {
    position: absolute;
    top: 0;
    right: -100%;
    background : linear-gradient(90deg,rgba(220, 241, 247, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(229, 237, 83, 1) 100%);
    width: 100%;
    height: 100%;
    z-index: 4;
}

.side-menu-content {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.side-menu-logo {
    width: 70px;
    object-fit: contain;
}

.side-menu-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    height: 100%;
}

.side-menu-block:nth-child(2) {
    align-items: end;
}

.side-menu-block p {
    color: white;
    font-size: 20px;
    text-align: end;
}

.side-socs {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.side-socs p {
    margin-bottom: 10px;
}

.tels {
    margin-top: 20px;
}

.close {
    position: absolute;
    top: 30px;
    right: 50px;
    /* cursor: pointer; */
}

.close-map,
.close-cert {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rotate-img {
    position: absolute;
    top: 5px;
    left: 5px;
}

.rotate-img img {
    width: 20px;
    object-fit: contain;
}

.close img,
.close-map img,
.close-cert img {
    width: 20px;
    object-fit: contain;
}

.close img {
    width: 40px;
    object-fit: contain;
}

.header-block .nav {
    display: flex;
}

.header-block .nav li a {
    display: flex;
    align-items: center;
}

.header-block .nav li:nth-child(1) a::after,
.header-block .nav li:nth-child(2) a::after {
    content: '⯁';
    font-size: 5px;
    text-align: center;
    margin: 0 15px;
}

.side-menu .nav {
    color: white;
    font-size: 35px;
}

.side-menu .nav li {
    margin-bottom: 30px;
}

.header-logo {
    width: 120px;
    height: 120px;
}

.side-menu-but {
    position: absolute;
    top: 0;
    right: 50px;
    width: fit-content;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    /* cursor: pointer; */
}

.side-menu-but img {
    width: 60px;
    object-fit: contain;
}

.blur-5 {
    backdrop-filter: blur(5px);
}

.green {
    background-color: rgba(6, 64, 43, 0.6);
}

.white {
    background-color: rgba(255, 255, 255, 0.5);
}

.white-8 {
    background-color: rgba(255, 255, 255, 0.8);
}



.background {
	
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 110px;
	
	
}

.content {
    width: 1400px;
    margin: 0 auto;
}

.side-menu .content {
    border-right: 1px solid white;
    height: 100vh;
    padding: 120px 50px 50px 0;
}

.about-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 100px;
}

.about-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
    height: 70vh;
}

.brand-logo {
    width: 30%;
    object-fit: contain;
}

.brand-menu-logo {
    width: 70px;
    object-fit: contain;
    margin-top: 20px;
}

.one-title {
    position: relative;
    font-size: 30px;
    margin-bottom: 10px;
    width: fit-content;
    border-left: 3px solid white;
    padding: 0 10px;
}

.one-title::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in;
}

.about-text:hover .one-title::after {
    width: 100%;
}

.one-text {
    font-size: 18px;
    line-height: 30px;
}

.about-text p {
    color: white;
}

.about-content .spin-img {
    width: 34%;
    object-fit: contain;
    /* animation: 20s linear infinite rotate; */
}

.next-text {
    width: fit-content;
    padding: 15px 20px;
    border: 1px solid white;
    color: white;
    font-size: 22px;
    background-color: transparent;
    transition: all 0.15s ease-in;
}

.next-text:hover {
    transform: scale(0.98);
}

.next-text img {
    width: 80px;
    margin-left: 15px;
}

.section-title {
    align-self: end;
    text-align: end;
    font-size: 40px;
    color: white;
    opacity: 0.7;
    line-height: 50px;
}

.absolute-title {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.one-text {
    transition: all 0.3 ease-in;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.product-text {
    width: 60%;
    margin-bottom: 50px;
}

.product-text-animation {
    animation: 1s linear 1 appear;
}

@keyframes appear {
    from {
        translate: -200px 0px;
        opacity: 0;
    }
    to {
        translate: 0px 0px;
        opacity: 1;
    }
}

.text-border {
    padding: 10px;
    border-left: 5px solid #DB1521;
    font-size: 18px;
    height: fit-content;
    font-weight: 400;
}

.video-text {
    color: white;
    width: 53%;
}

.video-text-animation {
    animation: 1s linear 1 opacity;
}

@keyframes opacity {
    from {
        translate: 200px 0px;
        opacity: 0;
    }
    to {
        translate: 0px 0px;
        opacity: 1;
    }
}

.production {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.one-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 440px;
    /* cursor: pointer; */
}

.one-product p {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}

.one-product-info {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 440px;
    border-radius: 50%;
}

.one-product-info-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 16px;
    color: white;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(26, 52, 35, 0.6);
    opacity: 0;
    transition: all 0.4s ease-in;
}

.one-product-info-text span {
    width: 80%;
}

.one-product:hover .one-product-info-text {
    opacity: 1;
}

.section-slider img {
    width: 200px;
    height: 325px;
    object-fit: contain;
    margin: 0 30px;
}

.rotated {
    transform: rotate(90deg);
}

.video-block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.video-block video {
    object-fit: cover;
    width: 45%;
    height: 350px;
}

.slick-dots li {
    position: relative;
    margin: 0 5px;
}

.slick-dots button {
    /* border-radius: 50%; */
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots button::before {
    content: '•';
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 40px;
    line-height: 20px;
    text-align: center;
    color: white;
    opacity: 0.75;
}

.slick-dots li.slick-active button:before {
    color: #1A3423;
    opacity: 1;
}

.techo-content {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
}

.tech-item {
    height: 100%;
    background-size: cover;
    background-position: top center;
    margin-right: 20px;
    flex-grow: 1;
    /* cursor: pointer; */
    transition: all 0.5s ease-in;
}

.tech-item:nth-child(5) {
    margin-right: 0;
}

.tech-item:hover {
    flex-grow: 2.5;
}

.tech-item:hover .tech-block-content .info {
    opacity: 1;
    left: 40px;
}

.tech-item .title {
    position: absolute;
    left: 40px;
    bottom: 100px;
    color: white;
    width: max-content;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    transform: rotate(270deg);
    transform-origin: top left;
}

.tech-block-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.tech-block-content .info {
    position: absolute;
    opacity: 0;
    width: 550px;
    top: 100px;
    left: -50px;
    transition: opacity 0.5s ease-in, left 0.5s ease-in;
}

.tech-block-content .info .text {
    color: white;
    font-size: 18px;
}

.full-width-slider {
    height: 100%;
}

.fl-w-slider-item {
    height: 100vh !important;
    object-fit: cover;
}

.button-slider {
    position: absolute;
    width: 70px;
    object-fit: contain;
    color: white;
    /* cursor: pointer; */
    z-index: 3;
}

.next {
    top: 35%;
    right: 250px;
    transform: rotate(180deg);
}

.prev {
    top: 35%;
    left: 250px;
}

.button-slider img {
    width: 50px;
    object-fit: contain;
}

footer {
    width: 100%;
    height: 100px;
    background-color: #99ACA1;
}

.contacts {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.contact-content {
    flex: 1;
    display: flex;
    width: 100%;
}

.contact-content img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.contact-block {
    width: 50%;
    height: 100%;
    background-color: white;
    padding: 110px 5% 0 5%;
}

.contact-inline {
    display: flex;
    margin-bottom: 15px;
}

.contact-inline> :first-child {
    margin-right: 50px;
}

.contact-item p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.contact-item span {
    font-size: 16px;
}

.contact-item img {
    width: 12px !important;
    object-fit: contain;
    margin-right: 10px;
}

.contact-item .item {
    margin-bottom: 5px;
}

.soc-btns a img {
    width: 30px !important;
    height: 30px;
    transition: all 0.2s ease-in;
}

.soc-btns a img:hover {
    translate: 0 10px;
}

.soc-btns a:not(:last-child) img {
    margin-right: 5px;
}

.map-btn-block {
    display: flex;
    align-items: start;
}

.map-btn {
    display: flex;
    justify-content: center;
    margin-left: 15px;
    /* cursor: pointer; */
}

.map-btn-animation {
    animation: 1s linear 7 bounce;
}

@keyframes bounce {
    0% {
        translate: 0px 0px;
    }
    50% {
        translate: 0px -5px;
    }
    100% {
        translate: 0px 0px;
    }
}

.map-btn img {
    margin: 0 auto;
    width: 25px !important;
    height: 25px !important;
}

.mail-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
}

.mail-form label {
    display: block;
    margin-bottom: 10px;
    color: #1A3423;
    font-size: 14px;
}

.mail-form input,
.mail-form textarea {
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #99ACA1;
    padding: 10px 15px;
    color: black;
    font-size: 14px;
    width: 100%;
}

.mail-form input:focus,
.mail-form textarea:focus {
    border: 1px solid #1A3423;
}

.mail-form textarea {
    height: 140px;
}

.inline-input {
    display: flex;
    justify-content: space-between;
    width: inherit;
}

.inline-input-item {
    width: 48%;
}

button[type="submit"] {
    background-color: #1A3423;
    width: fit-content;
    color: white;
    padding: 14px 20px;
    font-size: 20px;
    outline: none;
    border: none;
    transition: all 0.15s ease-in;
}

button[type="submit"]:hover {
    transform: scale(0.98);
}

button[type="submit"] img {
    width: 20px;
    margin-left: 10px;
}

[data-anchor="contact"] .absolute-title {
    bottom: 150px;
    right: 50px;
    color: rgba(153, 172, 161, 0.7);
}

[data-anchor="partners"] .section-title {
    color: rgba(153, 172, 161, 0.7);
}

footer span {
    font-size: 14px;
    color: white;
}

.footer_block_item_nav {
    display: flex;
    color: white;
    font-size: 14px;
}

.footer_block_item_nav li {
    margin-left: 25px;
}

.footer_block_item_nav li a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;
}

.footer-logo {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 46.5%;
    top: -30px;
}

.map-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.map-modal-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.map-block {
    background-color: white;
    padding: 30px;
    width: 700px;
    height: 600px;
    position: relative;
}

.map-block iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.map-svg {
    position: relative;
    height: 80vh;
}

.map-svg svg {
    width: 100%;
    height: 100%;
    fill: #99ACA1;
}

.map-svg-flags {
    position: absolute;
    bottom: 0;
    left: 0;
}

.map-svg-flags img {
    display: block;
    width: 100px;
    object-fit: contain;
    margin-top: 12px;
    /* cursor: pointer; */
    transition: all 0.4s ease-in;
}

.map-svg-flags img:hover {
    margin-left: 20px;
}

.map-active {
    fill: #DB1521;
}

.tm {
    fill: #32704D;
}

.country {
    transition: all 0.3s ease-in;
}

.ctr_russia_anim {
    animation: 5s linear 1s 1 fadein;
}

.ctr_oae_anim {
    animation: 5s linear 1.5s 1 fadein;
}

.ctr_kazahstan_anim {
    animation: 5s linear 2s 1 fadein;
}

.ctr_kirgiziya_anim {
    animation: 5s linear 2.5s 1 fadein;
}

.ctr_belarusiya_anim {
    animation: 5s linear 3s 1 fadein;
}

.ctr_tajik_anim {
    animation: 5s linear 3.5s 1 fadein;
}

@keyframes fadein {
    from {
        fill: #DB1521;
    }
    to {
        fill: #DB1521;
    }
}

.map-info {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 70%;
}

.top-nav ul ul.wpml-ls-sub-menu {
    display: block;
}

.modal-img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 0;
}

.sert-img-block {
    position: relative;
    padding: 25px;
}

.sert-img-block .modal-content {
    width: 700px !important;
    height: 700px !important;
    object-fit: contain;
}


/* Select  */

.custom-select {
    position: absolute;
    top: 0;
    left: 50px;
    font-family: Arial;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: rgba(255, 255, 255, 0.7);
    /* backdrop-filter: blur(5px); */
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: black;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    /* cursor: pointer; */
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(153, 172, 161, 0.5);
}


/* Error  */

.error-img {
    width: 40%;
    height: auto;
    margin: 0 30%;
}

.error-logo {
    width: 70px;
    height: 70px;
    margin: 20px;
}

#nextSlide,
#prevSlide {
    background-color: #DB1521;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
}

#nextSlide img,
#prevSlide img {
    height: 10px;
}

#nextSlide img {
    transform: rotate(180deg);
}

.cert-md-btns {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 1440px) {
    .custom-select {
        left: 20px;
    }
    .pll-switcher-select {
        padding: 5px;
    }
    header {
        top: 20px;
    }
    .header-block {
        width: 1000px;
    }
    .side-menu-but {
        background-color: rgba(255, 255, 255, 0.7);
    }
    .side-menu-but img {
        width: 40px;
    }
    .content {
        width: 1000px;
    }
    .section-title {
        font-size: 35px;
    }
    .about-content {
        justify-content: space-around;
    }
    .about-content .spin-img {
        width: 34%;
    }
    .about-text .one-text {
        font-size: 14px;
        line-height: 25px;
    }
    .about-text {
        height: 60vh;
        z-index: 2;
    }
    .next-text {
        padding: 15px 20px;
        font-size: 18px;
    }
    .text-border {
        font-size: 14px;
    }
    .video-text {
        font-size: 12px;
    }
    .background {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 50px;
    }
    .product-text {
        margin-bottom: 30px;
    }
    .one-product {
        width: 320px;
    }
    .one-product-info {
        height: 320px;
    }
    .one-product-info-text {
        font-size: 12px;
    }
    .section-slider img {
        margin: 0 10px;
        width: 160px !important;
        height: 225px;
    }
    .video-block {
        margin-top: 20px;
    }
    .video-block video {
        height: 300px;
    }
    .absolute-title {
        bottom: 0px;
        right: 0px;
    }
    .tech-item {
        margin-right: 10px;
    }
    .tech-block-content {
        padding: 20px;
    }
    .tech-item .title {
        left: 20px;
        bottom: 40px;
        font-size: 20px;
        line-height: 20px;
    }
    .tech-block-content .info {
        top: 70px;
        width: 300px;
    }
    .tech-block-content .info .text {
        font-size: 14px;
    }
    .tech-item:hover .tech-block-content .info {
        left: 20px;
    }
    .map-svg-flags img {
        width: 70px;
    }
    .button-slider img {
        width: 30px;
    }
    .contact-block {
        width: 70%;
        padding: 50px 3% 0 3%;
    }
    .contact-content img {
        width: 35%;
    }
    .contact-item p {
        font-size: 16px;
        line-height: 16px;
    }
    .contact-item span {
        font-size: 14px;
    }
    .contact-inline {
        margin-bottom: 10px;
    }
    .mail-form {
        margin-top: 10px;
    }
    .mail-form input,
    .mail-form textarea {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .mail-form textarea {
        height: 120px;
    }
    button[type="submit"] {
        font-size: 18px;
        padding: 12px 20px;
        align-self: center;
    }
    .mail-form label {
        font-size: 12px;
    }
    .footer-logo {
        top: -15px;
        width: 65px;
        height: 65px;
    }
    footer {
        height: 60px;
    }
    [data-anchor="contact"] .absolute-title {
        bottom: 50px;
        right: 0;
    }
    .side-menu .content {
        padding: 50px 20px 20px 0;
    }
    .side-menu .nav li {
        margin-bottom: 20px;
    }
    .side-menu .nav {
        font-size: 30px;
    }
    .side-menu-block p {
        font-size: 18px;
    }
    .close {
        top: 20px;
        right: 40px;
    }
    .close img,
    .close-map img {
        width: 20px;
    }
    .sert-img-block .modal-content {
        width: 450px !important;
        height: 600px !important;
    }
}

@media screen and (max-width: 1024px) {
    .custom-select {
        left: 10px;
    }
    .pll-switcher-select {
        padding: 5px;
        font-size: 12px;
    }
    header {
        top: 20px;
    }
    .header-logo {
        width: 60px;
        height: 60px;
    }
    .header-block {
        width: 750px;
        font-size: 13px;
    }
    .header-block .nav li:nth-child(1) a::after,
    .header-block .nav li:nth-child(2) a::after {
        margin: 0 10px;
    }
    .side-menu-but {
        background-color: rgba(255, 255, 255, 0.7);
    }
    .side-menu-but img {
        width: 30px;
    }
    .content {
        width: 750px;
    }
    .section-title {
        font-size: 30px;
        line-height: 30px;
    }
    .about-content {
        margin-top: 10px;
        justify-content: space-around;
    }
    .about-content .spin-img {
        width: 40%;
    }
    .about-text .one-text {
        font-size: 13px;
        line-height: 20px;
    }
    .about-text {
        width: 50%;
        height: 68vh;
    }
    .next-text {
        padding: 12px 15px;
        font-size: 16px;
    }
    .text-border {
        font-size: 13px;
    }
    .background {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 20px;
		
    }
    .product-text {
        width: 80%;
        margin-bottom: 30px;
    }
    .one-product {
        width: 240px;
    }
    .one-product p {
        font-size: 16px;
        margin-top: 20px;
    }
    .one-product-info {
        height: 240px;
    }
    .one-product-info-text {
        font-size: 10px;
    }
    /* [data-anchor="certificate"] .content {
        display: flex;
        flex-direction: row-reverse;
    } */
    .section-slider {
        width: 100%;
        height: 200px !important;
        margin-bottom: 15px;
    }
    .section-slider img {
        margin: 0 5px;
        width: 150px !important;
        height: 200px !important;
    }
    .video-block {
        width: 100%;
        flex-direction: column;
        margin-top: 0px;
    }
    .video-block video {
        width: 60%;
        margin: 0 auto;
        height: 250px;
    }
    .section-slider .slick-dots {
        display: none !important;
    }
    .video-text {
        width: 100%;
        font-size: 10px;
        margin-top: 20px;
        padding: 5px;
    }
    .absolute-title {
        bottom: 0px;
        right: 0px;
    }
    .tech-item {
        margin-right: 10px;
    }
    .tech-block-content {
        padding: 15px;
    }
    .tech-item .title {
        left: 15px;
        bottom: 40px;
        font-size: 18px;
        line-height: 20px;
    }
    .tech-block-content .info {
        top: 70px;
        width: 230px;
    }
    .tech-block-content .info .text {
        font-size: 10px;
        line-height: 10px;
    }
    .tech-item:hover .tech-block-content .info {
        left: 15px;
    }
    .map-svg-flags img {
        width: 40px;
    }
    .button-slider img {
        width: 20px;
    }
    .contact-adapt-inline {
        display: flex;
    }
    .l-50 {
        margin-left: 30px;
        width: 390px !important;
    }
    .contact-block {
        width: 100%;
        padding: 70px 3% 0 3%;
    }
    .contact-content .contact-m-img {
        display: none;
    }
    .contact-inline> :first-child {
        margin-right: 30px;
    }
    .contact-item {
        width: 150px;
    }
    .contact-item p {
        font-size: 12px;
        line-height: 12px;
    }
    .contact-item span {
        font-size: 11px;
    }
    .contact-inline {
        margin-bottom: 10px;
    }
    .contact-adapt-inline input {
        width: 240px;
        margin-right: 15px;
    }
    .adapt-textarea {
        width: 70%;
        margin-right: 15px;
    }
    .inline-input-item {
        width: 240px;
        margin-right: 15px;
    }
    .mail-form {
        margin-top: 10px;
    }
    .mail-form input,
    .mail-form textarea {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .mail-form textarea {
        height: 120px;
    }
    button[type="submit"] {
        font-size: 18px;
        padding: 12px 20px;
        align-self: center;
    }
    .mail-form label {
        font-size: 12px;
    }
    .map-block {
        padding: 15px;
        width: 700px;
        height: 300px;
    }
    .footer-logo {
        top: -10px;
        width: 55px;
        height: 55px;
    }
    footer {
        height: 60px;
    }
    footer span {
        font-size: 10px;
    }
    [data-anchor="contact"] .absolute-title {
        bottom: 50px;
        right: 0;
    }
    .side-menu .content {
        padding: 50px 20px 20px 0;
    }
    .side-menu .nav li {
        margin-bottom: 10px;
    }
    .side-menu .nav {
        font-size: 18px;
    }
    .side-menu-block p {
        font-size: 16px;
    }
    .close {
        top: 20px;
        right: 40px;
    }
    .close img,
    .close-map img {
        width: 20px;
    }
    .next {
        top: 45%;
        right: 20px;
    }
    .prev {
        top: 45%;
        left: 20px;
    }
    .sert-img-block .modal-content {
        width: 400px !important;
        height: 500px !important;
    }
}

@media screen and (max-width: 768px) {
    [data-anchor="certificate"] .content {
        display: flex;
        flex-direction: column;
    }
    header {
        top: 20px;
    }
    .header-logo {
        width: 60px;
        height: 60px;
    }
    .header-block {
        display: none !important;
    }
    .header-side {
        display: block !important;
    }
    .header-block .nav li:nth-child(1) a::after,
    .header-block .nav li:nth-child(2) a::after {
        margin: 0 10px;
    }
    .side-menu-but {
        background-color: rgba(255, 255, 255, 0.7);
    }
    .side-menu-but img {
        width: 30px;
    }
    .content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-title {
        font-size: 30px;
        line-height: 30px;
    }
    .about-content {
        margin-top: 10px;
        justify-content: space-around;
    }
    .about-content .spin-img {
        position: absolute;
        top: 15%;
        width: 90%;
    }
    .about-text .one-text-item {
        backdrop-filter: blur(5px);
        padding: 5px;
    }
    .about-text .one-text {
        font-size: 13px;
        line-height: 20px;
    }
    .about-text {
        position: static;
        width: 100%;
        height: 65vh;
        z-index: 2;
    }
    .next-text {
        padding: 12px 15px;
        font-size: 16px;
    }
    .next-text:hover {
        transform: scale(1);
    }
    .text-border {
        font-size: 13px;
    }
    .background {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .production {
        justify-content: center;
    }
    .product-text {
        width: 80%;
        margin-bottom: 30px;
    }
    .one-product {
        width: 220px;
    }
    .one-product:nth-child(1) {
        margin-right: 20px;
    }
    .one-product p {
        font-size: 16px;
        margin-top: 20px;
    }
    .one-product-info {
        height: 220px;
    }
    .one-product-info-text {
        font-size: 10px;
    }
    [data-anchor="sertificate"] .content {
        display: flex;
        flex-direction: column;
    }
    .section-slider {
        width: 100%;
        height: 200px !important;
        margin-bottom: 15px;
        overflow-y: hidden;
    }
    .section-slider img {
        margin: 0 5px;
        width: 150px !important;
        height: 200px !important;
    }
    .video-block {
        width: 100%;
        flex-direction: column;
        margin-top: 0px;
    }
    .video-block video {
        width: 100%;
        height: 250px;
    }
    .video-text {
        width: 100%;
        font-size: 10px;
        margin-top: 20px;
        padding: 5px;
    }
    .absolute-title {
        bottom: 20px;
        right: 20px;
    }
    .techo-content {
        flex-direction: column;
    }
    .tech-item {
        margin-bottom: 10px;
        margin-right: 0;
        height: fit-content;
    }
    [data-anchor="tech"] .absolute-title {
        display: none;
    }
    .tech-item:nth-child(5) {
        margin-bottom: 0;
    }
    .tech-block-content {
        padding: 15px;
    }
    .tech-item .title {
        left: 15px;
        bottom: 40px;
        font-size: 18px;
        line-height: 20px;
        transform: rotate(0deg);
    }
    .tech-block-content .info {
        top: 70px;
        width: 80%;
    }
    .tech-block-content .info .text {
        font-size: 14px;
        line-height: 14px;
    }
    .tech-item:hover .tech-block-content .info {
        left: 15px;
    }
    .map-svg-flags img {
        width: 60px;
    }
    .next {
        right: 15px;
    }
    .prev {
        left: 15px;
    }
    .button-slider img {
        width: 20px;
    }
    .contact-adapt-inline {
        display: flex;
        flex-direction: column;
    }
    .l-50 {
        margin-left: 0px;
        width: 390px !important;
    }
    .contact-block {
        width: 100%;
        padding: 70px 15px 0 15px;
    }
    .contact-content .contact-m-img {
        display: none;
    }
    .contact-inline> :first-child {
        margin-right: 30px;
    }
    .contact-item {
        width: 150px;
    }
    .contact-item p {
        font-size: 12px;
        line-height: 12px;
    }
    .contact-item span {
        font-size: 11px;
    }
    .contact-inline {
        margin-bottom: 10px;
    }
    .contact-adapt-inline input {
        width: 100%;
    }
    .adapt-textarea {
        width: 100%;
    }
    .inline-input {
        flex-direction: column;
    }
    .inline-input-item {
        width: 100%;
        margin-right: 0;
    }
    .mail-form {
        margin-top: 10px;
    }
    .mail-form input,
    .mail-form textarea {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 10px;
    }
    .mail-form textarea {
        height: 120px;
    }
    button[type="submit"] {
        font-size: 18px;
        padding: 12px 20px;
        align-self: end;
    }
    .mail-form label {
        font-size: 12px;
    }
    .map-block {
        padding: 15px;
        width: 90%;
        height: 600px;
    }
    .footer-logo {
        top: -10px;
        width: 55px;
        height: 55px;
    }
    footer {
        height: 60px;
    }
    footer span {
        font-size: 10px;
    }
    [data-anchor="contact"] .absolute-title {
        bottom: 80px;
        right: 30px;
    }
    .side-menu .content {
        width: 80%;
        height: 100%;
        padding: 50px 20px;
    }
    .side-menu .nav li {
        margin-bottom: 15px;
    }
    .side-menu .nav {
        font-size: 18px;
    }
    .side-menu-block p {
        font-size: 16px;
    }
    .close {
        top: 20px;
        right: 20px;
    }
    .close img,
    .close-map img {
        width: 20px;
    }
    .close-cert img {
        width: 15px;
    }
    .sert-img-block .modal-content {
        width: 380px !important;
        height: 480px !important;
    }
    .sert-img-block {
        padding: 20px;
    }
}

@media screen and (max-width: 425px) {
    [data-anchor="certificate"] .content {
        flex-direction: column;
    }
    .side-menu-block .soc-btns a img {
        width: 25px !important;
        height: 25px;
    }
    .custom-select {
        left: 10px;
    }
    .pll-switcher-select {
        padding: 5px;
        font-size: 12px;
    }
    header {
        top: 20px;
    }
    .header-logo {
        width: 60px;
        height: 60px;
    }
    .header-block {
        display: none !important;
    }
    .header-side {
        display: block !important;
    }
    .header-block .nav li:nth-child(1) a::after,
    .header-block .nav li:nth-child(2) a::after {
        margin: 0 10px;
    }
    .side-menu-but {
        background-color: rgba(255, 255, 255, 0.7);
        right: 15px;
    }
    .side-menu-but img {
        width: 30px;
    }
    .content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-title {
        font-size: 20px;
        line-height: 30px;
    }
    .about-content {
        margin-top: 10px;
        justify-content: space-around;
    }
    .about-content .spin-img {
        position: absolute;
        top: 15%;
        width: 150%;
    }
    .about-text .one-text {
        font-size: 16px;
        line-height: 20px;
    }
    .about-text .one-text-item {
        backdrop-filter: blur(5px);
        background-color: rgba(0, 0, 0, 0.2);
        padding: 5px;
    }
    .about-text {
        position: static;
        width: 100%;
        height: 65vh;
        z-index: 2;
    }
    .next-text {
        padding: 12px 15px;
        font-size: 16px;
    }
    .next-text:hover {
        transform: scale(1);
    }
    .text-border {
        font-size: 13px;
    }
    .background {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .product-slider {
        width: 300px;
        margin: 0 auto;
    }
    /* .product-slider .slick-track{
        width: 300px !important;
        height: 300px !important;
    } */
    .production {
        justify-content: center;
    }
    .product-text {
        display: none;
        width: 80%;
        margin-bottom: 30px;
    }
    .one-product {
        width: 300px !important;
        margin: 0 0px;
    }
    .one-product-info {
        height: 300px !important;
    }
    .one-product:nth-child(1) {
        margin-right: 0px;
    }
    .one-product p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .one-product-info-text {
        font-size: 13px;
    }
    [data-anchor="sertificate"] .content {
        display: flex;
        flex-direction: column;
    }
    .section-slider {
        width: 100%;
        height: 180px !important;
        margin-bottom: 15px;
        overflow-y: hidden;
    }
    .section-slider img {
        margin: 0 5px;
        width: 130px !important;
        height: 180px !important;
    }
    .video-block {
        width: 100%;
        flex-direction: column;
        margin-top: 0px;
    }
    .video-block video {
        width: 100%;
        height: 200px;
    }
    .video-text {
        width: 100%;
        font-size: 12px;
        margin-top: 20px;
        padding: 5px;
    }
    .absolute-title {
        bottom: 10px;
        right: 20px;
    }
    .techo-content {
        flex-direction: column;
    }
    .tech-item {
        margin-right: 0;
        margin-bottom: 10px;
        height: fit-content;
    }
    .tech-item:nth-child(5) {
        margin-bottom: 0;
    }
    .tech-block-content {
        padding: 15px;
    }
    .tech-item .title {
        left: 15px;
        bottom: 15px;
        font-size: 18px;
        line-height: 20px;
        transform: rotate(0deg);
    }
    .tech-item:nth-child(4) .tech-block-content .info .text {
        font-size: 10px;
		line-height: 10px;
    }
    .tech-block-content .info {
        top: 10px;
        width: 80%;
    }
    .tech-block-content .info .text {
        font-size: 13px;
        line-height: 14px;
    }
    .tech-item:hover .tech-block-content .info {
        left: 15px;
    }
    [data-anchor="tech"] .absolute-title {
        display: none;
    }
    .map-info {
        top: 3%;
        width: 100%;
    }
    .map-svg-flags img {
        width: 60px;
    }
    .next {
        right: 15px;
    }
    .prev {
        left: 15px;
    }
    .button-slider img {
        width: 20px;
    }
    .contact-adapt-inline {
        display: flex;
        flex-direction: column;
    }
    .l-50 {
        margin-left: 0px;
        width: 290px !important;
    }
    .contact-block {
        width: 100%;
        padding: 70px 15px 0 15px;
    }
    .contact-content .contact-m-img {
        display: none;
    }
    .contact-inline> :first-child {
        margin-right: 10px;
    }
    .contact-inline .contact-item {
        width: 49%;
    }
    .contact-inline .contact-item:nth-child(1) span {
        font-size: 13px;
    }
    .contact-item p {
        font-size: 12px;
        line-height: 12px;
    }
    .contact-item span {
        font-size: 15px;
    }
    .contact-inline {
        margin-bottom: 10px;
    }
    .contact-adapt-inline input {
        width: 100%;
    }
    .adapt-textarea {
        width: 100%;
    }
    .inline-input {
        flex-direction: row;
    }
    .inline-input-item {
        width: 49%;
        margin-right: 0;
    }
    .map-btn img {
        width: 20px !important;
        height: 20px !important;
    }
    .mail-form {
        margin-top: 10px;
    }
    .mail-form input,
    .mail-form textarea {
        margin-bottom: 10px;
        font-size: 12px;
        padding: 10px;
    }
    .mail-form textarea {
        height: 130px;
    }
    button[type="submit"] {
        font-size: 16px;
        padding: 10px 20px;
        align-self: start;
    }
    .mail-form label {
        font-size: 12px;
    }
    .map-block {
        padding: 15px;
        width: 90%;
        height: 600px;
    }
    .footer-logo {
        display: none;
    }
    footer {
        height: 40px;
    }
    footer span {
        font-size: 10px;
    }
    .footer_block_item_nav {
        display: none;
    }
    [data-anchor="contact"] .absolute-title {
        bottom: 60px;
        right: 30px;
    }
    .side-menu .content {
        width: 85%;
        height: 100%;
        padding: 50px 15px;
        margin: 0;
    }
    .side-menu .nav li {
        margin-bottom: 15px;
    }
    .side-menu-logo {
        width: 50px;
    }
    .side-menu .nav {
        font-size: 18px;
    }
    .side-menu-block p {
        font-size: 12px;
        width: 100px;
    }
    .close {
        top: 10px;
        right: 10px;
    }
    .close img,
    .close-map img {
        width: 20px;
    }
    .close-cert img {
        width: 15px;
    }
    .sert-img-block .modal-content {
        width: 280px !important;
        height: 380px !important;
    }
    .sert-img-block {
        padding: 20px;
    }
}

  .lazy {
    opacity: 0;
    transition: opacity 0.3s;
  }

  .lazy.loaded {
    opacity: 1;
  }

/* Override: always show the contact map. On narrow screens stack vertically
   instead of hiding via display:none. */
.contact-content .contact-m-img { display: block !important; }
@media screen and (max-width: 1024px) {
  .contact-content { flex-direction: column; }
  .contact-content .contact-m-img { width: 100%; height: auto; max-height: 50vh; object-fit: cover; }
  .contact-block { width: 100% !important; }
}
