

/* Start:/local/templates/DT/assets/css/company.css?17752024597460*/
.main-about {
    position: relative;
    padding: 108px 0 72px;
    margin-top: 0 !important;
}
.main-about:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #010E1F, transparent);
    opacity: .8;
}
/*.main-about:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, #010E1F 30%, transparent);
}*/
.main-about .m-about__img {
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.main-about .m-about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-about .m-about__wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.main-about .m-about__block {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 50%;
    background-color: #08336299;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    padding: 48px 64px;
}
.main-about .m-about__block .m-about-block__suptitle {
    margin-bottom: 24px;
}
.main-about .m-about__block .m-about-block__suptitle h1 {
    color: var(--color-lightgray);
    text-transform: uppercase;
    opacity: .7;
}
.main-about .m-about__block .main-title {
    margin-bottom: 32px;
}
.main-about .m-about__block .m-about-block__title p {
    color: var(--color-lightgray);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}
.main-about .m-about__block .m-about-block__text {
    margin-bottom: 40px;
}
.main-about .m-about__block .m-about-block__text p {
    color: white;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.company-banner {
    min-height: 600px;
}
.com-banner__wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
    margin-top: 174px;
}
.com-banner__title h2 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 80px;
}
.com-banner__title h2 span {
    color: var(--color-blue);
}
.com-banner__triangles-block {
    position: relative;
    width: 660px;
    height: 450px;
}
.com-banner__triangles-block .triangles-item {
    position: absolute;
    top: 10px;
    width: 245px;
    height: 210px;
    overflow: hidden;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.com-banner__triangles-block::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -328px;
    left: -707px;
    display: block;
    width: 1570px;
    height: 1010px;
    background-image: url('/images/company/company_bg_transparent.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .4;
}
.com-banner__triangles-block .triangles-item.tr1-1 {
    right: 270px;
}
.com-banner__triangles-block .triangles-item.tr1-2 {
    display: none;
    top: 10px;
    right: 135px;
}
.com-banner__triangles-block .triangles-item.tr1-3 {
    top: auto;
    bottom: 8px;
    right: 135px;
}
.com-banner__triangles-block .triangles-item.tr2-1 {
    top: auto;
    bottom: 10px;
    left: 145px;
}
.com-banner__triangles-block .triangles-item.tr2-2 {
    top: auto;
    bottom: 8px;
    left: 10px;
}
.com-banner__triangles-block .triangles-item.tr1-2,
.com-banner__triangles-block .triangles-item.tr2-1 {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.com-banner__triangles-block .triangles-item.tr1-1 .swiper-slide,
.com-banner__triangles-block .triangles-item.tr1-3 .swiper-slide,
.com-banner__triangles-block .triangles-item.tr2-2 .swiper-slide {
    overflow: hidden;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.com-banner__triangles-block .triangles-item.tr1-2 .swiper-slide,
.com-banner__triangles-block .triangles-item.tr2-1 .swiper-slide {
    overflow: hidden;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.com-banner__triangles-block .triangles-item .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-about p,
.company-about span {
    color: white;
}
.com-about__top {
    margin-bottom: 48px;
}
.com-about__top p {
    font-size: 18px;
    line-height: 28px;
}
.com-about__brands {
    margin-bottom: 80px;
}
.com-about__brands > p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 54px;
}
.com-about__brands .com-brands__item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 20px 24px;
    border: 1px solid #CECECE80;
    border-radius: 8px;
}
.com-about__brands .com-brands__item img {
    width: fit-content;
    height: 48px;
    margin-bottom: 40px;
}
.com-about__brands .com-brands__item p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 28px;
}
.com-about__brands .com-brands__item span {
    font-size: 14px;
    color: var(--color-gray);
}
.com-about__bottom {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    padding: 0 48px 0 18px;
    background: linear-gradient(40deg, #093679 0%, #000000 30%);
    border-radius: 12px;
}
.com-about__bottom img {
    width: 200px;
    height: 200px;
    margin-right: 28px;
}
.com-about__bottom p {
    font-size: 18px;
    line-height: 24px;
}
.company-prefs  {
    margin: 150px 0;
}
.company-prefs .row {
    row-gap: 28px;
}
.com-prefs__item:not(.not-plate) {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    border: 2px solid var(--color-blue);
    border-radius: 12px;
    padding: 42px 36px 24px;
    background: #FFFFFF10;
    box-shadow: 0 0 5px inset #00000015;
}
.com-prefs__item p {
    font-size: 36px;
    font-weight: 600;
    color: white;
}
.com-prefs__item span {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-gray);
}
.com-prefs__item.not-plate {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    justify-content: center;
    height: 100%;
}
.com-prefs__item.not-plate img {
    width: 300px;
    height: 80px;
}
.com-prefs__item.not-plate p {
    font-size: 24px;
}
.company-gallery {
    margin-bottom: 160px;
}
.company-gallery .main-section-top {
    margin-bottom: 24px;
}
.company-gallery .main-section-top .main-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
}
.company-gallery .slider-container {
    position: relative;
}
.company-gallery .slider-container .swiper-button-prev {
    left: -44px;
    transform: scale(.6);
}
.company-gallery .slider-container .swiper-button-next {
    right: -44px;
    transform: scale(.6);
}
.company-gallery .slider-container .swiper-navigation-icon,
.company-gallery .slider-container .swiper-navigation-icon path {
    fill: white !important;
}
.com-gallery__slider .gallery-item {}
.com-gallery__slider .gallery-item a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.com-gallery__slider .gallery-item a img {}
/* End */
/* /local/templates/DT/assets/css/company.css?17752024597460 */
