* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 480px;
  background: #ddd;
  cursor: default;
}

.container {
  margin: 0 auto;
  width: 480px;
  background: #020015;
}

.button_big {
  display: block;
  background: linear-gradient(156.34deg, #ff000d 3.64%, #b7000a 64.43%);
  border-radius: 100px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 118.7%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  height: 76px;
  width: 435px;
  margin: 0 auto;
  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;
  border: 0;
}

.header {
  background-image: url("../png/header_bg.png");
  background-repeat: no-repeat;
  height: 642px;
  position: relative;
  margin-bottom: 50px;
}

.header__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

.header__subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 2px 10px rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
}

.header__text__top {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #281f26;
  -webkit-transform: rotate(-3.58deg);
  transform: rotate(-3.58deg);
  position: absolute;
  top: 180px;
  left: 20px;
}

.header__text__size {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 118.7%;
  color: #000000;
  position: absolute;
  top: 242px;
  left: 110px;
}

.price {
  background-image: url("../png/price.png");
  background-repeat: no-repeat;
  height: 132px;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
}

.p_child{
  height: 100px;
	display: inline-block;
  text-align: center;
  color: white;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  line-height: 1.3;
}

.about1 {
  background-image: url("../png/about_bg1.png");
  background-repeat: no-repeat;
  height: 1206px;
  position: relative;
}

.about1__item {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #020015;
  position: absolute;
}

.about1__item1 {
  top: 370px;
  right: 20px;
}

.about1__item2 {
  top: 473px;
  left: 20px;
}

.about1__item3 {
  top: 835px;
  right: 40px;
}

.about2 {
  background-image: url("../png/about_bg2.png");
  background-repeat: no-repeat;
  height: 1206px;
  position: relative;
}

.about2__item {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #020015;
  position: absolute;
}

.about2__item1 {
  top: 292px;
  left: 30px;
}

.about2__item2 {
  top: 645px;
  right: 40px;
}

.about2__item3 {
  top: 1065px;
  left: 40px;
}

.about3 {
  background-image: url("../png/about_bg3.png");
  background-repeat: no-repeat;
  height: 480px;
}

.about3__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  padding: 0 25px;
}

.about3__text span {
  font-weight: 600;
}

.about3__text__top {
  margin-top: 30px;
}

.about3__text__bottom {
  margin-top: 30px;
  margin-bottom: 20px;
}

.specs {
  background-image: url("../png/specs_bg.png");
  background-repeat: no-repeat;
  position: relative;
  height: 1036px;
}

.specs__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
}

.specs__item {
  position: absolute;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
}

.specs__item span {
  font-weight: 600;
}

.specs__item1 {
  top: 250px;
  left: 20px;
}

.specs__item3 {
  top: 335px;
  left: 140px;
  text-align: center;
}

.specs__item2 {
  top: 280px;
  right: 15px;
  text-align: right;
}

.specs__item4 {
  top: 700px;
  left: 20px;
}

.specs__item5 {
  top: 760px;
  right: 30px;
  text-align: right;
}

.specs__item6 {
  top: 810px;
  left: 120px;
  text-align: center;
}

.specs__text__bottom {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 118.7%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 30px;
}

.specs__text__bottom span {
  font-weight: 600;
}

.about4 {
  background-image: url("../png/about_bg4.png");
  background-repeat: no-repeat;
  height: 663px;
  position: relative;
}

.about4__item {
  position: absolute;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 118.7%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.about4__item1 {
  top: 115px;
  left: 70px;
}

.about4__item2 {
  top: 198px;
  left: 100px;
}

.gallery {
  margin-bottom: 90px;
}

.gallery__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 50px;
}

.howtobuy__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #a1ffce;
  margin-bottom: 20px;
}

.howtobuy__content {
  position: relative;
  background-image: url("../png/howtobuy_bg.png");
  background-repeat: no-repeat;
  height: 584px;
}

.howtobuy__item {
  position: absolute;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.howtobuy__item span {
  font-weight: 600;
}

.howtobuy__item1 {
  top: 55px;
  left: 105px;
}

.howtobuy__item2 {
  top: 250px;
  left: 155px;
}

.howtobuy__item3 {
  top: 450px;
  left: 90px;
}

.reviews__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 70px;
}

.reviews__content {
  padding: 0 20px;
}

.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.reviews__header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.reviews__header__left__photo {
  width: 67px;
  height: 67px;
  margin-right: 25px;
}

.reviews__header__left__name_and_age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__header__left__name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24.1266px;
  line-height: 2;
  color: #ffffff;
}

.reviews__header__left__age {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 19.3013px;
  line-height: 121%;
  color: #ffffff;
}

.reviews__header__right {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.reviews__header__right__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 3px;
}

.reviews__header__right__stars img {
  margin-right: 4px;
}

.reviews__header__right__date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 131%;
  letter-spacing: 0.055em;
  color: #ffffff;
}

.reviews__text {
  padding-right: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 18.3362px;
  line-height: 115.38%;
  color: #ffffff;
  margin-bottom: 10px;
}

.reviews__img {
  margin-top: 30px;
  margin-bottom: 20px;
}

.reviews__img img {
  width: 100%;
}

.form {
  width: 90%;
  margin: 50px auto;
  padding: 40px 30px 0px 30px;
}

.form__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}

.form__subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}

.form select,
input[type="text"],
.form input[type="tel"] {
  width: 100%;
  height: 46px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: transparent;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ffffff;
}

.form__button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  height: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(156.34deg, #ff000d 3.64%, #b7000a 64.43%);
  border-radius: 20px;
  cursor: pointer;
}

.form label {
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #c7c7c7;
}

:-ms-input-placeholder {
  color: #c7c7c7;
}

::-ms-input-placeholder {
  color: #c7c7c7;
}

::placeholder {
  color: #c7c7c7;
}

.footer {
  /* background-image: url("../png/footer.png"); */
  height: 120px;
  font-family: Montserrat;
  font-size: 18px;
  /* padding-top: 95px; */
  text-align: center;
}

.slick-prev {
  left: 5px;
  padding-right: 5px;
}

.slick-next {
  right: 5px;
  padding-left: 5px;
}

.slick-arrow {
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 9999;
  top: 230px;
  color: #000;
  background-color: transparent;
  border: 0;
  font-size: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li {
  margin-right: 20px;
}

.slick-dots li button {
  width: 15px;
  font-size: 0;
  height: 15px;
  border-radius: 50%;
  border: 0;
  background-color: #ffffff;
  font-size: 0;
  opacity: 0.5;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-active button {
  opacity: 1 !important;
}
/*# sourceMappingURL=style.css.map */
