/*
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: 9918.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: #ec7b33; border-radius: 4px;}
::-webkit-scrollbar-corner { background-color: #ec7b33;}
*::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: #eb5e04;
    --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: 40px;
}
html{
    font-size: 14px;
    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: 14px;
    color: #333;
    background-color: #fafafa;
    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: #eb5e04;
}
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: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .6em;
}
.title-block,h1,.h1{
    font-family: 'Montserrat', 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;
}
.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: 32px;
    padding-bottom: 32px;
}
.is-style-p-bot{
    padding-bottom: 32px;
}
.is-style-p-top{
    padding-top: 32px;
}
.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);
    border-radius: 50%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: .2s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #eb5e04;
}
.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);
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before{
    background-image: url("/images/next-h.svg");
}
.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;
    font-family: "Inter", sans-serif;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: none;
    outline: none;
    background-color: #eb5e04;
    text-align: center;
    cursor: pointer;
    transition: .2s;
}
.btn:hover,.wp-block-button__link:hover{
    background-color: #002140;
    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: #eb5e04;
}
.btn.btn-revers:active{
    background-color: #000;
    color: #fff;
}
.btn:disabled{
    opacity: .6;
}
#header{
    position: sticky;
    top: 0;
    box-shadow: 0 20px 140px -10px rgba(154, 167, 193, 0.3);
    background: #fafafa;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 150;
}
#header .row{
    --bs-gutter-x: 8px;
}
#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: #052e54;
    color: #eceff6;
}
#footer .top-line{
    padding-top: 32px;
    padding-bottom: 32px;
}
#footer .title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: #fafafa;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}
#footer .text-f{
    font-size: 16px;
    color: #eceff6;
}
#footer .text-f ul,
.bn-home .panel-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
#footer .text-f ul li,
.bn-home .panel-info ul li{
    padding-left: 1.3em;
    position: relative;
}
#footer .text-f ul li:before,
.bn-home .panel-info ul li:before{
    content: '✓';
    color: #eb5e04;
    position: absolute;
    left: 0;
    top: 0;
}
#footer .contacts{
    font-size: 16px;
    color: #eceff6;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
#footer .contacts strong{
    font-weight: 600;
}
#footer .contacts .contact-item + .contact-item{
    margin-top: 10px;
}
#footer a:hover{
    color: #eb5e04;
}
#footer .req{
    font-size: 14px;
    margin-top: 10px;
}
#footer .bottom-line{
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #002140;
}
.social-list{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
#header .social-list{
    gap: 12px;
}
#footer .social-list{
    margin-top: 10px;
}
.social-list svg path{
    transition: .2s;
}
.social-list a:hover svg path{
    fill: #eb5e04;
}
#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-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: 20px;
    border: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1)!important;
    background: #fff;
    padding: 10px 16px;
    outline: none !important;
    border-radius:8px!important;
    vertical-align: middle;
    color: #475f77;
    transition: .3s;
}
.wpcf7-form .item-field{
    margin-bottom: 14px;
}
.wpcf7-form .item-field .label{
    margin-bottom: 4px;
    display: block;
}
.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{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3)!important;
}
.wpcf7-form .btn{
    width: 100%;
}
.wpcf7-checkbox,
.wpcf7-acceptance{
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    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: 28px;
    line-height: 20px;
    font-size: 16px;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    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: #d9d9d9;
}
.wpcf7-checkbox label .wpcf7-list-item-label:after,
.wpcf7-acceptance label .wpcf7-list-item-label:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    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;
    color: #ff0000;
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0 16px 2px;
    margin-top: -8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
}
.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: #ec7b33;
    border-radius: 8px;
    font-size: 18px;
    padding: 1.5rem!important;
    color: #fff;
    z-index: 5;
}
.wpcf7-form .wpcf7-response-output:after{
    content:'';
    display: block;
    cursor:pointer;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-image: url("/images/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.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: 360px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-color: #eceff6;
    color: #002140;
}
.menu-mobi-site .bodym{
    font-weight: 500;
    font-size: 22px;
    flex: 1 0 auto;
    line-height: 1.4;
    text-align: left;
    padding: 32px 20px;
}
.footerm{
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #052e54;
    padding-top: 32px;
}
.footerm .contacts .title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #eceff6;
    margin-bottom: 10px;
}
.footerm .contacts .contact-item{
    font-weight: 500;
    font-size: 16px;
    color: #eceff6;
}
.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;
}
.footerm .social svg{
    width: 32px;
    height: 32px;
}
.footerm .copyright{
    margin-left: -20px;
    margin-right: -20px;
    background: #002140;
    font-weight: 400;
    font-size: 14px;
    color: #eceff6;
    padding: 16px 20px;
}
.footerm .copyright .link-f{
    margin-top: 4px;
}
.menu-mobi-site .bodym ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-mobi-site .bodym ul li+ li{
    margin-top: 16px;
}
.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: #fafafa;
    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;
}
.preim-slider .panel{
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
}
.preim-slider .panel .image{
    display: none;
}
.preim-slider .panel .title{
    font-weight: 600;
    font-size: 12px;
    color: #0656a1;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    margin-bottom: 6px;
}
.preim-slider .panel .title .image-mobi{
    flex: 0 0 auto;
    width: 28px;
}
.preim-slider .panel .title span{
    flex: 1 0 0%;
}
.preim-slider .panel .desc{
    font-size: 11px;
    color: #475f77;
}
.preim-slider{
    overflow: hidden;
}
.preim-slider .swiper{
    overflow: visible;
}
.preim-slider .swiper-slider .swiper .swiper-wrapper{
    align-items: initial;
}
.block-services .panel{
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.block-services .panel .group-desc{
    padding: 16px 10px 10px;
}
.block-services .panel .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #0656a1;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    transition: .2s;
}
.block-services .panel:hover .title{
    color: #eb5e04;
}
.block-services .panel .desc{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    flex: 1 0 0%;
}
.block-services .swiper-wrapper{
    align-items: initial!important;
}
.block-services .panel{
    font-size: 18px;
    color: #0656a1;
    line-height: 1.2;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.block-services .panel .group-desc{
    flex: 1 0 0%;
    display: flex;
    flex-direction: column;
}
.block-services .panel .name{
    font-weight:600;
    flex: 0 0 auto;
}
.block-services .panel .value{
    font-weight: 700;
    color: #eb5e04;
}
.block-services .panel .image{
    position: relative;
    padding-top: 72%;
    flex: 0 0 auto;
}
.block-services .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-services .panel .price{
    margin-bottom: 16px;
    flex: 0 0 auto;
}
.block-services .panel .btn-line{
    flex: 0 0 auto;
}
.block-services .panel .btn-line .btn{
    width: 100%;
}

.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: "Montserrat", 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: #333;
    cursor: pointer;
    position: relative;
}
.accordion-block .item-accordion .accordion-header:after{
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    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: #eb5e04;
}
.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: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.block-slider-rev,
.block-slider-gallery{
    overflow: hidden;
}
.block-slider-rev .swiper,
.block-slider-gallery .swiper{
    overflow: visible;
}
.block-slider-rev .swiper-slide,
.block-slider-gallery .swiper-slide,
.block-slider-rev .swiper-slide .image,
.block-slider-gallery .swiper-slide .image{
    outline: none!important;
}
.block-slider-rev .swiper-slide img,
.block-slider-gallery .swiper-slide img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    outline: none!important;
}
.block-slider-rev .swiper-wrapper{
    align-items: flex-start!important;
}
.wp-block-lazyblock-slider-rev{
    position: relative;
}
.wp-block-lazyblock-slider-rev:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
}
.block-slider-gallery .image.video{
    position: relative;
}
.block-slider-gallery .image{
    display: block;
}
.block-slider-gallery .image.video:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/play.svg");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.title-slider-nav .nav-block{
    display: none;
}
.bn-home{
    position: relative;
    background-color: #eceff6;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 32px;
}
.bn-home .panel-info{
    backdrop-filter: blur(20px);
    background: rgba(0, 33, 64, 0.7);
    border-radius: 8px;
    padding: 16px;
    color: #fff;
}
.bn-home .title-block{
    color: #fff;
}
.bn-home .panel-info ul{
    margin-bottom: 20px;
}
.bn-home .image-bn{
    position: relative;
    margin-bottom: -10%;
}
.bn-home .image-bn img{
    width: 100%;
}
.bn-home .container.info{
   position: relative;
    z-index: 10;
}
.bn-home .image-bn:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
}
.bn-home .image-bn:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
}
.block-about .panel-text{
    backdrop-filter: blur(20px);
    background: #ec7b33;
    border-radius: 8px;
    padding: 16px;
    color: #fff;
}
.block-about .panel-text-2{
    background: rgba(0, 33, 64, 0.7);
}
.block-about .title{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 16px;
    text-align: left;
}
.block-about .btn{
    width: 100%;
}
.block-about .panel-text strong{
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.block-about .panel-text ul{
    padding-left: 26px;
}
.block-about .line-bottom .btn-line{
    padding-top: 16px;
}
.modal .title-block{
    padding-right: 20px;
}
.modal .form-desc{
    font-size: 16px;
    color: #475f77;
    margin-bottom: 16px;
}
.modal{
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 20px;
    --bs-modal-margin: 10px;
    --bs-modal-bg: #eceff6;
    --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: 4px;
    top: 4px;
    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);
}
body.modalShow{
    overflow: hidden;
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 360px) {
    .title-block,h1,.h1{
        font-size: 22px;
    }
    .block-about .title{
        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;
    }
    .bn-home .panel-info{
        font-size: 16px;
    }
    .block-about .title{
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .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{
        flex: 0 0 auto;
        width: 362px;
    }
    #footer .top-line .col-text{
        flex: 0 0 auto;
        width: 310px;
    }
    #footer .title{
        font-size: 32px;
    }
    #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: 24px;
    }
    #footer .link-f, #footer .link-f p{
        display: inline;
    }
    #footer .bottom-line {
        font-size: 16px;
    }
    .footer-form{
        background: #ec7b33;
        color: #fff;
    }
}
@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: 876px;
        --bs-modal-padding: 64px;
    }
    .modal .form-desc{
        margin-bottom: 24px;
    }
    .modal-content .close {
        right: 20px;
        top: 20px;
    }
    .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;
    }
    .is-style-p-block, .page-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .is-style-p-bot{
        padding-bottom: 40px;
    }
    .is-style-p-top{
        padding-top: 40px;
    }
    .block-services .panel .price,
    .block-services .panel .title{
        font-size: 20px;
    }
    .block-services .panel .desc{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .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: 64px;
    }
    .accordion-block .item-accordion .accordion-header:after{
        right: 20px;
        top: 50%;
        margin-top: -16px;
        width: 34px;
        height: 34px;
    }
    .accordion-block .item-accordion .accordion-body .panel{
        padding: 16px 20px;
        font-size: 16px;
    }
    .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;
    }
    .wpcf7-form .btn,
    .wpcf7-form .btn{
       width: auto;
    }
    .bn-home{
        padding-top: 40px;
        padding-bottom: 30px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bn-home:after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 29%;
        background: linear-gradient(180deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
    }
    .bn-home .panel-info{
        margin-bottom: 30px;
        width: 740px;
        padding: 32px;
        backdrop-filter: blur(20px);
        background: rgba(0, 33, 64, 0.7);
        font-size: 18px;
    }
    .bn-home .image-bn{
        display: none;
    }
    .block-about .panel-text{
        border-radius: 8px;
        padding: 32px;
    }
    .block-about .title{
        font-size: 22px;
    }
    .block-about .col-about{
        width: 50%;
        padding-right: 12px;
    }
    .block-about .col-about-2{
        width: 50%;
    }
    .block-about .col-about-2:first-child{
        padding-right: 12px;
    }
    .block-about .col-about-2:last-child{
        padding-left: 12px;
    }
    .block-about .line-bottom .container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .block-about .line-bottom .panel-text{
        height: 100%;
    }
    .block-about .panel-text-btn{
        display: flex;
        flex-direction: column;
    }
    .block-about .panel-text-btn .text-block{
        flex: 1 0 0%;
    }
    .block-about .image-mobi{
        display: none;
    }
    .block-about .line-bottom{
        margin-top: 24px;
    }
    .wp-block-lazyblock-about{
        position: relative;
        overflow:hidden;
    }
    .wp-block-lazyblock-about .image{
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
    }
    .wp-block-lazyblock-about .image img{
        width: 100%;
    }
    .wp-block-lazyblock-about .line-top,
    .wp-block-lazyblock-about .line-bottom{
        position: relative;
        z-index: 4;
    }
    .wp-block-lazyblock-about .image:before,
    .wp-block-lazyblock-about .image:after{
        content: '';
        display: block;
        width: 100%;
        left: 0;
        position: absolute;
    }
    .wp-block-lazyblock-about .image:before{
        top: 0;
        height: 22.5%;
        background: linear-gradient(0deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
    }
    .wp-block-lazyblock-about .image:after{
        bottom: 0;
        height: 22.5%;
        background: linear-gradient(180deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
    }
}
@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;
    }
    .block-services .swiper{
        overflow: visible;
    }
    .block-services .swiper-wrapper{
        flex-wrap: wrap;
        gap: 24px 0;
        margin: 0 -12px;
        width: auto;
        transform: none!important;
    }
    .block-services .swiper-wrapper .swiper-slide{
        flex: 0 0 auto;
        width: 25%;
        padding: 0 12px;
    }
    .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 .contacts{
        font-size: 20px;
    }
    #footer .contacts .contact-item + .contact-item{
        margin-top: 6px;
    }
    .title-slider-nav{
        display: flex;
        flex-direction: row;
        gap: 32px;
        align-items: center;
        justify-content: space-between;
    }
    .title-slider-nav .nav-block{
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }
    .title-slider-nav .nav-block .swiper-button-prev,
    .title-slider-nav .nav-block .swiper-button-next{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 0;
    }
    .preim-slider .image-mobi{
        display: none;
    }
    .preim-slider .panel{
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        padding: 16px 10px;
    }
    .preim-slider .panel .image{
        display: block;
        flex: 0 0 auto;
        width: 66px;
    }
    .preim-slider .panel .image img{
        width: 100%;
    }
    .preim-slider .panel .group-desc{
        flex: 1 0 0%;
    }
    .preim-slider .panel .title{
        font-weight: 700;
        font-size: 16px;
    }
    .preim-slider .panel .desc{
        font-size: 12px;
    }
    .preim-slider .swiper-slider{
        padding-top: 65px;
        position: relative;
    }
    .preim-slider .swiper-slider .swiper-button-next,
    .preim-slider .swiper-slider .swiper-button-prev{
        top: 5px;
        right: 0;
        margin-top: 0;
        left: auto;
    }
    .preim-slider .swiper-slider .swiper-button-prev{
        right: 50px;
    }
    .preim-slider{
        padding-top: 5px;
        margin-top: -5px;
    }
    .bn-home {
        padding-top: 60px;
    }
    .bn-home .panel-info{
        margin-bottom: 40px;
    }
    .block-about .title{
        font-size: 26px;
    }
    .block-about .panel-text strong{
        font-size: 20px;
    }
}
@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: 64px;
        padding-bottom: 64px;
    }
    .is-style-p-bot{
        padding-bottom: 64px;
    }
    .is-style-p-top{
        padding-top: 64px;
    }
    .preim-slider .panel{
        padding: 20px 14px;
    }
    .preim-slider .panel .image{
        width: 76px;
    }
    .preim-slider .panel .title{
        font-size: 18px;
    }
    .preim-slider .panel .desc{
        font-size: 14px;
    }
    .bn-home {
        padding-top:80px;
    }
    .bn-home .panel-info{
        margin-bottom: 50px;
    }
    .block-about .title{
        font-size: 30px;
    }
    .block-about .panel-text strong{
        font-size: 22px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1560px;
        --container-width: 1560px;
    }
    .title-block,h1,.h1{
        font-size: 40px;
    }
    .block-services .swiper-wrapper .swiper-slide {
        width: 20%;
    }
    #header .col-menu ul{
        font-size: 18px;
        gap: 32px;
    }
    .preim-slider .panel{
        padding: 26px 14px;
    }
    .preim-slider .panel .image{
        width: 86px;
    }
    .preim-slider .panel .title{
        font-size: 20px;
    }
    .preim-slider .panel .desc{
        font-size: 16px;
    }
    .bn-home{
        padding-top: 100px;
    }
    .block-about .title{
        font-size: 32px;
    }
}
@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%;
    }
    .block-services{
        overflow: hidden;
    }
    .block-services .swiper{
        overflow: visible;
    }
    .tel-text .number-phone{
        font-size: 12px;
    }
    .tel-text{
        line-height: 1;
    }
    #header .col-tel{
        padding-left: 0;
    }
    #header .col-time svg{
        height: 24px;
        width: 24px;
    }
    .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(5, 46, 84, 0.8);
    }
}
@media (max-width: 991.98px) and (min-width: 576px){
    .bn-home .image-bn{
        margin-top: -10%;
    }
}
@media (max-width: 991.98px){
    .block-about .image{
        display: none;
    }
    .block-about .col-about-2 + .col-about-2{
        margin-top: 20px;
    }
    .block-about .image-mobi{
        position: relative;
        margin-bottom: -12%;
    }
    .block-about .image-mobi img{
        width: 100%;
    }
    .block-about .image-mobi:before,
    .block-about .image-mobi:after{
        content: '';
        display: block;
        width: 100%;
        left: 0;
        position: absolute;
    }
    .block-about .image-mobi:before{
        top: 0;
        height: 22.5%;
        background: linear-gradient(0deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
    }
    .block-about .image-mobi:after{
        bottom: 0;
        height: 22.5%;
        background: linear-gradient(180deg, rgba(236, 239, 246, 0) 0%, #eceff6 100%);
    }
}
@media (max-width: 767.98px){
    #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: 575.98px){
    .bn-home .panel-info .wp-block-button,
    .bn-home .panel-info .wp-block-button__link{
        width: 100%;
    }
}