.mt30 {
    margin-top: 30px
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.desctop-none {
    display: none
}

.yellow-bgr .inner-folder:after {
    background: #edeb98!important
}

.yellow-bgr:before {
    content: url(../../images/dist/yellow.svg)!important
}

.blue-light-bgr .inner-folder:after {
    background: #d0c8fa!important
}

.blue-light-bgr:before {
    content: url(../../images/dist/blue-light.svg)!important
}

.rose-bgr .inner-folder:after {
    background: #f0afd0!important
}

.rose-bgr:before {
    content: url(../../images/dist/rose.svg)!important
}
.gray-box:before {
    background:#bb5abf;
}
.gray-box .card-info .view svg path {
    fill: #bb5abf;
}
.yellow-box:before {
    background: #f7c043;
}
.rose-box:before {
    background: #D0C8FA;
}
.rose-box .card-info .view svg path {
    fill: #D0C8FA;
}
.rose-box .icon-stroke {
    stroke: #D0C8FA
}
.yellow-box .card-info .view svg path {
    fill: #f7c043;
}
.yellow-box .inner-box {
    background: #ffffff;
}
.gray-box .inner-box {
    background: white;
}
.orange-box:before {
    background: #f7c043
}

.orange-box .inner-box {
    background: #ffffff;
}

.orange-box .icon-fill {
    fill: #f7c043
}

.orange-box .icon-stroke {
    stroke: #f7c043
}
.orange-box .card-info .view svg path {
    fill: #f7c043;
}
.blue-box:before {
    background: #1772db;
}
.blue-box .card-info .view svg path {
    fill: #1772db;
}
.blue-box .inner-box {
    background: white;
    /* border: 3px solid #1772db; */
}

.blue-box .icon-fill {
    fill: #1772db
}

.blue-box .icon-stroke {
    stroke: #1772db
}
.gray-box .icon-stroke {
    stroke: #bb5abf;
}
.orange-box .icon-stroke {
    stroke: #f7c043;
}
.yellow-box .icon-stroke {
    stroke: #f7c043;
}
.red-box .icon-stroke {
    stroke: #ed5a1a;
}
.red-box:before {
    background: #ed5a1a
}

.card-box .inner-box {
    background: #ffffff;
    /*border: 3px solid #ed5a1a*/
}

.red-box .icon-fill {
    fill: #ed5a1a
}

.red-box .icon-stroke {
    stroke: #ed5a1a
}
.red-box .card-info .view svg path {
    fill: #ed5a1a;
}
.grey-box:before {
    background: #bb5abf
}

.grey-box .inner-box{
    background: #ffffff;
    /*border: 3px solid #bb5abf*/
}

.grey-box .icon-fill {
    fill: #bb5abf
}

.grey-box .icon-stroke {
    stroke: #bb5abf
}
.grey-box .card-info .view svg path {
    fill: #bb5abf;
}
.green-box:before {
    background: #F0AFD0;
}
.green-box .card-info .view svg path {
    fill: #F0AFD0;
}
.green-box .icon-stroke {
    stroke: #F0AFD0
}
.vasilkoviy-box:before {
    background: #5A8CE0;
}
.vasilkoviy-box .card-info .view svg path {
    fill: #5A8CE0;
}
.vasilkoviy-box .icon-stroke {
    stroke: #5A8CE0
}
.white-bg:after {
    background: #fff;
}

.rectangle-box {
    position: relative;
}

.rectangle-box .inner-box {
    position: relative;
    z-index: 3;
}

.rectangle-box:before {
    position: absolute;
    left: 0;
    top: 15px;
    right: 15px;
    bottom: 0;
    content: "";
    z-index: 1;
}

.rectangle-box:after {
    position: absolute;
    left: 13px;
    top: 0;
    right: 0;
    bottom: 0px;
    content: "";
    z-index: 2;
    /* background: #ffffff !important; */
}
.home .section-blog .rectangle-box:after {

    background: transparent !important;}
.archive .rectangle-box:after {
    content: none;
}
.folder-blue .inner-folder:before {
    background: #1772db
}

.folder-blue:after {
    background: #edeb98
}

.folder-green .inner-folder:before {
    background: #f0afd0
}

.folder-green:after {
    background: #f0afd0
}

.folder-gray .inner-folder:before {
    background: #bb5abf
}

.folder-gray:after {
    background: #bb5abf
}

.folder-yellow .inner-folder:before {
    background: #f7c043
}

.folder-yellow:after {
    background: #f7c043;
}

.folder-grey-light .inner-folder:before {
    background: #d2f3ff
}

.folder-grey-light:after {
    background: #d2f3ff
}

.folder-rose .inner-folder:before {
    background: #d0c8fa
}

.folder-rose:after {
    background: #BB5ABF;
}
.course-container .course-row .course-box .inner-folder {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}
.course-container .course-row .course-box:hover .inner-folder {
    -webkit-transform: translate3d(-12px, 12px, 0px);
    transform: translate3d(-12px, 12px, 0px);
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.course-container .course-row .course-box:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.course-container .course-row .course-box:hover:before {
    -webkit-transform: translate3d(-12px, 12px, 0px);
    transform: translate3d(-12px, 12px, 0px);
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#result-ajax .course-container .course-row .course-box:after {
    right: 27px;
    left: 15px;
}
[type=radio]:checked,[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type=radio]:checked+label,[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #8066FF;
    margin-bottom: 0;
    font-size: 16px;
}

[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #8066FF;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #8066FF;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    /* -webkit-transition: all .2s ease; */
    -o-transition: all .2s ease;
    /* transition: all .2s ease; */
}

[type=radio]:not(:checked)+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #f87da9;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    /* -webkit-transition: all .2s ease; */
    -o-transition: all .2s ease;
    /* transition: all .2s ease; */
    opacity: 0;
    /* -webkit-transform: scale(0); */
    -ms-transform: scale(0);
    /* transform: scale(0); */
}

[type=radio]:checked+label:after {
    opacity: 1;
    /* -webkit-transform: scale(1); */
    -ms-transform: scale(1);
    /* transform: scale(1); */
}

.load-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 423px;
    height: 68px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    background: #bb5abf;
    border-radius: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto
}

.load-more a:hover {
    background: #bb5abf;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.all-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    height: 68px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    background: #5a8ce0;
    border-radius: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    text-transform: uppercase;
}

.all-article a:hover {
    background: #5a8ce0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.all-course-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 468px;
    height: 68px;
    color: #333645;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    background: #f7c043;
    border-radius: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: auto
}

.all-course-btn a:hover {
    background: #f7c043;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-show {
    display: none
}

.section-first-screen {
    padding-top: 76px;
}

.section-first-screen .first-screen-bg {
    top: 0;
}

.contact-form .btn-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background: #bb5abf;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-top: 28px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form .btn-send:hover {
    background: #a379c9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form h3 {
    margin-bottom: 28px
}

.contact-form .form-group {
    margin-top: 40px;
    display: block
}
.home .contact-form .form-group {
    margin-top: 30px;
}
.contact-form .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}
textarea,
input[type="text"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #212435;
    padding-left: 27px;
    margin-bottom: 0;
    padding-bottom: 0
}

.contact-form .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #212435;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    top: 1px;
    /* margin-right: 10px; */
}

.contact-form .form-group label.active:after {
    content: url(../../images/dist/check.svg);
    display: block;
    position: absolute;
    top: 4px;
    left: 2px
}

.contact-form .input-fields .input-box {
    margin-bottom: 28px;
}
.home .contact-form .input-fields .input-box {
    margin-bottom: 28px;
}
.contact-form .input-fields .input-box:last-child {
    margin-bottom: 0
}

.contact-form .input-fields .input-box input {
    border: 2px solid white;
    border-radius: 5px;
    color: #333645;
    background-color: white;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    font-weight: 400;
    outline: unset;
    padding: 18px 23px;
}
.iti--separate-dial-code .iti__selected-dial-code:before {
    content: "";
    width: 1px;
    height: 38px;
    background-color: #eee;
    position: absolute;
    top: -10px;
    left: 0;
}
.contact-form .input-fields .input-box input.wpcf7-not-valid {
    border: 2px solid #FF0081;
}
form.wpcf7-form .wpcf7-response-output {
    display: none !important;
}
.contact-form .timelaps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.contact-form .timelaps .left-text span,.contact-form .timelaps .right-text span {
    display: block;
    font-size: 14px
}

.contact-form .timelaps .right-text {
    /* padding-right: 32px */
}

.article-img {
    background-image: url(../../images/dist/single-article-main.png);
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50% 50%;
    background-size: cover;
}

.full-width-screen {
    position: relative;
    min-height: 592px;
    padding: 0;
    -o-object-position: center;
    object-position: center;
}

.full-width-screen .opacity-dark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333645;
    opacity: .5;
    content: ""
}

.margin-content {
    padding-top: 0;
    margin-top: -57px
}

.margin-content .article-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    margin-top: 40px
}

.margin-content .article-share>span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #000000 !important;
}

.margin-content .article-share .link-group ul li {
    display: inline-block;
    margin-right: 5px;
}
.margin-content .article-share .link-group ul li {
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.margin-content .article-share .link-group ul li a{
    color: #000000 !important;
}

.margin-content .article-share .link-group ul li a .social-icon path {
    fill: #fff;
    stroke: #1772db
}

.margin-content .article-share .link-group ul li .link-facebook {
    background: #3b5998
}

.margin-content .article-share .link-group ul li .link-linkedin {
    background: #0077b5
}

.margin-content .article-share .link-group ul li .link-mail {
    background: #1772db
}

.margin-content .article-content {
    max-width: 810px;
    margin: 47px auto 0
}

.margin-content .article-content h3 {
    padding-bottom: 10px;
    color: #1772db
}

.margin-content .article-content p {
    padding-top: 10px;
    padding-bottom: 10px
}

.margin-content .article-content img {
    padding-top: 30px;
    padding-bottom: 30px
}
.article-content img {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.margin-content .article-content .list-box {
    padding-top: 38px;
    padding-bottom: 38px
}

.margin-content .article-content .list-box p {
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 1.25
}

.margin-content .article-content .list-box ul {
    list-style-type: none
}

.margin-content .article-content .list-box ul li {
    text-indent: 18px;
    position: relative;
    line-height: 1.25
}

.margin-content .article-content .list-box ul li:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #333645;
    content: "";
    font-size: 0;
    line-height: 1;
    border-radius: 50%
}

.margin-content .article-date {
    text-align: center;
    margin-top: 12px;
    color: #1772db;
    font-size: 14px;
    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;
}

.margin-content .article-date .time {
    position: relative;
    padding-left: 23px;
    margin-left: 16px
}
.margin-content .article-date .date {
    margin-right: 15px;
}
.margin-content .article-date .time:before {
    content: url(../../images/dist/time.svg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    line-height: 1;
    font-size: 0
}

.margin-content .section-title {
    position: relative;
    padding-left: 131px;
    padding-right: 131px;
    padding-top: 21px;
    padding-bottom: 41px;
    text-align: center
}

.margin-content .section-title h2,.margin-content .section-title span {
    position: relative;
    z-index: 3
}

.margin-content .section-title h2 {
    font-size: 42px;
    text-transform: none;
    color: #1772db
}

.margin-content .section-title .category {
    font-size: 16px;
    color: #1772db
}

.margin-content .section-title:before {
    position: absolute;
    left: 0;
    top: 12px;
    right: 12px;
    bottom: 0;
    content: "";
    background: #1772db;
    z-index: 1
}

.margin-content .section-title:after {
    position: absolute;
    left: 12px;
    top: 0;
    right: 0;
    bottom: 12px;
    content: "";
    background: #edeb98;
    border: 3px solid #1772db;
    z-index: 2
}

.section-start-course {
    background: #edeb98;
    position: relative;
    padding-top: 87px;
    padding-bottom: 126px;
    text-align: center
}

.section-start-course .arrow-bg {
    position: absolute;
    left: 50%;
    width: 724px;
    margin-left: -362px;
    top: 0;
    bottom: 0;
    content: "";
    background: url(../../images/dist/course-arrow.svg);
    background-position: 50% 50%;
    background-size: cover
}

.start-btn {
    position: relative;
    z-index: 1
}

.article-content .start-btn a {
    margin: 0 auto;
}

.section-start-course .start-btn a:hover {
    background: #a379c9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-start-course .out-teacher {
    position: relative;
    z-index: 1
}

.section-start-course .out-teacher .teacher-box {
    margin-bottom: 25px
}

.section-start-course .out-teacher .teacher-box:last-child {
    margin-bottom: 0
}

.section-start-course .out-teacher .teacher-box span {
    display: block;
    line-height: 1.25
}

.full-width-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 280px;
    background: #d2f3ff;
    position: relative;
    overflow: hidden;
    padding: 0
}

.full-width-background:before {
    position: absolute;
    left: 0;
    top: -135px;
    width: 569px;
    height: 569px;
    background: url(../../images/dist/full-width-background-img.svg);
    content: "";
    background-size: cover
}

.blog-bg:before {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: -80px;
    width: 382px;
    height: 442px;
    background: url(../../images/dist/blog-bg.svg);
    content: "";
    background-size: cover
}

.rose-bg {
    background: #d0c8fa
}

.rose-bg:before {
    position: absolute;
    left: 50%;
    margin-left: -580px;
    top: 21px;
    width: 593px;
    height: 518px;
    background: url(../../images/dist/heart.svg);
    content: "";
    background-size: cover
}

.section-page-navigation {
    padding: 0;
    margin-top: -50px;
    background-color: #d2f3ff;
}

.section-page-navigation .page-navigation-link ul li {
    list-style: none !important;
}
.section-page-navigation .page-navigation-link ul li a {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fff;
    display: block;
    border-radius: 26px;
    font-size: 16px;
    color: #bb5abf;
    text-transform: uppercase;
}

.section-page-navigation .page-navigation-link ul li.active a {
    background: #bb5abf;
    color: #fff
}

.section-page-navigation .blue-link ul li.active a {
    background: #1772db;
    color: #fff
}

.section-vacancies {
    padding-top: 57px;
    padding-bottom: 100px
}

.section-vacancies .tab-content {
    margin-top: 28px
}

.section-vacancies .tab-content .small-describe {
    max-width: 665px;
    margin-bottom: 40px;
}

.section-vacancies .tab-content .small-describe p {
    font-weight: 300
}

.section-vacancies .tab-content .rectangle-box {
    margin-top: 58px;
    margin-left: 70px;
    padding-bottom: 84px;
    padding-top: 60px;
    padding-left: 99px;
    padding-right: 99px
}

.section-vacancies .tab-content .rectangle-box .inner-box {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25
}

.section-vacancies .tab-content .student-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    counter-reset: student-counter
}

.section-vacancies .tab-content .student-container .student-box {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.section-vacancies .tab-content .student-container .student-box:nth-child(2n) {
    margin-top: 173px
}

.section-vacancies .tab-content .student-container .student-box .text-box {
    padding-left: 100px;
    padding-top: 60px;
    position: relative
}

.section-vacancies .tab-content .student-container .student-box .text-box .counter {
    counter-increment: student-counter;
    position: absolute;
    left: 0;
    top: -65px;
}

.section-vacancies .tab-content .student-container .student-box .text-box .counter:before {
    content: "0" counter(student-counter);
    /* bottom: 100%; */
    margin-bottom: -50px;
    width: 128px;
    height: 128px;
    background: #d2f3ff;
    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: 42px;
    font-weight: 700;
    border-radius: 50%;
}

.section-vacancies .tab-content .student-container .student-box .text-box h4 {
    padding-bottom: 11px;
    margin: 0
}

.section-vacancies .tab-content .student-container .student-box .text-box p {
    font-weight: 300
}

.section-vacancies .tab-content .personal-box {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.section-vacancies .tab-content .personal-box .img-box,.section-vacancies .tab-content .personal-box .text-content {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px
}

.section-vacancies .tab-content .personal-box .text-content h3 {
    margin-bottom: 14px
}

.section-vacancies .tab-content .personal-box .text-content .list-box {
    margin-top: 40px
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul {
    list-style-type: none;
    counter-reset: my-awesome-counter
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul li {
    counter-increment: my-awesome-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul li:last-child {
    margin-bottom: 0
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul li:before {
    content: "0" counter(my-awesome-counter);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    background: #d0c8fa;
    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: 24px;
    font-weight: 700;
    border-radius: 50%
}

.section-vacancies .nav-tabs {
    margin-top: 58px;
    border: 0
}

.section-vacancies .nav-tabs .nav-item {
    margin-right: 39px
}

.section-vacancies .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.section-vacancies .nav-tabs .nav-link {
    border: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333645;
    position: relative;
    line-height: 1;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0
}

.section-vacancies .nav-tabs .active {
    color: #bb5abf !important;
}

.section-vacancies .nav-tabs .active:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    border-top: 2px solid #bb5abf;
    border-bottom: 2px solid #bb5abf;
    content: ""
}

.section-vacancies .section-title p {
    padding-top: 20px;
    font-weight: 300;
    max-width: 670px
}

.section-vacancies .vacancies-content {
    padding-top: 58px
}

.section-vacancies .vacancies-content p {
    font-size: 28px;
    font-weight: 700;
    max-width: 765px
}

.section-vacancies .vacancies-content .vacancies-container {
    padding-top: 50px
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 98px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 38px;
    padding-right: 70px;
    border-bottom: 2px solid #333645;
    position: relative
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link:hover {
    background: #edeb98
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link:after {
    position: absolute;
    right: 29px;
    top: 50%;
    font-size: 0;
    line-height: 1;
    margin-top: -14px;
    content: url(../../images/dist/vacancies-arrow.svg)
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link:first-child {
    border-top: 2px solid #333645
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link span {
    display: block;
    width: 100%;
    color: #333645
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link span.name {
    font-weight: 700;
    font-size: 21px
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link span.place {
    font-weight: 300;
    padding-top: 2px
}

.section-subscribe {
    padding-top: 80px;
    padding-bottom: 160px;
    background: #d0c8fa;
    position: relative
}

.section-subscribe .arrow-bg {
    position: absolute;
    left: 50%;
    width: 724px;
    margin-left: -362px;
    top: 0;
    bottom: 39px;
    content: "";
    background: url(../../images/dist/subscribe-arrow.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-subscribe .contact-form {
    max-width: 565px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.section-subscribe .contact-form .btn-send {
    height: 64px;
    width: 422px;
    margin: 28px auto 0;
    border-radius: 32px
}

.section-subscribe .contact-form h3 {
    color: #bb5abf
}

.section-subscribe .contact-form h3,.section-subscribe .contact-form p {
    text-align: center
}

.section-subscribe .contact-form form {
    max-width: 500px;
    margin: 90px auto 0
}
.home .section-subscribe .contact-form form {
    margin: 20px auto 0
}
.section-blog-cards {
    padding-bottom: 100px;
    /* background-color: #d2f3ff; */
}

.section-blog-cards .load-more {
    margin-top: 20px
}

.section-blog-cards .card-box {
    padding-left: 13px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 13px;
    margin-bottom: 40px;
}

.section-blog-cards .card-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: white;
}
.card-box .inner-box {
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
}
.section-blog-cards .card-box .inner-box .show-more {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 10;
}
.section-blog-cards .card-box .inner-box .show-more .label {
    padding: 5px 10px;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    background-color: #333645;
}
.section-blog-cards .card-box .inner-box .img-box,.section-blog-cards .card-box .inner-box .text-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.section-blog-cards .card-box .inner-box .img-box {
    padding-right: 15px;
}
.card-box .inner-box a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.section-blog-cards .card-box .inner-box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-blog-cards .card-box .inner-box .text-box {
    padding-top: 41px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 25px;
}

.section-blog-cards .card-box .inner-box .text-box .inner-text {
    padding-right: 25px
}

.section-blog-cards .card-box .inner-box .text-box h4 a {
    color: #333645;
    font-weight: 900;
    line-height: 26px;
}

.section-blog-cards .card-box .inner-box .text-box p {
    padding-top: 14px;
    line-height: 22px;
    height: 105px;
    overflow: hidden;
}
.section-blog-cards .card-box .inner-box .text-box .inner-text h4 {
    height: 130px;
    overflow: hidden;
}

.section-blog-cards .card-box .inner-box .text-box .card-info {
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #1772db
}
.section-blog-cards .card-box .view svg {
    width: 40px !important;
}
.section-blog-cards .card-box .inner-box .text-box .card-info svg {
    position: relative;
    top: -1px;
    margin-right: 4px
;}

.section-about-school {
    padding-bottom: 210px;
    position: relative
}

.section-about-school:before {
    position: absolute;
    bottom: 0;
    height: 42px;
    left: 0;
    right: 0;
    background: #5a8ce0;
    content: ""
}

.section-about-school #lottie-about {
    z-index: 1;
    position: absolute;
    left: 50%;
    max-width: 465px;
    /* height: 333px; */
    margin-left: 100px;
    bottom: 41px;
}

.section-about-school .about-content .about-box {
    padding-right: 215px;
    position: relative
}

.section-about-school .about-content .inner-text {
    max-width: 790px
}

.section-about-school .about-content .inner-text p {
    font-size: 28px
}

.section-about-school .about-content .img-box {
    position: absolute;
    right: 0;
    top: 0
}

.section-about-school .about-list {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -36px;
    margin-right: -36px;
    counter-reset: about-counter
}

.section-about-school .about-list .list-box {
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 40px;
}

.section-about-school .about-list .list-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 270px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px solid #d0c8fa;
    border-radius: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hide-content {
    display: none;
    width: 401px;
    height: 401px;
    background: #D2F3FF;
    border: 3px solid #D0C8FA;
    position: absolute;
    /* border-radius: 50px !important; */
    top: 0px;
    left: 30px;
    border-radius: 150px;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 65px;
    font-family: Formular;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #333645;
}

.section-about-school .about-list .list-box .inner-box {
    position: relative;
}

.section-about-school .about-list .list-box:hover .hide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-about-school .about-list .list-box .counter {
    counter-increment: about-counter;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.section-about-school .about-list .list-box .counter:before {
    content: "0" counter(about-counter);
    font-size: 100px;
    color: #333645;
    font-weight: 700;
    line-height: 1
}

.section-about-school .about-list .list-box span {
    font-size: 17px;
    color: #333645;
    display: block;
    text-align: center;
    max-width: 175px;
}

.syllabus-card {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 25px;
    margin-bottom: 30px
}

.syllabus-card h2,.syllabus-card p {
    color: #fff
}

.syllabus-card h2 {
    margin-bottom: 20px;
    line-height: 1
}

.syllabus-card .icon {
    position: absolute;
    right: 40px;
    top: 45px
}
.syllabus-card.grey-card .icon {
    right: 20px;
    top: 42px;
}
.yellow-card {
    background: #f7c043;
    width: 370px
}

.rose-card {
    background: #1772db;
    width: 567px;
    margin-top: 40px;
}

.grey-card {
    width: 270px;
    background: #bb5abf;
}

.blue-card {
    width: 468px;
    background: #ed5a1a;
}

.red-card {
    width: 368px;
    background: #f0afd0;
}

.section-syllabus {
    background: #d2f3ff;
    position: relative;
    padding-bottom: 140px
}

.section-syllabus:before {
    position: absolute;
    width: 1046px;
    height: 1046px;
    left: 0;
    top: 0;
    background: url(../../images/dist/syllabus.svg);
    content: "";
    background-size: cover
}

.section-syllabus .syllabus-container {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-syllabus .syllabus-container .syllabus-box {
    padding-left: 11px;
    padding-right: 11px
}

.section-syllabus .step-row {
    counter-reset: step-counter;
    margin-top: 140px
}

.section-syllabus .step-row .step-box {
    margin-top: 0
}

.section-syllabus .step-row .step-box .counter {
    counter-increment: step-counter
}

.section-syllabus .step-row .step-box .counter:before {
    content: "0" counter(step-counter);
    width: 128px;
    height: 128px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    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: 42px;
    color: #ed5a1a;
    font-weight: 700
}

.section-business {
    padding-bottom: 100px
}

.section-business .section-title {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
}

.section-business .section-title p {
    padding-top: 20px
}

.section-business .business-container {
    margin: 0 auto;
    max-width: 960px
}

.section-business .business-container .business-row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px
}

.section-business .business-container .business-row .business-box {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    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;
}

.section-student-assessment {
    background: #d0c8fa;
    padding-bottom: 140px
}

.section-student-assessment .comment-box {
    border: 0;
    background: #fff;
    border-radius: 10px 10px 10px 0;
}

.section-student-assessment .comment-box:before {
    display: none
}

.section-student-assessment .comment-box:after {
    position: absolute;
    border: 40px solid transparent;
    border-left: 60px solid #fff;
    left: 0;
    top: 100%;
    content: "";
    margin-top: -40px
}

.section-student-all {
    position: relative;
    background: url(../../images/dist/student-img.png);
    height: 1280px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding-top: 60px;
    padding-bottom: 0;
}

.section-student-all .student-list {
    max-width: 810px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 40px
}

.section-student-all .student-list ul {
    list-style-type: none
}

.section-student-all .student-list ul li {
    font-size: 21px;
    font-weight: 700
}

.section-online-course {
    padding-top: 50px
}

.section-online-course .row {
    margin-left: -30px;
    margin-right: -30px
}

.section-online-course .row .col-4,.section-online-course .row .col-8 {
    padding-left: 30px;
    padding-right: 30px
}

.section-online-course .type-course {
    margin-top: 38px
}

.section-online-course .type-course .radio-group {
    margin-top: 20px
}

.section-online-course .sidebar .all-couses ul {
    list-style-type: none
}

.section-online-course .sidebar .all-couses ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    position: relative;
    padding-left: 30px;
    padding-right: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #8066FF;
    border-radius: 26px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #8066FF;
}

.section-online-course .sidebar .all-couses ul li:hover {
    color: #ffffff;
    font-size: 16px;
    /* line-height: 1; */
}

.section-online-course .sidebar .all-couses ul li:last-child {
    margin-bottom: 0
}

.section-online-course .sidebar .all-couses ul li span {
    position: absolute;
    right: 21px;
    top: 50%;
    line-height: 1;
    font-size: 16px;
    margin-top: -8px;
    color: #8066FF;
}

.section-online-course .sidebar .all-couses ul li.active {
    background: #8066FF;
    color: white;
}

.section-online-course .sidebar .all-couses ul li.active:hover {
    color: #fff;
}

.section-online-course .sidebar .all-couses ul li.active span {
    color: #fff
}

.course-container {
    margin-bottom: 36px
}

.course-container .course-title {
    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-bottom: 20px
}

.course-container .course-title span {
    font-size: 42px;
    font-weight: 700
}

.course-container .course-row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.course-container .course-row .course-box {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    padding-top: 35px;
    margin-bottom: 25px;
}

.section-online-course .course-container .course-row .course-box:before {
    position: absolute;
    right: 15px;
    width: 120px;
    overflow: hidden;
    border-top-right-radius: 10px;
    top: 0px;
    content: url(../../images/dist/label-blue.svg);
    z-index: 2;
    display: none;
}

.course-container .course-row .course-box:after {
    position: absolute;
    right: 38px;
    top: 7px;
    z-index: 10;
    content: url(../../images/dist/folder-arrow.svg)
}
.course-container .course-row .course-box.folder-blue2:after {
    background: #F0AFD0;
}
.course-container .course-row .course-box.folder-blue:after {
    background: #8066FF;
}
.course-container .course-row .course-box.folder-green:after {
    background: #F7C043;
}
.course-container .course-row .course-box.folder-rose:after {
    background: #D2F3FF;
}
.course-container .course-row .course-box.folder-yellow:after {
    background: #F7C043;
}
.course-container .course-row .course-box.folder-vasilkoviy:after {
    background: #BB5ABF;
}
.course-container .course-row .course-box.folder-yellow .inner-folder:after {
    background-color: #EDEB98;
}
.course-container .course-row .course-box.folder-blue .inner-folder:after {
    background-color: #d2f3ff;
}
.course-container .course-row .course-box.folder-blue2 .inner-folder:after {
    background-color: #d2f3ff;
}
.course-container .course-row .course-box.folder-green .inner-folder:after {
    background-color: #D0C8FA;
}
.course-container .course-row .course-box.folder-rose .inner-folder:after {
    background-color: #F0AFD0;
}
.course-container .course-row .course-box.folder-vasilkoviy .inner-folder:after {
    background-color: #5A8CE0;
}
.course-container .course-row .course-box.folder-yellow:before {
    content: url(../../images/dist/label-yellow.svg);
}
.course-container .course-row .course-box.folder-green:before {
    content: url(../../images/dist/label-blue2.svg);
}
.course-container .course-row .course-box.folder-rose:before {
    content: url(../../images/dist/label-rose.svg);
}
.course-container .course-row .course-box.folder-blue:before {
    content: url(../../images/dist/label-blue.svg);
}
.course-container .course-row .course-box.folder-blue2:before {
    content: url(../../images/dist/label-blue.svg);
}
.course-container .course-row .course-box.folder-vasilkoviy:before {
    content: url(../../images/dist/label-blue3.svg);
}
.course-container .course-row .course-box .inner-folder {
    position: relative;
    padding-left: 33px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 28px;
    max-width: 365px;
}
.section-blog .card-box.red-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.red-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.red-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.red-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.red-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.red-box .inner-box .text-box .inner-text .card-info .date {
    color: #ed5a1a;
}
.section-blog .card-box.blue-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.blue-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.blue-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.blue-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.blue-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.blue-box .inner-box .text-box .inner-text .card-info .date {
    color: #1772DB;
}
.section-blog .card-box.gray-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.gray-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.gray-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.gray-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.gray-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.gray-box .inner-box .text-box .inner-text .card-info .date {
    color: #BB5ABF;
}
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .date {
    color: #F7C043;
}
.section-blog .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .date {
    color: #5A8CE0;
}
.section-blog .card-box.rose-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.rose-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.rose-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.rose-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.rose-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.rose-box .inner-box .text-box .inner-text .card-info .date {
    color: #D0C8FA;
}
.section-blog .card-box.green-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.green-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.green-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.green-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.green-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.green-box .inner-box .text-box .inner-text .card-info .date {
    color: #F0AFD0;
}
.course-container .course-row .course-box .inner-folder .wanna:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: url(../../images/dist/heart-small.svg);
    background-size: cover;
    content: "";
    width: 25px;
    height: 21px;
}

.course-container .course-row .course-box .inner-folder .wanna span {
    padding-right: 30px;
    text-transform: uppercase;
}

.course-container .course-row .course-box .inner-folder .some-info {
    text-align: right;
    position: relative;
    font-size: 16px;
    color: #212435;
}
.info-block {
    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: 14px;
}

.info-block .some-info-type {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #212435;
    display: flex;
}
.info-block .some-info-type span {
    background-color: white;
    border-radius: 50px;
    border: 1px solid #8066FF;
    padding: 3px 10px;
    line-height: 1;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.inner-folder .time-block {
    position: absolute !important;
    top: -20px;
    right: -15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #212435;
}
.section-online-course .inner-folder .time-block {
    top: -20px;
    right: -15px;
}
.course-container .course-row .course-box .inner-folder div,.course-container .course-row .course-box .inner-folder h4 {
    position: relative;
    z-index: 3
}

.course-container .course-row .course-box .inner-folder h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #343644;
    max-width: 230px;
    height: 45px;
}

.course-container .course-row .course-box .inner-folder .img-box {
    /* margin-top: 12px; */
}

.course-container .course-row .course-box:after {
    position: absolute;
    left: 0;
    top: 47px;
    right: 12px;
    bottom: 0;
    content: "";
    z-index: 1;
    border-radius: 30px;
    width: 353px;
}

.course-container .course-row .course-box .inner-folder:after {
    position: absolute;
    left: 12px;
    top: 0;
    right: 0;
    bottom: 12px;
    content: "";
    z-index: 2;
    background: #d2f3ff;
    border-radius: 30px;
    border: 1px solid #8066FF;
}

.yellow-subscribe {
    background: #edeb98
}

.yellow-subscribe .arrow-bg {
    background: url(../../images/dist/subscribe-arrow-yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%
}

.yellow-subscribe .contact-form {
    max-width: inherit
}

.yellow-subscribe .contact-form h2 {
    text-align: center;
    font-size: 42px;
    text-transform: none;
    color: #bb5abf
}

.yellow-subscribe .contact-form p {
    padding-top: 40px;
    max-width: 545px;
    margin: 0 auto
}
.home .section-main {
    padding-top: 140px;
}
.section-main {
    padding-top: 93px;
    padding-bottom: 140px;
    background: #edeb98;
    position: relative
}

.section-main #animation_text {
    position: absolute;
    top: 100px;
    left: -85px;
    right: 0;
    margin: 0 auto;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 150px;
    line-height: 100%;
    text-shadow: -1px 0 #f7c043, 0 1px #f7c043, 1px 0 #f7c043, 0 -1px #f7c043;
    color: #edeb98;
    max-width: 685px;
    text-transform: uppercase;
    z-index: 1;
}
.section-main .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.section-main .main-container .left-box .first-course .course-btn {
    margin-top: 14px
}

.section-main .main-container .left-box .first-course .course-btn a {
    width: 198px;
    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;
    height: 52px;
    background: #1772db;
    color: #fff;
    font-size: 18px;
    border-radius: 26px
}

.section-main .main-container .left-box .course-list {
    margin-top: 67px
}

.section-main .main-container .left-box .course-list span {
    display: block;
    font-weight: 300
}

.section-main .main-container .left-box .course-list ul {
    list-style-type: none;
    margin-top: 14px
}

.section-main .main-container .left-box .course-list ul li {
    margin-bottom: 14px
}

.section-main .main-container .left-box .course-list ul li:last-child {
    margin-bottom: 0
}

.section-main .main-container .left-box .course-list ul li a {
    line-height: 52px;
    padding-left: 39px;
    padding-right: 39px;
    background: #d0c8fa;
    color: #333645;
    font-size: 18px;
    display: inline-block;
    border-radius: 26px
}

.section-wat-it {
    padding-bottom: 30px
}

.section-wat-it .text-content {
    padding-top: 30px;
    margin-bottom: 27px
}

.section-wat-it .text-content p {
    padding-top: 20px;
    font-size: 21px;
    color: #333645
}

.section-wat-it .text-content p:first-child {
    padding-top: 0
}

.section-wat-it .course-container {
    margin-bottom: 30px
}

.section-wat-it .course-container .course-row {
    margin: 0
}

.section-wat-it .course-container .course-row .course-box {
    max-width: 468px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.section-wat-it .course-container .course-row .course-box:before {
    position: absolute;
    right: 0;
    width: 120px;
    top: 0px;
    overflow: hidden;
    border-top-right-radius: 10px;
    display: none;
}

.section-wat-it .course-container .course-row .course-box .inner-folder {
    padding-left: 42px;
    padding-right: 31px;
    max-width: 365px;
}

.section-wat-it .course-container .course-row .course-box .inner-folder h4 {
    /* font-size: 28px; */
}

.section-wat-it .course-container .course-row .course-box .inner-folder .some-info span {
    font-size: 20px
}

.section-blog {
    background: #d2f3ff;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px
}

.section-blog:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 841px;
    height: 972px;
    background: url(../../images/dist/blog-main-bg.svg);
    margin-left: -250px;
    content: "";
    background-size: cover
}

.section-blog .section-title {
    margin-bottom: 58px
}

.section-blog .all-article {
    padding-top: 9px
}

.section-blog .card-box {
    position: relative;
    margin-bottom: 35px;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto
}

.section-blog .card-box .show-more {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 10;
}
.section-blog .card-box .show-more .label {
    padding: 5px 10px;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    background-color: #333645;
}
.section-blog .card-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13px;
    margin-bottom: 13px;
    /* padding-top: 3px; */
    cursor: pointer;
}
.section-blog .rectangle-box:before {
    top: 14px;
}

.section-blog .card-box.rectangle-box {padding-bottom: .1px;}

section.section-blog .white-bg:after {
    background: transparent;
}
.section-blog .card-box .inner-box .img-box {
    min-width: 302px
}

.section-blog .card-box .inner-box .text-box {
    padding-top: 44px;
    padding-right: 80px;
    padding-left: 73px
}

.section-blog .card-box .inner-box .text-box .inner-text h4 {
    line-height: 1.3
}

.section-blog .card-box .inner-box .text-box .inner-text h4 a {
    color: #333645;
    font-size: 28px;
    line-height: 34px;
    height: 70px;
    overflow: hidden;
    display: block;
}

.section-blog .card-box .inner-box .text-box .inner-text p {
    padding-top: 14px;
    line-height: 22px;
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #1772db;
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info div {
    margin-right: 15px
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info div:last-child {
    margin-right: 0;
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info svg {
    position: relative;
    top: 0;
    margin-right: 4px;
}

.how-work-course {
    background: #d0c8fa;
    padding-top: 110px
}

.how-work-course:before {
    width: 592px;
    height: 592px;
    background: url(../../images/dist/how-work-course.svg)
}

.how-work-course .step-row {
    margin-top: 42px
}

.section-white {
    background: #fff
}

.section-main-eleven .comment-box:before {
    /* content: url(../../images/dist/comment-light.svg) */
}

.section-main-thirteen {
    position: relative
}
.section-main-thirteen:before {
    background: #5a8ce0
}

.section-main-thirteen .content-box .number {
    color: #333645
}

.section-main-thirteen .content-box .number:after,.section-main-thirteen .content-box .number:before {
    background: #d0c8fa
}

.section-main-thirteen .content-box .text-info {
    color: #333645!important
}

.student-number,
.partner-number {
    padding-left: 75px;
    position: relative;
    bottom: -10px;
}

.teacher-number {
    position: relative;
    bottom: -10px;
}

.teacher-number:after {
    position: absolute;
    content: "%";
    left: 100%;
    top: 5px;
}

.student-number:before,
.partner-number:before {
    position: absolute;
    content: "+";
    left: 0;
    top: 5px;
}

.wrapper .section-main-thirteen {
    background: #fff;
}
.animat_lottie {
    position: relative;
}
#add_animation_statistick {
    max-width: 550px;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.single-courses #add_animation_statistick {
    cursor: default;
}
.wrapper .section-thirteen .content-box .number:before,
.wrapper .section-thirteen .content-box .number:after {
    background: #D0C8FA;
}
.wrapper .section-thirteen:before {
    background: #5A8CE0;
}
.single-courses .wrapper .section-thirteen:before {
}
.single-courses .section-thirteen {
    background: #ffffff;
}
.wrapper .section-main-thirteen .content-box .number {
    color: #333645;
}

.mt20 {
    margin-top: 20px;
}
.inner-box .card-info .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner-box .card-info .view>div {
    /* margin-right: 10px; */
}
.single-article .article-date .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-article .article-date .view>div {
    margin-right: 7px;
}
.wpcf7-not-valid-tip {
    color: #D1498E !important;
}

.wpcf7-response-output {
    background: #FFD7EB;
    border-radius: 30px;
    font-size: 15px;
    color: #333645;
}

form.invalid .wpcf7-response-output {
    border-color: #FFD7EB !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 20px !important;
}
.list-box {
    position: relative;
}

.hide-content {
    width: 370px;
    height: 370px;
    padding: 50px;
}
.section-blog .card-box .inner-box .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.intl-tel-input.allow-dropdown .flag-container .selected-flag {
    border: unset !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container .selected-flag:active, .intl-tel-input.allow-dropdown .flag-container .selected-flag:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #212435;
    font-size: 14px;
    font-weight: 400;
    opacity: .7;
}
.intl-tel-input.allow-dropdown .flag-container .selected-flag .iti-flag {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    margin-left: 0;
    margin-right: 15px;
}

.intl-tel-input.allow-dropdown .flag-container .selected-flag .selected-dial-code {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 10px;
    line-height: 1.6;
}

.intl-tel-input.allow-dropdown .flag-container .selected-flag .iti-arrow {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    background: #D8FFD7 !important;
}
.more-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}
.margin-content .article-share .link-group ul li a:hover {
    background: unset !important;
    position: relative;
}

.margin-content .article-share .link-group ul li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    background: #333645;
    content: "";
    width: 0%;
    display: block;
}

.margin-content .article-share .link-group ul li a:hover:after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.margin-content .article-share .link-group ul li {
    text-align: left;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article-share .link-group ul li span {
    margin: 0 10px;
}
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time, .section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-form .input-fields .input-box input::-webkit-input-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input::-moz-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input:-ms-input-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input::-ms-input-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input::placeholder {
    color: #ACACAC;
    font-size:16px;
}
.full-width-thanks .social-shared ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
}
.page-template-about-template .section-eleven.section-student-assessment {padding-bottom: 60px;}
.full-width-thanks {background-color: #D6D2FF;padding-top: 0;padding-bottom: 0px;}
.full-width-thanks .section-content {position: relative;text-align: center;padding-bottom: 320px;}
.full-width-thanks .content-box-thanks {position: relative;display: block;/* height: 800px; */padding-top: 290px;}
.full-width-thanks .content-box-thanks .image-message {position: absolute;left: 0;top: 290px;z-index: 1;max-width: 460px;}
.full-width-thanks .content-box-thanks .bot {left: 20%;top: 80px;height: 270px;}
.full-width-thanks .content-box-thanks .bot p {font-size: 24px;text-align: left;line-height: 30px;color: #333745;}
.full-width-thanks .btn-thanks {position: relative;top: 80px;right: 0;background-color: #BB5ABF;max-width: 400px;margin-left: auto;border-radius: 50px;margin-right: 30px;transition: all .3s;}
.full-width-thanks .btn-thanks:hover {background-color: #333745;transition: all .3s;}
.full-width-thanks .social-shared {position: relative;top: 100px;right: 0;max-width: 400px;margin-left: auto;margin-right: 30px;}
.full-width-thanks .btn-thanks a {color: white;font-size: 21px;line-height: 25px;display: block;padding: 20px;}
.full-width-thanks .social-shared p {font-size: 14px;line-height: 17px;}
.full-width-thanks .social-shared ul {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;margin-top: 20px;}
.full-width-thanks .social-shared ul li {width: 50px;height: 50px;border: 1px solid #333645;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin: 0 5px;list-style: unset !important;transition: all .3s;}
.full-width-thanks .social-shared ul li a img {filter: invert(1);transition: all .3s;}
.full-width-thanks .social-shared ul li:hover {background-color: #333645;transition: all .3s;}
.full-width-thanks .social-shared ul li:hover img {filter: inherit;transition: all .3s;}
.head-styki-box .sticky-date {font-style: normal;font-weight: 700;font-size: 19px;line-height: 24px;text-align: center;color: #333645;margin-bottom: 20px;display: block;background-color: white;padding: 5px 15px;border-radius: 20px;}
.label-lang {display: block;width: 100%;font-weight: 500;font-size: 12px;line-height: 20px;padding: 5px;text-align: center;border-radius: 20px;margin-top: 10px;}
.youtube-btn-popup .label-youtube {max-width: 150px;display: flex;padding-left: 15px;font-size: 16px;font-weight: 500;}
.youtube-btn-popup {display: flex;align-items: center;}
.section-vacancies .yellow-box.rectangle-box:before {bottom: -14px;}
.section-vacancies .yellow-box.rectangle-box:after {border: 2px solid #bb5abf;}
.page-template-thanks-webinar-template .full-width-thanks .content-box-thanks .bot {
    left: unset;
    right: 10%;
    max-width: 700px;
    height: 245px;
}
.page-template-thanks-webinar-template .full-width-thanks .btn-thanks {
    top: 30px;
}
.page-template-thanks-webinar-template .full-width-thanks .section-content {
    background-size: contain !important;
}
.page-template-thanks-webinar-template .full-width-thanks {
    padding: 50px 0 100px;
}
.section-social-buttons .bg-image {
    position: absolute;
    top: 0;
    z-index: 10;
}

.section-social-buttons {
    overflow: hidden;
    padding: 0;
}

.section-social-buttons .section-title {z-index: 20;}

.section-social-buttons .col-6 {
    display: flex;
    align-items: center;
    padding: 130px 0;
}

.section-social-buttons .row {
    align-items: center;
}
.section-social-buttons .section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.section-social-buttons .section-title p {
    font-size: 16px;
    max-width: 400px;
}
.section-social-buttons .btn-soc-item {
    max-width: 370px;
    height: 64px;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.section-social-buttons .section-button-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 370px;
    z-index: 100;
    margin-left: 100px;
}
.section-social-buttons .btn-soc-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.section-social-buttons .btn-soc-item a img {
    margin-right: 20px;
}
.section-social-buttons .btn-soc-item a span {
    color: white;
    font-size: 24px;
    font-weight: 700;
}
.section-social-buttons .btn-soc-item a:hover {
    background-color: #333645 !important;
}
.soc_date {
    padding: 10px 20px;
    color: #333645;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 15px;
}
.section-first-screen .main-content .contact-form {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 470px;
    padding: 40px 34px;
    background-color: white;
    border-radius: 25px;
}
.section-first-screen .main-content .contact-form .input-fields .input-box input {
    border-color: #333645;
    border-width: 1px;
}
.section-first-screen .newdesign .bages {
    z-index: 1;
}
.section-first-screen .newdesign .info-box {
    margin-top: 20px;
}
.section-first-screen .newdesign .info-box .box-content {
    margin-bottom: 20px;
    padding-left: unset;
}
.section-first-screen .newdesign .info-box .box-content h4 {
    height: auto;
    max-height: 50px;
    margin-bottom: 10px;
}
.section-first-screen .newdesign .boost {
    margin-top: 14px;
    margin-bottom: 35px;
}
.section-first-screen .newdesign .boost .boost-box span {
    color: #333645;
    font-size: 42px;
    line-height: 1.6;
}
.section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price {
    background-color: #ED5A1A;
    color: white;
    font-size: 48px;
    line-height: 38px;
    padding-top: 25px;
}
.section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price i {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-left: 5px;
}
.section-first-screen .newdesign .contact-form .btn-send {
    background: #ED5A1A;
}
.section-first-screen .newdesign .main-content .section-text p {
    font-size: 14px;
    margin-bottom: 20px;
}
.section-first-screen .newdesign .main-content .section-text {
    margin-top: 15px;
}
.section-first-screen .newdesign .info-box .box-content .arrow-left {
    display: none !important;
}
.section-first-screen .newdesign .info-box .col-lg-6 {
    padding-right: 0;
}
.section-first-screen .newdesign .main-content .contact-form .input-fields .input-box input {
    padding: 22px;
}
.section-video .video-block {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 664px;
}
.section-video .video-block .poster-bg {
    position: absolute;
    top: 0;
    width: 100%;
}
#play-video, .section-video .video-block .play-arrow {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    cursor: pointer;
}
.section-video .video-block svg.play-arrow path {
    fill: #FF6455;
}
.section-video .video-block svg.play-arrow circle {
    fill: white;
}
.section-video .video-block svg.play-arrow:hover path {
    fill: white;
}
.section-video .video-block svg.play-arrow:hover circle {
    fill: #FF6455;
}
.section-video .video-block #play {
    width: 100%;
    height: 100%;
}
#play-video:hover {
    box-shadow: 2px 2px 20px #6a6a6a;
    border-radius: 50%;
}
.section-five.newdesignbox .bg-five-section {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-five.newdesignbox {
    padding: 0;
    overflow: hidden;
    padding-bottom: 100px;
}

.section-five.newdesignbox .section-title {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
}
.section-five.newdesignbox .info-box .number {
    color: #F7BB27 !important;
}
.section-five.newdesignbox .section-title h2 {
    color: #212435;
}

.section-five.newdesignbox .container {
    padding-top: 150px;
}

.section-five.newdesignbox .box-rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 50px;
}

.section-five.newdesignbox .box-row {
    flex: 0 0 48%;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px;
}

.section-five.newdesignbox .box-row h3 {
    margin-bottom: 25px;
    font-size: 21px;
}
.course-container .course-row .course-box.social-media-specialist .inner-folder:after {
    background: linear-gradient(219.49deg, #B5E085 4.48%, #CAEDA1 31.14%, #E6FFC6 69.34%);
}
.course-container .course-row .course-box.ui-ux-designer .inner-folder:after {
    background: linear-gradient(33deg, #BBFFFF 5.08%, #EEF7FB 90.63%);
}
.course-container .course-row .course-box.software-qa-testing .inner-folder:after {
    background: linear-gradient(222.09deg, #C6C4FF 6.17%, #C6C1FF 10.55%, #D19FFF 63.96%, #D593FF 93.74%);
}
.course-container .course-row .course-box.social-media-ads .inner-folder:after {
    background: linear-gradient(218.65deg, #F7CDCC 17.78%, #FF6455 133.86%);
}
.course-container .course-row .course-box.ux-writing .inner-folder:after {
    background: linear-gradient(42.31deg, #FFA9E1 -1.44%, #FFC7F3 58%, #FFDBFF 92.92%);
}
.course-container .course-row .course-box.ilustrasi-digital .inner-folder:after {
    background: linear-gradient(226.5deg, #FFB46B 3.76%, #FAD590 70.03%, #F9E4A1 107.31%);
}
.section-main-video-editing .main-content .rewards .reward-box:first-child .img-box {
    max-width: 140px;
}
.section-main-video-editing .main-content .rewards .reward-box .text-box {
    font-size:9px !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .single-courses header.scroll .inner-box .left-box .mnu-box {
        margin-right: 30px;
    }
    .single-courses .mobile-show {
        display: none;
    }
    .single-courses #background_image_box_1 {
        max-width: 350px;
        top: -340px;
    }
    .single-courses .section-first-screen .bages {
        width: 180px !important;
        height: 180px !important;
        left: calc(50% - 20px);
    }
    .single-courses .section-first-screen .bages .procent {
        /* font-size: 40px; */
    }
    .single-courses .section-first-screen .bages .some-text {
        font-size: 52px;
    }
    .home #add_animation_statistick {
        width: 400px;
        right: 0;
    }
    .section-first-screen .newdesign .boost .boost-box span {
        font-size: 24px;
    }

    .section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price {
        font-size: 28px;
        padding: 20px;
        line-height: 20px;
        border-radius: 5px;
    }

    .section-first-screen .newdesign .boost {
        margin: 20px 0;
    }

    .section-first-screen .newdesign .contact-form {
        padding: 25px 15px;
        background-color: white;
        border-radius: 15px;
    }

    .section-first-screen .newdesign .contact-form .input-fields .input-box input {
        border: 1px solid;
    }

    .section-first-screen .newdesign .contact-form .btn-send {
        height: 54px;
    }
    .section-first-screen .newdesign .main-content .section-text {
        max-width: 100% !important;
    }
}
@media (max-width:992px) {
    .section-main #animation_text {font-size: 100px;}
    .section-main .main-container .right-box .img-box #lottie {
        width: 1000px !important;
        top: 0px !important;
    }
    .hide-content {
        width: 350px;
        height: 350px;
        padding: 30px;
    }
    .section-about-school #lottie-about {max-width: 350px;right: 50px;}
    .hide-content {margin-top: 10px;}
    .section-social-buttons .row {
        flex-direction: column;
    }

    .section-social-buttons .col-6 {
        padding: 30px 0;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .single-courses .section-social-buttons {
        padding-bottom: 0 !important;
    }
    .section-first-screen .newdesign .boost .boost-box span {
        font-size: 24px;
        padding: unset;
        padding-right: 15px;
    }

    .section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price {
        font-size: 28px;
        padding: 14px;
        line-height: 20px;
        border-radius: 5px;
    }

    .section-first-screen .newdesign .boost {
        margin: 20px 0;
    }

    .section-first-screen .newdesign .contact-form {
        padding: 25px 15px;
        background-color: white;
        border-radius: 15px;
    }

    .section-first-screen .newdesign .contact-form .input-fields .input-box input {
        border: 1px solid;
    }

    .section-first-screen .newdesign .contact-form .btn-send {
        height: 54px;
    }
    .section-first-screen .newdesign .main-content .section-text .box-content p {
        font-size: 14px !important;
    }
    .single-courses section.section-video {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }

    .section-video .video-block {
        border-radius: unset;
        height: 210px;
    }
    .section-five.newdesignbox .bg-five-section {
        object-fit: cover;
    }

    .section-five.newdesignbox .container {
        padding-top: 50px;
    }

    .section-five.newdesignbox .box-rows {
        width: 100%;
        display: block;
    }

    .section-five.newdesignbox .box-row {
        flex: 100%;
        margin-bottom: 8px;
    }

    .section-five.newdesignbox .section-title {
        margin-bottom: 20px;
    }
    .section-social-buttons .section-button-links {
        margin-left: unset;
    }
    .info-block .some-info-type span {
        font-size: 12px;
        padding: 3px;
    }
    .course-container .course-row .course-box .inner-folder .img-box{
        /* height: 160px; */
    }
    .course-container .course-row .course-box:after {
        width:unset;
    }
    .info-block .some-info-type span {
        font-size: 14px;
        padding: 5px;
    }
}
@media (max-width:768px) {
    .head-styki-box {flex-direction: column-reverse;align-items: start;margin-bottom: 10px;}
    .head-styki-box .sticky-date {margin-left: unset;margin-bottom: 10px;font-size: 16px;line-height: 1;padding: 5px 20px;order: 0;}
    .section-about-school .about-list .list-box .inner-box{
        width: 40% !important;
        padding-left: unset !important;
    }
    .hide-content {
        width: calc(100% - 220px) !important;
        height: auto !important;
        background: unset;
        border: unset;
        padding: unset !important;
        position: relative;
        display: block;
        font-size: 14px;
    }
    .section-about-school .about-list .list-box span {
        text-align: center;
    }
    .section-page-navigation.blog-nav {
        /* border-bottom: 3px solid #1772db; */
    }
    .single-article .view svg {
        width: 26px !important;
        height: 10px !important;
    }
    .article-share .link-group ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: unset !important;
    }
    .margin-content .article-share .link-group ul li {
        font-size: 18px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    }
    .margin-content .article-share .link-group ul li.link-twitter span {
        display: none;
    }
    .margin-content .article-share .link-group ul li a:after {
        bottom: 1px;
    }
    .section-vacancies .tab-content .student-container .student-box .text-box .counter {
        top: -40px;
    }
    .section-vacancies .tab-content .student-container .student-box .text-box {
        padding-left: 0 !important;
        padding-top: 40px !important;
    }
    .section-about-school #lottie-about {
        left: unset;
        margin-left: unset;
        bottom: 35px;
    }
    .page-template-about-template .section-about-school {
        padding-bottom: 280px !important;
    }
    .full-width-thanks .content-box-thanks {padding-top: 0;height: 500px;}
    .full-width-thanks .content-box-thanks .bot {left: 34%;height: 200px;top: 60px;width: 260px;max-width: unset;padding: 20px;}
    .full-width-thanks .content-box-thanks .bot p {font-size: 15px;line-height: 1.5;}
    .full-width-thanks .content-box-thanks .image-message {left: 3%;top: 200px;}
    .full-width-thanks .section-content {background-position: top !important;padding-bottom: 120px;margin-top: 20px;}
    .full-width-thanks .btn-thanks {top: 80px;max-width: 300px;margin: 0 auto;}
    .full-width-thanks .social-shared {top: 100px;margin: 0 auto;}
    .full-width-thanks .btn-thanks a {padding: 10px;font-size: 14px;}
    .section-six .teacher-skills .socials-header {display: flex;align-items: center;justify-content: flex-start;}
    .section-six .teacher-skills .socials-header li {margin-bottom: unset;margin-right: 15px;}
    .page-template-thanks-webinar-template .full-width-thanks .content-box-thanks .bot {
        width: 400px;
    }
    .page-template-thanks-webinar-template .full-width-thanks .btn-thanks {
        top: 10px;
    }
    #play-video, .section-video .video-block .play-arrow {
        width: 50px;
        top: 25%;
    }
    .course-container .course-row .course-box:after {
        width:353px;
    }
    .section-main-video-editing .main-content .rewards .reward-box:first-child .img-box {
        max-width: 120px;
        margin-right: 0;
    }
    .section-main-video-editing .main-content .rewards .reward-box:first-child .img-box img {
        width: 120px;
    }
    .section-main-video-editing .main-content .rewards .reward-box:first-child {
        padding-left: 0;
        padding-right: 0;
        margin-right: 10px;
    }
}
@media (max-width:575px) {
    .full-width-thanks .content-box-thanks {height: 450px;}
    .full-width-thanks .content-box-thanks .bot {max-width: 220px;height: 150px;top: 80px;padding: 17px;}
    .full-width-thanks .content-box-thanks .bot p {font-size: 13px;}
    .full-width-thanks .content-box-thanks .image-message {max-width: 400px;}
    .section-main #animation_text {font-size: 72px;top: unset;bottom: 0;left: 10px;font-size: 75px;display: none !important;}
    .section-main .main-container .right-box .img-box #lottie {
        position: relative !important;
        width: 100% !important;
        top: 0px !important;
        left: 0;
        right: unset !important;
        height: 250px !important;
    }
    .section-main .main-container .right-box .img-box #lottie svg {
        width: 700px !important;
        position: relative;
        top: -340px;
        left: -300px;
        height: 1000px !important;
    }
    .hide-content {
        font-size: 12px;
        line-height: 1.2;
        width: calc(100% - 20px) !important;
        margin-left: -15px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.5;
    }
    .course-container .course-row .course-box:hover .inner-folder {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .course-container .course-row .course-box:hover:before {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .course-container .course-row .course-box.slide:hover .inner-folder {
        -webkit-transform: translate3d(-12px, 12px, 0px);
        transform: translate3d(-12px, 12px, 0px);
    }
    .course-container .course-row .course-box.slide:hover:before {
        -webkit-transform: translate3d(-12px, 12px, 0px);
        transform: translate3d(-12px, 12px, 0px);
    }
    .contact-form .input-fields .input-box input {
        padding: 14px 18px;
    }
    .iti__selected-flag {
        padding-left: 18px !important;
    }

    .contact-form .form-group {
        margin-top: 20px;
    }
    .section-seven .course-list .course-box .course-title:hover .bg-arrow,.section-fourteen .course-list .course-box .course-title:hover .bg-arrow{width:42px!important;height:42px!important;right:-7px!important;margin-top:-20px!important;}
    .single-courses section {padding-bottom: 80px !important;}
    .single .section-start-course {
        padding-bottom: 40px !important;
    }
    .single .single-article.margin-content {
        padding-bottom: 40px !important;
    }
    .section-social-buttons .btn-soc-item a span {
        font-size:24px;
    }
    .section-first-screen .newdesign .info-box {
        margin-top: 50px;
    }

}
@media (max-width:520px) {
    .button-vs-youtube {flex-flow: column;/* padding: 0 25px; */}
    .section-first-screen .main-content .main-btn {width: 100%;}
    .youtube-btn-popup {margin-top: 20px!important;margin-left: unset!important;width: 100%;}
    .section-first-screen .main-content .main-btn a {font-size: 18px;max-width: 100%;}
    .home .section-thirteen #add_animation_statistick {bottom: 40px;}
}
@media (max-width:390px) {
    .full-width-thanks .btn-thanks {top: 0;}
    .full-width-thanks .social-shared {top: 20px;}
    .full-width-thanks {padding-top: 30px !important;padding-bottom: 20px !important;}
    .full-width-thanks .section-content {padding-bottom: 30px;margin-top: unset;background-size: 100% !important;}
    .section-main .main-container .right-box .img-box #lottie svg {
        /* width: 600px !important; */
        left: -325px;
    }
    .page-template-thanks-webinar-template .full-width-thanks .content-box-thanks .bot {
        position: relative;
        width: 100%;
        left: 0;
    }

    .page-template-thanks-webinar-template .full-width-thanks .btn-thanks {
        top: -10px;
        right: -50px;
        text-align: center;
        width: 70%;
    }

    .page-template-thanks-webinar-template .full-width-thanks .btn-thanks a {
        padding: 5px;
        text-align: center;
        display: block;
        width: 100%;
        font-size: 12px;
    }
    .section-social-buttons .btn-soc-item a span {
        font-size:21px;
    }
    .course-container .course-row .course-box:after {
        width:unset;
    }
}
@media (max-width:355px) {
    .section-main .main-container .right-box .img-box #lottie svg {
        left: -345px;
    }
}
@media (min-width: 1200px) {
    .card-box .inner-box:hover {
        -webkit-transform: translate3d(-14px, 14px, 14px);
        transform: translate3d(-14px, 14px, 14px);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
    }
}.mt30 {
     margin-top: 30px
 }

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.desctop-none {
    display: none
}

.yellow-bgr .inner-folder:after {
    background: #edeb98!important
}

.yellow-bgr:before {
    content: url(../../images/dist/yellow.svg)!important
}

.blue-light-bgr .inner-folder:after {
    background: #d0c8fa!important
}

.blue-light-bgr:before {
    content: url(../../images/dist/blue-light.svg)!important
}

.rose-bgr .inner-folder:after {
    background: #f0afd0!important
}

.rose-bgr:before {
    content: url(../../images/dist/rose.svg)!important
}
.gray-box:before {
    background:#bb5abf;
}
.gray-box .card-info .view svg path {
    fill: #bb5abf;
}
.yellow-box:before {
    background: #f7c043;
}
.rose-box:before {
    background: #D0C8FA;
}
.rose-box .card-info .view svg path {
    fill: #D0C8FA;
}
.rose-box .icon-stroke {
    stroke: #D0C8FA
}
.yellow-box .card-info .view svg path {
    fill: #f7c043;
}
.yellow-box .inner-box {
    background: #ffffff;
}
.gray-box .inner-box {
    background: white;
}
.orange-box:before {
    background: #f7c043
}

.orange-box .inner-box {
    background: #ffffff;
}

.orange-box .icon-fill {
    fill: #f7c043
}

.orange-box .icon-stroke {
    stroke: #f7c043
}
.orange-box .card-info .view svg path {
    fill: #f7c043;
}
.blue-box:before {
    background: #1772db;
}
.blue-box .card-info .view svg path {
    fill: #1772db;
}
.blue-box .inner-box {
    background: white;
    /* border: 3px solid #1772db; */
}

.blue-box .icon-fill {
    fill: #1772db
}

.blue-box .icon-stroke {
    stroke: #1772db
}
.gray-box .icon-stroke {
    stroke: #bb5abf;
}
.orange-box .icon-stroke {
    stroke: #f7c043;
}
.yellow-box .icon-stroke {
    stroke: #f7c043;
}
.red-box .icon-stroke {
    stroke: #ed5a1a;
}
.red-box:before {
    background: #ed5a1a
}

.card-box .inner-box {
    background: #ffffff;
    /*border: 3px solid #ed5a1a*/
}

.red-box .icon-fill {
    fill: #ed5a1a
}

.red-box .icon-stroke {
    stroke: #ed5a1a
}
.red-box .card-info .view svg path {
    fill: #ed5a1a;
}
.grey-box:before {
    background: #bb5abf
}

.grey-box .inner-box{
    background: #ffffff;
    /*border: 3px solid #bb5abf*/
}

.grey-box .icon-fill {
    fill: #bb5abf
}

.grey-box .icon-stroke {
    stroke: #bb5abf
}
.grey-box .card-info .view svg path {
    fill: #bb5abf;
}
.green-box:before {
    background: #F0AFD0;
}
.green-box .card-info .view svg path {
    fill: #F0AFD0;
}
.green-box .icon-stroke {
    stroke: #F0AFD0
}
.vasilkoviy-box:before {
    background: #5A8CE0;
}
.vasilkoviy-box .card-info .view svg path {
    fill: #5A8CE0;
}
.vasilkoviy-box .icon-stroke {
    stroke: #5A8CE0
}
.white-bg:after {
    background: #fff;
}

.rectangle-box {
    position: relative;
}

.rectangle-box .inner-box {
    position: relative;
    z-index: 3;
}

.rectangle-box:before {
    position: absolute;
    left: 0;
    top: 15px;
    right: 15px;
    bottom: 0;
    content: "";
    z-index: 1;
}

.rectangle-box:after {
    position: absolute;
    left: 13px;
    top: 0;
    right: 0;
    bottom: 0px;
    content: "";
    z-index: 2;
    /* background: #ffffff !important; */
}
.home .section-blog .rectangle-box:after {

    background: transparent !important;}
.archive .rectangle-box:after {
    content: none;
}
.folder-blue .inner-folder:before {
    background: #1772db
}

.folder-blue:after {
    background: #edeb98
}

.folder-green .inner-folder:before {
    background: #f0afd0
}

.folder-green:after {
    background: #f0afd0
}

.folder-gray .inner-folder:before {
    background: #bb5abf
}

.folder-gray:after {
    background: #bb5abf
}

.folder-yellow .inner-folder:before {
    background: #f7c043
}

.folder-yellow:after {
    background: #f7c043;
}

.folder-grey-light .inner-folder:before {
    background: #d2f3ff
}

.folder-grey-light:after {
    background: #d2f3ff
}

.folder-rose .inner-folder:before {
    background: #d0c8fa
}

.folder-rose:after {
    background: #BB5ABF;
}
.course-container .course-row .course-box .inner-folder {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
}
.course-container .course-row .course-box:hover .inner-folder {
    -webkit-transform: translate3d(-12px, 12px, 0px);
    transform: translate3d(-12px, 12px, 0px);
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.course-container .course-row .course-box:before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.course-container .course-row .course-box:hover:before {
    -webkit-transform: translate3d(-12px, 12px, 0px);
    transform: translate3d(-12px, 12px, 0px);
    z-index: 2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#result-ajax .course-container .course-row .course-box:after {
    right: 27px;
    left: 15px;
}
[type=radio]:checked,[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type=radio]:checked+label,[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #8066FF;
    margin-bottom: 0;
    font-size: 16px;
}

[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #8066FF;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #8066FF;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    /* -webkit-transition: all .2s ease; */
    -o-transition: all .2s ease;
    /* transition: all .2s ease; */
}

[type=radio]:not(:checked)+label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #f87da9;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    /* -webkit-transition: all .2s ease; */
    -o-transition: all .2s ease;
    /* transition: all .2s ease; */
    opacity: 0;
    /* -webkit-transform: scale(0); */
    -ms-transform: scale(0);
    /* transform: scale(0); */
}

[type=radio]:checked+label:after {
    opacity: 1;
    /* -webkit-transform: scale(1); */
    -ms-transform: scale(1);
    /* transform: scale(1); */
}

.load-more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 423px;
    height: 68px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    background: #bb5abf;
    border-radius: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
}

.load-more a:hover {
    background: #bb5abf;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.all-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
    height: 68px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    background: #5a8ce0;
    border-radius: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    text-transform: uppercase;
}

.all-article a:hover {
    background: #5a8ce0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.all-course-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 468px;
    height: 68px;
    color: #333645;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    background: #f7c043;
    border-radius: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: auto
}

.all-course-btn a:hover {
    background: #f7c043;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-show {
    display: none
}

.section-first-screen {
    padding-top: 76px;
}

.section-first-screen .first-screen-bg {
    top: 0;
}

.contact-form .btn-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    background: #bb5abf;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin-top: 28px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form .btn-send:hover {
    background: #a379c9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form h3 {
    margin-bottom: 28px
}

.contact-form .form-group {
    margin-top: 40px;
    display: block
}
.home .contact-form .form-group {
    margin-top: 30px;
}
.contact-form .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}
textarea,
input[type="text"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.contact-form .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    color: #212435;
    padding-left: 27px;
    margin-bottom: 0;
    padding-bottom: 0
}

.contact-form .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #212435;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    top: 1px;
    /* margin-right: 10px; */
}

.contact-form .form-group label.active:after {
    content: url(../../images/dist/check.svg);
    display: block;
    position: absolute;
    top: 4px;
    left: 2px
}

.contact-form .input-fields .input-box {
    margin-bottom: 28px;
}
.home .contact-form .input-fields .input-box {
    margin-bottom: 28px;
}
.contact-form .input-fields .input-box:last-child {
    margin-bottom: 0
}

.contact-form .input-fields .input-box input {
    border: 2px solid white;
    border-radius: 5px;
    color: #333645;
    background-color: white;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    font-weight: 400;
    outline: unset;
    padding: 18px 23px;
}
.iti--separate-dial-code .iti__selected-dial-code:before {
    content: "";
    width: 1px;
    height: 38px;
    background-color: #eee;
    position: absolute;
    top: -10px;
    left: 0;
}
.contact-form .input-fields .input-box input.wpcf7-not-valid {
    border: 2px solid #FF0081;
}
form.wpcf7-form .wpcf7-response-output {
    display: none !important;
}
.contact-form .timelaps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.contact-form .timelaps .left-text span,.contact-form .timelaps .right-text span {
    display: block;
    font-size: 14px
}

.contact-form .timelaps .right-text {
    /* padding-right: 32px */
}

.article-img {
    background-image: url(../../images/dist/single-article-main.png);
    -o-object-fit: cover;
    object-fit: cover;
    background-position: 50% 50%;
    background-size: cover;
}

.full-width-screen {
    position: relative;
    min-height: 400px;
    padding: 0;
    -o-object-position: center;
    object-position: center;
}

.full-width-screen .opacity-dark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333645;
    opacity: .5;
    content: ""
}

.margin-content {
    padding-top: 0;
    margin-top: -57px
}

.margin-content .article-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    margin-top: 40px
}

.margin-content .article-share>span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #000000 !important;
}

.margin-content .article-share .link-group ul li {
    display: inline-block;
    margin-right: 5px;
}
.margin-content .article-share .link-group ul li {
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.margin-content .article-share .link-group ul li a{
    color: #000000 !important;
}

.margin-content .article-share .link-group ul li a .social-icon path {
    fill: #fff;
    stroke: #1772db
}

.margin-content .article-share .link-group ul li .link-facebook {
    background: #3b5998
}

.margin-content .article-share .link-group ul li .link-linkedin {
    background: #0077b5
}

.margin-content .article-share .link-group ul li .link-mail {
    background: #1772db
}

.margin-content .article-content {
    max-width: 810px;
    margin: 47px auto 0
}

.margin-content .article-content h3 {
    padding-bottom: 10px;
    color: #1772db
}

.margin-content .article-content p {
    padding-top: 10px;
    padding-bottom: 10px
}

.margin-content .article-content img {
    padding-top: 30px;
    padding-bottom: 30px
}
.article-content img {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.margin-content .article-content .list-box {
    padding-top: 38px;
    padding-bottom: 38px
}

.margin-content .article-content .list-box p {
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 1.25
}

.margin-content .article-content .list-box ul {
    list-style-type: none
}

.margin-content .article-content .list-box ul li {
    text-indent: 18px;
    position: relative;
    line-height: 1.25
}

.margin-content .article-content .list-box ul li:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #333645;
    content: "";
    font-size: 0;
    line-height: 1;
    border-radius: 50%
}

.margin-content .article-date {
    text-align: center;
    margin-top: 12px;
    color: #1772db;
    font-size: 14px;
    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;
}

.margin-content .article-date .time {
    position: relative;
    padding-left: 23px;
    margin-left: 16px
}
.margin-content .article-date .date {
    margin-right: 15px;
}
.margin-content .article-date .time:before {
    content: url(../../images/dist/time.svg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    line-height: 1;
    font-size: 0
}

.margin-content .section-title {
    position: relative;
    padding-left: 131px;
    padding-right: 131px;
    padding-top: 21px;
    padding-bottom: 41px;
    text-align: center
}

.margin-content .section-title h2,.margin-content .section-title span {
    position: relative;
    z-index: 3
}
.margin-content .section-title h1 {
    position: relative;
    z-index: 3;
    font-size: 42px;
    text-transform: none;
    color: #1772db;
    line-height: 1.15;
}
.margin-content .section-title h2 {
    font-size: 42px;
    text-transform: none;
    color: #1772db
}

.margin-content .section-title .category {
    font-size: 16px;
    color: #1772db
}

.margin-content .section-title:before {
    position: absolute;
    left: 0;
    top: 12px;
    right: 12px;
    bottom: 0;
    content: "";
    background: #1772db;
    z-index: 1
}

.margin-content .section-title:after {
    position: absolute;
    left: 12px;
    top: 0;
    right: 0;
    bottom: 12px;
    content: "";
    background: #edeb98;
    border: 3px solid #1772db;
    z-index: 2
}

.section-start-course {
    background: #edeb98;
    position: relative;
    padding-top: 87px;
    padding-bottom: 126px;
    text-align: center
}

.section-start-course .arrow-bg {
    position: absolute;
    left: 50%;
    width: 724px;
    margin-left: -362px;
    top: 0;
    bottom: 0;
    content: "";
    background: url(../../images/dist/course-arrow.svg);
    background-position: 50% 50%;
    background-size: cover
}

.start-btn {
    position: relative;
    z-index: 1
}

.start-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 441px;
    height: 68px;
    color: #fff;
    line-height: 1;
    background: #bb5abf;
    border-radius: 34px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 48px auto 0;
    font-size: 21px;
    text-transform: uppercase;
}

.start-btn a:hover {
    background: #a379c9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.section-start-course .out-teacher {
    position: relative;
    z-index: 1
}

.section-start-course .out-teacher .teacher-box {
    margin-bottom: 25px
}

.section-start-course .out-teacher .teacher-box:last-child {
    margin-bottom: 0
}

.section-start-course .out-teacher .teacher-box span {
    display: block;
    line-height: 1.25
}

.full-width-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 280px;
    background: #d2f3ff;
    position: relative;
    overflow: hidden;
    padding: 0
}

.full-width-background:before {
    position: absolute;
    left: 0;
    top: -135px;
    width: 569px;
    height: 569px;
    background: url(../../images/dist/full-width-background-img.svg);
    content: "";
    background-size: cover
}

.blog-bg:before {
    position: absolute;
    left: 50%;
    margin-left: -450px;
    top: -80px;
    width: 382px;
    height: 442px;
    background: url(../../images/dist/blog-bg.svg);
    content: "";
    background-size: cover
}

.rose-bg {
    background: #d0c8fa
}

.rose-bg:before {
    position: absolute;
    left: 50%;
    margin-left: -580px;
    top: 21px;
    width: 593px;
    height: 518px;
    background: url(../../images/dist/heart.svg);
    content: "";
    background-size: cover
}

.section-page-navigation {
    padding: 0;
    margin-top: -50px;
    background-color: #d2f3ff;
}

.section-page-navigation .page-navigation-link ul li {
    list-style: none !important;
}
.section-page-navigation .page-navigation-link ul li a {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #fff;
    display: block;
    border-radius: 26px;
    font-size: 16px;
    color: #bb5abf;
    text-transform: uppercase;
}

.section-page-navigation .page-navigation-link ul li.active a {
    background: #bb5abf;
    color: #fff
}

.section-page-navigation .blue-link ul li.active a {
    background: #1772db;
    color: #fff
}

.section-vacancies {
    padding-top: 57px;
    padding-bottom: 100px
}

.section-vacancies .tab-content {
    margin-top: 28px
}

.section-vacancies .tab-content .small-describe {
    max-width: 665px;
    margin-bottom: 40px;
}

.section-vacancies .tab-content .small-describe p {
    font-weight: 300
}

.section-vacancies .tab-content .rectangle-box {
    margin-top: 58px;
    margin-left: 70px;
    padding-bottom: 84px;
    padding-top: 60px;
    padding-left: 99px;
    padding-right: 99px
}

.section-vacancies .tab-content .rectangle-box .inner-box {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25
}

.section-vacancies .tab-content .student-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    counter-reset: student-counter
}

.section-vacancies .tab-content .student-container .student-box {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.section-vacancies .tab-content .student-container .student-box:nth-child(2n) {
    margin-top: 173px
}

.section-vacancies .tab-content .student-container .student-box .text-box {
    padding-left: 100px;
    padding-top: 60px;
    position: relative
}

.section-vacancies .tab-content .student-container .student-box .text-box .counter {
    counter-increment: student-counter;
    position: absolute;
    left: 0;
    top: -65px;
}

.section-vacancies .tab-content .student-container .student-box .text-box .counter:before {
    content: "0" counter(student-counter);
    /* bottom: 100%; */
    margin-bottom: -50px;
    width: 128px;
    height: 128px;
    background: #d2f3ff;
    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: 42px;
    font-weight: 700;
    border-radius: 50%;
}

.section-vacancies .tab-content .student-container .student-box .text-box h4 {
    padding-bottom: 11px;
    margin: 0
}

.section-vacancies .tab-content .student-container .student-box .text-box p {
    font-weight: 300
}

.section-vacancies .tab-content .personal-box {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.section-vacancies .tab-content .personal-box .img-box,.section-vacancies .tab-content .personal-box .text-content {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px
}

.section-vacancies .tab-content .personal-box .text-content h3 {
    margin-bottom: 14px
}

.section-vacancies .tab-content .personal-box .text-content .list-box {
    margin-top: 40px
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul {
    list-style-type: none;
    counter-reset: my-awesome-counter
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul li {
    counter-increment: my-awesome-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 72px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul li:last-child {
    margin-bottom: 0
}

.section-vacancies .tab-content .personal-box .text-content .list-box ul li:before {
    content: "0" counter(my-awesome-counter);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    background: #d0c8fa;
    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: 24px;
    font-weight: 700;
    border-radius: 50%
}

.section-vacancies .nav-tabs {
    margin-top: 58px;
    border: 0
}

.section-vacancies .nav-tabs .nav-item {
    margin-right: 39px
}

.section-vacancies .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.section-vacancies .nav-tabs .nav-link {
    border: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333645;
    position: relative;
    line-height: 1;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0
}

.section-vacancies .nav-tabs .active {
    color: #bb5abf !important;
}

.section-vacancies .nav-tabs .active:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    border-top: 2px solid #bb5abf;
    border-bottom: 2px solid #bb5abf;
    content: ""
}

.section-vacancies .section-title p {
    padding-top: 20px;
    font-weight: 300;
    max-width: 670px
}

.section-vacancies .vacancies-content {
    padding-top: 58px
}

.section-vacancies .vacancies-content p {
    font-size: 28px;
    font-weight: 700;
    max-width: 765px
}

.section-vacancies .vacancies-content .vacancies-container {
    padding-top: 50px
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 98px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 38px;
    padding-right: 70px;
    border-bottom: 2px solid #333645;
    position: relative
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link:hover {
    background: #edeb98
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link:after {
    position: absolute;
    right: 29px;
    top: 50%;
    font-size: 0;
    line-height: 1;
    margin-top: -14px;
    content: url(../../images/dist/vacancies-arrow.svg)
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link:first-child {
    border-top: 2px solid #333645
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link span {
    display: block;
    width: 100%;
    color: #333645
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link span.name {
    font-weight: 700;
    font-size: 21px
}

.section-vacancies .vacancies-content .vacancies-container .vacancies-link span.place {
    font-weight: 300;
    padding-top: 2px
}

.section-subscribe {
    padding-top: 80px;
    padding-bottom: 160px;
    background: #d0c8fa;
    position: relative
}

.section-subscribe .arrow-bg {
    position: absolute;
    left: 50%;
    width: 724px;
    margin-left: -362px;
    top: 0;
    bottom: 39px;
    content: "";
    background: url(../../images/dist/subscribe-arrow.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-subscribe .contact-form {
    max-width: 565px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.section-subscribe .contact-form .btn-send {
    height: 64px;
    width: 422px;
    margin: 28px auto 0;
    border-radius: 32px
}

.section-subscribe .contact-form h3 {
    color: #bb5abf
}

.section-subscribe .contact-form h3,.section-subscribe .contact-form p {
    text-align: center
}

.section-subscribe .contact-form form {
    max-width: 500px;
    margin: 90px auto 0
}
.home .section-subscribe .contact-form form {
    margin: 20px auto 0
}
.section-blog-cards {
    padding-bottom: 100px;
    /* background-color: #d2f3ff; */
}
body.single-post .section-blog-cards {
    background-color: #d2f3ff;
    padding-top: 45px;
}
body.single-post .section-blog-cards .white-bg:after {
    background-color: #d2f3ff;
    z-index: 0;
}
.title-container {
    max-width: 810px;
    margin: 0 auto 40px;
}
.section-blog-cards .load-more {
    margin-top: 20px
}
.pagination.load-more a, .pagination.load-more span {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #212435;
    background: unset;
    width: unset;
    margin: 0;
    width: 50px;
    height: 50px;
}

.pagination.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination.load-more span.current {
    width: 50px;
    height: 50px;
    background: #D2F3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pagination.load-more span:hover, .pagination.load-more a:hover {
    background: #D2F3FF !important;
    color: #333645;
}
.section-blog-cards .card-box {
    padding-left: 13px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 13px;
    margin-bottom: 40px;
    background-color: #d2f3ff;
}
body.archive.category .section-blog-cards .card-box {
    background-color: transparent !important;
}
.section-blog-cards .card-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: white;
}
.card-box .inner-box {
    /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
}
.section-blog-cards .card-box .inner-box .show-more {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 10;
}
.section-blog-cards .card-box .inner-box .show-more .label {
    padding: 5px 10px;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    background-color: #333645;
}
.section-blog-cards .card-box .inner-box .img-box,.section-blog-cards .card-box .inner-box .text-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.section-blog-cards .card-box .inner-box .img-box {
    padding-right: 15px;
    height: 400px;
}
.card-box .inner-box a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.section-blog-cards .card-box .inner-box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-blog-cards .card-box .inner-box .text-box {
    padding-top: 41px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 25px;
}

.section-blog-cards .card-box .inner-box .text-box .inner-text {
    padding-right: 25px
}

.section-blog-cards .card-box .inner-box .text-box h4 a {
    color: #333645;
    font-weight: 900;
    line-height: 26px;
}

.section-blog-cards .card-box .inner-box .text-box p {
    padding-top: 14px;
    line-height: 22px;
    height: 105px;
    overflow: hidden;
}
.section-blog-cards .card-box .inner-box .text-box .inner-text h4 {
    height: 130px;
    overflow: hidden;
}
.section-blog-cards .card-box .inner-box .text-box .inner-text .author {
    padding: 10px 0 0;
}
.section-blog-cards .card-box .inner-box .text-box .card-info {
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #1772db
}
.section-blog-cards .card-box .view svg {
    width: 40px !important;
}
.section-blog-cards .card-box .inner-box .text-box .card-info svg {
    position: relative;
    top: -1px;
    margin-right: 4px
;}

.section-about-school {
    padding-bottom: 210px;
    position: relative
}

.section-about-school:before {
    position: absolute;
    bottom: 0;
    height: 42px;
    left: 0;
    right: 0;
    background: #5a8ce0;
    content: ""
}

.section-about-school #lottie-about {
    z-index: 1;
    position: absolute;
    left: 50%;
    max-width: 465px;
    /* height: 333px; */
    margin-left: 100px;
    bottom: 41px;
}

.section-about-school .about-content .about-box {
    padding-right: 215px;
    position: relative
}

.section-about-school .about-content .inner-text {
    max-width: 790px
}

.section-about-school .about-content .inner-text p {
    font-size: 28px
}

.section-about-school .about-content .img-box {
    position: absolute;
    right: 0;
    top: 0
}

.section-about-school .about-list {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -36px;
    margin-right: -36px;
    counter-reset: about-counter
}

.section-about-school .about-list .list-box {
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 40px;
}

.section-about-school .about-list .list-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    height: 270px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 3px solid #d0c8fa;
    border-radius: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hide-content {
    display: none;
    width: 401px;
    height: 401px;
    background: #D2F3FF;
    border: 3px solid #D0C8FA;
    position: absolute;
    /* border-radius: 50px !important; */
    top: 0px;
    left: 30px;
    border-radius: 150px;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 65px;
    font-family: Formular;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #333645;
}

.section-about-school .about-list .list-box .inner-box {
    position: relative;
}

.section-about-school .about-list .list-box:hover .hide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-about-school .about-list .list-box .counter {
    counter-increment: about-counter;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.section-about-school .about-list .list-box .counter:before {
    content: "0" counter(about-counter);
    font-size: 100px;
    color: #333645;
    font-weight: 700;
    line-height: 1
}

.section-about-school .about-list .list-box span {
    font-size: 17px;
    color: #333645;
    display: block;
    text-align: center;
    max-width: 175px;
}

.syllabus-card {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    position: relative;
    border-radius: 25px;
    margin-bottom: 30px
}

.syllabus-card h2,.syllabus-card p {
    color: #fff
}

.syllabus-card h2 {
    margin-bottom: 20px;
    line-height: 1
}

.syllabus-card .icon {
    position: absolute;
    right: 40px;
    top: 45px
}
.syllabus-card.grey-card .icon {
    right: 20px;
    top: 42px;
}
.yellow-card {
    background: #f7c043;
    width: 370px
}

.rose-card {
    background: #1772db;
    width: 567px;
    margin-top: 40px;
}

.grey-card {
    width: 270px;
    background: #bb5abf;
}

.blue-card {
    width: 468px;
    background: #ed5a1a;
}

.red-card {
    width: 368px;
    background: #f0afd0;
}

.section-syllabus {
    background: #d2f3ff;
    position: relative;
    padding-bottom: 140px
}

.section-syllabus:before {
    position: absolute;
    width: 1046px;
    height: 1046px;
    left: 0;
    top: 0;
    background: url(../../images/dist/syllabus.svg);
    content: "";
    background-size: cover
}

.section-syllabus .syllabus-container {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-syllabus .syllabus-container .syllabus-box {
    padding-left: 11px;
    padding-right: 11px
}

.section-syllabus .step-row {
    counter-reset: step-counter;
    margin-top: 140px
}

.section-syllabus .step-row .step-box {
    margin-top: 0
}

.section-syllabus .step-row .step-box .counter {
    counter-increment: step-counter
}

.section-syllabus .step-row .step-box .counter:before {
    content: "0" counter(step-counter);
    width: 128px;
    height: 128px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    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: 42px;
    color: #ed5a1a;
    font-weight: 700
}

.section-business {
    padding-bottom: 100px
}

.section-business .section-title {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
}

.section-business .section-title p {
    padding-top: 20px
}

.section-business .business-container {
    margin: 0 auto;
    max-width: 960px
}

.section-business .business-container .business-row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px
}

.section-business .business-container .business-row .business-box {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    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;
}

.section-student-assessment {
    background: #d0c8fa;
    padding-bottom: 140px
}

.section-student-assessment .comment-box {
    border: 0;
    background: #fff;
    border-radius: 10px 10px 10px 0;
}

.section-student-assessment .comment-box:before {
    display: none
}

.section-student-assessment .comment-box:after {
    position: absolute;
    border: 40px solid transparent;
    border-left: 60px solid #fff;
    left: 0;
    top: 100%;
    content: "";
    margin-top: -40px
}

.section-student-all {
    position: relative;
    background: url(../../images/dist/student-img.png);
    height: 1280px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding-top: 60px;
    padding-bottom: 0;
}

.section-student-all .student-list {
    max-width: 810px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-top: 40px
}

.section-student-all .student-list ul {
    list-style-type: none
}

.section-student-all .student-list ul li {
    font-size: 21px;
    font-weight: 700
}

.section-online-course {
    padding-top: 50px
}

.section-online-course .row {
    margin-left: -30px;
    margin-right: -30px
}

.section-online-course .row .col-4,.section-online-course .row .col-8 {
    padding-left: 30px;
    padding-right: 30px
}

.section-online-course .type-course {
    margin-top: 38px
}

.section-online-course .type-course .radio-group {
    margin-top: 20px
}

.section-online-course .sidebar .all-couses ul {
    list-style-type: none
}

.section-online-course .sidebar .all-couses ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    position: relative;
    padding-left: 30px;
    padding-right: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #8066FF;
    border-radius: 26px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #8066FF;
}

.section-online-course .sidebar .all-couses ul li:hover {
    color: #ffffff;
    font-size: 16px;
    /* line-height: 1; */
}

.section-online-course .sidebar .all-couses ul li:last-child {
    margin-bottom: 0
}

.section-online-course .sidebar .all-couses ul li span {
    position: absolute;
    right: 21px;
    top: 50%;
    line-height: 1;
    font-size: 16px;
    margin-top: -8px;
    color: #8066FF;
}

.section-online-course .sidebar .all-couses ul li.active {
    background: #8066FF;
    color: white;
}

.section-online-course .sidebar .all-couses ul li.active:hover {
    color: #fff;
}

.section-online-course .sidebar .all-couses ul li.active span {
    color: #fff
}

.course-container {
    margin-bottom: 36px
}

.course-container .course-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.course-container .course-title span {
    font-size: 42px;
    font-weight: 700
}

.course-container .course-row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.course-container .course-row .course-box {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative;
    padding-top: 35px;
    margin-bottom: 25px;
}

.section-online-course .course-container .course-row .course-box:before {
    position: absolute;
    right: 15px;
    width: 120px;
    overflow: hidden;
    border-top-right-radius: 10px;
    top: 0px;
    content: url(../../images/dist/label-blue.svg);
    z-index: 2;
    display: none;
}

.course-container .course-row .course-box:after {
    position: absolute;
    right: 38px;
    top: 7px;
    z-index: 10;
    content: url(../../images/dist/folder-arrow.svg)
}
.course-container .course-row .course-box.folder-blue2:after {
    background: #F0AFD0;
}
.course-container .course-row .course-box.folder-blue:after {
    background: #8066FF;
}
.course-container .course-row .course-box.folder-green:after {
    background: #F7C043;
}
.course-container .course-row .course-box.folder-rose:after {
    background: #D2F3FF;
}
.course-container .course-row .course-box.folder-yellow:after {
    background: #8066FF;
}
.course-container .course-row .course-box.folder-vasilkoviy:after {
    background: #BB5ABF;
}
.course-container .course-row .course-box.folder-yellow .inner-folder:after {
    background-color: #EDEB98;
}
.course-container .course-row .course-box.folder-blue .inner-folder:after {
    background-color: #d2f3ff;
}
.course-container .course-row .course-box.folder-blue2 .inner-folder:after {
    background-color: #d2f3ff;
}
.course-container .course-row .course-box.folder-green .inner-folder:after {
    background-color: #D0C8FA;
}
.course-container .course-row .course-box.folder-rose .inner-folder:after {
    background-color: #F0AFD0;
}
.course-container .course-row .course-box.folder-vasilkoviy .inner-folder:after {
    background-color: #5A8CE0;
}
.course-container .course-row .course-box.folder-yellow:before {
    content: url(../../images/dist/label-yellow.svg);
}
.course-container .course-row .course-box.folder-green:before {
    content: url(../../images/dist/label-blue2.svg);
}
.course-container .course-row .course-box.folder-rose:before {
    content: url(../../images/dist/label-rose.svg);
}
.course-container .course-row .course-box.folder-blue:before {
    content: url(../../images/dist/label-blue.svg);
}
.course-container .course-row .course-box.folder-blue2:before {
    content: url(../../images/dist/label-blue.svg);
}
.course-container .course-row .course-box.folder-vasilkoviy:before {
    content: url(../../images/dist/label-blue3.svg);
}
.course-container .course-row .course-box .inner-folder {
    position: relative;
    padding-left: 33px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 28px;
    max-width: 365px;
}
.section-blog .card-box.red-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.red-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.red-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.red-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.red-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.red-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.red-box .inner-box .text-box .inner-text .author a {
    color: #ed5a1a;
}
.section-blog .card-box.blue-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.blue-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.blue-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.blue-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.blue-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.blue-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.blue-box .inner-box .text-box .inner-text .author a {
    color: #1772DB;
}
.section-blog .card-box.gray-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.gray-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.gray-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.gray-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.gray-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.gray-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.gray-box .inner-box .text-box .inner-text .author a {
    color: #BB5ABF;
}
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .author a {
    color: #F7C043;
}
.section-blog .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.vasilkoviy-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.vasilkoviy-box .inner-box .text-box .inner-text .author a {
    color: #5A8CE0;
}
.section-blog .card-box.rose-box .inner-box .text-box .inner-text .card-info .time,
.section-blog .card-box.rose-box .inner-box .text-box .inner-text .card-info .view,
.section-blog .card-box.rose-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.rose-box .inner-box .text-box .inner-text .card-info .time,
.section-blog-cards .card-box.rose-box .inner-box .text-box .inner-text .card-info .view,
.section-blog-cards .card-box.rose-box .inner-box .text-box .inner-text .card-info .date,
.section-blog-cards .card-box.rose-box .inner-box .text-box .inner-text .author a {
    color: #D0C8FA;
}
.section-blog .card-box.green-box .inner-box .text-box .inner-text .card-info .time, .section-blog .card-box.green-box .inner-box .text-box .inner-text .card-info .view, .section-blog .card-box.green-box .inner-box .text-box .inner-text .card-info .date, .section-blog-cards .card-box.green-box .inner-box .text-box .inner-text .card-info .time, .section-blog-cards .card-box.green-box .inner-box .text-box .inner-text .card-info .view, .section-blog-cards .card-box.green-box .inner-box .text-box .inner-text .card-info .date, .section-blog-cards .card-box.green-box .inner-box .text-box .inner-text .author a {
    color: #F0AFD0;
}
.course-container .course-row .course-box .inner-folder .wanna:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: url(../../images/dist/heart-small.svg);
    background-size: cover;
    content: "";
    width: 25px;
    height: 21px;
}

.course-container .course-row .course-box .inner-folder .wanna span {
    padding-right: 30px;
    text-transform: uppercase;
}

.course-container .course-row .course-box .inner-folder .some-info {
    text-align: right;
    position: relative;
    font-size: 16px;
    color: #212435;
}
.info-block {
    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: 14px;
}

.info-block .some-info-type {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #212435;
    display: flex;
}
.info-block .some-info-type span {
    background-color: white;
    border-radius: 50px;
    border: 1px solid #8066FF;
    padding: 3px 10px;
    line-height: 1;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.inner-folder .time-block {
    position: absolute !important;
    top: -20px;
    right: -15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #212435;
}
.section-online-course .inner-folder .time-block {
    top: -20px;
    right: -15px;
}
.course-container .course-row .course-box .inner-folder div,.course-container .course-row .course-box .inner-folder h4 {
    position: relative;
    z-index: 3
}

.course-container .course-row .course-box .inner-folder h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #343644;
    max-width: 230px;
    height: 45px;
}

.course-container .course-row .course-box .inner-folder .img-box {
    /* margin-top: 12px; */
}

.course-container .course-row .course-box:after {
    position: absolute;
    left: 0;
    top: 47px;
    right: 12px;
    bottom: 0;
    content: "";
    z-index: 1;
    border-radius: 30px;
    width: 353px;
}

.course-container .course-row .course-box .inner-folder:after {
    position: absolute;
    left: 12px;
    top: 0;
    right: 0;
    bottom: 12px;
    content: "";
    z-index: 2;
    background: #d2f3ff;
    border-radius: 30px;
    border: 1px solid #8066FF;
}

.yellow-subscribe {
    background: #edeb98
}

.yellow-subscribe .arrow-bg {
    background: url(../../images/dist/subscribe-arrow-yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%
}

.yellow-subscribe .contact-form {
    max-width: inherit
}

.yellow-subscribe .contact-form h2 {
    text-align: center;
    font-size: 42px;
    text-transform: none;
    color: #bb5abf
}

.yellow-subscribe .contact-form p {
    padding-top: 40px;
    max-width: 545px;
    margin: 0 auto
}
.home .section-main {
    padding-top: 140px;
}
.section-main {
    padding-top: 93px;
    padding-bottom: 140px;
    background: #edeb98;
    position: relative
}

.section-main #animation_text {
    position: absolute;
    top: 100px;
    left: -85px;
    right: 0;
    margin: 0 auto;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 150px;
    line-height: 100%;
    text-shadow: -1px 0 #f7c043, 0 1px #f7c043, 1px 0 #f7c043, 0 -1px #f7c043;
    color: #edeb98;
    max-width: 685px;
    text-transform: uppercase;
    z-index: 1;
}
.section-main .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.section-main .main-container .left-box .first-course h1 {font-size: 44px;max-width: 500px;font-weight: 500;color: #333645;display: block;}

.section-main .main-container .left-box .first-course .course-btn {
    margin-top: 14px
}

.section-main .main-container .left-box .first-course .course-btn a {
    width: 198px;
    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;
    height: 52px;
    background: #1772db;
    color: #fff;
    font-size: 18px;
    border-radius: 26px
}

.section-main .main-container .left-box .course-list {
    margin-top: 67px
}

.section-main .main-container .left-box .course-list span {
    display: block;
    font-weight: 300
}

.section-main .main-container .left-box .course-list ul {
    list-style-type: none;
    margin-top: 14px
}

.section-main .main-container .left-box .course-list ul li {
    margin-bottom: 14px
}

.section-main .main-container .left-box .course-list ul li:last-child {
    margin-bottom: 0
}

.section-main .main-container .left-box .course-list ul li a {
    line-height: 52px;
    padding-left: 39px;
    padding-right: 39px;
    background: #d0c8fa;
    color: #333645;
    font-size: 18px;
    display: inline-block;
    border-radius: 26px
}

.section-wat-it {
    padding-bottom: 30px
}

.section-wat-it .text-content {
    padding-top: 30px;
    margin-bottom: 27px
}

.section-wat-it .text-content p {
    padding-top: 20px;
    font-size: 21px;
    color: #333645
}

.section-wat-it .text-content p:first-child {
    padding-top: 0
}

.section-wat-it .course-container {
    margin-bottom: 30px
}

.section-wat-it .course-container .course-row {
    margin: 0
}

.section-wat-it .course-container .course-row .course-box {
    max-width: 468px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.section-wat-it .course-container .course-row .course-box:before {
    position: absolute;
    right: 0;
    width: 120px;
    top: 0px;
    overflow: hidden;
    border-top-right-radius: 10px;
    display: none;
}

.section-wat-it .course-container .course-row .course-box .inner-folder {
    padding-left: 42px;
    padding-right: 31px;
    max-width: 365px;
}

.section-wat-it .course-container .course-row .course-box .inner-folder h4 {
    /* font-size: 28px; */
}

.section-wat-it .course-container .course-row .course-box .inner-folder .some-info span {
    font-size: 20px
}

.section-blog {
    background: #d2f3ff;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px
}

.section-blog:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 841px;
    height: 972px;
    background: url(../../images/dist/blog-main-bg.svg);
    margin-left: -250px;
    content: "";
    background-size: cover
}

.section-blog .section-title {
    margin-bottom: 58px
}

.section-blog .all-article {
    padding-top: 9px
}

.section-blog .card-box {
    position: relative;
    margin-bottom: 35px;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto
}

.section-blog .card-box .show-more {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 10;
}
.section-blog .card-box .show-more .label {
    padding: 5px 10px;
    font-family: Formular;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    background-color: #333645;
}
.section-blog .card-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 13px;
    margin-bottom: 13px;
    /* padding-top: 3px; */
    cursor: pointer;
}
.section-blog .rectangle-box:before {
    top: 14px;
}

.section-blog .card-box.rectangle-box {padding-bottom: .1px;}

section.section-blog .white-bg:after {
    background: transparent;
}
.section-blog .card-box .inner-box .img-box {
    min-width: 302px
}

.section-blog .card-box .inner-box .text-box {
    padding-top: 44px;
    padding-right: 80px;
    padding-left: 73px
}

.section-blog .card-box .inner-box .text-box .inner-text h4 {
    line-height: 1.3
}

.section-blog .card-box .inner-box .text-box .inner-text h4 a {
    color: #333645;
    font-size: 28px;
    line-height: 34px;
    height: 70px;
    overflow: hidden;
    display: block;
}

.section-blog .card-box .inner-box .text-box .inner-text p {
    padding-top: 14px;
    line-height: 22px;
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #1772db;
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info div {
    margin-right: 15px
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info div:last-child {
    margin-right: 0;
}

.section-blog .card-box .inner-box .text-box .inner-text .card-info svg {
    position: relative;
    top: 0;
    margin-right: 4px;
}

.how-work-course {
    background: #d0c8fa;
    padding-top: 110px
}

.how-work-course:before {
    width: 592px;
    height: 592px;
    background: url(../../images/dist/how-work-course.svg)
}

.how-work-course .step-row {
    margin-top: 42px
}

.section-white {
    background: #fff
}

.section-main-eleven .comment-box:before {
    /* content: url(../../images/dist/comment-light.svg) */
}

.section-main-thirteen {
    position: relative
}
.section-main-thirteen:before {
    background: #5a8ce0
}

.section-main-thirteen .content-box .number {
    color: #333645
}

.section-main-thirteen .content-box .number:after,.section-main-thirteen .content-box .number:before {
    background: #d0c8fa
}

.section-main-thirteen .content-box .text-info {
    color: #333645!important
}

.student-number,
.partner-number {
    padding-left: 75px;
    position: relative;
    bottom: -10px;
}

.teacher-number {
    position: relative;
    bottom: -10px;
}

.teacher-number:after {
    position: absolute;
    content: "%";
    left: 100%;
    top: 5px;
}

.student-number:before,
.partner-number:before {
    position: absolute;
    content: "+";
    left: 0;
    top: 5px;
}

.wrapper .section-main-thirteen {
    background: #fff;
}
.animat_lottie {
    position: relative;
}
#add_animation_statistick {
    max-width: 550px;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 100px;
}
.single-courses #add_animation_statistick {
    cursor: default;
}
.wrapper .section-thirteen .content-box .number:before,
.wrapper .section-thirteen .content-box .number:after {
    background: #D0C8FA;
}
.wrapper .section-thirteen:before {
    background: #5A8CE0;
}
.single-courses .wrapper .section-thirteen:before {
}
.single-courses .section-thirteen {
    background: #ffffff;
}
.wrapper .section-main-thirteen .content-box .number {
    color: #333645;
}

.mt20 {
    margin-top: 20px;
}
.inner-box .card-info .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inner-box .card-info .view>div {
    /* margin-right: 10px; */
}
.single-article .article-date .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-article .article-date .view>div {
    margin-right: 7px;
}
.wpcf7-not-valid-tip {
    color: #D1498E !important;
}

.wpcf7-response-output {
    background: #FFD7EB;
    border-radius: 30px;
    font-size: 15px;
    color: #333645;
}

form.invalid .wpcf7-response-output {
    border-color: #FFD7EB !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 20px !important;
}
.list-box {
    position: relative;
}

.hide-content {
    width: 370px;
    height: 370px;
    padding: 50px;
}
.section-blog .card-box .inner-box .img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.intl-tel-input.allow-dropdown .flag-container .selected-flag {
    border: unset !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container .selected-flag:active, .intl-tel-input.allow-dropdown .flag-container .selected-flag:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #212435;
    font-size: 14px;
    font-weight: 400;
    opacity: .7;
}
.intl-tel-input.allow-dropdown .flag-container .selected-flag .iti-flag {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    margin-left: 0;
    margin-right: 15px;
}

.intl-tel-input.allow-dropdown .flag-container .selected-flag .selected-dial-code {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 10px;
    line-height: 1.6;
}

.intl-tel-input.allow-dropdown .flag-container .selected-flag .iti-arrow {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    background: #D8FFD7 !important;
}
.more-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}
.margin-content .article-share .link-group ul li a:hover {
    background: unset !important;
    position: relative;
}

.margin-content .article-share .link-group ul li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    background: #333645;
    content: "";
    width: 0%;
    display: block;
}

.margin-content .article-share .link-group ul li a:hover:after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.margin-content .article-share .link-group ul li {
    text-align: left;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.article-share .link-group ul li span {
    margin: 0 10px;
}
.section-blog .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time, .section-blog-cards .card-box.yellow-box .inner-box .text-box .inner-text .card-info .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-form .input-fields .input-box input::-webkit-input-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input::-moz-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input:-ms-input-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input::-ms-input-placeholder {
    color: #ACACAC;
    font-size:16px;
}
.contact-form .input-fields .input-box input::placeholder {
    color: #ACACAC;
    font-size:16px;
}
.full-width-thanks .social-shared ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
}
.page-template-about-template .section-eleven.section-student-assessment {padding-bottom: 60px;}
.full-width-thanks {background-color: #D6D2FF;padding-top: 0;padding-bottom: 0px;}
.full-width-thanks .section-content {position: relative;text-align: center;padding-bottom: 320px;}
.full-width-thanks .content-box-thanks {position: relative;display: block;/* height: 800px; */padding-top: 290px;}
.full-width-thanks .content-box-thanks .image-message {position: absolute;left: 0;top: 290px;z-index: 1;max-width: 460px;}
.full-width-thanks .content-box-thanks .bot {left: 20%;top: 80px;height: 270px;}
.full-width-thanks .content-box-thanks .bot p {font-size: 16px;text-align: left;line-height: 1.5;color: #333745;}
.full-width-thanks .content-box-thanks .bot p strong {
    font-size: 19px;
    line-height: 1;
}
.full-width-thanks .btn-thanks {position: relative;top: 80px;right: 0;background-color: #BB5ABF;max-width: 400px;margin-left: auto;border-radius: 50px;margin-right: 30px;transition: all .3s;}
.full-width-thanks .btn-thanks:hover {background-color: #333745;transition: all .3s;}
.full-width-thanks .social-shared {position: relative;top: 100px;right: 0;max-width: 400px;margin-left: auto;margin-right: 30px;}
.full-width-thanks .btn-thanks a {color: white;font-size: 21px;line-height: 25px;display: block;padding: 20px;}
.full-width-thanks .social-shared p {font-size: 14px;line-height: 17px;}
.full-width-thanks .social-shared ul {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;margin-top: 20px;}
.full-width-thanks .social-shared ul li {width: 50px;height: 50px;border: 1px solid #333645;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin: 0 5px;list-style: unset !important;transition: all .3s;}
.full-width-thanks .social-shared ul li a img {filter: invert(1);transition: all .3s;}
.full-width-thanks .social-shared ul li:hover {background-color: #333645;transition: all .3s;}
.full-width-thanks .social-shared ul li:hover img {filter: inherit;transition: all .3s;}
.head-styki-box {display: flex;align-items: center;justify-content: flex-start;}
.head-styki-box .sticky-date {font-style: normal;font-weight: 700;font-size: 19px;line-height: 24px;text-align: center;color: #333645;margin-bottom: 20px;display: block;background-color: white;padding: 5px 15px;border-radius: 20px;}
.label-lang {display: block;width: 100%;font-weight: 500;font-size: 12px;line-height: 20px;padding: 5px;text-align: center;border-radius: 20px;margin-top: 10px;}
.youtube-btn-popup .label-youtube {max-width: 150px;display: flex;padding-left: 15px;font-size: 16px;font-weight: 500;}
.youtube-btn-popup {display: flex;align-items: center;}
.section-vacancies .yellow-box.rectangle-box:before {bottom: -14px;}
.section-vacancies .yellow-box.rectangle-box:after {border: 2px solid #bb5abf;}
.page-template-thanks-webinar-template .full-width-thanks .content-box-thanks .bot {
    left: unset;
    right: 10%;
    max-width: 700px;
    height: 245px;
}
.page-template-thanks-webinar-template .full-width-thanks .btn-thanks {
    top: 30px;
}
.page-template-thanks-webinar-template .full-width-thanks .section-content {
    background-size: contain !important;
}
.page-template-thanks-webinar-template .full-width-thanks {
    padding: 50px 0 100px;
}
.section-social-buttons .bg-image {
    position: absolute;
    top: 0;
    z-index: 10;
}

.section-social-buttons {
    overflow: hidden;
    padding: 0;
}

.section-social-buttons .section-title {z-index: 20;}

.section-social-buttons .col-6 {
    display: flex;
    align-items: center;
    padding: 130px 0;
}

.section-social-buttons .row {
    align-items: center;
}
.section-social-buttons .section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.section-social-buttons .section-title p {
    font-size: 16px;
    max-width: 400px;
}
.section-social-buttons .btn-soc-item {
    max-width: 370px;
    height: 64px;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.section-social-buttons .section-button-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 370px;
    z-index: 100;
    margin-left: 100px;
}
.section-social-buttons .btn-soc-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.section-social-buttons .btn-soc-item a img {
    margin-right: 20px;
}
.section-social-buttons .btn-soc-item a span {
    color: white;
    font-size: 24px;
    font-weight: 700;
}
.section-social-buttons .btn-soc-item a:hover {
    background-color: #333645 !important;
}
.soc_date {
    padding: 10px 20px;
    color: #333645;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 15px;
}
.section-first-screen .main-content .contact-form {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 470px;
    padding: 40px 34px;
    background-color: white;
    border-radius: 25px;
}
.section-first-screen .main-content .contact-form .input-fields .input-box input {
    border-color: #333645;
    border-width: 1px;
}
.section-first-screen .newdesign .bages {
    z-index: 1;
}
.section-first-screen .newdesign .info-box {
    margin-top: 20px;
}
.section-first-screen .newdesign .info-box .box-content {
    margin-bottom: 20px;
    padding-left: unset;
}
.section-first-screen .newdesign .info-box .box-content h4 {
    height: auto;
    max-height: 50px;
    margin-bottom: 10px;
}
.section-first-screen .newdesign .boost {
    margin-top: 14px;
    margin-bottom: 35px;
}
.section-first-screen .newdesign .boost .boost-box span {
    color: #333645;
    font-size: 42px;
    line-height: 1.6;
}
.section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price {
    background-color: #ED5A1A;
    color: white;
    font-size: 48px;
    line-height: 38px;
    padding-top: 25px;
}
.section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price i {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-left: 5px;
}
.section-first-screen .newdesign .contact-form .btn-send {
    background: #ED5A1A;
}
.section-first-screen .newdesign .main-content .section-text p {
    font-size: 14px;
    margin-bottom: 20px;
}
.section-first-screen .newdesign .main-content .section-text {
    margin-top: 15px;
}
.section-first-screen .newdesign .info-box .box-content .arrow-left {
    display: none !important;
}
.section-first-screen .newdesign .info-box .col-lg-6 {
    padding-right: 0;
}
.section-first-screen .newdesign .main-content .contact-form .input-fields .input-box input {
    padding: 22px;
}
.section-video .video-block {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 664px;
}
.section-video .video-block .poster-bg {
    position: absolute;
    top: 0;
    width: 100%;
}
#play-video, .section-video .video-block .play-arrow {
    position: absolute;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    cursor: pointer;
}
.section-video .video-block svg.play-arrow path {
    fill: #FF6455;
}
.section-video .video-block svg.play-arrow circle {
    fill: white;
}
.section-video .video-block svg.play-arrow:hover path {
    fill: white;
}
.section-video .video-block svg.play-arrow:hover circle {
    fill: #FF6455;
}
.section-video .video-block #play {
    width: 100%;
    height: 100%;
}
#play-video:hover {
    box-shadow: 2px 2px 20px #6a6a6a;
    border-radius: 50%;
}
.section-five.newdesignbox .bg-five-section {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-five.newdesignbox {
    padding: 0;
    overflow: hidden;
    padding-bottom: 100px;
}

.section-five.newdesignbox .section-title {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
}
.section-five.newdesignbox .info-box .number {
    color: #F7BB27 !important;
}
.section-five.newdesignbox .section-title h2 {
    color: #212435;
}
.margin-content .article-date .author {
    color: #212435;
    padding-right: 15px;
}
.section-five.newdesignbox .container {
    padding-top: 150px;
}

.section-five.newdesignbox .box-rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 50px;
}

.section-five.newdesignbox .box-row {
    flex: 0 0 48%;
    background-color: white;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 30px;
}

.section-five.newdesignbox .box-row h3 {
    margin-bottom: 25px;
    font-size: 21px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .single-courses header.scroll .inner-box .left-box .mnu-box {
        margin-right: 30px;
    }
    .single-courses .mobile-show {
        display: none;
    }
    .single-courses #background_image_box_1 {
        max-width: 350px;
        top: -340px;
    }
    .single-courses .section-first-screen .bages {
        width: 180px !important;
        height: 180px !important;
        left: calc(50% - 20px);
    }
    .single-courses .section-first-screen .bages .procent {
        /* font-size: 40px; */
    }
    .single-courses .section-first-screen .bages .some-text {
        font-size: 52px;
    }
    .home #add_animation_statistick {
        width: 400px;
        right: 0;
    }
    .section-first-screen .newdesign .boost .boost-box span {
        font-size: 24px;
    }

    .section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price {
        font-size: 28px;
        padding: 20px;
        line-height: 20px;
        border-radius: 5px;
    }

    .section-first-screen .newdesign .boost {
        margin: 20px 0;
    }

    .section-first-screen .newdesign .contact-form {
        padding: 25px 15px;
        background-color: white;
        border-radius: 15px;
    }

    .section-first-screen .newdesign .contact-form .input-fields .input-box input {
        border: 1px solid;
    }

    .section-first-screen .newdesign .contact-form .btn-send {
        height: 54px;
    }
    .section-first-screen .newdesign .main-content .section-text {
        max-width: 100% !important;
    }
}
@media (max-width:992px) {
    .section-main #animation_text {font-size: 100px;}
    .section-main .main-container .right-box .img-box #lottie {
        width: 1000px !important;
        top: 0px !important;
    }
    .hide-content {
        width: 350px;
        height: 350px;
        padding: 30px;
    }
    .section-about-school #lottie-about {max-width: 350px;right: 50px;}
    .hide-content {margin-top: 10px;}
    .section-social-buttons .row {
        flex-direction: column;
    }

    .section-social-buttons .col-6 {
        padding: 30px 0;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .single-courses .section-social-buttons {
        padding-bottom: 0 !important;
    }
    .section-first-screen .newdesign .boost .boost-box span {
        font-size: 24px;
        padding: unset;
        padding-right: 15px;
    }

    .section-first-screen .newdesign .boost .boost-box .boost-focus .boost-price {
        font-size: 28px;
        padding: 14px;
        line-height: 20px;
        border-radius: 5px;
    }

    .section-first-screen .newdesign .boost {
        margin: 20px 0;
    }

    .section-first-screen .newdesign .contact-form {
        padding: 25px 15px;
        background-color: white;
        border-radius: 15px;
    }

    .section-first-screen .newdesign .contact-form .input-fields .input-box input {
        border: 1px solid;
    }

    .section-first-screen .newdesign .contact-form .btn-send {
        height: 54px;
    }
    .section-first-screen .newdesign .main-content .section-text .box-content p {
        font-size: 14px !important;
    }
    .single-courses section.section-video {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }

    .section-video .video-block {
        border-radius: unset;
        height: 210px;
    }
    .section-five.newdesignbox .bg-five-section {
        object-fit: cover;
    }

    .section-five.newdesignbox .container {
        padding-top: 50px;
    }

    .section-five.newdesignbox .box-rows {
        width: 100%;
        display: block;
    }

    .section-five.newdesignbox .box-row {
        flex: 100%;
        margin-bottom: 8px;
    }

    .section-five.newdesignbox .section-title {
        margin-bottom: 20px;
    }
    .section-social-buttons .section-button-links {
        margin-left: unset;
    }
    .info-block .some-info-type span {
        font-size: 12px;
        padding: 3px;
    }
    .course-container .course-row .course-box .inner-folder .img-box{
        /* height: 160px; */
    }
    .course-container .course-row .course-box:after {
        width:unset;
    }
    .info-block .some-info-type span {
        font-size: 14px;
        padding: 5px;
    }
    .section-blog-cards .card-box .inner-box .img-box {
        height: 200px;
    }
}
@media (max-width:768px) {
    .head-styki-box {flex-direction: column-reverse;align-items: start;margin-bottom: 10px;}
    .head-styki-box .sticky-date {margin-left: unset;margin-bottom: 10px;font-size: 16px;line-height: 1;padding: 5px 20px;order: 0;}
    .section-about-school .about-list .list-box .inner-box{
        width: 40% !important;
        padding-left: unset !important;
    }
    .hide-content {
        width: calc(100% - 220px) !important;
        height: auto !important;
        background: unset;
        border: unset;
        padding: unset !important;
        position: relative;
        display: block;
        font-size: 14px;
    }
    .section-about-school .about-list .list-box span {
        text-align: center;
    }
    .section-page-navigation.blog-nav {
        /* border-bottom: 3px solid #1772db; */
    }
    .single-article .view svg {
        width: 26px !important;
        height: 10px !important;
    }
    .article-share .link-group ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: unset !important;
    }
    .margin-content .article-share .link-group ul li {
        font-size: 18px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    }
    .margin-content .article-share .link-group ul li.link-twitter span {
        display: none;
    }
    .margin-content .article-share .link-group ul li a:after {
        bottom: 1px;
    }
    .section-vacancies .tab-content .student-container .student-box .text-box .counter {
        top: -40px;
    }
    .section-vacancies .tab-content .student-container .student-box .text-box {
        padding-left: 0 !important;
        padding-top: 40px !important;
    }
    .section-about-school #lottie-about {
        left: unset;
        margin-left: unset;
        bottom: 35px;
    }
    .page-template-about-template .section-about-school {
        padding-bottom: 280px !important;
    }
    .full-width-thanks .content-box-thanks {padding-top: 0;height: 500px;}
    .full-width-thanks .content-box-thanks .bot {left: 34%;height: 200px;top: 60px;width: 260px;max-width: unset;padding: 20px;}
    .full-width-thanks .content-box-thanks .bot p {font-size: 10px;line-height: 1.5;}
    .full-width-thanks .content-box-thanks .image-message {left: 3%;top: 200px;}
    .full-width-thanks .section-content {background-position: top !important;padding-bottom: 120px;margin-top: 20px;}
    .full-width-thanks .btn-thanks {top: 80px;max-width: 300px;margin: 0 auto;}
    .full-width-thanks .social-shared {top: 100px;margin: 0 auto;}
    .full-width-thanks .btn-thanks a {padding: 10px;font-size: 14px;}
    .section-six .teacher-skills .socials-header {display: flex;align-items: center;justify-content: flex-start;}
    .section-six .teacher-skills .socials-header li {margin-bottom: unset;margin-right: 15px;}
    .page-template-thanks-webinar-template .full-width-thanks .content-box-thanks .bot {
        width: 400px;
    }
    .page-template-thanks-webinar-template .full-width-thanks .btn-thanks {
        top: 10px;
    }
    #play-video, .section-video .video-block .play-arrow {
        width: 50px;
        top: 25%;
    }
    .course-container .course-row .course-box:after {
        width:353px;
    }
}
@media (max-width:575px) {
    .full-width-thanks .content-box-thanks {height: 450px;}
    .full-width-thanks .content-box-thanks .bot {max-width: 220px;height: 150px;top: 80px;padding: 17px;}
    .full-width-thanks .content-box-thanks .bot p {font-size: 9px;}
    .full-width-thanks .content-box-thanks .bot p strong {
        font-size: 10px;
        line-height: 1;
    }
    .full-width-thanks .content-box-thanks .image-message {max-width: 400px;}
    .section-main #animation_text {font-size: 72px;top: unset;bottom: 0;left: 10px;font-size: 75px;display: none !important;}
    .section-main .main-container .right-box .img-box #lottie {
        position: relative !important;
        width: 100% !important;
        top: 0px !important;
        left: 0;
        right: unset !important;
        height: 250px !important;
    }
    .section-main .main-container .right-box .img-box #lottie svg {
        width: 700px !important;
        position: relative;
        top: -340px;
        left: -300px;
        height: 1000px !important;
    }
    .hide-content {
        font-size: 12px;
        line-height: 1.2;
        width: calc(100% - 20px) !important;
        margin-left: -15px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.5;
    }
    .course-container .course-row .course-box:hover .inner-folder {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .course-container .course-row .course-box:hover:before {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
    .course-container .course-row .course-box.slide:hover .inner-folder {
        -webkit-transform: translate3d(-12px, 12px, 0px);
        transform: translate3d(-12px, 12px, 0px);
    }
    .course-container .course-row .course-box.slide:hover:before {
        -webkit-transform: translate3d(-12px, 12px, 0px);
        transform: translate3d(-12px, 12px, 0px);
    }
    .contact-form .input-fields .input-box input {
        padding: 14px 18px;
    }
    .iti__selected-flag {
        padding-left: 18px !important;
    }

    .contact-form .form-group {
        margin-top: 20px;
    }
    .section-main .main-container .left-box .first-course h1 {font-weight: bold;font-size: 30px;}
    .section-seven .course-list .course-box .course-title:hover .bg-arrow,.section-fourteen .course-list .course-box .course-title:hover .bg-arrow{width:42px!important;height:42px!important;right:-7px!important;margin-top:-20px!important;}
    .single-courses section {padding-bottom: 80px !important;}
    .single .section-start-course {
        padding-bottom: 40px !important;
    }
    .single .single-article.margin-content {
        padding-bottom: 40px !important;
    }
    .section-social-buttons .btn-soc-item a span {
        font-size:24px;
    }
    .section-first-screen .newdesign .info-box {
        margin-top: 50px;
    }
    .start-btn a {
        height: 48px;
        font-size: 18px;
        width: 316px;
        margin-top: 30px;
        text-transform: uppercase;
    }

}
@media (max-width:520px) {
    .button-vs-youtube {flex-flow: column;/* padding: 0 25px; */}
    .section-first-screen .main-content .main-btn {width: 100%;}
    .youtube-btn-popup {margin-top: 20px!important;margin-left: unset!important;width: 100%;}
    .section-first-screen .main-content .main-btn a {font-size: 18px;max-width: 100%;}
    .home .section-thirteen #add_animation_statistick {bottom: 40px;}
    .margin-content .article-date .author {
        display: none;
    }
}
@media (max-width:390px) {
    .full-width-thanks .btn-thanks {top: 0;}
    .full-width-thanks .social-shared {top: 20px;}
    .full-width-thanks {padding-top: 30px !important;padding-bottom: 20px !important;}
    .full-width-thanks .section-content {padding-bottom: 30px;margin-top: unset;background-size: 100% !important;}
    .section-main .main-container .right-box .img-box #lottie svg {
        /* width: 600px !important; */
        left: -325px;
    }
    .page-template-thanks-webinar-template .full-width-thanks .content-box-thanks .bot {
        position: relative;
        width: 100%;
        left: 0;
    }

    .page-template-thanks-webinar-template .full-width-thanks .btn-thanks {
        top: -10px;
        right: -50px;
        text-align: center;
        width: 70%;
    }

    .page-template-thanks-webinar-template .full-width-thanks .btn-thanks a {
        padding: 5px;
        text-align: center;
        display: block;
        width: 100%;
        font-size: 12px;
    }
    .section-social-buttons .btn-soc-item a span {
        font-size:21px;
    }
    .course-container .course-row .course-box:after {
        width:unset;
    }
}
@media (max-width:355px) {
    .section-main .main-container .right-box .img-box #lottie svg {
        left: -345px;
    }
}
@media (min-width: 1200px) {
    .card-box .inner-box:hover {
        -webkit-transform: translate3d(-14px, 14px, 14px);
        transform: translate3d(-14px, 14px, 14px);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
    }
}