.about-top {
    margin-right: 12vw;
    display: flex;
    margin-bottom: 200px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.serv-top {
    margin-bottom: 60px;
}
.about-top__slider {
    position: relative;
    padding-left: 0;
}
.about-top__img img{
    width: 100%;
    height: 100%;
    border-radius: 0px 15px 15px 0px;
    object-fit: cover;
    min-height: 500px;
}
.about-top__content h1 {
    margin-bottom: 40px;
}
.about-top__content h1:before {
    width: 80%;
    left: 0;
}
.about-top__content h1:after {
    left: 80%;
}
.about-top__slick .slick-track {
    display: flex !important;
}
.about-top__slick .slick-slide {
    height: inherit !important;
}
.about-top__slick .slick-slide div {
    height: 100% !important;
}
.about-top__txt {
    position: absolute;
    top: 30vw;
    right: 60px;
    left: 20%;
    background-color: #FECC27;
    border-radius: 11px;
    padding: 20px;
    color: #1A1919;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about-top__txt span {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 14px;
    font-weight: 800;
    padding: 0 15px 0 0;
}
.about-top__txt ul {
    flex: 0 0 50%;
    padding: 0 0 0 15px;
    max-width: 50%;
    margin-top: 10px;
}
.about-top__txt ul li {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0;
}
.about-top__txt ul li:before {
    top: 3px;
}

.about-dron__list {
    display: flex;
    list-style: none;
    padding: 30px;
    margin: 0;
    flex-wrap: wrap;
}
.about-dron__list li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 20px;
}
.about-dron__list li img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

.about-map {
    margin-top: 120px;
    position: relative;
}
.about-dron__heading,
.about-map__heading {
    text-align: center;
}
.about-dron__heading h2:before,
.about-map__heading h2:before {
    left: 50%;
    transform: translate(-50%);
    width: 60%;
}
.about-dron__heading h2:after,
.about-map__heading h2:after {
    right: 20%;
}
.about-map__photo {
    margin-top: 40px;
}

.about-items__photo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-items__photo.about-items__photo--desc {
    margin-bottom: -40px;
}
.about-items__photo:nth-child(even) {
    padding-left: 40px;
}
.about-items__photo:nth-child(odd) {
    padding-right: 40px;
}
.about-items__photo img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    border-radius: 6px;
}
.about-items__photo--about {
    text-align: center;
}
.about-items__photo--about img {
    max-height: 500px;
    max-width: 650px;
}
.about-items__photo--about .about-items__info {
    left: initial;
}
.about-items__info {
    background: #fecc27;
    border-radius: 11px;
    padding: 15px;
    font-size: 14px;
    color: #1A1919;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    min-width: 60%;
    position: relative;
    top: -40px;
    left: -15px;
}
.about-items__info span {
    display: block;
    margin-bottom: 3px;
}

.logos:before {
    display: none;
}

/* usługi */
.services-top__txt {
    position: relative;
    top: -100px;
    right: 60px;
    left: 20%;
    background-color: #FECC27;
    border-radius: 11px;
    padding: 20px;
    color: #1A1919;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 74%;
    margin-bottom: -100px;
}
.services-top__txt span {
    display: flex;
    font-size: 14px;
    font-weight: 800;
    padding: 0 15px 0 0;
}
.services-top__txt ul {
    padding: 0 0 0 15px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.services-top__txt ul li {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
}
.services-top__txt ul li:before {
    top: 3px;
}
.serv-top--foil .slick-slider,
.serv-top--foil .slick-list,
.serv-top--foil .slick-track {
    height: 100%;
}

.about-top__content--foil {
    margin-top: 0;
}

.foil-marg h2,
.foil-marg h3,
.foil-marg h4,
.foil-marg h5,
.foil-marg h6 {
    margin-bottom: 0;
}
.foil-marg img {
    border-radius: 6px;
}

.carriers {
    margin-top: 60px;
}
.carriers__left img {
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
.carriers__right iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.about-movie iframe {
    width: 100%;
    height: 40vw;
}


@media(min-width: 1920px) {
    .serv-top--foil .about-top__img img {
        max-height: 580px;
    }
}
@media(max-width: 1200px) { 
    .about-top__txt {
        position: relative;
        top: initial;
        right: initial;
        left: initial;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}
@media(max-width: 992px) {
    body {
        padding-top: 60px;
    }
    .about-top {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .about-top__slider {
        padding-left: 0;
        padding-right: 0;
    }
    .about-top__img img {
        min-height: auto;
        border-radius: 0;
    }
    .about-top__content {
        margin-top: 60px;
    }
    .about-top__content h1 {
        margin-bottom: 20px;
    }
    .about-items__photo:nth-child(even) {
        padding-left: 15px;
    }
    .about-items__photo:nth-child(odd) {
        padding-right: 15px;
    }
    .about-map {
        margin-top: 60px;
    }
    .about-icons {
        margin-top: 60px;
    }
    .serv-top--foil .slick-slider, .serv-top--foil .slick-list, .serv-top--foil .slick-track {
        height: initial;
    }
    .services-top__txt {
        top: initial;
        width: 100%;
        left: 0;
        margin-bottom: 0;
    }
}
@media(max-width: 500px) {
    .about-top__txt ul,
    .about-top__txt span {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
    .about-top__txt ul {
        margin-top: 0;
    }
}