/*
Theme Name: Основная тема.
Theme URI: https://sitevufe.ru/
Author: Ruslan Bay
Author URI: https://sitevufe.ru/
License URI: https://sitevufe.ru/
Text Domain: mytheme
*/

.specialty-shortcode {
    position: relative;
}

.specialty-shortcode.is-filtering .faculty-tabs-container {
    opacity: 0.45;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.specialty-filter-loader {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 180px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--blue-600, #266bea);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.specialty-filter-loader__spinner {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 4px solid rgba(38, 107, 234, 0.22);
    border-top-color: var(--blue-600, #266bea);
    border-radius: 50%;
    animation: specialty-filter-loader-spin 0.8s linear infinite;
}

@keyframes specialty-filter-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

/*ДЛЯ ОБТЕКАНИЯ ФОТО*/
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left !important;
    margin-right: 30px;
    margin-top: 10px;
}

.alignright {
    float: right !important;
    margin-left: 30px;
}

/*ОБЩИЕ СТИЛИ*/
li.noclick>a {
    cursor: text !important
}

.my-flex-row {
    display: flex;
    flex-wrap: wrap;
}

.my-grid-row {
    display: grid;
    grid-auto-flow: column;
}

.my-flex-center {
    justify-content: center;
    align-content: space-between;
    align-items: center;
}

.my-align-items-center {
    align-items: center;
}

.my-justify-center {
    justify-content: center;
}

.my-cleaner {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
}

.my-text-center {
    text-align: center !important;
}

.my-top-phone {
    padding-right: 4px;
    display: inline;
    color: #424242
}

.my-top-phone:after {
    content: ", "
}

.my-top-phone:last-child:after {
    content: ""
}

.no-pad-right {
    padding-right: 0 !important
}

.my-pos-rel {
    position: relative
}

.my-abs-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.top-address p {
    color: #fff;
    font-size: 1.5rem;
}

.text-right {
    text-align: right !important;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}


/*FRONT-PAGE*/
li.rutube,
li.max {
    display: flex;
    align-items: center;
    justify-content: center;
}

li.rutube a,
li.max a {
    display: block;
}

li.rutube a svg {
    position: relative;
    top: -3px;
}

li.rutube:hover svg path,
li.max:hover svg path {
    fill: #fff;
}


.rts-section-gapTop-50 {
    padding-top: 50px;
}

.quick-link-inner .links li:hover a {
    color: #fff !important;
}

.footer-six.my-footer .single-opening p {
    margin-bottom: 0px !important;
}

.my-footer a:hover,
.my-footer a:focus,
.my-footer a:active {
    color: #42b6ff;
}

.my-footer .single-opening {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.my-footer .single-opening::after {
    content: "";
    display: block;
    background: repeating-linear-gradient(90deg, #0c32a3 0, #0c32a3 5px, transparent 5px, transparent 10px);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
}

.my-footer .single-opening:last-child:after {
    display: none;
}

.address {
    margin-top: 10px;
}

.my-footer .day {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
}

.my-footer .time {
    text-align: right;
    width: 200px;
    overflow: hidden;
    font-size: 1.4rem;
    color: #fff;
}

.address {
    font-size: 1.4rem;
    color: #a3a3a3;
    line-height: 2rem;
}

.footer-one-single-wized .single-opening-2 .day {
    max-width: 100%;
}

.my-about-area .thumbnail-about-six {
    position: relative;
    display: flex;
    height: 100%;
}

.my-about-area a.thumbnail-about-six {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.my-about-area .about-link {
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 20px;
}

.progress-circle-main-wrapper .single-progress-area img {
    width: 50px;
}

.my-about-area .thumbnail-about-six .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_has_video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.1) 10px,
            rgba(255, 255, 255, 0.1) 20px);
    pointer-events: none;
    z-index: 2;
}

/* .my-blog-area .rts-blog-h-2-wrapper .thumbnail {
   height: 250px;
   display: flex;
   align-items: center;
   justify-content: center;
} */

/*ВЕРХНЕЕ МЕНЮ*/

/*МЕНЮ ПОД СЛАЙДАМИ*/
section.main-wrapper-sticky .sticky-statement .left-side img {
    filter: invert(100%) saturate(100%) hue-rotate(325deg) brightness(100%) contrast(100%);
}


/*MEGA MENU*/
.mega-menu-main-links-under-banner {
    margin-top: -50px;
}

.mega-menu-main-links-under-banner li {
    position: relative;
    min-width: 210px;
}

.mega-menu-main-links-under-banner li a {
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    background-color: #4c8bff;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    text-align: center;
}

.mega-menu-main-links-under-banner li a::after {
    content: "";
    opacity: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    top: 20px;
    line-height: 0.1rem;
    transition: opacity 0.7s;
    transform: scale(1);
}

.mega-menu-main-links-under-banner li a:hover {
    color: #fff;
    transform: translateY(-2px);
}

.mega-menu-main-links-under-banner li a:hover::after {
    opacity: 1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: anim;
}


.mega-menu-section .menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-menu-section .menu li {
    margin: 0;
    padding: 12px 15px;
    min-height: auto;
    animation: fadeInUp 0.4s ease forwards;
    background: #e6eaee;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
}

.mega-menu-section .menu li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--color-blue);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.mega-menu-section .menu li:hover {
    border-color: var(--color-blue);
}

.mega-menu-section .menu li:hover::before {
    transform: scaleY(1);
}

.mega-menu-section .menu li a {
    color: inherit;
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.mega-menu-section .menu li:hover a {
    color: var(--color-blue);
}

/*SIDEBAR*/
/*.rl-image-widget-link{display:inline-block; margin-top:34px;}*/
.rl-image-widget-link {
    width: 100%;
    display: inline-block;
}

.rl-image-widget-link img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.rl-image-widget-text {
    margin-top: 10px;
    line-height: 2rem;
    padding: 6px !important
}

.rl-image-widget-image {
    margin-top: 4px;
}

.textwidget {
    margin-top: 10px;
}

.rl-image-widget-text {
    margin-top: 20px;
}

.wp-caption-text {
    font-size: 1.4rem;
    font-style: italic;
    color: #000
}

.post-date {
    display: block;
    font-weight: 600
}

.my-about-area .about-content p {
    margin-bottom: 20px;
}

a.single:hover {
    transform: translateY(-4px);
}

.nums-image {
    filter: invert(100%) saturate(100%) hue-rotate(325deg) brightness(100%) contrast(100%);
}

/*PAGE - ЗАГОЛОВКИ, ПАРАГРАФЫ, СПИСКИ - PAGE*/
.rts-breadcrumb-area {
    height: auto;
    padding: 16px 0;
    background-color: #f2f2f2;
}

.rts-breadcrumb-area .title {
    display: none;
}

.rts-breadcrumb-area-image .title {
    display: block;
}

.rts-breadcrumb-area-image {
    min-height: 250px;
}

.rts-breadcrumb-area-image .title,
.rts-breadcrumb-area-image ul li a,
.rts-breadcrumb-area-image ul li {
    color: #fff;
}

.rts-breadcrumb-area ul {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rts-breadcrumb-area ul li {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.rts-breadcrumb-area .title-area-left .title {
    font-size: 2.4rem;
    margin-bottom: 5px;
}

.rts-breadcrumb-area i {
    padding: 0 10px;
}

.my-curr-page {
    color: #999;
}

.my-rts-section-gap {
    padding: 90px 0;
}

.my-rts-section-gap-0 {
    padding: 0 0;
}

.my-rts-section-top-gap-40 {
    padding: 40px 0 0;
}

.my-rts-section-gap-40 {
    padding: 40px 0;
}

.breatcumb_overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(1, 25, 99), transparent);
    opacity: 0.5;
}

.bg-animation {
    animation: bg-animation 30s ease-in-out infinite;
    background-repeat: no-repeat;
}

@keyframes bg-animation {
    0% {
        background-size: 100%;
        background-position: 50% 50%
    }

    50% {
        background-size: 105%;
        background-position: 60% 40%;
    }

    100% {
        background-size: 100%;
        background-position: 50% 50%
    }
}

.my-page-content p {
    font-size: 1.6rem;
    margin: 0 0 20px;
}

.my-page-content {
    line-height: 1.5
}

.my-page-content h1,
.my-page-content .h1 {
    line-height: 1.5;
    font-size: 3.6rem;
}

.my-page-content h2,
.my-page-content .h2 {
    line-height: 1.5;
    font-size: 3.2rem;
}

.my-page-content h3,
.my-page-content .h3 {
    line-height: 1.5;
    font-size: 2.8rem;
}

.my-page-content h4,
.my-page-content .h4 {
    line-height: 1.5;
    font-size: 2.4rem;
}

.my-page-content h5,
.my-page-content .h5 {
    line-height: 1.5;
    font-size: 2rem;
}

.my-page-content h6,
.my-page-content .h6 {
    line-height: 1.5;
    font-size: 1.6rem;
}

.my-page-content h1,
.my-page-content .h1,
.my-page-content h2,
.my-page-content .h2,
.my-page-content h3,
.my-page-content .h3,
.my-page-content h4,
.my-page-content .h4,
.my-page-content h5,
.my-page-content .h5,
.my-page-content h6,
.my-page-content .h6 {
    margin-top: 0;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

body .my-page-content ul,
body .my-page-content ol {
    margin: 20px;
    padding-left: 8px;
}

body .my-page-content ul li,
body .my-page-content ol li {
    display: list-item;
    padding: 2px 0;
    font-size: 1.6rem;
    margin-top: 2px;
    margin-bottom: 2px;
}

body .my-page-content ul li {
    list-style: disc;
}

body .my-page-content ol li {
    list-style: decimal;
}

body .my-page-content ol li:before {
    display: none;
}

.my-page-content p+* {
    margin-bottom: 20px;
}

.my-page-content p+h1,
.my-page-content p+.h1,
.my-page-content p+h2,
.my-page-content p+.h2,
.my-page-content p+h3,
.my-page-content p+.h3,
.my-page-content p+h4,
.my-page-content p+.h4,
.my-page-content p+h5,
.my-page-content p+.h5,
.my-page-content p+h6,
.my-page-content p+.h6 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.my-page-content img {
    max-width: 100%;
    height: auto;
}

.my-page-content p+p {
    margin-top: 20px;
}

.my-page-content h3+p {
    margin-top: 20px;
}

.my-page-content li+li {
    margin-top: 14px;
}

/*PAGE-CONTACT*/

/*PAGE-ORDER*/


/*404*/
.page-not-found-main .title {
    font-size: 20rem;
}

.page-not-found-main .para {
    font-size: 5rem;
    font-weight: 600;
    color: var(--color-title);
}

/*SEARCH*/
.my-page-content .search-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    line-height: 1.2;
}

.search-title a {
    font-weight: 700;
}

.search-wrap .main-search-input {
    font-size: 2rem;
    letter-spacing: 1px;
}

#search-results ul {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

#search-results ul li {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.search-title {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 10px;
}

#search-results .search-list-item p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #777;
}

#search-results .search-list-item p.match {
    font-size: 1.4rem;
    color: var(--color-deep-blue);
}

.rd-search-results .search-title {
    color: #212121;
}

#search-results .search-link:hover {
    color: var(--color-deep-blue);
}

/*ПАГИНАЦИЯ*/
.pagination,
.nav-links {
    margin-top: 30px;
    border: none;
    display: block;
    text-align: center
}

.nav-links a,
.nav-links span {
    border: 0;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #eaebec;
    line-height: 4rem;
    text-align: center;
    margin: 0 3px;
    font-weight: 600;
    text-decoration: none
}

.nav-links span {
    background-color: var(--color-deep-blue);
    color: var(--color-white);
}

.nav-links a.prev:before {
    display: inline-block;
    position: relative;
    content: "\f053";
    font-family: 'Font Awesome 6 Pro';
}

.nav-links a.next:before {
    display: inline-block;
    position: relative;
    content: "\f054";
    font-family: 'Font Awesome 6 Pro';
}

.page-numbers.dots {
    background-color: #fff;
    color: #333
}

.nav-links a:hover {
    background-color: var(--color-deep-blue);
    color: var(--color-white);
}

/*АРХИВ*/
.thumbnail-350 {
    display: flex !important;
    max-width: 100% !important;
    width: 100%;
    height: 350px;
}

.thumbnail-350 img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

/*SINGLE*/

.blog-1-single .my-blog-img {
    margin-bottom: 10px;
    padding-right: 30px;
    overflow: hidden;
}

.blog-1-single .my-blog-img img {
    border-radius: 15px;
    width: 100%;
}

.blog-1-single .my-blog-meta h2 {
    font-size: 3rem;
    line-height: 1.4;
}

.blog-1-single .my-blog-meta .user-info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    font-size: 1.4rem;
    font-weight: 600;
}

.blog-1-single .user-info .single i {
    margin-right: 4px;
}

.blog-1-single .single-excerpt {
    font-style: italic;
    color: #141414;
}

/*CONTENT-ASIDE .specialty-single */
.specialty-single .my-blog-meta .single {
    display: flex;
    align-items: center;
}

.specialty-single .my-blog-meta .user-info {
    font-size: 1.5rem;
}

.specialty-single table tr td {
    font-size: 1.6rem;
}


.specialty-single .table-tr-title {
    padding: 5px 15px;
    margin: -15px -15px 10px -15px;
    display: block;
    color: #fff !important;
    background-color: var(--color-deep-blue);
    height: fill-available !important;
}

.specialty-single p+.table-tr-title {
    margin-top: 15px;
}



/*ГАЛЕРЕЯ*/
.gallery-caption {
    padding: 5px;
    font-size: 1.5rem;
    width: 100%;
    line-height: 2rem;
    margin-bottom: 0
}

.my-page-content .gallery-item {
    margin: 0 !important;
    padding: 2px !important
}

.my-page-content .gallery-item img {
    border: 1px solid #eee !important;
    padding: 10px;
    opacity: .9
}

.my-page-content .gallery-item:hover img {
    opacity: 1
}

.my-page-content .gallery-icon img {
    width: 100%;
}

.rl-gallery .rl-gallery-link {
    display: block !important;
}

/*ФОРМЫ*/
#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #000;
    opacity: .8;
    z-index: 9998;
}

/*div.modal{display:none;margin:auto;}*/
.modal {
    z-index: 999999999;
    top: 100px;
}

a.close_modal {
    position: absolute;
    font-size: 4rem;
    right: 20px;
    color: #005395;
    text-decoration: none
}

a.close_modal:hover {
    opacity: .4
}

form .mail {
    display: none !important;
}

.modal-content {
    width: 100%;
}

.form-privacy-policy {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
}

.form-privacy-policy a {
    text-decoration: underline;
}

.form-privacy-policy a:hover {
    color: #f15221;
}

/*POPUP*/
.popup {
    padding: 15px;
    position: fixed;
    top: 10%;
    left: 50%;
    display: none;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 9999999;
    border-radius: 4px;
}

.popup a.close {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 3rem;
    z-index: 1;
    color: #ff3400;
    text-decoration: none;
}

.popup a.close:hover {
    color: #005395;
}

.popup_form {
    margin-left: -170px;
    width: 100%;
    max-width: 340px;
}

.popup_form p {
    font-size: 1.4rem;
    color: #222;
    line-height: 2.4rem;
}

.popup_form form {
    margin-top: 10px;
}

.popup_form input[type=text],
.popup_form input[type=password] {
    padding: 14px 0 8px 14px;
    margin: 20px auto;
    border: none;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.popup_form input[type=submit] {
    width: 100% !important;
    margin: 0px 15px 0 0;
    padding: 13px 50px;
    background: #30cf83;
    border: 0;
    transition: all 0.5s ease-in-out;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.25;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
}

.popup_form textarea {
    height: 90px;
    width: 100%;
    max-width: 400px;
    padding: 8px 0 8px 14px;
    margin: 16px 2px;
    border: none;
    border-radius: 4px;
    box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: block;
}

.popup_form input[type=submit]:hover {
    background: #182626;
}

.popup_form input[type=checkbox] {
    display: inline-block;
    margin-top: 5px;
}

.popup_form input.mail {
    display: none;
}

.popup_form label {
    cursor: pointer;
    font-size: 1.4rem;
}

.popup_form label:hover {
    color: #222;
}

/**/
#uptocall-mini {
    position: fixed;
    bottom: 150px;
    right: 40px;
    cursor: pointer;
    z-index: 999;
}

@media (min-width: 768px) and (max-width: 971px) {
    #uptocall-mini {
        position: fixed;
        bottom: 180px;
        right: 40px;
        cursor: pointer;
        z-index: 999;
    }
}

#uptocall-mini .uptocall-mini-phone {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #ff5d00;
    width: 70px;
    height: 70px;
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite;
}

#uptocall-mini .uptocall-mini-phone:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
}

@-webkit-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes uptocallphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(17, 34, 192, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(17, 34, 192, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px #ff5d0080, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #ff5d0080;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(17, 34, 192, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(17, 34, 192, 0);
    }
}

@-moz-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(17, 34, 192, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(17, 34, 192, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px #ff5d0080, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #ff5d0080;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(17, 34, 192, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(17, 34, 192, 0);
    }
}

@keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(17, 34, 192, 0), 0 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px 0px rgba(17, 34, 192, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px #ff5d0080, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #ff5d0080;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(17, 34, 192, 0), 0 0 0px 40px rgba(0, 0, 0, 0), 0 0 0px 40px rgba(17, 34, 192, 0);
    }
}

@media(max-width:737px) {
    #uptocall-mini .uptocall-mini-phone {
        width: 50px;
        height: 50px;
    }

    #uptocall-mini .uptocall-mini-phone:before {
        background-size: 50%;
    }
}

input:focus,
button:focus {
    box-shadow: 0 0 0 0.2rem rgb(253 83 14 / 50%);
}

/*EMBEDDED*/
.wp-embedded-content {
    width: 100%;
}

/*MY-MARGINS, PADDINGS*/
.mmt-10 {
    margin-top: 10px !important;
}

.mmt-20 {
    margin-top: 20px;
}

.mmt-24 {
    margin-top: 24px;
}

.mmt-30 {
    margin-top: 30px;
}

.mmt-40 {
    margin-top: 40px !important;
}

.mmt-60 {
    margin-top: 60px !important;
}

.mmt-80 {
    margin-top: 80px !important;
}

.mmt-100 {
    margin-top: 100px !important;
}

.mmt-120 {
    margin-top: 120px !important;
}

.mmt-140 {
    margin-top: 140px !important;
}

.mmt-160 {
    margin-top: 160px !important;
}

.mmt--70 {
    margin-top: -70px;
}

.mmb-10 {
    margin-bottom: 10px;
}

.mmb-20 {
    margin-bottom: 20px;
}

.mmb-30 {
    margin-bottom: 30px !important;
}

.mmb-40 {
    margin-bottom: 40px !important;
}

.mml-0 {
    margin-left: 0 !important
}

.mml-20 {
    margin-left: 20px !important;
}

.mml-30 {
    margin-left: 30px !important;
}

.mml-40 {
    margin-left: 40px !important;
}

.mpt-6 {
    padding-top: 6px;
}

.mpt-10 {
    padding-top: 10px;
}

.mpt-40 {
    padding-top: 40px;
}

.mpt-50 {
    padding-top: 50px;
}

.mpb-6 {
    padding-bottom: 6px;
}

.mpb-10 {
    padding-bottom: 10px;
}

.mpl-10 {
    padding-left: 10px;
}

.mpl-15 {
    padding-left: 15px;
}

.mpl-20 {
    padding-left: 20px;
}

.mptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*Таблица*/
:focus {
    outline: 0;
}

/*For tables still need to write 'cellspacing="0"' in code*/
table:not(table.WgFkxc) {
    border-collapse: collapse;
    border-spacing: 0;
}

table:not(table.WgFkxc) caption,
table:not(table.WgFkxc) th,
table:not(table.WgFkxc) td {
    text-align: left;
    font-weight: normal;
    word-wrap: break-word;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
    font-weight: normal;
    text-shadow: none;
}

#today {
    background: #02a0da;
    color: #fff
}

#today a {
    font-weight: normal;
    color: #fff
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

table:not(table.WgFkxc) {
    width: 100% !important;
    max-width: 100%;
    color: #111;
    font-size: 1.5rem;
    background: #eaebec;
    border: #e0e0e0 1px solid;
    border-collapse: collapse;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table:not(table.WgFkxc) p {
    margin-top: 0;
    margin-bottom: 0;
}

table#wp-calendar,
.my-widget .widget_events_calendar {
    width: 100% !important;
    max-width: 100%;
    color: #111;
    font-size: 1.4rem;
    margin: 0;
}

table:not(table.WgFkxc) th {
    font-weight: bold;
    font-size: 1.6rem;
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fff;
}

table#wp-calendar th {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 8px;
}

th:first-child {
    text-align: left;
    padding-left: 20px;
}

table#wp-calendar th:first-child {
    text-align: center;
    padding-left: 8px;
}

table:not(table.WgFkxc) tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table:not(table.WgFkxc) tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -border-top-right-radius: 3px;
}

table:not(table.WgFkxc) tr {
    text-align: center;
    padding-left: 20px;
}

table:not(table.WgFkxc) tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table:not(table.WgFkxc) tr td {
    padding: 14px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fff;
    word-wrap: break-word;
}

table#wp-calendar tr td {
    padding: 6px;
}

table:not(table.WgFkxc) tr:nth-child(even) td {
    background: #f4f4f4;
}

table:not(table.WgFkxc) tr:nth-child(even) th {
    background: #f4f4f4;
}

table:not(table.WgFkxc) tr:last-child td {
    border-bottom: 0;
}

table:not(table.WgFkxc) tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table:not(table.WgFkxc) tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table:not(table.WgFkxc) tr:hover td,
table:not(table.WgFkxc) tr:hover th {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

table:not(table.WgFkxc) a:link {
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}

table:not(table.WgFkxc) a:visited {
    color: #555;
    font-weight: bold;
}

table:not(table.WgFkxc) a:active,
table:not(table.WgFkxc) a:hover {
    color: #7c27ed;
    text-decoration: underline;
}

table:not(table.WgFkxc) caption {
    padding-top: 0;
    padding-bottom: 0;
    color: #222;
    caption-side: top;
}

.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
    color: #151515;
    display: inline-block;
    padding: 5px;
}

.wp-calendar-nav-prev a:hover,
.wp-calendar-nav-next a:hover {
    color: #2fcafb;
}


.specialty-single table tr:first-child td,
.specialty-single table tr:first-child:hover td {
    background: var(--color-deep-blue) !important;
    color: #fff !important;
}

.specialty-single table tr td:first-child {
    min-width: 250px;
    font-weight: 700;
}


.specialty-single table ul+.table-tr-title,
.specialty-single table ol+.table-tr-title {
    margin-top: 20px;
}

.specialty-single table ul,
.specialty-single table ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.specialty-single table ul li,
.specialty-single table ol li {
    margin: 0;
}

.specialty-single table p+p {
    margin-top: 10px !important;
}

/*ЦИТАТА*/



/* FILE LINKS IN MAIN TAB */
div.main-tab a[href*=".pdf"],
div.main-tab a[href*=".doc"],
div.main-tab a[href*=".docx"],
div.main-tab a[href*=".xls"],
div.main-tab a[href*=".xlsx"],
div.main-tab a[href*=".ppt"],
div.main-tab a[href*=".pptx"],
div.main-tab a[href*=".rtf"],
div.main-tab a[href*=".txt"],
div.main-tab a[href*=".zip"],
div.main-tab a[href*=".rar"],
div.main-tab a[href*=".7z"] {
    --file-accent: #2563eb;
    --file-accent-soft: rgba(37, 99, 235, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    min-height: 40px;
    padding: 10px 18px 10px 14px;
    margin: 6px 12px 6px 0;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.96) 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    color: #0f172a !important;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none !important;
    vertical-align: middle;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

div.main-tab a[href*=".pdf"]::before,
div.main-tab a[href*=".doc"]::before,
div.main-tab a[href*=".docx"]::before,
div.main-tab a[href*=".xls"]::before,
div.main-tab a[href*=".xlsx"]::before,
div.main-tab a[href*=".ppt"]::before,
div.main-tab a[href*=".pptx"]::before,
div.main-tab a[href*=".rtf"]::before,
div.main-tab a[href*=".txt"]::before,
div.main-tab a[href*=".zip"]::before,
div.main-tab a[href*=".rar"]::before,
div.main-tab a[href*=".7z"]::before {
    content: "FILE";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--file-accent) 0%, #60a5fa 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

div.main-tab a[href*=".pdf"]::after,
div.main-tab a[href*=".doc"]::after,
div.main-tab a[href*=".docx"]::after,
div.main-tab a[href*=".xls"]::after,
div.main-tab a[href*=".xlsx"]::after,
div.main-tab a[href*=".ppt"]::after,
div.main-tab a[href*=".pptx"]::after,
div.main-tab a[href*=".rtf"]::after,
div.main-tab a[href*=".txt"]::after,
div.main-tab a[href*=".zip"]::after,
div.main-tab a[href*=".rar"]::after,
div.main-tab a[href*=".7z"]::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: auto;
    border-radius: 50%;
    background: var(--file-accent);
    box-shadow: 0 0 0 8px var(--file-accent-soft);
    flex-shrink: 0;
}

div.main-tab a[href*=".pdf"]:hover,
div.main-tab a[href*=".doc"]:hover,
div.main-tab a[href*=".docx"]:hover,
div.main-tab a[href*=".xls"]:hover,
div.main-tab a[href*=".xlsx"]:hover,
div.main-tab a[href*=".ppt"]:hover,
div.main-tab a[href*=".pptx"]:hover,
div.main-tab a[href*=".rtf"]:hover,
div.main-tab a[href*=".txt"]:hover,
div.main-tab a[href*=".zip"]:hover,
div.main-tab a[href*=".rar"]:hover,
div.main-tab a[href*=".7z"]:hover,
div.main-tab a[href*=".pdf"]:focus-visible,
div.main-tab a[href*=".doc"]:focus-visible,
div.main-tab a[href*=".docx"]:focus-visible,
div.main-tab a[href*=".xls"]:focus-visible,
div.main-tab a[href*=".xlsx"]:focus-visible,
div.main-tab a[href*=".ppt"]:focus-visible,
div.main-tab a[href*=".pptx"]:focus-visible,
div.main-tab a[href*=".rtf"]:focus-visible,
div.main-tab a[href*=".txt"]:focus-visible,
div.main-tab a[href*=".zip"]:focus-visible,
div.main-tab a[href*=".rar"]:focus-visible,
div.main-tab a[href*=".7z"]:focus-visible {
    transform: translateY(-2px);
    border-color: var(--file-accent);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
    color: #0f172a !important;
}

div.main-tab a[href*=".pdf"] {
    --file-accent: #dc2626;
    --file-accent-soft: rgba(220, 38, 38, 0.14);
}

div.main-tab a[href*=".doc"],
div.main-tab a[href*=".docx"] {
    --file-accent: #2563eb;
    --file-accent-soft: rgba(37, 99, 235, 0.14);
}

div.main-tab a[href*=".xls"],
div.main-tab a[href*=".xlsx"] {
    --file-accent: #15803d;
    --file-accent-soft: rgba(21, 128, 61, 0.14);
}

div.main-tab a[href*=".ppt"],
div.main-tab a[href*=".pptx"] {
    --file-accent: #ea580c;
    --file-accent-soft: rgba(234, 88, 12, 0.14);
}

div.main-tab a[href*=".zip"],
div.main-tab a[href*=".rar"],
div.main-tab a[href*=".7z"] {
    --file-accent: #7c3aed;
    --file-accent-soft: rgba(124, 58, 237, 0.14);
}

div.main-tab a[href*=".rtf"],
div.main-tab a[href*=".txt"] {
    --file-accent: #0f766e;
    --file-accent-soft: rgba(15, 118, 110, 0.14);
}

div.main-tab a[href*=".pdf"]::before {
    content: "PDF";
}

div.main-tab a[href*=".doc"]::before,
div.main-tab a[href*=".docx"]::before {
    content: "DOC";
}

div.main-tab a[href*=".xls"]::before,
div.main-tab a[href*=".xlsx"]::before {
    content: "XLS";
}

div.main-tab a[href*=".ppt"]::before,
div.main-tab a[href*=".pptx"]::before {
    content: "PPT";
}

div.main-tab a[href*=".zip"]::before,
div.main-tab a[href*=".rar"]::before,
div.main-tab a[href*=".7z"]::before {
    content: "ZIP";
}

div.main-tab a[href*=".rtf"]::before,
div.main-tab a[href*=".txt"]::before {
    content: "TXT";
}

@media (max-width: 640px) {

    div.main-tab a[href*=".pdf"],
    div.main-tab a[href*=".doc"],
    div.main-tab a[href*=".docx"],
    div.main-tab a[href*=".xls"],
    div.main-tab a[href*=".xlsx"],
    div.main-tab a[href*=".ppt"],
    div.main-tab a[href*=".pptx"],
    div.main-tab a[href*=".rtf"],
    div.main-tab a[href*=".txt"],
    div.main-tab a[href*=".zip"],
    div.main-tab a[href*=".rar"],
    div.main-tab a[href*=".7z"] {
        width: 100%;
        margin-right: 0;
        padding-right: 14px;
    }
}

/*******************WOOCOMMERCE**********************************/
/*-----NONE-----*/



/*OTHERS*/

/*SHORTCODES*/

.my-page-shortcodes>div:not(.usefull-links):nth-child(even) {
    background: #fff !important
}

.my-page-shortcodes>div:not(.usefull-links):nth-child(odd) {
    background: #edf8ff !important
}

.my-index-shortcodes:nth-child(even) {
    background: #fff !important
}

.my-index-shortcodes:nth-child(odd) {
    background: #edf8ff !important
}

.my-rts-section-gap-40-60 {
    padding: 40px 0px 60px;
}

.my-page-shortcodes .under-banner-menu {
    padding-top: 10px;
    padding-bottom: 60px;
}

.my-page-shortcodes .my-about-area {
    margin-top: 0px;
    padding-top: 60px;
}

.my-page-shortcodes .my-progress-area {
    margin-top: -50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.my-page-shortcodes .shortcode-faculty-tabs {
    padding-top: 60px;
    padding-bottom: 60px;
}

.my-page-shortcodes .usefull-links {
    padding: 70px 0;
}

.my-news-block-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.university-docs+.university-docs {
    margin-top: 30px;
}

.my-page-shortcodes .my-rts-section-gap-60 {
    padding: 60px 0;
}

.my-tags {
    margin-bottom: 20px;
}

.my-tags .signle-fun-facts-one {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transition: .4s;
}

.my-tags .signle-fun-facts-one:hover {
    transform: translateY(-10px);
}

.my-tags h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.my-tags .signle-fun-facts-one .rts-read-more i {
    padding: 13px;
    background: #0342b7;
    border-radius: 50%;
    margin-right: 0px;
    color: #fff;
    line-height: 1.2rem;
    font-size: 1.4rem;
    transition: var(--transition);
    box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
}

.my-page-shortcodes .university-docs {
    padding: 60px 0;
}


.rts-footer-area .social-three-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 16px 0;
    padding: 0 0 0 16px;
    gap: 16px 42px;
}


.rts-footer-area .social-three-wrapper li {
    list-style: none;
    font-size: 2rem;
    line-height: var(--line-height-b1);
    color: var(--color-body);
}

.rts-footer-area .social-three-wrapper li a {
    position: relative;
    z-index: 1;
    transition: 0.3s;
    color: #1C2539;
}

.rts-footer-area .social-three-wrapper li a::after {
    position: absolute;
    content: "";
    background: #E8E8E8;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: -1;
    transition: 0.3s;
}

.rts-footer-area .social-three-wrapper li a:hover {
    color: #fff;
}

.rts-footer-area .social-three-wrapper li a:hover::after {
    background: var(--color-primary);
}

/******МОБИЛКА***************************************************/

/***************************MIN-MAX***********************************/

/**********************MAX********************************************/
@media (min-width: 992px) {}

@media (max-width: 1920px) {}

@media (max-width: 1820px) {}

@media (max-width: 1600px) {}

@media (max-width: 1536px) {}


@media (max-width: 1440px) {}


@media (max-width: 1366px) {
    .rts-section-gap {
        padding: 80px 0;
    }

    .banner-swiper-two.banner-style-one,
    .rts-banner-area-two {
        height: 600px;
    }

    .banner-style-one .banner-one-inner .title {
        font-size: 5.2rem;
    }

    .steps-area .main-content {
        max-height: 640px;
        padding: 2rem;
    }

    .step-arrow {
        width: 40px;
        height: 40px;
    }

    .steps-area .step-card {
        padding: 1.5rem;
    }

    .page-header {
        font-size: 2.5rem !important;
        margin-bottom: 3rem !important;
    }

    .shortcode-faculty-tabs .faculty-tab-item {
        padding: 10px 20px;
    }

    .faculty-tab-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .faculty-tab-name {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .rts-blog-h-2-wrapper .thumbnail {
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .rts-blog-h-2-wrapper .thumbnail img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .my-blog-area .body .title {
        font-size: 1.8rem;
        line-height: 2.4rem !important;
    }

    .specialty-shortcode .faculty-tab-name {
        font-size: 1.4rem;
    }

    .specialty-filters-wrap .col-lg-12 {
        max-width: 1110px;
        padding: 8px 20px;
    }

    .my-page-content h1,
    .my-page-content .h1 {
        line-height: 1.5;
        font-size: 3.2rem;
    }

    .my-page-content h2,
    .my-page-content .h2 {
        line-height: 1.5;
        font-size: 2.8rem;
    }

    .my-page-content h3,
    .my-page-content .h3 {
        line-height: 1.5;
        font-size: 2.4rem;
    }

    .my-page-content h4,
    .my-page-content .h4 {
        line-height: 1.5;
        font-size: 2rem;
    }

    .my-page-content h5,
    .my-page-content .h5 {
        line-height: 1.5;
        font-size: 1.8rem;
    }

    .my-page-content h6,
    .my-page-content .h6 {
        line-height: 1.5;
        font-size: 1.4rem;
    }

    .my-rts-section-gap-40-60 {
        padding: 40px 0;
    }

    .specialty-filters__label {
        margin-bottom: 8px;
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .specialty-filters__select {
        width: 100%;
        height: 38px;
        padding: 0 10px;
        font-size: 1.3rem;
    }

    .blog-1-single .my-blog-meta h2 {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    .my-blog-area .mt--20 {
        margin-top: 0 !important;
    }

    .footer-one-single-wized .day {
        max-width: 160px;
    }

    .my-footer .day {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .my-footer .rts-btn {
        padding: 12px 20px;
    }
}

@media (max-width: 1280px) {
    .my-about-area {
        margin-top: -60px;
    }

    .rts-section-gap {
        padding: 60px 0;
    }

    .contact-item {
        flex-wrap: wrap;
    }

    .contact-item a+a {
        margin-left: 20px;
    }

    .rts-breadcrumb-area-image {
        min-height: 220px;
    }

    .logo-bgpu {
        max-width: 200px;
    }

    .my-tags h3 {
        font-size: 2rem;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {
    .banner-style-one .banner-one-inner .title {
        font-size: 4.8rem;
    }

    .mega-menu-main-links {
        display: flex;
        gap: 0 10px;
    }

    /* .mega-menu-main-links + .mega-menu-main-links {
        margin-top: -40px;
    } */
    .mega-menu-main-links li {
        min-width: 49%;
        margin-top: 0px;
    }

    .my-about-area .pr--40 {
        padding-right: 10px;
    }

    .my-about-area .thumbnail-about-six img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .title-style-five .title {
        font-size: 2.4rem;
    }

    .why-choose-feature .single {
        width: 50%;
    }

    .my-about-area .why-choose-feature {
        align-items: stretch;
    }

    .my-about-area .about-right-six-wrapper .about-service-wrapper-main .single-about-service {
        padding: 10px;
    }

    .about-right-six-wrapper .about-service-wrapper-main .single-about-service .title {
        font-size: 1.6rem;
    }

    .my-progress-area {
        margin-top: -30px;
    }

    .my-progress-area .right-counter {
        max-width: 110px;
    }

    .progress-circle-main-wrapper .single-progress-area .right-counter .title {
        font-size: 3rem;
    }

    .faculty-detail-title {
        font-size: 2rem;
    }

    .additional-shortcodes .additional-advantages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .additional-shortcodes .additional-counters .right-counter {
        max-width: 120px;
    }
}


@media (max-width: 991px) {
    .main-wrapper-sticky.my-sticky-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-style-one.banner-swiper-two .banner-one-inner {
        width: 90%;
    }

    .rts-banner-area-two::before {
        background: linear-gradient(to right, rgba(0, 0, 0, .7), transparent);
    }

    .main-wrapper-sticky.my-sticky-wrapper .sticky-statement .left-side {
        flex-basis: 75%;
    }

    .my-sticky-wrapper .title {
        font-size: 1.7rem;
    }

    .steps-area .page-header {
        font-size: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .steps-area .app-container {
        border-radius: 1.5rem;
    }

    .steps-area .sidebar {
        width: 28%;
        padding: 10px;
    }

    .steps-area .main-content {
        width: 72%;
        padding: 2rem 1.5rem;
        font-size: 1.5rem;
    }

    .steps-area .tab-btn {
        padding: 1rem;
        font-size: 1.5rem;
        color: #fff;
    }

    .steps-area .tab-btn i {
        font-size: 2.5rem;
        gap: 0.5rem;
    }

    .steps-area .tab-btn.active {
        color: var(--blue-600);
    }

    .steps-area .card-title {
        font-size: 1.5rem;
        line-height: 2.5rem;
        max-width: 85%;
    }

    .steps-area .step-card {
        padding: 1rem;
        border-left-width: 6px;
    }

    .steps-area .badge {
        margin-top: .75rem;
    }

    .steps-area ol,
    .steps-area ul {
        padding: 0 0 0 30px;
    }

    .steps-area ul li,
    .steps-area ol li {
        font-size: 1.5rem;
        line-height: var(--line-height-b1);
    }

    .my-about-area .pr--40 {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .my-about-area .thumbnail-about-six {
        width: 100%;
    }

    .my-progress-area .progress-circle-main-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .progress-circle-main-wrapper .single-progress-area {
        gap: 10px;
    }

    .my-progress-area .right-counter {
        max-width: 175px;
    }

    .faculty-list-panel {
        order: 1;
        grid-template-columns: repeat(1, 1fr);
    }

    .faculty-detail-panel {
        order: 0;
    }

    .faculty-tab-item.active-tab {
        border: 1px solid var(--blue-600);
    }

    .faculty-tab-name {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .faculty-tab-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .usefull-links .single-testimonials-6 .top .title {
        font-size: 2.4rem;
    }

    .my-blog-area .row.g-5.mt--20 {
        justify-content: center;
    }

    .footer-six .footer-one-single-wized.mid-bg {
        padding: 40px 20px;
        margin: -40px 0 0 0;
    }

    .my-footer .col-xl-5.col-md-6.col-sm-12.col-12 {
        width: 60%;
    }

    .my-footer .col-xl-3.col-md-6.col-sm-12.col-12 {
        width: 40%;
    }

    .rts-breadcrumb-area-image {
        min-height: 200px;
    }

    .my-tab-item {
        padding: 1rem !important;
        font-size: 1.4rem !important;
        font-weight: 700;
    }

    .specialty-shortcode .faculty-tabs-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .specialty-shortcode .faculty-list-panel {
        padding-top: 10px;
    }

    .rts-breadcrumb-area .title-area-left .title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .rts-breadcrumb-area ul li {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 2rem;
    }

    .blog-1-single .my-blog-img {
        padding-right: 0px;
    }

    .specialty-single {
        padding-top: 60px
    }

    .specialty-single .col-lg-8,
    .blog-1-single .col-lg-6 {
        order: -1;
        margin-bottom: 30px;
    }

    .blog-1-single .my-blog-meta h2 {
        font-size: 2.2rem;
    }

    .specialty-single table tr td,
    .specialty-single table tr td p,
    .specialty-single table tr td li {
        font-size: 1.5rem;
        line-height: 2.4rem;
        color: #111;
    }

    .specialty-single table ul li,
    .specialty-single table ol li {
        margin-bottom: 4px;
    }

    .my-tabs-nav ul li {
        flex-grow: 1;
        flex-basis: calc(25% - 10px);
        min-width: 150px;
        text-align: center;
        line-height: var(--line-height-b6);
    }

    .breatcumb_overlay:before {
        opacity: 0.7;
        width: 200%;
    }

    .rts-banner-area-two::before {
        width: 150%;
    }

    .mega-menu-modal .close-icon-menu {
        top: 110px;
    }

    .additional-shortcodes .additional-counters .right-counter {
        max-width: 140px;
    }

    .specialty-shortcode .faculty-tab-name {
        font-size: 1.5rem;
    }

    .banner-btn-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .banner-btn-wrapper a {
        width: 100%;
        max-width: 100%;
    }
}


@media (max-width: 912px) {
    .mega-menu-header .logo {
        max-width: 220px;
    }

    .hot-line-modal {
        margin-right: 80px;
        min-width: 180px;
    }

    .my-page-content h1,
    .my-page-content .h1 {
        line-height: 1.4;
        font-size: 2.8rem;
    }

    .my-page-content h2,
    .my-page-content .h2 {
        line-height: 1.4;
        font-size: 2.6rem;
    }

    .my-page-content h3,
    .my-page-content .h3 {
        line-height: 1.4;
        font-size: 2.4rem;
    }

}

@media (max-width: 800px) {}


@media (max-width:768px) {
    .mega-menu-main-links-under-banner {
        margin-top: -32px;
    }

    .hot-line-modal {
        margin-right: 50px;
    }

    .mega-menu-modal .close-icon-menu {
        top: 102px;
    }
}

@media (max-width:767px) {
    .banner-style-one .banner-one-inner .title {
        font-size: 4.2rem;
    }

    .main-wrapper-sticky.my-sticky-wrapper {
        gap: 10px;
    }

    section.main-wrapper-sticky .sticky-statement .right .arrow {
        height: 35px;
        width: 35px;
        border-radius: 6px;
    }

    section.main-wrapper-sticky .sticky-statement .right .arrow i {
        font-size: 1.4rem;
        color: #FFFFFF;
    }

    .my-sticky-wrapper img {
        width: 35px;
    }

    .my-sticky-wrapper .title {
        font-size: 1.5rem;
    }

    .main-wrapper-sticky.my-sticky-wrapper .sticky-statement .left-side {
        flex-basis: 70%;
    }

    .steps-area .sidebar,
    .steps-area .main-content {
        width: 100%;
    }

    .steps-area .tab-btn i {
        font-size: 3rem;
    }

    .steps-area .tab-btn {
        font-size: 1.7rem;
    }

    .steps-area .nav-list {
        gap: 1rem;
    }

    .sidebar-title {
        margin-bottom: 1rem;
    }

    .my-progress-area .right-counter {
        max-width: 110px;
    }

    .progress-circle-main-wrapper .single-progress-area .right-counter .title {
        font-size: 2.2rem;
    }

    .my-progress-area .progress-circle-main-wrapper .single-progress-area .right-counter p {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .progress-circle-main-wrapper svg.radial-progress {
        max-width: 120px;
    }

    .usefull-links .single-testimonials-6 .top .title {
        font-size: 1.9rem;
    }

    .my-rts-section-gap {
        padding: 60px 0;
    }

    footer .bg-shape-f1 .row .col-12 {
        width: 100% !important;
    }

    footer .col-xl-5.col-md-6.col-sm-12.col-12 {
        order: -1;
    }

    .footer-row {
        gap: 60px;
    }

    .my-footer .single-opening {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .my-footer .day {
        font-size: 1.6rem;
    }

    .mega-menu-main-links {
        gap: 0 1%;
    }

    .mega-menu-header .logo {
        max-width: 200px;
    }

    .hot-line-modal {
        margin-right: 40px;
        min-width: 150px;
    }

    .mega-menu-main-links li {
        max-width: 49%;
    }

    .mega-menu-main-links .main-link {
        padding: 10px 9px;
    }

    .mega-menu-content {
        padding: 20px 0px;
    }

    .specialty-shortcode .faculty-detail-body {
        max-height: 470px;
        min-height: 470px;
        padding-bottom: 30px;
    }

    .specialty-shortcode .faculty-detail-panel {
        max-height: 600px;
    }

    .footer-row {
        padding-top: 0 !important;
    }
}


@media (max-width:640px) {

    .specialty-single table tr td:first-child {
        min-width: 175px;
    }

    .specialty-single table tr td {
        padding: 10px !important;
    }

    .specialty-single .table-tr-title {
        padding: 10px 15px;
        margin: -10px -10px 10px -10px;
    }

    .additional-shortcodes .additional-counters .right-counter {
        max-width: 100px;
    }

    .additional-shortcodes .additional-counters .right-counter p {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .progress-circle-main-wrapper svg.radial-progress {
        max-width: 100px;
    }

    .additional-shortcodes .additional-advantages__title {
        font-size: 1.8rem;
    }

    .steps-area .main-content {
        max-height: 500px;
    }

    .steps-area .nav-list {
        gap: .5rem;
    }

    .sidebar-title {
        margin-bottom: .5rem;
    }

    .sidebar-footer {
        margin-top: 1rem;
    }

    .usefull-links .mb--40 {
        margin-bottom: 10px;
    }
}

@media (max-width:600px) {
    .mega-menu-main-links {
        gap: 0;
    }

    .mega-menu-main-links li {
        max-width: 100%;
        width: 100%;
    }

    .mega-menu-modal .close-icon-menu {
        top: 60px;
        right: 20px;
        width: 36px;
        height: 36px;
        min-height: 36px;
    }

    .mega-menu-modal .close-icon-menu i {
        font-size: 1.8rem;
    }

    .hot-line-modal {
        margin-right: 0px;
        min-width: auto;
    }

    .mega-menu-content {
        margin-top: 10px;
    }

    .faculty-detail-description p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .action-link {
        font-size: 1.4rem;
    }

    .faculty-detail-description {
        margin-left: -50px;
    }

    .faculty-icon-large {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .faculty-detail-title {
        min-height: 60px;
    }

    .specialty-single table tr td,
    .specialty-single table tr td p,
    .specialty-single table tr td li {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .my-page-content h1,
    .my-page-content .h1 {
        line-height: 1.4;
        font-size: 2.6rem;
    }

    .my-page-content h2,
    .my-page-content .h2 {
        line-height: 1.4;
        font-size: 2.4rem;
    }

    .my-page-content h3,
    .my-page-content .h3 {
        line-height: 1.4;
        font-size: 2.2rem;
    }

    .my-page-content h4,
    .my-page-content .h4 {
        line-height: 1.4;
        font-size: 2rem;
    }

    .my-page-content h5,
    .my-page-content .h5 {
        line-height: 1.4;
        font-size: 1.8rem;
    }

    .my-page-content h6,
    .my-page-content .h6 {
        line-height: 1.4;
        font-size: 1.6rem;
    }

    .my-footer .time {
        width: 240px;
    }

    .additional-shortcodes .additional-counters .right-counter {
        max-width: 100%;
    }

    .additional-shortcodes .additional-counters .right-counter p {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .additional-shortcodes .additional-counters .progress-circle-main-wrapper {
        gap: 40px 20px;
        align-items: flex-start;
    }

    .additional-shortcodes .additional-counters .single-progress-circle {
        margin-right: 0;
        margin-bottom: 0px;
    }
}

@media (max-width:500px) {
    .main-wrapper-sticky.my-sticky-wrapper .sticky-statement .left-side {
        flex-basis: 68%;
    }

    .mega-menu-header {
        flex-wrap: wrap;
    }

    .mega-menu-content {
        margin-top: 0px;
    }

    .mega-menu-content {
        padding: 0px 0px;
    }

    .logo-1 {
        margin-bottom: 30px;
    }

    .hot-line-modal {
        min-width: 100%;
    }

    .mega-menu-modal .close-icon-menu {
        top: 80px;
        right: 36px;
    }

    .mega-menu-header {
        margin-bottom: 12px;
        padding-bottom: 0px;
        border-bottom: 0;
    }

    .banner-style-one .banner-one-inner p.disc.banner-para {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .shortcode-faculty-tabs .faculty-list-panel {
        padding-left: 30px;
    }

    .usefull-links .single-testimonials-6 .top .title {
        font-size: 2.4rem;
    }

    .usefull-links .swiper {
        padding-right: 0px;
    }

    .blog-1-single .my-blog-meta h2 {
        font-size: 2rem;
    }

    .department-name {
        font-size: 1.8rem;
    }

    .contact-item {
        font-size: 1.5rem;
        gap: 10px;
    }

    .contact-item+.contact-item {
        margin-top: 10px;
    }

    .specialty-filters__actions {
        margin-left: 0;
        width: 100%;
        flex: 0 0 auto;
    }

    .specialty-filters__row {
        min-width: 100%;
        flex-basis: 100%;
    }

    .specialty-filters__label {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .specialty-filters__select {
        height: 42px;
        font-size: 1.4rem;
    }

    .specialty-filters__actions .rts-btn {
        display: flex;
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        min-height: 50px;
        flex-shrink: 1;
    }

    .single-progress-area {
        flex-direction: column;
        text-align: center;
    }

    .my-progress-area .progress-circle-main-wrapper {
        gap: 40px 20px;
        align-items: flex-start;
    }

    .my-progress-area .right-counter {
        max-width: 100%;
    }

    .progress-circle-main-wrapper .single-progress-circle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .my-progress-area .progress-circle-main-wrapper .single-progress-area .right-counter p {
        font-size: 1.4rem;
    }

    .additional-shortcodes .additional-advantages__grid {
        gap: 30px 10px;
    }
}


@media (max-width:480px) {
    .mega-menu-modal .close-icon-menu {
        top: 70px;
    }

    .main-wrapper-sticky.my-sticky-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .my-sticky-wrapper .title {
        font-size: 1.8rem;
    }

    .my-sticky-wrapper img {
        width: 40px;
    }

    .header-main-one-wrapper {
        padding: 8px 0;
    }

    .footer-one-single-wized .day {
        width: 100%;
        max-width: 100%;
    }

    .my-footer .day {
        font-size: 2rem;
    }

    .footer-six.my-footer .single-opening p.day {
        margin-bottom: 20px !important;
    }

    .single-opening div {
        width: 100%;
    }

    .my-footer .time {
        width: 100%;
        text-align: left;
    }

    .footer-six .footer-one-single-wized.mid-bg .opening-time-inner .single-opening {
        flex-wrap: wrap;
    }

    .ege-calculator-form__field {
        grid-template-columns: minmax(0, 1fr) 60px;
        min-height: 42px;
        height: 42px;
    }

    .ege-calculator-form__field-label {
        padding: 8px;
        font-size: 1.4rem;
    }

    .ege-calculator-form__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 6px 0px;
    }

    .ege-calculator-form__field-label br {
        display: none;
    }

    .faculty-detail-panel {
        border-radius: 8px;
    }

    .specialty-filters-wrap {
        max-width: calc(100% - 18px) !important;
    }

    .specialty-filters-wrap .col-lg-12 {
        margin-left: 0;
    }

    .progress-wrap {
        display: none;
    }

    .specialty-shortcode .rts-btn {
        height: 42px;
        flex-shrink: 0;
        max-width: 100%;
        width: 100%;
    }

    .banner-btn-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

@media (max-width:414px) {

    .banner-swiper-two.banner-style-one,
    .rts-banner-area-two {
        height: 80vh;
    }

    .specialty-single table tr td:first-child {
        min-width: 140px;
        line-height: 2rem !important;
    }

    .my-page-content h1,
    .my-page-content .h1 {
        line-height: 1.4;
        font-size: 2.6rem;
    }

    .my-page-content h2,
    .my-page-content .h2 {
        line-height: 1.4;
        font-size: 2.4rem;
    }

    .my-page-content h3,
    .my-page-content .h3 {
        line-height: 1.4;
        font-size: 2.2rem;
    }

    .my-page-content h4,
    .my-page-content .h4 {
        line-height: 1.4;
        font-size: 2rem;
    }

    .my-page-content h5,
    .my-page-content .h5 {
        line-height: 1.4;
        font-size: 1.8rem;
    }

    .my-page-content h6,
    .my-page-content .h6 {
        line-height: 1.4;
        font-size: 1.6rem;
    }

    .my-about-area .why-choose-feature {
        flex-wrap: wrap;
    }

    .why-choose-feature .single {
        width: 100%;
    }

    .why-choose-feature .single p {
        width: 100%;
        line-height: 2.4rem;
    }

    .my-about-area .about-right-six-wrapper .about-service-wrapper-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        align-items: center;
        justify-content: center;
    }

    .my-about-area .about-right-six-wrapper .about-service-wrapper-main>*:last-child:nth-child(odd) {
        grid-column: 1 / span 2;
        justify-self: center;
        width: 50%;
    }

    .my-about-area .about-right-six-wrapper .about-service-wrapper-main .single-about-service {
        padding: 20px;
    }

    .faculty-detail-title {
        font-size: 1.7rem;
    }

    .breatcumb_overlay:before {
        opacity: 0.7;
    }

    .rts-breadcrumb-area .title-area-left .title {
        font-size: 1.7rem;
        display: none;
    }

    .rts-breadcrumb-area-image {
        min-height: 150px;
    }

    .faculty-tabs-area {
        padding-bottom: 60px;
    }
}

@media (max-width:390px) {

    .my-page-content h1,
    .my-page-content .h1 {
        line-height: 1.4;
        font-size: 2.6rem;
    }

    .my-page-content h2,
    .my-page-content .h2 {
        line-height: 1.4;
        font-size: 2.4rem;
    }

    .my-page-content h3,
    .my-page-content .h3 {
        line-height: 1.4;
        font-size: 2rem;
    }

    .my-page-content h4,
    .my-page-content .h4 {
        line-height: 1.4;
        font-size: 1.8rem;
    }

    .my-page-content h5,
    .my-page-content .h5 {
        line-height: 1.4;
        font-size: 1.6rem;
    }

    .my-page-content h6,
    .my-page-content .h6 {
        line-height: 1.4;
        font-size: 1.4rem;
    }

    .header-main-one-wrapper .thumbnail a img {
        max-width: 200px;
    }

    #search,
    #menu-btn {
        height: 48px;
        min-width: 48px;
        border-radius: 10px;
    }

    .button-area .ml_sm--5 {
        margin-left: 8px;
    }

    .banner-style-one .banner-one-inner .title {
        font-size: 3.6rem;
    }

    .banner-style-one.banner-swiper-two .banner-one-inner {
        padding: 40px 0 40px 20px;
    }

    .under-banner-menu .mt--50 {
        margin-top: 35px;
    }

    .steps-area .main-content {
        padding: 2rem 1rem;
    }

    .steps-area .card-title {
        line-height: 2rem;
        max-width: 84%;
    }

    .steps-wrapper {
        gap: .5rem;
    }

    .title-style-five .title {
        font-size: 2.2rem;
    }

    .faculty-detail-title {
        font-size: 1.6rem;
    }

    .faculty-tab-name {
        font-size: 1.4rem;
    }

    .faculty-tab-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .shortcode-faculty-tabs .faculty-tab-item {
        padding: 10px;
    }

    .footer-six .footer-one-single-wized.mid-bg .opening-time-inner .rts-btn.contact-us {
        width: 100%;
        max-width: 100%;
        height: 56px;
    }

    .specialty-shortcode .faculty-tab-name {
        font-size: 1.4rem;
    }

    .doc-card__icon {
        width: 40px;
        height: 40px;
        font-size: 4rem;
    }

    .additional-shortcodes .additional-advantages__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .additional-block__title {
        text-align: center;
    }

    .specialty-shortcode .faculty-detail-title {
        font-size: 1.5rem;
    }

    .faculty-detail-panel {
        padding: 20px 10px;
    }


    .docs-group__title {
        font-size: 1.7rem !important;
    }
}

@media (max-width: 360px) {
    .banner-style-one .banner-one-inner p.disc.banner-para {
        font-size: 1.5rem;
        line-height: 2.6rem;
    }

    .specialty-single table tr td:first-child {
        min-width: 125px;
    }

    .banner-style-one .banner-one-inner .title {
        font-size: 3.2rem;
    }

    .banner-style-one .banner-one-inner .title span {
        font-size: 3.2rem;
    }

    .my-page-content h1,
    .my-page-content .h1 {
        line-height: 1.3;
        font-size: 2.4rem;
    }

    .my-page-content h2,
    .my-page-content .h2 {
        line-height: 1.3;
        font-size: 2.2rem;
    }

    .my-page-content h3,
    .my-page-content .h3 {
        line-height: 1.3;
        font-size: 2rem;
    }

    .my-page-content h4,
    .my-page-content .h4 {
        line-height: 1.3;
        font-size: 1.8rem;
    }

    .my-page-content h5,
    .my-page-content .h5 {
        line-height: 1.3;
        font-size: 1.6rem;
    }

    .my-page-content h6,
    .my-page-content .h6 {
        line-height: 1.3;
        font-size: 1.4rem;
    }
}

@media (max-width: 330px) {}