@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Bold.ttf");
    font-weight: 700;
}

html,
body {
    padding: 0;
    margin: 0;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

html {
    font-size: 20px;
    line-height: 1.5;
    font-family: "Roboto";
}

.content {
    max-width: 876px;
    margin: 0 auto;
}

.secondary-heading {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
}

.cover {
    height: 682px;
    margin-bottom: 82px;
    position: relative;
}
.cover picture,
.cover picture * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.cover-content {
    padding-top: 84px;
    text-align: center;
}
.cover-content__logo-text {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 43px;
}
.cover-content__text {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 1016px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-and-mission {
    display: grid;
    grid-template-columns: 371px 399px;
    grid-gap: 68px;
    margin-bottom: 60px;
}

.our-images {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 362px;
    margin-bottom: 60px;
}

.why-us {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 60px;
}
.why-us__heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.why-us__heading-text {
    display: inline-block;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}
.why-us__heading-icon {
    display: inline-block;
    position: relative;
    margin-right: 10px;;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: #FED901;
}
.why-us__heading-icon svg {
    display: block;
    position: absolute;
    fill: #000;
}
.why-us__heading-icon.fly svg {
    width: 54px;
    height: 41px;
    top: 9px;
    left: 1px;
}
.why-us__heading-icon.package svg {
    width: 58px;
    height: 53px;
    top: 0;
    left: -4px;
}
.why-us__heading-icon.truck svg {
    width: 71px;
    height: 47px;
    top: 6px;
    left: -9px;
}
.why-us__heading-icon.guidance svg {
    width: 42px;
    height: 55px;
    top: 0;
    left: 10px;
}

.advantage {
    background-color: #FED901;
    padding: 60px 0;
}

.advantage .secondary-heading {
    margin-bottom: 30px;
}

.contacts {
    background-color: #2B2B2B;
    overflow: hidden;
}
.contacts .content {
    display: flex;
}

.contacts iframe {
    flex-shrink: 0;
    width: calc(100vw - 487px - (100vw - 876px) / 2);
    max-width: 590px;
}

.contacts-block {
    padding-top: 60px;
    padding-right: 49px;
    flex: 0 0 50%;
}

.contacts-table {
    color: white;
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.contacts-table td {
    padding-bottom: 10px;
    vertical-align: baseline;
    word-break: break-word;
}
.contacts-table td:first-of-type {
    white-space: nowrap;
    font-weight: 700;
    padding-right: 13px;
}

@media screen and (max-width: 916px) {
    .secondary-heading {
        line-height: 30px;
    }
    .cover {
        height: 200px;
        margin-bottom: 30px;
    }
    .cover-content {
        padding-top: 25px
    }
    .cover-content svg {
        width: 23.17px;
        height: auto;
    }
    .cover-content__logo-text {
        font-size: 12px;
        line-height: 12px;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .cover-content__text {
        font-size: 13px;
        line-height: 18px;
        max-width: 300px;
    }
    .about-and-mission {
        padding: 0 20px;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .our-images {
        justify-content: flex-start;
        overflow: auto;
        height: 207px;
        margin-bottom: 50px;
    }

    .why-us {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .advantage {
        padding: 60px 20px;
    }
    .contacts .content {
        display: block;
    }
    .contacts-block {
        padding: 20px;
    }
    .contacts-table {
        font-size: 16px;
    }
    .contacts iframe {
        width: 100%;
        max-width: unset;
        display: block;
    }
}