@charset "UTF-8";

:root {
	--header_height: $header_height;
}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.helix-ultimate-preloader {
	overflow: hidden;
}

body.helix-ultimate-preloader:before {
	content: " ";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background: rgba(255, 255, 255, 0.9);
}

body.helix-ultimate-preloader:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 36px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	line-break: 48px;
	text-align: center;
	color: #007bff;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	z-index: 99999;
}

p.mega-text {
	font-size: 22px;
	font-weight: 600;
	margin: 50px 0px!important;
}

p.mega-text span {font-weight: bold;
}

a {
transition: color 400ms, background-color 400ms;
}

a,a:hover,a:focus,a:active {
text-decoration: none;
}

label {
font-weight: normal;
}

legend {
padding-bottom: 10px;
}

img {
display: block;
max-width: 100%;
height: auto;
}

.row {
--bs-gutter-x: 1.875rem;
}

.container {
padding-left: 15px;
padding-right: 15px;
}

.element-invisible {
position: absolute;
padding: 0;
margin: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}

#sp-top-bar {
padding: 8px 0;
font-size: 0.875rem;
}

#sp-top-bar .sp-module {
display: inline-block;
margin: 0 0 0 1.25rem;
}

ul.social-icons {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}

ul.social-icons>li {
display: inline-block;
line-height: 1.5;
}

ul.social-icons>li:not(:last-child) {
margin-right: 20px;
}

.flex-auto {
flex: auto;
}

#sp-menu.menu-with-social .sp-megamenu-wrapper {
flex: auto;
justify-content: space-between;
display: flex;
align-items: center;
}

#sp-menu>.sp-column {
height: 100%;
}

#sp-menu .social-wrap {
position: relative;
padding-left: 60px;
}

#sp-menu .social-wrap:after {
content: "";
margin-top: 10px;
margin-bottom: 10px;
position: absolute;
width: 2px;
height: calc(var(--header_height) - 20px);
left: 30px;
background-color: rgba(80, 80, 80, 0.2);
}

#sp-menu ul.social-icons>li:not(:last-child) {
margin-right: 20px;
}

#sp-menu ul.social-icons a {
color: #9c9c9c;
}

#sp-menu .social-wrap.no-border ul.social-icons {
border-left: none;
padding-left: 0px;
}

#sp-menu.menu-center .sp-megamenu-wrapper {
justify-content: center;
}

.menu-flex .sp-megamenu-wrapper {
display: flex;
justify-content: flex-end;
}

#menu-right .sp-module:first-child {
border-right: 2px solid rgba(80, 80, 80, 0.2);
padding-right: 30px;
}

.header-has-modules #offcanvas-toggler {
margin-right: 20px;
margin-left: 0;
}

.sp-module-content .mod-languages ul.lang-inline {
margin: 0;
padding: 0;
}

.sp-module-content .mod-languages ul.lang-inline li {
border: none;
display: inline-block;
margin: 0 5px 0 0;
}

.sp-module-content .mod-languages ul.lang-inline li a {
padding: 0 !important;
}

.sp-module-content .mod-languages ul.lang-inline li>a:before {
display: none;
}

.sp-module-content .mod-languages img {
display: inline-block;
border: none;
}

.sp-module-content .latestnews>li>a>span {
display: block;
margin-top: 5px;
font-size: 85%;
}

div.mod-languages ul li.lang-active {
background-color: #82828280 !important;
padding: 0px 5px 3px;
border-radius: 3px;
}

.sp-contact-info {
list-style: none;
padding: 0;
margin: 0px;
}

.sp-contact-info li {
display: inline-block;
margin: 0px 10px 0px 0px;
font-size: 90%;
white-space: nowrap;
}

.sp-contact-info li i {
margin: 0 3px;
}

#sp-header {
height: 80px;
width: 100%;
position: relative;
z-index: 99;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
animation: spFadeIn 0.5s;
}

#sp-header #offcanvas-toggler.offcanvas,#sp-header #offcanvas-toggler.mega {
display: none !important;
}

#sp-header.full-header-left #offcanvas-toggler.offcanvas,#sp-header.full-header-center #offcanvas-toggler.offcanvas,#sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas,#sp-header.lg-header #offcanvas-toggler.offcanvas,#sp-header.header-with-social #offcanvas-toggler.offcanvas {
display: flex !important;
}

#sp-header.full-header-left .menu-with-offcanvas #offcanvas-toggler,#sp-header.full-header-center .menu-with-offcanvas #offcanvas-toggler,#sp-header.header-with-modal-menu .menu-with-offcanvas #offcanvas-toggler,#sp-header.lg-header .menu-with-offcanvas #offcanvas-toggler,#sp-header.header-with-social .menu-with-offcanvas #offcanvas-toggler {
display: none !important;
}

#sp-header.full-header {
padding-left: 45px;
padding-right: 45px;
}

#sp-header.lg-header {
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#sp-header.lg-header .logo {
height: auto;
}

#sp-header.lg-header #offcanvas-toggler {
margin-right: 20px;
margin-left: 0px;
}

#sp-header.lg-header #offcanvas-toggler.offcanvas-toggler-right.offcanvas {
display: none !important;
}

#sp-header.lg-header .sp-column {
height: 100%;
}

#sp-header.lg-header #sp-logo #offcanvas-toggler {
display: none;
}

#sp-header.header-with-modal-menu {
color: #252525;
}

#sp-header.header-with-modal-menu a {
color: rgba(37, 37, 37, 0.6);
}

#sp-header.header-with-modal-menu a:hover,#sp-header.header-with-modal-menu a:focus {
color: #00aeef;
}

#sp-header.header-with-modal-menu .sp-contact-info>li {
margin-right: 15px;
opacity: 0.7;
transition: 0.3s;
}

#sp-header.header-with-modal-menu .sp-contact-info>li:hover,#sp-header.header-with-modal-menu .sp-contact-info>li:focus {
opacity: 1;
}

#sp-header.header-with-modal-menu .sp-contact-info>li>span {
margin-right: 5px;
}

#sp-header.header-with-modal-menu #offcanvas-toggler {
display: none !important;
}

#sp-header.header-with-modal-menu.center-layout .modules-wrapper {
height: auto;
border: none;
padding: 0px;
max-width: 730px;
margin: 0 auto;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .modal-menu-inner>.container {
align-items: flex-start;
padding: 170px 0 0;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search {
margin-bottom: 80px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:after {
font-size: 16px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:hover:after {
display: none;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input {
background: transparent;
border-bottom: 2px solid rgba(32, 31, 31, 0.1);
font-size: 26px;
padding: 7px;
border-radius: 0px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input::placeholder {
color: rgba(32, 31, 31, 0.4);
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:focus,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active:focus {
box-shadow: none;
border-bottom: 2px solid rgba(32, 31, 31, 0.7);
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper {
justify-content: center;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper ul.sp-megamenu-parent {
flex-direction: row;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span {
padding: 0;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span:after {
top: 100%;
width: 2px;
height: 20px;
left: 50%;
transform: translateX(-50%);
margin: 10px 0 0 0;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>span:after {
height: 30px;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child>.sp-dropdown {
animation: spFadeIn 0.5s;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>span {
margin-right: 70px;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main {
top: 100%;
padding-top: 50px;
padding-left: 0;
left: auto !important;
right: 0px;
transition: 0.35s;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>span {
padding: 6px 0;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div {
flex-direction: column;
align-items: flex-start;
padding: 40px 0;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .sp-megamenu-wrapper {
height: 100%;
align-items: center;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
margin-top: auto;
margin-bottom: 0px;
width: 100%;
border-top: 2px solid rgba(32, 31, 31, 0.1);
padding-top: 20px;
font-size: 12px;
}

#sp-header .logo {
height: 80px;
display: inline-flex;
margin: 0;
align-items: center;
}

#sp-header .logo a {
font-size: 24px;
line-height: 1;
margin: 0;
padding: 0;
}

#sp-header .logo p {
margin: 5px 0 0;
}

#sp-header.header-sticky {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
animation: spFadeInDown 0.5s;
background-color: #ffffff;
}

#sp-header .sp-module {
margin-left: 20px;
}

#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
display: none;
}

#sp-header-topbar {
position: relative;
z-index: 111;
}

#sp-header-topbar .sp-profile-wrapper .sp-sign-in .user-text {
display: none !important;
}

#sp-header-topbar #sp-logo #offcanvas-toggler {
display: none !important;
}

#sp-header-topbar .container-inner {
border-bottom: 1px solid #e5e5e5;
}

#sp-header-topbar .container-inner>.row {
min-height: 80px;
}

#sp-header-topbar a {
color: #909196;
}

#sp-header-topbar a:hover {
color: #00aeef;
}

#sp-header-topbar .sp-contact-info {
color: #909196;
}

.header-modules {
margin-left: 20px;
}

.header-modules .sp-module {
margin-left: 20px;
}

.header-modules .search {
position: relative;
}

.header-modules .search form:after {
content: "";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 0;
font-size: 12px;
line-height: 32px;
right: 10px;
}

.header-modules .search form input {
background: #efeff0;
border: none;
height: 32px;
font-size: 15px;
border-radius: 3px;
padding: 5px 10px;
}

.burger-icon {
width: 25px;
cursor: pointer;
}

.burger-icon>span {
display: block;
height: 2px;
background-color: #47b34e;
margin: 5px 0;
transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.offcanvas-active .burger-icon>span,#modal-menu-toggler.active .burger-icon>span {
background-color: #47b34e;
}

.offcanvas-active .burger-icon>span:nth-child(1),#modal-menu-toggler.active .burger-icon>span:nth-child(1) {
transform: translate(0, 8px) rotate(-45deg);
}

.offcanvas-active .burger-icon>span:nth-child(2),#modal-menu-toggler.active .burger-icon>span:nth-child(2) {
opacity: 0;
}

.offcanvas-active .burger-icon>span:nth-child(3),#modal-menu-toggler.active .burger-icon>span:nth-child(3) {
transform: translate(0, -5px) rotate(45deg);
}

.offcanvas-active .close-offcanvas .burger-icon>span {
transition-delay: 0.2s;
}

body.modal-menu-active {
overflow-y: hidden;
}

#modal-menu {
background: #f9f9f9;
position: fixed !important;
top: 80px;
left: 0;
right: 0;
transition: 0.5s;
bottom: 120%;
overflow: hidden;
display: flex;
z-index: 10;
}

#modal-menu.has-bg {
background-image: url(../images/menu-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

#modal-menu.active {
bottom: 0;
}

#modal-menu .sp-megamenu-parent>li>a,#modal-menu .sp-megamenu-parent>li>span {
display: block;
}

#modal-menu .sp-megamenu-parent>li>a:after,#modal-menu .sp-megamenu-parent>li>span:after {
transition: 0.3s;
}

#modal-menu .sp-megamenu-parent>li:hover>a,#modal-menu .sp-megamenu-parent>li:hover>span,#modal-menu .sp-megamenu-parent>li.active>a,#modal-menu .sp-megamenu-parent>li.active>span {
color: #00aeef;
}

#modal-menu .sp-megamenu-parent>li:hover>a:after,#modal-menu .sp-megamenu-parent>li:hover>span:after,#modal-menu .sp-megamenu-parent>li.active>a:after,#modal-menu .sp-megamenu-parent>li.active>span:after {
opacity: 1;
}

#modal-menu .sp-megamenu-parent>li>a .nav-counter,#modal-menu .sp-megamenu-parent>li>span .nav-counter {
font-size: 16px;
}

#modal-menu .sp-megamenu-parent>li:hover>a:before,#modal-menu .sp-megamenu-parent>li.active>a:before {
width: 0;
opacity: 0;
}

#modal-menu .modal-menu-inner {
position: relative !important;
width: 100%;
}

#modal-menu .modal-menu-inner #menu-dismiss {
position: absolute;
top: 60px;
left: 60px;
cursor: pointer;
}

#modal-menu .modal-menu-inner #menu-dismiss svg {
font-size: 55px;
}

#modal-menu .modal-menu-inner>.container {
display: flex;
padding: 70px 0;
align-items: center;
height: 100%;
}

#modal-menu .modal-menu-inner>.container>.row {
width: 100%;
}

#modal-menu ul.sp-megamenu-parent {
display: flex !important;
flex-direction: column;
}

#modal-menu ul.sp-megamenu-parent>li {
position: relative;
}

#modal-menu ul.sp-megamenu-parent>li:not(:last-child) {
margin-bottom: 30px;
}

#modal-menu ul.sp-megamenu-parent>li>a,#modal-menu ul.sp-megamenu-parent>li>span {
font-size: 26px;
font-weight: 600;
line-height: 1.4;
text-transform: initial;
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child>a,#modal-menu ul.sp-megamenu-parent li.sp-has-child>span {
position: relative;
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child>a:after,#modal-menu ul.sp-megamenu-parent li.sp-has-child>span:after {
content: "";
font-family: "Font Awesome 5 Free";
float: right;
position: absolute;
top: 2px;
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>a:after,#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>span:after {
transform: translateX(5px);
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>.sp-dropdown {
animation: spFadeInDown 0.5s;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown {
left: 100% !important;
transition: 0.3s;
padding-left: 20px;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
top: 0px;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega {
top: auto;
bottom: 0px;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
box-shadow: none;
border-radius: 0px;
position: relative;
overflow: visible !important;
max-height: initial;
background-color: #fff;
padding: 20px;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul>li>a {
font-weight: 500 !important;
font-size: 15px !important;
}

#modal-menu .modules-wrapper {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
max-width: 330px;
border-left: 2px solid rgba(32, 31, 31, 0.1);
padding: 30px;
color: #252525;
}

#modal-menu .modules-wrapper a {
color: #252525;
}

#modal-menu .modules-wrapper a:hover,#modal-menu .modules-wrapper a:focus {
color: #00aeef;
}

#modal-menu .modules-wrapper .sp-module {
margin-left: 0;
margin-bottom: 15px;
}

#modal-menu .modules-wrapper .search form {
margin-bottom: 30px;
}

#modal-menu .modules-wrapper .search form input {
height: 40px;
}

#modal-menu .modules-wrapper .sp-contact-info {
margin-bottom: 10px;
display: flex;
flex-direction: column;
}

#modal-menu .modules-wrapper .sp-contact-info>li {
margin-bottom: 35px;
}

#modal-menu .modules-wrapper .sp-contact-info>li>span {
font-size: 12px;
margin-bottom: 10px;
}

#modal-menu .modules-wrapper .sp-contact-info>li>a {
opacity: 0.7;
}

#modal-menu .modules-wrapper .sp-contact-info>li>a:hover,#modal-menu .modules-wrapper .sp-contact-info>li>a:focus {
opacity: 1;
}

#modal-menu .modules-wrapper .social-icons {
font-size: 14px;
}

#modal-menu .modules-wrapper .social-icons a {
opacity: 0.7;
}

#modal-menu .modules-wrapper .social-icons a:hover,#modal-menu .modules-wrapper .social-icons a:focus {
opacity: 1;
}

#sp-logo.has-border {
position: relative;
padding-right: 45px;
}

#sp-logo.has-border:after {
content: "";
margin-top: 10px;
margin-bottom: 10px;
position: absolute;
width: 2px;
height: calc(var(--header_height) - 20px);
right: 15px;
background-color: rgba(80, 80, 80, 0.2);
}

#sp-logo.has-border .sp-column {
display: inline-flex;
align-items: center;
}

.sp-profile-wrapper {
position: relative;
font-size: 14px;
}

.sp-profile-wrapper .arrow-icon {
font-size: 11px;
}

.sp-profile-wrapper .sp-profile-dropdown {
background: #fff;
border: 1px solid #e4e4e4;
border-radius: 3px;
padding: 10px 15px !important;
list-style: none !important;
font-size: 14px;
position: absolute;
min-width: 100px;
right: 0;
top: 100%;
display: none !important;
}

.sp-profile-wrapper .sp-profile-dropdown>li:not(:last-child) {
border-bottom: 1px solid #e4e4e4;
padding-bottom: 5px;
margin-bottom: 5px;
line-height: 1.3;
}

.sp-profile-wrapper:hover .sp-profile-dropdown {
display: block !important;
animation: spFadeInDown 0.5s;
}

#sp-title {
min-height: 0;
}

.sp-page-title {
padding: 30px 0;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-attachment: fixed;
}

.sp-page-title .sp-page-title-heading,.sp-page-title .sp-page-title-sub-heading {
margin: 0;
padding: 0;
color: #fff;
}

.sp-page-title .sp-page-title-heading {
font-size: 24px;
line-height: 1;
}

.sp-page-title .sp-page-title-sub-heading {
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-top: 10px;
}

.sp-page-title .breadcrumb {
background: none;
padding: 0;
margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb>.active {
color: rgba(255, 255, 255, 0.8);
}

.sp-page-title .breadcrumb>span,.sp-page-title .breadcrumb>li,.sp-page-title .breadcrumb>li+li:before,.sp-page-title .breadcrumb>li>a {
color: #fff;
}

.breadcrumb {
padding: 0.75rem 0rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}

.body-innerwrapper {
overflow-x: hidden;
}

.layout-boxed .body-innerwrapper {
max-width: 1240px;
margin: 0 auto;
}

#sp-main-body {
padding: 0;
}

.routing #sp-main-body, .page_3 #sp-main-body, .pprv #sp-main-body, .pprk #sp-main-body, .price #sp-main-body, .vacancies #sp-main-body, .about #sp-main-body, .question #sp-main-body, .contakts #sp-main-body {
padding: 0px 0px 0px 0px;
}

body.view-article.remove-container .body-innerwrapper>#sp-main-body>.container,body.view-article.remove-container .body-innerwrapper>.sp-main-body>.container {
max-width: 100%;
padding: 0;
}

.com-sppagebuilder #sp-main-body {
padding: 0;
}

#sp-left .sp-module,#sp-right .sp-module {
margin-top: 50px;
border: 1px solid #f3f3f3;
padding: 30px;
border-radius: 3px;
}

#sp-left .sp-module:first-child,#sp-right .sp-module:first-child {
margin-top: 0;
}

#sp-left .sp-module .sp-module-title,#sp-right .sp-module .sp-module-title {
margin: 0 0 30px;
padding-bottom: 20px;
font-size: 22px;
font-weight: 700;
border-bottom: 1px solid #f3f3f3;
}

#sp-left .sp-module ul,#sp-right .sp-module ul {
list-style: none;
padding: 0;
margin: 0;
}

#sp-left .sp-module ul>li,#sp-right .sp-module ul>li {
display: block;
border-bottom: 1px solid #f3f3f3;
}

#sp-left .sp-module ul>li>a,#sp-right .sp-module ul>li>a {
display: block;
padding: 5px 0;
line-height: 36px;
padding: 2px 0;
}

#sp-left .sp-module ul>li:last-child,#sp-right .sp-module ul>li:last-child {
border-bottom: none;
}

#sp-left .sp-module .categories-module ul,#sp-right .sp-module .categories-module ul {
margin: 0 10px;
}

#sp-left .sp-module .latestnews>div,#sp-right .sp-module .latestnews>div {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #e8e8e8;
}

#sp-left .sp-module .latestnews>div:last-child,#sp-right .sp-module .latestnews>div:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}

#sp-left .sp-module .latestnews>div>a,#sp-right .sp-module .latestnews>div>a {
display: block;
font-weight: 400;
}

#sp-left .sp-module .tagscloud,#sp-right .sp-module .tagscloud {
margin: -2px 0;
}

#sp-left .sp-module .tagscloud .tag-name,#sp-right .sp-module .tagscloud .tag-name {
display: inline-block;
padding: 5px 10px;
background: #808080;
color: #fff;
border-radius: 4px;
margin: 2px 0;
}

#sp-left .sp-module .tagscloud .tag-name span,#sp-right .sp-module .tagscloud .tag-name span {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 10px;
}

.login img {
display: inline-block;
margin: 20px 0;
}

.login .checkbox input[type="checkbox"] {
margin-top: 6px;
}

.form-links ul {
list-style: none;
padding: 0;
margin: 0;
}

.hide-label {
border: 0;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

.search .btn-toolbar {
margin-bottom: 20px;
}

.search .btn-toolbar span.icon-search {
margin: 0;
}

.search .btn-toolbar button {
color: #fff;
}

.search .phrases .phrases-box .controls label {
display: inline-block;
margin: 0 20px 20px;
}

.search .phrases .ordering-box {
margin-bottom: 15px;
}

.search .only label {
display: inline-block;
margin: 0 20px 20px;
}

.search .search-results dt.result-title {
margin-top: 40px;
}

.search .search-results dt,.search .search-results dd {
margin: 5px 0;
}

.filter-search .chzn-container-single .chzn-single {
height: 34px;
line-height: 34px;
}

.form-search .finder label {
display: block;
}

.form-search .finder .input-medium {
width: 60%;
border-radius: 4px;
}

.finder .word input {
display: inline-block;
}

.finder .search-results.list-striped li {
padding: 20px 0;
}

.article-list .article {
margin-bottom: 30px;
padding: 20px;
border: 1px solid #f5f5f5;
border-radius: 3px;
}

.article-list .article .article-intro-image,.article-list .article .article-featured-video,.article-list .article .article-featured-audio,.article-list .article .article-feature-gallery {
margin: -20px -20px 20px -20px;
border-radius: 3px 3px 0 0;
border-bottom: 1px solid #f5f5f5;
overflow: hidden;
}

.article-list .article .article-intro-image img,.article-list .article .article-featured-video img,.article-list .article .article-featured-audio img,.article-list .article .article-feature-gallery img {
border-radius: 3px 3px 0 0;
}

.article-list .article .article-header h1,.article-list .article .article-header h2 {
font-size: 1.375rem;
margin: 0 0 1.25rem 0;
}

.article-list .article .article-header h1 a,.article-list .article .article-header h2 a {
color: #252525;
}

.article-list .article .article-header h1 a:hover,.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h2 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus {
color: #044CD0;
}

.article-list .article .readmore {
font-size: 0.875rem;
}

.article-list .article .readmore a {
color: #252525;
font-weight: 500;
}

.article-list .article .readmore a:hover,.article-list .article .readmore a:active,.article-list .article .readmore a:focus {
color: #044CD0;
}

.article-list .article figcaption.caption {
text-align: center;
font-size: 14px;
color: #252525;
margin: 5px 0px;
opacity: 0.7;
}

.related-article-large .article-image {
width: 350px;
min-width: 350px;
}

.related-article-large .article-information {
border-left: 1px solid #f1f1f1;
padding-left: 20px;
margin-left: 20px;
}

.related-article-large .article-information>span {
font-size: 0.813rem;
}

.related-article-large .article-information>span+span::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
content: "/";
}

.related-article-large .article-information>span a {
color: #252525;
}

.related-article-large .article-information>span a:hover {
color: #044CD0;
}

.related-article-large .article-information .intro-text {
margin-top: 20px;
}

.article-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 1rem;
}

.article-info>span {
font-size: 0.813rem;
}

.article-info>span+span::before {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
content: "/";
}

.article-info>span a {
color: #252525;
}

.article-info>span a:hover {
color: #044CD0;
}

.article-details .article-header {
position: relative;
}

.article-details .article-header h1,.article-details .article-header h2 {
font-size: 2.25rem;
}

.article-details .article-info {
margin-bottom: 1rem;
}

.article-details .article-full-image {
margin-bottom: 2rem;
}

.article-details .article-full-image img {
display: inline-block;
border-radius: 4px;
}

.article-details .article-featured-video,.article-details .article-featured-audio,.article-details .article-feature-gallery {
margin-bottom: 2rem;
}

.article-details .article-ratings-social-share {
padding: 1rem 0;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 1rem;
}

.article-details .article-author-information {
padding-top: 2rem;
margin-top: 2rem;
border-top: 1px solid #f5f5f5;
}

.article-details .article-can-edit {
position: relative;
margin-bottom: 10px;
}

.article-details .article-can-edit a {
display: inline-block;
background: #2a61c9;
color: #fff;
padding: 5px 12px;
border-radius: 3px;
font-size: 14px;
}

.article-details figcaption.caption {
font-size: 14px;
color: #252525;
margin: 5px 0px;
opacity: 0.7;
}

.related-article-list-container {
margin-top: 15px;
}

.related-article-list-container .related-article-title {
font-size: 22px;
padding-bottom: 15px;
border-bottom: 1px solid #f3f3f3;
}

.related-article-list-container ul.related-article-list {
list-style: none;
padding: 0;
}

.related-article-list-container ul.related-article-list li {
margin-bottom: 10px;
}

.related-article-list-container ul.related-article-list li .article-header h2 {
font-size: 1.2rem;
}

.related-article-list-container ul.related-article-list li .article-header h2 a {
color: #252525;
}

.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
color: #044cd0;
}

.related-article-list-container ul.related-article-list li .published {
font-size: 14px;
}

.tags {
list-style: none;
padding: 0;
margin: -0.3125rem;
display: flex;
flex-wrap: wrap;
}

.tags>li {
display: inline-block!important;
margin: 0.3125rem;
}

.tags>li a {
display: block;
font-size: 0.875rem;
padding: 0.5rem 1rem;
border-radius: 6.25rem;
}

.tags>li a:hover {
color: #fff;
}

.pager {
list-style: none;
padding: 2rem 0 0 0;
margin: 2rem 0 0 0;
border-top: 1px solid #f5f5f5;
}

.pager::after {
display: block;
clear: both;
content: "";
}

.pager>li {
display: inline-block;
}

.pager>li.previous {
float: left;
}

.pager>li.next {
float: right;
}

.pager>li a {
display: inline-block;
font-size: 0.785rem;
padding: 1rem 2.5rem;
border-radius: 100px;
}

#article-comments {
padding-top: 2rem;
margin-top: 2rem;
border-top: 1px solid #f5f5f5;
}

.article-ratings {
display: flex;
align-items: center;
}

.article-ratings .rating-symbol {
unicode-bidi: bidi-override;
direction: rtl;
font-size: 1rem;
display: inline-block;
margin-left: 5px;
}

.article-ratings .rating-symbol span.rating-star {
font-family: "Font Awesome 5 Free";
font-weight: normal;
font-style: normal;
display: inline-block;
}

.article-ratings .rating-symbol span.rating-star.active:before {
content: "";
font-weight: 900;
color: #f6bc00;
}

.article-ratings .rating-symbol span.rating-star:before {
content: "";
padding-right: 5px;
}

.article-ratings .rating-symbol span.rating-star:hover:before,.article-ratings .rating-symbol span.rating-star:hover~span.rating-star:before {
content: "";
color: #e7b000;
font-weight: 900;
cursor: pointer;
}

.article-ratings .ratings-count {
font-size: 0.785rem;
color: #4c4b4b;
}

.article-ratings .fa-spinner {
margin-right: 5px;
}

.pagination-wrapper {
align-items: center;
}

.pagination-wrapper .pagination {
margin-bottom: 0;
}

.article-social-share {
float: right;
}

.article-social-share .social-share-icon ul {
padding: 0;
list-style: none;
margin: 0;
}

.article-social-share .social-share-icon ul li {
display: inline-block;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
margin-right: 10px;
}

.article-social-share .social-share-icon ul li a {
border: 1px solid #ededed;
font-size: 1rem;
border-radius: 50%;
height: 34px;
line-height: 34px;
text-align: center;
width: 34px;
display: inline-block;
}

.article-social-share .social-share-icon ul li a:hover,.article-social-share .social-share-icon ul li a:focus {
color: #fff;
}

.newsfeed-category .category {
list-style: none;
padding: 0;
margin: 0;
}

.newsfeed-category .category li {
padding: 5px 0;
}

.newsfeed-category #filter-search {
margin: 10px 0;
}

.category-module,.categories-module,.archive-module,.latestnews,.newsflash-horiz,.mostread,.form-links,.list-striped {
list-style: none;
padding: 0;
margin: 0;
}

.category-module li,.categories-module li,.archive-module li,.latestnews li,.newsflash-horiz li,.mostread li,.form-links li,.list-striped li {
padding: 2px 0;
}

.category-module li h4,.categories-module li h4,.archive-module li h4,.latestnews li h4,.newsflash-horiz li h4,.mostread li h4,.form-links li h4,.list-striped li h4 {
margin: 5px 0;
}

.article-footer-top {
display: table;
clear: both;
width: 100%;
}

.article-footer-top .post_rating {
float: left;
}

.contentpane:not(.com-sppagebuilder) {
padding: 20px;
}

#sp-bottom {
padding: 0px 0px 30px;
font-size: 14px;
line-height: 30px;
}

#sp-bottom .sp-module {
margin-bottom: 30px;
}

#sp-bottom .sp-module .sp-module-title {
margin-bottom: 50px;
font-size: 35px;
font-family: "Roboto", sans-serif;
border-left: 7px solid #00ab3c;
padding: 4px 0 3px 15px;
text-transform: uppercase;
color: #1c1c1c;
font-weight: 500;
line-height: 1.2;
margin-top: 0;
}

#sp-bottom .sp-module ul {
list-style: none;
padding: 0;
margin: 0;
}

#sp-bottom .sp-module ul>li {
display: block;
margin-bottom: 15px;
}

#sp-bottom .sp-module ul>li:last-child {
margin-bottom: 0;
}

#sp-bottom .sp-module ul>li>a {
display: block;
}

#sp-footer {
font-size: 14px;
padding: 0;
}

#sp-footer .container-inner {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#sp-footer ul.menu {
display: inline-block;
list-style: none;
padding: 0;
margin: 0 -10px;
}

#sp-footer ul.menu li {
display: inline-block;
margin: 0 10px;
}

#sp-footer ul.menu li a {
display: block;
}

#sp-footer ul.menu li a:hover {
background: none;
}

#sp-footer #sp-footer2 {
text-align: right;
}

html.coming-soon {
width: 100%;
height: 100%;
min-height: 100%;
}

html.coming-soon body {
width: 100%;
height: 100%;
min-height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-repeat: no-repeat;
background-position: 50% 40%;
}

html.coming-soon .coming-soon-logo {
display: inline-block;
margin-bottom: 2rem;
}

html.coming-soon #coming-soon-countdown {
margin-top: 4rem;
}

html.coming-soon #coming-soon-countdown .coming-soon-days,html.coming-soon #coming-soon-countdown .coming-soon-hours,html.coming-soon #coming-soon-countdown .coming-soon-minutes,html.coming-soon #coming-soon-countdown .coming-soon-seconds {
margin: 0;
float: left;
width: 25%;
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
width: 100%;
font-size: 4.5rem;
letter-spacing: -1px;
line-height: 1;
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
font-size: 1.5rem;
letter-spacing: -1px;
display: block;
text-transform: uppercase;
}

html.coming-soon .coming-soon-position {
margin-top: 2rem;
}

html.coming-soon .social-icons {
margin-top: 4rem;
}

html.coming-soon .coming-soon-login form {
display: inline-block;
}

html.error-page {
width: 100%;
height: 100%;
}

html.error-page body {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
background-repeat: no-repeat;
background-position: 50% 40%;
}

html.error-page .error-logo {
display: inline-block;
margin-bottom: 2rem;
}

html.error-page .error-code {
margin: 0 0 1rem;
font-size: 6rem;
line-break: 1;
}

html.error-page .error-message {
font-size: 1.5rem;
margin-bottom: 3rem;
}

.sp-social-share ul {
display: block;
padding: 0;
margin: 20px -5px 0;
}

.sp-social-share ul li {
display: inline-block;
font-size: 24px;
margin: 0 5px;
}

.profile>div:not(:last-child) {
margin-bottom: 30px;
}

.dl-horizontal dt {
margin: 8px 0;
text-align: left;
}

.page-header {
padding-bottom: 15px;
}

table.category {
width: 100%;
}

table.category thead>tr,table.category tbody>tr {
border: 1px solid #f2f2f2;
}

table.category thead>tr th,table.category thead>tr td,table.category tbody>tr th,table.category tbody>tr td {
padding: 10px;
}

.contact-form .form-actions {
background: none;
border: none;
}

@media print {
.visible-print {
	display: inherit !important;
}

.hidden-print {
	display: none !important;
}}

.sp-preloader {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.sp-preloader>div {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	animation: spSpin 0.75s linear infinite;
}

.sp-preloader>div:after {
	content: "";
	position: absolute;
	width: 49px;
	height: 49px;
	top: 1px;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 50%;
}

.sp-scroll-up {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: rgba(100, 100, 100, 0.4);
	border-radius: 100%;
	z-index: 1000;
	transition: all 0.3s ease;
}

.sp-scroll-up:hover,.sp-scroll-up:active,.sp-scroll-up:focus {
	color: #fff;
	background: #000;
}

.control-group {
	margin-bottom: 1rem;
}

select.form-control:not([multiple]),select.inputbox:not([multiple]),select:not([multiple]) {
	height: calc(2.25rem + 2px);
}

.form-control-feedback {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.875em;
}

input[type="text"],textarea {
	outline: none;
	box-shadow: none !important;
}

input[type="text"]:not(.form-control),input[type="email"]:not(.form-control),input[type="url"]:not(.form-control),input[type="date"]:not(.form-control),input[type="password"]:not(.form-control),input[type="search"]:not(.form-control),input[type="tel"]:not(.form-control),input[type="number"]:not(.form-control),select:not(.form-select):not(.form-control) {
	display: block;
	width: 100%;
	padding: 0.5rem 0.5rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"]:not(.form-control):focus,input[type="email"]:not(.form-control):focus,input[type="url"]:not(.form-control):focus,input[type="date"]:not(.form-control):focus,input[type="password"]:not(.form-control):focus,input[type="search"]:not(.form-control):focus,input[type="tel"]:not(.form-control):focus,input[type="number"]:not(.form-control):focus,select:not(.form-select):not(.form-control):focus {
	color: #495057;
	background-color: #fff;
	border-color: #48B34D;
	outline: 0;
}

.password-group meter {
	width: 100%;
}

.chzn-select,.chzn-select-deselect {
	width: 100%;
}

.chzn-container.chzn-container-single .chzn-single {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	height: calc(2.25rem + 2px);
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	box-shadow: none;
}

.chzn-container.chzn-container-single .chzn-single div {
	width: 30px;
	background: none;
}

.chzn-container.chzn-container-single .chzn-single div>b {
	background: none;
	position: relative;
	font: normal normal normal 14px/1 FontAwesome;
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.875rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
	border-radius: 0.25rem 0.25rem 0 0;
}

.chzn-container.chzn-container-single .chzn-search {
	padding: 0.625rem;
}

.chzn-container.chzn-container-single .chzn-search input[type="text"] {
	display: block;
	width: 100%;
	padding: 0.5rem 1.429rem 0.5rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25;
	height: calc(2rem + 2px);
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.chzn-container.chzn-container-single .chzn-search:after {
	content: "";
	font-family: FontAwesome;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.chzn-container.chzn-container-single .chzn-drop {
	border-color: rgba(0, 0, 0, 0.15);
	border-radius: 0 0 0.25rem 0.25rem;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.chzn-container.chzn-container-single .chzn-results li.highlighted {
	background-image: none !important;
}

.chzn-container.chzn-container-multi .chzn-choices {
	display: block;
	width: 100%;
	padding: 0 0.75rem;
	min-height: calc(2.25rem + 2px);
	line-height: 1.25;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.25;
	height: calc(2rem + 2px);
	background-color: #fff;
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
	margin: 5.5px 5px 0 0;
	padding: 5px 20px 5px 5px;
	background-image: none;
	background-color: #f5f5f5;
	border-color: rgba(0, 0, 0, 0.1);
	box-shadow: none;
	-webkit-box-shadow: none;
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
	background: none;
	top: 5px;
	color: rgba(0, 0, 0, 0.2);
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
	color: rgba(0, 0, 0, 0.5);
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
	content: "";
	font-family: FontAwesome;
	font-size: 0.875rem;
	position: absolute;
	top: 0;
	right: 0;
}

.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
	border-radius: 0.25rem;
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
	margin-top: -4px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
	padding: 0.75rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 0;
	border-radius: 0 0 0.25rem 0.25rem;
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
	background: none;
}

.form-horizontal .control-label {
	float: left;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left;
}

.form-horizontal .controls {
	margin-left: 220px;
}

.card-block {
	padding: 20px;
}

.card-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

.card-block ul li {
	display: block;
}

.alert.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.invalid {
	color: #a51f18;
	border-color: #a51f18;
}

#sp-cookie-consent {
	position: fixed;
	font-size: 16px;
	font-weight: 500;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
}

#sp-cookie-consent>div {
	padding: 20px;
	position: relative;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
	margin: 0;
	margin-right: -5px;
	padding-left: 0px;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #333;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 0;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
	background: #46a546;
	color: #fff;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
	display: none !important;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
	border-left: 1px solid #b3b3b3;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.com-contenthistory .btn-group {
	display: flex;
	justify-content: flex-end;
}

.com-contenthistory .btn-group button {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.com-contenthistory .btn-group button:hover {
	color: #333;
	background-color: #e9e9e9;
}

#versionsModal {
	top: 10%;
}

#versionsModal .modal-dialog {
	max-width: 80%;
}

#versionsModal iframe {
	min-height: 300px;
}

body.com-content.view-form.layout-edit .nav-tabs .nav-link {
	display: block !important;
}

.no-js img.lazyload {
	display: none;
}

#system-message-container {
	position: fixed;
	bottom: 0px;
	right: 15px;
	max-width: 350px;
	z-index: 9999;
}

#system-message-container .alert {
	font-size: 13px;
	line-height: 1.5;
}

#system-message-container .alert>.btn-close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

#system-message-container joomla-alert {
	font-size: 13px;
}

.com-users.view-registration #member-registration .modal-dialog,.com-users.view-registration #member-profile .modal-dialog,.com-users.view-profile #member-registration .modal-dialog,.com-users.view-profile #member-profile .modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.hu-media-modal .modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.registration #member-registration #jform_privacyconsent_privacy-lbl {
	display: inline-flex;
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a {
	position: initial;
	display: block;
	color: #252525;
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a:hover,.registration #member-registration #jform_privacyconsent_privacy-lbl>a:focus {
	color: #044CD0;
}

body.com-users.view-registration>#sbox-window {
	overflow: hidden;
}

body.com-users.view-registration>#sbox-window>#sbox-btn-close {
	top: 5px;
	right: 5px;
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs {
	display: flex;
	padding: 0;
	margin: 0 !important;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	list-style: outside none none;
	background-color: #f5f5f5;
	border-color: #ccc #ccc currentcolor;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-radius: 0.25rem 0.25rem 0 0;
	border-image: none;
	box-shadow: 0 1px #fff inset, 0 2px 3px -3px rgba(0, 0, 0, 0.15), 0 -4px 0 rgba(0, 0, 0, 0.05) inset, 0 0 3px rgba(0, 0, 0, 0.04);
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link {
	color: var(--text-color);
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link.active {
	background-color: rgba(0, 0, 0, 0.03);
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05) 100%);
	border-right: 0 none;
	border-left: 0 none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 2px 0 1px -1px rgba(0, 0, 0, 0.08) inset, -2px 0 1px -1px rgba(0, 0, 0, 0.08) inset, 0 1px 0 rgba(0, 0, 0, 0.02) inset;
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.tab-content {
	padding: 15px;
	background-color: #fefefe;
	border: 1px solid #ccc;
	border-radius: 0 0 0.25rem 0.25rem;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor label#jform_title-lbl {
	margin-bottom: 15px;
	font-weight: 700;
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor .js-editor-tinymce {
	display: flex;
	flex-direction: column;
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group {
	display: flex;
	flex-direction: column;
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group>label,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group>label {
	margin-bottom: 5px;
	font-weight: 700;
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group textarea,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group textarea {
	width: 100%;
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group .calendar-container .time td select,body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group .calendar-container .time td select {
	padding: 4px;
	font-size: 13px;
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid {
	display: flex;
	max-width: 100%;
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 {
	flex: auto;
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls {
	margin-left: 10px;
	display: flex;
	max-width: 500px;
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist_chzn,body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist {
	flex: auto;
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 #upbutton {
	background: var(--bs-primary);
	color: #fff;
	margin: 0 5px;
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child) {
	margin-bottom: 5px;
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child)>.control-group:not(:last-child) {
	margin-bottom: 5px;
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel {
	background: var(--bs-danger);
	color: #fff;
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:hover,body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:focus {
	border-color: var(--bs-danger);
}

body.contentpane.com-menus.view-items.layout-modal #adminForm .js-stools-container-bar {
	display: flex;
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
	display: flex;
	align-items: center;
	padding: 10px 0px;
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
	margin-right: 10px;
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
	display: flex;
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"] {
	background: var(--bs-primary);
	color: #fff;
	margin-left: 5px;
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"] {
	background: var(--bs-primary);
	color: #fff;
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools {
	padding-top: 15px;
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
	margin-bottom: 10px;
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
	margin-right: 10px;
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
	display: flex;
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"],body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type="submit"] {
	background: var(--bs-primary);
	color: #fff;
	margin-left: 5px;
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"],body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"],body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type="button"] {
	background: var(--bs-primary);
	color: #fff;
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm .js-stools-container-bar,body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm .js-stools-container-bar {
	display: flex;
	align-items: center;
}

.modal-dialog.jviewport-width80 {
	width: 80vw;
	max-width: none;
}

.btn:focus {
	box-shadow: none !important;
}

.hu-media-modal .modal-content {
	height: 65vh;
}

.input-group.hu-j4-media {
	max-width: 356px;
}

.hidden {
	display: none !important;
}

.field-calendar .input-group-text {
	padding: 0;
}

.field-calendar .input-group-text button#jform_mycalendar_btn {
	background: transparent;
	border: none;
	color: #212529;
}

.form-check-inline label.form-check-label.btn {
	padding: 0.375rem 3px;
}

.modal-body .iframe {
	min-height: 60vh !important;
}

#sbox-content iframe {
	width: 780px;
	height: 480px;
}

.com-media.contentpane {
	padding: 10px !important;
}

.com-media .well {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.com-media .well .row {
	margin: 0;
	padding: 0;
}

.com-media .well .row>div:first-child {
	width: calc(100% - 200px);
}

.com-media .well .row>div:last-child {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 30px;
}

.com-media .well .row #folderlist {
	display: inline-block;
}

.com-media .well .row #upbutton {
	display: none;
}

.com-media.view-imagesList {
	padding: 0px 0px 10px 0 !important;
}

.com-media.view-imagesList:before {
	content: " ";
	display: table;
}

.com-media.view-imagesList:after {
	display: block;
	clear: both;
	content: "";
}

.com-media.view-imagesList ul.manager {
	list-style: none;
	padding: 0;
	margin: 0;
}

.com-media.view-imagesList ul.manager>li.thumbnail {
	width: 110px;
	float: left;
}

.com-media.view-imagesList ul.manager>li.thumbnail>a {
}

.com-media.view-imagesList ul.manager>li.thumbnail>a.selected {
	border: 2px solid green;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child {
	height: 60px;
	margin-bottom: 10px;
	text-align: center;
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
	background-color: #92ceff;
	border-radius: 0 5px 5px 5px;
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span:before {
	content: "";
	width: 50%;
	height: 12px;
	border-radius: 0 20px 0 0;
	background-color: #92ceff;
	position: absolute;
	top: -12px;
	left: 0px;
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child img {
	display: inline-block;
}

.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	z-index: 99;
	display: block;
	float: right;
	position: relative;
}

.sp-megamenu-parent .sp-menu-item>a img,.sp-megamenu-parent .sp-menu-item>span img {
	display: inline-block;
}

.sp-megamenu-parent>li {
	display: inline-block;
	position: relative;
	padding: 0;
}

.sp-megamenu-parent>li.menu-justify {
	position: static;
}

.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
	color: #383737;
	display: inline-block;
	padding: 0 10px;
	line-height: 80px;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

.sp-megamenu-parent>li:last-child>a {
	padding: 0px 0px 0px 15px;
}

.sp-megamenu-parent>li.active>a {
	font-weight: bold;
	border-bottom: 3px solid #48b34e;
}

.sp-megamenu-parent>li .sp-menu-badge {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 10px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	background: #d60000;
	color: #fff;
	border-radius: 3px;
}

.sp-megamenu-parent .sp-module {
	padding: 10px;
}

.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sp-megamenu-parent .sp-mega-group>li>a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sp-megamenu-parent .sp-dropdown {
	margin: 0;
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
	display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child) {
	margin-top: 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	top: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	top: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 0;
	position: relative;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	padding: 8px 0;
	cursor: pointer;
	color: #383737;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title,.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
	text-transform: uppercase;
	font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown .sp-module {
	padding: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
	margin: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li:not(:last-child) {
	margin: 0 0 15px;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a {
	font-size: 14px;
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a span {
	opacity: 0.8;
}

.sp-megamenu-parent .sp-dropdown-mega>.row {
	margin-top: 30px;
}

.sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
	margin-top: 0;
}

.sp-megamenu-parent .sp-dropdown-mega .sp-module {
	margin-left: 0px !important;
}

.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
	display: block;
}

.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown {
	animation: spFadeIn 600ms;
}

.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown {
	animation: spFadeInUp 400ms ease-in;
}

.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover>.sp-dropdown {
	animation: spFadeInDown 400ms ease-in;
}

.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover>.sp-dropdown {
	animation: spZoomIn 300ms;
}

.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover>.sp-dropdown {
	animation: spRotateIn 300ms;
}

.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover>.sp-dropdown {
	animation: spPulse 300ms;
}

.offcanvas-menu .hide-on-offcanvas {
	display: none !important;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	float: right;
	margin-left: 7px;
	font-weight: 900;
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right {
	margin-left: 5px;
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left {
	margin-right: 5px;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	float: right;
	margin-left: 7px;
	font-weight: 900;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
	margin-left: 45px;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: 0;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	left: auto;
	right: 0;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
	right: 0;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	left: 100%;
}

@media (min-width:576px) {
	.sp-menu-full.container {
		width: 540px;
	}
}

@media (min-width:768px) {
	.sp-menu-full.container {
		width: 720px;
	}
}

@media (min-width:992px) {
	.sp-menu-full.container {
		width: 960px;
	}
}

@media (min-width:1200px) {
	.sp-menu-full.container {
		width: 1140px;
	}
}

@media (min-width:1400px) {
	.sp-menu-full.container {
		width: 1320px;
	}
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
}

#offcanvas-toggler>span:hover {
	color: #fff;
}

.offcanvas-init {
	overflow-x: hidden;
	position: relative;
}

.offcanvas-active .offcanvas-overlay {
	visibility: visible;
	opacity: 1;
}

.offcanvas-overlay {
	background: rgb(255 255 255 / 85%);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.body-wrapper {
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	backface-visibility: hidden;
}

.close-offcanvas {
	position: absolute;
	top: 10px;
	z-index: 1;
}

.offcanvas-menu {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 60px;
	overflow: inherit;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 10000;
}

.offcanvas-menu .pt-4 {
	padding-top: 0.7rem!important;
	padding-left: 25px!important;
}

.offcanvas-menu #offcanvas-toggler {
	display: none !important;
}

.offcanvas-menu .offcanvas-inner {
	padding: 25px;
}

.offcanvas-menu .offcanvas-inner .header-modules {
	margin-left: 0px;
}

.offcanvas-menu .offcanvas-inner .finder {
	margin-bottom: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-sign-in {
	position: relative;
	top: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
	display: none !important;
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .user-text {
	display: none !important;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info,.offcanvas-menu .offcanvas-inner .social-icons {
	font-size: 14px;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a,.offcanvas-menu .offcanvas-inner .social-icons>li>a {
	opacity: 0.7;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:hover,.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:focus,.offcanvas-menu .offcanvas-inner .social-icons>li>a:hover,.offcanvas-menu .offcanvas-inner .social-icons>li>a:focus {
	opacity: 1;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info {
	margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li:not(:last-child) {
	margin-bottom: 10px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
	padding: 0;
	margin: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-right: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 1rem;
	font-weight: bold;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module .awesomplete {
	width: 210px;
}

.offcanvas-menu .offcanvas-inner ul.menu,.offcanvas-menu .offcanvas-inner ul.menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

.offcanvas-menu .offcanvas-inner ul.menu>li {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	display: block;
	font-weight: 600;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,.offcanvas-menu .offcanvas-inner ul.menu>li>span {
	display: block;
	font-size: 18px;
	padding: 10px 0px;
	position: relative;
	line-height: 18px;
	opacity: 0.7;
	transition: 0.3s;
	color: #000000;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a:hover,.offcanvas-menu .offcanvas-inner ul.menu>li>span:hover {
	opacity: 1;
}

.offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child {
	display: none;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>a {
	position: relative;
	display: block;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
	right: -10px;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 2px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.menu-parent-open .menu-toggler:after {
	content: "";
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after,.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul {
	display: none;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
	font-size: 15px;
	padding: 4px 0px;
	line-height: 18px;
	font-weight: 400;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
	border-bottom: 1px solid rgba(32, 31, 31, 0.1);
	margin-bottom: 0;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
	padding: 15px 30px 15px 0px;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
	padding-bottom: 15px;
}

.offcanvas-menu.center-alignment .offcanvas-inner {
	padding: 0px 15px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 20px;
	padding-top: 5px;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
	float: left;
	margin-right: 20px;
}

body.ltr.offcanvs-position-left .body-wrapper {
	left: 0;
}

body.ltr.offcanvs-position-left .offcanvas-menu {
	left: -300px;
	top: 0;
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
	left: 0;
	top: 0;
}

body.ltr.offcanvs-position-right .body-wrapper {
	right: 0;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -300px;
	top: 0;
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
	right: 0;
	top: 0;
}

body.ltr .close-offcanvas {
	right: 15px;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
	right: -10px;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
	right: 0;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
	margin-left: 10px;
}

@keyframes spFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes spFadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes spFadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes spZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	100% {
		opacity: 1;
	}
}

@keyframes spRotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

@keyframes spPulse {
	from {
		opacity: 0;
		transform: scale3d(1, 1, 1);
	}

	50% {
		opacity: 0.5;
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

@keyframes spSpin {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes grdAiguille {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes grdAiguille {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ptAiguille {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes ptAiguille {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader1 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes loader1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader6 {
	0% {
		-webkit-transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
	}
}

@keyframes loader6 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

@keyframes rotate-360 {
	from {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes audioWave {
	25% {
		background: linear-gradient(#00aeef, #00aeef) 0 50%, linear-gradient(#00aeef, #00aeef) 0.625em 50%, linear-gradient(#00aeef, #00aeef) 1.25em 50%, linear-gradient(#00aeef, #00aeef) 1.875em 50%, linear-gradient(#00aeef, #00aeef) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}

	37.5% {
		background: linear-gradient(#00aeef, #00aeef) 0 50%, linear-gradient(#00aeef, #00aeef) 0.625em 50%, linear-gradient(#00aeef, #00aeef) 1.25em 50%, linear-gradient(#00aeef, #00aeef) 1.875em 50%, linear-gradient(#00aeef, #00aeef) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}

	50% {
		background: linear-gradient(#00aeef, #00aeef) 0 50%, linear-gradient(#00aeef, #00aeef) 0.625em 50%, linear-gradient(#00aeef, #00aeef) 1.25em 50%, linear-gradient(#00aeef, #00aeef) 1.875em 50%, linear-gradient(#00aeef, #00aeef) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
	}

	62.5% {
		background: linear-gradient(#00aeef, #00aeef) 0 50%, linear-gradient(#00aeef, #00aeef) 0.625em 50%, linear-gradient(#00aeef, #00aeef) 1.25em 50%, linear-gradient(#00aeef, #00aeef) 1.875em 50%, linear-gradient(#00aeef, #00aeef) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
	}

	75% {
		background: linear-gradient(#00aeef, #00aeef) 0 50%, linear-gradient(#00aeef, #00aeef) 0.625em 50%, linear-gradient(#00aeef, #00aeef) 1.25em 50%, linear-gradient(#00aeef, #00aeef) 1.875em 50%, linear-gradient(#00aeef, #00aeef) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
	}
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes effect-2 {
	from {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes sequence1 {
	0% {
		height: 10px;
	}

	50% {
		height: 50px;
	}

	100% {
		height: 10px;
	}
}

@keyframes sequence2 {
	0% {
		height: 20px;
	}

	50% {
		height: 65px;
	}

	100% {
		height: 20px;
	}
}

@keyframes rot1 {
	100% {
		transform: skew(-10deg) translateX(50px) rotate(405deg);
	}
}

@-webkit-keyframes rot1 {
	100% {
		-webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
	}
}

@keyframes rot2 {
	100% {
		transform: skew(-10deg) rotate(525deg);
	}
}

@-webkit-keyframes rot2 {
	100% {
		-webkit-transform: skew(-10deg) rotate(525deg);
	}
}

@keyframes rot3 {
	100% {
		transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
	}
}

@-webkit-keyframes rot3 {
	100% {
		-webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
	}
}

@keyframes width {
	10% {
		width: 10%;
	}

	20% {
		width: 20%;
	}

	30% {
		width: 30%;
	}

	40% {
		width: 40%;
	}

	50% {
		width: 50%;
	}

	60% {
		width: 60%;
	}

	70% {
		width: 70%;
	}

	80% {
		width: 80%;
	}

	90% {
		width: 90%;
	}

	100% {
		width: 100%;
	}
}

.sp-pre-loader {
	background: #FFFFFF;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.sp-pre-loader .sp-loader-clock {
	border: 3px solid #00aeef;
	border-radius: 60px;
	bottom: 0;
	height: 80px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}

.sp-pre-loader .sp-loader-clock:after {
	content: "";
	position: absolute;
	background-color: #00aeef;
	top: 2px;
	left: 48%;
	height: 38px;
	width: 4px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 97%;
	transform-origin: 50% 97%;
	-webkit-animation: grdAiguille 2s linear infinite;
	animation: grdAiguille 2s linear infinite;
}

.sp-pre-loader .sp-loader-clock:before {
	content: "";
	position: absolute;
	background-color: #00aeef;
	top: 6px;
	left: 48%;
	height: 35px;
	width: 4px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 94%;
	transform-origin: 50% 94%;
	-webkit-animation: ptAiguille 12s linear infinite;
	animation: ptAiguille 12s linear infinite;
}

.sp-pre-loader .sp-loader-circle {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid fade(#00aeef, 70%);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loader1 3s linear infinite;
	animation: loader1 3s linear infinite;
}

.sp-pre-loader .sp-loader-circle:after {
	content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background-color: #00aeef;
}

.sp-pre-loader .sp-loader-bubble-loop {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 12px;
	background-color: #00aeef;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loader6 1s ease-in-out infinite;
	animation: loader6 1s ease-in-out infinite;
}

.sp-pre-loader .sp-loader-bubble-loop:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 174, 239, 0.5);
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.sp-pre-loader .sp-loader-bubble-loop:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 174, 239, 0.5);
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.sp-pre-loader .circle-two {
	bottom: 0;
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.sp-pre-loader .circle-two>span,.sp-pre-loader .circle-two>span:before,.sp-pre-loader .circle-two>span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #00aeef;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sp-pre-loader .circle-two>span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}

.sp-pre-loader .circle-two>span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}

.sp-pre-loader .circle-two>span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}

.sp-pre-loader .wave-two-wrap {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	width: 90px;
}

.sp-pre-loader .wave-two {
	margin: 0;
	list-style: none;
	width: 90px;
	position: relative;
	padding: 0;
	height: 10px;
}

.sp-pre-loader .wave-two li {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: #00aeef;
	bottom: 0;
}

.sp-pre-loader .wave-two li:nth-child(1) {
	left: 0;
	-webkit-animation: sequence1 1s ease infinite 0;
	animation: sequence1 1s ease infinite 0;
}

.sp-pre-loader .wave-two li:nth-child(2) {
	left: 15px;
	-webkit-animation: sequence2 1s ease infinite 0.1s;
	animation: sequence2 1s ease infinite 0.1s;
}

.sp-pre-loader .wave-two li:nth-child(3) {
	left: 30px;
	-webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
	animation: sequence1 1s ease-in-out infinite 0.2s;
}

.sp-pre-loader .wave-two li:nth-child(4) {
	left: 45px;
	-webkit-animation: sequence2 1s ease-in infinite 0.3s;
	animation: sequence2 1s ease-in infinite 0.3s;
}

.sp-pre-loader .wave-two li:nth-child(5) {
	left: 60px;
	-webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
	animation: sequence1 1s ease-in-out infinite 0.4s;
}

.sp-pre-loader .wave-two li:nth-child(6) {
	left: 75px;
	-webkit-animation: sequence2 1s ease infinite 0.5s;
	animation: sequence2 1s ease infinite 0.5s;
}

.sp-pre-loader .sp-loader-audio-wave {
	width: 3em;
	height: 2em;
	background: linear-gradient(#00aeef, #00aeef) 0 50%, linear-gradient(#00aeef, #00aeef) 0.625em 50%, linear-gradient(#00aeef, #00aeef) 1.25em 50%, linear-gradient(#00aeef, #00aeef) 1.875em 50%, linear-gradient(#00aeef, #00aeef) 2.5em 50%;
	background-repeat: no-repeat;
	background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	animation: audioWave 1.5s linear infinite;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.sp-pre-loader .sp-loader-with-logo {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-pre-loader .sp-loader-with-logo .logo {
	display: inline-block;
	width: auto;
}

.sp-pre-loader .sp-loader-with-logo .line {
	background: #00aeef;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
}

@media (max-width:1199px) {
	#sp-header.full-header {
		padding-left: 15px;
		padding-right: 15px;
	}

	#sp-header.header-with-social #sp-menu .social-wrap {
		padding-left: 0px;
	}

	.sp-megamenu-parent>li>a,.sp-megamenu-parent>li span {
		padding: 0 10px;
	}
}

@media (min-width:992px) {
	#sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas {
		display: none !important;
	}
}

@media (max-width:991px) {
	:root {
		--header_height: $header_height_sm;
	}

	.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
		line-height: 50px;
	}

	#sp-header {
		height: 50px;
	}

	#sp-header .logo {
		height: 50px;
	}

	#sp-header.header-with-modal-menu #offcanvas-toggler {
		display: flex !important;
	}

	#sp-header.header-with-modal-menu #modal-menu-toggler {
		display: none;
	}

	#sp-header.full-header-center #offcanvas-toggler.mega,#sp-header.header-with-modal-menu #offcanvas-toggler.mega,#sp-header.full-header-left #offcanvas-toggler.mega,#sp-header.lg-header #offcanvas-toggler.mega,#sp-header.header-with-social #offcanvas-toggler.mega {
		display: flex !important;
	}

	#sp-header.lg-header #offcanvas-toggler.mega {
		display: none !important;
	}

	#sp-header.lg-header .offcanvas-toggler-left.offcanvas {
		display: flex !important;
	}

	#sp-header-topbar .container-inner>.row {
		min-height: 50px;
	}

	#modal-menu {
		top: 50px;
	}

	#offcanvas-toggler {
		height: 50px;
		line-height: 50px;
	}

	#sp-logo.has-border>.sp-column {
		border-right: none;
		padding-right: 0px;
	}

	#sp-menu .social-wrap:after,#sp-logo.has-border:after {
		display: none;
	}

	#sp-logo.has-border {
		padding-right: 15px;
	}

	#sp-menu .social-wrap {
		padding-left: 15px;
	}

	#sp-header.header-with-modal-menu.center-layout .sp-contact-info,#sp-header.header-with-modal-menu.classic-layout .sp-contact-info {
		display: none;
	}

	#sp-header-topbar {
		margin: 10px 0px;
	}

	#sp-header-topbar .container-inner {
		padding-bottom: 10px;
	}

	.hu-media-modal .modal-content {
		height: 80vh;
	}
}

@media (max-width:767px) {
	#sp-menu .social-wrap {
		padding-left: 10px;
	}

	#sp-menu .social-wrap:after {
		display: none;
	}

	#sp-header .menu-wrap {
		display: none;
	}

	.hu-media-modal .modal-content {
		height: 85vh;
	}

	.modal-dialog.jviewport-width80 {
		width: auto;
	}
}

@media (min-width: 576px) {
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}

@media (max-width:575px) {
	:root {
		--header_height: $header_height_xs;
	}

	.sp-megamenu-parent>li>a,.sp-megamenu-parent>li>span {
		line-height: 40px;
	}

	#sp-header {
		height: 55px;
	}

	#sp-header .logo {
		height: 50px;
	}

	#sp-header-topbar .container-inner>.row {
		min-height: 40px;
	}

	#modal-menu {
		top: 40px;
	}

	.offcanvas-menu {
		width: 100%;
	}

	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: -100%;
		top: 0;
	}

	#offcanvas-toggler {
		height: 50px;
		line-height: 50px;
	}

	#sp-header .sp-module {
		margin-left: 10px;
	}

	#sp-header .sp-module .sp-sign-in .text {
		display: none;
	}

	#sp-menu ul.social-icons>li:not(:last-child) {
		margin-right: 10px;
	}

	#sp-header.lg-header .top-part {
		border-bottom: none;
	}

	#sp-header.lg-header #sp-contact {
		order: 1;
	}

	#sp-header.lg-header #sp-logo {
		order: 3;
	}

	#sp-header.lg-header #sp-social {
		order: 2;
	}

	#sp-header.lg-header #sp-social .sp-column {
		justify-content: center !important;
	}

	#sp-header.lg-header #sp-social .social-icons {
		margin: 0;
	}

	#sp-header.lg-header #sp-social .social-icons>li:not(:last-child) {
		margin-right: 10px;
	}

	#sp-header.lg-header .sp-contact-info {
		text-align: center;
		margin: 5px 0;
	}

	.header-has-modules .container-inner>.row {
		flex-wrap: wrap !important;
	}

	.header-has-modules #offcanvas-toggler {
		height: auto;
		line-height: 1.2;
	}

	html.coming-soon #coming-soon-countdown .coming-soon-days,html.coming-soon #coming-soon-countdown .coming-soon-hours,html.coming-soon #coming-soon-countdown .coming-soon-minutes,html.coming-soon #coming-soon-countdown .coming-soon-seconds {
		width: 50%;
		margin-bottom: 15px;
	}

	html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
		font-size: 2.5rem;
	}

	html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
		font-size: 14px;
	}

	.view-search #search-form .btn-group {
		flex-wrap: wrap;
	}

	.view-search #search-form button,.view-search #search-form .btn {
		border-radius: 3px;
	}
}

div.finder form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 30px 0;
}

div.finder form button {
	color: #fff;
	background-color: #48b34e;
	border-color: #48b34e;
	border-radius: 0px;
}

div.finder form input {
	border-radius: 0px!important;
}

h1.tag-heading {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}

@font-face {
	font-family: 'Conthrax Sb';src: url('../fonts/contrax/ConthraxSb-Regular.eot');src: url('../fonts/contrax/ConthraxSb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/contrax/ConthraxSb-Regular.woff2') format('woff2'), url('../fonts/contrax/ConthraxSb-Regular.woff') format('woff'), url('../fonts/contrax/ConthraxSb-Regular.ttf') format('truetype'), url('../fonts/contrax/ConthraxSb-Regular.svg#ConthraxSb-Regular') format('svg');font-weight: 600;font-style: normal;font-display: swap;
}

.blog-item .for-blog {
	padding: 0px;
}

.blog-item .for-blog p {
	font-size: 18px;
}

.blog-item .for-blog h2 {
	font-family: 'Conthrax Sb'!important;
	text-transform: uppercase;
	color: #1c1c1c;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 40px;
}

.ppr48 .row {
	padding-left: 15px;
	padding-right: 15px;
}

.ppr48 h2 {
	font-family: 'Conthrax Sb'!important;
	border-left: none;
	font-size: 24px;
	padding-left: 15px;
	padding-bottom: 15px!important;
	margin-bottom: 0px;
}

.ppr48 h2 b {
	font-size: 36px;
	font-weight: bold;
}

.ppr48 h2 span {
	font-size: 24px;
	font-weight: bold;
}

.ppr48 .ppr48-mini {
	display: flex;
}

.ppr48 .p-left-0 {
	padding-left: 0px;
}

.ppr48 h3 {
	font-family: 'Conthrax Sb'!important;
	font-size: 14px;
	border-left: none;
	margin-bottom: 0px;
	padding: 5px 0 5px 0px;
}

.ppr48 h3 span {
	font-weight: bold;
	white-space: nowrap;
}

.ppr48-feat ul {
	padding-left: 0px!important;
	margin: 30px 0px!important;
	font-size: 18px;
}

.ppr48-feat ul li {
	list-style: none;
}

.ppr48-feat ul li span {
	color: #28a745;
	font-weight: bold;
}

.ppr48-feat p span.greenline {
	color: #28a745;
	font-weight: bold;
	text-decoration: underline;
}

.ppr-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
}

.ppr-icons svg {
	width: 40px;
	height: 40px;
}

.ppr48 .features__buttons a {
	font-size: 18px;
}

.ppr48 {
	margin-bottom: 100px;
}

.new__product::before {
	content: "Новый продукт";
	background-color: #28a745;
	color: #fff;
	position: absolute;
	top: 20px;
	right: -6px;
	font-size: 10px;
	height: 15px;
	line-height: 6px;
	padding: 5px;
	border-radius: 3px;
	transform: rotate(5deg);
}

.offcanvas-menu .new__product::before {
	content: "Новый продукт";
	background-color: #28a745;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 140px;
	font-size: 10px;
	height: 15px;
	line-height: 6px;
	padding: 5px;
	border-radius: 3px;
	transform: rotate(5deg);
}

@media (max-width: 991px) {
	.ppr48-border {
		border-left: 7px solid #00ab3c;
		margin-bottom: 3rem;
		display: inline-block;
	}

	.ppr48 .row {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ppr48 h2 {
		border-left: none;
		font-size: 18px;
		padding-left: 15px;
		padding-bottom: 15px!important;
		margin-bottom: 0px;
	}

	.ppr48 h2 b {
		font-size: 24px;
		font-weight: bold;
	}

	.ppr48 h2 span {
		font-size: 24px;
		font-weight: bold;
	}

	.ppr48 .ppr48-mini {
		display: flex;
		flex-direction: column;
	}

	.ppr48 .ppr48-mini .col-12 {
		margin-bottom: 15px;
	}

	.ppr48 .p-left-0 {
		padding-left: 0px;
	}

	.ppr48 h3 {
		font-size: 14px;
		border-left: none;
		margin-bottom: 0px;
		padding: 5px 0 5px 0px;
	}

	.ppr48 h3 span {
		font-weight: bold;
		white-space: nowrap;
	}

	.ppr48-feat ul {
		padding-left: 0px!important;
		margin: 30px 0px!important;
		font-size: 18px;
	}

	.ppr48-feat ul li {
		list-style: none;
	}

	.ppr48-feat ul li span {
		color: #28a745;
		font-weight: bold;
	}

	.ppr48-feat p span.greenline {
		color: #28a745;
		font-weight: bold;
		text-decoration: underline;
	}

	.ppr-icons {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 15px;
	}

	.ppr-icons svg {
		width: 40px;
		height: 40px;
	}

	.ppr48 .features__buttons a {
		font-size: 18px;
	}
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,footer,header,nav,section {
	display: block;
}

h1 {
	font-size: 1.7em;
	margin: .67em 0;
}

figcaption,figure,main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: inherit;
}

b,strong {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,input,optgroup,select,textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

.mfp-zoom-in .product-popup {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .product-popup {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .product-popup {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

body {
	background: #fff;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	color: #000000;
}

.btn {
	padding: 20px 42px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: "Roboto", sans-serif;
}

ol {
	margin: 15px 0px!important;
	line-height: 30px;
	padding-left: 20px;
}

ol li {
	margin-left: 15px!important;
}

.btn-success, .buttonEditable, .btn-outline-dark {
	margin-top: 30px!important;
}

#sp-menu .sp-megamenu-parent, #sp-menu .sp-dropdown-items {
	margin: 0px!important;
}

.btn:hover {
	cursor: pointer;
}

.btn.btn-outline-dark {
	border-color: #ccc;
}

.btn.btn-secondary,.btn.btn-success {
	border-color: transparent;
}

.btn.btn-secondary:hover,.btn.btn-success:hover {
	border-color: transparent;
}

.btn-secondary:not([disabled]):not(.disabled).active,.btn-secondary:not([disabled]):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
	border-color: transparent;
}

button:active,button:focus {
	outline: 0;
}

button::-moz-focus-inner {
	border: 0;
}

h1,h2,h3,div.border-left-2 {
	color: #1c1c1c;
}

h2.border-left, h1.border-left, div.border-left {
	font-size: 40px;
	font-family: "Roboto", sans-serif;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
	text-transform: uppercase;
}

h2.border-left-2,div.border-left-2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
	padding-left: 15px;
}

h2.border-left-2:before,div.border-left-2:before {
	content: '';
	background: #00ab3c;
	display: block;
	height: 50px;
	position: absolute;
	width: 7px;
	left: -7px;
	;top: 0px;
}

h2.border-bottom {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 38px;
}

h2.border-bottom:before {
	content: '';
	background: #00ab3c;
	display: block;
	height: 83px;
	position: absolute;
	height: 7px;
	width: 120px;
	left: -webkit-calc(50% - 60px);
	left: calc(50% - 60px);
	bottom: 0;
}

div.border-left-2 {
	line-height: 2.5rem;
}

.wr-form {
	border: 9px solid #e9e9e9;
	padding: 23px 30px 29px 29px;
}

input[type=email],input[type=phone],input[type=text],textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	border-color: #d1d1d1;
	padding: 15px 20px;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 0 0 0;
}

.header .logo {
	background-image: url('../images/logo2x.webp');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 109px;
	height: 64px;
}

.header .navbar.navbar-light.bg-light {
	padding: 7px 0 0 39px;
	background-color: transparent!important;
	margin: 0 auto;
	width: 100%;
}

.header .navbar.navbar-light.bg-light .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
}

.header .navbar.navbar-light.bg-light .navbar-toggler {
	color: transparent;
	border-color: transparent;
	padding: 0;
	margin: 0 auto;
}

.header .phone {
	text-align: right;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	color: #454553;
	padding: 4px 36px 0 0;
}

.header .phone a {
	float: inherit!important;
}

.header .but_head {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header .but_head .btn.btn-success {
	background-color: #3ac569;
}

.header .but_head .btn.btn-success:hover {
	background-color: #2e9e54;
}

svg#Layer_1 {
	fill: #239c31;
}

.main .bloc__1 {
	background-image: url('../bg/routing.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 920px;
}

.bloc__1 .bloc_content {
	padding: 67px 0 0 0;
	color: #fff;
}

.bloc__1 .bloc_content h1 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	line-height: 1.3;
	margin-bottom: 7px;
	color: #fff;
}

.bloc__1 .bloc_content .sub_tit {
	font-size: 26px;
	position: relative;
	padding: 0 0 15px 0;
}

.bloc__1 .bloc_content .sub_tit:after {
	content: '';
	background: #27a745;
	padding: 3px;
	display: block;
	width: 120px;
	position: absolute;
	margin-top: 0;
	bottom: -15px;
}

.bloc__1 .bloc_content .text {
	font-size: 18px;
	width: 420px;
}

.bloc__1 .btn.btn-primary {
	margin: 0 auto;
}

.bloc__2 .btn.btn-primary {
	padding: 34px 49px 27px 49px;
	display: block;
	margin: 0 auto 27px auto;
	position: relative;
	top: -86px;
	font-size: 19px;
}

.bloc__2 .sub_tit {
	font-size: 16px;
	padding: 21px 0 0 49px;
}

.vacancies .bloc__2 .sub_tit {
	padding: 21px 0 0 49px;
}

.vacancies .bloc__2 h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 0px;
	padding-left: 15px;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
}

.vacancies .commercial__border {
	margin-left: 30px;
	margin-right: 30px;
}

.vacancies .bloc__2 h2.sub_tit {
	padding-left: 15px;
}

.bloc__2 .view__work {
	margin: 73px 0 73px 0;
	padding-left: 48px;
}

.bloc__2 .view__work .h3.p-2 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
}

.bloc__2 .view__work h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
}

.bloc__2 .view__work .col-xl-4 {
	margin-bottom: 62px;
	padding: 0 45px 0 82px;
	position: relative;
	height: 250px;
}

.bloc__2 .view__work .col-xl-4:before {
	content: '';
	padding: 52px 48px;
	background-repeat: no-repeat;
	position: absolute;
	left: -1px;
	top: -10px;
}

.bloc__2 .view__work .col-xl-4 .btn-success {
	padding: 12px 33px;
}

.bloc__2 .view__work .col-xl-4 a {
	border-bottom: 1px dashed;
}

.bloc__2 .view__work .col-xl-4 a:hover {
	text-decoration: none;
}

.bloc__2 .view__work .col-xl-4.wr-tell {
	padding: 0;
}

.bloc__2 .view__work .col-xl-4.wr-tell .tell {
	border: 8px solid #d5d5d5;
	padding: 20px 40px 35px 40px;
	width: 100%;
}

.bloc__2 .view__work .col-xl-4.wr-tell .tell .text,.bloc__2 .view__work .col-xl-4.wr-tell .tell h3.p-2 {
	padding-left: 0!important;
}

.bloc__2 .view__work .col-xl-4.wr-tell .tell .text {
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	margin: 5px 0;
}

.bloc__2 #ico-1:before {
	background-image: url('../images/ico/phone.webp');
}

.bloc__2 #ico-2:before {
	background-image: url('../images/ico/search.webp');
}

.bloc__2 #ico-3:before {
	background-image: url('../images/ico/pencil.webp');
}

.bloc__3 {
	margin-top: 41px;
}

.bloc__3 .agent {
	text-align: center;
	padding-top: 31px;
}

body.itemid-342 .bloc__3 .agent {
	text-align: center;
	padding-top: 31px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bloc__3 .agent img {
	display: block;
	margin: 0 auto 25px auto;
}

.bloc__3 .agent .name {
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.bloc__3 .agent .position {
	font-size: 18px;
	margin-top: 6px;
}

.bloc__3 .wr-form {
	margin: 0 20px 0 20px;
}

.bloc__3 .wr-form p {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.bloc__3 .wr-form input {
	margin-right: 30px;
	width: 346px;
}

.bloc__4 {
	margin-top: 50px;
}

.bloc__4 h2 {
	margin-bottom: 53px;
}

.bloc__4 ul {
	list-style: none;
	font-size: 18px;
	line-height: 30px;
}

.fs-15 {
	font-size: 15px;
}

.fs-18 {
	font-size: 18px;
}

.ml-40 {
	line-height: 30px;
}

.itemid-449 .bloc__4 ul {
	list-style: none;
	font-size: 18px;
	line-height: 30px;
	column-count: 2;
}

.bloc__4 .row {
	padding-left: 0px;
	justify-content: center;
}

.bloc__4 .row h3 {
	font-weight: bold;
}

.bloc__4 .map {
	background-image: url(../images/map_from_css.png);
	background-repeat: no-repeat;
	background-position: 42px 75px;
	background-position: center;
	margin-top: 100px;
}

.bloc__5 {
	margin-top: 125px;
}

.bloc__5 .row .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bloc__5 .row .row a {
	margin-left: 60px;
	border-bottom: 1px dashed;
}

.bloc__5 .row .row a:hover {
	text-decoration: none;
}

.bloc__5 h2 {
	margin-bottom: 30px;
}

.bloc__5 .text {
	font-size: 18px;
	padding: 0 0 45px 0px;
	line-height: 30px;
}

.bloc__5 .carousel.slide {
	overflow: hidden;
}

.bloc__5 .carousel.slide .carousel-inner {
	float: right;
	margin-right: 60px;
	width: 293px;
}

.bloc__5 .carousel.slide .carousel-control-next-icon,.bloc__5 .carousel.slide .carousel-control-prev-icon {
	width: 28px;
}

.bloc__5 .carousel.slide .carousel-control-next,.bloc__5 .carousel.slide .carousel-control-prev {
	top: inherit;
	display: block;
	bottom: 42px;
}

.bloc__5 .carousel.slide .carousel-control-prev {
	left: -20px;
}

.bloc__5 .carousel.slide .carousel-control-next {
	left: 30px;
}

.bloc__6 {
	margin-top: 69px;
}

.bloc__6 h2 {
	margin-bottom: 68px;
}

.bloc__6 .h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

.bloc__6 h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

.bloc__6 .format {
	font-size: 15px;
	position: relative;
	margin: 13px 0;
	padding: 0 0 15px 0;
	color: #737272;
}

.bloc__6 .format:after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #ccc;
}

.bloc__6 .price {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.bloc__6 .text {
	font-size: 17px;
	line-height: 1.5;
	margin: 40px 0 46px 0;
	color: #737272;
}

.bloc__6 .btn.btn-primary {
	padding: 17px 69px;
}

.bloc__7 {
	margin-top: 80px;
	;
}

.bloc__7 h2 {
	margin-bottom: 84px;
}

.bloc__7 .h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	margin: -15px 0 0 15px;
}

.pprk .bloc__7 .h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	margin: -15px 0 0 0;
}

.bloc__7 h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	margin: -15px 0 0 15px;
}

.bloc__7 .col-12 {
	margin-bottom: 50px;
}

.bloc__7 .wr-num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}

.bloc__7 .wr-num .num {
	font-size: 95px;
	font-family: "Roboto", sans-serif;
	color: #dbdbdb;
	min-width: 62px;
	text-align: center;
}

.bloc__7 .text {
	padding-left: 77px;
}

.bloc__8 {
	padding: 55px 0 55px 0;
}

.bloc__8 .elastislide-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bloc__8 .elastislide-horizontal {
	padding: 70px 0 40px 0;
}

.bloc__8 .elastislide-horizontal nav span.elastislide-prev {
	right: 60px;
	left: auto;
}

.bloc__8 .elastislide-wrapper nav span {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.bloc__8 .elastislide-horizontal nav span {
	top: -35%;
}

.bloc__8 .elastislide-carousel ul li a img {
	border: none;
	-webkit-filter: gray;
	filter: gray;
	-webkit-filter: grayscale(.95);
	filter: grayscale(.95);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.bloc__8 .elastislide-carousel ul li a img:hover {
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
}

.routing .bloc__1 {
	background-image: url(../bg/tk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 920px;
}

.routing .bloc__1 .sub_tit,.routing .bloc__1 .text,.routing .bloc__1 h1 {
	color: #fff;
}

.routing .bloc__1 h1 {
	margin-bottom: 17px;
}

.routing .bloc__1 .sub_tit:after {
	background: #fff;
}

.routing .bloc__1 .bloc_content {
	padding: 86px 0 0 0;
}

.routing .bloc__2 .btn.btn-primary {
	top: -46px;
	margin: 0 auto -9px auto;
}

.routing .bloc__3 {
	margin-top: 9px;
}

.routing .bloc__6 h2 {
	margin-bottom: 74px;
}

.routing .bloc__6 .btn {
	padding: 17px 69px;
}

body.about,body.page_3,body.pprk,body.pprv,body.vacancies {
	overflow-x: hidden;
}

.about header .flex,.contakts header .flex,.main header .flex,.page_3 header .flex,.pprk header .flex,.pprv header .flex,.price header .flex,.question header .flex,.routing header .flex,.vacancies header .flex,header .flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 0;
}

.about header .adress,.contakts header .adress,.main header .adress,.page_3 header .adress,.pprk header .adress,.pprv header .adress,.price header .adress,.question header .adress,.routing header .adress,.vacancies header .adress,header .adress {
	text-align: right;
	background-image: url('../images/header_address.webp');
	background-repeat: no-repeat;
	width: 57%;
	padding-right: 17px;
	line-height: 1.4;
	height: 80px;
}

.about header .wr-but .phone,.contakts header .wr-but .phone,.main header .wr-but .phone,.page_3 header .wr-but .phone,.pprk header .wr-but .phone,.pprv header .wr-but .phone,.price header .wr-but .phone,.question header .wr-but .phone,.routing header .wr-but .phone,.vacancies header .wr-but .phone,header .wr-but .phone {
	padding: 0;
}

.about header .wr-but a,.contakts header .wr-but a,.main header .wr-but a,.page_3 header .wr-but a,.pprk header .wr-but a,.pprv header .wr-but a,.price header .wr-but a,.question header .wr-but a,.routing header .wr-but a,.vacancies header .wr-but a,header .wr-but a {
	float: right;
}

.contakts header .adress,.contakts header .navbar-light .navbar-nav .nav-link,.contakts header .phone,.page_3 header .adress,.page_3 header .navbar-light .navbar-nav .nav-link,.page_3 header .phone,.pprk header .adress,.pprk header .navbar-light .navbar-nav .nav-link,.pprk header .phone,.pprv header .adress,.pprv header .navbar-light .navbar-nav .nav-link,.pprv header .phone,.price header .adress,.price header .navbar-light .navbar-nav .nav-link,.price header .phone,.question header .adress,.question header .navbar-light .navbar-nav .nav-link,.question header .phone,.vacancies header .adress,.vacancies header .navbar-light .navbar-nav .nav-link,.vacancies header .phone {
	color: #1c1c1c;
}

.contakts header .wr-but a,.page_3 header .wr-but a,.pprk header .wr-but a,.pprv header .wr-but a,.price header .wr-but a,.question header .wr-but a,.vacancies header .wr-but a {
	color: #1c1c1c;
}

.vacancies .bloc__2 {
}

.vacancies .f-text {
	padding-top: 0px;
}

.vacancies .bloc__2 .row>.col img {
	position: absolute;
	display: inline;
	left: 87%;
	top: -75px;
}

.vacancies .bloc__2 .sub_tit {
	color: #1c1c1c;
	margin-bottom: 42px;
	padding-left: 0px;
}

.vacancies .wr-form {
	padding: 0;
}

.vacancies .wr-form .form-inline {
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}

.vacancies .wr-form input,.vacancies .wr-form textarea {
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 25px;
	border-color: #dfe3e9;
	color: #737272;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}

.vacancies .wr-form textarea {
	line-height: 1.5;
	margin-bottom: 18px;
}

.vacancies .wr-form .download {
	border: 2px dashed #e2e1e1;
	padding: 35px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.vacancies .wr-form .download p {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.vacancies .wr-form .download p span {
	display: block;
	font-family: "Roboto", sans-serif;
	color: #737272;
}

.vacancies .wr-form .btn {
	margin: 0 auto;
	display: block;
}

.contakts .bloc__1 .phone {
	padding: 0;
}

.contakts .bloc__1 a {
	color: #737272;
}

.contakts .bloc__2 {
}

.contakts .bloc__2 h2 {
	margin-bottom: 39px;
}

.contakts .bloc__2 .text {
	font-size: 18px;
	padding-left: 25px;
}

.contakts .bloc__2 .text .main-text,.contakts .bloc__2 .text .tell {
	color: #1c1c1c;
	font-family: "Roboto", sans-serif;
}

.contakts .bloc__2 .text .tell {
	font-size: 28px;
}

.price .bloc__2 {
	margin: 75px auto 95px auto;
}

.price .bloc__2 .wr-factors,.price .bloc__2 .wr-sales {
	margin: 96px 0 0 0;
}

.price .bloc__2 .wr-factors h3,.price .bloc__2 .wr-sales h3 {
	text-align: center;
	font-size: 32px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 25px;
}

.price .bloc__2 .list-factors .flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 140px;
	margin-bottom: 5px;
}

.price .bloc__2 .list-factors .flex .text {
	font-size: 17px;
}

.price .bloc__2 .list-factors .btn {
	padding: 14px 17px;
}

.price .bloc__2 .list-factors .ico-list-factors {
	background-repeat: no-repeat;
	background-position: left center;
}

.price .bloc__2 .list-factors .ico-1 {
	background-image: url(img/list-factors_ico-1.webp);
	padding: 28px 37px;
}

.price .bloc__2 .list-factors .ico-2 {
	background-image: url(img/list-factors_ico-2.webp);
	padding: 28px 30px;
}

.price .bloc__2 .list-factors .ico-3 {
	background-image: url(img/list-factors_ico-3.webp);
	padding: 28px 43px;
}

.price .bloc__2 .list-factors .ico-4 {
	background-image: url(img/list-factors_ico-4.webp);
	padding: 28px 27px;
}

.price .bloc__2 .sub_tit {
	text-align: center;
	padding-left: 0;
	margin-bottom: 52px;
}

.price .bloc__2 .status {
	font-size: 65px;
	font-family: "Roboto", sans-serif;
	color: #3faf6c;
}

.price .bloc__2 h4 {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 19px;
	color: #1c1c1c;
}

.price .bloc__2 .text {
	font-size: 17px;
}

.price .wr-sales {
	margin: 76px 0 0 0;
}

.price .wr-sales h3 {
	margin-bottom: 12px;
}

.price .bloc__3 .col {
	margin-bottom: 44px;
}

.price .bloc__3 h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

.price .bloc__3 h2 {
	margin-bottom: 80px;
}

.price .bloc__3 .format {
	font-size: 15px;
	position: relative;
	margin: 13px 0;
	padding: 0 0 15px 0;
	color: #737272;
}

.price .bloc__3 .format:after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #ccc;
}

.price .bloc__3 .price {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.price .bloc__3 .text {
	font-size: 17px;
	line-height: 1.5;
	margin: 40px 0 46px 0;
	color: #737272;
}

.price .bloc__3 .btn {
	padding: 19px 68px 15px 68px;
	margin-bottom: 40px;
}

body.itemid-110.price.ppr tbody {
	column-count: 2;
	display: inline-block;
}

.question .bloc__2 {
	margin: 75px auto 95px auto;
}

.question .bloc__2 h2,.question .bloc__2 h1 {
	margin-bottom: 50px;
}

.question .bloc__2 article {
	margin-bottom: 70px;
}

.question .bloc__2 .wr-num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding-bottom: 30px;
}

.question .bloc__2 .wr-num h3 {
	padding-left: 20px;
}

.question .bloc__2 .wr-num .num {
	font-size: 95px;
	font-family: "Roboto", sans-serif;
	color: #dbdbdb;
	min-width: 62px;
	text-align: center;
}

.question .bloc__2 .wr-qa {
	padding-left: 0;
	border: 1px solid #eceaea;
}

.question .bloc__2 .wr-qa .quest.open:before {
	content: "";
	background-image: none;
	position: absolute;
	top: 28px;
	right: 40px;
	border: .4em solid transparent;
	border-bottom: .4em solid #959595;
	font-size: 12px;
}

.question .bloc__2 .wr-qa .quest {
	background: #eceaea;
	color: #1c1c1c;
	position: relative;
}

.question .bloc__2 .wr-qa .quest:before {
	content: "";
	background-image: none;
	position: absolute;
	top: 28px;
	right: 40px;
	border: .4em solid transparent;
	border-top: .4em solid #959595;
	font-size: 12px;
}

.question .bloc__2 .wr-qa .quest:hover {
	cursor: pointer;
}

.question .bloc__2 .wr-qa .answer {
	display: none;
}

.question .bloc__2 .wr-qa .answer,.question .bloc__2 .wr-qa .quest {
	padding: 25px 0 25px 52px;
}

.price .bloc__4,.question .bloc__4 {
	margin-top: 82px;
	margin-bottom: 220px;
}

.price .bloc__4 .row,.question .bloc__4 .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.price .bloc__4 h2,.question .bloc__4 h2 {
	margin-bottom: 21px;
}

.price .bloc__4 .sub_tit,.question .bloc__4 .sub_tit {
	font-size: 18px;
	color: #1c1c1c;
	margin-bottom: 38px;
}

.price .bloc__4 form.form-bot,.question .bloc__4 form.form-bot {
	padding: 0 40px 0 46px;
}

.price .bloc__4 form.form-bot .h4,.question .bloc__4 form.form-bot .h4 {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.price .bloc__4 form.form-bot input,.question .bloc__4 form.form-bot input {
	border: 0;
	border-bottom: 1px solid #ced4da;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	padding: 24px 20px 15px 20px;
}

.price .bloc__4 form.form-bot .form-control:focus,.question .bloc__4 form.form-bot .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.price .bloc__4 form.form-bot .btn,.question .bloc__4 form.form-bot .btn {
	margin: 34px auto 0 auto;
	display: block;
}

.about .bloc__1 {
	background-image: url('../bg/about.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 1200px;
	margin-bottom: 152px;
}

.routing .bloc__1 .adress,.routing .bloc__1 .navbar-light .navbar-nav .nav-link,.routing .bloc__1 .phone {
	color: #fff;
}

.routing .bloc__1 .wr-but a {
	color: #fff;
}

.about .bloc__1 .bloc_content {
	padding: 176px 0 0 0;
}

.about .bloc__1 .text,.about .bloc__1 h1 {
	color: #000;
	margin-bottom: 20px;
}

.about .bloc__1 .text {
	font-size: 21px;
	margin-bottom: 36px;
}

.about .bloc__2 .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 55px 200px 55px 50px;
	line-height: 30px;
	position: relative;
}

.about .bloc__2 .text img {
	position: absolute;
	display: inline;
	left: 84%;
	top: -75px;
}

.about .bloc__2 .text p {
	margin-bottom: 40px;
}

.about .bloc__3 {
	margin-top: 116px;
}

.about .bloc__3 .sert {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about .bloc__3 h2 {
	margin-bottom: 82px;
}

.about .bloc__4 {
	margin-top: 102px;
}

.about .bloc__4 h2 {
	margin-bottom: 75px;
}

.about .bloc__5 {
	margin: 77px auto 0 auto;
	padding-bottom: 112px;
}

.about .bloc__5 .vplayer {
	height: 562px;
	background-image: url(https://ppr48.ru/images/bg-video.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.page_3 .bloc__1,.pprk .bloc__1,.pprv .bloc__1 {
	background-image: url('../images/pprv_blk1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	max-height: 520px;
	/* border-bottom: 2px solid #e6ecfa; */
	padding-bottom: 50px;
}

.page_3 .bloc__1 .bloc_content,.pprk .bloc__1 .bloc_content,.pprv .bloc__1 .bloc_content {
	padding: 0px 0 0 0;
}

.page_3 .bloc__1 h1,.pprk .bloc__1 h1,.pprv .bloc__1 h1 {
	font-size: 40px;
	font-family: "Roboto", sans-serif;
}

.batchviewer .bloc__1 h1 {
	font-size: 30px!important;
	margin-bottom: 30px;
	font-family: "Roboto", sans-serif;
}

.page_3 .bloc__1 .sub_tit,.pprk .bloc__1 .sub_tit,.pprv .bloc__1 .sub_tit {
	font-size: 22px;
	color: #1c1c1c;
	margin-bottom: 35px;
}

.page_3 .bloc__1 .text,.pprk .bloc__1 .text,.pprv .bloc__1 .text {
	width: inherit;
}

.page_3 .bloc__2,.pprk .bloc__2,.pprv .bloc__2 {
	margin-top: 50px;
}

.page_3 .bloc__2 .text,.pprk .bloc__2 .text,.pprv .bloc__2 .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 55px 200px 55px 50px;
	line-height: 27px;
	position: relative;
}

.page_3 .bloc__2 .text p,.pprk .bloc__2 .text p,.pprv .bloc__2 .text p {
	margin-bottom: 25px;
	max-width: 543px;
}

.page_3 .bloc__2 .text p.quote,.pprk .bloc__2 .text p.quote,.pprv .bloc__2 .text p.quote {
	border-left: 10px solid #00ab3c;
	position: relative;
	left: -58px;
	padding: 18px 0 18px 49px;
}

.page_3 .bloc__2 .text img,.pprk .bloc__2 .text img,.pprv .bloc__2 .text img {
	position: absolute;
	display: inline;
	left: 84%;
	top: -75px;
}

.page_3 .bloc__2 .btn-outline-dark,.pprk .bloc__2 .btn-outline-dark,.pprv .bloc__2 .btn-outline-dark {
	margin-right: 15px;
}

.page_3 .bloc__3,.pprk .bloc__3,.pprv .bloc__3 {
	margin-top: 50px;
}

.page_3 .bloc__3 .row,.pprk .bloc__3 .row,.pprv .bloc__3 .row {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.page_3 .bloc__3 .text,.pprk .bloc__3 .text,.pprv .bloc__3 .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 55px 40px 125px 200px;
	line-height: 27px;
	position: relative;
	text-align: left;
}

.page_3 .bloc__3.long .text {
	padding: 45px 50px 45px 50px;
}

.page_3 .bloc__3.long .text-left {
	text-align: left;
}

.mtc {
	margin: 50px auto;
	display: block;
}

.page_3 .bloc__3 .text h2.border-right,.pprk .bloc__3 .text h2.border-right,.pprv .bloc__3 .text h2.border-right {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
	padding-right: 40px;
}

.page_3 .bloc__3 .text h2.border-right:before,.pprk .bloc__3 .text h2.border-right:before,.pprv .bloc__3 .text h2.border-right:before {
	content: '';
	background: #00ab3c;
	display: block;
	height: 83px;
	position: absolute;
	width: 10px;
	right: 0;
	top: -24px;
}

.page_3 .bloc__3 .text p,.pprk .bloc__3 .text p,.pprv .bloc__3 .text p {
	padding-right: 40px;
}

.page_3 .bloc__3 .text img,.pprk .bloc__3 .text img,.pprv .bloc__3 .text img {
	position: absolute;
	display: inline;
	left: -84%;
	top: -80px;
}

.page_3 .bloc__4 h2,.pprk .bloc__4 h2,.pprv .bloc__4 h2 {
	margin-bottom: 74px;
}

.page_3 .bloc__4 .row,.pprk .bloc__4 .row,.pprv .bloc__4 .row {
	padding-left: 207px;
}

.page_3 .bloc__4 .row h3,.pprk .bloc__4 .row h3,.pprv .bloc__4 .row h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

.page_3 .bloc__4 .row .format,.pprk .bloc__4 .row .format,.pprv .bloc__4 .row .format {
	font-size: 15px;
	position: relative;
	margin: 13px 0;
	padding: 0 0 15px 0;
	color: #737272;
}

.page_3 .bloc__4 .row .format:after,.pprk .bloc__4 .row .format:after,.pprv .bloc__4 .row .format:after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #ccc;
}

.page_3 .bloc__4 .row .price,.pprk .bloc__4 .row .price,.pprv .bloc__4 .row .price {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.page_3 .bloc__4 .row .text,.pprk .bloc__4 .row .text,.pprv .bloc__4 .row .text {
	font-size: 18px;
	line-height: 1.7;
	margin: 15px 0 15px 0;
	color: #1c1c1c;
}

.page_3 .bloc__4 .row .btn.btn-outline-dark,.pprk .bloc__4 .row .btn.btn-outline-dark,.pprv .bloc__4 .row .btn.btn-outline-dark {
	padding: 17px 69px;
}

.page_3 .bloc__5,.pprk .bloc__5,.pprv .bloc__5 {
	margin-top: 132px;
}

.page_3 .bloc__5 .text,.pprk .bloc__5 .text,.pprv .bloc__5 .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 84px 200px 60px 50px;
	position: relative;
}

.page_3 .bloc__5 .text img,.pprk .bloc__5 .text img,.pprv .bloc__5 .text img {
	position: absolute;
	display: inline;
	left: 84%;
	top: -75px;
}

.page_3 .bloc__5 .text p,.pprk .bloc__5 .text p,.pprv .bloc__5 .text p {
	margin-bottom: 30px;
	padding-left: 50px;
}

.pprk .bloc__6,.pprv .bloc__6 {
	margin-bottom: 0px;
}

.page_3 .bloc__6 {
	margin-bottom: 0px;
}

.page_3 .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal,.pprk .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal,.pprv .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page_3 .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal #carousel3.elastislide-list a,.pprk .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal #carousel3.elastislide-list a,.pprv .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal #carousel3.elastislide-list a {
	padding: 0 15px;
}

.page_3 .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal #carousel3.elastislide-list img,.pprk .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal #carousel3.elastislide-list img,.pprv .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal #carousel3.elastislide-list img {
	border: 0;
	width: 100%;
}

.page_3 .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span,.pprk .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span,.pprv .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span {
	background: #fff url(../images/nav2.jpg) no-repeat 0 -21px;
	-webkit-border-radius: 0;
	border-radius: 0;
	top: inherit;
	bottom: -50px;
	height: 22px;
	left: 50%;
}

.page_3 .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span.elastislide-next,.pprk .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span.elastislide-next,.pprv .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span.elastislide-next {
	background-position: 0 0;
	right: inherit;
	left: -webkit-calc(50% + 5px);
	left: calc(50% + 5px);
}

.page_3 .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span.elastislide-prev,.pprk .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span.elastislide-prev,.pprv .bloc__6 .work-slide .elastislide-wrapper.elastislide-horizontal nav span.elastislide-prev {
	left: -webkit-calc(50% - 40px);
	left: calc(50% - 40px);
}

.engeneer .bloc__1 {
	background-image: url('../images/pprv_blk1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 792px;
	border-bottom: 2px solid #e6ecfa;
}

.engeneer .bloc__1 h1 {
	font-size: 45px;
	font-family: "Roboto", sans-serif;
	color: #282828;
	line-height: 50px;
	padding-bottom: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.engeneer .supheader {
	color: #000;
	font-size: 22px;
	margin-bottom: -10px;
}

.engeneer .bloc__1 .sub_tit {
	font-size: 22px;
	color: #1c1c1c;
	margin-bottom: 20px;
	position: relative;
	padding: 0 0 35px 0;
}

.engeneer .bloc__1 .bloc_content {
	padding: 0;
}

.pprk .bloc__1 .sub_tit {
	margin-bottom: 0;
	height: inherit;
}

.pprk .bloc__1 .sub_tit:after {
	margin-top: 0;
	padding: 0;
}

.pprk .bloc__1 h1 {
	margin-top: 15px;
	margin-bottom: 40px;
	position: relative;
}

.pprk .bloc__1 h1:after {
	content: '';
	background: #000;
	padding: 3px;
	display: block;
	width: 120px;
	position: relative;
	margin-top: 25px;
}

.pprk .bloc__3 {
	margin-top: 110px;
}

.pprk .bloc__3 .ico-view-work {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 25px;
	margin-bottom: 24px;
}

.pprk .bloc__3 .ico-view-work.ico-1 {
	background-image: url(img/ico-view-work_ico-1.webp);
}

.pprk .bloc__3 .ico-view-work.ico-2 {
	background-image: url(img/ico-view-work_ico-2.webp);
}

.pprk .bloc__3 .ico-view-work.ico-3 {
	background-image: url(img/ico-view-work_ico-3.webp);
}

.pprk .bloc__3 .ico-view-work.ico-4 {
	background-image: url(img/ico-view-work_ico-4.webp);
}

.pprk .bloc__3 .ico-view-work.ico-5 {
	background-image: url(img/ico-view-work_ico-5.webp);
}

.pprk .bloc__3 .ico-view-work.ico-6 {
	background-image: url(img/ico-view-work_ico-6.webp);
}

.pprk .bloc__3 .text {
	padding: 0!important;
	text-align: left;
	font-size: 17px;
	border: none;
	margin-bottom: 42px;
}

.pprk .bloc__4 {
	margin-top: 67px;
}

.pprk .bloc__4 .row {
	padding-left: 0;
}

.pprk .bloc__4 .row .sub_tit, .pprv .bloc__3 .row .sub_tit {
	color: #1c1c1c;
	font-size: 22px;
	margin-bottom: 25px;
	padding-left: 48px;
}

.pprk .bloc__4 .row .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 55px 200px 55px 0;
	line-height: 30px;
	position: relative;
}

.pprk .bloc__4 .row .text img {
	position: absolute;
	display: inline;
	left: 84%;
	top: -75pxx;
}

.pprk .bloc__4 .row .text h2 {
	margin-bottom: 20px;
}

.pprk .bloc__4 .row .text li, .pprv .bloc__3 .row .text li {
	background-image: none;
	font-size: 18px;
}

.pprk .bloc__5 {
	margin-top: 67px;
}

.pprk .bloc__5 .row {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pprk .bloc__5 .row h2.border-right {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 32px;
	padding: 0px 30px;
	text-align: left;
}

.pprk .bloc__5 .row .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 62px 44px 34px 70px;
	line-height: 1.7;
	position: relative;
	text-align: right;
}

.pprk .bloc__5 .row .text img {
	position: absolute;
	display: inline;
	left: -75%;
	top: -60px;
}

.pprk .bloc__5 .row .text .row {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	text-align: left;
}

.pprk .bloc__5 .row .text .row h3 {
	font-size: 28px;
	margin-bottom: 15px;
}

.pprk .bloc__5 .row .text .row h3 span {
	display: inline-grid;
}

.pprk .bloc__5 .row .text .row ul {
	font-size: 18px;
}

.pprk .bloc__5 .row .text .row .col-12 {
	position: relative;
	text-align: right;
	margin-top: 12px;
}

.pprk .bloc__5 .row .text .row .col-12 p {
	font-size: 17px;
	padding-left: 90px;
	margin: 0;
	color: #1c1c1c;
}

.pprk .bloc__5 .row .text .row .col-12 .btn {
	position: absolute;
	left: -310px;
	bottom: 0;
}

.pprk .bloc__6 img {
	width: 100%;
}

.pprk .bloc__6 .wr-text {
	padding: 33px;
}

.pprk .bloc__6 .wr-text h3 {
	font-size: 24px;
	margin-bottom: 24px;
}

.pprk .bloc__6 .wr-text .text {
	margin-top: 0;
}

.pprk .bloc__6 .wr-text .text p {
	margin: 0 0 5px 0;
}

.pprk .bloc__6 .text-bot p {
	text-align: center;
	font-size: 20px;
	margin: 29px 0 93px 0;
}

.pprk .bloc__6 .text-bot .btn {
	margin: 0 auto;
	display: block;
}

.pprk .bloc__7 {
	border: none;
}

.pprk .bloc__7 .row {
	justify-content: center;
	;
}

.pprk .bloc__7 .row h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	margin: 0;
}

.pprk .bloc__7 .row .format {
	font-size: 15px;
	position: relative;
	margin: 13px 0;
	padding: 0 0 15px 0;
	color: #737272;
}

.pprk .bloc__7 .row .format:after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #ccc;
}

.pprk .bloc__7 .row .price {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.pprk .bloc__7 .row .text {
	font-size: 17px;
	line-height: 1.5;
	margin: 40px 0 46px 0;
	color: #737272;
	padding-left: 0;
}

.pprk .bloc__7 .row .btn {
	padding: 17px 69px;
}

.pprv .bloc__2 {
	margin-top: 50px;
}

.pprv h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 38px;
	font-family: "Roboto", sans-serif;
	border-left: 7px solid #00ab3c;
	padding: 15px 0 15px 15px;
	text-transform: uppercase;
}

.pprv .bloc__2 h2 {
	margin-bottom: 49px;
}

.pprv .bloc__2 .row {
	padding-left: 52px;
}

.pprv .bloc__2 .ico-view-work {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 25px;
	margin-bottom: 24px;
}

.pprv .bloc__2 .ico-view-work.ico-1 {
	background-image: url(img/pprv_ico-view-work_ico-1.webp);
}

.pprv .bloc__2 .ico-view-work.ico-2 {
	background-image: url(img/pprv_ico-view-work_ico-2.webp);
}

.pprv .bloc__2 .ico-view-work.ico-3 {
	background-image: url(img/pprv_ico-view-work_ico-3.webp);
}

.pprv .bloc__2 .ico-view-work.ico-4 {
	background-image: url(img/pprv_ico-view-work_ico-4.webp);
}

.pprv .bloc__2 .text {
	padding: 0px!important;
	text-align: left;
	font-size: 17px;
	border: none;
	margin-bottom: 42px;
}

.pprv .bloc__2 .text-bot {
	text-align: center;
}

.pprv .bloc__2 .text-bot p {
	font-size: 20px;
	margin: 30px 0 15px 0;
}

.pprv .bloc__2 .text-bot .btn {
	margin: 0 auto;
	margin-bottom: 40px;
}

.pprv .bloc__7_add h2 {
	padding-left: 0px!important;
}

.pprv .bloc__2 .text-bot .btn.btn-success {
	margin-right: 30px;
}

.pprv .bloc__3 .row {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}


.pprv .bloc__3 .row img {
	position: absolute !important;
	display: inline;
	left: 84% !important;
	top: 0px !important;
}

.pprv .bloc__3 .row .sub_tit {
	color: #1c1c1c;
	font-size: 18px;
	margin-bottom: 25px;
}

.pprv #sp-main-body ul li:before {
	content: none;
}

.pprv .bloc__3 .row .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 55px 200px 55px 0;
	line-height: 30px;
	position: relative;
	text-align: left;
}

.pprv .bloc__3 .row .text h2 {
	margin-bottom: 20px;
}

.pprv .bloc__3 .row .text li {
	margin-bottom: 5px;
	background-image: none;
	padding-left: 0;
	font-size: 18px;
}

.pprv .bloc__4 h2 {
	margin-bottom: 65px;
}

.pprv .bloc__4 .row {
	padding-left: 0;
}

.pprv .bloc__4 .row .col {
	padding: 0 40px;
}

.pprv .bloc__4 .row h3 {
	font-size: 27px;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
}

.pprv .bloc__4 .row h3 span {
	display: inline-grid;
}

.pprv .bloc__4 .row .ico-view-ustr {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 25px;
	margin-bottom: 24px;
}

.pprv .bloc__4 .row .ico-view-ustr.ico-1 {
	background-image: url(img/ico-view-ustr_ico-1.webp);
}

.pprv .bloc__4 .row .ico-view-ustr.ico-2 {
	background-image: url(img/ico-view-ustr_ico-2.webp);
}

.pprv .bloc__4 .row .ico-view-ustr.ico-3 {
	background-image: url(img/ico-view-ustr_ico-3.webp);
}

.pprv .bloc__5 {
	border: none;
	padding: 0;
}

.pprv .bloc__5 h2 {
	margin-bottom: 84px;
}

.pprv .bloc__5 .row {
	justify-content: center;
	;
}

.pprv .bloc__5 .row .col {
	margin-bottom: 50px;
	;
}

.pprv .bloc__5 .row h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	margin: 0;
}

.pprv .bloc__5 .row .format {
	font-size: 15px;
	position: relative;
	margin: 13px 0;
	padding: 0 0 15px 0;
	color: #737272;
}

.pprv .bloc__5 .row .format:after {
	content: '';
	display: block;
	width: 70px;
	position: absolute;
	bottom: 0;
	border-bottom: 3px solid #ccc;
}

.pprv .bloc__5 .row .price {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.pprv .bloc__5 .row .text {
	font-size: 17px;
	line-height: 1.5;
	margin: 40px 0 46px 0;
	color: #737272;
	padding: 0;
	border: 0;
}

.pprv .bloc__5 .row .btn {
	padding: 17px 69px;
}

footer {
	background: #f1f1f1;
	padding: 70px 0 30px 0;
	margin-top: 25px;
}

footer .container {
	position: relative;
}

footer .contakts {
	-webkit-box-shadow: 0 0px 38px 0 rgba(50,50,50,.15);
	box-shadow: 0 0px 38px 0 rgba(50,50,50,.15);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0 30px 0;
	width: 70%;
	position: absolute;
	top: -188px;
	background: #fff;
	left: 50%;
	margin-left: -35%;
	color: #1c1c1c;
}

footer .contakts .cont_bloc {
	width: 30%;
	text-align: center;
	padding-top: 45px;
}

footer .contakts .mail,footer .contakts .tell,footer .contakts .time {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
}

footer .contakts .tell {
	font-size: 24px;
}

footer .contakts .mail {
	background-image: url(img/contakts_mail.webp);
}

footer .contakts .tell {
	background-image: url(img/contakts_tell.webp);
}

footer .contakts .time {
	background-image: url(img/contakts_time.webp);
}

footer .contakts p {
	margin: 0;
}

footer .row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .row .logo {
	background-image: url('../images/footer_logo.webp');
	background-repeat: no-repeat;
	background-position: center top;
	width: 109px;
	height: 64px;
}

footer .row .text {
	margin-left: 40px;
}

footer .row:last-child .flex {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.callback_div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

.new-header__callback-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	white-space: nowrap;
	background-color: #218838;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.new-header__callback-btn:hover {
	background-color: #218838;
}

#sp-breadcrumbs {
}

@media only screen and (max-width:1200px) {
	.header .navbar.navbar-expand-lg.bg-light .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .phone {
		font-size: 18px;
	}

	.header .btn {
		padding: 7px 20px;
	}

	.about header .header,.contakts header .header,.main header .header,.page_3 header .header,.pprk header .header,.pprv header .header,.price header .header,.question header .header,.routing header .header,.vacancies header .header {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.about header .flex,.contakts header .flex,.main header .flex,.page_3 header .flex,.pprk header .flex,.pprv header .flex,.price header .flex,.question header .flex,.routing header .flex,.vacancies header .flex {
		display: block;
	}

	.about header .bloc__1 .adress,.contakts header .bloc__1 .adress,.main header .bloc__1 .adress,.page_3 header .bloc__1 .adress,.pprk header .bloc__1 .adress,.pprv header .bloc__1 .adress,.price header .bloc__1 .adress,.question header .bloc__1 .adress,.routing header .bloc__1 .adress,.vacancies header .bloc__1 .adress {
		width: inherit;
		padding: 0 0 10px 0;
	}

	.about header .navbar.navbar-light.bg-light,.contakts header .navbar.navbar-light.bg-light,.main header .navbar.navbar-light.bg-light,.page_3 header .navbar.navbar-light.bg-light,.pprk header .navbar.navbar-light.bg-light,.pprv header .navbar.navbar-light.bg-light,.price header .navbar.navbar-light.bg-light,.question header .navbar.navbar-light.bg-light,.routing header .navbar.navbar-light.bg-light,.vacancies header .navbar.navbar-light.bg-light {
		padding: 7px 0 0 80px;
	}

	.main .bloc__2 .view__work .col,.routing .bloc__2 .view__work .col {
		padding: 0 15px 0 82px;
		height: 220px;
	}

	.main .bloc__2 .view__work .col.wr-tell .tell,.routing .bloc__2 .view__work .col.wr-tell .tell {
		padding: 20px 30px 35px 30px;
	}

	.main .bloc__3 .wr-form input,.routing .bloc__3 .wr-form input {
		margin-right: 0;
		width: 100%;
	}

	.main .bloc__3 .btn.btn-success,.routing .bloc__3 .btn.btn-success {
		width: 100%;
		margin-top: 30px;
	}

	.main .bloc__4 .map,.routing .bloc__4 .map {
		-webkit-background-size: 90% 90%;
		background-size: 90%;
	}

	.main .bloc__7 .col-12,.routing .bloc__7 .col-12 {
		padding-left: 0px;
	}

	.main .bloc__5 .btn.btn-success,.routing .bloc__5 .btn.btn-success {
		margin-bottom: 15px;
	}

	.main .bloc__5 .row .row a,.routing .bloc__5 .row .row a {
		margin-left: 40px;
	}

	.page_3 .bloc__4 .row,.page_3 .bloc__6 .row,.routing .bloc__4 .row {
		padding-left: 50px;
	}

	.about .bloc__1 .bloc_content {
		padding: 95px 0 0 0;
	}

	.about .bloc__3 .sert {
		-webkit-box-pack: start;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start;
	}

	.about .bloc__3 .sert .thumbnail img {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}

	.page_3 .bloc__1 .bloc_content {
		padding: 0;
	}

	.page_3 .bloc__2 {
		margin-top: 100px;
	}

	.page_3 .bloc__2 .text img {
		left: 70%;
	}

	.page_3 .bloc__3 .text img {
		left: -70%;
	}

	.vacancies .bloc__2 .row>.col img {
		display: none;
	}

	.pprk .bloc__1 .bloc_content {
		padding: 0;
	}

	.pprk .bloc__5 .row .text {
		padding: 62px 44px 34px 247px;
	}

	.pprk .bloc__5 .row .text img {
		left: -50%;
	}

	.pprk .bloc__5 .row .text .row .col-12 .btn {
		position: inherit;
		left: 0;
		bottom: 0;
		margin-top: 20px;
	}

	.pprv .bloc__5 .row {
		padding-left: 30px;
	}

	.pprv .bloc__5 .row .col {
		margin-bottom: 0;
		padding-left: 0;
	}

	.price .bloc__3 h2 {
		margin-bottom: 30px;
	}

	.price .bloc__3 .text {
		margin: 20px 0 26px 0;
	}

	.price .bloc__3 .btn {
		margin-bottom: 50px;
	}

	footer .contakts {
		width: 80%;
		left: 45%;
	}

	footer .row .text {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.new-header__callback-btn {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 48px;
		padding-left: 37px;
		padding-right: 37px;
		color: #ffffff;
		font-family: "Roboto", sans-serif;
		font-size: 12px;
		white-space: nowrap;
		background-color: #47b34e;
		border: none;
		border-radius: 3px;
		cursor: pointer;
	}
}

@media only screen and (max-width:991px) {
	.wr_nav {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.header .navbar.navbar-expand-lg.bg-light {
		padding: 10px 0 0 0;
		background-color: transparent!important;
	}

	.header .navbar-collapse {
		background: rgba(255,255,255,.63);
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 22px 18px;
		margin-top: 15px;
		line-height: 2.5;
		text-transform: uppercase;
	}

	.header .navbar-collapse .nav-link {
		padding: 10px 7px;
	}

	.about header .header,.contakts header .header,.main header .header,.page_3 header .header,.pprk header .header,.pprv header .header,.price header .header,.question header .header,.routing header .header,.vacancies header .header {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.about header .flex,.contakts header .flex,.main header .flex,.page_3 header .flex,.pprk header .flex,.pprv header .flex,.price header .flex,.question header .flex,.routing header .flex,.vacancies header .flex {
		display: block;
	}

	.about header .bloc__1 .adress,.contakts header .bloc__1 .adress,.main header .bloc__1 .adress,.page_3 header .bloc__1 .adress,.pprk header .bloc__1 .adress,.pprv header .bloc__1 .adress,.price header .bloc__1 .adress,.question header .bloc__1 .adress,.routing header .bloc__1 .adress,.vacancies header .bloc__1 .adress {
		width: inherit;
		padding: 0 0 5px 0;
	}

	.about header .navbar.navbar-light.bg-light,.contakts header .navbar.navbar-light.bg-light,.main header .navbar.navbar-light.bg-light,.page_3 header .navbar.navbar-light.bg-light,.pprk header .navbar.navbar-light.bg-light,.pprv header .navbar.navbar-light.bg-light,.price header .navbar.navbar-light.bg-light,.question header .navbar.navbar-light.bg-light,.routing header .navbar.navbar-light.bg-light,.vacancies header .navbar.navbar-light.bg-light {
		padding: 0;
	}

	.main .bloc__2 .view__work,.routing .bloc__2 .view__work {
		padding-left: 0;
	}

	.main .bloc__3 .agent img,.routing .bloc__3 .agent img {
		width: 100%;
	}

	.main .bloc__4 .map,.routing .bloc__4 .map {
		height: 410px;
		-webkit-background-size: 100% 100%;
		background-size: 100%;
		background-position: center;
	}

	.main .bloc__5 .carousel.slide,.routing .bloc__5 .carousel.slide {
		margin-top: 50px;
	}

	.main .bloc__5 .carousel.slide .carousel-inner,.routing .bloc__5 .carousel.slide .carousel-inner {
		float: none;
		margin-right: 0;
		margin: 0 auto;
	}

	.main .bloc__5 .carousel.slide .flex,.routing .bloc__5 .carousel.slide .flex {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 25px;
	}

	.main .bloc__5 .carousel.slide .flex .carousel-control-next,.main .bloc__5 .carousel.slide .flex .carousel-control-prev,.routing .bloc__5 .carousel.slide .flex .carousel-control-next,.routing .bloc__5 .carousel.slide .flex .carousel-control-prev {
		top: inherit;
		bottom: 0;
		margin: 0;
		position: relative;
		left: 0;
		width: 15%;
	}

	.main .bloc__1 {
		min-height: 830px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.main .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
	}

	.about .bloc__1 {
		min-height: 660px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.about .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
	}

	.about .bloc__1 .navbar-light .navbar-nav .nav-link {
		color: #737272;
	}

	.routing .bloc__1 {
		min-height: 830px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.routing .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
	}

	.routing .bloc__1 .col-xl-7.col {
		margin-bottom: 0px;
	}


	.page_3 .bloc__2 {
		margin-top: 40px;
	}

	.page_3 .bloc__2 .row>.col img {
		display: none;
	}

	.page_3 .bloc__2 .text {
		padding: 20px;
	}

	.page_3 .bloc__2 .text p {
		max-width: 100%;
	}

	.page_3 .bloc__2 .text p.quote {
		left: -28px;
		padding: 18px 0 18px 20px;
	}

	.page_3 .bloc__3 {
		margin-top: 40px;
	}

	.page_3 .bloc__3 .row>.col img {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		margin-bottom: 30px;
	}

	.page_3 .bloc__3 .text {
		padding: 20px;
	}

	.page_3 .bloc__3 .text p {
		max-width: 100%;
	}

	.pprk .bloc__1 {
		min-height: 792px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.pprk .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
		margin-top: 30px;
	}

	.pprk .bloc__1 h1 {
		margin-bottom: 10px;
	}

	.pprk .bloc__1 .sub_tit {
		padding: 0;
	}

	.pprk .bloc__1 .sub_tit .text {
		margin-bottom: 10px;
	}

	.pprk .bloc__2 {
		margin-top: 50px;
	}

	.pprk .bloc__2 .row .text,.pprk .bloc__4 .row .text,.pprk .bloc__5 .row .text {
		padding: 20px;
	}

	.pprk .bloc__2 .row .text img,.pprk .bloc__4 .row .text img,.pprk .bloc__5 .row .text img {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.pprk .bloc__4,.pprk .bloc__5 {
		margin-top: 0;
	}

	.pprk .bloc__6 .wr-text {
		padding: 33px 4px 0 4px!important;
		margin: 0;
	}

	.pprk .bloc__6 .wr-text .text,.pprk .bloc__6 .wr-text h3 {
		margin: 0;
	}

	.pprk .bloc__6 .text-bot p {
		margin: 29px 0 40px 0;
	}

	.pprv .bloc__1 {
		min-height: 792px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.pprv .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
	}

	.pprv .bloc__1 .sub_tit {
		margin-bottom: 40px;
	}

	.price .bloc__3 h2 {
		margin-bottom: 30px;
	}

	.price .bloc__3 .text {
		margin: 20px 0 26px 0;
	}

	.price .bloc__3 .btn {
		margin-bottom: 50px;
	}

	footer .contakts {
		width: 100%;
		left: 35%;
	}

	footer .contakts .tell {
		font-size: 20px;
	}

	footer .contakts .text {
		margin-left: 10px;
	}
}

@media only screen and (max-width:768px) {
	h1 {
		font-size: 1.7em;
	}

	h2.border-left {
		font-size: 1.4rem;
	}

	.main .bloc__2 .view__work .col-12,.routing .bloc__2 .view__work .col-12 {
		height: auto;
		margin-bottom: 30px;
	}

	.main .bloc__2 .view__work .col-xl-4 a,.routing .bloc__2 .view__work .col-xl-4 a {
		margin-left: .5rem;
	}

	.main .bloc__3 .col-md-4,.routing .bloc__3 .col-md-4 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.main .bloc__3 .agent img,.routing .bloc__3 .agent img {
		width: auto;
	}

	.main .bloc__1 {
		min-height: 830px;
		height: auto;
	}

	.main .bloc__1 .bloc_content {
		padding: 25px 0 100px 0;
	}

	.main .bloc__4 .map {
		height: 340px;
		-webkit-background-size: 100% 100%;
		background-size: 100%;
		background-position: center;
	}

	.main .bloc__5 {
		margin-top: 50px;
	}

	.main .bloc__5 .carousel.slide .carousel-inner {
		margin: 40px auto 0 auto;
	}

	.routing .bloc_1 {
		min-height: 830px;
		height: auto;
	}

	.routing .bloc_1 .bloc_content {
		padding: 25px 0 100px 0;
	}

	.routing .bloc_1 .col-xl-7.col {
		margin-bottom: 100px;
	}

	.routing .bloc__6 .text {
		margin: 20px 0 26px 0;
	}

	.about .bloc__1 {
		margin-bottom: 20px;
		min-height: 570px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.about .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
	}

	.about .bloc__1 .navbar-light .navbar-nav .nav-link {
		color: #737272;
	}

	.about .bloc__2 .text {
		padding: 15px;
	}

	.about .bloc__2 .text img {
		position: relative;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.question .bloc__2 article {
		padding-left: 0;
		margin-bottom: 70px;
	}

	.question .bloc__2 article .wr-qa .quest {
		padding: 15px 50px 15px 15px;
	}

	.question .bloc__2 article .wr-qa .answer {
		padding: 15px 0 15px 15px;
	}

	.question .bloc__4 {
		margin-bottom: 30px;
	}

	.question .bloc__4 form.form-bot {
		padding: 30px 0 0 0;
	}

	.vacancies .bloc__2 {
		margin: 75px auto 50px auto;
	}

	.page_3 .bloc__1 .sub_tit {
		margin-bottom: 40px;
	}

	.page_3 .bloc__2 .btn {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.page_3 .bloc__2 .text,.page_3 .bloc__3 .text {
		padding: 0;
		border: 0;
	}

	.page_3 .bloc__4 .text {
		margin: 20px 0 26px 0;
	}

	.page_3 .bloc__4 .btn {
		margin-bottom: 50px;
	}

	.page_3 .bloc__5 {
		margin-top: 0;
	}

	.page_3 .bloc__5 .row>.col img {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		margin-bottom: 60px;
	}

	.page_3 .bloc__5 .text, .viewer__tk .container {
		padding: 0!important;
		border: 0!important;
	}

	.page_3 .bloc__5 .text p {
		max-width: 100%;
	}

	.page_3 .bloc__6 {
		margin-bottom: 80px;
	}

	.pprk .bloc__1 {
		min-height: 792px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.pprk .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
	}

	.pprk .bloc__1 .bloc_content h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.pprk .bloc__1 .bloc_content .text {
		margin-bottom: 30px;
	}

	.pprk .bloc__2 .row .text,.pprk .bloc__4 .row .text,.pprk .bloc__5 .row .text {
		padding: 0;
		border: 0;
	}

	.pprk .bloc__2 .btn {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.pprk .bloc__5 {
		margin-bottom: 0px;
	}

	.pprk .bloc__5 .row .text .row .col-12 p {
		text-align: center;
		padding: 0;
	}

	.pprk .bloc__5 .row .text .row .col-12 .btn {
		margin: 20px auto 0 auto;
		display: block;
	}

	.pprk .bloc__6 {
		max-width: 540px;
		margin: 0 auto;
	}

	.pprk .bloc__7 {
		margin-bottom: 0;
	}

	.pprv .bloc__1 {
		min-height: 792px;
		height: auto;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.pprv .bloc__1 .bloc_content {
		padding: 65px 0 100px 0;
	}

	.pprv .bloc__1 .bloc_content h1 {
		font-size: 30px;
	}

	.pprv .bloc__2 .text-bot .btn.btn-success {
		margin-right: 30px;
		display: block;
		margin: 0 auto 30px auto;
	}

	.pprv .bloc__2 .text-bot p {
		font-size: 20px;
		margin: 8px 0 50px 0;
	}

	.pprv .bloc__3 {
		margin-top: 70px;
	}

	.pprv .bloc__3 .row .text {
		padding: 0;
		border: 0;
	}

	.pprv .bloc__3 .row .text img {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.pprv .bloc__5 {
		margin-top: 40px;
		margin-bottom: 60px;
	}

	.pprv .bloc__5 h2 {
		margin-bottom: 35px;
	}

	.pprv .bloc__6 {
		margin-bottom: 90px;
	}

	.price .bloc__2 .wr-factors {
		margin: 35px 0 0 0;
	}

	.price .bloc__2 .wr-factors h3 {
		margin-bottom: 0;
	}

	.price .bloc__2 .wr-sales {
		margin: 56px 0 0 0;
		text-align: center;
	}

	.price .bloc__3 h2 {
		margin-bottom: 30px;
	}

	.price .bloc__3 .text {
		margin: 20px 0 26px 0;
	}

	.price .bloc__3 .btn {
		margin-bottom: 50px;
	}

	.price .bloc__4 {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.price .bloc__4 form.form-bot {
		padding: 40px 0 0 0;
	}

	footer {
		margin-top: 0;
	}

	footer .contakts {
		display: block;
		left: inherit;
		position: relative;
		margin: 0 auto 30px auto;
		top: 0;
	}

	footer .contakts .tell {
		font-size: 17px;
	}

	footer .contakts .cont_bloc {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .logo {
		margin: 0 auto 20px auto;
	}

	footer .text {
		text-align: center;
		margin-bottom: 15px;
	}

	footer .btn {
		display: block;
		margin: 0 auto;
	}

	body.itemid-110.price.ppr tbody {
		column-count: 1;
		display: inline-block;
	}
}

@media only screen and (max-width:575px) {
	.bloc__1 .bloc_content h1,.pprk .bloc__1 .bloc_content h1,h1 {
		font-size: 1.7em;
	}

	.bloc__1 .bloc_content .text {
		width: 100%;
	}

	.bloc__2 .btn.btn-primary {
		padding: 30px 37px 27px 30px;
		width: 100%;
	}

	.page_3 .bloc__3 .text h2.border-right,.pprk .bloc__5 .row h2.border-right,h2.border-bottom,h2.border-left,h2.border-left-2 {
		font-size: 1.35rem;
	}

	.header {
		padding: 0;
	}

	.header .logo {
		margin: 0 auto;
	}

	.header .phone {
		text-align: center;
		padding: 5px 0;
	}

	.header .but_head {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header .but_head .btn.btn-secondary {
		background-color: #3ac569;
		margin: 0 auto;
	}

	.about header .wr-but a,.contakts header .wr-but a,.main header .wr-but a,.page_3 header .wr-but a,.pprk header .wr-but a,.pprv header .wr-but a,.price header .wr-but a,.question header .wr-but a,.routing header .wr-but a,.vacancies header .wr-but a {
		display: block;
		margin: 0 auto 10px auto;
		float: none;
		text-align: center;
	}

	.about header .wr-but .phone,.contakts header .wr-but .phone,.main header .wr-but .phone,.page_3 header .wr-but .phone,.pprk header .wr-but .phone,.pprv header .wr-but .phone,.price header .wr-but .phone,.question header .wr-but .phone,.routing header .wr-but .phone,.vacancies header .wr-but .phone {
		padding: 12px 0 5px 0;
	}

	.main .bloc__3 .wr-form,.routing .bloc__3 .wr-form {
		margin: 0 auto;
		padding: 23px 15px 29px 15px;
	}

	.main .bloc__2 .view__work .col-12 {
		height: auto;
		margin-bottom: 30px;
		width: 100%;
	}

	.main .bloc__5 .carousel.slide .carousel-inner {
		margin: 40px auto 0 auto;
	}

	.main .bloc__5 .carousel.slide .flex .carousel-control-next,.main .bloc__5 .carousel.slide .flex .carousel-control-prev {
		width: 15%;
	}

	.main .bloc__8 {
		padding: 55px 0 15px 0;
	}

	.main .bloc__8 .btn {
		display: block;
		width: 100%;
	}

	.about .bloc__3 .sert .thumbnail img {
		width: 70%;
		display: block;
		margin-bottom: 30px;
		margin: 0 auto 30px auto;
	}

	.about .bloc__4 .row {
		display: block;
	}

	.vacancies .bloc__2 {
		margin: 75px auto 50px auto;
	}

	.page3 .bloc__2 .btn {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.page3 .text {
		padding: 0;
		border: 0;
	}

	.pprk .bloc__1 {
		height: auto;
	}

	.pprk .bloc__6 .btn {
		padding: 20px;
	}

	.pprv .bloc__1 {
		height: auto;
		padding-bottom: 20px;
	}

	.pprv .bloc__1 .bloc_content h1 {
		font-size: 1.7em;
	}

	.pprv .bloc__2 {
		margin-top: 50px;
	}

	.pprv .bloc__2 .text-bot .btn {
		display: block;
		margin-bottom: 30px;
		width: 15em;
		white-space: pre-line;
	}

	.pprv .bloc__2 .text-bot p {
		margin: 0 0 50px 0;
	}

	.pprv .bloc__3 {
		margin-top: 30px;
	}

	.pprv .bloc__4 {
		margin-top: 30px;
	}

	.pprv .bloc__5 {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.pprv .bloc__5 h2 {
		margin-bottom: 30px;
	}

	.pprv .bloc__5 .btn {
		margin-bottom: 50px;
	}

	.pprv .bloc__6 {
		margin-bottom: 90px;
	}

	.price .bloc__2 .wr-factors {
		margin: 35px 0 0 0;
	}

	.price .bloc__2 .wr-factors h3 {
		margin-bottom: 0;
	}

	.price .bloc__2 .wr-sales {
		margin: 56px 0 0 0;
		text-align: center;
	}

	.price .bloc__3 h2 {
		margin-bottom: 30px;
	}

	.price .bloc__4 {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	footer {
		margin-top: 0;
	}

	footer .contakts {
		display: block;
		left: inherit;
		position: relative;
		margin: 0 auto 30px auto;
		top: 0;
	}

	footer .contakts .cont_bloc {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .logo {
		margin: 0 auto 20px auto;
	}

	footer .text {
		text-align: center;
		margin-bottom: 15px;
	}

	footer .btn {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width:320px) {
	.header .but_head {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (min-width:1200px) {
	.container {
		max-width: 1200px;
	}
}

.pprk .bloc__1 .bloc_content, .pprv .bloc__1 .bloc_content, .pprk .bloc__1 .bloc_content h1, .pprv .bloc__1 .bloc_content h1 {
	color: #000;
}

.about .bloc__1 h1 {
	margin-top: 30px;
}

.about .about-bg {
	display: inline-block;
	background: rgba(255,255,255,0.7);
	padding: 30px;
	padding-top: 0px;
	padding-right: 0px;
	border-radius: 3px;
}


.modal-max {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	margin: 0px !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.modal-max .modal-content {
	padding: 30px;
	border: 0px;
	width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.modal-max .modal-body {
	border: 12px solid #00ab3c;
	padding: 30px;
}

button.close {
	background-image: url('../images/close.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 1;
	cursor: pointer;
}

.modal-max .modal-body {
	display: flex;
	;
}

.modal-max .modal-body .container {
	margin: auto;
}

.bloc__2 #ico-4:before {
	background-image: url('../images/ico/bag.webp');
}

.bloc__2 #ico-5:before {
	background-image: url('../images/ico/hands.webp');
}

.bloc__2 #ico-6:before {
	background-image: url('../images/ico/final.webp');
}

.zak-caption {
	color: #00ab3c;
	font-weight: normal;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
}

#pprRoute .modal-max .modal-content, #pprRouteMsk .modal-max .modal-content {
	height: 100% !important;
}

#header-address a {
	cursor: pointer;
}

.map-footer-wrap {
	height: 100%;
	width: 100%;
	position: absolute;
}

#pprRoute .modal-content, #pprRouteMsk .modal-content {
	padding: 0px !important;
}

#pprRoute .modal-body, #pprRouteMsk .modal-body {
	padding: 0px;
	border: 0px;
}

#pprRoute button.close, #pprRouteMsk button.close {
	z-index: 1;
	background-color: #fff;
	opacity: 1;
	width: 26px;
	height: 26px;
	-webkit-background-size: 14px;
	-o-background-size: 14px;
	background-size: 14px;
	right: 11px;
	top: 11px;
	cursor: pointer;
	background-position: center;
}

.routing .bloc__6 .row {
	justify-content: center;
}

.page_3 .bloc__4 .row, .pprv .bloc__4 .row {
	padding-left: 0px;
}

.routing.sub #container .header .flex a {
	color: #fff !important;
}

.routing.sub .bloc__1 {
	background-image: url(../bg/sub_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 510px;
}

.routing.sub .bloc__1 .bloc_content .text {
	width: 100%;
	text-shadow: none;
	font-size: 21px;
	line-height: 32px;
}


@media only screen and (max-width: 991px) {
	.routing.sub .bloc__1 .bloc_content .text {
		width: 100%;
	}

	.search-ico span {
		display: block!important;
	}

	.search-ico {
		display: flex!important;
		flex-direction: row!important;
		align-content: center!important;
		align-items: center!important;
	}

	.search-ico img {
		margin-right: 15px;
	}
}

.routing.sub .bloc__1 .bloc_content h1 {
	text-shadow: none;
	font-size: 42px;
	line-height: 1.3;
}

.routing.sub .bloc__1 .bloc_content {
	padding-top: 49px;
}

.routing.sub .bloc__1 h1 {
	margin-bottom: 16px;
}

.routing.sub .bloc__1 .bloc_content .text {
	margin-bottom: 34px;
}

.routing.sub .bloc__1 .bloc_content .btn {
	padding: 17px 31px;
}

.routing.sub #breadcrumbs .breadcrumb {
	padding: 35px 15px 36px;
}

.routing.sub .text_header {
	text-shadow: none;
	font-size: 40px;
	line-height: 50px !important;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px !important;
	margin-top: 0px !important;
	color: #1c1c1c;
}

.routing.sub .description h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.routing.sub .f-text h2 {
	padding-left: 15px!important;
	margin-top: 30px;
}

.routing.sub .description {
	padding: 0px;
	font-size: 18px;
	margin-bottom: 0px;
}

.routing.sub .description p {
	margin-bottom: 0px;
	line-height: 30px;
}

.routing.sub .description img {
	width: 100%;
	margin: 30px 0px;
}

.routing.sub .example_button {
	text-align: center;
	padding: 38px 0;
	margin-bottom: 50px;
}

.routing.sub .example_button .btn {
	padding: 17px 31px;
}

.routing.sub .bloc__7 h2 {
	font-size: 40px;
	line-height: 55px;
}

.routing.sub .bloc__7 {
	margin-top: 23px;
	border-bottom: 0px;
	padding-bottom: 28px;
}

.routing.sub .bloc__6 h2 {
	font-size: 40px;
}

.demo__images button {
	border: 2px solid #27a745;
	border-radius: 5px;
	background-color: transparent;
	color: #27a745;
	padding: 5px 15px;
}

.demo__images span {
	color: #27a745;
	font-weight: bold;
}

@media only screen and (max-width: 500px) {
	.routing.sub .bloc__1 .bloc_content {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.routing.sub .bloc__1 .bloc_content {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.routing.sub .bloc__1 .bloc_content {
		padding-top: 0px;
	}
}

.routing.sub .description ul li {
	line-height: 30px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.routing .bloc__1 {
		height: auto !important;
		min-height: 0;
	}

	.routing.sub .bloc__1 .bloc_content h1 {
		font-size: 1.7rem;
		line-height: 30px;
	}

	#sp-logo {
		display: flex;
		flex-grow: 1;
		order: 1;
		margin-right: 0px;
	}

	#sp-menu {
		display: flex;
		justify-content: flex-end;
		padding-left: 0px;
		order: 3;
	}

	.callback_div {
		display: flex;
		justify-content: center;
		align-items: center;
		order: 2;
		padding-top: 5px;
	}
}

@media (max-width: 767px) {
	.routing.sub .description {
		padding: 0px;
	}

	.routing.sub #breadcrumbs .breadcrumb {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 500px) {
	.header .logo {
		background-image: url('../images/logo2x.png');
	}

	.main .bloc__1 {
		background-image: url('../bg/routing.jpg');
	}

	.bloc__2 #ico-1:before {
		background-image: url('../images/ico/phone.png');
	}

	.bloc__2 #ico-2:before {
		background-image: url('../images/ico/search.png');
	}

	.bloc__4 .map {
		background-image: url(../images/map_from_css.png);
	}

	.about header .adress,.contakts header .adress,.main header .adress,.page_3 header .adress,.pprk header .adress,.pprv header .adress,.price header .adress,.question header .adress,.routing header .adress,.vacancies header .adress,header .adress {
		background-image: url('../images/header_address.png');
	}

	.price .bloc__2 .list-factors .ico-1 {
		background-image: url(img/list-factors_ico-1.jpg);
	}

	.price .bloc__2 .list-factors .ico-2 {
		background-image: url(img/list-factors_ico-2.jpg);
	}

	.price .bloc__2 .list-factors .ico-3 {
		background-image: url(img/list-factors_ico-3.jpg);
	}

	.price .bloc__2 .list-factors .ico-4 {
		background-image: url(img/list-factors_ico-4.jpg);
	}

	.pprk .bloc__3 .ico-view-work.ico-1 {
		background-image: url(img/ico-view-work_ico-1.jpg);
	}

	.pprk .bloc__3 .ico-view-work.ico-2 {
		background-image: url(img/ico-view-work_ico-2.jpg);
	}

	.pprk .bloc__3 .ico-view-work.ico-3 {
		background-image: url(img/ico-view-work_ico-3.jpg);
	}

	.pprk .bloc__3 .ico-view-work.ico-4 {
		background-image: url(img/ico-view-work_ico-4.jpg);
	}

	.pprk .bloc__3 .ico-view-work.ico-5 {
		background-image: url(img/ico-view-work_ico-5.jpg);
	}

	.pprk .bloc__3 .ico-view-work.ico-6 {
		background-image: url(img/ico-view-work_ico-6.jpg);
	}

	.pprv .bloc__2 .ico-view-work.ico-1 {
		background-image: url(img/pprv_ico-view-work_ico-1.jpg);
	}

	.pprv .bloc__2 .ico-view-work.ico-2 {
		background-image: url(img/pprv_ico-view-work_ico-2.jpg);
	}

	.pprv .bloc__2 .ico-view-work.ico-3 {
		background-image: url(img/pprv_ico-view-work_ico-3.jpg);
	}

	.pprv .bloc__2 .ico-view-work.ico-4 {
		background-image: url(img/pprv_ico-view-work_ico-4.jpg);
	}

	.pprv .bloc__4 .row .ico-view-ustr.ico-1 {
		background-image: url(img/ico-view-ustr_ico-1.jpg);
	}

	.pprv .bloc__4 .row .ico-view-ustr.ico-2 {
		background-image: url(img/ico-view-ustr_ico-2.jpg);
	}

	.pprv .bloc__4 .row .ico-view-ustr.ico-3 {
		background-image: url(img/ico-view-ustr_ico-3.jpg);
	}

	footer .contakts .mail {
		background-image: url(img/contakts_mail.png);
	}

	footer .contakts .tell {
		background-image: url(img/contakts_tell.png);
	}

	footer .contakts .time {
		background-image: url(img/contakts_time.png);
	}

	footer .row .logo {
		background-image: url('../images/footer_logo.png');
	}

	.bloc__2 #ico-4:before {
		background-image: url('../images/ico/bag.png');
	}

	.bloc__2 #ico-5:before {
		background-image: url('../images/ico/hands.png');
	}

	.bloc__2 #ico-6:before {
		background-image: url('../images/ico/final.png');
	}
}

@media only screen and (max-width: 575px) {
	.routing.sub .bloc__1 .bloc_content h1 {
		word-wrap: break-word;
		font-size: 30px;
		line-height: 1.3;
	}

	.routing.sub .bloc__1 .bloc_content .text {
		font-size: 22px;
		line-height: 1.5;
	}

	.routing.sub .bloc__1 .bloc_content {
		padding: 20px 0 40px;
	}

	#breadcrumbs {
		padding-left: 35px;
		padding-right: 35px;
	}

	.routing.sub .description {
		margin-bottom: 30px;
	}

	.routing.sub .description p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px!important;
	}

	.routing.sub .description img {
		margin: 20px 0;
	}

	.routing.sub .text_header {
		font-size: 2rem;
		line-height: 1.2;
		font-weight: 500;
		margin-bottom: 25px!important;
	}

	.routing.sub .bloc__6 {
		margin-top: 0;
	}

	.routing.sub .owl-prev, .routing.sub .owl-next {
		margin-top: 0px;
	}

	.routing.sub .bloc__6 .col {
		margin-bottom: 0px;
	}

	.routing.sub .example_button {
		padding: 0;
	}
}

.routing.sub .header .navbar.navbar-expand-lg.bg-light .navbar-nav .nav-link, .routing.sub .phone, .routing.sub #container .header .flex a, .routing.sub #container .header .flex .adress, .routing.sub .bloc__1 .bloc_content h1, .routing.sub .bloc__1 .bloc_content .text {
	text-shadow: 2px 2px 2px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,1);
}

.fixed-header a {
	text-shadow: none;
}

@media only screen and (max-width: 991px) {
	.fixed-header a {
		text-shadow: none;
	}
}

#carousel3_reviews .heading {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

#carousel3_reviews .text {
	margin: 20px 0 26px;
}

.routing.sub p > span[style*="font-size"] {
	color: #1c1c1c;
}

.h2.border-bottom:before {
	content: '';
	background: #00ab3c;
	display: block;
	height: 83px;
	position: absolute;
	height: 7px;
	width: 120px;
	left: -webkit-calc(50% - 60px);
	left: calc(50% - 60px);
	bottom: 0;
}

.h2.border-bottom {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 38px;
	color: #1c1c1c;
}

.routing .bloc__6 .h2 {
	margin-bottom: 50px;
}

.routing.sub .bloc__6 .h2 {
	font-size: 40px;
}

.h2.border-left, .h1.border-left {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 39px;
	text-transform: uppercase;
	color: #1c1c1c;
}

.bloc__7 .h2 {
	margin-bottom: 84px;
}

.routing.sub .bloc__7 .h2 {
	font-size: 40px;
	line-height: 55px;
}

#iframe {
	border: 9px solid #e9e9e9;
	margin-bottom: 20px;
}

.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.ppr_list {
		margin-top: 0px!important;
		margin-bottom: 0px!important;
	}
}

.blog.container .h2 {
	margin-bottom: 50px;
	font-size: 1.75rem;
	font-family: "Roboto", sans-serif;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 39px;
	text-transform: uppercase;
	color: #1c1c1c;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
}

.bloc__10 {
	padding-bottom: 50px;
}

.blog-index .img-responsive {
	display: block;
	width: 100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	object-fit: none;
	max-height: 250px;
}

.blog-index .blog-item-body {
	padding: 27px 22px 0;
}

.blog-index .blog-title {
	color: #474753;
	font-weight: 500;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 11px;
	min-height: 75px;
	line-height: 1.2;
	margin-top: 0;
}

.blog-index .blog-title a {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

.blog-index .blog-teaser {
	color: #474753;
	font-size: 15px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.blog-index .blog-item-footer {
	padding: 12px 22px 30px;
}

.blog-index .blog-item-footer span {
	color: #474753;
	font-size: 13px;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
}

.blog-index .blog-item-footer a {
	float: right;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
	color: #3550a7;
	font-family: "Roboto", sans-serif;
}

@media (min-width: 768px) {
	.blog-index .blog-title {
		font-size: 20px;
	}
}

.features.section {
	margin: 50px 0px;
}

.features__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5%;
	place-items: center;
}

.features__inner {
	max-width: 1535px;
	margin-left: auto;
}

.features__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 10px;
	overflow: hidden;
}

.features__image-wrapper {
	position: relative;
	width: 100%;
	height: 530px;
}

.features__image-wrapper:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -6%;
	left: -8%;
	width: 45%;
	height: 66%;
	background: url(/images/home/circles.svg) center/100% no-repeat;
}

.features__subtitle {
	font-weight: 500;
	margin-bottom: 40px;
	color: #1c1c1c;
	font-size: 1.75rem;
	line-height: 1.2;
}

.features__list {
	margin: 0px 0px 40px 0px;
	list-style: none;
}

.features__item:not(:last-child) {
	margin: 0px 0px 24px 0px;
}

.features__item {
	position: relative;
	padding: 0px 0px 0px 40px;
	font-weight: 500;
	line-height: 100%;
}

.features__item:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: #47b34e;
	border: 7px solid #ededed;
	border-radius: 50%;
}

.features__buttons {
	display: flex;
}

.features__btn:not(:last-child) {
	margin: 0px 30px 0px 0px;
}

.features__btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 255px;
	padding: 22px 34px;
	overflow: hidden;
	font-family: "Rubik",sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	background: #47b34e;
	border-radius: 3px;
	cursor: pointer;
	transition: all .3s ease;
}

.features__btn:after {
	content: "";
	position: absolute;
	top: -50px;
	left: -75px;
	width: 50px;
	height: 155px;
	background: #fff;
	opacity: .2;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.features__btn:hover {
	color: #fff!important;
}

.features__btn:hover:after {
	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width:767px) {
	.features__image-wrapper {
		display: none;
	}
}

.border-right.features__title {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	border-right: 7px solid #00ab3c;
	padding: 0px 39px 3px 0px;
	text-align: right;
	text-transform: uppercase;
}

.features.offer.section {
	margin-bottom: 100px;
}

p.offer__subtitle.section__subtitle {
	font-size: 1.25rem;
	font-weight: 500;
	color: #1c1c1c;
}

.features__buttons-offer {
	display: flex;
	justify-content: flex-end;
}

.question.glossariy .bloc__2 .wr-num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin: 50px 0;
}

.wr-qa-gl .quest {
	font-size: 1.25rem;
	font-weight: bold;
	color: #1d1d1d;
	margin-bottom: 30px;
}

.wr-qa-gl .answer .letter {
	font-family: "Roboto", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #1d1d1d;
	margin-bottom: 30px;
	margin-top: 30px;
}

.question.glossariy article {
	padding-bottom: 100px;
}

.novosti {
	padding: 15px;
}

body.novosti h1 {
	font-size: 45px;
	font-family: "Roboto", sans-serif;
	color: #000;
	margin-top: 15px;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.3;
	max-width: 640px;
}

body.novosti h1::after {
	content: '';
	background: #000;
	padding: 3px;
	display: block;
	width: 120px;
	position: relative;
	margin-top: 25px;
}

.novosti #sp-search {
	display: none!important;
}

.novosti .category-desc {
	margin-top: 30px;
	margin-bottom: 30px;
}

.novosti .category-desc p {
	margin-top: 30px;
	font-size: 18px;
}

.novosti h4.blog-title {
	height: auto!important;
	min-height: 40px;
	font-size: 18px;
	max-width: 450px;
}

.novosti h4.blog-title a {
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

body.portfolio #sp-main-body {
	margin-bottom: 120px;
}

body.portfolio #sp-main-body .blog-title {
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	margin: 30px 0px;
	text-align: center;
}

body.portfolio #sp-main-body .blog-title a {
	color: #000;
}

body.portfolio #sp-main-body h1 {
	font-size: 45px;
	font-family: "Roboto", sans-serif;
	color: #000;
	margin-top: 15px;
	margin-bottom: 40px;
	position: relative;
	line-height: 1.3;
	max-width: 640px;
}

body.portfolio #sp-main-body h1:after {
	content: '';
	background: #000;
	padding: 3px;
	display: block;
	width: 120px;
	position: relative;
	margin-top: 25px;
}

body.portfolio .pull-left.item-image, body.portfolio .owl-carousel .owl-item img {
	border: 2px solid #009a33;
	border-radius: 5px;
	padding: 3px;
}

body.portfolio .owl-stage-outer {
	margin-bottom: 50px;
}

.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
}

.b-lazy.b-loaded {
	opacity: 1;
}

body {
	min-width: 320px;
}

.font-bold {
	font-size: 24px;
}

.header .logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.header .navbar a {
	color: inherit;
	text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:hover ul {
	display: block;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.75);
	-moz-box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.75);
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.75);
}

.navbar-light .navbar-nav .nav-link ul {
	position: absolute;
	display: none;
	list-style: none;
	padding: 10px;
	background: rgba(255,255,255,.9);
	border-radius: 3px;
	z-index: 1;
}

header .adress {
	color: #000;
}

.navbar-light .navbar-nav .nav-link ul li {
	padding: 3px 20px;
}

.ppr_list {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #222;
	margin-top: 50px;
	padding-left: 40px;
}

.modal-body .ppr_list {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 0;
}

.modal-body .ppr_list div {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 12px;
	padding-left: 30px;
}

.modal-body .ppr_list div:before {
	left: 10px;
	top: 5px;
	width: 8px;
	height: 8px;
}

.ppr_list > div {
	line-height: 25px;
	position: relative;
	list-style: none;
	margin-bottom: 15px;
}

.ppr_list > div:before {
	content: '';
	position: absolute;
	background: #b2e6c4;
	width: 10px;
	height: 10px;
	left: -40px;
	top: 5px;
}

.ppr_list > div > div {
	list-style: none;
	margin-bottom: 60px;
}

.ppr_list > div div div {
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	color: #222;
	line-height: 38px;
}

.ppr_list > div div div span {
	opacity: .7;
}

.ppr_list > div div div a {
	opacity: 1;
}

.ppr_list a {
	color: inherit;
}

ul.pprk_list {
	list-style: none;
	padding-left: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	color: #222;
	line-height: 38px;
}

ul.pprk_list li {
	line-height: 25px;
	position: relative;
	list-style: none;
	margin-bottom: 15px;
}

ul.pprk_list li::before {
	content: '';
	position: absolute;
	background: #00ab3c;
	width: 10px;
	height: 10px;
	left: -30px;
	top: 5px;
}

.linkEditable {
	cursor: pointer;
}

.header .phone a,footer .contakts p a {
	color: inherit;
}

.header .phone a:hover,footer .contakts p a:hover {
	text-decoration: none;
}

#promptzone {
	cursor: pointer;
}

.fixed-header {
	display: none;
	-webkit-box-shadow: 0 3px 5px 0 rgba(233,233,233,0.5);
	-moz-box-shadow: 0 3px 5px 0 rgba(233,233,233,0.5);
	box-shadow: 0 3px 5px 0 rgba(233,233,233,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: #FFF;
	z-index: 100;
}

.fixed-header.active {
	display: block;
}

.fixed-header ul {
	padding-left: 0;
}

.fixed-header ul li {
	display: inline-block;
}

.fixed-header a {
	color: #000;
}

.fixed-header .wrap {
	max-height: unset;
	max-width: unset;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	display: flex;
}

.fixed-header .logo {
	background-image: url(../images/logo_lite.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 110px;
	height: 23px;
}

.fixed-header .logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.fixed-header .container,.fixed-header .wrap {
	height: 100%;
}

.fixed-header .phone {
	font-size: 22px;
	color: #000!important;
}

.header .navbar.navbar-light.bg-light .navbar-nav .nav-link>.nav-link {
	padding: 0;
}

.comm {
	font-weight: bold!important;
}

@media only screen and (max-width : 991px) {
	.navbar-light .navbar-nav .nav-link ul {
		position: relative;
		display: block;
		background: transparent;
		border-radius: 0;
		padding: 0;
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link ul li {
		padding: 0 0 0 20px;
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link ul li a {
		text-transform: none;
		font-size: 16px;
	}
}

input.error {
	border: 1px solid #dc3545;
	background: rgba(220,53,69,0.2);
	color: #fff;
}

.routing .bloc__1 .navbar-light .navbar-nav .nav-link ul {
	background: rgba(0,0,0,0.9);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(233,233,233,0.3);
	-moz-box-shadow: 2px 2px 5px 0 rgba(233,233,233,0.3);
	box-shadow: 2px 2px 5px 0 rgba(233,233,233,0.3);
}

.b24-web-form-popup-btn-23 {
	cursor: pointer;
}

.contentEditable a {
	color: inherit;
}

.vacancies .wr-form input {
	padding-right: 0;
}

.owl-carousel li {
	list-style: none;
}

.owl-carousel {
	padding-left: 0;
	padding-right: 0;
}

.owl-nav {
	text-align: center;
	margin: 50px 0px!important;
}

.owl-prev,.owl-next {
	height: 22px;
	width: 30px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 8px 0;
	opacity: .3;
}

.owl-prev:hover,.owl-next:hover {
	opacity: 1;
}

.owl-prev {
	background: #fff url(../images/nav2.jpg) no-repeat 0 -21px;
}

.owl-next {
	background: #fff url(../images/nav2.jpg) no-repeat 0 0;
}

.bloc__8 .owl-stage-outer {
	padding: 70px 0 40px;
}

#price-block1-popup1,#price-block1-popup2,#price-block1-popup3,#price-block1-popup4 {
	font-size: 20px;
}

#carouselExampleControls .carousel-inner .carousel-item {
	transition: -webkit-transform 2.2s ease;
	transition: transform 2.2s ease;
	transition: transform 2.2s ease,-webkit-transform 2.2s ease;
}

.bloc__8 .owl-carousel li a img {
	border: none;
	-webkit-filter: gray;
	filter: gray;
	-webkit-filter: grayscale(.95);
	filter: grayscale(.95);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.bloc__8 .owl-carousel li a img:hover {
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
}

.header .navbar ul a:hover {
	text-decoration: underline;
}

.service_page .sp-page-title {
	display: none!important;
}

.service_page h1 {
	font-size: 42px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: center;
}

.service_page h2 {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	line-height: 1.3;
}

.service_page h3 {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	line-height: 1.3;
	color: #28a745;
}

.service_page h2 button {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}

.service_page .accordion-body a {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
	color: #000;
	display: block;
}

.service_page .accordion-body a.bold {
	font-size: 22px;
	font-family: "Roboto", sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #28a745;
	margin-top: 15px;
}

@media only screen and (max-width:991px) {
	#fixed-header .nav-item {
		display: none;
	}

	.fixed-header .phone {
		padding-top: 5px;
		font-size: 19px;
	}

	.header {
		display: none !important;
	}

	#fixed-header {
		display: block!important;
		opacity: 1!important;
	}

	.logo-image-phone {
		height: 20px;
	}

	#fixed-header .navbar-toggler {
		display: block!important;
		height: 26px;
		width: 26px;
		padding: 0;
	}
}

.no-flex #fixed-header .navbar-toggler {
	float: left;
	margin-top: 10px;
	margin-left: -6px;
}

.no-flex .fixed-header .logo {
	float: left;
	margin-top: 12px;
	margin-left: 6px;
}

.no-flex .fixed-header .phone {
	float: right;
	margin-right: -6px;
	margin-top: 8px;
	font-size: 17px;
}

.page_3 .bloc__1 h1 {
	color: #1c1c1c;
}

.page_3 .bloc__1 .text {
	color: #1c1c1c;
}

.page_3 .bloc__1 .bloc_content .sub_tit:after {
	background: #28a745;
}

.routing .bloc__1 .bloc_content h1,.routing .bloc__1 .bloc_content .sub_tit,.routing .bloc__1 .bloc_content .text {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,1),0 0 6px rgba(0,0,0,1);
}

@media only screen and (max-width: 1199px) {
	.main .bloc__1 .bloc_content h1,.main .bloc__1 .bloc_content .sub_tit,.main .bloc__1 .bloc_content .text {
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0,0,0,1),0 0 6px rgba(0,0,0,1);
	}
}

@media only screen and (max-width:500px) {
	.page_3 .bloc__1 {
		height: auto;
	}

	.page_3 .bloc__3 .text h2.border-right {
		padding-left: 48px;
		padding-right: 0;
	}

	.page_3 .bloc__3 .text h2.border-right:before {
		top: -4px;
		height: 44px;
		right: auto;
		left: 0;
	}

	.page_3 h2.border-left-2:before {
		top: -4px;
		height: 44px;
		right: auto;
		left: 0;
	}

	.bloc__6 h2 {
		margin-bottom: 40px;
	}

	.bloc__6.examples {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	body.pprk .bloc__6.examples,body.page_3 .bloc__6.examples {
		margin-top: 0!important;
	}

	.page_3 .bloc__1 .bloc_content {
		height: auto;
		padding: 25px 0 100px;
	}

	.page_3 .bloc__2 .text p,.page_3 .bloc__3 .text p {
		text-align: left;
		padding-right: 0;
	}

	.page_3 .bloc__1 .bloc_content h1,.page_3 .bloc__1 .bloc_content .sub_tit,.page_3 .bloc__1 .bloc_content .text {
		color: #000;
	}

	.page_3 .bloc__4 .row,.page_3 .bloc__6 .row,.routing .bloc__4 .row,.routing .bloc__6 .row {
		padding-left: 0;
	}

	.bloc__2 .view__work .col-xl-4:before {
		display: none!important;
	}

	.main .bloc__2 .view__work .col-12,.routing .bloc__2 .view__work .col-12 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}

	.bloc__2 .view__work h3 {
		padding-bottom: 0!important;
	}

	.routing .bloc__6 h2 {
		margin-bottom: 30px;
	}

	.bloc__8 {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.about .bloc__3,.pprk .bloc__3,.bloc__3 {
		margin-top: 20px;
	}

	.about .bloc__3 h2 {
		margin-bottom: 30px;
	}

	.bloc__3 .agent,.routing .bloc__4 .map,.main .bloc__4 .map {
		display: none;
	}

	.about .bloc__4,.bloc__4 {
		margin-top: 40px;
	}

	.bloc__5 {
		margin-top: 30px;
	}

	.about .bloc__4 h2,.bloc__4 h2 {
		margin-bottom: 10px;
	}

	.main .bloc__5 .carousel.slide,.routing .bloc__5 .carousel.slide {
		margin-top: 10px;
	}

	.main .bloc__5 .carousel.slide .carousel-inner {
		margin-top: 10px;
	}

	.bloc__6 {
		margin-top: 40px;
	}

	#home-block5-header {
		margin-bottom: 20px;
	}

	.bloc__7 {
		margin-top: 0;
	}

	.bloc__4 ul,.bloc__5 .text,.bloc__6 .format,.bloc__6 .text,.zak-caption,.bloc__3 ul {
		font-size: 18px;
		line-height: 30px;
	}

	.bloc__5 .text {
		padding-left: 0;
		padding-bottom: 20px;
	}

	.bloc__5 .row .row {
		padding-left: 0;
		text-align: center;
	}

	.bloc__2 .sub_tit {
		padding-left: 0;
	}

	.main .bloc__5 .row .row a,.routing .bloc__5 .row .row a {
		margin-left: 0;
	}

	.bloc__7 h2 {
		margin-bottom: 30px;
	}

	.pprk .bloc__7 {
		padding: 0 15px;
	}

	.pprk .bloc__7 .row {
		padding-left: 0;
	}

	.main .bloc__6 .col-12 .text,.pprk .bloc__7 .row .text {
		margin: 10px 0 15px;
	}

	.bloc__2 .btn.btn-primary {
		top: 0;
	}

	.bloc__2 .view__work {
		margin-top: 30px;
		padding-left: 0px;
	}

	.bloc__2 .view__work .col-xl-4 {
		margin-bottom: 15px;
		padding: 0 45px 0 82px;
		position: relative;
	}

	.bloc__3 .wr-form input {
		margin-right: 30px;
		width: 100%;
		margin-bottom: 15px;
	}

	body.tk .btn-success {
		margin-top: 0px !important;
		width: 100%;
	}

	.bloc__3 .wr-form {
		margin: 0;
	}

	.bloc__2 .view__work .col-xl-4 {
		height: auto;
	}

	body.blog-index h1, body.blog-item h1 {
		font-size: 32px;
	}

	h2.border-left, h1.border-left, div.border-left {
		padding: 4px 0 3px 15px;
	}

	.p-2 {
		padding-left: 0!important;
	}

	.main .bloc__2 .view__work .col-xl-4 a,.routing .bloc__2 .view__work .col-xl-4 a {
		margin-left: 0;
	}

	.bloc__3 ul {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.bloc__6 .h3 {
		margin-top: 30px;
	}

	.main .bloc__1 {
		min-height: 0!important;
	}

	.bloc__1 .bloc_content h1,.bloc__1 .bloc_content .sub_tit,.bloc__1 .bloc_content .text {
		text-shadow: 1px 1px 2px rgba(150,150,150,1);
	}

	.routing .bloc__1 {
		min-height: 0;
	}

	.routing .bloc__1 .col-xl-7.col {
		margin-bottom: 0;
	}

	.price .bloc__2,.question .bloc__2,.vacancies .bloc__2,.contakts .bloc__2 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.price .bloc__2 h2,.contakts .bloc__2 h2,.question .bloc__2 h2 {
		margin-bottom: 20px;
	}

	.vacancies .bloc__2 .sub_tit {
		padding-top: 10px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.contakts .bloc__2 p {
		margin-bottom: 4px;
		font-size: 16px;
	}

	.contakts .bloc__2 .main-text {
		margin-bottom: 10px;
	}

	.question .bloc__2 .wr-num .num {
		font-size: 60px;
	}

	.question .bloc__2 .wr-num {
		padding-bottom: 10px;
	}

	.question .bloc__2 article {
		margin-bottom: 30px;
	}

	.pprk .bloc__3 .text {
		margin-bottom: 20px;
	}

	.pprk .bloc__2 .row .text img,.pprk .bloc__4 .row .text img,.pprk .bloc__5 .row .text img {
		margin-bottom: 20px;
	}

	.pprk .bloc__5 .row .text .row .col-12 .btn {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.bloc__4 ul,.bloc__5 .text,.bloc__6 .format,.bloc__6 .text,.zak-caption,.bloc__3 ul {
		font-size: 18px;
	}

	.pprk .bloc__6 .wr-text {
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}

	.pprv .bloc__2 .text-bot p,.pprk .bloc__6 .text-bot p {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 18px;
	}

	.bloc__7 h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.pprv .bloc__2 .text-bot p br,.pprk .bloc__6 .text-bot p br {
		display: none;
	}

	.pprk .bloc__6 .wr-text .text p {
		margin-bottom: 0;
	}

	.pprk .bloc__6 {
		padding: 0 15px;
	}

	.page_3 .bloc__3 .text h2.border-right,.pprk .bloc__5 .row h2.border-right {
		text-align: left;
		margin-bottom: 10px;
	}

	.pprk .bloc__5 .row .text .row ul {
		font-size: 18px;
		line-height: 30px;
	}

	.pprk .bloc__5 .row .text .row h3 {
		margin-bottom: 10px;
	}

	.pprk .bloc__5 .row .text .row ul {
		margin-bottom: 10px;
	}

	.pprk .bloc__5 .row .text .row .col-12 p {
		font-size: 16px;
		line-height: 1.5;
	}

	.page_3 .bloc__2 .text,.pprk .bloc__2 .text,.pprv .bloc__2 .text {
		font-size: 16px;
	}

	.page_3 .bloc__2 .text br,.pprk .bloc__2 .text br,.pprv .bloc__2 .text br {
		display: none;
	}

	.page_3 .bloc__4 .row .text,.pprk .bloc__4 .row .text,.pprv .bloc__4 .row .text {
		margin-top: 20px;
	}

	.pprk .bloc__4 .row .text li {
		font-size: 18px;
	}

	.pprk .bloc__4 .row .sub_tit {
		padding-left: 0;
		font-size: 16px;
		line-height: 1.5;
	}

	.pprv .bloc__2 .ico-view-work,.pprk .bloc__3 .ico-view-work {
		display: none;
		margin-bottom: 6px;
		margin-right: 16px;
	}

	.price .bloc__4,.question .bloc__4 {
		margin-top: 40px;
		text-align: center;
	}

	.price .bloc__4 h2,.question .bloc__4 h2 {
		text-align: left;
	}

	.question .bloc__4 form.form-bot .h4 {
		text-align: center;
	}

	.price .bloc__4 form.form-bot .h4 br,.question .bloc__4 form.form-bot .h4 br {
		display: none;
	}

	.price .bloc__4 .sub_tit,.question .bloc__4 .sub_tit {
		font-size: 16px;
		text-align: left;
	}

	.about .bloc__2 .text p {
		font-size: 16px;
	}

	.about .bloc__5 {
		padding-bottom: 40px;
	}

	.price .bloc__2 .list-factors .flex .text {
		font-size: 16px;
	}

	.price .bloc__2 .list-factors .flex {
		height: auto;
		padding: 14px 0 4px;
		text-align: left;
	}

	.price .bloc__2 .wr-factors {
		margin-top: 10px;
	}

	.price .bloc__2 .wr-factors .list-factors {
		text-align: center;
	}

	.price .bloc__2 .wr-sales {
		margin-top: 30px;
	}

	.price .bloc__2 .wr-factors h3,.price .bloc__2 .wr-sales h3 {
		margin-bottom: 0;
	}

	.price .bloc__2 .sub_tit {
		margin-bottom: 10px;
	}

	.price .bloc__3 .text {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.price .bloc__3 .btn {
		margin-bottom: 30px;
	}

	.bloc__2 .view__work .col-xl-4 {
		padding: 0;
	}

	.page_3 .bloc__2 .text p,.pprk .bloc__2 .text p,.pprv .bloc__2 .text p,.about .bloc__2 .text p {
		margin-bottom: 20px;
	}

	.routing .bloc__1 .bloc_content,.pprv .bloc__1 .bloc_content,.pprk .bloc__1 .bloc_content {
		margin-top: 10px;
		padding-top: 10px;
	}

	.pprv .bloc__1,.pprk .bloc__1 {
		min-height: 0;
	}

	h2.border-left-2:before {
		top: 0;
	}

	.pprv .bloc__2 .row {
		padding-left: 0;
	}

	.pprv .bloc__4 .row .ico-view-ustr {
		display: none;
	}

	.pprv .bloc__4 h2 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.pprv .bloc__4 .row ul li {
		font-size: 18px;
		line-height: 30px;
	}

	.pprv .bloc__5 .row .text {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.pprv .bloc__6 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.owl-stage {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.clients-item img {
		max-width: 200px;
		height: auto;
	}

	h2.border-left-2:before,.pprk .bloc__5 .row h2.border-right:before {
		display: none;
	}

	.page_3 .bloc__2 .text {
		padding-right: 0!important;
	}

	.service-new .bloc__2 .text {
		padding-left: 0px!important;
	}

	.page_3 .bloc__3 .text {
		padding: 0!important;
	}

	.page_3 h2.border-left-2,.page_3 .bloc__5 .text p {
		padding-left: 0;
	}

	.page_3 .btn.btn-secondary,.page_3 .btn.btn-success {
		max-width: 100%;
	}

	.page_3 .bloc__2 .row>.col img {
		display: inline!important;
		position: static;
		width: 100%;
		margin-bottom: 10px;
	}
}

.page_3 .supheader {
	color: #000;
	font-size: 22px;
	margin-bottom: -10px;
}

@media only screen and (min-width: 576px) {
	.pprk .bloc__5 .col-xl-4.col-sm-6 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		font-size: 18px!important;
	}
}

@media only screen and (max-width: 767px) {
	.pprk .bloc__5 .col-xl-4.col-sm-6 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		padding: 0 10px;
	}

	.page_3 footer {
		margin-top: 80px!important;
	}
}

@media only screen and (max-width: 500px) {
	.pprk .bloc__5 .col-xl-4.col-sm-6 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 15px;
	}

	.pprk .bloc__5 .col-xl-4.col-sm-6 ul {
		font-size: 18px!important;
	}
}

#fixed-header .navbar-toggler {
	display: none;
}

.pushy ul {
	padding-left: 0;
	list-style: none;
}

.pushy button,.pushy a {
	padding-top: 6px!important;
	padding-bottom: 6px!important;
	padding-left: 20px!important;
	line-height: 1.5;
}

.page_3 .bloc__3 .text p,.pprk .bloc__3 .text p,.pprv .bloc__3 .text p {
	text-align: left;
}

.page_3 .bloc__3 .text {
	padding: 55px 40px 55px 140px;
}

.page_3 .bloc__2 .text p {
	max-width: none;
}

.page_3 .bloc__2 .text {
	padding-right: 165px;
}

.page_3 .bloc__3 .text p {
	padding-right: 0;
}

.pprk-list {
	padding-left: 15px;
}

.pprk .bloc__6.examples,.page_3 .bloc__6.examples {
	margin-top: 130px!important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.page_3 .bloc__2 .text {
		padding-right: 320px;
	}

	.page_3 .bloc__3 .text {
		padding-left: 200px;
	}
}

.text_href {
	text-decoration: none;
	border-bottom: 1px dashed #0056b3!important;
}

.text_href:hover {
	text-decoration: none;
	border-bottom: 0;
}

.pprk .bloc__7 + #no_examples {
	margin-bottom: 200px;
}

.bloc__4 + div + #no_examples {
	margin-bottom: -83px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.pprk .bloc__7+#no_examples {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.page_3 .bloc__3 .text img,.page_3 .bloc__2 .text img,.page_3 .bloc__5 .text img {
		display: block!important;
		position: static!important;
		margin: 0 auto 20px;
		max-width: 100%;
	}

	.page_3 .bloc__2 .col-xl-9.col,.page_3 .bloc__3 .col-xl-9.col,.page_3 .bloc__5 .col-xl-9.col {
		width: 100%!important;
	}

	.page_3 .bloc__2,.page_3 .bloc__3,.page_3 .bloc__5 {
		max-width: none!important;
	}

	.page_3 .bloc__2 .text p,.page_3 .bloc__3 .text p,.page_3 .bloc__5 .text p {
		margin-bottom: 10px!important;
		font-size: 18px;
		line-height: 30px;
	}

	.page_3 .bloc__5 .text p {
		padding-left: 0!important;
	}

	.page_3 .bloc__2 .text p.quote {
		padding-top: 0!important;
		padding-bottom: 0!important;
		margin-bottom: 20px!important;
		padding-left: 0!important;
		position: static!important;
		left: 0!important;
		border-left: 0!important;
	}

	.page_3 .bloc__3 .text h2.border-right {
		text-align: left;
	}

	.page_3 .bloc__3 .text h2.border-right:before {
		display: none;
	}

	.page_3 .bloc__2,.page_3 .bloc__3,.page_3 .bloc__5 {
		margin-top: 30px;
	}

	.page_3 .bloc__3 h2,.page_3 .bloc__5 h2 {
		padding-left: 0!important;
		margin-bottom: 10px!important;
		padding-right: 0!important;
		font-size: 28px;
	}

	.page_3 .bloc__5 h2.border-left-2:before {
		display: none!important;
	}

	.page_3 .bloc__3 .text {
		padding-bottom: 10px!important;
	}
}

@media only screen and (min-width: 1201px) {
	#container .header .flex {
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}

	#container .header .flex a {
		color: #000;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#container .header .flex a {
		color: #000;
	}

	#container .header .flex .adress {
		background: transparent!important;
		text-align: right!important;
		height: auto!important;
	}

	#container .header .flex .adress br {
		display: none;
	}

	#container .header .flex .wr-but a {
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0,0,0,1),0 0 6px rgba(0,0,0,1);
	}
}

body.pprk .btn-outline-dark,body.pprv .btn-outline-dark,body.page_3 .btn-outline-dark {
	color: #fff;
	background-color: #29a845;
	border-color: #29a845;
}

body.page_3 .bloc__2 .btn-outline-dark {
	color: #343a40!important;
	background-color: transparent!important;
	background-image: none!important;
	border-color: #ccc!important;
}

.pprv .bloc__1 .text,.pprv .bloc__1 #pprv-header,.pprk .bloc__1 .text,.page_3 .bloc__1 .text {
	text-shadow: 0 -2px 2px rgba(255,255,255,1),0 2px 2px rgba(255,255,255,1),-2px 0 2px rgba(255,255,255,1),2px 0 2px rgba(255,255,255,1);
}

.routing .bloc__6 .col-12 {
	margin-bottom: 40px;
}

.main .bloc__6 .col-12 {
	margin-bottom: 40px;
}

.main .bloc__6 .col-12 .text {
	margin: 20px 0 26px;
}

.routing .bloc__6 .col-12 .text {
	margin: 20px 0 26px;
}

.pprk .bloc__7 .col-12 .text {
	margin: 20px 0 26px;
}

#footer_menu {
	padding-top: 100px;
}

#footer_menu .footer_menu {
	position: absolute;
	bottom: 90px;
	left: -8px;
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255,0.95);
	border: 8px solid #e9e9e9;
	padding: 30px 30px 22px;
	width: 300px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#footer_menu .footer_menu ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer_menu .footer_menu ul a {
	display: block;
	margin-bottom: 8px;
	color: #737272;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
}

#footer_menu .footer_menu ul a br {
	display: none;
}

#footer_menu .b24-widget-button-icon-container {
	background: url(../../../../../images/if_Hamburger_Round_657905.svg) no-repeat center center;
	fill: #fff;
}

#footer_menu .b24-widget-button-block {
	overflow: visible;
}

#footer_menu:hover .footer_menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 500ms ease;
	-moz-transition: 500ms ease;
	-ms-transition: 500ms ease;
	-o-transition: 500ms ease;
	transition: 500ms ease;
}

.page_3 .bloc__2 .text,.page_3 .bloc__5 .text {
	padding: 45px 170px 45px 50px;
}

.page_3 .bloc__2 .text p {
	margin-bottom: 15px;
}

.page_3 .bloc__2 .text p.quote {
	padding: 0;
	position: relative;
	left: 0;
	border-left: 0;
}

.page_3 .bloc__5 h2 {
	padding-left: 0;
	margin-bottom: 15px!important;
}

.page_3 .bloc__5 h2.border-left-2:before {
	height: calc(100% + 10px);
	left: -59px;
	top: -10px;
}

.page_3 .bloc__5 .text p {
	padding-left: 0;
	margin-bottom: 0;
}

.page_3 .bloc__2 .text img {
	position: absolute;
	display: inline;
	left: auto;
	right: -68%;
	top: -45px;
	width: 83%;
}

.page_3 .bloc__3 .text {
	padding: 0px 50px 30px 170px;
}

.page_3 .bloc__3 .text p {
	text-align: left;
}

span.br {
	display: block;
	margin-bottom: 10px;
}

.page_3 .bloc__3 .text h2.border-right {
	padding-right: 0;
	margin-bottom: 20px!important;
	text-align: left;
}

.page_3 .bloc__3 .text h2.border-right:before {
	height: calc(100% + 10px);
	right: -59px;
	top: -10px;
	width: 9px;
}

.page_3 .bloc__3 .text img {
	position: absolute;
	display: inline;
	left: -68%;
	top: -35px;
	width: 83%;
}

.blog-index .col-md-4 {
	padding: 15px;
}

@media only screen and (max-width:575px) {
}

.page_3 .bloc__5 .text .btn,.page_3 .bloc__3 .text .btn {
	margin-top: 30px;
}

body.pprk .btn-outline-dark.grey,body.pprv .btn-outline-dark.grey {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #ccc;
}

.creators {
	display: none;
}

.creators_mobile {
	display: block;
	padding-top: 30px;
}

.service-gpt .bloc__3 ul > li > ul > li {
	padding-left: 25px!important;
}

.tkppr .viewer__tk p {
	font-size: 18px;
	line-height: 1.7;
}

.tkppr .viewer__tk ul {
	font-size: 18px;
	line-height: 30px;
	list-style: none;
}

.ppr48 .commercial {
	font-family: 'Conthrax Sb' !important;
	border-left: 7px solid #00ab3c;
	font-size: 35px;
	padding-left: 15px;
	line-height: 35px;
	margin-bottom: 30px;
}


body.blog-index .bloc__2,body.blog-item .bloc__2 {
padding-bottom: 45px;
}

body.blog-index header div.adress,body.blog-item header div.adress {
height: 67px;
}

body.blog-index #container .header .flex,body.blog-item #container .header .flex {
-webkit-justify-content: space-around!important;
-ms-flex-pack: distribute!important;
justify-content: space-around!important;
-webkit-box-align: center!important;
-webkit-align-items: center!important;
-ms-flex-align: center!important;
align-items: center!important;
}

body.blog-index h1,body.blog-item h1 {
font-size: 40px;
color: #282828;
text-transform: uppercase;
margin: 0;
font-family: "Roboto", sans-serif;
margin-left: -1px;
padding-bottom: 32px;
}

body.blog-index .img-responsive,body.blog-item .img-responsive {
display: block;
width: 100%;
-webkit-border-radius: 5px;
border-radius: 5px;
object-fit: cover;
max-height: 280px;
border: 1px solid #27a745;
}

body.blog-index .img-responsive.wide {
display: none;
}

body.blog-index .blog-item-body,body.blog-item .blog-item-body {
padding: 15px 0px;
}

body.blog-index .blog-title,body.blog-item .blog-title {
color: #474753;
font-size: 22px;
font-family: "Roboto", sans-serif;
margin-bottom: 15px;
margin-top: 30px;
}

body.blog-index .blog-title a,body.blog-item .blog-title a {
color: inherit;
font-size: inherit;
font-family: inherit;
}

body.blog-index .blog-teaser,body.blog-item .blog-teaser {
color: #474753;
font-size: 15px;
line-height: 24px;
height: 72px;
overflow: hidden;
}

body.blog-index .blog-item-footer,body.blog-item .blog-item-footer {
padding: 12px 22px 30px;
}

body.blog-index .blog-item-footer span,body.blog-item .blog-item-footer span {
color: #474753;
font-size: 13px;
line-height: 15px;
display: inline-block;
vertical-align: top;
}

body.blog-index .blog-item-footer a,body.blog-item .blog-item-footer a {
float: right;
line-height: 15px;
display: inline-block;
vertical-align: top;
color: #3550a7;
font-family: "Roboto", sans-serif;
}

body.blog-index .pagination .links {
width: 100%;
text-align: center;
}

body.blog-index .pagination .links b,body.blog-index .pagination .links a,body.blog-item .pagination .links b,body.blog-item .pagination .links a {
color: #474753;
font-size: 22px;
font-family: "Roboto", sans-serif;
font-weight: 400;
display: inline-block;
line-height: 44px;
height: 40px;
width: 40px;
text-align: center;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
text-align: center;
}

body.blog-index .pagination .links b {
color: #fff;
background: #28a745;
}

body.blog-index .pagination .links a:hover {
text-decoration: none;
background: #e9e9e9;
}

body.blog-index .pagination .results {
display: none;
}

body.blog-item .heading {
font-size: 40px;
color: #282828;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
margin-left: -1px;
padding-top: 23px;
padding-bottom: 25px;
}

body.blog-item hr {
border: 0;
border-top: 1px solid #e9e9e9;
}

body.blog-item .related .img-responsive {
display: none;
}

body.blog-item .related div.slim .img-responsive.slim {
display: block;
}

body.blog-item .related div.wide .img-responsive.wide {
display: block;
}

body.pod .pprk .bloc__6.examples, .page_3 .bloc__6.examples {
margin-top: 70px !important;
}

body.pod h2, body.pod h3 {
font-weight: bold;
}

body.pos .bloc__2 .text img {
position: absolute;
display: inline;
left: auto;
right: -80%;
top: 70px;
}

body.pos .bloc__5 .text img {
position: absolute;
display: inline;
left: auto;
right: -80%;
top: 110px;
}

body.pos .bloc__5 .text {
padding: 30px;
}

body.itemid-220 h3 {
margin: 30px 0px!important;
font-weight: bold;
}

body.itemid-506 .bloc__2 ol {
list-style: auto;
margin-left: 30px!important;
}

body.itemid-506 .buttonEditable, body.itemid-506 .bloc__2 .btn-success {
margin-top: 20px;
}

body.itemid-506 .bloc__1 .bloc_content .sub_tit {
padding: 0;
}

ol li::marker {
font-weight: bold;
}

@media (min-width: 1200px) {
.container_1140 {
	max-width: 1140px;
}}

#new__home_service {
}

#breadcrumbs {
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	color: #3d3d3d;
	list-style: none;
}

#breadcrumbs .breadcrumb {
	background: transparent;
	padding: 32px 15px 37px;
	margin: 0;
}

#breadcrumbs li {
	display: inline-block;
}

#breadcrumbs li:after {
	content: '>';
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

#breadcrumbs li.last:after,#breadcrumbs li:last-child:after {
	content: '';
}

#breadcrumbs a {
	color: inherit;
	font-size: inherit;
}

body.blog-item .blog-content p {
	font-size: 18px;
	line-height: 30px;
	color: #454553;
	margin-bottom: 15px;
}

body.blog-item .blog-content h1 {
	font-size: 45px;
	font-family: "Roboto", sans-serif;
	color: #282828;
	line-height: 50px;
	padding-bottom: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
}

body.blog-item .blog-content h2 {
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	color: #282828;
	line-height: 38px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}

body.blog-item .blog-content h3 {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	color: #282828;
	line-height: 38px;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 0;
}

body.blog-item .blog-content ul {
	margin-bottom: 38px;
}

body.blog-item .blog-content ol {
	margin-bottom: 38px;
	padding-left: 20px;
}

body.blog-item .blog-content ul li {
	font-size: 18px;
	line-height: 30px;
	color: #454553;
	position: relative;
	list-style-position: inside;
}

body.blog-item .blog-content ul li:last-child {
	margin-bottom: 0;
}

body.blog-item .blog-content ol li {
	font-size: 18px;
	line-height: 30px;
	color: #454553;
	position: relative;
	list-style-position: inside;
}

body.blog-item .blog-content ol li:last-child {
	margin-bottom: 0;
}



body.blog-item #sp-commercial-block {
	padding: 0px 0px;
}

body.blog-item .blog-content img[style*="left"] {
	margin: 30px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: auto!important;
}

body.blog-item .blog-content img[style*="right"] {
	margin: 20px;
	margin-top: 0;
	margin-right: 0;
	;
}

body.pprv #sp-commercial-block {
	padding: 0px 0px;
}

.page_3 .bloc__5, .pprk .bloc__5, .pprv .bloc__5 {
	margin-top: 50px!important;
}

.road-377 {
	margin-left: 30px;
}

@media only screen and (max-width: 1449px) {
	#footer_menu {
		display: none!important;
	}

	.road-377 {
		margin-left: 0px;
	}

	body.itemid-506 .bloc__2 ol {
		list-style: auto;
		margin-left: 0px!important;
	}
}

a[href*=".pdf"], a[href*=".doc"], a[href*=".rar"], a[href*=".zip"], a[href*=".xls"], a[href*=".xlsx"], a[href*=".dwg"] {
	color: #04ab3c !important;
	border-color: #04ab3c !important;
}

b {
	color: #000;
	font-weight: bold;
}

a.boldest {
	color: #000;
	font-weight: bold;
}

.text_href {
	color: #04ab3c !important;
	border-color: #04ab3c !important;
}

div.header {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

div.h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}

.block_include {
	margin: 30px auto;
}

.block_include h2 {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.block_include p {
	line-height: 30px;
	font-size: 18px;
}

.b-lazy.b-loaded {
	height: auto !important;
}

@media (max-width: 500px) {
	.fixed-header .logo {
		background-image: url(../images/logo_lite.jpg);
	}

	#carousel2 .owl-item:after {
		background: url(../images/ico/if_hand-pointer-o_1608373.png);
	}
}

.routing.sub .bloc__7 {
	margin-bottom: -30px;
}

@media (max-width: 599px) {
	#carousel2.owl-carousel .owl-item img {
		margin: 0px auto;
	}

	h2.border-left-2, div.border-left-2 {
		font-size: 24px;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		position: relative;
		margin-bottom: 24px;
		padding-left: 15px;
	}
}

@media (max-width: 1199px) {
	.routing.sub .description img {
		float: none !important;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100% !important;
		height: auto !important;
	}
}

@media (min-width: 768px) {
	body.blog-index .blog-title, body.blog-item .blog-title {
		font-size: 18px;
		text-overflow: ellipsis;
		font-weight: bold;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.pprv .bloc__3 .row .sub_tit {
		color: #1c1c1c;
		font-size: 18px;
		margin-bottom: 25px;
		padding-left: 0px;
	}

	.pprv .bloc__2 .text {
		padding: 0!important;
		text-align: left;
		font-size: 17px;
		border: none;
		margin-bottom: 0px;
	}

	body.pprv h2.border-left-2, div.border-left-2 {
		padding-left: 0px;
		margin-bottom: 15px;
	}

	body.blog-item .blog-content img {
		width: auto !important;
		height: auto !important;
		margin: 20px auto !important;
		max-width: 100% !important;
		float: none !important;
		display: block !important;
	}
}

@media only screen and (max-width: 500px) {
	.owl-carousel {
		margin-top: 0px!important;
	}

	body.routing.sub .description h2, .routing.sub .text_header {
		font-size: 18px!important;
		line-height: 1.2!important;
	}

	body.routing.sub .bloc__7 .h2, body.routing.sub .bloc__6 .h2 {
		font-size: 26px!important;
		line-height: 1.2!important;
	}

	.routing.sub p > span[style*="font-size"][style*="36px"] {
		font-size: 24px!important;
		line-height: 1.2!important;
		font-weight: bold;
		text-transform: uppercase;
	}

	.routing.sub .description ul li {
		font-size: 18px !important;
		line-height: 30px !important;
	}
}


.owl-rtl .owl-nav {
	direction: ltr !important;
	padding-bottom: 50px;
}

.description hr {
	margin: 40px 0;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.8);
}

body.blog-item .blog-content p {
}

.partners {
	margin-bottom: 180px;
	margin-top: 60px;
}

.partner-item {
	display: block;
	margin-bottom: 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 2px rgba(50,50,50,.15);
	padding: 32px 12px 12px 12px;
	text-align: center;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.partner-item img {
	width: 100%;
}

.partner-item:hover {
	text-decoration: none;
	color: #000;
	box-shadow: 0px 0px 10px 2px rgba(50,50,50,.15);
}

.partner-heading {
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 18px;
	height: 54px;
	overflow: hidden;
	font-weight: bold;
	color: #0091d0;
}

.partner-item:hover .partner-heading {
	color: #0076a9;
}

.routing.main h2 {
	font-size: 28px;
	line-height: 38px;
}

ul.breadcrumb li:first-child span {
	display: none;
}

ul.breadcrumb {
	background-color: transparent;
	margin: 30px 0px;
}

ul.breadcrumb li {
	font-weight: bold;
	color: #47b34e;
}

ul.breadcrumb li:last-child span {
	color: #808080;
	display: block;
}

ul.breadcrumb li a {
	color: #47b34e;
}

ul.breadcrumb li span {
	padding: 0px 3px;
	color: #47b34e;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}

@media screen and (max-width:1023px) {
	ul.breadcrumb {
		display: none;
	}
}

.file-table {
	padding: 15px 0px;
	border-bottom: 1px solid #ececec;
}

.navigation__item.menu-service {
	position: inherit;
}

@-webkit-keyframes slide-in-bottom {
	from {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {
	from {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.header-nav__submenu {
	position: absolute;
	top: calc(100% + 0px);
	max-width: 1080px;
	margin: 0 auto;
	right: 0;
	left: 100px;
	z-index: 10;
	display: none;
}

@media screen and (max-width: 767px) {
	.page_3.service-gpt h2 {
		font-size: 35px;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		border-left: 7px solid #00ab3c;
		padding: 4px 0 3px 15px!important;
		margin-bottom: 25px;
	}

	.header-nav__submenu {
		display: none;
	}
}

.header-nav__submenu.menu-open {
	display: inherit;
	-webkit-animation: .15s slide-in-bottom;
	animation: .15s slide-in-bottom;
}

.header-nav__submenu-container {
	position: absolute;
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(23,23,23,.12);
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
	box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
	width: 100%;
}

.header-submenu__col--grey {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px 16px 10px 0;
	border-right: 1px solid #f2f2f2;
}

@media (min-width: 1240px) {
	.header-submenu__col--grey {
		width: 320px;
	}
}

.header-submenu__col--white {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: -11px;
}

.header-submenu__title {
	padding: 0;
	margin: 0;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.2;
}

.header-submenu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-submenu .category-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 36px 5px 10px;
	border-radius: 4px;
	color: #222;
}

.header-submenu__item.active .category-link:after {
	position: absolute;
	content: "";
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.813 9.012c0 .338-.113.563-.338.788L7.1 13.175c-.45.45-1.125.45-1.575 0a1.088 1.088 0 010-1.575l2.588-2.588-2.588-2.587a1.088 1.088 0 010-1.575c.45-.45 1.125-.45 1.575 0l3.375 3.375c.225.225.338.45.338.787z' fill='%23999'/%3E%3C/svg%3E");
}

.header-submenu__item.active .category-link {
	background-color: #f5f5f5;
}

.header-submenu .category-link img {
	margin-right: 16px;
	flex-shrink: 0;
	mix-blend-mode: multiply;
}

.header-submenu .category-link span {
	flex-grow: 1;
	max-width: 290px;
}

.header-submenu__block {
	position: relative;
	display: none;
	height: 100%;
	margin: 0 20px;
	padding: 10px 0 20px;
}

.header-submenu__block.active {
	display: block;
	overflow-x: scroll;
	position: relative;
	max-height: 80vh;
	z-index: 9999;
}

.header-submenu__container {
	width: 100%;
}

.header-submenu__inner {
	font-size: 0;
}

.header-submenu__column {
	display: inline-block;
	width: 33.3333%;
	vertical-align: top;
	padding: 24px 24px 0 0;
}

@media (max-width: 1199px) {
	.header-submenu__column {
		width: 33.3333%;
	}
}

@media (max-width: 1023px) {
	.header-submenu__column {
		width: 50%;
	}
}

.submenu-link {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #222;
}

.link-bold {
	font-weight: 700;
}

.header-submenu__subchild {
	margin-top: 12px;
	margin-bottom: 0;
	padding: 0;
	page-break-inside: avoid;
	list-style-type: none;
	break-inside: avoid;
	font-size: 15px;
}

.header-submenu__subchild__item {
	margin-bottom: 6px;
}

.header-submenu__subchild__item.main a {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #222;
}

.child-link {
	display: block;
	color: #737373;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
}

.submenu-link:hover, .child-link:hover {
	color: #1e5bf7;
}

@media only screen and (max-width: 500px) {
	.bloc__7 h2 {
		margin-top: 30px;
		margin-bottom: 60px;
	}
}

.commercial-block {
	font-size: 17px;
}

.commercial-block .cc-title {
	margin-bottom: 50px;
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 39px;
	text-transform: uppercase;
	color: #1c1c1c;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
}

.commercial-block .comm-content-a {
}

.commercial-block .comm-content-a ul {
	padding: 0;
	list-style: none;
}

.commercial-block .comm-content-a ul li {
	margin-bottom: 16px;
	background-image: url(img/bloc__4_ul_li.webp);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: center left;
}

.commercial-block .comm-content-b {
}

.commercial-block .comm-content-b .comm-content-b-wrap {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.commercial-block .comm-content-b img {
	width: 60px;
	height: 100px;
	float: left;
	margin-right: 20px;
}

.commercial-block .comm-content-b p {
	margin: 0;
}

.commercial-block .comm-content-b-btn {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.commercial-block .comm-content-b .btn {
	float: right;
}

.product-listing .product-thumb {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 5px;
	background: #ececec;
	min-height: 90px;
	align-items: center;
	flex-wrap: wrap;
}

.product-listing .product-thumb .image {
	width: 10%;
	text-align: center;
}

.product-listing .product-thumb .name-wrap {
	width: 60%;
}

.product-listing .product-thumb .name-wrap .name {
	margin-bottom: 15px;
}

.product-listing .product-thumb .name-wrap .name a {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: bold;
}

.product-listing .product-thumb .name-wrap .description {
	font-size: 12px;
}

.product-listing .product-thumb .name-wrap .description ul {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.product-listing .product-thumb .name-wrap .description ul li {
}

.product-listing .product-thumb .price {
	width: 20%;
	text-align: center;
}

.product-listing .product-thumb .button-cta {
	width: 10%;
	text-align: center;
}

.product-listing .product-thumb .button-cta button {
	background: #28A745;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 0;
	border-radius: 3px;
}

.product-listing .product-thumb .image a img {
	width: 60px;
	height: 60px;
}

.listing-h2.h2 {
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	color: #1c1c1c;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navigation-block {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.navigation-block a {
	font-family: "Roboto", sans-serif;
	color: #28A745;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.navigation-block {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}

	.navigation-block a {
		font-family: "Roboto", sans-serif;
		color: #28A745;
		margin-bottom: 10px;
	}

	.listing-h2.h2 {
		font-family: "Roboto", sans-serif;
		font-size: 1.125rem;
		font-weight: bold;
		color: #1c1c1c;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.product-listing .product-thumb {
		display: flex;
		flex-direction: row;
	}

	.product-listing .product-thumb .name-wrap {
		width: 100%;
		margin-bottom: 15px;
	}

	.product-listing .product-thumb .price {
		width: 50%;
		text-align: left;
	}

	.product-listing .product-thumb .image {
		display: none;
	}

	.product-listing .product-thumb .button-cta {
		width: 50%;
		text-align: right;
	}
}

@media only screen and (min-width: 991px) {
	.about .bloc__1 {
		background: transparent;
		height: auto;
		margin-bottom: 358px;
	}

	.about .about-bg {
		padding-left: 10px;
		padding-bottom: 0px;
	}
}

.about .bloc__1 .bloc_content {
	padding: 120px 0 0;
}

.about .bloc__1 .bloc_content .image {
	position: relative;
}

.about .bloc__2 .left {
	padding-right: 0px;
}

.about .bloc__2 .text {
	padding: 46px 225px 19px 52px;
	margin-right: -18px;
}

.about .bloc__2 .text p {
	margin-bottom: 23px;
}

.about .bloc__2 .text img {
	left: 80.7%;
}

.about .bloc__1 .bloc_content .image .img {
	position: absolute;
	left: -64px;
	right: -194px;
	top: -94px;
	z-index: -1;
}

.about .bloc__1 .bloc_content .image img {
	width: 100%;
}

.about .bloc__1 .bloc_content .text {
	width: 100%;
}

section.users {
	margin-top: 50px;
}

#users-header {
	padding-bottom: 26px;
}

#users-header + p {
	padding: 0px 0 3px 46px;
	margin-top: -30px;
	margin-bottom: 0px;
	margin-bottom: 111px;
}

.user-wrap.center-type-1 {
	margin-top: -62px;
	margin-bottom: 277px;
}

.user-wrap.center-type-1 .user-item.img-right .img_wrapper {
	top: -34px;
}

.user-wrap.center-type-1 .user-item .user-btns {
	position: absolute;
	bottom: -87px;
	left: 0;
	padding-right: 50px;
}

.user-item .user-btns .call-btn, .user-item .user-btns .write-btn {
	cursor: pointer;
}

.user-item .user-btns .call-btn:hover, .user-item .user-btns .write-btn:hover {
	color: #fff;
}

.user-wrap.center-type-1 .user-item .user-btns .call-btn {
	margin-right: 20px;
}

.user-wrap.center-type-1 .user-item .user-btns .call-btn, .user-wrap.center-type-1 .user-item .user-btns .write-btn {
	display: inline-block;
}

.user-wrap.center-type-2 {
	margin-top: 167px;
	margin-bottom: 135px;
}

.user-wrap.center-type-2 .user-item.img-right .img_wrapper {
	top: -127px;
}

.user-btns.mobile {
	display: none;
}

.user-wrap.center-type-2 .user-item .user-btns {
	position: absolute;
	top: -110px;
	left: 0;
	padding-right: 50px;
}

.user-wrap.center-type-2 .user-item .user-btns .call-btn {
	margin-right: 20px;
}

.user-wrap.center-type-2 .user-item .user-btns .call-btn, .user-wrap.center-type-2 .user-item .user-btns .write-btn {
	display: inline-block;
}

.user-item {
	width: 540px;
	border: 10px solid #f2f2f2;
	margin: 0px auto;
	padding: 41px 56px 46px;
	position: relative;
	margin-bottom: 133px;
}

.user-item .user-btns .call-btn, .user-item .user-btns .write-btn {
	color: #fff;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	display: block;
	height: 50px;
	line-height: 52px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 185px;
	margin: 15px auto 0;
	padding-left: 25px;
}

.user-item .user-btns .call-btn:hover, .user-item .user-btns .write-btn:hover {
	text-decoration: none;
}

.user-item .user-btns .call-btn {
	background: #00ab3c url('') no-repeat 25px center;
}

.user-item .user-btns .write-btn {
	background: #00ab3c url('') no-repeat 25px center;
}

.user-item .img_wrapper {
	position: absolute;
	top: 0px;
}

.user-item.img-right {
	padding-right: 111px;
}

.user-item.img-right .img_wrapper {
	top: -95px;
	right: -295px;
}

.user-item .user-btns {
	padding-top: 10px;
}

.user-item.img-right .user-btns {
	width: 100%;
	text-align: center;
	padding-left: 15px;
}

.user-item.img-left {
	padding-left: 111px;
}

.user-item.img-left .img_wrapper {
	top: -95px;
	left: -295px;
}

.user-item.img-left .user-btns {
	width: 100%;
	text-align: center;
	padding-right: 15px;
}

.user-heading {
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 0.7px;
}

.user-subheading {
	color: #454553;
	opacity: 0.8;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 19px;
}

.user-educ-label {
	color: #454553;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 12px;
}

.user-educ-text {
	color: #454553;
	font-size: 16px;
	line-height: 26px;
}

.user-work-label {
	margin-top: 21px;
	color: #454553;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 12px;
}

.user-work-text {
	color: #454553;
	font-size: 16px;
	line-height: 26px;
}

.bloc__5 .text.after_video {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 30px;
}

div.clear {
	clear: both;
}

@media only screen and (min-width: 991px) and (max-width: 1198px) {
	.about .bloc__1 {
		margin-bottom: 150px;
	}
}

@media only screen and (max-width: 1198px) {
	.about .bloc__1 .bloc_content .image .img {
		position: absolute;
		left: -10%;
		right: -40%;
		top: -20%;
		z-index: -1;
		bottom: -20%;
	}

	.about .bloc__1 .bloc_content .image img {
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.about .bloc__2 .row .text img {
		position: relative;
		top: 0;
		right: 0;
		left: 0 !important;
		width: 100%;
		margin-bottom: 30px;
	}

	.about .bloc__2 .row .text {
		padding: 0;
		border: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.about .bloc__1 .bloc_content .image {
		display: none;
	}

	.about .bloc__1 .bloc_content {
		padding: 65px 0 100px;
	}
}

@media only screen and (max-width: 768px) {
	.about .bloc__2 .left {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1130px) {
	#users-header + p {
		margin-bottom: 40px;
	}

	.user-item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px !important;
		padding: 41px 56px 46px !important;
	}

	.user-item.img-right .img_wrapper {
		position: static;
		width: 185px;
		float: right;
		margin-left: 45px;
	}

	.user-wrap {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.user-item.img-left .img_wrapper {
		position: static;
		width: 185px;
		float: left;
		margin-right: 45px;
	}

	.user-item .user-btns {
		padding: 10px 0 0 !important;
	}

	.user-item .img_wrapper img {
		width: 100%;
	}

	.user-wrap.center-type-1 .user-item .user-btns, .user-wrap.center-type-2 .user-item .user-btns {
		position: static;
		clear: both;
	}

	.user-btns.desktop {
		display: none;
	}

	.user-btns.mobile {
		display: block;
		position: static;
	}
}

@media only screen and (max-width: 768px) {
	.page_3.service-gpt h2 {
		font-size: 35px;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		border-left: 7px solid #00ab3c;
		padding: 4px 0 3px 15px !important;
		margin-bottom: 25px;
	}

	.user-item {
		padding: 25px 25px 25px !important;
	}

	.user-item .img_wrapper {
		margin: 0px !important;
		float: none !important;
		width: 100% !important;
		max-width: 250px !important;
		margin: 0px auto 20px !important;
	}

	.user-heading, .user-subheading {
		text-align: center;
	}

	.user-btns .call-btn, .user-btns .write-btn {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.user-item {
	}
}

@media only screen and (max-width: 520px) {
	.user-wrap.center-type-1 .user-item .user-btns .call-btn, .user-wrap.center-type-2 .user-item .user-btns .call-btn {
		margin-right: 0px;
	}

	.bloc__5 .text.after_video {
		padding: 0px 15px;
	}
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	top: -20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
	padding: 20px 0px 20px 20px;
}

a.menu-service-ppr ~ .sp-dropdown.sp-dropdown-sub.sp-menu-right {
	width: 680px!important;
	max-height: 600px;
	overflow-y: scroll;
	box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

#sp-menu > div > nav > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div > div {
	column-count: 2;
	display: inline-block;
	padding-right: 20px;
	overflow-y: scroll;
	width: 680px;
	background-color: #fff;
}

a.menu-service-ppr ~ .sp-dropdown.sp-dropdown-sub.sp-menu-right .sp-dropdown-inner ul {
	column-count: 2;
	display: inline-block;
}

li.sp-menu-item.sp-has-child div.sp-dropdown.sp-dropdown-sub.sp-menu-right>.sp-menu-item.sp-has-child a {
	color: #000000;
	font-weight: bold;
}

#sp-menu > div > nav > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child {
	font-weight: bold;
}

#sp-menu > div > nav > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div.sp-dropdown.sp-dropdown-sub.sp-menu-right {
	display: block;
	position: static;
	max-width: 300px!important;
}

#sp-menu > div > nav > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div.sp-dropdown.sp-dropdown-sub.sp-menu-right > div.sp-dropdown-inner {
	box-shadow: 0 0 5px rgb(0 0 0 / 0%);
	padding: 0px 0px 0px 15px;
}

#sp-menu > div > nav > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div.sp-dropdown.sp-dropdown-sub.sp-menu-right > div.sp-dropdown-inner > ul > li > a {
	font-weight: normal;
	font-size: 14px;
}

#sp-menu > div > nav > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > a:after {
	content: '';
	display: none;
}

#sp-menu > div > nav > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div > div > ul > li.sp-menu-item.sp-has-child > div.sp-dropdown.sp-dropdown-sub.sp-menu-right > div > ul.sp-dropdown-items {
	column-count: 1;
}

a.menu-service-ppr ~ .sp-dropdown.sp-dropdown-sub.sp-menu-right .sp-dropdown-inner ul li.sp-menu-item.has-child {
}

.owl-carousel .owl-stage-outer {
	max-height: 320px;
}


}

.routing.sub .commercial-block {
	margin-top: 0px;
	padding-bottom: 0px;
}

.col-12.description {
	margin-top: 30px;
}

.main .owl-carousel .owl-stage-outer {
	max-height: 480px;
}

.b24-form-control-not-empty+.b24-form-control-label {
	top: 0px!important;
}

.f-text {
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
	line-height: 30px;
}

.f-text h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
	margin-bottom: 25px;
}

.f-text h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.f-text .text {
	padding: 0px!important;
}

.category-listprice.ppr tbody>tr {
	border-color: transparent;
}

.category-listprice.ppr tbody>tr>td {
	padding-left: 0;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 13px;
	color: #454553;
	list-style: none;
	position: relative;
	list-style-position: inside;
	text-indent: 30px;
}

.category-listprice.ppr tbody>tr>td:before {
	content: '';
	background: #00ab3c;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	left: 10px;
	top: 18px;
}

.category-listprice.ppr h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 39px;
	margin-bottom: 25px;
}

.add__block {
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}

.add__block h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px!important;
	margin-bottom: 25px;
}

.add__block h3 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: #1c1c1c;
}

.add__block ul li {
	font-size: 18px;
	line-height: 30px;
	color: #454553;
	list-style: none;
	position: relative;
	list-style-position: inside;
}

.page_3 .bloc__2.add__block, .page_3 .bloc__5.add__block, .page_3 .bloc__6.add__block {
	margin-top: 0px!important;
}

.page_3.service-new h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 39px!important;
	margin-bottom: 25px;
}

@media only sceen and (max-width: 500px) {
	.page_3.service-new .bloc__2 div.text {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
}

.file__hide {
	display: none!important;
}

.ppr48-feat p {
	font-size: 18px;
}

#carousel3 .owl-nav {
	margin-top: 50px;
}

body.tk .bloc__1 .bloc_content h1 {
	text-transform: uppercase;
	font-size: 45px;
	font-family: "Roboto", sans-serif;
	line-height: 1.3;
	margin-bottom: 7px;
	color: #fff;
}

body.tk .bloc__1 .bloc_content .sub_tit {
	font-size: 26px;
	position: relative;
	margin-bottom: 35px;
	padding: 0 0 35px 0;
}

body.tk .bloc__1 .bloc_content .text {
	font-size: 18px;
	margin-bottom: 37px;
	width: 420px;
}

body.tk {
	font-size: 15px;
}

body.tk .view__work .view__work-wrapper {
	min-height: 250px;
	margin-bottom: 15px;
	padding: 5px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}

body.tk .btn-success {
	margin-top: 0px!important;
}

body.tk .bloc__2 .view__work .col-xl-4 a {
	margin-bottom: 30px;
}

body.tk .bloc__4 h2 {
	margin-bottom: 30px;
}

body.tk .bloc__3 ul {
	font-size: 18px;
}

body.tk .bloc__5 .text {
	font-size: 18px;
}

.bloc__1 .buttonEditable {
	margin-top: 30px;
}

.features__buttons {
	margin-top: 30px;
}

body.blog-item .page-header {
	display: none!important;
}

body.view-category .page-header {
	display: block!important;
}

@media (max-width: 767px) {
	.page_3.service-gpt h2 {
		font-size: 22px!important;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		border-left: 7px solid #00ab3c;
		padding: 4px 0 3px 15px !important;
		margin-bottom: 25px;
	}

	.f-text {
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 18px;
		line-height: 30px;
	}

	.routing.sub .description p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px !important;
	}

	body.blog-item .blog-content h1 {
		font-size: 26px;
		font-family: "Roboto", sans-serif;
		color: #282828;
		line-height: 26px;
		padding-bottom: 30px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	.engeneer .bloc__1 h1 {
		font-size: 26px;
		font-family: "Roboto", sans-serif;
		color: #282828;
		line-height: 26px;
		padding-bottom: 30px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	body.blog-item .blog-content h2 {
		font-size: 22px;
		font-family: "Roboto", sans-serif;
		color: #282828;
		line-height: 22px;
		padding-bottom: 30px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	body.blog-item .blog-content h3 {
		font-size: 16px;
		font-family: "Roboto", sans-serif;
		color: #282828;
		line-height: 22px;
		padding-bottom: 20px;
		padding-top: 20px;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	body.blog-item .page-header {
		display: none!important;
	}

	.f-text h2 {
		font-size: 28px;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		border-left: 7px solid #00ab3c;
		padding: 4px 0 3px 15px;
		margin-bottom: 25px;
	}

	.service-gpt .bloc__2 ol li::before {
		content: '';
		position: absolute;
		background: #00ab3c;
		width: 10px;
		height: 10px;
		left: -30px;
		top: 5px;
	}

	ul.pprk_list {
		list-style: none;
		padding: 2rem!important;
		font-family: "Roboto", sans-serif;
		font-size: 17px;
		color: #222;
		line-height: 38px;
	}

	ul.pprk_list li {
		line-height: 25px;
		position: relative;
		list-style: none;
		margin-bottom: 15px;
	}

	ul.pprk_list li::before {
		content: '';
		position: absolute;
		background: #00ab3c;
		width: 10px;
		height: 10px;
		left: -30px;
		top: 5px;
	}
}

h2.no-border {
	border-left: none!important;
}

.callback_div {
	flex-direction: column;
}

.header__phone.top-link-phone {
	color: #1c1c1c;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.new-header__callback-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 10px;
	margin-top: 8px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	color: #48b44d;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	white-space: nowrap;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #48b44d;
	border-radius: 0px;
	border-bottom-style: dotted;
	cursor: pointer;
}

.new-header__callback-btn:hover {
	background-color: transparent;
}

.page_3.service-gpt h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
	margin-bottom: 25px;
}

.page_3.service-gpt .f-text h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
	margin-bottom: 25px;
	margin-top: 50px;
	margin-left: 15px;
}

.page_3.service-gpt .bloc__3 .text {
	padding: 15px;
}

.page_3.service-gpt .bloc__2 .text, .page_3.service-gpt .bloc__5 .text {
	padding: 15px;
}

.page_3.service-gpt .bloc__2 .text img, .page_3.service-gpt .bloc__5 .text img {
	position: inherit;
	display: block;
	width: 100%;
	height: auto;
}

.page_3.service-gpt .bloc__3 .text {
	border: 9px solid #f2f2f2;
	font-size: 18px;
	padding: 15px;
	line-height: 1.7;
	position: relative;
	text-align: left;
}

.page_3.service-gpt .bloc__3 .text p {
	margin-bottom: 0px;
	text-align: left;
}

.partners-page h1 {
	color: #1c1c1c;
	font-size: 45px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 50px;
}

.partners-page .partner-wrap {
	margin-bottom: 50px;
}

.partners-page .partner-wrap .partner-img {
}

.partners-page .partner-wrap .partner-img img {
	margin: 0px 30px 30px 0px;
	max-width: 250px;
}

.partners-page .partner-wrap .partner-text {
}

.page_3.service-gpt .bloc__3 ul {
}

.page_3.service-gpt .bloc__3 ul li {
	font-size: 18px;
	line-height: inherit;
}

.page_3.service-gpt .bloc__4 ul li {
	font-size: 18px;
	line-height: inherit;
}

.page_3.service-gpt .bloc__5 ul li {
	font-size: 18px;
	line-height: inherit;
}

.page_3.service-gpt .bloc__5 ul li {
	font-size: 18px;
	line-height: inherit;
}

.page_3.service-gpt .bloc__5 ul li {
	font-size: 18px;
	line-height: inherit;
}

.page_3.service-gpt .bloc__6 ul li {
	font-size: 18px;
	line-height: inherit;
}

.page_3.service-gpt .bloc__7 ul li {
	font-size: 18px;
	line-height: inherit;
}

.service-gpt .bloc__4 .row .text {
	font-size: 18px;
}

.service-gpt .row .text {
	font-size: 18px;
}

@media (max-width: 991px) {
	.new-header__callback-btn {
		margin-top: 0px;
	}

	.page_3 .bloc__2 .text, .page_3 .bloc__5 .text {
		padding: 45px 0px 45px 0px;
	}

	.page_3.service-gpt .bloc__2 .text, .page_3.service-gpt .bloc__5 .text {
		padding: 0px 0px 45px 0px;
	}

	.page_3.service-gpt .bloc__3 .text {
		border: 9px solid #f2f2f2;
		font-size: 18px;
		padding: 45px 15px 45px 15px;
		line-height: 1.7;
		position: relative;
		text-align: left;
	}
}

@media (max-width: 576px) {
	.bloc__1 .bloc_content .text {
		max-width: 355px;
	}

	.page_3.service-gpt .bloc__3 .text {
		border: 9px solid #f2f2f2;
		font-size: 18px;
		padding: 45px 15px 45px 15px!important;
		line-height: 1.7;
		position: relative;
		text-align: left;
	}

	#sp-logo {
		padding-right: 0px;
	}

	#sp-menu {
		padding-left: 0px;
	}

	.callback_div {
		padding-left: 0px;
		padding-right: 0px;
	}

	.callback_div a {
		font-size: 13px;
	}

	.new-header__callback-btn {
		font-size: 13px;
	}
}

@font-face {
	font-family: 'Conthrax Sb';src: url('../fonts/contrax/ConthraxSb-Regular.eot');src: url('../fonts/contrax/ConthraxSb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/contrax/ConthraxSb-Regular.woff2') format('woff2'), url('../fonts/contrax/ConthraxSb-Regular.woff') format('woff'), url('../fonts/contrax/ConthraxSb-Regular.ttf') format('truetype'), url('../fonts/contrax/ConthraxSb-Regular.svg#ConthraxSb-Regular') format('svg');font-weight: 600;font-style: normal;font-display: swap;
}

.blog-item .for-blog {
	padding: 0px;
}

.blog-item .for-blog p {
	font-size: 18px;
}

.blog-item .for-blog h2 {
	font-family: 'Conthrax Sb'!important;
	text-transform: uppercase;
	color: #1c1c1c;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 40px;
}

.ppr48 .row {
	padding-left: 15px;
	padding-right: 15px;
}

.ppr48 h2 {
	font-family: 'Conthrax Sb'!important;
	border-left: none;
	font-size: 24px;
	padding-left: 15px;
	padding-bottom: 15px!important;
	margin-bottom: 0px;
}

.ppr48 h2 b {
	font-size: 36px;
	font-weight: bold;
}

.ppr48 h2 span {
	font-size: 24px;
	font-weight: bold;
}

.ppr48 .ppr48-mini {
	display: flex;
}

.ppr48 .p-left-0 {
	padding-left: 0px;
}

.ppr48 h3 {
	font-family: 'Conthrax Sb'!important;
	font-size: 14px;
	border-left: none;
	margin-bottom: 0px;
	padding: 5px 0 5px 0px;
}

.ppr48 h3 span {
	font-weight: bold;
	white-space: nowrap;
}

.ppr48-feat ul {
	padding-left: 0px!important;
	margin: 30px 0px!important;
	font-size: 18px;
}

.ppr48-feat ul li {
	list-style: none;
}

.ppr48-feat ul li span {
	color: #28a745;
	font-weight: bold;
}

.ppr48-feat p span.greenline {
	color: #28a745;
	font-weight: bold;
	text-decoration: underline;
}

.ppr-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
}

.ppr-icons svg {
	width: 40px;
	height: 40px;
}

.ppr48 .features__buttons a {
	font-size: 18px;
}

.new__product::before {
	content: "Новый продукт";
	background-color: #28a745;
	color: #fff;
	position: absolute;
	top: 20px;
	right: -6px;
	font-size: 10px;
	height: 15px;
	line-height: 6px;
	padding: 5px;
	border-radius: 3px;
	transform: rotate(5deg);
}

.offcanvas-menu .new__product::before {
	content: "Новый продукт";
	background-color: #28a745;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 140px;
	font-size: 10px;
	height: 15px;
	line-height: 6px;
	padding: 5px;
	border-radius: 3px;
	transform: rotate(5deg);
}

@media (max-width: 991px) {
	body .npmob {padding:0 !important}
	.ppr48-border {
		border-left: 7px solid #00ab3c;
		margin-bottom: 3rem;
		display: inline-block;
	}

	.ppr48 .row {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ppr48 h2 {
		border-left: none;
		font-size: 18px;
		padding-left: 15px;
		padding-bottom: 15px!important;
		margin-bottom: 0px;
	}

	.ppr48 h2 b {
		font-size: 24px;
		font-weight: bold;
	}

	.ppr48 h2 span {
		font-size: 24px;
		font-weight: bold;
	}

	.ppr48 .ppr48-mini {
		display: flex;
		flex-direction: column;
	}

	.ppr48 .ppr48-mini .col-12 {
		margin-bottom: 15px;
	}

	.ppr48 .p-left-0 {
		padding-left: 0px;
	}

	.ppr48 h3 {
		font-size: 14px;
		border-left: none;
		margin-bottom: 0px;
		padding: 5px 0 5px 0px;
	}

	.ppr48 h3 span {
		font-weight: bold;
		white-space: nowrap;
	}

	.ppr48-feat ul {
		padding-left: 0px!important;
		margin: 30px 0px!important;
		font-size: 18px;
	}

	.ppr48-feat ul li {
		list-style: none;
	}

	.ppr48-feat ul li span {
		color: #28a745;
		font-weight: bold;
	}

	.ppr48-feat p span.greenline {
		color: #28a745;
		font-weight: bold;
		text-decoration: underline;
	}

	.ppr-icons {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: 15px;
	}

	.ppr-icons svg {
		width: 40px;
		height: 40px;
	}

	.ppr48 .features__buttons a {
		font-size: 18px;
	}
}

/*.batchviewerp {
	font-family: Oswald!important;
	font-size: 16px;
}*/

.batchviewer .bloc__1,
.freeviewer .bloc__1 {
  background-image: url(../images/pprv_blk1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  border-bottom: none;
}

.batchviewer.page__title {
	padding: 115px 0 130px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover !important;
	background-attachment: fixed;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	min-height: 600px;
	display: flex;
	align-items: center;
}

.batchviewer.page__title h1 {
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #1D1D1D;
	max-width: 60%;
	margin: 0 auto;
}

.batchviewer.page__title .h1 {
	font-family: Oswald;
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #1D1D1D;
	max-width: 60%;
	margin: 0 auto;
}

.batchviewer.gradient {
	background: #FBB701;
	background: linear-gradient(135deg, #FBB701, #64FF09);
}

.batchviewer.main__content {
	padding: 30px 0px;
}

.batchviewer.service__container {
	background-color: #28a745;
}

.batchviewer.service {
}

.batchviewer.service__content {
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%;
	padding: 32px 20px;
	text-align: center;
	text-transform: uppercase;
}

.batchviewer.bright {
	border-right: 1px solid #ececec;
}

.batchviewer.bleft {
	border-left: 1px solid #ececec;
}

.batchviewer.pre__main {
	padding: 0px 0px 0px 0px;
}

.batchviewer.pre__main h2, .batchviewer.graph__container h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-decoration: none;
	margin: 30px 0px;
}

/*.batchviewer.pre__main p {
	line-height: 20px;
}*/

.batchviewer.price__ppr {
	font-family: Oswald;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	margin-top: 30px;
}

.batchviewer.btn__buy {
	display: block;
	background-color: #ffb600;
	color: #060606;
	width: 230px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	justify-content: center;
	margin-top: 40px;
	max-width: 100%;
	outline: 0;
	padding: 25px 50px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.batchviewer.btn__buy:hover {
	background-color: #ffb63a;
	border-color: #ffb63a;
	color: #fff;
}

.batchviewer.graf__desc {
	font-weight: 500;
	font-size: 14px;
}

.feat__container {
}

.batchviewer.feat__container p {
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	margin-top: 30px;
}

.batchviewer.intro__container {
	/*font-family: Oswald;*/
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding: 30px 0px;
}

body.com-content.batchviewer h2 {
	font-size: 24px !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
}

.batchviewer.intro__content {
	text-align: justify;
}

.batchviewer.intro__content-about {
	text-align: justify;
	padding: 30px;
}

.batchviewer.owl-carousel {
	padding-left: 0;
	padding-right: 0;
}

.batchviewer.owl-nav {
	text-align: center;
}

.batchviewer.owl-prev,.owl-next {
	height: 22px;
	width: 30px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 8px 0;
	opacity: .3;
}

.batchviewer.owl-prev:hover,.owl-next:hover {
	opacity: 1;
}

.batchviewer.owl-prev {
	background: #fff url(../images/nav2.jpg) no-repeat 0 -21px;
}

.batchviewer.owl-next {
	background: #fff url(../images/nav2.jpg) no-repeat 0 0;
}

.batchviewer.main__features p {
	font-family: Oswald;
	text-align: justify;
	font-size: 24px;
	text-transform: uppercase;
}

.batchviewer#carousel2 .owl-stage-outer {
	margin-top: 50px;
	margin-bottom: 30px;
}

.batchviewer.graph__container h2 {
	margin-bottom: 50px;
}

.batchviewer.main__content {
	font-weight: bold;
}

.batchviewer#the-canvas {
	width: 100%;
	height: auto;
}

.batchviewer.order__ppr {
	padding: 30px 0px;
}

.batchviewer.sostav__ppr-content {
	max-width: 700px;
	background-color: #ececec;
	border: 1px solid #000;
	margin: 0px auto;
	padding: 15px;
}

.batchviewer.ppr-poryadok {
	padding: 30px 0px;
}

.batchviewer.ppr-poryadok .text-center .num {
	color: #ffb600;
	font-size: 30px;
	display: block;
	font-weight: 800;
}

.batchviewer.ppr-poryadok .img {
	text-align: right;
	width: 50%;
	float: left;
}

.batchviewer.ppr-poryadok .img img {
	max-width: 100%;
}

.batchviewer.ff-block .ff-title, .batchviewer.price-block .ff-block .ff-title {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.batchviewer.ppr-type h2 {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.batchviewer.ppr-type h3 {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.batchviewer.ppr-type ul {
	list-style: none;
	padding: 0px;
}

.batchviewer.faq_item .question {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.batchviewer.faq_item .answer {
}

@media only screen and (max-width: 768px) {
	.batchviewer.page__title .h1, .batchviewer.page__title h1 {
		font-family: Oswald;
		font-weight: bold;
		font-size: 24px;
		line-height: 24px;
		color: #1D1D1D;
		max-width: 60%;
		margin: 0 auto;
	}

	.batchviewer#the-canvas {
		width: 100%;
		height: auto;
	}

	.batchviewer.feat__container p {
		font-size: 14px;
	}

	.batchviewer.bright {
		border-right: 0px solid transparent;
		border-bottom: 1px solid #ececec;
	}

	.batchviewer.pre__main {
		padding: 0;
	}

	.batchviewer.intro__content {
		font-size: 14px;
	}

	.batchviewer.main__features p {
		font-size: 14px;
	}
}

#sp-main-body ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
	padding-left: 0px;
	display: block;
}

#sp-main-body ul li {
	display: block;
	margin-left: 40px;
}

#sp-main-body ul li.features__item:not(:last-child) {
	display: block;
	margin: 0px 0px 24px 0px!important;
}

#sp-main-body ul li:before {
	content: '';
	background: #00ab3c;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 8px;
	display: block;
	margin-left: -20px;
}

body.sub.pprk #sp-main-body ul li:before {
	content: '';
	background: #00ab3c;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 8px;
	display: block;
	margin-left: -20px;
}

#sp-main-body ul.tags li:before {
	content: none;
}

body.price #sp-main-body ul li:before {
	content: none;
}

body.price #sp-main-body ul li {
	margin-left: 0px;
}

#sp-main-body ul li:before {
	content: '';
	background: #00ab3c;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 8px;
	display: block;
	margin-left: -20px;
}

#sp-main-body ul.list-style-type-dashed li:before {
	content: '- ';
	background: none;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 0px;
	margin-top: 0px;
	display: block;
	margin-left: -15px;
}

#sp-main-body ul.list-style-type-circle li {
	margin-left: 40px!important;
}

#sp-main-body ul.list-style-type-circle li:before {
	content: '';
	background: none;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 0px;
	margin-top: 0px;
	display: block;
	margin-left: -15px;
}

#sp-main-body ul.list-style-type-disc li:before {
	content: '';
	background: none;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 0px;
	margin-top: 0px;
	display: block;
	margin-left: -15px;
}

#sp-main-body ul.list-style-type-disc li {
	margin-left: 0px!important;
	line-height: 30px;
}

#sp-main-body .examples li:before {
	content: '';
	background: none!important;
	height: 0px;
	width: 0px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 0px;
	display: block;
	margin-left: 0px;
}

#sp-main-body .examples li {
	display: block;
	margin-left: 0px!important;
}

ul.tags.mb-4 {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
	text-align: center;
	margin-top: 50px!important;
}

ul.tags.mb-4 li {
	background: #47b34e;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 0px!important;
	padding: 3px 10px;
	border: 1px solid #47b34e;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#sp-main-body ul .owl-item li {
	padding: 15px!important;
	margin: 0px!important;
}

#sp-main-body ul .owl-item li:before {
	content: '';
	background: none!important;
	height: 0px;
	width: 0px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 0px;
	display: block;
	margin-left: 0px;
}

ul.tags.mb-4 li:before {
	content: none;
}

ul.tags.mb-4 li:hover {
	background: #fff;
}

ul.tags.mb-4 li:hover a {
	color: #47b34e;
}

ul.tags.mb-4 li a {
	color: #fff;
	font-size: 14px;
}

ul.tags.mb-4 li a {
	border: none;
	background: transparent;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 12px;
}

#new__home_service .dev ul li:before {
	content: none;
	padding: 0px!important;
}

body.new-main #sp-main-body ul li {
	display: block;
	margin-left: 0px;
}

body.new-main #sp-main-body ul li.ml-40 {
	margin-left: 40px;
}

.new-main #new__home__structures .features__item:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	transform: translateX(80%);
	transform: translateY(-47%);
	width: 25px;
	height: 25px;
	background: #47b34e;
	border: 7px solid #ffffff;
	border-radius: 50%;
	margin-left: 0px;
}

ol {
	margin-left: 15px !important;
}

h2.footer-menu-item-1 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-left: 15px;
	padding: 4px 0 3px 0px;
}

body.itemid-191 h2.footer-menu-item-1, body.itemid-191 h2.footer-menu-item-2, body.itemid-191 h2.footer-menu-item-3 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-left: 15px;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
}

body.page_3 section.bloc__3 .col-xl-9 h2 {
	margin-left: 0px;
}

body.page_3 section.bloc__3 .col-xl-9 h2:before {
	content: none!important;
}

span.paragraf {
	display: block;
	margin-top: 30px;
	font-weight: bolder;
}

.pprv .bloc__4 h2 {
	margin-bottom: 65px;
}

h2.border-bottom {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 38px;
}

.pprv h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 2.5rem;
	font-family: "Roboto", sans-serif;
	border-left: none;
	padding: 15px 0 15px 15px;
	text-transform: uppercase;
}

.pprv h2.footer-menu-item-4, .pprv h2.footer-menu-item-5 {
	font-size: 35px;
	font-weight: bold;
	line-height: 2.5rem;
	font-family: "Roboto", sans-serif;
	border-left: none;
	padding: 15px 0 15px 15px;
	padding-left: 0px;
	text-transform: uppercase;
}

.pprv h2.border-bottom {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 38px;
}

.pprv .bloc__4 {
	margin-top: 91px;
}

.pprv .bloc__5 h2 {
	font-size: 35px;
	font-family: "Roboto", sans-serif;
	border-left: 7px solid #00ab3c;
	padding: 4px 0 3px 15px;
	text-transform: uppercase;
}

.pprv h2.border-left-2:before {
	content: '';
	background: #00ab3c;
	display: block;
	height: 70px;
	position: absolute;
	width: 9px;
	left: -9px;
	top: 18px;
}

.pprv #sp-main-body ul li {
	display: block;
	margin-left: 40px;
}

.pprv #sp-main-body .bloc__3 ul li {
	margin-left: 40px!important;
}

.pprv #sp-main-body .bloc__3 div.border-left-2 {
	padding-left: 40px;
	;
}

.pprv #sp-main-body .bloc__4 ul li {
	margin-left: 0px!important;
	color: rgb(115, 114, 114);
}

.pprk #sp-main-body .bloc__5 ul li {
	margin-left: 0px;
	color: rgb(115, 114, 114);
}

.pprk #sp-main-body ul li:before {
	content: none;
}

.pprk h2.footer-menu-item-1 {
	margin-left: 0px;
}

.pprk .f-text {
	margin-bottom: 100px;
}

.pprk div.border-left-2:before, .pprv div.border-left-2:before {
	content: '';
	background: #00ab3c;
	display: block;
	height: 83px;
	position: absolute;
	width: 9px;
	left: -9px;
	top: -4px;
}

.pprv #sp-main-body .bloc__7_add ul li:before {
	content: '';
	background: #00ab3c;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 8px;
	display: block;
	margin-left: -20px;
}

body.blog-index.blog-item.tk #sp-main-body ul li {
	display: block;
	margin-left: 0px;
}

body.blog-index.blog-item.tk #sp-main-body ul li:before {
	content: none;
}

.commercial__border {
	margin-top: 50px;
	border: 9px solid #48b34f;
	padding: 45px 15px!important;
	margin-left: 15px;
	margin-right: 15px;
}

body.ppr.page_3.service_page .commercial__border {
	margin-top: 50px;
	border: 9px solid #48b34f;
	padding: 45px 15px!important;
	margin-left: 15px;
	margin-right: 15px;
}

body.page_3 h2 {
	margin: 30px 0px;
}

.commercial__border.ppr48 .commercial {
	font-family: 'Conthrax Sb' !important;
	border-left: none;
	font-size: 35px;
	padding-left: 0px;
	line-height: 35px;
	margin-bottom: 30px;
	text-align: center;
}

.commercial__border .features__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

p {
	margin-bottom: 10px!important;
}

@media (max-width:767px) {
	#sp-main-body ul {
		margin-top: 15px;
		margin-bottom: 15px;
		list-style: none;
		padding-left: px;
		display: block;
	}

	#sp-main-body ul li {
		display: block;
		margin-left: 40px;
	}

	#sp-main-body ul li:before {
		content: '';
		background: #00ab3c;
		height: 10px;
		width: 10px;
		position: absolute;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		margin-top: 8px;
		display: block;
		margin-left: -20px;
	}

	.ppr48-border {
		border-left: none;
	}

	.ppr48 .commercial {
		font-family: 'Conthrax Sb' !important;
		border-left: 7px solid #00ab3c;
		font-size: 22px;
		padding-left: 15px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.ppr48-border {
		margin: 0px;
	}

	#sp-commercial-block .ppr48 {
		margin-top: 0px!important;
	}

	body.blog-item .blog-content h2 {
		padding: 0px 0px 0px 15px;
		margin: 30px 0px;
	}

	body.blog-item .blog-content p {
		font-size: 14px;
		line-height: 20px;
		color: #454553;
		margin-bottom: 15px;
	}

	body.blog-item .blog-content img {
		width: 100%!important;
		height: auto;
	}

	body.blog-item .blog-content ul li {
		font-size: 14px;
		line-height: 20px;
	}

	h1 {
		font-size: 32px!important;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		line-height: 32px!important;
		text-align: left!important;
	}

	.btn {
		font-size: 18px;
	}

	.wr-form .btn {
		font-size: 12px;
	}

	.h2 .border-bottom {
		font-size: 35px;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		position: relative;
		margin-bottom: 0px; text-align: center;
		padding-bottom: 38px;
		color: #1c1c1c;
	}

	h2 {
		padding-left: 0px!important;
		font-size: 1.35rem!important;
	}

	#sp-main-body ul li {
		display: block;
		margin-left: 0px;
	}

	.new-main h3 {
		padding: 4px 0 3px 15px!important;
	}

	.new-main h2 {
		padding: 4px 0 3px 15px!important;
	}

	#new__home_service .dev ul li:before {
		content: none;
	}

	body.main.tk .button_all-ppr button a {
		font-size: 12px;
	}

	body.blog-index h1, body.blog-item h1 {
		font-size: 40px;
		color: #282828;
		text-transform: uppercase;
		margin: 0;
		font-family: "Roboto", sans-serif;
		margin-left: -1px;
		padding-bottom: 0px;
	}

	h1, h2 {
		padding-left: 15px!important;
	}

	body.tk .view__work .view__work-wrapper {
		min-height: 250px;
		margin-bottom: 15px;
		padding: 5px;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
		background-color: #ececec;
		padding: 15px;
	}

	#sp-main-body ul li {
		display: block;
		margin-left: 18px;
	}

	.bloc__1 h1 {
		padding-left: 0px!important;
	}

	.col-xl-5.col.d-flex.align-items-start.flex-column {
		margin-bottom: 30px;
	}

	.col-xl-5.col.d-flex.align-items-start.flex-column h3 {
		font-weight: bold;
	}

	.new-main #first__scr {
		padding-top: 15px;
		padding-bottom: 100px;
		background-color: #eeeeee;
	}

	.commercial__border.ppr48 h3 span {
		font-weight: bold;
		white-space: break-spaces!important;
	}

	.commercial__border.ppr48 .commercial {
		font-family: 'Conthrax Sb' !important;
		border-left: none;
		font-size: 20px;
		padding-left: 0px;
		line-height: 25px;
		margin-bottom: 30px;
		text-align: center;
	}

	.vacancies .commercial__border {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.mt-auto {
	margin-top: auto!important;
}

body.itemid-146 #sp-main-body ul {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
	padding-left: 15px;
	display: block;
}

body.routing.sub.pprk .f-text .bloc__5 .row .text .row {
	margin-left: 45px!important;
}

body.routing.sub.pprk .f-text {
	margin-bottom: 0px;
}

#sp-main-body ol li, #sp-main-body ul li {
	margin-bottom: 0px!important;
}

#sp-main-body ul li p:nth-child(1), #sp-main-body ol li p:nth-child(1) {
	margin-bottom: 0px!important;
}

#sp-main-body ul li p:nth-child(1) span.br, #sp-main-body ol li p:nth-child(1) span.br {
	margin-bottom: 0px!important;
}

#sp-main-body ol li p:not(:first-of-type), #sp-main-body ul li p:not(:first-of-type) {
	margin-bottom: 0px;
}

#sp-main-body ul li p:last-child, #sp-main-body ol li p:last-child {
	margin-bottom: 10px!important;
}

#sp-main-body ul li p:only-child, #sp-main-body ol li p:only-child {
	margin-bottom: 0px!important;
}

body.pprk .block_include ul li {
	margin-bottom: 15px!important;
	line-height: 30px!important;
}

body.pprk ul.pprk_list li:before {
	content: ''!important;
	background: #00ab3c;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 8px!important;
	display: block;
	margin-left: 0px!important;
}

body.pprk .bloc__5 .text .row ul li {
	margin-left: 20px!important;
}

#sp-main-body body.pprk #sp-main-body ul li:before {
	content: ''!important;
	background: #00ab3c;
	height: 10px;
	width: 10px;
	position: absolute;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 8px!important;
	display: block;
	margin-left: -20px!important;
}

.pagination {
	display: flex!important;
	padding-left: 0;
	list-style: none;
}

#carousel3 {
	margin-top: 30px!important;
}

body.itemid-162 .commercial__border {
	margin-top: 75px;
}

.new-main .bloc__1 .bloc_content h1 strong {
	font-family: 'Conthrax Sb';
	font-size: 78px;
	line-height: 0.5;
	margin-bottom: 30px;
}

.text-center-success {
	text-align: center!important;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-weight: bold;
}

.col-xl-5.col.d-flex.align-items-start.flex-column p {
	margin-bottom: 0px!important;
}

body.remove-breadcumbs #sp-breadcrumbs {
	display: none!important;
}

body.remove-breadcumbs.new-main .bloc__1 {
	background-image: url(../bg/routing_b.jpg)!important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 90vh;
	display: flex;
	flex-direction: row;
	align-items: center;
}

body.remove-breadcumbs.new-main .bloc__7 h2, body.remove-breadcumbs.new-main .bloc__6 h2 {
	margin-left: 15px;
}

body.service_page h2 {
	margin: 0px;
}

.itemid-544 #sp-main-body ul li {
	margin-left: 0px;
}

.itemid-544 .features__item {
	padding: 0px 0px 0px 0px;
}

.itemid-544 .bloc__5 ul {
	margin-left: 30px;
}

.itemid-544 #sp-main-body ul li:before {
	margin-top: 9px;
}

.tkprr #sp-main-body ul li.features__item:not(:last-child) {
	display: block;
	margin: 0px 0px 0px 0px !important;
}

.tkprr #sp-main-body ul {
	margin-left: 30px;
}

.tkprr .owl-rtl .owl-nav {
	padding-bottom: 0px;
}


.tkprr .features__item:not(:last-child) {
	margin: 0px 0px 24px 0px;
}

.tkprr .features__item:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: #47b34e;
	border: 7px solid #ededed;
	border-radius: 50%;
}

.tkprr .features__item {
	position: relative;
	padding: 0px 0px 0px 40px;
	font-weight: 500;
	line-height: 100%;
}

.pos {
}
.pprk .bloc__3 .text {
	padding: 0!important;
	text-align: left;
	font-size: 17px;
	border: none;
	margin-bottom: 42px;
}
.hidden {
		    display: none;
		}

		.cookie-container {
		  position: fixed;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  background-color: hsl(0deg 0% 0% / 90%);
		  color: #ffffff;
		  padding: 15px;
		  text-align: center;
		  font-size: 14px;
		  z-index: 1000;
		}

		.cookie-container a {
		    color: #c09853;
		    text-decoration: underline;
		}

		.cookie-container button {
		    margin-top: 10px;
		    cursor: pointer;
		    background-color: #009933;
		    color: white;
		    padding: 8px 16px;
		    transition: all .3s ease-in-out;
		}

		.cookie-container button:hover {
		    background-color: #218838;
		}
		.owl-carousel .owl-stage-outer {
	max-height: 465px!important;
}
.bloc__4 .mar1 {display: flex;
    flex-direction: column;
    gap: 20px;}

 /* .page_3 .bloc__5 .text img, .page_3 .bloc__3 .text img {position:static!important; width:100%!important; padding: 30px 0px;} */
 .viewer__tk p {
          font-size: 18px;
          line-height: 1.7;
        }
        .viewer__tk ul {
          font-size: 18px;
          line-height: 1.7;
          padding: 0px;
          list-style: none;
        }
		.bloc__3 ul .features__item {
          font-size: 18px;
          line-height: 1.7;
		}
#carousel9 .owl-stage-outer {max-height: none!important;}
  .map_inner .ymaps-2-1-56-controls__control,
  .map_inner .ymaps-2-1-56-controls__toolbar_right {
    display: none;
  }

 #sp-main-body .map_inner .ymaps-2-1-56-events-pane {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.4);

    border-radius: 50%;
  }
  #sp-main-body .map {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
  }
  #sp-main-body .map:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
   #sp-main-body .map_inner {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

.owl-nav {
    text-align: center;
    margin-top: 30px;
}
.file__hide object, .portvew object {width: 100%; height: 100%;}
 #sp-main-body .portvew object {width: 100%; height: 800px !important; }
#sp-main-body .view1 h1 {font-size: 35px !important;
    font-weight: 600 !important;}
	#sp-header .callback_div {padding: 0;}
