html {
    font-family: sans-serif; line-height: 1.2; -ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; height: 100%;
}
body {
    font-family: 'Mulish', arial, sans-serif;
    background-color: var(--bg);
    color: var(--body-text);
    font-size: 16px;
    font-weight: normal;
    position: relative;
    line-height: 1.4;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
}

#tinymce{
    padding: 20px;
}
.tmce_notice_info,
.tmce_notice_success,
.tmce_notice_error{
    padding: 20px 30px;
    margin: 1rem 0 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    border-left: 8px solid rgb(188, 188, 188);
    display: block;
}
.tmce_notice_error{
    background-color: #ffcac6;
    border-left: 8px solid #ff3121;
    color: #222;
}
.tmce_notice_success{
    background-color: #d6fbcc;
    border-left: 8px solid #266f12;
    color: #222;
}
.tmce_notice_info{
    background-color: #e1f6fd;
    border-left: 8px solid #0a7ca2;
    color: #222;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    display: block;
    position: relative;
    font-family: inherit;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 24px;
}
h1,.h1{font-size: 35px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 24px;}
h5,.h5{font-size: 22px;}
h6,.h6{font-size: 18px;}

a {
    color: var(--basic-company);
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all 0.4s ease;
}

picture {
    display: flex;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {outline: none;}
b, strong {font-weight: 600;}
img {max-width: 100%;border-style: none;}
img:not([src]) {visibility: hidden;}
figure {margin: 15px 40px;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
hr {
    height: 1px;
    background-color: #dbdbdb;
    margin: 20px 0;
    box-sizing: content-box;
    border: 0;
    overflow: visible;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg:not(:root) {overflow: hidden;}
[hidden] {display: none;}
p {margin: 0 0 1.5rem;}
p:last-child { margin-bottom: 0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol, ul {margin: 0 0 1.5rem 1.5rem;}
ol li, ul li {margin: 0 0 1rem 0;}
blockquote {
    margin: 1rem 0 1.5rem;
    color: rgb(94, 94, 94);
    padding: 20px 30px;
    border-left: 8px solid rgb(194, 194, 194);
    position: relative;
    background: rgb(248, 248, 248);
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
}
blockquote p {
    font-style: italic;
    font-size: 16px;
    margin-top: 0;
}
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {content: "\2014 \2009";}

.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.second-main {
    padding-top: 75px;
}

.light_title {
    color: #fff;
}
.block_title {
    max-width: 905px;
    margin: 0 0 40px;
}
.block_title .h1 {
    margin-bottom: 16px;
}
.header_block {
    margin: 0 0 40px;
}
.header_block .block_title{
    margin: 0!important;
}
.swiper_title {
    margin-bottom: 20px;
}
.description_opacity {
    opacity: .85;
}

/* BREADCRUMBS */
.breadcrumbs {
    margin: 24px 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs__item {
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
    color: #2020204D;
}
.breadcrumbs__item a {
    color: var(--body-text);
}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    padding: 0 10px;
    content: '—';
    top: 0;
    position: relative;
}

/* BLOCKS */
.margin-block {
    margin: 80px 0;
}
.bg-block-yellow {
    margin: 80px 0;
    padding: 80px 0;
    background: var(--boxed-color-yellow);
}
.bg-block-blue {
    margin: 80px 0;
    padding: 80px 0;
    background: var(--boxed-color-blue);
}
.last-block {
    margin-bottom: 0!important;
}
.second-page {
    margin-bottom: 80px;
}
.bg-image-block {
    margin: 80px 0;
    padding: 80px 0;
    background-position: center;
    background-attachment: fixed;
}
.posts-block {
    overflow: hidden;
}

/* BUTTONS */
.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Mulish';
    transition: all .3s ease;
    color: #FFFFFF;
    background: var(--basic-company);
    border: 1px solid var(--basic-company);
    border-radius: 5px;
}
.contour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Mulish';
    transition: all .3s ease;
    color: var(--basic-company);
    background: transparent;
    border: 1px solid var(--basic-company);
    border-radius: 5px;
}
.underline_btn {
    display: flex;
    color: var(--basic-company);
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    width: fit-content;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Mulish';
    cursor: pointer;
    transition: all .3s ease;
}

/* INPUTS */
.form__group {
    position: relative;
    margin-bottom: 12px;
}
input, textarea, .form__textarea, .form__input {
    display: block;
    width: 100%;
    color: var(--body-text);
    border: 1px solid #DCDCDC;
    background-color: #fff;
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 5px;
    padding: 15px 16px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}
.form__textarea {
    resize: vertical;
    min-height: 85px;
}
label.error {
    font-size: 12px;
    color: #FF5050;
    display: flex;
}
input.error {
    border-color: #FF5050;
}
.message_error {
    display: none!important;
}
input::placeholder, textarea::placeholder {
    color: #3A3A3A;
    opacity: .5;
    font-weight: 400;
}

/* HEADER FOOTER */
.header {
    position: sticky;
    top: -106px;
    z-index: 100;
}
.header__center {
    background: #F5F6F7;
    padding: 12px 0;
}
.header__bottom {
    box-shadow: 0px 4px 10px 0px #07182B1A;
    background: #fff;
}
.callback_header {
    max-width: 260px;
    height: 45px;
}
.menu_group__list {
    display: flex;
    margin: 0;
    list-style: none;
}
.menu_group__item {
    margin: 0;
}
.menu_group__item--1:not(.categories_menu .menu_group__item--1) {
    position: relative;
}
.menu_group--header .menu_group__link {
    color: var(--body-text);
    font-weight: 600;
    display: flex;
    padding: 18px 0;
    line-height: 1.5;
    gap: 2px;
}
.header__menu {
    max-width: 920px;
    width: 100%;
}
.header__menu .menu_group__list {
    width: 100%;
}
.header__menu .menu_group__item:not(:last-child) {
    flex-grow: 1;
}
.header__menu .categories_menu__item.menu_group__item {
    flex-grow: 1;
}
.header__menu .menu_group__list.categories_menu {
    max-width: 370px;
}
.menu_group--header .menu_group__link svg {
    transition: all .4s ease;
    position: relative;
    top: 0;
}
.form_search_container {
    position: relative;
    margin: 0 30px;
    -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: 530px;
    width: 100%;
    align-items: center;
    display: flex;
}
.form_search_content_desktop {
    display: flex;
    width: 100%;
    position: relative;
}
.form_search_content {
    width: 100%;
}
.search__button {
    background: #fff;
    border-radius: 5px;
    border: none;
    width: 50px;
    height: 43px;
    position: absolute;
    right: 1px;
    top: 1px;
    color: var(--basic-company);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search__button:hover, .search__button:active, .search__button:focus {
    color: var(--second-company);
}
.search_form_form input {
    box-shadow: 0px 2px 8px 0px #07182B1F;
    border: none;
    height: 45px;
}
.header__logo {
    max-width: 180px;
}
.header-contact {
    height: 45px;
    position: relative;
    min-width: 240px;
}
.header-contact__inner {
    padding: 12px 15px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    transition: all .3s ease;
    z-index: 10;
}
.header-contact__item {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 13px;
    line-height: 1.2;
    transition: all .3s ease;
    white-space: nowrap;
}
.header-contact__item:not(.header-contact__item--visible){
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.header-contact__item--visible {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.header-contact__section {
    color: var(--body-text);
    font-weight: 500;
    gap: 7px;
}
.header_contact_icon {
    position: absolute;
    right: -1px;
    top: 11px;
}
.footer {
    background: #F3F5FA;
    padding-top: 80px;
}
.footer__copyright {
    background: #E8ECF3;
    padding: 16px 0;
    margin-top: 40px;
    font-size: 14px;
}
.footer__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: .7;
}
.footer__logo {
    max-width: 280px;
    margin-bottom: 24px;
}
.footer_slogan {
    font-size: 14px;
    max-width: 335px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.callback_footer {
    max-width: 280px;
}
.footer__social {
    margin-bottom: 40px;
    gap: 16px;
}
.menu_group--footer {
    flex-direction: column;
    gap: 8px;
}
.menu_group--footer .menu_group__item {
    line-height: 1.25;
}
.menu_group--footer .menu_group__link {
    color: var(--body-text);
    display: flex;
}
.footer_contacts_block:not(:last-child) {
    margin-bottom: 16px;
}
.footer_contacts_mini_title {
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.5;
}
.footer__contact_item {
    margin-bottom: 5px;
    color: var(--body-text);
    font-weight: 500;
    gap: 7px;
}
.footer__contact_item span, .menu_group__link span, 
.footer_category_link span, .header-contact__section span, .categories_group__link span {
    position: relative;
}
.footer__contact_item span::after, .menu_group__link span::after, 
.footer_category_link span::after, .header-contact__section span::after,
.switcher__link span::after, .categories_group__link span::after {
    position: absolute;
    content:'';
    width: 0;
    height: 1px;
    background: var(--body-text);
    transition: all .4s ease;
    bottom: 0;
    left: 0;
}
/* .switcher__link.active span::after {
    width: 100%;
} */
.footer__contact_item svg {
    color: var(--basic-company);
    flex-shrink: 0;
}
.footer__contact_item:last-child {
    margin-bottom: 0;
}
.footer_categories {
    gap: 8px;
}
.footer_category_item {
    line-height: 1.5;
}
.footer_category_link {
    color: var(--body-text);
}
.powered a {
    color: var(--body-text);
    border-bottom: 1px solid;
}
.menu_group--header .menu_group__list--2, .menu_group__list--3 {
    width: 260px;
    flex-direction: column;
    padding: 4px 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -16px;
    top: calc(100% - 10px);
    transition: all .4s ease;
    box-shadow: 0px 3px 13px 0px #07182B1A;
}
.menu_group__list--3 {
    top: 0;
    left: auto;
    right: -100%;
}
.menu_group__item--2 .menu_group__link {
    justify-content: space-between;
}
.menu_group__item--2 svg {
    transform: rotate(-90deg);
}
.menu_group--header .menu_group__list--2 .menu_group__link {
    padding: 7px 16px;
}
.switcher {
    height: 45px;
    position: relative;
    min-width: 50px;
    margin-left: 16px;
}
.switcher-language__inner {
    padding: 12px 12px 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    transition: all .3s ease;
    z-index: 10;
}
.switcher-language__item {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 13px;
    line-height: 1.2;
    word-break: break-all;
    transition: all .3s ease;
}
.switcher-language__item--visible {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.switcher-language__item:not(.switcher-language__item--visible) {
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.switcher__link {
    color: var(--body-text)
}
.switcher__link.switcher__link_color {
    color: #8080809e;
}
.switcher-language_icon {
    position: absolute;
    right: -11px;
    top: 11px;
    transition: all .3s ease;
}
.switcher__name {
    position: relative;
}
.header__top {
    background: var(--second-company);
    color: #fff;
    font-size: 16px;
    padding: 7px 0;
    font-weight: 700;
}
.header_top_content {
    opacity: .9;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* color: #ffb285; */
}
.subcategories_menu_2 {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px 0 40px;
    box-shadow: 0px 14px 15px 0px #07182b1c;
    min-height: 350px;
    border-top: 1px solid #0000000f;
}
.subcategories_container {
    width: 67%;
    columns: 3;
}
.header__bottom .container {
    position: unset;
}
.header__bottom {
    position: relative;
}
.categories_menu {
    list-style: none;
    margin: 0;
}
.categories_group__link {
    color: var(--body-text);
    display: flex
}
.menu_group__item--2 .categories_group__link {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--second-company)
}
.menu_group__item--3 .categories_group__link {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--body-text);
}
.subcategories_menu_3 {
    margin-left: 10px;
}
.categories_menu__item.menu_group__item--2 {
     break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
.subcategories_images_container {
    width: 30%;
    min-height: 280px;
}
.subcategory_img {
    background-position: center;
    background-size: contain;
    width: 100%;
    flex-grow: 1;
    border-radius: 5px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}
.subcategories_menu_3 ul {
    margin-left: 10px;
}
.subcategories_menu_3 ul li {
    position: relative;
}
.subcategories_menu_3 ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: -14px;
    background: var(--body-text);
    border-radius: 50%;
}
.subcategory_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    min-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subcategory_annotation {
    font-size: 18px;
    text-align: center;
    opacity: .85;
    min-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subcategory_img.no-image {
    background-size: 50% 50%;
}

.header_short_menu.header__menu .menu_group__list.categories_menu {
    max-width: 160px;
}
.header_short_menu.header__menu {
    max-width: 800px;
}

/* MAIN PAGE */
.main_banner {
    height: calc(90vh - 163px);
}
.banner_main__item {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_main__preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -60px;
    left: 0;
}
.banner_main__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.25;
}
.banner_main__description {
    font-size: 18px;
    margin-top: 30px;
}
.banner_main__link {
    max-width: 325px;
    margin-top: 40px;
}
.banner_main__text {
    max-width: 790px;
}
.banner_main__image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_main__image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(241, 244, 250, 0) 10.16%, rgba(241, 244, 250, 0.7) 50.42%);
}
.banner_main__image picture {
    width: 100%;
    height: 100%;
}
.banner_main__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_advantages_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.banner_advantages_block {
    margin-top: -40px;
}
.categories_list_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.categories__item {
    border: 1px solid #ECEEF7;
    background: var(--boxed-color-blue);
    padding: 10px 40px 10px 20px;
    color: var(--body-text);
    gap: 16px;
    border-radius: 5px;
    position: relative;
}
.categories__name {
    font-size: 22px;
    font-weight: 800;
    transition: all .3s ease;
}
.categories_annotation {
    font-weight: 500;
    margin-top: 12px;
}
.categories__image, .categories__no_image {
    width: 145px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    display: flex;
}
.categories__image img, .categories__no_image img {
    transform: scale(0.95);
    transition: all .5s ease;
}
.categories__no_image {
    justify-content: center;
    background: #fff;
}
.categories__no_image img {
    width: 80px;
    object-fit: contain;
}
.show_category {
    position: absolute;
    bottom: 10px;
    right: 14px;
    width: 20px;
    height: 20px;
    transition: all .5s ease;
}
.show_category svg {
    width: 100%;
    height: 100%;
}

.type_item.swiper-slide {
    height: unset;
}
.categories_type_content {
    box-shadow: 0px 4px 12px 0px #2B1B0714;
    display: block;
    border-radius: 5px;
    background: #fff;
    color: var(--body-text);
    overflow: hidden;
    height: 100%;
}
.categories_type_info {
    padding: 14px 16px;
}
.categories_type_name {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    transition: all .3s ease;
}
.main_swiper {
    position: relative;
}
.main_swiper .swiper {
    padding: 20px 10px;
}
.categories_type_image, .categories_type_no_image {
    height: 180px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories_type_image img, .categories_type_no_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all .5s ease;
}
.categories_type_no_image img {
    width: 130px;
    object-fit: contain;
}
.banner_work_num_value {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--second-company);
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}
.banner_work_num {
    border: 18px solid var(--boxed-color-blue);
    border-radius: 50%;
}
.banner_work_title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
}
.banner_work_description {
    font-weight: 500;
    text-align: center;
}
.banner_work_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: -18px;
}
.banner_work_num::after {
    content: '';
    position: absolute;
    top: 45px;
    right: calc(-50% - 46px);
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #23366580;
}
.banner_work__item {
    position: relative;
}
.banner_work__item:last-child .banner_work_num::after {
    display: none;
}
.why-we-block {
    margin-top: -100px;
}
.banner_why_we_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.banner_why_we_item {
    box-shadow: 0px 4px 15px 0px #2B1B0721;
    background: #FFFFFFB2;
    text-align: center;
    padding: 16px;
    border-radius: 5px;
    transition: all .4s ease;
}
.banner_why_we_title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}
.banner_why_we_description {
    font-weight: 500;
    line-height: 1.3;
}
.banner_why_we_icon {
    margin-bottom: 8px;
}
.counter_main_grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px 0;
    background: var(--second-company);
    border-radius: 5px;
    gap: 26px;
}
.counter_main_head {
    color: #FFF2E8;
    font-size: 35px;
    font-weight: 800;
    gap: 8px;
    line-height: 1.5;
}
.counter_main_description {
    color: #fff;
    text-align: center;
}
.counter_main_item {
    position: relative;
}
.counter_main_item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    height: 100%;
    width: 1px;
    background: #FFFFFF33;
}
.all_categories.underline_btn {
    margin-top: 8px;
}

/* Article Preview */
.article__preview {
    background: #fff;
    box-shadow: 0px 3px 13px 0px #07182B1A;
    border-radius: 5px;
    overflow: hidden;
    color: var(--body-text);
    display: block;
}
.article_info_content {
    padding: 16px;
}
.article__title {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    line-height: 1.35;
    margin-bottom: 12px;
    transition: all .4s ease;
}
.article__annotation {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 12px;
}
.article_info_btn {
    height: 40px;
    max-width: 170px;
}
.article__info_item {
    font-size: 14px;
    opacity: .5;
    gap: 8px;
}
.article__image {
    /* height: 270px; */
    height: auto;
    aspect-ratio: 1/.7;
    overflow: hidden;
}
.article__image picture{
    height: 100%;
}
.article__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all .5s ease;
    height: auto;
    aspect-ratio: 1/.7;
    object-fit: contain;
}
.articles_swiper::after {
    content: '';
    position: absolute;
    right: -48px;
    top: 10px;
    width: 50px;
    height: calc(100% - 20px);
    background: linear-gradient(90deg, rgba(252, 252, 252) 0%, rgba(255, 255, 256) 50%, rgba(255, 255, 255) 100%);
    z-index: 1;
}
.articles_swiper::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 10px;
    width: 50px;
    height: calc(100% - 20px);
    background: linear-gradient(270deg, rgba(252, 252, 252) 0%, rgba(255, 255, 256) 50%, rgba(255, 255, 255) 100%);
    z-index: 10;
}
.article__no_image {
    height: 100%;
}
.article__no_image img {
    width: 200px;
    object-fit: contain;
}
.faq_list {
    max-width: 975px;
}
.form-block {
    background-image: url(../images/form-bg.jpg);
    position: relative;
}
.form-block::after {
    content:'';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #142142E0;
}
.main_form_wrapper {
    position: relative;
    z-index: 1;
}
.main_form_right {
    width: 44%;
}
.main_form_wrapper .block_title {
    width: 45%;
}
.form_main_title .h2 {
    margin-bottom: 16px;
    line-height: 1.5;
}
.form_main_title .header_description {
    line-height: 1.5;
}
.block_main_abouts_description {
    max-width: 1020px;
}

/* PRODUCT PREVIEW */
.product_item.swiper-slide {
    height: unset;
}
.product_preview {
    box-shadow: 0px 3px 13px 0px #07182B1A;
    background: #fff;
    border-radius: 5px;
    padding: 16px 16px 24px;
    transition: all .4s ease;
    height: 100%;
}
.product_preview_link {
    color: var(--body-text);
    flex-grow: 1;
}
.product_preview__name {
    font-size: 20px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .4s ease;
}
.product_preview_features {
    margin: 20px 0 0 24px;
}
.features_preview_item {
    font-size: 14px;
    margin: 0 0 3px;
}
.features_preview_item:last-child {
    margin: 0;
}
.features_preview_name {
    font-weight: 700;
}
.product_preview__buttons {
    gap: 16px;
}
.product_preview__buttons a {
    height: 46px;
    max-width: 195px;
}
.product_preview__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    justify-content: center;
    margin-bottom: 16px;
    max-height: 405px;
}
.product_preview__image img {
    transform: scale(0.95);
    transition: all .5s ease;
}
.product_preview__image .product_preview__no_image img {
    width: 200px;
    object-fit: contain;
}

.fn_swiper_types:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:18px;gap:18px}
.fn_swiper_types:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6){display:none}

.fn_products_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}
.fn_products_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}

.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}
.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}

.sidebar_products {
    width: 320px;
}
.products_container__boxed {
    width: calc(100% - 360px);
}
.fn_categories.products_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

/* PAGINATION */
.products_pagination {
    margin-top: 40px;
}
.pagination {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.pagination__item {
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #9F9F9F;
    background: #FFFFFFFA;
    border-radius: 5px;
    transition: all .3s ease;
    color: #555555;
}
.pagination__item.active {
    border: 1px solid var(--basic-company);
    background: var(--basic-company);
}
.pagination__link {
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}
span.pagination__link {
    color: #FEFEFE;
}
.sidebar__boxed_categories {
    background: var(--boxed-color-blue);
    border: 1px solid #ECEEF7;
    border-radius: 5px;
    padding: 24px 16px;
}
.filter__name_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.filter__catalog_link {
    display: flex;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #DFE2EE;
    color: var(--body-text);
}
.filter__catalog_link.selected {
    opacity: .6;
}
.filter__catalog_item:last-child .filter__catalog_link {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sidebar__boxed_filters {
    margin-top: 30px;
    box-shadow: 0px 3px 13px 0px #07182B1A;
    border-radius: 5px;
    padding: 24px 16px;
}
.filter_group_item:not(:last-child) {
    border-bottom: 1px solid #EDE1DE;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.filter__item:not(:last-child) {
    margin-bottom: 12px;
}
.filter__link {
    transition: color .3s;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 26px;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    color: var(--body-text);
    font-weight: 400;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.filter__link .filter__checkbox {
    transition: border-color .3s;
    border-radius: 5px;
    border: 1px solid #9F9F9F;
    display: block;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
}
.filter__link.checked .filter__checkbox {
    border-color: var(--basic-company);
    background: var(--basic-company);
}
.filter__link .filter__checkbox svg {
    height: 22px;
    opacity: 0;
    width: 22px;
    transition: all .3s ease;
}
.filter__link.checked svg {
    opacity: 1;
}

/* PRODUCT PAGE */
.product-page__gallery {
    width: 42%;
}
.product-page__details {
    width: 55%;
}
.product-page__image {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.product-page__img {
    padding: 0;
    width: 100%;
}
.gallery_image a, .product-page__no_image {
    min-height: 400px;
    max-height: 550px;
    padding: 20px;
    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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page__no_image img {
    width: 200px;
    object-fit: contain;
}
.gallery_image picture {
    height: auto;
    max-height: 100%;
}
.gallery_image img, .product-page__images-item img {
    object-fit: contain;
    border-radius: 5px;
}
.product-page__images {
    padding-top: 24px;
    width: 100%;
}
.product-page__images-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -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;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s ease-out;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    aspect-ratio: 1 / 1;
    max-height: 100px;
}
.details_boxed__item {
    margin-bottom: 40px;
    margin-top: 40px;
}
.details_boxed__item .fast_order_button {
    max-width: 350px;
}
.mobile_tab_title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
.product_item_info:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DFE2EE;
}
.pdf_btn {
    gap: 7px;
}
.mobile_tab__content iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}
.features__item {
    margin-bottom: 12px;
    padding: 0;
}
.features__wrap {
    width: 100%;
    gap: 10px;
}
.features__name {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 340px;
    white-space: unset !important;
    font-weight: 400;
}
.features__dash {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    position: relative;
    display: block;
    bottom: -5px;
}
.features__value {
    width: 330px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    white-space: unset;
}
.form_comment_wrap {
    box-shadow: 0px 3px 13px 0px #07182B1A;
    border-radius: 5px;
    padding: 24px;
    margin-top: 30px;
    max-width: 755px;
}
.product_no_comments {
    opacity: .7;
}
.form_comment_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.form_comment_button {
    max-width: 300px;
}
.product_page_files {
    margin-bottom: 34px;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.table_responsive {
    border: 1px solid #f9e7db;
    border-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
}
.table_responsive table {
    min-width: 500px;
    width: 100%;
}
table:not(.table_responsive table) {
    border: 1px solid #f9e7db;
    margin-bottom: 30px;
    width: 100%;
}
.table_responsive th, .table_responsive td,
table th, table td {
    padding: 10px 12px;
}
.table_responsive td, table td {
    font-size: 15px;
}
.table_responsive th, table th{
    background: #FFF1E7;
}
.table_responsive tr td:not(:last-child), .table_responsive th:not(:last-child),
table tr td:not(:last-child), table th:not(:last-child) {
    border-right: 1px solid #f9e7db;
}
.table_responsive tr:nth-child(even),
table tr:nth-child(even){
    background: #fff1e770;
}
.product_heading {
    font-weight: 800;
}
.product-page_gallery_flex {
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 130px;
}
.popup_animated.fancybox-content {
    width: 520px;
    border-radius: 5px;
    overflow: hidden;
}
.popup_animated .form__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.popup_animated .h6 {
    text-align: center;
}

.article_list.f_row {
    row-gap: 24px;
}
.post_container {
    max-width: 1020px;
}
.post_container__wallpaper {
    margin-bottom: 24px;
}
.post_container__wallpaper img {
    border-radius: 5px;
}
.post_container__body, .post_container__header {
    margin-bottom: 30px;
}
.post_information__item {
    gap: 5px;
    font-size: 14px;
    opacity: .7;
}
.ya_map iframe {
    width: 100%;
    border: none;
    height: 500px;
    filter: brightness(0.8);
}
.feedback_wrapper .form_comment_wrap, .feedback_description {
    width: 49%;
}
.feedback_wrapper .form_comment_wrap {
    margin-top: 0;
}

.comment__item:not(.admin_note) {
    background: var(--boxed-color-yellow);
    border-radius: 5px;
    box-shadow: 0px 4px 12px 0px #2B1B0714;
    padding: 20px;
    margin-bottom: 16px;
}
.comment__header {
    margin-bottom: 10px;
}
.comment__name {
    font-size: 18px;
    font-weight: 600;
}
.comment__date {
    opacity: .6;
    font-size: 14px;
    margin-left: auto;
}
.comment__body {
    line-height: 1.5;
}
.products_container__boxed--full {
    width: 100%!important;
}
.title_center {
    text-align: center;
}
.order_text {
    background: var(--boxed-color-yellow);
    padding: 24px 16px;
    border-radius: 5px;
}
.order_text, .order_boxeded {
    width: 48%;
}
.order_boxeded {
    box-shadow: 0px 3px 13px 0px #07182B1A;
    background: #fff;
    border-radius: 5px;
    padding: 24px 16px;
}
.purchase__item {
    gap: 12px;
}
.purchase__image {
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.purchase__name {
    color: var(--body-text);
    font-weight: 700;
    font-size: 18px;
}
.no-image_search {
    opacity: .4;
}
.products_not_found {
    padding: 20px;
    background: linear-gradient(96.12deg, #FFF9EA 0.49%, #FFF1E7 99.18%);
    border-radius: 5px;
}
.sidebar__header--close {
    height: 40px;
}
.popup__heading {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
}
.popup.fancybox-content {
    border-radius: 5px;
}
.fn_banner_video {
    width: 100%;
    height: 100%;
    position: relative;
}
.fn_banner_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fn_banner_video::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/pattern.png);
    width: 100%;
    height: 100%;
}
.categories_type_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
a.social__link {
    border-radius: 5px;
    overflow: hidden;
    color: var(--second-company);
}
.block_main_abouts_description img {
    border-radius: 5px;
}
.tabs_buttons {
    /* border: 1px solid #ECEEF7; */
    background: #f2f5fa;
    border-radius: 8px;
    padding: 10px 24px;
    margin-bottom: 24px;
    display: flex;
    gap: 60px;
}
.tabs__link {
    font-size: 14px;
    color: var(--second-company);
    font-weight: 800;
}
.tabs_navigation_product {
    position: sticky;
    top: 70px;
    z-index: 10;
}
.tabs__link.selected {
    color: var(--basic-company)
}
.filter_group_block:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DFE2EE;
}
.product_sku {
    font-size: 14px;
    margin-left: auto;
}
.product_sku_value {
    font-weight: 700;
}
.block__description iframe{
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 1/.6;
}