@font-face {
    font-family: HurmeSemiBold;
    src: url(../fonts/HurmeGeometricSans3-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: HurmeRegular;
    src: url(../fonts/HurmeGeometricSans3-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}








html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}

body {
    line-height: 1;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

/*
::-webkit-scrollbar {
  display: none;
}
*/

a {
    display: inline-block;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-family: 'HurmeSemiBold', sans-serif;
    font-style: normal;
    color: #2c2c2c;
    letter-spacing: -0, 1vw;
}


p {
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    font-family: 'HurmeRegular', sans-serif;
    color: #2c2c2c;
    letter-spacing: -0, 1vw;
}

h1 {
    font-weight: 600;
    font-family: 'HurmeSemiBold', sans-serif;
    color: #2c2c2c;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0, 1vw;
}

h2 {
    font-weight: 600;
    font-family: 'HurmeSemiBold',
        sans-serif;
    color: #2c2c2c;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0, 1vw;
}

h3 {
    font-weight: 600;
    font-family: 'HurmeSemiBold',
        sans-serif;
    color: #2c2c2c;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0, 1vw;
}

h4 {
    font-weight: 600;
    font-family: 'HurmeSemiBold',
        sans-serif;
    color: #2c2c2c;
    letter-spacing: -0, 1vw;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}



.body_container {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    max-width: 100vw;
    overflow: hidden;

}

.referance {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: : 100%;
    opacity: 0.3;
    /*    opacity: 0;*/
    z-index: 1;
}

.referance img {
    display: block;
    width: 100%;
    height: auto;
}

.header_container {
    height: 100vh;
    position: relative;
    z-index: 1;
    min-height: 48vw;
    max-height: 52vw;
}

.page_header {
    height: 5.6vw;
    min-height: auto;
    max-height: inherit;
}

.max_width {
    max-width: 77.8vw;
    margin: auto;
}

.top_header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.top_header_logo_wrap a img {
    display: block;
    width: 11.1vw;
    height: auto;
}

.top_header_nav_wrap ul {
    display: flex;
}

.top_header_container {
    height: 5.6vw;
}

.top_header_nav_wrap ul li a {
    padding: 0.3vw 1.4vw;
    transition: 400ms ease;
}

.top_header_nav_wrap ul li a:hover {
    color: #0752F3;
}

.nav_page_active {
    color: #0752F3;
    position: relative;
}

.nav_page_active::after {
    content: '';
    width: 1.1vw;
    height: 0.15vw;
    background: #0752F3;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.action_btn_color {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue_btn {
    background: #0752F3;
    transition: 400ms ease;
    border: 2px solid #0752F3;
}

.blue_btn:hover {
    background: #3573F9;
    border: 2px solid #3573F9;
}

.star_text_container {
    display: flex;
    align-items: center;
}

.star_text_container img {
    margin-right: 0.6vw;
}

.star_text_container p span {
    color: #0752F3;
}

.header_main_container {
    height: calc(100% - 5.6vw);
}

.header_main_text_container h2 span {
    color: #0752F3;
}

.header_main_text_container {
    width: 50%;
    flex-direction: column;
    justify-content: center;
}

.header_statistics_container {
    column-gap: 2.8vw;
}

.header_main_wrap {
    height: 100%;
}

.hader_bg_container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24vw;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(53, 115, 249, 0.10) 100%);
    z-index: -1;
}

.logo_img_wrap img {
    width: 11.1vw;
}

.section_img_wrap {
    width: 50%;
}

.section_text_wrap {
    width: 50%;
}

.adv_img_wrap img {
    max-width: 1.4vw;
}

.contact_item img {
    max-width: none;
}

.adv_item {
    width: 25%;
}

.course_img_wrap {
    margin-right: 1.1vw;
}

.course_text_wrap p {
    opacity: 0.7;
}

.courses_container {
    flex-wrap: wrap;
    justify-content: space-between;
}

.course_item {
    width: 22%;
    flex-grow: 2;
    margin-bottom: 2.2vw;
}

.course_text_wrap {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
}

.course_text_wrap h3 {
    margin-bottom: 1vw;
}

.course_item:nth-last-child(-n+4) {
    margin-bottom: 0px;
}

.course_img_wrap img {
    display: block;
    height: 2.1vw;
    width: auto;
}

.review_item {
    width: 33.333%;
    padding: 2.2vw 1.7vw;
}

.review_name_img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.text_svg_wrap {
    margin-right: 1.6vw;
}

.text_container {
    border-bottom: 0.2vw solid #0752F3;
}

.review_name_img_wrap {
    margin-right: 1.6vw;
}

.review_name_container {
    align-items: center;
}

.review_star_container img {
    width: 1.4vw;
    margin-right: 0.15vw;
}

.review_item.bg_dark_blue .text_container {
    border-bottom: 0.2vw solid #fff;
}

.apply_form_container {
    width: 51vw;
    margin: auto;
    position: relative;
    z-index: 1;
}

.input_padding {
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    padding-left: 1vw;
}

form input {
    box-sizing: border-box;
}

form select {
    box-sizing: border-box;
}

form textarea {
    box-sizing: border-box;
}

.form_small_wrap {
    width: 50%;
    position: relative;
    z-index: 1;
}

.form_small_wrap label.error {
    position: absolute;
    bottom: -1.3vw;
    left: 1vw;
    color: #D90707;
    font-size: 1vw;
    font-family: 'HurmeRegular', sans-serif !important;
}

.form_small_wrap input {
    width: 100%;
    outline: none;
    border: 0.15vw solid rgba(44, 44, 44, 0.30);
}

.form_check_wrap {
    position: relative;
    z-index: 1;
}

.form_big_container {
    width: 100%;
}

.label_radio label.error {
    position: absolute;
    bottom: -1.5vw;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    color: #D90707;
    font-size: 1vw;
    font-family: 'HurmeRegular', sans-serif !important;
}

#result {
    font-size: 1.1vw;
    font-family: 'HurmeSemiBold', sans-serif !important;
    color: #2c2c2c;
    text-align: center;
}

.form_big_wrap textarea {
    width: 100%;
    height: 6.8vw;
    outline: none;
    border: 0.15vw solid rgba(44, 44, 44, 0.30);
}

.form_small_wrap select {
    width: 100%;
    outline: none;
    border: 0.15vw solid rgba(44, 44, 44, 0.30);
}

button {
    cursor: pointer;
}

/*
input[type="radio"] {
    display: none;
}

.label_radio {
    cursor: pointer;
}

.label_radio::before {
    content: "";
    display: inline-block;
    width: 0.8vw;
    height: 0.8vw;
    border: 0.12vw solid #000;
    border-radius: 8px;
    margin-right: 1vw;
    background-color: #fff;
    margin-bottom: -0.12vw;
}
.label_radio::after {
    content: "";
    display: inline-block;
    width: 0.8vw;
    height: 0.8vw;
    border: 0.12vw solid #000;
    border-radius: 8px;
    margin-right: 1vw;
    background-color: #007bff;
    margin-bottom: -0.12vw;
    display: none;
}

.label_radio[type="radio"]:checked:after {
    display: block;
}
*/
.label_radio {
    display: inline-block;
    position: relative;
    padding-left: 3.1vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.label_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1.7vw;
    width: 1.7vw;
    background-color: #eee;
    border-radius: 0.2vw;
}

/* On mouse-over, add a grey background color */
.label_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label_radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label_radio .checkmark:after {
    left: 0.6vw;
    top: 0.3vw;
    width: 0.3vw;
    height: 0.7vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}








.label_radio a {
    text-decoration: underline;
}

.footer_item {
    width: 11.1vw;
    display: flex;
    flex-direction: column;
}

.footer_item_large p {
    max-width: 17.8vw;
}

.footer_item_large {
    width: 24.4vw;
}

.footer_item a {
    transition: 400ms ease;
    opacity: 0.7;
}

.footer_logo_wrap a {
    opacity: 1;
}

.footer_item a:hover {
    opacity: 1;
}

.footer_item p {
    transition: 400ms ease;
    opacity: 0.7;
    font-weight: 600;
}

.footer_logo_wrap p {
    opacity: 1;
}

.footer_item p:hover {
    opacity: 1;
}

.footer_copy {
    padding: 1vw;
}

.mobile_menu_container {
    display: none;
}

.header_main_img_container {
    width: 50%;
    position: relative;
    z-index: 1;
}

.header_main_img_container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.header_main_img_wrap img {
    display: block;
    width: 30.8vw;
    height: auto;
}

.prop_1_wrap {
    position: absolute;
    bottom: 24.7vw;
    right: 1vw;
    z-index: -1;
    width: 8.1vw;
}

.prop_1_wrap img {
    width: 100%;
    display: block;
    height: auto;
}

.prop_2 img {
    position: absolute;
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: -1;
}

.section_img_wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_img_cssfix_wrap img {
    display: block;
    width: 25.3vw;
    height: auto;

}

.section_main_img_wrap {
    position: relative;
    z-index: 1;
}

.prop_3 {
    width: 31.1vw;
    height: 19.3vw;
    background: linear-gradient(180deg, #FECA47 0%, #DFA001 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}

.prop_4 {
    position: absolute;
    right: 1vw;
    bottom: 22.3vw;
}

.prop_5 {
    position: absolute;
    right: 24vw;
    bottom: -4.2vw;
    width: 10.7vw;
    height: 31.5vw;
}

.prop_5 img {
    width: 100%;
    height: auto;
}

.section_campuses_img_wrap img {
    display: block;
    width: 31.5vw;
    height: auto;
}

.map_prop_1 {
    position: absolute;
    width: 35.6vw;
    right: 1.4vw;
    bottom: 0;
}

.map_prop_1 img {
    display: block;
    width: 100%;
    height: auto;
}

.prop_6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
}

.form_prop_1 {
    position: absolute;
    width: 73vw;
    height: auto;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10vw;
}

.form_prop_1 img {
    display: block;
    width: 100%;
    height: auto;
}

.duration_img_wrap {
    width: 27vw;
    height: auto;
}

.duration_img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.prop_3_albastru {
    background: linear-gradient(180deg, #38AFEE 0%, #3573F9 100%);
    width: 31.1vw;
}

.prop_duration_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-100%, 50%);
}

.prop_duration_2 {
    position: absolute;
    bottom: 22.6vw;
    right: -3.8vw;
}

.prop_duration_2 p {
    display: flex;
    align-items: center;
}

.prop_duration_2 img {
    width: 1.6vw;
}

.prop_duration_3 {
    position: absolute;
    width: 39.7vw;
    right: -3.8vw;
    bottom: -4.2vw;
}

.prop_duration_3 img {
    display: block;
    width: 100%;
    height: auto;
}

.attendance_img_wrap {
    width: 24.4vw;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.attendance_img_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.attendance_duration_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: 2;
}

.attendance_prop_3 {
    width: 17.8vw;
    position: absolute;
    right: 20vw;
    bottom: 13.6vw;
    z-index: 2;
}

.attendance_prop_3 img {
    width: 100%;
    height: auto;
    display: block;
}

.contact_item {
    display: flex;
    flex-direction: column;
}

.contact_item p:last-of-type {
    margin-top: auto;
}

.review_page_reviews_container {
    column-count: 3;
    column-gap: 2.2vw;
}

.review_page_reviews_container .review_item {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 2.2vw;
}









.box_bg_1 {
    background: rgba(53, 115, 249, 0.10);
}

.box_bg_2 {
    background: rgba(255, 140, 62, 0.10);
}

.box_bg_3 {
    background: rgba(82, 220, 147, 0.10);
}

.box_bg_4 {
    background: rgba(207, 48, 221, 0.10);
}


.bg_yellow {
    background: #FECA47;
}

.bg_lite_blue {
    background: rgba(53, 115, 249, 0.05);
}

.bg_normal_blue {
    background: rgba(53, 115, 249, 0.20);
}

.bg_dark_blue {
    background: -webkit-linear-gradient(#38AFEE 0%, #3573F9 100%);
    background: -o-linear-gradient(#38AFEE 0%, #3573F9 100%);
    background: linear-gradient(#38AFEE 0%, #3573F9 100%);
}

.bg_dim_white {
    background: rgba(255, 255, 255, 0.2);
}



.txt_center {
    text-align: center
}

.txt_capitalize {
    text-transform: uppercase;
}

.pad_all_12 {
    padding: 0.8vw;
}

.pad_all_16 {
    padding: 1.1vw;
}

.pad_all_24 {
    padding: 1.7vw;
}

.pad_top_50 {
    padding-top: 3.5vw;
}

.pad_top_100 {
    padding-top: 6.9vw;
}

.pad_bot_100 {
    padding-bottom: 6.9vw;
}

.border_r_8 {
    border-radius: 0.6vw;
}

.border_2_blue {
    border: 0.15vw solid #0752F3;
}

.border_2_white {
    border: 0.15vw solid #fff;
}

.fc_white {
    color: #fff;
}

.fc_blue {
    color: #0752F3;
}

.fc_grey {
    color: #2c2c2c;
}

.fc_yellow {
    color: #FECA47;
}


.fs_12_px_reg {
    font-size: 0.8vw;
    font-family: 'HurmeRegular', sans-serif !important;
}

.fs_14_px_reg {
    font-size: 1vw;
    font-family: 'HurmeRegular', sans-serif !important;
}

.fs_16_px_reg {
    font-size: 1.1vw;
    font-family: 'HurmeRegular', sans-serif !important;
}



.fs_10_px_sb {
    font-size: 0.7vw;
    font-family: 'HurmeSemiBold', sans-serif !important;
}

.fs_16_px_sb {
    font-size: 1.1vw;
    font-family: 'HurmeSemiBold', sans-serif !important;
}

.fs_18_px_sb {
    font-size: 1.3vw;
    font-family: 'HurmeSemiBold', sans-serif !important;
}

.fs_32_px_sb {
    font-size: 2.2vw;
    font-family: 'HurmeSemiBold', sans-serif !important;
}

.fs_40_px_sb {
    font-size: 2.8vw;
    font-family: 'HurmeSemiBold', sans-serif !important;
}

.fs_48_px_sb {
    font-size: 3.3vw;
    font-family: 'HurmeSemiBold', sans-serif !important;
}



.mb_8 {
    margin-bottom: 0.6vw;
}

.mb_11 {
    margin-bottom: 0.8vw;
}

.mb_14 {
    margin-bottom: 1vw;
}

.mb_19 {
    margin-bottom: 1.3vw;
}

.mb_25 {
    margin-bottom: 1.7vw;
}

.mb_27 {
    margin-bottom: 1.9vw;
}

.mb_32 {
    margin-bottom: 2.2vw;
}

.mb_34 {
    margin-bottom: 2.4vw;
}

.mb_42 {
    margin-bottom: 2.9vw;
}


.w_20 {
    width: 1.4vw;
}

.w_32 {
    width: 2.2vw;
}

.w_40 {
    width: 2.8vw;
}

.w_60 {
    width: 4.2vw;
}

.w_80 {
    width: 5.6vw;
}

.w_160 {
    width: 11.1vw;
}

.w_194 {
    width: 13.5vw;
}

.h_26 {
    height: 1.6vw;
}

.h_32 {
    height: 2.2vw;
}

.h_40 {
    height: 2.8vw;
}

.h_43 {
    height: 3vw;
}

.h_60 {
    height: 4.2vw;
}

.h_80 {
    height: 5.6vw;
}

.opacity_07 {
    opacity: 0.7;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex {
    display: flex;
}

.col_gap_32 {
    column-gap: 2.2vw;
}

.box_shadow {
    box-shadow: 0px 0.3vw 1.6vw 0px rgba(53, 115, 249, 0.12);
}

.review_item br {
    display: none;
}
.cookie_container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
    background: #fff;
    border-top: 1px solid #0752F3;;
}


.cookie_a_container {
    display: flex;
}

.cookie_a_container p {
    cursor: pointer;
}

.show {
    display: block;
}

.fd_underline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.avantaj_item a {
    display: block;
}
.whatsapp_container {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #15a74f;
    z-index: 90;
    display: none;
}

.shatsapp_wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.shatsapp_wrap a {
    width: 100%;
    height: 100%;
    position: relative
}
.shatsapp_wrap a img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.shatsapp_wrap::after {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 4px solid #15a74f;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
    z-index: -1
}

.shatsapp_wrap::before {
    content: '';
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 1px solid #15a74f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    animation-name: whatsappBorder;
    animation-duration: 1.35s;
    animation-iteration-count: infinite
}
@keyframes whatsappBorder {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    to {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0
    }
}
.sections_util h3 {
    margin-top: 3vw;
}
.sections_util h2 {
    margin-top: 3vw;
}
.sections_util p.fs_18_px_sb.mb_19 {
    margin-top: 3vw;
}
.sections_util ul {
    list-style: disc;
    margin-left: 3vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.mobile_sidemenu_container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        
    }

    .mobile_sidemenu_wrap {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 90;
        display: flex;
        align-items: center;
    }

    .sidemnue_close_container {
        position: absolute;
        z-index: 91;
        top: 0vw;
        right: 0vw;
    }

    .sidemnue_close_container img {
        display: block;
        width: 12vw;
        height: 12vw;
    }

    .mobile_sidemenu_container {
        display: block;
        transition: 450ms ease-in;
        transform: translateX(100%);
    }

    .mobile_sidemen_a_wrap a {
        color: #fff;
        font-size: 8vw;
        margin: 3vw 0vw;
    }

    .sidemenu_a_animated {
        transform: translateY(12vw);
    }

    .mobile_sidemen_a_wrap {
        overflow: hidden;
    }

    .mobile_sidemen_a_wrap a {
        transition: 550ms ease;
    }

    .mobile_sidemenu_active {
        transform: translateX(0);
    }

@media screen and (max-width: 1140px) {
    .header_container {
        height: auto;
        min-height: inherit;
        max-height: inherit;

    }

    .header_main_text_container {
        padding-bottom: 10vw;
        padding-top: 10vw;
    }

    .max_width {
        max-width: 90vw;
    }

    .logo_container {
        justify-content: center;
    }

    .pad_all_12 {
        padding: 1.1vw;
    }

    .pad_all_16 {
        padding: 1.4vw;
    }

    .pad_all_24 {
        padding: 2.1vw;
    }

    .pad_top_50 {
        padding-top: 4.5vw;
    }

    .pad_top_100 {
        padding-top: 8.9vw;
    }

    .pad_bot_100 {
        padding-bottom: 8.9vw;
    }

    .border_r_8 {
        border-radius: 0.7vw;
    }

    .border_2_blue {
        border: 0.2vw solid #0752F3;
    }

    .border_2_white {
        border: 0.2vw solid #fff;
    }




    .fs_12_px_reg {
        font-size: 1.1vw;
    }

    .fs_14_px_reg {
        font-size: 1.3vw;
    }

    .fs_16_px_reg {
        font-size: 1.4vw;
    }



    .fs_10_px_sb {
        font-size: 0.9vw;
    }

    .fs_16_px_sb {
        font-size: 1.4vw;
    }

    .fs_18_px_sb {
        font-size: 1.6vw;
    }

    .fs_32_px_sb {
        font-size: 2.9vw;
    }

    .fs_40_px_sb {
        font-size: 3.6vw;
    }

    .fs_48_px_sb {
        font-size: 4.3vw;
    }



    .mb_8 {
        margin-bottom: 0.7vw;
    }

    .mb_11 {
        margin-bottom: 1vw;
    }

    .mb_14 {
        margin-bottom: 1.3vw;
    }

    .mb_19 {
        margin-bottom: 1.7vw;
    }

    .mb_25 {
        margin-bottom: 2.2vw;
    }

    .mb_27 {
        margin-bottom: 2.4vw;
    }

    .mb_32 {
        margin-bottom: 2.9vw;
    }

    .mb_34 {
        margin-bottom: 3vw;
    }

    .mb_42 {
        margin-bottom: 3.8vw;
    }


    .w_20 {
        width: 1.8vw;
    }

    .w_32 {
        width: 2.9vw;
    }

    .w_40 {
        width: 3.6vw;
    }

    .w_60 {
        width: 5.4vw;
    }

    .w_80 {
        width: 7.1vw;
    }

    .w_160 {
        width: 14.3vw;
    }

    .w_194 {
        width: 17.3vw;
    }

    .h_26 {
        height: 2.3vw;
    }

    .h_32 {
        height: 2.9vw;
    }

    .h_40 {
        height: 3.6vw;
    }

    .h_43 {
        height: 3.8vw;
    }

    .h_60 {
        height: 5.4vw;
    }

    .h_80 {
        height: 7.1vw;
    }

    .header_main_img_wrap img {
        width: 42vw;
    }

    .prop_1_wrap {
        width: 11vw;
        bottom: 35vw;
        right: -1vw;
    }

    .hader_bg_container {
        height: 32vw;
    }

    .prop_2 img {
        width: 120%;
    }

    .section_img_cssfix_wrap img {
        width: 35vw;
    }

    .prop_3 {
        width: 40vw;
        height: 26vw;
    }

    .prop_4 {
        bottom: 32vw;
    }

    .prop_5 {
        height: 40vw;
        right: 30vw;
        width: 15vw;
        bottom: -1vw
    }

    .attendance_img_wrap {
        width: 32vw;
    }

    .attendance_prop_3 {
        right: 22vw;
        bottom: 24vw;
    }

    .section_campuses_img_wrap img {
        width: 38vw;
    }

    .map_prop_1 {
        width: 43vw;
        z-index: -1;
    }

    .duration_img_wrap {
        width: 36vw;
    }

    .prop_duration_3 {
        width: 50vw;
        z-index: -1;
    }

    .prop_duration_2 {
        bottom: 30vw;
    }

    .prop_duration_2 img {
        width: 2.2vw;
    }

    .star_text_container img {
        margin-right: 1vw;
    }

    .course_img_wrap img {
        height: 3.4vw;
    }

    .review_name_container p {
        white-space: nowrap;
        overflow: hidden;
    }

    .review_item br {
        display: block;
    }

    .footer_container {
        flex-wrap: wrap;
    }

    .footer_item {
        width: 30%;
        margin-bottom: 3vw;
    }

    .footer_item:nth-of-type(4) {
        margin-bottom: 0;
    }

    .footer_item:last-of-type {
        margin-bottom:
    }

    .form_small_wrap label.error,
    .label_radio label.error {
        font-size: 1.2vw
    }
}

@media screen and (max-width: 700px) {
    .whatsapp_container {
        display: block;
    }
    .whatsapp_container {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    .box_shadow {
        box-shadow: 0px 1vw 5vw 0px rgba(53, 115, 249, 0.12);
    }

    .pad_all_12 {
        padding: 1.8vw;
    }

    .pad_all_16 {
        padding: 2.4vw;
    }

    .pad_all_24 {
        padding: 3.5vw;
    }

    .pad_top_50 {
        padding-top: 7vw;
    }

    .pad_top_100 {
        padding-top: 14vw;
    }

    .pad_bot_100 {
        padding-bottom: 14vw;
    }

    .img_padding_top {
        padding-top: 14vw;
    }

    .img_padding_bot {
        padding-bottom: 14vw;
    }

    .border_r_8 {
        border-radius: 1.1vw;
    }

    .border_2_blue {
        border: 0.3vw solid #0752F3;
    }

    .border_2_white {
        border: 0.3vw solid #fff;
    }




    .fs_12_px_reg {
        font-size: 1.9vw;
    }

    .fs_14_px_reg {
        font-size: 2.3vw;
    }

    .fs_16_px_reg {
        font-size: 2.6vw;
    }



    .fs_10_px_sb {
        font-size: 1.5vw;
    }

    .fs_16_px_sb {
        font-size: 2.6vw;
    }

    .fs_18_px_sb {
        font-size: 2.8vw;
    }

    .fs_32_px_sb {
        font-size: 4.6vw;
    }

    .fs_40_px_sb {
        font-size: 4.6vw;
    }

    .fs_48_px_sb {
        font-size: 7vw;
    }



    .mb_8 {
        margin-bottom: 1.1vw;
    }

    .mb_11 {
        margin-bottom: 1.6vw;
    }

    .mb_14 {
        margin-bottom: 2vw;
    }

    .mb_19 {
        margin-bottom: 2.7vw;
    }

    .mb_25 {
        margin-bottom: 3.6vw;
    }

    .mb_27 {
        margin-bottom: 3.9vw;
    }

    .mb_32 {
        margin-bottom: 4.6vw;
    }

    .mb_34 {
        margin-bottom: 4.9vw;
    }

    .mb_42 {
        margin-bottom: 6vw;
    }


    .w_20 {
        width: 3.2vw;
    }

    .w_32 {
        width: 4.6vw;
    }

    .w_40 {
        width: 5.7vw;
    }

    .w_60 {
        width: 8.6vw;
    }

    .w_80 {
        width: 11.4vw;
    }

    .w_160 {
        width: 22.9vw;
    }

    .w_194 {
        width: 28vw;
    }

    .h_26 {
        height: 3.7vw;
    }

    .h_32 {
        height: 4.6vw;
    }

    .h_40 {
        height: 5.7vw;
    }

    .h_43 {
        height: 7.4vw;
    }

    .h_60 {
        height: 8.6vw;
    }

    .h_80 {
        height: 11.4vw;
    }

    .top_header_nav_wrap {
        display: none;
    }

    .top_header_container {
        height: 13vw;
    }

    .top_header_logo_wrap a img {
        width: 32vw;
    }

    .mobile_menu_container {
        width: 8vw;
        height: 8vw;
        display: block;
        margin-left: 5vw;
    }

    .top_header_programari_wrap {
        display: flex;
        align-items: center;
    }

    .header_main_container {
        height: auto;
    }

    .header_main_wrap {
        flex-wrap: wrap;
    }

    .header_main_text_container {
        width: 100%;
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .header_main_img_container {
        width: 100%;
    }

    .header_main_img_wrap img {
        width: 66vw;
    }

    .prop_1_wrap {
        width: 20vw;
        bottom: 55vw;
        right: 6vw;
    }

    .prop_2 img {
        width: 100%;
    }

    .logo_container {
        flex-wrap: wrap;
    }

    .logo_img_wrap img {
        width: 25vw;
        margin-bottom: 5vw;
    }

    .logo_img_wrap:nth-of-type(4) img {
        margin-bottom: 0;
    }

    .logo_img_wrap:nth-of-type(5) img {
        margin-bottom: 0;
    }

    .logo_img_wrap:nth-of-type(6) img {
        margin-bottom: 0;
    }

    .col_gap_32 {
        column-gap: 4vw;
    }

    .section_wrap {
        flex-wrap: wrap;
    }

    .section_img_wrap {
        width: 100%;
    }

    .section_text_wrap {
        width: 100%;
    }

    .section_img_cssfix_wrap img {
        width: 66vw;
    }

    .prop_3 {
        width: 80vw;
        height: 45vw;
    }

    .prop_4 {
        bottom: 56vw;
        right: 6vw;
    }

    .prop_5 {
        height: 82vw;
        width: 31vw;
        right: 54vw;
        z-index: -1;
    }

    .adv_container {
        flex-wrap: wrap;
    }

    .adv_item {
        width: 47.6%;
    }

    .adv_item:nth-of-type(1) {
        margin-bottom: 4vw
    }

    .adv_item:nth-of-type(2) {
        margin-bottom: 4vw
    }

    .adv_img_wrap img {
        max-width: 5vw;
    }

    .adv_img_wrap {
        width: 8vw;
        height: 8vw;
    }

    .flex_inverse {
        flex-direction: column-reverse;
    }

    .attendance_img_wrap {
        width: 66vw;
    }

    .attendance_prop_3 {
        width: 36vw;
        bottom: 48vw;
        right: 40vw;
    }

    .section_campuses_img_wrap img {
        width: 66vw;
    }

    .map_prop_1 {
        width: 80vw;
        right: -2vw;
        bottom: -5vw;
    }

    .duration_img_wrap {
        width: 72vw;
    }

    .prop_duration_2 {
        bottom: 60vw;
    }

    .prop_duration_2 img {
        width: 4vw;
    }

    .course_item {
        width: 40vw;
        margin-bottom: 5vw;
    }

    .course_item:nth-last-child(-n+4) {
        margin-bottom: 5vw;
    }

    .course_item:nth-last-child(-n+2) {
        margin-bottom: 0vw;
    }

    .course_img_wrap img {
        height: 5.5vw;
    }

    .reviews_container {
        flex-wrap: wrap;
    }

    .review_item {
        width: 100%;
        margin-bottom: 4vw;
        padding: 4vw;
    }

    .review_item:last-of-type {
        margin-bottom: 0;
    }

    .review_star_container img {
        width: 3vw;
        margin-right: 0.8vw;
    }

    .apply_form_container {
        width: 100%;
    }

    .input_padding {
        padding: 2vw;
    }

    .form_big_wrap textarea {
        height: 20vw;
    }

    .checkmark {
        width: 2.6vw;
        height: 2.6vw;
    }

    .label_radio {
        padding-left: 5vw;
    }

    .label_radio .checkmark:after {
        width: 0.5vw;
        height: 1.1vw;
        left: 0.9vw;
        top: 0.5vw;
    }

    .footer_item {
        width: 100%;
        margin-bottom: 4vw;
    }

    .footer_item_large p {
        width: 100%;
        max-width: inherit;
    }

    .footer_item:nth-of-type(4) {
        margin-bottom: 4vw;
    }

    .footer_item:last-of-type {
        margin-bottom: 0;
    }
    .prop_duration_3 {
        width: 100vw;
        bottom: -10vw;
        right: -10vw;
    }
    .form_prop_1 {
        display: none;
    }
    .form_small_wrap label.error, .label_radio label.error {
        font-size: 2.3vw;
        bottom: -2.9vw;
    }
    .form_small_wrap label.error {
        left: 2vw;
    }
    .review_page_reviews_container {
        column-count: 1;
        column-gap: 0;
    }
    .review_page_reviews_container .review_item {
        margin-bottom: 5vw;
    }
    .review_page_reviews_container .review_item:last-of-type {
        margin-bottom: 0;
    }
    .text_svg_wrap {
        margin-right: 4vw;
    }
    .mobile_menu_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .mm_span {
        height: 0.8vw;
        background: #0752F3;
        width: 7vw;
        margin: 0.4vw;
        border-radius: 10px;
    }
    .mm_span_2 {
        width: 6vw;
        align-self: flex-end;
    }
    .mm_span_3 {
        width: 5vw;
        align-self: flex-end;
    }
    .top_header_container {
        box-shadow: 0px 0.3vw 1.6vw 0px rgba(53, 115, 249, 0.12);
    }
    .review_item br {
        display: none;
    }

}
@media screen and (max-width: 500px) {
    .top_header_container {
        height: 16vw;
    }
    .pad_all_12 {
        padding: 2.9vw;
    }

    .pad_all_16 {
        padding: 2.4vw;
    }

    .pad_all_24 {
        padding: 3.5vw;
    }

    .pad_top_50 {
        padding-top: 9vw;
    }

    .pad_top_100 {
        padding-top: 18vw;
    }

    .pad_bot_100 {
        padding-bottom: 18vw;
    }

    .img_padding_top {
        padding-top: 18vw;
    }

    .img_padding_bot {
        padding-bottom: 18vw;
    }

    .border_r_8 {
        border-radius: 1.4vw;
    }

    .border_2_blue {
        border: 0.4vw solid #0752F3;
    }

    .border_2_white {
        border: 0.4vw solid #fff;
    }



    .header_statistics_container {
        column-gap: 5vw;
    }
    .fs_12_px_reg {
        font-size: 3.2vw;
    }

    .fs_14_px_reg {
        font-size: 3.5vw;
    }

    .fs_16_px_reg {
        font-size: 4vw;
    }



    .fs_10_px_sb {
        font-size: 2.5vw;
    }
    
    .fs_16_px_sb {
        font-size: 3.6vw;
    }
    footer .fs_16_px_sb {
        font-size: 5vw;
    }
    .course_text_wrap .fs_16_px_sb {
        font-size: 4.5vw;
    }
    a.fs_16_px_sb {
        font-size: 4vw!important;
    }
    .fs_18_px_sb {
        font-size: 4.3vw;
    }

    .fs_32_px_sb {
        font-size: 8vw;
    }

    .fs_40_px_sb {
        font-size: 5.3vw;
    }

    .fs_48_px_sb {
        font-size: 8vw;
    }

    .txt_center br {
        display: none;
    }
    
    .mb_8 {
        margin-bottom: 1.9vw;
    }

    .mb_11 {
        margin-bottom: 2.7vw;
    }

    .mb_14 {
        margin-bottom: 3.6vw;
    }

    .mb_19 {
        margin-bottom: 4.6vw;
    }

    .mb_25 {
        margin-bottom: 5vw;
    }

    .mb_27 {
        margin-bottom: 6vw;
    }

    .mb_32 {
        margin-bottom: 7.7vw;
    }

    .mb_34 {
        margin-bottom: 8.2vw;
    }

    .mb_42 {
        margin-bottom: 10vw;
    }


    .w_20 {
        width: 4.8vw;
    }

    .w_32 {
        width: 9vw;
    }

    .w_40 {
        width: 10vw;
    }

    .w_60 {
        width: 14.5vw;
    }

    .w_80 {
        width: 19vw;
    }

    .w_160 {
        width: 38.6vw;
    }

    .w_194 {
        width: 43vw;
    }

    .h_26 {
        height: 6.3vw;
    }

    .h_32 {
        height: 7.7vw;
    }

    .h_40 {
        height: 10vw;
    }

    .h_43 {
        height: 11vw;
    }

    .h_60 {
        height: 14.5vw;
    }

    .h_80 {
        height: 19.3vw;
    }
    .section .star_text_container img {
        display: none;
    }
    .star_text_container img {
        margin-right: 3vw;
    }
    .course_item {
        width: 100%;
    }
    .course_img_wrap img {
        height: 9vw;
    }
    .course_img_wrap {
        margin-right: 4vw;
    }
    .logo_img_wrap img {
        width: 42vw;
    }
    .logo_container {
        column-gap: 6vw;
    }
    .review_star_container img {
        width: 5vw;
    }
    .review_name_img_wrap {
        margin-right: 4vw;
    }
    .prop_1_wrap {
        width: 29vw;
        right: -3.2vw;
        bottom: 69vw;
    }
    .prop_2 img {
        z-index: -2;
    }
    .header_main_img_wrap img {
        width: 80vw;
    }
    .prop_2 img {
        width: 110%;
        bottom: 15vw;
    }
    .section_img_cssfix_wrap img {
        width: 80vw;
    }
    .prop_4 {
        bottom: 66vw;
    }
    .prop_5 {
        display: none;
    }
    .top_header_programari_wrap a {
        display: none;
    }
    .top_header_logo_wrap a img {
        width: 46vw;
    }
    .form_small_wrap label.error, .label_radio label.error {
        font-size: 3.5vw;
        bottom: -4.7vw;
    }
    .form_small_wrap label.error {
        left: 3vw;
    }
    .form_small_wrap {
        width: 100%;
    }
    .form_small_container {
        flex-wrap: wrap;
    }
    .input_padding {
        padding: 3vw;
    }
    .review_item {
        padding: 6vw 4.5vw;
    }
    .adv_img_wrap img {
        max-width: 7vw;
    }
    .adv_img_wrap {
        width: 13vw;
        height: 13vw;
    }
    .adv_item {
        width: 100%;
        margin-bottom: 5vw;
        padding: 6vw 4.5vw;
    }
    .adv_item:last-of-type {
        margin-bottom: 0;
    }
    .adv_item .fs_16_px_sb {
        font-size: 4.5vw;
        
    }
    .adv_item .fs_14_px_reg {
        font-size: 4vw;
    }
    .section_campuses_img_wrap img {
        width: 90vw;
    }
    .map_prop_1 {
        display: none;
    }
    .duration_img_wrap {
        width: 88vw;
    }
    .prop_3 {
        width: 90vw;
        height: 55vw;
    }
    .attendance_img_wrap {
        width: 90vw;
    }
    .attendance_prop_3 {
        bottom: 69vw;
        right: 53vw;
        width: 40vw;
    }
    .attendance_duration_1 {
        transform: translate(0, 0)
    }
    .prop_duration_1 {
        transform: translate(-20%, 50%)
    }
    .prop_duration_3 {
        display: none;
    }
    .prop_duration_2 {
        bottom: 68vw;
        z-index: -1;
    }
    .prop_duration_2 img {
        width: 7vw;
    }
    .checkmark {
        width: 4vw;
        height: 4vw;
    }
    .label_radio {
        padding-left: 6vw;
    }
    .label_radio .checkmark:after {
        width: 0.9vw;
        height: 2vw;
        border-width: 0 0.4vw 0.4vw 0;
        left: 1.2vw;
    }
    .course_item:nth-last-child(-n+2) {
        margin-bottom: 5vw;
    }
    .course_item:last-of-type {
        margin-bottom: 0;
    }
    .review_item h3 {
        font-size: 5vw;
    }
    .header_main_text_container {
        height: 100svh;
        padding: 0;
    }
}






