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

body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #F3F4F6;
}

.header {
  position: relative;
  background: url(../img/main.jpg);
  /* background-position: center; */
  background-repeat: no-repeat;
  padding: 20px 0px 289px 0px;
}

@media (max-width: 1600px) {
  .header {
    background-size: cover;
    padding-bottom: 150px;
  }
}


#whatsapp_bottom { 
    position: fixed; 
    right: 120px; 
    bottom: 70px; 
    z-index: 999; 
} 
           
.wp-btn { 
    width: 75px; 
    height: 75px; 
} 
 
@media (max-width: 991.98px) { 
  #whatsapp_bottom { 
      right: 80px; 
      bottom: 70px; 
  } 
 
  .wp-btn { 
      width: 70px; 
      height: 70px; 
  } 
} 
 
@media (max-width: 767.98px) { 
  #whatsapp_bottom { 
      right: 35px; 
      bottom: 40px; 
  } 
   
  .wp-btn { 
      width: 50px; 
      height: 50px; 
  } 
}
@media (max-width: 1400px) {
  .header {
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
  }
}

/* .header:after {
  content: url(../img/header_people.png);
  position: absolute;
  top: 20px;
  right: 0;
} */
/* 
@media (max-width: 1400px) {
  .header:after {
    right: -200px;
  }
}

@media (max-width: 992.98px) {
  .header:after {
    display: none;
  }
} */

@media (max-width: 1400px) {
  .header {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .header {
    padding: 20px 0px 150px 0px;
  }
}

.header-row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.header__number a {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-decoration: none;
}

.header__email a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.header__logo {
  background-color: #fff;
  padding: 15px 0px;
}

.header__company {
  position: relative;
  top: -20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .header__company {
    margin-top: 40px;
  }
}

.header__title {
  font-size: 17px;
  background-color: #FFD220;
  padding: 18px 0px;
  border-top: 3px dashed #000000;
}

.header__intro-title {
  margin-top: 190px;
  max-width: 640px;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 49px;
  color: #000000;
}

@media (max-width: 1400px) {
  .header__intro-title {
    font-size: 40px;
  }
}

@media (max-width: 992.98px) {
  .header__intro-title {
    margin-top: 40px;
    font-size: 38px;
    line-height: 37px;
  }
}

.header__intro-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-top: 15px;
}

.header__btn {
  margin-top: 40px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 361px;
  height: 59px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  background: url(../img/header_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header__btn:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/play-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header__people {
  position: absolute;
  right: -187px;
  top: 18px;
}

@media (min-width: 1400px) {
  .header__people {
    right: 0;
  }
}

.category__column {
  min-height: 240px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.category__column img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.category__title {
  position: absolute;
  top: 25px;
  left: 5px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}

.title-before {
  position: relative;
}

.title-before:before {
  position: absolute;
  left: -393px;
  top: 10px;
  width: 383px;
  content: '------------------------';
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 0px;
  color: #FFD220;
}

.categories {
  margin-top: -40px;
  position: relative;
}

.categories:after {
  position: absolute;
  top: 0px;
  right: 200px;
  content: url(../img/nitki2.png);
}


.categories:before {
  content: '';
  position: absolute;
  top: 40px;
  right: 0;
  width: 340px;
  height: 10px;
  background-color: #FFD220;
}



@media (max-width: 1600px) {
  .categories:after {
    top: -65px;
    right: 65px;
  }
}

@media (max-width: 1400px) {
  .categories:after {
    right: 0;
  }
  .categories:before {
    top: 40px;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .categories:after {
    display: none;
  }
}

.categories-row {
  position: relative;
  z-index: 1;
  padding-right: 63px;
}

@media (max-width: 1600px) {
  .categories-row {
    max-width: 90%;
  }
}

@media (max-width: 1400px) {
  .categories-row {
    padding-right: 0;
  }
}

@media (max-width: 992.98px) {
  .categories-row {
    max-width: 100%;
  }
}

.categories-row .col-lg-4 {
  background: #fff;
}

@media (max-width: 767.98px) {
  .categories-row .col-lg-4 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .categories-row {
    padding-right: 0;
  }
}

.section__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .section__title {
    font-size: 28px;
    line-height: 35px;
  }
}

.colors-row {
  padding-right: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colors-row .colors__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  position: relative;
  padding: 41px 0px 0px 0px;
  background: #fff;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  .colors-row .colors__column {
    margin-right: 0;
  }
}

.colors-row .colors__column:nth-child(1) .colors__square {
  background: #fff;
}

.colors-row .colors__column:nth-child(2) .colors__square {
  background: #000;
}

.colors-row .colors__column:nth-child(3) .colors__square {
  background: #48D62D;
}

.colors-row .colors__column:nth-child(4) .colors__square {
  background: #CC452C;
}

.colors-row .colors__column:nth-child(5) .colors__square {
  background: #FFFF5B;
}

.colors-row .colors__column .colors__img img {
  display: block;
  margin: auto;
}

.colors-row .colors__column .colors__square {
  position: absolute;
  top: 15px;
  right: 17px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0px 2px 12px rgba(101, 101, 101, 0.25);
          box-shadow: 0px 2px 12px rgba(101, 101, 101, 0.25);
}

.colors-row .colors__column .colors__line {
  background: #FFD220;
  width: 100%;
  height: 4px;
}

.colors-row .colors__column .colors__name {
  padding-top: 8px;
  background: #F3F4F6;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}

@media (max-width: 992.98px) {
  .colors-row .colors__column {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .colors-row .colors__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (max-width: 992.98px) {
  .colors-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .colors-row {
    padding-right: 0;
  }
}

section {
  margin-top: 140px;
}

@media (max-width: 767.98px) {
  section {
    margin-top: 70px;
  }
}

.advantages {
  position: relative;
  background: #fff;
}

.advantages:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/wave-top.png);
  top: -215px;
  z-index: -1;
  left: 0;
  background-position: top;
}

.advantages:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/wave-bottom.png);
  bottom: -215px;
  z-index: -1;
  left: 0;
  background-position: bottom;
}

.advantages-row {
  margin-bottom: 70px;
  padding: 0px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .advantages-row {
    padding: 0px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

.advantages__column {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages__column .advantages__column-img {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .advantages__column .advantages__column-img {
    margin-bottom: 15px;
  }
}

.advantages__column .advantages__column-text {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
  color: #F1A20A;
}

@media (max-width: 767.98px) {
  .advantages__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.colors .section__title {
  margin-bottom: 49px;
}

section.advantages .section__title {
  margin-bottom: 84px;
}

section.social .section__title {
  margin-bottom: 53px;
}

.request__subtitle {
  margin-top: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 102.18%;
  color: #000000;
}

.btn-request {
  position: relative;
  background: #fff;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 266px;
  height: 59px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  background: url(../img/request_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-request:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 27px;
  height: 27px;
  background: url(../img/play-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-request:hover {
  color: #000;
}

.info-input {
  display: block;
  width: 86%;
  margin-bottom: 24px;
  padding: 14px 50px;
  background: #fff;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #000000;
}

.info-input:focus {
  outline: 1px solid #FFD220;
}

.info-input.validated, .info-input.error {
  outline: none !important;
}

@media (max-width: 767.98px) {
  .info-input {
    width: 100%;
  }
}

#requestForm {
  margin-top: 55px;
}

section.request {
  margin-top: 200px;
}

@media (max-width: 767.98px) {
  section.request {
    margin-top: 160px;
  }
}

.request__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request__bottom .custom-input {
  margin-right: 26px;
}

.request__bottom label {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .request__bottom label {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .request__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.custom-input label {
  position: relative;
  cursor: pointer;
  padding-left: 50px;
}

.custom-input label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #FFD220;
  -webkit-transition: .3s linear all;
  transition: .3s linear all;
}

.custom-input input {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.custom-input input:checked + label:before {
  background: #FFD220;
}

.custom-input input:checked + label:after {
  position: absolute;
  top: 0;
  left: 10px;
  content: url(../img/mark.png);
}

.request__img {
  position: relative;
}

.request__img img {
  position: absolute;
  top: -145px;
  max-width: 100%;
}

@media (max-width: 992.98px) {
  .request__img {
    display: none;
  }
}

.request__message {
  max-width: 1142px;
  position: relative;
  margin-top: 102px;
  padding: 36px 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  background: #FFE8A2;
}

@media (max-width: 767.98px) {
  .request__message {
    max-width: 100%;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
  }
}

.social {
  padding: 0px 0px 300px 0px;
  position: relative;
}

.social:before {
  content: url(../img/social-bg.png);
  position: absolute;
  left: -80px;
  top: -290px;
  z-index: -1;
}

.social:after {
  content: url(../img/mountain.png);
  position: absolute;
  bottom: -118px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 992.98px) {
  .social {
    padding: 0px 0px 150px 0px;
  }
}

@media (max-width: 767.98px) {
  .social {
    overflow: hidden;
  }
}

.social__link a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: .22s linear color;
  transition: .22s linear color;
}

.social__link a:hover {
  color: #FFD220;
}

.social__link a img {
  margin-right: 5px;
}

.social__text {
  margin-top: 15px;
  max-width: 434px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 102.18%;
  color: #000000;
}

.posts-col {
  margin-bottom: 8px;
}

.posts-col .posts__column {
  min-height: 100%;
  background: #fff;
}

@media (max-width: 992.98px) {
  .posts-col {
    margin: 15px 0px;
  }
}

.map {
  position: relative;
  overflow: hidden;
}

.map iframe {
  width: 100%;
}

.map:after {
  position: absolute;
  content: url(../img/line.png);
  left: 0;
  z-index: 1;
  top: -40px;
}

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

@media (max-width: 767.98px) {
  .made-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ymaps-2-1-78-controls__toolbar_left {
  display: none !important;
}

.made {
  background: #000000;
  padding: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  color: #FFFFFF;
}

.made a {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  color: #FFFFFF;
}

.info {
  position: absolute;
  top: 40px;
  max-width: 260px;
  border-bottom: 5px solid #000;
}

@media (max-width: 1600px) {
  .info {
    top: 0px;
  }
}

.info__wrapper {
  background: #FFEBA2;
}

.info__wrapper .info__column {
  padding: 15px 24px;
  background: #FFEBA2;
}

.info__wrapper .info__column:first-child {
  padding-top: 30px;
}

.info__wrapper .info__column:nth-child(3) {
  background: #fff;
}

.info__wrapper .info__column-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.info__wrapper .info__address {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
}

.info__wrapper .info__number a {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 34px;
  color: #000000;
  text-decoration: none;
}

.info__wrapper .info__email a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #F1A20A;
}

.info__socials a {
  text-decoration: none;
  display: inline-block;
  margin: 10px 5px;
}

.info__socials svg {
  width: 27px;
  height: 27px;
}

.info__socials svg path {
  -webkit-transition: .22s linear all;
  transition: .22s linear all;
  fill: #F1A20A;
}

.info__socials svg:hover path {
  fill: #000;
}

@media (max-width: 767.98px) {
  .copyright {
    margin-bottom: 10px;
  }
}

.shadow-mountain {
  position: absolute;
  bottom: -80px;
  left: 0;
  opacity: .9;
}

@media (max-width: 992.98px) {
  .shadow-mountain {
    display: none;
  }
}

input.validated, textarea.validated {
  border: 1px solid rgba(3, 236, 100, 0.85) !important;
}

input.error, textarea.error {
  border: 1px solid #DB6969 !important;
}

input.error + label:before {
  border: 1px solid #DB6969 !important;
}

input.validated + label:before {
  border: 1px solid rgba(3, 236, 100, 0.85) !important;
}

.made-by img {
  width: 50px;
  height: 23px;
}

.success-message {
  font-size: 24px;
}

.posts-col {
  overflow: hidden;
}

.posts-col img {
  max-width: 100%;
  

}

/*# sourceMappingURL=style.css.map */