@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans&display=swap");
@media screen and (min-width: 450px){
.wrapper {
margin:0 auto;
max-width: 480px;
}
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}

select {
  border: 0;
  outline: none;
}
select:focus, select:active, select:hover {
  outline: none;
  cursor: pointer;
  border: 0;
}

input {
  border: 0;
  outline: none;
}
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
input[type=button], input[type=submit] {
  cursor: pointer;
}

textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  outline: none;
}
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

img {
  max-width: 100%;
}

p,
label,
input,
button,
th,
td,
textarea,
span,
a,
li {
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 414px;
  height: 100%;
  position: relative;
}

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

.q {
    margin-left:135px;
}


.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.btn-project {
  margin: 0 auto;
  width: 265px;
  height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d4000d 0.28%, #ff4d00 99.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
}

.btn-project:hover {
  margin: 0 auto;
  width: 265px;
  height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d5000d 0.28%, #ff4d00 55.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
}

.btn-project img {
  margin: 0 0 0 10px;
}

.btn-project-login {
  margin: 0 auto;
  width: 265px;
  height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d4000d 0.28%, #ff4d00 99.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
  margin-top: 221px;
}

.btn-project-login:hover {
  margin: 0 auto;
  width: 265px;
  height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d5000d 0.28%, #ff4d00 55.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
  margin-top: 21px;
}

.header {
  position: relative;
  padding: 0 5px;
  height: 56px;
  background: #080a19;
  border-bottom: 1px solid #1b2049;
}
.header .logo {
  max-width: 71px;
}
.header .login {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}
.header .login::before {
  content: "";
  margin: 0 10px 0 0;
  display: block;
  width: 30px;
  height: 26px;
  background-size: 30px 26px;
  background-image: url("../img/r_ico_login.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.header .menu {
  margin: 0 0 0 17px;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url("../img/r-ico-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.header .nav {
  width: 200px;
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  background: #080a19;
  border-radius: 5px;
  z-index: 2;
}
.header .nav.active {
  display: block;
}
.header .nav li {
  padding: 16px 16px 12px 16px;
  border-bottom: 1px solid #1b2049;
}
.header .nav li:last-child {
  border-bottom: 0;
}

.header .nav li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
}

.header .nav li a:hover {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #FF1267;
}

.footer-wrap {
  background: #080a19;
  width: 100%;
}
.footer-wrap .footer {
  margin: 0 auto;
  padding: 37px 5px 48px;
  position: relative;
  width: 100%;
  max-width: 414px;
  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;
}
.footer-wrap .footer p {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #bfbfbf;
}
.footer-wrap .footer a {
  display: block;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #bfbfbf;
}
.footer-wrap .footer .logo {
  margin: 0 0 24px;
  max-width: 147px;
}
.footer-wrap .footer .payment-logo {
  margin: 19px 0 0 0;
  max-width: 320px;
}

.main-screen-wrap {
  background-color: #080a19;
}
.main-screen-wrap .main-screen {
  position: relative;
  padding: 36px 0 0 0;
  height: 706px;
  max-width: 600px;
}
.main-screen-wrap .main-screen p {
  position: relative;
  z-index: 1;
}
.main-screen-wrap .main-screen p:first-child {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #6b6c77;
}
.main-screen-wrap .main-screen p:nth-child(2) {
  margin: 3px 0 0 0;
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.main-screen-wrap .main-screen p:nth-child(3) {
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.main-screen-wrap .main-screen p:last-child {
  margin: 27px auto 0;
  max-width: 320px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.main-screen-wrap .main-screen .main-pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-screen-wrap .main-screen .btn-project {
  margin: 370px auto 0;
  position: relative;
  z-index: 1;
}

.description-wrap {
  background-color: #690c22;
  height: 650px;
}

.description-wrap .description {
    position: relative;
    background-image: url("../img/description.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 120%;
    max-width:600px;
}
.description-wrap .description p {
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    font-weight: bold;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.description-wrap .description ul {
    padding: 0;
    margin: 30px auto 0;
    width: 100%;
    max-width: 380px;
}
.description-wrap .description ul li {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 0 24px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.description-wrap .description ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 14px;
  height: 11px;
  background-image: url("../img/ico_check.svg");
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.program-wrap {
  position: relative;
  height: 723px;
  background: #5a0013;
  z-index: 1;
}
.program-wrap .program {
  position: relative;
}
.program-wrap .program p.title {
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.program-wrap .program .list {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.program-wrap .program .list .item {
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #830c14;
}
.program-wrap .program .list .item:last-child {
  border-bottom: 0;
}
.program-wrap .program .list .item .num {
  margin: 0 10px 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  width: 35px;
  height: 35px;
  background: #6f021d;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 10px rgba(175, 0, 53, 0.5);
          box-shadow: 0px 5px 10px rgba(175, 0, 53, 0.5);
  border-radius: 10px;
}
.program-wrap .program .list .item .info {
  width: calc(100% - 35px - 10px);
}
.program-wrap .program .list .item .info p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.program-wrap .program .list .item .info p.subtitle {
  text-transform: uppercase;
}
.program-wrap .program .list .item .info p span {
  font-weight: bold;
}
.program-wrap .program .list .item .info ul {
  padding: 12px 0 0 0;
}
.program-wrap .program .list .item .info ul li {
  position: relative;
  padding: 7px 0 8px 14px;
  margin: 0 0 4px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background: #730a1b;
  border-radius: 10px;
}
.program-wrap .program .list .item .info ul li::before {
  content: "";
  margin: -6px 0 0 0;
  display: block;
  position: absolute;
  top: 50%;
  left: -6px;
  width: 12px;
  height: 12px;
  background-image: url("../img/ico_star_yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.program-wrap .program .list .item .info ul li:last-child {
  font-size: 16px;
  background: none;
}
.program-wrap .program .list .item .info ul li:last-child:before {
  background-image: url("../img/ico_star_white.svg");
}

.video-wrap {
  background: #000;
}
.video-wrap .video {
  margin: 0 auto;
  width: 100%;
  max-height: 414px;
}

.about-wrap {
  background-color: #080a19;
  width: 100%;
  height:  100%;
  position: relative;
  background-size: 100% auto !important;
}

.about {
  margin: 0 auto;
  position: relative;
  height: 780px;
  max-width: 600px;
}

.about-wrap .about .about-pic {
position: absolute;
top: -70px;
}

.about-wrap .about p {
  position: relative;
  z-index: 1;
}
.about-wrap .about p.title {
  font-weight: normal;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 30px;
}
.about-wrap .about p.bio {
  margin: 8px 0 0 0;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
}
.about-wrap .about .sub-title {
  max-width: 320px;
  margin: 0 auto;
  padding: 320px 0 0 0;
}

.about-wrap .about .sub-title p.name {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  margin-top:30px;
}
.about-wrap .about .sub-title .instagram {
  margin: 0 0 0 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  z-index: 1;
}
.about-wrap .about .sub-title .instagram::before {
  content: "";
  margin: 0 6px 0 0;
  width: 16px;
  height: 16px;
  background-image: url("../img/ico_instagram.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.about-wrap .about ul {
  margin: 20px auto 0;
  width: 100%;
  max-width: 330px;
  position: relative;
  border-top: 1px solid #67103a;
  z-index: 1;
}
.about-wrap .about ul li {
  margin: 19px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.about-wrap .about ul li span {
  color: #ff1267;
}

.result-wrap {
  background: #5a0013;
  height: 680px;
  max-width:600px;
  position: relative;
}

.result-wrap .result {
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 100%;
  background-position: left center;
  background-image: url("../img/result-back.png");
  background-repeat: no-repeat;
}
.result-wrap .result .title {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 46px 0 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.result-wrap .result .subtitle {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 20px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.result-wrap .result ul {
  max-width: 285px;
  margin: 14px 0 0 129px;
  padding: 16px 0 0 6px;
  background: rgba(105, 12, 34, 0.01);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 10px;
}
.result-wrap .result ul li {
  padding: 0 0 0 23px;
  position: relative;
  margin: 0 0 10px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.result-wrap .result ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-image: url("../img/ico_star_yellow.svg");
}

.feedback-wrap {
  background: #080a19;
  width: 100%;
}
.feedback-wrap .feedback {
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 414px;
  /*background-image: url("../img/feedback-back.png");*/
}
.feedback-wrap .feedback .title {
  padding: 49px 0 18px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
.feedback-wrap .feedback .slides {
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
}
.feedback-wrap .feedback .slides .slide .review {
  margin: 11px 0 0 0;
  background: #ffffff;
  border-radius: 20px;
}
.feedback-wrap .feedback .slides .slide .review p {
  padding: 8px 10px 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
.feedback-wrap .feedback .arrow {
  display: block;
  width: 81px;
  height: 16px;
  background-image: url("../img/arrow.svg");
  background-position: center;
  background-size: 81px 16px;
  background-repeat: no-repeat;
  z-index: 2;
}
.feedback-wrap .feedback .arrow.prev {
  position: absolute;
  bottom: -48px;
  left: 8px;
}
.feedback-wrap .feedback .arrow.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 8px;
  position: absolute;
  bottom: -48px;
}
.feedback-wrap .feedback .nav {
  max-width: 320px;
  width: 100%;
  margin: 30px auto;
}
.feedback-wrap .feedback .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback-wrap .feedback .nav ul li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
  margin: 0 5px 0 0;
  cursor: pointer;
  background: #1f2033;
}
.feedback-wrap .feedback .nav ul li:last-child {
  margin: 0;
}
.feedback-wrap .feedback .nav ul li.active {
  background: #e1006d;
}

.guarantee-wrap {
  background: #080a19;
  height: 375px;
  max-width:600px;
  position: relative;
}
.guarantee-wrap .guarantee {
padding: 0 0 30px 0;
position: relative;
margin: 0; /* Убираем отступы */
height: 100%; /* Высота страницы */
background: url("../img/guarant.jpg"); /* Параметры фона */
background-size: cover; /* Фон занимает всю доступную площадь */

}
.guarantee-wrap .guarantee .title {
  padding: 60px 0 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.guarantee-wrap .guarantee .text {
  width: 100%;
  max-width: 320px;
  margin: 68px auto 0;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  /* or 122% */
  text-align: center;
  color: #ffffff;
}

.price-wrap {
    background: #5a0013;
    width: 100%;
    height: 100%;
}
.price-wrap .price {
    margin: 0 auto;
    padding: 0 0 30px 0;
    position: relative;
    height: 100%;
    background-image: url("../img/price-back.png");
    background-position: center;
    background-size: cover; /* Фон занимает всю доступную площадь */
    margin: 0; /* Убираем отступы */
    height: 100%; /* Высота страницы */

}
.price-wrap .price .title {
  padding: 40px 0 0 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.price-wrap .price .link {
  position: relative;
  width: 320px;
  height: 60px;
  padding: 0 20px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  color: #222222;
  background: #ffffff;
  border-radius: 10px;
}
.price-wrap .price .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -11px 0 0 0;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  background-image: url("../img/arrow_orange.svg");
}
.price-wrap .price .description {
  width: 100%;
  max-width: 320px;
  margin: 10px auto 0;
  padding: 20px 10px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(175, 0, 53, 0.5);
          box-shadow: 0px 4px 4px rgba(175, 0, 53, 0.5);
  border-radius: 10px;
}
.price-wrap .price .description .pricelist {
  width: 100%;
  max-width: 280px;
  margin: 20px auto 18px;
}
.price-wrap .price .description .pricelist p:first-child {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #222222;
}
.price-wrap .price .description .pricelist p:nth-child(2) {
  margin: 0 0 0 5px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  color: #666666;
}
.price-wrap .price .description .pricelist p:nth-child(3) {
  margin: 0 0 0 8px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #666666;
}
.price-wrap .price .description .timer {
  width: 100%;
  max-width: 214px;
  margin: 20px auto 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #222222;
}
.price-wrap .price .description .timer span {
  margin: 0 0 0 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #222222;
}

.wait-wrap {
  background: #0a0502;
  width: 100%;
  height: 373px;
}
.wait-wrap .wait {
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 600px;
  background-image: url("../img/wait-back.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wait-wrap .wait .title {
  padding: 65px 0 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.wait-wrap .wait .text {
  width: 100%;
  max-width: 320px;
  margin: 6px auto 0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #827d7b;
}

.faq-wrap {
  background: #080a19;
  width: 100%;
}
.faq-wrap .faq {
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  width: 100%;
  max-width: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/faq-back.png");
}
.faq-wrap .faq .faq-pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.faq-wrap .faq .title {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.faq-wrap .faq .list {
  padding: 10px 0 0 0;
}
.faq-wrap .faq .list .item {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
}
.faq-wrap .faq .list .item .subtitle {
  position: relative;
  padding: 0 0 15px 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 120%;
  color: #ffffff;
  border-bottom: 1px solid #a30334;
  cursor: pointer;
}
.faq-wrap .faq .list .item .subtitle::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../img/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
}
.faq-wrap .faq .list .item .subtitle.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-wrap .faq .list .item .content {
  position: relative;
  padding: 15px 0 0 0;
  display: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}
.faq-wrap .faq .list .item .content.active {
  display: block;
}
.faq-wrap .faq .contacts {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.faq-wrap .faq .contacts .content {
  width: 100%;
  max-width: 270px;
  margin: 12px auto 0;
}
.faq-wrap .faq .contacts .content .mail {
  width: calc(100% - 41px - 15px);
}
.faq-wrap .faq .contacts .content .mail p:first-child {
  margin: 0 0 0 15px;
  text-align: left;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  color: #f7f7f7;
}
.faq-wrap .faq .contacts .content .mail a {
  margin: 0 0 0 15px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  color: #ffffff;
}

.input-login {
font-family: Oswald;
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 22px;
color: #212121;
width: 100%;
height: 50px;
left: 80px;
top: 125px;
background: #FFFFFF;
border: 1px solid #EAEAEA;
box-sizing: border-box;
border-radius: 5px;
padding: 15px;
}

.input-login:hover {
font-family: Oswald;
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 22px;
color: #212121;
width: 100%;
height: 50px;
left: 80px;
top: 125px;
background: #FFFFFF;
border: 1px solid #EAEAEA;
box-sizing: border-box;
border-radius: 5px;
padding: 15px;
}

.btn-project-login {
  margin: 0 auto;
  width: 265px;
  height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d4000d 0.28%, #ff4d00 99.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
  margin-top: 21px;
}

.btn-project-login:hover {
  margin: 0 auto;
  width: 265px;
  height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d5000d 0.28%, #ff4d00 55.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
}

.btn-project {
  margin: 0 auto;
  width: 265px;
  height: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d4000d 0.28%, #ff4d00 99.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
}

.btn-project:hover {
  margin: 0 auto;
  width: 265px;
  height: 62px;av
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  background: linear-gradient(269.68deg, #d5000d 0.28%, #ff4d00 55.79%);
  -webkit-box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
          box-shadow: 0px 3px 5px rgba(139, 0, 0, 0.7), 5px 5px 10px rgba(194, 0, 0, 0.5), -5px 5px 15px rgba(208, 11, 11, 0.45);
  border-radius: 50px;
}

.btn-project img {
  margin: 0 0 0 10px;
}

.text-d-01 {
font-family: Roboto Condensed;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 120%;
}

.text-d-02 {
font-family: Roboto Condensed;
font-style: normal;
font-weight: bold;
font-size: 21px;
line-height: 29px;
color: #FFFFFF;
text-decoration: none;
}

.text-d-02:hover {
font-family: Roboto Condensed;
font-style: normal;
font-weight: bold;
font-size: 21px;
line-height: 29px;
color: #cccccc;
text-decoration: none;
}

.text-d-03 {
text-decoration: none;
}

.text-d-04 {
font-family: Oswald;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 22px;
text-transform: uppercase;
color: #080A19;
}

.text-d-05 {
font-family: Oswald;
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 18px;
color: #212121;
}

.main-screen-wrap .main-screen {
  padding-top: 25px;
}

.header {
  border-bottom: 0 none;
}
.head__title {
  margin: 0;
  font-family: "Alumni Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.head__desc {
  color: #D7D7D7;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-top: 9px;
}
.head__info {
  position: relative;
  z-index: 1;
  margin: 370px auto 0;
  display: flex;
  justify-content: space-between;
  width: 310px;
}
.head__online,
.head__period {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #D7D7D7;
  display: flex;
  align-content: center;
}
.head__online svg,
.head__period svg {
  margin-right: 7px;
}
.head__button {
  margin-top: 15px !important;
  width: 310px !important;
}
.head__start {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #D7D7D7;
  position: relative;
  z-index: 1;
  margin: 15px 0 0;
}
.main-screen-wrap .main-screen {
  height: 685px;
}
.description-wrap .description {
  height: 100%;
  background-image: url("../img/bg2.jpg");
}
.who-whants li:before {
  display: none !important;
}
.who-whants li {
  font-weight: 400;
  position: relative !important;
  font-size: 18px !important;
  line-height: 22px !important;
  padding: 0 0 13px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 13px !important;
}
.who-whants li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.who-whants li:nth-child(1) {
  padding-left: 45px !important;
}
.who-whants li:nth-child(1) img {
  left: -13px;
  top: -14px;
}
.who-whants li:nth-child(2) {
  padding-right: 64px !important;
}
.who-whants li:nth-child(2) img {
  right: -16px;
  top: -6px;
}
.who-whants li:nth-child(3) {
  padding-left: 40px !important;
}
.who-whants li:nth-child(3) img {
  left: -16px;
  top: -6px;
}
.who-whants li:nth-child(4) {
  padding-right: 57px !important;
}
.who-whants li:nth-child(4) img {
  right: -34px;
  top: -27px;
}
.who-whants li img {
  position: absolute;
  z-index: 1;
}
.description-wrap {
  height: 450px;
}
.notim {
  background: url(../img/bg3.jpg) center center no-repeat;
  background-size: 100% 100%;
  height: 525px;
}
.notim__wrapper {
  padding-top: 44px;
}
.notim__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #FFFFFF;
}
.notim__notim {
  margin: 8px 0 0 30px;
  padding: 0;
  width: 320px;
}
.notim__notim li {
  color: #FFFFFF;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.notim__notim li:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.notim__notim li:nth-child(1):before {
  content: "⏳";
}
.notim__notim li:nth-child(2):before {
  content: "👨";
}
.notim__notim li:nth-child(3):before {
  content: "👙";
}
.notim__notim li:nth-child(4):before {
  content: "🐈";
}
.notim__titlewrapper {
  text-align: center;
  margin: 20px 0 0;
}
.notim__sectitle {
  background: #990C16;
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
}
.notim__can {
  width: 320px;
  margin: 14px 0 0 0;
}
.notim__can li {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  position: relative;
}
.notim__can li:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 7px;
  content: "";
  width: 14px;
  height: 11px;
  background: url(../img/r_goldok.png) center center no-repeat;
  background-size: 100% 100%;
}
.program {
  padding-top: 45px;
}
.program-wrap {
  background: #080A19;
  height: auto;
  padding-bottom: 45px;
}
.program__list {
  width: 380px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.program__item {
  padding: 0 0 13px;
  border-bottom: 1px solid #2E3147;
  margin: 0 0 11px;
  cursor: pointer;
  position: relative;
}
.program__item_active {
  border-bottom: 0 none;
}
.program__item:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 11px;
  top: 15px;
  background: url(../img/z-ico-plus.svg) center center no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.program__item_active:after {
  background-image: url(../img/z-ico-minus.svg) !important;
}
.program__item:last-child {
  border-bottom: 0 none;
  margin: 0 0 25px;
  padding: 0;
}
.program__item_active {
  cursor: default;
}
.program-item__module {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #D71C29;
}
.program-item__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
}
.program-item__block,
.program-item__result {
  display: none;
}
.program-item__white,
.program-item__result {
  padding: 11px;
}
.program-item__white {
  border-radius: 10px 10px 0 0;
}
.program-item__result {
  border-radius: 0 0 10px 10px;
  background: url(../img/bg2.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.program-item__block-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #D71C29;
  margin: 5px 0 0;
}
.program-item__block-list {
  margin: 7px 0 0;
  padding-left: 0;
}
.program-item__block-list li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
}
.program-item__block-list li:before {
  content: "";
  background: url(../img/r-ico-redstar.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
}
.program-item__result-title {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.program-item__result-list {
  margin: 7px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  list-style: disc;
  padding-left: 20px;
}
.program-item__result-list li {
  font-size: 18px;
  line-height: 20px;
}
.program__item_active .program-item__block,
.program__item_active .program-item__result {
  display: block;
}
.program__item_active .program-item__white {
  background: #FFFFFF;
}
.program__item_active .program-item__module {
  font-weight: bold;
}
.program__item_active .program-item__title {
  color: #000;
  font-weight: bold;
}
.btn-project {
  width: 320px !important;
}
.program-item__result .program-item__text {
  color: #FFF;
}
.notfountwrap {
  height: auto;
  padding-bottom: 20px;
  background-image: url("../img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.notfountwrap .description ul li::before {
  height: 14px;
  width: 14px;
  background: url(../img/r-ico-not.png);
  background-size: 100% 100%;
}
.about-wrap .about p.title {
  margin: 0;
}
.about-wrap {
  padding: 45px 0;
}
.result-wrap {
  height: 752px;
  padding-bottom: 50px;
}
.result-wrap .result {
  background-image: url("../img/bg7.jpg");
  background-size: 100% auto;
}
.result-wrap ul {
  width: 247px;
  margin: 34px 0 13px 176px !important;
  background: rgba(88,5,26, .5) !important;
  -webkit-backdrop-filter: blur(30px) !important;
  backdrop-filter: blur(30px) !important;
  border-radius: 10px !important;
  padding: 10px !important;
}
.slides .slide img {
  border-radius: 10px;
}
.slick-dots li {
  width: 4px !important;
  height: 4px !important;
  margin: 0 1px !important;
}
.slick-dots {
  bottom: -49px !important;
}
.guarantee-wrap .guarantee {
  background: url("../img/bg81.jpg");
  background-size: 100% 100%;
  background-position: 0 -2px;
  background-repeat: no-repeat;
}
.guarantee-wrap .guarantee .title {
  padding: 200px 0 0 0;
}
.guarantee-wrap .guarantee .text {
  margin: 10px auto 0;
}
.wait-wrap {
  height: 438px;
}
.wait-wrap .wait {
  background-image: url("../img/bg10.jpg");
  background-size: cover;
}
.wait-wrap .wait .title {
  padding: 42px 0 0 0;
}
.faq-wrap .faq {
  padding: 45px 0 45px 0;
}
.faq-wrap .faq .contacts {
  background: rgba(8, 10, 25, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 5px;
  width: 320px;
  margin: 260px auto 0;
  padding: 20px;
}
.faq-wrap .faq .title {
  padding: 0;
}
.about-wrap .about p.title {
  color: #FFFFFF;
  opacity: 1;
}
.about {
  height: auto;
}
.about__block {
  width: 400px;
  margin: 0 auto;
}
.about__photo {
  position: relative;
  margin: 10px 0 0;
  border-bottom: 1px solid #67103A;
  height: 412px;
}
.about__photo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.about__stage {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  position: absolute;
  z-index: 1;
  color: #FFFFFF;
  opacity: .5;
  bottom: 100px;
  width: 100%;
}
.about__name {
  font-size: 25px;
  line-height: 29px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 2px 0 0;
  bottom: 65px;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.about__insta {
  margin: 6px 0 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  align-items: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  bottom: 36px;
}
.about__insta svg {
  margin: 0 5px 0 0;
}
.about__text {
  margin: 20px 0 0;
}
.about__text p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 22px;
}
.about__text p span {
  color: #FF1F47;
}
.about__controllers {
  margin: 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.about__arrow {
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
}
.about__left {
  background-image: url(../img/arleft.png);
  left: 0;
  height: 15px;
  width: 81px;
}
.about__right {
  background-image: url(../img/arright.png);
  right: 0;
  height: 15px;
  width: 81px;
}
.about__dots {
  display: flex;
  justify-content: space-between;
  width: 24px;
  margin: 4px auto 0;
}
.about__dots-item {
  width: 8px;
  height: 8px;
  background: #42424F;
  border-radius: 10px;
}
.about__dots-active {
  background: #FF1F47;
}
.slick-initialized .slick-slide {
  border-radius: 10px;
}
.modal-body .btn-project {
  width: 240px !important;
}
.price__wrapper {
  /*width: 380px;*/
  width: 100%;
  /*margin: 0 0 0 82px;*/
  margin: 0;
  overflow: hidden;
}
.price__list {
  margin-left: 0;
  width: auto;
  display: flex;
  overflow-x: scroll;
}
.price__item {
  width: 380px;
  min-width: 380px;
  margin: 0 15px 20px 0;
}
.price__item:first-child {
  margin-left: 50px;
}
.price__item:last-child {
  margin-right: 70px;
}
.price__head {
  background: #56B9DA;
  border-radius: 5px 5px 0 0;
  padding: 8px 20px;
  box-sizing: border-box;
  position: relative;
}
.price__medal {
  position: absolute;
  left: -30px;
  top: -1px;
  width: 88px;
  height: 100px;
  background: url(../img/z-ico-medal.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.price__title {
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
}
.price__title span {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}
.price__access {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.price__body {
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
  padding: 25px 0;
}
.price__body-content {
  box-sizing: border-box;
  padding: 0 20px;
}
.price__modules {
  display: flex;
  justify-content: left;
  width: 340px;
  margin: 0 auto;
  align-items: center;
}
.price__modules-title {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #222222;
  margin: 0 8px 0 0;
}
.price__modules-list {
  display: flex;
}
.price__modules-list-item {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  margin: 0 0 0 5px;
  background: #DCDCDC;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.price__modules-list-item_active {
  background: #080A19;
}
.price__del {
  height: 26px;
  width: 340px;
  background: url(../img/z-ico-del1.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.price__del-simple {
  border-bottom: 1px solid #DCDCDC;
  margin: 15px 0;
}
.price__features-item {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  position: relative;
  padding-left: 25px;
  margin-left: -8px;
  width: 342px;
  margin-bottom: 11px;
}
.price__features-item:last-child {
  margin-bottom: 0;
}
.price__features-item:before {
  background: url(../img/z-ico-blackstar.png) left top no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
}
.price__features {
  padding-left: 7px;
  margin: 0;
}
.main-screen-wrap .main-screen .main-pic {
  height: auto;
}
.notfountwrap {
  height: 369px;
}
.header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 480px;
  z-index: 100;
}
body {
  padding-top: 48px;
}
.price__not-item {
  font-size: 18px;
  line-height: 20px;
  color: #898989;
  font-weight: 400;
  text-decoration: line-through;
  padding-left: 25px;
  position: relative;
  margin: 0 0 10px;
}
.price__not-item:before {
  content: "❌";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.price__not {
  padding-left: 0px;
  width: 341px;
}
.price__timer {
  background: #EFFAFF;
  padding: 11px 0;
  margin: 15px 0 0;
}
.price__timer-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #212121;
  margin: 0 11px 0 0;
  display: flex;
  align-content: center;
  align-items: center;
}
.price__timer-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
}
.price__timer-body {
  display: flex;
  justify-content: space-between;
  width: 170px;
}
.price__timer-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 5px rgba(90, 104, 108, 0.2), 5px 5px 15px rgba(170, 180, 184, 0.2), -5px 5px 15px rgba(179, 216, 228, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 9px;
  box-sizing: border-box;
  width: 43px;
  height: 49px;
  margin-right: 10px;
}
.price__timer-number {
  font-size: 26px;
  line-height: 24px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #212121;
}
.price__timer-text {
  font-size: 11px;
  line-height: 14px;
  color: #212121;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 100;
}
.price__first .price__prices-in {
  font-size: 16px;
  line-height: 20px;
  color: #C1C1C1;
  font-weight: 400;
  ]font-family: "Roboto Condensed", sans-serif;
}
.price__first .price__prices-sum {
  text-align: right;
  text-decoration-line: line-through;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  color: #C1C1C1;
  font-family: "Roboto Condensed", sans-serif;
}
.price__second .price__prices-in {
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.price__second .price__prices-sum {
  text-align: right;
  text-decoration-line: line-through;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 22px;
  color: #777777;
  font-family: "Roboto Condensed", sans-serif;
}
.price__third .price__prices-in {
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.price__third .price__prices-sum {
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 22px;
  color: #080A19;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.price__line {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5px;
  border-bottom: 1px solid #E9E9E9;
  margin: 0 0 8px;
}
.price__prices {
  margin: 15px 0 0;
}
.price__paytypes {
  width: 200px;
  margin: 15px auto 0;
}
.price__paytypes img {
  width: 100%;
}
.btn_buy, .btn_tinkoff {
  width: 260px !important;
  height: 50px !important;
  font-size: 28px !important;
}
.btn_buy {
  background: #56B9DA !important;
  box-shadow: 0px 6px 10px rgba(39,139,171, 0.5), 0px 4px 10px rgba(114,217,252, 0.5) !important;
  height: 62px !important;
}
.btn_tinkoff {
  background: #FFEC67 !important;
  border: 1px solid #FFE10D !important;
  box-sizing: border-box;
  box-shadow: 0px 1px 0px #FFC737, 0px 2px 10px rgba(255, 223, 0, 0.5);
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.btn_tinkoff span {
  font-weight: 100;
  display: inline-block;
  margin: 3px 0 0;
}
.price__features-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 8px;
  font-family: "Roboto Condensed", sans-serif;
}
.price__main-title {
  position: relative;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300 !important;
}
.price__main-title strong {
  font-weight: bold !important;
}
@keyframes shake {
  0% {
    right: 90px;
  }
  100% {
    right: 50px;
  }
}
.price__fing {
  width: 31px;
  height: 37px;
  background: url(../img/z-ico-fingger.svg) center center no-repeat;
  position: absolute;
  z-index: 1;
  right: 90px;
  top: 50px;
  animation: shake 1s ease-in-out .5s infinite alternate;
}
.price__tink {
  text-align: center;
  margin: 35px auto 0;
  font-size: 14px;
  line-height: 14px;
  color: rgb(68,68,68);
  background: #FFEC67;
  padding: 5px 15px;
  width: 230px;
}