

/* 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?17903209631561*/
.pagination{display:flex;flex-flow:column;justify-content:center;align-items:center;gap:16px;margin:32px 0 8px;font-family:inherit}
.pagination__pages{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px}
.pagination__page{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid #d9dce3;border-radius:0;background:#fff;color:#32353d;text-decoration:none;font-size:15px;font-weight:500;line-height:1;transition:color .2s ease,border-color .2s ease,background-color .2s ease}
.pagination__page:hover{color:#c03a3a;border-color:#c03a3a;background:#fff}
.pagination__page_current{color:#fff;border-color:#c03a3a;background-color:#c03a3a;cursor:default;pointer-events:none}
.pagination__page_current:hover{color:#fff;border-color:#c03a3a;background-color:#c03a3a}
.pagination__page_gap{min-width:24px;padding:0;border:none;background:transparent;color:#8a8f9a;pointer-events:none}
.pagination__page_gap:hover{color:#8a8f9a;border:none;background:transparent}
.pagination__page_prev,.pagination__page_next{min-width:auto;padding:0 16px;border-color:transparent;background:transparent;color:#32353d;font-weight:500}
.pagination__page_prev:hover,.pagination__page_next:hover{color:#c03a3a;border-color:transparent;background:transparent}
@media (max-width:767px){.pagination{margin:24px 0 4px}.pagination__pages{gap:6px}.pagination__page{min-width:36px;height:36px;padding:0 8px;font-size:14px}.pagination__page_prev,.pagination__page_next{padding:0 10px}}

/* 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?17903209631561 */
/* /local/assets/css/blocks/footer-map.css?17445448242692 */
