@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/subset-GothamPro.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/subset-GothamPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/subset-GothamPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

html {
  overflow-x: hidden;
  background-color: #000000;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
  overflow-x: hidden;
}

.body__line {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 1px;
  background: url(../img/bg-line.png) top center repeat-y;
  z-index: 1;
  z-index: 0;
}

.body__bg {
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/ep_naturalblack.png) top center repeat;
  background-attachment: fixed;
  z-index: 0;
}

.bg__light {
  position: absolute;
  z-index: 1;
}

.bg__light-1 {
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: light-1 6s infinite ease-in-out;
  animation: light-1 6s infinite ease-in-out;
}

@-webkit-keyframes light-1 {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }

  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes light-1 {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }

  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.bg__light-2 {
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-animation: light-2 4s 1s infinite ease-in-out;
  animation: light-2 4s 1s infinite ease-in-out;
}

@-webkit-keyframes light-2 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes light-2 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.bg__light-3 {
  top: 400px;
  left: 0;
  z-index: -2;
  -webkit-animation: light-2 4s infinite ease-in-out;
  animation: light-2 4s infinite ease-in-out;
}

.bg__light-4 {
  top: 200px;
  right: 0;
  z-index: -2;
  -webkit-animation: light-1 6s infinite ease-in-out;
  animation: light-1 6s infinite ease-in-out;
}

.instead {
  position: relative;
  z-index: 3;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', arial, sans-serif;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 50px;
}

.header {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 11px;
  font-size: 19px;
  letter-spacing: 0.01em;
}

.header__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 5px;
}

.header__logo-link {
  font-size: 0;
  line-height: 0;
}

.header__desc {
  position: relative;
  margin-top: 28px;
  font-size: 17px;
  letter-spacing: 0.02em;
  z-index: 1;
}

.header__desc--creative {
  position: absolute;
  display: block;
  font-size: 17px;
  color: #00a1fb;
  text-transform: uppercase;
  letter-spacing: 1.07em;
  opacity: 0.35;
}

.header__desc--top {
  top: -28px;
}

.header__desc--bottom {
  bottom: -30px;
  letter-spacing: 1.61em;
}

.header__phone-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
}

.header__social-button--first {
  margin-right: 10px;
}

.header__phone {
  margin-top: -2px;
  margin-left: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.offer {
  position: relative;
  margin-top: 186px;
}

.offer__title-wrap {
  position: relative;
}

.offer__circle-wrap {
  position: absolute;
  top: 57px;
  left: -11px;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  z-index: -1;
}

.offer__circle {
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  margin: auto;
  border-radius: 100%;  
}

.offer__circle--main {
  width: 8px;
  height: 8px;
  border: 3px solid #d92429;
}

@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  100% {
    transform: scale(6.3);
    opacity: 0;
  }
}

.offer__title {
  position: relative;
  font-size: 108px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 100px;
}

@-webkit-keyframes title-main {
  0% {
    letter-spacing: 0.05em;
  }

  50% {
    letter-spacing: 0.07em;
  }

  100% {
    letter-spacing: 0.05em;
  }
}

@keyframes title-main {
  0% {
    letter-spacing: 0.05em;
  }

  50% {
    letter-spacing: 0.07em;
  }

  100% {
    letter-spacing: 0.05em;
  }
}

.offer__title--main {
  position: relative;
  left: 10px;
  font-size: 110px;
  letter-spacing: 0.12em;
  line-height: 100px;
}

.offer__title--light {
  position: relative;
  left: 19px;
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.0em;
  line-height: 60px;
}

.offer__title--mini {
  position: relative;
  left: 4px;
  display: block;
  max-width: 866px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 55px;
}

.offer__title--red {
  color: #d92429;
  font-weight: 700;
}

.offer__title--bg {
  left: -986px;
  right: -1000px;
  font-size: 110px;
}

.offer__title--bg-1 {
  position: absolute;
  top: -10px;
  letter-spacing: 0.12em;  
  opacity: 0.1;
  -webkit-animation: title-1 5s infinite ease-in-out;
  animation: title-1 5s infinite ease-in-out;
  z-index: -1;
}

@-webkit-keyframes title-1 {
  0% {
    top: -10px;
  }

  25% {
    letter-spacing: 0.08em;
  }

  50% {
    top: 10px;
    letter-spacing: 0.14em;
  }

  100% {
    top: -10px;
  }
}

@keyframes title-1 {
  0% {
    top: -10px;
  }

  25% {
    letter-spacing: 0.08em;
  }

  50% {
    top: 10px;
    letter-spacing: 0.14em;
  }

  100% {
    top: -10px;
  }
}

.offer__title--bg-2 {
  position: absolute;
  top: -20px;
  letter-spacing: 0.15em;
  opacity: 0.08;
  -webkit-animation: title-2 5s infinite ease-in-out;
  animation: title-2 5s infinite ease-in-out;
  z-index: -2;
}

@-webkit-keyframes title-2 {
  0% {
    top: -20px;
  }

  25% {
    letter-spacing: 0.13em;
  }

  55% {
    top: 20px;
    letter-spacing: 0.19em;
  }

  100% {
    top: -20px;
  }
}

@keyframes title-2 {
  0% {
    top: -20px;
  }

  25% {
    letter-spacing: 0.13em;
  }

  55% {
    top: 20px;
    letter-spacing: 0.19em;
  }

  100% {
    top: -20px;
  }
}

.offer__title--bg-3 {
  position: absolute;
  top: -30px;
  letter-spacing: 0.2em;
  opacity: 0.06;
  -webkit-animation: title-3 5s infinite ease-in-out;
  animation: title-3 5s infinite ease-in-out;
  z-index: -3;
}

@-webkit-keyframes title-3 {
  0% {
    top: -30px;
  }

  25% {
    letter-spacing: 0.18em;
  }

  60% {
    top: 30px;
    letter-spacing: 0.24em;
  }

  100% {
    top: -30px;
  }
}

@keyframes title-3 {
  0% {
    top: -30px;
  }

  25% {
    letter-spacing: 0.18em;
  }

  60% {
    top: 30px;
    letter-spacing: 0.24em;
  }

  100% {
    top: -30px;
  }
}

.offer__title--bg-4 {
  position: absolute;
  top: -40px;
  letter-spacing: 0.25em;
  opacity: 0.04;
  -webkit-animation: title-4 5s infinite ease-in-out;
  animation: title-4 5s infinite ease-in-out;
  /*animation-delay: 1.4s;*/
  z-index: -3;
}

@-webkit-keyframes title-4 {
  0% {
    top: -40px;
  }

  25% {
    letter-spacing: 0.23em;
  }

  65% {
    top: 40px;
    letter-spacing: 0.29em;
  }

  100% {
    top: -40px;
  }
}

@keyframes title-4 {
  0% {
    top: -40px;
  }

  25% {
    letter-spacing: 0.23em;
  }

  65% {
    top: 40px;
    letter-spacing: 0.29em;
  }

  100% {
    top: -40px;
  }
}

.offer__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: 44px;
}

.offer__item {
  position: relative;
  top: 0;
  width: calc(33.3333% - 20px);
  max-width: 390px;
  padding-top: 94px;
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.offer__item:hover {
  top: -10px;
}

.offer__item::before,
.offer__item::after {
  content: '';
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  /*opacity: 0.65;*/
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}



.offer__item:hover .offer__subtitle {
  color: #fff;
}

.offer__item:hover::before {
  opacity: 1;
}

.offer__item--1 {
  /*opacity: 0;*/
}

.offer__item--1::before,
.offer__item--1::after {
  background-image: url(../img/offer-icon-1.svg);
}

.offer__item--2::before,
.offer__item--2::after {
  background-image: url(../img/offer-icon-2.svg);
}

.offer__item--3::before,
.offer__item--3::after {
  background-image: url(../img/offer-icon-3.svg);
}

.offer__item::after {
  width: 80px;
  height: 80px;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: 0.15;
  z-index: -2;
}

.offer__subtitle {
  position: relative;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.offer__subtitle--strong {
  /*display: block;*/
  /*font-size: 20px;*/
}

.offer__text {
  display: inline-block;
  margin-top: 0px;
}

.offer__item--strong {
  font-weight: 700;
}

.offer__item--blue {
  color: #65a4e8;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.offer__item--blue-red {
  display: block;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-block {
  position: relative;
  text-align: center;
}

.offer__button-block {
  position: relative;
  margin-top: 46px;
  z-index: 1;
}

.button {
  position: relative;
  top: 0;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  height: 70px;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2100;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
  background-image: -o-linear-gradient(bottom, #ffc310, #fae090);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc310), to(#fae090));
  background-image: linear-gradient(0deg, #ffc310, #fae090);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(95, 74, 0, 1), 0px 7px 6px 0px rgba(0, 0, 0, 0.9), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 0px 0px rgba(95, 74, 0, 1), 0px 7px 6px 0px rgba(0, 0, 0, 0.9), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  border: none;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: #eeb200 solid 30px;
  background-color: #eeb200;
  border-radius: 250px;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  z-index: -2;
}


.button:hover::before {
  -webkit-animation-name: hvr-ripple-out-main;
  animation-name: hvr-ripple-out-main;
}

@-webkit-keyframes hvr-ripple-out-main {
  100% {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-main {
  100% {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
    opacity: 0;
  }
}

.button-block__button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}

.button-block__td-link {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  font-size: 18px;
  color: #d92429;
  text-decoration: none;
}

.button-block__td-link::before,
.button-block__td-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: -1px;
  height: 1px;
  background-image: url(../img/underline.svg);
  background-position: 0 0;
}

.button-block__td-link::after {
  bottom: -1px;
  opacity: 0;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.button-block__td-link:hover::after {
  opacity: 1;
}

.button-block__desc {
  position: absolute;
  top: 18px;
  left: calc(50% + 180px);
  font-size: 16px;
  text-align: left;
}

.regular {
  font-weight: 400;
}

.strong {
  font-weight: 700;
}

.red {
  color: #d92429;
}

.why {
  margin-top: 203px;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.why__question {
  position: relative;
  display: block;
  font-size: 23px;
  letter-spacing: 0.14em;
}

.why__question::before {
  content: '';
  position: absolute;
  bottom: -39px;
  left: -1000px;
  right: -1000px;
  display: inline-block;
  height: 1px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #d92429;
}

.why__answer {
  display: block;
  max-width: 455px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.06em;
}

.why__answer--spec {
  display: block;
}

.why__text {
  max-width: 660px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 35px;
  text-transform: none;
}

.we-pay {
  margin-top: 194px;
  color: #0d0d0d;
  text-align: left;
  background: none;
}

.we-pay__container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.we-pay__visual {
  position: relative;
  width: 100%;
  max-width: 388px;
  text-align: center;
  z-index: 1;
}

.we-pay__image {
  margin-top: 10px;
  margin-left: -11px;
}

.we-pay__circle {
  position: absolute;
  top: -500px;
  bottom: -500px;
  left: -500px;
  right: -500px;
  width: 240px;
  height: 240px;
  margin: auto;
  background: none;
  border: 1px solid #1d8aff;
  border-radius: 100%;
  opacity: 0;
  z-index: -1;
  animation: pulse-2 12s linear infinite;
}

@keyframes pulse-2 {
  0% {
    opacity: 0.23;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.we-pay__circle--2 {
  animation-delay: 4s;
}

.we-pay__circle--3 {
  animation-delay: 8s;
}

.we-pay__content {
  position: relative;
  max-width: 825px;
  margin-left: auto;
  padding-top: 51px;
  padding-bottom: 40px;
  padding-left: 69px;
  padding-right: 14px;
  font-size: 20px;
  line-height: 30px;
  background-color: #fff;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.we-pay__content::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000px;
  width: 1000px;
  background-color: #fff;
  z-index: -1;
}

.we-pay__title {
  max-width: 700px;
  margin-left: -6px;
  margin-bottom: 17px;
}

.we-pay__paragraph {
  margin-top: 0;
  margin-bottom: 10px;
}

.we-pay__list {
  counter-reset: myCounter;
  margin-top: 11px;
  font-size: 19px;
  list-style: none;
  padding-left: 0;
}

.we-pay__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}

.we-pay__item:last-of-type {
  margin-bottom: 0;
}

.we-pay__item::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 0;
  width: 32px;
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 700;
  color: #d92429;
  text-align: center;
}

.we-pay__item::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 28px;
  height: 28px;
  border: 2px solid #d92429;
  border-radius: 100%;
  opacity: 0.4;
}

.cases-new {
  margin-top: 127px;
  font-family: 'Montserrat', sans-serif;
}

.cases-new__title {
  letter-spacing: 0.07em;
}

.cases-new__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 10px;
}

.cases-new__item {
  position: relative;
  width: calc(33.33333% - 20px);
  max-width: 370px;
  margin-bottom: 25px;
  margin-bottom: 45px;
  padding: 26px 29px 22px;
  text-align: left;
  box-sizing: border-box;
}

.cases-new__item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #d92429;
  transition: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0.3;
  z-index: -2;
}

.cases-new__item:hover::before {
  opacity: 0.45;
}

.cases-new__item:hover .cases-new__laptop-lights{
  opacity: 1;;
}

.cases-new__subtitle {
  margin: 0;
  font-size: 24px;
  color: #d92429;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cases-new__subtitle-desk {
  display: inline-block;
  max-width: 300px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 25px;
}

.cases-new__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 224px;
  margin-top: 17px;
  /*margin-bottom: 10px;*/
}

.cases-new__laptop {
  position: absolute;
  left: -1000px;
  right: -1000px;
  margin: auto;
}

.cases-new__laptop-lights {
  position: absolute;
  bottom: 1px;
  left: -1000px;
  right: -942px;
  margin: auto;
  z-index: -2;
  bottom: 0px;
  opacity: 0.35;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.cases-new__link-wrap {
  margin-top: 14px;
  padding-right: 4px;
  text-align: right;
}

.cases-new__link {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 18px;
  color: #00a1fb;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.cases-new__link:hover {
  color: #fff;
}

.cases-new__link::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/link-icon.svg);
  transition: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0.7;
}

.cases-new__link:hover::before {
  opacity: 1;
}

.cases-new__number-list {
  margin-top: 12px;
}

.cases-new__number-item {
  margin-bottom: 5px;
  font-size: 18px;

}

.cases-new__number-item--result {
  /*font-size: 24px;*/
  /*font-weight: 400 !important;*/
  /*font-weight: 700;*/
}

.cases-new__number {
  position: relative;
  display: inline-block;
  margin-left: 7px;
  font-weight: 700;
}

.cases-new__number::before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -5px;
  right: -3px;
  background-color: #d92429;
  border-radius: 4px;
  opacity: 0.7;
  z-index: -1;
}

.cases-new__number--result {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 400;
}

.cases-new__number--result::before {
  top: -1px;
  bottom: -1px;
  left: -7px;
  right: -5px;
}


.from-a-marketer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  margin-top: 261px;
  text-align: left;
}

.from-a-marketer__content {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.from-a-marketer__title {
  max-width: 800px;
  margin-bottom: -4px;
}

.from-a-marketer__title--mini {
  display: block;
  margin-top: 5px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 35px;
}

.from-a-marketer__paragraph {
  max-width: 760px;
  margin-bottom: 20px;  
  font-size: 19px;
  line-height: 35px;
  letter-spacing: 0;
}

.grey {
  color: #727272; 
}

.from-a-marketer__button {
  flex-shrink: 0;
  max-width: 390px;
  min-width: 260px;
  margin-top: 9px;
  margin-right: 30px;
}

.from-a-marketer__visual {
  position: absolute;
  top: -216px;
  right: -123px;
  z-index: -1;
}

.from-a-marketer__image {
  opacity: 0.33;
}

.from-a-marketer__hand {
  position: absolute;
  top: -533px;
  bottom: -500px;
  left: -89px;
  right: -100px;
  margin: auto;
  background-image: url(../img/lh.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  transition-timing-function: ease-out;
  z-index: 0;  
}

.from-a-marketer__hand--1,
.from-a-marketer__hand--6 {
  width: 90px;
  height: 91px;
}

.from-a-marketer__hand--2 {
  width: 122px;
  height: 123px;
  opacity: 0.6;
}

.from-a-marketer__hand--3 {
  width: 164px;
  height: 165px;
  opacity: 0.4;
}

.from-a-marketer__hand--4 {
  width: 229px;
  height: 230px;
  opacity: 0.3;
}

.from-a-marketer__hand--5 {
  width: 303px;
  height: 304px;
  opacity: 0.15;
}

.cases {
  margin-top: 206px;
}

.cases__title-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 845px;
  margin-left: auto;
  margin-right: -15px;
  padding-right: 139px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cases__counter {
  min-width: 1px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: -4px;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 34px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.08em;
  transition: 0.3s;
  transition-timing-function: ease-out;
  z-index: 3;
}

.cases__counter--mob {
  display: none;
}

.cases__title {
  letter-spacing: 0.08em;
}

.cases__list {
  margin-top: 29px;
  font-size: 0;
  line-height: 0;
}

.slick-list {
  overflow: visible !important;
}

.cases__item {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  text-align: left;
}

.cases__button {
  position: absolute;
  top: -95px;
  right: 38px;
  background-color: #d92429;
  width: 60px;
  height: 80px;
  background-image: url(../img/cases-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transform: skewX(-7deg);
  z-index: 1;
  transition: 0.3s;
  transition-timing-function: linear;
  cursor: pointer;
}

.cases__button--next {
  right: -24px;
  background-image: url(../img/cases-arrow-right.svg);
}

.cases__button:hover {
  background-color: #1d8aff;
}

.cases__left {  
  width: 100%;
  max-width: 404px;
  /*margin-top: 50px;*/
}

.cases__visual {
  position: relative;
}

@keyframes laptop-2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  
  50% {
    transform: translate(40px, -100px) rotate(20deg);
  }
  
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes laptop-3 {
  0% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
  
  50% {
    transform: translate(80px, -200px) rotate(30deg);
  }
  
  100% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
}

@keyframes laptop-4 {
  0% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
  
  50% {
    transform: translate(120px, -300px) rotate(40deg);
  }
  
  100% {
    transform: translate(0px, 0px) rotate(-20deg);
  }
}

.cases__image {
  position: absolute;
  top: 54px;
  left: -43px;
  opacity: 0.2;
}

.cases__image--1 {
  top: 4px;
  left: -23px;
  transform: rotate(10deg);
  opacity: 1;
  z-index: 3;
}

.cases__image--4 {
  opacity: 0.17;
  z-index: -2;
  animation: laptop-2 27s infinite ease-in;
}

.cases__image--2 {
  top: 104px;
  left: -63px;
  transform: rotate(-10deg);
  opacity: 0.08;
  z-index: -3;
  animation: laptop-3 27s 1s infinite ease-in;
}

.cases__image--3 {
  top: 154px;
  left: -83px;
  transform: rotate(-20deg);
  opacity: 0.03;
  z-index: -4;
  animation: laptop-4 27s 1.5s infinite ease-in;
}

.cases__image-bg {
  position: absolute;
  top: -317px;
  left: -146px;
  z-index: -5;
}

.cases__link-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-right: 14px;
}

.cases__link {
  position: relative;
  display: inline-block;
  margin-top: 351px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 25px;
  color: #08f;
  text-decoration: none;
  z-index: 3;
}

.cases__link::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/cases-link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.cases__link::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 26px;
  right: 0;
  height: 1px;
  background-color: #08f;
}

.cases__content {
  width: 100%;
  max-width: 842px;
  margin-right: -16px;
  padding-bottom: 49px;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 17px;
  color: #0d0d0d;
  line-height: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cases__header {
  position: relative;
  padding-top: 24px;
  padding-right: 61px;
}

.cases__header::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -50px;
  right: -30px;
  height: 1px;
  background-image: url(../img/underline.svg);
  z-index: 2;
}

.cases__company {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cases__subtitle {
  position: relative;
  margin: 0;
  padding-bottom: 21px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 0.04em;
}

.cases__logo {
  margin-left: auto;
}

.cases__niche {
  position: relative;
  margin-top: 9px;
  margin-bottom: 32px;
  padding: 0;
  font-size: 18px;
  z-index: 1;
}

.cases__niche--title {
  color: #d92429;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cases__niche::before {
  content: '';
  position: absolute;
  top: -9px;
  bottom: -11px;
  left: -50px;
  right: -30px;
  background-image: -moz-linear-gradient( 0deg, rgba(227,227,227, 0.8) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(227,227,227, 0.8) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(227,227,227, 0.8) 0%, rgb(255,255,255) 100%);
  z-index: -1;
}

.cases__paragraph {
  max-width: 755px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
}

.cases__strong {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cases__done-title {
  display: block;
  margin-top: 17px;
}

.cases__done-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
}

.cases__done-item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  background-color: #dbecff;
  border-radius: 6px;
}

.cases__result-title {
  display: block;
  margin-top: 14px;
}

.cases__result-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 6px;
}

.cases__result-item {
  margin-right: 57px;
  flex-shrink: 0;
}

.cases__result-item:last-of-type {
  margin-right: 0;  
}

.cases__result-desc {
  display: inline-block;
  max-width: 113px;
  font-size: 15px;
  line-height: 20px;
}

.cases__result-desc--taxi {
  max-width: 140px;
}

.cases__result-number {
  display: block;
  margin-top: 7px;
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #1d8aff;
}

.cases__form-button {
  display: block;
  max-width: 390px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.warranty {
  position: relative;
  margin-top: 200px;
  padding-top: 173px;
  padding-bottom: 160px;
}

.warranty__title {
  position: relative;
  font-size: 90px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.23),0px -1px 0px rgba(0, 0, 0, 0.004);
  letter-spacing: 0.08em;
}

.warranty__title::before {
  content: '';
  position: absolute;
  bottom: -77px;
  left: -1000px;
  right: -1000px;
  width: 230px;
  height: 2px;
  margin: auto;
  background-color: #000;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.18);
  opacity: 0.9;
}

.warranty__image {
  position: absolute;
  top: 0;
  z-index: -1;
}

.warranty__bg {
  left: -1000px;
  right: -1000px;
  margin: auto;
}

@keyframes warranty-light {
  0%  {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }

}

.warranty__bg--shadow {
  top: -634px;
  left: -2214px;
  right: -2000px;
  margin: auto;
  z-index: -2;
  animation: warranty-light 6s 1s infinite ease-in;
}

.warranty__signature {
  top: auto;
  bottom: 103px;
  left: calc(50% + 173px);
  z-index: 1;
}

.warranty__pen {
  top: auto;
  bottom: 46px;
  left: calc(50% + 343px);
  z-index: 2;
  animation: pen 4.5s infinite ease-in-out;
}

@keyframes pen {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(12px, 30px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.warranty__bg-text {
  top: -78px;
  left: -1000px;
  right: -1000px;
  margin: auto;
  opacity: 0.7;
  z-index: -2;
}

.warranty__text {
  position: relative;
  max-width: 660px;
  margin-top: 118px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 700;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 1);
  line-height: 40px;
  z-index: 1;
}

.warranty__text--spec {
  position: relative;
}

.warranty__text--spec::before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -5px;
  left: -4px;
  right: -4px;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.experience {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 209px;
  text-align: left;
}

.experience__visual {
  position: relative;
  margin-right: 28px;
}

.experience__photo {
  margin-top: 26px;
  margin-left: -49px;
}

.experience__photo-bg {
  position: absolute;
  top: -165px;
  left: -259px;
  z-index: -2;
}

.experience__bg {
  position: absolute;
  top: -159px;
  left: -236px;
  z-index: -1;
  animation: warranty-light 6s 4s infinite ease-in;
}

.experience__logo {
  position: absolute;
  top: -137px;
  left: -1029px;
  right: -1000px;
  max-width: 416px;
  margin: auto;
  opacity: 0.29;
  z-index: -1;
}

.experience__content {
  max-width: 740px;
  margin-top: 15px;
  margin-bottom: 50px;
}

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

.experience__title--main {
  margin-right: 27px;
  flex-shrink: 0;
}

.experience__title--mini {
  display: inline-block;
  max-width: 320px;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.06em;
}

.experience__hello {
  position: relative;
  display: block;
  max-width: 753px;
  margin-top: 29px;
  margin-bottom: 39px;
  margin-left: -25px;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-left: 24px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 35px;
  background-color: #000;
  border-radius: 20px;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.29);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.experience__hello::before {
  content: '';
  position: absolute;
  top: 45px;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 36px;
  background-image: url(../img/experience-corner.svg);
}

.white {
  color: #fff;
}

.experience__paragraph {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: 19px;
}

.experience__item {
  position: relative;
  max-width: 700px;
  margin-bottom: 10px;
  padding-left: 31px;
  font-size: 18px;
}

.experience__item::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  border: 3px solid #d92429;
  border-radius: 100%;
}

.personal-consult {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: -19px;
}

.personal-consult__form-wrap {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-left: -15px;
  padding-top: 37px;
  padding-bottom: 39px;
  padding-left: 49px;
  padding-right: 50px;
  background-color: #fff;
  color: #0d0d0d;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.personal-consult__form-wrap::before,
.personal-consult__form-wrap::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 4px;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.personal-consult__form-wrap::before {
  top: 84px;
  right: -2px;
  height: 36px;
  background-color: #1d8aff;
  animation: b-line-slide 9s infinite ease-in;
}

.personal-consult__form-wrap::after {
  top: 64px;
  right: -11px;
  height: 56px;
  background-color: #d92429;
  animation: r-line-slide 3s infinite ease-in;
}

@keyframes b-line-slide {
  0% {
    transform: translate(0);
  }

  7% {
    transform: translate(0);
  }

  45% {
    transform: translate(0, 160px);
  }
  
  60% {
    transform: translate(0, 170px);
  }
  
  70% {
    transform: translate(0, 180px);
  }

  76% {
    transform: translate(0, -80px);
  }

  80% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes r-line-slide {
  0% {
    transform: translate(0, -5px);
  }

  50% {
    transform: translate(0, 5px);
  }
  80% {
    transform: translate(0, -6px);
  }

  100% {
    transform: translate(0, -5px);
  }
}

.personal-consult__title {
  margin-bottom: 22px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
}

.personal-consult__paragraph {
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
}

.personal-consult__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 22px;
}

.input {
  width: 100%;
  height: 70px;
  padding-bottom: 5px;
  padding-left: 29px;
  background-color: #ededed;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.27);
  border-radius: 100px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.personal-consult__input {
  max-width: 293px;
  margin-right: 10px;
}

.personal-consult__button {
  max-width: 360px;
  font-size: 16px;
  border-radius: 2000px;
  box-shadow: 0px 4px 0px 0px rgba(224, 172, 17, 100);
}

.personal-consult__desc {
  max-width: 310px;
  margin-top: 63px;
  margin-left: 60px;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 35px;
  text-align: left;
  line-height: 50px;
  letter-spacing: 0;
}

.works {
  position: relative;
  margin-top: 209px;
}

.works__title {
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tariff__anchor,
.works__anchor,
.consult__anchor {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 33;
}

.consult__anchor {
  top: -150px;
}

.works__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 41px;
}

.works {
  max-width: 1920px;
}

.works__item {
  position: relative;
  width: calc(33.3% - 70px);
  max-width: 510px;
  height: 320px;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  background-color: #999;
  -webkit-box-shadow: 0 0px 0px rgba(217, 36, 41, 0.4);
  box-shadow: 0 0px 0px rgba(217, 36, 41, 0.4);
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}

.works__item:hover {
  -webkit-box-shadow: 0 16px 119px rgba(217, 36, 41, 0.55);
  box-shadow: 0 16px 119px rgba(217, 36, 41, 0.55);
}

.works__preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  width: calc(100% + 2px);
  margin-top: 0;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  z-index: 1;
}

.works__item:hover .works__preview {
  -webkit-transition: 8s;
  -o-transition: 8s;
  transition: 8s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.works__item:hover .works__button {
  opacity: 1;
}

.works__button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 245px;
  height: 50px;
  margin: auto;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.01em;
  background-color: #1d8aff;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
  z-index: 2;
  opacity: 0.4;
}

.works__button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: #1d8aff solid 25px;
  border-radius: 150px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  z-index: -1;
}

.works__button:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.works__button:hover::before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.works__button-block {
  position: relative;
  /*margin-top: 10px;*/
}

.button--works {
  /*position: absolute;*/
  /*right: calc(50% + 15px);*/
  max-width: 350px;
}

.button-block__desc--works {
  position: static;
  display: block;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
}

.works__logo {
  position: absolute;
  /*top: -86px;*/
  top: 67px;
  left: 0;
  right: 0;
  width: 1000px;
  margin: auto;
  opacity: 0.45;
  z-index: -5;
}

.repeat {
  margin-top: 36px;
}

.repeat__title {
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  line-height: 60px;
  letter-spacing: 0.08em;
}

.repeat__title--small {
  display: block;
  /*max-width: 800px;*/
  margin-top: -1px;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: none;
}

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

.repeat__case {
  margin-top: 20px;
}

.repeat__photo-block {
  width: 100%;
}

.repeat__photo {
  margin-top: 10px;
  margin-right: 20px;
}

.repeat__content-block {
  width: 100%;
  max-width: 810px;
  margin-top: 0px;
  padding-left: 59px;
  padding-right: 57px;
  text-align: left;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.repeat__subtitle {
  margin-bottom: 30px;
  padding-bottom: 27px;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  border-bottom: 1px solid #1d8aff;
}

.vc-color {
  color: #fc0;
}

.ia-color {
  color: #f8c57e;
}

.em-color {
  color: #00a1fb;
}

.repeat__wrap {
  position: relative;
  margin-bottom: 50px;
}

.repeat__item {
  position: relative;
  max-width: 600px;
  margin-top: 20px;
  padding-left: 29px;
}

.repeat__item::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #d92429;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.repeat__paragraph {
  margin: 0;
  margin-bottom: 20px;
  max-width: 760px;
  font-size: 16px;
}

.repeat__logo {
  position: absolute;
  top: 1px;
  right: 0;
}

.repeat__works-wrap {
  position: relative;
  margin-top: -34px;
}

.repeat__swipe {
  display: none;
  position: absolute;
  top: 25px;
  left: 260px;
  width: 62px;
  animation: swipe 2.6s infinite ease;
}

@keyframes swipe {
  0% {
    transform: translate(0);
    opacity: 1;
  }

  60% {
    transform: translate(-170px);
    opacity: 0;
  }

  100% {
    transform: translate(-170px);
    opacity: 0;
  }
}

.repeat__works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1650px;
  width: 1650px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 22px;
}

.repeat__works-item {
  text-align: left;
  width: 180px;
  min-width: 180px;
  margin-left: 15px;
  margin-right: 15px;
}

.over-150 {
  position: relative;
  margin-top: 111px;
}

.over-150__list {
  padding-left: 30px;
  font-size: 0;
  line-height: 0;
  margin-top: 38px;
}

.over-150__item {
  -webkit-animation: line-1 40s infinite linear;
          animation: line-1 40s infinite linear;
  -webkit-transform: translate3d(0,0,0);
  margin-bottom: 30px;
  /*opacity: 0.01;*/
}

.over-150__item--line-2 {
  -webkit-animation: line-2 40s infinite linear;
          animation: line-2 40s infinite linear;
  -webkit-transform: translate3d(0,0,0);
  margin-bottom: 30px;
}

@-webkit-keyframes line-1 {
  0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  50% { -webkit-transform: translateX(calc(-3290px + 100%)); transform: translateX(calc(-3290px + 100%)); }
  100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
}

@keyframes line-1 {
  0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  50% { -webkit-transform: translateX(calc(-3290px + 100%)); transform: translateX(calc(-3290px + 100%)); }
  100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
}

@-webkit-keyframes line-2 {
  0% { -webkit-transform: translateX(calc(-3290px + 100%)); transform: translateX(calc(-3290px + 100%)); }
  50% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  100% { -webkit-transform: translateX(-40%); transform: translateX(calc(-3290px + 100%)); }
}

@keyframes line-2 {
  0% { -webkit-transform: translateX(calc(-3290px + 100%)); transform: translateX(calc(-3290px + 100%)); }
  50% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  100% { -webkit-transform: translateX(calc(-3290px + 100%)); transform: translateX(calc(-3290px + 100%)); }
}

.over-150__bg {
  position: absolute;
  top: -610px;
  left: -1000px;
  right: -1000px;
  margin: auto;
  z-index: -2;
}

.over-150__logo {
  position: absolute;
  top: 93px;
  bottom: 0px;
  left: -1000px;
  right: -1000px;
  margin: auto;
  opacity: 0.4;
  z-index: -1;
}

.blue {
  color: #1d8aff;
}

.tariffs {
  position: relative;
  margin-top: 160px;
}

.tariffs__title {
  position: relative;
  /*font-size: 45px;*/
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.tariffs__main-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.tariffs__main-item {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin-right: 30px;
  padding-bottom: 60px;
  background: none;
}

.tariffs__main-item:nth-child(3) {
  margin-right: 0;
}

.tariffs__wrap {
  margin: 0;
  padding: 0;
  background-color: #FFF;

}

.tariffs__subtitle {
  position: relative;
  margin: 0;
  padding-top: 26px;
  padding-bottom: 27px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 26px;
  font-weight: 400;
  color: #000;
}

.tariffs__subtitle::before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #1d8aff;
  opacity: 0.3;
}

.tariffs__subtitle.black::after {
  /*background-color: #eaeaea;*/
  /* background-color: #fff; */
  /* display: none; */
}


/*.black {
  color: #000;    
}*/

.tariffs__desc {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 18px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  text-align: left;
  background: url(../img/ep_naturalblack.png) top center repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tariffs__list {
  margin: 0;
  margin-top: 9px;
  color: #000;
  text-align: left;
}

.tariffs__item {
  position: relative;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 46px;
  font-size: 16px;
  line-height: 20px;
  z-index: 5;
}

.tariffs__item::after {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #1d8aff;
}

.tariffs__item-title {
  position: relative;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 5;
}

.tariffs__item::before {
  content: '';
  position: absolute;
  top: 8px;
  top: 0;
  bottom: 0;
  right: 19px;
  display: inline-block;
  width: 20px;
  height: 16px;
  margin: auto;
  background-image: url(../img/tariffs-blue-icon.svg);
  background-repeat: no-repeat;
  background-position: top center;
}

.tariffs__item-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #1d8aff;
}

.tariffs__item:last-child {
  margin-bottom: 11px;
}

.tariffs__item:last-child::after,
.tariffs__item:last-child::before {
  display: none;
}

.tariffs__item--test {
  margin-top: 25px;
  padding-bottom: 3px;
  line-height: 20px;
}

.tariffs__item--test::before {
  /*top: 23px;*/
}

.tariffs__item--test-list {
  font-size: 14px;
}

.tariffs__item--garant::before {
  background-image: url(../img/tariffs-red-icon.svg);
}

.tariffs__item--not-active {
  /*padding-bottom: 1px;*/
  margin-bottom: 10px;
  padding-bottom: 7px;
  padding-right: 10px;
  font-size: 12px;
  color: #a1a1a1;
  line-height: 10px;
}

.tariffs__item--not-active::before {
  display: none;
}

.tariffs__item--not-active::after {
  bottom: -5px;
  background-color: #eaeaea;
}

.tariffs__item--not-active-first {
  margin-top: 16px;
}

.tariffs__item--not-active-last {
  margin-bottom: 13px;
}

.tariffs__item--last-active::after {
  background-color: #eaeaea;
}

.price {
  position: relative;
  padding-top: 28px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000;

}

.price__button {
  max-width: 310px;
  margin-top: 21px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.price__button::before {
  display: none;
}

.price__button:hover {
  font-size: 20px;
}

.price__amount {
  font-size: 20px;
}

.price__amount--mobile {
  display: none;
}

.tariffs__paragraph {
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
  background: none;
  /*background-color: #000;*/
  /*font-size: 20px;*/
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0.5;
}

.tariffs__main-item:hover .tariffs__paragraph--blue {
  color: #419dff;
  color: #6fb4ff;
  /*color: #00a1fb;*/
  /*color: #d92429;*/
}

.tariffs__main-item:hover .tariffs__paragraph--red {
  color: #d92429;
}

.tariffs__main-item:hover .tariffs__paragraph {
  opacity: 1;
}

.tariffs__paragraph:first-of-type {
  margin-top: 20px;

}

.tariffs__paragraph--red-light:first-of-type {
  margin-top: 35px;
}

.tariffs__wrap--blue-light {
  position: relative;
  z-index: 5;
}

.tariffs__wrap--blue-light::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-box-shadow: 0 16px 79px rgba(34, 100, 179, 0.47);
  box-shadow: 0 16px 79px rgba(34, 100, 179, 0.47);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
  opacity: 0;
}

.tariffs__main-item:hover .tariffs__wrap--blue-light::after {
  opacity: 1;
}

.tariffs__wrap--red-light {
  position: relative;
  background-color: #fff;
  z-index: 5;
  /*outline: 6px solid rgba(0, 0, 0, 0.4);*/
}

.tariffs__wrap--red-light::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 0;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}

.tariffs__wrap--red-light::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  display: inline-block;
  -webkit-box-shadow: 0 0px 0px rgba(217, 36, 41, 0.4);
  box-shadow: 0 0px 0px rgba(217, 36, 41, 0.4);
  z-index: -1;
  /* outline: 10px solid white;
  outline: 12px solid rgba(217, 36, 41, 0.5);*/
  background: rgb(29, 138, 255);
  background: -o-linear-gradient(114deg, rgba(29, 138, 255, 1) 0%, rgba(217, 36, 41, 1) 100%, rgba(0, 212, 255, 1) 100%);
  background: linear-gradient(336deg, rgba(29, 138, 255, 1) 0%, rgba(217, 36, 41, 1) 100%, rgba(0, 212, 255, 1) 100%);
  background: rgb(0, 77, 159);
  background: -o-linear-gradient(114deg, rgba(0, 77, 159, 1) 0%, rgba(217, 36, 41, 1) 100%, rgba(0, 212, 255, 1) 100%);
  background: linear-gradient(336deg, rgba(0, 77, 159, 1) 0%, rgba(217, 36, 41, 1) 100%, rgba(0, 212, 255, 1) 100%);
  background: rgb(0, 77, 159);
  background: -o-linear-gradient(114deg, rgba(0, 77, 159, 1) 0%, rgba(217, 36, 41, 1) 100%, rgba(217, 36, 41, 1) 100%);
  background: linear-gradient(336deg, rgba(0, 77, 159, 1) 0%, rgba(217, 36, 41, 1) 100%, rgba(217, 36, 41, 1) 100%);
  /*background: rgb(0,77,159);
  background: linear-gradient(345deg, rgba(0,77,159,1) 0%, rgba(217,36,41,1) 60%, rgba(0,77,159,1) 100%);*/
  /*background: rgb(217,36,41);
  background: radial-gradient(circle, rgba(217,36,41,1) 0%, rgba(0,77,159,1) 0%, rgba(217,36,41,1) 100%);*/
  opacity: 0.75;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tariffs__main-item:hover .tariffs__wrap--red-light::after {
  -webkit-box-shadow: 0 16px 79px rgba(217, 36, 41, 0.4);
  box-shadow: 0 16px 79px rgba(217, 36, 41, 0.4);
}


.tariffs__logo {
  position: absolute;
  left: 0;
  bottom: 70px;
  /*bottom: -30px;*/
  min-width: 390px;
  min-height: 360px;
  margin-left: 15px;
  /*padding-top: 170px;*/
  /*padding-bottom: 100px;*/
  text-align: left;
  background-image: url(../img/hands-big.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.tariffs__score {
  max-width: 810px;
  min-height: 360px;
  margin-top: 30px;
  margin-left: auto;
  text-align: left;
}

.score__title {
  display: inline-block;
  margin: 0;
  /*padding-bottom: 50px;*/
  font-size: 44px;
  font-weight: 300;
  color: #d92429;
  text-transform: uppercase;
  /*border-bottom: 1px solid #d92429;*/
}

.score__paragraph {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 30;
  line-height: 40px;
}

.test-drive {
  margin-top: 103px;
}

.test-drive__title {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.test-drive__title-desc {
  max-width: 760px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 35px;
}

.test-drive__subtitle {
  margin-top: 58px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  text-align: left;
}

.test-drive__subtitle--strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.test-drive__variants-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.test-drive__variants-wrap--good {
  margin-top: 24px;  
}

.test-drive__variants-text {
  position: relative;
  max-width: 826px;
  padding-top: 28px;
  padding-left: 34px;
  padding-right: 15px;
  padding-bottom: 32px;
  font-size: 20px;
  color: #0d0d0d;
  background-color: #fff;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.test-drive__variants-text--left {
  margin-right: 16px;
}

.test-drive__variants-text--left::before,
.test-drive__variants-text--left::after,
.test-drive__variants-text--right::before {
  content: '';
  position: absolute;
  right: -54px;
  bottom: -35px;
  width: 145px;
  height: 129px;
  background-image: url(../img/like-green-b.png);
  background-position: center;
  background-repeat: no-repeat;
}

.test-drive__variants-text--left::after {
  bottom: -44px;
  right: -44px;
  width: 96px;
  height: 73px;
  background-image: url(../img/like-green-s.png);
}

.test-drive__variants-text--right::before {
  bottom: -34px;
  right: -39px;
  width: 96px;
  height: 74px;
  background-image: url(../img/like-normal.png);
}

.test-drive__variants-name {
  margin-left: auto;
  margin-right: auto;
}

.test-drive__or-wrap {
  position: relative;
}

.test-drive__or {
  display: block;
  margin-top: 61px;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 40px;
  color: #d92429;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.test-drive__variants-wrap--normal {
  margin-top: 49px;
}

.test-drive__variants-text--right {
  margin-left: 15px;
}

.test-drive__or-wrap {
  position: relative;
  margin: auto;
  z-index: -1;
}

.test-drive__or-circle {
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  left: -1000px;
  right: -1000px;
  display: block;
  margin: auto;
  width: 206px;
  height: 206px;
  background: none;
  border: 1px solid #d92429;
  border-radius: 100%;  
  animation: pulse 12s linear infinite;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  100% {
    transform: scale(6.3);
    opacity: 0;
  }
}

.test-drive__or-circle--2 {
  animation-delay: 4s;
}

.test-drive__or-circle--3 {
  animation-delay: 7s;
}

.test-drive__or-circle--4 {
  animation-delay: 10s;
}


.test-drive__or-circle--n {
  width: 206px;
  height: 206px;
  -webkit-animation: none;
  -o-animation: none;
  animation: pulse-n 3s linear infinite;
  opacity: 0.5;
}

@keyframes pulse-n {
  0% {
    opacity: 0.2;
  }
  28% {
    opacity: 0.2;
  }
  31% {
    opacity: 0.7;
  }
  34% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}

.test-drive__desc {
  max-width: 640px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 35px;
}

.test-drive__form-wrap {
  position: relative;
  max-width: 470px;
  margin-top: 67px;
  margin-left: auto;
  margin-right: auto;
}

.test-drive__form-title {
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.test-drive__title-bg {
  position: absolute;
  top: 16px;
  left: -1000px;
  right: -1000px;
  margin: auto;
  z-index: -1;
}

.test-drive__form {
  margin-top: 16px;
  padding: 50px 40px;
  background-image: url(../img/test-drive-form-color.jpg);
  background-position: center;  
  box-shadow: 0px 14px 21.6px 8.4px rgba(0, 0, 0, 0.54),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.test-drive__input {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 29px;
}

.input--black {
  color: #fff;
  background-color: #000;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.28);
}

.input--black:focus {
  outline: 1px solid rgba(0, 161, 251, 0.4);
}

.input--black::-webkit-input-placeholder {font-size: 18px; letter-spacing: 0.02em; color: #fff;}
.input--black::-moz-placeholder          {font-size: 18px; letter-spacing: 0.02em; color: #fff;}/* Firefox 19+ */
.input--black:-moz-placeholder           {font-size: 18px; letter-spacing: 0.02em; color: #fff;}/* Firefox 18- */
.input--black:-ms-input-placeholder      {font-size: 18px; letter-spacing: 0.02em; color: #fff;}

.input--black:focus::-webkit-input-placeholder {color: #666;}
.input--black:focus::-moz-placeholder          {color: #666;}/* Firefox 19+ */
.input--black:focus:-moz-placeholder           {color: #666;}/* Firefox 18- */
.input--black:focus:-ms-input-placeholder      {color: #666;}

.input__phone-wrap {
  position: relative;
}

.input__phone-wrap::before {
  content: '*';
  position: absolute;
  top: 18px;
  left: 234px;
  color: #d92429;
  z-index: 1;
}

.input--phone {
  position: relative;
}

.input--phone:focus,
.input--phone:valid {
  /*outline: 2px solid red;*/
  z-index: 3;
}

.test-drive__button {
  max-width: 390px;
  color: #fff;
  font-size: 17px;
  background: none;
  box-shadow: none;
  text-shadow: none;
  letter-spacing: 0.04em;
  border: 5px solid #d92429;
  border-radius: 100px;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.test-drive__button:hover {
  background-color: #d92429;
}

.test-drive__phone-wrap {
  display: block;
  margin-top: 29px;
  font-size: 18px;
  color: #d92429;
  text-align: right;
  letter-spacing: 0.02em;
}

.test-drive__phone {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.test-drive__bg {
  position: absolute;
  top: -1100px;
  bottom: -1000px;
  left: -1114px;
  right: -1000px;
  margin: auto;
  z-index: -1;
  animation: light-td 8s infinite ease-in;
}

@keyframes light-td {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }

  50% {
    opacity: 0.7;
    transform: rotate(20deg);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

.test-drive__ctrl {
  position: absolute;
  top: 47px;
  left: -202px;
  animation: tp-btm 18s infinite ease-in-out;
}

@keyframes tp-btm {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0);
  }
}

.test-drive__z {
  position: absolute;
  top: 141px;
  right: -110px;
  z-index: -2;
  animation: tp-btm 8s 2s infinite ease-out;
}






.credit {
  max-width: 810px;
  margin-top: 99px;
}

.credit__desc {
  display: inline-block;
  margin-top: 21px;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.credit__wrap {
  margin-top: 41px;
  padding-top: 64px;
  background-image: url(../img/ep_naturalblack.png);
  border: 1px solid #292e34;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.credit__formula {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.credit__summand--50k {
  font-size: 87px;
  line-height: 80px;
  font-weight: 300;
}

.credit__summand--roubles {
  display: block;
  margin-top: -7px;
  padding-right: 6px;
  font-size: 21px;
  color: #1d8aff;
  text-align: right;
}

.credit__summand--5 {
  display: inline-block;
  margin-top: 10px;
  font-size: 120px;
  font-weight: 700;
  color: #1d8aff;
  line-height: 80px;
}

.credit__sign {
  margin-top: 33px;
  margin-left: 31px;
  margin-right: 27px;
}

.credit__summand--month {
  font-size: 48px;
  font-weight: 700;
  color: #1d8aff;
}

.credit__form {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 62px;
  margin-left: -1px;
  margin-right: -1px;
  padding-top: 51px;
  padding-bottom: 49px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fff;
  z-index: 1;
}

.credit__input {
  width: 100%;
  max-width: 300px;
  margin-right: 10px;
  flex-shrink: 0;
}

.credit__button {
  max-width: 360px;
  font-size: 16px;
  border-radius: 2000px;
  box-shadow: 0px 4px 0px 0px rgba(224, 172, 17, 100);
}

.recipe {
  margin-top: 152px;
  margin-bottom: 0;
  text-align: left;
}

.recipe__title {
  max-width: 710px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.recipe__title--small {
  display: block;
  margin-top: 4px;
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.4;
}

.recipe__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 43px;
}

.recipe__item {
  width: calc(33.3% - 20px);
  margin-bottom: 34px;
}

.recipe__icon-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  font-size: 0;
  line-height: 0;
}

.recipe__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  max-height: 64px;
  opacity: 0.6;
  transition: 0.4s;
  transition-timing-function: ease-out;
}

.recipe__item:hover .recipe__icon {
  opacity: 1;
}

.recipe__subtitle {
  margin-top: 19px;
  margin-bottom: 0;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 30px;
}

.recipe__text {
  margin-top: 10px;
}

.footer {
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 96px;
  padding-top: 12px;
  padding-bottom: 20px;
}

.header--footer {
  position: relative;
}

.header__logo--footer {
  width: 296px;
}

.header__desc--footer {
  margin-top: 42px;
}

.footer__photo-wrap {  
  text-align: center;
  margin-top: -75px;
  margin-left: auto;
  margin-right: 42px;
}

.footer__light-bg {
  position: absolute;
  top: -600px;
  left: -1000px;
  right: -1000px;
  margin: auto;
  opacity: 0.5;
  z-index: -5;
}

.footer__offer-wrap {
  position: relative;
  margin-top: 42px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 970px;
  width: 100%;
  max-width: 10000px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
  z-index: -4;
  opacity: 0.08;
}

.offer__title-wrap--footer {
  margin-top: 51px;
}

.footer__form-wrap {
  position: relative;
  max-width: 450px;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.footer__form {
  position: relative;
  margin-top: 16px;
  padding: 38px 30px 65px;
  background-image: url(../img/test-drive-form-color.jpg);
  background-position: center;  
  box-shadow: 0px 14px 21.6px 8.4px rgba(0, 0, 0, 0.54),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.footer__form-title {
  margin: 0;
  margin-bottom: 0;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.footer__form-title--small {
  display: block;
  margin-top: 13px;
  font-size: 26px;
}

.footer__input {
  max-width: 400px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 29px;
}

.footer__button {
  max-width: 400px;
}

.footer__phone-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 33px;
  z-index: 1;
}

.footer__social-button {
  margin-top: 2px;
  margin-right: 10px;
}

.footer__social-button--first {
}

.footer__phone {
  font-weight: 700;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.russia {
  position: relative;
  margin-top: -13px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.russia__title {
  margin: auto;
  margin-top: 383px;
  margin-bottom: 230px;
  font-size: 70px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  line-height: 95px;
  letter-spacing: 0.02em;
  z-index: 1;
}

.russia__title--strong {
  display: block;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  font-weight: 300;
  text-transform: none;
  line-height: 50px;
  letter-spacing: 0.01em;
}

.russia__title--red {
  color: #d92429;
  font-weight: 700;
}

/*.russia__wrap {
  position: relative;
  height: 864px;
}*/

.russia__map {
  position: absolute;
  top: -32px;
  left: -1042px;
  right: -1000px;
  margin: auto;
  z-index: -1;
}

.footer__container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  margin-top: 96px;
  padding-right: 249px;
}

.footer__copywrite {
  width: 230px;
  font-size: 18px;
  text-align: left;
}

.footer__politics {
  margin-left: 30px;
  margin-right: 30px;
  margin-left: auto;
  margin-right: auto;
  color: #1d8aff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.footer__politics:hover {
  text-decoration: none;
}

.blue-red-bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/form-light-blue.png);
  background-repeat: no-repeat;
  background-color: #000;
  z-index: 0;
  /*opacity: 0;*/
}

.blue-red-bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/form-light-red.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
}


.consult__form {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 540px;
  height: auto;
  max-width: 640px;
  /* margin-top: 226px; */
  /* margin-bottom: 200px; */
  margin: auto;
  padding-top: 50px;
  padding-bottom: 96px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../img/ep_naturalblack.png);
  background-color: #000;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: 0 24px 40px rgba(0, 0, 0, 0.70);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.70);
}

.form__title {
  position: relative;
  max-width: 386px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
  z-index: 1;
}

.form__wrap {
  position: relative;
  max-width: 390px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.form__input {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 27px;
  color: #FFF;
  background-color: #000;
  border: none;
  border-radius: 200px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.form__input::-webkit-input-placeholder {
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
}

.form__input::-moz-placeholder {
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
}

/* Firefox 19+ */
.form__input:-moz-placeholder {
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
}

/* Firefox 18- */
.form__input:-ms-input-placeholder {
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.02em;
}

.form__button {
  width: 100%;
  max-width: 1000px;
  letter-spacing: 0.01em;
  outline: none;
}

.form__or-call {
  position: relative;
  display: block;
  margin-top: 29px;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0.02em;
  z-index: 1;
}




.top-button {
  position: fixed;
  bottom: 50px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  /*background-color: #1d8aff;*/
  /*background-color: red;*/
  /*background: url(../img/ep_naturalblack.png);*/
  background-color: rgba(29, 138, 255, 0.2);
  border: 2px solid #1d8aff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 20;
}

.top-button::after {
  content: 'наверх';
  position: absolute;
  top: -51px;
  left: -10px;
  font-size: 14px;
  color: #FFF;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 0.02em;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.top-button:hover {
  background-color: #1d8aff;
}

.top-button__arrow {
  position: absolute;
  top: 13px;
  left: -1px;
  right: 0;
  top: 0;
  top: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*width: 13px;*/
  /*width: 10px;*/
  /*height: 20px;*/
  /*height: 30px;*/
  margin: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.top-button:hover .top-button__arrow {
  top: -3px;
}

.top-button:hover::after {
  opacity: 1;
}

.home-button {
  position: fixed;
  bottom: 50px;
  right: 60px;
  display: block;
  width: 40px;
  height: 40px;
  /*background-color: #1d8aff;*/
  /*background-color: red;*/
  /*background: url(../img/ep_naturalblack.png);*/
  background-color: rgba(29, 138, 255, 0.2);
  border: 2px solid #1d8aff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 20;
}

.home-button::after {
  content: 'на главную';
  position: absolute;
  top: 2px;
  left: -93px;
  font-size: 14px;
  color: #FFF;
  /*transform: rotate(-90deg);*/
  letter-spacing: 0.02em;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.home-button:hover {
  background-color: #1d8aff;
}

.home-button:hover::after {
  opacity: 1;
}

.home-button__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  bottom: 2px;
  left: 0;
  right: 0;
  /*width: 18px;
height: 18px;*/
  margin: auto;
}


.header--case {
  position: relative;
}

.case-offer {
  position: relative;
  height: 760px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case-offer::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background: url(../img/bg-line.png) top center repeat-y;
  z-index: 0;
}

.case-offer--elya-smith {
  background-image: url(../img/offer-elya-smith-bg.jpg);
}

.case-offer--meerhof {
  background-image: url(../img/offer-meerhof-bg.jpg);
  background-position: top center;
}

.case-offer--egger {
  background-image: url(../img/offer-egger-bg.jpg);
  background-position: top center;
}

.case-offer--gsm {
  background-image: url(../img/offer-gsm-bg.jpg);
  background-position: top center;
}

.case-offer--premade {
  background-image: url(../img/offer-premade-bg.jpg);
  background-position: top center;
}

.case-offer--svs {
  background-image: url(../img/offer-svs-bg.jpg);
  background-position: top center;
}

.case-offer--boilers {
  background-image: url(../img/offer-boilers-bg.jpg);
  background-position: top center;
}

.case-offer--leibman {
  background-image: url(../img/offer-leibman-bg.jpg);
  background-position: top center;
}

.case-offer--zdravsila {
  background-image: url(../img/offer-zdravsila-bg.jpg);
  background-position: top center;
}

.case-offer--polarstern {
  background-image: url(../img/offer-polarstern-bg.jpg);
  background-position: top center;
}

.case-offer--networking {
  background-image: url(../img/offer-networking-bg.jpg);
  background-position: top right;
}

.case-offer--maed {
  background-image: url(../img/offer-maed-bg.jpg);
  background-position: top center;
}

.case-offer--visotsky {
  background-image: url(../img/offer-visotsky-bg.jpg);
  background-position: top center;
}

.case-offer__title {
  position: relative;
  margin-top: 159px;
  margin-bottom: 63px;
  font-size: 87px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 100px;
}

.case-offer__title::after {
  content: '';
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 180px;
  height: 1px;
  margin: auto;
  background-color: #d92429;
}

.case-offer__desc {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  /*letter-spacing: 0.04em;*/
  line-height: 40px;
}

.breadcrumbs {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.breadcrumbs__link {
  position: relative;
  color: #FFF;
  text-decoration: none;
}

.breadcrumbs__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FFF;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.breadcrumbs__link:hover::after {
  opacity: 0;
}

.breadcrumbs__line {
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumbs__active-page {
  opacity: 0.6;
}

.about-case {
  position: relative;
  padding-bottom: 40px;
  background-color: #FFF;
  color: #333;
}

.about-case::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background: url(../img/bg-line.png) top center repeat-y;
  z-index: 0;
  opacity: 0.12;
}

.about-case__wrap {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 70px;
  text-align: left;
}

.about-case__title {
  margin-bottom: 16px;
  font-size: 34px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.about-case__title--solution {
  color: #1d89fd;
}

.about-case__target {
  width: calc(50% - 15px);
  padding-top: 33px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-case__solution {
  width: calc(50% - 15px);
  margin: 0;
  padding-top: 30px;
  padding-bottom: 18px;
  padding-left: 27px;
  padding-right: 27px;
  border: 3px solid rgba(29, 138, 255, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.about-case__solution:hover {
  border: 3px solid rgba(29, 138, 255, 0.7);
}

.about-case__text {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.case-work {
  position: relative;
  padding-top: 100px;
}

.case-work__image {
  display: block;
  width: 100%;
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}

.case-work__image--mobile {
  display: none;
}

.case-work__light {
  position: absolute;
  top: -287px;
  z-index: -1;
}

.case-work__light--red {
  left: -160px;
  -webkit-animation: light-1 6s infinite ease-in-out;
  animation: light-1 6s infinite ease-in-out;
}

.case-work__light--blue {
  right: -160px;
  -webkit-animation: light-2 4s 1s infinite ease-in-out;
  animation: light-2 4s 1s infinite ease-in-out;
}

.case-work__adress {
  display: inline-block;
  margin-top: 92px;
  font-size: 24px;
  font-weight: 300;
}

.case-work__link {
  position: relative;
  display: inline-block;
  color: #d92429;
  text-decoration: none;
}

.case-work__link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  display: inline-block;
  height: 1px;
  background-color: #d92429;
}

.case-work__link::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  display: inline-block;
  height: 1px;
  background-color: #d92429;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.case-work__link:hover::before {
  opacity: 1;
}

.case-work__link-block {
  margin-top: 81px;
}

.link-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 130px;
}

.link-block__button {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.link-block__arrow {
  position: relative;
  margin-top: 19px;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.link-block__arrow--not-active {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.link-block__arrow:hover {
  color: #1d8aff;
}

.link-block__arrow::before {
  content: '';
  position: absolute;
  top: 9px;
  display: inline-block;
  width: 105px;
  height: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.link-block__arrow--back {
  padding-left: 115px;
}

.link-block__arrow--back:hover::before {
  left: -15px;
}

.link-block__arrow--back::before {
  left: 0;
  background-image: url(../img/case-prev-arrow.png);
}

.link-block__arrow--forward {
  padding-right: 115px;
}

.link-block__arrow--forward::before {
  right: 0;
  background-image: url(../img/case-next-arrow.png);
}

.link-block__arrow--forward:hover::before {
  right: -15px;
}

.pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 10;
}

.pop-up__form {
  position: absolute;
  top: auto;
  bottom: auto;
  top: -1000px;
  bottom: -1000px;
  left: 20px;
  right: 20px;
  display: block;
  max-width: 480px;
  max-height: 340px; 
  margin: auto;
  padding-top: 50px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}

.pop-up__outline-wrap::before,
.pop-up__outline-wrap::after {
  content: '';
  position: absolute;
  border: 1px solid #1d8aff;
  z-index: -1;
}

.pop-up__outline-wrap::before {
  content: '';
  top: -70px;
  bottom: -70px;
  left: -70px;
  right: -70px;
  opacity: 0.6;
}

.pop-up__outline-wrap::after {
  content: '';
  top: -140px;
  bottom: -140px;
  left: -140px;
  right: -140px;
  opacity: 0.3;
}

.pop-up__title {
  margin-top: 0;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
}

.pop-up__form-wrap {
  margin-top: 16px;
}

.pop-up__button {
  width: 100%;
  max-width: 1000px;
}

.pop-up__close {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  background: none;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
  outline: none;
}

.pop-up__close:hover {
  color: #FFF;
}

.pop-up__close:hover::before,
.pop-up__close:hover::after {
  opacity: 1;
}

.pop-up__close::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  display: inline-block;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
}

.pop-up__close::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  display: inline-block;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
}

.instead--thanks {
  overflow: hidden;  
}

.thanks__title-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.thanks__logo-wrap {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin-top: 126px;
}

.thanks__logo-bg {
  position: absolute;
  top: -28px;
  left: -1047px;
  right: -1000px;
  max-width: 336px;
  margin: auto;
  opacity: 0.2;
}

.thanks__content {
  max-width: 642px;
  margin-top: 108px;
  padding-left: 70px;
  text-align: left;
}

.thanks__title {
  position: relative;
  margin-bottom: 0;
  font-size: 76px;
  text-transform: uppercase;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.47);
  line-height: 90px;
  letter-spacing: 0.11em;
}

.thanks__title--double {
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: none;
}

.thanks__title--1 {
  top: 5px;
  left: 5px;
  color: #00a1fb;
  opacity: 0.6;
  z-index: -1;
}

.thanks__title--2 {
  top: 10px;
  left: -5px;
  color: #d92429;
  opacity: 0.2;
  z-index: -2;
}

.thanks__title-desc {
  margin-top: 8px;
  margin-left: 2px;
  font-size: 20px;
  line-height: 35px;
}

.thanks__title-sign {
  display: block;
  margin-top: 16px;
  margin-left: auto;
  font-size: 15px;
  text-align: right;
}

.thanks__form-container {
  position: relative;
  max-width: 980px;
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
}

.thanks__form-container::before,
.thanks__form-container::after {
  content: '';
  position: absolute;
  top: -24px;
  left: -10000px;
  right: -10000px;
  margin: auto;
  width: 2000px;
  height: 1px;
  background-color: #00a1fb;
  opacity: 0.16;
  transform: rotate(13.6deg);
}

.thanks__form-container::after {
  width: 1000px;
  top: -176px;
  right: auto;
  left: calc(50% + 529px);
  transform: rotate(-37.5deg);
}

.thanks__form-desc {
  display: block;
  max-width: 580px;
  margin-left: auto;
  font-size: 18px;
  text-align: right;
}

.thanks__form-wrap {
  margin-top: 31px;
  padding-top: 33px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border: 1px solid rgba(0, 161, 251, 0.4);
  border-radius: 20px;
}

.thanks__form-title {
  margin-left: -5px;
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.01em;
}

.thanks__form-title--strong {
  display: block;
  margin-bottom: 17px;
  margin-left: -2px;
  font-size: 45px;
  color: #00a1fb;
  letter-spacing: 0;
  letter-spacing: -0.01em;
}

.thanks__form {
  position: relative;
  margin-top: 39px;
  padding-top: 29px;
  padding-bottom: 44px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  background: url(../img/ep_naturalblack.png) top center repeat;
  box-shadow: 0px 14px 21.6px 8.4px rgba(0, 0, 0, 0.54),inset 0px 2px 0px 0px rgba(255, 255, 255, 0.27);
  border-radius: 20px;
  z-index: 1;
}

.thanks__line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 26px;
}

.thanks__line::before,
.thanks__line::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -30px;
  right: -30px;
  background-color: #000;
  height: 1px;
}

.thanks__line::after {
  bottom: -1px;
  background-color: #fff;
  opacity: 0.15;
}

.thanks__input-wrap {
  width: 100%;
  width: calc(50% - 10px);
  margin-bottom: 14px;
}

.thanks__label {
  display: inline-block;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.grey--thanks {
  color: #777;
}

.thanks__input {
  display: block;
  height: 60px;
  padding-top: 3px;
  padding-left: 17px;
  border-radius: 10px;
}

.thanks__input::-webkit-input-placeholder {font-size: 17px; letter-spacing: 0.02em; color: #464646;}
.thanks__input::-moz-placeholder          {font-size: 17px; letter-spacing: 0.02em; color: #464646;}/* Firefox 19+ */
.thanks__input:-moz-placeholder           {font-size: 17px; letter-spacing: 0.02em; color: #464646;}/* Firefox 18- */
.thanks__input:-ms-input-placeholder      {font-size: 17px; letter-spacing: 0.02em; color: #464646;}

.thanks__input:focus::-webkit-input-placeholder {color: #666;}
.thanks__input:focus::-moz-placeholder          {color: #666;}/* Firefox 19+ */
.thanks__input:focus:-moz-placeholder           {color: #666;}/* Firefox 18- */
.thanks__input:focus:-ms-input-placeholder      {color: #666;}

.thanks__input-wrap--textarea {
  width: 100%;
  max-width: 2000px;
}

.thanks__textarea {
  height: 180px;
  padding-top: 14px;
  padding-right: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thanks__button {
  max-width: 260px;
  margin-top: 26px;
}

.thanks__alert {
  margin-left: 15px;
  font-weight: 700;
}

.footer--thanks {
  margin-top: 98px;
}

.footer__container--thanks {
  margin-top: 0;
}

.total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 100vh;
}

.total__logo {
  position: absolute;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.total__content {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  text-align: center;
}

.thanks__title--total {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.total__title-desc {
  max-width: 580px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 35px;
}

.total__button {
  max-width: 260px;
  margin-top: 4px;
  padding-top: 19px;
  text-decoration: none;
}


/*Технические классы*/

.visible {
  display: -moz-flex;  
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
}

.no-scroll {
  overflow: hidden;
  padding-right: 16px;
}

.thanks__alert {
  display: none;
}






/*Прелоадер*/

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  background-color: #000;
  z-index: 40;
}

.preloader__desc {
  display: block;
  width: 100%;
  margin-top: 40px;
  opacity: 0.7;
}

.infinity {
  width: 120px;
  height: 60px;
  position: relative;
  /*margin: auto;*/
}
.infinity div,
.infinity span {
  position: absolute;
}
.infinity div {
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: rotate 6.9s linear infinite;
          animation: rotate 6.9s linear infinite;
}
.infinity div span {
  left: -8px;
  top: 50%;
  margin: -8px 0 0 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #8C6FF0;
  box-shadow: 2px 2px 8px rgba(140, 111, 240, 0.09);
  border-radius: 50%;
  transform: rotate(90deg);
  -webkit-animation: move 6.9s linear infinite;
          animation: move 6.9s linear infinite;
}
.infinity div span:before, .infinity div span:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  box-shadow: inherit;
}
.infinity div span:before {
  -webkit-animation: drop1 0.8s linear infinite;
          animation: drop1 0.8s linear infinite;
}
.infinity div span:after {
  -webkit-animation: drop2 0.8s linear infinite 0.4s;
          animation: drop2 0.8s linear infinite 0.4s;
}
.infinity div:nth-child(2) {
  -webkit-animation-delay: -2.3s;
          animation-delay: -2.3s;
}
.infinity div:nth-child(2) span {
  -webkit-animation-delay: -2.3s;
          animation-delay: -2.3s;
}
.infinity div:nth-child(3) {
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
}
.infinity div:nth-child(3) span {
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
}

.infinityChrome {
  width: 128px;
  height: 60px;
  /*margin: auto;*/
}
.infinityChrome div {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #8C6FF0;
  box-shadow: 2px 2px 8px rgba(140, 111, 240, 0.09);
  border-radius: 50%;
  -webkit-animation: moveSvg 6.9s linear infinite;
          animation: moveSvg 6.9s linear infinite;
  filter: url(#goo);
  transform: scaleX(-1);
  offset-path: path("M64.3636364,29.4064278 C77.8909091,43.5203348 84.4363636,56 98.5454545,56 C112.654545,56 124,44.4117395 124,30.0006975 C124,15.5896556 112.654545,3.85282763 98.5454545,4.00139508 C84.4363636,4.14996252 79.2,14.6982509 66.4,29.4064278 C53.4545455,42.4803627 43.5636364,56 29.4545455,56 C15.3454545,56 4,44.4117395 4,30.0006975 C4,15.5896556 15.3454545,4.00139508 29.4545455,4.00139508 C43.5636364,4.00139508 53.1636364,17.8181672 64.3636364,29.4064278 Z");
}
.infinityChrome div:before, .infinityChrome div:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: inherit;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  box-shadow: inherit;
}
.infinityChrome div:before {
  -webkit-animation: drop1 0.8s linear infinite;
          animation: drop1 0.8s linear infinite;
}
.infinityChrome div:after {
  -webkit-animation: drop2 0.8s linear infinite 0.4s;
          animation: drop2 0.8s linear infinite 0.4s;
}
.infinityChrome div:nth-child(2) {
  -webkit-animation-delay: -2.3s;
          animation-delay: -2.3s;
}
.infinityChrome div:nth-child(3) {
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
}

@-webkit-keyframes moveSvg {
  0% {
    offset-distance: 0%;
  }
  25% {
    background: #5628EE;
  }
  75% {
    background: #23C4F8;
  }
  100% {
    offset-distance: 100%;
  }
}

@keyframes moveSvg {
  0% {
    offset-distance: 0%;
  }
  25% {
    background: #5628EE;
  }
  75% {
    background: #23C4F8;
  }
  100% {
    offset-distance: 100%;
  }
}
@-webkit-keyframes rotate {
  50% {
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%, 100% {
    margin-left: -60px;
  }
}
@keyframes rotate {
  50% {
    transform: rotate(360deg);
    margin-left: 0;
  }
  50.0001%, 100% {
    margin-left: -60px;
  }
}
@-webkit-keyframes move {
  0%, 50% {
    left: -8px;
  }
  25% {
    background: #5628EE;
  }
  75% {
    background: #23C4F8;
  }
  50.0001%, 100% {
    left: auto;
    right: -8px;
  }
}
@keyframes move {
  0%, 50% {
    left: -8px;
  }
  25% {
    background: #5628EE;
  }
  75% {
    background: #23C4F8;
  }
  50.0001%, 100% {
    left: auto;
    right: -8px;
  }
}
@-webkit-keyframes drop1 {
  100% {
    transform: translate(32px, 8px) scale(0);
  }
}
@keyframes drop1 {
  100% {
    transform: translate(32px, 8px) scale(0);
  }
}
@-webkit-keyframes drop2 {
  0% {
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    transform: translate(32px, -8px) scale(0);
  }
}
@keyframes drop2 {
  0% {
    transform: translate(0, 0) scale(0.9);
  }
  100% {
    transform: translate(32px, -8px) scale(0);
  }
}
.infinity {
  display: none;
}

html {
  -webkit-font-smoothing: antialiased;
}
