/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html.noscroll,
body.noscroll
{
  overflow:hidden;
}
@font-face {
    font-family: studiogothicalternateextraLigh; /* Имя шрифта */
    src: url(../fonts/studiogothicalternateextraLigh.ttf); /* Путь к файлу со шрифтом */
   }
  @font-face {
    font-family: kleintextbook; /* Имя шрифта */
    src: url(../fonts/kleintextbook.ttf); /* Путь к файлу со шрифтом */
   }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
font-family: 'Roboto', sans-serif;

}

blockquote, q {
  quotes: none;
}
textarea{
  resize: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{max-width: 100%;}
a{outline: none;}
input,button{  outline: none;  border: none;}
#modal_gallery1{
  position: relative;
}
#sandwich {
  width: 18px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  right: 111px;
  top: 90px;
  }
.sw-topper {
  position: relative;
  top: 0px;
    width: 18px;
    margin: auto;
  height: 2px;
  background: #1b1d26;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
  position: relative;
   width: 18px;
  height: 2px;
  top:5px;
  margin: auto;
  background: #1b1d26;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}
.sw-footer {
  position: relative;
     width: 18px;
  height: 2px;
  top: 10px;
  margin: auto;
  background: #1b1d26;
  border: none;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
#sandwich.active .sw-topper {
  top: 7px;
  transform: rotate(140deg);
}
#sandwich.active .sw-bottom {
  top:5px;
  transform: rotate(-140deg);
}
#sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg);
}
header .head{
  max-width: 1240px;
  margin: auto;
  display: flex;
padding-top: 80px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 170px;
}
.data_header{
  display: flex;
}
.phone{
  margin-right: 40px;
}
.phone a{
  font-size: 20px;
  color: #291720;
  display: block;
  margin-top: 6px;
  text-decoration: none;
}
.feedback a{
  width: 208px;
  height: 36px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
display: block;
  color: #fff;
  text-decoration: none;
   background: #000;
   font-size: 13px;
   line-height: 36px;
   text-transform: uppercase;
   text-align: center;
   font-weight: 600;
}
.feedback a:hover{
  background: #0C6;
}
.social_networks{
  margin-top: 5px;
  margin-left: 10px;
  filter: hue-rotate(124deg);
}
.social_networks a{
  margin-left: 15px;
}
.social_networks a:hover{
  opacity: .7;
}
.block_home{
  max-width: 1240px;
  margin: auto;
  padding-bottom: 200px;
}
.home{
  background: url(../img/treez.png) no-repeat 75% 50%;
  margin: auto;
}
.block_home h1{
  font-size: 57px;
  color: #291720;
  text-transform: uppercase;
  margin-bottom: 85px;
  font-weight: 600;
  line-height: 70px;
    font-family: studiogothicalternateextraLigh; 
}
.block_home h1 span{
    color: #0c6;  
    font-family: kleintextbook;
}
.block_home a{
  display: block;
  width: 307px;
  height: 54px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 54px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight:  700;
  background: linear-gradient(135deg, #19ff79, #0c6);
}
.block_home a:hover{
  background: linear-gradient(135deg, #0c6, #19ff79);
  
}
#modal_menu{
  display: flex;
  position: relative;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: 50px ;
}
.menu_show{
  max-width: 1040px;
-webkit-border-radius: 20px;
        border-radius: 20px;
  position: relative;
  margin-right: 111px;
  background:#fff url(../img/img.jpg) no-repeat right bottom;
}
.menu_show:after{
  content: "";
  right: 0;
  top: 0;
  width: 93px;
  height: 99px;
  z-index: 0;
  position: absolute;
  -webkit-border-radius: 0 20px 0 0 ;
          border-radius: 0 20px 0 0 ;
  background: url(../img/clo.jpg) no-repeat right top;
}
#modal_menu .mfp-close{
  margin-right: 131px;
  top: 30px;
  width: 35px;
  height: 35px;
  font-size: 30px;
  background: #0C6;
  color: #FFF;
  line-height: 38px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
#modal_menu .mfp-close:hover{
  background: #000;
}
.gallery_modals {
  position: relative;
  max-width: 946px;
  margin: auto;
}
.gallery_modals .mfp-close{

  top: 10px;
  width: 35px;
  height: 35px;
  font-size: 30px;
  right: 10px;  
  background: #0C6;
  color: #FFF;
  line-height: 38px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.gallery_modals .mfp-close:hover{
  background: #000;
}
.block_menu_show{
  padding: 100px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.links_modal{
  width: 33.33%;
}
.links_modal h4{
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin-bottom: 85px;
}
.links_modal ul{
  list-style: none;
}
.links_modal ul li a{
  font-size: 13px;
  display: block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}
.links_modal ul li a:hover{
  color: #0C6;
}
.links_modal figure{
  margin-top: 135px;
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 



  -webkit-transform: scale(0.8); 
  transform: scale(0.8); 
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1); 
  transform: scale(1); 
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
#modal_fedd{
  max-width: 500px;
  position: relative;
  margin: auto;
  background: #FFF;
  display: block;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.fed_modals{
  padding: 90px;
}
.fed_modals:after{
  content: "";
  right: 0;
  top: 0;
  width: 93px;
  height: 99px;
  z-index: 0;
  position: absolute;
  -webkit-border-radius: 0 20px 0 0 ;
          border-radius: 0 20px 0 0 ;
  background: url(../img/clo.jpg) no-repeat right top;
}
#modal_fedd .mfp-close{
 right: 30px;
  top: 30px;
  width: 35px;
  height: 35px;
  font-size: 30px;
  background: #000;
  color: #FFF;
  line-height: 38px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
#modal_fedd .mfp-close:hover{
  background: #0C6;
}
.fed_modals h3{
  margin-bottom: 40px;
}
.fed_modals input{
  width: 300px;
  height: 52px;
  -webkit-border-radius: 26px;
          border-radius: 26px;
  background: #f0f0f0;
  text-indent: 24px;
  font-size: 18px;
  display: block;
  margin: auto;
  margin-bottom: 36px;
}

.fed_modals button{
  display: block;
  width: 307px;
  height: 54px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 54px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight:  700;
  display: block;
  margin: auto;
  background: linear-gradient(135deg, #19ff79, #0c6);
}
.fed_modals button:hover{
  background: linear-gradient(135deg, #0c6, #19ff79);
}
.fed_modals h3{
  font-size: 36px;
  text-align: center;
  line-height: 48px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.fed_modals h3 p{
  color: #291720;
  font-weight: 700;
}
.fed_modals h3 p span{
  color: #0c6;
}
.gallery{
  max-width: 1120px;
  height: 1100px;
  margin: auto;
  position: relative;
}
.service_link_gallery{
  text-decoration: none;
}
.service_link_gallery figure figcaption{
  font-size: 14px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}
 .owl-small{
   max-width: 940px;
   background: #D1D1D1;
   border: 4px solid #fff;
  margin: auto;
 }
 .owl-small .owl-dot{
   width: 62px !important;
   height: 37px !important;
   -webkit-border-radius: 0 !important;
           border-radius: 0 !important;
       height: auto !important;
    
  opacity: 0.6!important;
background: #D1D1D1 !important;
  margin: 8px 4px !important;
  padding: 3px !important;
     padding-bottom: 0 !important;

  }
  .owl-small .owl-dot.active{
    opacity: 1 !important;
  padding: 3px !important;
    padding-bottom: 0 !important;
 
    
     background: -webkit-linear-gradient(to bottom, #ff6b00, #da0666) !important;
   background: -o-linear-gradient(to bottom, #ff6b00, #da0666) !important;
   background: linear-gradient(to bottom, #ff6b00, #da0666) !important;
  }
  .gallery{
    max-width: 1140px;
    margin: auto;
    position: relative;
 padding-bottom: 125px;
  }
  .service_link_gallery{
    position: absolute;
    display: block;
  }
    .service_link_gallery:hover{
      opacity: .7;
    }
    .gallery .service_link_gallery figure figcaption{
      position: relative;
      margin-left: 22px;
      margin-top: 25px;
      color: #291720;
    }

    .gallery .service_link_gallery:nth-child(1){
      position: absolute;
      left: 256px;
      top: 44px;
    }

  .gallery .service_link_gallery:nth-child(1) figure figcaption:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fe761b;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 122px;
    bottom:8px;
  }

  .gallery .service_link_gallery:nth-child(2){
      position: absolute;
      left: 0;
      top: 277px;
    }
 .gallery .service_link_gallery:nth-child(2) figure{
   display: flex;
  }
  .gallery .service_link_gallery:nth-child(2) figure figcaption{
    margin: auto;
    margin-left: 40px;
    margin-bottom: 85px;
  }

  .gallery .service_link_gallery:nth-child(2) figure figcaption:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #fc6f20;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 88px;
    bottom:13px;
  }
  .gallery .service_link_gallery:nth-child(3){
      position: absolute;
      left: 160px;
      top: 567px;
  }
 .gallery .service_link_gallery:nth-child(3) figure{
   display: flex;
  }
  .gallery .service_link_gallery:nth-child(3) figure figcaption{
    margin: auto;
   margin-top: 0;
  }
  .gallery .service_link_gallery:nth-child(3) figure figcaption:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #e93745;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 30px;
   top: -20px;
  }

    .gallery .service_link_gallery:nth-child(4){
         position: absolute;
    right: 279px;
    top: 567px;
  }
 .gallery .service_link_gallery:nth-child(4) figure img{
   margin-top: -28px;
 }
  .gallery .service_link_gallery:nth-child(4) figure figcaption{
    margin: auto;
   margin-top: 0;
  }
  .gallery .service_link_gallery:nth-child(4) figure figcaption:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #dc0d61;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 30px;
   top: -30px;
  }


      .gallery .service_link_gallery:nth-child(5){
         position: absolute;
    right: 0;
    top: 323px;
  }
   .gallery .service_link_gallery:nth-child(5) figure{
     display: flex;
   }
 .gallery .service_link_gallery:nth-child(5) figure img{
   margin-top: -28px;
 }
  .gallery .service_link_gallery:nth-child(5) figure figcaption{
    margin: auto;
   margin-top: 95px;
   margin-right: 40px;
  }
  .gallery .service_link_gallery:nth-child(5) figure figcaption:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #de135d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: -30px;
   top: 15px;
  }


    .gallery .service_link_gallery:nth-child(6){
         position: absolute;
    right: 181px;
    top: 0px;
  }
   .gallery .service_link_gallery:nth-child(6) figure{
     display: flex;
   }
 .gallery .service_link_gallery:nth-child(6) figure img{
   margin-top: -28px;
 }
  .gallery .service_link_gallery:nth-child(6) figure figcaption{
    margin: auto;
margin-bottom: 0;
margin-right: -80px;
  }
  .gallery .service_link_gallery:nth-child(6) figure figcaption:after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #f14c38;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: -30px;
   top: 15px;
  }

.stoimost {
    display: block;
    width: 225px;
    height: 45px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -113px;
    top: 410px;  
   
    line-height: 45px;
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff7919, #d90368);
}
  .stoimost:hover {
    background: linear-gradient(135deg, #d90368, #ff7919);
}
.btn_feed{
  width: 306px;
  display: flex;
  height: 268px;
  position: absolute;
left: 410px;
top: 812px;
  background: url("../img/bg_btn.png") no-repeat center top;
}
.btn_feed a{
  height: 54px;
  line-height: 54px;
  width: 306px;
  color: #e32253;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  margin: auto;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  background: url("../img/shape.png");
}
.btn_feed a:hover{
  color: #fff;
  background: linear-gradient(to bottom, #ff6901, #d90467);
}
.portfolio{
  position: relative;
  background: #FFF;
}
.teni{
  width: 100%;
  height: 100px;
  background: #FFF;
  position: relative;
  }
.teni:after{
    z-index: -1;
  content: '';
max-width: 840px;
    height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;

-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, .27);
        box-shadow: 0 0 36px rgba(0, 0, 0, .27);
}

.masonry { 
display: flex;
-webkit-justify-content: space-between;
        justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 167px;

}
.item { 
    display: inline-block

}
.portfolio{
  max-width: 1120px;
  margin: auto;
  position: relative;
}
.marg_work{
  margin-top: -185px;
}
.portfolio .title{
  font-size: 54px;
  position: absolute;
  top: -190px;
  text-align: left;
  font-weight: 100;
  line-height: 63px;
}
.portfolio .title span{
font-weight: 900;
font-size: 54px;
  display: block;
}
.item-works span{
  text-transform: uppercase;
  font-size: 13px;
  color: #c0c0c0;
  font-weight: 700;
  padding: 20px 0;
  display: block;
  text-align: center;
}
.item-works figure:hover{
  opacity: .7;
}
.item-works  p{
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #28161f;
}
.item-works figure img{
  -webkit-border-radius: 15px;
          border-radius: 15px;
      -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, .27);
            box-shadow: 0 0 46px rgba(0, 0, 0, .27);
}
.seen{
  display: block;
  width: 160px;
  height: 54px;
  margin: auto;
  font-size: 15px;
  text-align: center;
  line-height: 54px;
  color: #FFF;
  text-decoration: none;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  text-transform: uppercase;
  margin-bottom: 88px;
  background: linear-gradient(135deg, #ff781a, #dd105f);
}
.seen:hover{
  
  background: linear-gradient(135deg, #dd105f, #ff781a);
}
.all_spec{
  display: none;
}
#button{
  width: 300px;
  height: 53px;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  display: block;
  text-align: center;
  margin: auto;
  color: #291720;
  background: #F7F7F7;
  text-decoration: none;
  line-height: 53px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
margin-bottom: 170px;
}
#button:hover{
  color: #FFF;
  background: #0C6;
}
.individual_sect{
  padding-bottom: 346px;
  background: url(../img/bg_individual.png) no-repeat center 1049px;
  background-size: 100% 53%;
  filter: hue-rotate(148deg);
}




@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.7);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0.3);
  }
}
.video_sect{
  max-width: 1240px;
  margin: auto;
}
.video_sect-btn__video{
  width: 307px;
  height: 307px;
  display: flex;
  background: url("../img/bg_video_btn.png") 100% / cover;
}
.pulse {

  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color:gray;
  border-radius: 50%;
  margin: auto;
  display: block;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  background: rgba(0, 0, 0, 0.7);
  animation: radial-pulse 1s infinite;
}
.pulse:hover{
-webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
        transform: scale(1.2);
    -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.block_video_sect{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 240px;
}
.title_video{
  max-width: 650px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 65px;
}
.video_sect-btn__video{
  margin-top: -191px;
}

.treez_list {
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 155px;
}

.treez_list_item {
  display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.img_block {
  display: flex;
  filter: hue-rotate(-145deg);
}

.treez_list_item > li {
  background: #fff;
  box-shadow: 0px 0px 7px 2px #e6e6e6;
    padding: 40px;
    border-radius: 8px;
    width: 42%;
    margin: 8px;
}

.treez_list_item h3 {
  font-size: 25px;
  margin-bottom: 16px;
}

.treez_list_item  p {
  margin-bottom: 27px;
}

.treez_list_item_features {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.treez_list_item_features span {
  font-size: 28px;
  color: #ff5722;
  display: block;
  margin-bottom: 5px;
}

.treez_list_item_features p {
  font-size: 14px;
  color: #888;
}

.txt_advants {
  display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
}

.txt_advants .block_home a {
  width: 160px;
  height: 33px;
  line-height: 34px;
  margin-top: 15px;
}

.advants {
  width: 27%;
  display: flex;
  margin-bottom: 35px;
  padding: 30px;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
  border-radius: 15px;
}

.img-advants figure {
  width: 36px;
  margin-top: -10px;
  margin-right: 14px;
  filter: hue-rotate(-145deg);
}
.tetx_advants h4{
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 14px;
  font-weight: 500;
}
.tetx_advants  p{
  font-size: 15px;
  line-height: 19px;
}
.form-sect{
  max-width: 1120px;
  margin: auto;
}
.title_form{
  max-width: 640px;
  font-size: 54px;
  color: #000;
  line-height: 63px;
  font-weight: 900;
  margin-bottom: 50px;
}
.tetx_specs{
  margin-bottom: 54px;
}
.tetx_specs h4{
  font-size: 16px;
  color: #FFF;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tetx_specs p{
  font-size: 15px;
  color: #FFF;
  line-height: 19px;
  font-weight: 300;
}
.rezdels_text{
  display: flex;
  width: 45%;
}
.img-rezdels_text figure{
  width: 36px;
  margin-right: 14px;
}
.txt_form-sect{
  max-width: 620px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
}
.block_form-sect{
  display: flex;

}
.forms_page{
  margin-left: 80px;
 width: 410px;
  margin-top: -250px;
}
.forms_page input{
  width: 300px;
  height: 50px;
  text-indent: 24px;
  font-size: 18px;
  border: 1px solid #fff;
  background: none;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  color: #FFF;
  display: block;
}
.forms_page ::-webkit-input-placeholder {color:#fff;}
.forms_page ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.forms_page :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.forms_page :-ms-input-placeholder      {color:#fff;}
.forms_page button{
  width: 300px;
  background: #000;
  color: #FFF;
  display: block;
  height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.block_inputs{
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.block_inputs:nth-child(2n){
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.forms_page button:hover {
    background: #0C6;
    cursor: pointer;
}
#modal-video{
  max-width: 1000px;
  background: #FFF;
  padding: 5px;
margin: 50px auto;
position: relative;
}
#modal-video .mfp-close{
  width: 35px;
  height: 35px;
  background: #FFF;
  color: #000;
  font-size: 25px;
  top: -40px;
  -webkit-border-radius: 18px;
          border-radius: 18px;
  right: -40px;
}
.block_designers{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      max-width: 1000px;
      margin: auto;
}
.designer figure a img{
  -webkit-border-radius:20px;
          border-radius:20px;
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, .27);
    box-shadow: 0 0 46px rgba(0, 0, 0, .27);
}
.designer figure a:hover img{
  opacity: .7;
}
.name_designer{
   font-family: 'PT Sans', sans-serif;
   color: #291720;
   font-size: 24px;
   padding-top: 30px;
   text-decoration: none;
  display: inline-block;
   margin-bottom: 10px;
}
.name_designer:hover{
 opacity: .7;
}
.designer p{
  max-width: 202px;
  font-size: 18px;
  color: #291720;
  line-height: 35px;
}
.des2, 
.des4
{
  margin-top: -105px;
}
.des3{
  margin-top: -200px;
}
.title_designer{
  position: absolute;
  right: 20px;
  top: -250px;
}
.title_designer h2{
  font-size: 36px;
  line-height: 48px;
  color: #291720;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}
.designers{
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.show_designer{
    height: 54px;
    line-height: 54px;
    width: 306px;
    color: #ff3600;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: auto;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    background: url(../img/shape1.png);
  margin-bottom: 76px;
  margin-top: -60px;
}

.show_designer:hover {
    color: #fff;
    background: linear-gradient(to bottom, #d90467, #ff6901);
}
.reviews{
  padding: 85px 0;
}
.rew{
  outline: none;
}
.reviews{
  max-width: 1530px;
  margin: auto;
  background: #FFF;
  position: relative;
}
.reviews:before{
    z-index: -1;
  content: '';
max-width:1070px;
    height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;

-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, .27);
        box-shadow: 0 0 36px rgba(0, 0, 0, .27);
}
.reviews:after{
    z-index: -1;
  content: '';
max-width:900px;
    height: 20px;
  position: absolute;
bottom:10px;
  left: 0;
  right: 0;
  margin: auto;

-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, .27);
        box-shadow: 0 0 36px rgba(0, 0, 0, .27);
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #e7e0e0;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #333;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #18b95b;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #18b95b;
  border: 1px solid #18b95b;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #333;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.block_rew{
  width: 310px !important;
  margin: auto;
  background: url("../img/bg_rev.png") no-repeat center top;
}
.name_rewiver{
  text-align: center;
  color: #291720;
  margin-bottom: 35px;
  font-size: 20px;
}
.text_rew{
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
.date_rew{
  text-align: center;
  color: #bfbfbf;
  display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}
.stars_rew{
  padding-top: 100px;
  margin-bottom: 13px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.star{
  width: 46px;
  height: 44px;
  background: url("../img/star_gri.png") no-repeat center top;
}
.stars_rew .star{
  text-align: center;
  line-height: 49px;
  font-weight: 600;
  color: #FAFAFA;
}
.rew{
  filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
      opacity: .3;
}
.rew .stars_rew .star{
  color:  #FAFAFA;
}
.rew.slick-slide.slick-current.slick-active.slick-center{
     filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…ues=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0%);
        opacity: 1;
}
.rew.slick-slide.slick-current.slick-active.slick-center .stars_rew .star{
  color:  #FF7919;
    background: url("../img/star.png") no-repeat center top;
}
.slick-prev{
  width: 36px;  
  height: 36px; 
  left: 50%;  
  margin-left: -233px;  
  background: url("../img/prev.png") no-repeat 0 0;
}
.slick-prev:hover{
  background: url("../img/prev.png") no-repeat 0 -36px;
}

.slick-next{
  width: 36px;  
  height: 36px; 
  right: 50%;  
  margin-right: -233px;  
  background: url("../img/next.png") no-repeat 0 -36px;
}
.slick-next:hover{
  background: url("../img/next.png") no-repeat 0 0;
}
.title{
  font-size: 54px;  
  color:  #291720;
    font-weight:  900;
      text-align: center; 
      margin-bottom: 65px;  
}
.title span{
  font-size:  36px;
  display: block; 
padding-top: 30px;  
  font-weight:  700;
   font-family: 'PT Sans', sans-serif;
}
.percent:after{
  content: '%';  
   font-size: 54px;
  font-weight: 900;
}
.benefits{
  margin-bottom: 175px;
}
.benefits__inner{
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      max-width: 1080px;
      margin: auto;
      text-align: center;
}
.benefits__number{
  font-size: 54px;
  font-weight: 900;
  margin-bottom: 20px;
}
.benefits__title{
  font-size: 13px;
  text-transform: uppercase;
   font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
.working_design{
padding: 90px 0;
background: url("../img/headline.png") no-repeat center 263px;
padding-bottom: 280px;
position: relative;

}

.working_design .title{
  margin-bottom: 124px;
}
.forms_benefit form{
  display: flex;
  max-width: 995px;
  margin: auto;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.forms_benefit form input{
  width: 305px;
  height: 49px;
  font-size: 18px;
  text-indent: 18px;
  font-weight: 300;
  -webkit-border-radius: 27px;
          border-radius: 27px;
  background: #F0F0F0;
  color: #8c8388;
  border: 2px solid #F0F0F0;
  
}
.forms_benefit form input:focus{
  border: 2px solid #00cc66;
  background: #fff;
}


.forms_benefit form button{
    display: block;
    width: 305px;
    height: 53px;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 54px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    background: linear-gradient(135deg, #19ff79, #0c6);
}
.forms_benefit form button:hover {
    background: linear-gradient(135deg, #0c6, #19ff79);
}

.title_instsa h3{
  padding-top: 83px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.title_instsa {
text-align: center;
}
.foot{
  max-width: 1500px;
  margin: auto;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.block_insta iframe {
  width: 100% !important;
  height: auto !important;
  border: none;
}


.foot{
  max-width: 1500px;
  margin: auto;
  padding: 90px 0;
}
.nav_footer ul {
  display: flex;
list-style: none;
}
.nav_footer ul li a{
  margin-left: 28px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.nav_footer ul li a:hover{
      color: #0C6;
}
.pays figure{
  display: flex;
  line-height: 36px;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.pays figure figcaption{
  font-size: 14px;
  font-weight: 500;
  margin-right: 47px;
}
.nav_footer{
  margin-bottom: 33px;
}
.data_left{
  display: flex;
}
.adress{
  display: flex;
  margin-right: 46px;
}
.img_adress{
  margin-right: 5px;
  margin-top: 5px;
}
.text_adress{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-top: -5px;
}
.data_kont a{
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.logo_footer{
  margin-top: -15px;
  margin-right: 26px;
}
.copyright{
  font-size: 14px;
  text-align: center;
  padding-top: 16px;
}
.teni2{
  width: 100%;
  height: 100px;
  background: #FFF;position: relative;
  margin-bottom: 100px;
}
.teni2:after {
    z-index: -1;
    content: '';
    max-width: 470px;
    height:13px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, .27);
    box-shadow: 0 0 46px rgba(0, 0, 0, .27);
}

.slider_portfolio,
.desiger_moth{
  display: none;
}
.gallery_mobile{
  padding: 30px 0;
  display: none;
}
.gallery_mobile .title,
.slider-portfolio .title{
  font-size: 33px;
    line-height: normal;
    margin-bottom: 30px;
}
.gallery_mobile .title span,
.slider-portfolio .title span {
    margin-top: 0;
    font-size: 25px;
    font-weight: 100;
    padding-top: 0;
}
.price_mob{
  display: block;
  width: 243px;
  height: 46px;
  margin: auto;
  text-align: center;
  line-height: 46px;
  text-transform: uppercase;
  color: #FF5F0E;
  text-decoration: none;
  margin-top: 60px;  
  font-size: 12px;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  background: url("../img/shape_mob1.png") no-repeat center center;
}
.price_mob:hover{
  color: #fff;
  background: linear-gradient(to bottom, #d90368, #ff781a);
}
.slider-portfolio{
  display: none;
}
.slider-portfolio .seen{
  width: 243px;
  height: 46px;
  margin-top: 60px;
  line-height: 46px;
  margin-bottom: 40px;
}
.title_form_page{
  color: #FFF;
  display: none;
  text-align: center;
  width: 100%;
  font-size: 29px;
}
.title_form_page span{
  font-size: 13px;
  font-weight: 100;
  line-height: 22px;
  display: block;
  margin-bottom: 20px;
}

.title_video_mobile{
  display: none;
    text-align: center;
    font-size: 31px;
    color: #291720;
    font-weight: 600;
    margin-bottom: 60px;
    padding-top: 40px;
}
.title_video_mobile span{
  display: block;
font-weight: 100;
font-size: 18px;
padding-top: 10px;
}

.social {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #bdc3c7;
    background: url(../img/society.png) no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.social-vk {
    background-position: 0 0;
}
.social-inst {
    background-position: -42px 0;
}
.social-ytube {
    background-position: -83px 0;
}



.cont_modal{
  max-width: 760px;
    background:#FFF;
  margin:auto;
  position: relative;
  padding:30px 5px;
  border-radius:5px;
  top: 30%;
  margin-top: -100px;  
  z-index: 9999999; 
 }
.close2{
  color:  #cdcdcd !important;  
}
.cont_modal h2{
  text-align: center;
color:  #5cc15a;
  font-size:50px;
  margin-bottom: 0;
  padding-top: 5px; 
 font-weight: 500; 

}
.cont_modal span{   
  display: block;
  text-align: center;
  font-size:40px;
  font-weight: 500   ;
  color: #333;
  padding: 20px 0;
  }    
 .cont_modal p{   
  display: block;
  text-align: center;
  font-size:35px;
  font-weight: 500 ;
  color: #333;
  padding: 20px 0;
  }  
.modal_senq {
    max-width: 500px;
    position: relative;
    margin: auto;
    background: #FFF;
    display: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.modal_senq .mfp-close {
    right: 30px;
    top: 30px;
    width: 35px;
    height: 35px;
    font-size: 30px;
    background: #000;
    color: #FFF;
    line-height: 38px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.block_senq, .block_request {
  display: none;
}

