@charset "utf-8";
@import "../fonts/ProximaNova/stylesheet.css" all;

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: 'Proxima Nova Rg', sans-serif;
}

a,
p {
    font-family: 'Proxima Nova Rg', sans-serif;
}

.header {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 120px;
    width: 100%;
    padding: 40px 4% 0px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 10;
}

.background-menu {
    height: 65px;
    background-color: #fff;
    padding-top: 5px;
}

.background-menu .header-info {
    display: none;
}

.logo {
    height: 50px;
    width: 190px;
}

.logo-link {
    display: block;
    width: 190px;
    height: 50px;
    background: url(../images/2tm_max.png) no-repeat;
    background-size: contain;
}

.navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.header-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.header-info a {
    position: relative;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.header-email {
    margin-right: 65px;
}

.header-email::before,
.header-phone::before {
    content: '';
    position: absolute;
    left: -30px;
    width: 23px;
    height: 23px;
}

.header-email::before {
    background: url('../images/h_mail.png') no-repeat;
    background-size: contain;
}

.header-phone::before {
    background: url('../images/h_tel.png') no-repeat;
    background-size: contain;
    top: -5px;
}

.main-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.main-nav a {
    font-family: 'Proxima Nova Bold';
    color: #000;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 15px;
    padding-bottom: 25px;
}

.main-nav a:hover {
    padding-bottom: 20px;
    border-bottom: 5px solid #00ab28;
}

.main-nav :last-child {
    margin-right: 0px;
}


.lang {
    position: relative;
    width: 45px;
    height: 41px;
    z-index: 5;
    background-color: white;
}

.lang-arr {
    display: flex !important;
}

.lang-arr .arr {
    display: block;
    width: 15px;
    height: 10px;
    margin-top: 18px;
    margin-left: 4px;
}

.lang .lang-menu {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.lang .lang-menu li {
    width: 43px;
    height: 43px;
    z-index: 5;
}

.lang .lang-menu li a {
    padding: 0px;
    margin: 0px;
    width: 43px;
    height: 43px;
    z-index: 5;
}

.lang .lang-menu .lang-sub-menu {
    display: none;
    position: absolute;
    top: 42px;
    left: 0px;
    background: white;
    z-index: 5;
}

.lang .lang-menu .lang-sub-menu li {
    width: 43px;
    height: 43px;
    background: white;
    border: 1px solid #e6e6e6;
    z-index: 5;
}

.lang .lang-menu .lang-sub-menu li:hover,
.lang .lang-menu .lang-sub-menu a:hover {
    background: #e6e6e6;
}

.lang-menu li:hover .lang-sub-menu {
    display: block;
}

.mobile-menu {
    display: none;
}

.banner-wrap {
    box-sizing: border-box;
    padding-top: 120px;
}

.banner {
    position: relative;
    padding: 9% 6% 50px;
    width: 100%;
    height: 550px;
    background: url('../images/background_head_max.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.banner-text h1 {
    color: #fff;
    font-family: 'Proxima Nova Extrabold';
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

.banner-text p,
.banner-text p a {
    font-family: 'Proxima Nova Bold';
    font-size: 28px;
    line-height: 45px;
    padding: 0px 15px 0px 10px;
    display: inline-block;
    box-sizing: border-box;
    text-transform: none;
    background-color: #00ab28;
    color: #fff;
}

.banner-text p a {
    text-decoration: underline;
}

.banner-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 50px;
}

.banner-buttons a {
    display: block;
    width: 280px;
    font-family: 'Proxima Nova Bold';
    font-size: 28px;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.banner-buttons a:hover {
    -webkit-box-shadow: 2px 1px 15px 0px #555;
    -moz-box-shadow: 2px 1px 15px 0px #555;
    box-shadow: 2px 1px 15px 0px #555;
}

.first-banner-button {
    background-color: #fff;
    color: #000;
    margin-bottom: 20px;
}

.second-banner-button {
    background-color: #00ab28;
    color: #fff;
}

.why-slovenia {
    padding: 50px 10% 0px;
}

.why-slovenia h2,
.what-we-offer h2,
.application-process h2,
.reviews h2 {
    font-family: 'Proxima Nova Extrabold';
    font-size: 50px;
    line-height: 50px;
    color: #000;
}

.why-slovenia h2,
.what-we-offer h2,
.application-process h2,
.reviews h2 {
    margin-bottom: 90px;
}

.why-slovenia h2 span {
    color: #00ab28;
}

.toggled_blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.parent_block {
    width: 16%;
    height: 240px;
    padding: 0px;
    cursor: pointer;
}

.button_study {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.button_study:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.button_study:hover::after {
    content: "Više";
}

.button_study:after {
    content: "";
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #2d8736;
    position: absolute;
    bottom: 25px;
    right: 23px;
    font-size: 18px;
    font-weight: bold;
}

.button_study div {
    width: 70%;
    height: 70px;
    margin: 20px auto 0px;
}

.button_study p {
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.toggled_block {
    width: 100%;
    height: 240px;
    background: #fff;
    display: none;
    padding: 10px 0px 0px;
    position: relative;
    margin: -250px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.toggled_block p {
    text-align: center;
    padding: 10px 10px 20px 10px;
    color: #000;
    font-size: 16px;
}

.button1 div {
    background: url(../images/1study.png) no-repeat center;
    background-size: contain;
}

.button2 div {
    background: url(../images/2study.png) no-repeat center;
    background-size: contain;
}

.button3 div {
    background: url(../images/3study.png) no-repeat center;
    background-size: contain;
}

.button4 div {
    background: url(../images/4study.png) no-repeat center;
    background-size: contain;
}

.button5 div {
    background: url(../images/5study.png) no-repeat center;
    background-size: contain;
}

.button6 div {
    background: url(../images/6study.png) no-repeat center;
    background-size: contain;
}

.what-we-offer {
    padding: 50px 10% 100px;
    background-color: #fafafa;
}

.offers {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px 6%;
    margin-bottom: 100px;
}

.offer div {
    height: 135px;
    margin-bottom: 20px;
}

.offer p {
    font-family: 'Proxima Nova Extrabold';
    font-size: 18px;
    text-align: center;
    padding: 0px 50px;
}

.offer1 div {
    background: url(../images/ofer1_c_max.png) no-repeat center;
    background-size: contain;
}

.offer2 div {
    background: url(../images/ofer2_c_max.png) no-repeat center;
    background-size: contain;
}

.offer3 div {
    background: url(../images/ofer3_c_max.png) no-repeat center;
    background-size: contain;
}

.six-reasons-title {
    font-family: 'Proxima Nova Extrabold';
    font-size: 42px;
    line-height: 42px;
    color: #000;
    margin-bottom: 60px;
}

.six-reasons-title span {
    color: #00ab28;
}

.reasons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
}

.reason {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 125px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 17px 7px rgba(158, 158, 158, 0.20);
    -moz-box-shadow: 0px 0px 17px 7px rgba(158, 158, 158, 0.20);
    box-shadow: 0px 0px 17px 7px rgba(158, 158, 158, 0.20);
}

.reason div {
    width: 23%;
    height: 125px;
    padding: 10px 0px 10px 5px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-sizing: border-box;
}

.reason p {
    padding: 10px;
    width: 77%;
    font-family: 'Proxima Nova Bold', sans-serif;
    font-size: 16px;
    line-height: 18px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #fff;
}

.reason1 div {
    background: #fff url(../images/351.png) no-repeat center;
    background-size: 70px;
}

.reason2 div {
    background: #fff url(../images/reason2.png) no-repeat center;
    background-size: 90px;
}

.reason3 div {
    background: #fff url(../images/reason3.png) no-repeat center;
    background-size: 90px;
}

.reason4 div {
    background: #fff url(../images/reason4.png) no-repeat center;
    background-size: 90px;
}

.reason5 div {
    background: #fff url(../images/reason5.png) no-repeat center;
    background-size: 100px;
}

.reason6 div {
    background: #fff url(../images/reason6.png) no-repeat center;
    background-size: 80px;
}

.application-process {
    padding: 50px 10% 200px;
    position: relative;
}

.steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.steps-second {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.step {
    width: 20%;
    text-align: center;
    position: relative;
}

.step div {
    height: 120px;
    margin-bottom: 15px;
}

.step p a {
    font-family: 'Proxima Nova Bold', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.step p a:hover {
    text-decoration: none;
}

.step p {
    font-family: 'Proxima Nova Bold', sans-serif;
    font-size: 16px;
}

.step1 div {
    background: url(../images/img_step1_c.png) no-repeat bottom center;
    background-size: contain;
}

.step2 div {
    background: url(../images/img_step2_c.png) no-repeat bottom center;
    background-size: contain;
}

.step3 div {
    background: url(../images/img_step3_c.png) no-repeat bottom center;
    background-size: contain;
}

.step4 div {
    background: url(../images/img_step4_c.png) no-repeat bottom center;
    background-size: contain;
}

.step5 div {
    background: url(../images/img_step5_c.png) no-repeat bottom center;
    background-size: contain;
}

.step6 div {
    background: url(../images/img_step6_c.png) no-repeat bottom center;
    background-size: contain;
}

.step1::after,
.step2::after,
.step3::after,
.step5::after {
    content: '';
    height: 15px;
    background: url('../images/dottesh_o.png') no-repeat center;
    position: absolute;
    right: -75px;
    top: 28%;
    width: 75px;
    background-size: contain;

}

.step5 {
    margin-right: 75px;
}

.step5::after {
    right: -75px;
}

.application_process_time_wrap {
    position: absolute;
    bottom: -150px;
    left: calc(50% - 500px);
    z-index: 5;
}

.application_process_time {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 17px 7px rgba(246, 246, 247, 1);
    -moz-box-shadow: 0px 0px 17px 7px rgba(246, 246, 247, 1);
    box-shadow: 0px 0px 17px 7px rgba(246, 246, 247, 1);
    z-index: 5;
}

.application_process_time_image img {
    width: 85%;
    z-index: 5;
}

.application_process_time_desc strong {
    font-family: 'Proxima Nova Extrabold', sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    z-index: 5;
}

.application_process_time_desc p {
    margin-top: 60px;
    text-align: center;
}

.application_process_time_desc p a {
    font-family: 'Proxima Nova Bold';
    text-align: center;
    background: #00ab28;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    padding: 15px 40px;
    cursor: pointer;
}

.application_process_time_desc p a:hover {
    -webkit-box-shadow: 2px 1px 15px 0px #555;
    -moz-box-shadow: 2px 1px 15px 0px #555;
    box-shadow: 2px 1px 15px 0px #555;
}

.faq {
    padding: 175px 10% 25px;
    background-color: #fafafa;
}

.faq-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px 50px;
}

.faq-title h2 {
    text-align: left;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    color: #000;
    text-transform: none;
    margin: 0px;
}

.faq-title img {
    width: 30%;
}

.faq-link-wrap {
    text-align: center;
}

.faq-link {
    font-family: 'Proxima Nova Bold';
    text-align: center;
    background: #00ab28;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 45px;
    text-decoration: none;
}

.faq-link:hover {
    -webkit-box-shadow: 2px 1px 15px 0px #555;
    -moz-box-shadow: 2px 1px 15px 0px #555;
    box-shadow: 2px 1px 15px 0px #555
}

.reviews {
    padding: 50px 10%;
    background: #fafafa;
}

.item-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 2%;
}

.rew {
    border-radius: 100px;
    height: 121px;
    position: relative;
    width: 121px;
    z-index: 1;
    margin-right: 50px;
}

.rew1 {
    background: url(../images/review_photo1.png) no-repeat center;
    background-size: cover;
}

.rew2 {
    background: url(../images/review_photo2.png) no-repeat center;
    background-size: cover;
}

.rew3 {
    background: url(../images/review_photo3.png) no-repeat center;
    background-size: cover;
}

.rew4 {
    background: url(../images/review_photo4.png) no-repeat center;
    background-size: cover;
}

.rew5 {
    background: url(../images/review_photo5.png) no-repeat center;
    background-size: cover;
}

.rew6 {
    background: url(../images/review_photo6.png) no-repeat center;
    background-size: cover;
}

.rew7 {
    background: url(../images/review_photo7.png) no-repeat center;
    background-size: cover;
}

.rew8 {
    background: url(../images/review_photo8.png) no-repeat center;
    background-size: cover;
}

.rew9 {
    background: url(../images/review_photo9.png) no-repeat center;
    background-size: cover;
}

.rew10 {
    background: url(../images/review_photo10.png) no-repeat center;
    background-size: cover;
}

.rew11 {
    background: url(../images/review_photo11.png) no-repeat center;
    background-size: cover;
}

.rew12 {
    background: url(../images/review_photo12.png) no-repeat center;
    background-size: cover;
}

.rew13 {
    background: url(../images/review_photo13.png) no-repeat center;
    background-size: cover;
}

.rew-text {
    width: 77%;
}

.rew-text .rew-name {
    font-family: 'Proxima Nova Extrabold';
    font-size: 22px;
    line-height: 22px;
    color: #000;
}

.rew-text .rew-sub-desc {
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px;
    color: #000;
}

.rew-text .desc {
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    font-style: italic;
    max-height: 125px;
    overflow: auto;
}

#fields5 {
    display: flex;
    flex-direction: column;
}

.new-consultation {
    padding: 50px 10%;
    background: #fafafa;
}

.new-consultation-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 17px 7px rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 0px 0px 17px 7px rgba(158, 158, 158, 0.3);
    box-shadow: 0px 0px 17px 7px rgba(158, 158, 158, 0.3);
}

.new-consultation-desc {
    width: 55%;
}

.new-consultation-form {
    width: 41%;
    text-align: center;
}

.new-consultation-form strong {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Proxima Nova Extrabold';
}

.new-consultation-desc h2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: left;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    color: #000;
    text-transform: none;
    margin-bottom: 45px;
}

.new-consultation-desc h2 img {
    width: 147px;
    margin-right: 20px;
}

.new-consultation-desc p {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Proxima Nova Rg', sans-serif;
}

.new-consultation-form form {
    margin-top: 15px;
    text-align: left;
}

.new-consultation-form-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.new-consultation-form form textarea {
    font-family: 'Proxima Nova Rg', sans-serif;
    width: 100%;
    height: 150px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.new-consultation-form-flex input {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 49%;
    padding-left: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.new-consultation-form form textarea::placeholder,
.new-consultation-form-flex input::placeholder {
    font-family: 'Proxima Nova Rg', sans-serif;
    color: #000;
    font-size: 14px;
}

.new-consultation-form-18 {
    text-align: center;
    margin-bottom: 20px;
}

.new-consultation-form-18 label {
    font-size: 12px;
    font-family: 'Proxima Nova Rg', sans-serif;
}

.new-consultation-form form button {
    background: #00ab28;
    border: none;
    padding: 14px 20px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Proxima Nova Bold';
    width: 260px;
    margin: 0 auto;
    cursor: pointer;
}

.new-consultation-form form button:hover {
    -webkit-box-shadow: 2px 1px 15px 0px #555;
    -moz-box-shadow: 2px 1px 15px 0px #555;
    box-shadow: 2px 1px 15px 0px #555
}

.new-consultation-form form button span {
    font-family: 'Proxima Nova Bold';
    margin: 0px;
    box-shadow: none;
    width: 280px;
    height: 45px;
    font-size: 17px;
}

.contact {
    padding: 50px 0px 0px;
    background: #fafafa;
    display: flex;
    flex-direction: row;
}

.contact .map {
    width: 52%;
    height: 100%;
}

.contact .map iframe {
    width: 100%;
    height: 500px;
}

.contact-info {
    padding-left: 40px;
}

.contact-info h2 {
    font-family: 'Proxima Nova Extrabold';
    font-size: 50px;
    line-height: 50px;
    color: #000;
    margin-bottom: 15px;
}

.contact-sub-info strong {
    font-family: 'Proxima Nova Extrabold';
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin-bottom: 15px;
}

.contact-sub-info p {
    position: relative;
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    line-height: 55px;
    color: #000;
    padding-left: 50px;
}

.contact-adress {
    margin-top: 10px;
}

.contact-adress::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/cont1.png) no-repeat top center;
    width: 30px;
    height: 50px;
}

.contact-mail::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    background: url(../images/cont2.png) no-repeat top center;
    width: 40px;
    height: 50px;
}

.contact-phone::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    background: url(../images/cont3.png) no-repeat top center;
    width: 40px;
    height: 50px;
}

.contact-site::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    background: url(../images/world-wide-web-green.png) no-repeat top center;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.social {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 70px;
}

.social .social-item {
    display: block;
    height: 35px;
    width: 35px;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
}

.social .social-item:hover {
    transform: scale(1.2);
}

.instagram {
    background: url(../images/instagram_g.png) no-repeat center;
    background-size: cover;
}

.instagram:hover {
    background: url(../images/instagram.png) no-repeat center;
    background-size: cover;
}

.facebook {
    background: url(../images/facebook_g.png) no-repeat center;
    background-size: cover;
}

.facebook:hover {
    background: url(../images/facebook.png) no-repeat center;
    background-size: cover;
}

.vk {
    background: url(../images/vk1_g.png) no-repeat center;
    background-size: cover;
}

.vk:hover {
    background: url(../images/vk.png) no-repeat center;
    background-size: cover;
}

.viber {
    background: url(../images/viber1_g.png) no-repeat center;
    background-size: cover;
}

.viber:hover {
    background: url(../images/viber.png) no-repeat center;
    background-size: cover;
}

.youtube {
    background: url(../images/youtube_g.png) no-repeat center;
    background-size: cover;
}

.youtube:hover {
    background: url(../images/youtube.png) no-repeat center;
    background-size: cover;
}

.open-map {
    font-family: 'Proxima Nova Bold';
    font-size: 16px;
    color: #000;
    padding: 10px 40px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 1px 0px 10px 0px #555;
    border-radius: 50px;
}

a.open-map:hover {
    color: #00ab28;
}

.footer {
    background: #434242;
    padding: 20px 20px;
    min-height: 120px;
}

.footer a{
  background: #434242 !important;
  min-height: 120px;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none;
}

.footer img {
    margin-bottom: 30px;
}

.footer p {
    font-size: 18px;
    color: #fff;
    padding: 0px 0px 11px;
}

.footer :nth-child(2):hover {
    cursor: pointer;
    text-decoration: underline;
}

.footer :nth-child(3):hover {
    cursor: pointer;
    text-decoration: underline;
}

.mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.38);
    display: none;
    height: 100%;
    width: 100%;
    z-index: 12;
}

.box_window {
    position: fixed;
    left: 50%;
    top: 2%;
    max-height: 90vh;
    width: 550px;
    margin-left: -275px;
    padding: 30px 0px;
    display: none;
    box-shadow: 0px 0px 1px 0px #ccc;
    border-radius: 10px;
    background: #f8f8f8;
    border-radius: 10px;
    z-index: 99999;
}

.id6 {
    max-height: 80vh;
    overflow: auto;
}

.bw_close {
    display: none;
}

.box_window h2 {
    font-family: 'Proxima Nova Bold';
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 10px;
    margin-bottom: 10px;
}

.box_window p {
    font-size: 14px;
    color: #000;
    display: block;
    padding: 0px 10px;
    text-align: left;

}

p.black {
    font-weight: bold;
    padding: 10px 10px 3px;
}

#fields1 h2,
#fields3 h2,
#fields4 h2 {
    font-family: 'Proxima Nova Bold';
    font-size: 28px;
    text-align: center;
    color: #000;
    text-transform: none;
}

#fields1 p,
#fields3 p,
#fields4 p {
    font-size: 16px;
    padding: 0px 55px 15px;
    text-align: center;
    color: #000;
}

#fields4 textarea {
    height: 150px;
}

.box_window_in form>div>input,
.box_window_in textarea,
.box_window_in select {
    width: 300px;
    margin: 0px auto 11px;
    padding: 10px 21px;
    display: block;
    color: #000;
    border-radius: 5px;
    border: none;
    height: 50px;
    box-sizing: border-box;
}

.box_window_in form>div>input::placeholder,
.box_window_in textarea::placeholder {
    color: #000;
}

.box_window_in form>div>div>label,
.consul input[type="checkbox"]+label {
    font-family: 'Proxima Nova Rg';
    color: #000;
    font-size: 12px;
    text-align: center;
}

.box_window_in form>div>div {
    width: 325px;
    margin: 0px auto;
    margin-top: 20px;
}

.box_window_in form>div>button {
    display: block;
    font-size: 20px;
    font-family: 'Proxima Nova Bold';
    color: #fff;
    padding: 0px 30px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 10px;
    box-sizing: border-box;
    border-radius: 50px;
    border: none;
    background: #00ab28;
    cursor: pointer;
}

.box_window_in form>div>button:hover {
    box-shadow: 1px 0px 21px 0px #555;
}

#fields4 {
    width: 82%;
    margin: 0 auto;
}

#fields4 form>div>input,
#fields4 textarea,
#fields4 select {
    width: 100%;
}

#fields4 .fields4-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

#fields4 .fields4-flex input {
    width: 48%;
    padding: 10px 21px;
    display: block;
    color: #000;
    border-radius: 5px;
    border: none;
    height: 45px;
    box-sizing: border-box;
}

#fields4 .fields4-flex input::placeholder {
    color: #000;
}

.knopka {
    background-image: url(../images/bot_up_min.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 52px;
    display: block;
    opacity: 0.8;
    width: 52px;
    position: fixed;
    top: 87%;
    right: 4.4%;
}

.knopka:hover {
    transform: scale(0.9);
}

.knopka.up {
    opacity: 0;
}

.ok,
.ok p {
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 18px;
    line-height: 20px;
}

.application_process_time_wrap_mobile,
.steps_study_mobile,
.faq-title-mobile {
    display: none;
}

.view_mobile {
    display: none;
}

input.error,
textarea.error{
    border: 1px solid red!important;
    transition: .3s all ease-in-out;
}

label.error{
    color: red!important;
    transition: .3s all ease-in-out;
}

form{
    position: relative;
}
  
.form--load{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s all ease-in-out;
}
  
.form--load img{
    width: 40px;
    height: 40px;
    animation: rotating 2s linear infinite;
    transform-origin: center center;
}
  
@keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
  
form.load .form--load{
    opacity: 1;
    pointer-events: inherit;
}