@charset "UTF-8";
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@-webkit-viewport {width: device-width;}
@viewport {width: device-width;}


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

#tinymce{
    padding: 20px;
}
.tmce_notice_info,
.tmce_notice_success,
.tmce_notice_error{
    padding: 20px 30px;
    margin: 1rem 0 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    border-left: 8px solid rgb(188, 188, 188);
    display: block;
}
.tmce_notice_error{
    background-color: #ffcac6;
    border-left: 8px solid #ff3121;
    color: #222;
}
.tmce_notice_success{
    background-color: #d6fbcc;
    border-left: 8px solid #266f12;
    color: #222;
}
.tmce_notice_info{
    background-color: #e1f6fd;
    border-left: 8px solid #0a7ca2;
    color: #222;
}
.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
/***** #Headings ***********************************************************/
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
    display: block;
    position: relative;
    font-family: inherit;
    color: var(--body-heading);
    line-height: 1.2;
    font-weight: 600;
}
h1,.h1{font-size: 46px; margin-bottom: 30px;font-weight: 700;}
h2,.h2{font-size: 42px; margin-bottom: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 22px;}
h5,.h5{font-size: 20px;}
h6,.h6{font-size: 18px;}

/***** #Links ***************************************************************/
a {
    color: var(--body-text);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.4s ease;
    cursor: pointer;
    /* margin-top: -80px */
}

picture {
    display: flex;
    width: 100%;
    justify-content: center;
}

/*Inputs*/
input, textarea, .form__textarea, .form__input {
    display: inline-block;
    color: var(--body-text);
    border: 1px solid #ededed;
    background-color: rgb(255, 255, 255);
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 3px;
    padding: 5px 15px;
    width: 100%;
    margin: 0;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
}
input::placeholder, textarea::placeholder {
    color: #a9a9a9;
    opacity: 1;
    font-weight: 400;
    font-family: "Commissioner"!important;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    overflow: visible;
    resize: none;
    text-transform: none;
    line-height: 1;
}
.form__group {
    position: relative;
    margin-bottom: 14px;
}
.form__textarea {
    display: block;
    width: 100%;
    padding: 15px;
    resize: vertical;
    height: 130px;
    border-radius: 3px;
}

/*Buttons*/
.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    background: var(--button-color);
    border: 2px solid var(--button-color);
    color: #fff;
    transition: all .3s ease;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Commissioner';
}
.contour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    background: transparent;
    border: 2px solid var(--button-color);
    color: var(--button-color);
    transition: all .3s ease;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Commissioner';
}
.underline_btn {
    width: fit-content;
    background: transparent;
    border-bottom: 1px solid var(--button-color);
    color: var(--button-color);
    transition: all .3s ease;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Commissioner';
}


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

.second-page {
    padding-top: 78px;
    margin-top: 0;
}

.table_responsive {
    border: 1px solid #3f7c4d14;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
tr {
    border: none;
}
th {
    background: #56a66914;
    padding: 10px;
    border-right: 1px solid #3f7c4d14;
}
td {
    padding: 10px;
    /* border: 1px solid transparent; */
    border-bottom: 1px solid #3f7c4d14;
    border-left: 1px solid #3f7c4d14;
}

/*Breadcrumbs*/
.breadcrumbs {
    margin: 16px 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.breadcrumbs__item {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #9F9F9F;
    white-space: nowrap;
}
.breadcrumbs__item a {
    color: #555555;
}
.breadcrumb_bg .breadcrumbs__item {
    color: #9F9F9F;
}
.breadcrumb_bg .breadcrumbs__item a {
    color: #d0d0d0;
}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    padding: 0 10px;
    content: url(../images/breadcrumb.svg);
    top: 2px;
    position: relative;
}
.breadcrumb_bg {
    height: 650px;
    background-size: cover;
    background-position: center -200px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.breadcrumb_bg::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 37%) 0%, rgb(0 0 0 / 45%) 100%);
    position: absolute;
}
.breadcrumb_bg .breadcrumb_bg_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.breadcrumb_post_name {
    font-size: 60px;
    color: #FBFBFB;
    font-weight: 600;
    line-height: 1.1;
}

/*Header Footer*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
.header__center {
    transition: all .3s ease;
    background: transparent;
}
.header__center.active {
    background: #163300c4;
    box-shadow: 0px 2px 20px #07190014;
    backdrop-filter: blur(14px);
}
.header_content {
    padding: 7px 0;
}
.header__menu {
    max-width: 800px;
    width: 100%;
}
.menu_group--header {
    display: flex;
    margin: 0;
    list-style: none;
    width: 100%;
}
.menu_group__item {
    margin: 0;
    flex-grow: 1;
    position: relative;
}
.menu_group__item:last-child {
    flex-grow: 0;
}
.menu_group__link {
    display: flex;
    font-weight: 400;
    color: #fefefe;
}
.menu_group--header .menu_group__link {
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0;
    align-items: center;
}
.arrow_menu {
    width: 20px;
    height: 20px;
    transition: all .3s ease;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.menu_group--header .menu_group__list--2 .menu_group__link {
    padding: 0;
}
.menu_group__list--2 .menu_group__item:last-child {
    border-bottom: none;
}
.header-contact__section {
    gap: 8px
}
.header-contact__section svg{
    color: var(--basic-company);
    flex-shrink: 0;
}
.header-contact {
    position: relative;
    margin-right: 10px;
}
.header-contact__inner {
    position: absolute;
    right: 0;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.header-contact__content {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 8px;
    padding: 10px;
    height: auto;
    gap: 6px;
}
.header__logo {
    max-width: 150px;
    width: 100%;
}
.header__logo img{
    width: 150px;
}
.logo__link {
    align-items: center;
    width: fit-content;
}
.switcher__item {
    position: relative;
    padding: 5px 10px;
    white-space: nowrap;
    cursor: pointer;
    color: #fefefe
}
.switcher__name {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.switcher__hidden {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 32px rgb(1 3 34 / 11%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    left: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    width: auto;
}
.switcher__item:hover .switcher__hidden {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.switcher__link {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: var(--body-text);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    border: none;
    width: 100%;
    background: none;
}
.switcher__link.active {
    text-decoration: none;
    color: var(--basic-company);
}
.menu_group--header .menu_eventer .menu_group__list--2 {
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    left: -16px;
    padding: 8px 16px;
    position: absolute;
    top: 100%;
    width: 350px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 6px 32px rgb(1 3 34 / 11%);
    color: var(--body-text);
    flex-direction: column;
    align-items: flex-start;
}
.menu_group__list--2 .menu_group__item {
    border-bottom: 1px solid #00000017;
    padding: 0;
    width: 100%;
}
.menu_group--header .menu_group__list--2 .menu_group__link {
    font-size: 16px;
    color:var(--body-text);
    padding: 14px 0;
}
footer {
    background: #181e16;
    padding-top: 50px;
    color: #ffffffc4;
}
.footer__copyright {
    border-top: 1px solid #ffffff29;
    padding: 10px 0;
    margin-top: 50px;
    font-size: 14px;
}
.powered a {
    color: #fff;
}
.footer__logo.logo {
    max-width: 190px;
}
.footer_slogan {
    max-width: 320px;
    font-size: 14px;
    margin-top: 24px;
}
.menu_group--footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    list-style: none;
    width: 100%;
    column-gap: 80px;
    row-gap: 17px;
}
.menu_group--footer .menu_group__link {
    justify-content: flex-start;
    color:#fefefe;
    font-size: 18px;
}
.footer__contact_item {
    margin-bottom: 16px;
}
.footer__contact_item a {
    color: #F1F1F1;
    gap: 8px;
}

/*Main page*/
.video_block {
    height: 100vh;
    position: relative;
}
.banner_main__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_video {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_banner_swiper {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.contour_btn.banner_main_link {
    color: #fff;
    border-color: #fff;
}
.banner_main_link {
    max-width: 50%;
}
.banner_video::after {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
}
.banner_main__title {
    font-size: 54px;
    color: var(--second-company-text);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
.description_ttl {
    font-size: 18px;
}
.banner_main__description {
    font-size: 24px;
    color: var(--second-company-text);
    opacity: .8;
    text-align: center;
}
.banner_main_links {
    margin-top: 30px;
}
.banner_main_links a {
    max-width: 300px;
}
.banner_main__preview .swiper-button-next, .banner_main__preview .swiper-button-prev {
    background: #ffffff4d;
    color: #fff;
}
.banner_main__preview .swiper-button-next {
    right: 7px;
}
.banner_main__preview .swiper-button-prev {
    left: 7px;
}
.margin-block {
    margin: 120px 0;
}
.second-margin {
    margin-bottom: 120px;
}
.bg-second-block {
    background: #56a66914;
    padding: 80px 0;
}
.contacts_page-block {
    margin: 0 0 100px;
}
.block__abouts_us {
    width: 52%;
}
.block__abouts_us h2 {
    font-size: 34px;
}
.about_page_image {
    width: 45%;
}
.page_about_img img {
   border-radius: 3px;
}
.page_about_img {
    border-radius: 3px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    max-height: 680px;
    width: auto;
    height: 100%;
}
.page_about_img picture {
    width: auto;
    height: 100%;
}
.bg-block-img {
    padding: 100px 0;
    margin: 120px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.our-work-block {
    background-image: url(../images/legal-services-of-odis-group.jpg);
}
.bg-block-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000c7;
    z-index: 0;
}
.bg-block {
    padding: 100px 0;
    margin: 120px 0;
    background: #f6f7f8;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
}
.our_team_item_content {
    color: var(--body-text);
    height: 100%;
    position: relative;
    box-shadow: 0px 4px 20px 6px #2f5d3a0f;
    padding: 24px 16px;
    border-radius: 5px;
    transition: all .3s ease;
}
.our_team_img {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 10;
    flex-grow: 1;
    transition: all .6s ease;
    min-height: 320px;
    max-height: 320px;
}
.our_team_content {
    flex: 1 0 0%;
    margin-top: 16px;
    width: 100%;
}
.our_team_img_bg {
    width: 100%;
    max-width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #fff;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.our_team_img_bg::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccd3e41c;
}
.our_team_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.1;
}
.our_team_description {
    text-align: center;
    font-size: 16px;
}
.our_team_description p {
    line-height: 1.4;
}
.our_team_annotation {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    opacity: .8;
}
.title_center {
    max-width: 920px;
    text-align: center;
    margin: 0 auto 50px;
    z-index: 10;
    position: relative;
}
.swiper_title {
    margin: 0 auto 30px;
}
.our_team_item.swiper-slide {
    height: unset;
}
.light_title {
    color: #fff;
}
.our_work_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    z-index: 10;
    position: relative;
}

.contact_block {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.contacts_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 26px;
    width: 35%;
    position: absolute;
    right: 80px;
    z-index: 10;
}
.form_contacts {
    width: 64%;
    background: #f6f7f8;
    border-radius: 5px;
    padding: 50px 165px 50px 100px;
    position: relative;
    z-index: 0;
    min-height: 500px;
}
.contact_bl_item {
    box-shadow: 0px 4px 20px 6px #2f5d3a0f;
    border-radius: 3px;
    padding: 30px;
    background-color: #fff;
}
.contacts_item_ttl {
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
}
.contacts_item_ttl svg {
    width: 36px;
    height: 36px;
    color: var(--basic-company);
}
.contacts_content {
    margin-left: 44px;
    gap: 7px;
}
.contacts_form_desc {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
.requests-block {
    margin-top: -120px;
}
.banner_advantages_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 15px;
    border-bottom: 2px dashed #bababa;
}
.banner_advantages__item {
    padding: 0 18px 30px;
    /* border-right: 1px solid #2f5d3a17; */
    gap: 14px;
    position: relative;
}
.banner_advantages__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    height: 82%;
    width: 1px;
    background: #d4d4d4;
}
.banner_advantages__item:last-child {
    border-right: none;
}
.banner_advantages__icon svg {
    width: 65px;
    height: 65px;
    color: var(--basic-company);
}
.founder_advantage_description {
    font-size: 16px;
    margin-left: 86px;
}
.founder_advantage_content {
    gap: 16px;
    align-items: center;
}
.banner_advantages_title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.banner_advantages_annotation {
    font-size: 18px;
}
.banner_advantages_annotation ul {
    margin: 0 0 0 1.5rem;
}
.banner_advantages_annotation li {
    font-weight: 400;
}
.banner_advantages_annotation li:last-child {
    margin-bottom: 0;
}
.advantages_description2 {
    text-align: center;
    max-width: 900px;
    margin: 30px auto 0;
    font-weight: 600;
}
.fn_services_slide.swiper-container,
.fn_posts_slide.swiper-container {
    padding: 28px 7px;
    margin: 0 -7px;
}
.services_preview {
    border-radius: 3px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    backdrop-filter: blur(8px);
    text-align: center;
    transition: all .3s ease;
    height: 100%;
}
.services_link {
    padding: 24px;
    height: 100%;
}
.services_icon {
    margin-bottom: 16px;
    width: 55px;
    filter: invert(1);
    height: 55px;
}
.services_icon svg {
    width: 55px;
    height: 55px;
}
.services_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fefefe;
}
.services_item:not(.no_hover) .services_title {
    color: var(--body-text);
}
.services_description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 18px;
}
.services_description p {
    line-height: 1.3;
}
.services_item.swiper-slide {
    height: unset;
}
.no_icon {
    color: #afafaf;
}
.underline_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid;
    color: #22ac00;
    font-weight: 500;
    font-size: 18px;
}
.swiper_btns {
    position: relative;
    gap: 10px;
}
.swiper-title .h1 {
    margin-bottom: 0;
}
.swiper-title {
    margin-bottom: 12px;
}
.posts_preview {
    border-radius: 5px;
    height: 100%;
    box-shadow: 0px 4px 20px 6px #2f5d3a0f;
    transition: all .3s ease;
}
.posts_content {
    padding: 0 16px 16px;
        width: 100%;
}
.posts_title {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}
.posts_description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    opacity: .8;
}
.posts_description p{
    line-height: 1.3;
}
.posts_image {
    width: 100%;
    height: 300px;
    padding: 16px;
}
.posts_image picture {
    height: 100%;
    align-items: center;
}
.posts_image img {
    object-fit: contain;
    border-radius: 5px;
    max-height: 268px;
}
.main_services_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.product_rating, .post_rating {
    position: relative;
}
.services_category_1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.services_category_2 {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}
.services_category_3 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
.services_category_4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.services_category_5 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.services_category_1 .services_category_title, .services_category_5 .services_category_title{
    width: 82%;
}
.services_category_2 .services_category_title, 
.services_category_3 .services_category_title {
    width: 65%;
}
.services_category_item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-height: 395px;
}
.services_category_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 16px;
    gap: 16px;
}
.services_category_title {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    text-shadow: 2px 2px 2px #00000087;
}
.services_category_description {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 76px;
    opacity: .9;
}
.services_category_img {
    height: 100%;
    position: relative;
    transition: all 1s ease;
}
.services_category_img::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(1 18 2 / 30%) 0%, rgb(1 18 2 / 80%) 100%);
}
.services_category_img img {
    width: 100%;
    object-fit: cover;
}
.founders_item_title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 8px;
}
.founders_item_annotation {
    font-size: 22px;
    opacity: .9;
    line-height: 1;
    font-style: italic;
}
.founders_item_content {
    width: 65%;
}
.founders_item_img {
    width: 32%;
    position: sticky;
    top: 100px;
}
.founders_item_description {
    margin-top: 36px;
}
.founders_item_description blockquote {
    max-width: 70%;
}
.founders_item {
    box-shadow: 0px 4px 20px 6px #2f5d3a0f;
    padding: 40px 100px;
    border-radius: 20px;
    align-items: flex-start;
}
.founders_item_img img {
    width: 100%;
    border-radius: 16px;
}
.founder_advantage_item {
    width: 50%;
    padding: 16px;
    background: #f3f0eb;
    border-radius: 16px;
}
.founder_advantages_block {
    gap: 24px;
}
.founder_advantage_title {
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 16px; */
}
.founder_advantage_item picture {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}
.services_category_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.requests_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.requests_item {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px #33200017;
    background: #ffffff2b;
    gap: 24px;
}
.requests_content {
    gap: 10px;
    height: 100%;
}
.requests_title {
    font-size: 24px;
    font-weight: 600;
}
.requests_description {
    font-size: 20px;
}
.requests_img {
    flex-shrink: 0;
    width: 70px;
}
.process_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.process_num {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f3e9;
    border: 3px solid #fff;
    font-size: 20px;
    font-weight: 500;
}
.process_item {
    position: relative;
    background: #56a66914;
    padding: 50px 24px 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.process_4 {
    margin-top: 0;
    grid-column: 1 / 3;
    flex-direction: row;
    padding: 24px;
    gap: 24px;
}
.process_4 .process_num {
    display: none;
}
.process_content:not(.process_4 .process_content) {
    width: 80%;
}
.process_img {
    color: var(--basic-company);
    margin-bottom: 16px;
}
.process_description:not(.process_4 .process_description) {
    text-align: center;
}
.process_4 .process_content {
    align-items: flex-start;
}
.process_btn {
    margin: auto;
}
.process_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
}
.process_4 .process_title {
    text-align: left;
}
.process_description p {
    margin-bottom: 6px;
}
.process_description ul {
    text-align: left;
    margin: 0 0 0 1.5rem;
}
.process_description li {
    margin: 0 0 4px;
    font-weight: 400;
    line-height: 1.2;
}

/*Pagination*/
.pagination {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 14px;
}
.pagination__item {
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #9F9F9F;
    background: #FFFFFFFA;
    border-radius: 3px;
    transition: all .3s ease;
    color: #555555;
}
.pagination__item.active {
    border: 1px solid var(--basic-company);
    background: var(--basic-company);
}
.pagination__link {
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}
span.pagination__link {
    color: #FEFEFE;
}
.products_pagination {
    margin-top: 30px;
}

/*Blog*/
.sidebar--blog {
    width: 370px;
}
.services_item:not(.no_hover) {
    margin-bottom: 26px;
}
.sidebar__boxed {
    box-shadow: 0px 4px 20px 3px #003e0f0f;
    border-radius: 3px;
    padding: 24px 0;
    position: sticky;
    top: 100px;
}
.blog_catalog__item {
    margin: 0;
    padding: 0 16px;
}
.sidebar_heading {
    font-size: 22px;
    font-weight: 700;
    padding: 0 16px;
    margin-bottom: 14px;
}
.blog_catalog__link {
    border-bottom: 1px solid #e6ded1;
    width: 100%;
    display: flex;
    padding: 10px 0;
}
.blog_catalog__link.selected {
    color: var(--button-color);
}
.blog_catalog__item:last-child .blog_catalog__link {
    border-bottom: none;
}
.news_container .blog_container {
    width: 100%;
}
.ya_map {
    height: 390px;
    filter: brightness(0.8);
}
.ya_map iframe{
    width: 100%;
    height: 100%;
}
.sidebar_service_block {
    padding: 0 16px;
}
.sidebar_services_contacts {
    margin: 10px 0;
}
.sidebar_services_contacts .footer__contact_item a {
    color: var(--body-text);
}
.sidebar_services_contacts .footer__contact_item svg {
    color: var(--basic-company);
}
.article__info {
    margin-bottom: 10px;
    font-size: 14px;
    opacity: .7;
}
.article__info_item {
    gap: 5px;
}

/*Post*/
.post_container__wallpaper {
    margin-bottom: 30px;
}
.post_information {
    margin: 30px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D4D4D4;
}
.post_information__item {
    font-size: 14px;
    color: #767676;
    gap: 6px;
}
.post_author {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #D4D4D4;
}
.rating_starOff, .rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.post_rating, .post_share_boxed {
    gap: 18px;
}

/*Page*/
.block__description img {
    max-width: 800px;
    border-radius: 10px;
}
.block_second_description {
    max-width: 1080px;
}
.breadcrumb_name_title {
    max-width: 1080px;
    height: 100%;
    justify-content: center;
    position: relative;
    top: -52px;
}
.breadcrumb_post_annotation {
    font-size: 22px;
    color: #fff;
    opacity: .7;
    margin-top: 24px;
}
.services_container {
    margin-top: 40px;
}
.breadcrumb_bg_content .container {
    height: 100%;
}
.breadcrumb_bg_content .breadcrumbs {
    z-index: 10;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.content_pop_up {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    display: none;
}
.content_pop_up.fancybox-content {
    opacity: 1;
    visibility: visible;
    max-width: 900px;
    width: 100%;
    height: fit-content;
    border-radius: 20px;
    box-shadow: 0px 6px 18px 0px #4C5D7D29;
    background: #FDFDFD;
    padding: 40px 50px;
    display: flex;
    max-height: 550px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
.popup_title {
    font-size: 30px;
    font-weight: 700;
    color: var(--body-text);
    margin-bottom: 30px;
}
.popup_content {
    max-height: 360px;
    overflow: auto;
    padding-right: 25px;
}
.requests_btn {
    margin: 0;
    font-size: 20px;
    margin-top: auto;
}
.advantages_btn {
    margin-top: auto;
    font-size: 20px;
}

.subcategories_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.category_grid_item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-height: 320px;
    width: 100%;
    aspect-ratio: 3/2;
}
.category_annotation {
    max-width: 920px;
    margin-bottom: 40px;
}
.sidebar_posts {
    margin-top: 0;
}
.category_grid_link {
    height: 100%;
}
.logo_text {
    font-size: 12px;
    font-weight: 500;
    opacity: .7;
}


.banner_review_content {
    position: relative;
    height: 100%;
    box-shadow: 0px 4px 20px 6px #2f5d3a0f;
    padding: 24px 16px;
    border-radius: 2px;
    background: #fff;
}
.banner_review_description {
    font-weight: 300;
    height: 100%;
    transition: all .3s ease;
    margin-top: 10px;
}
.banner_review_description p {
    line-height: 1.4;
}
.banner_review_info {
    width: 100%;
    gap: 16px;
}
.banner_review_title {
    font-size: 20px;
    font-weight: 700;
    opacity: .8;
}
.banner_review_icon {
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}
.banner_review_icon picture {
    width: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}
.team_wrapper {
    row-gap: 30px;
    column-gap: 26px;
}
.our_team_item {
    width: 32%;
}
.news_slider.fn_news_slide, .reviews_slider.fn_main_reviews {
    padding: 20px 24px 24px;
}
.post_container {
    max-width: 1080px;
}
.post_container__body iframe {
    width: 80%;
    aspect-ratio: 5/3;
    height: auto;
    border: none;
    border-radius: 3px;
    overflow: hidden;
}
.service_container {
    width: calc(100% - 400px);
}
.services_item .services_preview {
    box-shadow: 0px 4px 16px 2px #003e0f0f;
}
.services_item .services_icon {
    filter: invert(0);
}
.banner_review_item.swiper-slide {
    height: unset
}
.page_block_description {
    max-width: 1080px;
}
.main_swiper_block {
    margin: 0 -14px;
    position: relative;
}

.down_btn {
    position: absolute;
    bottom: 16px;
    left: calc(50% - 15px);
    z-index: 9;
    transform: rotate(90deg);
    text-decoration: none;
    animation: arrow_banner_hover 1s linear 1s infinite alternate;
    width: 30px;
    display: flex;
    padding: 30px;
    color: #fff;
}
@keyframes arrow_banner_hover{
    0% {
        bottom: 16px;
    }
    50% {
        bottom: 26px;
    }
    100% {
        bottom: 16px;
    }
}
.down_btn::after {
    content: 'next';
    font-family: swiper-icons;
    font-size: 26px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    display: block;
}

.contacts_label {
    position: fixed;
    z-index: 100;
    right: 2%;
    bottom: 47px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    background-color: var(--button-color);
    opacity: 1;
    transition: all .3s ease;
}
.contacts_box_info {
    position: fixed;
    background-color: var(--bg);
    width: 100%;
    bottom: 108px;
    max-width: 50px;
    height: auto;
    border-radius: 55px;
    padding: 3px;
    right: 2%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 9999;
    gap: 4px;
    border: 1px solid #f6f7f8;
}
.contacts_box_info.show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.contacts_box_info a {
    width: 43px;
    height: 44px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 100%;
    transition: all .3s ease;
}
.main_swiper_block.main_swiper_reviews::after {
    content: '';
    position: absolute;
    right: -38px;
    top: 10px;
    width: 50px;
    height: calc(100% - 20px);
    background: linear-gradient(90deg, rgb(238 240 240) 0%, rgb(246 247 248) 50%, rgb(246 247 248) 100%);
    z-index: 1;
    border-radius: 24px 0 0 24px;
}
.main_swiper_block.main_swiper_reviews::before {
    content: '';
    position: absolute;
    left: -38px;
    top: 10px;
    width: 50px;
    height: calc(100% - 20px);
    background: linear-gradient(270deg, rgb(238 240 240) 0%, rgb(246 247 248) 50%, rgb(246 247 248) 100%);
    z-index: 10;
    border-radius: 0 24px 24px 0;
}

.team_page_banner .our_team_item {
    width: 100%;
}
.team_page_banner .our_team_item_content {
    flex-direction: row;
    box-shadow: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    justify-content: center;
    gap: 16px;
}
.team_page_banner .our_team_item:first-child .our_team_item_content {
    padding-top: 0;
}
.team_page_banner .our_team_item:last-child .our_team_item_content {
    border-bottom: none;
}
.team_page_banner .our_team_item:nth-child(even) .our_team_item_content {
    flex-direction: row-reverse;
}
.team_page_banner .our_team_img{
    width: 35%;
}
.team_page_banner .our_team_img {
    flex-grow: 0;
}
.team_page_banner .our_team_content * {
    text-align: left;
}
.team_page_banner .our_team_item:nth-child(even) .our_team_content * {
    text-align: right;
}
.team_page_banner {
    margin-bottom: 24px;
}
.team_page_banner .our_team_content {
    margin: 0;
    padding: 24px 16px;
    border-radius: 5px;
    box-shadow: 0px 4px 16px 2px #003e0f0f;
    width: 50%;
    flex: unset;
}
.banner_main__item.swiper-slide {
    height: unset;
    display: flex;
}
.services_icon.youtube_image {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    border-radius: 5px;
    overflow: hidden;
}
.services_icon.youtube_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youtube_link.services_link {
    padding: 16px;
}
.youtube_note {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #366c30;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    font-weight: 500;
}
.services_icon.youtube_image img.lazy:not(.loaded) {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.contacts_icon_show, .contacts_icon_close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.contacts_icon_close {
    opacity: 0;
    visibility: hidden;
    width: 0px;
}
.contacts_label.active .contacts_icon_close {
    width: 28px;
    opacity: 1;
    visibility: visible;
}
.contacts_label.active .contacts_icon_show {
    width: 0;
}
.team_wrapper .team_write {
    display: none;
}
.team_write svg {
    width: 32px;
    height: 32px;
    color: var(--button-color);
}
.page_block_description a.team_write {
    margin-top: 10px;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}
.team_page_banner .our_team_item:nth-child(even) .team_write {
    justify-content: flex-end;
    margin-left: auto;
}
.article_item.no_hover {
    height: unset;
}
.page_block_description a {
    width: fit-content;
    background: transparent;
    border-bottom: 1px solid var(--button-color);
    color: var(--button-color);
    transition: all .3s ease;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Commissioner';
}
.page_block_description h2 {
    font-size: 32px;
}

.popup__heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.popup__description {
    margin-bottom: 24px;
}
.send_form {
    justify-content: center;
    align-items: center;
}