/*@font-face {
  font-family: 'Ghotam-font';
  src: url("../../fonts/GothamPro-Medium/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ghotam-font';
  src: url("../../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Ghotam-font';
  src: url("../../fonts/GothamPro-Black/GothamPro-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Intro-font';
  src: url("../../fonts/Intro-Light/Intro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Intro-font';
  src: url("../../fonts/Intro-Regular/Intro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Intro-font';
  src: url("../../fonts/Intro-Bold/Intro-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Intro-font';
  src: url("../../fonts/Intro-Black/Intro-Black.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}*/

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

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

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

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #651d81;
  color: #fff;
}

::selection {
  background-color: #651d81;
  color: #fff;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #000;
  margin: 0;
}

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;
}

section {
  padding: 40px 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  color: #651d81;
}

.title-1 {
  font-size: 40px;
}

.title-2 {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
}

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

.t-white {
  color: #fff;
}

.preloader {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 28px;
}

.preloader--features {
  color: #fdeae3;
}

.preloader--instruction {
  color: #f52966;
  position: relative;
  top: -20px;
}

@media (max-width: 970px) {
  .title-1 {
    font-size: 28px;
  }
  .preloader {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .title-1, .title-2 {
    font-size: 30px;
  }
  .preloader {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 400px) {
  .title-2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}

.container hr {
  width: 80px;
  margin: 30px auto;
  height: 9px;
  background-color: #f52966;
  border: none;
}

.container .hr--left {
  margin: 30px 0;
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

main {
  overflow: hidden;
  height: auto;
}

.main-screen {
  min-height: 680px;
  height: 660px;
  background-image: url(../../img/main-bg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.main-screen__hit {
  position: absolute;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  background-color: #f52966;
  top: 0;
  left: 0;
}

.main-screen .container {
  height: 100%;
}

@media (max-width: 480px) {
  .main-screen__hit {
    margin-left: 20px;
  }
}

.main-screen-sale {
  position: absolute;
  color: #fff;
  background-color: #651d81;
  bottom: 20px;
  left: -20px;
  z-index: 100;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  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-direction: column;
          flex-direction: column;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.main-screen-sale__txt {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  color: #fbedec;
}

.main-screen-sale__percent {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.main-screen-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-screen-girl {
  width: 40%;
}

.main-screen-girl img {
  position: absolute;
  bottom: 0;
}

.main-screen-heading {
  width: 45%;
  z-index: 1;
}

.main-screen-heading h1 {
  margin-bottom: 10px;
}

.text-accent {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  color: #fff;
  background-color: #f52966;
  padding: 10px 20px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.text-accent:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;
  background-color: #f52966;
}

.text-content p {
  line-height: 22px;
  color: #171717;
}

.text-content p span {
  color: #f52966;
  font-weight: 500;
}

.main-screen-heading-specials__icon {
  float: left;
  position: relative;
  top: 3px;
}

.main-screen-heading-specials__item {
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  width: 80%;
}

.button {
  color: #fff;
  background-color: #f52966;
  border: none;
  font-size: 25px;
  text-transform: uppercase;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.button:hover {
  background-color: #651d81;
  text-decoration: none;
}

.button--top {
  width: 295px;
}

.button--accent {
  background-color: #651d81;
}

.button--accent:hover {
  background-color: #f52966;
  text-decoration: none;
}

@media (max-width: 620px) {
  .button {
    display: block;
  }
}

@media (max-width: 480px) {
  .button {
    font-size: 28px;
  }
}

@media (max-width: 380px) {
  .button {
    font-size: 24px;
    line-height: 30px;
  }
}

.main-screen-pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricebox-item {
  background-color: #fff;
  padding: 10px 25px;
  text-align: center;
}

.pricebox-item__txt {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pricebox-item__price {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  margin: 0;
}

.pricebox-item--accent {
  background-color: #651d81;
  color: #fff;
}

.price-before:before {
  position: absolute;
  content: '';
  left: -10px;
  top: 22px;
  height: 2px;
  width: 120px;
  background-color: #000;
}

.timer-wrap {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timer-wrap .timer {
  position: relative;
  left: 25px;
}

.timer-wrap .timer__txt {
  text-align: center;
  margin: 0;
  color: #651d81;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.timer-wrap .timer-numbers {
  color: #651d81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 25px;
  border: 2px solid #651d81;
  border-radius: 35px;
  min-width: 180px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.timer__block {
  position: relative;
}

.timer__block:last-child:after {
  content: '';
}

.timer__block:after {
  content: ':';
  position: absolute;
  top: -4px;
  right: -14px;
}

.main-screen-iconbox {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  position: absolute;
  right: 0;
  top: 140px;
}

.main-screen-iconbox img {
  margin: 10px;
}

@media (max-width: 1050px) {
  .main-screen-girl img {
    left: -10%;
  }
  .main-screen-heading {
    width: 50%;
  }
}

@media (max-width: 970px) {
  .main-screen {
    height: auto;
  }
  .main-screen-heading {
    width: 100%;
  }
  .main-screen-iconbox {
    position: relative;
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-screen-content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .main-screen-girl {
    position: absolute;
  }
  .main-screen-girl img {
    position: relative;
    width: 100%;
    top: 20px;
  }
  .main-screen-sale {
    display: none;
  }
  .timer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .timer-wrap .timer {
    left: 0;
  }
  .timer-numbers {
    width: 240px;
  }
  .button--top {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-screen-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-screen-heading-specials {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding-bottom: 100px;
  }
  .main-screen-heading-specials__icon:first-child {
    top: 20px;
  }
  .main-screen-heading .title-1, .main-screen-heading .text-accent, .main-screen-heading .main-screen-pricebox, .main-screen-heading .timer-wrap {
    margin-left: 40%;
  }
  .main-screen-heading .timer-wrap {
    margin-bottom: 60px;
  }
  .main-screen-heading .main-screen-iconbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 400px;
    margin: auto;
  }
  .main-screen-heading .main-screen-iconbox img {
    width: 100%;
  }
  .text-accent {
    font-size: 16px;
  }
  .title-1 {
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  .pricebox-item__txt {
    font-size: 13px;
  }
  .pricebox-item__price {
    font-size: 18px;
  }
  .price-before:before {
    top: 13px;
    width: 88px;
  }
  .timer-wrap .timer-numbers {
    width: 200px;
  }
  .main-screen-girl img {
    position: absolute;
    min-width: 210px;
    left: -40px;
  }
  .main-screen-heading .title-1, .main-screen-heading .text-accent, .main-screen-heading .main-screen-pricebox {
    margin-left: 35%;
  }
  .main-screen-heading .text-accent {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .main-screen-heading .title-1 {
    font-size: 20px;
  }
  .main-screen-heading .timer-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 35%;
  }
}

@media (max-width: 480px) {
  .main-screen {
    background-image: url(../../img/mobile/background-m.png);
  }
  .pricebox-item {
    padding: 4px 15px;
  }
  .pricebox-item__txt {
    line-height: 16px;
  }
  .main-screen-girl {
    width: 30%;
  }
  .main-screen-girl img {
    max-width: 100%;
    width: 100%;
  }
  .main-screen-heading {
    margin-top: -10px;
  }
  .main-screen-heading .title-1, .main-screen-heading .text-accent, .main-screen-heading .main-screen-pricebox {
    margin-left: 45%;
  }
  .main-screen-heading .timer-wrap {
    margin-left: 45%;
  }
  .main-screen-heading .timer-wrap .timer-numbers {
    width: auto;
    font-size: 30px;
    padding: 5px 10px;
  }
  .main-screen-heading .title-1 {
    font-size: 28px;
    line-height: 30px;
  }
  .main-screen-heading .main-screen-iconbox {
    width: auto;
  }
  .main-screen-heading-specials__item {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .main-screen-girl img {
    left: -60px;
    min-width: 180px;
  }
  .main-screen-heading {
    margin-top: 10px;
  }
  .main-screen-heading .title-1, .main-screen-heading .text-accent, .main-screen-heading .main-screen-pricebox {
    margin-left: 35%;
  }
  .main-screen-heading .title-1 {
    font-size: 16px;
  }
  .main-screen-heading .timer-wrap {
    margin-left: 35%;
  }
  .main-screen-heading .timer-wrap .timer-numbers {
    width: 140px;
    font-size: 25px;
    min-width: auto;
  }
}

.comparison {
  text-align: center;
}

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

.comparison-item {
  position: relative;
  margin: 5px;
}

.comparison-item__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: rgba(245, 41, 102, 0.75);
  text-transform: uppercase;
  color: #fff;
  line-height: 0;
  position: absolute;
  width: 100%;
  bottom: 38px;
}

.comparison-item__txt {
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 770px) {
  .comparison-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .comparison-item img {
    width: 100%;
  }
  .comparison-item__txt {
    font-size: 16px;
  }
  .comparison-item__after {
    bottom: 35px;
  }
  .text-accent {
    font-size: 18px;
  }
  .timer-wrap {
    margin-bottom: 20px;
  }
}

.about {
  background-color: #fdeae3;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-content .text-content {
  padding-right: 100px;
}

.about .accent-about {
  color: #f52966;
  font-weight: 500;
  line-height: 26px;
}

.about-img__txt {
  text-align: center;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  background-color: #651d81;
  padding: 10px;
}

@media (max-width: 980px) {
  .about-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-img {
    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;
    width: 460px;
  }
  .about-content .text-content {
    padding-right: 20px;
  }
}

@media (max-width: 476px) {
  .about-img {
    width: 100%;
  }
  .about-img img {
    width: 100%;
  }
  .about-content .text-content {
    padding-right: 0;
  }
}

.features {
  background-color: #f52966;
  background-image: url(../../img/pink-bg.png);
  background-size: cover;
  text-align: center;
  color: #fff;
}

.features p {
  font-weight: 300;
  line-height: 24px;
  margin-top: 30px;
}

.features .preloader {
  line-height: 38px;
}

.features-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
  max-width: 700px;
  margin: auto;
}

.features-imgbox img {
  width: 100%;
  height: auto;
}

.features-imgbox-pic {
  width: 32%;
}

@media (max-width: 620px) {
  .features-imgbox {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .features {
    text-align: left;
  }
  .title-2, .preloader {
    text-align: left;
  }
}

.advantages {
  text-align: center;
}

.advantages-iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages-item {
  width: 32%;
  margin: 20px 0;
}

.advantages-item p {
  font-size: 17px;
  width: 49%;
  margin: auto;
  line-height: 22px;
}

@media (max-width: 800px) {
  .advantages-item p {
    width: 70%;
  }
}

@media (max-width: 620px) {
  .advantages-item {
    width: 49%;
  }
  .advantages-item p {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .advantages-item p {
    width: 70%;
  }
}

@media (max-width: 380px) {
  .advantages-item p {
    width: 90%;
  }
}

.instruction {
  text-align: center;
  background-image: url(../../img/background-bottom.png);
  background-size: cover;
  counter-reset: section;
}

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

.instruction-item {
  width: 30%;
}

.instruction-item__txt {
  padding: 0 20px;
  position: relative;
}

.instruction-item__txt:after {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  color: rgba(245, 41, 102, 0.8);
  font-weight: 600;
  font-size: 80px;
}

@media (max-width: 968px) {
  .instruction-item {
    width: 50%;
  }
}

@media (max-width: 620px) {
  .instruction {
    background-image: url(../../img/mobile/background-m.png);
  }
  .instruction-item {
    width: 100%;
  }
}

.opinion-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.opinion-wrap .text-content {
  padding-right: 120px;
  position: relative;
}

.opinion__autor {
  position: absolute;
  right: 40px;
  bottom: -40px;
  z-index: -1;
}

.opinion-img__txt {
  color: #fff;
  background-color: #651d81;
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1065px) {
  .opinion-wrap .text-content {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .opinion-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .opinion-wrap .opinion__autor {
    right: 0;
    bottom: -60px;
  }
  .opinion-wrap .text-content {
    margin-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .opinion-img img {
    width: 100%;
  }
}

.reviews {
  background-color: #651d81;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

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

.reviews-item {
  width: 30%;
  outline: none;
}

.reviews-item p {
  line-height: 20px;
  font-size: 16px;
  padding: 0 25px;
}

.title-2--reviews {
  color: #fff;
  text-align: center;
}

.reviews-item__name {
  font-size: 27px;
  font-weight: 500;
  color: #f52966;
}

@media (max-width: 850px) {
  .reviews-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews-item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .reviews-item {
    width: 100%;
  }
}

.bottomform {
  padding: 0;
  background-image: url(../../img/background-bottom.png);
  background-size: cover;
}

.bottomform img {
  position: absolute;
  left: 130px;
  bottom: 0;
}

.bottomform-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.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;
  padding: 0 60px;
  background-color: #f52966;
  width: 40%;
  margin-right: 100px;
}

.offer__form .title-2 {
  color: #fff;
  line-height: 10px;
}

.offer__form input {
  height: 60px;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 15px;
  border: none;
}

.offer__form label {
  color: #fff;
  font-weight: 300;
}

.offer__form footer {
  color: #fff;
  text-align: center;
}

.button-footer {
  background-color: #651d81;
  border: 6px solid #651d81;
  font-size: 22px;
}

.button-footer:hover {
  background-color: #f52966;
}

.main-footer__link {
  color: #000000;
}

.main-footer__link:hover {
  color: #fff;
}

.footer-txt {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.main-footer__address {
  font-size: 15px;
}

@media (max-width: 1167px) {
  .bottomform img {
    left: 0;
  }
  .bottomform .title-2 {
    font-size: 28px;
  }
}

@media (max-width: 975px) {
  .bottomform img {
    display: none;
  }
  .offer__form {
    width: 60%;
    margin-right: 0;
  }
  .bottomform-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 520px) {
  .offer__form {
    width: 80%;
    padding: 20px;
  }
  .offer__form .title-2 {
    line-height: 40px;
  }
  .button-footer {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .bottomform {
    background-image: none;
  }
  .bottomform .container {
    padding: 0;
  }
  .offer__form {
    width: 100%;
  }
}

.slick-slide img {
  margin: auto;
}

.slider__check {
  position: absolute;
  top: 200px;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.slider__check--left {
  left: -10px;
}

.slider__check--right {
  right: -10px;
}


/*# sourceMappingURL=main.min.css.map */