@charset "UTF-8";
@import url(../libs/fancybox/jquery.fancybox.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: inherit;
  outline: none;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

sup {
  vertical-align: super;
}

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

i {
  font-style: italic;
}

b {
  font-weight: bold;
}

strong {
  font-weight: normal;
}

input[type=text],
textarea,
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-size-adjust: none;
  appearance: none;
}

input[type=text]:focus,
textarea:focus,
button:focus,
.button:focus {
  outline: none;
}

.button, button {
  cursor: pointer;
  border: none;
  outline: none;
}

.button:focus, .button:active, button:focus, button:active {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

::-moz-selection {
  background: rgba(6, 24, 52, 0.2);
}

::-webkit-selection {
  background: rgba(6, 24, 52, 0.2);
}

::selection {
  background: rgba(6, 24, 52, 0.2);
}

input[placeholder] {
  font-size: inherit;
  font-weight: inherit;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
}

::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
}

/* Firefox 19+ */
:-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
}

/* Firefox 18- */
::-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  text-overflow: ellipsis;
}

:-o-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* @font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/ssp/SourceSansPro-Regular.eot');
    src: url('../fonts/ssp/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ssp/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/ssp/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/ssp/SourceSansPro-Light.eot');
    src: url('../fonts/ssp/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ssp/SourceSansPro-Light.woff2') format('woff2'),
        url('../fonts/ssp/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/ssp/SourceSansPro-Black.eot');
    src: url('../fonts/ssp/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ssp/SourceSansPro-Black.woff2') format('woff2'),
        url('../fonts/ssp/SourceSansPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/ssp/SourceSansPro-SemiBold.eot');
    src: url('../fonts/ssp/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ssp/SourceSansPro-SemiBold.woff2') format('woff2'),
        url('../fonts/ssp/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/ssp/SourceSansPro-Bold.eot');
    src: url('../fonts/ssp/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ssp/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/ssp/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 */
body,
html {
  display: block;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

body.open,
html.open {
  overflow: hidden;
}

.fancybox-enabled2 {
  overflow: hidden !important;
}

.lock {
  overflow: hidden;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  color: #0f4b75;
}

.br_mob, .br_1024, .br_1650, .br_760 {
  display: none;
}

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

.wrapper {
  width: 1364px;
  margin: 0 auto;
}

.wrapper2 {
  max-width: 1170px;
  margin: 0 auto;
}

.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ali_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hidden {
  display: none !important;
}

h1 {
  font-size: 56px;
  color: #000000;
  font-weight: bold;
  line-height: 1.28;
}

h2, .h3 {
  line-height: 1.048;
  position: relative;
  font-weight: 400;
  font-size: 56px;
  color: #1a2030;
}

h2:before, .h3:before {
  content: url(../img/vawe_bl.png);
  vertical-align: text-top;
  margin-right: 10px;
}

.sub_h2 {
  font-size: 18px;
  color: #000000;
  line-height: 1.444;
}

/* h3{
	line-height: 1.048;
	position: relative;
	// text-align: center;
	font-weight: 400;	
	font-size: 56px;
	color: rgb(26, 32, 48);
} */
h3 {
  font-size: 42px;
  color: #272727;
  font-weight: bold;
  line-height: 1.119;
  position: relative;
}

h3:before {
  content: url(../img/vawe_bl.png);
  vertical-align: text-top;
  margin-right: 10px;
}

.sub_h3 {
  font-size: 22px;
  color: #171717;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
}

.sub_h3 span {
  font-weight: 400;
}

h5 {
  font-size: 20px;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
}

h6 {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.188;
  margin-bottom: 10px;
}

input {
  font-family: "Source Sans Pro", sans-serif;
}

.no_preloader {
  position: relative;
}

.yakor_ss {
  position: absolute;
  top: -100px;
  height: 2px;
  width: 100%;
}

.bold {
  font-weight: bold;
}

.section2_k {
  position: relative;
}

/* width: width('stropa.png'); 
height: height('stropa.png'); 
background-size: size('stropa.png');
background: resolve('stropa.png'); прописывает адрес картинки от корня сайта
*/
.paralax {
  position: absolute !important;
}

.paralax_wrap {
  position: relative;
}

.paralax_bur {
  left: -290px;
  top: -280px;
}

.paralax_bur .in_par {
  width: 284px;
  height: 859px;
  background-image: url("../img/paralax/bur.png");
  background-position: top center;
  background-size: 100% 100%;
}

.paralax_bur2 {
  right: -290px;
  top: -300px;
}

.paralax_bur2 .in_par {
  width: 339px;
  height: 971px;
  background-image: url("../img/paralax/bur2.png");
  background-position: top center;
  background-size: 100% 100%;
}

.paralax_kust {
  left: -290px;
  top: -380px;
}

.paralax_kust .in_par {
  width: 239px;
  height: 1161px;
  background-image: url("../img/image/kust.png");
  background-position: top center;
  background-size: 100% 100%;
}

.paralax_kust2 {
  left: -290px;
  bottom: -380px;
}

.paralax_kust2 .in_par {
  width: 336px;
  height: 896px;
  background-image: url("../img/paralax/kust2.png");
  background-position: top center;
  background-size: 100% 100%;
}

.paralax_kust3 {
  left: -290px;
  top: -580px;
}

.paralax_kust3 .in_par {
  width: 330px;
  height: 873px;
  background-image: url("../img/paralax/kust3.png");
  background-position: top center;
  background-size: 100% 100%;
}

.paralax_kust4 {
  right: -370px;
  top: -580px;
}

.paralax_kust4 .in_par {
  width: 330px;
  height: 873px;
  background-image: url("../img/paralax/kust4.png");
  background-position: top center;
  background-size: 100% 100%;
}

.paralax_truba {
  right: -290px;
  top: -170px;
}

.paralax_truba .in_par {
  width: 275px;
  height: 286px;
  background-image: url("../img/paralax/truba.png");
  background-position: top center;
  background-size: 100% 100%;
}

.relative {
  position: relative;
}

.section1 {
  padding-top: 140px;
}

.clear {
  clear: both;
}

.breadcrumbs {
  font-size: 16px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.102);
  border-radius: 50px;
  display: inline-block;
  padding: 13px 20px;
  font-weight: 400;
  color: #fff;
}

.breadcrumbs a {
  color: #61b1ff;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

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

.breadcrumbs ul li {
  font-size: 15px;
}

.breadcrumbs ul li:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}

.sticky {
  position: fixed;
  z-index: 51;
}

.stop {
  position: relative;
  z-index: 51;
}

div#wpadminbar {
  top: auto;
  bottom: 0;
}

.button {
  border-radius: 36px;
  /* background-image: linear-gradient( 0deg, rgba(255,84,79, 0.19) 0%, rgba(250,209,38,0.19) 100%); */
  -webkit-box-shadow: 0px 5px 0px 0px #ce9504;
          box-shadow: 0px 5px 0px 0px #ce9504;
  background: #ffae00 url(../img/btn.jpg) no-repeat center;
  background-size: cover;
  width: 243px;
  height: 64px;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.button:hover, .button.hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.button:active, .button.active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0px 0 0px #CC9E00;
          box-shadow: 0 0px 0 0px #CC9E00;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.button:after {
  -webkit-animation: blinks ease-in-out 3s infinite;
          animation: blinks ease-in-out 3s infinite;
  position: absolute;
  left: -80px;
  bottom: -6px;
  height: 120%;
  content: '';
  background: url(../img/blink.png) no-repeat center;
  background-size: contain;
  width: 66px;
  height: 135px;
}

.button img {
  vertical-align: middle;
  margin-right: 4px;
}

.button span {
  vertical-align: middle;
}

.button.disabled {
  background: #909090;
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.disabled:hover {
  color: #fff;
  background: #909090;
}

.button.blue {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b72d1), to(#00a1dd));
  background-image: -o-linear-gradient(bottom, #0b72d1 0%, #00a1dd 100%);
  background-image: linear-gradient(0deg, #0b72d1 0%, #00a1dd 100%);
  width: 314px;
  height: 61px;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 51, 100, 0.21);
          box-shadow: 0px 8px 16px 0px rgba(0, 51, 100, 0.21);
  width: auto;
  height: 54px;
  padding-right: 60px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}

.button.blue:before {
  content: url(../img/str_next.png);
  position: absolute;
  right: 15px;
  display: block;
  border-left: 1px solid rgba(67, 163, 255, 0.471);
  padding-left: 12px;
}

a.button {
  text-decoration: none !important;
  border: none !important;
  display: block;
  line-height: 64px;
}

@-webkit-keyframes blinks {
  0% {
    left: 0;
  }
  30% {
    left: 500px;
  }
  100% {
    left: 500%;
  }
}

@keyframes blinks {
  0% {
    left: 0;
  }
  30% {
    left: 500px;
  }
  100% {
    left: 500%;
  }
}

.checkbox {
  display: inline-block;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox input + label {
  position: relative;
  padding: 6px 6px 6px 44px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox input + label > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 36px;
  height: 20px;
  border-radius: 10px;
  background: #d7e0e1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox input + label > span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox input:checked + label > span {
  background: #41b4da;
}

.checkbox input:checked + label > span:after {
  left: 18px;
}

.checkbox.disabled {
  opacity: .5;
  pointer-events: none;
}

.slick-arrow {
  display: block !important;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 31px);
  background-color: transparent;
  z-index: 15;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* &:active{
		span{
					
		}
	} */
}

.slick-arrow span {
  display: block;
  background: url(../img/next_str.png) no-repeat center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  width: 62px;
  height: 62px;
}

.slick-arrow.slick-prev {
  left: -67px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  /* span{
			background-image: url(../img/right_arrow.png);  
		} */
}

.slick-arrow.slick-next {
  right: -67px;
}

.slick-arrow:hover span {
  opacity: 0.6;
}

/* 
@media only screen and (max-width : 768px) {
.button {
	font-size: 4.145vw;
	border-radius:30vw;
	padding: 0;
	height: 17.6vw;
	line-height: 9vw;
	background-size: cover;
    box-shadow: 0px 1.4vw 0px 0px rgba(206, 149, 4, 1);
	&.btn_yel{	
		box-shadow: 0px 1.4vw 0px 0px rgba(206, 149, 4, 1);
	}
	&.btn_blue{	
		font-size: 4.34vw;
		box-shadow: 0.521px 2.954px 4px 0px rgba(0, 0, 0, 0.22), 0 0.8vw 0 0.2vw #799DC0;
		&:active {
			box-shadow: 0 0px 0 0px #006B99;
			transform: translateY(0.6947vw);
		}	
	}
	&:active {
		box-shadow: 0 0px 0 0px #9D2C0E;
		transform: translateY(0.8vw);
	}
	img{
		margin-right: 0.4vw;
	}
}

.slick-arrow {
	top: calc(50% - 7vw);
	span{
		width: 14vw;
		height: 14vw;
		box-shadow: 0 1vw 0px 0px #A68A34;	
		transform: translateY(-1vw);	
	}
	&.slick-prev{
		left: 3.3vw;
	}
	&.slick-next{
		right: 3.3vw;
	}
	&:hover{
		span{
			filter: none;		
		}
	}
}

} */
#politics .fancybox-button.fancybox-close-small {
  right: 0;
  top: 0;
  padding: 0;
  outline: none;
  border: none;
}

#politics .fancybox-button.fancybox-close-small svg {
  color: red;
}

.fancybox-content .fancybox-button:not(.fancybox-close-small) {
  top: calc(50% - 30px);
  position: absolute;
  -webkit-transform: translateX(-160%);
      -ms-transform: translateX(-160%);
          transform: translateX(-160%);
  width: 60px;
  height: 60px;
  padding: 4px;
  background: rgba(30, 30, 30, 0.3);
  border: none !important;
  color: #ffaf1e;
}

.fancybox-content .fancybox-button:not(.fancybox-close-small).next {
  -webkit-transform: translateX(160%);
      -ms-transform: translateX(160%);
          transform: translateX(160%);
  right: 0;
}

.fancybox-content .fancybox-button:not(.fancybox-close-small):disabled {
  opacity: 0.2;
}

.fancybox-toolbar .fancybox-button {
  width: 55px;
  height: 55px;
  /* &.fancybox-button--zoom{
			display: none;
		} */
}

.fancybox-toolbar .fancybox-button.fancybox-button--close {
  color: #f00;
}

.fancybox-toolbar .fancybox-button.fancybox-button--close:visited, .fancybox-toolbar .fancybox-button.fancybox-button--close:link {
  color: #f00;
}

@media only screen and (max-width: 768px) {
  .fancybox-button {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .fancybox-button.fancybox-close-small {
    top: 0;
    top: -40px;
    top: 0px;
    right: 0;
    color: red;
    background: white;
    opacity: 1;
    padding: 1px;
    padding-left: 30px;
    width: 70px;
    /* border-radius: 50%;
			top: 0;
			border: 1px solid red;*/
  }
  .fancybox-stage .fancybox-slide {
    padding: 44px 10px;
  }
  .fancybox-content .fancybox-button:not(.fancybox-close-small) {
    display: none;
    top: auto;
    bottom: -100px;
  }
  .fancybox-content .fancybox-button:not(.fancybox-close-small).next {
    right: calc(50% - 30px);
  }
  .fancybox-content .fancybox-button--arrow_left {
    left: calc(50% - 30px);
  }
  .fancybox-content .fancybox-button--arrow_right {
    right: calc(50% - 30px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .fancybox-navigation {
    display: block;
  }
  .fancybox-navigation button {
    position: absolute;
    top: auto;
    margin: -50px 0 0;
    z-index: 99997;
  }
  .fancybox-navigation .fancybox-button {
    color: #ffaf1e;
    background: rgba(30, 30, 30, 0.6);
    height: 70px;
    width: 70px;
    padding: 5px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    bottom: 5%;
    visibility: visible;
    top: auto;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: calc(50% - 90px);
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    right: calc(50% - 90px);
  }
  .fancybox-navigation .fancybox-button:disabled {
    opacity: 0;
  }
  /*  */
}

.clientPhone, .tel {
  -webkit-appearance: none;
}

.clientPhone.error, .tel.error {
  -webkit-animation: error ease-in-out .4s 3;
          animation: error ease-in-out .4s 3;
  border: 1px solid green;
}

.clientEmail.error, .clientPhone.error {
  -webkit-animation: error ease-in-out .4s 3;
          animation: error ease-in-out .4s 3;
}

@-webkit-keyframes error {
  0% {
    -webkit-box-shadow: inset 0px 0px 4px 0px #ff0000;
            box-shadow: inset 0px 0px 4px 0px #ff0000;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
            box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
  }
}

@keyframes error {
  0% {
    -webkit-box-shadow: inset 0px 0px 4px 0px #ff0000;
            box-shadow: inset 0px 0px 4px 0px #ff0000;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
            box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
  }
}

@-webkit-keyframes blik {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes blik {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.h6 a {
  text-decoration: underline;
}

.h6 a:hover {
  text-decoration: none;
}

.clientTime {
  background: #f7f6f6 url(../img/arr2.png) no-repeat center right 15px;
  cursor: pointer;
  background-size: 12px auto;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: #404040;
  border: none;
  border-radius: 31px;
  height: 60px;
  height: 67px;
  width: 100%;
  border-radius: 50px;
  font-weight: normal;
  padding-left: 20px;
  border-width: 1px;
  border-color: #868686;
  border-style: solid;
  background-color: white;
}

.clientTimeIn + .clientTimeIn {
  margin-top: 5px;
}

.labelPhone, .input_wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 7px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}

.labelPhone > span, .labelPhone .backmask, .input_wrap > span, .input_wrap .backmask {
  color: #2f2f2f;
  text-align: left;
  font-weight: 500;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 21px 0 22px 22px;
  padding: 25px  0 22px 22px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.labelPhone > span.hide, .labelPhone .backmask.hide, .input_wrap > span.hide, .input_wrap .backmask.hide {
  opacity: 0;
}

.labelPhone > span b, .labelPhone .backmask b, .input_wrap > span b, .input_wrap .backmask b {
  font-weight: 300;
  opacity: 0;
}

.labelPhone .tel, .labelPhone .clientPhone, .labelPhone .input, .input_wrap .tel, .input_wrap .clientPhone, .input_wrap .input {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: #404040;
  border: none;
  width: 100%;
  height: 67px;
  padding-left: 20px;
  border-radius: 31px;
  outline: none;
  border-width: 1px;
  border-color: #868686;
  border-style: solid;
  background-color: white;
  /*  width: 259px;
		height: 64px; */
}

.labelPhone .tel:focus, .labelPhone .clientPhone:focus, .labelPhone .input:focus, .input_wrap .tel:focus, .input_wrap .clientPhone:focus, .input_wrap .input:focus {
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
          box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
}

.labelPhone .tel:focus:-moz-placeholder, .labelPhone .tel:focus::-moz-placeholder, .labelPhone .tel:focus::-webkit-input-placeholder, .labelPhone .clientPhone:focus:-moz-placeholder, .labelPhone .clientPhone:focus::-moz-placeholder, .labelPhone .clientPhone:focus::-webkit-input-placeholder, .labelPhone .input:focus:-moz-placeholder, .labelPhone .input:focus::-moz-placeholder, .labelPhone .input:focus::-webkit-input-placeholder, .input_wrap .tel:focus:-moz-placeholder, .input_wrap .tel:focus::-moz-placeholder, .input_wrap .tel:focus::-webkit-input-placeholder, .input_wrap .clientPhone:focus:-moz-placeholder, .input_wrap .clientPhone:focus::-moz-placeholder, .input_wrap .clientPhone:focus::-webkit-input-placeholder, .input_wrap .input:focus:-moz-placeholder, .input_wrap .input:focus::-moz-placeholder, .input_wrap .input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.labelPhone .tel:focus + span, .labelPhone .clientPhone:focus + span, .labelPhone .input:focus + span, .input_wrap .tel:focus + span, .input_wrap .clientPhone:focus + span, .input_wrap .input:focus + span {
  opacity: 0.3;
}

.labelPhone .tel:focus + span.hide, .labelPhone .clientPhone:focus + span.hide, .labelPhone .input:focus + span.hide, .input_wrap .tel:focus + span.hide, .input_wrap .clientPhone:focus + span.hide, .input_wrap .input:focus + span.hide {
  opacity: 0;
}

.labelPhone .backmask, .input_wrap .backmask {
  opacity: .5;
  position: absolute;
}

.labelPhone .backmask span, .input_wrap .backmask span {
  font-weight: 300;
  opacity: .3;
}

.labelPhone .backmask.value, .input_wrap .backmask.value {
  color: #2f2f2f;
  opacity: 1;
}

@-webkit-keyframes formanim {
  0% {
    opacity: 0.4;
  }
  33% {
    width: 331px;
    height: 354px;
    top: -7px;
    left: -7px;
  }
  66% {
    left: -20px;
    top: -20px;
    width: 357px;
    height: 382px;
  }
  100% {
    opacity: 0.05;
    left: -37px;
    top: -37px;
    width: 389px;
    height: 415px;
  }
}

@keyframes formanim {
  0% {
    opacity: 0.4;
  }
  33% {
    width: 331px;
    height: 354px;
    top: -7px;
    left: -7px;
  }
  66% {
    left: -20px;
    top: -20px;
    width: 357px;
    height: 382px;
  }
  100% {
    opacity: 0.05;
    left: -37px;
    top: -37px;
    width: 389px;
    height: 415px;
  }
}

@-webkit-keyframes formanim2 {
  0% {
    opacity: 0.4;
  }
  25% {
    width: 315px;
    height: 339px;
    top: 0;
    left: 0;
  }
  50% {
    width: 331px;
    height: 354px;
    top: -7px;
    left: -7px;
  }
  75% {
    left: -20px;
    top: -20px;
    width: 357px;
    height: 382px;
  }
  100% {
    opacity: 0.05;
    left: -37px;
    top: -37px;
    width: 389px;
    height: 415px;
  }
}

@keyframes formanim2 {
  0% {
    opacity: 0.4;
  }
  25% {
    width: 315px;
    height: 339px;
    top: 0;
    left: 0;
  }
  50% {
    width: 331px;
    height: 354px;
    top: -7px;
    left: -7px;
  }
  75% {
    left: -20px;
    top: -20px;
    width: 357px;
    height: 382px;
  }
  100% {
    opacity: 0.05;
    left: -37px;
    top: -37px;
    width: 389px;
    height: 415px;
  }
}

.form {
  border-radius: 15px;
  background-color: #fff;
  background: #fff url(../img/back/back_form.jpg) no-repeat top left;
  width: 400px;
  /* height: 581px; */
  padding: 22px 24px 32px;
  position: relative;
  -webkit-box-shadow: 10.607px 10.607px 62px 0px rgba(46, 46, 46, 0.19);
          box-shadow: 10.607px 10.607px 62px 0px rgba(46, 46, 46, 0.19);
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
}

.form.form_blue {
  color: #ffffff;
  background: #0861b1 url(../img/back/back_formblue.jpg) no-repeat top right;
  width: 350px;
  padding: 12px 24px 24px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 27px 32px 0px rgba(17, 130, 239, 0.22);
          box-shadow: 0px 27px 32px 0px rgba(17, 130, 239, 0.22);
}

.form.form_blue .h6 {
  color: #ffffff;
  margin: 5px auto -5px;
}

.form.form_blue .h6 a {
  color: #ffffff;
}

.form.form_blue input, .form.form_blue select {
  height: 56px;
  font-family: "Source Sans Pro", sans-serif;
}

.form.form_blue .labelPhone > span, .form.form_blue .labelPhone .backmask, .form.form_blue .input_wrap > span, .form.form_blue .input_wrap .backmask {
  padding: 20px  0 22px 22px;
}

.form.form_blue .button {
  height: 60px;
}

.form.form_blue .title_form {
  font-size: 24px;
  border-radius: 10px;
  background-color: #0398df;
  width: 295px;
  padding: 5px 10px 8px;
  margin: 10px auto 10px;
  position: relative;
}

.form.form_blue .title_form:before {
  content: ",,";
  font-size: 84px;
  font-family: "Source Sans Pro";
  color: rgba(162, 209, 255, 0.22);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: -13px;
  top: -7px;
  z-index: 9;
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form.form_blue .sub_title_form {
  font-size: 18px;
}

.form.form_blue .sub_title_form:before {
  display: none;
}

.form .form_men {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.form .form_men .name {
  font-size: 22px;
  font-weight: 400;
}

.form .fotomen {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 12px 18px 0px rgba(1, 42, 82, 0.25);
          box-shadow: 0px 12px 18px 0px rgba(1, 42, 82, 0.25);
  width: 77px;
  height: 76px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 8px;
}

.form .fotomen img {
  width: 100%;
}

.form form {
  position: relative;
  z-index: 3;
}

.form .title_form {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  /* b{
			color: #0ebc2f;
			font-weight: bold;
		} */
}

.form .sub_title_form {
  font-size: 20px;
  line-height: 1.313;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.273;
}

.form .sub_title_form:before {
  content: url(../img/vawe_bl.png);
  display: block;
}

.form .button {
  margin: 15px auto 0;
  height: 67px;
  width: 100%;
  display: block;
  font-size: 20px;
}

.form .h6 {
  font-size: 14px;
  color: #4b4b4b;
  font-weight: 500;
  text-align: center;
  margin: 12px auto 0;
  max-width: 230px;
}

.form .h6 a {
  color: #599df1;
  text-decoration: underline;
}

.form .h6 a:hover {
  text-decoration: none;
}

/* .jq-file{
    display: flex;
	background-color: rgb(247, 246, 246);
	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	border-radius: 50px;
	padding: 15px 20px;
	cursor: pointer;
	align-items: center;
	&:hover{
		.jq-file__name{
			span{
				border-bottom: 1px dotted rgba(15, 75, 117, 0);
			}
		}
	}
	&__name{
		white-space: pre-wrap;
		font-size: 16px;
		font-family: $ffr;
		color: rgb(15, 75, 117);
		line-height: 1.188;
		overflow: visible;
		span{
			transition: 0.6s;
			border-bottom: 1px dotted rgb(15, 75, 117);
		}
	}
	&__browse{
		// paperclip.png
		/* width: width('paperclip.png');
		height: height('paperclip.png'); * /
		background: url(../img/paperclip.png) no-repeat;
		flex: 0 0 auto;
	}
	input {
		height: 100%;
		width: 100%;
		cursor: pointer;
	}
} */
.politic {
  font-size: 14px;
  color: #787878;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  margin: 22px auto 0;
  max-width: 230px;
}

.politic a {
  color: #599df1;
  border-bottom: 1px solid #599df1;
}

.politic a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
  .form {
    padding: 20px 37px 50px 30px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 340px;
    padding: 20px 31px 50px;
    background-size: 100% 100%;
  }
  .form .title_form {
    font-size: 21px;
  }
  .form .title_form span {
    font-size: 25px;
  }
}

/* 
@media only screen and (max-width : 768px) {	
	.politic {
		font-size: 4.14vw;
	}
	.labelPhone {
		margin: 6.3vw auto 1.45vw;
		width: 100%;
		.tel, .clientPhone {
			border-radius: 10vw;
			background-color: rgb(247, 246, 246);
			box-shadow: inset 0px 0.3vw 0.53vw 0px rgba(0, 0, 0, 0.15);	
			height: 18.68vw;
			font-size: 4.73vw;
			padding-left: 5vw;
			margin: 0;
		}
		& > span,  .backmask {
			padding: 0;
			font-size: 4.73vw;
			padding-left: 5.2vw;
			line-height: 18.68vw;
		}
	}
	
	.clientTime{
		border-radius: 42vw;
		padding: 6.1vw 5vw;
		padding-left: 5vw;
		font-size: 5vw;
		margin-bottom: 0;
		height: 18.68vw;
		background-size: 4vw auto;
		background-position: center right 4vw;
		option{
			font-weight: 500;
		}
		&In{
			background: #edf5fb;
			border-radius: 42vw;
			&:after{
				content: '';
				position: absolute;
				right: 3.47vw;
				top: 7.6vw;
				width: 4.58vw;
				height: 2.36vw;
			}
		}
	}	
} */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: default;
}

.modal {
  padding: 0;
  border-radius: 10px;
  border-radius: 20px;
  width: 940px;
  height: 500px;
  overflow: visible;
  background: url(../img/modal/back_modal.jpg) no-repeat top center;
}

.modal .left_modal {
  width: 470px;
  background-position: center center !important;
}

.modal .form_men {
  width: 100%;
  height: 100%;
  height: 500px;
  position: relative;
}

.modal .form_men .men {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 6.364px 6.364px 15px 0px rgba(46, 46, 46, 0.17);
          box-shadow: 6.364px 6.364px 15px 0px rgba(46, 46, 46, 0.17);
  padding: 8px 20px;
  font-size: 18px;
  color: black;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.modal .form_men .men_wrap {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.modal .form_men .men .name {
  font-weight: bold;
}

.modal .form_men .fotomen {
  height: 490px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.modal .form_men .fotomen img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.modal .form {
  padding: 25px;
  color: #fff;
  width: 470px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .form form {
  width: 290px;
  margin: 0 auto;
}

.modal .form .title_form {
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
}

.modal .form .sub_title_form {
  font-size: 18px;
  margin-bottom: 15px;
}

.modal .form .sub_title_form:before {
  display: none;
}

.modal .form .h6 {
  color: #ffffff;
}

.modal .form .h6 a {
  color: #fff;
}

.modal .fancybox-close-small {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  right: -21px;
  top: -21px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  width: 56px;
  height: 56px;
  background: url(../img/modal/closemodal.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.modal .fancybox-close-small:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal .fancybox-close-small.off {
  opacity: 0;
  pointer-events: none;
}

.modal .fancybox-close-small svg {
  display: none;
}

.modal51 {
  position: absolute;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 500;
  -webkit-transition: opacity .3s, left .3s;
  -o-transition: opacity .3s, left .3s;
  transition: opacity .3s, left .3s;
}

.modal51.show {
  left: 0;
  pointer-events: all;
  opacity: 1;
}

.modal51.show .modal51Back, .modal51.show .content {
  opacity: 1;
}

.modal51Back {
  width: 100%;
  height: 100%;
  right: -100%;
  right: 0;
  z-index: 2;
  position: absolute;
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  -webkit-transition: opacity .3s, left .3s;
  -o-transition: opacity .3s, left .3s;
  transition: opacity .3s, left .3s;
}

.modal51 .content {
  width: 100%;
  height: 100%;
  z-index: 3;
  border: none;
  opacity: 0;
  background-color: #ffffff;
  position: relative;
  font-weight: 500;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}

.modal51 .content_w {
  position: relative;
}

.modal51 .content form {
  width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px auto 0;
}

.modal51 .content form .form-bl {
  width: 100%;
}

.modal51 .content .form h6 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.modal51 .content .title_form {
  font-size: 28px;
  font-weight: bold;
}

.modal51 .content .sub_title_form {
  font-size: 16px;
  margin-top: 15px;
}

.modal51 b {
  font-weight: bold;
}

.modal51 strong {
  font-weight: normal;
}

.modal51Close {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  right: 13px;
  top: 11px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  width: 35px;
  height: 35px;
  background: url(../img/modal/closemodal.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.modal51Close:hover {
  opacity: 0.6;
}

.modal51Close.off {
  opacity: 0;
  pointer-events: none;
}

.modal51 .button {
  background: url(../img/but.png) no-repeat center;
  background-size: cover;
  font-size: 18px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

#politics .fancybox-close-small {
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
}

#politics .fancybox-close-small:hover {
  opacity: 0.6;
}

#politics .politic {
  font-size: 15px;
  color: #000000;
  line-height: 1.3;
  margin: 0;
  max-width: 900px;
  background: #ffffff;
  padding: 40px;
  text-align: left;
}

.modal_background_frame {
  max-width: 800px;
  width: 800px;
  background: #fff !important;
  z-index: 950;
  text-align: center;
  padding: 25px 20px;
  position: relative;
}

.modal_background_frame .fancybox-close-small {
  right: 6px;
  top: 6px;
  padding: 0;
  outline: none;
  border: none;
}

.modal_background_frame .fancybox-close-small svg {
  color: red;
}

.modal_background_frame .modal_h1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0px;
}

.modal_background_frame .modal_h2 {
  font-size: 16px;
  margin-top: 15px;
  position: relative;
}

.modal_background_frame form {
  margin: auto;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.modal_background_frame h6 {
  position: relative;
  font-size: 12px;
  margin: auto;
  font-weight: normal;
  margin-top: 20px;
  width: 100%;
}

.modal_background_frame h6:before {
  content: "";
  margin: auto;
  position: absolute;
  width: 7px;
  height: 9px;
  background: url(../img/lock.png);
  left: 0;
  top: 0;
  bottom: 2px;
}

.modal_background_frame .h6 .checkboxmodallable {
  position: relative;
}

.modal_background_frame .h6 a {
  color: #000;
}

.modal_background_frame input {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  font-size: 15px;
  margin: auto;
}

.modal_background_frame input.tel {
  border: 1px solid #bebebe;
  padding: 17px 0;
  font-size: 18px;
  width: 100%;
}

.modal_background_frame .button {
  border: 0;
  padding: 18px 0;
  margin: auto;
  margin-top: 10px;
  font-size: 18px;
}

.modal_background_frame .clientTime {
  margin: auto;
  max-width: 100%;
  border: 1px solid #bebebe;
  padding: 17px 0;
  font-size: 18px;
  margin-bottom: 0;
  display: block;
  position: relative;
  width: 350px;
  padding: 18px 0;
  padding-left: 38px;
  margin-top: 10px;
  outline: none;
  border-radius: 50px;
}

.modal_background_frame .btncolor {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  position: relative;
  font-weight: 700;
  line-height: 1;
  background: #ffd512;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd512), to(#edc401));
  background: -o-linear-gradient(top, #ffd512 0%, #edc401 100%);
  background: linear-gradient(to bottom, #ffd512 0%, #edc401 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd512', endColorstr='#edc401',GradientType=0 );
  font-size: 16px;
  color: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  padding: 20px 0;
}

.modal_background_frame input, .modal_background_frame button {
  border: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

.modal_background_frame input.tel {
  padding: 18px 0;
  padding-left: 30px;
  font-size: 16px;
}

.modal_background_frame .labelPhone .backmask, .modal_background_frame .labelPhone > span {
  padding: 18px 0;
  padding-left: 30px;
  font-size: 18px;
  height: 67px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_background_frame .labelPhone {
  width: 350px;
  margin: auto;
}

@media only screen and (max-width: 1320px) {
  .modal_background_frame .politic {
    margin: 13px 0 6px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 880px) {
  .modal_background_frame {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .modal51 {
    height: 100vh;
    overflow: auto;
  }
  .modal {
    width: 100%;
    max-width: 500px;
    /* .fancybox-close-small {
			width: 4vw;
			height: 4vw;
		}
		.title_form {    
			font-size: 7vw !important;
			font-weight: bold;
			text-align: center;
			margin-bottom: 5vw;
		}
		.sub_title_form {
			font-size: 4.74vw !important;
			margin-bottom: 3vw;
		} */
  }
  .modal form {
    /* 	margin-top: 3vw;
			padding: 0 2vw 6vw; */
    width: auto !important;
    max-width: 400px;
  }
  .modal .labelPhone {
    width: 100%;
    /*input.tel{
			 	padding: 2vw;
				padding-left: 7vw;
				font-size: 4.7vw;
				border-width: 0.2vw;
				height: 17vw;
				border-radius: 50vw;
			}
			.backmask, & > span{
				padding: 2vw;
				padding-left: 7vw;
				font-size: 4.7vw;
			} */
  }
  .modal select#time {
    /* font-size: 4.1vw;
			border-width: 0.2vw;
			padding: 2vw; */
    width: 100%;
    /* height: 17vw;
			border-radius: 50vw;
			padding-left: 7vw;
			margin-top: 3vw; */
  }
  .modal .button {
    /* line-height: 7.5vw;
			border-radius: 40vw;
			box-shadow: 0 0.6vw 0 0.2vw #ffc029;
			box-shadow: 0 0.6vw 0 0.2vw #D49A0A; */
    width: 100%;
    /* height: 15vw;    
			font-size: 4.7vw;   */
    padding: 0;
  }
  .modal .politic {
    max-width: 100%;
  }
}

@-webkit-keyframes wave {
  0% {
    background-position-x: -52px;
  }
  100% {
    background-position-x: 0px;
  }
}

@keyframes wave {
  0% {
    background-position-x: -52px;
  }
  100% {
    background-position-x: 0px;
  }
}

#rekvisit table {
  border-spacing: 0px;
  border-collapse: collapse;
}

#rekvisit td {
  border: 1px solid #000;
  padding: 5px;
}

#rekvisit strong {
  font-weight: bold;
}

@media (max-width: 768px) {
  #rekvisit {
    padding: 40px 5px 10px;
    font-size: 14px;
  }
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  max-width: 1920px;
  padding-top: 15px;
  z-index: 5;
  /* .center_top2{
		margin-top: 14px;
	} */
}

header .logo {
  max-height: 36px;
  height: 36px;
  display: block;
  position: relative;
  z-index: 6;
}

header .logo img {
  height: 100%;
}

header .logo_a {
  outline: none;
  border: none;
  text-decoration: none;
}

header .button.btn_h {
  height: 37px;
  width: 180px;
  margin-bottom: 12px;
  margin-left: 15px;
}

header .center_bottom.flex_wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}

header .wrap_flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header.fixed {
  position: fixed;
  background: #057bc3;
  top: 0;
  padding: 10px 0 0;
  z-index: 103;
}

header.fixed .logo {
  height: 40px;
}

header.fixed .button.btn_h {
  display: none;
}

header.fixed .center_bottom {
  margin-top: 7px;
}

header.fixed .menu2 {
  margin-top: 0px;
  /* ul:not(.sub-menu) li{
				&:last-of-type{
					margin-right: 0;
				}
			} */
}

header.fixed .right_div.phone {
  background-position: right 4px;
}

header.fixed .right_div.phone a {
  font-size: 20px;
}

header.fixed .wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

header .header_menu {
  border-radius: 10px;
  background-color: white;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 30px;
}

header .header_menu li.current-menu-item a {
  text-decoration: none;
  color: #1182ef;
  font-weight: 400;
}

header .sub-menu {
  display: none;
}

header .right {
  text-align: right;
  font-weight: 500;
  font-size: 15px;
}

header .email {
  margin-top: 3px;
}

header .email a {
  color: #fff;
  text-decoration: underline;
}

header .email a:hover {
  text-decoration: none;
}

header .email a.btn_h {
  cursor: pointer;
  font-weight: bold;
  color: #ffd239;
  font-size: 17px;
}

header .phone {
  font-size: 18px;
}

header .phone a {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  background: none;
  padding-left: 0;
}

header .menu {
  font-size: 16px;
  color: white;
  line-height: 1.2;
  width: 100%;
}

header .menu_min {
  display: block;
  cursor: pointer;
  line-height: 1.4;
  width: 47px;
  height: 47px;
  position: relative;
  margin-right: 24px;
  background: url(../img/menu.png) no-repeat center;
  display: none;
}

header .menu_min.open {
  background: url(../img/menu_close.png) no-repeat center;
  background-size: 60% 60%;
  background-size: 20px 20px;
}

header .menu li {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
}

header .menu li a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  white-space: nowrap;
  color: black;
  line-height: 1.2;
  position: relative;
}

header .menu li a:hover {
  text-decoration: none;
}

header .menu li a.active {
  color: #08b729;
  text-decoration: none;
}

header .menu.open li a {
  color: #ffffff;
}

header .menu2 {
  width: 100%;
  margin-top: 15px;
  position: relative;
  z-index: 4;
}

header .menu2 ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* &:not(.sub-menu){
				li:first-of-type{
					margin-left: 0;
				}
			} */
}

header .menu2 ul li {
  margin: 0 15px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 0;
}

header .menu2 ul li.menu-item-has-children a:after {
  content: url("../img/arrow-down.png");
  vertical-align: text-top;
  margin-left: 5px;
}

header .menu2 ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}

header .menu2 ul li ul {
  position: absolute;
  background: #fff;
  padding: 10px 0;
  top: 42px;
  left: -15px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

header .menu2 ul li ul.columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

header .menu2 ul li ul:before {
  display: block;
  content: '';
  position: absolute;
  left: 20px;
  top: -2px;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: -1;
}

header .menu2 ul li ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 0px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}

header .menu2 ul li ul li a {
  color: #000;
  font-weight: 400;
  white-space: normal;
}

header .menu2 ul li ul li a:hover {
  color: #1182ef;
}

header .menu2 ul li ul li.current-menu-item a {
  text-decoration: none;
  color: #1182ef;
}

header .menu2 ul li:nth-child(5) ul, header .menu2 ul li:nth-child(6) ul, header .menu2 ul li:last-child ul {
  left: auto;
  right: -15px;
}

header .menu2 ul li:nth-child(5) ul:before, header .menu2 ul li:nth-child(6) ul:before, header .menu2 ul li:last-child ul:before {
  left: auto;
  right: 20px;
}

header .menu2 ul li a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .menu2 ul li a.active {
  color: #afd8ff;
}

header .menu2 ul li a:hover {
  opacity: 0.8;
  color: #afd8ff;
}

.background_menu.open {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 57;
}

@media only screen and (max-width: 1400px) {
  header .menu.open {
    display: block;
    position: absolute;
    background: #212121;
    padding: 10px;
    top: 51px;
    z-index: 100;
    right: 0;
  }
  header .menu.open ul {
    width: 210px;
    display: block;
    text-align: center;
    line-height: 2.3;
    margin: 0 auto;
  }
  header .menu.open ul .new {
    display: none;
  }
  header .menu.open ul.menu_cat_ul {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: -20px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .open header .center_top .menu.open {
    display: block;
    width: auto;
    right: auto;
    margin: 0 auto;
    text-align: left;
    top: 57px;
    margin-left: -83px;
    border-radius: 5px 0 5px 5px;
    background: #ffffff;
  }
  .open header .center_top .menu.open ul {
    line-height: 2;
  }
  .open header .center_top .menu.open li a {
    color: #000000;
  }
  .open header .center_top .menu.open li a.active {
    color: #08b729;
    text-decoration: none;
  }
  .open .background_menu.open {
    display: none;
  }
  body.open, html.open {
    overflow: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1180px) {
  header .button.btn_h {
    margin-left: 7px;
    margin-bottom: 11px;
    font-size: 14px;
  }
  header .center_bottom.flex_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  header.fixed .center_bottom.flex_wrap {
    margin-top: 7px;
  }
  header.fixed .center_bottom.flex_wrap .menu2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .open header {
    z-index: 58;
  }
  header .right {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  header .center_bottom.flex_wrap {
    margin-top: 0;
  }
  header.fixed .center_bottom.flex_wrap {
    margin-top: 0;
  }
  header .button.btn_h {
    display: none;
  }
  header .menu.open {
    background-size: 60% 60%;
  }
  header .menu.open ul:not(.menu_cat_ul) li {
    font-weight: 500;
  }
  header .menu.open ul li a.active {
    color: #08b729;
    text-decoration: none;
  }
}

footer {
  padding: 44px 0;
  background: #fff;
}

footer .footer_div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
}

footer .footer_div:not(:last-child) {
  margin-right: 40px;
}

footer .footer_div_1 {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

footer .footer_div_5 {
  text-align: right;
}

footer .footer_div li {
  margin-bottom: 5px;
}

footer .footer_div li .button {
  height: 54px;
}

footer .footer_div a {
  color: black;
  text-decoration: underline;
  line-height: 1.4;
}

footer .footer_div a:hover {
  text-decoration: none;
}

footer .footer_div .contacts_div {
  font-weight: bold;
  line-height: 1.786;
  padding-right: 15px;
}

footer .footer_div .contacts_div a {
  text-decoration: none;
}

footer .footer_div .contacts_div.tel {
  background: url(../img/phone.png) no-repeat right center;
}

footer .footer_div .contacts_div.email {
  background: url(../img/email.png) no-repeat right center;
}

footer .footer_div .contacts_div.email a {
  text-decoration: underline;
}

footer .footer_div .contacts_div.email a:hover {
  text-decoration: none;
}

footer .footer_div .contacts_div.adress {
  background: url(../img/geo.png) no-repeat right center;
}

footer .socset {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.078);
  padding-top: 45px;
}

footer .copirate {
  margin-top: 44px;
}

footer .copirate .p2 {
  border-top: 1px solid rgba(0, 0, 0, 0.078);
  font-size: 12px;
  color: #6e6e6e;
  line-height: 1.417;
  padding-top: 14px;
  margin-top: 18px;
}

footer .copirate .p2 a {
  text-decoration: underline;
  color: #6e6e6e;
}

footer .copirate .p2 a:hover {
  text-decoration: none;
}

.socset {
  /* margin-top: 15px;
			border-top: 1px solid rgba(0, 0, 0, 0.078);
			padding-top: 45px; */
}

.socset .a_ico {
  width: 29px;
  height: 29px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.socset .a_ico:last-child {
  margin-right: 0;
}

.socset .a_ico:first-child {
  margin-left: 0;
}

.socset .a_ico.vk {
  background-size: 100% 100%;
  background: url(../img/soc/vk.png) no-repeat;
}

.socset .a_ico.insta {
  background: url(../img/soc/insta.png) no-repeat;
  background-size: 100% 100%;
}

.socset .a_ico.youtube {
  background: url(../img/soc/yoгtube.png) no-repeat;
  background-size: 100% 100%;
}

.socset .a_ico.fb {
  background: url(../img/soc/fb.png) no-repeat;
  background-size: 100% 100%;
}

.socset .a_ico.od {
  background: url(../img/soc/ok.png) no-repeat;
  background-size: 100% 100%;
}

.socset .a_ico:hover {
  opacity: 0.7;
}

@-webkit-keyframes scrolldown2 {
  0% {
    top: 90vh;
  }
  50% {
    top: 91vh;
  }
  100% {
    top: 90vh;
  }
}

@keyframes scrolldown2 {
  0% {
    top: 90vh;
  }
  50% {
    top: 91vh;
  }
  100% {
    top: 90vh;
  }
}

.home .section1 {
  background-image: url("../img/back/home.jpg");
  background-position: top center;
  background-size: cover;
  height: 956px;
  color: white;
}

.home .section1_top {
  margin-top: 15px;
}

.home .scroll {
  cursor: pointer;
  width: 109px;
  height: 45px;
  position: absolute;
  top: 90vh;
  left: calc(50vw - 55px);
  background: url(../img/scroll.png) no-repeat center;
  background-size: contain;
  -webkit-animation: scrolldown2 1.5s ease infinite;
          animation: scrolldown2 1.5s ease infinite;
}

.home h1 {
  font-size: 60px;
  position: relative;
  z-index: 1;
}

.home h1:before {
  display: block;
  content: "";
  /* background: url(../img/back_h1.png) no-repeat;
			width: width('back_h1.png');
			height: height('back_h1.png'); */
  position: absolute;
  z-index: -1;
  left: -27px;
  padding: 0 27px 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fbc920;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.home .bullit_b1 {
  max-width: 690px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
}

.home .bullit_b1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  margin-bottom: 30px;
}

.home .bullit_b1 .ico {
  width: 55px;
}

.home .bullit_b1 .text span {
  font-weight: bold;
  display: block;
}

.home .geoloc {
  font-size: 40px;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  font-weight: bold;
  margin-top: 5px;
}

.home .geoloc:first-letter {
  text-transform: uppercase;
}

.home .text_about {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.344;
  width: 695px;
  margin-top: 90px;
  padding-left: 30px;
  background: url(../img/vawe.png) no-repeat;
  background-position: left center;
}

.home .text_about strong {
  font-weight: bold;
}

.home .section_process h2 {
  max-width: 620px;
  padding-left: 40px;
}

.home .section_process h2:before {
  margin-right: 0px;
  display: block;
  position: absolute;
  left: 0px;
  top: -10px;
}

.section2#block2 {
  background-image: url("../img/back/back_h2.jpg");
  background-position: top center;
  background-size: cover;
  padding: 72px 0 50px;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.section2#block2 h2 {
  margin-bottom: 55px;
}

.rightblue {
  width: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.type_skv {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
          box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
  width: 998px;
  padding: 37px 24px;
  color: #171717;
  line-height: 1.5;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
  position: relative;
  padding-top: 50px;
}

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

.type_skv .img {
  border-radius: 10px;
  width: 234px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}

.type_skv .price_divskv {
  font-weight: 400;
  line-height: 1.2;
}

.type_skv .price_divskv .price {
  font-size: 26px;
}

.type_skv h4, .type_skv h3 {
  font-size: 26px;
  color: black;
  line-height: 1.994;
  font-weight: 400;
  padding: 0 35px;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: -25px;
}

.type_skv h4:before, .type_skv h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffe797;
  top: 3px;
  height: 49px;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.type_skv .bullit_b1 {
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.type_skv .bullit_b1 li {
  width: auto;
  max-width: 180px;
  height: 55px;
}

.type_skv .bullit_b1 .ico {
  width: auto;
  margin-right: 7px;
}

.section_seo {
  background-image: url("../img/back/back_bur.jpg");
  background-position: bottom center;
  background-size: cover;
}

.section_seo .wrapper {
  padding: 50px 0 325px;
  position: relative;
}

.section_seo .wrapper .chelovek_v_seotekste {
  position: absolute;
  bottom: 0;
  left: 770px;
}

.section_seo .wrapper .chelovek_v_seotekste img {
  max-height: 1082px;
  display: block;
}

.section_seo h2 {
  color: #1a2030;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.119;
}

.section_seo .top_seo {
  margin-bottom: 60px;
}

.section_seo .top_seo_text {
  font-size: 22px;
  line-height: 1.318;
  width: 495px;
  margin-top: 15px;
  margin-left: 42px;
}

.section_seo .top_seo_left {
  width: 594px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}

.section_seo .type2 {
  margin-top: 20px;
}

.section_seo .type2_div {
  position: relative;
  padding-left: 100px;
  width: 344px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_seo .type2_div p {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 1.083;
}

.section_seo .type2_div .cifra {
  font-size: 133px;
  color: rgba(36, 146, 252, 0.161);
  font-weight: bold;
  line-height: 0.85;
  margin-right: 10px;
}

.section_seo .type2_div:before {
  content: "";
  border-width: 3px;
  border-color: white;
  border-style: solid;
  position: absolute;
  left: 0;
  top: 0;
  width: 344px;
  height: 109px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 10px;
}

.section_seo h5, .section_seo h4 {
  font-size: 26px;
  color: #1a2030;
  line-height: 1.994;
  font-weight: 400;
  margin-bottom: 35px;
}

.section_seo h3 {
  font-size: 30px;
  color: #272727;
  line-height: 1.728;
  font-weight: 400;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 30px;
  margin-left: -30px;
  margin-bottom: 20px;
}

.section_seo h3:before {
  content: "";
  background-color: #a4d2ff;
  position: absolute;
  left: 0px;
  top: 11px;
  z-index: -1;
  display: block;
  top: 0px;
  height: 49px;
  width: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.section_seo .burenie_text_wrap {
  margin-left: 25px;
  margin-bottom: 20px;
}

.section_seo .burenie_text_wrap .image {
  max-width: 306px;
  margin-right: 35px;
}

.section_seo .burenie_text_wrap .tekst_pro_burenie {
  margin-top: 10px;
}

.section_seo .metrskv {
  margin-bottom: 50px;
}

.section_seo .metrskv2 {
  margin-left: 110px;
}

.section_seo .metrskv .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.section_seo .metrskv .title span {
  color: white;
  /* width: 26px;
				height: 26px; */
  position: relative;
  z-index: 2;
  margin-right: 5px;
}

.section_seo .metrskv .title span:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  top: 0;
  left: -7px;
  background-color: #2e98fe;
  z-index: -1;
}

.section_seo .info_div_wrap {
  background-color: white;
  -webkit-box-shadow: 0px 16px 25px 0px rgba(42, 105, 166, 0.18);
          box-shadow: 0px 16px 25px 0px rgba(42, 105, 166, 0.18);
  padding: 10px 20px 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 10px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  margin-left: 10px;
  position: relative;
}

.section_seo .info_div_wrap:after {
  content: "";
  background-image: url(../img/tick.png);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 3px;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
  left: 5px;
  top: 3px;
  height: 12px;
  width: 12px;
  display: block;
}

.section_seo .info_div_wrap:before {
  content: "";
  border-radius: 10px;
  border-width: 1px;
  border-color: #ebebeb;
  border-style: solid;
  position: absolute;
  width: calc(100% - 16px);
  height: 64px;
  left: 8px;
}

.section_seo .info_div_wrap .info_div {
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
}

.section_seo .info_div_wrap span {
  color: #1d86eb;
  font-weight: 400;
  display: block;
}

.section_seo .obustr_text {
  max-width: 880px;
}

.section_seo .varpriceobs {
  font-size: 18px;
  color: black;
  line-height: 1.5;
}

.section_seo .varpriceobs_div {
  width: 392px;
  margin-right: 58px;
}

.section_seo .varpriceobs_div:last-child {
  width: 290px;
}

.section_seo .varpriceobs .title {
  font-weight: bold;
}

.section_seo .varpriceobs_img {
  border-radius: 20px;
  background-color: black;
  width: 286px;
  height: 155px;
  margin-bottom: 15px;
}

.section_seo .seo_center {
  margin-left: 42px;
}

.section_seo .seo_text {
  font-size: 18px;
  color: black;
  line-height: 1.5;
}

.section_seo .seo_text strong {
  font-weight: bold;
}

.section_seo .seo_text p {
  margin-bottom: 30px;
}

.section_seo .image_type {
  position: absolute;
}

.section_seo .image_type1 {
  width: 210px;
  height: 162px;
  background: url("../img/bulit/bulit1.png");
  left: -65px;
  top: -20px;
}

.section_seo .image_type2 {
  width: 169px;
  height: 182px;
  background: url("../img/bulit/bulit2.png");
  left: -40px;
  top: -30px;
}

.section4_1 {
  background-image: url("../img/back/back_line.jpg");
  background-position: right -600px;
  background-size: auto auto;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.section4_1 .wrapper {
  position: relative;
}

.section4_1 h2 {
  max-width: 900px;
}

.section4_1 .butilka {
  position: absolute;
  left: -390px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: 60px;
}

.section4_1 .butilka img {
  width: auto;
  height: 180px;
}

.section4_1 .bullit_b4 {
  width: 1260px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.section4_1 .bullit_b4 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.section4_1 .bullit_b4 li .text {
  margin-left: 5px;
}

.section4_1 .bullit_b4 li:nth-child(2n) {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.section4_1 .bullit_b4 li:nth-child(1) {
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px);
}

.section4_1 .bullit_b4 li:nth-child(5) {
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px);
}

.section4_1 .subh2 {
  font-size: 26px;
  text-align: center;
}

.section4_1 .subh2 b {
  display: block;
}

.section4_1 .table {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
}

.section4_1 .tr {
  padding: 20px 20px 20px 34px;
  background-color: #FEFEFE;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 1;
}

.section4_1 .tr:nth-child(2n+1) {
  background-color: #f6f6f6;
}

.section4_1 .tr:hover {
  background-color: white;
  -webkit-box-shadow: 4.95px 4.95px 15px 0px rgba(46, 46, 46, 0.1);
          box-shadow: 4.95px 4.95px 15px 0px rgba(46, 46, 46, 0.1);
  z-index: 2;
}

.section4_1 .tr_head {
  border-radius: 30px 30px 0 0;
  background-color: #f6f6f6;
  font-size: 20px;
  color: white;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1387DB), to(#0B71CF));
  background-image: -o-linear-gradient(top, #1387DB 0%, #0B71CF 100%);
  background-image: linear-gradient(180deg, #1387DB 0%, #0B71CF 100%);
}

.section4_1 .td_glskv {
  width: 300px;
}

.section4_1 .td_city {
  font-weight: bold;
  width: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.section4_1 .td_price {
  width: 150px;
}

.section4_1 .td_link {
  font-size: 16px;
  width: 480px;
  text-align: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.section4_1 .td_link a {
  color: #1182ef;
  text-decoration: underline;
}

.section4_1 .td_link a:hover {
  text-decoration: none;
}

.citata {
  padding: 21px;
  padding-left: 100px;
  background-image: url("../img/back/back_citata.jpg");
  background-position: top center;
  background-size: cover;
  position: relative;
}

.citata_text {
  background: #fff;
  padding: 35px 40px 35px 180px;
  font-size: 26px;
  color: black;
  line-height: 1.5;
  position: relative;
}

.citata_text strong {
  font-weight: bold;
}

.citata_text:before {
  content: "“";
  font-size: 107px;
  color: #00abeb;
  font-weight: bold;
  position: absolute;
  left: 110px;
  top: -16px;
}

.citata .aboutchel {
  font-size: 16px;
  color: black;
  font-weight: 400;
  line-height: 1.125;
  position: absolute;
  bottom: -5px;
  left: 85px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 6.364px 6.364px 15px 0px rgba(46, 46, 46, 0.17);
          box-shadow: 6.364px 6.364px 15px 0px rgba(46, 46, 46, 0.17);
  padding: 5px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.citata_men {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 110%;
}

.citata_men .img {
  height: 230px;
  max-height: 230px;
  height: 100%;
}

.citata_men .img img {
  height: 100%;
  width: auto;
  display: block;
}

.section4_2 {
  background: #F7F8FD url(../img/back/back_price2.jpg) no-repeat top center;
  padding: 90px 0 80px;
}

.section4_price h2 {
  text-align: center;
  margin: 0 auto 50px;
}

.section4_price h2:before {
  display: block;
}

.section4_price .div_truba {
  border-radius: 20px;
  background-color: white;
  width: 426px;
  text-align: center;
  font-size: 18px;
  color: #737373;
  padding: 30px 16px 50px;
  margin-bottom: 25px;
}

.section4_price .div_truba:nth-child(3n-1) {
  margin-right: 43px;
  margin-left: 43px;
}

.section4_price .div_truba .title {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  height: 70px;
}

.section4_price .div_truba .image {
  width: 324px;
  height: 180px;
  margin: 0 auto 35px;
  background-position: center !important;
}

.section4_price .div_truba .price {
  font-size: 32px;
  color: black;
  font-weight: bold;
  margin-top: 40px;
}

.section4_price .div_truba .oldprice {
  font-size: 22px;
  color: #737373;
}

.section4_price .div_truba .button {
  width: 218px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin: 18px auto;
}

.section4_price .katalog {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_kviz {
  background-image: url("../img/back/back_kviz.jpg");
  background-position: top center;
  background-size: cover;
  padding: 42px 0 0px;
  height: 903px;
  overflow: hidden;
}

.section_kviz .kviz {
  width: 922px;
  position: relative;
  z-index: 2;
}

.section_kviz .slick-list {
  overflow: visible;
}

.section_kviz .slick-slide {
  position: relative;
}

.section_kviz .slide_kvizs:not(.slick-slide) {
  display: none;
}

.section_kviz .slide_kvizs:not(.slick-slide).slide_kviz1 {
  display: block;
}

.section_kviz h2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.146;
  max-width: 760px;
}

.section_kviz h2:before {
  margin-right: 0px;
  display: block;
  position: absolute;
  left: -40px;
  top: -10px;
}

.section_kviz .subh2 {
  font-size: 22px;
  color: white;
  line-height: 1.409;
  position: relative;
  width: 847px;
  margin-top: 36px;
  margin-bottom: 81px;
}

.section_kviz .subh2:before {
  content: "";
  display: block;
  position: absolute;
  left: -114px;
  top: -15px;
  width: 984px;
  height: 124px;
  background: url(../img/image/pr2.png) no-repeat;
  background-size: 100% 100%;
}

.section_kviz .sub_title {
  margin-left: 65px;
  font-size: 18px;
  margin-bottom: 40px;
}

.section_kviz .title {
  font-size: 28px;
  color: #272727;
  line-height: 1.728;
  font-weight: 400;
  margin-bottom: 48px;
  position: relative;
  display: inline-block;
  padding: 0 34px;
  margin-left: 65px;
}

.section_kviz .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffe797;
  top: 0px;
  height: 49px;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-12deg);
      -ms-transform: skew(-12deg);
          transform: skew(-12deg);
  border-radius: 7px;
}

.section_kviz .title.title_form {
  font-size: 26px;
  margin-bottom: 20px;
}

.section_kviz .slide_kviz {
  padding: 0px 0 10px;
}

.section_kviz .var_answ {
  margin-bottom: 13px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  width: 567px;
  cursor: pointer;
}

.section_kviz .var_answ:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 12.021px 12.021px 20px 0px rgba(46, 46, 46, 0.1);
          box-shadow: 12.021px 12.021px 20px 0px rgba(46, 46, 46, 0.1);
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-12deg);
      -ms-transform: skew(-12deg);
          transform: skew(-12deg);
  border-radius: 7px;
}

.section_kviz .var_answ.var_answ_0 {
  margin-left: -25px;
  cursor: default;
}

.section_kviz .var_answ.var_answ_0:before {
  background: #d4e2f1;
}

.section_kviz .var_answ.var_answ_0.checked:before, .section_kviz .var_answ.var_answ_0:hover:before {
  background: #d4e2f1;
}

.section_kviz .var_answ.var_answ_2 {
  margin-left: -15px;
  padding-left: 35px;
}

.section_kviz .var_answ.var_answ_3 {
  margin-left: -35px;
  padding-left: 52px;
}

.section_kviz .var_answ.checked:before, .section_kviz .var_answ:hover:before {
  background-color: #f4faff;
}

.section_kviz .var_answ.checked label, .section_kviz .var_answ:hover label {
  background: url(../img/check.png) no-repeat left center;
}

.section_kviz .var_answ input[type="radio"] {
  display: none;
}

.section_kviz .var_answ label {
  background: url(../img/check_noact.png) no-repeat left center;
  display: block;
  width: 29px;
  min-height: 29px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
}

.section_kviz .var_answ:last-child {
  margin-bottom: 0;
}

.section_kviz input[placeholder].geo_input {
  color: #000;
}

.section_kviz .geo_input {
  width: 100%;
  line-height: 1.6;
  border: none;
  outline: none;
  background: #d4e2f1;
  font-weight: 400;
  color: #000;
}

.section_kviz .geo_input::-webkit-input-placeholder {
  color: #000;
}

.section_kviz .geo_input::placeholder, .section_kviz .geo_input::-webkit-input-placeholder, .section_kviz .geo_input::-moz-placeholder, .section_kviz .geo_input:-moz-placeholder, .section_kviz .geo_input::-ms-input-placeholder, .section_kviz .geo_input:-ms-input-placeholder, .section_kviz .geo_input:-o-input-placeholder {
  color: #000;
}

.section_kviz .geo_input:focus {
  border-bottom: 1px solid #ddd;
}

.section_kviz .kviz_var_answ {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* display: flex;
		flex-direction: column;
		justify-content: space-between; */
}

.section_kviz .image_var {
  width: 324px;
  height: 229px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.section_kviz .people {
  position: absolute;
  height: 98%;
  bottom: 0;
  left: -315px;
}

.section_kviz .people img {
  height: 100%;
  display: block;
}

.section_kviz .wrapper {
  padding-left: 290px;
  position: relative;
  height: 100%;
}

.section_kviz .nav_kviz {
  position: relative;
  position: absolute;
  right: -150px;
  top: 110px;
}

.section_kviz .nav_kviz .btn_prev {
  font-size: 14px;
  color: #777777;
  line-height: 1.357;
  margin-top: 24px;
  margin-left: -15px;
}

.section_kviz .nav_kviz .btn_prev:before {
  content: url(../img/str_kvizprev.png);
  margin-right: 3px;
}

.section_kviz .nav_kviz .btn_next {
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1182ef), to(#2996ff));
  background-image: -o-linear-gradient(bottom, #1182ef 0%, #2996ff 100%);
  background-image: linear-gradient(360deg, #1182ef 0%, #2996ff 100%);
  -webkit-box-shadow: 0px 3px 16px 0px rgba(33, 95, 254, 0.41);
          box-shadow: 0px 3px 16px 0px rgba(33, 95, 254, 0.41);
  width: 149px;
  height: 149px;
  padding: 10px;
  color: #fff;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.section_kviz .nav_kviz .btn_next:before {
  content: url(../img/str_kviznext.png);
}

.section_kviz .nav_kviz .btn_next:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1182ef), to(#2996ff));
  background-image: -o-linear-gradient(top, #1182ef 0%, #2996ff 100%);
  background-image: linear-gradient(-180deg, #1182ef 0%, #2996ff 100%);
}

.section_kviz .nav_kviz .btn_next.slick-disabled {
  display: none !important;
}

.section_kviz .nav_kviz .btn_next, .section_kviz .nav_kviz .btn_prev {
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  font-weight: 400;
}

.section_kviz .nav_kviz .btn_next:hover, .section_kviz .nav_kviz .btn_prev:hover {
  text-decoration: none;
}

.section_kviz .nav_kviz .btn_next.slick-disabled, .section_kviz .nav_kviz .btn_prev.slick-disabled {
  opacity: 0.2;
}

.section_kviz .tekst_pro_podarok {
  font-size: 34px;
  color: black;
  line-height: 1.2;
  width: 329px;
}

.section_kviz .sp_kviz_left {
  width: 750px;
}

.section_kviz .center_spacibo {
  margin-top: 20px;
}

.section_kviz .form_kviz {
  position: absolute;
  right: -120px;
  top: 63px;
  width: 290px;
  color: #fff;
  text-align: center;
}

.section_kviz .form_kviz:before {
  content: "";
  position: absolute;
  right: -106px;
  top: -96px;
  height: 457px;
  width: 470px;
  background: url(../img/back/kviz_spasibo.png);
  background-size: 100% 100%;
  z-index: -1;
}

.section_kviz .form_kviz .sub_title_form {
  font-size: 20px;
  margin-bottom: 14px;
}

.section_kviz .form_kviz .button {
  width: 100%;
  max-width: 100%;
}

.section_kviz .form_kviz .h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 12px auto 10px;
  max-width: 230px;
}

.section_kviz .form_kviz .h6 a {
  color: #fff;
  text-decoration: underline;
}

.section_kviz .form_kviz .h6 a:hover {
  text-decoration: none;
}

.nav_kviz .btn_next.slick-disabled + .btn_prev {
  display: none !important;
}

.section_dop {
  background-image: url("../img/back/back_seoh.jpg");
  background-position: top center;
  background-size: cover;
  padding: 42px 0 50px;
}

.section_dop h2 {
  margin-bottom: 40px;
}

.section_dop .doplink ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}

.section_dop .doplink .linkdiv {
  border-radius: 10px;
  background-color: #1376d5;
  width: 328px;
  height: 186px;
  margin: 5px;
  position: relative;
  font-weight: 400;
}

.section_dop .doplink .linkdiv a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}

.section_dop .doplink .linkdiv:hover .textlink {
  text-decoration: none;
}

.section_dop .doplink .linkdiv:hover .podrobnee {
  background-color: #0f2254;
  color: white;
}

.section_dop .doplink .podrobnee {
  color: #0f2254;
  line-height: 1.188;
  background-color: white;
  width: 128px;
  border-radius: 30px;
  text-align: center;
  font-weight: 400;
  padding: 10px;
  margin: 0 auto;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.section_dop .doplink .textlink {
  font-size: 20px;
  color: white;
  text-decoration: underline;
  line-height: 1.2;
  text-align: center;
  width: 90%;
  margin: 50px auto 20px;
}

.section_dop .left_textseo {
  border-radius: 20px;
  background-color: white;
  width: 1003px;
  padding: 18px 26px 38px;
  line-height: 1.5;
  font-size: 18px;
}

.section_dop h3 {
  margin-bottom: 30px;
}

.section_dop h4 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 30px;
}

.section_dop .title_form b {
  font-weight: 500;
}

.section_dop .text_center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section_dop .text_center .infotextseo {
  width: 47%;
  margin-top: 30px;
}

.section_dop .text_center h5 {
  color: #1c85ea;
  font-weight: bold;
}

.section_dop .text_bot {
  font-size: 22px;
  color: black;
  font-weight: 400;
  margin-top: 40px;
}

.section_process {
  padding: 70px 0 70px;
  background-image: url("../img/back/section_process.jpg");
  background-position: right -180px;
  background-size: auto auto;
  background-repeat: no-repeat;
  /* .content{
		max-width: 1200px;
	} */
}

.tabClick {
  display: none;
}

.tab_proj {
  position: relative;
  padding: 5px 14px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  border-radius: 20px;
  z-index: 4;
}

.tab_proj:not(:last-child) {
  margin-right: 0;
}

.tab_proj:hover, .tab_proj.active {
  z-index: 4;
  color: #fff;
  background-color: #1d86eb;
}

.tab_proj:hover:not(.tab_proja):before, .tab_proj.active:not(.tab_proja):before {
  color: #fff;
}

.tab_proj:hover span, .tab_proj.active span {
  border-bottom: 1px dotted transparent;
}

.tab_proj.active:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: -5px;
  background-color: #1d86eb;
  width: 19px;
  height: 19px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: -1;
}

.tab_proj.tab_proja {
  font-weight: bold;
  color: #fff;
}

.tab_proj span {
  display: block;
  border-bottom: 1px dotted #000;
}

.tab_proj:not(.tab_proja):before {
  content: "0" counter(item);
  counter-increment: item;
  display: block;
  font-size: 14px;
  color: #1d86eb;
  font-weight: bold;
}

.tab_proj_top {
  height: 50px;
  counter-reset: item;
  margin-top: 80px;
  margin-bottom: 74px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-radius: 20px;
  background-color: #f6f7fb;
  height: 53px;
  width: 890px;
}

.tab_proj_content {
  height: 339px;
  /* 
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08); */
  position: relative;
  z-index: 3;
}

.tab_proj_content .title {
  font-size: 26px;
  color: black;
  line-height: 1.994;
  font-weight: 400;
  padding: 0 35px;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: -75px;
  top: -25px;
}

.tab_proj_content .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffe797;
  top: 0px;
  height: 49px;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.tab_proj_content .img {
  width: 235px;
  height: 260px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}

.tab_proj_content .img img {
  width: 100%;
  border-radius: 10px;
}

.tab_proj_content .contenttab {
  width: 890px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
          box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
  padding: 50px 30px 30px;
  border-radius: 15px;
}

.tab_proj_content .tabCont {
  position: absolute;
  top: 0;
  left: 0px;
  /* top: 50px;
			left: 30px; */
  height: 100%;
  height: 339px;
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  z-index: -1;
}

.tab_proj_content .tabCont.active {
  display: block;
  opacity: 1;
  z-index: 3;
}

.tab_proj_content .tabCont .text {
  font-size: 18px;
  position: relative;
}

.tab_proj_content .tabCont .text p {
  margin-bottom: 20px;
}

.tab_proj_content .tabCont .text p + ul {
  margin-top: -15px;
}

.tab_proj_content .tabCont .text ul {
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 20px;
  text-align: left;
}

.tab_proj_content .tabCont .text ol {
  text-align: left;
}

.tab_proj_content .tabCont .button {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 58px;
  padding: 20px 40px 0;
  font-size: 18px;
  line-height: 1.2;
}

.tab_proj_content .bottom_text {
  position: absolute;
  left: 960px;
  bottom: -70px;
}

.tab_proj_content .bottom_text_wrap {
  background: url(../img/image/proc_work.png);
  background-size: cover;
  position: absolute;
  /* right: -580px;
				bottom: -40px; */
  right: -110px;
  bottom: -40px;
  width: 547px;
  height: 546px;
  z-index: 1;
}

.tab_proj_content .bottom_text .foto {
  bottom: 0;
  left: 0;
  height: 730px;
}

.tab_proj_content .bottom_text .foto img {
  height: 100%;
  width: auto;
  display: block;
}

.tab_proj_content .bottom_text .citate {
  font-size: 18px;
  color: #272727;
  line-height: 1.389;
  text-align: right;
  position: absolute;
  width: 441px;
  height: 80px;
  top: 44px;
  left: -300px;
  /* top: 0;
				left: 0; */
  background: url(../img/image/pr1.png) no-repeat right top;
  padding: 5px 60px 5px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab_proj_content .bottom_text .citate strong {
  font-weight: bold;
}

.section1 .text_content {
  margin-top: 10px;
}

.templateall, .page_templateall {
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#94a4b0), to(transparent));
  background: -o-linear-gradient(top, #94a4b0, transparent);
  background: linear-gradient(180deg, #94a4b0, transparent);
}

.templateall p, .page_templateall p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.object_ya_sect {
  position: relative;
}

#object_ya {
  top: -100px;
  position: absolute;
  /* 	width: 100%;
	height: 2px;
	color: red; */
}

#rekvisit table .tr_head, #rekvisit table tr:first-child {
  background: none;
  color: #000;
  font-size: 18px;
  background-color: #ffffff !important;
}

#rekvisit table .tr, #rekvisit table tr {
  font-size: 16px;
}

#rekvisit table .tr:nth-child(2n+1), #rekvisit table tr:nth-child(2n+1) {
  background-color: #fff;
}

#rekvisit table .tr:hover, #rekvisit table tr:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-default header {
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(transparent));
  background: -o-linear-gradient(top, #585858, transparent);
  background: linear-gradient(180deg, #585858, transparent);
  padding-bottom: 10px;
}

.page-template-default header .wrapper {
  border: none;
}

.page-template-default .wrap_content {
  margin-top: 20px;
}

.page-template-default .post_thumbnail {
  margin-left: 20px;
}

.template_section {
  padding-bottom: 50px;
}

.navrev_wrap.topnav {
  margin-bottom: 40px;
  /*ul.page-numbers li{
			&:first-child{
				border: none;
			}
			&:nth-child(2)	a {
				border-radius: 5px 0 0 5px;
			}
		} */
}

.navrev_wrap.topnav a.next.page-numbers {
  display: none;
}

.navrev_wrap.topnav .last_child + li {
  border: none;
}

.navrev_wrap.topnav .last_child a {
  border-radius: 0 5px 5px 0;
}

.paged .navrev_wrap.topnav a.prev.page-numbers {
  display: none;
}

.paged .navrev_wrap.topnav ul.page-numbers li:first-child {
  border: none;
}

.paged .navrev_wrap.topnav ul.page-numbers li:nth-child(2) {
  border: none;
}

.paged .navrev_wrap.topnav ul.page-numbers li:nth-child(2) a {
  border-radius: 5px 0 0 5px;
}

ul.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin: 20px auto 0;
}

ul.page-numbers a {
  text-decoration: underline;
  padding: 12px 16px;
  display: block;
  color: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b72d1), to(#00a1dd));
  background-image: -o-linear-gradient(bottom, #0b72d1 0%, #00a1dd 100%);
  background-image: linear-gradient(0deg, #0b72d1 0%, #00a1dd 100%);
}

ul.page-numbers a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b72d1), to(#00a1dd));
  background-image: -o-linear-gradient(top, #0b72d1 0%, #00a1dd 100%);
  background-image: linear-gradient(180deg, #0b72d1 0%, #00a1dd 100%);
}

ul.page-numbers li {
  border-left: 1px solid rgba(67, 163, 255, 0.471);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 51, 100, 0.21);
          box-shadow: 0px 8px 16px 0px rgba(0, 51, 100, 0.21);
}

ul.page-numbers li:first-child {
  border-left: none;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

ul.page-numbers li:first-child a {
  border-radius: 5px 0 0 5px;
}

ul.page-numbers li:last-child {
  border-radius: 0 5px 5px 0;
}

ul.page-numbers li:last-child a {
  border-radius: 0 5px 5px 0;
}

ul.page-numbers li:last-child .current {
  border-radius: 0 5px 5px 0;
}

ul.page-numbers li span {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0b72d1), to(#00a1dd));
  background-image: -o-linear-gradient(bottom, #0b72d1 0%, #00a1dd 100%);
  background-image: linear-gradient(0deg, #0b72d1 0%, #00a1dd 100%);
}

ul.page-numbers li .str span {
  background-image: none;
}

ul.page-numbers .current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b72d1), to(#00a1dd));
  background-image: -o-linear-gradient(top, #0b72d1 0%, #00a1dd 100%);
  background-image: linear-gradient(180deg, #0b72d1 0%, #00a1dd 100%);
  padding: 12px 16px;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

ul.page-numbers .dots {
  padding: 12px 10px;
  display: block;
}

ul.page-numbers .str_prev:before {
  content: url(../img/str_prev.png);
  margin-right: 7px;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

ul.page-numbers .str_next:after {
  content: url(../img/str_next.png);
  margin-left: 7px;
}

.page-template-faq .section1 {
  background: url(../img/back/back_faq.jpg) no-repeat top center;
  background-size: cover;
}

.page-template-faq .section_content_fq {
  padding: 50px 0;
}

.page-template-faq .section_content_fq .left {
  width: 950px;
}

.page-template-faq .div_faq {
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #eefaff;
}

.page-template-faq .div_faq:last-child {
  margin-bottom: 0;
}

.page-template-faq .question {
  font-size: 22px;
  color: black;
  max-width: 490px;
  margin-right: 10px;
}

.page-template-faq .question_wrap {
  border-radius: 15px;
  background-color: white;
  background: white url(../img/faq_back_q.png) top right -25px;
  background-repeat: repeat-y;
  -webkit-box-shadow: 4.689px 11.046px 29px 0px rgba(52, 52, 52, 0.1);
          box-shadow: 4.689px 11.046px 29px 0px rgba(52, 52, 52, 0.1);
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  cursor: pointer;
}

.page-template-faq .question_wrap:hover .question_click span {
  border-bottom: 1px dotted rgba(22, 120, 196, 0);
}

.page-template-faq .question_click {
  max-width: 245px;
  text-align: right;
  font-size: 16px;
  color: #1678c4;
  line-height: 1.2;
}

.page-template-faq .question_click span {
  border-bottom: 1px dotted #1678c4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.page-template-faq .answer {
  font-size: 18px;
  line-height: 1.389;
  padding: 0px 30px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.page-template-faq .answer p:not(last-child) {
  margin-bottom: 10px;
}

.page-template-faq .answer.open {
  padding: 20px 30px;
  max-height: 1000px;
}

.page-template-faq .section1, .page-template-our_work .section1 {
  color: #fff;
}

.page-template-faq .section1 h1, .page-template-our_work .section1 h1 {
  color: #fff;
  margin-bottom: 10px;
}

.page-template-faq .section1 .the_content, .page-template-our_work .section1 .the_content {
  font-size: 36px;
  line-height: 1.278;
  max-width: 630px;
}

.page-template-faq .section1 .the_content_wrap, .page-template-our_work .section1 .the_content_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -60px;
}

.page-template-faq .section1 .the_content strong, .page-template-our_work .section1 .the_content strong {
  font-weight: bold;
}

.page-template-faq .section1 .fotomen, .page-template-our_work .section1 .fotomen {
  height: 370px;
  overflow: hidden;
  margin-right: 35px;
}

.page-template-faq .section1 .fotomen img, .page-template-our_work .section1 .fotomen img {
  height: 100%;
  height: 460px;
  width: auto;
}

.page-template-faq .section1 .fotomen.scale img, .page-template-our_work .section1 .fotomen.scale img {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.page-template-our_work .section1 {
  background: url(../img/back/back_ourwork.jpg) no-repeat top center;
  background-size: cover;
}

.page-template-our_work .section_2uswork {
  padding: 45px 0 70px;
  background: url(../img/back/back_contact_section2.jpg) no-repeat top center;
}

.page-template-our_work .section_2uswork #map_3 {
  border-radius: 30px;
  background-color: #e9eff4;
  -webkit-box-shadow: 0px 39px 103px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 39px 103px 0px rgba(0, 0, 0, 0.19);
  width: 100%;
  height: 648px;
  margin-bottom: 87px;
  overflow: hidden;
}

.page-template-our_work .section_2uswork #map_3 .glubina {
  font-size: 18px;
  margin-top: 5px;
}

.page-template-our_work .section_2uswork #map_3 [class*=cluster-tabs__item-header] {
  display: none;
}

.page-template-our_work .section_uswork .paralax_kust3 {
  left: -330px;
  top: -420px;
}

.page-template-our_work .section_uswork .paralax_kust3 .in_par {
  width: 240px;
  height: 743px;
}

.page-template-our_work .section_uswork .object_wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}

.page-template-our_work .section_uswork .slider_uswork {
  width: 440px;
  margin: 0 11px 27px;
  height: auto;
  padding: 14px 16px 30px;
}

.page-template-our_work .section_uswork .slider_uswork .top {
  margin-bottom: 25px;
}

.page-template-our_work .section_uswork .slider_uswork .info_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-our_work .section_uswork .slider_uswork .foto_big {
  border-radius: 15px;
  width: 100%;
  height: 271px;
}

.page-template-our_work .section_uswork .slider_uswork .mini_foto {
  border-radius: 7px;
  width: 67px;
  height: 45px;
}

.page-template-our_work .section_uswork .slider_uswork .info_div {
  padding-left: 21px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.page-template-our_work .section_uswork .slider_uswork .info_div:last-child {
  margin-bottom: 0;
}

.page-template-our_work .section_uswork .slider_uswork .info_div .p1 {
  font-weight: 400;
  margin-bottom: 3px;
}

.page-template-our_work .section_uswork .slider_uswork .geo1 {
  background: url(../img/bulit/geo1.png) no-repeat left 2px;
}

.page-template-our_work .section_uswork .slider_uswork .info2 {
  border-radius: 15px;
  background-color: #f6f8fe;
  width: 127px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-our_work .section_uswork .slider_uswork .glubina {
  background: none;
  font-size: 18px;
  color: #009beb;
  line-height: 1;
  text-align: center;
}

.page-template-our_work .section_uswork .slider_uswork .glubina .b {
  font-size: 32px;
  font-weight: bold;
}

.page-template-our_work .section_uswork .slider_uswork .tip {
  background: url(../img/bulit/type.png) no-repeat -4px 2px;
}

.page-template-our_work .section_uswork .slider_uswork .data_bur {
  background: url(../img/bulit/date.png) no-repeat 1px 6px;
  font-weight: 400;
}

.page-template-our_work .section_seotext .wrapper_content ul li {
  margin-bottom: 20px;
}

.freebur {
  border-radius: 15px;
  background-color: #051632;
  background: url(../img/back/back_freebur.jpg) no-repeat top center;
  background-size: cover;
  width: 902px;
  padding: 15px;
  margin: 0 11px 27px;
  color: #fff;
}

.freebur .left {
  padding-left: 38px;
  position: relative;
}

.freebur .left li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-weight: 400;
}

.freebur .left li:last-child {
  margin-bottom: 0;
}

.freebur .left li .ico {
  width: 55px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 5px;
}

.freebur .left li b {
  font-size: 18px;
}

.freebur .sub_title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}

.freebur .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.156;
  text-align: left;
  margin-bottom: 30px;
}

.freebur .title:before {
  content: "";
  background: url(../img/vawe_bl.png);
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 29px;
  height: 16px;
}

.freebur .form {
  width: 320px;
  background: #fff url(../img/back/back_formfreebur.jpg) no-repeat top right;
  color: #000;
  margin-left: 70px;
}

.freebur .form .h6 {
  color: #000;
}

.freebur .form .h6 a {
  color: #000;
}

.freebur .form .fotomen {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: silver;
}

.freebur .sub_title_form {
  border-radius: 10px;
  background-color: #0398df;
  width: 295px;
  padding: 15px 10px 8px;
  margin: 15px auto 10px;
  position: relative;
  background-color: #f6f8fe;
  width: 270px;
}

.freebur .sub_title_form:before {
  content: ",,";
  font-size: 84px;
  color: rgba(162, 209, 255, 0.37);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: -13px;
  top: -7px;
  z-index: 9;
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-template-depth_map h1 {
  max-width: 820px;
}

.page-template-depth_map.page-template-promotions .section1 {
  background: url(../img/back/back_mapdep.jpg) no-repeat top center;
  background-size: cover;
}

.page-template-depth_map .section2_r, .single-post .section2_r {
  padding-bottom: 142px;
  padding-top: 20px;
  background-image: url(../img/back/back_line.jpg);
  background-position: center -460px;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.page-template-depth_map .section2_r h2, .single-post .section2_r h2 {
  text-align: center;
  margin-bottom: 50px;
}

.page-template-depth_map .section2_r h2:before, .single-post .section2_r h2:before {
  display: block;
  margin-bottom: 0px;
  margin-right: 0;
}

.page-template-depth_map .section2_r .reviews, .single-post .section2_r .reviews {
  height: 100%;
  margin-bottom: 0;
}

.page-template-depth_map .section2_r .slick-list, .single-post .section2_r .slick-list {
  overflow: visible;
}

.page-template-depth_map .section2_r .slick-track, .single-post .section2_r .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-template-depth_map .section2_r .slick-arrow, .single-post .section2_r .slick-arrow {
  top: auto;
  bottom: -100px;
}

.page-template-depth_map .section2_r .slick-arrow.slick-prev, .single-post .section2_r .slick-arrow.slick-prev {
  left: calc(50% - 70px);
}

.page-template-depth_map .section2_r .slick-arrow.slick-next, .single-post .section2_r .slick-arrow.slick-next {
  right: calc(50% - 70px);
}

.page-template-depth_map .section2_r .slick-slide, .single-post .section2_r .slick-slide {
  height: auto;
  opacity: 0.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.page-template-depth_map .section2_r .slick-slide.slick-active, .single-post .section2_r .slick-slide.slick-active {
  opacity: 1;
}

.page-template-depth_map .section_persdisc, .single-post .section_persdisc {
  background: url(../img/back/back_persdisc2.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}

.page-template-depth_map .section_persdisc .wrapper, .single-post .section_persdisc .wrapper {
  height: 650px;
  padding-top: 105px;
}

.page-template-depth_map .section_persdisc .form, .single-post .section_persdisc .form {
  margin-top: 18px;
}

.page-template-depth_map .section_persdisc .left, .single-post .section_persdisc .left {
  width: 815px;
}

.page-template-depth_map .section_persdisc .title, .single-post .section_persdisc .title {
  margin-bottom: 36px;
}

.page-template-depth_map .section_persdisc .fotomen, .single-post .section_persdisc .fotomen {
  right: -190px;
}

.section2_md {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  margin-bottom: 0;
  background: url(../img/back/back_promo_s2v2.png) no-repeat top left;
}

.section2_md h2 {
  text-align: center;
  margin-bottom: 50px;
}

.section2_md h2:before {
  display: block;
  margin-bottom: 0px;
  margin-right: 0;
}

.section2_md .paralax_kust3 {
  bottom: -580px;
  top: auto;
  left: -340px;
}

.section2_md .paralax_kust3 .in_par {
  width: 250px;
  height: 773px;
}

.section2_md #map_depth {
  border-radius: 30px;
  -webkit-box-shadow: 0px 37px 57px 0px rgba(127, 127, 127, 0.14);
          box-shadow: 0px 37px 57px 0px rgba(127, 127, 127, 0.14);
}

.section2_md #map_depth img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.error404 header {
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(transparent));
  background: -o-linear-gradient(top, #585858, transparent);
  background: linear-gradient(180deg, #585858, transparent);
  padding-bottom: 10px;
}

.error404 header .wrapper {
  border: none;
}

.error404 .section1 {
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}

.section2_r + .section_garantii {
  margin-top: -40px;
}

.section_garantii {
  background: url(../img/back/back_garantii3.jpg) no-repeat bottom center;
  padding-top: 20px;
  /* .image_garantii{
		height: 437px;
		overflow: hidden;
		text-align: center;
	} */
}

.section_garantii .h3 {
  text-align: center;
  margin-bottom: 20px;
}

.section_garantii .h3:before {
  display: block;
  margin-bottom: 10px;
}

.section_garantii .wrapper {
  position: relative;
  height: 890px;
}

.section_garantii .sub_h3 {
  margin-bottom: 40px;
}

.section_garantii .sub_h3 strong {
  font-weight: bold;
}

.section_garantii .bullit_garant {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_garantii .bullit_garant li {
  width: 250px;
  font-size: 18px;
  /* &:nth-child(2n){
				transform: translateY(180px);
			} */
}

.section_garantii .bullit_garant li:nth-child(2) {
  -webkit-transform: translate(-70px, 180px);
      -ms-transform: translate(-70px, 180px);
          transform: translate(-70px, 180px);
}

.section_garantii .bullit_garant li:nth-child(2) .ico {
  height: 50px;
}

.section_garantii .bullit_garant li:nth-child(4) {
  -webkit-transform: translate(170px, 180px);
      -ms-transform: translate(170px, 180px);
          transform: translate(170px, 180px);
}

.section_garantii .bullit_garant li:nth-child(4) .ico {
  height: 47px;
}

.section_garantii .bullit_garant li:nth-child(1), .section_garantii .bullit_garant li:nth-child(5) {
  -webkit-transform: translateY(360px);
      -ms-transform: translateY(360px);
          transform: translateY(360px);
}

.section_garantii .bullit_garant li:nth-child(1) .ico, .section_garantii .bullit_garant li:nth-child(5) .ico {
  height: 54px;
}

.section_garantii .bullit_garant li .ico {
  margin-bottom: 7px;
}

.section_garantii .button {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 309px;
  line-height: 1.1;
  padding-top: 14px;
}

.section_garantii .paralax_wrap {
  position: static;
}

.section_persdisc + .section_garantii .paralax_wrap {
  position: relative;
}

.section_persdisc {
  background: url(../img/back/back_persdisc.jpg) no-repeat top center;
  color: #fff;
}

.section_persdisc .wrapper {
  position: relative;
  padding: 76px 0 145px;
  max-height: 640px;
}

.section_persdisc .left {
  width: 765px;
  margin-right: 62px;
  padding-left: 40px;
}

.section_persdisc .title {
  font-size: 62px;
  font-weight: bold;
  line-height: 1.097;
  margin-bottom: 66px;
  position: relative;
}

.section_persdisc .title:before {
  content: "";
  background: url(../img/vawe_bl.png);
  position: absolute;
  left: -40px;
  top: 30px;
  width: 29px;
  height: 16px;
  display: block;
}

.section_persdisc .sub_title {
  font-size: 32px;
  line-height: 1.438;
}

.section_persdisc .sub_title strong {
  font-weight: bold;
}

.section_persdisc .fotomen {
  position: absolute;
  right: -140px;
  bottom: 0;
  z-index: 1;
}

.section_persdisc .fotomen img {
  display: block;
  height: 630px;
}

.section_persdisc .form {
  width: 355px;
  position: relative;
  z-index: 2;
}

.section_persdisc .form .title_form:after {
  content: url(../img/vawe_bl.png);
  display: block;
}

.section_persdisc .form .title_form b {
  display: block;
}

.section_persdisc .form .clientTimeIn {
  display: none;
}

.page-template-reviews {
  /* .section2_r + .section_seotext{
		margin-top: 40px;
	} */
}

.page-template-reviews h1 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 0px;
  text-align: center;
}

.page-template-reviews .the_content {
  font-size: 22px;
  text-align: center;
  max-width: 575px;
  margin: 0 auto;
}

.page-template-reviews .section1 {
  background: url(../img/back/back_rev.jpg) no-repeat top center;
  background-size: cover;
  min-height: 610px;
  color: #fff;
}

.page-template-reviews .section2_r {
  background: url(../img/back/back_promo_s2v2.png), url(../img/back/back_line.jpg);
  background-repeat: no-repeat;
  background-position: left top, center top -600px;
  background-size: auto auto, 1887px auto;
  padding-top: 54px;
  padding-bottom: 40px;
}

.page-template-reviews .citata {
  margin-top: 65px;
}

.page-template-reviews .citata_text {
  line-height: 1.385;
  font-weight: 400;
  padding: 15px 40px 15px 180px;
}

.page-template-reviews .catalog_rev {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section2_r .reviews {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
          box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
  width: 324px;
  font-size: 18px;
  line-height: 1.2;
  padding: 18px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 21px;
  color: black;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.section2_r .reviews:hover {
  -webkit-box-shadow: 0px 15px 34px 0px rgba(46, 46, 46, 0.28);
          box-shadow: 0px 15px 34px 0px rgba(46, 46, 46, 0.28);
}

.section2_r .reviews a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section2_r .reviews .div_rev {
  border-radius: 15px;
  background-color: #21ab1e;
  width: 100%;
  height: 175px;
  margin-bottom: 21px;
  padding-top: 1px;
}

.section2_r .reviews .play_button {
  width: 44px;
  height: 30px;
  position: relative;
  background: url(../img/play_button_youtube.png) no-repeat;
  background-size: cover;
  margin: 62px auto 0;
  display: block;
  border-radius: 9px;
}

.section_seotext {
  background: url(../img/back/back_seoh.jpg) no-repeat bottom center;
  padding: 75px 0;
  /* .h2_sd {
		font-size: 56px;
		font-weight: 400;
	} */
}

.section_seotext .wrapper_content {
  background: url(../img/back/kapli.png) no-repeat top right;
  border-radius: 20px;
  background-color: white;
  padding: 46px 60px 30px 30px;
  font-size: 18px;
  color: black;
  line-height: 1.5;
}

.section_seotext .wrapper_content strong {
  font-weight: bold;
  color: #1c85ea;
}

.section_seotext .wrapper_content .ulbbr ul strong {
  display: block;
}

.section_seotext .wrapper_content ul {
  /* column-count: 2;
			column-gap: 60px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section_seotext .wrapper_content ul li {
  margin-bottom: 40px;
  padding: 5px 20px 5px 40px;
  background: url(../img/symbol.png) no-repeat 0px 10px;
  width: 50%;
}

.section_seotext h2:not(.h2_sd) {
  font-size: 42px;
  color: #272727;
  font-weight: bold;
  line-height: 1.119;
}

.section_seotext h3 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #1c85ea;
}

.section_seotext h3:before {
  display: none;
}

.section_seotext h2:not(.h2_sd) {
  max-width: 960px;
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}

.section_seotext h2:not(.h2_sd):before {
  position: absolute;
  left: 0;
  /* top: 30px;
			width: 29px;
			height: 16px;
			background: url(../img/vawe_bl.png);
			display: block; */
}

.page-template-contacts .section2 {
  padding: 48px 0;
  background: url(../img/back/back_contact_section2.jpg) no-repeat top center;
}

.page-template-contacts h1 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 33px;
}

.page-template-contacts .section1 {
  background: url(../img/back/back_contact.jpg) no-repeat top center;
  background-size: cover;
  min-height: 600px;
  color: #fff;
  padding-bottom: 45px;
}

.page-template-contacts .bullit_b1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  margin-top: 20px;
}

.page-template-contacts .bullit_b1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.page-template-contacts .bullit_b1 li .ico {
  width: 42px;
}

.page-template-contacts a.button.rekvisit {
  line-height: 60px;
  height: 60px;
  width: 260px;
}

.page-template-contacts #map {
  width: 100%;
  margin-left: 50px;
}

.page-template-contacts .contact_info_wrap {
  width: 340px;
  max-width: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.page-template-contacts .contact_info_wrap .contacts_div {
  font-size: 18px;
  margin-bottom: 45px;
  font-weight: 400;
}

.page-template-contacts .contact_info_wrap .contacts_div .span {
  font-weight: bold;
}

.page-template-contacts .contact_info_wrap .contacts_div a {
  color: #000;
}

.page-template-contacts .contact_info_wrap .contacts_div p {
  margin-bottom: 2px;
}

.page-template-contacts .contact_info_wrap .contacts_div .ili {
  text-align: center;
  margin: 15px 0 0;
}

.page-template-contacts .contact_info_wrap .contacts_div .ili p {
  margin-bottom: 12px;
}

.page-template-contacts .contact_info_wrap .contacts_div .ili .button {
  line-height: 55px;
  height: 55px;
  width: 260px;
}

.page-template-contacts .contact_info_wrap .contacts_div.messendger {
  max-width: 240px;
}

.page-template-contacts .contact_info_wrap .contacts_div:not(.tel) a {
  text-decoration: underline;
}

.page-template-contacts .contact_info_wrap .contacts_div:not(.tel) a:hover {
  text-decoration: none;
}

.page-template-contacts .contact_info_wrap .contacts_div.email {
  margin-bottom: 35px;
}

.page-template-contacts .contact_info_wrap .contacts_div.socset .socset_wrap {
  margin-top: 10px;
}

.page-template-contacts .contact_info_wrap .contacts_div.socset p {
  margin-bottom: 5px;
}

.page-template-contacts .contact_info_wrap .contacts_div .messendger_wrap {
  margin-top: 10px;
}

.page-template-contacts .contact_info_wrap .contacts_div .messendger_div:nth-child(2) {
  margin: 0px  20px;
}

.page-template-contacts .the_content {
  border-radius: 20px;
  background-color: white;
  max-width: 1109px;
  padding: 22px 26px;
  font-size: 18px;
  color: black;
  line-height: 1.4;
  font-weight: 400;
}

.page-template-contacts .the_content p {
  margin-bottom: 10px;
}

/* Спасибо */
.page-template.page-template-thanks header {
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(transparent));
  background: -o-linear-gradient(top, #585858, transparent);
  background: linear-gradient(180deg, #585858, transparent);
  padding-bottom: 10px;
}

.page-template.page-template-thanks header .wrapper {
  border: none;
}

.thanks {
  padding-top: 163px;
  height: 900px;
  background: url(../img/thanks.jpg) no-repeat top left;
  background-size: cover;
}

.thanks h1 {
  font-size: 60px;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  z-index: 2;
}

.thanks h1:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: -27px;
  padding: 0 27px 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fbc920;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.thanks .button {
  max-width: 205px;
  padding-left: 14px;
  margin-top: 45px;
}

.thanks .text {
  font-size: 22px;
  color: black;
  line-height: 1.364;
  width: 630px;
}

.thanks .text p {
  margin-bottom: 25px;
  /* &:not(:nth-child(2)){
				max-width: 400px;
			} */
}

.thanks .text p:not(:nth-child(1)) {
  max-width: 400px;
}

@media only screen and (max-width: 1400px) {
  .thanks {
    padding-top: 140px;
    height: 680px;
  }
  .thanks .text {
    font-size: 16px;
    width: 430px;
  }
  .thanks .text p:not(:nth-child(1)) {
    max-width: 300px;
  }
  .thanks h1 {
    font-size: 40px;
    margin-left: 17px;
  }
  .thanks h1:before {
    left: -17px;
    padding: 0 17px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .thanks {
    background: url(../img/thanks_mob.jpg) no-repeat top center;
    height: 900px;
    text-align: center;
    padding-top: 100px;
  }
  .thanks .text {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
  }
  .thanks .text p {
    margin: 15px auto;
    max-width: 430px;
    width: 100%;
  }
  .thanks .button {
    margin: 15px auto;
  }
}

.page-template-promotions.post-type-archive-stati .section1 {
  background: url(../img/back/back_stati.jpg) no-repeat top center;
  background-size: cover;
}

.page-template-promotions h1 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 33px;
}

.page-template-promotions .article {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
          box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
  width: 324px;
  padding: 15px 15px 25px;
  margin: 0 11px 21px;
  font-size: 24px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
}

.page-template-promotions .article_wrap {
  margin-left: -11px;
  margin-right: -11px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-template-promotions .article .img {
  border-radius: 15px;
  width: 100%;
  height: 199px;
  margin-bottom: 25px;
}

.page-template-promotions .article .img a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-template-promotions .article .title {
  margin-bottom: 25px;
}

.page-template-promotions .article .title a {
  color: black;
}

.page-template-promotions .article .button {
  width: 170px;
}

.page-template-promotions .section1 {
  background: url(../img/back/back_promo.jpg) no-repeat top center;
  background-size: cover;
}

.page-template-promotions .section1 .wrapper {
  padding-bottom: 45px;
  position: relative;
  min-height: 460px;
}

.page-template-promotions .section1 .fotomen {
  height: 470px;
  position: absolute;
  left: 960px;
  bottom: 0;
}

.page-template-promotions .section1 .fotomen img {
  height: 100%;
  width: auto;
  display: block;
}

.page-template-promotions .section1 .fotomen.scale img {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.page-template-promotions .the_content {
  border-radius: 20px;
  background-color: white;
  max-width: 1066px;
  padding: 22px 100px 22px 26px;
  color: black;
  line-height: 1.4;
  font-size: 22px;
}

.page-template-promotions .the_content p {
  margin-bottom: 15px;
}

.page-template-promotions .the_content strong {
  font-weight: bold;
}

.page-template-promotions .section2 {
  padding-top: 64px;
  margin-bottom: 90px;
  background: url(../img/back/back_promo_s2v2.png) no-repeat top left;
}

.page-template-promotions .section2 .wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* margin-left: -12px;
			margin-right: -12px; */
}

.page-template-promotions .section2 .promod {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
          box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
  width: 440px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.page-template-promotions .section2 .promod:nth-child(3n-1) {
  margin-left: 22px;
  margin-right: 22px;
}

.page-template-promotions .section2 .promod .img {
  border-radius: 15px;
  background-color: #21ab1e;
  width: 100%;
  height: 199px;
  margin-bottom: 27px;
}

.page-template-promotions .section2 .promod .text_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-promotions .section2 .promod .data {
  text-align: center;
  font-weight: bold;
  border-radius: 15px;
  background-color: #f2f7fc;
  width: 163px;
  padding: 16px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.page-template-promotions .section2 .promod .text {
  font-size: 18px;
  width: 230px;
  margin-right: 20px;
}

.page-template-promotions .section2 .promod .title {
  font-size: 26px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 27px;
}

.page-template-promotions .s23promo_wrap {
  background: url(../img/back/back_promo_form.jpg) no-repeat bottom center;
}

.page-template-promotions .section3 .wrapper {
  position: relative;
  padding-bottom: 140px;
}

.page-template-promotions .section3 .left {
  width: 710px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 2;
  margin-right: 64px;
}

.page-template-promotions .section3 .form_right {
  z-index: 2;
}

.page-template-promotions .section3 .form_right .form {
  width: 355px;
}

.page-template-promotions .section3 .citat_text_form {
  font-size: 18px;
  color: #272727;
  line-height: 1.389;
  text-align: left;
  width: 373px;
  background: url(../img/image/promo_form.png) no-repeat;
  background-size: 100% 100%;
  padding: 14px 30px 14px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.page-template-promotions .section3 .title {
  font-size: 62px;
  font-weight: bold;
  position: relative;
  color: black;
  line-height: 1.097;
  padding-left: 35px;
}

.page-template-promotions .section3 .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 29px;
  height: 16px;
  background: url(../img/vawe_bl.png);
  display: block;
}

.page-template-promotions .section3 .sub_title {
  font-size: 22px;
  color: black;
  line-height: 1.3;
  padding-left: 35px;
  font-weight: 400;
  width: 640px;
  margin-top: 10px;
}

.page-template-promotions .section3 .sub_title strong {
  font-weight: bold;
}

.page-template-promotions .section3 .bullit_bf {
  font-size: 18px;
  font-weight: 400;
  margin-top: 27px;
  padding-left: 35px;
}

.page-template-promotions .section3 .bullit_bf li {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.259);
  border-radius: 50px;
  margin-bottom: 7px;
  padding: 8px 20px 8px 42px;
  background: rgba(255, 255, 255, 0.259) url(../img/symbol.png) no-repeat 9px center;
  /* .ico{
					background: url(../img/symbol.png);
					width: width('symbol.png');
					height: height('symbol.png');
				} */
}

.page-template-promotions .section3 .fotomen {
  height: 700px;
  position: absolute;
  right: -180px;
  bottom: 0;
  z-index: 1;
}

.page-template-promotions .section3 .fotomen img {
  height: 100%;
  width: auto;
  display: block;
}

table {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 60px;
  border-collapse: separate;
  overflow: hidden;
  border-width: 1px;
  border-color: #2683d3;
  border-style: solid;
  /* */
  border-radius: 15px;
  /* &.table_raion{
		.tr {
			background-color: rgb(246, 246, 246);
		}
	} */
}

table a {
  color: #1978c9;
  font-weight: 400;
  text-decoration: underline;
}

table a:hover {
  text-decoration: none;
}

table .tr, table tr {
  background-color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 1;
  /* &:nth-last-child(2n){
			background-color: rgb(246, 246, 246);
		}*/
}

table .tr:nth-child(2n+1), table tr:nth-child(2n+1) {
  background-color: whitesmoke;
}

table .tr:hover, table tr:hover {
  background-color: #DAEEFF;
  -webkit-box-shadow: 4.95px 4.95px 15px 0px rgba(46, 46, 46, 0.1);
          box-shadow: 4.95px 4.95px 15px 0px rgba(46, 46, 46, 0.1);
  z-index: 2;
}

table .tr:last-child, table tr:last-child {
  border-radius: 0 0 15px 15px;
}

table .tr:last-child td:first-child, table tr:last-child td:first-child {
  border-radius: 0  0 0 15px;
}

table .tr:last-child td:last-child, table tr:last-child td:last-child {
  border-radius: 0  0 15px 0;
}

table .tr td, table tr td {
  padding: 15px 10px;
  border-right: 1px solid #9D9D9D;
  text-align: center;
  vertical-align: middle;
}

table .tr td:first-child, table tr td:first-child {
  text-align: left;
  padding-left: 34px;
}

table .tr td:last-child, table tr td:last-child {
  border-right: none;
}

table .tr_head, table tr:first-child {
  background-color: #2683D3 !important;
  color: white;
  font-weight: bold;
}

table .tr_head td, table tr:first-child td {
  padding: 15px 10px;
  border-right: 1px solid #7dc2fe;
  text-align: center;
}

table .tr_head td:first-child, table tr:first-child td:first-child {
  border-radius: 15px 0 0 0;
  text-align: left;
  padding-left: 34px;
  width: 220px;
}

table .tr_head td:last-child, table tr:first-child td:last-child {
  border-radius: 0 15px 0 0;
  border-right: none;
}

table .tr_head:hover, table tr:first-child:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.type_2tr:not(.table_new) .table tr:nth-child(2), .type_2tr:not(.table_new) table tr:nth-child(2) {
  background-color: #2683D3;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.type_2tr:not(.table_new) .table tr:nth-child(2) td, .type_2tr:not(.table_new) table tr:nth-child(2) td {
  border-top: 1px solid #7dc2fe;
  border-right: 1px solid #7dc2fe;
}

.type_2tr:not(.table_new) .table tr:nth-child(2) td:first-child, .type_2tr:not(.table_new) table tr:nth-child(2) td:first-child {
  text-align: center;
  padding-left: 10px;
}

.type_2tr:not(.table_new) .table tr:nth-child(2) td:last-child, .type_2tr:not(.table_new) table tr:nth-child(2) td:last-child {
  border-right: none;
}

.type_2tr:not(.table_new) .table tr:nth-child(2):hover, .type_2tr:not(.table_new) table tr:nth-child(2):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-post .section1 {
  background: url(../img/back/back_2str.jpg) no-repeat top center;
  background-size: auto 464px;
  color: #fff;
  padding-bottom: 38px;
}

.single-post .section1 h1 {
  color: #fff;
  margin-bottom: 40px;
}

.single-post .section1 .bullit_b1 {
  margin-bottom: 26px;
}

.single-post .section1 .bullit_b1 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-post .section1 .bullit_b1 li:last-child {
  margin-right: 0;
}

.single-post .section1 .bullit_b1 li .ico {
  margin-right: 7px;
}

.single-post .section1 .bullit_b1 li b {
  display: block;
}

.single-post .section1 .bullit_b1 + .the_content_wrap.videodiv {
  padding-top: 0px;
}

.single-post .section1 .the_content_wrap.videodiv {
  padding-top: 80px;
}

.single-post .section1 .the_content_wrap .scroll_link_down {
  margin-top: 20px;
}

.single-post .section1 .the_content_wrap .scroll_link_down.hidden_desc {
  display: none;
}

.single-post .section1 .the_content_wrap .the_content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 15px;
  background-color: white;
  width: 100%;
  padding: 22px 20px;
  font-size: 18px;
  font-weight: 400;
  color: black;
  line-height: 1.444;
}

.single-post .section1 .the_content_wrap .the_content p:not(:last-child) {
  margin-bottom: 10px;
}

.single-post .section1 .the_content_wrap .the_content_seo_tekst {
  padding-left: 30px;
  background: url(../img/vawe2.png) left center;
  background-repeat: repeat-y;
}

.single-post .section1 .div_video {
  border-radius: 15px;
  -webkit-box-shadow: 1.95px 15.881px 51px 0px rgba(46, 46, 46, 0.3);
          box-shadow: 1.95px 15.881px 51px 0px rgba(46, 46, 46, 0.3);
  /*  position: absolute;
			left: 1083px;
			top: 321px; */
  width: 523px;
  height: 294px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -100px;
  margin-bottom: 0;
  margin-right: 10px;
}

.single-post .scroll_link_down {
  display: inline-block;
}

.single-post .scroll_link_down:after {
  display: none;
}

.single-post .scroll_link_down:before {
  content: url(../img/str_bottom.png);
  top: 5px;
}

.single-post .sticky, .single-post .stop {
  z-index: 1;
}

.single-post section:not(.section_content) {
  z-index: 2;
  position: relative;
}

.single-post .section_content {
  padding: 75px 0 55px;
}

.single-post .section_content .rightblue {
  margin-top: 0;
}

.single-post .section_content ul li:before {
  left: 5px;
  top: 5px;
  border-radius: 0%;
  width: 10px;
  height: 13px;
  background: url(../img/ulli.png);
}

.single-post .paralax_wrap_kust {
  z-index: 3;
}

.single-post .paralax_wrap_kust .paralax_kust3 {
  top: 200px;
}

.single-post .paralax_wrap_kust .paralax_kust3 .in_par {
  width: 290px;
  height: 773px;
}

.single-post .section2_md {
  z-index: 3 !important;
  padding-bottom: 30px;
  text-align: center;
}

.single-post .section2_md #map_depth {
  margin-bottom: 40px;
}

.single-post .section4_1 .paralax_wrap {
  z-index: 3;
}

.single-post .section4_1 .paralax_wrap .paralax_kust3 {
  left: -290px;
  top: 30px;
}

.single-post .section4_1 .paralax_wrap .paralax_kust3 .in_par {
  width: 270px;
  height: 763px;
}

.single-post .type_2tr {
  width: 990px;
  margin-right: 30px;
}

.single-post .type_2tr table {
  margin-bottom: 30px;
}

.single-post .bullit_section {
  padding: 40px 0 80px;
  color: black;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.single-post .bullit_section li {
  max-width: 220px;
  margin: 0 55px;
}

.single-post .bullit_section li:first-child {
  margin-left: 0;
}

.single-post .bullit_section li:last-child {
  margin-right: 0;
}

.single-post .bullit_section .ico {
  height: 52px;
  margin-bottom: 15px;
}

.single-post .bullit_section .bullit_b1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-post .section_persdisc {
  /* */
}

.single-post .section_persdisc .title {
  font-size: 52px;
}

.single-post .section_persdisc .sub_title {
  font-size: 28px;
}

.single-post .section_persdisc .form .clientTimeIn {
  display: block;
}

.single-post .div_video {
  border-radius: 20px;
  width: 100%;
  height: 462px;
  margin-bottom: 33px;
  position: relative;
}

.single-post .div_video a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-post .div_video a:hover .play_button {
  -webkit-box-shadow: 0.872px 9.962px 6px 0px rgba(255, 0, 0, 0.3);
          box-shadow: 0.872px 9.962px 6px 0px rgba(255, 0, 0, 0.3);
}

.single-post .div_video .play_button {
  display: block;
  border-radius: 20px;
  background-image: url(../img/play_btn_youtube.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 56px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0.872px 9.962px 16px 0px rgba(255, 0, 0, 0.8);
          box-shadow: 0.872px 9.962px 16px 0px rgba(255, 0, 0, 0.8);
}

.single-post .section_persdisc .wrapper {
  padding-bottom: 0;
}

.single-post .section_dop .left_textseo h2, .single-post .section_dop .left_textseo h3 {
  font-weight: 400;
}

.single-post .section_dop .left_textseo strong {
  font-weight: bold;
}

.single-post .section_dop .left_textseo p {
  margin-bottom: 25px;
}

.single-post .section_dop .left_textseo p + ul {
  margin-top: -15px;
}

.single-post .section_dop .left_textseo ul {
  margin-bottom: 30px;
}

.single-post .section_dop .left_textseo ul li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
}

.single-post .section_dop .left_textseo ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  border-radius: 50%;
  background-color: #00abeb;
  width: 5px;
  height: 5px;
}

.single-post .wp-caption {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-post .wp-caption img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  display: block;
}

.single-post .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.single-post .sectiontable2 .type_2tr {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.single-post .sectiontable2 .wrapper_price2 {
  text-align: center;
}

.single-post .section_fotogallegy {
  padding: 20px 0 100px;
  background-image: url(../img/back/back_line.jpg);
  background-position: center -460px;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.single-post .section_fotogallegy h2 {
  text-align: center;
  margin: 0 auto 50px;
}

.single-post .section_fotogallegy h2:before {
  display: block;
}

.single-post .section_fotogallegy .slider_foto {
  max-width: 1250px;
  margin: 0 auto;
}

.single-post .section_fotogallegy .slider_foto:not(.slick-slider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.single-post .section_fotogallegy .slider_foto:not(.slick-slider) .foto_div {
  opacity: 1;
  margin-bottom: 10px;
}

.single-post .section_fotogallegy .slider_foto:not(.slick-slider) .foto_div_in a {
  display: none;
}

.single-post .section_fotogallegy .slider_foto .slick-list {
  overflow: visible;
}

.single-post .section_fotogallegy .foto_div {
  opacity: 0.27;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-post .section_fotogallegy .foto_div.slick-active {
  opacity: 1;
}

.single-post .section_fotogallegy .foto_div.slick-active .foto_div_in {
  width: 593px;
}

.single-post .section_fotogallegy .foto_div_in {
  border-radius: 15px;
  background-color: black;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 523px;
  height: 331px;
  margin: 0 auto;
}

.single-post .section_fotogallegy .foto_div_in a {
  display: block;
  width: 100%;
  height: 100%;
}

.single-post .freebur {
  margin: 30px auto;
  color: #fff;
}

.single-post .freebur .bullit_b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-post .freebur .bullit_b1 li {
  width: 50%;
  color: #fff;
}

.single-post .freebur .title {
  color: #fff;
}

.single-post .citat {
  margin-bottom: 25px;
}

.single-post .citat_st {
  margin-bottom: 35px;
}

.single-post .citat_wrap {
  margin-top: 25px;
  min-height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.single-post .alignright {
  float: right;
  margin-left: 10px;
  margin-top: -15px;
}

.single-post .alignleft {
  float: left;
  margin-right: 10px;
}

.section_tabs_2str h2 {
  text-align: center;
}

.section_tabs_2str h2:before {
  display: block;
}

.section_tabs_2str .button_wrap {
  margin: 40px auto;
  text-align: center;
}

.section_tabs_2str .tab_proj_content {
  height: 400px;
}

.section_tabs_2str .tab_proj_content .tabCont {
  height: 400px;
}

.section_tabs_2str .tab_proj_content .bottom_text {
  bottom: 0;
}

.section_tabs_2str .tab_proj_content .bottom_text .foto {
  height: 430px;
  border-radius: 10px;
  width: 100%;
}

.section_tabs_2str .tab_proj_content .bottom_text .foto img {
  height: 100%;
  width: auto;
  border-radius: 10px;
}

.section_tabs_2str .contenttab.flex_wrap {
  /* min-height: 400px; */
  height: 100%;
  width: 940px;
}

.section_tabs_2str .tab_proj {
  width: 220px;
  height: 175px;
  text-align: center;
  margin: 0 10px;
  padding-top: 12px;
  background-color: #f6f7fb;
}

.section_tabs_2str .tab_proj:hover, .section_tabs_2str .tab_proj.active {
  background-color: #1d86eb;
}

.section_tabs_2str .tab_proj:hover .toggle, .section_tabs_2str .tab_proj.active .toggle {
  color: #c0e0ff;
}

.section_tabs_2str .tab_proj.active {
  font-weight: bold;
}

.section_tabs_2str .tab_proj:not(.tab_proja):before {
  display: none;
}

.section_tabs_2str .tab_proj span {
  display: inline;
}

.section_tabs_2str .tab_proj .toggle {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  color: #575757;
  font-weight: 500;
  border-bottom: none;
  text-align: center;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.section_tabs_2str .tab_proj .toggle span {
  border-bottom: none;
}

.section_tabs_2str .tab_proj_top {
  width: 1170px;
  background: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  height: auto;
  margin: 60px auto;
}

.section_tabs_2str .tab_proj_top img {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  display: block;
  margin: 0 auto 10px;
}

.section_tabs_2str .paralax_kust3 {
  left: -330px;
}

.section_tabs_2str .paralax_kust3 .in_par {
  width: 260px;
  height: 723px;
}

.text_block_var2 .text:not(.burtext) {
  font-size: 18px;
  color: black;
  line-height: 1.444;
}

.text_block_var2 .text:not(.burtext) p {
  margin-bottom: 15px;
}

.text_block_var2 .text:not(.burtext) strong {
  font-weight: bold;
}

.text_block_var2 .text:not(.burtext) a {
  color: #1081bc;
  text-decoration: underline;
}

.text_block_var2 .text:not(.burtext) a:hover {
  text-decoration: none;
}

.text_block_var2 .title:not(.burtext) {
  font-size: 26px;
  color: #1a2030;
  font-weight: bold;
  line-height: 1.615;
  margin-bottom: 20px;
}

.text_block_var2 h2 {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 46px;
}

.text_block_var2 h2:before {
  display: block;
}

.text_block_var2 h3 {
  text-align: center;
  margin: 30px auto 30px;
  font-size: 36px;
  font-weight: 400;
}

.text_block_var2 h3:before {
  display: block;
}

.text_block_var2 h4 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.text_block_var2 .yellow_title {
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 24px;
  position: relative;
  margin: 20px 0 10px;
  z-index: 2;
  line-height: 1.119;
  text-align: left;
}

.text_block_var2 .yellow_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffe797;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.text_block_var2 ul:not(.bullit_b1) {
  margin-bottom: 20px;
  margin-top: 20px;
}

.text_block_var2 ul:not(.bullit_b1) li {
  padding-left: 22px;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
}

.text_block_var2 ul:not(.bullit_b1) li:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 0%;
  width: 10px;
  height: 13px;
  background: url(../img/ulli.png);
}

.text_block_var2 ol {
  list-style: decimal;
  padding-left: 60px;
  background: url(../img/vawe2.png) no-repeat left center;
  background-repeat: repeat-y;
  margin-bottom: 30px;
}

.text_block_var2 ol li {
  margin-bottom: 15px;
  padding-left: 15px;
}

.text_block_var2 .wp-caption {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text_block_var2 .wp-caption img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.text_block_var2 .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.text_block_var2 .title_bulit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section_plashki {
  padding: 20px 0 50px;
  background-image: url(../img/back/back_line.jpg);
  background-position: center -460px;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.section_plashki h2 {
  text-align: center;
  margin: 0 auto 40px;
}

.section_plashki h2:before {
  display: block;
}

.section_plashki .text_plashki {
  font-size: 18px;
  margin-bottom: 70px;
  line-height: 1.444;
}

.section_plashki .text_plashki p {
  margin-bottom: 10px;
}

.section_plashki .text_plashki a {
  color: #1081bc;
  text-decoration: underline;
}

.section_plashki .text_plashki a:hover {
  text-decoration: none;
}

.section_plashki ul {
  margin-bottom: 20px;
  margin-top: 20px;
}

.section_plashki ul li {
  padding-left: 22px;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
}

.section_plashki ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 0%;
  width: 10px;
  height: 13px;
  background: url(../img/ulli.png);
}

.section_plashki .wrap_title {
  text-align: center;
  left: 0;
  width: 100%;
  top: 0;
  position: relative;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 421px;
  margin-left: -20px;
  margin-right: -20px;
}

.section_plashki .title {
  font-size: 21px !important;
  color: black !important;
  font-weight: bold !important;
  line-height: 1.238 !important;
  text-align: center;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 10px 35px;
  margin: 0 !important;
}

.section_plashki .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffe797;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.section_plashki .plashki {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section_plashki .plashki_div {
  border-radius: 15px;
  background-color: #f6f8fe;
  width: 421px;
  padding: 10px 21px 25px;
  position: relative;
  margin: 0 25px 55px;
}

.section_plashki .plashki_div a.button {
  margin: 0 auto;
  width: 224px;
}

.section_plashki .plashki_div div.button {
  width: 180px;
}

.section_plashki .plashki_div .button {
  font-size: 20px;
  height: 60px;
  line-height: 60px;
}

.section_plashki .plashki_div .plashki_price_div {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* position: absolute;
			bottom: 30px;
			width: 90%; */
}

.section_plashki .plashki_div .plashki_price {
  font-size: 24px;
  background: url(../img/dollar.png) no-repeat left center;
  padding-left: 50px;
  line-height: 1;
  white-space: nowrap;
}

.section_plashki .plashki_div .plashki_price span {
  font-size: 32px;
  font-weight: bold;
  display: block;
}

.section_plashki .paralax_kust4 {
  top: 410px;
}

.section_plashki .image {
  border-radius: 10px;
  background-color: #a26262;
  width: 100%;
  height: 224px;
}

.section_type_skv {
  background: #F6F8FE url(../img/back/back_comp_uswork.jpg) no-repeat top center;
  padding: 50px 0 70px;
}

.section_type_skv h2 {
  text-align: center;
  margin: 0 auto 70px;
}

.section_type_skv h2:before {
  display: block;
}

.section_type_skv .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 55px;
}

.section_type_skv .image img {
  width: 379px;
  border-radius: 10px;
  display: block;
}

.section_type_skv .bullit_skv {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section_type_skv .bullit_skv li {
  padding-left: 60px;
  background: url(../img/waterdrop.png) no-repeat left 10px;
  font-size: 22px;
  width: 50%;
  margin-bottom: 50px;
}

.section_type_skv .bullit_skv li:nth-child(2n+1) {
  padding-right: 60px;
}

.section_type_skv .bullit_skv li span {
  font-size: 36px;
  color: #2e98fe;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.sectiontable2 {
  background: #F6F8FE url(../img/back/back_comp_uswork.jpg) no-repeat top center;
  padding: 50px 0;
}

.template_page .section1 {
  background: url(../img/back/back_template.jpg) no-repeat top center;
  background-size: cover !important;
  color: #fff;
  padding-bottom: 38px;
}

.template_page .section1 h1 {
  color: #fff;
  margin-bottom: 40px;
}

.template_page .paralax_kust {
  top: 1000px;
}

.template_page .section2 {
  /* padding-top: 64px;
		margin-bottom: 90px; */
  background: url(../img/back/back_promo_s2v2.png) no-repeat top left;
  position: relative;
  z-index: 3;
}

.template_page .wp-caption {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.template_page .wp-caption img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  display: block;
}

.template_page .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.template_page .title_bulit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.template_page .bulit {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.template_page .bulit .li_bulit {
  width: 134px;
  margin: 0 14px 25px;
  font-size: 16px;
  line-height: 1.375;
}

.template_page .bulit .li_bulit:first-child, .template_page .bulit .li_bulit:nth-child(n + 6) {
  margin-left: 0;
}

.template_page .bulit .li_bulit:nth-child(5n) {
  margin-right: 0;
}

.template_page .bulit .ico {
  border-radius: 15px;
  width: 117px;
  height: 82px;
  margin-bottom: 11px;
}

.template_page .slider {
  width: 100%;
}

.template_page .slider_div {
  border-radius: 20px;
  width: 100%;
  height: 453px;
}

.template_page .slider_div a {
  display: block;
  width: 100%;
  height: 100%;
}

.template_page .slider .slick-arrow span {
  background: url(../img/next_str_mob.png) no-repeat center;
  -webkit-box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.46);
          box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.46);
}

.template_page .slider .slick-arrow:hover span {
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.46);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.46);
}

.template_page .slider .slick-arrow.slick-prev {
  left: 20px;
}

.template_page .slider .slick-arrow.slick-next {
  right: 20px;
}

.template_page .s23promo_wrap {
  background: url(../img/back/back_promo_form.jpg) no-repeat bottom center;
}

.template_page .section3 {
  padding-top: 60px;
}

.template_page .section3 .wrapper {
  position: relative;
  padding-bottom: 90px;
}

.template_page .section3 .left {
  width: 881px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  z-index: 2;
  position: relative;
}

.template_page .section3 .fotomen {
  max-height: 900px;
  position: absolute;
  right: -180px;
  bottom: 0;
  z-index: 1;
  height: 100%;
}

.template_page .section3 .fotomen img {
  height: 100%;
  width: auto;
  display: block;
}

.template_page .section3 .h3 {
  font-weight: bold;
  margin-bottom: 40px;
}

.template_page .article {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
          box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
  width: 282px;
  padding: 15px 15px 20px;
  margin: 0 7px 14px;
  font-size: 20px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
}

.template_page .article_wrap {
  margin-left: -7px;
  margin-right: -7px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.template_page .article .img {
  border-radius: 15px;
  width: 100%;
  height: 174px;
  margin-bottom: 20px;
}

.template_page .article .img a {
  display: block;
  width: 100%;
  height: 100%;
}

.template_page .article .title {
  margin-bottom: 20px;
}

.template_page .article .title a {
  color: black;
}

.template_page .article .button {
  width: 147px;
  height: 47px;
  line-height: 47px;
  padding-left: 10px;
}

.single-raion .section1 {
  background: url(../img/back/back_single_raion.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  padding-bottom: 38px;
}

.single-raion .section1 h1 {
  color: #fff;
  margin-bottom: 40px;
}

.single-raion .section1 a.button.blue.scroll_link {
  display: inline-block;
}

.single-raion .section1 a.button.blue.scroll_link:after {
  display: none;
}

.single-raion .section1 a.button.blue.scroll_link:before {
  content: url(../img/str_bottom.png);
  top: 5px;
}

.single-raion .section2 {
  background: url(../img/back/back_promo_s2v2.png) no-repeat top left;
  padding-bottom: 55px;
}

.single-raion .section2 .wrap_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-raion .section2 .section_content2 {
  padding-bottom: 0;
}

.single-raion .paralax_kust3 {
  left: -330px;
  top: -420px;
  z-index: 52;
}

.single-raion .paralax_kust3 .in_par {
  width: 240px;
  height: 743px;
}

.single-raion .section_dop {
  background-position: top center;
  background-size: cover;
  padding: 42px 0 50px;
}

.single-raion .section_dop .left_textseo h2 {
  font-weight: 400;
}

.single-raion .section_dop .left_textseo p {
  margin-bottom: 20px;
}

.single-raion .section_dop .left_textseo ul {
  margin-top: -20px;
  list-style: disc;
  padding-left: 30px;
}

.single-raion .section_dop .left_textseo strong {
  font-weight: bold;
}

.single-raion .section4_2 {
  position: relative;
  z-index: 51;
}

.section_content {
  padding: 25px 0 55px;
}

.section_content .left {
  width: 783px;
  margin-right: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.section_content .rightblue {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -110px;
}

.section_content .right_wrap {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -70px;
}

.section_content .right_wrap .rightblue {
  margin-top: 15px;
}

.section_content .table_of_contents {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 8px 40px 0px rgba(25, 25, 25, 0.15);
          box-shadow: 0px 8px 40px 0px rgba(25, 25, 25, 0.15);
  padding: 75px 11px 25px 21px;
  position: relative;
}

.section_content .table_of_contents h4 {
  position: absolute;
  font-size: 26px;
  font-weight: 400;
  top: -20px;
  display: inline-block;
  padding: 10px 30px;
  z-index: 2;
  padding: 10px 10px;
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  width: 230px;
}

.section_content .table_of_contents h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffe797;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 7px;
}

.section_content .table_of_contents ol {
  padding-left: 20px;
  background: none;
  font-weight: 400;
}

.section_content .table_of_contents ol li {
  margin-bottom: 15px;
  padding-left: 0px;
  font-size: 18px;
}

.section_content .table_of_contents ol li a {
  color: #2e98fe;
  border-bottom: 1px dotted #2e98fe;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.section_content .table_of_contents ol li a:hover {
  border-color: transparent;
}

.section_content ol {
  list-style: decimal;
  padding-left: 60px;
  background: url(../img/vawe2.png) no-repeat left center;
  background-repeat: repeat-y;
  margin-bottom: 30px;
}

.section_content ol li {
  margin-bottom: 15px;
  padding-left: 15px;
}

.section_content ul {
  margin-bottom: 30px;
}

.section_content ul li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2;
}

.section_content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  border-radius: 50%;
  background-color: #00abeb;
  width: 5px;
  height: 5px;
}

.section_content h2 {
  font-size: 36px;
  margin-bottom: 35px;
  position: relative;
  padding-left: 40px;
}

.section_content h2:before {
  margin-right: 0;
  position: absolute;
  left: 0;
}

.section_content h4 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.section_content:not(.template_page) h3, .section_content:not(.template_page) .yellow_title {
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  line-height: 1.119;
  text-align: left;
}

.section_content:not(.template_page) h3:before, .section_content:not(.template_page) .yellow_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #ffe797;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 7px;
}

.section_content .citat {
  margin-bottom: 25px;
}

.section_content .citat_st {
  margin-bottom: 35px;
}

.section_content .citat_wrap {
  min-height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section_content .citata .pbold {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section_content .citata .tar {
  text-align: right;
  margin-top: 10px;
}

.section_content .citata .citata_text {
  font-size: 18px;
  line-height: 1.278;
  padding: 15px 30px 25px 140px;
}

.section_content .citata .citata_text:before {
  left: 70px;
}

.section_content .citata a.button.blue {
  display: inline-block;
}

.section_content table {
  font-size: 16px;
}

.section_content .text {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  line-height: 1.444;
}

.section_content .text p {
  margin-bottom: 25px;
}

.section_content .text strong {
  font-weight: bold;
}

.section_content .text blockquote {
  padding-left: 35px;
  font-weight: bold;
  background: url(../img/vawe_blue.png) no-repeat left center;
}

.section_content .olh3 {
  font-size: 22px;
  font-weight: 400;
}

.section_content .title {
  font-size: 26px;
  color: #1a2030;
  font-weight: bold;
  line-height: 1.615;
  margin-bottom: 20px;
}

.section_content.template_page h2 {
  margin-top: 30px;
}

.section_content.template_page h3 {
  font-size: 22px;
  font-weight: 400;
  display: inline;
}

.section_content.template_page h3:before {
  display: none;
}

.section_content.template_page .title {
  line-height: 1.2;
}

.section_uswork {
  background: #F6F8FE url(../img/back/back_comp_uswork.jpg) no-repeat top center;
  padding: 70px 0;
}

.section_uswork h2 {
  text-align: center;
  margin: 0 auto 50px;
}

.section_uswork h2:before {
  display: block;
  margin: 0 auto;
}

.section_uswork a.button.blue {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 42px auto 0;
}

.section_uswork #slider_ourwork {
  width: 1230px;
  margin: 0px auto;
}

.section_uswork .slider_uswork {
  border-radius: 15px;
  background-color: white;
  width: 301px;
  height: 500px;
  padding: 11px 15px 49px;
  position: relative;
  margin: 0px auto;
}

.section_uswork .slider_uswork .top {
  margin-bottom: 15px;
}

.section_uswork .slider_uswork .foto_big {
  border-radius: 10px;
  width: 270px;
  height: 156px;
  overflow: hidden;
  margin-bottom: 5px;
}

.section_uswork .slider_uswork .foto_big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_uswork .slider_uswork .mini_foto {
  border-radius: 10px;
  background-color: #ececec;
  width: 87px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}

.section_uswork .slider_uswork .mini_foto:nth-child(2n) {
  margin: 0 2px;
}

.section_uswork .slider_uswork .mini_foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_uswork .slider_uswork .info_div {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}

.section_uswork .slider_uswork .geo1 {
  background: url(../img/bulit/geo1.png) no-repeat left center;
}

.section_uswork .slider_uswork .geo2 {
  background: url(../img/bulit/geo2.png) no-repeat left center;
}

.section_uswork .slider_uswork .glubina {
  background: url(../img/bulit/glubina.png) no-repeat left center;
}

.section_uswork .slider_uswork .tip {
  background: url(../img/bulit/type.png) no-repeat left center;
}

.section_uswork .slider_uswork .video_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 22px;
}

.section_uswork .slider_uswork .image_video {
  width: 147px;
  height: 80px;
  border-radius: 10px;
  margin-right: 13px;
}

.section_uswork .slider_uswork .image_video:hover .play_yuo {
  opacity: 0.6;
}

.section_uswork .slider_uswork .image_video a {
  display: block;
  width: 100%;
  height: 100%;
}

.section_uswork .slider_uswork .image_video .play_yuo {
  width: 34px;
  height: 25px;
  position: relative;
  background: url(../img/play_button_youtube.png) no-repeat;
  background-size: cover;
  margin: 31px auto 0;
  display: block;
  border-radius: 9px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.section_uswork .slider_uswork .data {
  background-color: #f6f8fe;
  position: absolute;
  right: 15px;
  bottom: 16px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 30px;
}

.page-template-about_company .section1 {
  background: url(../img/back/back_company.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  padding-bottom: 94px;
}

.page-template-about_company .section1 h1 {
  color: #fff;
  text-align: center;
  font-size: 52px;
}

.page-template-about_company .title_people {
  max-width: 710px;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin: 20px auto 60px;
}

.page-template-about_company .slider_people {
  width: 1210px;
  margin: 0px auto;
}

.page-template-about_company .slider_people:not(.slick-slider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-template-about_company .slider_people .people {
  border-radius: 20px;
  background-color: white;
  width: 295px;
  height: 437px;
  font-size: 18px;
  color: black;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  margin: 0px auto;
}

.page-template-about_company .slider_people .people_img {
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  border-radius: 15px;
  width: 100%;
  height: 341px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.page-template-about_company .slider_people .people_img img {
  height: 100%;
  display: block;
  margin: 0px auto;
}

.page-template-about_company .slider_people .slick-arrow {
  border-radius: 50%;
  width: 65px;
  height: 66px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: calc(50% - 32px);
  background: none;
}

.page-template-about_company .slider_people .slick-arrow span {
  background: url(../img/next_people.png) no-repeat center;
  width: 20px;
  margin: 0 auto;
  height: 37px;
}

.page-template-about_company .slider_people .slick-arrow:hover {
  background-color: #00abeb;
  border-color: rgba(255, 255, 255, 0);
}

.page-template-about_company .slider_people .slick-arrow.slick-prev {
  left: -75px;
}

.page-template-about_company .slider_people .slick-arrow.slick-next {
  right: -75px;
}

.page-template-about_company .section_geo {
  position: relative;
  z-index: 3;
}

.page-template-about_company .work_area {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: -30px;
}

.page-template-about_company .work_area .geo_comp {
  background: url(../img/geo_comp.png) no-repeat left center;
  font-size: 26px;
  color: black;
  padding: 10px 35px;
  z-index: 1;
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.page-template-about_company .work_area .geo_comp:before {
  content: url(../img/geo_comp.png);
  vertical-align: middle;
  margin-right: 8px;
}

.page-template-about_company .work_area .geo_comp:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFE797;
  left: 0;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border-radius: 10px;
}

.page-template-about_company .section_process {
  /* background-image: url(../img/back/comp_proc.png), url(../img/back/section_process.jpg);
		background-position: top center, right -180px;
		background-size: 100% auto, auto auto; */
}

.page-template-about_company .section_process .wrapper.content {
  position: relative;
}

.page-template-about_company .section_process .wrapper.content:before {
  background: url(../img/back/comp_proc.png) no-repeat top center;
  width: 100%;
  width: 1920px;
  height: 198px;
  content: "";
  position: absolute;
  left: 0px;
  left: -290px;
  top: -60px;
  display: block;
  background-size: 100% auto;
}

.page-template-about_company .section_process h2 {
  max-width: 760px;
  padding-left: 40px;
}

.page-template-about_company .section_process h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 29px;
  height: 16px;
  background: url(../img/vawe_bl.png);
  display: block;
}

.page-template-about_company .section_process .bulit_content {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 70px;
}

.page-template-about_company .section_process .bulit_content .bulit {
  font-size: 18px;
  color: #272727;
  line-height: 1.389;
  text-align: center;
}

.page-template-about_company .section_process .bulit_content .bulit_top {
  font-size: 35px;
  color: #2e98fe;
  font-weight: bold;
  line-height: 0.714;
  margin-bottom: 4px;
}

.page-template-about_company .section_process .bulit_content .bulit_top:before, .page-template-about_company .section_process .bulit_content .bulit_top:after {
  content: "";
  background-image: url(../img/vawe_bl.png);
  background-size: 100% 100%;
  width: 17px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}

.page-template-about_company .section_process .bulit_content .bulit_top span {
  margin: 0 6px;
}

.page-template-about_company .section_liczenz {
  background: url(../img/back/back_liczenz.jpg) no-repeat top center;
  background-size: cover;
  padding: 30px 0 80px;
}

.page-template-about_company .section_liczenz h2 {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 1000px;
}

.page-template-about_company .section_liczenz h2:before {
  display: block;
  margin: 0 auto 5px;
}

.page-template-about_company .section_liczenz .slider_sert {
  width: 1230px;
  margin: 0px auto;
}

.page-template-about_company .section_liczenz .slider_sert .slick-list {
  overflow: visible;
}

.page-template-about_company .section_liczenz .slider_sert .sert_div {
  opacity: 0.3;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.page-template-about_company .section_liczenz .slider_sert .sert_div a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-template-about_company .section_liczenz .slider_sert .sert_div.slick-active {
  opacity: 1;
}

.page-template-about_company .section_liczenz .slider_sert .sert_div_in {
  width: 354px;
  height: 496px;
  margin: 0px auto;
}

.page-template-about_company .section_dop {
  padding: 30px 0 40px;
  /* .doprazdel h2{
			&:before{
				display: none;
			}
		} */
}

.page-template-about_company .section_dop .paralax_bur2 {
  top: 0;
}

.page-template-about_company .section_dop .paralax_bur2 .in_par {
  width: 265px;
  height: 841px;
}

.page-template-about_company .section_dop h2 {
  text-align: center;
  margin: 0 auto 60px;
}

.page-template-about_company .section_dop h2:before {
  display: block;
  margin: 0 auto 3px;
}

.page-template-about_company .section_dop .citata {
  margin-bottom: 70px;
}

.page-template-about_company .section_dop h4 {
  font-size: 38px;
  color: #1a2030;
  text-align: center;
  font-weight: 400;
  margin-bottom: 70px;
}

.page-template-about_company .section_dop .galereya_tehniki {
  width: 1230px;
  margin: 0px auto 70px;
}

.page-template-about_company .section_dop .tehnik {
  border-radius: 15px;
  background-color: white;
  width: 301px;
  height: 246px;
  padding: 12px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.page-template-about_company .section_dop .tehnik .kartinka {
  border-radius: 10px;
  background-color: #a26262;
  width: 100%;
  height: 178px;
  margin-bottom: 17px;
}

.page-template-about_company .section_dop .tehnik a {
  color: #000;
}

.page-template-about_company .section_dop .galereya_tehniki2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -21px;
  margin-right: -21px;
}

.page-template-about_company .section_dop .tehnik2 {
  border-radius: 15px;
  background-color: white;
  width: 427px;
  font-size: 20px;
  text-align: center;
  padding: 40px 24px 24px;
  position: relative;
  margin: 0 21px 80px;
  /* &:nth-child(2){
				margin: 0 41px 80px;
			} */
}

.page-template-about_company .section_dop .tehnik2 a {
  color: #000000;
}

.page-template-about_company .section_dop .tehnik2 .forit {
  font-size: 21px;
  color: black;
  font-weight: bold;
  line-height: 1.238;
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  z-index: 1;
}

.page-template-about_company .section_dop .tehnik2 .forit_wrap {
  top: -25px;
  position: absolute;
  left: 0;
  width: 100%;
}

.page-template-about_company .section_dop .tehnik2 .forit:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #FFE797;
  left: 0;
  top: 0px;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  border-radius: 7px;
}

.page-template-about_company .section_dop .tehnik2 .kartinka {
  border-radius: 10px;
  background-color: #a26262;
  width: 100%;
  height: 224px;
  margin-bottom: 21px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick */
.slick-slide {
  outline: none;
  margin: 0;
  padding: 0;
  z-index: 8;
}

.slick-slide:active,
.slick-slide:focus {
  outline: none;
  border: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../libs/slick/fonts/slick.eot");
  src: url("../libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../libs/slick/fonts/slick.woff") format("woff"), url("../libs/slick/fonts/slick.ttf") format("truetype"), url("../libs/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  position: relative;
  background: #000000;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
  border: 0;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:after {
  opacity: 1;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-slide {
  outline: none;
  margin: 0;
  padding: 0;
}

.slick-slide:active,
.slick-slide:focus {
  outline: none;
  border: none;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1460px) {
  .fancybox-button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(30, 30, 30, 0.5);
  }
  .fancybox-button.next {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 1400px) {
  .wrapper {
    width: 1170px;
  }
  header {
    /* .menu {
			width: 100%;
		} */
  }
  header .header_menu {
    padding: 9px 10px;
  }
  header .menu li {
    margin: 0 8px;
    font-size: 15px;
  }
  header .menu2 ul li {
    padding: 4px 0 20px;
  }
  .section2#block2 {
    background-size: 1600px auto;
    background-position: top right -40px;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 46px;
  }
  .form {
    width: 320px;
    background-size: 62% auto;
    padding: 17px 22px 20px;
  }
  .form .title_form {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .form .sub_title_form {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .form .button {
    height: 57px;
    margin: 7px auto 0;
    font-size: 18px;
  }
  .form .h6 {
    margin: 7px auto 0;
  }
  .section1 {
    padding-top: 130px;
  }
  .labelPhone .tel, .labelPhone .clientPhone, .clientTime, .input, .input_wrap, .input_wrap .input {
    height: 57px;
  }
  .labelPhone > span, .labelPhone .backmask, .input_wrap > span, .input_wrap .backmask {
    padding: 20px  0 22px 22px;
  }
  .paralax_kust {
    left: -210px;
    top: -530px;
  }
  .paralax_kust .in_par {
    width: 269px;
    height: 1021px;
  }
  .paralax_bur {
    left: -140px;
    top: -330px;
  }
  .paralax_bur .in_par {
    width: 153px;
    height: 437px;
  }
  .paralax_truba {
    right: -110px;
    top: -140px;
  }
  .paralax_truba .in_par {
    width: 236px;
    height: 244px;
  }
  .home .section1 {
    height: 724px;
  }
  .home h1 {
    font-size: 50px;
  }
  .home .geoloc {
    font-size: 33px;
  }
  .home .text_about {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.344;
    width: 550px;
  }
  .home .bullit_b1 {
    max-width: 100%;
    margin-top: 50px;
  }
  .home .bullit_b1 li {
    width: auto;
  }
  .home .bullit_b1 li:not(:last-child) {
    margin-right: 40px;
  }
  .home .bullit_b1 .text br {
    display: none;
  }
  .home .scroll {
    top: 512px;
  }
  @-webkit-keyframes scrolldown2 {
    0% {
      top: 512px;
    }
    50% {
      top: 522px;
    }
    100% {
      top: 512px;
    }
  }
  @keyframes scrolldown2 {
    0% {
      top: 512px;
    }
    50% {
      top: 522px;
    }
    100% {
      top: 512px;
    }
  }
  .home .section_process h2 {
    max-width: 510px;
  }
  .type_skv {
    width: 820px;
    padding: 37px 24px 100px;
  }
  .type_skv h4, .type_skv h3 {
    font-size: 22px;
    padding: 0 25px;
  }
  .type_skv h4:before, .type_skv h3:before {
    height: 44px;
    top: 0;
  }
  .type_skv .img {
    margin-right: 20px;
  }
  .type_skv .skv_bottom {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 0 30px;
    bottom: 25px;
  }
  .type_skv .bullit_b1 {
    margin-top: 0px;
  }
  .type_skv .bullit_b1 li {
    width: 160px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .type_skv .bullit_b1 li:nth-child(2n) {
    width: 315px;
    max-width: 315px;
  }
  .type_skv .bullit_b1 li:not(:last-child) {
    margin-right: 0;
  }
  .rightblue {
    width: 320px;
  }
  .form.form_blue {
    width: 320px;
    padding: 12px 17px 24px;
  }
  .form.form_blue .title_form {
    width: 100%;
    font-size: 22px;
  }
  .form.form_blue .h6 {
    margin: 5px auto 5px;
  }
  .section_seo h2 {
    font-size: 36px;
  }
  .section_seo .top_seo {
    margin-bottom: 40px;
  }
  .section_seo .top_seo_text {
    font-size: 20px;
    width: 455px;
  }
  .section_seo .top_seo_left {
    width: 555px;
  }
  .section_seo .type2_div {
    width: 280px;
    padding-left: 70px;
  }
  .section_seo .type2_div .cifra {
    font-size: 108px;
  }
  .section_seo .type2_div p {
    font-size: 20px;
  }
  .section_seo .type2_div:before {
    width: 280px;
    height: 89px;
  }
  .section_seo .image_type {
    background-size: contain;
  }
  .section_seo .image_type1 {
    width: 172px;
    height: 133px;
    top: -10px;
  }
  .section_seo .image_type2 {
    width: 138px;
    height: 149px;
    top: -20px;
  }
  .section_seo .burenie_text_wrap {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .section_seo .burenie_text_wrap .tekst_pro_burenie {
    margin-top: 0;
  }
  .section_seo .seo_center {
    margin-left: 0;
  }
  .section_seo .seo_text p {
    margin-bottom: 25px;
  }
  .section_seo h5, .section_seo h4 {
    margin-bottom: 15px;
  }
  .section_seo h3 {
    padding: 0 20px;
    margin-left: 0;
    font-size: 26px;
  }
  .section_seo .metrskv {
    margin-bottom: 30px;
  }
  .section_seo .metrskv2 {
    margin-left: 80px;
  }
  .section_seo .obustr_text {
    max-width: 810px;
  }
  .section_seo .wrapper .chelovek_v_seotekste img {
    max-height: 902px;
  }
  .section4_1 .td_city {
    width: 300px;
  }
  .section4_1 .td_price {
    width: 140px;
  }
  .section4_1 .td_link {
    width: 380px;
  }
  .section4_1 .bullit_b4 {
    width: 100%;
  }
  .section4_1 .bullit_b4 li:nth-child(1), .section4_1 .bullit_b4 li:nth-child(5) {
    -webkit-transform: translateY(-130px);
        -ms-transform: translateY(-130px);
            transform: translateY(-130px);
  }
  .section4_1 .butilka {
    left: -310px;
  }
  .section4_1 .butilka img {
    height: 160px;
  }
  .citata_text {
    padding: 35px 20px 35px 150px;
    font-size: 24px;
  }
  .citata_text:before {
    content: "“";
    font-size: 107px;
    color: #00abeb;
    font-weight: bold;
    position: absolute;
    left: 90px;
    top: -25px;
  }
  .section4_price .div_truba {
    width: 375px;
    padding: 20px 16px 20px;
  }
  .section4_price .div_truba .title {
    font-size: 21px;
    height: 50px;
    margin-bottom: 20px;
  }
  .section4_price .div_truba .image {
    margin: 0 auto 15px;
  }
  .section4_price .div_truba .price {
    margin-top: 30px;
  }
  .section4_price .div_truba:nth-child(3n-1) {
    margin-right: 22px;
    margin-left: 22px;
  }
  .section_kviz {
    height: 815px;
    /* .var_answ:before {
			background-color: #b1a5a5;
		} */
  }
  .section_kviz h2 {
    font-size: 42px;
    max-width: 660px;
  }
  .section_kviz .subh2 {
    font-size: 20px;
    margin-bottom: 71px;
  }
  .section_kviz .subh2:before {
    left: -94px;
    width: 955px;
    height: 114px;
  }
  .section_kviz .title {
    font-size: 22px;
    margin-bottom: 28px;
    padding: 0 16px;
    margin-left: 0;
  }
  .section_kviz .people {
    left: -195px;
  }
  .section_kviz .kviz {
    width: 730px;
  }
  .section_kviz .slide_kviz {
    margin-left: -57px;
  }
  .section_kviz .var_answ {
    width: 420px;
    padding: 9px 15px;
    font-size: 16px;
  }
  .section_kviz .var_answ.var_answ_2 {
    padding-left: 25px;
  }
  .section_kviz .var_answ.var_answ_3 {
    padding-left: 42px;
  }
  .section_kviz .nav_kviz {
    top: 83px;
  }
  .section_kviz .sub_title {
    margin-left: 20px;
    font-size: 17px;
    margin-bottom: 14px;
  }
  .section_kviz .sp_kviz_left {
    width: 580px;
  }
  .section_kviz .form_kviz {
    right: -160px;
    top: 43px;
    width: 260px;
  }
  .section_kviz .form_kviz:before {
    right: -88px;
    top: -77px;
    height: 413px;
    width: 423px;
  }
  .section_kviz .form_kviz .sub_title_form {
    font-size: 18px;
  }
  .section_kviz .tekst_pro_podarok {
    font-size: 24px;
    width: 280px;
  }
  .section_kviz .center_spacibo {
    margin-top: 40px;
  }
  .tab_proj_content .tabCont .button {
    left: 0;
    right: auto;
  }
  .tab_proj_content .bottom_text {
    left: 900px;
  }
  .tab_proj_content .bottom_text .foto {
    height: 640px;
  }
  .tab_proj_content .bottom_text_wrap {
    right: -170px;
    bottom: -40px;
    width: 437px;
    height: 437px;
  }
  .tab_proj_content .bottom_text .citate {
    left: -360px;
    top: 5px;
  }
  .tab_proj_top {
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .section_dop .doplink .linkdiv {
    margin: 5px 22px 15px 0;
  }
  .section_dop h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .section_dop .left_textseo {
    width: 818px;
    font-size: 16px;
  }
  .section_dop .left_textseo h5 {
    font-size: 16px;
  }
  .section_dop .text_center .infotextseo {
    margin-top: 20px;
  }
  .section_dop .text_bot {
    font-size: 20px;
    margin-top: 30px;
  }
  footer .footer_div:not(:last-child) {
    margin-right: 30px;
  }
  .page-template-contacts .the_content {
    max-width: 100%;
  }
  .page-template-contacts #map {
    margin-left: 30px;
  }
  .page-template-contacts h1 {
    margin-top: 4px;
    margin-bottom: 26px;
  }
  .page-template-promotions h1 {
    margin-top: 4px;
    margin-bottom: 26px;
  }
  .page-template-promotions .the_content {
    max-width: 936px;
    font-size: 18px;
  }
  .page-template-promotions .section1 .fotomen {
    height: 390px;
    left: 830px;
  }
  .page-template-promotions .section1 .wrapper {
    padding-bottom: 65px;
    min-height: 400px;
  }
  .page-template-promotions .section2 .promod {
    width: 380px;
    padding: 16px 16px;
  }
  .page-template-promotions .section2 .promod:nth-child(3n-1) {
    margin-left: 14px;
    margin-right: 14px;
  }
  .page-template-promotions .section2 .promod .title {
    font-size: 22px;
  }
  .page-template-promotions .s23promo_wrap {
    background-size: 1400px auto;
  }
  .page-template-promotions .section3 .wrapper {
    padding-bottom: 90px;
  }
  .page-template-promotions .section3 .left {
    width: 600px;
  }
  .page-template-promotions .section3 .title {
    font-size: 52px;
    padding-left: 35px;
  }
  .page-template-promotions .section3 .sub_title {
    padding-left: 0px;
    width: 600px;
    margin-top: 10px;
  }
  .page-template-promotions .section3 .bullit_bf {
    font-size: 18px;
    margin-top: 15px;
    padding-left: 0px;
  }
  .page-template-promotions .section3 .fotomen {
    height: 580px;
    right: -200px;
  }
  .page-template-promotions .article {
    width: 282px;
    margin: 0 7px 16px;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .page-template-promotions .article_wrap {
    margin-left: -7px;
    margin-right: -7px;
  }
  .page-template-promotions .article .img {
    height: 175px;
    margin-bottom: 20px;
  }
  .page-template-promotions .article .button {
    width: 150px;
    height: 47px;
    line-height: 47px;
  }
  .paralax_bur2 {
    right: -150px;
    top: -150px;
  }
  .paralax_bur2 .in_par {
    width: 225px;
    height: 645px;
  }
  .page-template-reviews .section1 {
    min-height: 570px;
  }
  .page-template-reviews .catalog_rev {
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
  }
  .page-template-reviews .citata_text {
    padding: 15px 20px 15px 150px;
  }
  .section_seotext .wrapper_content {
    padding-top: 65px;
    background-size: 320px auto;
  }
  .section_seotext .wrapper_content ul li {
    margin-bottom: 30px;
  }
  .h3 {
    font-size: 46px;
  }
  .section_persdisc {
    background-size: cover;
  }
  .section_persdisc .left {
    width: 590px;
  }
  .section_persdisc .wrapper {
    height: 590px;
    padding-bottom: 92px;
  }
  .section_persdisc .title {
    font-size: 48px;
    margin-bottom: 44px;
  }
  .section_persdisc .title:before {
    top: 20px;
  }
  .section_persdisc .sub_title {
    font-size: 26px;
  }
  .section_persdisc .form .title_form {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .section_persdisc .fotomen img {
    height: 580px;
  }
  .section_uswork #slider_ourwork {
    width: 1030px;
  }
  .page-template-about_company .section1 {
    padding-bottom: 70px;
  }
  .page-template-about_company .section1 h1 {
    font-size: 40px;
  }
  .page-template-about_company .title_people {
    font-size: 22px;
    max-width: 660px;
    margin: 10px auto 35px;
  }
  .page-template-about_company .slider_people {
    width: 1030px;
  }
  .page-template-about_company .slider_people .people {
    font-size: 16px;
    width: 251px;
    height: 372px;
  }
  .page-template-about_company .slider_people .people_img {
    height: 292px;
  }
  .page-template-about_company .slider_people .slick-arrow.slick-prev {
    left: -70px;
  }
  .page-template-about_company .slider_people .slick-arrow.slick-next {
    right: -70px;
  }
  .page-template-about_company .section_process {
    /* background-image: url(../img/back/section_process.jpg);
			background-position: right -180px;
			background-size: auto auto; */
  }
  .page-template-about_company .section_process .wrapper.content:before {
    background-image: url(../img/back/back_promo_s2v2.png);
    width: 210px;
    height: 204px;
    left: -200px;
    top: -55px;
  }
  .page-template-about_company .section_liczenz {
    padding: 30px 0 70px;
  }
  .page-template-about_company .section_liczenz h2 {
    margin: 0 auto 50px;
  }
  .page-template-about_company .section_liczenz .slider_sert {
    width: 1100px;
  }
  .page-template-about_company .section_liczenz .slider_sert .sert_div_in {
    width: 320px;
    height: 450px;
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-prev {
    left: -50px;
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-next {
    right: -50px;
  }
  .page-template-about_company .section_dop .paralax_bur2 {
    top: 300px;
  }
  .page-template-about_company .section_dop .paralax_bur2 .in_par {
    width: 165px;
    height: 498px;
  }
  .page-template-about_company .section_dop h2 {
    margin-bottom: 46px;
  }
  .page-template-about_company .section_dop h4 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .page-template-about_company .section_dop .galereya_tehniki {
    width: 1040px;
    margin: 0px auto 50px;
  }
  .page-template-about_company .section_dop .galereya_tehniki2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-template-about_company .section_dop .tehnik2 {
    margin: 0 15px 60px;
    font-size: 18px;
    /* &:nth-child(2){
					margin: 0 15px 60px;
				} */
  }
  .page-template-about_company .section_dop .tehnik2 .forit {
    font-size: 18px;
  }
  .page-template-depth_map .section2_md .paralax_kust3, .single-post .section2_md .paralax_kust3 {
    left: -240px;
  }
  .page-template-depth_map .section2_md .paralax_kust3 .in_par, .single-post .section2_md .paralax_kust3 .in_par {
    width: 240px;
    height: 700px;
  }
  .page-template-depth_map .section2_r .catalog_rev, .single-post .section2_r .catalog_rev {
    max-width: 1030px;
    margin: 0 auto;
  }
  .page-template-depth_map .section_persdisc .left, .single-post .section_persdisc .left {
    width: 645px;
  }
  .page-template-depth_map .section_persdisc .wrapper, .single-post .section_persdisc .wrapper {
    height: 510px;
  }
  .page-template-depth_map .section_persdisc .form, .single-post .section_persdisc .form {
    margin-top: 0px;
    padding: 27px 22px 30px;
  }
  .page-template-depth_map .section_persdisc .fotomen, .single-post .section_persdisc .fotomen {
    right: -150px;
  }
  .page-template-depth_map .section_persdisc .fotomen img, .single-post .section_persdisc .fotomen img {
    height: 500px;
  }
  .paralax_kust3 {
    left: -180px;
    top: -490px;
  }
  .paralax_kust3 .in_par {
    width: 260px;
    height: 713px;
  }
  .freebur {
    width: 775px;
    padding: 12px 15px;
    margin: 0 8px 27px;
  }
  .freebur .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .freebur .sub_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .freebur .form {
    margin-left: 15px;
    padding-bottom: 14px;
  }
  .freebur .form .form_men {
    font-size: 16px;
  }
  .freebur .form .form_men .name {
    font-size: 20px;
  }
  .freebur .form .fotomen {
    width: 57px;
    height: 57px;
  }
  .freebur .sub_title_form {
    font-size: 16px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .page-template-our_work .section_2uswork {
    padding: 45px 0 70px;
    background: none;
  }
  .page-template-our_work .section_2uswork #map_3 {
    height: 550px;
    margin-bottom: 60px;
  }
  .page-template-our_work .section_uswork .paralax_kust3 {
    left: -230px;
  }
  .page-template-our_work .section_uswork .slider_uswork {
    width: 380px;
    margin: 0 8px 27px;
    padding: 14px 12px 25px;
  }
  .page-template-our_work .section_uswork .slider_uswork .top {
    margin-bottom: 18px;
  }
  .page-template-our_work .section_uswork .slider_uswork .foto_big {
    height: 240px;
  }
  .page-template-our_work .section_uswork .slider_uswork .mini_foto {
    width: 59px;
    height: 39px;
  }
  .page-template-our_work .section_uswork .slider_uswork .info_div {
    padding-left: 18px;
    font-size: 17px;
  }
  .page-template-our_work .section_uswork .slider_uswork .info2 {
    width: 88px;
  }
  .page-template-our_work .section_uswork .slider_uswork .glubina {
    font-size: 15px;
  }
  .page-template-our_work .section_uswork .slider_uswork .glubina .b {
    font-size: 26px;
  }
  .single-raion .paralax_kust3 {
    left: -230px;
  }
  .single-raion .section2 {
    background: none;
  }
  .section_content h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .section_content h3 {
    font-size: 22px;
  }
  .section_content.template_page h2 {
    font-size: 36px;
  }
  .template_page .section2 {
    background: none;
  }
  .template_page .section3 .fotomen {
    max-height: 850px;
    right: -230px;
  }
  .template_page .paralax_kust {
    left: -230px;
  }
  .template_page .paralax_kust .in_par {
    width: 219px;
    height: 821px;
  }
  .template_page .form.form_blue {
    width: 350px;
    padding: 12px 24px 24px;
  }
  table {
    font-size: 16px;
  }
  .single-post .section1 .div_video {
    width: 465px;
    height: 271px;
  }
  .single-post .section1 .bullit_b1 {
    max-width: 670px;
  }
  .single-post .section2_md {
    background: none;
  }
  .single-post .bullit_section li {
    margin: 0 35px;
  }
  .single-post .type_2tr {
    width: 830px;
    margin-right: 20px;
  }
  .single-post .paralax_wrap_kust {
    display: none;
  }
  .single-post .section_persdisc .title {
    font-size: 46px;
  }
  .single-post .section_persdisc .sub_title {
    font-size: 24px;
  }
  .single-post .section_fotogallegy .slider_foto {
    max-width: 1030px;
  }
  .single-post .section_fotogallegy .foto_div.slick-active .foto_div_in {
    width: 493px;
  }
  .single-post .section_fotogallegy .foto_div_in {
    width: 453px;
    height: 301px;
  }
  .section_plashki .plashki {
    margin-left: -6px;
    margin-right: -6px;
  }
  .section_plashki .wrap_title {
    width: 382px;
  }
  .section_plashki .title {
    padding: 10px 25px;
    font-size: 20px;
  }
  .section_plashki ul li {
    font-size: 16px;
  }
  .section_plashki .plashki_div {
    width: 382px;
    margin: 0 6px 55px;
  }
  .section_plashki .plashki_div a.button {
    width: 200px;
  }
  .section_plashki .plashki_div div.button {
    width: 160px;
  }
  .section_plashki .plashki_div .button {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
  }
  .section_plashki .plashki_div .plashki_price {
    font-size: 22px;
  }
  .section_plashki .plashki_div .plashki_price span {
    font-size: 28px;
  }
  .page-template-faq .section_content_fq .left {
    width: 820px;
  }
  .paralax_kust4 {
    right: -180px;
  }
  .paralax_kust4 .in_par {
    width: 260px;
    height: 713px;
  }
  .section_tabs_2str .tab_proj_content .bottom_text {
    left: 780px;
  }
  .section_tabs_2str .contenttab.flex_wrap {
    width: 760px;
  }
  .section_tabs_2str .paralax_kust3 {
    left: -200px;
  }
  .page-template-faq .section1 .the_content_wrap {
    margin-top: 0px;
  }
  .single .section_persdisc .paralax_kust3 {
    left: -270px;
  }
}

/* max-width: 1400px */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .section_seotext {
    background-size: cover;
  }
  .single-post .section_persdisc .wrapper {
    height: 540px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .single .section_persdisc .paralax_wrap {
    display: none;
  }
}

@media only screen and (max-width: 1180px) {
  .wrapper {
    width: 960px;
  }
  header {
    /* .email {
			font-size: 16px;
		} */
  }
  header .logo {
    max-height: 26px;
    height: 26px;
  }
  header .menu li {
    margin: 0 5px;
    font-size: 14px;
  }
  header a.btn_h {
    font-size: 16px;
  }
  header .menu2 ul li {
    font-size: 15px;
    padding: 4px 0 10px;
    /* &:first-of-type{
					margin-left: 0;
				} */
  }
  header .menu2 ul li ul {
    top: 32px;
  }
  header .header_menu {
    padding: 9px 3px;
  }
  header .phone {
    font-size: 16px;
  }
  .home h1 {
    font-size: 45px;
  }
  .home .section1 .bullit_b1 {
    max-width: 100%;
    margin-top: 34px;
    font-size: 16px;
  }
  .home .section1 .bullit_b1 li {
    margin-bottom: 20px;
  }
  .home .rightblue {
    margin: 0 auto;
  }
  .home .section_process h2 {
    max-width: 410px;
  }
  .section2 .wrap_content, .section_dop .wrap_content {
    display: block;
  }
  .section_seo .top_seo {
    margin-bottom: 50px;
    display: block;
  }
  .section_seo .type2 {
    margin-top: 30px;
    margin-left: 50px;
  }
  .section_seo .metrskv_wrap {
    display: block;
  }
  .section_seo .metrskv2 {
    margin-left: 0;
  }
  .section_seo .wrapper .chelovek_v_seotekste {
    position: absolute;
    bottom: 0;
    left: 640px;
  }
  .section_seo .wrapper .chelovek_v_seotekste img {
    max-height: 562px;
  }
  .section4_1 .bullit_b4 li {
    font-size: 15px;
  }
  .section4_1 .bullit_b4 li .ico img {
    max-height: 50px;
  }
  .section4_1 .bullit_b4 li:nth-child(1), .section4_1 .bullit_b4 li:nth-child(5) {
    -webkit-transform: translateY(-110px);
        -ms-transform: translateY(-110px);
            transform: translateY(-110px);
  }
  .section4_1 .tr_head {
    font-size: 17px;
  }
  .section4_1 .tr {
    padding: 20px 10px 20px 14px;
    font-size: 14px;
  }
  .section4_1 .td_city {
    width: 230px;
  }
  .section4_1 .td_glskv {
    width: 180px;
  }
  .section4_1 .td_price {
    width: 120px;
  }
  .citata_text {
    font-size: 19px;
  }
  .section4_price .katalog {
    width: 800px;
    margin: 0 auto;
  }
  .section4_price .div_truba:nth-child(3n-1) {
    margin-right: 0;
    margin-left: 0;
  }
  .section4_price .div_truba:nth-child(2n) {
    margin-right: 22px;
    margin-left: 22px;
  }
  .section_kviz {
    /* height: 715px;
		h2 {
			font-size: 34px;
			max-width: 100%;
		} */
  }
  .section_kviz .people {
    display: none;
  }
  .section_kviz .wrapper {
    padding-left: 30px;
  }
  .section_kviz .form_kviz:before {
    right: -248px;
    top: -75px;
    height: 411px;
    width: 593px;
    background: url(../img/back/kviz_spasibo2.png);
    background-size: 100% 100%;
  }
  .tab_proj_content .bottom_text {
    left: 410px;
    bottom: auto;
    top: -240px;
  }
  .tab_proj_content .bottom_text .foto {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
  }
  .tab_proj_content .bottom_text .foto img {
    height: auto;
    width: 100%;
  }
  .tab_proj_content .bottom_text .citate {
    left: 122px;
    top: 22px;
  }
  .section_dop {
    /* &.section_seotext h2:before {
			position: relative;
			left: 0;
		} */
  }
  .section_dop .left {
    margin-bottom: 40px;
  }
  .section_dop .left_textseo {
    width: 100%;
  }
  .section_dop .doplink {
    max-width: 690px;
    margin: 0 auto;
  }
  .section_dop h2 {
    text-align: center;
  }
  .section_dop h2:before {
    margin-right: 0px;
    display: block;
    text-align: center;
    position: relative;
  }
  .page-template-promotions .the_content {
    max-width: 826px;
  }
  .page-template-promotions .section1 .fotomen {
    left: 730px;
  }
  .page-template-promotions .section1 .wrapper {
    padding-bottom: 45px;
  }
  .page-template-promotions .section2 .wrapper {
    max-width: 820px;
  }
  .page-template-promotions .section2 .promod {
    width: 380px;
    padding: 16px 16px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .page-template-promotions .section2 .promod:nth-child(3n-1) {
    margin-left: 14px;
    margin-right: 14px;
  }
  .page-template-promotions .section3 .wrapper {
    padding-bottom: 90px;
  }
  .page-template-promotions .section3 .left {
    width: 580px;
    margin-right: 24px;
  }
  .page-template-promotions .section3 .title {
    font-size: 42px;
  }
  .page-template-promotions .section3 .title:before {
    top: 18px;
  }
  .page-template-promotions .section3 .sub_title {
    width: 100%;
    margin-top: 10px;
  }
  .page-template-promotions .section3 .form_right .form {
    padding: 30px 21px 30px;
  }
  .page-template-promotions .section3 .fotomen {
    display: none;
  }
  .page-template-promotions .article_wrap {
    width: 890px;
    margin: 0 auto;
  }
  .page-template-reviews .catalog_rev {
    /* margin-left: auto;
			margin-right: auto;
			width: 690px; */
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_seotext h2:not(.h2_sd) {
    font-size: 36px;
  }
  .section_seotext h3 {
    font-size: 20px;
  }
  .h3 {
    font-size: 36px;
  }
  .section_garantii {
    background-size: 1770px auto;
  }
  .section_garantii .wrapper {
    height: 770px;
  }
  .section_garantii .wrapper .bullit_garant li {
    font-size: 16px;
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(1), .section_garantii .wrapper .bullit_garant li:nth-child(5) {
    -webkit-transform: translateY(310px);
        -ms-transform: translateY(310px);
            transform: translateY(310px);
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(2) {
    -webkit-transform: translate(-70px, 140px);
        -ms-transform: translate(-70px, 140px);
            transform: translate(-70px, 140px);
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(4) {
    -webkit-transform: translate(150px, 140px);
        -ms-transform: translate(150px, 140px);
            transform: translate(150px, 140px);
  }
  .section_garantii .button {
    bottom: 40px;
  }
  .section_persdisc .fotomen img {
    display: none;
  }
  .section_uswork h2 {
    margin: 0 auto 90px;
  }
  .section_uswork #slider_ourwork {
    width: 960px;
  }
  .section_uswork #slider_ourwork .slick-arrow {
    top: -80px;
  }
  .section_uswork #slider_ourwork .slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .section_uswork #slider_ourwork .slick-arrow.slick-next {
    right: calc(50% - 70px);
  }
  .page-template-about_company .section1 h1 {
    font-size: 40px;
  }
  .page-template-about_company .title_people {
    font-size: 22px;
    max-width: 660px;
    margin: 10px auto 35px;
  }
  .page-template-about_company .slider_people {
    width: 790px;
  }
  .page-template-about_company .slider_people .slick-arrow.slick-prev {
    left: -70px;
  }
  .page-template-about_company .slider_people .slick-arrow.slick-next {
    right: -70px;
  }
  .page-template-about_company .section_process .bulit_content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .page-template-about_company .section_process .bulit_content .bulit {
    margin: 0 30px 20px;
  }
  .page-template-about_company .section_liczenz {
    padding: 30px 0 70px;
  }
  .page-template-about_company .section_liczenz h2 {
    margin: 0 auto 90px;
  }
  .page-template-about_company .section_liczenz .slider_sert {
    width: 960px;
  }
  .page-template-about_company .section_liczenz .slider_sert .sert_div_in {
    width: 300px;
    height: 430px;
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow {
    top: -80px;
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-next {
    right: calc(50% - 70px);
  }
  .page-template-about_company .section_dop {
    /* 
			.tehnik2{
				margin: 0 0 30px;
				font-size: 18px;
				&:nth-child(2){
					margin: 0 15px 30px;
				}
				.forit {
					font-size: 18px;
				}
			} */
  }
  .page-template-about_company .section_dop .paralax_bur2 {
    top: 80px;
    right: -120px;
  }
  .page-template-about_company .section_dop .galereya_tehniki {
    width: 640px;
  }
  .page-template-about_company .section_dop .galereya_tehniki2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-template-depth_map .section2_r .catalog_rev, .single-post .section2_r .catalog_rev {
    max-width: 700px;
  }
  .page-template-depth_map .section_persdisc .wrapper, .single-post .section_persdisc .wrapper {
    padding-top: 75px;
  }
  .page-template-depth_map .section_persdisc .form, .single-post .section_persdisc .form {
    margin-top: 40px;
  }
  .page-template-our_work .section1 .the_content_wrap, .page-template-faq .section1 .the_content_wrap {
    margin-top: 0px;
  }
  .page-template-our_work .section_uswork .object_wrap {
    margin: 0 auto;
    width: 794px;
  }
  .single-raion .rightblue {
    margin: 0 auto;
  }
  .single-raion .section_dop .left_textseo {
    width: 100%;
  }
  .template_page .section3 .fotomen {
    display: none;
  }
  .template_page .bulit .li_bulit {
    margin: 0 14px 25px;
  }
  .template_page .bulit .li_bulit:nth-child(n + 5) {
    margin-left: 0;
  }
  .template_page .bulit .li_bulit:nth-child(4n) {
    margin-right: 0;
  }
  .template_page .bulit .li_bulit:nth-child(n + 6) {
    margin-left: 14px;
  }
  .template_page .bulit .li_bulit:nth-child(5n) {
    margin-right: 14px;
  }
  .template_page .bulit .ico {
    border-radius: 15px;
    width: 117px;
    height: 82px;
    margin-bottom: 11px;
  }
  table .tr_head td:first-child, table tr:first-child td:first-child {
    width: 180px;
  }
  .single-post .section1 .the_content_wrap .the_content {
    text-align: center;
    display: block;
  }
  .single-post .section1 .the_content_wrap .the_content_div {
    text-align: left;
  }
  .single-post .section1 .the_content_wrap .scroll_link_down.hidden_desc {
    display: inline-block;
  }
  .single-post .section1 .the_content_wrap .scroll_link_down.hidden_mob {
    display: none;
  }
  .single-post .section1 .div_video {
    margin: 30px auto;
  }
  .single-post .rightblue {
    margin: 0 auto;
  }
  .single-post .section_content #formblue {
    display: none;
  }
  .single-post .bullit_section {
    font-size: 16px;
  }
  .single-post .bullit_section li {
    margin: 0 15px;
    width: 170px;
  }
  .single-post .type_2tr {
    width: 620px;
  }
  .single-post .section_fotogallegy .slider_foto {
    max-width: 900px;
  }
  .single-post .section_fotogallegy .foto_div.slick-active .foto_div_in {
    width: 423px;
  }
  .single-post .section_fotogallegy .foto_div_in {
    width: 353px;
    height: 301px;
  }
  .section_type_skv .div_skv {
    display: block;
  }
  .section_type_skv .right {
    text-align: center;
  }
  .section_type_skv .bullit_skv {
    text-align: left;
  }
  .section_type_skv .image {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .section_type_skv .image img {
    margin: 0 auto;
  }
  .section_type_skv h2 {
    margin-bottom: 50px;
  }
  .page-template-faq .section_content_fq .left {
    width: 630px;
  }
  .page-template-faq .question {
    max-width: 320px;
    font-size: 18px;
  }
  .page-template-faq .question_click {
    max-width: 205px;
    font-size: 15px;
  }
  .section_tabs_2str .tab_proj_content .bottom_text {
    left: 600px;
    top: auto;
    bottom: 0;
  }
  .section_tabs_2str .tab_proj_content .bottom_text .foto {
    height: 400px;
  }
  .section_tabs_2str .contenttab.flex_wrap {
    width: 580px;
  }
  .section_tabs_2str .paralax_kust3 {
    left: -200px;
  }
  .section_tabs_2str .tab_proj_top {
    width: 100%;
  }
}

@media only screen and (max-width: 1180px) and (min-width: 769px) {
  .page-template-about_company .tab_proj_content .bottom_text {
    left: auto;
    bottom: auto;
    top: -249px;
    right: 0;
  }
  .template_page.section_content .table_of_contents {
    padding: 65px 9px 25px 11px;
  }
  .template_page.section_content .left {
    width: 620px;
    margin-right: 20px;
  }
  .template_page .section2 .wrap_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .template_page .form.form_blue {
    width: 320px;
    padding: 12px 17px 24px;
  }
  .section_fotogallegy .slider_foto .slick-arrow.slick-next {
    right: -52px;
  }
  .section_fotogallegy .slider_foto .slick-arrow.slick-prev {
    left: -52px;
  }
  footer .footer1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .footer_div.footer_div_1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin-right: 0 !important;
    margin-top: 30px;
  }
  footer .footer_div_5 {
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    margin-top: 33px;
  }
  footer .footer_div_5 .contacts {
    min-height: 100px;
  }
}

@media only screen and (max-width: 980px) and (min-width: 769px) {
  .section_fotogallegy .slider_foto .slick-arrow.slick-next {
    right: -45px;
  }
  .section_fotogallegy .slider_foto .slick-arrow.slick-prev {
    left: -45px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 960px) {
  body {
    min-width: 990px;
  }
}

@media only screen and (min-width: 769px) {
  .hidden_desc {
    display: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-moz-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  .hidden_mob {
    display: none;
  }
  .wrapper {
    width: 90%;
  }
  body {
    font-size: 16px;
    min-width: 100%;
    min-width: 300px;
  }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  header {
    z-index: 58;
  }
  header .email {
    display: none;
  }
  header .wrapper {
    padding-bottom: 12px;
  }
  header .logo {
    height: auto;
    width: 110px;
  }
  header .logo img {
    height: auto;
    width: 100%;
  }
  header .phone a {
    font-size: 16px;
  }
  header.fixed {
    padding: 10px 0;
  }
  header.fixed .logo {
    height: auto;
  }
  header.fixed .center_top {
    display: block;
  }
  header.fixed .right .phone a {
    font-size: 16px;
  }
  header.fixed .wrapper {
    padding-bottom: 0;
  }
  header .center_top .menu_min {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  header .menu_min {
    display: block;
    position: relative;
    border-radius: 7px;
    background-color: white;
    width: 62px;
    height: 26px;
    background-position: 6px center;
    padding-left: 19px;
    padding-top: 0;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
  }
  header .menu_min .text-menu {
    margin-left: 35px;
    text-decoration: underline;
  }
  header .menu_min .logo img {
    width: 140px;
  }
  header .menu {
    display: none;
  }
  header .menu_toggle.open {
    position: relative;
  }
  header .menu.open {
    background: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    top: 40px;
    top: 0;
    position: relative;
    padding: 0;
  }
  header .menu.open ul.menu_cat_ul {
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header .menu.open ul {
    padding-top: 0;
    width: 100%;
    text-align: left;
  }
  header .menu.open li {
    /* font-size: 17px;
					line-height: 2; */
    /* font-size: 16px;
					line-height: 1.9; */
    line-height: 2;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
  }
  header .menu.open li:last-child {
    border-bottom: none;
  }
  header .menu.open li a {
    color: #000;
    padding: 12px 10px;
    text-decoration: none;
  }
  header .menu.open li.menu-item-has-children {
    background: #f6f6f7;
    padding-bottom: 0;
  }
  header .menu.open li.menu-item-has-children a {
    white-space: normal;
    display: inline-block;
  }
  header .menu.open li.menu-item-has-children:before {
    content: url("../img/arrow-down2.png");
    margin-left: 5px;
    position: absolute;
    right: 15px;
  }
  header .menu.open li.menu-item-has-children > .sub-menu {
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    /* margin-left: -10px;
							margin-right: -10px;
							width: 100vw;	 */
  }
  header .menu.open li.menu-item-has-children > .sub-menu a {
    font-weight: 400;
    white-space: normal;
  }
  header .menu.open li.menu-item-has-children > .sub-menu li {
    background: #fff;
    padding: 0px;
    padding-left: 10px;
    font-size: 16px;
  }
  header .menu.open li.menu-item-has-children.hover > .sub-menu {
    display: block;
    position: relative;
    top: 0;
  }
  header .menu.open li.current-menu-item > a {
    color: #1182ef;
  }
  header .menu.open ul.sub-menu {
    display: none;
  }
  header .menu.open .menu_mob2 li {
    font-weight: 600;
  }
  header .menu_min.open {
    background: url(../img/modal/close.png) no-repeat center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 110;
    right: 10px;
    top: 4px;
    background-color: #fff;
  }
  header .menu_min.open span {
    opacity: 0;
  }
  header.openmenu {
    background: none !important;
    padding: 0;
  }
  header.openmenu .logo {
    opacity: 0;
  }
  header.openmenu .wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  header.openmenu .left {
    display: none;
  }
  header.openmenu .wrap_flex.wrap_header {
    display: block;
    overflow: scroll;
    position: relative;
    height: 100%;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header.openmenu .right {
    right: 0;
    left: 0;
    position: relative;
    bottom: auto;
  }
  header.openmenu .right .phone {
    text-align: center;
    background: none;
    font-size: 20px;
    padding: 0;
  }
  header.openmenu .right .phone a {
    font-size: 22px;
    color: #000;
  }
  header.openmenu .right .email {
    display: block;
    text-align: center;
    background: none;
    padding: 0;
    margin-top: 5px;
  }
  header.openmenu .right .email a {
    font-size: 18px;
    color: #0058b3;
    border: 1px solid #0058b3;
    text-decoration: none;
    padding: 8px 23px;
    display: inline-block;
    border-radius: 8px;
  }
  .background_menu.open {
    background: white;
  }
  .br_mob {
    display: block;
  }
  .paralax_truba {
    right: -70px;
    top: -150px;
  }
  .paralax_truba .in_par {
    width: 186px;
    height: 194px;
  }
  #politics {
    padding: 50px 20px 20px;
  }
  #politics .politic {
    padding: 0;
  }
  .home h1 {
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .home .scroll {
    display: none;
  }
  .home .section1 {
    padding-top: 70px;
    height: auto;
    background-color: #2B313E;
    background-image: url(../img/back/home_mob.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    padding-bottom: 30px;
    text-align: center;
  }
  .home .section1 .bullit_b1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .home .section1 .bullit_b1 li {
    width: 32%;
    margin-right: 1%;
  }
  .home .section_process h2 {
    font-size: 36px;
    max-width: 100%;
    padding-left: 0;
  }
  .home .section_process h2:before {
    position: relative;
    top: 0;
  }
  .home .section1_top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .home .section1_bottom {
    margin-top: 270px;
  }
  .home .text_about {
    font-size: 21px;
    width: 100%;
    max-width: 555px;
    margin-top: 20px;
    padding-left: 0;
    padding-top: 27px;
    background: url(../img/vawe_m.png) no-repeat;
    background-position: top center;
  }
  .form {
    border-radius: 40px;
    /* width: 361px;
		height: 537px; */
    margin: 0 auto 0;
  }
  .form.form_blue {
    border-radius: 30px;
  }
  .type_skv {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .type_skv:last-child {
    margin-bottom: 60px;
  }
  .type_skv_fl {
    display: block;
  }
  .type_skv .img {
    height: 258px;
    margin: 0 auto 20px;
  }
  .type_skv h4, .type_skv h3 {
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .type_skv .price_divskv {
    margin-bottom: 20px;
  }
  .type_skv .skv_bottom {
    position: relative;
    padding: 0;
    bottom: auto;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .type_skv a.button.blue {
    height: auto;
    line-height: 1.4;
    padding: 10px 60px 10px 10px;
  }
  .type_skv a.button.blue:before {
    background: url(../img/str_next.png) no-repeat center right;
    top: 0;
    height: 100%;
    content: "";
    width: 20px;
  }
  .type_skv .bullit_b1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .type_skv .bullit_b1 li {
    display: block;
    width: 50%;
    margin-bottom: 20px;
    max-width: 200px;
    height: auto;
  }
  .type_skv .bullit_b1 li:nth-child(2n) {
    width: 50%;
    max-width: 315px;
  }
  .type_skv .bullit_b1 li .ico {
    height: 38px;
  }
  .type_skv .bullit_b1 li .ico img {
    max-height: 100%;
    width: auto;
  }
  h2 {
    text-align: center;
  }
  h2:before {
    margin-right: 0px;
    display: block;
    text-align: center;
  }
  .section2#block2 {
    background: none;
    padding: 20px 0 50px;
  }
  .section_seo {
    background-image: url(../img/back/back_bur_mob.jpg);
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .section_seo h2 {
    text-align: center;
  }
  .section_seo h2:before {
    margin-right: 0px;
    display: block;
  }
  .section_seo h5, .section_seo h4 {
    line-height: 1.2;
  }
  .section_seo .top_seo_left {
    width: 100%;
  }
  .section_seo .top_seo_text {
    width: 100%;
    max-width: 455px;
    text-align: center;
    margin: 10px auto 20px;
  }
  .section_seo .burenie_text_wrap {
    display: block;
  }
  .section_seo .burenie_text_wrap .image {
    margin: 0 auto 10px;
  }
  .section_seo .metrskv .title {
    position: relative;
    padding-left: 26px;
  }
  .section_seo .metrskv .title span {
    position: absolute;
    left: 0;
  }
  .section_seo .metrskv11 .info {
    display: block;
  }
  .section_seo .metrskv11 .info_div_wrap {
    margin: 0px 0 16px;
    width: 260px;
    height: 88px;
  }
  .section_seo .varpriceobs {
    display: block;
  }
  .section_seo .varpriceobs_div {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .section_seo .wrapper {
    padding-bottom: 400px;
  }
  .section_seo .wrapper .chelovek_v_seotekste {
    left: 0;
    right: 0;
  }
  .section_seo .wrapper .chelovek_v_seotekste img {
    max-height: 390px;
    margin: 0 auto;
  }
  h2 {
    font-size: 36px;
  }
  .section4_1 {
    background-image: url(../img/back/wrlines.jpg);
    background-position: center -540px;
    background-size: auto auto;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
  .section4_1 .tr_head {
    border-radius: 15px 15px 0 0;
  }
  .section4_1 .tr {
    padding: 10px 10px 10px 8px;
    font-size: 14px;
  }
  .section4_1 .td {
    font-size: 14px;
  }
  .section4_1 .td_city {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 8px;
  }
  .section4_1 .td_glskv {
    width: 74px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 8px;
  }
  .section4_1 .td_price {
    width: 51px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 18px;
  }
  .section4_1 .td_link {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    text-align: left;
    font-size: 14px;
  }
  .section4_1 .butilka {
    display: none;
  }
  .section4_1 .butilka img {
    display: none;
  }
  .section4_1 .bullit_b4 {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .section4_1 .bullit_b4 li {
    display: block;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
  }
  .section4_1 .bullit_b4 li:nth-child(2n) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .section4_1 .bullit_b4 li:nth-child(1), .section4_1 .bullit_b4 li:nth-child(5) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .section4_1 .bullit_b4 li .ico {
    height: 50px;
    margin-bottom: 8px;
  }
  .citata_text {
    font-size: 19px;
    padding-left: 90px;
    font-size: 22px;
  }
  .citata_text:before {
    left: 30px;
  }
  .citata .aboutchel {
    left: 55px;
  }
  .section4_price .katalog {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section4_price .div_truba:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }
  .section4_price .div_truba .title {
    font-size: 24px;
    height: auto;
  }
  h3 {
    font-size: 28px;
  }
  h3:before {
    display: block;
    text-align: center;
  }
  .section_dop {
    background-image: url(../img/back/back_seoh_mob.jpg);
    background-position: top center;
    background-size: auto;
    padding: 12px 0 50px;
    background-color: #EAF2FD;
    background-repeat: no-repeat;
  }
  .section_dop .paralax_wrap {
    display: none;
  }
  .section_dop .text_center {
    display: block;
  }
  .section_dop .text_center .infotextseo {
    width: 100%;
  }
  .section_dop .left_textseo {
    width: 100%;
    border-radius: 70px;
    padding: 18px 16px 38px;
  }
  .section_dop .doplink ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_dop .doplink .linkdiv {
    margin: 5px 22px 15px 22px;
  }
  .section_dop h4 {
    line-height: 1.2;
  }
  .section_kviz {
    padding: 12px 0 0px;
    background-image: url(../img/back/back_kviz_mob.jpg);
    background-position: top center;
    background-size: auto auto;
    background-repeat: no-repeat;
    height: auto;
  }
  .section_kviz .wrapper {
    padding: 0;
  }
  .section_kviz h2 {
    font-size: 36px;
    margin: 0 auto;
  }
  .section_kviz h2:before {
    margin-right: 0px;
    display: block;
    position: relative;
    left: auto;
    top: auto;
  }
  .section_kviz .subh2 {
    font-size: 20px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 600px;
    padding: 17px 10px 10px 100px;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    border-radius: 10px;
    margin: 36px auto 25px;
  }
  .section_kviz .subh2:before {
    display: none;
  }
  .section_kviz .subh2 .people {
    display: block;
    height: 340px;
    left: -125px;
    bottom: -50px;
  }
  .section_kviz .title {
    margin: 0 auto 28px;
    line-height: 23px;
  }
  .section_kviz .title:before {
    top: -9px;
    height: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 10px 0;
  }
  .section_kviz .slide_kvizs {
    text-align: center;
  }
  .section_kviz .slide_kviz {
    margin-left: 0;
    display: block;
    text-align: left;
  }
  .section_kviz .image_var {
    max-width: 324px;
    width: 100%;
    height: 214px;
    margin: 0 auto 20px;
  }
  .section_kviz .tekst_pro_podarok {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .section_kviz .sub_title {
    margin-left: 0;
  }
  .section_kviz .sp_kviz_left {
    width: 100%;
  }
  .section_kviz .form_kviz {
    right: 0;
    top: 0;
    max-width: 320px;
    width: 100%;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    background: url(../img/back/back_formblue.jpg) no-repeat top right;
    -webkit-box-shadow: 0px 27px 32px 0px rgba(17, 130, 239, 0.22);
            box-shadow: 0px 27px 32px 0px rgba(17, 130, 239, 0.22);
    padding: 20px;
  }
  .section_kviz .form_kviz:before {
    display: none;
  }
  .section_kviz .var_answ {
    max-width: 420px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .section_kviz .var_answ.var_answ_0 {
    margin: 0 auto 10px;
  }
  .section_kviz .var_answ.var_answ_2 {
    margin: 0 auto 10px;
    padding-left: 15px;
  }
  .section_kviz .var_answ.var_answ_3 {
    margin: 0 auto 10px;
    padding-left: 15px;
  }
  .section_kviz .nav_kviz {
    top: auto;
    position: relative;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section_kviz .nav_kviz .btn_prev {
    margin-top: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_kviz .nav_kviz .btn_next {
    margin-top: 0;
    margin-left: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 139px;
    height: 139px;
  }
  .section_kviz .kviz_var_answ {
    display: block;
  }
  .section_kviz .kviz {
    background: #fff;
    padding-top: 25px;
    width: 100%;
  }
  .section_kviz .kviz:before {
    content: "";
    display: block;
    width: 110vw;
    height: 100%;
    left: -5vw;
    top: 0;
    position: absolute;
    background: #fff;
  }
  .section_process {
    z-index: 2;
    position: relative;
  }
  footer {
    padding: 24px 0;
  }
  footer .footer1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .footer_div.footer_div_1 {
    width: 100%;
    margin: 0 0 30px !important;
  }
  footer .footer_div.footer_div_5 {
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }
  footer .footer_div .contacts_div {
    background-position: left center !important;
    padding-left: 15px;
    padding-right: 0;
  }
  footer .footer_div:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .copirate {
    margin-top: 14px;
  }
  .modal {
    width: 100%;
    max-width: 500px;
    height: auto;
    background: #fff url(../img/back/back_formblue_mob.jpg);
    background-repeat: no-repeat;
    background-position: center 210px;
    background-size: 110% 130%;
  }
  .modal .left_modal {
    width: 260px;
    margin: 0 auto;
    /* transform: translateX(-10%);*/
    height: 160px;
    background-size: contain !important;
    margin-top: 30px;
  }
  .modal .form_men {
    height: 100%;
  }
  .modal .form_men .fotomen {
    height: 200px;
    bottom: auto;
    top: -20px;
  }
  .modal .fancybox-close-small {
    right: 0;
  }
  .modal .form {
    width: 100%;
  }
  .modal .form .title_form {
    font-size: 23px;
  }
  .modal .form form {
    max-width: 320px;
  }
  .modal .wrap_modal {
    display: block;
  }
  .tab_proj_top {
    display: none;
  }
  .tab_proj_wrap {
    margin-top: 30px;
  }
  .tab_proj_content {
    width: 100%;
    margin-left: 0;
    height: auto;
    counter-reset: item;
    /* .contenttab {
			box-shadow: none;
			padding: 0;
			border-radius: 0;
			width: 100%;
		} */
  }
  .tab_proj_content:before {
    display: none;
  }
  .tab_proj_content .title {
    font-size: 24px;
    line-height: 1.2;
    padding: 10px 15px;
    display: block;
    width: 90%;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tab_proj_content .tabCont {
    height: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .tab_proj_content .tabCont.active {
    margin-left: -20px;
    margin-right: -20px;
    height: auto;
    padding: 30px 20px 0px;
  }
  .tab_proj_content .tabCont .bottom_text {
    display: none;
  }
  .tab_proj_content .tabCont .button {
    width: auto;
    position: relative;
    margin: 30px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .tab_proj_content .contenttab {
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    display: block;
    border-radius: 20px;
    opacity: 1;
    padding: 60px 15px 30px;
    padding-top: 60px;
    margin-top: 0px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
            box-shadow: 0px 5px 34px 0px rgba(46, 46, 46, 0.08);
    margin-bottom: 16px;
  }
  .tab_proj_content .contenttab .text {
    width: 100%;
  }
  .tab_proj_content .img {
    left: 0;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
  }
  .tab_proj_content .bottom_text {
    position: relative;
    left: 0px;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  .tab_proj_content .bottom_text .foto {
    height: 240px;
    width: auto;
    border-radius: 0;
    background: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .tab_proj_content .bottom_text .foto img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .tab_proj_content .bottom_text .citate {
    left: 0;
    top: 0;
    position: relative;
    margin: 0 auto;
    max-width: 441px;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px 30px 10px 10px;
    background-size: 100% 100%;
  }
  .tab_proj_content .bottom_text_wrap {
    display: block;
    display: none;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 250px;
    background-size: 190px 190px;
    background-repeat: no-repeat;
    background-position: center bottom 20px;
  }
  .tabClick {
    display: block;
    border-radius: 20px;
    background-color: #f6f7fb;
    position: relative;
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    padding: 12px 12px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50px;
    max-width: 341px;
    width: 100%;
    height: 51px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tabClick span {
    border-bottom: 1px dotted #000;
  }
  .tabClick .span {
    width: 100%;
  }
  .tabClick .toggle {
    font-size: 16px;
    color: #0f63b3;
    line-height: 1.688;
    display: inline;
    font-weight: 500;
  }
  .tabClick .toggle span {
    border-bottom: 1px dotted #0f63b3;
  }
  .tabClick:before {
    content: "0" counter(item);
    counter-increment: item;
    font-size: 14px;
    color: #1d86eb;
    font-weight: bold;
    margin-right: 10px;
  }
  .tabClick.active {
    background: #1d86eb;
    color: #fff;
  }
  .tabClick.active:after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -5px;
    background-color: #1d86eb;
    width: 19px;
    height: 19px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    z-index: -1;
  }
  .tabClick.active:before {
    color: #fff;
  }
  .tabClick.active span {
    border-bottom: 1px dotted transparent;
  }
  .tabClick.active .toggle {
    color: #fff;
    border-bottom: 1px dotted #ffffff;
  }
  .section1 {
    padding-top: 75px;
  }
  h1 {
    line-height: 1.1;
  }
  .page-template-contacts h1 {
    text-align: center;
    margin-bottom: 70px;
  }
  .page-template-contacts .section1 {
    background: url(../img/back/back_contact_mob.jpg) no-repeat top center;
    padding-bottom: 0;
  }
  .page-template-contacts .section2 {
    padding: 48px 0 20px;
    background: none;
  }
  .page-template-contacts .section2 .wrapper {
    display: block;
  }
  .page-template-contacts .contact_info_wrap {
    width: 100%;
    max-width: 100%;
  }
  .page-template-contacts #map {
    width: 100vw;
    height: 275px;
    margin-left: -5vw;
    margin-right: -5vw;
    margin-top: 40px;
  }
  .page-template-contacts .the_content {
    width: 100%;
    /* max-width: 100vw;
			margin-left: -5vw;
			margin-right: -5vw; */
    padding: 22px 15px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 39px 103px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 39px 103px 0px rgba(0, 0, 0, 0.19);
    /* width: 100vw;
			max-width: 100vw;
			margin-left: -5vw;
			margin-right: -5vw; */
  }
  .page-template-promotions.post-type-archive-stati .section1 {
    background: url(../img/back/back_stati_mob.jpg) no-repeat top center;
  }
  .page-template-promotions h1 {
    margin-top: 20px;
    margin-bottom: 353px;
    font-size: 40px;
    text-align: center;
  }
  .page-template-promotions .the_content {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 22px 15px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 39px 103px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 39px 103px 0px rgba(0, 0, 0, 0.19);
  }
  .page-template-promotions .section1 {
    background: url(../img/back/back_promo_mob.jpg) no-repeat top center;
  }
  .page-template-promotions .section1 .wrapper {
    padding-bottom: 30px;
  }
  .page-template-promotions .section1 .fotomen {
    height: 370px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    top: 165px;
    z-index: 1;
  }
  .page-template-promotions .section1 .fotomen img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .page-template-promotions .section2 .promod {
    width: 380px;
    padding: 16px 16px;
    margin: 0 auto 20px;
    padding: 16px 16px 20px;
  }
  .page-template-promotions .section2 .promod:nth-child(3n-1) {
    margin: 0 auto 20px;
  }
  .page-template-promotions .section2 .promod .text {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page-template-promotions .section2 .promod .data {
    width: 100%;
  }
  .page-template-promotions .section2 .promod .text_wrap {
    display: block;
  }
  .page-template-promotions .s23promo_wrap {
    background: none;
  }
  .page-template-promotions .section3 {
    background: url(../img/back/back_promo_form_mob.jpg) no-repeat bottom center;
    padding-bottom: 30px;
  }
  .page-template-promotions .section3 .wrapper {
    padding-bottom: 0;
    display: block;
    text-align: center;
  }
  .page-template-promotions .section3 .left {
    width: 100%;
    margin-right: 0px;
  }
  .page-template-promotions .section3 .bullit_bf {
    text-align: left;
    max-width: 490px;
    margin: 15px auto;
  }
  .page-template-promotions .section3 .title {
    font-size: 36px;
    padding-left: 0px;
  }
  .page-template-promotions .section3 .title:before {
    position: relative;
    left: 0;
    top: auto;
    margin: 0 auto 10px;
  }
  .page-template-promotions .section3 .citat_text_form {
    font-size: 16px;
    text-align: left;
    width: 343px;
    padding: 14px 26px 14px 20px;
    margin: 20px auto 290px;
  }
  .page-template-promotions .section3 .form {
    z-index: 2;
  }
  .page-template-promotions .section3 .fotomen {
    display: block;
    height: 320px;
    left: 0;
    right: 0;
    bottom: 300px;
    margin: 0 auto;
    z-index: 1;
  }
  .page-template-promotions .section3 .fotomen img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .page-template-promotions .article_wrap {
    width: 592px;
    margin: 0 auto;
  }
  .page-template-reviews .section1 {
    background: url(../img/back/back_rev_mob.jpg) no-repeat top center;
    min-height: 450px;
  }
  .page-template-reviews h1 {
    margin-top: 60px;
  }
  .page-template-reviews .section2_r {
    background: url(../img/back/back_line_mob.jpg) no-repeat center top;
  }
  .page-template-reviews .citata_text {
    padding-left: 90px;
    font-size: 18px;
  }
  .page-template-reviews .paralax_bur2 {
    display: none;
  }
  .section_seotext {
    background: #EAF2FD url(../img/back/back_seor_mob.jpg) no-repeat center top;
    padding: 40px 0;
  }
  .section_seotext .wrapper_content {
    background-position: top center;
    min-height: 0;
    border-radius: 40px;
    padding: 46px 5vw 30px 5vw;
    width: 100%;
  }
  .section_seotext .wrapper_content ul {
    /* column-count: 1;
				column-gap: 0px; */
  }
  .section_seotext .wrapper_content ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 0px;
    width: 100%;
  }
  .section_seotext .reviews {
    padding: 15px;
  }
  .section_seotext h2 {
    font-size: 28px;
  }
  .section_seotext h2 {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .section_seotext h2:before {
    position: relative;
    display: block;
    margin-bottom: 8px;
  }
  .section_seotext h2:not(.h2_sd) {
    font-size: 28px;
    padding-left: 0;
  }
  .section_seotext h2:not(.h2_sd):before {
    position: relative;
  }
  .section_garantii {
    background: url(../img/back/back_garantii3_mob.jpg) no-repeat bottom center;
    padding-top: 50px;
  }
  .section_garantii .wrapper {
    height: auto;
    padding-bottom: 390px;
  }
  .section_garantii .wrapper .bullit_garant {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section_garantii .wrapper .bullit_garant li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(2) .ico {
    height: auto;
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(4) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(4) .ico {
    height: auto;
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(1), .section_garantii .wrapper .bullit_garant li:nth-child(5) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .section_garantii .wrapper .bullit_garant li:nth-child(1) .ico, .section_garantii .wrapper .bullit_garant li:nth-child(5) .ico {
    height: auto;
  }
  .section_garantii .paralax_wrap {
    display: none;
  }
  .section_garantii .sub_h3 {
    font-size: 18px;
  }
  .section_persdisc .wrapper {
    display: block;
    height: auto;
    text-align: center;
    padding-bottom: 52px;
    max-height: 2000px;
    padding-top: 30px;
  }
  .section_persdisc .left {
    width: 100%;
    margin-bottom: 37px;
    margin-right: 0;
    padding-left: 0;
  }
  .section_persdisc .title {
    font-size: 36px;
    margin-bottom: 26px;
  }
  .section_persdisc .title:before {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10px;
  }
  .section_uswork #slider_ourwork {
    width: 100%;
    max-width: 630px;
  }
  .page-template-about_company .section1 {
    background: #606E82 url(../img/back/back_company_mob.jpg) no-repeat top center;
  }
  .page-template-about_company .section1 h1 {
    font-size: 40px;
  }
  .page-template-about_company .title_people {
    font-size: 22px;
    max-width: 660px;
    margin: 30px auto 90px;
  }
  .page-template-about_company .slider_people {
    width: 100%;
    max-width: 530px;
  }
  .page-template-about_company .slider_people .slick-arrow {
    top: -80px;
    background-color: #00abeb;
    border-color: rgba(255, 255, 255, 0);
  }
  .page-template-about_company .slider_people .slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .page-template-about_company .slider_people .slick-arrow.slick-next {
    right: calc(50% - 70px);
  }
  .page-template-about_company .section_geo .wrapper {
    position: relative;
  }
  .page-template-about_company .work_area {
    position: relative;
  }
  .page-template-about_company .work_area .geo_comp {
    font-size: 22px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 25px;
  }
  .page-template-about_company .work_area .geo_comp:after {
    -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
            transform: skew(-15deg);
  }
  .page-template-about_company .section_process {
    background-position: center 400px;
    padding-top: 10px;
  }
  .page-template-about_company .section_process .wrapper.content:before {
    display: none;
  }
  .page-template-about_company .section_process h2 {
    max-width: 100%;
    padding-left: 0;
  }
  .page-template-about_company .section_process h2:before {
    margin: 0px auto 5px;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
  }
  .page-template-about_company .section_process .bulit_content {
    display: block;
    margin-bottom: 60px;
  }
  .page-template-about_company .section_process .bulit_content .bulit {
    margin: 0 0 30px;
  }
  .page-template-about_company .section_liczenz {
    background: url(../img/back/back_liczenz_mob.jpg) no-repeat top center;
    padding: 30px 0 50px;
  }
  .page-template-about_company .section_liczenz .slider_sert {
    width: 100%;
    max-width: 630px;
  }
  .page-template-about_company .section_liczenz .slider_sert .sert_div_in {
    width: 296px;
    height: 416px;
  }
  .page-template-about_company .section_dop {
    background: #EAF2FD url(../img/back/back_seor_mob.jpg) no-repeat center top;
    padding: 40px 0;
  }
  .page-template-about_company .section_dop .citata {
    margin-bottom: 140px;
  }
  .page-template-about_company .section_dop .slick-arrow {
    top: -80px;
  }
  .page-template-about_company .section_dop .slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .page-template-about_company .section_dop .slick-arrow.slick-next {
    right: calc(50% - 70px);
  }
  .page-template-about_company .section_dop .slick-arrow:hover span {
    opacity: 1;
  }
  .section2_md {
    background: url(../img/back/back_line_mob.jpg) no-repeat top center;
    padding-bottom: 30px;
  }
  .section2_md .paralax_kust3 {
    display: none;
  }
  .section2_md h2 {
    width: 95%;
    margin: 0 auto 30px;
  }
  .section2_md .wrapper {
    width: 100%;
  }
  .section2_md #map_depth {
    overflow: hidden;
  }
  .section2_md #map_depth img {
    width: 140vw;
    margin-left: -20vw;
  }
  .page-template-depth_map .the_content_wrap {
    padding-top: 323px;
  }
  .page-template-depth_map.page-template-promotions .section1, .single-post.page-template-promotions .section1 {
    background: url(../img/back/back_mapdep_mob.jpg) no-repeat top center;
    background-size: cover;
    background-size: auto auto;
  }
  .page-template-depth_map.page-template-promotions .section1 .fotomen, .single-post.page-template-promotions .section1 .fotomen {
    top: 0;
  }
  .page-template-depth_map.page-template-promotions .section1 .wrapper, .single-post.page-template-promotions .section1 .wrapper {
    padding-bottom: 0;
  }
  .page-template-depth_map.page-template-promotions .the_content_wrap, .single-post.page-template-promotions .the_content_wrap {
    position: relative;
  }
  .page-template-depth_map.page-template-promotions header:not(.fixed), .single-post.page-template-promotions header:not(.fixed) {
    background: -webkit-gradient(linear, left top, left bottom, from(#020927), to(transparent));
    background: -o-linear-gradient(top, #020927, transparent);
    background: linear-gradient(180deg, #020927, transparent);
    padding-bottom: 10px;
  }
  .page-template-depth_map.page-template-promotions h1, .single-post.page-template-promotions h1 {
    margin-bottom: 20px;
  }
  .page-template-depth_map .section2_r, .single-post .section2_r {
    background-image: url(../img/back/wrlines.jpg);
    background-position: center -540px;
    background-size: auto auto;
    background-repeat: no-repeat;
  }
  .page-template-depth_map .section2_r h2, .single-post .section2_r h2 {
    margin-bottom: 30px;
  }
  .page-template-depth_map .section2_r .catalog_rev, .single-post .section2_r .catalog_rev {
    overflow: visible;
  }
  .page-template-depth_map .section_persdisc, .single-post .section_persdisc {
    background: url(../img/back/back_persdisc2_mob.jpg) no-repeat top center;
    background-size: cover;
  }
  .page-template-depth_map .section_persdisc .left, .single-post .section_persdisc .left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 17px;
  }
  .page-template-depth_map .section_persdisc .paralax_wrap, .single-post .section_persdisc .paralax_wrap {
    width: 100%;
  }
  .page-template-depth_map .section_persdisc .wrapper, .single-post .section_persdisc .wrapper {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-depth_map .section_persdisc .form_right, .single-post .section_persdisc .form_right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-template-depth_map .section_persdisc .form, .single-post .section_persdisc .form {
    margin-top: 0px;
  }
  .page-template-depth_map .section_persdisc .title, .single-post .section_persdisc .title {
    margin-bottom: 26px;
  }
  .page-template-depth_map .section_persdisc .form_men, .single-post .section_persdisc .form_men {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .page-template-depth_map .section_persdisc .fotomen, .single-post .section_persdisc .fotomen {
    right: 0px;
    left: 0px;
    margin: 0 auto -20px;
    position: relative;
  }
  .page-template-depth_map .section_persdisc .fotomen img, .single-post .section_persdisc .fotomen img {
    display: block;
    height: 340px;
    margin: 0 auto;
  }
  .paralax_kust3 {
    left: -80px;
    top: -190px;
  }
  .paralax_kust3 .in_par {
    width: 116px;
    height: 309px;
  }
  .page-template-faq .paralax_kust {
    display: none;
  }
  .page-template-faq .section_content_fq .wrap_content {
    display: block;
  }
  .page-template-faq .section_content_fq .left {
    width: 100%;
  }
  .page-template-faq .question {
    max-width: 100%;
    width: 100%;
  }
  .page-template-faq .question_wrap {
    display: block;
  }
  .page-template-faq .question_click {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-top: 7px;
  }
  .page-template-faq .question_click:before {
    content: "(";
  }
  .page-template-faq .question_click:after {
    content: ")";
  }
  .page-template-faq .answer {
    font-size: 16px;
    width: 100%;
  }
  .page-template-faq .rightblue {
    margin: 40px auto 0;
  }
  .page-template-faq .section1 .the_content, .page-template-our_work .section1 .the_content {
    font-size: 22px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-template-faq .section1 .the_content p, .page-template-our_work .section1 .the_content p {
    max-width: 460px;
    margin: 0 auto;
  }
  .page-template-faq .section1 .the_content_wrap, .page-template-our_work .section1 .the_content_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
  .page-template-faq .section1 h1, .page-template-our_work .section1 h1 {
    font-size: 40px;
  }
  .page-template-faq .section1 .fotomen, .page-template-our_work .section1 .fotomen {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-top: 20px;
    height: 270px;
  }
  .page-template-faq .section1 .fotomen img, .page-template-our_work .section1 .fotomen img {
    height: 270px;
  }
  .page-template-our_work .section1 {
    background: url(../img/back/back_ourwork_mob.jpg) no-repeat top center;
  }
  .page-template-our_work .section_2uswork {
    padding: 0 0 45px;
  }
  .page-template-our_work .section_2uswork #map_3 {
    width: 100%;
    height: 455px;
    margin-bottom: 114px;
    margin-top: -30px;
  }
  .page-template-our_work .section_2uswork #map_3 .glubina {
    font-size: 16px;
  }
  .page-template-our_work .section_uswork .paralax_kust3 {
    display: none;
  }
  .page-template-our_work .section_uswork .object_wrap {
    margin: 0 auto;
    width: 100%;
  }
  .page-template-our_work .section_uswork .slider_uswork {
    margin: 0 auto 27px;
  }
  .freebur {
    width: 100%;
    display: block;
    margin: 0 0 27px;
    background-size: 1190px;
    background-position: top left -330px;
    padding: 0 0;
  }
  .freebur .form.form_blue {
    margin: 20px auto;
  }
  .freebur .left {
    padding: 12px 15px 55px;
  }
  .freebur .sub_title {
    text-align: center;
  }
  .freebur .title {
    text-align: center;
    margin-bottom: 10px;
  }
  .freebur .title:before {
    position: relative;
    top: 0;
    margin: 15px auto 10px;
  }
  .freebur .form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 27px;
  }
  .freebur .form form {
    max-width: 320px;
    margin: 0 auto;
  }
  .freebur .sub_title_form {
    width: 100%;
  }
  ul.page-numbers {
    background: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  ul.page-numbers .str span {
    display: none;
  }
  table {
    font-size: 14px;
  }
  table .tr_head {
    font-size: 14px;
  }
  .single-raion .paralax_kust3 {
    display: none;
  }
  .single-raion h1 {
    text-align: center;
    font-size: 36px;
  }
  .single-raion .section1 {
    padding-bottom: 70px;
    background: url(../img/back/back_single_raion_mob.jpg) no-repeat top center;
    background-size: cover;
  }
  .single-raion .section1 .wrapper {
    text-align: center;
  }
  .single-raion .section1 a.button.blue.scroll_link {
    height: 47px;
    line-height: 47px;
    width: 100%;
    max-width: 350px;
  }
  .single-raion .section2 {
    background: none;
  }
  .single-raion .section2 .wrap_content {
    display: block;
  }
  .single-raion .section_dop {
    background: #EAF2FD url(../img/back/back_seor_mob.jpg) no-repeat center top;
    padding: 40px 0;
  }
  .section_content {
    padding: 0 0 55px;
  }
  .section_content.section_content2 {
    padding-top: 35px;
  }
  .section_content .left {
    width: 100%;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_content .rightblue {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -40px;
    margin-bottom: 35px;
  }
  .section_content .rightblue.hidden_desc {
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .section_content ol {
    background-repeat: repeat-y;
    padding-left: 50px;
  }
  .section_content h2 {
    padding-left: 0;
  }
  .section_content h2:before {
    position: relative;
    margin-bottom: 5px;
  }
  .section_content table {
    font-size: 14px;
  }
  .section_content table .tr, .section_content table tr {
    /* &:last-child{
					border-radius: 0 0 10px 10px ;
					td:first-child {
						// border-radius:  0  0 0 10px;
						// padding-bottom: 10px;
					}
					td:last-child {
						// border-radius:  0  0 10px 0;
						// padding-bottom: 10px;
					}
				} */
  }
  .section_content table .tr td, .section_content table tr td {
    padding: 11px 8px 11px 8px;
  }
  .section_content table .tr_head, .section_content table tr:first-child {
    font-size: 14px;
    line-height: 1.2;
    /* td:first-child {
					border-radius: 10px 0 0 0;
				}
				td:last-child {
					border-radius:  0 10px 0 0;
				} */
  }
  .section_content table .tr_head td, .section_content table tr:first-child td {
    padding: 11px 8px 11px 8px;
  }
  .section_content.template_page h3, .section_content.template_page .olh3 {
    font-size: 18px;
  }
  .section_content.template_page .title {
    font-size: 22px;
  }
  .section_content .table_of_contents {
    padding: 50px 11px 25px 21px;
    margin-bottom: 30px;
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    /* 	h4{
				padding: 10px 10px;
				margin: 0 auto;
				text-align: center;
				right: 0;
				left: 0;
				width: 230px;
			} */
  }
  .section_content .right_wrap {
    margin-top: -110px;
  }
  .template_page h1 {
    font-size: 36px;
    text-align: center;
  }
  .template_page .s23promo_wrap {
    background: none;
  }
  .template_page .rightblue.hidden_desc {
    margin-bottom: 0;
  }
  .template_page .form.form_blue {
    margin-top: 40px;
  }
  .template_page .section1 {
    background-size: auto auto !important;
    padding-bottom: 110px;
  }
  .template_page .wp-caption {
    width: 100vw !important;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .template_page .wp-caption img {
    margin: 0 auto;
  }
  .template_page .slider {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    /*  */
  }
  .template_page .slider_div {
    height: 60vw;
  }
  .template_page .slider .slick-arrow:hover span {
    opacity: 1;
  }
  .template_page .slider .slick-arrow.slick-prev {
    left: 5vw;
  }
  .template_page .slider .slick-arrow.slick-next {
    right: 5vw;
  }
  .template_page .paralax_wrap {
    display: none;
  }
  .template_page .wp-caption-text {
    font-size: 15px;
  }
  .template_page table {
    margin-bottom: 30px;
  }
  .template_page .section3 {
    padding-top: 0;
  }
  .template_page .section3 .wrapper {
    padding-bottom: 0;
  }
  .template_page .section3 .h3 {
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .template_page .section3 .h3:before {
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .template_page .section3 .left {
    width: 100%;
  }
  .template_page .section3 .left .article_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -70px;
  }
  .template_page .section3 .form_men {
    position: relative;
  }
  .template_page .section3 .form_men:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: url(../img/back/back_promo_form_mob.jpg) no-repeat bottom center;
    width: 100vw;
    height: 929px;
    left: -5vw;
  }
  .template_page .section3 .fotomen {
    display: block;
    position: relative;
    height: 320px;
    right: auto;
    margin: 0 auto;
  }
  .template_page .section3 .fotomen img {
    margin: 0 auto;
  }
  .rightblue {
    width: 350px;
  }
  .form.form_blue {
    width: 350px;
  }
  .single-post .section1 {
    background: url(../img/back/back_2str_mob.jpg) no-repeat top center;
  }
  .single-post .section1 h1 {
    text-align: center;
    font-size: 40px;
  }
  .single-post .section1 .bullit_b1 {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-post .section1 .the_content_wrap .the_content {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    border-radius: 30px;
    padding: 0 5%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .single-post .section1 .div_video {
    width: 100%;
    height: 53vw;
  }
  .single-post .bullit_section {
    padding: 15px 0 55px;
  }
  .single-post .bullit_section .bullit_b1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-post .bullit_section .bullit_b1 li {
    margin: 0;
    width: 50%;
    margin-bottom: 30px;
  }
  .single-post .section_persdisc {
    z-index: 3 !important;
  }
  .single-post .section_persdisc .title {
    font-size: 37px;
  }
  .single-post .section_persdisc .sub_title {
    font-size: 21px;
  }
  .single-post .section_persdisc .wrapper {
    padding-bottom: 30px;
  }
  .single-post .div_video {
    width: 100%;
    height: 53vw;
  }
  .single-post .section_content {
    padding-top: 35px;
  }
  .single-post .section_content .title {
    font-size: 22px;
    line-height: 1.2;
  }
  .single-post .the_content_wrap.videodiv {
    padding-top: 80px;
  }
  .single-post .the_content_wrap .scroll_link_down {
    margin-top: 20px;
  }
  .single-post .the_content_wrap .scroll_link_down.hidden_desc {
    display: inline-block;
  }
  .single-post .the_content_wrap .scroll_link_down.hidden_mob {
    display: none;
  }
  .single-post .wrapper_price2, .single-post .btn_down {
    text-align: center;
  }
  .single-post .type_2tr {
    width: 100%;
    margin-right: 0;
  }
  .single-post .wrapper_table {
    display: block;
  }
  .single-post .wrapper_table .rightblue {
    margin: 0 auto 30px;
  }
  .single-post .section4_1 .paralax_wrap {
    display: none;
  }
  .single-post .section_fotogallegy {
    padding: 30px 0 70px;
  }
  .single-post .section_fotogallegy h2 {
    margin-bottom: 100px;
  }
  .single-post .section_fotogallegy .slider_foto {
    max-width: 450px;
  }
  .single-post .section_fotogallegy .slider_foto .slick-arrow {
    top: -80px;
  }
  .single-post .section_fotogallegy .slider_foto .slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .single-post .section_fotogallegy .slider_foto .slick-arrow.slick-next {
    right: calc(50% - 70px);
  }
  .single-post .section_fotogallegy .foto_div.slick-active .foto_div_in {
    width: 423px;
  }
  .single-post .section_fotogallegy .foto_div_in {
    width: 423px;
  }
  .section_type_skv .bullit_skv li {
    padding-right: 20px;
    padding-left: 40px;
    background-size: 30px auto;
    margin-bottom: 30px;
  }
  .section_type_skv .bullit_skv li span {
    font-size: 28px;
  }
  table .tr_head td, table tr:first-child td {
    padding: 8px 5px;
  }
  table .tr_head td:first-child, table tr:first-child td:first-child {
    padding-left: 12px;
  }
  table .tr td, table tr td {
    padding: 8px 5px;
  }
  table .tr td:first-child, table tr td:first-child {
    padding-left: 12px;
  }
  .section_plashki .paralax_kust4 {
    display: none;
  }
  .section_tabs_2str .tabClick {
    font-size: 20px;
  }
  .section_tabs_2str .tabClick:before {
    display: none;
  }
  .section_tabs_2str .contenttab.flex_wrap {
    width: 100%;
  }
  .section_tabs_2str .paralax_wrap.wrapper {
    display: none;
  }
  .section_tabs_2str .tab_proj_content {
    height: auto;
  }
  .section_tabs_2str .tab_proj_content .tabCont {
    height: 0;
  }
  .section_tabs_2str .tab_proj_content .tabCont.active {
    height: auto;
  }
  .section_tabs_2str .tab_proj_content .tabCont .bottom_text {
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0;
    margin-bottom: 30px;
  }
  .section_tabs_2str .tab_proj_content .tabCont .bottom_text .foto {
    height: auto;
    width: 100%;
    max-width: 400px;
    position: relative;
  }
  .section_tabs_2str .tab_proj_content .tabCont .bottom_text .foto img {
    height: auto;
    width: 100%;
  }
  .section_tabs_2str .tab_proj_content .contenttab {
    text-align: left;
  }
  .section_tabs_2str .tabClick {
    border-radius: 20px;
    height: 104px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .section_tabs_2str .tabClick .img_ico {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 78px;
    height: 78px;
    margin-right: 15px;
  }
  .section_tabs_2str .tabClick .img_ico img {
    border-radius: 50%;
    width: 78px;
    height: 78px;
  }
  .section_tabs_2str .tabClick.active .toggle {
    color: #c0e0ff;
  }
  .section_tabs_2str .tabClick .toggle {
    font-size: 16px;
    color: #575757;
    font-weight: 500;
    border-bottom: none;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .section_tabs_2str .tabClick .toggle span {
    border-bottom: none;
  }
  .text_block_var2 h2 {
    text-align: center;
    margin: 0 auto 50px;
    font-size: 36px;
  }
}

@media screen and (max-width: 710px) {
  .page-template-about_company .section_dop .paralax_bur2 {
    top: 80px;
    right: -120px;
  }
  .page-template-about_company .section_dop .galereya_tehniki {
    width: 100%;
    max-width: 310px;
  }
  .page-template-about_company .section_dop .galereya_tehniki .slick-list {
    overflow: visible;
  }
  .page-template-about_company .section_dop .galereya_tehniki .tehnik_wrap {
    opacity: 0.3;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .page-template-about_company .section_dop .galereya_tehniki .tehnik_wrap.slick-active {
    opacity: 1;
  }
  .page-template-depth_map .section2_r .catalog_rev, .single-post .section2_r .catalog_rev {
    max-width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .section_seo .type2 {
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }
  .section_seo .type2_div {
    margin: 0 auto 50px;
  }
  .template_page .bulit .li_bulit {
    margin: 0 24px 20px;
  }
  .template_page .bulit .li_bulit:nth-child(n + 4) {
    margin-left: 0;
  }
  .template_page .bulit .li_bulit:nth-child(n + 5), .template_page .bulit .li_bulit:nth-child(n + 6) {
    margin-left: 24px;
  }
  .template_page .bulit .li_bulit:nth-child(3n) {
    margin-right: 0;
  }
  .template_page .bulit .li_bulit:nth-child(4n), .template_page .bulit .li_bulit:nth-child(5n) {
    margin-right: 24px;
  }
  .single-post .section1 .bullit_b1 li {
    display: block;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 25px 15px;
    /* &:last-child{
					margin-right: 25px;
				} */
  }
  .single-post .section1 .bullit_b1 li:first-child {
    margin-left: 0px;
  }
  .single-post .section1 .bullit_b1 li .ico {
    margin-right: 0;
    margin-bottom: 5px;
    height: 46px;
  }
}

@media screen and (max-width: 668px) {
  .page-template-about_company .section_liczenz .slider_sert {
    width: 100%;
    max-width: 310px;
  }
  .section_uswork #slider_ourwork {
    width: 100%;
    max-width: 310px;
  }
  .section_uswork #slider_ourwork .slick-list {
    overflow: visible;
  }
  .page-template-promotions.post-type-archive-stati .section2 {
    padding-top: 24px;
    margin-bottom: 20px;
    background: none;
  }
  .page-template-promotions .article {
    width: 100%;
    margin: 0 0 16px;
    font-size: 22px;
    padding-bottom: 20px;
  }
  .page-template-promotions .article_wrap {
    width: 100%;
    max-width: 344px;
    padding-bottom: 30px;
  }
  .page-template-promotions .article .img {
    height: 210px;
  }
  .page-template-promotions .article .button {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 640px) {
  .template_page .article {
    max-width: 424px;
    width: 100%;
    margin: 0 0 21px;
  }
  .template_page .article_wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .template_page .article .img {
    height: 230px;
  }
}

@media screen and (max-width: 768px) and (min-width: 621px) {
  .page-template-depth_map .the_content_wrap {
    width: 100vw;
    margin-left: -5vw;
  }
}

@media screen and (max-width: 620px) {
  .section4_1 .bullit_b4 li {
    width: 50%;
  }
  .page-template-contacts .the_content {
    width: 100vw;
    max-width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .page-template-promotions .the_content {
    width: 100vw;
    max-width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

@media screen and (max-width: 600px) {
  .home .section1 .bullit_b1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .section1 .bullit_b1 li {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 30px;
  }
  .home .section1 .bullit_b1 li:nth-child(2n) {
    margin-right: 0;
  }
  .home .section1 .bullit_b1 li .ico {
    width: 37px;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .home .section1 .bullit_b1 li .ico img {
    max-width: 100%;
    height: auto;
  }
  .section_type_skv .image {
    width: 100%;
  }
  .section_type_skv .image img {
    max-width: 379px;
    width: 100%;
  }
  .section_type_skv .bullit_skv li {
    padding-left: 50px;
    background-size: 40px auto;
    background-position: left 5px;
    padding-right: 0px;
    width: 100%;
    min-height: 61px;
  }
  .section_type_skv .bullit_skv li span {
    font-size: 25px;
  }
  .single-post .alignright, .single-post .alignleft {
    float: none;
    margin: 0px auto 20px;
    text-align: center;
    display: block;
    max-width: 100%;
  }
  .single-post .citat_wrap {
    margin-top: 0;
  }
  .single-post .freebur .bullit_b1 {
    max-width: 300px;
    margin: 0 auto;
  }
  .single-post .freebur .bullit_b1 li {
    width: 100%;
  }
  .text_block_var2 .yellow_title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 560px) {
  .home h1 {
    font-size: 35px;
  }
  .type_skv {
    padding-top: 60px;
  }
  .type_skv h4, .type_skv h3 {
    left: 0;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    white-space: normal;
    width: 100%;
    display: block;
    line-height: 1.2;
  }
  .type_skv h4:before, .type_skv h3:before {
    height: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 10px 0;
    top: -10px;
  }
  .section4_1 .wrapper_table {
    width: 100%;
  }
  .section_seo h3 {
    display: block;
    line-height: 1.1;
  }
  .section_seo h3:before {
    height: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 10px 0;
    top: -10px;
  }
  .section_dop h2 {
    margin-bottom: 20px;
  }
  .section_dop .doplink ul {
    margin-left: 0;
    margin-right: 0;
  }
  .section_dop .doplink .linkdiv {
    margin: 5px 0 15px 0;
  }
  .page-template-contacts .contact_info_wrap .contacts_div.socset p {
    word-break: break-word;
  }
  .page-template-reviews h1 {
    margin-top: 40px;
    font-size: 40px;
  }
  .page-template-reviews .the_content {
    font-size: 18px;
    max-width: 230px;
    margin-top: 10px;
  }
  .page-template-reviews .reviews {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-about_company .slider_people {
    width: 100%;
    max-width: 270px;
  }
  .page-template-about_company .slider_people .slick-list {
    overflow: visible;
  }
  .wrapper_table .citata {
    margin-left: 0;
    margin-right: 0;
  }
  .citata {
    padding: 160px 15px 15px;
    margin-top: 110px;
    background-image: url("../img/back/back_citata_mob.jpg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #3C89D3;
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .citata_text {
    background: #fff;
    padding: 70px 10px 15px 15px;
  }
  .citata_text:before {
    left: 15px;
    top: -20px;
  }
  .citata_men {
    bottom: auto;
    top: -70px;
    left: 40px;
    height: auto;
  }
  .citata_men .img {
    height: 230px;
  }
  .citata .aboutchel {
    left: 0;
    text-align: left;
    max-width: 300px;
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .page-template-reviews .citata_text {
    padding: 70px 10px 15px 15px;
  }
  .page-template-our_work .section_2uswork .wrapper {
    width: 100%;
  }
  .page-template-our_work .section_2uswork .wrapper_map {
    padding: 0 25px;
  }
  .page-template-our_work .section_2uswork ymaps {
    border-radius: 30px;
  }
  .page-template-our_work .section_2uswork #map_3 {
    height: 355px;
  }
  .page-template-our_work .section_2uswork .citata {
    margin-left: 0;
    margin-right: 0;
  }
  .freebur {
    /* background-size: 1190px;
				background-position: top left -330px;
				padding: 0 0;
				.left{
				    // padding-left: 0;
					padding: 12px 15px 55px;
				}
				.sub_title{
					text-align: center;
				}
				.title{
					text-align: center;
					margin-bottom: 10px;
					&:before{
					    position: relative;
						top: 0;
						margin: 15px auto 10px;
					}
				} */
  }
  .freebur .form.form_blue {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-bottom: 27px;
  }
  .freebur .form.form_blue form {
    max-width: 310px;
    margin: 0 auto;
  }
  .single-raion .citata .citata_text {
    padding: 70px 10px 15px 15px;
  }
  .single-raion .citata .citata_text:before {
    left: 15px;
  }
  .section_content .citat_st {
    text-align: center;
  }
  .section_content .citata .citata_text {
    padding: 70px 10px 15px 15px;
  }
  .section_content .citata .citata_text:before {
    left: 15px;
  }
  .section_content .citata .tar {
    text-align: center;
    margin-top: 20px;
  }
  .section_content .citata .aboutchel {
    text-align: left;
  }
  .template_page .wp-caption, .template_page table {
    width: 100vw !important;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .template_page .slider {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .template_page .slider .slick-arrow {
    top: calc(50% - 21px);
  }
  .template_page .slider .slick-arrow span {
    width: 42px;
    height: 42px;
    background-size: cover;
  }
  .template_page .slider .slick-arrow.slick-prev {
    left: 5vw;
  }
  .template_page .slider .slick-arrow.slick-next {
    right: 5vw;
  }
  .template_page .bulit {
    max-width: 460px;
  }
  .template_page .bulit .li_bulit {
    /* &:nth-child(n + 5), &:nth-child(n + 4), &:nth-child(n + 6){
					margin-left: 24px;
				} */
    /* &:nth-child(3n), &:nth-child(4n), &:nth-child(5n){
					margin-right: 24px;
				} */
  }
  .template_page .bulit .li_bulit:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 24px;
  }
  .template_page .bulit .li_bulit:nth-child(2n) {
    margin-right: 0;
    margin-left: 24px;
  }
  .single-post .section1 .bullit_b1 {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-post .section1 .bullit_b1 li {
    width: 50%;
    margin: 0 0 35px;
  }
  .single-post .type_2tr {
    margin-bottom: 30px;
  }
  .single-post .type_2tr table {
    margin-bottom: 0;
  }
  .wrapper_price2 {
    width: 100%;
  }
  .wrapper_price2 .citata {
    margin-left: 0;
    margin-right: 0;
  }
  .single-raion .wrapper_price2 {
    width: 100vw;
    margin-left: -5vw;
  }
  .type_2tr {
    overflow: scroll;
    margin-bottom: 30px;
  }
  .type_2tr table {
    width: 620px;
    margin-bottom: 0;
  }
  .cursor_table {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px 20px 10px 17px;
    margin-bottom: 20px;
    max-width: 342px;
    width: 90%;
    border-radius: 15px;
    background-color: white;
    -webkit-box-shadow: 0px 11px 32px 0px rgba(52, 52, 52, 0.17);
            box-shadow: 0px 11px 32px 0px rgba(52, 52, 52, 0.17);
    position: relative;
    z-index: 2;
    text-align: left;
    margin-left: 5%;
  }
  .cursor_table .ico_cursor_table {
    width: 64px;
    height: 51px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .cursor_table .ico_cursor_table img {
    width: 100%;
    height: auto;
  }
  .cursor_table:after {
    content: "";
    background-color: white;
    position: absolute;
    left: 156px;
    bottom: -8px;
    width: 31px;
    height: 31px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
  }
  table .tr_head td:first-child, table tr:first-child td:first-child {
    width: 130px;
  }
  .wrapper_table + .scroll_link_down {
    margin-top: 30px;
  }
  .single-post .section_fotogallegy .slider_foto {
    max-width: 100%;
  }
  .single-post .section_fotogallegy .foto_div.slick-active .foto_div_in {
    width: 95%;
  }
  .single-post .section_fotogallegy .foto_div_in {
    width: 95%;
    height: 270px;
  }
  .single-post .scroll_link_down.button.blue {
    margin-top: 30px;
    max-width: 95vw;
    height: auto;
    line-height: 1.3;
    padding: 13px 60px 17px 10px;
  }
  .single-post .scroll_link_down.button.blue:before {
    content: '';
    top: 0;
    height: 100%;
    vertical-align: middle;
    background: url(../img/str_bottom.png) no-repeat center;
    width: 40px;
    right: 0;
    padding: 0;
  }
}

@media screen and (max-width: 460px) {
  .home .section1 {
    padding-bottom: 40px;
  }
  .home .section1 .form {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-bottom: 27px;
  }
  .home .section1 .form form {
    max-width: 310px;
    margin: 0 auto;
  }
  .home .rightblue {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .home .form.form_blue {
    width: 100%;
    background-size: cover;
  }
  .home .form.form_blue form {
    max-width: 310px;
    margin: 0 auto;
  }
  .section_kviz .subh2 {
    font-size: 16px;
    padding: 11px 10px 10px 120px;
    margin-top: 25px;
  }
  .section_kviz .subh2 .people {
    display: block;
    height: 310px;
    left: -85px;
  }
  .section_kviz h2 {
    font-size: 29px;
  }
  .section_persdisc {
    background: url(../img/back/back_persdisc_mob.jpg) no-repeat top center;
  }
  .section_persdisc .title {
    font-size: 27px;
    margin-bottom: 16px;
  }
  .section_persdisc .sub_title {
    font-size: 18px;
  }
  .section_persdisc .form {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .section_persdisc .form form {
    max-width: 320px;
    margin: 0 auto;
  }
  .section_content .rightblue {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .section_content .rightblue .form {
    width: 100%;
    max-width: 350px;
  }
  .section_dop .left_textseo {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .section_dop .rightblue {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .section_dop .rightblue .form {
    width: 100%;
    max-width: 100%;
  }
  .section_dop .rightblue .form.form_blue {
    max-width: 100%;
    background-size: cover;
  }
  .single-raion .section_dop .left_textseo {
    width: 100vw;
  }
  .page-template-reviews .section2_r {
    padding-bottom: 0;
  }
  .section2_r + .section_garantii {
    margin-top: 0;
  }
  .page-template-about_company .section_dop {
    padding-bottom: 20px;
  }
  .page-template-about_company .section_dop .galereya_tehniki2 {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-about_company .section_dop .tehnik2 {
    margin: 0 0 50px;
    width: 100%;
    max-width: 427px;
    padding: 30px 14px 18px;
    height: auto;
  }
  .page-template-about_company .section_dop .tehnik2 .kartinka {
    height: 200px;
    margin-bottom: 11px;
  }
  .page-template-our_work .section_uswork .slider_uswork {
    max-width: 380px;
    width: 100%;
  }
  .page-template-our_work .section_uswork .slider_uswork .foto_big {
    height: 216px;
  }
  .page-template-our_work .section_uswork .slider_uswork .mini_fotos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-template-our_work .section_uswork .slider_uswork .mini_foto {
    width: 31%;
    height: 70px;
    margin: 0 3px 5px;
  }
  .page-template-our_work .section_uswork .slider_uswork .info2 {
    width: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 20px;
    margin: 22px auto 0;
  }
  .page-template-our_work .section_uswork .slider_uswork .info2 .glubina {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 16px;
  }
  .page-template-our_work .section_uswork .slider_uswork .info2 .glubina .b {
    font-size: 41px;
    margin-left: 10px;
  }
  .page-template-our_work .section_uswork .info_wrap {
    display: block;
  }
  .page-template-promotions .section3 {
    background-position: top center;
    padding-bottom: 10px;
  }
  .page-template-promotions .section3 .citat_text_form {
    width: 100%;
  }
  .page-template-promotions .section3 .bullit_bf {
    font-size: 16px;
  }
  .page-template-promotions .section3 .bullit_bf br {
    display: none;
  }
  .page-template-promotions .section3 .form_right .form {
    width: 100vw;
    max-width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .page-template-promotions .section3 .form_right .form form {
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
  }
  ul.page-numbers {
    width: 288px;
  }
  ul.page-numbers a.prev.page-numbers {
    position: absolute;
    bottom: -50px;
    left: 85px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid rgba(67, 163, 255, 0.471);
  }
  ul.page-numbers a.next.page-numbers {
    position: absolute;
    bottom: -50px;
    right: 85px;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid rgba(67, 163, 255, 0.471);
  }
  ul.page-numbers li {
    background: none;
    /* &:content(){
			} */
  }
  ul.page-numbers li:nth-child(1) {
    border-left: none;
  }
  ul.page-numbers li:nth-child(1) .page-numbers.current {
    border-left: 1px solid rgba(67, 163, 255, 0.471);
  }
  ul.page-numbers li:nth-last-child(2) {
    border-radius: 0 0 0 0;
  }
  ul.page-numbers li:nth-last-child(2) a {
    border-radius: 0 0 0 0;
  }
  ul.page-numbers li:nth-last-child(2).last_child {
    border-radius: 0 5px 5px 0;
  }
  ul.page-numbers li:nth-last-child(2).last_child a {
    border-radius: 0 5px 5px 0;
  }
  ul.page-numbers li:last-child {
    border-left: none;
  }
  ul.page-numbers li:last-child .page-numbers.current {
    border-radius: 0 5px 5px 0;
  }
  .paged ul.page-numbers li:nth-child(2) {
    border-radius: 5px 0 0 5px;
  }
  .paged ul.page-numbers li:nth-child(2) a {
    border-radius: 5px 0 0 5px;
  }
  .section_content .rightblue, .section_content .rightblue.hidden_desc {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .section_content .form {
    width: 100%;
  }
  .section_content .form.form_blue {
    max-width: 100%;
    background-size: cover;
  }
  .section_content .form.form_blue form {
    max-width: 310px;
    margin: 0 auto;
  }
  .template_page .article_wrap {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .template_page .article {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .template_page .article .img {
    height: 230px;
  }
  .template_page .rightblue.hidden_desc {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .template_page .form {
    width: 100%;
  }
  .template_page .form.form_blue {
    max-width: 100%;
    background-size: cover;
  }
  .template_page .form.form_blue form {
    max-width: 310px;
    margin: 0 auto;
  }
  .wrapper_price2 .rightblue {
    width: 100vw;
    /* margin-left: -5vw;
			margin-right: -5vw; */
  }
  .wrapper_price2 .form {
    width: 100%;
  }
  .wrapper_price2 .form.form_blue {
    max-width: 100%;
    background-size: cover;
  }
  .wrapper_price2 .form.form_blue form {
    max-width: 310px;
    margin: 0 auto;
  }
  .page-template-faq .question_wrap {
    padding: 15px 35px 15px 15px;
  }
  .page-template-faq .answer {
    padding: 0px 15px;
  }
  .page-template-faq .answer.open {
    padding: 20px 15px 15px;
  }
  .page-template-faq .rightblue {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .page-template-faq .rightblue .form {
    width: 100%;
    max-width: 100%;
  }
  .page-template-faq .rightblue .form.form_blue {
    max-width: 100%;
    background-size: cover;
  }
}

@media screen and (max-width: 425px) {
  .home h1 {
    display: block;
    width: 290px;
    margin: 0 auto 20px;
    padding-top: 15px;
  }
  .home h1:before {
    background: url(../img/back/h1.png);
    width: 352px;
    height: 91px;
    padding: 0;
    left: -31px;
    top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-repeat: no-repeat;
  }
  .tab_proj_content .tabCont .button {
    padding: 20px 20px 0;
    font-size: 16px;
  }
  .section_process .paralax_wrap {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  .page-template-promotions.post-type-archive-stati .section1 {
    background: #F6F8FE url(../img/back/back_stati_mob.jpg) no-repeat top center;
  }
  .page-template-promotions.page-template-depth_map .section1 {
    background-size: auto auto;
  }
  .page-template-promotions .section2 .promod {
    width: 100%;
  }
  .page-template-promotions .section2 .promod .img {
    height: 157px;
  }
  .page-template-promotions .section2 .promod .data {
    padding: 16px 5px;
  }
  .page-template-promotions .section2 .promod .title {
    font-size: 20px;
  }
  .page-template-promotions .section3 {
    background-position: top center;
    padding-bottom: 10px;
    /* .form_right{
				.form{
					max-width: 355px;
					width: 100%;
				}
			} */
  }
  .page-template-promotions .section3 .citat_text_form {
    width: 100%;
  }
  .page-template-promotions .section3 .bullit_bf {
    font-size: 16px;
  }
  .page-template-promotions .section3 .bullit_bf br {
    display: none;
  }
  .single-raion .section1 a.button.blue.scroll_link {
    display: inline-block;
    padding: 0 45px 0 10px;
    font-size: 14px;
  }
  .section_plashki .plashki {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section_plashki .wrap_title {
    width: 100%;
    margin: 0;
  }
  .section_plashki .plashki_div {
    width: 100%;
    margin: 0 0px 55px;
  }
  .section_plashki .plashki_div div.button {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }
  .section_plashki .plashki_div .plashki_price {
    font-size: 22px;
    background: none;
    padding-left: 0;
    white-space: nowrap;
  }
  .section_plashki .plashki_div .plashki_price span {
    font-size: 27px;
  }
}

@media screen and (max-width: 390px) {
  .home .text_about {
    font-size: 19px;
    width: 310px;
    margin: 20px auto 0;
  }
  .section4_price .div_truba {
    width: 100%;
    padding: 20px 8px 20px;
  }
  .section4_price .div_truba .image {
    width: 100%;
  }
  .section_uswork #slider_ourwork {
    margin: 0;
  }
  .section_uswork #slider_ourwork .slider_uswork {
    margin: 0;
  }
  .section_uswork #slider_ourwork .slick-slide {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  .section_uswork #slider_ourwork .slick-slide.slick-active {
    opacity: 1;
  }
  .section_uswork #slider_ourwork .slick-slide.slick-active + .slick-slide {
    opacity: 0.9;
  }
  .section_uswork #slider_ourwork .slick-arrow.slick-prev {
    left: calc(50% - 75px);
  }
  .section_uswork #slider_ourwork .slick-arrow.slick-next {
    right: calc(50% - 75px);
  }
  .page-template-about_company .slider_people {
    margin: 0;
  }
  .page-template-about_company .slider_people .people {
    margin: 0;
  }
  .page-template-about_company .slider_people .slick-arrow.slick-prev {
    left: calc(50% - 55px);
  }
  .page-template-about_company .slider_people .slick-arrow.slick-next {
    right: calc(50% - 95px);
  }
  .page-template-about_company .section_liczenz .slider_sert {
    margin: 0;
  }
  .page-template-about_company .section_liczenz .slider_sert .sert_div_in {
    margin: 0;
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-prev {
    left: calc(50% - 50px);
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-next {
    right: calc(50% - 80px);
  }
  .page-template-about_company .section_dop .galereya_tehniki {
    margin: 0 0 50px;
  }
  .page-template-about_company .section_dop .galereya_tehniki .tehnik {
    margin: 0;
  }
  .page-template-about_company .section_dop .galereya_tehniki .slick-slide.slick-active + .slick-slide {
    opacity: 1;
  }
  .page-template-depth_map .section2_r .catalog_rev, .single-post .section2_r .catalog_rev {
    max-width: 340px;
    margin: 0;
    width: 100%;
  }
  .page-template-depth_map .section2_r .catalog_rev .reviews, .single-post .section2_r .catalog_rev .reviews {
    width: 95%;
    max-width: 324px;
    margin: 0;
  }
  .page-template-depth_map .section_persdisc, .single-post .section_persdisc {
    background-size: auto auto;
  }
  .page-template-depth_map .section_persdisc .wrapper, .single-post .section_persdisc .wrapper {
    padding-bottom: 0px;
  }
  .citata .aboutchel {
    max-width: 240px;
  }
}

@media screen and (max-width: 360px) {
  .section4_1 .tr {
    padding: 10px 5px 10px 5px;
    font-size: 12px;
  }
  .section4_1 .td {
    font-size: 12px;
  }
  .section4_1 .td_city {
    width: 100px;
    margin-right: 5px;
  }
  .section4_1 .td_glskv {
    width: 74px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 8px;
  }
  .section4_1 .td_price {
    width: 40px;
    margin-right: 12px;
  }
  .section4_1 .td_link {
    font-size: 12px;
  }
  .citata_text {
    font-size: 18px;
  }
  .page-template-promotions h1 {
    font-size: 34px;
  }
  .section_garantii .button {
    max-width: 309px;
    width: 100%;
  }
  .page-template-about_company .work_area .geo_comp {
    font-size: 18px;
  }
  .page-template-about_company .section_dop h4 {
    font-size: 29px;
  }
  .section_content.template_page h2 {
    font-size: 30px;
  }
  .single-post .section_fotogallegy .foto_div.slick-active .foto_div_in {
    width: 98%;
  }
  .single-post .section_fotogallegy .foto_div_in {
    width: 98%;
    height: 250px;
  }
}

@media screen and (max-width: 355px) {
  .freebur .left {
    padding: 12px 15px 25px;
  }
  .freebur .title {
    font-size: 25px;
  }
  .template_page .bulit .li_bulit {
    margin: 0 14px 20px;
  }
  .template_page .bulit .li_bulit:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: 14px;
  }
  .template_page .bulit .li_bulit:nth-child(2n) {
    margin-right: 0;
    margin-left: 14px;
  }
}

@media screen and (max-width: 340px) {
  .wrapper {
    width: 95%;
  }
  .form, .rightblue, .form.form_blue {
    width: 100%;
  }
  .section_dop .doplink .linkdiv {
    width: 100%;
  }
  .section_dop .left_textseo, .section_dop .rightblue {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .home .section1 .form {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .home .rightblue {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .section_content .rightblue {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .page-template-contacts #map, .page-template-promotions #map {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .page-template-contacts .the_content, .page-template-promotions .the_content {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .page-template-contacts .the_content, .page-template-promotions .the_content {
    font-size: 16px;
  }
  .page-template-promotions .section3 .form_right .form {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  header {
    /* .menu_min {
			width: 26px;
			height: 26px;
			span{
				display: none;
			}
		} */
  }
  header .phone a {
    font-size: 15px;
  }
  .citata {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .section2_r .reviews {
    font-size: 16px;
  }
  .section2_r .reviews .div_rev {
    height: 155px;
    margin-bottom: 15px;
  }
  .section_seotext .wrapper_content {
    font-size: 16px;
  }
  .h3 {
    font-size: 30px;
  }
  .section_persdisc .form {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .page-template-about_company .section_liczenz .slider_sert {
    margin: 0 auto;
  }
  .page-template-about_company .section_liczenz .slider_sert .sert_div_in {
    margin: 0 auto;
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-prev {
    left: calc(50% - 70px);
  }
  .page-template-about_company .section_liczenz .slider_sert .slick-arrow.slick-next {
    right: calc(50% - 70px);
  }
  .freebur .form.form_blue {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .template_page .section3 .form_men:before {
    left: -2.5vw;
  }
  .template_page .article_wrap, .template_page .wp-caption, .template_page table, .template_page .slider {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .template_page .slider .slick-arrow.slick-prev {
    left: 2.5vw;
  }
  .template_page .slider .slick-arrow.slick-next {
    right: 2.5vw;
  }
  .section_content .table_of_contents {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .section_content .rightblue.hidden_desc {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .single-post .section1 .the_content_wrap .the_content {
    padding: 20px 2.5% 0;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .cursor_table {
    margin-left: 2.5%;
    width: 95%;
    font-size: 15px;
  }
  .wrapper_price2 {
    width: 100%;
  }
  .single-raion .wrapper_price2 {
    margin-left: -2.5vw;
  }
  .page-template-faq .rightblue {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
}

@media screen and (max-width: 320px) {
  header .menu_min {
    width: 26px;
    height: 26px;
  }
  header .menu_min span {
    display: none;
  }
  header .menu.open li {
    font-size: 16px;
    line-height: 1.9;
  }
  .h3 {
    font-size: 26px;
  }
  .tab_proj_content .title {
    width: 100%;
  }
  .citata .aboutchel {
    max-width: 240px;
    width: 100%;
    text-align: center;
  }
  .single-post .bullit_section {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) and (min-height: 640px) {
  header .menu.open li {
    font-size: 18px;
    line-height: 2.1;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  /* стили для горизонтальной */
  /* html, body{
		min-width: 960px;
	} */
}
