.zakaz-phone {
    color: red !important;
    /*border-bottom: 1px dashed !important;*/
}

.vk_comments {
    max-width: 100%;
}

.aboutPage .dt-container {
    max-width: 1200px;
    margin: 0 auto;
}

.aboutPage .headBlock {
    color: #2866af;
    font-size: 41px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.aboutPage .headBlock.dark {
    color: #2b2a2b;
}

.aboutPage .textBlock {
    font-size: 20px;
}

.aboutPage .textBlock ul {
    margin-top: 1rem;
}

.aboutPage .textBlock li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.aboutPage .textBlock li:before {
    flex-shrink: 0;
    background: url("/images/about/li.jpg") no-repeat center;
    width: 13px;
    height: 11px;
    content: '';
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

.aboutPage .textBlock li::marker {
    display: none;
}

.aboutPage {}

.aboutPage {}

.darkBlock {
    margin-top: 3rem;
    margin-bottom: 3rem;
    background: #1b1b1b;
    color: #fff !important;
}

.achievements_in_numbers {
    line-height: 1.3;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.achievements_in_numbers .line1 {
    width: 100%;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 1em 1em;
    align-items: center;
}

.achievements_in_numbers .line2 {
    width: 100%;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: .8fr 1.2fr;
    grid-template-rows: 1fr;
    gap: 1em 1em;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.achievements_in_numbers .num {
    color: #00aced;
    font-size: 75px;
    font-weight: 700;
}

.achievements_in_numbers .num small {
    font-size: 17px;
    font-weight: bold;
}

.img-overflow {
    overflow: hidden;
}

.img-overflow img {}

.img-block {
    margin-right: 5rem
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

body>.body:not(.index)>.main {
    padding-bottom: 0
}

.mb-4 {
    margin-bottom: 2rem;
}

@media (max-width : 780px) {
    .img-block {
        display: none;
    }

    .achievements_in_numbers .line1 {
        grid-template-columns: 1fr;
    }

    .achievements_in_numbers .line2 {
        grid-template-columns: 1fr;
    }
}


.brandsSlider {
    margin-bottom: 4rem;
}

.brandsSlider .brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2866af;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.owl-carousel2 .owl-nav {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.owl-carousel2 .owl-dots.disabled,
.owl-carousel2 .owl-nav.disabled {
    display: flex;
    cursor: pointer !important;
}

.owl-carousel2 .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -26px;
}



.owl-carousel2 .owl-nav button.owl-next {
    background: url("/images/about/next.jpg") no-repeat center;
    height: 34px;
    width: 30px;
}

.owl-carousel2 .owl-nav button.owl-prev {
    background: url("/images/about/prev.jpg") no-repeat center;
    height: 34px;
    width: 30px;
}


.owl-carousel2 .owl-nav button.owl-prev span,
.owl-carousel2 .owl-nav button.owl-next span {
    display: none;
}

.owl-carousel2 button.owl-dot {}

.advantages-slider {
    line-height: 1.3;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.advantages-slider .advantages-item {
    font-size: 20px;
    color: #fff;
    border: 2px solid #00aced;
    padding: 2rem 1rem;
    border-radius: 20px;
    height: 100%;
}

.advantages-slider .advantages-item .h {
    font-size: 32px;
    font-weight: 900;
    color: #00aced;
}

.owl-carousel2.advantages-slider .owl-stage {
    align-items: inherit;
}

.owl-carousel2.advantages-slider .owl-nav {
    margin-top: 2rem;
}

.owl-carousel2.advantages-slider .owl-nav button.owl-next {
    background: url("/images/about/next-dark.png") no-repeat center;
    height: 34px;
    width: 30px;
}

.owl-carousel2.advantages-slider .owl-nav button.owl-prev {
    background: url("/images/about/prev-dark.png") no-repeat center;
    height: 34px;
    width: 30px;
}

.boldest {
    font-weight: 900;
}

.aboutPage .form-header {
    display: none;
}

.owl-carousel2.telegramSlider .owl-stage {
    align-items: flex-start;
}

.owl-carousel2.telegramSlider {
    padding-bottom: 4rem;
}

.owl-carousel2.telegramSlider .owl-nav {
    margin-top: 2rem;
}


.telegramChanalLink a {
    margin-top: 1rem;
    text-align: center;
}

.telegramChanalLink a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}