@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?ephh2k");
  src: url("../fonts/icons/icomoon.eot?ephh2k#iefix") format('embedded-opentype'), url("../fonts/icons/icomoon.ttf?ephh2k") format('truetype'), url("../fonts/icons/icomoon.woff?ephh2k") format('woff'), url("../fonts/icons/icomoon.svg?ephh2k#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Thin.eot');
    src: url('../fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Thin.woff2') format('woff2'), url('../fonts/Lato-Thin.woff') format('woff'),  url('../fonts/Lato-Thin.ttf') format('truetype'), url('../fonts/Lato-Thin.svg#Lato-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

/* GLOBAL
^^^^^^^^^^^^ */
html {
  height: 100%;
  font-size: 62.55%;
}
body {
  height: 100%;
  color: #372e29;
  background: #fff;
  font: 300 24px 'Lato', Arial, Tahoma, Geneva, sans-serif;
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
sup {
  line-height: 0;
}
a {
  text-decoration: underline;
  color: #289dfd;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  display: block;
  max-width: 100%;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font: 100% Arial, Tahoma, Geneva, sans-serif;
}
button * {
  position: relative;
}
form,
fieldset {
  border-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#main {
  overflow: hidden;
  min-width: 320px;
  position: relative;
  z-index: 100;
  padding: 0 10rem;
  min-height: 100%;
  background: #fff5eb url("../img/bg_main.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.dection a{
  color: #000;
}
h1 {
  font-size: 5.5rem;
  color: #80cad9;
  font-weight: 300;
  background: -webkit-linear-gradient(left, #c191fd, #23ebf1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  font-size: 3.5rem;
  font-weight: normal;
  margin: 0 0 3.5rem;
  line-height: 1.4;
}
h3 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 3.1rem;
}
p {
  line-height: 1.5;
  margin: 0 0 3rem;
}
ul {
  margin: 0 0 3rem 1.8rem;
  letter-spacing: -0.36em;
}
ul li {
  line-height: 1.5;
  letter-spacing: normal;
  vertical-align: top;
}
ol {
  counter-reset: section;
  list-style-type: none;
}
ol li {
  line-height: 1.5;
}
ol li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.text_red {
  color: #d79d60;
}
.imgBox {
  -webkit-background-size: cover !important;
          background-size: cover !important;
}
.imgBox.active img {
  display: none;
}
.title {
  position: relative;
  margin: -28rem -11rem 8.1rem;
  padding: 25rem 100px 35px;
  background: #372e29;
}
.title .imgBox {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2; 
}
.title .content_box {
  position: relative;
  z-index: 2;
}
/* HEADER
------------*/
#header {
  margin: auto;
  height: 27rem;
  position: relative;
  z-index: 100;
  padding: 3.7rem 0 0;
}
#header::after {
  display: block;
  content: '';
  clear: both;
}
.header_left {
  float: left;
}
.logo {
  width: 17.2rem;
  float: left;
  margin-right: 5rem;
}
.head_info {
  float: left;
  width: 23.5rem;
  color: #fff;
  padding: 1.7rem 0 0;
}
.head_info .name {
  display: block;
  font-size: 3.4rem;
  font-weight: 300;
  padding: 0 0 4px;
}
.head_info .sub_text {
  display: block;
  font-size: 1.7rem;
  padding: 0 0 13px;
}
.head_info .sub_info {
  display: block;
  font-size: 2.1rem;
  color: #ffc07d;
  font-weight: bold;
}
.header_right {
  padding-top: 2.6rem;
  float: right;
  text-align: right;
}
.btn_head {
  display: block;
  height: 6.6rem;
  width: 28.6rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #352c29;
  line-height: 6.6rem;
  background: #d79d60;
  border-radius: 3.3rem;
  text-decoration: none;
  margin: 0 0 1.9rem;
}
.btn_head i {
  font-size: 3.2rem;
  position: relative;
  top: 0.7rem;
  margin-right: 1rem;
}
.btn_head:hover {
  background: #bb8041;
  box-shadow: 0 3px 10px rgba(187, 128, 65, 0.5);
}
.head_link {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-left: 3.6rem;
  border-bottom: 1px dashed #c1a181;
  transition: 0.3s ease;
}
.head_link i {
  position: absolute;
  top: 0;
  left: -3.6rem;
  font-size: 2.5rem;
  color: #ffd5a9;
}
.head_link:hover {
  border-bottom-color: transparent;
  color: #d79d60;
}
.btn_phone {
  display: none;
  float: left;
  height: 6.6rem;
  width: 6.6rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #352c29;
  line-height: 6.6rem;
  background: #d79d60;
  border-radius: 3.3rem;
  text-decoration: none;
  margin: 0 0 0 2rem;
}
.btn_phone i {
  font-size: 3.2rem;
  position: relative;
  top: 0.7rem;
}
.btn_phone:hover {
  background: #bb8041;
}
.header_phone {
  position: absolute;
  top: 6.5rem;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav_phone {
  display: inline-block;
  list-style: none;
  margin: 0 0 23px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 17px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.nav_phone li {
  display: inline-block;
  border-left: 1px solid rgba(255,255,255,0.5);
}
.nav_phone li:first-child {
  border-left: 0;
}
.nav_phone a {
  display: block;
  font-size: 1.7rem;
  color: #ffcf9e;
  text-decoration: none;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  position: relative;
  z-index: 3;
}
.nav_phone a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.nav_phone a:hover {
  text-decoration: underline;
}
.nav_phone a.active {
  color: #403630;
  text-decoration: none;
  cursor: default;
}
.nav_phone a.active::before {
  opacity: 1;
}
.phone_cont {
  text-align: center;
}
.phone_cont .phone {
  display: inline-block;
  position: relative;
}
.phone_cont .phone a span {
  font-weight: 300;
}
.phone_cont .phone a {
  text-decoration: none;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.phone_cont .phone a:hover{
  opacity: 0.7;
}
.phone_box {
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.phone_box.active {
  opacity: 1;
  overflow: visible;
  height: auto;
}
.clouse_phone {
  display: none;
}
/* CONTENT
------------*/
.content {
  /*padding: 0 0 32rem;*/
  margin-bottom: 60px;
}
.content_box {
  margin: 0 auto;
  max-width: 1240px;
}
.content_box::after {
  display: block;
  content: '';
  clear: both;
}
.list_info {
  list-style: none;
  margin: 0 0 8.5rem;
  display: table;
  width: 100%;
}
.list_info >li {
  display: table-cell;
  line-height: normal;
  padding: 4rem 0 0;
}
.info .number {
  font-size: 10rem;
  color: #e6c19f;
  font-weight: bold;
}
.info .number span {
  font-weight: 300;
}
.info p {
  margin: -3px 0 0;
  max-width: 220px;
  line-height: 1.25;
  color: rgba(55,46,41,0.6);
}
.carusel {
  margin: 11rem -10rem;
}
.carusel .slick-slide {
  padding: 0 1.2rem;
}
.colum {
  /*padding-right: 320px;*/
}
.colum::after {
  display: block;
  content: '';
  clear: both;
}
.colum_left {
  /*float: left;*/
  width: 100%;
}
.colum_rigt {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  /*float: right;
  width: 290px;
  margin-right: -320px;
  text-align: right;*/
}
.colum_rigt h3{
  text-align: center;
  margin-top: 25px;   
}
.list_number {
  margin: 0 0 6rem;
}
.list_number li {
  padding: 0 0 3.6rem 6.5rem;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.65;
}
.list_number li::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  font-size: 7rem;
  color: rgba(215,157,96,0.5);
  font-weight: normal;
  line-height: 1;
}
.list_number li:last-child {
  padding-bottom: 0;
}
.carusel_vertical {
  display: flex;
  align-items: center;
  /*max-width: 220px;
  margin-left: auto;
  padding: 0 0 60px;*/
  width: 100%;
}
.carusel_vertical .img_box {
  display: table;
  width: 100%;
}
.carusel_vertical .img_box div {
  display: table-cell;
  height: 140px;
  vertical-align: middle;
}
.carusel_vertical .img_box div img {
  margin: auto;
}
.carusel_vertical .slick-arrow {
  position: relative;
  /*bottom: 0;*/
  /*left: 50%;*/
  height: 20px;
  width: 40px;
  /*margin-left: -50px;*/
  border: 0;
  /*overflow: hidden;*/
  color: #88837e;
  background: none;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.carusel_vertical .slick-arrow::before {
  display: block;
  content: '\e900';
  font-family: 'icomoon';
  font-size: 38px;
  position: relative;
  top: -13px;
}
.carusel_vertical .slick-arrow:hover {
  color: #ffc07d;
}
.carusel_vertical .slick-prev{
  transform: rotate(90deg);
}
.carusel_vertical .slick-next {
  transform: rotate(-90deg);
 /* margin-left: 20px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);*/
}
/* FOOTER
-----------*/
#footer {
  background: #372e29;
  padding: 20px 40px;
  /*height: 19.6rem;*/
  color: #fff;
  /*margin-top: -19.6rem;*/
  position: relative;
  z-index: 101;
  overflow: hidden;
  min-width: 320px;
  
}
.footer_box {
  margin: auto;
}
.footer_box::after {
  display: block;
  content: '';
  clear: both;
}

.footer_nav {
  /*float: left;*/
  list-style: none;
  margin: 0;
  display: inline-block;
  transition: 0.3s ease;
  left: 0;
  position: relative;
  transform: translateX(0);
  vertical-align: sub;
}
.footer_nav >li {
  display: inline-block;
  margin: 0 0 0 1rem;
  /*height: 8rem;*/
  position: relative;
  z-index: 3;
  padding: 0 2rem;
  /*line-height: 8rem;*/
  margin: 5px 0;
}
.footer_nav >li::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  border-radius: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#c191fd), to(#21ecf1));
  background: -webkit-linear-gradient(left, #c191fd 0%, #21ecf1 100%);
  background: -o-linear-gradient(left, #c191fd 0%, #21ecf1 100%);
  background: linear-gradient(to right, #c191fd 0%, #21ecf1 100%);
  z-index: -2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.footer_nav >li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 2px;
  left: 2px;
  background: #372e29;
  border-radius: 4rem;
  z-index: -1;
  display: block;
}
.footer_nav >li.active a {
  border-bottom-color: transparent;
  color: #ffc07d;
  cursor: default;
}
.footer_nav >li.active::before {
  opacity: 1;
}
.footer_nav >li.active::after {
  display: block;
}
.footer_nav a {
  font-size: 3.6rem;
  text-decoration: none;
  color: #fff;
  padding: 5px 1rem 7px;
  line-height: unset;
  border-radius: 50px;
  /*border-bottom: 0.1rem solid #ffc07d;*/
}
.no-bottom .footer_nav a{
  padding: 5px 3rem 10px;
}
.footer_nav li:nth-child(1)>a:hover{
  background-color: rgba(240, 234, 95, 0.2);
}
.footer_nav li:nth-child(2)>a:hover{
  background-color: rgba(74, 179, 201, 0.2);
}
.footer_nav li:nth-child(3)>a:hover{
  background-color: rgba(65, 153, 51, 0.2);
}
.footer_nav li:nth-child(4)>a:hover{
  background-color: rgba(215, 20, 24, 0.2);
}
.footer_nav li:nth-child(5)>a:hover{
  background-color: rgba(45, 70, 154, 0.2);
}
.footer_nav li.active>a:hover{
  background-color: transparent;
}
/*.footer_nav a:hover {
  border-bottom-color: transparent;
}*/
.foot_social {
  float: right;
    list-style: none;
    margin: 0 -2.7rem 0 0;
    /*padding-top: 1rem;*/
    opacity: 1;
    display: block;
    transition: opacity 1s ease;
}
.foot_social li {
  display: inline-block;
  padding: 0 2.7rem 0 0;
}
.foot_social a {
  height: 6rem;
  width: 6rem;
  border: 0.2rem solid #c39464;
  border-radius: 50%;
  text-align: center;
  line-height: 6.2rem;
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_social a:hover {
  color: #c39464;
}
.foot_social a i.icon-vk {
  font-size: 3.2rem;
  position: relative;
}
.index #footer {
  background: none;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.index #main {
  background: none;
  min-height: 100vh;
}
.index .footer_nav >li::before,
.index .footer_nav >li::after {
  display: none;
}
.no-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
    background: #372e29;
    padding: 0px 0;
}
.no-bottom .footer_nav {
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*.no-bottom .footer_nav >li {
    height: 6rem;
    line-height: 6rem;
}*/
.no-bottom .footer_nav a {
    font-size: 2.8rem;
}
.no-bottom .foot_social{
  opacity: 0;
    height: 0;
    width: 0;
    transition: 0s;
    padding: 0;
}
.no-bottom.in .footer_nav{
  transition: 0s;
}
.index .video_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
/*  background: #4d4040 url("../img/bg_index_bed.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
          background-size: cover;*/
}
.index .video_box::before {
  display: block;
  content: '';
  position: absolute; z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #4d4040;
  background: linear-gradient(#4d4040, rgba(0,0,0,0.3) 1px), linear-gradient(90deg,#4d4040,rgba(0,0,0,0.3) 1px);
  background-size: 3px 3px;
  background-position: center center;
}
.index .video_box::after {
  display: block;     z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: -webkit-linear-gradient(#000 0%, transparent 100%);
  background: -o-linear-gradient(#000 0%, transparent 100%);
  background: linear-gradient(#000 0%, transparent 100%);
  opacity: 0.6;
}
.video_box > video{
  position: absolute;
 	height: 100%;
  width:100%;
  object-fit: cover;
}
/*.index.loaded .video_box {
  background: #4d4040 url("../img/bg_index.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
}*/
.content_index {
  position: relative;
  z-index: 20;
  padding: 10rem 0 22rem;
}
.index .content_index {
   padding: 10rem 0 0;
}
.content_index_box {
  margin: auto;
}
.content_index_box::after {
  display: block;
  content: '';
  clear: both;
}
.index_left {
  float: left;
  width: 25%;
}
.index_right {
  float: left;
  width: 75%;
}
.nav_index {
  list-style: none;
  padding: 4px 0 3px;
  position: relative;
  z-index: 5;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*.nav_index::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 100%;
  top: -10000%;
  left: -10rem;
  background: url("../img/line.gif") repeat-y 0 100%;
  width: 1.2rem;
  z-index: -1;
}
.nav_index::after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  bottom: -10000%;
  left: -10rem;
  background: url("../img/line.gif") repeat-y 0 0;
  width: 1.2rem;
  z-index: -1;
}*/
.nav_index >li {
  padding: 2.2rem 0 2.2rem 0;
  position: relative;
  z-index: 50;
}
/*.nav_index >li::before {
  display: block;
  content: '';
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 3.5rem;
  left: -1.9rem;
  background: #ffc485;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}*/
.nav_index a {
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.nav_index a:hover {
  color: #ffc485;
}
.nav_index li.active::before {
  opacity: 0;
}
.nav_index li.active .lines_box {
  z-index: 20;
}
.nav_index li.active a {
  color: #ffc485;
}
.nav_index li.active li:nth-child(1) {
  width: 20%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(2) {
  width: 30%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(3) {
  width: 45%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(4) {
  width: 75%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(5) {
  width: 100%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(6) {
  width: 75%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(7) {
  width: 45%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(8) {
  width: 30%;
  border-top-color: #ffe9d1;
}
.nav_index li.active li:nth-child(9) {
  width: 20%;
  border-top-color: #ffe9d1;
}
.lines_box {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10rem;
  width: 8.2rem;
}
.lines {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.2rem;
}
.lines li {
  border-top: 0.1rem solid #ffc486;
  height: 1rem;
  width: 1.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.IndexBox {
  color: #fff;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(100px);
}
.IndexBox.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  transform: translateX(0);
  transition: all 1s ease;
}
.IndexBox p {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 100;
}
.index_info{
  transform: translateX(100px);
  opacity: 0;
}
.active .index_info{
      transform: translateX(0);
    opacity: 1;
    transition: all 1.2s ease;
}
.btn_more {
  display: inline-block;
  height: 5.5rem;
  width: 20.5rem;
  border: 0.1rem solid #ffc07d;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  color: #fff;
  line-height: 5.5rem;
}
.btn_more:hover {
  background: #ffc07d;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  background: rgba(0,0,0,0.75);
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup .popup_box {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
}
.popup::before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
.popup.active {
  width: auto;
  opacity: 1;
  overflow-y: scroll;
  min-width: 320px;
}
.popup.active .popup_box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.popup_box {
  display: inline-block;
  vertical-align: middle;
  width: 370px;
  position: relative;
  text-align: left;
  background: #fff;
  margin: 15px 0;
  padding: 43px 15px 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clouse_popup {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  background: #fad64e;
}
.clouse_popup::before {
  display: block;
  content: '';
  height: 16px;
  width: 2px;
  background: #435369;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.clouse_popup::after {
  display: block;
  content: '';
  height: 16px;
  width: 2px;
  background: #435369;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.clouse_popup:hover {
  background: #f7dd7b;
}
.form-group{
	margin: 0 auto 15px auto; 
	width: 95%;
}
.form-group h2{
  margin: 0;
}
.form-text-center,.form-result{
	text-align: center;
}
.form-result{
  margin: 0;
  font-size: 16px;
}
.form-but-group{
	width: 95%;
	margin: 15px auto 0 auto; 
}
.form-group textarea, .form-group input{
	background-color: white;
  border: 1px solid #c1c1c1;
	border-radius: 2px;
  width: 100%;
  margin-top: 5px;
  padding: 7px 13px;
  font-size: 14px;
}
.form-group textarea:focus,.form-group input:focus{
	border-color: #585858;
}
.form-group textarea{
	max-width: 100%;
}
#est-vopros-but{
	display: inline-block;
	width: 60%;
}
input[type="submit"]{
	margin: 0 auto;
  display: inline-block;
  height: 42px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #58657e;
  border: none;
  border-radius: 2px;
  opacity: 0.9;
}
input[type="submit"]:hover{
	cursor: pointer;
	opacity: 1;
}
.form-valid{
	background-color: #ffc8c4;
	margin: 5px auto;
	font-size: 16px;
	width: 95%;
}
.slick-prev, .slick-next{
  position: absolute;
    top: 92%;
    opacity: 0.8;
    transform: translate(0);
}
.slick-prev:hover, .slick-next:hover{
  opacity:1;
}
.slick-prev::before, .slick-next::before{
  display: block;
    font-family: 'icomoon';
    font-size: 38px;
    position: relative;
    top: -13px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
.slick-prev::before{
  content: '\e900';
}
.slick-next::before{
  content: '\e900';
}
body.hidden {
  overflow-y: hidden;
}
a,
a::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
.gradient {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6002d), to(#ff4a64));
  background: -webkit-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: -o-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: linear-gradient(#d6002d 0%, #ff4a64 100%);
}
.nc-demo-modal-wrapper{
  display: none !important;
}
.vdiz-block{
    display:flex;
}
.vdiz-block .left-block, .vdiz-block .right-block{
    display: inline-block;
    padding: 20px;
}
.vdiz-block{
  margin-bottom: 40px;
}
.vdiz-block .left-block{
    width: 60%;
}
.vdiz-block .right-block{
    text-align: center;
    width: 40%;
}
.video-title{
  font-size: 48px;
  font-weight: 500;
}
.video-price{
  font-size: 32px;
  font-weight: 500;
}
.right-content{
  position: relative;
  display: inline-block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.slider-item{
  padding: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.slider-item img{
  width: 100%;
  cursor: pointer;
}
.slider-item svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
svg .video__button-shape{
  fill: #f00;
}
svg .video__button-icon{
  fill: #fff;
}
.video-iframe{
  border: none;
  background: #000;
}
.slick-list{
  padding: 0 !important;
}
.need-video-btn{
  background-color: rgba(215, 157, 96,1);
  color: #fff;
  border: none;
  padding: 12px 45px;
  cursor: pointer;
  border-radius: 7px;
  transition: 0.3s ease;
  text-decoration: none;
}
.need-video-btn:hover{
  background-color: rgba(215, 157, 96,.8);
}
.left-block .video-title, .left-block .video-price{
  display: none;
} 
@media(min-width: 1210px){
  .phone_cont .phone a{
    font-size: 34px;
  }
  .nav_phone a{
    font-size: 16px;
  }
  .btn_head{
    width: auto;
    height: auto;
    padding: 0 25px;
    font-size: 22px;
  }
  .head_link{
    font-size: 18px;
  }
  .nav_index a{
    font-size: 20px;
  }
  .IndexBox p{
    font-size: 42px;
  }
  .btn_more{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: normal;
    padding: 12px 25px;
  }
  .footer_nav a{
    font-size:25px;
  }
  /*.foot_social a{
    width: 65px;
    height: 65px;
  }*/
  .title{
    padding: 25rem 100px 35px;
  }
  .no-bottom .footer_nav >li {
    height: unset;
    line-height: unset;
    padding: 5px 10px 10px;
  }
  .no-bottom .footer_nav{
    padding: 20px 0;
  }
  .no-bottom .footer_nav a {
    font-size: 26px;
  }

}
.voln{
    z-index:100; 
    width: 1.2rem;
    padding:0;
    margin: 0;
    list-style: none;
    position: absolute;
    top:0;
    left: 0;
    line-height: 12px;
  }
  .voln>li{
    width: 1.2rem;  
    height: 1px;
    background-color: #ffe9d1;
    display: inline-block;
    transition: 0.15s ease;
  }
  .voln>li.static{
    width: 1.2rem !important;
    background-color: #ffc486 ;
    height: 2px;
  }
.all-phones .city-list,.all-phones .phone-list{
    display: inline-block;
    list-style: none;
    color: #fff;
    font-size: 20px;
}
.all-phones .phone-list a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.all-phones .phone-list a:hover{
    opacity: 0.8;
}
.all-phones .phone-list a span{
    font-weight: normal;
}
.all-phones .city-list{
    text-align: right;
}
.all-phones ul li{
  margin: 2px 0;
  line-height: unset;
}
.all-phones{
  text-align: center;
}
.plosh-map{
  width: calc(100% + 20rem);
  position: relative;
  left: -10rem;
  margin-top: -8.1rem;
  margin-bottom: 8.1rem;
  height: 450px;
}
@media screen and (max-width: 1700px){
  .no-bottom .footer_nav {
    margin: 0;
    left: 0%;
    transform: translateX(0);
  }
  .footer_box{
    text-align: center;
  }
  .foot_social,.footer_nav{
    float: unset;
  }
  .foot_social{
    margin: 0;
    padding: 20px 0 0;
  }
  #footer{
    height: unset;
  }
}
.comments {
    background-color: rgba(55, 46, 41,0.7);
    padding: 25px 40px;
    margin-top: 40px;
    text-align: center;
}
.comments-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 60%;
}
.comments-text p {
    color: #fff;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.comment-socials {
    display: inline-block;
    vertical-align: middle;
}
.comment-socials .foot_social a{
    width: 90px;
    height: 90px;
    
  }
.comment-socials  .foot_social{
  padding: 0;
  padding-top: 20px; 
}

@media screen and (max-width: 1199px){
  .comment-socials .foot_social a{
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 998px){
  .comments-text {
    max-width: unset;
  }
  .video-title{
    font-size: 32px;
  } 
  .video-price{
    font-size: 24px;
  }
}
.tpl-component-ploshadki .pl-blk-body:not(.slider_other_pl){
  list-style-type:none;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	margin-left:0;
}
.tpl-component-ploshadki .pl-item{
  max-width: 350px;
	display:inline-block;
	margin: 0 25px 30px 25px;
    
}

.pl_photo{
  margin-bottom:10px;
}
.pl_photo>a{
  height:250px;
    overflow:hidden;
    display:block;
}
.pl_photo>a>img{
  width:100%;
    height:100%;
  object-fit: cover;
    object-position:bottom;
}
.pl_text, .pl_count, .pl_name{
  text-align:center;
}
.pl_name{
  margin-bottom:8px;
}
.pl_text{
  margin-bottom:5px;
}
.pl_textfull{ 
  margin-top:10px;
    margin-bottom: 20px;
}
.pl_back{
  margin-top:-15px;
}
.pl_back a{
  color:#000;
    text-decoration:none;
    font-size:20px;
    font-weight:bolder;
}
.pl_text, .pl_count{
  font-size: 15px;
}
.owl-carusel .pl_text,.owl-carusel .pl_count, .owl-carusel .pl_name{
  font-size:13px;
    margin: 7px 0;
}
.pl_name a{
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
    display: inline-block;
    line-height: 25px;
}
.owl-carusel .pl_name a{
  font-size:18px;
    line-height: 20px;
}
.owl-item img{
  width:100%;
}
.column-title{
  text-align: center;
}
.slick-dots{
  display:block;
    position:absolute;
    top:100%;
    margin:0 !important;
}
.slick-dots li{
  margin: 0 5px;
}
.slider_photos .slick-slide{
  padding:10px;
}
.slider_other_pl .slick-slide{
  margin: 0 20px;
}
.slider_other_pl .slick-track{
  display: flex;
    justify-content: space-between;
}
.slide_other_pl img{
    height: 190px;
    width: 100%;
}
.slider_other_pl .slick-prev, .slick-next{
  opacity: 0.8;
}
.slider_other_pl {
  margin: 0;
}
.slider_other_pl .slick-prev, .slick-next{
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
}
.slider_other_pl .slick-prev::before{
  content: '\e900';
  transform: rotate(90deg);
}
.slider_other_pl .slick-next::before{
  content: '\e900';
  transform: rotate(-90deg);
}
.slider_other_pl .slider_item>img{
  width:100%;
    height:100%;
    object-fit:cover;
}
.title h1 {
  color: #ffc07d;
  background: unset;
  -webkit-text-fill-color: unset;
}
.index .target-city{
  display: none;
}
.all-phones{
  display: none;
}
.index .all-phones{
  display: block;
}
.targeting-mob{
  display: none;
}
.targeting-mob a{
  font-size: 16px;
  border-bottom: 1px dashed;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.target-city p{
  color: #fff;
}
.services-content{
  margin-top: 10px;
}
.service-item{
  margin-bottom: 15px;
}
.service-img-block{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.service-img-block a{
  display: inline-block;
  cursor: pointer;
}
.service-img-block img{
  width: 100%;
  height: 100%;
}
.service-info-block{
  display: inline-block;
  vertical-align: middle;
}
.service-info-block h3{
  margin: 0;
}
/* таргетинг */
.select-city-wrap {
    display: inline-block;
    list-style: none;
    margin: 0 0 23px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 17px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
a.select-city {
    display: block;
    font-size: 15px;
    color: #ffcf9e;
    text-decoration: none;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
a.select-city:hover {
    color: #d79d60;
}
#targetingModal .nav_phone {
    border: 0;
    margin: 0;
}
#targetingModal .nav_phone li {
    border: 0;
}
#targetingModal .nav_phone a {
    color: #3c3c3c;
}
#targetingModal .nav_phone a.active {
    text-decoration: underline;
}
#targetingModal .nav_phone a.active::before {
    background-color: transparent;
}

.all-phones .phone-list li {
    display: none;
}

.all-phones .phone-list li:nth-child(1) {
    display: block !important;
}

.all-phones .city-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* font-size: 24px; */
    margin-right: 0 !important;
}
.all-phones .city-list li {
    margin-right: 15px
}

.index .all-phones {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    align-content: center;
}

.all-phones .phone-list {
    margin-bottom: 0;
}

.all-phones .phone-list li:nth-child(1) .phone a {
    font-weight: 300;
    margin-left: -10px;
    font-size: 25px;
}

.header_phone {
    left: 55%;
}
.all-phones .city-list, .all-phones .phone-list {
    font-size: 22px;
}

.all-phones .city-list{
  margin-bottom: 10px;
}
#footer .foot_social li:nth-of-type(2) {
  display: none;
}

.head_info h1 {
    display: block;
    font-size: 3.4rem;
    font-weight: 300;
    color: white !important;
    padding: 0 0 4px;
    -webkit-text-fill-color: white;
}

.form-group {
    font-size: 3.5rem;
    font-weight: normal;
    margin: 0 0 2rem;
    line-height: 1.4;
}

.no_soglas input[type="submit"]{
    background: #bfbcbc;
}


.foot_soglastext{
    list-style: none;
    font-size: 12px;
    width: 410px;
    margin: 10px 0 0 0;
}

.footer_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.no-bottom .foot_soglastext{
    opacity: 0;
    height: 0;
    width: 0;
    transition: 0s;
    padding: 0;
}


#cookie_note.show{
    display: flex;
}
#cookie_note{
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 1000;
    display: none;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #d79d60;
    padding: 20px;
    background: #00000066;
    text-align: justify;
}

#cookie_note p{
    margin: 0;
}

#cookie_note button{
    background: none;
    border: 1px solid #d79d60;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s
}
#cookie_note button:hover{
    background: #d79d60;
}


@media (max-width: 1500px){
    .footer_box{
        flex-direction: column;
    }
    #cookie_note{
        bottom: 200px;
        font-size: 14px;
    }
}

@media (max-width: 950px){
    #cookie_note{
        font-size: 11px;
    }
}
@media(max-width: 831px){
    #cookie_note{
        bottom: 235px;
    }
}

@media (max-width: 767px){
    #cookie_note{
        flex-direction: column;
        bottom: 158px;
    }
}

@media (max-width: 655px){
    #cookie_note{
        flex-direction: column;
        bottom: 175px;
    }
}
@media (max-width: 550px){
    #cookie_note{
        font-size: 10px;
        flex-direction: column;
        bottom: 145px;
    }
}

@media (max-width: 516px){
    #cookie_note{
        font-size: 10px;
        flex-direction: column;
        bottom: 165px;
    }
}

@media (max-width: 430px){
    #cookie_note{
        font-size: 10px;
        flex-direction: column;
        bottom: 185px;
    }
    .foot_soglastext{
        width: 90%;
    }
}

@media (max-width: 339px){
    #cookie_note{
        font-size: 10px;
        flex-direction: column;
        bottom: 202px;
    }
}
