@charset "UTF-8";

.btn {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  text-align: center;
  width: 260px;
  height: 55px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.btn-red {
  background: -webkit-linear-gradient(37deg, #b11311, #b11311, #e31d19, #e31d19);
  background: -o-linear-gradient(37deg, #b11311, #b11311, #e31d19, #e31d19);
  background: linear-gradient(53deg, #b11311, #b11311, #e31d19, #e31d19);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-background-size: 100% 520px;
  background-size: 100% 520px;
  background-position: 0 260px;
}

.btn-red:hover {
  background-position: 0 520px;
}

.btn-o {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  width: 258px;
  height: 53px;
  border: 1px solid #151515;
  color: #151515;
}

.btn-o:hover {
  background-color: #e31d19;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-background-size: 100% 520px;
  background-size: 100% 520px;
  background-position: 0 260px;
  border: 1px solid transparent;
  color: #ffffff;
}

@media (max-width: 1350px) {
  .btn-o {
    height: 43px;
  }
}

/* Шрифты */
@font-face {
  font-family: 'museo300';
  src: url("../fonts/MuseoSansCyrl300.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'museo700';
  src: url("../fonts/MuseoSansCyrl700.otf");
  font-weight: 700;
  font-style: normal;
}


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

body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body,
html,
h1,
h2,
h3,
a {
  margin: 0;
  padding: 0;
  position: relative;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.site-holder {
  width: 1170px;
  display: block;
  margin: 0 auto;
}

h2.title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #151515;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

/*Анимация*/
@-webkit-keyframes opacityAnim {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  to {
    opacity: 0.2;
  }
}

@keyframes opacityAnim {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  to {
    opacity: 0.2;
  }
}


.flymenu {
  z-index: 100;
  position: fixed;
  width: 100vw;
  height: 90px;
  overflow: hidden;
  overflow-x: hidden;
  background-color: transparent;
}
.flymenu.black{
  background-color: #fff;
}
.flymenu .site-holder {
  height: 100%;
}

.flymenu .wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flymenu .first {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 21px;
}

.flymenu .second {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
}

.flymenu .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flymenu .logo {
  width: 270px;
  height: 76px;
  background: url("../images/logo.png") center no-repeat;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  background-size: contain!important;
}

.flymenu .worktime .icon {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  margin-top: 5px;
  background: url("../images/clock.png");
}

.flymenu .city .icon {
  width: 21px;
  height: 25px;
  margin-right: 12px;
  margin-top: 2px;
  background: url("../images/map.png");
}

.flymenu .call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 30px;
  height: 100%;
}

.flymenu .call a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.flymenu .call a:hover {
  background-color: #00b04c !important;
}

.flymenu .call .blueblock {
  position: absolute;
  display: block;
  background-color: #00b04c;
  width: 5000px;
  height: 100%;
  z-index: -1;
  left: 19px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

.flymenu .call .icon {
  width: 33px;
  height: 33px;
  margin-right: 14px;
  margin-top: 4px;
  background: url("../images/headset.png");
}

.flymenu .menu {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.flymenu .menu .wrap {
  width: 45px;
  height: 45px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.flymenu .menu .wrap .hamb {
  width: 21px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: relative;
}

.flymenu .menu .wrap .hamb::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  top: -6px;
}

.flymenu .menu .wrap .hamb::after {
  position: absolute;
  content: '';
  width: 21px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  bottom: -6px;
}

.flymenu .call .blueblock.flumenuBlue {
  left: -480px;
}

.logoblack {
  background: url("../images/logoblack.png") center no-repeat !important;
}

/*Header*/
.header {
  width: 100%;
  height: 100vh;
  background: url("../images/bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
}

.header .site-holder {
  height: 100%;
}

.header .wrap {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header .wrap .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .wrap .text .first {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 950px;
  line-height: 48px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  opacity: 1;
}

.header .wrap .text .second {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  max-width: 906px;
  line-height: 20px;
  margin-bottom: 30px;
}

.header .wrap .social {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .wrap .social .next {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  -webkit-transform: rotate(270deg) translateX(35%);
  -ms-transform: rotate(270deg) translateX(35%);
  transform: rotate(270deg) translateX(35%);
  position: relative;
  -webkit-animation: opacityAnim 1s linear;
  animation: opacityAnim 1s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  text-transform: uppercase;
}

.header .wrap .social .next::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 47px;
  height: 1px;
  background-color: #ffffff;
}

.header .wrap .social .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .wrap .social .link .link__block {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  margin-left: 28px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header .wrap .social .link .link__block:hover {
  background-color: #00b04c;
}

.header .wrap .social .link .insta {
  background: url("../images/insta.png") center no-repeat;
}

.header .wrap .social .link .vk {
  background: url("../images/vk.png") center no-repeat;
}

.maintextopacity {
  opacity: 0 !important;
}

/*Advanteges*/
.advanteges {
  padding: 100px 0 0 0;
}

.advanteges .wrap {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  position: relative;
}

.advanteges .wrap::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 228px;
  background: url("../images/drop.png") center no-repeat;
  bottom: 50%;
  margin-bottom: -114px;
  left: 50%;
  margin-left: 50px;
  height: 100%;
}

.advanteges .wrap .blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  padding: 35px 0 40px 0;
}

.advanteges .wrap .blocks .icon {
  width: 45px;
  height: 45px;
  margin-bottom: 30px;
}

.advanteges .wrap .blocks .quality {
  background: url("../images/like.png") center no-repeat;
}

.advanteges .wrap .blocks .federal {
  background: url("../images/earth.png") center no-repeat;
}

.advanteges .wrap .blocks .user {
  background: url("../images/people.png") center no-repeat;
}

.advanteges .wrap .blocks .title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #00b04c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.advanteges .wrap .blocks .description {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #151515;
  text-align: center;
  line-height: 20px;
}

/*Attendance*/
.attendance {
  padding: 100px 0 0 0;
  position: relative;
}

.attendance .blue-elem {
  position: absolute;
  content: '';
  top: 492px;
  left: 50%;
  margin-left: -1500px;
  border-right: 3000px solid #e5f5fc;
  border-top: 150px solid transparent;
  border-bottom: 1166px solid #e5f5fc;
  z-index: -1;
  height: 0;
  width: 3000px;
}

.attendance .title {
  margin-bottom: 54px;
}

.attendance .subtitle {
  line-height: 20px;
  margin: 0 auto;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #151515;
  font-size: 15px;
  text-align: center;
  max-width: 500px;
  margin-bottom: 50px;
  line-height: 20px;
}

.attendance .attendance-order {
  margin-top: 1.5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.attendance .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  gap: 2%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.attendance .wrap .block {
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-bottom: 2%;
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: top left; 
  height: 370px;
  background-size: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px;
  -webkit-box-shadow: 6px 7px 23px 0px rgba(50, 50, 50, 0.14);
  box-shadow: 6px 7px 23px 0px rgba(50, 50, 50, 0.14);
}

.attendance .wrap .block .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.attendance .wrap .block .top .text {
  text-align: left;
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}

.attendance .wrap .block .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.attendance .wrap .block .bottom .attendance-block-btn {
  width: 228px;
}

.attendance .wrap .block .bottom .descr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.attendance .wrap .block .bottom .descr .cost {
  text-transform: uppercase;
}

.attendance .wrap .block .bottom .descr .cost-title {
  font-family: "museo700", sans-serif;
  width: 130px;
  display: inline-block;
  font-weight: 700;
}

.attendance .wrap .block .bottom .descr .cost-value {
  font-family: "museo300", sans-serif;
  display: inline-block;
  text-transform: lowercase;
  font-weight: 300;
}

.attendance .wrap .block .bottom .descr .time {
  text-transform: uppercase;
}

.attendance .wrap .block .bottom .descr .time-title {
  font-family: "museo700", sans-serif;
  width: 130px;
  display: inline-block;
  font-weight: 700;
}

.attendance .wrap .block .bottom .descr .time-value {
  font-family: "museo300", sans-serif;
  display: inline-block;
  text-transform: lowercase;
  font-weight: 300;
}

.attendance .wrap .sofa {
  background-image: url("../images/sofa.png");
}

.attendance .wrap .chair {
  background-image: url("../images/chair.png");
}

.attendance .wrap .mattress {
  background-image: url("../images/mattress.png");
}

.attendance .wrap .carpet {
  background-image: url("../images/carpet.png");
}

/* Ourwork */
.ourwork {
  padding-top: 100px;
  position: relative;
}

.ourwork .subtitle {
  text-align: center;
  line-height: 20px;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 50px;
}

.ourwork .ourwork-nav button {
  position: absolute;
  top: 55%;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #7f7f7f;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
}

.ourwork .ourwork-nav button:hover {
  color: #00b04c;
}

.ourwork .ourwork-nav button:hover.owl-next::after {
  background-color: #00b04c;
}

.ourwork .ourwork-nav button:hover.owl-prev::after {
  background-color: #00b04c;
}

.ourwork .ourwork-nav .owl-prev {
  left: -80px;
}

.ourwork .ourwork-nav .owl-prev::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  left: 6px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ourwork .ourwork-nav .owl-next {
  right: -80px;
}

.ourwork .ourwork-nav .owl-next::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  right: 6px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

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

.ourwork .slide .old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ourwork .slide .old .title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ourwork .slide .old .image {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 600px;
  background-color: #000000;
}

.ourwork .slide .new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ourwork .slide .new .title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ourwork .slide .new .image {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 600px;
  background-color: #000000;
}

.videoblock {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

.videoblock .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.videoblock .title-wrap .title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 30px;
}

.videoblock .title-wrap .subtitle {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}

.videoblock .slide {
  width: 370px;
  height: 220px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.videoblock .slide .image {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.videoblock .slide .image .title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: -30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.videoblock .slide .image .playbtn {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  width: 40px;
  height: 40px;
  background: url("../images/play.png") center no-repeat;
}

.videoblock .slide .image:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.videoblock .slide .image:hover .title {
  margin-bottom: 25px;
}

.videoblock .slide .image:hover .playbtn {
  visibility: visible;
  opacity: 1;
}

.videoblock .videoblock-nav button {
  position: absolute;
  top: 43%;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #7f7f7f;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.videoblock .videoblock-nav .owl-prev {
  left: -80px;
}

.videoblock .videoblock-nav .owl-prev::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  left: 6px;
}

.videoblock .videoblock-nav .owl-next {
  right: -80px;
}

.videoblock .videoblock-nav .owl-next::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  right: 6px;
}

.videoblock .dots-wrap {
  padding-top: 35px;
  padding-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.videoblock .dots-wrap .videoblock-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoblock .dots-wrap .videoblock-dots::before {
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.videoblock .dots-wrap .videoblock-dots::after {
  position: absolute;
  right: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.videoblock .dots-wrap .videoblock-dots .owl-dot {
  border: none;
  outline: none;
  background-color: #d1d1d1;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.videoblock .dots-wrap .videoblock-dots .owl-dot:hover {
  width: 16px;
  height: 16px;
}

.videoblock .dots-wrap .videoblock-dots .active {
  background-color: #00b04c;
  width: 16px;
  height: 16px;
}

.sertblock {
  padding-top: 0px;
  padding-bottom: 40px;
  position: relative;
}

.sertblock .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.sertblock .title-wrap .title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 30px;
}

.sertblock .title-wrap .subtitle {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}

.sertblock .slide {
  width: auto;
  height: 350px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.sertblock .slide .image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.sertblock .slide .image .title {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: -30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sertblock .slide .image .playbtn {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  width: 40px;
  height: 40px;
  background: url("../images/play.png") center no-repeat;
}

.sertblock .slide .image:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sertblock .slide .image:hover .title {
  margin-bottom: 25px;
}

.sertblock .slide .image:hover .playbtn {
  visibility: visible;
  opacity: 1;
}

.sertblock .sertblock-nav button {
  position: absolute;
  top: 43%;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #7f7f7f;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.sertblock .sertblock-nav .owl-prev {
  left: -80px;
}

.sertblock .sertblock-nav .owl-prev::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  left: 6px;
}

.sertblock .sertblock-nav .owl-next {
  right: -80px;
}

.sertblock .sertblock-nav .owl-next::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  right: 6px;
}

.sertblock .dots-wrap {
  padding-top: 35px;
  padding-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sertblock .dots-wrap .sertblock-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sertblock .dots-wrap .sertblock-dots::before {
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.sertblock .dots-wrap .sertblock-dots::after {
  position: absolute;
  right: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.sertblock .dots-wrap .sertblock-dots .owl-dot {
  border: none;
  outline: none;
  background-color: #d1d1d1;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sertblock .dots-wrap .sertblock-dots .owl-dot:hover {
  width: 16px;
  height: 16px;
}

.sertblock .dots-wrap .sertblock-dots .active {
  background-color: #00b04c;
  width: 16px;
  height: 16px;
}

.call-block {
  color: #ffffff;
  background: url("../images/bg1.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 65px 0;
}

.call-block .title {
  color: #ffffff;
  margin-bottom: 0;
}

.call-block .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.call-block .content-wrap form {
  margin-top: 50px;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-right: 2%;
}

.call-block .content-wrap form .form-title {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  max-width: 550px;
  margin-bottom: 50px;
}

.call-block .content-wrap form .call-form-btn {
  height: 40px;
  width: 48%;
}

.call-block .content-wrap form .input-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.call-block .content-wrap form .input-block .form-input {
  color: #ffffff;
  margin-bottom: 30px;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  display: block;
  padding: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #cdcdcd;
}

.call-block .content-wrap form .input-block .form-input::-webkit-input-placeholder {
  color: #cdcdcd;
}

.call-block .content-wrap form .input-block .form-input::-moz-placeholder {
  color: #cdcdcd;
}

.call-block .content-wrap form .input-block .form-input:-ms-input-placeholder {
  color: #cdcdcd;
}

.call-block .content-wrap form .input-block .form-input::-ms-input-placeholder {
  color: #cdcdcd;
}

.call-block .content-wrap form .input-block .form-input::placeholder {
  color: #cdcdcd;
}

.call-block .content-wrap form .input-block .form-input:nth-child(3) {
  margin-bottom: 0;
}

.call-block .content-wrap form .form-lock {
  margin-top: 15px;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  font-size: 13px;
  color: #bdbdbd;
  line-height: 20px;
  vertical-align: middle;
}

.call-block .content-wrap form .form-lock span {
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url("../images/lock.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.call-block .content-wrap form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  line-height: normal;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.call-block .content-wrap form .labelInputFile {
  color: #ffffff;
  max-width: 100%;
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  font-size: 15px;
  margin-top: 30px;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
}

.call-block .content-wrap form .labelInputFile .paperclip {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url("../images/paperclip.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.call-block .content-wrap .social {
  -webkit-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #151515;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.call-block .content-wrap .social .description {
  margin-bottom: 15px;
}

.call-block .content-wrap .social .social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.call-block .content-wrap .social .social-link .link {
  display: block;
  background: url("../images/social-sprite.png") center no-repeat;
  margin-right: 20px;
  width: 38px;
  height: 42px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.call-block .content-wrap .social .social-link .wa {
  background-position: 0 0;
}

.call-block .content-wrap .social .social-link .vi {
  background-position: -55px 0;
}

.call-block .content-wrap .social .social-link .tm { 
  background-position: -111px 0;
}

.sales {
  padding-top: 100px;
  position: relative;
}

.sales .wrap {
  position: relative;
}

.sales .wrap .title-wrap {
  position: absolute;
  top: 289px;
  left: -118px;
}

.sales .wrap .title-wrap .label {
  line-height: 1.321;
  -moz-transform: matrix(0, -1.9071, 1.55391, 0, 0, 0);
  -webkit-transform: matrix(0, -1.9071, 1.55391, 0, 0, 0);
  -ms-transform: matrix(0, -1.9071, 1.55391, 0, 0, 0);
  font-size: 36px;
  text-transform: uppercase;
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00b04c;
}

.sales .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sales .slide .blocks-wrap {
  width: 1070px;
}

.sales .slide .blocks-wrap .block {
  width: 1070px;
  padding: 50px;
  height: 308px;
  background-color: #cccccc;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 1px 19px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 19px rgba(0, 0, 0, 0.1);
}

.sales .slide .blocks-wrap .first {
  background: url("../images/slide-top.png") center no-repeat;
}

.sales .slide .blocks-wrap .first p {
  margin: 0;
  padding: 0;
}

.sales .slide .blocks-wrap .first .top {
  margin-bottom: 25px;
  line-height: 60px;
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.sales .slide .blocks-wrap .first .top span {
  color: #00b04c;
  font-size: 78px;
}

.sales .slide .blocks-wrap .first .bottom {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sales .slide .blocks-wrap .second {
  background: url("../images/slider-bottom.png") center no-repeat;
}

.sales .slide .blocks-wrap .second p {
  margin: 0;
  padding: 0;
}

.sales .slide .blocks-wrap .second .top {
  margin-bottom: 25px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00b04c;
  font-size: 48px;
  text-transform: uppercase;
}

.sales .slide .blocks-wrap .second .top span {
  color: #151515;
  font-size: 78px;
}

.sales .slide .blocks-wrap .second .bottom {
  font-size: 15px;
  line-height: 20px;
  color: #151515;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sales .sales-nav button {
  position: absolute;
  top: 47.5%;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #7f7f7f;
  cursor: pointer;
  text-transform: uppercase;
}

.sales .sales-nav .owl-prev {
  left: -80px;
}

.sales .sales-nav .owl-prev::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  left: 6px;
}

.sales .sales-nav .owl-next {
  right: -80px;
}

.sales .sales-nav .owl-next::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  right: 6px;
}

.sales .sales-dots-wrap {
  padding-top: 35px;
  padding-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sales .sales-dots-wrap .sales-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 26px;
}

.sales .sales-dots-wrap .sales-dots::before {
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.sales .sales-dots-wrap .sales-dots::after {
  position: absolute;
  right: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.sales .sales-dots-wrap .sales-dots .owl-dot {
  border: none;
  outline: none;
  background-color: #d1d1d1;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sales .sales-dots-wrap .sales-dots .owl-dot:hover {
  width: 16px;
  height: 16px;
}

.sales .sales-dots-wrap .sales-dots .active {
  background-color: #00b04c;
  width: 16px;
  height: 16px;
}

.review {
  padding-top: 100px;
}

.review .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 40px;
}

.review .wrap .subtitle {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.review .wrap p {
  margin: 0;
  padding: 0;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}

.review .wrap .about {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 20px;
  width: 38%;
  line-height: 20px;
}

.review .wrap .review-slider {
  width: 46%;
  margin-left: 8%;
  margin-right: 8%;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.review .wrap .review-slider .slide {
  background-color: #ffffff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.review .wrap .review-slider .slide .img {
  background: url("../images/man.png") center no-repeat;
  width: 120px;
  background-size: cover !important;
  height: 120px;
  margin-right: 20px;
}

.review .wrap .review-slider .slide .text {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.review .wrap .review-slider .slide .text .name {
  margin-bottom: 20px;
}

.review .wrap .review-slider .slide .text .stars {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review .wrap .review-slider .slide .text .stars .star {
  width: 15px;
  height: 15px;
  background: url("../images/star.png") center no-repeat;
  margin-right: 10px;
}

.review .wrap .review-slider .slide .text .stars .star:last-child {
  margin-right: 0;
}

.review .wrap .review-slider .review-nav button {
  position: absolute;
  top: 43%;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #7f7f7f;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.review .wrap .review-slider .review-nav .owl-prev {
  left: -80px;
}

.review .wrap .review-slider .review-nav .owl-prev::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  left: 6px;
}

.review .wrap .review-slider .review-nav .owl-next {
  right: -80px;
}

.review .wrap .review-slider .review-nav .owl-next::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: -2px;
  right: 6px;
}

.review .wrap .review-slider .review-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review .wrap .review-slider .review-social .text {
  font-size: 13px;
  margin-right: 30px;
}

.review .wrap .review-slider .review-social .social-icon {
  opacity: .5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review .wrap .review-slider .review-social .social-icon .icon {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
}

.review .wrap .review-slider .review-social .social-icon .icon:hover {
  background-color: #00b04c;
}

.review .wrap .review-slider .review-social .social-icon .vk {
  background-image: url("../images/vkb.png");
}

.review .wrap .review-slider .review-social .social-icon .vk:hover {
  background-image: url("../images/vk.png") !important;
  border: 2px solid #fff;
}

.review .wrap .review-slider .review-social .social-icon .insta {
  background-image: url("../images/instab.png");
}

.review .wrap .review-slider .review-social .social-icon .insta:hover {
  background-image: url("../images/insta.png") !important;
  border: 2px solid #fff;
}

.review .rev-dots-wrap {
  padding-top: 20px;
  padding-bottom: 50px;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review .rev-dots-wrap .rev-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 26px;
}

.review .rev-dots-wrap .rev-dots::before {
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.review .rev-dots-wrap .rev-dots::after {
  position: absolute;
  right: -46px;
  top: 50%;
  margin-top: -1px;
  content: '';
  width: 38px;
  height: 3px;
  background-color: #d1d1d1;
}

.review .rev-dots-wrap .rev-dots .owl-dot {
  border: none;
  outline: none;
  background-color: #d1d1d1;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.review .rev-dots-wrap .rev-dots .owl-dot:hover {
  width: 16px;
  height: 16px;
}

.review .rev-dots-wrap .rev-dots .active {
  background-color: #00b04c;
  width: 16px;
  height: 16px;
}

.review .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq {
  padding-top: 120px;
  padding-bottom: 50px;
}

.faq .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.faq .wrap .question-wrap {
  width: 30%;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  height: 100%;
}

.faq .wrap .question-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.faq .wrap .question-wrap ul li {
  margin: 15px 0;
  cursor: pointer;
  color: #151515;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faq .wrap .question-wrap ul li:hover {
  color: #00b04c;
}

.faq .wrap .answer-wrap {
  height: 450px;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.faq .wrap .answer-wrap .sofa-abs {
  position: absolute;
  background-image: url("../images/bgsofa.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1101px;
  height: 479px;
  top: 0;
  left: 259px;
  display: block;
  z-index: -1;
  -webkit-background-size: cover;
  background-size: cover;
}

.faq .wrap .answer-wrap .white-wrap {
  background-color: rgba(255, 255, 255, 0.95);
  width: 715px;
  height: 360px;
  padding: 40px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.faq .wrap .answer-wrap .white-wrap .answer-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
}

.faq .wrap .answer-wrap .white-wrap .answer-text {
  font-size: 15px;
  line-height: 20px;
}

.faq .wrap .answer-wrap .white-wrap .answer-text span {
  font-weight: 700;
}

.submit {
  color: #151515;
  padding: 65px 0 100px;
}

.submit .title {
  color: #151515;
  margin-bottom: 60px;
}

.submit .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 80px 45px 45px 45px;
  position: relative;
}

.submit .content-wrap .karcher-abs {
  background: url("../images/karcher.png") center no-repeat;
  position: absolute;
  display: block;
  width: 345px;
  height: 264px;
  right: -26px;
  bottom: -52px;
  z-index: 1;
}

.submit .content-wrap form {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-right: 8%;
}

.submit .content-wrap form .title-wrap .blue-elem-sub {
  top: 61px;
  left: -1415px;
  -webkit-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
  position: absolute;
  width: 2000px;
  display: block;
  height: 90px;
  background-color: #00b04c;
}

.submit .content-wrap form .title-wrap .form-title {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  max-width: 540px;
  margin-bottom: 50px;
  line-height: 20px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.submit .content-wrap form .call-form-btn {
  height: 40px;
  width: 48%;
}

.submit .content-wrap form .input-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit .content-wrap form .input-block .form-input {
  color: #151515;
  margin-bottom: 30px;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  display: block;
  padding: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #d1d1d1;
}

.submit .content-wrap form .input-block .form-input::-webkit-input-placeholder {
  color: #767676;
}

.submit .content-wrap form .input-block .form-input::-moz-placeholder {
  color: #767676;
}

.submit .content-wrap form .input-block .form-input:-ms-input-placeholder {
  color: #767676;
}

.submit .content-wrap form .input-block .form-input::-ms-input-placeholder {
  color: #767676;
}

.submit .content-wrap form .input-block .form-input::placeholder {
  color: #767676;
}

.submit .content-wrap form .input-block .form-input:nth-child(3) {
  margin-bottom: 0;
}

.submit .content-wrap form .form-lock {
  margin-top: 15px;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  font-size: 13px;
  color: #767676;
  line-height: 20px;
  vertical-align: middle;
}

.submit .content-wrap form .form-lock span {
  display: inline-block;
  width: 11px;
  height: 13px;
  background: url("../images/lock.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.submit .content-wrap form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  line-height: normal;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

.submit .content-wrap form .labelInputFile {
  max-width: 80%;
  color: #151515;
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  margin-top: 30px;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
}

.submit .content-wrap form .labelInputFile .paperclip {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url("../images/paperclip.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  margin-right: 7px;
}

.submit .content-wrap .social {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 2;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  color: #151515;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit .content-wrap .social .description {
  margin-bottom: 15px;
}

.submit .content-wrap .social .social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit .content-wrap .social .social-link .link {
  display: block;
  background: url("../images/social-sprite.png") center no-repeat;
  margin-right: 20px;
  width: 38px;
  height: 42px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.submit .content-wrap .social .social-link .wa {
  background-position: 0 0;
}

.submit .content-wrap .social .social-link .vi {
  background-position: -55px 0;
}

.submit .content-wrap .social .social-link .tm {
  background-position: -111px 0;
}

.footer {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  padding: 40px 0;
  line-height: 20px;
  color: #ffffff;
  background: url("../images/footer-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

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

.footer .wrap .block {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer .wrap .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .wrap .footer-logo .logo {
  display: block;
  width: 147px;
  height: 76px;
  background: url("../images/logo.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 25px;
}

.footer .wrap .footer-logo .copyright {
  margin-bottom: 25px;
  font-size: 13px;
}

.footer .wrap .footer-logo .federal-site .federal-btn {
  border-color: #fff;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

.footer .wrap .footer-wrap-ws {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .wrap .footer-menu ul {
  height: 100%;
  margin: 0 0 0 50px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .wrap .footer-menu ul li {
  padding: 5px 0px;
}

.footer .wrap .footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footer .wrap .footer-menu ul li a:hover {
  color: #00b04c;
}

.footer .wrap .footer-worktime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.footer .wrap .footer-social .footer-worktime {
  display: none;
}

.footer .wrap .footer-worktime .icon {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  margin-top: 5px;
  background: url("../images/clock.png");
}

.footer .wrap .footer-worktime .text .first {
  font-weight: 700;
}

.footer .wrap .footer-up {
  margin-top: 21px;
}

.footer .wrap .footer-up .text {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-transform: uppercase;
  font-weight: 700;
}

.footer .wrap .footer-up .text::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}

.footer .wrap .footer-up .text a {
  text-decoration: none;
  color: #ffffff;
}

.footer .wrap .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .wrap .footer-social .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .wrap .footer-social .wrap .first {
  display: inline-block;
  margin-bottom: 45px;
}

.footer .wrap .footer-social .wrap .first .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer .wrap .footer-social .wrap .first .phone .icon {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  background: url("../images/headset.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.footer .wrap .footer-social .wrap .first .phone-btn .footer-btn {
  font-size: 13px;
  color: #ffffff;
  border-color: #fff;
  width: 158px;
  height: 25px;
}

.footer .wrap .footer-social .wrap .second {
  display: inline-block;
}

.footer .wrap .footer-social .wrap .second .link-title {
  display: inline-block;
  margin-bottom: 15px;
}

.footer .wrap .footer-social .wrap .second .link .link__block {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 30px;
}

.footer .wrap .footer-social .wrap .second .link .link__block:hover {
  background-color: #00b04c;
}

.footer .wrap .footer-social .wrap .second .link .insta {
  background: url("../images/insta.png") center no-repeat;
}

.footer .wrap .footer-social .wrap .second .link .vk {
  background: url("../images/vk.png") center no-repeat;
}

.modal a.close-modal[class*="icon-"] {
  top: 30px;
  right: 39px;
  width: 16px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal a.close-modal[class*="icon-"]:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal a.close-modal[class*="icon-"]:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal {
  opacity: 0.9 !important;
  padding: 40px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

#call-modal {
  width: 515px;
  opacity: .9 !important;
}

#call-modal .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#call-modal .wrap .title {
  text-align: center;
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  max-width: 410px;
  margin-bottom: 30px;
}

#call-modal .wrap form .form-title {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #151515;
  text-align: center;
  max-width: 400px;
  line-height: 20px;
  margin-bottom: 30px;
}

#call-modal .wrap form .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#call-modal .wrap form .wrap input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dddddd;
  outline: none;
  padding: 10px;
  margin-bottom: 30px;
}

#call-modal .wrap form .wrap .callModal-btn {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

#price-modal.modal {
  padding: 40px 0 20px;
}

#price-modal {
  width: 100%;
  max-width: 1170px !important;
}

#price-modal .wrap h2.title {
  margin-bottom: 40px;
}

#price-modal .wrap .tabs {
  margin-bottom: 20px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#price-modal .wrap .tabs .tab {
  font-family: "museo700", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #151515;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

#price-modal .wrap .tabs .tab:hover {
  color: #00b04c;
}

#price-modal .wrap .tabs .tab.active {
  color: #00b04c;
}

#price-modal .wrap .tables .table {
  padding: 0 60px;
}

#price-modal .wrap .tables .table table {
  border-collapse: collapse;
  width: 100%;
}

#price-modal .wrap .tables .table table thead tr th {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px;
}

#price-modal .wrap .tables .table table tbody {
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}

#price-modal .wrap .tables .table table tbody tr td {
  text-align: center;
  padding: 20px 0;
}

#price-modal .wrap .tables .table table tbody tr td:first-child {
  text-align: left;
}

#price-modal .wrap .tables .table table tbody tr td:nth-child(3) {
  border-left: 1px solid #d3d4d4;
}

.tableLeft {
  text-align: left !important;
}

.tableBB {
  border-bottom: 1px solid #d3d4d4;
}

.tableBr {
  border-right: 1px solid #d3d4d4;
}

.tableBT {
  border-top: 1px solid #d3d4d4;
}

.tableW30 {
  width: 26%;
}

.tablepb {
  padding-bottom: 20px;
}

.table-pseudo {
  position: relative;
}

.table-pseudo:after {
  content: '';
  display: block;
  height: 15px;
  background-color: #d3d4d4;
  width: 1px;
  position: absolute;
  right: -1px;
  bottom: -15px;
}

.table-last-change tr td {
  text-align: center !important;
}

.table-last-change tr td.table-left {
  text-align: left !important;
}

.table-last-change tr td:last-child {
  border-left: 1px solid #d3d4d4;
}

.table-last-change tr:first-child td:first-child {
  text-align: left !important;
}

#thanks {
  padding: 60px;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
}

.menu-block-wrap {
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.menu-block-wrap-active {
  visibility: visible;
}

.menu-block {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-block-active {
  opacity: 1;
}

.menu-block .close-area {
  position: absolute;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-block .wrap {
  z-index: 15;
  width: 300px;
  height: 100%;
  padding-top: 90px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.menu-block .wrap .chest {
  position: absolute;
  left: 15px;
  top: 110px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.menu-block .wrap .chest:before,
.menu-block .wrap .chest:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #333;
}

.menu-block .wrap .chest:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-block .wrap .chest:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-block .wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  list-style: none;
}

.menu-block .wrap ul li {
  padding: 20px 0;
  font-family: "museo300", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  color: #151515;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.menu-block .wrap ul li:hover {
  color: #00b04c;
}

@media (max-width: 1350px) {
  .site-holder {
    width: 940px;
  }

  .flymenu .call .blueblock.flumenuBlue {
    left: -420px !important;
  }
}

@media (max-width: 992px) {
  .site-holder {
    width: 724px;
  }

  .flymenu .call .blueblock.flumenuBlue {
    left: -220px !important;
  }

  #price-modal .wrap .tables .table {
    padding: 0 20px;
  }

  #price-modal .wrap .tabs .tab {
    font-size: 22px;
  }

  #price-modal.modal {
    max-width: 768px !important;
  }

  .menu-block .wrap {
    width: 270px;
  }
}

@media (max-width: 768px) {
  .tabletitle {
    color: transparent;
  }

  .worktimemenu {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-holder {
    width: 100%;
    padding: 0 10px;
  }

  .btn {
    width: 240px;
    height: 50px;
  }

  h2.title {
    font-size: 26px;
  }

  #price-modal .wrap .tables .table table thead tr th {
    font-size: 18px;
  }

  #price-modal.modal {
    padding-top: 60px;
  }

  #call-modal {
    width: auto;
    padding: 40px 15px;
  }

  .menu-block .wrap {
    width: 100%;
  }

  .logoblack {
    background: url("../images/logoblack.png") 0 0 no-repeat !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }

  .menu-block .wrap .chest {
    display: none;
  }

  .mobilemenu {
    margin-right: 100%;
  }

  .menublockcall {
    padding-left: 0 !important;
    -webkit-transition: left .2s 1s !important;
    -o-transition: left .2s 1s !important;
    transition: left .2s 1s !important;
  }

  .menublublock {
    left: -10px !important;
    -webkit-transition: left 0s 0s !important;
    -o-transition: left 0s 0s !important;
    transition: left 0s 0s !important;
  }

  .hamb {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  .hamb.mobilemenuchest {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamb.mobilemenuchest::after {
    opacity: 0;
  }

  .hamb.mobilemenuchest::before {
    top: 0px !important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #price-modal .wrap .tabs .tab {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 660px) {
  .paddingright35px {
    padding-right: 35px !important;
  }
}

@media (max-width: 420px) {
  #price-modal .wrap .tables .table table thead tr th {
    padding-right: 5px;
    font-size: 15px;
  }

  #price-modal .wrap .tables .table table tbody {
    font-size: 13px;
  }
}

@media (max-width: 1350px) {
  .header .wrap .text .first {
    font-size: 36px;
    max-width: 740px;
  }
}

@media (max-width: 1350px) {

  /*Advanteges*/
  .advanteges .wrap {
    min-height: 400px;
    position: relative;
  }

  .advanteges .wrap::after {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: whitesmoke;
    left: -500px;
    right: -500px;
    content: '';
    z-index: -1;
  }

  .advanteges .wrap::before {
    margin-bottom: -230px !important;
  }

  .advanteges .wrap .blocks:nth-child(2) {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (max-width: 1350px) {

  /*Attendance*/
  .attendance .blue-elem {
    border-bottom: 1066px solid #e5f5fc;
  }

  .attendance .wrap .block {
    height: 320px;
    padding: 20px;
  }

  .attendance .wrap .block .top .text {
    font-size: 30px;
  }

  .attendance .wrap .block .bottom .attendance-block-btn {
    width: 198px;
  }

  .attendance .wrap .block .bottom .descr .cost-title {
    width: 115px;
  }

  .attendance .wrap .block .bottom .descr .time-title {
    width: 115px;
  }

  .attendance .wrap .sofa {
    -webkit-background-size: 63% 63%;
    background-size: 63%;
  }

  .attendance .wrap .chair {
    -webkit-background-size: 101% 101%;
    background-size: 101%;
  }

  .attendance .wrap .mattress {
    -webkit-background-size: 57% 57%;
    background-size: 57%;
  }

  .attendance .wrap .carpet {
    -webkit-background-size: 42% 42%;
    background-size: 42%;
  }
}

@media (max-width: 1350px) {

  /* Ourwork */
  .ourwork .ourwork-nav .owl-prev {
    left: -58px;
  }

  .ourwork .ourwork-nav .owl-next {
    right: -58px;
  }

  .ourwork .slide .old {
    height: 460px;
  }

  .ourwork .slide .new {
    height: 460px;
  }
}

@media (max-width: 1350px) {
  .videoblock .slide {
    width: auto;
    height: 180px;
  }

  .videoblock .slide .image .title {
    font-size: 20px;

    text-align: center;
  }
}

@media (max-width: 1350px) {
  .sertblock .slide {
    width: auto;
    height: 300px;
  }

  .sertblock .slide .image .title {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 1350px) {
  .call-block .content-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .call-block .content-wrap form {
    -webkit-flex-basis: 72%;
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
    margin-right: 2%;
  }
}

@media (max-width: 1350px) {
  .sales .wrap .title-wrap {
    position: absolute;
    top: 238px;
    left: -102px;
  }

  .sales .wrap .title-wrap .label {
    font-size: 33px;
    letter-spacing: -1.9px;
  }

  .sales .slide .blocks-wrap {
    width: 860px;
  }

  .sales .slide .blocks-wrap .block {
    width: 860px;
    height: 250px;
  }

  .sales .slide .blocks-wrap .first .top {
    font-size: 36px;
    line-height: 45px;
  }

  .sales .slide .blocks-wrap .first .top span {
    font-size: 48px;
  }

  .sales .slide .blocks-wrap .first .bottom {
    font-size: 13px;
    line-height: 20px;
  }

  .sales .slide .blocks-wrap .second .top {
    font-size: 36px;
    line-height: 45px;
  }

  .sales .slide .blocks-wrap .second .top span {
    font-size: 48px;
  }

  .sales .slide .blocks-wrap .second .bottom {
    font-size: 13px;
    line-height: 20px;
  }

  .sales .sales-dots-wrap {
    padding-top: 10px;
  }
}

@media (max-width: 1350px) {
  .equipment .subtitle {
    margin-bottom: 51px;
  }

  .equipment .products .wrapper {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    height: 370px;
  }

  .equipment .products .product .front {
    -webkit-background-size: 70% 70%;
    background-size: 70%;
    padding: 10px 10px 0px 10px;
  }

  .equipment .products .product .front .title {
    margin-bottom: 15px;
  }
}

@media (max-width: 1350px) {
  .review .wrap .about {
    -webkit-flex-basis: 41%;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
  }

  .review .wrap .review-slider {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    margin-right: 0;
  }

  .review .wrap .review-slider .slide {
    padding: 15px;
  }

  .review .wrap .review-slider .slide .img {
    width: 100px;
  }

  .review .wrap .review-slider .review-social .text {
    margin-right: 0;
  }
}

@media (max-width: 1350px) {
  .faq .wrap .answer-wrap .sofa-abs {
    width: 775px;
    height: 335px;
    top: 17px;
  }

  .faq .wrap .answer-wrap .white-wrap {
    padding: 25px;
    width: 580px;
    height: auto;
  }
}

@media (max-width: 1350px) {
  .submit .content-wrap form .form-lock span {
    max-width: 100%;
  }

  .submit .content-wrap form .labelInputFile {
    max-width: 100%;
  }
}

@media (max-width: 1350px) {
  .footer .wrap .footer-worktime {
    display: none;
  }

  .footer .wrap .footer-social .wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer .wrap .footer-social .wrap .first {
    margin-bottom: 40px;
  }

  .footer .wrap .footer-social .wrap .second {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer .wrap .footer-social .wrap .second .link .link__block {
    margin-right: 0;
    margin-left: 30px;
  }

  .footer .wrap .footer-social .wrap .footer-worktime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0;
  }

  .footer .wrap .footer-social .wrap .footer-worktime .text .first {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
  }
}

@media (max-width: 992px) {

  /*Flymenu*/
  .flymenu .city {
    display: none;
  }
}

@media (max-width: 992px) {

  /*Header*/
  .header .wrap .social .link .link__block {
    margin-left: 20px;
  }
}

@media (max-width: 992px) {

  /*Advanteges*/
  .advanteges .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advanteges .wrap::after {
    display: none;
  }

  .advanteges .wrap .blocks {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .advanteges .wrap .blocks .quality::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 228px;
    background: url(../images/drop.png) center no-repeat;
    bottom: -10%;
    margin-bottom: -114px;
    left: 10%;
    margin-left: 50px;
    height: 100%;
  }

  .advanteges .wrap .blocks .description {
    max-width: 300px;
  }
}

@media (max-width: 992px) {

  /*Attendance*/
  .attendance .blue-elem {
    border-bottom: 1846px solid #e5f5fc;
  }

  .attendance .title {
    font-size: 36px;
  }

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

  .attendance .wrap .block {
    padding: 40px;
    height: 400px;
    -webkit-flex-basis: 570px;
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
  }

  .attendance .wrap .block .bottom .descr .cost-title {
    width: 120px;
  }

  .attendance .wrap .block .bottom .descr .time-title {
    width: 120px;
  }
}

@media (max-width: 992px) {

  /* Ourwork */
  .ourwork .ourwork-nav {
    display: none;
  }

  .ourwork .slide .old {
    height: 350px;
  }

  .ourwork .slide .old .image {
    height: 280px;
  }

  .ourwork .slide .new {
    height: 350px;
  }

  .ourwork .slide .new .image {
    height: 280px;
  }
}

@media (max-width: 992px) {
  .videoblock .slide {
    height: 210px;
  }

  .videoblock .slide .image .title {
    margin-bottom: 25px;
  }

  .videoblock .slide .image .playbtn {
    visibility: visible;
    opacity: 1;
  }

  .videoblock .videoblock-nav {
    display: none;
  }
}

@media (max-width: 992px) {
  .sertblock .slide {
    height: 210px;
  }

  .sertblock .slide .image .title {
    margin-bottom: 25px;
  }

  .sertblock .slide .image .playbtn {
    visibility: visible;
    opacity: 1;
  }

  .sertblock .sertblock-nav {
    display: none;
  }
}

@media (max-width: 992px) {
  .call-block {
    padding: 50px 0;
  }

  .call-block .content-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .call-block .content-wrap form {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .call-block .content-wrap .social {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 1350px) {
  .sales .wrap .title-wrap {
    position: absolute;
    top: 238px;
    left: -102px;
    z-index: 10000;
  }

  .sales .wrap .title-wrap .label {
    font-size: 33px;
    letter-spacing: -1.9px;
  }

  .sales .slide .blocks-wrap {
    width: 660px;
  }

  .sales .slide .blocks-wrap .block {
    width: 660px;
    height: 250px;
  }

  .sales .slide .blocks-wrap .first .top {
    font-size: 36px;
    line-height: 45px;
  }

  .sales .slide .blocks-wrap .first .top span {
    font-size: 48px;
  }

  .sales .slide .blocks-wrap .first .bottom {
    font-size: 13px;
    line-height: 20px;
  }

  .sales .slide .blocks-wrap .second .top {
    font-size: 36px;
    line-height: 45px;
  }

  .sales .slide .blocks-wrap .second .top span {
    font-size: 48px;
  }

  .sales .slide .blocks-wrap .second .bottom {
    font-size: 13px;
    line-height: 20px;
  }

  .sales .sales-nav {
    display: none;
  }

  .sales .sales-dots-wrap {
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
  .equipment .blue-elem-2 {
    border-bottom: 1776px solid #e5f5fc;
  }

  .equipment .subtitle {
    margin-bottom: 51px;
  }

  .equipment .products .wrapper {
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    height: 380px;
    margin: 0 auto;
    margin-bottom: 3%;
  }

  .equipment .products .product .front {
    -webkit-background-size: 70% 70%;
    background-size: 70%;
    padding: 10px 10px 0px 10px;
  }

  .equipment .products .product .front .title {
    margin-bottom: 15px;
  }

  .equipment .products .product:hover .front {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .equipment .products .product:hover .back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .equipment .products .product .back {
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .review .wrap .about {
    -webkit-flex-basis: 41%;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    width: 41%;
  }

  .review .wrap .review-slider {
    margin-left: 0;
    -webkit-flex-basis: 57%;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    width: 57%;
  }

  .review .wrap .review-slider .review-nav {
    display: none;
  }

  .review .rev-dots-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1350px) {
  .faq .wrap .question-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .faq .wrap .question-wrap ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .faq .wrap .question-wrap ul li {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    width: 48%;
  }

  .faq .wrap .answer-wrap {
    min-height: 350px;
    position: relative;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq .wrap .answer-wrap .sofa-abs {
    top: -40px;
    left: -31px;
  }
}

@media (max-width: 992px) {
  .submit {
    padding-top: 0;
  }

  .submit .title {
    margin-bottom: 10px;
  }

  .submit .content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .submit .content-wrap .karcher-abs {
    -webkit-background-size: cover;
    background-size: cover;
    width: 224px;
    height: 157px;
  }

  .submit .content-wrap form {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {

  /*Flymenu*/
  .flymenu {
    height: 76px;
  }

  .flymenu .logo {
    -webkit-flex-basis: 79%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 0 0;
    height: 70px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  .flymenu .worktime {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    top: 19px;
    right: 10px;
    width: 176px;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  .flymenu .city {
    display: none;
  }

  .flymenu .call {
    -webkit-transition: 1s 0s;
    -o-transition: 1s 0s;
    transition: 1s 0s;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flymenu .call a {
    padding: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .flymenu .call a .text {
    display: none;
  }

  .flymenu .call .icon {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    -webkit-background-size: 63% 63%;
    background-size: 63%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
  }

  .flymenu .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .flymenu .menu .wrap .hamb {
    -webkit-transition: 1s 0s;
    -o-transition: 1s 0s;
    transition: 1s 0s;
  }
}

@media (max-width: 600px) {

  /*Flymenu*/
  .flymenu {
    height: 76px;
  }

  .flymenu .logo {
    -webkit-flex-basis: 79%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 79%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 0 0;
    height: 70px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  .flymenu .city {
    display: none;
  }

  .flymenu .call {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .flymenu .call a {
    padding: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .flymenu .call a .text {
    display: none;
  }

  .flymenu .call .icon {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    -webkit-background-size: 63% 63%;
    background-size: 63%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
  }

  .flymenu .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 768px) {

  /*Header*/
  .header .wrap .text .first {
    font-size: 26px;
    line-height: 30px;
    max-width: 550px;
  }

  .header .wrap .text .second {
    max-width: 400px;
  }

  .header .wrap .social {
    display: none;
  }

  .header .wrap .social .link {
    display: none;
  }
}

@media (max-width: 400px) {

  /*Header*/
  .header .wrap .text .first {
    font-size: 22px;
    line-height: 30px;
    max-width: 550px;
  }

  .header .wrap .text .second {
    max-width: 400px;
  }

  .header .wrap .social {
    display: none;
  }

  .header .wrap .social .link {
    display: none;
  }
}

@media (max-width: 768px) {

  /*Advanteges*/
  .advanteges {
    padding: 80px 0 0 0;
  }

  .advanteges .wrap {
    padding: 30px 0 30px 0;
  }

  .advanteges .wrap::before {
    bottom: 59%;
    margin-bottom: -111px;
    left: 50%;
    margin-left: 33px;
  }

  .advanteges .wrap .blocks {
    padding: 20px 0px 20px 0px;
  }

  .advanteges .wrap .blocks .quality::after {
    left: -7%;
  }

  .advanteges .wrap .blocks .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {

  /* Ourwork */
  .ourwork {
    background-color: #ffffff;
    z-index: 2;
    padding: 40px 0 0 0;
  }

  .ourwork .title {
    margin-bottom: 40px;
  }

  .ourwork .subtitle {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 440px;
  }

  .ourwork .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ourwork .slide .old {
    height: 510px;
    margin-bottom: 20px;
    background-color: transparent;
  }

  .ourwork .slide .old .title {
    display: none;
    margin-bottom: 20px;
  }

  .ourwork .slide .old .image {
    height: 500px;
    background-color: transparent;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }

  .ourwork .slide .new {
    height: 510px;
    background-color: transparent;
  }

  .ourwork .slide .new .title {
    display: none;
    margin-bottom: 20px;
  }

  .ourwork .slide .new .image {
    height: 500px;
    background-color: transparent;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media (max-width: 768px) {
  .videoblock {
    padding: 30px 0px 60px;
  }

  .videoblock .slide .image {
    margin: 0 auto;
    width: 100%;
    max-width: 530px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }

  .videoblock .dots-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .sertblock {
    padding: 30px 0px 60px;
  }

  .sertblock .slide .image {
    margin: 0 auto;
    width: auto;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
  }

  .sertblock .dots-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .call-block {
    padding: 40px 0px 40px;
  }

  .call-block .content-wrap form {
    margin-top: 30px;
  }

  .call-block .content-wrap form .form-title {
    margin-bottom: 30px;
  }

  .call-block .content-wrap form .call-form-btn {
    width: 100%;
  }

  .call-block .content-wrap form .input-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .call-block .content-wrap form .input-block .form-input {
    width: 100%;
  }

  .call-block .content-wrap form .input-block .form-input:nth-child(3) {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .sales {
    padding-top: 120px;
  }

  .sales .wrap .title-wrap {
    top: -60px;
    left: 50%;
    margin-left: -125px;
  }

  .sales .wrap .title-wrap .label {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 26px;
    letter-spacing: 1px;
  }

  .sales .slide .blocks-wrap {
    width: 100%;
  }

  .sales .slide .blocks-wrap .block {
    width: 100%;
    height: 150px;
  }

  .sales .slide .blocks-wrap .first {
    padding: 20px;
    background-position: 100% center;
  }

  .sales .slide .blocks-wrap .first .top {
    font-size: 18px;
    line-height: 22px;
  }

  .sales .slide .blocks-wrap .first .top span {
    font-size: 18px;
  }

  .sales .slide .blocks-wrap .first .bottom {
    font-size: 13px;
    line-height: 15px;
  }

  .sales .slide .blocks-wrap .second {
    padding: 20px;
    background-position: 60% center;
  }

  .sales .slide .blocks-wrap .second .top {
    font-size: 18px;
    line-height: 22px;
  }

  .sales .slide .blocks-wrap .second .top span {
    font-size: 18px;
  }

  .sales .slide .blocks-wrap .second .bottom {
    font-size: 13px;
    line-height: 15px;
  }

  .sales .sales-dots-wrap {
    padding-top: 10px;
  }
}

@media (max-width: 545px) {
  .sales .slide .blocks-wrap .first {
    background-position: 80% center;
  }

  .sales .slide .blocks-wrap .first .top {
    margin-bottom: 10px;
  }

  .sales .slide .blocks-wrap .second .top {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .review {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .review .title {
    margin-bottom: 40px;
  }

  .review .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .review .wrap .subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .review .wrap .about {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .review .wrap .review-slider {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .review .rev-dots-wrap {
    padding-bottom: 0;
  }

  .review .btn-wrap {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .faq {
    padding-top: 40px;
    z-index: 2;
    background-color: #ffffff;
  }

  .faq .title {
    margin-bottom: 30px;
  }

  .faq .wrap .question-wrap ul li {
    text-align: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .faq .wrap .answer-wrap .sofa-abs {
    width: 775px;
    height: 335px;
    left: 50%;
    margin-left: -386px;
  }

  .faq .wrap .answer-wrap .white-wrap {
    padding: 25px;
    width: 580px;
    height: auto;
  }

  .faq .wrap .answer-wrap .white-wrap .answer-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .submit {
    padding-bottom: 0;
  }

  .submit .site-holder {
    padding: 0;
  }

  .submit .title {
    margin-bottom: 30px;
  }

  .submit .content-wrap {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding-bottom: 90px;
  }

  .submit .content-wrap .karcher-abs {
    bottom: 13px;
  }

  .submit .content-wrap form .title-wrap {
    background-color: #00b04c;
    padding: 10px 10px 10px 10px;
    margin-left: -10px;
    -webkit-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0;
    height: auto;
    margin-bottom: 30px;
  }

  .submit .content-wrap form .title-wrap .blue-elem-sub {
    display: none;
  }

  .submit .content-wrap form .title-wrap .form-title {
    margin-bottom: 0;
  }

  .submit .content-wrap form .call-form-btn {
    width: 100%;
  }

  .submit .content-wrap form .input-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .submit .content-wrap form .input-block .form-input {
    width: 100%;
  }

  .submit .content-wrap form .input-block .form-input:nth-child(3) {
    margin-bottom: 15px;
  }

  .submit .content-wrap form .form-lock span {
    max-width: 100%;
  }

  .submit .content-wrap form .labelInputFile {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 0;
  }

  .footer .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .wrap .footer-logo {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer .wrap .footer-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer .wrap .footer-menu ul {
    margin-left: 20px;
  }

  .footer .wrap .footer-worktime {
    display: none;
  }

  .footer .wrap .footer-up {
    display: none;
  }

  .footer .wrap .footer-social {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .footer .wrap .footer-social .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer .wrap .footer-social .wrap .first {
    margin-bottom: 40px;
  }

  .footer .wrap .footer-social .wrap .second {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer .wrap .footer-social .wrap .second .link .link__block {
    margin-right: 15px;
    margin-left: 0;
  }

  .footer .wrap .footer-social .wrap .footer-worktime {
    display: none;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0;
  }

  .footer .wrap .footer-social .wrap .footer-worktime .text .first {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {


  .attendance {
    padding: 80px 0 40px 0;
    padding-bottom: 40px;
  }

  .attendance .blue-elem {
    top: 152px;
    border-bottom: 1500px solid #e5f5fc;
  }

  .attendance .title {
    margin-bottom: 40px;
  }

  .attendance .subtitle {
    max-width: 440px;
  }

  .attendance .attendance-order {
    margin-top: 20px;
  }

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

  .attendance .wrap .block {
    padding: 20px;
    margin: 10px;
    height: 270px;
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;

    -webkit-background-size: 58% 58% !important;
    background-size: 58% !important;
  }

  .attendance .wrap .block:nth-child(2) {
    -webkit-background-size: 100% 100% !important;
    background-size: 100% !important;
    background-position: center left !important;
  }

  .attendance .wrap .block .top .text {
    width: 140px;
    font-size: 16px;
    text-align: right;
  }

  .attendance .wrap .block .bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .attendance .wrap .block .bottom .attendance-block-btn {
    width: 100%;
  }

  .attendance .wrap .block .bottom .descr {
    margin-bottom: 15px;
  }

  .attendance .wrap .block .bottom .descr .cost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .attendance .wrap .block .bottom .descr .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 700px) {

  /*Attendance*/
  .attendance {
    padding: 80px 0 40px 0;
  }

  .attendance .blue-elem {
    border-bottom: 2000px solid #e5f5fc;
  }
}