@font-face {
    font-family: 'Gilroy Regular';
    src: url('/font/Gilroy-Regular.eot');
    src: url('/font/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('/font/Gilroy-Regular.woff') format('woff'),
    url('/font/Gilroy-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy Bold';
    src: url('/font/Gilroy-Bold.eot');
    src: url('/font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/font/Gilroy-Bold.woff') format('woff'),
    url('/font/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy Black';
    src: url('/font/Gilroy-Black.eot');
    src: url('/font/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('/font/Gilroy-Black.woff') format('woff'),
    url('/font/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.dt-catalog-main-title,
.bread-crumbs {
    display : none;
}
.owl-carousel2 .owl-item img {
     display: block;
     max-width: 80%;
     max-height: 80%;
     margin: 20px 0;
}
.owl-carousel2 button.owl-dot {
    z-index: 100;
}

.content .aboutPage {
    font-family: 'Gilroy Regular';
    margin-top: 100px;
    overflow: hidden;
}
.content .aboutPage .headBlock {
    font-family: 'Gilroy Black';
}
.content .aboutPage .darkBlock {
    margin: 0;
}
.content .aboutPage .textBlock {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 -15px !important;
}
.content .aboutPage .textBlock li:before {
    margin-top: 10px !important;
}
.content .aboutPage .textBlock .callback-block {
    margin-top: 50px;
}
.achievements_in_numbers .line1 {
    align-items: baseline !important;
}
.brandsSlider .brand-item {
    margin: 0 3px 10px !important;
    border: 3px solid #2866af !important;
}
.brandsSlider .brand-item img {
    max-width: 50%;
    max-height: 50%;
}
.advantages-slider .advantages-item {
    margin: 0 5px;
    padding: 30px !important;
}
.content .aboutPage .b24-form-block .b24-form-wrapper.b24-form-shadow {
    box-shadow: none !important;
}

@media(max-width: 450px) {
    .owl-carousel2 .owl-dots {
        flex-wrap: wrap;
        width: 80% !important;
        margin: -26px auto 0 !important;
    }
    .owl-carousel2 .owl-dots button {
        margin-bottom: 15px;
    }
    .content .aboutPage {
        margin-top: 50px;
    }
    .content .aboutPage .callback-block {
        margin-bottom: 100px;
    }
    .content .aboutPage .callback-block button {
        width: 80%;
        margin: auto;
    }
    .content .aboutPage .darkBlock {
        padding: 50px 0;
    }
    .content .aboutPage:nth-child(4) {
        padding-top: 0 !important;
    }
    .content .aboutPage:nth-child(4) .textBlock .text-right {
        min-height: 500px;
    }
    .content .aboutPage:nth-child(4) .textBlock .text-right img {
        top: 0 !important;
        left: 0 !important;
        min-width: 800px !important;
    }
    .achievements_in_numbers .line1 {
        grid-template-columns: repeat(3, 1fr) !important;
        font-size: 16px;
    }
    .achievements_in_numbers .line2 {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 1rem 2rem !important;
        font-size: 16px;
    }
    .achievements_in_numbers .num {
        font-size: 50px !important;
    }
}