@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800,900&display=swap&subset=cyrillic); 

:root {
  --color-violet: #5680EB;
  --color-violet-gradient: linear-gradient(142.44deg, #5680EB 14.29%, #8684ED 86.35%);
  --mobile-padding: 60px;
}

html {
  font-family: 'Montserrat', sans-serif;  
}

body {
  margin: 0;
  line-height: 1.35;
  font-size: 18px;
  scroll-behavior: smooth;
}

a {text-decoration: none;}

h1,
.h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.35;
}
h2,
.h2 {
  margin-bottom: 8px;
/*  font-size: 40px;*/
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}
h3, .h3 {
/*  font-size: 40px;*/
  font-size: 1.75rem;
  text-transform: uppercase;
}
h4, .h4 {}

p {
  margin-bottom: 8px;
}

p + p {
  margin-top: 0;
}

h2 + p {
  margin-top: 10px;
}

li {list-style-type: none;}

/*** COMMON STYLES */
.btn {
  text-align: center;
  border: 0;
  cursor: pointer; 
}

.btn.btn-sm {
  width: auto;
  height: auto;
  line-height: 1;
  padding: 15px;
  min-width: 220px;
}

.hystmodal__shadow {
  z-index: 9998;
}

body .hystmodal {
  z-index: 9999;
}

.text-g {
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.text-g.text-g-green {
  background: linear-gradient(90deg, #8EC53B 0%, #22CDD8 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
}

.text-g.text-g-yellow-pink {
  background: linear-gradient(135deg, #FFCC33 0%, #E233FF 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
}

.font-weight-medium { font-weight: 500; }
.font-weight-semibold {font-weight: 600;}
.font-weight-extrabold {font-weight: 900;}
.text-uppercase {text-transform: uppercase;}
.text-white {color: #ffffff;}

.bg-black {
  background: #000;
}

.rounded-4 {
  border-radius: 16px;
}


/** /COMMON STYLES */
.header {
  padding-top: 16px;
  padding-bottom: 16px; 
  position: relative;
}

.header-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

.header-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.nav-main {
  display: inline-block;
}

.nav-main__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 506px;
  padding: 0 0 0 23px;
  margin-top: 21px;
}

.nav-main__item {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  list-style-type: none;
}

.nav-main__link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-violet);
}

.btn_violet {
  display: inline-block;
  width: 310px;
  height: 60px;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffff;
  background: var(--color-violet-gradient);  
}

.page-description {
  padding-top: 145px;
  background: linear-gradient(180deg, rgba(86, 128, 235, 0.1) 0%, rgba(134, 132, 237, 0.1) 100%);
}

.page-description-header {
  padding-top: 145px;
  padding-bottom: 58px;
  color: #fff;
}

.page-description h1 {
  padding-top: 53px;
}

.page-description__left {
  padding-top: 10px;
  font-size: 14px;
  text-align: right;
}

.page-description__left p {
  display: inline-block;
  padding: 0 0 5px;
  margin: 0 0 8px;
  font-size: 1.35rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border-bottom: 1px solid #5680EB;
}

.page-description__image {
  max-width: 100%;
  margin-top: 5px;
}

.page-description__text-large {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.page-description__text-large + p {
  margin-top: 3px;
}

.page-description .btn {
	margin-top: 18px;
}
.main-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}

.main-stars img {
  display: block;
  width: 13px;
  height: 13px;
}

.main-rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main-rating-img {
  display: flex;
}

.main-rating-img img {
  width: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  border: 3px solid white;
}

.main-rating-img.main-rating-img-black img {
  border: 3px solid #0a0a0a;
}

.main-rating-img img:not(:first-child) {
  margin-left: -19px;
}

.main-rating {
  display: block;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.b-partners {
  margin-top: 58px;
}

.partners__block-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.partners__block-label p {
  margin: 0;
}

.partners-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-left: 0;
}

.partners-list__item {
  display: inline-block;
}

.partners-list__img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  max-width: 120px;
}

.b-how-work {
	padding-top: 17px;
  padding-bottom: 84px;
}

.b-how-work h2 + p {
  margin-top: 10px;
}

.b-how-work p {
  margin-bottom: 14px;
}

.b-how-work .row:nth-of-type(2) {
  margin-top: 52px;
}

.b-how-work .set-partition {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 3px 6px 0px rgba(0, 0, 0, 0.02), 0px 11px 11px 0px rgba(0, 0, 0, 0.02), 0px 25px 15px 0px rgba(0, 0, 0, 0.01), 0px 45px 18px 0px rgba(0, 0, 0, 0.00), 0px 71px 20px 0px rgba(0, 0, 0, 0.00);
  transition: border-color 0.2s linear;
  border: 1px solid #F4F3F3;
  border-radius: 16px;
  padding: 30px 0;
  margin-bottom: 20px;
}

.b-how-work .set-partition:hover {
  border-color: #0F131A;
}

.set-partition + .set-partition {
/*  margin-top: 155px;*/
}

.set-partition__cover {
/*  padding-left: 82px;*/
  padding-left: 10px;
/*  margin-bottom: 155px;*/
  text-align: center;
}

.set-partition__cover img {
  width: 100%;
  /*filter: drop-shadow(10px 9px 27px rgba(0, 0, 0, 0.25));*/
}

.set-partition h3 {
  display: inline;
/*  padding-left: 30px;*/
  margin-top: 0;
/*  margin-bottom: 50px;*/
  line-height: 1;
}

.set-partition__right {
/*  padding-left: 85px;*/
  padding-left: 40px;
}

body .set-partition h3 {
  position: relative;
  display: inline;
  margin-bottom: 5px;
  line-height: 1.4;
}

.block-line.block-line_green, .set-partition_green h3 {border-bottom: 2px solid #70E7A1;}
.block-line.block-line_orange, .set-partition_orange h3 {border-bottom: 2px solid #ff4728;}
.block-line.block-line_purple, .set-partition_purple h3 {border-bottom: 2px solid #6a08ad;}
.block-line.block-line_blue, .set-partition_blue h3 {border-bottom: 2px solid #5680EB;}
.block-line.block-line_sea, .set-partition_sea h3 {border-bottom: 2px solid #81D9E4;}
.block-line.block-line_violet, .set-partition_violet h3 {border-bottom: 2px solid #8684ED;}
.block-line.block-line_pink, .set-partition_pink h3 {border-bottom: 2px solid #eb5cff;}

.set-partition__list {
  padding-left: 30px; 
  margin-top: 50px;
}

.set-partition li {
  margin-bottom: 8px;
  position: relative;
/*  font-size: 20px;*/
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  line-height: 1.35;
}

.set-partition li:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -30px;
}

.set-partition_green li:before {background-color: #70E7A1;}
.set-partition_orange li:before {background-color: #ff4728;}
.set-partition_purple li:before {background-color: #6a08ad;}
.set-partition_blue li:before {background-color: #5680EB;}
.set-partition_sea li:before {background-color: #81D9E4;}
.set-partition_violet li:before {background-color: #8684ED;}
.set-partition_pink li:before {background-color: #eb5cff;}

.hr {
  width: 64px;
  height: 2px;
  background-color: #5680eb;
  margin: 28px 0;
}

.grayscale {
  filter: grayscale(1);
}

.b-set-includes {
  padding-top: 57px;
  padding-bottom: 30px;
  background: linear-gradient(180deg, rgba(86, 128, 235, 0.1) 0%, rgba(134, 132, 237, 0.1) 100%);
}

.b-set-includes h2 {
  margin-top: 0;
}

.set-includes__list {
  counter-reset: num;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 24px;
  border-left: 1px dashed;
  border-image-source: url(../img/border-violet-gradient.png);
  border-image-slice: 1;
  border-image-repeat: round;
}

.set-includes__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;  
  margin-bottom: 18px;
}

.set-includes__item:before {
	counter-increment: num;
  content: counter(num); 
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-right: 16px;
  margin-left: -24px;
  font-weight: bold;
  text-align: center;
  line-height: 47px;
  color: #fff;
  background: linear-gradient(142.44deg, #5680EB 14.29%, #8684ED 86.35%);
  border-radius: 50%;
}

.set-includes__item b {
  display: inline-block;
  padding-right: 5px;
}

.b-how-look {
  padding-top: 103px;
  padding-bottom: 30px;
  background-color: #0B0B0B;
  background-position: calc(100% - 120px) 110px;
  background-repeat: no-repeat;
  -webkit-background-size: 800px;
  background-size: 800px;
  color: #ffffff;  
}

.b-how-look h2 {
  margin-top: 0;
}

.b-how-look h2 + p {
  margin-top: 10px;
}

.b-how-look .btn {
  width: 320px;
  height: 50px;
  margin-top: 23px;
  font-size: 14px;
  line-height: 50px;
}

.b-access {
  padding-top: 100px;
  padding-bottom: 92px;
}

.b-access h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.b-access h2 + p {
  margin-top: 10px;
  margin-bottom: 5px;
}

.b-access__how {
  margin-top: 85px;
}

.material-screenshots-gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;  
  flex-wrap: wrap;
  max-width: 900px; 
  margin: 25px auto 0;
}

.material-screenshot {
  width: 280px;
  margin: 0 0 20px 0;
}

.material-screenshot__img {
  width: 100%;
  height: auto;
  border: 1px solid #5680EB;
  border: 1px solid rgba(86, 128, 235, 0.4);
}

.b-price {
  padding-top: 0px;
  padding-bottom: 40px;
}

.price-title {
  margin-top: 0;
  margin-bottom: 0;
/*  font-size: 36px;*/
  letter-spacing: 0.7px;
}

.price-title + p {
  margin-top: 10px;
}

.price__btn-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.b-price .btn {
  width: 205px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}

.sticky-block {
  position: fixed;
  width: 100%;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1020;
}
.sticky-block.sticky-block-bottom {
  top: auto;
  bottom: 0;
  transform: translateY(100%);
}
.sticky-block.show {
  transform: translateY(0);
}

footer {
  background: #000;
  padding: 29px 0;
  font-size: 14px
}

footer .footer-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px
}

footer .nav {
  font-size: 12px;
}

footer .nav a {
  color: #fff;
}

footer .nav a:hover {
  text-decoration: underline;
}

body .fh-slide-item img {
  height: 100%;
}

body .fh-slide-item {
  height: 112px;
  width: fit-content;
}

.swiper-ticker .swiper-wrapper {
  transition-timing-function: linear !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.page-description__text {
  font-size: 18px;
}

.page-description__subtext {
  font-size: 16px;
}

@media (min-width: 768px) {
  .page-description__left {
    text-align: left;
  }
  .page-description__left p {
    text-align: left;
  }

  footer p:last-of-type {
    margin-bottom: 0
  }

  body .fh-slide-item {
    height: 210px;
  }
}

@media (min-width: 1260px) {
  /*.b-how-look__image {*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*}*/

  .swiper-presentation .swiper-wrapper {
    justify-content: center;
  }
}

@media (min-width: 1580px) {
  #page-description .container:first-of-type {
    max-width: 1541px;
  }

  .page-description-block {
    margin-top: -46px;
  }
}

#footer-logo {
  margin-bottom: 10px
}

.socials {
  list-style: none
}

.socials>li {
  margin-bottom: 16px
}

.socials>li>img {
  margin-right: 10px
}

.footer-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  color: transparent;
  background: linear-gradient(90deg, #8EC53B 0%, #22CDD8 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-social {
  display: flex;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social a {
  display: block;
  width: 23px;
  height: 23px;
  transition: .2s linear;
}

.footer-social a:hover {
  opacity: 0.5;
}

.footer-social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.site-info {
	font-size: 14px;
  line-height: 1.37;
}

.site-info {
  margin-bottom: 7px;
}

.footer-nav {
  text-align: right;
}

.footer-nav__list {
  margin: 0;
}

.footer-nav__link {
/*  line-height: 37px;*/
  line-height: 1.35;
  color: #ffffff;
}

.footer-location {
  line-height: 26px;
}

.contact-us {
  text-align: center;
}

.contact-us a {
  color: inherit;
}

.modal-form .hystmodal__window {
  max-width: 800px;
  width: 100%;
}

.modal-form__container {
  color: #ffffff;
  background: #000000;  
  border: 1px solid #333333;
}

.modal-form__form {
  min-height: 400px;
  max-width: 660px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.modal-form__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  max-width: 340px;
}

.modal-form__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
}

.modal-form__input-group {
	margin-top: 18px;
}

.modal-form input {
  display: block;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.modal-form__image {
  max-width: 100%;
  width: auto;
}

.modal-form .btn {
  margin-top: 10px;
  font-size: 20px;
}

.menu-btn {
  display: none;
  width: 34px;
  padding: 5px 3px;
  position: absolute;
  top: 11px;
/*  top: 19px;*/
  right: 15px;
  background-color: transparent;
  border: 0;
  border-radius: 3px;
  outline-color: transparent;
}

.menu-btn:focus {
  outline: none;
}

.menu-btn__line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 3px 0 2px;
  position: relative;
/*  background-color: var(--color-violet);*/
  background-color: black;
/*  border-radius: 2px;*/
}

.menu-btn--open .menu-btn__line {
  width: 20px;
}

.menu-btn--open .menu-btn__line:nth-child(1) {
  transform: rotate(45deg);
  top: 6px;
  left: 4px;
}

.menu-btn--open .menu-btn__line:nth-child(2) {
  display: none;
}

.menu-btn--open .menu-btn__line:nth-child(3) {
  transform: rotate(-45deg);
  top: 1px;
  left: 4px;
}

.hystmodal__close {
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
}

.hystmodal__close:focus {
  outline: none;
/*  outline-offset: 2px;*/
}

/*** timer */
/*.timer-down {*/
/*  display: -webkit-inline-flex;*/
/*  display: -moz-inline-flex;*/
/*  display: -ms-inline-flex;*/
/*  display: -o-inline-flex;*/
/*  display: inline-flex;*/
/*  font-size: 30px;*/
/*  font-weight: 700;*/
/*  text-align: center;  */
/*}*/

.timer__item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}

.timer__item:not(:last-child):after {
  content: ":";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: -14px;
}

.timer__item-title {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
  color: #565656;
  text-align: center;
}

.timer__item-value {
  font-size: 36px;
  font-weight: 700;
}

.fixed-timer__wrapper {
  height: auto;
  min-height: 52px;
}

.fixed-timer {
  height: auto;
  width: 100%;
  min-height: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  position: relative;
  bottom: 0;
/*  top: 0;*/
  left: 0;
  z-index: 99;
  color: #ffffff;
  background-color: #000;
  border-top: 1px solid var(--color-violet);
/*  border-bottom: 1px solid var(--color-violet);*/
}

.fixed-timer.active {
/*  display: block;*/
  position: fixed;
}

.fixed-timer__content {
  text-align: center; 
}

.fixed-timer p {
  display: inline-block;
	margin: 0;
}

.fixed-timer.active p {
  line-height: 35px;
}

.fixed-timer .timer__item {
  line-height: 35px;
}

.fixed-timer .timer__item:not(:last-child):after {
  bottom: 1px;
  right: -13px;
  font-size: 0.75em;
}

.fixed-timer .timer-down {
	width: 190px;
  line-height: 1;
}

.fixed-timer .timer__item-value {
  color: #ffffff;
  font-size: 22px;
}


/*
.fixed-timer:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #ffffff;
}
*/

.fixed-timer .timer__item-title {
	display: none;
}

.fixed-timer .btn {
/*  display: block;*/
  display: none;
  width: 290px;
  height: auto;
  margin: 5px auto;
  font-size: 16px;
  line-height: 40px;
}

.fixed-timer.active .btn {
  display: block;
}

.review-wrap {
  padding: 14px 0;
  height: 100%;
  display: block;
}

.review-wrap .review-block {
  background: #F7F7F7;
  padding: 26px;
  color: #000;
  margin-top: 0;
  height: 100%;
}

.review-wrap .review-block {
  background: #0b0b0b;
  color: #fff;
  border: 1px solid #737373;
  border-radius: 4px;
}

.review-wrap .review-block.review-block-light {
  background: #fff;
  color: #000;
  border: 1px solid #e1e1e1;
}

.review-block .head {
  display: flex;
  align-items: center;
}

.review-block .head > .image {
  max-width: 65px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 18px;
  position: relative;
}

.review-block .head > .image img {
  max-width: 100%;
  display: block;
}

.review-wrap .review-block .review-name {
  font-size: 18px;
  font-weight: 600;
}

.review-wrap .review-block .review-stage, .review-wrap .review-block .review-city {
  font-size: 13px;
  font-weight: 500;
}

.review-wrap .review-block .review-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 12px;
}

.review-wrap a {
  color: inherit;
}

.review-wrap a:hover {
  text-decoration: underline;
}

.meta.review-link {
  font-size: 13px;
  font-weight: 500;
}

.b-how-look .reviews-wrapper {
  margin-top: 60px;
}

/*** /timer */

@media (max-width: 1600px) {
  .page-description {
    padding-top: 60px;
  }
  
  .b-partners {
   margin-top: 20px;
  } 
  
  .b-how-look {
    background-position: calc(100% - 30px) 120px;
    -webkit-background-size: 800px;
    background-size: 800px;
  }
}

@media (max-width: 1366px) {
  .b-how-look {
    background-position: calc(100% + 38px) 163px;
    -webkit-background-size: 700px;
    background-size: 700px;
  }
}

@media (max-width: 1259px) {
  .b-how-look {
    padding-top: 180px;
    padding-bottom: 230px;
    -webkit-background-size: 600px;
    background-size: 600px;
  }
}

@media (max-width: 1259px) and (min-width: 992px) {
  h1 {font-size: 36px;}
  h2 {font-size: 33px;}
  h3 {font-size: 30px;}
  
  .header-logo img {
    max-width: 100%;
  }
  
  .nav-main__list {
    width: 420px;
  }
  
  .nav-main__link {
    font-size: 13px;
  }
  
  .btn.btn_violet {
    width: 260px;
    font-size: 20px;
  }
  
  .page-description__image {
    margin-left: 0;
  }
  
  .set-partition li {
    font-size: 18px;
  }
  
  .material-screenshot {
    width: 150px;
  }
  
  .fixed-timer {
/*    height: 95px;*/
/*    padding-top: 8px;    */
  }
  
  .fixed-timer .btn {
    margin-top: 7px;
  }
  
}
/* /@media (max-width: 1259px) and (min-width: 992px) */

@media (min-width: 992px) {
  .text-violet {
    color: var(--color-violet);
    background: var(--color-violet-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (max-width: 991px) {
  h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 33px; }
  h3, .h3 { font-size: 30px; }

  footer .nav {
    padding-left: 0;
  }

  .text-violet {
    color: #6e82ec;
  }
  
  
  .btn.btn_violet {
	  width: 100%;
    max-width: 420px;
    font-size: 20px;
  }
  
  .page-description__left {
    text-align: left;
  }
  
  .page-description__image {
    width: auto;
    max-width: 96%;
    height: auto;
    margin-left: 0;
  }
  
  .b-how-look {
    padding-top: 150px;
    padding-bottom: 190px;
    -webkit-background-size: 400px;
    background-size: 400px;
  }
  
  .set-partition__cover {
    padding-left: 0;
    margin-bottom: var(--mobile-padding);
  }
  
  .set-partition__right {
    padding-left: 0;
  }
  
  .set-includes__list {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
  
  .set-includes__item {
/*    display: block;*/
    min-height: 50px;
    padding-left: 60px;
    position: relative;
  }
  
  .set-includes__item:before {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .set-includes__item span {
    margin: auto 0;
  }
  
  .set-includes__item b {
    display: inline;
    padding-right: 0;
  }
  
  .b-how-look {
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
    background: #000000;
  }
  
  .b-how-look__image {
    display: block;
    max-width: 100%;
  }
  
  .b-how-look .btn {
    margin-top: 40px;
  }
  
  .b-access  {
    padding-top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }
  
  .b-access__how {
    margin-top: var(--mobile-padding);
  }
  
  .material-screenshots-gallery {
    flex-wrap: wrap;
  }
  
  .b-price {
    top: var(--mobile-padding);
    padding-bottom: var(--mobile-padding);
  }
  
  .price__btn-wrapper {
	  margin-top: 10px;
  }
  
  footer .container > .row {
/*    max-width: 400px;*/
  }
  
  .footer .col-12 {
    margin-top: 1rem;
  }
  
  .footer-nav {
    text-align: left;
  }
  
  .footer-nav__list {
    padding-left: 0;
  }
  
  .footer-nav__link {
    line-height: 1.5;
  }
  
  .contact-us {
    text-align: left;
  }
  
  .modal-form .hystmodal__window {
    max-width: 450px;
  }
  
  .modal-form__form {
    min-height: 0;
    padding: 1rem 1rem 2rem;
    margin: 0 auto;
  }
  
  .modal-form__title {
    margin: 4px 0;
    font-size: 24px;
  }
  
  .modal-form__title + p {
    margin-top: 0;
  }
  
  .modal-form__image {
    display: block;
    height: 350px;
    margin: 0 auto;
  }
  
  .modal-form__right {
    display: block;
    max-width: 100%;
    margin-top: 1.7rem;
  }
  
  .fixed-timer {
    height: auto;
    padding-bottom: 10px;
  }
  
  .fixed-timer p {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  
  .fixed-timer.active p {
    line-height: 1.35;
  }
  
  .fixed-timer .timer-down {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .fixed-timer .btn.btn_violet {
    max-width: 290px;
    margin-top: 6px;
    margin-left: auto;
  }
}
/* /@media (max-width: 991px) */

@media (max-width: 991px) and (min-width: 768px) {
  .header-logo img { max-width: 100%; }
  .nav-main {
    display: block;
    width: 100%;
    position: relative;
    background: transparent;
  }
  
  .nav-main__list {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  
  .nav-main__item {
    margin-bottom: 0;
  }
  
  .page-description {
    padding-top: var(--mobile-padding);
  }
  
  .material-screenshot {
    width: 30%;
/*    max-width: 180px;*/
  }

  .page-description-header {
    padding-top: 60px;
  }
}
/* /@media (max-width: 991px) and (min-width: 768px) */

@media (max-width: 767px) {
  .hr {
    margin: 12px 0;
  }

  .b-how-look .reviews-wrapper {
    margin-top: 30px;
  }

  .btn.btn_violet {
/*    width: 290px;*/
    width: 100%;
    max-width: 420px;
    margin-left: 0;
    font-size: 1.125rem;
  }

  #event-promotion .btn.btn_violet {
    max-width: 300px;
  }

  .main-rating {
    justify-content: center;
  }
  
  .header__mobile-wrapper {
    position: relative;
    background: linear-gradient(180deg, rgba(86, 128, 235, 0.1) 0%, rgba(134, 132, 237, 0.1) 100%);
  }
  
  .header--menu-active {
    position: static;
    background-color: #000000;
  }
  
  .header {padding-bottom: 0;}
  
  .header-logo {
    text-align: left;
  }
  
  .header-logo img {
    padding-bottom: 20px;
  }
  
  .header-nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
/*    width: 100%;*/
/*    height: 100%;    */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
/*    position: static;*/    
  }
  
  .header--menu-active .header-nav {
    background-color: #000;
    z-index: 99;
  }
  
  .nav-main {
    display: none;
    height: 100%;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
/*    background-color: #000000;*/
  }
  
  .nav-main__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 0;
    margin: 0;
/*    text-align: left;*/
  }
  
  .nav-main__item {
    display: block;
    text-align: center;
  }
  
  .nav-main__link {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5vh;
    font-size: 16px;
/*    line-height: 34px;*/
    line-height: 1;
/*    background-color: #ffffff;*/
/*    background-color: #fafafa;*/
    color: #ffffff;    
/*    border-bottom: 1px solid #ffffff;*/
    
  }
  
  .header .btn {
    display: none;
  }
  
  .page-description {
    padding-top: var(--mobile-padding);
    background: none;
  }
  
  .page-description h1 {
    padding-top: 1rem;
  }
  
  .page-description__image {
/*    max-width: 100%;*/
    width: 100%;
    height: auto;    
  }
  .page-description__left p {}
  
  
  .b-partners { 
    margin-top: 40px;
  }

  .partners-list {
    justify-content: space-around;
    flex-wrap: wrap
  }
  
  .partners-list__item {
    width: 30%;
    margin-top: 20px;
  }

  .b-how-work {
    padding-bottom: var(--mobile-padding);
  }
  
  .b-how-work .row:nth-of-type(2) {
/*    margin-top: 30px;*/
    margin-top: 0;
  }
  
  .b-set-includes h2 {
    margin-bottom: 40px;
  }
  
  .set-partition + .set-partition {
/*    margin-top: var(--mobile-padding);*/
    margin-top: 2rem;
  }
  
  .set-partition h3 {
/*    padding: 8px 15px;*/
    margin-bottom: 1.5rem;
	  font-size: 24px;
  }
  
  .set-partition__right {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .set-partition__cover {
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  
  .footer {
    padding-bottom: 170px;
  }
  
  .menu-btn {
    display: block;
    z-index: 999;
    width: 40px;
    right: 11px;    
  }
  
  .header--menu-active .menu-btn__line {
    background-color: #ffffff;
  }
  
  .header .nav-main__item {
    display: none;
  }
  
  .header--menu-active .nav-main__item {
    display: block;
  }
  
  .menu-btn--open .menu-btn__line {
    width: 100%;
  }
  
  .modal-form__form {
    max-width: 420px;
  }

  .page-description-header {
    padding-top: 40px;
  }
}
/* /@media (max-width: 767px) */

@media (max-width: 575px) {
  :root {
    --mobile-padding: 40px;
  }
  
  h1, .h1 {
    font-size: 24px;
  }
  h2, .h2 {
    font-size: 22px;    
  }
  
  h3, h3 {
    font-size: 20px;
  }
    
  .header-logo img {
    max-width: 220px;
  }
  
  .partners-list__img {
    max-width: 80px;
    max-height: 65px;
  }

  .set-partition__cover img {
    max-width: 100%;
    width: 100%;
  }
  
  .set-partition__list {
    margin-top: 1.5rem;
    padding-left: 30px;
  }
  .set-partition li {
    font-size: 18px;
  }
  
    .material-screenshot {
    width: 47%;
/*    max-width: 180px;*/
  }
  
  .modal-form__form {
    padding-left: 0;
    padding-right: 0;
  }
  
  .modal-form__image {
    height: auto;
    max-height: 35vh;
  }
  
  .fixed-timer {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  
  .fixed-timer p {
    font-size: 14px;
  }
}
/* /@media (max-width: 575px) */

@media (max-width: 480px) {
  .modal-form .hystmodal__window {
    max-width: calc(100% - 1rem);
  }

  .page-description__left p {
    font-size: 1.20rem;
  }

  .page-description__text {
    font-size: 16px;
  }

  .page-description__subtext {
    font-size: 14px;
  }
}
/* /@media (max-width: 480px) */

@media (max-width: 340px) {
  h1, .h1 { font-size: 28px; }
  h2, .h2 { font-size: 24px; }
  h3, .h3, .set-partition h3 { font-size: 22px; }
  
}

.investment {
  margin-top: 64px;

  position: relative;
  z-index: 1;
}

.investment::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(90deg, #B86FDB 0%, #58D1EE 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  inset: 0;
  position: absolute;
  pointer-events: none;
}

.investment-head {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #B86FDB 0%, #58D1EE 100%);
}


@media(min-width:1200px) {
  .investment-head {
    flex-direction: row;
    gap: 24px;
    padding: 24px 40px;
  }
}


.investment-title {
  color: #0F131A;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

@media(min-width:1200px) {
  .investment-title {
    text-align: left;
    max-width: 466px;
    width: 100%;
    font-size: 36px;
    line-height: 44px;
  }
}

.investment-timer {
  width: 100%;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 16px;
  background: #0e131b;
  /*background: linear-gradient(84.89deg, #ABF43D 0%, #22CDD8 99.21%);*/
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02), 0px 3px 6px 0px rgba(0, 0, 0, 0.02), 0px 11px 11px 0px rgba(0, 0, 0, 0.02), 0px 25px 15px 0px rgba(0, 0, 0, 0.01), 0px 45px 18px 0px rgba(0, 0, 0, 0.00), 0px 71px 20px 0px rgba(0, 0, 0, 0.00);
}

.investment-item {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}

.investment-value {
  color: #FFF;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

@media(min-width:1200px) {
  .investment-value {
    font-size: 56px;
    line-height: 56px;
  }
}


.investment-value.seconds {
  color: #E92583;
}

.investment-name {
  margin: 0;

  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.25px;
}

@media(min-width:1200px) {

  .investment-name {
    font-size: 20px;
    line-height: 24px;
  }
}

.investment-divider {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

@media(min-width:1200px) {
  .investment-divider {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
  }

}

.investment-body {
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}

.investment-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


@media(min-width:1200px) {
  .investment-body {
    padding: 40px;
    flex-direction: row;
    justify-content: space-between;
  }

  .investment-content {
    max-width: 530px;
  }
}


.investment-content-title {
  margin: 0;

  color: #0F131A;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.25px;
}

@media(min-width:1200px) {
  .investment-content-title {
    line-height: 40px;
  }
}

.investment-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  margin: 0;

  list-style: none;
}

.investment-list-item {
  padding-left: 0;

  color: #0F131A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.25px;

  position: relative;
}

.investment-list-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../img/icons/investment-mark.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.investment-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

@media(min-width:1200px) {
  .investment-cards {
    max-width: 548px;
  }
}

.investment-cards-title {
  margin: 0;

  color: #0F131A;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0.25px;
}

@media(min-width:1200px) {
  .investment-cards-title {
    font-size: 24px;
    line-height: 40px;
  }
}

.investment-cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

@media(min-width:768px) {
  .investment-cards-wrapper {
    flex-direction: row;
  }
}

.investment-card {
  width: 100%;
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  gap: 24px;

  border-radius: 16px;
  background: #F5F5F5;
}

.investment-one {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;

  border-bottom: 1px solid #252F41;
}

.investment-text {
  margin: 0;

  color: #0F131A;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
}

@media(min-width:1200px) {
  .investment-text {
    font-size: 24px;
  }

  .modal-form__image {
    max-width: 100%;
    width: 230px;
    display: block;
  }
}

.investment-text span {
  font-weight: 900;
}

.investment-old {
  display: flex;
  align-items: flex-start;

  color: #979CA5;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.investment-old-value {
  margin: 0;
  padding-right: 5px;

  font-size: 32px;
  line-height: 100%;
  position: relative;
}

.investment-old-value::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #979CA5;

  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.investment-old-currency {
  margin: 0;
  font-size: 18px;
  line-height: 100%;
}

.investment-two {
  display: flex;
  padding-top: 16px;
  align-items: center;
  gap: 8px;
}

.investment-price {
  margin: 0;

  color: #0F131A;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.investment-info {
  padding-bottom: 11px;
}

.investment-date {
  margin: 0;

  color: #0F131A;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.25px;
}

.investment-currency {
  margin: 0;

  color: #0F131A;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.investment-three {
  width: 100%;
}

.investment-three .btn {
  width: 100%;
  box-shadow: 0px 0px 0px 0px rgba(93, 104, 206, 0.15), 0px 6px 13px 0px rgba(93, 104, 206, 0.15), 0px 24px 24px 0px rgba(93, 104, 206, 0.13), 0px 54px 32px 0px rgba(93, 104, 206, 0.08), 0px 96px 38px 0px rgba(93, 104, 206, 0.02), 0px 150px 42px 0px rgba(93, 104, 206, 0.00);
  display: block;
}

