

/* 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/templates/ledtehnology-2023/components/bitrix/system.pagenavigation/main/style.css?17258231352279*/
.pagination{display:flex;flex-flow:column;justify-content:center;align-items:center}.pagination__show-more{margin-bottom:16px}.pagination__content{display:flex;justify-content:center}.pagination__elem{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d9d9d9;color:#595959;border-radius:4px;background:center no-repeat #fff;margin:0 4px;transition:all .2s}.pagination__elem.disabled{cursor:auto}.pagination__elem.active,.pagination__elem:not(.pagination__elem.disabled):hover{color:#0264a2;border:1px solid #0264a2}.pagination__arrow{background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4685 6.65558L4.30527 1.84171C4.28917 1.82903 4.26981 1.82115 4.24943 1.81897C4.22905 1.8168 4.20847 1.82042 4.19005 1.82941C4.17164 1.83841 4.15613 1.85241 4.14531 1.86982C4.1345 1.88724 4.12881 1.90734 4.12891 1.92784V2.98468C4.12891 3.05167 4.16035 3.11593 4.21231 3.15694L9.13417 7.00011L4.21231 10.8433C4.15899 10.8843 4.12891 10.9485 4.12891 11.0155V12.0724C4.12891 12.164 4.23418 12.2146 4.30527 12.1585L10.4685 7.34464C10.5209 7.30378 10.5633 7.25151 10.5924 7.19181C10.6216 7.13211 10.6367 7.06654 10.6367 7.00011C10.6367 6.93367 10.6216 6.86811 10.5924 6.80841C10.5633 6.74871 10.5209 6.69644 10.4685 6.65558Z' fill='%23595959'/%3E%3C/svg%3E%0A")}.pagination__arrow_prev{transform:rotate(180deg)}.pagination__arrow.disabled{background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4685 6.65558L4.30527 1.84171C4.28917 1.82903 4.26981 1.82115 4.24943 1.81897C4.22905 1.8168 4.20847 1.82042 4.19005 1.82941C4.17164 1.83841 4.15613 1.85241 4.14531 1.86982C4.1345 1.88724 4.12881 1.90734 4.12891 1.92784V2.98468C4.12891 3.05167 4.16035 3.11593 4.21231 3.15694L9.13417 7.00011L4.21231 10.8433C4.15899 10.8843 4.12891 10.9485 4.12891 11.0155V12.0724C4.12891 12.164 4.23418 12.2146 4.30527 12.1585L10.4685 7.34464C10.5209 7.30378 10.5633 7.25151 10.5924 7.19181C10.6216 7.13211 10.6367 7.06654 10.6367 7.00011C10.6367 6.93367 10.6216 6.86811 10.5924 6.80841C10.5633 6.74871 10.5209 6.69644 10.4685 6.65558Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A")}

/* 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/templates/ledtehnology-2023/components/bitrix/system.pagenavigation/main/style.css?17258231352279 */
/* /local/assets/css/blocks/footer-map.css?17445448242692 */
