   /* section (hero) */

.section-hero {
    max-width: 1500px;
    margin: auto;
    padding: 20px 100px 0;
    margin-bottom: 330px;
}
.top-text__h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-white);
    margin: 0 0 52px 0;
    width: 515px;
}
.footer-bottom__payment-system {
    display: flex;
    gap: 20px;
}

.calc {
    margin: 0 auto 20px;
    max-width: 1400px;
    background-color: var(--color-blue);
    padding: 20px 100px;
    border-radius: var(--radius-10);
    border: 2px solid black;
}

/* 1 block - korporative */
.calc_korporative {
    margin-top: 20px;
}
.calc__foto {
    width: 600px;
    height: 400px;
}
.korporative-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.korporative_p {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-white);
    margin-bottom: 40px;
}
.ikon_all-taxi {
    display: flex;
    gap: 50px;
    justify-content: center;
}

/* 2 block - taxi */

.calc_taxi {
    flex-direction: row-reverse;
}
.taxi-contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 3 block - transfer */
.transfer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    
}


/* 4 block - mice */
.calc_mice {
    flex-direction: row-reverse;
}
.mice-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}


/* 5 block - arenda */
.arenda-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.arenda_img {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.telefon-sec {
    text-align: center;
    font-weight: 800;
    font-size: 60px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-white);
    margin: 0 0 52px 0;
    width: 515px;
}

/* section (standarts) */
.standarts {
    display: flex;
    justify-content: space-between;
    background-color: var(--color-blue);
    padding: 50px 50px;
    margin: 20px auto 120px;
    gap: 40px;
    border-radius: var(--radius-10);
    max-width: 1500px;
    border: 2px solid black;
}

.standarts__heading {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-white);
    margin: 0 0 50px;
}
.standarts_button {
    margin-bottom: 60px;
}
.standarts__kontent {
    display: flex;
}
.standarts__ikons {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}
.standarts__ikons_left {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.standarts__ikons_right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.ikonses {
    display: flex;
    gap: 10px;
    max-width: 350px;
}
.ikonses-text {
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
.ikon__text-p {
    margin: 0;
    color: var(--color-white-80);
}

/* section (support) */
.banner-16_support {
    max-width: 1400px;
    background-color: var(--color-blue);
    border: 2px solid black;
    border-radius: var(--radius-10);
    display: flex;
    gap: 74px;
    margin: 0 auto 40px;
    padding: 50px 50px;
}

.support__heading {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-white);
    margin-bottom: 24px;
}

.support__p {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-white-80);
    margin-bottom: 40px;
}

.support__list {
    padding: 0;
    list-style: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.telefon {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: var(--color-white);
    margin: 0 0 52px 0;
    width: 515px;
}
