@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto-Black.ttf') format('truetype');
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
html,
body {
    height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
b,
strong {
    font-weight: bold;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
ol,
ul {
    list-style: none;
}
li {
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
sub,
sup,
small {
    font-size: 75%;
}
sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg {
    overflow: hidden;
}
.clr,
.clear {
    display: block;
    clear: both;
    overflow: hidden;
    line-height: 0 !important;
    height: 0 !important;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
body {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}
h2 {
    font-size: 23px;
    color: #000;
}
h3 {
    font-size: 21px;
    color: #000;
}
h4 {
    font-size: 19px;
    color: #000;
}
h5 {
    font-size: 17px;
    color: #000;
}
h6 {
    font-size: 15px;
    color: #000;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
li {
    margin-left: 30px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    margin-bottom: 20px;
}
a {
    color: #434242;
    outline: none;
    border-bottom: 1px solid #000;
    text-decoration: none;
}
input,
button {
    outline: none !important;
}
.hr-shadow {
    position: relative;
    overflow: hidden;
    height: 25px;
}
.hr-shadow:after {
    position: absolute;
    content: '';
    z-index: 12;
    height: 20px;
    top: -20px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    -webkit-border-radius: 200px / 10px;
    -moz-border-radius: 200px / 10px;
    border-radius: 200px / 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.28);
}
.planblogo {
    float: right;
    margin-bottom: 0;
    transition: 0.5s;
    margin-top: 30px !important;
}
.planblogo:hover {
    margin-top: 25px;
}
.planblogo img {
    transition: 0.5s;
    display: inline;
}
::selection {
    background: #2a3fb2;
    color: #fff;
}
body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    background: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: #2a3fb2;
}
.flex {
    display: Flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-space {
    justify-content: space-between !important;
}
.flex .block33 {
    flex-basis: 31%;
    margin: 1%;
    box-sizing: border-box;
}
.flex .block50 {
    flex-basis: 48%;
    margin: 1%;
    box-sizing: border-box;
}
.flex .block25 {
    flex-basis: 23%;
    margin: 1%;
    box-sizing: border-box;
}
.flex .block20 {
    flex-basis: 18%;
    margin: 1%;
    box-sizing: border-box;
}
.flex .block16 {
    flex-basis: 14%;
    margin: 1%;
    box-sizing: border-box;
}
.flex .block30 {
    flex-basis: 38%;
    margin: 1%;
    box-sizing: border-box;
}
.flex .block70 {
    flex-basis: 58%;
    margin: 1%;
    box-sizing: border-box;
}
h2.h2zag {
    color: #433754;
    font-size: 35px;
}
.tac {
    text-align: center;
}
.gp {
    padding: 50px 0;
}
body {
    background: #f9f9f9;
}
.dj-offcanvas-pusher-in {
    overflow-x: hidden;
}
.main {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}
.center {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
::selection {
    background: #2a3fb2;
    color: #fff;
}
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
body::-webkit-scrollbar-track {
    background: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: #2a3fb2;
}
.fon_modal {
    z-index: 10001;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    display: none;
}
.modalwrapper {
    -webkit-overflow-scrolling: touch;
    perspective: 1000px;
    overflow-y: scroll;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
}
.modal {
    left: 50%;
    transform: translate(-50%, 0%) rotateX(50deg) scale(0.6);
    bottom: auto;
    opacity: 0;
    z-index: 10002;
    box-sizing: border-box;
    transition: 1s;
    display: none;
    position: absolute;
}
.modal.poehali {
    transform: translate(-50%, -50%);
    opacity: 1;
    margin-top: 0;
}
.modal .close_modal {
    position: absolute;
    z-index: 999999;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}
.modal {
    width: 450px;
    top: 50%;
}
.modal.poehali {
    transform: translate(-50%, -50%);
    opacity: 1;
    margin-top: 0;
}
.modalwrapper {
    background: rgba(255, 255, 255, 0.5);
}
.modal {
    background: #fff;
    color: #333;
    box-shadow: 5px 5px 15px #969696;
    padding: 40px;
}
.modal .close_modal {
    color: #333;
    background: transparent;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 40px;
    border-radius: 5px;
    right: 35px;
    top: 35px;
}
.modal .close_modal:hover {
    transform: rotate(90deg);
}
.modal h3 {
    color: #333;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    padding-right: 40px;
}
.modal .comment {
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}
#modal_1 input[type='text'] {
    border: 2px solid #2a3fb2;
    border-radius: 30px;
    padding: 20px 15px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    transition: 0.5s;
}
#modal_1 input[type='submit'] {
    font-size: 16px;
    width: 100%;
    background-image: linear-gradient(
        45deg,
        #6ab1d7 0,
        #33d9de 50%,
        #002878 100%
    );
    margin-top: 6px;
    padding: 10px 35px;
    border: none;
    line-height: 40px;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
    color: #fff;
    cursor: pointer;
    background-position: 100% 0;
    background-size: 200% 200%;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
#modal_1 input[type='submit']:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}
#modal_1 input[type='text']:focus {
    border-color: #fff;
}
#modal_1 input[type='text']:focus {
    border-color: #fff;
}
#modal_1 input[type='text'].rsform-error {
    border-color: rgb(255, 8, 8);
}
#modal_1 input::-webkit-input-placeholder {
    color: #000;
}
#modal_1 input::-moz-placeholder {
    color: #000;
}
#modal_1 input:-moz-placeholder {
    color: #000;
}
#modal_1 input:-ms-input-placeholder {
    color: #000;
}
#modal_1 textarea::-webkit-input-placeholder {
    color: #000;
}
#modal_1 textarea::-moz-placeholder {
    color: #000;
}
#modal_1 textarea:-moz-placeholder {
    color: #000;
}
#modal_1 textarea:-ms-input-placeholder {
    color: #000;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
    background: #434242;
    color: #000;
    border-radius: 5px;
}
.rsfp_thankyou_popup_inner h3 {
    font-size: 30px;
    color: #000;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 0 5px;
    text-align: center;
    line-height: 30px;
    color: #0c0c0c;
    cursor: pointer;
}
#mainmenu {
    background: #434242;
    height: 60px;
    top: -60px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    transition: 0.8s;
}
#mainmenu .dj-megamenu-wrapper {
    position: relative;
}
.dj-megamenu-wrapper #menuline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #2a3fb2;
    transition: 0.5s;
}
#mainmenu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#mainmenu a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
    display: block;
    cursor: pointer;
}
#mainmenu ul.dj-megamenu {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
}
#mainmenu ul.dj-megamenu > li {
    float: none;
    box-sizing: border-box;
    padding: 0;
}
#mainmenu ul.dj-megamenu > li > a:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    content: '';
    position: absolute;
}
#mainmenu ul.dj-megamenu > li:last-child > a:after {
    display: none;
}
#mainmenu ul.dj-megamenu > li > a {
    padding: 0 11px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-align: center;
    white-space: nowrap;
}
#mainmenu ul.dj-megamenu li > a span {
    position: relative;
}
#mainmenu ul.dj-megamenu li.active > a span:after,
#mainmenu ul.dj-megamenu li > a:hover span:after {
    width: 100%;
}
#mainmenu ul.dj-megamenu li.active > a,
#mainmenu ul.dj-megamenu li > a:hover {
    color: #fff;
}
#mainmenu ul.dj-megamenu li.separator > a,
#mainmenu ul.dj-megamenu li.current > a {
    cursor: pointer;
}
#mainmenu ul.dj-megamenu > li > a {
    position: relative;
}
#mainmenu .dj-subwrap ul.dj-submenu {
    margin: 0;
    padding: 0;
}
#mainmenu .dj-subwrap {
    position: absolute;
    top: 60px;
    z-index: 150;
}

#mainmenu .dj-subwrap-in {
    background: rgba(61, 66, 73, 0.95);
    padding: 10px 20px;
    position: relative;
    border: 2px solid #434242;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    box-shadow: 10px 10px 30px #000;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

#mainmenu .dj-subwrap-in::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
#mainmenu .dj-subwrap-in::-webkit-scrollbar-track {
    background: transparent;
}
#mainmenu .dj-subwrap-in::-webkit-scrollbar-thumb {
    background-color: #027ffc;
    border-radius: 10px;
}

#mainmenu .dj-subwrap li {
    min-height: 25px;
    width: 100%;
    display: table;
    box-sizing: border-box;
}
#mainmenu .dj-subwrap-in a {
    padding: 5px 10px;
    height: 30px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    transition: 0.3s;
    box-sizing: border-box;
}
#mainmenu ul.dj-megamenu li .dj-subwrap-in li a:hover {
    text-decoration: underline;
}
#mainmenu ul.dj-megamenu li .dj-subwrap-in li.active a {
    color: #fff;
}
#mainmenu .dj-subcol {
    box-sizing: border-box;
}
#mainmenu .dj-subwrap-in ul li:first-child a {
    border-top: 0;
}
#mainmenu .dj-subwrap-in a.active {
    text-decoration: underline;
}
#mainmenu .dj-subwrap li.parent a {
    position: relative;
}
#mainmenu .dj-subwrap li.parent > a:after {
    width: 7px;
    height: 7px;
    border-right: 1px solid #969696;
    border-top: 1px solid #969696;
    right: 10px;
    top: 50%;
    display: block;
    content: '';
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}
.dj-subwrap-in .dj-subcol {
    float: left;
    box-sizing: border-box;
}
#mainmenu .dj-subwrap .dj-subwrap {
    top: 0;
    left: 100%;
}
div.header-phone p i.fas {
    display: none;
}
.menu-slogan {
    margin-top: 30px;
    color: #20848c;
    font-size: 0.7em;
    text-align: right;
    font-style: italic;
}
.menu-fixed #mainmenu {
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 5;
}
.menu-fixed #header {
    margin-bottom: 50px;
}
.menu-fixed #mainmenu ul.dj-megamenu {
    margin-left: -95px !important;
}
#mainmenu .tels {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.5s;
}
#mainmenu .tels a {
    color: #fff;
    font-size: 17x;
    line-height: 5px;
    border-bottom: 0;
}
#mainmenu.menu-fixed .tels {
    display: inline-block;
}
#header,
#header .main {
    height: 120px;
}
#header .main {
    position: relative;
    z-index: 2;
}
#header .logo {
    top: 16px;
    left: 10px;
    width: 260px;
    position: absolute;
}
#header .logo a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 19px;
    display: block;
    overflow: hidden;
    border-bottom: 0;
}
.worktime {
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.loc {
    margin: 0;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.mailheader {
    left: 705px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.worktime p {
    font-size: 19px;
    color: #272727;
    font-weight: 500;
    display: inline-block;
    background: url(/stories/icons/time.svg) no-repeat 0px 50%/25px;
    padding: 0px 0px 0px 40px;
    text-align: left;
}
.loc p {
    margin: 0;
    font-size: 19px;
    color: #272727;
    font-weight: 500;
    display: inline-block;
    background: url(/stories/icons/pin2.svg) no-repeat 0px 50%/33px;
    padding: 0px 0px 0px 40px;
    text-align: left;
}
.mailheader p {
    display: inline-block;
    background: url(/stories/icons/mail.svg) no-repeat 0px 50%/25px;
    padding: 0px 0px 0px 40px;
    text-align: left;
}
.mailheader a {
    font-size: 19px;
    color: #272727;
    font-weight: 500;
    border-bottom: none;
}
.worktime p span {
    vertical-align: top;
    display: block;
    font-weight: 300;
    line-height: 24px;
    font-size: 15px;
}
.mailheader p span {
    vertical-align: top;
    display: block;
    font-weight: 300;
    line-height: 25px;
    font-size: 15px;
}
.mailheader p,
.worktime p {
    margin: 0;
}
.text .table {
    max-width: 100%;
    overflow-x: auto;
    box-shadow: 0 0 10px #ccc;
    border-radius: 4px;
}
.text .table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #000;
}
.text .table::-webkit-scrollbar-track {
    background: transparent;
}
.text .table::-webkit-scrollbar-thumb {
    background-color: #2a3fb2;
    border-radius: 10px;
}
.text .table table {
    width: 100%;
    text-align: center;
}
.table {
    margin-bottom: 30px;
}
.table tr.red {
    background: #2a3fb2;
    text-align: center;
    font-weight: 600;
}
.table tr.red td {
    color: #fff;
    padding: 8px 0;
    text-align: center;
    font-weight: 600;
}
.table td {
    padding: 5px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    height: auto !important;
    border-bottom: 1px solid #dadada;
}
.table tr.red td:nth-child(3),
.table tr.red td:nth-child(4) {
    padding-left: 5px;
}
.table td:nth-child(1) {
    border-right: 1px solid #cecece;
}
.table td:nth-child(2) {
    text-align: left;
}
.table tr.align td:nth-child(2) {
    text-align: center;
}
.table tr.align td:nth-child(1) {
    text-align: left;
    border-right: none;
}
.table tr:last-child td {
    border-bottom: 0;
}
.table table {
    margin-bottom: 0;
}
.about-company-numbers-wrapper {padding: 0 0 60px;}
.about-company-numbers-wrapper h2 {font-size: 36px;padding: 20px 0;}
.about-company-number > span.company-number {    font-size: 35px;font-weight: 900;color: #2a40b2;}
.about-company-number > div {display: block;margin-top: 10px;}
.about-company-number {padding: 20px;background: white;border-radius: 10px;}

#brands {
    margin: 35px 0;
    text-align: center;
}
#brands h2 {
    font-size: 36px;
    padding: 20px 0;
}
#brands ul {
    list-style: none;
    margin: 15px auto;
    max-width: 900px;
}
#brands ul li {
    display: inline-block;
    vertical-align: top;
    width: 83px;
    margin: 0 10px 17px 10px;
    text-align: center;
    opacity: 0.8;
    transition: 0.3s;
}
#brands ul li:before {
    content: none;
}
#brands ul li:hover {
    opacity: 1;
    transform: scale(1.1);
}
#brands ul img {
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}
.otzyvy h2 {
    font-size: 36px;
    text-align: center;
    padding: 20px 0;
}
.team .text {
    background: #ebebeb;
    padding: 90px 15px;
}
.team .text p,
.text2 p {
    font-size: 24px;
    font-weight: 700;
}
.text2 .image {
    text-align: center;
}
.text2 .image img {
    width: 200px;
    box-shadow: none;
}
.text2 {
    background: #ebebeb;
    margin: 2% 1%;
    padding: 25px 40px 40px;
}
.price_button {
    position: fixed;
    top: 50%;
    right: -50px;
    background-image: linear-gradient(
        45deg,
        #6d82e2 0,
        #2a3fb2 50%,
        #027ffc 100%
    );
    width: auto;
    transform: rotate(-90deg);
    border-radius: 2px;
    z-index: 99;
}
.price_button a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 17px;
    box-shadow: none;
    border-bottom: none;
}
.price_button:hover {
    background-image: linear-gradient(
        90deg,
        #6d82e2 0,
        #2a3fb2 50%,
        #027ffc 100%
    );
}
#header .topcontacts {
    top: 7px;
    right: 30px;
    text-align: right;
    position: absolute;
}
#header a.toptel {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0;
    display: block;
    text-decoration: none;
}
#header small {display: block;}
#header .topcontacts .topmail {
    margin: 0;
    font-size: 17px;
}
#header .topcontacts .topmail a {
    color: #626e76;
    text-decoration: none;
}
.callback {
    font-size: 0.8em;
    background-image: linear-gradient(
        45deg,
        #6d82e2 0,
        #2a3fb2 50%,
        #027ffc 100%
    );
    margin-top: 6px;
    padding: 0 35px;
    line-height: 40px;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
    color: #fff;
    cursor: pointer;
    background-position: 100% 0;
    background-size: 200% 200%;
    border-radius: 3px;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
.callback:hover,
#rsform_6_page_0 button[type='submit']:hover,
.box-title .callback:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}
.box-title .callback {
    margin-top: 20px;
    font-size: 17px;
    background-image: linear-gradient(
        45deg,
        #6d82e2 0,
        #2a3fb2 50%,
        #027ffc 100%
    );
    padding: 5px 45px;
    line-height: 40px;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
    color: #fff;
    cursor: pointer;
    background-position: 100% 0;
    background-size: 200% 200%;
    border-radius: 3px;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
#homepage #header.scrolled a {
    color: #000;
}
.fon_modal {
    z-index: 10001;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    display: none;
}
.modalwrapper {
    -webkit-overflow-scrolling: touch;
    perspective: 1000px;
    overflow-y: scroll;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
}
.modal {
    left: 50%;
    transform: translate(-50%, 0%) rotateX(50deg) scale(0.6);
    bottom: auto;
    opacity: 0;
    z-index: 10002;
    box-sizing: border-box;
    transition: 1s;
    display: none;
    position: absolute;
}
.modal.poehali {
    transform: translate(-50%, -50%);
    opacity: 1;
    margin-top: 0;
}
.modal .close_modal {
    position: absolute;
    z-index: 999999;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}
.modal {
    width: 450px;
    top: 50%;
}
.modal.poehali {
    transform: translate(-50%, -50%);
    opacity: 1;
    margin-top: 0;
}
.modalwrapper {
    background: rgba(255, 255, 255, 0.5);
}
.modal {
    background: #fff;
    color: #333;
    box-shadow: 5px 5px 15px #969696;
    padding: 40px;
}
.modal .close_modal {
    color: #333;
    background: transparent;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 40px;
    border-radius: 5px;
    right: 35px;
    top: 35px;
}
.modal .close_modal:hover {
    transform: rotate(90deg);
}
.modal h3 {
    color: #333;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    padding-right: 40px;
}
.modal .comment {
    color: #333;
    margin-bottom: 40px;
    text-align: center;
}
#modal_1 input[type='text'] {
    border: 1px solid #2a3fb2;
    border-radius: 3px;
    padding: 20px 15px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    transition: 0.5s;
}
#modal_1 input[type='submit'] {
    font-size: 16px;
    width: 100%;
    background-image: linear-gradient(
        45deg,
        #6d82e2 0,
        #2a3fb2 50%,
        #027ffc 100%
    );
    margin-top: 6px;
  margin-bottom: 8px;
    padding: 10px 35px;
    border: none;
    line-height: 40px;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
    color: #fff;
    cursor: pointer;
    background-position: 100% 0;
    background-size: 200% 200%;
    border-radius: 3px;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}
#modal_1 input[type='submit']:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}
#modal_1 input[type='text']:focus {
    border-color: #fff;
}
#modal_1 input[type='text']:focus {
    border-color: #fff;
}
#modal_1 input[type='text'].rsform-error {
    border-color: rgb(255, 8, 8);
}
#modal_1 input::-webkit-input-placeholder {
    color: #000;
}
#modal_1 input::-moz-placeholder {
    color: #000;
}
#modal_1 input:-moz-placeholder {
    color: #000;
}
#modal_1 input:-ms-input-placeholder {
    color: #000;
}
#modal_1 textarea::-webkit-input-placeholder {
    color: #000;
}
#modal_1 textarea::-moz-placeholder {
    color: #000;
}
#modal_1 textarea:-moz-placeholder {
    color: #000;
}
#modal_1 textarea:-ms-input-placeholder {
    color: #000;
}
.rsfp_thankyou_popup_outer .rsfp_thankyou_popup_inner {
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.rsfp_thankyou_popup_inner h3 {
    font-size: 30px;
    color: #000;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 0 5px;
    text-align: center;
    line-height: 30px;
    color: #0c0c0c;
    cursor: pointer;
}
.modalwrapper_2 .modal {
    background: #fff;
    color: #000;
    box-shadow: 5px 5px 15px #3e3e3e;
    border-radius: 10px;
    padding: 40px;
    max-width: 100%;
}
.modalwrapper_2 .modal h3 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    padding-right: 40px;
}
.modalwrapper_2 .modal .close_modal {
    color: #000;
    background: transparent;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 40px;
    border-radius: 5px;
    right: 35px;
    top: 35px;
}
#modal_2 input[type='text'] {
    border: 2px solid #f1f2f6;
    font-family: inherit;
    border-radius: 5px;
    font-size: 18px;
    line-height: 40px;
    padding: 20px 0;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    box-shadow: none;
    transition: 0.5s;
}
#modal_2 input[type='text']:focus {
    border-color: #434242;
}
#modal_2 textarea {
    border: 2px solid #f1f2f6;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 15px;
    width: 100%;
    outline: none;
    font-size: 18px;
    transition: 0.5s;
    box-sizing: border-box;
    font-family: inherit;
    text-align: center;
    white-space: inherit;
    resize: vertical;
}
#modal_2 input[type='submit'] {
    background: #e84118;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    line-height: 50px;
    font-family: inherit;
    font-weight: 700;
    color: white;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    height: auto;
    -webkit-appearance: none;
}
#modal_2 input[type='submit']:hover {
    background: #434242;
    color: #000;
}
#homepage #banner h1 {
    color: #71ccd5;
    text-shadow: 2px 2px 0 #27585d;
    font-size: 2.7em;
    text-transform: none;
}
#homepage #banner h1 span {
    color: #71ccd5;
    text-shadow: 2px 2px 0 #27585d;
    white-space: nowrap;
}
#homepage #banner h2 {
    color: #fff;
    text-shadow: 2px 2px 0 #2b2b2b;
}
#homepage #banner .banner-zags {
    width: 750px;
    top: 190px;
    position: absolute;
}
#homepage #banner .banner-bens {
    top: 430px;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    position: absolute;
}
#homepage #banner .banner-bens div {
    margin-bottom: 10px;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}
#homepage #banner .banner-bens div span {
    font-family: MuseoSansCyrl-900;
    color: #434242;
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1200px;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 1%;
    min-width: 320px;
    max-width: 550px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure div {
    display: block;
    transform: translateY(30px);
}
figure.uslug {
    background: #2f3238;
}
figure.widthmax {
    width: 100% !important;
    height: auto !important;
    float: none;
    max-width: 97%;
    min-width: auto;
    max-height: none;
}
figure.widthmax img {
    width: 100%;
}
figure.uslug img {
    max-width: none;
    height: 400px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.uslug figcaption {
    text-align: left;
}
figure.uslug h2 {
    position: relative;
    padding: 15px 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
figure.uslug p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-1200px, 0, 0);
    transform: translate3d(-1200px, 0, 0);
    display: inline-block;
}
figure.uslug p a {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.8em 0.4em;
    border-bottom: none;
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}
figure.uslug p a:hover {
    color: #fff;
    background-image: linear-gradient(
        45deg,
        #6d82e2 0,
        #2a3fb2 50%,
        #027ffc 100%
    );
    text-decoration: none;
}
figure.uslug p {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
figure.uslug:hover p {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
figure.uslug:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
figure.uslug:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.certificate {
    padding: 45px;
    background: #007ffc;
    margin: 50px 0;
    color: #fff;
    outline: 4px solid #fff;
    outline-offset: -20px;
}
.certificate h2 {
    color: #fff;
    margin-top: 25px;
    font-size: 32px;
    line-height: 40px;
}
.certificate .mainlogo {
    max-width: 320px;
}
.jbzoo .subcategory,
.jbzoo .items .jbzoo-item,
.jbzoo .item-full .jbzoo-item,
.jbzoo .commentslist .comment,
.jbzoo .frontpage,
.jbzoo .category {
    margin: 0 !important;
    padding: 0 !important;
}
.jbzoo a:hover > img {
    opacity: 1 !important;
}
.pagination {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 0;
    text-align: center;
}
.pagination span,
.pagination a {
    display: inline-block !important;
    float: none !important;
    box-sizing: border-box;
    width: 45px;
    height: 35px;
    margin: 15px 5px 0 5px;
    padding: 0 !important;
    font-size: 14px;
    text-align: center;
    line-height: 35px !important;
    text-decoration: none;
    border: none !important;
    border-radius: 10px !important;
    background: #ccc;
}
.pagination span,
.pagination a:hover {
    background: #434242 !important;
}
.blog-teaser h2.title {
    font-weight: 400;
}
.blog-teaser .lb {
    box-sizing: border-box;
}
.blog-teaser .block30 {
    flex-basis: calc(30% - 1%);
    margin: 0.5%;
}
.blog-teaser .block70 {
    flex-basis: calc(70% - 1%);
    margin: 0.5%;
}
.blog-teaser .rb {
    padding-left: 20px;
    box-sizing: border-box;
}
.blog-teaser a {
    text-decoration: none;
    color: #000;
}
.blog-teaser:hover a {
    color: #434242;
}
.blog-teaser {
    padding: 20px 0 40px;
    border-bottom: 1px solid #eee;
}
.blog-full .image {
    float: left;
    margin: 0 20px 20px 0;
}
.blog-full h1.title {
    margin-top: 15px;
}
.page .page-banner {
    position: relative;
    margin-bottom: 30px;
}
.page .page-banner h1 {
    position: absolute;
    margin: 0 !important;
    right: 20px;
    bottom: 30px;
    color: #fff;
    width: 560px;
    text-align: right;
    padding: 10px;
}
.page .imgl {
    float: left;
    width: 320px;
    margin-right: 20px;
}
.page .imgr {
    float: right;
    width: 320px;
    margin-left: 20px;
}
.p-full .banner {
    position: relative;
    top: 0;
    transform: translateX(calc(-100vw / 2 + 580px));
    z-index: 1;
    height: 650px;
    width: 100vw;
    background-size: cover;
    background-position: 50% 50%;
}
.p-full .banner:after {
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    top: 0;
}
.p-full .box-title {
    top: 50px;
    width: 100%;
    text-align: left;
    position: absolute;
    box-sizing: border-box;
    z-index: 3;
    padding: 20px;
}
.p-full .banner h1.title {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    display: inline-block;
}
.p-full .banner h1.title span {
    position: relative;
}
.p-full .banner h1.title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #6ab1d7 0, #33d9de 50%, #002878 100%);
    position: absolute;
    bottom: 5px;
    left: 0;
}
.p-full .banner h2.subtitle,
.p-full .banner h2.subtitle a {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    max-width: 1000px;
    margin-bottom: 0;
}
.p-full .banner h2.subtitle a {
    border-bottom: none;
}
.p-full .banner h2.subtitle a:hover {
    text-decoration: underline;
}
.p-full .banner .keys {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.p-full .banner .keys ul {
    clear: both;
}
.p-full .banner .keys ul li {
    margin-left: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.3);
    float: left;
    clear: both;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.p-full .banner .keys ul li:before {
    font-family: FontAwesome;
    content: '\f085';
    display: inline-block;
    color: #2a3fb2;
    margin-right: 5px;
}
.p-full .page {
    margin: 30px 0 0;
}
#homepage .banner .main {
    position: relative;
}
#homepage .banner #video {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 4px solid #fff;
}
#kroshki {
    padding: 5px 0 0;
}
ul.breadcrumb {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul.breadcrumb > li:first-child {
    display: none !important;
}
.breadcrumb li {
    float: left;
    list-style-type: none;
    margin-left: 0;
    margin-right: 3px;
    font-size: 0.9em;
}
.breadcrumb li a {
    color: #676767;
}
.breadcrumb li a:hover {
    color: #434242;
}
#kroshki2 {
    position: absolute;
    z-index: 9;
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 10px;
}
#kroshki2 ul.breadcrumb {
    text-align: center;
}
#kroshki2 .breadcrumb li {
    font-size: 16px;
    margin-right: 3px;
    display: inline-block;
    list-style: none !important;
    list-style-type: none !important;
    margin-left: 0;
    color: #c7c7c7;
    float: none;
}
#kroshki2 .breadcrumb li:before {
    display: none;
}
#kroshki2 .breadcrumb li a {
    color: #c7c7c7;
    border-bottom: none;
}
#kroshki2 .breadcrumb li a:hover {
    text-decoration: underline;
}
.page li,
.blog-full .text li,
.description li,
.description .atten li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.page li:before,
.blog-full .text li:before,
.description li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f00c';
    display: inline-block;
    color: #434242;
    left: 0px;
}
.page li a {
    text-decoration: underline;
}
.description .atten li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f00c';
    display: inline-block;
    color: #000;
    left: 0px;
}
.rsmg_gallery li {
    padding-left: 0;
}
.rsmg_gallery li:before {
    display: none;
}
.content .alias-portfolio {
    margin-top: 50px !important;
}
.jbzoo-app-nashi-obekty .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 50px;
}
.jbzoo-app-nashi-obekty .items > .clr {
    display: none;
}
.jbzoo-app-nashi-obekty .items .column,
.planb-carousel-2 .item {
    background: #f7f7f7;
    padding: 20px;
    flex-basis: 32%;
    margin: 0.5%;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #7c9caf;
    transition: 0.1s;
}
.planb-carousel-2 .item {
    margin: 10px;
}
.jbzoo-app-nashi-obekty .items .column:hover,
.planb-carousel-2 .item:hover {
    box-shadow: 0 0 10px #ccc;
}
.portf-teaser .image {
    margin: -20px -20px 10px;
}
.portf-teaser h2.title {
    text-align: center;
}
.portf-teaser .title a {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    border-bottom: 0;
    text-decoration: underline;
}
.portf-full h1.title {
    margin-top: 50px;
}
.portf-full table.hars,
.portf-teaser table {
    width: 100%;
    margin-bottom: 0;
}
.portf-full table.hars td,
.portf-teaser table td {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    width: 50%;
    vertical-align: middle;
}
.portf-full table.hars tr:first-child td,
.portf-teaser table tr:first-child td {
    border-top: 0;
}
.portf-full table.hars tr td:nth-child(2),
.portf-teaser table tr td:nth-child(2) {
    text-align: right;
}
.portf-full .text {
    padding-bottom: 50px;
}
.full-hars-wrapper {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.ug-item-wrapper img {
    max-width: none;
    max-height: none;
}
#vizov-form {
    padding: 150px 0;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
#vizov-form:after {
    display: block;
    content: '';
    background: url('/stories/forma_bg.jpg') 50% 50% / cover no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    transform: translateX(-50vw);
}
#vizov-form .title-form {
    margin-bottom: 15px;
    text-align: left;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}
#vizov-form .text-form {
    margin-bottom: 43px;
    margin-top: 15px;
    max-width: 470px;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}
#vizov-form .text-form span a {
    color: #ff3910;
    font-size: 22px;
    font-weight: 700;
}
#rsform_6_page_0 .rsform-block-z-tel,
#rsform_6_page_0 .rsform-block-z-name,
#rsform_6_page_0 .rsform-block-z-send {
    display: inline-block;
    border-radius: none;
}
#rsform_6_page_0 input[type='text'] {
    font-size: 14px;
    line-height: 50px;
    padding: 0 65px;
    height: auto;
    border: none;
    border-radius: 3px;
    margin-bottom: 20px;
    outline: 0;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
    transition: 0.5s;
    display: block;
}
#rsform_6_page_0 input[type='text']:focus {
    border-color: #079992;
}
#rsform_6_page_0 button[type='submit'] {
    font-size: 16px;
    background-image: linear-gradient(
        45deg,
        #6d82e2 0,
        #2a3fb2 50%,
        #027ffc 100%
    );
    padding: 0 65px;
    line-height: 50px;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, 0.35);
    color: #fff;
    cursor: pointer;
    background-position: 100% 0;
    background-size: 200% 200%;
    border-radius: 3px;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
    border: none;
    display: inline-block;
    text-transform: uppercase;
}
.text .banner_text {
    position: relative;
    margin-bottom: 30px;
    padding: 80px 0 70px;
    background: url(/stories/remont_kpp_bg.jpg) 50% 50% / cover no-repeat;
}
.text .banner_text p {
    margin-bottom: 10px;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    display: inline-block;
}
.text .banner_text p.text {
    font-size: 24px;
    font-weight: 600;
}
.text .banner_text p.text span {
    color: #2a3fb2;
}
.zayavka_sidebar_wrap {
    float: right;
    width: 400px;
    background: #fff;
    padding: 30px;
    margin: 0 0 25px 40px;
    text-align: center;
    box-shadow: 10px 10px 20px #dadada;
    box-sizing: border-box;
}
.zayavka_sidebar_wrap h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a3fb2;
}
.zayavka_sidebar_wrap h3 {
    margin-bottom: 40px;
}
.zayavka_sidebar_wrap .preim {
    margin: 30px 0;
    text-align: left;
}
.zayavka_sidebar_wrap .preim img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.zayavka_sidebar_wrap .preim p {
    display: inline-block;
    width: 78%;
    font-size: 18px;
    margin-bottom: 0;
}
.zayavka_sidebar_wrap .contacts_zayavka {
    text-align: center;
    margin-bottom: 20px;
}
.zayavka_sidebar_wrap .contacts_zayavka a {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    border-bottom: none;
}
.zayavka_sidebar_wrap img {
    width: 30px;
    margin-left: 5px;
    display: inline-block;
}
.zayavka_sidebar_wrap p a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    border-bottom: none;
}
#forsunki .fors {
    background: #fff;
    border: 2px solid #2a3fb2;
    border-radius: 5px;
    padding: 0;
}
#forsunki .fors img {
    width: 100%;
}
#forsunki .flex {
    align-items: baseline;
}
#forsunki h4 {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 0 0;
}
#forsunki .price {
    color: #2a3fb2;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}
#forsunki .buy_but {
    padding: 25px 0;
    text-align: center;
}
#content .alias-novosti {
    margin: 30px 0 0 !important;
}
.jbzoo-app-news .items .clr {
    display: none;
}
.jbzoo-app-news .items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.jbzoo-app-news .items .width100 {
    flex-basis: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
    border: 1px solid #e0e8da;
    box-shadow: 0 5px 8px rgb(220, 220, 220), 0 5px 8px rgb(255, 255, 255);
    border-radius: 10px;
    transition: 0.5s;
}
.jbzoo-app-news .items .width100:hover {
    transform: translateY(-10px);
    background: #f5f5f5;
}
.jbzoo-app-news .items:before {
    display: none !important;
}
.jbzoo-app-news .items:after {
    display: flex;
    flex: auto;
}
.itemfull-text p,
.itemfull-text ul {
    margin-left: auto;
    margin-right: auto;
}
.news-teaser h4.title {
    font-weight: 400;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.news-teaser .lb {
    float: left;
    width: 200px;
    box-sizing: border-box;
}
.news-teaser .rb {
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    width: 1000px;
}
.news-teaser a {
    text-decoration: none;
    color: #222;
}
.news-teaser {
    padding: 20px 0 40px;
}
.news-teaser .text {
    line-height: 21px;
}
.item-title {
    margin: 15px 0 5px 0;
}
.item-title a {
    border-bottom: none;
    text-decoration: none;
}
.item-title a:hover {
    text-decoration: underline;
}
.item-data {
    font-size: 13px;
    color: #848484;
    margin: 0 0 20px 0;
}
.news-full .news-image {
    margin: 0 20px 20px 0;
    position: relative;
}
.news-image h1 {
    left: 30px;
    width: calc(100% - 60px);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    color: #fff;
}
.news-image:after {
    background: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    content: '';
    z-index: 1;
}
.image img {
    box-shadow: 0 2px 20px rgb(234, 234, 234), 0 2px 15px rgb(210, 210, 210);
}
.itemfull-title {
    margin-top: 20px;
    text-align: center;
    color: #57835c;
    font-size: 20px;
}
#contacts {
    position: relative;
}
#contacts h2 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0 10px 25px;
    font-size: 35px;
}
#contacts .footer-contacts {
    margin: 30px 0;
}
#contacts .red_border {
    border: 15px solid #2a3fb2;
    position: relative;
    padding: 15px;
}
#contacts .red_border:before {
    content: '';
    display: block;
    width: 45px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -22.5px;
    background: url(/stories/icons/pin.svg) center center no-repeat;
    background-size: contain;
}
#contacts .red_border_inner {
    position: relative;
    text-align: left;
    margin: 10px 0 10px 50px;
}
#contacts p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
#contacts ymaps p {
    color: #000;
}
.contacts .yandex_maps:before, .contacts .google_maps:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('/stories/icons/yandex_maps.png') no-repeat center center;
  background-size: contain;
}

.contacts .google_maps:before {
    background: url('/stories/icons/google_maps.png') no-repeat center center;
    background-size: contain;
}

.contacts .map_button {
  padding: 5px 15px 5px 30px;
  position: relative;
  border: 2px solid #293fb0;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  background-color: white;
  color: #293fb0;
  text-decoration: none;
  font-size: 14px;
  /* line-height: 20px; */
}


#contacts p.red_border_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
#contacts p.red_border_phone {
    font-size: 20px;
    line-height: 32px;
}
#contacts p.red_border_worktime {
    font-size: 14.6px;
}
#contacts .callback_btn_div {
    padding: 25px 0;
    position: relative;
    text-align: left;
}
#contacts .callback_btn_title {
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    margin: 0 0 0.1rem;
    letter-spacing: -0.025em;
}
#contacts .callback_btn_desc {
    color: #fff;
    font-size: 19px;
    margin: 0 0 1rem;
}
#contacts .callback_btn_div .btn {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 14px;
}
#contacts .map_outer {
    position: absolute;
    bottom: -20px;
    left: 400px;
    height: 85%;
    width: calc(50vw + 180px);
    overflow: hidden;
    box-sizing: border-box;
    border: 5px solid #434242;
}
#footer {
    background: #3d4249;
    padding: 20px 0;
    color: #fff;
}
.footer-contacts {
    text-align: right;
}
.footer-contacts a {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}
.footer-contacts a:hover {
    text-decoration: underline;
}
#footer2 {
    padding: 0 0 20px 0;
}
#footer2 img {
    max-width: 150px;
}
#footer2 .planblogo {
    margin-top: 11px !important;
}
#footer2 .planblogo a {
    border-bottom: 0;
}
.contacts-page {
    padding: 25px;
    margin: 20px 0;
    border: 15px solid #2a3fb2;
}
.contacts-text {
    margin-top: 26px;
    padding: 0 15px;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    display: inline-block;
}
.contacts-icons {
    display: inline-block;
    vertical-align: top;
    transform: translateY(24px);
}
.contacts-icons img {
    width: 45px;
}
.contacts-text,
.contacts-text a {
    color: #000;
    font-size: 17px;
    line-height: 22px;
    border-bottom: none;
    text-decoration: none;
}
.contacts-text a:hover {
    text-decoration: underline;
}
.map-wrapper {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px auto;
}
.contacts_rekviz {
    margin: 30px 0;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
}
@media all and (max-width: 1220px) {
    .loc {
        left: 24.5%;
        top: 62%;
    }
    .loc p {
        font-size: 16px;
        padding: 40px;
    }
    .loc p br {
        display: none;
    }
    .main {
        width: 1020px;
    }
    .dj-offcanvas-pusher-in {
        padding-top: 90px;
    }
    #mainmenu {
        display: none;
    }
    #header {
        height: 95px;
    }
    #header {
        left: 0;
        top: 0;
        width: 100%;
        position: fixed;
        z-index: 10;
        background: #fff;
        border-bottom: 1px solid #cecece;
        transition: 0.5s;
    }
    #header .dj-mobile-open-btn {
        top: 15px;
        right: 20px;
        color: #434242;
        background: 0 0;
        border-bottom: 0;
        background-size: 60%;
        width: 50px;
        height: 48px;
        box-sizing: border-box;
        border-radius: 3px;
        position: absolute;
    }
    aside a {
        border-bottom: 0;
    }
    #header .logo {
        left: 10px;
        top: 15px;
        width: 150px;
    }
    #header .topcontacts {
        right: 125px;
        top: 15px;
    }
    .worktime {
        left: 255px;
        top: 15px;
        transform: none;
    }
    .mailheader {
        left: 445px;
        top: 15px;
        transform: none;
    }
    .callback {
        display: none;
    }
    .dj-offcanvas-modules .logo {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        display: block;
    }
    .dj-offcanvas-modules .logo img {
        width: 170px;
    }
    .dj-offcanvas-modules .logo .slogan {
        font-size: 0.8em;
    }
    .dj-offcanvas-modules .tel {
        font-size: 20px;
        line-height: 23px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        color: #000;
        display: block;
    }
    .dj-offcanvas-modules .mail {
        text-align: center;
        text-decoration: none;
        color: #000;
        display: block;
    }
    .dj-offcanvas-light {
        background: #fff !important;
    }
    .dj-offcanvas-light .dj-offcanvas-top {
        background: transparent !important;
        right: 15px;
        top: 8px;
        position: absolute;
    }
    .dj-offcanvas-light .dj-offcanvas-top a {
        color: #000;
    }
    ul.dj-mobile-light li.dj-mobileitem > a {
        background: #fff !important;
        font-size: 16px !important;
        font-family: inherit;
        color: #000 !important;
    }
    ul.dj-mobile-light li.dj-mobileitem.active.current > a {
        color: #434242 !important;
    }
    li.dj-mobileitem.parent > a span.toggler {
        background: url(/stories/icons/plus.svg) 50% 50% no-repeat;
        background-size: 15px;
        font-size: 0 !important;
    }
    li.dj-mobileitem.parent.active > a span.toggler {
        background-image: url(/stories/icons/minus.svg);
    }
    .dj-offcanvas-modules .logo_mob {
        padding-bottom: 15px;
        margin-top: 15px;
        text-align: center;
        display: block;
    }
    .dj-offcanvas-modules .logo_mob img {
        width: 215px;
    }
    .dj-offcanvas-modules .tel_mob {
        margin: 5px 0 10px;
        text-align: center;
    }
    .dj-offcanvas-modules .tel_mob a {
        font-size: 19px;
        line-height: 30px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        color: #434242;
        display: inline-block;
    }
    .dj-offcanvas-modules .tel_mob a:hover {
        text-decoration: underline;
    }
    .dj-offcanvas-modules .tel_mob span > a {
        margin-top: 15px;
        font-size: 17px;
        color: #333 !important;
    }
    .p-full .banner {
        top: -10px;
        transform: translateX(calc(-100vw / 2 + 475px));
        height: 560px;
    }
    .contacts_page .block50 {
        flex-basis: 40%;
    }
    #kroshki2 ul.breadcrumb {
        top: 20px;
    }
    figure.widthmax {
        max-width: 98%;
    }
    figure.uslug p a {
        padding: 0.5em 0.5em;
    }
    #vizov-form .title-form {
        padding-left: 15px;
    }
    #vizov-form .text-form {
        padding-left: 15px;
    }
    #vizov-form .formResponsive {
        padding-left: 15px;
    }
    .p-full .banner h1.title {
        font-size: 40px;
        line-height: 48px;
    }
    .contacts .block50 {
        text-align: center;
    }
    .contacts-icons {
        display: block;
        margin: 0 auto;
        transform: none;
    }
    .contacts-text {
        margin: 20px 0;
        text-align: left;
    }
}
@media all and (max-width: 992px) {
    .main {
        width: 760px;
    }
    .jbzoo-app-nashi-obekty .items .column {
        flex-basis: 49%;
    }
    .p-full .banner {
        transform: translateX(calc(-100vw / 2 + 360px));
        height: 550px;
    }
    .p-full .box-title {
        top: 20px;
    }
    .p-full .banner h1.title {
        font-size: 34px;
        line-height: 45px;
        margin-top: 15px;
    }
    .p-full .banner h2.subtitle,
    .p-full .banner h2.subtitle a {
        font-size: 20px;
        line-height: 24px;
    }
    .p-full .banner .keys {
        font-size: 17px;
    }
    #header .dj-mobile-open-btn {
        right: 10px;
    }
    #header .topcontacts {
        right: 75px;
    }
    .worktime {
        top: 20px;
        left: 160px;
    }
    .mailheader {
        top: 20px;
        left: 290px;
    }
    .worktime p {
        font-size: 15px;
        background: url(/stories/icons/time.svg) no-repeat 0px 50%/20px;
        padding: 0px 0px 0px 30px;
    }
    .mailheader p {
        background: url(/stories/icons/mail.svg) no-repeat 0px 50%/20px;
        padding: 0px 0px 0px 30px;
    }
    .mailheader a {
        font-size: 15px;
    }
    .worktime p span,
    .mailheader p span {
        line-height: 18px;
        font-size: 13px;
    }
    #header .logo {
        top: 13px;
        left: 0;
    }
    .certificate .mainlogo {
        max-width: 80%;
    }
    #homepage .banner #video {
        width: 360px;
        height: 200px;
        bottom: 100px;
    }
    figure.uslug img {
        height: 360px;
    }
    .uslugi .block25 {
        flex-basis: 48%;
    }
    .usl .fon {
        position: absolute;
        bottom: 0;
    }
    .usl:hover .fon {
        bottom: 0;
    }
    .usl .titleusl {
        top: 36px;
        transform: none;
        font-size: 20px;
        line-height: 30px;
    }
    .usl:hover .titleusl {
        display: block;
    }
    .usl .hiddenul {
        bottom: 10px;
    }
    .usl:hover .hiddenul {
        bottom: 10px;
    }
    .nalivn_pol .block25 {
        flex-basis: 30%;
    }
    .contacts_page .block50 {
        flex-basis: 100%;
    }
    #rsform_6_page_0 {
        text-align: center;
    }
    #vizov-form .formResponsive {
        padding-left: 0;
    }
    .rsform-block-z-tel,
    .rsform-block-z-adr,
    .rsform-block-z-name,
    .rsform-block-z-send {
        width: 45%;
    }
    .steps_box:nth-child(2):after {
        width: 70px;
        left: -45px;
    }
    .steps_box:nth-child(3):after {
        width: 70px;
        left: -45px;
    }
    .steps_box:nth-child(4):after {
        width: 70px;
        left: -45px;
    }
    .steps:after {
        height: 350px;
    }
    .polim .block50 {
        flex-basis: 100%;
        margin: 1%;
    }
    figure.uslug p a {
        font-size: 13px;
        padding: 5px 10px;
    }
    .grid figure div {
        transform: none;
    }
    #contacts .red_border_inner {
        margin: 15px 0;
    }
    #contacts .map_outer {
        left: 310px;
    }
    #footer2 img {
        display: block;
        margin: 10px auto;
    }
    #footer2 {
        text-align: center;
    }
    .planblogo {
        float: none;
        margin-top: 15px !important;
    }
    .zayavka_sidebar_wrap .preim p {
        width: 64%;
    }
}
@media all and (max-width: 768px) {
    .main {
        width: auto;
    }
    .flex .block20 {
        flex-basis: 48%;
    }
    .flex .block25,
    .flex .block33 {
        flex-basis: 48%;
    }
    .uslugi .block25,
    #footer .block50,
    .flex .block30,
    .flex .block70,
    .team .block50 {
        flex-basis: 100%;
        margin: 1%;
    }
    .worktime,
    .loc,
    .callback,
    .mailheader {
        display: none;
    }
    #header,
    #header .main {
        height: 60px;
    }
    #header .logo {
        top: 3px;
        left: 10px;
    }
    #header .dj-mobile-open-btn {
        top: 5px;
    }
    #header .topcontacts {
        top: 3px;
    }
    .p-full .banner {
        top: -25px;
        transform: translateX(-20px);
        height: 435px;
    }
    .p-full .banner h1.title {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 8px;
        margin-top: 25px;
    }
    .p-full .banner h2.subtitle,
    .p-full .banner h2.subtitle a {
        font-size: 17px;
        line-height: 20px;
        padding: 5px 0;
        margin-bottom: 0;
    }
    .p-full .banner h2.subtitle p {
        margin-bottom: 0;
    }
    .p-full .banner .keys {
        font-size: 16px;
    }
    .p-full .box-title {
        top: 0;
        position: relative;
        padding-bottom: 60px;
    }
    #homepage .banner #video {
        display: none;
    }
    .price_button a {
        padding: 10px 15px;
    }
    .table tr.red td {
        font-size: 15px;
    }
    .table tr td {
        font-size: 13px;
    }
    .certificate .block50 {
        flex-basis: 100%;
    }
    .certificate h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .certificate {
        padding: 35px;
        outline-offset: -15px;
    }
    .news-image h1 {
        font-size: 20px;
    }
    #content .content-with-sidebar {
        margin: 0;
    }
    .jbzoo-app-news .items .width100 {
        flex-basis: 48%;
    }
    #vizov-form {
        padding: 50px 0;
    }
    .rsform-block-z-tel,
    .rsform-block-z-name,
    .rsform-block-z-send {
        width: 90%;
    }
    #rsform_6_page_0 .rsform-submit-button {
        width: 100%;
    }
    .nalivn_pol .block25 {
        flex-basis: 48%;
    }
    .box-title .callback {
        padding: 5px 45px;
        line-height: 30px;
        margin-top: 0;
    }
    .steps_box:nth-child(3):after {
        content: none;
    }
    .steps:after {
        content: none;
    }
    .steps_box .steps_numbers {
        color: #000;
    }
    .steps_box p {
        color: #000;
    }
    .steps_box span {
        color: #000;
    }
    .steps_box:nth-child(2):after,
    .steps_box:nth-child(4):after {
        background: #000;
    }
    .steps_box .steps_numbers {
        border: 2px solid #333;
    }
    h2.stp {
        color: #000;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
    figure.widthmax {
        max-width: 550px;
        max-height: 360px;
    }
    figure.widthmax img {
        width: auto;
    }
    figure.widthmax p a {
        padding: 5px;
        font-size: 12px;
    }
    .grid figure figcaption {
        padding: 10px 25px;
    }
    .grid figure figcaption,
    .grid figure figcaption > a {
        width: 95%;
        height: 95%;
    }
    #contacts h2 {
        padding: 25px 0;
    }
    #contacts .footer-contacts {
        order: 1;
    }
    #footer .callback {
        display: inline-block;
    }
    #contacts .map_outer {
        position: relative;
        width: 100%;
        margin-top: 10px;
        left: 0;
        bottom: 0;
        height: 300px;
    }
    .contacts .block50 {
        flex-basis: 100%;
        margin: 1%;
    }
    .team .text {
        padding: 40px 15px;
    }
    .zayavka_sidebar_wrap {
        float: none;
        width: 98%;
        margin: 15px 0;
    }
}
@media all and (max-width: 576px) {
    h1 {
        font-size: 20px;
        line-height: 25px;
    }
    h2 {
        font-size: 18px;
    }
    .main {
        padding: 0 10px;
    }
    .flex .block33,
    .steps .block25,
    .flex .block20 {
        flex-basis: 100%;
        margin: 1%;
    }
    #header .topcontacts {
        right: 65px;
    }
    #header .logo {
        top: 12px;
        left: 2px;
        width: 90px;
    }
    #header a.toptel {
        font-size: 19px;
        line-height: 20px;
    }
    .steps_box:nth-child(2):after,
    .steps_box:nth-child(4):after {
        content: none;
    }
    .p-full .banner {
        height: auto;
    }
    .p-full .banner h1.title {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 0;
        margin-top: 25px;
    }
    .p-full .banner h2.subtitle,
    .p-full .banner h2.subtitle a {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0;
    }
    .p-full .banner h2.subtitle p {
        margin-bottom: 0;
    }
    .p-full .banner .keys {
        font-size: 13px;
        line-height: 16px;
    }
    #kroshki {
        margin-bottom: 25px;
    }
    .dj-offcanvas-pusher-in {
        padding-top: 60px;
    }
    #kroshki2 ul.breadcrumb {
        width: 100%;
    }
    #kroshki2 .breadcrumb li {
        font-size: 14px;
    }
    .p-full .banner .keys ul {
        margin-bottom: 0;
    }
    .p-full .banner .keys ul li {
        padding: 7px;
    }
    .box-title .callback {
        padding: 5px 35px;
        line-height: 22px;
        font-size: 13px;
    }
    .jbzoo-app-nashi-obekty .items .column,
    .jbzoo-app-news .items .width100 {
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .portf-teaser img {
        width: 100%;
    }
    .price_button {
        position: fixed;
        top: auto;
        bottom: 2px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    li {
        margin-left: 10px;
    }
    .text .block30 {
        width: 100%;
    }
    .table tr.red td {
        font-size: 13px;
    }
    .table tr td {
        font-size: 12px;
    }
    #brands ul {
        max-width: 100%;
    }
    #brands ul li {
        padding-left: 0;
    }
    .about-company-number > span.company-number {font-size: 30px;}
    .about-company-number {padding: 10px;}
    .contacts-page {
        padding: 10px 5px;
    }
    .modal {
        padding: 20px;
        left: 0;
        top: 0;
        transform: none !important;
        width: 100%;
        min-height: 100%;
        border-radius: 0;
    }
    .modal .close_modal {
        top: 15px;
        right: 15px;
    }
    .modal .comment {
        text-align: left;
    }
    #footer .block33 {
        text-align: center;
    }
    .nalivn_pol .block25 {
        height: 180px;
    }
    .text ul.cont li {
        margin-left: 5px;
    }
    #vizov-form {
        margin-top: 30px;
    }
    #vizov-form {
        padding: 50px 0;
    }
    #rsform_6_page_0 .rsform-submit-button {
        max-width: none !important;
        font-size: 15px !important;
    }
    figure.uslug p {
        transform: none;
    }
    figure.widthmax img {
        height: 520px !important;
    }
    figure.widthmax {
        max-width: none;
        max-height: none;
    }
    figure.uslug img {
        height: 300px;
    }
    .grid figure div {
        width: 95%;
    }
    .p-full .page {
        margin: 0;
    }
    .zayavka_sidebar_wrap {
        padding: 15px;
    }
}

/* show submenu */
.dj-megamenu li.hover div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li:hover > div.dj-subwrap {
    display: block !important;
}

.dj-megamenu .dj-up:hover,
.dj-megamenu .dj-up:hover .dj-subwrap li div.dj-subwrap,
.dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap {
    display: block;
}

.jbzoo .subcategory,
.jbzoo .items .jbzoo-item,
.jbzoo .item-full .jbzoo-item,
.jbzoo .commentslist .comment,
.jbzoo .frontpage,
.jbzoo .alias-akcii-2 {
    margin: 30px 0 0 !important;
}

.news-full {
    padding-top: 20px;
}

.footer-menu {
    padding: 20px 0;
    background: #edeeee;
    margin: 0 0 20px;
}

.footer-menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.footer-menu ul > li {
    flex-basis: 250px;
    padding: 5px;
}

.footer-menu ul > li {
    flex-basis: 220px;
    padding: 5px;
    list-style: none;
    margin: 0;
}

.footer-menu ul > li > a {
    border-bottom: 1px dotted #000;
}
