/* New desktop header */

.new-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 10000;
    box-shadow: 0 8px 24px rgba(58, 58, 58, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.new-header-inner {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.new-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.new-logo img {
    width: 220px;
    max-width: 100%;
    display: block;
}

.new-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    flex: 1;
    justify-content: center;
}

.new-nav a {
    color: #3a3a3a;
    font-family: Inter-Bold, Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s ease;
}

.new-nav a {
    position: relative;
    padding: 8px 2px;
}

.new-nav a:hover {
    color: #841b2d;
}

.new-nav a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 0;
    height: 1px;
    background: #841b2d;
    transition: width 0.32s ease;
}

.new-nav a:hover::before {
    width: 100%;
}

.nav-dropdown::after {
    content: "⌄";
    display: inline-block;
    margin-left: 7px;
    font-size: 13px;
    transform: translateY(-1px);
}

.new-header-right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.new-order-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 26px;
    border-radius: 0 16px 0 16px;
    background: #841b2d;
    color: #fff;
    font-family: Inter-Bold, Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transform: skewX(-10deg);
    box-shadow: 0 10px 22px rgba(132, 27, 45, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.new-order-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -120%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.28) 50%,
        transparent 100%
    );
    transition: left 0.45s ease;
}

.new-order-btn:hover {
    background: #811223;
    color: #fff;
    transform: skewX(-10deg) translateY(-2px);
    box-shadow: 0 14px 28px rgba(132, 27, 45, 0.30);
}

.new-order-btn:hover::before {
    left: 120%;
}

.new-order-btn {
    transform-origin: center;
}

.new-order-btn span {
    display: inline-block;
    transform: skewX(10deg);
    position: relative;
    z-index: 2;
}

/* Autoservices dropdown */

.new-nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

.new-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0%;
    transform: translateY(8px);
    width: 310px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(58, 58, 58, 0.10);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 2000;
    overflow: hidden;
}

.has-new-dropdown:hover .new-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.new-dropdown-link {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 14px 18px;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    background: transparent;
    transition: background 0.2s ease;
}

.new-dropdown-link:last-child {
    border-bottom: none;
}

.new-dropdown-title {
    color: #3a3a3a;
    font-family: Inter-Bold, Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.new-dropdown-address {
    color: #696868;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.1px;
    text-transform: none;
}

.new-dropdown-link:hover {
    background: #f2efec;
}

.new-dropdown-link:hover .new-dropdown-title {
    color: #841b2d;
}

.new-dropdown-link::before {
    display: none !important;
}

.contacts-dropdown {
    width: 340px;
    padding: 8px 0;
}

.new-dropdown-contact {
    padding: 16px 20px;
    border-bottom: 1px solid #eeeeee;
}

.new-dropdown-contact:last-child {
    border-bottom: none;
}

.new-dropdown-phone {
    display: inline-block;
    margin-top: 8px;
    color: #841b2d !important;
    font-family: Inter-Bold, Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: opacity 0.2s ease;
}

.new-dropdown-phone:hover {
    opacity: 0.7;
}

#vacancies-main {
    padding: 70px 0;
    background: #fff;
}

#vacancies-main h2 {
    margin: 0 0 34px;
}

.vacancies-main-card {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background-color: #f4f4f4;
    background-image: url('/local/templates/nahodu/images/banner-new-nahodu7.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 36px 0 36px 0;
}

.vacancies-main-content { 
    position: relative; 
    z-index: 2; display: 
    flex; flex-direction: 
    column; justify-content: center; 
    padding: 68px 24px 52px 54px; 
}

.vacancies-main-title {
    max-width: 510px;
    margin: 0 0 22px;
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.18;
    text-transform: none;
}

.vacancies-main-title span {
    color: #a9102d;
}

.vacancies-main-description {
    max-width: 420px;
    margin: 0 0 30px;
    color: #4d4d4d;
    font-size: 17px;
    line-height: 1.55;
}

.vacancies-main-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 450px;
    margin-bottom: 32px;
}

.vacancies-main-benefit {
    min-width: 0;
    min-height: 190px;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 18px 0 18px 0;
}

.vacancies-main-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 38px;
    margin-bottom: 15px;
    color: #a9102d;
}

.vacancies-main-icon svg {
    display: block;
    width: 34px;
    height: 34px;
}

.vacancies-main-benefit-title {
    margin-bottom: 8px;
    color: #303030;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.vacancies-main-benefit-text {
    color: #646464;
    font-size: 13px;
    line-height: 1.4;
}

.vacancies-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 35px;
    gap: 14px;
    min-height: 52px;
    padding: 14px 25px;
    color: #fff;
    background: #a9102d;
    border-radius: 16px 0 16px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.vacancies-main-button:hover {
    color: #fff;
    background: #841b2d;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(132, 27, 45, 0.2);
}

.vacancies-main-button svg {
    flex: 0 0 auto;
}

/* Блок вакансий: экраны до 1199 px */
@media (max-width: 1199px) {

    #vacancies-main {
        padding: 55px 0;
    }

    #vacancies-main h2 {
        margin-bottom: 28px;
    }

    .vacancies-main-card {
        min-height: 380px;
        border-radius: 28px 0 28px 0;
    }

    .vacancies-main-content {
        width: 48%;
        min-height: 450px;
        justify-content: center;
        padding: 20px 15px 40px 36px;
    }

    .vacancies-main-title {
        max-width: 390px;
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 1.18;
    }

    .vacancies-main-description {
        max-width: 335px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.5;
    }

    .vacancies-main-button {
        min-height: 48px;
        margin-top: 28px;
        padding: 20px 20px;
        gap: 11px;
        font-size: 14px;
        border-radius: 14px 0 14px 0;
    }
}

/* Блок вакансий: планшеты 768–991 px */
@media (min-width: 768px) and (max-width: 991px) {

    #vacancies-main {
        padding: 45px 0;
    }

    #vacancies-main h2 {
        margin-bottom: 24px;
    }

   .vacancies-main-card {
        width: 100%;
        min-height: 520px;
        background-image: url('/local/templates/nahodu/images/banner-new-nahodu-mobile2.png');
        background-position: center center;
        background-size: cover;
        border-radius: 24px 0 24px 0;
    }
    .vacancies-main-content {
        width: 100%;
        min-height: 520px;
        padding: 35px 28px 40px;
        justify-content: flex-start;
    }

    .vacancies-main-title {
        max-width: 340px;
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 1.2;
    }

    .vacancies-main-description {
        max-width: 300px;
        font-size: 14px;
        line-height: 1.45;
    }

    .vacancies-main-button {
        min-height: 44px;
        margin-top: 24px;
        padding: 12px 17px;
        gap: 10px;
        font-size: 13px;
        border-radius: 12px 0 12px 0;
    }
}

@media (max-width: 767px) {

    #vacancies-main {
        padding: 35px 0;
    }

    #vacancies-main h2 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.25;
    }

    .vacancies-main-card {
        width: 100%;
        min-height: 520px;
        background-image: url('/local/templates/nahodu/images/banner-new-nahodu-mobile2.png');
        background-position: center center;
        background-size: cover;
        border-radius: 20px 0 20px 0;
    }

    .vacancies-main-content {
        width: 100%;
        min-height: 520px;
        padding: 30px 20px 28px;
        justify-content: flex-start;
    }

    .vacancies-main-title {
        max-width: 320px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 1.2;
    }

    .vacancies-main-description {
        max-width: 280px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.45;
    }

    .vacancies-main-button {
        min-height: 44px;
        margin-top: 22px;
        padding: 12px 16px;
        gap: 9px;
        font-size: 12px;
        border-radius: 12px 0 12px 0;
    }

    .vacancies-main-button svg {
        width: 8px;
        height: 13px;
    }

}

@media (min-width: 992px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        background: #fff;
    }

    main {
        padding-top: 88px;
    }
}

@media (max-width: 991px) {
    .new-header {
        display: none;
    }

    .new-dropdown {
        display: none;
    }
}





body {
    margin:0;
    padding:0;
    background: #F7F7F7;
}

input, textarea, select {
    outline:none
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2');
    font-weight: 400, 500;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.woff2');
    font-weight: 400, 500;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.woff2');
    font-weight: 400, 500;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.woff2');
    font-weight: 600, 700;
}

.addresses {
    padding-top:16px;
    padding-bottom:13px;
    color: #E9E8E8;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    letter-spacing: 0.14px;
    background:#444;
}

.address {
    display: flex;
    gap:5px;
}

.address img{
    width:15px;
}

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

.logo {
    color: #6A6868;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.17px;
    text-decoration: none;
}

.logo img {
    max-width:280px;
    margin-top:6px;
}

.upmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 25px;
}

.rightup {
    padding-top:0;
    display:flex;
    align-items:center;
    justify-content:end;
    gap:55px;
}

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

.order-phone {
    border-radius: 16px;
    text-decoration: none;
    border:1px solid #707070;
    padding:12px 20px;
    color: #6A6868;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

.order-service {
    border-radius: 16px;
    text-decoration: none;
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    padding:13px 20px;
    font-weight: 700;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
    background: linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
}

.downmenu {
    display:flex;
    align-items:center;
    gap:32px;
    justify-content:flex-start;
}

.downmenu a{
    display: flex;
    align-items: center;
    gap:5px;
    color: #444;
    font-family: Inter-Bold;
    padding:7px 12px;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

section {
    padding-bottom:70px;
}

h2 {
    color: #444;
    font-family: Inter-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 100% */
    letter-spacing: 0.78px;
    text-transform: uppercase;
}

.subtitle {
    padding-bottom:30px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    letter-spacing: 0.54px;
}

.servblock {
    color: #444;
    font-family: Inter-Bold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.406vw;
    /* 116.17% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-decoration: none;
    padding-top:35px;
    padding-left:32px;
    display: block;
    height:225px;
    border-radius:30px;
    overflow:hidden;
    border:1px solid #E9E8E8;
    background:linear-gradient(15deg, #DDDBDB -2.78%, #E9E8E8 8.88%, #FFF 78.87%);
}

.servblock div.servname{
    height:2.917vw;
    width:75%;
}

.servblock small{
    text-transform: lowercase;
    display: block;
    margin-top:13px;
    color: #444;
    font-family: Inter;
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.833vw;
    /* 100% */
    letter-spacing: 0.48px;
}

.servrow .col-lg-4{
    padding-bottom:42px;
}

.r1 {
    border-radius: 0px 32px 32px 0px;
}

.r2 {
    border-radius: 32px 0px 0px 32px;
}

.clients {
    position: relative;
    display: block;
    min-height: 260px;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.35s ease;
}

.clients:hover {
    transform: scale(1.02);
}

.clients.client1 {
    background-image: url('../images/client1.jpg');
}

.clients.client2 {
    background-image: url('../images/client23.jpg');
}

.clients_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.25) 0%,
        rgba(0,0,0,0.45) 100%
    );
}

.clients_content {
    position: relative;
    z-index: 2;
    min-height: 300px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clhead {
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.clsub {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
}

.clients_more {
    position: absolute;
    right: 28px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.2px;
    text-transform: lowercase;
}

.clientsrow {
    margin-top: 15px;
}

.clientsrow .col-lg-6 {
    margin-bottom: 16px;
}

.tech_category {
    margin-top:25px;
    background:linear-gradient(15deg, #DDDBDB -2.78%, #E9E8E8 8.88%, #FFF 78.87%);
    color: #444;
    font-family: Inter-Bold;
    text-decoration: none;
    height:210px;
    font-size: 20px;
    border-radius:12px;
    overflow:hidden;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.723px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ciphers {
    display: flex;
    justify-content: space-between;
    color: #9A1429;
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px;
    /* 100% */
    letter-spacing: -3.6px;
    text-transform: uppercase;
    margin-top:16px;
}

.ciphers span{
    display: block;
    color: #969595;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    /* 111.111% */
    letter-spacing: 0.54px;
    padding-bottom:20px;
    text-transform: lowercase;
}

.promotext p{
    margin-bottom:24px;
    margin-top:12px;
    color: #444;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px;
    /* 131.985% */
    letter-spacing: 0.54px;
}

.graysection {
    padding-top:40px;
    padding-bottom:24px;
    margin-bottom:70px;
    background:#efefef;
    border-radius: 64px 0 0 0;
    min-height:500px;
}

.yasection {
    padding-top:80px;
    padding-bottom:24px;
    margin-bottom:70px;
    background:#fff;
    border-radius: 0 64px 0 0;
    min-height:500px;
}

.yacaption {
    color: #6A6868;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    /* 107.143% */
    letter-spacing: 0.14px;
    display: block;
    text-decoration: none;
    margin-top:35px;
}

.yacaption span{
    color: #6A6868;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.14px;
}

.section-title {
    padding-bottom:40px;
    display: flex;
    align-items: center;
    gap:30px;
    color: #444;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 100% */
    letter-spacing: 0.78px;
    text-transform: uppercase;
}

.section-title span{
    font-size: 24px;
    font-weight: 500;
}

.graysection h2{
    margin-bottom: 50px;
}

.alw-block {
    display: flex;
    align-items: center;
    gap:32px;
    margin-bottom: 40px;
    color: #444;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 125% */
    letter-spacing: 0.48px;
}

.alw-block strong{
    color: #444;
    font-family: Inter-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    letter-spacing: 0.54px;
    text-transform: uppercase;
    display: block;
    margin-bottom:14px;
}

.alw-image {
    flex:0 0 100px;
    width:100px;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:0px 24px 0px 24px;
    background:#fff;
}

.alw-image img{
    max-width:75px;
}

.pr {
    position:relative;
}

.action_image {
    width:100%;
}

.action_image img{
    width:100%;
}

.action_date {
    display: flex;
    align-items: center;
    gap:12px;
    padding-top:15px;
    padding-bottom:15px;
    color: #BFBFBF;
    font-family: Inter-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    letter-spacing: 0.42px;
}

.action_date img {
    width:15px;
}

.action_name{
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.48px;
    display: -webkit-box;
    text-decoration: none;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom:30px;
}

.action_slider {
    padding:30px 30px;
    position:relative;
}

.swiper-button-prev {
    position:absolute;
    left:0;
    top:42%;
}

.swiper-button-next {
    position:absolute;
    right:0;
    top:42%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-next.custom svg {
    transform:rotate(180deg)
}

.banner {
    position: relative;
    height: 550px;
    border-radius: 50px 0px 50px 0px;
    overflow: hidden;
}

.banner img {
    width:100%;
}

.banner_body {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    padding-top:80px;
    padding-bottom:40px;
    padding-left:70px;
    flex-direction:column;
    justify-content: flex-start;
}

.banner_head {
    color: #3a3a3a;
    font-family: Inter-Bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.344vw;
    /* 150% */
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.banner_text {
    color: #444444;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.51vw;
    /* 161.111% */
    letter-spacing: 0.54px;
    margin-top: 40px;
}

.banner_button {
        margin-top: 80px;
    }

.banner_button a.order_service,
.banner_button a.banner_more {
    display: inline-block;
    padding: 14px 16px;
    border-radius:16px;
    background:linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
    color: #FFF;
    font-family: Inter;
    text-decoration: none;
    font-size: 0.885vw;
    font-style: normal;
    font-weight: 800;
    line-height: 0.885vw;
    /* 100% */
    letter-spacing: 0.51px;
    text-align: center;
    text-transform: uppercase;
}

.banner_button_sub {
    /*display: none;*/
}

.banner_button_sub a.order_service,
.banner_button_sub a.banner_more {
    display: inline-block;
    padding: 14px 16px;
    border-radius:16px;
    background:linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
    color: #FFF;
    font-family: Inter;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    text-align: center;
    text-transform: uppercase;
}

.banner_label {
    text-decoration: none;
    position: absolute;
    right:40px;
    top:15px;
    z-index:100;
    color: #F7F5F5;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    border-radius:8px;
    background:#AAA;
    font-weight: 400;
    line-height: 12px;
    /* 100% */
    letter-spacing: 0.36px;
    padding:9px 15px;
}

.banner-red {
    color: #a8122a;
}

.banner_slider {
    padding-bottom: 30px;
}

.banner_slider .dots {
        bottom: 8px;
        z-index: 99;
}

.swiper-button-prev-action {
    position: absolute;
    margin-top:-10px;
    left:15px;
    top:50%;
    z-index:99;
}

.swiper-button-next-action {
    position: absolute;
    right:15px;
    margin-top:-10px;
    top:50%;
    z-index:99;
}

.swiper-button-prev-action svg,
    .swiper-button-next-action svg {
        filter: brightness(0) saturate(100%)
                invert(13%) sepia(54%)
                saturate(3530%) hue-rotate(330deg)
                brightness(84%) contrast(94%);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    bottom:10px;
    left:50%;
    margin-left:-50%;
    display: flex;
    gap:25px;
    justify-content: center;
    z-index:99;
}

.banner_slider {
    position: relative;
}

.dot{
    width:9px;
    height:9px;
    border-radius:50%;
    cursor:pointer;
    border:1px solid #696868
}

.dot.dot_active{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#696868;
}

.upbanner {
    padding-top:20px;
}

.action_image {
    border-radius:36px;
    overflow:hidden;
}

.map {
    border-radius:100px 0 0 0;
    overflow:hidden;
}

#map {
    max-width:100%;
    width:600px;
    height:550px;
}

#map2 {
    width:100%;
    height:315px;
}

#map3 {
    width:100%;
    height:315px;
}

#map4 {
    width:100%;
    height:315px;
}

.feed_form {
    display: flex;
    align-items: center;
    margin-top:70px;
    gap:40px;
}

.feed_form:before {
    content:'';
    border-radius:100px 0 0 0;
    position:absolute;
    width:850px;
    height:610px;
    background:#efefef;
}

.ajax_form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap:24px;
}

.form {
    padding-top:0px;
    padding-left:78px;
}

.form select{
    width:400px;
}

.form input[type="text"], .form input[type="phone"]{
    width:400px;
    border:1px solid #696868;
    border-radius:16px;
    padding:13px 16px;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
}

.form textarea{
    width:400px;
    resize:none;
    border:1px solid #696868;
    border-radius:24px;
    padding:16px;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    height:100px;
}

.feed_form label {
    color: #444;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
}

.feed_form label a{
    color: #444;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
}

.agree input {
    display: none;
}

.agree label {
    position:relative;
    cursor: pointer;
    /*display: flex;*/
    height:24px;
    padding-left:37px;
    /*flex-direction: row; align-items: center; justify-content: flex-start;*/
}

.agree label:before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    display: flex;
    flex:0 0 24px;
    width: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #696868;
}

.agree input:checked + label:after {
    content: "";
    top:3px;
    left:3px;
    width: 18px;
    aspect-ratio: 1 / 1;
    position:absolute;
    border-radius: 100px;
    background:#696868;
}

.agree a {
    color:inherit;
}

.feed_form {
    margin-bottom:100px;
}

.jq-selectbox__select {
    width:400px;
    height:48px;
    border:1px solid #696868;
    background:#fff;
    border-radius:16px;
    padding:16px;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
}

.jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox__select:active {
    background: #FFF;
    box-shadow: unset;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: none;
}

.jq-selectbox__trigger-arrow {
    border:none;
    width:17px;
    height:10px;
    top:50%;
    margin-top:-5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect width='17' height='10' fill='url(%23pattern0_4_160)'/%3e%3cdefs%3e%3cpattern id='pattern0_4_160' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_4_160' transform='scale(0.0588235 0.1)'/%3e%3c/pattern%3e%3cimage id='image0_4_160' width='17' height='10' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAABa0lEQVR4AYyRPUvDUBSGb1MIOAXBDxQnJzcXwcHNQRcRXfwJgkNM2khacOmgIAptamy6VMGfIAgugosO6iDiIoLg4OAsgoa2ic+RGlos0vA+93zknpN7crVsNruQyWTeILRte1X1+DiOM0HNLcRaFEWT1A2Dnkqltkmu4P8r13VHqauwaQqUxnOKcwOiARafRsvYrjJNc7DRaBzxchZEkVYsFu/puk50B6IhloqMie1QPp/vT6fTtTiO539f4K9pEpTL5WsCE/8BRCPEVU40J4GQy+WMMAwPGXlR4hZms9k8/mkiCc/zrthg4T+CaIylalnWNFbV6/Uqtn3MDcMwar7vh0kTNihGu8DKiZ6wonH+2QEnuuRkS5JosYkNCoXCF1Z1NJFEqVQ6p8CGZ4lBbmAG2weiLcbaZ9+nBMKfJpL0PO+M0Rz8F0hEbpeb2QuC4CNJ4nRtQl7xpROKXPxXUPi+rus7/IN3idv5BgAA//9HO9MvAAAABklEQVQDANIrh6nV76a9AAAAAElFTkSuQmCC'/%3e%3c/defs%3e%3c/svg%3e ");
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.dropdown.opened .jq-selectbox__trigger-arrow{
    transform:rotate(180deg)
}

.button button{
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    border-radius:16px;
    font-weight: 700;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
    border:none;
    padding:13px 17px;
    background: linear-gradient(0deg, #626262 0%, #B2ADAD 100%);
}

h2 span {
    position:relative;
    color: #E9E8E8;
    font-family: Inter-Bold;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    /* 100% */
    letter-spacing: 1.14px;
    text-transform: uppercase;
}

.servblock {
    position: relative;
}

.servblock .servimage{
    position:absolute;
    width:150px;
    height:150px;
    right:10px;
    bottom:10px;
}

.r6 .servimage {
    right:10px;
    bottom:10px;
}

.all-col {
    text-align: right;
}

a.all {
    display: inline-flex;
    align-items:center;
    gap:10px;
    color: #444;
    font-family: Inter-Bold;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    /* 100% */
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.video {
    display: block;
    border-radius: 50px 0 0 0;
    overflow:hidden;
    position:relative;
    margin-bottom:30px;
}

.video img.img{
    width:100%;
}

.play {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}

.l45 {
    padding-right:45px;
}

.promotext {
    margin-bottom:35px;
}

.promotext:not(.opened) {
    height:360px;
    overflow:hidden;
    position:relative;
}

.promotext:not(.opened):after {
    content:'';
    position: absolute;
    z-index:2;
    width:100%;
    height:72px;
    bottom:0;
    left:0;
    background:linear-gradient(0deg, #F8F8F8 0%, rgba(248, 248, 248, 0.00) 100%);
}

.show_promo {
    text-decoration: none;
    color: #7E97B1;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.16px;
}

footer {
    background:#444;
    padding-top:40px;
    padding-bottom:80px;
}

.footer_block {
    display: flex;
    gap:100px;
}

.upblock {
    display: flex;
    align-items: center;
    gap:48px;
    margin-bottom:48px;
}

.upblock a{
    display: inline-block;
    padding:13px 17px;
    text-decoration: none;
    border-radius:17px;
    border:1px solid #fff;
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
}

.col2 {
    flex-grow: 1;
}

.col2 strong {
    color: #FFF;
    font-family: Inter-Bold;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    letter-spacing: 0.18px;
    text-transform: uppercase;
}

.linkblock {
    margin-top:20px;
}

.linkblock a {
    display: block;
    margin-bottom:15px;
    color: #FFF;
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.16px;
}

.station_block {
    padding:12px 15px;
    border-radius:20px;
    background:#EFEFEF;
    margin-top:10px;
    max-width:285px;
    position: relative;
}

.station_block div.div1 {
    margin-bottom:5px;
}

.phones {
    margin-top:10px;
    margin-bottom:35px;
    color: #444;
    font-family: Inter-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 87.5% */
    letter-spacing: 0.48px;
}

.phones a{
    color: #444;
    font-family: Inter-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 87.5% */
    letter-spacing: 0.48px;
    text-decoration: none;
}

.swiper-button-prev-station, .swiper-button-next-station {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*width:20px; height:20px; border-radius:3px; border:1px solid #6f6f6f; background:rgba(0,0,0,0)*/
}

.swiper-button-prev-station{
    position: absolute;
    left:18px;
    bottom:10px;
    z-index: 10;
}

.swiper-button-next-station{
    position: absolute;
    left:130px;
    bottom:10px;
    z-index: 10;
}

.othersto {
    position:absolute;
    left:47px;
    bottom:14px;
    color: #6F6F6F;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 100% */
    letter-spacing: 0.12px;
}

.mobile_head {
    display: none;
}

.logo_desktop {
    display: block;
}

.logo_mobile {
    display: none;
}

.banner_button .more {
    display: none;
}

.action_dots {
    display: none;
}

#services .services-head {
    margin-bottom: 15px;
}

@media (min-width: 992px){
    .mobile_menu {
        display: none !important;
    }
}

.tech_img {
    height:100px;
    width:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}

.tech_img img{
    width:100%;
}

.tech_img_eurorepar {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.tech_img_eurorepar img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

@media (max-width: 991px){
    .clients a {
        display: none;
    }

    .clhead {
        font-size: 22px;
    }

    .clsub {
        font-size: 13px;
    }

    .tech_img_eurorepar {
        width: 75px;
        height: 75px;
    }

    .tech_img_eurorepar img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }

    .video {
        display: block;
        border-radius: 0 0 50px 0;
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
    }

    .servblock .servimage {
        width:80px;
        height:80px;
        right:5px;
        bottom:5px;
    }

    .map {
        margin-top:20px;
    }

    .action_dots {
        display: flex;
    }

    .addresses, .upcontainer {
        display: none;
    }

    .mobile_head {
        display: block;
        padding:20px 24px;
    }

    .upmenu {
        width:100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

    .upmenu .logo img{
        max-width:130px;
    }

    .ciphers {
        flex-wrap:wrap;
    }

    .feed_form:before {
        display: none;
    }

    .form {
        padding-left:0px;
    }

    .jq-selectbox__select {
        width:100%;
    }

    .form select, .form input[type="text"],.form input[type="phone"], .form textarea {
        width: 100%;
    }

    .form textarea {
        height:80px;
    }

    .ajax_form {
        gap: 16px;
    }

    .feed_form {
        flex-direction: column;
        width:100%;
    }

    .agree label {
        font-size:11px;
    }

    .map {
        max-width:100%;
    }

    .upmenu {
        padding:0;
    }

    .logo_desktop {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .swiper-button-prev-action {
        display: none;
    }

    .swiper-button-next-action {
        display: none;
    }

    .banner_body {
    padding: 42px 24px 24px;
    justify-content: flex-start;
    }

    .banner_label {
        top:2px;
        right:0;
        border-radius:0px;
    }

    .banner_head {
    color: #3a3a3a;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    }

    .banner_text {
    color: #444444;
    font-family: Inter;
    transform: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.54px;
    margin-top: 32px;
    }

    .banner_button a.order_service,
    .banner_button a.banner_more {
        display: none;
    }

    .banner_label {
        background:#aaa;
        padding:4px 7px;
        border-radius:10px;
        top:10px;
        right:10px;
    }

    .banner_button .more {
        display: flex;
        align-items: center;
        gap:6px;
        color: #FFF;
        font-family: Inter-Bold;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px;
        /* 100% */
        letter-spacing: 0.36px;
        text-transform: lowercase;
    }

    .banner {
    height: 460px;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
    }

    .banner img.logo_mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }  

    .banner_slider {
        padding-bottom: 26px;
    }

    .banner_slider .dots{
        bottom:5px;
        z-index:99;
    }

    .news-detail .banner_button_sub {
        display: block;
        position:fixed;
        bottom:30px;
        z-index:9998;
        width:95vw;
    }

    .banner_button_sub {
    margin-top: 5px;
    }

    .banner_button_sub a.order_service,
    .banner_button_sub a.banner_more {
        display: block;
        padding: 17px;
        border-radius:16px;
        background:linear-gradient(0deg, #7F0E20 0%, #A4172D 100%);
        color: #FFF;
        font-family: Inter;
        text-decoration: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 17px;
        /* 100% */
        letter-spacing: 0.51px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 0;
    }

    h2 {
        color: #444;
        font-family: Inter-Bold;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0.78px;
        text-transform: uppercase;
    }

    .subtitle {
        padding-bottom: 25px;
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.54px;
    }

    .servrow .col-lg-4 {
        flex:0 0 50%;
        width:50%;
    }

    .servblock {
        height:150px;
        padding-top:15px;
        padding-left:15px;
    }

    .servrow .col-lg-4 {
        padding-bottom: 20px;
    }

    .servblock {
        font-size:15px;
        line-height:20px;
    }

    .servname {
        font-size:12px;
    }

    .servblock small {
        font-size: 12px;
        margin-top:6px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        /* 100% */
    }

    .servblock img{
        width:90px;
    }

    .servblock div.servname {
        height: 40px;
    }

    .r6 img {
        width:70px;
        bottom:0;
        right:0;
    }

    .r1mob {
        border-radius: 0px 32px 32px 0px;
    }

    .r2mob {
        border-radius: 32px 0 0 32px;
    }

    .clientsrow .col-lg-6{
        margin-bottom:11px;
    }

    .clients {
        font-size: 15px;
        line-height:20px;
        padding: 0;
        height:90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .clhead {
        text-align: center;
    }

    .clients img {
        display: none;
        width:160px;
    }

    .tech_category img{
        width:75px;
    }

    .tech_category {
        height:140px;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 17px;
        /* 113.333% */
    }

    .tech_row .col-lg-3 {
        flex:0 0 50%;
        width:50%;
    }

    .ciphers {
        font-size: 34px;
        line-height: 34.629px;
        /* 100% */
        letter-spacing: -1.731px;
    }

    .ciphers span {
        font-size: 10.986px;
        font-style: normal;
        font-weight: 300;
        line-height: 16.232px;
        /* 125% */
    }

    .promotext p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 17.959px;
    }

    .promotext:not(.opened) {
        height: 280px;
        overflow: hidden;
        position: relative;
    }

    .promotext {
        margin-bottom: 0px;
    }

    .show_promo {
        display: inline-block;
        margin-bottom:15px;
    }

    .l45 {
        padding-right:15px;
    }

    .cipher {
        flex:0 0 50%;
        width:50%;
    }

    .o3 {
        order:3;
    }

    .o4 {
        order:4;
    }

    .alw-block strong {
        font-size:15px;
        line-height: 17px;
        /* 113.333% */
    }

    .alw-block {
        display: flex;
        align-items: start;
        gap: 10px;
        margin-bottom: 40px;
        color: #444;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 18px;
        letter-spacing: 0.48px;
    }

    .alw-image {
        flex:0 0 60px;
        width:60px;
        height:60px;
        border-radius: 0px 12px 0px 12px;
    }

    .action_slider {
        padding-top:15px;
        padding-left:0px;
        padding-right:0px;
    }

    .swiper-button-prev {
        bottom:15px;
        z-index:999;
        top:auto;
        /*border:1px solid #B3ADAD; border-radius:12px;*/
        overflow:hidden;
        display: flex;
        align-items: center;
        width:31px;
        height:31px;
    }

    .swiper-button-next svg, .swiper-button-next svg{
        width:10px;
    }

    .swiper-button-next {
        z-index:999;
        bottom:15px;
        top:auto;
        /*border-radius:12px; border:1px solid #B3ADAD; overflow:hidden;*/
        display: flex;
        align-items: center;
        width:31px;
        height:31px;
    }

    .swiper-photo-button-next,
    .swiper-photo-button-prev,
    .swiper-process-button-next,
    .swiper-process-button-prev {
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%);
    }

    header {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:10000;
        /*background: linear-gradient(15deg, #DDDBDB -2.78%, #FFF 32.54%, #F7F7F7 78.87%);*/
        background:#F7F7F7;
    }

    .burger {
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
    }

    .burger span {
        display: block;
        background: #444444;
        height: 4px;
        width: 20px;
        border-radius: 2px;
        position: absolute;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .burger span:nth-child(1) {
        top: 0px;
    }

    .burger span:nth-child(2) {
        top: calc(50% - 2px);
    }

    .burger span:nth-child(3) {
        bottom: 0px;
    }

    .burger.open span:nth-child(1) {
        top: 8px;
        transform: rotate(135deg);
    }

    .burger.open span:nth-child(2) {
        opacity: 0;
        transform: rotate(-135deg);
    }

    .burger.open span:nth-child(3) {
        top: 8px;
        transform: rotate(-135deg);
        width: 20px;
    }

    body {
    }

    main {
        padding-top:80px;
        overflow-x: hidden;
    }

    .alw-image img {
        width:35px;
    }

    .mobile_head {
        height:80px;
        position:relative;
        z-index: 10000;
        background:#F7F7F7;
    }

    .mobile_menu{
        padding: 20px 24px;
        display: block;
        position:absolute;
        width:100vw;
        z-index:100;
        min-height:100vh;
        padding-top:80px;
        /*left:-100%;*/
        top:-200vh;
        max-width:450px;
        background: linear-gradient(15deg, #DDDBDB -2.78%, #FFF 32.54%, #F7F7F7 78.87%);
    }

    .menublock{
        display: flex;
        gap:16px;
        flex-direction: column;
        margin-top:30px;
        margin-bottom:25px;
    }

    .menublock a{
        color: #444;
        border:1px solid #626262;
        border-radius:24px;
        padding:16px 16px;
        text-decoration: none;
        font-family: Inter-Bold;
        font-size: 16.904px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.904px;
        /* 100% */
        letter-spacing: 0.169px;
        text-transform: uppercase;
    }

    .call-phone a{
        color: #FFF;
        font-family: Inter-Bold;
        text-decoration: none;
        display: flex;
        border-radius:16px;
        align-items: center;
        justify-content: center;
        padding:16px 16px;
        font-size: 16.904px;
        font-style: normal;
        font-weight: 800;
        line-height: 16.904px;
        /* 100% */
        letter-spacing: 0.507px;
        text-transform: uppercase;
        background: linear-gradient(0deg, #7F0B1E 0%, #83020E 0%, #B00011 100%);
    }

    .overlayed {
        overflow:hidden !important;
    }

    .map {
        border-radius: 48px 0 0 0;
        overflow: hidden;
    }

    .choose_auto {
        gap:10px;
    }

    .ajax_form .times{
        padding-left:15px;
        color: #444;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.458px;
        /* 149.674% */
        letter-spacing: 0.13px;
    }

    .choose_auto button{
        width:100%;
    }

    .ajax_form strong{
        margin-top:15px;
        margin-bottom:10px;
        color: #444;
        font-family: Inter-Bold;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        /* 100% */
        letter-spacing: 0.45px;
        text-transform: uppercase;
    }

    .sub_choose_auto {
        padding-left:15px;
        padding-right:15px;
        display: flex;
        flex-direction: column;
        gap:10px;
    }

    .footer_block {
        gap:30px;
    }

    .downlogo {
        max-width:120px;
    }

    .upblock {
        flex-direction: column;
        gap:14px;
        align-items: start;
        justify-content: start;
        margin-bottom:22px;
    }

    .upblock a {
        display: inline-block;
        padding: 16px 10px;
        text-decoration: none;
        border-radius: 24px;
        border: 1px solid #fff;
        color: #FFF;
        font-family: Inter-Bold;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%;
        letter-spacing: 0.51px;
        text-transform: uppercase;
        background: linear-gradient(0deg, #626262 0%, #B2ADAD 100%);
    }

    .upblock a.callme {
        background: linear-gradient(0deg, #7F0B1E 0%, #841B2D 0%, #B00011 100%);
    }

    .div1 {
        font-size:12px;
    }

    .phones {
        font-size:12px;
    }

    .station_block {
        max-width:200px;
    }

    .downmenublock {
        display: flex;
        flex-direction: column;
        margin-top:22px;
        gap:36px;
    }

    .downmenublock a{
        text-decoration: none;
        color: #FFF;
        font-family: Inter-Bold;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        /* 100% */
        letter-spacing: 0.16px;
        text-transform: uppercase;
    }
}

.overlay {
    display: none;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100vw;
    height: 100%;
    z-index: 20000;
}

.overlay.opened {
    display: block;
}

.popup {
    display: none;
    position: fixed;
    top:10vw;
    left:50%;
    width:430px;
    transform:translateX(-50%);
    max-width:calc(100vw - 30px);
    z-index:30000;
}

.popup_body {
    background: linear-gradient(15deg, #DDDBDB -2.78%, #FFF 32.54%, #F7F7F7 78.87%);
    padding:15px;
    padding-top:45px;
    border-radius:32px;
    /*overflow:hidden*/
}

.popup_head {
    display: flex;
    align-items: end;
    justify-content: end;
    padding-bottom:20px;
}

@media (min-width: 992px){
    .swiper-button-prev-keep, .swiper-button-next-keep {
        display: none;
    }

    .keep_swiper .dots {
        display: none;
    }

    .dots_desktop {
        display: none;
    }
}

.subcol1 {
    margin-top:26px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 125% */
    letter-spacing: 0.12px;
}

.col1 {
    width:185px;
}

.footer_block2 {
    display: flex;
    gap:95px;
    margin-top:50px;
}

.socs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
}

.socs a.soc {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    background: #6C6969;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socs a.soc img {
    width: 18px;
    height: 18px;
    display: block;
}

.oferta_links a{
    display: block;
    margin-bottom:15px;
    color: #E9E9E9;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 100% */
    letter-spacing: 0.36px;
    text-decoration: none;
}

.oferta {
    color: #FFF;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 145.455% */
    letter-spacing: 0.33px;
}

@media (max-width: 991.98px){
    .yasection .section-title{
        flex-direction: column;
        font-size: 22px;
        padding-bottom:0px;
        gap:5px;
        justify-content: start;
        align-items: start;
    }

    .yasection .section-title span{
        font-size: 20px;
    }

    .footer_block2 {
        flex-direction: column;
        gap:0px;
        margin-top:20px;
    }

    .socs {
        justify-content: start;
        margin-top:25px;
    }

    .oferta_links, .oferta {
        padding-top:20px;
        padding-bottom:5px;
        border-top: 1px solid #B3ADAD;
    }

    .oferta1 {
        padding-bottom:20px !important;
    }

    .footer {
        padding-bottom:50px !important;
    }

    .swiper-button-next-keep {
        z-index: 999;
        bottom: 15px;
        top: auto;
        /*border-radius: 6px; border: 1px solid #B3ADAD; overflow: hidden;*/
        display: flex;
        align-items: center;
        width: 31px;
        height: 31px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content:center;
        right: 0;
    }

    .swiper-button-prev-keep {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        justify-content:center;
        bottom: 15px;
        z-index: 9999;
        top: auto;
        /*border: 1px solid #B3ADAD; border-radius: 6px; overflow: hidden;*/
        display: flex;
        align-items: center;
        width: 31px;
        height: 31px;
    }

    .keep_swiper {
        padding-bottom:50px;
    }
}

.fillist {
    cursor:pointer;
    width: 400px;
    max-width:100%;
    height: 60px;
    border: 1px solid #696868;
    background: #fff;
    border-radius: 16px;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.51px;
}

.fil_arrow_layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: none;
    border: none;
}

.fil_arrow {
    width: 17px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='10' viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect width='17' height='10' fill='url(%23pattern0_4_160)'/%3e%3cdefs%3e%3cpattern id='pattern0_4_160' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_4_160' transform='scale(0.0588235 0.1)'/%3e%3c/pattern%3e%3cimage id='image0_4_160' width='17' height='10' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAABa0lEQVR4AYyRPUvDUBSGb1MIOAXBDxQnJzcXwcHNQRcRXfwJgkNM2khacOmgIAptamy6VMGfIAgugosO6iDiIoLg4OAsgoa2ic+RGlos0vA+93zknpN7crVsNruQyWTeILRte1X1+DiOM0HNLcRaFEWT1A2Dnkqltkmu4P8r13VHqauwaQqUxnOKcwOiARafRsvYrjJNc7DRaBzxchZEkVYsFu/puk50B6IhloqMie1QPp/vT6fTtTiO539f4K9pEpTL5WsCE/8BRCPEVU40J4GQy+WMMAwPGXlR4hZms9k8/mkiCc/zrthg4T+CaIylalnWNFbV6/Uqtn3MDcMwar7vh0kTNihGu8DKiZ6wonH+2QEnuuRkS5JosYkNCoXCF1Z1NJFEqVQ6p8CGZ4lBbmAG2weiLcbaZ9+nBMKfJpL0PO+M0Rz8F0hEbpeb2QuC4CNJ4nRtQl7xpROKXPxXUPi+rus7/IN3idv5BgAA//9HO9MvAAAABklEQVQDANIrh6nV76a9AAAAAElFTkSuQmCC'/%3e%3c/defs%3e%3c/svg%3e");
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    position:absolute;
}

.fillist.active .fil_arrow {
    transform:rotate(180deg)
}

.filname {
    height:60px;
    display: flex;
    align-items: center;
    padding-left:16px;
    text-decoration: none;
    color: #696868;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.51px;
    background:#fff;
    z-index:9991;
    border: 1px solid #696868;
    border-radius: 16px 16px 0 0px;
    overflow:hidden;
    border-bottom:none;
    position:absolute;
    left:-1px;
    top:-1px;
    width:calc(100% + 2px);
}

.fillist:not(.active) {
    overflow:hidden
}

.fillist:not(.active) .filname {
    border: 1px solid #696868;
    border-radius: 16px;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
}

.filradios {
    display: none;
}

.fillist input {
    display:none;
}

.button {
    text-align: center;
}

.button button{
    width:260px;
}

.fillist .filradios {
    display: none;
    padding:15px 10px;
    padding-top:70px;
    z-index:1000;
    position:absolute;
    display: block;
    border: 1px solid #696868;
    border-top:none;
    width:calc(100% + 2px);
    background: #fff;
    top:0;
    left:-1px;
    border-radius:16px;
    overflow:hidden;
}

.filradios label{
    cursor:pointer;
    width:100%;
    padding-left:10px;
    padding-bottom:16px;
    padding-top:16px;
    border-bottom: 1px solid #e9e8e8;
}

.filradios label:last-child{
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom: 0px solid #e9e8e8;
}

h2 {
    position:relative;
}

h2 span {
    position: absolute;
    left:4%;
    top:-20px;
}

h2 div {
    position:relative;
    z-index:150;
}

@media (max-width: 992px) {
    h2 span {
        position: absolute;
        /*display: none;*/
    }

    header.fixed {
        position:fixed;
        width:100%;
        top:0;
        left:0;
        background: #F7F7F7;
        z-index:10000;
    }
}

@media (min-width: 992px) {
    .popup {
        top:15px;
    }

    .map3 {
        height:200px;
        overflow:hidden
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile_head {
        margin:0 auto;
    }

    /*.mobile_head, */
    .container, .container-md, .container-sm {
        max-width: 450px;
    }
}

.popup_body .form {
    padding-left: 0px;
    max-height:700px;
    overflow-y:scroll;
}

.advert_popup {
    display: none;
    position:absolute;
    right:15px;
    top:15px;
    padding:20px;
    border-radius:24px;
    background:#EAEAEA;
    z-index:150;
    color: #717171;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px;
    letter-spacing: 0.14px;
}

.advert_popup span{
    color: #83A8CA;
}

.advert_popup a{
    display: block;
    margin-top:20px;
    color: #83A8CA;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px;
    /* 169.695% */
    letter-spacing: 0.14px;
    color: #83A8CA;
}

.advert_close {
    position:absolute;
    right:15px;
    top:10px;
    margin:0 !important;
}

.has_error {
    border:1px solid #f00 !important
}

.popup_title {
    padding-bottom:20px;
    padding-left:15px;
    color: #444;
    font-family: Inter;
    font-size: 18.757px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.757px;
    /* 100% */
    letter-spacing: 0.188px;
    text-transform: uppercase;
}

#choose_popup .popup_body {
    border-radius: 32px 0 32px 0px;
    padding-bottom:40px;
}

.workhours {
    padding-top:15px;
    padding-left:15px;
    padding-bottom:30px;
    color: #444;
    font-family: Inter;
    font-size: 14.589px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.557px;
    /* 140.911% */
    letter-spacing: 0.146px;
}

.workphone {
    height:17px;
    padding-left:15px;
    display: flex;
    align-items: center;
    gap:10px;
}

.workphone a{
    display: block;
    color: #007346;
    font-family: Inter;
    font-size: 18.757px;
    font-style: normal;
    font-weight: 900;
    line-height: 18.757px;
    /* 100% */
    letter-spacing: 0.563px;
    text-decoration: none;
}

button:disabled {
    opacity:0.5
}

.ital {
    font-style:italic
}

.sendroute {
    padding-left:15px;
    padding-right:15px;
}

.address .spans {
    display: flex;
    flex-direction: column;
    gap:5px;
}

.sendroute button {
    width:100%;
    height:47px;
}

.allactions {
    color: #9A1429 !important;
}

.workphone img {
    width:16px;
}

.ready {
    padding-top:60px;
    padding-bottom:60px;
    background: linear-gradient(0deg, #00705E 0%, #55AE9F 82.54%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    gap:40px;
    justify-content: center;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    /* 100% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.showMap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #444;
    font-family: Inter-Bold;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

h2 span {
    display: none;
}

.totop {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 48px;
    height:48px;
    background: #6C6969;
    display: flex;
    align-items: center;
}

.totop div{
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_body .form::-webkit-scrollbar {
    width: 0px;
    background-color: #eee;
}

.popup_body .form::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #f9f9fd;
}

@media (max-width: 991px){
    .footer_block2 {
        position: relative;
    }

    .totop {
        position:absolute;
        right:15px;
        bottom:0;
    }

    .popup_body .form {
        padding-left: 0px;
        max-height:550px;
        overflow-y:scroll;
    }

    #contacts section {
        padding-bottom:120px;
    }
}

@media (min-width: 991px){
    .footer_block2 {
        position: relative;
    }

    .totop {
        position:absolute;
        right:15px;
        top:0;
    }
}

.copied {
    color:#007346 !important;
}

.popup_body {
}

/* ОТКЛЮЧАЕМ SWIPER ДЛЯ УТП */
.keep_swiper .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important;
}

.keep_swiper .swiper-slide {
    width: 50% !important;
}

/* Прячем стрелки и точки */
.swiper-button-prev-keep, .swiper-button-next-keep, .keep_swiper .dots {
    display: none !important;
}

/* МОБИЛЬНАЯ версия — 4 УТП в столбик */
@media (max-width: 991px) {
    .keep_swiper .swiper-slide {
        width: 100% !important;
    }
}

/* Контейнер для колонок (Swiper или блок с flex) */
.keep_swiper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* расстояние между колонками */
}

/* Каждый столбец/слайд */
.keep_swiper .swiper-slide {
    flex: 0 0 calc(50% - 10px);
    /* 50% минус половина gap */
    box-sizing: border-box;
}

/* Мобильная версия — 100% ширина */
@media (max-width: 991px) {
    .keep_swiper .swiper-slide {
        flex: 0 0 100%;
    }
}

@media (max-width: 991px) {
    .alw-block {
        margin-bottom: 40px;
        /* увеличиваем расстояние между блоками в мобильной версии */
    }
}

@media (min-width: 992px) {
    /* Добавляем правый отступ только первому блоку в ряду в десктопе */
    .graysection .row > div:nth-child(odd) .alw-block {
        margin-right: 20px;
        /* расстояние между колонками в десктопе */
    }
}

#video-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30000;
    box-sizing: border-box;
}

#video-popup .video-wrapper {
    position: relative;
    width: 90%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: #000;
}

#video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.address_list .spans a {
    color: inherit;
    /* берёт цвет родителя */
    text-decoration: none;
    /* убирает подчёркивание */
}

.address_list .spans a:hover {
    color: inherit;
    text-decoration: none;
}

.seotext {
    padding-bottom:60px;
}

.seotext h1{
    color: #444;
    margin-bottom:35px;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 100% */
    letter-spacing: 0.26px;
}

.seotext p{
    color: #444;
    margin-bottom:15px;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px;
    /* 131.985% */
    letter-spacing: 0.54px;
}

.seotext strong{
    font-family: Inter-Bold;
    font-weight: 700;
}

.seotext a{
    color: #444;
    text-decoration: underline;
}

.seotext ul, .seotext ol{
    margin-bottom: 15px;
    padding-left: 22px;
    color: #444;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.757px;
    letter-spacing: 0.54px;
}

.seotext li{
    margin-bottom: 8px;
}

.newslist h1{
    color: #444;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 100% */
    letter-spacing: 0.26px;
}

.findcatalog {
    margin-bottom:23px;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    letter-spacing: 0.54px;
}

.yandex_slider {
    padding: 30px 30px;
    position: relative;
}

@media (min-width: 992px) {
    .grayform {
        padding:24px 10px;
        background:#F0EEEE;
        border-radius:20px;
        margin-top:0px;
        margin-left:45px;
    }

    .grayform .agree br {
        display: none;
    }

    .form.grayform .ajax_form input, .form.grayform .ajax_form textarea {
        max-width:100%;
    }
}

.depends {
    margin-top:20px;
    padding-bottom:20px;
    color: #6A6868;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.12px;
}

.cookie {
    padding:30px 35px;
    padding-right:40px;
    display:flex;
    align-items: center;
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    position:fixed;
    bottom:0;
    left:50%;
    gap:40px;
    transform:translateX(-50%);
    background: #fff;
    border-radius:30px;
    z-index:9999;
    max-width:1190px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
}

.cookie_close {
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
    text-transform: uppercase;
    background:linear-gradient(0deg, #626262 0%, #B2ADAD 100%);
    display: inline-block;
    border-radius:16px;
    text-decoration: none;
    padding:13px 30px;
}

.cookie .text a{
    color: #444;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media (min-width: 992px) {
    .ya_dots {
        display: none;
    }
}

@media (max-width: 991px) {
    .cookie {
        padding:25px 12px;
        display:flex;
        align-items: center;
        color: #444;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.16px;
        position:fixed;
        text-align: center;
        bottom:0;
        left:50%;
        gap:20px;
        flex-direction: column;
        transform:translateX(-50%);
        background: #fff;
        border-radius:30px;
        z-index:9999;
        width:340px;
        max-width:95vw;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
    }

    .cookie_close {
        color: #FFF;
        font-family: Inter;
        font-size: 17px;
        font-style: normal;
        font-weight: 800;
        line-height: 17px;
        /* 100% */
        letter-spacing: 0.51px;
        text-transform: uppercase;
        background:linear-gradient(0deg, #626262 0%, #B2ADAD 100%);
        display: inline-block;
        border-radius:16px;
        text-decoration: none;
        padding:13px 30px;
    }

    .cookie .text a{
        color: #444;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.16px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .seotext {
        padding-bottom:20px;
    }

    .seotext h1{
        color: #444;
        margin-bottom:17px;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 100% */
        letter-spacing: 0.26px;
    }

    .seotext p{
        color: #444;
        margin-bottom:15px;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        /* 131.985% */
        letter-spacing: 0.54px;
    }

    .seotext strong{
        font-weight: 700;
    }

    .seotext ul, .seotext ol{
        font-size: 14px;
        line-height: 110%;
    }

    .newslist h1{
        color: #444;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 100% */
        letter-spacing: 0.26px;
    }

    .findcatalog {
        margin-bottom:23px;
        color: #000;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 100% */
        letter-spacing: 0.54px;
    }

    .form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .grayform {
        padding:24px 10px;
        background:#F0EEEE;
        border-radius:20px;
        margin-top:15px;
    }

    .action_dots {
        display: flex !important;
    }

    .faqs {
        padding-top:0px;
    }

    .yasection {
        padding-top:30px;
        padding-bottom:24px;
        margin-bottom:30px;
        background:#fff;
        border-radius: 0 0 0 0;
        min-height:100px;
    }

    .yacaption {
        color: #6A6868;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px;
        /* 107.143% */
        letter-spacing: 0.14px;
        display: block;
        text-decoration: none;
        margin-top:15px;
        margin-bottom:35px;
    }

    .yacaption span{
        color: #6A6868;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.14px;
    }
}

.searchlist {
    margin-bottom:30px;
}

.searchlist, .searchlist a {
    color: #444;
    display: block;
    margin-bottom:5px;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 17px;
    /* 100% */
    letter-spacing: 0.51px;
}

.searchlist .notfound{
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.757px;
    /* 139.749% */
    letter-spacing: 0.51px;
}

.searchlist .notfound a{
    color: #9B152A;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.757px;
    /* 139.749% */
    letter-spacing: 0.51px;
}

.foto__slider {
    padding-bottom:30px;
    margin-bottom:30px;
}

.photo_a {
    display: block;
    border-radius:24px;
    overflow:hidden;
}

.photo_a img{
    width:100%;
}

@media (min-width: 992px) {
    .downmenu .has-dropdown {
        position: relative;
    }

    .downmenu .dropdown-toggle {
        position: relative;
    }

    .downmenu .dropdown-toggle::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 6px;
        margin-left: 8px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23444' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        transition: transform .25s ease;
    }

    .downmenu .has-dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .downmenu .dropdown-menu-desktop {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 260px;
        padding: 8px 0;
        padding-top: 12px;
        background: #fff;
        border: 1px solid #E9E8E8;
        border-radius: 20px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.2s ease;
        backdrop-filter: blur(6px);
    }

    .downmenu .has-dropdown:hover .dropdown-menu-desktop {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .downmenu .dropdown-menu-desktop a {
        display: block;
        padding: 14px 18px;
        color: #444;
        font-family: Inter-Bold;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
    }

    .downmenu .dropdown-menu-desktop a:hover {
        background: #F7F7F7;
    }

    .downmenu .dropdown-menu-desktop a:first-child:hover {
        border-radius: 20px 20px 0 0;
    }

    .downmenu .dropdown-menu-desktop a:last-child:hover {
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 991px) {
    .downmenu .dropdown-menu-desktop {
        display: none !important;
    }

    .process__slider {
        position: relative;
        margin-bottom: 12px;
    }

    .swiper-process-button-prev,
    .swiper-process-button-next {
        position: absolute;
        top: 59% !important;
        bottom: auto !important;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-process-button-prev {
        left: 10px;
    }

    .swiper-process-button-next {
        right: 10px;
    }

    .swiper-process-button-prev svg,
    .swiper-process-button-next svg {
        width: 9px;
        height: 16px;
        filter: brightness(0.4);
    }

    .swiper-process-button-prev:active,
    .swiper-process-button-next:active {
        transform: translateY(-50%) scale(0.92);
	}
}

@media (min-width: 992px) {
    .swiper-process-button-prev,
    .swiper-process-button-next,
    .swiper-photo-button-prev,
    .swiper-photo-button-next {
        top: 50% !important;
        transform: translateY(-50%);
        margin-top: 0 !important;
    }

     .process__slider {
        position: relative;
        margin-bottom: 12px;
    }

    .process__slider .swiper-slide img {
        display: block;
        width: 100%;
    }

    .swiper-process-button-prev,
    .swiper-process-button-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.25s ease;
        cursor: pointer;
    }

    .swiper-process-button-prev:hover,
    .swiper-process-button-next:hover {
        background: #9B142A;
    }

    .swiper-process-button-prev:hover svg,
    .swiper-process-button-next:hover svg {
        filter: brightness(0) invert(1);
    }

    .swiper-process-button-prev {
        left: 16px;
    }

    .swiper-process-button-next {
        right: 16px;
    }

    .swiper-process-button-prev svg,
    .swiper-process-button-next svg {
        width: 10px;
        height: 18px;
        filter: brightness(0.4);
    }

    .swiper-process-button-prev:active,
    .swiper-process-button-next:active {
    transform: translateY(-50%) scale(0.92);
	}
}

@media (max-width: 767px) {
    #video-popup {
        padding: 12px;
    }

    #video-popup .video-wrapper {
        width: 100%;
        max-width: none;
        aspect-ratio: 16 / 9;
    }

    #video-popup iframe {
        width: 100%;
        height: 100%;
    }
}