/*
Theme Name: IMS Basic
Description: IMS Basic WordPress Theme
Version: 4.5
Author: IMS DESIGN
Author URI: //ims-design.ru/
*/

/*---Normalize--------------------------------------------------------------------------- */

body, html {
    height: 100%;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, footer, header, main, nav, section, div, input, textarea {
    display: block;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none !important;
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

a:hover, a:active, button:focus, button:hover, button:active, input:focus, input:hover, input:active {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

b, strong {
    font-weight: bold;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
	height: auto;
	border: 0;
    display: block;
}

/*---Basic-Structure--------------------------------------------------------------------- */

body {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: #212121;
    font-size: 16px;
    line-height: 1.5;
    background: #f5f5f5;
}

main {
	max-width: 1920px;
	min-height: 100vh;
	overflow: hidden;
	padding-top: 119px;
	margin: 0 auto;
    background: #fff;
}

section, .section, .wp-block-group, a, .awesome, .item, .main-nav > ul > li, .wrapper, .wp-block-group__inner-container {
    position: relative;
}

.wrapper, .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    max-width: 1170px !important;
    margin: 0 auto;
    z-index: 2;
}

.overlay {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}

.awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav ul:not(.sub-menu) > li.popup-menu-parent > a span:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	height: 100%;
	font-weight: 900;
    color: currentColor;
}

.awesome:before {
    left: 0;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav ul:not(.sub-menu) > li.popup-menu-parent > a span:before {
	right: 0;
}

/*---Flexbox----------------------------------------------------------------------------- */

.flex-around, .flex-between, .main-nav > ul, .flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .flex-start, .flex-end, .item .number, .header-flex, .main-nav ul:not(.sub-menu) > li.popup-menu-parent > a span:before, .wrapper-02 .wp-block-image, .wrapper-04 .column:last-of-type .wp-block-image, .bottom, .wrapper-02 .wp-block-kadence-icon, .full-page .wp-block-group .wp-block-group__inner-container {
    display: flex;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
}

.flex-between, .main-nav > ul {
    justify-content: space-between;
}

.flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .item .number, .main-nav ul:not(.sub-menu) > li.popup-menu-parent > a span:before, .wrapper-02 .wp-block-image, .wrapper-04 .column:last-of-type .wp-block-image, .bottom, .wrapper-02 .wp-block-kadence-icon, .full-page .wp-block-group .wp-block-group__inner-container {
    justify-content: center;
}

.flex-start, .main-nav > ul li ul.sub-menu {
    justify-content: flex-start;
}

.flex-end, .header-flex {
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.stretch {
	align-items: stretch;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.x2 {
    width: 50%;
}

.gap-20 .x2 {
    width: calc(50% - 10px);
}

.gap-20 .x3 {
    width: calc((100% - 40px) / 3);
}

.gap-20 .x4 {
    width: calc((100% - 60px) / 4);
}

.gap-30 .x2 {
    width: calc(50% - 15px);
}

.gap-30 .x3 {
    width: calc((100% - 60px) / 3);
}

.gap-30 .x4 {
    width: calc((100% - 90px) / 4);
}

/*---Kadence-Blocks---------------------------------------------------------------------- */

.wp-block-kadence-rowlayout :is(.kt-row-layout-inner, .kt-row-column-wrap, .wp-block-kadence-column, .kt-inside-inner-col) {
    height: 100% !important;
}

.wp-block-kadence-rowlayout .kt-row-column-wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.wp-block-kadence-iconlist ul {
    margin: 0 !important;
}

.wp-block-kadence-accordion .kt-accordion-header-wrap .kt-blocks-accordion-header {
	cursor: pointer;
}

.kb-svg-icon-wrap.kb-svg-icon-fa_java {
	margin-left: 12px !important;
	margin-bottom: 2px !important;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

h1 {
    font-size: 45px;
    margin: 0;
}

h2 {
	font-size: 40px;
    margin: 0;
}

h3, .popup-title {
	font-size: 22px;
    margin: 0;
}

h4 {
	font-size: 18px;
    margin: 0;
}

.popup-title {
    margin: 0 0 30px;
}

.popup-title {
    text-align: center;
}

a {
    transition: all .3s;
    color: #06258b;
}

a:hover, .main-nav :is(ul:not(.sub-menu) > li > a:hover, ul li.current-menu-item > a, ul li.current-post-parent > a), article a, footer a:hover, .breadcrumbs a:hover {
    color: #06258B;
}

p, label {
    margin: 0;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 119px;
    background: #fff;
    transition: all .3s;
    z-index: 5;
    box-shadow: 0 4px 26px rgba(0,0,0,.1);
}

header.animate {
    box-shadow: 0 4px 26px rgba(0,0,0,.15);
}

.logo {
    width: 273px;
    height: 100%;
}

.logo img {
    width: 100%;
}

.header-flex {
    width: calc(100% - 273px);
    height: 100%;
}

.c-block p:first-of-type a {
    color: #212121;
    font-size: 1.6em;
    line-height: 1;
}

/*---Main-Menu--------------------------------------------------------------------------- */

.main-nav {
	flex-grow: 1;
	margin: 0 120px;
    max-width: 1170px;
}

.main-nav ul, .main-nav > ul li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > ul > li {
    flex-grow: 1;
}

.main-nav ul a {
	color: currentColor;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
    height: 119px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span, .main-nav ul:not(.sub-menu) > li.popup-menu-parent > a span {
    position: relative;
    padding-right: 15px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav ul:not(.sub-menu) > li.popup-menu-parent > a span:before {
 	content: '\f078';
    font-size: 12px;
    padding-top: 2px;
}

footer .main-nav ul:not(.sub-menu) > li.popup-menu-parent > a span:before {
    transform: rotatex(180deg);
}

.main-nav > ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	flex-direction: column;
	transition: all .3s;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ececec;
}

.main-nav > ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.main-nav > ul li ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.main-nav > ul li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}

.main-nav > ul li ul.sub-menu li a {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
    color: #404756;
    border-left: 3px solid transparent;
}

.main-nav > ul li ul.sub-menu li a:hover {
    background: #fafafa;
}

.menu-toggle, .menu-close, .popup-menu-parent.mobile {
    display: none !important;
}

.popup-menu {
	background: #fff;
	padding: 30px 0;
	border-top: 3px solid #edeff4;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}

header .popup-menu {
    transform: translatey(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

footer .popup-menu {
	position: absolute;
	bottom: 159px;
	left: 0;
	width: 100%;
	z-index: 2;
    transform: translatey(3px);
	border-bottom: 3px solid #edeff4;
	border-top: 1px solid #edeff4;
}

.popup-menu.animate {
    opacity: 1;
    pointer-events: auto;
    transform: translatey(0);
}

.popup-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto !important;
    line-height: 2.25;
}

.popup-menu ul a {
    color: #4a4a4a;
}

.popup-menu ul a:hover {
    color: #06258B;
}

/*---Home-Page--------------------------------------------------------------------------- */

.wrapper-01 .text-wrapper {
    max-width: calc(100% - 600px)
}

.wrapper-01 .wp-block-image {
    max-width: 600px;
}

.wrapper-02 .item {
    gap: 18px;
    color: #4a4a4a;
    padding: 15px 10px;
}

.wrapper-02 .wp-block-image, .wrapper-04 .column:last-of-type .wp-block-image, .wrapper-02 .wp-block-kadence-icon {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	width: 71px;
	height: 71px;
	border-radius: 100%;
}

.wrapper-02 .wp-block-image img {
    border-radius: 0 !important;
}

.wrapper-02 .item p {
    max-width: calc(100% - 89px);
}

.wrapper-03 .item {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
    border-radius: 15px;
    border: 1px solid transparent;
    transition: all .3s;
    padding: 30px 25px;
}

.wrapper-03 .item:hover {
    border: 1px solid #06258B;
}

.wrapper-03 .title-wrapper {
    gap: 10px;
}

.wrapper-03 .title-wrapper .wp-block-image {
	max-width: 45px;
}

.wrapper-03 .title-wrapper h3 {
    font-size: 18px;
    line-height: 1.556;
    max-width: calc(100% - 55px);
}

.wrapper-03 .item > p {
    color: #4a4a4a;
    line-height: 1.625;
}

.wrapper-03 .item .btn {
    max-width: 100%;
}

.wrapper-04 p {
    line-height: 1.625;
}

.wrapper-04 .item p {
    color: #4a4a4a;
    padding-left: 90px;
}

.wrapper-04 .column:first-of-type {
    padding-right: 18px;
}

.wrapper-04 .column:last-of-type {
    padding-left: 18px;
}

.wrapper-04 .column:last-of-type .wp-block-image {
    background: #f6f7fb;
}

.wrapper-04 .title-wrapper {
	height: 26px;
	gap: 18px;
}

.wp-block-kadence-tabs .kt-tabs-title-list {
	width: 100% !important;
	border-right: 1px solid #d6d6d6 !important;
	border-left: 1px solid #d6d6d6 !important;
	border-top: 1px solid #d6d6d6 !important;
    border-radius: 20px 20px 0 0;
    overflow: hidden
}

.wp-block-kadence-tabs .kt-tabs-title-list li:first-of-type .kt-tab-title {
    border-left: 0 !important;
}

.wp-block-kadence-tabs .wp-block-kadence-tab {
    border-radius: 0 0 20px 20px;
}

.wp-block-kadence-tabs .kt-svg-icon-list-text strong {
    font-size: 22px;
    display: inline-block;
    margin: -3px 0 5px;
}

.contacts-wrapper {
    width: 100%;
}

.contacts-wrapper a {
    color: inherit !important;
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
	width: 100%;
	margin: 0 auto;
    background: #fff;
    height: 159px;
    padding-bottom: 40px;
    box-shadow: 0 0 26px rgba(0,0,0,.1);
}

.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: #2f2e41;
    color: #fff;
}

/*---Editor-Styles----------------------------------------------------------------------- */

article a {
    text-decoration: underline !important;
}

article .kt-tabs-title-list li a {
    text-decoration: none !important;
}

article .wp-block-separator {
	border: 0;
	border-top: 1px solid #ececec;
    margin: 0 !important;
}

article :is(p, h2, h3, h4, .wp-block-image, .wp-block-table, .wp-block-kadence-iconlist, .wp-block-kadence-tabs, .wp-block-kadence-accordion) {
    margin: 0 0 20px !important;
}

article > ul, article > ol {
    margin: 0 0 20px !important;
}

.wp-block-table tr {
    transition: all .3s;
}

.wp-block-table tr th, .wp-block-table tr td {
    border: 1px solid #ececec;
    padding: 10px;
}

article > *:last-child {
    margin: 0 !important;
}

.wp-block-image {
    margin: 0 !important;
}

/*---Buttons----------------------------------------------------------------------------- */

.btn {
    width: 100%;
    max-width: 200px;
    height: 55px;
    cursor: pointer;
    transition: all .3s;
    margin: 0 auto;
    border-radius: 7px;
    color: #fff !important;
    background: #06258B;
    text-transform: uppercase;
}

.btn:hover {
    background: #172B61;
}

.btn.align-left {
    margin-left: 0;
}

.btn.align-right {
    margin-right: 0;
}

/*---Pages------------------------------------------------------------------------------- */

.sec-404 {
    min-height: calc(100vh - 119px);
    text-align: center;
}

.sec-404 p {
    font-size: 1.2em;
}

.sec-404 img {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 40px;
}

.full-page .wp-block-group {
    height: calc(100vh - 119px);
}

.full-page .wp-block-group .wp-block-group__inner-container {
    width: 100%;
}

/*---Blog-------------------------------------------------------------------------------- */

.loop-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
	align-items: center;
    padding-bottom: 40px;
}

.breadcrumbs {
    font-size: 14px;
}

.loop-post {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	border-radius: 15px;
	overflow: hidden;
	color: #212121 !important;
    background: #fff;
}

.loop-post:hover {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.24);
}

.loop-post img {
	width: 100%;
}

.loop-post h3 {
    color: #06258b;
}

.loop-post .content {
	padding: 30px;
}

.loop-post time {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    color: #6c63ff;
}

.page-title {
	margin: 40px 0;
	font-size: 36px;
    color: #06258b;
}

.single-post article {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	padding: 30px;
	border-radius: 15px;
	background: #fff;
}

.single-post .sec-page, .blog .sec-page {
    background: #f6f7fb;
    min-height: calc(100vh - 119px);
}

.wp-pagenavi {
    width: 100%;
    margin: 0 0 40px;
}

.wp-pagenavi span, .wp-pagenavi a {
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.07);
	min-width: 42px;
	padding: 0 6px;
	margin: 0 6px 0 0;
    background: #fff;
    border-radius: 6px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #172B61;
    color: #fff;
}

.wp-pagenavi span.pages {
    display: none;
}

/*---Forminator-------------------------------------------------------------------------- */

.forminator-custom-form {
	max-width: 560px;
    margin: 0 auto 0 0 !important;
}

.forminator-custom-form input {
    color: #212121 !important;
}

.forminator-button.forminator-button-submit {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 55px !important;
	width: 100% !important;
	box-shadow: none !important;
    font-size: 1rem !important;
    transition: all .3s !important;
    border-radius: 7px !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only, .forminator-edit-module {
    display: none !important;
}

/*---Connect-Button---------------------------------------------------------------------- */

.connect-wrapper {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 5;
}

.connect-button {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #6c63ff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    cursor: pointer;
    transform: rotatey(90deg);
    transition: all .2s linear 4s;
}

.connect-button.animate {
    transform: rotatey(0);
}

.connect-button .frame-01, .connect-button .frame-02, .connect-button .fa-times, .connect-button .fa-times:before, .connect-button .frame-02 .icon-slider i, .social-container ul li a i, .social-container ul li a i:before {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.connect-button .frame-01, .connect-button .frame-02, .connect-button .fa-times {
	width: 46px;
	height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .1s ease-out;
}

.connect-button .frame-01 {
	flex-direction: column;
	color: #fff;
    transform: translate3d(-50%,-50%, 0);
}

.connect-button .frame-01 i, .connect-button .frame-02 i {
    font-size: 22px;
}

.connect-button .frame-01 span {
    font-size: 10px;
}

.connect-button .frame-02 {
	color: #6c63ff;
	background: #fff;
	border-radius: 100%;
    overflow: hidden;
    transform: translate3d(-50%,-50%, 0) scale(0);
}

.connect-button .frame-02 .icon-slider {
	display: flex;
	width: 92px;
	height: 46px;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
    transition: all 0s ease .5s;
}

.connect-button .frame-02.hide .icon-slider {
    transform: translatex(-46px);
    transition: all .3s ease .5s;
}

.connect-button .frame-02 .icon-slider i {
    width: 46px;
    height: 46px;
}

.connect-button .frame-01.hide {
    transform: translate3d(-50%,-50%, 0) scale(0);
}

.connect-button .frame-02.hide {
    transform: translate3d(-50%,-50%, 0) scale(1);
}

.connect-button .aniframe.forcehide {
    transform: translate3d(-50%,-50%, 0) scale(0) !important;
}

.connect-button .blink {
    transform: translate3d(-50%,-50%, 0);
    background: rgba(108,99,255,.15);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    z-index: -1;
    animation: blink-02 1.1s linear infinite;
}

@keyframes blink-02 {
    0% {transform: translate3d(-50%,-50%, 0) scale(1);}
    25% {transform: translate3d(-50%,-50%, 0) scale(1.15);}
    50% {transform: translate3d(-50%,-50%, 0) scale(1);}
    75% {transform: translate3d(-50%,-50%, 0) scale(1);}
    100% {transform: translate3d(-50%,-50%, 0) scale(1.15);}
}

.connect-button .fa-times {
    width: 70px;
    height: 70px;
    transform: translate3d(-50%,-50%, 0) scale(0);
    color: #fff;
}

.connect-button .fa-times.forcehide {
    transform: translate3d(-50%,-50%, 0) scale(1);
}

.social-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    background: #fff;
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 88px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    padding: 10px 0;
    overflow: hidden;
}

.social-container ul li {
    padding: 5px 10px !important;
    transition: all .3s;
}

.social-container ul li .kt-svg-icon-list-text a {
	padding: 18px 0;
}

.social-container ul li:hover {
    background: #f2f2f2;
}

.social-container.animate {
    bottom: 80px;
    opacity: 1;
    pointer-events: auto;
}

.social-container:before {
	position: absolute;
	bottom: -7px;
	left: 25px;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
	border-left: 8px solid transparent;
	content: '';
}

.social-container ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    transform: translatey(30px);
    opacity: 0;
    transition: all .2s ease .2s;
}

.social-container.animate ul {
    transform: translatey(0);
    opacity: 1;
}

.connect-button .frame-02 .icon-slider i.fa-phone {
	font-size: 16px;
}

/*---Adaptive-Design--------------------------------------------------------------------- */

@media only screen and (min-width : 1980px) {
main {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
}

@media only screen and (max-width: 1280px) {
.wrapper, .wp-block-group__inner-container {
    padding: 0 2%;    
}

br {
    display: none;
}

.kt-svg-icon-list-text br {
    display: block;
}
}

@media only screen and (max-width: 1080px) {
header .main-nav {
	flex-grow: 0;
	margin: 0;
	max-width: 1170px;
}

footer .main-nav {
	margin: 0 auto 0 0;
}

.main-nav .popup-menu-parent {
    display: none;
}

.menu-toggle, .menu-close, .popup-menu-parent.mobile {
	display: flex !important;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.popup-menu-parent.mobile {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	height: 42px;
	padding: 0 12px;
	border-radius: 21px;
}

.menu-toggle {
	font-size: 24px;
	width: 71px;
	height: 71px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
    transition: all .3s;
    color: #06258B;
    border-radius: 100%;
}

.menu-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	z-index: 10;
}

.menu-toggle:hover {
    color: #071440;
}

.popup-menu-parent.mobile {
	margin: 0 auto 0 20px;
}

.main-nav ul {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	padding: 0;
	background: rgba(255,255,255,.95);
	z-index: 2;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}

.main-nav ul.animate {
    opacity: 1;
    pointer-events: auto;
}

.main-nav ul li {
    flex-grow: 0;
}

.main-nav ul a {
	height: 46px;
}

header .btn {
    position: relative;
	width: 42px;
	font-size: 0;
}

header .btn:before {
    content: '\f0e0';
 	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
 	font-size: 20px;
	font-weight: 900;
	color: currentColor;
}

.wrapper-03 .item {
	width: calc(50% - 15px);
}

.popup-menu {
    height: calc(100vh - 119px);
}

.popup-menu .wrapper {
	flex-direction: column;
	overflow-y: scroll;
}

.popup-menu .wrapper .item {
    width: 100%;
}

.wrapper-01 .text-wrapper {
    max-width: calc(100% - 420px)
}

.wrapper-01 .wp-block-image {
    max-width: 360px;
}

.loop-post {
	padding-left: 20px;
}
}

@media only screen and (max-width: 810px) {
h1 {
	font-size: 38px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

.wrapper-01 {
	flex-direction: column-reverse;
	gap: 40px;
}

.wrapper-01 .text-wrapper {
    max-width: 100%;
    text-align: center;
}

.wrapper-01 .text-wrapper p {
    font-size: 1em !important;
}

.wrapper-01 .text-wrapper p br {
   display: none;
}

.wrapper-01 .text-wrapper .btn {
   margin: 0 auto !important;
}

.wrapper-01 .wp-block-image {
    max-width: 480px;
}

.wrapper-04 {
	flex-direction: column;
}

.wrapper-04 .column {
	width: 100%;
}

.wrapper-04 .column > .wp-block-image {
	display: none;
}

.kt-tabs-title-list {
	display: flex !important;
	flex-direction: column;
}

.kt-tabs-title-list a {
    border: 0 !important;
    border-bottom: 1px solid #d6d6d6 !important;
}

.kt-tabs-title-list li:last-of-type a {
    border-bottom: 0 !important;
}

.kt-tab-inner-content-inner .flex-between {
	flex-direction: column-reverse;
}

.kt-tab-inner-content-inner .flex-between .column {
	width: 100%;
}

.wrapper-02 .item {
	width: calc(50% - 20px);
}

.contacts-wrapper {
	flex-direction: column;
	gap: 40px;
}

.contacts-wrapper .item.x2 {
	width: 100%;
}

.loop-post {
	flex-direction: column;
	padding: 20px 0 0;
}

.front-loop {
    flex-direction: column;
}

.front-loop .loop-post.x3 {
    width: 100%;
}
}

@media only screen and (max-width: 640px) {
.wrapper, .wp-block-group__inner-container {
    padding: 0 3%;    
}

.logo {
	width: 130px;
}

.header-flex {
	width: calc(100% - 150px);
}

.main-nav {
	margin: 0;
}

.menu-toggle {
	font-size: 17px;
	width: 42px;
	height: 42px;
}

.has-text-align-right strong {
	font-size: 16px;
}

h1 {
	font-size: 28px;
}

.kt-tab-inner-content-inner h3, h2 {
	font-size: 22px;
}

.wrapper-02 .wp-block-image, .wrapper-04 .column:last-of-type .wp-block-image {
	width: 48px;
	height: 48px;
}

.wrapper-04 .column:last-of-type .wp-block-image img {
	width: 22px;
}

.wrapper-02 .wp-block-image img {
	width: 28px;
}

.wrapper-04 .item p {
	padding-left: 0;
	padding-top: 16px;
}

.kt-svg-icon-list-text strong {
	font-size: 18px;
}

.wrapper-02 .item {
	width: 100%;
}

.wrapper-03 .item {
	width: 100%;
}

.wrapper-03 .title-wrapper h3 {
	font-size: 16px;
}

.wrapper-04 .column {
    padding: 0 !important;
}

.logo {
	width: 42px;
	height: 42px;
	background: #fff url('/wp-content/uploads/logo-mobile.png');
	background-size: contain;
}

.logo img {
    display: none;
}

.header-flex {
	width: calc(100% - 52px);
}

.popup-menu-parent.mobile {
	margin: 0 auto 0 10px;
}

.wp-block-spacer {
    max-height: 60px;
}

.page-title {
	font-size: 24px;
	line-height: 1.4;
}
}

@media only screen and (max-width: 480px) {
.wp-block-spacer {
    max-height: 40px;
}

.sec-404 > div {
    padding: 0 30px;
}

.sec-404 img {
	max-width: fit-content;
	margin: 0 0 20px;
}

.sec-404 p {
    font-size: 1em;
}

.loop-post {
	padding: 0;
}

.loop-post .content, .single-post article {
	padding: 20px;
}

.page-title {
	margin: 20px 0;
}
}

@media only screen and (max-width: 360px) {
.has-text-align-right strong {
	font-size: 14px;
}
}
