@import '/vendor/swiper/swiper-bundle.min.css';
@import '/vendor/animation/animate.min.css';
@import '/vendor/fa/css/all.min.css';
@import '/vendor/glider/glider.min.css';
@import '/vendor/slick/slick.css';
@import '/vendor/splide/splide.min.css';
@import '/css/style.css';

@media screen and ( max-width: 1200px ) {
    .atoldrive .drive5 {
        display: none;
    }
    .atoldrive .drive5-md {
        display: block;
    }
    .schema .bg-img {
        display: none;
    }
    .bg-img-md {
        display: flex;
    }
    .advantages .adv-group {
        margin-top: 350px;
    }
    .schema {
        height: 550px;
    }
    .gallery-thumbs img {
        width: 133px;
        height: 89px;
    }
    .splide-software {
        max-width: 1085px;
    }
}


@media screen and ( max-width: 1085px ) {
    .monitoring .monitoring-group .group__item {
        flex: 1 1 100%
    }
    .advantages .adv-group {
        margin-top: 350px;
    }
    .splide-software {
        max-width: 992px;
    }
}

@media screen and ( max-width: 992px ) {
    .main-menu {
        display: none;
    }
    .advantages .adv-group {
        margin-top: 350px;
    }
    #burger-menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
    }
    .header {
        margin-top: 10px;
    }
    .header__logo-master {
        display: none;
    }
    .header .header__logo-text .logo-text__inner {
        padding: 0;
    }
    .header .header__logo-wrapper, .header .header__logo-text , .header .header-callback {
        flex: 1 1 100%;
    }
    .list-why .why {
        flex: 1 1 100%;
    }
    .cards .cards-container .cards-left .cards-left__img{
        display: none;
    }
    .banner .banner-left .divine5 {
        display: none;
    }
    .opportunities-group .opportunities-item {
        flex-direction: row;
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }

    .opportunities-item__text {
        padding-left: 30px;
    }
    .opportunities-group .opportunities-item .opportunities-item__img {
        margin-bottom: 0;
    }
    .advantages .adv-group .adv__list{
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .splide-software {
        max-width: 768px;
    }
    .gallery-top img {
        width: 400px;
        height: 269px;
    }
    .gallery-thumbs img{
        width: 100px;
        height: 67px;
    }
    .cookieContent {
        width: 768px;
    }
}

@media (max-width: 800px) {
    .cookieContent {
        width: 600px;
    }
}

@media screen and ( max-width:  768px) {
    .tachograph .tachograph-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .tachograph .tachograph-list .tachograph-item{
        flex: 1 1 100%;
        width: 100%;
    }
    .advantages .adv-group {
        margin-top: 200px;
    }
    .advantages .adv-group .adv__list li{
        font-size: 14px;
        line-height: 18px;
    }
    .advantages .adv-group .adv__list li::before {
        background-image: url('../img/icon_ok_16x16.png')
    }
    .banner .banner-left {
        font-size: 30px;
    }
    .splide-software {
        max-width: 576px;
    }
    .gallery-top img {
        width: 400px;
        height: 269px;
    }
    .gallery-thumbs img{
        width: 80px;
        height: 53px;
    }
}

@media screen and (max-width: 640px) {
	.dlg-modal {
        top: 0;
	    max-width: 420px;
        width: 100%;
	    margin: 0 auto;
        height: 100vh;
        overflow: auto;
    }
}
@media (max-width: 628px) {
    .cookieText {
        display: block;
    }
    .cookieContent {
        width: 100%;
    }
    .cookieButton {
        float: none;
    }
}
@media screen and ( max-width:  576px) {
    .advantages .adv-group {
        margin-top: 400px;
    }
    .advantages .adv-group .adv__list{
        padding: 8px;
        padding-left: 27px;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .title {
        font-size: 40px;
    }
    .sub_title {
        line-height: 30px;
        padding: 30px 0;
    }
    .list-why .why {
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
    .opportunities-group .opportunities-item{
        flex-direction: column;
    }
    .splide-software {
        max-width: 320px;
    }
    .gallery-top img {
        width: 100%;
        height: 200px;
    }
    .gallery-thumbs img{
        width: 66px;
        height: 44px;
    }
    .cards {
        background: transparent;
    }

    .cards .cards-container .cards-left {
        font-size: 25px
    }
}

@media screen and (max-width: 480px) {
	.dlg-modal {
	    max-width: 300px;
        width: 100%;
	    margin: 0 auto;
    }
}

@media screen and ( max-width:  320px) {
    .schema {
        padding: 0;
        padding-top: 14px;
    }
    .splide-software {
        max-width: 280px;
    }
}