*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #090a19;
  background-color: #ffffff;
  font: 400 16px/1.75 "Work Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;

  -ms-flex-direction: column;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.ru-RU {
  font-family: Helvetica,arial sans-serif;
}
.body_overflow_hidden {
  overflow: hidden;
}
.body__content {
  overflow: hidden;

  -ms-flex-positive: 1;
  flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
main,
li {
  display: block;
}
strong {
  font-weight: 500;
}
a,
button {
  color: inherit;
}
a {
  transition: color 0.25s;
  text-decoration: none;
  color: inherit;
}
button {
  overflow: visible;
  cursor: pointer;
  transition: 0.25s;
  letter-spacing: inherit;
  border: 0;
  background: none;

  -webkit-font-smoothing: inherit;
}
:-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #090a19;
  font-size: inherit;
  font-weight: 400;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
p:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.25;
}
h2,
.h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.25;
}
h3,
.h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.17;
}
h4,
.h4 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.17;
}
h5,
.h5 {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.1875;
}
h6,
.h6 {
  margin-bottom: 10px;
  color: #a0aac3;
  font-size: 1rem;
  line-height: 1.1875;
}
p {
  margin-top: 0;
  margin-bottom: 1.143em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 1.5em;
  }
}
.section p a,
.section li a {
  color: #2fa6f8;
  font-weight: 500;
}
.section p a:hover,
.section li a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.text-lg {
  font-size: 1rem;
  line-height: 1.5;
}
.text-lg p {
  margin-bottom: 1.5em;
}
.text_sm {
  font-size: 0.75rem;
  line-height: 1.33;
}
figure {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 3rem;
    line-height: 1.1875;
  }
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 1.25;
  }
  h3,
  .h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.25;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.17;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
    line-height: 1.1875;
  }
  .text-lg {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .text-lg p {
    margin-bottom: 1.5em;
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}

/* Header */
.header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100vw;
  padding: 0;
  transition: background 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.header a {
  color: inherit;
}
.header_scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}
.header__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  max-width: 1170px;
  height: 60px;
  margin: 0 auto;
  padding: 0 30px;
  transition: 0.3s;
  color: #ffffff;

  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header_scrolled .header__wrapper {
  height: 60px;
  color: #090a19;
}
.header__logo {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1 1 0;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

[dir=rtl] .header__logo {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.header__menu {
  display: none;
}

[dir=rtl] .header__menu {
  padding-right: 40px;
}
.header__auth-menu {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1 1 0;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.header__progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  color: #2fa6f8;
  border: none;
  background-color: #ffffff;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header__progress:not([value]),
.header__progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header__progress[value]:-webkit-progress-bar {
  background: #ffffff;
}
.header__progress[value]:-webkit-progress-value {
  background-color: #2fa6f8;
}
.header__progress:-moz-progress-bar {
  background-color: #2fa6f8;
}
.logo {
  position: relative;
}
.logo__link {
  display: block;
  float: left;
  overflow: hidden;
  width: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.84;
  pointer-events: none;
  cursor: default;
}
[dir=rtl] .logo__link {
  float: right;
}
.logo__link img,
.logo__link svg {
  float: left;
}
[dir=rtl] .logo__link img,
[dir=rtl] .logo__link svg {
  float: right;
}
.logo__img {
  width: 156px;
  height: 35px;

  fill: #ffffff;
}
.header_scrolled .logo__img {
  fill: #090a19;
}
.logo__text {
  display: none;
}
.menu {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  text-indent: 0;
  font-weight: 500;
}
.menu__item {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  font-size: 1rem;
}

[dir=rtl] .menu__item {
  margin-right: 0;
  margin-left: 20px;
}
.menu__item:last-child {
  margin-right: 0;
}

[dir=rtl] .menu__item:last-child {
  margin-right: inherit;
  margin-left: 0;
}
.menu__item:focus .menu__link,
.menu__item:hover .menu__link {
  color: #a0aac3;
}
.header_scrolled .menu__item:focus .menu__link,
.header_scrolled .menu__item:hover .menu__link {
  color: #4f555f;
}
.menu__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 150px;
  height: 100%;
  padding: 5px 0;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}
.auth-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  text-indent: 0;
  font-weight: 500;

  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.auth-menu__item {
  display: inline-block;
  transition: -webkit-transform 0.5s ease-out;
  transition:         transform 0.5s ease-out;
  transition:         transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  white-space: nowrap;
}
.auth-menu__item span {
  text-transform: capitalize;
}
.auth-menu__item:last-child {
  display: inline-block;
  margin-right: -12px;
}
.auth-menu__item_sign-in {
  display: none;
}
.auth-menu__item_sign-in:focus,
.auth-menu__item_sign-in:hover,
.auth-menu__lang:focus,
.auth-menu__lang:focus:after,
.auth-menu__lang:hover,
.auth-menu__lang:hover:after {
  color: #a0aac3;
}
.header_scrolled .auth-menu__item_sign-in:focus,
.header_scrolled .auth-menu__item_sign-in:hover,
.header_scrolled .auth-menu__lang:focus,
.header_scrolled .auth-menu__lang:focus:after,
.header_scrolled .auth-menu__lang:hover,
.header_scrolled .auth-menu__lang:hover:after {
  color: #4f555f;
}
.auth-menu__item_sign-in a {
  white-space: nowrap;
}
.auth-menu__item_get-hotspot {
  margin-right: 24px;
  transition: -webkit-transform 0.5s ease-out;
  transition:         transform 0.5s ease-out;
  transition:         transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
  color: #2fadf8;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.142;
}
.auth-menu__item_get-hotspot_active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.auth-menu__item_get-hotspot a {
  display: inline-block;
  padding: 0 10px;
  transition: 0.2s;
  white-space: nowrap;
  color: #2fa6f8;
  border: 2px solid #2fadf8;
  border-radius: 6px;
  line-height: 36px;
}
.auth-menu__item_get-hotspot a:focus,
.auth-menu__item_get-hotspot a:hover {
  color: #ffffff;
  background: #2fadf8;
}
.auth-menu__lang {
  position: relative;
  display: block;
  margin-right: 28px;
  padding-right: 10px;
  cursor: pointer;
}

[dir=rtl] .auth-menu__lang {
  margin-left: 24px;
}
.auth-menu__lang:after {
  position: absolute;
  top: 11px;
  right: -5px;
  display: block;
  width: 0;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}
.auth-menu__button {
  position: relative;
  top: 1px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
}
.auth-menu__button:focus .auth-menu__button-icon,
.auth-menu__button:hover .auth-menu__button-icon {
  outline: none;

  fill: #4f555f;
}
.auth-menu__button-icon {
  position: relative;
  bottom: -1px;
  left: -2px;
  width: 20px;
  height: 17px;

  fill: #ffffff;
}
.header_scrolled .auth-menu__button-icon {
  fill: #090a19;
}
.lang-panel {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  display: none;
  max-width: 460px;
  padding: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 6px;
  background-color: #ffffff;
}
.lang-panel__header {
  display: block;
  margin: 0 0 32px;
  color: #090a19;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.lang-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;

  -webkit-columns: 3;
  columns: 3;
}
.lang-panel__list--mobile {
  position: absolute;
  bottom: -200px;
  left: 50%;
  width: 320px;
  height: 170px;
  margin: 0;
  padding: 10px 5px;
  transition: top 1s ease-out 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
}
.lang-panel__item {
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
}
.lang-panel__item a {
  color: #2fa6f8;
  font-weight: 500;
}
.lang-panel__item--mobile {
  width: 90px;
  margin: auto;
}
.lang-panel__item--mobile a {
  color: #2fadf8;
}
.lang-panel__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}

[dir=rtl] .lang-panel__close {
  right: auto;
  left: 25px;
}
.lang-panel__close:focus,
.lang-panel__close:hover {
  opacity: 1;
}
.lang-panel__close:after,
.lang-panel__close:before {
  position: relative;
  top: -1px;
  right: -10px;
  display: block;
  width: 2px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #c1c4cb;
}

[dir=rtl] .lang-panel__close:before {
  top: -1px;
  right: auto;
  left: -10px;
}
.lang-panel__close:after {
  top: -21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[dir=rtl] .lang-panel__close:after {
  top: -21px;
  right: auto;
  left: -10px;
}
.lang-panel--show {
  display: block;
}
.substrate {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width:768px) {
  .logo__link {
    width: auto;
  }
  [dir=rtl] .logo__link img,
  [dir=rtl] .logo__link svg {
    float: right;
  }
  .logo__text {
    display: inline;
  }
}

@media (min-width:1024px) {
  .header__wrapper {
    height: 100px;
  }
  .header_scrolled .header__wrapper {
    height: 60px;
  }
  .header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1 0;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .menu__item {
    margin-right: 23px;
  }
  .auth-menu__item:last-child {
    display: none;
  }
  .auth-menu__item_sign-in {
    display: inline-block;
  }
  .auth-menu__item_get-hotspot a {
    overflow: hidden;
    max-width: 220px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width:767px) {
  .header__logo {
    margin-top: -1px;
    margin-left: 2px;
  }
  .logo__img {
    width: 108px;
    height: 25px;
  }
  .auth-menu__item_get-hotspot {
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .auth-menu__item_get-hotspot a {
    padding: 0 16px;
  }
  .auth-menu__lang {
    display: none;
  }
  .auth-menu__lang--mobile {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: block;
    height: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: capitalize;
  }
  .auth-menu__button {
    top: 0;
    right: -9px;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .header__logo {
    margin: 0;
  }
  .auth-menu__lang {
    display: none;
  }
}

@media (max-width:374px) {
  .auth-menu__item {
    margin-right: 10px;
  }
  .auth-menu__item_get-hotspot {
    margin: 0;
    font-size: 14px;
  }
  .auth-menu__item_get-hotspot a {
    padding: 0 10px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 33px 30px 40px 43px;
  transition: -webkit-transform 0.25s ease-in;
  transition:         transform 0.25s ease-in;
  transition:         transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.95);

  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

[dir=rtl] .sidebar {
  right: 100%;
  left: auto;
}
.sidebar_active {
  transition: -webkit-transform 0.25s ease-out;
  transition:         transform 0.25s ease-out;
  transition:         transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

[dir=rtl] .sidebar_active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.sidebar__content:after,
.sidebar__content:before {
  display: table;
  content: "";
}
.sidebar__content:after {
  clear: both;
}
.sidebar__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.sidebar__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.sidebar__lang-wrapper {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-51%);
}
.sidebar__lang-wrapper:after {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 5px;
  content: "";
  border: 5px solid #ffffff;
  border-right-color: transparent;
  border-bottom: 0;
  border-left-color: transparent;
}
.sidebar__lang-wrapper select {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  text-transform: capitalize;
  color: #ffffff;
  border: none;
  background: none;
  font: 1rem/1.5 "Work Sans",sans-serif;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sidebar__lang {
  text-transform: capitalize;
}
.sidebar__close {
  position: relative;
  top: -14px;
  right: calc(-100% + 31px);
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.5;
}

[dir=rtl] .sidebar__close {
  top: -15px;
  right: calc(100% + -35px);
}
.sidebar__close:focus,
.sidebar__close:hover {
  opacity: 1;
}
.sidebar .logo {
  position: absolute;
  top: 23px;
  left: 31px;
  overflow: hidden;
  width: 22px;
}

[dir=rtl] .sidebar .logo {
  top: 25px;
  right: 30px;
  left: unset;
}

[dir=rtl] .sidebar .logo__img {
  float: left;
}
.sidebar-menu {
  margin: auto;
  padding: 0 0 20px;
  list-style: none;
}
.sidebar-menu__item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 40px;
}
.sidebar-menu__item:focus,
.sidebar-menu__item:hover {
  color: #a0aac3;
}
.sidebar-menu a {
  color: #ffffff;
  font-weight: 400;
}
.sidebar-menu .auth-menu__lang {
  display: block;
}
.sidebar-close {
  cursor: pointer;
}
.sidebar-close:focus .sidebar-close__icon,
.sidebar-close:hover .sidebar-close__icon {
  fill: #ffffff;
}
.sidebar-close__button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: 0 0;
}
.sidebar-close__icon {
  width: 18px;
  height: 18px;
  transition: fill 0.2s ease-out;

  fill: #a0aac3;
}

@media (min-width:768px) {
  .sidebar {
    max-width: 364px;
  }
  .sidebar .logo__img {
    width: 108px;
    height: 25px;
  }
}
@media (min-width:1024px) {
  .sidebar {
    padding-top: 33px;
  }
  .sidebar__close {
    top: -15px;
  }
  .sidebar .logo__img {
    width: 121px;
    height: 35px;
  }
  .sidebar .logo {
    top: 20px;
    width: 30px;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .sidebar__close {
    top: -13px;
    right: calc(-100% + 30px);
  }
  .sidebar .logo {
    top: 24px;
    left: 31px;
  }
}

@media (max-width:767px) and (orientation:landscape) {
  .sidebar__content {
    margin-bottom: 0;
  }
}

/* Button */
.btn {
  display: inline-block;
  min-width: 200px;
  padding: 10px 14px;
  transition: all 0.35s ease-out;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid;
  border-radius: 6px;
  background: none;
  font: 500 0.875rem/1.1875 "Work Sans",sans-serif;
}
.btn_xs {
  padding: 4px 10px 6px;
}
@media (min-width: 1024px) {
  .btn {
    width: auto;
    max-width: none;
    padding: 18px 22px 19px;
    font-size: 1rem;
  }
  .btn_sm {
    padding: 10px 14px;
    font-size: 0.875rem;
  }
  .btn_xs {
    padding: 4px 10px 6px;
    font-size: 0.875rem;
  }
}
.btn_bg_blue {
  border-color: #2fa6f8;
  background: #2fa6f8;
}
.btn_bg_blue:hover,
.btn_bg_blue:focus {
  border-color: #0a94f3;
  background-color: #0a94f3;
}
.btn_bg_blue_invert {
  color: #2fa6f8;
  border-color: #2fa6f8;
}
.btn_bg_blue_invert:hover,
.btn_bg_blue_invert:focus {
  color: #ffffff;
  border-color: #0a94f3;
  background-color: #0a94f3;
}
.btn_bg_green {
  border-color: #44d5ad;
  background-color: #44d5ad;
}
.btn_bg_green:hover,
.btn_bg_green:focus {
  border-color: #38c59e;
  background-color: #38c59e;
}
.btn_bg_red {
  border-color: #f65260;
  background-color: #f65260;
}
.btn_bg_red:hover,
.btn_bg_red:focus {
  border-color: #dc4a57;
  background-color: #dc4a57;
}

/* Section */
.section {
  /*font-size: 0.875rem;
  line-height: 1.143;*/
  padding-top: 60px;
  padding-bottom: 60px;
  color: #4f555f;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.section_border-bottom {
  position: relative;
  padding-bottom: 61px;
}
.section_border-bottom:after {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 1px;
  content: "";
  background-color: #e2e5e9;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section_border-bottom:after {
    right: auto;
    left: 50%;
    width: 568px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1170px) {
  .section_border-bottom:after {
    right: auto;
    left: 50%;
    width: 1110px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .section_border-bottom {
    padding-bottom: 81px;
  }
}
.section_bg-img {
  background-position: 50% 50%;
  background-size: cover;
}
.section_bg-img_blue-1 {
  background-image: url(/imgs/bg/blue-bg-1@2x.png);
}
.section_bg-img_blue-2 {
  background-image: url(/imgs/bg/blue-bg-2@2x.png);
}
.section_bg-img_pink-1 {
  background-image: url(/imgs/bg/pink-bg-sm@2x.png);
}
@media (min-width: 768px) {
  .section_bg-img_pink-1 {
    background-image: url(/imgs/bg/pink-bg@2x.png);
  }
}
.section__wrapper {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.section__wrapper_lg {
  max-width: 722px;
}
.section__wrapper_md,
.section__wrapper_sm {
  max-width: 628px;
}
@media (min-width: 1024px) {
  .section__wrapper_lg {
    max-width: 1170px;
  }
  .section__wrapper_md {
    max-width: 970px;
  }
  .section__wrapper_sm {
    max-width: 790px;
  }
}
.section__header {
  text-align: center;
}
.section__header:last-child {
  margin-bottom: 0;
}
.section__header {
  margin-bottom: 20px;
}
.section__header_dm {
  margin-bottom: 40px;
}
.section__header-img {
  display: block;
  width: 100%;
  max-width: 235px;
  margin: 0 auto 20px;
}
.section__header-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .section__header-img {
    width: auto;
    max-width: 208px;
  }
}
.section__title {
  max-width: 368px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .section__header-img {
    width: auto;
    max-width: 336px;
  }
  .section__title {
    max-width: none;
  }
}
.section__action {
  margin-top: 30px;
  text-align: center;
}

/* List */
.list {
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
.list li {
  position: relative;
  text-align: left;
}
[dir="rtl"] .list li {
  text-align: right;
}
.list a {
  color: #2fa6f8;
  font-weight: 500;
}
.list a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.list_ul li {
  margin-bottom: 10px;
  padding-left: 34px;
}
[dir="rtl"] .list_ul li {
  padding-right: 34px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .list_ul li {
    margin-bottom: 6px;
  }
}
.list_ul li:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 15px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.339 1.525L8.025 12.84 1.661 6.475' stroke='%232FA6F8' stroke-width='3' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
[dir="rtl"] .list_ul li:before {
  right: 0;
  left: auto;
}
@media (min-width: 1024px) {
  .list_ul li:before {
    top: 0;
  }
}

/* Hero */
.hero {
  padding-top: 87px;
  padding-bottom: 59px;
  text-align: center;
  color: #ffffff;
  background: #000000 url(../img/bg-header@2x.jpg) 50% 0 no-repeat;
  background-size: auto 100%;
}
.hero__left {
  max-width: 315px;
  margin: 50px auto 0;
}
.hero__title {
  color: inherit;
}
@media (max-width:768px) {
  .hero--fix-chat .hero__title { font-size: 24px; margin-bottom:0; }
  .hero--fix-chat .hero__action { margin-top: 20px; }
  .hero--fix-chat .hero__left { margin: 40px auto 0;}
  .hero--fix-chat .btn {padding: 18px 30px 19px;}
}
.hero__action {
  margin-top: 40px;
  margin-bottom: 20px;
}
.hero .btn {
  min-width: 260px;
}
.hero__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  font-size: 1rem;
  line-height: 1.5;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__quote-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hero__quote-logo {
  display: block;
  margin-left:12px;
  margin-right:12px;
}
.hero__price {
  position: relative;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.hero__price-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hero__price-badge {
  position: absolute;
  bottom: -27px;
  left: 38px;
  width: 60px;
  height: 60px;
}
@media (max-width:761px) {
  .hero__quote {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width:768px) {
  .hero {
    padding-top: 109px;
    padding-bottom: 92px;
    text-align: left;
  }
  [dir="rtl"] .hero {
    text-align: right;
  }
  .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero__left {
    margin: 0;

    flex: 0 0 47.6%;
  }
  .hero .btn {
    min-width: 240px;
  }
}
@media (min-width:1024px) {
  .hero__wrapper {
    min-height: 399px;
  }
  .hero__left {
    max-width: 540px;

    flex: 0 0 48.74%;
  }
  .hero .btn {
    min-width: 260px;
  }
  .hero__right {
    max-width: 427px;

    flex: 0 0 427px;
  }
  .hero__price {
    width: auto;
  }
  .hero__price-badge {
    bottom: -40px;
    left: 66px;
    width: 100px;
    height: 100px;
  }
}
@media (min-width:2000px) {
  .hero__wrapper {
    min-height: 499px;
  }
}

/* Partners */
.rl_partners {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
}
.rl_partners-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  max-width: 192px;
  height: 100px;
  transition: 0.3s;
  border-bottom: solid 4px #ffffff;
  pointer-events: none;
  cursor: default;
}

@media (min-width: 576px) {
  .rl_partners-item {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .rl_partners-item {
    width: 12.5%;
    max-width: 180px;
    height: 150px;
  }
}
.rl_partners-item:hover {
  border-bottom-color: #2fa6f8;
}
.rl_partners-item:focus {
  border-bottom-color: #ffffff;
}
.rl_partners-item:before,
.rl_partners-item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 63px;
  content: "";
  transform: translate(-50%, -50%);
  background: url("/imgs/big-name-logos.png?v=015");
  background-size: 737px 126px;
}
.rl_partners-item:after {
  transition: 0.3s;
  opacity: 0;
}
.rl_partners-item:hover:after {
  opacity: 1;
}
.rl_partners-item:focus:after {
  opacity: 0;
}
.rl_partners-ico-pcworld {
  min-width: 79px;
}
.rl_partners-ico-pcworld:before,
.rl_partners-ico-pcworld:after {
  width: 79px;
  background-position-x: 0;
}
.rl_partners-ico-forbes {
  min-width: 90px;
}
.rl_partners-ico-forbes:before,
.rl_partners-ico-forbes:after {
  width: 90px;
  background-position-x: -90px;
}
.rl_partners-ico-businessinsider {
  min-width: 84px;
}
.rl_partners-ico-businessinsider:before,
.rl_partners-ico-businessinsider:after {
  width: 84px;
  background-position-x: -188px;
}
.rl_partners-ico-zdnet {
  min-width: 78px;
}
.rl_partners-ico-zdnet:before,
.rl_partners-ico-zdnet:after {
  width: 78px;
  background-position-x: -282px;
}
.rl_partners-ico-nbc {
  min-width: 51px;
}
.rl_partners-ico-nbc:before,
.rl_partners-ico-nbc:after {
  width: 51px;
  background-position-x: -365px;
}
.rl_partners-ico-abc {
  min-width: 52px;
}
.rl_partners-ico-abc:before,
.rl_partners-ico-abc:after {
  width: 52px;
  background-position-x: -420px;
}
.rl_partners-ico-fox {
  min-width: 68px;
}
.rl_partners-ico-fox:before,
.rl_partners-ico-fox:after {
  width: 68px;
  background-position-x: -478px;
}
.rl_partners-ico-nyt {
  min-width: 40px;
}
.rl_partners-ico-nyt:before,
.rl_partners-ico-nyt:after {
  width: 40px;
  background-position-x: -548px;
}
.rl_partners-ico-fastcompany {
  min-width: 122px;
}
.rl_partners-ico-fastcompany:before,
.rl_partners-ico-fastcompany:after {
  width: 122px;
  background-position-x: -599px;
}
.rl_partners-ico-pcworld:after,
.rl_partners-ico-forbes:after,
.rl_partners-ico-businessinsider:after,
.rl_partners-ico-zdnet:after,
.rl_partners-ico-nbc:after,
.rl_partners-ico-abc:after,
.rl_partners-ico-fox:after,
.rl_partners-ico-fastcompany:after,
.rl_partners-ico-nyt:after {
  background-position-y: -63px;
}
.rl_partners-item-title:after {
  display: none;
}

/* Sites List */
.sites-list {
  text-align: center;
  font-size: 0;
}
.sites-list__item {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 66px;
  margin: 4px;
  vertical-align: top;
  border-radius: 200px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.04);
  font-size: 16px;
}
.sites-list__item-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 40px;
  max-height: 15px;
  margin: auto;
}
.sites-list__item_colored {
  box-shadow: none;
}
.sites-list__item_black {
  background-color: #000000;
}
.sites-list__item_apple-music {
  background-color: #343433;
}
.sites-list__item_bbc-sport {
  background-color: #feff29;
}
.sites-list__item_cnn {
  background-color: #ec1c2e;
}
.sites-list__item_dropbox {
  background-color: #007ee5;
}
.sites-list__item_ea {
  background-color: #242525;
}
.sites-list__item_espn {
  background-color: #cc0000;
}
.sites-list__item_facebook {
  background-color: #3b5998;
}
.sites-list__item_hulu {
  background-color: #7cb74f;
}
.sites-list__item_netflix {
  background-color: #d81f26;
}
.sites-list__item_pinterest {
  background-color: #bd081c;
}
.sites-list__item_skype {
  background-color: #24baf2;
}
.sites-list__item_snapchat {
  background-color: #fffc00;
}
.sites-list__item_spotify {
  background-color: #1ed760;
}
.sites-list__item_supercell {
  background-color: #100f0d;
}
.sites-list__item_tumblr {
  background-color: #35465c;
}
.sites-list__item_twitter {
  background-color: #1da1f2;
}
.sites-list__item_vimeo {
  background-color: #1ab7ea;
}
.sites-list__item_whatsapp {
  background-color: #44d97c;
}
@media (min-width:1024px) {
  .sites-list__item {
    width: 120px;
    height: 120px;
    margin: 8px;
  }
  .sites-list__item-icon {
    max-width: 80px;
    max-height: none;
  }
}

/* Access */
.access {
  overflow: hidden;
  text-align: center;
}
.access__list {
  overflow: hidden;
  height: 225px;
  margin: 40px -37px 0;
}
.access .btn {
  min-width: 240px;
}
@media (min-width:768px) {
  .access__list {
    width: 1170px;
    height: auto;
    margin-right: 0;
    margin-left: -66px;
  }
  [dir="rtl"] .access__list {
    margin-right: -66px;
    margin-left: 0;
  }
}
@media (min-width:1024px) {
  .access__list {
    width: 2160px;
    margin-left: -120px;
  }
  [dir="rtl"] .access__list {
    margin-right: -120px;
    margin-left: 0;
  }
}
@media (min-width:1925px) {
  .access__list {
    width: auto;
    margin-right: -60px;
    margin-left: -60px;
    white-space: nowrap;
  }
  [dir="rtl"] .access__list {
    margin-right: -60px;
    margin-left: -60px;
  }
}

/* Benefits */
.benefits__list {
  margin: 80px 0 -40px;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.benefits__item {
  margin-bottom: 40px;
  text-align: center;
}
.benefits__img-placeholder {
  margin-bottom: 20px;
}
.benefits__img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.benefits__content {
  font-size: 0.875rem;
  line-height: 1.143;
}
@media (min-width: 768px) {
  .benefits__wrapper {
    padding-right: 53px;
    padding-left: 53px;
  }
  .benefits__list {
    margin-top: 60px;
  }
  .benefits__item {
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    text-align: left;

    -ms-flex-align: center;
    align-items: center;
  }
  .benefits__item:nth-child(even) {
    flex-direction: row-reverse;

    -ms-flex-direction: row-reverse;
  }
  .benefits__img-placeholder {
    max-width: 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .benefits__img {
    max-width: 208px;
    margin-right: auto;
    margin-left: auto;
  }
  .benefits__content {
    max-width: 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.1875;

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .benefits__item {
    margin-right: -15px;
    margin-left: -15px;
  }
  .benefits__img-placeholder {
    padding-right: 15px;
    padding-left: 15px;
  }
  .benefits__img {
    max-width: 350px;
  }
  .benefits__content {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

/* Privileges */
.privileges__wrapper {
  text-align: center;
}
.privileges__title {
  margin-bottom: 27px;
}
.privileges__img {
  display: block;
  margin: 0 auto 20px;
}
.privileges__list {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.143;
}
.privileges__list li {
  margin-bottom: 10px;
}
.privileges__list li:last-child {
  margin-bottom: 0;
}
.privileges__action {
  margin-top: 36px;
}

@media (max-width:1024px) {
  .privileges__title {
    font-size: 1.5rem;
    line-height: 1.17;
  }
}

@media (min-width:768px) {
  .privileges__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 96px;
    text-align: left;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .privileges__content {
    flex: 1;
  }
  .privileges__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
  }
  .privileges__img-placeholder {
    display: block;
    max-width: 268px;
    margin-left: 30px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.64%;
    flex: 0 0 48.64%;
  }
  [dir=rtl] .privileges__img-placeholder {
    margin-right: 30px;
    margin-left: 0;
  }
  .privileges__img {
    margin-bottom: 0;
  }
  .privileges__list {
    display: block;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .privileges__wrapper {
    padding-bottom: 80px;
  }
  .privileges__title {
    text-align: center;
  }
  .privileges__action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width:1024px) {
  .privileges__wrapper {
    max-width: 1170px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .privileges__title {
    position: static;
    text-align: left;
    font-size: 2rem;
    line-height: 1.25;
  }
  [dir=rtl] .privileges__title {
    text-align: right;
  }
  .privileges__list {
    font-size: 1rem;
    line-height: 1.1875;
  }
  .privileges__action {
    text-align: left;
  }
  [dir=rtl] .privileges__action {
    text-align: right;
  }
  .privileges__img-placeholder {
    max-width: 540px;
  }
}

/* Comments */
.comments {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.comments__list {
  padding-bottom: 48px;
}
.comments__item {
  position: relative;
}
.comments__img-placeholder {
  margin-bottom: 40px;
}
.comments__img {
  display: block;
  margin: auto;
}
.comments__text {
  margin-bottom: 30px;
  color: #090a19;
  font-size: 1.5rem;
  line-height: 1.17;
}
.comments__author {
  font-size: 1rem;
  line-height: 1.1875;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots {
  bottom: 0;
}
@media (min-width:1024px) {
  .comments {
    padding-top: 132px;
    padding-bottom: 92px;
  }
  .comments__wrapper {
    max-width: 887px;
  }
  .comments__list {
    padding-bottom: 70px;
  }
  .comments__img-placeholder {
    margin-bottom: 48px;
  }
  .comments__text {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.1875;
  }
  .comments__author {
    font-size: 1.5rem;
    line-height: 1.583;
  }
}

/* Download */
.download {
  line-height: 1.1875;
}
.download__title {
  font-size: 1.5rem;
  line-height: 1.17;
}
@media (min-width:768px) {
  .download {
    background: url(../img/bg-download-tablet@2x.png) 50% no-repeat;
    background-size: auto 308px;
  }
}
@media (min-width:1024px) {
  .download {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .download__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media (min-width:1201px) {
  .download {
    background-image: url(../img/bg-download@2x.png);
  }
}

/* Guarantee */
.guarantee {
  margin-top: 24px;
  color: #a0aac3;
  font-size: 0.875rem;
  line-height: 1.4285;
}

@media (min-width:1024px) {
  .guarantee {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

/* Footer */
.footer {
  overflow: hidden;
  padding-top: 27px;
  padding-bottom: 45px;
  background: #031837;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0;
    padding-bottom: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-top: 0;
    padding-bottom: 22px;
  }
}
.footer a {
  text-decoration: none;
}
.footer_downloading::before,
.footer_downloading::after {
  display: table;
  content: "";
}
.footer_downloading::after {
  clear: both;
}
.footer_downloading {
  background: #ffffff;
}
.footer_downloading .footer__copyrights {
  float: left;
  color: #a0aac3;
  font-size: 1rem;
  line-height: 2.5;
}
.footer_downloading .footer__lang {
  float: right;
}
.footer__wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .footer__wrapper {
    display: block;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__wrapper {
    padding: 0;
  }
}
.footer__menus {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 47px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom-width: 0;
}
@media (max-width: 767px) {
  .footer__menus {
    display: block;
    margin: 0 0 3px;
    padding: 0 0 0 30px;
  }
  [dir="rtl"] .footer__menus {
    padding: 0 10% 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__menus {
    display: block;
    margin: 0 0 3px;
    padding: 0 0 0 13%;
  }
  [dir="rtl"] .footer__menus {
    padding: 0 13% 0 0;
  }
}
.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  text-align: center;

  -ms-flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__bottom {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__bottom {
    display: block;
  }
}
[dir="rtl"] .footer__bottom {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .footer__bottom-links {
    padding: 0 0 17px;
  }
}
.footer__bottom-links-list {
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .footer__bottom-links-list {
    padding: 0 30px;
    text-align: left;
  }
  [dir="rtl"] .footer__bottom-links-list {
    text-align: right;
  }
}
.footer__bottom-links-list li {
  display: inline-block;
  overflow: hidden;
  padding-right: 7px;
  padding-left: 7px;
  text-align: left;
  line-height: 18px;
}
@media (max-width: 767px) {
  .footer__bottom-links-list li {
    width: 48%;
    line-height: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__bottom-links-list li {
    line-height: 34px;
  }
}
[dir="rtl"] .footer__bottom-links-list li {
  text-align: right;
}
.footer__bottom-links-list li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer__bottom-links-list li:first-child {
    padding-left: 7px;
  }
}
.footer__bottom-links-list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a0aac3;
  font-size: 0.875rem;
}
.footer__bottom-links-list li a:hover {
  color: #ffffff;
}
.footer__socials {
  position: relative;
  top: -5px;
  float: right;
}
@media (max-width: 767px) {
  .footer__socials {
    float: none;
    width: 100%;
    padding: 97px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__socials {
    float: none;
    width: 100%;
    padding: 117px 0 113px;
  }
}
@media (max-width: 767px) {
  .footer__socials a {
    margin: 5px 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__socials a {
    margin: 5px 14px;
  }
}
.footer__copyrights {
  text-align: left;
}
@media (max-width: 767px) {
  .footer__copyrights {
    width: 100%;
    text-align: center;
  }
  [dir="rtl"] .footer__copyrights {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__copyrights {
    width: 100%;
    text-align: center;
  }
  [dir="rtl"] .footer__copyrights {
    text-align: center;
  }
}
[dir="rtl"] .footer__copyrights {
  text-align: right;
}
.footer__copyrights-wrap {
  white-space: nowrap;
  opacity: 0.5;
  color: #a0aac3;
  font-size: 0.875rem;
  line-height: 1.43;
}
[dir="rtl"] .footer__copyrights-wrap {
  direction: ltr;
}
.footer__logo {
  padding: 0 0 78px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__logo {
    overflow: hidden;
    height: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer__logo {
    overflow: hidden;
    height: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.footer-links__item {
  transition: all 0.2s;
  text-decoration: none;
  border-bottom: 1px solid;
}
.footer-links__item:hover {
  border-color: transparent;
}
.footer-links__item:last-child {
  margin-right: 0;
}
.footer-menu {
  width: 20%;
  margin-left: 0;
  padding-right: 0;
  line-height: 26px;
}
[dir="rtl"] .footer-menu {
  margin-right: 30px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 32px;
}
.footer-menu:last-child {
  border-bottom-width: 0;
}
@media (max-width: 767px) {
  .footer-menu {
    width: auto;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-menu--closed .footer-menu__list {
    display: none;
  }

  .footer-menu--closed .footer-menu__title::after {
    top: 24px;
    transform: rotate(45deg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-menu {
    width: auto;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-menu--closed .footer-menu__list {
    display: none;
  }

  .footer-menu--closed .footer-menu__title::after {
    top: 24px;
    transform: rotate(45deg);
  }
}
.footer-menu__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  color: #a0aac3;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;

  -ms-flex-align: center;
  align-items: center;
}
.footer-menu__title::after {
  display: none;
}
@media (max-width: 767px) {
  .footer-menu__title {
    height: 58px;
    margin: 0;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.86;
  }
  .footer-menu__title::after {
    position: absolute;
    top: 30px;
    right: 13%;
    display: -ms-flexbox;
    display: flex;
    width: 9px;
    height: 9px;
    content: "";
    transform: rotate(-135deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  [dir="rtl"] .footer-menu__title::after {
    right: unset;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-menu__title {
    height: 58px;
    margin: 0;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.86;
  }
  .footer-menu__title::after {
    position: absolute;
    top: 30px;
    right: 13%;
    display: -ms-flexbox;
    display: flex;
    width: 9px;
    height: 9px;
    content: "";
    transform: rotate(-135deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  [dir="rtl"] .footer-menu__title::after {
    right: unset;
    left: 0;
  }
}
.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  text-indent: 0;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  .footer-menu__list {
    margin-top: -7px;
    margin-bottom: 17px;
  }
}
.footer-menu__item {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .footer-menu__item:first-child {
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-menu__item:first-child {
    margin-top: 5px;
  }
}
.footer-menu__link {
  display: inline-block;
  overflow: hidden;
  max-width: 172px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
}
.footer-menu__link:hover {
  color: #a0aac3;
}
@media (max-width: 767px) {
  .footer-menu__link {
    color: #a0aac3;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-menu__link {
    color: #a0aac3;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.socials {
  text-align: center;
}
.socials a {
  display: inline-block;
  padding: 5px 6px;
  transition: 0.2s;
  opacity: 0.6;
}
.socials a:hover {
  opacity: 1;
}
.socials a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/imgs/icons_socials.png");
  background-size: 80px 20px;
}
.socials__facebook span {
  background-position-x: 0 !important;
}
.socials__twitter span {
  background-position-x: -20px !important;
}
.socials__youtube span {
  background-position-x: -40px !important;
}
.socials__instagram span {
  background-position-x: -60px !important;
}
