@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/ubuntu/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
}

body a {
    text-decoration: none;
}

select {
    cursor: pointer;
}

.container {
    max-width: 100%;
    padding: 0px 120px;
}

img {
    max-width: 100%;
    object-fit: cover;
}

* {
    font-family: 'Ubuntu', sans-serif;
}

h1 {
    font-size: 76px;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 51px;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.h1-red {
    color: #D62220;
    margin: 0;
}

.h1-black {
    color: #0B0C13;
    margin: 0;
}

.h2-red {
    color: #D62220;
    margin: 0;
}

.h2-white {
    color: #FFFFFF;
    margin: 0;
}

.h2-black {
    color: #0B0C13;
    margin: 0;
}

.h3-red {
    color: #D62220;
    margin: 0;
}

.h3-black {
    color: #0B0C13;
    margin: 0;
}

.h3-white {
    color: #FFFFFF;
    margin: 0;
}

.p-bold {
    font-weight: 700;
    margin: 0;
}

.p-white {
    color: #FFFFFF;
    margin: 0;
}

.red_button {
    display: flex;
    margin: 0;
}

.red_button a {
    color: #FFFFFF;
    font-size: 23px;
    background-color: #D62220;
    font-weight: 400;
    line-height: 1;
    padding: 23px 50px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.red_button a svg {
    transition: all 0.3s ease;
    margin-left: 20px;
    position: relative;
    top: 2px;
    position: relative;
}

.red_button a:hover svg {
    transform: translateX(10px);
}

footer ul {
    padding: 0;
}

.footer_rights p {
    margin: 0;
}

.dark_button {
    display: flex;
}

.colorfull-background header {
    background-color: #132A3E;
}

.dark_button a {
    color: #FFFFFF;
    font-size: 20px;
    background-color: #132A3E;
    font-weight: 400;
    line-height: 1.6;
    padding: 12px 20px 10px 20px;
    text-transform: uppercase;
}

.dark_button a svg {
    margin-left: 20px;
    position: relative;
    position: relative;
}

.ul_list_style li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ul_list_style li .list-icon-wrapper {
    background-color: #D62220;
    padding: 10px;
    margin-right: 30px;
    height: 80px;
    min-width: 80px;
    position: relative;
}

.ul_list_style li .list-icon-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}


.ul_list_style li p {
    margin-bottom: 0;
    margin-top: 0;
}

.ul_list_style li:last-child {
    margin-bottom: 0px;
}

.career_contact_form_item p {
    margin-bottom: 5px;
    margin-top: 0;
}

@media (max-width: 1440px) {
    h2 {
        font-size: 40px;
    }

    h1 {
        font-size: 55px;
    }

    h3 {
        font-size: 32px;
    }
}

@media(max-width: 1200px) {
    .container {
        padding: 0px 40px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 18px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 32px;
    }

    .red_button a {
        font-size: 18px;
        padding: 15px 30px;
    }
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
    .container {
        padding: 0 15px;
    }
}

:root {
--body: #fff;
--black: #000;
--white: #fff;
--theme: #BFF747;
--theme2: #FFD531;
--header: #121212;
--text: #f5f5f4cc;
--border: #2A2A2A;
--body-bg: #121212;
--bg: #171717;
--box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}