* {
    font-family: "Inter", sans-serif;
    font-size: 20px;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

.button {
    display: inline-flex;
    height: 60px;
    border: 1px solid #0FABC2;
    color: #0FABC2;
    font-weight: 300;
    padding: 0 40px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.button:hover {
    color: #fff;
    background-color: #0FABC2;
} 

.mt-new-120 {
    margin-top: 120px;
}

.mt-new-60 {
    margin-top: 60px;
}

.mb-new-60 {
    margin-bottom: 60px;
}

.mt-new-180 {
    margin-top: 180px;
}

.mb-new-180 {
    margin-bottom: 180px;
}

.back_box {
    background-color: #1385D73A;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 150px 0;
    z-index: 1;
    height: 635px;
    width: calc((100% - 1320px)/2 + 306px);
}

header {
    height: 100px;
    position: relative;
    z-index: 2;
}

header nav {
    gap: 40px;
    height: 100px;
    align-items: center;
}

header nav a {
    color: #8B8A8A;
}

header nav a:hover, header nav a.active {
    color: #0FABC2;
}

.logo {
    height: 100px;
}

.fisrt_screen {
    position: relative;
    z-index: 2;
}

.fisrt_screen img {
    position: absolute;
    left: 0;
    top: -30px;
}

.right_svg {
    position: absolute;
    top: 150px;
    right: 0;
}

.left_svg {
    position: absolute;
    top: 370px;
    left: 405px;   
}

.fisrt_screen .col-lg-7 {
    z-index: 3;
    padding-bottom: 130px;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.fisrt_screen p {
    font-size: 24px;
    font-weight: 300;
    color: #8B8A8A;
    line-height: 30px;
    margin: 0 0 40px;
    width: 100%;
    max-width: 640px;
}

h2 {
    font-size: 42px;
    line-height: 51px;
    font-weight: 700;
    margin: 0 0 15px;
}

#mission {
    position: relative;
    overflow: hidden;
}

#mission p {
    font-size: 36px;
    line-height: 42px;
    margin: 20px 0 60px;
    color: #505050;
    font-weight: 300;
    max-width: 400px;
}

#mission p span {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #0FABC2;
}

#mission img {
    z-index: 2;
    position: relative;
}

.blue_box {
    width: 735px;
    height: 530px;
    background-color: #1385D73A;
    border-radius: 150px;
    position: absolute;
    bottom: 0;
    left: -78px;
    z-index: 1;
}

#trust {
    background-image: url('../images/trust.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 150px 0 90px;
    color: #fff;
    position: relative;
}

#trust::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90.00deg, rgba(26, 64, 133, 0.42) 48.531%,rgba(255, 255, 255, 0) 100%);
}

#trust .title {
    font-size: 64px;
    line-height: 77px;
    font-weight: 700;
    margin-bottom: 80px;
    z-index: 2;
}

#trust p {
    font-size: 48px;
    line-height: 58px;
    font-weight: 200;
    z-index: 2;
}

#company p{
    font-size: 24px;
    line-height: 32px;
    color: #505050;
    margin: 0 0 32px;
}

#partners p {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    color: #BABABA;
    text-transform: uppercase;
}

#partners p.cap {
    text-transform: capitalize;
}

footer {
    background: #102A60;
    padding: 30px 0;
    color: #fff;
}

footer .name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

footer p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

footer a {
    font-size: 18px;
    line-height: 24px;
    color: #fff; 
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 30px;
}

footer a:hover {
    color: #0FABC2;
}

#copyright {
    background: #1C2433;
    padding: 8px 0;
}

#copyright div {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}

#company_info h1 {
    margin-top: 90px;
}

#company_info p, #requis p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    color: #505050;
}

#company_info p span, #requis p span, #contacts p span {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #505050;
}

#requis .symbol {
    font-size: 64px;
    font-weight: 600;
    line-height: 77px;
    color: #0FABC2;
    margin-right: 30px;
}

#contacts a {
    font-size: 24px;
    line-height: 30px;
    margin-left: 10px;
    color: #0FABC2;
}

#contacts a:hover {
    text-decoration: underline;
}

.company_svg {
    display: block;
    position: absolute;
    top: 230px;
    right: 50px;
}

.contacts_svg {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 50px;
}

.mobile_toggle {
    height: 80px;
    display: flex;
    align-items: center;
}

.mobile_toggle a {
    padding: 0 10px;
    color: #000;
    margin-right: -15px;
}

.mobile_toggle svg {
    width: 28px;
    height: 28px;
}

.mobile_nav {
    margin-top: 30px;
}

.mobile_nav a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #8B8A8A;
}

.mobile_nav a:hover, .mobile_nav a:focus, .mobile_nav a.active {
    color: #0FABC2;
}

.close_modal {
    color: #000;
}

.mob_svg {
    position: absolute;
    bottom: 50px;
    right: 20px;
}

.close_modal svg {
    width: 28px;
    height: 28px;
}

@media (min-width: 1320px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

@media (max-width: 1319px) {
    * { font-size: 18px; }
    .logo, header { height: 80px; }
    header nav { height: 80px; gap: 20px; }
    .fisrt_screen img { top: 0; max-width: 370px;}
    .back_box { width: calc((100% - 1320px) / 2 + 406px); }
    .left_svg { left: 255px; }
    #mission p, #mission p span { font-size: 24px; line-height: 30px; }
    #trust .title { font-size: 46px; line-height: 54px; margin-bottom: 60px; }
    #trust p, #partners p { font-size: 30px; line-height: 38px; }
    #company img { width: 100%; height: auto; }
    #company p { font-size: 18px; line-height: 24px; }
    footer p, footer .name, footer a { font-size: 16px; line-height: 22px; }
}

@media (max-width: 991.99px) {
    .left_svg, .right_svg, .back_box, .blue_box { display: none; }
    .mt-new-120 { margin-top: 60px; }
    .mt-new-180 { margin-top: 80px; }
    .mb-new-180 { margin-bottom: 80px; }
    .fisrt_screen .col-lg-7 { padding-bottom: 0; }
    h2 {text-align: center;}
    #mission svg, h2 + svg {margin: 0 auto;}
    #mission p { max-width: unset; text-align: center; }
    .mmt-0 { margin-top: 0; }
    #company p, #partners p { text-align: center; }
    .button {width: 100%;}
    #company img {margin-top: 50px;}
    .logo { margin-left: -20px; }
    header { overflow: hidden; }
    footer a { margin-left: 0; margin-top: 20px; margin-right: 20px; }
    #mission img {max-width: 100%;}
    .fisrt_screen img { right: -100px; left: auto; top: 105px; }
    .fisrt_screen {overflow: hidden;}
    #company img { width: auto; margin: 50px auto 0; }
    .mobile_toggle { height: 60px; }
}

@media (max-width: 767.99px) {
    .logo, header { height: 60px; }
    * { font-size: 16px; line-height: 22px; }
    h1 { font-size: 24px; line-height: 29px; margin-top: 20px; }
    .fisrt_screen p, #contacts a { font-size: 16px; line-height: 22px; }
    .fisrt_screen img {max-width: 200px; right: -40px; top: 45px;}
    .button { height: 50px; font-size: 16px; line-height: 22px; }
    h2 { font-size: 20px; line-height: 24px; }
    #mission p { margin:0 0 20px; }
    #mission svg { margin-bottom: 20px; }
    #mission h2 + svg { margin-bottom: 0; }
    #mission svg circle { width: 16px; }
    #mission p, #mission p span, #company p { font-size: 16px; line-height: 22px; }
    #mission img { margin-top: 10px; }
    .mt-new-60 { margin-top: 40px; }
    .mb-new-60 { margin-bottom: 40px; }
    #trust { padding: 60px 0; }
    #trust .title { font-size: 30px; line-height: 36px; margin-bottom: 30px; }
    #trust p { font-size: 24px; line-height: 30px; }
    .mmt-0 {margin-top: 0 !important;}
    #company img { width: 100%; height: auto; }
    #trust p, #partners p { font-size: 20px; line-height: 26px; }
    footer p, footer a { font-size: 14px; line-height: 20px; }
    #company_info h1 { margin: 20px 0 0; }
    #company_info p, #requis p, #company_info p span, #requis p span, #contacts p span { font-size: 16px; line-height: 22px; }
    .company_svg, .contacts_svg { display: none; }
    #contacts a {margin-left: 0; display: block;}
    #requis .symbol { font-size: 36px; line-height: 44px; margin-right: 10px; }
    #trust { background-attachment: unset; }
}