@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700&subset=cyrillic');

@font-face {
    font-family: Bebas Neue;
    src: url(fonts/bebas-neue.ttf);
}

@font-face {
    font-family: "Muller Regular";
    src: url("fonts/Fontfabric - MullerRegular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Muller Bold";
    src: url("fonts/Fontfabric - MullerBold.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Muller ExtraBold";
    src: url("fonts/Fontfabric - MullerExtraBold.otf");
    font-weight: 800;
    font-style: normal;
}

.omg-new-font {
    font-family: "Muller Regular";
    color: #121d24;
}

.omg-new-font strong {
    font-family: "Muller ExtraBold";
}

.omg-new-font b {
    font-family: "Muller Bold";
}

.page-template-tpl-service h3,
.page-template-tpl-ps h3,
.page-template-tpl-arb h3 {
    margin-top: 0;
}

.comment-list article:before,
.clearfix:before,
.comment-list article:after,
.clearfix:after {
    content: "";
    display: table;
}

.comment-list article:before,
.clearfix:before,
.comment-list article:after,
.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
# Content
    ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.entry-thumbnail {
    text-align: center;
}

body {
    margin: 0;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0px;
    line-height: 0px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #575757;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 10px 0px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ECF0F1;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #0876bb;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.global_block {
    padding-top: 115px !important;
    background: url(/img/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 63px !important;
}

/*.site-content:after {
    content: '';
    position: absolute;
    width: 272px;
    height: 100%;
    right: -272px;
    top: 0;
    background: url(/img/pre_stroy.png);
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block !important;
}*/
.cntc_and_cmpn {}

.site-content {
    overflow: hidden;
}

.cntc_and_cmpn:after {
    display: none !important;
}

.bottom_bg {
    height: 350px;
    background: url(/img/bottom_bg.png);
    background-position: center top;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 15;
}


body.home,
#home_inner {
    overflow-x: hidden;
    position: relative;
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation li.current a {
    color: #B3C100 !important;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0px 22px;
    color: #999999;
    text-transform: uppercase;
    font-size: 20px;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.menu-from-right .main-navigation ul ul.sub-menu,
.menu-from-left .main-navigation ul ul.sub-menu {
    margin-top: 26px;
}

.main-navigation ul ul.sub-menu li {
    line-height: 30px;
}

.main-navigation ul ul.sub-menu a {
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 14px;
    text-align: left;
    width: 200px;

}

.sidetogglemenu ul ul {
    border-left: 6px solid #3498DB !important;
}

.main-navigation ul ul.sub-menu li a:hover {
    background: #3498DB;
    color: #fff;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.main-navigation ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    /*margin: 0 0 1.5em;*/
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*====================== Customized Css ========================*/
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

a:hover,
a:focus,
a:active {
    color: #1f5571
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-center {
    text-align: center;
}

.img-responsive {
    width: 100%;
}

.home_wrap {
    width: 1200px;
    margin: 0px auto !important;
}

h2 {
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    line-height: 1.3;
}

/*====================== Customized Css ========================*/
.page-template-tpl-home * {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*==========Navigation section open=================*/
.site-title {
    margin: 0px;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 8px;
}

.site-description {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#toggle,
#toggle1 {
    float: right;
    width: 28px;
    height: 30px;
    margin: 10px auto;
    cursor: pointer;
}

#toggle.on div {
    background: #000000;
}

#toggle div,
#toggle1 div {
    width: 100%;
    height: 5px;
    background: #ffffff;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#toggle.on div {
    background: #ffffff;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

#menu {
    margin: auto;
    max-width: 100%;
    padding: 13px 10px 5px 10px;
    text-align: center;
    display: inline-block;
}

.menu-on-top #menu {
    right: 50px;
    top: 0;
    width: 70%;
}

.menu-on-right #menu {
    bottom: 0;
    right: 0;
    width: 0px;
    overflow: hidden;
}

.sidetogglemenu.menu-from-right {
    border-left: 1px solid #E5E5E5;
}

.sidetogglemenu.menu-from-left {
    border-right: 1px solid #E5E5E5;
}

#header_text_container {
    padding: 10px;
    margin: 0px;
}

#header_text_container h1.widget-title {
    font-size: 21px;
    /* text-align: center; */
    font-weight: 700;
    color: #656565;
    margin: 15px 0px;
    line-height: 1;
    text-transform: capitalize;
    /* margin-left: 0px; */
}

/*==========Navigation section close=================*/
.site-header .container {
    position: relative;
    overflow: visible;
}


.site-header {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    position: absolute;
    z-index: 99999;
    top: 10px;
    background: transparent;
    background-size: cover;
}

.main-nav-scrolled {}

.site_logo {}

.site_logo a {
    display: block;
    color: #999;
    font-size: 16.5px;
}

.logo_img {
    display: inline-block;
    box-sizing: border-box;
    padding-right: 30px;
    margin-right: 30px;
}

.site_descr {
    width: 200px;
    display: inline-block;
    line-height: 21px;
}

/*==========Side Navigation Menu Open=================*/
.sideviewtoggle {
    padding: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.sideviewtoggle:hover {
    padding: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.sidetogglemenu {
    width: 300px;
}

.sidetogglemenu li {
    float: none;
    display: block;
}

/*==========Side Navigation Menu Close=================*/
/*==========Banner Slide Section Open=================*/

.plx-slider-section {
    position: relative;
}

.bx-wrapper {
    text-align: center;
}

.plx-slider-section::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/header.png) repeat-x;
    z-index: 8;
}

.slide-caption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    z-index: 9;
}

.slider-overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.caption-title {
    display: block;
}

.caption-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
}

.caption-descr {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    display: block;
}

.slider-button {
    display: inline-block;
    margin-top: 45px;
    background: #505050;
    font-size: 18px;
    line-height: 45px;
    padding: 0px 20px;
    font-weight: 600;
    color: #ffffff;
}

.plx-slider-section .card {
    margin-top: 45px;
    font-size: 18px;
    font-weight: 600;
    width: 210px;
    height: 50px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.plx-slider-section .face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
}

.plx-slider-section .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #ffffff;
    color: #3498db;
}

.main-slider .slide {
    line-height: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    height: 100vh;
}

.plx-slider-section .front {
    background: #505050;
    z-index: 10;
}

#plx-slider-section {
    position: relative;
}

.slider-down-btn span {
    display: inline-block;
}

.slider-down-btn a {
    position: relative;
    -webkit-animation: next-page 2s linear 3s infinite alternate;
    animation: next-page 2s linear 3s infinite alternate;
    color: #000000;
    font-size: 35px;
    font-weight: bold;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes next-page {
    0% {
        top: 0px;
    }

    100% {
        top: 20px;
    }
}

/* Standard syntax */
@keyframes next-page {
    0% {
        top: 0px;
    }

    100% {
        top: 20px;
    }
}

.slider-down-btn {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

/*==========Banner Slide Section Close=================*/

/*==========About  Section Open=================*/
#plx_about_section {
    margin-top: 170px;
}

#plx_about_section {
    padding: 0px 30px;
}

.about {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0px 0 0px auto !important;
    background: url(/img/dev/head_bg.png);
    background-size: cover;
    padding: 30px 0px 0;
}

.about h2 {
    color: #000000;
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 30px;
}

.about-contents {
    /* color: #808080; */
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    /*margin-bottom: 20px;*/
    width: 68%;
    float: right;
    padding-right: 15px;
}

.main_menu {
    margin: 20px 0px 35px;
}

.main_menu ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.main_menu li {}

.main_menu li a {
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(8, 115, 190, 0.38);
    width: 250px;
    display: inline-block;
    text-align: center;
    padding: 18.5px 0px;
    border: 5px solid rgba(2, 8, 12, 0.45);
    border-radius: 10px;
}

.main_menu li a:hover {
    background: #9DC7E4;
}

/*==========About Section Close=================*/

/*==========Portfolio Section Open=================*/
#plx_portfolio_section {
    border-top: 1px solid #e5e5e5;
    box-shadow: 0px 5px 7px 0px #b7b7b7;
    position: relative;
    background-color: #fff !important;
    z-index: 99999 !important;
}

#plx_portfolio_section .container,
#plx_blog_section .container {
    position: relative;
}

#plx_portfolio_section h2 {
    padding-bottom: 20px;
}

.port-view-all,
.blog-view-all {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    background: rgb(52, 152, 219);
    padding: 10px 30px;
    border: 1px solid rgb(52, 152, 219);
    font-weight: 600;
    font-size: 18px;
}

.port-view-all:hover,
.blog-view-all:hover {
    color: rgb(52, 152, 219);
    background: #ffffff;
}

.portfolio-posts {
    margin: 0px -20px;
}

.portfolio-post-wrap {
    margin: 0px;
    display: inline-block;
    padding: 20px;
    width: 33.33%;
}

.portfolio-post-wrap img {
    width: 100%;
    transition-property: all;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
}

.portfolio-post-wrap a {
    display: block;
    position: relative;
    text-align: center
}

.overflow {
    overflow: hidden;
}

.portfolio-post-wrap a .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: rgba(138, 138, 138, 0.7);
    overflow: hidden;
}

.portfolio-post-wrap a h3 {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio-post-wrap a h3 span.outer {
    display: table-cell;
    vertical-align: middle;
}

.portfolio-post-wrap a h3 span.inner {
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding: 0px 13px;
    color: #ffffff;
}

.portfolio-post-wrap a:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.portfolio-post-wrap a:hover .hover {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 1;
}


/*==========Portfolio Section Close=================*/

/*==========Our Services Section Open=================*/
#plx_services_section h2 {
    color: #ffffff;
}

.section-overlay {
    /*background: rgba(54, 151, 216, 0.34);*/
}

.contact-section-overlay {
    padding: 0px;
}

.res-map-overlay iframe {
    width: 100%;
    pointer-events: none;
}

.service-descr {
    display: inline-block;
    padding: 45px 0px;
    font-size: 20px;
    line-height: 30px;
    width: 715px;
    font-weight: 400;
}

.services-posts {
    margin: 0px -20px;
}

.service-post-wrap {
    width: 25%;
    padding: 20px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.service-post-wrap:hover {
    cursor: pointer;
    margin-top: -5px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.service-post-wrap:hover h3 {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.service-post-wrap h3 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    padding: 20px 0px;
    color: #ffffff;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.services-excerpt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    height: 48px;
}

/*==========Our Services Section Close=================*/

/*==========Our Blog Section Open=================*/

#plx_blog_section h2 {
    padding-bottom: 20px;
}

.blog-posts {}

.blog-post-wrap {
    width: 33.33%;
    padding: 20px;
    cursor: pointer;
}

.blog-post-wrap:hover .hover {
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.blog-post-wrap figure {
    position: relative;
    margin-bottom: 20px;
}

.blog-post-wrap figure .hover {
    opacity: 0;
    background: rgba(138, 138, 138, 0.7);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.blog-post-wrap figure a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.blog-post-wrap figure a span.outer {
    display: table-cell;
    vertical-align: middle;
}

.blog-post-wrap figure a span.inner {
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding: 0px 13px;
    color: #ffffff;
}

.blog-post-wrap a h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-post-wrap a:hover h3 {
    color: #5da8e0;
    font-style: italic;
}

.blog-post-wrap .published-date {
    padding: 10px 0px;
    display: inline-block;
}

.blog-excerpt,
.blog-post-wrap .published-date {
    font-size: 14px;
    line-height: 1.7;
    color: #aaaaaa;
    font-weight: 600;
}

.blog_read {
    display: inline-block;
    color: #3498db;
    font-size: 16px;
    line-height: 1.5px;
    margin-top: 30px;
}

.blog_read:hover {
    color: #000000;
}

/*==========Our Blog Section Close=================*/

/*==========Click To Action Section Open=================*/
/*.plx-sections{
    background-size:cover !important;
    background-attachment: fixed !important;
}*/
#plx_cta_section {
    text-align: center;
    background-size: cover !important;
}

#plx_cta_section .mid-content {
    padding: 90px 0px;
    display: inline-block;
    width: 850px;
    color: #ffffff;
}

.cta-descr {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 400 !important;
}

.cta_read {
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    background: #3498db;
    width: 210px;
    height: 50px;
    border: 1px solid #3498db;
}

.cta_read:hover {
    color: #3498db;
    background: #ffffff;
}

.cta_read:hover .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cta_read .card {
    width: 210px;
    height: 50px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 0.5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -o-transform-style: preserve-3d;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cta_read .face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
}

.cta_read .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #ffffff;
    color: #3498db;
}

.cta_read .front {
    background: #3498db;
    z-index: 10;
}

/*==========Click To Action Section Close=================*/
/*==========Testinomials Section Open=================*/

.testimonial_inner {
    background: url(/wp-content/uploads/2016/11/testi_bg.jpg);
    background-size: cover;
}

.testinomial {
    text-align: center;
}

.testinomial .bx-controls {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -21px;
}

.testinomial .bx-wrapper {
    position: relative !important;
}

.testinomial h2 {
    text-align: center;
}

.testinomial .bx-wrapper {
    display: inline-block;
    max-width: 750px !important;
    padding-top: 90px;
}

.testinomial .bx-controls-direction a {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    padding: 0px 5px;
    opacity: 0.6;
}

.testinomial .bx-controls-direction a:hover {
    opacity: 1;
}

.client-testimonial {
    font-size: 18px;
    color: #aaaaaa;
    line-height: 1.6;
    margin: 0px auto;
}

.testimonial-post-wrap figure img {
    padding: 5px;
    overflow: hidden;
    max-width: 213px;
}

.testimonial-post-wrap figure {
    display: inline-block;
}

.author_main {
    display: inline-block;
}

.author {}

/*
.testimonial-post-wrap h3.client-name{
    display:table-cell;
    vertical-align: middle;
}
*/
.client-name {
    font-size: 20px;
    line-height: 30px;
    color: #505050;
    font-weight: 700;
    text-transform: capitalize;
}

/*==========Testinomials Section Close=================*/
/*==========Team Section Open=================*/

.team h2 {
    text-align: center;
    color: #ffffff;
}

.teams-container {
    margin: 0px -15px;
}

.team-member {
    float: left;
    width: 25%;
    padding: 0px 15px;
    padding-top: 45px;
}

.team-member img {
    border-radius: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 5px;
    border: 2px solid rgba(118, 82, 115, 1);
}

.member-says {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
}

.team-member h3 {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    margin-top: 40px;
    font-weight: 700;
}

/*==========Team Section Close=================*/
/*==========New Contact Section Open=================*/
.contact-info>div {
    float: left;
    width: 33.33%;
    display: inline-block;
    text-align: center;
    color: #008ed6;
}

.contact-info>div i.fa {
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact-info>div span {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 40px;
}

.contact-info>div a {
    color: #008ed6;
    display: inline-block;
}

#map-canvas iframe {
    width: 100%;
}

.res-map-overlay {
    position: relative;
}

.res-map-overlay::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 9;
    display: none;
}

/*==========New Contact Section Close=================*/
.hentry {
    /*margin:0 0 20px;*/
}

.form-submit {
    margin-bottom: 0px;
}

.edit-link {
    display: inline-block;
    padding-left: 15px;
}

.inner_contact {
    margin-left: -15px;
    margin-right: -15px;
}

.form-container,
.loc-container {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.form-container p input,
.form-container p input[type="submit"],
.form-container p textarea {
    width: 100%;
    border-radius: 0 !important;
    transition: all 0.3s;
}

.form-container p input[type="submit"]:hover {
    background: #ffffff !important;
    color: #3498DB !important;
}

/*==========Inner New Contact Section Close=================*/
/*==========Op Footer Section Open=================*/
.footer-top a {
    color: #aaaaaa;
}

.footer-top a:hover {
    color: #3498DB;
}

.footer-top {
    padding: 45px 0px;
    text-align: center;
}

#menu-footer-menu {
    padding: 0px;
}

#menu-footer-menu li {
    display: inline-block;
    padding: 20px 5px;
    padding-top: 0;
}

.common_footer {
    width: 25%;
    float: left;
    padding: 0px 15px;
}

.footer-tops {
    margin: 0px -15px;
}

.common_footer aside {
    overflow: hidden;
}

.common_footer input[type="text"],
.common_footer input[type="email"],
.common_footer input[type="url"],
.common_footer input[type="password"],
.common_footer input[type="search"],
.common_footer textarea {
    width: 100%;
    background: #f2f2f2;
    border-radius: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding: 5px 10px;
}

.common_footer textarea {
    height: 80px;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

.wpcf7-submit::before {
    content: "red";
}

.wpcf7-submit {
    background: #3498db !important;
    font-size: 16px !important;
    line-height: 40px !important;
    border-radius: 0px !important;
    height: 40px !important;
    padding: 0px 20px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: 1px solid #3498db !important;
    text-shadow: none !important;
    font-weight: 600 !important;

}

.wpcf7-submit:hover {
    background: #ffffff;
    color: #3498DB;
}

h1.widget-title {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer4-container .textwidget img {
    margin-bottom: 5px;
    height: 130px;
    display: block;
    width: 100%;
}

.textwidget {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.textwidget a {
    margin-top: 10px;
    display: inline-block;
    background: #3498db !important;
    font-size: 16px !important;
    line-height: 40px !important;
    border-radius: 4px !important;
    height: 40px !important;
    padding: 0px 20px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    text-shadow: none !important;
    font-weight: 600 !important;
}

.textwidget a:hover {
    opacity: 0.7;
}

.aptf-single-tweet-wrapper {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.aptf-tweet-name {
    display: block;
    color: #3498db;
    font-size: 13px;
    line-height: 1.9 !important;
    font-weight: 400 !important;
}

.aptf-tweet-content {
    color: #000000;
    font-size: 13px !important;
    line-height: 1.9 !important;
    font-weight: 400 !important;
}

.aptf-tweet-username {
    font-size: 13px !important;
    line-height: 1.9 !important;
    font-weight: 400 !important;
    color: #919191
}

.footer-bottom {
    padding: 140px 0px 100px;
    background-image: url(/img/new/footer_bg.jpg);
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-info {
    font-size: 16px;
    color: #F17E00;
    background: #292828;
    padding-bottom: 20px;
}

.site-info a {
    color: #2c97de;
}

.widget_apsi_widget {
    margin: 0px;
    padding: 0px;
}

.footer-social-links-container {}

.aps-group-horizontal a {
    transition: all .2s ease-in-out;
}

.aps-group-horizontal a:hover {
    transform: scale(1.1);
}

.footer-social-links-container .aps-group-horizontal a {
    transition: all .2s ease-in-out;
    margin: 0px 5px;
}

/*========== Footer Section Close=================*/

/*========== Inner Page Section Open=================*/
.page .inner,
.single .inner,
.arch-pfolio .inner {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 50px;
}

.single-pfolio article .clearfix {
    border-bottom: none;
}

.header-banner {
    border-top: 86px solid rgba(52, 152, 219, 0) !important;
    border-bottom: 1px solid #C5C5C5;
    /*1px solid #989898; */
    margin-bottom: 50px;
}

h1.entry-title {
    font-size: 39px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    padding-top: 30px;
    font-weight: 700;
}

#onepager-breadcrumbs {
    font-size: 13px;
    font-weight: 300;
    color: #4295ce;
    padding: 10px 0px;
}

.ap-container span.current {
    color: #4295ce;
}

.ap-container {
    color: #eee;
}

#onepager-breadcrumbs a {
    color: #000000;
}

#primary {
    float: left;
    width: 66.66%;
}

#secondary {
    float: right;
    width: 31%;
}

.entry-content {
    font-size: 16px;
    line-height: 22px;
    color: #4B4B4B;
    margin: 0px;
}

#secondary h1.widget-title {
    font-size: 14px;
    line-height: 24px;
    color: #4B4B4B;
    margin: 0px;
    padding: 20px 0px;
    text-transform: uppercase;
}

#secondary .widget_search input,
#secondary .widget_search input::-moz-placeholder,
#secondary .widget_search input::-webkit-input-placeholder {
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
}

#secondary .widget_search input {
    background: #F4F4F4 url("images/search.png") no-repeat scroll right center;
    background-position: 97%;
    width: 100%;
    border-radius: 0px;
    height: 40px;
    padding-left: 10px;
    padding-right: 30px;
    border: none;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
}

#secondary aside {
    margin: 0px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

#secondary aside:last-child {
    border-bottom: none;
}

#secondary ul {
    list-style-position: inside;
    list-style-image: url('images/li.png');
    padding-left: 20px;
    list-style: none;
}

#secondary ul a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 8px 0px;
    color: #4B4B4B;
    border-bottom: 1px solid transparent;
}

.posted-date {
    color: #4B4B4B;
}

/*#secondary ul a::before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}*/

/*========== Inner Page Section Close=================*/
/*========== Inner Page BLog List Section Open=================*/
.inner a {
    color: #000000;
}

.inner .meta-info {
    float: left;
    width: 30%;
    padding-right: 30px;
    text-align: right;
}

.inner .posted-date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #989898;
}

.inner .posted-date span {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #a8a8a8;
}

.inner .posted-date span:first-child {
    font-size: 67px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}

.inner .post-metas {
    font-size: 13px;
    line-height: 1.8;
    color: #666666;
    text-transform: capitalize;
}

.inner .post-metas i {
    margin-right: 5px;
    color: #a3a3a3;
}

.inner .post-metas p {
    margin: 0px;
}

.inner .post-metas span,
.inner .post-metas a,
.inner .post-metas span a {
    color: #bfbfbf;
}

.inner .post-metas a {
    margin-left: 5px;
}

.inner .blog-post-content {
    float: right;
    width: 70%;
}

.portfolio-articles .blog-post-content {
    float: none;
    width: 100%;
}

.portfolio-articles .blog-post-content img {
    width: 100%;
}

.inner .blog-post-content>a {
    color: #3498db;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.inner article>.clearfix {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 50px;
}

.archive article {
    padding-bottom: 50px;
}

.blog-post-content h1 {
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
    color: #4B4B4B;
}

/*========== Inner Page BLog List Section Close=================*/

/*========== Inner Page Search Result Section Open=================*/
/*.search a{ color:#000000; }*/
.search h1.page-title {
    font-size: 39px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
    padding-top: 30px;
    font-weight: 700;
}

.search-results h1.page-title span {
    color: #666666;
    font-size: 45px;
    text-transform: capitalize;
}

.search-results h1.entry-title {
    margin: 0px;
    padding: 0px;
    line-height: 1.1;
}

.search-results h1.entry-title a {
    font-size: 21px;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: #B28A59;
}

.search-results h1.entry-title a:hover {
    color: #3498db;
}

.search-results .entry-summary {
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
    padding-top: 20px;
    margin: 0px;
}

.search-results article {
    padding: 0px 10px;
    border-bottom: 1px solid #eeeeee;
}

.search .posted-on,
.search .entry-footer {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0px;
    font-weight: 600;
}

.search .comments-link {
    margin-left: 10px;
    color: #666666;
    font-weight: 700;
}

/*========== Inner Page Search Result Section Close=================*/

/*========== Inner Page Comments  Section Open=================*/
#comments {
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
}

#comments h3 {
    font-size: 21px;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    background: rgba(8, 115, 190, 0.38);
    margin: 10px 0px;
    padding: 10px;
}

#comments h3 span {
    color: gold;
}

.comment-notes,
.form-allowed-tags {
    color: #A09A9A;
    font-size: 14px;
}

.comment-form label {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}

.comment-form input,
.comment-form textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0px;
}

.comment-form-author {
    padding-right: 20px;
}

.comment-form-email {
    padding: 0px 10px;
}

.comment-form-url {
    padding-left: 20px;
}

.form-submit input {
    display: inline-block;
    width: 20%;

    background: #3498db;
    color: #ffffff;
    font-weight: 700;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #3498db;
    padding: 10px 0px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.form-submit input:hover {
    box-shadow: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fac695+0,f5ab66+47,ef8d31+100;Orange+3D+%232 */
    color: #3498db;
    background: #ffffff;
    border: 1px solid #3498db;
}

.comment-meta {
    float: left;
    width: 30%;
    padding-right: 15px;
    padding-left: 10px;
}

.comment-content {
    float: right;
    width: 70%;
    color: rgb(71, 70, 70);
    padding-left: 15px;
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.comment-author {
    font-size: 15px;
    line-height: 24px;
    color: #4B4B4B;
}

.comment-author img {
    margin-top: 40px;
    display: inline-block;
}

.comment-metadata a {
    font-size: 13px;
    line-height: 1.8;
    color: #4B4B4B;
    text-transform: capitalize;
}

.comment-list article {
    position: relative;
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.comment-list .reply {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.post-metas {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.post-metas p {
    margin-right: 15px;
}

.post-metas p .fa {
    margin-right: 5px;
}

.comment-list li {
    margin-bottom: 20px;
}

.reply a {

    display: inline-block;
    padding: 4px 20px;
    background: #75AFD6;
    color: #ffffff;
    font-weight: 400;
    /*box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    */
    font-size: 13px;
}

.reply a:hover {
    background-color: #3498DB;
}

ol.comment-list {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
    list-style: none;
}

/*========== Inner Page Comments  Section Close=================*/

.nav-next a,
.nav-previous a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.nav-next a,
.nav-previous a {
    display: inline-block;
    vertical-align: middle;
    margin: .1em;
    padding: 0.3em 2em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-next a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-next a:hover,
.nav-previous a:hover,
.nav-next a:focus,
.nav-previous a:focus,
.nav-previous a:active,
.nav-next a:active {
    color: white;
}

.nav-previous a:hover:before,
.nav-next a:hover:before,
.nav-previous a:focus:before,
.nav-next a:focus:before,
.nav-previous a:active:before,
.nav-next a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-previous a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*======================404 Error Page======================*/
.error-404 {
    text-align: center;
}

.error-404 .search-form {
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #46BCEC;
}

.error-404 .search-field,
.error-404 .search-submit {
    float: left;
    height: 40px;
    border-radius: 0px;
    border: none;
}

.error-404 .search-field {
    padding-left: 20px;
    padding-right: 10px;
}

.error-404 .search-submit {
    background: #46BCEC;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 0px;
    font-weight: 600;
}

.error-404 h1 {
    font-size: 55px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0px;
    color: #4B4B4B;
}

.error-404>p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    color: #4B4B4B;
}

.error-404 .search-submit:hover {
    box-shadow: none;
    text-shadow: none;
    opacity: 0.7;
}

/*==========Our Blog Section collection Innerpage Open=================*/
.blog_desc {
    margin: 0px -10px;
}

.blog-post-content a h2:hover {
    color: #efba72;
}

.blog-collection .blog-post-content {
    float: none;
    width: 100%;
}

.blog-collection header.entry-header img {
    width: 100%;
}

.blog-collection .posted-date {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.blog-collection .post-meta-infos>span {
    display: block;
    color: #4B4B4B;
}

.blog-collection .post-meta-infos>span>span>i {
    padding: 0px 3px;
}

.blog-collection .post-meta-infos>span>span {
    display: inline-block;
    padding: 0px 5px;
    float: left;
    font-size: 13px;
}

.blog-collection .post-meta-infos>span>span.readmore {
    float: right;
}

.blog-collection .post-meta-infos>span>span.readmore a {
    color: #4295ce;
}

.blog-collection .post-meta-infos>span>span.readmore a:hover {
    font-weight: bold;
}

.blog-collection .post-meta-infos>span>span a {
    display: inline-block;
    font-size: 13px;
    color: #4B4B4B;
}

.blog-collection .post-meta-infos>span>span:hover,
.blog-collection .post-meta-infos>span>span:hover a {
    color: #4B4B4B;
}

.blog-collection .post-meta-infos {
    padding: 10px 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    margin-top: 10px;
}

.blog-collection article>.clearfix {
    border-bottom: none;
    padding-bottom: 0px;
}

.blog-collection header.entry-header,
.blog-collection .entry-content {
    padding: 0px 10px;
}

/*==========Our Blog image medium Section collection Innerpage Open=================*/
.blog_image_medium header.entry-header,
.blog_image_medium .entry-content {
    float: left;
    width: 50%;
}

/*==========Our Blog image medium Section collection Innerpage Close=================*/


/*==========Our Blog image medium alternative Section collection Innerpage Open=================*/
.blog_image_alt_medium main {
    margin: 0px -5px;
    overflow: hidden;
}

.blog_image_alt_medium header.entry-header,
.blog_image_alt_medium .entry-content {
    width: 50%;
}

.blog_image_alt_medium .alt-left header.entry-header,
.blog_image_alt_medium .alt-left .entry-content {
    float: left;
}

.blog_image_alt_medium .alt-right header.entry-header,
.blog_image_alt_medium .alt-right .entry-content {
    float: right;
}

/*==========Our Blog image medium alternative Section collection Innerpage Close=================*/

/*==========Our Blog Section collection Innerpage Close=================*/

/*==========Our Project Innerpage Open=================*/
.portfolio-post-container {
    margin: 0px -20px;
}

.portfolio-post-filter {
    adding: 0 !important;
    margin: 0 auto 40px auto !important;
    width: auto;
    text-align: center;
    width: 100%;
}

.portfolio-post-filter .filter {
    font-size: 1em;
    display: inline-block;
    color: #6b6b6b;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    padding: 7px 11px 7px !important;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1em;
    text-transform: uppercase;
    border: 2px solid transparent;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.portfolio-post-filter .filter.active {
    color: #4295ce;
    border: 2px solid #4295ce;
}

.portfolio-post-filter .filter:hover {
    color: #4295ce;
}

.portfolio-post-content header.entry-header {
    position: relative;
}

.portfolio-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.portfolio-nav a:hover {
    background-color: #ebebeb;
}

.portfolio-nav a {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 35px;
    color: #a7a7a7;
    font-size: 25px;
    margin-left: 5px;
}

.inner article.category-projects>.clearfix {
    border-bottom: none;
    padding-bottom: 0px;
}

/*==========Our Project Innerpage Close=================*/
.portfolio-post-container .mix {
    display: none;
}

/** Widget Calender **/
#wp-calendar caption {
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

#wp-calendar {
    text-align: center;
    padding-bottom: 5px;
}


/*==========Responsive Design Open=================*/

/*==========Responsive Design 1170px Open=================*/
@media(max-width: 1170px) {
    .container {
        width: 100%;
        padding: 0px 10px;
    }

    .port-view-all,
    .blog-view-all {
        right: 10px;
    }
}

/*==========Responsive Design 1170px close=================*/


/*==========Responsive Design 1024px Open=================*/


/*==========Responsive Design 1024px close=================*/

@media (max-width:850px) {

    #plx_cta_section .mid-content {
        width: 95%;
    }


    .inner article.category-blogs>.clearfix {
        padding-bottom: 40px;
    }

    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin: 0;
        overflow: hidden;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .hentry {
        margin: 0;
    }

    .inner {
        padding-bottom: 40px;
    }

}

/*==========Responsive Design 800px open=================*/

@media (max-width:800px) {

    .slide-caption {
        top: 30%;
    }

    .portfolio-posts,
    .blog-posts,
    .portfolio-post-container {
        margin: 0px -10px;
    }

    .portfolio-post-wrap,
    .blog-post-wrap {
        padding: 10px;
    }

    .inner {
        padding-bottom: 50px;
    }

    .category-projects .inner article>.clearfix {
        border-bottom: none;
        padding-bottom: 0px;
    }

}

/*==========Responsive Design 800px close=================*/

@media (max-width:768px) {

    .site-header {
        position: static;
        background: #3498db;
    }

    .header-banner {
        border-top: none !important;
    }

    .caption-title {
        font-size: 30px;
    }

    .caption-descr {
        margin-top: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .cta_read {
        font-size: 14px;
        line-height: 40px;
        margin-top: 20px;
        width: 180px;
        height: 40px;
    }

    .slider-down-btn {
        bottom: 20px;
    }



    .inner article.category-blogs>.clearfix {
        padding-bottom: 30px;
    }

    .inner {
        padding-bottom: 30px;
    }

    .portfolio-post-wrap a h3 span.inner,
    .blog-post-wrap figure a span.inner {
        font-size: 15px;
        line-height: 35px;
        padding: 0px 10px;
    }

    .service-post-wrap h3 {
        font-size: 18px;
    }

    .blog-post-wrap a h3 {
        font-size: 18px;
    }

    .blog-excerpt,
    .blog-post-wrap .published-date {
        font-size: 13px;
        line-height: 1.5;
        color: #aaaaaa;
        font-weight: 400;
    }

    #primary,
    #secondary {
        float: none;
        width: 100%;
    }

    #secondary>aside {
        width: 100%;
    }

    #secondary>aside ul li {
        float: left;
        width: 50%;
    }

    #secondary>aside ul:before,
    #secondary>aside ul:after {
        content: "";
        display: table;
    }

    #secondary>aside ul:before,
    #secondary>aside ul:after {
        clear: both;
    }

    .service-descr {
        width: 90%;
    }

    .testinomial .bx-wrapper {
        display: inline-block;
        max-width: 90% !important;
        padding-top: 90px;
    }

}

@media (max-width:600px) {




    .inner article.category-blogs>.clearfix {
        padding-bottom: 20px;
    }

    .inner {
        padding-bottom: 20px;
    }

    .about h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 30px;
    }

    .port-view-all,
    .blog-view-all {
        right: 5px;
    }

    .port-view-all,
    .blog-view-all {
        padding: 5px 25px;
        font-weight: 400;
        font-size: 20px;
    }

    .portfolio-posts,
    .blog-posts,
    .portfolio-post-container {
        margin: 0px -5px;
    }

    .portfolio-post-wrap,
    .blog-post-wrap {
        padding: 5px;
    }

    .service-descr {
        padding: 25px 0px;
        font-size: 16px;
        line-height: 24px;
    }

    #plx_about_section,
    #plx_portfolio_section,
    #plx_services_section,
    #plx_cta_section,
    #plx_testimonial_section,
    #plx_team_section {
        background-position: center !important;
        background-attachment: fixed !important;
        background-size: cover !important;
    }

    .res-map-overlay::before {
        display: block;

    }
}

@media (max-width:570px) {
    .about h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    /*==========Our Blog image medium Section collection Innerpage Open=================*/
    .blog_image_medium header.entry-header,
    .blog_image_medium .entry-content {
        float: none;
        width: 100%;
    }

    /*==========Our Blog image medium Section collection Innerpage Close=================*/


    /*==========Our Blog image medium alternative Section collection Innerpage Open=================*/
    .blog_image_alt_medium main {
        margin: 0px -5px;
        overflow: hidden;
    }

    .blog_image_alt_medium header.entry-header,
    .blog_image_alt_medium .entry-content {
        width: 100%;
    }

    .blog_image_alt_medium .alt-left header.entry-header,
    .blog_image_alt_medium .alt-left .entry-content {
        float: none;
    }

    .blog_image_alt_medium .alt-right header.entry-header,
    .blog_image_alt_medium .alt-right .entry-content {
        float: none;
    }

    /*==========Our Blog image medium alternative Section collection Innerpage Close=================*/
    .portfolio-post-wrap a h3 span.inner,
    .blog-post-wrap figure a span.inner {
        font-size: 12px;
        line-height: 24px;
        padding: 0px 5px;
    }

    .blog-excerpt,
    .blog-post-wrap .published-date,
    .blog-post-wrap .hover {
        display: none;
    }

    .cta-descr {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 400 !important;
    }


    .team-member {
        float: left;
        width: 50%;
        padding: 0px 5px;
        padding-top: 20px;
    }

    .team-member h3 {
        font-size: 16px;
        margin-top: 10px;
    }

    .service-post-wrap {
        width: 50%;
        padding: 20px;
    }

    .service-post-wrap:nth-child(3) {
        clear: left;
    }

    .contact-info>div {
        float: none;
        width: 100%;
        display: block;
        text-align: left;
    }

    .contact-info {
        margin: 20px 0px;
    }

    .contact-info>div>a>.clearfix {
        display: none;
    }

    .contact-info>div i.fa,
    .contact-info>div span {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        margin-right: 5px;
    }
}

@media (max-width:480px) {

    .slider-down-btn,
    .toggle-on-top {
        display: none;
    }

    .site-branding.pull-left {
        width: 85%;
    }

    .port-view-all,
    .blog-view-all {
        position: static;
    }

    #plx_portfolio_section h2,
    #plx_blog_section h2 {
        padding-bottom: 5px;
    }

    .port-view-all,
    .blog-view-all {
        font-size: 10px;
    }

    .portfolio-post-wrap,
    .blog-post-wrap {
        display: none;
        width: 50%;
    }

    .portfolio-post-wrap:first-child,
    .blog-post-wrap:first-child,
    .portfolio-post-wrap:nth-child(2),
    .blog-post-wrap:nth-child(2) {
        width: 50%;
        display: block !important;
    }

    .caption-descr {
        display: none;
    }

    .caption-title {
        font-size: 24px;
    }

    .about h2 {
        font-size: 18px;
    }
}

@media (max-width:380px) {

    .portfolio-post-wrap,
    .blog-post-wrap {
        width: 100%;
    }

    .portfolio-post-wrap:first-child,
    .blog-post-wrap:first-child,
    .portfolio-post-wrap:nth-child(2),
    .blog-post-wrap:nth-child(2) {
        width: 100%;
    }

    .team-member {
        float: none;
        width: 100%;
        padding: 0px 5px;
        padding-top: 20px;
    }

    #secondary>aside ul li {
        float: none;
        width: 100%;
    }
}

/*==========Responsive Design Close=================*/
.main-nav-scrolled {}

.site-header .site_logo img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.main-nav-scrolled .site_logo img {}

.footer-menu-container ul.menu li {
    display: inline-block;
    padding: 0 5px 20px;
}

/*========== Header Fixes ===========*/
div#smallscreentoggler {
    box-shadow: none !important;
}
















/* EDSRO 2017 */
.global_container {
    width: 1310px;
    margin: 0 auto;
    padding: 0 30px;
}

.omg_global_container {
    width: 1310px;
    margin: 0 auto;
    padding: 0 30px;
}

header.new_main_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 62, 93, 0.6);
    width: 100%;
    padding: 5px 0;
}

.new_main_menu ul#primary-menu {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    list-style: none;
    justify-content: space-between;
    padding: 0;
}

.new_main_menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.new_main_menu a:before {
    content: '';
    height: 101px;
    width: calc(100% + 20px);
    top: -141px;
    left: -11px;
    background: rgba(5, 22, 31, 0.6);
    position: absolute;
    z-index: -1;
    transition: all .5s;
}

.new_main_menu a:hover:before {
    top: -35px;
}

section.head_section {
    background-image: url(/img/new/head_bg.jpg);
    background-position: center bottom;
    padding-top: 150px;
    height: 897px;
    background-repeat: no-repeat;
}

.head_section_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-end;
}

.hs_left {
    width: 38%;
}

.hs_right {
    width: 62%;
    position: relative;
}

.hsl_one {
    margin-bottom: 40px;
    opacity: 0;
}

.hsl_one img {
    max-width: 170px;
}

.hsl_two {
    font-size: 26px;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.dopusk_sro .hsl_two,
.pk_section .hsl_two {
    font-size: 23px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.dopusk_sro .hsl_two b,
.pk_section .hsl_two b {
    font-size: 27px;
}

.hsl_two b {
    font-size: 32px;
    font-weight: 500;
}

.hsl_three {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.hsl_three span {
    margin-right: 20px;
    line-height: 1.2;
}

.hsl_four {
    width: 200px;
    height: 200px;
    background: #409FDB;
    color: #fff;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    margin: 60px auto 0;
    box-shadow: 25px -15px 25px 3px rgba(0, 0, 0, 0.23);
    cursor: pointer;
    transition: all .5s;
}

.hsl_fourr {
    width: 200px;
    height: 200px;
    background: #409FDB;
    color: #fff;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    margin: 60px auto 0;
    box-shadow: 25px -15px 25px 3px rgba(0, 0, 0, 0.23);
    cursor: pointer;
    transition: all .5s;
}

.hsl_fourr a {
    color: #fff;
    width: 100%;
    height: 100%;
}

.hsl_fourr .hsl_wrap {
    position: absolute;
    top: 52px;
    left: 34px;
}

span.hslf_one {
    font-size: 17px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

span.hslf_two {
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
}

.hsl_fourr span.hslf_one {
    font-size: 21px;
}

.hsl_fourr span.hslf_two {
    font-size: 28px;
}

@media (max-width:400px) {
    .hsl_fourr span.hslf_one {
        font-size: 17px;
    }

    .hsl_fourr span.hslf_two {
        font-size: 22px;
    }
}

.hsr_service {
    text-align: right;
    width: 266px;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}

.hsrs_item {
    font-size: 18px;
    font-weight: 700;
    color: #3C3C3C;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    margin-bottom: 20px;
    align-items: center;
    text-transform: uppercase;
}

.arb_section .hsrs_item {
    line-height: 1.1;
}

.dopusk_sro .hsrs_item {
    font-size: 17px;
}

.hsrs_item span {
    margin-right: 10px;
}

.dopusk_sro .hsrs_item span {
    color: #3C3C3C;
    font-weight: 400;
}

.dopusk_sro .hsrs_item span b {
    font-weight: 900;
}

.dopusk_sro .hsrs_item .head_color {
    color: #0090DF;
}

.hsrs_item a {
    color: #3C3C3C;
    transition: all .3s;
    /*margin-right: 15px;*/
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.hsrs_item a:hover {
    color: #0090DF;
}

.hsr_img {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 0;
}

.hsl_fourr:hover {
    transform: rotate(-0deg);
    transition: all .5s;
}

.hsl_fourr:hover .hsl_wrap {
    transform: rotate(0deg);
    transition: all .5s;
}

.hsl_wrap {
    transform: rotate(-45deg);
    transition: all .5s;
}

section.konsul_section {
    background-color: #ECF0F1;
    background-image: url(/img/new/triangle_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 1125px;
    margin-top: -13px;
    padding-top: 195px;
}

.about_konsul .konsul_top.global_container {}

.kt_title {
    color: #0090DF;
    text-transform: uppercase;
    line-height: 1;
    font-size: 27px;
    margin-bottom: 20px;
}

.kt_title b {
    font-weight: bold;
}

.kt_text_one {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4;
    border-top: 3px solid #0093DF;
    padding-top: 10px;
}

.kt_text_one b {
    font-weight: 900;
}

.kt_text_two {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 50px;
    width: 45% !important;
}

.kt_text_two small {
    font-weight: normal;
    font-size: 13px;
}

.kt_text_two span {
    color: #0090DF;
    font-size: 1.2em;
}

.kt_text_two b {
    font-weight: 900;
}

.kt_btn {
    font-size: 27px;
    text-align: center;
    margin-top: 30px;
}

.kt_btn a {
    color: #0090DF;
    border: 1px solid;
    padding: 10px 29px;
}

.konsul_top>div {
    width: 74%;
}

.konsul_bot.global_container {
    margin-top: 125px;
}

.kbo_title {
    color: #0090DF;
    text-transform: uppercase;
    font-size: 27px;
    margin-right: 175px;
    margin-top: -40px;
}

.kbo_title b {
    font-weight: 900;
}

.kb_one,
.kb_two,
.kb_three {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.kbo_text,
.kbt_text,
.kbth_text {
    text-align: right;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    margin-top: 54px;
}

.kbo_text b,
.kbt_text b,
.kbth_text b {
    font-size: 27px;
    font-weight: 900;
    text-transform: uppercase;
}

.kbo_text:before,
.kbt_text:before,
.kbth_text:before {
    content: '';
    position: absolute;
    top: -10px;
    width: 330px;
    height: 3px;
    background: #0391DF;
    right: 0;
}

.head_section_bot.global_container {
    color: #0391DF;
    font-size: 29px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 85px;
}

.head_section_bot.global_container b {
    font-weight: bold;
}

.kb_two {
    margin-left: 226px;
    margin-top: -175px;
}

.kb_three {
    margin-top: -183px;
    position: relative;
}

.kbth_glass {
    position: absolute;
    right: 0;
    bottom: 0;
}

.kbth_glass img {
    max-width: 425px;
}

section.testi_section {
    background: #DFDFDF;
    color: #000;
    padding: 85px 0 20px;
}

.testi_title {
    color: #0090DF;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.testi_title b {
    font-weight: bold;
}

.testi_items {
    padding-top: 20px;
    position: relative;
}

.testi_item {
    display: none;
}

.testi_item.active {
    display: block;
}

.testi_items:before {
    content: '';
    height: 3px;
    width: 155%;
    background: #0090DF;
    position: absolute;
    top: 0;
}

.testi_item_title {
    color: #0090DF;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 30px;
}

.testi_item_title b {
    font-size: 18px;
}

.testi_item_text {
    font-size: 16px;
    line-height: 1.2;
}

.testi_item_date {
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    margin-top: 30px;
}

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

.testi_items_img {
    width: 60%;
    position: relative;
    z-index: 5;
}

.testi_items_subwrap {
    width: 39%;
    position: relative;
    z-index: 10;
}

.testi_items_img img {
    transition: all .3s;
    transform: scale(1.415) rotate(-45deg);
    max-width: 100%;
}

.tii_item.active img {}

.tii_item:nth-child(1) {
    text-align: center;
}

.tii_item:nth-child(4) {
    text-align: center;
    margin-top: -162px;
}

.tii_item:nth-child(3),
.tii_item:nth-child(2) {}

.tii_item {
    position: relative;
    transition: all .3s;
    cursor: pointer;
    width: 197px;
    height: 197px;
    transform: rotate(45deg);
    overflow: hidden;
    box-shadow: 13px -13px 25px 2px rgba(0, 0, 0, 0.22);
}

.tii_item.active,
.tii_item:hover {
    z-index: 10;
    transform: scale(1.2) rotate(45deg);
}

.testi_items_img:hover .tii_item.active img {
    transform: scale(1.415) rotate(-45deg);
}

.tii_item:hover img {}

section.garant_section {
    background: #ECF0F1;
    padding: 50px 0 180px;
}

.garant_title {
    color: #0090DF;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.garant_title b {
    font-weight: bold;
}

.garant_items {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-around;
    text-align: center;
}

.garant_text {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 15px;
}

.promo_title {
    color: #0090DF;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 65px;
}

section.promo_section {
    color: #353535;
    background-image: url(/img/new/garant_bg.jpg);
    min-height: 955px;
    padding-top: 160px;
    margin-top: -140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ecf0f1;
    margin: 100px 0;
}

.promo_subtitle {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 15px;
}

.promo_subtitle2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 65px;
}

form#promo_form {
    margin-top: 50px;
}

.promo_section_wrap.global_container {}

.promo_input input {
    width: 49%;
    height: 37px;
    padding: 0 15px;
    border: 1px solid #0090DF;
    font-size: 15px;
    background: rgba(221, 221, 221, 0.78);
}

.promo_input {
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.promo_textarea textarea {
    height: 190px;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    border: 1px solid #0090DF;
    background: rgba(221, 221, 221, 0.78);
}

.promo_submit input {
    height: 50px;
    background: #0090DF;
    color: #fff;
    outline: none;
    border: none;
    font-size: 27px;
    padding: 0 30px;
}

.promo_submit {
    text-align: right;
    margin-top: 10px;
}

.promo_section_subwrap {
    width: 50%;
}

.team_title {
    color: #0090DF;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}

.team_title span {
    cursor: pointer;
    opacity: 1;
    transition: all .5s;
}

.team_title span:hover {
    opacity: .7;
}

.team_title span:first-child {
    margin-left: 15px;
}

section.team_section {
    background: #ecf0f1;
}

.ts_top {
    position: relative;
    top: -50px;
    padding-bottom: 255px;
}

.team_items.global_container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-around;
}

.team_text {
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}

.team_text span {
    color: #0090DF;
    font-size: 18px;
    text-transform: uppercase;
}

.team_text b {
    font-weight: 900;
}

.ts_bot {
    background: #DFDFDF;
    padding-bottom: 60px;
}

.team_item {
    margin-top: -255px;
    width: 30%;
}

.team_item img {
    max-height: 428px;
}

section.news_section {
    background: #ECF0F1;
    padding: 70px 0 30px;
}

.news_title {
    color: #0090DF;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.nsl_title {
    font-size: 24px;
    line-height: 1.1;
    color: #0090DF;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 10px;
    position: relative;
    margin-bottom: 20px;
}

.nsl_text {
    font-size: 18px;
    line-height: 1.2;
}

.nsl_more {
    text-align: right;
    margin-top: 0px;
}

.news_subwrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}

.news_section_left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_section_right {
    width: 68%;
    position: relative;
    text-align: center;
}

a.news_page {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #0090DF;
    border: 1px solid;
    padding: 5px;
}

a.subscribe_btn {
    position: absolute;
    top: 35px;
    right: 0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #DF9800;
    border: 1px solid;
    padding: 5px;
}

a.news_page span {
    margin-left: 5px;
}

a.subscribe_btn span {
    margin-left: 5px;
}

a.news_page:hover {
    background: #0090DF;
    color: #fff;
}

a.subscribe_btn:hover {
    background: #DF9800;
    color: #fff;
}

.nsl_more a:hover {
    text-decoration: underline;
    color: inherit;
}

.footer_block_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.footer_contact {
    width: 44%;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.footer_geo {
    width: 50%;
}

.fc_ttile {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 900;
}

.fg_title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}

.fct_item {
    margin-bottom: 30px;
}

.fct_item:last-child {
    margin-bottom: 0;
}

.fct_item_first .fa {
    width: 24px;
    text-align: center;
    margin-right: 20px;
}

.fct_item b {
    font-weight: 900;
}

#map {
    width: 100%;
    height: 350px;
}

.kt_quest_img {
    width: 34% !important;
    text-align: center;
    margin-bottom: 15px;
}

.hsl_four:hover,
.hsl_four.active {
    transform: rotate(0deg);
    box-shadow: 9px -1px 25px 3px rgba(0, 0, 0, 0.23);
}

.hsl_four:hover .hsl_wrap,
.hsl_four.active .hsl_wrap {
    transform: rotate(0deg);
}



.hsrs_item img {
    transition: all .5s;
}

.hsrs_item:hover img {
    transform: rotate(180deg);
}

.kt_btn a:hover {
    background: #0090DF;
    color: #fff;
}

.team_item img:hover {}

.schema_dopusk.global_container {
    margin-top: 180px;
}

.sd_title {
    color: #0090DF;
    text-transform: uppercase;
    line-height: 1;
    font-size: 27px;
    margin-bottom: 45px;
}

.sd_title b {
    font-weight: bold;
}

.sd_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.sd_left {
    margin-right: 30px;
}

.sd_right {}

.sdr_item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.sdr_item span {
    margin-left: 20px;
}

.sdr_item figure {
    width: 43px;
    text-align: center;
}

.dupusk_konsul {
    background: #DFDFDF;
    margin-top: 150px;
    display: inline-block;
    width: 100%;
}

.dupusk_konsul .konsul_bot.global_container {
    margin-top: 0;
}

.kb_one {
    margin-top: -90px;
}

.dopusk_garant_items.dgi_row_one {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    margin-right: 9px;
}

.dopusk_garant_item {
    width: 307px;
    height: 307px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all .5s;
    transform: scale(1);
}

.dopusk_garant_item:hover {
    transform: scale(.9);
}

.dgt_num {
    font-size: 67px;
    line-height: .8;
    color: #fff;
    text-indent: 10px;
}

.dgt_text {
    font-size: 17px;
    line-height: 1;
    color: #fff;
}

.dopusk_garant_item:last-child {
    margin-right: 0;
}

.dopusk_gar .garant_title {}

.dopusk_garant_items.dgi_row_two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: -145px;
}

.dopusk_garant_shadow {
    text-align: center;
    margin-top: 65px;
    position: relative;
    top: 40px;
}

.dopusk_result_title {
    color: #0090DF;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 120px;
}

.dopusk_result_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
}

.drwo_item span {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.drw_one {
    text-align: right;
    margin-top: 20px;
}

.drwo_item:first-child,
.drwt_item:first-child {
    margin-bottom: 72px;
}

.drwt_item span {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.drw_two {
    margin: 0 10px;
}

.drwo_item:last-child,
.drwt_item:last-child {
    margin-top: 0;
}

.drw_three {
    margin-top: 20px;
}

.drwo_item figure,
.drwt_item figure {
    position: relative;
    display: inline-block;
    height: 55px;
}

.drwo_item:first-child figure:before {
    content: '';
    background: #0090DF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 155px;
    height: 3px;
}

.drwt_item:first-child figure:before {
    content: '';
    background: #0090DF;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 155px;
    height: 3px;
}

.drwo_item:last-child figure:before {
    content: '';
    background: #0090DF;
    position: absolute;
    top: -10px;
    left: 0;
    width: 155px;
    height: 3px;
}

.drwt_item:last-child figure:before {
    content: '';
    background: #0090DF;
    position: absolute;
    top: -10px;
    right: 0;
    width: 155px;
    height: 3px;
}

section.dopusk_result_section.global_container {
    padding-bottom: 60px;
}

.pk_section .hsrs_item img {
    margin: 0 5px;
}

.pk_section .hsrs_item span {
    margin: 0;
}

.pk_section .hsrs_item {
    font-size: 17px;
    margin-bottom: 10px;
}

.pk_section .hsr_service {
    width: 360px;
    margin-left: -65px;
}

.pk_section .hsrs_item span:last-child {
    width: 160px;
    text-align: left;
}

.pk_section .hsrs_item span:first-child {
    width: 165px;
}

.pk_napr.global_container {
    margin-top: 180px;
}

.pk_napr_title {
    color: #0090DF;
    text-transform: uppercase;
    line-height: 1;
    font-size: 27px;
    margin-bottom: 90px;
}

.pk_napr_title b {
    font-weight: bold;
}

.pk_napr_wrap {
    position: relative;
    width: 865px;
    margin: 0 auto;
    min-height: 592px;
}

a.pk_napr_item {
    position: absolute;
    display: block;
    overflow: hidden;
    padding: 0;
    transform: rotate(-45deg);
}

.pk_napr_item_div:before {
    content: '';
    position: absolute;
    z-index: 5;
    background: rgba(0, 144, 223, 0.64);
    width: 100%;
    height: 100%;
    top: -100%;
    left: -100%;
    transition: all .5s;
}

.pk_napr_item_div:hover:before {
    top: 0;
    left: 0;
}

a.pk_napr_item.pni1 {
    top: 100px;
}

.pk_napr_item_div span {
    position: relative;
    color: #fff;
    line-height: 1;
    font-size: 17px;
    z-index: 10;
}

.pni1 .pk_napr_item_div span,
.pni2 .pk_napr_item_div span {}

.pk_napr_item_div {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.pni1 .pk_napr_item_div,
.pni5 .pk_napr_item_div,
.pni6 .pk_napr_item_div,
.pni7 .pk_napr_item_div,
.pni8 .pk_napr_item_div,
.pni9 .pk_napr_item_div {
    width: 132.5px;
    height: 132.5px;
}

.pni2 .pk_napr_item_div {
    width: 132.5px;
    height: 132.5px;
    \: 150px;
}

a.pk_napr_item.pni2 {
    top: 197px;
    left: 98px;
}

.pni3 .pk_napr_item_div {
    width: 270px;
    height: 270px;
}

.pni3 .pk_napr_item_div span {}

a.pk_napr_item.pni3 {
    top: 226px;
    left: 223px;
}

.pni4 .pk_napr_item_div {
    width: 270px;
    height: 270px;
}

.pni4 .pk_napr_item_div span {}

a.pk_napr_item.pni4 {
    right: 178px;
    top: 32px;
}

.pni1 .pk_napr_item_div img,
.pni2 .pk_napr_item_div img {
    transform: scale(1.4);
}

.pk_napr_item_div img {
    position: absolute;
    transform: scale(1.4);
}

a.pk_napr_item.pni5 {
    top: 100px;
    left: 195px;
}

a.pk_napr_item.pni6 {
    top: 2px;
    left: 292px;
}

a.pk_napr_item.pni7 {
    top: 197px;
    right: 52px;
}

a.pk_napr_item.pni8 {
    top: 295px;
    right: 150px;
}

a.pk_napr_item.pni9 {
    top: 393px;
    right: 248px;
}

.pk_napr_shadow {
    text-align: center;
}

.schema_dopusk.schema_pk_dopusk.global_container {
    margin-top: 65px;
}

.konsul_bot.about_konsul_bot.global_container {
    margin-top: 370px;
}

section.team_section.about_team_section {
    margin-top: 120px;
}

.about_konsul .konsul_top>div {
    width: 100%;
}

.about_konsul_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.about_kt_text {
    font-size: 18px;
    line-height: 1.4;
    width: 37%;
}

.about_kt_right {
    color: #fff;
    text-align: right;
    position: relative;
    top: 50px;
}

.about_kt_right b {
    font-size: 27px;
    display: block;
    line-height: 1;
    color: #0090df;
}

.about_kt_right span {
    font-size: 18px;
    line-height: 1;

}

.aktr_item {
    margin-bottom: 20px;
}

section.konsul_section.about_konsul {
    background-image: url(/img/about/new-about-bg.jpg);
    margin-top: 0;
    position: relative;
    min-height: 0;
    padding: 70px 0 50px;
}

section.konsul_section.about_konsul .konsul_top .kt_title:before {
    content: '';
    background: #1197E0;
    width: 100%;
    height: 3px;
    position: absolute;
    top: -10px;
    left: 0;
}

.about_konsul .kt_title {
    position: relative;
}

.contact_section .kt_title {
    margin-bottom: 100px;
}

.contact_block {
    font-size: 24px;
    line-height: 1.2;
}

.contact_block b {
    color: #1197E0;
    font-weight: 900;
}

.contact_glass {
    width: 90%;
    text-align: center;
}

.contact_block_item {
    margin-bottom: 35px;
}

.contact_map {
    width: 50%;
    height: 100%;
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 3;
}

section.contact_section {
    position: relative;
}

.contact_top {}

.contact_block_wrap {
    background: #ecf0f1;
    width: 50%;
    position: relative;
    z-index: 5;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    padding-top: 95px;
}

section.head_section.inner_page {
    height: auto;
    background-position: center top;
}

.pages_inner {
    padding: 30px 0 50px;
}


form#proverka_sro_1 input {
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
    border: none;
    text-align: center;
}

form#proverka_sro_1 {
    padding: 10px;
    display: none;
}

form#proverka_sro_1 input:nth-child(4) {
    margin-bottom: 0;
}

form#proverka_sro_1 input[type="submit"] {
    padding-left: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all .5s;
}

form#proverka_sro_1 input:focus {
    background: #fff !important;
    color: #409fdb;
}

form#proverka_sro_1 input[type="submit"]:hover {
    background: #fff;
    color: #409fdb;
}

.hsl_four.active {
    width: 75%;
    position: relative;
    z-index: 10;
}

.tii_item_row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
}

.tii_item_row:nth-child(2) {
    justify-content: space-around;
    margin-top: -30px;
}

.tii_item_row:nth-child(3) {
    margin-top: -30px;
}

/* modal form main */
.main_modal_wrap {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.mmf_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.51);
}

.mmw_block {
    position: relative;
    z-index: 15;
    width: 410px;
    background: #0070ad;
    text-align: center;
    border: 25px solid #0090DF;
    padding: 20px 0;
}

.main_modal_form {

    margin: 15px 0px;
}

.main_modal_form input[type="text"],
.main_modal_form input[type="tel"],
.main_modal_form input[type="email"] {

    display: block;
    width: 256px;
    height: 33px;
    margin: 0px auto 15px;
    padding-left: 10px;
    border: none;
}

.main_modal_form textarea {

    display: block;
    width: 256px;
    height: 80px;
    margin: 0px auto 15px;
    padding-left: 10px;
    border: none;
}

.main_modal_form input[type="submit"] {

    width: 256px;
}

.close_modal {
    text-decoration: underline;
    cursor: pointer;
}

.mmf_footer {
    color: #fff;
    font-size: 13px;
}

.sub_modal_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.sub_overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.sub_block {
    position: relative;
    z-index: 10;
    max-width: 315px;
    text-align: center;
    background: #409FDB;
    padding: 20px;
}

.sub_block input {
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    text-align: center;
}

.sub_block input[type="submit"] {
    margin-bottom: 0;
}

.back_to_top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 900;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 50px;
}

.back_to_top:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border: 25px solid transparent;
    border-bottom: 40px solid #0093df;
    z-index: -1;
    opacity: .8;
}

.back_to_top:hover:before {
    opacity: 1;
}

span.date_action {
    display: block;
    font-size: 15px;
    text-align: right;
    margin-top: 10px;
}

.proverki_gar .dopusk_garant_items.dgi_row_one {
    justify-content: center;
}

.proverki_gar .dopusk_garant_items.dgi_row_two {
    justify-content: center;
    margin-left: -10px;
}

.heaer_logo_wrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
}

.logo_menu {
    line-height: 1;
    max-width: 170px;
}

.logo_menu a:before {
    display: none;
}

ul#primary-menu>li {
    max-width: 180px;
    text-align: center;
    line-height: 1;
    position: relative;
}

.heaer_logo_wrap>div:last-child {
    width: 82%;
}

.promo_section .kt_text_two {
    width: 100% !important;
}

.dopusk_sro .hsl_two {
    line-height: 1.1;
}

.new_fix_ds .hs_right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-end;
    justify-content: space-between;
}

.nfds_service {
    border-left: 3px solid #008FDD;
    padding-left: 30px;
}

.nfds_item {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
}

.nfds_item span.colored {
    font-size: 20px;
    color: #008FDD;
    text-transform: uppercase;
}

.nfds_item a {
    background: #008FDD;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 0 auto;
    max-width: 160px;
    text-align: center;
    padding: 8px;
    border: 1px solid transparent;
}

.nfds_item a:hover {
    color: #008FDD;
    border-color: #008FDD;
    background: transparent;
}

.dopusk_sro .hsrs_item:last-child {
    margin-bottom: 0;
}

.nfds_item:last-child {
    margin-bottom: 0;
}

.nfds_abs {
    position: absolute;
    top: 0;
    left: -85%;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.1;
    color: #008FDD;
    text-align: right;
}

.proverki_sro .hsr_service {
    width: 280px;
}

.konsul_section .kt_text_two {
    margin-bottom: 15px;
    margin-top: 30px;
}

.action_banner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.69);
}

.action_banner img {}

.action_banner a {
    text-align: center;
    max-width: 70%;
    max-height: 90%;
}

/* ABOUT PAGE */
.hs_right-top {
    font-size: 18px;
    line-height: 1;
    color: #121d24;
    position: relative;
}

.hs_right-top_one {
    margin-left: 330px;
    margin-bottom: 40px;
}

.hs_right.about-page {
    margin-top: 0;
}

.hs_right-top_three {
    margin-left: 190px;
    margin-bottom: 40px;
}

.hs_right-top_two {
    margin-left: 250px;
    margin-bottom: 40px;
}

.hs_right-top_four {
    margin-left: 130px;
}

.hs_right-bot {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 70px;
    position: relative;
}

.hs_right-bot-left {
    margin-left: 210px;
}

.hs_right-bot-left-one {
    color: #0391df;
    line-height: 1;
    font-size: 23px;
}

.hs_right-bot-left-two {
    color: #0391df;
    font-size: 30px;
    line-height: 1;
    margin-top: 10px;
}

.hs_right-bot-left-three a {
    display: block;
    border: 2px solid #0391df;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    background: #ECF0F1;
    padding: 10px 10px;
    transition: all .5s;
}

.hs_right-bot-left-three a:hover {
    background: #0391df;
    color: #fff;
}

.hs_right-bot-left-three {
    margin-top: 30px;
}

.hs_right-bot-right {
    position: absolute;
    top: -220px;
    right: -133px;
    max-width: 270px;
}

.head_section_wrap.about-page {
    align-items: flex-start;
    margin-top: 100px;
}

.hsl_one.about-page {
    display: none;
}

.about-page .hs_left {
    margin-top: 22px;
}

.hs_right-top:before {
    content: '';
    background-image: url(/img/about/quest.png);
    width: 175px;
    height: 278px;
    position: absolute;
    right: 30%;
    top: 0;
    z-index: 0;
}

.hs_right-top>div {
    position: relative;
    z-index: 10;
}

.about_konsul .kt_title:before {
    display: none;
}

section.about-partner {
    background: #fff;
    padding: 30px 0 50px;
}

.about-partner-title {
    font-size: 27px;
    color: #0090df;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.about-partner-item {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-partner-item img {
    margin-right: 20px;
}

.about-partner-item:last-child {
    margin-bottom: 0;
}

.about-partner-list {
    padding-left: 85px;
}

section.about-service {
    background: #DFDFDF;
    padding: 60px 0 100px;
}

.about-service-title {
    margin-bottom: 80px;
    font-size: 27px;
    color: #0090df;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1;
}

.about-service-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.about-service-item img {
    display: block;
    margin: 0 auto 15px;
}

.about-service-item {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

section.about-dost {
    background: #ECF0F1;
    padding: 50px 0 50px;
}

.about-dost-title {
    font-size: 27px;
    color: #0090df;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1;
}

.about-dost-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-dost-item {
    width: 32%;
    position: relative;
    margin-bottom: 70px;
    font-size: 17px;
    color: #6b6b6b;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    align-items: center;
    font-weight: bold;
    position: relative;
}

.about-dost-item span {
    font-size: 91px;
    color: #213b4a;
    line-height: 1;
    font-weight: bold;
    font-family: 'Bebas Neue';
    margin-right: 15px;
    min-width: 115px;
    text-align: right;
    position: relative;
    z-index: 5;
}

.about-dost-item div {
    position: relative;
    z-index: 5;
}

.about-dost-item:before {
    content: '';
    background-image: url(/img/about/figure.png);
    width: 168px;
    height: 80px;
    position: absolute;
    z-index: 0;
    top: 30px;
    left: -30px;
}

section.about-clients {
    background: #FEFEFE;
    padding: 30px 0;
}

.about-clients-title {
    font-size: 27px;
    color: #0090df;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 1;
}

.about-clients-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-around;
}

.about-clients-item {
    margin: 0 0px 40px;
    width: 32%;
    text-align: center;
}

section.about-timeline {
    background: #fefefe;
    padding: 30px 0;
}

.about-timeline-title {
    font-size: 27px;
    color: #0090df;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1;
}

.about-timeline-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.about-timeline-item.timeline-left {}

.about-timeline-item.timeline-left {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    position: relative;
}

.about-timeline-item-text {
    background: #D2D2D2;
    border-radius: 10px;
    line-height: 1.2;
    padding: 10px;
}

.about-timeline-item-letter {
    font-size: 72px;
    line-height: 1;
    color: #0090df;
    font-weight: bold;
}

.timeline-left .about-timeline-item-text {
    margin-right: 15px;
    text-align: right;
}

.timeline-left .about-timeline-item-letter {
    margin-right: 15px;
}

.about-timeline-item.timeline-right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 20px;
    position: relative;
}

.timeline-right .about-timeline-item-letter {
    margin-left: 15px;
}

.timeline-right .about-timeline-item-text {
    margin-left: 15px;
}

.about-timeline-item.timeline-left:before {
    content: '';
    background: #D2D2D2;
    /*width: 3px;
    height: 100%;*/
    position: absolute;
    bottom: 0;
    right: -2px;
}



.about-timeline-item.timeline-left:after {
    content: '';
    background: #D2D2D2;
    height: 3px;
    width: 165px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-timeline-item.timeline-right:before {
    content: '';
    background: #D2D2D2;
    /*width: 3px;
    height: 100%;*/
    position: absolute;
    bottom: 0;
    left: -1px;
}

.about-timeline-item.timeline-right:after {
    content: '';
    background: #D2D2D2;
    height: 3px;
    width: 165px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*.about-timeline-item:nth-child(1):before,
.about-timeline-item:nth-child(2):before {
    height: 68px;
}*/

.about-timeline-item:nth-child(7):before {
    height: 68px;
    top: 0;
    width: 4px;
    right: -2px
}

.about-timeline-item:nth-child(7):after {
    display: none;
}

.about-timeline-item:nth-child(2) {}

.timeline-left-wrap {
    width: 50%;
    border-right: 3px solid #d2d2d2;
}

.timeline-right-wrap {
    width: 50%;
    margin-top: 73px;
}

.about-timeline-item.timeline-left:last-child:after {
    display: none;
}

.about-timeline-item.timeline-left:last-child:before {
    height: 50%;
    top: 0;
}

.about-timeline-item.timeline-right:last-child:after {
    display: none;
}

.new-item-news {
    width: 47%;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.new-item-news-right {
    margin-left: 35px;
    width: 160px;
    height: 160px;
    position: relative;
    transform: rotate(45deg);
    overflow: hidden;
}

.new-item-news-right div {
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: -80px;
    width: 160%;
    height: 190%;
    transform: rotate(-45deg);
}

.new-item-news-left {
    flex: 1;
}


/* NEW PS */
.hsrnpp-top-item {
    color: #409fdb;
    font-size: 20px;
    text-align: right;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
}

.hsrnpp-top-item:before {
    content: '';
    width: 31px;
    height: 31px;
    background-image: url(/img/new/mini_coub.png);
    position: absolute;
    right: -35px;
}

.hsrnpp-mid {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 50px;
    margin: 0 -30px;
}

.hsrnpp-mid-item b {
    font-size: 27px;
    color: #000;
}

.hsrnpp-mid-item {
    position: relative;
    padding-top: 30px;
}

.hsrnpp-mid-item:after {
    content: '';
    width: 70%;
    height: 4px;
    background: #409FDB;
    position: absolute;
    top: 0;
    left: 15%;
}

.hsrnpp-bot {
    width: 60%;
    margin-left: auto;
    text-align: center;
}

.hsrnpp-bot a {
    color: #0391df;
    border: 2px solid #0391df;
    display: inline-block;
    font-size: 22px;
    transition: all .5s;
    padding: 7px 40px;
}

.hsrnpp-bot a:hover {
    background: #0391df;
    color: #fff;
}

.head_section_bot.new-proverki-page {
    margin-top: 45px;
}

section.new-proverki-type-section {}

section.new-proverki-type-section .global_container {
    background-image: url(/img/new-proverki-type-section.jpg);
    background-size: cover;
    padding-top: 80px;
    background-position: top center;
    background-repeat: no-repeat;
}

.npts-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 65px;
    font-weight: bold;
}

.npts-wrap {
    display: flex;
}

.npts-wrap>div {
    width: 50%;
    padding-left: 0px;
    color: #121d24;
}

.npts-subtitle {
    font-size: 22px;
    line-height: 1.1;
    position: relative;
    padding-left: 45px;
}

.npts-subtitle b {
    color: #121d24;
}

.npts-left .npts-list {
    margin-top: 20px;
    width: 80%;
    border: none;
    box-shadow: 0px 0px 7px #b7b7b7;
    padding: 10px 20px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.npts-list-item {
    position: absolute;
    top: 46px;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 7px #b7b7b7;
    z-index: 10;
    padding: 20px;
    width: 100%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.npts-list-item.active {
    opacity: 1;
    visibility: visible;
}

.npts-list:before {
    content: '';
    border: 13px solid transparent;
    border-top: 20px solid #B7B7B7;
    position: absolute;
    top: 15px;
    right: 15px;
}

.npts-right ul {
    margin-top: 20px;
    margin-left: 45px;
}

.npts-bot {
    color: #409fdb;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    width: 60%;
    margin-top: 80px;
    padding-bottom: 20px;
}

.npts-subtitle:after {
    content: '';
    width: 31px;
    height: 31px;
    background-image: url(/img/new/mini_coub.png);
    position: absolute;
    top: 0;
    left: 0;
}

.new-proverki-forms-top {
    background: linear-gradient(to right, #fff 80%, #ecf0f1 20%);
    padding: 40px 0;
}

.new-proverki-forms-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 65px;
    font-weight: bold;
}

.new-proverki-forms-item {
    color: #121d24;
    font-size: 16px;
    line-height: 1.3;
    max-width: 50%;
}

.new-proverki-forms-item:last-child {
    margin-top: 30px;
}

.new-proverki-forms-bot {
    padding: 40px 0 60px;
    font-size: 22px;
    color: #409fdb;
    line-height: 1.2;
    font-weight: bold;
}

section.new-proverki-forms {
    position: relative;
}

.new-proverki-forms-abs-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/img/proverka-dokumentov-u-notariusa-1.png);
    width: 644px;
    height: 705px;
    background-size: cover;
    background-position: top left;
}

.new-proverki-forms-abs>div {
    position: relative;
}

section.new-proverki-garant {
    background-image: url(/img/new-proverki-sotr-bg.jpg);
    padding: 20px 0 50px;
}

.new-proverki-garant-wrap {
    display: flex;
    align-items: center;
}

.new-proverki-garant-left-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-weight: bold;
}

.new-proverki-garant-mid img {
    max-width: 404px;
    position: absolute;
    top: -20px;
    width: 330px;
    left: -40px;
}

.new-proverki-garant-left-subtitle {
    text-align: center;
    color: #121d24;
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 20px;
}

form#new-proverki-garant select {
    height: 40px;
    min-width: 250px;
    padding-left: 10px;
    border: none;
    margin-bottom: 20px;
}

form#new-proverki-garant {
    text-align: center;
}

.new-proverki-garant-label {
    font-size: 16px;
    color: #121d24;
    margin-bottom: 20px;
}

.new-proverki-garant-label input {
    margin-left: 15px;
    font-size: 22px;
    border: none;
    background: transparent;
    font-weight: bold;
}

.new-proverki-garant-label input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.new-proverki-garant-submit input {
    background: #0090DF;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent;
    height: 35px;
    padding: 0 50px;
    font-weight: bold;
}

.new-proverki-garant-submit {
    margin-bottom: 20px;
}

.new-proverki-garant-left-text {
    text-align: center;
    color: #121d24;
    font-size: 10px;
    line-height: 1.1;
}

.new-proverki-garant-right {
    padding-left: 40px;
    width: 36%;
}

.new-proverki-garant-right-name {
    font-size: 22px;
    color: #121d24;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
}

.new-proverki-garant-right-name span {
    font-size: 16px;
}

.new-proverki-garant-right-exp {
    font-size: 16px;
    color: #121d24;
    line-height: 1.2;
    margin-bottom: 20px;
}

.new-proverki-garant-right-phone {
    font-size: 22px;
    font-weight: bold;
    color: #121d24;
    line-height: 1;
}

.new-proverki-garant-right-phone img {
    margin-right: 5px;
    position: relative;
    top: 6px;
}

.new-proverki-garant-right-name:before {
    content: '';
    width: 150%;
    height: 3px;
    background: #0090DF;
    position: absolute;
    right: 0;
    bottom: -25px;
    z-index: 5;
}

.new-proverki-garant-mid {
    position: relative;
    z-index: 10;
    width: 24%;
    height: 100%;
    align-self: baseline;
}

.new-proverki-garant-left {
    width: 40%;
}

.page-template-tpl-arb .new-proverki-garant-left {
    width: 37%;
}

.page-template-tpl-arb .new-proverki-garant-right {
    width: 40%;
}

.page-template-tpl-service .new-dopusk-how-item:nth-child(1) {
    margin-left: 100px;
}

.page-template-tpl-service .new-dopusk-how-item:nth-child(1) img {
    transform: rotate(1deg);
    width: 160px;
}

.page-template-tpl-service .new-dopusk-how-item:nth-child(2) {
    margin-left: 100px;
}

.page-template-tpl-service .new-dopusk-how-item:nth-child(2) img {
    transform: rotate(4deg);
    width: 155px;
    bottom: 44px;
    max-width: none;
    right: 5px;
}

.page-template-tpl-service .new-dopusk-how-item:nth-child(3) {
    margin-left: 100px;
}

.page-template-tpl-service .new-dopusk-how-item:nth-child(3) img {
    transform: rotate(11deg);
    width: 131px;
    left: 5px;
}

section.new-proverki-docs {
    padding: 100px 0 50px;
}

.new-proverki-docs-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: bold;
}

.new-proverki-docs-subtitle {
    font-size: 16px;
    font-weight: bold;
    padding-left: 70px;
    margin-bottom: 15px;
}

.new-proverki-docs-list ul {
    padding-left: 60px;
}

.new-proverki-docs-list li {
    padding-left: 10px;
    font-size: 16px;
}

section.new-proverki-subdocs {
    background: #fff;
    padding: 20px 0 40px;
    text-align: center;
}

.new-proverki-subdocs-top {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.new-proverki-subdocs-mid {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: bold;
}

.new-proverki-subdocs-bot a {
    color: #0391df;
    border: 2px solid #0391df;
    display: inline-block;
    transition: all .5s;
    padding: 7px 40px;
    text-transform: uppercase;
}

.new-proverki-subdocs-bot a:hover {
    background: #0391df;
    color: #fff;
}

section.new-proverki-pre {
    background: #DFDFDF;
    padding: 75px 0 60px;
}

.new-proverki-pre-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: bold;
}

.new-proverki-pre-list {
    display: flex;
    justify-content: space-between;
}

.new-proverki-pre-item {
    text-align: center;
}

.new-proverki-pre-item-title {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 15px 0 25px;
}

.new-proverki-pre-item-text {
    font-size: 15px;
    line-height: 1.1;
}

.new-proverki-pre-item-img img {
    max-height: 75px;
}

section.new-proverki-dost {
    background: #ECF0F1;
    padding: 50px 0 50px;
}

.new-proverki-dost-titl {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: bold;
}

.new-proverki-dost-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-around;
}

.new-proverki-dost-item {
    position: relative;
    margin-bottom: 70px;
    font-size: 17px;
    color: #6b6b6b;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    align-items: center;
    font-weight: bold;
    position: relative;
}

.new-proverki-dost-item span {
    font-size: 91px;
    color: #213b4a;
    line-height: 1;
    font-weight: bold;
    font-family: 'Bebas Neue';
    margin-right: 35px;
    min-width: 115px;
    text-align: right;
    position: relative;
    z-index: 5;
}

.new-proverki-dost-item div {
    position: relative;
    z-index: 5;
    font-size: 22px;
}

.new-proverki-dost-item:before {
    content: '';
    background-image: url(/img/about/figure.png);
    width: 168px;
    height: 80px;
    position: absolute;
    z-index: 0;
    top: 30px;
    left: -30px;
}

section.new-proverki-related {
    padding: 90px 0 70px;
}

.new-proverki-related-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: bold;
}

.new-proverki-related-list {
    display: flex;
    justify-content: space-around;
}

.new-proverki-related-list a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #0090DF;
    padding: 10px;
    width: 28%;
    text-align: center;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.new-proverki-related-list a:hover {
    border-color: #0090DF;
    color: #0090DF;
    background: transparent;
}

.page-template-tpl-ps section.news_section {
    background: #FFF;
}

.page-template-tpl-ps,
.page-template-tpl-service,
.page-template-tpl-arb {
    color: #121d24;
}

.new-dopusk-service-item {
    display: flex;
    align-items: center;
    color: #0090df;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
    margin: 0 60px 20px auto;
    line-height: 1;
}

.new-dopusk-service-item img {
    width: 53px;
    margin-right: 20px;
}

.new-dopusk-service {
    margin-bottom: 65px;
}

.new-dopusk-warning {
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
}

.new-dopusk-warning hr {
    background: #409FDB;
    height: 4px;
    margin: 10px auto;
    width: 50%;
}

.page-template-tpl-service section.head_section {
    height: 800px;
    background-position: center top;
}

.page-template-tpl-service .hsl_one {
    margin-bottom: 45px;
}

/* DOPUSK SRO */

.page-template-tpl-service section.new-proverki-garant,
.page-template-tpl-arb section.new-proverki-garant {
    background: #DFDFDF;
    padding-top: 40px;
}

.new-proverki-garant-right-exp>div {
    position: relative;
    margin-bottom: 10px;
    line-height: 1;
    padding-left: 25px;
}

.new-proverki-garant-right-exp>div:before {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url(/img/new/mini_coub.png);
    position: absolute;
    background-size: 100% 100%;
    top: 0;
    left: 0px;
}

.page-template-tpl-service .new-proverki-garant-left-title {
    margin-bottom: 50px;
}

section.new-dopusk-how {
    padding: 60px 0 90px;
    background: #fff;
}

.new-dopusk-how-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: bold;
}

.new-dopusk-how-list {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.new-dopusk-how-item {
    position: relative;
    font-size: 18px;
    color: #6b6b6b;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    align-items: center;
    font-weight: bold;
    position: relative;
}

.new-dopusk-how-item:nth-child(2),
.new-dopusk-how-item:nth-child(4) {
    margin-top: 170px;
}

.new-dopusk-how-item:before {
    content: '';
    background-image: url(/img/about/figure.png);
    width: 140px;
    height: 66px;
    position: absolute;
    z-index: 0;
    top: 20px;
    left: -130px;
    background-size: 100%;
}

.new-dopusk-how-item:after {
    content: '1';
    position: absolute;
    font-size: 91px;
    color: #213b4a;
    line-height: 1;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-align: right;
    z-index: 5;
    left: -74px;
    top: 0;
}

.new-dopusk-how-item:nth-child(1):after {
    content: '1';
}

.new-dopusk-how-item:nth-child(2):after {
    content: '2';
}

.new-dopusk-how-item:nth-child(3):after {
    content: '3';
}

.new-dopusk-how-item:nth-child(4):after {
    content: '4';
}

.new-dopusk-how-item:nth-child(5):after {
    content: '5';
}

.new-dopusk-how-item:nth-child(1) img {
    position: absolute;
    left: 23px;
    top: 96px;
    width: 141px;
    transform: rotate(7deg);
}

.new-dopusk-how-item:nth-child(2) img {
    position: absolute;
    right: 21px;
    bottom: 51px;
    width: 119px;
    transform: rotate(1deg);
}

.new-dopusk-how-item:nth-child(3) img {
    position: absolute;
    left: 23px;
    top: 96px;
    width: 160px;
    transform: rotate(0deg);
}

.new-dopusk-how-item:nth-child(4) img {
    position: absolute;
    right: 21px;
    bottom: 51px;
    width: 119px;
    transform: rotate(1deg);
}

section.new-dopusk-price {
    padding: 50px 0;
}

.new-dopusk-price-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: bold;
}

.new-dopusk-price-subtitle {
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
}

section.new-dopusk-price thead {}

section.new-dopusk-price thead th {
    text-align: center;
    padding-bottom: 10px;
}

section.new-dopusk-price tbody td {
    padding: 10px 0 10px 28px;
    border-top: 4px solid #A9DEFF;
    /*border-right: 2px solid #D7D7D7;*/
    line-height: 2;
    position: relative;
}

section.new-dopusk-price tbody td:before {
    content: '';
    width: 2px;
    background: #D7D7D7;
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
}

section.new-dopusk-price table {
    font-weight: bold;
}

section.new-dopusk-price tbody td:last-child:before {
    display: none;
}

section.new-dopusk-price tbody td:first-child {
    padding-left: 0;
    font-size: 22px;
    line-height: 1.5;
}

section.new-dopusk-sam {
    background: #DFDFDF;
    padding: 60px 0 60px;
}

.new-dopusk-sam-wrap {
    display: flex;
    justify-content: space-between;
}

.new-dopusk-sam-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
}

.new-dopusk-sam-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.new-dopusk-sam-item img {
    margin-right: 10px;
}

.new-dopusk-sam-item:last-child {
    margin-bottom: 0;
}

.new-dopusk-sam-or {
    color: #848484;
    font-size: 14px;
    margin: 30px 0 10px 44px;
}

.new-dopusk-sam-footer {
    margin-left: 44px;
    font-weight: bold;
    line-height: 1.2;
}

.new-dopusk-sam-footer span {
    font-size: 22px;
}

.new-dopusk-sam-calc {
    background: #fff;
    padding: 30px 35px;
    margin-top: 20px;
    width: 300px;
}

.new-dopusk-sam-calc-step-title {
    color: #0090DF;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-weight: bold;
    text-align: center;
}

.new-dopusk-sam-calc-subtitle {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
}

.new-dopusk-sam-calc-go a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #0090DF;
    padding: 8px;
    text-align: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: block;
}

.new-dopusk-sam-calc-go a:hover {
    background: transparent;
    color: #0090DF;
    border-color: #0090DF;
}

.new-dopusk-sam-calc-nav {
    display: flex;
    justify-content: center;
}

.new-dopusk-sam-calc-nav>div {
    background: #ddd;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    cursor: pointer;
}

.new-dopusk-sam-calc-nav>div.active {
    background: #0090DF;
}

.new-dopusk-sam-calc-nav {
    margin-top: 30px;
}

.new-dopusk-sam-right-req {
    margin-top: 50px;
    padding: 0 35px;
}

.new-dopusk-sam-right-req a {
    text-transform: uppercase;
    font-weight: bold;
    color: #0090DF;
    background: transparent;
    padding: 8px;
    text-align: center;
    border: 2px solid #0090DF;
    box-sizing: border-box;
    display: block;
}

.new-dopusk-sam-right-req a:hover {
    background: #0090DF;
    color: #fff;
}

.new-dopusk-sam-right-phone {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.new-dopusk-sam-right-phone img {
    margin-right: 10px;
}

section.new-dopusk-multi {
    background: #fff;
    padding: 30px 0 0;
}

.new-dopusk-docs-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
}

.new-dopusk-with-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
}

.new-dopusk-sotr-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
}

.new-dopusk-docs-wrap {
    display: flex;
    flex-wrap: wrap;
}

.new-dopusk-docs-item {
    width: 50%;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.new-dopusk-docs-item:last-child {
    margin-bottom: 0;
}

.new-dopusk-docs-item:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.new-dopusk-with {
    margin-top: 50px;
}

.new-dopusk-with-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.new-dopusk-sotr {
    margin-top: 80px;
}

.new-dopusk-with-wrap img {
    margin: 0 30px 20px;
}

.new-dopusk-sotr-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.new-dopusk-sotr-wrap>div {
    width: 18%;
    margin: 0 10px 40px;
    text-align: center;
}

.new-dopusk-sotr-wrap img {
    max-height: 115px;
}

section.new-dopusk-pre {
    padding: 40px 0 50px;
}

.new-dopusk-pre-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.new-dopusk-pre-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-dopusk-pre-left {
    margin-right: 35px;
}

.new-dopusk-pre-left-item {
    text-align: center;
}

.new-dopusk-pre-left-item-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px;
    line-height: 1;
}

.new-dopusk-pre-left-item-subtitle {
    line-height: 1.2;
}

.new-dopusk-pre-left-item:first-child {
    margin-bottom: 30px;
}

.new-dopusk-pre-right-one {
    font-size: 22px;
    line-height: 1;
    color: #333333;
    margin-bottom: 20px;
}

.new-dopusk-pre-right-one span {
    color: #0090df;
    text-transform: uppercase;
    font-weight: bold;
}

.new-dopusk-pre-right-three {
    font-size: 22px;
    line-height: 1;
    color: #333333;
    margin-bottom: 20px;
}

.new-dopusk-pre-right-three span {
    color: #939393;
    font-weight: bold;
    text-transform: uppercase;
}

.new-dopusk-pre-right-two {
    line-height: 1.3;
    margin-bottom: 65px;
}

.new-dopusk-pre-right-four {
    line-height: 1.3;
}

.new-dopusk-pre-right {
    position: relative;
    padding-left: 60px;
    margin-left: 35px;
}

.new-dopusk-pre-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0090DF;
    width: 20px;
    height: 80%;
}

.new-dopusk-pre-right:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #B7B7B7;
    width: 20px;
    height: 20%;
}

/* NEW ARB */

.new-arb-head-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    z-index: 10;
}

.new-arb-head-info {
    padding-left: 244px;
    position: relative;
    margin-top: 100px;
    padding-top: 90px;
}

.new-arb-head-title:before {
    content: '';
    background: #DFDFDF;
    position: absolute;
    width: 50%;
    height: 4px;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.new-arb-head-item {
    font-size: 18px;
    position: relative;
    margin-bottom: 37px;
    line-height: 1;
}

.new-arb-head-item:before {
    content: '';
    width: 27px;
    height: 27px;
    background-image: url(/img/new/mini_coub.png);
    position: absolute;
    left: -40px;
    top: -3px;
    background-size: 100%;
}

img.new-arb-head-img {
    position: absolute;
    bottom: -10px;
    right: -205px;
    z-index: 0;
    max-width: 569px;
}

.new-arb-head-wrap {
    position: relative;
    z-index: 10;
}

.page-template-tpl-arb section.head_section.arb_section {
    height: 800px;
    background-position: center top;
}

.global_container.head_section_wrap {}

.page-template-tpl-arb .head_section_wrap {
    align-items: flex-start;
}

.new-arb-garant-submit a {
    background: #0090DF;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent;
    padding: 11px 50px 10px;
    display: inline-block;
    line-height: 1;
}

.new-arb-garant-submit a:hover {
    border-color: #0090DF;
    color: #0090DF;
    background: transparent;
}

.new-arb-garant-submit {
    margin-bottom: 25px;
}

.new-arb-garant-label {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}

.new-arb-garant-or {
    font-size: 12px;
    text-transform: uppercase;
    color: #c2bdbd;
    font-weight: bold;
    margin: 10px 0;
}

.page-template-tpl-arb section.new-proverki-garant {
    padding-bottom: 90px;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(1) {
    margin-right: 50px;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(2) {
    margin-right: 50px;
    left: 90px;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(3) {
    margin-right: 50px;
    left: 63px;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(4) {
    left: 90px;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(1) img {
    transform: rotate(15deg);
    left: 0;
    width: 125px;
    max-width: none;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(2) img {
    transform: rotate(-3deg);
    left: -21px;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(3) img {
    transform: rotate(8deg);
    left: 5px;
    width: 140px;
}

.page-template-tpl-arb .new-dopusk-how-item:nth-child(4) img {
    transform: rotate(-10deg);
    left: -35px;
    bottom: 45px;
}


.page-template-tpl-arb .new-dopusk-how-list {
    justify-content: flex-end;
}

section.new-arb-nos {
    background: #DFDFDF;
    background-image: url(/img/arb-nos-bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}

.new-arb-nos-bg {
    padding-top: 80px;
    padding-bottom: 80px;
}

.new-arb-nos-text {
    font-size: 22px;
    line-height: 1.2;
    width: 45%;
}

.new-arb-nos-text a {
    background: #0090DF;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid transparent;
    padding: 11px 50px 10px;
    display: block;
    line-height: 1;
    text-align: center;
    margin-top: 60px;
}

.new-arb-nos-text a:hover {
    background: transparent;
    color: #0090DF;
    border-color: #0090DF;
}

.new-arb-pre-title {
    color: #0090DF;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-weight: bold;
}

section.new-arb-pre {
    padding: 100px 0;
}

.new-arb-pre-wrap {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.new-arb-pre-item-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0 20px;
    line-height: 1;
}

.new-arb-pre-item-subtitle {
    line-height: 1.3;
}

.new-arb-pre-item img {
    height: 90px;
}

section.new-arb-sro {
    padding: 50px 0 20px;
    background: #fff;
}

.new-arb-sro .new-dopusk-sotr {
    margin-top: 0;
}

.new-dopusk-sam-calc-step {
    display: none;
}

.new-dopusk-sam-calc-step.active {
    display: block;
}

.new-dopusk-sam-calc-check {
    text-align: left;
    padding-left: 35px;
    margin-bottom: 10px;
    text-transform: none;
}

.new-dopusk-sam-calc-check:last-child {
    margin-bottom: 0;
}

.new-dopusk-sam-calc-check input {
    margin-right: 5px;
}

.new-dopusk-sam-calc-input {
    display: flex;
    margin-bottom: 10px;
}

span.new-dopusk-sam-calc-input-icon {
    background: #0091E2;
    padding: 7px;
}

.new-dopusk-sam-calc-input input {
    height: 45px;
    border: 1px solid #0091E2;
    text-indent: 10px;
    font-weight: normal;
    flex: 1;
}

.new-dopusk-sam-calc-input:last-child {
    margin-bottom: 0;
}

.new-dopusk-sam-calc-go input {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #0090DF;
    padding: 8px;
    text-align: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    transition: all .5s;
}

.new-dopusk-sam-calc-go input:hover {
    background: transparent;
    color: #0090DF;
    border-color: #0090DF;
}

.new-dopusk-sam-calc-check label {
    position: relative;
}

.new-dopusk-sam-calc-check label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 13px;
    height: 13px;
    background: #DDDDDD;
}

.new-dopusk-sam-calc-check label.active:before {
    background: #0091E2;
}

header.omg-header {
    background: #0090DF;
}

.omg-header__wrap {
    display: flex;
}

.omg-header__logo {
    margin-right: 35px;
}

.omg-header__menus {
    flex: 1;
}

nav.omg-header__bot-menu-item a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Muller Bold";
}

nav.omg-header__bot-menu-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.omg-header__top-menu {
    display: flex;
    justify-content: space-between;
    background: #17648F;
    padding: 7.5px 0;
    align-items: center;
    position: relative;
}

.omg-header__top-menu-right {
    display: flex;
    align-items: center;
}

.omg-header__top-menu-left a {
    margin-left: 50px;
    color: #fff;
    font-weight: bold;
    font-family: "Muller Bold";
}

.omg-header__top-menu-right-item.omg-header__modal a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #1EB8FF;
    line-height: 1;
    padding: 5px 20px;
    font-family: "Muller Bold";
}

.omg-header__top-menu-right-item.omg-header__modal {
    line-height: 1;
    margin-right: 20px;
}

.omg-header__top-menu-right-item.omg-header__phone {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: "Muller Bold";
}

.omg-header__top-menu-left {
    line-height: 1;
    margin-right: 20px;
}

.omg-header__top-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: -9999px;
    background: #17648f;
    width: 9999px;
    height: 100%;
}

.omg-header__logo img {
    display: block;
}

.omg-header__top-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -29px;
    width: 35px;
    height: 80px;
    background: #0090df;
    transform: rotate(15deg);
}

.omg-home-slider__item {
    padding: 90px 0 180.5px;
    background-repeat: no-repeat;
    background-position: top center;
}

.omg-home-slider__item-slide-one-title {
    font-size: 45px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Muller Bold";
}

.omg-home-slider__item-slide-one-title-2 {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Muller Bold";
    text-align: center;
    padding-bottom: 30px;
}

.omg-home-slider__item-sale {
    font-size: 35px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Muller Bold";
    text-align: center;
}

.omg-home-slider__item-sale-number {
    font-size: 125px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Muller Bold";
    text-align: center;
}

.omg-home-slider__item-sale-number span {
    color: #fff;
    font-size: 100px;
}

.omg-home-slider__item-sale-descr {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    font-family: "Muller Bold";
    text-align: center;
    padding-top: 132.5px;
    padding-bottom: 10px;
}

.omg-home-slider__item-3 {

    background-repeat: no-repeat;
    background-position: top center;
}

.omg-home-slider__item-slide-one-btn a {
    display: inline-block;
    background: #00456C;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-family: "Muller ExtraBold";
    padding: 8px 50px 5px;
    transition: all .5s;
}

.omg-home-slider__item-slide-one-btn a:hover {
    background: #fff;
    color: #00456C;
}

.omg-home-slider__item-slide-one-btn {
    margin-top: 50px;
}

.omg-home-service__wrap {
    display: flex;
    justify-content: space-between;
}

a.omg-home-service__item {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #92A1AC;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Muller ExtraBold";
}

.omg-home-service__text h1 {
    font-size: 25px;
    position: relative;
    z-index: 5;
}

.omg-home-service__text h2 {
    font-size: 23px;
    color: #000;
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}

.omg-home-service__text {
    font-size: 20px;
    color: #121d24;
    line-height: 1.2;
    padding-top: 50px;
    position: relative;
    margin-top: 50px;
}

.omg-home-service__text span {
    position: relative;
    z-index: 5;
}

.omg-home-service__text:before {
    content: '';
    position: absolute;
    width: 168px;
    height: 80px;
    top: 15px;
    left: -70px;
    background-image: url(/wp-content/uploads/2018/03/home-service-before.png);
    z-index: 0;
}

a.omg-home-service__item {
    transform: rotate(45deg);
    border: 1px solid transparent;
    box-sizing: border-box;
    position: relative;
}

a.omg-home-service__item span {
    transform: rotate(-45deg);
    position: relative;
    z-index: 5;
}

section.omg-home-service {
    margin-top: 70px;
}

a.omg-home-service__item:hover {
    box-shadow: 0px 0px 33px 1px rgba(0, 144, 223, 0.58);
    background: #3AA9E5;
}

a.omg-home-service__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-sizing: border-box;
    border: 15px solid #0090DF;
    transition: all 1s;
    opacity: 0;
}

a.omg-home-service__item:hover:before {
    opacity: 1;
}

.page-template-tpl-new-home section.new-proverki-garant.omg-new-font {
    background: #DFDFDF;
    padding: 50px 70px;
    margin-top: 70px;
}

.page-template-tpl-new-home h3.new-proverki-garant-left-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

section.omg-home-ds {
    padding: 75px 0;
    background: #FBFBFB;
}

.omg-home-ds__title {
    color: #0090df;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.omg-home-ds__wrap {
    display: flex;
    justify-content: center;
}

.omg-home-ds__item {
    text-align: center;
    margin: 0px 50px;
    background: #fff;
    transition: all 1s;
    min-width: 295px;
    padding: 25px;
    box-shadow: 0px 0px 29px 2px rgba(88, 88, 88, 0.08);
}

.omg-home-ds__item img {
    display: block;
    margin: 0 auto 20px;
}

.omg-home-ds__item:hover {
    box-shadow: 0px 0px 50px 2px rgba(0, 144, 223, 0.52);
}

section.omg-home-ps {
    background-image: linear-gradient(to right, #0090DF 50%, #17648F 50%);
}

.omg-home-ps__wrap {
    display: flex;
    flex-wrap: wrap;
}

.omg-home-ps__item {
    width: 50%;
    min-height: 236px;
    position: relative;
    display: flex;
    padding: 30px;
}

.omg-home-ps__item.omg-home-ps__item-one {
    background-image: url(/wp-content/uploads/2018/03/age-barros-425536-unsplash-e1522317835471.png);
    background-size: cover;
    background-position: top right;
    justify-content: flex-end;
    align-items: flex-end;
}

.omg-home-ps__item.omg-home-ps__item-two {
    background-image: url(/wp-content/uploads/2018/03/samuel-zeller-360588-unsplash-e1522317807661.png);
    align-items: flex-end;
}

.omg-home-ps__item.omg-home-ps__item-three {
    background-image: url(/wp-content/uploads/2018/03/rawpixel-com-558596-unsplash-e1522317818808.png);
    justify-content: flex-end;
}

.omg-home-ps__item.omg-home-ps__item-four {
    background-image: url(/wp-content/uploads/2018/03/tim-gouw-69753-unsplash-e1522317796156.png);
}

.omg-home-ps__item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(70, 70, 70, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 1s;
}

.omg-home-ps__item span {
    color: #fff;
    position: relative;
    z-index: 5;
    font-size: 20px;
    font-family: "Muller ExtraBold";
    line-height: 1.3;
}

.omg-home-ps__item:hover:after {
    background-color: rgba(0, 144, 223, 0.51);
}

.omg-home-ps__title {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
    width: 26%;
    height: 100%;
    overflow: hidden;
    padding-top: 50px;
}

section.omg-home-ps>div {
    position: relative;
    overflow: hidden;
}

.omg-home-ps__title:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 360px;
    height: calc(100% + 100px);
    background: #0090df;
    top: -128px;
    left: -190px;
    transform: rotate(30deg);
}

.omg-home-ps__title span {
    position: relative;
    z-index: 5;
}

section.omg-home-ps>div:after {
    content: '';
    position: absolute;
    width: 375px;
    height: calc(100% + 100px);
    background: #17648F;
    top: 37px;
    right: -190px;
    transform: rotate(30deg);
}

section.omg-home-pre {
    background-color: #ECF0F1;
    padding: 95px 0;
    background-image: url(/wp-content/uploads/2018/03/home-pr-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 75%;
}

.omg-home-pre__title {
    color: #0090df;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 90px;
}

.omg-home-pre__wrap {
    display: flex;
    justify-content: space-between;
}

.omg-home-pre__item img {
    display: block;
    margin: 0 auto 30px;
    height: 76px;
}

.omg-home-pre__item {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    width: 25%;
}

section.omg-home-pk-iso {
    display: flex;
}

.omg-home-pk {
    width: 50%;
    padding: 120px 0 90px;
    background-image: url(/wp-content/uploads/2018/03/home-pk-bg.jpg);
    background-size: cover;
    background-position: top right;
    color: #fff;
    text-align: right;
    padding-right: 50px;
}

.omg-home-iso {
    width: 50%;
    padding: 120px 0 90px;
    background-image: url(/wp-content/uploads/2018/03/home-iso-bg-e1522326340370.jpg);
    background-size: cover;
    background-position: top left;
    color: #333333;
    padding-left: 50px;
}

.omg-home-pk-iso__title {
    font-size: 30px;
    line-height: 1.1;
}

.omg-home-pk-iso__text {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 30px;
}

.omg-home-pk-iso__btn {
    margin-top: 70px;
}

.omg-home-pk-iso__btn a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    background: #0090DF;
    color: #fff;
    padding: 10px 70px;
}

.omg-home-pk-iso__btn a:hover {
    background: #fff;
    color: #0090DF;
}

.page-template-tpl-new-home .about-clients-title {
    font-size: 30px;
}

.page-template-tpl-new-home section.about-clients {
    padding: 50px 0 30px;
}

.page-template-tpl-new-home .testi_title {
    font-size: 30px;
}

section.omg-home-phone {
    padding: 20px 0;
    text-align: center;
}

.omg-home-phone__wrap {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    border-top: 2px solid #0090df;
}

.omg-home-phone__wrap span {
    font-size: 24px;
}

footer.omg-footer {
    background: #0D527C;
    color: #fff;
    padding: 55px 0;
}

.omg-footer__wrap {
    display: flex;
    justify-content: space-between;
}

.omg-footer__soc-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}

.omg-footer__soc a {
    margin-right: 5px;
}

span.omg-footer__city-change {
    font-family: "Muller ExtraBold";
    font-size: 30px;
    line-height: 1;
    position: relative;
}

span.omg-footer__city-change:before {
    content: '';
    width: 20px;
    height: 30px;
    background-image: url(/wp-content/uploads/2018/03/Marker_100px.png);
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.omg-footer__city-name {
    display: flex;
    align-items: center;
}

div#all_city_list {
    display: none;
}

div#select_ur_city {
    font-size: 12px;
    background: #344855;
    padding: 10px 10px;
    line-height: 1;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    text-transform: uppercase;
}

div#select_ur_city:before {
    content: '';
    width: 17px;
    height: 13px;
    background-image: url(/wp-content/uploads/2018/03/footer-angle.png);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.omg-footer__city-address-item {
    display: none;
    font-size: 20px;
    line-height: 1;
}

.omg-footer__city-address-item.active {
    display: block;
}

.omg-footer__city-address {
    margin-top: 30px;
}

.omg-footer__contact-item {
    display: flex;
    align-items: center;
    font-family: "Muller ExtraBold";
    font-size: 20px;
    margin-bottom: 17px;
}

.omg-footer__contact-item:last-child {
    margin-bottom: 0;
}

.omg-footer__contact-item img {
    margin-right: 10px;
}

footer.omg-footer {
    background: #0D527C;
    color: #fff;
    padding: 55px 0 0;
    position: relative;
    overflow: hidden;
}

.omg-footer__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding-bottom: 55px;
}

.omg-footer__soc-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}

.omg-footer__soc a {
    margin-right: 5px;
}

span.omg-footer__city-change {
    font-family: "Muller ExtraBold";
    font-size: 30px;
    line-height: 1;
    position: relative;
}

span.omg-footer__city-change:before {
    content: '';
    width: 20px;
    height: 30px;
    background-image: url(/wp-content/uploads/2018/03/Marker_100px.png);
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.omg-footer__city-name {
    display: flex;
    align-items: center;
}

div#all_city_list {
    display: none;
    position: absolute;
    width: 100%;
    top: 36px;
    left: 0;
    background: #34414a;
    padding: 5px 10px;
}

div#select_ur_city {
    font-size: 12px;
    background: #344855;
    padding: 10px 10px;
    line-height: 1;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    text-transform: uppercase;
}

div#select_ur_city:before {
    content: '';
    width: 17px;
    height: 13px;
    background-image: url(/wp-content/uploads/2018/03/footer-angle.png);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.omg-footer__city-address-item {
    display: none;
    font-size: 20px;
    line-height: 1;
}

.omg-footer__city-address-item.active {
    display: block;
}

.omg-footer__city-address {
    margin-top: 30px;
}

.omg-footer__contact-item {
    display: flex;
    align-items: center;
    font-family: "Muller ExtraBold";
    font-size: 20px;
    margin-bottom: 17px;
}

.omg-footer__contact-item:last-child {
    margin-bottom: 0;
}

.omg-footer__contact-item img {
    margin-right: 10px;
}

div#all_city_list.active {
    display: block;
}

div#all_city_list a {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #52585d;
    line-height: 1;
}

div#all_city_list a:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

div#all_city_list a:hover {
    color: #0386cb;
}

.omg-footer__soc {
    padding-top: 5px;
}

.omg-map {
    position: relative;
    overflow: hidden;
}

.omg-map:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 3000px;
    background: rgba(23, 100, 143, 0.7098039215686275);
    top: -1500px;
    right: -12%;
    transform: rotate(30deg);
}

/*.omg-map:before {
    content: '';
    position: absolute;
    width: 30%;
    height: calc(3000px);
    background: #0090DF;
    top: -1500px;
    left: -7%;
    transform: rotate(30deg);
    z-index: 1;
}*/

footer.omg-footer:before {
    content: '';
    position: absolute;
    width: 30%;
    height: calc(3000px);
    background: #0090DF;
    top: -1500px;
    left: 0;
    transform: rotate(30deg);
    z-index: 1;
}

.omg-header__menus-wrap {
    display: flex;
    align-items: center;
}

.omg-header__menus-loaction {
    font-size: 16px;
    color: #fff;
    font-family: "Muller Bold";
    padding-left: 10px;
    margin-left: 35px;
    text-decoration: underline;
    position: relative;
}

.omg-header__menus-loaction:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: -5px;
    background: url(/wp-content/uploads/2018/03/Marker_100px.png);
    background-size: 100% 100%;
}

.page-template-tpl-new-nrs section#service {
    padding-top: 30px;
    height: 800px;
}

.page-template-tpl-new-nrs .hs_left {
    padding-left: 45px;
    width: 45%;
}

.hsl_two.omg-action-block {
    background: #17648F;
    text-align: center;
    font-size: 40px;
    line-height: .7;
    padding: 20px 10px;
    font-family: "Muller Bold";
    margin-top: 0;
    position: relative;
}

.hsl_two.omg-action-block span {
    font-size: 24px;
    text-transform: lowercase;
}

.omg-nrs-hs_right {
    flex: 1;
    text-align: right;
    padding-top: 130px;
}

.omg-nrs-hs_right__item {
    color: #17648f;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 50px;
    position: relative;
}

.page-template-tpl-new-nrs .head_section_wrap {
    align-items: flex-start;
}

.omg-nrs-hs_right__btn a {
    background: #0090DF;
    color: #fff;
    text-transform: uppercase;
    font-family: "Muller ExtraBold";
    font-size: 20px;
    padding: 10px 60px 7px;
    display: inline-block;
    border: 1px solid transparent;
}

.omg-nrs-hs_right__btn a:hover {
    background: transparent;
    color: #0090DF;
    border-color: #0090DF;
}

.omg-nrs-hs_right__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    width: 42px;
    height: 100%;
    background-image: url(/wp-content/uploads/2018/04/nrs-angle.png);
    background-repeat: no-repeat;
    background-position: center;
}

h3.omg-global-title {
    font-size: 30px;
    font-family: "Muller Bold";
    line-height: 1;
    text-transform: uppercase;
    color: #0090df;
    margin: 0 0 30px;
}

section.omg-nrs-text {
    padding: 40px 0;
}

.omg-nrs-text__body {
    font-size: 20px;
    line-height: 1.3;
    padding-left: 60px;
}

.page-template-tpl-new-nrs section.new-proverki-garant,
.page-template-tpl-new-sro-proekt section.new-proverki-garant {
    background: #DFDFDF;
}

.page-template-tpl-new-nrs .new-proverki-garant-left,
.page-template-tpl-new-sro-proekt .new-proverki-garant-left {
    width: 35%;
}

.page-template-tpl-new-nrs .new-proverki-garant-right,
.page-template-tpl-new-sro-proekt .new-proverki-garant-right {
    width: 40%;
    font-family: "Muller Bold";
}

section.omg-nrs-service {
    padding: 75px 0;
}

.omg-nrs-service__wrap {
    display: flex;
    justify-content: space-between;
}

.omg-nrs-service__item {
    width: 23%;
    background: #fff;
    padding: 45px 20px;
    text-align: center;
    font-family: "Muller Bold";
    font-size: 20px;
    line-height: 1;
}

.omg-nrs-service__img {
    min-height: 87px;
    margin-bottom: 20px;
}

.omg-nrs-service__img img {
    display: block;
    margin: 0 auto;
}

.omg-nrs-service__title {
    margin-bottom: 20px;
}

.omg-nrs-service__date {
    margin-bottom: 20px;
}

.omg-nrs-service__price {
    position: relative;
    z-index: 5;
}

.omg-nrs-service__price span {
    font-size: 30px;
    position: relative;
}

.omg-nrs-service__date span {
    font-size: 14px;
    display: block;
    font-family: "Muller Regular";
    margin-bottom: 5px;
}

.omg-nrs-service__price span:before {
    content: '';
    background-image: url(/wp-content/uploads/2018/04/nrs-price.png);
    width: 99px;
    height: 48px;
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -29px;
}

section.omg-nrs-our-list {
    padding: 60px 0 85px;
    background: #fff;
}

.omg-nrs-our-list__wrap {
    display: flex;
}

.omg-nrs-our-list__item {
    padding: 0 35px;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
}

.omg-nrs-our-list__text {
    font-size: 20px;
    line-height: 1.3;
    margin: 40px 0;
}

.omg-nrs-our-list__item--title {
    display: flex;
    align-items: center;
    color: #17648f;
    cursor: pointer;
    position: relative;
}

.omg-nrs-our-list__item--title img {
    margin-right: 20px;
}

.omg-nrs-our-list__item--title b {
    color: #0090df;
}

.omg-nrs-our-list__item--title span {
    position: relative;
}

.omg-nrs-our-list__item:first-child .omg-nrs-our-list__item--title span:after {
    content: '';
    display: inline-block;
    border: 6px solid transparent;
    border-top: 10px solid #0090df;
    position: absolute;
    top: 6px;
    right: -23px;
}

.omg-nrs-our-list__item--body ul {
    padding-left: 100px;
}

.omg-nrs-our-list__item--body {
    margin-top: 20px;
}

.omg-nrs-our-list__item--body ul li {
    padding-left: 15px;
}

.omg-nrs-our-list__item-btn a {
    display: inline-block;
    background: #1EB8FF;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Muller Bold";
    padding: 10px 40px 7px;
    border: 1px solid transparent;
}

.omg-nrs-our-list__item-btn a:hover {
    background: transparent;
    color: #1EB8FF;
    border-color: #1EB8FF;
}

.omg-nrs-our-list__item-btn {
    padding-left: 115px;
    margin-top: 20px;
}

section.omg-nrs-prem {
    padding: 40px 0;
}

.omg-nrs-prem__wrap {
    display: flex;
    justify-content: space-between;
}

.omg-nrs-prem__item {
    width: 260px;
    max-width: 100%;
    text-align: center;
}

.omg-nrs-prem__img {
    height: 82px;
    margin-bottom: 20px;
}

.omg-nrs-prem__title {
    font-size: 20px;
    font-family: "Muller Bold";
    line-height: 1.2;
    margin-bottom: 20px;
}

.omg-nrs-prem__text {
    font-size: 20px;
    line-height: 1.2;
}

.omg-nrs-prem h3.omg-global-title {
    margin-bottom: 60px;
}

section.omg-nrs-dost {
    padding: 80px 0;
}

section.omg-nrs-dost h3.omg-global-title {
    font-family: "Muller Regular";
    line-height: 1.2;
    margin-bottom: 60px;
}

section.omg-nrs-konsul {
    padding: 75px 0;
    background-image: url(/wp-content/uploads/2018/04/nrs-sdf-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.omg-nrs-konsul__title {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-family: "Muller ExtraBold";
}

.omg-nrs-konsul__wrap {
    padding-left: 150px;
}

.omg-nrs-konsul__btn a {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: #0090DF;
    padding: 10px 40px 7px;
    border: 1px solid transparent;
}

.omg-nrs-konsul__btn {
    margin-top: 40px;
}

.omg-nrs-konsul__btn a:hover {
    background: #fff;
    color: #0090DF;
    border-color: #fff;
}

.page-template-tpl-new-sro-proekt section.head_section {
    padding-top: 100px;
    height: 775px;
}

.page-template-tpl-new-sro-proekt .hsl_one {
    display: none;
}

.page-template-tpl-new-sro-proekt h1.hsl_two.omg-action-block {
    text-transform: none;
    font-size: 30px;
    text-align: left;
    line-height: 1;
}

.page-template-tpl-new-sro-proekt .hs_left {
    width: 45%;
}

.page-template-tpl-new-sro-proekt .hsl_three {
    padding-left: 75px;
}

.omg-proekt-hs_right {
    flex: 1;
    text-align: right;
}

.page-template-tpl-new-sro-proekt .head_section_wrap {
    align-items: flex-start;
}

.omg-proekt-hs_right__one {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    font-family: "Muller Bold";
    line-height: 1;
    margin-right: -30px;
}

.omg-proekt-hs_right__two {
    margin-top: 50px;
}

.omg-proekt-hs_right__two-item {
    color: #17648f;
    margin-bottom: 30px;
    font-family: "Muller Bold";
    font-size: 24px;
    line-height: 1.2;
    position: relative;
}

.omg-proekt-hs_right__two-item:last-child {
    margin-bottom: 0;
}

.omg-proekt-hs_right__two-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    width: 28px;
    height: 100%;
    background-image: url(/wp-content/uploads/2018/04/nrs-angle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.omg-proekt-hs_right__three {
    margin-top: 80px;
    font-size: 20px;
    color: #17648f;
    line-height: 1.5;
    margin-left: -175px;
}

.omg-proekt-hs_right__four {
    position: relative;
    top: 85px;
    font-size: 14px;
    color: #1eb8ff;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: "Muller Bold";
    display: inline-block;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 16px 2px rgba(30, 184, 255, 0.42);
    padding: 20px;
}

.omg-proekt-hs_right__four a {
    color: #1eb8ff;
    text-decoration: underline;
}

section.omg-proekt-table table {
    font-size: 20px;
}

section.omg-proekt-table table thead {
    text-align: left;
    font-family: "Muller Bold";
    border-bottom: 3px solid #A9DEFF;
}

section.omg-proekt-table table tbody {
    line-height: 1.2;
}

section.omg-proekt-table table tbody td {
    padding: 15px 5px 5px;
}

section.omg-proekt-table table thead td {}

section.omg-proekt-table table tbody tr:first-child td:nth-child(2) {
    text-align: left;
}

section.omg-proekt-table table tbody tr td:nth-child(3),
section.omg-proekt-table table tbody tr td:nth-child(2),
section.omg-proekt-table table tbody tr td:nth-child(4) {
    text-align: center;
}

.omg-proekt-table__info {
    background: #fff;
    padding: 55px;
    border-top: 3px solid #a9deff;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 1.2;
}

.omg-proekt-table__info-left {
    font-family: "Muller Bold";
}

.page-template-tpl-new-sro-proekt section.new-proverki-garant {
    margin-top: 70px;
    padding: 50px 0 120px;
}

.page-template-tpl-new-sro-proekt .omg-nrs-service__item {
    width: 30%;
    padding: 45px 30px;
}

.page-template-tpl-new-sro-proekt .omg-nrs-service__price span {
    font-size: 20px;
}

.page-template-tpl-new-sro-proekt section.new-dopusk-multi {
    background: #ECF0F1;
    padding: 75px 0;
}

.page-template-tpl-new-sro-proekt .new-dopusk-docs-item {
    font-size: 20px;
}

.page-id-4908 .omg-proekt-hs_right__two-item:last-child {
    margin-left: -40px;
}

.omg-home-slider__may-action-one {
    color: #fff;
    font-size: 30px;
    font-family: "Muller ExtraBold";
}

.omg-home-slider__may-action-two {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "Muller ExtraBold";
}

.omg-home-slider__may-action-three {
    color: #fff;
    font-size: 30px;
    font-family: "Muller ExtraBold";
    line-height: 1.2;
}

.omg-home-slider__may-action-four {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.omg-home-slider__may-action-four b {
    font-family: "Muller ExtraBold";
}

.omg-home-slider__item .omg_global_container {
    padding-left: 50px;
    padding-right: 50px;
}

.main_modal_wrap__success {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

h2.omg-sro-stroi-h2 {
    font-size: 30px;
    line-height: 1;
    color: #333333;
    font-family: "Muller Bold";
    text-transform: uppercase;
    margin: 20px 0 40px;
}

p.omg-sro-stroi-p {
    font-size: 20px;
    font-family: "Muller Bold";
    line-height: 1.2;
}

h3.omg-sro-stroi-h3 {
    margin: 65px 0 30px;
    line-height: 1.2;
    font-family: "Muller Bold";
    text-transform: uppercase;
    font-size: 20px;
}

.omg-sro-stroi-ul-wrap ul {
    list-style: none;
    font-size: 20px;
    padding: 0 20px 0 0;
}

.omg-sro-stroi-ul-wrap ul li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2;
}

.omg-sro-stroi-ul-wrap ul li:after {
    content: '';
    width: 25px;
    height: 100%;
    background-image: url(/img/new/mini_coub.png);
    position: absolute;
    right: -35px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}

.omg-sro-stroi-ul-wrap ul li:last-child {
    margin-bottom: 0;
}

.page-id-4968 .omg-proekt-hs_right__four {
    top: 30px;
}

.header_city_select {
    margin-left: 30px;
}

.header_city_select p {
    margin: 0;
}

#selectItem {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: inherit;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}

#selectItem option {
    font-size: 13px;
    color: #fff;
    background-color: #1eb8ff;
}

.fa.fa-map-marker {
    color: #fff;
}

.containerss {
    font-size: 13px;
    color: #fff;
}

.allnews_but {
    text-align: center;
}

.omg-home-slider__item-slide-one-btn.margin_fix {
    margin: 0;
}

.omg-home-slider__may-action-one .slider_des {
    line-height: 1.1;
    font-size: 26px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: max-content;
    margin-bottom: 10px;
}

.slider_link .hs_right.float_fix {
    float: right;
}

.omg-home-slider__item.padding_fix {
    padding: 77px 0 35px;
}

.partner_wrap {
    width: 50%;
    margin-left: 17%;
}

.partner_wrap .des_wrap {
    width: 160px;
    height: 160px;
    background: #409FDB;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    display: inline-block;
}

.partner_wrap .des_wrap:hover {
    transform: rotate(0deg);
}


.partner_wrap .des_wrap:hover .des_wrap2 {
    transform: rotate(0deg);
}

.partner_wrap .des_wrap2 {
    transform: rotate(-45deg);

}

.partner_wrap .des_wrap,
.partner_wrap .des_wrap2 {
    transition: 0.5s;
}

.partner_wrap .des_wrap2 {
    position: absolute;
    top: 35px;
    left: 10px;
}

.omg-home-slider.owl-carousel.omg-new-font {

    overflow: hidden;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.wpcf7-form-control-wrap.text-66 .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.text-67 .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.tel-19 .wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute;
    text-align: center;
}

.form_cpo {
    padding: 30px 30px 20px 30px;
}

.form_cpo .form_name,
.form_cpo .form_city,
.form_cpo .form_phone {
    margin-bottom: 15px;
}

.form_close {
    text-align: center;
    margin-top: -15px;
}

.form_cpo input {
    padding: 5px 10px;
    font-weight: 400;
    width: 100%;
}

.form_cpo .pum-close.popmake-close {
    text-decoration: underline;
    font-weight: 400;
}

.form_cpo .wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase !important;
    background-color: #e1e1e1 !important;
    color: #575757 !important;
}

.form_cpo .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: none !important;
    font-size: 13px !important;
    text-align: center !important;
    margin: 0 !important;
}

#ejfurte {
    margin-top: -20px;
    margin-left: 80px;
}


.button_position {
    position: absolute;
}

.button_position.slide_1 {
    top: 34%;
    left: 18.1%;
}


.button_position.slide_2 {
    bottom: 11%;
    left: 55px;
}

.button_position.slide_3 {
    bottom: 20%;
    left: 40%;
}

.button_position.slide_4 {
    bottom: 40%;
    left: 21%;
}

.partner_wrap.slider {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.button_position a {
    background-color: #00456C;
    padding: 6px 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Muller ExtraBold";
    font-size: 20px;
    font-weight: bold;
    display: block;
    transition: 0.4s;
}

.button_position a:hover {
    color: #00456C;
    background-color: #fff;
}

@media(max-width:680px) {
    .button_position.slide_2 {
        bottom: 10%;
        left: 3%
    }

    .button_position a {
        padding: 2px 8px;
        font-size: 10px;
    }

    .button_position.slide_3 {
        bottom: 20%;
    }

    .button_position a {
        padding: 2px 8px;
        font-size: 10px;
    }

    .button_position.slide_4 {
        bottom: 34%;
        left: 18%;
    }

    .button_position a {
        padding: 2px 8px;
        font-size: 10px;
    }
}

@media(max-width:1200px) {
    .partner_wrap.slider {
        display: none;
    }
}

.partner_wrap .des_wrap2.sert {
    top: 60px;
    left: 35px;
}

.des_wrap.sert {
    width: 200px;
    height: 200px;
}

.callback{
    max-width: 500px;
    margin: auto;
    border: 20px solid #0090DF;
    padding: 25px 0;
}

.callback input{
	display:block;
	width:100%;
	margin-bottom:25px;
	padding-left:15px;
	
}

.callback textarea{
	display:block;
	width:100%;
	height:75px;
	padding-left:15px;
}

.callback .button{
	width:max-content;
	margin:15px auto;
  text-transform:uppercase;
	padding:5px 15px;
}

.callback span{
	display:block;
	position:relative;
	font-size:14px;
	line-height:14px;
	padding:20px 20px 5px 20px;
	
}

.callback span input{
	position:absolute;
	left:4px;
	width:10px;
}

.callback .in_name,
.callback .in_phone,
.callback .in_email

{
	position:relative;
}

.callback .error-name,
.callback .error-email,
.callback .error-phone
{
	position:absolute;
	padding-left:15px;
	top:10px;
	color:red;
}

.callback .message-success {
	font-size:14px;
	line-height:14px;
	text-align:center;
	padding:10px 0;
}

.wrap_callback{
	background-image:url(/wp-content/uploads/2020/03/bg_callback.jpg);
    background-size:cover;
    padding:100px 0;
}

.callback{background-color:rgb(255,255,255,0.8)};