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

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

	@font-face {
			font-family: "OpenSansCondensedBold";
			src: url("../fonts/OpenSansCondensedBold/OpenSansCondensedBold.eot");
			src: url("../fonts/OpenSansCondensedBold/OpenSansCondensedBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/OpenSansCondensedBold/OpenSansCondensedBold.woff") format("woff"),
			url("../fonts/OpenSansCondensedBold/OpenSansCondensedBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
			}
			
.button:before,.price-table__center:before,.price-table__point_center:before,.price-table__title:after {
  content:"";
}

.button,
.footer a,
.footer__phone-text,
.footer__social-link {
  text-decoration:none;
}

.button,
.file-inp,
.greeting__utp_alert:hover {
  cursor:pointer;
}

.button {
  display:block;
  text-align:center;
  margin:0 auto;
  border:none;
  outline:0;
  position:relative;
  z-index:1;
  color:#fff;
  background-color:#79b602;
  border-radius:94px;
}

.button:before {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background:#ff1600;
  border-radius:94px;
  -webkit-transform:scale3d(.5,1,1);
  transform:scale3d(.5,1,1);
  -webkit-transition:opacity .4s,-webkit-transform .4s;
  transition:opacity .4s,-webkit-transform .4s;
  transition:transform .4s,opacity .4s;
  transition:transform .4s,opacity .4s,-webkit-transform .4s;
  -webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);
  transition-timing-function:cubic-bezier(.2,1,.3,1);
  opacity:0;
  z-index:-1;
}

.button:hover:before {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}

.button_background_white {
  background:#fff;
  border:2px solid #79b602;
  color:#79b602;
}

.button_background_white:hover {
  border:2px solid #ff1600;
  color:#fff;
}

.form__input {
  background:0 0;
  border:2px solid #dedede;
  border-radius:100px;
  color:#fff;
}

.form__textarea {
  background:0 0;
  border:2px solid #dedede;
  border-radius:17px;
  color:#fff;
}

.phone{
    position: absolute;
    top: 55px;
    right: 82px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.price-table__center,
.price-table__left,
.price-table__right {
  background-color:#fff;
  border:5px solid #eee;
  box-sizing:border-box;
  padding-top:38px;
}

.price-table__point_left:before,
.price-table__point_right:before {
  position:absolute;
  content:"";
  background:url("../img/point__no.svg");
  width:9px;
  height:9px;
  top:7px;
  left:-16px;
}

.price-table {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
}

.price-table__left {
  width: 360px;
  height:444px;
  border-right:0;
  margin-top:26px;
}

.price-table__center {
  width:400px;
  height:484px;
  position:relative;
}

.price-table__center:before {
  width: 365px;
  height:5px;
  background-color:#79b602;
  position:absolute;
  top:0;
  left:-5px;
  right:0;
}

.price-table__right {
  width: 360px;
  height:444px;
  border-left:0;
  margin-top:26px;
}

.price-table__table-title {
  display:none;
}

.how__list,
.reviews__item {
  display:-webkit-box;
  display:-ms-flexbox;
}

.price-table__title {
  font-size:19px;
  font-weight:700;
  position:relative;
  margin:0;
}

.price-table__title:after {
  width:80px;
  height:2px;
  background:#79b602;
  position:absolute;
  left:0;
  right:0;
  bottom:-16px;
  margin:auto;
}

.price-table__title_left {
  color:#000;
}

.price-table__title_center {
  color:#000;
}

.price-table__title_right {
  color:grey;
}

.price-table__point_left,
.price-table__point_right {
  color:#6c6c6c;
}

.price-table__point-list {
  margin:50px 30px 0 52px;
  padding:0;
  list-style:none;
  text-align:left;
}

.price-table__point {
  margin-bottom:20px;
  position:relative;
  font-size:18px;
}

.price-table__point_center:before {
  width:11px;
  height:8px;
  top:7px;
  left:-16px;
  position:absolute;
  background:url("../img/point__yes.svg");
}

.how__list {
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}

.how__item {
  width:201px;
}

.how__number {
  font-size:48px;
  font-weight:700;
  color:#79b602;
  margin-top:28px;
  margin-bottom:8px;
  line-height:71px;
}

.how__text,
.how__title {
  color:#fff;
  margin-bottom:0;
}

.how__title {
 font-size: 28px;
  font-weight:700;
  margin-top:0;
  line-height:35px;
  color: #79b602;
}

.how__text {
  font-size:18px;
  margin-top:15px;
  line-height:24px;
}

.reviews__list {
  margin:0;
  padding:0;
}

.reviews__item {
  width:600px;
  height:439px;
  margin:0 auto;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  box-sizing:border-box;
}

.reviews__image {
  width:196px;
  height:196px;
  border:6px solid #79b602;
  border-radius:50%;
}

.reviews__desc {
  text-align:left;
  width:445px;
  margin-left:26px;
}

.reviews__text:after,
.reviews__text:before {
  content:"";
  width:22px;
  height:17px;
}

.reviews__text {
  position:relative;
  font-size:18px;
  padding-left:37px;
  padding-top:25px;
  padding-bottom:25px;
}

.alert,
.alert:after,
.footer,
.main__more,
.reviews__text:after {
  position:absolute;
}

.reviews__text:before {
  position:absolute;
  left:0;
  top:0;
  background:url("../img/quotes-left.png");
}

.reviews__text:after {
  right:0;
  bottom:0;
  background:url("../img/quotes-right.png");
}

.reviews__author {
  font-size:20px;
  font-weight:700;
  padding-left:37px;
}

.page {
  font-family:Open Sans Condensed;
  font-weight:400;
}

#fp-nav {
  -webkit-transition:all .5s;
  transition:all .5s;
}

#fp-nav ul li {
  margin:10px 7px;
}

#fp-nav ul li a span {
  background:#c9c9c9;
  width:10px;
  height:10px;
  margin:-5px 0 0 -5px;
}

#fp-nav ul li a.active span,
#fp-nav ul:hover li a.active span {
  background:0 0;
  border:2px solid #79b602;
  width:10px;
  height:10px;
  margin:-7px 0 0 -7px;
}

.heading1 {
  font-family:Open Sans Condensed;
  font-weight:400;
  font-size:40px;
  margin:0 auto;
}

.footer__copy,
.footer__phone-text {
  font-weight:400;
  font-family:CRC35;
}

.heading1_color_black {
  color:#000;
}

.alert,
.footer a,
.footer__copy,
.heading1_color_white {
  color:#fff;
}

@media only screen and (min-width:320px) {
  .main {
    background-image:url("../img/main__bg.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:320px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:320px), only screen and (min-device-pixel-ratio:2) and (min-width:320px), only screen and (min-resolution:192dpi) and (min-width:320px), only screen and (min-resolution:2dppx) and (min-width:320px) {
  .main {
    background-image:url("../img/main__bg@2x.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

@media only screen and (min-width:1200px) {
  .main {
    background-image:url("../img/main__bg@2x.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

.main__more {
  left:0;
  right:0;
  bottom:40px;
  margin:auto;
}

.main__arrow {
  -webkit-animation:jump .8s linear infinite;
  animation:jump .8s linear infinite;
}

@-webkit-keyframes jump {
  0%,
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  50% {
    -webkit-transform:translateY(5px);
    transform:translateY(5px);
  }
}

@keyframes jump {
  0%,
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  50% {
    -webkit-transform:translateY(5px);
    transform:translateY(5px);
  }
}

.footer {
  height:56px;
  background-color:#000;
  left:0;
  right:0;
  bottom:0;
}

.footer__left-block {
  height:23px;
}

.footer__phone-text {
  color:#fff;
  font-size:20px;
  margin-left:16px;
}

.footer__right-block {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  height:32px;
}

.footer__social {
  display:none;
}

.footer__social-link {
  width:28px;
  height:28px;
  line-height:28px;
  border:2px solid #79b602;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  border-radius:50%;
  margin-right:18px;
  -webkit-transition:all .4s;
  transition:all .4s;
}

.footer__social-link:hover {
  background:#ff1600;
  border-color:#ff1600;
  -webkit-transition:all .4s;
  transition:all .4s;
}

.footer__social-img_vk {
  height:10px;
}

.footer__social-img_fb {
  height:16px;
}

.footer__copy {
  font-size:16px;
  line-height:19px;
}

.alert {
  height:20px;
  padding:0 10px;
  background:red;
  font-size:12px;
  line-height:18px;
  top:0;
  left: 40%;
  font-style:normal;
  border-radius:4px;
  -webkit-transition:all .3s;
  transition:all .3s;
  opacity:0;
  z-index:-2;
  white-space:nowrap;
}

.alert:after {
  content:'';
  width:0;
  height:0;
  border-top:solid 8px red;
  border-left:solid 5px transparent;
  border-right:solid 5px transparent;
  bottom:-8px;
  left:20px;
}

.file-inp,
.tooltip {
  position:relative;
}

.alert_active {
  opacity:1;
  z-index:2;
  top:-20px;
}

.file-inp {
  display:inline-block;
  font-size:22px;
  -webkit-transition:all .2s;
  transition:all .2s;
  font-weight:300;
  color:#656666;
}

.tooltip__message {
    width: 364px;
    height: 206px;
    position: absolute;
    left: 50%;
    margin-left: -182px;
    top: 100%;
    padding: 24px;
    /* background: url(../img/tooltip.png); */
    box-sizing: border-box;
    text-align: left;
    visibility: hidden;
    z-index: 2;
}

.greeting__desc::after,
.greeting__desc:before {
  width:78px;
  height:2px;
  background:#79b602;
  content:"";
}

.tooltip__text {
  font-family:Open Sans Condensed;
  font-size:16px;
  font-weight:400;
  margin:0 0 12px;
  color:#000;
  line-height:normal;
  border-bottom:none;
}

.tooltip:hover .tooltip__message {
  visibility:visible;
}

.greeting__h1 {
  font-weight:700;
}

.greeting__mobile {
  display:none;
}

.greeting__desc {
  color:#fff;
  font-size:24px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-top:10px;
  margin-bottom:40px;
}

.greeting__desc:before {
  margin-right:24px;
}

.greeting__desc::after {
  margin-left:24px;
}

.greeting__utp {
  font-family:CRC35;
  font-size:26px;
  color:#fff;
  width:573px;
  margin:0 auto;
  line-height:39px;
}

.greeting__utp_alert {
  color:#79b602;
  position:relative;
}

.greeting__utp_alert:after {
  position:absolute;
  left:0;
  right:0;
  bottom:5px;
  content:"";
  width: 95%;
  border-bottom:1px dashed #79b602;
}

.greeting__button {
  width:350px;
  height:48px;
  font-size:24px;
  line-height:48px;
  margin-top:48px;
}

.take-clients {
  background:url("../img/take-clients__bg.png") top repeat-x;
}

.take-clients__heading1 {
    font-size: 46px;
    font-weight: bold;
}

.take-clients__button {
  font-size: 18px;
  font-weight: bold;
  width:250px;
  height:48px;
  line-height:48px;
  margin-top:-25px;
  box-sizing:border-box;
}

.how__heading1,
.reviews__heading1 {
	font-size: 46px;
  font-weight: bold;
}

.price-table {
  margin-top:37px;
}

@media only screen and (min-width:320px) {
  .how {
    background-image:url("../img/how__bg.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:320px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:320px), only screen and (min-device-pixel-ratio:2) and (min-width:320px), only screen and (min-resolution:192dpi) and (min-width:320px), only screen and (min-resolution:2dppx) and (min-width:320px) {
  .how {
    background-image:url("../img/how__bg@2x.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

@media only screen and (min-width:1200px) {
  .how {
    background-image:url("../img/how__bg@2x.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

.how__list {
  margin-top:50px;
}

.reviews {
  background:url("../img/reviews__bg.png");
}

.reviews__slider {
  margin-top:50px;
  margin-bottom:57px;
}

.reviews__img {
  border-radius:50%;
  width:196px;
  height:196px;
}

.reviews__button {
  width:249px;
  height:48px;
  color:#fff;
  font-size:18px;
  line-height:48px;
  display:none;
}

.flexslider,
.flexslider li {
  width:670px;
}

.flexslider {
  margin:0 auto;
  position:relative;
}

.flex-direction-nav,
.flexslider li {
  list-style:none;
  margin:0;
  padding:0;
}

.flex-control-nav {
  display:none;
}

.flex-next,
.flex-prev {
  display:block;
  height:68px;
  text-decoration:none;
}

.flex-direction-nav {
  position:absolute;
  top:200px;
  left:0;
  right:0;
  z-index:10;
}

.count-form__input,
.form__input_contact {
  padding-left:24px;
  padding-right:24px;
  box-sizing:border-box;
}

.flex-prev {
  width:24px;
  background:url("../img/arrow__left.svg") no-repeat;
  float:left;
  margin-left:-70px;
}

.flex-next {
  width:24px;
  background:url("../img/arrow__right.svg") no-repeat;
  float:right;
  margin-right:-70px;
}

.price-people,
.price-people__item {
  display:-webkit-box;
  display:-ms-flexbox;
  -webkit-box-align:center;
}

.price-people {
  display:flex;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:897px;
  margin:48px auto 75px;
}

.price-people__item {
  display:flex;
  -ms-flex-align:center;
  align-items:center;
}

.form__row,
.price-people__price {
  display:-webkit-box;
  display:-ms-flexbox;
}

.price-people__price {
  width:100px;
  height:100px;
  border:3px solid #79b602;
  font-size:34px;
  color:#fff;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  border-radius:50%;
  box-sizing:border-box;
  margin-right:16px;
}

.price-people__rub {
  margin-left:5px;
}

.price-people__text {
  text-align:left;
}

.price-people__city {
  color:#fff;
  font-size:24px;
  margin:0;
  font-family:CRC35;
}

.price-people__city_mobile {
  display:none;
}

.price-people__word {
  color:#fff;
  font-size:19px;
  margin:0;
  font-family:CRC35;
}

.form__heading2:after,
.form__heading2:before {
  width:56px;
  height:2px;
  background:#79b602;
  content:"";
}

.form__row {
  display: block;
}

.form__text {
  color:#fff;
  font-size:16px;
  margin:30px auto;
  font-family:CRC35;
  line-height:25px;
}

.count-form__input,
.form__button,
.form__input_contact {
  line-height:48px;
  height:48px;
  outline:0;
}

.form__text_link {
  color:#fff;
}

.form__text_link:hover {
  text-decoration:none;
}

.form__block {
  position:relative;
}

.form__input {
  margin-bottom:32px;
}

.form__input_contact {
  width: 360px;
  font-size:18px;
  font-weight:400;
  font-family:CRC35;
}

.form__input_big {
  width:435px;
}

.form__heading1 {
  color:#fff;
  font-size:40px;
  font-weight:700;
  margin:0;
}

.form__heading2 {
  font-size:18px;
  color:#fff;
  margin:0 0 48px;
  font-family:CRC35;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.count-form,
.count-form__form_noactive {
  display:none;
}

.form__heading2:before {
  margin-right:13px;
}

.form__heading2:after {
  margin-left:13px;
}

.form__button {
  width:277px;
  font-size: 24px;
  margin-top:18px;
}

.count-form {
  background:#fff;
  width:400px;
  box-sizing:border-box;
  text-align:center;
}

.count-form__form {
  width:100%;
  margin:0 auto;
  padding-bottom:32px;
}

.count-form__heading {
  width:350px;
  margin:0 auto;
  padding-top:32px;
}

.count-form__heading1 {
  font-size:40px;
  color:#000;
  font-weight:400;
  margin:0 0 8px;
}

.count-form__heading2 {
  font-size:18px;
  font-weight:400;
  margin:0 0 32px;
  color:#000;
}

.count-form__input {
  width:344px;
  color:#000;
  font-size:18px;
  margin-bottom:32px;
}

.count-form__input_big {
  width:720px;
}

.count-form__button {
  width:277px;
  height:48px;
  outline:0;
}

.count-form__secus {
  display:none;
  padding-top:32px;
  padding-bottom:32px;
}

.count-form__secus_active {
  display:block;
}

.count-form__secus-heading {
  color:#000;
  font-size:40px;
  line-height:59px;
  margin:8px 0 0;
}

.count-form__secus-text {
  color:#000;
  font-size:18px;
  margin:5px 0 0;
}

@media only screen and (min-width:320px) {
  .contact {
    background-image:url("../img/contact__bg.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:320px), only screen and (min--moz-device-pixel-ratio:2) and (min-width:320px), only screen and (min-device-pixel-ratio:2) and (min-width:320px), only screen and (min-resolution:192dpi) and (min-width:320px), only screen and (min-resolution:2dppx) and (min-width:320px) {
  .contact {
    background-image:url("../img/contact__bg@2x.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

@media only screen and (min-width:1200px) {
  .contact {
    background-image:url("../img/contact__bg@2x.jpg");
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
}

.contact__form {
  width:897px;
  margin:0 auto;
}

.contact__form_noactive,
.contact__secus {
  display:none;
}

.contact__secus_active {
  display:block;
}

.contact__secus-heading {
  color:#79b602;
  font-size:40px;
  font-weight:400;
  line-height:59px;
  margin:0 0 8px;
}

.contact__secus-text {
  color:#fff;
  font-family:CRC35;
  font-size:18px;
  font-weight:400;
  margin:0 0 10px;
}

.fancybox-close {
  background:url("../img/close.svg");
  width:14px;
  height:14px;
  top:16px;
  right:16px;
}

.greeting__h1 {
  font-size:64px;
}

.logo {
  position:absolute;
  top:40px;
  left:82px;
}

.section__wrapper {
  width:1024px;
  margin:0 auto;
  text-align:center;
  height: 100vh;
}

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

@media screen and (max-width:1024px) {
  .section__wrapper {
    width:auto;
    padding-left:15px;
    padding-right:15px;
  }
  #fp-nav {
    display:none;
  }
}

@media screen and (max-width:991px) {
  .price-table__left {
    width:222px;
    height:530px;
  }
  .price-table__center {
    width:292px;
    height:575px;
  }
  .price-table__center:before {
    width:292px;
  }
  .price-table__right {
    width:222px;
    height:530px;
  }
  .price-table__point-list {
    margin-left:40px;
  }
  .how__item {
    width:auto;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    margin-left:20px;
    margin-right:20px;
  }
  .reviews__slider {
    width:720px;
  }
  .reviews__item {
    width:575px;
  }
  .reviews__desc {
    width:300px;
  }
  .logo {
    left:24px;
    top:32px;
  }
  
  
  .greeting__h1 {
    font-size:56px;
  }
  .flexslider,
  .flexslider li {
    width:575px;
  }
  .flex-prev {
    margin-left:-45px;
  }
  .flex-next {
    margin-right:-45px;
  }
  .price-people {
    width:637px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  .price-people__item {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  .price-people__price {
    margin-right:0;
  }
  .price-people__text {
    text-align:center;
    margin-top:20px;
  }
  .contact__form {
    width:738px;
  }
  .contact__row {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .form__input_contact {
    width:344px;
  }
  .form__input_region {
    width:738px;
    margin-bottom:32px;
  }
  .count-form {
    width:720px;
  }
  .count-form__form,
  .count-form__input_big {
    width:700px;
  }
}

@media screen and (max-width:767px) {
  .phone {
     font-size: 32px; 
	 top:32px;
  }

  .price-table {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:0;
  }
  .price-table__table-title {
    display:block;
    color:#79b602;
    font-size:24px;
    font-weight:700;
    position:absolute;
    top:-50px;
    left:0;
    right:0;
    margin:auto;
  }
  .price-table__center,
  .price-table__left,
  .price-table__right {
    width:288px;
    margin-top:75px;
    position:relative;
  }
  .price-table__left {
    height: 500px;
    border-right:5px solid #eee;
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
  }
  .price-table__center {
        height: 438px;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3;
  }
  .price-table__center:before {
    width:288px;
  }
  .price-table__right {
    height:444px;
    border-left:5px solid #eee;
    -webkit-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
  }
  .how__list {
    margin-top: 0px;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	padding-bottom: 50px;
  }
  .how__item {
    width:257px;
    -webkit-box-flex:initial;
    -ms-flex:initial;
    flex:initial;
        flex: initial;
    margin-bottom: 0px;
  }
  .reviews {
    padding-bottom:48px;
  }
  .reviews__slider {
    width:290px;
        margin: 40px auto;
    border:0;
  }
  .reviews__item {
    width: 360px;
    height:auto;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .reviews__image {
    margin:0 auto;
  }
  .reviews__desc {
    width:290px;
    margin-left:0;
  }
  .reviews__author {
    margin:0;
  }
  .logo {

  }
  .logo__img {
    width: 250px;
  }
  .heading1 {
    font-size:28px;
    padding-top:40px;
  }
 
  .greeting__desktop,
  .main__more {
    display:none;
  }
  .greeting__mobile {
    display:block;
    padding-top:122px;
  }
  .count-form__heading2,
  .greeting__desc_mobile:after,
  .greeting__desc_mobile:before {
    display:none;
  }
  .greeting__desc_mobile {
    margin:0;
    font-size:22px;
  }
  .greeting__desc_orange {
    color:#79b602;
    margin:10px 0;
    font-size:24px;
  }
  .greeting__button_mobile {
    width:288px;
    margin-top:53px;
    font-size:16px;
  }
  .take-clients {
    background-repeat:repeat;
    padding-bottom:40px;
  }
  .take-clients__button {
    margin-top:-33px;
  }
  .flexslider,
  .flexslider li {
    width:290px;
  }
  .flex-direction-nav {
    top:75px;
	left: -15px;
  }
  .flex-prev {
    margin-left:0;
  }
  .flex-next {
    margin-right:0;
  }
  .price-people {
    width:100%;
  }
  .contact {
    position:relative;
  }
  .contact__form-block {
    height:auto;
  }
  .contact__form {
    width:290px;
	padding-top: 50px;
  }
  .count-form,
  .form__block,
  .form__input_region {
    width:100%;
  }
  .form__input {
    width:100%;
    margin-bottom:32px;
  }
  .form__button {
    margin-top:0;
    margin-bottom:0;
	font-size: 16px;
  }
  .footer {
    bottom:-42px;
    height:97px;
    position:relative;
  }
  .section__wrapper_display_flex {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .count-form__image {
    width:190px;
  }
  .count-form__form,
  .count-form__heading {
    width:90%;
  }
  .count-form__row {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .count-form__input {
    margin-bottom:10px;
    line-height:40px;
    height:40px;
    font-size:16px;
  }
  .count-form__heading1 {
    font-size:25px;
    margin-bottom:15px;
  }
  .no-flexbox .form__row,
  .no-flexbox .how__list,
  .no-flexbox .price-table,
  .no-flexbox .reviews__item,
  .no-flexbox .section__wrapper_display_flex {
    display:block;
  }
  .count-form__button {
    width:100%;
  }
  .no-flexbox .price-table__center,
  .no-flexbox .price-table__left,
  .no-flexbox .price-table__right {
    margin:75px auto 0;
  }
  .no-flexbox .how__item {
    width:257px;
    -webkit-box-flex:initial;
    -ms-flex:initial;
    flex:initial;
    padding-bottom:54px;
    margin:0 auto;
  }
  .no-flexbox .footer {
    padding-top:20px;
    box-sizing:border-box;
  }
}

@media screen and (max-width:567px) {
  .phone {
    left:24px;
    top:62px;
	left: 34px;
    top: 82px;
    font-size: 22px;
  }
  .price-people {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -ms-grid-row-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:48px;
  }
  .price-people__item {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    width:100%;
    margin-bottom:33px;
  }
  .price-people__text {
    text-align:left;
    margin-top:0;
    margin-left:16px;
  }
  .price-people__city_desktop {
    display:none;
  }
  .price-people__city_mobile {
    display:block;
  }
}
.color{
	color:#79b602;
}
.color2{
	color:#e34b02;
	font-size: 24px;
}

.main h2{
    font-size: 36px;
    margin: 10px;
    color: #fff;
}

.price-table img{
    margin-top: 20px;
}

.greeting__desc {
    color: #fff;
    font-size: 24px;
    display: block;

}

a{
color: rgb(255, 230, 0);
}
    .greeting__desktop{
    padding-top: 30%;
}