/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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,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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield;appearance:textfield;}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/fonts/bebasneuebook.woff2') format('woff2'), url('/fonts/bebasneuebook.woff') format('woff'), url('/fonts/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('/fonts/bebasneuebold.woff2') format('woff2'), url('/fonts/bebasneuebold.woff') format('woff'), url('/fonts/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@keyframes rounded {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.rounded {
    animation: rounded 12s linear 0s infinite;
}

body {
	font-family: 'Onest', sans-serif;
	font-weight: 400;
    background: #070E2C;
}
strong {
	font-weight: 600;	
}
b {
    font-weight: 600;
}
button {
    font-family: 'Onest', sans-serif;
}
.pswp__bg {
    background: #00000094;
}

/*Боковое меню*/
/* The Modal (background) */
.hidden-body {
    /* when modal active */
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    /* Other browsers */
    overscroll-behavior: none;
}
.modal {
    display: none;
    justify-content: flex-end;
    position: fixed;
    z-index: 9;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
    position: relative;
    padding: 40px;
    background-color: #070E2C;
    color: #fff;
    width: 300px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* Add Animation */
@keyframes animatetop {
    from {right:-300px; opacity:0}
    to {right:0; opacity:1}
}
/* The Close Button */
.close {
    position: absolute;
    right: 20px;
    top: 20px;
    filter: brightness(0) invert(1);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#bok-menu a {
    display: flex;
    width: 100%;
    padding: 12px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
#bok-menu a:hover {
    color: #75a5d7;
}
#trp-floater-ls {
    min-width: auto !important;
    height: auto !important;
}










/*Главный шаблон*/

/*Первый экран*/
.hero-section {
    padding: 10px 10px 0px 10px;
    position: relative;
}
.hero-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(5,11,30,0) 0%, rgba(5,11,30,0.85) 65%, rgba(5,11,30,1) 100%);
}
.hero-block {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}
.hero-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}
.header-logo {
    width: 20%;
}
.header-logo img {
    width: 150px;
    height: 85px;
}
.header-contacts {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-menu ul {
    display: flex;
}
.header-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 15px;
}
.header-menu a:hover {
    color: #FCEAC0;
    text-decoration: underline;
}
.lang-menu {
    display: none;
}
.header-phone-block {
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 15px;
}
a.header-phone {
	display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    text-shadow: #7961BA 1px 0 6px;
}
img#myBtn {
    display: none;
}
a.header-whatsapp {
	display: flex;
    margin-right: 10px;
    margin-left: 12px;
}
a.header-tg {
    display: flex;
}
a.header-button {
    padding: 16px 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    border-radius: 100px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.hero-content {
    padding-bottom: 250px;
}
.hero-man {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 490px;
}
.hero-title {
    margin-top: 100px;
    max-width: 650px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 65px;
    background-image: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.2;
}
.hero-title-weight {
    font-weight: 300;
}
.hero-title-back {
	display: inline-flex;
    color: #AFBFCB;
    border-radius: 10px;
    padding: 0px 20px;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(250,226,151,0.65) 50%, rgba(0,0,0,0) 100%);
    background-origin: border-box;
    box-shadow: inset 0 100vw #154468;
    border: 2px solid transparent;
}
.hero-subtitle {
    margin-top: 30px;
    margin-bottom: 55px;
    display: flex;
    align-items: baseline;
    max-width: 490px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}
.hero-subtitle span {
    font-weight: 600;
}
.hero-subtitle img {
    margin-right: 10px;
}
.hero-buttons {
    display: flex;
    position: relative;
    z-index: 2;
}
.hero-main-button {
    margin-right: 30px;
    padding: 25px 60px;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    color: #845942;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.hero-main-button:hover {
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}
.hero-main-button img {
    width: 17px;
    height: 12px;
    margin-top: -2px;
    margin-left: 25px;
}
.hero-main-button-small {
    font-size: 14px;
}
.hero-second-button {
    padding: 25px 60px;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    border: 1px solid #F8DEBD;
}

/*Кейсы*/
.work-section {
    position: relative;
    padding: 10px 10px 60px 10px;
    background-color: #13142B;
    overflow: hidden;
    background-image: url(/wp-content/uploads/works-fon2.webp);
    background-position: bottom;
    background-size: cover;
}
.work-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(5,11,30,1) 0%, rgba(5,11,30,0.85) 35%, rgba(5,11,30,0) 100%);
}
.work-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(180deg, rgba(7,14,44,0) 0%, rgba(7,14,44,0.9) 50%, rgba(7,14,44,1) 100%);
}
.work-block {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}
.center-wrapper {
    display: flex;
    justify-content: center;
}
.center-title {
    width: max-content;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: transparent;
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0.47) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.2;
}
.work-swiper {
    margin-top: 30px;
    overflow: visible;
}
.work-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 375px;
    padding: 30px 50px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    z-index: 3;
}
.work-card.block-card:hover {
    box-shadow: 0px 0px 10px 0px rgba(220, 185, 144, 1);
}
.work-card:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(36,37,43);
    background: linear-gradient(180deg, rgba(36,37,43,0) 0%, rgba(36,38,48,0.33) 30%, rgba(36,38,52,1) 100%);
    border-radius: 25px;
    z-index: 2;
}
.work-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
    object-fit: cover;
    object-position: left;
    z-index: 2;
}
.work-title {
    z-index: 1;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 32px;
    z-index: 3;
}
.work-wrapper {
    z-index: 1;
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.work-wrapper-item {
    display: flex;
    align-items: center;
}
.work-text {
    line-height: 1.3;
    z-index: 1;
}
.work-wrapper-item img {
    margin-right: 5px;
}
.work-wrapper-item strong {
    margin-left: 4px;
}
.work-wrapper-item:last-child strong {
    color: #87E17A;
}
.work-card:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(255,225,187,0.56) 0%, rgba(255,255,255,0.18) 100%);
    border-radius: 25px;
    z-index: 1;
}
.work-card:hover:before {
    background-image: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgb(255 255 255 / 64%) 100%);
}
.work-swiper .swiper-buttons {
    position: absolute;
    right: 0;
    top: -101px;
    display: flex;
    justify-content: center;
}
.work-swiper .swiper-button-prev {
    position: relative;
    padding: 20px 20px 20px 35px;
    width: auto;
    left: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 100px 0px 0px 100px;
    border-right: 3px solid #0B1330;
}
.work-swiper .swiper-button-prev:after {
    display: none;
}
.work-swiper .swiper-button-next {
    position: relative;
    padding: 20px 35px 20px 20px;
    width: auto;
    right: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 0px 100px 100px 0px;
}
.work-swiper .swiper-button-next:after {
    display: none;
}
.blog-section {
    background-image: none !important;
    background-color: transparent;
}
.blog-section:before {
    display: none;
}
.blog-title {
    font-size: 26px;
    line-height: 1.2;
}
.work-text-blog {
    margin-top: 12px;
    z-index: 1;
    line-height: 1.3;
    font-weight: normal;
}
.work-cta-block {
    position: relative;
    text-align: center;
    border-radius: 20px;
    margin-top: 25px;
}
.work-cta-block:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    border-radius: 20px;
}
.work-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    border-radius: 20px;
    background-color: #070D28;
    position: relative;
    z-index: 2;
}
.work-cta-info {
    text-align: left;
}
.work-cta-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}
.work-cta-subtitle {
    margin-top: 12px;
    color: #fff;
    line-height: 1.3;
}


/*Услуги*/
.uslugi-section {
    position: relative;
    padding: 60px 10px 100px 10px;
    z-index: 2;
}
.uslugi-images {
    background-color: #070E2C;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.uslugi-left {
    width: 50%;
    mix-blend-mode: screen;
    position: absolute;
    left: 0;
    top: 0;
}
.uslugi-right {
    width: 50%;
    mix-blend-mode: screen;
    position: absolute;
    right: 0;
    top: 0;
}
.uslugi-block {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.uslugi-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
}
.uslugi-item {
    position: relative;
    width: 24%;
    text-align: center;
    border-radius: 20px;
    margin-top: 55px;
}
.uslugi-item:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(255,225,187,0.56) 0%, rgba(255,255,255,0.18) 100%);
    border-radius: 20px;
}
.uslugi-item-block {
    border-radius: 20px;
    background: #070D28;
    position: relative;
}
.uslugi-ico {
    margin-top: -28px;
    height: 56px;
    width: 56px;
}
.uslugi-item-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    padding: 20px 10px;
    height: 50px;
}
.uslugi-img {
    display: flex;
    width: 100%;
    height: 225px;
    object-fit: contain;
    object-position: bottom right;
    position: relative;
    z-index: 2;
    border-radius: 0px 0px 21px 21px;
}
.ulugi-item-blur-block {
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
}
.uslugi-blur {
    width: 150%;
    position: absolute;
    bottom: -40%;
    left: -20%;
}

/*О нас*/
.about-section {
    padding: 50px 10px;
}
.about-title-mobile {
    display: none;
}
.about-block {
    max-width: 1600px;
    margin: 0 auto;
    border-radius: 20px;
    background: url(/wp-content/uploads/about-fon.webp) center/cover;
}
.about-subblock {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.about-mobile-block {
    display: none;
}
.round-text-block {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.round-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -92px;
    z-index: 2;
}
.round-text-back {
    position: absolute;
    top: -48px;
}
.round-text-ico {
    position: absolute;
    top: -10px;
}
.about-rounded-text {
    position: absolute;
    top: -44px;
    height: 46px;
    overflow: hidden;
}
.about-col-1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.about-img {
    display: flex;
    max-width: 500px;
    width: 100%;
    align-self: flex-end;
}
.about-name {
    padding-top: 80px;
    position: absolute;
    right: 35px;
}
.about-name-zag {
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-bottom: 8px;
}
.about-name-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    background: url(/wp-content/uploads/rounded-name.svg);
    background-repeat: no-repeat;
}
.about-col-2 {
    width: 50%;
    padding: 60px 0px 0px 60px;
}
.about-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 20px;
}
.about-text {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 55px;
}
.about-text p {
    padding-bottom: 25px;
}
.about-button {
    width: max-content;
    margin-right: 30px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: rgb(96,177,254);
    background: linear-gradient(180deg, rgba(96,177,254,1) 0%, rgba(68,134,232,1) 100%);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px #346EBF;
    transition: all .3s;
}
.about-button:hover {
    box-shadow: 0px 0px 0px 0px #346EBF;
}
.about-button img {
    margin-left: 18px;
}
.about-whatsapp-button {
    width: max-content;
    margin-right: 30px;
    font-size: 14px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: rgb(67, 216, 84);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px #279f34;
    transition: all .3s;
}
.about-whatsapp-button:hover {
    box-shadow: 0px 0px 0px 0px #279f34;
}
.about-whatsapp-button img {
    margin-left: 18px;
}

/*Что получают клиенты / Преимущества*/
.adv-section {
    position: relative;
    margin-top: 80px;
    padding: 20px 10px 80px 10px;
    background: url(/wp-content/uploads/clients-fon.webp) center/cover;
}
.adv-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(7,14,44,1) 0%, rgba(7,14,44,0.85) 35%, rgba(7,14,44,0) 100%);
}
.adv-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(180deg, rgba(7,14,44,0) 0%, rgba(7,14,44,0.9) 50%, rgba(7,14,44,1) 100%);
}
.adv-block {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}
.center-subtitle {
    text-align: center;
    color: #DADEE1;
    padding-bottom: 60px;
}
.adv-wrapper {
    position: relative;
    overflow-x: clip;
}
.adv-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adv-item-img img {
    width: 100%;
    height: 200px;
}
.adv-item-title {
    max-width: 225px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
}
.adv-item-text {
    max-width: 190px;
    margin: 0 auto;
    padding-top: 10px;
    color: #DADEE1;
    text-align: center;
    line-height: 1.4;
}
.clients-line {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 60px;
}
.clients-line img {
    max-width: 820px;
    width: 100%;
}
.tooltip-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 12px 22px;
    border: 1px solid #a48c6e96;
    border-radius: 50px;
    background: #070d2852;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-family: 'Onest', sans-serif;
}
.tooltip-btn:hover {
    color: #FAE1C1;
}
.tooltip-btn svg {
    width: 14px;
    height: 14px;
    stroke: #FAE1C1;
    fill: none;
    stroke-width: 2;
}
.tooltip-content {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: 220px;
    background: #1a1f35;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px 18px 12px 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    text-align: left;
    color: #fff;
}
.tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1a1f35;
}
.tooltip-btn:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
.tooltip-content p {
    padding-bottom: 6px;
}
.tooltip-content ul {
    margin-bottom: 6px;
    padding-left: 20px;
    list-style: disc;
}
.tooltip-content ol {
    margin-bottom: 6px;
    padding-left: 20px;
    list-style: decimal;
}
.tooltip-content li {
    padding: 3px 0px;
}
.poluchite-swiper {
    overflow: visible;
}
.poluchite-swiper .swiper-buttons {
    display: flex;
    justify-content: center;
}
.poluchite-swiper .swiper-button-prev {
    position: relative;
    padding: 20px 20px 20px 35px;
    width: auto;
    left: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 100px 0px 0px 100px;
    border-right: 3px solid #0B1330;
}
.poluchite-swiper .swiper-button-prev:after {
    display: none;
}
.poluchite-swiper .swiper-button-next {
    position: relative;
    padding: 20px 35px 20px 20px;
    width: auto;
    right: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 0px 100px 100px 0px;
}
.poluchite-swiper .swiper-button-next:after {
    display: none;
}
.poluchite-swiper .swiper-slide {
    margin-bottom: 60px;
    transition: all .3s;
}
.poluchite-swiper .swiper-slide-active {
    margin-top: 60px;
    margin-bottom: 0px;
}
.poluchite-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    margin-top: 60px;
    margin-bottom: 0px;
}

/*Наши клиенты*/
.clients-section {
    padding: 10px 10px 80px 10px;
    position: relative;
    border-bottom: 1px solid #2D3450;
}
.clients-block {
    max-width: 1160px;
    margin: 0 auto;
}
.clients-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
}
.clients-item {
    width: 22%;
}
.clients-item img {
    width: 100%;
    height: auto;
    transition: all .3s;
}
.clients-item img:hover {
    filter: grayscale(100%);
}

/*Схема работы*/
.shema-section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 10px 75px 10px;
    position: relative;
}
.shema-left {
    max-width: 600px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
}
.shema-right {
    max-width: 600px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.shema-block {
    max-width: 1160px;
    margin: 0 auto;
}
.shema-block .center-title {
    max-width: 700px;
}
.shema-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    margin-top: 30px;
}
.shema-item {
    height: 285px;
    padding: 35px 40px;
    border-radius: 20px;
    background: #070D28;
    position: relative;
}
.shema-item:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(255,225,187,0.56) 0%, rgba(255,255,255,0.18) 100%);
    border-radius: 20px;
}
.shema-ico-mobile {
    display: none;
}
.shema-item-title {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
}
.shema-item-subtitle {
    color: #DADEE1;
    line-height: 1.5;
    padding-top: 5px;
}
.shema-item-subtitle a {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #3BBE4D;
    text-decoration: none;
    border-bottom: 1px dashed;
    line-height: 1.4;
}
.shema-item-subtitle a:hover {
    border-bottom: 1px solid;
}
.shema-item-1 {
    width: 54%;
    position: relative;
    background-size: auto 285px;
    background-repeat: no-repeat;
    background-position: bottom 0px right -20px;
}
.shema-button {
    width: max-content;
    margin-top: 40px;
    margin-right: 30px;
    padding: 25px 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #845942;
    background: rgb(255, 214, 168);
    background: linear-gradient(135deg, rgba(255, 214, 168, 1) 0%, rgba(255, 234, 207, 1) 50%, rgba(236, 199, 154, 1) 100%);
    border: 1px solid #F8DEBD;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.shema-button:hover {
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}
.shema-item-2 {
    width: 44%;
    position: relative;
    background-size: auto 285px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
}
.shema-item-2 .shema-item-title {
    color: #3E414E;
    max-width: 230px;
}
.shema-item-2 .shema-item-subtitle {
    color: #54565F;
    max-width: 230px;
}
.shema-item-3 {
    width: 44%;
    position: relative;
    margin-top: 18px;
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom -15px right;
    background-color: #fff;
}
.shema-item-3 .shema-item-title {
    color: #383E43;
}
.shema-item-4 {
    width: 54%;
    position: relative;
    margin-top: 18px;
    background-size: auto 285px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.shema-item-4 .shema-item-title {
    max-width: 350px;
}
.shema-item-4 .shema-item-subtitle {
    max-width: 350px;
}

/*Квиз*/
.kviz-section {
    padding: 70px 10px;
}
.kviz-block {
    max-width: 1160px;
    margin: 0 auto;
}
.kviz-block .center-title {
    max-width: 905px;
}
.kviz-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #F9FAFC;
    border-radius: 25px;
}
.kviz-col-1 {
    width: 65%;
    padding: 10px 60px 50px 60px;
}
.kviz-col-2 {
    width: 35%;
    padding: 30px 20px 20px 20px;
}
.kviz-col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/wp-content/uploads/kviz-blur.webp);
    background-size: cover;
    border-radius: 25px;
}
.kviz-col-ico {
    width: 58px;
    height: 58px;
    margin-top: -29px;
}
.kviz-col-title {
    padding: 0px 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    padding-top: 7px;
    padding-bottom: 10px;
}
.kviz-col-subtitle {
    padding: 0px 35px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}
.kviz-col-img {
    display: flex;
    max-width: 290px;
    width: 100%;
}

/*Faq*/
.faq-section {
    padding: 70px 10px;
    position: relative;
    background-image: url(/wp-content/uploads/faq-fon.webp);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}
.faq-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(7,14,44,1) 0%, rgba(7,14,44,0.85) 35%, rgba(7,14,44,0) 100%);
}
.faq-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(7,14,44,0) 0%, rgba(7,14,44,0.9) 50%, rgba(7,14,44,1) 100%);
}
.faq-block {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}
.faq-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.faq-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
}
.faq-item.active {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    gap: 16px;
}
.faq-question h3 {
    font-size: 24px;
    color: #e5e7eb;
    line-height: 1.1;
    flex: 1;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
}
.faq-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.faq-icon svg {
    width: 14px;
    height: 14px;
    stroke: #9ca3af;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
    border-color: rgba(255, 165, 0, 0.4);
    background: rgba(255, 165, 0, 0.1);
}
.faq-item.active .faq-icon svg {
    stroke: #f59e0b;
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-answer-inner {
    padding: 0 24px 20px 24px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.faq-footer {
    text-align: center;
    margin-top: 32px;
}
.faq-footer p {
    color: #9ca3af;
    margin-bottom: 8px;
}
.faq-footer a {
    color: #A48C6E;
    text-decoration: none;
    transition: color 0.2s ease;
}
.faq-footer a:hover {
    color: #A48C6E;
    text-decoration: underline;
}

/*Гайд*/
.guide-section {
    padding: 70px 10px;
}
.guide-block {
    max-width: 1600px;
    margin: 0 auto;
    background: url(/wp-content/uploads/guide-fon.webp);
    background-size: cover;
    border-radius: 20px;
    position: relative;
}
.guide-subblock {
    max-width: 1160px;
    margin: 0 auto;
    min-height: 580px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.center-title-guide {
    background: linear-gradient(135deg, rgba(67, 67, 67, 1) 0%, rgba(67, 67, 67, 1) 30%, rgba(97, 95, 95, 1) 100%);
    background-clip: text;
    color: transparent;
}
.guide-col-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.guide-subtitle {
    max-width: 440px;
    font-size: 19px;
    line-height: 1.4;
    margin-top: 35px;
    color: #4D4D4D;
}
.guide-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 80px;
    padding: 15px 20px;
    background: linear-gradient(135deg, rgba(67, 67, 67, 1) 0%, rgba(67, 67, 67, 1) 30%, rgba(97, 95, 95, 1) 100%);
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.guide-info img {
    margin-left: 18px;
}
.guide-button {
    position: relative;
    width: max-content;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #845942;
    font-size: 15px;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.guide-button:hover {
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}
.guide-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 40px 7px rgb(0 0 0 / 70%);
}
.guide-button img {
    margin-left: 30px;
}
.guide-line {
    position: relative;
    height: 0px;
}
.guide-line img {
    display: flex;
    height: 90px;
    position: absolute;
    bottom: 10px;
    left: 90px;
}
.guide-col-2 {
    width: 50%;
}
.guide-col-2 img {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 20px 0;
}

/*Отзывы*/
.otz-section {
    position: relative;
    padding: 70px 10px 110px 10px;
    overflow: hidden;
}
.ozt-block {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.otz-wrapper {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.otz-swiper {
    padding: 2px;
}
.creative-swiper {
    padding: 2px;
}
.otz-card {
    padding: 10px;
    border-radius: 20px;
    background: #070D28;
    position: relative;
    transition: all .3s;
}
.otz-card:hover {
    box-shadow: 0px 0px 7px 0px rgba(135, 153, 170, 0.5);
}
.otz-card:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(255,225,187,0.56) 0%, rgba(255,255,255,0.18) 100%);
    border-radius: 20px;
}
.otz-card-images {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.otz-card-images a {
    width: 100%;
    outline: none;
}
.otz-card-images:hover .otz-img {
    opacity: 0.5;
}
.otz-card-images:hover .otz-ico {
    opacity: 1;
}
.otz-img {
    height: 415px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    transition: all .3s;
}
.otz-ico {
    position: absolute;
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
}
.otz-video {
    height: 415px;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    object-position: top center;
}
.otz-video + .otz-ico {
    display: none;
}
.otz-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 15px 10px 5px 10px;
}
.otz-buttons {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.otz-buttons img {
    width: 25px;
}
.otz-buttons .otz-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -100px;
    width: 80px;
    height: 60px;
    border-radius: 15px;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    box-shadow: 0px 2px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.otz-buttons .otz-button-prev:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}
.otz-buttons .swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}
.otz-buttons .otz-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -100px;
    width: 80px;
    height: 60px;
    border-radius: 15px;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    box-shadow: 0px 2px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.otz-buttons .otz-button-next:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}
.creative-buttons {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.creative-buttons img {
    width: 25px;
}
.creative-buttons .creative-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -100px;
    width: 80px;
    height: 60px;
    border-radius: 15px;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    box-shadow: 0px 2px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.creative-buttons .creative-button-prev:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}
.creative-buttons .swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}
.creative-buttons .creative-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -100px;
    width: 80px;
    height: 60px;
    border-radius: 15px;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    box-shadow: 0px 2px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.creative-buttons .creative-button-next:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}

/*Контакты*/
.contact-section {
    position: relative;
    padding: 30px 10px 0px 10px;
    background-size: cover;
    background-position: center center;
    background-image: url(https://welcome-leads.com/wp-content/uploads/contact-fon.webp);
}
.contact-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(7,14,44,1) 0%, rgba(7,14,44,0.85) 35%, rgba(7,14,44,0) 100%);
}
.contact-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(7,14,44,0) 0%, rgba(7,14,44,0.9) 50%, rgba(7,14,44,1) 100%);
}
.contact-block {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.contact-block .center-wrapper {
    width: 100%;
    margin-bottom: 60px;
}
.contact-col-1 {
    width: 50%;
    padding-left: 95px;
    z-index: 2;
}
.contact-form-wrapper {
    position: relative;
    max-width: 415px;
    padding: 35px;
    background: #070D28;
    border-radius: 15px;
}
.contact-form-wrapper:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background-image: linear-gradient(145deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.2) 100%);
    border-radius: 15px;
}
.contact-form-title {
    max-width: 315px;
    font-size: 22px;
    color: #DADEE1;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
}
.contact-form {
    color: #fff;
    margin-top: 30px;
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.form-input input {
    width: 100%;
    background: #282C37;
    border: 1px solid #282C37;
    color: #AFB8C7;
    font-size: 15px;
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    padding: 25px 45px;
    border-radius: 10px;
}
.form-radio-title {
    text-align: center;
    padding-top: 8px;
    font-weight: 400;
}
.form-radio .wpcf7-radio {
    display: flex;
    justify-content: space-between;
}
.form-radio .wpcf7-list-item {
    margin: 0;
    width: 31%;
}
.form-radio input {
    display: none;
}
.form-radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
input[type=radio] + span {
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #5A5C67;
    color: #B6BFC9;
    font-weight: 500;
    transition: all .3s;
}
input[type=radio] + span:hover {
    cursor: pointer;
}
input[type=radio]:checked + span {
    background: rgb(66,198,255);
    background: linear-gradient(145deg, rgba(66,198,255,1) 0%, #20b7ff 100%);
    border: 1px solid #20b7ff;
    color: #fff;
}
.form-button {
    position: relative;
}
.form-button .wpcf7-spinner {
    position: absolute;
    margin: 0;
    top: 40%;
    right: 10px;
}
.wpcf7-submit {
    width: 100%;
    min-width: 200px;
    margin-top: 10px;
    border: 0;
    padding: 30px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #845942;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    text-transform: uppercase;
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px !important;
    box-shadow: 0px 6px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.wpcf7-submit:hover {
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
    cursor: pointer;
}
.wpcf7-not-valid-tip {
    display: none;
}
.form-input input.wpcf7-not-valid {
    border: 1px solid #dc3232;
}

.wpcf7-response-output {
    margin-top: 10px !important;
    border-radius: 10px;
    padding: 10px !important;
    text-align: center;
    line-height: 1.3;
}
.contact-info {
    max-width: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0px;
}
a.contact-phone {
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    text-shadow: #7961BA 1px 0 6px;
}
a.contact-tg {
    margin: 0px 12px;
}
.contact-email a {
    max-width: 415px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}
.contact-col-2 {
    width: 50%;
}
.contact-men {
    width: 100%;
    margin-top: -100px;
    display: flex;
}

/*Футер*/
.footer-section {
    padding: 30px 10px 50px 10px;
    border-top: 1px solid #6D757C;
}
.footer-block {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo img {
    width: 150px;
    height: 85px;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.footer-menu-link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
a.footer-menu-link:hover {
    color: #FCEAC0;
    text-decoration: underline;
}
a.footer-privacy-link {
    text-decoration: none;
    color: #828FA3;
    font-size: 15px;
    margin-top: 20px;
}
.footer-inn {
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    gap: 15px;
}
.footer-comp {
    color: #fff;
}
.footer-numb {
    color: #828FA3;
}
.footer-tg {
    display: flex;
    align-items: center;
}
a.footer-tg-link {
    padding: 16px 30px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: rgb(66,198,255);
    background: linear-gradient(145deg, rgba(66,198,255,1) 0%, rgba(32,183,255,1) 100%);
    transition: all .3s;
}
a.footer-tg-link:hover {
    box-shadow: 0px 9px 10px 0px rgba(32, 183, 255, 0.15);
}
.footer-whatsapp-link {
    padding: 16px 30px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: rgb(66,198,255);
    background: rgb(67, 216, 84);
    transition: all .3s;
}
.footer-whatsapp-link:hover {
    box-shadow: 0px 9px 10px 0px rgba(67, 216, 84, 0.15);
}
.footer-tg-link img {
    margin-right: 6px;
    margin-bottom: -2px;
}
.footer-whatsapp-link img {
    margin-right: 6px;
    margin-bottom: -2px;
}
.linkedin img {
    margin-left: 10px;
    height: 51px;
    border-radius: 6px;
}
.mobile-menu-section {
    display: none;
}

@media (max-width: 1100px) {
/*Первый экран*/
.header-contacts {
    flex-wrap: wrap;
}
.header-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.hero-title {
    font-size: 52px;
}
.hero-subtitle {
    font-size: 18px;
}
.hero-man {
    width: 360px;
}
/*Кейсы*/
.work-card {
    min-height: 360px;
}
/*О нас*/
.about-col-1 {
    align-items: flex-end;
}
.about-name {
    bottom: 80px;
}
.about-col-2 {
    padding: 50px 10px 0px 10px;
}
.about-text {
    font-size: 15px;
    padding-bottom: 20px;
}
.about-button {
    font-size: 14px;
    padding: 25px;
    margin-right: 0;
    margin-bottom: 40px;
}
/*Что получают клиенты / Преимущества*/
.adv-item-title {
    font-size: 20px;
}
.adv-item-text {
    font-size: 15px;
}
.poluchite-swiper .swiper-slide {
    margin-bottom: 60px;
}
.poluchite-swiper .swiper-slide-active {
    margin-top: 60px;
    margin-bottom: 0px;
}
.poluchite-swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
    margin-top: 60px;
    margin-bottom: 0px;
}
.poluchite-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    margin-top: 0px;
    margin-bottom: 60px;
}
/*Схема работы*/
.shema-item-1 {
    background-position: bottom 0px right -190px;
}
.shema-item-2 {
    background-position: bottom -1px right -130px;
}
.shema-item-4 {
    background-position: bottom right -200px;
}
/*Квиз*/
.kviz-col-1 {
    width: 55%;
    padding: 30px 30px;
}
.kviz-col-2 {
    width: 45%;
    padding: 20px 20px 20px 20px;
}
.kviz-col-title {
    font-size: 18px;
    padding: 0px 25px;
}
.kviz-col-subtitle {
    margin-top: 10px;
    padding: 0px 25px;
}
.kviz-col-img {
    max-width: 200px;
    margin-top: 15px;
}
/*Гайд*/
.guide-block {
    overflow: hidden;
}
.guide-subblock {
    min-height: 600px;
}
.guide-col-1 {
    width: 100%;
    z-index: 2;
}
.guide-line img {
    display: none;
}
.guide-col-2 img {
    width: 60%;
    max-width: 440px;
    margin-right: -130px;
    margin-bottom: -40px;
}
/*Отзывы*/
.otz-buttons .otz-button-prev {
    left: 0;
    width: 60px;
    height: 50px;
}
.otz-buttons .otz-button-next {
    right: 0;
    width: 60px;
    height: 50px;
}
/*Контакты*/
.contact-col-1 {
    padding-left: 18px;
    padding-bottom: 30px;
}
input[type=radio] + span {
    font-size: 14px;
}
.contact-col-2 {
    display: flex;
    align-items: flex-end;
}
}

@media (max-width: 767px) {
/*Первый экран*/
.header-logo img {
    position: relative;
    width: 120px;
    height: auto;
    margin-bottom: -12px;
    z-index: 2;
}
.header-menu {
  	display: none;
}
.header-phone-block {
    padding-right: 0px;
}
a.header-phone {
    font-size: 19px;
}
img#myBtn {
    display: block;
    margin-left: 5px;
}
.header-phone-block .header-whatsapp {
    display: none;
}
.header-phone-block .header-tg {
    display: none;
}
.header-button {
    display: none;
}
a.header-whatsapp {
    margin: 0;
}
a.header-tg {
    margin: 0px 15px;
}
a.header-button-mobile {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background: #ffffff17;
    font-size: 14px;
    height: 40px;
}
.hero-section {
    overflow: hidden;
    padding: 10px 10px 80px 10px;
}
.hero-block {
    display: flex;
    flex-direction: column;
}
.hero-content {
    padding-bottom: 0px;
}
.hero-title {
    max-width: 360px;
    margin-top: 60px;
    font-size: 34px;
}
.hero-title-back {
    padding-top: 3px;
}
.hero-subtitle {
    max-width: 255px;
    font-size: 13px;
    margin-bottom: 70px;
}
.hero-subtitle img {
    width: 18px;
    margin-right: 5px;
}
.hero-buttons {
    flex-direction: column;
    max-width: 275px;
}
.hero-main-button {
    padding: 25px 50px;
    font-size: 14px;
    margin-right: 0px;
    justify-content: center;
}
.hero-second-button {
    margin-top: 20px;
    padding: 25px 38px;
    justify-content: center;
}
.hero-man {
    width: 195px;
    margin-right: -50px;
    margin-bottom: -20px;
}
.lang-menu {
    display: block;
}
.lang-menu ul {
    display: flex;
}
.lang-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px 5px 5px;
    border: 1px solid;
    border-radius: 25px;
    font-size: 13px;
    margin-right: 10px;
}
.lang-menu .current-language-menu-item a {
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    border-color: rgba(236,199,154,1);
    color: #845942;
}
/*Кейсы*/
.center-title {
    font-size: 34px;
}
.work-swiper {
    margin-top: 20px;
}
.work-card {
    min-height: 300px;
    padding: 20px;
}
.work-card:after {
    background: linear-gradient(180deg, rgba(7, 14, 44, 0) 0%, rgba(7, 14, 44, 1) 65%, rgba(7, 14, 44, 1) 100%);
    z-index: 2;
}
.work-img {
    object-fit: contain;
    object-position: top;
}
.blog-title {
    font-size: 22px;
}
.work-swiper .swiper-buttons {
    top: -64px;
}
.work-swiper .swiper-button-prev {
    padding: 5px 12px 5px 17px;
    height: 40px;
}
.work-swiper .swiper-button-prev img {
    height: 11px;
}
.work-swiper .swiper-button-next {
    padding: 5px 17px 5px 12px;
    height: 40px;
}
.work-swiper .swiper-button-next img {
    height: 11px;
}
.work-cta {
    padding: 30px;
}
.work-cta-title {
    font-size: 26px;
}
.work-cta .hero-main-button {
    padding: 25px 50px;
    width: max-content;
}

/*Услуги*/
.uslugi-section {
    padding: 50px 10px 50px 10px;
}
.uslugi-item {
    width: 100%;
}
.ulugi-item-blur-block {
    height: 100%;
}
.uslugi-wrapper {
    gap: 4%;
}
.uslugi-item {
    width: 48%;
}
.uslugi-img {
    height: 165px;
}
.uslugi-item-title {
    font-size: 20px;
}

/*О нас*/
.about-title-mobile {
    display: flex;
    margin-bottom: 75px;
}
.about-col-1 {
    width: 100%;
    padding-top: 50px;
    justify-content: flex-start;
}
.about-img {
    max-width: 185px;
}
.about-col-2 {
    display: none;
}
.about-mobile-block {
    display: block;
    padding-top: 25px;
}
.about-button {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 20px;
    font-size: 13px;
}
.about-whatsapp-button {
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    padding: 25px 20px;
    font-size: 13px;
}
/*Что получают клиенты / Преимущества*/
.center-subtitle {
    padding-top: 10px;
    padding-bottom: 35px;
}
.adv-item-title {
    max-width: 100%;
    padding-top: 10px;
}
.adv-item-text {
    max-width: 100%;
}
.adv-item-img img {
    width: auto;
    height: 130px;
}
.poluchite-swiper .swiper-slide {
    margin-bottom: 0px;
}
.poluchite-swiper .swiper-slide-active {
    margin-top: 0px;
}
.poluchite-swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
    margin-top: 0px;
}
.poluchite-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    margin-bottom: 0px;
}
.poluchite-swiper .swiper-button-prev {
    padding: 5px 12px 5px 17px;
    height: 40px;
}
.poluchite-swiper .swiper-button-prev img {
    height: 11px;
}
.poluchite-swiper .swiper-button-next {
    padding: 5px 17px 5px 12px;
    height: 40px;
}
.poluchite-swiper .swiper-button-next img {
    height: 11px;
}
.poluchite-swiper .swiper-buttons {
    margin-top: 30px;
}
.tooltip-btn {
    font-size: 13px;
}
.tooltip-content {
    width: 170px;
    padding: 10px 10px 0px 10px;
    font-size: 12px;
}
/*Наши клиенты*/
.clients-wrapper {
    margin-top: 15px;
}
.clients-item {
    width: 30%;
}
/*Схема работы*/
.shema-wrapper {
    margin-top: 0px;
}
.shema-item {
    width: 100%;
    margin-top: 50px;
    height: 260px;
    padding: 30px;
}
.shema-item-subtitle a {
    font-size: 15px;
}
.shema-ico-mobile {
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
}
.shema-item-title {
    font-size: 24px;
    padding-top: 12px;
}
.shema-item-subtitle {
    max-width: 150px;
}
.shema-button {
    margin-top: 25px;
    padding: 25px 50px;
}
.shema-item-1 {
    background-size: auto 260px;
    background-position: bottom 0px right -180px;
}
.shema-item-2 .shema-item-subtitle {
    max-width: 180px;
}
.shema-item-4 {
    background-position: bottom right -220px;
    background-size: auto 260px;
}
/*Квиз*/
.kviz-wrapper {
    max-width: 415px;
    margin: 30px auto 0px auto;
}
.kviz-col-1 {
    width: 100%;
}
.kviz-col-2 {
    width: 100%;
    padding: 25px 20px 0px 20px;
    margin-bottom: 20px;
}
.kviz-col-img {
    max-width: 290px;
    height: 220px;
    object-fit: cover;
    object-position: top;
}


/*Faq*/
.faq-section {
    background-size: 400%;
}
.faq-question h3 {
    font-size: 22px;
}

/*Гайд*/
.guide-subtitle {
    font-size: 16px;
}
.guide-info img {
    display: none;
}
.guide-subblock {
    min-height: auto;
    padding: 50px 15px;
}
.guide-info {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 12px;
}
.guide-button {
    font-size: 14px;
    padding: 25px 50px;
}
.guide-button img {
    margin-left: 10px;
}
.guide-col-2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.guide-col-2 img {
    width: 100%;
    max-width: 260px;
    position: relative;
    margin-top: 20px;
    margin-right: -15px;
    bottom: -10px;
}
/*Отзывы*/
.otz-wrapper {
    margin-top: 10px;
}
.otz-card {
    padding: 10px;
    height: 100%;
}
.otz-img {
    height: auto;
    aspect-ratio: 9 / 16;
    border-radius: 15px;
}
.otz-video {
    height: auto;
    aspect-ratio: 9 / 16;
    border-radius: 15px;
}
.otz-title {
    font-size: 14px;
}
.otz-buttons {
    bottom: -10px;
}
.otz-buttons .otz-button-prev {
    left: 35%;
    width: 50px;
    height: 40px;
}
.otz-buttons .otz-button-next {
    right: 35%;
    width: 50px;
    height: 40px;
}
.otz-buttons img {
    width: 20px;
}
/*Контакты*/
.contact-block .center-wrapper {
    margin-bottom: 20px;
}
.contact-col-1 {
    width: 100%;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form-title {
    font-size: 18px;
}
.contact-col-2 {
    display: none;
}
/*Футер*/
.footer-section {
    padding: 30px 10px 130px 10px;
}
.footer-block {
    flex-wrap: wrap;
}
.footer-logo {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.footer-logo img {
    width: 110px;
    height: auto;
}
.footer-menu {
    order: 3;
    width: 100%;
    margin-top: 35px;
}
.footer-tg {
    display: flex;
    justify-content: center;
    order: 2;
    width: 100%;
}
a.footer-tg-link {
    padding: 16px 20px;
    font-size: 14px;
}
a.footer-whatsapp-link {
    padding: 16px 20px;
    font-size: 14px;
}
.linkedin img {
    display: flex;
}
.mobile-menu-section {
    opacity: 0;
    display: block;
    width: 100%;
    padding: 0px 10px;
    position: fixed;
    bottom: 20px;
    z-index: 9;
    transition: all .3s;
}
.mobile-menu-section.mobile-menu-fixed {
    opacity: 1;
}
.mobile-menu-block {
    max-width: 410px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 214, 168, 1) 0%, rgba(255, 234, 207, 1) 50%, rgba(236, 199, 154, 1) 100%);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px rgba(220, 185, 144, 1);
}
.mobile-menu-block a {
    width: 33.333%;
    padding: 12px 0px;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
    color: #845942;
}
.modal-item:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
#trp-floater-ls {
    display: none;
}
}










/*Стили квиза*/
.wpcf7cf_steps-dots {
    position: relative;
    margin-bottom: 0px !important;
}
.wpcf7cf_steps-dots:after {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #eee;
    position: absolute;
    top: 49%;
}
.dot.active .step-index {
    background-color: #dcb990 !important;
    color: #fff !important;
}
.dot.completed .step-index {
    background-color: #dcb990 !important;
    color: #fff !important;
}
.dot {
    border: 0 !important;
    text-align: left !important;
    padding: 20px 0px 20px 0px !important;
    z-index: 2;
}
.dot:last-child {
    background: #F9FAFC !important;
}
.step-index {
    background-color: #F9FAFC !important;
    color: #acadaf !important;
    border-radius: 8px !important;
    border: 1px solid #dcb990 !important;
}
.kviz-step-title {
    color: #323946;
    font-size: 30px;
    line-height: 1.1;
}
.kviz-step-subtitle {
    color: #A9B3C3;
    font-size: 18px;
    padding: 15px 0px 20px 0px;
}
.kviz-step-radiofield .wpcf7-list-item {
    width: 48%;
    margin: 1% 2% 1% 0;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.kviz-step-radiofield .wpcf7-list-item:hover {
    background: #fafafa;
}
.kviz-step-radiofield input {
    display: none;
}
.kviz-step-radiofield .wpcf7-list-item-label {
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 45px;
    background: url(/wp-content/uploads/radio.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 24px;
}
.kviz-step-radiofield input:checked ~ .wpcf7-list-item-label {
    background: url(/wp-content/uploads/radio-done.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 24px;
}
.kviz-step-radiofield .wpcf7-list-item-label:hover {
    cursor: pointer;
}
.kviz-step-textfield input {
    width: 98%;
    padding: 17px 20px;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    margin: 1% 2% 1% 0;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.kviz-step-mailfield input {
    width: 100%;
    max-width: 320px;
    padding: 17px 20px;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    margin: 1% 2% 1% 0;
    border: 1px solid #E8EBEF;
    background: #fff;
    border-radius: 6px;
    transition: all .3s;
}
.wpcf7-select {
    width: 100%;
    max-width: 320px;
    margin: 1% 2% 1% 0;
    max-width: 320px;
    padding: 17px 20px;
    background: #fff;
    border: 1px solid #E8EBEF;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    border-radius: 6px;
}
.wpcf7cf_step_controls {
    align-items: center;
    margin-right: 2%;
}
.kviz-col-1 .wpcf7cf_next {
    padding: 25px 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #845942;
    background: rgb(255,214,168);
    background: linear-gradient(135deg, rgba(255,214,168,1) 0%, rgba(255,234,207,1) 50%, rgba(236,199,154,1) 100%);
    border: 0;
    font-family: 'Onest', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.kviz-col-1 .wpcf7cf_next:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}
.kviz-col-1 .wpcf7cf_prev {
    padding: 22px 20px 20px 45px;
    font-family: 'Onest', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    background: url(/wp-content/uploads/back-kviz.svg);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 16px;
    font-size: 15px;
    color: #B1B8C2;
}
.kviz-col-1 .wpcf7cf_prev:hover {
    cursor: pointer;
}
.kviz-col-1 .wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.kviz-col-1 .wpcf7-response-output {
    margin-top: 30px !important;
}
.kviz-col-1 .wpcf7cf_next-container {
    position: relative;
}
.kviz-col-1 .wpcf7-spinner {
    position: absolute;
    bottom: 32%;
    right: 10px;
    margin: 0;
}

@media (max-width: 767px) {
.dot {
    min-width: auto !important;
}
.kviz-step-title {
    font-size: 22px;
}
.kviz-step-subtitle {
    font-size: 16px;
}
.kviz-step-radiofield .wpcf7-list-item {
    width: 100%;
    margin: 2% 0% 2% 0;
}
.kviz-step-textfield input {
    width: 100%;
    margin: 2% 0% 2% 0;
}
.kviz-step-radiofield .wpcf7-list-item-label {
    padding: 15px 20px 15px 45px;
    font-size: 15px;
}
.wpcf7cf_prev-container {
    width: 100%;
    text-align: center;
    order: 2;
}
.kviz-col-1 .wpcf7cf_next-container {
    width: 100%;
}
.kviz-col-1 .wpcf7cf_next {
    width: 100%;
    justify-content: center;
}
.wpcf7cf_step_controls {
    margin-right: 0;
    margin-top: 15px;
}
}










/*Блог*/

/*Архив записей*/
.archoveblog-block {
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.archoveblog-wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.archive-faq-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.archive-faq-block a {
    display: flex;
    padding: 12px 30px;
    border-radius: 100px;
    color: #ddd;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 15px;
    text-decoration: none;
    transition: all .3s;
}
.archive-faq-block a:hover {
    background: #29273A;
}
.archive-faq-block .current-cat a {
    color: #B39657;
    background: #29273A;
    border-color: #A48C6E;
}

/*Одиночная запись*/
.singleblog-section {
    padding: 40px 10px;
    border-bottom: 20px solid #1d2857;
}
.singleblog-block {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.singleblog-col-1 {
    width: 77%;
    padding-right: 20px;
}
.seo {
    margin-bottom: 40px;
    font-size: 12px;
    color: #ddd;
}
.seo a {
    color: #afafff;
}
.singleblog-title {
    margin-bottom: 15px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.47) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
}
.tableofcontents-mobile {
    display: none;
}
.singleblog-firtsblock {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 20px;
}
.singleblog-firtsblock-item {
    display: flex;
}
.singleblog-firtsblock-item-title {
    width: 210px;
    color: #777;
}
.singleblog-content {
    padding: 25px 30px 10px 30px;
    background: #fff;
    line-height: 1.4;
    font-size: 18px;
    border-radius: 20px;
}
.singleblog-col-1 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #eee;
}
.text h1 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1;
}
.text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1;
}
.text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1;
}
.text h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1;
}
.text h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1;
}
.text p {
    padding-bottom: 20px;
}
.text table {
    margin-bottom: 20px;
}
.text td {
    padding: 5px;
    border: 1px solid #343A40;
}
.text th {
    padding: 5px;
    border: 1px solid #343A40;
}
.text ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
}
.text ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: decimal;
}
.text li {
    padding: 5px 0px;
}
.text blockquote {
    padding: 40px;
    border-radius: 10px;
    margin: 0px 0px 20px 0px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 214, 168, 1) 0%, rgba(255, 234, 207, 1) 50%, rgba(236, 199, 154, 1) 100%);
}
.text hr {
    margin: 45px 0px 50px 0px;
    border-color: #ffffff78;
}
.singleblog-col-2 {
    width: 23%;
}
.singleblog-aside {
    position: sticky;
    top: 10px;
}
.lwptoc {
    margin: 0 !important;
}
.lwptoc_i {
    border-radius: 20px;
    background: #fff !important;
}
.lwptoc_header {
    font-size: 18px;
    margin-bottom: 12px !important;
}
.lwptoc_itemWrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lwptoc_item_label {
    line-height: 1.1;
}
.tg-button {
    display: flex;
    margin-top: 15px;
}
.tg-button a {
    width: 100%;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    color: #845942;
    background: rgb(255, 214, 168);
    background: linear-gradient(135deg, rgba(255, 214, 168, 1) 0%, rgba(255, 234, 207, 1) 50%, rgba(236, 199, 154, 1) 100%);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    border-radius: 20px;
    box-shadow: 0px 6px 0px 0px rgba(220, 185, 144, 1);
    transition: all .3s;
}
.tg-button a:hover {
    box-shadow: 0px 0px 0px 0px rgba(220, 185, 144, 1);
}

@media (max-width: 1100px) {
.dot {
    min-width: auto !important;
}
}

@media (max-width: 767px) {
.archoveblog-wrapper {
    grid-template-columns: 1fr;
}
.archive-faq-block a {
    padding: 10px 16px;
    font-size: 14px;
}

.singleblog-col-1 {
    width: 100%;
    padding-right: 0;
}
.singleblog-firtsblock-item-title {
    width: 50%;
}
.singleblog-firtsblock-item-text {
    width: 50%;
}
.text hr {
    margin: 25px 0px 30px 0px;
}
.singleblog-title {
    font-size: 28px;
}
.singleblog-col-2 {
    width: 100%;
}
.tableofcontents {
    display: none;
}
.tableofcontents-mobile {
    display: block;
    margin-bottom: 20px;
}
.singleblog-content {
    padding: 20px 20px 10px 20px;
}
}










/*Шаблон услуг*/

/*С кем мы работаем*/
.workwith-section {
    position: relative;
    padding: 60px 10px;
}
.workwith-block {
    max-width: 1160px;
    margin: 0 auto;
}
.workwith-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}
.workwith-title span {
    color: #6b7280;
}
.workwith-subtitle {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #9ca3af;
    margin-bottom: 40px;
    line-height: 1.6;
}
.coop-tabs {
    margin-top: 24px;
}
.alltab-tabs {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #0F1633;
    border-radius: 50px;
    z-index: 3;
}
.alltab-tabs::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.alltab-tabs-inner {
    position: relative;
    display: flex;
    gap: 4px;
    padding: 8px;
    border-radius: 50px;
    z-index: 2;
}
.workwith-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: transparent;
    color: #9ca3af;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
}
.workwith-tab:hover {
    color: #e5e7eb;
}
.workwith-tab.active {
    background: #29273A;
    color: #B39657;
    border: 1px solid #A48C6E;
}
.tab-icon {
    font-size: 16px;
}
.workwith-content {
    background: #070D28;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 24px;
    z-index: 2;
}
.workwith-content::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.workwith-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
}
.workwith-panel.active {
    display: grid;
}
.workwith-panel-left {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.workwith-panel-icon {
    font-size: 32px;
    margin-bottom: 8px;
}
.workwith-panel-left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Bebas Neue', sans-serif;
}
.workwith-panel-left p {
    max-width: 345px;
    margin-bottom: 24px;
    line-height: 1.6;
    color: #9ca3af;
}
.workwith-panel-right {
    padding: 40px;
}
.workwith-panel-right h4 {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.workwith-panel-right ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.workwith-panel-right ul li {
    font-size: 14px;
    color: #c9cdd5;
    padding-left: 38px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid #25373F;
    border-radius: 10px;
}
.workwith-panel-right ul li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 50%;
    border: 1px solid #9DE29B;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workwith-panel-right ul li::after {
    content: '✓';
    position: absolute;
    left: 17px;
    top: 6px;
    font-size: 8px;
    color: #9DE29B;
    font-weight: bold;
}

/* Адаптив с кем мы работаем */
@media (max-width: 767px) {
    .workwith-subtitle {
        font-size: 15px;
    }
    .workwith-panel {
        grid-template-columns: 1fr;
    }
    .workwith-panel-left {
        padding: 30px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .workwith-panel-left p {
        font-size: 15px;
    }
    .workwith-panel-right {
        padding: 30px;
    }
    .workwith-tabs {
        width: 100%;
        max-width: 100%;
        position: sticky;
        top: 10px;
    }
    .workwith-tabs-inner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        justify-content: flex-start;
        padding-left: 8px;
        padding-right: 8px;
    }
    .workwith-tabs-inner::-webkit-scrollbar {
        display: none;
    }
    .workwith-tab {
        border-radius: 50px;
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 13px;
        padding: 6px 12px;
    }
}

/* Варианты сотрудничества */
.coop-section {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 60px 10px;
}
.coop-block {
    max-width: 1160px;
    margin: 0 auto;
}
.coop-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
    letter-spacing: -0.5px;
}
.coop-title span {
    color: #6b7280;
}
.coop-tab {
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: transparent;
    color: #9ca3af;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    z-index: 2;
}
.coop-tab:hover {
    color: #e5e7eb;
}
.coop-tab.active {
    background: #29273A;
    color: #B39657;
    border: 1px solid #A48C6E;
}
.coop-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.coop-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-column: 1 / -1;
}
.coop-panel.active {
    display: grid;
}
.coop-panel[data-coop-panel="compare"] {
    grid-template-columns: 1fr;
}
.coop-compare-table {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #0F1633;
    z-index: 2;
}
.coop-compare-table::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.coop-compare-table table {
    width: 100% !important;
    height: auto !important;
    border-collapse: collapse;
}
.coop-compare-table thead th {
    width: auto !important;
    padding: 20px 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.coop-compare-table thead th:first-child {
    text-align: left;
    color: #fff;
}
.coop-compare-table thead th:nth-child(2) {
    color: #e5e7eb;
}
.coop-compare-table tbody td:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.coop-compare-table thead th:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.coop-compare-table thead th:nth-child(3) {
    color: #f5d5a0;
    background: #181D38;
}
.coop-compare-table tbody td:nth-child(3) {
    background: #181D38;
}
.coop-compare-table tbody td {
    width: auto !important;
    padding: 16px 24px;
    font-size: 14px;
    color: #c9cdd5;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.coop-compare-table tbody td:first-child {
    text-align: left;
    color: #9ca3af;
}
.coop-compare-table tbody tr:last-child td {
    border-bottom: none;
}
.coop-compare-table tbody tr:hover td {
    background: #2d2a47;
}
.coop-check {
    color: #22c55e;
    font-size: 16px;
    font-weight: bold;
}
.coop-cross {
    color: #4b5563;
    font-size: 14px;
}
.coop-highlight {
    color: #f5d5a0;
    font-weight: 600;
}
.coop-panel-left {
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
    background: #070D28;
    z-index: 2;
}
.coop-panel-left::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.coop-panel-left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Bebas Neue', sans-serif;
}
.coop-panel-left > p {
    max-width: 385px;
    line-height: 1.6;
    color: #DADEE1;
}
.coop-panel-left > p strong {
    color: #e5e7eb;
}
.coop-note {
    margin-bottom: 12px;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border-left: 2px solid rgba(245, 158, 11, 0.4);
}
.coop-note-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #B39657;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.coop-note p {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
}
.coop-note p strong {
    color: #e5e7eb;
}
.coop-panel-right {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.coop-panel-right::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.coop-panel-right h4 {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.coop-panel-right ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.coop-panel-right ul li {
    font-size: 14px;
    color: #c9cdd5;
    padding-left: 38px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid #25373F;
    border-radius: 10px;
}
.coop-panel-right ul li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 50%;
    border: 1px solid #9DE29B;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coop-panel-right ul li::after {
    content: '✓';
    position: absolute;
    left: 17px;
    top: 6px;
    font-size: 8px;
    color: #9DE29B;
    font-weight: bold;
}
.coop-suitable {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 32px 40px;
    position: relative;
    overflow: hidden;
}
.coop-suitable::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.coop-suitable-title {
    position: absolute;
    left: 0;
    top: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
    height: 100%;
    font-size: 90px;
    font-weight: 600;
    color: #1F253D;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'Bebas Neue', sans-serif;
    z-index: -1;
}
.coop-suitable ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.coop-suitable ul li {
    font-size: 14px;
    color: #c9cdd5;
    padding: 10px 20px 10px 38px;
    position: relative;
    line-height: 1.5;
    border: 1px solid #25373F;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.coop-suitable ul li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 50%;
    border: 1px solid #9DE29B;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coop-suitable ul li::after {
    content: '✓';
    position: absolute;
    left: 17px;
    top: 14px;
    font-size: 8px;
    color: #9DE29B;
    font-weight: bold;
}

/* Адаптив варианты сотрудничества */
@media (max-width: 767px) {
    .coop-panel {
        grid-template-columns: 1fr;
    }
    .coop-panel[data-coop-panel="compare"] {
        grid-template-columns: 1fr;
    }
    .coop-panel-left {
        padding: 30px;
    }
    .coop-panel-right {
        padding: 30px;
    }
    .coop-compare-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .coop-tabs {
        width: 100%;
        max-width: 100%;
        position: sticky;
        top: 10px;
    }
    .coop-tabs-inner {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        justify-content: flex-start;
        padding-left: 8px;
        padding-right: 8px;
    }
    .coop-tabs-inner::-webkit-scrollbar {
        display: none;
    }
    .coop-tab {
        font-size: 13px;
        padding: 6px 12px;
        height: 36px;
    }
    .coop-suitable {
        padding: 30px;
    }
    .coop-compare-table::before {
        min-width: 408px;
    }
    .coop-compare-table table {
        min-width: 410px;
    }
    .coop-compare-table thead th {
        padding: 10px;
        font-size: 12px;
    }
    .coop-compare-table thead th:first-child {
        text-align: center;
    }
    .coop-compare-table tbody td {
        padding: 10px;
        font-size: 12px;
    }
}

/* Преимущества */
.advantages-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px;
    overflow: hidden;
}
.advantages-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(180deg, rgba(7, 14, 44, 0) 0%, rgba(7, 14, 44, 0.9) 50%, rgba(7, 14, 44, 1) 100%);
}
.advantages-block {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}
.advantages-swiper {
    margin-top: 30px;
    padding-bottom: 0 !important;
    overflow: visible;
}
.advantages-swiper .swiper-slide {
    height: auto;
}
.advantages-swiper .swiper-buttons {
    position: absolute;
    right: 0;
    top: -101px;
    display: flex;
    justify-content: center;
}
.advantages-swiper .swiper-button-prev {
    position: relative;
    padding: 20px 20px 20px 35px;
    width: auto;
    left: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 100px 0px 0px 100px;
    border-right: 3px solid #0B1330;
}
.advantages-swiper .swiper-button-prev:after {
    display: none;
}
.advantages-swiper .swiper-button-next {
    position: relative;
    padding: 20px 35px 20px 20px;
    width: auto;
    right: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 0px 100px 100px 0px;
}
.advantages-swiper .swiper-button-next:after {
    display: none;
}
.adv-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
}
.adv-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.adv-card h3 {
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}
.adv-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
}
.adv-card h4 {
    margin-top: auto;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.adv-card ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.adv-card ul li {
    font-size: 14px;
    color: #c9cdd5;
    padding-left: 38px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.5;
    border-bottom: 1px solid #25373F;
    border-radius: 10px;
}
.adv-card ul li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: rgba(34, 197, 94, 0.15);
    border-radius: 50%;
    border: 1px solid #9DE29B;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adv-card ul li::after {
    content: '✓';
    position: absolute;
    left: 17px;
    top: 6px;
    font-size: 8px;
    color: #9DE29B;
    font-weight: bold;
}

/* Адаптив преимущества */
@media (max-width: 767px) {
    .left-mobile-wrapper {
        justify-content: flex-start;
    }
    .advantages-swiper {
        margin-top: 20px;
    }
    .advantages-swiper .swiper-buttons {
        top: -64px;
    }
    .advantages-swiper .swiper-button-prev {
        padding: 5px 12px 5px 17px;
        height: 40px;
    }
    .advantages-swiper .swiper-button-prev img {
        height: 11px;
    }
    .advantages-swiper .swiper-button-next {
        padding: 5px 17px 5px 12px;
        height: 40px;
    }
    .advantages-swiper .swiper-button-next img {
        height: 11px;
    }
}

/* Креативы */
.creative-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(7, 14, 44, 1) 0%, rgba(7, 14, 44, 0.85) 35%, rgba(7, 14, 44, 0) 100%);
    z-index: 1;
}
.creative-images {
    transform: rotateX(180deg);
}
.creative-title {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 8px 18px;
    border: 1px solid #a48c6e96;
    border-radius: 50px;
    background: #070d2852;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-family: 'Onest', sans-serif;
}
.creative-swiper .swiper-slide {
    height: auto;
}

/* Адаптив креативы */
@media (max-width: 767px) {
    .creative-buttons {
        bottom: -10px;
    }
    .creative-buttons .creative-button-prev {
        left: 35%;
        width: 50px;
        height: 40px;
    }
    .creative-buttons .creative-button-next {
        right: 35%;
        width: 50px;
        height: 40px;
    }
    .creative-buttons img {
        width: 20px;
    }
    .creative-title {
        top: auto;
        bottom: 20px;
        left: auto;
        right: 20px;
    }
}

/* Страны */
.countries-section {
    padding: 10px 10px 120px 10px;
}
.countries-block {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    background: url(/wp-content/uploads/map.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 51.1%;
    border-radius: 25px;
    overflow: hidden;
}
.countries-content {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 50px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    position: relative;
    overflow: hidden;
}
.countries-content::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.countries-left {
    width: 60%;
}
.countries-right {
    width: 40%;
}
.countries-title {
    width: max-content;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.47) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
}
.countries-subtitle {
    color: #DADEE1;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 1.3;
}
.countries-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.country-lang {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 13px;
    color: #9ca3af;
    transition: all 0.2s ease;
}
.country-lang:hover {
    background: #29273A;
    color: #B39657;
    border: 1px solid #A48C6E;
}
.countries-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}
.country-flag-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    background: linear-gradient(135deg, rgba(245, 213, 160, 0.2), rgba(232, 185, 110, 0.15));
    border: 1px solid rgba(245, 185, 110, 0.25);
    border-radius: 50px;
    font-size: 13px;
    color: #e5e7eb;
    transition: all 0.2s ease;
}
.country-flag-pill:hover {
    background: linear-gradient(135deg, rgba(245, 213, 160, 0.3), rgba(232, 185, 110, 0.25));
    border-color: rgba(245, 185, 110, 0.4);
    transform: translateY(-1px);
}
/* Адаптив страны */
@media (max-width: 767px) {
    .countries-section {
        padding: 60px 10px 80px 10px;
    }
    .countries-block {
        background-size: 100%;
    }
    .countries-content {
        padding: 30px;
        gap: 30px;
    }
    .countries-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .countries-right {
        width: 100%;
    }
    .countries-title {
        font-size: 34px;
        text-align: center;
    }
    .countries-subtitle {
        text-align: center;
        max-width: 250px;
    }
    .countries-languages {
        gap: 6px;
        justify-content: center;
    }
    .country-lang {
        font-size: 12px;
        padding: 6px 10px;
    }
    .countries-right {
        gap: 6px;
        justify-content: center;
    }
    .country-flag-pill {
        font-size: 12px;
        padding: 6px 10px;
    }
    .countries-left .hero-buttons {
        max-width: 360px;
    }
    .countries-left .hero-buttons a {
        padding: 25px 40px;
    }
}

/* Команда */
.team-section {
    overflow: hidden;
    padding: 60px 10px;
}
.team-block {
    max-width: 1160px;
    margin: 0 auto;
}
.team-swiper {
    margin-top: 25px;
    padding-bottom: 0 !important;
    overflow: visible;
}
.team-swiper .swiper-slide {
    height: auto;
}
.team-swiper .swiper-buttons {
    position: absolute;
    right: 0;
    top: -101px;
    display: flex;
    justify-content: center;
}
.team-swiper .swiper-button-prev {
    position: relative;
    padding: 20px 20px 20px 35px;
    width: auto;
    left: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 100px 0px 0px 100px;
    border-right: 3px solid #0B1330;
}
.team-swiper .swiper-button-prev:after {
    display: none;
}
.team-swiper .swiper-button-next {
    position: relative;
    padding: 20px 35px 20px 20px;
    width: auto;
    right: auto;
    height: auto;
    margin-top: 0;
    background: rgba(217, 217, 217, 0.13);
    border-radius: 0px 100px 100px 0px;
}
.team-swiper .swiper-button-next:after {
    display: none;
}
.team-card {
    display: grid;
    grid-template-columns: 230px 1fr;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.team-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.team-card-photo {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(245, 158, 11, 0.08), rgba(245, 158, 11, 0.02));
}
.team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-card-photo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}
.team-card-info {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.team-card-role {
    font-size: 12px;
    font-weight: 500;
    color: #B39657;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.team-card-info h3 {
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}
.team-card-info p {
    font-size: 14px;
    line-height: 1.6;
    color: #9ca3af;
}
.team-card-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 8px;
}
.team-tag {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 13px;
    color: #9ca3af;
    transition: all 0.2s ease;
}
@media (max-width: 767px) {
    /* Адаптив команда */
    .team-card {
        grid-template-columns: 1fr;
    }
    .team-card-photo {
        display: flex;
        justify-content: center;
        height: 240px;
    }
    .team-card-photo::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        width: auto;
        height: 1px;
    }
    .advantages-swiper {
        margin-top: 20px;
    }
    .team-swiper .swiper-buttons {
        top: -64px;
    }
    .team-swiper .swiper-button-prev {
        padding: 5px 12px 5px 17px;
        height: 40px;
    }
    .team-swiper .swiper-button-prev img {
        height: 11px;
    }
    .team-swiper .swiper-button-next {
        padding: 5px 17px 5px 12px;
        height: 40px;
    }
    .team-swiper .swiper-button-next img {
        height: 11px;
    }
    .team-card-photo img {
        max-width: 220px;
        object-position: top center;
    }
}

/* Телеграм */
.telegram-section {
    padding: 60px 10px;
}
.telegram-content {
    max-width: 1160px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 50px 0px 50px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.telegram-content::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 225, 187, 0.56) 0%, rgba(255, 255, 255, 0.18) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.telegram-title {
    max-width: 580px;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.47) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
}
.telegram-desc {
    margin-top: 20px;
    margin-bottom: 36px;
    line-height: 1.7;
    color: #9ca3af;
}
.telegram-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.telegram-right img {
    position: absolute;
    bottom: 0;
    height: auto;
    display: block;
    max-width: 450px;
}
.telegram-button {
    display: flex;
}
.telegram-button a {
    text-align: center;
    padding: 25px 50px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #42C6FF 0%, #20B7FF 100%);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    border-radius: 100px;
    box-shadow: 0px 6px 0px 0px #2197CE;
    transition: all .3s;
}
.telegram-button a:hover {
    box-shadow: 0px 0px 0px 0px #2197CE;
}

/* Адаптив телеграм */
@media (max-width: 767px) {
    .telegram-content {
        grid-template-columns: 1fr;
        padding: 40px 30px;
        font-size: 15px;
    }
    .telegram-title {
        font-size: 26px;
    }
    .telegram-right {
        order: -1;
    }
    .telegram-right img {
        max-width: 380px;
        margin-right: -300px;
    }
    .telegram-right img {
        opacity: 0.2;
        z-index: -1;
    }
    .telegram-button a {
        min-width: 280px;
        padding: 25px 20px;
    }
}

/* Текстовый */
.text-section {
    padding: 60px 10px;
}
.text-block {
    max-width: 1040px;
    margin: 0 auto;
}
.text-content {
    margin-top: 25px;
    color: #fff;
    line-height: 1.5;
    border-radius: 20px;
}

/* Адаптив текстовый */
@media (max-width: 767px) {
    .text-content {
        margin-top: 15px;
        font-size: 14px;
    }
}

