@font-face {
    font-family: "RozetkaWeb";
    src: url("fonts/RozetkawebRegular.ttf") format("truetype");
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: RozetkaWeb, Arial;
    color: #221f1f;
    line-height: 28px;
}

/*Растягиваем тело страницы по вертикали,
  прижимая footer к низу*/
body {
    display: flex;
    flex-direction: column;
}

#page {
    flex-grow: 3;
}

a {
    color: #3e77aa;
}

/*----------------------------*/

.wrap-container {
    margin-bottom: 60px;
}

.btn {
    /* height: 40px; */
    border-radius: 3px;
}

.header {
    background: #221f1f;
}

.header-langs {
    align-items: center;
}

.header .lang {
    margin-left: 12px;
}

.header .top-menu {
    justify-content: flex-end;
}

.header-row {
    min-height: 68px;
}

.logo img {
    max-width: 100%;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.nav-link {
    color: #fff !important;
}

.nav-link:hover {
    text-decoration: underline;
}

a {
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
}

.text_gray {
    color: #a7a5a5 !important;
}

.lang a,
.lang span {
    text-transform: uppercase;
    font-size: 14px !important;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 28px;
}

.lang a {
    color: #fff;
}

.lang a:hover {
    color: #f84147;
}

.lang span ~ a {
    position: relative;
    border-left: 1px solid #797878;
}

.lang a ~ span {
    position: relative;
    border-left: 1px solid #797878;
}

.lang span.active:hover {
    text-decoration: none;
    cursor: default;
}

.lang .active {
    color: #797878;
}

.title-section {
    background: #99d7ee;
    padding-top: 60px;
    padding-bottom: 60px;
}

.title-section .title {
    font-size: 34px;
}

.title-section .tagline {
    margin-bottom: 28px;
    font-size: 18px;
}

.header-auth-links {
    line-height: 1.4;
}

.header-auth-links svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

body.fancybox-active {
    height: 100%;
}

.def-modal {
    border-radius: 8px;
}

.auth-modal {
    padding: 0px;
    min-width: 400px;
}

.auth-modal .modal-title {
    font-size: 20px;
}

.auth-modal .modal-header {
    padding: 10px 24px;
}

.auth-modal .fancybox-close-small {
    top: 4px;
    right: 4px;
}

.auth-modal .fancybox-close-small:hover svg {
    color: red;
}

.auth-modal .modal-body {
    padding: 24px;
    line-height: 1.4;
}

.auth-modal .input-label {
    font-size: 12px;
    color: #797878;
    margin-bottom: 4px;
}

.form__toggle-password {
    border: none;
    background: no-repeat;
}

.form__toggle-password svg {
    fill: #3e77aa;
}

.auth-modal a:hover {
    text-decoration: underline;
    color: #f84147;
}

.button--green {
    background-color: #00a046;
    border-color: #00a046;
    font-size: 18px;
    border-radius: 4px;
}

.auth-options {
    font-size: 14px;
}

.button--green:hover,
.button--green:focus,
.button--green:active {
    background-color: #00bc52 !important;
    color: #fff;
    border-color: #00bc52 !important;
    outline: none !important;
    box-shadow: none !important;
}

.auth-modal .button--green {
    width: 100%;
    height: 48px;
}

@media (min-width: 768px) {
    .title-section .title {
        font-size: 44px;
    }

    .title-section .tagline {
        margin-bottom: 36px;
    }
}

@media (min-width: 992px) {
}

.search {
    position: relative;
}

@media (min-width: 992px) {
}

.search img {
    position: absolute;
    top: 11px;
    left: 12px !important;
    z-index: 1;
}

.search-field {
    height: 40px;
    padding-left: 40px !important;
    border: none;
    font-size: 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 38px;
}

.search-field::placeholder {
    font-size: 15px;
    height: inherit;
    line-height: inherit;
}

.search-field:focus {
    outline: none;
}

.btn-search {
    height: 40px;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 1 !important;
    width: fit-content !important;
    background-color: #00a046;
    color: #fff;
    font-size: 16px;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.btn-search:hover {
    color: #fff;
    background-color: #00bc52;
}

@media (max-width: 480px) {
    .search {
        min-width: auto !important;
    }
}

::placeholder {
    color: #7a7979;
    font-size: 20px;
    line-height: 24px;
}

.items-row {
    margin-top: 20px;
    margin-bottom: 50px;
}

.items-row .item {
    padding: 24px 32px;
    height: 100%;
}

.item img {
    margin-bottom: 12px;
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.item-title,
.item-text,
.item-text ~ p {
    margin-bottom: 8px;
}

.item-text ~ p {
    font-size: 18px;
}

@media (min-width: 768px) {
    /* .item {
        padding: 41px 34px 46px;
    } */

    .items-row {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .wrap-items-row {
        overflow: hidden;
    }
    .items-row {
        margin-bottom: 60px;
        margin-left: -32px;
    }

    /* .item {
        padding: 42px 35px 46px 32px;
    } */
}

.item {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

/*
.item:hover {
	cursor: pointer;
}
*/

.item-title {
    font-size: 24px;
    line-height: 1.4;
    color: #05bc52;
    display: block;
    width: fit-content;
    font-weight: 500;
}

.item-title:hover {
    text-decoration: none;
    color: #05bc52;
}

.item:hover .item-title {
    color: inherit;
}

.item-text {
    font-size: 18px;
}

.item-link,
.article-link {
    padding-right: 20px;
    background: url("img/arrow.png") no-repeat right bottom;
}

.item:hover .item-link,
.item-link:hover {
    color: #f84147;
    background-image: url("img/arrow-hover.png");
}

.info-title {
    margin-bottom: 16px;
    font-weight: 500;
    color: #05bc52;
}

.info-title a {
    color: #05bc52;
}

@media (min-width: 768px) {
    .info-title {
        font-size: 30px;
    }
}

.article-item {
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 768px) {
    .article-item {
        padding: 29px 0 31px 2px;
    }

    .article-item:first-child {
        padding-top: 0;
    }
}

.article-item:first-child {
    padding-top: 0;
}

/*
.article-item:hover {
	cursor: pointer;
}
*/

.article-img-wrapper {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    position: relative;
    text-align: center;
    background-color: transparent;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .article-img-wrapper {
        height: 140px;
        width: 140px;
        margin-right: 31px;
        margin-bottom: 0;
        text-align: left;
    }
}

.articles_customer {
    text-align: right;
}

.article-img {
    max-height: 100%;
}

@media (min-width: 768px) {
    /* .analysis {
        background: #99d7ee;
    }

    .delivery {
        background: #f5f5f5;
    }

    .structure {
        background: #f9c9db;
    } */

    .article-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: contain;
    }
}

.article-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
    display: block;
    width: fit-content;
    color: #221f1f;
}

.article-item:hover .article-title {
    color: #f84147;
}

.article-description {
    color: #7a7979;
    line-height: 1.4;
}

.article-description p {
    margin-bottom: 20px;
}

.article-date,
.article-views {
    font-size: 13px;
    color: #7a7979;
}

@media (min-width: 768px) {
    .article-title {
        margin-bottom: 15px;
    }

    .article-description p {
        margin-bottom: 14px;
    }

    .article-date {
        margin-right: 29px;
    }

    .article-views {
        margin-right: 38px;
    }
}

.article-views {
    padding-left: 20px;
    background: url("img/eye.png") no-repeat left center;
}

.article-item:hover .article-link {
    color: #f84147;
    background-image: url("img/arrow-hover.png");
}

.customer {
    max-width: 100%;
    max-height: 500px;
}

.all-articles {
    color: #fff;
    background: #3e77aa;
    border-radius: 3px;
    font-size: 16px;
    line-height: 28px;
    margin: 50px 0;
    /* padding: 6px 25px; */
    display: flex;
    width: 128px;
    justify-content: center;
    align-items: center;
}

.container2 {
    max-width: 1012px;
    margin: 0 auto;
}

.soc-icons {
    justify-content: center;
}

@media (min-width: 992px) {
    .all-articles {
        margin: 53px 0 100px;
    }
}

.all-articles:hover {
    color: inherit;
}

.footer {
    /* border-top: 3px solid rgba(0, 188, 78, 0.5); */
    font-size: 14px;
    line-height: 1.4;
}

.footer .subtitle {
    color: #797878;
    /* //  font-size: 14px; */
}

.footer a:hover {
    text-decoration: underline;
    color: #f84147;
}

.footer .copyright {
    border-top: 1px solid #e9e9e9;
    font-size: 12px;
    color: #797878;
}

.soc-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(38, 153, 210);
    width: 36px;
    height: 36px;
    fill: #fff;
    transition: all 0.3s ease;
}

.soc-icons a:last-child {
    margin-right: 0 !important;
}

.soc-icons a:hover {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

.soc-icons a svg {
    width: 20px;
    height: 20px;
}

.footer-buttons {
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .footer-buttons {
        justify-content: center;
    }

    .telegram {
        width: 170px;
        margin-bottom: 20px;
        margin-right: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.footer .nav-link {
    padding: 0;
}

#navbarFooter {
    padding: 0;
}

#navbarFooter .navbar-nav {
    justify-content: center;
}

#navbarFooter .navbar-nav .nav-item {
    margin: 0 12px;
}

#navbarFooter .nav-item {
    margin-bottom: 20px;
}

#navbarFooter .nav-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #navbarFooter .navbar-nav {
        justify-content: flex-end;
        margin: 0;
    }

    #navbarFooter .nav-item {
        margin-bottom: 0;
        margin-right: 49px;
    }

    #navbarFooter .nav-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    #navbarFooter .nav-item {
        margin-right: 0;
    }
}

.left-column .nav-link {
    display: flex;
    align-items: center;
}

.left-column .second-menu__icon {
    width: 36px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.left-column .second-menu__icon img {
    width: 100%;
    display: block;
    object-fit: contain;
    max-height: 32px;
    max-width: 36px;
    filter: invert(4%);
}

.header .nav-item {
    margin-right: 8px;
}

.left-column {
    max-width: 100%;
}

@media (min-height: 800px) {
    .fixed {
        position: fixed;
        top: 0;
        width: 370px;
        background: #fff;
    }
}

@media (min-width: 768px) {
    .left-column {
        max-width: 256px;
    }
}

@media (min-width: 992px) {
    .left-column {
        max-width: 400px;
    }
}

.left-column .nav-link {
    font-size: 17px;
    line-height: 1.4;
    color: #221f1f !important;
}

.left-column .nav-item:hover .nav-link {
    color: #05bc52 !important;
    text-decoration: none;
}

.theme-title {
    font-weight: 500;
    color: #05bc52;
    cursor: pointer;
    font-size: 20px;
}

.theme-title img {
    max-height: 30px;
    max-width: 30px;
    object-fit: contain;
}

.q-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

.q-text:hover:after {
    background: url(img/arrow-up.png) no-repeat right center;
    transform: rotate(180deg);
    top: calc(50% - 4px) !important;
}

.q-text.opened:hover:after {
    transform: rotate(0deg);
}

.q-body .q-answer img {
    max-width: 100%;
}

.feedback_form {
    margin-bottom: 40px;
}

.feedback_form .form-title {
    font-weight: 500;
    color: #221f1f;
    font-size: 28px;
    line-height: 34px;
    margin: 30px 0 25px;
    padding: 0;
}

.feedback_form .form-img img {
    float: right;
    max-width: 400px;
    margin-top: -15px;
}

.header .search-field {
    border-radius: 3px;
    padding-left: 20px !important;
    line-height: 40px;
}

.top-btn-search {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.top-btn-search img {
    position: static;
    transform: none !important;
}

@media (min-width: 768px) {
    .feedback_form .form-title {
        font-size: 36px;
        line-height: 43px;
        margin: 62px 0 42px;
    }
}

@media (min-width: 992px) {
    .feedback_form .form-title {
        margin: 100px 0 42px;
    }
}

@media (max-width: 991px) {
    .left-column ~ .questions .form-img {
        display: none !important;
    }
}

.feedback_form .form-group {
    margin-bottom: 20px;
}

.feedback_form .form-control {
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 15px 20px 16px 20px;
}

@media (min-width: 768px) {
    .feedback_form .form-control {
        width: 360px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .left-column ~ .questions .feedback_form .form-control {
        min-width: 360px;
    }
}

.q-body {
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
}

.q-text.opened {
    color: #05bc52;
}
.q-text:hover {
    color: #05bc52;
    cursor: pointer;
}
.q-text:after {
    display: block;
    content: "";
    width: 14px;
    height: 8px;
    background: url("img/arrow-down.png") no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.q-text.opened:after {
    background: url("img/arrow-up.png") no-repeat right center;
}

.q-text {
    margin: 0;
    padding-right: 20px;
    font-size: 18px;
    position: relative;
}

.q-answer p:last-child {
    margin-bottom: 0;
}
.q-text.opened {
    color: #05bc52;
}
.q-text:hover {
    color: #05bc52;
    cursor: pointer;
}
.q-text:after {
    display: block;
    content: "";
    width: 14px;
    height: 8px;
    background: url("img/arrow-down.png") no-repeat right center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.q-text.opened:after {
    background: url("img/arrow-up.png") no-repeat right center;
}
.q-answer {
    display: none;
    padding: 15px 60px 0;
    font-size: 15px;
    line-height: 1.6;
}

.q-answer ul {
    margin-top: 0 !important;
}

.q-answer a:hover {
    text-decoration: underline;
    color: #f84147;
}

.feedback_form .form-control::placeholder {
    font-size: 16px;
}

.feedback_form textarea.form-control {
    resize: none;
    height: 150px;
}

.feedback_form .form-btn {
    font-weight: 500;
    /*padding: 13px 35px;*/
    margin-top: 10px;
    width: 229px;
    height: 55px;
}

.feedback_form .form-btn:hover {
    background: rgba(5, 188, 82, 1);
    color: #fff;
}

.feedback_form .control-label {
    display: none;
}

.feedback_form .form-group.has-error .form-control {
    border: 1px solid #f84147;
    color: #f84147;
}

.feedback_form .form-group.has-error .form-control::placeholder {
    color: #f84147;
}

.search::after {
    display: none !important;
}

.search.row {
    margin-left: 0;
    margin-right: 0;
}

.community-questions .question-mini-block {
    margin-top: 42px;
}

.community-questions .question-mini-block .heading4 {
    white-space: initial;
}

@media (min-width: 576px) {
    .q-body {
        width: 100% !important;
    }

    .questions .q-body {
        width: 80% !important;
        display: none;
    }

    .questions .q-body {
        width: 100% !important;
        display: block;
    }
}

.xyinsta_left {
    width: 310px;
    min-width: 310px;
}

.xyinsta_right {
    width: 100%;
    padding-left: 60px;
    padding-right: 32px;
    padding-top: 12px;
    overflow: hidden;
}

.xyinsta_right .xyinsta_right_title {
    margin: 0 0 10px;
    font-size: 34px;
}

.xyinsta_menu-item {
    list-style: none;
    border-bottom: solid 1px #f1f1f1;
}

.xyinsta_menu-item > .xyinsta_link {
    padding: 12px 36px 12px 24px;
}

.xyinsta_submenu {
    padding-left: 12px;
}

.xyinsta_submenu > .xyinsta_menu-item > .xyinsta_link {
    padding: 8px 36px 8px 24px;
}

@media (min-width: 576px) {
    .xyinsta_right .xyinsta_right_title {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .xyinsta_right .xyinsta_right_title {
        font-size: 44px;
    }
}

.xyinsta_link {
    position: relative;
    color: #211f1f;
    font-size: 15px;
    font-weight: bold;
    padding: 16px 40px 16px 16px;
    text-decoration: none;
    display: block;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    cursor: pointer;
}

.xyinsta_link ~ div {
    display: none;
}

.wr-sc {
    overflow-y: auto;
    padding-right: 0px;
}

.wr-sc::-webkit-scrollbar-track {
    background-color: none;
}

.wr-sc::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: none;
}

.wr-sc::-webkit-scrollbar-thumb {
    background-color: rgb(184, 184, 184);
}

.xyinsta_menu {
    padding-left: 0;
    line-height: 1.4;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
}

.mob-panel .xyinsta_menu {
    max-height: none;
    overflow: visible;
}

.xyinsta_menu-item:last-child {
    border-bottom: none;
}

span.xyinsta_link:after {
    display: inline-block;
    content: "";
    right: 16px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #05bc52;
    border-radius: 50px;
    border-radius: 3px;
    transition: 0.3s;
}

span.xyinsta_link.xyinsta_link_href_get_child:not(.collapsed):after {
    transform: translate(0, -50%) rotate(180deg);
}

.xyinsta_submenu > .xyinsta_menu-item > .xyinsta_link {
    font-size: 13px;
    font-weight: 400;
}

.xyinsta_submenu > .xyinsta_menu-item > span.xyinsta_link:after {
    border-top-color: #797979;
}

.xyinsta_submenu > .xyinsta_menu-item > a.xyinsta_link {
    border-left: solid rgb(5, 188, 82);
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0;
    line-height: 19px;
}

.submenu1 > .xyinsta_submenu > .xyinsta_menu-item > a.xyinsta_link {
    margin-left: 32px;
    padding-left: 16px;
}

.xyinsta_submenu .xyinsta_menu-item {
    border-bottom: none;
}

.xyinsta_submenu .xyinsta_submenu {
    padding-left: 32px;
}

.xyinsta_submenu .xyinsta_submenu > .xyinsta_menu-item > .xyinsta_link {
    padding-left: 12px;
}

.normal-page.container-fluid .xyinsta_right {
    padding-left: 0;
}

.uiList_341 a:hover,
.contentSelection a:hover,
.helpDesk__panel a:hover {
    text-decoration: underline;
    color: #f84147;
}

@media (max-width: 767px) {
    .xyinsta .xyinsta_menu {
        padding: 0;
    }

    .xyinsta .xyinsta_menu > .xyinsta_menu-item > .xyinsta_link {
        padding-left: 0;
    }

    .xyinsta ul.xyinsta_menu.block_for_items_menu.pop-articles {
        margin-top: 20px !important;
        margin-left: -15px;
    }

    .xyinsta_left {
        min-width: 100%;
    }
}

.pop-articles h4 {
    font-size: 15px;
    line-height: 1.2;
    color: #111;
    font-weight: 700;
}

.pop-articles .xyinsta_link {
    font-size: 13px;
}

.xyinsta_content h2 {
    font-size: 27px;
    margin: 32px 0 16px;
}

.xyinsta_content ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.xyinsta_content figure img {
    max-width: 100%;
}

.xyinsta_content table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.xyinsta_content table th,
.xyinsta table td {
    border: 1px solid #eee;
    padding: 8px 16px;
}

.xyinsta_content h3 {
    font-size: 22px;
    margin: 17px 0 8px;
}

.xyinsta_content h4 {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    line-height: 1.2;
    color: #111;
}

.r-notification {
    position: fixed;
    max-width: 400px;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 50px);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.3);
}

.r-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.xyinsta_content pre {
    padding: 10px;
    color: rgba(51, 51, 51, 0.85);
    line-height: 1.5;
    font-size: 15px;
    background-color: #f6f7f8;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.xyinsta_content {
    overflow: hidden;
    word-wrap: break-word;
}

.instruction_feedback {
    max-width: 700px;
}

.link-back {
    width: fit-content;
    max-width: 260px;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .head-block .date-update {
        width: 100%;
    }

    .link-back {
        width: 100%;
    }
}

.instruction_feedback {
    padding: 22px 0 29px;
}

@media (min-width: 768px) {
    .instruction_feedback {
        padding: 34px 0;
    }

    .link-back {
        width: fit-content;
    }
}

@media (min-width: 992px) {
}

.instruction_feedback hr {
    width: 100%;
    border-top: 1px solid #eeeeee;
    margin-bottom: 17px;
}

.instruction_feedback_btn {
    padding: 4px 5px !important;
    font-size: 13px;
    margin-right: 30px;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #ffffff;
    border: none;
    transition: 0.5s;
    display: flex;
    align-items: center;
}

.instruction_feedback_btn img {
    margin-right: 10px;
}

.feedback_positive {
    color: #1ca04e;
}

.feedback_negative {
    color: #f40404;
}

.feedback_proposal {
    color: #000;
}

.instruction_feedback_btn:hover {
    color: #0c5b9c;
}

.instruction_feedback textarea.form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #3c763d;
    border-radius: 4px;
}

.instruction_feedback textarea.form-control::placeholder {
    font-size: 14px;
}

.form_feeback_btn {
    padding: 8px 15px;
    margin-right: 36px;
    margin-bottom: 4px;
    border: 2px solid #4cae4c;
    background-color: #5cb85c;
    border-radius: 0 !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.feedback_subscribe label {
    font-size: 13px;
    margin-bottom: 0;
}

.feedback_proposal.bold {
    font-weight: 700;
}

.feedbackForm.visible {
    display: block !important;
}

.head-block {
}

body .head-block h1 {
    margin: 0;
}

.head-block .date-update {
    font-size: 13px;
    min-width: fit-content;
}

.date-update {
    opacity: 0.7;
}

._5dwo {
    padding: 6px 0;
    display: block;
}

.article_row {
    max-width: 1270px;
    margin: 0 auto;
}

.article_row h1 {
    margin: 21px 0 25px !important;
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
    color: #221f1f;
}

.news_info {
    padding: 11px 30px;
    background-color: #f5f5f5;
    margin-bottom: 32px;
}

.news_info_single {
    display: flex;
    align-items: center;
    width: 30%;
}

.news_info_single svg.ico {
    width: 22px;
    height: 22px;
    fill: #05ba50;
    margin-right: 4px;
}

@media (max-width: 480px) {
    .news_info_single {
        min-width: fit-content;
    }
}

.news_info_single img {
    margin-right: 4px;
}

.news_info_single span {
    font-size: 16px;
    color: #221f1f;
    margin-left: 3px;
}

.news_info_single .text_gray {
    display: none;
}

.news-content ul {
    margin-bottom: 20px;
}

.news-content li {
    margin-bottom: 0.5rem;
}

.news-content {
    font-size: 18px;
    line-height: 1.5;
}
.contentSelection img {
    margin-bottom: 1em !important;
    display: block;
    margin: 0 auto;
}

.contentSelection ul,
.contentSelection ol {
    padding-left: 2.5em;
    margin-left: 0;
}

.news-content ul li::marker {
    color: #05bc52;
}

.news-content p {
    margin-bottom: 17px;
}

.news-content h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #221f1f;
    margin-bottom: 18px;
}

.news-content h3 u {
    text-decoration: none !important;
}

.news-content .instruction_feedback h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #7a7979;
    margin: 0 0 14px;
    width: 100%;
}

.instruction_feedback h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #7a7979;
    margin: 0 0 14px;
    width: 100%;
}

@media (min-width: 768px) {
    .news-content ul {
        margin-bottom: 25px;
    }

    .article_row h1 {
        margin: 41px 0 19px !important;
        margin-top: 20px !important;
        font-size: 44px;
        line-height: 53px;
    }

    .news_info_single {
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
    }

    .news_info_single .text_gray {
        display: inline-block;
    }

    .news-content p {
        margin-bottom: 24px;
    }

    .news-content h3 {
        font-size: 36px;
        line-height: 43px;
    }

    .news-content .instruction_feedback h3 {
        margin-right: 29px;
        margin-bottom: 0;
        width: fit-content;
    }

    .instruction_feedback h3 {
        margin-right: 29px;
        margin-bottom: 0;
        width: fit-content;
    }
}

@media (min-width: 992px) {
    .article_row h1 {
        margin: 80px 0 32px !important;
        margin-top: 20px !important;
    }

    .news_info_single {
        flex-direction: row;
        align-items: center;
    }

    .news-content figure {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .news-content figure img {
        width: 100%;
    }
}

/*comments from basic*/
.comments-list {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
}

#comments-from .form-control:focus {
    /* //  border-color: #ced4da; */
    box-shadow: none;
}

/* .comments-list img {
    width: 22px;
} */

.comments-list span {
    font-size: 14px;
}

#comments-from .btn {
    background: var(--fon);
    color: var(--text-color);
}

#comments-from .btn svg {
    fill: var(--text-color);
}

div#collapseHomeCategories .list-group > .list-group-item {
    font-weight: 600;
}

.header_version4 {
    margin-top: 35px;
}

.comments_author {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .comments_author {
        font-size: 16px;
        font-weight: 600;
    }

    .comments-list span {
        font-size: 13px;
    }

    .comments_block {
        font-size: 14px;
    }
}

.comments-list p {
    margin: 0;
}

.comments_form .form-control {
    color: #2a2e2e;
    padding: 6px 10px 8px;
    line-height: 1.4;
    font-size: 14px;
}

.comments_form textarea.form-control {
    height: 90px;
    margin-bottom: 8px;
    padding: 8px 12px;
}

.field-isAnonimus input {
    margin-right: 8px;
}

.field-isAnonimus label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.parent_comment .comments_form textarea.form-control {
    height: 90px;
}

.reply_form {
    margin-left: 15px;
    padding-top: 15px;
}

.reply .btn {
    padding: 0;
}

.comments_scroll_btn {
    padding: 0;
}

.comments_scroll_btn svg {
    fill: var(--fon);
}

.comments_scroll_btn {
    display: block;
}

.parent_comment ~ .media .comments_scroll_btn {
    display: block;
}

.comments-list-new .media-body,
.comments-list-new .comment-content {
    overflow: hidden;
    /* word-break: break-all; */
}

.article-list-img {
    text-align: center;
}

.artlist-item img {
    max-width: 100% !important;
    margin-bottom: 15px;
    object-fit: contain;
    max-height: 250px;
}

.header .logo img {
    display: block;
    max-width: 270px;
}

.header .logo a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 1.2;
}

.header .navbar-nav {
    font-size: 14px;
    margin-bottom: 0;
}

#page .alert.fade {
    max-width: 1200px;
    margin: 16px auto 0;
    opacity: 1 !important;
    font-size: 17px;
    text-align: center;
}

.instruction_feedback_buttons button {
    color: #05ba50;
}

.instruction_feedback_buttons button.dislike {
    color: red;
}

.instruction_feedback_buttons button:focus {
    outline: none;
}

.instruction_feedback_buttons button svg {
    margin-right: 4px;
}

.normal-page h1 {
    word-wrap: break-word;
}

/* .comment-content .comments_block {
    max-width: 70%;
} */

@media (min-width: 768px) {
    .article-list-img {
        width: 259px;
    }
    .artlist-item img {
        height: auto;
        max-height: 100%;
        max-width: 221px !important;
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    .artlist-item img {
        max-width: 229px !important;
        /* height: 229px; */
    }
}

.artlist-item .article-title {
    margin-top: 0;
    margin-bottom: 8px;
}

.artlist-item {
    margin-bottom: 26px !important;
}

blockquote {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #05bc52;
    max-width: 1012px;
    margin: 0 auto;
}

.article-excerpt p {
    margin: 0;
}

.artlist-item .views-info {
    margin-bottom: 0;
    margin-top: auto;
}

.artlist-item .r-info {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (min-width: 992px) {
    .artlist-item .article-title {
        margin-bottom: 12px;
    }
}

.artlist_item_el {
    margin-right: 28px;
}

@media (min-width: 768px) {
}

.artlist-item .morelink {
    margin-left: 10px;
    font-size: 16px;
    color: #3e77aa;
    background-position: right 7px;
}

.artlist-item .artlist-item-wrapper {
    padding-bottom: 18px !important;
}

/*pagination*/
.simple-slider__footer {
    padding: 0 15px;
}

/* .slider-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 9px 0 70px !important;
    padding: 0;
}

li.slider-dots__item .page-link {
    width: 58px;
    height: 58px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #a7a5a5;
    margin: 0;
    background: transparent;
}

li.slider-dots__item {
    display: none;
}

li.slider-dots__item.slider-dots__button--active,
li.slider-dots__item.prev,
li.slider-dots__item.next {
    display: block;
}

li.slider-dots__item.slider-dots__button--active .page-link {
    background: #05bc52;
    border-radius: 3px;
    color: #fff;
}

li.slider-dots__item.prev {
    margin-right: auto;
}

li.slider-dots__item.prev .page-link {
    border-radius: 3px 0px 0px 3px;
    background: url("img/chevron_big_left.svg") no-repeat center center #f5f5f5;
    font-size: 0;
}

li.slider-dots__item.next {
    margin-left: auto;
}

li.slider-dots__item.next .page-link {
    border-radius: 0px 3px 3px 0px;
    background: url("img/chevron_big_right.svg") no-repeat center center #f5f5f5;
    font-size: 0;
}

@media (min-width: 768px) {
    .slider-dots {
        margin-bottom: 50px !important;
    }

    li.slider-dots__item {
        display: block;
    }
} */

.slider-dots {
    display: flex;
    justify-content: center;
    list-style: none;
}

.slider-dots__item.prev,
.slider-dots__item.next {
    display: none;
}

.slider-dots__item {
    margin: 0 4px;
}

.slider-dots__item .page-link {
    font-size: 0;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none;
}

.slider-dots__item .page-link:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2d2d2;
    content: "";
}

.page-link:focus {
    box-shadow: none;
}

.slider-dots__item .page-link:hover:before {
    background-color: #929292;
}

.slider-dots__item.slider-dots__button--active .page-link:before {
    background-color: #00a046;
    box-shadow: 0 0 0 4px #00a046;
}

p.help-block.help-block-error {
    color: #f84147;
}

.copy_link_mess {
    line-height: 40px;
    border-radius: 5px;
    background: #00a046;
    color: #fff;
    position: fixed;
    padding: 0 15px;
    z-index: 99;
    bottom: 30px;
    left: 50%;
    margin-left: -120px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.text_copy_link img {
    width: 14px;
}

.xyinsta_submenu .xyinsta_menu-item.rotate span:after {
    transform: rotate(180deg);
}

.header_pages ~ .title-section {
    display: none !important;
}

.header_pages .header_pages_search {
    display: flex !important;
}

.header_pages_search .search {
    max-width: 100% !important;
    width: 100%;
}

.articles-page {
    margin-bottom: 48px;
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* collapse header */
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 320px;
        height: 100%;
        background: #fff;
        z-index: 1000;
        overflow-x: auto;
        transition: all 300ms ease-in-out;
    }

    #navbarHeader {
        display: block;
        transform: translate(-100%, 0);
    }

    /* .navbar-collapse.collapsing {
        left: -320px;
        transition: height 0s ease;
    } */

    #navbarHeader.show {
        transform: translate(0%, 0);
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    .no_scroll {
        overflow: hidden;
    }

    .no_scroll:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
    }

    .navbar-toggler {
        border: none !important;
        transition: 0.3s;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler:hover {
        background-color: hsla(0, 0%, 100%, 0.2);
    }

    .collapse_top {
        padding: 16px 8px 16px 16px;
        background-color: #221f1f;
    }

    .collapse_top a {
        width: 220px;
    }

    .collapse_top a img {
        max-width: 100%;
    }

    .collapse_nav.navbar-nav {
        padding: 10px 8px 16px;
        border-bottom: 1px solid #e9e9e9;
    }

    .collapse_nav.navbar-nav .nav-item .nav-link {
        display: block;
        padding: 0 8px;
        font-size: 14px;
        line-height: 32px;
        color: #221f1f !important;
    }

    .lang_collapse {
        padding: 10px 16px;
    }

    .lang_collapse_label {
        display: inline-block;
        width: 75px;
        font-size: 14px;
        color: #797878;
    }

    .lang_collapse .active,
    .lang_collapse a {
        display: inline-block;
        padding-left: 12px;
        padding-right: 12px;
        border: 1px solid #e9e9e9;
        border-radius: 4px;
        font-size: 14px;
        line-height: 32px;
        color: #221f1f;
    }

    .lang_collapse .active {
        border-color: #00a046;
        background-color: #e5f5ec;
    }

    .lang_collapse .active ~ a,
    .lang_collapse a ~ .active {
        margin-left: 6px;
    }

    .close_menu_btn {
        width: 40px;
        height: 40px;
    }

    .close_menu_btn img {
        width: 8px;
    }
}

/* .header_instructions {
    display: none;
} */

.header_instructions .xyinsta_menu {
    margin: 0 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #e9e9e9;
}

.instruction_feedback_btn img {
    width: 30px;
}

.feedbackForm {
    margin-top: 16px;
}

.wrap-comments-from {
    max-width: 730px;
    margin: 0 auto;
    min-width: 540px;
}

.ask_question_container {
    max-width: 730px;
    margin: 0 auto 32px;
    display: flex;
    justify-content: center;
}

.ask_question_container .ask_question {
    align-items: center;
}

/* .ask_question_container {
    margin: 32px 0;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.ask_question {
    width: 100%;
    padding: 16px;
}

.ask_question:first-child {
    border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 768px) {
    .ask_question {
        width: 50%;
        padding: 32px;
    }

    .ask_question:first-child {
        border-right: 1px solid #e9e9e9;
        border-bottom: 0;
    }
} */

.ask_question_img {
    width: 64px;
    margin-right: 24px;
}

.ask_question_text {
    font-size: 22px;
}

.ask_question_btn {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px #ebebeb;
    color: #3e77aa;
    height: 40px;
    width: fit-content;
    font-size: 16px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    transition: 0.3s;
}

.ask_question_btn:hover {
    color: #4096e3;
}

@media (min-width: 768px) {
    .ask_question_img {
        width: 88px;
    }
}

.article_form_section {
    position: relative;
    margin-bottom: 32px;
}

.ask_question_container {
    margin-bottom: 32px;
}

.article_form {
    /* position: absolute;
    top: -100%;
    opacity: 0;
    z-index: -1;
    transition: 0.3s; */
    display: none;
}

.form_block {
    display: block;
}

.article_form.show_form {
    /* position: relative;
    opacity: 1;
    z-index: 1;
    top: 0; */
    display: block;
}

.ask_question_rules {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    opacity: 0.7;
}

.close_question_btn {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px #ebebeb;
    color: #3e77aa;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.close_question_btn:hover {
    color: #4096e3;
}

#comments-from .btn.article_submit_btn {
    background-color: #3e77aa;
    color: #fff;
    height: 40px;
    font-size: 16px;
    padding: 0 16px;
    border: 0;
    border-radius: 4px;
    transition: 0.3s;
}

#comments-from .btn.article_submit_btn:hover {
    background-color: #4096e3;
}

/* .comments_form .form-control {
    padding: 0px 12px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    transition: 0.3s;
}

.comments_form .form-control:focus {
    border-color: #a6a5a5;
} */

.comments_form input.form-control {
    height: 40px;
}

.article_form_label {
    font-size: 12px;
    color: #797878;
    margin-bottom: 4px;
    line-height: 1;
}

.breadcrumbs__item {
    margin-left: 24px;
    font-size: 13px;
    line-height: 16px;
    color: #333;
}

.breadcrumbs__item:first-child {
    margin-left: 0;
}

.breadcrumbs__item::after {
    top: -3px;
    font-size: 20px;
}

.breadcrumbs__link {
    font-size: 14px;
    color: #337ab7;
    transition: 0.3s;
}

.breadcrumbs__item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
    display: block;
}

.breadcrumbs__link:hover,
.def-link:hover {
    text-decoration: underline;
    color: #f84147;
}

.xyinsta_content table ul.media {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.parent_comment ~ .media {
    margin-top: 16px;
}

@media (max-width: 1023px) {
    /* .breadcrumbs_container {
        display: none;
    } */
}

a.help_desk-d-block {
    display: block;
    margin-bottom: 10px;
}

.search_title {
    margin: 20px 0;
}

@media (min-width: 992px) {
    .search_title {
        margin: 40px 0;
    }
}
@media (max-width: 991px) {
    .header_pages .logo {
        display: none !important;
    }
}

.article_form_succes.mb-3 {
    color: #00a046;
    font-weight: bold;
    text-align: center;
    padding-bottom: 24px;
}

@media (min-width: 900px) {
    .container,
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1300px) {
    .container,
    .container-fluid {
        padding-left: 46px;
        padding-right: 46px;
        max-width: 1600px;
    }
}

.captcha-error {
    border: 1px solid #dc3545;
}

/* коментарі */
.comments-list-new {
    background: none !important;
}
.comments-list-new .parent_comment {
    /* border: 1px solid #e9e9e9; */
    border-radius: 4px;
}
.comments-list-new .parent_comment ~ .media {
    padding: 8px 24px 8px 24px;
    margin-top: 16px;
    position: relative;
    background: rgb(251 251 251);
    margin-bottom: 0px !important;
}
.comments-list-new .parent_comment ~ .media:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
    content: "";
}

.comments-list-new > .media {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 22px !important;
    padding-bottom: 22px;
}

.comments-list-new .parent_comment ~ .media .comments_scroll_btn {
    display: none;
}
.comments-list-new .comments_block {
    line-height: 1.4;
}
.comments-list-new .comments_block:first-child {
    padding-bottom: 8px;
    width: 100%;
}
.comments-list-new .comments_block:first-child .date {
    font-size: 12px;
    font-weight: 400;
    color: #a6a5a5;
    padding-top: 3px;
}
/* .comments-list-new .comments_block img {
    width: 22px;
    height: 22px;
    -o-object-fit: cover;
    object-fit: cover;
} */
/* .comments-list-new .comments_block p:last-child {
    margin-bottom: 0;
} */
.comments-list-new .comments_block .right {
    margin-left: auto;
}
.comments-list-new .comments_author {
    margin: 0;
}
.comments-list-new .mb-2,
.comments-list-new .my-2 {
    margin-bottom: 0.5rem !important;
}
.comments-list-new .comment-text {
    padding: 12px;
}
.comments-list-new .comments_scroll_btn {
    border: none !important;
    padding: 0;
    margin-left: 12px;
    background: none;
    cursor: pointer;
}
.comments-list-new .comments_scroll_btn svg {
    width: 16px;
    height: 16px;
    fill: #3e77aa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comments-list-new .comments_scroll_btn:hover svg {
    fill: #ff7878;
}

#navbarHeader .navbar-nav {
    justify-content: flex-end !important;
}

.search-list ul {
    padding-left: 0;
    list-style: none;
}

.help_desk-search-result_li .date {
    margin-bottom: 12px;
    opacity: 0.7;
    font-size: 14px;
}

.wrap-feedback_container {
    padding-top: 32px;
}

.wrap-feedback_form {
    max-width: 800px;
    margin: 0 auto;
}

.mx-10.text-center .mb-10.mt-20.h2 {
    margin-top: 42px;
    font-size: 34px;
}

.mx-10.text-center .font-bold.h4 {
    display: none;
}

.error-desc h1 {
    font-size: 34px;
}

.mob-footer {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.mob-footer .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mob-footer .navbar-nav .nav-link {
    color: #000 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: underline;
}

.header_pages .logo.mob-logo {
    display: block !important;
    max-width: 240px;
}

.mob-logo a {
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
    display: block;
}

.logo.mob-logo .img-logo img {
    max-width: 115px;
}

.logo.mob-logo .link-logo {
    transform: none;
    text-align: left;
}

.logo.mob-logo .img-logo {
    font-size: 16px;
}

.wrap-video {
    max-width: 730px;
    margin: 0 auto;
}

.anim-blink {
    animation-name: blinker;
    animation-iteration-count: 3;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-duration: 1s;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

.wrap-expand {
    margin-bottom: 24px;
}

.wrap-expand .x-title {
    cursor: pointer;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.wrap-expand .x-title:before {
    content: "";
    margin-right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #1c1c1c;
    display: block;
    transition: all 0.3s ease;
}

.wrap-expand.open .x-title:before {
    transform: rotate(90deg);
}

.wrap-expand .expand {
    display: none;
}

.feedback_form_container form {
    transition: all 0.3s ease;
}

.feedback_form_container {
    position: relative;
}

.feedback_form_container .alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    padding-right: 16px;
    justify-content: space-between;
}

table.media,
table.table {
    width: 100%;
    border-collapse: collapse;
    display: table;
    line-height: 1.4;
    margin-bottom: 1rem;
}
table.media thead,
table.table thead {
    font-weight: normal;
}
table.media th,
table.table th {
    font-weight: 400 !important;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    width: 9%;
}
table.media td,
table.table td {
    padding: 0.6rem 1rem 0.6rem 0.6rem;
    border-bottom: 1px solid #e8e9eb;
    text-align: center;
}

.logo .img-logo {
    display: flex;
    font-size: 20px;
    align-items: center;
    margin-bottom: 4px;
}

.logo .img-logo .t {
    margin-top: -3px;
    line-height: 1;
}

.logo .img-logo img {
    margin-right: 8px;
    max-width: 140px;
}

@media screen and (max-width: 800px) {
    table.media,
    table.table {
        font-size: 13px;
    }
    /* 
    table.media thead {
        display: none;
    }
    table.media th {
        font-weight: 700 !important;
    }
    table.media tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #e8e9eb;
    }
    table.media td {
        display: block;
        text-align: right;
    }
    table.media td:before {
        content: attr(aria-label);
        float: left;
        font-weight: normal;
    }
    */
}

button:focus {
    outline: none !important;
}

.feedback_form_container .alert + form {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1200px) {
    .wrap-container-faq .articles_customer {
        order: -1;
        text-align: center;
    }
    .wrap-container-faq .wrap-img {
        order: 1;
    }
}

@media (max-width: 1440px) {
    .contentSelection {
        font-size: 17px;
    }
}

@media (max-width: 1280px) {
    .header-row .logo .img-logo {
        font-size: 17px;
    }
    .header-row .logo .img-logo img {
        max-width: 134px;
    }
    .header-row .link-logo {
        font-size: 14px;
    }
    .header-row .link-logo {
        min-width: 250px;
    }
}

@media (max-width: 1240px) {
    #navbarFooter {
        margin-left: -15px;
    }

    .contentSelection {
        font-size: 16px;
    }
    .head-block {
        display: block;
    }
    body .head-block h1 {
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .footer-buttons {
        padding-top: 24px;
    }

    .footer-row {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .contentSelection {
        font-size: 15px;
    }

    .news-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs__item {
        margin-left: 0;
    }
    .breadcrumbs__item {
        display: none;
    }
    .breadcrumbs__item::after {
        top: -1px;
    }

    .ask_question_container .ask_question {
        justify-content: center;
    }

    .warp-table-media {
        overflow-x: auto;
        width: 100%;
    }

    .warp-table-media table {
        max-width: 991px;
    }
}

@media (max-width: 768px) {
    .warp-table-media table {
        max-width: 768px;
    }
    .xyinsta_left {
        display: none;
    }
    .footer .copyright {
        text-align: center;
    }

    #navbarFooter .navbar-nav .nav-item {
        margin: 8px;
    }
    .footer-buttons {
        align-items: center;
        padding-top: 0;
    }
    #navbarFooter .navbar-nav {
        margin: 32px 0;
    }
    .telegram {
        margin-bottom: 12px;
    }
    body .xyinsta_right,
    body .xyinsta_left {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .news_info_single {
        width: inherit;
        padding: 0 12px 12px;
    }

    .news_info {
        padding: 12px 4px 0px;
    }
    .top-menu {
        padding: 0;
    }
    .breadcrumbs {
        padding-bottom: 0 !important;
    }
    .header {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
    }
    .header-row {
        min-height: 64px;
    }

    body {
        padding-top: 64px;
    }
    .header .logo a {
        font-size: 14px;
    }

    .footer-row {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #navbarFooter .navbar-nav {
        margin: 22px 0;
    }
    #navbarFooter .navbar-nav .nav-item {
        margin: 4px;
    }

    #navbarFooter,
    .footer .copyright,
    .footer .telegram {
        display: none;
    }

    .item img {
        margin-bottom: 18px;
        max-width: 60px;
        max-height: 60px;
        object-fit: contain;
    }
    .item-title,
    .item-text,
    .item-text ~ p {
        margin-bottom: 12px;
    }

    .items-row .item {
        line-height: 1.4;
    }

    #navbarLeft {
        margin-bottom: 32px;
    }
    .info-title {
        font-size: 24px;
    }

    .q-answer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sticky.fixed {
        position: static;
    }
}

@media (max-width: 768px) and (min-width: 575px) {
    .header .logo {
        justify-content: center;
    }
    /* 
    .header .logo a {
        transform: translate(-15%, 0);
    } */
}

@media (min-width: 575px) {
    .link-logo {
        min-width: 280px;
    }
}

@media (max-width: 575px) {
    .wrap-comments-from .captcha {
        margin-top: 0;
        order: -1;
        margin-bottom: 12px;
        margin-left: 0 !important;
    }

    .wrap-comments-from .btns {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .artlist_item_el {
        margin-right: 18px;
    }
    .title-section {
        text-align: center;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .title-section .title {
        font-size: 30px;
    }

    .title-section .tagline {
        font-size: 16px;
        line-height: 1.4;
    }

    .item {
        border-right: none;
    }

    .items-row .item {
        text-align: center;
    }

    .item-title {
        width: inherit;
    }

    .left-column .nav-item {
        height: inherit;
    }

    .items-row .item-title {
        font-size: 24px;
    }
    .logo .img-logo img {
        max-width: 130px;
    }
    .logo .img-logo {
        font-size: 18px;
    }
}

@media (max-width: 370px) {
    .artlist_item_el {
        margin-right: 10px;
    }
    .artlist-item .morelink {
        font-size: 14px;
    }
    .logo .img-logo img {
        max-width: 110px;
    }
    .logo .img-logo {
        font-size: 16px;
    }
}

.community-list ul,
.community-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.community-questions .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-list .subitem {
    line-height: 1.4;
    margin-bottom: 8px;
}

.community-list .subitems {
    margin-bottom: 12px;
    font-size: 15px;
}

.community-list .title {
    margin-bottom: 18px;
}

.community-list a:hover,
.community-questions a:hover {
    text-decoration: underline;
    color: #f84147;
}

.community-questions ul {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    list-style: none;
}

.community-questions .item {
    padding: 16px 24px 16px 0;
}

.community-questions .title {
    margin-bottom: 8px;
    font-size: 18px;
    /* word-break: break-all; */
    line-height: 1.3;
}

.community-list .subitem {
    /* word-break: break-all; */
}

.community-questions .text {
    margin-bottom: 8px;
    font-size: 15px;
}

.community-questions .info {
    justify-content: space-between;
    color: #6a6a6a;
    font-size: 12px;
}

.left-wrap-nav {
    background: #b6b6b617;
    /* padding: 20px; */
    border-radius: 8px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.clear-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.normal-page .xyinsta_right {
    padding-top: 0;
    overflow: visible;
    max-width: 860px;
}

.js-modal {
    outline: none !important;
}

.normal-page {
    max-width: 1260px;
    margin: 8px auto 0;
}

.normal-page h1 {
    line-height: 1.2;
}

.normal-page .xyinsta_right {
    padding-left: 32px;
}

.normal-page .xyinsta_left {
    width: 280px;
    min-width: 280px;
    position: sticky;
    top: 8px;
    margin-left: 30px;
}

.normal-page .wrap-content {
    align-items: flex-start;
}

.normal-page .breadcrumbs {
    display: flex;
}

.categories-left-nav a {
    display: block;
    margin: 0;
    padding: 10px 32px 12px;
    border: none;
    font-size: 14px;
    /* white-space: nowrap; */
    color: #3e77aa;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.categories-left-nav.text-links a {
    position: relative;
    padding-left: 42px;
}

.categories-left-nav.text-links a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(208, 236, 219, 1);
}

.categories-left-nav.text-links a:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translate(0, -50%);
    background-color: rgba(208, 236, 219, 1);
    transition: all 0.3s ease;
}

.categories-left-nav.text-links a.active:after {
    transform: translate(0, -50%) scale(1.2);
    background: #05bc52;
}

.categories-left-nav .second-menu__icon-img {
    max-width: 36px;
    max-height: 32px;
    object-fit: contain;
}

.categories-left-nav .second-menu__icon {
    margin-right: 16px;
}

.categories-left-nav a:hover,
.categories-left-nav a.active {
    color: #000;
    background-color: rgba(208, 236, 219, 0.5);
}

/* .categories-left-nav a.active {
    box-shadow: inset 0 0 0 2px #00a046;
    color: #221f1f;
} */

.user-avatar {
    border-radius: 50%;
    color: #7ebcff !important;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    width: 38px;
    height: 38px;
}

.user-avatar:hover {
    text-decoration: none !important;
}

.def-btn {
    background-color: #3e77aa;
    color: #fff;
    font-size: 16px;
    padding: 6px 16px;
    border: 0;
    line-height: 1.2;
    border-radius: 4px;
    transition: 0.3s;
    height: inherit;
}

.btn-outline-def {
    border-color: #3e77aa;
    color: #3e77aa;
}

.btn-outline-def:hover {
    background-color: #4096e3;
}

.def-btn:hover {
    background-color: #4096e3;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-next svg {
    width: 18px;
    height: 18px;
    fill: #3e77aa;
    transition: all 0.3s ease;
}

.btn-next:hover svg {
    fill: #fff;
}

.heading3 {
    font-size: 22px;
}

.heading4 {
    font-size: 18px;
}

.arrow-heading {
    cursor: pointer;
}

.arrow-heading svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.arrow-heading.open svg {
    transform: rotate(-180deg);
}

.button-like {
    border: none;
    outline: none;
    font-size: 13px;
    background: none;
}

.bg-grey {
    background: #f8f8f8;
    border-radius: 8px;
}

.button-like.disable {
    cursor: default;
}

.button-like .ico {
    width: 24px;
    height: 24px;
    fill: #cfcfcf;
    transition: all 0.3s ease;
}
.button-like:not(.disable).active .ico,
.button-like:not(.disable):hover .ico {
    fill: #05ba50;
}

.button-like.dislike.active .ico,
.button-like.dislike:hover .ico {
    fill: red;
}

.comments-list .button-like {
    display: flex;
    align-items: center;
}

.comments-list .button-like .usefulCount {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #a6a5a5;
}

.instruction_feedback_buttons .button-like .usefulCount {
    margin-left: 3px;
}

.btn-sm {
    font-size: 12px;
}

.btn-secondary {
    background-color: #656363;
}

.comments-list .button-like .ico {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.row-comment {
    display: flex;
}

.comment-content {
    flex-grow: 1;
}

.comment-img img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    margin: 0;
}

.row-comment .comment-img {
    width: 38px;
    margin-right: 16px;
}

.comments_block {
    font-size: 14px;
}

.comments_block p {
    margin-bottom: 8px;
}

.row-comment .comments_author {
    font-size: 15px;
}

.questions-title {
    margin-top: 48px;
}

.questions-title:first-child {
    margin-top: 0;
}

.questions-title .heading4 {
    font-size: 16px;
    color: #6a6a6a;
}

.mb-6 {
    margin-bottom: 56px;
}

/* .mb-5 {
    margin-bottom: 32px;
} */

.wrap-profile {
    position: relative;
}

/* .wrap-profile .hide-shadow {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
} */

.menu-profile .user-avatar {
    width: 56px;
    height: 56px;
    background: rgb(155 155 155 / 30%);
}

.ico-star {
    width: 24px;
    height: 24px;
    fill: orange;
}

.wrap-community-list {
    overflow: hidden;
}

.wrap-community-list .community-list {
    margin-left: -32px;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 50% 50%;
}

.community-list .item {
    padding: 32px;
    max-width: inherit;
}

.container3 {
    max-width: 800px;
}

h1 {
    font-size: 36px;
}

#unsubscribe-to-page {
    display: none;
}

.user-subscribed #unsubscribe-to-page {
    display: block;
}

.user-subscribed #subscribe-to-page {
    display: none;
}

#form-registration {
    width: 500px;
}

.question-mini-block .text {
    flex-grow: 1;
    padding-right: 24px;
    line-height: 1.4;
}

.question-mini-block .def-btn {
    white-space: nowrap;
}

.status-1 .question-form .arrow-heading {
    display: none;
}

.status-1 .question-form .article_form {
    padding-top: 0 !important;
}

.status-1 .container3,
.status-1 .wrap-content,
.status-1 .xyinsta_right {
    margin: 0 auto;
}

.bg-grey .comments-list .media:last-child {
    margin-bottom: 0 !important;
}

.bg-grey .community-questions .item {
    border-right: none;
    padding-right: 0;
}

.profile-info {
    line-height: 1.4;
}

.profile-info .subtitle {
    font-size: 12px;
    color: #6a6a6a;
}

.subtitle {
    font-size: 12px;
    color: #6a6a6a;
}

.left-wrap-nav .subtitle {
    padding-left: 32px;
    color: #000;
}

.normal-page .xyinsta_content {
    overflow: visible;
}

.search-inner-page {
    display: flex;
}

.search-inner-page .ico {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0, -50%);
    fill: #afafaf;
}

.search-inner-page .wrap {
    flex-grow: 1;
    position: relative;
}

.search-inner-page input {
    width: 100%;
}

.breadcrumbs {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.breadcrumbs__item {
    position: relative;
}
.breadcrumbs__item:after {
    position: absolute;
    top: -1px;
    right: -15px;
    font-size: 18px;
    color: #d2d2d2;
    content: "›";
}
.breadcrumbs__item:last-child {
    padding-left: 24px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.707 1.707A1 1 0 0 0 7.293.293l1.414 1.414zM2 7l-.707-.707L.586 7l.707.707L2 7zm5.293 6.707a1 1 0 0 0 1.414-1.414l-1.414 1.414zm0-13.414l-6 6 1.414 1.414 6-6L7.293.293zm-6 7.414l6 6 1.414-1.414-6-6-1.414 1.414z' fill='%233e77aa'/%3E%3C/svg%3E")
        0 no-repeat;
}
.breadcrumbs__item:last-child:hover {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.707 1.707A1 1 0 0 0 7.293.293l1.414 1.414zM2 7l-.707-.707L.586 7l.707.707L2 7zm5.293 6.707a1 1 0 0 0 1.414-1.414l-1.414 1.414zm0-13.414l-6 6 1.414 1.414 6-6L7.293.293zm-6 7.414l6 6 1.414-1.414-6-6-1.414 1.414z' fill='%23ff7878'/%3E%3C/svg%3E")
        0 no-repeat;
}
.breadcrumbs__item:last-child:after,
.breadcrumbs__item:not(:last-child) {
    display: none;
}

.button-star {
    background: none;
    border: none;
    padding: 0;
}

.button-star svg {
    fill: #cfcfcf;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.button-star:hover svg,
.button-star.active svg {
    fill: orange;
}

.favorite-list-comments {
    border: 1px solid orange;
    border-radius: 5px;
    padding: 16px;
    padding-bottom: 0;
}

.form-search-list {
    display: none;
}

.form-search-list a {
    color: #3e77aa;
    padding: 8px 0px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    margin-left: 28px;
}

.questionModeration {
    color: #990000;
}

.questionPublished {
    color: #006600;
}

.form-search-list .ico {
    width: 18px;
    height: 18px;
    fill: #8b8b8b;
    position: absolute;
    left: -28px;
    top: 9px;
}

.form-search-list.show {
    display: block;
}

#auth-modal .alert-success.text-center {
    max-width: 360px;
}

.close-button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.close-button svg {
    width: 22px;
    height: 22px;
    fill: #cfcfcf;
    transition: all 0.3s ease;
}

.close-button:hover svg {
    fill: #000;
}

.to-top {
    position: fixed;
    bottom: 25px;
    color: #fff;
    height: 39px;
    width: 39px;
    background: #bcbcbc;
    z-index: 1000001;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    text-decoration: none;
    padding: 0 10px;
    right: 20px;
    display: block;
    transform: translate(80px, 0);
    border-radius: 5px;
}

.left-wrap-nav.sh-block {
    position: sticky;
    top: 22px;
    transition: all 0.3s ease;
    background: #f8f8f8;
}

.left-wrap-nav.sh-block.fix {
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 15%);

    transform: scale(1.12);
}

.normal-page.nosticky .xyinsta_left {
    position: static;
}

.normal-page.nosticky .wrap-content {
    align-items: inherit;
}

.to-top:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
    top: 17px;
    left: 15px;
}

.to-top:hover {
    background-color: rgb(39 161 87);
}

.to-top.show {
    opacity: 1;
    transform: translate(0, 0);
}

.file-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: none;
    outline: none !important;
    background: none;
    padding: 0;
}

.file-btn:hover {
    background: #ededed;
}

.file-btn.disable {
    opacity: 0.3;
    cursor: default;
}

.file-btn svg {
    width: 28px;
    height: 28px;
}

.plus-file svg {
    fill: green;
}

.minus-file svg {
    fill: red;
    width: 24px;
    height: 24px;
}

.wrap-file-btn {
    display: flex;
    align-items: center;
}

.wrap-file-btn .file-btn {
    margin-left: 12px;
}

.wrap-file {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.wrap-file .file-btn {
    margin-left: 12px;
}

.wrap-file-btn .wrap-file {
    margin-top: 0;
}

.wrap-file-btn .btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    display: flex;
    align-items: center;
    border: 2px solid #ced4da;
    justify-content: center;
    margin-bottom: 0;
}

.wrap-file.disable {
    opacity: 0.5;
    pointer-events: none !important;
}

.wrap-file.disable .btn-tertiary {
    cursor: default !important;
}

.wrap-file .btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.wrap-file .btn-tertiary:hover,
.wrap-file .btn-tertiary:focus {
    background: #fff;
}

.wrap-file .js-labelFile.has-file {
    color: green;
}
.wrap-file .btn-tertiary svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.wrap-file .input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.wrap-file .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

.js-fileName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 270px;
}
.wrap-file .input-file + .js-labelFile .icon:before {
    content: "\f093";
}
.wrap-file .input-file + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5aac7b;
}

.redactor-toolbar a:hover {
    text-decoration: none;
}

/* master */
.step-header {
    display: flex;
    align-items: center;
}

.step-header .num {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background: #c1c1c1;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
}

.step {
    padding-bottom: 16px;
    position: relative;
}

.step:before {
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 12px;
    top: 36px;
    bottom: 8px;
    position: absolute;
}

.step.active {
    padding-bottom: 32px;
}

.step.active:before {
    bottom: 6px;
}

.step.active .num {
    background: #05bc52;
    color: #fff;
}

.step .step-content {
    display: none;
    padding-left: 44px;
}

.step.active .step-content {
    display: block;
}

.step-result {
    padding-left: 44px;
}

.step.active .step-result {
    display: none;
}

.step[data-step]:not(.active) .step-header {
    cursor: pointer;
}

body .redactor-modal-box {
    z-index: 99999;
}

/* master */

.rzcallout {
    border-left: 4px solid gray; /* Параметры линии */
    padding: 16px; /* Расстояние от линии до текста */
    background: #f0f0f0; /* Цвет фона */
}
.rzinfo {
    border-color: green;
    background: #dff0d8;
}
.rzwarning {
    border-color: orange;
    background: #fcf8e3;
}
.rzalert {
    border-left: 4px solid red;
    background: #f2dede;
}

@media (min-width: 1024px) {
    .breadcrumbs__item + .breadcrumbs__item {
        margin-left: 24px;
    }
    .breadcrumbs__item:last-child {
        padding: 0;
        background: 0 0;
    }
    .breadcrumbs__item:last-child:hover {
        background: 0 0;
    }
    .breadcrumbs__item:not(:last-child) {
        display: block;
    }
}
.breadcrumbs__link {
    font-size: 14px;
    line-height: 16px;
}

@media (min-width: 991px) {
    .header-auth-links a .title {
        display: none;
    }

    .menu-profile {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        border: 1px solid #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
        min-width: 270px;
        visibility: hidden;
        opacity: 0;
        transform: translate(0, 15px);
        transition: all 0.3s ease;
        z-index: 100;
    }

    .menu-profile.show {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {
    .normal-page .xyinsta_right {
        padding-right: 0;
    }

    .community-list .subitem {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .normal-page {
        padding-bottom: 36px;
    }

    .breadcrumbs_container {
        padding-bottom: 16px;
    }
    .left-footer {
        order: 1;
        display: flex;
        justify-content: center;
        padding-top: 24px;
    }

    .menu-profile {
        background: none;
        padding: 0 !important;
    }

    .menu-profile hr {
        border-color: rgba(255, 255, 255, 0.1);
    }

    .logo .header-langs {
        display: none;
    }
    .des-logo {
        flex: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .des-logo .link-logo {
        transform: translate(-15%, 0);
    }

    .header-row {
        flex-wrap: nowrap;
        width: 100%;
    }

    .mob-panel {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .collapse_top {
        order: -2;
    }

    .header-auth-links {
        order: -1;
        background: #221f1f;
        color: #fff;
        margin: 0 !important;
        width: 100%;
        padding: 16px 16px 24px 16px;
    }

    .header-auth-links a {
        color: #fff;
    }

    .header-auth-links svg {
        fill: #fff;
    }

    #button-show-modal-auth {
        display: flex;
        align-items: center;
    }

    .wrap-profile .user-avatar.user-avatar-small {
        display: none;
    }

    #button-show-modal-auth .wrap-ico {
        display: flex;
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.3);
        margin-right: 16px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }

    .wrap-comments-from {
        min-width: inherit;
    }
}

@media (max-width: 540px) {
    .mb-sm-2 {
        margin-bottom: 8px;
    }
    .des-logo .link-logo {
        transform: translate(-12%, 0);
    }
    .xyinsta_content h2 {
        font-size: 22px;
    }

    .top-menu {
        width: auto;
    }
    h1 {
        font-size: 28px;
    }
    .normal-page .xyinsta_right {
        padding-left: 15px;
    }
    .community-questions .item {
        padding-right: 0;
    }

    .question-mini-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 16px !important;
    }

    .question-mini-block .text {
        padding: 16px;
    }

    .wrap-community-list .community-list {
        margin-left: 0;
        display: block;
    }

    .view-community .heading4 {
        text-align: center;
    }

    .menu-footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .row-comment .comment-img {
        width: 32px;
    }

    .comment-img img {
        width: 32px;
        height: 32px;
    }

    .auth-modal {
        max-width: 400px;
        min-width: 96%;
    }

    #form-registration {
        width: auto;
    }

    .xyinsta_menu ul {
        padding-left: 16px;
    }
    .title-section .tagline {
        margin-bottom: 24px;
    }

    .footer {
        display: none;
    }

    .mob-panel .footer {
        display: block;
    }

    .step .step-content,
    .step-result {
        padding-left: 0;
    }
    .step:before {
        content: none;
    }

    .comment-content .comments_block {
        display: block !important;
    }

    .comment-content .comments_block h5 {
        margin-bottom: 12px;
    }

    .r-notification {
        width: clamp(200px, 90%, 400px);
    }
    .head-block {
        flex-direction: column;
    }

    .head-block .ml-auto.pl-3 {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        margin-top: 8px;
    }

    .head-block .ml-auto.pl-3 .bg-grey {
        margin-left: 0 !important;
    }
}

@media (max-width: 380px) {
    .header-row .des-logo .img-logo img {
        max-width: 110px;
    }
    .header-row .des-logo .img-logo {
        font-size: 15px;
        display: flex;
        justify-content: center;
    }

    .title-section .tagline {
        margin-bottom: 18px;
    }
}
