/*   
Theme Name: Утюжка new
Author: Vova Prik
Version: 2
*/

@font-face {
  font-family: 'Roboto Regular';
  src: url('fonts/roboto.regular.ttf');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('fonts/roboto.light.ttf');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto Black';
  src: url('fonts/roboto.black.ttf');
  font-style: normal;
  font-weight: normal;
}
body {
  overflow-x: hidden;
}
* {
  font-family: 'Roboto Light';
  color: #2d3132;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 45px 0;
  padding-left: 80px;
  margin: 0 auto;
  position: relative;
}
.container::after {
  content: '';
  display: table;
  clear: both;
}
.clear::after {
  content: '';
  display: block;
  clear: both;
}
/****menu****/
.sidebar-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  overflow: hidden;
  border-right: 1px solid #31c1f1;
  background-color: #fff;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  z-index: 35;
}
.open.sidebar-menu {
  width: 300px;
}
.menu-close {
  margin-top: 119px;
  text-align: center;
}
.open .menu-close {
  display: none;
}
.menu-open {
  display: none;
}
.open .menu-open {
  display: block;
  text-align: center;
  padding-top: 125px;
}
.sidebar-menu i {
  display: block;
  width: 25px;
  height: 1px;
  margin-top: 7px;
  background-color: #2f2b2c;
}
.click {
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
}
.click-border {
  display: inline-block;
  padding: 3px 12px 10px;
  border: 1px solid #2f2b2c;
}
.click span {
  text-transform: uppercase;
  display: block;
}
.close {
  position: absolute;
  top: 25px;
  right: 21px;
  cursor: pointer;
  display: none;
}
.open .close {
  display: block;
}
.close img {
  width: 26px;
}
.sidebar-menu .menu {
  width: 300px;
  text-align: right;
}
.sidebar-menu .menu li {
  padding: 5px 101px 5px 20px;
  position: relative;
}
.sidebar-menu .menu li:hover::after {
  content: '';
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  top: 14px;
  right: 0;
  background-color: #31c1f1;
}
.sidebar-menu .menu li.current_page_item a {
  color: #31c1f1;
  font-weight: bold;
}
.sidebar-menu .menu a {
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #231f20;
}
.menu-contact {
  width: 300px;
  padding: 0 36px;
  text-align: right;
  color: #37c3f1;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.menu-contact .m-pho {
  width: auto;
  background: none;
  color: #231f20;
  font-weight: bold;
}
.menu-contact a {
  display: inline-block;
  color: #30c1f0;
  height: 28px;
  width: 28px;
  margin-top: 7px;
  border-radius: 50%;
  background-color: #30c1f0;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  padding-top: 5px;
}
.menu-contact a .fa {
  font-size: 16px;
  color: #fff;
}
.mobil-title {
  text-align: left;
  font-size: 11px;
  position: relative;
  margin-bottom: 40px !important;
  text-transform: uppercase;
}
.mobil-title span {
  color: #fff;
  background-color: #31c1f1;
  position: relative;
  z-index: 1;
  padding-right: 3px;
}
/*.price .mobil-title span,*/
.delivery .mobil-title span,
.advantages .mobil-title span {
  color: #31c1f1;
  background-color: #fff;
}
/*.price .mobil-title::after,*/
.delivery .mobil-title::after,
.advantages .mobil-title::after {
  border-color: #31c1f1;
}
.mobil-title::after {
  content: '';
  display: block;
  border: 1px solid #fff;
  width: 90%;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 0;
}
.dos {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
/*services*/
.services {
  background-color: #31c1f1;
}
.services .content-block {
  height: 650px;
  position: relative;
}
.services .item {
  position: absolute;
}
.services .item:nth-child(2) {
  top: 5%;
  left: 25%;
}
.services .item:nth-child(3) {
  top: 3%;
  right: 17%;
}
.services .item:nth-child(4) {
  top: 24%;
  left: 41%;
}
.services .item:nth-child(5) {
  top: 22%;
  right: 15%;
}
.services .item:nth-child(6) {
  bottom: 16%;
  left: 15%;
}
.services .item:nth-child(7) {
  bottom: 12%;
  left: 44%;
}
.services .item:nth-child(8) {
  bottom: 17%;
  right: 13%;
}
.name-ser {
  position: absolute;
  top: 0;
  left: 0;
}
.hidden-dec {
  display: none;
}

.name-ser span {
  text-transform: uppercase;
  color: #070707;
  font-family: 'Roboto Black';
}
.name-ser p {
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: 'Roboto Black';
}
.ironing {
  top: 0;
  left: 16%;
}
.ironing span {
  font-size: 43px;
}
.ironing p {
  font-size: 23px;
}
.ironing .name-ser {
  top: 165px;
  left: -40px;
}
.acva {
  top: 7%;
  left: 38%;
}
.acva span {
  font-size: 44px;
}
.acva p {
  font-size: 26px;
  text-align: right !important;
}
.acva .name-ser {
  top: 0px;
  left: 100px;
}
.curtains {
  top: 43%;
  left: 21%;
}
.curtains span {
  font-size: 25px;
}
.curtains p {
  font-size: 23px;
  text-align: right !important;
}
.curtains .name-ser {
  top: 160px;
  left: 71px;
}
.footwear {
  top: 42%;
  left: 39%;
}
.footwear span {
  font-size: 27px;
  margin-left: 20px;
}
.footwear p {
  font-size: 16px;
}
.footwear .name-ser {
  top: 19px;
  left: -5px;
}
.cloth {
  top: 35%;
  left: 54%;
}
.cloth span {
  font-size: 32px;
}
.cloth p {
  font-size: 19px;
  text-align: right !important;
}
.cloth .name-ser {
  top: 15px;
  left: 127px;
}

.right-line {
  position: fixed;
  top: 0;
  right: 50px;
  height: 100%;
  border-right: 2px solid #45c9f2;
  z-index: 5;
}
.right-line a {
  text-decoration: none;
  color: #37c3f1;
}
.right-line span {
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #37c3f1;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translate(-50%, 0) rotate(-90deg);
  transform: translate(-50%, 0) rotate(-90deg);
  white-space: nowrap;
}
.phone_c {
  position: absolute;
  bottom: 0;
  right: -5%;
}
.form-group {
  position: relative;
}
input,
textarea,
button {
  width: 350px;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: none;
  outline: none;
}
input,
textarea {
  padding: 0 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
input,
button {
  height: 35px;
}
textarea {
  height: 186px;
  padding: 11px 20px;
  resize: none;
}
button {
  font-size: 24px;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: 'Roboto Black';
  color: #fff;
  cursor: pointer;
}
input::-moz-placeholder {
  color: white;
}
input::-webkit-input-placeholder {
  color: white;
}
textarea::-moz-placeholder {
  color: white;
}
textarea::-webkit-input-placeholder {
  color: white;
}

iframe {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 75px;
}
.video-fon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-none .video-fon {
  background-color: rgba(0, 0, 0, 0);
}
.video-none .play-video {
  display: none;
}
.play-video {
  position: absolute;
  top: 45%;
  left: 49%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #31c1f1;
  cursor: pointer;
}

.play-video .fa {
  font-size: 30px;
  color: #31c1f1;
}

/*contacts*/
.map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
/*top-menu*/
.menu-top {
  position: absolute;
  width: 100%;
  top: 7px;
  left: 0;
  z-index: 5;
}
.menu-top ul {
  text-align: center;
}
.menu-top li {
  margin: 0 15px;
  display: inline-block;
}
.menu-top li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.menu-top li.active a::after {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  background: url('images/arrowf.png')no-repeat;
  background-size: cover;
  margin: 0 auto;
}
/****home****/
.home-video {
  padding-left: 75px;
  position: relative;
  overflow: hidden;
}

/****priya****/
.priya {
  text-align: center;
  background-color: #32c2f1;
  position: relative;
}
.priya .fp-tableCell {
  display: block !important;
}
.priya .container span {
  font-weight: 600;
}
.priya a,
.advantages a {
  text-decoration: none;
  color: #fff;
}
.advantages .item img {
  float: left;
}
.advantages .item {
  text-align: left;
}
.priya .container .cap {
  margin-left: 35%;
  position: absolute;
  bottom: -50px;
  right: 20%;
}
.priya ul {
  width: 500px;
  margin: 0 auto;
}
.priya::after {
  content: '';
  display: block;
  clear: both;
}
.priya li {
  float: left;
  width: 50%;
  text-align: left;
  line-height: 22px;
}

/****services****/
.services .container {
  height: 85%;
}

/****advantages****/
.section-22 span {
  display: block;
}
.advantages {
  background: url('images/bg.png')no-repeat #fff;
  background-position: top right;
  background-size: 100% 80%;
  text-align: center;
}
.advantages .container {
  width: 930px;
}
.advantages .item {
  width: 50%;
  float: left;
  padding: 0 60px 40px;
}
.advantages .bod a {
  text-decoration: none;
  color: #31c1f1;
}
.bod h3 {
  margin-bottom: 10px;
}
.item-content {
  width: 200px;
  display: inline-block;
  text-align: center;
}
.fp-viewing-services .right-line a,
.fp-viewing-services .right-line span,
.fp-viewing-reviews .right-line a,
.fp-viewing-reviews .right-line span,
.fp-viewing-order .right-line a,
.fp-viewing-order .right-line span,
.fp-viewing-price .right-line a,
.fp-viewing-price .right-line span,
.fp-viewing-recommendations .right-line a,
.fp-viewing-recommendations .right-line span,
.fp-viewing-priya .right-line a,
.fp-viewing-priya .right-line span {
  color: #fff;
}
.fp-viewing-services .right-line,
.fp-viewing-reviews .right-line,
.fp-viewing-order .right-line,
.fp-viewing-price .right-line,
.fp-viewing-recommendations .right-line,
.fp-viewing-priya .right-line {
  border-color: #fff;
}
/****head****/
.img-title {
  text-align: center;
}
.subtitle {
  margin: 20px 0 50px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.subtitle span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

/****reviews****/
.reviews {
  background-color: #32c2f1;
}
/*reviews*/
.owl-carousel {
  width: 80%;
  margin: 0 auto;
}
.owl-carousel .item img {
  width: 140px !important;
  height: 140px;
  border-radius: 50%;
  margin: 10px auto;
}
.owl-carousel .item {
  padding: 0 25px;
  text-align: center;
}
.owl-carousel .item span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 128px;
}
.owl-prev {
  left: -70px;
}
.owl-next {
  right: -70px;
}
.more-reviews {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  z-index: 3;
}
.more-reviews a {
  margin: 0 5px;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.reviews a {
  background-color: #fff;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
}
.reviews a .fa {
  font-size: 12px;
  color: #32c2f1;
}
.reviews p {
  min-height: 85px;
}

/****price****/
.price {
  background: url('images/bg.png')no-repeat #fff;
  background-position: top right;
  background-size: 100% 80%;
}
.price-item {
  width: 25%;
  padding: 0 10px;
  float: left;
}
.price h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}
.price .title-price {
  margin-bottom: 10px;
}
.price li {
  font-size: 13px;
}
.price li::after {
  content: '';
  display: table;
  clear: both;
}
.price span {
  text-transform: uppercase;
  font-weight: 600;
}
.price p {
  margin: 0;
}
.price li span {
  width: 53px;
  float: right;
  font-weight: bold;
}
.place-card {
  margin-left: 75px !important;
}

/****delivery****/
.delivery {
  text-align: center;
  background: url('images/bg.png')no-repeat #fff;
  background-position: top right;
  background-size: 100% 80%;
}
.delivery-right,
.delivery-left {
  width: 50%;
  float: left;
}
.delivery p {
  font-size: 15px;
  line-height: 22px;
}
.delivery-left {
  padding: 0 10px;
  padding-left: 20%;
  text-align: right;
}
.delivery-right {
  padding: 0 0 0 10px;
  padding-right: 20%;
  text-align: left;
}
.delivery-right span {
  display: inline-block;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.delivery .img-title {
  margin-bottom: 40px;
}

/****order****/
.order {
  text-align: center;
  background-color: #32c2f1;
}

/****page-no-found****/
.page-no-faund {
  height: 100%;
  padding-top: 250px;
  background-color: #30c1f0;
  text-align: center;
}
.page-no-faund p {
  font-size: 120px;
  line-height: 120px;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.page-no-faund span {
  color: #fff;
  display: block;
}
.page-no-faund a {
  color: #fff;
  text-decoration: none;
}
.wpcf7-response-output {
  border: none !important;
}
.t-c {
  line-height: 22px;
}
/****media****/

@media only screen and (max-width: 1366px) {
  textarea {
    height: 165px;
  }
  .price .title-price {
    margin-bottom: 5px;
  }
  .price h5 {
    font-size: 12px;
  }
  .price .subtitle {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
    padding: 45px 85px;
  }
}
@media only screen and (max-width: 800px) {
  .menu-top {
    display: none;
  }
  .price li {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    padding: 35px 15px 35px 65px;
  }
  .cap {
    display: none;
  }
  .services .item img.him {
    width: 200px;
  }
  .priya ul {
    width: 100%;
  }
  .priya ul li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages .item img {
    float: none;
  }
  .advantages .item {
    text-align: center;
  }
  .advantages .item .bod {
    text-align: center;
    padding: 0 20px;
  }
  #map {
    position: relative !important;
    height: 250px !important;
  }
  iframe {
    height: 200px !important;
    position: static;
  }
  section {
    width: 100%;
  }
  .sidebar-menu {
    width: 50px;
  }
  .menu-close {
    margin-top: 15px;
  }
  .menu-close img {
    width: 35px;
  }
  .click-border {
    padding: 2px 7px 6px;
  }
  .sidebar-menu i {
    width: 15px;
    margin-top: 4px;
  }
  .click span,
  .priya .container span,
  .priya p,
  .owl-carousel .item span,
  .reviews p,
  .advantages p {
    font-size: 11px;
  }
  .advantages a {
    color: #32c2f1;
  }
  .open.sidebar-menu {
    width: 100%;
  }
  .open .menu-open {
    padding-top: 15px;
  }
  .right-line {
    display: none;
  }
  .priya .container .cap {
    margin: 0;
  }
  .owl-carousel .item {
    padding: 0;
  }
  .reviews {
    padding: 0 0 60px 0;
  }
  .owl-prev {
    left: -35px;
    display: none !important;
  }
  .owl-next {
    right: -35px;
  }
  .video-fon {
    display: none;
    opacity: 0;
  }
  .home-video {
    padding: 0;
  }
  .price-item {
    width: 100%;
  }
  input,
  textarea,
  button {
    width: 100%;
  }
  .phone_c {
    display: none;
  }
  .delivery-right,
  .delivery-left {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
  }
  .delivery p {
    font-size: 11px;
  }
  .delivery-right span {
    margin-top: 10px;
    font-size: 11px;
    line-height: 12px;
  }
  .advantages,
  .price,
  .delivery {
    background: #fff;
  }
  .priya {
    background: #32c2f1;
  }
  .advantages .item {
    width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .advantages .hidden-dec {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .name-ser span {
    font-size: 36px;
    margin: 0;
  }
  .name-ser p {
    font-size: 26px;
  }
  .services,
  .curtains p,
  .services p {
    text-align: center !important;
  }
  .services .hidden-dec {
    margin: 0 auto;
  }
  .services .item img {
    width: 120px;
  }
  .services .item,
  .name-ser {
    position: static;
  }
  .services .item {
    margin-bottom: 30px;
  }
  .hidden-mob,
  .img-title,
  .subtitle,
  .more-reviews {
    display: none;
  }
  .hidden-dec {
    display: block;
  }
  .cap {
    margin: 0;
  }
}
@media only screen and (max-width: 320px) {
  .menu-contact p {
    display: none;
  }
}

.recommendations {
  background: #32c2f1;
}

.recommendations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommendations-item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.recommendations-item__icon {
  width: 100px;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recommendations-item p {
  font-size: 15px;
  color: #2d3132;
  margin: 0;
}

@media (max-height: 800px) {
  .recommendations-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .recommendations-item {
    width: 100%;
  }
}

.new-prices {
  background: #31c1f1;
}

.new-prices-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.new-prices-item .new-prices__list {
  display: none;
}

.new-prices__list.active {
  display: block;
}

.new-prices__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.new-prices__title p {
  margin: 0;
  margin-left: 38px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.new-prices__title img {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.new-prices__title.active img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new-prices__list {
  list-style: none;
  padding-left: 60px;
  -webkit-columns: 3;
  columns: 3;
  margin: 0;
  padding-top: 20px;
}
.new-prices__list li {
  color: #2d3132;
  font-size: 14px;
}

.new-prices__list li ul {
  padding-left: 40px;
  list-style-type: circle;
}

@media (max-height: 800px) {
  .new-prices__title p {
    font-size: 14px;
  }
  .new-prices-item {
    margin-bottom: 5px;
  }
  .new-prices__list {
    padding-top: 5px;
  }
}
@media (max-width: 799px) {
  .new-prices__list {
    columns: 1;
    padding-left: 10px;
  }
}
  .services .container {
  opacity: 0; 
  transition: all .3s linear;
} 
 .services #video-bg {
  opacity: 1; 
  transition: all .3s linear;
}  
.videoEnd.services #video-bg {
  opacity: 0;  
  z-index: -99;
}  
.videoEnd.services .container {
  opacity: 1; 
}  
#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80px;
    overflow: hidden;
    z-index: 1;
    background: url( /wp-content/uploads/2018/04/1.png) no-repeat ;
    background-size: cover;
    height: 100vh;
}
 
#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}
 
 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }
 .timer_wrapp{
  display: inline-block;
    border: 1px solid #fff;
    padding: 10px;
 }
  .timer{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }


  .menu-form-order{
    margin-top: 10px;
    width: 100%;
    text-align: center;
    
  /* position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%); */
}
.menu-form-order img{
    width: 45px;
    height: auto;
}
#hidden-content{
  background-color: #32c2f1;
  padding: 30px;
}
.video_close_wrapp{
       cursor: pointer;
    z-index: 111111111;
    display: inline-block;
    border: 1px solid #fff;
    border-left: none;
    font-size: 19px;
    line-height: 1;
    padding: 1px 10px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #5fbeee;

}
.video_close_wrapp img{
    width: 30px;
    height: auto;

  }
  .video_close_wrapp span{
        line-height: 40px;
        display: inline-block;
        margin-right: 20px;
        color: #fff;
     
  }
  .more-reviews {
    position: absolute;
    width: 400px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px; 
    text-align: center;
    z-index: 3;
}

.video_ok_control{
  z-index: 111111111;
  bottom: 10px;
    right: 70px;
    width: 290px;
    position: absolute;

  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fancybox-stage div.wpcf7-response-output {
    margin: 0px 0 0px 0;
    padding: 0.2em 1em;
}

 @media screen and (max-width: 800px){

textarea {
    height: 65px;
}
  .timer_wrapp, .video_close_wrapp {
  display: none;
  }
  .services .container {
opacity: 1; 
transition: all 1s linear;
}  
  .videoEnd.services #video-bg {
  opacity: 0;  
  display: none;
  
  transition: all 1s linear;
  }     
#video-bg {
    position: relative;
   width: calc(100% - 47px);
   left: 47px;
   padding-top: 48.6%;
    overflow: hidden;
    z-index: 1;
    background: url( /wp-content/uploads/2018/04/1.png) no-repeat ;
    background-size: cover;
    height: auto;
  }
  #video-bg .video_wrapp{
    position: absolute;
    left: 0;right: 0;
    bottom: 0;
    top: 0;
  }
  .advantages .container {
 display: none;
 
} 

 .services .container {
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.services .container > * {
  -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
 }
 .services .container > .mobil-title {
  -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
 }
 .services .container   .item:nth-child(3),  .container   .item:nth-child(6) {
  -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
 }
 .prefent_link {
  font-size: 10px;
}
.prefent_link img{
  width: 25px;
}
}  

