

/* Start:/local/assets/css/services-new.css?17447584355599*/
.services-page * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.wrap.about-reviews{
    margin: 120px auto;
    box-sizing: border-box;
}
h2.reviews-title{
    margin: 0 !important;
}
.page-detail h2{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #222222;
}
.page-detail h3{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0;
}
.page-detail p{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
@media (max-width: 768px) {
    .page-detail h2 {
        font-size: 32px;
    }
    .page-detail h3 {
        font-size: 24px;
    }

    .wrap.about-reviews {
        margin: 60px auto;
    }
}

/* Общий контейнер */
.map-marker {
    position: relative;
    width: 50px; /* Ширина контейнера для удобства */
    height: 60px; /* Высота контейнера для удобства */
}

/* Маркер */
.marker {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: pulse-marker 400ms ease-out 1ms forwards;
}

/* Тень */
.shadow {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 6px;
    background: #000000B2;
    border-radius: 50%;
    animation: pulse-shadow 400ms ease-out 1ms forwards;
}

/* Анимация маркера */
@keyframes pulse-marker {
    0% {
        width: 34px;
        height: 48px;
    }
    100% {
        width: 46px;
        height: 41px;
        top: 7px;
    }
}

/* Анимация тени */
@keyframes pulse-shadow {
    0% {
        width: 16px;
        height: 6px;
        top: 44px;
    }
    100% {
        width: 22px;
        height: 5px;
        top: 45px;
    }
}
.marker {
    animation: pulse-marker 400ms ease-out 1ms infinite;
}

.shadow {
    animation: pulse-shadow 400ms ease-out 1ms infinite;
}

.page-detail{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-bottom: 120px !important;
}
.page-detail div{
    box-sizing: border-box;
}
.animation-map{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
}
.animation-map-inner{
    width: 80%;
    position: relative;
}
.animation-map-inner img{
    width: 100%;
}
.marker-1{
    left: -2.7%;
    position: absolute;
    z-index: 9;
    bottom: 36%;
}
.marker-2{
    right: -2.7%;
    position: absolute;
    z-index: 9;
    bottom: 27%;
}
.line-map{
    position: absolute;
    width: 100%;
    height: 144px;
    bottom: 31%;
    z-index: 2;
}
.line-map img{
    width: 100%;
    height: 100%;
}
.page-detail h3,
.page-detail p{
    width: 50%;
}
.map-info{
    height: 82px;
    position: absolute;
    display: flex;
    gap: 5px;
    flex-direction: column;
    z-index: 3;
    border-radius: 10px;
    padding: 15px 20px;
}
.map-info h4{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0A111D;
}
.map-info p{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #71757C;
    width: 100%;
}
.map-info:nth-child(1){
    width: 327px;
    top: 2%;
    left: 0;
    background: #0A111D;
    box-shadow: 2px 4px 15px 4px #00000014;
}
.map-info:nth-child(2){
    width: 169px;
    top: 25%;
    right: 3%;
    box-shadow: 0 0 10px 0 #F154544D;
    background: #FFFFFF;
}
.map-info:nth-child(3){
    width: 174px;
    top: 55%;
    left: 11%;
    box-shadow: 0 0 10px 0 #F154544D;
    background: #FFFFFF;
}
.map-info:first-child h4{
    color: #ffffff;
}
.map-info:first-child p{
    color: #71757C;
}
@media (max-width: 768px) {
    .page-detail{
        margin-bottom: 60px !important;
    }
    .animation-map-inner{
        width: 100%;
    }
    .animation-map{
        margin-top: 20px;
    }
    .page-detail h3, .page-detail p {
        width: 100%;
    }
    .animation-map-inner img {
        margin-top: 306px;
    }
    .line-map img {
        margin-top: 0;
    }
    .map-info{
        width: 100% !important;
    }
    .map-info:nth-child(1){
        top: 0;
    }
    .map-info:nth-child(2){
        top: 102px;
        right: unset;
    }
    .map-info:nth-child(3){
        top: 204px;
        left: 0;
    }
    .marker-1{
        left: -5%;
        bottom: calc(36% - 116px);
    }
    .marker-2{
        right: -5%;
        bottom: calc(27% - 90px);
    }
    .line-map{
        height: 70px;
        bottom: calc(31% - 100px);
    }
}
.page-detail-img,
.page-detail-content {
    width: calc(50% - 30px);
}

.page-detail-content {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.page-detail-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page-detail-inner h2{
    margin-bottom: 20px;
}
.page-detail-inner h3,
.page-detail-inner p {
    width: 100%;
}
@media (max-width: 768px) {
    .page-detail-img,
    .page-detail-content {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/ledtehnology-2023/components/ledtehnology/head/services-head/style.css?17573924635771*/
.head {
    background: #0A111D !important;

    min-height: 195px;
    margin-bottom: 48px
}

.head .title {
    margin: 0;
    padding: 16px 0
}

.head_sm {
    min-height: 130px
}

.breadcrumbs {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: #737787;
    padding: 24px 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

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

.breadcrumbs__item:after {
    content: "|";
    display: inline-block;
    margin: 0 15px
}

.breadcrumbs__item:last-child:after {
    display: none
}

.breadcrumbs a {
    color: #737787;
    text-decoration: none
}

.breadcrumbs__span {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    max-width: 300px;
    display: inline-block
}

/* Banner */

.head-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 120px;
}

.head-inner-title {
    width: calc(65% - 30px);
    margin-right: 30px;
}

.head-inner-title h1 {
    font-weight: 400;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.head-inner-subtitle,
.banner-block-content {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #727786;
}

.head-inner-title a {
    display: flex;
    width: 184px;
    height: 54px;
    border-radius: 4px;
    padding: 15px 24px;
    background: #F15454;
    color: white;
    margin-top: 40px;
    text-decoration: none;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    border: none;

}

.head-inner-img {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-inner-img img {

}

.head-inner-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.banner-blocks-title,
.banner-block-number,
.banner-block-title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #ffffff;
}

.banner-blocks-title {
    margin-bottom: 20px;
}

.banner-blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.banner-block {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
}

.banner-block-number {
    margin-bottom: 90px;
}

.banner-block-title {
    margin-bottom: 10px;
}

/* Если блок один */
.banner-blocks .banner-block:nth-child(1):nth-last-child(1) {
    width: 100%; /* Занимает всю ширину */
}

/* Если блоков два */
.banner-blocks .banner-block:nth-child(1):nth-last-child(2),
.banner-blocks .banner-block:nth-child(2):nth-last-child(1) {
    width: 282px; /* Первый блок */
}

.banner-blocks .banner-block:nth-child(2):nth-last-child(1) {
    width: calc(100% - 282px - 20px); /* Второй блок (оставшаяся ширина) */
}

/* Если блоков три */
.banner-blocks .banner-block:nth-child(1):nth-last-child(3),
.banner-blocks .banner-block:nth-child(2):nth-last-child(2) {
    width: 282px; /* Первые два блока */
}

.banner-blocks .banner-block:nth-child(3):nth-last-child(1) {
    width: calc(100% - 282px * 2 - 20px * 2); /* Третий блок (оставшаяся ширина) */
}

/* Если блоков четыре */
.banner-blocks .banner-block:nth-child(1):nth-last-child(4),
.banner-blocks .banner-block:nth-child(2):nth-last-child(3),
.banner-blocks .banner-block:nth-child(3):nth-last-child(2) {
    width: 282px; /* Первые три блока */
}

.banner-blocks .banner-block:nth-child(4):nth-last-child(1) {
    width: calc(100% - 282px * 3 - 20px * 3); /* Четвертый блок (оставшаяся ширина) */
}

@media (max-width: 1200px) {
    .banner-blocks .banner-block:nth-child(4):nth-last-child(1) {
        width: 282px;
    }
}

/* Адаптивность для разрешения 1024px */
@media (max-width: 1024px) {
    .banner-blocks .banner-block:nth-child(1):nth-last-child(3),
    .banner-blocks .banner-block:nth-child(2):nth-last-child(2),
    .banner-blocks .banner-block:nth-child(3):nth-last-child(1) {
        width: 100%; /* Все блоки занимают всю ширину */
    }

    .head-inner-title h1 {
        font-size: 28px;
        line-height: 1;
        letter-spacing: 0;
    }

    .head-inner-img,
    .head-inner-title {
        margin-bottom: 20px;
    }
    .head-inner-img {
        margin-top: 10px;
    }
    .head-inner-img img {
        width: 50%;
    }
    .head-inner-title a{
        margin-top: 20px;
    }
}

/* Адаптивность для разрешения 768px */
@media (max-width: 768px) {
    .head-inner {
        padding-bottom: 30px;
    }

    .banner-blocks .banner-block:nth-child(1):nth-last-child(2),
    .banner-blocks .banner-block:nth-child(2):nth-last-child(1) {
        width: 100%; /* Все блоки занимают всю ширину */
    }

    .banner-blocks .banner-block:nth-child(1):nth-last-child(4),
    .banner-blocks .banner-block:nth-child(2):nth-last-child(3),
    .banner-blocks .banner-block:nth-child(3):nth-last-child(2),
    .banner-blocks .banner-block:nth-child(4):nth-last-child(1) {
        width: 100%; /* Все блоки занимают всю ширину */
    }

    .head-inner-img,
    .head-inner-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner-block-number {
        margin-bottom: 40px;
    }
}


/* End */


/* Start:/local/assets/css/blocks/advantages-block.css?17695557692138*/
.block-first h2,
.block-first h3,
.block-first h4 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #0A111D;
    font-size: 52px;
    margin: 0;
}

.block-first h2 {
    font-size: 52px;
}


.block-first h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
}

.block-first h4 {
    font-size: 42px;
    margin: 0;
}

.block-first ul {
    padding-left: 20px;
}

.block-first li,
.block-first p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0A111D70;
    margin: 0;
}

.block-first {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 120px auto;

}

.block-first div {
    box-sizing: border-box;
    display: flex;
}

.block-first-inner {
    flex-wrap: wrap;
    gap: 34px;
    width: 100%;
}

.block-first-item {
    width: calc(33.333% - 24px);
    flex-direction: column;
    gap: 10px;
}

.block-first-item-title {
    flex-direction: column;
    gap: 20px;
}

.block-first-item-icon {
    width: 90px;
    height: 90px;
}

.block-first-item-icon img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {

}

@media (max-width: 1024px) {
    .block-first-item {
        width: calc(50% - 24px);
    }
}

@media (max-width: 768px) {
    .block-first h2 {
        font-size: 36px;
    }
    .block-first h4 {
        font-size: 32px;
    }

    .block-first-item {
        width: 100%;
    }

    .block-first-item-title {
        flex-direction: row;
        justify-content: left;
        align-items: center;
    }

    .block-first.wrap {
        margin: 60px auto;
    }
}
.block-first.home_page h2 {
    font-size: 60px;
}
@media (max-width: 1024px) {
    .block-first.home_page h2 {
        font-size: 56px;
    }
}

@media (max-width: 768px) {
    .block-first.home_page h2 {
        font-size: 32px;
    }
    .block-first.home_page h3 {
        font-size: 18px;
    }
}



/* End */


/* Start:/local/assets/css/blocks/black-bg-block.css?17447591512711*/
/* why we */

.black-web {
    display: flex;
    margin-bottom: 120px;
}

.black-web div {
    display: flex;
}

.black-web h2 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0A111D;

}

.black-web h3 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0A111D;
}

.black-web p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #727786;
}

h2.black-web-title {
    font-size: 42px;
}

.black-web h2,
.black-web h3 {
    color: #ffffff;
}

h3.black-web-subtitle {
    font-size: 28px;
}

.black-web p {
    color: #C4C4C4;
}

.black-web {
    background: #0A111D;
    position: relative;
    padding: 97px 0;
    z-index: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.black-web .black-web-icon {
    position: absolute;
    right: 0;
    width: 887px;
    height: 371px;
    z-index: -1;
}

.black-web .wrap {
    flex-wrap: wrap;
    gap: 32px;
}

.black-web-inner-title {
    width: calc(30% - 32px);
    flex-direction: column;
    gap: 20px;
}

.black-web-inner {
    width: 70%;
    flex-wrap: wrap;
    gap: 32px;
}

.black-web-item {
    width: calc(50% - 22px);
    flex-direction: column;
}
.black-web-item:nth-child(3) {
    width: calc(50% - 47px);
    flex-direction: column;
}

.black-web-item div {
    position: relative;
}

.black-web-item h3 {
    padding-left: 12px;
}

.black-web-item h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F15454;
    inset: -7px 0 0 0;
    z-index: -1;
}

@media (max-width: 1024px) {
    .black-web {
        padding: 67px 0;
        margin-bottom: 60px;
    }

    .black-web .black-web-icon {
        right: 43%;
        top: 0;
        width: 100%;
        height: auto;
        transform: rotate(-90deg);
        transform-origin: top right;
    }

    .black-web .wrap {
        gap: 47px;
    }

    .black-web-inner-title {
        max-width: 340px;
        width: 100%;
        gap: 0;
    }

    .black-web-inner {
        width: 100%;
    }

    .black-web-item {
        width: 292px !important;
    }
}

@media (max-width: 768px) {
    h2.black-web-title {
        font-size: 32px;
    }

    h3.black-web-subtitle {
        font-size: 24px;
    }
}
/* End */


/* Start:/local/assets/css/blocks/howto-block.css?17447503631686*/
.howto h2{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    color: #0A111D;
    font-size: 52px;
}

.howto h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0;
}

.howto p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #727786;
    margin: 0;
}
.howto.wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 120px;

}

.howto div {
    box-sizing: border-box;
    display: flex;
}

.howto-inner {
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
}

.howto-item {
    width: calc(33.333% - 24px);
    flex-direction: row;
    border-radius: 8px;
    gap: 20px;
    padding: 20px;
    background: #F7FAFF;
    justify-content: left;
    align-items: center;
}

.howto-item-title{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0A111D;
}
.howto-number{
    width: 40px;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FF4A4A;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .howto h2 {
        font-size: 36px;
    }

    .howto-item {
        width: 100%;
    }

    .howto-item-title {
        flex-direction: row;
        justify-content: left;
        align-items: center;
    }

    .howto.wrap {
        margin: 60px auto;
    }
}
/* End */


/* Start:/local/assets/css/blocks/form-block.css?17580003645982*/
section.form-block-v2{
    background: #253243;
    margin-top: 60px;
}
.additional-warranty-page section.form-block-v2{
    margin-bottom: 60px;
}
.articles-page section.form-block-v2{
    margin-bottom: 50px;
}
.form-contact div {
    display: flex;
}

.form-contact {
    background: #0A111D;
    flex-wrap: wrap;
    display: flex;
}
.form-contact h3,
.form-contact h4{
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.form-contact-title,
.form-contact-inner {
    flex-wrap: wrap;
    width: 50%;
}


.form-contact-title div {
    padding: 60px 0 60px 60px;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.form-contact-title h4 {
    font-weight: 400;
    font-size: 42px;
}

.form-contact-title span {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    opacity: 0.7;
}

.w-100 {
    width: 100%;
    box-sizing: border-box;
}

.w-50 {
    width: 50%;
    box-sizing: border-box;
}

.form-contact input,
.form-contact textarea {
    height: 54px;
    gap: 10px;
    border-radius: 7px;
    padding: 10px 10px 10px 16px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    color: #71757C;
}

.form-contact input.w-50,
.form-contact button,
.form-contact label.w-50 {
    width: calc(50% - 7px);
}

.form-contact-body {
    flex-wrap: wrap;
    padding: 60px 60px 60px 20px;
    gap: 14px;
}

.form-contact textarea {
    height: 126px;
    padding-top: 17px;
}

.form-contact button {
    height: 54px;
    border-radius: 4px;
    padding: 15px 24px;
    background: #F15454;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

label.w-50 {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

label.w-50 div {
    flex-direction: column;
}

/* Скрываем оригинальный чекбокс */
.custom-checkbox input {
    opacity: 0;
    position: absolute;
}

/* Создаем кастомный чекбокс */
.custom-checkbox .checkmark {
    display: inline-block;
    width: 35px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background-color: #0A111D;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

/* Изменяем стиль при выборе чекбокса */
.custom-checkbox input:checked + .checkmark {
    background-color: #0A111D; /* Цвет фона при выборе */
    border-color: #ffffff; /* Цвет границы при выборе */
}

/* Добавляем галочку внутри чекбокса */
.custom-checkbox input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Стилизуем текст рядом с чекбоксом */
.custom-checkbox .checkbox-text {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    opacity: 0.7;
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
}

.custom-checkbox .checkbox-text a {
    color: #F15454;
    text-decoration: none;
}

.custom-checkbox .checkbox-text a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .form-contact-title h4{
        font-size: 32px;
    }
    .form-contact-title,
    .form-contact-inner,
    .w-50,
    .form-contact input.w-50,
    .form-contact button,
    .form-contact label.w-50 {
        width: 100%;
    }

    .form-contact-title div,
    .form-contact-body {
        padding: 20px;
    }

}


.form-block-v2{
    padding: 90px 0;
}
.form-block-v2 .form-contact-title,
.form-block-v2 .form-contact-inner {
    width: calc(50% - 15px);
}
.form-block-v2 h3{
    font-size: 54px;
    width: 100%;

}
.form-block-v2 h4{
    font-size: 46px;
    width: 100%;
}
.form-block-v2 span{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
    width: 100%;
}
.form-block-v2 span.form-subtitle{
    color: #727786;
    margin: 10px 0 30px;

}
.form-block-v2 .form-contact {
    background: none;
    gap: 30px;
}
.form-block-v2 .form-contact-inner{
    background: #0A111D;
    padding: 78px 60px;
    align-items: center;
}
.form-block-v2 .form-contact-inner > div{
    flex-wrap: wrap;
}
.form-block-v2 .form-contact-body{
    padding: 0;
}
.form-block-v2 .checkbox-text span{
    font-size: 14px;
}
.form-block-v2 .custom-checkbox .checkmark{
    width: 24px;
}
.form-block-v2 .form-contact-title{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.form-contact-title div.form-contact-item{
    width: 290px;
    height: 212px;
    gap: 30px;
    padding: 35px;
    border: 1px solid #455469;
    flex-direction: column;
    justify-content: flex-start;
}
.form-block-v2 .form-contact button{
    padding: 0;
}
@media (max-width: 768px) {
    .articles-page section.form-block-v2{
        margin-bottom: 30px;
    }
    .additional-warranty-page section.form-block-v2{
        margin-bottom: 40px;
    }
    section.form-block-v2{
        margin-top: 40px;
        padding: 30px 0;
    }
    .form-block-v2 .form-contact-title,
    .form-block-v2 .form-contact-inner {
        width: 100%;
    }
    .form-block-v2 h3{
        font-size: 36px;

    }
    .form-block-v2 h4{
        font-size: 32px;
    }
    .form-contact-title div.form-contact-item {
        width: 150px;
        height: 160px;
        gap: 15px;
        padding: 10px;
    }
    .form-block-v2 .form-contact-inner {
        padding: 30px;
    }
}

/* End */


/* Start:/local/templates/ledtehnology-2023/components/bitrix/news.list/reviews-about/style.css?17446360924470*/
h2.reviews-title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0A111D;

}

h2.reviews-title {
    font-size: 42px;
}

.about-reviews p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #727786;
}

.about-reviews {
    display: flex;
    gap: 40px;
    flex-direction: column;
    box-sizing: border-box;
}

.about-reviews * {
    box-sizing: border-box;
}

.about-reviews div {
    display: flex;
}

.reviews-slider-about {
    font-family: Roboto, serif;
    font-weight: 400;
    line-height: 140%;
    gap: 32px;
}

.reviews-slider-about {
    overflow: hidden; /* Важно для Swiper */
    width: 100%; /* Растягиваем по ширине */
}

.reviews-slider-about .swiper-wrapper {
    display: flex;
    transition-timing-function: ease-in-out; /* Плавный скролл */
    align-items: center;
}

.swiper-slide.reviews-item {
    min-height: 280px;
}

.reviews-item {
    height: auto;
    gap: 18px;
    border-radius: 8px;
    padding: 20px;
    flex-direction: column;
    background: #F7FAFF;
}

.review-data {
    gap: 17px;
    align-items: center;
}

.review-data div {
    flex-direction: column;
    gap: 5px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-author {
    font-weight: 500;
    font-size: 18px;
    color: #0A111D;
}

.review-date {
    font-size: 12px;
    color: #A7A7A7;
}

.review-content {
    height: 143px; /* Фиксированная высота */
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* Ограничение строк */
    -webkit-box-orient: vertical;
    transition: max-height 0.4s ease-in-out;
}

.review-content p {
    color: #727786;
    margin: 0;
}

.review-more {
    display: none; /* По умолчанию скрываем */
    cursor: pointer;
    color: #222222;
    font-size: 14px;
    line-height: 130%;
    transition: all 0.3s;
}

.expanded .review-more,
.review-more:hover {
    color: #FF5757;
    text-decoration: underline dashed;
}

.reviews-item.expanded .review-content {
    height: auto; /* Полное раскрытие текста */
    max-height: 500px; /* Достаточно большое значение для раскрытия */
    -webkit-line-clamp: unset;
}

.reviews-item.expanded .review-more {
    display: inline-block;
}

/* Кастомная пагинация */
/* Обертка для стрелок и пагинации */
.about-reviews .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Расстояние между элементами */
    margin-top: 15px;
    width: 100%;
}

/* Стили для стрелок */
.about-reviews .swiper-button-prev,
.about-reviews .swiper-button-next {
    width: 40px;
    height: 40px;
    position: relative !important; /* Делаем их видимыми */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
}

/* Скрываем стандартные иконки Swiper */
.about-reviews .swiper-button-prev::after,
.about-reviews .swiper-button-next::after {
    display: none;
}

/* Кастомные точки */
.about-reviews .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    width: auto !important;
}

.about-reviews .swiper-pagination {
    max-width: 80vw; /* Ограничиваем ширину */
    flex-wrap: wrap; /* Разрешаем перенос точек на новую строку */
}

.about-reviews .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #C6CAD8;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.about-reviews .swiper-pagination-bullet-active {
    background: #0A111D;
    opacity: 1;
}

.about-reviews .arrow-icon {
    width: 25px;
    height: 8px;
    fill: #0A111D;
    transition: all 0.3s;
}

.about-reviews .swiper-button-prev:hover .arrow-icon,
.about-reviews .swiper-button-next:hover .arrow-icon {
    fill: #F15454;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    h2.reviews-title {
        font-size: 30px;
    }
}

/* End */


/* Start:/local/assets/css/blocks/footer-map.css?17445448242692*/

/* Контакты */
.about-contacts h2 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0A111D;
}
.about-contacts p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #727786;
}
h2.contacts-title{
    font-size: 42px;
}
.about-contacts, .about-contacts div{
    display: flex;
}
.about-contacts h2,
.about-contacts p {
    margin: 0;
}
.about-contacts{
    position: relative;
    align-items: center;
}
.about-contacts iframe{
    height: 755px;
}
.about-contacts-item{
    position: absolute;
    right: 50%;
    transform: translateX(640px);
    flex-direction: column;
    width: 498px;
    max-height: 434px;
    gap: 30px;
    padding: 60px 40px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 4px 0 #0000001A;
    z-index: 9;

}
.contacts-name,
.contacts-address{
    flex-direction: column;
    gap: 10px;
}
.about-contacts-item span,
.about-contacts-item p{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #727786;
    margin: 0;
}
.about-contacts-item span{
    text-transform: uppercase;
    color: #0A111D;
}
.contacts-item-phone{
    text-decoration: none;
    font-family: Roboto, serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #0A111D;
}
@media (max-width: 1280px) {
    .about-contacts-item{
        transform: translateX(500px);
    }
}
@media (max-width: 1024px) {
    section.about-contacts{
        margin-top: 280px;
        justify-content: center;
    }
    .about-contacts iframe{
        height: 720px;
    }
    .about-contacts-item{
        top:-180px;
        right: unset;
        transform: none;
    }
}
@media (max-width:768px) {
    section.about-contacts{
        margin-top: 60px;
        flex-direction: column;
        gap: 20px;
    }
    .about-contacts iframe{
        height: 470px;
    }
    .about-contacts-item{
        position: relative;
        max-width: 340px;
        width: 100%;
        height: auto;
        padding: 30px 15px;
        gap: 20px;
        top: 0;
    }
    .about-contacts-item span{
        font-size: 16px;
    }
    .about-contacts-item p{
        font-size: 14px;
    }
    .contacts-item-phone{
        font-size: 26px;
    }
    h2.contacts-title{
        font-size: 28px;
    }
}
/* End */
/* /local/assets/css/services-new.css?17447584355599 */
/* /local/templates/ledtehnology-2023/components/ledtehnology/head/services-head/style.css?17573924635771 */
/* /local/assets/css/blocks/advantages-block.css?17695557692138 */
/* /local/assets/css/blocks/black-bg-block.css?17447591512711 */
/* /local/assets/css/blocks/howto-block.css?17447503631686 */
/* /local/assets/css/blocks/form-block.css?17580003645982 */
/* /local/templates/ledtehnology-2023/components/bitrix/news.list/reviews-about/style.css?17446360924470 */
/* /local/assets/css/blocks/footer-map.css?17445448242692 */
