html {
    font-size: 16px;
    font-family: "Roboto Regular";
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

@media (max-width: 1512px) {
    html { font-size: 14px; }
}

@media (max-width: 1024px) {
    html { font-size: 12px; }
}

@media (max-width: 680px) {
    html { font-size: 10px; }
}

@font-face {
    font-family: "Roboto Bold";
    src: url("fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Light";
    src: url("fonts/Roboto-Light.ttf");
}

@font-face {
    font-family: "Segoe UI";
    src: url("fonts/SegoeUI.ttf");
}

@font-face {
    font-family: "Segoe UI Light";
    src: url("fonts/SegoeUI-Light.ttf");
}

.navbar-container{
    width: 100%;
    display: flex;
    position: absolute;
}
.navbar-container .btn:hover{
    color: white;
}
.navbar-container .btn{
    width: fit-content;
    height: fit-content;
    font-size: 1.125rem;
    font-family: "Roboto Regular";
    padding: 8px 15px;
}
.navbar-container .title-block{
    display: flex;
    align-items: center;
}
.navbar-container .title-block .gg-logo{
    height: 66px;
    margin-right: 8px;
}
.navbar-container .card-title{
    font-size: 4.063rem;
    color: #262626;
    margin-bottom: 0;
    font-family: 'Segoe UI Light';
}
.navbar-container .gg-logo{
    width: 51px;
    height: auto;
}
.top-header{
    width: 100%;
}
#navbar_top{
    width: 100%;
}
.inner-1324{
    max-width: 1324px;
    margin: auto;
}
.fixed-top{
    background-color: white !important;
    box-shadow: 0 1px 15px -5px grey;
    transition: 0.3s;
    -webkit-animation: fadein 0.3s ease-in alternate;
}
.fixed-top .btn{
    transition: all 0.3s ease;
}
#navbar_top{
    transition: all 0.3s ease;
    -webkit-animation: fadein 0.3s ease-in alternate;
}
#navbar_top .btn{
    transition: all 0.3s ease;
}
.fixed-top .inner-1324{
    margin-bottom: 0 !important;
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
.modal-content .close{
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    z-index: 123;
}
.modal-content .close:focus{
    outline: none !important;
}
.modal-content .close span{
    font-size: 30px;
}
.modal-body{
    padding: 52px !important;
}
.modal-body .title-block{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.modal-body .title-block .gg-logo{
    height: 30px;
    margin-right: 8px;
}
.modal-body .card-title{
    font-size: 2.313rem;
    color: #262626;
    margin-bottom: 0;
    font-family: 'Segoe UI Light';
}
.modal-body .sub-title{
    font-size: 1.25rem;
    font-family: "Roboto Regular";
    margin-bottom: 45px;
    text-align: center;
    color: #262626;
}
.modal-body .form-group{
    margin-bottom: 30px;
}
.modal-body .form-group label{
    font-size: 1rem;
    color: #262626;
    font-family: "Roboto Regular";
}
.modal-body .form-group input::placeholder{
    color: #DEDEDE;
    font-size: 1rem;
    font-family: "Roboto Regular";
}
.modal-body .form-group input{
   border: 1px solid #C7C7C7;
    height: 45px !important;
}
.modal-body select{
    border: 1px solid #C7C7C7;
    height: 45px !important;
}
.modal-body .btn{
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: #262626;
    color: white !important;
    width: 100%;
    max-width: 100%;
    border: 1px solid #707070;
    border-radius: 10px;
    margin-top: 45px;
    font-family: 'Roboto Regular';
    font-size: 1.125rem;
}
.modal-body .btn img{
    width: 24px;
    height: auto;
}
.modal-body .copy-right{
    text-align: center;
    font-family: "Roboto Regular";
    font-size: 11px;
    color: #DEDEDE;
    margin-top: 20px;
}

.container-1{
    width: 100%;
    background-image: url("img/cover_image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right -190px center;
    height: 95vh;
    min-height: 680px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-1 .container-inner{
    max-width: 1340px;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 72vh;
    /*margin-top: 55px;*/
    width: 100%;
}
.container-1 .custom-card{
    box-shadow: 0 -3px 15px #00000017;
    border-radius: 10px;
    opacity: 1;
    border: none;
    padding: 45px;
    box-sizing: unset;
    max-width: 580px;
}
.container-1 .card-body{
    padding: 0;
}
.container-1 .custom-card .sub-title{
    font-size: 2.25rem;
    font-family: "Roboto Bold";
    line-height: 3.188rem;
}
.container-1 .custom-card .card-text{
    font-size: 1.5rem;
    line-height: 2.188rem;
    color: #262626;
    margin-bottom: 40px;
    font-family: 'Roboto Regular';
}
.container-1 .custom-card .btn{
    height: 87px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 41px;
    background: #262626;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    color: white !important;
    font-family: 'Roboto Regular';
}
.text-main-color {
    color: #262626;
}
.background-main-color {
    background-color: #262626;
}
.color-white{
    color: white !important;
}

.container-2{
    padding: 90px 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-2 .inner-container{
    max-width: 1324px;
}
.container-2 .main-title{
    font-size: 4rem;
    color: #262626;
    margin-bottom: 70px;
    font-family: 'Roboto Bold';
}
.container-2 .sub-title{
    font-size: 1.125rem;
    color: #262626;
    margin-bottom: 46px;
    font-family: 'Roboto Light';
}
.container-2 .block{
    margin-bottom: 20px;
}
.container-2 .block img{
    max-width: 100%;
    height: 200px;
    width: auto;
}
.container-2 .block .title{
    font-size: 1.375rem;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 35px;
    font-family: "Roboto Bold";
}
.container-2 .block .title .title-text{
    /*width: fit-content;*/
    /*margin: 0 auto;
    width: 200px;*/
}
.container-2 .block .text{
    font-size: 1.125rem;
    color: #262626;
    font-family: 'Roboto Regular';
}
.container-2 .btn-get-started{
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 41px;
    background: #262626;
    color: white !important;
    width: 557px;
    max-width: 100%;
    border: 1px solid #707070;
    border-radius: 10px;
    margin-top: 45px;
    font-family: 'Roboto Regular';
    font-size: 1.5rem;
}
.container-3{
    padding-bottom: 102px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F7;
}
.container-3 .inner-container{
    max-width: 1324px;
    width: 100%;
}
.container-3 .main-title{
    font-family: "Roboto Bold";
    font-size: 4rem;
    margin-top: 100px;
    margin-bottom: 80px;
}
.container-3 .block-text{
    font-family: "Roboto Bold";
    font-size: 1.375rem;
    line-height: 2.188rem;
    margin-top: 15px;
}
.container-3 .block{
    margin-bottom: 0;
}
.container-4{
    padding-bottom: 50px;
    padding-top: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #262626;
}
.container-4 .content{
    text-align: center;
}
.container-4 .content .text{
    font-family: "Roboto Regular";
    font-size: 1.25rem;
    margin-top: 23px;
    color: white;
}

.footer{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #262626;
    color: white;
    height: 77px;
    border-top: 1px solid #848484;
}
.footer .footer-inner{
    max-width: 1324px;
    width: 1324px;
    display: flex;
    justify-content: space-between;
}
.footer .made-in{
    font-size: 10px;
    font-family: "Segoe UI";
    color: #848484;
}
.footer .copy-right{
    font-family: "Segoe UI";
    font-size: 12px;
    color: white;
}

.cursor-pointer{
    cursor: pointer;
}
.flex-center{
    display: flex;
    justify-content: center;
}

.container-commission .main-title{
    font-family: "Roboto Bold";
    font-size: 4rem;
    color: #262626;
    margin-bottom: 40px;
}

.container-commission .inner-container .container{
    padding-top: 122px;
    padding-bottom: 150px;
}

.container-commission .block-item{
    display: flex;
    align-items: center;
}

.container-commission .block:first-child{
    margin-bottom: 30px;
}

.container-commission .block .block-text{
    font-family: "Roboto Regular";
    font-size: 1.75rem;
    color: #262626;
}

.container-commission .block img{
    margin-right: 12px;
}


@media screen and (max-width: 600px){
    .container-2 .btn-get-started {
        width: 100%;
        max-width: 300px;
    }
    .container-1{
        background-image: url("img/cover_img_mobile.png");
        background-position: center;
    }
    .container-2 .block img{
        height: 130px;
    }
}

@media screen and (max-width: 680px){
    .container-3 .company-block .title{
        font-size: 14px;
    }
    .container-3 .company-block .text-body{
        font-size: 14px;
    }
    .container-3 .company-block{
        margin-bottom: 40px;
    }
    .container-2{
        padding: 40px 0;
    }
    .container-2 .block .title{
        font-size: 14px;
    }
    .container-2 .block .text{
        font-size: 14px;
    }
    .container-3 .main-title {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }
    .container-3{
        padding-top: 40px;
    }
    .container-2 .btn-get-started{
        margin-top: 20px;
    }
    .container-1 .custom-card .card-text{
        font-size: 14px;
    }
}

@media screen and (max-width: 992px){
    .container-3 .image-office {
        margin-top: 20px;
    }
    .container-3{
        padding-bottom: 40px;
    }
    .container-3 .block{
        margin-bottom: 30px;
    }
    .container-3 .block-text{
        margin-top: 0;
    }
    .container-3 .main-title {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .modal-body .btn{
        height: 45px;
    }
    .container-commission .inner-container .container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .container-commission .main-title{
        margin-bottom: 22px;
    }
    .container-commission .block:first-child{
        margin-bottom: 10px;
    }
}

@media (min-width: 1420px){
    .container {
        max-width: 1324px;
    }
}

@media screen and (max-width: 860px){
    .container-1 .custom-card .card-text{
        margin-bottom: 30px;

    }
    .container-1 .custom-card .btn{
        height: 50px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .container-1 .card-body img{
        width: 30px;
    }
    .container-1 .card-body .gg-logo{
        width: auto;
    }
    .container-2 .btn-get-started{
        height: 50px;
        padding-right: 30px;
        padding-left: 30px;
        margin: 20px auto 0;
        width: 320px;
    }
    .container-2 .btn-get-started img{
        width: 30px;
    }
    .container-2 .main-title{
        font-size: 35px;
        line-height: initial;
    }

    .container-3 .main-title{
        font-size: 35px;
    }

}

@media screen and (max-width: 768px){
    .footer .footer-inner .footer-main{
        flex-direction: column;
        align-items: self-start;
    }
    .footer .footer-menu{
        margin-top: 35px;
        width: 100%;
        max-width: 400px;
    }
    .footer .footer-inner .social img{
        margin-right: 35px;
    }
}

@media screen and (max-width: 576px){
    .container-3 .block{
        width: 135px;
        margin: 0 auto 10px;
    }
    .container-2 .img-container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-2 .block .title{
        text-align: center;
    }

}

@media screen and (max-height: 752px){
    .container-2 .block .title{
        margin-top: 16px;
    }
    .container-2 .block img {
        height: 170px;
    }
    .modal-body .form-group{
        margin-bottom: 25px;
    }
    .modal-body .btn{
        margin-top: 40px;
    }
}

@media screen and (max-height: 1512px){
    .container-1{
        background-position: right -43px center;
    }
}

