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

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

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

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

blockquote, q {
  quotes: none;
}

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

picture, img {
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

button {
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

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

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

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

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

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

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



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

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

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

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

/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

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

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

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

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

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

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

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

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

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

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 2.0833333333vw 0;
  z-index: 100;
}
.header__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 25.2777777778vw;
  position: relative;
  z-index: 2;
}
.header__logo.pc {
  display: block;
}
.header__logo.mob {
  display: none;
}
.header__toggle {
  display: none;
  position: relative;
  z-index: 2;
}
.header__nav ul {
  list-style: none;
}
.header__nav ul li {
  margin-left: 2.7777777778vw;
}
.header__nav ul li:first-child {
  margin-left: 0;
}
.header__nav ul li a {
  font-weight: 500;
  font-size: 1.25vw;
  color: #fff;
}
.header__nav ul li a:hover {
  color: #ba09d8;
}

.btn {
  border: 0.2083333333vw solid #d40af5;
  border-radius: 1.0416666667vw;
  background: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  border-color: #eca0f9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:active {
  border-color: #9305ab;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title {
  font-weight: 700;
  font-size: 2.2222222222vw;
  line-height: 150%;
  color: #ba09d8;
  text-align: center;
  margin-bottom: 4.8611111111vw;
}

.banner {
  background: url(../img/back1.jpg) center center/cover no-repeat;
}
.banner__box {
  position: relative;
  min-height: 100vh;
  padding-top: 5.5555555556vw;
  width: 100%;
}
.banner__info {
  width: 39.5833333333vw;
}
.banner__title {
  font-weight: 400;
  font-size: 3.8888888889vw;
  line-height: 143%;
  color: #fff;
  margin-bottom: 1.9444444444vw;
}
.banner__title span {
  background: -o-linear-gradient(307deg, #6559dc 0%, #e100f8 100%);
  background: linear-gradient(143deg, #6559dc 0%, #e100f8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__text {
  font-weight: 400;
  font-size: 1.6666666667vw;
  line-height: 150%;
  color: #fff;
  margin-bottom: 1.9444444444vw;
}
.banner__text .fb {
  color: #4783fe;
}
.banner__text .insta {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.1%, #f27909), color-stop(96.65%, #b023bd));
  background: -o-linear-gradient(left, #f27909 0.1%, #b023bd 96.65%);
  background: linear-gradient(90deg, #f27909 0.1%, #b023bd 96.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner__text .google b:nth-child(1) {
  color: #4a80fd;
}
.banner__text .google b:nth-child(2) {
  color: #c65747;
}
.banner__text .google b:nth-child(3) {
  color: #d7b918;
}
.banner__text .google b:nth-child(4) {
  color: #4a80fd;
}
.banner__text .google b:nth-child(5) {
  color: #31a53d;
}
.banner__text .google b:nth-child(6) {
  color: #c65747;
}
.banner__btn {
  width: 27.3888888889vw;
  height: 6.25vw;
  font-weight: 600;
  font-size: 1.6666666667vw;
  color: #fff;
  padding: 0;
}
.banner__image {
  position: absolute;
  width: 41.25vw;
  right: 0;
  bottom: 0;
}

.sidebar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3.222222vw;
  z-index: 10;
}
.sidebar.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar__item {
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  margin-bottom: 1.7361111111vw;
  cursor: pointer;
}
.sidebar__item:last-child {
  margin-bottom: 0;
}
.sidebar__item svg {
  display: block;
  width: 100%;
  height: 100%;
}

.callmeback{
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  position: fixed;
  z-index: 10;
  bottom: 2.5vw;
  right: 2.5vw;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.callmeback.active{
  opacity: 1;
  pointer-events: auto;
}
.callmeback svg{
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar__item.color1 svg {
  fill: #d40af5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__item.color1 svg path {
  fill: #d40af5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__item.color1 svg:hover {
  fill: #eca0f9;
}
.sidebar__item.color1 svg:hover path {
  fill: #eca0f9;
}
.sidebar__item.color1 svg:active {
  fill: #9305ab;
}
.sidebar__item.color1 svg:active path {
  fill: #9305ab;
}
.sidebar__item.color2 svg {
  fill: #d40af5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__item.color2 svg rect, .sidebar__item.color2 svg stroke {
  fill: #d40af5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar__item.color2 svg:hover {
  fill: #eca0f9;
}
.sidebar__item.color2 svg:hover rect, .sidebar__item.color2 svg:hover stroke {
  fill: #eca0f9;
}
.sidebar__item.color2 svg:active {
  fill: #9305ab;
}
.sidebar__item.color2 svg:active rect, .sidebar__item.color2 svg:active stroke {
  fill: #9305ab;
}

.quiz {
  padding: 6.9444444444vw 0;
  background: url(../img/quiz-bg.jpg) center center/cover no-repeat;
}
.quiz__title {
  font-weight: 700;
  font-size: 2.2222222222vw;
  line-height: 150%;
  color: #d40af5;
  margin-bottom: 3.8194444444vw;
}
.quiz__question {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 150%;
  color: #f1f2f2;
  margin-bottom: 3.4722222222vw;
}
.quiz__question .fb {
  color: #4783fe;
}
.quiz__question .insta {
  color: #bd319f;
}
.quiz__question .google {
  color: #7b49e1;
}
.quiz__question .site {
  color: #4a80fd;
}
.quiz__question .price {
  font-weight: 800;
  font-size: 2.2222222222vw;
  line-height: 169%;
  color: #d40af5;
}
.quiz__answers.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quiz__answer {
  width: 24.3055555556vw;
}
.quiz__answer input {
  display: none;
}
.quiz__answer label {
  display: block;
  cursor: pointer;
  position: relative;
}
.quiz__answer input:checked + label span:after {
  opacity: 1;
}
.quiz__answerbig {
  width: 48.6111111111vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.quiz__imagebig {
  height: 17.3611111111vw;
  width: 41.6666666667vw;
  max-width: 100%;
  margin-bottom: 2.7777777778vw;
  border-radius: 1.1111111111vw;
  margin-left: auto;
  margin-right: auto;
}
.quiz__image {
  display: block;
  height: 17.3611111111vw;
  margin-bottom: 2.0833333333vw;
  border-radius: 1.1111111111vw;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.quiz__input.big {
  width: 41.6666666667vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.quiz__input input {
  border-radius: 0.6944444444vw;
  background: #fff;
  height: 3.8888888889vw;
  border: 0;
  display: block;
  width: 100%;
  padding: 0 1.3888888889vw;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 133%;
}
.quiz__name {
  display: block;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 178%;
  color: #fff;
  padding-left: 1.7361111111vw;
  position: relative;
}
.quiz__name:before {
  content: "";
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3472222222vw;
  background: #D9D9D9;
}
.quiz__name:after {
  content: "";
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  position: absolute;
  left: 0.2777777778vw;
  top: 0.625vw;
  background: #D40AF5;
  opacity: 0;
}
.quiz__controls {
  margin-top: 4.5138888889vw;
}
.quiz__controls.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz__next {
  font-weight: 700;
  font-size: 1.6666666667vw;
  color: #fff;
  padding: 1.5277777778vw 0;
  width: 16.9vw;
  border-radius: 1.0416666667vw;
  border: 0;
  background: -o-linear-gradient(184deg, #b91ec5 21.18%, #6733d1 58.59%);
  background: linear-gradient(266deg, #b91ec5 21.18%, #6733d1 58.59%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
    justify-content: center;
}
.quiz__next:hover {
  background: -o-linear-gradient(184deg, #eca0f9 21.18%, #7849da 58.59%);
  background: linear-gradient(266deg, #eca0f9 21.18%, #7849da 58.59%);
}
.quiz__next:active {
  background: -o-linear-gradient(184deg, #9305ab 21.18%, #48278b 58.59%);
  background: linear-gradient(266deg, #9305ab 21.18%, #48278b 58.59%);
}
.quiz__next:disabled {
  background: #d9d9d9;
  opacity: 0.7;
}
.quiz__next img {
  width: 1.7361111111vw;
  margin-left: 0.6944444444vw;
}
.quiz__prev {
  font-weight: 700;
  font-size: 1.6666666667vw;
  color: #fff;
  padding: 1.5277777778vw 0;
  width: 16.9vw;
  border-radius: 1.0416666667vw;
  border: 0;
  background: -o-linear-gradient(184deg, #b91ec5 21.18%, #6733d1 58.59%);
  background: linear-gradient(266deg, #b91ec5 21.18%, #6733d1 58.59%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 15px;
  display: none;
  align-items: center;
  text-align: center;
    justify-content: center;
}
.quiz__prev.active{
  display: flex;
}
.quiz__prev:hover {
  background: -o-linear-gradient(184deg, #eca0f9 21.18%, #7849da 58.59%);
  background: linear-gradient(266deg, #eca0f9 21.18%, #7849da 58.59%);
}
.quiz__prev:active {
  background: -o-linear-gradient(184deg, #9305ab 21.18%, #48278b 58.59%);
  background: linear-gradient(266deg, #9305ab 21.18%, #48278b 58.59%);
}
.quiz__prev:disabled {
  background: #d9d9d9;
  opacity: 0.7;
}
.quiz__prev img {
  width: 1.7361111111vw;
  margin-right: 0.6944444444vw;
}
.quiz__checkboxes {
  margin-top: 3.8194444444vw;
  margin-bottom: 3.2194444444vw;
}
.quiz__checkboxes.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz__checkbox {
  margin: 0 1.3888888889vw;
}
.quiz__checkbox input {
  display: none;
}
.quiz__checkbox label {
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 178%;
  color: #fff;
  position: relative;
  padding-left: 2.0833333333vw;
}
.quiz__checkbox label:before {
  content: "";
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3472222222vw;
  background: #D9D9D9;
}
.quiz__checkbox label:after {
  content: "";
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  position: absolute;
  left: 0.2777777778vw;
  top: 0.625vw;
  background: #D40AF5;
  opacity: 0;
}
.quiz__checkbox input:checked + label:after {
  opacity: 1;
}
.quiz__remark {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 178%;
  color: #fff;
  margin-top: 1.7361111111vw;
  margin-bottom: 3.8194444444vw;
  width: 41.6666666667vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.quiz__submit {
  font-weight: 700;
  font-size: 1.6666666667vw;
  color: #fff;
  padding: 1.5277777778vw 6.5972222222vw;
  border-radius: 1.0416666667vw;
  border: 0;
  background: -o-linear-gradient(184deg, #b91ec5 21.18%, #6733d1 58.59%);
  background: linear-gradient(266deg, #b91ec5 21.18%, #6733d1 58.59%);
}

.modal {
  width: 34.7222222222vw;
  padding: 4.1666666667vw 3.4722222222vw 2.0833333333vw;
  background: #170433 !important;
  border-radius: 1.3888888889vw;
  display: none;
}
.modal__title {
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 133%;
  color: #fff;
  margin-bottom: 1.6666666667vw;
  text-align: center;
}
.modal__input {
  border-radius: 0.3472222222vw;
  padding: 0.8333333333vw 0.6944444444vw;
  width: 27.7777777778vw;
  height: 3.8888888889vw;
  background: #d9d9d9;
  border: 0;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 133%;
  color: rgba(21, 10, 35, 0.55);
  margin-bottom: 1.1111111111vw;
}
.modal__btn {
  font-weight: 600;
  font-size: 1.6666666667vw;
  color: #fff;
  padding: 0.9027777778vw 4.0277777778vw;
  margin-top: 1.3888888889vw;
}
.modal .fancybox-button svg, .modal .fancybox-button path {
  fill: #fff;
}

.process {
  background: url(../img/prog-bg.jpg) center center/cover no-repeat;
  padding: 6.9444444444vw 0;
}
.process__row {
  margin-bottom: 4.8611111111vw;
}
.process__row:last-child {
  margin-bottom: 0;
}
.process__row.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.process__info {
  width: 41.6666666667vw;
}
.process__info p {
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 150%;
  color: #ba09d8;
  margin-bottom: 1.1111111111vw;
}
.process__info ul {
  padding-left: 1.3888888889vw;
}
.process__info ul li {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 178%;
  color: #fff;
  margin-bottom: 0.8333333333vw;
}
.process__image {
  width: 41.6666666667vw;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}

.process__slider .slick-prev, .process__slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  text-indent: 694.375vw;
  border: 0;
}
.process__slider .slick-prev {
  left: 50%;
  -webkit-transform: translateX(-34.7222222222vw);
      -ms-transform: translateX(-34.7222222222vw);
          transform: translateX(-34.7222222222vw);
  background: url(../img/prev.svg);
  background-size: 100% 100%;
}
.process__slider .slick-next {
  right: 50%;
  -webkit-transform: translateX(34.7222222222vw);
      -ms-transform: translateX(34.7222222222vw);
          transform: translateX(34.7222222222vw);
  background: url(../img/next.svg);
  background-size: 100% 100%;
}

.cases {
  position: relative;
  overflow: hidden;
}
.cases__box .slick-prev, .cases__box .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  text-indent: 694.375vw;
  border: 0;
}
.cases__box .slick-prev {
  left: 50%;
  -webkit-transform: translateX(-34.7222222222vw);
      -ms-transform: translateX(-34.7222222222vw);
          transform: translateX(-34.7222222222vw);
  background: url(../img/prev.svg);
  background-size: 100% 100%;
}
.cases__box .slick-next {
  right: 50%;
  -webkit-transform: translateX(34.7222222222vw);
      -ms-transform: translateX(34.7222222222vw);
          transform: translateX(34.7222222222vw);
  background: url(../img/next.svg);
  background-size: 100% 100%;
}
.cases__title {
  position: absolute;
  left: 0%;
  width: 100%;
  top: 6.9444444444vw;
  z-index: 10;
}
.cases__subtitle {
  font-weight: 700;
  font-size: 1.8055555556vw;
  line-height: 150%;
  color: #fff;
  margin-bottom: 1.3888888889vw;
}
.cases__posluga {
  font-weight: 700;
  font-size: 1.8055555556vw;
  line-height: 150%;
  color: #fff;
  margin-bottom: 1.3888888889vw;
}
.cases__text {
  font-weight: 600;
  font-size: 1.3888888889vw;
  line-height: 170%;
  color: #fff;
  margin-bottom: 1.7361111111vw;
}
.cases__item {
  min-height: 54.8611111111vw;
  padding-top: 15.9722222222vw;
  position: relative;
}
.cases__block.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cases__res {
  width: 10.0694444444vw;
}
.cases__label {
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 1.6666666667vw;
}
.cases__number {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  border-radius: 50%;
  background: #BA09D8;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 1.25vw;
  color: #fff;
}
.cases__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.cases__bg.pc {
  display: block;
}
.cases__bg.mob {
  display: none;
}
.cases__inside {
  width: 55.5555555556vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
.cases__link{
  display: inline-block;
  margin-top: 2.778vw;
  font-weight: 700;
  font-size: 1.25vw;
  padding: 0.833vw 1.25vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
  color: #ba09d8;
  border-radius: 2.778vw;
}
.cases__link:hover{
  color: #e02cff;
}
.cases__link:active, .cases__link:focus{
  color: #7c0f8f;
}

.team {
  background: url(../img/prog-bg.jpg) center center/cover no-repeat;
  padding: 6.9444444444vw 0 2.0833333333vw;
}
.team__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.team__item {
  width: 20.8333333333vw;
  padding-top: 2.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#010212), to(#440857));
  background: -o-linear-gradient(top, #010212 0%, #440857 100%);
  background: linear-gradient(180deg, #010212 0%, #440857 100%);
  border-radius: 1.3888888889vw;
  margin-bottom: 4.8611111111vw;
}
.team__item:nth-child(2), .team__item:nth-child(5) {
  margin: 0 6.9444444444vw 4.8611111111vw;
}
.team__image {
  width: 17.7777777778vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.7777777778vw;
}
.team__info {
  padding: 0 1.1111111111vw 1.1111111111vw;
}
.team__info p {
  font-weight: 600;
  font-size: 1.3888888889vw;
  line-height: 140%;
  color: #fff;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#290535), color-stop(30.24%, #000));
  background: -o-linear-gradient(top, #290535 0%, #000 30.24%);
  background: linear-gradient(180deg, #290535 0%, #000 30.24%);
  padding: 1.6666666667vw 0;
}
.footer__box {
  width: 71.5277777778vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.footer__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__logo {
  display: block;
  width: 17.3611111111vw;
  margin-bottom: 1.3888888889vw;
}
.footer__logo.pc {
  display: block;
}
.footer__logo.mob {
  display: none;
}
.footer__subtitle {
  font-weight: 500;
  font-size: 1.25vw;
  color: #fff;
  margin-bottom: 0.625vw;
}
.footer__phone {
  font-weight: 500;
  font-size: 1.3888888889vw;
  color: #ba09d8;
  display: inline-block;
  margin-bottom: 0.625vw;
}
.footer__mess a {
  width: 2.0833333333vw;
  margin-right: 0.9722222222vw;
}
.footer__mess a:last-child {
  margin-right: 0;
}
.footer__nav li {
  display: block;
  margin-bottom: 0.8333333333vw;
}
.footer__nav li:last-child {
  margin-bottom: 0;
}
.footer__nav li a {
  font-weight: 500;
  font-size: 1.25vw;
  color: #fff;
}
.footer__nav li a:hover {
  color: #ba09d8;
}
.footer__soctext {
  font-weight: 500;
  font-size: 1.25vw;
  color: #fff;
  margin-bottom: 0.625vw;
  text-align: center;
}
.footer__copy {
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: #fff;
  text-align: center;
  margin-top: 3.4722222222vw;
}
.footer__soc.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__soc a {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin: 0 0.5555555556vw;
}
.footer__soc svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #d40af5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__soc svg path {
  fill: #d40af5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__soc svg:hover {
  fill: #eca0f9;
}
.footer__soc svg:hover path {
  fill: #eca0f9;
}
.footer__soc svg:active {
  fill: #9305ab;
}
.footer__soc svg:active path {
  fill: #9305ab;
}


.abus{
  padding: 5.903vw 0 6.944vw;
  background-image: url(../img/bg-about.jpg);
  background-size:  auto 100%;
  background-color: #000000;
  background-repeat: no-repeat;
}
.abus__box{}
.abus__info{
  width: 42.708vw;
  margin-left: auto;
  margin-right: 0;
}
.abus__text{
  font-size: 1.806vw;
  line-height: 150%;
  color: #fff;
  margin-bottom: 1.806vw;
}
.abus__text b{
  font-weight: 500;
}
.abus__list{
  margin-top: 2.083vw;
}
.abus__list p{
  font-weight: 500;
  font-size: 1.806vw;
  line-height: 150%;
  color: #fff;
}
.abus__list ul{
  padding-left: 0;
}
.abus__list ul li{
  position: relative;
  padding: 0.417vw 0;
  padding-left: 61px;
  margin: 0.833vw 0;
  font-weight: 500;
  font-size: 1.806vw;
  line-height: 150%;
  color: #fff;
  display: block;
}
.abus__list ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.125vw;
  height: 3.125vw;
  background: url(../img/check.svg);
  background-size: 100% 100%;
}


.whyus{
  padding: 5.556vw 0 1.389vw;
  background: url(../img/bg-2.jpg) center center/cover no-repeat;
}
.whyus__box{
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.whyus__item{
  width: 13.889vw;
  height: 13.889vw;
  background: url(../img/round.svg);
  background-size: 100% 100%;
  margin: 0 2.778vw 5.556vw;
  padding: 2.431vw 0.694vw;
}
.whyus__icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.694vw;
}
.whyus__icon.ic1{
  width: 5.694vw;
}
.whyus__icon.ic2{
  width: 5.069vw;
}
.whyus__icon.ic3{
  width: 4.167vw;
}
.whyus__icon.ic4{
  width: 4.861vw;
}
.whyus__icon.ic5{
  width: 6.042vw;
}
.whyus__icon.ic6{
  width: 5.833vw;
}
.whyus__icon.ic7{
  width: 4.861vw;
}
.whyus__icon.ic8{
  width: 4.861vw;
}
.whyus__icon img{}
.whyus__item span{
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 140%;
  text-align: center;
  color: #000;
  display: block;
}



.tarifs{
  padding: 6.25vw 0 6.944vw;
  background: url(../img/quiz-bg.jpg) center center/cover no-repeat;
}
.tarifs__box{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.tarifs__item{
  width: 22.917vw;
  padding: 2.639vw 1.389vw 1.944vw;
  background: #fdeded;
  border-radius: 2.083vw;
  margin: 0 1.944vw;
}
.tarifs__name{
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 112%;
  color: #ba09d8;
  margin-bottom: 0.347vw;
  display: block;
  text-align: center;
}
.tarifs__name.blue{
  color: #4783fe;
}
.tarifs__name.purple{
  color: #6733d1;
}
.tarifs__subtitle{
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 150%;
  color: #ba09d8;
  margin-bottom: 1.25vw;
  text-align: center;
}
.tarifs__subtitle.blue{
  color: #4783fe;
}
.tarifs__subtitle.hidden{
  opacity: 0;
  pointer-events: none;
}
.tarifs__list{
  padding-left: 0;
  min-height: 25.694vw;
}
.tarifs__list li{
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 143%;
  color: #000;
  display: block;
  margin-bottom: 0.972vw;
  padding-left: 2.778vw;
  position: relative;
}
.tarifs__list li:before{
  content: "";
  position: absolute;
  width: 2.083vw;
  height: 2.083vw;
  left: 0;
  top: 0;
}
.tarifs__list.first li:before{
  background: url(../img/check-1.svg);
  background-size: 100% 100%;
}
.tarifs__list.second li:before{
  background: url(../img/check-2.svg);
  background-size: 100% 100%;
}
.tarifs__list.third li:before{
  background: url(../img/check-3.svg);
  background-size: 100% 100%;
}
.tarifs__prices{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tarifs__old{
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 112%;
  color: #000;
}
.tarifs__old span{
  position: relative;
}
.tarifs__old span:before{
  content: "";
  width: 130%;
  height: 1px;
  background: #000;
  position: absolute;
  left: -0.625vw;
  top: 1.042vw;
  transform: rotate(-25deg);
}
.tarifs__next{
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 112%;
  color: #fb1e1e;
  margin-left: 1.944vw;
}
.tarifs__btn{
  font-weight: 700;
  font-size: 0.972vw;
  color: #fdeded;
  padding: 1.111vw 1.806vw;
  background: linear-gradient(268deg, #b91ec5 21.18%, #6733d1 100%);
  border: 0;
  border-radius: 1.389vw;
  margin-top: 1.667vw;
  display: inline-block;
}
.tarifs__btn.blue{
  background: linear-gradient(267deg, #4783fe 21.18%, #6733d1 100%);
}
.tarifs__btn.purple{
  background: linear-gradient(90deg, #b91ec5 21.18%, #6733d1 100%);
}


.tarifs__box .slick-prev, .tarifs__box .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  text-indent: 694.375vw;
  border: 0;
}
.tarifs__box .slick-prev {
  left: 50%;
  -webkit-transform: translateX(-34.7222222222vw);
      -ms-transform: translateX(-34.7222222222vw);
          transform: translateX(-34.7222222222vw);
  background: url(../img/prev.svg);
  background-size: 100% 100%;
}
.tarifs__box .slick-next {
  right: 50%;
  -webkit-transform: translateX(34.7222222222vw);
      -ms-transform: translateX(34.7222222222vw);
          transform: translateX(34.7222222222vw);
  background: url(../img/next.svg);
  background-size: 100% 100%;
}




@media screen and (max-width: 1024px){
  .banner__box{
    min-height: initial;
    padding-top: 18vw;
    padding-bottom: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
  }
  .btn {
    border-radius: 2.7777777778vw;
    border: 0.708333vw solid #d40af5;
  }
  .header {
    padding: 4.1666666667vw 0;
  }
  .header__logo {
    width: 20vw;
  }
  .header__logo.pc {
    display: none;
  }
  .header__logo.mob {
    display: block;
  }
  .header__nav {
    /*	display: none;*/
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__nav.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header__nav ul {
    min-height: 100vh;
  }
  .header__nav ul.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav ul li {
    margin: 0 0 5.5555555556vw;
  }
  .header__nav ul li a {
    font-size: 5.25vw;
  }
  .header__toggle {
    display: block;
    width: 8.3333333333vw;
  }
  .banner__box {
    /*	min-height: initial;*/
    padding-top: 30.5555555556vw;
    padding-bottom: 27.7777777778vw;
    min-height: 100vh;
  }
  .banner__image {
    display: none;
  }
  .banner__title {
    font-size: 12.7777777778vw;
    margin-bottom: 3.8888888889vw;
  }
  .banner__text {
    font-size: 4.4444444444vw;
    margin-bottom: 6.6666666667vw;
  }
  .banner__btn {
    width: 100%;
    font-size: 4.7222222222vw;
    padding: 5.5555555556vw 0;
    height: auto;
  }
  .banner__info {
    width: 100%;
  }
  .sidebar {
    position: static;
    margin-top: 6.6666666667vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .sidebar.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar__item {
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    margin: 0 5vw;
  }
  .callmeback{
    width: 12vw;
    height: 12vw;
    right: 4vw;
    bottom: 6vw;
  }
  .quiz {
    padding: 11.1111111111vw 1.1111111111vw;
  }
  .quiz__title {
    font-size: 6.6666666667vw;
    margin-bottom: 4.4444444444vw;
    padding-left: 11.1111111111vw;
    padding-right: 11.1111111111vw;
  }
  .quiz__question {
    font-size: 5vw;
    margin-bottom: 5.5555555556vw;
  }
  .quiz__question .price {
    font-size: 5.5555555556vw;
  }
  .quiz__image {
    margin-bottom: 2.7777777778vw;
    height: 37.5vw;
  }
  .quiz__name {
    font-size: 3.8888888889vw;
    line-height: 158%;
    padding-left: 8.3333333333vw;
  }
  .quiz__answer {
    width: 71%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.5555555556vw;
  }
  .quiz__next {
    font-size: 4.1111111111vw;
    padding: 3.5555555556vw 0;
    width: 31vw;
    text-align: center;
    justify-content: center;
  }
  .quiz__prev {
    font-size: 4.1111111111vw;
    padding: 3.5555555556vw 0;
    width: 31vw;
    text-align: center;
    justify-content: center;
  }
  .quiz__controls {
    margin-top: 5.5555555556vw;
  }
  .quiz__answerbig {
    width: 100%;
  }
  .quiz__imagebig {
    height: 44.4444444444vw;
    width: 100%;
    border-radius: 2.7777777778vw;
  }
  .quiz__input {
    width: 100%;
  }
  .quiz__input.big {
    width: 100%;
  }
  .quiz__input input {
    font-size: 3.8888888889vw;
    padding: 3.3333333333vw 5.5555555556vw;
    height: 13.8888888889vw;
    border-radius: 1.6666666667vw;
  }
  .quiz__checkboxes {
    margin-top: 6.9444444444vw;
    margin-bottom: 0;
  }
  .quiz__checkbox {
    margin-bottom: 13.8888888889vw;
  }
  .quiz__checkbox label {
    font-size: 5vw;
    padding-left: 10vw;
    min-width: 55.5555555556vw;
  }
  .quiz__checkbox label:before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    top: 1.8vw;
  }
  .quiz__checkbox label:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    left: 1.077778vw;
    top: 2.925vw;
  }
  .quiz__remark {
    font-size: 4.1666666667vw;
    line-height: 158%;
    margin-top: 4.1666666667vw;
    margin-bottom: 6.9444444444vw;
    width: 100%;
  }
  .quiz__submit {
    font-size: 5vw;
    color: #fff;
    padding: 5vw 15.2777777778vw;
  }
  .quiz__name:before {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .quiz__name:after {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .quiz__prev img {
    width: 4.736111vw;
    margin-right: 1.694444vw;
  }
  .quiz__next img {
    width: 4.736111vw;
    margin-left: 1.694444vw;
  }
  .process {
    padding: 11.1111111111vw 0 35vw;
  }
  .process__title {
    font-size: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .process__row {
    margin-bottom: 13.8888888889vw;
  }
  .process__info {
    width: 100%;
  }
  .process__info p {
    font-size: 5vw;
    margin-bottom: 2.2222222222vw;
  }
  .process__info ul li {
    font-size: 3.8888888889vw;
    line-height: 129%;
    margin-bottom: 2.2222222222vw;
  }
  .process__image {
    width: 100%;
    border-radius: 2.7777777778vw;
    margin-top: 6.9444444444vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .process__slider .slick-slide{
    margin: 0 20px;
  }
  .process__row.flex{
    display: flex !important;
  }
  .process__slider .slick-list{
    margin: 0 -20px;
  }
  .process__slider .slick-prev,
  .process__slider .slick-next {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -21.7777777778vw;
  }
  .process__slider .slick-prev {
    -webkit-transform: translateX(-115%);
        -ms-transform: translateX(-115%);
            transform: translateX(-115%);
  }
  .process__slider .slick-next {
    -webkit-transform: translateX(115%);
        -ms-transform: translateX(115%);
            transform: translateX(115%);
  }
  .cases__title {
    font-size: 6.6666666667vw;
    line-height: 150%;
    top: 19.4444444444vw;
  }
  .cases__item {
    min-height: initial;
    padding-top: 41.6666666667vw;
    padding-bottom: 55.5555555556vw;
  }
  .cases__box .slick-prev,
  .cases__box .slick-next {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 27.7777777778vw;
  }
  .cases__box .slick-prev {
    -webkit-transform: translateX(-115%);
        -ms-transform: translateX(-115%);
            transform: translateX(-115%);
  }
  .cases__box .slick-next {
    -webkit-transform: translateX(115%);
        -ms-transform: translateX(115%);
            transform: translateX(115%);
  }
  .cases__inside {
    width: 100%;
  }
  .cases__subtitle {
    font-size: 4.4444444444vw;
    margin-bottom: 3.3333333333vw;
  }
  .cases__posluga {
    font-size: 3.8888888889vw;
    margin-bottom: 3.3333333333vw;
  }
  .cases__text {
    font-size: 3.8888888889vw;
    margin-bottom: 3.3333333333vw;
    padding-right: 22.2222222222vw;
    padding-left: 22.2222222222vw;
  }
  .cases__res {
    width: 31%;
  }
  .cases__label {
    font-size: 3.8888888889vw;
  }
  .cases__number {
    font-size: 3.8888888889vw;
    width: 24.1666666667vw;
    height: 24.1666666667vw;
  }
  .cases__bg.pc {
    display: none;
  }
  .cases__bg.mob {
    display: block;
  }
  .cases__link{
    margin-top: 9.333vw;
    font-size: 4.8vw;
    padding: 3.2vw 4.8vw;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.35);
    border-radius: 10.667vw;
  }
  .team {
    padding: 11.1111111111vw 0;
  }
  .team__title {
    font-size: 6.6666666667vw;
    margin-bottom: 5.5555555556vw;
  }
  .team__item {
    width: 48%;
    margin: 0;
    margin-top: 0;
  }
  .team__item:nth-child(2), .team__item:nth-child(5) {
    margin: 0;
  }
  .team__image {
    width: 90%;
    margin-bottom: 5.5555555556vw;
  }
  .team__info {
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
  }
  .team__info p {
    font-size: 3.3333333333vw;
  }
  .footer {
    padding: 6.6666666667vw 0;
  }
  .footer__box {
    width: 100%;
  }
  .footer__box.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__box.pc {
    display: none;
  }
  .footer__box.mob {
    display: block;
  }
  .footer__col {
    margin-top: 5.5555555556vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__col.big {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .footer__mess a {
    width: 8.083333vw;
    margin-right: 2.972222vw;
  }
  .footer__logo {
    width: 20vw;
  }
  .footer__logo.pc {
    display: none;
  }
  .footer__logo.mob {
    display: block;
  }
  .footer__copy {
    margin-top: 8.3333333333vw;
    font-size: 2.833333vw;
  }
  .footer__subtitle {
    font-size: 4.1666666667vw;
    margin-bottom: 2.2222222222vw;
  }
  .footer__phone {
    font-size: 5vw;
    margin-bottom: 2.2222222222vw;
  }
  .footer__nav li {
    margin-bottom: 3.3333333333vw;
  }
  .footer__nav li a {
    font-size: 4.1666666667vw;
  }
  .footer__soctext {
    display: none;
  }
  .footer__soc {
    margin-left: 27.7777777778vw;
  }
  .footer__soc a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    margin-left: 4.4444444444vw;
  }
  .modal {
    width: 90%;
    padding: 8.3333333333vw !important;
  }
  .modal__input {
    width: 100%;
    height: initial;
    font-size: 4.1666666667vw;
    border-radius: 1.347222vw;
    padding: 2.833333vw 3.694444vw;
  }
  .modal__title {
    font-size: 4.1555555556vw;
    margin-bottom: 4.666667vw;
  }
  .modal__btn {
    font-size: 5vw;
    padding: 3.6111111111vw 16.1111111111vw;
    width: 100%;
    margin-top: 0.5555555556vw;
  }


  .abus{
    padding: 22.667vw 0 106.667vw;
    background-image: url(../img/bg-mob.jpg);
    background-size: 100% auto;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .abus__info{
    width: 100%;
  }
  .abus__text{
    font-size: 3.733vw;
    margin-bottom: 3.733vw;
  }
  .abus__list{
    margin-top: 8vw;
  }
  .abus__list p{
    font-size: 3.733vw;
  }
  .abus__list ul li{
    padding: 1.6vw 0;
    padding-left: 16.267vw;
    margin: 3.2vw 0;
    font-size: 3.733vw;
  }
  .abus__list ul li:before{
    width: 6.667vw;
    height: 6.667vw;
  }


  .whyus{
    padding: 21.333vw 0 5.333vw;
  }
  .whyus .process__title{
    padding-left: 13.333vw;
    padding-right: 13.333vw;
  }
  .whyus__item{
    width: 30.667vw;
    height: 30.667vw;
    margin: 0 5.333vw 10.667vw;
    padding: 5.6vw 2.667vw;
  }
  .whyus__icon{
    margin-bottom: 2.667vw;
  }
  .whyus__icon.ic1{
    width: 12.267vw;
  }
  .whyus__icon.ic2{
    width: 10.933vw;
  }
  .whyus__icon.ic3{
    width: 9.067vw;
  }
  .whyus__icon.ic4{
    width: 10.667vw;
  }
  .whyus__icon.ic5{
    width: 13.067vw;
  }
  .whyus__icon.ic6{
    width: 12.533vw;
  }
  .whyus__icon.ic7{
    width: 10.4vw;
  }
  .whyus__icon.ic8{
    width: 10.4vw;
  }
  .whyus__item span{
    font-size: 2.667vw;
    line-height: 1.3;
  }



  .tarifs{
    padding: 16vw 0 34.667vw;
  }
  .tarifs .title{
    padding-left: 8vw;
    padding-right: 8vw;
    line-height: 125%;
  }
  .tarifs__item{
    width: 100%;
    padding: 10.133vw 5.333vw 7.467vw;
    border-radius: 8vw;
    margin: 0;
  }
  .tarifs__name{
    font-size: 6.4vw;
    margin-bottom: 1.333vw;
  }
  .tarifs__subtitle{
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }
  .tarifs__list{
    min-height: 98.667vw;
  }
  .tarifs__list li{
    font-size: 3.733vw;
    margin-bottom: 3.733vw;
    padding-left: 10.667vw;
  }
  .tarifs__list li:before{
    width: 8vw;
    height: 8vw;
  }
  .tarifs__old{
    font-size: 6.4vw;
  }
  .tarifs__old span:before{
    left: -2.4vw;
    top: 4vw;
  }
  .tarifs__next{
    font-size: 6.4vw;
    margin-left: 7.467vw;
  }
  .tarifs__btn{
    font-size: 14px;
    padding: 4.267vw 7.467vw;
    border-radius: 5.333vw;
    margin-top: 6.4vw;
  }

  .tarifs__box .slick-prev,
  .tarifs__box .slick-next {
    width: 11.6666666667vw;
    height: 11.6666666667vw;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -21.7777777778vw;
  }
  .tarifs__box .slick-prev {
    -webkit-transform: translateX(-115%);
        -ms-transform: translateX(-115%);
            transform: translateX(-115%);
  }
  .tarifs__box .slick-next {
    -webkit-transform: translateX(115%);
        -ms-transform: translateX(115%);
            transform: translateX(115%);
  }
}














