/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I'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, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 9768.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 6px;}
::-webkit-scrollbar-track {  background-color: #002140;}
::-webkit-scrollbar-track-piece { background-color: #002140}
::-webkit-scrollbar-thumb { height: 8px; width: 8px; background-color: #6a5acd; border-radius: 4px;}
::-webkit-scrollbar-corner { background-color: #6a5acd;}
*::selection {
    color: #fff;
    background: #002140;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
.d-none{
    display: none;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

:root{
    --wp--preset--spacing--50: 16px;
    --wp--preset--spacing--70: 25px;
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --swiper-pagination-color: #6a5acd;
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 2px;
    --swiper-pagination-bullet-inactive-color: #d9d9d9;
    --swiper-pagination-bullet-border-radius: 2px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-sides-offset: 5px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-size: 48px;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    height: 100%;
    line-height: 1.4;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Inter', sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    line-height: 1.4;
}
#container{
    flex: 1 0 auto;
    width: 100%;
}
.wp-block-cover, .wp-block-cover-image{
    min-height: auto;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #6a5acd;
}
p{
    margin-top: 0;
    margin-bottom: 1em;
}
p:last-child{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
svg{
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .6em;
}
.title-block,h1,.h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #002140;
    margin-bottom: 16px;
}
h2,.h2{
    font-size: 20px;
    margin-bottom: 24px;
}
.title-small,
h3, .h3{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
}
.title-block{
    text-align: center;
    position: relative;
    line-height: 1.11;
}
.title-block:after{
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background: #6a5acd;
    margin: 10px auto 0;
}
.title-line-desc .desc-title{
    margin-bottom: 32px;
    text-align: center;
}
.title-line-desc .title-block{
    margin-bottom: 20px;
}
.wp-block-image:last-child{
    margin-bottom: 0;
}
.wp-block-image .wp-element-caption{
    margin-bottom: 0;
    margin-top: 1em;
}
.is-style-p-block, .page-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.is-style-p-bot{
    padding-bottom: 50px;
}
.is-style-p-top{
    padding-top: 50px;
}
.swiper-pagination{
    position: relative;
    bottom: auto!important;
    left: auto!important;
    top: auto!important;
    margin-top: 16px;
    line-height: 0;
}
.swiper-button-next,
.swiper-button-prev{
    width: var(--swiper-navigation-size);
    box-shadow: none;
    background-color: #fff;
    border-radius: 10px;
    transition: .2s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background-color: #f4f6fb;
}
.swiper-button-next:active,
.swiper-button-prev:active{
    background-color: #483088;
}
.swiper-navigation-disabled ~ .swiper-button-next,
.swiper-navigation-disabled ~ .swiper-button-prev{
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next:before,
.swiper-button-prev:before{
    position: relative;
    content: '';
    display: block;
    height: 100%;
    background-image: url("/images/next.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    transition: .2s;
}
.swiper-button-prev:before{
    transform: rotate(180deg);
}
.row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.container{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    --container-width: 100%;
    position: relative;
}
.align-items-center{
    align-items: center;
}
.btn,.wp-block-button__link{
    display: inline-block;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    border-radius: 10px;
    padding: 10px 24px!important;
    box-shadow: none;
    outline: none;
    background-color: #6a5acd;
    text-align: center;
    transition: .2s;
}
.btn strong,.wp-block-button__link strong{
    font-weight: 600;
}
.btn:hover,.wp-block-button__link:hover{
    background-color: #483088;
    color: #fff;
}
.btn:active,.wp-block-button__link:active{
    background-color: #000;
    color: #fff;
}
.btn.btn-revers{
    background-color: #002140;
    color: #fff;
}
.btn.btn-revers:hover{
    background-color: #fff;
    color: #6a5acd;
}
.btn.btn-revers:active{
    background-color: #000;
    color: #fff;
}
.btn.btn-border,
.wp-block-button.is-style-outline .wp-block-button__link{
    padding: 9px 23px!important;
    background-color: transparent;
    border: 1px solid #483088;
    color: #483088;
    outline: none!important;
}
.btn.btn-border:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover{
    background-color: transparent;
    color: #6a5acd;
    border-color: #6a5acd;
}
.btn.btn-border:active,
.wp-block-button.is-style-outline .wp-block-button__link:active{
    background-color: transparent;
    color: #2c2f4d;
    border-color: #2c2f4d;
}
.wp-block-button.arrow-btn .wp-block-button__link,
.btn.arrow-btn{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.wp-block-button.arrow-btn .wp-block-button__link:after,
.btn.arrow-btn:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/images/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#header{
    position: sticky;
    top: 0;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 150;
    box-shadow: 0 0 10px 0 rgba(106, 90, 205, 0.2);
    transition: background-color .2s 0s, box-shadow .2s 0s;
}
#header .row{
    --bs-gutter-x: 8px;
}
body:not(.scroll-page).page-template-home #header{
    background-color: transparent;
    box-shadow: 0 0 10px 0 rgba(106, 90, 205, 0);
}
#header .col-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    color: #002140;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}
#header .col-menu{
    flex: 1 0 0%;
}
#footer{
    background-color: #2c2f4d;
    color: #fff;
}
#footer .top-line .col-contacts{
    font-size: 18px;
}
#footer .top-line{
    padding-top: 50px;
    padding-bottom: 32px;
}
#footer .col-form .wpcf7{
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.1), 0 9px 13px -3px rgba(0, 0, 0, 0.1);
    background: #f4f6fb;
    color: #2c2f4d;
}
#footer .col-form .title-form{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #2c2f4d;
    margin-bottom: 16px;
}
#footer .title{
    font-weight: 700;
    font-size: 26px;
    line-height: 1.33;
    margin-bottom: 16px;
    font-family: "Open Sans", sans-serif;
}
#footer .contacts{
    color: #9ca3af;
    line-height: 1.44;
}
#footer .contacts strong{
    font-weight: 700;
}
#footer .contacts .contact-item + .contact-item{
    margin-top: 10px;
}
#footer a:hover{
    color: #6a5acd;
}
#footer .req{
    font-size: 14px;
    margin-top: 10px;
}
#footer .bottom-line{
    font-size: 14px;
    opacity: .5;
    padding-top: 16px;
    padding-bottom: 16px;
}
#footer .line-style div{
    background-color: #9ca3af;
    height: 1px;
}
.social-list{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
#header .social-list{
    gap: 16px;
}
#footer .social-list{
    margin-top: 16px;
}
.social-list a{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 2px;
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.social-list a svg path{
    transition: .2s;
}
.social-list a:hover svg:not(.hover-stroke) path{
    fill: #9ca3af;
}
.social-list a:hover svg.hover-stroke path{
    stroke: #9ca3af;
}
#header .social-list a{
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .social-list a:not(:hover) svg path{
    fill: #475f77;
}
.tel-text .text-time{
    font-size: 10px;
    color: #002140;
}
.tel-text .number-phone{
    font-weight: 500;
    color: #002140;
}
.row > *{
    width: auto;
}
.wpcf7 .btn{
    background: linear-gradient(173deg, #6250bc 0%, #4f3896 100%);
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    padding: 17px 20px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .mod-select select, .wpcf7-form textarea {
    font-family: "Inter", sans-serif;
    width: 100%;
    font-size: 16px;
    min-height: 34px;
    line-height: 22px;
    border: 1px solid rgba(160, 147, 225, 0.4);;
    box-shadow: none!important;
    background: #fff;
    padding: 16px 16px;
    outline: none !important;
    border-radius: 12px!important;
    vertical-align: middle;
    color: #2c2f4d;
    transition: .3s;
}
.modal .wpcf7-form input[type=text], .modal .wpcf7-form input[type=email], .modal .wpcf7-form input[type=tel], .modal .wpcf7-form input[type=date],
.modal .mod-select select, .modal .wpcf7-form textarea,
.modal .wpcf7-checkbox .wpcf7-list-item-label:before, .modal .wpcf7-acceptance .wpcf7-list-item-label:before{
    background-color: #f4f6fb;
}
.wpcf7-form .item-field{
    margin-bottom: 16px;
}
.wpcf7-form .item-field .label{
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.43;
    display: block;
    color: #2c2f4d;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus, .mod-select select:focus, .wpcf7-form textarea:focus,
.wpcf7-form select:focus{
    border-color: #4f3896;
}
.wpcf7-form .btn{
    width: 100%;
}
.wpcf7-checkbox,
.wpcf7-acceptance{
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.wpcf7-checkbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.wpcf7-checkbox .wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item:last-child{
    margin-right: 0;
}
.wpcf7-checkbox label,
.wpcf7-acceptance label{
    display: block;
}
.wpcf7-checkbox label input,
.wpcf7-acceptance label input{
    display: none;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label{
    display: block;
    position: relative;
    padding-left: 32px;
    line-height: 24px;
    font-size: 16px;
    color: #63666d;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    border: 1px solid rgba(160, 147, 225, 0.4);
    left: 0;
    top: 0;
    cursor: pointer;
    transition: .2s;
}
.wpcf7-checkbox .wpcf7-list-item-label:hover:before,
.wpcf7-acceptance .wpcf7-list-item-label:hover:before{
    border-color: #4f3896;
}
.wpcf7-checkbox label .wpcf7-list-item-label:after,
.wpcf7-acceptance label .wpcf7-list-item-label:after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    transition: .2s;
}
.wpcf7-checkbox label input:checked+.wpcf7-list-item-label:after,
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:after{
    opacity: 1;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0 2px 0 0;
    line-height: 1.1;
    z-index: 5;
}
.footer-form .wpcf7-not-valid-tip{
    color: #ffffff;
}
.footer-form .wpcf7 a:hover{
    color: #052e54;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-form .btn-line{
    position: relative;
}
.wpcf7-form .btn-line .wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50% -50%);
}
.wpcf7-form {
    position: relative;
}
.wpcf7-form .wpcf7-response-output{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0!important;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(98, 80, 188, 1);
    border-radius: 8px;
    font-size: 18px;
    padding: 1.5rem!important;
    color: #fff;
    z-index: 5;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a{

}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #0FB50FFF;
    background-color: #007e00;
    color: #fff;
}
.footer-form .row-form-home .col-left{
    margin-bottom: 16px;
}
.footer-form .form-desc{
    font-size: 16px;
}
.footer-form .title-block{
    margin-bottom: 16px;
    color: #fff;
}
.scroll-anchor{
    position: absolute;
    top: -150px;
    left: 0;
}
.swiper-slider{
    position: relative;
}
.swiper-slider .swiper .swiper-wrapper{
    align-items: center;
}
.swiper-slider .swiper .swiper-slide{
    height: auto;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 50%!important;
}

.menu-mobi-site{
    display: none;
    background-color: rgba(29, 12, 64, 0);
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    transition: .5s;
}
.menu-mobi-site .menu-col{
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    color: #002140;
}
.menu-mobi-site .bodym{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    padding: 32px 20px;
    background: #f4f6fb;
}
.footerm{
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #2C2F4D;
    padding-top: 32px;
    border-radius: 0 0 24px 24px;
}
.footerm .contacts .title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #eceff6;
    margin-bottom: 10px;
}
.footerm .contacts .contact-item{
    font-weight: 400;
    font-size: 16px;
}
.footerm .contacts .contact-item strong{
    font-weight: 600;
}
.footerm .contacts .contact-item + .contact-item{
    margin-top: 10px;
}
.footerm .social{
    margin-bottom: 32px;
    margin-top: 10px;
    justify-content: center;
}
.footerm .social .social-list{
    justify-content: center;
}
.footerm .contacts{
    color: #9ca3af;
    text-align: center;
}
.footerm .contacts .is-layout-flex{
    justify-content: center;
}
.menu-mobi-site .bodym ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-mobi-site .bodym ul li+ li{
    margin-top: 20px;
}
.menu-mobi-site .bodym .btn-line{
    margin-top: 24px;
}
.menu-mobi-site .headerm{
    padding: 10px 20px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}
.menu-mobi-site .headerm .logo-block{
    flex: 1 0 0%;
}
.menu-mobi-site .headerm .btn-close{
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
    padding: 0;
    background: none;
    cursor: pointer;
}
.menu-mobi-site .headerm .btn-close:active{
    opacity: .7;
}

.bn-home{
    position: relative;
    overflow: hidden;
    background-color: #eceff6;
    padding-top: 102px !important;
    margin-top: -52px;
}
.bn-home .text-decor{
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #483088;
    display: inline-block;
    border-radius: 9999px;
    padding: 6px 16px;
    background: rgba(160, 147, 225, 0.2);
    margin-bottom: 24px;
}
.bn-home h1,
.bn-home .h1{
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 1;
    letter-spacing: -0.01em;
}
.bn-home .text-opacity{
    opacity: .9;
}
.bn-home p:not(:last-child){
    margin-bottom: 24px;
}
.bn-home .container{
    position: relative;
    z-index: 10;
}
.bn-home .desc{
    display: none;
}
.bn-home .fon{
    display: none;
}
.bn-home:before{
    content:'';
    filter: blur(160px);
    display: block;
    position: absolute;
    width: 300px;
    height: 600px;
    border-radius: 50%;
    right:-150px;
    bottom: -300px;
    transform: rotate(-13deg);
    background: linear-gradient(0, #007FC5 0, #273283 25%, #007FC5 50%, #273283 75%, #007FC5 100%);
    opacity: .25;
    z-index: 1;
}
.bn-home .wp-block-buttons{
    gap: 16px;
}

.block-works{
    overflow: hidden;
}
.block-works .swiper{
    overflow: visible;
}
.block-works .swiper-wrapper{
    align-items: initial!important;
}
.block-works .panel{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: #fafafa;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block-works .panel .image{
    position: relative;
    padding-top: 130%;
    flex: 0 0 auto;
}
.block-works .panel .image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px 8px 0 0;
}
.block-works .panel .group-desc{
    padding: 10px;
    flex: 1 0 0%;
    display: flex;
    flex-direction: column;

}
.block-works .panel .title{
    font-weight: 500;
    font-size: 18px;
    color: #002140;
    flex: 1 0 0%;
    font-family: "Open Sans", sans-serif;
}
.block-works .panel .time{
    font-size: 16px;
    font-family: "Inter", sans-serif;
    margin-top: 10px;
    color: #002140;
    line-height: 1.2;
    flex: 0 0 auto;
}
.block-works .panel .name{
    color: #475f77;
}
.accordion-block{
    margin-bottom: -10px;
}
.accordion-block .item-accordion{
    margin-bottom: 10px;
}
.accordion-block .item-accordion .accordion-header{
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    padding-right: 48px;
    font-weight: 500;
    font-size: 16px;
    color: #2c2f4d;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
}
.accordion-block .item-accordion .accordion-header:hover{
    color: #6a5acd;
}
.accordion-block .item-accordion .accordion-header:after{
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url("/images/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .2s;
}
.accordion-block .item-accordion.active .accordion-header{
    color: #483088;
    font-weight: 700;
}
.accordion-block .item-accordion.active .accordion-header:after{
    background-image: url("/images/minus.svg");
}
.accordion-block .item-accordion .accordion-body{
    display: none;
}
.accordion-block .item-accordion .accordion-body .panel{
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    color: #2c2f4d;
}
.block-about .image{
    display: inline-block;
}
.block-about .desc-image{
    display: none;
}
.block-about .mobi-image{
    margin-right: -6%;
}
.block-about .col-image{
    text-align: center;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 32px;
}
.block-about .col-about{
    flex: 0 0 auto;
    width: 100%;
}
.block-about .title-small{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #483088;
    margin-bottom: 10px;
}
.block-about .panel-text + .panel-text-style{
    margin-top: 24px;
}
.block-about .panel-text .text-block{
    text-align: center;
}
.block-about .panel-text-style{
    padding: 24px;
}
.panel-text-style{
    border-left: 4px solid #6a5acd;
    border-radius: 16px;
    padding: 16px;
    background: #f4f6fb;
}
.panel-text-style .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #2c2f4d;
    margin-bottom: 8px;
}
.panel-text-style .text-block{
    opacity: .9;
}
.panel-text-style .text-block strong{
    font-weight: 600;
}
.block-telegram .btn-line{
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}
.block-telegram .panel-text-style{
    background: #fff;
}
.block-telegram .block-fon{
    background: #f4f6fb;
    border-radius: 24px;
    padding: 20px;
}
.block-telegram .row{
    gap: 20px 0;
}
.block-telegram .col-image img{
    border-radius: 8px;
}
.block-telegram .col-image,
.block-telegram .col-tg{
    flex: 0 0 auto;
    width: 100%;
}
.block-telegram .col-image{
    text-align: center;
}
.block-telegram .panel-text{
    margin-bottom: 20px;
}
.block-telegram .panel-text .title-small{
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #2c2f4d;
    margin-bottom: 10px;
    align-items: center;
}
.block-telegram .panel-text .title-small .icon-tg{
    display: flex;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}
.block-telegram .panel-text-style .text-block{
    font-size: 16px;
}
.block-services .row .col-12{
    flex: 0 0 auto;
    width: 100%;
}
.block-services .row{
    margin-top: -24px;
}
.block-services .row .col-12{
    margin-top: 24px;
}
.block-services .panel{
    background: #f4f6fb;
    border-radius: 24px;
    padding: 20px;
}
.block-services .title-line{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
}
.block-services .title-line .image{
    flex: 0 0 auto;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    padding: 12px;
}
.block-services .title-line .title{
    flex: 1 0 0%;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #2c2f4d;
}
.block-services .desc ul{
    list-style: none;
    padding:0;
}
.block-services .desc ul li{
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 20px;
}
.block-services .desc ul li + li{
    margin-top: 8px;
}
.block-services .desc ul li:before{
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("/images/checklist.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.block-cases .col-12{
    flex: 0 0 auto;
    width: 100%;
}
.block-cases .panel{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 24px;
}
.block-cases .panel .image{
    position: relative;
    padding-top: 60%;
    border-radius: 24px 24px 0 0;
}
.block-cases .panel .image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}
.block-cases .panel .group-desc{
    border-radius: 0 0 24px 24px;
    padding: 20px;
}
.block-cases .panel .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    color: #2c2f4d;
}
.block-cases .panel .desc{
    font-size: 14px;
    color: rgba(44, 47, 77, 0.7);
    line-height: 1.43;
    margin-top: 16px;
}
.block-cases .panel .link-line{
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
    margin-top: 16px;
    text-align: center;
    color: #6a5acd;
    font-size: 16px;
    line-height: 1.38;
}
.block-cases .panel .link-line a{
    display: inline-block;
    padding-right: 20px;
    background-image: url("/images/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: right center;
}
.block-cases .btn-load-line{
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 32px;
    text-align: center;
}
.block-cases .btn-load-line .btn{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.block-cases .row.list-cases{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 24px;
}
.modal .title-block{
    padding-right: 20px;
}
.modal .title-form{
    font-weight: 700;
    color: #2c2f4d;
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 16px;
}
.modal .form-desc{
    font-size: 16px;
    color: #63666d;
    margin-bottom: 16px;
}
.modal{
    --bs-modal-zindex: 705;
    --bs-modal-width: 600px;
    --bs-modal-padding: 20px;
    --bs-modal-margin: 10px;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 10px;
    --bs-modal-box-shadow: none;
    --bs-modal-inner-border-radius: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-content .close{
    position: absolute;
    right: 16px;
    top: 16px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0;
    background: none;
    cursor: pointer;
    z-index: 15;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
#popupCase.modal{
    --bs-modal-padding: 0;
    --bs-modal-zindex: 701;
}
body.modalShow{
    overflow: hidden;
}

.slider-stek .swiper-slide{
    width: auto!important;
}
.slider-stek .panel{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #483088;
    border: 1px solid rgba(160, 147, 225, 0.4);
    border-radius: 10px;
    padding: 10px 12px;
    cursor: grab;
    pointer-events: none;
}
.title-slider-nav{
    margin-bottom: 16px;
}
.title-slider-nav .text{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #2c2f4d;
}
.title-slider-nav .nav-block{
    display: none;
    position: relative;
}
.slider-images .swiper-slide{
    outline: none!important;
}
.slider-images .swiper-slide a{
    display: block;
    outline: none!important;
}
.slider-images .swiper-slide img{
    width: 100%;
    border-radius: 24px;
}
.slider-images,
.slider-stek{
    margin-top: 24px;
}
.popup-case .btn-line .col-12{
    flex: 0 0 auto;
    width: 100%;
}
.popup-case .btn-line .btn{
    width: 100%;
}
.popup-case .btn-line{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 0;
}
.popup-case .btn-block{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: #f4f6fb;
    padding: 16px;
    border-radius: 0 0 10px 10px;
}
.btn.btn-grad{
    position: relative;
}
.btn.btn-grad:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(173deg, #6250bc 0%, #4f3896 100%);
    z-index: 1;
    transition: .2s;
}
.btn.btn-grad:hover:before,
.btn.btn-grad:active:before{
    opacity: 0;
}
.btn.btn-grad span{
    position: relative;
    z-index: 3;
}
.popup-case .title-popup{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: #2c2f4d;
    padding: 16px 50px 16px 16px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #f4f6fb;
}
.popup-case .content-popup{
    background-color: #fff;
    padding: 16px;
}
.popup-case .content-popup h4{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}
.popup-case .content-popup :where(.is-layout-constrained) > * {
    margin-block-start: 6px;
}
body{
    position: relative;
}
body:before{
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: rgba(227, 226, 223, 0.5);
    display: block;
    z-index: 2045;
    opacity: 0;
    transition: height 0s .3s, opacity .3s;
}
body:after{
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-image: url("/images/preload.gif");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    opacity: 0;
    z-index: 2046;
    transition: height 0s .3s, opacity .3s;
}
body.preload:before,
body.preload:after{
    height: 100%;
    opacity: 1;
    transition: height 0s 0s, opacity .3s;
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    #popupCase.modal{
        --bs-modal-width: 900px;
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 360px) {
    .bn-home h1,
    .bn-home .h1{
        font-size: 42px;
    }
    .popup-case .title-popup {
        font-size: 20px;
    }
    .title-block,h1,.h1{
        font-size: 22px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        --container-width: 540px;
    }
    .title-block,h1,.h1{
        font-size: 26px;
    }
    #header .row{
        --bs-gutter-x: 12px;
    }
}
@media (min-width: 768px) {
    .bn-home .desc{
        display: block;
    }
    .bn-home .mobi{
        display: none;
    }
    .is-style-p-block, .page-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .is-style-p-bot{
        padding-bottom: 60px;
    }
    .is-style-p-top{
        padding-top: 60px;
    }
    .container{
        max-width: 720px;
        --container-width: 720px;
    }
    .title-block,h1,.h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    #footer .top-line .container,
    #footer .bottom-line .container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 24px;
    }
    #footer .top-line .col-logo{
        flex: 0 0 auto;
        width: 378px;
    }
    #footer .top-line .col-contacts,
    #footer .top-line .col-text{
        flex: 0 0 auto;
        width: 360px;
    }
    #footer .col-form{
        flex: 1 0 0%;
    }
    #footer .title{
        font-size: 36px;
        line-height: 1.13;
    }
    #footer .text-f,
    #footer .contacts{
        font-size: 18px;
    }
    #footer .req{
        font-size: 16px;
    }
    #footer .bottom-line .container{
        align-items: center;
    }
    #footer .bottom-line{
        padding-top: 24px;
        padding-bottom: 50px;
    }
    #footer .link-f, #footer .link-f p{
        display: inline;
    }
    .footer-form{
        background: #ec7b33;
        color: #fff;
    }
    .block-about .desc-image{
        display: block;
    }
    .block-about .mobi-image{
        display: none;
    }
    .block-about .col-image{
        width: 40%;
    }
    .block-about .col-about{
        width: 60%;
    }
    .block-about .title-small{
        text-align: left;
        margin-bottom: 16px;
    }
    .block-about .panel-text .text-block{
        text-align: left;
    }
    .block-cases .row.list-cases{
        --bs-gutter-y: 16px;
    }
    .block-cases .col-md-6{
        width: 50%;
    }
    .block-cases .panel .link-line{
        text-align: left;
        margin-top: 22px;
    }
    .block-cases .panel{
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: .3s;
    }
    .block-cases .panel:hover{
        box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        background: #f4f6fb;
    }
    .block-cases .panel .image{
        flex: 0 0 auto;
    }
    .block-cases .panel .group-desc{
        flex: 1 0 0%;
        display: flex;
        flex-direction: column;
    }
    .block-cases .panel .group-desc .title,
    .block-cases .panel .group-desc .link-line{
        flex: 0 0 auto;
    }
    .block-cases .panel .group-desc .desc{
        flex: 1 0 0%;
    }
    .title-slider-nav{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        align-items: center;
    }
    .title-slider-nav .text{
        flex: 1 0 0%;
        font-size: 20px;
    }
    .title-slider-nav .nav-block{
        position: relative;
        flex: 0 0 auto;
        display: flex;
        flex-direction: row;
        gap: 0;
    }
    .title-slider-nav .nav-block .swiper-button-prev,
    .title-slider-nav .nav-block .swiper-button-next{
        position: relative;
        left: auto;
        right: auto;
        margin:0;
        top: auto;
    }
    .popup-case .btn-block{
        padding: 32px;
    }
    .popup-case .btn-line{
        margin-left: -16px;
        margin-right: -16px;
    }
    .popup-case .btn-line .col-12{
        padding-left: 16px;
        padding-right: 16px;
    }
    .popup-case .btn-line .col-md-6{
        width: 50%;
    }
    .popup-case .btn-line .btn{
        padding: 16px 24px!important;
        font-size: 18px;
        font-weight: 700;
    }
    .popup-case .btn-line .btn.btn-border{
        padding: 15px 23px!important;
    }
    .popup-case .title-popup{
        line-height: 1.11;
        font-size: 28px;
    }
    .popup-case .content-popup{
        padding: 32px;
    }
    .popup-case .content-popup h4{
        font-size: 20px;
    }
    .popup-case .content-popup :where(.is-layout-constrained) > * {
        margin-block-start: 8px;
    }
    .panel-text-style{
        padding: 24px;
    }
    .btn.wpcf7-submit{
        padding: 17px 24px!important;
        font-size: 18px;
    }
    .bn-home {
        padding-top: 114px !important;
        margin-top: -64px;
    }
    .block-telegram .btn-line{
        display: flex;
        flex-direction: row;
    }
    .block-telegram .col-image{
        width: auto;
    }
    .block-telegram .col-tg{
        flex: 1 0 0%;
        width: auto;
    }
}
@media (min-width: 992px){
    :root{
        --swiper-pagination-bullet-horizontal-gap: 6px;
        --swiper-pagination-bullet-width: 35px;
        --swiper-pagination-bullet-height: 4px;
    }
    .modal {
        --bs-modal-width: 600px;
        --bs-modal-padding: 32px;
    }
    .modal .title-form{
        font-size: 36px;
        line-height: 1.11;
        margin-bottom: 24px;
    }
    .modal .form-desc{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .modal-content .close{
        right: 36px;
        top: 36px;
        padding: 4px;
    }
    .container {
        max-width: 960px;
        --container-width: 960px;
    }
    #footer .top-line{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .swiper-pagination{
        margin-top: 32px;
    }
    .title-block,h1,.h1{
        font-size: 36px;
        margin-bottom: 24px;
    }
    .bn-home .text-decor{
        font-size: 16px;
        line-height: 1.38;
        padding: 8px 20px;
        margin-bottom: 16px;
    }
    .title-line-desc{
        display: flex;
        flex-direction: row;
        gap: 0 24px;
        align-items: center;
    }
    .title-line-desc .desc-title{
        margin-bottom: 32px;
        flex: 0 0 auto;
        min-width: 30%;
        text-align: right;
    }
    .title-line-desc .title-block{
        flex: 1 0 0%;
        min-width: 50%;
    }
    .title-block{
        text-align: left;
    }
    .title-block:after{
        margin-left: 0;
    }
    .btn{
        font-size: 16px;
    }
    .block-works .panel .group-desc {
        padding: 16px;
    }
    .block-works .panel .title {
        font-weight: 700;
        font-size: 22px;
    }
    .block-works .panel .time{
        font-size: 18px;
    }
    .accordion-block{
        margin-bottom: -24px;
    }
    .accordion-block .item-accordion{
        margin-bottom: 24px;
    }
    .accordion-block .item-accordion .accordion-header{
        font-size: 18px;
        padding: 20px;
        padding-right: 54px;
    }
    .accordion-block .item-accordion .accordion-header:after{
        right: 20px;
    }
    .accordion-block .item-accordion .accordion-body .panel{
        padding: 20px;
        font-size: 18px;
    }
    .wp-block-lazyblock-blok-faq{
        position: relative;
        overflow: hidden;
    }
    .wp-block-lazyblock-blok-faq .blocks-faq{
        position: relative;
        z-index: 10;
    }
    .wp-block-lazyblock-blok-faq:before,
    .wp-block-lazyblock-blok-faq:after{
        content: '';
        display: block;
        position: absolute;
        filter: blur(160px);
        width: 600px;
        height: 600px;
        border-radius: 50%;
        z-index: 1;
        opacity: .3;
        background: linear-gradient(0, #007FC5 0, #273283 25%,  #007FC5 50%, #273283 75%,  #007FC5 100%);
    }
    .wp-block-lazyblock-blok-faq:before{
        left: -470px;
        top: -300px;
        background: #6A5ACD;
    }
    .wp-block-lazyblock-blok-faq:after{
        right: -500px;
        bottom: -400px;
    }
    .footer-form .row-form-home{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .footer-form .row-form-home .col-left{
        margin-bottom: 0;
        padding-right: 12px;
        flex: 0 0 auto;
        width: 50%;
    }
    .footer-form .row-form-home .col-right{
        padding-left: 12px;
        flex: 0 0 auto;
        width: 50%;
    }
    .footer-form .form-desc{
        font-size: 18px;
    }
    .bn-home{
        background: #f4f6fb;
    }
    .bn-home h1,
    .bn-home .h1{
        font-size: 50px;
        margin-bottom: 32px;
    }
    .bn-home p:not(:last-child){
        margin-bottom: 32px;
    }
    .bn-home .fon{
        display: none;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .bn-home:before{
        content:'';
        filter: blur(160px);
        display: block;
        position: absolute;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        left:-450px;
        top: -30px;
        bottom: auto;
        transform: rotate(0);
        background: linear-gradient(0, #007FC5 0, #273283 25%, #007FC5 50%, #273283 75%, #007FC5 100%);
        opacity: .4;
        z-index: 1;
    }
    .bn-home .fon:before,
    .bn-home .fon:after{
        content:'';
        filter: blur(160px);
        display: block;
        position: absolute;
        width: 600px;
        height: 350px;
        border-radius: 50%;
        right:0;
        top: -150px;
        transform: rotate(29deg);
        background: linear-gradient(90deg, #273283 0, #273283 10%, #007FC5 25%, #273283 50%, #007FC5 75%, #273283 90%);
        opacity: .3;
    }
    .bn-home .fon:after{
        right: 150px;
        top: auto;
        bottom: -200px;
    }
    .block-services .row .col-lg-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .block-services .panel{
        height: 100%;
        transition: .3s;
    }
    .block-services .panel:hover{
        box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    }
    .block-cases .panel .group-desc{
        padding: 24px;
    }
    .block-cases .panel .title{
        font-size: 24px;
    }
    .wp-block-lazyblock-block-cases{
        position: relative;
        overflow: hidden;
    }
    .wp-block-lazyblock-block-cases .container{
        position: relative;
        z-index: 10;
    }
    .wp-block-lazyblock-block-cases:before{
        content: '';
        display: block;
        position: absolute;
        filter: blur(160px);
        width: 600px;
        height: 600px;
        bottom: -290px;
        left: -340px;
        transform: rotate(45deg);
        border-radius: 50%;
        z-index: 1;
        opacity: .3;
        background: linear-gradient(90deg, #007FC5 0, #6A5ACD 20%,#6A5ACD 30%,  #007FC5 50%, #6A5ACD 70%,#6A5ACD 80%,  #007FC5 100%);
    }
    .popup-case .title-popup{
        line-height: 1.11;
        font-size: 36px;
        padding: 32px 72px 32px 32px;
    }
}
@media (min-width: 1200px){
    html,body{font-size: 18px;}
    .container {
        max-width: 1140px;
        --container-width: 1140px;
    }
    .is-style-p-block{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .is-style-p-bot{
        padding-bottom: 50px;
    }
    .is-style-p-top{
        padding-top: 50px;
    }
    #header{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #header .row{
        --bs-gutter-x: 24px;
    }
    #header .col-btn-menu{
        display: none;
    }
    .tel-text .text-time{
        display: none;
    }
    .accordion-block{
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
    }
    .accordion-block .col-xl-6{
        padding-left: 12px;
        padding-right: 12px;
        width: 50%;
    }
    #footer .top-line .col-contacts, #footer .top-line .col-text {
        flex: 0 0 auto;
        width: 300px;
    }
    .wp-block-lazyblock-blok-faq{
        padding-bottom: 120px;
    }
    #footer .col-form {
        margin-top: -100px;
    }
    #footer .social-list{
        margin-top: 24px;
    }
    #footer .contacts{
        font-size: 20px;
    }
    #footer .contacts .contact-item + .contact-item{
        margin-top: 6px;
    }
    #footer .col-form{
        padding: 0 30px;
    }
    #footer .col-form .wpcf7{
        border-top: 4px solid #6a5acd;
        padding: 32px;
    }
    .block-about .title-small{
        margin-bottom: 32px;
    }
    .block-about .panel-text + .panel-text-style{
        margin-top: 32px;
    }
    .bn-home h1,
    .bn-home .h1{
        font-size: 60px;
    }
    .bn-home{
        padding-top: 118px!important;
        margin-top: -68px;
    }
    .block-services .panel{
        padding: 32px;
    }
    .block-services .title-line .title{
        font-size: 24px;
    }
    .block-services .desc ul li{
        position: relative;
        padding-left: 36px;
        font-size: 18px;
        line-height: 24px;
    }
    .block-services .desc ul li + li{
        margin-top: 12px;
    }
    .block-services .desc ul li:before {
        width: 24px;
        height: 24px;
    }
    .block-cases .col-xl-4{
        width: 33.3333%;
    }
    .block-cases .panel .title{
        font-size: 18px;
    }
    .block-telegram .block-fon{
        padding: 32px;
    }
    .block-telegram .panel-text{
        margin-bottom: 32px;
    }
}
@media (min-width: 1466px) {
    .container{
        max-width: 1400px;
        --container-width: 1400px;
    }
    .title-block,h1,.h1{
        font-size: 38px;
        margin-bottom: 32px;
    }
    .modal .title-block{
        margin-bottom: 24px;
    }
    .is-style-p-block, .page-content{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .is-style-p-bot{
        padding-bottom: 70px;
    }
    .is-style-p-top{
        padding-top: 70px;
    }
    #footer .top-line .col-contacts, #footer .top-line .col-text {
        flex: 0 0 auto;
        width: 360px;
    }
    .wp-block-lazyblock-blok-faq{
        padding-bottom: 130px;
    }
    #footer .col-form {
        margin-top: -120px;
    }
    #footer .col-form .row{
        --bs-gutter-x: 16px;
    }
    #footer .col-form .col-lg-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .block-about .col-image,
    .block-about .col-about {
        width: 50%;
    }
    .bn-home h1,
    .bn-home .h1{
        font-size: 70px;
    }
    .bn-home{
        padding-top: 132px!important;
        margin-top: -68px;
    }
    .block-cases .panel .title {
        font-size: 20px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1560px;
        --container-width: 1560px;
    }
    #header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bn-home{
        padding-top: 184px!important;
        margin-top: -84px;
    }
    .title-block,h1,.h1{
        font-size: 40px;
    }
    #header .col-menu ul{
        font-size: 18px;
        gap: 32px;
    }
    #footer .col-form{
        padding: 0 50px;
    }
    #footer .top-line{
        padding-top: 100px;
    }
    #footer .col-form{
        margin-top: -180px;
    }
    #footer .title{
        font-size: 46px;
    }
    .is-style-p-block, .page-content{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .is-style-p-bot{
        padding-bottom: 100px;
    }
    .is-style-p-top{
        padding-top: 100px;
    }
    .wp-block-lazyblock-blok-faq{
        padding-bottom: 180px;
    }
    .bn-home h1,
    .bn-home .h1{
        font-size: 80px;
    }
    .block-cases .panel .title {
        font-size: 24px;
    }
}
@media (min-width: 1921px) {
}
@media (max-width: 1599.98px){
    #header .col-soc{
        display: none;
    }
}
@media (max-width: 1199.98px){
    #header .col-menu{
        display: none;
    }
    #header .col-logo{
        flex: 1 0 0%;
    }
    .tel-text .number-phone{
        font-size: 12px;
    }
    .tel-text{
        line-height: 1;
    }
    .btn-menu-toggle:active{
        opacity: .7;
    }
    .menu-mobi-site{
        display: block;
    }
    body.showmenu{
        overflow: hidden;
    }
    body.showmenu .menu-mobi-site{
        right: 0;
        background-color: rgba(34, 34, 34, 0.2);
        backdrop-filter: blur(2px);
    }
}
@media (max-width: 991.98px){

}
@media (max-width: 767.98px){
    #header .col-logo img{
        width: 192px;
    }
    #footer .top-line .container>div + div{
        margin-top: 24px;
    }
    #footer .bottom-line .copyright{
        margin-bottom: 10px;
    }
    .footer-form .wpcf7{
        background: #ec7b33;
        color: #fff;
        border-radius: 8px;
        padding: 16px;
    }
    #header .col-btn{
        display: none;
    }
    .hide-mobi{
        display: none;
    }
}
@media (max-width: 767.98px){
    #footer{
        text-align: center;
    }
    #footer .col-form{
        text-align: left;
    }
    #footer .is-layout-flex,
    #footer .social-list{
        justify-content: center;
    }
    #footer .bottom-line .container>div + div{
        margin-top: 10px;
    }
    #footer .line-style{
        display: none;
    }
    #footer .bottom-line{
        border-top: 1px solid #9ca3af;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #footer .bottom-line .col-logo img{
        width: 200px;
    }
    #footer .wpcf7 .btn{
        padding: 18px 20px!important;
    }
}
@media (max-width: 575.98px){
    .bn-home .panel-info{
        text-align: center;
    }
    .bn-home .wp-block-buttons .wp-block-button{
        width: 100%;
    }
    .bn-home .wp-block-buttons .wp-block-button__link{
        width: 100%;
        padding: 17px 20px!important;
        font-weight: 700;
        font-size: 18px;
    }
    .block-telegram .col-image img{
        width: 100%;
    }
}