.padding {
    padding: 0 15px;
}

main {
    padding: 0;
    margin: 0;
}

section.padding {
    padding: 0 20px;
}

section.flex {
    display: flex;
}

a.button {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 180px;
    height: 60px;
    align-items: center;
    color: #111827;
    transition: all 0.5s;
    cursor: pointer;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #00479D;
    background-color: #00479D;
    color: #FFF;
}

a.button:hover {
    background-color: #fff;
    color: #00479D !important;
    transition: all 0.5s;
    border: 1px solid #00479D;
}

.invise {
    display: none !important;
}

.invise_2 {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.5s !important;
}

.footer_2 {
    margin-top: auto;
}

.banerSwiper {
    width: 100%;
    min-height: 600px;
}

.banerSwiper .swiper-wrapper {
    height: 100%;
}

.banerSwiper .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 88px 20px 135px;
}

.banerSwiper .swiper-slide .container {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banerSwiper .swiper-slide .container h2,
.banerSwiper .swiper-slide .container h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 62.4px;
    text-align: left;
    color: #FFF;
    max-width: 820px;
}

.banerSwiper .swiper-slide .container .default.v2 {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.banerSwiper .swiper-slide .container .default.v2 ul {
    padding-left: 20px;
}

.banerSwiper .swiper-slide .container .default.v2 ul li {
    color: #FFF;
}

.banerSwiper .swiper-slide .container .default.v2 ul li::marker {
    color: #FFF;
}

.banerSwiper .swiper-slide .container p {
    padding: 20px 30px;
    background: rgba(29, 29, 27, 0.2);
    max-width: 510px;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #FFF;
}

.banerSwiper .swiper-slide .container a.button {
    width: 100%;
    max-width: 310px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    text-align: center;
}

@media (max-width: 600px) {
    .banerSwiper .swiper-slide {
        padding-bottom: 95px;
    }

    .banerSwiper .swiper-slide .container h2,
    .banerSwiper .swiper-slide .container h1 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 600;
        line-height: 39px;
        text-align: left;
    }

    .banerSwiper .swiper-slide .container p {
        font-family: Inter;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        text-align: left;
    }

    .banerSwiper .swiper-slide .container a.button {
        font-family: Inter;
        font-size: 14px;
        font-weight: 600;
        line-height: 16.94px;
        text-align: center;
        max-width: 400px;
    }
}

.compSwiper {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
}

.compSwiper h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    text-align: left;
    color: #1D1D1B;
    margin-bottom: 60px;
}

.compSwiper .swiper-slide {
    max-width: 295px;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    max-height: 60px;
}

.compSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cont_swip {
    width: 100%;
    display: flex;
    padding: 60px 0 100px;
    position: relative;
}

.cont_swip .nav_compSwiper {
    position: absolute;
    width: 100%;
    max-width: 1564px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    bottom: 135px;
    transform: translateX(-50%);
    height: 0;
    align-items: center;
}

.cont_swip .nav_compSwiper svg {
    width: 50px;
    height: 50px;
}

@media (max-width: 1580px) {
    .cont_swip .nav_compSwiper {
        display: none;
    }
}

@media (max-width: 990px) {
    .compSwiper h2 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 33.6px;
        text-align: center;
    }
}

.fil {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.fil h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 67.2px;
    text-align: left;
    color: #1D1D1B;
}

.fil img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.fil .img {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.fil .img::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media (max-width: 990px) {
    .fil h2 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 500;
        line-height: 42px;
        text-align: center;
    }

    .fil img {
        min-width: 657px;
        object-fit: contain;
        object-position: center;
        margin-left: 20px;
    }

    .fil .img {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.footer_2 {
    background-color: #1D1D1B;
    display: flex;
    flex-direction: column;
    padding: 80px 20px;
}

.footer__container {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.footer__container .cont_top {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer__container .cont_top .cont_1 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 400px;
}

.footer__container .cont_top .cont_1 .logo_cont a {
    display: flex;
    gap: 30px;
    height: 60px;
}

.footer__container .cont_top .cont_1 .logo_cont a img {
    height: 100%;
    object-fit: contain;
}

.footer__container .cont_top .cont_1 .logo_cont .gif {
    display: none;
}

.footer__container .cont_top .cont_1 .cont_1_1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__container .cont_top .cont_1 .cont_1_1 .phone p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #FFF;
}

.footer__container .cont_top .cont_1 .cont_1_1 a.button {
    height: 40px;
    width: 210px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    text-align: left;
}

.footer__container .cont_top .cont_1 .cont_1_2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__container .cont_top .cont_1 .cont_1_2 .card p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #FFF;
}

.footer__container .cont_top .cont_2 {
    display: flex;
    gap: 40px 30px;
    width: 100%;
    max-width: 810px;
    justify-content: space-between;
}

.footer__container .cont_top .cont_2 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__container .cont_top .cont_2 ul a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #FFF;
}

.footer__container .cont_bottom {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__container .cont_bottom p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFF;
}

.footer__container .cont_bottom a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: right;
    color: #FFF;
    cursor: pointer;
}

@media (max-width: 1140px) {
    .cont_top {
        flex-direction: column;
    }

    .footer__container .cont_top .cont_2 {
        max-width: none;
        flex-wrap: wrap;
    }

    .footer__container .cont_top .cont_1 .logo_cont a {
        height: 50px;
    }
}

@media (max-width: 370px) {
    .footer__container .cont_top .cont_1 .logo_cont a {
        height: 50px;
        display: none;
    }

    .footer__container .cont_top .cont_1 .logo_cont a.gif {
        display: block;
        position: relative;
        width: 150px;
    }

    .footer__container .cont_top .cont_1 .logo_cont a.gif img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
    }
}

body {
    padding-top: 195px;
}

header {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 5;
    box-sizing: border-box !important;
}

header .header__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
}

header .header__container .cont {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 33px;
    align-items: center;
}

header .header__container .cont .cont_1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 675px;
}

header .header__container .cont .cont_1 h2 {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    max-width: 193px;
}

header .header__container .cont .cont_2 {
    width: 100%;
    max-width: 645px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

header .header__container .cont .cont_2 .grid_cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 430px;
}

header .header__container .cont .cont_2 .grid_cont .header-loc {
    width: auto;
    cursor: pointer;
    max-height: 24px;
    margin: auto 0;
}

header .header__container .cont .cont_2 .grid_cont span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    color: #00479D;
    padding-bottom: 5px;
    border-bottom: 1px dashed #00479D;
}

header .header__container .cont .cont_2 .grid_cont .phone p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1B;
    text-decoration: none;
}

header .header__container .cont .cont_2 .grid_cont .pochta p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1B;
    margin: 0;
}

a:-webkit-any-link {
    text-decoration: none;
}

header .header__container .cont .cont_2 .grid_cont p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1B;
    margin: 0;
}

header .header__container .cont .cont_2 .grid_cont .mail p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1B;
}

.logo_cont {
    width: 100%;
    max-width: 410px;
    display: flex;
    max-height: 60px;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.logo_cont img {
    object-fit: contain;
}

.logo_cont_2 {
    display: none;
}

.before-el {
    display: flex;
    gap: 10px;
    align-items: center;
}

.before-el::before {
    content: "";
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.point::before {
    background-image: url("./images/point.svg");
}

.pochta::before {
    background-image: url("./images/pochta.svg");
}

.phone::before {
    background-image: url("./images/phone.svg");
}

.mail::before {
    background-image: url("./images/mail.svg");
}

@media (max-width: 1280px) {
    header .header__container .cont .cont_1 h2 {
        display: none;
    }

    header .header__container .cont .cont_1 {
        max-width: 410px;
    }
}

@media (max-width: 1100px) {
    .logo_cont_1 {
        display: none;
    }

    .logo_cont_2 {
        display: block;
    }

    header .header__container .cont .cont_1 {
        max-width: 190px;
        display: none;
    }

    header .header__container .cont .cont_2 {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 850px) {
    header .header__container .cont .cont_2 {
        width: 100%;
        max-width: none;
    }

    header .header__container .cont .cont_2 a.button {
        width: 150px;
        max-width: none;
    }
}

@media (max-width: 650px) {

    header .header__container .cont .cont_2 .pochta,
    header .header__container .cont .cont_2 .mail {
        display: none;
    }

    header .header__container .cont .cont_2 .grid_cont {
        display: flex;
        flex-direction: column;
        max-width: none;
        width: auto;
    }
}

@media (max-width: 440px) {
    header .header__container .cont .cont_2 a.button {
        display: none;
    }

    header .header__container .cont .cont_2 .grid_cont {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    header .header__container .cont .cont_2 .grid_cont span {
        padding-bottom: 3px;
    }

    header .header__container .cont {
        padding: 8px 20px;
        margin-left: -20px;
        margin-right: -20px;
        background-color: #F0F2F4;
    }
}

.nav__header {
    display: flex;
    gap: 75px;
    justify-content: space-between;
    padding: 0 20px;
    height: 82px;
    background-color: #F0F2F4;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.nav__header .cont,
.nav__header .container_1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    display: flex;
    gap: 75px;
    justify-content: space-between;
    align-items: center;
}

.nav__header .cont .search,
.nav__header .container_1 .search {
    cursor: pointer;
}

.nav__header ul.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav__header ul.menu a {
    cursor: pointer;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
}

.nav__header ul.menu .catalog__link {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.nav__header ul.menu .catalog__link::before {
    background-image: url("./images/threeLine.svg");
}

.search__container {
    display: flex;
    align-items: center;
    transition: 0.5s;
    position: relative;
}

.search__container .search {
    transition: 0.5s;
    z-index: 2;
}

.search__container .search:hover {
    transform: scale(1.05);
}

.search__container .search__form {
    position: absolute;
    right: -5px;
    display: flex;
    height: 50px;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    display: none;
    flex-direction: column;
}

.search__container .search__form input {
    padding-block: 0;
    padding-inline: 0;
    padding: 0 20px;
    margin-right: 40px;
    margin-left: 15px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1B;
    height: 100%;
    height: 50px;
    border: none;
}

.search__container .search__form input:focus {
    border: none;
}

.search__container .search__form input:focus-visible {
    outline: none;
}

.search__container .search__form input:active {
    border: none;
}

.search__container .search__form input::placeholder {
    border: none;
}

.search__container .search__form .rez::-webkit-scrollbar,
.search__container .search__form .catalog_tec::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.search__container .search__form .rez {
    margin: 0;
    padding: 0;
    padding: 20px 15px;
    background-color: #F0F2F4;
    border-radius: 15px;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style-type: none;

}

.search__container .search__form .rez a {
    display: flex;
    gap: 15px;
    align-items: center;
    border-top: 1px solid #cacaca;
    padding: 10px 0;
}

.search__container .search__form .rez a img {
    max-width: 75px;
    min-width: 75px;
    max-height: 50px;
    min-height: 50px;
    object-fit: contain;
}

.search__container .search__form .rez a p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1B;
}

.search__container .search__form .rez li:first-of-type a {
    border: none;
}

.search__container.open .search__form {
    display: flex;
}

.search__form.open .rez {
    display: block;
}

.catalog_tec {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    display: none;
}

.catalog_tec ul li a img {
    max-width: 75px;
    min-width: 75px;
    max-height: 50px;
    min-height: 50px;
    object-fit: contain;
}

.catalog_tec ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px 70px;
    flex-wrap: wrap;
    padding: 30px 0;
    /* max-height: 470px; */
    /* overflow-y: scroll; */
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 auto;
    width: 100%;
    list-style-type: none;

}

.catalog_tec ul li {
    max-width: 300px;
    min-width: 300px;
}

.catalog_tec ul li a {
    display: flex;
    gap: 15px;
    align-items: center;
}

.catalog_tec ul li a p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #1D1D1B;
}

.catalog_tec ul li a span {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #747474;
}

.catalog_tec.open {
    display: flex;
}

.overlay {
    width: 100%;
    position: absolute;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    left: 0;
    bottom: 0;
    transform: translate(0%, 100%);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.overlay.open {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1100px) {
    header {
        background-color: #F0F2F4;
    }



    .nav__header {
        background-color: #fff;
    }

    .nav__header .cont,
    .nav__header .container_1 {
        position: relative;
    }

    .nav__header .cont {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translate(-101%, 100%);
        background-color: #F0F2F4;
        transition: 0.5s;
        width: 100%;
        max-width: 375px;
        z-index: 6;
        justify-content: start;
        gap: 30px;
        padding: 40px 20px 250px;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        align-items: start;
    }

    .nav__header .container_1 {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
        justify-content: start;
    }

    .nav__header .cont.open {
        left: 0;
        bottom: 0;
        transform: translate(0%, 100%);
    }

    .nav__header ul.menu .catalog__link::before {
        display: none;
    }

    .nav__header ul.menu {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }

    .search__container {
        width: 100%;
    }

    .search__container .search__form {
        display: flex;
        right: 0;
        width: 100%;
        border-radius: 0;
    }

    .search__container .search__form .search__cont_1 {
        width: 100%;
    }

    .search__container .search__form input {
        margin-right: 10px;
        width: 100%;
        padding-left: 30px;
        box-sizing: border-box;
    }
}

.mob__container {
    display: none;
}

@media (max-width: 1100px) {
    body {
        padding-top: 195px;
    }

    .mob__container {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        align-items: center;
        padding: 15px 0;
    }

    .mob__container .logo_img {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .mob__container .logo_img img {
        height: 40px;
        object-fit: contain;
    }

    .mob__container .gif {
        display: none;
    }
}

@media (max-width: 370px) {
    .mob__container .logo_img img {
        display: none;
    }

    .mob__container .logo_img .gif {
        display: block;
    }
}

.adr__container {
    display: none;
    flex-direction: column-reverse;
    margin-right: auto;
    margin-top: 15px;
    gap: 20px;
}

.adr__container .before-el p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
}

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

@media (max-width: 1100px) {
    .adr__container {
        display: flex;
    }

    .search__container .search__form input {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 440px) {
    body {
        padding-top: 124px;
    }
}

.swiper .title__cont {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.swiper .title__cont h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 58.09px;
    text-align: left;
}

.nalSwiper {
    width: 100%;
    max-width: 1410px;
    padding: 100px 0;
}

.nalSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 30px 40px;
    border: 1px solid #F0F0F0;
    height: auto;
    cursor: pointer;
    transition: box-shadow .5s;
}

.nalSwiper .swiper-slide:hover {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition: box-shadow .5s;
}

.nalSwiper .swiper-slide .img {
    width: 100%;
    height: 207px;
}

.nalSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.nalSwiper .swiper-slide .title {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nalSwiper .swiper-slide .title h3,
.nalSwiper .swiper-slide .title a {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #1D1D1B;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nalSwiper .swiper-slide .title ul {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.nalSwiper .swiper-slide .title .catalogue-products-list-item-attributes {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.nalSwiper .swiper-slide .title span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.nalSwiper .swiper-slide .title ul li {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.nalSwiper .swiper-slide .title ul li p,
.nalSwiper .swiper-slide .title ul li span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    color: #1D1D1B;
    max-width: 100%;
}

.nalSwiper .swiper-slide .title ul li div {
    border-bottom: 1px solid #F0F0F0;
    margin-top: auto;
    flex: 1 1 auto;
}

.nalSwiper .swiper-slide .btn__cont {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.nalSwiper .swiper-slide .btn__cont a.button {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: left;
    height: 50px;
}

.nalSwiper .swiper-slide .btn__cont a.button_2 {
    background-color: #FFF;
    color: #00479D;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: left;
    height: 50px;
}

.nalSwiper .swiper-slide .btn__cont a.button_2:hover {
    color: #FFF !important;
    background-color: #00479D;
}

.nalSwiper .nal-pagination {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 8px;
}

.nalSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.nalSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.nalSwiper .swiper-pagination-bullet {
    border-radius: 0;
    background-color: #F4F4F4;
    opacity: 1;
    width: 14px;
    height: 14px;
}

.nalSwiper .swiper-pagination-bullet-active {
    background-color: #00479D;
}

.nav__btn__cont {
    display: flex;
    gap: 20px;
    margin-top: auto;
}

.nav__btn__cont svg {
    cursor: pointer;
}

@media (max-width: 990px) {
    .nav__btn__cont {
        display: none;
    }

    .swiper .title__cont {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 40px;
    }

    .swiper .title__cont h2 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 500;
        line-height: 36.31px;
        text-align: center;
    }
}

.newsSwiper {
    width: 100%;
    max-width: 1410px;
    padding-bottom: 100px;
}

.newsSwiper .swiper-slide {
    padding: 30px;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.newsSwiper .swiper-slide a {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    text-align: left;
    color: #1D1D1B;
}

.newsSwiper .swiper-slide p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #1D1D1B;
}

.newsSwiper .swiper-slide a.button {
    background-color: #FFF;
    color: #00479D;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: center;
    max-width: 285px;
    height: 50px;
}

.newsSwiper .swiper-slide a.button:hover {
    background-color: #00479D;
    color: #FFF !important;
}

.newsSwiper a.button_2 {
    margin: 40px auto 0;
    max-width: 150px;
}

@media (max-width: 600px) {
    .newsSwiper .swiper-slide p {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        text-align: left;
    }
}

.oform {
    background-color: #00479D;
    display: flex;
    padding: 80px 20px;
    width: 100%;
}

.oform__container {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.oform__container h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 62.4px;
    text-align: center;
    color: #FFF;
}

.oform__container .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: space-between;
}

.oform__container .flex .card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.oform__container .flex .card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

.oform__container .flex .card p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: #FFF;
}

@media (max-width: 1180px) {
    .oform__container .flex .card p {
        text-align: center;
    }

    .oform__container .flex .card img {
        margin: 0 auto;
    }
}

@media (max-width: 545px) {
    .oform__container h2 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 500;
        line-height: 39px;
        text-align: center;
    }

    .oform__container .flex .card p {
        font-family: Inter;
        font-size: 18px;
        font-weight: 500;
        line-height: 25.2px;
        text-align: center;
    }

    .oform__container .flex .card {
        width: 155px;
    }
}

.preim {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding-bottom: 100px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    justify-content: center;
}

.preim .card {
    width: 100%;
    max-width: 449px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #F0F2F4;
    padding: 30px;
}

.preim .card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 20px;
}

.preim .card h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: left;
    color: #1D1D1B;
    margin-bottom: 30px;
}

.preim .card p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: #8A8C93;
}

@media (max-width: 500px) {
    .preim {
        display: flex;
        flex-direction: column;
    }

    .preim .card img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 20px;
    }

    .preim .card h3 {
        font-family: Inter;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.78px;
        text-align: left;
        margin-bottom: 20px;
    }

    .preim .card p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: center;
    }
}

.prod {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding: 100px 0;
}

.prod h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 58.09px;
    text-align: left;
    color: #1D1D1B;
    margin-bottom: 40px;
}

.prod .grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    justify-content: center;
}

.prod .grid .card {
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: #1D1D1B;
    align-items: center;
    margin: 0 auto;
}

.prod .grid .card .img {
    max-width: 240px;
    min-width: 240px;
    max-height: 185px;
    min-height: 185px;
    display: flex;
    align-items: center;
}

.prod .grid .card .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 500px) {
    .prod h2 {
        font-family: Inter;
        font-size: 30px;
        font-weight: 500;
        line-height: 36.31px;
        text-align: center;
    }

    .prod .grid {
        gap: 20px 10px;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .prod .grid .card {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: center;
    }

    .prod .grid .card .img {
        max-width: 140px;
        min-width: 140px;
        max-height: 110px;
        min-height: 110px;
    }
}

.tec {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding: 100px 0 60px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.tec .cont_1 {
    width: 100%;
    max-width: 925px;
}

.tec .cont_1 h2 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 62.4px;
    text-align: left;
    color: #1D1D1B;
    margin-bottom: 40px;
}

.tec .cont_1 p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #1D1D1B;
    margin-bottom: 40px;
}

.tec .cont_1 h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: left;
    color: #1D1D1B;
    margin-bottom: 20px;
}

.tec .cont_1 a.button {
    max-width: 225px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: center;
}

.tec .cont_1 a.button:hover {
    color: #00479D !important;
}

.card_log {
    width: 100%;
    max-width: 445px;
    background-color: #00479D;
    padding: 40px 30px 100px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: min-content;
}

.card_log .img {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card_log .img img {
    object-fit: contain;
}

.card_log a.button {
    max-width: 120px;
    background-color: #ED6928;
    height: 50px;
}

.card_log a.button:hover {
    background-color: #FFF;
    color: #00479D !important;
}

@media (max-width: 900px) {
    .tec {
        flex-direction: column;
    }

    .tec .cont_1 {
        width: 100%;
        max-width: 925px;
    }

    .tec .cont_1 h2 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 31.2px;
        text-align: left;
    }

    .tec .cont_1 p {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
    }

    .tec .cont_1 h3 {
        font-family: Inter;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.4px;
        text-align: left;
    }

    .tec .cont_1 a.button {
        font-family: Inter;
        font-size: 12px;
        font-weight: 600;
        line-height: 14.52px;
        text-align: center;
    }

    .card_log {
        margin: 0 auto;
    }
}

@media (max-width: 415px) {
    .card_log {
        min-height: 530px;
        gap: 20px;
    }
}

header p,
header h2 {
    padding: 0;
    margin: 0;
}

header * {
    box-sizing: border-box;
}

header div {
    box-sizing: border-box;
}

footer div {
    box-sizing: border-box;
}

footer p {
    padding: 0;
    margin: 0;
}

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

main div {
    box-sizing: border-box;
}

main * {
    box-sizing: border-box;
}

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

main p {
    padding: 0;
    margin: 0;
}

.default {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.default h3 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
}

.default a {
    color: #07f;
    text-decoration: underline;
    display: inline-block;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
}

.default p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
}

.default ul {
    list-style-position: inside;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.default ol {
    list-style-position: inside;
    padding-left: 0;
}

.default ul li {
    list-style: disc;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
}

.default ul li::marker {
    color: #00479D;
}

.default table {
    width: 100%;
}

.default caption {
    border-bottom: none;
    background-color: #908ea3;
}

.default thead th {
    background-color: #908ea3;
}

.default tbody td {
    background-color: #d4d4da;
    text-align: center;
}

@media (max-width: 550px) {
    .default h3 {
        font-family: Inter;
        font-size: 24px;
        font-weight: 500;
        line-height: 33.6px;
        text-align: left;
    }

    .default ul li,
    .default p,
    .default a {
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        text-align: left;
    }
}

.news_det {
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.news_det .card {
    padding: 40px 0;
    border-bottom: 1px dashed #00479D;
    display: flex;
    gap: 60px;
}

.news_det .card .title {
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news_det .card .title h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 140%;
    color: #000000;
}

.news_det .card .title a.button {
    max-width: none;
    background-color: #FFF;
    color: #00479D;
}

.news_det .card .title a.button:hover {
    max-width: none;
    background-color: #00479D;
    color: #FFF !important;
}

.news_det .card .default {
    padding-top: 20px;
}

.news_det .card:last-of-type {
    border: none;
}

@media (max-width: 880px) {
    .news_det .card {
        flex-direction: column;
        gap: 0px;
    }

    .news_det .card .title {
        max-width: none;
    }

    .news_det .card .title h2 {
        font-size: 36px;
    }
}

.news_det .card .title h2 {
    padding: 0;
    margin: 0;
}

/*==================================================*/
.nav__header ul.menu .sub-menu {
    position: absolute;
    top: 81px;
    right: -90px;
    width: 250px;
    background-color: #F0F2F4;
    border-top: 1px dotted #c9c9c9;
    display: none;

}

.nav__header ul.menu>li {
    position: relative;
    display: inline-block;
    line-height: 82px;
    z-index: 2;
}

.nav__header ul.menu>li .sub-menu li {
    line-height: normal;
    display: block;
}

.nav__header ul.menu li:hover .sub-menu {
    display: inline-block;
    -webkit-animation: swing-in-top-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
    animation: swing-in-top-bck 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

.nav__header ul.menu .sub-menu li {
    padding: 20px 7px 0;
    line-height: initial;
}

.nav__header ul.menu .sub-menu li:last-child {
    padding-bottom: 20px;
}

.nav__header ul.menu li>span {
    margin-left: 5px;
    display: inline-block;
    transition: 0.5s;
}

.nav__header ul.menu li:hover span {
    transform: rotate(180deg);

}

@media all and (max-width:1100px) {
    .nav__header ul.menu .sub-menu li:last-child {
        padding-bottom: 0;
    }

    .nav__header ul.menu .sub-menu {
        width: 100%;
        padding-left: 18px;
        border: none;
        position: static;
    }

    .nav__header ul.menu>li {
        line-height: normal;
    }
}

@media all and (max-width:767px) {
    .catalogue-productpage-description {
        margin-right: 0;
    }
}

@-webkit-keyframes swing-in-top-bck {
    0% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

@keyframes swing-in-top-bck {
    0% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

@-webkit-keyframes swing-out-top-fwd {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }

    100% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
}

@keyframes swing-out-top-fwd {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }

    100% {
        -webkit-transform: rotateX(70deg);
        transform: rotateX(70deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
}

.container li {
    height: auto;
}

.container ul {
    padding-left: 30px;
}

:root {
    --primary: black;
    --secondary: #F0F2F4;
    /* Theme color */
    --theme: var(--primary);
}


/* Core styles/functionality */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked~.tab__content {
    /* max-height: 10rem; */
    max-height: 1000px;
}

/* Visual styles */
.accordion {
    color: var(--primary);
    border: 1px solid #f0f2f4;
    border-radius: 3px;
    overflow: hidden;
}

.tab__label,
.tab__close {
    display: flex;
    color: black;
    background: #f0f2f4;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem;
}

.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
    line-height: 1.15;
}

.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    margin: 0;
    padding: 1rem;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked)+.tab__label:hover::after {
    animation: bounce .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

/*==================================================*/
.B_crumbBox {
    margin-top: 45px;
    display: inline-block;
}

.workarea-block {
    margin-top: 50px;
    margin-bottom: 80px;
}

.tec .cont_1 .text_aj {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
}

.tec .g-recaptcha {
    margin-top: 15px;
}

.tec .btn-a.shine {
    cursor: pointer;
}

form .quest {
    width: 100%;
    min-height: 200px;
    max-height: 300px;
}

.select-container {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

.select-container label {
    margin-bottom: 10px;
    display: block;
}

select#timeSelection {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #333;
    appearance: none;
    /* Убирает стрелку в некоторых браузерах */
    cursor: pointer;
}

select#timeSelection:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    grid-column-start: 1;
}

@media all and (max-width:767px) {
    .two-column-grid {
        grid-template-columns: 1fr;
    }
}

.stock .catalogue-products-list-item-attributes {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: row; */
}

.stock .catalogue-products-list-item-attributes div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.stock .catalogue-products-list-item-attributes div:last-child {
    margin-bottom: 0px;
}

.stock .catalogue-products-list-item-attributes div span:first-child {
    width: 50%;
    word-break: break-word;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.stock .catalogue-products-list-item-attributes div span:last-child {
    width: 50%;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
}

#catalog_tec {
    position: relative;
}

.catalog_subtec_cont {
    position: absolute;
    top: auto;
    bottom: 0px;
    transform: translateY(100%);
    width: 100%;
    /* padding-bottom: 30px; */
    z-index: 2;
    /* cursor: pointer; */
}

.catalog_subtec {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.catalog_subtec::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.catalog_subtec {
    width: 100%;
    max-height: 200px;
    display: none;
    flex-direction: column;
    gap: 5px;
    overflow-y: scroll;
    background-color: #FFF;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
    padding: 20px 10px;
}

.catalog_subtec a {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #747474;
    transition: .5s;
}

.catalog_subtec a:hover {
    color: #00479D;
    transition: .5s;
}

.catalog_subtec_btn {
    position: absolute;
    top: auto;
    bottom: -10px;
    width: 50px;
    left: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    transform: translateX(-50%);
    cursor: pointer;
    border: 1px solid #00479D;
    border-radius: 10px;
    background-color: #FFF;
    transition: background-color .5s;
}

.catalog_subtec_btn:hover {
    background-color: #00479D;
    transition: background-color .5s;
}

.catalog_subtec_btn:hover path {
    fill: #FFF;
}

.catalog_subtec_btn svg {
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    transition: .5s;
}

.catalog_subtec_btn path {
    transition: .5s;
    fill: #00479D;
}

.li_sec_catalog.opened .catalog_subtec_btn {
    background-color: #00479D;
    z-index: 3;
}

.li_sec_catalog.opened .catalog_subtec_btn path {
    fill: #FFF;
}

.li_sec_catalog.opened .catalog_subtec_btn svg {
    transform: rotate(180deg);
}

.li_sec_catalog.opened .catalog_subtec {
    display: flex !important;
}

.cont_2_v2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cont_2_v2 #name-sect {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #FFF;
}


.footer__container .cont_top .cont_2 .cont_2_v2 ul {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    gap: 10px 20px;
}

.footer__container .cont_top .cont_2 .cont_2_v2 ul li a {
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .footer__container .cont_top .cont_2 .cont_2_v2 ul {
        display: flex;
        flex-direction: column;
    }
}

.sect_selection_tec {
    position: relative;
}

.sect_selection_tec::before {
    content: "";
    background-image: url("./images/tecs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(5px);
}

.shadow_cont {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #0e1834;
    opacity: .6;
}

.selection_tec {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1410px;
    padding: 100px 0;
    margin: 0 auto;
}

.sect_selection_tec h2,
.sect_selection_tec h2 span {
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 58.09px;
    text-align: left;
    color: #FFF;
    margin-bottom: 20px;
    max-width: 550px;
}

.sect_selection_tec h2 span {
    color: #ED6928;
}

.selection_subtitle {
    max-width: 650px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #FFF;
    margin-bottom: 40px;
}

.selection_tec_cont {
    display: flex;
    width: 100%;
    max-width: 700px;
    gap: 20px;
    flex-wrap: wrap;
}

.selection_tec_cont a {
    padding: 20px 10px;
    border: 1px solid #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: center;
    color: #FFF;
    display: block;
    max-width: fit-content;
    transition: .5s;
}

.selection_tec_cont a:hover {
    background-color: #FFF;
    color: #000;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition: .5s;
}

@media (max-width: 900px) {

    .sect_selection_tec h2,
    .sect_selection_tec h2 span {
        font-family: Inter;
        font-size: 30px;
        font-weight: 500;
        line-height: 36.31px;
        text-align: center;
    }

    .selection_subtitle {
        max-width: 650px;
        font-family: Inter;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        text-align: left;
        color: #FFF;
        margin-bottom: 40px;
    }

    .selection_tec_cont {
        max-width: none;
    }

    .selection_tec_cont a {
        font-size: 14px;
        font-weight: 400;
        line-height: 18.4px;
        min-width: 100%;
    }

}


.branches-block_sect {
    padding-top: 40px !important;
    padding-bottom: 100px !important;
    position: relative;
    flex-direction: column;
}

.branches-block_sect h2 {
    display: flex;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    /* color: #FFF; */
    font-family: Inter;
    font-size: 48px;
    font-weight: 500;
    line-height: 67.2px;
    text-align: left;
    margin-bottom: 30px;
}

.branches-block_sect.v2 h2 {
    color: #FFF;
}

.branches-block_sect.v2 .branches-list ul {
    border: none;
}


.branches-block_sect.v2::before {
    background-image: url("./images/tec_2.jpg");
}

.branches-block_sect.v2::after {
    background-color: #000;
}

.branches-block_sect::before {
    content: "";
    /* background-image: url("./images/tec_2.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(10px);
}

.branches-block_sect::after {
    content: "";
    /* background-color: #000; */
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.branches-block {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
}

.branches-list {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
}

.branches-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    max-height: 500px;
    overflow-y: scroll;
    background-color: #FFF;
    padding: 30px 20px;
    border-radius: 15px;
    border: 2px solid #00479D;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}



.branches-list li {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #333333 !important;
}

.branches-list li.active {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #00479d !important;
}

.branches-map {
    width: 70%;
    height: 100%;
    min-height: 500px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.branch-info {
    /* position: absolute; */
    top: 20px;
    left: 20px;
    background: white;
    padding: 15px;
    border: 1px solid #ccc;
    z-index: 1000;
    display: none;
    /* Скрываем по умолчанию */
}

.branches-list li[data-branch-id="0"] {
    display: none;
}

@media (min-width: 901px) {

    /* Стилизация скроллбара для WebKit-браузеров (Chrome, Safari, Edge) */
    .branches-list ul::-webkit-scrollbar {
        width: 6px;
        /* Ширина скроллбара */
    }

    .branches-list ul::-webkit-scrollbar-track {
        background: transparent;
        /* Прозрачный фон трека */
    }

    .branches-list ul::-webkit-scrollbar-thumb {
        background-color: #888;
        /* Цвет ползунка */
        border-radius: 3px;
        /* Закругление углов ползунка */
    }

    .branches-list ul::-webkit-scrollbar-thumb:hover {
        background-color: #555;
        /* Цвет ползунка при наведении */
    }

    /* Убираем стрелки в WebKit-браузерах */
    .branches-list ul::-webkit-scrollbar-button {}

    /* Стилизация скроллбара для Firefox */
    .branches-list ul {
        scrollbar-width: thin;
        /* Узкий скроллбар */
        scrollbar-color: #888 transparent;
        /* Цвет ползунка и трека */
    }

    /* Убираем стрелки в Firefox */
    .branches-list ul {
        scrollbar-width: none;
        /* Скрываем стрелки */
    }
}

@media (max-width: 900px) {

    .branches-list li[data-branch-id="0"].active {
        display: block;
    }

    .branches-block {
        flex-direction: column;
    }

    .branches-list {
        width: 100%;
        max-width: none;
    }

    .branches-map {
        width: 100%;
    }

    .branches-list li {
        display: none;
    }

    .branches-list li.active {
        background-color: #FFF;
        font-weight: bold;
        display: block;
        padding: 25px 15px;
        color: #00479d !important;
    }

    .branches-list ul {
        padding: 0;
        background: none;
    }

    .branches-list ul.active {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        max-height: 300px;
        overflow-y: scroll;
        background-color: #FFF;
        padding: 30px 20px;
        border-radius: 15px;
    }

    .branches-list ul.active li {
        display: block;
        color: #333 !important;
    }

    .branches-list ul.active li.active {
        display: block;
        padding: 10px;
        cursor: pointer;
        border: 1px solid #ccc;
        border-radius: 10px;
        color: #00479d !important;
    }
}

.zapchasti {
    padding: 0 0 100px;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
}

.zapchasti_cont {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.zapchasti_cont .card {
    transition: .5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
    justify-content: center;
    align-items: center;
    color: #FFF;
    min-height: 180px;
    z-index: 1;
    overflow: hidden;
    font-size: 22px;
    line-height: 24px;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word !important;
}

.zapchasti_cont .card::before {
    content: "";
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
    transition: .5s;
}

.zapchasti_cont .card::after {
    content: "";
    width: 50px;
    border-bottom: 1px solid #FFF;
    margin-top: 40px;
    transition: .5s;
}

.zapchasti_cont .card:hover {
    transition: .5s;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.zapchasti_cont .card:hover::after {
    border-bottom: 1px solid #FFF;
    opacity: 0;
    margin-top: 0;
}

.zapchasti_cont .card:hover::before {
    opacity: .8;
}

@media (max-width: 1133px) {
    .zapchasti_cont {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1133px) {
    .zapchasti_cont {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 817px) {
    .zapchasti_cont {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .zapchasti_cont {
        display: flex;
        flex-direction: column;
    }
}

.filter_div {
    font-family: Arial, sans-serif;
    max-width: 400px;
    margin: 0 auto;
    display: none;
}

.filter_div.act {
    display: block;
}

.filter_div .filter_cont {
    margin-bottom: 20px;
    position: relative;
}

.filter_div .input-range {
    display: flex;
    gap: 10px;
}

.filter_div .input-range input {
    width: 100%;
    max-width: 100px;
    height: 30px;
    border-radius: 3px;
    border: none;
    background-color: #F0F2F4;
    padding: 0 5px;
}

.filter_div .input-range input:focus {
    outline: none;
}

.noUi-target {
    border: none;
    background: none;
    box-shadow: none;
    height: 3px;
    margin-bottom: 15px;
}

.noUi-handle {
    border: none;
    background: none;
    box-shadow: none;
    background-color: #00479D;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0px;
    transform: translateY(-50%);
    cursor: pointer;
}

.noUi-connect {
    background-color: #00479D;
    cursor: pointer;
}

.noUi-connects {
    background-color: #F0F2F4;
    cursor: pointer;
}

.noUi-handle::after,
.noUi-handle::before {
    display: none;
}

.noUi-horizontal .noUi-handle {
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    right: -10px;

}

.noUi-handle::after {
    display: block;
    width: 5px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.apply-container {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(10%);
    background: #f9f9f9;
    padding: 5px 10px;
    border: 1px solid #F0F2F4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.apply-container.hidden {
    display: none;
}

.apply-button {
    padding: 5px 10px;
    background-color: #00479D;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: .5s;
}

.apply-button:hover {
    opacity: .8;
    transition: .5s;
}

.result-count {
    font-size: 14px;
    color: #666;
}

.bot_btn_filter {
    display: flex;
    /* border-radius: 4px; */
    overflow: hidden;
    gap: 10px;
}

.def_btn_filter {
    width: 50px;
    aspect-ratio: 1/1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border-radius: 4px;
    background-color: #F0F2F4;
    overflow: hidden;
}

.def_btn_filter svg {
    width: 15px;
    height: 15px;
    transition: .5s;
}

.def_btn_filter svg path {
    fill: #333333 !important;
    transition: .5s;
}

.def_btn_filter:hover {
    background-color: #0056b3;
    transition: .5s;
}

.def_btn_filter:hover svg path {
    fill: #FFF !important;
}

.apply_btn_filter {
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    width: 100%;
    background-color: #00479D;
    color: #FFF;
    border-radius: 4px;
    transition: .5s;
}

.apply_btn_filter:hover {
    opacity: .8;
    transition: .5s;
}

.filter_name_cont {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.filter_name_cont svg {
    min-height: 20px;
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
}

.filter_name_cont h4 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.filter_name_cont .filter_svg_right {
    margin-left: auto;
    min-height: 20px;
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
    transition: .5s;
}

.filter_name_cont.act .filter_svg_right {
    transform: rotate(180deg);
}

.catalogue-products-list-leftside.v2 {
    width: 220px;
}

@media (max-width: 1280px) {
    .catalogue-products-list.v2 {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .catalogue-products-list-leftside.v2 {
        width: 100%;
        border: none;
    }

    .filter_name_cont .filter_svg_right {
        margin-left: 30px;
    }

    .filter_div {
        display: none !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
        max-width: none;
        padding-bottom: 30px;
        border-bottom: 1px solid #908ea3;
    }

    .apply-container {
        display: none !important;
    }

    .bot_btn_filter {
        grid-column: 2 span;
        max-width: 350px;
    }

    .filter_div .filter_cont {
        margin: 0;
    }

    .filter_div.act {
        display: grid !important;
    }
}

@media (max-width: 720px) {
    .filter_div {
        display: none !important;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        max-width: none;
    }

    .filter_div.act {
        display: grid !important;
    }

    .bot_btn_filter {
        grid-column: 1 span;
    }

    .filter_div .input-range input {
        max-width: none;
    }
}

.block_v10 {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.block_v10 .menu_block {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #F0F2F4;
    height: fit-content;
}

.block_v10 .menu_block a {
    line-height: 20px;
    padding: 15px;
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #F0F2F4;
    color: #333;
}

.block_v10 .menu_block li:last-of-type a {
    border: none;
}

.block_v10 .menu_block a:hover {
    background-color: #f0f2f4;
    color: #00479D;
}

.block_v10 .menu_block li.active a {
    background-color: #f0f2f4;
    color: #00479D;
}

.block_v10 .right_cont {
    width: 100%;
    max-width: 1100px;
    /* border: 3px solid red; */
}

.block_v10 .sertif_cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.block_v10 .sertif_cont a {
    display: flex;
    border: 1px solid #f0f2f4;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    transition: .5s;
}

.block_v10 .sertif_cont a:hover {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition: .5s;
}

.block_v10 .sertif_cont a img {
    width: 100%;
    max-width: fit-content;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 290/405;
}

.block_v10 .sertif_cont a h2 {
    margin: 0;
    padding: 0;
}

@media (max-width: 1280px) {


    .block_v10 .sertif_cont a {
        padding: 10px 10px 30px;
    }

    .block_v10 .menu_block {
        display: none;
    }

    .block_v10 .right_cont {
        max-width: none;
    }
}

@media (max-width: 960px) {
    .block_v10 .sertif_cont {
        grid-template-columns: repeat(2, 1fr);
    }

    .block_v10 .sertif_cont a h2 {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 500px) {
    .block_v10 .sertif_cont {
        grid-template-columns: repeat(1, 1fr);
    }
}

.single-page table {
    width: 100%;
}



.single-page table th {
    padding: 10px;
    cursor: pointer;
    /* display: flex;
    align-items: center;
    gap: 5px; */
    vertical-align: middle;
}

.single-page table th::after {
    content: '';
    background-image: url("./images/arrow-up-arrow-down-svgrepo-com.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    min-width: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    opacity: .5;
}

.single-page table th.desc::after,
.single-page table th.asc::after {
    opacity: 1;
}

.single-page table td {
    padding: 10px;
    /* display: flex; */
    vertical-align: top;
}

.zapch_img_cont {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.zapch_img_cont img {
    max-width: 80%;
    object-fit: contain;
    object-position: center;
}

.fix-cont-16 {
    overflow: hidden;
}

@media (max-width: 960px) {
    .single-page {
        overflow-x: scroll;
    }

    .single-page table {
        width: 960px;
    }
}

.fix_v06 {
    margin-top: 0;
    padding: 0;
}


.sogl {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #F5F7FC;
    width: 100%;
    transition: 0.5s;
    display: flex;
    padding: 30px 20px;
    z-index: 10000;
    -webkit-box-shadow: 1px -2px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 1px -2px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 1px -2px 8px 0px rgba(34, 60, 80, 0.2);
    width: -webkit-fill-available;
    right: auto;
    top: auto;
}

.sogl .cont {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.sogl .cont p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    max-width: 1000px;
}

.sogl .cont p a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #00479D;
}

.sogl .cont .button {
    max-width: 190px;
    height: 50px;
    text-transform: uppercase;
}

@media (max-width: 655px) {
    .sogl .cont {
        flex-direction: column;
    }

    .sogl .cont .button {
        max-width: 400px;
    }

    .sogl .cont p a,
    .sogl .cont p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        text-align: left;
    }
}

.sogl.invise {
    display: none !important;
}