@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,
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * 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 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/**
 * 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;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
@font-face {
  font-family: "MuseoSansCyrl";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl") format("svg");
}

@font-face {
  font-family: "MuseoSansCyrl";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl") format("svg");
}

@font-face {
  font-family: "MuseoSansCyrl";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl") format("svg");
}

/* Vars, which are specific for current project */
/* Styles for UI-elements */
/* Common styles for current project */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background: #f2eee2;
  font-family: 'MuseoSansCyrl', arial, sans-serif;
}

@media screen and (max-width: 992px) {
  html[lang="fr"] .btn_download-in-table {
    width: 12rem;
  }
}

@media screen and (max-width: 420px) {
  html[lang="fr"] .btn_download-in-table {
    width: 18rem;
  }
}

@media screen and (max-width: 320px) {
  html[lang="fr"] .btn_download-in-table {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  html[lang="ja"] .btn__rate-us {
    width: 90%;
  }
}

@media screen and (max-width: 320px) {
  html[lang="de"] .btn__rate-us-icon, html[lang="ar"] .btn__rate-us-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.content__center-wrap {
  position: relative;
  max-width: 77rem;
  padding: 0 1.25rem;
  margin: auto;
}

.content__row_center-content {
  text-align: center;
}

.content__row_download-kaspersky {
  margin-top: 2.5625rem;
}

.content__row_infographics {
  margin-top: 2.625rem;
}

.content__row_video {
  margin-top: 4.4375rem;
}

.content__row_additional-reading {
  margin-top: 2.9375rem;
  padding-bottom: 4.6875rem;
}

.content__row_search-result {
  margin-top: 2.625rem;
}

.content__row_search-result-start .search-result__table {
  margin: 0;
}

.content__row_download-kaspersky-search {
  margin-top: 2.6875rem;
  margin-bottom: 5.625rem;
}

.content__row_download-kaspersky-search-start {
  margin-top: 3.3125rem;
  margin-bottom: 5.25rem;
}

.content_has-start-search-result {
  overflow: hidden;
}

.content_has-start-search-result .search-result__table thead tr th:first-child {
  position: relative;
}

.content_has-start-search-result .search-result__table thead tr th:first-child:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  height: 100%;
  width: 300%;
  background: #006E56;
}

.content_has-start-search-result .search-result__table thead tr th:last-child {
  position: relative;
}

.content_has-start-search-result .search-result__table thead tr th:last-child:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  height: 100%;
  width: 300%;
  background: #006E56;
}

.text {
  margin: 0;
  color: #1c3c47;
}

.text_medium {
  font-size: 1.25rem;
}

.text_small {
  font-size: 1.125rem;
}

.text_x-bold {
  font-weight: 900;
}

.text_normal {
  font-weight: 300;
}

.text_kis {
  margin-top: 2rem;
}

.text_zoom {
  margin-top: 0.875rem;
}

.text_show-version {
  margin-top: 1.75rem;
}

.text_copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
}

.text_popup-successfully-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
}

.text_popup-successfully-msg {
  margin-top: 0.375rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #52d59c;
  text-align: center;
}

.text_more-articles {
  display: none;
}

.btn-wrap {
  font-size: 0;
}

.btn-wrap_download-kaspersky {
  margin-top: 2.25rem;
}

.btn {
  display: inline-block;
  padding: 1.5rem 1.125rem 1.375rem;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #ff6e5c;
  box-shadow: 0.1875rem 0.25rem 0 0 #f5cec0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.btn:hover {
  background: #ff8a7b;
}

.btn__wrapper {
  width: 13.5rem;
  display: inline-block;
  padding: 0 0.625rem;
}

.btn__rate-us {
  position: relative;
  display: inline-block;
  padding-left: 2.375rem;
  margin-top: 0.25rem;
  vertical-align: middle;
}

.btn__rate-us-icon {
  position: absolute;
  left: 0.375rem;
  top: -0.375rem;
  width: 1.4375rem;
  height: 1.375rem;
  fill: #fff;
}

.btn__counter {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.1;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
}

.btn__submit {
  position: relative;
  display: inline-block;
  padding-left: 2.375rem;
  margin-left: -2.5rem;
}

.btn__submit-icon {
  position: absolute;
  left: 0.375rem;
  top: 0rem;
  width: 1.375rem;
  height: 1.0625rem;
  fill: #fff;
}

.btn__download-in-table {
  position: relative;
  padding-left: 1.0625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
}

.btn__arrow-bottom-icon {
  position: absolute;
  left: 0.1875rem;
  top: 0;
  width: 0.375rem;
  fill: #fff;
}

.btn__mail-icon {
  position: absolute;
  left: 0.1875rem;
  top: 0;
  width: 0.9375rem;
  height: 0.8125rem;
  fill: #fff;
}

.btn__send-to-email {
  position: relative;
  padding-left: 1.7rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
}

.btn_download-kaspersky {
  margin-right: 1.1875rem;
}

.btn_green {
  background: #006e56;
  box-shadow: 0.1875rem 0.25rem 0 0 #b5cebf;
}

.btn_green:hover {
  background: #01a07e;
}

.btn_download-free-tool {
  margin-top: 5.0625rem;
  padding: 0.9375rem 3.1875rem 0.75rem;
  float: right;
  box-shadow: none;
  background: #d52f1a;
}

.btn_rate-us {
  position: relative;
  padding: 1.125rem 0 1.0625rem;
  box-shadow: 0.1875rem 0.25rem 0 0 #406e58;
  outline: none;
  white-space: nowrap;
}

.btn_rate-us:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 65%;
  background: #ff9285;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn_submit {
  padding: 1.4375rem 10.1875rem 1.4375rem;
  box-shadow: 0.1875rem 0.25rem 0 0 #406e58;
}

.btn_hide {
  display: none;
}

.btn_download-in-table {
  float: right;
  padding: 0.75rem 2.25rem 0.875rem 1.875rem;
}

.btn_send-to-email {
  padding: 0.75rem 1.3rem 0.875rem 1.3rem;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.btn_flexible .btn__wrapper:first-child {
  min-height: 2.375rem;
  position: relative;
}

.btn_flexible .btn__wrapper:first-child .btn__rate-us {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
}

@media screen and (max-width: 320px) {
  .btn_flexible .btn__wrapper:first-child .btn__rate-us {
    white-space: normal;
  }
}

.btn_flexible .btn__wrapper:last-child .btn__counter {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13.5rem;
  height: 100%;
  padding: 0 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: normal;
}

@media screen and (max-width: 320px) {
  .btn_flexible .btn__wrapper:last-child .btn__counter {
    width: 50%;
  }
  .btn_flexible .btn__wrapper:last-child .btn__counter br {
    display: none;
  }
}

.title {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  color: #1c3c47;
}

.title_center {
  text-align: center;
}

.link {
  display: inline-block;
  text-decoration: none;
  color: #57bc90;
}

.link__zoom-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #57bc90;
}

.link__arrow-botton-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6875rem;
  height: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #57bc90;
}

.link_zoom {
  position: relative;
  padding-left: 1.625rem;
  margin-right: 0.3125rem;
  outline: none;
}

.link_show {
  position: relative;
  padding-left: 1.1875rem;
  margin-right: 0.3125rem;
  outline: none;
}

.img_infographics {
  margin-top: 2.1875rem;
  max-width: 100%;
}

.textarea {
  display: block;
  width: 36.625rem;
  height: 8.75rem;
  border: 1px solid #419881;
  padding: 1rem 1.1875rem;
  margin: auto auto 1.8125rem;
  outline: none;
  resize: none;
  background: transparent;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
}

.textarea:-moz-placeholder {
  color: #fff;
}

.textarea::-moz-placeholder {
  color: #fff;
}

.textarea:-ms-input-placeholder {
  color: #fff;
}

.textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.textarea:focus::-moz-placeholder {
  color: transparent;
}

.textarea:focus:-moz-placeholder {
  color: transparent;
}

.textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.textarea.error {
  border-color: #ff5252;
}

.textarea + .error {
  position: absolute;
  left: 0;
  bottom: 1.875rem;
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #ff5252;
}

.btn-wrapper_send-to-email {
  display: none;
}

.input {
  display: block;
  width: 28.55rem;
  height: 3.4375rem;
  border: 1px solid #419881;
  padding: 1rem 1.1875rem;
  margin: auto;
  outline: none;
  resize: none;
  background: transparent;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input:-moz-placeholder {
  color: #fff;
}

.input::-moz-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus::-moz-placeholder {
  color: transparent;
}

.input:focus:-moz-placeholder {
  color: transparent;
}

.input:focus:-ms-input-placeholder {
  color: transparent;
}

.input.error {
  border-color: #ff5252;
}

.input + .error {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #ff5252;
}

.mobile-br {
  display: none;
}

.stop-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1550px) {
  .content__row_additional-reading {
    padding-bottom: 3.4375rem;
  }
  .btn__arrow-bottom-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn__arrow-bottom-icon_ios-fix {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.23vw;
  }
}

@media screen and (max-width: 992px) {
  html {
    font-size: 1.6vw;
  }
  .content__center-wrap {
    max-width: 61.3rem;
  }
  .content__row_download-kaspersky {
    margin-top: 2.8125rem;
  }
  .content__row_infographics {
    margin-top: 2.125rem;
  }
  .content__row_additional-reading {
    padding-bottom: 3.3125rem;
  }
  .content__row_download-kaspersky-search-start {
    margin-top: 2.65rem;
    margin-bottom: 2.45rem;
  }
  .img_infographics {
    margin-top: 2.0625rem;
    width: 100%;
    height: 88.5rem;
  }
  .btn_download-in-table {
    display: block;
    float: none;
    width: 10rem;
    margin: 0 auto 0;
  }
  .btn-wrapper_send-to-email {
    display: block;
    margin-top: 0.875rem;
    text-align: center;
  }
  .textarea {
    width: 28.65rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.1vw;
  }
  .content__center-wrap {
    max-width: 46.4rem;
  }
  .content__row_download-kaspersky {
    margin-top: 2.5625rem;
  }
  .content__row_infographics {
    margin-top: 2.0625rem;
  }
  .content__row_video {
    margin-top: 2.0625rem;
  }
  .content__row_additional-reading {
    margin-top: 2.5rem;
    padding-bottom: 2.5625rem;
  }
  .content__row_download-kaspersky-search-start {
    margin-top: 2.55rem;
    margin-bottom: 2.3rem;
  }
  .content__row_download-kaspersky-search {
    margin-bottom: 2.3rem;
  }
  .title {
    font-size: 1.625rem;
  }
  .img_infographics {
    margin-top: 2.0625rem;
    width: 100%;
    height: auto;
  }
  .text_show-version {
    margin-top: 1.5625rem;
  }
  .text_copyright {
    text-align: center;
  }
  .text_copyright br {
    display: none;
  }
  .btn-wrapper_send-to-email {
    margin-top: 1.125rem;
  }
  .btn__arrow-bottom-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn_download-free-tool {
    float: left;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
  .btn_rate-us {
    position: relative;
  }
  .btn_send-to-email {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .btn_submit {
    padding: 1.4375rem 10.1rem 1.4375rem;
  }
  .btn_download-in-table {
    margin: 1.05rem auto 0;
  }
  .textarea {
    width: 23.8rem;
  }
  .mobile-br {
    display: block !important;
  }
  .input {
    width: 28.1rem;
  }
}

@media screen and (max-width: 420px) {
  .text_medium {
    font-size: 18px;
  }
  .btn_download-kaspersky,
  .btn_green {
    font-size: 14px;
  }
  .text_small {
    font-size: 16px;
  }
  .title {
    font-size: 18px;
  }
  .content__row_download-kaspersky {
    margin-top: 32px;
  }
  .btn__download-in-table {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
  .btn_download-in-table {
    width: 15rem;
    padding: 1.3rem 1.5rem 1.3rem;
  }
  .btn__arrow-bottom-icon {
    width: 0.8rem;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 4.4vw;
  }
  .content__center-wrap {
    max-width: 100%;
    padding: 0 1.1rem;
  }
  .content__row_download-kaspersky {
    margin-top: 2.3rem;
  }
  .content__row_download-kaspersky br {
    display: none;
  }
  .content__row_infographics {
    margin-top: 2.0625rem;
    margin-left: -1.1rem;
    margin-right: -1.1rem;
  }
  .content__row_video {
    margin-top: 2.0625rem;
  }
  .content__row_additional-reading {
    margin-top: 2.35rem;
    padding-bottom: 2.1rem;
  }
  .content__row_download-kaspersky-search-start {
    margin-top: 2.2rem;
    margin-bottom: 2.1rem;
  }
  .content__row_download-kaspersky-search-start br {
    display: none;
  }
  .content__row_search-result {
    margin-top: 2.35rem;
  }
  .content__row_download-kaspersky-search {
    margin-top: 2.2rem;
    margin-bottom: 2.05rem;
  }
  .content__row_download-kaspersky-search br {
    display: none;
  }
  .text_copyright {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .text_medium {
    font-size: 1.258rem;
    line-height: 1.4;
  }
  .text_kis {
    margin-top: 1.6rem;
  }
  .text_show-version {
    margin-top: 1.3rem;
  }
  .text_more-articles {
    display: block;
    margin-top: 1.6rem;
    text-align: center;
  }
  .text_popup-successfully-msg {
    margin-top: 0.6rem;
    padding: 0 2.5rem;
  }
  .btn-wrap_download-kaspersky {
    margin-top: 1.8rem;
  }
  .btn-wrap_download-kaspersky:after {
    display: table;
    content: "";
  }
  .btn-wrap_download-kaspersky:after {
    clear: both;
  }
  .btn-wrapper_send-to-email {
    margin-top: 1.45rem;
  }
  .btn {
    padding: 1.5rem 0.7rem 1.375rem;
  }
  .btn__rate-us {
    margin-top: 0.0625rem;
    font-size: 0.94rem;
  }
  .btn__counter {
    font-size: 0.96rem;
  }
  .btn__rate-us-icon {
    left: -0.1rem;
    top: -0.5rem;
    width: 1.7rem;
    height: auto;
  }
  .btn__send-to-email {
    font-size: 0.84rem;
    padding-left: 1.75rem;
  }
  .btn__mail-icon {
    width: 1rem;
    height: auto;
    left: 0;
    top: -0.1rem;
  }
  .btn__submit-icon {
    width: 1.6rem;
    height: auto;
    left: 0.2rem;
  }
  .btn__download-in-table {
    font-size: 0.85rem;
    padding-left: 1.0625rem;
  }
  .btn__arrow-bottom-icon {
    width: 0.5rem;
    left: 0;
  }
  .btn_rate-us {
    width: 100%;
    padding: 0.85rem 0 1.0625rem;
  }
  .btn_download-kaspersky {
    margin-right: 0;
    letter-spacing: -0.04375rem;
    float: left;
  }
  .btn_green {
    letter-spacing: -0.04375rem;
    float: right;
  }
  .btn_send-to-email {
    padding: 1.1rem 1.6rem 0.95rem;
  }
  .btn_submit {
    width: 100%;
    padding: 1.35rem 0.7rem 1.5rem;
  }
  .btn_download-in-table {
    text-align: center;
    padding: 1.1rem 1.6rem 1.1rem;
    margin: 1.35rem auto 0;
    width: 10rem;
  }
  .title {
    font-size: 1.28rem;
  }
  .img_infographics {
    margin-top: 1.8rem;
  }
  .textarea {
    width: 100%;
    height: 5.7rem;
    padding: 0.85rem 1.4rem;
  }
  .textarea + .error {
    font-size: 1.2rem;
  }
  .input {
    width: 100%;
    padding: 1rem 1.4rem;
    letter-spacing: 0.01rem;
  }
  .input + .error {
    font-size: 1.2rem;
  }
  .btn__wrapper {
    width: 50%;
    padding: 0;
  }
}

/*Некоторые фиксы для ультра милипиздричиских устройств */
@media screen and (max-width: 315px) {
  .btn_download-kaspersky {
    width: 100%;
  }
  .btn_green {
    margin-top: 1.25rem;
    width: 100%;
    float: left;
  }
}

.language-arabic .link__zoom-icon {
  left: auto;
  right: 0;
}

.language-arabic .link_zoom {
  padding-left: 0;
  padding-right: 1.625rem;
  margin-right: 0;
  margin-left: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .language-arabic .btn_download-free-tool {
    float: right;
  }
}

.language-arabic .textarea {
  text-align: right;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.header {
  position: relative;
  background: #117e62;
  padding-bottom: 2.4375rem;
  overflow: hidden;
}

.header__center-wrap {
  position: relative;
  max-width: 77rem;
  padding: 0 1.25rem;
  margin: auto;
  z-index: 2;
}

.header__top:after {
  display: table;
  content: "";
}

.header__top:after {
  clear: both;
}

.header__bottom {
  margin-top: 1.25rem;
}

.header__greeting-text {
  margin: 0;
  color: #52d59c;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
}

.header__more-about-wrapper {
  display: none;
}

.header ~ #wpadminbar {
  position: absolute !important;
}

.header_left-triangle:after {
  content: '';
  position: absolute;
  left: -10.3125rem;
  top: 0;
  z-index: 1;
  width: 21.25rem;
  height: 100%;
  background: #006e56;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.header_right-triangle {
  background: #006e56;
}

.header_right-triangle:after {
  content: '';
  position: absolute;
  right: -11.3125rem;
  top: 0;
  z-index: 1;
  width: 21.25rem;
  height: 60%;
  background: #117e62;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.header_padding-small {
  padding-bottom: 1.875rem;
}

.header_padding-none {
  padding-bottom: 0;
}

.header_min {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  padding-bottom: 0.5rem;
  -webkit-animation: headSlide 0.5s;
          animation: headSlide 0.5s;
}

.header_min:after {
  display: none;
}

.header_min .header__bottom {
  display: none;
}

.header_min .logo {
  padding-top: 0.8125rem;
}

.header_min .header-panel {
  padding-top: 1rem;
}

.header_min .illustration {
  padding: 1.25rem 1.25rem 0 1.0625rem;
}

.header_min .illustration__title {
  font-size: 1.25rem;
  margin-top: 0;
}

.header_min .illustration__img {
  display: none;
}

@-webkit-keyframes headSlide {
  0% {
    top: -5rem;
  }
  100% {
    top: 0;
  }
}

@keyframes headSlide {
  0% {
    top: -5rem;
  }
  100% {
    top: 0;
  }
}

@media screen and (max-width: 992px) {
  .header__center-wrap {
    max-width: 61rem;
  }
  .header_left-triangle:after {
    left: -21rem;
  }
  .header_right-triangle:after {
    right: -22.6rem;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 2.875rem;
  }
  .header__center-wrap {
    max-width: 46.5rem;
  }
  .header_left-triangle:after {
    display: none;
  }
  .header_right-triangle:after {
    display: none;
  }
  .header__greeting-text {
    display: none;
    padding: 0 0.625rem;
    letter-spacing: -0.006rem;
  }
  .header__greeting-text br {
    display: none;
  }
  .header__more-about-wrapper {
    display: block;
    text-align: center;
  }
  .header__more-about-link {
    display: inline-block;
    border-bottom: 1px dashed #1d926e;
    font-size: 1.125rem;
    text-decoration: none;
    color: #52d59c;
  }
  .header_padding-none {
    padding-bottom: 0;
  }
  .header_padding-small {
    padding-bottom: 1.875rem;
  }
}

@media screen and (max-width: 420px) {
  .header__greeting-text {
    font-size: 16px;
  }
  .header__more-about-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .header {
    padding-bottom: 1.95rem;
  }
  .header__center-wrap {
    max-width: 100%;
    padding: 0 1rem;
  }
  .header__bottom {
    margin-top: 0.95rem;
  }
  .header__greeting-text {
    padding: 0;
    line-height: 1.58;
  }
  .header__more-about-wrapper {
    margin-top: -0.35rem;
  }
  .header_padding-none {
    padding-bottom: 0;
  }
  .header_padding-small {
    padding-bottom: 1.85rem;
  }
}

.footer {
  position: relative;
  z-index: 2;
  padding: 1.25rem 0 1.375rem;
  background: #006e56;
}

.footer__center-wrap {
  position: relative;
  max-width: 77rem;
  padding: 0 1.25rem;
  margin: auto;
}

.footer__center-wrap:after {
  display: table;
  content: "";
}

.footer__center-wrap:after {
  clear: both;
}

.footer__left, .footer__center, .footer__right {
  float: left;
}

.footer__left {
  width: 30%;
  padding-top: 0.8125rem;
}

.footer__center {
  width: 40%;
  text-align: center;
}

.footer__right {
  width: 30%;
  padding-top: 0.8125rem;
}

.footer__right:after {
  display: table;
  content: "";
}

.footer__right:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .footer__center-wrap {
    max-width: 61rem;
  }
  .footer__left {
    width: 28%;
  }
  .footer__center {
    width: 44%;
  }
  .footer__right {
    width: 28%;
    padding-top: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 1.25rem 0 1.5rem;
  }
  .footer__center-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 46.4rem;
  }
  .footer__left {
    padding-top: 1.4375rem;
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__center {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer__right {
    float: none;
    width: 100%;
    padding-top: 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 320px) {
  .footer {
    padding: 1.45rem 0 1.8rem;
  }
  .footer__left {
    padding-top: 1.6rem;
  }
  .footer__center-wrap {
    max-width: 100%;
    padding: 0 1.1rem;
  }
}

.logo {
  width: 25%;
  padding-top: 30px;
  float: left;
}

.logo__link {
  display: inline-block;
  font-size: 0;
}

.logo__img {
  height: 35px;
}

@media screen and (max-width: 768px) {
  .logo {
    height: 35px;
    padding-top: 2.0625rem;
    float: none;
    text-align: center;
  }
  .logo__img {
    width: 10.125rem;
  }
}

@media screen and (max-width: 320px) {
  .logo {
    padding-top: 1.55rem;
  }
  .logo__img {
    width: 7.5rem;
  }
}

.illustration {
  width: 50%;
  box-sizing: border-box;
  padding: 2.3125rem 1.25rem 0 0.9375rem;
  float: left;
  font-size: 0;
  text-align: center;
}

.illustration__img {
  width: 14.375rem;
  height: 10.1875rem;
}

.illustration__title {
  margin: 1.25rem 0 0;
  font-size: 2.8125rem;
  font-weight: 900;
  color: #fff;
}

.illustration__mobile-cecryptor {
  display: none;
  margin: 0.9375rem 0 0;
  font-size: 0.9375rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .illustration {
    position: relative;
    padding-bottom: 4.75rem;
  }
  .illustration__title {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .illustration {
    position: relative;
    width: 100%;
    float: none;
    padding: 1.75rem 0 0 0;
  }
  .illustration__img {
    -webkit-transform: translateX(-0.1875rem);
            transform: translateX(-0.1875rem);
  }
  .illustration__title {
    position: relative;
    left: 0;
    margin-top: 1.125rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    white-space: normal;
  }
  .illustration__mobile-cecryptor {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .illustration__title {
    font-size: 34px;
  }
  .illustration__mobile-cecryptor {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .illustration {
    padding: 1.73rem 0 0 0;
  }
  .illustration__img {
    width: 16.5rem;
    height: auto;
  }
  .illustration__title {
    font-size: 2.39rem;
    margin-top: 1.24rem;
    white-space: normal;
    line-height: 1.05;
  }
  .illustration__mobile-cecryptor {
    margin-top: 1.5rem;
  }
}

.header-panel {
  padding-top: 2.0625rem;
  width: 25%;
  float: left;
}

.header-panel:after {
  display: table;
  content: "";
}

.header-panel:after {
  clear: both;
}

.header-panel__wrapper {
  float: right;
  margin-left: 1rem;
  text-align: right;
}

.header-panel__link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 0.9375rem;
  background: #f97b6b;
  -webkit-transform: translate(0.9375rem, 0);
          transform: translate(0.9375rem, 0);
}

.header-panel__link_bg-none {
  background: transparent;
}

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

.header-panel__mobile-menu-logo {
  display: none;
}

.header-panel__mobile-menu-link {
  display: inline-block;
  font-size: 0;
}

.header-panel__logo-img {
  width: 107px;
}

.header-panel__mobile-item {
  display: none;
}

.header-panel__mobile-item_offset-top {
  margin-top: 22px;
}

.header-panel__mobile-item_offset-bottom {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .header-panel {
    position: relative;
    display: none;
    width: 72%;
    height: 100vh;
    padding-top: 0;
    padding-left: 13px;
    float: none;
    background: #117e62;
  }
  .header-panel__close-mobile-menu {
    position: absolute;
    top: 1.875rem;
    left: 95vw;
    display: block;
    font-size: 0;
  }
  .header-panel__close-icon {
    display: block;
    width: 1.0625rem;
    height: 1.0625rem;
    fill: #fff;
  }
  .header-panel__mobile-menu-logo {
    display: block;
    padding-top: 30px;
  }
  .header-panel__wrapper {
    margin-top: 30px;
    margin-left: 0;
    float: none;
    width: 100%;
    text-align: left;
  }
  .header-panel__link {
    font-size: 18px;
    padding: 0 0;
    background: transparent;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header-panel__mobile-item {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .header-panel {
    padding-left: 0.96rem;
  }
  .header-panel__close-mobile-menu {
    left: 89vw;
  }
  .header-panel__close-icon {
    width: 1.1rem;
    height: auto;
  }
  .header-panel__mobile-menu-logo {
    padding-top: 1.55rem;
  }
}

@media screen and (max-width: 768px) {
  .language-arabic .header-panel {
    padding-left: 0;
    padding-right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .language-arabic .header-panel__mobile-menu-logo {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .language-arabic .header-panel__wrapper {
    text-align: right;
  }
}

.language-switcher {
  float: right;
}

.language-switcher__list {
  display: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.language-switcher__item {
  margin-right: 0.6875rem;
}

.language-switcher__item:last-child {
  margin-right: 0;
}

.language-switcher__link {
  font-size: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #52d59c;
}

.language-switcher__link_active {
  color: #fff;
  pointer-events: none;
}

.language-switcher__select .select2-container--language-switcher {
  width: 4.8125rem !important;
}

.language-switcher__select .select2-container--language-switcher .select2-selection--single {
  height: 2.1875rem;
  border: 1px solid #52d59c;
  outline: none;
  background: #006E56;
}

.language-switcher__select .select2-container--language-switcher .select2-selection__rendered {
  padding-right: 2.1875rem !important;
  padding-left: 0.9375rem;
  line-height: 2.1875rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
}

.language-switcher__select .select2-container--language-switcher .select2-selection__arrow {
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #52d59c;
}

.language-switcher__select .select2-container--language-switcher.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language-switcher__select .select2-container--language-switcher.select2-container--open .select2-selection--single {
  height: 2.1875rem;
  border-left: 1px solid #52d59c;
  border-top: 1px solid #52d59c;
  border-right: 1px solid #52d59c;
  border-bottom: 1px solid transparent;
}

.select2-container--language-switcher .select2-dropdown {
  background-color: #006E56 !important;
  border-left: 1px solid #52d59c;
  border-bottom: 1px solid #52d59c;
  border-right: 1px solid #52d59c;
  border-radius: 0;
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}

.select2-container--language-switcher .select2-dropdown .select2-results__option {
  font-size: 0.9375rem;
  font-weight: 900;
  color: #52d59c;
  text-transform: uppercase;
  padding: 0.3125rem 0.9375rem;
}

.select2-container--language-switcher .select2-dropdown .select2-results__option[aria-selected="true"] {
  display: none;
}

.select2-container--language-switcher .select2-dropdown .select2-results__option--highlighted {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .language-switcher {
    position: absolute;
    bottom: 40px;
    float: none;
  }
  .language-switcher__item {
    margin-top: 0.875rem;
  }
  .language-switcher__item:first-child {
    margin: 0;
  }
  .language-switcher__link {
    font-size: 18px;
  }
  .language-switcher__list {
    display: block;
  }
  .language-switcher__select {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .language-switcher {
    bottom: 2.55rem;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .language-switcher {
    bottom: 20px;
  }
  .language-switcher__item {
    margin-top: 0;
  }
  .language-switcher__item:first-child {
    margin: 0;
  }
}

@media only screen and (max-width: 700px) and (orientation: landscape) {
  .language-switcher {
    bottom: auto;
    top: 88px;
    left: 18.75rem;
  }
  .language-switcher__item {
    margin-top: 0;
  }
  .language-switcher__item:first-child {
    margin: 0;
  }
  .language-arabic .language-switcher {
    left: auto;
    right: 18.75rem !important;
  }
}

@media screen and (max-width: 768px) {
  .language-arabic .language-switcher {
    right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .language-arabic .language-switcher__list {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .language-arabic .language-switcher__item {
    margin-right: 0;
  }
}

.back-link {
  position: absolute;
  top: 15.5rem;
}

.back-link__item {
  position: relative;
  padding-left: 1.3125rem;
  font-size: 0.9375rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.back-link__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.75rem;
  height: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fde778;
}

.back-link__mobile-icon {
  display: none;
}

@media screen and (max-width: 992px) {
  .back-link {
    top: 15.6rem;
  }
}

@media screen and (max-width: 768px) {
  .back-link {
    top: 2.5rem;
    left: 1.375rem;
  }
  .back-link__item {
    display: block;
    padding-left: 0;
  }
  .back-link__mobile-icon {
    display: block;
    width: 1.4375rem;
    height: 1.375rem;
    fill: #fde778;
  }
  .back-link__text {
    display: none;
  }
  .back-link__icon {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .back-link {
    top: 1.55rem;
    left: 1rem;
  }
  .back-link__mobile-icon {
    width: 1.7rem;
    height: auto;
  }
}

.accordion__item {
  position: relative;
  margin-top: 0.125rem;
  background: #fff;
}

.accordion__item_active .accordion__title {
  color: #57bc90;
}

.accordion__item_active .accordion__opener {
  background: #57bc90;
}

.accordion__item_active .accordion__opener:after {
  top: 6px;
  border-color: #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion__title {
  position: relative;
  z-index: 2;
  padding: 1.9375rem 4.375rem 2.125rem 2.4375rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 900;
  color: #1c3c47;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.accordion__text {
  color: #1c3c47;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.00187rem;
}

.accordion__text:first-child {
  margin-top: 0;
}

.accordion__text:last-child {
  margin-bottom: 0;
}

.accordion__content {
  margin-top: -1rem;
  padding: 0 2.4375rem 2.125rem;
  display: none;
}

.accordion__content img {
  max-width: 100%;
}

.accordion__content a {
	color: #57bc90;
	text-decoration: none;
}

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

.accordion__opener {
  position: absolute;
  right: 1.9375rem;
  top: 1.9375rem;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #57bc90;
}

.accordion__opener:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-right: 0.125rem solid #57bc90;
  border-bottom: 0.125rem solid #57bc90;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 992px) {
  .accordion__title {
    padding: 2.0625rem 4.375rem 2rem 1.875rem;
  }
  .accordion__content {
    padding: 0 1.875rem 2.1875rem;
  }
  .accordion__opener {
    top: 2.0625rem;
  }
  .accordion br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .accordion__title {
    padding: 1.875rem 4.375rem 2.125rem 1.875rem;
    letter-spacing: -0.01rem;
  }
  .accordion__content {
    padding: 0 4.375rem 2.1875rem 1.875rem;
  }
  .accordion__opener {
    top: 1.875rem;
    right: 1.875rem;
  }
  .accordion__text {
    letter-spacing: -0.005rem;
  }
}

@media screen and (max-width: 420px) {
  .accordion__title {
    font-size: 16px;
  }
  .accordion__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .accordion__title {
    padding: 1.7rem 3.6rem 2rem 2rem;
    letter-spacing: 0.1px;
  }
  .accordion__content {
    margin-top: -0.9rem;
    padding: 0 3.6rem 2.1875rem 2rem;
  }
  .accordion__opener {
    top: 1.65rem;
    right: 1.46rem;
  }
  .accordion__text {
    font-size: 1.1rem;
    letter-spacing: -0.016rem;
    line-height: 1.35;
  }
}

.language-arabic .accordion__text {
  text-align: right;
}

.language-arabic .accordion__content {
  text-align: right;
}

.language-arabic .accordion__title {
  text-align: right;
  padding: 1.9375rem  2.4375rem   2.125rem 4.375rem;
}

@media screen and (max-width: 420px) {
  .language-arabic .accordion__title {
    padding: 1.9375rem  2.4375rem   2.125rem 5rem;
  }
}

.language-arabic .accordion__opener {
  right: auto;
  left: 1.9375rem;
}

.video {
  margin-top: 2rem;
}

.video__container {
  position: relative;
  font-size: 0;
  background: #2a3e45;
}

.video__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s, z-index 0.5s;
  transition: opacity 0.5s, z-index 0.5s;
}

.video__img_hide {
  opacity: 0;
  z-index: 0;
}

.video__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__play-icon {
  width: 5.625rem;
  height: 5.625rem;
}

.video__player-wrap {
  width: 74.5rem;
  height: 28.125rem;
}

.video__player-wrap iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.video__default {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .video {
    overflow: hidden;
  }
  .video__img {
    max-width: 127%;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .video__player-wrap {
    width: 100%;
    height: 24rem;
  }
}

@media screen and (max-width: 768px) {
  .video {
    margin-top: 2.125rem;
  }
  .video__player-wrap {
    height: 23.55rem;
  }
  .video__img {
    max-width: 169%;
  }
}

@media screen and (max-width: 320px) {
  .video {
    margin-top: 1.85rem;
  }
  .video__player-wrap {
    height: 10.65rem;
  }
  .video__img {
    top: 50%;
    max-width: 160%;
  }
  .video__play-icon {
    width: 3rem;
    height: auto;
  }
}

.additional-reading {
  margin-top: 2rem;
}

.additional-reading__container {
  margin: -1px;
}

.additional-reading__container:after {
  display: table;
  content: "";
}

.additional-reading__container:after {
  clear: both;
}

.additional-reading__item {
  float: left;
  width: 33.33%;
  background-repeat: no-repeat;
  background-size: cover;
}

.additional-reading__link {
  position: relative;
  display: block;
  padding: 1.875rem 2.4375rem 0 2.4375rem;
  height: 11.0625rem;
  text-decoration: none;
  background-color: rgba(0,0,0,.8);
}

.additional-reading__link:hover {
  background-color: rgba(0,0,0,.6);

}

.additional-reading__title {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.35;
}

.additional-reading__date {
  position: absolute;
  bottom: 2.3125rem;
  display: block;
  padding-left: 1.875rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.additional-reading__date-icon {
  position: absolute;
  left: 0;
  top: 0.0625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  fill: #57bc90;
}

@media screen and (max-width: 992px) {
  .additional-reading__item {
    width: 50%;
  }
  .additional-reading__link {
    height: 9.5rem;
  }
  .additional-reading__title {
    letter-spacing: 0.01rem;
  }
  .additional-reading__title br {
    display: none;
  }
  .additional-reading__date {
    letter-spacing: 0.03rem;
  }
}

@media screen and (max-width: 768px) {
  .additional-reading__title {
    letter-spacing: 0;
    line-height: 1.4;
  }
  .additional-reading__link {
    height: 10.95rem;
  }
}

@media screen and (max-width: 420px) {
  .additional-reading {
    margin-top: 1.17rem;
  }
  .additional-reading__item {
    width: 100%;
  }
  .additional-reading__link {
    height: 15rem;
  }
  .additional-reading__date {
    font-size: 1.9rem;
    padding-left: 2.8rem;
  }
  .additional-reading__date-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .additional-reading__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .additional-reading {
    margin-top: 1.17rem;
  }
  .additional-reading__item {
    width: 100%;
  }
  .additional-reading__item:nth-child(n+4) {
    display: none;
  }
  .additional-reading__link {
    height: 10.1rem;
    padding: 1.5rem 1rem 0 2.1rem;
  }
  .additional-reading__date {
    font-size: 1.05rem;
    bottom: 1.9rem;
    padding-left: 2.1rem;
  }
  .additional-reading__date-icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .additional-reading__title {
    font-size: 1.21rem;
    letter-spacing: -0.5px;
    line-height: 1.24;
  }
}

.language-arabic .additional-reading__title {
  text-align: right;
}

.language-arabic .additional-reading__date {
  right: 2.4375rem;
  padding-left: 0;
  padding-right: 1.875rem;
}

@media screen and (max-width: 420px) {
  .language-arabic .additional-reading__date {
    padding-right: 2.8rem;
  }
}

@media screen and (max-width: 320px) {
  .language-arabic .additional-reading__date {
    padding-right: 2.1rem;
    right: 1rem;
  }
}

.language-arabic .additional-reading__date-icon {
  left: auto;
  right: 0;
}

.banner {
  background: url("../img/assets/banner/digital-bg.png") center center no-repeat;
  background-size: cover;
}

.banner__content {
  position: relative;
  max-width: 77rem;
  padding: 0 1.25rem;
  margin: auto;
}

.banner__content:after {
  display: table;
  content: "";
}

.banner__content:after {
  clear: both;
}

.banner__msg {
  display: block;
  float: left;
  margin-top: 2.5rem;
  margin-bottom: 2.1875rem;
  line-height: 1.17;
}

.banner__text {
  display: inline-block;
  padding-left: 1.0625rem;
  padding-right: 1.125rem;
  padding-top: 0.1875rem;
  color: #111111;
  font-size: 2.1875rem;
  font-weight: 700;
  background: #ffd100;
}

@media screen and (max-width: 768px) {
  .banner__content {
    max-width: 46.4rem;
  }
}

@media screen and (max-width: 320px) {
  .banner__content {
    max-width: 100%;
    padding: 0 1.1rem;
  }
}

.language-arabic .banner {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .language-arabic .banner__msg {
    float: right;
  }
}

.channels {
  float: right;
}

.channels__title {
  display: inline-block;
  margin-right: 0.4375rem;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  vertical-align: middle;
}

.channels__list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.channels__list:after {
  display: table;
  content: "";
}

.channels__list:after {
  clear: both;
}

.channels__item {
  float: left;
  margin-left: 0.3125rem;
}

.channels__link {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #117e62;
  text-indent: -9999px;
  font-size: 0;
  text-decoration: none;
}

.channels__link_twitter {
  background: #29c5f6;
}

.channels__link_facebook {
  background: #6788ce;
}

.channels__link_youtube {
  background: #cc181e;
}

.channels__link_youtube {
  background: #cc181e;
}

.channels__link_google-plus {
  background: #e75c3c;
}

.channels__link_club {
  background: url("../img/assets/channels/club.png") no-repeat;
  background-size: contain;
}

.channels__twitter-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.75rem;
  height: 0.875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.channels__facebook-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.5625rem;
  height: 1.875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.channels__you-tube-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.channels__vkontakte-icon {
  position: absolute;
  left: 48%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.channels__telegram-icon {
  position: absolute;
  left: 48%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.channels__instagram-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.channels__linkedin-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

.channels__google-plus-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.25rem;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .channels {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .channels__item {
    margin-left: 0.18rem;
    margin-right: 0.18rem;
  }
  .channels__link {
    width: 2.8rem;
    height: 2.8rem;
  }
  .channels__you-tube-icon {
    width: 1rem;
    height: auto;
  }
  .channels__google-plus-icon {
    width: 0.85rem;
    height: auto;
  }
}

.share {
  position: fixed;
  top: 28.125rem;
  right: 4.6875rem;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.share__title {
  font-size: 1rem;
  font-weight: 300;
  color: #1c3c47;
}

.share__container {
  margin-top: 1.5625rem;
  text-align: center;
}

.share__item {
  margin-top: 20px;
}

.share__item:first-child {
  margin-top: 0;
}

.share__link {
  display: inline-block;
  font-size: 0;
}

.share__counter {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.4;
  color: #1c3c47;
}

.share__counter_twitter {
  line-height: 1;
}

.share__counter_google-plus {
  line-height: 1;
}

.share__facebook-icon {
  width: 0.75rem;
  height: 1.375rem;
  fill: #6788ce;
}

.share__twitter-icon {
  width: 1.25rem;
  height: 1.875rem;
  fill: #29c5f6;
}

.share__google-plus-icon {
  width: 1.25rem;
  height: 1.9375rem;
  fill: #e75c3c;
}

.share_in-header {
  position: absolute;
  top: 11.125rem;
  z-index: 1;
}

.share_in-header .share__title {
  color: #fff;
}

.share_in-header .share__facebook-icon {
  fill: #fff;
}

.share_in-header .share__twitter-icon {
  fill: #fff;
}

.share_in-header .share__google-plus-icon {
  fill: #fff;
}

.share_in-header .share__counter {
  color: #fde778;
}

.share_after-header-transform {
  position: fixed;
  top: 8.375rem;
  z-index: 0;
}

.share_after-header-transform .share__title {
  color: #1c3c47;
}

.share_after-header-transform .share__facebook-icon {
  fill: #6788ce;
}

.share_after-header-transform .share__twitter-icon {
  fill: #29c5f6;
}

.share_after-header-transform .share__google-plus-icon {
  fill: #e75c3c;
}

.share_after-header-transform .share__counter {
  color: #1c3c47;
}

.share_animate {
  -webkit-animation: shareAnimate 0.5s;
          animation: shareAnimate 0.5s;
}

@media screen and (max-width: 1550px) {
  .share {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 2.8125rem;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
  .share__title {
    text-align: center;
  }
  .share__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .share__item:after {
    display: table;
    content: "";
  }
  .share__item:after {
    clear: both;
  }
  .share__link {
    vertical-align: middle;
    display: inline-block;
  }
  .share__counter {
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.75rem;
    line-height: 0.9375rem;
  }
  .share__facebook-icon {
    height: 1.25rem;
  }
  .share__twitter-icon {
    height: 1.25rem;
  }
  .share__google-plus-icon {
    height: 1.25rem;
  }
  .share_in-header .share__title {
    color: #1c3c47;
  }
  .share_in-header .share__facebook-icon {
    fill: #6788ce;
  }
  .share_in-header .share__twitter-icon {
    fill: #29c5f6;
  }
  .share_in-header .share__google-plus-icon {
    fill: #e75c3c;
  }
  .share_in-header .share__counter {
    color: #1c3c47;
  }
}

@media screen and (max-width: 992px) {
  .share__container {
    margin-top: 1.375rem;
  }
  .share__counter {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .share__title {
    font-size: 1.125rem;
  }
  .share__container {
    margin-top: 1.25rem;
  }
  .share__counter {
    margin-left: 0.4375rem;
  }
}

@media screen and (max-width: 420px) {
  .share__title {
    font-size: 16px;
  }
  .share__counter {
    font-size: 15px;
  }
  .share__facebook-icon {
    height: 1.7rem;
  }
  .share__twitter-icon {
    height: 1.7rem;
  }
  .share__google-plus-icon {
    height: 1.7rem;
  }
}

@media screen and (max-width: 320px) {
  .share__item {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }
  .share__container {
    margin-top: 1.1rem;
  }
  .share__counter {
    margin-left: 0;
    margin-top: 0.6rem;
    display: block;
    font-size: 1.1rem;
  }
  .share__facebook-icon {
    height: 1.4rem;
  }
  .share__twitter-icon {
    height: 1.4rem;
  }
  .share__google-plus-icon {
    height: 1.4rem;
  }
}

@-webkit-keyframes shareAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shareAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popup {
  position: relative;
  background: #117e62;
}

.popup:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 0.6875rem solid transparent;
  border-right: 0.6875rem solid transparent;
  border-top: 0.6875rem solid #117e62;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popup__content {
  position: relative;
  max-width: 77rem;
  padding: 0 1.25rem;
  margin: auto;
}

.popup__close {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  z-index: 1;
  cursor: pointer;
}

.popup__close-icon {
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  fill: #fff;
}

.popup__row_textarea {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.popup__row_successfully {
  padding-top: 2.5625rem;
  padding-bottom: 2.8125rem;
  text-align: center;
}

.popup__row_send-to-email {
  padding-top: 2.5625rem;
  padding-bottom: 0.9375rem;
  text-align: center;
}

.popup__row_email-input {
  margin-top: 1.5625rem;
  margin-bottom: 1.8125rem;
}

.popup__infographics-img {
  width: 100%;
}

.popup__row-label {
  margin: 0.625rem 0rem 0rem;
  text-align: center;
  color: #52d59c;
  font-size: 1.25rem;
  font-weight: 300;
}

.popup_infographics .popup__content {
  max-width: 100%;
  padding: 0;
}

.popup_infographics:after {
  display: none;
}

.popup_ru {
  -webkit-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem);
}

.custom-popup-overlay.mfp-bg {
  z-index: 2;
  background: #1c3c47;
  opacity: 0.9;
}

.custom-popup-overlay.mfp-wrap {
  height: calc(100vh - 7.2rem) !important;
  z-index: 3;
  overflow-x: inherit !important;
  overflow-y: inherit !important;
  top: auto !important;
  position: fixed !important;
}

.custom-popup-overlay .mfp-container {
  padding: 0;
}

.custom-popup-overlay .mfp-content {
  position: absolute;
  left: 0;
  bottom: 0;
}

.custom-popup-overlay.mfp-wrap ~ .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.custom-popup-overlay.mfp-wrap ~ .header {
  z-index: 1;
}

.custom-popup-overlay.mfp-wrap ~ .content {
  z-index: 0;
  position: relative;
}

.full-screen-popup.mfp-bg {
  background: #1c3c47;
}

.full-screen-popup .mfp-container {
  padding: 0;
}

@media screen and (max-width: 992px) {
  .custom-popup-overlay.mfp-wrap {
    height: calc(100vh - 8rem) !important;
  }
  .popup__close {
    right: 1.9rem;
  }
  .popup__row-label {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .custom-popup-overlay.mfp-wrap {
    height: calc(100vh - 15rem) !important;
  }
  .popup__close {
    right: 1.9rem;
  }
}

@media screen and (max-width: 320px) {
  .custom-popup-overlay.mfp-wrap {
    height: calc(100vh - 18.5rem) !important;
  }
  .popup__content {
    max-width: 100%;
    padding: 0 1.1rem;
  }
  .popup__close-icon {
    width: 0.95rem;
    height: auto;
  }
  .popup__close {
    right: 1.1rem;
    top: 1.3rem;
  }
  .popup__row_successfully {
    padding-top: 1.6rem;
    padding-bottom: 1.7rem;
  }
  .popup__row_send-to-email {
    padding-top: 1.6rem;
  }
  .popup__row_email-input {
    margin-top: 1.15rem;
  }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
  body .custom-popup-overlay.mfp-wrap {
    position: absolute !important;
    top: 0 !important;
    height: 19.5rem !important;
  }
  .custom-popup-overlay.mfp-bg {
    height: auto !important;
  }
  .custom-popup-overlay.mfp-wrap ~ .footer {
    position: absolute;
    bottom: auto;
    top: 19.5rem;
  }
  .custom-popup-overlay.mfp-wrap ~ .content {
    display: none;
  }
}

.appreciation {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.8125rem;
  font-size: 0;
  text-align: center;
}

.appreciation__stars {
  display: inline-block;
}

.appreciation__stars:after {
  display: table;
  content: "";
}

.appreciation__stars:after {
  clear: both;
}

.appreciation__item {
  position: relative;
  margin: 0 0.3125rem;
  float: left;
  cursor: pointer;
}

.appreciation__item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.appreciation__item_active .appreciation__star-icon {
  fill: #fde778;
}

.appreciation__star-icon {
  display: block;
  fill: #006e56;
  width: 1.5625rem;
  height: 1.5rem;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.appreciation__value + .error {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #ff5252;
}

@media screen and (max-width: 320px) {
  .appreciation {
    padding-top: 1.5rem;
  }
  .appreciation__item {
    margin: 0 0.47rem;
  }
  .appreciation__value + .error {
    font-size: 1.2rem;
  }
}

.guide {
  margin-top: 2.25rem;
}

.guide__container {
  font-size: 0;
}

.guide__container:after {
  display: table;
  content: "";
}

.guide__container:after {
  clear: both;
}

.guide__wrapper {
  float: left;
}

.guide__wrapper_left {
  width: 50%;
  padding-left: 12%;
  padding-right: 2%;
}

.guide__wrapper_right {
  width: 50%;
  padding-left: 2%;
  padding-right: 12%;
}

.guide__item {
  position: relative;
  display: inline-block;
  padding-left: 3.4375rem;
  vertical-align: top;
}

.guide__icon {
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-size: 0;
}

.guide__icon_cloud {
  left: 0.25rem;
  top: 0.375rem;
}

.guide__cloud-icon {
  fill: #52d59c;
  width: 1.9375rem;
  height: 1.4375rem;
}

.guide__mac {
  fill: #52d59c;
  width: 2rem;
  height: 2rem;
}

.guide__arrow-min-icon {
  position: absolute;
  left: 0.8125rem;
  top: 0.875rem;
  width: 0.5rem;
  height: 0.8125rem;
  fill: #fff;
}

.guide__mac-screen-icon {
  position: absolute;
  left: 0.6875rem;
  top: 0.375rem;
  width: 1.75rem;
  height: 0.8125rem;
  fill: #fff;
}

.guide__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.45;
}

.guide__link {
  color: #fde778;
  text-decoration: none;
}

.guide__link:hover {
	text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .guide {
    margin-top: 2.4375rem;
  }
  .guide__wrapper_left {
    width: 50%;
    padding-left: 7%;
    padding-right: 2%;
  }
  .guide__wrapper_right {
    width: 50%;
    padding-left: 2%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 768px) {
  .guide {
    display: none;
    margin-top: 1.6rem;
  }
  .guide__text br {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .guide__text {
    font-size: 14px;
  }
  .guide__text br {
    display: none !important;
  }
  .guide__wrapper_left {
    width: 100%;
    padding: 0 0;
  }
  .guide__wrapper_right {
    margin-top: 1.15rem;
    width: 100%;
    padding: 0 0;
  }
  .guide__item {
    padding-left: 6.4rem;
  }
  .guide__cloud-icon {
    width: 3.3rem;
    height: auto;
  }
  .guide__arrow-min-icon {
    width: 1.1rem;
    height: auto;
    left: 1.25rem;
    top: 1.7rem;
  }
  .guide__mac {
    width: 3.35rem;
    height: auto;
  }
  .guide__mac-screen-icon {
    width: 3rem;
    height: auto;
    left: 1.75rem;
    top: 0.6rem;
  }
}

@media screen and (max-width: 320px) {
  .guide {
    margin-top: 1.3rem;
  }
  .guide__item {
    padding-left: 5.4rem;
  }
  .guide__text {
    font-size: 1rem;
  }
  .guide__wrapper_left {
    width: 100%;
    padding: 0 0;
  }
  .guide__wrapper_right {
    margin-top: 1.15rem;
    width: 100%;
    padding: 0 0;
  }
  .guide__icon {
    left: 1.3rem;
  }
  .guide__icon_cloud {
    left: 1.3rem;
    top: 0.375rem;
  }
  .guide__cloud-icon {
    width: 2.3rem;
    height: auto;
  }
  .guide__arrow-min-icon {
    width: 0.6rem;
    height: auto;
    left: 0.9rem;
    top: 1rem;
  }
  .guide__mac {
    width: 2.35rem;
    height: auto;
  }
  .guide__mac-screen-icon {
    width: 2rem;
    height: auto;
    left: 0.75rem;
    top: 0.4rem;
  }
}

.language-arabic .guide__item {
  padding-left: 0;
  padding-right: 3.4375rem;
}

@media screen and (max-width: 420px) {
  .language-arabic .guide__item {
    padding-right: 6.4rem;
  }
}

@media screen and (max-width: 320px) {
  .language-arabic .guide__item {
    padding-right: 5.4rem;
  }
}

.language-arabic .guide__text {
  text-align: right;
}

.language-arabic .guide__icon {
  left: auto;
  right: 0;
}

.language-arabic .guide__icon_cloud {
  left: auto;
  right: 0.25rem;
}

.search {
  margin-top: 2.125rem;
}

.search__container {
  position: relative;
}

.search__wrapper {
  margin-right: 11.375rem;
}

.search__input {
  display: block;
  width: 100%;
  height: 4rem;
  border: 0;
  padding: 0 1.5625rem 0 3.0625rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #1c3c47;
  outline: none;
  line-height: 4rem;
  border-radius: 1.875rem 0 0 1.875rem;
  box-shadow: 0.1875rem 0.25rem 0 0 rgba(207, 191, 141, 0.1);
}

.search__input::-webkit-input-placeholder {
  color: #1c3c47;
  font-size: 1rem;
}

.search__input:-moz-placeholder {
  color: #1c3c47;
  font-size: 1rem;
}

.search__input::-moz-placeholder {
  color: #1c3c47;
  font-size: 1rem;
}

.search__input:-ms-input-placeholder {
  color: #1c3c47;
  font-size: 1rem;
}

.search__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.search__input:focus::-moz-placeholder {
  color: transparent;
}

.search__input:focus:-moz-placeholder {
  color: transparent;
}

.search__input:focus:-ms-input-placeholder {
  color: transparent;
}

.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 11.375rem;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  outline: none;
  background: #ff6e5c;
  border-radius: 0 1.875rem 1.875rem 0;
  box-shadow: 0.1875rem 0.25rem 0 0 rgba(255, 110, 92, 0.25);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  text-indent: -0.3125rem;
}

.search__btn:hover {
  background: #f97b6b;
}

.search__icon {
  display: none;
}

@media screen and (max-width: 992px) {
  .search__input {
    padding: 0 1.5625rem 0 2.4rem;
    line-height: normal;
  }
  .search__input::-webkit-input-placeholder {
    letter-spacing: 0.05px;
  }
  .search__input:-moz-placeholder {
    letter-spacing: 0.05px;
  }
  .search__input::-moz-placeholder {
    letter-spacing: 0.05px;
  }
  .search__input:-ms-input-placeholder {
    letter-spacing: 0.05px;
  }
  .search__wrapper {
    margin-right: 13.6rem;
  }
  .search__btn {
    padding-top: 0.25rem;
    width: 13.6rem;
  }
}

@media screen and (max-width: 768px) {
  .search__input {
    padding: 0 1.5625rem 0 2.45rem;
  }
  .search__input::-webkit-input-placeholder {
    letter-spacing: 0;
  }
  .search__input:-moz-placeholder {
    letter-spacing: 0;
  }
  .search__input::-moz-placeholder {
    letter-spacing: 0;
  }
  .search__input:-ms-input-placeholder {
    letter-spacing: 0;
  }
  .search__wrapper {
    margin-right: 10.1rem;
  }
  .search__btn {
    padding-top: 0.25rem;
    width: 10.1rem;
    text-indent: 0;
  }
}

@media screen and (max-width: 420px) {
  .search__input {
    height: 6rem;
    border-radius: 3rem 0 0 3rem;
    font-size: 18px;
  }
  .search__input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search__input:-moz-placeholder {
    font-size: 16px;
  }
  .search__input::-moz-placeholder {
    font-size: 16px;
  }
  .search__input:-ms-input-placeholder {
    font-size: 16px;
  }
  .search__btn {
    padding-top: 0;
    border-radius: 0 3rem 3rem 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 320px) {
  .search {
    margin-top: 1.7rem;
  }
  .search__input {
    height: 4.6rem;
    padding: 0 5rem 0 1.8rem;
    border-radius: 2.5rem 0 0 2.5rem;
  }
  .search__input::-webkit-input-placeholder {
    font-size: 1.15rem;
  }
  .search__input:-moz-placeholder {
    font-size: 1.15rem;
  }
  .search__input::-moz-placeholder {
    font-size: 1.15rem;
  }
  .search__input:-ms-input-placeholder {
    font-size: 1.15rem;
  }
  .search__wrapper {
    margin-right: 2.2rem;
  }
  .search__btn {
    padding-top: 0;
    width: 4.7rem;
    border-radius: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
  .search__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.45rem;
    height: auto;
    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .search__text {
    display: none;
  }
}

.language-arabic .search__input {
  text-align: right;
}

.search-result__label {
  margin: 0;
  font-weight: 900;
  font-size: 1.25rem;
  color: #1c3c47;
  text-align: center;
}

.search-result__label_margin-medium {
  margin-top: 2.5rem;
}

.search-result__quantity {
  color: #57bc90;
}

.search-result__table {
  width: 100%;
  margin-top: 1.5625rem;
}

.search-result__table thead tr {
  display: block;
}

.search-result__table thead tr:after {
  display: table;
  content: "";
}

.search-result__table thead tr:after {
  clear: both;
}

.search-result__table tbody tr {
  position: relative;
  display: block;
  background: #fff;
  border-bottom: 2px solid #f2eee2;
}

.search-result__table tbody tr:after {
  display: table;
  content: "";
}

.search-result__table tbody tr:after {
  clear: both;
}

.search-result__table tbody tr:hover {
  background: #57bc90;
}

.search-result__table tbody tr:hover td:first-child:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  width: 1.25rem;
  height: 100%;
  background: #57bc90;
}

.search-result__table tbody tr:hover td:last-child:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  width: 1.25rem;
  height: 100%;
  background: #57bc90;
}

.search-result__table tbody tr:hover .search-result__name {
  color: #fff;
}

.search-result__table tbody tr:hover .search-result__description {
  color: #fff;
}

.search-result__table tbody tr:hover .search-result__link {
  color: #fde778;
}

.search-result__table tbody tr:hover .btn_download-in-table {
  background: #fff;
  box-shadow: 0.1875rem 0.25rem 0 0 rgba(255, 255, 255, 0.25);
}

.search-result__table tbody tr:hover .btn__download-in-table {
  color: #1c3c47;
}

.search-result__table tbody tr:hover .btn__arrow-bottom-icon {
  fill: #1c3c47;
}

.search-result__table tbody tr:hover .search-result__date {
  color: #fff;
}

.search-result__table tbody tr:hover .search-result__date-icon {
  fill: #fff;
}

.search-result__link:hover {
	text-decoration: underline;
}

.search-result__name {
  margin: 0;
  color: #1c3c47;
  font-size: 1.125rem;
  font-weight: 900;
}

.search-result__description {
  float: left;
  margin: 0.625rem 0 0.75rem;
  width: 30.6875rem;
  color: #1c3c47;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  word-break: break-word;
}

.search-result__description p {
  margin: 0;
}

.search-result__link {
  color: #57bc90;
  text-decoration: none;
}

.search-result__link_bold {
  font-weight: 900;
}

.search-result__date {
  position: relative;
  padding-left: 1.875rem;
  color: #1c3c47;
  font-size: 1rem;
  font-weight: 300;
}

.search-result__date-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  fill: #57bc90;
}

.search-result__name-col, .search-result__description-col, .search-result__date-col {
  display: table-cell;
  float: left;
  background: transparent;
  vertical-align: top;
}

.search-result__name-col {
  width: 25.4%;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  padding-top: 1.9375rem;
  padding-bottom: 1.375rem;
}

.search-result__description-col {
  padding-top: 1.3125rem;
  padding-bottom: 1.375rem;
  width: 55.5%;
}

.search-result__description-col:after {
  display: table;
  content: "";
}

.search-result__description-col:after {
  clear: both;
}

.search-result__date-col {
  padding-top: 2.0625rem;
  padding-left: 2.875rem;
  padding-bottom: 1.375rem;
  width: 19.1%;
}

.search-result__head-name, .search-result__head-description, .search-result__head-date {
  display: block;
  float: left;
  padding-top: 1.6875rem;
  padding-bottom: 1.625rem;
  border-bottom: 2px solid #f2eee2;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: #006e56;
  outline: none;
  pointer-events: none;
}

.search-result__head-name {
  width: 25.4%;
  padding-left: 2.5rem;
}

.search-result__head-description {
  width: 55.5%;
  position: relative;
}

.search-result__head-date {
  padding-left: 2.875rem;
  width: 19.1%;
}

.search-result__footer {
  background: #fff;
  padding: 0 19.1% 0 25.4%;
  font-weight: 300;
  color: #1c3c47;
  font-size: 1.125rem;
  text-align: left;
}

.search-result__footer ul {
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 300;
  color: #1c3c47;
  text-align: left;
}

.search-result__footer a {
  white-space: nowrap;
}

.search-result__msg {
  margin: 0 0 20px 0;
  padding: 2.75rem 0 0 0;
  color: #1c3c47;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: left;
}

.search-result__table-col-name {
  position: relative;
  border-bottom: 1px dashed #59a191;
  cursor: pointer;
  pointer-events: all;
}

.search-result__label-hidden {
  display: none;
}

.search-result .sorting_asc .search-result__table-col-name:after {
  content: '';
  position: absolute;
  right: -1.5625rem;
  top: 0.3125rem;
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #fde778;
}

.search-result .sorting_desc .search-result__table-col-name:after {
  content: '';
  position: absolute;
  right: -1.5625rem;
  top: 0.3125rem;
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #fde778;
}

@media screen and (max-width: 992px) {
  .search-result__head-name, .search-result__head-description, .search-result__head-date {
    padding-top: 1.8rem;
  }
  .search-result__head-name {
    padding-left: 2rem;
    width: 25.7%;
  }
  .search-result__head-date {
    width: 28.2%;
  }
  .search-result__name-col {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .search-result__description-col {
    padding-top: 1.5rem;
    padding-bottom: 2.53rem;
    width: 46.1%;
  }
  .search-result__head-description {
    width: 46.1%;
  }
  .search-result__date-col {
    padding-top: 2.2rem;
    width: 28.5%;
  }
  .search-result__description {
    float: none;
    width: 100%;
    line-height: 1.55;
    margin: 0.5rem 0 0.75rem;
  }
  .search-result__description br {
    display: none;
  }
  .search-result__msg {
    padding: 2.16rem 0 0 0;

  }
  .search-result__table tbody tr:hover {
    background: #fff;
  }
  .search-result__table tbody tr:hover td:first-child:after {
    display: none;
  }
  .search-result__table tbody tr:hover td:first-child:before {
    display: none;
  }
  .search-result__table tbody tr:hover td:last-child:after {
    display: none;
  }
  .search-result__table tbody tr:hover td:last-child:before {
    display: none;
  }
  .search-result__table tbody tr:hover .search-result__name {
    color: #1c3c47;
  }
  .search-result__table tbody tr:hover .search-result__description {
    color: #1c3c47;
  }
  .search-result__table tbody tr:hover .search-result__link {
    color: #57bc90;
  }
  .search-result__table tbody tr:hover .btn_download-in-table {
    background: #ff6e5c;
    box-shadow: 0.1875rem 0.25rem 0 0 #f5cec0;
  }
  .search-result__table tbody tr:hover .btn__download-in-table {
    color: #fff;
  }
  .search-result__table tbody tr:hover .btn__arrow-bottom-icon {
    fill: #fff;
  }
  .search-result__table tbody tr:hover .search-result__date {
    color: #1c3c47;
  }
  .search-result__table tbody tr:hover .search-result__date-icon {
    fill: #57bc90;
  }

  .search-result__footer {
    padding: 0 15% 0 15%;
  }
}

@media screen and (max-width: 768px) {
  .search-result tbody tr {
    border: 0;
  }
  .search-result__head-description {
    display: none;
  }
  .search-result__head-name, .search-result__head-date {
    display: block;
    float: left;
    width: 50%;
    padding-bottom: 1.5rem;
  }
  .search-result__head-name {
    padding-left: 14.7rem;
  }
  .search-result__name-col, .search-result__description-col, .search-result__date-col {
    display: block;
    width: 100%;
  }
  .search-result__name-col {
    border-bottom: 0;
    border-top: 0.125rem solid #f2eee2;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.95rem;
    padding-bottom: 0;
  }
  .search-result__description-col {
    border: 0;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
  .search-result__date-col {
    border: 0;
    padding-left: 0;
    padding-top: 1.1rem;
    padding-bottom: 1.6875rem;
    text-align: center;
  }
  .search-result__name {
    text-align: center;
  }
  .search-result__description {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.6;
    letter-spacing: -0.005rem;
  }
  .search-result__date {
    display: inline-block;
  }
  .search-result__footer {
    border-top: 0.125rem solid #f2eee2;
  }
  .search-result__msg {
    padding: 1.9rem 0 0 0;
  }
  .search-result_ru .search-result__head-name {
    padding-left: 11rem;
  }

  .search-result__footer {
    padding: 0 1.875rem 0 1.875rem;
  }
}

@media screen and (max-width: 420px) {
  .search-result__table-col-name {
    font-size: 13px;
  }
  .search-result__head-name {
    padding-top: 2.6rem;
    padding-bottom: 2.3rem;
    padding-left: 3rem;
  }
  .search-result__head-date {
    padding-top: 2.6rem;
    padding-bottom: 2.3rem;
    padding-left: 4rem;
  }
  .search-result__name {
    font-size: 16px;
  }
  .search-result__description {
    font-size: 15px;
  }
  .search-result__date {
    padding-left: 3rem;
    font-size: 1.8rem;
  }
  .search-result__date-icon {
    width: 1.7rem;
    height: auto;
  }
  .search-result__msg {
    font-size: 16px;
    padding: 1.7rem 0 0 0;
  }

  .search-result__footer {
    font-size: 16px;
  }

  .search-result__footer ul {
    font-size: 14px;
  }

  .search-result__footer ul a {
    white-space: normal; 
  }
  .search-result .sorting_asc .search-result__table-col-name:after {
    content: '';
    position: absolute;
    right: -1.875rem;
    top: 0.5rem;
    width: 0;
    height: 0;
    border-left: 0.6375rem solid transparent;
    border-right: 0.6375rem solid transparent;
    border-top: 0.6375rem solid #fde778;
  }
  .search-result .sorting_desc .search-result__table-col-name:after {
    content: '';
    position: absolute;
    right: -1.875rem;
    top: 0.5rem;
    width: 0;
    height: 0;
    border-left: 0.6375rem solid transparent;
    border-right: 0.6375rem solid transparent;
    border-bottom: 0.6375rem solid #fde778;
  }
  .search-result_ru .search-result__head-name {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 400px) {
  .search-result_ru .search-result__head-name {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .search-result__table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-result__head-name, .search-result__head-date {
    padding-top: 1.65rem;
    padding-bottom: 1.5rem;
  }
  .search-result__head-name {
    padding-left: 2rem;
  }
  .search-result__head-date {
    padding-left: 2rem;
  }
  .search-result__table-col-name {
    padding-bottom: 0.15rem;
  }
  .search-result__name-col {
    padding-top: 1.75rem;
  }
  .search-result__date-col {
    padding-top: 1.3rem;
    padding-bottom: 1.8rem;
  }
  .search-result__description-col {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
  }
  .search-result__description {
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.4;
  }
  .search-result__date {
    padding-left: 2rem;
    font-size: 1.1rem;
  }
  .search-result__date-icon {
    left: 0.3rem;
    width: 1.05rem;
    height: auto;
  }
  .search-result__msg {
    padding: 1.7rem 3.4rem 2rem;
  }
  .search-result__table {
    margin-top: 1rem;
  }
  .search-result__label_margin-medium {
    margin-top: 2.4rem;
  }
  .search-result .sorting_asc .search-result__table-col-name:after {
    content: '';
    position: absolute;
    right: -1.5625rem;
    top: 0.3125rem;
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-top: 0.375rem solid #fde778;
  }
  .search-result .sorting_desc .search-result__table-col-name:after {
    content: '';
    position: absolute;
    right: -1.5625rem;
    top: 0.3125rem;
    width: 0;
    height: 0;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
    border-bottom: 0.375rem solid #fde778;
  }
  .search-result_ru .search-result__head-name {
    padding-left: 1rem;
    width: 57%;
  }
  .search-result_ru .search-result__head-date {
    padding-left: 0;
    width: 43%;
  }
}

.searched-result-hidden {
  display: none;
}

.language-arabic .search-result__table thead tr th {
  text-align: right;
}

.language-arabic .search-result__head-name {
  padding-left: 0;
  padding-right: 2.5rem;
}

@media screen and (max-width: 992px) {
  .language-arabic .search-result__head-name {
    padding-right: 2rem;
  }
}

.language-arabic .search-result__head-date {
  padding-left: 0;
  padding-right: 2.875rem;
}

@media screen and (max-width: 768px) {
  .language-arabic .search-result__head-date {
    text-align: left !important;
    padding-left: 2.875rem;
  }
}

@media screen and (max-width: 320px) {
  .language-arabic .search-result__head-date {
    padding-left: 0;
  }
}

.language-arabic .search-result__name-col {
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 992px) {
  .language-arabic .search-result__name-col {
    padding-right: 2rem;
  }
}

.language-arabic .search-result__date-col {
  padding-left: 0;
  padding-right: 2.875rem;
}

.language-arabic .search-result__name {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .language-arabic .search-result__name {
    text-align: center;
  }
}

.language-arabic .search-result__description {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .language-arabic .search-result__description {
    text-align: center;
  }
}

.language-arabic .search-result__date {
  text-align: right;
  padding-left: 0;
  padding-right: 1.875rem;
}

.language-arabic .search-result__date-icon {
  left: auto;
  right: 0;
}

.language-arabic .search-result .sorting_asc .search-result__table-col-name:after {
  right: auto;
  left: -1.5625rem;
}

.language-arabic .search-result .sorting_desc .search-result__table-col-name:after {
  right: auto;
  left: -1.5625rem;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-menu {
    position: absolute;
    right: 1.3125rem;
    top: 2.5625rem;
    display: block;
    font-size: 0;
    outline: none;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .mobile-menu__icon {
    fill: #fff;
    width: 1.5625rem;
    height: 1.1875rem;
  }
}

@media screen and (max-width: 420px) {
  .mobile-menu__icon {
    width: 2.4rem;
    height: auto;
  }
}

@media screen and (max-width: 320px) {
  .mobile-menu {
    top: 1.67rem;
    right: 1rem;
  }
  .mobile-menu__icon {
    width: 1.8rem;
    height: auto;
  }
}

.mobile-menu-popup.mfp-bg {
  z-index: 3;
  background: #1c3c47;
  opacity: 0.9;
}

.mobile-menu-popup .header-panel {
  display: block;
}

.mobile-menu-popup.mfp-wrap {
  top: auto !important;
  position: fixed !important;
}

.mobile-menu-popup.mfp-wrap ~ .header .mobile-menu {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.mobile-menu-popup.mfp-wrap .mfp-container {
  padding: 0 0;
}

.infographics {
  position: relative;
  margin-top: 2.625rem;
}

.infographics__wrapper {
  position: relative;
  font-size: 0;
}

.infographics__img-min, .infographics__img-full {
	cursor: pointer;
}

.infographics__img-full {
  display: none;
  max-width: 100%;
  margin: auto;
}

.infographics__img-min {
  max-width: 100%;
  margin: auto;
}

.infographics_open .infographics__img-min {
  display: none;
}

.infographics_open .infographics__img-full {
  display: block;
}

.quick-links {
  margin-top: 0.3125rem;
  font-size: 0;
}

.quick-links__item {
  position: relative;
  display: inline-block;
  margin-right: 1.875rem;
}

.quick-links__item:after {
  position: absolute;
  top: 0;
  right: -1rem;
  content: '|';
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
}

.quick-links__item:last-child {
  margin-right: 0;
}

.quick-links__item:last-child:after {
  display: none;
}

.quick-links__link {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}

.quick-links__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .quick-links__item {
    display: block;
  }
  .quick-links__item:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .quick-links {
    text-align: center;
  }
  .quick-links__item {
    display: inline-block;
  }
  .quick-links__item:after {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .quick-links__item {
    display: block;
    margin-right: 0;
  }
  .quick-links__item:after {
    display: none;
  }
}

.header-banner {
  background-color: #ff6e5c;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0.9375rem 0.625rem 1rem;
}

.header-banner a {
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header-banner a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 480px) {
  .header-banner a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) {
  .header-banner a {
    font-size: 1rem;
  }
}

/* Additional style files. */

