@media screen and (min-width: 320px) and (max-width:768px) {
    .view_desktop {
        display: none;
    }

    .view_mobile {
        display: block;
    }

    .header {
        height: 100px;
        justify-content: flex-start;
        padding: 20px 20px;
    }

    .logo-link {
        background: url(../images/2tm_min.svg) no-repeat;
    }

    .header-info {
        position: absolute;
        left: 50%;
        margin-left: -34%;
        top: 70px;
    }

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

    .header-info a {
        font-size: 14px;
    }

    .lang {
        display: none;
    }

    .navigation {
        padding: 10px;
        height: 55px;
    }

    .mobile-menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 17px;
    }

    .menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        position: relative;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        display: block;
        width: 20px;
        height: 2px;
        background: #969696;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -10px;
        margin-top: -1px;
        transition: all 0.4s linear;
    }

    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
    }

    .menu-btn span:before {
        transform: translateY(-5px);
    }

    .menu-btn span:after {
        transform: translateY(5px);
    }

    .menu-btn.menu-active span:before {
        display: none;
    }

    .menu-btn.menu-active span {
        width: 20px;
        transform: rotate(45deg);
        transform-origin: center;
        background: #fff;
    }

    .menu-btn.menu-active span:after {
        width: 20px;
        transform: rotate(90deg);
        transform-origin: center;
        background: #fff;
    }

    .main-nav {
        visibility: hidden;
        opacity: 0;
    }

    .main-nav.menu-active {
        visibility: visible;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        background: #2d8736;
        ;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.4s linear;
    }

    .main-nav a {
        color: #fff;
        margin-right: 0px;
    }

    .background-menu {
        height: 60px;
        padding-top: 10px;
    }

    .background-menu .mobile-menu {
        top: 10px;
    }

    .banner-wrap {
        padding-top: 100px;
    }

    .banner {
        height: 425px;
        background: url(../images/background_head_white.png) no-repeat;
        padding: 15px 3% 0px;
        background-size: cover;
        margin-bottom: 60px;
    }

    .banner-text {
        margin-top: 30px;
        margin-bottom: 50px;
        padding: 0px 15px;
    }

    .banner-text h1 {
        color: #000;
        font-size: 34px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 45px;
    }

    .banner-text p,
    .banner-text p a {
        font-size: 17px;
        line-height: 28px;
        text-align: center;
    }

    .banner-buttons {
        align-items: center;
        margin-right: 0px;
    }

    .banner-buttons a {
        width: 245px;
        font-size: 24px;
        line-height: 24px;
        padding: 15px 0px;
    }

    .first-banner-button {
        margin-bottom: 10px;
    }

    .why-slovenia {
        padding: 20px 4% 0px;
    }

    .why-slovenia h2,
    .what-we-offer h2 {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 50px;
    }

    .toggled_blocks {
        flex-direction: column;
    }

    .parent_block {
        width: 100%;
        height: 90px;
        margin-bottom: 30px;
    }

    .button_study {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: auto;
    }

    .button_study:hover::after {
        content: '';
    }

    .button_study div {
        width: 70px;
        margin: 0px;
    }

    .button_study p {
        text-align: left;
        font-weight: normal;
        position: absolute;
        left: 80px;
    }

    .toggled_block {
        height: 80px;
        margin: -80px 0px;
        background: #fff;
        padding-top: 0px;
        padding-bottom: 5px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    }

    .toggled_block p {
        font-size: 14px;
    }

    .what-we-offer {
        padding: 40px 4% 30px;
    }

    .offers {
        flex-direction: column;
        padding: 0px;
        margin-bottom: 10px;
    }

    .offer {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }

    .offer div {
        width: 65px;
        height: 65px;
        margin-bottom: 0px;
    }

    .offer p {
        font-size: 16px;
        text-align: left;
        padding-left: 20px;
    }

    .six-reasons-title {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 40px;
    }

    .reasons {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .reason {
        height: 90px;
        border-radius: 10px;
    }

    .reason div {
        margin-top: 0px;
        width: 19%;
        height: 80px;
        background-size: 50px;
    }

    .reason2 div,
    .reason3 div {
        background-size: 60px;
    }

    .reason4 div {
        background-size: 55px;
    }

    .reason5 div {
        background-size: 60px;
        background-position-x: 5px;
    }

    .reason p {
        font-family: 'Proxima Nova Rg';
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        padding: 10px 5px 10px 10px;
    }

    .application-process {
        padding: 20px 5% 10px;
    }

    .application-process h2 {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 50px;
    }

    .steps,
    .steps-second,
    .application_process_time_wrap {
        display: none;
    }

    .application_process_time_wrap_mobile,
    .steps_study_mobile {
        display: block;
    }

    .steps_study_mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .steps_study_mobile p {
        position: relative;
        width: 55%;
        font-size: 14px;
        text-align: center;
        margin-bottom: 50px;
        z-index: 7;
    }

    .steps_study_mobile p::before {
        content: '1';
        position: absolute;
        font-size: 100px;
        line-height: 100px;
        font-weight: 900;
        font-family: 'Proxima Nova Bl', sans-serif;
        top: -30px;
        left: calc(50% - 35px);
        color: #e6e6e6;
        z-index: -1;
    }

    .steps_study_mobile .steps_study2::before {
        content: '2';
        top: -30px;
    }

    .steps_study_mobile .steps_study2 {}

    .steps_study_mobile .steps_study3::before {
        content: '3';
    }

    .steps_study_mobile .steps_study4::before {
        content: '4';
        top: -30px;
    }

    .steps_study_mobile .steps_study5 {
        width: 50%;
        margin-bottom: 70px;
    }

    .steps_study_mobile .steps_study5::before {
        content: '5';
    }

    .steps_study_mobile .steps_study6::before {
        content: '6';
        top: -40px;
    }

    .application_process_time_wrap_mobile {
        margin-top: 30px;
        margin-bottom: -40px;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        -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);
    }

    .application_process_time_mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .application_process_time_image_mobile {
        width: 60%;
        margin-bottom: 20px;
    }

    .application_process_time_image_mobile img {
        width: 100%;
    }

    .application_process_time_desc_mobile {
        text-align: center;
        margin-bottom: 25px;
    }

    .application_process_time_desc_mobile strong {
        font-size: 16px;
        text-align: center;
        font-weight: 900;
        text-transform: uppercase;
        font-family: 'Proxima Nova Extrabold', sans-serif;
    }

    .application_process_time_desc_mobile p {
        margin-top: 25px;
    }

    .application_process_time_desc_mobile p a span {
        background: #00ab28;
        border-radius: 30px;
        color: #fff;
        padding: 10px 25px;
        font-size: 16px;
        font-family: 'Proxima Nova Bold';
    }

    .faq {
        padding: 0px 4% 38px;
    }

    .faq-title {
        display: none;
    }

    .faq-title-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 65px;
    }

    .faq-title-mobile img {
        width: 40%;
    }

    .faq-title-mobile h2 {
        font-family: 'Proxima Nova Extrabold';
        color: #000;
        text-transform: none;
        padding: 10px 0px;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
    }

    .ac-container {
        padding: 0px;
        margin-bottom: 35px;
    }

    .ac-container>div {
        padding: 7px;
        border-radius: 10px;
    }

    .ac-container label {
        font-size: 16px;
    }

    .ac-container input:checked+label,
    .ac-container input:checked+label:hover {
        padding: 5px;
    }

    .ac-container article p {
        padding: 5px;
        font-size: 14px;
    }

    .faq-link {
        background: #00ab28;
        border-radius: 30px;
        color: #fff;
        padding: 13px 25px;
        font-size: 16px;
        font-family: 'Proxima Nova Bold';
    }

    .reviews h2 {
        font-family: 'Proxima Nova Extrabold';
        color: #000;
        text-transform: none;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
    }

    .new-consultation {
        background: #fafafa;
    }

    .new-consultation {
        padding: 0px 5% 10px 5%;
    }

    .new-consultation-wrap {
        flex-direction: column;
        padding: 20px 10px;
    }

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

    .new-consultation-desc h2 {
        flex-direction: column;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        margin-bottom: 20px;
    }

    .new-consultation-desc h2 img {
        margin-bottom: 10px;
        width: 120px;
        margin-right: 0px;
    }

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

    .new-consultation-form {
        margin-top: 20px;
        width: 100%;
    }

    .new-consultation-form strong {
        font-size: 16px;
        font-family: 'Proxima Nova Extrabold', sans-serif;
    }

    .new-consultation-form-flex {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .new-consultation-form-flex input {
        width: 100%;
        margin-bottom: 10px;
    }

    .new-consultation-form form textarea {
        height: 120px;
        margin-bottom: 10px;
    }

    .new-consultation-form-18 input {
        height: 10px;
    }

    .new-consultation-form-18 label {
        font-size: 10px;
    }

    .new-consultation-form form button {
        line-height: 15px;
        width: 200px;
    }

    .new-consultation-form form button span {
        box-shadow: none;
        width: 220px;
        height: 40px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .contact {
        flex-direction: column;
        padding: 35px 0px 0px;
    }

    .contact .map {
        display: none;
    }

    .contact-info {
        padding: 0px;
    }

    .contact-info h2 {
        font-family: 'Proxima Nova Extrabold';
        color: #000;
        text-transform: none;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
    }

    .contact-sub-info strong {
        display: none;
    }

    .contact-sub-info p {
        font-size: 14px;
        line-height: 45px;
    }

    .contact-adress::before {
        left: 17px;
        top: 10px;
        width: 25px;
        height: 30px;
        background-size: contain;
    }

    .contact-mail::before {
        left: 17px;
        top: 13px;
        width: 25px;
        height: 30px;
        background-size: contain;
    }

    .contact-phone::before {
        left: 17px;
        top: 11px;
        width: 25px;
        height: 30px;
        background-size: contain;
    }

    .contact-site::before {
        left: 17px;
        top: 11px;
        width: 25px;
        height: 30px;
        background-size: contain;
    }

    .social {
        justify-content: center;
        margin-bottom: 25px;
    }

    .social .social-item {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

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

    .open-map {
        display: none;
    }

    .footer img {
        width: 150px;
        margin-bottom: 15px;
    }

    .footer p {
        font-size: 14px;
    }

    .item-wrap {
        align-items: flex-start;
    }

    .reviews {
        padding: 50px 5%;
    }

    .rew {
        width: 60px;
        height: 60px;
        margin-right: 5px;
    }

    .rew-text .rew-name {
        font-size: 18px;
    }

    .rew-text .rew-sub-desc {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 16px;
    }

    .rew-text .desc {
        font-size: 14px;
        width: 122%;
        margin-left: -21%;
        margin-top: 30px;
    }

    .box_window {
        top: 2%;
        width: 90%;
        max-height: 95vh;
        margin-left: -45%;
        padding: 10px 0px;
    }

    .box_window_in form>div>input,
    .box_window_in textarea,
    .box_window_in select {
        width: 95%;
        max-width: 300px;
    }

    #fields1 h2,
    #fields3 h2,
    #fields4 h2 {
        font-size: 22px;
        margin-bottom: 5px;
        border-radius: 10px;
    }

    #fields1 p,
    #fields3 p,
    #fields4 p {
        font-size: 14px;
        padding: 0px 10px 15px;
    }

    .box_window_in form>div>button {
        font-size: 18px;
        line-height: 45px;
    }

    .box_window_in form>div>div {
        width: 275px;
    }

    .box_window_in form>div>div>label,
    .consul input[type="checkbox"]+label {
        font-size: 10px;
    }

    .ok,
    .ok p {
        font-size: 14px;
    }

    #fields4 textarea {
        height: 100px;
        padding-left: 10px;
    }

    #fields4 input {
        height: 30px;
        padding-left: 10px
    }

    #fields4 input[type="checkbox"] {
        height: auto;
    }

    #fields4 form>div>button {
        font-size: 16px;
    }

    #fields4 .fields4-flex {
        flex-direction: column;
        justify-content: flex-start;
    }

    #fields4 .fields4-flex input {
        width: 100%;
    }

    #fields4 .fields4-flex :first-child {
        margin-bottom: 15px;
    }

    .mask {
        background-color: #e2e2e2;
    }

    .knopka {
        height: 40px;
        width: 40px;
    }
}

@media screen and (min-width: 480px) and (max-width:768px) {

    .view_desktop {
        display: none;
    }

    .view_mobile {
        display: block;
    }

    .header-info {
        margin-left: -22%;
    }

    .banner {
        background: url(../images/background_head_white.png) no-repeat;
        background-size: cover;
    }

    .banner-buttons {
        align-items: flex-end;
    }

    .banner-text h1 {
        color: #000;
    }

    .application_process_time_wrap_mobile,
    .new-consultation-wrap {
        max-width: 480px;
        margin: 0 auto;
    }

}

@media screen and (min-width: 768px) and (max-width:1100px) {
    .header {
        padding: 40px 1% 0px;
    }

    .background-menu {
        padding-top: 5px;
    }

    .logo,
    .logo-link {
        width: 155px;
    }

    .main-nav a {
        font-size: 16px;
        margin-right: 10px;
    }

    .banner-buttons {
        margin-right: 10px;
    }

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

    .what-we-offer {
        padding: 50px 5% 100px;
    }

    .reason p {
        font-size: 14px;
    }

    .application-process {
        padding: 50px 5% 100px;
    }

    .application_process_time_wrap {
        display: none;
    }

    .application_process_time_wrap_mobile {
        display: block;
    }

    .application_process_time_wrap_mobile {
        max-width: 500px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: -40px;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        -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);
    }

    .application_process_time_mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .application_process_time_image_mobile {
        width: 60%;
        margin-bottom: 20px;
    }

    .application_process_time_image_mobile img {
        width: 100%;
    }

    .application_process_time_desc_mobile {
        text-align: center;
        margin-bottom: 25px;
    }

    .application_process_time_desc_mobile strong {
        font-size: 16px;
        text-align: center;
        font-weight: 900;
        text-transform: uppercase;
        font-family: 'Proxima Nova Extrabold', sans-serif;
    }

    .application_process_time_desc_mobile p {
        margin-top: 25px;
    }

    .application_process_time_desc_mobile p a span {
        background: #00ab28;
        border-radius: 30px;
        color: #fff;
        padding: 10px 25px;
        font-size: 16px;
        font-family: 'Proxima Nova Bold';
    }

    .new-consultation {
        background: #fafafa;
    }

    .new-consultation {
        padding: 0px 5% 10px 5%;
    }

    .new-consultation-wrap {
        max-width: 500px;
        margin: 0 auto;
        flex-direction: column;
        padding: 20px 10px;
    }

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

    .new-consultation-desc h2 {
        flex-direction: column;
        font-size: 26px;
        line-height: 28px;
        text-align: center;
        font-family: 'Proxima Nova Extrabold', sans-serif;
        margin-bottom: 20px;
    }

    .new-consultation-desc h2 img {
        margin-bottom: 10px;
        width: 120px;
        margin-right: 0px;
    }

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

    .new-consultation-form {
        margin-top: 20px;
        width: 100%;
    }

    .new-consultation-form strong {
        font-size: 16px;
        font-family: 'Proxima Nova Extrabold', sans-serif;
    }

    .new-consultation-form-flex {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .new-consultation-form-flex input {
        width: 100%;
        margin-bottom: 10px;
    }

    .new-consultation-form form textarea {
        height: 120px;
        margin-bottom: 10px;
    }

    .new-consultation-form-18 input {
        height: 10px;
    }

    .new-consultation-form-18 label {
        font-size: 10px;
    }

    .new-consultation-form form button {
        line-height: 15px;
        width: 250px;
    }

    .new-consultation-form form button span {
        box-shadow: none;
        width: 220px;
        height: 40px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
    }




}