@charset "UTF-8";
.offer-form {
  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;
  padding-bottom: 20px;
  margin-top: 20px;
}

.offer-form__title {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}

.offer-form label {
  margin: 10px 0;
  color: #000;
  display: block;
  width: 70%;
  font-weight: 500;
}

.offer-form input {
  width: 70%;
  height: 84px;
  border-radius: 10px;
  background-color: #FFF7D7;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  border: none;
}

.offer-form input::-webkit-input-placeholder {
  color: #878787;
}

.offer-form input::-moz-placeholder {
  color: #878787;
}

.offer-form button {
  margin-top: 30px;
}

.offer-form__rem {
  margin: 30px 0;
  font-size: 18px;
}

.offer-form__rem span {
  color: #AE1F00;
}

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

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

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

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #AE1F00;
  color: #fff;
}

::selection {
  background-color: #AE1F00;
  color: #fff;
}

body {
  font-size: 22px;
  width: 480px;
  margin: auto;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  color: #0B0B0C;
}

body input, body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid, body textarea:required:valid {
  border-color: green;
}

main {
  overflow: hidden;
}

.title-1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.title-1.accent {
  color: #AE1F00;
}

.title-2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
}

.t-center {
  text-align: center;
}

.t-white {
  color: #fff;
}

.land-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.land-btn--margin {
  margin: 60px 0;
}

.btn {
  padding: 15px 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC700), to(#FF7C03));
  background: linear-gradient(180deg, #FFC700 0%, #FF7C03 100%);
  border-radius: 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 3px #AE1F00 solid;
  font-size: 25px;
  text-align: center;
  margin: auto;
  display: block;
  width: 70%;
  min-width: auto;
  -webkit-animation: btn 2500ms infinite;
          animation: btn 2500ms infinite;
  font-size: 20px;
}

.btn span {
  color: #9C0000;
  font-weight: bold;
}

button.btn {
  border: none;
  border-bottom: 3px #AE1F00 solid;
}

@-webkit-keyframes btn {
  0% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3D(0, 0, 0) scale(1.05);
            transform: translate3D(0, 0, 0) scale(1.05);
    -webkit-box-shadow: 0 0 0 0em rgba(135, 168, 255, 0.5), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0em rgba(135, 168, 255, 0.5), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes btn {
  0% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3D(0, 0, 0) scale(1.05);
            transform: translate3D(0, 0, 0) scale(1.05);
    -webkit-box-shadow: 0 0 0 0em rgba(135, 168, 255, 0.5), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0em rgba(135, 168, 255, 0.5), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

p {
  color: #1C1D1D;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
}

section p {
  padding: 0 10px;
}

.heading__title {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
}

.heading__title span {
  display: block;
  text-align: left;
  font-size: 25px;
  color: #dbbb5a;
  text-transform: lowercase;
  line-height: 30px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.offer-list-content {
  width: 40%;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 10px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 80px;
  margin: 0 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #dbbb5a;
}

.footer-adress {
  background-color: #AE1F00;
  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;
}

.adress {
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #dedede;
}

.policy {
  margin-bottom: 30px;
  text-align: center;
  color: #dedede;
}

.timer {
  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;
}

.timer p {
  margin-bottom: 0;
}

.timer p span {
  color: #AE1F00;
  font-weight: bold;
}

.timer-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 33px;
  color: #000;
  font-weight: 400;
  font-size: 50px;
  margin-top: 15px;
}

.timer__digits {
  margin: 0 10px;
  width: 90px;
  background-image: url(../../img/timerbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  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;
}

.timer-txt {
  margin-top: 0;
}

.header {
  color: #fff;
}

.header-top {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  background-image: url(../../img/fon_1.png);
  background-size: cover;
  line-height: 28px;
  padding: 5px;
  color: #000;
}

.header-content {
  background-image: url(../../img/backround.png);
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 45px;
}

.header-logo {
  background-image: url(../../img/rad_fon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.header-logo p {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  padding-left: 15px;
  margin: 10px 0;
}

.header-logo span {
  display: block;
  font-size: 70px;
}

.header-item {
  font-size: 14px;
  line-height: 18px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
  padding-left: 10px;
  background-image: url(../../img/border.png);
  background-repeat: no-repeat;
  position: relative;
  height: 72px;
}

.header-item img {
  position: absolute;
  right: 0;
}

.header-item b {
  font-weight: 600;
}

.header-item span {
  display: block;
  width: 90%;
}

.header-item-txt {
  width: 80%;
}

.header-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.header-price s {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}

.header-price span {
  color: #FF0000;
  font-size: 40px;
  font-weight: bold;
}

.header-price-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.header-imgbox__product {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.header-imgbox-percent {
  position: absolute;
  right: 90px;
  bottom: 280px;
  z-index: 2;
  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: 100px;
}

.header-imgbox-percent p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.header-imgbox-percent img {
  position: absolute;
  z-index: -1;
  left: 0;
}

.sect-1 {
  background-image: url(../../img/backround_block_2.png);
  padding-top: 1px;
  background-size: cover;
  min-height: 700px;
  position: relative;
}

.sect-1 h2 {
  margin-bottom: 40px;
}

.sect-1-numbers {
  position: absolute;
  right: 0;
  top: 145px;
}

.sect-1-numbers p {
  color: #fff;
  margin: 58px 0;
  font-size: 17px;
}

.sect-1-numbers p span {
  font-weight: bold;
  color: #FF0000;
}

.sect-1-weeks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 90%;
}

.sect-1-weeks p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.sect-1-weeks span {
  color: #9C0000;
  font-weight: bold;
  font-size: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
}

.sect-1-item {
  text-align: center;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
  position: relative;
  z-index: 2;
}

.sect-1-item:first-child {
  bottom: -70px;
}

.sect-1-item:last-child {
  bottom: 70px;
}

.sect-1-item img {
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.sect-1__dildos {
  position: absolute;
  bottom: 40px;
}

.sect-2 {
  position: relative;
}

.sect-2-bg {
  position: absolute;
  top: -55px;
}

.sect-2-heading {
  color: #000;
  text-align: left;
}

.sect-2 h2 {
  margin: 0;
  margin-top: 10px;
  font-size: 28px;
  line-height: 34px;
}

.sect-2 p {
  width: 70%;
  line-height: 23px;
  font-size: 18px;
  font-weight: 500;
}

.sect-3 {
  height: 720px;
  margin-top: -20px;
  background-image: url(../../img/backround_block_4.png);
  background-repeat: no-repeat;
  padding-top: 40px;
}

.sect-3-title {
  position: relative;
  z-index: 1;
}

.sect-3-title img {
  position: absolute;
  z-index: -1;
}

.sect-3-title h2 {
  font-weight: 500;
  padding-left: 10px;
}

.sect-3-content {
  color: #fff;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 520px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  background-image: url(../../img/pic_2.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.sect-3-content .beforeafter {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 5px;
  width: 60px;
  text-transform: uppercase;
}

.sect-3-content .beforeafter p {
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}

.sect-3-center {
  display: block;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 90px;
  position: relative;
}

.sect-3-center p {
  color: #9c0000;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  margin-left: 100px;
}

.sect-4 {
  position: relative;
  margin-top: -10px;
  z-index: 1;
}

.sect-4 a {
  position: relative;
  z-index: 20;
  margin-top: 16px;
  font-weight: bold;
}

.sect-4 h2 {
  margin: 0;
  text-align: right;
  padding-right: 30px;
  font-size: 35px;
}

.sect-4 h2 span {
  font-size: 50px;
}

.sect-4-bg {
  position: absolute;
  top: 40px;
  z-index: 0;
}

.sect-4-txtcontent {
  width: 70%;
  margin-left: auto;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url(../../img/fon_2.png);
  background-size: cover;
  margin-top: 30px;
  padding: 10px 0;
  z-index: -2;
}

.sect-4-txtcontent p {
  text-transform: uppercase;
  display: inline;
  position: relative;
  margin: 10px 0;
  color: #fff;
  width: 58%;
  font-size: 20px;
}

.sect-4-txtcontent p:first-child {
  right: 20px;
}

.sect-5 {
  padding-top: 20px;
  background-image: url(../../img/Backround_block_6.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 45px;
}

.sect-5__title {
  color: #dbbb5a;
  text-align: right;
  padding-right: 50px;
}

.sect-5 p {
  color: #fff;
  padding-left: 20px;
  font-size: 22px;
  padding-right: 30px;
}

.sect-5 p b {
  color: #FFC700;
}

.sect-5-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sect-5-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
}

.sect-5-item:nth-child(even) p {
  padding-left: 53%;
}

.sect-5-item:nth-child(odd) p {
  padding-right: 55%;
}

.sect-5-item img {
  position: absolute;
  left: 10px;
}

.sect-5-item p {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
}

.sect-6 {
  counter-reset: section;
}

.sect-6__title {
  color: #000;
  text-transform: none;
  font-weight: 600;
  text-align: left;
  margin: 10px 0;
  font-size: 30px;
}

.sect-6__title b {
  text-transform: uppercase;
  color: #dbbb5a;
}

.sect-6 p {
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  margin: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sect-6 p:after {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  font-size: 150px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 900;
}

.sect-7 {
  background-image: url(../../img/Backround_block_8.png);
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sect-7 p {
  color: #fff;
  margin-bottom: 45px;
}

.sect-7__title {
  text-transform: none;
  font-weight: bold;
  padding-left: 60px;
}

.sect-7__title b {
  text-transform: uppercase;
  color: #dbbb5a;
}

.sect-7-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sect-7-item {
  width: 48%;
  text-align: center;
  position: relative;
}

.sect-7-item h5 {
  color: #fff;
  padding-top: 125px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.sect-7-item p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}

.sect-7-item img {
  position: absolute;
  top: -100px;
  left: 0;
  width: 120%;
  max-width: 280px;
  max-height: 360px;
}

.sect-7-item img.right {
  left: -50px;
}

.heading--sect-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px;
}

.heading--sect-8 h2 {
  width: 50%;
}

.heading--sect-8 .heading-img {
  width: 50%;
}

.heading--sect-8 .heading-img img {
  width: 100%;
}

.sect-8__title {
  color: #000;
  text-transform: none;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding: 0;
}

.sect-8__title b {
  text-transform: uppercase;
  color: #dbbb5a;
  font-size: 36px;
}

.sect-8__title p {
  font-weight: 500;
}

.sect-8 p {
  font-weight: 500;
}

.sect-9 {
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url(../../img/Backround_block_8.png);
}

.sect-9__title {
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
}

.sect-9__title b {
  text-transform: uppercase;
  color: #dbbb5a;
}

.sect-9 .slick-dots {
  position: absolute;
  bottom: -10px;
}

.carousel-item img {
  margin: auto;
}

.carousel-item .name {
  font-size: 25px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0;
}

.carousel-item .txt {
  line-height: 30px;
  font-size: 25px;
}

.carousel-item p {
  color: #fff;
}

.sect-10__title {
  color: #000000;
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
}

.sect-10__title b {
  text-transform: uppercase;
  color: #dbbb5a;
  font-size: 40px;
}

.sect-10-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sect-10-content img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.sect-10-item {
  width: 50%;
  text-align: center;
  margin-top: 130px;
}

.sect-10-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
/*# sourceMappingURL=main.css.map */
