.element-info-buttons > a,
.users-item > img,
.element-info-labels > span,
.element-image > img,
.about-item > span,
#learn-link,
.contacts-list-item-header > img {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
a{
    cursor:pointer;
}
#wrapper-users {
    position: relative;
    height: 80px;
    width: 100%;
    max-width: 1440px;
    margin: 60px auto;
    padding: 0 120px;
    box-sizing: border-box;
    font-size: 0;
}

/* BEGIN INTRO SECTION */
.education-intro {
    width: 100%;
    max-width: unset;
    position: relative;
    margin: 0 auto 50px;
    padding-top: calc(var(--height--promo) + var(--height--header) + 160px);
    padding-bottom: 120px;
    overflow: hidden;
    background: #F6FAFC;
}
.education-intro:before {
    content: '';
    position: absolute;
    left: 15%;
    top: 65%;
    width: 1532px;
    height: 1532px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(24, 167, 255, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
    z-index: 1;
}
.education-intro:after {
    content: '';
    position: absolute;
    right: -50%;
    top: 0;
    width: 986px;
    height: 986px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(23, 222, 63, 0.5) 0%, rgba(217, 217, 217, 0) 100%);
    z-index: 1;
}
.education-intro-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.element-image {
    width: 46%;
    text-align: center;
    z-index: 2;
}
.element-image > img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.element-info {
    position: relative;
    width: 44%;
    font-weight: 300;
    color: #3e484c;
    text-align: left;
}
.element-info-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #181818;
}
.element-info-title > span{
    color: #4094F7;
    display: inline-block;
}
.element-info-labels {
    padding-bottom: 30px;
    cursor: default;
}
.element-info-labels > div {
    margin-top: 10px;
    font-size: 16px;
    color: #4094F7;
    line-height: 24px;
}
.element-info-labels > span {
    display: inline-block;
    height: 30px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    border: 1px solid #4094F7;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: #4094F7;
    line-height: 28px;
}
.element-info-description {
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #3E484C;
}
.element-info-buttons {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-bottom: 16px;
    width: 100%;
}
.element-info-buttons .content-button {
    outline: none;
    margin: 0 8px 24px;
    border-radius: 8px;
    min-width: 220px;
}
.element-info-buttons .buy-button {
    background: #4094F7;
    color: #FFFFFF;
}
.element-info-buttons .buy-button:hover {
    opacity: 0.9;
    color: #FFFFFF;
}
.element-info-buttons .download-button {
    background: rgba(64, 148, 247, 0.1);
    border: 1px solid #4094F7;
    letter-spacing: -0.006em;
    color: #4094F7;
}
.element-info-buttons .download-button span {
    margin-left: 5px;
}
.element-info-buttons .download-button:hover {
    background: rgba(64, 148, 247, 0.2);
    color: #4094F7;
}

@media screen and (max-width: 1100px) {
    .education-intro {
        padding-top: calc(var(--height--promo) + var(--height--header));
        padding-bottom: 80px;
        margin-bottom: 0;
    }
    .education-intro:before,
    .education-intro:after {
        content: none;
    }
    .education-intro-content {
        flex-direction: column;
    }
    .element-image {
        width: 100%;
    }
    .element-info {
        width: 100%;
        padding: unset;
        order: 1;
    }
}
@media screen and (max-width: 900px) {
    .education-intro {
        padding-top: calc(var(--height--promo) + var(--height--header) + 30px);
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 512px) {
    .element-info-title {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: -0.022em;
    }
    .element-info-labels {
        padding-bottom: 16px;
    }
    .element-info-description {
        padding-bottom: 16px;
    }
    .element-info-buttons a {
        width: 100%;
    }
}
@media screen and (max-width: 420px) {
    .element-info-buttons > a {
        width: 100%;
        margin-right: 0;
    }
}
/* END INTRO SECTION */

/* BEGIN CLIENTS SECTION */
.clients-slider {
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
    position: relative;
}
.clients-list-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1181px;
    /* margin: 40px auto 0; */
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.clients-list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}
.clients-list .owl-item > div {
    display: inline-block;
    height: 80px;
    width: 165px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.clients-list .owl-item > div:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
#using-list img {
    display: inline-block;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
@media screen and (max-width: 486px) {
    .wrapper-elements {
        margin-top: 30px;
    }
    .clients-slider {
        padding: 15px 20px 90px;
    }

}
/* END CLIENTS SECTION */

.education-features {
    margin-top: -20px;
}

/* BEGIN ADVANTAGES SECTION */
.education-parts {
    position: relative;
    overflow: hidden;
}
.parts-section {
    position: relative;
    z-index: 2;
}
.part-section {
    margin-bottom: 200px;
}
.part-section:nth-child(even) .part-image {
    order: 1;
}
.part-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8%;
}
.part-image {
    max-width: 650px;
    display: flex;
}
.part-image img {
    object-fit: contain;
}
.part-content-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #181818;
}
.part-content-labels {
    display: flex;
    flex-wrap: wrap;
}
.part-content-labels > div {
    margin-top: 10px;
}
.part-content-labels > span {
    display: flex;
    align-items: center;
    height: 30px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    border: 1px solid #D0E2EA;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4094F7;
}
.part-content-description {
    margin: 16px 0 24px;
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #181818;
}
.part-content-advantages {
    margin-bottom: 24px;
}
.part-content-advantages .advantage:not(:last-child) {
    margin-bottom: 16px;
}
.part-content-advantages .advantage {
    display: flex;
    align-items: center;
}
.part-content-advantages .advantage p {
    margin-left: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #181818;
}
.part-content-button span {
    margin-right: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #4094F7;
    transition: all .2s ease;
}
.part-content-button:hover span {
    margin-right: 16px;
}

@media screen and (max-width: 1000px) {
    .parts-section {
        padding: unset;
    }
    .part-section {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 40px;
    }
    .part-section {
        margin-bottom: 80px;
    }
    .part-section:nth-child(2n) .part-image {
        order: unset;
    }
    .part-image {
        max-width: unset;
    }

}
@media screen and (max-width: 768px) {
    .part-section {
        grid-template-rows: auto auto;
        padding: 0 15px;
    }
    .part-content-title {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: -0.022em;
    }
}
@media screen and (max-width: 568px) {
    .part-content {
        width: unset;
    }
}
/* END ADVANTAGES SECTION */

/* BEGIN FEATURES SLIDER */
#features-wrapper {
    width: 100%;
    padding: 120px 0;
    background: #181818;
}
#features-wrapper .features-title {
    margin-bottom: 55px;
    padding: 0 54px;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
}
#features {
    position: relative;
    display: flex;
}
#features-list {
    display: block;
    min-width: 380px;
    max-width: 380px;
    margin-right: 80px;
}
#features-list > div {
    position: relative;
    padding: 16px 24px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
    color: #ffffff;
}
#features-list > div.active {
    background: #282828;
    cursor: default;
    color: #ffffff;
}
#features-list > div:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 0;
    bottom: 0;
    left: 0;
    background: #0e73f6;
}
#features-list > div.active:after {
    animation: timer 8s linear 0s 1;
    -webkit-animation: timer 8s linear 0s 1;
}
#features-list.hover > div.active:after {
    animation-play-state: paused;
}
#features-list > div > h2 {
    font-weight: 500;
    font-size: 18px;
    color: #929292;
    line-height: 24px;
    transition: 0.2s;
}
#features-list > div:not(.active):hover > h2 {
    color: #4094f7;
}
#features-list > div.active > h2 {
    color: #ffffff;
}
#features-list > div > div {
    max-height: 0;
    padding-top: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    transition: 0.2s;
}
#features-list > div.active > div {
    max-height: 225px;
    padding-top: 12px;
}
#features-list > span {
    display: block;
    width: 100%;
    margin: 16px auto 0;
    padding: 14px 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(23, 192, 255, 0.1);
    font-weight: 500;
    font-size: 18px;
    color: #17c0ff;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
#features-list > a {
    display: block;
    width: 100%;
    margin: 16px auto 0;
    padding: 14px 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(64,148,247,0.1);
    font-weight: 500;
    font-size: 18px;
    color: #4094f7;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
#features-list > span > * {
    vertical-align: top;
}
#features-list > span > svg {
    margin-right: 13px;
}
#features-list .slider-link {
    position: relative;
    display: block;
    text-decoration: none;
    color: #0080a0;
}
#features-content {
    position: relative;
    align-self: flex-start;
    width: 100%;
    /*padding: 40px 40px 90px;*/
    box-sizing: border-box;
    background: #0f0f0f;
    border-radius: 20px;
    /* margin-bottom: 90px; */
}
#features-content > div {
    position: relative;
    display: none;
}
#features-content > div > .new-icon-badge {
    position: absolute;
    top: 8px;
    right: -30px;
    padding: 11px 20px;
    color: #fff;
    font-weight: bold;
    font-family: Roboto;
    font-size: 16px;
    background: #ec2626;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    z-index: 1;
}
#features-content > div.active {
    display: block;
}
#features-content > div > img {
    display: block;
    width: 100%;
    user-select: none;
}
#features-content > div > div > img {
    position: absolute;
    border-radius: 6px;
}
#features-content > div.active > div > img {
    animation: images 0.4s ease 0.1s 1;
    -webkit-animation: images 0.4s ease 0.1s 1;
}
#features-content > div > img.mobile {
    display: none;
}
#features-content > div > img {
    /* margin: -40px 0; */
}
#features-content > svg {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;
    left: -42px;
    cursor: pointer;
    z-index: 1;
}
#features-content > svg#arrow-right {
    left: auto;
    right: -42px;
}
#features-content > svg > path {
    transition: 0.2s;
}
#features-content > svg:hover > path {
    stroke: #4094F7;
}
#features-content > a {
    position: absolute;
    display: none;
    height: 52px;
    width: 200px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 30px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    background-color: #17c0ff;
    text-align: center;
    box-shadow: 0 16px 24px rgba(23, 192, 255, 0.2);
}
#content.fr-lang #features-content > a {
    height: 70px;
}
#features-content > a.active {
    display: block;
}

@keyframes timer {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    #features {
        flex-direction: column;
    }
    #features-wrapper {
        padding: 80px 0;
    }
    #features-list {
        width: 100%;
        min-width: unset;
        max-width: unset;
        margin-bottom: 50px;
    }
    #features-content > svg {
        display: none;
    }
}
/* END FEATURES SLIDER */

/* BEGIN LEARN VIDEOS */
.learn-videos {
    padding-bottom: 140px;
}
.learn-videos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0 40px;
}
.learn-videos-header-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #181818;
}
.learn-videos-body {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.video-card {
    flex: 1 1 30%;
}
.video-card .video-content {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    border-radius: 9px;
}
.video-card .video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-card .video-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #181818;
}

@media screen and (max-width: 1000px) {
    .video-card {
        flex: 1 1 45%;
    }
}
@media screen and (max-width: 768px) {
    .learn-videos-header-title {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: -0.022em;
    }
}
@media screen and (max-width: 512px) {
    .learn-videos {
        position: relative;
        padding-bottom: 120px;
    }
    .learn-videos-header-button {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .video-card {
        flex: 1 1 100%;
    }
}
/* END LEARN VIDEOS */

/* BEGIN TESTIMONIALS SECTION */
.education-testimonials {
    display: flex;
    padding: 140px 0;
    background: linear-gradient(146.64deg, #00B2FF -6.88%, #0034B9 113.5%);
    overflow: hidden;
}
.testimonials-wrapper {
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
}
.testimonials-description {
    width: 330px;
    margin-bottom: 70px;
    padding: 5px;
}
.testimonials-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
}
.testimonials-subtitle {
    margin: 24px 0 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.testimonials-rating {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.testimonials-rating .stars {
    color: #F8C51B;
    min-width: 92px;
}
.testimonials-rating .number {
    margin: 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.006em;
    color: #FFFFFF;
}
.testimonials-rating .review {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.8;
}
.testimonials-button span {
    margin-right: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #FFFFFF;
}

.education-testimonials .owl-carousel {
    margin-left: 150px;
}
.education-testimonials .owl-carousel .item {
    width: 390px;
    height: 430px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.education-testimonials .owl-carousel .item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 24px;
    background: #FFFFFF;
    opacity: 0.1;
    z-index: 1;
}
.education-testimonials .owl-carousel .item .content {
    position: relative;
    z-index: 2;
}
.education-testimonials .owl-carousel .item .content-heading {
    display: flex;
    margin-bottom: 32px;
    margin-right: -16px;
}
.education-testimonials .owl-carousel .item .content-text {
    /*overflow-y: auto;*/
}
.education-testimonials .content-heading .avatar {
    max-width: 64px;
    margin-right: 24px;
}
.education-testimonials .content-heading .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.education-testimonials .content-heading .info .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.education-testimonials .content-heading .info .job {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}
.education-testimonials .content-text {
    height: 260px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}
.education-testimonials .owl-carousel .owl-item img {
    width: unset;
}
.education-testimonials .owl-nav {
    position: absolute;
    left: -10%;
    bottom: 13%;
}
.education-testimonials .owl-prev {
    width: 10px;
    height: 20px;
    margin-right: 54px;
    background: url(/images/home_v8/slider-prev.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
}
.education-testimonials .owl-next {
    width: 10px;
    height: 20px;
    background: url(/images/home_v8/slider-next.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
}
.education-testimonials .simplebar-scrollbar.simplebar-visible:before {
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 17px;
}
.education-testimonials .simplebar-track.simplebar-vertical {
    right: -25px;
}

@media screen and (max-width: 1000px) {
    .education-testimonials {
        padding-top: 120px;
    }
    .testimonials-wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
        position: relative;
    }
    .testimonials-description {
        width: 100%;
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .testimonials-subtitle {
        text-align: center;
        width: 300px;
    }
    .education-testimonials .owl-carousel {
        margin-left: 0;
        margin-top: 295px;
        position: static;
    }
    .education-testimonials .owl-nav {
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translate(-50%);
    }
}

@media screen and (max-width: 486px) {
    .education-testimonials .owl-carousel .item {
        width: 290px;
        height: 430px;
        padding: 40px;
        position: relative;
        overflow: hidden;
    }
    .education-testimonials .content-heading .info .job {
        font-size: 12px;
        line-height: 16px;
    }
}
/* END TESTIMONIALS SECTION */


#wrapper-contacts {
    position: relative;
    padding-bottom: 80px;
}
#contacts {
    position: relative;
    display: flex;
}
#contacts > * {
    display: inline-block;
    width: 50%;
    padding-top: 100px;
    vertical-align: top;
}
#contacts-list-wrapper {
    padding-right: 50px;
    box-sizing: border-box;
}
#contacts-list-header {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #181818;
}
#contacts-list {
    padding-top: 30px;
}
.contacts-form-box{
    display:flex;
    flex-direction:column;
    align-items: center;
    background:#F6FAFC;
    border-radius:20px;
    padding:20px;
}
.contacts-form-box a {
    width: 100%;
    background: #4094F7;
    color: #FFFFFF;
    border-radius: 8px;
}
.contacts-form-box a:hover {
     opacity: 0.9;
     color: #FFFFFF;
}
.contacts-box-img{
    width:260px;
    height:260px;
    background:url('/images/education_v8/question.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.contacts-box-text{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #1D1D1D;
    margin: 20px 0 10px;
}

.contacts-form-box-mobile {
    display: none !important;
}
.contacts-box-mobile-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #8FA7B0;
    margin-right: 5px;
}
.contacts-box-mobile-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #4094F7 !important;
}
.contacts-box-mobile-link:hover {
    opacity: 0.9;
}

#contacts-form-wrapper .element-info-buttons > a{
    margin: 20px 0;
    padding: 0 120px;
}
.contacts-list-item {
    position: relative;
    padding-bottom: 40px;
}
.contacts-list-item a {
    color: #4094F7;
}
.contacts-list-item a:hover {
    color: #00abeb;
    text-decoration: underline;
}
.contacts-list-item a:active {
    color: #009dd8;
    text-decoration: underline;
}
.contacts-list-item-header {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1D1D1D;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s;
}
.contacts-list-item-header.active {
    color: #4094F7;
}
.contacts-list-item-header > * {
    vertical-align: top;
}
.contacts-list-item-header > span {
    white-space: normal;
}
.contacts-list-item-header > img {
    margin-left: 10px;
    transition: .2s;
}
.contacts-list-item-header.active > img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.contacts-list-item-content {
    height: 0;
    overflow: hidden;
    transition: .2s;
}
.contacts-list-item-content-inner {

}
.contacts-list-item-text {
    padding-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #3E484C;
}
.contacts-list-item-footer {
    display: none;
    font-weight: 400;
    font-size: 12px;
    color: #8fa7b0;
    line-height: 24px;
}
.contacts-list-item-footer.show {
    display: block;
}
#contacts-form-wrapper {
    padding-left: 150px;
    box-sizing: border-box;
}
#contacts-form-header {
    font-weight: 300;
    font-size: 36px;
    color: #3e484c;
    line-height: 48px;
}
#contacts-form {
    position: relative;
    padding-top: 30px;
}
#contacts-form.mail-success > * {
    opacity: 0;
}
#contacts-form-success {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}
#contacts-form.mail-success > #contacts-form-success {
    opacity: 1;
    visibility: visible;
}
#contacts-form-success:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
#contacts-form-success-content {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
#contacts-form-success-content > * {
    display: inline-block;
}
#contacts-form-success-content > div {
    width: 100%;
    margin: 26px 0 16px;
    font-size: 20px;
    color: #a6b3d1;
}
#contacts-form-success-content > span {
    font-size: 14px;
    color: #7887a7;
    line-height: 22px;
}
#contacts-form > * {
    display: block;
    width: 100%;
}
.form-input-text-error {
    display: inline-block;
    bottom: -15px;
    left: 2px;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    color: #f64c49;
    transition: .2s;
}

#contacts-form > * + * {
    margin-top: 30px;
}
#contacts-form-name,
#contacts-form-email,
#contacts-form-company,
#contacts-form-message {
    height: 46px;
    padding: 0 20px;
    border: 1px solid #d0e2ea;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #667a83;
    line-height: 44px;
    transition: .2s;
}
#contacts-form-message {
    height: 140px;
    padding: 15px 20px;
    line-height: 16px;
    resize: vertical;
}
#contacts-form-name:hover,
#contacts-form-email:hover,
#contacts-form-company:hover,
#contacts-form-message:hover {
    border-color: #4094F7;
}
#contacts-form-name:focus,
#contacts-form-email:focus,
#contacts-form-company:focus,
#contacts-form-message:focus {
    border-color: #4094F7;
    background-color: #f6fafc;
}
#contacts-form-name.error,
#contacts-form-email.error,
#contacts-form-company.error,
#contacts-form-message.error {
    border-color: #f64c49;
}
#contacts-form-error {
    display: none;
    padding: 15px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #721c24;
    line-height: 16px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
#contacts-form-error.show {
    display: block;
}
#contacts-form-error > strong {
    font-weight: 700;
}
#contacts-form-submit {
    height: 52px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 52px;
    background-color: #4094F7;
    text-align: center;
    box-shadow: 0 16px 24px rgba(23, 192, 255, .2);
    cursor: pointer;
    transition: .2s;
}
#contacts-form-submit:hover {
    background: #00abeb;
}
#contacts-form-submit:active {
    background: #009dd8;
}

@media screen and (max-width: 1000px) {
    #wrapper-contacts {
        padding-top: 80px;
    }
    #contacts {
        flex-direction: column;
    }
    #contacts-list-wrapper {
        width: 100%;
        padding: unset;
    }
    #contacts-form-wrapper {
        display: none;
    }
    .contacts-form-box-mobile {
        display: flex !important;
        padding-top: 0 !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    #contacts-list-header {
        font-size: 32px;
        line-height: 48px;
        letter-spacing: -0.022em;
    }
}

/* BEGIN education banner */
.education-banner {
    padding: 80px 0;
    background: linear-gradient(180deg, #2C2C2C 0%, #181818 96.26%);
}
.education-banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.education-banner-text {
    padding-right: 140px;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
}
.education-banner a {
    background: #4094F7;
    color: #FFFFFF;
    border-radius: 8px;
}
.education-banner a:hover {
    opacity: 0.9;
    color: #FFFFFF;
}
.education-banner-btn span {
    padding: 0 25px;
}

@media screen and (max-width: 1000px) {
    .education-banner-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .education-banner-text {
        padding-right: 0;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 612px) {
    .education-banner {
        padding: 80px 0 0;
    }
    .education-banner-text {
        font-size: 32px;
        line-height: 48px;
    }
}
/* END education banner */

.loading-overlay {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 5px;
    z-index: 10;
    opacity: 0.8;
}
.loading-overlay > .overlay-content {
    position: relative;
    top: 40%;
    margin: 0 auto;
    text-align: center;
}
.overlay-content > span {
    font-size: 20px;
    color: rgb(146, 146, 146);
    padding-top:20px;
}
.icon-loadnig {
    background: url(/images/loading_animation.gif) center no-repeat;
    width: 31px;
    height: 31px;
    display: block;
    margin: 0px auto;
}
.hidden {
    display: none !important;
}
@media screen and (max-width: 1160px) {
    #contacts-form-wrapper {
        padding-left: 50px;
    }
}
@media screen and (max-width: 900px) {

    #contacts-list-wrapper {
        padding-right: 0;
    }
}
@media screen and (max-width: 850px) {
    #contacts-form-wrapper .element-info-buttons > a{
       padding: 0 100px;
    }
}


@media screen and (max-width: 740px) {
    #contacts-form-wrapper .element-info-buttons > a{
       padding: 0 120px;
    }
}
@media screen and (max-width: 400px) {
    #contacts-list-header,
    #contacts-form-header {
        text-align: center;
    }
    #contacts-form-wrapper .element-info-buttons > a{
       padding: 0 50px;
    }
}

