/* BASE STYLE */
/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
}

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
}

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  -webkit-transition-delay: 9999s;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
}

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

body {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea {
  border-radius: 0;
}

input::-ms-clear {
  width: 0;
}

body {
  position: relative;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #262626;
}

.color-gold {
  color: #e5c584 !important;
}

.color-gray {
  color: #797979;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 35px;
  margin: 0 auto;
}

.rospotrebnadzor-item {
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  margin: 70px 0 50px 0;
}

.rospotrebnadzor-item img {
  width: 64px;
  margin-right: 15px;
}

.rospotrebnadzor-item p {
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}

.rospotrebnadzor-item span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #262626;
}

section#evva-pay video {
  width: 350px;
}

.evva-pay__head {
  display: flex;
  margin-top: 90px;
  margin-bottom: 200px;
}

.evva-pay__head h2 {
  width: 50%;
}

p.evva-pay__text {
  font-size: 24px;
  line-height: 30px;
  width: 50%;
  color: #797979;
}

.evva-pay__mockupblock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 350px;
  margin: auto;
}

img.evva-pay-mockup {
  width: 350px;
}

.benefit .primary-title {
  text-align: center;
  font-size: 80px;
  line-height: 84px;
}

.benefit .primary-title b {
  color: #E5C584;
}

.benefit-adv-list {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  margin-top: 80px;
}

.benefit-adv-list li {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
  width: calc(25% - 10px);
  padding: 30px;
}

.benefit-adv-list img {
  width: 54px;
}

.benefit .benefit-adv-list h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 24px 0 0 0;
}

.benefit-dop-block {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  background: #F5F5F5;
  border-radius: 20px;
}

.benefit-dop-img-block {
  padding: 50px 50px 0 50px;
}

.benefit-dop-img-block img {
  width: 470px;
  height: auto;
}

.benefit-dop-img-block h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  margin: 0 0 50px 0;
}

.benefit-dop-button-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.benefit-dop-button-block p {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.benefit-dop-button-block b {
  color: #E5C584;
}

.benefit-dop-button-block span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #797979;
  margin: 24px 0 50px 0;
}
.benefit .benefit-slider-js .swiper__control {
  display: none;
}

.benefit-dop-block>img {
   display: none;
 }

.activateevva-adv-list.benefit-slider__wrapper {
  display: flex;
  justify-content: space-between;
}

li.activateevva-slider__item {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
  width: calc(33.333% - 7px);
  padding: 30px;
}

li.activateevva-slider__item img {
  width: 54px;
}

li.activateevva-slider__item h5 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.activateevva-slider__item.img-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li.activateevva-slider__item p a:hover {
  color: #E5C584;
}

li.activateevva-slider__item span {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #f5f5f5;
  text-align: right;
}

#activate-evva .swiper__control {
  display: none;
}

.activateiiko-adv-list.benefit-slider__wrapper {
  display: flex;
  justify-content: space-between;
}

li.activateiiko-slider__item {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
  width: calc(33.333% - 7px);
  padding: 30px;
}

li.activateiiko-slider__item img {
  width: 54px;
}

li.activateiiko-slider__item h5 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.activateiiko-slider__item.img-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li.activateiiko-slider__item p a:hover {
  color: #E5C584;
}

li.activateiiko-slider__item span {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #f5f5f5;
  text-align: right;
}

#activate-iiko .swiper__control {
  display: none;
}

li#menu-item-689 {
  color: #e5c584;
}






/* PARALLAX */
#evva-pay .items {
  display: -webkit-box;
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

#evva-pay .items__inner {
  position: relative;
  width: 100%;
}

section#evva-pay {
  overflow: hidden;
}

.items__layer {position: absolute !important;}

.items__layer.evva-pay-logo-1.layer {
  left: -190px !important;
  top: -50px !important;
  width: 110px;
}

.items__layer.evva-pay-logo-2.layer {
  left: -300px !important;
  top: 250px !important;
  width: 110px;
}

.items__layer.evva-pay-logo-3.layer {
  top: 460px !important;
  left: -90px !important;
  width: 110px;
}

.items__layer.evva-pay-logo-4.layer {
  top: 50px !important;
  right: -300px !important;
  left: auto !important;
  width: 110px;
}

.items__layer.evva-pay-logo-5.layer {
  top: 300px !important;
  right: -120px!important;
  left: auto !important;
  width: 110px;
}

.items__layer.evva-pay-logo-6.layer {
  top: 600px!important;
  right: -290px !important;
  left: auto !important;
  width: 120px;
}

.items__layer .items__item {position: absolute;}
/* /PARALLAX */

/* /BASE STYLE */


/* MEDIA STYLE */
@media (max-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 990px;
  }
  .benefit-dop-block {
    flex-direction: column;
  }
}

@media (max-width: 990px) {
  .container {
    max-width: 767px;
    padding: 0 25px;
  }
}

@media (max-width: 360px) {
  .container {
    padding: 0 15px;
  }
}

.w-100 {
  width: 100%;
}

.overflow-h {
  touch-action: none;
  overflow: hidden !important;
  position: relative;
}

.hidden {
  display: none;
}

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-5 {
  margin-left: 5px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pt-80 {
  padding-top: 80px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-sb {
  justify-content: space-between;
}

.flex-direction-column {
  flex-direction: column;
}

/******* Preloader ********/
#dr-preloader {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  transition: all 300ms linear 0ms;
  background-color: rgba(255, 255, 255, 0.192);
}

#dr-preloader .dr-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 4em;
  height: 4em;
}

#dr-preloader .dr-preloader-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #121212;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-double-bounce 2s infinite ease-in-out;
}

#dr-preloader .dr-preloader-double-bounce-2 {
  animation-delay: -1s;
}

@keyframes sk-double-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/******* Preloader ********/
#dr-preloader {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  transition: all 300ms linear 0ms;
  background-color: #fff;
}

#dr-preloader .dr-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 4em;
  height: 4em;
}

#dr-preloader .dr-preloader-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e5c584;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-double-bounce 2s infinite ease-in-out;
}

#dr-preloader .dr-preloader-double-bounce-2 {
  animation-delay: -1s;
}

@keyframes sk-double-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes hoverFlare {
  0% {
    left: -90px;
  }
  100% {
    left: 150%;
  }
}

.btn {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  line-height: 70px;
  font-weight: 500;
  padding: 0px 20px;
  transition: all 0.3s ease;
  background: transparent;
  outline: none;
}

.btn:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:focus {
  outline: none;
}

.btn_hover {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  z-index: 2;
}

.btn_hover:before {
  content: '';
  transition: 3s ease-in-out;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  transform: skewX(-45deg);
  left: -900px;
}

.btn_hover:hover:before {
  animation: hoverFlare 1.5s infinite;
}

.gold-btn {
  background: #e5c584;
  color: #121212;
}

.dark-btn {
  border: 1px solid #070707;
  background-color: #070707;
  color: #ffffff;
}

.dark-btn.btn-icon {
  fill: #fff;
}

.btn-dark-border {
  color: #262626;
  background: transparent;
  border: 1px solid #797979;
}

.btn-dark-border:hover {
  border: 1px solid #000;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.primary-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 50px;
}

.primary-title-light {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 50px;
  color: #ffffff;
}

.primary-sub__title {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
  margin-top: 25px;
  margin-bottom: 50px;
}

.section-wrapper {
  padding: 100px 0;
}

@media (max-width: 990px) {
  .section-wrapper {
    padding: 50px 0;
  }
}

.form-input__loader {
  position: absolute;
  right: -3px;
  bottom: 5px;
  transform: translateX(100%);
  opacity: 0;
}

.form-input__loader.active {
  opacity: 1;
}

.form-group {
  position: relative;
}

.form-group__two-item .form-input__wrapp:first-child {
  margin-right: 14px;
}

.form-input__label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.form-input__wrapp {
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.form-input__wrapp.--error .form-input__line {
  transition: all 0.3s ease;
  width: 100%;
  background: #f29a17;
}

.form-input__wrapp.--error .form-input__error {
  transform: translateY(100%);
  opacity: 1;
  transition: all 0.3s ease;
}

.form-input__wrapp.--error .form-input:focus {
  transition: all 0.3s ease;
}

.form-input__wrapp.--error .form-input:focus + .form-input__line {
  width: 100%;
  background: #f29a17;
  transition: all 0.6s ease;
}

.form-input__wrapp.--short .form-input__line {
  transition: all 0.3s ease;
  width: 100%;
  background: #f29a17;
}

.form-input__wrapp.--short .form-input__short {
  transform: translateY(100%);
  opacity: 1;
  transition: all 0.3s ease;
}

.form-input__wrapp.--short .form-input:focus {
  transition: all 0.3s ease;
}

.form-input__wrapp.--short .form-input:focus + .form-input__line {
  width: 100%;
  background: #f29a17;
  transition: all 0.6s ease;
}

.form-input__wrapp.--done .form-input__line {
  transition: all 0.3s ease;
  width: 100%;
  background: #19d166;
}

.form-input__wrapp.--done .form-input__done {
  transform: translateY(100%);
  opacity: 1;
  transition: all 0.3s ease;
}

.form-input__wrapp.--done .form-input:focus {
  transition: all 0.3s ease;
}

.form-input__wrapp.--done .form-input:focus + .form-input__line {
  width: 100%;
  background: #19d166;
  transition: all 0.6s ease;
}

.form-input__error, .form-input__short {
  position: absolute;
  bottom: -5px;
  left: 0;
  margin-top: 10px;
  transform: translateY(0%);
  color: #f29a17;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  opacity: 0;
}

.form-input__error._check::before, .form-input__short._check::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 10px;
  background: url(../img/icons/check-icon.svg) center center no-repeat;
  background-size: contain;
}

.form-input__done {
  position: absolute;
  bottom: -5px;
  left: 0;
  margin-top: 10px;
  transform: translateY(0%);
  color: #19d166;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 18px;
  opacity: 0;
}

.form-input__done._check::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 10px;
  background: url(../img/icons/check-icon.svg) center center no-repeat;
  background-size: contain;
}

.form-input {
  font-family: "Helvetica", sans-serif;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #262626;
  background: transparent;
  padding: 0 40px 5px 50px;
  outline: none;
  border: none;
  border-bottom: 2px solid #e7e7e7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-input::placeholder {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #d4d4d4;
  opacity: 1;
  background: transparent;
  font-family: "Helvetica", sans-serif;
}

.form-input::-moz-placeholder, .form-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #d4d4d4;
  opacity: 1;
  background: transparent;
  font-family: "Helvetica", sans-serif;
}

.form-input:focus {
  color: #262626;
  background: transparent;
  transition: all 0.6s ease;
}

.form-input:focus + .form-input__line {
  width: 100%;
  background: #e5c584;
  transition: all 0.6s ease;
}

.form-input:hover {
  color: #262626;
  transition: all 0.6s ease;
  border-bottom: 2px solid #e5c584;
}

.form-input__textarea {
  outline: none;
  -moz-appearance: none;
  font-family: "Helvetica", sans-serif;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 15px;
  color: #262626;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.form-input__textarea::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
  font-family: "Helvetica", sans-serif;
  display: block;
  width: 100%;
  font-weight: 400;
}

.form-input__textarea::-moz-placeholder, .form-input__textarea::-webkit-input-placeholder {
  font-family: "Helvetica", sans-serif;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.form-input__textarea:focus {
  border: 1px solid #e5c584;
}

.form-input__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: transparent;
  transition: all 0.6s ease;
}

.form-input__icon {
  position: absolute;
  left: 0;
  top: 43%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/icons/tell.svg) center center no-repeat;
  background-size: contain;
}

.form-button {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.form__policy {
  display: flex;
}

.form__policy a {
  white-space: nowrap;
  color: #797979;
}

.form__policy a:hover {
  text-decoration: underline;
}

.form__checkbox {
  display: none;
}

.form__checkbox:checked + .form__checkbox-box {
  background-color: #262626;
}

.form__checkbox:checked + .form__checkbox-box::before {
  opacity: 1;
}

.form__checkbox-box {
  position: relative;
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
  min-width: 25px;
  min-height: 25px;
  border: 1px solid #262626;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
  background-color: transparent;
}

.form__checkbox-box::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.2s;
}

.form-thank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 233px;
}

.form-thank img {
  display: block;
  margin-bottom: 45px;
}

.form-thank__text {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  display: block;
}

.form-thank__text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #797979;
  margin-top: 15px;
  display: block;
  text-align: center;
}

.form-working-hours .form-input__label {
  font-weight: 400 !important;
  position: relative !important;
  margin-bottom: 5px !important;
  top: 0 !important;
  padding-left: 0 !important;
}

.form-working-hours .form-input {
  padding-top: 15px !important;
  padding-left: 100px !important;
}

.form-working-hours .form-input__wrapp:first-child {
  margin-right: 14px;
}

.form-working-hours .form-input__label-text {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #797979;
}

.select {
  position: relative;
}

.select__header {
  border: 1px solid #f5f5f5;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.select__header::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  opacity: 0.5;
  margin-left: 5px;
  background: url("../img/icons/arrow-drop.svg") center center no-repeat;
  background-size: 99%;
  transition: all 0.3s ease;
}

.select__current {
  outline: none;
  pointer-events: none;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 70px;
  padding: 0 15px;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
  background: #f5f5f5;
  width: 100%;
}

.select__current::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.select__current::-moz-placeholder, .select__current::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.select__body {
  position: absolute;
  display: inline-block;
  width: 100%;
  min-width: 210px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #e7e7e7;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: -1;
}

.select__item {
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e7e7e7;
}

.select__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.select__item:hover {
  background: #e7e7e7;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select.is-active .select__body {
  top: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 100;
}

.select.is-active .select__header {
  border: 1px solid #e5c584;
}

.select.is-active .select__header::after {
  transform: rotate(180deg) translateY(7px);
  transition: all 0.3s ease;
}

.animation-triger-wrapp {
  position: relative;
}

.animation-triger-wrapp .animation-triger-js {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
}

.swiper-pagination.swiper-pagination-progressbar {
  display: block !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 1;
  height: 4px;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e5c584;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 10px;
}

.swiper-progress-bar {
  position: relative;
  width: 200px;
  display: block;
  z-index: 1;
  height: 4px;
}

.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 4px;
  background: #f5f5f5;
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 45px;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
}

.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #e5c584;
  border-radius: 10px;
  height: 100%;
  width: 0;
  content: '';
}

.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}

.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}

.slider-btn {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0 0 3px 3px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  outline: none;
}

.slider-btn span {
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.slider-btn:hover {
  transition: all 0.3s ease;
  outline: none;
}

.slider-btn.slick-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.slider-btn.slick-disabled:hover {
  opacity: 0.5;
  background: none;
}

.slider-btn__prev {
  transform: translateY(-50%) rotate(45deg);
  left: -50px;
  z-index: 10;
}

.slider-btn__next {
  transform: translateY(-50%) rotate(225deg);
  right: -50px;
}

.slider-btn--effect-boris::after {
  background: rgba(111, 148, 182, 0.1);
}

.slider-btn--effect-boris.cbutton--click::after {
  animation: anim-effect-boris 0.3s forwards;
}

@keyframes anim-effect-boris {
  0% {
    transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}

.h-fixed {
  position: fixed !important;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  opacity: 1;
  background: #070707;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease;
  background: #fff;
}

.header.active {
  z-index: 15;
  top: -100%;
  transition: all 0.3s;
}

.header-container {
  position: relative;
  width: 100%;
  max-width: 2440px;
  padding: 15px 35px;
  margin: 0 auto;
}

.header-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  margin-right: 160px;
}

.header-logo svg {
  height: 18px;
  width: 92px;
  transition: all 0.3s ease;
  fill: black;
}

.header-logo:hover svg {
  fill: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menu__wrapp {
  padding: 0 20px;
}

.header-menu li a {
  text-align: center;
  display: block;
  color: #262626;
  padding: 0 25px;
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s ease;
}

.header-menu li a:hover {
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}

.header-menu__head {
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.header-menu__title {
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  color: #ffffff;
}

.header-menu__close {
  width: 18px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1000;
}

.header-menu__close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.header-menu__close span:nth-child(1) {
  top: 0;
  transform: translateY(8px) rotate(135deg);
}

.header-menu__close span:nth-child(2) {
  bottom: 0;
  transform: translateY(-8px) rotate(-135deg);
}

.header-options {
  display: flex;
  align-items: center;
}

.header-btn {
  border: 1px solid #d4d4d4;
  margin-left: 30px;
  line-height: 40px;
  color: #262626;
}

.header-btn:hover {
  border: 1px solid #262626;
  transition: all 0.3s ease;
}

.header-btn:active {
  border: 1px solid #262626;
}

.header__mob-conten {
  display: none;
}

.contact-tell {
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #262626;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.contact-tell img {
  display: none;
  height: 25px;
  margin-right: 10px;
}

.contact-tell:hover {
  color: rgba(38, 38, 38, 0.7);
  transition: all 0.3s ease;
}

.header-burger {
  width: 18px;
  height: 9px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1000;
}

.header-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #262626;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}

.header-burger span:nth-child(1) {
  top: 0;
}

.header-burger span:nth-child(2) {
  bottom: 0;
  max-width: 50%;
}

.header-burger__wrapper {
  display: none;
  align-items: center;
}

.header-burger__wrapper.active span:nth-child(1) {
  top: 0;
  transform: translateY(3px) rotate(135deg);
}

.header-burger__wrapper.active span:nth-child(2) {
  max-width: 100%;
  bottom: 0;
  transform: translateY(-4px) rotate(-135deg);
}

.select-lang {
  position: relative;
  margin-right: 10px;
  padding: 5px 10px 5px 0px;
  border-right: 1px solid #e5e5e5;
}

.select-lang__current {
  position: relative;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s ease;
}

.select-lang__current::after {
  content: '';
  margin: auto;
  margin-top: 6px;
  margin-left: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.select-lang__body {
  position: absolute;
  left: -20px;
  display: inline-block;
  min-width: 75px;
  margin-top: 10px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: -1;
}

.select-lang__body .lang-item {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-lang__body .lang-item:first-child {
  padding-top: 10px;
}

.select-lang__body .lang-item:last-child {
  padding-bottom: 10px;
}

.select-lang__body .lang-item a {
  display: flex;
  align-items: center;
}

.select-lang__body .lang-item img {
  margin-bottom: 1px;
}

.select-lang.active .select-lang__current::after {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-top: 9px;
}

.select-lang.active .select-lang__body {
  top: 100%;
  left: -20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 100;
}

.lang-switcher_mob {
  display: none;
}

@media (max-width: 1350px) {
  .header-logo {
    margin-right: 90px;
  }
}

@media (max-width: 990px) {
  .select-lang {
    display: none;
  }
  .lang-switcher_mob {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lang-switcher_mob .lang-item {
    margin: 12px;
  }
}

.privacy-policy {
  padding-top: 180px;
  padding-bottom: 120px;
  background: #fff;
}

.privacy-policy__title {
  font-weight: bold;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 50px;
}

.privacy-policy__body {
  display: flex;
  position: relative;
}

.privacy-policy__menu-wrapp {
  position: sticky;
  top: 80px;
  left: 0;
}

.privacy-policy__contents {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 100px;
}

.privacy-policy__contents-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  width: 100%;
  margin-bottom: 30px;
}

.privacy-policy__contents-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 80px);
  margin: 0 -40px -30px -40px;
}

.privacy-policy__contents-item {
  width: calc(25% - 80px);
  margin: 0 40px 30px 40px;
  font-size: 14px;
  line-height: 18px;
}

.privacy-policy__contents-item span {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #e5c584;
  display: block;
  margin-bottom: 10px;
}

.privacy-policy__menu-body {
  width: 100%;
  max-width: 310px;
  margin-right: 100px;
}

.privacy-policy__menu-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 50px;
}

.privacy-policy__menu-item {
  margin-bottom: 25px;
}

.privacy-policy__menu-link {
  display: block;
  font-weight: 550;
  font-size: 16px;
  line-height: 20px;
  color: #797979;
  transition: all 0.3s ease;
}

.privacy-policy__menu-link:hover {
  transition: all 0.3s ease;
  color: #262626;
}

.privacy-policy__content {
  width: 100%;
  max-width: 770px;
  margin-left: 0;
  margin-right: auto;
}

.privacy-policy__paragraph {
  padding-top: 80px;
}

.privacy-policy__paragraph:first-child {
  padding-top: 0;
}

.privacy-policy__paragraph h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 50px;
}

.privacy-policy__paragraph p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.privacy-policy__paragraph strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.privacy-policy__paragraph b {
  font-size: 16px;
  line-height: 22px;
}

.privacy-policy__paragraph a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  color: #e5c584;
}

.privacy-policy__paragraph a:hover {
  text-decoration: underline;
}

.privacy-policy__paragraph ul li {
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.privacy-policy__paragraph ul li::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background: url(../img/icons/check-icon.svg) center center no-repeat;
  background-size: contain;
}

.page-contant h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 50px;
}

.page-contant p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.page-contant strong {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.page-contant b {
  font-size: 16px;
  line-height: 22px;
}

.page-contant a {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  color: #e5c584;
}

.page-contant a:hover {
  text-decoration: underline;
}

.page-contant ul li {
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.page-contant ul li::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background: url(../img/icons/check-icon.svg) center center no-repeat;
  background-size: contain;
}

.main-form {
  background: #f5f5f5;
  border-radius: 20px;
  margin: 0 30px 0px 30px;
}

.main-form__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-form__title {
  width: 100%;
  max-width: 500px;
}

.main-form__title span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.main-form__body {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 500px;
}

.main-form__input-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 50px;
}

.main-form__input-title strong {
  display: block;
  color: #e5c584;
}

.main-form__contact-text {
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}

.main-form__contact-link {
  position: relative;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  padding-left: 70px;
}

.main-form__contact-link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/icons/tell.svg) center center no-repeat;
  background-size: contain;
}

.main-form__wrapp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-form__desc {
  width: 100%;
  max-width: 610px;
  margin-right: 30px;
}

.main-form__desc-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.main-form__desc-row:first-child {
  margin-bottom: 10px;
}

.main-form__col {
  width: 50%;
}

.main-form__col:first-child {
  padding-right: 30px;
}

.main-form__desc-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}

.main-form__desc-price {
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 15px;
}

.main-form__desc-price span {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.main-form__desc-price._licence {
  color: #333333;
}

.main-form__desc-price._subscription {
  color: #e5c584;
}

.main-form__desc-title.included-price {
  border-top: 1px solid #d4d4d4;
  margin-top: 30px;
  padding-top: 30px;
}

.main-form__desc-text {
  display: flex;
  background: #FFFFFF;
  border-radius: 42px;
  height: 82px;
  align-items: center;
  padding: 14px 55px 14px 14px;
  margin-bottom: 30px;
}

.main-form__desc-text img {
  margin-right: 14px;
}

.main-form__desc-text p {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.main-form__desc-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.main-form__desc-link::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: sub;
}

.main-form__desc-link._clients {
  color: #e5c584;
  text-decoration: underline;
}

.main-form__desc-link._clients:hover {
  text-decoration: none;
}

.main-form__desc-link._clients::before {
  background: url(../img/icons/tell-gray.svg) center no-repeat;
}

.main-form__desc-link._panel {
  color: #e5c584;
  text-decoration: underline;
}

.main-form__desc-link._panel:hover {
  text-decoration: none;
}

.main-form__desc-link._evvapay {
  color: #e5c584;
  text-decoration: underline;
}

.main-form__desc-link._evvapay:hover {
  text-decoration: none;
}

.main-form__desc-link._panel::before {
  background: url(../img/icons/ipad-gray.svg) center no-repeat;
}
.main-form__desc-link._evvapay::before {
  background: url(../img/icons/pay-gray.svg) center no-repeat;
}
.main-form__desc-link._iiko::before {
  background: url(../img/icons/ligo-gray.svg) center no-repeat;
}

.main-form__desc-link._ios::before {
  background: url(../img/icons/cube-gray.svg) center no-repeat;
}

.loader {
  animation: loader 800ms step-end infinite;
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
}

.loader path {
  fill: #e5c584;
}

@keyframes loader {
  12.5% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(90deg);
  }
  37.5% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62.5% {
    transform: rotate(225deg);
  }
  75% {
    transform: rotate(270deg);
  }
  87.5% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.questions-accordion__wrapper {
  border-top: 1px solid #e7e7e7;
  padding-bottom: 25px;
}

.questions-accordion__wrapper:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.questions-accordion__wrapper.active .questions-title__icon::before {
  height: 0;
  transition: all 0.3s;
}

.questions-accordion__wrapper.active .questions-title__icon {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
}

.questions-tab {
  padding-top: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.questions-accordion__content {
  padding-top: 25px;
}

.questions-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

.questions-title__icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background: transparent;
  position: relative;
  transition: all 0.3s;
}

.questions-title__icon::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #797979;
}

.questions-title__icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 2px;
  background: #797979;
  transition: all 0.3s;
}

.products {
  background: #f5f5f5;
  overflow: hidden;
}

.products-slider .swiper__control {
  display: none;
}

.products-slider__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 14px);
  margin: 0 -7px -14px -7px;
}

.products-slider__item {
  width: calc(33.33% - 14px);
  margin: 0 7px 14px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}

.products-card {
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products-card__head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.products-card__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.products-card__title._important span {
  color: #e5c584;
}

.products-card__icons {
  display: flex;
  align-items: center;
}

.products-card__icon {
  margin-right: 10px;
}

.products-card__icon:last-child {
  margin-right: 0;
}

.products-card__desc {
  font-size: 14px;
  line-height: 18px;
  color: #797979;
}

.products-card__product {
  padding: 5px 0;
  display: block;
  margin: 50px 0 30px 0;
  flex-direction: column;
}

.products-card__product img {
  width: 100%;
  max-width: 300px;
}

.products-card__price {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #e5c584;
}

.products__text {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 80px;
  border-top: 1px solid #e7e7e7;
}

.products__text p {
  font-size: 14px;
  line-height: 18px;
  color: #797979;
  margin-bottom: 10px;
}

.evva-staff {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 50px 50px 50px 100px;
  display: flex;
  justify-content: space-between;
}

.evva-staff__img {
  width: 100%;
  max-width: 320px;
}

.evva-staff__img img {
  width: 100%;
  height: auto;
}

.evva-staff__content {
  width: 100%;
  max-width: 600px;
}

.evva-staff__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 350px;
}

.evva-staff__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
}

.evva-staff__item {
  width: 50%;
  padding-right: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.evva-staff__item::before {
  content: '';
  display: block;
  margin-bottom: 10px;
  width: 20px;
  height: 15px;
  min-width: 20px;
  min-height: 15px;
  background: url(../img/icons/check-icon.svg) center/cover no-repeat;
}

.evva-staff__icons {
  display: flex;
  align-items: center;
}

.evva-staff__icon {
  margin-right: 5px;
}

.page-404 {
  padding-top: 180px;
  padding-bottom: 120px;
  min-height: calc(100vh - 331px);
}

.page-404__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-404__content {
  margin-bottom: 80px;
}

.page-404__title {
  font-weight: bold;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 25px;
}

.page-404__text {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
  margin-bottom: 50px;
}

.page-404__btn {
  background: rgba(7, 7, 7, 0.1);
}

.page-404__img {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
}

.page-404__img img {
  width: 100%;
  height: auto;
}

.popup-cookies {
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: fixed;
  left: 50px;
  bottom: 30px;
  width: 100%;
  max-width: 320px;
}

.popup-cookies__body {
  padding: 30px;
  position: relative;
}

.popup-cookies__text {
  color: #797979;
  margin-bottom: 20px;
  width: 100%;
  max-width: 230px;
}

.popup-cookies__btn {
  background: #070707;
  color: #ffffff;
}

.popup-cookies__btn:hover {
  background: #3f3f3f;
}

.popup-cookies__close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  outline: none;
  background: url(../img/icons/closes.svg) center center no-repeat;
  background-size: contain;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.checkbox-wrapp {
  display: flex;
  align-items: center;
}

.checkbox-input {
  display: none;
}

.checkbox-input:checked + .checkbox-box::before {
  opacity: 1;
}

.checkbox-box {
  position: relative;
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #e5c584;
  border-radius: 3px;
  margin-right: 15px;
  cursor: pointer;
}

.checkbox-box::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.2s;
}

.main-screen__body {
  height: 100vh;
  min-height: 770px;
  padding: 100px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-screen__title {
  font-weight: 700;
  font-size: 84px;
  line-height: 88px;
  color: #262626;
  margin-bottom: 30px;
}

.main-screen__sub-title {
  font-size: 24px;
  line-height: 30px;
  color: #797979;
  margin-bottom: 50px;
}

.main-screen__btn-scroll {
  display: none;
}

.main-screen__btns {
  display: flex;
  align-items: center;
}

.main-screen__btns .btn {
  border-radius: 8px;
  line-height: 70px;
}

.main-screen__btns .btn._mob {
  display: none;
}

.main-screen__btns .btn:first-child {
  margin-right: 15px;
}

.anim-slider__mob-wrapper {
  display: none;
}

.how-works {
  padding-top: 0;
}

.how-works__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px -30px -8px;
}

.how-works__item {
  width: calc(33.3333% - 16px);
  margin: 0 8px 30px 8px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.how-works__item-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.how-works__item-img img {
  height: 100%;
  max-height: 180px;
  width: auto;
}

.how-works__item-img span {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #f5f5f5;
  text-align: right;
}

.how-works__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

.how-works__item-text {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.how-works__item-text a {
  color: #262626;
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
}

.how-works__item-text a:hover {
  text-decoration: none;
  color: #E5C584;
}

.what-can {
  padding-top: 0;
  overflow: hidden;
}

.what-can__slider {
  width: 100%;
  overflow: visible;
}

.what-can__slider .swiper-slide {
  opacity: 0.5;
}

.what-can__slider .swiper-slide.swiper-slide-next, .what-can__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.what-can__slider-wrapper {
  display: flex;
}

.what-can__slider-item {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  transition: all 0.3s;
  background: transparent;
}

.what-can__slider-item:hover {
  border: 1px solid #f5f2e9;
  background: #f5f2e9;
  transition: all 0.3s;
}

.what-can__slider-item-btn {
  display: none;
}

.what-can__item-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 25px;
}

.what-can__item-desc {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
  max-width: 250px;
  margin-bottom: 50px;
}

.what-can__item-content {
  display: flex;
  justify-content: space-between;
}

.what-can__item-text-wrapp {
  padding-right: 10px;
}

.what-can__item-text {
  width: 100%;
  max-width: 210px;
}

.what-can__item-text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.what-can__item-text p::before {
  content: '';
  display: block;
  margin-bottom: 10px;
  width: 18px;
  height: 12px;
  min-width: 18px;
  min-height: 12px;
  background: url(../img/icons/check-icon.svg) center/contain no-repeat;
}

.what-can__item-img {
  width: 100%;
  max-width: 200px;
}

.what-can__item-img img {
  width: 100%;
  height: auto;
}

.swiper__control {
  position: relative;
  z-index: 30;
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper__control .swiper-pagination {
  display: none;
}

.swiper__control .swiper-progress-bar {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper__control .slider-button-item {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.swiper__control .slider-button-item:after {
  content: '';
  margin: auto;
  position: absolute;
  border: solid #797979;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.swiper__control .slider-button-item:hover {
  border-color: #f5f5f5;
  background: #f5f5f5;
  transition: all 0.3s;
}

.swiper__control .slider-button-prev {
  margin-right: 20px;
}

.swiper__control .slider-button-prev:after {
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.swiper__control .slider-button-next:after {
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper__control .slider-icon {
  width: 17px;
  height: 25px;
  background: url(../img/icons/hand-arrow.svg) center/contain no-repeat;
}

.swiper__arrows {
  display: flex;
  align-items: center;
}

.manage-application {
  background: #070707;
  border-radius: 20px;
  margin: 0 25px;
}

.manage-application__body {
  color: #fff;
}

.manage-application__head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}

.manage-application__head .primary-title {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 0;
  color: #fff;
}

.manage-application__text {
  width: 50%;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.manage-application .what-can__slider-item {
  border: none;
  padding: 0;
}

.manage-application .what-can__slider-item:hover {
  background: transparent;
}

.manage-application .what-can__slider {
  overflow: hidden;
}

.manage-application .what-can__slider .slider-button-item {
  background: #202020;
  border: none;
}

.manage-application .what-can__slider .slider-button-item::after {
  border-color: #797979;
}

.manage-application .what-can__slider .slider-button-item:hover::after {
  border-color: #fff;
}

.manage-application .what-can__slider .slide_progress-bar {
  background: #202020;
}

.manage-application .what-can__item-text {
  max-width: 100%;
}

.manage-application .what-can__item-text p {
  display: flex;
}

.manage-application .what-can__item-text p::before {
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 6px;
}

.manage-application .what-can__item-text-wrapp {
  max-width: 50%;
  padding-right: 50px;
}

.manage-application .what-can__item-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 50px;
}

.manage-application .what-can__item-img {
  margin-top: -80px;
  max-width: 50%;
}

.our-clients {
  overflow: hidden;
}

.our-clients__slider {
  width: 100%;
  overflow: visible;
}

.our-clients__slider .swiper-slide {
  opacity: 0.5;
}

.our-clients__slider .swiper-slide.swiper-slide-next, .our-clients__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.our-clients__slider-wrapper {
  display: flex;
}

.our-clients__slider-item {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.our-clients__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
}

.our-clients__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.our-clients__img-text {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.our-clients__item-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
}

.our-clients__item-sub-title {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.our-clients__item-content {
  height: 100%;
  padding: 30px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.our-clients__item-desc {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.our-clients__item-desc b {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #e5c584;
}

.our-clients__item-text {
  margin-top: auto;
  width: 100%;
}

.our-clients__item-text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #797979;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.our-clients__item-text p:last-child {
  margin-bottom: 0;
}

.our-clients__item-text b {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}

.contact-block__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.contact-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

.contact-block__tell {
  font-weight: 700;
  font-size: 54px;
  line-height: 54px;
}

.contact-block__soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-block__soc-item {
  margin-right: 6px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.contact-block__soc-item:last-child {
  margin-right: 0;
}

.contact-block__soc-link {
  width: 65px;
  height: 65px;
  overflow: hidden;
  display: block;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-block__soc-link:hover {
  transition: all 0.3s ease;
}

.contact-block__soc-link:hover svg {
  transition: all 0.3s ease;
  fill: #e5c584;
}

.contact-block__soc-link svg {
  transition: all 0.3s ease;
  fill: #121212;
}

.contact-block__soc-link.social__vk svg {
  width: 24px;
  height: 14px;
}

.contact-block__soc-link.social__inst svg {
  width: 24px;
  height: 24px;
}

.contact-block__soc-link.social__whatsapp svg {
  width: 24px;
  height: 24px;
}

.contact-block__soc-link.social__email svg {
  width: 24px;
  height: 24px;
}

.contact-block__soc-link.social__telegram svg {
  width: 26px;
  height: 24px;
}

.feedback {
  padding: 100px 0;
}

.feedback .form-thank {
  background: #f5f5f5;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  min-height: 320px;
}

.feedback-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 50px;
}

.feedback-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.feedback-content {
  width: 100%;
  max-width: 430px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.feedback-content a {
  font-weight: 500;
  color: #262626;
  white-space: nowrap;
}

.feedback-content a:hover {
  text-decoration: underline;
}

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

.feedback-form__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.feedback-form__row .form-group {
  width: 49%;
}

.feedback-form .form-input {
  font-size: 16px;
  line-height: 70px;
  padding: 0 15px 0 50px;
  font-weight: 400;
  color: #262626;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}

.feedback-form .form-input::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.feedback-form .form-input::-moz-placeholder, .feedback-form .form-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #797979;
}

.feedback-form .form-input:focus {
  border: 1px solid #e5c584;
}

.feedback-form .form-input__icon {
  left: 10px;
  top: 50%;
}

.feedback-form .form-input__wrapp {
  margin-bottom: 0;
}

.feedback-form .form-input__wrapp.form-input__user .form-input__icon {
  background: url(../img/icons/people.svg) center no-repeat;
}

.feedback-form .form-input__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}

.feedback-form .form-button {
  margin-bottom: 25px;
}

.feedback-form .form__policy {
  display: flex;
}

.feedback-form .form__policy img {
  margin-right: 20px;
}

.feedback-form .form__policy-text {
  padding-top: 7px;
}

.feedback-form .form-group {
  margin-bottom: 25px;
}

.footer {
  padding-bottom: 10px;
  background-color: #fff;
}

.footer._dark {
  background-color: #070707;
}

.footer._dark .footer-tel {
  color: #ffffff;
}

.footer._dark .footer-tel:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer._dark .footer-social__link {
  background: #121212;
}

.footer._dark .footer-social__link:hover {
  transition: all 0.3s ease;
}

.footer._dark .footer-social__link:hover svg {
  transition: all 0.3s ease;
  fill: #e5c584;
}

.footer._dark .footer-social__link svg {
  fill: #fff;
}

.footer-tel {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  max-width: 20%;
  width: 100%;
}

.footer-tel:hover {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.footer-tel__mob {
  display: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 25px;
}

.footer-tel__mob:hover {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}

.footer-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  color: #797979;
}

.footer-text a {
  margin-right: 10px;
  display: block;
}

.footer-text a:last-child {
  margin-right: 0;
}

.footer-text a:hover {
  color: #e5c584;
}

.footer-copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #262626;
}

.animate-product {
  margin: 0 auto;
  position: relative;
  width: 180px;
  height: 230px;
}

.animate-product img {
  position: absolute;
  lefth: 0;
  top: 0;
}

.animate-product img {
  height: 220px;
  width: auto;
}

@media (max-width: 1500px) {
  .page-404 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-404__content {
    margin-bottom: 30px;
  }
  .page-404__title {
    font-size: 40px;
    line-height: 40px;
  }
  .page-404__img {
    max-width: 650px;
  }
}

@media (max-width: 1350px) {
  .slider-btn__prev {
    left: -30px;
  }
  .slider-btn__next {
    right: -30px;
  }
  .header-menu li a {
    padding: 0 15px;
  }
}

@media (max-width: 1300px) {
  .manage-application .primary-title {
    font-size: 44px;
    padding-right: 20px;
  }
}

@media (max-width: 1260px) {
  .header-logo {
    margin-right: 30px;
  }
  .contact-tell {
    font-size: 0;
  }
  .contact-tell img {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .sidebar {
    display: none;
  }
  .contact-tell img {
    height: 24px;
  }
  .main-form__body {
    padding: 25px;
    max-width: 340px;
  }
  .main-form__input-title {
    font-size: 30px;
    line-height: 34px;
  }
  .form-input__label {
    margin-bottom: 25px;
  }
  .form-input__wrapp {
    margin-bottom: 30px;
  }
  .form-input {
    font-size: 28px;
    line-height: 32px;
    padding: 0 20px 10px 45px;
  }
  .form-input::placeholder {
    font-size: 28px;
    line-height: 32px;
  }
  .form-input::-moz-placeholder, .form-input::-webkit-input-placeholder {
    font-size: 28px;
    line-height: 32px;
  }
  .privacy-policy__contents-list {
    width: calc(100% + 40px);
    margin: 0 -20px -30px -20px;
  }
  .privacy-policy__contents-item {
    width: calc(33.333% - 40px);
    margin: 0 20px 30px 20px;
  }
  .how-works__item-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .how-works__item-img {
    margin-bottom: 50px;
  }
  .how-works__item-img img {
    max-height: 120px;
  }
  .how-works__item-img span {
    color: #f5f2e9;
  }
  .what-can__slider-item {
    padding: 25px;
  }
  .our-clients__item-desc {
    font-size: 18px;
    line-height: 24px;
  }
  .our-clients__item-desc b {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 990px) {
  .primary-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .header-container {
    padding: 15px;
  }
  .header .contact-tell img {
    display: block;
  }
  .header-btn, .header-btn__gray {
    display: none;
    width: 100%;
    max-width: 420px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .header-btn:last-child {
    margin-bottom: 100px;
  }
  .header-burger__wrapper {
    display: block;
  }
  .header__mob-conten {
    display: block;
    background: transparent;
    border-color: #ffffff;
    border-radius: 8px;
  }
  .header-logo {
    margin-right: 0;
    z-index: 999;
  }
  .header-menu__wrapp {
    position: relative;
    position: fixed;
    background: #070707;
    left: -1000px;
    right: 0;
    top: 0px !important;
    bottom: 0;
    padding: 40px 25px 60px 25px;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
  }
  .header-menu__wrapp.active {
    transition: all 0.4s ease;
    opacity: 1;
    left: 0;
    visibility: visible;
    z-index: 1000;
  }
  .header-menu__wrapp.active .header-menu li a {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 0;
  }
  .header-menu__wrapp.active .header-menu li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .header-menu__wrapp.active .header-btn {
    border: 1px solid white;
    color: #ffffff;
  }
  .header-menu__wrapp.active .header-btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-menu__wrapp.active .header-btn:active {
    background: white;
    color: #262626;
  }
  .header-menu__wrapp.active .header-burger span {
    background-color: #ffffff;
  }
  .header-menu {
    margin-bottom: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .header-menu li {
    width: 100%;
  }
  .header-menu li:first-child a {
    padding-top: 0;
  }
  .header-menu li a {
    padding: 12px 0px;
  }
  .header-menu__head {
    align-items: flex-start;
    display: flex;
  }
  .header-btn {
    padding: 0px 30px;
    line-height: 45px;
    align-self: flex-start;
    margin-left: 0;
  }
  .contact-block__tell {
    font-size: 36px;
    line-height: 38px;
  }
  .contact-block__body {
    padding-bottom: 30px;
  }
  .footer-top {
    padding: 30px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer-text {
    margin-bottom: 30px;
  }
  .main-screen__title {
    font-size: 64px;
    line-height: 68px;
  }
  .main-screen__sub-title {
    font-size: 20px;
    line-height: 26px;
  }
  .how-works__item {
    padding: 25px 20px;
  }
  .what-can__item-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .what-can__item-desc {
    margin-bottom: 10px;
  }
  .what-can__item-text li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .manage-application {
    background: transparent;
    border-radius: 0;
  }
  .manage-application__head {
    flex-direction: column;
  }
  .manage-application__head .primary-title {
    color: #262626;
    font-size: 28px;
    line-height: 32px;
    width: 100%;
    margin-bottom: 12px;
  }
  .manage-application__text {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #797979;
  }
  .manage-application .what-can__slider-item {
    border-radius: 20px;
    padding: 25px;
    background: #070707;
  }
  .manage-application .what-can__item-text-wrapp {
    padding-right: 25px;
  }
  .manage-application .what-can__item-img {
    margin-top: 0;
  }
  .main-form__wrapp {
    flex-direction: column;
  }
  .main-form__desc {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main-form__body {
    max-width: 400px;
    margin: 0 auto;
  }
  .questions-title {
    font-size: 20px;
    line-height: 24px;
  }
  .products-card {
    padding: 25px;
  }
  .products-card__title {
    font-size: 18px;
    line-height: 24px;
  }
  .products__head-top {
    margin-bottom: 5px;
  }
  .products-card__price {
    font-size: 18px;
    line-height: 24px;
  }
  .evva-staff {
    padding: 30px;
  }
  .evva-staff__content {
    padding-left: 30px;
  }
  .evva-staff__item {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }
  .evva-staff__item::before {
    margin-top: 3px;
    margin-right: 10px;
  }
  .evva-staff__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .feedback {
    padding: 70px 0 50px 0;
  }
  .feedback-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .feedback-body {
    flex-direction: column;
  }
  .feedback-content {
    max-width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  .feedback-form {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  @keyframes bounce {
    50% {
      bottom: 75px;
    }
  }
  .main-screen__body {
    position: relative;
    min-height: 615px;
    padding: 50px 0;
  }
  .rospotrebnadzor-item img {
    width: 54px;
  }
  .rospotrebnadzor-item p {
    font-size: 12px;
    line-height: 14px;
  }
  .rospotrebnadzor-item span {
    font-size: 14px;
    line-height: 18px;
  }
  .main-screen__title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .main-screen__sub-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
  }
  .main-screen__btn-scroll {
    display: block;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 15px;
    animation: bounce 2500ms infinite linear;
    background: url(../img/icons/arrow-bottom.svg) center no-repeat;
  }
  .main-screen__btns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .main-screen__btns .btn {
    align-self: stretch;
  }
  .main-screen__btns .btn._desc {
    display: none;
  }
  .main-screen__btns .btn._mob {
    display: block;
  }
  .main-screen__btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lottie-animation .container {
    padding: 0;
  }
  .anim-slider__mob {
    width: 100%;
  }
  .anim-slider__mob-wrapper {
    padding-top: 0;
    display: block;
  }
  .anim-slider__mob-wrapper .container {
    padding: 0;
  }
  .anim-slider__mob.swiper-container-free-mode .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .anim-slider__item {
    display: flex;
    width: 100%;
  }
  .anim-slider__item-img {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .anim-slider__item-img img {
    width: 100%;
    height: auto;
  }
  .how-works__item {
    width: calc(100% - 16px);
  }
  .what-can .container {
    padding-right: 0;
  }
  .what-can__slider {
    overflow: hidden;
    padding-right: 30px;
  }
  .what-can__slider-item {
    padding-bottom: 0;
    height: 300px;
    overflow: hidden;
  }
  .what-can__slider-item:hover {
    background: transparent;
  }
  .what-can__slider-item.is-active .what-can__slider-item-btn::before {
    height: 0px;
    transition: all 0.3s;
  }
  .what-can__slider-item.is-active .what-can__item-text-wrapp {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    position: relative;
    left: 0;
    top: 0%;
    transition: all 0.3s;
  }
  .what-can__slider-item.is-active .what-can__item-img {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    left: 25px;
    top: 100%;
    transition: top 0.3s, opacity 0.3s;
  }
  .what-can__slider-item-btn {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    background: #e5c584;
    z-index: 5;
  }
  .what-can__slider-item-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 2px;
    background: #262626;
  }
  .what-can__slider-item-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 18px;
    background: #262626;
    transition: all 0.3s;
  }
  .what-can__item-text p {
    display: flex;
    font-size: 14px;
    line-height: 18px;
  }
  .what-can__item-text p::before {
    margin-bottom: 0;
    margin-top: 6px;
    margin-right: 10px;
  }
  .what-can__item-content {
    overflow: hidden;
  }
  .what-can__item-text-wrapp {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .what-can__item-img {
    margin-top: 40px;
    max-width: 150px;
    margin-bottom: -100px;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    position: relative;
    left: 0;
    top: 0%;
    transition: top 0.3s, opacity 0.3s;
  }
  .swiper__control {
    margin-top: 30px;
  }
  .swiper-pagination {
    display: flex !important;
    align-items: center;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d4d4d4;
    margin-right: 5px;
  }
  .swiper-pagination-bullet-active {
    background: #262626;
  }
  .swiper__arrows {
    display: none;
  }
  .swiper-progress-bar {
    display: none;
  }
  .manage-application {
    padding-top: 0;
    margin: 0 0;
  }
  .manage-application .container {
    padding-right: 0;
  }
  .manage-application .what-can__slider-item {
    padding-right: 0;
    padding-bottom: 0;
  }
  .manage-application .what-can__slider-item:hover {
    background: #070707;
  }
  .manage-application .what-can__item-content {
    height: 100%;
  }
  .manage-application .what-can__item-title {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .manage-application .what-can__item-img {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 20px -30px 0px auto;
  }
  .manage-application .what-can__item-text-wrapp {
    max-width: 100%;
    padding-right: 25px;
  }
  .manage-application .what-can__item-text p {
    margin-bottom: 10px;
  }
  .our-clients {
    padding-top: 0;
  }
  .our-clients .container {
    padding-right: 0;
  }
  .our-clients__slider {
    overflow: hidden;
    padding-right: 30px;
  }
  .our-clients__img-text {
    left: 25px;
    bottom: 25px;
  }
  .our-clients__item-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .our-clients__item-content {
    padding: 20px;
  }
  .our-clients__item-desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .our-clients__item-desc br {
    display: none;
  }
  .our-clients__item-desc b {
    font-size: 14px;
    line-height: 18px;
  }
  .our-clients__item-text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .our-clients__item-text p b {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .form-input__icon {
    top: 35%;
  }
  .form-input__loader {
    right: 4px;
  }
  .main-form {
    padding-top: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
  }
  .main-form__wrapp {
    padding: 1px;
    border-radius: 20px;
    background: #f5f5f5;
  }
  .main-form__desc {
    padding: 25px;
    margin-bottom: 5px;
  }
  .main-form__desc-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .main-form__desc-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .main-form__desc-link {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .main-form__desc-link::before {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    background-size: 90% !important;
  }
  .main-form__desc-row {
    flex-direction: column;
  }
  .main-form__desc-row:first-child .main-form__col:first-child {
    padding-bottom: 25px;
  }
  .main-form__col {
    width: 100%;
    padding-right: 0;
  }
  .main-form__col:first-child {
    padding-right: 0;
  }
  .main-form__input-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .products-slider {
    padding-right: 30px;
    margin-right: -25px;
  }
  .products-slider .swiper__control {
    display: flex;
    margin-top: 15px;
  }
  .products-slider__wrapper {
    flex-wrap: nowrap;
    margin: 0;
    justify-content: flex-start;
  }
  .products-card {
    position: relative;
  }
  .products-slider__item {
    width: auto;
    margin: 0;
    overflow: hidden;
    align-self: stretch;
    height: auto;
  }
  .products-card__price {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
  .questions {
    padding-top: 0;
  }
  .questions-title {
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
  }
  .questions-title__icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .questions-accordion__wrapper {
    padding-bottom: 15px;
  }
  .questions-tab {
    padding-top: 15px;
  }
  .questions-accordion__content {
    padding-top: 15px;
  }
  .evva-staff {
    flex-direction: column;
    align-items: center;
  }
  .evva-staff__content {
    padding-top: 30px;
    padding-left: 0px;
    max-width: 100%;
  }
  .evva-staff__img {
    max-width: 180px;
  }
  .evva-staff__icon {
    height: 35px;
  }
  .form-thank {
    min-height: 230px;
  }
  .form-input {
    font-size: 22px;
    line-height: 24px;
    padding: 0 20px 10px 45px;
  }
  .form-input::placeholder {
    font-size: 22px;
    line-height: 24px;
  }
  .form-input::-moz-placeholder, .form-input::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 24px;
  }
  .form-thank__text span {
    font-size: 13px;
  }
  .privacy-policy {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .privacy-policy__title {
    font-size: 28px;
    line-height: 32px;
  }
  .privacy-policy__contents {
    padding: 35px;
    flex-direction: column;
    margin: 0 -35px;
    margin-bottom: 50px;
  }
  .privacy-policy__contents-title {
    font-size: 24px;
    line-height: 24px;
    margin-right: 0px;
    margin-bottom: 25px;
    max-width: 120px;
  }
  .privacy-policy__contents-item {
    width: calc(100% - 40px);
  }
  .privacy-policy__menu-body {
    display: none;
  }
  .privacy-policy__content {
    max-width: 100%;
    margin-right: 0;
  }
  .privacy-policy__paragraph {
    padding-top: 50px;
  }
  .privacy-policy__paragraph:first-child {
    padding-top: 0;
  }
  .privacy-policy__paragraph h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .privacy-policy__paragraph p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .privacy-policy__paragraph strong {
    font-size: 14px;
    line-height: 18px;
  }
  .privacy-policy__paragraph b {
    font-size: 14px;
    line-height: 18px;
  }
  .privacy-policy__paragraph a {
    font-size: 14px;
    line-height: 19px;
  }
  .privacy-policy__paragraph ul li {
    padding-left: 35px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .page-404 {
    min-height: auto;
  }
  .page-404__content {
    margin-bottom: 80px;
  }
  .page-404__title {
    font-size: 28px;
    line-height: 32px;
  }
  .page-404__img {
    max-width: 300px;
    margin: 0 auto;
  }
  .feedback .form-thank {
    border-radius: 0px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .feedback-form__row {
    flex-direction: column;
  }
  .feedback-form__row .form-group {
    width: 100%;
  }
  .feedback-form .form-input__label {
    margin-bottom: 15px;
  }
  .contact-block__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .contact-block__tell {
    font-size: 33px;
    line-height: 36px;
  }
  .contact-block__item {
    margin-bottom: 30px;
  }
  .contact-block__item:last-child {
    margin-bottom: 0;
  }
  .contact-block__body {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-text {
    text-align: center;
    flex-direction: column;
  }
  .footer-text a {
    margin-bottom: 12px;
  }
  .evva-pay__head {
    flex-direction: column;
  }
  .evva-pay__head h2 {
    width: 100%;
  }
  p.evva-pay__text {
    width: 100%;
  }
  .benefit-dop-block>img {
    display: block;
  }
  .benefit .benefit-slider-js .swiper__control {
    display: flex;
  }
  .benefit .primary-title {
    font-size: 47px;
  }
  #activate-iiko .swiper__control {
    display: flex;
    margin-top: 0;
  }
  #activate-evva .swiper__control {
    display: flex;
  }
  section#evva-pay video {
    width: 216px;
  }
  .benefit-dop-img-block img {
    display: none;
  }
  .products-card {
    padding: 25px 25px 0 25px;
  }
  .animate2 {
     margin: unset;
  }
  .products-card__product {
    display: flex;
    padding: 15px 0;
    margin-bottom: auto;
    justify-content: flex-start;
    margin: 0;
  }
  .animate-product {
    margin: unset;
  }
}

@media (max-width: 480px) {
  .contact-block__item {
    width: 100%;
  }
  .contact-block__soc {
    justify-content: space-between;
  }
  .rospotrebnadzor-item {
     display: none;
  }
  .main-screen__body {
    min-height: auto;
  }
  .main-form__desc-text {
    background: unset;
    border-radius: unset;
    height: auto;
    padding: 0;
    align-items: flex-start;
  }
  .main-form__desc-text img {
    margin-right: 14px;
    height: 44px;
  }
  img.evva-pay-mockup {
    width: 225px;
  }
  #evva-pay .items__item img {
    width: 90px;
  }
  p.evva-pay__text {
    width: 80%;
    color: #797979;
    font-size: 14px;
    line-height: 18px;
  }
  .evva-pay__head {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .evva-pay__mockupblock {
    width: 226px;
  }
  .items__layer.evva-pay-logo-1.layer {
    left: -50px !important;
    top: -52px !important;
    width: 80px;
  }
  .items__layer.evva-pay-logo-2.layer {
    left: -129px !important;
    top: 127px !important;
    width: 80px;
  }
  .items__layer.evva-pay-logo-3.layer {
    top: 341px !important;
    left: -15px !important;
    width: 80px;
  }
  .items__layer.evva-pay-logo-4.layer {
    top: 43px !important;
    right: -116px !important;
    left: auto !important;
    width: 80px;
  }
  .items__layer.evva-pay-logo-5.layer {
    top: 193px !important;
    right: -95px!important;
    left: auto !important;
    width: 80px;
  }
  .items__layer.evva-pay-logo-6.layer {
    top: 407px!important;
    right: -99px !important;
    left: auto !important;
    width: 80px;
  }
  .benefit-dop-button-block {
    padding: 0 24px;
  }
  .benefit-dop-img-block {
    padding: 24px;
  }
  .benefit-dop-img-block h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  .benefit-dop-block>img {
    padding: 0 12px;
    margin-top: 40px;
    width: 100%;
    height: auto;
    -ms-flex-item-align:center;
    -ms-grid-row-align:center;
    align-self:center;
  }
  .benefit-dop-button-block p {
    font-size: 16px;
    line-height: 22px;
  }
  .benefit-dop-button-block span {
    font-size: 14px;
    line-height: 18px;
  }
  .benefit .primary-title {
    text-align: center;
    font-size: 56px;
    line-height: 60px;
  }
  .benefit-dop-img-block>img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 360px) {
  .main-screen__title {
    font-size: 32px;
  }
  .slider-btn__prev {
    left: -10px;
  }
  .slider-btn__next {
    right: -10px;
  }

  .form-input {
    font-size: 20px;
    line-height: 22px;
  }
  .form-input::placeholder {
    font-size: 20px;
    line-height: 22px;
  }
  .form-input::-moz-placeholder, .form-input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 22px;
  }
  .form__policy {
    font-size: 11px;
  }
  section#evva-pay video {
    width: 226px;
  }
}
/*# sourceMappingURL=main.css.map */
/* /MEDIA STYLE */