@font-face {
  font-family: NT Somic;
  src: url("fonts/02_NTSomic-Medium.ttf");
}
@font-face {
  font-family: NT Somic Reg;
  src: url("fonts/01_NTSomic-Regular.ttf");
}
@font-face {
  font-family: Bounded;
  src: url("fonts/Bounded-Regular.ttf");
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-family: NT Somic Reg;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #d7d7d7;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #3d3d3d;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: NT Somic;
  font-size: 14px;
  color: #d7d7d7;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #d7d7d7;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  border: 0;
  font-family: NT Somic;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  padding: 12px 0;
  background: linear-gradient(86.91deg, #50c4ff -17.22%, #61eecd 130.64%);
}
.header--inner {
  margin-bottom: 56px;
}
.header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__name {
  text-decoration: none;
  font-family: 'Bounded';
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin-top: 12px;
}
.header__menu {
  margin-top: 15px;
}
.header__menu li {
  display: inline-block;
}
.header__menu li:not(:last-child) {
  margin-right: 40px;
}
.header__menu li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.header__button {
  width: 249px;
  height: 55px;
  line-height: 51px;
  background: #4C4B4B;
  border-radius: 32px;
  font-size: 22px;
  color: #d7d7d7;
}
.header__burger {
  width: 36px;
  background: url('img/burger.svg') no-repeat center;
  display: none;
}
.hero {
  position: relative;
  margin-bottom: 56px;
  padding: 132px 0 66px;
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #4c4b4b, #5c5c5c);
}
.hero__bg img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.hero .wrap {
  position: relative;
}
.hero__content {
  max-width: 600px;
}
.hero__name {
  margin-bottom: 24px;
  font-family: 'Bounded';
  font-size: 40px;
  line-height: 50px;
  color: #FBFAF8;
  font-weight: 400;
}
.hero__data {
  padding-bottom: 16px;
}
.hero__data--no-tab {
  display: none;
}
.hero__data li {
  margin-bottom: 8px;
  padding-left: 32px;
  font-size: 22px;
  line-height: 29px;
  background: url('img/li.svg') no-repeat 0 50%;
}
.hero__data li.gift {
  background: url('img/li2.svg') no-repeat 0 50%;
}
.hero__button {
  width: 254px;
  height: 55px;
  line-height: 51px;
  background: linear-gradient(86.91deg, #50c4ff -17.22%, #61eecd 130.64%);
  border-radius: 32px;
  font-size: 22px;
  color: #000000;
}
.before-after {
  padding-bottom: 24px;
}
.before-after__name {
  margin-bottom: 32px;
  font-family: 'Bounded';
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
.before-after__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
.before-after__image {
  width: 57.7%;
}
.before-after__image img {
  width: 100%;
  border-radius: 0px 32px 0px 32px;
}
.before-after__info {
  width: 40.7%;
}
.before-after__item-name {
  margin-bottom: 20px;
  font-family: 'Bounded';
  font-size: 24px;
  line-height: 30px;
  color: #FBFAF8;
  font-weight: 400;
}
.before-after__desc {
  font-size: 18px;
  line-height: 24px;
  font-family: NT Somic Reg;
}
.before-after__button {
  margin-top: 24px;
  width: 359px;
  height: 55px;
  background: linear-gradient(86.91deg, #50c4ff -17.22%, #61eecd 130.64%);
  border-radius: 32px;
  font-size: 22px;
  color: #000 !important;
}
.before-after__button span {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background: url('img/arrow.svg') center / cover;
  margin-left: 5px;
}
.cases {
  padding-bottom: 30px;
  overflow: hidden;
}
.cases__name {
  margin-bottom: 32px;
  font-family: 'Bounded';
  font-size: 32px;
  line-height: 40px;
  color: #FBFAF8;
  font-weight: 400;
}
.cases__button {
  padding: 0 20px;
  height: 42px;
  background: #656565;
  border-radius: 32px;
  font-size: 18px;
  color: #FBFAF8;
  vertical-align: middle;
  margin-left: 12px;
}
.cases__button span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url('img/arrow2.svg') no-repeat center, linear-gradient(270deg, #4fc4fe 0%, #61eecd 100%);
  margin-left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cases__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cases__about {
  width: 32.2%;
  margin-bottom: 24px;
}
.cases__about h3 {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 29px;
  color: #FBFAF8;
  font-weight: 400;
}
.cases__about p {
  font-size: 18px;
  line-height: 24px;
  font-family: NT Somic Reg;
}
.cases__about p span {
  font-family: NT Somic;
}
.cases__item {
  width: 32.2%;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #4C4B4B;
  border-radius: 0px 32px;
  padding: 24px;
  text-align: center;
}
.cases__item h3 {
  margin-bottom: 16px;
  font-family: 'Bounded';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.cases__image {
  margin-bottom: 24px;
  font-size: 0;
}
.cases__image img {
  width: 100%;
}
.cases__link {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #FBFAF8;
  padding: 9px 24px;
  background: #656565;
  border-radius: 32px;
}
.cases .wrap {
  position: relative;
}
.cases__bottom-text {
  width: 32.2%;
  position: absolute;
  left: 0;
  bottom: 24px;
}
.cases__bottom-text p {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  color: #FBFAF8;
}
.cases__bottom-text--inner {
  position: relative;
  width: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 32px 0;
}
.cases__bottom-text--inner p {
  font-size: 32px;
  line-height: 40px;
}
.cases__list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-right: -20px;
}
.cases__list2 .cases__item {
  width: calc(33.33334% - 20px);
  margin: 0 20px 24px 0;
}
.services {
  padding-bottom: 32px;
}
.services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.services__list--inner .services__item {
  width: 49%;
  padding: 24px;
  margin-bottom: 103px;
}
.services__list--inner .services__item .hero__button {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 24px;
  display: block;
}
.services__list--inner .hero__data li {
  font-size: 18px;
  line-height: 24px;
}
.services__list--inner .services__image {
  width: 220px;
  height: 335px;
}
.services__item {
  width: 40.7%;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #4C4B4B;
  border-radius: 0px 32px;
  padding: 24px 26px;
}
.services__item--big {
  width: 57.6%;
}
.services__item-name {
  margin-bottom: 24px;
  font-family: 'Bounded';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FBFAF8;
}
.services__price {
  font-size: 18px;
  line-height: 24px;
  color: #FBFAF8;
  white-space: normal;
}
.services__price span {
  display: inline-block;
  margin-bottom: 4px;
  font-family: 'Bounded';
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  background: linear-gradient(89.16deg, #51c4ff -14.33%, #61eecd 53.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.services__prices {
  white-space: nowrap;
  padding-top: 16px;
}
.services__prices .services__price {
  display: inline-block;
  vertical-align: top;
  max-width: 213px;
}
.services__prices .services__price:not(:last-child) {
  margin-right: 24px;
}
.services__image {
  width: 257px;
  height: 355px;
  border-radius: 0px 16px;
  float: right;
  margin: 0 0 24px 16px;
  position: relative;
}
.services__image p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #FBFAF8;
  padding: 5px 33px;
  background: #4C4B4B;
  border-radius: 32px;
  white-space: nowrap;
}
.services .hero__button {
  display: none;
}
.services__att {
  padding-top: 30px;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 29px;
  color: #D7D7D7;
}
.services__att h3 {
  margin-bottom: 20px;
  font-family: 'Bounded';
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #FBFAF8;
}
.steps {
  padding-bottom: 32px;
  overflow: hidden;
}
.steps__list {
  margin-right: -110px;
  font-size: 0;
}
.steps__item {
  display: inline-block;
  position: relative;
  margin: 0 100px 24px 0;
  height: 129px;
  background: #4C4B4B;
  border-radius: 0px 32px;
}
.steps__item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 15px;
  background: url('img/arrow3.svg') right;
  width: 70px;
  height: 23px;
}
.steps__item:nth-child(1) {
  width: 301px;
}
.steps__item:nth-child(2) {
  width: 314px;
}
.steps__item:nth-child(3) {
  width: 386px;
}
.steps__item:nth-child(3):after {
  opacity: 0;
}
.steps__item:nth-child(4) {
  width: 343px;
}
.steps__item:nth-child(5) {
  width: 711px;
}
.steps__item:nth-child(5):after {
  width: 30px;
}
.steps__item:nth-child(6) {
  width: 466px;
}
.steps__item:nth-child(6):after {
  opacity: 0;
}
.steps__item-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.steps__item-content div {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 29px;
  color: #D7D7D7;
}
.steps__item-content div span {
  display: inline-block;
  margin-right: 16px;
  width: 70px;
  height: 70px;
  background: linear-gradient(86.91deg, #50c4ff -17.22%, #61eecd 130.64%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-family: 'Bounded';
  font-size: 32px;
  color: #000000;
}
.advantages {
  padding-bottom: 56px;
}
.advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages__item {
  width: 23.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  background: #4C4B4B;
  border-radius: 0px 32px;
  text-align: center;
  padding: 32px 16px;
}
.advantages__item--small {
  width: 22.1%;
}
.advantages__item--big {
  width: 25.45%;
}
.advantages__item--last {
  padding: 82px 24px;
  margin-bottom: -106px;
}
.advantages__item p {
  margin-top: 16px;
  font-size: 22px;
  line-height: 29px;
}
.advantages__bottom-text {
  width: 75%;
  height: 106px;
  position: relative;
  background: #656565;
  border-radius: 0px 32px;
  margin-bottom: 24px;
}
.advantages__bottom-text p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 130px;
  font-size: 22px;
  line-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FBFAF8;
}
.rules {
  padding-bottom: 56px;
}
.rules__list {
  margin-right: -24px;
  font-size: 0;
}
.rules__item {
  margin: 0 24px 24px 0;
  display: inline-block;
  padding: 30px;
  background: #4C4B4B;
  border-radius: 0px 32px;
}
.rules__item div {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 29px;
  color: #D7D7D7;
}
.rules__item div span {
  display: inline-block;
  margin-right: 16px;
  width: 70px;
  height: 70px;
  background: linear-gradient(86.91deg, #50c4ff -17.22%, #61eecd 130.64%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-family: 'Bounded';
  font-size: 32px;
  color: #000000;
}
.rules__bottom-text {
  font-size: 22px;
  line-height: 29px;
  color: #FBFAF8;
}
.faq {
  padding-bottom: 56px;
}
.faq__list {
  width: calc(49.6vw + 50%);
}
.faq .slick-track {
  display: flex;
}
.faq .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}
.faq .slick-arrow.slick-disabled {
  display: none !important;
}
.faq .slick-arrow.slick-prev {
  left: -40px;
  background: url('img/prev.svg') center / cover;
}
.faq .slick-arrow.slick-next {
  right: 146px;
  background: url('img/next.svg') center / cover;
}
.faq__item {
  width: 532px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
  background: #4C4B4B;
  border-radius: 0px 32px;
  margin-right: 20px;
}
.faq__item p {
  margin-top: 20px;
  font-size: 22px;
  line-height: 29px;
  color: #D7D7D7;
}
.faq__name {
  display: inline-block;
  font-family: 'Bounded';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  background: linear-gradient(67.19deg, #50c4ff 11.51%, #61eecd 88.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.faq .hero__button {
  margin-top: 20px;
  width: auto;
  padding: 0 34px;
}
.footer {
  background: #4C4B4B;
  padding: 32px 0 40px;
}
.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__name {
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
  font-family: 'Bounded';
  font-size: 40px;
  line-height: 50px;
  color: #FBFAF8;
}
.footer__menu li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__menu li a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 29px;
  color: #D7D7D7;
}
.footer__feedback h3 {
  margin: 8px 0 26px;
  font-family: 'Bounded';
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #FBFAF8;
}
.footer__feedback h3 a {
  text-decoration: none;
  color: #FBFAF8;
}
.footer .hero__button {
  margin-top: 8px;
}
.footer__copy {
  width: 100%;
  margin-top: 162px;
  font-size: 14px;
  line-height: 18px;
  color: #FBFAF8;
  font-family: NT Somic Reg;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: calc(100% - 44px);
  top: 44px;
  left: 0;
  z-index: 20;
  background: linear-gradient(86.91deg, #50c4ff -17.22%, #61eecd 130.64%);
  display: none;
}
.mobile-menu .header__menu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
}
.mobile-menu .header__menu li {
  display: block !important;
}
.mobile-menu .header__menu li a {
  font-size: 12.06px;
  line-height: 16px;
}
.mobile-menu .header__menu li:not(:last-child) {
  margin: 0 0 40px 0;
}
.popup {
  background: linear-gradient(82.32deg, #50c4ff -49.11%, #61eecd 117.65%) !important;
  border-radius: 0px 32px;
  padding: 34px 104px 35px 52px!important;
}
.popup__name {
  margin-bottom: 24px;
  font-family: 'Bounded';
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}
.popup__input {
  width: 100%;
  height: 55px;
  background: #FBFAF8;
  border-radius: 32px;
  padding: 0 44px;
  font-size: 18px;
  margin-bottom: 16px;
}
.popup__button {
  width: 100%;
  height: 55px;
  background: #4C4B4B;
  border-radius: 32px;
  font-size: 22px;
  color: #FBFAF8;
}
.fancybox-close-small {
  width: 40px!important;
  height: 40px!important;
  background: url('img/close.svg') center / cover !important;
  top: 27px!important;
  right: 52px!important;
  padding: 0!important;
  margin: 0!important;
}
.fancybox-close-small svg {
  display: none;
}
@media (max-width: 1230px) {
  .wrap {
    width: 648px;
  }
  .header__menu li:not(:last-child) {
    margin-right: 20px;
  }
  .hero {
    padding: 115px 0 40px;
    margin-bottom: 0;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero__name {
    max-width: 230px;
    margin-bottom: 155px;
    font-size: 24px;
    line-height: 30px;
  }
  .hero .hero__data {
    column-count: 2;
    column-gap: 30px;
  }
  .hero__bg {
    height: 350px;
  }
  .services__item {
    width: 100%;
  }
  .steps__item:nth-child(3):after {
    opacity: 1;
  }
  .steps__item:nth-child(5):after {
    width: 70px;
  }
  .advantages__bottom-text p {
    padding: 0 60px;
  }
  .rules__item div {
    font-size: 18px;
    line-height: 24px;
  }
  .services__list--inner .services__item {
    width: 100%;
  }
  .header--inner {
    margin-bottom: 40px;
  }
  .services__att {
    padding-top: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .services__att h3 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 25px;
  }
  .cases__list2 .cases__item {
    width: calc(50% - 20px);
  }
  .cases__bottom-text {
    padding: 16px 0 0 0;
  }
  .cases__bottom-text--inner p {
    font-size: 20px;
    line-height: 25px;
  }
  .cases__item h3 {
    font-size: 20px;
  }
  .before-after__image img {
    border-radius: 0px 16px;
  }
  .header__name {
    font-size: 24px;
  }
  .header__menu li:nth-child(4) {
    display: none;
  }
  .header__menu li:nth-child(3) {
    margin-right: 0;
  }
  .header__button {
    width: 180px;
    height: 42px;
    line-height: 38px;
    font-size: 18px;
    padding-bottom: 5px;
  }
  .header__name {
    margin-top: 4px;
  }
  .header__menu {
    margin-top: 8px;
  }
  .hero__data {
    padding-bottom: 8px;
  }
  .hero .hero__data {
    padding-bottom: 24px;
  }
  .hero__data li {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .hero__button {
    width: 203px;
    height: 42px;
    font-size: 18px;
    line-height: 38px;
  }
  .before-after__name {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
  }
  .before-after__image {
    width: 100%;
    margin-bottom: 24px;
    order: 1;
  }
  .before-after__info {
    width: 100%;
    order: 2;
  }
  .before-after__item-name {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .before-after .hero__data {
    column-count: 2;
    column-gap: 30px;
    padding-bottom: 24px;
  }
  .before-after__desc {
    font-size: 16px;
    line-height: 21px;
  }
  .before-after__button {
    width: 314px;
    height: 42px;
    font-size: 18px;
  }
  .before-after__button span {
    width: 25px;
    height: 25px;
  }
  .before-after {
    padding-bottom: 16px;
  }
  .before-after__item {
    margin-bottom: 24px;
  }
  .cases__name {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 25px;
  }
  .cases__button {
    height: 36px;
    font-size: 16px;
  }
  .cases__button span {
    width: 25px;
    height: 25px;
  }
  .cases__about {
    width: 100%;
  }
  .cases__about p {
    font-size: 16px;
    line-height: 21px;
  }
  .cases__about h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .cases__item {
    width: 48.5%;
    padding: 20px;
    border-radius: 0px 16px;
  }
  .cases__image {
    margin-bottom: 16px;
  }
  .cases__item h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .cases__link {
    padding: 7px 24px;
    font-size: 16px;
    line-height: 21px;
  }
  .cases__bottom-text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .cases__bottom-text p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }
  .cases {
    padding-bottom: 40px;
  }
  .services__image {
    width: 233px;
    height: 377px;
    border-radius: 0px 8px;
    margin: 0 0 0 16px;
  }
  .services__item {
    padding: 24px;
    border-radius: 0px 16px;
  }
  .services__item-name {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }
  .services .hero__data li {
    margin-bottom: 8px;
  }
  .services__price span {
    font-size: 20px;
    line-height: 25px;
  }
  .services__price {
    font-size: 16px;
    line-height: 21px;
    white-space: normal;
  }
  .services__prices {
    white-space: nowrap;
  }
  .services__prices .services__price {
    max-width: 200px;
  }
  .services {
    padding-bottom: 16px;
  }
  .steps__item {
    height: 88px;
  }
  .steps__item {
    margin: 0 66px 16px 0;
    border-radius: 0px 16px;
  }
  .steps__item-content {
    padding: 0 20px;
  }
  .steps__item:nth-child(1) {
    width: 215px;
  }
  .steps__item:nth-child(2) {
    width: 295px;
  }
  .steps__item:nth-child(3) {
    width: 316px;
  }
  .steps__item:nth-child(4) {
    width: 252px;
  }
  .steps__item:nth-child(5) {
    width: 550px;
  }
  .steps__item:nth-child(6) {
    width: 347px;
  }
  .steps__item:after {
    width: 35px;
  }
  .steps__item-content div span {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .steps__item-content div {
    font-size: 18px;
    line-height: 24px;
  }
  .steps__item:nth-child(4):after {
    opacity: 0;
  }
  .steps__item:nth-child(5):after {
    width: 35px;
  }
  .steps {
    padding-bottom: 24px;
  }
  .advantages__item {
    width: 48.5%!important;
    margin-bottom: 24px;
    padding: 20px!important;
    border-radius: 0px 16px;
  }
  .advantages__item img {
    width: 40px;
  }
  .advantages__item p {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .advantages__bottom-text {
    width: auto;
    height: 90px;
  }
  .advantages__bottom-text p {
    font-size: 18px;
    line-height: 24px;
    border-radius: 0px 16px;
  }
  .advantages {
    padding-bottom: 40px;
  }
  .rules__item {
    padding: 8px 20px;
    margin: 0 20px 16px 0;
    border-radius: 0px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rules__item div span {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .rules__item div div {
    font-size: 18px;
    line-height: 24px;
  }
  .rules__item:nth-child(1) {
    width: 243px;
  }
  .rules__item:nth-child(2) {
    width: 334px;
  }
  .rules__bottom-text {
    padding-top: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .rules {
    padding-bottom: 40px;
  }
  .faq {
    padding-bottom: 40px;
  }
  .faq__item {
    width: 425px;
    padding: 20px;
  }
  .faq__name {
    font-size: 18px;
    line-height: 22px;
  }
  .faq__item p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .faq .hero__button {
    margin-top: 16px;
  }
  .footer {
    padding: 24px 0 40px;
  }
  .footer__name {
    font-size: 24px;
    line-height: 30px;
  }
  .footer__menu li a {
    font-size: 18px;
    line-height: 24px;
  }
  .footer__feedback h3 {
    margin: 5px 0 24px;
    font-size: 20px;
    line-height: 25px;
  }
  .footer .hero__button {
    margin-top: 3px;
  }
  .footer__copy {
    margin-top: 80px;
    font-size: 12px;
    line-height: 16px;
  }
  .popup {
    padding: 24px 70px 24px 36px!important;
    border-radius: 0px 16px;
  }
  .popup__name {
    font-size: 20px;
    line-height: 25px;
  }
  .popup__input {
    height: 42px;
    font-size: 16px;
  }
  .popup__button {
    height: 42px;
    font-size: 16px;
  }
  .cases__bottom-text--inner p {
    font-size: 20px;
    line-height: 25px;
  }
  .services__list--inner .services__item {
    margin-bottom: 90px;
  }
  .hero__data li i {
    display: block;
  }
  .services__item:last-child {
    display: none;
  }
  .hero__data--no-tab {
    display: none;
  }
  .hero__data--tab {
    display: block;
  }
  .faq .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .faq .slick-arrow.slick-prev {
    left: -27px;
  }
  .faq .slick-arrow.slick-next {
    right: 60px;
  }
}
@media (max-width: 678px) {
  .wrap {
    width: auto;
    padding: 0 20px;
  }
  .header {
    padding: 11px 0;
  }
  .header__name {
    margin: 0;
    font-size: 17.65px;
    line-height: 22px;
  }
  .header__menu {
    display: none;
  }
  .header__button {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 44px;
  }
  body.inner {
    padding-top: 76px;
  }
  .mobile-menu.mobile-menu--opened {
    display: block;
  }
  .hero {
    padding: 43px 0 32px;
  }
  .hero__name {
    max-width: 120px;
    margin-bottom: 65px;
    font-size: 12.7451px;
    line-height: 16px;
  }
  .hero__bg {
    height: 150px;
  }
  .hero .hero__data {
    column-count: 1;
    max-width: 230px;
  }
  .hero .hero__data {
    padding-bottom: 16px;
  }
  .hero__data li {
    margin-bottom: 8px;
    font-size: 12.06px;
    line-height: 16px;
  }
  .hero__button {
    width: 100%;
    height: 35px;
    line-height: 31px;
    font-size: 12.06px;
  }
  .before-after__name {
    font-size: 17.65px;
    line-height: 22px;
  }
  .before-after__item-name {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
  }
  .before-after .hero__data {
    column-count: 1;
  }
  .before-after__desc {
    display: none;
  }
  .before-after__button {
    margin-top: 0;
    width: 100%;
    height: 35px;
    font-size: 12.06px;
  }
  .before-after__button span {
    width: 21px;
    height: 21px;
  }
  .before-after {
    padding-bottom: 8px;
  }
  .cases__name {
    margin-bottom: 10px;
    font-size: 17.65px;
    line-height: 22px;
  }
  .cases__button {
    font-size: 0;
    width: 30px;
    height: 30px;
    background: url('img/arrow2.svg') no-repeat center, linear-gradient(270deg, #4fc4fe 0%, #61eecd 100%);
    padding: 0;
    transform: scale(0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .cases__button span {
    display: none;
  }
  .cases__about h3 {
    margin-bottom: 10px;
    font-size: 12.06px;
    line-height: 16px;
  }
  .cases__about p {
    font-size: 8px;
    line-height: 10px;
  }
  .cases__item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 130px 12px 12px;
    height: 117px;
    position: relative;
  }
  .cases__image {
    position: absolute;
    right: 12px;
    width: 118px;
  }
  .cases__image img {
    height: 93px;
    object-fit: cover;
  }
  .cases__item h3 {
    font-size: 11px;
    line-height: 14px;
    text-align: left;
  }
  .cases__link {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 7px 12px;
    font-size: 8px;
    line-height: 10px;
  }
  .cases__bottom-text {
    width: auto;
  }
  .cases__bottom-text p {
    display: none;
  }
  .cases__bottom-text button {
    width: 100%;
    height: 35px;
    font-size: 12.06px;
  }
  .cases {
    padding-bottom: 32px;
  }
  .services__item {
    padding: 12px;
  }
  .services__image {
    width: 111px;
    height: 266px;
    margin: 52px 0 16px 16px;
  }
  .services__item-name {
    font-size: 12.7451px;
    line-height: 16px;
    max-width: 130px;
  }
  .services .hero__data {
    max-width: 130px;
  }
  .services__image p {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100%;
    padding: 6px;
    margin-top: 10px;
    font-size: 8px;
    line-height: 10px;
    background: #656565;
  }
  .services__prices .services__price:not(:last-child) {
    margin-right: 16px;
  }
  .services__price {
    font-size: 12.06px;
    line-height: 16px;
  }
  .services__price span {
    font-size: 17.65px;
    line-height: 22px;
  }
  .services__prices .services__price {
    max-width: 115px;
  }
  .services__item:last-child .hero__data {
    max-width: 100%;
  }
  .services .hero__button {
    display: block;
    margin-bottom: 16px;
  }
  .steps {
    display: none;
  }
  .advantages .cases__name {
    margin-bottom: 24px;
  }
  .advantages__item {
    padding: 12px!important;
    margin-bottom: 12px;
  }
  .advantages__item img {
    width: 21px;
  }
  .advantages__item p {
    margin-top: 0px;
    font-size: 12.06px;
    line-height: 16px;
  }
  .advantages__bottom-text {
    height: 68px;
  }
  .advantages__bottom-text p {
    padding: 0 10px;
    font-size: 12.06px;
    line-height: 16px;
  }
  .rules .cases__name {
    margin-bottom: 24px;
  }
  .rules__list {
    margin: 0;
  }
  .rules__item {
    width: 100% !important;
    margin: 0 0 12px 0;
    padding: 12px 30px;
  }
  .rules__item div span {
    margin-right: 6px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
  }
  .rules__item div {
    font-size: 12.06px;
    line-height: 16px;
  }
  .rules__item div br {
    display: none;
  }
  .rules__bottom-text {
    padding-top: 12px;
    font-size: 12.06px;
    line-height: 16px;
  }
  .faq .cases__name {
    margin-bottom: 24px;
  }
  .faq__list {
    width: auto;
  }
  .faq__item {
    padding: 12px 30px 12px 12px;
    border-radius: 0px 12px;
    margin-right: 0;
  }
  .faq__name {
    font-size: 12.7451px;
    line-height: 16px;
  }
  .faq__item p {
    margin-top: 6px;
    font-size: 12.06px;
    line-height: 16px;
  }
  .footer {
    padding: 12px 0;
  }
  .footer__name {
    margin: 0;
    font-size: 17.65px;
    line-height: 22px;
  }
  .footer__menu {
    display: none;
  }
  .footer__feedback {
    display: none;
  }
  .footer .hero__button {
    margin: 0;
    font-size: 0;
    width: 21px;
    height: 21px;
    background: url('img/btn.svg');
  }
  .footer__copy {
    margin-top: 16px;
    font-size: 8px;
    line-height: 10px;
  }
  .popup {
    padding: 12px 30px 18px 12px!important;
  }
  .popup__name {
    margin-bottom: 16px;
    font-size: 12.75px;
    line-height: 16px;
  }
  .popup__input {
    height: 35px;
    margin-bottom: 8px;
    font-size: 12px;
    padding: 0 20px;
  }
  .popup__button {
    height: 35px;
    font-size: 12px;
  }
  .services__list--inner .services__image {
    width: 111px;
    height: 266px;
  }
  .services__list--inner .services__item-name br {
    display: none;
  }
  .services__list--inner .services__item-name {
    max-width: 100%;
  }
  .services .hero__data li {
    font-size: 12.06px;
    line-height: 16px;
  }
  .services__price,
  .services__prices {
    clear: both;
  }
  .services__list--inner .services__image {
    margin: 40px 0 70px 0;
  }
  .services__att {
    padding-top: 0px;
    font-size: 12.06px;
    line-height: 16px;
  }
  .services__att h3 {
    margin-bottom: 10px;
    font-size: 17.65px;
    line-height: 22px;
  }
  .cases__list2 .cases__item {
    width: calc(100% - 20px);
  }
  .cases__bottom-text--inner {
    padding: 8px 0 0 0;
  }
  .cases__bottom-text--inner p {
    display: block;
    margin-bottom: 24px;
    font-size: 17.65px;
    line-height: 22px;
  }
  .fancybox-slide--html .fancybox-close-small {
    width: 24px!important;
    height: 24px!important;
    top: 24px!important;
    right: 36px!important;
  }
  .before-after .hero__data {
    padding-bottom: 16px;
  }
  .before-after__item {
    margin-bottom: 0;
  }
  .before-after {
    padding-bottom: 32px;
  }
  .cases__bottom-text {
    padding-top: 0;
  }
  .hero__data li.gift {
    background: url('img/li2.svg') no-repeat 4px 50%;
    background-size: 16px;
  }
  .mobile-menu .header__menu li a {
    font-size: 14px;
  }
  .hero__data li i {
    display: block;
  }
  .cases__button {
    margin-left: 0;
  }
  .hero__data--no-tab {
    display: block;
  }
  .hero__data--tab {
    display: none;
  }
  .services__list--inner .services__item-name br {
    display: none;
  }
  .services__list--inner .services__item-name {
    white-space: nowrap;
  }
  .services__list--inner .services__image--mob-bg {
    background: url('img/service4mob.png') center / cover !important;
  }
  .faq .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .faq .slick-arrow.slick-prev {
    left: -15px;
  }
  .faq .slick-arrow.slick-next {
    right: -15px;
  }
  .faq .slick-arrow {
    width: 21px;
    height: 21px;
  }
  .faq .slick-arrow.slick-prev {
    left: -14px;
  }
  .faq .slick-arrow.slick-next {
    right: 8px;
  }
}
