.topSlider {
    width: 40%;
    position: relative;
    z-index: 10;
    min-width: 40%;
}

.sliderBlock {
    position: absolute;
    width: 100%;
    height: calc(100% + 20px);
    box-shadow: 0px 16px 56px 0px rgba(0, 0, 0, 0.5);
}

.topInfoPageWrapper {
    display: flex;
    gap: 32px;
    padding: 0;
    height: auto;
    min-height: 370px;
}

.topInfoArch {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.topInfoPage {
    position: relative;
    margin-bottom: 50px;
}

.topSlider .swiper-wrapper {
    line-height: 0;
}

.swiper.topSliderSwiper2 {
    height: calc(100% - 110px);
}

.swiper.topSliderSwiper {
    height: 110px;
}

.topSliderSwiper2 img,
.topSliderSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topList {
    font-family: "Exo 2", sans-serif;
    margin: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.topListIcon {
    width: 12px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(994%) hue-rotate(223deg) brightness(85%) contrast(89%);
}

.topList li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nameArchBlack {
    font-family: "Russo One", Sans-serif;
    font-size: 36px;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #444444;
    margin: 0px 0px 20px 0px;
    padding: 14px 10px 13px 10px;
    border-style: none;
    border-radius: 8px;
    text-align: center;
}

.termNameList {
    font-family: "Exo 2", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-align: center;
    margin: 0;
    background-color: #5647a7;
    color: white;
    padding: 5px;
    flex-grow: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: -5px;
}

.termArchList {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 20px 20px 0;
}

.term-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.term-item {
    width: calc(25% - 24px);
    box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.14);
}

.archTitle {
    text-transform: uppercase;
    color: #444444;
}

.catListArchWrapper {
    padding: 10px;
}

.descriptionPageWrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.archDescription {
    width: 50%;
}

.bannerCta {
    width: 50%;
}

.bannerCta {
    position: relative;
}

.banner-men {
    max-width: 170px;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 10px;
}

.bannerCtaWrapper {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}

.descriptionSectionRow {
    margin-top: 120px;
    padding: 10px;
}

.descriptionPageWrapper {
    display: flex;
    gap: 24px;
    padding: 0;
}

.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.titleBannerCta {
    font-family: "Russo One", Sans-serif;
    font-size: 41px;
    font-weight: 100;
    text-shadow: 6px 11px 15px rgba(0, 0, 0, 0.39);
    color: #FFFFFF;
    text-align: center;
}

.textBannerCta {
    text-align: center;
    font-family: "Exo 2", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #444444;
}

.linkBanner,
.linkBanner:active,
.linkBanner:focus {
    background-color: #5647A7;
    font-family: "Exo 2", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 10px 10px 10px;
    display: inline-flex;
    gap: 10px;
    margin: 30px 10px 10px 10px;
    transition: 0.3s all;
    text-align: center !important;
    justify-content: center;
}

.linkBanner:hover {
    background-color: #FFFFFF;
    color: #5647A7;
}

.linkBanner img {
    transition: 0.3s all;
}

.linkBanner:hover img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(10%) saturate(5828%) hue-rotate(219deg) brightness(92%) contrast(91%);
}


.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 28px;
    overflow: hidden;
    border-width: 0px;
    background-color: #FFFFFF;
    padding: 16px 16px 16px 16px;
    box-shadow: 0px 9px 22px 0px rgba(98, 98, 98, 0.24);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    padding: 0;
    background-color: #fff !important;
    color: #444 !important;
    font-weight: 600;
    text-transform: none !important;
}

.faq-question.active {
    color: #5647a7 !important;
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
}

.answerWrapper {
    padding: 24px 0 0;
    font-size: 14px;
}

.faq-question.active+.faq-answer {
    max-height: 1000px;
    overflow-y: auto;
}

.icon {
    transition: transform 0.3s;
    margin-right: 15px;
    font-size: 24px;
    line-height: 14px;
    position: relative;
    bottom: 2px;
}

.faq-question.active .icon {
    transform: rotate(45deg);
}

.faq-columns {
    display: flex;
    gap: 20px;
    padding: 10px 20px;
}

.colFaq {
    flex: 1;
}

.faqArch {
    padding: 10px;
}

.titleForm {
    font-family: "Russo One", Sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #444444;
    text-align: center;
}


.formRow {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 16px;
    position: relative;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    max-width: 100%;
    width: 100%;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: red !important;
}

.formRow.formSubmit {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    background-color: #b3dab3;
    right: 0;
    top: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 7px 0 0 !important;
    font-size: 12px !important;
    border-width: 1px !important;
}

input.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder {
    color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}

.acceptanceRow {
    margin-bottom: 16px;
}

.ugoda {
    margin-bottom: 16px;
    font-size: 12px;
}


.acceptanceRow .wpcf7-list-item {
    margin: 0;
}

.acceptanceRow input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.acceptanceRow {
    font-size: 16px;
}

.table-wrap {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 0;
    color: #000;
    width: 100%;
    line-height: 1.3;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border: 0;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

tbody {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1) inset;
}



table tr {
    border: 1px solid #fff;
    padding: 5px;
}

table th,
table td {
    padding: 10px;
    text-align: center;
    border-right: 3px solid #fff !important;
    border-left: 3px solid #fff !important;
}

table th:first-child,
table td:first-child {
    border-left: none !important;
}

table th:last-child,
table td:last-child {
    border-right: none !important;
}

table th {
    color: #fff;
    background-color: #5647a7;
    font-size: 18px;
    border-color: #fff;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

table a {
    font-size: 17px;
    color: #444444 !important;
    font-weight: 600;
    line-height: 1px;
    text-decoration: none;
    text-transform: none;
}

.titleradiusbg.nameCatTable {
    /* text-transform: uppercase; */
}

tr:nth-child(even) {
    background-color: #eee;
}

/* table tr:last-child td {
    border-width: 0 5px 0px 0 !important;
}

tr:nth-child(2n) td {
    border-right: 5px solid #eee !important;
}

table td:last-child,
table th:last-child {
    border-right: 0 !important;
} */



.swiper.topSliderSwiper.swiper-initialized,
.swiper.topSliderSwiper2.swiper-initialized {
    opacity: 1;
    display: block;
}

.swiper.topSliderSwiper,
.swiper.topSliderSwiper2 {
    opacity: 0;
    transition: 0.3s all;
    display: none;
}

.resData {
    width: 15%;
}

.table-wrap th:nth-child(1),
.nameData {
    text-align: left;
}

.listTypeRow {
    padding: 10px;
}

.steps {
    display: flex;
    width: calc(100% - 20px);
    margin-bottom: 32px;
    gap: 75px;
}

.step {
    position: relative;
    color: white;
    padding: 15px 5px 15px 20px;
    font-weight: bold;
    line-height: 30px;
    width: auto;
    text-align: center;
    font-size: 24px;
    flex-grow: 1;
}

/* Шаги с разными цветами */
.step {
    background: #444;
}

.step::after {
    border-left-color: #444 !important;
}

/* .step2 {
    background: #636363;
}

.step2::after {
    border-left-color: #636363 !important;
}

.step3 {
    background: #838383;
}

.step3::after {
    border-left-color: #838383 !important;
    right: -15px !important;
    display: none;
} */

/* .step::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid;
    z-index: 1;
} */

.step::after {
    content: "";
    position: absolute;
    top: 0;
    right: -19px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid;
    z-index: 1;
}

.step {
    margin-right: 0;
    white-space: nowrap;
    border-radius: 10px 0 0 10px;
}



.formCol {
    display: inline-flex;
    flex-direction: column;
}

textarea {
    width: 100%;
    height: 100px;
}

.formCol {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}

.formRow.colRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.infoLoad {
    font-size: 14px;
    margin-bottom: 16px;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-top: 10px;
}

.trudnoshi {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ue_kurs {
    color: rgb(98, 98, 98);
    font-size: 15px;
    margin-top: 0;
    padding: 0 10px 0 20px;
    line-height: 1.3;
}

.largeBlueLink {
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF !important;
    background-color: #5647A7;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    display: block;
    transition: 0.3s all;
}

.largeBlueLink:hover {
    background-color: #4d4095;
}

.perehod {
    margin-top: 32px;
}

.inside-header {
    padding: 5px 0;
    width: 100%;
    position: relative;
}

.header-wrapper {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    position: relative;
    background-color: #fff;
}

.breadcrumbsRow .grid-container.container {
    background-color: transparent !important;
}

#breadcrumbs a {
    color: #444444 !important;
    text-decoration: none;
}

#breadcrumbs {
    padding: 4px 10px;
    color: #444444;
    font-size: 14px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    font-weight: 400;
}

.site-header {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.separator {
    padding: 0 2px;
}

.no-results-msg {
    font-size: 18px;
    font-weight: 600;
}

.yakZamovity {
    font-family: "Russo One", Sans-serif;
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    color: #444444;
    margin-bottom: 10px;
}

.infoTableTh {
    background-color: #3b8e3b;
    border-color: #fff;
}

.infoTableWrapper th:nth-child(1),
.nameDataInfoTable {
    text-align: left;
}

.infoTableTh.infoTableThRes {
    width: 20%;
}

.infoTableWrapper {
    font-size: 14px;
}

.utochnyat td {
    text-align: left;
    font-size: 12px;
    background: #f8f7f7;
}

.nameDopTable {
    text-align: left;
}

.dopTableTh {
    background-color: #ff622d;
}

.wrapperPage {
    padding-left: 10px;
    padding-right: 10px;
}

.noimage {
    object-fit: contain !important;
}

.snoska {
    background-color: #f8f8f8 !important;
    text-align: left;
    font-size: 12px;
}

.snoska td {
    text-align: left;
    padding: 5px 10px;
}

.kursRow .ue_kurs {
    margin-top: -6px;
}

.nameArchBlack.linkTitle {
    padding: 0;
}

.nameArchBlack.linkTitle a {
    color: #fff !important;
    display: block;
    padding: 10px;
    border-radius: 8px;
    transition: 0.3s all;
}

.nameArchBlack.linkTitle a:hover {
    background-color: #5647a7;
}


.catDisbandmentList .termArchList {
    margin-bottom: 64px;
}

.topBtn {
    display: inline-flex;
    width: max-content;
}

.btn,
.btn:active,
.btn:focus {
    background-color: #007bad;
    color: #fff !important;
    font-family: "Exo 2", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    transition: 0.3s all;
    text-align: center;
}

.btn:hover {
    background-color: #026289 !important;
}

.topHeaderRow {
    position: relative;
    z-index: 1000;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.46);
    background-color: #fff;
}

.topOrderOnline .btn {
    background-color: #000;
}

.topHeaderWrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.shareItem img {
    width: 28px;
}

.shareItem a {
    display: flex;
    align-items: center;
}

.shareItem {
    font-size: 0;
    background: #fff;
    border-radius: 50%;
}

.share {
    display: flex;
    gap: 5px;
}

.shareItem.fbItem img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(83%) saturate(1089%) hue-rotate(188deg) brightness(101%) contrast(103%);
}

.shareItem.instagramItem img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(3572%) hue-rotate(324deg) brightness(93%) contrast(88%);
}

.shareItem.whatsappItem img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(24%) saturate(1762%) hue-rotate(126deg) brightness(95%) contrast(94%);
}

.shareItem.viberItem img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(13%) saturate(2160%) hue-rotate(208deg) brightness(93%) contrast(88%);
}

.shareItem.telegramItem img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(100%) saturate(820%) hue-rotate(167deg) brightness(92%) contrast(104%);
}

.topTel {
    flex-grow: 1;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    font-weight: bold;
}

.topPhoneIcon {
    width: 14px;
}

.topPhoneIcon {
    width: 14px;
    position: relative;
    top: 1px;
}

.topHeaderRow a {
    color: #5647a7;
    transition: 0.3s all;
}

.topHeaderRow a:hover {
    color: #1c134e;
}

.wpml-ls-item {
    opacity: 0.3;
    transition: 0.3s all;
}

.wpml-ls-item.wpml-ls-current-language,
.wpml-ls-item:hover {
    opacity: 1;
}

.infoTableRow {
    padding: 10px;
    margin-bottom: 10px;
}

.materialTableTh {
    background-color: #636363;
}

.topTableInfo {
    margin-bottom: 5px;
    padding: 0 10px;
    line-height: 1.3;
    color: rgb(98, 98, 98);
    font-size: 15px;
    font-weight: 600;
}

.footerRow {
    position: relative;
    padding: 16px 10px;
    margin-top: 0;
}

.footerCol {
    width: 33.333%;
}

.footer {
    position: relative;
    z-index: 10;
    display: flex;
    gap: 32px;
}

.itemFooterData,
.navigationFooter a {
    text-align: center;
    background-color: #00000021;
    font-family: "Exo 2", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #444444;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.navigationFooter a {
    display: block;
}

.itemFooterData a {
    color: #444444;
    display: block;
}

.itemFooterData:hover,
.navigationFooter a:hover,
.blog-link-footer:hover {
    background-color: #5647A7;
    color: #fff;
}

.itemFooterData:hover a {
    color: #fff;
}

.navigationFooter {
    list-style: none;
    margin: 0 0 16px;
}

.blog-link-footer {
    display: flex;
    align-items: center;
    background-color: #00000021;
    font-family: "Exo 2", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #444444;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 0;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.blog-title {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    line-height: 1.3;
}

.blog-footer-thumb {
    width: 70px;
    min-width: 70px;
    line-height: 0;
}

.footerBtnModalRow {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn.footerBtn {
    color: #000 !important;
    background-color: #fff;
    border-radius: 8px;
}

.btn.footerBtn:hover {
    color: #fff !important;
}

.shareLangFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}


.langFooter .wpml-ls-link {
    color: #444;
}

.mobInfoBlock .shareItem img {
    width: 22px;
}

.mobInfoBlock {
    width: 100%;
    padding: 0 20px 20px;
}

.mobInfoBlock .shareItem img {
    width: 22px;
    filter: unset !important;
}

.share.shareMob {
    gap: 20px !important;
    justify-content: center;
}

.share.shareMob {
    gap: 20px !important;
    justify-content: center;
    margin-bottom: 24px;
}

.mobInfoBlock .itemFooterData {
    background-color: #f2f2f2 !important;
    color: #000 !important;
}

.mobInfoBlock .itemFooterData {
    background-color: #f2f2f2 !important;
    color: #000 !important;
}

.mobInfoBlock .itemFooterData a {
    color: #000 !important;
    display: block;
}

.mobLang .wpml-ls-legacy-list-horizontal>ul {
    text-align: center;
    display: block !important;
    margin-bottom: 16px !important;
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: transparent;
}

.gp-icon.icon-menu-bars svg {
    height: 1.5em;
    width: 1.5em;
}

.advPageWrapper {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: center;
}

.itemAdv {
    width: calc(25% - 32px);
}

.imgAdv {
    height: 280px;
    overflow: hidden;
}

.imgAdv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemAdvInner {
    padding: 15px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    border-radius: 20px;
    margin-bottom: 32px;
}

.txtAdvBeforeAfter {
    text-align: center;
    padding: 48px 10px;
}

.titleAdv {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.imgAdv {
    height: 280px;
    overflow: hidden;
    margin-bottom: 12px;
}

.term-item>a {
    display: inline-flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    position: relative;
}

.term-info {
    display: flex;
}

.priceCat {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 0;
}

.priceCat:first-child {
    box-shadow: -10px 0px 10px 0px rgba(98, 98, 98, 0.13) inset;
}

.priceCatName {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
}

.priceCatRes {
    color: #5647a7;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.5em;
}

.titleBeforeTable {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.spisok_ufd {
    background-color: #3b8e3b;
}

.spisok_ufd .titleradiusbg.nameCatTable {
    text-transform: none;
}

.snoska.dopSnoska {
    font-size: 12px;
    font-weight: 700;
}

.res3 .resTd,
.res2 .resTd {
    width: 14%;
    min-width: 115px;
}

.res1 .resTd {
    width: 28%;
    min-width: 115px;
}

.snoskaBlock {
    margin-top: 8px;
}

.snoskaItem {
    text-align: left;
    padding: 3px 10px;
    font-size: 12px;
    color: #444;
}

.snoskaItem.snoskaLarge {
    font-weight: 700;
}

.infoTableWrapper {
    font-size: 15px;
    color: #626262;
}

.listTypeWrapper .nameData {
    font-size: 17px;
}

.fixedHeader {
    position: relative;
    width: 100%;
    z-index: 20;
    top: 0;
    background: transparent;
}

.site-header {
    background-color: transparent;
}

.breadcrumbsRow {
    background-color: rgba(247, 247, 247, 0.89);
}

.sliderRev {
    margin-bottom: 80px;
}

.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 2px 7px;
    clear: both;
}

.topBtn .btn {
    padding: 6px 10px;
}

.similarProdRow {
    margin-bottom: 20px !important;
    padding: 10px;
}

.similarRowSlider {
    padding: 20px;
    overflow: hidden;
}

.swiper .termNameList {
    width: calc(100% - 10px);
}

.swiper-pagination {
    position: relative;
    margin-top: 16px;
}

/* .swiper.similarSwiper {
    overflow: visible;
} */

.similarSwiper .term-item {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
}

.catListArch.topMarginArch {
    margin-top: 64px;
}

.catListArch.topMarginArch {
    margin-top: 64px;
}

.listTypeWrapper.tip_vikonannya {
    margin-bottom: 5px;
}

.commentTable {
    font-size: 13px;
    color: #626262;
}

.commentTableRow {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 5px 10px;
}



.fixedHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    /* Никаких оффсетов, она фиксируется вплотную */
}

.inside-article {
    padding: 32px 0;
}

.fc__video {
    position: relative;
    margin-bottom: 16px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    background: #f2f2f2;
}

.videoIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px !important;
    filter: brightness(0) saturate(100%) invert(26%) sepia(21%) saturate(4594%) hue-rotate(228deg) brightness(82%) contrast(85%);
}

.zastavka_video.ls-is-cached.lazyloaded {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-wrapper {
    max-width: 900px;
    margin: 0 auto 16px;
}

blockquote {
    border-left: 5px solid rgb(86, 71, 167);
    padding: 16px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    font-size: inherit;
    background: #f8f8f8;
}

.galleryRow {
    display: flex;
    flex-wrap: wrap;
    line-height: 0;
    margin-bottom: 24px;
}

.itemGalleryRow {
    width: 20%;
    aspect-ratio: 1/1;
}

.itemGalleryRow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.falexibleContent {
    padding: 0 10px;
    margin-bottom: 32px;
}

.itemSlideRow_fc_wrapper {
    height: 0;
    padding-bottom: 62.8%;
    position: relative;
}

.itemSlideRow_fc_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.fc-title.h2Title {
    font-size: 28px;
}

.fc-title.h3Title {
    font-size: 24px;
}

.fc-title.h4Title {
    font-size: 20px;
}

.fc__image {
    margin: 0 0 24px;
    text-align: center;
}

.clear {
    clear: both;
}



.floatImg {
    width: 50%;
    height: auto;
    float: right;
    margin: 0 0 10px 16px;
}

.floatImg.rightFloat {
    float: left;
    margin: 0 16px 10px 0;
}

.topSlider.noSlider .thumbImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contactInfoText {
    width: 60%;
    padding-right: 32px;
}


.contactInfoImg {
    width: 40%;
}

.contactInfoWrapper {
    display: flex;
    flex-wrap: wrap;
}

.pad10 {
    padding: 10px;
}

.mapInfoWrapper {
    display: flex;
    flex-wrap: wrap;
}

.mapWhere {
    width: 50%;
    padding-left: 24px;
}

.mapCode {
    width: 50%;
    position: relative;
}

.mapCode iframe {
    width: 100%;
    height: 100%;
}

.defoultTpl .topInfoPageWrapper {
    min-height: 140px;
}

.defoultTpl h1 {
    margin-bottom: 0;
}

.defoultTpl .topInfoPageWrapper.hasThmb {
    min-height: 370px;
}

.listTypeRow.listTypeArchive {
    margin-bottom: unset;
}

.post-type-archive-disbandment .ue_kurs {
    padding: 0 10px;
}

.listTypeRow.post-type-archive {
    margin-bottom: 0;
}

.topInfoBlog .topInfoArch {
    min-height: 300px;
}

.posada_user {
    display: block;
    color: #444444;
    text-transform: unset;
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
}

.single-authors .archTitle {}

.photoAuthor {
    position: sticky;
    top: 150px;
    width: 350px;
    min-width: 350px;
}

.contentAuthorInner {
    display: flex;
    align-items: flex-start;
    padding: 0 10px;
}

.bioAuthor {
    padding-left: 32px;
}

.contentAuthor {
    margin-bottom: 50px !important;
}

.topInfoArch.topInfoAuthors {
    align-items: center;
}

.archiveList {
    display: flex;
    flex-wrap: wrap;
}

.itemPost {
    width: 25%;
}

.innerItemPost {
    padding: 16px;
    height: 100%;
}

.itemPostWrapper {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    height: 100%;
}

.imgItemPost {
    height: 0;
    padding-bottom: 62%;
    line-height: 0;
    position: relative;
}

.imgItemPost img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.titleItemPost {
    padding: 5px 7px;
}

.titleItemPost a {
    color: #444
}

.topInfoPage.topInfoArchive {
    margin-bottom: 20px;
}

.archiveListRow {
    margin-bottom: 32px !important;
}


.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    padding: 5px;
}

.datePost,
.authorPost {
    display: flex;
    gap: 5px;
}


.metaPost {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}

.post-author {
    color: #444;
    text-decoration: underline dotted;
    text-underline-offset: 3px;
}

.post-author:hover {
    text-decoration: none;
}

.searchResultRow .page-title {
    font-size: 24px;
}

.searchResultRow {
    margin: 24px 0 !important;
}

.imgPostSearch {
    width: 200px;
    min-width: 200px;
    margin-right: 24px;
}

.searchItemTitle {
    font-size: 24px;
    margin: 0;
}

.searchItem {
    display: flex;
    padding: 10px;
    border: 1px solid #dadada;
    margin-bottom: 10px;
    align-items: center;
}

.listSearch {
    margin-bottom: 16px;
}

.search-form {
	display: flex;
}

.main-navigation .main-nav ul ul ul li a {
	font-size: 12px;
	padding: 5px 10px;
}

.main-navigation .main-nav ul ul ul {
	background-color: #f7f7f7;
}

.topSlider.noSlider img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}























/* responsive  */
@media (max-width: 1380px) {

    .inside-header {
        padding: 5px 10px;
    }

}

/* /max-width: 1380px ********************************************/


@media (max-width: 1200px) {

    .btn,
    .btn:active,
    .btn:focus {
        font-size: 14px;
    }

    .topTel {
        font-size: 16px;
    }

    .swiper.topSliderSwiper {
        height: 81px;
    }

    .swiper.topSliderSwiper2 {
        height: calc(100% - 80px);
    }

    .advPageWrapper {
        gap: 16px;
    }

}

/* /max-width: 1200px ********************************************/



@media (max-width: 991px) {

    .innerItemPost {
        padding: 7px;
    }

    .itemPost {
        width: 33.33%;
    }

    .topHeaderWrapper {
        display: flex;
        gap: 0;
        align-items: center;
    }

    .termArchList {
        gap: 16px;
    }

    .termNameList {
        font-size: 18px;
    }

    .term-item {
        width: calc(25% - 12px);
    }

    .titleBannerCta {
        font-size: 36px;
    }

    .step {
        font-size: 18px;
    }

    .nameArchBlack {
        font-size: 28px;
    }

    .largeBlueLink {
        font-size: 22px;
    }

    .topHeaderWrapper {
        flex-wrap: wrap;
    }

    .topBtn .btn {
        width: 100%;
        text-align: center;
    }

    .topOrderPhone,
    .topOrderOnline {
        width: 50%;
    }

    .topBtn {
        display: inline-flex;
        width: calc(100% - 130px);
        order: 1;
    }

    .share.shareTop {
        padding: 5px 10px;
        order: 3;
        flex-grow: 1;
        justify-content: center;

    }

    .languageSwitcher {
        width: 114px;
        order: 2;
        text-align: center;
    }

    .topTel {
        font-size: 16px;
        order: 4;
        padding: 10px;
    }

    .wpml-ls-legacy-list-horizontal {
        border: 0;
        padding: 0;
    }

    .footer {
        gap: 16px;
    }

    .shareLangFooter {
        flex-direction: column;
    }

    .linkBanner,
    .linkBanner:active,
    .linkBanner:focus {
        font-size: 20px;
    }

    .itemAdv {
        width: calc(50% - 16px);
    }

    .imgAdv {
        height: 200px;
    }

    .steps {
        display: flex;
        width: calc(100% - 20px);
        margin-bottom: 32px;
        gap: 50px;
    }




}

/* /max-width: 991px ***************************************************************************/

@media (max-width: 800px) {

    .step {
        font-size: 16px;
    }

    .steps {
        gap: 30px;
    }

}

/* /max-width: 800px **********************************************/

@media (max-width: 768px) {

    .contentAuthorInner {
        flex-direction: column;
    }

    .searchItemTitle {
        font-size: 20px;
    }

    .photoAuthor {
        position: relative;
        top: 0;
        width: 100%;
        min-width: unset;
        max-width: 350px;
        text-align: center;
        margin: 0 auto 16px;
    }

    .bioAuthor {
        padding-left: 0;
    }

    .topInfoArch.topInfoAuthors {
        padding: 32px 16px;
    }

    .topInfoPageWrapper {
        flex-direction: column-reverse;
    }

    .topSlider {
        width: 100%;
        margin-bottom: 0;
    }

    .topInfoArch {
        width: 100%;
        padding: 32px 16px 0;
        text-align: center;
        margin: 0 !important;
    }

    .topList {
        font-size: 18px;
        flex-direction: column;
        gap: 12px;
        justify-content: center;
        align-items: center;
    }

    .nameArchBlack {
        font-size: 28px;
    }

    .term-item {
        width: calc(33.33% - 12px);
    }

    .termArchList {
        justify-content: center;
    }

    .descriptionPageWrapper {
        flex-direction: column-reverse;
    }

    .archDescription {
        width: 100%;
    }

    .descriptionSectionRow {
        margin-top: 16px;
    }

    .bannerCta {
        width: 100%;
        margin-top: 70px;
    }

    .faq-columns {
        gap: 0;
        flex-direction: column;
    }

    .faq-item {
        margin-bottom: 16px;
        box-shadow: 0px 9px 10px 0px rgba(98, 98, 98, 0.24);
    }

    .topInfoPage {
        margin-bottom: 32px;
    }

    .largeBlueLink {
        font-size: 18px;
    }

    .footerCol.footerCol-3 {
        order: 3;
    }

    .footerCol.footerCol-2 {
        width: 100%;
        order: 1;
    }

    .footerCol.footerCol-1 {
        order: 2;
    }

    .footer {
        gap: 16px;
        flex-wrap: wrap;
    }

    .footerCol {
        width: calc(50% - 8px);
    }

    .swiper.topSliderSwiper {
        height: auto;
    }

    .swiper.topSliderSwiper2 {
        height: auto;
    }

    .sliderBlock {
        position: relative;
    }

    .txtAdvBeforeAfter {
        padding: 32px 10px;
    }

    #zakaz {
        width: auto;
    }

    .itemGalleryRow {
        width: 25%;
    }

    .contactInfoText {
        width: 100%;
        padding-right: 0;
    }

    .contactInfoImg {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .mapCode {
        width: 100%;
        position: relative;
        height: 250px;
        margin-bottom: 16px;
    }

    .mapWhere {
        width: 100%;
        padding-left: 0;
    }








}

/* /max-width: 768px **********************************************************/

@media(max-width: 640px) {
    /* .table-wrap table {
        border: 0;
    }


    .table-wrap table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #ddd;
    }

    .table-wrap table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
    }

    .table-wrap table td:last-child {
        border-bottom: 0;
    }

    .table-wrap table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .resData {
        width: 100%;
    }

    .table-wrap table {
        border-radius: 0;
        border-collapse: collapse;
    }

    .table-wrap tr:nth-child(2n) {
        background-color: #fff;
    }

    .table-wrap {
        padding: 10px 0;
    }

    .table-wrap table thead tr {
        margin-bottom: 10px;
        display: block;
        border: 0;
        padding: 0;
    }

    .table-wrap th:nth-child(1) {
        width: 100%;
        display: block;
    }

    .table-wrap th:nth-child(2),
    .table-wrap th:nth-child(3),
    .table-wrap th:nth-child(4) {
        display: none;
    }

    .table-wrap table tr:last-child td {
        border-width: 0 1px 1px 0;
    }

    .table-wrap table tr {
        padding: 0;
    }

    .nameData {
        background: #f0f0f0;
    } */

    .step {
        border-radius: 10px 0 0 10px;
    }

    .steps {
        flex-direction: column;
        gap: 10px;
    }

    .step {
        width: 100%;
    }

    .formRow.colRow {
        gap: 16px;
        flex-direction: column;
    }

    textarea {
        height: 110px;
    }

    .pum-container.custom-position {
        top: 10px !important;
    }

    /* .ue_kurs {
        margin-top: -10px;
    } */

    .nameData,
    .nameData a {
        font-size: 14px;
        line-height: 1.3;
    }


    .table-wrap {
        font-size: 14px;
    }

    table th {
        font-size: 14px;
    }


    table a {
        font-size: 14px;
    }

    /* table th,
    table td {
        border-right: 2px solid #fff !important;
    }

    tr:nth-child(2n) td {
        border-right: 2px solid #eee !important;
    } */

    .res3 .resTd,
    .res2 .resTd {
        width: 14%;
        min-width: 60px;
    }

    .res1 .resTd {
        width: 28%;
        min-width: 60px;
    }

    .listTypeWrapper .nameData {
        font-size: 14px;
    }

    .sliderRev {
        margin-bottom: 20px;
    }




}

/* /max-width: 640px */


@media(max-width: 576px) {

    .imgPostSearch {
        width: 100px;
        min-width: 100px;
        margin-right: 16px;
    }

    .itemPost {
        width: 50%;
    }

    .swiper.topSliderSwiper2 {
        height: 200px;
    }

    .nameArchBlack {
        font-size: 26px;
    }

    .term-item {
        width: calc(50% - 8px);
    }

    .titleBannerCta {
        font-size: 28px;
    }

    .linkBanner,
    .linkBanner:active,
    .linkBanner:focus {
        font-size: 16px;
    }

    #zakaz img {
        width: 16px;
    }

    .topBtn {
        width: 100%;
    }


    .share.shareTop,
    .languageSwitcher {
        display: none;
    }

    .footerCol {
        width: 100%;
    }

    .itemAdvInner {
        margin-bottom: 0px;
    }

    .advPageWrapper {
        gap: 16px;
    }

    .itemAdv {
        width: 100%;
    }

    .termArchList {
        padding: 0 10px 0;
    }

    .faq-columns {
        padding: 10px;
    }

    .similarRowSlider {
        padding: 10px;
    }

    .resTd.resData {
        padding: 5px 3px;
    }


    .itemGalleryRow {
        width: 33.333%;
    }


}

/* /max-width: 576px ***************************/

@media (max-width: 480px) {

    .searchItemTitle {
        font-size: 16px;
    }

    .floatImg {
        width: 100%;
        float: none;
        margin: 16px auto;
    }

    .itemGalleryRow {
        width: 50%;
    }

    .nameArchBlack {
        font-size: 22px;
    }

    table th,
    table td {
        border-right: 2px solid #fff !important;
        border-left: 2px solid #fff !important;
    }

    .infoTableRow {
        padding: 10px 0;
    }

    .nameData,
    .nameData a {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
    }

    table a {
        font-weight: 500;
    }

    #breadcrumbs {
        font-size: 12px;
    }

    .site-header .header-image {
        width: auto;
        height: 36px;
    }

    .menu-toggle {
        padding: 0 10px;
        line-height: 30px;
    }



}

/* /max-width: 480px */


@media (max-width: 400px) {



    .term-item {
        width: 100%;
    }

    .linkBanner,
    .linkBanner:active,
    .linkBanner:focus {
        font-size: 14px;
    }

    .largeBlueLink {
        font-size: 16px;
    }

    .btn,
    .btn:active,
    .btn:focus {
        font-size: 12px;
    }

    .topTel {
        gap: 10px;
        padding: 10px;
        flex-direction: column;
    }

    .nameData,
    .nameData a {
        font-size: 14px;
        line-height: 1.5;
    }

    table th {
        font-size: 12px;
    }

    .itemPost {
        width: 100%;
    }




}

/* /max-width: 400px */