/*
Theme Name: FainEX Project
Version: 1.0
Author URI: https://docode.pro
*/
@charset "UTF-8";

:placeholder {
    color: #c4c4c4;
}

.gradient {
    /* background-image: url("/wp-content/themes/spftheme/img/fon2.jpg"); */
    background-size: 100% 100vh;
    background-repeat: no-repeat;
}

.gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/spftheme/img/fon2.jpg");
    background-size: cover;
    filter: sepia(1.5) contrast(1.2) hue-rotate(90deg);
    z-index: -1;
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    src: url("/wp-content/themes/spftheme/fonts/Manrope-SemiBold.ttf");
    font-weight: 600;
}


@font-face {
    font-display: swap;
    font-family: 'Manrope';
    src: url("/wp-content/themes/spftheme/fonts/Manrope-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    src: url("/wp-content/themes/spftheme/fonts/Manrope-Regular.ttf");
    font-weight: 400;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::focus {
    outline: none !important;
}

*:active,
*:focus {
    outline: none;
}

*::-moz-focus-inner {
    border: 0;
}

input[type="checkbox"] {
    display: none;
    margin: 0;
}

input,
button,
textarea {
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.5px;
}

:root {
    --wh: #ffffff;
    --wh-72:
        rgba(255, 255, 255, 0.72);
    --wh-56:
        rgba(255, 255, 255, 0.56);
    --wh-40:
        rgba(255, 255, 255, 0.4);
    --bl: #1B1B1C;
    --l-grey-56:
        rgba(242, 241, 240, 0.56);
    --grey: #F8F9FB;
    --grey-56:
        rgba(168, 176, 178, 0.56);
    --d-grey: #C4C4C4;
    --dd-grey: #626875;
    --green: #335B4C;
    --green-72:
        rgba(51, 91, 76, 0.72);
    --dark:
        rgba(52, 52, 53, 1);
    --dark-80:
        rgba(52, 52, 53, 0.8);
    --dark-64:
        rgba(48, 48, 49, 0.64);
}

html {
    font-size: 14px;
}

body {
    min-height: 100vh;
    font-weight: 400;
    background-color: var(--wh);
    font-family: 'Manrope';
    color: var(--bl);
}

a {
    text-decoration: none;
    transition: 0.3s;
}

ul {
    list-style: none;
}

img,
svg {
    max-width: 100%;
}

h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 32px;
}

h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 12px;
}


.gdprform_txt {
    display: none;
}

/********************** HEADER  *************/
header {
    /* position: sticky;
    top: 0;
    z-index: 10;
    background: var(--wh); */
    height: 100vh;
}

.row-reverse {
    flex-wrap: nowrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 20vh;

}

.platform-btn {
    display: flex;
    gap: 35px;
}

.platform-btn a {
    margin-top: 50px;
}

.platform-btn button {
    cursor: pointer;
    display: flex;
    padding: 8px 20px;
    background: white;
    color: var(--green);
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    border: 1px solid var(--green);
    /* margin-top: 50px; */
}

.platform-btn button:hover {
    background: transparent;
    transition: 0.2;
    border: 1px solid var(--wh);
    color: var(--wh);

}

.sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;

}

.sticky.scrolled {
    background-color: #2c4e44;
    /* new background color when scrolled */
}

.sticky.scrolled .header_logo {
    display: block;
}

header.scrolled .prehead_row {
    padding: 10px 0;
}

header.scrolled .bottom_head_row {
    padding: 10px 0 20px;
}

header.scrolled {
    border-bottom: 1px solid var(--grey);
}

a.header_logo {
    display: none;
    width: 115px;
    margin-right: 15px;
}

.prehead_row {
    display: flex;
    align-items: center;
    transition: 0.3s;
    padding: 10px 0 10px;
}

.enter_btns {
    margin-left: auto;
    display: flex;
    align-items: center;
}

a.login_btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: white;
    display: block;
}

a.sign_btn {
    margin-left: 20px;
    display: block;
    padding: 8px 20px;
    background: var(--green);
    color: var(--wh);
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.02em;
    border: 1px solid var(--green);
}

a.sign_btn:hover {
    background: var(--wh);
    color: var(--green);
}



a.login_btn:hover {
    color: var(--bl);
}

.mobile_menu_wrap {
    display: none;
}

.bottom_head_row {
    display: flex;

    padding: 0 0 5px;
    align-items: center;
}

/* a.demo_btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;

    letter-spacing: 0.02em;
    color: var(--green-72);
    display: block;
    margin-left: auto;
}

a.demo_btn:hover {
    color: var(--d-grey);
} */

.main_menu {
    display: flex;
    justify-content: space-between;
}

.main_menu a {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: white;
    margin-right: 16px;
}

.main_menu a.red {
    color: var(--d-grey);
}

.main_menu a:hover {
    color: #335b4c;
}

/* END HEADER */

/* Main Page*/
section.platform {
    padding: 40px 0;
}

.platform_txt {
    width: 50%;
    color: white;
}

section.platform h1 {
    font-weight: 700;
    font-size: 67px;
    line-height: 80px;
    margin-bottom: 16px;
}

.platform_desc {
    font-weight: 400;
    font-size: 22px;
    line-height: 144%;
    margin-top: 30px;
}


.light_btn {
    transition: 0.3s;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: var(--green);
    border: 1px solid var(--green);
    padding: 8px 33px;
    border-radius: 8px;
    margin-top: 20px;
}

.platform_linx {
    width: 50%;
    /* padding-top: 116px; */
    padding-left: 120px;
}

.header_platform_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header_platform_container a {
    margin-right: 24px;
    margin-bottom: 24px;
    width: 160px;
}

a.light_btn:hover {
    background: var(--green);
    color: var(--wh);
}

.any_banner {
    position: relative;
    height: 600px;
}

.any_banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_derker {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--dark-64);
}

.any_banner_txt {
    position: relative;
    color: var(--wh);
    padding: 120px 0;
}

.any_banner_tag {
    position: absolute;
    top: 80px;
    font-size: 20px;
    line-height: 27px;
    color: var(--wh-40);
    text-transform: lowercase;
}

.any_banner_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    width: 520px;
    margin-bottom: 24px;
}

.any_banner_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    width: 560px;
    max-width: 100%;
}

.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-theme .owl-nav button {
    pointer-events: all;
}

.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.owl-theme .owl-nav [class*='owl-'] img,
.owl-theme .owl-nav [class*='owl-'] svg {
    width: 20px;
}

.owl-theme .owl-nav [class*='owl-'] path {
    transition: 0.3s;
    fill: var(--wh-40);
    fill-opacity: 1;
}

.owl-theme .owl-nav [class*='owl-']:hover path {
    fill: var(--wh);
}

.owl_right_arrow {
    transform: rotate(180deg);
}

section.banner .owl-theme .owl-nav {
    max-width: 1240px;
}

section.buing {
    padding: 54px 0;
    background: var(--grey);
}

section.buing h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
    text-align: center;
}

.steps_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.any_step_wrap {
    width: 50%;
    padding: 0 40px;
    margin-bottom: 80px;
    display: flex;
}

.any_step {
    background: var(--wh);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.any_step:hover {
    transition: 0.3s;
    color: var(--green);
    scale: 1.05;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.any_step_img {
    position: relative;
    height: 250px;
}

.any_step_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.any_step_num {
    position: absolute;
    z-index: 1;
    color: var(--wh);
    font-size: 40px;
    line-height: 55px;
    left: 48px;
    top: 36px;
}

.buing_darker {
    position: absolute;
    background: linear-gradient(0deg, rgba(48, 48, 49, 0.24), rgba(48, 48, 49, 0.24));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.any_step_txt {
    padding: 24px 100px;
}

.any_step_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 12px;
}

.any_step_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    /* margin-bottom: 24px; */
}

section.projects {
    padding: 50px 0 80px;
    background: var(--grey);
}

section.projects h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
}

.projects_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.any_project {
    display: flex;
    flex-direction: column;
    width: 32%;
    border-radius: 24px;
    overflow: hidden;
    /* background: rgb(240, 240, 240); */
    border: 1px solid rgb(216, 216, 216);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    /* Добавлен переход для всех свойств */
}


/* .projects_wrap_page .any_project {
    margin-bottom: 20px;
} */

.any_project:hover {
    transform: scale(1.02);
    box-shadow: 0 14px 28px rgba(184, 255, 137, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
}

.any_project_img {
    display: flex;


    flex-direction: column;
}

.any_project_img img {
    margin: 0 auto;
    width: 220px;
    height: auto;
    border-radius: 12px;
}

.any_project_txt {
    padding: 25px;
    flex: 1;
}

.any_project_title {
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 33px;
    color: var(--green);
}

.any_project_sub-title {

    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 33px;
    color: var(--green);
}

.fat-sub {
    font-size: 40px;
    color: #e44f4f;
    font-weight: 700;
    padding-right: 5px;
}

.any_project_type,
.any_project_per,
.any_project_param,
.any_project_buy,
.any_project_buy-back {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: var(--dd-grey);
    margin-bottom: 10px;
}

.any_project_type span,
.any_project_per span,
.any_project_param span,
.any_project_buy-back span {
    color: var(--bl);
    margin-left: 5px;
}

.any_project_per {
    font-size: 14px;
}

.any_project_param {
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 0;
    position: relative;
}

.any_project_params_row {
    display: flex;
    justify-content: center;
    gap: 15px;
    border-radius: 8px;
    background-color: rgb(240, 255, 234);
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
}


.any_project_param:last-child:after {
    display: none;
}

.any_project_invest_title {
    font-size: 16px;
    line-height: 22px;
    color: var(--dd-grey);
    margin-bottom: 16px;
}

.any_project_invest {
    margin: 40px 0 35px;
}

.ui-widget.ui-widget-content,
.ui-slider-horizontal .ui-slider-range-min {
    border: none;
    height: 2px;
    background: var(--d-grey);
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    background: var(--green);
}

.ui-slider-horizontal .ui-slider-handle {
    background: transparent;
    width: auto;
    border: none;
    top: -7px;
    margin-left: -7px;
    height: auto;
}

span.ui-slider-handle-point {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--green);
    cursor: pointer;
}

span.ui-slider-handle-value {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: var(--dd-grey);
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
}

.any_project_receive_title {
    font-size: 14px;
    line-height: 19px;
}

.any_project_receive_summ,
.any_project_receive_curr {
    color: var(--green);
}

.project_darker {
    /* position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(98, 104, 117, 0.24); */
}

.project_play {
    position: absolute;
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project_play path {
    transition: 0.3s;
    fill-opacity: 1;
    fill: var(--wh-72);
}

.any_project_img:hover .project_play path {
    fill: var(--wh);
}

.any_project_video_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: var(--dark-80);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

.any_project_video {
    position: relative;
    width: 600px;
    max-width: 80%;
    height: 400px;
}

.any_project_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.any_project_video_cross {
    position: absolute;
    right: -16px;
    top: -15px;
    font-size: 30px;
    color: var(--wh);
    cursor: pointer;
    border: 1px solid var(--wh);
    padding: 10px;
    z-index: 1;
    background: var(--green);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.any_project_video_cross:hover {
    background: red;
}

.any_project_video_popup.active {
    opacity: 1;
    z-index: 100;
    pointer-events: all;
}

.any_project:nth-child(2n) .any_project_img {
    /* order: 1; */
}


.projects_btn_wrap {
    display: flex;
    justify-content: center;
}

section.why_we {
    padding: 80px 0;
}

section.why_we h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
}

.abv-container {
    display: flex;
    gap: 10px;
}

.abv-min-box {
    width: 100%;
}

.abv-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-around;
}

.abv-img {
    width: 100px;
    margin-right: 10px;
}

.abv-text {
    width: 200px;
    line-height: 1.2;
}

/* .adv_wrap {
    display: flex;
    align-items: baseline;
    padding-left: 80px;
    padding-right: 20px;
} */

/* .adv_digit {
    font-size: 56px;
    line-height: 76px;
    color: var(--grey-56);
    margin-right: 22px;
}

.adv_title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 14px;
} */

/* .adv_desc {
    font-size: 16px;
    line-height: 22px;
} */

section.applications {
    background: var(--green);
    padding: 46px 0 16px;
}

.app_logo {
    width: 115px;
    margin-left: 100px;
    margin-right: 40px;
}

.apps_row {
    display: flex;
    margin-left: auto;
}

.apps_row a {
    display: block;
    width: 162px;
    margin-right: 32px;
    margin-bottom: 30px;
}

section.usl {
    padding: 80px 0 60px;
}

section.usl h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
}

.usl_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.usl_wrap {
    margin: 0 20px 40px;
    flex: 40%;
    display: flex;
}

.any_usl {
    background: var(--l-grey-56);
    border: 1px solid var(--green);
    border-radius: 12px;
    display: flex;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    align-items: center;
    color: var(--bl);
}

.any_usl span {
    color: var(--green);
}

.any_usl:hover {
    color: var(--green);
    scale: 1.05;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.usl_img {
    width: 120px;
    height: 128px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-left: 40px;
}

.usl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usl_txt {
    flex: 1;
}

.usl_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}

a.usl_lnk {
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: var(--green);
}

a.usl_lnk:hover {
    color: var(--bl);
}







/* END Main Page */

/* SUNGLE */
section.bread {
    padding: 0 0 40px;
}

.docode-breadcrumb a {
    color: var(--green);
}

.docode-breadcrumb a:hover {
    color: var(--bl);
}

.single-content {
    font-size: 16px;
    line-height: 24px;
    /* overflow: scroll; */
}

.single-content ol,
.single-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.single-content p {
    margin-bottom: 20px;
}

section.single-page {
    padding-bottom: 80px;
}

section.single-page h1 {
    margin-top: 32px;
}

.single-post-thumb {
    position: relative;
    width: 520px;
    max-width: 100%;
    height: 360px;
    border-radius: 24px;
    overflow: hidden;
    float: right;
    margin: 0 0 40px 40px;
}

.single-post-thumb.mobile_thumb {
    display: none;
}

.single-post-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

a.down_post_file {
    display: flex;
    margin: 25px 0;
    width: max-content;
    align-items: center;
    color: var(--green);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.02em;
}

a.down_post_file svg {
    margin-right: 20px;
}

a.down_post_file:hover {
    color: var(--bl);
}

a.down_post_file svg path {
    transition: 0.3s;
    fill: var(--green);
}

a.down_post_file:hover svg path {
    fill: var(--bl);
}

/* END SINGLE */

/*   FOOTER */

footer.footer {
    /* background-image: linear-gradient(#a3c8b6,#638c7a,#335b4c,#2c4e44);
     */
    background-color: #335B4C;
    padding: 5px 0 0;
    color: white;
    margin-top: 50px;
}

a.footer-site-logo {
    display: block;
    width: 115px;
}

.footer_img {
    width: 20%;
}

.footer_left_menu {
    width: 30%;
    position: relative;
    padding: 0 20px;
}

.footer_right_menu {
    width: 30%;
    position: relative;
    padding: 0 20px;
}

.footer_social_container {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
}

.footer_title {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.02em;
    min-height: 27px;
}

ul.footer_menu {
    margin-top: 24px;
}


ul.footer_menu a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--wh);
    margin-bottom: 10px;
}

ul.footer_menu a:hover {
    color: #c0d7ce;
}

.footer_social_container a {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
}

.footer_social_container a svg {
    width: 100%;
    height: 100%;
}

.footer_social_container a path {
    fill: var(--wh);
    transition: 0.3s;
}

.footer_social_container a:hover path {
    fill: var(--green);
}

section.copyright {}

.copy_row {
    border-top: 1px solid white;
    padding: 16px 0;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
}

.cf7_popup_overlay,
.attention_popup_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: var(--dark-80);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

.cf7_popup_overlay.active,
.attention_popup_overlay.active {
    pointer-events: all;
    z-index: 100;
    opacity: 1;
}

.cf7_popup_wrap,
.attention_popup_wrap {
    position: relative;
    box-shadow: 0px -8px 32px rgba(152, 161, 166, 0.02), -16px 0px 24px rgba(152, 161, 166, 0.08), 16px 0px 24px rgba(152, 161, 166, 0.08), 0px 16px 24px rgba(152, 161, 166, 0.08);
    background: var(--wh);
    padding: 30px 80px 40px;
    width: 600px;
}

.popup_logo {
    width: 115px;
    margin: 0 auto 20px;
}

.popup_txt {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}

.popup_img {
    width: 100%;
    text-align: center;
}

.f_wrap input:not([type=submit]),
.f_wrap textarea {
    background: #FBFBFB;
    border: 1px solid #DADEDF;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    padding: 10px;
}

.f_wrap textarea {
    height: 88px;
    resize: none;
}

span.wpcf7-form-control.wpcf7-checkbox {
    margin-right: 20px;
    position: relative;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    display: block;
}

.f_wrap .wpcf7-list-item label:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: var(--l-grey);
    top: 50%;
    left: 50%;
    transition: 0.3s;
    transform: translate(-50%, -50%);
}

.f_wrap .wpcf7-list-item label:hover:after {
    background: var(--d-grey);
    cursor: pointer;
}

.f_wrap .wpcf7-list-item label.checked:after {
    background: var(--green);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: black;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: black;
}

.cf7ic_instructions {
    color: black;
}

.captcha-image svg {
    color: #335B4C;
}

span.wpcf7-list-item-label {
    display: none;
}

span.gdpr_txt {
    flex: 1;
}

.f_wrap input:not([type=submit]).wpcf7-validates-as-required.wpcf7-not-valid,
.f_wrap textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: #dc3232;
}

.f_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}

.f_wrap>label {
    width: 100%;
    color: var(--dark);
}

span.wpcf7-form-control-wrap[data-name="gdpr"] {
    width: auto;
}

span.gdpr_txt a {
    color: var(--green);
}

span.gdpr_txt {
    color: var(--dark);
}

.popup_cf7_cross,
.popup_attention_cross {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid;
    color: var(--dark);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 25px;
    right: 25px;
    transition: 0.3s;
    cursor: pointer;
}

.popup_cf7_cross:hover,
.popup_attention_cross:hover {
    background: red;
    color: var(--wh);
}

.f_wrap [type="submit"] {
    border: 1px solid #DADEDF;
    box-shadow: 0px 4px 24px rgba(156, 156, 156, 0.16);
    border-radius: 8px;
    background: var(--wh);
    width: 100%;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.f_wrap [type="submit"]:hover {
    background: var(--green);
    color: var(--wh);
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

span.gdpr_txt a:hover {
    color: var(--dark);
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    color: #dc3232;
}

a.developer_logo {
    display: flex;
    margin-left: auto;
    align-items: center;
    color: var(--dark);
}

a.developer_logo img {
    height: 30px;
    margin-left: 10px;
    filter: grayscale(1);
    transition: 0.3s;
}

a.developer_logo:hover img {
    filter: grayscale(0);
}

/* END FOOTER */

/* 404 */


/* END 404 */

@media(max-width: 1025px) {
    .mobile_hide {
        display: none !important;
    }

    .enter_btns {
        margin-left: 0;
        margin-right: 15px;
    }

    .prehead_row {
        padding: 10px 0;
        padding-bottom: 5px;
        position: relative;
        z-index: 100;
    }

    .mobile_burger {
        width: 20px;
        height: 20px;
        margin-left: auto;
        position: relative;
    }

    .mobile_burger span {
        position: absolute;
        height: 2px;
        width: 20px;
        display: block;
        background: #ffffff;
        left: 0;
        top: 9px;
        transition: 0.3s;
        transform-origin: right;
    }

    .mobile_burger span:first-child {
        top: 0;
    }

    .mobile_burger span:last-child {
        top: 18px;
    }

    .mobile_burger.active span:first-child {
        transform: rotate(45deg);
        top: 16px;
        left: -4px;
        opacity: 1;
    }

    .mobile_burger.active span:last-child {
        transform: rotate(-45deg);
        top: 2px;
        left: -4px;
        opacity: 1;
    }

    .mobile_burger.active span {
        opacity: 0;
    }

    .mobile_menu_wrap {
        position: fixed;
        top: 90;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        z-index: 5;
        background: var(--wh);
        padding: 20px 0;
    }

    .mob_menu a {
        display: block;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.02em;
        margin-bottom: 20px;
        color: var(--bl);
    }



    .menu_open .mobile_menu_wrap {
        display: block;
        /* margin-top: 20%; */
    }

    .menu-main_menu_ru-container {
        margin-top: 20px;
    }

    .header_platform_container {
        justify-content: space-between;
        margin: 40px 0;
    }

    .header_platform_container a {
        width: 140px;
    }

    .header_social_container {
        display: flex;
        justify-content: center;
    }

    .header_social_container a {
        margin: 0 15px;
        display: block;
        width: 20px;
        height: 20px;
    }

    .header_social_container svg {
        width: 100%;
        height: 100%;
    }

    body.menu_open {
        overflow: hidden;
    }

    .any_step_txt {
        padding: 24px;
    }

    .any_step_wrap {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .steps_row {
        margin: 0 -20px;
    }

    .any_project {
        /* flex-direction: column; */
        width: 48%;
    }

    .any_project_img {
        /* width: 100%; */
    }

    .any_project_txt {
        padding: 24px 40px;
    }

    .any_project:nth-child(2n) .any_project_img {
        order: 0;
    }

    .adv_wrap {
        padding: 0;
        flex: 100%;
        margin-bottom: 40px;
    }

    .app_logo {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .apps_row {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        width: 100%;
    }

    .apps_row a {
        margin: 0;
        margin-bottom: 30px;
    }

    .usl_wrap {
        flex: 100%;
    }

    .footer_img {
        width: 50%;
        order: 0;
    }

    .footer_left_menu {
        width: 50%;
        order: 2;
        padding-left: 0;
        margin-top: 40px;
    }

    .footer_right_menu {
        width: 50%;
        margin-top: 40px;
        order: 3;
    }

    .footer_social_container {
        width: 50%;
        order: 1;
    }


}

@media(max-width: 992px) {
    section.platform h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .platform_desc {
        font-size: 17px;
    }


    .single-post-thumb {
        margin: 40px 0;
        float: none;
    }

    .single-post-thumb.mobile_thumb {
        display: block;
    }

    .single-post-thumb.desctop_thumb {
        display: none;
    }

    .projects_wrap {
        justify-content: space-between;
        gap: 20px;
    }
}

@media(max-width: 600px) {

    .row-reverse {
        flex-direction: column;
        margin-top: 0;
    }

    .platform-btn button {
        padding: 10px 15px;
    }

    .platform_txt {
        width: 100%;
        margin-top: 50px;
    }

    section.platform h1 {
        font-size: 24px;
        line-height: 33px;
    }

    .platform_desc {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
        margin: 0;
    }

    .platform_linx {
        width: 100%;
        padding: 0;
    }

    .header_platform_container {}

    .header_platform_container a {
        margin-left: auto;
        margin-right: auto;
    }

    .any_banner_txt {
        width: 80%;
        margin: auto;
    }

    section.banner .owl-theme .owl-nav {
        max-width: 95%;
    }

    .steps_row {
        margin: 0;
    }

    .any_step_wrap {
        width: 100%;
        padding: 0;
    }

    .any_usl {
        flex-direction: column;
    }

    .usl_img {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
        order: 0;
    }

    .usl_txt {
        order: 1;
    }

    .footer_img {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer_social_container {
        width: 100%;
        justify-content: space-around;
    }

    .footer_left_menu {
        width: 100%;
        padding: 0;
    }

    .footer_right_menu {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .usl_row {
        margin: 0;
    }

    .usl_wrap {
        margin: 0 0 40px;
    }

    .cf7_popup_wrap,
    .any_project_video {
        width: 90%;
        padding: 20px;
    }

    .footer_right_menu .footer_title {
        display: none;
    }

    .footer_right_menu ul.footer_menu {
        margin: 0;
    }

    .footer_social_container a {
        margin: 0;
    }

    .any_project_img {
        height: auto;
        width: 100%;
    }

    .apps_row {
        justify-content: center;
    }

    .apps_row a {
        margin: 0 auto 30px;
    }

    .uvedm {}
}

@media(max-width: 768px) {
    .any_project {
        width: 100%;
    }

    .abv-container {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 350px) {
    .any_project_img {
        width: 250px;
        margin: 0 auto;
    }

    .any_project_params_row {
        margin-left: 0;
        margin-right: 0;
    }

    .any_project_title {
        font-size: 22px;
    }

}


iframe {
    max-width: 100%;
}

.progress-bar-container {
    position: relative;
    width: 36%;
    height: 12px;
    background-color: rgb(162 187 152);
    border-radius: 5px;
    margin-top: 4px;
    margin-left: 10px;

}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #335B4C;
    border-radius: 5px;
}

.progress-label {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;

}

/* Кастомный хедер */
.header-custom {
    height: 143px;
    background: #2c4e44;
}

.header-custom .sticky {
    height: 143px;
}

.header-custom .sticky.scrolled {
    height: 104px;
}

.scrolled .currency-block-wrapper {
    display: none;
}

.menu-main_menu_ru-container {
    width: 100%;
}

.header-custom .header_logo {
    display: block;
}

@media(max-width: 768px) {
    .header-custom {
        height: 92px;
    }

    .header-custom .sticky.scrolled {
        height: 58px;
    }
}

/* Страница Эмитенты */

.emitents h2 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.company-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.company {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    padding: 25px;
    border: 1px solid var(--green);
    color: var(--bl);
    text-decoration: none;
}

.company p {
    text-align: center;
}

.company:hover {
    color: var(--green);
    transform: scale(1.05);
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.company img {
    max-width: 150px;
    height: auto;
}

.publication__content-single {
    width: 100%;
}

@media(max-width: 756px) {
    .company-list {
        grid-template-columns: 1fr;
    }
}

.footer_pay-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.footer_pay-item {
    width: 80px;
}
@media (max-width: 768px) {
    .footer_pay-item {
        width: 61px;
    }
}

/* .footer_pay-item:last-child {
    width: 100%;
    margin-left: 35px;
}

.footer_pay-item:nth-child(3) {
    width: 100%;
    margin-left: 35px;
} */