* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.65px;
  font-family: 'Open Sans';
  background: #fff;
  color: #222222;
  min-width: 320px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  outline: none;
  border: none;
  font-family: inherit;
}

button {
  cursor: pointer;
}

a {
  color: #333333;
  text-decoration: none;
}

ul {
  list-style: none;
}

section {
  padding: 40px 20px;
}

/* components */
.main-wrap {
  width: 480px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* main */
.main {
  background-image: url(../images/main-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  padding: 20px 20px 30px;
}

.main-heading {
  color: #00ff12;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #000;
  min-height: 46px;
}

.title {
  margin-top: 25px;
  color: #ffff00;
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.recommed-block {
  border-radius: 2px 0 0 2px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 33%;
}

.small-title {
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  max-width: 130px;
}

.sale-block {
  width: 106px;
  height: 106px;
  background-color: #e70000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 34%;
}

.sale-title {
  font-size: 15px;
  color:#fff;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.sale-title span {
  font-size: 36px;
  display: block;
  margin: -7px 0;
}

/* price */
.price {
  background-image: url(../images/price-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 393px;
  padding: 20px 35px 35px;
}

.product-list li {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}

.product-list li:not(:last-child) {
  margin-bottom: 20px;
}

.product-list li::before {
  content: url(../images/success.png);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.price-block {
  margin-top: 40px;
  width: 100%;
  min-height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.old-price,
.new-price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  min-height: 80px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}

.new-price {
  background-color: #e70000;
  border-radius: 0 10px 10px 0;
}

.old-price h6,
.new-price h6 {
  margin: -7px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
}

.new-price h6 {
  color: #ffffff;
}

.old-price h6 span,
.new-price h6 span {
  margin: -7px 0 0 0;
  display: block;
  font-size: 33px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-decoration: line-through;
}

.new-price h6 span {
  text-decoration: none;
  color: #ffffff;
}

.btn {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 86px;
  box-shadow: 0 6px 0 #699d05;
  border-radius: 10px;
  background-color: #c7fd00;
  position: relative;
  transition: all 0.2s ease;

}

.btn:hover {
  background-color: #a9e021;
}

.button {

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0px;
}

/* video */
.video {
  padding: 0px;
}

.video-container {
  position: relative;
  min-height: 300px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .youtube {
  background: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube .play {
  background: url(../images/LnD6Lof.png) no-repeat !important;
}

/* about */
.about {
  padding: 24px 0px 0;
}

.section-title {
  margin-bottom: 30px;
  color: #06a311;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.section-text {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  padding: 0 20px;
}

.about-slider {
  margin-top: 40px;
  width: 100%;
  position: relative;
}

.slick-next {
  right: 0px;
  border-radius: 4px 0 0 4px;
}

.slick-prev {
  left: 0px;
  border-radius: 0 4px 4px 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 70px;
  background-color: #003394;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  z-index: 1;
}

.slick-prev:before {
  content: url(../images/slider-arrow-prev.png);
}

.slick-next:before {
  content: url(../images/slider-arrow-next.png);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #0042bd;
}

/* features */
.about-continue {
  background-color: #06a311;
  padding: 25px 20px 40px;
}

.small-section-title {
  margin: 0 auto;
  color: #c7fd00;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.about-continue .section-text {
  color: #fff;
  max-width: 440px;
  margin: 30px auto 0;
}

.about-continue .button {
  margin-top: 35px;
  max-width: 400px;
}

/* features */
.features {
  padding: 30px 20px 40px;
}

.features .section-title {
  margin-bottom: 25px;
}

.features__block-item:not(:last-child) {
  margin-bottom: 35px;
}

.card-title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
}

.card-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

/* recommendations */
.recommendations {
  background-image: url(../images/section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 20px 30px;
}

.recommendations-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recommendations-block img {
  margin: 0 0 0 15px;
}

.recommendations__block-text {
  background-image: url(../images/recommendations-img-title.png);
  background-repeat: no-repeat;
  min-width: 360px;
  min-height: 87px;
  background-position: center;
  margin: -70px 0 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.recommendations__block-text h3 {
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.recommendations__block-text span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  display: block;
}

.recommendations .section-text {
  text-align: justify;
  margin-top: 30px;
}

/* application */
.application {
  background-image: url(../images/price-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 680px;
}

.application .section-title {
  color: #feffff;
}

.application__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.application__block-item {
  margin-bottom: 30px;
}

.application__block-item img {
  border-radius: 10px;
}

.application__block-item .section-text {
  margin-top: 15px;
  color: #ffffff;
}

/* reviews */
.reviews {
  padding: 40px 0px;
}

.reviews-slider {
  width: 100%;
  position: relative;
}

.reviews-slider .slick-prev,
.reviews-slider .slick-next {
  top: 30%;
}

.reviews-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: start;
  padding: 20px;
}

.reviews-slider-item img {
  border-radius: 50%;
  border: 5px solid #047d0c;
  flex-shrink: 1;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.reviews-slider-item h4 {
  margin: 25px 0 -5px;
  text-transform: uppercase;
}

/* order */
.order {
  background-image: url(../images/section-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 522px;
  padding: 30px 0px 25px;
}

.order .section-title {
  color: #06a311;
  margin-bottom: 0px;
}

.order__block {
  padding: 0 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.order__block-item {
  width: 175px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.order__block-item-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #06a311;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.order__block-item-img span {
  position: absolute;
  bottom: -17px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 34px;
  height: 34px;
  background-color: #047d0c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.order__block-item .card-text {
  margin-top: 34px;
}

/* form-order */
.form-order {
  background-image: url(../images/price-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 60px 20px 60px;
}

.form-order .section-title {
  font-size: 24px;
  color: #fff;
}

.form-order-request,
.form-order .price-block {
  margin-top: 20px;
  padding: 0px 20px;
}

.input {
  display: block;
  width: 100%;
  height: 70px;
  border: 3px solid transparent;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.2s ease;
}

.input:focus {
  border: 3px solid #5da4ff;
}

.input::placeholder {
  color: #222222;
}

.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}

.time_circles>div {
  position: absolute;
  text-align: center;
}

.time_circles>div>h4 {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
}

.time_circles>div>span {
  display: block;
  width: 100%;
  text-align: center;
  color: #42464e;
  line-height: 42px !important;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 36px !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}


.footer {
  text-align: center;
  padding: 40px 0 30px;
}

.wrap {
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}


.footer{
  line-height:  1.5em;
}
.footer img {
  display: block;
  margin: 0 auto 15px;
}

.footer a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #333;
}