/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ftitle, .ftitle * {
  font-family: "Anglecia Pro Dsp", sans-serif;
  color: #242D39;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Inter", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay6 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay8 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay10 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_right {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 30px) rotate(1deg);
            transform: translate(0, 30px) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(50px, 0) rotate(1deg);
            transform: translate(50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translate(-50px, 0) rotate(1deg);
            transform: translate(-50px, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_right {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
}

@font-face {
  font-family: "Anglecia Pro Dsp";
  src: local("Anglecia Pro Display Italic"), local("AngleciaProDisplay-Italic"), url("../fonts/400i.woff2") format("woff2"), url("../fonts/400i.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Anglecia Pro Dsp";
  src: local("Anglecia Pro Display Regular"), local("AngleciaProDisplay-Regular"), url("../fonts/400.woff2") format("woff2"), url("../fonts/400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.footer {
  padding: 30px 0;
  background: #333;
}
.footer__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.3;
}
.footer__link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
}
.footer__pay img {
  width: 30px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .footer__text {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__col {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer__pay {
    width: 100%;
  }
  .footer__pay.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  font-size: 15px;
  letter-spacing: 2px;
  padding: 25px 40px;
  border: 0;
  border-radius: 5px;
  background: #f993b8;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}

.banner {
  background: url(../img/bg-new.jpg) center bottom/cover no-repeat;
  overflow: hidden;
}
.banner__box {
  min-height: 100vh;
  padding-top: 70px;
}
.banner__inside {
  max-width: 55%;
}
.banner__title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner__descr {
  font-size: 18px;
  line-height: 1.5;
  width: 70%;
  margin-bottom: 35px;
  color: rgba(0, 0, 0, 0.5);
}
.banner__tabs {
  position: absolute;
  top: 0;
  left: 0;
}
.banner__tab {
  margin-right: 25px;
  padding: 10px 15px 30px;
  width: 150px;
  text-align: center;
  position: relative;
}
.banner__tab img {
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
}
.banner__tab span {
  font-size: 40px;
  font-family: "Anglecia Pro Dsp", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
}
.banner__tab span b {
  font-size: 16px;
}
.banner__tab p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.title {
  text-align: center;
  font-weight: 400;
}
.title span {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}
.title span:before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #f993b8;
}
.title span:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 15px;
  background: #f993b8;
}

.description {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.about {
  overflow: hidden;
  border-radius: 0 0 80px 80px;
  background: url(../img/bg-about.jpg) center top/cover no-repeat;
}
.about__box {
  position: relative;
  padding: 100px 0 80px;
}
.about__info {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
.about__girl {
  position: absolute;
  bottom: 0;
  width: 680px;
  left: -100px;
  bottom: 0;

  width: 370px;
  left: 60px;
  bottom: 70px;

  pointer-events: none;
}
.about__girl img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.about__more {
  margin-bottom: 25px;
}
.about__moreinside {
  background: #f3f3f3;
  padding: 8px 12px;
  border-radius: 4px;
}
.about__moreinside img {
  display: block;
  width: 14px;
  margin-right: 12px;
}
.about__moreinside p {
  font-size: 14px;
}
.about__title {
  font-size: 55px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
}
.about__title b {
  font-weight: 400;
  font-style: italic;
  color: #f993b8;
}
.about__descr {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.about__round {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  background: #f3f3f3;
  position: absolute;
  z-index: 2;
  left: -60px;
  top: 90px;
  background-color: #b8c6db;
  background-image: -o-linear-gradient(135deg, #fcf5eb 0%, #eee7dc 40%);
  background-image: linear-gradient(315deg, #fcf5eb 0%, #eee7dc 40%);
}
.about__round.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__round span {
  font-family: "Anglecia Pro Dsp", sans-serif;
  font-size: 36px;
}
.about__round span b {
  font-size: 15px;
}
.about__round p {
  font-size: 12px;
  line-height: 1.3;
  opacity: 0.5;
}
.about__btn {
  margin-top: 20px;
}

.whom {
  padding: 90px 0;
  overflow: hidden;
}
.whom__box {
  margin-top: 70px;
}
.whom__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whom__item {
  width: 47%;
}
.whom__item.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.whom__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: grey;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 20px;
  padding-top: 2px;
  border: 2px solid #f993b8;
  background: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.whom__number.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.whom__image {
  height: 200px;
  border-radius: 10px;
  background: #f3f3f3;
  width: 50%;
  position: relative;
  border: 2px solid #f993b8;
  position: relative;
}
.whom__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.whom__subtitle {
  width: 47%;
  font-size: 18px;
  line-height: 1.4;
}
.whom__subtitle.big {
  font-size: 20px;
}

.receive {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.receive__bg {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 520px;
  bottom: 90px;
}
.receive .wrapper {
  z-index: 2;
}
.receive__box.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.receive__left {
  width: 40%;
}
.receive__title {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}
.receive__descr {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.receive__right {
  width: 55%;
}
.receive__item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.receive__item:last-child {
  margin-bottom: 0;
}
.receive__icon {
  width: 40px;
  height: 40px;
  background: #f993b8;
  position: absolute;
  left: 0;
  top: 0;
}
.receive__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.receive__icon img {
  display: block;
  width: 24%;
  -webkit-filter: grayscale(1) brightness(0) invert(1);
          filter: grayscale(1) brightness(0) invert(1);
}
.receive__text {
  font-size: 16px;
  line-height: 1.4;
}

.whatget {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.whatget__bg {
  position: absolute;
  right: 0;
  top: 250px;
  width: 270px;
  z-index: 1;
}
.whatget .wrapper {
  z-index: 2;
}
.whatget__box {
  margin-top: 40px;
  width: 90%;
  width: 100%;
}
.whatget__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.whatget__item {
  width: 31%;
  margin-bottom: 50px;
}
.whatget__image {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  background: #f3f3f3;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.whatget__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.whatget__text {
  font-size: 16px;
  line-height: 1.4;
}

.gallery {
  padding: 80px 0;
  max-height: 700px;
  overflow: hidden;
}
.gallery__box {
  width: 100%;
  margin-top: 40px;
}
.gallery__box .slick-slide {
  margin: 0 15px;
}
.gallery__box .slick-list {
  margin: 0 -15px;
}
.gallery__inside {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.gallery__inside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedb {
  padding: 60px 0;
  overflow: hidden;
}
.feedb__mobile {
  display: none;
}
.feedb__box {
  margin-top: 40px;
}
.feedb__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.feedb__col_1 {
  width: 320px;
}
.feedb__col_2 {
  width: 250px;
}
.feedb__col_3 {
  width: 320px;
}
.feedb__col_4 {
  width: 210px;
}
.feedb__col.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;
}
.feedb__col img {
  display: block;
  width: 100%;
}

.tarifs {
  padding: 60px 0 30px;
  overflow: hidden;
}
.tarifs__box {
  margin-top: 70px;
}
.tarifs__item {
  background: #f6f6f6;
  padding: 50px;
  padding-top: 70px;
  border-radius: 30px;
  margin-bottom: 90px;
  position: relative;
}
.tarifs__item.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tarifs__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
  background: #f993b8;
  padding: 12px 30px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 0;
  text-transform: uppercase;
  color: #fff;
  padding-top: 17px;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.tarifs__descr{
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.tarifs__list {
  width: 48%;
}
.tarifs__list.big{
  width: 100%;

}
.tarifs__list.big ol, .tarifs__list.big ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tarifs__list.big li{
  width: 48%;
}
.tarifs__list ul, .tarifs__list ol {
  padding-left: 20px;
}
.tarifs__list.big ul li, .tarifs__list.big ol li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tarifs__prodname{
  flex: 1;
  border-bottom: 1px dotted #333;
}
.tarifs__cart{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tarifs__cartname{
  font-weight: 600;
  font-size: 15px;
  margin-right: 10px;
}
.tarifs__cartadd{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f993b8;
  color: #fff;
  font-size: 14px;
  border: 0;
  padding: 8px 12px;
  border-radius: 30px;
}
.tarifs__cartadd.active{
   background: #7cd37b;
}
.tarifs__cartadd img{
  display: block;
  width: 16px;
  margin-right: 8px;
}
.tarifs__list li {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.tarifs__bottom {
  width: 100%;
  margin-top: 20px;
}
.tarifs__bottom.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tarifs__label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
.tarifs__price {
  margin-right: 30px;
}
.tarifs__old {
  font-size: 35px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.tarifs__old b {
  font-size: 15px;
}
.tarifs__new {
  font-size: 40px;
  font-weight: 400;
  margin-left: 20px;
}
.tarifs__new b {
  font-size: 15px;
}

.pop {
  display: none;
  background: #fff;
  width: 400px;
  max-width: 100%;
  padding: 0 !important;
}

.popup__remark{
  padding: 12px;
  border-radius: 6px;
  border: 1px solid red;
  background: rgb(255, 226, 226);
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.popup__remark b{
  display: block;
}

.pop__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pop__form {
  width: 100%;
  padding: 40px 40px 30px;
}

.pop__form h3 {
  letter-spacing: 0.5px;
  font-size: 30px;
  font: 700 30px "Inter", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pop__form p {
  font: 400 16px "Inter", sans-serif;
  color: #000;
}

.pop__form .bonus {
  font: 400 16px "Inter", sans-serif;
  color: #000;
  display: block;
  margin-bottom: 25px;
}

.pop__form .bonus span {
  color: #000;
  background: #f993b8;
  padding: 0px 5px;
}

.pop__image {
  width: 50%;
}

.popup__row {
  margin-bottom: 20px;
}

.popup__input {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 25px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}

.popup__input input {
  border: 0;
  height: 43px;
  font: 400 14px "Inter", sans-serif;
  color: #000;
  width: calc(100% - 35px);
}

.popup__input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font: 400 14px "Inter";
}

.popup__input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font: 400 14px "Inter";
}

.popup__input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font: 400 14px "Inter";
}

.popup__input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font: 400 14px "Inter";
}

.popup__input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font: 400 14px "Inter";
}

.popup__input input:focus {
  outline: none;
  border: 0;
}

.popup__row p {
  font: 600 14px "Inter", sans-serif;
  color: #000;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}

.pop__form .btn {
  background: #f993b8;
  font: 600 14px "Inter", sans-serif;
  color: #fff;
  padding: 18px 14px;
  border: 0;
  border-radius: 5px;
}

#payform{
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .pop {
    width: 95%;
  }
  .pop__image {
    width: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pop__form {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 40px 30px 10px;
  }
  .pop__form h3 {
    font-size: 27px;
  }
}
.privacy {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
  padding: 50px 0;
}

.oferta {
  width: 1100px;
  margin: 0 auto;
  max-width: 90%;
  padding: 50px 0;
  /*font-size: 15px;*/
}

.privacy__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.privacy__text p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.privacy__text h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-top: 25px;
}

.privacy__text a {
  color: #3C71F4;
}
.thanks{
  min-height: 100vh;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks__title{
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.thanks__subtitle{
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.thanks__btn{
  display: inline-block;
}

.cart__info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}
.cart__info span{
  font-size: 15px;
  font-weight: 500;
}
.cart__fixed{
  position: fixed;
  z-index: 20;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.cart__fixed img{
  display: block;
  width: 50%;
}
.cart__box{
  margin: 15px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.cart__box li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cart__box li:last-child{
  margin-bottom: 0;
}
.btn.disabled{
  background: #bfbbbc;
}
.cart__box li span{
  flex: 1;
  border-bottom: 1px dotted #dbdbdb;
  padding-bottom: 5px;
}
.cart__box li button{
  width: 16px;
  height: 16px;
  padding-bottom: 3px;
  border-radius: 3px;
  background: red;
  color: #fff;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 940px;
  }
  .banner__inside {
    max-width: 70%;
  }
  .about__title {
    font-size: 48px;
  }
  .gallery__inside {
    height: 260px;
  }
  .feedb__col_1, .feedb__col_3 {
    width: 28%;
  }
  .feedb__col_2 {
    width: 23%;
  }
  .feedb__col_4 {
    width: 18%;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 700px;
  }
  .banner__inside {
    max-width: 100%;
  }
  .banner__box {
    min-height: auto;
    padding-top: 190px;
    padding-bottom: 200px;
  }
  .title span {
    font-size: 40px;
  }
  .about__box {
    padding-bottom: 650px;
  }
  .about__girl {
    left: 150px;
  }
  .about__info {
    width: 100%;
  }
  .whatget__item {
    width: 48%;
  }
  .receive {
    padding-bottom: 500px;
  }
  .receive__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .receive__right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner{
    background: url(../img/bg-mob.jpg) center bottom/cover no-repeat;
  }
  .banner__box{
    padding-bottom: 540px;
    padding-top: 90px;
  }
  .banner__title {
    font-size: 36px;
  }
  .banner__title br {
    display: none;
  }
  .banner__descr {
    width: 100%;
  }
  .about{
    border-radius: 0 0 30px 30px;
  }
  .about__box{
    padding-top: 50px;
    padding-bottom: 460px;
    padding-bottom: 140vw;
  }
  .about__title {
    font-size: 40px;
  }
  .about__girl {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 530px;
    width: 100%;
    bottom: 20px;
  }
  .about__girl img{
    border-radius: 12px;
  }
  .about__round {
    left: 70px;
    top: 120px;

    left: 150px;
    top: 260px;
  }
  .title span {
    padding: 0 0 20px;
    font-size: 36px;
    display: inline-block;
  }
  .title span:before {
    bottom: 0;
    top: auto;
    width: 100px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
  .title span:after {
    content: none;
  }
  .description {
    width: 90%;
    line-height: 1.4;
  }
  .whom {
    padding-bottom: 30px;
  }
  .whom__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .whom__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .whom__subtitle {
    width: 100%;
    text-align: center;
  }
  .whatget {
    padding-bottom: 40px;
  }
  .whatget__box {
    width: 100%;
  }
  .whatget__item {
    width: 100%;
  }
  .whatget__text {
    text-align: center;
  }
  .whatget__bg {
    bottom: -50px;
    top: auto;
    opacity: 0.3;
  }
  .receive__title {
    font-size: 36px;
  }
  .gallery {
    padding: 0 0 30px;
    overflow: hidden;
    max-height: 460px;
  }
  .tarifs{
    overflow: hidden;
  }
  .tarifs__list {
    width: 100%;
  }
  .tarifs__item {
    padding: 50px 30px;
  }
  .tarifs__item:last-child {
    margin-bottom: 40px;
  }
  .tarifs__title {
    width: 270px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }
  .tarifs__label {
    text-align: center;
  }
  .tarifs__price {
    width: 100%;
    margin: 0 0 15px;
  }
  .tarifs__price div.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feedb {
    padding-top: 0;
    padding-bottom: 100px;
    overflow: hidden;
    max-height: 272vw;
  }
  .feedb__col {
    width: 100%;
  }
  .feedb__box.flex {
    display: none;
  }
  .feedb__mobile {
    display: block;
    margin-top: 40px;
  }
  .feedb__mobile .slick-prev, .feedb__mobile .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    border: 0;
    text-indent: 9999px;
    background-color: #f993b8;
    background-repeat: no-repeat;
  }
  .feedb__mobile .slick-prev {
    left: 10px;
    background-image: url(../img/left.svg);
    background-size: 50%;
    background-position: center;
  }
  .feedb__mobile .slick-next {
    right: 10px;
    background-image: url(../img/right.svg);
    background-size: 50%;
    background-position: center;
  }
  .feedb__mobile .slick-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -40px;
    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;
    list-style: none;
  }
  .feedb__mobile .slick-dots li {
    padding: 0;
    margin: 0;
    margin: 0 5px;
  }
  .feedb__mobile .slick-dots li button {
    padding: 0;
    margin: 0;
    text-indent: 9999px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
  }
  .feedb__mobile .slick-dots li.slick-active button {
    background: #f993b8;
  }
  .receive{
    overflow: hidden;
  }
  .receive__bg{
    width: 370px;
    transform: rotate(-15deg);
    left: -20px;
  }
  .thanks__title{
    font-size: 25px;
    margin-bottom: 30px;
  }
  .thanks__subtitle{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .thanks__subtitle br{
    display: none;s
  }
  .tarifs__descr{
    font-size: 15px;
    line-height: 1.3;
    margin-top: 15px;
  }
  .tarifs__list.big li{
    width: 100%;
  }
  .tarifs__list.big ol, .tarifs__list.big ul{
    padding-left: 0;
  }
  .tarifs__cartname{
    display: none;
  }
  .cart__fixed{
    right: 30px;
    bottom: 30px;
  }
}








