/**
 * Theme Name: Visa Digital Nomad
 */

html {
    scroll-behavior: smooth;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
textarea, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	margin: 0;
    padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    font-family: 'Inter', sans-serif;
    color: #222525;   
}
body * {
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1264px;
    padding: 0 32px;
    margin: 0 auto;
    box-sizing: border-box;
}
section {
    margin: 0 0 100px;
}
.scroll-button {
    position: fixed;
    z-index: 99;
    right: 110px;
    bottom: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 24px 0px #0000002b;
}
.scroll-button svg {
    transition: .4s;
}   
.scroll-button:hover {
    cursor: pointer;
}
.scroll-button rect,
.scroll-button path {
    transition: .4s;
}
.scroll-button:hover rect,
.scroll-button:hover path {
    stroke: #FF8666;
}

.breadcrumbs-wrapper--mobile,
.breadcrumbs-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}
.breadcrumbs-wrapper span  {
    color: #919998;
}
.breadcrumbs-wrapper a span {
    color: #222525;
    transition: .3s;
}
.breadcrumbs-wrapper a span:hover {
    text-decoration: none;
    color: #FF8666 !important;
}
.breadcrumbs-wrapper a {
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
    transition: .4s;
}
.breadcrumbs-wrapper .breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.breadcrumbs-wrapper .breadcrumbs__separator {
    padding: 0 8px;
    color: #73A79B;
    font-size: 10px;
}

.button {
    display: flex;
    align-items: center;
    max-width: fit-content;
    padding: 30px 66px;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #222525;
    text-decoration: none;
    border-radius: 40px;
    border: 1px solid #626A69;
    transition: .4s;
    cursor: pointer;
}
.button:hover {
    color: #fff;
    border: 1px solid #626A69;
    background-color: #626A69;
}
.button.orange {
    color: #fff;
    background-color: #FB724E;
    border: 1px solid #FB724E;
}
.button.orange:hover {
    color: #fff;
    background-color: #fb714e9a;
    border: 1px solid #FB724E;
}
.button--invert {
    color: #fff;
    border: 1px solid #626A69;
    background-color: #626A69;
}
.button--invert:hover {
    color: #626A69;
    background-color: #fff;
    border: 1px solid #626A69;
}

.button--center {
    margin: 0 auto;
}

/* стили меню в шапке */
.header {
    position: absolute;
    top: 32px;
    z-index: 100;
    width: 100%;
    padding: 20px 64px;
}
.admin-bar .header {
    top: 64px;
}
.header.scrolled {
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #222525;
    text-decoration: none;
    transition: .4s;
}
.header__logo svg {
    width: 55px;
    height: 55px;
}
.header__logo path {
    transition: .4s;
} 
.header__logo a:hover {
    color: #ff8766b5;
}
.header__logo a:hover path {
    fill: #ff8766b5;
}
.header__menu {
    margin: 0 0 0 -5%;
}
.header__menu-langs {
    display: none;
}
.header__logo-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header__lang {
    position: relative;
}
.header__lang-current {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 0 12px 0 0;
    color: #626262;
    font-size: 14px;
}
.header__lang-current::after {
    top: 6px !important;
    right: 0px !important;
    opacity: .7;
}
.header__lang-change {
    display: none;
}
.header__lang-change::before {
    display: block;
    position: absolute;
    content: '';
    top: -10px;
    height: 10px;
    width: 100%;
    left: 0;
}
.header__lang-change:hover {
    color: #fb724e !important;
}
.header__lang:hover .header__lang-change {
    display: block;
    position: absolute;
    white-space: nowrap;
    color: #060606;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    left: -10px;
    top: 26px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #0000001c;
}

.page-header-background .header:not(.scrolled) .header__lang-current,
.page-header-background .header:not(.scrolled) .header__logo a {
    color: #fff;
}

.menu-list {
    display: flex;
    gap: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu-list a {
    white-space: nowrap;
    position: relative;
    padding: 12px 16px;
    text-decoration: none;
    color:#222525;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children a {
    padding: 12px 32px 12px 16px;
}
.header__lang-current::after,
.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 13px;
    height: 6px;
    width: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00IDUuMjhhLjU1OS41NTkgMCAwIDEtLjM5Ni0uMTY0bC0zLjQ0LTMuNDRBLjU2LjU2IDAgMSAxIC45NTYuODg0TDQgMy45MjggNy4wNDQuODg0YS41Ni41NiAwIDAgMSAuNzkyLjc5MmwtMy40NCAzLjQ0QS41NTkuNTU5IDAgMCAxIDQgNS4yOHoiIGZpbGw9IiMyMjI1MjUiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.menu-list a:hover {
    color: #FF8666;
}
.menu-list > a:hover::after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00IDUuMjhhLjU1OS41NTkgMCAwIDEtLjM5Ni0uMTY0bC0zLjQ0LTMuNDRBLjU2LjU2IDAgMSAxIC45NTYuODg0TDQgMy45MjggNy4wNDQuODg0YS41Ni41NiAwIDAgMSAuNzkyLjc5MmwtMy40NCAzLjQ0QS41NTkuNTU5IDAgMCAxIDQgNS4yOHoiIGZpbGw9IiNGNEI0NkEiLz48L3N2Zz4=");
}
/*.menu-list a:hover::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #FF8666;
    border-radius: 2px;
}*/
.current-menu-item a {
    color: #FF8666;
}
.menu-list > .current-menu-item a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #FF8666;
    border-radius: 2px;
}
.sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 25px);
    left: -50%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 24px;
    padding: 24px;
    border-radius: 16px;
    background-color: #222525;
}
.menu-item-has-children:hover .sub-menu {
    display: grid;
    align-items: center;
}
.menu-item-has-children:hover::before {
    content: '';
    position: absolute;
    bottom: -30px;  
    width: 100%;
    height: 60px;
}
.sub-menu a {
    clear: both;
    position: relative;
    display: block;
    padding: 0;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    gap: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.sub-menu a::before {
    display: block;
    float: left;
    content: '';
    position: relative;
    height: 24px;
    width: 24px;
    margin: 0 15px 0 0;
    background-color: #919191;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}

/* About menu */
#menu-item-259 .sub-menu {
    grid-template-columns: 1fr;
    left: -10px;
}
#menu-item-259 .sub-menu a::before {
    display: none;
}

.header__menu__bar {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__contacts {
    display: flex;
    gap: 8px;
    padding: 0 8px 0 0;
}
.header__contacts-item {}
.header__contacts-item svg {
    width: 42px;
}
.header__contacts-item svg:hover {
    fill: #ff8766 !important;
}
.header__contacts-item-wa svg {
    fill: #25D366;
}
.header__contacts-item-tg svg {
    fill: #0088cc;
}
.language-toggle {
    display: flex;
    background: transparent;
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    border-radius: 50%;
    color: #222525;
    border: 1px solid #222525;
    transition: .4s;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.language-toggle:hover {
    cursor: pointer;
    color: #FF8666;
    border: 1px solid #FF8666;
}
.header__menu-button {
    display: none;
    /*position: absolute;*/
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 54px;
    width: 54px;
    min-width: 54px;
    background: #222525;
    transition: .4s;
    border-radius: 50%;
    border: 1.5px solid #222525;
    box-sizing: border-box;
}
.header__menu-button:hover {
    cursor: pointer;
    background-color: #fff;
}
.header__menu-button:hover .hamburger-inner, 
.header__menu-button:hover .hamburger-inner::before, 
.header__menu-button:hover .hamburger-inner::after {
    background-color: #222525;
}
.header__menu-button.is-active {
    background-color: #fff;
}
.header__menu-button.is-active .hamburger-inner, 
.header__menu-button.is-active .hamburger-inner::before, 
.header__menu-button.is-active .hamburger-inner::after {
    background-color: #222525 !important;
}

.page-header-background .header:not(.scrolled) .menu-list a {
    color: #fff;
}
.page-header-background .header:not(.scrolled) .menu-list a:hover {
    color: #FF8666;
}
.page-header-background .header:not(.scrolled) .header__lang-current::after, 
.page-header-background .header:not(.scrolled) .menu-item-has-children > a::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00IDUuMjhhLjU1OS41NTkgMCAwIDEtLjM5Ni0uMTY0bC0zLjQ0LTMuNDRBLjU2LjU2IDAgMSAxIC45NTYuODg0TDQgMy45MjggNy4wNDQuODg0YS41Ni41NiAwIDAgMSAuNzkyLjc5MmwtMy40NCAzLjQ0QS41NTkuNTU5IDAgMCAxIDQgNS4yOHoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

/* стили меню в шапке */


.hero-block {
    position: relative;
    padding: 195px 0 75px 120px;
    margin: 32px 32px 128px;
    background-color: #FAFAFA;
    border-radius: 20px;
}
.hero-block::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
    height: calc(100% + 80px);
    width: calc(100% - 32px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
}
.hero-block__title h1 {
    position: relative;
    z-index: 10;
    max-width: 530px;
    margin: 0 0 40px;
    font-family: 'Podkova';
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
}
.hero-block__description {
    position: relative;
    z-index: 10;
    max-width: 530px;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.hero-block .button {
    cursor: pointer;
    position: relative;
    z-index: 10;
    position: relative;
    z-index: 70;
    margin: 0 0 40px;
    color: #fff;
    background-color: #2A584D;
    border: none !important;
}
.hero-block .button:hover {
    text-decoration: none;
    background-color: #fc724e;
}
.hero-block__data {
    display: flex;
    justify-content: space-between;
    max-width: 705px;
    margin: 0;
}
.hero-block__image {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-image: url(images/Hero2_1x-min.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

.hero-block__data__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #828282;
}
.hero-block__data__item span {
    display: block;
    text-align: center;
    font-family: 'Podkova', sans-serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 1.4;
    color: #222525;
}

.homepage-row {
    display: flex;
    gap: 150px;
    margin: 0 0 80px;
}
.homepage-row__content h2 {
    margin: 0 0 48px;
    font-family: 'Podkova';
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
}
.homepage-row__content h3 {
    margin: 0 0 30px;
    font-family: 'Podkova';
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}
.homepage-row__content p {
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.homepage-row__content p:last-child {
    margin: 0;
}
.homepage-row__image-block,
.homepage-row__image {
    position: relative;
    width: 100%;
    min-width: 370px;
    max-width: 370px;
    box-sizing: border-box;
    height: auto;
}

.homepage-row__image-block picture,
.homepage-row__image picture {
    width: 100%;
    height: 100%;
}

.homepage-row__image-block picture img,
.homepage-row__image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
}

.homepage-row__image-block {
    position: relative;
    z-index: 1  ;
    padding: 32px;
    display: flex;
    flex-direction: column;
    overflow: unset;
    background-color: #FAFAFA;
    border-radius: 20px;
    height: 100%;
}
.homepage-row__image-block::before {
    content: '';
    position: absolute;
    z-index: auto;
    top: 16px;
    right: -96px;
    width: 192px;
    height: calc(100% - 32px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
}
.homepage-row__image-block::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -23px;
    height: 80px;
    width: 80px;
    background-color: #FF8666;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(images/fly-icon.svg);
    border-radius: 20px;
}
.homepage-row__image-block-title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.homepage-row__image-block span {
    display: block;
    margin: 0 0 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    flex: auto;
}
.homepage-row__image-block__img {
    position: relative;
    z-index: 5;
    height: 300px;
    width: 300px;
    border-radius: 12px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.homepage__button-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 48px;
}
.homepage-row__image-block__description {
    position: absolute;
    bottom: 56px;
    right: -136px;
    padding: 16px;
    max-width: 235px;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    background-color: #fff;
    color:  #242734;
    box-shadow: 0px 24px 64px 0px #0000000D;
    border-radius: 12px;
}
.homepage-row__image-block__description span {
    display: block;
    margin: 0 0 8px;
    font-family: 'Podkova';
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    color: #FF8666;
}

.homepage__block-cards {
    position: relative;
    padding: 100px 0;
    margin: 32px 32px 128px;
    border-radius: 20px;
    background-color: #FAFAFA;
}
.homepage__block-cards::after {
    content: '';
    position: absolute;
    top: -64px;
    left: 16px;
    width: calc(100% - 32px);
    height: 128px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
}
.homepage__block-cards::before {
    content: '';
    position: absolute;
    bottom: -64px;
    left: 16px;
    width: calc(100% - 32px);
    height: 128px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
}
.homepage__block-cards__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    margin: 0 0 80px;
}
.homepage__block-cards__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 80px;
}
.homepage__block-cards__title h2 {
    margin: 0;
    font-family: 'Podkova';
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 550px;
}
.homepage__block-cards__description {
    margin: 0 45px 0 0;
    max-width: 610px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.7;
}
.homepage__block-cards .homepage__block-cards__button {
    padding: 18px 24px;
    border-radius: 12px;    
}
/* .homepage__block-cards-news {
    padding: 0;
    background: none;
} */
/* .homepage__block-cards-news::after, */
.homepage__block-cards-news::before {
    display: none;
}
.homepage__block-cards-news .post-listing,
.homepage__block-cards-blog .post-listing {
    margin: 0 0 35px;
}

.homepage__block-cards-blog {
    background: linear-gradient(49deg, #2b584d, #69a870);
}
.homepage__block-cards-blog .homepage__block-cards__title h2 {
    color: #fff;
}
.homepage__block-cards-blog .homepage__block-cards__description {
    color: #fff;
}
.homepage__block-cards-blog .homepage__block-cards__button {
    color: #fff;
    border-color: #fff;
}
.homepage__block-cards-blog .homepage__block-cards__button:hover {
    border: 1px solid #ec6800;
    background-color: #ec6800;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 24px 0px #0000000D;
    border: 1px solid #f3f3f3;
}
.card__header {
    position: relative;
    margin: 8px;
    border-radius: 12px;
}
.card__header img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.card__header__flag {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8px;
    bottom: -28px;
    height: 56px;
    width: 56px;
    background-color: #fff;
    border-radius: 50%;
}
.card__header__flag > span {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: #595959;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
}
.card__header__flag > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}
.card__header__flag__title {
    display: none;
    gap: 16px;
}
.card__content__wrapper {
    padding: 24px;
}
.card-category .card__content__wrapper {
    padding: 8px 24px 24px;
}
.card-blog .card__content__wrapper {
    padding: 16px 24px 24px;
    flex: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.card-blog .card__header {
    max-height: 200px;
}
.card-category__date {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #919998;
}
.card-category__date span {
    margin: 0 0 0 8px;
    color: #424847;
}
.card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    color: #222525;
    display: block;
    transition: .4s;
    flex: auto;
}
.card__title:hover {
    color: #FB724E;
}
.card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    color: #222525;
    transition: .4s;
}
.card__content {
    flex: auto;
    margin: 0 0 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #222525;
}
.card__meta__author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color:#222525;

}
.card__meta__author i {
    height: 32px;
    width: 32px;
    background-color: #595959;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.card-category .card__content {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #222525;
}
.card-category__counter {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #43786B;
}
.card-category__counter span {
    margin: 0 0 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
}
.card__meta {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.card__meta__difficulty {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.card__meta__difficulty.easy {
    color: #49A747;
}
.card__meta__difficulty.normal {
    color: #ED9125;
}
.card__meta__difficulty.heavy {
    color: #FF6666;
}
.card__meta__data {
    display: flex;
    gap: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #919998;
    white-space: nowrap;
    align-items: center;
}
.card__meta__data span {
    font-size: 14px;
}
.card__meta__data br {
    display: none;
}
.card__meta__category {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #919998;
}

.card-content {
    display: flex;
    flex-direction: column;
    flex: auto;
    gap: 20px;
    padding: 24px;
}

.card-products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.card-products__item {
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
}
.card-products__item-name {
    flex: auto;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 10px 0 0;
}
.card-products__item-name span {
    display: block;
    font-weight: 400;
    line-height: 1.1;
    font-size: 12px;
    padding: 4px 0 0;
    color: #2a584e;
}
.card-products__item-price,
.card-products__item-terms {
    white-space: nowrap;
    font-size: 13px;
}
.card-products__item-terms span {
    color: #237b68;
}
.card-products__item-price::before {
    display: inline-block;
    content: '|';
    margin: 0 5px;
    font-size: 11px;
    color: #c5c5c5;
}

.card-products__other-name {
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 5px;
    color: #2a584d;
    margin: 0 0 15px;
    font-size: 15px;
}
.card-products__other-products {
    font-size: 14px;
    line-height: 1.3;
    color: #0b0b0b;
}

.card-description {}
.card-description ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 10px;
}
.card-description ul li {
    position: relative;
    list-style: none;
    font-size: 13px;
    padding: 0 0 0 15px;
}
.card-description ul li::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    height: 10px;
    width: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDJhMyAzIDAgMSAwIC45IDUuODYzIDEgMSAwIDEgMSAuNiAxLjkwOEE1IDUgMCAxIDEgOS4zMyA3LjUgMSAxIDAgMSAxIDcuNiA2LjQ5OSAzIDMgMCAwIDAgNSAyeiIgZmlsbD0iIzQzNzg2QiIvPjwvc3ZnPg==);
}

.card-button {
    flex: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}
.card-button__content {
    display: flex;
    flex: auto;
    align-items: center;
    gap: 20px;
}
.card-button a {
    color: #484848;
    font-size: 15px;
    white-space: nowrap;
}
.card-button a:hover {
    text-decoration: none;
}
.card-button span {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #2A584D;
    border: none;
    text-align: center;
    max-width: 220px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 15px;
    transition: background .2s;
}
.card-button span:hover {
    cursor: pointer;
    background: #fc724e;
}

.homepage__faq__title {
    margin: 0 0 40px;
    font-family: 'Podkova';
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    text-align: center;
}
.homepage__faq__description {
    margin: 0 auto 80px;
    max-width: 800px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}
.homepage__faq__description span {
    border-bottom: 2px solid #fb734e;
    color: #fb734e;
    cursor: pointer;
    padding: 0 0 2px;
}
.homepage__faq__description span:hover {
    color: #295147;
    border-color: #295147;
}
.faq__list {
    margin: 0 auto;
    max-width: 850px;
}
.faq__list-long {
    display: none;
}
.faq__list-long--active {
    display: block;
}
.faq__item {
    padding: 20px 25px;
    margin: 0 0 16px;
    border-radius: 20px;
    border: 1px solid #DFE1E1;
}
.faq__item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq__item__question:hover {
    cursor: pointer;
}
.faq__item__question > div {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #222525;
}
.faq__item__question > div span {
    font-family: 'Podkova';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #FF8666;
}
.faq__item__question i {
    height: 16px;
    width: 16px;
    background-image: url(images/arrow.svg);
    background-position:  50% 50%;
    background-size:  contain;
    background-repeat:  no-repeat;
}
.faq__item__answer {
    padding: 24px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.faq__item .faq__item__answer {
    display: none;
}
.faq__item__answer a {
    color: #FF8666;
}
.faq__item__answer a:hover {
    text-decoration: none;
}

.faq__item.active {
    border: 1px solid #73A79B;
}
.faq__item.active .faq__item__question i {
    background-image: url(images/arrow-active.svg);
}

.faq__list-more {
    display: flex;
    gap: 5px;
    padding: 10px;
    align-items: center;
    font-weight: 500;
    border: none;
    background: none;
    font-size: 15px;
    margin: 0 auto 50px;
    color: #555;
}
.faq__list-more:hover {
    cursor: pointer;
    color: #000;
}
.faq__list-more span {
    font-weight: 600;
    color: #f8744d;
}
.faq__list-more i {
    display: block;
    width: 8px;
    height: 6px;
    background-image: url(images/chevron.svg);
}

.sidebar__socials {
    padding: 20px 0 0;
    text-align: center;
}
.sidebar__socials .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 26px;
    width: 26px;
}


.page-reqs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 5;
}
.page-reqs__item {
    display: flex;
    text-align: center;
    border-radius: 16px;
    background: #ffffff;
    /* font-size: 20px; */
    line-height: 1.6;
    color: #000;
    padding: 18px 20px;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
}
.page-reqs__item-name {
    font-size: 16px;
    /* font-family: 'Podkova'; */
    font-weight: 500;
    line-height: 1;
    color: #000000;
}
.page-reqs__item-value {
    font-size: 16px;
    font-weight: 400;
    color: #fb734e;
    line-height: 1;
}

.page-form {
    position: relative;
    z-index: 5;
    border-radius: 16px;
    padding: 30px;
    max-width: 370px;
    background: #fc724e;
}
.page-form .contact-form__group input {
    height: 50px;
    opacity: 1;
    border-radius: 12px;
}
.page-form .contact-form__group button {
    max-width: 100%;
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background: #000;
}
.page-form .contact-form__group button:hover {
    background: #333;
}
.page-form .contact-form__private {
    color: #fff;
}
.page-form .contact-form__private a {
    color: #fff;
    text-decoration: underline;
}

/*blog page*/
.content-list__wrapper {
    position: sticky;
    top: 105px;
}
.content-list {
    padding: 40px 16px;
    background-color:#FAFAFA;
    border-radius: 16px;
}
.content-list__title {
    padding-left: 36px;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.content-list ul {
    padding: 15px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    list-style-type: none; /* Убираем стандартную маркерную точку */
    counter-reset: list-counter; /* Сброс счетчика */
}
.content-list li {
    display: flex;
    padding-left: 0;
    margin: 0;
}
.content-list li.kamatoc__top {
    counter-increment: list-counter;
    padding: 8px 0;
}
.content-list li.kamatoc__top::before {
    content: counter(list-counter) " "; /* Выводим значение счетчика */
    margin: 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #919998;
    width: 12px;
}
.content-list li.kamatoc__sub {
    display: none;
    padding: 0 0 5px 36px;
}
.content-list li.kamatoc__sub a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
.content-list li.kamatoc__sub::before {
    content: "–";
    margin: 0 6px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #919998;
    min-width: 12px;
}
.content-list li.kamatoc__sub.active {
    display: flex;
}
.content-list a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1B4037;
    text-decoration: none;
}
.content-list .kamatoc__top.active a {
    font-weight: 600;
}
.content-list a:hover {
    color: #FB724E;
    cursor: pointer;
}

.blog-header__wrapper {
    position: relative;
    z-index: 5;
    padding: 112px 0 54px;
    margin: 32px 32px 78px;
    background: #FAFAFA;
    border-radius: 24px;
}
.blog-header__wrapper::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    height: calc(100% + 52px);
    width: calc(100% - 32px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
    background-position: 50% 50%;
}
.blog-header {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    max-width: 1232px;
}
.blog-header__image {
    display: block;
    min-width: 460px;
    border-radius: 16px;
    /* background-color: #595959; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.blog-header__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.blog-header__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.blog-header__category {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #43786B;
}

.blog-header__top {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 5;
    font-size: 15px;
    margin: 0 0 20px;
    color: #919998;
}

.blog-header__title {
    position: relative;
    z-index: 5;
    flex: auto;
    margin: 0 0 24px;
    font-family: 'Podkova', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    color:#222525;
}
.blog-header__title-long {
    font-size: 32px;
}
.blog-header__title h1 {
    word-break: break-word;
}
.blog-header__title.center {
    text-align: center;
}
.blog-header__description {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 850px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}
.blog-header__description a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.blog-header__description strong {
    font-weight: 500;
}
.blog-header__description.center {
    text-align: center;
}
.blog-header__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-header__meta span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #424847;
}
.block__author {
    position: relative;
    display: flex;
    gap: 8px;
    line-height: 1;
    align-items: center;
}
.block__author:hover {
    opacity: 0.8;
}
.block__author-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 170px;
}
.block__author img {
    margin: 0 !important;
    display: block;
    border-radius: 50%;
}
.block__author span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    /*test*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
}
.blog-header__content .block__author span {
    max-width: 150px;
}
.blog-header__meta__seporator {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px solid #A3ACAB;
}
.block__author strong {
    display: block;
    font-weight: 700;
}
.block__author i {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #595959;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.block__author a {
    font-size: 15px;
    font-weight: 600;
    color: #222525;
    text-decoration: none !important;
}
.block__author a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-header__wrapper--image {
    overflow: hidden;
    color: #fff;
}
.blog-header__wrapper--image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-header__wrapper--image::before {
    position: absolute;
    display: block;
    z-index: 2;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #0c2721b8, #25423cf0);
    opacity: 1;
}
.blog-header__wrapper--image::after {
    width: 100%;
    height: 100%;
    opacity: .1;
    top: 0;
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABOSURBVHgB7dCxEYBQCINhcAG3fIM7AIc9nMqdLpDC6v+qdISYAQAAUUSs7j6r6phsf5vD12uKmGgzkbvvX346yAVkmblmhfl+sgEAANEN/YEwAcclGOIAAAAASUVORK5CYII=');
}
.breadcrumbs-wrapper a span,
.breadcrumbs-wrapper a {
    color: #919998;
}
.blog-header__wrapper--image .blog-header__title h1 {
    color: #fff;
}

.text-selection {
    position: relative;
    margin: 48px 0;
    padding: 16px 24px 24px 24px;
    background-color: #fff;
    border: 1px solid #ABC0BA;
    border-left: 7px solid #ABC0BA;
    border-radius: 6px 16px 16px 6px;
}
.text-selection.red {
    border: 1px solid #FF6666;
    border-left: 7px solid #FF6666;
}
.text-selection.red .text-selection__title {
    color: #DB3F3F;
}
.text-selection.green {
    border: 1px solid #7FC67D;
    border-left: 7px solid #7FC67D;
}
.text-selection.green .text-selection__title {
    color: #49A747;
}
.text-selection.yellow {
    border: 1px solid #F4B46A;
    border-left: 7px solid #F4B46A;
}
.text-selection.yellow .text-selection__title {
    color: #ED9125;
}
/* .text-selection::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -44px;
    left: -84px;
    height: 98px;
    width: 98px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
} */
.text-selection__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color:#2A584D;
}
.text-selection__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.text-selection__content a {
    color: #000;
}

.download__docs {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
    padding: 30px 50px;
    margin: 30px 0;
    border-left: 7px solid #2A584D;
    border-radius: 7px;
    background-color: #FAFAFA;
    background-position: 50% 50%;
}
.download__docs-title {
    font-family: 'Podkova', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 15px;
}
.download__docs-action {
    display: flex;
    align-items: center;
    gap: 20px;
}
.download__docs-action .button {
    background-color: #2A584D;
    border: none !important;
    padding: 20px 50px;
    color: #fff;
    font-size: 17px;
}
.download__docs-action .button:hover {
    background-color: #ec6800;
    text-decoration: none;
}
.download__docs-action .file-extra {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    gap: 10px;
    align-items: center;
    opacity: .6;
}

@keyframes rotateYCycle {
    0% {
      transform: rotate3d(1, 1, 1, -20deg);
      /* box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, .2); */
    }
    50% {
      transform: rotate3d(1, 2, 3, -20deg);
      /* box-shadow: 0px -5px 10px 5px rgba(0, 0, 0, .2); */
    }
    100% {
      transform: rotate3d(1, 1, 1, -20deg);
      /* box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, .2); */
    }
  }
.attach-doc {}
.attach-doc__file {
    overflow: hidden;
    z-index: 3;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Podkova', sans-serif;
    left: 50px;
    top: -7px;
    width: 170px;
    height: 237px;
    background: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: center;
    transform: rotate3d(1, 1, 1, -20deg);
    position: absolute;
    border-radius: 1px;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, .1);
    /* background: linear-gradient(49deg, #386af0, #ff5e35); */
    background: linear-gradient(106deg, #2b2b97, #8f3f74);
    animation: rotateYCycle 10s infinite ease-in-out;
}
.attach-doc__file svg {
    position: absolute;
    margin: 20px 0 0;
    /* max-width: 35px; */
    opacity: .08;
    width: 250px;
    top: -10px;
    left: -50px;
}
.attach-doc__file-visa {
    font-size: 14px;
}
.attach-doc__file-guide {
    display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    font-size: 50px;
}
.attach-doc__file-guide span {
    font-size: 27px;
    text-align: center;
}
.attach-doc__file-visa-flag {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    /* border: 2px solid #fff; */
    border-radius: 50%;
}
.attach-doc__action {
    padding: 30px 30px 30px 300px;
    position: relative;
    background: #fafafa;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    margin: 40px 0 40px;
    background-size: 32px;
    border-radius: 16px;
    color: #fff;
}
.attach-doc__title {
    position: relative;
    z-index: 3;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 1.25;
    margin: 0 0 25px;
}
.attach-doc__title span {
    color: #fd724e;
}
.attach-doc__action-button {
    white-space: nowrap;
    position: relative;
    border: none !important;
    z-index: 3;
    padding: 0;
    height: auto;
    border: none;
    font-size: 17px;
    gap: 10px;
    background: #fc724e;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 16px;
}
.attach-doc__action-button svg {
    min-width: 30px;
}
.attach-doc__action-button:hover {
    background: #2b2b97;
}



.blog-article {
    display: grid;
    grid-template-columns: 368px 1fr;
    gap: 48px;
    margin: 0 0 128px;
}
.blog-article.page {
    display: flex;
}
.blog-article__content {
    font-size: 17px;
    line-height: 32px;
    line-height: 1.7;
}
.blog-article__content hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #f3f3f3;
    margin: 25px 0;
}
.blog-article__content p {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}
.blog-article__content strong {
    font-weight: 600;
}
.blog-article__content .alignnone,
.blog-article__content .alignleft,
.blog-article__content .alignright,
.blog-article__content .aligncenter,
.blog-article__content .wp-caption img {
    width: 100%;
    height: auto;
    margin: 32px 0;
    border-radius: 16px;
}
.blog-article__content .wp-caption {
    position: relative;
    width: 100% !important;
    margin: 32px 0;
    border: 1px solid #f3f3f3;
    padding: 10px 15px;
    box-sizing: border-box;
}
.blog-article__content .wp-caption a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.blog-article__content .wp-caption a::after {
    display: block;
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: 30px;
    right: 20px;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI4MDAiIGhlaWdodD0iODAwIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGZpbGw9IiNGQjcyNEUiIGQ9Im0yNy40MTQgMjQuNTg2LTUuMDc3LTUuMDc3QTkuOTMyIDkuOTMyIDAgMCAwIDI0IDE0YzAtNS41MTQtNC40ODYtMTAtMTAtMTBTNCA4LjQ4NiA0IDE0czQuNDg2IDEwIDEwIDEwYTkuOTMyIDkuOTMyIDAgMCAwIDUuNTA5LTEuNjYzbDUuMDc3IDUuMDc3YTIgMiAwIDEgMCAyLjgyOC0yLjgyOHpNNyAxNGMwLTMuODYgMy4xNC03IDctN3M3IDMuMTQgNyA3LTMuMTQgNy03IDctNy0zLjE0LTctN3oiLz48cGF0aCBmaWxsPSIjRkI3MjRFIiBkPSJNMTkgMTRhMSAxIDAgMCAxLTEgMWgtM3YzYTEgMSAwIDAgMS0yIDB2LTNoLTNhMSAxIDAgMCAxIDAtMmgzdi0zYTEgMSAwIDAgMSAyIDB2M2gzYTEgMSAwIDAgMSAxIDF6Ii8+PC9zdmc+) 50% 50% no-repeat;
    background-size: 24px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 18%);
}
.blog-article__content .wp-caption-text {
    text-align: center;
    color: #8f8b8a;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 5px;
}
.blog-article__content .wp-caption img {
    margin: 0;
}
.blog-article__content h2 {
    margin: 40px 0 30px;
    font-family: 'Podkova';
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
}
.blog-article__content h2:first-child {
    margin: 0 0 48px;
}
.blog-article__content h3 {
    margin: 30px 0 20px;
    font-family: 'Podkova';
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
}
.blog-article__content ul a,
.blog-article__content table a,
.blog-article__content p a {
    color: #FF8666;
    text-decoration: none;
}
.blog-article__content ul a:hover,
.blog-article__content table a:hover,
.blog-article__content p a:hover {
    text-decoration: underline;
}
.blog-article__content ul {
    margin: 20px 0;
    list-style: none;
}
.blog-article__content ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 12px;
    width: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDJhMyAzIDAgMSAwIC45IDUuODYzIDEgMSAwIDEgMSAuNiAxLjkwOEE1IDUgMCAxIDEgOS4zMyA3LjUgMSAxIDAgMSAxIDcuNiA2LjQ5OSAzIDMgMCAwIDAgNSAyeiIgZmlsbD0iIzQzNzg2QiIvPjwvc3ZnPg==");
}
.type-true ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjcwNy4yOTNhMSAxIDAgMCAxIDAgMS40MTRsLTQuNSA0LjVhMSAxIDAgMCAxLTEuNDE0LTEuNDE0bDQuNS00LjVhMSAxIDAgMCAxIDEuNDE0IDB6bS0xMS40MTQgNGExIDEgMCAwIDEgMS40MTQgMGwzIDNhMSAxIDAgMCAxLTEuNDE0IDEuNDE0bC0zLTNhMSAxIDAgMCAxIDAtMS40MTR6IiBmaWxsPSIjNDlBNzQ3Ii8+PC9zdmc+");
}
.type-false ul li::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMjkzLjI5M2ExIDEgMCAwIDEgMS40MTQgMGwyLjUgMi41YTEgMSAwIDAgMS0xLjQxNCAxLjQxNGwtMi41LTIuNWExIDEgMCAwIDEgMC0xLjQxNHptOS40MTQgMGExIDEgMCAwIDEgMCAxLjQxNGwtMi41IDIuNWExIDEgMCAwIDEtMS40MTQtMS40MTRsMi41LTIuNWExIDEgMCAwIDEgMS40MTQgMHptLTUuNSA1LjVhMSAxIDAgMCAxIDAgMS40MTRsLTIuNSAyLjVBMSAxIDAgMCAxIC4yOTMgOC4yOTNsMi41LTIuNWExIDEgMCAwIDEgMS40MTQgMHptMS41ODYgMGExIDEgMCAwIDEgMS40MTQgMGwyLjUgMi41YTEgMSAwIDAgMS0xLjQxNCAxLjQxNGwtMi41LTIuNWExIDEgMCAwIDEgMC0xLjQxNHoiIGZpbGw9IiNEQjNGM0YiLz48L3N2Zz4=");
}
.blog-article__content .items__list.col-2 ul,
.blog-article__content .items__list.type-col-2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blog-article__content .items__list.col-3 ul,
.blog-article__content .items__list.type-col-3 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.blog-article__content ul li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}
.blog-article__content ul li p {
    margin: 0;
}

.review-form {
    display: flex;
    gap: 50px;
}
.review-form__text {
    max-width: 270px;
}
.review-form__fields {
    max-width: 500px;
    background: #fafafa;
    border-radius: 24px;
    padding: 30px;
}
.review-form__fields button {
    cursor: pointer;
    align-self: flex-start;
    border: none;
    height: 45px;
    border-radius: 16px;
    font-size: 17px;
    padding: 0 25px;
    min-width: 140px;
    color: #fff;
    background: #2A584D;
    transition: .2s;
}
.review-form__fields button:hover {
    background: #fc724e;
    transition: .2s;
}
.review-form__fields input, 
.review-form__fields textarea {
    height: 50px;
    font-size: 17px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    border-radius: 5px;
    padding: 0 0 0 15px;
}
.review-form__fields textarea {
    padding: 20px;
    height: 100px;
}
.review-form__stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    cursor: pointer;
    margin: 0 0 15px;
}
.review-form__stars input {
    display: none;
}
.review-form__stars label {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-image: url(images/star-0.svg);
    font-size: 0;
}
.review-form__stars input:checked ~ label,
.review-form__stars label:hover,
.review-form__stars label:hover ~ label {
    background-image: url(images/star-1.svg);
    cursor: pointer;
}

.post-author {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    border-radius: 24px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #1a4646, #184a4a, #164e4e, #135252, #0f5656, #15565a, #1c565e, #245661, #35525f, #424e59, #484b51, #494949);
    padding: 20px 30px;
    margin: 40px 0 0;
    /* justify-content: center;
    align-items: center;
    text-align: center; */
}
.post-author__main {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 6;
}
.post-author::after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 192px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
}
.post-author picture {
    position: relative;
}
.post-author img {
    display: block;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    position: relative;
    z-index: 2;
    border: 3px solid #fff;
}
.post-author__head img {
    display: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
/* .post-author picture::before {
    display: block;
    content: "";
    width: 90px;
    background: linear-gradient(106deg, #2b2b97, #8f3f74);
    height: 90px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
} */
.post-author__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.post-author__content a {
    font-family: 'Podkova', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    color: #f8744d;
    display: block;
}
.post-author__content p {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.5;
}
.post-author__contacts {
    display: flex;
    gap: 5px;
}
.post-author__contacts svg {
    width: 32px;
    height: 32px;
}
.post-author__meta {
    position: relative;
    z-index: 6;
    padding: 15px 0 0;
    display: flex;
    gap: 20px;
    font-size: 12px;
    opacity: 0.5;
    border-top: 1px solid #809595;
    width: 100%;
    flex: auto;
}

.consult-button {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 22px;
    border-radius: 16px;
    margin: 20px 0 30px;
    background: linear-gradient(106deg, #2b2b97, #8f3f74);
}
.consult-button__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.consult-button p {
    margin: 0 !important;
    color: #fff;
}
.consult-button span {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
    color: #fff;
    background-color: #fc724e;
    border: none !important;
    white-space: nowrap;
    border-radius: 16px;
    padding: 9px 20px 9px 25px;
    transition: .2s;
}
.consult-button span:hover {
    background: #c23f9a;
    transition: .2s;
}
.consult-button span svg {
    width: 20px;
}
.consult-button__authors {
    display: flex;
}
.consult-button__authors img {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 50px;
    margin: 0 -15px 0 0;
}

.form-top {
    position: relative;
    z-index: 5;
    padding: 50px 0;
    margin: 0 32px 52px;
    background: #FAFAFA;
    border-radius: 20px;
    overflow: hidden;
}
.form-top::before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8;
    background: linear-gradient(49deg, #2b584d, #69a870);
}
.form-top::after {
    content: '';
    z-index: 1;
    width: 60%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 0;
    background: transparent;
    clip-path: polygon(100% 50%, 0% -200%, 0% 300%);
    background-color: #000000;
    opacity: .35;
}
.form-top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-top .container {
    z-index: 3;
    position: relative;
}
.form-top__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.form-top__content {
    color: #fff;
}
.form-top__content h2 {
    font-size: 22px;
    font-weight: 400;
}
.form-top__content p {
    margin: 15px 0;
    font-weight: 300;
    line-height: 1.5;
}
.form-top__content strong {
    font-weight: 500;
}
.form-top__form {
    max-width: 350px;
}
.form-top__form .contact-form__group input {
    height: 50px;
    opacity: 0.8;
    border-radius: 12px;
}
.form-top__form .contact-form__group input:focus {
    outline: none !important;
    opacity: 1;
}
.form-top__form .contact-form__group button {
    max-width: 100%;
    height: 50px;
    border-radius: 12px;
    background: #fc724e;
}
.form-top__form .contact-form__private {
    color: #fff;
}
.form-top__form .contact-form__private a {
    color: #fff;
    text-decoration: underline;
}
.form-top__form-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #fff;
}

.form-content {
    position: relative;
    z-index: 5;
    margin: 50px 0;
    background: #FAFAFA;
    border-radius: 20px;
    overflow: hidden;
}
.form-content::before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8;
    background: linear-gradient(360deg, #0c2721b8, #25423cf0);
}
.form-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-content__grid {
    display: flex;
    justify-content: space-between;
    z-index: 3;
    position: relative;
}
.form-content__content {
    color: #fff;
    max-width: calc(50% + 150px);
    padding: 35px 150px 50px 50px;
    position: relative;
}
.form-content__content::after {
    content: '';
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 0;
    background: transparent;
    clip-path: polygon(100% 50%, 0% -200%, 0% 300%);
    background-color: #000000;
    opacity: .35;
}
.form-content__content ul {
    position: relative;
    z-index: 3;
}
.form-content__content h2 {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    z-index: 3;
}
.form-content__content p {
    margin: 15px 0;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    z-index: 3;
}
.form-content__content span {
    background: #247564;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 4px;
    text-decoration: none !important;
}
.form-content__content strong {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.1;
    font-family: 'Podkova', sans-serif;
}
.form-content__content ul {
    margin-bottom: 30px;
}
.form-content__content ul li {
    font-weight: 300;
}
.form-content__content em {
    display: block;
    border-left: 5px solid #fc724e;
    padding: 5px 0 5px 20px;
    line-height: 1.4;
    font-size: 16px;
}
.form-content__form {
    padding: 50px;
}
.form-content__form .contact-form__group input {
    height: 50px;
    opacity: 0.9;
    border-radius: 12px;
}
.form-content__form .contact-form__group input:focus {
    outline: none !important;
    opacity: 1;
}
.form-content__form .contact-form__group button {
    max-width: 100%;
    height: 50px;
    border-radius: 12px;
    background: #fc724e;
}
.form-content__form .contact-form__private {
    color: #fff;
    opacity: 0.3;
}
.form-content__form .contact-form__private a {
    color: #fff;
    text-decoration: underline;
}
.form-content__form-title {
    position: relative;
    z-index: 3;
    line-height: 1.1;
    margin: 0 0 25px;
    color: #fff;
    font-family: 'Podkova', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.form-content--sm {
    padding: 40px;
}
.form-content--sm::before {
    opacity: 1;
}
.form-content--sm .form-content__content::after {
    display: none;
}
.form-content--sm .form-content__content {
    padding: 0;
    max-width: 50%;
}
.form-content--sm .form-content__form {
    padding: 0;
    flex: auto;
    max-width: 280px;
}
.form-content--sm ul li::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDJhMyAzIDAgMSAwIC45IDUuODYzIDEgMSAwIDEgMSAuNiAxLjkwOEE1IDUgMCAxIDEgOS4zMyA3LjUgMSAxIDAgMSAxIDcuNiA2LjQ5OSAzIDMgMCAwIDAgNSAyeiIgZmlsbD0iI2ZjNzI0ZSIvPjwvc3ZnPg==);
}
.form-content--sm .form-content__form-title {
    text-align: center;
    font-size: 28px;
    color: #fc724e;
    margin: 0 0 35px;
}
.form-content--sm .form-content__form-title span {
    display: block;
    font-size: 40px;
    color: #fff;
}
.form-content--sm .form-content__form .contact-form__group input {
    opacity: 1;
}
.form-content--sm .contact-form__private {
    text-align: center;
}
.form-content--sm .contact-form__private a {
    color: #777;
    text-decoration: underline;
}

.about-services {
    background: linear-gradient(106deg, #2b2b97, #8f3f74);
    border-radius: 24px;
    padding: 50px;
}
.about-services h2 {
    font-family: 'Podkova', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #fff;
}
.about-services__items {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 25px;
    text-align: center;
    gap: 20px;
    line-height: 1.3;
    font-size: 16px;
    border: 2px solid #fff;
    font-weight: 600;
}
.product-item:hover {
    border: 2px solid #ec6901;
}
.product-item__title {
    display: flex;
    align-items: center;
    flex: auto;
    text-decoration: none;
    color: #000;
}
.product-item__title::before {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
}
.product-item__services {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 -3px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.about-services__text {
    color: #fff;
    line-height: 1.5;
    margin: 0 0 30px;
}
.about-services__text strong {
    font-weight: 600;
}
.about-services__text p {
    color: #fff;
    line-height: 1.5;
}

.business-details {
    display: inline-block;
    padding: 25px;
    border-radius: 24px;
    background: #fafafa;
    margin: 20px 0 0;
}
.business-details__title {
    font-family: 'Podkova', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px;
}
.business-details__items {
    display: flex;
    gap: 20px;
}
.business-details__item {
    display: flex;
    gap: 6px;
    flex-direction: column;
}
.business-details__item-name {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.6;
}

.block-reviews {
    margin: 50px 0;
}
.block-reviews__title {
    margin: 0 0 30px;
    font-family: 'Podkova', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
}
.block-reviews__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin: 0 0 40px;
}
.block-reviews__button {
    padding: 18px 24px;
    border-radius: 12px;
}

.homepage__reviews .block-reviews__title {
    margin: 0 0 40px;
    font-family: 'Podkova';
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    text-align: center;
}

.review-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 24px 0px #0000000D;
    border: 1px solid #f3f3f3;
    padding: 20px;
}
.review-card__photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.review-card__photo picture img {
    border-radius: 50%;
    max-width: 80px;
}
.review-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
.review-card__date {
    font-size: 12px;
    color: #888;
}
.review-card__stars {
    width: 90px;
    height: 18px;
    background-size: 18px;
    background-image: url(images/star-0.svg);
}
.review-card__stars-value {
    max-width: 90px;
    height: 18px;
    background-size: 18px;
    background-image: url(images/star-1.svg);
}
.review-card__text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
}
.review-card__text a {
    color: #ec6901;
}
.review-card__text a:hover {
    text-decoration: none;
}
.review-card__text p {
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0;
}
.review-card__name {
    font-size: 14px;
    font-weight: 500;
}

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

.related-posts {
    margin: 50px 0;
}
.related-posts__title {
    margin: 0 0 30px;
    font-family: 'Podkova', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
}
.related-posts__grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.related-posts__length-3 .related-posts__grid {
    grid-template-columns: 1fr 1fr 1fr;
}

ol {
    margin: 20px 0;
    list-style: none;
    counter-reset: custom-counter;
}
ul li:last-child {
    margin: 0;
}
ol li::before {
    margin: 0 8px 16px 0;
    content: counter(custom-counter) ".";
    counter-increment: custom-counter;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color:#919998;
}
ol li {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}
ol li:last-child {
    margin: 0;
}
.homepage-row ol {
    margin: 30px 0;
}
.blog-article__content .faq__list {
    margin: 0 0 32px;
}
/* Стили для таблицы */
.blog-article__content table {
    margin: 30px 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #87949B;
    border-radius: 16px;
}
.blog-article__content tr:first-child th {
    border-bottom: 1px solid #87949B;
    background-color: #DEE5E9;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 1.35;
    text-align: left;
    padding: 12px 15px;
    background: #d2d9dd;
    border-left: 1px solid #87949B;
    border-bottom: 1px solid #87949B;
}
.blog-article__content tr:first-child {
    padding: 12px;
    text-align: left;
    font-size: 14px;
}
.blog-article__content tr:first-child th:first-child {
    border-left: none;
}
.blog-article__content th {
    text-align: center;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
}
.blog-article__content th strong {
    font-weight: 700;
}
.blog-article__content tr:nth-child(even) {
    background-color: #F8FAFA;
}
.blog-article__content td:last-child {
    border-right: none;
}
.blog-article__content tr:last-child td {
    border-bottom: none;
}

.blog-article__content tr:last-child th {
    border-bottom: none;
}
.blog-article__content th:first-child,.blog-article__content td:first-child {
    text-align: left;
    max-width: 600px;
    border-left: none
}
.blog-article__content td {
    font-size: 15px;
    line-height: 1.35;
    vertical-align: middle;
    text-align: left;
    padding: 12px 15px;
    border-right: 1px solid #87949B;
    border-bottom: 1px solid #87949B;
}
.breadcrumbs-wrapper--mobile {
    display: none;
}
/*End blog page*/
.about-text {
    display: flex;
    gap: 50px;
    margin: 0 auto 20px;
}
.about-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin: 0 0 20px;
}
.about-text p a {
    color: #ff8666;
}
.about-text p:first-child {
    line-height: 1.2;
    color: #000;
    flex: auto 0 0;
    max-width: 400px;
    font-family: 'Podkova', sans-serif;
    font-size: 27px;
    font-weight: 600;
}
.why-us {
    margin: 70px 0;
}
.why-us__title h2 {
    font-family: 'Podkova', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 40px;
}
.why-us__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 0 35px;
}
.why-us__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    background: #FAFAFA;
    padding: 20px;
    border-radius: 20px;
}
.why-us__item svg {
    width: 100px;
    height: 100px;
}
.why-us__item-title {
    font-family: 'Podkova', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    min-height: 72px;
    display: flex;
    align-items: center;
}
.why-us__item-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.section-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.section-contacts__title h2 {
    font-family: 'Podkova', sans-serif;
    font-size: 35px;
    font-weight: 700;
    /* text-align: center; */
    line-height: 1.1;
    margin: 0 0 40px;
}
.section-contacts h2 {
    font-family: 'Podkova', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px;
}
.section-contacts p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 20px;
}
.section-contacts p .note {
    font-size: 14px;
    color: #888;
}
.section-contacts p a {
    color: #ec6901;
    text-decoration: none;
}
.section-contacts p strong {
    font-weight: 600;
}
.section-contacts .subway {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 7px 0 0;
}
.section-contacts .subway i {
    padding: 0 5px;
    border-radius: 5px;
    color: #fff;
}
.section-contacts .subway .brown {
    background-color: #805139;
}
.section-contacts .subway .yellow {
    background-color: #ffd000;
}
.section-contacts .subway .violet {
    background-color: #8647b2;
}
.section-contacts .subway .gray {
    background-color: #999;
}
.section-contacts .subway .orange {
    background-color: #f28b24;
}
.section-contacts .subway span {
    color: #196dff;
}
.section-contacts__office-img {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin: 0 0 30px;
}
.section-contacts__office-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.section-contacts__form-map {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin: 0 0 30px;
}

.cards-grid {
    display: grid;
    gap: 40px;
    margin: 40px 0;
    grid-template-columns: 1fr 1fr;
}
.cards-grid__item {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 24px 0px #0000000D;
    border: 1px solid #73A79B;
    padding: 40px;
}
.cards-grid__item h2, 
.cards-grid__item h3 {
    color: #2A584D;
    margin: 0 0 15px !important;
}
.cards-grid__item ul, 
.cards-grid__item ol {
    margin: 0;
}

.company-employees__wrap {
    margin: 70px 0;
}
.company-employees__wrap h2 {
    font-family: 'Podkova', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px;
}
.company-employees__wrap p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    /* text-align: center;
    max-width: 1000px; */
    margin: 0 auto 30px;
}
.company-employees {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 0 35px;
}
.company-experts {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 35px;
}
.expert-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 12px;
}
.expert-card__photo {
    margin: 0 0 20px;
}
.expert-card__photo img {
    display: block;
    border-radius: 50%;
    margin: 0 auto !important;
    max-width: 150px;
    height: auto;
    border: 5px solid #ff8666;
}
.expert-card__name {
    font-family: 'Podkova', sans-serif;
    text-align: center;
    font-size: 25px;
    margin: 0 0 10px;
}
.expert-card__position {
    font-size: 15px;
    color: #777;
    line-height: 1.3;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 15px;
}
.expert-card__articles {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.expert-card__articles a {
    color: #2A584D;
    font-size: 16px;
    text-decoration: underline;
}


/*listing page*/
.blog-header {
    position: relative;
    /*padding: 112px 32px 64px;*/
    border-radius: 24px;
    box-sizing: border-box;
}
/*.blog-header::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 32px;
    height: calc(100% + 64px);
    width: calc(100% - 64px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
}*/
.post-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    /*margin: 0 0 128px;*/
}
.author-header__position {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;

}
.author-header__description {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}
.author-header__description p {
    font-size: 17px;
    line-height: 1.7;
    margin: 15px 0;
}
.author-header__public {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.author-header__public i {
    display: block;
    margin: 0 8px 0 0;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjMzMyA1LjgzM0E0LjE2NyA0LjE2NyAwIDAgMSA3LjUgMS42NjdoNWE0LjE2NyA0LjE2NyAwIDAgMSA0LjE2NyA0LjE2NnY4LjMzNGE0LjE2NyA0LjE2NyAwIDAgMS00LjE2NyA0LjE2NmgtNWE0LjE2NyA0LjE2NyAwIDAgMS00LjE2Ny00LjE2NlY1LjgzM3ptNC4xNjctMi41YTIuNSAyLjUgMCAwIDAtMi41IDIuNXY4LjMzNGEyLjUgMi41IDAgMCAwIDIuNSAyLjVoNWEyLjUgMi41IDAgMCAwIDIuNS0yLjVWNS44MzNhMi41IDIuNSAwIDAgMC0yLjUtMi41aC01ek02LjY2NyA3LjVjMC0uNDYuMzczLS44MzMuODMzLS44MzNoMS42NjdhLjgzMy44MzMgMCAwIDEgMCAxLjY2Nkg3LjVhLjgzMy44MzMgMCAwIDEtLjgzMy0uODMzem0wIDMuMzMzYzAtLjQ2LjM3My0uODMzLjgzMy0uODMzaDVhLjgzMy44MzMgMCAwIDEgMCAxLjY2N2gtNWEuODMzLjgzMyAwIDAgMS0uODMzLS44MzR6bTAgMy4zMzRjMC0uNDYuMzczLS44MzQuODMzLS44MzRoNWEuODMzLjgzMyAwIDAgMSAwIDEuNjY3aC01YS44MzMuODMzIDAgMCAxLS44MzMtLjgzM3oiIGZpbGw9IiMwMDAiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZmlsbD0iIzQzNzg2QiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvZz48L3N2Zz4=");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
/*END listing page*/


.block-steps {
    position: relative;
    margin: 20px 0;
}
.block-steps__item {
    position: relative;
}
.block-steps__item-title {
    display: flex;
}
.block-steps__item h3 {
    margin: 0 0 10px !important;
    font-size: 24px;
}
.block-steps__item .text-selection,
.block-steps__item p:last-child,
.block-steps__item ul:last-child,
.block-steps__item ul li:last-child {
    margin: 0;
}
.block-steps__item ul li {
    margin: 0 0 12px;
}
.block-steps__item-title span {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-family: 'Podkova', sans-serif;
    counter-increment: h3-counter;
    content: counter(h3-counter);
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    background: #fb734e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.block-steps__item::before {
    display: block;
    z-index: 1;
    content: '';
    left: 20px;
    top: 0;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e7e7e7;
    transition: .2s;
}
.block-steps__item:hover::before {
    background: #fb734e;
    transition: .2s;
}
.block-steps__item:last-child::before {
    display: none;
}
.block-steps__item-content {
    padding: 0 0 30px 55px;
}
.block-steps__item:last-child .block-steps__item-content {
    padding-bottom: 0;
}

.block-author-text {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}
.block-author-text img {
    display: block;
    border-radius: 50%;
    max-width: 120px;
    border: 3px solid #ff8666;
}
.block-author-text__name {
    font-family: 'Podkova', sans-serif;
    font-size: 22px;
    line-height: 1;
}
.block-author-text__position {
    font-size: 14px;
    margin: 0 0 15px;
}
.block-author-text__content {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
}
.block-author-text__content,
.block-author-text__content p {
    font-size: 15px !important;
    color: #333;
    margin: 0 0 10px !important;
}
.block-author-text__content p:last-child {
    margin: 0 !important;
}

.page-additional {
    display: flex;
    padding: 40px 0 0;
    gap: 20px;
    justify-content: center;
}
.page-form__title {
    margin: 0 0 20px;
    line-height: 1.2;
    font-family: 'Podkova', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.custom-contents {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
    gap: 20px;
    padding: 30px 0 0;
}
.custom-contents a {
    text-align: center;
    list-style: none;
    background: #259279;
    border-radius: 16px;
    padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}
.custom-contents a:first-child {
    background: #f78263;
}
.custom-contents a:hover {
    background: #fb734e;
}


/* author page*/
.author-header {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}
.author-header__photo {
    height: 264px;
    width: 264px;
    min-width: 264px;
}
.author-header__photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.author-header__name {
    margin: 0 0 16px;
    font-family: 'Podkova', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
}
.author-header__position {

}
/* END author page*/



/*footer*/  
.footer {
    padding: 48px 0;
    position: relative;
    z-index: 20;
    margin: 160px 32px 32px;
    background-color: #222525;
    border-radius: 24px;
}
.footer::after {
    content: '';
    position: absolute;
    z-index: 5;
    top: -96px;
    left: 16px;
    width: calc(100% - 32px);
    height: 192px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7dQ7CgJBEATQ1tVExPufUwNR/A3YE27aG/R7UFQ+U3QEAAAAAAAA0MEu6p2yL9mf7Fv2PQrto7lD1Dtnz/Ut2XMRFlBpiwWsPfo3NtB+AUvUe488Ro7x//V5C64jz5FXFGq/AAAAAAAAAKCHH+onCw7A65Y4AAAAAElFTkSuQmCC);
    background-size: 32px;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    gap: 50px;
    max-width: 100%;
}
.footer-copyright {
    max-width: 500px;
}
.footer-menu {}
.footer-menu__title {
    color: #9ba3a7;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}

.footer-contacts__title {
    color: #9ba3a7;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}
.footer-contacts__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-contacts p {
    font-size: 13px;
    line-height: 1.5;
    color: #DFE1E1;
    max-width: 400px;
    margin: 0 0 10px;
}
.footer-contacts p strong {
    font-weight: 500;
}
.footer-contacts a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    text-decoration: none;
    color: #DFE1E1;
}
.footer-contacts a:hover {
    color: #ec6800;
}
.footer-contacts a svg {
    width: 38px;
}
.footer-contacts__wa svg {
    fill: #25D366;
}
.footer-contacts__tg svg {
    fill: #0088cc;
}
.footer-contacts__callback {
    padding: 12px 20px;
    margin: 15px 0 0;
    background: #2a584e;
    color: #fff;
    border-radius: 25px;
    align-self: flex-start;
}

.footer .logo a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #DFE1E1;
    text-decoration: none;
    transition: .4s;
}
.footer .logo path {
    transition: .4s;
} 
.footer .logo a:hover {
    color: #FF8666;
}
.footer .logo a:hover path {
    fill: #FF8666;
}
.footer-menu__nav a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #DFE1E1;
    text-decoration: none;
}
.footer-menu__nav a:hover {
    cursor: pointer;
    color: #FF8666;
}

.footer__bottom {}
.footer-langs,
.footer__bottom__menu {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #A3ACAB;
}
.footer-bottom a {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    color: #A3ACAB;
    text-decoration: none;
    transition: .3s;
}
.footer-bottom a:hover {
    color: #fff;
}
.footer-bottom span {
    height: 14px;
    border-right: 1px solid #A3ACAB;
    opacity: .5;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
}

.copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #A3ACAB;
    max-width: 750px;
    margin: 20px 0;
}
.copyright-gdpr {
    padding: 25px 0 0;
    display: flex;
    gap: 15px;
    max-width: 300px;
    overflow: hidden;
}

.related-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 0 0 20px;
}
.related-products__title {
    font-family: 'Podkova';
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.1;
    color: #222525;
}
.related-products__item {
    position: relative;
    border-radius: 12px;
}
.related-products__item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.related-products__item-flag {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    bottom: -23px;
    height: 46px;
    width: 46px;
    background-color: #fff;
    border-radius: 50%;
    border: 4px solid #fff;
}
.related-products__item-flag img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.services-grid__title {
    margin: 70px 0 35px;
    font-family: 'Podkova';
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    color: #222525;
    text-align: center;
}
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 0 0 50px;
}

.sitemaps-wrap {
    display: flex;
}
.sitemaps-wrap__item {
    flex: auto;
}
.sitemaps-wrap__item .title {
    display: block;
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 500;
}
.sitemaps-wrap__item ul {
    list-style: none;
}
.sitemaps-wrap__item ul li {
    margin: 10px 0;
    font-size: 15px;
}
.sitemaps-wrap__item ul li a {
    text-decoration: none;
    color: #333;
}

.blog-article__content-row {
	display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}
.blog-article__content-row p:last-child {
    margin: 0;
}
.blog-article__content-row--col {
	position: relative;
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	box-sizing: border-box;
}
.blog-article__content-row--col-3 {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.blog-article__content-row--col-4 {
	-ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.blog-article__content-row--col-6 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-article__content-row--col-8 {
	-ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.blog-article__content-row--col iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.blog-article__content-row--col br {
	display: none;
}
.blog-article__content-row ul,
.blog-article__content-row ol {
    margin: 0 !important;
}
.blog-article__content-row img {
    margin: 0 !important;
    height: 100%;
}

.manager__consult {
    border-radius: 7px;
    padding: 40px;
    margin: 40px 0;
    color: #fff;
    background: linear-gradient(49deg, #2b584d, #69a870);
}
.manager__consult .contact-form__private {
    padding: 30px 0 0;
    color: #fff;
    opacity: 0.7;
}
.manager__consult-grid {
    display: flex;
    gap: 40px;
}
.manager__consult-form {
    min-width: 280px;
}
.manager__consult-form .contact-form__group button {
    background: #fc724e;
    max-width: 100%;
    border-radius: 5px;
}
.manager__consult-form .contact-form__group button:hover {
    background: #ed6800;
}
.manager__consult-title {
    font-family: 'Podkova', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 15px;
}
.manager__consult-text {
    /* margin: 0 !important; */
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.6 !important;
}

.modal {
    position: relative;
    z-index: 999;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .modal__overlay {
      -webkit-backdrop-filter: blur(1px);
      backdrop-filter: blur(1px);
    }
  }

.modal__container {
    background-color: #fff;
    max-width: 450px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__close {
    display: none;
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    padding: 40px;
}

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.contact-form__modal .tingle-modal-box {
    max-width: 450px;
}
.contact-form__title {
    font-family: 'Podkova', sans-serif;
    color: #111;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.1;
}
.contact-form__description {
    line-height: 1.3;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #f3f3f3;
}
.contact-form__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact-form__group label {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-form__group label i {
    font-size: 12px;
    opacity: 0.7;
}
.contact-form__group textarea,
.contact-form__group input {
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
}
.contact-form__group textarea {
    min-height: 90px;
    padding: 20px;
}
.contact-form__group button {
    cursor: pointer;
    align-self: flex-start;
    border: none;
    height: 45px;
    border-radius: 16px;
    font-size: 17px;
    padding: 0 25px;
    min-width: 140px;
    color: #fff;
    background: #2A584D;
    transition: .2s;
}
.contact-form__group button:hover {
    background: #fc724e;
    transition: .2s;
}
.contact-form__private {
    position: relative;
    z-index: 3;
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 1.3;
    color: #777;
}
.contact-form__private a {
    color: #fc724e;
    text-decoration: none;
}

.modal__content-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
    background: url(images/success@2x.webp) 50% 50% / 64px no-repeat;
}

.modal__content-title {
    font-family: 'Podkova', sans-serif;
    color: #111;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 20px;
    line-height: 1.1;
}
.modal__content-text {
    line-height: 1.5;
}

.whatsapp-link {
    color: #25D366 !important;
}
.telegram-link {
    color: #0088cc !important;
}