a.envelope-right-side-popup {
    color: #fff;
    background: #E8432D;
    border-radius: 30px 0px 0 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    padding: 20px 29px;
    position: fixed;
    z-index: 1;
    right: -10px;
    top: 50%;
    font-size: 22px;
    transition: 0.3s;
}

a.envelope-right-side-popup:hover {
    right: -5px;
}

html {
    overflow-x: hidden;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff !important;
    background-color: rgb(67, 77, 89) !important;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}

textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    vertical-align: middle;
    font-weight: 400;
}

div.popmake-content h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 35px !important;
}

input[type=submit] {
    font-family: 'UniNeue';
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #f3f3f3 !important;
    color: #3e3e3e;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 10px;
}

input[type=submit]:hover {
    color: #3e3e3e;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1);
}

.pum-theme-1520 .pum-content,
.pum-theme-lightbox .pum-content {
    color: #ffffff;
}

.wpcf7-not-valid-tip {
    font-weight: 600;
}

.gp-icon.icon-search svg {
    height: 1.2em;
    width: 1.2em;
    top: 6px;
}

ul.mega-sub-menu {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
    font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    margin-left: 2px;
    font-size: 14px;
}

.footer-widgets {
    background-color: #424D59;
}

.footer-widgets .widget {
    color: #fff !important;
    font-size: 16px;
}

.footer-widgets .widget p {
    font-weight: 100;
    line-height: 32px;
}

.footer-widgets .widget p strong {
    font-weight: 500;
}

.widget-title,
.site-footer .wp-block-heading {
    font-size: 16px !important;
    line-height: 28px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.site-footer ul li {
    margin-bottom: 0;
}

.site-footer ul li a {
    font-size: 16px !important;
    text-decoration: none;
    font-weight: 100;
    color: #fff;
    line-height: 32px !important;
}

.site-footer ul li a:hover {
    text-decoration: underline;
}

.footer-widget-3 .widget_block {
    margin-bottom: 0;
}

.site-footer .widget_recent_entries img {
    border-radius: 15px;
}

.site-footer .wp-block-latest-posts__featured-image {
    padding-top: 5px;
}

.site-footer .footer-widgets-container {
    padding-top: 75px;
    padding-bottom: 15px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
    margin-bottom: 55px;
}

.inside-footer-widgets.hr {
    margin-bottom: 85px !important;
}

.site-footer hr {
    background-color: #b3b6ba40;
    height: 2px;
    margin-bottom: 30px;
    margin-top: -30px;
}

a.wp-block-social-link-anchor {
    padding: 10px;
}

a.wp-block-social-link-anchor svg {
    width: 25px !important;
    height: 25px !important;
}

.wp-block-social-links {
    gap: 20px;
}

.copyright-bar {
    font-weight: 100;
    font-size: 14px;
}

.privacy-links a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}

.privacy-links a:hover {
    text-decoration: underline;
}

.footer-widget-12 {
    padding-top: 20px;

}

footer.site-info {
    display: none;
}

.heading-big b {
    color: #E8432D;
}


.services-heading {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}


.service-col:hover .services-heading,
.services-heading:hover {
    text-decoration: none;
}

.disable-row-overflow {
    overflow: visible !important;
}

.service-col img {
    transition: filter 0.3s;
}

.service-col:hover img {
    filter: brightness(0.8);
}

.services-extras-col1 {
    width: 29%;
}

.services-extras {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.services-extras .wpb_wrapper:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/wp-content/uploads/2025/05/check.svg");
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

.bits-of-functionality {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.bits-of-functionality .wpb_wrapper:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E8432D;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

.bits-of-functionality.much-text {
    padding-left: 26px;
}

.bits-of-functionality.much-text .wpb_wrapper {
    position: relative;
}

.bits-of-functionality.much-text .wpb_wrapper:before {
    position: absolute;
    margin-top: 14px;
    margin-left: -26px;
}



.vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    font-weight: 500;
}

.vc_btn3.vc_btn3-size-lg:hover {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #d33d29 !important;
}

.weight-light {
    font-weight: 400;
}

.weight-regular {
    font-weight: 500;
}

.weight-bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.underline:hover {
    text-decoration: none;
}

.with-arrow-red {
    background-color: #E8432D;
}

.with-arrow {
    background-color: #424D59;
}

.with-arrow-red::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #424D59;
}

.with-arrow::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #E8432D;
}

.without-arrow.with-arrow::after {
    display: none;
}

/* .with-arrow:first-child:after{display: none;} */
.post-grid-col-content .vc_btn3-left {
    bottom: 30px;
    position: absolute;
}

.post-grid-col-content .vc_btn3-left a {
    padding: 0 !important;
    border: 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    text-decoration: underline;
}

.post-grid-col-content .read-more {
    display: none;
}

.post-grid-row .post-grid-col-content {
    min-height: 370px;
}

.post-grid-row .vc_grid-item:nth-child(odd) .posts-content-block {
    background-color: #EFECEC;
}

.post-grid-row .vc_grid-item .posts-content-block {
    border: 2px solid #EFECEC;
}


.careers-and-partners-list-row {}

.careers-and-partners-list {
    margin-bottom: 50px;
}

.careers-and-partners-list .wpb_wrapper::before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    background: #E44635;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 500;
    float: left;
    margin-right: 20px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.careers-and-partners-list:nth-child(1) .wpb_wrapper::before {
    content: '1';
}

.careers-and-partners-list:nth-child(2) .wpb_wrapper::before {
    content: '2';
}

.careers-and-partners-list:nth-child(3) .wpb_wrapper::before {
    content: '3';
}

.careers-and-partners-list:nth-child(4) .wpb_wrapper::before {
    content: '4';
}

.careers-and-partners-list:nth-child(3) {
    margin-bottom: 30px;
}

.careers-and-partners-list:nth-child(4) {
    margin-bottom: 60px;
}

.careers-and-partners-list h5 {
    font-size: 20px;
    color: #424D59;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 0;
}

.careers-and-partners-list p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
}


.dual-buttons {
    display: flex;
    width: 100%;
    margin: 20px 0 0 0;
    border-radius: 40px;
    overflow: hidden;
    background: #3D4855;
    /* Цвет второй (правой) кнопки */
}

.dual-btn {
    display: flex;
    align-items: center;
    flex: 1 1 0%;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    padding: 15px 0;
    transition: 0.3s;
}

.dual-btn:hover {
    filter: brightness(0.8);
}

.dual-btn.left {
    background: #E8432D;
    /* Акцентная кнопка */
    border-radius: 40px;
    text-align: left;
}

.dual-btn.right {
    background: transparent;
    border-radius: 40px;
    text-align: left;
}

.dual-btn b {
    font-weight: 500;
}

.divider {
    margin: 0 8px;
    font-weight: normal;
    opacity: 0.8;
}


.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
}

.button-red-bg a {
    border: 2px solid #fff !important;
}

.button-red-bg.without-border a {
    border: 0px solid #fff !important;
}

.navigation-stick .inside-navigation {
    padding: 0 40px;
}

.header-widget {
    margin-left: 0 !important;
}

.processing-img-col .wpb_wrapper,
.processing-img-col .wpb_single_image,
.processing-img-col .wpb_single_image figure,
.processing-img-col .wpb_single_image figure .vc_single_image-wrapper,
.processing-img-col .wpb_single_image figure,
.processing-img-col .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.analys-row {
    border: 2px solid #F3F4F4;
}

.analys-heading {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 0;
    line-height: 37px !important;
}

.analys-text {
    padding-left: 20px;
    padding-right: 20px;
}

.post-grid-col-content {
    padding: 40px 20px 30px 20px !important;
}

.careers-list-col .vc_column-inner {
    border-top: 16px !important;
    border-top-style: solid !important;
    border-top-color: #E8432D !important;
    padding: 50px 50px 40px 50px !important;
}

.benefit-icon-col .vc_column-inner {
    border-right-width: 4px !important;
    border-right-style: solid !important;
    border-color: #FFFFFF !important;
}

.benefit-content-col .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px;
}

.breadcrumbs a,
.breadcrumbs {
    font-size: 20px;
    color: #E8432D;
    text-decoration: none;
}

.breadcrumbs span {
    font-weight: bold;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

body:not(.home) .site-content {
    padding-top: 10px !important;
}


.link-decoration a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.link-decoration a:hover {
    text-decoration: none;
}

.video-widget {
    padding: 35px 50px;
}

.change-color-col1 {
    background: #FF5842;
}

.change-color-col2 {
    background: #E8432D;
}

.change-color-col3 {
    background: #FF5842;
}

.change-color-col1 .wpb_single_image {
    background: #576778;
}

.change-color-col2 .wpb_single_image {
    background: #424D59;
}

.change-color-col3 .wpb_single_image {
    background: #576778;
}

.border-radius20 {
    border-radius: 20px;
    overflow: hidden;
}

.title-border {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.title-border::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #E8432D;
    position: absolute;
    bottom: 0;

}

.bits-of-functionality.much-text.blackbg {
    font-size: 18px;
    line-height: 26px;
}

.bits-of-functionality.much-text.bulletlist {
    font-size: 18px;
    line-height: 40px;
}

.bits-of-functionality.much-text.bulletlist .wpb_wrapper:before {
    top: 0;
}


.bits-of-functionality.much-text.blackbg .wpb_wrapper:before {
    top: -5px;
}

.wpml-language-switcher-block ul.isHorizontal {
    padding-top: 6px !important;
}

.wpml-language-switcher-block ul.isHorizontal li img {
    border-radius: 3px !important;
}

.mobile-wpml {
    display: none;
}

.mobile-wpml {
    position: absolute;
    z-index: 1;
}

.mobile-wpml span,
.mobile-wpml a {
    margin-right: 10px;
    border-radius: 3px;
}

.mobile-wpml span img,
.mobile-wpml a img {
    border-radius: 3px;
}

.mega-menu-toggle {
    margin-top: -3px !important;
}

[data-wpml="language-item"]:first-of-type {
    margin-bottom: 5px !important;
}

[data-wpml="current-language-item"] {
    opacity: 0.5;
}




.post-template {
    margin-bottom: 50px;
}

.post-template .posts-content-block h4,
.post-template .posts-content-block p,
.post-template .post-template-date {
    color: #fff !important;
}

.post-template.vc_grid-item-zone-c-right .vc_gitem-animated-block {
    width: 30%;
}

.post-template.vc_grid-item-zone-c-right .vc_gitem-zone-c {
    width: 70%;
}

.post-left-col {
    transition: 0.3s;
}

.post-template:hover .post-left-col {
    transform: scale(1.05);
}


.post-template-date {
    margin: -10px !important;
    font-size: 18px;
    text-transform: uppercase;
    width: 65px;
    background: #e8432d;
    padding: 8px 10px 5px 13px;
    line-height: 23px;
}

.post-template-date.home {
    color: #fff;
    font-size: 12px;
    width: 58px;
    font-weight: 500;
    line-height: 16px;
}

.post-template-title h4 {
    margin-bottom: 0;
    line-height: 34px !important;
}

.post-template-excerpt p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.post-template-readmore-button {}


.post-template-default.single.single-post .page-header-image-single,
.post-template-default.single.single-post header.entry-header {
    display: none;
}

.post-template-default.single.single-post .entry-content {
    margin-top: 0 !important;
}

.post-template-default.single.single-post .site-content {
    padding-top: 0 !important;
}

.post-template-default.single.single-post footer.entry-meta {
    display: none;
}

.ser-darken {
    position: relative !important;
    /* overflow: hidden; */
}

.ser-darken::before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    left: -100%;
    right: -100%;
}

.ser-darken>* {
    position: relative !important;
    z-index: 2 !important;
}

.post-row-single {
    color: #fff;
}

.custom-file-input::before {
    content: 'Select file';
    display: inline-block;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    margin-right: -150px;
    z-index: 1;
    position: relative;
}

/* .custom-file-input::before {
    content: 'Sélectionner un fichier' !important;
} */

input.wpcf7-form-control.wpcf7-file.custom-file-input {
    color: #434d59;
    z-index: -1;
    margin-top: 10px;
}