@charset "utf-8";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "../fonts/stylesheet.css";
@import "typography.css";
@import url('preloader.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');

:root {
    /* Фирменные оранжевые */
    --color-orange: #F16C24;
    --color-orange-alt: #EF661C;
    --color-orange-bright: #EF6600;
    --color-orange-hover: #FF9614;
    --color-orange-dark: #D35400;
    --color-orange-deep: #D35300;
    --color-orange-overlay: #EA5B0CC2;
    --color-orange-dark-30: rgba(211, 84, 0, 0.30);

    /* Тёмные и нейтральные */
    --color-dark: #1C2833;
    --color-dark-50: rgba(28, 40, 51, 0.50);
    --color-overlay-dark: rgba(7, 11, 13, 0.70);
    --color-gray: #4D4D4D;
    --color-gray-light: #6F727D;
    --color-gray-lighter: #C4C4C4;
    --color-divider-gray: rgba(102, 113, 119, 0.50);
    --color-divider-light: rgba(217, 217, 217, 0.20);
    --color-shadow: rgba(34, 60, 80, 0.2);

    /* Светлые фоны */
    --color-bg-light: #F5F8FB;
    --color-bg-light-0: rgba(245, 248, 251, 0.00);
    --color-bg-light-20: rgba(245, 248, 251, 0.20);
    --color-bg-accent: #E2F1FA;

    /* Прозрачные оттенки белого и чёрного */
    --color-white-10: rgba(255, 255, 255, 0.10);
    --color-white-30: rgba(255, 255, 255, 0.30);
    --color-white-40: rgba(255, 255, 255, 0.40);
    --color-white-50: rgba(255, 255, 255, 0.50);
    --color-white-70: rgba(255, 255, 255, 0.70);
}

* {
    box-sizing: border-box;
}

body,
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
    (function(m,e,t,r,i,k,a){
        m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
        m[i].l=1*new Date();
        for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
        k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
    })(window, document,'script','https://mc.yandex.ru/metrika/tag.js?id=112418315', 'ym');

    ym(112418315, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", referrer: document.referrer, url: location.href, accurateTrackBounce:true, trackLinks:true});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/112418315" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
html {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 1;
    font-style: normal;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.breadcrumbs {
    margin: 85px 0 50px;
}

.breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
}

.breadcrumbs ul li a {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    text-decoration: underline;
}

.breadcrumbs ul li span {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.breadcrumbs ul li span.divider:before {
    content: ">";
    color: var(--color-orange);
    font-size: 18px;
    font-weight: 300;
    margin: 0 5px;
}

.breadcrumbs ul li span.divider img {
    display: none;
}

.breadcrumbs ul li:first-child span.divider:before {
    display: none;
}

main {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* min-width: 1300px; */
}

.insidepage .main {
    z-index: 1;
    position: relative;
}

body.insidepage {
    font-size: 20px;
    line-height: normal;
}

.all_cnt {
    overflow: hidden;
}

.all_cnt img {
    max-width: 100%;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

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

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

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexAiStart {
    display: flex;
    align-items: flex-start;
}

.flexAiEnd {
    display: flex;
    align-items: flex-end;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.btnStyle {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    border: none;
    background: none;
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all 0.5s ease;
}

.btnStyle:hover {
    background-position: right bottom;
    color: #fff;
}

.wrapLabel {
    position: relative;
    padding-left: 25px;
}

.wrapLabel input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.wrapLabel span::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border: solid 1px var(--color-white-40);
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.wrapLabel span a,
.wrapLabel span {
    color: #FFF;
    font-family: Geologica;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

.wrapLabel span a {
    text-decoration: underline;
}

input:checked+span::after {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: var(--color-orange-alt);
    cursor: pointer;
    width: 5px;
    height: 5px;
}

.titleAll {
    font-size: 33px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    font-family: 'Oswald';
}

.titleH1 {
    font-size: 35px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    font-family: 'Oswald';
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.titleH1::before {
    content: "";
    background: var(--color-orange-alt);
    width: 75px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.arrowsAll {
    font-family: "Font Awesome 6 Pro";
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.arrowsAll .slick-arrow {
    width: 55px;
    height: 55px;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}

.arrowsAll .slick-arrow:hover {
    background: var(--color-orange-hover);
}

.arrowsAll .arrowPrev::before {
    content: "\f053";
}

.arrowsAll .arrowNext::before {
    content: "\f054";
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

.sectionTitle {
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 700;
    line-height: normal;
}

.sectionTitle span {
    color: var(--color-orange-dark);
}

.discST {
    color: var(--color-orange-dark);
    font-family: Oswald;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    padding-left: 48px;
    position: relative;
}

.discST::before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--color-orange-dark);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* header */

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
}

header::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
}

header .logo {
    width: 190px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .bodyHead {
    width: calc(100% - 240px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

header .topLine {
    padding: 10px 0;
    align-items: center;
    justify-content: start;
    gap: 55px;
    background: #fff;
    position: relative;
    height: 50px;
}

header .wrapBtnCatalog {
    margin-right: 100px;
}

header .wrapBtnCatalog a {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

header .wrapBtnCatalog label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    margin-right: 15px;
}

header .wrapBtnCatalog label span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--color-orange);
}

header .wrapMail {
    padding-left: 30px;
    position: relative;
}

header .wrapMail::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: url('../images/mailH.svg');
}

header .wrapMail a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

header .wrapMail a:hover {
    text-decoration: underline;
}

header .wrapAdress {
    color: #000;
    font-size: 17px;
    padding-left: 24px;
    font-weight: 400;
    position: relative;
}

header .wrapAdress::before {
    content: url('../images/mapH.svg');
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

header .wrapMenu ul {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

header .wrapMenu ul li:last-child {
    padding-right: 0;
}

header .wrapMenu ul li:last-child:after {
    display: none;
}

header .wrapMenu ul li a {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

header .wrapMenu ul li a:hover {
    text-decoration: underline;
}

header .wrapPhone {
    margin-right: 25px;
}

header .wrapPhone a {
    font-size: 21px;
    font-weight: 900;
    color: #fff;
}

header .wrapPhone a:hover {
    text-decoration: underline;
}

header .wrapCallMe {
    padding: 7px 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: .3s;
    color: #FFF;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #FFF;
}

header .wrapCallMe::before {
    content: "";
    margin-right: 15px;
    width: 17px;
    height: 17px;
    background: url("../images/phoneW.svg");
}

header .wrapCallMe:hover {
    background: var(--color-orange-hover);
    border: solid 1px var(--color-orange-hover);
}

header .wrapContacts {
    display: flex;
    gap: 20px;
}

.insidepage header {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 35px;
    z-index: 0;
    margin-bottom: 80px;
}

.insidepage header::before {
    content: "";
    width: 100%;
    background: url("../images/beforeContent.webp") no-repeat top right;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    z-index: -1;
    width: 1920px;
    display: flex;
    justify-content: flex-end;
    height: 155px;
    overflow: hidden;
}

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

.burger {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    position: relative;
    justify-content: center;
}

.burgerItem {
    height: 3px;
    width: 100%;
    background: var(--color-orange-dark);
    transition: 0.4s;
}

.burgerItem:last-child {
    width: 70%;
}

.burger.active .burgerItem:first-child {
    rotate: 45deg;
    top: 50%;
    position: absolute;
    left: 0;
}

.burger.active .burgerItem:nth-child(2) {
    rotate: -45deg;
    top: 50%;
    position: absolute;
    left: 0;
}

.burger.active .burgerItem:last-child {
    width: 0;
}

.catalogMenu {
    display: flex;
    gap: 20px;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    height: fit-content;
    align-items: center;
}

.wrapPhoneAndCallMe {
    gap: 60px;
}

.wrapBurgerMenu {
    position: absolute;
    background: var(--color-orange-dark);
    overflow: hidden;
    z-index: 99;
    display: flex;
    gap: 40px;
    width: 0;
    height: 0;
    transition: 0.4s;
}

.wrapBurgerMenu .titleMenuFoot {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.wrapBurgerMenu a:hover {
    text-decoration: underline;
}

.wrapBurgerMenu.active {
    width: fit-content;
    height: fit-content;
    padding: 30px;
}

.closeBM {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}

.closeBM .itemCloseBM {
    border-radius: 10px;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 49%;
    left: 0;
}

.closeBM .itemCloseBM:first-child {
    rotate: 45deg;
}

.closeBM .itemCloseBM:last-child {
    rotate: -45deg;
}

.wrapMobileBM {
    display: none;
}

.triangleBG {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* end header */

/* topSlider */

.topSlider {
    position: relative;
    z-index: 0;
    padding-top: 200px;
    height: 790px;
    /* background: url('../images/bgTS.webp') no-repeat left top, #fff; */
    left: 50%;
    transform: translateX(-50%);
}

.topSlider::before {
    content: url("../images/beforeContent.webp");
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    z-index: -1;
    width: 1920px;
    display: flex;
    justify-content: flex-end;
}

.topSlider::after {
    content: url("../images/topSlideBG.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.topSlider .leftTS {
    width: 450px;
    align-items: flex-start;
}

.topSlider .leftTSBottom {
    padding-bottom: 24px;
}

.topSlider .leftTSBottom a {
    display: block;
}

.topSlider .arrowsTS {
    display: inline-flex;
}

.topSlider .rightTS {
    width: calc(100% - 510px);
}

.topSlider .wrapItemTS {
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.topSlider .wrapItemTS.slick-slide {
    width: 900px;
}

.topSlider .itemTS {
    position: relative;
}

.topSlider .itemTS img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 2.5s;
    scale: 1;
}
.topSlider .itemTS:hover img{
scale: 1.3;
}
.topSlider .itemTS .wrapTextSlide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    padding: 40px 0 0 57px;
}

.topSlider .itemTS .titleSlide {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}

.topSlider .itemTS .descSlide {
    color: #FFF;
    font-family: Geologica;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 616px;
}

.topSlider .itemTS .btnSlide {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
}

.topSlider .itemTS .btnSlide a {
    background: var(--color-orange);
    padding-left: 40px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 55px;
    padding-right: 20px;
    cursor: pointer;
    transition: .3s;
}

.topSlider .itemTS .btnSlide a::after {
    margin-left: 20px;
    content: url('../images/arrowAfterSliderBtn.webp');
}

.topSlider .itemTS .btnSlide a:hover {
    background: var(--color-orange-hover);
}

/* .topSlider .itemsTS {
    margin-right: calc(((1920px - 1240px) + 1020px) / -2);
    margin-left: -10px;
} */

.slideNumb {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: Oswald;
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 5px;
    color: #000;
    clip-path: polygon(100% 0px, 100% 100%, 125px 100%, 0px 22%, 0px 0px);
    
    display: none;
}

.slideNumb::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 182px;
    height: 253.851px;
    transform: rotate(-45deg);
    background: radial-gradient(50% 50% at 50% 50%, #000 0%, #000 100%);

}

.slideNumbBG {
    position: absolute;
    z-index: 3;
    right: -34px;
    top: -41px;
    display: none;
}

/*
.topSlider .slick-slider {
    width: calc(100vw - max(20px, (100vw - 1240px) / 2));
} */

.slider {
    overflow: visible;
}

.bottomSlide {
    position: absolute;
    color: #fff;
    z-index: 3;
    left: 30px;
    bottom: 30px;
    display: flex;
    width: calc(100% - 70px);
    justify-content: space-between;
    justify-content: space-between;
    align-items: end;
}

.bottomSlide .btnItemB {
    bottom: 10px;
    height: 45px;
    text-align: center;
    align-items: center;
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    padding: 10px 42px 10px 20px;
    position: relative;
    transition: 0.3s;
}

.aboutSlide {
    display: grid;
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    background: var(--color-overlay-dark);
    padding: 16px 27px;
    width: 66%;
    max-width: 530px;
    position: relative;
    grid-gap: 11px;
}

.aboutSlide .textCF {
    position: relative;
}

.aboutSlide .textCF:first-child {
    grid-column-start: span 3;
}

.aboutSlide .textCF:first-child::before,
.aboutSlide .textCF:last-child::before {
    display: none;
}

.aboutSlide .textCF::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--color-divider-light);
}

.aboutSlide .textCF:first-child::after,
.aboutSlide .textCF:last-child::after {
    display: none;
}

.slick-dots {
    margin-top: 20px;
    display: flex !important;
    gap: 20px;
    height: 4px;
}

.slick-dots li button {
    font-size: 0;
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background: var(--color-gray-lighter);
    border: unset;
}

.slick-dots li.slick-active button {
    background: var(--color-orange-dark);
}

.titleTS {
    margin-bottom: 19px;
}

.titleTSTop {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.titleTSBottom {
    color: var(--color-orange-dark);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.inBusiness {
    display: flex;
    align-items: end;
}

.inBusinessCount {
    color: var(--color-orange-dark);
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    z-index: -1;
}

.inBusinessText {
    color: #000;
    font-weight: 600;
    position: relative;
    left: -70px;
}

.inBusinessText::after {
    content: "";
    height: 42px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-bg-accent);
    z-index: -1;
}

.wrapItemTS.slick-slide img {
    max-width: 900px;
    width: 100%;
}

.wrapTS.flexSB {
    gap: 30px;
}

.discTS {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 50px;
}

/* end topSlider */

/* banners */

.banners {
    margin-top: -35px;
    z-index: 1;
    position: relative;
    margin-bottom: 70px;
}

.banners .itemsB {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.banners .itemB {
    padding: 45px 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: linear-gradient(180deg, var(--color-bg-light) 55%, var(--color-bg-light-0) 80%) var(--color-bg-light);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 380px;
    
}

.banners .itemB::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 79px;
    height: 79px;
    background: url(/templates/template/images/bbWhiteBlock.svg) no-repeat center center;
}

.banners .itemB img {
    z-index: -1;
    transition: 0.4s;
}

.banners .itemB .titleItemB {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.1;
    margin-bottom: 20px;
}

.banners .itemB .wImg {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.banners .itemB .btnItemB,
.btnItemB {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-orange-dark);
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    transition: 0.4s;
    right: 0;
}
.banners .itemB:hover .btnItemB{
    background: var(--color-orange-hover);
    right: -25px;
}

.banners .itemB .btnItemB:hover,
.btnItemB:hover {
    background: var(--color-orange-hover);
    color: #fff;
}

.banners .itemB .btnItemB::before,
.btnItemB::before {
    content: "";
    background: url(../images/arrowBanners.svg) no-repeat center center;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
    transition: 0.3s;
}
.banners .itemB .btnItemB:hover::before,
.btnItemB:hover::before{
right: 12px;
}
.banners .itemB .btnItemB a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.banners .itemB .btnItemB a:hover {
    text-decoration: underline;
}

.banners .itemB:hover img {
    scale: 1.1;
}

.chapterB {
    color: var(--color-orange-dark);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    padding: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 57px;
}

.chapterB::before {
    content: "";
    position: absolute;
    top: 0;
    left: -52px;
    width: 52px;
    height: 25px;
    background: url(/templates/template/images/chapterL.svg) no-repeat center center;
}

.chapterB::after {
    content: "";
    position: absolute;
    top: 0;
    right: -52px;
    width: 52px;
    height: 25px;
    background: url(/templates/template/images/chapterR.svg) no-repeat center center;
}

.itemBDisc {
    color: #000;
    font-family: Geologica;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* end banners */

/* getPrice */

.getPrice {
    height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    background: url('../images/bgGetPrice.webp') no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.getPrice .wrapGP {
    justify-content: space-between;
    align-items: start;
}

.getPrice .textGP {
    color: #FFF;
    font-size: 33px;
    font-weight: 700;
    line-height: normal;
}

.getPrice .btnGP a,
.btnGP a,
.btnGP button {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 38px;
    background: var(--color-orange-dark);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    border: unset;
    display: block;
    border-radius: 5px;
    transition: 0.3s;
}

.getPrice .btnGP a:hover,
.btnGP a:hover,
.btnGP button:hover {
    background: var(--color-orange-hover);
}

.getPrice .btnGP a::before {
    display: none;
}

.wrapTextGP {
    display: flex;
    width: calc(100% - 520px);
    align-items: center;
    justify-content: space-between;
}

.discGP {
    color: #FFF;
    font-family: Geologica;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.btnGP a::before,
.btnGP button::before {
    content: "";
    background: url(../images/arrowBanners.svg) no-repeat center center;
    position: absolute;
    left: 20px;
    top: 52%;
    transform: translateY(-50%);
    width: 7px;
    height: 14px;
    transition: 0.3s;
}
.btnGP a:hover::before,
.btnGP button:hover::before{
    left: 25px;
}
/* end getPrice */

/* Technology */

.techno.banners .itemsB {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
}

.techno.banners .itemB {
    height: 270px;
}

/* .techno.banners .itemB::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(0deg, var(--color-orange-overlay) 5%, #00000000 45%);
}

.techno.banners .itemB:hover::before {
    height: 270px;
} */

/* end Technology */

/* key objects */

.keyObj {
    margin-bottom: 70px;
}

.keyObj .btnGP a {
    max-width: 293px;
    display: block;
    margin-top: 23px;
}

.keyObjTop {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.keyObjTop .sectionTitle {
    margin-bottom: 0;
}

.koArrowsSlider {
    display: flex;
    gap: 10px;
}

.koArrow {
    width: 75px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid var(--color-orange-dark);
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
.koArrowL::after{
    content: "";
    width: 38px;
  height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
background: url(/templates/template/images/koArrowL.svg) no-repeat center center;
}
.koArrowR::after{
    content: "";
    width: 38px;
  height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
background: url(/templates/template/images/koArrowR.svg) no-repeat center center;
}
.koArrowL:hover::after{
background: url(/templates/template/images/koArrowLw.svg) no-repeat center center;
}
.koArrowR:hover::after{
background: url(/templates/template/images/koArrowRw.svg) no-repeat center center;
}
.koArrow:hover{
    background: var(--color-orange-dark);
}
.koArrow path{
    stroke: #000;
}
.koArrow rect{
fill: #000;
}
.koArrow:hover path{
    stroke: #fff;
}
.koArrow:hover rect{
fill: #fff;
}
/* .wrapKO {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 30px;
} */

.wrapKO .slick-list {
    margin-right: -30px;
}

.wrapKO .slick-track {
    display: flex;
}

.wrapKO .slick-dots {
    justify-content: center;
    align-items: center;
}

.wrapKO .slick-dots li {
    display: flex;
}

.itemKO {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    height: auto;
}
.itemKO.itemKOEnd{
    background: var(--color-dark);
}

.itemKO.itemKOEnd .btnGP{
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
    
}
.itemKO::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 79px;
    height: 79px;
    rotate: 90deg;
    background: url(/templates/template/images/bbWhiteBlock.svg) no-repeat center center;
}

.itemKO::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 79px;
    height: 79px;
    rotate: -90deg;
    z-index: 3;
    background: url(/templates/template/images/bbWhiteBlock.svg) no-repeat center center;
}

/* .itemKO:last-child {
    position: relative;
    padding: 5px 70px 30px;
    overflow: hidden;
} */

.imgKO {
    position: relative;
    height: 190px;
    background: var(--color-dark);
    overflow: hidden;
    border-top-right-radius: 55px;
}

.imgKO img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 2.5s;
}

.itemKO:hover .imgKO img {
    scale: 1.3;
}

.imgKODisc {
    height: 30px;
    background: var(--color-orange-dark);
    padding: 5px 30px;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(81% 0, 100% 100%, 0px 100%, 0 0);
}

.itemTextKO {
    background: var(--color-dark);
    color: #fff;
    padding: 20px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 190px);
    transition: 0.3s;
}
.itemTextKO:hover{
background: #2C3C4B;
}
.itemTextKOTop {
    margin-bottom: 30px;
}

.itemKOTitle {
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 4px;
}

.itemKODisc {
    color: var(--color-orange-deep);
    font-family: Geologica;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 20px;
}

.itemKOTxt {
    font-family: Geologica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.wrapKOInfo {
    display: grid;
    grid-template-columns: 61% 35%;
    grid-gap: 10px 22px;
}

.itemKOInfo {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}

.discKOInfo {
    color: var(--color-white-50);
    font-family: Geologica;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 2px;
}

/* .BGitemKO {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
} */

.wrapLastKO {
    display: flex;
    gap: 13px;
    color: #fff;
}

.itemLastKO {
    color: #FFF;
    font-weight: 700;
}

.itemLastKOText {
    text-align: center;
    font-size: 33px;
    line-height: 1.2;
    padding-top: 40px;
    font-weight: 700;
}

.lastKONumb {
    color: var(--color-orange-dark);
    text-shadow: 0 -2px 3px var(--color-orange-dark-30);
    font-size: 192px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.lastKONumb::after {
    content: "20";
    filter: blur(6.650000095367432px);
    position: absolute;
    left: 0;
    transform: scaleY(-1);
    top: 95%;
    z-index: -1;
    mask-image: linear-gradient(to top, #000 50%, #000 50%);
}

.lastKODisc {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

/* end key objects */

/* why we */

.whyWeBlock {
    background: url(/templates/template/images/wwBG.webp) no-repeat top center;
    padding: 70px 0;
}

.wrapWW {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 30px;
    margin-bottom: 70px;
}

.itemWW {
    background: #fff;
    position: relative;
    padding: 30px;
    display: flex;
    gap: 30px;
}

.itemWW::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background: var(--color-orange-dark);
}

.itemWW .imgWW {
    display: flex;
    align-items: center;
    width: fit-content;
    min-width: 150px;
    justify-content: center;

}

.iconWW {
    margin-bottom: 20px;
}

.titleWW {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    height: 80px;
}

.discWW {
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.wrapPartners {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* end why we */

/* contacts */

.contacts {
    margin-bottom: 145px;
}

.contacts .leftC {
    width: 400px;
    border: solid 10px var(--color-orange-alt);
    padding-left: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 40px;
    border-right: none;
    position: relative;
}

.contacts .leftC::before {
    height: 100%;
    width: 10px;
    right: 0;
    top: 0;
    content: "";
    overflow: hidden;
    position: absolute;
    background: repeating-linear-gradient(-45deg, #fff, #fff 10px, var(--color-orange-alt) 10px, var(--color-orange-alt) 25px) fixed;
}

.contacts .leftC .wrapAdress,
.contacts .leftC .wrapMail,
.contacts .leftC .wrapPhone {
    margin-bottom: 35px;
}

.contacts .leftC .wrapPhone {
    display: flex;
    justify-content: flex-start;
}

.contacts .leftC .wrapPhone::before {
    content: url('../images/phoneO.webp');
    margin-right: 15px;
}

.contacts .leftC .wrapPhone a,
.contacts .leftC .titleC {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.contacts .leftC .wrapPhone a {
    margin-bottom: 0;
}

.contacts .leftC .wrapPhone a:hover {
    text-decoration: underline;
}

.contacts .leftC .bodyC {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.contacts .leftC .wrapMail {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.contacts .leftC .wrapMail>span {
    width: 55px;
}

.contacts .leftC .listmail {
    padding-left: 5px;
    width: calc(100% - 55px);
}

.contacts .leftC .listmail a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.contacts .leftC .listmail a:hover {
    text-decoration: underline;
}

.contacts .leftC .slogan {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.contacts .rightC {
    width: calc(100% - 400px);
    padding-left: 125px;
}

.contacts .rightC .descForm {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

.contacts .rightC .wrapInput {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 20px;
}

.contacts .rightC .wrapInput label {
    display: flex;
    flex-direction: column;
}

.contacts .rightC .wrapInput label input {
    background: var(--color-bg-light);
    padding: 20px;
    border: none;
    font-size: 14px;
    font-weight: 300;
    color: var(--color-gray-light);
}

.contacts .rightC .wrapInput label input::placeholder {
    opacity: 1;
}

.contacts .rightC .wrapInput>label span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

.contacts .rightC .wrapInput .botLineMF {
    grid-column-start: span 2;
}

.contacts .rightC .wrapInput button {
    background: var(--color-orange);
    padding-left: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 55px;
    padding-right: 40px;
    cursor: pointer;
    transition: .3s;
    border: none;
    justify-content: space-between;
}

.contacts .rightC .wrapInput button::after {
    content: url('../images/arrowAfterSliderBtn.webp');
}

.contacts .rightC .wrapInput button:hover {
    background: var(--color-orange-hover);
}

.insidepage .contacts .leftC {
    display: none;
}

.insidepage .contacts .rightC {
    padding-left: 0;
}

/* end contacts */

/* aboutCompany */

.aboutCompany {
    background: url('../images/aboutBG.webp') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    margin-top: 70px;
    color: #fff;
    position: relative;
}

.aboutCompany::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/aboutBGImg.webp') no-repeat left bottom;
}

.aboutCompany::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/aboutBGR.webp') no-repeat left bottom;
}

.aboutCompany .wrapAC {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
}

.aboutCompany .leftAC {
    width: calc(100% - 480px);
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.aboutCompany .leftAC .sectionTitle {
    margin-bottom: 0;
}

.aboutCompany .descAC {
    font-family: Geologica;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
}

.aboutCompany .descAC span {
    font-weight: 700;
}

.aboutCompany .rightAC {
    width: 480px;
    position: relative;
}

.aboutCompany .rightAC::before {
    height: 1000px;
    width: 1px;
    background: var(--color-divider-gray);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.aboutCompany .itemAC {
    padding-left: 30px;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}

.aboutCompany .itemAC::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-divider-gray);
    padding-right: 100%;
}

.aboutCompany .itemAC:first-child {
    padding-top: 0;
}

.aboutCompany .itemAC:first-child::before {
    display: none;
}

.aboutCompany .itemAC:last-child {
    padding-bottom: 0;
}

.aboutCompany .itemAC .wImg {
    width: 60px;
}

.aboutCompany .itemAC .titleItemAC {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    display: flex;
    gap: 22px;
}

.aboutCompany .itemAC .descItemAC {
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.tagsAC {
    display: flex;
    gap: 10px;
    max-width: 500px;
    flex-wrap: wrap;
}

.tagAC {
    width: fit-content;
    padding: 5px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    background: var(--color-dark-50);
    backdrop-filter: blur(7.5px);
}

/* end aboutCompany */

/* gallery */

.wrapgallery {
    margin-bottom: 190px;
    position: relative;
}

.wrapgallery .wrapGallery {
    position: relative;
    z-index: 0;
}

.wrapgallery .wrapGallery::before {
    width: 100%;
    height: 590px;
    content: "";
    border: solid var(--color-orange-bright) 10px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 62px;
}

.wrapgallery .titleG {
    font-size: 35px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
    padding-bottom: 45px;
    background: #fff;
    display: inline-block;
    padding-right: 35px;
    font-family: 'Intro';
}

.wrapgallery .descG {
    font-size: 16px;
    font-weight: 300;
    color: var(--color-gray);
    line-height: 25px;
    padding-bottom: 50px;
    padding-right: 550px;
    background: #fff;
}

.wrapgallery .itemsG {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.wrapgallery .itemG {
    padding: 0 10px;
}

.wrapgallery .itemG a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wrapgallery .itemG a img {
    min-width: 100%;
    min-height: 100%;
}

.wrapgallery .arrowsG {
    position: absolute;
    right: 203px;
    top: 125px;
}

/* end gallery */

/* map */

.map {
    z-index: 1;
    position: relative;
}

.map .wrapMap {
    -webkit-box-shadow: 0px 5px 10px 2px var(--color-shadow);
    -moz-box-shadow: 0px 5px 10px 2px var(--color-shadow);
    box-shadow: 0px 5px 10px 2px var(--color-shadow);
}

.map .leftMap {
    width: 775px;
}

.map .rightMap {
    width: calc(100% - 775px);
    padding-left: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}

.map .wrapAdress,
.map .wrapMail,
.map .wrapPhone {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

.map .wrapAdress,
.map .wrapMail a,
.map .wrapPhone a {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.map .wrapAdress::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url("../images/mapO.webp");
}

.map .wrapMail::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url("../images/mailO.webp");
}

.map .wrapMail a:hover,
.map .wrapPhone a:hover {
    text-decoration: underline;
}

.map .wrapPhone {
    margin-bottom: 0;
}

.map .wrapPhone::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url("../images/phoneO2.webp");
}

/* map */

/* footer */

footer {
    z-index: 0;
    position: relative;
    background: url('../images/bgFooter.webp') top left no-repeat;
    background-size: cover;
    padding: 70px 0;
}

footer .btnGP button {
    white-space: nowrap;
    padding: 19px 36px 20px;
}

footer .btnGP button::before {
    display: none;
}

footer .titleMenuFoot {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .wrapInput,
.callback-modal .wrapInput {
    position: relative;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 10px;
}

footer .wrapInput input::placeholder,
.callback-modal .wrapInput input::placeholder {
    opacity: 1;
}

footer .botLineMF {
    display: flex;
    gap: 50px;
    align-items: center;
}

footer .wrapFootMenu ul li a:hover {
    text-decoration: underline;
}

footer .form-submit-toggle input,
footer .form-submit-toggle textarea {
    background: var(--color-white-10);
    backdrop-filter: blur(7.5px);
    border: unset;
    color: #FFF;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 13px 30px;
    width: 100%;
}

footer .form-submit-toggle textarea {
    height: 155px;
    padding-top: 20px;
    margin-bottom: 20px;
    resize: unset;
}

.dialFooter {
    display: flex;
    gap: 50px;
    color: #fff;
    margin-bottom: 70px;
}

.dialFooter .sectionTitle {
    font-size: 30px;
}

.dialFooter:first-child .rightDFSize {
    margin-top: 30px;
}

.leftDF {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.leftDF .sectionTitle {
    margin-bottom: 40px;
}

.leftDFSize {
    width: 445px;
}

.discDF {
    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.contactDF {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.contactDF .phoneDF a {
    padding: 0;
    font-size: 24px;
    border: unset;
    transition: 0.3s;
}

.contactDF .phoneDF:hover a{
color: var(--color-orange-hover); background: unset;
}

.contactDF a {
    height: 55px;
    min-width: 55px;
    width: fit-content;
    display: flex;
    border: solid 1px var(--color-white-50);
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Oswald;
    font-size: 21px;
    font-weight: 700;
    border-radius: 5px;
    transition: 0.3s;
}

.contactDF a:hover{
    border-color: var(--color-orange-hover);;
    background: var(--color-orange-hover);;
}
.socialDF {
    display: flex;
    gap: 10px;
}

.rightDFSize {
    width: calc(100% - 495px);

}

.rightDFSize iframe {
    width: 100%;
}

.formFooterTop {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 10px;
    margin-bottom: 35px;
}

.titleFF {
    font-size: 27px;
    font-weight: 700;
}

.discFF {
    font-family: Geologica;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    grid-column-start: span 2;
}

.leftCF {
    border: 1px solid var(--color-bg-light-20);
    position: relative;
    padding: 64px 0 43px 64px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.leftCF::after {
    content: "";
    width: 4px;
    height: 80%;
    background: var(--color-orange-dark);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.itemCF {
    display: flex;
    align-items: center;
    gap: 40px;
}

.textCF {
    display: flex;
    flex-direction: column;
}

.textCF span {
    color: var(--color-white-70);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
}

.textCF a,
.textCF .text {
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.leftLogoF {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.copyright,
.copyright a {
    color: var(--color-white-30);
    font-family: Geologica;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

.copyright a {
    text-decoration: underline;
}

.menuFooter {
    display: flex;
}

.itemMF {
    width: 220px;
}

.wrapFootMenu ul li a,
.wrapFootMenu ul li span {
    color: var(--color-white-70);
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
}

.callback-modal .botLineMF {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 10px;
}

.callback-modal .btnGP button {
    width: 100%;
    height: 54px;
}

.callback-modal .wrapInput {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
}

/* footer */

/* secondPage */

.wrapBtnProizvod {
    margin: 90px 0;
    padding-right: 210px;
}

.wrapBtnProizvod .textBP {
    font-size: 21px;
    font-weight: 400;
    font-family: 'Intro';
    color: #000;
    padding: 22px;
    position: relative;
    width: calc(100% - 200px);
}

.wrapBtnProizvod .textBP:before {
    content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    border-right: solid 1px var(--color-orange);
    border-top: solid 1px var(--color-orange);
    transform: translateY(-50%);
    right: 0;
    top: 50%;
}

.wrapBtnProizvod .textBP:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-right: solid 1px var(--color-orange);
    border-top: solid 1px var(--color-orange);
    transform: translateY(-50%) rotate(45deg);
    right: 0;
    top: 50%;
}

.wrapBtnProizvod a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 22px;
    background: var(--color-orange-alt);
    transition: .3s;
}

.wrapBtnProizvod a:hover {
    background: var(--color-orange-hover);
}

.BtnProizvod {
    border: solid 1px var(--color-orange-alt);
}

.wrapSecondPageZvon {
    margin-bottom: 75px;
}

.wrapSecondPageZvon .titleSPZ {
    font-family: 'Intro';
    font-size: 21px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
}

.wrapSecondPageZvon .itemsSPZ,
.galleryProizvod .itemsGP {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.wrapSecondPageZvon .itemSPZ .numberSPZ {
    color: var(--color-orange);
    font-size: 35px;
    font-weight: 400;
    font-family: 'Intro';
    width: 50px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapBtnSPZ {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    width: 205px;
    justify-content: space-between;
    padding: 15px;
    background: var(--color-orange-alt);
    transition: .3s;
    display: block;
    cursor: pointer;
    margin-top: 25px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapBtnSPZ:hover {
    background: var(--color-orange-hover);
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapBtnSPZ::before {
    content: url('../images/mailW.webp');
    margin-right: 15px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapPhone {
    margin: 25px 0;
    position: relative;
    padding-left: 35px;
    display: flex;
    flex-direction: column;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapPhone::before {
    content: url('../images/phoneO.webp');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 21px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapPhone a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    display: block;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapPhone a:hover {
    text-decoration: underline;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapMail {
    display: flex;
    flex-direction: column;
    padding-left: 35px;
    position: relative;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapMail::before {
    content: url('../images/mailO2.webp');
    position: absolute;
    left: 0;
    top: 3px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapMail a {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapMail a:hover {
    text-decoration: underline;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapMail a:last-child {
    margin-bottom: 0;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapAdress {
    position: relative;
    padding-left: 35px;
    margin-top: 15px;
}

.wrapSecondPageZvon .itemSPZ .bodySPZ .wrapAdress::before {
    content: url("../images/mapO2.webp");
    position: absolute;
    left: 0;
    top: 0;
}

.galleryProizvod {
    margin-bottom: 130px;
}

.galleryProizvod .itemGP {
    position: relative;
}

.galleryProizvod .itemGP::before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "\f00e";
    color: #fff;
    font-size: 60px;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    Pointer-events: none;
}

.galleryProizvod .itemGP:hover::before {
    opacity: .8;
}

.galleryProizvod .itemGP a {
    display: flex;
    align-items: center;
}

.galleryProizvod .itemGP img {
    transition: .4s;
    max-width: 100%;
}

.galleryProizvod .itemGP:hover img {
    filter: brightness(.6);
}

/* secondPage */

.logoMobile {
    display: none;
}

.callback-modal .wrapInput label input {
    background: var(--color-white-10);
    backdrop-filter: blur(7.5px);
    border: unset;
    color: #FFF;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 13px 30px;
    width: 100%;
}

/* контенер */

.slider {
    width: 100%;
}

.slider .slick-list {
    width: 100%;
}

.slider .slick-track {
    display: flex;
}

.slider .slick-slide {
    height: auto;
}

@media screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (min-width:1400px) {
    .container {
        max-width: 1440px;
        padding: 0 15px;
    }
}

@media screen and (max-width:1399px) {
    .topSlider::before {
        width: 1730px;
    }

    .topSlider .rightTS {
        width: calc(100% - 470px);
    }

    .topSlider .leftTS {
        width: 440px;
        justify-content: start;
    }

    .topSlider .itemTS .titleSlide {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .topSlider .itemTS .descSlide {
        font-size: 16px;
    }

    .banners {
        margin-top: 90px;
    }

    .titleTSTop {
        font-size: 28px;
    }

    .discTS {
        font-size: 16px;
    }

    .aboutSlide {
        grid-gap: 5px 15px;
    }

    .textCF span {
        font-size: 14px;
    }

    .textCF a,
    .textCF .text {
        font-size: 14px;
    }

    .itemTextKO {
        height: calc(100% - 190px);
    }

    .insidepage header::before {
        background: url("../images/beforeContent.webp") no-repeat top left;
        right: 0;
        transform: unset;
        width: 50%;
    }

    header .wrapContacts {
        gap: 9px;
        flex-direction: column;
    }

    .topSlider .wrapItemTS.slick-slide {
        width: 700px;
    }

    .topSlider {
        height: fit-content;
    }
    .itemKOInfo{
        font-size: 20px;
    }.discKOInfo{
        font-size: 9px;
    }.itemKOTxt{
        font-size: 13px;
    }
}

@media screen and (max-width:1199px) {

    header .logo {
        width: 165px;
    }

    header .bodyHead {
        width: calc(100% - 200px);
    }

    header .wrapPhone {
        margin-right: 0;
    }

    header .wrapAdress {
        font-size: 15px;
    }

    header .wrapMail a {
        font-size: 15px;
    }

    header .wrapPhone a {
        font-size: 18px;
    }

    .wrapPhoneAndCallMe {
        gap: 20px;
    }

    .topSlider {
        height: 590px;
        background: url('../images/bgTS.webp') no-repeat left bottom, #fff;
    }

    .topSlider .rightTS {
        width: calc(100% - 300px);
    }

    .titleTSTop {
        font-size: 25px;
    }

    .topSlider .leftTS {
        width: 300px;
    }

    .topSlider .wrapItemTS.slick-slide {
        width: 630px;
    }

    .topSlider .itemTS {
        width: 100%;
    }

    .topSlider .itemTS .wrapTextSlide {
        padding: 20px;
    }

    .catalogMenu {
        font-size: 0;
    }

    .titleTSBottom {
        font-size: 16px;
    }

    .inBusinessCount {
        font-size: 105px;
    }

    .inBusinessText {
        left: -51px;
    }

    .wrapItemTS.slick-slide img {
        max-width: 630px;
    }

    .wrapTS.flexSB {
        gap: 15px;
    }

    .bottomSlide {
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }

    .aboutSlide {
        width: 71%;
    }

    .rightTS .slick-list {
        width: 630px;
    }

    .banners .itemB .titleItemB {
        font-size: 22px;
    }

    .banners .itemB {
        padding: 45px 25px 20px;
    }

    .itemBDisc {
        font-size: 15px;
    }

    .wrapTextGP {
        width: calc(100% - 300px);
    }

    .getPrice .textGP {
        font-size: 24px;
    }

    .discGP {
        font-size: 9px;
    }

    .itemKOInfo {
        font-size: 20px;
    }

    .discKOInfo {
        font-size: 9px;
    }

    .imgKODisc {
        clip-path: polygon(90% 0px, 100% 100%, 0px 100%, 0px 0px);
        padding: 5px 15px;
    }

    .itemLastKOText {
        font-size: 20px;
    }

    .lastKONumb {
        font-size: 150px;
    }

    .lastKODisc {
        font-size: 13px;
    }

    .keyObj .btnGP a {
        font-size: 13px;
        padding: 12px 10px 10px 40px;
    }

    .keyObj .itemKOEnd  .btnGP a{
font-size: 16px;
  padding: 16px 38px;
    }

    .aboutCompany {
        margin-bottom: 0;
    }

    .titleWW {
        font-size: 14px;
        height: 50px;
    }

    .discWW {
        font-size: 12px;
    }

    .wrapWW {
        grid-gap: 10px;
    }

    .itemWW {
        padding: 15px;
    }

    .iconWW {
        margin-bottom: 10px;
    }

    .dialFooter {
        flex-direction: column-reverse;
    }

    .leftDF .sectionTitle {
        display: none;
    }

    .discDF {
        display: none;
    }

    .rightDFSize {
        width: 100%;
    }

    .leftDFSize {
        width: 100%;
    }

    .banners .itemsB {
        gap: 13px;
    }
}

@media screen and (max-width:991px) {
    .bodyHead .wrapMenu {
        display: none;
    }

    header .wrapContacts {
        width: 100%;
    }

    header .wrapPhone {
        display: none;
    }

    header .topLine {
        background: unset;
        width: fit-content;
    }

    header .bodyHead {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    header .bottomLine {
        display: flex;
        gap: 15px;
    }

    header .wrapMail a,
    header .wrapAdress {
        color: #fff;
    }

    header .wrapMail::before {
        content: url('../images/mailWhite.svg');
    }

    header .wrapAdress::before {
        content: url('../images/mapW.svg');
    }

    .logoMobile {
        position: static;
        transform: unset;
        width: 130px;
    }

    .wrapKatalogAndMail.flexStart {
        height: fit-content;
        margin: auto 0;
    }

    .burgerItem {
        background: #fff;
    }

    .wrapHead {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 8px 25px 12px;
        background: var(--color-dark);
    }

    .wrapHead .logo {
        display: none;
    }

    .logoMobile {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 80px;
    }

    .wrapPhoneAndCallMe {
        position: static;
        transform: unset;
    }

    .wrapPhoneAndCallMe .wrapCallMe {
        font-size: 0;
        height: 50px;
        width: 50px;
        padding: 0;
        position: relative;
    }

    header .wrapCallMe::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .wrapTS.flexSB {
        gap: 20px;
        flex-direction: column;
    }

    .topSlider .leftTSTop {
        width: 50%;
    }

    .topSlider .titleTS {
        width: 100%;
    }


    .discTS,
    .titleTSBottom {
        display: none;
    }

    .topSlider {
        padding-top: 100px;
    }

    .topSlider .leftTS {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .topSlider .leftTS .btnGP a {
        display: block;
        white-space: nowrap;
    }

    .topSlider .leftTS .btnGP a::before {
        display: none;
    }

    .topSlider .rightTS {
        width: 100%;
        max-width: 100vw;
    }

    .titleTS {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: unset;
    }

    .titleTSTop {
        font-size: 22px;
        width: 100%;
    }

    .getPrice .btnGP a,
    .btnGP a,
    .btnGP button {
        font-size: 13px;
        padding: 12px 20px;
    }

    .getPrice .wrapGP {
        padding: 0;
        align-items: center;
    }

    .getPrice .textGP {
        font-size: 18px;
    }

    .rightTS .slick-list {
        max-width: calc(100vw - 30px);
    }

    .wrapItemTS.slick-slide img {
        max-width: 700px;
    }

    .banners .itemB {
        height: 310px;
    }

    .banners .itemsB {
        grid-gap: 10px;
    }

    .itemBDisc {
        font-size: 13px;
        margin-top: 45px;
    }

    .sectionTitle {
        font-size: 22px;
    }

    .discST {
        font-size: 10px;
        padding-left: 20px;
    }

    .discST::before {
        width: 14px;
    }

    .wrapTextGP {
        display: grid;
        grid-template-columns: repeat(2, minmax(60px, 1fr));
        gap: 10px;
    }

    .wrapLastKO {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .itemLastKOText {
        padding-top: 5px;
        margin-bottom: -12px;
    }

    .aboutCompany .wrapAC {
        flex-direction: column;
        gap: 35px;
    }

    .aboutCompany .leftAC {
        width: 100%;
        gap: 20px;
        padding-right: 0;
    }

    .aboutCompany .descAC {
        font-size: 15px;
    }

    .aboutCompany .rightAC {
        width: 100%;
    }

    .aboutCompany .rightAC::before {
        display: none;
    }

    .aboutCompany .itemAC {
        padding: 0;
        width: calc(50% - 20px);
    }

    .aboutCompany .itemAC::before {
        display: none;
    }

    .aboutCompany .itemAC:last-child {
        width: 100%;
    }

    .aboutCompany .itemAC .titleItemAC {
        font-size: 15px;
        margin-bottom: 15px;
        height: 70px;
        align-items: center;
    }

    .aboutCompany .itemAC .titleItemAC img {
        height: 100%;
    }

    .aboutCompany .itemAC .wImg {
        width: 40px;
        height: 40px;
    }

    .aboutCompany .itemAC .descItemAC {
        font-size: 13px;
    }

    .tagAC {
        font-size: 14px;
    }

    .itemsAC {
        display: flex;
        gap: 30px 20px;
        flex-wrap: wrap;
    }

    .itemsAC::after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 20px);
        height: calc(50% + 30px);
        width: 1px;
        background: var(--color-divider-gray);
        transform: translateX(-50%);
    }

    .itemsAC::before {
        content: "";
        position: absolute;
        top: calc(50% + 30px);
        left: 0;
        height: 1px;
        width: 100%;
        background: var(--color-divider-gray);
        transform: translateY(-50%);
    }

    .itemAC .wImg img {
        height: 100%;
    }

    .formFooterTop {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .discFF {
        font-size: 13px;
    }

    .titleFF {
        font-size: 22px;
    }

    .wrapMobileBM {
        display: block;
    }

    .wrapBurgerMenu {
        background: var(--color-dark);
        left: 0;
        top: 80px;
    }

    .wrapBurgerMenu {
        flex-direction: column;
        gap: 25px;
    }

    .wrapBurgerMenu .wrapFootMenu ul {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .wrapBurgerMenu.active {
        width: 100vw;
        height: 100vh;
        left: -25px;
        top: 62px;
    }

    .topSlider .leftTSBottom {
        padding-bottom: 0;
    }

    .closeBM {
        display: none;
    }

    body.menuActive {
        overflow: hidden;
        height: 100vh;
    }

    .contactPage {
        flex-direction: column;
        display: flex;
        gap: 15px;
    }

    .contactPage .nucYp {
        width: 100%;
    }

    .contactPage iframe {
        width: 100%;
    }

    .rightDFSize iframe {
        width: 100%;
    }

    .insidepage header {
        z-index: 3;
    }

    .insidepage header::before {
        display: none;
    }

    .topSlider .wrapItemTS.slick-slide,
    .rightTS .slick-list {
        width: 690px;
    }

    .banners {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .banners .itemsB {
        grid-template-columns: repeat(2, 1fr);
    }

    .banners .itemB .titleItemB {
        height: 49px;
    }

    .itemBDisc {
        margin: 0;
    }

    .titleWW {
        height: 35px;
        margin-bottom: 10px;
    }

    .itemWW .imgWW {
        min-width: 70px;
        justify-content: center;
        width: 70px;
    }

    .itemWW .imgWW img {
        max-width: 90px;
        max-height: 70px;
        object-fit: contain;
    }
    .itemKOTitle{
        font-size: 20px;
    }.itemKODisc{
        font-size: 12px;
    } .itemKOInfo {
    font-size: 16px;
  }
   .keyObj .itemKOEnd .btnGP a {
    font-size: 14px;
    padding: 16px 28px 16px 38px;
  }
  .imgKOBG img{
    width: 100%;
    
  }
}

@media screen and (max-width:767px) {

    .topSlider .wrapItemTS.slick-slide,
    .rightTS .slick-list {
        width: 510px;
    }

    .topSlider .btnGP a::before {
        display: none;
    }

    .aboutSlide {
        display: none;
    }

    .wrapWW {
        grid-template-columns: repeat(1, 1fr);
    }

    .wrapPartners {
        flex-wrap: wrap;
        gap: 20px;
    }

    footer {
        padding: 0 0 70px;
    }

    footer .wrapInput {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }

    footer .wrapInput label:last-child {
        grid-column-start: span 2;
    }

    footer .botLineMF {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .dialFooter {
        gap: 10px;
    }

    .contactDF a {
        height: 40px;
        min-width: 40px;
    }

    .contactDF a img {
        width: 25px;
    }
    .slideNumbBG,.slideNumb {
  display: none;
}
.chapterB{
    font-size: 9px;left: 38px;
}.slick-dots li button{
    width: 30px;
  height: 4px;
  border-radius: 5px;
}.slick-dots{
    gap: 13px;
}
}

@media screen and (max-width:620px) {
    header .wrapContacts {
        display: none;
    }
}

@media screen and (max-width:575px) {
    header .wrapContacts {
        display: none;
    }

    .topSlider .leftTSTop {
        width: 100%;
    }

    .topSlider .wrapItemTS.slick-slide,
    .rightTS .slick-list {
        width: calc(100vw - 40px);
    }

    .banners .itemB .titleItemB {
       min-height: 49px;
    margin-bottom: 10px;
    font-size: 15px;
    height: fit-content;
    }.itemBDisc{
        font-size: 11px;
    }
    .koArrow{
        display: none !important;
    }

    .banners .itemB {
        min-height: 260px;
        height: fit-content;
        padding: 40px 10px 15px 15px;
    }

    .getPrice .wrapGP {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .wrapTextGP {
        width: 100%;
        justify-content: center;
        gap: 10px 25px;
    }

    .getPrice {
        height: 185px;
        margin-bottom: 40px;
        background-position: 58% 50%;
    }

    .getPrice .btnGP {
        margin-left: auto;
    }

    .banners .itemB .btnItemB,
    .btnItemB {
        width: 35px;
        height: 35px;
    }

    .banners .itemB .btnItemB::before,
    .btnItemB::before {
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .bottomSlide .btnItemB {
        font-size: 0;
        padding: 0;
        width: 35px;
        height: 35px;
    }

    .topSlider .itemTS .titleSlide {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .topSlider .itemTS .descSlide {
        font-size: 13px;
    }

    .topSlider .wrapItemTS.slick-slide {
        height: 250px;
    }

    .wrapItemTS.slick-slide img {
        object-fit: cover;
    }

    .topSlider .itemTS {
        height: 100%;
    }

   .topSlider .itemTS .wImg {
  height: 100%;
}
.itemTextKO{
    padding: 15px;
}.itemKODisc{
    font-size: 12px;
}.itemKOTitle{
    font-size: 22px;
}.itemKOTxt{
    font-size: 13px;
} .itemKOInfo {
    font-size: 16px;
  }.wrapKOInfo{
    grid-template-columns: 59% 35%;
  grid-gap: 10px 10px;
  padding-left: 20px;
  }.aboutCompany .wrapAC{
    padding-top: 20px;
  } .aboutCompany .descAC {
    font-size: 12px;
  }  .tagAC {
    font-size: 13px;
  }.itemsAC {
  flex-direction: column;
  gap: 20px;
}.aboutCompany .itemAC{
    width: 100%;
}.itemsAC::before{
    display: none;
}.itemsAC::after{
    display: none;
}.aboutCompany .itemAC .titleItemAC{
    font-size: 14px;
    margin-bottom: 10px;
    height: 47px;
} .aboutCompany .itemAC .descItemAC {
    font-size: 12px;gap: 14px;
  }.aboutCompany::before{
    display: none;
  }.whyWeBlock{
    padding: 20px 0;
  }.contactDF {
  flex-direction: column;
}.leftCF{
    padding: 37px 0 30px 30px;
}  .rightDFSize {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px 10px;
  }.dialFooter{
    margin-bottom: 30px;
  }
}

/* --- effects --*/

.bounceInUp {
    opacity: 0;
    -moz-transform: scale(0.9);

    /* Для Firefox */
    -ms-transform: scale(0.9);

    /* Для IE */
    -webkit-transform: scale(0.9);

    /* Для Safari, Chrome, iOS */
    -o-transform: scale(0.9);

    /* Для Opera */
    transform: scale(0.9);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bounceInUp.shown {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);

    /* Для Firefox */
    -ms-transform: scale(1);

    /* Для IE */
    -webkit-transform: scale(1);

    /* Для Safari, Chrome, iOS */
    -o-transform: scale(1);

    /* Для Opera */
}