/*
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: 9999.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;}
::-webkit-scrollbar-track {  background-color: #CCCCCC;}
::-webkit-scrollbar-track-piece { background-color: #CCCCCC}
::-webkit-scrollbar-thumb { height: 8px; width: 8px; background-color: #084061; border-radius: 4px;}
::-webkit-scrollbar-corner { background-color: #CCCCCC;}
*::selection {
    color: #ffffff;
    background: #084061;
}

@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1552px;
    }
}
:root{
    --bs-light-rgb: 250,250,250;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: #fff;
    height: 100%;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.btn{
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 8px;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #fff;
    --bs-btn-bg: #076ba6;
    --bs-border-width: 1px;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: #076ba6;
    --bs-btn-border-radius: 0;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: none;
    --bs-btn-hover-color: #076ba6;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #076ba6;
    --bs-btn-active-color: #222;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #222;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #076ba6;
}
p:last-child{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
}
.wp-block-image:last-child{
    margin-bottom: 0;
}
.wp-block-image .wp-element-caption{
    margin-bottom: 0;
    margin-top: 1em;
}
.row{
    --bs-gutter-y: var(--bs-gutter-x);
}
.select-mod{
    position: relative;
}
.select-mod:after{
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -9px;
    pointer-events: none;
    background-image: url("/images/icon/arrow-bottom.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.select-mod select{
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 22px;
}
.select-mod select::-ms-expand{
    display: none;
}
.lang-menu select{
    font-weight: 700;
    text-transform: uppercase;
}
.link-btn{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 22px;
    background-image: url("/images/icon/link.svg");
    background-repeat: no-repeat;
    background-position: center right;
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
    flex-grow: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
    display: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    background: none;
    color: #222;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0 0 0;
    text-align: left;
    text-shadow: none;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
}
.wp-block-gallery.wp-block-gallery-1{
    --wp--style--gallery-gap-default: 16px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a[data-fancybox]{
    position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a[data-fancybox]:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 16px 0 rgba(30, 38, 58, 0.15);
    background-color: rgba(30, 38, 58, 0.2);
    background-image: url("/images/zoom.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .2s;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a[data-fancybox]:hover:after{
    opacity: 1;
}
.modal{
    --bs-modal-border-radius: 0;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-height: 4px;
    --swiper-pagination-bullet-border-radius: 8px;
    --swiper-pagination-bullet-inactive-color: #e5e5e5;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color:#076ba6;
    --swiper-pagination-bullet-horizontal-gap: 0;
}
.swiper-pagination .swiper-pagination-bullet{
    transition: .3s;
}
.swiper-pagination-bullet-active{
    width: 64px;
}
.swiper-button-next,
.swiper-button-prev{
    --swiper-navigation-color: #076ba6;
}
.swiper-button-next:after, .swiper-button-prev:after{
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.ymaps-2-1-79-ground-pane{
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
.title-block-small,
.title-small{
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #084061;
    margin-bottom: 1em;
}
.title-small{
    font-size: 18px;
}
.title-block{
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #084061;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 1em;
}
.title-block.not-style{
    border-bottom: none;
}
.title-block .text{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 16px;
    border-bottom: 3px solid #076ba6;
    margin-bottom: -3px;
}
.title-block.not-style .text{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.padding-top{
    padding-top: 32px;
}
.padding-bottom{
    padding-bottom: 32px;
}
#header{
    background: #fff;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    flex: 0 0 auto;
}
#header a.link{
    color: #076ba6;
    font-weight: 700;
}
#header a.link:hover{
    color: #222;
}
#header .col-phone a{
    font-weight: 700;
}
#header ul{
    list-style: none;
    padding-left: 0;
}
#header .menu{
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
}
#header .menu>li{
    padding: 0 10px;
}
#header .menu>li>.item>a{
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
    vertical-align: middle;
}
#header .menu>li.current-menu-item>.item>a{
    color: #076ba6;
}
#header .menu .item{
    position: relative;
}
#header .menu li>.item>.arrow{
    display: none;
}
#header .menu li.menu-item-has-children{
    position: relative;
}
#header .menu li.menu-item-has-children>.item>.arrow{
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/images/icon/arrow-bottom.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#header .menu li.menu-item-has-children>.item{
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}
#header .menu li.menu-item-has-children>.item>a{
    flex: 1 0 0%;
}
#header .menu .sub-menu{
    background: #1e263a;
    position: absolute;
    z-index: 500;
    top: 100%;
    left: 0;
    min-width: 200px;
    color: #e5e5e5;
    line-height: 1;
    opacity: 0;
    transform: translateY(10%);
    height: 0;
    overflow: hidden;
    transition: .3s;
}
#header .menu li.menu-item-has-children:hover>.sub-menu{
    overflow: visible;
    height: auto;
    opacity: 1;
    transform: translateY(0);
}
#header .menu .sub-menu a:hover,
#header .menu .sub-menu li.current-menu-item>.item>a{
    color: #fff;
    background-color: #084061;
}
#header .menu .sub-menu li:first-child{

}
#header .menu .sub-menu li:last-child{

}
#header .menu .sub-menu li a{
    padding: 16px;
    display: block;
}
#container{
    flex: 1 0 0%;
}
#footer{
    background: #1e263a;
    position: relative;
    color: #fff;
    overflow: hidden;
    padding-top: 20px;
    flex: 0 0 auto;
}
#footer a:hover{
    color: #cacaca;
}
#footer:before,
#footer:after{
    content: '';
    display: block;
    position: absolute;
    width: 488px;
    height: 488px;
    background-color: #1f98d4;
    border-radius: 50%;
    border: 15px solid #1e263a;
    box-shadow: 0 0 0 1px #1f98d4;
    left: -244px;
    bottom: -244px;
    opacity: .4;
}
#footer:after{
    left: auto;
    bottom: auto;
    right: -244px;
    top: -244px;
}
#footer div.container,
#footer hr{
    position: relative;
    z-index: 5;
}
#footer hr{
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    border-top: 1px solid #e5e5e5;
}
#footer ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
#footer .row-bottom{
    align-items: center;
    gap: 16px 0;
    padding-bottom: 16px;
}
#footer .row-top,
#footer .row-menu{
    gap: 16px 0;
}
#footer .title{
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
}
#footer .soc-footer{
    gap: 8px;
    margin-top: 8px;
}
.list-preim{
    overflow: hidden;
    text-align: center;
}
.list-preim .container{
    position: relative;
    padding: 16px;
}
.list-preim .container:before{
    content:'';
    display: block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    left: -100px;
    border-radius: 0 40px 40px 0;
    box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.2);
    background: #fff;
    z-index: 1;
}
.list-preim .container .row{
    position: relative;
    --bs-gutter-y: var(--bs-gutter-x);
    z-index: 5;
}
.list-preim .wp-block-image .wp-element-caption,
.list-services .wp-block-image .wp-element-caption{
    margin-top: 14px;
    font-size: 14px;
}
.list-services{
    text-align: center;
}
.list-services.row{
    --bs-gutter-y: var(--bs-gutter-x);
}
.list-preim{
    padding-top: 20px;
    padding-bottom: 20px;
}
.title-type-link{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
}
.title-type-link .link-block{
    flex: 1 0 0%;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
.nav-tabs {
    --bs-border-width: 2px;
    --bs-nav-tabs-border-color: #e5e5e5;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-hover-border-color: #076ba6;
    --bs-nav-tabs-link-active-color: #076ba6;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #076ba6;
}
.nav {
    --bs-nav-link-padding-x: 1em;
    --bs-nav-link-padding-y: 4px;
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: #222;
    --bs-link-hover-color: #076ba6;
    --bs-nav-link-font-size: 16px;
}
.nav-link{
    padding-bottom: .7em;
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.contact-forms-home .nav-tabs .nav-link{
    flex: 1 0 0%;
}
.contact-forms-home .tab-pane p:first-child{
    margin-bottom: 0;
}
.contact-forms-home .tab-pane{
    padding-top: 16px;
}
.social-list{
    gap: 0;
    margin-top: 16px;
}
.social-list a{
    transition: .3s;
}
.social-list a:hover{
    filter: grayscale(1);
}
.contacts-list{
    gap: 16px;
    font-weight: 700;
}
.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 {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #e5e5e5;
    padding: 9px 12px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0!important;
    background: #fff;
    vertical-align: middle;
    color: #222;
    transition: .3s;
}
.wpcf7-form select{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #e5e5e5;
    padding: 9px 12px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0!important;
    background: #fff;
    vertical-align: middle;
    color: #222;
    transition: .3s;
}
.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: #1f98d4;
    background-color: #f2f7fb;
}
.wpcf7-form .select-mod:after{
    right: 11px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
}
.wpcf7-form .select-mod select{
    padding-right: 30px;
}
.wpcf7-form .item-field{
    margin-bottom: 16px;
}
.wpcf7-form .row{
    --bs-gutter-y: 16px;
    margin-bottom: 16px;
}
.wpcf7-form .row .item-field{
    margin-bottom: 0;
}
.wpcf7-form .btn{
    width: 100%;
}
.wpcf7-checkbox,
.wpcf7-acceptance{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    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: 1.5;
    font-size: 16px;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    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: #1f98d4;
}
.wpcf7-checkbox label input:checked+.wpcf7-list-item-label:before,
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:before{
    border: 6px solid #1f98d4;
    background: #f2f7fb;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0 2px 0 12px;
    line-height: 1.1;
    z-index: 5;
}
.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: auto;
    width: 100%;
    background-color: rgba(255,255,255,.99);
    padding: 1.5rem!important;
    z-index: 5;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a{
    color: #084061;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.item-field .label{
    margin-bottom: 10px;
}
.field-style{
    position: relative;
}
.field-style>p{
    margin-bottom: 0;
    display: block;
}
.field-style input,
.field-style textarea{
    padding-top: 15px!important;
    padding-bottom: 3px!important;
}
.field-style .label{
    font-size: 16px;
    color: #222;
    line-height: 42px;
    position: absolute;
    top: 1px;
    left: 12px;
    height: 42px;
    right: 12px;
    pointer-events: none;
    background-color: #fff;
    margin: 0;
    transition: all .2s, background-color 0s .2s;
}
.field-style:focus-within .label,
.field-style.hasVal .label{
    background-color: transparent;
    font-size: 12px;
    color: #959595;
    top: -12px;
    transition: all .2s, background-color 0s 0s;
}
.contact-form-block .title-block,
.contact-forms-home .title-block,
.contact-forms-page .title-block{
    border-bottom: none;
}
.contact-forms-home .block-form{
    margin-top: 32px;
}
.contact-forms-home{
    background-color: #ccc;
}
.contact-forms-home .col-right-form{
    background-color: #fff;
    position: relative;
}
.accordion{
    --bs-accordion-color: #084061;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out, border-radius 0.15sease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 16px;
    --bs-accordion-btn-padding-y: 16px;
    --bs-accordion-btn-color: #084061;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-btn-icon: url('/images/plus.svg');
    --bs-accordion-btn-icon-width: 40px;
    --bs-accordion-btn-icon-transform: none;
    --bs-accordion-btn-icon-transition: transform 0.2sease-in-out;
    --bs-accordion-btn-active-icon: url('/images/minus.svg');
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 16px;
    --bs-accordion-body-padding-y: 16px;
    --bs-accordion-active-color: #084061;
    --bs-accordion-active-bg: #fff;
}
.accordion-body{
    padding-top: 0;
}
.accordion-button{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.accordion-item + .accordion-item{
    margin-top: 16px;
}
.accordion-item{
    transition: .2s;
}
.accordion-item.open{
    box-shadow: 0 0 16px 0 rgba(30, 38, 58, 0.15);
}
.modal-header{
    font-size: 1.4em;
    color: #076ba6;
    font-weight: 700;
}
.page-image img{
    width: 100%;
}
#breadcrumbs{
    padding-top: 16px;
    padding-bottom: 26px;
}
#breadcrumbs .delitel{
    width: 22px;
    height: 24px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/images/delitel.svg");
    vertical-align: top;
    margin: 0 4px;
}
.head-page{
    background-color: #fafafa;
}
#sidebar .menu{
    list-style: none;
    padding: 0;
    background-color: #1E263A;
    color: #e5e5e5;
}
#sidebar .menu li a{
    display: block;
    padding: 16px 24px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    transition: .2s;
}
#sidebar .menu li a:hover,
#sidebar .menu li.current-menu-item>a{
    background-color: #084061;
    color: #fff;
}
#sidebar .menu li a:before{
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #02b0ec;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .2s;
}
#sidebar .menu li a:hover:before,
#sidebar .menu li.current-menu-item>a:before{
    opacity: 1;
}
.page-content{
    background: #fafafa;
}
.margin-block-top,
.margin-block-top-small{
    margin-top: 20px;
}
.margin-block-bottom{
    margin-bottom: 20px;
}
.rdln-carousel .panel-image{
    position: relative;
    padding-top: 100%;
    display: block;
}
.rdln-carousel .panel-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: center;
    object-fit: cover;
}
.news-list{
    background: #fafafa;
}
.news-list .link-block{
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
.news-list .news{
    background-color: #fff;
    padding-bottom: 16px;
    min-height: 100%;
    transition: .3s;
}
.news-list .news:hover{
    box-shadow: 0 0 16px 0 rgba(30, 38, 58, 0.15);
}
.news-list .news .image{
    display: block;
    position: relative;
    padding-top: 68%;
}
.news-list .news .image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    filter: grayscale(1);
    transition: .3s;
}
.news-list .news:hover .image img{
    filter: grayscale(0);
}
.news-list .news .date{
    position: absolute;
    right: 16px;
    top: 16px;
    box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.2);
    background: #fff;
    padding: 4px 8px;
    text-align: center;
    line-height: 1;
}
.news-list .news .day{
    display: block;
    font-size: 24px;
}
.news-list .news .month{
    display: block;
}
.news-list .list.row{
    --bs-gutter-y: var(--bs-gutter-x,12px);
}
.news-list .title{
    padding: 16px 16px 0;
    color: #076ba6;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}
.news-list .desc{
    padding: 8px 16px 0;
}
.pagination-mod{
    margin-top: 16px;
}
.pagination-mod .nav-links{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination-mod .nav-links>a,
.pagination-mod .nav-links>span{
    height: 44px;
    min-width: 44px;
    padding: 9px 3px;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    transition: .2s;
}
.pagination-mod .nav-links>span,
.pagination-mod .nav-links>a:hover{
    color: #fff;
    background-color: #084061;
    border-color: #084061;
}
.pagination-mod .nav-links>a svg path{
    transition: .2s;
}
.pagination-mod .nav-links>a:hover svg path{
    stroke: #fff;
}
.pagination-mod .prev,
.pagination-mod .first-page,
.pagination-mod .next,
.pagination-mod .last-page{
    padding: 8px 3px!important;
}
.jobs-list .form-panel{
    margin-top: 24px;
}
.jobs-list .wpcf7-form .btn{
    padding-top: 9px;
    padding-bottom: 9px;
}
.contact-forms-page .col-form{
    width: 1170px;
    box-shadow: 0 0 16px 0 rgba(30, 38, 58, 0.15);
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.contact-forms-page .col-form .nav-tabs .nav-link{
    flex: 1 0 0%;
}
.number-block-other .item-number{

}
.number-block-other .item-number .title{
    line-height: 100%;
    color: #1f98d4;
    font-size: 30px;
    white-space: nowrap;
}
.number-block-other .item-number .text{
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8px;
}
.number-block-other .item-number .title .sim{
    color: #222;
}
.services-list .wp-block-image{
    transition: .2s;
}
.services-list .wp-block-image:hover{
    box-shadow: 0 0 16px 0 rgba(30, 38, 58, 0.15);
}
.services-list .wp-block-image .wp-element-caption{
    margin-top: 0;
}
.services-list .wp-block-image .wp-element-caption a{
    display: block;
    color: #084061;
    line-height: 1;
    padding: 16px;
    background-color: #fff;
    font-weight: 700;
    transition: .2s;
}
.columns-list .title{
    position: relative;
    font-weight: 400;
    line-height: 1;
    color: #222;
    font-size: 18px;
    padding-left: 56px;
}
.columns-list .title:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .5em;
    height: 2px;
    width: 40px;
    background-color: #02B0EC;
    margin-top: -1px;
}
.columns-list .desc{
    font-weight: 400;
    color: #959595;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
}
.btn-menu-toggle{
    cursor: pointer;
}
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas{
    --bs-offcanvas-zindex: 1145;
}
.offcanvas .contact-info{
    background-color: #076ba6;
    padding: 16px;
    color: #fff;
}
.offcanvas .contact-info a:hover{
    color: #eee;
}
.offcanvas .contact-info .widget_block + .widget_block{
    margin-top: 10px;
}
.offcanvas .contact-info .wp-container-core-group-is-layout-1{
    gap: 8px;
    justify-content: center;
}
.btn-close{
    --bs-btn-close-focus-shadow:none;
}
#menumobi a{
    padding: 8px 4px;
    display: inline-block;
}
#menumobi,#menumobi ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#menumobi{
    margin-bottom: 16px;
    line-height: 1.25;
}
#menumobi a:hover,
#menumobi li.current-lang a{
    opacity: 1;
}
#menumobi .sub-menu{
    padding-left: 1em;
    display: none;
}
#menumobi .sub-menu li:first-child{
    padding-top: 6px;
}
#menumobi li.menu-item-has-children>div.item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#menumobi li.menu-item-has-children>div.item>a{
    flex: 0 0 auto;
}
#menumobi li.menu-item-has-children>div.item>.arrow{
    width: 1.25em;
    height: 1.25em;
    position: relative;
    flex: 0 0 1.25em;
    margin-left: 4px;
    cursor: pointer;
}
#menumobi li.menu-item-has-children>div.item>.arrow:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/icon/arrow-bottom.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#menumobi li.menu-item-has-children.show>div.item>.arrow:before{
    transform: rotate(-180deg);
    top: 8px;
}
#menumobi li .current-menu-item a{
    color:#fff;
}
#menumobi li:not(.menu-item-has-children)>div.item>.arrow{
    display: none;
}
@media (min-width: 576px){
    .title-small,
    .services-list .wp-block-image .wp-element-caption a{
        font-size: 20px;
    }
    .accordion-button{
        font-size: 20px;
    }
    #breadcrumbs{
        padding-top: 22px;
        padding-bottom: 32px;
    }
    .title-block-small,
    .title-block{
        font-size: 26px;
    }
    .list-preim .wp-block-image .wp-element-caption,
    .list-services .wp-block-image .wp-element-caption{
        font-size: 16px;
        margin-top: 16px;
    }
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(33.3333% - var(--wp--style--unstable-gallery-gap, 16px)* .8);
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
        font-size: 16px;
    }
    .news-list .items-post .item:first-child .news .image{
        padding-top: 43%;
    }
    .pagination-mod .nav-links{
        gap: 20px;
    }
}
@media (min-width: 768px){
    .columns-list .title{
        font-size: 20px;
    }
    .columns-list .desc{
        font-size: 13px;
    }
    .services-list .wp-block-image .wp-element-caption a{
        padding: 32px;
    }
    .number-block-other .item-number .text{
        margin-top: 16px;
    }
    .accordion-button{
        font-size: 24px;
    }
    .news-list .title{
        font-size: 20px;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
        font-size: 14px;
    }
    .title-block-small,
    .title-block{
        font-size: 30px;
    }
    .nav {
        --bs-nav-link-font-size: 20px;
    }
    #footer{
        padding-top: 32px;
    }
    #footer hr {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    #footer .row-bottom{
        gap: 32px 0;
        padding-bottom: 32px;
    }
    #footer .row-top,
    #footer .row-menu{
        gap: 32px 0;
    }
    .list-preim .wp-block-image .wp-element-caption,
    .list-services .wp-block-image .wp-element-caption{
        font-size: 18px;
    }
    .list-preim .container:before{
        left: -500px;
        border-radius: 0 130px 130px 0;
    }
    .list-preim .container{
        padding: 16px 64px 16px 16px;
    }
    .wpcf7-checkbox{
        gap: 16px;
    }
    #footer .col-serv ul.menu{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 -16px;

    }
    #footer .col-serv ul.menu li{
        padding: 0 16px;
        flex: 0 0 50%;
        width: 50%;
    }
    .accordion{
        --bs-accordion-btn-padding-x: 32px;
        --bs-accordion-btn-padding-y: 32px;
        --bs-accordion-body-padding-x: 32px;
        --bs-accordion-body-padding-y: 32px;
    }
    .title-small,
    .services-list .wp-block-image .wp-element-caption a{
        font-size: 22px;
    }
    .number-block-other .item-number .title{
        font-size: 40px;
    }
    .columns-list .title{
        font-size: 24px;
    }
    .columns-list .desc{
        font-size: 14px;
    }
}
@media (min-width: 992px){
    .title-small,
    .services-list .wp-block-image .wp-element-caption a{
        font-size: 24px;
    }
    .pagination-mod{
        margin-top: 32px;
    }
    .pagination-mod .nav-links{
        justify-content: flex-end;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
        font-size: 16px;
    }
    .wp-block-gallery.wp-block-gallery-1{
        --wp--style--gallery-gap-default: 16px;
    }
    #breadcrumbs{
        padding-top: 46px;
        padding-bottom: 80px;
        margin-bottom: -58px;
    }
    .title-block-small,
    .title-block{
        font-size: 32px;
        margin-bottom: 32px;
    }
    .list-preim .wp-block-image .wp-element-caption{
        font-size: 20px;
    }
    .contacts-list{
        gap: 24px;
    }
    .contacts-list{
        font-size: 20px;
    }
    .social-list{
        margin-top: 24px;
    }
    .contact-form-block .title-block,
    .contact-forms-home .title-block,
    .contact-forms-page .title-block{
        margin-bottom: 24px;
    }
    .contact-forms-page .col-form{
        padding-left: 32px;
        padding-right: 32px;
    }
    .wpcf7-checkbox{
        gap: 16px 24px;
    }
    .contact-forms-home,
    .contact-forms-page{
        background: rgb(204,204,204);
        background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 37%, rgba(255,255,255,1) 37%, rgba(255,255,255,1) 100%);
        overflow: hidden;
    }
    .contact-forms-home .col-right-form{
        background-color: #fff;
        position: relative;
        padding-left: 130px;
    }
    .contact-forms-home .col-right-form:before{
        content:'';
        display: block;
        right: 100%;
        position: absolute;
        left: -154px;
        top: 0;
        height: 100%;
        background-color: #fff;
    }
    .contact-forms-home .col-form-left{
        position: relative;
        padding-top: 32px;
        padding-bottom: 32px;
        background: #fff;
        z-index: 5;
    }
    .contact-forms-home .col-form-left:before{
        content: '';
        display: block;
        position: absolute;
        left: -64px;
        top: 0;
        height: 100%;
        right: -64px;
        box-shadow: 0 0 16px 0 rgba(30, 38, 58, 0.15);
        background: #fff;
    }
    .contact-forms-home .col-form-left>.contact-form-block,
    .contact-forms-home .col-right-form>div{
        position: relative;
    }
    .contact-forms-page{
        position: relative;
    }
    .contact-forms-page:before{
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 50%;
        height: 200px;
        background-color: #fff;
        position: absolute;
        z-index: 1;
    }
    .contact-forms-page>*{
        position: relative;
        z-index: 3;
    }
    body.page-template-sidebarpage main#content,
    body.post-type-archive-vacancies main#content{
        background: rgb(204,204,204);
        background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(204,204,204,1) 50%, rgba(250,250,250,1) 50%, rgba(250,250,250,1) 100%);
    }
    body.page-template-sidebarpage .page-content,
    body.post-type-archive-vacancies .page-content{
        background-color: transparent;
    }
    #sidebar{
        position: relative;
    }
    #sidebar>*{
        position: relative;
        z-index: 2;
    }
    #sidebar:after{
        content: '';
        display: block;
        right: 0;
        width: 55%;
        background-color: #fafafa;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 0;
    }
    .page-sidebar .col-content{
        background: #fafafa;
    }
    .sticky-top, #sidebar .widget_nav_menu{
        position: sticky;
        top: 100px;
    }
    .margin-block-top,
    .margin-block-top-small{
        margin-top: 32px;
    }
    .margin-block-bottom{
        margin-bottom: 32px;
    }
    .swiper-button-next,
    .swiper-button-prev{
        background: #fff;
        width: auto;
        height: auto;
        --swiper-navigation-sides-offset: 0;
    }
    .swiper-button-next{
        border-radius: 72px 0 0 72px;
        padding: 16px 32px 16px 16px;
        box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.2);
        margin-top: -36px;
    }
    .swiper-button-prev{
        border-radius: 0 72px 72px 0;
        padding: 16px 16px 16px 32px;
        box-shadow: 0 0 16px 0 rgba(102, 102, 102, 0.2);
        margin-top: -36px;
    }
    #slider-top .swiper-button-next{
        padding: 16px 64px 16px 16px;
    }
    #slider-top .swiper-button-prev{
        padding: 16px 16px 16px 64px;
    }
    .columns-list .title{
        font-size: 24px;
    }
    .columns-list .desc{
        font-size: 16px;
        margin-top: 8px;
    }
}
@media (min-width: 1200px){
    .number-block-other .item-number .title{
        font-size: 56px;
    }
    .row.row-big-interval{
        margin-left: -32px;
        margin-right: -32px;
    }
    .row.row-big-interval>div{
        padding-left: 32px;
        padding-right: 32px;
    }
    .news-list .title{
        font-size: 22px;
    }
    .wp-block-gallery.wp-block-gallery-1 {
        --wp--style--gallery-gap-default: 32px;
    }
    p + .wp-block-gallery{
        margin-top: 32px;
    }
    #breadcrumbs{
        padding-top: 62px;
        padding-bottom: 112px;
        margin-bottom: -80px;
    }
    .title-block{
        font-size: 34px;
    }
    .margin-block-top{
        margin-bottom: 64px;
    }
    .margin-block-top-small{
        margin-bottom: 32px;
    }
    .margin-block-bottom{
        margin-bottom: 64px;
    }
    .list-preim .wp-block-image .wp-element-caption,
    .list-services .wp-block-image .wp-element-caption{
        font-size: 14px;
    }
    .wpcf7-form .item-field{
        margin-bottom: 24px;
    }
    .wpcf7-form .row{
        --bs-gutter-y: 24px;
        --bs-gutter-x: 24px;
        margin-bottom: 24px;
    }
    .contact-forms-home .tab-pane{
        padding-top: 24px;
    }
    .contact-forms-home .block-form{
        margin-top: 64px;
    }
    .wpcf7-form .btn{
        padding-top: 20px;
        padding-bottom: 19px;
    }
    .row,.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
        --bs-gutter-x: 32px;
    }
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)* .8);
    }
    .columns-list .title{
        font-size: 28px;
    }
}
@media (min-width: 1400px){
    .number-block-other .item-number .title{
        font-size: 72px;
    }
    .news-list .title{
        padding: 16px 32px 0;
    }
    .news-list .desc{
        padding: 8px 32px 0;
    }
    .news-list .title{
        font-size: 24px;
    }
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)* .8);
    }
    .title-block{
        font-size: 40px;
    }
    .list-preim .wp-block-image .wp-element-caption,
    .list-services .wp-block-image .wp-element-caption{
        font-size: 16px;
    }
    .contact-forms-page .col-form{
        padding-left: 64px;
        padding-right: 64px;
    }
    .padding-top{
        padding-top: 64px;
    }
    .padding-bottom{
        padding-bottom: 64px;
    }
    .list-preim .container{
        padding: 32px 64px;
    }
    .contacts-list{
        font-size: 24px;
    }
    .wpcf7-form .row{
        --bs-gutter-x: 32px;
    }
    .wpcf7-checkbox{
        gap: 16px 32px;
    }
    .columns-list .title{
        font-size: 26px;
    }
}
@media (min-width: 1600px){
    .title-block{
        font-size: 48px;
    }
    .list-preim .wp-block-image .wp-element-caption,
    .list-services .wp-block-image .wp-element-caption{
        font-size: 20px;
    }
    .contact-forms-home .col-form-left{
        width: 36.5%;
        margin-right: 3.5%;
    }
    .contact-forms-home .col-right-form{
        width: 60%;
    }
    #sidebar{
        width: 318px;
    }
    .columns-list .title{
        font-size: 32px;
    }
    #header .col-btn-menu{
        display: none;
    }
    
    #header .col-logo{
        flex: 0 0 auto;
        width: auto;
    }
}
@media (max-width: 1599.98px){
    #header .col-menu{
        display: none;
    }
}
@media (max-width: 991.98px){
    .contact-forms-home{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-forms-home .contact-form-block,
    .contact-forms-home .col-right-form>div{
        background-color: #fff;
        box-shadow: 0 0 16px 0 rgba(30, 38, 58, 0.15);
        padding: 20px;
    }
    .contact-forms-home .col-right-form{
        padding-top: 0;
        padding-bottom:0;
        background-color: transparent;
        margin-top: 30px;
    }
}