@charset "UTF-8";

/* reset */
/* main variables */
@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Medium.eot');
  src: url('../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Medium.woff2') format('woff2'),
    url('../fonts/NotoSans-Medium.woff') format('woff'),
    url('../fonts/NotoSans-Medium.ttf') format('truetype'),
    url('../fonts/NotoSans-Medium.svg#NotoSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-SemiBold.eot');
  src: url('../fonts/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-SemiBold.woff2') format('woff2'),
    url('../fonts/NotoSans-SemiBold.woff') format('woff'),
    url('../fonts/NotoSans-SemiBold.ttf') format('truetype'),
    url('../fonts/NotoSans-SemiBold.svg#NotoSans-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.eot');
  src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Regular.woff2') format('woff2'),
    url('../fonts/NotoSans-Regular.woff') format('woff'),
    url('../fonts/NotoSans-Regular.ttf') format('truetype'),
    url('../fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Bold.eot');
  src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Bold.woff2') format('woff2'),
    url('../fonts/NotoSans-Bold.woff') format('woff'),
    url('../fonts/NotoSans-Bold.ttf') format('truetype'),
    url('../fonts/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Light.eot');
  src: url('../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans-Light.woff2') format('woff2'),
    url('../fonts/NotoSans-Light.woff') format('woff'),
    url('../fonts/NotoSans-Light.ttf') format('truetype'),
    url('../fonts/NotoSans-Light.svg#NotoSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 14px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

form.woocommerce-checkout {
  margin-top: 120px;
}

a {
  color: #6f2aec;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}


div.header-menu a {
  padding: 20px;
  color: white;
  font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
  font-style: normal;
  font-weight: normal;
  font-size: -18px;
  line-height: 22px;
  font-size: 16px;
}




/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.ios .fancybox-gallery .fancybox-infobar,
.ios .fancybox-gallery .fancybox-toolbar,
.ios .fancybox-gallery .fancybox-caption,
.ios .fancybox-gallery .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  width: 100%;
  min-width: 320px;
  text-align: left;
  order: 1;
  -webkit-order: 1;
}
.header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  padding: 28px 0 28px 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
}
.header.header_with_timer{
  padding-bottom: 0;
} 
.header.header_with_timer .header-content{
  padding-bottom: 10px;
} 
.header-logo {
  padding-left: 20px;
  max-width: 163px;
  width: 100%
}

.header .wrapper {
  max-width: 1545px;
}

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

.header-call {
  text-align: right;
  display: flex;
  flex-direction: column;
  margin-top: -22px;
}

.header-call__tel {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.11px;
}

.header-call__tel:hover {
  color: #fff600;
}

.header-call__letter {
  margin-top: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 0.06px;
  align-self: flex-end;
}

.header-call__letter:hover {
  color: #fff600;
  border-color: transparent;
}

@media screen and (min-width: 2400px) {
  .header .wrapper {
    max-width: 2360px;
  }

  .header-call {
    margin-right: 69px;
  }
}

@media screen and (max-width: 1200px) {
  .header-logo {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-call {
    margin-top: 0;
  }

  .header {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    display: none;
  }

  .header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .header-content {
    flex-direction: column;
    justify-content: center;
  }

  .header-right {
    margin-bottom: 13px;
  }

  .header-call {
    text-align: center;
  }

  .header-call__letter {
    align-self: center;
  }

  .header {
    padding: 7px 0;
  }
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  text-align: left;
  width: 100%;
  min-width: 320px;
  order: 3;
  -webkit-order: 3;
  background: #1D1D1D;
}

.footer .wrapper {
  max-width: 1460px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 74px;
  border-top: 1px solid black;
}

.footer-content .header-call__tel,
.footer-content .header-call__letter {
  color: #000000;
  font-weight: 400;
}

.footer-content .header-call__tel:hover,
.footer-content .header-call__letter:hover {
  color: #6f2aec;
}

.footer-content .header-call__letter {
  border-color: #000000;
}

.footer-content .header-call__letter:hover {
  border-color: transparent;
}

.footer-content .btn {
  height: 53px;
  font-size: 13px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 7px;
  letter-spacing: -0.3px;
  margin-left: 51px;
}

.footer-content .header-call {
  margin-top: 5px;
}

.footer-copy {
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.07px;
  margin-top: -8px;
  font-weight: 600;
}

.footer-copy span {
  font-size: 20px;
  margin-right: 3px;
}

@media screen and (min-width: 2400px) {
  .footer .wrapper {
    max-width: 2270px;
  }

  .footer .header-call {
    margin-right: 0;
  }
}

@media screen and (max-width: 1600px) {
  .footer .header-call {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-content .btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
    padding-top: 42px;
    padding-bottom: 49px;
  }

  .footer-content .footer-logo {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-content .header-call {
    order: 2;
  }

  .footer-content .btn {
    order: 3;
    margin: 0;
    align-self: center;
    text-align: center;
  }

  .footer-copy {
    margin-left: 11px;
  }

  .footer-content .header-call {
    margin-top: 22px;
  }

  .footer-content .btn {
    margin-top: 33px;
  }

  .footer .header-call {
    margin-left: auto;
    margin-right: auto;
  }
}

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

.wrapper {
  min-width: 320px;
  max-width: 1220px;
  padding: 0 40px 0 40px;
  margin: 0 auto;
  position: relative;
}

body {
  background-color: #ffffff;
}

/* titles */
p {
  padding: 15px 0 15px 0;
  font-weight: 400;
}

h1,
.title1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 90px;
  font-weight: 300;
}

h2,
.title2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: normal;
}

h2 span,
.title2 span {
  font-weight: 600;
}

h3,
.title3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.42px;
}

/* text position */
.text-left {
  text-align: left !important;
}

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

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

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

/* loader */
.loaded .main-wrapper {
  visibility: hidden;
}

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none;
}

.loaded .icon-load {
  display: block;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  order: 2;
  -webkit-order: 2;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.rub {
  font-family: 'ALSRubl';
}

i:before {
  transition: all 0.3s linear;
}

.btn {
  height: 64px;
  line-height: 56px;
  outline: none;
  border: 3px solid #fff600;
  background: transparent;
  padding: 0px 44px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.3s linear;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0.09px;
  color: #fff;
  border-radius: 36px;
}

.btn:hover {
  background-color: #fff600;
  color: #000000;
}

.btn-grey {
  opacity: 0.3;
  color: #fff;
  /*border-color: #fff;*/
  padding: 0px 47px;
}

.btn-grey:hover {
  opacity: 1;
  border-color: #6f2aec;
  background-color: transparent;
  color: #fff;
}

.btn-violet {
  border-color: #6f2aec;
  color: #5915d4;
  padding: 0px 52px;
}

.btn-violet:hover {
  background-color: #6f2aec;
  color: #fff;
}

.btn-violet2 {
  background-color: #6f2aec;
  border-color: #6f2aec;
  color: #fff;
}

.btn-violet2:hover {
  background-color: #fff600;
  color: #000000;
  border-color: #fff600;
}

.btn-black {
  border: 2px solid #000000;
  opacity: 0.8;
  color: #000000;
  padding: 0px 40px;
}

.btn-black:hover {
  color: #5313c7;
  border-color: #6f2aec;
  background-color: transparent;
}

.main-block {
  /*background-color: #000;*/
  position: relative;
  background-image: url(../img/main_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  text-align: left;
  color: #B4AEC4;
}

.breadcrumbs a {
  color: #B4AEC4;
}

.breadcrumbs .current {
  color: #212121;
}

.main-block.home-main::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #612EE7;
  opacity: 0.82;
}

.main-block__content {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 183px;
  text-align: center;
  z-index: 1;
  position: relative;
  padding-bottom: 175px;
}

.pricing-content.header_with_timer {
  padding-top: 194px;
}

.main-block__content h1 {
  color: #fff600;
  letter-spacing: -0.9px;
}

.main-block__content h1+p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.main-block__info {
  margin-top: 33px;
  display: block;
}

.main-block__info-item {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1px;
  margin-right: 41px;
  max-width: 343px;
}

.main-block__info-item span {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.17px;
  vertical-align: middle;
  margin-left: 6px;
  font-weight: 400;
}

.main-block__info-item span span {
  vertical-align: initial;
  margin-left: -4px;
}

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

.partners_logo_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.partners_logo_block .partners_logo_title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  margin-right: 35px;
}

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

.partners_logo .partners_logo_item {
  flex-shrink: 0;
}

.partners_logo .partners_logo_item:not(:last-of-type) {
  margin-right: 40px;
}

.partners_logo .partners_logo_item img {
  display: block;
  width: 110%;
  max-width: 110%;
  height: auto;
}

.main-block__info .btn {
  padding: 24px 101px 26px;
  margin-top: 46px;
  line-height: 1;
  height: auto;
}

.main-block__buttons {
  margin-top: 81px;
  display: flex;
}

.main-block__buttons .btn {
  margin-right: 55px;
  position: relative;
}

.main-block__buttons .btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -34px;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #fff600;
  border-radius: 100%;
}

.main-block__buttons .btn:last-of-type {
  margin-right: 0;
}

.main-block__buttons .btn:last-of-type:after {
  display: none;
}

.main-block__side {
  width: 63px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(119, 48, 238, 0.8);
  display: flex;
  z-index: 20;
}

.main-block__side-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-block__side-icon i {
  font-size: 26px;
}

.main-block__side-icon i:before {
  transition: all 0.3s linear;
}

.main-block__side-icon:after {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(119, 48, 238, 0.8);
  content: '';
  clip-path: polygon(0 0, 11% 0, 10% 100%, 0% 100%);
}

.main-block__side:hover .main-block__side-icon i:before {
  color: #fff600;
}

.slick-dots {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.slick-dots li {
  margin: 0 3.5px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.4;
  border-radius: 100%;
  content: '';
  border: none;
  outline: none;
  font-size: 0;
  display: block;
  padding: 0;
  transition: all 0.3s linear;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.speed {
  padding: 72px 0 92px;
  text-align: center;
}

.speed h2 {
  letter-spacing: normal;
  font-size: 42px;
  font-weight: 400;
}

.speed-nums {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  font-size: 30px;
  font-weight: 400;
  color: #6f2aec;
  text-align: left;
  padding-left: 43px;
}

.speed-nums__item {
  display: flex;
  align-items: center;
}

.speed-nums__item>span {
  font-size: 90px;
  font-weight: 300;
  white-space: nowrap;
  margin: 0 23px;
  margin-left: 29px;
  letter-spacing: -3.15px;
}

.speed-nums__item>span span {
  letter-spacing: -13.95px;
}

.speed-nums__item:last-of-type {
  margin-left: 16px;
}

.speed-nums__item:last-of-type>span {
  margin-left: 12px;
}

.speed-items {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 42px;
  padding-left: 48px;
}

.speed-item {
  margin: 0 24px;
  display: flex;
  align-items: center;
  text-align: left;
  max-width: 320px;
}

.speed-item:last-of-type {
  margin-left: 10px;
}

.speed-item span {
  font-size: 21px;
  margin-left: 25px;
  line-height: 28px;
  letter-spacing: -0.42px;
}

.speed-img {
  margin: 0 auto;
  margin-top: 52px;
  max-width: initial;
  margin-left: 52%;
  transform: translateX(-50%);
}

.speed p {
  margin-top: 38px;
  font-size: 16px;
  /*    line-height: 15px;*/
  padding: 0;
  color: #212121;
}

.speed .btn {
  margin-top: 49px;
}

.promotion {
  text-align: center;
  padding-top: 65px;
}

.promotion-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 78px;
  align-items: center;
  margin-bottom: 145px;
}

.promotion .promotion-bg {
  height: 400px;
  object-fit: cover;
  position: absolute;
  object-position: top;
  z-index: -1;
  display: block;
}

.promotion h2 {
  margin-top: 65px;
}

.promotion-type-item-header {
  background-color: #FEF80B;
  font-weight: bold;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 20px 15px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.promotion-type-item-header h3 {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
}

.promotion-type-item-header .logo_icon {
  margin-top: 5px;
}

.promotion-type-item-header .logo_icon img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.promotion-type-item-text {
  margin-top: 36px;
  margin-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 17px;
  line-height: 1.5;
  min-height: 105px;
}

.promotion-type-item {
  background-color: #fff;
  max-width: 550px;
  min-width: 290px;
  border-radius: 15px;
  min-height: 350px;
  box-shadow: 5px 14px 40px rgb(0 0 0 / 25%);
  margin: 0 35px;
}

.promotion-type-item:first-child,
.promotion-type-item:last-child {
  max-width: 310px;
  height: 438px;
}

.promotion-type-item:nth-child(2) {
  max-width: 404px;
}

.promotion-type-item:nth-child(2) .promotion-type-item-header {
  padding: 25px 15px 27px;
}

.promotion-type-item:nth-child(2) .promotion-type-item-text {
  margin-top: 51px;
  margin-bottom: 40px;
  margin-left: 51px;
  margin-right: 51px;
}

.promotion-type-item:nth-child(2) .btn-violet2 {
  height: 72px;
  width: 71%;
  line-height: 1;
}

.promotion-type-item:nth-child(2) .promotion-type-item-button {
  margin-bottom: 62px;
}

.promotion-type-item:first-child p,
.promotion-type-item:last-child p {
  height: auto;
  font-size: 15px;
  line-height: 1.4;
}

/*.promotion-type-item:nth-child(2) .promotion-type-item-text p {
  height: 236px;
  padding-top: 28px;
}*/

.countdown_timer_block {
  height: 70px;
  background: #E94747;
  display: flex;
  align-items: center;
}

.countdown_timer_block .wrapper {
  max-width: 1545px;
  width: 100%;

}

.countdown_timer_block_contnet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.countdown_timer_block_contnet .btn {
  width: 180px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timer_title {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.timer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}

.timer__items {
  display: flex;
  align-items: center;

}

.timer__item {
  margin: 0 10px;
  background: #FFF600;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 5px;
  font-weight: 600;
  font-size: 23px;
  color: #212121;
  position: relative;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 3px);
  margin: auto;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -15px;
}

@media screen and (max-width: 1233px) {
  .promotion-type-item:nth-child(2) {
    order: 1;
    margin-top: 40px;
  }

  .countdown_timer_block {
    height: 50px;
  }

  .timer_title {
    font-size: 14px;
  }

  .timer__item {
    height: 28px;
    padding: 5px;
    font-size: 18px;
  }

  .countdown_timer_block_contnet .btn {
    width: 160px;
    height: 30px;

  }
}

@media screen and (max-width: 853px) {
  .promotion-type-item:nth-child(2) {
    order: 0;
  }

  .promotion-type-item:last-child {
    margin-top: 40px;
  }

  .countdown_timer_block {
    height: auto;
    padding-bottom: 15px;
  }

  .countdown_timer_block_contnet {
    flex-wrap: wrap;
  }

  .timer_title {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .timer {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin: initial;
  }

  .timer__item {
    height: 28px;
    padding: 5px;
    font-size: 18px;
  }

  .countdown_timer_block_contnet .btn {
    width: 160px;
    height: 30px;

  }
}

.promotion-type-item-button {
  margin-bottom: 48px;
}

.promotion .promotion-header {
  max-width: 700px;
  margin: 65px auto;
  color: white;
  font-size: 42px;

}

@media screen and (max-width: 480px) {
  .promotion-type-item {
    margin-top: 40px;
  }

  .promotion .promotion-header {
    font-size: 35px;
    margin: 65px 15px 0;
  }

  .promotion-type-item-text {
    margin-left: 25px;
    margin-right: 25px;
  }

  .countdown_timer_block_contnet {
    justify-content: center;
  }

  .timer {
    width: 100%;
    margin-bottom: 20px;
  }
  .timer__items{
    margin: 0 auto;
    width: fit-content;
  }
}

div.promotion-type-item:first-child,
div.promotion-type-item:last-child {
  height: auto;
}

.promotion-type-item-text p {
  line-height: 28px;
  padding: 0;
}

.delimetr {
  margin: 0 5px;
}

.about-us {
  margin-top: 83px;
}

.about-us-header-wrapper {
  text-align: center;
}

.about-us-header {
  color: #612EE7;
  max-width: 604px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 42px;
}

.about-us-paragraph {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 32px;
  font-size: 17px;
}

.about-us-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}

.about-us-content-left {
  margin: 0 40px;
}

.about-us-how-we-work-list {
  margin-top: 40px;
  max-width: 468px;
  font-size: 17px;
}

.about-us-how-we-work-list li {
  padding: 15px 0 15px 45px;
  background-image: url(../img/check-mark.png);
  background-position: 0 18px;
  background-repeat: no-repeat;
  line-height: 1.2
}

@media screen and (max-width: 1180px) {
  .about-us-content-left {
    margin-bottom: 26px;
  }

  .about-us-header {
    font-size: 35px;
  }

  .about-us-paragraph {
    max-width: 800px;
  }
}

@media screen and (max-width: 480px) {
  .about-us-content {
    margin-top: 60px;
  }

  .about-us-header {
    font-size: 25px;
  }
}

.about-us-content-right {
  margin: 0 40px;
  max-width: 550px;
}

.about-us-content-right img {
  border-radius: 15px;
}

.about-us-content-section {
  margin: 0 40px;
  max-width: 550px;
}

.benefits {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 113px;
  padding-bottom: 167px;
}

.benefits .wrapper {
  max-width: 1255px;
}

.benefits-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.benefits-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.benefits-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #300088;
}

.benefits-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.benefits h2 {
  text-align: center;
  color: #fff;
  letter-spacing: 0.18px;
  font-size: 36px;
}

.benefits-companies {
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
  padding-left: 32px;
}

.benefits-companies__item {
  max-width: 319px;
}

.benefits-companies__item img {
  display: block;
}

.benefits-companies__item span {
  display: block;
  margin-top: 30px;
  margin-left: 6px;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.benefits-items {
  display: flex;
  justify-content: space-between;
  margin-left: -26px;
  margin-right: -26px;
  margin-top: 291px;
  padding-left: 37px;
}

.benefits-items__lines {
  position: absolute;
  left: 44.3%;
  transform: translateX(-50%);
  bottom: 87px;
}

.benefits-items__lines img {
  max-width: initial;
}

.benefits-item {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  letter-spacing: 0.07px;
  max-width: 194px;
  margin: 0 26px;
  position: relative;
}

.benefits-item:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff600;
  border-radius: 100%;
  top: -30px;
  left: 0;
  content: '';
  position: absolute;
}

.benefits-item:after {
  content: '';
}

.benefits-item:nth-of-type(4) {
  position: absolute;
  left: 55.4%;
  top: 43%;
  transform: translate(-50%, -50%);
}

.benefits-item:nth-of-type(4):before {
  top: auto;
  bottom: -35px;
  left: -6px;
  width: 21px;
  height: 21px;
  border: 4px solid #fff600;
}

.benefits-item:nth-of-type(5) {
  margin-left: auto;
  margin-right: 19px;
}

.benefits-item:nth-of-type(3) {
  margin-left: 14px;
}

.promotional {
  margin-top: 95px;
  padding-bottom: 161px;
}

.promotional h2 {
  text-align: center;
  letter-spacing: normal;
}

.promotional-open {
  position: absolute;
  top: -278px;
  right: -173px;
  width: 226px;
  height: 226px;
  background-color: #fff600;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-direction: column;
  padding: 22px 40px 0;
  z-index: 1;
  color: #000000;
}

.promotional-open:before {
  z-index: -1;
  content: '';
  border-radius: 100%;
  border: 2px solid #ffffff;
  opacity: 0.3;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.promotional-open p {
  padding: 10px 0 19px;
  line-height: 22px;
}

.promotional-open span {
  color: #300088;
  font-size: 26px;
  font-weight: 300;
  transition: all 0.3s linear;
}

.promotional-open i {
  font-size: 38px;
}

.promotional-open:hover i:before {
  color: #6f2aec;
}

.promotional-open:hover:before {
  opacity: 1;
}

.promotional-open:hover span {
  color: #6f2aec;
}

.promotional .btn {
  margin: 30px auto 0;
  display: block;
  width: fit-content;
  padding: 25px 104px;
  font-size: 16px;
  line-height: 1;
  height: auto;
}

.promotional-det {
  text-align: center;
  color: #8C8992;
}

.promotional-items {
  margin-top: 103px;
  margin-right: -51px;
  margin-left: -3px;
  display: flex;
  justify-content: space-between;
}

.promotional-item {
  max-width: 145px;
  text-align: center;
  position: relative;
  height: 564px;
  z-index: 10;
}

.promotional-item__box {
  transition: all 0.3s linear;
}

.promotional-item__icon {
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s linear;
}

.promotional-item span {
  font-size: 14px;
  margin-top: 27px;
  color: #000;
  display: block;
  letter-spacing: 0.07px;
  line-height: 17px;
}

.promotional-item__line {
  width: 1px;
  margin: 0 auto;
  position: relative;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  transition: all 0.3s linear;
  box-sizing: content-box;
}

.promotional-item__line span {
  margin-top: 33px;
}

.promotional-item__line:after {
  border: 3px solid #6f2aec;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.promotional-item__img {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  max-width: none;
  transition: all 0.3s linear;
}

.promotional-item:last-of-type {
  margin-left: 31px;
}

.promotional-item:nth-of-type(1) .promotional-item__line {
  height: 265px;
}

.promotional-item:nth-of-type(1) .promotional-item__img {
  left: 42%;
}

.promotional-item:nth-of-type(2) .promotional-item__line {
  height: 289px;
}

.promotional-item:nth-of-type(2) .promotional-item__img {
  left: 42%;
  bottom: 52px;
}

.promotional-item:nth-of-type(3) .promotional-item__line {
  height: 157px;
}

.promotional-item:nth-of-type(3) .promotional-item__img {
  left: 46%;
  bottom: 50px;
  width: 272px;
}

.promotional-item:nth-of-type(4) .promotional-item__line {
  height: 303px;
}

.promotional-item:nth-of-type(4) .promotional-item__img {
  left: 45%;
  bottom: 61px;
}

.promotional-item:nth-of-type(5) {
  margin-left: 31px;
}

.promotional-item:nth-of-type(5) .promotional-item__line {
  height: 303px;
}

.promotional-item:nth-of-type(5) .promotional-item__img {
  left: 58%;
}

.promotional-item:nth-of-type(6) .promotional-item__line {
  height: 312px;
}

.promotional-item:nth-of-type(6) .promotional-item__img {
  left: 44%;
  bottom: 55px;
}

.promotional-item:hover .promotional-item__box {
  transform: translateY(-50px);
  z-index: 10;
  position: relative;
}

.promotional-item:hover .promotional-item__line {
  padding-bottom: 50px;
}

.promotional-item:hover .promotional-item__line:after {
  border-color: #fff600;
}

.promotional-item:hover .promotional-item__icon {
  filter: grayscale(100%);
}

.promotional-item:hover .promotional-item__img {
  opacity: 1;
}

.promotional-img {
  position: absolute;
  bottom: 132px;
  left: 51%;
  transform: translateX(-49%);
}

.home-promotional .promotional-img {
  bottom: 132px;
}

.promotional-img img {
  margin: 0 auto;
  max-width: initial;
  margin-left: 48%;
  transform: translateX(-50%);
}

.tarif {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 119px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: -1;
}

.tarif::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #612EE7;
  opacity: 0.82;
  z-index: -1;
}

.tarif-nums {
  position: relative;
  margin: 52px auto 0;
  padding: 58px 75px 76px 45px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 570px;
  height: 259px;
}

.tarif-nums__views {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  display: inline-block;
  color: #612EE7;
}

.tarif-nums__views span {
  display: block;
  font-size: 100px;
  letter-spacing: -.5px;
}

.tarif-nums__price {
  font-size: 30px;
  font-weight: 300;
  display: inline-block;
}

.tarif-nums__price span {
  display: block;
  font-size: 100px;
}

.tarif-nums__bg {
  position: absolute;
  left: 48.4%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: initial;
  width: 730px;
  height: 490px;
}

.tarif-nums__bg-mob {
  display: none;
}

.tarif p {
  margin-top: 75px;
  font-size: 15px;
  line-height: normal;
  padding: 0;
}

.tarif .btn {
  margin-top: 67px;
  padding: 24px 108px 26px;
  height: auto;
  line-height: 1;
  background: #fff600;
  color: #212121;
}

.tarif .btn:hover {
  background: transparent;
  color: #fff600;
}

.tarif-capabilities {
  max-width: 761px;
  margin: 0 auto;
  margin-top: 114px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.tarif-capabilities:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 268px;
  opacity: 0.2;
  background-color: #fff;
  content: '';
}

.tarif-capabilities h2 {
  text-align: right;
  max-width: 317px;
  color: #fff600;
  line-height: 46px;
}

.tarif-capabilities ul {
  max-width: 305px;
  text-align: left;
  margin-top: 16px;
  margin-right: 12px;
}

.tarif-capabilities ul li {
  font-size: 16px;
  letter-spacing: 0.08px;
  line-height: normal;
  margin-bottom: 19px;
}

.tarif-capabilities ul li:last-of-type {
  margin-bottom: 0;
}

.tarif-capabilities ul li a {
  color: #fff600;
}

.tarif-capabilities ul li a:hover {
  opacity: .7;
}

.tarif-line {
  width: 49.6%;
  position: absolute;
  left: 0;
  bottom: 128px;
  height: 1px;
  background-color: #fff600;
}

.tarif-line span {
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid #fff600;
  border-radius: 100%;
}

.steps {
  text-align: center;
  padding-bottom: 60px;
}

.steps-top-img {
  margin-top: -18px;
}

.steps h2 {
  color: #6f2aec;
  margin-top: 40px;
}

.steps h3 {
  color: #212121;
  font-size: 22px;
}

.steps-link-wrapper {
  color: black;
}

.steps-items {
  display: flex;
  justify-content: space-evenly;
  max-width: 979px;
  margin: 0 auto;
  margin-top: 80px;
}

.steps-item {
  max-width: 30%;
  text-align: center;
  position: relative;
}

.steps-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: -11%;
  width: 33px;
  height: 67px;
  background: url("data:image/svg+xml,%3Csvg width='37' height='71' viewBox='0 0 37 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L35.5 35.5L2 69' stroke='%23622EE7' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.steps-item:last-of-type::after {
  display: none;
}

.steps-item__icon {
  position: relative;
  width: 122px;
  height: 122px;
  background-color: #fff600;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.steps-item__icon-num {
  position: absolute;
  top: 0;
  right: 2px;
  width: 38px;
  height: 38px;
  border: 2px solid #000000;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

.steps-item span {
  padding-top: 20px;
  line-height: 17px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.07px;
}

.steps-item h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 16px 0 0 0;
}

.steps-add {
  opacity: 0.4;
  color: #000000;
  font-size: 14px;
  padding: 0;
  margin-top: 36px;
  letter-spacing: 0.07px;
}

.steps .btn {
  margin-top: 75px;
  font-size: 16px;
  line-height: 1.2;
  height: auto;
  padding: 25px 55px;
  border-radius: 60px;
  letter-spacing: normal;
  font-weight: 400;
}

.steps-img {
  margin-top: 89px;
  opacity: 0.2;
  filter: grayscale(100%);
  margin-bottom: -108px;
}

.popup {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
}

.fancybox-bg {
  background-color: transparent;
}

.fancybox-wrap {
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.75);
  border-radius: 40px;
}

.fancybox-skin {
  border-radius: 40px;
}

.window-open {
  width: 455px;
  max-width: 100%;
  position: relative;
  background-color: #f0f0f0;
  padding: 36px 37px 72px 60px;
  min-height: 478px;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.75);
  border-radius: 40px;
}

.fancybox-close,
.fancybox-close-small {
  top: 22px !important;
  right: 47px !important;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  transition: all 0.3s linear;
  opacity: 0.3;
}

.fancybox-close:before,
.fancybox-close-small:before {
  content: "\ea0f";
  font-family: 'icomoon';
  font-size: 17px;
  transform: none;
  color: #333333;
}

.fancybox-close:hover,
.fancybox-close-small:hover {
  opacity: 0.7;
}

.fancybox-close svg,
.fancybox-close-small svg {
  display: none;
}

.fancybox-close-small {
  top: 36px !important;
  right: 30px !important;
}

.popup-form__title {
  display: block;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.15px;
  color: #000000;
  margin-left: -5px;
}

.popup-form__box {
  margin-top: 42px;
  transition: all 0.3s linear;
}

.popup-form__box.hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.popup-form .box-field {
  display: flex;
}

.popup-form .box-field__label {
  min-width: 48px;
  margin-right: 16px;
  margin-top: 7px;
}

.popup-form .btn {
  margin-top: 28px;
  margin-left: 64px;
  height: 56px;
  line-height: 50px;
  padding: 0 52px;
  display: block;
}

.popup-form__success {
  display: none;
}

.popup-form__success.show {
  display: block;
}

.popup-form__success p {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  padding: 0;
  margin-top: 13px;
  margin-left: -2px;
}

.popup-form__success img {
  margin-top: 78px;
  display: block;
  margin-left: 50px;
}

.box-field {
  margin-bottom: 14px;
}

.box-field__label {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  display: block;
}

.box-field .form-control {
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  letter-spacing: 0.07px;
  max-width: 278px;
  width: 100%;
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 12px;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s linear;
}

.box-field .form-control:focus,
.box-field .form-control:active {
  border-color: #000;
}

.box-field .form-control.error {
  background-color: #ed145b;
  border-color: #ed145b;
}

.box-field__decor {
  opacity: 0.4;
  color: #000000;
  margin-left: 7px;
  font-size: 14px;
}

.box-field__textarea .form-control {
  resize: none;
  height: 126px;
  padding-top: 10px;
}

.box-field label.error {
  position: absolute;
  bottom: 33px;
  left: 93px;
  font-size: 13px;
  color: #ff3678;
  letter-spacing: 0.07px;
}

.icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
  margin: 2px 20px 6px 2px;
}



@media screen and (min-width: 2400px) {
  .main-block__side {
    width: 57px;
  }

  .main-block__side-icon:after {
    left: 50.5%;
  }

  .promotional-open {
    right: -595px;
  }
}

.header-menu-dropdown {
  display: none;
}

@media screen and (max-width: 1600px) {
  .promotional-open {
    right: 0;
  }
}

@media screen and (max-width: 1341px) {
  .header-menu {
    display: none;
    flex-direction: column;
    background-color: black;
    position: absolute;
    top: 0px;
    margin-left: -150px;
  }

  .header-menu-dropdown {
    display: block;
    color: white;
  }
}

@media screen and (max-width: 1255px) {
  .benefits-items__lines img {
    width: 665px;
  }

  .benefits-items__lines {
    display: flex;
    justify-content: center;
    width: 100%;
    left: -45px;
    transform: none;
    bottom: 108px;
  }

  .benefits-items {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 876px;
    margin-top: 365px;
    justify-content: flex-start;
  }

  .benefits-item {
    width: 155px;
    font-size: 12px;
    margin: 0 46px;
  }

  .benefits-item:nth-of-type(4) {
    top: 55.6%;
    left: 53.3%;
  }

  .benefits-item:last-of-type {
    margin-right: -2px;
  }

  .benefits-item:nth-of-type(3) {
    margin-right: 0;
    margin-left: -30px;
  }

  .benefits-item:nth-of-type(5) {
    margin-right: -30px;
  }
}

@media screen and (max-width: 1200px) {
  .speed-nums {
    padding-left: 0;
  }

  .speed-nums__item>span {
    margin: 0 15px;
  }

  .tarif-line {
    width: 49.3%;
  }

  .promotional-items {
    width: 1044px;
  }

  .promotional-img {
    transform: none;
    left: -82px;
    overflow-x: hidden;
  }

  .promotional-box {
    overflow-x: scroll;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    padding: 0 40px;
  }

  .promotional-open {
    right: 40px;
  }

  .scroll-off {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .main-block__content {
    padding-left: 0;
    margin: 0;
    padding-top: 154px;
    padding-bottom: 80px;
  }

  .speed {
    padding: 80px 0 80px;
  }

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

  .speed-nums__item:last-of-type {
    margin-left: 0;
  }

  .benefits-items__lines {
    display: none;
  }

  .benefits-item {
    width: calc(20% - 10px);
    max-width: initial;
    margin: 0 5px;
  }

  .benefits-item:nth-of-type(3) {
    margin: 0 5px;
  }

  .benefits-item:nth-of-type(4) {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .benefits-item:nth-of-type(4):before {
    top: -30px;
    left: 0;
    bottom: auto;
  }

  .benefits-item:nth-of-type(5) {
    margin: 0 5px;
  }

  .benefits-item:last-of-type {
    margin: 0 5px;
  }

  .benefits-items {
    margin-top: 100px;
    margin-left: -5px;
    margin-right: -5px;
    max-width: 100%;
  }

  .benefits {
    padding: 80px 0;
  }

  .tarif {
    padding: 80px 0;
  }

  .tarif-line {
    width: 49.1%;
  }

  .tarif-capabilities {
    margin-top: 80px;
  }

  .steps-items {
    flex-wrap: wrap;
    margin-top: 30px;
    max-width: 750px;
  }

  .steps-item {
    max-width: 190px;
    margin-top: 30px;
  }

  .promotional-item:nth-of-type(5) .promotional-item__img {
    left: 60%;
  }

  .promotional-item:nth-of-type(6) .promotional-item__img {
    left: 47%;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
  }

  .main-block__content {
    padding-left: 27px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 115px;
    padding-bottom: 52px;
  }

  .main-block__side {
    width: 72px;
    height: 72px;
    background-color: transparent;
    border-radius: 100%;
    background-color: rgba(119, 48, 238, 0.8);
    top: -13px;
    right: -16px;
  }

  .main-block__side-icon:after {
    display: none;
  }

  h2,
  .title2 {
    font-size: 31px;
    line-height: 37px;
    letter-spacing: initial;
  }

  .main-block__info-item {
    max-width: none;
    margin-right: 0;
  }

  .main-block__info {
    margin-top: 31px;
    flex-direction: column;
  }

  .main-block__buttons {
    flex-direction: column;
    justify-content: center;
    margin-left: -27px;
    margin-right: -20px;
    margin-top: 26px;
  }

  .main-block__buttons .btn {
    margin-right: 0;
    align-self: center;
  }

  .main-block__buttons .btn:after {
    display: none;
  }

  .main-block__buttons .btn:first-of-type {
    font-size: 15px;
    padding: 0px 32px;
    margin-bottom: 17px;
  }

  .speed {
    padding: 45px 0 60px;
  }

  .speed-nums__item>span {
    font-size: 60px;
    letter-spacing: -2.1px;
    margin-left: 18px;
    margin-right: 0;
  }

  .speed-nums__item>span span {
    letter-spacing: -9.3px;
  }

  .speed-items {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    justify-content: center;
    margin-top: 45px;
  }

  .speed-item {
    margin: 0;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
  }

  .speed-item:last-of-type {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .speed-item img {
    width: 48px;
    flex: 0 0 48px;
  }

  .speed h2 {
    max-width: 268px;
    margin: 0 auto;
    line-height: 36px;
  }

  .speed-nums {
    margin-top: 31px;
  }

  .speed-nums__item {
    margin-bottom: 14px;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .speed-nums__item:last-of-type {
    margin-bottom: 20px;
  }

  .speed-nums__item:last-of-type>span {
    margin-left: 7px;
  }

  .speed-item span {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -0.38px;
    margin-left: 18px;
  }

  .speed-img {
    margin-left: 58%;
  }

  .speed p {
    margin-top: 11px;
    text-align: center;
  }

  .speed p br {
    display: none;
  }

  .speed .btn {
    margin-top: 42px;
  }

  .benefits-companies {
    margin-left: 0;
    padding-left: 0;
    flex-direction: column;
  }

  .benefits-companies__item {
    max-width: 100%;
    margin-bottom: 54px;
  }

  .benefits-companies__item:last-of-type {
    margin-bottom: 0;
  }

  .benefits-companies__item span {
    font-size: 18px;
    padding-left: 0;
  }

  .benefits-items {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    font-size: 14px;
  }

  .benefits-item:nth-of-type(3) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 52px;
  }

  .benefits-item:nth-of-type(4) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 52px;
  }

  .benefits-item:nth-of-type(5) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 52px;
  }

  .benefits-item:last-of-type {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .benefits h2 {
    letter-spacing: normal;
    font-size: 29px;
  }

  .benefits {
    padding: 78px 0 180px;
  }

  .benefits-companies {
    margin-top: 34px;
    padding-left: 8px;
  }

  .benefits-companies__item span {
    line-height: 22px;
  }

  .tarif-nums {
    width: 301px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    margin-top: 95px;
  }

  .tarif-nums__price:last-of-type {
    margin-bottom: 145px;
  }

  .tarif-nums__bg {
    display: none;
  }

  .tarif-nums__bg-mob {
    display: block;
    left: 50%;
    width: 460px;
    max-width: inherit;
    height: auto;
    top: 62%;
  }

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

  .tarif-capabilities:after,
  .tarif-line {
    display: none;
  }

  .tarif-capabilities h2 {
    text-align: center;
    max-width: initial;
  }

  .tarif-capabilities ul {
    margin-right: 0;
    max-width: initial;
  }

  .tarif .btn {
    font-size: 18px;
    padding: 0px 28px;
    margin-top: 39px;
    color: #fff600;
  }

  .tarif {
    padding: 73px 0 67px;
  }

  .tarif h2 {
    font-size: 38px;
  }

  .tarif p {
    margin-top: 175px;
    line-height: 18px;
  }

  .tarif-capabilities h2 {
    font-size: 31px;
    line-height: 37px;
  }

  .tarif-capabilities {
    margin-top: 70px;
  }

  .tarif-capabilities ul {
    margin-top: 39px;
    padding-left: 23px;
  }

  .tarif-capabilities ul li {
    margin-bottom: 18.5px;
  }

  .tarif-capabilities ul li:last-of-type {
    margin-bottom: 0;
  }

  .steps h2 {
    margin-top: 55px;
  }

  .steps-items {
    margin-top: 36px;
    padding: 0 10px;
    padding-right: 0;
  }

  .steps-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 27px;
  }

  .steps-item:last-of-type {
    margin-bottom: 0;
  }

  .steps-item span {
    margin-top: 0;
  }

  .steps-item__icon {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
  }

  .steps-item__icon img {
    max-width: 36px;
  }

  .steps-item__icon-num {
    width: 30px;
    height: 29px;
    border: 2px solid #000000;
    top: -2px;
    right: -4px;
    font-size: 15px;
  }

  .steps-add {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 235px;
    font-size: 14px;
    line-height: 17px;
  }

  .steps .btn {
    font-size: 23px;
    line-height: 26px;
    height: auto;
    padding: 17px 28px;
    margin-top: 35px;
  }

  .steps-img {
    max-width: none;
    transform: translateX(-50%);
    margin-left: 51.5%;
    margin-top: 106px;
    margin-bottom: -47px;
  }

  .promotional-open {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -295px;
  }

  .promotional {
    padding-bottom: 24px;
  }

  .promotional-img {
    left: 0;
  }

  .promotional-items {
    margin-left: 77px;
    margin-top: 96px;
  }

  .steps-item::after {
    height: 33px;
  }


  .partners_logo_block {
    flex-direction: column;
  }

  .partners_logo_block .partners_logo_title {

    margin: 0;
  }

  .partners_logo .partners_logo_item:not(:last-of-type) {
    margin-right: 25px;
  }

  .page_main.header_with_timer{
    padding-top: 200px;
  }
}

@media screen and (max-width: 480px) {
  .header-right {
    flex-wrap: nowrap;
  }

  .main-block {
    background-image: url(../img/main-block-bg-mob.png);
  }

  .header-call .btn-sm {
    padding: 0px 1px !important;
  }

  .wrapper {
    padding: 0 10px;
  }

  .speed-nums__item {
    padding-left: 17px;
    justify-content: flex-start;
  }

  .speed-items {
    justify-content: flex-start;
    padding-left: 15px;
  }

  .speed-item {
    margin-left: 0;
    margin-right: 0;
  }

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

  .promotional-items {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .promotional-items .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    top: -59px;
  }

  .promotional-items .slick-dots li button {
    background-color: #000000;
    opacity: 0.2;
  }

  .promotional-items .slick-dots li.slick-active button {
    opacity: 1;
  }

  .promotional-items .slick-track {
    background-image: url(../img/promotional-img.png);
    background-position: -38px bottom;
    background-repeat: no-repeat;
  }

  .promotional-item {
    max-width: initial;
    margin: 0 25px;
    min-width: 137px;
  }

  .promotional-item__box {
    max-width: 136px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .promotional-item:first-of-type {
    padding-left: 84px;
  }

  .promotional-box {
    margin: 0 -10px;
    padding: 0;
    overflow: hidden;
  }

  .promotional-item:nth-of-type(5),
  .promotional-item:last-of-type {
    margin-left: 0;
  }

  .promotional-img {
    display: none;
  }

  .window-open {
    padding: 30px 15px;
  }

  .fancybox-close {
    top: 17px !important;
  }

  .fancybox-close-small {
    top: 31px !important;
    right: 32px !important;
  }

  .promotional-item:hover .promotional-item__box {
    transform: none;
  }

  .promotional-item:hover .promotional-item__line {
    padding-bottom: 0;
  }

  .promotional-item:nth-of-type(1) .promotional-item__img {
    left: 63%;
    bottom: 43px;
  }

  .promotional-item:nth-of-type(3) .promotional-item__img {
    left: 40%;
  }

  .promotional-item:nth-of-type(4) .promotional-item__img {
    left: 33%;
  }

  .promotional-item:nth-of-type(5) .promotional-item__img {
    left: 55%;
  }

  .promotional-item:nth-of-type(6) .promotional-item__img {
    left: 57%;
  }

  .steps-item::after {
    display: none;
  }
  .page_main.header_with_timer{
    padding-top: 220px;
  }
}

.wpcf7-not-valid {
  background-color: transparent !important;
  border-color: transparent !important;
}

.box-field .form-control.error {
  background-color: #ed145b !important;
  border-color: #ed145b !important;
}

.wpcf7-form-control-wrap {
  position: initial !important;
}

.popup-form__box .wpcf7-not-valid {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.promotional-open {
  display: none;
  cursor: pointer;
  z-index: 95;
}

.promotional-open:before {
  pointer-events: none;
}

.language {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
  margin-top: -19px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.language-inline-block {
  display: inline-block;
}

.header-menu-mobile {
  display: none;
}

.header-dropdown {
  display: inline-block;
  position: relative;

}

@media screen and (max-width: 1341px) {
  .header-dropdown {
    display: none;
  }

  .header-menu-mobile {
    display: inline-block;
  }

}

.header-dropdown-title {
  border-radius: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background .4s ease, color .4s ease;
  font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
  padding: 20px 10px;
  justify-content: center;
}

.header-dropdown .header-dropdown-title__icon {
  margin-right: 4px;
}

.header-dropdown.opened .header-dropdown-title__icon {
  transform: rotateX(180deg);
}

body:not(.loaded) .header-dropdown-title__icon {
  background-image: url(../img/caret.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  margin-left: 4px;
  transition: all 0.4s ease-out;
}

.header-dropdown.opened ul {
  display: block;
}

.header-dropdown ul {
  margin-top: 4px;
  padding-bottom: 2px;
  display: none;
  position: absolute;
  left: 0;
  background: yellow;
  border-radius: 20px;
  padding: 10px;
}

.header-dropdown ul li {
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

.header-dropdown ul li a {
  color: #000;
  font-size: 18px;
}

.header-dropdown ul li:hover {
  background-color: rgba(111, 42, 236, 0.7);
}

.header-dropdown ul li:hover a {
  color: #fff;
}

div.header-menu>.header-dropdown a {
  padding: 0;
}

.language * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.language-title {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 9px;
  border-radius: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 92px;
  cursor: pointer;
  transition: background .4s ease, color .4s ease;
}

.language-title:hover {
  background: #fff;
  color: #131313;
}

.language:hover .language-title__icon {
  filter: grayscale(1) invert(1);
}

.language.opened {
  color: #131313;
}

.language.opened .language-title {
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.language.opened .language-title__icon {
  filter: grayscale(1) invert(1);
  transform: rotateX(180deg);
  margin-top: -4px;
}

.language img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-position: 50% 50%;
  object-fit: cover;
}

.language-title__icon {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7px;
  transition: transform .4s ease;
  transform-origin: 0% 50%;
}

body:not(.loaded) .language-title__icon {
  background-image: url(../img/caret.svg);
}

.language ul {
  margin-top: -2px;
  padding-bottom: 2px;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.language li {
  margin-bottom: 5px;
}

.language a {
  padding: 2px 9px;
  display: flex;
  align-items: center;
  color: #131313;
}

.language a:hover {
  color: #fff600;
}

.language .selected {
  display: none;
}

.language.opened ul {
  display: block;
}

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

.header-call .btn-sm {
  margin-bottom: 0;
  height: 53px;
  font-size: 13px;
  line-height: 48px;
  margin-left: 0;
  padding: 0px 44px;
}

.footer-content .header-call {
  margin-top: 0;
}

.footer-content .header-call .btn-grey:hover {
  color: #000;
}

.fancybox-video .fancybox-slide {
  padding: 0 !important;
}

.btn-grey {
  opacity: 1;
  color: #000;
  background-color: #fff600;
  padding: 0px 47px;
}

.btn-grey:hover {
  opacity: 1;
  border-color: #6f2aec;
  background-color: #6f2aec;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .language {
    margin-top: 2px;
  }

  .footer-content .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-content .header-call .btn-sm {
    margin-top: 20px;
  }

  .header-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-right {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 556px) and (min-width: 481px) {
  .language {
    margin-left: 25px;
  }

  .header-logo {
    max-width: 120px;
  }

  .header-call__tel {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .header-menu {
    margin-top: 83px !important;
  }

  .header-right {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .language {
    margin-left: 7px !important;
    margin-right: inherit;
  }

  .icon-bar {
    margin-right: 10px
  }

  .header-right .header-call .btn-sm {
    font-size: 14px;
  }
}

.main-block__info-item span.EUR,
.main-block__info-item span.USD {
  font-size: 0;
}

.EUR:after {
  content: '€';
  font-size: 30px;
}

.USD:after {
  content: ' $';
  font-size: 30px;
}

form .wpcf7-not-valid-tip {
  display: block !important;
  position: absolute;
  bottom: 33px;
  left: 93px;
  font-size: 13px;
  color: #ff3678;
  letter-spacing: 0.07px;
}

.box-field .form-control.wpcf7-not-valid {
  background-color: #ed145b !important;
  border-color: #ed145b !important;
}