/*
Theme Name: Batiment
Theme URI: http://keenitsolutions.com/products/wordpress/batiment/
Author: RS Theme
Author URI: http://www.rstheme.com
Description: Batiment | Building Construction and Renovation WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: batiment
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Preloader

--------------------------------------------------------------*/


/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}
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 {
	
	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: 1em 40px;
}
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-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 0 0 10px;
	border:1px solid #ccc;
}

iframe{
	width: 100%
}
/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/



h1,  h2,  h3,  h4,  h5,  h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn,  cite,  em,  i {
	font-style: italic;
}
blockquote {
	font-size: 16px;
	font-weight: 600;
}
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-size: 15px;
}
abbr,  acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,  ins {	
	text-decoration: none;
}
big {
	font-size: 125%;
}

h1#logo{
	margin: 0 !important;
}

/*--------------------------------------------------------------

# 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: #fff; /* 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 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	padding: 0
}
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. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

body.home.blog .main-contain #content{
    padding: 100px 0 70px;
}
/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/* ## Menus

--------------------------------------------------------------*/

.main-navigation {
	float: left;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li.page_item {
	float: left;
	position: relative;
	padding: 0 10px;
}
.main-navigation li.page_item a {
	display: block;
	text-decoration: none;
	line-height: 60px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}

.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%;
}

#primary-menu ul {
	list-style: none;
	text-align: right;
}
#primary-menu ul li.page_item {
	display:inline-block;
}
#primary-menu ul li.page_item ul {
	display:none;
}
/* Small menu. */

.menu-toggle,  .main-navigation.toggled ul {
	display: block;
}
 @media screen and (min-width: 37.5em) {
 .menu-toggle {
 display: none;
}
 .main-navigation ul {
 display: block;
}
}
.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. */
.search .entry-header h2{
	font-weight: 500;
	margin-bottom: 0;
}
.entry-footer span{
	font-weight: bold;
}
.entry-footer span a{
	font-weight: normal;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 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;
	table-layout: fixed;
}
.clear-fix, .clear:after,  .entry-content:after,  .comment-content:after,  .site-header:after,  .site-content:after,  .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {
	margin: 0 0 2.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
	width:100%;
	padding: 6px 8px
}
/*-------------------------------------------------------------

price-style

--------------------------------------------------------------*/

.price-style3,  .cl-pricetable-wrap {
	padding-bottom: 0px !important
}
.style1 .cl-pricetable-wrap {
	padding-bottom: 40px !important
}
.page_title_single h3 {
	padding-top: 70px;
}
/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {
	display: block;
}
.rs-about .about-exp .exp-desc {
	color: #666;
}
 .updated:not(.published) {
 display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
span.author {
	text-transform: capitalize;
	margin-left: 20px;
}

.archive .page-header {
	margin-bottom: 35px;
}
.archive-post {
	padding-bottom: 36px;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 0;
}


.archive-post h3.blog-title {
	margin-bottom: 7px;
	font-size: 20px !important;

}
.archive-post .blog-meta {
	padding-bottom: 15px;
}
.page .bs-sidebar {
	padding:0;
}
.fbc-page .fbc-wrap .fbc-items {
	background: rgba(0, 0, 0, 0.5) !important
}
.fbc-page .fbc-wrap .fbc-items li a {
	color: #4caf50 !important
}
.fbc-items li.active span {
	color: #fff !important
}
.search .page-title {	
	padding-bottom:20px;
	margin-bottom:0px;
}

.search .entry-header h2{	
	font-size: 22px !important
}
.search .pagination-area{
	padding-top: 0;
}
.search article{
	margin-bottom: 40px;
}
.sticky_form {
	display:none
}

body.search article{
	background: #f7f7f7;
	padding-top: 28px;	
}

body.search .entry-summary{
	padding: 0 28px;
}
body.search .entry-footer{
	background: #f2f2f2;
	margin-top: 20px;
	padding:20px 28px;
}

body.search article h3.entry-title{
	margin-bottom: 15px;
	padding:0 28px;
}

.show-featured .post-img{
	width: 90px;
	float: left;
	padding-right: 10px;
}

.bs-sidebar .recent-post-widget .show-featured .post-desc{
	padding:0;
}
.bs-sidebar .recent-post-widget .show-featured .post-desc a{
	line-height: 22px;
	font-size: 15px !important
}

/*--------------------------------------------------------------

## 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%;
}
/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------

## 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.33333%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}
.gallery-caption {
	display: block;
}
.tab-text {
	display: none;
}
.rs-testimonial .testi-item:hover .testi-img:before {
	width: 80%;
	height: 80%;
	opacity: 0;
}
.testi-item {
	position: relative;
}
.testi-img:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.testi-item.slick-current {
	opacity: 1;
}

.header-styl-5 .bs-search input{
	width:60%;
	float:right;
}

#map iframe{
	height: 800px;
	border: none;
	width: 100%;
}

/* ------------------------------------
24. Preloader CSS
---------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #444;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #4caf50;
  z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 1s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}





@font-face {
    font-family: 'Helvetica-8-Heavy';
    src: url('assets/fonts/Helvetica-8-Heavy.eot');
    src: url('assets/fonts/Helvetica-8-Heavy.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-8-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h8h {
    font-family: 'Helvetica-8-Heavy';
}

@font-face {
    font-family: 'Helvetica-2-UltraLight';
    src: url('assets/fonts/Helvetica-2-UltraLight.eot');
    src: url('assets/fonts/Helvetica-2-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-2-UltraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h2ul {
    font-family: 'Helvetica-2-UltraLight';
}

@font-face {
    font-family: 'Helvetica-2-UltraLight-Italic';
    src: url('assets/fonts/Helvetica-2-UltraLight-Italic.eot');
    src: url('assets/fonts/Helvetica-2-UltraLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-2-UltraLight-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h2uli {
    font-family: 'Helvetica-2-UltraLight-Italic';
}

@font-face {
    font-family: 'Helvetica-8-Heavy-Italic';
    src: url('assets/fonts/Helvetica-8-Heavy-Italic.eot');
    src: url('assets/fonts/Helvetica-8-Heavy-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-8-Heavy-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h8hi {
    font-family: 'Helvetica-8-Heavy-Italic';
}

@font-face {
    font-family: 'Helvetica-9-Black';
    src: url('assets/fonts/Helvetica-9-Black.eot');
    src: url('assets/fonts/Helvetica-9-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-9-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h9b {
    font-family: 'Helvetica-9-Black';
}

@font-face {
    font-family: 'Helvetica-3-Thin-Italic';
    src: url('assets/fonts/Helvetica-3-Thin-Italic.eot');
    src: url('assets/fonts/Helvetica-3-Thin-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-3-Thin-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h3ti {
    font-family: 'Helvetica-3-Thin-Italic';
}

@font-face {
    font-family: 'Helvetica-7-Bold-Italic';
    src: url('assets/fonts/Helvetica-7-Bold-Italic.eot');
    src: url('assets/fonts/Helvetica-7-Bold-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-7-Bold-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h7bi {
    font-family: 'Helvetica-7-Bold-Italic';
}

@font-face {
    font-family: 'Helvetica-3-Thin';
    src: url('assets/fonts/Helvetica-3-Thin.eot');
    src: url('assets/fonts/Helvetica-3-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-3-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h3t {
    font-family: 'Helvetica-3-Thin';
}

@font-face {
    font-family: 'Helvetica-9-Black-Italic';
    src: url('assets/fonts/Helvetica-9-Black-Italic.eot');
    src: url('assets/fonts/Helvetica-9-Black-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-9-Black-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h9bi {
    font-family: 'Helvetica-9-Black-Italic';
}

@font-face {
    font-family: 'Helvetica-5-Normal-Italic';
    src: url('assets/fonts/Helvetica-5-Normal-Italic.eot');
    src: url('assets/fonts/Helvetica-5-Normal-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-5-Normal-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h5ni {
    font-family: 'Helvetica-5-Normal-Italic';
}

@font-face {
    font-family: 'HelveticaNeueCyr-LightItalic';
    src: url('assets/fonts/HelveticaNeueCyr-LightItalic.eot');
    src: url('assets/fonts/HelveticaNeueCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncli {
    font-family: 'HelveticaNeueCyr-LightItalic';
}

@font-face {
    font-family: 'HelveticaNeueCyr-Light';
    src: url('assets/fonts/HelveticaNeueCyr-Light.eot');
    src: url('assets/fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncl {
    font-family: 'HelveticaNeueCyr-Light';
}

@font-face {
    font-family: 'HelveticaNeueCyr-Bold';
    src: url('assets/fonts/HelveticaNeueCyr-Bold.eot');
    src: url('assets/fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncb {
    font-family: 'HelveticaNeueCyr-Bold';
}

@font-face {
    font-family: 'HelveticaNeueCyr-UltraLight';
    src: url('assets/fonts/HelveticaNeueCyr-UltraLight.eot');
    src: url('assets/fonts/HelveticaNeueCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncul {
    font-family: 'HelveticaNeueCyr-UltraLight';
}

@font-face {
    font-family: 'Helvetica-4-Light-Italic';
    src: url('assets/fonts/Helvetica-4-Light-Italic.eot');
    src: url('assets/fonts/Helvetica-4-Light-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-4-Light-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h4li {
    font-family: 'Helvetica-4-Light-Italic';
}

@font-face {
    font-family: 'HelveticaNeueCyr-Roman';
    src: url('assets/fonts/HelveticaNeueCyr-Roman.eot');
    src: url('assets/fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncr {
    font-family: 'HelveticaNeueCyr-Roman';
}

@font-face {
    font-family: 'Helvetica-6-Medium';
    src: url('assets/fonts/Helvetica-6-Medium.eot');
    src: url('assets/fonts/Helvetica-6-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-6-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h6m {
    font-family: 'Helvetica-6-Medium';
}

@font-face {
    font-family: 'Helvetica-5-Normal';
    src: url('assets/fonts/Helvetica-5-Normal.eot');
    src: url('assets/fonts/Helvetica-5-Normal.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-5-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h5n {
    font-family: 'Helvetica-5-Normal';
}

@font-face {
    font-family: 'Helvetica-7-Bold';
    src: url('assets/fonts/Helvetica-7-Bold.eot');
    src: url('assets/fonts/Helvetica-7-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-7-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h7b {
    font-family: 'Helvetica-7-Bold';
}

@font-face {
    font-family: 'HelveticaNeueCyr-UltraLightItalic';
    src: url('assets/fonts/HelveticaNeueCyr-UltraLightItalic.eot');
    src: url('assets/fonts/HelveticaNeueCyr-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-UltraLightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hnculi {
    font-family: 'HelveticaNeueCyr-UltraLightItalic';
}

@font-face {
    font-family: 'Helvetica-6-Medium-Italic';
    src: url('assets/fonts/Helvetica-6-Medium-Italic.eot');
    src: url('assets/fonts/Helvetica-6-Medium-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-6-Medium-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h6mi {
    font-family: 'Helvetica-6-Medium-Italic';
}

@font-face {
    font-family: 'HelveticaNeueCyr-Thin';
    src: url('assets/fonts/HelveticaNeueCyr-Thin.eot');
    src: url('assets/fonts/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hnct {
    font-family: 'HelveticaNeueCyr-Thin';
}

@font-face {
    font-family: 'HelveticaNeueCyr-Black';
    src: url('assets/fonts/HelveticaNeueCyr-Black.eot');
    src: url('assets/fonts/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncb {
    font-family: 'HelveticaNeueCyr-Black';
}

@font-face {
    font-family: 'HelveticaNeueCyr-ThinItalic';
    src: url('assets/fonts/HelveticaNeueCyr-ThinItalic.eot');
    src: url('assets/fonts/HelveticaNeueCyr-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-ThinItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncti {
    font-family: 'HelveticaNeueCyr-ThinItalic';
}

@font-face {
    font-family: 'HelveticaNeueCyr-Medium';
    src: url('assets/fonts/HelveticaNeueCyr-Medium.eot');
    src: url('assets/fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncm {
    font-family: 'HelveticaNeueCyr-Medium';
}

@font-face {
    font-family: 'HelveticaNeueCyr-Italic';
    src: url('assets/fonts/HelveticaNeueCyr-Italic.eot');
    src: url('assets/fonts/HelveticaNeueCyr-Italic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hnci {
    font-family: 'HelveticaNeueCyr-Italic';
}

@font-face {
    font-family: 'Helvetica-4-Light';
    src: url('assets/fonts/Helvetica-4-Light.eot');
    src: url('assets/fonts/Helvetica-4-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Helvetica-4-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.h4l {
    font-family: 'Helvetica-4-Light';
}

@font-face {
    font-family: 'HelveticaNeueCyr-BoldItalic';
    src: url('assets/fonts/HelveticaNeueCyr-BoldItalic.eot');
    src: url('assets/fonts/HelveticaNeueCyr-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncbi {
    font-family: 'HelveticaNeueCyr-BoldItalic';
}

@font-face {
    font-family: 'HelveticaNeueCyr-BlackItalic';
    src: url('assets/fonts/HelveticaNeueCyr-BlackItalic.eot');
    src: url('assets/fonts/HelveticaNeueCyr-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HelveticaNeueCyr-BlackItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hncbi {
    font-family: 'HelveticaNeueCyr-BlackItalic';
}






@media (min-width: 1200px) {
    .container {
        width: 1400px !important;
    }
}


p {
    line-height: 1.2!important;
}

.f_bg {
    height: 780px;
}

.block-01:before {
    content:'01';
    opacity: 0.15;
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    font-size: 200px;
    color: #5582c5;
    font-family: 'Helvetica-7-Bold';
}


.block-02:before {
    content:'02';
    opacity: 0.15;
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    font-size: 200px;
    color: #5582c5;
    font-family: 'Helvetica-7-Bold';
}


.block-03:before {
    content:'03';
    opacity: 0.15;
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    font-size: 200px;
    color: #5582c5;
    font-family: 'Helvetica-7-Bold';
}


.block-04:before {
    content:'04';
    opacity: 0.15;
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    font-size: 200px;
    color: #5582c5;
    font-family: 'Helvetica-7-Bold';
}


.block-05:before {
    content:'05';
    opacity: 0.15;
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    font-size: 200px;
    color: #5582c5;
    font-family: 'Helvetica-7-Bold';
}


.block-06:before {
    content:'06';
    opacity: 0.15;
    display: block;
    position: absolute;
    top: -20px;
    left: -40px;
    font-size: 200px;
    color: #5582c5;
    font-family: 'Helvetica-7-Bold';
}


.task-block-notuse .services-icon {
    background-image: url(assets/images/layer_7.png);
    background-image: url(./wp-content/uploads/2021/06/40.png);
    background-size: 250px 130px;
    background-repeat: no-repeat;
    height: 130px;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    line-height: 8;
}

.task-block-notuse p,
.task-block-order p {
    font-size: 26px;
    font-family: 'Helvetica-5-Normal';
    color: #353434;
}

.task-block-notuse p strong,
.task-block-order p strong {
    font-size: 30px;
    font-family: 'Helvetica-6-Medium';
    color: #353434;
}


.task-block-order .btn-more {
    font-size: 26px;
    font-family: 'Helvetica-5-Normal';
    color: #353434;
    cursor: pointer;
}


.block-hr h4 {
    font-size: 30px!important;
    color: #353434;
    font-family: 'Helvetica-4-Light' !important;
}


.vc_separator.vc_sep_color_blue .vc_sep_line {
    border-color: #5583c4 !important;
}


.law-text {
    margin-top: 50px;
    font-size: 26px;
    line-height: 1.2;
    height: 150px;
}



.law-text:after {
    content: ' ';
    display:block;
    width: 83px;
    height: 60px;
    border-right: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    position: absolute;
    right: 10px;
    bottom: 10px;
}


.d-blue {
    color: #5582c5;
}

.c-white a,
.c-white {
    color: white;
}


.lh1 {
    line-height: 1;
}

.px16 {
    font-size: 16px;
}

.px26,
.px26 p {
    font-size: 26px!important;
    line-height: 1.2!important;
}

.px30,
.px30 p {
    font-size: 30px!important;
    line-height: 1!important;
}

.block-hr.px50 h4,
.ph50 h4,
.px50 {
    font-size: 50px!important;
}


.h180 {
    height: 100px;
}

.h730 {
    height: 730px;
}

.mh410 {
    min-height: 410px;
}

.scheme .services-style-4.h6m .services-desc h3 a  {
    font-size: 30px !important;
    font-family: 'Helvetica-6-Medium'!important;
    color: #5582c5!important;
}




.blue-row {
    overflow: visible!important;
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
    /*position: absolute;*/
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 200px;
    display: block;
    z-index: 9;
    
    width: 70%;
}

.blue-row .vc_column-inner {
    padding-top: 0!important;
}


.blue-row>.vc_column-inner {
    padding: 0!important;
}


.blue-row .vc_column-inner .vc_row,
.blue-row .vc_column-inner .vc_row .vc_column-inner {
    padding: 0!important;
    margin: 0!important;
}


.blue-row .vc_single_image-wrapper {
    min-width: 63px;
    min-height:63px;
    text-align: center;
}

.show-full-blue-row-parent {
    position: absolute!important;
    right: 0!important;
    top: 70px!important;
}


.batman-top {
    top: -240px;
    margin-bottom: -240px;
}

.batman-list {
    
}

.batman-list-circle {
    
    
    
    margin-left: -30px;
}



.minutes60:before {
    content: '';
    background-image: url(/wp-content/uploads/2021/06/layer_5_0.png);
    height: 16px;
    width: 284px;
    display: block;
    position: absolute;
    left: -140px;
    top: 40px;
}


.minutes60:after {
    content: '';
    background-image: url(/wp-content/uploads/2021/06/layer_5_0.png);
    height: 16px;
    width: 284px;
    display: block;
    position: absolute;
    left: 320px;
    top: 40px;
}






.batman-list-circle .title-inner {
    line-height: 184px;
    height: 184px;
    width: 184px;
    text-align: center;
    display: inline-block;
    
  /*  background-image: url(http://2016194.ab422719.web.hosting-test.net/wp-content/uploads/2021/06/layer_2_2.png);
    background-repeat: no-repeat;
   */
   /*background-color: #5582c5;*/
    padding-top: 50px;
    
    border: 3px solid #5582c5;
    border-radius: 50%;
}


.batman-list-circle .description {
    font-family: 'Helvetica-5-Normal';
    font-size: 24px;
    text-align: left;
    display: inline-block;
    max-width: 400px;
    margin-left: 25px;
}


.batman-list-circle .sub-text {
    font-family: 'Helvetica-6-Medium';
    font-size: 30px;
    /*color: #353434!important;*/
    color: #5582c5;
}


.batman-list-circle h2 {
    display: block!important;
   /* color: #5582c5!important;*/
    font-family: 'Helvetica-6-Medium'!important;
    font-size: 48px;
    display: block!important;
        text-transform: none;
        font-weight: 100;
}





.batman-list-circle.reversed .sub-text {
    display: block!important;
   /* color: #5582c5!important;*/
    font-family: 'Helvetica-6-Medium'!important;
    font-size: 48px;
    display: block!important;
        text-transform: none;
        font-weight: 100;
}


.batman-list-circle.reversed h2 {
    font-family: 'Helvetica-6-Medium';
    font-size: 30px;
    color: #353434!important;
}












.blue-row:before {
    content: '';
    position: absolute;
    left: -50vw;
    height: 250px;
   /* height: calc(100% + 6px);*/
    width: 50vw;
    /* background: #665675; */
    background-color: #5583c4 ;
    /* margin-top: -60px; */
    
    
    
    position: absolute;
    left: -50vw;
    height: 271px;
    /* height: calc(100% + 6px); */
    width: 50vw;
    /* background: #665675; */
    background-color: #5583c4;

}

















.achievement-title p {
 /* color: #685777; */

/* color: #117A38;*/

    margin: 0.8em 0;
    font-size: 24px;
    font-weight: 400;
}

.banner-achievements {
    margin-top: 200px;
}


.banner-achievements.banner-achievements-auto,
.banner-achievements.banner-achievements-realty
{
    margin-top: 75px;
}

.banner-achievements-right {
    margin-top: 50px;
    overflow: hidden !important;
    height: 205px;
}

.banner-achievements .achievements-list {
  /*  background-image: linear-gradient(to right, #665675 0%, #776184 100%);*/
  background-color: #33bb66;
  position: relative;
  display: inline-block;
  margin: 0 -20px -80px;
  padding: 0 30px 0 0;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  border: 3px solid #fff;
  /*border-left: none;*/
  box-shadow: 3px 0px 0px #33bf5e, 3px 3px 0 #33bf5e, 3px -3px 0 #33bf5e;
  }



  .banner-achievements-right .achievements-list {
      float: right;

      -webkit-border-top-left-radius: 15px;
      border-top-left-radius: 15px;
      -webkit-border-bottom-left-radius: 15px;
      border-bottom-left-radius: 15px;

      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
  }




  @media (max-width: 767px) {
    .banner-achievements .achievements-list {
      overflow: hidden;
      display: block;
      width: 100%;
      padding: 0;

    }

  }
  .banner-achievements .achievements-list:before {
    content: '';
    position: absolute;
    left: -50vw;
    height: 100%;
    height: calc(100% + 6px);
    width: 50vw;
    /*background: #665675; */
    background-color: #33bb66;
      /*margin-top: -60px;*/
      top:-3px;
      border-top: 3px solid white;
      border-bottom: 3px solid white;
      box-shadow: 0px 3px 0 #33bf5e, 0px -3px 0 #33bf5e;
  }


  .banner-achievements-right .achievements-list:before {
      content: none;
  }

  .banner-achievements-right .achievements-list:after {
    content: '';
    position: absolute;
    right: -50vw;
    height: 100%;
    width: 50vw;
    /*background: #665675; */
    background-color: #33bb66;
      /*margin-top: -60px;*/
      top: 0;
  }




  .banner-achievements .achievements-list .achievement-item {
    display: inline-block;
    max-width: 220px;
    margin: 0 20px;
    vertical-align: top;

  }
    @media (max-width: 991px) {
      .banner-achievements .achievements-list .achievement-item {
        max-width: 180px;
        margin: 0 10px;

      }

    }
    @media (max-width: 767px) {
      .banner-achievements .achievements-list .achievement-item {
        float: left;
        width: 50%;
        max-width: 50%;
        margin: 0;
        padding: 0 10px;

      }

    }



.stm_viewport, .stm_animation {
    opacity: 0;
    -webkit-transition: opacity 900ms linear;
    -moz-transition: opacity 900ms linear;
    transition: opacity 900ms linear;
}




.blog-button a,
.service-list .btn-more {
   /* background: #5582c5;*/
    color: white;
    border-radius: 8px;
    font-size: 25px!important;
    padding: 5px 20px;
    color: #5582c5;
    border: 2px solid #5582c5;
}


.our-team .vc_col-sm-4 .vc_column-inner {
    width: 85%;
    margin: 0 auto;
}


.btn-free-consult button {
    color: white!important;
    background: #5682c4!important;
    font-size: 30px!important;
    height: 120px;
    width: 545px;
    line-height: 120px;
}



.btn-order button {
    color: white!important;
    background: #5682c4!important;
    font-size: 30px!important;
    height: 80px;
    width: 545px;
    line-height: 80px;
    border-radius: 15px;
    
    border-radius: 20px!important;
    background: transparent!important;
    border: 3px solid #5682c4!important;
    color: #5682c4!important;
}



/*
.footer-bg .vc_column-inner {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    height: 370px;
}
*/
/*
.footer-bg-img {
    background-image: url(./wp-content/uploads/2021/06/layer_3.png?id=3803) !important;
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 0;
    width: 440px;
    display: block;
    height: 580px;
}
*/



.footer-bg>div {
    /*background-image: url(/wp-content/uploads/2021/06/layer_3.png?id=3803) !important;*/
    background-image: url(/wp-content/uploads/2021/06/layer_32.webp?id=3803) !important;
    background-repeat: no-repeat;
    position: absolute!important;
    top: -40px;
    left: -100px;
    width: 420px!important;
    display: block;
    height: 420px;
    /* float: left; */
    /* background-position-x: -100px; */
    /* background-position-y: -35px; */
    /* overflow: visible; */
}


.footer-bg .img1 {
    position: absolute;
    top: 130px;
    right: 60px;
}


.footer-bg .phone a {
    position: absolute;
    top: 300px;
    right: 35px;
}


.footer-callback button {
    position: absolute!important;
    top: 350px!important;
    right: 35px;
    font-family: 'Helvetica-5-Normal';
    font-size: 24px!important;
    color: white!important;
    background-color: #526593!important;
    padding: 5px 12px !important;
    border-radius: 10px!important;
}


.header-phone {
    line-height: 1!important;
    margin-bottom: 10px!important;
}


.header-telegram,
.header-viber,
.header-what {
    display: inline-block;
    float: right;
}


.header-telegram a {
    background-image: url(/wp-content/uploads/2021/06/telegram.png) !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.header-viber a {
    background-image: url(/wp-content/uploads/2021/06/what.png) !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.header-what a {
    background-image: url(/wp-content/uploads/2021/06/viber.png) !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.contacts-block p {
    font-size: 30px;
}

.contacts-block .services-icon,
.contacts-block .services-desc {
    display: inline-block;
}

.contacts-block .services-icon {
    margin-bottom: 0!important;
    margin-right: 25px;
}

.contacts-block .services-desc h3 {
    height: 0;
    line-height: 0!important;
    margin: 0;
}

.service-bg {
    min-height: 580px;
}


.upper {
    text-transform: uppercase;
}

.contact-row .input {
    background: #88a8d7!important;
    font-size: 26px!important;
    color: black!important;
    height: 43px;
    width: 353px!important;
    border-radius: 15px;
}

.contact-row .input::placeholder {
    color: black!important;
}



.contact-row .send_call {
    background: transparent!important;
    font-size: 30px!important;
    color: #fff!important;
    height: 110px;
    width: 316px!important;
    margin-top: -10px;
    margin-bottom: 25px;
    max-width: 316px;
    max-height: 110px;
    padding: 0!important;
    text-transform: uppercase;
}


.contact-row .send_call:before {
    content: ' ';
    display: block;
    width: 85px;
    height: 60px;
    border-left: 3px solid white;
    border-top: 3px solid white;
    position: absolute;
    left: 10px;
    top: 0px;
}

.contact-row .send_call:after {
    content: ' ';
    /* display: block; */
    width: 85px;
    height: 60px;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    position: absolute;
    right: 120px;
    bottom: 30px;
}





.send_call.blue button {
    background: transparent!important;
    font-size: 30px!important;
    color: #5582c5!important;
    height: 110px;
    width: 316px!important;
    margin-top: -10px;
    margin-bottom: 25px;
    max-width: 316px;
    max-height: 110px;
    padding: 0!important;
    text-transform: uppercase;
    border: 0!important;
}

.send_call.blue button:focus,
.send_call.blue button:hover {
    border: 0!important;
}


.send_call.blue button:before {
    content: ' ';
    display: block;
    width: 85px;
    height: 60px;
    border-left: 3px solid #5582c5;
    border-top: 3px solid #5582c5;
    position: absolute;
    left: 0px;
    top: 0px;
}

.send_call.blue button:after {
    content: ' ';
    /* display: block; */
    width: 85px;
    height: 60px;
    border-right: 3px solid #5582c5;
    border-bottom: 3px solid #5582c5;
    position: absolute;
    right: 0px;
    bottom: 0px;
}





.send_call_large.blue button {
    background: transparent!important;
    font-size: 30px!important;
    color: #5582c5!important;
    height: 110px;
    width: 550px!important;
    margin-top: -10px;
    margin-bottom: 25px;
    max-width: 550px;
    max-height: 110px;
    padding: 0!important;
    text-transform: uppercase;
    border: 0!important;
}

.send_call_large.blue button:focus,
.send_call_large.blue button:hover {
    border: 0!important;
}


.send_call_large.blue button:before {
    content: ' ';
    display: block;
    width: 85px;
    height: 60px;
    border-left: 3px solid #5582c5;
    border-top: 3px solid #5582c5;
    position: absolute;
    left: 0px;
    top: 0px;
}

.send_call_large.blue button:after {
    content: ' ';
    /* display: block; */
    width: 85px;
    height: 60px;
    border-right: 3px solid #5582c5;
    border-bottom: 3px solid #5582c5;
    position: absolute;
    right: 0px;
    bottom: 0px;
}






.send_call_button.blue {
    background: transparent!important;
    font-size: 30px!important;
    color: #5582c5!important;
    height: 110px;
    width: 316px!important;
    margin-top: -10px;
    margin-bottom: 25px;
    max-width: 316px;
    max-height: 110px;
    padding: 0!important;
    text-transform: uppercase;
    border: 0!important;
        padding-top: 20px!important;
}

.send_call_button.blue:focus,
.send_call_button.blue:hover {
    border: 0!important;
}


.send_call_button.blue:before {
    content: ' ';
    display: block;
    width: 85px;
    height: 60px;
    border-left: 3px solid #5582c5;
    border-top: 3px solid #5582c5;
    position: absolute;
    left: 0px;
    top: 0px;
}

.send_call_button.blue:after {
    content: ' ';
    /* display: block; */
    width: 85px;
    height: 60px;
    border-right: 3px solid #5582c5;
    border-bottom: 3px solid #5582c5;
    position: absolute;
    right: 0px;
    bottom: 0px;
}



/*
.contact-row .send_call:after {
    content: ' ';
    display: block;
    width: 83px;
    height: 60px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
*/

.pum-overlay {
    /*background: rgba(255,255,255,.85)!important;*/
    background: #c2c4c7!important;
}

.pum-close {
    left: calc(50% - 25px)!important;
    background: #5582c5!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%!important;
    padding: 0!important;
    font-size: 35px!important;
    color: white!important;
    top: -60px!important;
}


.modal_input {
    background: rgba(85, 129, 197, .5)!important;
    color: white!important;
    font-size: 26px!important;
    border: none!important;
    border-radius: 10px!important;
    max-width: 437px!important;
    max-height: 40px!important;
    margin-bottom: 0!important;
}


.modal_input::placeholder {
    color: white;
}


.modal_question textarea {
    background: rgba(85, 129, 197, .5)!important;
    color: white!important;
    font-size: 26px!important;
    border: none!important;
    border-radius: 10px!important;
    max-width: 437px!important;
    max-height: 136px!important;
}


.modal_send_call {
    background: transparent!important;
    font-size: 26px!important;
    color: #fff!important;
    height: 50px;
    border-radius: 15px!important;
    width: 100%!important;
}

#popmake-4054 {
    width: 1043px;
    height: 674px;
    background-image: url(assets/images/modal_bg.png);
}

#popmake-4061 {
    background: white;
    width: 1043px;
    height: 674px;
    border-radius: 25px;
}


.modal_thaks_batman {
    margin-top: 100px;
}

.modal_thaks_text {
    margin-top: 250px;
}

.modal_thaks_text p {
    margin: 0;
    text-transform: uppercase;
}


.modal_home_link {
    width: 436px;
    height: 50px;
    line-height: 50px!important;
    background: #5582c5;
    border-radius: 15px;
    margin: 100px 40px;
}











.tss-wrapper .single-item-wrapper,
.tss-carousel h3.author-name {
    text-align: right!important;
}


.owl-stage-outer:before {
    content: '';
    display:block;
    width: 3px;
    height: 115px;
    background-color: rgb(86, 129, 196);
    position: absolute;
    top: 40px;
}

.owl-dots {

    left: unset!important;
    bottom: -40px;
    right: 0px!important;
}






.testi.left .tss-wrapper .single-item-wrapper,
.testi.left .tss-carousel h3.author-name {
    text-align: left!important;
}


.before-top .owl-stage-outer,
.testi.left .owl-stage-outer {
    padding-top: 20px;
    margin-top: 30px;
}

.before-top .owl-stage-outer:before,
.testi.left .owl-stage-outer:before {
    content: '';
    display:block;
    width: 120px;
    height: 3px;
    background-color: rgb(86, 129, 196);
    position: absolute;
    top: 0px;
}


.before-top .owl-dots,
.testi.left .owl-dots {

    left: unset!important;
    bottom: -40px;
    left: 30px!important;
}


.before-top .owl-dots,
.testi.right .owl-stage-outer:before {

    left: unset!important;
    bottom: -40px;
    right: 0px!important;
}




label.row-form {
    font-size: 26px;
    color: white;
    font-family: 'Helvetica-5-Normal';
    font-weight: 500;
}


.task-block-order.brief {
    padding: 25px 50px;
    max-width: 320px;
    margin: 50px auto;
}


.task-block-order.brief p {
    text-transform: uppercase;
    color: #5582c5;
    font-size: 30px;
}


.task-block-order.brief:before {
    content: ' ';
    display: block;
    width: 85px;
    height: 60px;
    border-left: 3px solid #5681c4;
    border-top: 3px solid #5681c4;
    position: absolute;
    left: 10px;
    top: 0px;
}

.task-block-order.brief:after {
    content: ' ';
    /* display: block; */
    width: 85px;
    height: 60px;
    border-right: 3px solid #5681c4;
    border-bottom: 3px solid #5681c4;
    position: absolute;
    right: 0px;
    bottom: 0px;
}


.footer-menu {
    margin-top: 15px;
}

.footer-menu .widgettitle {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    text-align: left;
    font-family: 'Helvetica-7-Bold';
    text-transform: uppercase;
}

.footer-menu ul li {
    position: relative;
    /*padding: 3px 0 3px 0px!important;*/
    padding: 0;
    list-style-type: none;
}

.footer-menu ul li:before {
    content: ''!important;
}

.footer-menu ul li a:hover {
    color: white;
    text-decoration: underline!important;
}



.tasks .services-style-4 .services-icon {
    height: 78px;
    min-height: 78px;
}

.tasks .services-style-4 .services-desc h3 {
    margin-bottom: 5px!important;
}

.tasks .services-style-4 .services-desc h3 a {
    font-size: 30px!important;
    font-family: 'Helvetica-5-Normal';
    color: #353434;
    font-weight: bold;
}

.tasks .services-style-4 .services-desc p {
    margin: 0;
    height: 95px;
    vertical-align: top;
}

/*
.main_slide_bg rs-sbg {
    background-position: 150px top!important;
}
*/

.full-width button {
    width: 100%!important;
}

.hidden {
    display: none;
}



.footer-image-detective {
    margin-top: 45px;
    position: relative;
}

.footer-image-detective .vc_box_border_grey {
    position: relative;
}

.footer-image-detective .vc_box_border_grey:before {
    content: ' ';
    display: block;
    width: 85px;
    height: 60px;
    border-left: 3px solid #5582c5;
    border-top: 3px solid #5582c5;
    position: absolute;
    left: -45px;
    top: -45px;
}

.footer-image-detective .vc_box_border_grey:after {
    content: ' ';
    /* display: block; */
    width: 85px;
    height: 60px;
    border-right: 3px solid #5582c5;
    border-bottom: 3px solid #5582c5;
    position: absolute;
    right: -45px;
    bottom: -45px;
}


.hide_footer_more_about,
.show_footer_more_about,
.hide_more_about,
.show_more_about {
    cursor: pointer;
    position: relative;
    margin-right: 200px;
}

.show_footer_more_about:after,
.show_more_about:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid red;
    clear: both;
}


.hide_footer_more_about:after,
.hide_more_about:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 13px solid red;
    clear: both;
}




.address-area .site-name {
    font-size: 22px;
}


.menu-area .navbar ul li > a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px!important;
    letter-spacing: 1.5px;
    color: #fff;
}



.home-icon {
    background: url(assets/images/home-icon.png);
    width: 23px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
}

.home-icon+div {
    display: inline-block;
}



.our-team .h5n {
    height: 100px;
}


.hr-null,
.hr-null span {
    height: 0;
    border-top: 0!important;
}

.blue-arrow-more {
    cursor: pointer;
}


.betrayal .services-icon {
    width: 126px;
    height: 126px;
    border: 8px solid #3981c6;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.betrayal .services-icon:before {
    content: "?";
    font-size: 80px;
    position: absolute;
    top: 40px;
    left: 40px;
}

.betrayal .services-icon:after {
    content: " ";
    width: 5px;
    height: 75px;
    background: #3981c6;
    display: block;
    position: absolute;
    bottom: -75px;
    left: 55px;
}



.betrayal .services-icon a:after {
    content: " ";
    width: 20px;
    height: 20px;
    background: #3981c6;
    display: block;
    position: absolute;
    bottom: -75px;
    left: 48px;
    border-radius: 50%;
}


.task-block-order2 {
    margin-bottom: 75px!important;
}


.up-line {
    position: relative;
}
.up-line:before {
    height: 4px;
    width: calc(100% - 75px);
    display: block;
    content: " ";
    background: #3981c6;
    position: absolute;
    top: -25px;
    left: 40px;
}




.dosje .vc_box_border_grey {
    position: relative;
}


.dosje .vc_box_border_grey:before {
    content: ' ';
    display: block;
    width: 85px;
    height: 60px;
    border-left: 3px solid #5582c5;
    border-top: 3px solid #5582c5;
    position: absolute;
    left: -45px;
    top: -45px;
}


.dosje .vc_box_border_grey:after {
    content: ' ';
    /* display: block; */
    width: 85px;
    height: 60px;
    border-right: 3px solid #5582c5;
    border-bottom: 3px solid #5582c5;
    position: absolute;
    right: -45px;
    bottom: -45px;
}






.col-sm-9.menu-responsive {
    text-align: right;
}

.navbar {
    display: inline-block;
    margin-right: 25px;
}

form.search-form {
    display: none;
}



.mobile-logo {
    display: none;
}


.header-phone-mobile {
    display: none;
    font-size: 20px;
    color: white;
    line-height: 1;
    text-align: right;
    
    position: absolute;
    top: 15px;
    right: 40px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .search-form.full {
        display: none;
    }
    
    .main-contain #content {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }
    
    /*.main-contain #content .wpb_single_image.vc_align_left {
        text-align: center;
    }
    */
    
    .header-mobile-logo {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }
    
    .header-mobile-question {
        width: 60%;
        display: inline-block;
    }
    
    .header-phone {
        font-size: 30px;
    }
    
    .blue-row {
        padding: 50px 0;
    }
    
    .batman-list-circle {
        margin-left: 0 !important;
        text-align: center;
    }
    
    .batman-list-circle .description {
        padding-top: 25px;
    }
    
    .block-01,
    .block-02,
    .block-03,
    .block-04,
    .block-05,
    .block-06 {
        opacity: 1;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 100px;
    }
    
    .block-03 {
        margin-bottom: 0px;
    }
    
    .mh410 .h6m,
    .block-01 .h6m,
    .block-02 .h6m,
    .block-03 .h6m,
    .block-04 .h6m,
    .block-05 .h6m,
    .block-06 .h6m {
        font-size: 28px!important;
    }
    
    .btn-free-consult button {
        font-size: 26px!important;
        width: 100%;
    }
    
    .btn-order button {
        font-size: 26px!important;
        width: 100%;
    }

    .block-hr.px50 h4 {
        font-size: 30px!important;
        text-align: center;
    }
    
    .footer-bg>div {
        height: 420px;
        margin-left: 50px;
        margin-bottom: 25px;
        position: relative!important;
        top: 0;
        left: -50!important;
    }
    
    /*.footer-bg .img1 {
        right: 110px!important;
    }
    
    .footer-bg .phone a {
        right: 95px!important;
    }
    
    .footer-callback button {
        right: 92px;
    }*/
    
    .mobile-center {
        text-align: center;
    }
    
    .mobile-center .h7b {
        text-align: center!important;
        margin-bottom: 20px;
    }
    
    .contact-block .pull-left .vc_single_image-wrapper {
        width: 81px;
        text-align: center;
    }
    
    
    
    
    
    #popmake-4054 {
        background-image: none;
        background: #c2c4c7!important;
    }
    
    
    .modal_thaks_batman {
        display: none;
    }
    
    .modal_thaks_text {
        margin-top: 50px;
        width: 97%;
    }
    
    #popmake-4061 {
        height: 374px;
    }
    
    .modal_home_link {
        margin: 50px 0;
    }
    
    .pum-close {
        top: 0!important;
    }
    
    
    
    
    .header-what, .header-viber, .header-telegram,
    .header-phone,
    .menu-responsive .home-icon,
    .header-mobile-logo,
    .address-area {
        display: none;
    }
    
    
    .header-mobile-question .vc_custom_heading {
        font-size: 14px!important;
    }
    
    
    
    .header-phone-mobile {
        display: inline-block;
    }
    
    .mobile-logo{
        display: block;
    }
    
    
    #rs-header.style2 .menu-area .menu-responsive {
        width: 65% !important;
    }
    
    #rs-header.style2 .menu-area .header-logo {
        width: 35%!important;
    }
    
    
    .navbar {
        margin-right: 0px;
    }
    
    #rs-header.style2 .toolbar-area, #rs-header.style2 .menu-area {
        background: rgba(85, 131, 196,1) !important;
        height: 65px;
        padding: 10px 0;
    }
    
    .menu-area .mobile-menu-link .nav-menu-link i {
        font-size: 32px !important;
        color: #fff;
    }
    
    
    .header-mobile-question {
        width: 50%!important;
        margin-left: 41%;
        height: 50px;
    }
    
    
    
    
    #cleaning-slider rs-sbg {
        background-image: url(https://ukrdetectiv.com.ua/wp-content/uploads/2021/07/mob-banner.png)!important;
        background-size: cover!important;
        background-position: center center!important;
        width: 100%;
        height: 100%;
        opacity: 1;
        top: 0px;
        left: 0px;
        visibility: inherit;
        z-index: 20;
    }
    
    
    .sl-title {
        font-size: 30px !important;
        color: #353434!important;
       /* margin-top: -120px!important;*/
    }
    
   /* .rs-parallax-wrap {
        top:; 50px!important
    }*/
    
    #cleaning-slider .h4l {
        font-size: 22px!important;
    }
    
    #slider-9-slide-17-layer-9 {
        font-size: 17px!important;
        width: 180px!important;
        height: 67px!important;
    }
    
    
    #slider-9-slide-17-layer-9:before {
        content: ' ';
        display: block;
        width: 50px;
        height: 35px;
        border-left: 2px solid #5582c5;
        border-top: 2px solid #5582c5;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    
    #slider-9-slide-17-layer-9:after {
        content: ' ';
        /* display: block; */
        width: 50px;
        height: 35px;
        border-right: 2px solid #5582c5;
        border-bottom: 2px solid #5582c5;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    
    
    
    .batman-list-circle:last-child {
        margin-bottom: 25px;
    }
    
    
    .batman-list-circle .title-inner {
        /* line-height: 106px; */
        height: 106px;
        width: 106px;
        text-align: center;
        display: inline-block;
        /* background-color: #5582c5; */
        padding-top: 25px;
        border: 3px solid #5582c5;
        border-radius: 50%;
        float: left;
        margin-left: 25px;
    }
    
    .batman-list-circle .sub-text {
        font-family: 'Helvetica-6-Medium';
        font-size: 17px;
        color: #5582c5;
    }
    
    .rs-heading .sub-text {
        line-height: 17px!important;
        padding-bottom: 0px;
    }
    
    .batman-list-circle h2 {
        display: block!important;
        /* color: #5582c5!important; */
        font-family: 'Helvetica-6-Medium'!important;
        font-size: 27px;
        display: block!important;
        text-transform: none;
        font-weight: 100;
    }
    
    .batman-list-circle.reversed .sub-text {
        display: block!important;
        /* color: #5582c5!important; */
        font-family: 'Helvetica-6-Medium'!important;
        font-size: 27px;
        display: block!important;
        text-transform: none;
        font-weight: 100;
    }
    
    .batman-list-circle.reversed h2 {
        font-family: 'Helvetica-6-Medium';
        font-size: 17px;
        color: #353434!important;
    }
    
    .batman-list-circle .description {
        /* margin-top: 25px; */
        float: none;
        padding-left: 125px!important;
        font-size: 17px;
        display: block;
    }
    
    
    .batman-list-circle:before,
    .batman-list-circle:after {
        content: "";
          display: block;
          clear: both;
    }
    
    
    
    .blue-row {
        width: 100%!important;
        padding: 20px 0!important;
        min-height: 120px;
    }
    
    .blue-row .h4l {
        font-size: 13px!important;
    }
    
    .six2four .wpb_button, 
    .six2four .wpb_content_element, 
    .six2four ul.wpb_thumbnails-fluid>li {
        margin-bottom: 5px;
    }
    
    .blue-row .vc_single_image-wrapper {
        min-width: 38px!important;
        min-height: 38px!important;
        text-align: center;
    }
    
    .six2four .wpb_single_image img {
        height: auto;
        max-width: 38px;
        vertical-align: top;
    }
    
    .six2four {
        width: 50%;
        float: left;
    }
    
    
    .six2four .pull-left {
        margin-right: 5px!important;
    }
    
    
    /*.service-list {
        float: left;
        display: inline-block;
    }*/
    
    .service-list .stm_animation {
        width: 50%;
        float: left;
    }
    
    .service-list .vc_column_container>.vc_column-inner {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    
    .service-list::after, 
    .service-list::before {
        content: "";
        display: inline-block;
    }
    
    .blue-arrow-more {
        display: none;
    }
    
    .vc_custom_1623343873144,
    .vc_custom_1622727807713,
    .vc_custom_1622726375852,
    .vc_custom_1624455341952 .h6m,
    .batman-top .h6m {
        font-size: 28px!important;
        color: #353434;
        line-height: 1;
        text-align: center;
        text-transform: uppercase!important;
    }
    
    
    .vc_custom_1624455341952 .h5n {
        font-size: 16px!important;
    }
    
    .vc_separator h4 {
        font-size: 16px!important;
    }
    
    #services {
        margin-top: 0!important;
    }
    
    .services-style-4 .services-icon {
        margin-bottom: 5px;
    }


    .service-list:last-child .stm_animation:last-child {
        margin-left: 25%;
    }
    .tasks .services-style-4 .services-icon {
        height: 66px;
        min-height: 66px;
    }
    
    .tasks .services-style-4 .services-icon img {
        max-height: 66px;
    }
    
    .tasks .services-style-4 .services-desc h3 a {
        font-size: 17px!important;
        font-family: 'Helvetica-5-Normal';
        color: #353434;
        font-weight: bold;
    }
    
    .task-block-notuse p, 
    .task-block-order p {
        font-size: 15px;
        font-family: 'Helvetica-5-Normal';
        color: #353434;
    }
    
    .tasks .services-style-4 .services-desc p {
        margin: 0;
        height: 55px;
        vertical-align: top;
    }
    
    .blog-button a, .service-list .btn-more {
        /* background: #5582c5; */
        color: white;
        border-radius: 8px;
        font-size: 15px!important;
        padding: 0px 10px;
        color: #5582c5;
        border: 2px solid #5582c5;
    }
    
    
    .contact-block .pull-left .vc_single_image-wrapper {
        width: 48px;
        text-align: center;
    }
    
    
    
    .vc_video-bg-container {
        display: block!important;
    }
    
    
    .vc_video-bg-container .vc_hidden-xs {
        display: block!important;
        width: 100%;
        height: 233px;
    }
    
    .vc_video-bg iframe {
        max-width: 100%!important;
        margin-left: -0!important;
        width: 100%!important;
        height: 100%!important;
    }
    
    
    .vc_custom_1622788779532 {
        font-size: 38px!important;
        /*margin-top: -220px!important;*/
        margin-top: 0!important;
    }
    
    .vc_custom_1622788795970 {
        /*margin-top: -170px !important;*/
        font-size: 38px!important;
        margin-top: 10px!important;
    }
    
    .vc_custom_1622788803076 {
        /*margin-top: -120px !important;*/
        font-size: 38px!important;
        margin-top: 10px!important;
    }
    
    .vc_custom_1622788854134 {
        margin-top: 20px !important;
        /* margin-bottom: 60px !important; */
        font-size: 19px!important;
    }
    
    .h730 {
        height: 230px;
    }
    
    .block-01, .block-02, .block-03, .block-04, .block-05, .block-06 {
        opacity: 1;
        width: 50%;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 50px;
        float: left;
    }
    
    .block-01 .h6m, .block-02 .h6m, .block-03 .h6m, .block-04 .h6m, .block-05 .h6m, .block-06 .h6m {
        font-size: 13px!important;
    }
    
    .law-text {
        margin-top: 0px;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.2;
        height: 100px;
    }
    
    .law-text:after {
        content: ' ';
        display: block;
        width: 45px;
        height: 30px;
        border-right: 2px solid #5681c4;
        border-bottom: 2px solid #5681c4;
        position: absolute;
        right: 10px;
        bottom: 20px;
    }
    
    .block-01:before,
    .block-02:before,
    .block-03:before,
    .block-04:before,
    .block-05:before,
    .block-06:before {
        font-size: 100px;
    }
    
    
    .vc_custom_1622727807713 ~ div:before,
    .vc_custom_1622727807713 ~ div:after {
        content: none;
    }
    
    .minutes60:before,
    .minutes60:after {
        content: '';
        background-image: none;
        height: 16px;
        width: 284px;
        display: block;
        position: absolute;
        left: -140px;
        top: 40px;
    }
    
    .scheme .rs-services {
        float: left;
        /* display: inline-block; */
        max-width: 90px;
    }
    
    .scheme .vc_custom_heading {
        font-size: 17px!important;
        text-align: left;
        float: left;
        margin-left: 15px;
    }
    
    .scheme .wpb_text_column {
        display: block;
        float: left;
        width: 70%;
        margin-top: 5px!important;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    
    .scheme .wpb_text_column p {
        text-align: left!important;
        font-size: 15px!important;
    }
    
    .scheme ~ div .send_call_large.blue button {
        background: transparent!important;
        font-size: 17px!important;
        color: #5582c5!important;
        height: 65px;
        width: 315px!important;
        margin-top: 20px;
        margin-bottom: 0px;
        max-width: 550px;
        max-height: 110px;
        padding: 0!important;
        text-transform: uppercase;
        border: 0!important;
    }
    
    .scheme ~ div .send_call_large.blue button:before {
        content: ' ';
        display: block;
        width: 45px;
        height: 30px;
        border-left: 2px solid #5582c5;
        border-top: 2px solid #5582c5;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    
    .scheme ~ div .send_call_large.blue button:after {
        content: ' ';
        /* display: block; */
        width: 45px;
        height: 30px;
        border-right: 2px solid #5582c5;
        border-bottom: 2px solid #5582c5;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    
    .h4l.px50.lh1.d-blue {
        font-size: 28px!important;
        margin-top: 25px;
    }
    
    
    .notuse-row .stm_animation {
        width: 50%;
        float: left;
    }
    
    .notuse-row .stm_animation:last-child {
        margin-left: 25%;
    }
    
    .notuse-row .services-style-4 {
        margin-bottom: 10px;
        padding: 0;
    }
    
    .notuse-row .task-block-notuse .services-icon,
    .notuse-row .task-block-notuse .services-icon img {
        max-width: 65px;
        max-height: 65px;
    }
    
    
    .notuse-row .task-block-notuse p strong, 
    .notuse-row .task-block-order p strong,
    .notuse-row .task-block-notuse p, 
    .notuse-row .task-block-order p {
        font-size: 15px!important;
        font-family: 'Helvetica-5-Normal';
        color: #353434;
        font-weight: 700;
    }
    
    
    .notuse-row .services-style-4 .services-desc h3 {
        margin-top: 50px;
        margin-bottom: 0!important;
    }
    
    
    
    
    .mh410 .vc_col-sm-4 {
        width: 50%;
        float: left;
    }
    
    .mh410 .vc_col-sm-4:last-child {
        margin-left: 25%;
    }
    
    /*
    .mh410 .pull-left {
        float: none!important;
    }*/
    
    .mh410 .wpb_single_image {
        margin-bottom: 0!important;
        max-width: 70px;
        max-height: 70px;
    }
    
    .mh410 .h6m ~div .h6m {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        margin-left: 0!important;
        font-size: 14px!important;
    }
    
    
    .footer-image-detective {
        max-width: 270px;
        margin: 0 auto;
        margin-bottom: 75px;
    }
    
    
    .footer-image-detective .vc_box_border_grey:before {
        content: ' ';
        display: block;
        width: 45px;
        height: 30px;
        border-left: 2px solid #5582c5;
        border-top: 2px solid #5582c5;
        position: absolute;
        left: -30px;
        top: -30px;
    }
    
    .footer-image-detective .vc_box_border_grey:after {
        content: ' ';
        /* display: block; */
        width: 45px;
        height: 30px;
        border-right: 2px solid #5582c5;
        border-bottom: 2px solid #5582c5;
        position: absolute;
        right: -30px;
        bottom: -30px;
    }
    
    .vc_custom_1626516424371 .vc_custom_heading {
        font-size: 22px!important;
        text-align: center!important;
    }
    
    
    .vc_custom_1626516424371 .t-delay01 p,
    .vc_custom_1626516424371 .t-delay02 p {
        font-size: 17px!important;
        text-align: center!important;
    }
    
    
}



    /*
    .modal_thaks_batman {
        display: block;
    }
*/

form .inner-form {
    width: 100%;
    /*margin-bottom: 17px;*/
}
form .inner-form .input-field {
    height: 25px;
    width: 145px;
    position: relative;
}
form .inner-form .input-field input {
    height: 100%;
    width: 100%;
    background: 0 0;
    border: 0;
    background: #779bd0;
    display: flex;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 34px;
    font-size: 16px;
}
form .inner-form .input-field .btn-search {
    width: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    height: 100%;
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    /* display: flex; */
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    /* float: left; */
    top: 0;
}
form .inner-form .input-field .btn-search svg {
    fill: #ccc;
    width: 30px;
    height: 30px;
    transition: all .2s ease-out,color .2s ease-out;
}








