/* АВТОГЕНЕРАЦИЯ: scripts/build_gpg_header_css.py из template.css — не править руками.
   Подмножество стилей битрикс-шапки (без глобальных побочек) для tailwind-страниц. */
.page-header_small .header {
    height: 80px;
}
.header_new {
    padding: 0;
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    background: url(../images/dropdown_menu/header_new_background.png);
    box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.25);
}
.body-main .header-text {
    margin: 0;
    padding-top: 200px;
    padding-bottom: 100px;
}
.body-main .content-wrapper {
    padding-top: 230px;
}
.body-main .header_new {
    box-shadow: none;
}
.header_new.fixed {
    box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.25);
}
.header_new .logo {
    display: flex;
    align-items: center;
}
.header_new .logo .logo-dark {
    display: none;
}
body.dark .logo .logo-dark {
    display: block;
}
.header_new .logo img {
    width: 112px;
    height: 49px;
}
.header_new .header_new_wrapper {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.header_new .main_menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}
.header_new .main_menu ul.slick-dots {
    justify-content: center;
    gap: 0px;
}
.header_new .main_menu>ul li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.09px;
    text-transform: uppercase;
    height: 80px;
}
.header_new .main_menu>ul>li>a:hover, .header_new .main_menu>ul>li>a.active {
    color: #fff;
}
body.dark .header_new .main_menu ul a:hover svg path, body.dark .header_new .main_menu>ul li>a.active svg path {
    fill: #1267fe;
}
.header_new .main_menu>ul li>a:hover .header_menu_arrow, .header_new .main_menu>ul li>a.active .header_menu_arrow {
    transform: rotate(180deg);
    margin-top: 0px;
}
body.dark .header_new .main_menu>ul li>a:hover .header_menu_arrow path, body.dark .header_new .main_menu>ul li>a.active .header_menu_arrow path {
    fill: #fff;
}
.header_new .main_menu ul a svg {
    height: 24px;
}
.header_new .main_menu ul a svg.header_menu_arrow {
    margin-top: -5px;
}
.header_new .main_menu ul a:hover svg path, .header_new .main_menu ul a.active svg path {
    fill: #1267fe;
}
body.dark .header_new .main_menu ul a svg path {
    fill: var(--color-light-gold);
}
.header_new .right_block {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header_new .right_block .user_links {
    list-style: none;
    display: flex;
    gap: 10px;
}
.header_new .right_block .user_links a.theme-btn svg path {
    fill: #000;
}
.header_new .right_block .user_links a:hover svg path {
    fill: #1267fe;
}
body.dark .header_new .right_block .user_links a svg path {
    fill: var(--color-light-gold);
}
body.dark .header_new .right_block .user_links a.theme-btn svg path {
    fill: #1267fe;
}
.header_new .main_menu>ul li>a:hover .header_menu_arrow, .header_new .main_menu>ul li>a.active .header_menu_arrow path {
    fill: #fff;
}
body.dark .header_new .right_block .user_links a:hover svg path {
    fill: var(--color-light-gold-hover);
}
.header_new .header_contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0px;
}
.header_new .header_contacts .header_contacts_phone {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    text-align: right;
}
.header_new .header_contacts .header_contacts_email {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
    letter-spacing: 0.01em;
    text-align: right;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.header_new .header_new_backcall {
    background: rgba(18, 103, 254, 1);
    border-radius: 30px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    width: 184px;
    height: 48px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}
body.dark .header_new .header_new_backcall {
    background: #ffffff0d;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
body.dark .header_new .header_new_backcall:hover {
    background: #ffffff20;
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .backcall_button:hover {
    background: #06413d;
}
.header_new .dropdown_menu {
    background: rgba(242, 245, 255, 1);
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    overflow: hidden;
    height: 0px;
    /* opacity:0; 
    transform: scaleY(0);    
    transform-origin: top;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;  */
}
.header_new .main_menu .dropdown_background {
    background: rgba(242, 245, 255, 1);
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
    height: 600px;
}
body.dark .header_new .main_menu .dropdown_background {
    background: var(--color-light-gold)
}
.header_new .dropdown_menu .dropdown_container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    width: 100%;
    position: relative;
    padding: 80px 0;
    padding-bottom: 200px;
}
.header_new .dropdown_menu .dropdown_menu_close {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 40px;
    height: 40px;
    color: #000;
    cursor: pointer;
    z-index: 999999;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header_new .dropdown_menu .dropdown_menu_close:hover {
    background: #000;
}
.header_new .dropdown_menu .dropdown_menu_close:before {
    position: absolute;
    left: 18px;
    top: 10px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #1d1d1b;
    transform: rotate(45deg);
}
.header_new .dropdown_menu .dropdown_menu_close:after {
    position: absolute;
    left: 18px;
    top: 10px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: #1d1d1b;
    transform: rotate(-45deg);
}
.header_new .dropdown_menu .dropdown_menu_close:hover:after {
    background-color: #fff;
}
.header_new .dropdown_menu .dropdown_menu_close:hover:before {
    background-color: #fff;
}
.header_new .submenu_blog_slider_container, .header_new .submenu_services_slider_container {
    max-width: 840px;
}
.header_new .submenu_blog_slider_container .submenu_col_4, .header_new .submenu_services_slider_container .submenu_col_4 {
    max-width: 250px;
}
.header_new .dropdown_menu.about #dropdown_content_about {
    gap: 30px;
    justify-content: flex-start;
}
.header_new .dropdown_menu .dropdown_submenu {
    display: flex;
    flex-direction: column;
    width: 225px;
}
.header_new .dropdown_menu .dropdown_submenu a {
    display: flex;
    color: #000;
    gap: 10px;
    color: #000;
    height: auto;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    text-align: left;
    text-transform: none;
    justify-content: start;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
}
.header_new .dropdown_menu .dropdown_submenu a .submenu_icon {
    flex: 24px 0 0;
}
.header_new .dropdown_menu .dropdown_submenu a .title {
    display: flex;
    flex-direction: column;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    text-align: left;

}
.header_new .dropdown_menu .dropdown_submenu a .title .sub_title {
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.09px;
    text-align: left;

}
.header_new .dropdown_menu .dropdown_submenu a.active, .header_new .dropdown_menu .dropdown_submenu a:hover {
    color: rgba(79, 160, 191, 1);
}
.header_new .dropdown_menu .dropdown_submenu a svg.right_arrow {
    margin-left: auto;
    flex: 10px 0 0;
}
.header_new .dropdown_menu .dropdown_submenu_main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content {
    display: none;
    flex-wrap: wrap;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content.active {
    display: flex;
    gap: 0 30px;
}
.header_new .dropdown_menu.services .dropdown_submenu_main .dropdown_content.active {
    flex: 550px 0 0;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_3 {
    flex: 164px 0 0;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_4 {
    flex: 250px 0 0;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_4 img {
    width: 100%;
    height: 136px;
    border-radius: 10px;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_3 .title {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 16.48px;
    text-align: left;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_3.contacts .dropdown_link {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 16.48px;
    color: rgba(0, 0, 0, 1);
    display: block;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .price {
    color: rgba(255, 98, 36, 1)
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link {
    flex: 100%;
    display: flex;
    align-items: flex-end;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content#dropdown_content_docs .dropdown_content_link, .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content#dropdown_content_class .dropdown_content_link {
    margin-top: 20px;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a {
    display: flex;
    align-items: center;
    color: rgba(79, 160, 191, 1);
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.44px;
    letter-spacing: -0.20999999344348907px;
    text-align: left;
    height: 32px;
    line-height: 32px;
    gap: 15px;
    border: 1px solid rgb(79, 160, 191, 1);
    padding: 5px 15px;
    border-radius: 25px;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a:hover {
    color: #015d6b;
    border-color: #015d6b;
}
.header_new .dropdown_menu.about .dropdown_submenu_main .dropdown_content .dropdown_content_link a {
    margin-bottom: 25px;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a svg path {
    fill: rgba(79, 160, 191, 1);
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer {
    display: flex;
    gap: 75px;
    align-items: center;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .backcall_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 50px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.44px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(79, 160, 191, 1);
    background: rgba(79, 160, 191, 1);
    border-radius: 15px;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .backcall_button:hover {
    background: #015d6b;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .search {
    /*  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.25); */
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .search .dropdown_search {
    height: 33px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .search .search_button {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    background: rgba(79, 160, 191, 1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    color: #fff;
    width: 94px;
    text-align: center;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .search .search_button:hover {
    background: #015d6b;
}
.header_new .dropdown_menu.services .dropdown_submenu_main {
    flex-direction: row;
    justify-content: start;
}
.header_new .dropdown_menu .dropdown_right_block {
    flex: 200px 0 0;
}
.header_new .dropdown_menu .dropdown_submenu_main .submenu_col_12 {
    flex: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.header_new .dropdown_menu.services .submenu_col_12>a {
    font-family: Raleway;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-align: left;
    color: #000;
    display: flex;
    gap: 15px;
    align-items: center;
}
body.dark .header_new .dropdown_menu.services .submenu_col_12>a:hover {
    color: rgb(5 85 76);
}
.header_new .dropdown_menu.services .submenu_col_12>a:hover {
    color: #4FA0BF;
}
body.dark .header_new .dropdown_menu.services .submenu_col_12>a svg>path {
    fill: #000;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_12 .dropdown_content_link {
    flex: 0;
    margin-top: auto;
}
.header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_12 .dropdown_content_link a {
    margin: 0;
}
.header_new .dropdown_menu .services_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    margin-top: 25px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.44px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(79, 160, 191, 1);
    background: rgba(79, 160, 191, 1);
    border-radius: 10px;
}
.header_new .dropdown_menu .services_button:hover {
    background: #015d6b;
}
.header_new .dropdown_menu.clients .menu_clients__item {
    width: 196px;
    height: 280px;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 15px;
}
.header_new .dropdown_menu.clients .menu_clients__item .menu_clients__image {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
}
.header_new .dropdown_menu.clients .menu_clients__item .menu_clients__name {
    color: #1D1D1B;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    max-height: 40px;
    overflow: hidden;
}
.header_new .dropdown_menu.clients .menu_clients__item .menu_clients__descr {
    color: #1D1D1B;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-height: 48px;
    overflow: hidden;
}
.header_new .dropdown_menu.clients .menu_clients__item .menu_clients__image img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.header_new .dropdown_menu.clients ul.slick-dots {
    display: block;
    margin-top: 40px;
}
#dropdown_content_news .submenu_col_4 img, #dropdown_content_blog .submenu_col_4 img, #dropdown_content_video_blog .submenu_col_4 img, #dropdown_content_patent_shop .submenu_col_4 img {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    height: 136px;
    object-fit: cover;
}
#dropdown_content_shop .submenu_col_4 img {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    height: 136px;
    object-fit: contain;
    background-color: #fff;
    padding: 5px;
}
.header_new #dropdown_content_docs .documents_list {
    flex-direction: column;
    flex-wrap: nowrap;
}
.header_new #dropdown_content_docs .documents_list .file_ico svg {
    width: 40px;
    height: 48px;
}
.header_new #dropdown_content_docs .documents_list .div_card {
    padding: 15px;
}
.header_new #dropdown_content_docs .documents_list .dropdown_content_link a {
    margin: 0;
    margin-top: 15px;
}
.header_new #dropdown_content_class h3 {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: rgba(79, 160, 191, 1);
}
.header_new #dropdown_content_class ul {
    list-style: none;
    display: block;
}
.header_new #dropdown_content_class ul li a {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    display: block;
    height: auto;
    text-transform: none;
}
.header_new .dropdown_menu.info .dropdown_footer {
    margin-top: 25px;
}
.header_new #dropdown_content_class ul li a span {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-left: 15px;
}
.header_new .specialists_link {
    position: absolute;
    margin-top: -30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(79, 160, 191, 1);
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.44px;
    border: 1px solid rgb(79, 160, 191, 1);
    padding: 5px 15px;
    border-radius: 25px;
}
.header_new .dropdown_right_block img {
    border-radius: 10px;
}
body.dark .header_new {
    background-image: url(../images/dark/header_bg_new.jpg);
    background-color: var(--color-dark-green);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}
body.dark .header_new .dropdown_menu {
    background: var(--color-light-gold);
}
.header_new .dropdown_menu .dropdown_submenu a.active, .header_new .dropdown_menu .dropdown_submenu a:hover {
    background: rgba(229, 234, 252, 1)
}
body.dark .header_new .dropdown_menu .dropdown_submenu a.active, body.dark .header_new .dropdown_menu .dropdown_submenu a:hover {
    color: rgb(5 85 76);
    background: rgba(227, 202, 133, 1);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a, body.dark .header_new .specialists_link {
    color: rgb(5 85 76);
    border-color: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a:hover, body.dark .header_new .specialists_link:hover {
    color: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a svg>path {
    fill: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a:hover svg>path {
    fill: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu a svg.submenu_icon path, body.dark .header_new .specialists_link:hover svg>path {
    fill: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu a:hover svg.submenu_icon path, body.dark .header_new .specialists_link:hover svg>path {
    fill: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .services_button {
    color: #fff;
    border: 1px solid rgb(5 85 76);
    background-color: rgb(5 85 76);
    ;
}
body.dark .header_new .dropdown_menu .services_button:hover {
    color: #fff;
    border: 1px solid rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_12 .dropdown_content_link a svg>path {
    fill: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .submenu_col_12 .dropdown_content_link a:hover svg>path {
    fill: rgb(5 85 76);
}
body.dark .header_new .slick-dots .slick-active button {
    background: rgb(5 85 76) !important;
}
body.dark .slick-dots li button {
    background: #000 !important;
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .backcall_button {
    color: #fff;
    background: rgb(5 85 76);
    border: 1px solid rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .backcall_button:hover {
    color: #fff;
    border: 1px solid rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .search .search_button {
    color: #fff;
    background: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .search .search_button:hover {
    background: rgb(5 85 76);
}
body.dark .dropdown_menu.info a {
    color: #000;
}
body.dark .dropdown_menu.info a:hover {
    color: rgb(5 85 76);
}
body.dark .header_new .dropdown_menu .dropdown_submenu a svg.right_arrow>path {
    fill: #000;
}
body.dark .header_new .dropdown_menu .dropdown_submenu a:hover svg.right_arrow>path {
    fill: rgb(5 85 76);
}
body.dark .header_new #dropdown_content_class h3 {
    color: rgb(5 85 76);
}
body.dark .body-main .header_new, .body-main .header_new {
    background: transparent;
}
body.dark .body-main .header_new.fixed {
    background-image: url(../images/dark/header_bg_new.jpg);
    background-color: var(--color-dark-green);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}
.body-main .header_new.fixed {
    background: url(../images/dropdown_menu/header_new_background.png);
}
.header_new .double_right_arrow {
    filter: invert(68%) sepia(18%) saturate(1433%) hue-rotate(155deg) brightness(84%) contrast(72%);
}
body.dark .header_new .double_right_arrow {
    filter: invert(23%) sepia(17%) saturate(3368%) hue-rotate(133deg) brightness(97%) contrast(96%);
}
.body-main .bignavi.bignavi-main {
    z-index: 9;
    margin-top: 0px;
}
.body-main .bignavi.bignavi-main.hidden {
    display: none;
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_footer .search .search_button:hover, body.dark .header_new .dropdown_menu .services_button:hover {
    background: #06413d;
}
body.dark .header_new .dropdown_menu .dropdown_submenu_main .dropdown_content .dropdown_content_link a:hover, body.dark .header_new .specialists_link:hover {
    color: #06413d;
    border-color: rgb(5 85 76);
}
@media (max-width: 990px) {
.header_new .main_menu, .header_new .right_block {
        display: none;
    }
.header_new .header_new_wrapper {
        padding: 25px;
    }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
.mfp-img-mobile img.mfp-img {
    padding: 0; }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}
@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
.mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}
:root {
  --color-dark-green: #013b32;
  --color-dark-green-hover: #002925;
  --color-dark-gold: #FFAF23;
  --color-dark-gold-hover: #cc8d1f;
  --color-light-gold: #f1d894;
  --color-light-gold-hover: #f5c84f;
  --color-blue: #1267fe;
  --color-blue-hover: #6da1fa;
}
button.orange-btn, a.orange-btn {
  font-family: "Raleway", sans-serif;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding: 13px 20px 13px;
  background: #4FA0BF;
  border-radius: 5px;
  transition: all ease 0.3s;
  border: 1px solid #4FA0BF;
  color: #fff;
}
.orange-btn:hover {
  background: #fff;
  color: #4FA0BF;
}
.wrapper {
  max-width: 100vw;
  overflow-x: clip;
}
#topmenuexpand {
  background-color: #EAEFFF;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  position: relative;
  height: 0;
  top: -100%;
  /*  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
 transition-delay: 0.3s; */
  overflow: hidden;
}
#topmenuexpand.show {
  /* -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
  transition-delay: 0s; */
  height: 360px;
  top: 0;
}
.block-menu-header .content {
  padding-left: 20px;
}
#menu_info:not(.scrolled) .overmenu {
  position: relative;
}
#menu_info .container {
  position: relative;
  height: 162px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu_info {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: -50%;
  margin-top: 40px;
}
#menu_info.show {
  opacity: 1;
  left: 0;
}
#menu_info .container {
  max-width: 1140px;
  width: 100%;
}
#menu_info .block-menu-header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /*   opacity: 0;
    visibility: hidden;*/
  -webkit-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
  display: block;
}
#menu_info .block-menu-header .content {
  padding: 40px 0 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#menu_info .block-menu-header .content {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
}
#menu_info li {
  list-style: none;
  text-decoration: none;
  height: 16px;
  width: 180px;
  margin-bottom: 10px;
}
#menu_info ul {
  text-decoration: none;
  padding: 0;
}
#menu_info ul:not(:last-child) {
  margin-right: 80px;
}
#menu_info a {
  color: #1d1d1b;
}
#menu_info a:hover {
  text-decoration: none;
  color: #4FA0BF;
}
#menu_info .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 12px;
  height: 12px;
  opacity: 0.3;
  color: #4FA0BF;
  cursor: pointer;
}
#menu_info .close:hover {
  opacity: 1;
  color: #4FA0BF;
}
#menu_info .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #1d1d1b;
}
#menu_info .close:before {
  transform: rotate(45deg);
}
#menu_info .close:after {
  transform: rotate(-45deg);
}
#menu_info {}
#menu_about {}
#menu_clients:not(.scrolled) .overmenu {
  position: relative;
}
#menu_clients .container {
  position: relative;
  height: 162px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu_contacts {
  margin-top: 40px;
}
#menu_clients, #menu_contacts {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: -100%;
}
#menu_clients.show, #menu_contacts.show {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
  transition-delay: .1s;
}
#menu_clients .container, #menu_contacts .container {
  max-width: 1140px;
  width: 100%;
}
#menu_clients .block-menu-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /*   opacity: 0;
    visibility: hidden;*/
  -webkit-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
  /* transition-delay: 0s; */
  display: block;
}
#menu_clients .block-menu-header .content {
  padding: 60px 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#menu_clients .block-menu-header .content {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
}
#menu_clients a {
  color: #1d1d1b;
}
#menu_clients a:hover {
  text-decoration: none;
  color: #4FA0BF;
}
#menu_clients .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 12px;
  height: 12px;
  opacity: 0.3;
  color: #4FA0BF;
  cursor: pointer;
}
#menu_clients .close:hover {
  opacity: 1;
  color: #4FA0BF;
}
#menu_clients .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #1d1d1b;
}
#menu_clients .close:before {
  transform: rotate(45deg);
}
#menu_clients .close:after {
  transform: rotate(-45deg);
}
#menu_clients {
  margin-top: 20px;
}
#menu_clients .menu_clients__item {
  width: 196px;
  height: 280px;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 15px;
}
#menu_clients .menu_clients__item .menu_clients__image {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
}
#menu_clients .menu_clients__item .menu_clients__image img {
  width: 100%;
  border-radius: 50%;
}
#menu_clients .menu_clients__item .menu_clients__name {
  color: #1D1D1B;
  text-align: center;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  max-height: 40px;
  overflow: hidden;
}
#menu_clients .menu_clients__item .menu_clients__descr {
  color: #1D1D1B;

  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-height: 48px;
  overflow: hidden;
}
#menu_about {}
#menu_about:not(.scrolled) .overmenu {
  position: relative;
}
#menu_about .container {
  position: relative;
  height: 162px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu_about {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: -50%;
  margin-top: 40px;
}
#menu_about.show {
  opacity: 1;
  left: 0;
}
#menu_about .container {
  max-width: 1140px;
  width: 100%;
}
#menu_about .block-menu-header {
  min-width: 660px;
  width: 70%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /*   opacity: 0;
    visibility: hidden;*/
  -webkit-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
  display: block;
}
#menu_about .block-menu-header .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#menu_about .block-menu-header .content {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
}
#menu_about li {
  list-style: none;
  text-decoration: none;
  height: 16px;
  width: 130px;
  margin-bottom: 10px;
}
#menu_about ul {
  text-decoration: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#menu_about ul:not(:last-child) {
  margin-right: 40px;
}
#menu_about a {
  color: #1d1d1b;
}
#menu_about a:hover {
  text-decoration: none;
  color: #4FA0BF;
}
#menu_about .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 12px;
  height: 12px;
  opacity: 0.3;
  color: #4FA0BF;
  cursor: pointer;
}
#menu_about .close:hover {
  opacity: 1;
  color: #4FA0BF;
}
#menu_about .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #1d1d1b;
}
#menu_about .close:before {
  transform: rotate(45deg);
}
#menu_about .close:after {
  transform: rotate(-45deg);
}
#menu_contacts.show {
  opacity: 1;
  left: 0;
}
#menu_contacts .slick-track {
  display: flex;
}
#menu_contacts .slick-slide {
  margin: 0 14px;
  height: auto;
}
#menu_contacts .slick-slide>div, #menu_contacts .slick-slide .services-slider__item {
  height: 100%;
}
#menu_contacts .slick-slide {
  background-color: #fff;
  border-radius: 10px;
}
.services-slider__item.slick-slide {
  height: auto !important;
}
.topmenuexpand ul {
  list-style: none;
}
.navbar-header.fixed .top_menu_item .line {
  display: none;
}
.navbar-header .logo {
  position: relative;
  z-index: 2;

}
.body-main .navbar-header.fixed .header__right {
  top: -15px;
}
.experts_advert .slick-slide {
  margin: 0 10px;
}
.experts_advert .slick-list {
  margin: 0 -10px;
}
@media (min-width: 990px) {
.body-main .navbar-header.fixed .nav-list {
    top: 50px !important;
    position: absolute;
    right: 15px;
    gap: 10px;
    margin-top: 5px;
  }
}
.header__right .theme-btn {
  display: none;
}
.page-header_small .header__right {
  display: none;
}
.services-btns .menu_item-elem {
  text-align: center;
  padding: 0 5px;
  transition: all ease 0.3s;
}
.services-btns .menu_item-elem:hover .headefirst, .services-btns .menu_item-elem:hover .headesecond {
  color: #4FA0BF;
}
.services-btns .menu_item-elem .headefirst {
  display: block;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #1d1d1b;
}
.services-btns .menu_item-elem .headesecond {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1.2;
  color: #1d1d1b;
}
.page-header {
  position: relative;
}
.mobile-menu {
  padding: 23px 0 41px;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background: #f4f4f4;
  transition: all ease 0.3s;
  z-index: 100;
  overflow: auto;
}
.mobile-menu .container-menu {
  padding: 0 20px;
}
.mobile-menu.show {
  left: 0;
}
.mobile-menu__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#main-menu .mobile-menu__head {
  border-bottom: 1px solid #b1afaf;
}
.mobile-menu__close {
  cursor: pointer;
  background: none;
  border: none;
  display: block;
}
.mobile-menu__nav {
  margin-bottom: 20px;
}
.mobile-menu__list {
  list-style: none;
}
.mobile-menu__elem {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.01em;
}
.mobile-menu__elem a, .mobile-menu__elem>span {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  color: #1D1D1B;
  font-weight: 400;
  line-height: 16px;
  padding: 7px 7px 7px 23px;
}
.mobile-menu__elem:not(:last-child) {
  margin-bottom: 20px;
}
.mobile-menu__elem a {
  transition: all ease 0.2s;
}
.mobile-menu__elem.active a {
  color: #4FA0BF;
}
.mobile-menu__elem a:hover {
  color: #4FA0BF;
}
.mobile-menu__sublist {
  padding: 10px 0 10px 45px;
}
.mobile-menu__sublist-elem, .mobile-menu__sublist-elem>a {
  list-style: none;
  padding-right: 20px;
  font-size: 18px;
  color: #1D1D1B !important;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  padding-left: 0 !important;
}
.mobile-menu__sublist-elem>a {
  padding: 0 !important;
}
.mobile-menu__sublist-elem:hover {
  color: #4FA0BF;
}
.mobile-menu__sublist-elem::after {
  content: url(../images/header/smallArrowNew.svg);
  position: absolute;
  right: 17%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
}
.mobile-menu__sublist.not-sublist-3-level .mobile-menu__sublist-elem::after {
  display: none;
}
.mobile-menu__elem.mobile-item-parent {
  position: relative;
}
.mobile-menu__elem.mobile-item-parent .mobile-menu__sublist {
  display: none;
}
.mobile-menu__elem.mobile-item-parent>.open {
  position: absolute;
  width: 26px;
  height: 44px;
  background-image: url(../images/header/bigArrow.svg);
  right: 15%;
  top: -5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: center center;
}
.mobile-menu__elem.mobile-item-parent.active>.open {
  transform: rotate(90deg);
}
.mobile-menu__sublist-elem:not(:last-child) {
  margin-bottom: 25px;
}
.mobile-menu__bread {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
  margin: 0 23px;
  border-bottom: 1px solid #b1afaf;
  margin-bottom: 30px;
  align-items: center;
}
.mobile-menu__bread .menu__bread__item {
  position: relative;
}
.mobile-menu__bread .menu__bread__item.bread-close {
  padding-left: 15px;
  font-size: 16px;
}
.mobile-menu__bread .mobile-menu__close:before {
  content: url(../images/header/smallArrowNew.svg);
  position: absolute;
  left: 0;
  transform: rotate(180deg);
  margin-right: 5px;
}
.mobile-menu__bread .menu__bread__item.breads {
  color: #b1afaf;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.mobile-menu__btn {
  cursor: pointer;
  padding: 5px 15px;
  background: none;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #4FA0BF;
  border: 1px solid #4FA0BF;
  border-radius: 50px;
}
.mobile-menu__footer {

  padding-top: 30px;
  border-top: 1px solid #b1afaf;
  width: 100%;
}
.mobile-menu__footer .mobile-menu__footer-wrap {
  display: flex;
  justify-content: space-between;
}
.mobile-menu__footer .phone a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.mobile-menu__footer .email a {
  font-size: 18px;
  color: #1267FE;
}
.mobile-menu__footer .mobile-menu-footer__item {
  position: relative;
}
.mobile-menu__footer .auth a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: url(../images/header/auth.svg);
  width: 26px;
  height: 26px;
}
.mobile-menu__footer .auth a {
  padding-left: 45px;
  display: block;
  font-size: 16px;
  color: #1D1D1B;
}
.mobile-menu_submenu {
  left: 100vw;
}
.mobile-menu_submenu.show {
  left: 0;
}
.mobile-menu_submenu .mobile-menu__elem a {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.menubutton.innered .services-option {
  display: none;
}
.menubutton.innered {
  left: 0;
  width: 100%;
  margin: auto;
  top: 100%;
  position: absolute;
}
.navbar-header .logo {
  display: flex;
  text-decoration: none;
  position: relative;
}
.navbar-header .logo img {
  align-self: center;
  display: block;
  width: 100%;
  height: auto;
}
.navbar-header .logo .logo-dark, .navbar-header.fixed .logo .logo-dark {
  display: none;
}
.navbar-header.fixed .logo img {
  display: block;
  max-width: 120px;
  width: 100%;
  height: auto;
}
.top_menu_item {
  position: relative;
}
.top_menu_item .line {
  width: 0;
  border-top: 4px solid #fff;
  position: absolute;
  left: 0;
  top: -15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.top_menu_item.active .line {
  width: 100%;
  opacity: 1;
}
.page-header_small .navbar-header.fixed .phone {
  top: 0 !important;
}
.header-text {
  color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.header-text .headefirst {
  color: #fff;
  margin-bottom: 40px;
  font-family: Roboto;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  max-width: 950px;
  margin: auto;
  text-transform: uppercase;
}
.header-text .headesecond {
  color: #fff;
  font-family: Roboto;
  font-size: 27px;
  font-weight: 300;
  line-height: 32.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.bignavi .menubutton {
  max-width: 1140px;
  height: 100%;
  width: 100%;
  margin: auto;
  position: absolute;
}
.bignavi {
  max-width: 1140px;
  width: 100%;
  position: relative;
  margin: 180px auto 0 auto;
  z-index: 11;
}
.bignavitm {
  margin: 35px auto 0 auto;
}
.services-option {
  max-width: 1140px;
  width: 100%;
  box-sizing: border-box;
  top: calc(100% + 25px);
  display: flex;
  padding-left: 0;
  position: relative;
  z-index: 99;
  transition: all 0.4s ease;
  gap: 15px;
}
.services-option.services-option_after {
  display: none;
}
.services-option .headefirst {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 12px;
}
.services-option .headesecond {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  transform: scale(1) !important;
}
.services-option .menu_item {
  padding: 35px 0px 35px;
  background: #ffffff0d;
  border-radius: 30px;
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
}
.services-option .menu_item svg {
  margin-bottom: 10px;
}
.services-option li {
  display: flex;
  list-style: none;
  text-align: center;
  max-width: 293px;
  width: 100%;
  /* width: 293px; */
}
.services-option li a {
  display: block;
}
.services-option li div {
  margin: auto;
}
.services-option .last {
  border: none;
}
.services-option li span {
  display: block;
}
.blue-btn {
  font-family: "Raleway", sans-serif;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding: 13px 20px 13px;
  background: #4FA0BF;
  border-radius: 5px;
  transition: all ease 0.3s;
  border: 1px solid #4FA0BF;
  color: #fff;
}
.blue-btn:hover {
  background: #4FA0BF;
}
.orange-btn {
  font-family: "Raleway", sans-serif;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding: 13px 20px 13px;
  background: #4FA0BF;
  border-radius: 5px;
  transition: all ease 0.3s;
  border: 1px solid #4FA0BF;
  color: #fff;
}
.orange-btn:hover {
  background: #fff;
  color: #4FA0BF;
}
.content-slider ul {
  list-style: none;
}
.content-slider ul li {
  margin-right: 10px;
}
.content-slider {
  position: relative;
  z-index: 3;
  padding: 0 20px;
  max-width: 1180px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.content-slider .slick-list {
  margin: 0 -10px;
}
.content-slider .slick-list .slick-slide {
  margin: 0 10px;
}
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #4FA0BF;
  position: relative;
  border-radius: 50%;
  opacity: 0.5;
}
.slick-dots li button::before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  opacity: 0.5;
}
.experts__inner .slick-dots li button::before {
  display: none;
}
.slick-active button {
  background: #4FA0BF;
  opacity: 1 !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.middlecontent {
  padding: 40px 20px 40px;
  max-width: 1180px;
  width: 100%;
  margin: auto;
  position: relative;
}
.experts__slider .slick-dots {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.experts__slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.experts__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.experts__slider .slick-dots button {
  border: none;
  outline: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4FA0BF;
  opacity: 0.5;
}
.main-content .customers .slick-dots {
  margin: auto;
  position: relative;
}
.newsline .slick-next {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
}
.newsline .slick-prev {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
}
.slick-next span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #4FA0BF;
  margin: 5px auto 0 5px;
}
.newsline .slick-prev span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 15px 0;
  border-color: transparent #4FA0BF transparent transparent;
  margin: 5px auto 0 auto;
}
.newsline .slick-list {
  max-width: 670px;
}
.newsline .slick-list img {
  width: 160px;
  height: 65px;
  border-radius: 5px;
}
.newsline .slick-list .gradientbg {
  position: absolute;
  width: 160px;
  height: 65px;
  border-radius: 5px;
  background: #000000;
  opacity: 0.5;
}
.newsline .slick-arrow {
  margin: 7px 8px auto auto;
}
.topmenuexpand .middlecontent {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
#menu_contacts:not(.scrolled) .overmenu {
  position: relative;
}
#menu_contacts .brend {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  margin: 0px 30px 30px 30px;
}
#menu_contacts .brend a {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  letter-spacing: 0.01em;

  color: #4FA0BF;
  display: flex;
  padding-top: 20px;
}
#menu_clients a.header-main__link {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #4FA0BF;
  display: flex;
  z-index: 5;
  padding-left: 25px;
  margin-top: 25px;
}
#menu_contacts .brend arrowright:hover {
  animation: arrow-1 1s linear infinite;
}
#menu_contacts .brend arrowright {
  cursor: pointer;
  position: relative;
}
#menu_contacts .brend arrowright arrowbody {
  position: relative;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 1px;
  background-color: #4FA0BF;
  left: 0;
  display: block;
}
#menu_contacts .brend arrowright arrowbody::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  top: 2px;
  right: 0px;
  background-color: #337ab7;
  transform: rotate(-45deg);
}
#menu_contacts .brend arrowright arrowbody::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  top: -2px;
  right: 0;
  background-color: #337ab7;
  transform: rotate(45deg);
}
#menu_contacts .brend arrowright:hover {
  animation: arrow-1 1s linear infinite;
}
.headermenuclose {
  position: absolute;
  right: 22px;
  top: 23px;
  width: 22px;
  height: 22px;
  opacity: 0;
  display: none;
  color: #4FA0BF;
  cursor: pointer;
  z-index: 3;
  border: 1px solid #4FA0BF;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.headermenuclose.active {
  display: block;
  opacity: 0.7;
}
.headermenuclose:hover {
  opacity: 1;
  color: #4FA0BF;
}
.headermenuclose:before, .headermenuclose:after {
  position: absolute;
  left: 9px;
  top: 4px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #1d1d1b;
}
.headermenuclose:before {
  transform: rotate(45deg);
}
.headermenuclose:after {
  transform: rotate(-45deg);
}
.catalog_menu.fixed .middlecontent {
  padding-top: 0;
}
.catalog_menu_header a.logo {
  margin-top: 0;
}
.catalog_menu_header .logo {
  display: flex;
}
.catalog_menu_header .logo {
  text-decoration: none;
}
.catalog_menu_header .logo img {
  align-self: center;
}
.services-option>li {
  transition: all ease .2s;
}
.services-option>li.active {
  color: #1267FE;
}
.services-option>li.active svg {
  fill: #1267FE;
}
.menu_item, .menu_item-elem {
  cursor: pointer;
}
.services-option>li:hover {
  background: #ffffff20;
  transform: scale(1.05);
  position: relative;
  z-index: 2;
  border: none;
}
.services-option li:last-child {
  border: none;
}
.page-header_small .navbar-header ul {
  gap: 10px;
  top: 15px;
  right: 15px;
  margin: 12px 0;
}
.page-header_small .navbar-header .nav-list li a:hover svg path {
  fill: #1267fe;
}
.theme-btn:hover .theme-dark__icon path {
  fill: #fff;
}
.theme-btn:hover .theme-light__icon path {
  fill: #1267fe;
}
.theme-btn {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.dark .burger__icon span {
  background: #FFF;
}
.agreementstage {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;

  color: #1d1d1b;
}
.agreementstage h3 {
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #1d1d1b;
}
.agreementstage h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;

  color: #1d1d1b;
}
.feecallculator .middlecontent {
  border-radius: 10px;
  border: 1px solid #4FA0BF;
  padding: 10px;
}
.customers-slider .slick-dots button {
  border: none;
  outline: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4FA0BF;
  opacity: 0.5;
}
.customers-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.customers-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.customers-slider .slick-dots {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middlecontent .greyline {
  padding: 44px 0px 41px;
}
.buttonfeedback {
  line-height: 1.2;
  border-radius: 20px;
  border: 1px solid #4FA0BF;
  color: #4FA0BF;
  margin: auto;
  width: 200px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.buttonfeedback:hover {
  color: #fff;
  background: #4FA0BF;
}
#menu_about .container {
  display: none;
}
#menu_about.show .container {
  display: block;
}
#menu_info .container {
  display: none;
}
#menu_info.show .container {
  display: block;
}
#menu_info .container {
  display: none;
}
#menu_info.show .container {
  display: block;
}
#menu_clients {
  pointer-events: none;
}
#menu_clients .content-slider {
  display: block;
  opacity: 0;
  transition: all ease 0.3s;
}
#menu_clients.show {
  pointer-events: auto;
}
#menu_clients.show .content-slider {
  display: block;
  opacity: 1;
}
#menu_contacts .middlecontent {
  /* display: none; */
  padding-bottom: 0;
}
#menu_contacts.show .middlecontent {
  display: block;
}
#menu_contacts .flexrow {
  justify-content: space-between;
}
#menu_contacts .flexrow li:not(:last-child) {
  margin-right: 15px;
}
.burger__icon {
  display: none;
  position: relative;
  top: 0;
  right: 0px;
  width: 31px;
  height: 23px;
  cursor: pointer;
  z-index: 5;
  background: none;
  border: none;
  outline: none;
  margin-left: 58px;
}
.burger__icon span {
  border-radius: 2px;
  position: absolute;
  transition: all 0.3s ease 0s;
  top: calc(50% - 2px);
  left: 0;
  height: 5px;
  width: 100%;
  background: #000;
  display: block;
}
.burger__icon span:first-child {
  top: 0;
}
.burger__icon span:last-child {
  top: auto;
  bottom: 0;
}
.news__slider-top.slick-initialized {
  display: block;
}
.news__slider-top .slick-track {
  display: flex;
  align-items: stretch;
  height: 500px;
}
.news__slider-top .slick-slide>div {
  height: 100%;
}
.news__slider.slick-initialized {
  display: block;
}
.news__slider .slick-list {
  margin: 0 -5px;
}
.news__slider .slick-dots {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.news__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.news__slider .slick-dots button {
  border: none;
  outline: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4FA0BF;
  opacity: 0.5;
}
.news__slider .slick-track {
  display: flex;
}
.news__slider .slick-slide {
  height: auto;
  max-height: 75px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}
.news__slider .slick-slide>div {
  height: 100%;
}
.header_info {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 40px;
  gap: 15px;
}
.header_info p {
  margin: 0;
}
.header_info a {
  font-size: 20px;
}
.header_info .title {
  color: #000;
  font-weight: bold;
}
.patenting-item__btn .orange-btn {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  text-align: left;
  text-align: center;
  color: #1d1d1b;
}
.patenting-item__btn .orange-btn:hover {
  color: #fff;
  background-color: #4FA0BF;
}
.wrapper-withMenu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrapper-withMenu__content {
  width: calc(100% - 300px);
}
.wrapper-withMenu-content__text p:not(:last-child) {
  margin-bottom: 10px;
}
.wrapper-withMenu-content__text.limited {
  overflow: hidden;
  max-height: 395px;
}
.customers-slider .slick-dots button {
  border: none;
  outline: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4FA0BF;
  opacity: 0.5;
}
.customers-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.customers-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.customers-slider .slick-dots {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-withMenu {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.calc-total__btn.orange-btn {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}
.package-services__slider .slick-list {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.package-services__slider .slick-track {
  padding: 20px;
  justify-content: space-between;
  display: flex;
  margin: 0 -15px;
}
.package-services__slider .slick-slide {
  height: auto;
}
.package-services__slider .slick-slide>div {
  height: 100%;
}
.package-services__slider .slick-dots button {
  border: none;
  outline: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4FA0BF;
  opacity: 0.5;
}
.package-services__slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.package-services__slider .slick-dots li.slick-active button {
  opacity: 1;
}
.package-services__slider .slick-dots {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trademark-calc__btn.orange-btn {
  font-size: 20px;
}
.page-header_small {}
.page-header_small .header .container {
  background-color: transparent;
}
.page-header_small .bignavi {
  margin-top: 0;
}
.page-header_small .header {}
.page-header_small .navbar-header ul.services-btns {
  display: flex;
}
.page-header_small .link>span {
  font-size: 0px;
  gap: 0;
}
.page-header_small .header__right .phone {
  display: none;
}
.page-header_small .navbar-header {
  height: 106px;
  box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.25);
  /* background-image: url(../images/header_bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding-bottom: 25px;
  z-index: 30;
}
.page-header_small .navbar-header .navbar-header_bg {
  background-image: url(../images/header_bg.jpg);
  background-color: #fff;
}
.page-header_small .navbar-header.fixed::before {
  display: none;
}
.page-header_small .navbar-header .logo img {
  max-width: 120px;
}
.page-header_small .theme-btn, .navbar-header.fixed .theme-btn {
  margin-right: 0;
}
.page-header_small .top_menu_item .line {
  display: none;
}
.page-header_small .catalog_menu_header .logo {
  display: none;
}
.page-header_small .zindex {
  z-index: 12;
}
@media (max-width: 1200px) {
#menu_contacts .flexrow {
    font-size: 16px;
  }
#menu_contacts .brend {
    margin: 0px 0px 30px 0px;
  }
#menu_contacts .flexrow li:not(:last-child) {
    margin-right: 10px;
  }
.header-text .headefirst {
    font-size: 30px;
    line-height: 1.2;
  }
.header-text .headesecond {
    font-size: 14px;
    line-height: 1.2;
  }
.navbar-header .logo {
    margin-right: 15px;
  }
.patenting-item:first-child .patenting-item__btn .orange-btn {
    position: relative;
    bottom: 14px;
  }
}
@media (max-width: 990px) {
#topmenuexpand {
    display: none;
  }
.page-header_small .header__right {
    display: flex;
    align-items: center;
  }
.header__right .theme-btn {
    display: block;
    margin-right: 0px;
    bottom: 1px;
  }
.burger__icon {
    position: relative;
  }
.page-header_small .navbar-header ul.services-btns {
    display: none;
  }
.page-header_small .navbar-header .phone {
    display: block;
  }
.page-header_small .navbar-header {
    height: auto;
  }
.page-header_small .navbar-header.fixed, .page-header_small .navbar-header {
    box-shadow: none;
    background: none;
  }
.burger__icon {
    display: block;
  }
.services-option {
    //display: none;
    max-width: 650px;
    margin: auto;
    top: -160px;
  }
.services-option .menu_item {
    padding: 10px 0px 10px;
  }
.services-option .menu_item svg {
    height: 45px;
    width: 45px;
  }
.services-option.services-option_after {
    top: -20px;
    position: relative;
    display: flex;
  }
.services-option {
    flex-wrap: wrap;
  }
.bignavi.bignavi-main {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
.bignavi.bignavi-main .menubutton {
    max-width: 100%;
    position: relative;
  }
.bignavi.bignavi-main .services-option {
    max-width: 100%;
    top: 30px;
  }
.services-option .menu_item {
    max-width: 100%;
    width: 49.9%;
  }
.services-option li:nth-child(even) {
    border-right: none;
  }
.services-option li:first-child, .services-option li:nth-child(2) {
    border-bottom: 1px solid #e0e0e0;
  }
.middlecontent {
    padding-top: 30px;
  }
.wrapper-withMenu-content {
    font-size: 18px;
  }
.package-services__slider .slick-list {
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }
.package-services__slider .slick-track {
    padding: 20px 0;
    justify-content: start;
    margin: 0;
  }
.package-services__slider .slick-slide {
    margin: 0;
  }
}
@media (max-width: 767px) {
.bignavi.bignavi-main {
    display: none;
  }
.wrapper-withMenu {
    display: block;
  }
.wrapper-withMenu__content {
    width: 100%;
  }
}
@media (max-width: 568px) {
.bignavi.bignavi-main .menubutton .services-option .menu_item svg {
    display: none;
  }
.burger__icon {
    margin-left: 15px;
  }
.services-option .menu_item {
    max-width: 100%;
    width: 49.7%;
  }
.services-option .headesecond {
    font-size: 12px;

  }
}
@media (max-width: 340px) {
.patenting-item .patenting-item__btn .orange-btn {
    margin: 0 auto;
  }
}
.mktu-search {
  position: relative;
  margin-bottom: 50px;
}
.mktu-search__wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  background: #ffffff;
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.mktu-search__field {
  width: 75%;
  display: flex;
  align-items: center;
}
.mktu-search__label {
  cursor: pointer;
  max-width: 200px;
  width: 100%;
  padding: 15px 20px 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #b0b0b0;
}
.mktu-search__input {
  border-radius: 10px 0 0 10px;
  font-size: 18px;
  width: 100%;
  padding: 15px 20px 14px;
  line-height: 1.2;
  border: none;
  outline: none;
  border: 1px solid #fff;
}
.mktu-search__input:focus {}
.mktu-search__btn {
  border-radius: 0 10px 10px 0;
  min-width: 240px;
  width: 25%;
  font-size: 18px;
  white-space: nowrap;
  padding: 15px 20px 14px;
  font-weight: 600;
  line-height: 1.2;
}
.mktu-search__btn:hover {
  background: #015d6b;
}
.mktu-search__btn-icon {
  display: none;
}
.mktu-search__dropdown {
  max-width: 80%;
}
.mktu-search__result[data-scrollbar] {
  display: none;
}
.mktu-search__result {
  position: absolute !important;
  width: 75%;
  top: 55px;
  background: #fff;
  padding: 15px 30px;
  z-index: 1;
  box-shadow: 0px 0px 24px -5px rgb(0 0 0 / 25%);
  border-radius: 10px;
  display: none;
  max-height: 320px;
  overflow: auto !important;
  z-index: 2;
}
.mktu-search__result .result__item {
  padding: 8px 0 8px 85px;
  position: relative;
}
.class_search_form .mktu-search__result .result__item {
  padding: 8px 0 8px 0px;
}
.mktu-search__result .result__item a, .mktu-search__result .result__item b {
  color: #4FA0BF;
}
.mktu-search__result .result__item .item__title {
  background: #4FA0BF;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 12px 12px 0;
  margin: 0 0 5px;
  display: inline-block;
  line-height: 12px;
  font-weight: normal;
  position: absolute;
  left: -30px;
  white-space: nowrap;
}
.mktu-search__result .result__item .item__text-title {
  background: #4fa0bf;
  border-radius: 12px;
  color: #FFF;
  margin-right: 5px;
  display: inline-block;
  padding: 1px 8px;
  font-size: 16px;
}
.mktu-search.mktu-search--mpk .mktu-search__result .result__item {
  padding: 8px 0 8px 8px;
}
.search-dropdown__elem {
  padding: 10px 15px;
}
@media (max-width: 992px) {
.mktu-search__field {
    width: 100%;
  }
.mktu-search__label {
    width: auto;
  }
.mktu-search__btn {
    min-width: auto;
    width: auto;
    white-space: normal;
  }
.mktu-search__dropdown {
    max-width: 100%;
  }
.mktu-search__result {
    top: 75px;
  }
}
@media (max-width: 767px) {
.mktu-search__field {
    display: block;
  }
.mktu-search__label {
    padding: 10px 10px 0;
  }
.mktu-search__input {
    height: 100%;
    padding: 10px;
  }
.mktu-search__btn {
    padding: 10px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
  }
.mktu-search__btn-icon {
    display: block;
  }
.mktu-search__btn-text {
    display: none;
  }
.mktu-search__result .result__item .item__title {
    padding: 10px;
    position: relative;
    float: left;
  }
.mktu-search__result {
    width: 100%;
    padding-left: 0;
  }
.mktu-search__result .result__item {
    padding: 8px 0 8px 30px;
  }
.mktu-search__result .result__item .item__text {
    max-height: 60px;
    overflow: hidden;
  }
}
@media (max-width: 568px) {
.mktu-search__result .result__item .item__text {
    max-height: 80px;
  }
.mktu-search__result .result__item .item__title {
    left: -20px;
  }
.mktu-search__result .result__item {
    padding: 8px 0 8px 20px;
  }
.mktu-search__result {
    padding-right: 15px;
  }
}
#menu_about .menu-search__wrapper {
  padding: 40px 0 40px;
}
#menu_info .menu-search__right {
  max-width: 300px;
  width: 100%;
}
.menu-search__wrapper {
  display: flex;
  align-items: center;
}
.topmenuexpand .search {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  /* margin: 0 auto; */
}
.menu-search__right {
  width: 30%;
}
.topmenuexpand .search .mktu-search__btn {
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 0px 10px 10px 0px;
  min-width: 100px;
}
.search .search-dropdown__elem {
  width: 100% !important;
  height: auto !important;
  padding: 5px;
  margin: 0 !important;
}
.search .mktu-search__field {
  width: 100%;
}
.search .mktu-search__field input {
  background: none !important;
}
.search .mktu-search__result {
  width: 100%;
  max-height: 250px;
}
.search .mktu-search__input {
  font-size: 12px;
  padding: 6px 15px;
}
.mktu-search__input:hover, .mktu-search__input:focus {
  box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 50%);
}
.search .mktu-search__btn-icon svg {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
}
.white-popup-block {
  min-height: 130px;
  max-width: 400px;
  width: 100%;
  background: #f4f4f4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px 30px 40px;
  margin: 40px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.white-popup-block .popup-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
.white-popup-block .popup-content input, .white-popup-block .popup-content textarea, .white-popup-block .popup-content select {
  display: block;
  margin-bottom: 20px;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.white-popup-block .popup__title {
  color: #4FA0BF;
  text-align: center;
  font-family: Raleway;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}
.white-popup-block p {
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.white-popup-block .phone-link {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
}
.white-popup-block .popup__user-agrement {
  font-size: 12px;
  line-height: 18px;
}
.white-popup-block .phone-order-call {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4FA0BF;
}
.white-popup-block input, .white-popup-block textarea {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  outline: none;
  font-size: 14px;
  padding: 10px 20px;
}
.white-popup-block input:hover, .white-popup-block textarea:hover {
  border: 1px solid #4FA0BF;
  box-shadow: 0px 0px 24px -5px rgb(0 0 0 / 25%);
}
.white-popup-block input:focus, .white-popup-block textarea:focus {
  border: 1px solid #4FA0BF;
  box-shadow: 0px 0px 24px -5px rgb(0 0 0 / 25%);
}
.white-popup-block input.error, .white-popup-block textarea.error {
  border: 1px solid red;
}
.white-popup-block .popup-content button {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.white-popup-block .popup-content button:hover {
  color: #4FA0BF;
}
.personal-cabinet__btn.orange-btn {
  width: 100%;
  display: block;
  font-size: 20px;
}
.wrapper-withMenu .custom-table {
  width: 100%;
}
@media (max-width: 767px) {
.services-option {
    max-width: 540px;
  }
.services-option .menu_item svg {
    height: 35px;
    width: 35px;
  }
}
.mfp-iframe {
  border-radius: 10px;
}
@media(max-width: 768px) {
.wrapper {
    overflow-x: hidden;
  }
}
body.dark .logo .logo-dark {
  display: block;
}
body.dark .logo .logo-light {
  display: none;
}
body.dark .navbar-header.fixed .logo .logo-dark {
  display: block;
}
body.dark .header-text .headefirst {
  color: #fff;
}
body.dark .services-btns .menu_item-elem .headefirst {
  color: #fff;
}
body.dark .services-btns .menu_item-elem .headesecond {
  color: #fff;
}
body.dark button.orange-btn, body.dark a.orange-btn {
  background: var(--color-light-gold);
  border: 1px solid var(--color-light-gold);
  color: #05554C;
}
body.dark button.orange-btn:hover {
  background: var(--color-light-gold-hover);
  border: 1px solid var(--color-light-gold-hover);
}
body.dark a.orange-btn:hover {
  background-color: var(--color-dark-gold-hover);
}
body.dark .shieldline button.orange-btn {
  background: #000;
}
body.dark .services-btns .menu_item-elem:hover .headefirst, body.dark .services-btns .menu_item-elem:hover .headesecond {
  color: var(--color-light-gold) !important;
}
body.dark .navbar-header.fixed .services-btns .menu_item-elem .headefirst, body.dark .navbar-header.fixed .services-btns .menu_item-elem .headesecond {
  color: #fff;
}
#sell_tz button.orange-btn {
  margin: 25px 0;
  width: 100%;
}
#sell_tz .sell_agreement {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 25px 0;
}
#sell_tz .sell_agreement #agreement {
  width: 30px;
  height: 30px;
  flex: 30px 0 0;
}
#partners_form {
  max-width: 700px;
}
#partners_form .form_container {
  display: flex;
  gap: 25px;
}
#partners_form .form_inputs {
  flex: 1;
}
#partners_form .form_container .form_image img {
  border-radius: 15px;
}
#partners_form .form_container .form_inputs p {
  text-align: left;
}
.shop .seller_contact .contact_agreement {
  color: #FFF;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shop .seller_contact .contact_agreement a {
  color: #FFF;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.navbar-header .logo {
  height: 82px;
}
@media (max-width:768px) {
#partners_form .form_container {
    flex-direction: column;
  }
}
.sberbank_text {
  color: rgba(45, 157, 72, 1);
  background: -webkit-linear-gradient(left, rgba(45, 157, 72, 1), rgba(62, 156, 182, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  max-width: 460px;
  margin: auto;
  margin-top: 15px;
}
.about_page .middlecontent>h2 {
  color: #000;
  text-align: center;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 60px 0 50px;
}
.about_page .middlecontent>.service_link {
  border-radius: 10px;
  background: #4FA0BF;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 25px;
  margin: auto;
  margin-top: 65px;
  display: block;
  max-width: 250px;
}
.about_page .middlecontent>.service_link:hover {
  font-weight: 500 !important;
  background: #015d6b;
}
#menu_clients .slick-dots {
  margin-top: 0;
}
#menu_clients a.header-main__link {

  position: absolute;
  bottom: 15px;
  left: 0;
}
.experts_advert.slick-initialized .expert_profile {
  max-width: none;
}
#contact_form {
  max-width: 924px;
  position: relative;
  isolation: isolate;
  padding: 40px 30px 10px;
}
#contact_form::before {
  content: " ";
  width: 206px;
  height: 228px;
  position: absolute;
  top: 150px;
  left: 25px;
  z-index: 0;
  background: url(../images/contact_form/before_background.png);
  background-position: center;
  background-size: cover;
}
#contact_form::after {
  content: " ";
  width: 104px;
  height: 428px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url(../images/contact_form/after_background.png);
  background-position: center;
  background-size: cover;
}
#contact_form .form_flex .agreement {
  position: relative;
}
#contact_form .form_flex .agreement::after {
  content: " ";
  width: 284px;
  height: 101px;
  position: absolute;
  bottom: -12px;
  right: 50%;
  z-index: -1;
  background: url(../images/contact_form/bottom_background.png);
  background-position: center;
  background-size: cover;
}
body.dark .mfp-close-btn-in #contact_form .mfp-close {
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #066358;
  top: 10px;
  color: #000;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact_form .hidden {
  display: none;
}
#contact_form input, #contact_form textarea {
  height: 70px;
  border: 1px solid #066358
}
#contact_form .form_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
#contact_form .form_flex .info, #contact_form .form_flex .form_wrapper {
  flex: 40% 1 1;
}
#contact_form .form_flex .info {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between
}
#contact_form .form_flex .info #default_image, #contact_form .form_flex .info #form_image {
  margin-left: 104px;
}
#contact_form .form_flex .info #form_image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#contact_form .order-call__btn {
  float: right;
  width: 196px;
}
#contact_form .form_flex .info .popup__title, #contact_form .form_flex .info .form_description, #contact_form .form_flex .info .form_phone {
  margin-left: 104px;
}
#contact_form .popup__title {
  text-align: left;
}
#contact_form .form_description {
  text-align: left;
}
#contact_form .form_flex .agreement {
  flex: 100%;
}
#contact_form .form_flex .form_header {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
#contact_form .form_flex .form_header button {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 30px;
}
#contact_form .form_flex .form_header button span {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #4FA0BF;
  background: #fff;
  border: 1px solid #4FA0BF;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
#contact_form .form_flex .form_header button.active span {
  color: #fff;
  background: #4FA0BF;
}
body.dark #contact_form .form_flex .form_header button span {
  background: #fff;
  border: 1px solid #066358;
  color: #066358;
}
body.dark #contact_form .form_flex .form_header button.active span {
  color: #fff;
  background: #066358;
}
#contact_form .form_flex .form_moto {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  gap: 20px;
  align-items: center;
}
#contact_form .form_flex .form_phone {
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #4FA0BF;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: none;
  margin-top: auto;
}
#contact_form .dark {
  display: none;
}
body.dark #contact_form .dark {
  display: block;
}
body.dark #contact_form .light {
  display: none;
}
body.dark #contact_form .form_flex .form_phone {
  color: #066358;
}
#contact_form .form_flex .popup__user-agrement {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.attorneys_contact .contact_agreement {
  color: #fff;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.attorneys_contact .contact_agreement a {
  color: #fff;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#request_form .prettyInput {
  display: flex;
}
#request_form .prettyInput input {
  font-size: 14px;
}
#request_form .prettyInput input:nth-child(1) {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#request_form .prettyInput input:nth-child(2) {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
#request_form .prettyInput input:nth-child(3) {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mobile_buttons {
  display: none;
}
@media (max-width:768px) {
.mobile_buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: auto
  }
body.dark .mobile_buttons a {
    display: flex;
  }
body.dark .mobile_buttons svg path {
    fill: #fff;
    stroke: #fff;
  }
#contact_form .form_flex .form_moto img, #contact_form .form_flex .form_header button img {
    display: none
  }
#contact_form .form_flex .info .popup__title, #contact_form .form_flex .info .form_description, #contact_form .form_flex .info .form_phone, #contact_form .form_flex .info #default_image, #contact_form .form_flex .info #form_image, #contact_form .form_flex .form_moto {
    margin: 0;
    text-align: center;
  }
#contact_form .form_flex .info {
    gap: 15px;
    align-items: center;
  }
#contact_form .form_flex .form_header {
    flex-direction: column;
  }
.content_popup .popup-content {
    max-width: 100%;
  }
.content_popup .popup-content img {
    max-width: 100%;
  }
.body-main .header .container {
    height: auto;
  }
.body-main .header-text {
    padding: 200px 25px;

  }
.body-main .content-wrapper {
    padding: 0;
  }
}
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body.dark .page-header_small .navbar-header .navbar-header_bg {
  background-image: url(../images/dark/header_bg.png);
  background-color: var(--color-dark-green);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
body.dark .header-text .headefirst {
  color: #fff;
}
body.dark .header-text .headesecond {
  color: var(--color-light-gold);
}
body.dark .page-header_small .navbar-header .nav-list li a svg path {
  fill: #fff;
}
body.dark .page-header_small .navbar-header .nav-list li a:hover svg path {
  color: var(--color-light-gold);
}
body.dark .topmenuexpand .search .mktu-search__btn, body.dark .buttonfeedback {
  background: #066358;
  color: #fff;
  border-color: #066358;
}
body.dark .topmenuexpand .search .mktu-search__btn:hover, body.dark .buttonfeedback:hover {
  background: var(--color-dark-green-hover);
  border-color: var(--color-dark-green-hover);
}
body.dark .page-header_small .navbar-header .nav-list li a:hover svg path {
  fill: var(--color-light-gold);
}
.page-header_small .navbar-header .nav-list li button:hover svg path {
  color: var(--color-dark-gold);
}
body.dark .mainpage_services .slick-slide .blocktext a {
  color: var(--color-light-gold);
}
body.dark .mainpage_services .slick-slide .blocktext a:hover {
  color: var(--color-light-gold-hover);
}
body.dark .services-option { 
  color: #fff;
}
body.dark .services-option>li:hover {
  border-color: transparent;
}
body.dark #topmenuexpand {
  background-color: var(--color-light-gold);
}
body.dark .slick-dots .slick-active button {
  background: var(--color-light-gold) !important;
}
body.dark .topmenuexpand .slick-dots .slick-active button {
  background: #000 !important;
}
body.dark .slick-dots li button {
  background: #212121;
}
body.dark  .attorneys_contact  .contact_agreement {
  color: #000;
}
body.dark .attorneys_contact .contact_agreement a {
  color: var(--color-blue);
}
body.dark .attorneys_contact .contact_agreement a:hover {
  color: var(--color-blue-hover);
}
body.dark .services-btns .menu_item-elem svg path {
  fill: var(--color-blue);
}
body.dark .section-container__lk-data .contact_agreement {
  color: #fff;
}
body.dark .shop .seller_contact .contact_agreement a {
  color: var(--color-blue);
}
body.dark .shop .seller_contact .contact_agreement a:hover {
  color: var(--color-blue-hover);
}
body.dark .about_page .middlecontent>h2 {
  color: #fff;
}
body.dark .about_page .middlecontent>.service_link {
  background-color: var(--color-light-gold);
  color: #000;
}
body.dark .about_page .middlecontent>.service_link:hover {
  background-color: var(--color-light-gold-hover);
  color: #000;
}
body.dark .blue-btn {
  color: #000;
  background: var(--color-light-gold);
  border-color: var(--color-light-gold);
}
body.dark .blue-btn:hover {
  background: var(--color-light-gold-hover);
  border-color: var(--color-light-gold-hover);
}
body.dark .white-popup-block {
  background-color: var(--color-light-gold);
}
body.dark .white-popup-block .popup__title {
  color: #000;
}
body.dark .popup-content .order-call__btn {
  background-color: var(--color-dark-green);
  color: #fff;
  border-radius: 12px;
}
body.dark .popup-content .order-call__btn:hover {
  background-color: var(--color-dark-green-hover);
  color: #fff;
}
body.dark .mobile-menu a {
  color: var(--color-dark-green);
}
body.dark .class_search_form .mktu-search__result .result__item {
  color: var(--color-dark-green);
}
body.dark .white-popup-block {
  color: var(--color-dark-green);
}
@media (max-width: 768px) {
body.dark .page-header_small .navbar-header .navbar-header_bg {
    background-image: url(../images/dark/header_bg_mobile.jpg);
  }
}
.experts_advert .slick-track {
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
}
.sidebar_content .experts_advert .slick-slide {
    margin: 0 10px;
}
.sidebar_content .experts_advert .slick-list {
    margin: 0 -10px;
}
