.bg-gray {
    background: #F6F6F6;
}

.study-program section.content-block .content-block__content {
    margin-bottom: 40px;
}

.study-program .mb-50 {
    margin-bottom: 50px;
}

.study-program .mt-20 {
    margin-top: 20px;
}

.study-program .bold {
    font-weight: bold;
}

.study-program section.content-block {
    margin-bottom: 30px;
}

.study-program section.content-block .flex {
    display: flex;
}

.study-program section.content-block .flex-col {
    flex-direction: column;
}

.study-program section.content-block .w-full {
    width: 100%;
}

.study-program section.content-block .gap-30 {
    gap: 30px;
}

.study-program section.content-block .gap-20 {
    gap: 20px;
}

.study-program section.content-block .gap-80 {
    gap: 80px;
}

.study-program section.content-block .content-block__short-description h3 {
    font-size: 24px;
    font-weight: 400;
    color: #00529B;
}

.study-program section.content-block .content-block__short-description {
    min-width: 410px;
    width: 410px;
}

.study-program section.content-block .content-block__short-description:has(h3) {
    min-width: 350px;
    width: 350px;
}

.study-program section.content-block .width-200 {
    width: 200px;
}

.study-program section.content-block h2.content-block__title {
    margin-top: 50px;
}

.study-program section .btn-orange,
.study-program section .btn-blue {
    font-size: 14px;
    text-transform: none;
    min-width: 96px;
    display: inline-block;
    max-width: 199px;
    text-align: center;
}

.study-program section.content-block img {
    width: 100%;
    margin: 0;
}

.study-program section.contacts p {
    margin-top: 10px;
}

.tabss.mobile-show, .mobile-show, .hidden {
    display: none;
}


@media (max-width: 1200px) {
    .study-program section.content-block .grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}


.study-program section.content-block .content-block__short-description {
    min-width: 410px;
    width: 410px;
}

.study-program section.content-block .content-block__short-description:has(h3) {
    min-width: 350px;
    width: 350px;
}

.study-program section.content-block .content-block__image {
    background-size: cover;
    background-position: center;
    height: 100%;
}

@media (max-width: 1300px) {
    .study-program section.content-block .content-block__content {
        flex-direction: column;
    }
}

/* Mobile / tablet (<1024px): prevent horizontal overflow from fixed widths,
   and stack the content nicely */
@media (max-width: 1023px) {
    .study-program section.content-block h2.content-block__title {
        margin-top: 24px;
    }

    .study-program section.content-block .container.content.grid-2 {
        display: block !important;
        width: 100%;
    }

    .study-program section.content-block .content-block__content {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 12px;
    }

    .study-program section.content-block .content-block__image {
        display: none;
    }

    .study-program section.content-block .content-block__short-description,
    .study-program section.content-block .content-block__short-description:has(h3) {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    /* Buttons: let them use full width on smaller screens */
    .study-program section.content-block .width-200,
    .study-program section.content-block .w-200 {
        width: 100%;
    }

    .study-program section.content-block .btn-orange,
    .study-program section.content-block .btn-blue,
    .study-program section.content-block .btn {
        display: block;
        max-width: none;
        width: 100%;
        text-align: center;
    }
}


/*.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}*/
article * {
    font-family: "Inter", sans-serif !important;
}

/*#career {*/
/*    margin-bottom: 70px;*/
/*}*/

/*#requirements {*/
/*    margin-bottom: 70px;*/
/*}*/

/*#experts {*/
/*    margin-bottom: 50px;*/
/*}*/

/*#features {*/
/*    background: #F6F6F6;*/
/*    margin-bottom: 90px;*/
/*}*/

.expert-content {
    background: #E6F3FF5E;
    padding: 45px;
    border-radius: 10px;
}

.tabss {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -25px;
    margin-bottom: 40px;
}

.soc i {
    font-size: 35px;
}

.coll2 {
    padding-left: 40px;
}

.expert-card h4, .expert-card span {
    color: #00529B;
    margin: 0;
    font-size: 24px;
}

.tabb {
    padding: 10px 25px;
    border: none;
    font-size: 14px;
    color: #00529B;
    font-weight: bold;
    cursor: pointer;
    margin: auto;
}

.registration {
    background: #F57B22;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-left: 0px;
}

.registration:hover {
    color: #00529B;
}

.quest {
    background: #00529B;
    color: #fff;
    margin-right: 0px;
}

.program h2 {
    color: #00529B;
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
}

.program p {
    margin-top: 15px;
}

.griid-2 {
    display: grid;
    grid-template-columns: 1fr 1.5fr 2fr;
    gap: 30px;
}

.grid-x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.griid-xx2 {
    display: grid;
    grid-template-columns: 1fr 3.31fr;
    gap: 50px;
}

.griid-xxx2 {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 50px;
}

.gr h2 {
    color: #00529B;
    width: fit-content;
    font-size: 32px;
    font-weight: 300;
}

.gr h2 b {
    color: #00529B;
}

.gr hr {
    border: 1px solid #F57B22;
    margin-left: 0;
    margin-bottom: 0;
}

.griid-xx2 h3, .grid-xxx2 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #00529B;
}

.griid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.grid-2 {
    display: grid;
    grid-template-columns: 2.5fr 2fr;
    gap: 30px;
}

.cls-x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.btn-orange {
    background: #ff7a00;
    color: white;
    text-transform: none;
    font-weight: 700;
}

.btn-orange:hover {
    color: #0056a3;
}

#contacts {

    background: #F6F6F6;

}

#contacts > div {
    padding-left: 45px;
    padding-top: 45px;
}

#contacts h2 {
    font-size: 24px;
    font-weight: 400;
}

.btn-blue {
    background: #0056a3;
    color: white;
    font-size: 14px;
    text-transform: none;
    padding: 10px 35px;
    font-weight: 700;
}

.icons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    margin: 100px auto;
}

.icon-box {
    padding: 20px;
}

.icon-box img {
    width: 70px;
    margin: 0;
    margin-bottom: 35px;
}

.icon-box span {
    font-size: 16px;
    font-weight: bold;
    color: #00529B;
}

.expert-card {

}

.expert-card img {
    width: 100%;
    border-radius: 50%;
    padding: 50px;
    margin: 0;
}

footer {
    margin-top: 0px;
}

@media (min-width: 1600px) {
    .content-full-width {
        padding: 0px 8px;
        width: 100%;
    }
}

@media (max-width: 1599px) {
    .content-full-width {
        padding: 0px 8px;
        width: 100%;
    }

    .content-full-width .content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .content-full-width .grid {
        padding: 0 0.5rem;
    }
}

@media (max-width: 1280px) {
/*     .content-full-width .content {
        width: unset;
    } */

    .content-full-width .grid-2 {
        display: grid !important;
    }

    #contacts > div {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 45px;
        padding-right: 20px;
    }

    #contacts {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .toggle-study-menu {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
        position: absolute;
        top: -22px;
        right: 0;
        width: 30px;
        border-left: 25px solid #fff;
        border-right: 12px solid #fff;
        box-sizing: content-box;
        height: 60px;
        background-color: #fff;
        z-index: 100;
    }

    .toggle-study-menu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #00529b;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform 0.25s ease-in-out;
    }

    .toggle-study-menu span:nth-child(1) {
        top: 20px;
    }

    .toggle-study-menu span:nth-child(2), .toggle-study-menu span:nth-child(3) {
        top: 30px;
    }

    .toggle-study-menu span:nth-child(4) {
        top: 40px;
    }

    .open-menu.toggle-study-menu span:nth-child(1) {
        top: 40px;
        width: 0%;
        left: 50%;
    }

    .open-menu.toggle-study-menu span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open-menu.toggle-study-menu span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .open-menu.toggle-study-menu span:nth-child(4) {
        top: 40px;
        width: 0%;
        left: 50%;
    }


    .mobile-show, .tabss.mobile-show {
        display: block;
    }

    .icons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .griid-2, .griid-3 {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .expert-content {
        padding: 20px;
    }

    .expert-card {
        position: relative;
        margin-left: -20px;
        margin-right: -20px;
    }

    .expert-card img {
        padding: 0%;
        width: 9%;
        position: absolute;
        right: 27px;
        top: 9px;
    }

    .griid-xx2 {
        display: block;
    }

    .coll2 {
        padding-left: 0px;
        margin-top: 35px;
    }

    .content-full-width .grid-2 {
        display: block !important;
    }

    .mobile-hide {
        display: none;
    }

    .cls-x2 {
        display: block;
    }

    #features .btn-orange, #features .btn-blue, #contacts .btn-orange, #contacts .btn-blue, #requirements .btn-orange, #requirements .btn-blue {
        max-width: unset;
        display: block;
        text-align: center;
    }

    .tabss {
        margin-top: 15px;
    }

    .tabss {
        flex-wrap: wrap;
    }

    .content-full-width .content .icons {
        padding-left: 30px;
        padding-right: 30px;
    }

    .icon-box img {
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .tabss {
        margin-bottom: 10px;
    }

    [class*="tabs2"]:not([class*="hidden"]) {
        display: flex;
        flex-direction: column;
    }

    .tabs2 .tabb {
        margin-bottom: 10px;
        border-bottom: 1px solid #ff7a00;
        width: 100%;
        text-align: left;
        line-height: 4;
        padding-left: 0;
    }

    .tabs2 .tabb:nth-last-child(2) {
        border-bottom: none;
    }

    .tabs2 .quest {
        width: 100%;
        text-align: center;
        border-bottom: none;
        line-height: 1;
        margin-bottom: 10px;
    }

    .program {
        margin-top: 50px;
    }

}

.slick-prev::before {
    font-family: unset;
    content: "";
    width: 45px;
    height: 50px;
    background-image: URL("/wp-content/themes/cpehu/assets/images/arr-left.png");
    display: block;
    background-size: 100%;
    background-position: center;
}

.slick-next::before {
    font-family: unset;
    content: "";
    width: 45px;
    height: 50px;
    background-image: URL("/wp-content/themes/cpehu/assets/images/arr-right.png");
    display: block;
    background-size: 100%;
    background-position: center;
}

.slick-prev {
    left: -7px;
}

.slick-next {
    right: 15px;
}

.study-program .single-article__content b,
.study-program .single-article__content strong {
    font-weight: bolder;
}
