.logo {
    margin-top: -25pt;
    max-width: 355pt;
}

/* page */
.page {
    width: 100%;
}

.margin-top-b {
    margin-top: 15%;
}

.margin-obligations {
    margin-top: 5%;
    margin-bottom: 5%;
}

.margin-carousel {
    margin-top: 150pt;
    margin-bottom: 150pt;
}

.margin-bottom {
    margin-bottom: 15%;
}

.car-size {
    width: 100%;
}

.yandex-map {
    width: 100%;
    height: 300pt;
}

/* text */

.brand-name {
    color: white;
    padding-top: 30pt;
}

.collapsible-header {
    font-size: 14pt;
}

p {
    font-size: 14pt;
}

.margin-top {
    margin-top: 2%;
}

.obligations {
    margin-top: 5%;
}

.name-desc {
    font-size: 15pt;
}

.nd {
    font-weight: 500;
    margin-bottom: 10pt;
}

.text-ob{
    text-align: justify;
}

.margin-bottom-nd {
    margin-bottom: 40pt;
}

li{
    font-size: 14pt;
}

/* icon */

.prod-icon {
    position: absolute;
    margin-top: 5pt;
    margin-right: 20pt;
}

.prod-icon-air {
    margin-top: 9pt;
}

/* images */

.img-ND {
    width: 40%;
}

.img-ND-D {
    width: 160pt;
    margin-left: 110pt;
}

.margin-top-product {
    margin-top: 70pt;
}

.com-card {
    height: 125pt;
}


@media screen and (max-width: 1400px) {
    .logo {
        margin-top: -15pt;
        width: 200pt;
    }

    .brand-name {
        margin-top: 50pt;
        font-size: 15pt;
    }

    .img-ND {
        width: 50%;
        margin-left: 25%;
        padding-bottom: 15pt;
    }

    h3 {
        font-size: 25pt;
    }

    .margin-top-product {
        margin-top: 10pt;
    }

    .margin-top-m {
        margin-top: 50pt;
        font-size: 20pt;
    }

    .margin-bottom {
        margin-bottom: 100pt;
    }

    .margin-carousel {
        margin-top: 90pt;
        margin-bottom: 5pt;
    }

    .carousel {
        height: 380px;
        margin-bottom: -40pt;
    }

    h5 {
        font-size: 18pt;
    }

    p {
        font-size: 12pt;
    }
    
    li{
        font-size: 12pt;
    }

    .card .card-title {
        font-size: 18px;
        font-weight: 300;
    }

    .margin-top-com-card {
        margin-top: 50pt;
    }

    .nd {
        font-size: 18pt;
        font-weight: 500;
        margin-bottom: 10pt;
        text-align: center;
    }

}

@media screen and (max-width: 1300px) {
    .margin-top-product {
        margin-top: 10pt;
    }

    .margin-top-m {
        margin-top: 50pt;
        font-size: 20pt;
    }

    .margin-bottom {
        margin-bottom: 110pt;
    }

    .margin-carousel {
        margin-top: 90pt;
        margin-bottom: 5pt;
    }

    .carousel {
        height: 380px;
        margin-bottom: -40pt;
    }

    h5 {
        font-size: 18pt;
    }

    p {
        font-size: 12pt;
    }

    li{
        font-size: 12pt;
    }

    .card .card-title {
        font-size: 18px;
        font-weight: 300;
    }

    .margin-top-com-card {
        margin-top: 50pt;
    }

    .com-card {
        height: 70pt;
    }
}