@font-face {
  font-family: 'TildaSans';
  src: url('fonts/TildaSans-VF.ttf');
  src: local('☺'),
  url('fonts/TildaSans-VF.ttf') format('truetype');
   font-display: swap;
  }
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none;
}
html{scroll-behavior:smooth}

body{
	font-family: 'TildaSans', sans-serif;
	line-height: normal;
	-webkit-text-size-adjust: 100%;
	color: #181818;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: #fff;
}
body.overflow-hidden {
  overflow: hidden;
}

a{
  color: #181818;
  text-decoration: underline;
}
a:hover{
  color: #f27130;
   text-decoration: none;
}
a[href^="tel"]{
	text-decoration:underline;
}
button{
	outline:0
}
ol,ul{
	list-style:none
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{
	-webkit-appearance:none;
	appearance:none;
	border-radius:0
}
input[type="search"]{
	-webkit-appearance:textfield
}
table{
	border-collapse:collapse;
	border-spacing:0
}
th,td{
	padding:2px
}
h1 {
font-weight: 300;
  font-size: 80px;
  line-height: 85%;
  letter-spacing: -0.05em;
  color: #181818;
}

h2 {
font-weight: 400;
font-size: 60px;
letter-spacing: -0.02em;
text-transform: uppercase;
    margin-bottom: 50px;
}
h2 span {
	font-weight: 700;
}
p {
	padding-bottom: 10px;
}
img {max-width: 100%;}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}

#wrapper {
	overflow: hidden;
}



@media (min-width: 768px){
    .section,.section_inner {
       padding: 0px 30px;
    }
}

@media (min-width: 991.98px) {
    .section,.section_inner {
        padding: 0 30px;
    }
}

@media (min-width: 1199.98px){
    .section {
        padding: 0 calc(50vw - 560px);
    }
}

@media (min-width: 1599.98px){
    .section {
		padding: 0 calc(50vw - 729px);
    }
    .section_inner {
      padding: 0 calc(50vw - 749px);
    }
}
@media (max-width: 767.98px){
    .section,.section_inner{
        padding: 0 20px;
    }
}
.section {
	position: relative;
}
.row {
	display:flex;
	flex-wrap:wrap;
}
.grid {
  display: grid;
}
.grid2 {
  grid-template-columns: 1fr 1fr;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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-arrow.slick-hidden {
    display: none;
}

/*end slick*/
#header {
*overflow: hidden;
  position: relative;

}
#header.fixed .top_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: 20;
  border-bottom: none;
  transition: top .6s;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 30px 30px;
}
#header.fixed .top_header_inner {
  border-bottom: 1px solid transparent;
}
body:not(.home) #content.header_fixed {
     margin-top: 120px;
}
body:not(.home) #wrapper > .block_black {
 padding: 30px 20px 0px 20px;
}
body:not(.home) #header {
 border-radius: 30px 30px 0 0;
}
.fancybox-slide--html .fancybox-content iframe {
	width: 100%;
}
.fancybox-slide--html .fancybox-content  {
	padding: 0;
	width: 90%;
   max-width  : 90%;
    max-height : 90%;
    margin: 0;    
    background: none;
}

#logo img {
  height: auto;
}

.phone a {
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  color: #2b2b2b;
  text-decoration: none;
  display: block;
}
.top_header_inner {
  padding: 24px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c3c3c3;
}
.header_contact {
  gap: 42px;
  align-items: center;
}
.soc {
  justify-content: space-between;
  gap: 6px;
}
.soc > a {
  text-indent: -9999px;
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.soc .tg{
 background: url(images/Telegram.svg) no-repeat center;
 background-size: 100%;
}
.soc .max{
   background: url(images/max.svg) no-repeat center;
   background-size: 100%;
}
.soc .vk{
   background: url(images/VK.svg) no-repeat center;
   background-size: 100%;
}

a.open_modal {
padding: 20px 80px 20px 24px;
  background: #2b2b2b;
  border-radius: 30px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: normal;
  text-decoration:none;
  transition: all 0.5s;
}
a.open_modal:after {
content: '';
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.41389 8.00001L4.27582 13.1381L3.33301 12.1953L7.52827 8.00001L3.33301 3.80475L4.27582 2.86194L9.41389 8.00001Z' fill='%23262626' /%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0797 8.00001L7.94159 13.1381L6.99878 12.1953L11.194 8.00001L6.99878 3.80475L7.94159 2.86194L13.0797 8.00001Z' fill='%23262626' /%3e%3c/svg%3e");
  width: 47px;
  height: 47px;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 100%;
  position: absolute;
  right: 9px;
  top: 6px;
  background-position: center;
}
a.open_modal:hover {
	background: #f27130;
}

.link_page {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #2b2b2b;
position: relative;  
text-decoration:none;
}
a.link_page:after {
content: '';
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.41389 8.00001L4.27582 13.1381L3.33301 12.1953L7.52827 8.00001L3.33301 3.80475L4.27582 2.86194L9.41389 8.00001Z' fill='%23262626' /%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0797 8.00001L7.94159 13.1381L6.99878 12.1953L11.194 8.00001L6.99878 3.80475L7.94159 2.86194L13.0797 8.00001Z' fill='%23262626' /%3e%3c/svg%3e");
  width: 16px;
  height: 16px;
  position: absolute;
  right: -22px;
  top: 5px;
}

.burger {
	display:none;
	width: 25px;
	height: 14px;
	background: url(images/burger.svg) no-repeat center left;
	cursor: pointer;
}
.burger.active {
	width: 20px;
	height: 20px;
	background: url(images/close.svg) no-repeat center;
}

#menu ul  {
display: flex;
column-gap: 40px;
}
#menu ul li {
	display: inline-block;
}

#menu ul li a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  color: #362706;
}

#menu ul  {
display: flex;
}
#menu ul > li {
	display: inline-block;
  position: relative;
}
#menu > div > ul > li.active > a,
#menu > div > ul > li:hover > a,
#menu ul.sub-menu li:hover > a,
#menu ul.sub-menu li.active > a {
  color: #6AA64C;
}
#menu > div > ul > li > a {
text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #111827;
    display: block;
	padding: 20px 0;
}
#menu > div > ul > li.menu-item-has-children > a:after {
  content:'';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.773 3.7125L8.4855 0L9.546 1.0605L4.773 5.8335L0 1.0605L1.0605 0L4.773 3.7125Z' fill='%23111827' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  position: relative;
  width: 10px;
  height: 6px;
      display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
#menu ul.sub-menu {
  display: block;
      transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: .3s linear;
    visibility: hidden;
    opacity: 0;
background: #fff;
    border-radius: 20px;
    text-align: left;
    padding: 16px 30px;
    width: 335px;
    left: 0px;
    *top: calc(100% + 12px);
    position: absolute;
    z-index: 1;
}
#menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}
#menu ul.sub-menu li {
	display: block;
      border-bottom: 1px solid #d7dde5;
}
#menu ul.sub-menu li:last-child {
  border-bottom: none;
}
#menu ul.sub-menu a {
text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #111827;
    padding: 12px 0px;
    display: block;
}


.block_black {
background: #2b2b2b;
padding: 30px 20px;
}
.block_gray {
  background: #f5f5f5;
  border-radius: 30px;
}

.one_screen_inner {
  gap: 68px;
  padding-top: 50px;
  padding-bottom: 70px;
}
.one_screen_wrap {
  width: calc(44% - 68px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.one_screen_img {
  width: 56%;
  position: relative;
  height: 620px;
  border-radius: 20px;
  overflow: hidden;
}
.one_screen_img video,
.one_screen_img img,
.one_screen_img iframe{
width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  display: block;
}
h1.one_screen_title {
margin-bottom: 50px;
}
h1.one_screen_title b,
h1.one_screen_title span {
font-weight: 700;
}
.one_screen_desc {
  line-height: 110%;
  padding: 0 0 150px 0;
}
.one_screen_desc ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.one_screen_desc li {
  position: relative;
  padding: 0 0 0 42px;
  font-size: 18px;
}
.one_screen_desc {
  font-size: 18px;
}
.one_screen_desc li:before{
content: '';
  width: 30px;
  height: 32px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.one_screen_desc li:first-child:before{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='13' cy='13' r='13' fill='%23C2C2C2' /%3e%3cpath d='M13 7.5V13L16.5 16.5' stroke='%23F5F5F5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.one_screen_desc li:nth-child(2):before{
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='32' viewBox='0 0 26 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.75 30.25C16.5833 28.7237 24.25 24.3482 24.25 19.057V6.33772C18.4256 6.11636 16.0326 4.84566 12.75 1.25C9.43641 4.90601 6.8505 6.06506 1.25 6.33772V19.057C1.24994 25.3808 12.75 30.25 12.75 30.25Z' fill='%23C2C2C2' /%3e%3cpath d='M24.25 19.057C24.25 24.3482 16.5833 28.7237 12.75 30.25C12.75 30.25 1.24994 25.3808 1.25 19.057M24.25 19.057C24.25 13.7658 24.25 8.3728 24.25 6.33772M24.25 19.057V6.33772M24.25 6.33772C18.4256 6.11636 16.0326 4.84566 12.75 1.25C9.43641 4.90601 6.8505 6.06506 1.25 6.33772M1.25 6.33772C1.25 6.33772 1.25005 13.9693 1.25 19.057M1.25 6.33772V19.057' stroke='%23C2C2C2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3cpath d='M6.25 15.3026L10.75 19.8816L18.25 12.25' stroke='%23F5F5F5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.one_screen_desc li:nth-child(3):before{
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 28H6V15H1L15 1L29 15H23.5V28H18V23.5H12V28Z' fill='%23C2C2C2' stroke='%23C2C2C2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.one_screen_desc li:nth-child(4):before{
background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cmask id='mask0_184_65' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3e%3crect width='32' height='32' fill='url(%23pattern0_184_65)'/%3e%3c/mask%3e%3cg mask='url(%23mask0_184_65)'%3e%3crect width='32' height='32' fill='url(%23pattern1_184_65)'/%3e%3crect width='32' height='32' fill='%23C2C2C2'/%3e%3c/g%3e%3cdefs%3e%3cpattern id='pattern0_184_65' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_184_65' transform='scale(0.00195312)'/%3e%3c/pattern%3e%3cpattern id='pattern1_184_65' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_184_65' transform='scale(0.00195312)'/%3e%3c/pattern%3e%3cimage id='image0_184_65' width='512' height='512' preserveAspectRatio='none' xlink:href='data:image/png;base64,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'/%3e%3c/defs%3e%3c/svg%3e ");
}
.one_screen_button {
  display: flex;
  gap: 40px;
  align-items: center;
}


.box_pd {
  padding-top: 100px;
  padding-bottom: 100px;
}


#why {
  background: #2b2b2b;
}
h2.why_title {
	color: #f5f5f5;
	width: 34%;
  line-height: 1;
}

.why_video {
  gap: 42px;
  margin: 42px 0 0 0;
}
.why_desc {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #f5f5f5;
  width: 66%;
}
.why_desc ul {
	display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style-type:none;
counter-reset: li;
}
.why_desc li {
  flex: calc((100% - 18px*2)/3);
  position:relative;
  padding: 0 0 0 42px;
}
.why_desc li:before {
counter-increment: li;
content: '/'counter(li)'/';
font-weight: 400;
  font-size: 22px;
  color: #b4b4b4;
  position: absolute;
  left: 0;
} 
.why_video .item {
  flex: 0 0 calc((100% - 42px*2)/3);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}
.why_video .item a video,
.why_video .item a iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.why_video .item a{ 
height: 290px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.why_video .item div{
line-height: normal;
  margin-top: 16px;
}
.video_item {
	position:relative;
}
.video_item:before {
content: '';
  position: absolute;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 82px;
  height: 82px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.25 9.2287C17.9167 9.6136 17.9167 10.5759 17.25 10.9608L1.5 20.054C0.833335 20.4389 9.29828e-07 19.9578 9.63477e-07 19.188L1.75844e-06 1.00146C1.79208e-06 0.23166 0.833336 -0.249466 1.5 0.135434L17.25 9.2287Z' fill='%2312171B' /%3e%3c/svg%3e");
    background-position: 53% 53%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.video_item:after {
content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.vk_clip {
  margin: 120px 0 0;
}
.vk_video_rep {
	gap: 42px;
  margin: 42px 0 0 0;
}
.vk_video_rep .slick-list {
	margin: 0 -9px;
}
.vk_video_rep .item {
  flex: 0 0 calc((100% - 42px*3)/4);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}
.vk_video_rep .item div{
  padding: 12px 8px;
}
.vk_video_rep .item.slick-slide {
    margin: 0 18px;
}
.vk_video_rep .item a{
width: 100%;
  height: 100%;
  display: block;
}
.vk_video_rep .item iframe{
border-radius: 20px;
max-width: 100%;
}
.slick-dots {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 42px 0 0 0;
}
.slick-dots li button {
  background: #f5f5f5;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  text-indent: -9999px;
  opacity: 0.3;
  transition: all 0.3s;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
#home_catalog {
background: #2b2b2b;
  border-radius: 0 0 30px 30px;	
}
.catalog_title_box {
display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
  align-items: end;
}
.catalog_title_box h2{
margin: 0;
}
.catalog_inner {
	gap: 42px;
}
.proect_item {
  flex: 0 0 calc((100% - 42px*2)/3);
}
.proect_item_box {
background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-top: -30px;
  position: relative;
}
.proect_item_box h3 {
font-weight: 400;
  font-size: 24px;
}
.proect_item_box h3 a{
  letter-spacing: -0.02em;
  color: #2b2b2b;
  text-decoration: none;	
}
.proect_item_price_box {
  justify-content: space-between;
  align-items: center;
}
.proect_item_price {
  font-weight: 700;
}
.proect_img a,
.categories_items .proect_img {
	height: 290px;
  display: block;
}
.proect_img a img,
.proect_img img {
border-radius: 30px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.proect_item_meta {
  font-size: 18px;
  color: #979797;
  margin: 20px 0;
}
.proect_meta-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: 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;
	padding: 4px 0;
}
.proect_meta-title {
line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.proect_meta-title::after {
content: '';
  border-top: 2px dotted #ddd;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.proect_meta-title, .proect_meta-data {
    position: relative;
}
.proect_item_button {
  display: flex;
  justify-content: space-between;
}
.proect_item_button a.open_modal {
font-size: 14px;
  padding: 16px 30px;
}
.proect_item_button a.open_modal:after {
display:none;
}
.proect_item_button .link_page {
font-size: 14px;	
border: 1px solid #c3c3c3;
border-radius: 30px;
padding: 16px 30px;
}
.proect_item_button a.link_page::after {
display:none;	
}
.video_icon {
border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #ff7935;
  position: absolute;
  right: 33px;
  top: -20px;
}
.video_icon::before {
content: '';
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.25 9.2287C17.9167 9.6136 17.9167 10.5759 17.25 10.9608L1.5 20.054C0.833335 20.4389 9.29828e-07 19.9578 9.63477e-07 19.188L1.75844e-06 1.00146C1.79208e-06 0.23166 0.833336 -0.249466 1.5 0.135434L17.25 9.2287Z' fill='%2312171B' /%3e%3c/svg%3e");
    mask-repeat: repeat;
    mask-position-x: 0%;
    mask-position-y: 0%;
    mask-size: auto;
  mask-position: center;
  mask-size: 12px;
  background: #fff;
  width: 15px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
}

#catalog,
body:not(.home) .inner_page.block_black {
	padding: 0 20px 30px 20px;
}

body:not(.home) .inner_page .block_gray {
	border-radius: 0 0 30px 30px;
}
body:not(.home) .inner_page.block_black {
	border-radius: 0;
}
.reviews_inner h2,.about_desc2  h2,.about_desc4 h2,.sert h2,.gallery_video_inner h2,.white_title {
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #f5f5f5;
  text-transform: none;
  max-width: 70%;
  margin: 40px auto 100px;
}
.reviews_items {
  gap: 26px;
}
.reviews_ver {
margin-bottom: 80px;
} 
.reviews_ver .slick-prev {
  right: 70px;
}
.reviews_ver  .slick-next {
  right: 0;
}
.reviews_items .item {
  flex: 0 0 calc((100% - 26px*3)/4);
}
.reviews_items .video_item {
  height: 210px;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.reviews_items .video_item video,
.reviews_items .video_item iframe {
width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.reviews_items .item iframe {
border-radius: 30px;
}
.reviews_video_title {
	line-height: 100%;
  color: #f5f5f5;
  margin-top: 24px;
}

.benefis_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
}
.benefis_items .item{
padding: 42px;
max-width: 453px;
border-radius: 30px;
position: relative;
overflow: hidden;
}
.benefis_items .item a{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
position: absolute;
z-index: 1;
    padding: 0;
    background: none;
}
.benefis_items .item a:after{

content: '';
    width: 42px;
    height: 42px;
    top: 40px;
    right: 42px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.8141 0.500116L0.500372 11.8138M11.8141 0.500116V11.8138M11.8141 0.500116L0.500372 0.500116' stroke='white' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
    position: absolute;
    background-repeat: no-repeat;
    background-color: #2b2b2b;
}
.benefis_items .item:first-child{
background: url(images/orange.jpg) no-repeat center;
background-size: cover;
  grid-row: 1 / span 2;
  grid-column: 1;
}
.ben_item_title {
font-weight: 600;
font-size: 36px;
color: #f5f5f5;
line-height: 100%;
margin-bottom: 50px;
}
/*.benefis_items .item:first-child .ben_item_title {
  font-size: 80px;
  line-height: 80%;
  word-break: break-word;
  hyphens: auto;
  margin-bottom: 240px;
}*/
.benefis_items .item:nth-child(2){
background: #383838;
}
.benefis_items .item:first-child:after{
	content:'';
	width: 325px;
	height: 130px;
	position:absolute;
background: url(images/moneta.png) no-repeat bottom right;
right: 0;
  bottom: 0;
}
.benefis_items .item:nth-child(3){
background: url(images/orange.jpg) no-repeat bottom center;
background-size: cover;
}
.benefis_items .item:nth-child(3):after{
	content:'';
	width: 376px;
	height: 222px;
	position:absolute;
background: url(images/mishka.png) no-repeat bottom center;
right: 0;
  bottom: 0;
}
.benefis_items .item:last-child{
background: url(images/blue.jpg) no-repeat center;
background-size: cover;
  grid-column: 2 / span 2;
  max-width: 100%;
}
.benefis_items .item:last-child:after{
	content:'';
	width: 430px;
	height: 292px;
	position:absolute;
background: url(images/dom.png) no-repeat bottom center;
right: 0;
  bottom: 0;
      background-size: 100%;
}
.ben_item_desc img {
  background: #fff;
  padding: 20px;
  border-radius: 24px;
}

.gallery_inner {
  margin-bottom: 90px;
}
.gallery_items a,.gallery_v_items a {
  height: 414px;
  display: block !important;
}
.gallery_items img,
.gallery_v_items video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.gallery_video_inner  {
  margin: 100px 0 50px;
}
.slick-prev,
.slick-next {
width: 60px;
  height: 60px;
  background: #f27130;
  border-radius: 100%;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: -155px;
  right: 16%;
  cursor:pointer;
}
.slick-prev:hover,
.slick-next:hover {
opacity: 0.5;
}
.slick-next {
right: 12%;
}
.slick-prev::after, .slick-next::after {
  content: '';
  mask-repeat: no-repeat;
  mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.41389 8.00001L4.27582 13.1381L3.33301 12.1953L7.52827 8.00001L3.33301 3.80475L4.27582 2.86194L9.41389 8.00001Z' fill='%23262626' /%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0797 8.00001L7.94159 13.1381L6.99878 12.1953L11.194 8.00001L6.99878 3.80475L7.94159 2.86194L13.0797 8.00001Z' fill='%23262626' /%3e%3c/svg%3e");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.slick-prev::after {
	transform: translate(-50%,-50%) rotate(180deg);
}

.rating_inner {
  gap: 194px;
}
.rating {
  padding-bottom: 60px;
}
.rating_inner h2{
width: 35%;
}
.rating_items {
  width: calc(65% - 194px);
  gap: 18px;
}
.rating_item {
  background: #f5f5f5;
  border-radius: 24px;
  padding: 32px;
  gap: 26px;
  display: flex;
  align-items: center;
    position: relative;
	width: 48%;
}
.rating_item a{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
position: absolute;
}
.rating_item a::after {
  content: '';
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.8141 0.500116L0.500372 11.8138M11.8141 0.500116V11.8138M11.8141 0.500116L0.500372 0.500116' stroke='white' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e") no-repeat;
  width: 16px;
  height: 16px;
right: 20px;
  top: 20px;
  background: #2b2b2b;
}
.rating_img {
  background: #fff;
  border-radius: 14px;
  padding: 17px;
}
.rating_number {
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #2b2b2b;
}

#banner, #home_about {
	padding: 30px 20px;
	color: #f5f5f5;
}
.banner_box  {
	position: relative;
}
.banner_box img {
  border-radius: 30px;
  width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.banner_desc {
  background: #f27130;
  border-radius: 30px;
  position: absolute;
  padding: 54px 42px;
  bottom: 94px;
  max-width: 655px;
}
.banner_desc p {
font-size: 28px;
  line-height: 100%;
  margin: 24px 0 46px;
}
.banner_desc a.open_modal:hover {
  padding: 20px 125px 20px 90px;
  background: #6194bc;
}

#home_about {
  color: #2b2b2b;
  font-size: 24px;
  overflow: hidden;
}
.about_desc1 {
  gap: 146px;
  align-items: center;
}
.about_desc1_text {
  width: calc(47% - 146px);
}
.about_desc1_text h2{
 margin-bottom: 54px;
}
.about_desc1_video {
	width: 53%;
}
.about_desc1_video .video_item,
.about_desc2 .video_item,
.about_desc3_video .video_item{
height: 456px;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.about_desc1_video .video_item video,
.about_desc2 .video_item video,
.about_desc3_video .video_item video,
.about_desc1_video .video_item iframe,
.about_desc2 .video_item iframe,
.about_desc3_video .video_item iframe{
width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.about_desc2  h2,
.about_desc4 h2,
.sert h2,
.gallery_video_inner h2  {
	color: #2b2b2b;
	margin-bottom: 52px;
}
.about_desc_text {
  gap: 100px;
  margin: 52px 0 0;
}
.about_desc_text > div {
  flex: 0 0 calc(50% - 100px);
}

.about_desc3 {
  gap: 42px;
}
.about_desc3_video {
  width: 32%;
}
.about_desc3_text {
  width: calc(68% - 42px);
  align-content: space-between;
}
.about_desc3_desc {
	max-width: 574px;
	margin-top: 30px;
}
.about_benefis {
  gap: 18px;
}
.a_ben_item {
  flex: 0 0 calc((100% - 18px*3)/4);
  background: #fff;
  border-radius: 30px;
  padding: 33px 30px;
}
.a_ben_item span:first-child {
font-weight: 700;
  font-size: 42px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 70px;
}
.a_ben_item span:last-child {
font-size: 18px;
  line-height: 100%;
  color: #979797;
  display: block;
}
.about_metod {
	gap: 120px;
	counter-reset: met;
	padding-top: 50px;
}
.about_metod li {
  flex: 0 0 calc((100% - 120px*2)/3);
}
.about_metod li .metod_title:before{
counter-increment: met;
content: '/'counter(met)'/';
font-weight: 400;
font-size: 22px;
color: #b4b4b4;
display: block;
  margin-bottom: 24px;
}

.metod_img {
	height: 275px;
	margin-bottom: 45px;
}
.metod_img img{
border-radius: 30px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.metod_title {
font-weight: 700;
margin: 0px 0 16px;
}

#home_article h2{
	font-size: 60px;
  line-height: 100%;
  text-transform: none;
  margin-bottom: 36px;
}

.inner_page .one_screen_desc {
    padding: 0 0 50px 0;
        line-height: 140%;
}
.inner_page .one_screen_button {
      display: block;
}
.open_contact {
      border: 1px solid #c3c3c3;
    padding: 24px;
    width: 100%;
    display: flex;
    gap: 10px;
    border-radius: 20px;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}
.open_contact p{
    font-size: 16px;
    max-width: 30%;
}
.open_contact .phone a {
    text-align: left;
}
.sert {
      padding-top: 100px;
}
.sert_items .slick-slide {
  margin: 0 12px;
}

.specialist h2 {
margin-bottom: 50px;
}
.specialist .slick-list {
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
}
.specialist .slick-prev,
 .specialist .slick-next{
       display: none !important;
}
.specialist_items  .slick-slide {
    margin: 0 21px;
}
.spec_title {
    font-size: 22px;
    margin: 16px 0 4px 0;
}
.spec_desc {
    font-size: 18px;
}
.categories_list {
    gap: 20px;
    margin: 40px 0;
}
.categories_list .proect_item {
    flex: 0 0 calc((100% - 20px * 3) / 4);
}
.categories_list .proect_item a {
    background: #fff;
    border-radius: 30px;
    padding: 24px;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}
.categories_list .proect_item a:hover {
        background: #6aa64c;
    color: #fff;
}
.categories_items .proect_img {
border-radius: 30px;
  display: block;
      background-color: #6194BC;

}  
.categories_items h3 {
font-weight: 600;
font-size: 24px;
}
.categories_items .proect_item_button {
    padding: 20px 0 0;
        align-items: center;
}
.categories_items .proect_item_button .link_page {
      background: #212121;
    color: #f5f5f5;
    border: none;
}
.categories_items .proect_item_button .link_page:hover {
      background: #FF7935;
}

.news  {
    gap: 42px;
}
.news article {
    flex: 0 0 calc((100% - 42px * 2) / 4);
}
.news h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: none;
    margin: 16px 0;
}
.news h3 a{
    text-decoration: none;
}
.news_item_img {
    height: 260px;
  }
.news_item_img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
        border-radius: 30px;
  }


.one_screen_single_inner {
    align-items: flex-start;
  }
.one_screen_wrap_single header{
    width: 100%;
    margin-bottom: 50px;
}
.one_screen_wrap_single h1{
    font-size: 60px;
}
.one_screen_wrap_single .one_screen_desc,
.one_screen_wrap_single .one_screen_button {
      width: 100%;
}
.one_screen_price {
    justify-content: space-between;
    align-items: center;
}
.proect_obzor {
      position: relative;
    border: 1px solid #c3c3c3;
    padding: 24px;
    border-radius: 20px;
        justify-content: space-between;
    align-items: center;
}
.proect_obzor .video_icon {
position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.single_pdf a{
    display: flex;
    align-items: center;
}
.pdf_icon {
  background: url(images/pdf.svg) no-repeat center;
  width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.proect_obzor span {
    line-height: normal;
}
.one_screen_single_img {
    height: auto; 
}
.one_screen_single_img img {
    height: auto;
    position: relative;
}
.single_gallery img {
      border-radius: 20px;
}
.min_single_gallery  {
         height: 100px;
         width: 100%; 
             margin: 30px 0 0 0;
}
.min_single_gallery img {
      width: 100%;
    height: 100%;
        border-radius: 10px;
}
.min_single_gallery .slick-list,
.min_single_gallery .slick-track,
.min_single_gallery  .slick-slide a {
   height: 100%;
}
.min_single_gallery .slick-slide {
    margin: 0 5px;
}

.plan h2 {
      font-size: 40px;
    text-transform: none;
}
.plan_items {
    gap: 42px;
}
.plan_item {
    flex: 0 0 calc((100% - 42px * 2) / 3);
}
.plan_item_desc {
    margin-bottom: 20px;
}
#home_catalog.block_black_single {
  border-radius: 0;
}


.single_page .one_screen_inner {
    max-width: 70%;
    margin: 0 auto;
}
.single_page .one_screen_wrap,.single_page .one_screen_img  {
      width: 100%;
}
.entry-content {
    margin: 50px 0 0;
}
.breadcrumbs {
	    margin-bottom: 10px;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
  color: #c3c3c3;
      font-weight: 300;     
    font-size: 18px;
}

#contact {
	padding: 30px 20px;
	color: #f5f5f5;
	
}
#contact .block_gray {
	background: #2b2b2b;
}
.contact_box {
  gap: 42px;
}
.contact_inner h2 {
	margin-bottom: 58px;
}
.contact_list {
  width: 28%;
  background: #fff;
  border-radius: 30px;
  padding: 42px;display: grid;
  align-content: space-between;
}
.contact_list .phone a {
font-weight: 700;
  font-size: 24px;
  text-decoration: none;	
  text-align: left;
  display: inline-block;
}
.contact_form {
  width: calc(72% - 42px);
  background: #6194bc;
  border-radius: 30px;
  padding: 42px;
}


.footer_soc {
  justify-content: flex-start;
  margin: 15px 0;
}
.other_contact {
  font-size: 18px;
  color: #2b2b2b;
}
.footer {
  gap: 50px;
}
.footer_item {
  flex: 0 0 calc((100% - 50px*4)/5);
  font-weight: 400;
font-size: 16px;
color: #979797;
}
.footer_item a{
font-weight: 400;
font-size: 16px;
color: #979797;
text-decoration: none;
}
.footer_item h3 {
  font-size: 18px;
  color: #f5f5f5;
  margin-bottom: 16px;
}
.footer_item:first-child {
align-content: space-between;
  display: grid;
}
.footer_item ul li {
	padding: 0 0 10px 0;
}
.map {
  border-radius: 30px;
  overflow: hidden;
  margin: 42px 0;
}
.footer_phone a {
  font-weight: 700;
font-size: 16px;
color: #979797;
  text-decoration: none;
  display: block;
}


.hidden_desctop {
	display:none;
}


.copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8e95a1;
  margin: 40px 0 0 0;
}
.form_field_title  {
gap: 42px;
  align-items: end;	
  margin-bottom: 42px;
}
.form_title {
font-size: 60px;
  line-height: 83%;
  font-weight: 400;
  width: 50%;
}
.form_title span{
  font-weight: 700;
}
.form_desc {
  font-size: 22px;
  line-height: 100%;
  width: 44%;
}
.form_fields {
  display: flex;
  gap: 8px;
}
.modal_div .form_fields {
  gap: 16px;
  flex-wrap: wrap;
}
.form_fields > div {
  flex: 0 0 calc((100% - 8px*2)/3);
}
.modal_div .form_fields > div {
  flex: 100%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea{
width: 100%;
  font-family: inherit;
  font-size: 18px;
  line-height: 150%;
  border-radius: 8px;
  padding: 12px 20px 12px 14px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255);
}
.modal_div input[type="text"],
.modal_div input[type="tel"],
.modal_div input[type="number"],
.modal_div select {
border: 1px solid #ddd;
width: 100%;
  font-family: inherit;
  font-size: 18px;
  line-height: 150%;
  border-radius: 8px;
  padding: 12px 20px 12px 14px;
  background: #fff;
}


.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover,
.modal_div input[type="text"]:focus,
.modal_div input[type="tel"]:focus,
.modal_div input[type="number"]:focus,
.modal_div input[type="text"]:hover,
.modal_div input[type="tel"]:hover,
.modal_div input[type="number"]:hover{
  border: 1px solid #f27130;
}
.form_policy {
  font-size: 14px;
}
.modal_div .form_policy {
    margin-top: 16px;
}
.form_policy a{
  color: #f5f5f5;
}
.modal_div .form_policy a{
  color: #b5b5b5;
}
.wpcf7 input.wpcf7-not-valid{
border: 2px solid #E83838;
}
.wpcf7-not-valid-tip {
  color: #E83838;
  font-size: 13px;
}
.wpcf7 textarea{
 height: 132px;
}

.wpcf7 input[type="submit"],
.modal_div input[type="submit"] {
border: none;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  background: #f27130;
  border-radius: 8px;
  padding: 17px 24px;
  width: 100%;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  line-height: 112%;
  text-align: center;
  color: #fff;
}
.wpcf7 input[type="submit"]:hover,
.modal_div input[type="submit"]:hover {
background: #2b2b2b;
}
.wpcf7-spinner {
	position: absolute!important;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
/* стили для webkit */
.wpcf7-form-control::-webkit-input-placeholder { color:#B5BBC7;    opacity: 1; }
.wpcf7-form-control::-webkit-input-placeholder {
color:#B5BBC7;    opacity: 1;
}
.wpcf7-form-control::-webkit-input-placeholder {
color:#B5BBC7;    opacity: 1;
}
/* стили для mozilla */
.wpcf7-form-control:-moz-placeholder { color:#B5BBC7;    opacity: 1; }
.wpcf7-form-control:-moz-placeholder {
color:#B5BBC7;    opacity: 1;
}
.wpcf7-form-control:-moz-placeholder {
color:#B5BBC7;    opacity: 1;
}
.wpcf7 .select {
	display: block;
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
}
.wpcf7 .new-select {
cursor: pointer;
  user-select: none;
  width: 100%;
  color: #B5BBC7;
  font-family: inherit;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px 20px 14px 18px;
  background: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.wpcf7 .new-select.on,
.wpcf7 .new-select:hover {
    border: 2px solid rgba(255, 255, 255, 0.20);
  }
.wpcf7 .new-select__list {
position: absolute;
  top: 60px;
  left: 0;
  border: none;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  user-select: none;
  border-radius: 8px;
  padding: 8px 0;
}
.wpcf7 .new-select__list.on {
	display: block;
}
.wpcf7 .new-select__item span {
display: block;
padding: 4px 16px;
  font-size: 15px;
  color: #474F5C;
}
.wpcf7 .new-select__item span:hover {
	background: #F3F6FB;
}
.wpcf7 .new-select:after {
content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 18px;
  background: url('images/Chevron.svg') no-repeat right center / cover;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
 
.wpcf7 .new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submit_ok {
	padding: 45px 0;
}
.submit_icon {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 64px;
width: 100px;
height: 100px;
display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.submit_icon:before {
	content:'';
	background: url(images/submit_ok.svg) no-repeat center;
width: 48px;
height: 48px;
display: block;
}
#modal_invalid .submit_icon:before,
.submit_no .submit_icon:before {
	background: url(images/invalid.svg) no-repeat center;
}
.submit_title {
font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #fff;	
  margin: 32px 0 20px 0;
}
.submit_desc {
	font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

.label_policy label input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.label_policy label > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.label_policy br {
display: none;
}
/* создание в label псевдоэлемента before со следующими стилями */
.label_policy label > span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: none;
  border-radius: 4px;
  margin-right: 16px;
  position: absolute;
  background: #fff;
}
.label_policy label > span span {
  display: block;
  padding: 0 0 0 30px;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.label_policy label > input:focus:not(:checked)+span::before {
  border-color: #ffb400;
  background-image: url(images/not_check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* стили для чекбокса, находящегося в состоянии checked */
.label_policy label > input:checked+span::before {
  background-image: url(images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.label_policy label > input:disabled+span::before {
  background-color: #e9ecef;
}

#overlay,#over_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: #1A1A1A;
  opacity: 0.7;
    z-index: 25;
}

.modal_submit {
	width: 390px;
	height: auto;
	position: fixed;
	display: none;
	z-index: 50;
	background: #fff;
	box-sizing: border-box;
	padding: 32px;
	border-radius: 12px;
}
.modal_submit .submit_ok {
	padding: 0;
}
.modal_submit .submit_icon {
	background: rgba(255, 180, 0, 0.12);
}
#modal_invalid .submit_icon:before,
.submit_no .submit_icon:before {
	background: url(images/invalid.svg);
}
.modal_submit .submit_title {
font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin: 24px 0 12px 0;
font-size: 20px;
color: #0a1f44;
}
.modal_submit .submit_desc {
	font-weight: 400;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #8e95a1;
}
.wpcf7-response-output {
	display:none;
}
.modal_div {
width: 512px;
  height: auto;
  position: absolute;
  display: none;
  z-index: 50;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
}

.modal_close {
position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.modal_close::after,.menu_close:after {
display: inline-block;
  content: '';
  mask: no-repeat center url(images/close.svg);
  -webkit-mask: no-repeat center url(images/close.svg);
  width: 48px;
  height: 48px;
  background: #5A616C;
}
.menu_close {
  position: absolute;
  right: -70px;
  top: 10px;
  cursor: pointer;
  display: none;
}
.menu_close:after {
  background: #CED2DA;
}
.modal_div input[type="submit"]{
	cursor: pointer;
}
.modal_div .label_policy label > span::before {
background: #ffb400;
}
.modal_div .label_policy label:hover > span::before {
background: #EFA900;
}
.modal_div .label_policy label > input:focus:not(:checked)+span::before {
  background-image: url(images/not_check_w.svg);
}
.modal_div .label_policy label > input:checked + span::before {
  background-image: url(images/check.png);
  background-repeat: no-repeat;
  background-position: center;
}

.modal_div  p {
  padding: 0;
}

.accordeon {
    gap: 24px 42px;
    align-items: flex-start;
}
.accordeon summary {
font-weight: 700;
    display: block;
    position: relative;
    padding: 0 44px 0 0;
}
.accordeon summary:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  *border: 1px solid #2b2b2b;
  border-radius: 100%;
  top: -10px;
}
.accordeon summary:after {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    width: 40px;
    height: 40px;
    margin: 1px 0 0 0px;
    background: #2b2b2b;
    mask: url(images/plus.svg) no-repeat center;
    -webkit-mask: url(images/plus.svg) no-repeat center;
    mask-size: 20px;
}
.accordeon details[open] summary:after {
  background: #fff;
}
.accordeon details[open] summary:before {
  background: #2b2b2b;
}
.accordeon details {
    border-bottom: 1px solid #ddd;
    flex: 0 0 calc((100% - 42px) / 2);
    font-size: 18px;
    padding: 0 0 24px;
}
.accordeon .details_content {
    padding: 20px 0 0;
}
.accordeon details[open] summary {
      color: #f27130;
}


@media only screen and (max-width: 1440px) {
  h1{
      font-size: 60px;
  }
   h2,.reviews_inner h2, .about_desc2 h2, .about_desc4 h2, .sert h2, .gallery_video_inner h2,.white_title {
    font-size: 40px;
  }
  h2.why_title {
      width: 33%;
  }
  .box_pd {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .proect_item_price_box {
      gap: 5px;
  }
  .proect_item_button {
    flex-wrap: wrap;
    gap: 5px;
  }
  .proect_item_price_box > *,
  .proect_item_button > * {
      width: 100%;
  }
  .catalog_title_box {
    margin: 0px 0 50px;
  }
  .ben_item_title {
    font-size: 26px;
  }
  .gallery_items  .slick-next {
    right: 10%;
  }
  .gallery_inner {
    margin-bottom: 40px;
  }
  .gallery_items a, .gallery_v_items a {
    height: 270px;
  }
  .rating_inner h2 {
    width: 30%;
  }

}

@media only screen and (max-width: 1199px) { 
  body {
    font-size: 18px;
  }
  .one_screen_img {
    height: 520px;
  }
  .one_screen_button {
      gap: 15px;
      flex-wrap: wrap;
  }
  .ben_item_desc img {
    max-width: 120px;
  }
  .banner_desc {
    bottom: 40px;
    max-width: 460px;
  }
  .banner_desc p {
    font-size: 22px;
  }
  .banner_desc h2 {
        margin-bottom: 15px;
  }
  .one_screen_desc {
    padding: 0 0 55px 0;
  }
  #home_about {
    font-size: 20px;
  }
  .a_ben_item span:first-child {
    margin-bottom: 30px;
  }
  .a_ben_item {
    flex: 0 0 calc((100% - 18px * 1) / 2);
  }
  .about_desc3_desc {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .about_metod {
    gap: 80px;
  }
  .about_metod li {
    flex: 0 0 calc((100% - 80px * 2) / 3);
  }
  .form_title {
    font-size: 40px;
  }
  .form_field_title {
    gap: 26px;
  }
  .why_desc {
    font-size: 18px;
  }

  .one_screen_single_inner  {
    gap: 24px;
  }
  .one_screen_single_inner .one_screen_img {
    width: 50%;
  }
   .one_screen_single_inner .one_screen_img {
    width: 50%;
  }
  .one_screen_single_inner .one_screen_wrap {
    width: calc(50% - 24px);
  }
  .page_about .open_contact {
    flex-wrap: wrap;
  }
  .page_about .open_contact p {
    font-size: 16px;
    max-width: 100%;
  }

  .single_page .one_screen_wrap,.single_page .one_screen_img  {
        width: 100%;
  }
}

@media only screen and (max-width: 991px) { 
#logo img {
    max-width: 120px;
}
.hidden_desctop {
    display:block;
  }
  .hidden_mobile {
		display:none;
	}
	.top_header,#header.fixed .top_header {
  z-index: 26;
}
	.burger {
		display: block;
		margin: 0 40px;
		*flex-grow: 1;
	}
	.header_menu {
		display: none;
    position: fixed;
        z-index: 30;
    left: 0;
    top: 0;
    height: 100%;
    background: #040404;
    width: 34%;
	}
  .header_menu_inner {
	padding: 20px;
  }
	.menu_close {
		display:block;
	}
	  #menu ul {
      row-gap: 0;
		flex-wrap: wrap;
	  }
	  #menu ul li {
		width: 100%;  
	  }
	  #menu > div > ul > li > a {
		           font-size: 26px;
        display: block;
        padding: 10px 0px;
        color: #EEEBDE;
        text-align: LEFT;
	}
  #menu ul.sub-menu a {
    color: #ffffff;
    padding: 6px 0px;
}
#menu ul.sub-menu {
      position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    transform: rotateX(0deg);
    background: none;
    padding: 0;
}
#menu ul.sub-menu li {
    border-bottom: none;
}
  .header_menu .soc {
        margin: 30px 0;
  }
  .soc > a {
    width: 42px;
    height: 42px;
  }
  .header_menu .phone a {
    text-align: left;
    color: #f5f5f5;
  }
  .one_screen_desc {
      padding: 0 0 50px 0;
  }
  .why_video .item a {
    height: 220px;
  }
  .benefis_items {
    gap: 24px;
  }
  .benefis_items .item:first-child .ben_item_title {
    margin-bottom: 110px;
  }
  .benefis_items .item:nth-child(3):after,
  .benefis_items .item:nth-child(2):after {
    width: 280px;
  }
  .benefis_items .item:nth-child(2):after,
  .benefis_items .item:nth-child(3):after,
  .benefis_items .item:last-child:after {
    background-size: 100%;
  }
  .benefis_items .item:last-child:after {
    width: 400px;
  }
  .slick-prev, .slick-next {
    top: -95px;
        right: 18%;
  }
  .rating_inner h2 {
    margin: 0;
  }
  .rating_inner,.about_desc1,.about_desc_text {
    gap: 60px;
  }
  .rating_inner h2, .rating_items {
        width: 100%;
  }
  .about_desc1_text {
    width: calc(47% - 60px);
  }
  .about_desc_text > div {
    flex: 0 0 calc(50% - 60px);
  }
  .about_desc1_video .video_item, .about_desc2 .video_item, .about_desc3_video .video_item {
    height: 356px;
  }
  .about_desc3_video {
    width: 40%;
  }
  .about_desc3_text {
    width: calc(60% - 42px);
  }
  .a_ben_item {
    border-radius: 20px;
    padding: 20px;
  }
      .a_ben_item span:first-child {
        margin-bottom: 18px;
        font-size: 28px;
    }
    .contact_box,.footer,.why_video,.catalog_inner {
    gap: 24px;
  }
  .proect_item {
    flex: 0 0 calc((100% - 24px * 2) / 3);
  }
  .contact_list {
    padding: 30px;
  }
  .why_video .item {
    flex: 0 0 calc((100% - 24px * 2) / 3);
  }
  .contact_list {
    padding: 30px;
  }
  .form_field_title {
        gap: 10px;
            margin-bottom: 20px;
    }
        .form_title {
        width: 100%;
    }
    .form_desc {
    font-size: 18px;
    width: 100%;
  }
  .footer_item:nth-child(3) {
    display:none;
  }
  .footer_item {
    flex: 0 0 calc((100% - 24px * 4) / 4);
  }
  .news article {
    flex: 0 0 calc((100% - 42px) / 2);
  }
  .one_screen_single_inner .one_screen_img {
    width: 100%;
    height: auto;
  }
  .one_screen_single_inner  .one_screen_wrap {
    width: 100%;
  }
  .one_screen_single_inner .plan {

  }
   .one_screen_single_inner .entry-content {
   }
   .sert {
    padding-top: 50px;
  }
  .specialist_items  .slick-slide {
    margin: 0 12px;
  }
  .slick-prev, .slick-next {
    top: -94px;
  }
    .single_page .one_screen_inner {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) { 
      .header_menu {
        width: 50%;
    }
    .one_screen_wrap,.one_screen_img  {
      width: 100%;
  }
      .one_screen_img {
        height: 390px;
    }
  h1.one_screen_title br {
    display:none;
  }
      .box_pd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
  .one_screen_desc ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
    .proect_item {
    flex: 0 0 calc((100% - 24px) / 2);
  }
  .why_desc {
    width: 100%;
  }
  .why_video .item {
    font-size: 18px;
  }
  .proect_item {
    flex: 0 0 calc((100% - 24px) / 2);
  }
  .reviews_inner h2, .about_desc2 h2, .about_desc4 h2, .sert h2, .gallery_video_inner h2,.white_title {
    max-width: 100%;
  }
  .reviews_items .item {
    flex: 0 0 calc((100% - 26px) / 2);
  }
      .benefis_items {
        grid-template-columns: 1fr 1fr;
    }
  .benefis_items .item {
    padding: 20px;
    border-radius: 20px;
  }
      .ben_item_title {
        font-size: 20px;
        margin-bottom: 50px;
      }
    .benefis_items .item:nth-child(3) .ben_item_title,
    .benefis_items .item:nth-child(4) .ben_item_title {
        font-size: 20px;
        margin-bottom: 100px;
    }
      .benefis_items .item:first-child {
        grid-row: 1;
        grid-column: 1;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
    }
      .benefis_items .item:nth-child(3) {
        grid-column: 1;
    }
  .benefis_items .item:last-child {
        grid-column: 2;
  }
        .benefis_items .item:nth-child(3):after, .benefis_items .item:nth-child(2):after {
        width: 200px;
    }
        .benefis_items .item:last-child:after {
        width: 255px;
    }
    .benefis_items .item a:after {
    top: 20px;
    right: 20px;
  }
      .ben_item_desc img {
        max-width: 90px;
    }
 
  .banner_box img {
    height: 100vh;
    object-fit: cover;
  }
  .about_metod {
        gap: 24px;
            padding-top: 0;
    }
        .about_metod li {
        flex: 0 0 calc((100% - 24px) / 2);
    }
  .metod_img {
      height: 170px;
      margin-bottom: 10px;
  }
  .contact_list {
    display:none;
  }
  .contact_form {
    width: 100%;
  }
  .map {
    margin: 24px 0;
  }
      .footer_item {
        flex: 0 0 calc((100% - 24px) / 2);
    }
    .accordeon details {
    flex: 100%;
  }
  .one_screen_wrap_single h1 {
    font-size: 50px;
  }
  .one_screen_wrap_single header {
    width: 100%;
    margin-bottom: 30px;
  }
  .page_about .one_screen_button {
    width: 100%;
  }
  .categories_items .proect_item_button {
    gap: 16px;
  }
  .fancybox-slide--html .fancybox-content iframe {
    height: 420px;
  }
  	.reviews_ver .slick-prev,
	.reviews_ver .slick-next	{
	  top: -110px;
	}
}

@media only screen and (max-width: 670px) { 
   .header_menu {
    width: 50%;
  }
	    .slick-prev {
        right: 22%;
    }
}
@media only screen and (max-width: 575px) { 
  .header_menu {
           width: 80%;
}
.why_desc li {
    flex: 100%;
}
.video_item:before {
    width: 60px;
    height: 60px;
}
    .why_video .item,.proect_item {
        flex: 100%;
    }
    .benefis_items {
    grid-template-columns: 1fr;
  }
  .benefis_items .item:first-child,
  .benefis_items .item:nth-child(3),
  .benefis_items .item:last-child,
  .benefis_items .item:nth-child(2) {
            grid-column: 1;
                    width: 100%;
        max-width: 100%;
  }
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .rating_item {
    border-radius: 20px;
    padding: 16px;
  }
  .rating_img {
    padding: 10px;
  }
  .rating_img img{
        max-width: 45px;
  }
  .rating_inner, .about_desc1, .about_desc_text {
        gap: 24px;
    }
      .about_desc1_text, .about_desc1_video, .about_desc3_video, .about_desc3_text {
        width: 100%;
    }
    .about_desc_text > div {
      flex: 100%;
    }
    .form_fields {
    gap: 0px;
    flex-wrap: wrap;
  }
  .form_fields > div {
    flex: 100%;
  }
  .news article {
    flex: 100%;
  }
      .one_screen_wrap_single h1 {
        font-size: 40px;
    }

}

@media only screen and (max-width: 500px) { 
    h1, .benefis_items .item:first-child .ben_item_title {
        font-size: 50px;
    }
        .one_screen_desc ul {
        grid-template-columns: 1fr;
    }
    .one_screen_desc li br,.benefis_items .item:first-child .ben_item_title br {
      display:none;
    }
    .one_screen_inner {
    gap: 30px;
    padding-bottom: 20px;
  }
  .proect_item_box {
    border-radius: 20px;
    padding: 16px;
  }
  h2, .reviews_inner h2, .about_desc2 h2, .about_desc4 h2, .sert h2, .gallery_video_inner h2,.white_title {
        font-size: 26px;
        margin: 0 auto 40px;
    }
        .reviews_items .item {
        flex: 100%;
    }
        .box_pd {
        padding-top: 40px;
        padding-bottom: 40px;
    }
        .benefis_items .item:first-child {
        flex-wrap: wrap;
    }
    .benefis_items .item:first-child .ben_item_title{
      font-size: 26px;
    }
        .benefis_items .item:last-child:after {
        width: 210px;
    }
     .ben_item_desc img {
        max-width: 150px;
    }
        .gallery_items a, .gallery_v_items a {
        height: 160px;
    }
    .rating_number {
    font-size: 26px;
  }
  .rating_item {
    width: calc(50% - 9px);
  }
  .rating {
    padding-bottom: 20px;
  }
  .catalog_title_box h2 {
    width: 100%;
  }
      .banner_desc {
        bottom: 30px;
        max-width: 90%;
    }
    .banner_desc p {
      font-size: 18px;
       margin: 18px 0 12px;
    }
    .banner_desc a.open_modal:hover {
    padding: 20px 80px 20px 40px;
  }
  .about_desc1_text h2,.contact_inner h2 {
    margin-bottom: 24px;
  }
      .about_metod li,.footer_item {
        flex: 100%;
    }
    #home_article h2 {
    font-size: 40px;
    margin-bottom: 26px;
  }
  body .is-layout-flex {
    gap: 12px;
  }
  .contact_form {
    border-radius: 20px;
    padding: 20px;
  }
  .modal_div {
    width: 90%;
  }
      .about_desc1_video .video_item, .about_desc2 .video_item, .about_desc3_video .video_item {
        height: 210px;
    }
  .proect_obzor,.one_screen_price {
    gap: 20px;
  }
  .open_contact {
    flex-wrap: wrap;
  }
  .open_contact p {
    max-width: 100%;
  }
  .plan_items {
    gap: 24px;
  }
  .plan_item {
    flex: 0 0 calc((100% - 42px) / 2);
  }
 
    .slick-prev, .slick-next {
        top: -75px;
    }
    .slick-prev::after {
        right: 21%;
    }
    .fancybox-slide--html .fancybox-content iframe {
    height: 325px;
  } 
  .reviews_ver .item {
    margin: 0;
  }
  .reviews_ver .slick-prev,
	.reviews_ver .slick-next	{
	  top: -93px;
	}
	.reviews_ver .slick-prev {
  right: 51px;
}
}

@media only screen and (max-width: 375px) { 
    .a_ben_item {
        flex: 100%;
    }
  }

