

/* Start:/company/style.css?17646644325204*/
div.galery__photo, div.galery__photo1 {
    width: max-content;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.photo, .photo1 {
    width: 250px;
    height: 150px;
    background-color: black;
    overflow: hidden;
    flex-shrink: 1;
    flex-grow: 1;
}

.photo img, .photo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.photo:hover img, .photo1:hover img {
    transform: scale(1.05);
}

/* Стили для модального окна */
.carousel-popup, .carousel-popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-image-car, .popup-image-car1 {
    max-width: 100%;
    max-height: 120vh;
    object-fit: contain;
}

.close, .close1 {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    padding: 15px;
    user-select: none;
    z-index: 1001;
}

.nav-button.prev, .nav-button.prev1 {
    left: -60px;
}

.nav-button.next, .nav-button.next1 {
    right: -60px;
}

/* Адаптивность */
@media only screen and (max-width:600px) {
    div.galery__photo, div.galery__photo1{
        grid-template-columns: 1fr;
    }

    .nav-button.prev, .nav-button.prev1 {
        left: 10px;
    }

    .nav-button.next, .nav-button.next {
        right: 10px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 880px){
    .galery__photo, .galery__photo1{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .nav-button {
        font-size: 30px;
        padding: 10px;
    }

    .nav-button.prev, .nav-button.prev1 {
        left: 10px;
    }

    .nav-button.next, .nav-button.next1 {
        right: 10px;
    }
}

/* 2 */

.video__text{
    margin-bottom: 4px;
}

.video__text_height{
    max-height: 490px;
}

.hidden{
    display: none;
}

.photo, .photo1{
    width: 250px;
    height: 150px;
    background-color: black;
    flex-shrink: 1;
    flex-grow: 1;
    overflow: hidden;
}

.video__text_button{
    border: none;
    color: blue;
    font-size: 14px;
    background-color: white;
    width: max-content;
    margin: 0;
    padding: 0;
}

.show__photo{
    width: 90%;
    border: 1px solid #ddd;
    color: #555;
    max-width: 200px;
    padding: 10px;
    margin: 10px;
}

.swiper{
    width: 90%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 5%;
}

.swiper-wrapper{
    display: flex;
    flex-wrap: nowrap;
}

.swiper-slide{
    width: calc((100% - 24px) / 3);
    overflow: hidden;
    flex-shrink: 0;
    padding: 10px;
}

.swiper-button{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    width: 32px;
    height: 32px;
}

.swiper-button:hover{
    border-radius: 9999999px;
    border: solid 0px white;
    overflow: hidden;
    background-color: white;
}

.swiper-button::after{
    font-size: 24px;
}

.start-text{
    display:flex;
    flex:2;
    flex-direction:column
}

.wrapper{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
    width: 100%;
}

.start-block{
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom:solid 1px #f7f5f6;
    gap: 20px;
}

.video-block{
    display: flex;
    flex:4;
    align-self: self-start;
}

.tizers_block2 .item{
    flex-direction: row !important;
}

@media only screen and (max-width:600px) {
    .galery__photo, .galery__photo1{
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 767px){
    .start-block{
        flex-direction: column;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 880px){
    .galery__photo, .galery__photo1{
        grid-template-columns: auto auto;
    }
}

/* 1.12.2025 */

#pagetitle {
    display: none;
}
.events-section .item-views.blocks {
    padding-top: 0;
}
.events-section .maxwidth-theme {
    width: 100vw;
    overflow: hidden;
}
.events-section .col-md-12 {
    padding: 0;
}
.events-section .swiper {
    padding: 0;
    width: 100%;
    justify-content: unset;
}
@media (max-width: 1399px) {
    div.galery__photo, div.galery__photo1{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 1199px) {
    div.galery__photo, div.galery__photo1 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 800px) {
    div.galery__photo, div.galery__photo1{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    div.galery__photo, div.galery__photo1{
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/system.pagenavigation/show_more/style.css?1732826708135*/
.load_more {
    width: 90%;
    border: 1px solid #ddd;
    color: #555;
    max-width: 200px;
    padding: 10px;
    margin: 10px;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/system.pagenavigation/show_more1/style.css?1764659123136*/
.load_more1 {
    width: 90%;
    border: 1px solid #ddd;
    color: #555;
    max-width: 200px;
    padding: 10px;
    margin: 10px;
}

/* End */
/* /company/style.css?17646644325204 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/system.pagenavigation/show_more/style.css?1732826708135 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/system.pagenavigation/show_more1/style.css?1764659123136 */
