@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
        url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Regular.woff') format('woff'),
        url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
        url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Light.woff') format('woff'),
        url('../fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
        url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Bold.woff') format('woff'),
        url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Metal';
    src: url('../fonts/Metal-1-Trial.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metal2';
    src: url('../fonts/Metal-2-Trial.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metal3';
    src: url('../fonts/Metal-3-Trial.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metal5';
    src: url('../fonts/Metal-5-Trial.otf');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Circe', sans-serif;
    background: #fff;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    transition: 0.3s;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.header {
    /*background: #fff;*/
    position: relative;
    z-index: 999;
    padding-top: 17px;
    border-bottom: 1px solid rgba(159, 159, 159, 0.4);

}

.header_wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.logo_header {
    display: block;
    margin-top: 12px;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.header_menu li {
    margin-right: 5rem;
}

.header_menu li:last-child {
    margin-right: 40px;
}

.header .header_menu {
    display: flex;
}

.header_menu_wrap {
    display: none;
}

.f-nav {
    background: #fff;
}

/*.f-nav .header_menu{*/
/*    display: flex;*/
/*}*/
.header_meseg li a img {
    height: 22px;
}

.header_menu li a {
    font-family: 'Metal';
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    display: block;
}

.header_menu li a:hover {
    color: #0057FF;
}

.header_meseg {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.header_meseg li {
    margin: 0 10px;
}

.link_header {
    display: block;
    padding-top: 9px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 3rem;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #1B1B1B;
}

.link_header:hover {
    color: #1B1B1B;
    opacity: 0.7;
}

.link_header_wrap {
    border-left: 1px solid rgba(159, 159, 159, 0.4);
}

.main_top_section {
    /*margin-top: -82px;*/
    padding-bottom: 100px;
    padding-top: 225px;
    /*animation: background 2s linear;*/
}

.main_top_section_img_abs {
    position: absolute;
    left: 45%;
    max-width: 90%;
    margin-left: calc(-90vw/2);
    top: 0;
    display: none;
}

@keyframes background {
    0% {
        /*background: url("../img/main_top_section_bg.png") center top no-repeat;*/
        /*background-size: contain;*/
    }

    100% {
        background: url("../img/main_top_section_bg.png") center top no-repeat;
        background-size: contain;
    }
}

.main_top_section_btn {
    padding: 16px 20px;
    background: #1B1B1B;
    border-radius: 10px;
    text-align: center;
    font-size: 1.9rem;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 24rem;
}

.main_top_section_btn:hover {
    color: #fff;
    transform: scale(1.02);
}

.main_top_section_btn2:hover {
    color: #fff;
    transform: scale(1.02);
}

.main_top_section_btn img {
    margin-right: 12px;
}

.main_top_section_btn2 {
    padding: 16px 30px;
    background: #0057FF;
    border-radius: 10px;
    text-align: center;
    font-size: 1.9rem;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #fff;
    display: inline-block;
    margin-bottom: 24rem;
}

.header_wrap .main_top_section_btn2 {
    padding: 8px 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header_wrap .header_meseg {
    display: inline-flex;
}

.main_top_section_btn2 img {
    margin-right: 12px;
}

.main_top_section h1 {
    font-family: 'Metal', sans-serif;
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    width: 90%;
    margin-bottom: 60px;
}

.main_top_section h3 {
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    width: 420px;
}

.main_top_section h4 {
    font-size: 2.5rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #9F9F9F;
}

.main_top_flag {
    display: flex;
    margin-bottom: 30px;
    margin-top: 150px;
}

.main_top_flag li {
    margin-right: 10px;
    position: relative;
}

.main_top_flag li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    z-index: 5;
    position: relative;
}

.main_top_flag li a+svg {
    position: absolute;
    top: -12px;
    left: -8px;
    display: none;
}

.main_top_flag li:hover svg {
    display: block;
}

.main_top_flag li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_top_section .header_menu {
    justify-content: flex-start;
    margin-bottom: 24rem;
}

.main_top_section .header_menu li {
    margin-right: 40px;
}

.do_we_guarantee_wrap {
    background: url("../img/map_bg.svg") 40px 40px no-repeat, #EEEEEE;
    border-radius: 50px;
    padding: 14rem 8rem;
    padding-bottom: 5rem;
    margin-bottom: 14rem;
}

.do_we_guarantee_wrap h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #000000;
}

.do_we_guarantee_wrap p {
    font-size: 3.6rem;
    line-height: 136%;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    color: #9F9F9F;
    margin-top: 106px;
}

.do_we_guarantee_text {
    margin-top: 70px;
}

.do_we_guarantee_wrap p span {
    color: #000;
}

.do_we_guarantee_wrap hr {
    border: 1px solid #0057FF;
    margin-bottom: 30px;
}

.do_we_guarantee_wrap .do_we_guarantee_text_down {
    margin: 0;
    font-size: 2.4rem;
    line-height: 130%;
    max-width: 100%;
    width: 73%;
    letter-spacing: -0.05em;
    background: #0057FF;
    color: #fff;
    margin-bottom: 1rem;
    padding: 2rem 2.5rem;
    border-radius: 10px;
}

.slider-nav_item.slick-slide.slick-current {
    width: 30rem;
}

.slider-nav_item.slick-slide {
    width: 17rem;
    opacity: 1 !important;
    transition: 0.3s !important;
}

.slider-nav_item.slick-slide:hover {
    cursor: pointer;
}


.do_we_guarantee_wrap_btn a:last-child {
    margin-right: 0;
}

.best_options {
    padding-top: 130px;
    padding-bottom: 100px;
    position: relative;
    display: none;
}

.best_options_helh {
    position: absolute;
    bottom: -100px;
    width: 500px;
    max-width: initial;
    margin-left: -100px;
}

.best_options h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    margin-bottom: 80px;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    width: 65rem;
}

.best_options_select_country {
    margin-bottom: 40px;
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1B1B1B;
}

.best_options_select_country_item {
    width: 32.3%;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 100%;
    text-align: left;
    letter-spacing: -0.03em;
    display: inline-block;
    color: #1B1B1B;
    margin-bottom: 30px;
    position: relative;
}

.best_options_select_country_item svg {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: none;
}

.best_options_select_country_item.active {
    color: #0057FF;
}

.best_options_select_country_item.active svg {
    display: none;
}

.best_options_select_country_item.active img {
    border: 2px solid #0057FF;
}

.best_options_select_country_item:hover svg {
    display: block;
}

/*.best_options_select_country_item:hover img{*/
/*    border: 2px solid #0057FF;*/
/*}*/
.best_options_select_country_item:hover {
    color: #1B1B1B;
}

.best_options_select_country_item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 12px;
    border-radius: 50%;
}

.best_options_county_title {
    font-family: 'Metal';
    margin-bottom: 50px;
    font-size: 5rem;
    line-height: 100%;
}

.best_options_county_advantage_wrap {
    display: flex;
    margin-bottom: 50px;
}

.best_options_county_advantage_item {
    margin-right: 35px;
}

.best_options_county_advantage_item h4 {
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    color: #0057FF;
}

.best_options_county_advantage_item p {
    font-size: 1.7rem;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #9F9F9F;
}

.best_options_county_more {
    font-size: 2.2rem;
    text-align: center;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    background: #0057FF;
    border-radius: 10px;
    width: 35rem;
}

.best_options_county_more:hover {
    color: #fff !important;
    opacity: 0.8;
}

.best_options_county_advantage_text_down {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #797979;
    position: relative;
    width: 87%;
}

.not_time .best_options_county_advantage_text_down {
    margin-left: 45px;
}

.best_options_county_advantage_text_down b {
    display: block;
    color: #1B1B1B;
    font-weight: 700;
    font-size: 8rem;
    margin-bottom: 22px;
    font-family: 'Metal';
    letter-spacing: -0.03em;
    font-weight: 500;
}

.best_options_county_advantage_text_down:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    background: url("../img/info_icon.svg") center top no-repeat;
    position: absolute;
    left: -46px;
    top: 6px;
}

.best_options_county_more+hr {
    margin-bottom: 40px;
}

.best_options_county_more:hover {
    color: #1B1B1B;
}

.best_options_county_more img {
    margin-left: 8px;
}

.finding_choice_wrapper {
    border-radius: 50px;
    background: url("../img/finding_choice_wrapper_bg.png") center bottom no-repeat, #EEEEEE;
    padding-top: 18rem;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    padding-bottom: 320px;
    background-size: 1030px;
}

.finding_choice_wrapper h3 {
    margin-top: 60px;
    margin-bottom: 150px;
    font-size: 8rem;
    line-height: 95%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1B1B1B;
}

.finding_choice_wrapper h3 span {
    color: #0057ff;
}

.finding_choice_wrapper h3 .br {
    display: block;
}

.finding_choice_consult {
    background: #0057FF;
    width: 19rem;
    height: 19rem;
    border-radius: 50%;
    color: #fff;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -80px;
    align-items: center;
    position: absolute;
    bottom: 25px;
    font-size: 1.8rem;
    line-height: 2rem;
    padding-left: 10px;
    padding-right: 10px;
}

.finding_choice_consult img {
    width: 30px;
    margin-bottom: 15px;
}

.finding_choice_consult:hover {
    color: #fff;
}

.finding_choice_select_country_wrap {
    position: relative;
}

.finding_choice_select_country_wrap ul {
    display: flex;
    justify-content: space-between;
    width: 1030px;
    position: absolute;
    margin-left: -515px;
    left: 50%;
}

.finding_choice_list_ul li a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 5;
    position: relative;
}

.finding_choice_list_ul li a img {
    width: 100%;
}

.finding_choice_list_ul li a+svg {
    position: absolute;
    top: -20px;
    left: -16px;
    display: none;
}

.finding_choice_list_ul li:hover svg {
    display: block;
}

.finding_choice_list_ul li:nth-child(1) {
    position: absolute;
    left: -14px;
    bottom: -182px;
}

.finding_choice_list_ul li:nth-child(2) {
    position: absolute;
    left: 78px;
    bottom: -106px;
}

.finding_choice_list_ul li:nth-child(3) {
    position: absolute;
    left: 198px;
    bottom: -46px;
}

.finding_choice_list_ul li:nth-child(4) {
    position: absolute;
    left: 328px;
    bottom: -16px;
}

.finding_choice_list_ul li:nth-child(5) {
    position: absolute;
    left: 480px;
    bottom: 0;
}

.finding_choice_list_ul li:nth-child(6) {
    position: absolute;
    left: 630px;
    bottom: -18px;
}

.finding_choice_list_ul li:nth-child(7) {
    position: absolute;
    left: 772px;
    bottom: -56px;
}

.finding_choice_list_ul li:nth-child(8) {
    position: absolute;
    left: 890px;
    bottom: -118px;
}

.finding_choice_list_ul li:nth-child(9) {
    position: absolute;
    left: 978px;
    bottom: -190px;
}

.gos_programm {
    background: #F9F9F9;
    padding-top: 450px;
    padding-bottom: 15rem;
    margin-top: -345px;
}

.gos_programm h3 {
    font-family: 'Metal';
    font-size: 8rem;
    width: 90%;
    line-height: 70%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    margin-bottom: 140px;
}

.gos_programm_form {
    display: flex;
    /*justify-content: space-between;*/
    border: 1px solid #1B1B1B;
    border-radius: 5px;
}

header>div>div>div.col-md-1.d-none.d-md-block>ul>li:nth-child(1)>a>img {
    position: relative;
    top: 1px;
}

.gos_programm_form_block1 {
    padding: 3rem 40px;
    border-right: 1px solid #1B1B1B;
    width: 35%;
}

.gos_programm_form_block2 {
    padding: 10px 10px;
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gos_programm_form_block2>div {
    padding: 1.5rem 20px;
}

.gos_programm_form p {
    font-size: 16px;
    margin-bottom: 4rem;
    line-height: 130%;
    color: #1B1B1B;
}

.gos_programm_form input {
    border: 0;
    background: none;
    font-size: 4rem;
    line-height: 100%;
    color: #1B1B1B;
}

.gos_programm_form_block2 button {
    padding: 0 16px;
    background: #0057FF;
    border-radius: 5px;
    height: 15rem;
    display: flex;
    justify-content: space-between;
    border: 0;
    align-items: center;
    font-size: 2.1rem;
    letter-spacing: -0.01em;
    color: #fff;
    width: 380px;
    transition: 0.3s;
}

.gos_programm_form_block2 button:hover {
    transform: scale(1.03);
}

.gos_programm_form_block2 button img {
    width: 5rem;
}

button:hover {
    cursor: pointer;
}

.assess_your {
    margin: 15rem 0;
}

.assess_your h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    margin-bottom: 10rem;
}

.assess_your_item h4 {
    font-size: 4rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
    line-height: 85%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
}

.assess_your_item p {
    font-size: 2.5rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #797979;
}

.assess_your_item {
    border-bottom: 1px solid #1B1B1B;
    margin-bottom: 70px;
    padding-bottom: 40px;
    height: 28rem;
}

.assess_your_item p {
    width: 70%;
}

.assess_your_btn {
    background: #0057FF;
    border-radius: 10px;
    width: 34rem;
    display: inline-flex;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 10px 20px;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.assess_your .we_better_imagine_slider_btn {
    margin-left: 0;
    display: inline-flex;
    margin-left: 20px;
    height: 60px;
    width: 34rem;
}

.assess_your_btn img {
    margin-right: 15px;
}

.assess_your_btn:hover {
    color: #fff;
    transform: scale(1.03);
}

.assess_your .we_better_imagine_slider_btn:hover {
    color: #0057FF;
}

.video_section_wrapper {
    background: url("../img/video_section_bg.png") center top no-repeat;
    text-align: center;
    padding: 120px 0;
    color: #fff;
    background-size: cover;
    border-radius: 50px;
    position: relative;
}

.video_section_wrapper h3 {
    font-family: 'Metal';
    margin: 0 auto;
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.01em;
    max-width: 100%;
    width: 88rem;
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}

.video_section_wrapper h3+img {
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

.video_section_wrapper p {
    font-size: 2rem;
    line-height: 130%;
    width: 470px;
    text-align: center;
    letter-spacing: -0.01em;
    margin: 0 auto;
    font-weight: 400;
    position: relative;
    z-index: 5;
}

.video_section_wrapper .video_section_wrapper_play {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #0057FF;
    border-radius: 500px;
    right: 200px;
    bottom: 150px;
    transition: 0.3s;
    z-index: 4;
}

.video_section_wrapper_play:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.world_coast {
    background: #1B1B1B;
    padding: 13rem 0;
    color: #fff;
}

.world_coast h3 {
    font-family: 'Metal';
    font-size: 8.2rem;
    line-height: 70%;
    letter-spacing: -0.02em;
    margin-top: 15px;
}

.world_coast p {
    font-size: 4rem;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #9F9F9F;
    margin-left: 40px;
    margin-top: 40px;
}

.world_coast p span {
    color: #fff;
    display: block;
}

.world_coast_btn1 {
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 30px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 10px;
    margin-bottom: 10px;
}

.world_coast_btn1 img {
    margin-right: 18px;
}

.world_coast_btn1:hover {
    color: #fff;
    transform: scale(1.03);
}

.world_coast_btn2:hover {
    color: #fff;
    transform: scale(1.03);
}

.world_coast_btn2 {
    display: block;
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 24px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 10px;
    margin-bottom: 10px;
}

.world_coast_btn2 img {
    margin-right: 18px;
    width: 17px;
}

.footer {
    background: #1B1B1B;
    color: #fff;
    padding: 5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-down {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 50px;
}

.footer-down p {
    font-size: 1.7rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    opacity: 0.5;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.footer-down .footer_down_text_center {
    text-align: center;
}

.footer-down .footer_down_text_right {
    text-align: right;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-down .footer_down_text_left {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_phone {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.footer_phone:hover {
    color: #fff;
    opacity: 0.8;
}

.logo_footer img {
    max-width: initial;
    width: 130%;
}

.footer_top_text {
    font-size: 1.7rem;
    display: inline-block;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-right: 20px;
}

.footer_social_link {
    display: inline-flex;
}

.footer_social_link li a {
    background: #0057FF;
    border-radius: 10px;
    width: 7rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: 0.3s;
}

.footer_social_link li a img {
    width: 3rem;
}

.footer_social_link li a:hover {
    transform: scale(1.05);
}

.footer .world_coast_btn1 {
    width: 50%;
    padding: 1.38rem;
    font-size: 15px;
    margin: 0 5px;
}

.footer .world_coast_btn2 {
    width: 50%;
    padding: 1.38rem;
    font-size: 14px;
    margin: 0 5px;
}

.our_command {
    background: url("../img/our_command_bg.png") right bottom no-repeat, #F9F9F9;
    padding-top: 120px;
    padding-bottom: 150px;
    background-size: contain;
}

.our_command h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    margin-bottom: 20rem;
}

.our_command .best_options_county_advantage_text_down {
    color: #1B1B1B;
    margin-top: 14px;
}

.our_command_item {
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    /*padding-left: 15px;*/
    transition: 0.3s;
}

.our_command_item img {
    position: absolute;
    width: 220px;
    opacity: 0.1;
    border-radius: 80px;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.our_command_item h4 {
    font-family: 'Metal';
    margin-bottom: 60px;
    font-size: 7rem;
    line-height: 70%;
    color: #1B1B1B;
    position: relative;
    z-index: 3;
}

.our_command_item p {
    width: 27rem;
    font-size: 1.9rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    position: relative;
    z-index: 3;
}

.our_command_item:hover h4 {
    color: #fff;
}

.our_command_item:hover p {
    color: #fff;
}

.our_command_item:hover img {
    transform: scale(1.3);
    opacity: 1;
    border-radius: 45px;
}

.our_command_item:after {
    content: "";
    background: #000;
    height: 1px;
    width: 60px;
    display: block;
    position: absolute;
    left: 33rem;
    margin-top: -110px;
}

.we_know_doubt {
    background: url("../img/we_know_doubt_bg.png") center center no-repeat;
    padding: 14rem 0;
    padding-bottom: 30rem;
}

.we_know_doubt h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #000000;
}

.we_know_doubt p {
    font-size: 4rem;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #9F9F9F;
    margin-top: 60px;
}

.we_know_doubt p span {
    color: #1B1B1B;
}

.we_know_doubt a {
    border-radius: 10px;
    width: 230px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0057FF;
    height: 55px;
    margin-top: 40px;
    transition: 0.3s;

    background: rgba(0, 87, 255, 0.05);
}

.our_command_item_last:after {
    display: none;
}

.we_know_doubt a:hover {
    transform: scale(1.05);
}

.we_know_doubt a img {
    margin-left: 20px;
    width: 30px;
}

.how_much_citizenship {
    padding: 120px 0;
    background: #F9F9F9;
}

.how_much_citizenship h3 {
    font-family: 'Metal';
    margin-bottom: 100px;
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #000000;
}

.how_much_citizenship .best_options_county_advantage_text_down {
    margin-top: 20px;
}

.real_case {
    background: url("../img/real_case_bg.png") center top no-repeat;
    background-size: cover;
    padding: 80px 80px;
    color: #fff;
    border-radius: 50px;
}

.real_case h3 {
    font-size: 8rem;
    color: #fff;
}

.real_case .real_case_info {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}

.real_case .real_case_info img {
    display: block;
    margin-bottom: 18px;
}

.real_case .real_case_btn {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    width: 220px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.real_case .real_case_btn:hover {
    transform: scale(1.03);
}

.real_case .real_case_btn img {
    margin-left: 20px;
}

.how_much_citizenship_form_wrap {
    background: #fff;
    padding: 70px;
    border-radius: 50px;
    margin-bottom: 80px;
}

.how_much_citizenship_form_wrap_questions {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: 0.03em;
    color: #000000;
    font-family: 'Metal';
    padding-bottom: 12px;
    margin-bottom: 45px;
}

.how_much_citizenship_form_btn {
    background: rgba(0, 87, 255, 0.05);
    border-radius: 5px;
    padding: 40px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0057FF;
    height: 100%;
}

.how_much_citizenship_form_btn span {
    text-align: left;
}

input[type="checkbox"] {
    display: none;
}

.how_much_citizenship_form_wrap label:hover {
    cursor: pointer;
}

.how_much_citizenship_form_wrap label:before {
    content: "";
    display: block;
    border: 2px solid #000000;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0px;
}

.how_much_citizenship_form_wrap label:after {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    width: 20px;
    top: 11px;
    height: 20px;
    background: url('../img/check_icon.svg') center top no-repeat;
}

input[type="checkbox"]:checked+label:before {
    border-color: #0057FF;
    background: #0057FF;
}

.how_much_citizenship_form_wrap label {
    font-size: 4rem;
    padding-left: 70px;
    position: relative;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
    margin-bottom: 50px;
    width: 100%;
    display: block;
}

.how_much_citizenship_form_last label {
    border: 0;
    margin-bottom: 0;
}

.bridges_opacity {
    background: #1B1B1B;
    padding-bottom: 14rem;
    padding-top: 400px;
    color: #fff;
    margin-top: -320px;
}

.bridges_opacity h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 100px;
}

.bridges_opacity_info {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #9F9F9F;
    position: relative;
    margin-top: 20px;
}

.bridges_opacity_info:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/info_white.svg") center top no-repeat;
    background-size: contain;
    position: absolute;
    left: -45px;
    top: 0;
}

.we_better_imagine {
    padding-top: 14rem;
    padding-bottom: 15rem;
}

.we_better_imagine h3 {
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    font-family: 'Metal';
    margin-bottom: 100px;
}

.we_better_imagine p.best_options_county_advantage_text_down {
    color: #343434;
    margin-top: 20px;
}

.we_better_imagine .best_options_county_advantage_text_down:before {
    top: -2px;
}

.bridges_opacity_list li a {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 28px;
    position: relative;
}

.bridges_opacity_list li a span {
    font-family: 'Metal';
    font-size: 16px;
    margin-right: 30px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #9F9F9F;
    opacity: 0.4;
}

.bridges_opacity_list li a p {
    font-size: 2.5rem;
    line-height: 93.5%;
    color: #9F9F9F;
    opacity: 0.7;
}

.bridges_opacity_list li a img {
    position: absolute;
    right: 0;
    margin-top: 2px;
    display: none;
}

.bridges_opacity_item {
    display: none;
}

.bridges_opacity_item p {
    font-weight: 300;
    font-size: 5rem;
    line-height: 107%;
    letter-spacing: -0.03em;
    color: #9F9F9F;
}

.bridges_opacity_item p span {
    color: #fff;
}

.bridges_opacity_list li a.active img {
    display: block;
}

.bridges_opacity_list li a.active p {
    color: #fff;
    font-size: 4rem;
    opacity: 1;
}

.bridges_opacity_list li a.active span {
    margin-top: -10px;
}

.we_better_imagine_slider_wrap {
    background: rgba(235, 235, 235, .7);
    border-radius: 50px;
    padding: 50px;
}

.progress-round__wrap {
    width: 110px;
    height: 110px;
    position: absolute;
    left: -20px;
    top: -20px;
    pointer-events: none;
    text-align: center;
}

.progress {
    background: none;
}

.progress {
    height: 3rem !important;
}

.circle-bg {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 10;
    stroke-linecap: butt;
}

.circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 8;
    stroke-linecap: round;
}

.circle-tx {
    fill: rgba(255, 255, 255, 0.6);
    stroke: rgba(0, 0, 0, 0.3);
    stroke-width: 1;
    font: bold 50px 'Arial';
    text-anchor: middle;
}

.slider-nav_item {
    border-radius: 20px;
    height: 500px;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}

.slider-nav_item.slick-current .slider-nav_item_wrap {
    display: none !important;
}

.slider-nav_item.slick-current .slider-navProgress {
    display: block;
}

.slider-nav_item.slick-current p {
    color: #fff;
}

.we_better_imagine_slider_wrap .slick-dots {
    display: none !important;
}

.slider-nav_item_wrap {
    position: absolute;
    opacity: 0.9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
}

.slider-nav_item p {
    font-family: 'Metal';
    position: absolute;
    left: -14px;
    top: 20px;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    transform: rotate(180deg);
    margin-bottom: 0;
    writing-mode: vertical-lr;
    z-index: 3;
}

.slider-navProgress {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    display: none;
}

.we_better_arrow_wrap {
    display: flex;
}

.we_better_arrow_wrap>div.prev {
    background: rgba(0, 87, 255, 0.05);
}

.we_better_arrow_wrap>div {
    background: #0057FF;
    backdrop-filter: blur(15px);
    border-radius: 71px;
    width: 100px;
    height: 55px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    margin-top: 20px;
    transition: 0.3s;
}

.we_better_arrow_wrap>div:hover {
    cursor: pointer;
    opacity: 0.5;
}

.we_better_arrow_wrap>div img {
    width: 45px;
}

.we_better_imagine_slider_btn {
    background: rgba(0, 87, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 55px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #0057FF;
    margin-top: 14px;
    margin-left: auto;
}

.we_better_imagine_slider_btn:hover {
    color: #0057FF;
    transform: scale(1.05);
}

.we_better_imagine_slider_btn img {
    margin-right: 15px;
}

/*.slider-navProgress .progress{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

.we_better_imagine_main_icon {
    margin-bottom: 50px;
}

.we_better_imagine_main {
    position: relative;
}

.we_better_imagine_main_num {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    opacity: 0.3;
    font-family: 'Metal';
    position: absolute;
    right: 0;
    top: 0;
}

.we_better_imagine_main h4 {
    font-family: 'Metal';
    font-size: 5rem;
    margin-bottom: 40px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1B1B1B;
}

.we_better_imagine_main p {
    font-size: 3.5rem;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 20px;
}

.we_better_imagine_main p span {
    color: #9F9F9F;
}

.we_better_imagine_main p .blue {
    color: #0057ff;
}

.do_we_guarantee_wrap {
    position: relative;
}

.do_we_guarantee_map {
    position: absolute;
}

.do_we_guarantee_map1 {
    left: 200px;
    width: 15px;
    top: 410px;
}

.do_we_guarantee_map2 {
    left: 312px;
    width: 18px;
    top: 352px;
}

.do_we_guarantee_map3 {
    left: 450px;
    width: 25px;
    top: 332px;
}

.do_we_guarantee_map4 {
    left: 440px;
    width: 14px;
    top: 392px;
}

.do_we_guarantee_map5 {
    left: 540px;
    width: 20px;
    top: 402px;
}

.do_we_guarantee_map6 {
    left: 540px;
    width: 20px;
    top: 312px;
}

/*CSS*/
.do_we_guarantee_map {
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.do_we_guarantee_map:hover {
    animation: none;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 87, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 87, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 87, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 87, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 87, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 87, 255, 0);
        box-shadow: 0 0 0 10px rgba(0, 87, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 87, 255, 0);
        box-shadow: 0 0 0 0 rgba(0, 87, 255, 0);
    }
}

#svg1 {
    position: absolute;
    top: 7rem;
}

#svg2 {
    margin-top: 20px;
}

#svg3 {
    position: absolute;
    top: 5.5rem;
    left: -29px;
}

#svg33 {
    position: absolute;
    top: 0;
    left: -9px;
    display: none;
    width: 44rem;
}

#svg4 {
    position: absolute;
    top: 150px;
}

#svg5 {
    width: 80rem;
    margin-top: 10px;
    margin-bottom: 100px;
    position: absolute;
    top: 12rem;
}

#svg6 {
    position: absolute;
    top: 17rem;
    margin-top: 0;
    margin-left: -250px;
}

#svg7 {
    position: absolute;
    top: 6.5rem;
    left: -6rem;
    width: 62rem;
}

#svg8 {
    position: absolute;
    top: 0;
    left: 14rem;
    width: 48rem;
}

#svg9 {
    margin-top: 15px;
}

#svg10 {
    position: absolute;
    top: 7rem;
    width: 41rem;
    left: -18px;
}

#svg11 {
    margin-top: 20px;
}

#svg12 {
    position: absolute;
    top: -3px;
    width: 41rem;
    left: -8px;
}

#svg13 {
    position: absolute;
    top: 6rem;
    width: 41rem;
    left: -8px;
}

.telegram_btn {
    background: #2DA5E1 !important;
}

.whatsapp_btn {
    background: #29B202 !important;
}

.footer_top {
    background: #1B1B1B;
    padding: 15rem 0;
    text-align: center;
}

.footer_top h4 {
    font-size: 5rem;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.04em;
    color: #9F9F9F;
}

.footer_top h5 {
    font-size: 5rem;
    line-height: 110%;
    margin-bottom: 5rem;
    text-align: center;
    letter-spacing: -0.04em;
    color: #fff;
}

.footer_top_btn {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 15px;
    line-height: 33px;
    display: inline-block;
    padding: 1.8rem 2.8rem;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    width: 320px;
}

.footer_top_btn img {
    margin-right: 10px;
}

.footer_top_btn:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.you_to_know {
    padding-top: 12rem;
    padding-bottom: 20rem;
    overflow: hidden;
}

.you_to_know h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 15rem;
    text-align: center;
}

.you_to_know_item {
    margin-bottom: 2rem;
    padding: 3rem 6rem;
    padding-bottom: 6rem;
    height: 72rem;
    border-radius: 50px;
    color: #fff;
    padding-right: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.you_to_know_item h4 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.03em;
}

.you_to_know_item_btn {
    background: #FFFFFF;
    border-radius: 10px;
    width: 240px;
    padding: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #1B1B1B;
}

.you_to_know_item_btn img {
    margin-left: 15px;
}

.you_to_know_item_btn:hover {
    color: #1B1B1B;

}

.you_to_know .video_section_wrapper {
    background: url('../img/you_to_know_item3.png') center top no-repeat;
    background-size: cover;
    color: #fff !important;
    border-radius: 50px;
}

.you_to_know .video_section_wrapper h3 {
    color: #fff !important;
}

.do_we_guarantee_btn {
    width: 20rem;
    background: #0057FF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 15rem;
    margin-right: 10px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 110%;
    letter-spacing: -0.06em;
}

.do_we_guarantee_btn:hover {
    color: #fff;
    transform: scale(1.03);
}

.do_we_guarantee_btn img {
    display: block;
}

.do_we_guarantee_btn span {
    display: block;
}

.do_we_guarantee_wrap_btn {
    display: flex;
}

.do_we_guarantee2 {
    background: #2DA5E1;
}

.do_we_guarantee3 {
    background: #29B202;
}

.select_country {
    padding-top: 21rem;
    padding-bottom: 270px;
    background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
}

.select_country h3 {
    font-family: 'Metal';
    font-size: 8rem;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 80px;
    text-align: right;
}

.select_country .best_options_county_advantage_text_down {
    margin-bottom: 22rem;
    color: #1F1F1F;
    font-size: 4.4rem;
}

.select_country .best_options_county_advantage_text_down:before {
    content: none;
}

.select_country_item {
    border: 1px solid #CECECE;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 30px;
    width: 25%;
    position: relative;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -1px;
    margin-top: -1px;
    transition: 0.3s;
}

.select_country_item:hover {
    background: #0057FF;
    color: #fff;
    cursor: pointer;
}

.select_country_item:hover svg path {
    stroke: #fff;
}

.select_country_item:hover h4 {
    color: #fff;
}

.select_country_item:hover a {
    color: #fff;
}

.select_country_item h4 {
    font-family: 'Metal';
    font-size: 4rem;
    line-height: 85%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #1B1B1B;
}

.select_country_flag {
    position: absolute;
    right: 30px;
    top: 30px;
}

.select_country_wrap {
    display: flex;
}

.select_country_item a {
    font-size: 1.8rem;
    line-height: 115%;
    letter-spacing: -0.01em;
    color: #0057FF;
}

.select_country_item a svg {
    position: relative;
    top: 2px;
}

.modal_submit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 40px 90px;
    border-radius: 50px 50px 0 0;
    z-index: 99;
    display: none;
}

.overflow_modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
    display: none;
}

.modal_submit h3 {
    font-size: 5rem;
    line-height: 70%;
    margin-bottom: 50px;
    letter-spacing: -0.03em;
    color: #000000;
    font-family: 'Metal';
    width: 40%;
}

.modal_submit .modal_submit_close {
    position: absolute;
    right: 0px;
    top: 0px;
}

.modal_submit .modal_submit_close:hover {
    cursor: pointer;
}

.bridges_opacity_item1 {
    display: block;
}

.how_much_citizenship_form_wrap2,
.how_much_citizenship_form_wrap3,
.how_much_citizenship_form_wrap4 {
    display: none;
}

.modal_video .close {
    position: absolute;
    right: -40px;
    top: -40px;
    color: #fff;
    opacity: 1;
    font-size: 65px;
    font-weight: 100;
}

button:focus {
    outline: none;
}

.modal_video .modal-dialog {
    max-width: 1000px;
}

.modal_video .modal-content {
    background: none;
    border: 0;
}


/*portugal*/

.about_program {
    background: #F9F9F9;
    padding: 12rem 0;
}

.title_section {
    font-family: 'Metal', sans-serif;
    font-size: 8rem;
    line-height: 70%;
    /* letter-spacing: -0.0em; */
    color: #1B1B1B;
    margin-bottom: 10rem;
    max-width: 85%;
}

.about_program_item {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 26px;
    padding: 40px;
    padding-top: 34px;
    height: 44rem;
}

.about_program_item_bottom {
    position: absolute;
    bottom: 4rem;
}

.about_program_item_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid rgba(27, 27, 27, 0.15);
}

.about_program_item_top h6 {
    font-family: 'Metal3', sans-serif;
    font-size: 1.8rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    opacity: 0.3;
}

.about_program_item h4 {
    font-size: 4rem;
    line-height: 100%;
    color: #1B1B1B;
    margin-bottom: 2rem;
}

.about_program_item_bottom p {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    opacity: 0.5;
}

.about_program_item_bot .about_program_item_bottom {
    position: static;
    margin-top: 4rem;
}

.about_program_item_bot h4 {
    font-size: 3.5rem;
}

.about_program_item_bot {
    height: 48rem;
}

.benefits_section_item {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid rgba(27, 27, 27, 0.2);
    height: 218px;
}

.benefits_section_item h4 {
    margin-top: 4.6rem;
    font-size: 4rem;
    line-height: 85%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    margin-bottom: 3rem;
}

.benefits_section_item p {
    font-size: 2.5rem;
    line-height: 120%;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    color: #797979;
    width: 85rem;
}

.benefits_section {
    padding: 15rem 0;
}

.why_investor {
    background: #F9F9F9;
}

.how_much {
    padding: 15rem 0;
}

.how_much h4 {
    font-size: 3rem;
    line-height: 90%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    margin-bottom: 3rem;
}

.how_much_item {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    height: 27rem;
    margin-bottom: 5rem;
}

.how_much_item h6 {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    opacity: 0.3;
}

.how_much_item h5 {
    font-family: 'Metal', sans-serif;
    text-align: center;
    font-size: 3.5rem;
    line-height: 81.5%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    padding-bottom: 6rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(27, 27, 27, 0.15);
}

.how_much_item p {
    font-size: 1.7rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    margin-bottom: 0;
}

.main_top_sub_section {
    padding-top: 215px;
}

.main_top_sub_section .header_menu {
    justify-content: flex-start;
}

.main_top_sub_section .header_menu li {
    margin-right: 40px;
}

.main_top_sub_section .main_top_section_btn {
    background: rgba(206, 206, 206, 0.2);
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    margin-bottom: 16rem;
}

.main_top_sub_section .main_top_section_btn2 {
    background: rgba(206, 206, 206, 0.2);
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #0057FF;
    margin-bottom: 16rem;
}

.main_top_sub_section_title {
    font-family: 'Metal', sans-serif;
    font-size: 7.3rem;
    line-height: 70%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    margin-bottom: 5rem;
}

.main_top_sub_section_desc {
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    margin-bottom: 5rem;
}

.main_top_sub_btn2 {
    display: inline-flex;
    align-items: center;
    background: rgba(206, 206, 206, 0.2);
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    padding: 16px 18px;
}

.main_top_sub_btn1 {
    display: inline-flex;
    align-items: center;
    background: rgba(206, 206, 206, 0.2);
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #0057FF;
    padding: 16px 18px;
    margin-right: 9px;
}

.main_top_sub_btn1 img,
.main_top_sub_btn2 img {
    margin-right: 16px;
}

.main_top_sub_item {
    background: #F9F9F9;
    border-radius: 31px;
    padding: 4.5rem;
    margin-top: 15px;
}

.main_top_sub_item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.main_top_sub_item h5 {
    font-family: 'Metal', sans-serif;
    font-size: 3rem;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #1B1B1B;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
}

.main_top_sub_item .best_options_county_advantage_wrap {
    margin-bottom: 0;
}

.best_options_county_advantage_item h4 {
    font-size: 2.8rem;
}

.not_time {
    background: #F9F9F9;
    padding-top: 8rem;
    padding-bottom: 10rem;
}

.not_time .do_we_guarantee_wrap_btn {
    justify-content: space-between;
    margin-top: 20px;
}

.not_time .do_we_guarantee_btn {
    width: 33.3%;
}

.not_time h3 {
    margin-bottom: 7rem;
}

.not_time .do_we_guarantee_btn span {
    width: 55%;
}

.calculate_section {
    background: #F9F9F9;
    padding: 10rem 0;
}

.calculate_section_list {
    margin-top: 15px;
}

.calculate_section_list li {
    font-size: 2rem;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #343434;
    margin-bottom: 2rem;
}

.calculate_section_list img {
    margin-right: 2rem;
}

.calculate_section .best_options_county_advantage_text_down {
    margin-top: 5rem;
    align-items: center;
}

.calculate_section .best_options_county_advantage_text_down:before {
    top: -6px;
}

.calculate_section .gos_programm_form_block2 button {
    width: 412px;
    background: #0057FF;
    color: #fff;
    padding: 0 25px;
}

.calculate_section .gos_programm_form_block2 button img {
    width: auto;
}

.calculate_section .gos_programm_form_block2>div {
    max-width: 440px;
}

.who_program {
    padding: 15rem 0;
}

.who_program_item {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 4rem 40px;
    height: 42rem;
    margin-bottom: 20px;
}

.who_program_item img {
    margin-bottom: 3rem;
}

.who_program_item hr {
    border: 0;
    border-bottom: 1px solid rgba(27, 27, 27, 0.15);
    margin-bottom: 4rem;
}

.who_program_item h4 {
    font-size: 4rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    margin-bottom: 3rem;
}

.who_program_item p {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #1B1B1B;
    opacity: 0.5;
}

.who_program_item li {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: rgba(27, 27, 27, 0.5);
    position: relative;
    padding-left: 20px;
}

.who_program_item li:before {
    top: 7px;
    left: 0;
    position: absolute;
    content: "";
    background: #0057FF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.detailed_instructions {
    padding: 15rem 0;
}

.detailed_instructions_item {
    border: 1px solid rgba(27, 27, 27, 0.2);
    border-radius: 20px;
    padding: 30px;
    padding-top: 14px;
}

.detailed_instructions_item h4 {
    font-family: 'Metal5', sans-serif;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0057FF;
    margin-bottom: 28px;
}

.detailed_instructions_item h5 {
    font-size: 2.5rem;
    line-height: 100%;
    color: #1B1B1B;
    margin-top: 70px;
    margin-bottom: 20px;
}

.detailed_instructions_item p {
    font-size: 1.7rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    opacity: 0.5;
}

.detailed_instructions_item_last {
    background: #0057FF;
    border: 1px solid #0057FF;
    border-radius: 20px;
    color: #fff;
    position: relative;
    height: 100%;
}

.detailed_instructions_item_last h4 {
    color: #fff;
}

.detailed_instructions_item_last h5 {
    font-size: 2.5rem;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 30px;
}

.detailed_instructions_item_last p {
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.6;
}

.detailed_instructions_item_last a {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: block;
    width: auto;
    text-align: center;
    line-height: 6.5rem;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
}

.detailed_instructions_item_last a img {
    margin-right: 15px;
}

.detailed_instructions_item_last a:hover {
    background: rgba(255, 255, 255, 0.35);
}

.list_required {
    background: #F9F9F9;
    padding: 15rem 0;
}

.list_required_item {
    padding: 12px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    height: 16rem;
    margin-bottom: 20px;
}

.list_required_item h4 {
    font-family: 'Metal5', sans-serif;
    font-size: 1.7rem;
    line-height: 100%;
    color: #1B1B1B;
    opacity: 0.3;
    margin-bottom: 16px;
}

.list_required_item p {
    font-size: 2.5rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #1B1B1B;
    width: 54rem;
    margin: 0 auto;
    text-align: center;
}

.list_required_link {
    background: rgba(206, 206, 206, 0.2);
    border-radius: 10px;
    display: block;
    width: 100%;
    font-size: 1.9rem;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #1B1B1B;
    text-align: center;
    line-height: 50px;
}

.list_required_link:hover {
    color: #1B1B1B;
    background: rgba(206, 206, 206, 0.4);
}

.why_profitable {
    padding-top: 20rem;
    padding-bottom: 10rem;
}

.why_profitable .title_section {
    text-align: center;
    margin-bottom: 14rem;
}

.why_profitable_item {
    border-radius: 50px;
    height: 65rem;
    padding: 10rem;
    color: #fff;
}

.why_profitable_item h4 {
    font-family: 'Metal', sans-serif;
    font-size: 6rem;
    line-height: 70%;
    letter-spacing: -0.01em;
}

.why_profitable_item p {
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: -0.02em;
    margin-left: 60px;
}

.why_profitableSwiper .swiper-pagination {
    top: auto;
    bottom: 70px;
    left: 75px;
    width: 20%;
    background: rgba(196, 196, 196, 0.4);
    height: 2px;
}

.why_profitableSwiper .swiper-wrapper {}

.why_profitableBtn {
    background: #FFFFFF;
    backdrop-filter: blur(15px);
    border-radius: 71px;
    left: auto;
    top: auto;
    width: 90px;
    height: 54px;
    transition: 0.3s;
    right: 75px;
    bottom: 70px;
}

.why_profitableBtn.swiper-button-prev {
    right: 180px;
}

.why_profitableBtn.swiper-button-next {
    background: #0057FF;
}

.why_profitableBtn.swiper-button-next:hover {
    background: #0057FF;
}

.why_profitableBtn.swiper-button-next img {
    width: 34px;
}

.title_you_to_know_sub {
    text-align: center;
    margin: 0;
    margin-bottom: 120px;
    font-size: 44px;
    line-height: 70%;
    letter-spacing: -0.01em;
    color: #0057FF;
    font-family: 'Metal', sans-serif;
}

.why_profitableBtn:after {
    content: none;
}

.why_profitableBtn:hover {
    background: #fff;
}

.why_profitableBtn:hover svg path {
    fill: white;
}

.answers_frequently {
    padding: 15rem 0;
}

.answers_frequently_item {
    background: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 6rem;
}

.answers_frequently_item_head {
    display: flex;
    position: relative;
    align-items: center;

}

.answers_frequently_minus {
    display: none;
}

.answers_frequently_item_head img {
    position: absolute;
    right: 0;
    top: 0;
}

.answers_frequently_item_head h4 {
    font-family: 'Metal3', sans-serif;
    font-size: 2.2rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0057FF;
    margin-right: 5rem;
    margin-bottom: 0;
}

.answers_frequently_item_head h5 {
    font-weight: normal;
    font-size: 3.4rem;
    line-height: 105%;
    color: #000000;
    margin-bottom: 0;
}

.answers_frequently_item.active .answers_frequently_item_head {
    border-bottom: 1px solid rgba(27, 27, 27, 0.1);
    padding-bottom: 3rem;
}

.answers_frequently_item.active .answers_frequently_plus {
    display: none;
}

.answers_frequently_item.active .answers_frequently_minus {
    display: block;
}

.answers_frequently_item p {
    display: none;
    font-size: 2.3rem;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #797979;
    margin-left: 9rem;
    width: 45%;
    margin-top: 3rem;
    margin-bottom: 0;
}

/*.answers_frequently_item.active p{*/
/*    display: block;*/
/*}*/
.answers_frequently_item:first-child p {
    display: block;
}

.answers_frequently_plus_wrap {
    position: absolute;
    right: 0;
}

.answers_frequently_item .answers_frequently_item_head:hover {
    cursor: pointer;
}

.answers_frequently_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 87, 255, 0.05);
    border-radius: 10px;
    width: 25rem;
    margin-top: 5rem;
    line-height: 6rem;
    font-weight: bold;
    font-size: 1.7rem;
    letter-spacing: -0.01em;
    color: #0057FF;
}

.answers_frequently_link img {
    width: 30px;
    margin-left: 18px;
}

.you_to_know_sub {
    padding-top: 50px;
}

.you_to_know_sub .video_section_wrapper2 h3 {
    width: 105rem;
}

.you_to_know_sub .you_to_know_item p {
    font-size: 2.8rem;
    line-height: 3.3rem;
}

.procedure_obtaining {
    padding: 15rem 0;
    color: #fff;
    background: #1B1B1B;
}

.procedure_obtaining .title_section {
    color: #fff;
}

.procedure_obtaining_content {
    border: 1px solid #464646;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50px;
    padding: 9rem 5rem;
    height: 100%;
}

.procedure_obtaining_head {
    padding-bottom: 4rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.procedure_obtaining_head h5 {
    font-size: 4rem;
    width: 60%;
    line-height: 100%;
    margin-bottom: 0;
}

.procedure_obtaining_body p {
    font-size: 1.7rem;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    opacity: 0.5;
}

.procedure_obtaining_arrow_wrap {
    height: 100%;
    border: 1px solid #464646;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.procedure_obtaining_item .col-md-8,
.procedure_obtaining_item .col-md-10,
.procedure_obtaining_item .col-md-2 {
    padding: 0;
}

.procedure_obtaining_arrow_next {
    background: #0057FF;
    backdrop-filter: blur(15px);
    border-radius: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    height: 60px;
    text-align: center;
}

.procedure_obtaining_arrow_next:hover {
    cursor: pointer;
}

.procedure_obtaining_arrow_next img {
    width: 46px;
}

.procedure_obtaining_step_wrap {
    display: flex;
    justify-content: space-between;
}

.procedure_obtaining_step {
    width: 100%;
    margin-right: 5px;
}

.procedure_obtaining_step_line {
    height: 1.5px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
}

.procedure_obtaining_step p {
    font-size: 1.7rem;
    line-height: 140%;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    opacity: 0.5;
}

.procedure_obtaining_step_wrap {
    margin-top: 50px;
}

.procedure_obtaining_step.active .procedure_obtaining_step_line {
    background: #0057FF;
}

.procedure_obtaining_step.active p {
    opacity: 1;
}

.procedure_obtaining_head h4 {
    font-family: 'Metal2', sans-serif;
    margin-bottom: 2rem;
    font-size: 1.7rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.4;
}

.procedure_obtaining_arrow_wrap h5 {
    font-family: 'Metal2', sans-serif;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 3rem;
}

.procedure_obtaining_arrow_next_sub {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.procedure_obtaining_arrow_prev:hover {
    cursor: pointer;
}

.procedure_obtaining_item {
    height: 60rem;
    display: none;
}

.procedure_obtaining_item1 {
    display: flex;
}

.main_top_sub_section #svg1 {
    top: 17rem;
}

.not_time_svg {
    position: absolute;
    top: 13rem;
    width: 80%;
}

.why_profitable_svg {
    position: absolute;
    top: 14rem;
    width: 90%;
}

.answers_frequently_svg {
    position: absolute;
    top: 14rem;
    max-width: 100%;
}

.iti__country {
    font-size: 1.8rem;
}

.iti__selected-dial-code {
    font-size: 4rem;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background: none;
    margin-right: 1px;
}

.gos_programm_sub {
    margin-top: 0;
    padding-top: 100px;
}

.gos_programm_sub .gos_programm_form_block2 button {
    background: #0057FF;
    color: #fff;
}

.gos_programm_sub h3 {
    width: 100%;
}

.how_mush_vhg {
    padding: 10rem 0;
}

.how_mush_vhg h3 {
    margin-bottom: 5rem;
}

.how_mush_vhg h5 {
    font-size: 4.5rem;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #0057FF;
    font-family: 'Metal', sans-serif;
}

.how_mush_vhg_wrap {
    background: #0057FF;
    border-radius: 20px;
    padding: 5rem 7rem;
    margin-left: 70px;
}

.how_mush_vhg_wrap h6 {
    font-weight: normal;
    font-size: 3.8rem;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.how_mush_vhg_wrap p {
    font-size: 2.2rem;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.75;
}

.how_mush_vhg_btn {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: 3.5rem;
    width: 40rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 7rem;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.how_mush_vhg_btn:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
}

.how_mush_vhg_btn img {
    margin-left: 20px;
}


.closed .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.closed .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.opened {
    opacity: 1;
}

.opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
}

.opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
}

.circle-plus {
    height: 16px;
    width: 16px;
    font-size: 1em;
    opacity: 1;
}

.circle-plus .circle {
    position: relative;
    width: 2.55em;
    height: 2.5em;
    border-radius: 100%;
    /*border: solid 0.5em #dfdad7;*/
}

.answers_frequently_plus_wrap .circle-plus .circle .horizontal {
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 3px;
    left: 50%;
    margin-left: -12.5px;
    top: 50%;
    margin-top: -2.5px;
}

.answers_frequently_plus_wrap .circle-plus .circle .vertical {
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 25px;
    left: 50%;
    margin-left: -2.5px;
    top: 50%;
    margin-top: -13px;
}

.answers_frequently_plus_wrap .circle-plus .circle .horizontal {
    background-color: #000;
}

.answers_frequently_plus_wrap .circle-plus .circle .vertical {
    background-color: #000;
}

.answers_frequently_plus_wrap .circle-plus.opened .circle .vertical {
    background: #0057FF;
}

#vng {
    position: absolute;
    top: -150px;
}

#allprogramm {
    position: relative;
    top: -910px;
}

#price {
    position: relative;
    top: -220px;
}

.modal-backdrop.show {
    opacity: 1;
}