@font-face {
    font-family: 'Okta Neue';
    src: url('fonts/OktaNeue-Bold.eot');
    src: local('Okta Neue Bold'), local('OktaNeue-Bold'),
        url('fonts/OktaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OktaNeue-Bold.woff2') format('woff2'),
        url('fonts/OktaNeue-Bold.woff') format('woff'),
        url('fonts/OktaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Okta Neue';
    src: url('fonts/OktaNeue-Regular.eot');
    src: local('Okta Neue'), local('OktaNeue-Regular'),
        url('fonts/OktaNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OktaNeue-Regular.woff2') format('woff2'),
        url('fonts/OktaNeue-Regular.woff') format('woff'),
        url('fonts/OktaNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Okta Neue', sans-serif;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 125px;
}
a {
    color: inherit;
    outline: none;
    text-decoration: none;
    display: inline-block;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 1400px;
    width: calc(100% - 80px);
    margin: 0 auto;
}
@media (max-width: 768px) {
    .container {
      width: calc(100% - 50px);
    }
}

.page_wrap {
    width: 100%;
    background-image: url(images/generic-concept-yellow-sport-car_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
}
.page_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
}
.page_wrap .container {
    min-height: 100vh;
    position: relative;
    z-index: 10;
    padding: 30px 0 75px 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 1600px) {
    .page_wrap .container {
        left: -30px;
    }
}

.page_logo img {
    width: 360px;
    height: 128px;
    display: block;
}
.upper_right {
    height: fit-content;
    padding: 28px 22px;
    display: flex;
    gap: 67px;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid white;
}

.contact_box {
    display: flex;
    align-items: center;
    gap: 22px;
}
.contact_box p {
    font-size: 21px;
    line-height: 21px;
    color: white;
    margin: 0;
}

.page_upper {
    margin-bottom: auto;
    margin-top: 54px;
}
.page_upper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}


.middle_left {
    max-width: 500px;
}
.middle_left h1 {
    font-weight: 700;
    font-size: 57px;
    line-height: 60px;
    color: white;
    margin: 0 0 22px 0;
}
.middle_left h1 span {
    color: #FEC534;
}
.middle_left p {
    font-size: 22px;
    line-height: 27px;
    margin: 0;
    color: white;
}


.middle_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
}

.info_box {
    position: relative;
    padding: 20px 20px 20px 66px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 4px;
    border: 1px solid rgba(112, 112, 112, 0.21);
    width: 100%;
    max-width: 312px;
    height: 122px;
    display: flex;
    align-items: center;
}
.info_box .info_img_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEC534;
    border-radius: 4px;
    width: 68px;
    height: 60px;
}
.info_box .info_img_wrap img {
    display: block;
}
.info_box p {
    font-size: 18px;
    line-height: 22px;
    color: white;
    margin: 0;
}



@media (max-width: 1200px) {
    .info_box p {
        font-size: 15px;
        line-height: 19px;
    }
    .info_box .info_img_wrap {
        width: 52px;
        height: 46px;
    }
    .info_box .info_img_wrap img {
        width: 24px;
        height: auto;
    }
    .middle_right {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .page_upper {
        margin-top: 40px;
    }
    .info_box {
        height: auto;
        max-width: initial;
    }
}
@media (max-width: 768px) {
    .middle_left {
        max-width: initial;
    }
    .page_upper {
        margin-top: 0;
    }
    .info_box {
        padding-left: 88px;
    }
    .info_box .info_img_wrap {
        left: 8px;
    }
    .page_upper {
        flex-direction: column;
    }
    .page_logo {
        margin: 0 auto;
        width: fit-content;
    }
    .upper_right {
        padding: 7px 10px;
        gap: 13px;
        justify-content: center;
    }
    .contact_box {
        gap: 10px;
    }
    .contact_box p {
        font-size: 15px;
        line-height: 18px;
    }
    .contact_box img {
        width: 14px;
        height: 14px;
    }
    .middle_left h1 {
        font-size: 37px;
        line-height: 40px;
        text-align: center;
    }
    .middle_left p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .page_logo img {
        width: 200px;
        height: auto;
    }
    .lower_partners {
        justify-content: center;
        padding-bottom: 15px;
    }
    .lower_text {
        text-align: center;
        margin-top: 12px;
    }
}


.page_middle h1 {
    max-width: 760px;
    margin: 0 auto 34px auto;
    font-weight: 700;
    font-size: 65px;
    line-height: 1.075em;
    color: white;
    text-align: center;
}
.page_middle h1 span {
    color: #FEC534;
}

.cst_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 0 0 46px 0;
}
.cst_box {
    width: 100%;
    min-height: 280px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #ffffff2b;
}
.cst_box img {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 0 14px 0;
}
.cst_box h2 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1em;
    color: white;
    text-align: center;
}
.cst_box p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    color: white;
    text-align: center;
}

.cst_partner_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px 30px;
    flex-wrap: wrap;
}
.cst_partner_row img {
    display: block;
}

@media (max-width: 1400px) {
    .page_middle h1 {
        font-size: 40px;
    }
    .cst_row {
        gap: 14px;
    }
    .cst_box {
        padding: 10px 14px;
        min-height: initial;
        gap: 6px;
        height: 200px;
    }
    .cst_box img {
        width: 32px;
        height: 32px;
        margin: 0 0 8px 0;
    }
    .cst_box h2 {
        font-size: 20px;
    }
    .cst_box p {
        font-size: 14px;
    }
}
@media (max-width: 1000px) {
    .cst_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .page_middle h1 {
        font-size: 30px;
        max-width: 350px;
    }
    .cst_partner_row img {
        height: 20px;
    }
}