.newLanguages {
    padding: 40px 0;
    background: #daecff;
}

.newLanguages-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    border-radius: 20px;
    gap: 15px 40px;
}

.newLanguages-list-item {
    width: calc(25% - 30px);
    padding: 0 0 0 38px;
    position: relative;
}

.newLanguages-list-item:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    width: 28px;
    height: 20px;
    background-size: 100% 100%;
    border-radius: 2px;
    transform: translateY(-50%);
    z-index: 1;
}

.newLanguages-list-item.no_flag:before {
    display: none;
}

.newLanguages-list-item.flag.flag-england::before {
    background-image: url(/wp-content/themes/eurasian/img/GB.png);
}

.newLanguages-list-item.flag.flag-arab::before {
    background-image: url(/wp-content/themes/eurasian/img/SY.png);
}

.newLanguages-list-item.flag.flag-spain::before {
    background-image: url(/wp-content/themes/eurasian/img/ES.png);
}

.newLanguages-list-item.flag.flag-italy::before {
    background-image: url(/wp-content/themes/eurasian/img/IT.png);
}

.newLanguages-list-item.flag.flag-iran::before {
    background-image: url(/wp-content/themes/eurasian/img/IR.png);
}

.newLanguages-list-item.flag.flag-china::before {
    background-image: url(/wp-content/themes/eurasian/img/CN.png);
}

.newLanguages-list-item.flag.flag-korea::before {
    background-image: url(/wp-content/themes/eurasian/img/KR.png);
}

.newLanguages-list-item.flag.flag-germany::before {
    background-image: url(/wp-content/themes/eurasian/img/DE.png);
}

.newLanguages-list-item.flag.flag-turkey::before {
    background-image: url(/wp-content/themes/eurasian/img/TR.png);
}

.newLanguages-list-item.flag.flag-france::before {
    background-image: url(/wp-content/themes/eurasian/img/FR.png);
}

.newLanguages-list-item.flag.flag-hindi::before {
    background-image: url(/wp-content/themes/eurasian/img/IN.png);
}

.newLanguages-list-item.flag.flag-japan::before {
    background-image: url(/wp-content/themes/eurasian/img/JP.png);
}

.newLanguages-disable {
    pointer-events: none;
}

.newLanguages-list-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

@media screen and (max-width: 1000px) {
    .newLanguages-list {
        gap: 15px 30px;
    }

    .newLanguages-list-item {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 750px) {
    .newLanguages-list-item {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 520px) {
    .newLanguages-list {
        gap: 15px 20px;
        padding: 10px;
    }
}


.newben {
    padding-top: 80px;
}

.newben__inner {
    margin-top: 40px;
    padding: 0 0 50px;
    background: #ffd646;
    position: relative;
}

.newben__list {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
}

.newben__item {
    width: calc(33% - 20px);
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}

.newben__item-top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.newben__item-icon {
    width: 80px;
    height: 80px;
}

.newben__item-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.newben__item-title span {
    color: #f43131;
}

.newben__item-text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.newben__item:nth-child(4),
.newben__item:nth-child(5) {
    flex-grow: 1;
}

@media screen and (max-width: 1000px) {
    .newben__item {
        width: calc(50% - 15px);
    }

    .newben__item:nth-child(4) {
        flex-grow: 0;
    }
}

@media screen and (max-width: 600px) {
    .newben__list {
        flex-wrap: nowrap;
        overflow-x: visible;
    }

    .newben__inner {
        padding: 0;
    }

    .format-lesson {
        padding: 30px 0 0 !important;
    }

    .newben__item {
        width: 100%;
        flex-shrink: 0;
    }

    .newben__list::-webkit-scrollbar {
        height: 6px;
    }

    .newben__list::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 3px;
    }

    .newben__list::-webkit-scrollbar-thumb {
        background-color: #0072de;
        border-radius: 3px;
    }
}



.blog {
    padding: 50px 0 40px;
    background: #daecff;
}

.blog .title_slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 100px;
}

.blog__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0072de;
}

.blog .col {
    background: #ffffff;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1) s;
    border-radius: 20px;
    padding: 10px 10px 23px;
    height: 100%;
}

.blog .articles-list-item-img {
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.blog__item-date {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #7c7c7c;
}

.blog .blog-list-item-title a {
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    margin-top: 10px;
}

.blog-list-item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #222222;
    margin-top: 10px;
}

.promotion-list .slick-track {
    display: flex !important;
    align-items: stretch;
    gap: 30px;
}

.promotion-list .slick-slide {
    height: auto !important;
}

.promotion-list .slick-slide>div {
    height: 100%;
}

.promotion-list .btn {
    width: 100%;
    padding: 14px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    border-radius: 10px;
}

.promotion-list .articles-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.promotion-list .blog-list-item-title {
    margin-top: 10px;
}

.blog .success-list .slick-track {
    gap: 30px;
    align-items: stretch;
}

@media screen and (max-width: 500px) {
    .blog .slick-arrow {
        top: -80px !important;
    }

    .blog .title_slider {
        flex-direction: column;
        align-items: flex-start;
    }
}

.page-header h1 {
    text-align: center;
    color: #fff;
}

.free-left-info {
    width: 100%;
    display: flex;
    gap: 36px 50px;
    flex-wrap: wrap;
}

.courseList {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.courseNum {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #F43131;
}

.courseText {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.free-form-row-btn .btn {
    border-radius: 10px;
}

.courseTextRed {
    color: #F43131;
}

@media screen and (max-width: 500px) {
    .free-left-info {
        flex-direction: column;
        gap: 20px;
    }

    .courseList {
        width: 100%;
        flex-direction: row;
    }

    .courseText {
        text-align: left;
    }

    .courseNum {
        width: 86px;
        text-align: center;
    }
}

.slider {
    margin: 0 auto;
    max-width: 640px;
}

.slide_viewer {
    overflow: hidden;
    position: relative;
    position: relative;
    /*height: 255vw;*/
}

.slide_group {
    /*height: 100%;*/
    /*position: relative;*/
    width: 100%;
}

.slick-slide {
    height: auto !important;
}

.slide {
    display: none;
    /*height: 100%;*/
    /*position: absolute;*/
    width: 100%;
}

.slide:first-child {
    display: block;
}

.slide_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.slide_buttons li button {
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #E8E8E8;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    margin: 5px;
}

.slide_buttons li.slick-active button,
.slide_buttons li:hover button {
    background: #5BA6EB;
}

.mobile-v {
    display: none;
}

@media only screen and (max-width: 427px) {

    /*         .desktop-v{
            display:none
        }
        .mobile-v{
            display: block;
        } */
    .h_style {
        height: 130vw;
    }

    .format-lesson-items {
        display: flex;
        gap: 30px;
        overflow-x: visible;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding-bottom: 30px;
        flex-direction: row;
    }

    .format-lesson-item {
        width: 100%;
        flex-shrink: 0;
    }

    .format-lesson-items::-webkit-scrollbar {
        height: 6px;
    }

    .format-lesson-items::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 3px;
    }

    .format-lesson-items::-webkit-scrollbar-thumb {
        background-color: #0072DE;
        border-radius: 3px;
    }

}

@media only screen and (max-width: 376px) {
    .slide_viewer {
        /*height: 570px;*/
    }

    .h_style {
        height: 155vw !important;
    }
}

@media only screen and (max-width: 321px) {
    .slide_viewer {
        /*height: 350vw;*/
    }

    .h_style {
        /*height: 180vw!important;*/
    }
}

.format-lesson {
    position: relative;
}

.btn.btnwa {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 8px;
    border: 2px solid #29A71A;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.btn.btnwa img {
    height: 23px;
}

.hotGroups-list-item-btn {
    width: 31%;
    margin: 0 !important;
}

@media only screen and (max-width: 600px) {
    .hotGroups-list-item-btn {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    .btn.btnwa {
        justify-content: center;
        gap: 15px;
        width: 180px;
    }
}

.free-lesson {
    padding: 40px 0;
}

.free-lesson-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free-lesson-item {
    width: 50%;
    display: flex;
    align-items: center;
}

.free-lesson h2 {
    text-align: center;
    width: 62%;
    margin: 0 auto;
}

.free-lesson-item-info {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    border-radius: 10px;
    position: absolute;
    padding: 5px 10px;
}

.free-lesson-item-info1 {
    top: 50px;
}

.free-lesson-item-info2 {
    top: 170px;
    left: 90px;
}

.free-lesson-item-info3 {
    bottom: 45px;
    left: 55px;
}

.free-lesson-item-info4 {
    bottom: 20px;
    right: 0;
}

.info-number {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    background: #0072DE;
    border-radius: 50%;
    line-height: 12px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 9px;
}

.info-text {
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin-left: 5px;
}

.free-lesson-item2 .free-form-row-btn {
    margin-top: 0;
}

.free-lesson-item2 .btn-main {
    background: #0072DE;
    height: 100%;
    line-height: 26px;
    border: 1px solid #0072DE;
}

.free-form-row-btn.col-2 {
    max-width: 47%;
    margin: 0 auto;
}

.free-lesson-item2 form {
    width: 100%;
    background: #ffffff;
    padding: 30px;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    border-radius: 20px;
}

.free-lesson-item2 .free-form-row-btn {
    margin-top: 0;
}

.free-lesson-item2 .btn-main {
    background: #0072DE;
    height: 100%;
    line-height: 26px;
    border: 1px solid #0072DE;
}

.free-form-row-btn.col-2 {
    max-width: 47%;
    margin: 0 auto;
}

.free-lesson-item2 form {
    background: #ffffff;
    padding: 30px;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    border-radius: 20px;
}

@media only screen and (max-width: 1025px) {
    .freeLesson .free--in {
        flex-direction: column-reverse;
        display: flex;
        width: 100%;
        max-width: 90%;
    }

    .format-lesson-item-top-text {
        width: 53%;
    }

    .info-text,
    .info-number {
        font-size: 12px;
    }

    .info-number {
        padding: 5px;
        height: 20px;
        width: 20px;
    }

    .free-lesson-item-info1 {
        top: 145px;
    }

    .free-lesson-item-info2 {
        top: 205px;
        left: 80px;
    }

    .free-lesson-item-info4 {
        bottom: 20px;
        right: 20px;
    }

}

@media only screen and (max-width: 769px) {


    .free-lesson-items {
        flex-direction: column;
    }

    .free-lesson-item {
        width: 80%;
    }

    .free-lesson-item-info1 {
        top: 160px;
    }

    .free-lesson-item-info2 {
        top: 215px;
    }

}

@media only screen and (max-width: 426px) {

    .free-lesson-item1 {
        width: 100%;
    }

    .free-lesson-item-info1 {
        top: 155px;
        left: 10px;
    }

    .free-lesson-item-info2 {
        top: 210px;
    }

    .free-lesson-item-info3 {
        bottom: 70px;
        left: 35px;
    }

    .free-lesson-item-info4 {
        right: 40px;
    }

}

.newben {
    background: #DAECFF;
}

.newben__inner {
    background: transparent;
}

.newben__item {
    width: calc(50% - 15px);
}

.newben__item-last {
    display: flex;
    gap: 25px;
}

.newben__item-title span {
    color: #0072DE;
}

.newben__item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 250px);
}

.newben__item-top-last {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.newben__item-license-text {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.newben__item-bottom span {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.newben__item-link {
    width: 231px;
    height: 66px;
    max-width: 100%;
    background: rgba(0, 114, 222, 0.1);
    border: 2px solid #0072DE;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
}

.newben__item-link p {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0072DE;
    border-right: 1px solid #0072DE;
}

.newben__item-link-icon {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newben__item-last-img {
    width: 225px;
    object-fit: contain;
}

.newben__item-title span {
    color: #0072DE;
}

@media screen and (max-width: 900px) {
    .newben__item {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .newben__item {
        width: 100%;
    }

    .newben__item-last-img {
        width: 180px;
    }

    .newben__item-left {
        width: 100%;
    }

    .newben__item-last {
        flex-direction: column;

    }
}

.how-is-the-training {
    background: #F6F9FC;
    padding: 40px 0;
}

.how-is-the-training .page-header {
    margin: 20px 0 40px 0;
}

.how-is-the-training-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.how-is-the-training-item {
    width: calc(33% - 20px);
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.how-is-the-training-item-img {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.training-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    width: 65%;
}

.how-is-the-training-item-text {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.how-is-the-training-item-text p {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    min-height: 67px;
    line-height: 22px;
}

.courseTextBlue {
    color: #0072DE;
}

.how-is-the-training-item:nth-last-of-type(1),
.how-is-the-training-item:nth-last-of-type(2) {
    flex-grow: 1;
}

@media screen and (max-width: 1000px) {
    .how-is-the-training-item {
        width: calc(50% - 15px);
    }

    .how-is-the-training-item:nth-last-of-type(1),
    .how-is-the-training-item:nth-last-of-type(2) {
        flex-grow: 0;
    }

    .how-is-the-training-item:nth-last-of-type(3) {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .how-is-the-training-item {
        width: 100%;
    }
}

.certificate {
    background: url(/wp-content/uploads/2023/07/Vector.webp);
    background-size: 98% 96%;
    background-repeat: no-repeat;
    padding: 40px 0;
    background-position: left bottom;
}

.certificate h2 {
    text-align: center;
}

.certificate-block {
    margin: 0 auto;
    width: fit-content;
    position: relative;
}

.certificate-top-text {
    position: absolute;
    font-weight: 800;
    font-size: 22px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    left: 23px;
    top: -25px;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
}

.certificate-num {
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
}

.certificate-num1 {
    position: absolute;
    top: 95px;
    right: -170px;
}

.certificate-num2 {
    position: absolute;
    top: 210px;
    left: -190px;
}

.certificate-num3 {
    position: absolute;
    right: -262px;
    bottom: 135px;
}

@media only screen and (max-width: 426px) {

    .certificate-num {
        position: static;
        margin-top: 10px;
    }

    .certificate {
        background-image: url(/wp-content/uploads/2023/07/Vector.webp);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: top;
        padding: 25px 0;
    }

    .certificate h2 {
        font-size: 24px;
        width: 70%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 376px) {


    .certificate-top-text {
        font-size: 18px;
    }
}

.teacher-list .slick-list {
    padding: 0;
}

.teacher {
    padding-bottom: 40px;
}

.teacher-list .slick-track {
    padding: 20px 0;
}


.reviews.mt0 .simplePagerContainer {
    margin: 10px 0;
}

.reviews.mt0 .strong-content {
    justify-content: space-between;
}

.reviews.mt0 {
    background: #ffffff;
}

.reviews.mt0 .testimonial-content {
    margin: 0 !important;
    min-height: 235px;
}

.reviews.mt0 .wpmtst-testimonial {
    border-radius: 20px;
}

.reviews.mt0 .wpmtst-testimonial-inner {
    border: none;
}

.reviews.mt0 a {
    text-decoration: none !important;
    background: #E8E8E8;
    border-radius: 50%;
    color: #ffffff !important;
}

.currentPage a {
    background: #5BA6EB !important;
}

.reviews.mt0 .ni {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.reviews.mt0 p:nth-child(1) {
    position: relative;
    top: 60px;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    margin-top: 13px;
    height: 135px;
    overflow-y: auto;
}

.reviews.mt0 .strong-rating-wrapper {
    position: relative;
    top: 50px;
    left: 0;
}

.reviews.mt0 .wpmtst-testimonial-field.testimonial-field {
    text-align: left;
}

.reviews.mt0 .testimonial-name {
    position: absolute;
    top: 00px;
    left: 50px;
}

.reviews.mt0 .testimonial-name:before {
    position: absolute;
    content: '';
    height: 42px;
    width: 42px;
    background-image: url('https://chinatutor.ru/wp-content/uploads/2023/04/testimation-icon.png');
    left: -50px;
    top: -10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.test_date {
    position: absolute;
    top: 15px;
    font-size: 13px;
    text-align: right;
    right: 0;
}

.reviews.mt0 .testimonial-content:after,
.reviews.mt0 .testimonial-content:before {
    display: none !important;
}

.format-lesson {
    background: transparent;
    padding: 30px 0;
}

.format-lesson-items {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    gap: 40px;
    flex-wrap: nowrap;
    overflow-x: visible;
    max-width: 100%;

}

.format-lesson-items::-webkit-scrollbar {
    height: 8px;
}

.format-lesson-items::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 4px;
}

.format-lesson-items::-webkit-scrollbar-thumb {
    background-color: #0072DE;
    border-radius: 3px;
}

.format-lesson-item {
    flex-shrink: 0;
}

.format-lesson-item {
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    border-radius: 10px;
    width: calc(50% - 20px);
    padding: 10px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.format-lesson-item-top {
    display: flex;
    justify-content: space-between;
}

.format-lesson-item-top-img img {
    border-radius: 10px;
}

.format-lesson-item-top-text {
    width: 63%;
}

.format-lesson-item-top-text p {
    font-size: 14px;
    line-height: 21px;
    margin: 10px 0;
}

.format-lesson-item-top-text h4 {
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    width: 90%;
}

.img-caption {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
}

.img-price {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 10px;
}

.img-caption a {
    font-weight: 700;
    font-size: 16px;
    color: #0072DE;
}

.start-free {
    padding: 14px 0px;
    color: #ffffff;
    width: 48%;
    line-height: 20px;
    background: #0072DE;
    border-radius: 10px !important;
    font-size: 16px !important;
}

.know-lang {
    width: 31%;
    position: relative;
}

.know-lang a {
    color: #ffffff;
    padding: 10px 0px;
    color: #ffffff;
    line-height: 20px;
    background: #F43131;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #F43131;
    position: static;
}

.pr-lang {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    background: #29A71A;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    right: -10px;
    top: -15px;
}

.format-lesson-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 32px;
}

.group-start {
    width: 31%;
    padding: 0 35px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #0072DE;
}

.format-lesson-item-bottom.format-lesson-item-bottom-column,
.format-lesson-item-top-text.format-lesson-item-top-text-row {
    display: none;
}

.format-lesson-item-bottom.format-lesson-item-bottom-row {
    display: flex;
    align-items: center;
}

.format-lesson-item .hotGroups-list-item-btn {
    width: 48%;

}

.format-lesson-item .format-lesson-item-top-text a {
    font-weight: 800 !important;
    font-size: 22px !important;
    line-height: 27px !important;
    color: #222222 !important;
}

.btnwa {
    padding: 9px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #29A71A;
    width: 100% !important;
}

.btnwa img {
    width: 32px !important;
    height: 32px !important;
}

@media only screen and (max-width: 900px) {
    .format-lesson-item {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .format-lesson-item-buttons {
        flex-direction: column;
    }

    .format-lesson-item-buttons .start-free {
        width: 100% !important;
    }

    .format-lesson-item .hotGroups-list-item-btn {
        width: 100%;
    }

    .format-lesson-items {
        flex-wrap: nowrap;
        overflow-x: visible;
        max-width: 100%;

    }

    .format-lesson-items::-webkit-scrollbar {
        height: 6px;
    }

    .format-lesson-items::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 3px;
    }

    .format-lesson-items::-webkit-scrollbar-thumb {
        background-color: #0072DE;
        border-radius: 3px;
    }

    .format-lesson-item {
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 400px) {
    .format-lesson-item-buttons {
        gap: 10px;
    }
}

.blog {
    padding: 50px 0 40px;
    background: #DAECFF;
}

.blog .title_slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 100px;
}

.blog__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0072DE;
}

.blog .success-list .slick-track {
    gap: 30px;
    align-items: stretch;
}

.blog .col {
    background: #FFFFFF;
    box-shadow: 4px 4px 20px rgba(21, 78, 132, 0.1);
    border-radius: 20px;
    padding: 10px 10px 23px;
    height: 100%;
}

.blog .articles-list-item-img {
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.blog__item-date {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #7C7C7C;
}

.blog .blog-list-item-title a {
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #222222;
    margin-top: 10px;
}

.blog-list-item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #222222;
    margin-top: 10px;
}

@media screen and (max-width: 500px) {
    .blog .slick-arrow {
        top: -80px !important;
    }

    .blog .title_slider {
        flex-direction: column;
        align-items: flex-start;
    }
}

.camp-book {
    position: relative;
    padding: 85px 0;
}

.camp-book-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camp-book__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #222222;
    text-align: center;
}

.camp-book__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #222222;
    margin-top: 20px;
    width: 532px;
    max-width: 100%;
}

.camp-book form {
    margin-top: 50px;
    width: 850px;
    max-width: 100%;
}

.camp-book__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.camp-book .free-form-row {
    gap: 21px;
    flex-wrap: wrap;
    display: flex;
}

.camp-book .col-2 {
    width: calc(33% - 14px);
    flex: none;
}

.camp-book input {
    background: #FFFFFF;
    border-radius: 10px !important;
    border: 0 !important;
}

.camp-book .btn {
    border-radius: 10px !important;
}

.camp-book .checkbox>a {
    background: #fff;
}

@media screen and (max-width: 750px) {
    .camp-book .col-2 {
        width: calc(50% - 21px);
        flex: none;
    }

    .camp-book .free-form-row-btn {
        width: 100%;
        max-width: 100%;
    }

    .camp-book .free-form-row-btn .btn {
        width: 100% !important;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .camp-book .col-2 {
        width: 100%;
        flex: none;
    }

    .camp-book__title {
        font-size: 24px;
        line-height: 29px;
    }
}