@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

body {
  background-color: #000000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*SECTION ONE*/

#foot {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px;
}

.header {
  background: linear-gradient(-20deg, #e0b506 50%, rgba(0, 0, 0, 0) 50%),
    url("../images/dark_bg.png?v1");
  background-size: 100% 70%, cover;
  background-repeat: no-repeat;
  background-position: bottom, center center;
}
.button {
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 53px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd3333),
    to(#ba0000)
  );
  background: linear-gradient(to bottom, #fd3333, #ba0000);
  -webkit-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
  border-radius: 2px;
}
.logo {
  width: 143px;
  display: inline-block;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.menu__link {
  color: inherit;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  cursor: pointer;
}

.menu__link:hover {
  color: #e5c10f;
  text-decoration: none;
}
.menu__btn {
  display: none;
}
.sec-one {
  background-image: url("../images/sec-one_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sec-one__title {
  font-size: 43px;
  font-weight: 700;
  color: #e5c10f;
  text-transform: uppercase;
}
.sec-one__title span {
  font-size: 27px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.improv {
  margin-top: 14%;
}
.improv__item {
  height: 84px;
  position: relative;
  text-align: right;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 83px 13px 0px;
}
.improv__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 68px;
  height: 68px;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.improv__item--img1::after {
  background-image: url("../images/penis.png");
}
.improv__item--img2::after {
  background-image: url("../images/penis2.png");
}
.improv__item--img3::after {
  background-image: url("../images/clock.png");
}
.form {
  margin-top: 9%;
  padding: 12px 32px;
  text-align: center;
  border: 1px solid #555;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px #000000;
  box-shadow: 1px 1px 1px #000000;
  background-color: #000000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c2c2c),
    color-stop(#2b2b2b),
    color-stop(#2a2a2a),
    to(#282828)
  );
  background-image: linear-gradient(
    to bottom,
    #2c2c2c,
    #2b2b2b,
    #2a2a2a,
    #282828
  );
}
.form__title {
  background: #fff000;
  color: #ff0000;
  position: relative;
  border: 2px dashed #000;
  padding-top: 10px;
}
.form__title::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 15px;
  display: block;
  width: 40px;
  height: 30px;
  background-image: url(../images/scissors.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.form_title_item {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.countdown-container {
  margin-top: -15px;
  margin-bottom: -10px;
  font-size: 30px;
}
.timer_dot {
  margin: 0px 5px;
}
.timer_name {
  font-size: 12px;
  margin-bottom: 10px;
}
.timer_name span:nth-child(2) {
  margin: 0px 30px;
}
.count {
  font-size: 20px;
  font-weight: 700;
}
.price {
  margin-top: 22px;
  padding: 0px;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price__old {
  flex: 55%;
  font-size: 18px;
  color: #979797; /* text-decoration: line-through; */
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; /* position: relative; */
}
.wv_old-price {
  /* margin-left: 15px; */
}

.price__new {
  /* flex: 45%; */
  font-size: 30px;
}
sup {
  font-size: 60%;
}
.dot {
  margin: 0px -8px;
}
.price__currency {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 27px;
}
.price__old span {
  font-size: 30px;
  /* display: inline-block; */
}

.form__input {
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #000;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px 5px 8px 0px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 5px 8px 0px rgba(0, 0, 0, 0.45);
}

.form__input::-webkit-input-placeholder {
  color: #3d474c;
}

.form__input:-ms-input-placeholder {
  color: #3d474c;
}

.form__input::-ms-input-placeholder {
  color: #3d474c;
}

.form__input::placeholder {
  color: #3d474c;
}

.form__button {
  padding: 10px 53px;
  border: none;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 0px 4px #2d3539;
  box-shadow: inset 0px 0px 2px #000, inset 0px 0px 0px 4px #2d3539;
}
.form .form__button {
  width: 100%;
}
.form__bottom {
  margin-top: 12px;
}
.workhours {
  font-size: 0.7em;
  margin-bottom: -3px;
  margin-top: -5px;
}
/*SECTION SECOND */
.sec-second {
  background-color: #e0b506;
}
.sec-second__wrapp {
  background-image: url("../images/sec-second_bg.png?v1");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sec-second__title {
  margin-top: 89px;
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e0b506;
  line-height: 1.1;
}
.sec-second__title span:first-child {
  font-size: 72px;
}
.sec-second__title span:nth-child(2) {
  display: block;
  margin-top: -18px;
}
.sec-second__title span:last-child {
  display: block;
  margin-top: -10px;
  font-size: 63px;
}
.problem {
  margin-top: 87px;
}
.problem__item {
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.problem__item span {
  width: 69px;
  height: 69px;
  line-height: 1.1;
  margin-right: 16px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-size: 62px;
  background-color: #e0b506;
}

/*SECTION THREE*/
.sec-three {
  background-color: #000000;
  background: linear-gradient(-12deg, rgba(0, 0, 0, 0) 75%, #e0b506 75%),
    url(../images/sec-three__bg3.png?v1);
  background-size: 100%, auto;
  background-position: center center, left 36%;
  background-repeat: no-repeat;
}

.sec-three__img {
  max-width: 380px;
}

.expert__title {
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
}
.sec-three__wrapp {
  width: 100%;
  padding-top: 114px;
  background-image: url(../images/expert.png),
    linear-gradient(
      -192deg,
      #e8ba49,
      #c8953d,
      #7f4a20 52%,
      rgba(255, 255, 255, 0) 52%
    ),
    linear-gradient(
      -372deg,
      #47210d,
      #8c5524,
      #c9953e 52%,
      rgba(255, 255, 255, 0) 52%
    );
  background-repeat: no-repeat;
  background-position: 80% 23%, center center, 50% 104%;
  background-size: 30%, 100%, 100% 89%;
}
.sec-three__wrapp-gradient {
  background-image: linear-gradient(
    -192deg,
    #e8ba49,
    #c8953d,
    #7f4a20 76%,
    rgba(255, 255, 255, 0) 76%
  );
}

.expert {
  margin-top: 56px;
  padding-bottom: 160px;
  text-align: right;
}
.expert__name {
  font-weight: 700;
  font-size: 20px;
  margin-top: 45px;
}
.expert__name span {
  font-size: 18px;
  font-weight: 400;
  padding-right: 27px;
}
.components {
  margin-left: -145px;
  margin-top: 175px;
}
.components__img {
  width: 88px;
  display: block;
  height: auto;
  float: left;
  margin-right: 10px;
}
.components__title {
  font-size: 45px;
  font-weight: 700;
}
.components__item {
  margin-bottom: 10px;
  text-align: left;
}
.components__name {
  font-size: 20px;
  color: #e0b506;
}
.components__desc {
  padding-left: 95px;

  font-size: 18px;
}
.button-wrapp {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
.button-wrapp .button {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.8;
  display: inline-block;
  color: #ffffff;
  margin: auto;

  height: 65px;

  -webkit-transition: color 0.3s;

  transition: color 0.3s;
}
.button:hover {
  color: #e5c10f;
  text-decoration: none;
}

.sec-order {
  margin-top: 104px;

  background-image: linear-gradient(-10deg, #e0b506 53%, rgba(0, 0, 0, 0) 46%);
}

.sec-order__title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 45px;
}
.slider {
  margin-top: 94px;
  margin-bottom: 86px;
  color: #000000;
}

.slider_item {
  position: relative;
  z-index: 10;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 50px 37px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 3px #000;
  box-shadow: 3px 3px 3px #000;
}
/*.slider_item::before{*/
/*content: '';*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*background-color: inherit;*/
/*z-index: 5;*/
/*-webkit-transform: translate(2%,2%);*/
/*transform: translate(2%,2%);*/
/*}*/
.slider__img {
  width: 375px;
  border: 3px solid #e0b506;
}
.slider__text {
  font-size: 20px;
  padding-left: 47px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider__name {
  font-weight: 700;
  margin-bottom: 47px;
}
.carousel-control {
  width: 39px;
  height: 71px;
  top: 50%;
}
.carousel-control.right {
  background-image: none;
  right: -5%;
}
.carousel-control.left {
  background-image: none;
  left: -5%;
}

.sec-four {
  padding-top: 76px;
  background-color: #e0b506;
}

.sec-four__title {
  margin-bottom: 144px;
  padding-top: 37px;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}
.sec-four__wrapp {
  background-image: url("../images/sec-four__bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 32px;
}
.pluse {
  text-align: center;
}
.plus__img {
  max-width: 152px;
}
.pluse__title {
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 30px;
}

.sec-five {
  background-color: #e0b506;
}
.sec-five__wrap {
  background-image: url("../images/sec-five__bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 109px;
  padding-bottom: 47px;
}
.sec-five__title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 68px;
}
.order__img {
  margin: auto;
  max-width: 124px;
}
.order__text {
  font-size: 20px;
  text-align: center;
  padding: 30px 47px;
}

.sec-six {
  background-image: linear-gradient(-20deg, rgba(0, 0, 0, 0) 57.5%, #e0b506 57%),
    url("../images/dark_bg.png?v1");
  background-position: center center, center bottom;
  background-size: auto, cover;
}

.sec-six__wrapp {
  padding-top: 80px;
  padding-bottom: 28%;
  background-image: url("../images/map.png?v1"), url("../images/map_bg-white.png");
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: 25% 10%;
  /*linear-gradient( -20deg, rgba(0,0,0,0) 9% ,#fff 9%);*!*/
}
.sec-six__title {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  color: #000000;
}

.sec-footer {
  background-image: url("../images/dark_bg.png?v1");
  background-size: cover;
  background-position: center center;
}
.sec-footer__wrapp {
  padding-top: 42%;
  margin-top: -38%;
  background-image: url(../images/footer_bg.png?v1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-one__wrapp-bottom {
  margin-top: 30%;
}
.sec-footer__title {
  text-align: center;
  font-size: 55px;
}
.sec-footer__title span {
  font-size: 64px;
}
@media screen and (max-width: 1200px) {
  .sec-one__title {
    white-space: pre-line;
    text-align: center;
  }
  .form {
    padding: 12px 12px;
  }
  .sec-one__title span {
    display: inline-block;
  }
  .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .price__new,
  .price__old {
    /* width: 100%; */
  }

  .menu {
    position: relative;
  }
  .menu__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 68px;
    overflow-y: hidden;
    -webkit-transition: height 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu__list--active {
    -webkit-animation: height 0.3s;
    animation: height 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes height {
    0% {
      height: 0%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }
    50% {
      height: 50%;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
    }
    100% {
      height: 100%;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
    }
  }
  @keyframes height {
    0% {
      height: 0%;
    }
    50% {
      height: 50%;
    }
    100% {
      height: 100%;
    }
  }
  .menu__item:not(:first-child) {
    margin: 10px 0px;
  }
  .menu__btn {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 12.5px;
    right: 40px;
    z-index: 4;
  }
  .menu__icon {
    cursor: pointer;
  }
  .improv__item {
    margin: 20px 0px;
  }

  .components {
    margin-left: 0;
  }

  .slider_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider__img {
    margin-bottom: 40px;
  }
  .slider__text {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .form {
    padding: 12px 35px;
  }
  .sec-three__wrapp {
    background-image: url(../images/expert.png),
      linear-gradient(
        -192deg,
        #e8ba49,
        #c8953d,
        #7f4a20 52%,
        rgba(255, 255, 255, 0) 52%
      ),
      linear-gradient(
        -372deg,
        #47210d,
        #8c5524,
        #c9953e 52%,
        rgba(255, 255, 255, 0) 52%
      );
    background-position: 90% 10%, center center, 50% 104%;
  }
}
@media screen and (max-width: 768px) {
  .form {
    margin-bottom: 30px;
  }
  .sec-one__img {
    text-align: center;
  }
  .carousel-control {
    display: block;
  }
  .sec-three__img {
    width: 400px;
  }
  .components {
    margin-top: 0;
  }
  .sec-second__title {
    font-size: 55px;
  }
  .sec-second__title span:first-child {
    font-size: 45px;
  }
  .sec-second__title span:last-child {
    font-size: 49px;
  }
  .problem__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .sec-footer__wrapp {
    padding-top: 66%;
    margin-top: -66%;
  }
  .sec-six__img img {
    margin-left: auto;
  }

  .sec-six .sec-one__img .img-responsive {
    display: block;
    width: 50%;
    margin: 0 auto 12px;
  }
}
@media screen and (max-width: 480px) {
  .sec-three__wrapp {
    padding-top: 36px;
    background-position: 50% 11%, center center, 50% 104%;
  }
  .expert {
    margin-top: 170px;
    padding-bottom: 48px;
    text-align: left;
  }

  .sec-one__wrapp-bottom {
    margin-top: 0%;
  }

  .expert__title {
    font-size: 26px;
  }

  .sec-three__img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
  }

  .slider_item {
    padding: 31px 10px 37px 10px;
  }

  .sec-order__title {
    font-size: 33px;
  }

  .slider__img {
    width: 202px;
  }

  .slider__text {
    font-size: 14px;
    padding-left: 0px;
  }

  .slider__name {
    margin-bottom: 12px;
  }

  .button-wrapp .button {
    font-size: 15px;
    line-height: 2.8;
  }

  .sec-four__title {
    margin-bottom: 46px;
    font-size: 30px;
  }

  .sec-five__title {
    font-size: 30px;
  }

  .sec-second__title {
    text-align: center;
  }

  .sec-six {
    background: #000000;
  }

  .sec-six__wrapp {
    background-image: url("../images/map_bg-white.png");
  }

  .sec-footer__title {
    white-space: unset;
    font-size: 35px;
  }

  .sec-footer__title span {
    font-size: 30px;
  }

  .sec-five__wrap {
    padding-top: 28px;
  }

  .sec-six .sec-one__img .img-responsive {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .form {
    padding: 12px 12px;
  }
  .wv_old-price {
    margin-left: 5px;
  }
}

input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.check-text {
  text-align: left;
  font-size: 12px;
}

.form-link {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .carousel-control.right {
    right: -1%;
  }

  .carousel-control.left {
    left:-1%;
  }
}

@media (max-width: 1199px) {
  .slider__text {
    padding-left: 0;
  }
}
