/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

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%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'Avenir_regular_400';
  src: url(/fonts/Avenir-Book.eot?16e7f491c34483fd1eef6ab505ab9f86);
  src: local("Avenir Book"), local("Avenir-Book"), url(/fonts/Avenir-Book.eot?16e7f491c34483fd1eef6ab505ab9f86) format("embedded-opentype"), url(/fonts/Avenir-Book.woff2?ca2059b5668eda3dcbd9e97c67d1926c) format("woff2"), url(/fonts/Avenir-Book.woff?dc54a5699a1740d387f42e5854c71c15) format("woff"), url(/fonts/Avenir-Book.ttf?c234b1f33f59379a9d2dffc5a58a2ef0) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir_medium_500';
  src: url(/fonts/Avenir-Medium.eot?a8a5dcba3dc1c8417114212ad081d588);
  src: local("Avenir Medium"), local("Avenir-Medium"), url(/fonts/Avenir-Medium.eot?a8a5dcba3dc1c8417114212ad081d588) format("embedded-opentype"), url(/fonts/Avenir-Medium.woff2?28002881c2a48251d88272e269b2ced1) format("woff2"), url(/fonts/Avenir-Medium.woff?77d901f5e09d585301d44bf637e38599) format("woff"), url(/fonts/Avenir-Medium.ttf?96223a075bbd22d7eb69b80ec341174b) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir_bold_800';
  src: url(/fonts/Avenir-Heavy.eot?066bac22a5a423e3e02a48d1f1f3bfbb);
  src: local("Avenir Heavy"), local("Avenir-Heavy"), url(/fonts/Avenir-Heavy.eot?066bac22a5a423e3e02a48d1f1f3bfbb) format("embedded-opentype"), url(/fonts/Avenir-Heavy.woff2?aea0197d4d716b4379e3415d23f21e36) format("woff2"), url(/fonts/Avenir-Heavy.woff?94a57b63ca8f95804870bde5b506ca61) format("woff"), url(/fonts/Avenir-Heavy.ttf?a166744b3d247ffa9d927353878a813f) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir_extra_bold_900';
  src: url(/fonts/Avenir-Black.eot?69ddcdc8131414dcc149a634c8733199);
  src: local("Avenir Black"), local("Avenir-Black"), url(/fonts/Avenir-Black.eot?69ddcdc8131414dcc149a634c8733199) format("embedded-opentype"), url(/fonts/Avenir-Black.woff2?45a182efcc0a6191536aa3cebef44188) format("woff2"), url(/fonts/Avenir-Black.woff?9557b515781305dd8770c3b41e251957) format("woff"), url(/fonts/Avenir-Black.ttf?05f894714d70b7727235492c11b18f52) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Harabara_Mais_Demo_400';
  src: url(/fonts/Harabara_Mais_Demo.woff?ef54b54feb9acb94ab9d82f8c918338d);
  src: local("Harabara Mais Demo"), local("Harabara-Mais-Demo"), url(/fonts/Harabara_Mais_Demo.woff?ef54b54feb9acb94ab9d82f8c918338d) format("woff"), url(/fonts/Harabara_Mais_Demo.ttf?d86eb24cafe7a3d78c7ce4af115bffb7) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway_Black_900';
  src: url(/fonts/Raleway-Black.woff?e0c66629e1c06f6011a4a05d6cdab9f7);
  src: local("Raleway Black"), local("Raleway-Black"), url(/fonts/Raleway-Black.woff?e0c66629e1c06f6011a4a05d6cdab9f7) format("woff"), url(/fonts/Raleway-Black.ttf?35e0e2e7a5b03275ba569a214edbab77) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway_ExtraBold_800';
  src: url(/fonts/Raleway-ExtraBold.woff?acb260c6eb20fe40a9a515a7848c4711);
  src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url(/fonts/Raleway-ExtraBold.woff?acb260c6eb20fe40a9a515a7848c4711) format("woff"), url(/fonts/Raleway-ExtraBold.ttf?27f7ef17de3691b5cdb9f1ee1ee5cc6a) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway_Medium_500';
  src: url(/fonts/Raleway-Medium.woff?16c5ca35795abaaeed8939ec85d1a39a);
  src: local("Raleway Medium"), local("Raleway-Medium"), url(/fonts/Raleway-Medium.woff?16c5ca35795abaaeed8939ec85d1a39a) format("woff"), url(/fonts/Raleway-Medium.ttf?b952c3c81ba34b54c66c748ea1e828a7) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway_Regular_400';
  src: url(/fonts/Raleway-Regular.woff?7ff0f2d58a47a6ff2772e9c4d5b2fcbc);
  src: local("Raleway Regular"), local("Raleway-Regular"), url(/fonts/Raleway-Regular.woff?7ff0f2d58a47a6ff2772e9c4d5b2fcbc) format("woff"), url(/fonts/Raleway-Regular.ttf?20d41940068e45b114d32b48d684ef39) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.breadcrumbs .crumb-li {
  margin-right: 5px;
  position: relative;
  font-size: 14px;
  line-height: 1.35;
}

.breadcrumbs .crumb-li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: #BDBDBD;
}

.breadcrumbs .crumb-li:last-child:after {
  content: none;
}

.breadcrumbs .crumb-li .crumb {
  text-decoration: none;
  padding-right: 10px;
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
  color: #BDBDBD;
}

.breadcrumbs .crumb-li .crumb.js-lastcrumb {
  color: #333333;
}

.pagination {
  padding-bottom: 115px;
}

.pagination .nav_pagi .pagi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .nav_pagi .pagi_list .pagi_link_cell {
  font-size: 14px;
  line-height: 1.35;
  margin: 0px 5px;
  border: 0.5px solid #E0E0E0;
  border-radius: 2px;
  cursor: pointer;
}

.pagination .nav_pagi .pagi_list .pagi_link_cell.active {
  background: #000000;
  color: #FFFFFF;
}

.pagination .nav_pagi .pagi_list .pagi_link_cell a {
  text-decoration: none;
  color: #000000;
  margin: 0;
  padding: 2px 8px;
}

.pagination .nav_pagi .pagi_list .pagi_link_cell span {
  padding: 2px 8px;
  display: block;
}

.pagination .nav_pagi .pagi_list .pagi_prev,
.pagination .nav_pagi .pagi_list .pagi_next {
  color: #828282;
  font-size: 18px;
  line-height: 1.38;
}

.pagination .nav_pagi .pagi_list .pagi_prev.active a,
.pagination .nav_pagi .pagi_list .pagi_next.active a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.38;
  color: #000000;
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
}

.pagination .nav_pagi .pagi_list .pagi_prev {
  margin-right: 20px;
}

.pagination .nav_pagi .pagi_list .pagi_next {
  margin-left: 20px;
}

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

body {
  color: #000000;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

body.body_hidden {
  overflow-y: hidden;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: auto;
}

.hidden_content_bg {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.hidden_content_bg.active {
  display: block;
}

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

@media only screen and (max-width: 768px) {
  .btn_block {
    display: block;
  }

  .btn_block .btn_block_wrap {
    margin-bottom: 30px;
  }

  .btn_block .btn_block_wrap a {
    display: inline-block;
  }

  .btn_block .btn_block_wrap .btn {
    padding: 15px 50px;
  }

  .btn_block .btn_block_wrap .btn_transparent {
    padding: 15px 30px;
  }
}

.main_title {
  font-size: 42px;
  line-height: 1.11;
  color: #333333;
  margin-bottom: 15px;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
}

@media only screen and (max-width: 768px) {
  .main_title {
    font-size: 32px;
    line-height: 1.09;
  }
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.error {
  color: red;
  border: 1px solid red;
}

.arrow_slider:hover svg path {
  stroke: #000000;
  fill: #000000;
}

.arrow_slider:hover svg path:first-child {
  fill: #FFFFFF;
}

.global_button {
  margin-right: 20px;
}

.btn {
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.38;
  background: #000000;
  border-radius: 50px;
  padding: 15px 40px;
  border: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
    line-height: 1.37;
  }
}

.btn:hover span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  background-image: linear-gradient(245.44deg, #3FA9F5 -14.24%, #8852E0 55.81%, #EB00EB 111.37%);
}

.btn_white {
  background: transparent;
  border: 1px solid white;
  color: white;
}

@media only screen and (max-width: 768px) {
  .btn_white {
    padding: 15px 35px !important;
  }
}

.btn_white:hover {
  background: white;
}

.btn_white:hover span {
  background-image: linear-gradient(245.44deg, #000000 -14.24%, #000000 55.81%, #000000 111.37%);
}

.btn_transparent {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.37;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  color: #FFFFFF;
  background: transparent;
  border-radius: 50px;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  font-size: 18px;
  line-height: 1.38;
}

@media only screen and (max-width: 768px) {
  .btn_transparent {
    font-size: 16px;
    line-height: 1.37;
  }
}

.btn_transparent svg {
  vertical-align: middle;
}

.btn_transparent:hover {
  background: #FFFFFF;
  color: #000000;
}

.btn_transparent:hover svg path {
  stroke: #000000;
}

.btn_gradient {
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
          box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
  padding: 15px 0px;
  background: linear-gradient(243.95deg, rgba(3, 169, 244, 0.8) 16.42%, rgba(136, 82, 224, 0.8) 55.6%, rgba(235, 0, 235, 0.8) 83.58%);
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  font-size: 16px;
  line-height: 1.37;
  border: none;
  border-radius: 50px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-size: 300%;
  z-index: 1;
}

.btn_gradient:hover {
  -webkit-animation: ani 8s linear infinite;
          animation: ani 8s linear infinite;
  border: none;
}

@-webkit-keyframes ani {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

@keyframes ani {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.btn_gradient:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(243.95deg, rgba(3, 169, 244, 0.8) 16.42%, rgba(136, 82, 224, 0.8) 55.6%, rgba(235, 0, 235, 0.8) 83.58%);
  background-size: 100%;
  border-radius: 50px;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn_gradient:hover::before {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.main_arrow_top {
  position: fixed;
  display: none;
  top: 80%;
  right: 2%;
  z-index: 10;
  cursor: pointer;
}

.slider_discription {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2), inset 0px 0px 15px rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 30px;
  padding: 30px 0px;
  width: calc(100% - 151px);
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1290px;
}

@media only screen and (max-width: 1310px) {
  .slider_discription {
    width: 1250px;
  }
}

@media only screen and (max-width: 1270px) {
  .slider_discription {
    width: 1190px;
  }
}

.slider_discription .slider_subtitle {
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  font-size: 32px;
  line-height: 1.09;
  margin-bottom: 5px;
}

.slider_discription .slider_info {
  font-size: 18px;
  line-height: 1.38;
}

.container_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_slider_wrapper {
  position: relative;
}

.main_slider_wrapper .main_slider_item {
  position: relative;
  min-height: 850px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_slider_wrapper .main_slider_item .mask_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.img_resp {
  width: 100%;
  height: auto;
  display: block;
}

.info_slider .info_slider_subject {
  font-size: 70px;
  line-height: 1.11;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .info_slider .info_slider_subject {
    font-size: 32px;
    line-height: 42px;
  }
}

.info_slider .info_slider_info {
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .info_slider .info_slider_info {
    font-size: 18px;
    line-height: 25px;
  }
}

.info_slider .slider_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .info_slider .slider_btn {
    display: block;
  }
}

.info_slider .slider_btn .btn_block_wrap {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .info_slider .slider_btn .btn_block_wrap .btn {
    display: inline-block;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.25);
          box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.25);
}

.header.scroll,
.header.scroll_fix {
  background: #FFFFFF;
}

.header .mobile_header {
  display: none;
}

@media (max-width: 992px) {
  .header .mobile_header {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header .mobile_header .js__open_menu_mobile {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    padding: 8px;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header .mobile_header .js__open_menu_mobile span {
    width: 100%;
    height: 2px;
    background: black;
    border-radius: 2px;
  }
}

.header .main_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .main_header .logo .js__close_menu {
  display: none;
}

@media (max-width: 992px) {
  .header .main_header {
    position: fixed;
    top: -100%;
    left: 0;
    background: white;
    -webkit-transition: top 0.4s linear;
    transition: top 0.4s linear;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 40px;
    z-index: 4;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    overflow: auto;
  }

  .header .main_header.open {
    top: 0;
  }

  .header .main_header .logo {
    width: 100%;
    padding: 30px 16px;
    border: 1px solid rgba(102, 102, 102, 0.18);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header .main_header .logo .js__close_menu {
    display: block;
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    border: none;
    padding: 0;
  }

  .header .main_header .logo .js__close_menu svg {
    width: 100%;
    height: auto;
  }
}

.header .main_header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .header .main_header .header_menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header .main_header .header_menu .menu {
  margin-right: 50px;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu {
    margin: 0;
    width: 100%;
  }
}

.header .main_header .header_menu .menu .first_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu .first_level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 20px;
  }
}

.header .main_header .header_menu .menu .first_level .item {
  font-size: 18px;
  line-height: 1.38;
  padding: 29px 12px;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu .first_level .item {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu .first_level .item.js__open .menu_arrow svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.header .main_header .header_menu .menu .first_level .item > a {
  text-decoration: none;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  color: #000000;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu .first_level .item > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 74px);
            flex: 0 0 calc(100% - 74px);
    padding: 0 0px 20px 16px;
  }
}

.header .main_header .header_menu .menu .first_level .item .menu_arrow svg {
  vertical-align: middle;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu .first_level .item .menu_arrow {
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    padding: 0 20px 20px;
    margin-right: 16px;
  }
}

.header .main_header .header_menu .menu .first_level .item ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
  padding: 30px;
}

.header .main_header .header_menu .menu .first_level .item ul.defauld_100 {
  width: 50%;
  left: -50px;
}

.header .main_header .header_menu .menu .first_level .item ul.defauld_50 {
  width: 65%;
  left: -50px;
}

.header .main_header .header_menu .menu .first_level .item ul.defauld_33 {
  width: calc(100% + 200px);
  left: -50px;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu .first_level .item ul {
    position: static;
    width: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 16px 20px;
  }
}

.header .main_header .header_menu .menu .first_level .item ul li.list_33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 40px);
          flex: 0 0 calc(33.3% - 40px);
  margin: 0px 23px;
}

.header .main_header .header_menu .menu .first_level .item ul li.list_33:nth-child(3n + 1) {
  margin-left: 0;
}

.header .main_header .header_menu .menu .first_level .item ul li.list_33:nth-child(3n + 3) {
  margin-right: 0;
}

.header .main_header .header_menu .menu .first_level .item ul li.list_50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 23px);
          flex: 0 0 calc(50% - 23px);
  margin: 0px 23px;
}

.header .main_header .header_menu .menu .first_level .item ul li.list_50:nth-child(2n + 1) {
  margin-left: 0;
}

.header .main_header .header_menu .menu .first_level .item ul li.list_50:nth-child(2n + 2) {
  margin-right: 0;
}

.header .main_header .header_menu .menu .first_level .item ul li.list_100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
}

@media (max-width: 992px) {
  .header .main_header .header_menu .menu .first_level .item ul li {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 !important;
  }
}

.header .main_header .header_menu .menu .first_level .item ul li:hover {
  background: #f2f2f2;
}

.header .main_header .header_menu .menu .first_level .item ul li .children_header_img {
  margin-right: 10px;
}

.header .main_header .header_menu .menu .first_level .item ul li .children_header_img svg {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

.header .main_header .header_menu .menu .first_level .item ul li a {
  font-size: 16px;
  line-height: 1.37;
  color: #333333;
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .header .main_header .header_menu .menu .first_level .item:hover {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(-1.45%, #3fa9f5), color-stop(53.09%, #8852e0), color-stop(101.43%, #eb00eb));
    background-image: linear-gradient(270deg, #3fa9f5 -1.45%, #8852e0 53.09%, #eb00eb 101.43%);
    background-position: bottom;
    background-size: 100% 3px;
    background-repeat: no-repeat;
  }

  .header .main_header .header_menu .menu .first_level .item:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header .main_header .header_menu .menu .first_level .item:hover .menu_arrow svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.header .main_header .header_menu .lang {
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  font-size: 18px;
  line-height: 1.38;
  text-align: center;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .lang {
    padding: 0 18px 0;
  }
}

.header .main_header .header_menu .lang a {
  text-decoration: none;
  color: #000000;
}

.header .main_header .header_menu .lang .lang_chosen {
  padding: 0px 25px;
  position: relative;
  cursor: pointer;
}

.header .main_header .header_menu .lang .lang_chosen .lang_global {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .main_header .header_menu .lang .lang_chosen .lang_global svg {
  vertical-align: middle;
}

.header .main_header .header_menu .lang .lang_chosen .lang_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .main_header .header_menu .lang .lang_chosen .lang_arrow svg {
  vertical-align: middle;
}

.header .main_header .header_menu .lang .lang_chosen button {
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  background: transparent;
  border: none;
  padding: 0;
  padding-left: 5px;
  vertical-align: middle;
}

.header .main_header .header_menu .lang .lang_chose {
  display: none;
  position: absolute;
  padding: 0px 25px;
}

.header .main_header .header_menu .lang .lang_chose .lang_link {
  padding-left: 5px;
}

.header .main_header .header_menu .header_chose_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .header_chose_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header .main_header .header_menu .header_chose_wrap .header_soc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 25px;
}

@media (max-width: 992px) {
  .header .main_header .header_menu .header_chose_wrap .header_soc_list {
    margin-bottom: 15px;
    padding: 0 18px 0;
  }
}

.header .main_header .header_menu .header_chose_wrap .header_soc_list li {
  padding-right: 15px;
}

.header .main_header .header_menu .header_chose_wrap .header_soc_list li:last-child {
  padding-right: 0;
}

.menu_bg_close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.523);
}

.overflow {
  overflow: hidden;
}

.all_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .all_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 992px) {
  .all_footer {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .all_footer {
    padding-bottom: 20px;
  }
}

.all_footer:after {
  content: '';
  position: absolute;
  border: 1px solid #FFFFFF;
  width: 100%;
  bottom: 0;
}

.all_footer .menu {
  width: 100%;
  padding-top: 12px;
}

.all_footer .menu .first_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .all_footer .menu .first_level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 430px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 420px) {
  .all_footer .menu .first_level {
    height: 510px;
  }
}

.all_footer .menu .first_level .item {
  margin: 0px 15px;
}

@media only screen and (max-width: 992px) {
  .all_footer .menu .first_level .item {
    margin-bottom: 15px;
  }

  .all_footer .menu .first_level .item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media only screen and (max-width: 480px) {
  .all_footer .menu .first_level .item {
    margin: 0px 7px;
    margin-bottom: 15px;
    width: 40%;
  }
}

.all_footer .menu .first_level .item:first-child {
  max-width: 175px;
}

@media only screen and (max-width: 1200px) {
  .all_footer .menu .first_level .item:first-child {
    max-width: 135px;
  }
}

.all_footer .menu .first_level .item > a {
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  font-size: 18px;
  line-height: 1.38;
}

@media only screen and (max-width: 992px) {
  .all_footer .menu .first_level .item .second_level_footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.all_footer .menu .first_level .item .second_level_footer_wrapper .second_level_footer {
  margin: 0px 22px;
}

@media only screen and (max-width: 992px) {
  .all_footer .menu .first_level .item .second_level_footer_wrapper .second_level_footer {
    margin: 0;
  }
}

.all_footer .menu .first_level .item .second_level_footer_wrapper .second_level_footer:first-child {
  margin-left: 0;
}

.all_footer .menu .first_level .item .second_level_footer_wrapper .second_level_footer:last-child {
  margin-right: 0;
}

.all_footer .menu .first_level .second_level_footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.all_footer .menu .first_level .second_level_footer_wrapper .second_level_footer {
  padding-top: 7px;
}

.all_footer .menu .first_level .second_level_footer_wrapper .second_level_footer li {
  margin-bottom: 10px;
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.all_footer .menu .first_level .second_level_footer_wrapper .second_level_footer li:last-child {
  margin-bottom: 0;
}

.all_footer .menu a {
  text-decoration: none;
  color: #FFFFFF;
}

.all_footer .logo {
  margin-right: 25px;
}

@media only screen and (max-width: 1200px) {
  .all_footer .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .all_footer .logo {
    text-align: center;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.all_footer .logo .logo_connection a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #FFFFFF;
  margin-bottom: 13px;
}

.all_footer .logo .logo_icon {
  margin-bottom: 17px;
}

.footer_soc_list_wrapper {
  padding: 30px 0px;
}

.footer_soc_list_wrapper .footer_soc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_soc_list_wrapper .footer_soc_list li {
  margin: 0px 10px;
}

.our_services {
  padding-top: 70px;
  padding-bottom: 90px;
}

.our_services .section_header_wrap {
  margin-bottom: 60px;
}

.our_services .section_header_wrap .services_info {
  font-size: 20px;
  line-height: 1.35;
  color: #333333;
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
}

@media only screen and (max-width: 768px) {
  .our_services .section_header_wrap .services_info {
    font-size: 18px;
    line-height: 1.38;
  }
}

.our_services .services_card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .our_services .services_card_wrapper {
    display: block;
  }
}

.our_services .services_card_wrapper .services_card_item_wrap {
  width: calc(33.3% - 29px);
  background: linear-gradient(225.15deg, #3FA9F5 0%, #8852E0 49.59%, #EB00EB 101.57%);
  padding: 4px;
  margin: 0px 22px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.our_services .services_card_wrapper .services_card_item_wrap a {
  text-decoration: none;
}

.our_services .services_card_wrapper .services_card_item_wrap button {
  border: none;
  background: none;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
}

.our_services .services_card_wrapper .services_card_item_wrap:nth-child(3n+1) {
  margin-left: 0;
}

.our_services .services_card_wrapper .services_card_item_wrap:nth-child(3n+3) {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .our_services .services_card_wrapper .services_card_item_wrap {
    width: calc(50% - 22px);
  }

  .our_services .services_card_wrapper .services_card_item_wrap:nth-child(2n+1) {
    margin-left: 0;
  }

  .our_services .services_card_wrapper .services_card_item_wrap:nth-child(2n+2) {
    margin-right: 0;
  }

  .our_services .services_card_wrapper .services_card_item_wrap:nth-child(3n+1) {
    margin-left: auto;
  }

  .our_services .services_card_wrapper .services_card_item_wrap:nth-child(3n+3) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .our_services .services_card_wrapper .services_card_item_wrap {
    width: 100%;
    margin: 15px 0px;
  }
}

.our_services .services_card_wrapper .services_card_item_wrap .services_card_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border-radius: 20px;
  min-height: 210px;
  padding: 30px 25px;
}

.our_services .services_card_wrapper .services_card_item_wrap .services_card_item .services_card_item_info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.our_services .services_card_wrapper .services_card_item_wrap .services_card_item .services_card_image {
  width: 62px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.our_services .services_card_wrapper .services_card_item_wrap .services_card_item .services_card_name {
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 25px;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .our_services .services_card_wrapper .services_card_item_wrap .services_card_item .services_card_name {
    font-size: 20px;
    line-height: 1.35;
  }
}

.our_services .services_card_wrapper .services_card_item_wrap .services_card_item .services_card_button {
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  font-size: 16px;
  line-height: 1.37;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  background-image: linear-gradient(220.98deg, #3FA9F5 13.39%, #8852E0 50.5%, #EB00EB 86.1%);
  text-decoration: none;
}

.our_services .services_card_wrapper .services_card_item_wrap .services_card_item .services_card_button svg {
  vertical-align: middle;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  border-radius: 20px;
  padding: 30px;
  max-width: 550px;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .modal {
    width: 90%;
  }
}

.modal .modal_title {
  text-align: left;
  font-size: 32px;
  line-height: 1.09;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  position: relative;
}

.modal .modal_title:after {
  content: '';
  position: absolute;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 52.04%, #EB00EB 81.04%);
  border-radius: 10px;
}

.modal .modal_title_text {
  text-align: left;
  font-size: 18px;
  line-height: 1.38;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

@media only screen and (max-width: 768px) {
  .modal .modal_title_text {
    font-size: 16px;
    line-height: 1.37;
  }
}

.modal .modal_title_text p {
  margin-bottom: 20px;
}

.modal .modal_title_text p:last-child {
  margin-bottom: 0;
}

.modal .modal_exit {
  text-align: right;
  margin-bottom: 10px;
  cursor: pointer;
}

.works {
  padding-bottom: 100px;
}

.works .main_title {
  text-align: center;
  margin-bottom: 60px;
}

.works .works_column_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works .works_column_wrap .works_cards_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 45px);
          flex: 0 0 calc(50% - 45px);
  -webkit-box-shadow: 0px 0px 11.4729px rgba(102, 102, 102, 0.25);
          box-shadow: 0px 0px 11.4729px rgba(102, 102, 102, 0.25);
  border-radius: 30px;
  margin-right: 45px;
}

@media only screen and (max-width: 920px) {
  .works .works_column_wrap .works_cards_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px 0px 40px;
  }
}

.works .works_column_wrap .works_cards_wrap .works_cards_item {
  padding: 30px;
}

.works .works_column_wrap .works_cards_wrap .works_cards_item .works_cards_item_num {
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  font-size: 51px;
  line-height: 1.36;
  margin-bottom: 20px;
}

.works .works_column_wrap .works_cards_wrap .works_cards_item .works_cards_item_num span {
  background: linear-gradient(220.98deg, #3FA9F5 27.58%, #8852E0 43.65%, #EB00EB 65.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.works .works_column_wrap .works_cards_wrap .works_cards_item .works_cards_item_title {
  color: #333333;
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  font-size: 51px;
  line-height: 1.11;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .works .works_column_wrap .works_cards_wrap .works_cards_item .works_cards_item_title {
    font-size: 32px;
    line-height: 1.25;
  }
}

.works .works_column_wrap .works_cards_wrap .works_cards_item .works_cards_item_info {
  font-size: 23px;
  line-height: 1.26;
}

@media only screen and (max-width: 768px) {
  .works .works_column_wrap .works_cards_wrap .works_cards_item .works_cards_item_info {
    font-size: 18px;
    line-height: 1.44;
  }
}

.works .works_column_wrap .works_cards_wrap_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media only screen and (max-width: 920px) {
  .works .works_column_wrap .works_cards_wrap_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item {
  -webkit-box-shadow: 0px 0px 11.4729px rgba(102, 102, 102, 0.25);
          box-shadow: 0px 0px 11.4729px rgba(102, 102, 102, 0.25);
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 920px) {
  .works .works_column_wrap .works_cards_wrap_right .works_cards_item {
    margin-bottom: 40px;
  }
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item:last-child {
  margin-bottom: 0;
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_num {
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  font-size: 32px;
  line-height: 1.37;
  margin-bottom: 8px;
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_num span {
  background: linear-gradient(220.98deg, #3FA9F5 27.58%, #8852E0 43.65%, #EB00EB 65.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_title {
  color: #333333;
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_title {
    font-size: 24px;
    line-height: 1.33;
  }
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_info {
  font-size: 16px;
  line-height: 1.25;
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_info p {
  display: inline;
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_info .text_after {
  display: none;
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_info button {
  color: #000000;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 1.25;
}

.works .works_column_wrap .works_cards_wrap_right .works_cards_item .works_cards_item_info .js__hide_text {
  display: none;
}

.languages {
  padding: 110px 0px;
}

.languages .all_languages .main_title {
  margin-bottom: 20px;
  color: #FFFFFF;
}

.languages .all_languages .languages_info {
  max-width: 635px;
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.languages .all_languages .languages_info_last {
  margin-bottom: 30px;
}

.languages .all_languages .languages_wrapper {
  max-width: 735px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.languages .all_languages .languages_wrapper .languages_name {
  font-size: 18px;
  line-height: 1.38;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  margin-bottom: 20px;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
}

@media only screen and (max-width: 768px) {
  .languages .all_languages .languages_wrapper .languages_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }

  .languages .all_languages .languages_wrapper .languages_name:nth-child(2n) {
    margin-right: 0;
  }
}

.languages .all_languages .languages_wrapper .languages_name a {
  color: #FFFFFF;
  text-decoration: none;
}

.reviews {
  padding: 100px 0px;
}

.reviews .main_title {
  text-align: center;
}

.reviews .reviews_info {
  color: #333333;
  font-size: 27px;
  line-height: 1.35;
  margin-bottom: 50px;
}

.reviews .reviews_slider_wrap {
  position: relative;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .slick-list {
  padding: 15px 0px !important;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .slick-list .slick-slide {
  opacity: 0.4;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .slick-list .slick-slide > div {
  padding: 0 28px;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .slick-list .slick-center {
  opacity: 1;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .reviews_cards_item {
  -webkit-box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.25);
          box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.25);
  border-radius: 20px;
  padding: 30px;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .reviews_cards_item .reviews_cards_image {
  text-align: center;
  max-width: 84px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .reviews_cards_item .reviews_cards_text {
  color: #333333;
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 20px;
}

.reviews .reviews_slider_wrap .reviews_cards_wrapper .reviews_cards_item .reviews_cards_name {
  color: #333333;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  font-size: 18px;
  line-height: 1.38;
}

.reviews .reviews_slider_wrap .reviews_arrow_left,
.reviews .reviews_slider_wrap .reviews_arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .reviews .reviews_slider_wrap .reviews_arrow_left,
  .reviews .reviews_slider_wrap .reviews_arrow_right {
    top: 100%;
  }
}

.reviews .reviews_slider_wrap .reviews_arrow_right {
  left: 67%;
}

@media only screen and (max-width: 768px) {
  .reviews .reviews_slider_wrap .reviews_arrow_right {
    left: 92%;
  }
}

.reviews .reviews_slider_wrap .reviews_arrow_left {
  right: 64%;
}

@media only screen and (max-width: 768px) {
  .reviews .reviews_slider_wrap .reviews_arrow_left {
    right: 85%;
  }
}

.our_certificates {
  padding-bottom: 100px;
}

.our_certificates .certificates_card_wrap {
  position: relative;
}

.our_certificates .certificates_card_wrap .certificates_card {
  padding: 0px 75px;
}

.our_certificates .certificates_card_wrap .certificates_card .certificates_card_item {
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  border-radius: 10px;
  padding: 15px;
}

.our_certificates .certificates_card_wrap .certificates_card .certificates_card_item .certificates_card_image {
  margin-bottom: 10px;
}

.our_certificates .certificates_card_wrap .certificates_card .certificates_card_item .certificates_name {
  color: #333333;
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
  font-size: 16px;
  line-height: 1.37;
}

.our_certificates .certificates_card_wrap .certificates_card .slick-list {
  padding: 15px 0px;
}

.our_certificates .certificates_card_wrap .certificates_card .slick-list .slick-slide > div {
  padding: 0px 37px;
}

.our_certificates .certificates_card_wrap .certificates_arrow_left,
.our_certificates .certificates_card_wrap .certificates_arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.our_certificates .certificates_card_wrap .certificates_arrow_right {
  right: 0;
}

.certificates_letter_wrap {
  background: linear-gradient(225.42deg, #3FA9F5 0%, #8852E0 55.21%, #EB00EB 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding: 2px;
  border-radius: 20px;
  margin: 0px 95px;
}

@media only screen and (max-width: 1200px) {
  .certificates_letter_wrap {
    margin: 0px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .certificates_letter_wrap {
    margin: 0px;
  }
}

.certificates_letter_wrap .certificates_letter {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 920px) {
  .certificates_letter_wrap .certificates_letter {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .certificates_letter_wrap .certificates_letter {
    padding: 30px 15px;
  }
}

.certificates_letter_wrap .certificates_letter .certificates_form_info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 40px;
}

@media only screen and (max-width: 920px) {
  .certificates_letter_wrap .certificates_letter .certificates_form_info {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

.certificates_letter_wrap .certificates_letter .certificates_form_info .certificates_form_title {
  font-size: 42px;
  line-height: 1.11;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .certificates_letter_wrap .certificates_letter .certificates_form_info .certificates_form_title {
    font-size: 32px;
    line-height: 1.09;
    margin-bottom: 15px;
  }
}

.certificates_letter_wrap .certificates_letter .certificates_form_info .certificates_form_title:after {
  content: '';
  position: absolute;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 52.04%, #EB00EB 81.04%);
  border-radius: 10px;
}

.certificates_letter_wrap .certificates_letter .certificates_form_info .certificates_form_text {
  font-size: 18px;
  line-height: 1.38;
}

@media only screen and (max-width: 768px) {
  .certificates_letter_wrap .certificates_letter .certificates_form_info .certificates_form_text {
    font-size: 16px;
    line-height: 1.37;
  }
}

.certificates_letter_wrap .certificates_letter .certificates_form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field input,
.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field textarea {
  width: 100%;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  border-radius: 10px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.44;
  color: #333333;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field input::-webkit-input-placeholder,
.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field textarea::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.44;
  color: #333333;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field input::-moz-placeholder,
.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field textarea::-moz-placeholder {
  font-size: 18px;
  line-height: 1.44;
  color: #333333;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field input::-ms-input-placeholder,
.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field textarea::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.44;
  color: #333333;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field input::placeholder,
.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field textarea::placeholder {
  font-size: 18px;
  line-height: 1.44;
  color: #333333;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field input {
  border-width: 1px;
  border-color: -internal-light-dark(#767676, #858585);
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_field .not_margin {
  margin: 0;
}

.certificates_letter_wrap .certificates_letter .certificates_form .contact_form_btn {
  margin-top: 20px;
}

.thank_you_block {
  display: none;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  padding-top: 25px;
}

.main_form {
  padding-bottom: 100px;
}

.our_services_page {
  padding-top: 20px;
}

.our_services_page .section_header_wrap {
  text-align: center;
}

.our_services_page .section_header_wrap .main_title {
  position: relative;
  padding-bottom: 15px;
}

.our_services_page .section_header_wrap .main_title:before {
  content: '';
  position: absolute;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 53.09%, #EB00EB 82.37%);
  border-radius: 10px;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.our_services_page .services_card_wrapper {
  margin-bottom: 100px;
}

.service_child_banner {
  padding-top: 20px;
}

.service_child_banner .service_banner_title {
  font-size: 55px;
  line-height: 1.09;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
}

@media only screen and (max-width: 768px) {
  .service_child_banner .service_banner_title {
    font-size: 30px;
    line-height: 1.4;
  }
}

.service_child_banner .service_banner_discription {
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 45px;
  color: #FFFFFF;
  max-width: 650px;
}

@media only screen and (max-width: 768px) {
  .service_child_banner .service_banner_discription {
    font-size: 16px;
    line-height: 1.37;
  }
}

.service_child_banner .crumb-li .crumb.js-lastcrumb {
  color: #FFFFFF;
}

.service_child_banner .btn_block {
  padding-bottom: 95px;
}

.service_child_banner .btn_block a {
  text-decoration: none;
  margin-right: 30px;
}

.service_child_banner .btn_block .btn_transparent {
  padding: 15px 40px;
}

@media only screen and (max-width: 768px) {
  .service_child_banner .btn_block .btn_transparent {
    padding: 15px 35px;
  }
}

.service_news {
  padding-top: 100px;
}

.service_news .service_child_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .service_news .service_child_news {
    margin-bottom: 60px;
  }
}

.service_news .service_child_news:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service_news .service_child_news:nth-child(2n) .service_child_text {
  margin-right: 0;
  margin-left: 85px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 85px);
          flex: 0 0 calc(50% - 85px);
}

@media only screen and (max-width: 920px) {
  .service_news .service_child_news:nth-child(2n) .service_child_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

.service_news .service_child_news:nth-child(2n):last-child {
  margin-bottom: 0;
}

.service_news .service_child_news .service_child_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 65px);
          flex: 0 0 calc(50% - 65px);
  margin-right: 65px;
}

@media only screen and (max-width: 920px) {
  .service_news .service_child_news .service_child_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.service_news .service_child_news .service_child_text .service_child_title {
  font-size: 42px;
  line-height: 1.11;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .service_news .service_child_news .service_child_text .service_child_title {
    font-size: 32px;
    line-height: 1.09;
  }
}

.service_news .service_child_news .service_child_text .service_child_title:after {
  content: '';
  position: absolute;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 52.04%, #EB00EB 81.04%);
  border-radius: 10px;
}

.service_news .service_child_news .service_child_text .service_child_paragraph {
  font-size: 18px;
  line-height: 1.38;
}

.service_news .service_child_news .service_child_text .service_child_paragraph p {
  margin-bottom: 10px;
}

.service_news .service_child_news .service_child_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media only screen and (max-width: 920px) {
  .service_news .service_child_news .service_child_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.service_child_forms {
  padding-bottom: 100px;
}

.service_child_cards .main_title {
  margin-bottom: 50px;
}

.industry_news .industry_list_items {
  font-size: 16px;
  line-height: 1.37;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.industry_news .industry_list_items .industry_list_item {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 15px;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .industry_news .industry_list_items .industry_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.industry_news .industry_list_items .industry_list_item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: linear-gradient(220.98deg, #3FA9F5 27.58%, #8852E0 43.65%, #EB00EB 65.21%);
}

.industry_news .service_child_paragraph {
  margin-bottom: 30px;
}

.industry_form {
  padding-bottom: 100px;
}

.languages_form {
  padding-bottom: 100px;
}

.search {
  padding-top: 30px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}

.search .lang_list_select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background: #FFFFFF;
  z-index: 2;
  padding: 15px;
  border-radius: 0px 0px 20px 20px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(102, 102, 102, 0.25));
          filter: drop-shadow(0px 0px 8px rgba(102, 102, 102, 0.25));
}

.search .lang_list_select .lang_list_select_chose {
  margin: 10px 0px;
}

.search .lang_list_select .lang_list_select_chose button {
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

.search .js__drop {
  padding: 20px 30px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(102, 102, 102, 0.25));
          filter: drop-shadow(0px 0px 8px rgba(102, 102, 102, 0.25));
  border: none;
  color: #828282;
  font-size: 16px;
  border-radius: 10px;
  width: 100%;
}

.search.active input {
  border-radius: 10px 10px 0px 0px;
}

.search_section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.search_section .litter_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

@media only screen and (max-width: 992px) {
  .search_section .litter_filter {
    display: block;
  }
}

.search_section .litter_filter button {
  border: none;
  background: none;
  padding: 0;
}

.search_section .litter_filter .litter_filter_item {
  font-size: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 992px) {
  .search_section .litter_filter .litter_filter_item {
    margin-bottom: 40px;
  }
}

.search_section .litter_filter .litter_filter_item button {
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  margin-right: 15px;
}

.search_section .litter_filter .litter_filter_item button:last-child {
  margin-right: 0;
}

.search_section .litter_filter .js__reset {
  font-size: 16px;
  line-height: 1.37;
  border-radius: 50px;
  padding: 10px 30px;
  border: 1px solid #000000;
}

.search_section .lang_list_block .top.lang_list .lang_list_title {
  font-size: 32px;
  line-height: 1.09;
  color: #333333;
  margin-bottom: 40px;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
}

@media only screen and (max-width: 768px) {
  .search_section .lang_list_block .top.lang_list .lang_list_title {
    margin-bottom: 30px;
  }
}

.search_section .lang_list_block .lang_list .lang_list_chose_letter {
  font-size: 42px;
  line-height: 1.11;
  margin-bottom: 30px;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
}

@media only screen and (max-width: 768px) {
  .search_section .lang_list_block .lang_list .lang_list_chose_letter {
    font-size: 30px;
    line-height: 1.1;
  }
}

.search_section .lang_list_block .lang_list .lang_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.lang_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.lang_list_item .lang_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 14px);
          flex: 0 0 calc(25% - 14px);
  font-size: 18px;
  line-height: 1.16;
  padding: 18px 20px;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  border-radius: 10px;
  background: #FFFFFF;
  margin: 0px 9px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .lang_list_item .lang_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 15px;
  }
}

.lang_list_item .lang_item:nth-child(4n + 1) {
  margin-left: 0;
}

.lang_list_item .lang_item:nth-child(4n + 4) {
  margin-right: 0;
}

.js_search_block {
  display: none;
}

.js_search_block.active {
  display: block;
}

.js_search_block .lang_list_item .lang_list {
  width: 100%;
}

.js__hide_search_block.hide {
  display: none;
}

.out_time {
  padding: 60px 0px;
}

.out_time .main_title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.out_time .out_tiem_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.out_time .out_tiem_wrap .out_tiem_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  text-align: center;
  color: #FFFFFF;
}

@media only screen and (max-width: 920px) {
  .out_time .out_tiem_wrap .out_tiem_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

.out_time .out_tiem_wrap .out_tiem_item .out_tiem_image {
  border-radius: 50%;
  overflow: hidden;
  max-width: 270px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

.out_time .out_tiem_wrap .out_tiem_item .out_tiem_name {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
}

.out_time .out_tiem_wrap .out_tiem_item .out_tiem_info {
  font-size: 24px;
  line-height: 1.16;
}

.out_tiem_btn {
  text-align: center;
}

.out_tiem_btn .btn_transparent {
  padding: 10px 35px;
}

.out_tiem_btn .btn_transparent svg {
  margin-left: 30px;
}

.service_child_news_about {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 920px) {
  .service_child_news_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service_child_news_about .service_child_text {
  margin-right: 0px !important;
  margin-left: 65px;
}

@media only screen and (max-width: 920px) {
  .service_child_news_about .service_child_text {
    margin-left: 0;
  }
}

.service_child_news_about .service_child_text .service_child_paragraph {
  margin-bottom: 45px;
}

@media only screen and (max-width: 920px) {
  .service_child_news_about .service_child_text .service_child_btn {
    text-align: center;
  }
}

@media only screen and (max-width: 920px) {
  .service_child_news_about .service_child_img {
    margin-bottom: 50px;
  }
}

.about_banner {
  padding-bottom: 250px;
}

.about_banner .breadcrumbs {
  padding-top: 50px;
  margin-bottom: 90px;
}

.meet_out_time {
  padding-bottom: 100px;
}

.meet_out_time .section_header_wrap .main_title {
  color: #000000;
  padding-bottom: 15px;
  position: relative;
}

.meet_out_time .section_header_wrap .main_title:before {
  content: '';
  position: absolute;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 53.09%, #EB00EB 82.37%);
  border-radius: 10px;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.meet_out_time .out_tiem_wrap .out_tiem_item {
  margin-bottom: 50px;
  color: #000000;
}

.vacancies_section {
  padding-bottom: 100px;
}

.vacancies_section .section_header_wrap {
  text-align: center;
  margin-bottom: 20px;
}

.vacancies_section .section_header_wrap .main_title {
  padding-bottom: 15px;
  position: relative;
}

.vacancies_section .section_header_wrap .main_title:before {
  content: '';
  position: absolute;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 53.09%, #EB00EB 82.37%);
  border-radius: 10px;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vacancies_section .vacancies .vacancies_colum {
  margin-bottom: 40px;
}

.vacancies_section .vacancies .vacancies_colum .title {
  color: #333333;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  font-size: 32px;
  line-height: 1.09;
  margin-bottom: 20px;
}

.vacancies_section .vacancies .vacancies_colum .vacancies_wrap .vacancies_wrap_item {
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  border-radius: 10px;
  position: relative;
  padding: 1px;
}

.vacancies_section .vacancies .vacancies_colum .vacancies_wrap .vacancies_wrap_item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(220.98deg, #3FA9F5 27.58%, #8852E0 43.65%, #EB00EB 65.21%);
}

.vacancies_section .vacancies .vacancies_colum .vacancies_wrap .vacancies_wrap_item a {
  text-decoration: none;
  font-size: 18px;
  line-height: 1.16;
  color: #000000;
  width: 100%;
  display: block;
  padding: 20px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.offers_page {
  padding: 100px 0px;
}

.offers_page .type_subscription .main_title {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 50px;
  position: relative;
}

.offers_page .type_subscription .main_title:before {
  content: '';
  position: absolute;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 53.09%, #EB00EB 82.37%);
  border-radius: 10px;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.offers_page .type_subscription .type_subscription_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  margin: 0px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  border-radius: 10px;
  padding: 30px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .offers_page .type_subscription .type_subscription_list .type_subscription_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
  }

  .offers_page .type_subscription .type_subscription_list .type_subscription_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .offers_page .type_subscription .type_subscription_list .type_subscription_item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 580px) {
  .offers_page .type_subscription .type_subscription_list .type_subscription_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item:nth-child(4n + 1) {
  margin-left: 0;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item:nth-child(4n + 4) {
  margin-right: 0;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_title {
  font-size: 20px;
  line-height: 1.35;
  color: #333333;
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BDBDBD;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BDBDBD;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_list ul {
  min-height: 210px;
  font-size: 16px;
  line-height: 1.37;
  color: #333333;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
}

@media only screen and (max-width: 992px) {
  .offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_list ul {
    min-height: auto;
  }
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_list ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_list ul li:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: linear-gradient(220.98deg, #3FA9F5 27.58%, #8852E0 43.65%, #EB00EB 65.21%);
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_discription {
  font-size: 14px;
  line-height: 1.35;
  color: #333333;
  min-height: 385px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_discription {
    min-height: auto;
  }
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .offers_card_discription .js_open_offers_modal {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  background-image: linear-gradient(220.98deg, #3FA9F5 13.39%, #8852E0 50.5%, #EB00EB 86.1%);
  font-size: 16px;
  line-height: 1.25;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  cursor: pointer;
  display: inline-block;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .modal .modal_text {
  font-size: 18px;
  line-height: 1.38;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .modal .modal_text p {
  margin-bottom: 15px;
}

.offers_page .type_subscription .type_subscription_list .type_subscription_item .type_subscription_item_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.offers_page .type_subscription .type_subscription_list .offers_card_btn {
  text-align: center;
}

.js__type_offers {
  display: inline-block;
  padding: 15px 34px;
}

.mews_page {
  padding-top: 20px;
}

.mews_page .section_header_wrap {
  text-align: center;
  margin-bottom: 50px;
}

.mews_page .section_header_wrap .main_title {
  padding-bottom: 15px;
  position: relative;
}

.mews_page .section_header_wrap .main_title:after {
  content: '';
  position: absolute;
  background: linear-gradient(243.73deg, #3FA9F5 16.52%, #8852E0 53.09%, #EB00EB 82.37%);
  border-radius: 10px;
  width: 93px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mews_page .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.news_item {
  -webkit-filter: drop-shadow(0px 0px 25px rgba(102, 102, 102, 0.18));
          filter: drop-shadow(0px 0px 25px rgba(102, 102, 102, 0.18));
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 48px);
          flex: 0 0 calc(33.3% - 48px);
  margin: 0px 36px;
  margin-bottom: 60px;
}

.news_item:nth-child(3n + 1) {
  margin-left: 0;
}

.news_item:nth-child(3n + 3) {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .news_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 36px);
            flex: 0 0 calc(50% - 36px);
  }

  .news_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .news_item:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .news_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

.news_item .news_item_link {
  text-decoration: none;
  color: #000000;
}

.news_item .news_item_link .news_item_img {
  min-height: 250px;
}

.news_item .news_item_link .news_item_img img {
  border-radius: 20px 20px 0px 0px;
}

.news_item .news_item_link .news_card_info_wrapper {
  padding: 30px 18px;
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
}

.news_item .news_item_link .news_card_info_wrapper .news_item_title {
  font-size: 22px;
  line-height: 1.36;
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  margin-bottom: 5px;
  min-height: 90px;
}

.news_item .news_item_link .news_card_info_wrapper .news_item_discription {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 30px;
  min-height: 40px;
}

.news_item .news_item_link .news_card_info_wrapper .date {
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_item .news_item_link .news_card_info_wrapper .date .date_svg {
  margin-right: 5px;
}

.news_item {
  padding-top: 20px;
}

.news_item .main_img {
  margin-bottom: 50px;
}

.news_item .main_info {
  margin-bottom: 30px;
  max-width: 755px;
}

.news_item .main_info .main_title {
  margin-bottom: 30px;
}

.news_item .main_info .inretf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_item .main_info .inretf .data {
  font-size: 18px;
  line-height: 1.38;
  color: #828282;
  padding-right: 25px;
  border-right: 1px solid #000000;
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
  margin-right: 16px;
  padding: 8px 10px;
  padding-left: 0;
}

.news_item .main_info .inretf .network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_item .main_info .inretf .network li {
  margin: 0px 12px;
}

.news_item .main_info .inretf .network li:first-child {
  margin-left: 0;
}

.news_item .main_info .inretf .network li:last-child {
  margin-right: 0;
}

.news_item .news_item_text {
  max-width: 755px;
}

.news_item .news_item_text .unit_discription {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 50px;
}

.news_item .news_item_text .unit_discription h2 {
  font-size: 32px;
  line-height: 1.37;
  margin-bottom: 30px;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
}

@media only screen and (max-width: 768px) {
  .news_item .news_item_text .unit_discription h2 {
    font-size: 25px;
    line-height: 1.36;
  }
}

.news_item .news_item_text .unit_discription p {
  margin-bottom: 30px;
}

.news_item .news_item_text .unit_discription img {
  width: 100% !important;
  height: auto !important;
}

.news_item .last_news_wrap .main_title {
  text-align: center;
  margin-bottom: 30px;
}

.news_item .last_news_wrap .last_news_slider_wrap {
  position: relative;
  padding: 0px 40px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .news_item .last_news_wrap .last_news_slider_wrap {
    padding: 0 0 80px;
  }
}

.news_item .last_news_wrap .last_news_slider_wrap .last_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_item .last_news_wrap .last_news_slider_wrap .last_news .slick-list {
  width: 100%;
}

.news_item .last_news_wrap .last_news_slider_wrap .last_news .news_item {
  -webkit-filter: none;
          filter: none;
  padding-top: 0;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
}

.news_item .last_news_wrap .last_news_slider_wrap .last_news .news_item .news_item_link .news_card_info_wrapper {
  border-radius: 20px !important;
}

.news_item .last_news_wrap .last_news_slider_wrap .last_news .slick-slide > div {
  margin: 0px 10px;
  padding: 10px 0px;
}

.news_item .last_news_wrap .last_news_arrow_left,
.news_item .last_news_wrap .last_news_arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .news_item .last_news_wrap .last_news_arrow_left,
  .news_item .last_news_wrap .last_news_arrow_right {
    top: 90%;
  }
}

.news_item .last_news_wrap .last_news_arrow_left {
  left: 0;
}

.news_item .last_news_wrap .last_news_arrow_right {
  right: 0;
}

.news_item_form_wrap {
  display: none;
  padding: 30px 19px 30px 18px;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  border-radius: 20px;
}

.news_item_form_wrap .news_item_form_icon {
  margin-bottom: 30px;
}

.news_item_form_wrap .news_item_form_title {
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 15px;
  font-family: "Harabara_Mais_Demo_400", sans-serif;
}

.news_item_form_wrap .news_item_form_discriptoin {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 30px;
}

.news_item_form_wrap .news_item_form .news_item_form_email {
  margin-bottom: 20px;
}

.news_item_form_wrap .news_item_form .news_item_form_email input {
  padding: 15px;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(102, 102, 102, 0.25));
          filter: drop-shadow(0px 0px 8px rgba(102, 102, 102, 0.25));
  border: none;
  color: #828282;
  font-size: 16px;
  border-radius: 10px;
  width: 100%;
}

.news_item_form_wrap .news_item_form .news_item_form_btn button {
  width: 100%;
  background: linear-gradient(243.95deg, rgba(3, 169, 244, 0.8) 16.42%, rgba(136, 82, 224, 0.8) 55.6%, rgba(235, 0, 235, 0.8) 83.58%);
  -webkit-box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
  box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
  border-radius: 50px;
  color: #FFFFFF;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  font-size: 16px;
  line-height: 1.37;
  border: none;
  padding: 15px 0px;
}

.header_apply_form {
  -webkit-box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.25);
          box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.25);
}

.header_apply_form .header_apply_form_wrap {
  position: relative;
}

.header_apply_form .header_apply_form_wrap .logo {
  text-align: center;
  padding: 24px 0px;
}

.header_apply_form .header_apply_form_wrap .btn_bach {
  position: absolute;
  font-size: 20px;
  line-height: 1.35;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_apply_form .header_apply_form_wrap .btn_bach button {
  text-decoration: none;
  color: #000000;
  background: none;
  border: none;
}

.header_apply_form .header_apply_form_wrap .btn_bach svg {
  vertical-align: middle;
}

.main_apply_form_section {
  padding-top: 80px;
}

.main_apply_form_section .main_title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.main_apply_form {
  padding: 0px 100px;
}

@media only screen and (max-width: 992px) {
  .main_apply_form {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 580px) {
  .main_apply_form {
    padding: 0px;
  }
}

.main_apply_form .container_dd_wrap {
  margin-bottom: 60px;
}

.main_apply_form .container_dd_wrap .container_dd_title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.main_apply_form .container_dd_wrap.error_input .error_text {
  display: block;
}

.main_apply_form .container_dd_wrap .container_dd {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0eafb), to(#f0eafb)), #ffffff;
  background: linear-gradient(0deg, #f0eafb, #f0eafb), #ffffff;
  border: 2px dashed rgba(56, 78, 183, 0.3);
  border-radius: 10px;
}

.main_apply_form .container_dd_wrap .container_dd #file {
  display: none;
}

.main_apply_form .container_dd_wrap .container_dd .upload-area {
  cursor: pointer;
  padding: 20px 0px;
  text-align: center;
}

.main_apply_form .container_dd_wrap .container_dd .upload-area svg {
  margin-bottom: 10px;
}

.main_apply_form .container_dd_wrap .container_dd .upload-area p {
  margin-bottom: 5px;
}

.js_list_file li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  -webkit-box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 24px rgba(102, 102, 102, 0.18);
  border-radius: 4px;
  padding: 8px 10px;
}

.js_list_file li:first-child {
  margin-top: 20px;
}

.js_list_file li a {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.js_list_file li .js__remove_file {
  border: none;
  background: none;
}

.input_wrapper.error_input .error_text {
  display: block;
}

.form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.form_wrapper .input_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  background: #ffffff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .form_wrapper .input_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 768px) {
  .form_wrapper .input_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.form_wrapper .input_wrapper .input_input {
  padding: 20px 15px;
  font-size: 20px;
  line-height: 26px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
  width: 100%;
  border: none;
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
}

.form_wrapper .input_wrapper .input_input::-webkit-input-placeholder {
  color: #000000;
}

.form_wrapper .input_wrapper .input_input::-moz-placeholder {
  color: #000000;
}

.form_wrapper .input_wrapper .input_input::-ms-input-placeholder {
  color: #000000;
}

.form_wrapper .input_wrapper .input_input::placeholder {
  color: #000000;
}

.form_wrapper .input_wrapper.phone_input {
  position: relative;
}

.form_wrapper .input_wrapper.phone_input .input_phone {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form_wrapper .input_wrapper.phone_input .input_phone .js__phone_mask {
  position: relative;
  text-align: left;
  background: none;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  padding: 0;
}

.form_wrapper .input_wrapper.phone_input .input_phone .js__phone_mask img {
  max-width: 28px;
  height: auto;
}

.form_wrapper .input_wrapper.phone_input .input_phone .js__phone_mask::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form_wrapper .input_wrapper.phone_input .input_phone .input_input_phone {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_wrapper .input_wrapper.phone_input .input_phone.active {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bdbdbd;
}

.form_wrapper .input_wrapper.phone_input .input_phone.active .js__phone_mask::after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
          transform: translateY(-30%) rotate(-135deg);
}

.form_wrapper .input_wrapper.phone_input .input_input {
  padding: 0;
  border-radius: 0px;
}

.form_wrapper .input_wrapper.phone_input .phone_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 15px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form_wrapper .input_wrapper.phone_input .phone_item:hover,
.form_wrapper .input_wrapper.phone_input .phone_item.active {
  background: #f2f2f2;
}

.form_wrapper .input_wrapper.phone_input .phone_item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  width: 100%;
  height: auto;
  margin-right: 20px;
}

.form_wrapper .input_wrapper.phone_input .phone_item .name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 60px);
          flex: 0 0 calc(100% - 60px);
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list {
  display: none;
  -webkit-box-shadow: 0px 25px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 25px 25px rgba(102, 102, 102, 0.18);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  background: white;
  border-radius: 0px 0px 10px 10px;
  padding: 1px 0px 15px;
  max-height: 300px;
  overflow: auto;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list.show {
  display: block;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list::-webkit-scrollbar {
  display: none;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list::-webkit-scrollbar-thumb {
  display: none;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list::-webkit-scrollbar-thumb:hover {
  display: none;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list::-webkit-scrollbar-button:vertical:start:decrement,
.form_wrapper .input_wrapper.phone_input .drop_serach_list::-webkit-scrollbar-button:vertical:end:increment,
.form_wrapper .input_wrapper.phone_input .drop_serach_list::-webkit-scrollbar-button:horizontal:start:decrement,
.form_wrapper .input_wrapper.phone_input .drop_serach_list::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0;
  height: 0;
  display: none;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list .search_block {
  position: relative;
  margin: 15px 0;
  padding: 0 15px;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list .search_btn {
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
}

.form_wrapper .input_wrapper.phone_input .drop_serach_list .search_btn svg {
  width: 100%;
  height: auto;
}

.form_wrapper .input_wrapper .js__search_phone {
  border: 1px solid #bdbdbd;
  border-radius: 50px;
  background: white;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
  color: #bdbdbd;
  width: 100%;
  padding: 8px 16px;
}

.form_wrapper .input_wrapper .js__search_phone::-webkit-input-placeholder {
  color: #bdbdbd;
}

.form_wrapper .input_wrapper .js__search_phone::-moz-placeholder {
  color: #bdbdbd;
}

.form_wrapper .input_wrapper .js__search_phone::-ms-input-placeholder {
  color: #bdbdbd;
}

.form_wrapper .input_wrapper .js__search_phone::placeholder {
  color: #bdbdbd;
}

.input_textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 25px rgba(102, 102, 102, 0.18));
          filter: drop-shadow(0px 0px 25px rgba(102, 102, 102, 0.18));
  padding: 20px 15px;
  font-size: 20px;
  line-height: 26px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
  color: black;
}

.input_textarea::-webkit-input-placeholder {
  color: black;
}

.input_textarea::-moz-placeholder {
  color: black;
}

.input_textarea::-ms-input-placeholder {
  color: black;
}

.input_textarea::placeholder {
  color: black;
}

.submit_btn_block {
  margin: 50px auto 100px;
  max-width: 242px;
  width: 100%;
}

.submit_btn_block button.disabled {
  pointer-events: none;
}

.error_text {
  display: none;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
  color: #f50100;
}

.modal_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(226.5deg, #3fa9f5 0%, #8852e0 56.19%, #eb00eb 101.78%);
  -webkit-box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
          box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
  width: 100%;
  max-width: 400px;
  padding: 2px;
  border-radius: 20px;
  z-index: 15;
  display: none;
}

.modal_wrapper.open {
  display: block;
}

.modal_wrapper .modal_body {
  padding: 20px;
  background: white;
  border-radius: 20px;
}

.modal_wrapper .modal_header {
  font-size: 30px;
  line-height: 35px;
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.modal_wrapper .modal_middle {
  font-size: 18px;
  line-height: 25px;
  font-family: "Avenir_medium_500", "Raleway_Medium_500", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.bg__saccess {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.input_drop {
  position: relative;
}

.input_drop .btn_input {
  padding: 20px 15px;
  font-size: 20px;
  line-height: 26px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
  width: 100%;
  border: none;
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 0px 25px rgba(102, 102, 102, 0.18);
}

.input_drop .btn_input::-webkit-input-placeholder {
  color: #000000;
}

.input_drop .btn_input::-moz-placeholder {
  color: #000000;
}

.input_drop .btn_input::-ms-input-placeholder {
  color: #000000;
}

.input_drop .btn_input::placeholder {
  color: #000000;
}

.input_drop.margin_top_custom {
  margin-top: 60px;
}

.input_drop .btn_input {
  background: white;
  text-align: left;
  position: relative;
  padding: 20px 40px 20px 15px;
}

.input_drop .btn_input::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.input_drop .btn_input.active {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bdbdbd;
}

.input_drop .btn_input.active::after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
          transform: translateY(-30%) rotate(-135deg);
}

.input_drop .drop_serach_list {
  display: none;
  -webkit-box-shadow: 0px 25px 25px rgba(102, 102, 102, 0.18);
          box-shadow: 0px 25px 25px rgba(102, 102, 102, 0.18);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  background: white;
  border-radius: 0px 0px 10px 10px;
  padding: 1px 0px 15px;
  max-height: 300px;
  overflow: auto;
}

.input_drop .drop_serach_list.show {
  display: block;
}

.input_drop .drop_serach_list::-webkit-scrollbar {
  display: none;
}

.input_drop .drop_serach_list::-webkit-scrollbar-thumb {
  display: none;
}

.input_drop .drop_serach_list::-webkit-scrollbar-thumb:hover {
  display: none;
}

.input_drop .drop_serach_list::-webkit-scrollbar-button:vertical:start:decrement,
.input_drop .drop_serach_list::-webkit-scrollbar-button:vertical:end:increment,
.input_drop .drop_serach_list::-webkit-scrollbar-button:horizontal:start:decrement,
.input_drop .drop_serach_list::-webkit-scrollbar-button:horizontal:end:increment {
  width: 0;
  height: 0;
  display: none;
}

.input_drop .drop_serach_list .search_block {
  position: relative;
  margin: 15px 0;
  padding: 0 15px;
}

.input_drop .drop_serach_list .search_btn {
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: white;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
}

.input_drop .drop_serach_list .search_btn svg {
  width: 100%;
  height: auto;
}

.input_drop .js__search_drop {
  border: 1px solid #bdbdbd;
  border-radius: 50px;
  background: white;
  font-size: 16px;
  line-height: 24px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
  color: #bdbdbd;
  width: 100%;
  padding: 8px 16px;
}

.input_drop .js__search_drop::-webkit-input-placeholder {
  color: #bdbdbd;
}

.input_drop .js__search_drop::-moz-placeholder {
  color: #bdbdbd;
}

.input_drop .js__search_drop::-ms-input-placeholder {
  color: #bdbdbd;
}

.input_drop .js__search_drop::placeholder {
  color: #bdbdbd;
}

.input_drop .search_btn_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 15px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.input_drop .search_btn_point:hover,
.input_drop .search_btn_point.active {
  background: #f2f2f2;
}

.input_drop .search_btn_point button {
  cursor: pointer;
  background: none;
  font-size: 18px;
  line-height: 24px;
  font-family: "Avenir_regular_400", "Raleway_Regular_400", sans-serif;
  border: none;
}

.point_design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.point_design .input_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3% - 30px);
          flex: 0 0 calc(33.3% - 30px);
}

@media only screen and (max-width: 992px) {
  .point_design .input_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

.btn_link {
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.38;
  background: #000000;
  border-radius: 50px;
  padding: 15px 40px;
  border: none;
  text-decoration: none;
}

.main_block_404 {
  margin: 235px 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .main_block_404 {
    margin: 100px 0 0;
  }
}

.main_block_404 > .svg_404 {
  width: 100%;
  max-width: 751px;
  height: auto;
  display: block;
  margin-left: auto;
}

.main_block_404 > .svg_404 svg {
  width: 100%;
  height: auto;
}

.main_block_404 .main_ingo_404 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .main_block_404 .main_ingo_404 {
    position: static;
    margin-top: 20px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;
  }
}

.main_block_404 .main_ingo_404 h2 {
  font-family: "Harabara_Mais_Demo_400", sans-serif;
  font-size: 70px;
  line-height: 78px;
  color: #000000;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .main_block_404 .main_ingo_404 h2 {
    font-size: 32px;
    line-height: 35px;
  }
}

.main_block_404 .main_ingo_404 p {
  font-family: "Avenir_bold_800", "Raleway_ExtraBold_800", sans-serif;
  color: #000000;
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .main_block_404 .main_ingo_404 p {
    font-size: 16px;
    line-height: 22px;
  }
}

.loader {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
          box-shadow: 0px 0px 8px rgba(136, 82, 224, 0.35);
  padding: 15px 0px;
  background: linear-gradient(243.95deg, rgba(3, 169, 244, 0.8) 16.42%, rgba(136, 82, 224, 0.8) 55.6%, rgba(235, 0, 235, 0.8) 83.58%);
  font-family: "Avenir_extra_bold_900", "Raleway_Black_900", sans-serif;
  font-size: 16px;
  line-height: 1.37;
  border: none;
  border-radius: 50px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  text-align: center;
  background-size: 300%;
  -webkit-animation: ani_load 8s linear infinite;
          animation: ani_load 8s linear infinite;
  border: none;
}

.loader .loader_wrap {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3498db;
  border-radius: 50%;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes ani_load {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

@keyframes ani_load {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}


/*# sourceMappingURL=app.css.map*/