/*!
Theme Name: IsraelLows
Author: ''
Version: 1.0.0
*/

/* Manrope */

@font-face {
    font-family: 'Manrope';
    src: url('css/fonts/Manrope-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('css/fonts/Manrope-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('css/fonts/Manrope-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('css/fonts/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('css/fonts/Manrope-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('css/fonts/Manrope-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('css/fonts/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/**/

/* Cormorant Garamond */

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('css/fonts/CormorantGaramond-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('css/fonts/CormorantGaramond-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('css/fonts/CormorantGaramond-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('css/fonts/CormorantGaramond-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('css/fonts/CormorantGaramond-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/**/

:root {
    --primary-color: #D8A372;
    /* --secondary-color: #8B99FF; */
    --decorative-color: #0D1825;
    --font-color: #363635;
    /* --btns-font-color: #000; */
    /* fonts */
    --primary-font: 'Manrope';
    --secondary-font: 'Cormorant Garamond';
}
html {
    margin: 0;
}
body {
    font-family: var(--primary-font);
    font-size: 16px;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
body * {
    box-sizing: border-box;
}
*:focus {
    outline: none;
  }
body ol, 
body ul {
    padding-left: 1em;
}
body p, 
body li {
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 1em;
    line-height: 21px;
    margin: 1em 0;
}
body a {
    color: var(--primary-color);
}
body a:hover {
    text-decoration: none;
}
body h1,
body h2, 
body h3,
body h4 {
    /* color: var(--font-color); */
    /* font-family: var(--primary-font); */
    /* font-weight: 700; */
    /* margin: 30px 0; */
}
body h1 {
    color: var(--font-color);
    font-size: 3em;
    font-weight: 700;
}
body h2 {
    color: var(--decorative-color);
    font-size: 1.87em;
    font-family: var(--secondary-font);
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
body h3 {
    color: var(--font-color);
    font-size: 1.12em;
    font-weight: 700;
    margin: 20px 0;
}
body h4 {
    font-size: 1.11em;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.hidden-desktop {
    display: none;
}
.text-center {
    text-align: center;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
img.alignleft {
    margin: 3px 35px 10px 0;
}
img.alignright {
    margin: 3px 0 10px 35px;
}
.flex {
    display: flex;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.p-80 {
    padding: 80px 0;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.p-50 {
    padding: 50px 0;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.p-40 {
    padding: 40px 0;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
.m-80 {
    margin: 80px 0;
}
.main {
    /* display: flex; */
    /* flex-direction: column; */
}
.header-block {
    position: relative;
    margin: 0 0 50px 0;
}
.header-block:has( > .swiper-navigation ) {
    padding: 0 120px 0 0;
}
.header-block__title {
    color: #AAA39D;
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.header-block__sub-title {
    font-family: var(--secondary-font);
    font-size: 2.62em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.header-block:not(:has( .header-block__title )) .header-block__sub-title  {
    font-size: 1.87em;
}
.full-width-content {
    margin-left: calc((100vw - 1140px) / -2);
    margin-right: calc((100vw - 1140px) / -2 - 340px);
}
@keyframes scale { 
    0% { 
        transform: scale(0.9); 
        opacity: 0; 
    } 
    50% { 
        transform: scale(1.005); 
        opacity: 0.5; 
    } 
    100% { 
        transform: scale(1); 
        opacity: 1; 
    } 
}
/**/

/* buttons */

.btn {
    position: relative;
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 1em;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s;
    padding: 6px 16px;
}

.btn_primary {
    max-width: 330px;
    width: 330px;
    text-align: center;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    border-radius: 2px;
    border: none;
    background: var(--primary-color);
    padding: 17px;
}

.btn_primary:hover {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.3);
}

.btn_secondary {
    font-family: var(--primary-font);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn_secondary:hover {
    color: #fff;
    background: var(--primary-color);
}

.btn_tertiary {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn_tertiary:hover {
    color: var(--btns-font-color);
    background: #fff;
}

/**/

/* swiper-pagination */

.swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0 0 0;
}

.swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #E5E5E5;
    transition: 0.3s;
    opacity: 1;
    margin: 0 !important;
}

.swiper .swiper-pagination-bullet:hover,
.swiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

/**/

/* swiper-pagination */

.header-block .swiper-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
}

.swiper-navigation {
    display: flex;
    gap: 10px;
    align-items: center;
}

.swiper-navigation .swiper-button {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    border: 1px solid #AAA39D;
    border-radius: 16px;
    transition: 0.3s;
    padding: 17px;
}

.swiper-navigation .swiper-button:hover {
    border-color: var(--decorative-color);
}

.swiper-navigation .swiper-button:after {
    display: none;
}

.swiper-navigation .swiper-button .icon {
    fill: #AAA39D;
    width: 13px;
    height: 13px;
    transition: 0.3s;
}

.swiper-navigation .swiper-button:hover .icon {
    fill: var(--decorative-color);
}

.swiper-navigation .swiper-button-next {
    transform: rotate(-90deg);
}

.swiper-navigation .swiper-button-prev {
    transform: rotate(90deg);
}

/**/

/* header */

.header {
    position: relative;
    transition: 0.3s;
    z-index: 20;
}
.header__wrapper {
    background: #FBFAF6;
    padding: 16px 0;
}
.header__wrapper > .container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.header__logo {
    margin: 0 auto;
}
.header__logo a {
    display: block;
    font-size: 0;
}
.header__logo .icon{
    width: 118px;
    height: 90px;
}

.header__logo-horizontal {
    display: none;
    font-size: 0;
    margin: 0 auto 0 0;
}
.header__menu.sticky .header__logo-horizontal {
    display: block;
}
.header__logo-horizontal .icon {
    width: 144px;
    height: 40px;
    fill: #ffffff;
}

.header__address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.header__address-link {
    color: var(--decorative-color);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}
.header__address-link:hover {
    color: var(--primary-color);
}
.header__working-hours {
    color: #AAA39D;
    font-size: 0.93em;
}

.header__phone {
    margin: 0 0 10px 0;
}
.header__menu .header__phone  {
    display: none;
}
.header__menu.sticky .header__phone {
    display: block;
    margin: 0;
}
.header__phone a {
    color: var(--decorative-font);
    font-size: 1.37em;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
}
.header__menu .header__phone a {
    color: #ffffff;
}
.header__phone a:hover {
    color: var(--font-color);
}

.header__contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.header__socials {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}
.header__menu .header__socials {
    display: none;
}
.header__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    transition: 0.3s;
    padding: 5px;
}
.header__socials a:hover {
    border-color: var(--decorative-color);
}
.header__socials a .icon {
    fill: var(--primary-color);
    width: 16px;
    height: 16px;
    transition: 0.3s;
}
.header__socials a:hover .icon {
    fill: var(--decorative-color);
}

/* search */

.header__search {
    display: flex;
    margin: 0 0 0 auto;
}

.header__search-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.header__search-toggle .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: var(--primary-color);
    transition: 0.3s;
}

.header__search-toggle.active .icon {
    stroke: #ffffff;
}

.header__search-toggle:hover .icon {
    stroke: #fff;
}

.search__page-wrapper {
    padding: 30px 0 50px;
}

.search__page {
    max-width: 800px;
    width: 100%;
}

.header__search .searchform {
    visibility: hidden; 
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    transform: translateY(5px);
    z-index: 100;
    transition: all 0.44s ease-in-out 0s, visibility 0s linear 0.44s, z-index 0s linear 0.01s;
    pointer-events: none;
    margin: 0;
}

.header__search .searchform.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.4s;
    pointer-events: all;
}

.search__page-form.searchform {
    margin: 0 0 30px 0;
}

.searchform__field {
    position: relative;
}

.searchform__field input {
    min-width: 200px;
    width: 100%;
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 1em;
    box-shadow: 0px 5px 10px rgba(17, 29, 43, 0.3);
    border: none;
    border-radius: 2px; 
    padding: 9px 50px 9px 20px;  
}

.searchform__field input:focus {
    border-color: var(--font-color);
}

.searchform__field input::placeholder {
    color: #AAA39D;
}

.searchform__submit {
    position: absolute;
    right: 20px;
    top: 50%;
    border: none;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.searchform__submit .icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    stroke: var(--primary-color);
}

.searchform__submit:hover .icon {
    stroke: var(--decorative-color);
}

.search__page-list {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.search__page-item-date {
    color: #AAA39D;
    font-size: 1em;
    margin: 0 0 10px 0;
}

.search__page-item-title {
    color: var(--font-color);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 0 10px 0;
}

.search__page-item-title:hover {
    color: var(--primary-color);
}

.search__page-item-descr p {
    color: var(--font-color);
    font-size: 0.87em;
    line-height: 18px;
}

/**/

.header__cta {
    margin: 0 0 0 auto;
}

.header__menu.sticky .header__cta {
    display: none;
}

.header__menu-toggle {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 24px;
    height: 16px;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 200;
    transition: all 0.5s;
}
.header__menu-toggle span {
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background-color: #ffffff;
    transition: all 0.5s;
}
.header__menu-toggle span:nth-of-type(3) {
    top: calc(50% + 7px);
}
.header__menu-toggle span:nth-of-type(2) {
    top: calc(50% - 7px);
}
.header__menu-toggle.active {
    background: transparent;
}
.header__menu-toggle.active span:nth-of-type(1) {
    opacity: 0;
}
.header__menu-toggle.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);  
}
.header__menu-toggle.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg); 
}

/* header__menu */

.header__menu {
    position: relative;
    z-index: 100;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    transition: 0.3s;
    padding: 11px 0;
}
.header__menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
}
.admin-bar .header__menu.sticky {
    top: 32px;
}
.header__menu > .container {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
}
.header__menu-wrapper {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}
.header__menu .menu {
    flex: 1;
    display: flex;
    gap: 60px;
    flex-wrap: nowrap;
    list-style: none;
    /* transition: 0.3s; */
    padding: 0;
    margin: 0;
} 
.header__menu.sticky .menu {
    gap: 20px;
    justify-content: center;
}
.header__menu .menu li {
    position: relative;
    line-height: 100%;
    margin: 0;
    z-index: 100;
}
.header__menu .menu li.menu-item-has-children .icon {
    position: absolute;
    top: 1px;
    right: 0;
    width: 14px;
    height: 14px;
    transition: 0.3s;
    box-sizing: content-box;
    padding: 2px;
} 
.header__menu .menu > li > a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: #fff;
    font-size: 1.06em;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
}
.header__menu .menu > li.menu-item-has-children > a {
    padding: 0 25px 0 0;
}
.header__menu .menu > li:hover > a,
.header__menu .menu > li.active > a {
    color: var(--primary-color);
}
.header__menu .menu > li > a .icon {
    fill: var(--primary-color);
}
.header__menu .menu > li:hover > a .icon {
    transform: rotate(180deg);
}

/* header__menu first-level-dropdown */
.header__menu .menu > li > .sub-menu__wrapper {
    visibility: hidden; 
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 280px;
    transform: translateY(15px);
    z-index: 100;
    transition: all 0.44s ease-in-out 0s, visibility 0s linear 0.44s, z-index 0s linear 0.01s;
    pointer-events: none;
}
.header__menu.sticky .menu > li > .sub-menu__wrapper {
    transform: translateY(19px);
}
.header__menu .menu > li:hover > .sub-menu__wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(18px);
    transition-delay: 0s, 0s, 0.4s;
    pointer-events: all;
}
.header__menu.sticky .menu > li:hover > .sub-menu__wrapper {
    transform: translateY(22px);
}
.header__menu .menu > li > .sub-menu__wrapper > .sub-menu:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -19px;
    height: 20px;
    width: 50%;
}
.header__menu .menu > li:hover > .sub-menu__wrapper > .sub-menu:before {
    display: block;
}
/**/
/* header__menu list-dropdown */
.header__menu .menu .sub-menu__wrapper .sub-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(17, 29, 43, 0.3);
    border-radius: 0px 0px 2px 2px;
    transition: 0.3s;
    padding: 20px;
}
.header__menu .menu .sub-menu__wrapper .sub-menu li {
    /* padding: 0 20px; */
}
.header__menu .menu .sub-menu__wrapper .sub-menu li a {
    position: relative;
    display: block;
    color: var(--font-color);
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    padding: 0 20px 0 0;
}
.header__menu .menu .sub-menu__wrapper .sub-menu li:hover > a,
.header__menu .menu .sub-menu__wrapper .sub-menu li.current_page_item > a,
.header__menu .menu .sub-menu__wrapper .sub-menu li.current-menu-item > a {
    font-weight: 600;
}
.header__menu .menu .sub-menu__wrapper .sub-menu li a .icon {
    right: 10px;
    fill: var(--primary-color);
    transform: rotate(-90deg);
}
/**/
/* header__menu second-level-dropdown */
.header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper {
    visibility: hidden; 
    opacity: 0;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    min-width: 250px;
    transform: translateX(75%);
    z-index: -1;
    transition: all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.01s;
}
.header__menu .menu .sub-menu__wrapper ul li:hover .sub-menu__wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translateX(106%);
    transition-delay: 0s, 0s, 0.4s;
}
.header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper > .sub-menu:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 10px;
}
/**/

/* hero */

.hero {
    position: relative;
    background: #FBFAF6;
    overflow: hidden;
    padding: 70px 0 105px 0;
}

.hero:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    bottom: -30px;
    background: url('images/hero-femida.webp') no-repeat;
    background-size: contain;
    background-position: 80% 0;
    padding: 70px 0 105px 0;
}

.hero > .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-content {
    position: relative;
    z-index: 10;
    margin: 0 0 70px 0;
}

.hero-content__title {
    font-family: var(--secondary-font);
    font-size: 3.5em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content__title span {
    display: block;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px 0;
}

.hero-content__description {
    margin: 0 0 20px 0;
}

.hero-content__description ul {
    margin: 0;
}

.hero-content__description p,
.hero-content__description li {
    color: var(--font-color);
    font-size: 1.12em;
    line-height: 1.56em; 
    margin: 0;
}

.hero-content__cta .btn:hover {
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
}

.hero-image {
    position: absolute;
    right: 18%;
    top: 25%;
}

.hero-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-specialist {
    position: relative;
    gap: 10px;
}

.hero-specialist__image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
}

.hero-specialist__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-specialist__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-specialist__name {
    color: var(--decorative-color);
    font-size: 1.12em;
    font-weight: 500;
    margin: 14px 0 0 0;
}

.hero-specialist__position {
    color: #AAA39D;
}

.hero-specialist__signature {
    position: absolute;
    bottom: -30%;
    right: 16%;
}

.hero-specialist__signature picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-specialist__signature picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* about-block */

.about-block__wrapper {
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
}

.about-block .header-block__title {
    color: var(--primary-color);
}

.about-block .header-block__sub-title {
    color: #ffffff;
    -webkit-text-fill-color: initial;
}

.about-block {
    display: flex;
    gap: 60px;
    align-items: center;  
}

.about-block__content {
    max-width: 690px;
    width: 100%;
}

.about-block__quote {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 0 0 50px 0;
}

.about-block__quote .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    fill: var(--primary-color);
    width: 192px;
    height: 75px;
}

.about-block__quote p {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 1.87em;
    line-height: 33px;
    font-weight: 500;
    margin: 0;
}

.about-block__quote p.about-block__license {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 0.87em;
    line-height: 19px;
    font-weight: 400;
    opacity: 0.5;
}

.about-block__quote p.about-block__license br {
    display: none;
}

.about-block__description {
    margin: 0 0 50px 0;
}

.about-block__description p {
    color: #ffffff;
    line-height: 21px;
}

.about-block__stats {
    display: flex;
    gap: 55px;
}

.about-block__stats-item {
    flex: 0 1 auto;
}

.about-block__stats-number {
    display: flex;
    align-items: baseline;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 5em;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap;
    font-variant-numeric: lining-nums proportional-nums;
    margin: 0 0 10px 0;
}

.about-block__stats-number span {
    font-size: 0.25em;
    line-height: 100%;
}

.about-block__stats-description {
    color: #ffffff;
    font-size: 0.87em;
    line-height: 17px;
    opacity: 0.7;
}

.about-block__content .about-block__photo {
    display: none;
}

.about-block__photo {
    flex: 1;
}

.about-block__photo picture {
    display: block;
    width: 100%;
    height: 100%;
}

.about-block__photo picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/**/

.about-team_wrapper {
    background: #FBFAF6;
    padding-top: 20px;
}

.about-team {
    display: flex;
    gap: 60px;
}

.about-team__content {
    flex: 1;
}

.about-team__image {
    max-width: 450px;
    width: 100%;
}

.about-team__content .about-team__image {
    display: none;
}

.about-team__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.about-team__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* citizenship-variants */

.citizenship-variants {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.citizenship-variants__item {
    border: 1px solid #F0EAE4;
    padding: 20px;
}

.citizenship-variants__title {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--primary-color);
    font-size: 1.37em;
    font-weight: 600;
    transition: 0.3s;
    margin: 0 0 20px 0;
}

.citizenship-variants__title .icon {
    display: none;
    fill: var(--primary-color);
    width: 13px;
    height: 13px;
    transition: 0.3s;
}

/**/

/* certificates-list */

.certificates-list.swiper {
    padding: 1px;
}

.certificates-list__item {
    border: 1px solid #F0EAE4;
}

.certificates-list__item picture {
   display: block;
   width: 100%;
   height: 100%;
}

.certificates-list__item picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

/**/

/* testimonials-list */

.testimonials-list__wrapper {
    background: #FBFAF6;
}

.testimonials-list.grid-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.testimonials-list__item {
    border-radius: 2px;
    border: 1px solid var(--decorative-color);
    padding: 20px;
}

.testimonials-list__item:has( .testimonials-list__video ) {
    border: none;
    padding: 0;
}

.testimonials-list__avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.testimonials-list__avatar picture {
    display: block;
    width: 100%;
    height: 100%;
}

.testimonials-list__avatar picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-list__author {
    color: var(--font-color);
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 0 20pz 0;
}

.testimonials-list__text {
    margin: 0 0 10px 0;
}

.testimonials-list__text p {
    color: var(--font-color);
}

.testimonials-list__text > p {
    margin-bottom: 0;
}

.testimonials-list__text-more-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 0.3s;
}

.testimonials-list__text-more-wrapper.active {
    grid-template-rows: 1fr;
}

.testimonials-list__text-more {
    min-height: 0;
    transition: 0.3s;
}

.testimonials-list__text-button {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--primary-color);
    font-size: 0.87em;
    background: transparent;
    cursor: pointer;
    border: none;
    padding: 0;
}

.testimonials-list__text-button svg {
    width: 14px;
    height: 14px;
    fill: var(--primary-color);
}

.testimonials-list__video  {
    max-height: 295px;
}

.testimonials-list.swiper .testimonials-list__video {
    height: 295px;
}

.testimonials-list__video img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-list__video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    fill: #fff;
}

/**/

/* specialists-list */

.specialists-list__wrapper {
    background: #FBFAF6;
}

.specialists-list.grid-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.specialists-list__item {
    position: relative;
    display: block;
    animation: scale 0.7s ease-in-out;
}

.specialists-list__item.hide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.specialists-list__link {
    position: absolute;
    inset: 0;
    font-size: 0;
}

.specialists-list__image {
    display: block;
    max-width: 120px;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    transition: 0.3s;
    margin: 0 auto -60px auto;
}

.specialists-list__item:hover .specialists-list__image {
    box-shadow: 0px 5px 10px rgba(17, 29, 43, 0.3);
}

.specialists-list__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.specialists-list__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specialists-list__info {
    border-radius: 2px;
    border: 1px solid #F0EAE4;
    padding: 80px 20px 30px;
}

.specialists-list__title {
    display: block;
    text-align: center;
    color: var(--decorative-color);
    font-size: 1.25em;
    font-weight: 600;
    transition: 0.3s;
    margin: 0 0 4px 0;
}

.specialists-list__position {
    display: block;
    min-height: 38px;
    text-align: center;
    color: var(--font-color);    
    font-size: 0.87em;
    margin: 0;
}

/**/


/**/

.specialists-sort {
    border: 1px solid #AAA39D;
    background: #ffffff;
    padding: 17px 23px;
    margin: 0 0 50px 0;
}

.specialists-sort-current {
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

.specialists-sort.active .specialists-sort-current {
    border-color: #F0EAE4;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}

.specialists-sort-current .current-text {
    color: #AAA39D;
    font-size: 1.06em;
}

.specialists-sort-current .icon {
    width: 15px;
    height: 15px;
    fill: #AAA39D;
    transition: 0.3s;
    margin: 0 0 0 auto;
}

.specialists-sort.active .specialists-sort-current .icon {
    fill: var(--primary-color);
    transform: rotate(180deg);
}

.specialists-sort-options {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 0.3s;
}

.specialists-sort-options.show {
    grid-template-rows: 1fr;
}

.specialists-sort-list {
    display: flex;
    gap: 20px;
    flex-direction: column;
    min-height: 0;
    margin: 0;
}

.specialists-sort-list {
    list-style: none;
    padding: 0;
}

.specialists-sort-option {
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
}

.specialists-sort-option:hover,
.specialists-sort-option.active {
    color: var(--primary-color);
}

/**/


/* services-list */


.home .services-list__wrapper {
    /* background: #F7F7F7; */
}
.page-id-35 .services-list__wrapper {
    padding: 0 0 50px 0;
}
.services-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.services-list:has( + .services-list__content-wrapper ) {
    margin: 0 0 30px 0;
}

.service-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
    transition: 0.3s;
    padding: 20px;
}
.service-card:hover {
    border-color: var(--decorative-color);
    box-shadow: 0px 5px 10px rgba(17, 29, 43, 0.3);
}
.service-card__icon {
    margin: 0 0 30px 0;
}
.service-card__icon .icon {
    color: var(--primary-color);
    fill: var(--primary-color);
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.service-card:hover .service-card__icon .icon {
    color: var(--decorative-color);
    fill: var(--decorative-color);
}
.service-card__title {
    color: var(--font-color);
    font-size: 1.12em;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.service-card__descr {
    margin: 0 0 30px 0;
}
.service-card__descr p {
    color: var(--font-color);
    font-size: 0.87em;
    line-height: 18px;
    margin: 0;
}
.service-card__btn {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: end;
    color: var(--primary-color);
    font-size: 0.87em;
    margin: auto 0 0 0;
}
.service-card__btn .icon {
    fill: var(--primary-color);
    width: 30px;
    height: 17px;
}

/**/

/* vantages-list */

.vantages-list__wrapper {
    background: #ffffff;
}

.home .vantages-list__wrapper {
    background: #F3F3F2;
}

.vantages-list__content {
    display: flex;
    gap: 50px;
}

.vantages-list__content:has( + .cta-block ) {
    margin: 0 0 80px 0;
}

.vantages-list__image {
    max-width: 480px;
    width: 100%;
}

.vantages-list__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.vantages-list__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vantages-list {
    display: grid;
    grid-gap: 30px 40px;
    grid-template-columns: 1fr 1fr;
}

.vantages-list__icon {
    margin: 0 0 4px 0;
}

.vantages-list__icon .icon {
    fill: var(--primary-color);
    width: 70px;
    height: 70px;
}

/**/

/* download_instruction */

.download-instruction {
    position: relative;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #113056 96.78%);
    border-radius: 2px;
    padding: 20px;
    margin: 30px 0;
}

.download-instruction__content {
    max-width: 450px;
    width: 100%;
}

.download-instruction__title {
    color: #ffffff;
    font-size: 1.87em;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.download-instruction__descr {
    color: #ffffff;
    font-size: 1em;
    line-height: 20px;
    margin: 0 0 30px 0;
}

.download-instruction__button .btn {
    color: #ffffff;
    text-decoration: none;
}

.download-instruction__button .btn:hover {
    text-decoration: none;
}

.download-instruction__image {
    position: absolute;
    right: 30px;
    top: -30px;
}

.download-instruction__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.download-instruction__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* receive_instruction */

.receive-instruction {
    position: relative;
    background: #F3F3F2;
    border-radius: 2px;
    padding: 20px;
    margin: 30px 0;
}

.receive-instruction__content {
    max-width: 450px;
    width: 100%;
}

.receive-instruction__title {
    color: var(--primary-color);
    font-size: 1.87em;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.receive-instruction__descr {
    color: var(--font-color);
    font-size: 1em;
    line-height: 20px;
    margin: 0 0 30px 0;
}

.receive-instruction__button .btn {
    color: #ffffff;
    background: linear-gradient(107.48deg, #0D1825 9.37%, #1F3044 92.66%);
    text-decoration: none;
}

.receive-instruction__button .btn:hover {
    text-decoration: none;
    box-shadow: 0px 0px 20px rgba(31, 48, 68, 0.6);
}

.receive-instruction__image {
    position: absolute;
    right: 30px;
    top: -30px;
}

.receive-instruction__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.receive-instruction__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* content-home */

.content-home {
    display: flex;
    gap: 28px;
}

.content-home__content {
    flex: 1;
}

.content-home__content p:first-child {
    font-size: 1.12em;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.content-home__content p {
    margin: 0;
}

.content-home__content ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin: 20px 0;
}

.content-home__content ul li {
    margin: 0;
}

.content-home__image {
    max-width: 550px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.content-home__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.content-home__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* cta-block */

.cta-block {
    display: flex;
    gap: 53px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    border-radius: 2px;
    padding: 30px;
}

.cta-block.shortcode .cta-block__content {
    flex: 1;
}

.cta-block__content-title {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.cta-block.shortcode .cta-block__content-title {
    font-size: 1.12em;
    line-height: 22px;
    margin: 0;
}

.cta-block__content-description {
    color: var(--primary-color);
    font-weight: 500;
}

.cta-block.shortcode .cta-block__content-description {
    display: none;
}

.cta-block__content-button {
    flex: 1;
}

.cta-block__content-button .btn {
    max-width: none;
    width: 100%;
    color: #ffffff;
}

.cta-block__content-button .btn:hover {
    text-decoration: none;
}

/**/

/* tabs */

.tabs--vertical {
    border-radius: 20px 20px 0px 0px;
}
.home .tabs--vertical {
    background: #FFE9DE;
}
.page-template-commercial .tabs--vertical {
    background: #F6F7F8;
}
.home .tabs--horizontal {
    border-radius: 20px 20px 0px 0px;
    background: #EBEEFB;
}
.tabs__wrapper {
    display: flex;
    gap: 20px;
}
.tabs--vertical .tabs__wrapper {
    gap: 15px;
    align-items: flex-start;
}
.tabs--horizontal .tabs__wrapper {
    flex-direction: column;
    gap: 20px;
}
.tabs__list {
    display: flex;
}
.tabs__list--vertical {
    flex-direction: column;
    gap: 8px;
    max-width: 360px;
    width: 100%;
}
.tabs__list--horizontal {
    flex-wrap: wrap;
    gap: 10px;
}
.tabs .tab {
    position: relative;
    flex-grow: 1;
    display: block;
    text-align: center;
    color: var(--font-color);
    font-size: 1em;
    font-weight: 700;
    line-height: 100%;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
    padding: 20px 28px;
}
.tab--vertical:hover,
.tab--vertical.active {
    color: #ffffff;
    background: var(--decorative-color);
}
.tab--horizontal:hover,
.tab--horizontal.active {
    color: #ffffff;
    background: var(--primary-color);
}
.tabs__content {
    position: relative;
    flex: 1;
    border-radius: 8px;
    background: #ffffff;
    padding: 40px;
}
.tabs__content > .tab {
    display: none;
}
.tabs__content .content__item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    animation: scale 0.7s ease-in-out;
}
.tabs__content .content__item.active {
    position: relative;
    display: block;
}
.tabs__content .content__item h3 {
    color: var(--font-color);
    font-size: 1.1em;
    margin: 0 0 13px 0;
}
.content__button a {
    display: flex;
    align-items: center;
    color: var(--font-color);
    font-size: 0.9em;
    text-decoration: none;
    transition: 0.3s;
}
.content__button a:hover {
    color: #925EF5;
}
.content__button a .icon {
    width: 32px;
    height: 14px;
    fill: #925EF5;
    margin: 0 0 0 30px;
}

/**/

/* news-list */


.news-list__wrapper {
    background: #F3F3F2;
}   

.news-list.swiper {
    /* overflow: visible; */
}
.news-list.grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.news-item {
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #F0EAE4;
    transition: 0.3s;
}
.news-item:hover {
    box-shadow: 0px 5px 10px rgba(17, 29, 43, 0.3);
}
.news-item__link {
    position: absolute;
    inset: 0;
    font-size: 0;
}
.news-item__image {
    display: block;
    height: 200px;
}
.news-item__image picture {
    display: block;
    width: 100%;
    height: 100%;
}
.news-item__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item__content {
    padding: 20px;
}
.news-item__date {
    color: #AAA39D;
    line-height: 100%;
    margin: 0 0 30px 0;
}
.news-item__title {
    display: block;
    min-height: 72px;
    color: var(--font-color);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 24px;
    transition: 0.3s;
    margin: 0 0 10px 0;
}
.news-item__preview-text {
    min-height: 63px;
    color: var(--font-color);
    font-size: 0.87em;
    line-height: 19px;
}
.news-item__preview-text p {
    margin: 0;
}
/**/

/* tags */

.tags__list-toggle {
    display: none;
    align-items: center;
    width: 100%;
    color: #3D3E43;
    font-size: 1em;
    font-weight: 700;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0 0 14px 0;
}
.tags__list-toggle .icon {
    width: 16px;
    height: 16px;
    fill: var(--primary-color);
    margin: 0 0 0 auto;
}
.tags__list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tags .tag {
    color: #AAA39D;
    font-size: 0.9em;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #0D1825;
    transition: 0.3s;
    padding: 4px 8px;
    margin: 0 10px 0 0;
}
.tags .tag.main-tag {
    color: #0D1825;
    font-weight: 700;
}
.tags .tag:hover,
.tags .tag.active {
    color: #0D1825
}
.tags .tag .icon {
    width: 24px;
    height: 24px;
    fill: #E5A315;
}

/**/

/* question-answer */

.question-answer__wrapper {
    background: #FBFAF6;
    padding: 30px 20px;
}

.home .question-answer__wrapper {
    background: transparent;
    padding-top: 80px;
    padding-bottom: 80px;
}

/**/

/* spoilers */

.spoilers {
    display: flex;
    flex-direction: column;
}
.spoiler {
    border-bottom: 1px solid #F0EAE4;
    padding: 30px 0;
}
.article .spoiler {
    padding: 20px 0;
}
.spoiler:first-child {
    padding-top: 0;
}
.spoiler .question {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--primary-color);
    font-size: 1.12em;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}
.article .spoiler .question {
    font-size: 1em;
}
.spoiler .question.active {
    margin: 0 0 10px 0;
}
.spoiler .question .toggle-icon {
    position: relative;
    min-width: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    margin: 0 0 0 auto;
}
.spoiler .question.active .toggle-icon {
    transform: rotate(135deg);
}
.spoiler .question .toggle-icon:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background: var(--decorative-color);
}
.spoiler .question .toggle-icon:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    background: var(--decorative-color);
}
.spoiler .answer {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 0.3s;
    padding: 0 70px 0 0;
}
.spoiler .answer.show {
    grid-template-rows: 1fr;
}
.spoiler__answer-wrapper {
    min-height: 0;
}
.spoiler__answer-wrapper p {
    color: var(--font-color);
    line-height: 20px;
    margin: 0;
}
/**/

/* form-consultation */

.form-consultation {
    position: relative;
    background: #0D1825;
    border-radius: 2px;
    padding: 30px 70px;
}

.form-consultation::before {
    content: '';
    position: absolute;
    right: -2%;
    top: -10%;
    bottom: 0;
    width: 100%;
    background: url('images/form-consultation.webp') no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.form-consultation__content {
    position: relative;
    max-width: 540px;
    width: 100%;
    z-index: 10;
}

.form-consultation__title {
    color: #ffffff;
    font-family: var(--secondary-font);
    font-size: 3.75em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.form-consultation__descr {
    color: #ffffff;
    font-size: 1.25em;
    margin: 0 0 50px 0;
}

.form-consultation__form .wpcf7-form {
    
}

.form-consultation__form .wpcf7-form .form__control {
    padding: 0;
}

.form-consultation__form .wpcf7-form .form__control .btn {
    width: 100%;
    max-width: none;
    margin: 0 0 10px 0;
}

.form-consultation__form .form__group p {
    color: #AAA39D;
    font-size: 0.81em;
    line-height: 13px;
    opacity: 0.5;
    margin: 0;
}

.form-consultation__form .form__group p a {
    color: #AAA39D;
}

/**/

/* form-application */

.form-application__wrapper {
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    padding: 40px 0;
}

.form-application__wrapper > .container {
    position: relative;
}

.form-application__wrapper > .container::before {
    content: '';
    position: absolute;
    left: 0;
    top: -100px;
    bottom: -50px;
    width: 100%;
    background: url('images/form-application-femida-2.webp') no-repeat;
    background-size: contain;
    background-position: left;
}

.form-application {
    position: relative;
    max-width: 535px;
    width: 100%;
    z-index: 10;
    margin: 0 0 0 auto;
}

.form-application__title {
    text-align: center;
    color: #ffffff;
    font-family: var(--secondary-font);
    font-size: 3.75em;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.form-application__sub-title {
    text-align: center;
    color: #fff;
    font-size: 1.25em;
    margin: 0 0 50px 0;
}

.form-application__form .form__control .btn {
    width: 100%;
    max-width: none;
}

.form-application__form .form__group p {
    color: #AAA39D;
    font-size: 0.81em;
    line-height: 13px;
    opacity: 0.5;
    margin: 0;
}

.form-application__form .form__group p a {
    color: #AAA39D;
}

/**/

/* form-popap */

.form-popap {
    display: flex;
    gap: 30px;
    align-items: center;
    border-radius: 2px;
    background: linear-gradient(107.48deg, #0D1825 9.37%, #1F3044 92.66%);
    padding: 30px;
}

.form-popap__content {
    max-width: 425px;
    width: 100%;
}

.form-popap__title {
    color: #ffffff;
    font-family: var(--secondary-font);
    font-size: 2.18em;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.form-popap__subtitle {
    color: #ffffff;
    font-size: 1em;
    line-height: 16px;
    margin: 0 0 40px 0;
}

.form-popap__lawyer {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 0 0 30px 0;
}

.form-popap__lawyer-name {
    color: #ffffff;
    font-size: 1.12em;
    font-weight: 500;
    margin: 14px 0 0 0;
}

.form-popap__lawyer-position {
    color: #AAA39D;
    font-size: 1em;
}

.form-popap__lawyer-photo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

.form-popap__lawyer .signature-icon {
    position: absolute;
    bottom: 5%;
    left: 17%;
    width: 162px;
    height: 48px;
    fill: var(--primary-color);
}

.form-popap__form {
    max-width: 340px;
    width: 100%;
}

.form-popap__form .form__control .btn {
    width: 100%;
    max-width: none;
}

.form-popap__form .form__group p {
    color: #AAA39D;
    font-size: 0.81em;
    line-height: 13px;
    opacity: 0.5;
    margin: 0;
}

.form-popap__form .form__group p a {
    color: #AAA39D;
}

/**/

/* form-popap */

.form-download {
    display: flex;
    gap: 30px;
    border-radius: 2px;
    background: linear-gradient(107.48deg, #0D1825 9.37%, #1F3044 92.66%);
    padding: 30px;
}

.form-download__content {
    max-width: 425px;
    width: 100%;
}

.form-download__title {
    color: #ffffff;
    font-family: var(--secondary-font);
    font-size: 2.18em;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.form-download__subtitle {
    color: #ffffff;
    font-size: 1em;
    line-height: 16px;
    margin: 0 0 40px 0;
}

.form-download__image {
    max-width: 280px;
    max-height: 230px;
    margin: -30px auto -37px;
}

.form-download__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.form-download__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover   ;
}

.form-download__form {
    max-width: 340px;
    width: 100%;
}

.form-download__form .form__control .btn {
    width: 100%;
    max-width: none;
}

.form-download__form .form__group p {
    color: #AAA39D;
    font-size: 0.81em;
    line-height: 13px;
    opacity: 0.5;
    margin: 0;
}

.form-download__form .form__group p a {
    color: #AAA39D;
}

/**/

/* record-form */

.record-form {
    position: relative;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    border-radius: 2px; 
    padding: 30px;
    margin: 20px 0;
}
.record-form::before {
    content: '';
    position: absolute;
    right: -15px;
    top: -15px;
    bottom: 0;
    max-width: 325px;
    width: 100%;
    background: url(images/record-form.png) no-repeat;
    background-size: cover;
    background-position: left;
    z-index: 10;
}
.record-form__title {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 2.18em;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.record-form__sub-title {
    color: #ffffff;
    margin: 0 0 30px 0;
}
.record-form__form {
    position: relative;
    max-width: 535px;
    width: 100%;
    z-index: 10;
}
.record-form__form .wpcf7-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.record-form__form .wpcf7-form > div {
    flex: 1;
    padding: 0;
    margin: 0;
 }
.record-form__form .wpcf7-form .form__control {
    width: 100%;
    flex: 0 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
}
.record-form__form .wpcf7-form .form__control .btn {
    max-width: none;
    width: 100%;
}
.record-form__form .form__group p {
    color: #AAA39D;
    font-size: 0.81em;
    opacity: 0.5;
    margin: 0;
}
.record-form__form .form__group p a {
    color: #AAA39D;
    text-decoration: underline;
}
.record-form__form .form__group p a:hover {
    text-decoration: none;
}

/**/

/*forms*/
.form__group {
    margin: 0 0 8px 0;
}
.form__group:has( + .form__control) {
    margin: 0 0 20px 0;
}
.form__group .wpcf7-form-control-wrap {
    display: block;
}
.form__input {
    width: 100%;
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 1.06em;
    line-height: 100%;
    outline: none;
    border: none;
    background: #FFF;
    box-sizing: border-box;
    padding: 16px 20px;
}
textarea.form__input {
    border-radius: 2px;
}
.form__input::placeholder {
    color: #AAA39D;
}
.form__input.wpcf7-not-valid {
    border-color: #dc3232;
    background-image: url('images/icons/error-icon.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 97% 50%;
}
.form__group .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 0.7em;
}
.wpcf7-response-output {
    display: none;
}
.form__group p {
    color: #FFF;
    font-size: 0.66em;
    line-height: normal;
}
.form__control {
    padding: 0 0 10px 0;
}
.submitting .form__control .btn {
    transition: 0;
    color: transparent;
} 
.submitting .form__control .btn:before {
    content: '';
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 12px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDQzLjkxOCA1Mi4wOTkgMTIuMTY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxjaXJjbGUgY3g9IjYiIGN5PSI1MCIgcj0iNiIgZmlsbD0iI2NjYyI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBiZWdpbj0iLjEiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjA7MTswIi8+CiAgPC9jaXJjbGU+CiAgPGNpcmNsZSBjeD0iMjYiIGN5PSI1MCIgcj0iNiIgZmlsbD0iI2NjYyI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBiZWdpbj0iLjIiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjA7MTswIi8+CiAgPC9jaXJjbGU+CiAgPGNpcmNsZSBjeD0iNDYiIGN5PSI1MCIgcj0iNiIgZmlsbD0iI2NjYyI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiBiZWdpbj0iLjMiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjA7MTswIi8+CiAgPC9jaXJjbGU+Cjwvc3ZnPg==') no-repeat;
    background-size: 100%;
    margin: 0 auto;
} 
.form__control .wpcf7-spinner {
    display: none;
}
.form__group .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.form__group .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    gap: 10px;
    align-items: center;
}
.form__group .wpcf7-acceptance input {
    position: absolute;
    opacity: 0;
}
.form__group .wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    font-size: 0.87em;
    padding: 0 0 0 34px;
}
.form__group .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    font-size: 0;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #BBB;
    transform: translateY(-50%);
}
.form__group .wpcf7-acceptance .wpcf7-list-item-label:after {
    content: '';
    display: none;
    position: absolute;
    top: 40%;
    left: 5px;
    width: 12px;
    height: 6px;
    border-left: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: translateY(-50%) rotate(-50deg);
}
.form__group .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    display: block;
}

/**/

/* breadcrumbs */

.breadcrumbs {
    margin: 0 0 40px 0;
}

.page-id-167 .breadcrumbs {
    margin: 0 0 20px 0;
}

.breadcrumbs:has( + .post-info) {
    margin: 0 0 10px 0;
}

.breadcrumbs a.breadcrumbs__link {
    color: #AAA39D;
    font-size: 0.81em;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumbs a.breadcrumbs__link:hover {
    color: var(--decorative-color);
}

.breadcrumbs .breadcrumbs__separator {
    display: inline-block;
    color: #bbb;
    margin: 0 5px;
}

.breadcrumbs span.breadcrumbs__link {
    color: var(--decorative-color);
    font-size: 0.81em;
}

/**/

/* page-heading */

.page-heading {
    position: relative;
    background: #ffffff;
    padding: 20px 0 50px;
}

.single .page-heading {
    padding: 0;
    margin: 0 0 20px 0;
}

.page-template-commercial .page-heading,
.page-template-services .page-heading,
.single-service .page-heading,
.page-id-169 .page-heading {
    background: #FBFAF6;
    padding: 20px 0 50px;
}

.page-id-167 .page-heading {
    background: #FBFAF6;
    padding: 20px 0 0 0;
}

.category .page-heading {
    background: #F3F3F2;
}

.page-heading.specialist-detail {
    background: #ffffff;
    padding: 20px 0 50px;
}

.page-heading__wrapper {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
}

.page-heading.specialist-detail .page-heading__wrapper  {
    gap: 50px;
    align-items: flex-start;
}

.page-heading__content {
    /* max-width: 800px; */
    width: 100%;
}

.post-info {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px 0;
}

.post-info__item {
    display: flex;
    gap: 4px;
    align-items: center;
    color: var(--primary-color);
    font-size: 0.87em;
}

.post-info__item .icon {
    width: 18px;
    height: 18px;
    fill: transparent;
    stroke: var(--primary-color);
}

.page-heading__title {
    font-family: var(--secondary-font);
    font-size: 3.12em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.page-heading__title:has( + * ) {
    margin: 0 0 20px 0;
}

.page-heading__title:has( + .specialist-position ) {
    margin: 0 0 4px 0;
}

.page-id-167 .page-heading__title {
    display: none;
}

.page-heading .specialist-position {
    color: var(--primary-color);
    font-size: 1.12em;
    font-weight: 600;
    margin: 0 0 50px 0;
}

.page-heading .specialist-description {
    margin: 0 0 40px 0;
}

.page-heading .specialist-description p {
    font-size: 1.12em;
    line-height: 25px;
}

.page-heading__description p {
    color: var(--font-color);
    font-size: 1.12em;
    line-height: 25px;
    margin: 0;
}

.page-heading__description:has( + div ) {
    margin: 0 0 20px 0;
}  

.page-heading .specialist-specialization {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.page-heading .specialist-specialization span {
    color: var(--decorative-color);
    font-size: 0.87em;
    line-height: 100%;
    border: 1px solid var(--decorative-color);
    padding: 4px 8px;
}

.page-heading .specialist-specialization span:first-child {
    color: var(--font-color);
    font-size: 1em;
    font-weight: 700;
    border: none;
    padding: 0;
}

.page-heading__image {
    position: relative;
    max-width: 260px;
    width: 100%;
    height: 260px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-heading__content .page-heading__image {
    display: none;
}

.page-heading.specialist-detail  .page-heading__image {
    max-width: 305px;
    width: 100%;
    height: 305px;
    border: 2px solid #F0EAE4;
    border-radius: 100%;
    overflow: hidden;
    margin: 8% 0 0 0px;
}

.page-heading__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.page-heading__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/



/* specialist-heading  */

.specialist-detail .page-heading__left {
    padding: 40px 50px;
}

.specialist-info {
    max-width: 610px;
    width: 100%;
    margin: 0 0 30px 0;
}

.specialist-info__reference {
    color: #FF78D9;
    font-size: 1.11em;
    margin: 0 0 30px 0;
}

.specialist-info__excerpt {
    margin: 0 0 30px 0;
}

.specialist-info__excerpt p {
    color: #fff;
    font-size: 1.38em;
    margin: 0
}

.product-info__city {
    color: #fff;
    font-weight: 600;
}

.specialist-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.specialist-buttons__appointment {
    position: relative;
    max-width: 410px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.22em;
    font-weight: 700;
    white-space: nowrap;
    border: none;
    border-radius: 60px;
    background: linear-gradient(80deg, #FFD27A -1.83%, #FF689E 50.45%, #9324FF 99.57%);
    box-shadow: 0px 4px 30px 0px rgba(66, 27, 166, 0.40);
    transition: 0.3s;
    overflow: hidden;
    padding: 30px;
}

.specialist-buttons__appointment span {
    position: relative;
    z-index: 5;
}

.specialist-buttons__appointment:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(280deg, #FFD27A -1.83%, #FF689E 50.45%, #9324FF 99.57%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.specialist-buttons__appointment:hover::before {
    opacity: 1;
}

.specialist-buttons__review {
    max-width: 350px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.22em;
    font-weight: 700;
    white-space: nowrap;
    border-color: #fff;
    border-radius: 60px;
    padding: 26px;
}

.specialist-buttons__review:hover {
    color: #5c3cc2;
    background: #fff;
}

.specialist-detail .page-heading__right {
    background: linear-gradient(69.3deg, #BD5FD8 -1.5%, #8E5DF6 40.87%, #250288 96.12%);
    border-radius: 50px;
}

/**/

/* services */

.service-block {
    margin: 0 0 60px 0;
}
.service-block__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.service-item {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border-radius: 20px;
}
.service-item_small {
    flex: 0 1 calc(25% - 20px);
    padding: 20px;
}
.service-item_small .service-item__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.service-item_small .service-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-item_large {
    display: flex;
    flex: 0 1 calc(50% - 20px);
    background: #6B45BE;
}
.service-item_large .service-item__image {
    max-width: 320px;
    width: 100%;
    height: 100%;
}
.service-item_large .service-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-item_large .service-item__content {
    padding: 20px;
}
.service-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 20;
    margin: auto 0 0;
}
.service-item__title {
    color: #FFF;
    font-size: 18px;
    margin: 0;
}
.service-item__description p {
    color: #FFF;
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.service-item__link a {
    display: inline-block;
    color: #FFF;
    font-family: var(--tertiary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-decoration-line: underline;
}
.service-item__link a .icon {
    width: 50px;
    height: 20px;
    fill: #fff;
    transition: 0.3s;
}
.service-item__link a:hover .icon {
    width: 57px;
}
.service-item__button {
    margin: 25px 0 0 0;
}
.service-item.separate {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-item__questions {
    border-radius: 20px;
    background: #E7DBFD;
    padding: 25px;
}
.service-item__questions-title {
    color: var(--font-color);
    font-size: 23px;
    margin: 0 0 10px 0;
}
.service-item__questions-description {
    margin: 0 0 20px 0;
}
.service-item__questions-description p {
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.service-item__questions-button a {
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 18px 0;
}
.service-item__contact {
    border-radius: 20px;
    background: #F2F2F2;
    padding: 25px;
}
.service-item__contact-title {
    color: var(--font-color);
    font-size: 21px;
    margin: 0 0 10px 0;
}
.service-item__contact-description {
    margin: 0 0 15px 0;
}
.service-item__contact-description p {
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.service-item__contact-phone a {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.25px;
    text-decoration: none;
    transition: 0.3s;
}
.service-item__contact-phone a:hover {
    text-decoration: underline;
}
/**/

/* article */

.article {
    margin: 50px 0;
}
.single .article {
    margin: 20px 0 50px;
}
.article-content-sidebar {
    display: flex;
    gap: 20px;
}
.article-content {
    flex: 1;
}
.article-content a {
    color: var(--primary-color);
    text-decoration: none;
}
.article-content a:hover {
    text-decoration: underline;
}
.text-contents__list ul.kamatoc {
    display: flex;
    gap: 10px;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-contents__list ul.kamatoc li {
    margin: 0;
}
.text-contents__list ul.kamatoc li a {
    display: block;
    color: var(--decorative-color);
    font-family: var(--primary-font);
    font-size: 0.87em;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    border-bottom: 1px solid #F0EAE4;
    transition: 0.3s;
    padding: 6px 0;
}
.text-contents__list ul.kamatoc li a:hover {
    color: var(--primary-color);
}
.article-content p:has( > img ) {
    font-size: 0;
    margin: 30px 0;
}
.article-content p:has( > img ) img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.article-content img.aligncenter {
    width: 100%;
    height: auto;
}
.adaptive-table {
    position: relative;
    padding: 40px 0 0 0;
}
.adaptive-table::before {
    display: block;
    position: absolute;
    content: 'Потяните для просмотра →';
    top: 10px;
    right: 0;
    font-family: var(--primary-font);
    text-align: center;
    color: var(--primary-color);
    font-size: 14px;
}
.table-wrapper {
    overflow-x: auto;
}
.adaptive-table .scroll-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.adaptive-table .scroll-table {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}
.adaptive-table .scroll-table.scroll-left {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNyAxNiI+CiAgPHBhdGggZmlsbD0iIzdGNDJFMSIgZD0iTTEgN2ExIDEgMCAwIDAgMCAyVjdabTI1LjcwNyAxLjcwN2ExIDEgMCAwIDAgMC0xLjQxNEwyMC4zNDMuOTI5YTEgMSAwIDEgMC0xLjQxNCAxLjQxNEwyNC41ODYgOGwtNS42NTcgNS42NTdhMSAxIDAgMCAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xIDloMjVWN0gxdjJaIi8+Cjwvc3ZnPgo=') no-repeat center; 
    background-size: 20px;
    transform: rotate(180deg);
}
.adaptive-table .scroll-table.scroll-left:hover {
    background-size: 23px;
}
.adaptive-table .scroll-table.scroll-right {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNyAxNiI+CiAgPHBhdGggZmlsbD0iIzdGNDJFMSIgZD0iTTEgN2ExIDEgMCAwIDAgMCAyVjdabTI1LjcwNyAxLjcwN2ExIDEgMCAwIDAgMC0xLjQxNEwyMC4zNDMuOTI5YTEgMSAwIDEgMC0xLjQxNCAxLjQxNEwyNC41ODYgOGwtNS42NTcgNS42NTdhMSAxIDAgMCAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xIDloMjVWN0gxdjJaIi8+Cjwvc3ZnPgo=') no-repeat center;
    background-size: 20px;
}
.adaptive-table .scroll-table.scroll-right:hover {
    background-size: 23px;
}
.article-sidebar {  
    position: sticky;
    top: 70px;
    height: 100%;  
    max-width: 380px;  
    width: 100%;
}
/* .article-sidebar__warpper {
    background: #f8f8f8;
    border-radius: 10px;
    transition: 0.3s;
    padding: 30px;
}
.article-sidebar__warpper:hover {
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
.article-sidebar__warpper:not(:has( > div)) {
    border-color: transparent;
    padding: 0;
} */
/**/


/* page content list */

.text-contents {
    width: 100%;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
    background: #ffffff;
    padding: 20px;
}

.page-heading__wrapper .text-contents {
    display: none;
}

.text-contents__title {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
    font-size: 1.12em;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    margin: 0 0 20px 0;
}

.text-contents__title .burger-dots-icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: var(--primary-color);
}

.text-contents__title .arrow-down {
    display: none;
    width: 15px;
    height: 15px;
    fill: var(--primary-color);
    transition: 0.3s;
    margin: 0 0 0 auto;
}

.text-contents__title.active .arrow-down {
    transform: rotate(180deg);
}

.text-contents__list {
    display: grid;
    overflow: hidden;
    transition: 0.3s;
}

.text-contents ol.kamatoc {
    display: flex;
    gap: 10px;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-contents ol.kamatoc li {
    display: flex;
    line-height: 100%;
    margin: 0;
}

.text-contents ol.kamatoc li::before {
    color: var(--font-color);
}

.text-contents ol.kamatoc li a {
    display: block;
    color: var(--decorative-color);
    font-family: var(--primary-font);
    font-size: 0.87em;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid #F0EAE4;
    padding: 6px 0;
}

.text-contents ol.kamatoc li a:hover {
    color: var(--primary-color);
}

/**/

/* block image */

.block-image__wrapper {
    display: flex;
    gap: 20px;
    margin: 1em 0;
}

.block-image__wrapper-reverse {
    flex-direction: row-reverse;
}

.block-image__picture {
    max-width: 380px;
    height: 250px;
    width: 100%;
}

.block-image__picture a {
    width: 100%;
    height: 100%;
    display: block;
}

.block-image__picture a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-image__content {
    flex: 1;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
}

.block-image__content h3,
.block-image__content p {
    margin: 0;
}

/**/

/* prices-block */

.prices-block__wrapper {
    background: #F9F9F9;
}

.prices-block__wrapper.shortcode {
    margin-top: 50px;
    margin-bottom: 50px;
}

.prices-block__wrapper.shortcode {
    margin-top: 50px;
    margin-bottom: 50px;
}

.shortcode .prices-block {
    max-width: 800px;
    width: 100%;
}

.prices-block__tabs {
    display: flex;
    flex-wrap: wrap;
}

.prices-block__tab {
    flex: 1;
    text-align: center;
    font-size: 1.12em;
    line-height: 100%;
    border-radius: 8px 8px 0px 0px;
    transition: 0.3s;
    cursor: pointer;
    padding: 17px;
}

.prices-block__tab:hover,
.prices-block__tab.active {
    color: #fff;
    background: #373737;
}

.prices-block__content-wrapper {
    border-radius: 0px 8px 8px 8px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(83, 83, 84, 0.20);
    padding: 55px;
}

.prices-block__content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    animation: scale 0.7s ease-in-out;
}

.prices-block__content.active {
    position: relative;
    display: block;
}

.prices-block__content .prices-block__list {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0 0 35px 0;
}

.prices-block__list::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 1px;
    background: var(--font-color);
}

.prices-block__list-item {
    position: relative;
    font-size: 0.93em;
    line-height: 100%;
    margin: 0;
    padding: 3px 0 3px 30px;
}

.prices-block__list-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-color);
    transform: translateY(-50%);
}

.prices-block__list-item::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    width: 13px;
    height: 6px;
    border-left: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    transform: rotate(-50deg);
}

.prices-block__details {
    display: flex;
    gap: 40px;
}

.prices-block__cost {
    color: #202020;
    font-size: 1.87em;
    font-family: var(--secondary-font);
}

.prices-block__details-note {
    font-size: 0.87em;
}

/**/

/* relevance-list */

.relevance-list {

}

.relevance-list__image {
    height: 410px;
    border-radius: 8px;
    overflow: hidden;
}

.relevance-list__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.relevance-list__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relevance-list__items {
    display: flex;
    gap: 20px;
    padding: 0 7px;
    margin: -90px 0 0 0;
}

.relevance-list__item {
    flex: auto;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid transparent;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
    padding: 30px 24px;
}

.relevance-list__item-title {
    color: #3D3E43;
    font-family: var(--secondary-font);
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.relevance-list__item-descr ul {
   display: flex;
   gap: 4px;
   flex-direction: column;
   margin: 0;
}

.relevance-list__item-descr ul li {
    margin: 0;
}

/* marquiz-form */

.marquiz-form {
    position: relative;
    border-radius: 8px;
    background: #2D2C2C;
    padding: 30px 20px;
    margin: 40px 0;
}

.marquiz-form::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 205px;
    height: 315px;
    background: url('images/marquiz-manager.webp') no-repeat;
    background-size: cover;
}

.marquiz-form__content {
    max-width: 635px;
    width: 100%;
}

.marquiz-form__title {
    color: #FFF;
    font-family: var(--secondary-font);
    font-size: 1.87em;
    line-height: 110%;
    letter-spacing: 0.6px;
    margin: 0 0 20px 0;
}

.marquiz-form__text {
    margin: 0 0 40px 0;
}

.marquiz-form__text p {
    color: #FFF;
    font-size: 0.93em;
    font-weight: 300;
    line-height: 110%;
}

.marquiz-form__button .btn:hover {
    text-decoration: none;
}

/**/


/**/

/* image-gallery */
.image-gallery {
    border-radius: 50px 50px 0 0;
    background: linear-gradient(69deg, #BD5FD8 -1.5%, #8E5DF6 40.87%, #250288 96.12%);
    padding: 75px 0;
}
.home .image-gallery {
    padding: 75px 0 180px;
}
.single-service .image-gallery {
    padding: 75px 0 125px;
}
.image-gallery .main-title {
    color: #fff;
    margin: 0 0 30px 0;
}
.image-gallery .description-block {
    margin: 0 0 50px 0;
}
.image-gallery .description-block p {
    color: #fff;
    margin: 0;
}
.gallery-block {
    margin: 0 0 40px 0;
}
.image-gallery .gallery {
    margin: 0 0 30px 0;
}
.image-gallery .gallery-item {
    border-radius: 30px;
    overflow: hidden;
}
.image-gallery .gallery-item picture {
    display: block;
    width: 100%;
    height: 100%;
}
.image-gallery .gallery-item picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* carousel-gallery */

.carousel-gallery__item picture {
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-gallery__item picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* video-list */

.video-list.grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.video-list__item {
    position: relative;
    height: 330px;
    transition: 0.3s;
}

.video-list__item:hover {
    box-shadow: 0px 5px 10px rgba(17, 29, 43, 0.3);
}

.video-list__item .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 45px;
    height: 45px;
    fill: #fff;
}

.video-list__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* gallery-carousel */

.gallery-carousel__item {
    max-height: 446px;
    overflow: hidden;
}

.gallery-carousel__item picture {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-carousel__item picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**/

/* media-about */

.media-about.grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.media-about__item {
    position: relative;
    border-radius: 2px;
    border: 1px solid #F0EAE4;
    transition: 0.3s;
    padding: 30px 20px;
}

.media-about__item:hover {
    box-shadow: 0px 5px 10px rgba(17, 29, 43, 0.3);
}

.media-about__link {
    position: absolute;
    inset: 0;
    font-size: 0;
}

.media-about__logo {
    margin: 0 0 30px 0;
}

.media-about__title {
    min-height: 82px;
    color: var(--font-color);
    font-weight: 700;
    font-size: 1.25em;
}

/**/

/* highlighted-text */

.highlighted-text {
    border-left: 1px solid var(--primary-color) ;
    padding: 20px;
    margin: 1em 0;
}
.highlighted-text p {
    color: var(--primary-color);
    font-size: 1em;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
}
/**/

/* blockquote */

.blockquote {
    border: 1px solid var(--primary-color);
    padding: 20px;
    margin: 1em 0;
}
.blockquote p {
    color: var(--decorative-color);
    font-size: 1em;
    line-height: 21px;
    font-weight: 600;
    margin: 0;
}

/**/

/* blockquote_second */
.blockquote_second {
    position: relative;
}
.blockquote_second-wrapper {
    max-width: 625px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.blockquote_second-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 208px;
    height: 48px;
    border-radius: 10px;
    background: rgba(125, 84, 212, 0.20);
}
.blockquote_second p {
    color: var(--btns-font-color);
    font-size: 28px;
    font-weight: 500;
    line-height: 155%; 
}
/**/

/* dyslexia_words */
.dyslexia_words {
    position: relative;
    padding: 0 30px;
}
.dyslexia_words:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 5px;
    background: #250288;
}
.dyslexia_words p {
    color: #250288;
}
/**/

/* consultation-request */
.consultation-request {
    padding: 0 0 80px 0;
}
.consultation-request_wrapper {
    display: flex;
    border-radius: 20px;
    background-color: var(--primary-color);
    background-size: 22.5%;
    background-repeat: no-repeat;
    background-position: 8px 12px;
    padding: 60px 45px 60px 22%;
}
.consultation-request__header {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.consultation-request__header-title-main {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 60px;
}
.consultation-request__header-title-sub {
    display: flex;
    flex-direction: column;
    color: #FFF;
    font-family: var(--decorative-font);
    font-size: 74px;
    line-height: 42px;
    letter-spacing: 1.48px;
    padding: 0 11% 0 16px;
}
.consultation-request__header-title-sub span {
    margin: 0 0 0 auto;
}
.consultation-request__form {
    width: 100%;
    max-width: 400px;
}
.consultation-request__form .form__group p,
.consultation-request__form .form__group p a {
    color: #fff;
    text-decoration: none;
}
.consultation-request__form .form__group p a:hover {
    text-decoration: underline;
}
.consultation-request__form .form__control .btn {
    display: block;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    padding: 17px 15px;
}
/**/

/* content-form */
.content-form_wrapper {
    display: flex;
    gap: 60px;
    border-radius: 20px;
    background-color: var(--primary-color);
    padding: 45px;
}
.content-form__header {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.content-form__header-title-main {
    color: #fff;
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.content-form__header-title-sub {
    text-align: right;
    color: #FFF;
    font-family: var(--decorative-font);
    font-size: 50px;
    line-height: 32px;
    letter-spacing: 1px;
}
.content-form__form {
    width: 100%;
    max-width: 325px;
}
.content-form__form .form__input {
    font-size: 16px;
    padding: 20px 30px;
}
.content-form__form .btn {
    width: 100%;
    font-size: 18px;
    padding: 18px 16px;
}
.content-form__header-privacy-text {
    margin: auto 0 0 0;
}
.content-form__header-privacy-text.mobile {
    display: none;
}
.content-form__header-privacy-text p,
.content-form__header-privacy-text a {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 300;
    transition: 0.3s;
    margin: 0;
}
.content-form__header-privacy-text a {
    text-decoration: underline;
}
.content-form__header-privacy-text a:hover {
    text-decoration: none;
}
/**/

/* share__list */

.share {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 40px 0;
}

.share__title {
    color: var(--decorative-color);
    font-size: 1em;
    font-weight: 700;
}

.share__list {
    display: flex;
    gap: 8px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.share__item {
    margin: 0;
}

.share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid var(--decorative-color);
    background: transparent;
    transition: 0.3s;
}
.share__link:hover {
    background: var(--decorative-color);
}

.share__link .icon {
    width: 15px;
    height: 15px;
    color: var(--decorative-color);
    fill: var(--decorative-color);
    transition: 0.3s;
}

.share__link:hover .icon {
    color: #ffffff;
    fill: #ffffff;
}

/**/

/* article-specialist */

.article-specialist {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
}

.article-specialist__link {
    position: absolute;
    inset: 0;
}

.article-specialist__image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.article-specialist__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.article-specialist__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-specialist__label {
    color: var(--primary-color);
    font-size: 0.87em;
    margin: 0 0 10px 0;
}

.article-specialist__name {
    color: var(--decorative-color);
    font-size: 1.12em;
    font-weight: 600;
}

.article-specialist__position {
    color: #CECECE;
}

/**/

/* instant-consultation */

.instant-consultation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: var(--primary-color);
    padding: 20px 60px;
    margin: 50px 0 0 0;
}

.instant-consultation__title {
    color: #fff;
    font-size: 2.11em;
    font-weight: 800;
    line-height: 140%;
}

.instant-consultation__description p {
    color: #fff;
    font-size: 1.11em;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.instant-consultation__phone a {
    color: #fff;
    font-size: 2em;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
}

.instant-consultation__phone a:hover {
    text-decoration: underline;
}

/**/

/* direct-inquiries */
.direct-inquiries {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: #E7DBFD;
    padding: 45px;
    margin: 40px 0;
}
.direct-inquiries__title {
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.direct-inquiries__description p {
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.direct-inquiries__button .btn {
    font-size: 20px;
    padding: 17px 40px;
}
/**/

/* useful-materials */
.useful-materials {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: #F2F2F2;
    padding: 45px 45px 0 45px;
    margin: 40px 0;
}
.useful-materials__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 458px;
    padding: 0 0 45px;
}
.useful-materials__title {
    font-family: var(--primary-font);
    color: var(--font-color);
    font-size: 32px;
    font-weight: 700;
}
.useful-materials__description p {
    color: var(--font-color);
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.useful-materials__subscribe-button {
    margin: auto 0 0 0;
}
.useful-materials__subscribe-button a {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.useful-materials__subscribe-button a .icon {
    width: 25px;
    height: 25px;
    fill: var(--primary-color);
    transition: 0.3s;
    vertical-align:middle;
    margin: 0 0 0 10px;
}
.useful-materials__subscribe-button a:hover .icon {
    width: 30px;
}
.useful-materials__image {
    width: 250px;
    height: 250px;
}
.useful-materials__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
/**/

/* citizenship-info */
.citizenship-info {
    display: flex;
    gap: 35px;
    overflow: hidden;
    border-radius: 20px;
    background: #F2F2F2;
    margin: 30px 0 60px;
}
.citizenship-info__content {
    display: flex;
    flex-direction: column;
    padding: 50px 90px;
}
.citizenship-info__title {
    color: var(--btns-font-color);
    font-family: var(--primary-font);
    /* font-size: 40px; */
    font-weight: 700;
    margin: 0 0 35px;
}
.citizenship-info__description p {
    color: var(--font-color);
    font-family: var(--primary-font);
    /* font-size: 18px; */
    font-weight: 400;
}
.citizenship-info__author {
    text-align: right;
    color: var(--primary-color);
    font-family: var(--primary-font);
    /* font-size: 25px; */
    font-weight: 700;
    margin: auto 0 18px;
}
.citizenship-info__position p {
    text-align: right;
    margin: 0;
}
.citizenship-info__image-wrapper {
    height: auto;
    max-width: 560px;
    width: 100%;
    overflow: hidden;
}
.citizenship-info__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.citizenship-info__image-content {
    display: none;
    background: #7f42e1;
    padding: 15px 35px;
}
.citizenship-info__image-content h4,
.citizenship-info__image-content p {
    text-align: left;
    color: #fff;
}
/**/

/* contacts */

.contacts__wrapper {
    display: flex;
    gap: 60px;
}

.contacts {
    max-width: 312px;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.contact-block b {
    display: block;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 1.87em;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.contact-block span,
.contact-block a {
    color: var(--decorative-color);
    font-size: 1.25em;
    text-decoration: none;
}

.contact-block.address .schedule {
    display: block;
    color: #AAA39D;
    font-size: 0.87em;
}

.contact-block.phone {
    display: flex;
    gap: 0 20px;
    align-items: center;
    flex-wrap: wrap;
}

.contact-block.phone b {
    flex: 0 1 100%;
}

.contact-block.phone a {
    font-weight: 600;
}

.contact__socials {
    display: flex;
    gap: 8px;
    align-items: center;
}
.contact__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--decorative-color);
    transition: 0.3s;
    padding: 5px;
}
.contact__socials a:hover {
    opacity: 0.5;
}
.contact__socials a .icon {
    fill: var(--decorative-color);
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

.contacts-map {
    flex: 1;
}

.contacts-map iframe {
    width: 100%;
    min-height: 425px;
}
/**/

/* thanks-block */

.thanks-block {
    background: #fff;
    padding: 30px 40px;
}

.thanks-block__text {
    color: #B25DED;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

/**/


/* comments */
.comments {
    margin: 30px 0;
}
.comment-form__title {
    color: var(--decorative-color);
    font-family: var(--secondary-font);
    font-size: 1.87em;
    font-weight: 600;
    margin: 0 0 40px;
}
.comment-form__block {
    position: relative;
    display: flex;
    margin: 0 0 40px;
}
.comment-form__name {
    display: none;
}
.comment-form__textarea {
    width: 100%;
    min-height: 95px;
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 1.06em;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid var(--decorative-color);
    background: #FFF;
    padding: 20px 25% 20px 20px;
    margin: 0;
}
.comment-form__textarea::placeholder {
    color: #AAA39D;
}
.comment-form__textarea:focus {
    border-color: var(--primary-color);
}
.comment-form__controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.comment-form__controls p {
    display: none;
}
.comment-form__controls .comment-form__button {
    width: 178px;
    filter: grayscale(1);
    cursor: not-allowed;
    box-shadow: none !important;
}
.comment-form__button.comment-form__button-active {
    filter: grayscale(0);
    cursor: pointer;
}
.comment-form__button.comment-form__button-active:hover {
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25) !important; */
}
.comment-list__header {
    display: none;
}
.comment-list .comment-wrapper {
    margin: 0 0 40px 0;
}
.comment-list .comment-wrapper:last-child {
    margin: 0;
}
.comment-list .comment:has(+ .comment-form) {
    margin: 0 0 40px;
}   
.comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.comment-list .comment .comment__author-avatar {
    font-size: 0;
}
.comment-list .comment .comment__author-avatar img {
    border-radius: 100%;
}
.comment-list .comment .comment__details {
    flex: 1;
}
.comment-list .comment .comment__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
}
.comment-list .comment .comment__meta .comment__author-name a {
    color: var(--font-color);
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
}
.comment-list .comment .comment__meta .comment__date {
    color: #AAA39D;
    font-size: 0.87em;
}
.comment__text {
    margin: 0 0 10px 0;
}
.comment__text p {
    margin: 0;
}
.comment-reply-link {
    color: var(--primary-color);
    font-size: 00.87em;
    font-weight: 400;
}
.comment-list .comment-form .comment-form__block {
    margin: 0;
}
.comment-list .comment .children {
    flex: 0 1 100%;
    margin: 30px 0 0 60px;
}


#cancel-comment-reply-link {
    margin: 0 0 -18px 0;
    display: block;
    color: #dc3232;
    font-size: 0.83em;
    text-decoration: none;
}
#cancel-comment-reply-link:hover {
    color: var(--font-color);
}

.

.mo_openid_login_wid,
.mo-openid-app-icons {
	display: none !important;
}
.auth-button {
	display: none;
}
.auth-modal {
	width: 100%;
	max-width: 340px;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
}
.auth-modal .modal-title {
	color: #000;
	margin: 0 0 30px;
	font-size: 25px;
}
.auth-modal__socials-item {
	position: relative;
	padding: 15px 20px;
	text-align: center;
	margin: 20px 0 0;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #d8d8d8;
	box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 8%);
}
.auth-modal__socials-item:hover {
	border: 1px solid #2787f5;
	cursor: pointer;
}
.auth-modal__socials-item svg {
	position: absolute;
	width: 24px;
	height: auto;
	top: 50%;
	margin: -12px 0 0;
	left: 20px;
}
/**/

/* row & columns */
.text__row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 16px;
}
.text__col {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.text__col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.text__col-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.text__col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.text__col iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.text__col br {
    display: none;
}
/**/

/* tables in content */
table {
    width: 100%;
    border-collapse: collapse;
}
tbody tr, tbody td {
    border: 1px solid #AAA39D;
}
tbody tr td {
    color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 1em;
    font-weight: 400;
    line-height: 21px;
    padding: 15px;
}
tbody tr:first-child td {
    color: var(--primary-color);
    font-size: 1em;
    font-weight: 700;
    background: #FBFAF6;
}
/**/

/* 404 */

.error-page_wrapper {
    position: relative;
    padding: 20px 0 80px;
    background: #FBFAF6;
    min-height: 100vh;
}
.error-page .breadcrumbs {
    margin: 0 0 80px 0;
}
.error-page__content {
    max-width: 800px;
    width: 100%;
}
.error-page__title {
    font-family: var(--secondary-font);
    font-size: 6.25em;
    font-weight: 600;
    line-height: 100px;
    text-transform: uppercase;
    background: linear-gradient(110.17deg, #0D1825 5.65%, #1F3044 96.78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px 0;
}
.error-page__message {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin: 0 0 20px 0;
}
.error-page__message p {
    color: var(--font-color);
    font-size: 1.12em;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}
.error-page__link .btn {
    max-width: 197px;
}
/**/

/* sitemap */
.page-sitemap-item {
    margin: 0 0 40px 0;
}
.page-sitemap-item .title {
    font-size: 1.5em;
}
/**/

/* footer */

.footer {
    position: relative;
    background: var(--decorative-color);
    padding: 50px 0 10px 0;
}
.footer__main {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    padding: 0 0 50px 0;
}
.footer__column-title {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.footer__logo {
    display: block;
    margin: 0 0 20px 0;
}
.footer__logo .icon {
    fill: #ffffff;
    width: 200px;
    height: 56px;
}
.footer__about-company {
    display: block;
    color: var(--primary-color);
    font-size: 0.87em;
    opacity: 0.5;
    margin: 0 0 20px 0;
}
.footer__socials {
    display: flex;
    gap: 8px;
    align-items: center;
}
.footer__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
    transition: 0.3s;
    padding: 5px;
}
.footer__socials a:hover {
    opacity: 0.5;
}
.footer__socials a .icon {
    fill: var(--primary-color);
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    overflow: hidden;
    list-style: none;
    transition: 0.3s;
    padding: 0;
    margin: 0;
}
.footer__menu li {
    padding: 0;
    margin: 0;
}
.footer__menu li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}
.footer__menu li a:hover,
.footer__menu li.current-menu-item a {
    color: var(--primary-color);
}

.footer__address {
    margin: 0 0 16px 0;
}

.footer__address a {
    color: #ffffff;
    font-size: 1.12em;
    line-height: 100%;
    text-decoration: none;
    transition: 0.3s;
}

.footer__address a:hover {
    color: var(--primary-color);
}

.footer__address span {
    display: block;
    color: #AAA39D;
    font-size: 0.87em;
    margin: 4px 0 0 0;
}

.footer__phone {
    margin: 0 0 10px 0;
}

.footer__phone a {
    color: var(--primary-color);
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.footer__email a {
    color: #ffffff;
    font-size: 1.12em;
    text-decoration: none;
}

.footer__copy-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright {
    color: #AAA39D;
    font-size: 0.81em;
    margin: 0;
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer__link {
    color: #AAA39D;
    font-size: 0.81em;
    text-decoration: none;
    transition: 0.3s;
}
.footer__link:hover {
    color: #ffffff;
}

/**/

/* modal forms */

.modal {
    display: none;
    position: relative;
    border-radius: 2px;
    background: transparent;
    overflow: hidden;
    padding: 20px;
    margin: 0;
}
.modal .container {
    padding: 0;
}
.modal-form__content {
    display: flex;
    gap: 60px;
}
.modal.column .modal-form__content {
    max-width: 895px;
}
.modal.row .modal-form__content {
    flex-direction: row;
}
.modal.column .modal-form__content {
    flex-direction: column;
}
.modal-form__close {
    position: absolute;
    right: 20px;
    top: -4px;
    display: flex;
    background:transparent;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}
.modal-form__close .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.modal.row .modal-form__form {
    max-width: 325px;
    margin: 0 auto;
}
.modal.column .modal-form__form form {
    display: flex;
    gap: 20px;
}
.modal-form__header {
    display: flex;
    flex-direction: column;
}
.modal-form__title {
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin: 0 0 25px;
}
.modal-form__subtitle {
    text-align: right;
    color: #FFF;
    font-family: var(--decorative-font);
    font-size: 74px;
    font-style: italic;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 1.48px;
}
.modal.column .form__group {
    width: 100%;
}
.modal .form__group input {
    background: #F6F7F8;
}
.modal .form__group input::placeholder {
    color: #B1B1B1;
}
.modal.column .form__group.notice {
    flex: 0 1 45%;
}
.modal .form__group:has( > p ) {
    padding: 0;
    /* margin: 0 0 40px 0; */
}
.modal .form__control .btn {
    display: block;
    width: 100%;
}
.modal-form__privacy-text {
    margin: auto 0 0 0;
}
.modal-form__privacy-text.mobile {
    display: none
}
.modal-form__privacy-text p {
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}
.modal-form__privacy-text p a {
    color: #FFF;
    text-decoration: underline;
}
.modal-form__privacy-text p a:hover {
    text-decoration: none;
}
.success__modal {
    text-align: center;
    border-radius: 20px;
    background: #fff;
    padding: 60px;
}
.success__modal-title {
    display: block;
    font-family: var(--primary-font);
    font-size: 22px;
    color: var(--primary-color);
    margin: 0 0 10px 0;
}
.success__modal-text {
    color: var(--font-color);
    margin: 0;
}
.fancybox-close-small {
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    color: var(--primary-color);
    padding: 0;
}
body .success-checkmark .check-icon .icon-line {
    background-color: var(--primary-color);
}
body .success-checkmark .check-icon .icon-circle {
    border: 4px solid var(--primary-color);
}

/**/

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #fff;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    /* background: #ffffff; */
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid #fff;
    opacity: .8;
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    /* background-color: #ffffff; */
}
@keyframes rotate-circle {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  @keyframes icon-line-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  @keyframes icon-line-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0px;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }


/* responsive */

@media (max-width: 1640px) {
    .hero:after {
        background-position: 105% 0;
    }
}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {
    
}

@media (max-width: 1200px) {

    .container {
        padding: 0 15px;
    }

    .article-content .container {
        padding: 0;
    }

    .header__search .searchform {
        left: 15px;
        right: 15px;
    }
}

@media (max-width: 1080px) {

    .p-80 {
        padding: 70px 0;
    }

    .pb-80 {
        padding-bottom: 70px;
    }

    .pt-80 {
        padding-top: 70px;
    }

    .header__menu > .container {
        gap: 20px;
    }

    .header__menu .menu {
        gap: 35px;
    }

    .header__menu.sticky .header__search {
        display: none;
    }

    .hero-image {
        top: 50%;
        max-width: 300px;
    }

    .hero-specialist__signature {
        bottom: -25%;
        right: 20%;
        max-width: 190px;
    }

    .form-consultation::before {
        width: 65%;
    }

}

@media (max-width: 1024px) {

    .header__menu.sticky .header__phone {
        display: none;
    }

    .hero {
        padding: 50px 0 105px 0;
    }

    .service-card__descr p br {
        display: none;
    }
  
    .form-application__wrapper > .container::before {
        background-position: -60px 0px;
    }

    .about-block__photo {
        display: none;
    }

    .about-block__content .about-block__photo {
        display: block;
        max-width: 270px;
        margin: 0 0 30px 0;
    }

    .single .page-heading__wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-content-sidebar {
        flex-direction: column-reverse;
    }

    .article-sidebar {
        position: relative;
        top: auto;
        max-width: 600px;
    }

    .single .article-sidebar {
        display: none;
    }

    .single .page-heading__wrapper .text-contents {
        display: block;
    }

    .footer__main {
        gap: 50px;
    }

}

@media (max-width: 980px) {

    .header__cta {
        display: none;
    }

    .page-heading__title {
        font-size: 3em;
    }

    .header-block__sub-title {
        font-size: 2.3em;
    }

    .hero-content__title,
    .hero-content__sub-title {
        font-size: 3.1em;
    }

    .services-list {
        grid-template-columns: 1fr 1fr;
    }

    .specialists-list.grid-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .form-consultation::before {
        top: 0;
        right: 0;
        width: 100%;
        opacity: 0.5;
    }

    .form-application__wrapper > .container::before {
        background-position: -90px 0px;
    }

    .form-application__title,
    .form-consultation__title {
        font-size: 3.3em;
    }

    .form-consultation__descr,
    .form-application__sub-title {
        font-size: 1.2em;
    }

    .news-list.grid-list {
        grid-template-columns: 1fr 1fr;
    }

    .cta-block {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-block b {
        font-size: 1.5em;
    }

    .contact-block span, .contact-block a {
        font-size: 1.1em;
    }

}

@media (max-width: 880px) {

    .header__cta {
        display: none;
    }

    .hero-image {
        top: 65%;
        max-width: 250px;
    }

    .form-application__wrapper > .container::before {
        opacity: 0.5;
    }

    .about-team__image {
        display: none;
    }

    .about-team__content .about-team__image {
        display: block;
    }

    .media-about.grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer__main {
        gap: 35px;
    }
    
}

@media (max-width: 768px) {

    .p-80 {
        padding: 60px 0;
    }

    .pb-80 {
        padding-bottom: 60px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .btn_primary {
        font-size: 1.1em;
    }

    .header__wrapper,
    .header__search,
    .header__cta {
        display: none;
    }

    .header__logo-horizontal,
    .header__menu-toggle,
    .header__menu .header__socials {
        display: flex;
    }

    .header__socials a:hover {
        border-color: #ffffff;
    }

    .header__socials a:hover .icon {
        fill: #ffffff;
    }

    .header__socials .phone_link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 1px solid var(--primary-color);
        transition: 0.3s;
        padding: 5px;
    }

    .header__socials .phone_link a {
        position: absolute;
        inset: 0;
        font-size: 0;
        border: none;
    }

    .header__socials .phone_link .icon {
        fill: var(--primary-color);
        width: 16px;
        height: 16px;
        transition: 0.3s;
    }

    .header__menu .header__phone {
        display: block;
        margin: 0 0 20px 0;
    }

    .header__menu .header__phone a {
        color: var(--primary-color);
    }

    .header__menu .header__search {
        display: block;
        order: 9;
        width: 100%;
    }

    .header__search-toggle {
        display: none;
    }

    .header__search .searchform {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        visibility: visible;
        transform: none;
        opacity: 1;
    }

    .header__menu .header__menu-wrapper  {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        gap: 20px;
        align-items: normal;
        flex-direction: column;
        background: var(--decorative-color);
        border-top: 1px solid transparent;
        transform: translate(0px, 20px);
        z-index: -1;
        visibility: hidden;
        transition: 0.3s;
        opacity: 0;
        padding: 0 15px 15px 15px;
    }

    .menu-show .header__menu .header__menu-wrapper {
        border-color: #ffffff;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 10px);
        z-index: 100;
    }

    .header__menu .menu,
    .header__menu.sticky .menu  {
        gap: 0;
        flex-direction: column;
    }

    .header__menu .menu > li {
        border-bottom: 1px solid #F0EAE4;
        padding: 20px 0;
    }

    .page-heading__title {
        font-size: 2em;
    }

    .page-heading__description p {
        font-size: 1em;
    }

    .hero-content__title, .hero-content__sub-title {
        font-size: 2.9em;
    }

    .hero-image {
        max-width: 200px;
    }

    .vantages-list__content {
        flex-direction: column;
    }

    .vantages-list__content:has( + .cta-block ) {
        margin: 0px 0 60px 0;
    }

    .cta-block {
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
    }

    .cta-block.shortcode {
        align-items: center;
    }

    .cta-block.shortcode  .cta-block__content {
        text-align: center;
    }

    .form-consultation__content,
    .form-application {
        margin: 0 auto;
    }

    .form-application__title, .form-consultation__title {
        font-size: 3.1em;
        text-align: center;
    }

    .form-consultation__descr, .form-application__sub-title {
        font-size: 1.1em;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .record-form::before {
        display: none;
    }

    .record-form__title {
        text-align: center;
    }

    .record-form__sub-title {
        text-align: center;
    }

    .record-form__form {
        margin: 0 auto;
    }

    .media-about__title {
        font-size: 1.1em;
    }

    .news-item__title {
        min-height: auto;
    }

    .news-item__preview-text {
        min-height: auto;
    }

    .video-list.grid {
        grid-template-columns: 1fr;
    }

    .testimonials-list.grid-list {
        grid-template-columns: 1fr;
    }

    .specialists-list.grid-list {
        grid-template-columns: 1fr 1fr;
    }

    .home .question-answer__wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .swiper-navigation .swiper-button {
        padding: 14px;
    }

    .post-info {
        margin: 0 0 30px 0;
    }

    .block-image__wrapper {
        flex-direction: column;
    }

    .contacts__wrapper {
        gap: 40px;
        flex-direction: column;
    }

    .contacts-map {
        margin: 0 -15px;
    }

    .form-popap {
        flex-direction: column;
    }

    .form-popap__title {
        text-align: center;
    }

    .form-popap__subtitle {
        text-align: center;
    }

    .form-popap__lawyer {
        justify-content: center;
    }

    .form-popap__lawyer .signature-icon {
        bottom: 14%;
        left: 25%;
    }

    .download-instruction__image,
    .receive-instruction__image {
        right: 0;
    }

    .footer {
        padding: 40px 0 10px 0;
    }

    .footer__main {
        flex-wrap: wrap;
        padding: 0 0 40px 0;
    }

    .footer__column:first-child {
        width: 100%;
    }

    .footer__copy-wrapper {
        gap: 16px;
        align-items: flex-start;
        flex-direction: column-reverse;   
    }

    /* .header__wrapper {
        padding: 0;
    }

    .menu-show .header__wrapper {
        background: #F7F7F7;
    }

    .header__menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        background: #fff;
        visibility: hidden;
        transition: 0.3s;
        opacity: 0;
        overflow-y: scroll;
        padding: 20px 0;
    }

    .menu-show .header__menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        background: #F7F7F7;
        z-index: 100;
    }

    .header__menu .menu {
        gap: 40px;
        flex-direction: column;
        margin: 0 0 40px 0;
    }

    .header__menu .menu > li > a {
        color: #3E3E3E;
    }

    .header__menu .menu > li > a .icon {
        fill: #3E3E3E;
    } */

/* 
    .hero-content__title {
        font-size: 2.2em;
    }

    .header-block__title,
    body h2 {
        font-size: 2.1em;
    }

    .form-consultation__title {
        font-size: 2.1em;
    }

    .cta-block__content-title {
        font-size: 2.1em;
    }


    .news-list.grid-list {
        grid-template-columns: 1fr 1fr;
    } */

    /* dropdown menu */
    .header__menu .menu  li  .sub-menu__wrapper,
    .header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper {
        position: relative;
        top: auto;
        min-width: auto;
        max-width: none;
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transform: translate(0) !important;
        border-radius: 30px;
        opacity: 1;
        visibility: visible;
    }
    .header__menu .menu  li  .sub-menu__wrapper {
        /* background: #f3f3f3; */
    }
    .header__menu .menu  li  .sub-menu__wrapper.open {
        grid-template-rows: 1fr;
        margin: 20px 0 0 0;
    }
    .header__menu .menu li.menu-item-has-children .icon {
        top: -5px;
        right: -10px;
        padding: 8px;
    }
    .header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper.open {
        grid-template-rows: 1fr;
        background: #fff;
        margin: 0;
    }
    .header__menu .menu  li  .sub-menu__wrapper .sub-menu {
        gap: 0;
        min-height: 0;
        background: transparent;
        box-shadow: none;
        padding: 0 0;
    }
    .header__menu .menu  li  .sub-menu__wrapper.open > .sub-menu {
        gap: 20px;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu li {
        /* padding: 0 10px; */
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu li a {
        display: block;
        color: #ffffff;
        font-size: 0.9em;
        padding: 0px 20px;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu li a .icon {
        right: 0;
        top: 0;
        padding: 15px;
    }

    .header__menu .menu > li:hover > a .icon {
        transform: rotate(0);
    } 
    .header__menu .menu > li.active > a > .icon {
        transform: rotate(180deg);
    } 
    .header__menu .menu .sub-menu__wrapper .sub-menu li.active a .icon {
        transform: rotate(180deg);
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu .sub-menu {
        gap: 5px;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu .sub-menu li {
        padding: 0 10px;
        border: none;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu .sub-menu li a {
        padding: 15px 20px;
    }
    /**/









    /* body .wrapper .btn {
        font-size: 1em;
        padding: 16px 30px;
    }

    .p-60,
    .p-70 {
        padding: 50px 0;
    }

    .header-block__title,
    .form-consultation__title,
    .cta-block__content-title,
    body h2 {
        font-size: 1.9em;
    }

    .header-block__descr,
    .form-consultation__descr {
        font-size: 1em;
    }

    .relevance-list__image {
        margin: 0 0 10px 0;
    }

    .relevance-list__items {
        gap: 10px;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    .relevance-list__item {
        border-color: #EEE;
    }

    .content-home {
        flex-direction: column;
        gap: 25px;
    }

    .content-home__content p:first-child {
        font-size: 1em;
        margin: 0 0 20px 0;
    }

    .spoiler .question {
        font-size: 1.1em;
    }

    .marquiz-form__content {
        max-width: 500px;
    }

    .footer {
        padding: 30px 0 0 0;
    }

    .footer__main {
        gap: 40px;
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .footer__email {
        margin: 0 0 20px 0;
    }

    .footer__copy {
        padding: 20px 0 30px;
    }

    .footer__nav-title .icon {
        display: block
    }

    .footer__nav-title.active .icon {
        transform: rotate(180deg);
    }

    .footer__menu-container {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: 0.3s;
    }

    .footer__menu-container.active {
        grid-template-rows: 1fr;
    }

    .footer__menu-wrapper {
        min-height: 0;
        grid-template-columns: 1fr;
    } */

}

@media (max-width: 767px) {

    .hero {
        overflow: visible;
    }

    .hero:after {
        bottom: 0;
    }

    .hero-image {
        top: 100%;
        max-width: 190px;
    }
}

@media (max-width: 680px) {

    .hidden-desktop {
        display: flex;
    }

    .btn_primary {
        font-size: 1.12em;
    }

    .header-block__title {
        font-size: 1.1em;
    }

    .header-block__sub-title {
        font-size: 2em;
    }

    .about-block__content .about-block__photo {
        margin: 0 0 30px auto;
    }

    .citizenship-variants {
        grid-template-columns: 1fr;
    }

    .citizenship-variants__item {
        padding: 20px 10px;
    }

    .citizenship-variants__title {
        font-size: 1.12em;
        margin: 0;
    }

    .citizenship-variants__title.active {
        margin: 0 0 10px 0;
    }

    .citizenship-variants__title .icon {
        display: block;
    }

    .citizenship-variants__title.active .icon {
        transform: rotate(180deg);
    }

    .citizenship-variants__description-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: 0.3s;
    }

    .citizenship-variants__description-wrapper.active {
        grid-template-rows: 1fr;
    }

    .citizenship-variants__description {
        min-height: 0;
    }

    .spoiler {
        padding: 20px 0;
    }

    .news-list.grid-list {
        grid-template-columns: 1fr;
    }

    .download-instruction__image, .receive-instruction__image {
        max-width: 200px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .form-download {
        gap: 0;
        text-align: center;
        flex-direction: column;
        padding: 50px 10px;
    }

    .form-download__subtitle {
        margin: 0 0 30px 0;
    }

    .form-download__image {
        display: none;
    }

    .footer__main {
        gap: 30px;
        flex-direction: column;
    }

    .footer__logo .icon {
        width: 240px;
        height: 67px;
    }

    .footer__about-company br {
        display: none;
    }

    /* .hero {
        padding: 80px 0;
        margin: 0;
    }

    .hero-content__title {
        font-size: 2em;
    }

    .hero-content__sub-title {
        font-size: 1.5em;   
        margin: 0 0 20px 0;
    }

    .page-heading__title {
        font-size: 2.1em;
    }

    .marquiz-form__content {
        max-width: 430px;
    } */

 
    /* .header__wrapper {
        gap: 10px;
        justify-content: flex-end;
        padding: 10px 10px 10px 15px;
    }
    .header__logo {
        margin: 0 auto 0 0;
    }
    .header__right {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        background: #fff;
        box-sizing: border-box;
        visibility: hidden;
        transition: 0.3s;
        opacity: 0;
        border-radius: 0 0 8px 8px;
        padding: 30px 10px 20px 15px;
        overflow-y: scroll;
    }
    .header__right.show {
        top: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    .header__menu {
        width: 100%;
    }
    .header__menu .menu {
        gap: 20px;
        flex-direction: column;
        margin: 0;
    }
    .header__menu .menu > li > a {
        font-size: 1.1em;
    }
    .header__menu .menu li.menu-item-has-children .icon {
        width: 12px;
        height: 12px;
        fill: var(--primary-color);
    }
    .header__phone,
    .header__wrapper > .header__phone {
        display: flex;
    }
    .header__phone a {
        color: var(--decorative-color);
        font-size: 1.25em;
    }
    .header__wrapper > .header__phone a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: var(--primary-color);
    }
    .header__phone a .icon {
        width: 18px;
        height: 18px;
        fill: #fff;
    }
    .header__wrapper > .header__socials {
        display: flex;
    }
    .header__socials a {
        width: 30px;
        height: 30px;
    }
    .header__socials .icon {
        width: 18px;
        height: 18px;
    } */


    /* .hero {
        padding: 90px 0 40px;
    }
    .hero-wrapper  {
        gap: 10px;
        flex-direction: column-reverse;
    }
    .hero-content__title {
        font-size: 1.7em;
        margin: 0 0 20px 0;
    }
    .hero-content__left {
        background-size: cover;
        border-radius: 12px;
        padding: 20px 30px 20px;
        margin: 0 -15px;
    }
    .hero-content__right {
        max-width: 100%;
        max-height: 500px;
    }
    .hero-content__description {
        margin: 0 0 30px 0;
    } */

    /* .header-block__title {
        font-size: 1.6em;
    }
    .header-block__title:has( + .header-block__descr ) {
        margin: 0 0 20px 0;
    }
    .header-block__descr {
        font-size: 1em;
    } */


/* 
    .tabs__list--vertical,
    .tabs__list--horizontal {
        display: none
    }
    .tabs__content > .tab {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .tabs__content > .tab .icon {
        width: 13px;
        height: 13px;
        fill: var(--decorative-color);
        transform: translate(0px, 1px);
    }
    .tabs__content > .tab--vertical .icon {
        fill: var(--decorative-color);
    }
    .tabs__content > .tab--horizontal .icon {
        fill: var(--primary-color);
    }
    .tabs__content > .tab.active .icon {
        fill: #fff;
    }
    .tabs__content {
        display: flex;
        gap: 8px;
        flex-direction: column;
        background: transparent;
        padding: 0;
    }
    .tabs__content .content__item {
        border-radius: 8px;
        background: #fff;
        padding: 20px;
    }
    .tabs__content .content__title {
        display: none;
    } */


    /* .services-list {
        padding: 50px 0;
    }
    .services-list__description {
        padding: 0;
    }
    .vantages-list__wrapper {
        grid-template-columns: 1fr;
    }
    .form-consultation {
        padding: 30px;
    }
    .form-consultation__content {
        flex-direction: column;
    }
    .form-consultation__title {
        text-align: center;
    }
    .form-consultation__title br {
        display: none;
    }
    .highlighted-text {
        padding: 80px 0 30px;
        margin: 40px 0;
    }
    .highlighted-text__wrapper p {
        font-size: 2.2em;
    }
    .article-content p:has( > img ) {
        margin: 40px 0;
    }
    .spoiler .answer {
        padding: 0 40px 0 0;
    } */
   
    
   

    /* .error-page {
        padding: 15px 0px 15px;
    }
    .product-detail .page-heading__right {
        width: 100%;
    }
    .product-detail-images {
        max-height: none;
        width: 100%;
        border-radius: 0;
    }
   
    .disclaimer_text p {
        font-size: 1.11em;
    } */

    /* .text-contents__title.active {
        margin: 0 0 20px 0;
    }

    .text-contents__list.active {
        grid-template-rows: 1fr;
    } */
   
}

@media (max-width: 600px) {

    .hero:after {
        background-position: 150% 0;
    }

    .hero-content__title, .hero-content__sub-title {
        font-size: 2.18em;
    }

    .hero-content__description p, .hero-content__description li {
        font-size: 0.87em;
    }

    .hero-image {
        right: 0;
    }

    .page-heading__image {
        display: none;
    }

    .page-heading__content .page-heading__image {
        display: block;
        margin: 0 0 30px 0;
    }

    .header-block:has( > .swiper-navigation ) {
        padding: 0 0 60px 0;
    }

    .about-block__quote p br {
        display: none;
    }

    .about-block__stats {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .certificates-list__item {
        /* height: 300px; */
    }

    .spoiler .question {
        font-size: 1em;
    }

    .form-application__wrapper {
        overflow: hidden;
    }

    .form-application__title, .form-consultation__title {
        font-size: 2.18em;
    }

    .form-consultation {
        padding: 40px 10px;
    }

    .form-consultation::before,
    .form-application__wrapper > .container::before {
        display: none;
    }

    .record-form__form .wpcf7-form {
        flex-direction: column;
        align-items: stretch;
    }

    .media-about.grid {
        grid-template-columns: 1fr;
    }

    .specialists-list.grid-list {
        grid-template-columns: 1fr;
    }

    .comment-form__textarea {
        padding: 20px 20px 17% 20px;
    }

    .search__page-wrapper {
        padding: 20px 0 40px;
    }

    .download-instruction__content,
    .receive-instruction__content {
        text-align: center;
        max-width: none;
    }

    .download-instruction__image, .receive-instruction__image {
        position: relative;
        max-width: 250px;
        right: auto;
        top: auto;
        transform: translateY(0);
        margin: 0 auto 30px;
    }

    .footer__links {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    /* .main {
        overflow: hidden;
    }

    .header__search {
        display: none;
    }

    .header__menu .header__search {
        display: block;
        margin: 0 0 35px 0;
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .form-consultation__form .wpcf7-form {
        flex-direction: column;
    }

    .cta-block__logo {
        margin: 0 0 10px 0;
    }

    .cta-block__content-title {
        font-size: 1.65em;
    }

    .cta-block__content-description p br {
        display: none;
    }

    .prices-block__tabs {
        flex-direction: column;
        border-radius: 8px 8px 0px 0px;
        overflow: hidden;
    }

    .prices-block__tab {
        border-radius: 0;
        border-bottom: 1px solid #EEE;
        border-right: 1px solid #EEE;
        border-left: 1px solid #EEE;
    }

    .prices-block__tab:last-child {
        border-bottom: none;
    }

    .prices-block__content-wrapper {
        border-radius: 0px 0px 8px 8px;
        padding: 20px 18px;
    }

    .prices-block__details {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .news-list.grid-list {
        grid-template-columns: 1fr;
    }

    .spoiler {
        padding: 15px 10px;
    }

    .form-application__wrapper {
        padding: 0;
    }

    .form-application__wrapper .container {
        padding: 0;
    }

    .form-application {
        max-width: none;
        border-radius: 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    }

    .marquiz-form__content {
        max-width: none;
    }

    .marquiz-form__text {
        max-width: 300px;
    } */
    
}

@media (max-width: 480px) {

    .p-80 {
        padding: 50px 0;
    }

    .pb-80 {
        padding-bottom: 50px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .btn_primary {
        max-width: none;
        width: 100%;
    }

    .hero {
        padding: 40px 0 95px 0;
    }

    .hero:after {
        background-position: 250% 0;
    }

    .hero-specialist__image {
        width: 90px;
        height: 90px;
    }

    .hero-specialist__signature {
        bottom: -40%;
        right: 41%;
        max-width: 140px;
    }

    .hero-image {
        max-width: 160px;
    }

    .page-heading__content .page-heading__image {
        margin: 0 auto 30px;
    }

    .header-block {
        margin: 0 0 40px 0;
    }

    .header-block__title {
        font-size: 0.87em;
    }

    .header-block__sub-title {
        font-size: 1.85em;
    }

    .text-contents__title {
        margin: 0;
    }

    .text-contents__title.active {
        margin: 0 0 20px 0;
    }

    .text-contents__title .arrow-down {
        display: block;
    }

    .text-contents__list {
        grid-template-rows: 0fr;
    }

    .text-contents__list.active {
        grid-template-rows: 1fr;
    }

    .text-contents__list ul.kamatoc {
        min-height: 0;
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 20px 10px;
    }

    .service-card__icon {
        margin: 0 0 20px 0;
    }

    .service-card__descr {
        margin: 0 0 20px 0;
    }

    .about-block__quote {
        margin: 0 0 30px 0;
    }

    .about-block__quote p {
        font-size: 1.37em;
        line-height: 25px;
    }

    .about-block__quote .icon {
        bottom: 10px;
        width: 154px;
        height: 55px;
    }
    .about-block__quote p.about-block__license br {
        display: block;
    }

    .vantages-list {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }

    .vantages-list__item {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .vantages-list__icon {
        margin: 0;
    }

    .about-team__image {
        max-height: 360px;
        overflow: hidden;
    }

    .page-id-257 .pb-80 {
        padding-bottom: 0;
    }

    .form-popap__lawyer {
        display: none;
    }

    .form-popap__subtitle {
        margin: 0;
    }

    .download-instruction,
    .receive-instruction {
        padding: 30px 10px;
    }

    .download-instruction__title,
    .receive-instruction__title {
        font-size: 1.62em;
    }
 
    .cta-block__content-title,
    .cta-block.shortcode .cta-block__content-title {
        font-size: 1.25em;
    }
    
    /* .page-heading__title {
        font-size: 2em;
    }

    .hero-content__sub-title {
        font-size: 1.25em;
    }

    .hero-content__description p, .hero-content__description li {
        font-size: 1em;
    }
   
    .vantages-list__item {
        text-align: center;
    }

    .form-consultation__form .wpcf7-form .form__group,
    .form-consultation__form .wpcf7-form .form__control,
    .form-consultation__form .wpcf7-form .form__control .btn {
        width: 100%;
    }

    .spoiler .answer {
        padding: 0 70px 0 0;
    }

    .marquiz-form__title {
        font-size: 1.5em;
    }

    .marquiz-form__text {
        max-width: 230px;
    }

    .marquiz-form::after {
        width: 141px;
        height: 217px;
    } */
}

@media (max-width: 414px) {

    .header__phone {
        display: none;
    }
   
}
