header {
    z-index: 999;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .header__bottom {
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background: transparent;
  }
  header.fixed .header__bottom {
    background: #212121d1;
    backdrop-filter: blur(5px);
}
  .header__center {
    position: relative;
    background: var(--bg-header);
    padding: 12px 0;
  }
  .header__center_wrap {
    width: 100%;
    gap: 24px;
  }
  .header__logo {
    flex: 1 0 72px;
    max-width: 72px;
    min-height: 100%;
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    margin-top: 10px;
}
  .logo__link img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    background: transparent;
    position: absolute;
  }
  .feedback__center_wrap {gap: 30px;}
  .header_informers_socials, .feedback_informers_socials {
    gap: 30px;
  }
  .header_informers_contact {
    gap: 12%;
    width: 100%;
  }
  .feedback_informers_contact {gap: 16px;}
  .header-contact__item, .feedback-contact__item {
    gap: 12px;
    flex-wrap: nowrap;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-text);
    white-space: nowrap;
    line-height: 1.1;
    text-decoration: none;
  }
  .feedback-contact__item {color: var(--body-text);}
  .header-contact__item span, .feedback-contact__item span {
    position: relative;
    bottom: 2px;
  }
  .header-contact__item svg, .feedback-contact__item svg {
    flex: 1 0 28px;
    max-width: 28px;
    height: 28px;
    width: 100%;
    display: block;
  }

/***** social__link ***********************************************/
.social{overflow: hidden;}
.social__link{
    flex: 1 0 36px;
    max-width: 36px;
    height: 36px;
    background-color: transparent;
    color: var(--dark-text);
    position: relative;
    text-decoration: none;
    transition: all 400ms;
}
.social__link svg {
    width: 100%;
    height: 100%;
    display: block;
}
.social__link svg .color {
    color: var(--bg-header);
}

.feedback_informers_socials .social__link {color: var(--basic-company-text);}
.feedback_informers_socials .social__link svg .color {color: var(--bg-dark);}

/***** #Footer  **********************************************************************/
footer {
    background: transparent;
    color: var(--second-company-text);
}
.footer_contact, .footer_copyright {
    border-top: 1px solid var(--border-color);
    padding: 60px 0;
}
.footer_copyright {padding: 40px 0;}
.footer_title{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--body-heading);
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}
.footer_contact__phone {
    font-size: 120px;
    line-height: 1;
    font-weight: 600;
    color: var(--body-heading);
    margin-bottom: 60px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}
.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: nowrap;
}
.footer__social .social__link{
    flex: 1 0 50px;
    max-width: 50px;
    height: 50px;
    color: var(--basic-company-text);
}
.footer__social .social__link svg .color {
    color: var(--bg-dark);
}

.footer_menu {margin-bottom: 30px;}
.copyright {
    color: #FFFFFFB2;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
}
.copyright span{
    padding-right: 5px;
}
.copyright a{
    text-decoration: none;
}


/***** main banner ***********************************************/

.main_banner {
    width: 100%;
    /* height: 900px; */
    position: relative;
  }
  .main_banner .main_banner__item {
    height: 100%;
    width: 100%;
  }
  .main_banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 99;
    /* height: 900px; */
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_banner .main_banner__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /* height: 900px; */
    z-index: 99;
    padding: 60px 0;
    max-width: 80%;
  }
  .main_banner .main_banner__img {
    /* height: 900px; */
    width: 100%;
    position: relative;
  }
  .main_banner .main_banner__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(10, 11, 0, 0.85) 3.06%, rgba(25, 25, 5, 0.64) 21.48%);
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .main_banner .main_banner__img img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .main_banner__title {
    font-size: 80px;
    font-weight: 700;
    color: var(--body-heading);
    line-height: 1.1;
    text-align: center;
  }
  .main_banner__annot {
    font-size: 22px;
    font-weight: 400;
    color: var(--body-heading);
    line-height: 1.4;
    text-align: center;
    margin-top: 40px;
  }
  .btns_wrap {
    margin-top: 40px;
    width: 100%;
    column-gap: 24px;
    row-gap: 16px;
  }
  .main_banner, .main_banner .container, .main_banner .main_banner__content, .main_banner .main_banner__img {
    height: 900px;
}
/***** menu ***********************************************/
.header__bottom_panel {gap: 60px;}
  .menu_group__list{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu_group__item{
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.menu_group__item--2{
    padding: 0;
    white-space: nowrap;
}
.menu_group__item--2 .menu_group__link {
    padding: 5px 20px;
    display: block;
}
.menu_group__link{
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    color: var(--body-text);
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
    transition: color 0.1s ease 0s;
}
.menu_group--header_right .menu_group__link[href$="discounted"],
.menu_group--header_right .menu_group__link[href$="discounted"]:hover,
.menu_group--header_left .menu_group__link[href$="discounted"],
.menu_group--header_left .menu_group__link[href$="discounted"]:hover,
.menu_group__item .menu_group__link[href$="discounted"],
.menu_group__item .menu_group__link[href$="discounted"]:hover
{
    color: #b10707;
}
.header__menu{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.menu_group--header_right, .menu_group--header_left{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_group--header_right .menu_group__item, .menu_group--header_left .menu_group__item {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.fn_menu_list .menu_group__item:before {
    content: none;
}
.menu_group--header_right .menu_group__list, .menu_group--header_left .menu_group__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu_group--header_right .menu_eventer .menu_group__list--2, .menu_group--header_left .menu_eventer .menu_group__list--2{
    border-radius: 3px;
    display: none;
    left: -2px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    width: auto;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: var(--body-text);
}
.menu_group--header_right .menu_eventer .menu_group__list--3, .menu_group--header_left .menu_eventer .menu_group__list--3{
    display: none;
}
.menu_group--header_right .menu_group__item--2 .menu_group__link, .menu_group--header_left .menu_group__item--2 .menu_group__link {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--body-text);
}
.menu_group--header_right .menu_group__link, .menu_group--header_left .menu_group__link{
    padding: 10px 16px;
    font-size: 16px;
    text-decoration: none;
    color: var(--body-heading);
    font-weight: 500;
    position: relative;
    cursor: pointer;
    line-height: 1;
}
.menu_group--header_right .menu_group__item--1 .menu_group__link, .menu_group--header_left .menu_group__item--1 .menu_group__link{
    padding: 27px 30px;
    font-size: 18px;
    font-weight: 600;
}

.menu_group--header_right .menu_eventer .menu_group__link:after, .menu_group--header_left .menu_eventer .menu_group__link:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--body-text);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.menu_group--header_right .menu_group__list--2 .menu_group__link:after, .menu_group--header_left .menu_group__list--2 .menu_group__link:after{
    content: none;
}
.menu_group--footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 35px;
    row-gap: 6px;
    flex-wrap: wrap;
}
.menu_group--footer .menu_group__item{
    position: relative;
    padding: 0;
}
.menu_group--footer .menu_group__link{
    text-decoration: none;
    color: var(--body-heading);
    font-weight: 400;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}
.menu_group--404{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_group--404 .menu_group__item {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.menu_group--404 .menu_group__link{
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: underline;
    color: var(--basic-company);
    font-weight: 500;
    position: relative;
    cursor: pointer;
    line-height: 1;
}

/***** Blocks***********************************************/
 .fn_main_slider:not(.swiper-initialized) .swiper-wrapper {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
 }
 .fn_main_slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {
     display: none;
 }
.main_slider__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7/1;
}
.main_slider__img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: transparent;
}
.block_callback__wrap {
    display: grid;
    grid-template-columns: 40% 46%;
    width: 100%;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.block_callback .btn, .form .btn, .form .form__button {width: 100%;}
.about_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 80%;
}
.about_page.two-blocks {
    display: grid;
    width: 100%;
    grid-template-columns: 60% 40%;
    max-width: 100%;
    align-items: center;
}
.about_page__img_block {
    width: 100%;
    height: 100%;
    position: relative;
}
.about_page__img {
    position: absolute;
    top: -80px;
    right: -56%;
    width: 1130px;
    height: auto;
    aspect-ratio: 1.6 / 1;
    z-index: -1;
}
.about_page__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0) 0%, #121212 100%);
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.about_page__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.achievements__wrap {
    column-gap: 28px;
    row-gap: 28px;
    margin-top: 50px;
}
.achievements__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 60px;
    background: #FFFFFF0D;
    box-shadow: 0px 4px 30px 0px #0000004D;
}
.achievements__number {
    text-align: left;
    font-size: 60px;
    font-weight: 700;
    color: var(--basic-company);
    line-height: 1.5;
    white-space: nowrap;
}
.achievements__text {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFFD9;
    line-height: 1.2;
}
.advantages_wrap {
    column-gap: 50px;
    row-gap: 40px;
}
.advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
}
.advantages__icon {
    flex: 1 0 52px;
    max-width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    position: relative;
}
.advantages__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    background: url('../images/advantage_icon1.svg') center/contain no-repeat;
    filter: drop-shadow(0 4px 23px rgba(0,0,0,.25));
    z-index: -1;
}
.advantages__icon span {
    font-size: 28px;
    font-weight: 700;
    color: var(--body-heading);
    display: block;
}
.advantages__title {
    font-size: 20px;
    font-weight: 500;
    color: var(--body-text);
}
.block_callback {width: 100%;}
.block_logo {
    width: 100%;
    height: 100%;
    position: relative;
    display: grid;
    place-items: center;
}
.block_logo:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #979200c7;
    filter: blur(80px);
    pointer-events: none;
    z-index: -1;
}
.block_logo img {
    width: 100%;
    height: auto;
    max-width: 70%;
}
.fn_articles_slider:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.fn_articles_slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
    display: none;
}
.article_item{height: auto!important; padding: 0 13px;text-decoration: none;display: block;}
.article_list .article_item {padding: 0;}
.article__preview{
    border: 1px solid #FFFFFF38;
    padding: 0;
    width: 100%;
    background: var(--bg-dark);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section-bg .article__preview {background: var(--bg);}
.article__title {
    color: var(--body-heading);
	line-height: 1.2;
	font-size: 24px;
	transition: .3s;
	display: block;
	font-weight: 600;
    padding: 0 16px;
    margin-top: 12px;
	text-decoration: none;
}
.article__image{
    height: auto;
    aspect-ratio: 1.6/1;
    width: calc(100% - 10px);
    margin: 5px 5px 0 5px;
    overflow: hidden;
}
.article__image img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    object-fit: cover;
    background: transparent;
}
.article__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding: 16px;
    gap: 10px;
    flex-wrap: wrap-reverse;
}
.article__info_item{
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #A0A0A0;
    white-space: nowrap;
    line-height: 1;
    transition: all 0.3s;
}
.article__info_item svg{
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 8px;
}
.article__image .article__no_image{height: 60px;}
.article__image .article__no_image svg{width: 50px;height: 50px;}

.article__annotation{
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
    color: #FFFFFFCC;
    padding: 0 16px;
    margin-top: 12px;
}
.article__annotation p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFFCC;
    line-height: 1.4;
    text-overflow: ellipsis;
    height: calc(1.4em * 3);
    width: 100%;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.block__slider .btn {
    margin: 30px auto 0 auto;
}
.recruiter_wrap {
    gap: 26px;
}
.recruiter_item {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1.4/1;
    overflow: hidden;
    border-radius: var(--border-radius);
}
.recruiter_image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.recruiter_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #2C2E05D4;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.recruiter_image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.4/1;
    display: block;
    object-fit: cover;
}
.recruiter_name {
    color: var(--body-heading);
    line-height: 1.2;
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.recruiter_item:hover .recruiter_image:before, .recruiter_item:active .recruiter_image:before, .recruiter_item:focus .recruiter_image:before {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #2c2e05;
}

.agreement_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    border: 1px solid var(--basic-company);
    transition: 0.2s linear;
    border-radius: 5px;
    display: block;
    background: transparent;
}
.form_agreement label.agreement_label {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    margin-bottom: 0;
    margin-right: 12px;
    position: relative;
}
.form_agreement label.error {
    position: relative;
    top: 15px;
    width: fit-content;
    min-width: 200px;
}
.agreement_input:checked ~ .agreement_checkbox:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    border-left: 2px solid var(--basic-company);
    border-bottom: 2px solid var(--basic-company);
    left: 50%;
    top: 40%;
    z-index: 999;
    transform: translate(-50%, -50%) rotate(-45deg);
}
input.agreement_input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.agreement_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
}
.form_agreement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.agreement_text {
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.1;
    text-align: left;
}
.agreement_text strong {
    font-weight: 700;
}
.article_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 1rem;
}
.sidebar {
    width: 21.875rem;
    min-width: 21.875rem;
    position: relative;
    height: 100%;
  }
.post_container {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 2.5rem;
  }
  .post_container__wrapper {
    max-width: calc(100% - 390px);
    width: 100%;
  }
.post_container__wallpaper {
    background-size: cover;
    min-height: fit-content;
    position: relative;
    padding: 0;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    background-color: var(--bg);
    border-radius: var(--border-radius);
  }
  .post_container__wallpaper.no-image {
    padding: 0;
    min-height: 380px;
  }
.sidebar_heading {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    color: var(--body-text);
}
.popular_posts_wrapper {
    background-color: var(--bg);
    padding: 1rem;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
  }
  .popular_news_items {
    display: flex;
    flex-direction: column;
  }
  .popular_post_item {
    text-decoration: none;
    color: var(--body-text);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .popular_post_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .popular_posts_header {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--body-heading);
  }
  .popular_post_item_img {
    width: 5.625rem;
    height: auto;
    aspect-ratio: 1/0.6;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid var(--border-color);
  }
  .popular_post_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: var(--bg);
  }
  .post_information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1rem 0 2.5rem 0;
    gap: 1.125rem;
  }
  .post_share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 1.5rem;
    background-color: var(--bg);
    border-radius: var(--border-radius);
    padding: 1.25rem 1.5rem;
  }
  .share {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 24px;
    row-gap: 8px;
  }
  .jssocials-shares {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .post_share__text {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #ada9a9;
  }
  .post_rating_title {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--body-text);
  }
  .post_rating {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
    row-gap: 8px;
  }
.post_information__item {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.article__info span,
.post_information__item span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff6e;
  line-height: 1.25rem;
}
.article__info svg,
.post_information__item svg {
  max-width: 1.25rem;
  flex: 0 0 1.25rem;
  height: 1.25rem;
  display: block;
  color: #ffffff6e;
}
.level2_wrap {
    margin-bottom: 30px;
}
.cat_description {
    padding: 24px;
    background: var(--bg);
    border-radius: var(--border-radius);
}
.cat_description .block__description {
    max-width: 70%;
}

  /***** #Raiting  *********************************************************************/

.post__rating{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating_starOff {display: inline-block;vertical-align: top;}
.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn {display: block;background-position: left bottom;}
.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
    position: absolute;
    left: calc(100% + 8px);
    font-size: 10px;
    font-weight: 500;
    color: rgb(102, 102, 102);
    white-space: nowrap;
    top: 1px;
    z-index: 2;
}
.rating_text.hidden {
    display: none;
}
.product_rating,
.post_rating
{
    position: relative;
}


/***** #Button to Top ****************************************************************/
.to_top {position: fixed;z-index: 100;left: 2%;bottom: 40px;width: 40px;height: 40px;cursor: pointer;visibility: hidden;border-radius: 50%;background-color: var(--basic-company);opacity: 0;-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);box-shadow: 0 2px 5px rgba(0, 0, 0, .3);-webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: all .3s ease-in-out;display: grid;place-items: center;}
.to_top.show {visibility: visible;opacity: 0.8;}
.to_top svg{width: 26px;height: 26px;color: var(--button-text);display: block;transform: rotate(270deg);}
.to_top:hover {opacity: 1;}
/***** #Blocks & boxed ***********************************************/
.block{
    position: relative;
    margin-bottom: 15px;
}
.block--comment{
    margin-top: 20px;
    padding-top: 60px;
    border-top: 3px solid #ddd;
}
.block--boxed{
    position: relative;
    background-color: var(--boxed-color);
    padding: 15px;
}
.block--border{
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.block--shadow{box-shadow: 0 2px 5px #0000004d;}





.boxed{
    clear: both;
    padding: 10px;
    margin: 10px 0;
    border-left: 4px solid rgb(188, 188, 188);
    background: rgb(247, 247, 247);
    display: block;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgb(74, 74, 74);
    line-height: 1.3;
    min-height: 36px;
}
.boxed--flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.boxed--big{
    padding: 15px 15px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}
.boxed--middle{
    padding: 10px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
.boxed--warning{
    background-color: rgb(253, 228, 228);
    border-left: 4px solid rgb(255, 0, 0);
    color: #222;
}
.boxed--success{
    background-color: rgb(222, 249, 221);
    border-left: 4px solid #0A7C71;
    color: #222;
}
.boxed--notify{
    background-color: #f8f8f8;
    border-left: 4px solid #c2c2c2;
    color: #6f6f6f;
}
.boxed_no_comments{
    display: block;
    padding: 75px 20px 75px;
    text-align: center;
}
.boxed_no_comments__icon {
    margin-bottom: 30px;
}
.boxed_no_comments__title {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 1.34;
    text-align: center;
    margin-bottom: 15px;
}
.boxed_no_comments__text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

/***** #Form  *************************************************************/

.form{ position: relative;}
.form--boxed{
    position: relative;
    background-color: var(--boxed-color);
    padding: 20px;
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.form--boxed_cart{
    position: relative;
    background-color: var(--boxed-color);;
    padding: 15px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-left: 20px;
    width: 240px;
    max-width: 100%;
}


.checkbox {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    cursor: pointer;
    color: inherit;
    border-radius: 3px;
}
.checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.checkbox__icon {
    border: 1px solid #dbdbdb;
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    border-radius: 3px;
}
.checkbox.active .checkbox__icon {
    border-color: var(--basic-company);
}
.checkbox.active .checkbox__mark,
.checkbox__input:checked + * .checkbox__mark{
    stroke: var(--basic-company);
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.checkbox__input:focus .checkbox__icon{border-color: var(--basic-company);}
.checkbox__input:disabled + * .checkbox__mark{border-color: #dbdbdb;}
.change_pass,
.password_remind{
    position: relative;
    font-family: inherit;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    text-decoration: none;
    font-size: 12px;
    color: #222;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 0.7;
    transition: all .3s ease 0s;
}
.change_pass{ margin-top: 0;}
.change_pass span,
.password_remind span {padding-right: 3px;}
.change_pass:hover span,
.password_remind:hover span {
    padding-right: 7px;
    color: var(--basic-company);
    text-decoration: none;
}
.change_pass svg,
.password_remind svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}
.change_pass:hover svg{color: var(--basic-company);}
select{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
}
.select2-results__options{
    margin-left: 0px!important;
}
.select2-results__option{
    margin-bottom: 0px!important;
}




/***** #Tabs *****************************************************************/

.tabs{
    margin-bottom: 15px;
    overflow: hidden;
}
.tabs--user{
    overflow: visible;
}
.tabs__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid rgb(233, 234, 237);
    background: #fff;
}
.tabs__navigation--user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    background: #fff;
}
.tabs__link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 45px;
    padding: 0 30px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tabs__link.selected {
    color: var(--basic-company);
}
.tabs__link.selected:after {
    content: "";
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: var(--basic-company);
    width: 100%;
    left: 0;
}
.tabs__link .icon{
    margin-right: 8px;
    line-height: 1;
}
.tabs__link .icon:before{
    font-size: 22px;
    line-height: 1;
}

.tabs__navigation--user .tabs__link {
    position: relative;
    margin: 0px;
    border-bottom: 1px solid rgb(227, 227, 227);
    text-decoration: none;
    padding: 18px 0px;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    height: inherit;
    width: 100%;
}
.tabs__navigation--user .tabs__link svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.tabs__navigation--user .tabs__link.selected:after {
    content: none;
}
.tabs__navigation--user .tabs__link:last-child {
    border-bottom: none;
}
.tabs__navigation--user .tabs__link.selected {
    color: var(--basic-company);
}

.tabs__content {
    overflow: hidden;
    background: #fff;
}
.tab {
    display: none;
    padding: 15px;
}
.mobile_tab_navigation{
    text-align: center;
    position: relative;
    margin: 15px 0 25px;
}
.mobile_tab_navigation:after {
    content: "";
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 45%;
    right: 0;
    display: block;
    width: 100%;
}
.mobile_tab_title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    padding: 5px 15px 5px 15px;
    color: var(--body-text);
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.mobile_tab_title svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.mobile_tab_title:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: var(--body-text);
    position: relative;
    content: " ";
    left: inherit;
    margin-left: 10px;
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mobile_tab_navigation.active .mobile_tab_title:after {
    top: -2px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/***** #Table ************************************************************************/
.table_wrapper {
    overflow: auto;
    max-width: 100%;
    background: linear-gradient(to right,#fff 30%,#fff0),linear-gradient(to right,#fff0,#fff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%,#0003,#0000),radial-gradient(farthest-side at 100% 50%,#0003,#0000) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
    background-position: 0 0,100%,0 0,100%;
    background-attachment: local,local,scroll,scroll;
    max-height: 430px;
    width: 100%;
}
.fn_auto_navigation_anchor{
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -90px;
    padding-top: 90px;
    display: inline-block;
    background-size: 20px;
    background-position-y: bottom;
    padding-right: 25px;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYzLjgwNyAyNjMuODA3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjMuODA3IDI2My44MDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8cGF0aCBkPSJNMTQ2Ljk1OSwxMDEuODY5bC0xOS44NDgsMTkuODQ2bDE3Ljg3MSwxNy44NzNjMy41MTIsMy41MTMsNS40NDcsOC4xODIsNS40NDcsMTMuMTQ2YzAuMDAxLDQuOTY0LTEuOTMzLDkuNjMtNS40NDYsMTMuMTQyICAgbC02NC40NDIsNjQuNDQ0Yy03LjI0OCw3LjI0OC0xOS4wNDIsNy4yNDktMjYuMjg5LDAuMDAxbC0xNy44NzMtMTcuODc1Yy0zLjUxLTMuNTA5LTUuNDQzLTguMTc0LTUuNDQyLTEzLjEzNyAgIGMwLTQuOTY0LDEuOTM2LTkuNjM0LDUuNDQ4LTEzLjE0Nmw1MS4xNjYtNTEuMTY2bC0xOS44NDctMTkuODQ2bC01MS4xNjYsNTEuMTY2Yy04LjgxMyw4LjgxNC0xMy42NjcsMjAuNTMtMTMuNjY3LDMyLjk5ICAgYy0wLjAwMSwxMi40NjIsNC44NTIsMjQuMTc4LDEzLjY2NCwzMi45ODZsMTcuODczLDE3Ljg3NGM5LjA5NSw5LjA5NCwyMS4wNDIsMTMuNjQxLDMyLjk4OSwxMy42NDEgICBjMTEuOTQ4LDAsMjMuODk2LTQuNTQ3LDMyLjk5MS0xMy42NDJsNjQuNDQxLTY0LjQ0MmM4LjgxNi04LjgxMiwxMy42Ny0yMC41MjgsMTMuNjY5LTMyLjk5MSAgIGMtMC4wMDEtMTIuNDYxLTQuODU0LTI0LjE3Ni0xMy42NjYtMzIuOTlMMTQ2Ljk1OSwxMDEuODY5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojQTNBM0EzIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPHBhdGggZD0iTTI0Ny4yNzMsMzEuNTM4bC0xNy44NzItMTcuODczQzIyMC41ODksNC44NTMsMjA4Ljg3MywwLDE5Ni40MSwwYy0xMi40NjIsMC0yNC4xNzgsNC44NTQtMzIuOTg3LDEzLjY2NUw5OC45NzQsNzguMTExICAgYy04LjgxMyw4LjgxMS0xMy42NjUsMjAuNTI3LTEzLjY2NSwzMi45OWMwLjAwMSwxMi40NjUsNC44NTUsMjQuMTgyLDEzLjY2OCwzMi45ODhsMTcuODczLDE3Ljg3M2wxOS44NDctMTkuODQ2bC0xNy44NzYtMTcuODc2ICAgYy0zLjUxMS0zLjUwOS01LjQ0NS04LjE3NS01LjQ0NS0xMy4xNGMwLTQuOTY1LDEuOTMzLTkuNjMyLDUuNDQzLTEzLjE0Mmw2NC40NS02NC40NDhjMy41MS0zLjUxLDguMTc3LTUuNDQzLDEzLjE0Mi01LjQ0MyAgIGM0Ljk2NSwwLDkuNjMzLDEuOTM0LDEzLjE0NCw1LjQ0NGwxNy44NzMsMTcuODc1YzMuNTEsMy41MDksNS40NDMsOC4xNzQsNS40NDIsMTMuMTM4YzAsNC45NjUtMS45MzUsOS42MzMtNS40NDUsMTMuMTQ1ICAgbC01MS4xNyw1MS4xNjdsMTkuODQ2LDE5Ljg0N2w1MS4xNzEtNTEuMTY4YzguODEyLTguODEzLDEzLjY2NS0yMC41MjksMTMuNjY2LTMyLjk4OSAgIEMyNjAuOTM4LDUyLjA2MywyNTYuMDg1LDQwLjM0NywyNDcuMjczLDMxLjUzOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0EzQTNBMyIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+);
}
.fn_auto_navigation_header:hover .fn_auto_navigation_anchor{
    opacity: 1;
    visibility: visible;
    z-index: 2222;
}
/***** #Popup ****************************************************************/
.popup {
    padding: 30px!important;
    border-radius: var(--border-radius);
    max-width: 500px!important;
    width: 100%;
    text-align: center!important;
}
.popup_bg {
    color: #fff!important;
  background: linear-gradient(to right, #00b4db, #0083b0)!important;
}
.popup__heading{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    user-select: none;
    padding: 0;
    color: #222;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    margin: 20px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup__heading svg{
    width: 28px;
    height: 28px;
    color: #0b982f;
    margin-right: 15px;
}
.popup__heading .form__header{
    margin-bottom: 30px;
}
.popup__description{
    margin-bottom: 10px;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.popup__sent{
    color: #222;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup_confirm__title{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup_confirm__title svg{
    width: 22px;
    width: 22px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.popup_animated {
    max-width: 550px;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(-80px);
    transition: all .5s;
}
.popup_animated .form__header,
.popup_animated .form__footer,
.popup_animated .form__body {
    transform: translateY(-40px);
    opacity: 0;

    transition-property: transform, opacity;
    transition-duration: .3s;
}

.fancybox-slide--current .popup_animated,
.fancybox-slide--current .popup_animated .form__footer,
.fancybox-slide--current .popup_animated .form__header,
.fancybox-slide--current .popup_animated .form__body {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}
.fancybox-slide--current .popup_animated .form__header {
    transition-delay: .1s;
}
.fancybox-slide--current .popup_animated .form__body {
    transition-delay: .2s;
}
.fancybox-slide--current .popup_animated .form__footer{
    transition-delay: .4s;
}




/***** #Reedmore *************************************************************************/
.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
    display: inline-block;
    width: auto;
    position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4em;
    background: -moz-linear-gradient(top,#fff0 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.fn_readmore[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    max-height: 215px;
    display: block;
    width: 100%;
}
.fn_readmore + [data-readmore-toggle]{
    margin-top: 13px;
    text-decoration: none;
    transition: all 0.3s;
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    color: var(--button-text);
    text-decoration: none;
}
.fn_readmore + [data-readmore-toggle] span{
    color: var(--button-color);
    background: transparent;
    border-color:  var(--button-color);
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 30px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
}
.fn_readmore + [data-readmore-toggle]:hover span{
    color: var(--button-text);
    background:var(--button-color);
    border-color:  var(--button-color);
}
.fn_social_image i:before{content: "\f0ac";}
.fn_social_image .fa-github:before{content: "\f09b";}
.fn_social_image .fa-google-plus:before{content: "\f0d5";}
.fn_social_image .fa-google:before{content: "\f1a0";}
.fn_social_image .fa-twitter:before{content: "\f099";}
.fn_social_image .fa-pinterest-p:before{content: "\f231";}
.fn_social_image .fa-odnoklassniki:before{content: "\f263";}
.fn_social_image .fa-facebook:before{content: "\f09a";}
.fn_social_image .fa-skype:before{content: "\f17e";}
.fn_social_image .fa-vk:before{content: "\f189";}
.fn_social_image .fa-whatsapp:before{content: "\f232";}
.fn_social_image .fa-youtube:before{content: "\f167";}
.fn_social_image .fa-instagram:before{content: "\f16d";}
.fn_social_image .fa-linkedin:before{content: "\f0e1";}


/***** #Categories *****************************************************************/

