@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Regular.eot");
  src: local("Zona Pro Regular"), local("ZonaPro-Regular"), url("../fonts/ZonaPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Regular.woff2") format("woff2"), url("../fonts/ZonaPro-Regular.woff") format("woff"), url("../fonts/ZonaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Bold.eot");
  src: local("Zona Pro Bold"), local("ZonaPro-Bold"), url("../fonts/ZonaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Bold.woff2") format("woff2"), url("../fonts/ZonaPro-Bold.woff") format("woff"), url("../fonts/ZonaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-SemiBold.eot");
  src: local("Zona Pro SemiBold"), local("ZonaPro-SemiBold"), url("../fonts/ZonaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBold.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBold.woff") format("woff"), url("../fonts/ZonaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro Ultra";
  src: url("../fonts/ZonaPro-UltraItalic.eot");
  src: local("Zona Pro Ultra Italic"), local("ZonaPro-UltraItalic"), url("../fonts/ZonaPro-UltraItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-UltraItalic.woff2") format("woff2"), url("../fonts/ZonaPro-UltraItalic.woff") format("woff"), url("../fonts/ZonaPro-UltraItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Ultra";
  src: url("../fonts/ZonaPro-Ultra.eot");
  src: local("Zona Pro Ultra"), local("ZonaPro-Ultra"), url("../fonts/ZonaPro-Ultra.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Ultra.woff2") format("woff2"), url("../fonts/ZonaPro-Ultra.woff") format("woff"), url("../fonts/ZonaPro-Ultra.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Black.eot");
  src: local("Zona Pro Black"), local("ZonaPro-Black"), url("../fonts/ZonaPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Black.woff2") format("woff2"), url("../fonts/ZonaPro-Black.woff") format("woff"), url("../fonts/ZonaPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Light.eot");
  src: local("Zona Pro Light"), local("ZonaPro-Light"), url("../fonts/ZonaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Light.woff2") format("woff2"), url("../fonts/ZonaPro-Light.woff") format("woff"), url("../fonts/ZonaPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro Regular";
  src: url("../fonts/ZonaPro-RegularItalic.eot");
  src: local("Zona Pro Regular Italic"), local("ZonaPro-RegularItalic"), url("../fonts/ZonaPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-RegularItalic.woff2") format("woff2"), url("../fonts/ZonaPro-RegularItalic.woff") format("woff"), url("../fonts/ZonaPro-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Hairline";
  src: url("../fonts/ZonaPro-Hairline.eot");
  src: local("Zona Pro Hairline"), local("ZonaPro-Hairline"), url("../fonts/ZonaPro-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Hairline.woff2") format("woff2"), url("../fonts/ZonaPro-Hairline.woff") format("woff"), url("../fonts/ZonaPro-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-LightItalic.eot");
  src: local("Zona Pro Light Italic"), local("ZonaPro-LightItalic"), url("../fonts/ZonaPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-LightItalic.woff2") format("woff2"), url("../fonts/ZonaPro-LightItalic.woff") format("woff"), url("../fonts/ZonaPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-BlackItalic.eot");
  src: local("Zona Pro Black Italic"), local("ZonaPro-BlackItalic"), url("../fonts/ZonaPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-BlackItalic.woff2") format("woff2"), url("../fonts/ZonaPro-BlackItalic.woff") format("woff"), url("../fonts/ZonaPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ExtraBold.eot");
  src: local("Zona Pro ExtraBold"), local("ZonaPro-ExtraBold"), url("../fonts/ZonaPro-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ExtraBold.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBold.woff") format("woff"), url("../fonts/ZonaPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-BoldItalic.eot");
  src: local("Zona Pro Bold Italic"), local("ZonaPro-BoldItalic"), url("../fonts/ZonaPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-BoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-BoldItalic.woff") format("woff"), url("../fonts/ZonaPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ExtraBoldItalic.eot");
  src: local("Zona Pro ExtraBold Italic"), local("ZonaPro-ExtraBoldItalic"), url("../fonts/ZonaPro-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-ExtraBoldItalic.woff") format("woff"), url("../fonts/ZonaPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-SemiBoldItalic.eot");
  src: local("Zona Pro SemiBold Italic"), local("ZonaPro-SemiBoldItalic"), url("../fonts/ZonaPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-SemiBoldItalic.woff2") format("woff2"), url("../fonts/ZonaPro-SemiBoldItalic.woff") format("woff"), url("../fonts/ZonaPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro Hairline";
  src: url("../fonts/ZonaPro-HairlineItalic.eot");
  src: local("Zona Pro Hairline Italic"), local("ZonaPro-HairlineItalic"), url("../fonts/ZonaPro-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-HairlineItalic.woff2") format("woff2"), url("../fonts/ZonaPro-HairlineItalic.woff") format("woff"), url("../fonts/ZonaPro-HairlineItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-Thin.eot");
  src: local("Zona Pro Thin"), local("ZonaPro-Thin"), url("../fonts/ZonaPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-Thin.woff2") format("woff2"), url("../fonts/ZonaPro-Thin.woff") format("woff"), url("../fonts/ZonaPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Zona Pro";
  src: url("../fonts/ZonaPro-ThinItalic.eot");
  src: local("Zona Pro Thin Italic"), local("ZonaPro-ThinItalic"), url("../fonts/ZonaPro-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ZonaPro-ThinItalic.woff2") format("woff2"), url("../fonts/ZonaPro-ThinItalic.woff") format("woff"), url("../fonts/ZonaPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #0c0c0d;
  background: #fff;
  font: 16px/1.2 "Zona Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #0c0c0d; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #98a7c3;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #0c0c0d; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #98a7c3; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #98a7c3; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #98a7c3; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #98a7c3; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #98a7c3; }

select {
  -webkit-border-radius: 0; }

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.section_header.absolute {
  z-index: 100; }

header .container {
  padding: 0 10px; }

header .row {
  min-height: 80px; }
  @media (max-width: 1023px) {
    header .row.desktop {
      display: none; } }
  @media (min-width: 1024px) {
    header .row.mobile {
      display: none; } }

header .block {
  position: initial; }
  header .block.block_contactus_lang {
    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; }
    @media (max-width: 1023px) {
      header .block.block_contactus_lang {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  @media (max-width: 1023px) {
    header .block.desktop {
      display: none; } }
  @media (min-width: 1024px) {
    header .block.mobile {
      display: none; } }

@media (max-width: 1023px) {
  .lang {
    position: absolute;
    top: 30px;
    right: 70px; } }

#select_lang {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 30px; }
  @media (max-width: 1023px) {
    #select_lang {
      color: #0c0c0d;
      margin-left: 0;
      margin-bottom: 20px; } }

#select_lang option {
  color: #0c0c0d;
  border: 0;
  border-bottom: 1px solid black;
  padding: 5px 10px;
  text-align: center; }
  @media (max-width: 1023px) {
    #select_lang option {
      padding: 0 10px; } }

.drop_block {
  position: relative;
  margin-left: 30px;
  padding: 15px; }
  @media (max-width: 1199px) {
    .drop_block {
      margin-left: 0; } }
  @media (max-width: 1023px) {
    .drop_block {
      padding: 0 15px;
      margin-left: initial; } }

.drop_link {
  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;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  .drop_link span {
    color: #fff; }
    .drop_link span.img {
      margin-left: 6px;
      width: 10px;
      height: 6px;
      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; }
  @media (max-width: 1023px) {
    .drop_link {
      color: #0c0c0d;
      margin-left: 0;
      margin-bottom: 20px; }
      .drop_link span {
        color: #0c0c0d; }
      .drop_link .img img {
        filter: grayscale(1) brightness(0); } }

.drop_menu {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0c0c0d;
  border: 0;
  box-shadow: 0 0 10px rgba(12, 12, 13, 0.2);
  text-align: center;
  display: flex;
  opacity: 0;
  visibility: hidden;
  font-size: 14px; }
  @media (max-width: 1023px) {
    .drop_menu {
      top: 26px; } }
  .drop_menu span,
  .drop_menu a {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .drop_menu span > span,
    .drop_menu a > span {
      padding: 0;
      border-bottom: 0; }
    .drop_menu span:hover,
    .drop_menu a:hover {
      background: rgba(0, 0, 0, 0.2); }
      .drop_menu span:hover span,
      .drop_menu a:hover span {
        background: transparent; }
    .drop_menu span.active,
    .drop_menu a.active {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff; }

.drop_link:hover {
  cursor: pointer; }

.drop_link .img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.drop_link.active .img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.drop_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden; }
  .drop_menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible; }

header section:only-child .drop_link {
  color: #0c0c0d; }
  header section:only-child .drop_link span {
    color: #0c0c0d; }
  header section:only-child .drop_link .img img {
    filter: grayscale(1) brightness(0); }

header section:only-child #select_lang {
  color: #0c0c0d; }

@media (max-width: 1023px) {
  body.popup_body_show {
    overflow-y: hidden; }
    body.popup_body_show .popup_body {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      background: #fff;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      padding-top: 100px; }
      body.popup_body_show .popup_body > .block {
        width: 100%; }
    body.popup_body_show .block {
      padding: 10px; } }

.open_popup {
  position: relative;
  z-index: 100; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1023px) {
    .menu > li {
      padding: 15px 0; } }
  .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    @media (min-width: 1024px) {
      .menu > li > a {
        padding: 20px; } }
    @media (max-width: 1439px) {
      .menu > li > a {
        padding: 10px; } }
    @media (max-width: 1099px) {
      .menu > li > a {
        padding: 10px 5px; } }
    @media (max-width: 1023px) {
      .menu > li > a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        color: #0c0c0d;
        font-size: 28px;
        text-transform: uppercase;
        padding: 20px; } }
    .menu > li > a span.img {
      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;
      padding: 5px;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .menu > li > a:only-child span.img {
      display: none; }
    @media (min-width: 1024px) {
      .menu > li > a:hover span.img {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; } }

.menu_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: #fff;
  font-size: 14px; }
  @media (min-width: 1024px) {
    .menu_sub {
      position: absolute;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 auto;
      margin-left: -10px;
      box-shadow: 10px 20px 24px rgba(12, 12, 13, 0.15); } }
  @media (max-width: 1023px) {
    .menu_sub {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .menu_sub.big {
      margin-left: initial;
      left: 0; } }
  .menu_sub li {
    margin-bottom: 20px; }
    .menu_sub li:last-child {
      margin-bottom: initial; }
    .menu_sub li li ul {
      padding: 15px 0 0; }
      .menu_sub li li ul li {
        padding-left: 10px; }
        .menu_sub li li ul li:before {
          content: "\2022";
          color: #98a7c3;
          font-weight: bold;
          display: inline-block;
          width: 0.2em;
          margin-right: 10px; }
  .menu_sub ul.tech_mobi li {
    padding-left: 0; }
    .menu_sub ul.tech_mobi li:before {
      display: none; }
    .menu_sub ul.tech_mobi li span.color {
      font-style: italic;
      font-weight: 600; }
    .menu_sub ul.tech_mobi li span.colon {
      font-style: italic;
      font-weight: 600; }
  .menu_sub a {
    color: #98a7c3;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .menu_sub a.dotes {
      position: relative;
      padding-left: 20px; }
      .menu_sub a.dotes:before {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #98a7c3;
        display: block;
        content: "";
        clear: both; }
    .menu_sub a:hover {
      color: #0c0c0d;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .menu_sub a:not(:only-child) {
      color: #0c0c0d; }
  .menu_sub .inner {
    color: #0c0c0d;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 16px; }
  .menu_sub .write {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px; }
    @media (max-width: 1023px) {
      .menu_sub .write {
        display: none; } }
    .menu_sub .write .img {
      width: 343px; }
    .menu_sub .write .text {
      position: absolute;
      top: 30px;
      left: 30px;
      right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #fff; }
      .menu_sub .write .text > * {
        margin-bottom: 20px; }
      .menu_sub .write .text .caption {
        font-size: 3em;
        font-style: italic;
        font-weight: 600; }
      .menu_sub .write .text .description {
        color: #98a7c3;
        font-size: 14px; }
      .menu_sub .write .text .icon {
        position: absolute;
        top: 0;
        right: 0;
        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;
        width: 24px;
        height: 24px;
        background: #fff; }
        .menu_sub .write .text .icon img {
          padding: 3px; }
  .menu_sub .sub {
    min-width: 180px;
    margin-right: 50px; }
    .menu_sub .sub.two_col ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 420px; }
      .menu_sub .sub.two_col ul li {
        width: 50%; }
        @media (max-width: 1023px) {
          .menu_sub .sub.two_col ul li {
            width: 100%; } }

@media (min-width: 1024px) {
  .menu li .menu_sub {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition: all 0.5s ease 0.1s;
            transition: all 0.5s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

@media (min-width: 1024px) {
  .menu li:hover .menu_sub {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: visibility, opacity;
            transition-property: visibility, opacity;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
            transition: all 0.5s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

@media (max-width: 1023px) {
  .menu > li .menu_sub {
    display: none; }
  .menu > li.is-open0 .menu_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu > li .menu_sub .sub > li ul {
    display: none; } }

.menu_sub .sub > li > .inner > a {
  color: #0c0c0d;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 16px; }
  @media (max-width: 1023px) {
    .menu_sub .sub > li > .inner > a {
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 24px;
      font-style: italic;
      margin-bottom: initial; } }

.block_first {
  position: absolute !important;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px; }

header .logo {
  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; }

.open_popup,
.popup_close {
  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; }
  .open_popup:hover,
  .popup_close:hover {
    cursor: pointer; }

.contact_us {
  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;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  padding: 15px 30px;
  font-size: 14px; }
  @media (max-width: 1199px) {
    .contact_us {
      padding: 15px; } }
  @media (max-width: 1023px) {
    .contact_us {
      padding: 15px 30px; } }
  @media (min-width: 1300px) {
    .contact_us .icon {
      display: none; } }
  @media (max-width: 1023px) {
    .contact_us .icon {
      display: none; } }
  @media (max-width: 1299px) {
    .contact_us .caption {
      display: none; } }
  @media (max-width: 1023px) {
    .contact_us .caption {
      display: block; } }

@media (max-width: 1023px) {
  .one_step .inner {
    display: none; }
  .one_step ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 1023px) {
  .menu_sub {
    padding-bottom: 0;
    padding-right: 0; }
    .menu_sub .inner {
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 24px;
      font-style: italic; } }

@media (min-width: 1024px) {
  .menu_sub .inner .img {
    display: none; } }

@media (max-width: 1023px) {
  .menu .delim {
    display: none; }
  .menu > li .menu_sub .sub > li ul {
    margin-bottom: 30px; }
    .menu > li .menu_sub .sub > li ul .color {
      color: #98a7c3;
      -webkit-background-clip: initial;
      -webkit-text-fill-color: initial;
      background: transparent; }
  .menu .img {
    position: relative; }
    .menu .img img {
      display: none; }
    .menu .img:before {
      position: absolute;
      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;
      width: 16px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      content: "" !important;
      clear: both; }
    .menu .img:after {
      position: absolute;
      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;
      width: 16px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      content: "" !important;
      clear: both;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .menu .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .menu .inner .img {
      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;
      width: 28px;
      height: 28px;
      min-width: 28px;
      min-height: 28px;
      background: #0c0c0d; }
    .menu .inner:hover {
      cursor: pointer; }
  .menu .menu_sub .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .menu .menu_sub .inner .img {
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
  .menu .is-open1 > .inner .img:before {
    content: "-"; }
  .menu .is-open1 > .inner .img:after {
    display: none; }
  .menu .is-open2 > .inner .img:before {
    content: "-"; }
  .menu .is-open2 > .inner .img:after {
    display: none; } }

@media (max-width: 1023px) {
  .menu li .menu_sub ul.tech_mobi,
  .menu_sub ul.tech_mobi,
  .tech_mobi {
    padding: 0; }
    .menu li .menu_sub ul.tech_mobi .tech_mobi,
    .menu_sub ul.tech_mobi .tech_mobi,
    .tech_mobi .tech_mobi {
      display: initial !important; }
    .menu li .menu_sub ul.tech_mobi li,
    .menu_sub ul.tech_mobi li,
    .tech_mobi li {
      margin-bottom: 20px; }
      .menu li .menu_sub ul.tech_mobi li span.color,
      .menu_sub ul.tech_mobi li span.color,
      .tech_mobi li span.color {
        display: inline-block;
        margin-bottom: 20px;
        color: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .menu li .menu_sub ul.tech_mobi li span.colon,
      .menu_sub ul.tech_mobi li span.colon,
      .tech_mobi li span.colon {
        display: inline-block;
        margin-bottom: 20px; } }

main {
  padding-top: 0 !important; }

header section:first-child {
  position: absolute;
  z-index: 10; }

header section .logo .img .white {
  display: none; }

header section .logo .img .black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 1024px) {
  header section .menu > li > a {
    color: #fff; } }

header section:only-child {
  position: relative;
  background: #fff; }
  header section:only-child .logo .img .white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  header section:only-child .logo .img .black {
    display: none; }
  @media (min-width: 1024px) {
    header section:only-child .menu > li > a {
      color: #0c0c0d; } }
  @media (min-width: 1024px) {
    header section:only-child .menu > li > a .img img,
    header section:only-child .menu > li > a .icon img {
      filter: invert(1); } }

@media (max-width: 1023px) {
  .popup_body_show header section .logo .img .white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 1023px) {
  .popup_body_show header section .logo .img .black {
    display: none; } }

.section_first_screen {
  position: relative;
  background: #0c0c0d;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0; }
  .section_first_screen > .container {
    position: initial;
    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; }
    .section_first_screen > .container > .row {
      z-index: 1;
      position: initial;
      -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
              justify-content: inherit;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .section_first_screen > .container > .row > .block {
        position: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .section_first_screen .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    padding: 20px; }
    .section_first_screen .text a {
      margin: initial; }
  .section_first_screen .caption {
    font-size: 52px;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .section_first_screen .caption {
        font-size: 40px; } }
    .section_first_screen .caption.big {
      font-size: 80px; }
      @media (max-width: 1023px) {
        .section_first_screen .caption.big {
          font-size: 40px; } }
  .section_first_screen .description {
    margin-bottom: 40px; }
    .section_first_screen .description.opacity {
      color: rgba(255, 255, 255, 0.5); }
    .section_first_screen .description.gray {
      color: #98a7c3; }
  .section_first_screen .color {
    color: #ff0000;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 600; }
  .section_first_screen .client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 24px;
    background: rgba(12, 12, 13, 0.4);
    min-width: 280px;
    margin-left: 20px; }
    .section_first_screen .client .caption {
      font-size: 16px;
      color: #fff;
      font-weight: 700;
      margin: 0;
      margin-bottom: 4px; }
    .section_first_screen .client .description {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin: 0; }
  .section_first_screen .date_domain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    color: #fff;
    padding: 15px; }
    .section_first_screen .date_domain > div {
      padding: 5px; }
  .section_first_screen .block_img {
    position: relative; }
  .section_first_screen .block_text {
    position: relative;
    z-index: 2; }
  .section_first_screen.full {
    min-height: 768px; }
    .section_first_screen.full .block_img {
      position: absolute !important;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      width: 100vw !important;
      padding: 0 !important; }
      .section_first_screen.full .block_img .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        width: 100%; }
        .section_first_screen.full .block_img .img img {
          max-width: initial;
          min-width: 100%;
          min-height: 100%;
          object-fit: cover; }
    .section_first_screen.full .block_text {
      position: relative;
      max-width: 1440px; }
  .section_first_screen.center .block_text {
    margin: 0 auto;
    text-align: center; }
  .section_first_screen.center .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    text-align: center; }
  @media (max-width: 1023px) {
    .section_first_screen.des_mob {
      min-height: 100svh;
      height: 100svh; } }
  @media (max-width: 1023px) {
    .section_first_screen.des_mob .block_img .img {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (max-width: 1023px) {
    .section_first_screen.des_mob .block_img .img img {
      min-height: initial;
      object-fit: contain; } }

.preload {
  position: absolute;
  top: 0;
  z-index: 1;
  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;
  height: 100vh;
  width: 100vw;
  background: #0c0c0d;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .preload {
      height: 100%; } }
  .preload img {
    -webkit-animation: simple_scale 4s 1s linear infinite alternate;
    animation: simple_scale 4s 1s linear infinite alternate; }
    @media (max-width: 1023px) {
      .preload img {
        width: 100px; } }

@-webkit-keyframes simple_scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes simple_scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.section_main_slider {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .section_main_slider {
      height: 100vh;
      /* Use vh as a fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100);
      max-height: 100svh; } }
  .section_main_slider > .container {
    padding: 0;
    max-width: 100vw; }

.sliderContainer {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .sliderContainer {
      height: 100vh;
      /* Use vh as a fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100); } }

#slider .slick-slide {
  background: #0c0c0d;
  color: white;
  font-size: 30px;
  text-align: center; }

#slider .slick-prev:before,
#slider .slick-next:before {
  color: black; }

#slider .slick-dots {
  bottom: -30px; }

.progressBarContainer {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 479px) {
    .progressBarContainer {
      overflow-x: auto; } }

.progressBarContainer .inner {
  position: relative;
  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;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  overflow: hidden;
  background: rgba(12, 12, 13, 0.5); }
  @media (max-width: 479px) {
    .progressBarContainer .inner {
      background: rgba(12, 12, 13, 0.75); } }
  @media (max-width: 479px) {
    .progressBarContainer .inner {
      min-width: 160px; } }

.progressBarContainer .inner img {
  padding: 10px; }

.progressBarContainer .inner:hover {
  cursor: pointer; }

.progressBarContainer .inner:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  clear: both;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }

.progressBarContainer .inner:first-child {
  border-left: 2px solid #fff; }

.progressBarContainer .inner span.progressBar {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 80px;
  display: block; }

.progressBarContainer .inner span.progressBar .inProgress {
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  width: 0%;
  height: 80px; }

.progressBarContainer .inner span {
  position: relative;
  z-index: 3; }

.progressBarContainer .inner.view_all_cases {
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.3s ease 0.1s;
          transition: all 0.3s ease 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (max-width: 1023px) {
    .progressBarContainer .inner.view_all_cases {
      font-size: 14px; } }

.progressBarContainer .inner.view_all_cases:hover {
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  -webkit-transition: all 0.3s ease 0.1s;
          transition: all 0.3s ease 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0; }

#slider .slick-slide, #slider .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.main-slider {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
          transition: all 1.2s ease; }
  @media (max-width: 1023px) {
    .main-slider {
      height: 100vh;
      /* Use vh as a fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100); } }
  .main-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }

@-webkit-keyframes slideIn {
  from {
    filter: blur(15px); }
  to {
    filter: blur(0); } }

@keyframes slideIn {
  from {
    filter: blur(15px); }
  to {
    filter: blur(0); } }

@-webkit-keyframes slideOut {
  from {
    filter: blur(0); }
  to {
    filter: blur(15px); } }

@keyframes slideOut {
  from {
    filter: blur(0); }
  to {
    filter: blur(15px); } }

#slider .slick-slide {
  cursor: pointer;
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  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; }
  @media (max-width: 1023px) {
    #slider .slick-slide {
      height: 100vh;
      /* Use vh as a fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100); } }
  #slider .slick-slide::before {
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
    display: none; }
  #slider .slick-slide video {
    min-height: 100vh;
    min-width: 100vw;
    opacity: 0.5; }
    @media (min-width: 1024px) {
      #slider .slick-slide video {
        width: 100%; } }
    @media (max-width: 1023px) {
      #slider .slick-slide video {
        height: 100dvh;
        max-height: -webkit-fill-available;
        height: calc(var(--vh, 1vh) * 100); } }
  #slider .slick-slide iframe {
    pointer-events: none;
    pointer: cursor;
    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; }
  #slider .slick-slide figure {
    position: relative;
    min-height: 100vh;
    width: 100vw; }
    @media (max-width: 1023px) {
      #slider .slick-slide figure {
        height: 100vh;
        /* Use vh as a fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100); } }
  #slider .slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease; }
    #slider .slick-slide .slide-image.show {
      opacity: 1; }
  #slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden; }
  #slider .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%; }
  #slider .slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
            animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1); }
  #slider .slick-slide.slick-active {
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    z-index: 1; }
    @media (max-width: 1023px) {
      #slider .slick-slide.slick-active {
        height: 100vh;
        /* Use vh as a fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100); } }
    #slider .slick-slide.slick-active .slide-media {
      -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
              animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1); }
    #slider .slick-slide.slick-active::before {
      display: none; }
    #slider .slick-slide.slick-active iframe {
      pointer-events: all; }

#slider .slick-dots {
  text-align: center;
  padding-top: 15px; }
  #slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px; }
    #slider .slick-dots li button {
      width: 16px;
      height: 16px;
      border: none;
      cursor: pointer;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 0 0 0 transparent;
      vertical-align: middle;
      color: #fff;
      background-color: #fff;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease;
      opacity: 0.4; }
      #slider .slick-dots li button:focus {
        outline: none; }
      #slider .slick-dots li button:hover {
        opacity: 1; }
    #slider .slick-dots li.slick-active button {
      border-color: #2d3042;
      box-shadow: 0 0 0 2px #fff;
      opacity: 1; }

#slider .slick-prev {
  top: 50%;
  left: 240px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  z-index: 999; }

#slider .slick-next {
  top: 50%;
  right: 240px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  z-index: 999; }

#slider .slick-slide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  clear: both;
  background: rgba(12, 12, 13, 0.5);
  display: none; }

@media (max-width: 1023px) {
  :root {
    --doc-height: 100%; }
  html,
  body {
    padding: 0;
    margin: 0;
    height: 100vh;
    /* fallback for Js load */
    height: var(--doc-height); } }

#slider {
  display: none; }

#slider.slick-initialized {
  display: block; }

#mainslider {
  display: none; }

#mainslider.slick-initialized {
  display: block; }

#slider_reviews {
  display: none; }

#slider_reviews.slick-initialized {
  display: block; }

#slider_cases {
  display: none; }

#slider_cases.slick-initialized {
  display: block; }

.section_bg {
  background: #f5f6f9; }

.section_bg_tr {
  background: #f5f6f9; }
  @media (max-width: 1023px) {
    .section_bg_tr {
      background: transparent; } }

.section_black {
  background: #0c0c0d; }
  @media (max-width: 1023px) {
    .section_black {
      padding: 40px 10px; } }

.section_bg3 {
  background: #eff2f6; }

.section_c {
  background: #0c0c0d;
  color: #fff; }

.section_quote {
  padding-top: 0; }
  .section_quote.section_quote_top {
    margin-top: -60px; }

.section_delim {
  padding: 0;
  margin: 0; }
  .section_delim * {
    padding: 0;
    margin: 0; }
  .section_delim > .container {
    max-width: initial;
    padding: 0;
    margin: 0; }
  .section_delim .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: auto;
    width: 100%;
    max-height: 600px;
    overflow: hidden; }
    .section_delim .img img {
      max-width: initial;
      min-width: 100%;
      width: 100%;
      margin: auto; }

.pbot {
  padding-bottom: 0; }

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

.p0 {
  padding: 0; }

.color {
  color: #ff0000;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .color.ita {
    font-style: italic; }

main {
  padding: 80px 0; }
  @media (max-width: 1023px) {
    main {
      padding: 20px 0; } }
  main section {
    padding: 80px; }
    @media (max-width: 1023px) {
      main section {
        padding: 10px; } }
    main section.section_solutions {
      padding: 80px 0; }
      @media (max-width: 1023px) {
        main section.section_solutions {
          padding: 10px; } }
      @media (min-width: 1024px) {
        main section.section_solutions .container {
          padding: 10px 0; } }

.heading {
  font-size: 52px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .heading {
      font-size: 36px;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .heading {
      font-size: 30px; } }
  .heading.middle {
    font-size: 42px;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .heading.middle {
        font-size: 36px;
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .heading.middle {
        font-size: 30px; } }
  .heading.big {
    font-size: 80px; }
    @media (max-width: 1023px) {
      .heading.big {
        font-size: 36px;
        margin-bottom: 20px; } }
  .heading.line {
    position: relative;
    padding-bottom: 30px; }
    .heading.line:before {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      content: "";
      clear: both;
      height: 8px;
      width: 100vw;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600); }
  .heading.ita {
    font-style: italic; }
  .heading.center {
    text-align: center; }
    @media (max-width: 1023px) {
      .heading.center {
        text-align: left; } }
  .heading.min {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .heading.min {
        font-size: 24px; } }
  .heading.small {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px; }
    @media (max-width: 1023px) {
      .heading.small br {
        display: none; } }
  .heading.minimal {
    font-size: 16px;
    font-weight: 600; }
  .heading.black {
    color: #0c0c0d; }
  .section_black .heading {
    color: #fff; }
  .heading.mtop {
    margin-top: -50px; }
    @media (max-width: 1023px) {
      .heading.mtop {
        margin-top: initial; } }
  .heading.mb0 {
    margin-bottom: -20px; }
  .heading.mb20 {
    margin-bottom: 20px; }
  .heading.opacity {
    opacity: 0.5; }
  .heading.pl {
    padding-left: 15px; }
    @media (max-width: 1023px) {
      .heading.pl {
        padding-left: initial; } }

p:last-child {
  margin-bottom: 0; }

.content {
  line-height: 1.5;
  font-size: 16px;
  color: #98a7c3; }
  .content .bold {
    font-weight: 600; }
  .content.big {
    font-size: 24px; }
    @media (max-width: 1023px) {
      .content.big {
        font-size: 16px; } }
  .content.max {
    font-size: 48px; }
    @media (max-width: 1023px) {
      .content.max {
        font-size: 24px; } }
  .content.black, .content.dark {
    color: #0c0c0d; }
  .content.white {
    color: #fff; }
  .content.grey {
    color: #48505E; }
  .content.w70 {
    color: rgba(255, 255, 255, 0.7); }
  .content.opacity {
    color: rgba(255, 255, 255, 0.7); }
  .content.center {
    text-align: center; }
  .content.center_desktop {
    text-align: center; }
    @media (max-width: 1023px) {
      .content.center_desktop {
        text-align: left; } }
  .content.center_mobile {
    text-align: left; }
    @media (max-width: 1023px) {
      .content.center_mobile {
        text-align: center; } }
  .content.light {
    line-height: 1.5;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    text-align: center; }
    @media (max-width: 1023px) {
      .content.light {
        max-width: initial;
        margin: initial;
        margin-bottom: 20px;
        text-align: left; } }
  .content ul li {
    position: relative;
    padding-left: 36px;
    margin: 20px 0; }
    .content ul li:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px;
      width: 24px;
      height: 24px;
      display: block;
      content: "";
      clear: both;
      background: url("../images/content_check.svg"); }
  .content ul.dot li:before {
    top: 10px;
    left: 12px;
    margin-top: initial;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0c0c0d; }
  .content ul.grad li {
    position: relative; }
    .content ul.grad li:before {
      position: absolute;
      top: 14px;
      left: 0;
      display: block;
      content: "";
      clear: both;
      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;
      width: 18px;
      height: 18px;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff;
      font-size: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .content ul.grad li:before {
          bottom: 0; } }
    .content ul.grad li:after {
      position: absolute;
      top: 7px;
      left: 5px;
      width: 8px;
      height: 8px;
      background: #fff;
      display: block;
      content: "";
      clear: both;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .content ul.keys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-reset: initial; }
    .content ul.keys li {
      width: calc(100% / 2);
      padding: 20px 32px 20px 32px;
      margin: 0;
      font-style: italic;
      font-weight: 300;
      counter-increment: initial; }
      @media (max-width: 1023px) {
        .content ul.keys li {
          width: calc(100% / 1);
          padding: 20px 20px 20px 32px; } }
      .content ul.keys li .bold {
        font-weight: bold; }
      .content ul.keys li:before {
        top: 34px; }
      .content ul.keys li:after {
        top: 27px;
        background: #0c0c0d; }
  .content ul.keys__only_one {
    margin-top: 20px; }
    .content ul.keys__only_one li {
      width: 100%;
      color: #fff;
      font-style: normal;
      padding-bottom: 0; }
  .content ul.grad_check li {
    position: relative; }
    .content ul.grad_check li:before {
      position: absolute;
      top: 14px;
      left: 0;
      display: block;
      content: "";
      clear: both;
      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;
      width: 20px;
      height: 20px;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      color: #fff;
      font-size: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .content ul.grad_check li:before {
          bottom: 0; } }
    .content ul.grad_check li:after {
      position: absolute;
      top: 7px;
      left: 6px;
      width: 8px;
      height: 8px;
      background: url("../images/check_white.svg");
      display: block;
      content: "";
      clear: both;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .content ul.red_cancel li {
    position: relative; }
    .content ul.red_cancel li:before {
      position: absolute;
      top: 14px;
      left: 0;
      display: block;
      content: "";
      clear: both;
      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;
      width: 20px;
      height: 20px;
      background: #FF0000;
      color: #fff;
      font-size: 0;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      @media (max-width: 1023px) {
        .content ul.red_cancel li:before {
          bottom: 0; } }
    .content ul.red_cancel li:after {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      background: url("../images/cancel_white.svg");
      display: block;
      content: "";
      clear: both;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .content.black ul.keys li:after {
    background: #fff; }
  .content.bg_gray {
    background: #eff2f6;
    color: #0c0c0d;
    padding: 24px; }

@media (max-width: 1023px) {
  .block__img_last {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media (max-width: 1023px) {
  .block__img_last .img_center {
    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;
    margin: -30px auto 0; } }

.block__img_last .img_center img {
  position: relative;
  -webkit-animation: UpDown 4s linear infinite;
          animation: UpDown 4s linear infinite; }
  @media (max-width: 1023px) {
    .block__img_last .img_center img {
      max-width: 50px; } }

@-webkit-keyframes UpDown {
  0% {
    bottom: 0; }
  20% {
    bottom: .5em; }
  40% {
    bottom: 0; } }

@keyframes UpDown {
  0% {
    bottom: 0; }
  20% {
    bottom: .5em; }
  40% {
    bottom: 0; } }

.list_box {
  position: relative;
  padding-left: 28px;
  margin-bottom: 24px; }
  .list_box:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    content: "";
    clear: both;
    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;
    width: 16px;
    height: 16px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
  .list_box:after {
    position: absolute;
    top: 8px;
    left: 4px;
    display: block;
    content: "";
    clear: both;
    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;
    width: 8px;
    height: 8px;
    background: #fff; }

.quote {
  background: #0c0c0d;
  color: #fff;
  padding: 80px 100px;
  font-size: 24px;
  font-style: italic; }
  @media (max-width: 1023px) {
    .quote {
      padding: 20px;
      font-size: 16px; } }
  .quote.p_min {
    padding: 64px 100px; }
    @media (max-width: 1023px) {
      .quote.p_min {
        padding: 64px 20px;
        margin-left: -20px;
        margin-right: -20px; } }
  .quote.normal {
    font-style: normal; }
  .quote.min {
    padding: 24px 74px;
    font-weight: normal;
    font-size: 16px; }
  .quote.right {
    display: inline-block;
    float: right;
    text-align: center; }
  .quote.m_top {
    margin: 36px 0 0 0; }
    @media (max-width: 1023px) {
      .quote.m_top {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -20px; } }
  .quote.left {
    display: inline-block;
    float: left;
    text-align: left; }
  .quote.small {
    padding: 24px 32px; }

.button.next {
  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;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  opacity: 0.5;
  margin: 30px auto; }
  @media (max-width: 1023px) {
    .button.next {
      margin: 15px auto;
      padding: 25px; } }
  .button.next:hover {
    opacity: 1; }

.button.send {
  margin: 0; }

.button.not_opacity {
  opacity: 1;
  padding: 22px; }
  .button.not_opacity:hover {
    opacity: 0.5; }

a.more {
  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;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  margin: 30px auto; }
  @media (max-width: 1023px) {
    a.more {
      margin: 15px auto;
      padding: 25px; } }

a.ajax-more {
  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;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background: linear-gradient(to right, #ff0000, #ff9600);
  font-size: 14px;
  margin: 30px auto;
  max-width: 340px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    a.ajax-more {
      margin: 15px auto;
      padding: 25px; } }
  a.ajax-more:hover {
    opacity: 0.5; }

a.view_all {
  max-width: 340px;
  margin: 0 auto; }
  @media (max-width: 479px) {
    a.view_all {
      max-width: 240px; } }
  a.view_all:hover {
    opacity: 0.5; }

a.all_indent {
  max-width: 340px;
  margin: 64px auto; }
  @media (max-width: 1023px) {
    a.all_indent {
      margin: 32px auto; } }
  @media (max-width: 479px) {
    a.all_indent {
      max-width: 240px; } }
  a.all_indent:hover {
    opacity: 0.5; }

a.gray {
  background: #98a7c3;
  color: #fff; }

a.link_got {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: initial;
  margin: 0; }
  a.link_got span {
    padding: 0 20px;
    text-align: center; }
  a.link_got .icon {
    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;
    min-width: 48px;
    min-height: 48px;
    background: #0c0c0d;
    padding: 0; }
  a.link_got:hover {
    opacity: 0.5; }

.description {
  font-weight: 300; }

.section_h1 {
  padding-bottom: 0; }

h1 {
  font-size: 52px;
  font-style: italic;
  font-weight: normal; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 35px; } }

.pages {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pages li {
    padding: 8px; }
    .pages li .inner {
      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;
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      font-size: 16px;
      font-weight: 700;
      color: #0c0c0d; }
      .pages li .inner .img {
        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; }
      .pages li .inner.arrow {
        background: #0c0c0d; }
        .pages li .inner.arrow .img img {
          filter: brightness(0) grayscale(1) invert(1); }
      .pages li .inner.disabled {
        background: #fff; }
        .pages li .inner.disabled .img img {
          filter: none; }
      .pages li .inner.arrow_left {
        margin-right: 30px; }
      .pages li .inner.arrow_right {
        margin-left: 30px; }
      .pages li .inner:hover {
        background: #98a7c3; }
        .pages li .inner:hover .img img {
          filter: brightness(0) grayscale(1) invert(1); }
      .pages li .inner.active {
        background: #0c0c0d;
        color: #fff; }

.section_gift {
  position: relative;
  z-index: 2;
  padding: 0 !important;
  background: #0c0c0d;
  width: 100% !important; }
  .section_gift .container {
    position: relative; }
  .section_gift .heading {
    margin-bottom: initial; }
    @media (max-width: 1023px) {
      .section_gift .heading {
        text-align: center;
        font-size: 36px; } }
  .section_gift #timer {
    width: 100%; }
    .section_gift #timer li {
      position: relative;
      width: calc(100% / 3); }
      .section_gift #timer li:before {
        position: absolute;
        top: 50%;
        margin-top: -28px;
        right: 0;
        display: block;
        content: ":";
        clear: both;
        color: #fff;
        font-size: 48px; }
      .section_gift #timer li .inner {
        background: transparent;
        min-height: initial; }
        .section_gift #timer li .inner .time {
          color: #fff;
          font-style: normal;
          font-weight: 400;
          font-size: 48px; }
        .section_gift #timer li .inner .text {
          font-size: 16px;
          font-weight: 600;
          color: #98a7c3;
          font-style: italic;
          background: transparent;
          -webkit-background-clip: initial;
          -webkit-text-fill-color: #98a7c3; }
      .section_gift #timer li:first-child {
        display: none; }
      .section_gift #timer li:last-child:before {
        display: none; }
  .section_gift .close_gift {
    position: absolute;
    right: 0;
    bottom: -28px;
    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;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    background: #0c0c0d; }
    .section_gift .close_gift:hover {
      opacity: 0.75;
      cursor: pointer; }
  .section_gift.hide {
    display: none; }

@media (max-width: 1023px) {
  .section_table_vs.section_stat_bg {
    padding-right: 10px; } }

.table_vs {
  width: 100%; }
  .table_vs .caption {
    font-size: 16px;
    font-weight: 600;
    font-style: italic; }
    @media (max-width: 1023px) {
      .table_vs .caption {
        margin-bottom: 10px; } }
  .table_vs thead th {
    padding: 0 50px 0 0; }
    @media (max-width: 1023px) {
      .table_vs thead th {
        padding: 0 10px 0 0; } }
    .table_vs thead th:first-child {
      padding: 0 200px 0 50px; }
    @media (max-width: 1023px) {
      .table_vs thead th:last-child {
        padding: 0 0 0 10px; } }
  .table_vs thead .heading {
    text-align: left;
    font-size: 28px; }
    @media (max-width: 1023px) {
      .table_vs thead .heading {
        font-size: 21px; } }
    @media (max-width: 479px) {
      .table_vs thead .heading {
        font-size: 18px; } }
  .table_vs tbody tr {
    border-top: 1px solid #98a7c3; }
  .table_vs tbody td {
    text-align: left;
    vertical-align: baseline;
    padding: 50px 50px 50px 0; }
    @media (max-width: 1023px) {
      .table_vs tbody td {
        padding: 10px 10px 10px 0; } }
    @media (max-width: 1023px) {
      .table_vs tbody td {
        width: 50%; } }
    @media (max-width: 1023px) {
      .table_vs tbody td:last-child {
        padding: 10px 0 10px 10px; } }
  .table_vs tbody .content p {
    margin-bottom: 0; }
  .table_vs tbody p {
    font-size: 16px;
    color: #98a7c3; }
    @media (max-width: 479px) {
      .table_vs tbody p {
        font-size: 14px; } }
  .table_vs.table_vs__col_first tr td,
  .table_vs.table_vs__col_first tr th {
    padding-left: 20px;
    padding-right: 20px; }
    .table_vs.table_vs__col_first tr td:first-child,
    .table_vs.table_vs__col_first tr th:first-child {
      padding-left: 0;
      padding-right: 20px; }
    .table_vs.table_vs__col_first tr td:nth-child(2),
    .table_vs.table_vs__col_first tr th:nth-child(2) {
      position: relative;
      background: #fff;
      padding-left: 20px;
      padding-right: 20px; }
  .table_vs.table_vs__col_first tr th .heading {
    margin-bottom: 20px;
    margin-top: 20px; }
  .table_vs.table_vs__col_first tr th:nth-child(2):before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    clear: both;
    box-shadow: 2px 8px 12px rgba(12, 12, 13, 0.1); }
  .table_vs.table_vs__col_first tr td:nth-child(2):before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    clear: both;
    box-shadow: 2px 8px 12px rgba(12, 12, 13, 0.1); }
  .table_vs.table_vs__col_first tr td:nth-child(2):after {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    display: block;
    content: '';
    clear: both;
    -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .table_vs.table_vs__col_first tr td:nth-child(2) > * {
    position: relative;
    z-index: 1; }
  .table_vs.table_vs__col_first tr:hover td:nth-child(2):after {
    top: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition: all 0.2s ease 0.1s;
            transition: all 0.2s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .table_vs.table_vs__col_first tr:hover td:nth-child(2) .caption {
    color: #fff; }
  .table_vs.table_vs__col_first tr:hover td:nth-child(2) .content {
    color: rgba(255, 255, 255, 0.8); }
    .table_vs.table_vs__col_first tr:hover td:nth-child(2) .content p {
      color: rgba(255, 255, 255, 0.8); }

.next.go_next {
  opacity: 1; }

.next.next_finish {
  opacity: 1; }

.styled-checkbox-hide {
  position: absolute;
  opacity: 0; }

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 1px solid #eff2f6; }
  .options .inner {
    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;
    border: 1px solid #eff2f6;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }
    @media (max-width: 479px) {
      .options .inner {
        width: calc(100% / 2); } }
    .options .inner label {
      position: relative;
      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;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 30px 40px;
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 1023px) {
        .options .inner label {
          padding: 25px 40px;
          font-size: 14px; } }
      @media (max-width: 479px) {
        .options .inner label {
          padding: 10px 40px;
          min-height: 64px; } }
      .options .inner label span {
        position: relative; }
        .options .inner label span.caption {
          left: 0;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .options .inner label span.check {
          position: absolute;
          top: 50%;
          margin-top: -8px;
          left: 30px;
          width: 0;
          opacity: 0;
          margin-right: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          @media (max-width: 479px) {
            .options .inner label span.check {
              left: 10px; } }
    .options .inner .styled-checkbox {
      position: absolute;
      opacity: 0; }
      .options .inner .styled-checkbox:hover + label {
        background: #0c0c0d;
        color: #fff;
        cursor: pointer; }
        .options .inner .styled-checkbox:hover + label > span.caption {
          left: 10px;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .options .inner .styled-checkbox:hover + label > span.check {
          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;
          width: 16px;
          height: 16px;
          background: #0c0c0d;
          border: 6px solid #fff;
          margin-right: 10px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .options .inner .styled-checkbox:checked + label {
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        color: #fff; }
        .options .inner .styled-checkbox:checked + label > span.caption {
          left: 10px;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .options .inner .styled-checkbox:checked + label > span.check {
          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;
          width: 16px;
          height: 16px;
          background: #0c0c0d;
          border: 4px solid #fff;
          margin-right: 10px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }

.options_0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .options_0 .inner {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }
    @media (max-width: 479px) {
      .options_0 .inner {
        width: calc(100% / 2); } }
    .options_0 .inner label {
      position: relative;
      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;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 30px;
      font-size: 18px;
      font-weight: 600;
      border: 2px solid #eff2f6; }
      @media (max-width: 1023px) {
        .options_0 .inner label {
          padding: 25px;
          font-size: 14px; } }
      @media (max-width: 479px) {
        .options_0 .inner label {
          padding: 10px;
          min-height: 64px; } }
      .options_0 .inner label span {
        position: relative; }
        .options_0 .inner label span.caption {
          left: 0;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          @media (max-width: 479px) {
            .options_0 .inner label span.caption {
              width: 100%;
              word-wrap: break-word; } }
        .options_0 .inner label span.check {
          position: absolute;
          top: 50%;
          margin-top: -8px;
          left: 30px;
          width: 0;
          opacity: 0;
          margin-right: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: none; }
          @media (max-width: 479px) {
            .options_0 .inner label span.check {
              left: 10px; } }
    .options_0 .inner .styled-checkbox {
      position: absolute;
      opacity: 0; }
      .options_0 .inner .styled-checkbox:hover + label {
        background: #f5f6f9;
        cursor: pointer; }
        .options_0 .inner .styled-checkbox:hover + label > span.caption {
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .options_0 .inner .styled-checkbox:hover + label > span.check {
          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;
          width: 16px;
          height: 16px;
          background: #0c0c0d;
          border: 6px solid #fff;
          margin-right: 10px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: none; }
      .options_0 .inner .styled-checkbox:checked + label {
        border: 2px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to right, #ff0000, #ff9600); }
        .options_0 .inner .styled-checkbox:checked + label > span.caption {
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .options_0 .inner .styled-checkbox:checked + label > span.check {
          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;
          width: 16px;
          height: 16px;
          background: #0c0c0d;
          border: 4px solid #fff;
          margin-right: 10px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: none; }

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  margin: 20px 0; }

.centered {
  width: 300px;
  margin: auto; }

.title {
  text-align: center;
  color: #4571ec; }

.steps {
  font-size: 32px;
  color: #98a7c3;
  margin-top: 50px; }
  @media (max-width: 1023px) {
    .steps {
      font-size: 20px;
      margin-top: 20px; } }
  .steps .color {
    font-style: italic;
    font-weight: 600; }

.form_calculator .row > .block.block_minh {
  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; }
  @media (min-width: 1024px) {
    .form_calculator .row > .block.block_minh {
      min-height: 400px; } }

.form_calculator .row > .block.nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.form_calculator .button.next {
  text-transform: uppercase; }

.form_calculator .button.prev {
  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;
  border: 0;
  width: 100%;
  padding: 30px;
  color: #0c0c0d;
  background: #eff2f6;
  font-size: 14px;
  margin: 30px auto;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    .form_calculator .button.prev {
      margin: 15px auto;
      padding: 25px; } }
  .form_calculator .button.prev:hover {
    opacity: 0.5; }

.select_region {
  display: none;
  opacity: 0;
  visibility: hidden; }

.select_options_custom {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.styledSelect {
  position: relative;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #98a7c3;
  padding: 10px 0;
  background-color: white;
  color: rgba(12, 12, 13, 0.5);
  height: 40px; }
  @media (max-width: 1023px) {
    .styledSelect {
      top: initial; } }

.styledSelect:after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 24px;
  height: 24px;
  content: url("../images/arrow_down.svg"); }

.styledSelect.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.styledSelect:hover {
  background: rgba(239, 242, 246, 0.5);
  cursor: pointer; }

.styledSelect:active,
.styledSelect.active {
  background: #eff2f6; }

.styledSelect.active {
  z-index: -1; }

.styledSelect.active_selected {
  color: #0c0c0d; }

.select_options {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-height: 360px;
  overflow-y: auto; }

.select_options li {
  margin: 0;
  padding: 20px 24px; }
  .select_options li:first-child {
    display: none; }

.select_options li:hover {
  background-color: #eff2f6;
  cursor: pointer; }

.options_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .options_3 .inner {
    width: 50%;
    border: 0; }
    .options_3 .inner label {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 220px;
      border: 1px solid #eff2f6; }
    .options_3 .inner .styled-checkbox-hide {
      position: absolute;
      opacity: 0; }
      .options_3 .inner .styled-checkbox-hide:hover + label {
        background: #eff2f6;
        cursor: pointer; }
      .options_3 .inner .styled-checkbox-hide:checked + label {
        background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #ff0000, #ff9600) border-box;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ff0000, #ff9600) border-box;
        border: 2px solid transparent; }

.options_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .options_4 .inner {
    width: 50%;
    border: 0; }
    .options_4 .inner label {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 220px;
      border: 1px solid #eff2f6; }
    .options_4 .inner .styled-checkbox-hide {
      position: absolute;
      opacity: 0; }
      .options_4 .inner .styled-checkbox-hide:hover + label {
        background: #eff2f6;
        cursor: pointer; }
      .options_4 .inner .styled-checkbox-hide:checked + label {
        background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #ff0000, #ff9600) border-box;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ff0000, #ff9600) border-box;
        border: 2px solid transparent; }
    .options_4 .inner.w100 {
      width: 100%; }

.options_4_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .options_4_1 .inner {
    width: 100%;
    border: 0; }
    .options_4_1 .inner label {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 220px;
      border: 1px solid #eff2f6; }
      .options_4_1 .inner label .img {
        display: none; }
    .options_4_1 .inner .styled-checkbox-hide {
      position: absolute;
      opacity: 0; }
      .options_4_1 .inner .styled-checkbox-hide:hover + label {
        background: #eff2f6;
        cursor: pointer; }
      .options_4_1 .inner .styled-checkbox-hide:checked + label {
        background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #ff0000, #ff9600) border-box;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ff0000, #ff9600) border-box;
        border: 2px solid transparent; }

.options_4_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .options_4_2 .inner {
    width: 100%;
    border: 0; }
    .options_4_2 .inner label {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 220px;
      border: 1px solid #eff2f6; }
    .options_4_2 .inner .styled-checkbox-hide {
      position: absolute;
      opacity: 0; }
      .options_4_2 .inner .styled-checkbox-hide:hover + label {
        background: #eff2f6;
        cursor: pointer; }
      .options_4_2 .inner .styled-checkbox-hide:checked + label {
        background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #ff0000, #ff9600) border-box;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ff0000, #ff9600) border-box;
        border: 2px solid transparent; }

.options_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .options_5 .inner {
    width: 100%;
    border: 0; }
    .options_5 .inner label {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 120px;
      border: 1px solid #eff2f6; }
      .options_5 .inner label .img {
        display: none; }
      .options_5 .inner label .description {
        color: #98a7c3;
        font-size: 14px;
        font-weight: normal;
        margin-top: 6px; }
    .options_5 .inner .styled-checkbox-hide {
      position: absolute;
      opacity: 0; }
      .options_5 .inner .styled-checkbox-hide:hover + label {
        background: #eff2f6;
        cursor: pointer; }
      .options_5 .inner .styled-checkbox-hide:checked + label {
        background: -webkit-linear-gradient(white, white) padding-box, -webkit-linear-gradient(left, #ff0000, #ff9600) border-box;
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #ff0000, #ff9600) border-box;
        border: 2px solid transparent; }

.accordion__header,
.accordion__header___not_open {
  padding: 40px;
  background-color: #eff2f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px; }
  @media (max-width: 1023px) {
    .accordion__header,
    .accordion__header___not_open {
      padding: 16px 24px; } }
  .accordion__header .caption,
  .accordion__header___not_open .caption {
    font-size: 24px;
    font-style: italic;
    font-weight: bold; }
  .accordion__header .number,
  .accordion__header___not_open .number {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase; }
  .accordion__header .description,
  .accordion__header___not_open .description {
    font-size: 14px;
    font-style: italic;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .accordion__header .description,
      .accordion__header___not_open .description {
        font-size: 12px; } }
    .accordion__header .description span,
    .accordion__header___not_open .description span {
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.accordion__header {
  cursor: pointer; }

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

.accordion__header___not_open .number {
  display: none;
  margin: 0 5px; }

.accordion__header___not_open.active .number {
  display: initial; }

.accordion__header > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.accordion__toggle {
  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;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media (max-width: 1023px) {
    .accordion__toggle svg {
      -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
              transform: scale(0.75); } }

.is-active .accordion__toggle {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.accordion__body {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #eff2f6;
  display: none;
  padding: 1em;
  border-top: 1px solid rgba(152, 167, 195, 0.2);
  box-shadow: 0 30px 30px rgba(12, 12, 13, 0.25); }

.accordion__body.is-active {
  display: block; }

.rangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Thumb: webkit */
  /* Thumb: Firefox */
  /* Hover, active & focus Thumb: Webkit */
  /* Hover, active & focus Thumb: Firfox */ }
  .rangers .range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin: 0 auto;
    height: 4rem;
    background: #fff;
    padding: 0px 10px; }
  .rangers .value {
    font-size: 26px;
    width: 50px;
    text-align: center; }
  .rangers > .range_caption {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 12px 0; }
  .rangers > .range {
    width: 100%;
    margin: 0px 0 12px; }
  .rangers > .value {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin: 12px 0; }
  .rangers input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/
    /* New additions */
    height: 6px;
    background: #98a7c3; }
  .rangers input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    background: #fff;
    border: 4px solid #0c0c0d;
    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    -webkit-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
    position: relative; }
  .rangers input[type="range"]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    background: #fff;
    border: 4px solid #0c0c0d;
    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: 0.2s ease-in-out;
    position: relative; }
  .rangers input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 6px rgba(255, 85, 0, 0.1); }
  .rangers input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 9px rgba(255, 85, 0, 0.2); }
  .rangers input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 9px rgba(255, 85, 0, 0.2); }
  .rangers input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 6px rgba(255, 85, 0, 0.1); }
  .rangers input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 9px rgba(255, 85, 0, 0.2); }
  .rangers input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 9px rgba(255, 85, 0, 0.2); }

.toggle_switch {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  font-size: 1em;
  aspect-ratio: 2.5;
  box-sizing: content-box;
  overflow: hidden;
  width: 64px;
  height: 33px;
  border: 2px solid #0c0c0d;
  background: #f5f6f9; }
  .toggle_switch:hover {
    background: #fff;
    cursor: pointer; }
  .toggle_switch::before {
    position: absolute;
    top: 1px;
    left: 1px;
    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;
    width: 28px;
    height: 28px;
    content: "x";
    background: #0c0c0d;
    color: #fff; }
  .toggle_switch:checked::before {
    left: 2em;
    background-position: 1.4em 0;
    content: "✔";
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    color: #fff; }
  .toggle_switch[disabled] {
    opacity: 0.25; }

.range_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1;
  margin: 9px 0; }
  .range_info .icon {
    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;
    width: 16px;
    height: 16px;
    margin-right: 6px; }
  .range_info .color {
    margin-top: 2px; }

.rangers .months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .rangers .months .value {
    margin: 0 3px;
    width: initial; }
  .rangers .months span {
    color: #ff0000;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3px; }

.finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: transparent;
  margin-bottom: 30px; }
  .finish .rangers {
    width: 100%; }
  .finish .caption_price {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 12px 0; }
  .finish > .caption {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    margin: 12px 0; }
  .finish .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .finish .text > .caption {
      font-size: 16px;
      font-weight: 600;
      font-style: italic;
      text-transform: uppercase;
      margin-right: 6px;
      line-height: 1; }
    .finish .text .description {
      font-size: 14px;
      font-style: italic;
      color: #98a7c3; }
      @media (max-width: 1023px) {
        .finish .text .description {
          font-size: 12px;
          margin-top: 2px; } }
  .finish.bg {
    background: #eff2f6;
    padding: 16px 40px;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .finish.bg {
        padding: 20px; } }
  .finish.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .finish .finish_link {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right; }
    .finish .finish_link.open_popup_chooseservices {
      white-space: nowrap; }
    .finish .finish_link:hover {
      cursor: pointer;
      opacity: 0.5; }
  .finish .row > .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: initial;
    margin-bottom: initial; }
  .finish .row_param_price {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .finish .row_param_price .param_price {
      width: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .finish .row_param_price .param_price > .row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 15px; }
        @media (max-width: 1023px) {
          .finish .row_param_price .param_price > .row {
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            text-align: right; } }
        .finish .row_param_price .param_price > .row > .block {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .finish .row_param_price .param_price > .row .param {
          margin-right: 10px;
          font-style: italic; }
          @media (max-width: 1023px) {
            .finish .row_param_price .param_price > .row .param {
              margin-right: initial; } }
        .finish .row_param_price .param_price > .row .price {
          white-space: nowrap; }
          @media (max-width: 1023px) {
            .finish .row_param_price .param_price > .row .price {
              margin-bottom: 10px; } }
  .finish .caption_total {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
  .finish .price_total {
    color: #ff0000;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase; }
  .finish .param {
    font-size: 12px;
    color: #ff0000;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .finish .param > span {
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .finish .price {
    color: #0c0c0d;
    font-size: 12px;
    font-weight: 600;
    font-style: italic; }
  .finish .params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .finish .params.params_row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .finish .params.params_col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .finish .params div {
      color: #ff0000;
      background: -webkit-linear-gradient(left, #ff0000, #ff9600);
      background: linear-gradient(to right, #ff0000, #ff9600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 600;
      font-size: 12px;
      font-style: italic; }
  .finish .min_caption {
    color: #98a7c3;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px; }
  .finish .prices {
    color: #0c0c0d;
    font-size: 12px;
    font-weight: 600;
    font-style: italic; }
  .finish .params div {
    margin-bottom: 6px; }
  .finish .prices div {
    margin-bottom: 6px; }
  .finish .row_total {
    margin: 12px 0; }

body .popup_main_newcases .popup_body_newcases {
  display: none; }

body.popup_newcases_show {
  overflow-y: hidden; }
  body.popup_newcases_show .popup_main_newcases {
    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; }
  body.popup_newcases_show .popup_body_newcases {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    body.popup_newcases_show .popup_body_newcases .popup_close_newcases {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 111;
      width: 28px;
      height: 28px;
      background: #0c0c0d;
      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; }
      @media (max-width: 1023px) {
        body.popup_newcases_show .popup_body_newcases .popup_close_newcases {
          top: 20px;
          right: 20px; } }
      body.popup_newcases_show .popup_body_newcases .popup_close_newcases:hover {
        opacity: 0.7;
        cursor: pointer; }
    body.popup_newcases_show .popup_body_newcases .popup_back_newcases {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(12, 12, 13, 0.2); }
    body.popup_newcases_show .popup_body_newcases .popup_content {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      max-width: 80vw;
      width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 60px 40px 30px; }
      @media (max-width: 1023px) {
        body.popup_newcases_show .popup_body_newcases .popup_content {
          max-width: 90vw;
          padding: 40px 10px 20px; } }
    body.popup_newcases_show .popup_body_newcases > .block {
      width: 100%; }
  body.popup_newcases_show > .block {
    padding: 10px; }

body .popup_main_chooseservices .popup_body_chooseservices {
  display: none; }

body.popup_chooseservices_show {
  overflow-y: hidden; }
  body.popup_chooseservices_show .popup_main_chooseservices {
    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; }
  body.popup_chooseservices_show .popup_body_chooseservices {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    body.popup_chooseservices_show .popup_body_chooseservices .popup_close_chooseservices {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 111;
      width: 28px;
      height: 28px;
      background: #0c0c0d;
      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; }
      @media (max-width: 1023px) {
        body.popup_chooseservices_show .popup_body_chooseservices .popup_close_chooseservices {
          top: 20px;
          right: 20px; } }
      body.popup_chooseservices_show .popup_body_chooseservices .popup_close_chooseservices:hover {
        opacity: 0.7;
        cursor: pointer; }
    body.popup_chooseservices_show .popup_body_chooseservices .popup_back_chooseservices {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(12, 12, 13, 0.2); }
    body.popup_chooseservices_show .popup_body_chooseservices .popup_content {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      max-width: 80vw;
      width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 60px 40px 30px; }
      @media (max-width: 1023px) {
        body.popup_chooseservices_show .popup_body_chooseservices .popup_content {
          max-width: 90vw;
          padding: 40px 10px 20px; } }
    body.popup_chooseservices_show .popup_body_chooseservices > .block {
      width: 100%; }
  body.popup_chooseservices_show > .block {
    padding: 10px; }

.options_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .options_end .inner {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }
    @media (max-width: 479px) {
      .options_end .inner {
        width: calc(100% / 2); } }
    .options_end .inner label {
      position: relative;
      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;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 25px 10px;
      font-size: 18px;
      font-weight: 600;
      border: 2px solid #eff2f6; }
      @media (max-width: 1023px) {
        .options_end .inner label {
          padding: 25px 10px;
          font-size: 14px; } }
      @media (max-width: 479px) {
        .options_end .inner label {
          padding: 5px 10px;
          min-height: 64px; } }
      .options_end .inner label span {
        position: relative; }
        .options_end .inner label span.caption {
          left: 0;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          @media (max-width: 479px) {
            .options_end .inner label span.caption {
              width: 100%;
              word-wrap: break-word; } }
        .options_end .inner label span.check {
          position: absolute;
          top: 50%;
          margin-top: -8px;
          left: 30px;
          width: 0;
          opacity: 0;
          margin-right: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: none; }
          @media (max-width: 479px) {
            .options_end .inner label span.check {
              left: 10px; } }
    .options_end .inner .styled-checkbox {
      position: absolute;
      opacity: 0; }
      .options_end .inner .styled-checkbox:hover + label {
        background: #f5f6f9;
        cursor: pointer; }
        .options_end .inner .styled-checkbox:hover + label > span.caption {
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .options_end .inner .styled-checkbox:hover + label > span.check {
          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;
          width: 16px;
          height: 16px;
          background: #0c0c0d;
          border: 6px solid #fff;
          margin-right: 10px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: none; }
      .options_end .inner .styled-checkbox:checked + label {
        border: 2px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to right, #ff0000, #ff9600); }
        .options_end .inner .styled-checkbox:checked + label > span.caption {
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .options_end .inner .styled-checkbox:checked + label > span.check {
          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;
          width: 16px;
          height: 16px;
          background: #0c0c0d;
          border: 4px solid #fff;
          margin-right: 10px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          display: none; }

.popup_main_chooseservices .popup_content .heading,
.popup_main_changeteam .popup_content .heading {
  position: relative;
  top: -20px;
  text-align: left;
  padding-right: 50px; }

body .popup_main_changeteam .popup_body_changeteam {
  display: none; }

body.popup_changeteam_show {
  overflow-y: hidden; }
  body.popup_changeteam_show .popup_main_changeteam {
    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; }
  body.popup_changeteam_show .popup_body_changeteam {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    body.popup_changeteam_show .popup_body_changeteam .popup_close_changeteam {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 111;
      width: 28px;
      height: 28px;
      background: #0c0c0d;
      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; }
      @media (max-width: 1023px) {
        body.popup_changeteam_show .popup_body_changeteam .popup_close_changeteam {
          top: 20px;
          right: 20px; } }
      body.popup_changeteam_show .popup_body_changeteam .popup_close_changeteam:hover {
        opacity: 0.7;
        cursor: pointer; }
    body.popup_changeteam_show .popup_body_changeteam .popup_back_changeteam {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(12, 12, 13, 0.2); }
    body.popup_changeteam_show .popup_body_changeteam .popup_content {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      max-width: 80vw;
      width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 60px 40px 30px; }
      @media (max-width: 1023px) {
        body.popup_changeteam_show .popup_body_changeteam .popup_content {
          max-width: 90vw;
          padding: 40px 10px 20px; } }
    body.popup_changeteam_show .popup_body_changeteam > .block {
      width: 100%; }
  body.popup_changeteam_show > .block {
    padding: 10px; }

@media (max-width: 479px) {
  .form_calculator .block_btns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; } }

@media (max-width: 479px) {
  .form_calculator .block_btns button,
  .form_calculator .block_btns .button,
  .form_calculator .block_btns .button.prev,
  .form_calculator .block_btns .button.next {
    margin: 0; } }

.section_services .content {
  padding-left: 100px; }
  @media (max-width: 1023px) {
    .section_services .content {
      padding-left: initial; } }

.section_services .services {
  padding-left: 200px; }
  @media (max-width: 1023px) {
    .section_services .services {
      padding-left: initial; } }

.section_services .more {
  margin-left: 200px;
  width: calc(100% - 200px); }
  @media (max-width: 1023px) {
    .section_services .more {
      margin-left: initial;
      width: 100%; } }

.section_services.section_services_main .content,
.section_services.section_services_main .services {
  padding-left: initial; }

.section_services.section_services_main .more {
  margin-left: initial;
  width: 100%; }

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  counter-reset: li; }
  .services li {
    position: relative;
    margin: 40px 0; }
    @media (max-width: 479px) {
      .services li {
        margin: 20px 0; } }
    .services li:before {
      display: none; }
    .services li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 220px 0 100px; }
      @media (max-width: 1023px) {
        .services li .inner {
          padding: 0 70px 0 0; } }
      .services li .inner:before {
        position: absolute;
        left: 0;
        z-index: 1;
        content: "";
        display: block;
        clear: both;
        counter-increment: li;
        content: counter(li, decimal-leading-zero);
        font-size: 40px;
        font-weight: 400;
        color: #0c0c0d;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1023px) {
          .services li .inner:before {
            display: none; } }
      .services li .inner:after {
        position: absolute;
        bottom: -40px;
        left: 100px;
        right: 100px;
        height: 1px;
        content: "";
        display: block;
        clear: both;
        background: rgba(152, 167, 195, 0.3); }
        @media (max-width: 1023px) {
          .services li .inner:after {
            left: 0;
            right: 0; } }
        @media (max-width: 1023px) {
          .services li .inner:after {
            bottom: -20px; } }
      .services li .inner .img {
        position: absolute;
        top: -10px;
        left: 0;
        width: 0;
        min-width: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1023px) {
          .services li .inner .img {
            display: none; } }
      .services li .inner .text {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .services li .inner .caption {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #0c0c0d; }
        @media (max-width: 1023px) {
          .services li .inner .caption {
            font-size: 20px; } }
        @media (max-width: 479px) {
          .services li .inner .caption {
            margin-bottom: 0; } }
      .services li .inner .description {
        font-size: 16px;
        color: #98a7c3; }
        @media (max-width: 479px) {
          .services li .inner .description {
            display: none; } }
      .services li .inner .icon {
        position: absolute;
        top: -12px;
        right: 0;
        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;
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .services li .inner .icon img {
          filter: none;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .services li .inner:hover {
        padding: 0 80px 0 240px; }
        @media (max-width: 1023px) {
          .services li .inner:hover {
            padding: 0 70px 0 0; } }
        .services li .inner:hover:before {
          left: 80px;
          color: #fff;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .services li .inner:hover .img {
          width: 200px;
          min-width: 200px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .services li .inner:hover .text {
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .services li .inner:hover .icon {
          background: #0c0c0d;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
          .services li .inner:hover .icon img {
            filter: brightness(0) invert(1);
            -webkit-transition: all 0.3s ease 0.1s;
                    transition: all 0.3s ease 0.1s;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; }
    .services li:last-child .inner:after {
      display: none; }
  @media (max-width: 1023px) {
    .section_services_main .services li {
      margin: 20px 0; } }
  .section_services_main .services li .inner {
    padding: 0 240px 0 240px; }
    @media (max-width: 1023px) {
      .section_services_main .services li .inner {
        padding: 0 70px 0 0; } }
    .section_services_main .services li .inner:before {
      display: none; }
    .section_services_main .services li .inner .img {
      width: 200px;
      min-width: 200px;
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .section_services_main .services li .inner .description {
      height: 60px;
      overflow: hidden; }
      @media (max-width: 1023px) {
        .section_services_main .services li .inner .description {
          display: none; } }

.solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  counter-reset: li; }
  .solutions li {
    width: calc(100% / 4); }
    @media (max-width: 1023px) {
      .solutions li {
        width: calc(100% / 3); } }
    @media (max-width: 767px) {
      .solutions li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .solutions li {
        width: calc(100% / 1); } }
    .solutions li .inner {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
      .solutions li .inner:before {
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 2;
        content: "";
        display: block;
        clear: both;
        counter-increment: li;
        content: counter(li, decimal-leading-zero);
        font-size: 52px;
        font-weight: 400;
        color: #fff;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .solutions li .inner:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        clear: both;
        background: rgba(12, 12, 13, 0.4);
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .solutions li .inner .img {
        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;
        width: 100%;
        overflow: hidden; }
        .solutions li .inner .img img {
          max-width: initial;
          min-height: 600px; }
          @media (max-width: 479px) {
            .solutions li .inner .img img {
              min-width: 100%;
              min-height: initial; } }
          @media (max-width: 419px) {
            .solutions li .inner .img img {
              min-width: initial;
              min-height: 600px; } }
      .solutions li .inner .text {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -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;
        padding: 30px;
        color: #fff;
        text-align: left; }
        @media (max-width: 1023px) {
          .solutions li .inner .text {
            padding: 20px; } }
        .solutions li .inner .text .caption {
          width: 100%;
          text-align: left;
          font-size: 28px;
          font-weight: 600;
          margin-bottom: 20px; }
          @media (max-width: 1023px) {
            .solutions li .inner .text .caption {
              font-size: 20px; } }
        .solutions li .inner .text .description {
          font-size: 16px;
          font-weight: 300; }
          @media (max-width: 1023px) {
            .solutions li .inner .text .description {
              font-size: 14px; } }
      .solutions li .inner .link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        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;
        background: #fff;
        width: 240px;
        height: 80px;
        margin: auto;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1023px) {
          .solutions li .inner .link {
            width: 200px; } }
        .solutions li .inner .link span {
          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;
          white-space: nowrap;
          font-style: italic;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 600;
          color: #ff0000;
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .solutions li .inner:hover:after {
        z-index: 3;
        background: rgba(12, 12, 13, 0.6);
        backdrop-filter: blur(3px);
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .solutions li .inner:hover .link {
        z-index: 5;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

#slider_solutions .slick-prev {
  position: absolute;
  top: -104px;
  right: 64px;
  left: initial;
  z-index: 1;
  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;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_solutions .slick-prev:before {
    background: url("../images/slick_prev.svg");
    content: '';
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_solutions .slick-prev {
      top: -44px; } }
  @media (max-width: 479px) {
    #slider_solutions .slick-prev {
      right: 48px;
      width: 48px;
      height: 48px; } }

#slider_solutions .slick-next {
  position: absolute;
  top: -104px;
  right: 0;
  left: initial;
  z-index: 1;
  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;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_solutions .slick-next:before {
    background: url("../images/slick_next.svg");
    content: '';
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_solutions .slick-next {
      top: -44px; } }
  @media (max-width: 479px) {
    #slider_solutions .slick-next {
      width: 48px;
      height: 48px; } }

#slider_solutions .slick-disabled {
  background: #f5f6f9; }
  #slider_solutions .slick-disabled:before {
    filter: brightness(0) grayscale(1); }

.progress_solutions {
  position: relative;
  left: 0;
  bottom: 60px;
  display: block;
  width: calc(100% - 130px);
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(152, 167, 195, 0.2);
  background-image: -webkit-linear-gradient(left, #ff0000, #ff9600);
  background-image: linear-gradient(to right, #ff0000, #ff9600);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
          transition: background-size 0.4s ease-in-out; }
  @media (max-width: 1023px) {
    .progress_solutions {
      bottom: 0; } }
  @media (max-width: 479px) {
    .progress_solutions {
      bottom: 10px; } }

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

@media (min-width: 1024px) {
  .section_reviews .content {
    margin-top: 55px; } }

.video_wrapper {
  display: inline-block;
  width: 370px;
  height: 370px;
  min-width: 370px;
  min-height: 370px; }
  @media (max-width: 479px) {
    .video_wrapper {
      width: 242px;
      height: 242px;
      min-width: 242px;
      min-height: 242px; } }

.reviews li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px; }
  @media (max-width: 1023px) {
    .reviews li .inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; } }
  .reviews li .inner .img {
    position: relative;
    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;
    width: 370px;
    height: 370px;
    min-width: 370px;
    min-height: 370px;
    border-radius: 50%;
    margin-right: 60px;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600); }
    @media (max-width: 1023px) {
      .reviews li .inner .img {
        margin: 40px 0; } }
    @media (max-width: 479px) {
      .reviews li .inner .img {
        width: 232px;
        height: 232px;
        min-width: 232px;
        min-height: 232px; } }
    .reviews li .inner .img .video_wrapper,
    .reviews li .inner .img .img_wrapper {
      position: absolute;
      z-index: 2;
      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;
      width: 360px;
      height: 360px;
      min-width: 360px;
      min-height: 360px;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 479px) {
        .reviews li .inner .img .video_wrapper,
        .reviews li .inner .img .img_wrapper {
          width: 232px;
          height: 232px;
          min-width: 232px;
          min-height: 232px; } }
      .reviews li .inner .img .video_wrapper video,
      .reviews li .inner .img .img_wrapper video {
        height: 100%; }
    .reviews li .inner .img .video_wrapper {
      position: relative; }
      .reviews li .inner .img .video_wrapper .play {
        position: absolute;
        z-index: 2;
        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;
        width: 60px;
        height: 60px;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        z-index: 2;
        border-radius: 200px; }
        .reviews li .inner .img .video_wrapper .play span {
          position: absolute;
          z-index: 2;
          border-left: 35px solid #fff;
          border-right: 18px dashed transparent;
          border-top: 18px dashed transparent;
          border-bottom: 18px dashed transparent;
          left: 16px; }
      .reviews li .inner .img .video_wrapper .pause {
        position: absolute;
        z-index: 2;
        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;
        width: 60px;
        height: 60px;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        z-index: 2;
        border-radius: 200px;
        opacity: 0.5; }
        .reviews li .inner .img .video_wrapper .pause span {
          position: absolute;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          border-left: 13px solid #fff;
          border-right: 13px solid #fff;
          width: 35px;
          height: 35px;
          margin-left: 0; }
    .reviews li .inner .img .video_wrapper .play {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .reviews li .inner .img .video_wrapper .pause {
      display: none; }
    .reviews li .inner .img .video_wrapper.active .play {
      display: none; }
    .reviews li .inner .img .video_wrapper.active .pause {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
      @media (max-width: 1023px) {
        .reviews li .inner .img .video_wrapper.active .pause {
          opacity: 0.25; } }
    .reviews li .inner .img .video_wrapper.active:hover .pause {
      opacity: 0.5; }
      @media (max-width: 1023px) {
        .reviews li .inner .img .video_wrapper.active:hover .pause {
          opacity: 0.25; } }
  .reviews li .inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reviews li .inner .text .description {
      font-size: 24px; }
      @media (max-width: 1023px) {
        .reviews li .inner .text .description {
          font-size: 18px; } }
    .reviews li .inner .text .name_team {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 30px 0; }
      .reviews li .inner .text .name_team .name {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 7px; }
        @media (max-width: 1023px) {
          .reviews li .inner .text .name_team .name {
            font-size: 20px; } }
      .reviews li .inner .text .name_team .team {
        font-size: 16px;
        font-weight: 400;
        font-style: italic; }
  .reviews li .inner .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .reviews li .inner .link span {
      font-size: 18px;
      font-weight: 600;
      color: #0c0c0d; }
    .reviews li .inner .link .icon {
      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;
      width: 28px;
      height: 28px;
      margin-right: 10px; }

.mute,
.unmute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  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;
  background: transparent; }

.unmute img {
  opacity: 0; }

#slider_reviews .slick-prev {
  position: absolute;
  top: -104px;
  right: 64px;
  left: initial;
  z-index: 1;
  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;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_reviews .slick-prev:before {
    background: url("../images/slick_prev.svg");
    content: "";
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_reviews .slick-prev {
      top: -140px; } }
  @media (max-width: 479px) {
    #slider_reviews .slick-prev {
      top: -160px;
      right: 48px;
      width: 48px;
      height: 48px; } }

#slider_reviews .slick-next {
  position: absolute;
  top: -104px;
  right: 0;
  left: initial;
  z-index: 1;
  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;
  width: 64px;
  height: 64px;
  background: #0c0c0d; }
  #slider_reviews .slick-next:before {
    background: url("../images/slick_next.svg");
    content: "";
    width: 20px;
    height: 20px; }
  @media (max-width: 1023px) {
    #slider_reviews .slick-next {
      top: -140px; } }
  @media (max-width: 479px) {
    #slider_reviews .slick-next {
      top: -160px;
      width: 48px;
      height: 48px; } }

#slider_reviews .slick-disabled {
  background: #f5f6f9; }
  #slider_reviews .slick-disabled:before {
    filter: brightness(0) grayscale(1); }

.win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .win li {
    padding: 10px;
    width: calc(100% / 6); }
    @media (max-width: 1023px) {
      .win li {
        width: calc(100% / 4);
        padding: 0; } }
    @media (max-width: 767px) {
      .win li {
        width: calc(100% / 3); } }
    @media (max-width: 479px) {
      .win li {
        width: calc(100% / 2); } }
    .win li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 236px; }
      @media (max-width: 1023px) {
        .win li .inner {
          min-height: initial; } }
      .win li .inner .img {
        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;
        width: 176px;
        height: 176px; }
      .win li .inner .description {
        font-size: 12px;
        color: #98a7c3;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .win li .inner:hover .description {
        opacity: 1;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .clients li {
    padding: 10px;
    width: calc(100% / 4); }
    @media (max-width: 1023px) {
      .clients li {
        width: calc(100% / 3); } }
    @media (max-width: 767px) {
      .clients li {
        width: calc(100% / 2); } }
    .clients li .inner {
      position: relative;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 280px; }
      @media (max-width: 1023px) {
        .clients li .inner {
          min-height: 200px; } }
      @media (max-width: 479px) {
        .clients li .inner {
          min-height: 170px; } }
      .clients li .inner .img {
        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; }
        .clients li .inner .img img {
          filter: brightness(0) invert(0);
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
      .clients li .inner .link {
        position: absolute;
        bottom: 30px;
        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;
        width: 18px;
        height: 18px;
        background: -webkit-linear-gradient(left, #ff0000, #ff9600);
        background: linear-gradient(to right, #ff0000, #ff9600);
        color: #fff;
        font-size: 0;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        @media (max-width: 1023px) {
          .clients li .inner .link {
            bottom: 0; } }
        .clients li .inner .link:before {
          position: absolute;
          width: 8px;
          height: 8px;
          background: #f5f6f9;
          display: block;
          content: "";
          clear: both;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        .clients li .inner .link .icon {
          display: none; }
      .clients li .inner:hover .img img {
        filter: brightness(0) invert(0);
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .clients li .inner:hover .link {
        width: 232px;
        height: 40px;
        font-size: 14px; }
        .clients li .inner:hover .link:before {
          width: 0;
          height: 0;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
    .clients li.not .inner .link {
      width: 0;
      height: 0;
      background: #0c0c0d;
      font-style: italic; }
      .clients li.not .inner .link:before {
        display: none; }
    .clients li.not .inner:hover .img img {
      filter: none;
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .clients li.not .inner:hover .link {
      width: 232px;
      height: 40px; }
    .clients li.all .text {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .clients li.all .text .caption {
        font-size: 52px; }
      .clients li.all .text .description {
        font-size: 16px;
        color: #98a7c3; }

.discuss_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .discuss_list .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: 2px solid #fff;
    width: calc(100% / 2); }
    @media (max-width: 767px) {
      .discuss_list .inner {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .discuss_list .inner .img {
      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;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .discuss_list .inner .img {
          height: 72px;
          overflow: hidden;
          margin-right: initial;
          margin-bottom: 10px; } }
    .discuss_list .inner .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .discuss_list .inner .text .name {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 7px; }
      .discuss_list .inner .text .team {
        font-size: 14px;
        font-style: italic;
        font-weight: 400; }
    .discuss_list .inner .check {
      position: absolute;
      top: 10px;
      right: 10px;
      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;
      width: 16px;
      height: 16px;
      display: none; }
    .discuss_list .inner:hover {
      background: #f5f6f9;
      border: 2px solid #f5f6f9;
      cursor: pointer; }
    .discuss_list .inner.active {
      background: #f5f6f9;
      border: 2px solid;
      border-image-slice: 1;
      border-width: 2px;
      border-image-source: linear-gradient(to right, #ff0000, #ff9600); }
      .discuss_list .inner.active .check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .discuss_list .inner.active .check .desktop {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .discuss_list .inner.active .check .mobile {
          display: none !important; }
  @media (max-width: 1023px) {
    .discuss_list.open {
      height: initial; } }

.team_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 20px; }
  .team_contacts li {
    padding: 10px; }
    .team_contacts li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 20px; }
      .team_contacts li .inner .icon {
        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;
        width: 20px;
        height: 20px;
        margin-right: 5px; }
    .team_contacts li > a {
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .team_contacts li > a span {
        font-weight: 600;
        color: #0c0c0d;
        font-size: 14px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .team_contacts li > a:hover {
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .team_contacts li > a:hover span {
          color: #ff0000;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
    .team_contacts li > div {
      font-style: italic;
      font-size: 14px;
      color: #98a7c3;
      font-weight: 400; }

.open_popup_contacts:hover {
  cursor: pointer; }

body .popup_main_contacts .popup_body_contacts {
  display: none; }

body.popup_contacts_show {
  overflow-y: hidden; }
  body.popup_contacts_show .popup_main_contacts {
    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; }
  body.popup_contacts_show .popup_body_contacts {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    body.popup_contacts_show .popup_body_contacts .popup_close_contacts {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 111;
      width: 28px;
      height: 28px;
      background: #0c0c0d;
      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; }
      @media (max-width: 1023px) {
        body.popup_contacts_show .popup_body_contacts .popup_close_contacts {
          top: 20px;
          right: 20px; } }
      body.popup_contacts_show .popup_body_contacts .popup_close_contacts:hover {
        opacity: 0.7;
        cursor: pointer; }
    body.popup_contacts_show .popup_body_contacts .popup_back_contacts {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(12, 12, 13, 0.2); }
    body.popup_contacts_show .popup_body_contacts .popup_content {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      max-width: 80vw;
      width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 60px 40px 30px; }
      @media (max-width: 1023px) {
        body.popup_contacts_show .popup_body_contacts .popup_content {
          max-width: 90vw;
          padding: 40px 20px 20px; } }
    body.popup_contacts_show .popup_body_contacts > .block {
      width: 100%; }
  body.popup_contacts_show > .block {
    padding: 10px; }
    @media (max-width: 1023px) {
      body.popup_contacts_show > .block {
        padding: 10px 0; } }
  body.popup_contacts_show .content_night {
    display: none; }
  body.popup_contacts_show .content_day {
    display: initial; }

body.night .content_night {
  display: initial; }

body.night .content_day {
  display: none; }

body.night.popup_contacts_show .popup_body_contacts .popup_content {
  background: #0c0c0d;
  color: #fff; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content * {
    color: #fff; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .content.gray {
    color: #98a7c3; }
    body.night.popup_contacts_show .popup_body_contacts .popup_content .content.gray p {
      color: #98a7c3; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .job {
    color: #98a7c3; }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .gift {
    background: rgba(152, 167, 195, 0.1); }
  body.night.popup_contacts_show .popup_body_contacts .popup_content .popup_close_contacts {
    background: #fff; }
    body.night.popup_contacts_show .popup_body_contacts .popup_content .popup_close_contacts img {
      filter: brightness(0) grayscale(1); }

body.night.popup_contacts_show .popup_body_contacts .row_timer {
  display: none; }

.popup_content > .block {
  margin-bottom: 0; }

.popup_content .heading {
  text-align: center;
  margin-bottom: 0; }

.popup_content .content {
  text-align: center; }
  .popup_content .content.gray {
    color: #98a7c3; }
    .popup_content .content.gray p {
      color: #98a7c3; }

.popup_content .gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f6f9;
  padding: 12px 16px; }
  @media (max-width: 1023px) {
    .popup_content .gift {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .popup_content .gift .img {
    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;
    min-width: 116px;
    min-height: 150px;
    margin-right: 32px; }
    @media (max-width: 1023px) {
      .popup_content .gift .img {
        min-width: 64px;
        min-height: initial;
        margin-right: 16px; } }
    @media (max-width: 479px) {
      .popup_content .gift .img {
        margin-right: 8px; } }
  .popup_content .gift .content {
    text-align: left;
    color: #0c0c0d;
    font-size: 14.5px;
    font-weight: 600;
    font-style: italic; }
    @media (max-width: 479px) {
      .popup_content .gift .content {
        font-size: 13px; } }
    .popup_content .gift .content .time {
      border-bottom: 1px solid #ff0000; }
    .popup_content .gift .content p {
      margin-bottom: 0; }
    .popup_content .gift .content .icon {
      font-style: normal; }
  .popup_content .gift .job {
    font-weight: 600;
    color: #98a7c3;
    font-size: 14px;
    margin-top: 12px;
    font-style: italic; }

.popup_content .more {
  margin: 0 auto; }
  .popup_content .more:hover {
    opacity: 0.7; }

#timer {
  position: relative;
  left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 14px); }
  #timer li {
    width: calc(100% / 4);
    padding: 7px; }
    @media (max-width: 1023px) {
      #timer li {
        padding: 1px; } }
    #timer li .inner {
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      background: #f5f6f9;
      min-height: 140px;
      background: -webkit-linear-gradient(top, rgba(255, 150, 0, 0.12), #f5f6f9);
      background: linear-gradient(to bottom, rgba(255, 150, 0, 0.12), #f5f6f9); }
      @media (max-width: 1023px) {
        #timer li .inner {
          min-height: 80px; } }
      #timer li .inner .time {
        font-size: 80px;
        font-style: italic;
        line-height: 1;
        font-weight: 600; }
        @media (max-width: 1023px) {
          #timer li .inner .time {
            font-size: 60px; } }
        @media (max-width: 767px) {
          #timer li .inner .time {
            font-size: 40px; } }
        @media (max-width: 479px) {
          #timer li .inner .time {
            font-size: 28px; } }
        #timer li .inner .time#days {
          color: #98a7c3; }
      #timer li .inner .text {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px; }
        @media (max-width: 1023px) {
          #timer li .inner .text {
            font-size: 14px; } }

body .popup_main_newcases .popup_body_newcases {
  display: none; }

body.popup_newcases_show {
  overflow-y: hidden; }
  body.popup_newcases_show .popup_main_newcases {
    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; }
  body.popup_newcases_show .popup_body_newcases {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    body.popup_newcases_show .popup_body_newcases .popup_close_newcases {
      position: absolute;
      top: 40px;
      right: 40px;
      z-index: 111;
      width: 28px;
      height: 28px;
      background: #0c0c0d;
      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; }
      @media (max-width: 1023px) {
        body.popup_newcases_show .popup_body_newcases .popup_close_newcases {
          top: 20px;
          right: 20px; } }
      body.popup_newcases_show .popup_body_newcases .popup_close_newcases:hover {
        opacity: 0.7;
        cursor: pointer; }
    body.popup_newcases_show .popup_body_newcases .popup_back_newcases {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(12, 12, 13, 0.2); }
    body.popup_newcases_show .popup_body_newcases .popup_content {
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: #fff;
      max-width: 80vw;
      width: 800px;
      max-height: 90vh;
      overflow-y: auto;
      padding: 60px 40px 30px; }
      @media (max-width: 1023px) {
        body.popup_newcases_show .popup_body_newcases .popup_content {
          max-width: 90vw;
          padding: 40px 10px 20px; } }
    body.popup_newcases_show .popup_body_newcases > .block {
      width: 100%; }
  body.popup_newcases_show > .block {
    padding: 10px; }

.new_cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .new_cases li {
    width: calc(100% / 3);
    padding: 8px; }
    @media (max-width: 767px) {
      .new_cases li {
        width: calc(100% / 2); } }
    @media (max-width: 479px) {
      .new_cases li {
        width: calc(100% / 1); } }
    .new_cases li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .new_cases li .inner .img {
        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;
        width: 100%;
        margin-bottom: 24px; }
        @media (max-width: 1023px) {
          .new_cases li .inner .img {
            height: 80px;
            overflow: hidden; } }
        @media (max-width: 1023px) {
          .new_cases li .inner .img img {
            width: 100%; } }
      .new_cases li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .new_cases li .inner .text .caption {
          font-size: 21px;
          font-weight: 700;
          margin-bottom: 12px; }
        .new_cases li .inner .text .description {
          line-height: 1.5;
          font-size: 14px;
          color: #98a7c3;
          height: 64px;
          overflow: hidden; }
          @media (max-width: 1023px) {
            .new_cases li .inner .text .description {
              display: none; } }

.popup_see_contacts:hover,
.popup_close_contacts:hover,
.popup_see_newcases:hover,
.popup_close_newcases:hover {
  cursor: pointer; }

form .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.85em;
  color: red;
  margin: 5px 0; }

.file-list li {
  position: relative;
  padding: 10px 5px;
  background: #f5f6f9; }
  .file-list li .file-load-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8em; }
    .file-list li .file-load-name span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .file-list li .delete-btn {
    position: absolute;
    top: 8px;
    right: 5px;
    border: 0;
    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;
    background: #f5f6f9;
    border: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    font-size: 1.7em;
    opacity: 0.5; }
    .file-list li .delete-btn:hover {
      background: #fff; }

.offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    .offices {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .offices li {
    padding: 5px 10px 5px 0;
    width: 100%; }
    @media (max-width: 1023px) {
      .offices li {
        width: calc(100% / 2); } }
    .offices li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 5px 10px 5px 0;
      font-size: 14px; }
      @media (max-width: 767px) {
        .offices li .inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .offices li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        color: #fff;
        padding: 5px 30px 5px 5px; }
        @media (max-width: 767px) {
          .offices li .inner .text {
            padding: 5px 0;
            font-size: 12px; } }
        .offices li .inner .text .country {
          white-space: nowrap;
          font-weight: 600; }
        .offices li .inner .text .time {
          white-space: nowrap;
          font-style: italic;
          color: #ff0000;
          background: -webkit-linear-gradient(left, #ff0000, #ff9600);
          background: linear-gradient(to right, #ff0000, #ff9600);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: 600; }
      .offices li .inner .link {
        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;
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        border: 1px solid rgba(245, 246, 249, 0.3); }
        @media (max-width: 767px) {
          .offices li .inner .link {
            width: 100%;
            height: 40px;
            min-height: 40px; } }

footer .logo_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    footer .logo_footer {
      max-width: 200px; } }
  footer .logo_footer .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  footer .logo_footer .slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 30px; }

footer .heading {
  font-size: 24px;
  font-weight: 700; }

footer .adress {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease 0.1s;
          transition: all 0.3s ease 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  footer .adress:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  footer .adress.adress-2 {
    margin-top: 20px; }

.menu_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px; }
  @media (max-width: 1023px) {
    .menu_footer {
      margin-top: initial;
      padding: 20px 0; } }
  @media (max-width: 1023px) {
    .menu_footer > li {
      padding: 0; } }
  @media (min-width: 1024px) {
    .menu_footer > li:first-child {
      min-height: 560px; } }
  .menu_footer li {
    width: calc(100% / 4);
    padding: 10px; }
    @media (max-width: 1023px) {
      .menu_footer li {
        width: 100%;
        padding: 10px 0; } }
    .menu_footer li .opener {
      padding: 10px;
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px; }
      @media (max-width: 1023px) {
        .menu_footer li .opener {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0; } }
      .menu_footer li .opener .icon {
        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;
        width: 16px;
        height: 16px;
        margin-right: 10px; }
        @media (min-width: 1024px) {
          .menu_footer li .opener .icon {
            display: none; } }
      @media (max-width: 1023px) {
        .menu_footer li .opener:hover {
          cursor: pointer; } }
    @media (max-width: 1023px) {
      .menu_footer li .slide {
        display: none; } }
    .menu_footer li ul li {
      width: 100%; }
      .menu_footer li ul li a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .menu_footer li ul li a.color {
          color: rgba(255, 255, 255, 0.7);
          background: transparent;
          -webkit-background-clip: initial;
          -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
          font-style: italic;
          font-weight: 600; }
        .menu_footer li ul li a.colon {
          color: rgba(255, 255, 255, 0.7);
          font-weight: 600; }
        .menu_footer li ul li a.dotes {
          color: rgba(255, 255, 255, 0.7);
          position: relative;
          padding-left: 20px; }
          .menu_footer li ul li a.dotes:before {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #98a7c3;
            display: block;
            content: '';
            clear: both; }
        .menu_footer li ul li a:hover {
          color: #fff;
          -webkit-transition: all 0.3s ease 0.1s;
                  transition: all 0.3s ease 0.1s;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
    @media (max-width: 1023px) {
      .menu_footer li.is-open .opener .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
  .menu_footer ul.tech_mobi li {
    padding-left: 0;
    padding-bottom: 8px; }
    @media (max-width: 1023px) {
      .menu_footer ul.tech_mobi li {
        margin-bottom: 0; } }
    @media (max-width: 1023px) {
      .menu_footer ul.tech_mobi li span {
        margin-bottom: 0; } }
    .menu_footer ul.tech_mobi li span.color {
      color: rgba(255, 255, 255, 0.7);
      background: transparent;
      -webkit-background-clip: initial;
      -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
      font-weight: 600;
      font-style: italic;
      display: inline-block;
      padding-bottom: 10px; }
    .menu_footer ul.tech_mobi li span.colon {
      color: rgba(255, 255, 255, 0.7);
      display: inline-block;
      padding-bottom: 10px; }
  .menu_footer ul.tech_mobi > li {
    padding-top: 10px;
    padding-bottom: 7px; }

.section_end {
  color: rgba(255, 255, 255, 0.7); }
  @media (max-width: 1023px) {
    .section_end {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1023px) {
    .section_end .row > .block {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 20px; } }
  @media (max-width: 1023px) {
    .section_end .row > .block:first-child {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (max-width: 1023px) {
    .section_end .row > .block:last-child {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.menu_end {
  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; }
  @media (max-width: 1023px) {
    .menu_end {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .menu_end li {
    padding: 10px; }
    @media (max-width: 1023px) {
      .menu_end li {
        padding: 10px 20px 10px 0; } }
    .menu_end li a {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.7);
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .menu_end li a:hover {
        color: #fff;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

.socials {
  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; }
  .socials li {
    padding: 5px; }
    .socials li .inner {
      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;
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.8);
      -webkit-transition: all 0.3s ease 0.1s;
              transition: all 0.3s ease 0.1s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .socials li .inner .img {
        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; }
      .socials li .inner:hover {
        border: 1px solid #fff;
        -webkit-transition: all 0.3s ease 0.1s;
                transition: all 0.3s ease 0.1s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }

@media (min-width: 1024px) {
  .presentation {
    margin-top: 300px; } }

@media (max-width: 1023px) {
  .presentation {
    margin-top: 36px; } }

.presentation .heading {
  margin-bottom: 24px; }

.presentation .content {
  font-size: 14px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .presentation .content {
      margin-bottom: 24px; } }

.presentation .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .presentation .download span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-linear-gradient(left, #ff0000, #ff9600);
    background: linear-gradient(to right, #ff0000, #ff9600);
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    padding: 15px 50px; }
/*# sourceMappingURL=main_page.css.map */