.motivate {
    font-family: 'Nikolo', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-color: #314B9E;
    height: 100vh;
}

.motivate #main-header .rf-container .main-nav .to-rf-links li:hover a {
    color: #71FEC1 !important;
}

.motivate #main-header .rf-container .main-nav .lang-switcher li:hover a {
    color: #71FEC1 !important;
}

.motivate .motivate-content {
    width: 50%;
    max-width: 1060px;
    padding-top: 50px;
}

.motivate .motivate-content .page-title {
    color: #FFFFFF;
    width: 100%;
    font-size: 45px;
    max-width: 1000px;
    -webkit-transform: translate(-56px, 35px);
    transform: translate(-56px, 35px);
    text-align: left;
}

.motivate .motivate-content .descr {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-width: 800px;
    text-align: left;
    color: #FFFFFF;
    background-color: #5276E8;
    padding: 50px;
}

.motivate .motivate-content .educational-wrap {
    width: 100%;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.motivate .motivate-content .educational-wrap .educational-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 345px;
}

.motivate .motivate-content .educational-wrap .educational-item + .educational-item {
    margin-left: 20px;
}

.motivate .motivate-content .educational-wrap .educational-item .educational-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: 15px;
}

.motivate .motivate-content .educational-wrap .educational-item .educational-item-title .line {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.motivate .motivate-content .educational-wrap .educational-item .educational-item-title .motivate-link {
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.motivate .motivate-content .educational-wrap .educational-item .educational-item-title .motivate-link:hover {
    color: #71FEC1;
}

.motivate .motivate-content .educational-wrap .educational-item .educational-item-title .motivate-link i {
    font-size: 25px;
    padding-left: 10px;
}

.motivate .motivate-content .educational-wrap .educational-item .educational-item-title h4 {
    text-align: center;
    font-size: 24px;
    color: #71FEC1;
    font-style: italic;
    letter-spacing: 1px;
    width: 80%;
}

.motivate .motivate-content .educational-wrap .educational-item .hidden-icon {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .motivate .motivate-content {
        width: 60%;
        margin-left: 30%;
    }
}

@media only screen and (max-width: 1260px) {
    .motivate .rf-container .page-title {
        width: 100%;
    }

    .motivate .rf-container .educational-wrap {
        width: 100%;
    }

    .motivate .rf-container .educational-wrap .educational-item + .educational-item {
        margin-left: 10px;
    }

    .motivate .rf-container .educational-wrap .educational-item .educational-item-title {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .motivate .motivate-content .page-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 730px) {
    .motivate {
        height: auto;
    }

    .motivate .motivate-content {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1263px) and (max-height: 940px) {
    .motivate {
        height: auto;
    }

    .motivate .motivate-content {
        padding: 100px 0;
    }
}

@media (min-width: 1025px) and (max-height: 768px) {
    .motivate .rf-container.motivate-content .page-title {
        font-size: 40px;
    }

    .motivate .rf-container.motivate-content .educational-wrap {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .motivate {
        height: auto;
        padding: 0;
    }

    .motivate .motivate-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .motivate .motivate-content .page-title {
        padding: 120px 30px 80px 30px;
        -webkit-transform: none;
        transform: none;
        max-width: none;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .motivate .motivate-content .descr {
        width: 100%;
        margin: 0;
        max-width: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 70px 70px !important;
    }

    .motivate .motivate-content .educational-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        max-width: unset;
        padding: 50px 0;
    }

    .motivate .motivate-content .educational-wrap .educational-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .motivate .motivate-content .educational-wrap .educational-item + .educational-item {
        margin-top: 40px !important;
    }

    .motivate .motivate-content .educational-wrap .educational-item .educational-item-img {
        text-align: center;
    }

    .motivate .motivate-content .educational-wrap .educational-item .educational-item-title h4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .motivate .motivate-content .educational-wrap .educational-item .educational-item-title a {
        display: none;
    }

    .motivate .motivate-content .educational-wrap .educational-item .educational-item-title .motivate-link {
        display: none;
    }

    .motivate .motivate-content .educational-wrap .educational-item .educational-item-title .line {
        display: none;
    }

    .motivate .motivate-content .educational-wrap .educational-item .hidden-icon {
        margin-top: 5px;
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .motivate .motivate-content .educational-wrap .educational-item .hidden-icon i {
        font-size: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .motivate .motivate-content .page-title {
        width: 100%;
    }

    .motivate .motivate-content .descr {
        padding: 25px !important;
    }
}

@media only screen and (max-height: 820px) {
    .motivate .descr {
        padding: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .motivate .motivate-content .page-title {
        font-size: 23px;
    }
}