.support-cntrl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 11px;
  font-weight: 700;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #0d6ffb;
  background-image: url("../img/chat-support-icon.svg");
  background-position: 11px 13px;
  background-repeat: no-repeat;
  border-radius: 25px;
  cursor: pointer;
  transition: 300ms all;
  text-transform: uppercase;
  color: #fff;
  z-index: 333;
}
.support-cntrl__inner {
  visibility: hidden;
  opacity: 0;
}
.support-cntrl:hover {
  width: 200px;
  background-position-x: 20px;
  padding-left: 30px;
}
.support-cntrl:hover .support-cntrl__inner {
  visibility: visible;
  transition: 500ms all;
  opacity: 1;
}
.head__logo-link {
  display: block;
}
.head__logo-img {
  display: block;
  width: auto;
  height: 33px;
}
@media (max-width: 767px) {
  .head__logo-img {
    height: 27px;
  }
}
.footer {
  position: relative;
}
.footer__info {
  margin: 0 240px 33px 0;
  max-width: 820px;
  letter-spacing: 0.01em;
  line-height: 1.8em;
  font-size: 11px;
}
@media (max-width: 1279px) {
  .footer__info {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .footer__info {
    margin-right: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
}
.footer__copyright {
  color: #000;
  text-indent: -12px;
  font-size: 13px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .footer__copyright {
    text-indent: 0;
  }
}
.footer__soc {
  position: absolute;
  top: -10px;
  right: 0;
}
@media (max-width: 1200px) {
  .footer__soc {
    position: relative;
    top: 0;
    right: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.footer-nav {
  margin: 0 260px 18px 0;
}
.footer-nav__item {
  margin-right: 20px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .footer-nav__item {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .footer-nav__item_hide-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer-nav {
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-container {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 0 0 40px;
  width: 100%;
  height: auto;
  color: #95a3b1;
  font-weight: 500;
  font-size: 11px;
  line-height: 19px;
  z-index: z-index(default) 1;
}
.footer-container::after,
.footer-container::before {
  display: none;
}
@media (max-width: 1200px) {
  .footer-container {
    position: relative;
    text-align: center;
  }
}
.soc-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.soc-list__item {
  margin: 0 4px;
}
.soc-list__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #c8cacf;
  text-align: center;
}
.soc-list__link img {
  position: relative;
  top: 9px;
  width: 22px;
  opacity: 1;
  transition: 0.2s, ease-out;
}
.soc-list__link:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #006add 0%, #00dcff 100%);
  content: "";
  opacity: 0;
  transition: 0.4s, ease-out;
}
.soc-list__link:hover:before,
.soc-list__link:hover img {
  opacity: 1;
}
.lang {
  font-size: 11px;
  font-weight: 500;
  z-index: 1000;
}
.lang-svg._hidden {
  position: absolute;
  text-indent: -9999px;
}
.lang__crop {
  position: absolute;
  left: 0;
  top: calc(100% + 9px);
  z-index: 500;
  overflow: hidden;
  max-height: 0;
}
.-is-open .lang__crop {
  max-height: 1000px;
}
.lang__cntrl {
  position: relative;
  padding-right: 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .lang__cntrl {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .lang__cntrl-text {
    display: none;
  }
}
.lang__flag {
  position: relative;
  width: 25px;
  height: 18px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .lang__flag_current {
    margin: 0;
  }
}
.lang__text {
  padding-top: 3px;
}
.lang-list {
  position: relative;
  padding: 10px 20px;
  text-align: left;
  background: #000;
  border-radius: 8px;
}
.lang-list__item {
  white-space: nowrap;
  list-style: none;
}
.lang-list__item:last-child {
  margin-bottom: 0;
}
.lang-list__link {
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 0;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
body._header-action .spread-line-separator {
  padding-top: 220px;
}
.spread-line {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 150;
  text-align: center;
  padding: 8px 0 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .spread-line {
    padding: 18px;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
  }
}
.spread-line__container {
  max-width: 310px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .spread-line__container {
    max-width: 60%;
  }
}
.spread-line__top {
  display: inline;
}
@media (min-width: 768px) {
  .spread-line__top {
    display: block;
  }
}
.spread-line__bottom {
  margin-top: 3px;
}
.spread-line__desktop {
  display: none;
}
@media (min-width: 768px) {
  .spread-line__desktop {
    display: inline-block;
  }
}
.spread-line__bonus {
  color: #ffca08;
  background-color: #fff;
  padding: 3px 1px 1px;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .spread-line__bonus {
    padding: 3px;
    margin: 0 5px;
  }
}
.spread-line__link {
  color: #0d6ffb;
  margin-left: 6px;
  text-decoration: none;
  text-transform: none;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 768px) {
  .spread-line__link {
    margin-left: 12px;
  }
}
.spread-line__link:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 4px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/arrow-right.svg");
}
@media (min-width: 768px) {
  .spread-line__link:after {
    width: 8px;
    height: 16px;
    margin-left: 10px;
    margin-bottom: -1px;
  }
}
.spread-line._super-header {
  background: #212529;
  color: #fff;
}
.spread-line._super-header .spread-line__top {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .spread-line._super-header .spread-line__top {
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .spread-line._super-header .spread-line__container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .spread-line._super-header .spread-line__desktop {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .spread-line._super-header .spread-line__desktop {
    font-size: 20px;
  }
}
.spread-line._super-header .spread-line__bonus {
  display: inline-block;
  background-color: #ffca0a;
  color: #212529;
}
.spread-line._super-header .spread-line__link {
  color: #0d6ffb;
}
.spread-line._super-header .spread-line__link::after {
  background: none;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0d6ffb;
  border-right: 1px solid #0d6ffb;
  transform: rotate(43deg);
}
.-rtl-mode .spread-line._super-header .spread-line__link::after {
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .spread-line._super-header .spread-line__link::after {
    border-top: 3px solid #0d6ffb;
    border-right: 3px solid #0d6ffb;
    margin-left: 2px;
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 768px) {
  .spread-line._super-header .spread-line__link {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .spread-line._super-header .spread-line__link {
    font-size: 20px;
  }
}
.-rtl-mode .spread-line._super-header {
  direction: rtl;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .spread-line._super-header {
    line-height: normal;
    padding: 20px 18px;
    height: 95px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.spread-line._ny22 {
  min-height: 47px;
  background: url("../img/ny-sh-left-mob.jpg") 0 0 / auto 100% no-repeat,
    url("../img/ny-sh-right-mob.jpg") right 0 top 0 / auto 100% no-repeat;
  background-color: #000;
}
@media (min-width: 1024px) {
  .spread-line._ny22 {
    background: url("../img/ny-sh-left-desk.jpg") 0 0 / auto 100% no-repeat,
      url("../img/ny-sh-right-desk.jpg") right 0 top 0 / auto 100% no-repeat;
    background-color: #000;
  }
}
.spread-line._ny22 .spread-line__container {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.spread-line._ny22 .spread-line__title {
  font-size: 10px;
  line-height: 1;
  text-transform: none;
  font-weight: 500;
  text-align: center;
  color: #0d6ffb;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .spread-line._ny22 .spread-line__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.spread-line._ny22 .spread-line__subtitle {
  font-size: 8px;
  line-height: 1;
  text-transform: none;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .spread-line._ny22 .spread-line__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
/*# sourceMappingURL=common.css.map */
