#sp-header.header-sticky {
    z-index: 100;
}
img.logo-image {
    height: auto;
    max-height: 60px;
}
.homepage img.logo-image {
    max-height: initial;
}
/* Главная страница
=============================================================*/
.homepage section#sp-bottom, .homepage footer#sp-footer {
    display: none;
}
.homepage div#sp-logo {
    position: fixed;
    top: 35%;
    left: calc(50% - 250px);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 500px;
}
.homepage #sp-header .logo a {
    margin: 15px 0;
}
.homepage header#sp-header {
    position: fixed;
    top: -300px;
}
.homepage #sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0;
}
.homepage div#sp-menu a#offcanvas-toggler {
    position: fixed;
    top: 50px;
    right: 50px;
}
.homepage #sp-header .logo, .homepage .logo img  {
    height: auto !important;
}
.mainPageMenuContainer {
    position: fixed;
    bottom: 0%;
    width: 100%;
	/*background: #ffffff61;
    backdrop-filter: blur(4px);*/
    padding: 10px;
}
.mainPageMenu:before, .mainPageMenu:after {
    display: none !important;
}

@media (min-width:960px) {
.mainPageMenu {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 !important;
}
}

@media (max-width:959px) {
.mainPageMenu > div {
    margin-bottom: 15px;
}
.mainPageMenuContainer {
	padding-bottom: 0;
}
.homepage div#sp-logo {
    top: 10%;
}
}

/*@media (max-width:767px) {
.homepage div#sp-logo {
    top: 10px;
}
.homepage #sp-header .logo, .homepage .logo img {
    height: 60px !important;
}
}*/

@media (max-width:500px) {
body.ltr.offcanvs-position-right .offcanvas-menu {
    right: -100vw;
}
.homepage div#sp-logo {
    left: auto;
}
.homepage #sp-header .logo {
    max-width: 230px;
    margin: 0 auto;
    display: block;
}
}
.mainPageMenuContainer > .sppb-addon-content {
    width: fit-content;
    margin: 0 auto;
    max-width: 1200px;
}
.mainPageMenu .uk-text-center > img {
    margin: 0 auto;
}
.homepage .logo > a:before {
    content: "";    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	/* background-color: #ffffff80;
    /* backdrop-filter: blur(3px); */
}
.mainPageMenu .uk-panel-title {
	font-weight: inherit;
	color: #000;
}
/* offcanvas-menu
=============================================================*/
.fa-bars:before {
	display: none;
}
a#offcanvas-toggler {
    display: none;
}
body.ltr .close-offcanvas {
    position: fixed;
    right: 20px;
    top: 25px;
	background: none;
}

@media (max-width:500px) {
body.ltr .close-offcanvas {
    right: 0px;
}
}
body.ltr .close-offcanvas.sticky {
    top: 15px;
}
span.fa.fa-remove {
    position: absolute;
    right: 39px;
}
a.close-offcanvas > span.fa.fa-remove:before {
    display: none;
}
i.fa.fa-bars, a.close-offcanvas {
    display: block;
    z-index: 100;
	position: absolute;
    width: 40px;
    height: 30px;
    right: 0;
}
i.fa.fa-bars > span, a.close-offcanvas > span.fa.fa-remove > span {
    display: block;
    height: 5px;
    width: 38px;
	position: absolute;
    background: black;
    margin-bottom: 8px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
i.fa.fa-bars > span:nth-child(1), a.close-offcanvas > span.fa.fa-remove > span:nth-child(1) {
    top: 0px;
}
i.fa.fa-bars > span:nth-child(2), a.close-offcanvas > span.fa.fa-remove > span:nth-child(2) {
    top: 13px;
}
i.fa.fa-bars > span:nth-child(3), a.close-offcanvas > span.fa.fa-remove > span:nth-child(3) {
    top: 26px;
}
i.fa.fa-bars > span:last-child,, a.close-offcanvas > span.fa.fa-remove > span:last-child {
    margin-bottom: 0;
}
.offcanvas-menu {
    background-color: #ffffffdb;
	border-left: 2px solid;
}
.offcanvas-overlay {
    background: transparent;
	display: none;
}

.offcanvas-active a#offcanvas-toggler i.fa.fa-bars > span:nth-child(1), .offcanvas-active  a.close-offcanvas > span.fa.fa-remove > span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.offcanvas-active a#offcanvas-toggler i.fa.fa-bars > span:nth-child(2), .offcanvas-active  a.close-offcanvas > span.fa.fa-remove > span:nth-child(2) {
    opacity: 0;
}
.offcanvas-active a#offcanvas-toggler i.fa.fa-bars > span:nth-child(3), .offcanvas-active  a.close-offcanvas > span.fa.fa-remove > span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.offcanvas-menu .offcanvas-inner {
	padding: 110px 30px 20px;
    text-align: left;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    font-size: 150%;
    line-height: 150%;
    margin-bottom: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 120%;
    line-height: 140%;
	margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li > a:before {
    content: "\f111";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 16px;
    color: #e43f2e;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
    margin: -10px 0 10px;
    border-bottom: 3px solid #5d5d5d;
    padding-bottom: 10px;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
    right: 0;
}

@media (max-width:500px) {
.offcanvas-menu {
    width: 100%;
	border-left: none;
}
}
/*=============================================================*/
#offcanvas-toggler {
    font-size: 40px;
}
section#sp-main-body .uk-row-first {
    margin-left: auto;
}
section#sp-main-body .uk-grid > div:last-child {
    margin-right: auto;
}
button#button-contactus-lightbox105 {
    margin-top: 10px;
}
div.contactus-lightbox-cap > h4 {
    font-size: 20px !important;
	line-height: 120% !important;
    margin: 3px !important;
}
div.contactus-lightbox-body {
    padding: 5px 15px 10px 15px !important;
}
div.contactus-lightbox-body:before {
    content: "";
    position: relative;
    top: 10px;
    display: block;
    margin: 0 auto;
    width: 370px;
    height: 160px;
	max-width: 100%;
    background-image: url(../../../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
button#button-contactus-lightbox-form105 {
    padding: 10px 15px;
}
div#sp-top2 > div, div#sp-top1 > div {
    align-self: center;
    display: grid;
}
div#sp-top2, div#sp-top1 {
    display: grid;
    text-align: center;
}
.custom.receiveCallback i.fas.fa-comments {
    font-size: 25px;
}
#sp-header {
    height: 80px;
    padding: 5px 0;
}
header#sp-header.header-sticky, #sp-header.header-sticky .logo {
    height: 60px;
	padding: 0;
}
header#sp-header.header-sticky #offcanvas-toggler {
    height: 40px;
    line-height: 30px;
}
header#sp-header.header-sticky img.logo-image {
    height: 50px;
}
div#sp-top1 {
    font-size: 22px;
    font-weight: 600;
}
div#sp-top2 {
    font-size: 20px;
    font-weight: 600;
}
.custom.receiveCallback > p {
    margin-bottom: 0;
}
div#sp-top1 a, a.uk-button, .article-list .article .readmore a, .custom.receiveCallback a {
    color: #fff;
    padding: 8px 9px;
    background-color: #e43f2e;
	display: block;
    width: fit-content;
    margin: 0 auto;
	border-radius: 10px;
    min-width: 45px;
	cursor: pointer;
}
div#sp-top1 a:hover, .uk-button:focus, .uk-button:hover, .article-list .article .readmore a:hover, .custom.receiveCallback a:hover {
    opacity: 0.8;
	color: #fff;
}
.uk-button:focus, .uk-button:hover {
    background-color: #e43f2e !important;
    color: #fff !important;
    opacity: 0.8;
    border: none !important;
}
a.uk-button {
    border: none !important;
	padding: 4px 13px;
}
.article-list .article .readmore a {
    margin: 10px auto 0 0;
}
header#sp-header * {
    transition: 0.3s;
}
#sp-bottom div#sp-bottom2 a, #sp-bottom div#sp-bottom3 a {
    font-size: initial;
}

@media (max-width:991px) {
div#sp-bottom1, div#sp-bottom2 {
    border-bottom: 2px solid #4e4e4e;
    margin-bottom: 40px;
}
header#sp-header {
    height: auto;
    padding-bottom: 10px;
}
/*div#sp-menu {
    position: fixed;
    right: 20px;
	width: fit-content;
}*/
.homepage header#sp-header.header-sticky button#button-contactus-lightbox-form105, .homepage header#sp-header.header-sticky div#sp-top1 a {
    position: relative;
}
span.phoneMobile, span.receiveCallbackText {
    display: none;
}
}

@media (max-width:767px) {
div#sp-bottom3 {
    border-bottom: 2px solid #4e4e4e;
    margin-bottom: 40px;
}
}

@media (max-width:575px) {
div#sp-top1 {
	margin-top: 5px;
    margin-bottom: 5px;
}
}
h1.sppb-title-heading {
    font-weight: 600;
}
.sp-page-title {
    background: none;
	padding: 0px 0;
}
.sp-page-title .breadcrumb {
    margin: 0;
}
/*Блог
=============================================================*/
:root {
	--rowC: 3;
}

@media (max-width:991px) {
:root {
	--rowC: 2;
}
}
@media (max-width:575px) {
:root {
	--rowC: 1;
}
}
.row.articles_columns {
    display: grid;
    grid-template-columns: repeat(var(--rowC), 1fr);
	grid-gap: 30px;
	margin: 0;
}
.article-list .article .article-header h2 {
    margin: 0;
    background-color: #0000008a;
    padding: 10px;
	height: 100%;
    align-items: center;
    display: grid;
}
.row.articles_columns > div {
    display: grid;
	padding-right: 0px;
    padding-left: 0px;
	max-width: 520px;
    margin: 0 auto;
}
#sp-main-body {
    padding: 50px 0 100px;
	/*background-image: url(../../../images/bg.jpg);*/
}
.blog > h1 {
    margin-bottom: 40px;
}
div[itemprop="articleBody"] ul {
	margin-block-start: 0.6em;
    padding-inline-start: 25px;
	list-style-type: none;
    line-height: 130%;
}
div[itemprop="articleBody"] ul li {
    padding-bottom: 5px;
}
div[itemprop="articleBody"] ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 12px;
}
div[itemprop="articleBody"] ul li:before {
    color: #e43f2e;
}
div[itemprop="articleBody"] ol ul {
    padding-inline-start: 45px;
}
div[itemprop="articleBody"] ol ul li::before {
    margin-left: 18px;
}
div[itemprop="articleBody"] ol {
    counter-reset: myCounter;
    padding-inline-start: 0px;
}
div[itemprop="articleBody"] ol > li {
    list-style: none;
}
div[itemprop="articleBody"] ol > li:before {
	counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #e43f2e;
    display: inline-block;
    text-align: center;
    margin: 5px 10px 0px 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    font-weight: 500;
}
.uk-grid.aricleWidget {
    margin-top: 25px;
    margin-bottom: 25px;
}
.article-list .article-body {
    position: absolute;
	width: 100%;
    text-align: center;
    bottom: 0;
}
.article-list .article .readmore {
    align-self: end;
}
.article-list .article-introtext {
    height: 100%;
}
.article-list .article {
    display: grid;
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
}
.article-list .article .article-header h2 a, .article-list .article .article-header h2 a:hover {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.article-list .article .article-intro-image img {
    border-radius: 0;
}
.article-list .article .article-intro-image {
    height: fit-content;
	margin: 0;
	border-bottom: 0;
    border-radius: 0;
}
.blog > h1, .article-header > h1 {
    position: relative;
}
.article-header > h1 {
    margin-bottom: 40px;
}
.blog > h1:after, .article-header > h1:after {
	content: "";
	height: 4px;
	width: 200px;
	background-color: #e43f2e;
	position: absolute;
	left: 0;
	bottom: -15px;
}
/* Widgetkit
=============================================================*/
.text-middle .uk-text-center.uk-panel-teaser {
    position: relative;
}
.text-middle h3.uk-panel-title.uk-margin-bottom-remove {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #0000008a;
    color: #fff;
}
.text-middle .uk-panel:hover h3.uk-panel-title, .article-list .article:hover .article-header h2 {
    background-color: #e43f2e8a;
}
.text-middle .uk-panel:hover h3.uk-panel-title:after, .article-list .article:hover .article-header h2:after {
    display: block;
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    background-image: url(../../../images/shadow.png);
    background-position: 50%;
    background-size: contain;
    bottom: -6px;
    background-repeat: no-repeat;
	left: 0;
}
div[itemprop="articleBody"] ul.uk-grid li:before {
    display: none;
}
div[itemprop="articleBody"] ul.uk-grid {
    padding-inline-start: 0;
}
/*=============================================================*/
.sppb-carousel-extended-nav-control .nav-control {
    color: #d0d0d0;
    border: 1px solid #d0d0d0;
}
#sp-bottom .sp-module ul > li {
    margin-bottom: 9px;
}
div#sp-bottom3 ol {
    padding-inline-start: 15px;
}
div#sp-bottom3 a.contactus-105 {
    margin-left: 0;
    color: #fff;
    padding: 5px 15px;
}

@media (min-width:768px){
p.footerLogoMobile {
    display: none;
}
}

@media (max-width:767px){
p.footerLogoPC {
    display: none;
}
div#sp-bottom1 {
    order: 2;
}
div#sp-bottom2 {
    order: 3;
}
div#sp-bottom3 {
    order: 1;
}
}
p.footerLogoMobile {
    margin-bottom: 30px;
    max-width: 310px;
}
div#sp-bottom3 .receiveCallbackText {
    display: unset;
    margin-left: 5px;
}
@media (max-width:767px) and (min-width:576px){
div#sp-bottom3 .col-sm:first-child {
    max-width: 41.666667%;
}
div#sp-bottom3 .col-sm:last-child {
    max-width: 58.333333%;
}
}
.uk-modal.uk-open {
    z-index: 10010;
}
.layout-blog .uk-modal-caption {
    display: none;
}
/* Мобильное меню на главной
================================================================*/
.mobileMenuOnMainPage h3.sppb-image-layout-title > a > * {
    display: inline-flex;
}
.mobileMenuOnMainPage h3.sppb-image-layout-title > a > img {
    margin-right: 20px;
    filter: invert(1);
}
.mobileMenuOnMainPage .sppb-addon-image-layout-content {
    left: 0;
    right: 0;
}
.mobileMenuOnMainPage h3.sppb-image-layout-title h3 {
    font-size: 32px;
    font-weight: 600;
	max-width: 260px;
}
.mobileMenuOnMainPage img.sppb-img-responsive.image-fit {
    opacity: 0.8;
}
.mobileMenuOnMainPage .sppb-addon-image-layout-content {
    padding: 10px 0;
}
/* Языковой модуль - переключатель
================================================================*/
.offcanvas-menu .offcanvas-inner .sp-module ul.lang-inline {
    flex-direction: unset;
    display: block;
}
.mod-languages li {
    display: inline-flex !important;
}
div#sp-menu {
    display: grid;
    align-items: center;
}
div#sp-menu ul.lang-inline {
    display: inline-grid;
}
div#sp-menu ul.lang-inline li:first-child {
    margin-bottom: 5px;
}
div#sp-menu ul.lang-inline img {
    width: 25px;
}
/*================================================================*/