.values {
    padding-top: 120px;
    position: relative;
}

.values_item {
    margin-bottom: 50px;
    ;
}

.values_item_name {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Rubik-Medium';
    padding-bottom: 28px;
}

.values_item_txt p {
    margin-bottom: 10px;
}

.values_item_txt p:nth-child(1) {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
}

.values_block_txt .values_item_txt:nth-child(2) {
    background: #E5F5FB;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.values_block_txt .values_item_txt:nth-child(1) {
    background: #fff;
}

.values_block_txt {
    display: flex;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.values_item_txt {
    width: 50%;
    padding: 30px;
}

.values_block .patern {
    left: 30%;
    position: absolute;
    z-index: -1;
}

.values .patern2 {
    right: 0;
    bottom: -15%;
    position: absolute;
    z-index: -1;
}



/* ---- Block3 ---------------- */
/* .coworker_reviews .swiper-slide img {
    width: 100%;
    height: auto;

} */

.slider-container {
    position: relative;
}

.coworker_reviews {
    padding-top: 70px;
}

.coworker_reviews .main2_title {
    max-width: 635px;
}

.coworker_reviews .swiper {
    padding: 40px 52px 62px;
}

.coworker_reviews .swiper-slide {
    transition: all 0.5s ease;
    padding: 40px 0;
}

.coworker_reviews .swiper-slide-active {
    transform: scale(1.2);
}

.coworker_reviews_foto {
    width: 220px;
    height: 175px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.coworker_reviews_foto img {
    width: 0px;
    height: 0px;
    opacity: 0;
    transition: all 0.8s;
}

.coworker_reviews .swiper-slide-active .coworker_reviews_foto img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.coworker_reviews_content {
    padding: 30px 20px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    cursor: pointer;
}

.coworker_reviews .swiper-slide-active .coworker_reviews_content {
    background: #FFFFFF;
    border: 1px solid #FF9404;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
}

.coworker_reviews_name {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
}

.coworker_reviews_prof {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding-bottom: 10px;
}

.coworker_reviews_text {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.coworker_reviews .swiper-button-next:after,
.coworker_reviews .swiper-button-prev:after {
    font-size: 40px;
}

.coworker_reviews .swiper-button-next,
.coworker_reviews .swiper-button-prev {
    color: #FF9404;
}

.coworker_reviews .swiper-button-prev,
.coworker_reviews .swiper-rtl .swiper-button-next {
    left: -2px;
    right: auto;
}

.coworker_reviews .swiper-button-next,
.coworker_reviews .swiper-rtl .swiper-button-prev {
    right: -2px;
    left: auto;
}



/* ---- Block4 ---------------- */
.fourth {
    padding-top: 20px;
}

.fourth_mob_block {
    display: none;
}

.fourth_wrapper_content {
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

.fourth .swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.fourth .swiper-slide {
    background-size: cover;
    background-position: center;
}

.fourth .video_reviews2 {
    height: 80%;
    width: 100%;
}

.fourth .video_reviews {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.fourth .video_reviews .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6;
}

.fourth .video_reviews .swiper-slide-thumb-active {
    opacity: 1;
    background: #FFFFFF;
    border: 1px solid #FF9404;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
}

.fourth .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fourth .swiper-slide {
    transition: all 0.3s ease;
}

.fourth_content {
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 16px;
    padding: 4px;
}

.fourth_name {
    font-family: 'Rubik-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    padding: 15px 20px 7px;
}

.fourth_prof {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 0 20px;
}

.fourth_text {
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 12px 20px;
}

.career .fourth .swiper-button-next,
.career .fourth .swiper-button-prev {
    display: none;
}

.fourth .swiper-slide .co-worker_video img {
    display: block;
    width: 100%;
    height: 465px;
    object-fit: cover;
    border-radius: 16px;
}

.fourth .co-worker_video {
    height: 465px;
    position: relative;
}

.masck {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    border-radius: 16px;
}

.fourth .co-worker_video iframe,
.fourth .co-worker_video img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
}

.fourth .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fourth .btn-reset {
    border: none;
    background: transparent;
    cursor: pointer;
    width: 68px;
    height: 48px;
}

.fourth .video-play-shape {
    fill: #ff0000;
    fill-opacity: 0.8;
}

.fourth .video-play-icon {
    fill: #fff;
}


/* ---- Block - banner_images ---------------- */
.banner_images_img_mob {
    display: none;
}

.banner_images {
    padding-top: 120px;
}

.banner_images_main_block {
    margin: 0;
    width: 1110px;
    height: 660px;
    position: relative;
    /* border: 1px solid; */
}

.banner_images_img {
    position: absolute;
}

.banner_images_main_block .banner_images_img:nth-child(1) {
    top: 12%;
    left: 0%;
}

.banner_images_main_block .banner_images_img:nth-child(2) {
    top: 42%;
    left: 14%;
}

.banner_images_main_block .banner_images_img:nth-child(3) {
    top: 0%;
    left: 21%;
}

.banner_images_main_block .banner_images_img:nth-child(4) {
    top: 3%;
    left: 36%;
    z-index: 4;
}

.banner_images_main_block .banner_images_img:nth-child(5) {
    top: 0%;
    right: 21%;
}

.banner_images_main_block .banner_images_img:nth-child(6) {
    bottom: 0%;
    right: 10%;
    z-index: 3;
}

.banner_images_main_block .banner_images_img:nth-child(7) {
    top: 16%;
    right: 0%;
}

/* .banner_images_main_block:hover .banner_images_img:nth-child(1),
.banner_images_main_block:hover .banner_images_img:nth-child(7) {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation-duration: .8s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.banner_images_main_block:hover .banner_images_img:nth-child(2),
.banner_images_main_block:hover .banner_images_img:nth-child(6) {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation-duration: .8s;
    animation-delay: .3s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.banner_images_main_block:hover .banner_images_img:nth-child(3),
.banner_images_main_block:hover .banner_images_img:nth-child(5) {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation-duration: .8s;
    animation-delay: .6s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.banner_images_main_block:hover .banner_images_img:nth-child(4) {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation-duration: .8s;
    animation-delay: .7s;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
} */

/* .open_vacancies .main6_item:nth-last-child(1),
.open_vacancies .main6_item:nth-last-child(2) {
    margin-bottom: 0;
} */

/*----------- Block ppc_specialist -------- */
.ppc_specialist {
    padding-top: 132px;
    padding-bottom: 91px;
    background: var(--blue) url(/wp-content/uploads/2023/06/pattern_top.webp) no-repeat 104% 1%;
}

.about_us .ppc_specialist {
    padding-top: 90px;
}

.ppc_specialist .main2_title {
    font-size: 42px;
    line-height: 50px;
    max-width: 825px;
}

.vacancy_designer .ppc_specialist .main2_title {
    max-width: 700px;
}

/*----------- Block Working conditions -------- */
.working_conditions .main8_item_name {
    font-size: 36px;
    line-height: 42px;
}

.working_conditions .main8_item_txt ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.working_conditions .main8_item_txt ul li::before {
    position: absolute;
    left: -2px;
    top: -2px;
    content: "\2022";
    color: var(--secondary);
    font-size: 30px;
}

/*----------- Block Our conditions -------- */
.main3.our_conditions {
    background: transparent;
    margin-top: 120px;
}

.our_conditions .main2_title {
    max-width: 100%;
}

.our_conditions .promotion_item_txt {
    width: 50%;
}

/*---------- Block motivated_video ------ */
.motivated_video {
    margin-top: 120px;
}

.what_need {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    gap: 10px;
}

.what_need_item {
    width: 258px;
    height: 176px;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    text-align: left;

}

.what_need_seo .what_need_item {
    width: 258px;
}

.what_need_item_namber {
    padding-bottom: 7px;
    color: var(--secondary);
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
}

.motivated_video .button_block {
    padding-top: 60px;
    text-align: center;
}

.motivated_video .button_block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #FF9404;
    padding: 18px 30px;
    border-radius: 8px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.motivated_video .button_block .btn:hover {
    background-color: var(--btn_hover);
}

/* ---------- Block probation ----------- */
.probation {}

.probation .main6_block {
    justify-content: flex-start;
}

.probation .main6_item {
    width: 23%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 32px 22px;
    transition: all .3s ease-in-out;
    margin-right: 30px;
}

.probation .main6_item_txt {
    font-family: 'Rubik-Medium';
    height: auto;
    overflow: overlay;
    padding-bottom: 10px;
}

.probation .main6_item_list ol {
    padding-left: 20px;
}

.probation .main6_item_list ol li {
    list-style: auto;
}

/*--------------- Block take_courses --------------- */
.take_courses {
    margin-top: 120px;
    background: var(--menu_hover);
    padding: 15px 0;
}

.take_courses_flex {
    display: flex;
    justify-content: space-around;
}

.take_courses_title {
    font-size: 23px;
    line-height: 34px;
    padding: 30px 0 30px;
    max-width: 410px;
}

.take_courses_subtitle {
    font-size: 31px;
    line-height: 42px;
}

.take_courses_subtitle span {
    color: var(--secondary);
}

.take_courses .main1_button_name {
    padding-top: 64px;
}

.take_courses .topblock_btn {
    padding: 15px 44px;
}

.take_courses_image_mob {
    display: none;
}

/*-----------  vacancy_seo  ----------------------- */
.vacancy_seo .our_conditions .main3_subtitle {
    font-family: 'Rubik-Medium';
}

/* ------------- Block  call_to_join --------------------*/
.call_to_join {
    margin-top: 120px;
    background: var(--menu_hover);
    padding: 100px 0;
}

/*------------- about_us ---------------*/
.about_us .ppc_specialist {
    background: white url(/wp-content/uploads/2023/06/pattern_top.webp) no-repeat 104% 1%;
}

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

.teaching_block_width {
    max-width: 540px;
}

.teaching_img img {
    max-width: 475px;
}

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

.teaching .main3_subtitle {
    padding-bottom: 50px;
}

.teaching_big_img {
    margin-top: 95px;
}

.teaching_big_img img {
    max-width: 100%;
    height: auto;
}

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

.we_grow_block_width {
    max-width: 540px;
}

.we_grow_img img {
    max-width: 475px;
}

.reasons {
    margin-top: 100px;
    background: var(--menu_hover);
    padding-top: 80px;
    padding-bottom: 90px;
}

.reasons .main2_title,
.reasons .main2_subtitle {
    max-width: 730px;
}

.reasons_block {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.reasons_item {
    width: 31.3%;
    height: auto;
    transition: all .3s ease-in-out;
    margin-bottom: 50px;
}

.reasons_button_group {
    display: flex;
}

.reasons_button_group .main1_button_name {
    margin-right: 30px;
    padding-top: 68px;
}

.reasons_item_name {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    display: flex;
}

.reasons_item_name span:nth-child(1) {
    color: var(--secondary);
    font-family: 'Rubik-Medium';
    font-size: 24px;
    line-height: 34px;
    padding-right: 10px;
}

.reasons_item_txt {
    font-size: 16px;
    line-height: 24px;
}

.reasons_btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: var(--accent);
    background: #FFFFFF;
    border: 1px solid var(--accent);
    padding: 17px 30px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.reasons_btn:hover {
    background: var(--menu_hover);
}

.our_team .main2_title {
    text-align: center;
}

.our_team .main_hr {
    margin: 0 auto;
}

.our_team_block {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.our_team_item {
    width: 31.3%;
    height: auto;
    margin-bottom: 50px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.our_team_item_img {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    z-index: -1;
}

.our_team_item_txt {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 40px 20px;
    background: #fff;
    margin-top: -40px;
}

.our_team_item_name {
    font-family: 'Rubik-Medium';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.our_team_item_subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.our_team_item_text {
    margin-bottom: 30px;
    height: 120px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .career .block1_serv_main {
        padding-bottom: 0;
    }

    .career .main8_item {
        flex-wrap: wrap;
    }

    .career .main8_item_text,
    .career .main8_item_img {
        width: 100%;
    }

    .career .main8_item_img {
        text-align: center;
        order: 2;
        padding-top: 50px;
    }

    .career .main8_item {
        padding-bottom: 100px;
    }

    .coworker_reviews .swiper-button-prev,
    .coworker_reviews .swiper-rtl .swiper-button-next {
        left: -20px;
    }

    .coworker_reviews .swiper-button-next,
    .coworker_reviews .swiper-rtl .swiper-button-prev {
        right: -20px;
    }

    .coworker_reviews_content {
        margin: 0 50px;
    }

    .swiper-video-next,
    .swiper-video-prev {
        position: absolute;
        top: 86%;
        width: calc(var(--swiper-navigation-size)/ 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }

    .swiper-video-next {
        right: -2px;
        left: auto;
    }

    .swiper-video-prev {
        left: -2px;
        right: auto;
    }

    .swiper-video-next:after,
    .swiper-rtl .swiper-video-prev:after {
        content: 'next';
        color: #FF9404;
    }

    .swiper-video-prev:after,
    .swiper-rtl .swiper-video-next:after {
        content: 'prev';
    }

    .swiper-video-next:after,
    .swiper-video-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        color: #FF9404;
        font-size: 30px;
    }



    .career .fourth .swiper-video-next,
    .career .fourth .swiper-video-prev {
        display: block;
    }

    .video_reviews {
        display: none;
    }

    .fourth_mob_block {
        display: block;
    }

    .fourth_wrapper_content {
        margin: 0 50px;
        position: relative;
    }

    .fourth .swiper-video-next,
    .fourth .swiper-rtl .swiper-video-prev {
        right: -34px;
    }

    .fourth .swiper-video-prev,
    .fourth .swiper-rtl .swiper-video-next {
        left: -24px;
    }

    .fourth .swiper-video-next,
    .fourth .swiper-video-prev {
        color: var(--accent);
    }

    .fourth .swiper-slide .co-worker_video img,
    .fourth .co-worker_video {
        height: 49vw;
    }

    .ppc_specialist {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .our_conditions .main3_block {
        flex-direction: column;
    }

    .our_conditions .promotion_item_txt {
        width: 100%;
    }

    .what_need_item {
        width: 30%;
    }

    .what_need {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .probation .main6_item {
        width: 33%;
    }

    .take_courses_image_mob {
        display: block;
        max-width: 100%;
    }

    .take_courses_image {
        display: none;
    }

    .take_courses_flex {
        flex-direction: column;
        align-items: center;
    }

    .take_courses_content {
        padding-bottom: 50px;
    }

    .take_courses_right {
        padding-bottom: 25px;
    }

    .about_us .ppc_specialist {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .teaching_section,
    .we_grow_section {
        flex-direction: column;
    }

    .teaching_block_width,
    .we_grow_block_width {
        max-width: 100%;
    }

    .teaching_img,
    .we_grow_img {
        margin-top: 50px;
    }

    .teaching_img img,
    .we_grow_img img {
        max-width: 100%;
    }

    .reasons_item,
    .our_team_item {
        width: 48%;
    }
}

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

    .fourth .swiper-slide .co-worker_video img,
    .fourth .co-worker_video  {
        height: 49vw;
    }

    .fourth .fourth_block_slide {
        height: auto;
    }

    .fourth .video_reviews2 {
        /*padding-bottom: 115px;*/
        padding-bottom: 15px;

    }

    .fourth .swiper-button-next,
    .fourth .swiper-button-prev {
        top: 89%;
    }

    .what_need_item {
        width: 46%;
    }

    .probation .main6_block {
        flex-direction: row;
    }

    .probation .main6_item {
        width: 45%;
        margin-right: 5%;
    }

    .probation .main6_item:nth-last-child(1) {
        margin-bottom: 0;
    }

    .teaching_big_img {
        display: none;
    }

    .main6.we_grow {
        padding-top: 85px;
    }


}

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

    .our_team_item_text {
        height: auto;
        overflow: auto;
    }
}

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

    .banner_images_img_mob {
        display: block;
        text-align: center;
    }

    .banner_images_main_block {
        display: none;
    }

    .banner_images_img_mob img {
        max-width: 100%;
        height: auto;
    }

    .values_block_txt {
        flex-direction: column;
    }

    .values_item_txt {
        width: 100%;
    }

    .values_block_txt .values_item_txt:nth-child(2) {
        border-top-right-radius: 0;
    }

    .career .main9_item_iframe {
        margin-bottom: 0;
    }

    .open_vacancies .main6_item {
        width: 100%;
    }

    .main6_block {
        flex-direction: column;
    }

    .coworker_reviews_content {
        margin: 0 0px;
    }

    .fourth .video_reviews2 {
        /*padding-bottom: 140px;*/
    }

    .fourth .video_reviews2 {
        padding-bottom: 0;
    }

    .motivated_video .main9_item_iframe {
        margin-bottom: 0;
    }

    .motivated_video .main_hr_wrapper {
        margin-bottom: 0;
        padding: 0 10px;
    }

    .reasons_item {
        width: 100%;
    }

    .reasons_button_group {
        flex-direction: column;
    }

    .reasons_btn {
        display: flex;
        justify-content: center;
    }

    .reasons {
        padding-bottom: 80px;
    }

    .reasons_button_group .main1_button_name {
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .reasons_button_group .main1_button_name:nth-child(1) {
        padding-bottom: 30px;
        padding-top: 10px;
    }

    .teaching_icon {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .teaching_icon_img {
        padding: 0 17px;
    }

    .we_grow_section .topblock_btn {
        padding: 18px 27px;
        display: table-cell;
    }

    .we_grow_section .main1_button_name {
        padding-top: 60px;
    }



}

@media screen and (max-width: 480px) {
    .coworker_reviews .swiper {
        padding: 40px 32px 55px;
    }

    .coworker_reviews .swiper-button-prev,
    .coworker_reviews .swiper-rtl .swiper-button-next {
        left: -27px;
    }

    .coworker_reviews .swiper-button-next,
    .coworker_reviews .swiper-rtl .swiper-button-prev {
        right: -27px;
    }

    .coworker_reviews .swiper-button-next:after,
    .coworker_reviews .swiper-button-prev:after {
        font-size: 30px;
    }

    .fourth_wrapper_content {
        margin: 0 30px;
    }

    .fourth .swiper-button-next:after,
    .fourth .swiper-rtl .swiper-button-prev:after {
        font-size: 30px;
    }

    .fourth .swiper-button-prev:after,
    .fourth .swiper-rtl .swiper-button-next:after {
        font-size: 30px;
    }

    .fourth .swiper-button-prev,
    .fourth .swiper-rtl .swiper-button-next {
        left: -26px;
    }

    .fourth .swiper-button-next,
    .fourth .swiper-rtl .swiper-button-prev {
        right: -38px;
    }

    .what_need_item {
        width: 100%;
    }

    .what_need.wrapper_content {
        padding-left: 0;
        padding-right: 0;
    }

    .motivated_video .button_block a {
        width: 100%;
        justify-content: center;
    }

    .probation .main6_block {
        flex-direction: column;
    }

    .probation .main6_item {
        width: 100%;
        margin-right: 0;
    }

    .take_courses .main1_button_name {
        width: 100%;
        text-align: left;
    }

    .topblock_btn {
        display: flex;
        justify-content: center;
    }

}

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

    .teaching_icon_img {
        padding: 0 8px;
    }

}
