.content-wrapper--intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  min-width: 360px;
  max-width: 520px;
  padding: 0 16px
}
.content-wrapper--intro .content-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%
}
@media (min-width:767px) {
  .content-wrapper--intro {
    min-width: 704px;
    max-width: 980px;
    padding: 0 32px
  }
}
@media (min-width:1279px) {
  .content-wrapper--intro {
    width: 1208px;
    max-width: 100%;
    padding: 0
  }
}
@media (min-width:1680px) {
  .content-wrapper--intro {
    width: 1520px
  }
}
@media (min-width:1920px) {
  .content-wrapper--intro {
    width: 1808px
  }
}
.news-2-main-button__box {
  text-align: center;
  padding: 8px 0 48px
}
.agreement-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 11;
  padding: 1em;
  text-align: center;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(0,65,203,.1);
  box-shadow: 0 8px 24px rgba(0,65,203,.1);
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.agreement-cookie p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  padding-right: 16px
}
#cadesplugin_object {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  pointer-events: none
}
.intro--breadcrumb {
  position: relative
}
.intro--breadcrumb .content-wrapper {
  width: 100%;
  padding: 0
}
.button-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  height: 24px;
  width: 24px;
  border: 0;
  padding: 0;
  background: 0 0;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  cursor: pointer;
  position: relative;
  z-index: 99
}
.button-menu:hover {
  opacity: .8
}
.button-menu::after,
.button-menu::before {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #000;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  will-change: transform
}
.button-menu:before {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}
.button-menu:after {
  -webkit-transform: translateY(3px);
  transform: translateY(3px)
}
.button-menu--active:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg)
}
.button-menu--active:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg)
}
.intro-header--blue .button-menu::after,
.intro-header--blue .button-menu::before {
  background: #fff
}
.button--new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  font-size: 16px;
  font-family: "Exo 2",sans-serif;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
  margin: 0;
  border-radius: 8px;
  padding: 0 32px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  background: #0450f2;
  background-position: 50% 50%;
  border-bottom: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease
}
.button--new.button--iconed {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.button--new .button__icon {
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0
}
.button--new .button__text {
  display: inline-block;
  margin-top: -2px
}
.button--new:hover {
  color: #fff;
  background: #1f66ff;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.07);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.07)
}
.button--new:active {
  background: #0041cb;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.disabled {
  pointer-events: none
}
.button--new.disabled,
.button--new:disabled {
  color: #8d93a1;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--primary {
  background: #0450f2
}
.button--new.button--primary:hover {
  color: #fff;
  background: #1f66ff
}
.button--new.button--primary:active {
  background: #0041cb
}
.button--new.button--primary.disabled,
.button--new.button--primary:disabled {
  color: #4c535f;
  background: #e1e5eb;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--secondary {
  background: rgba(255,255,255,.2)
}
.button--new.button--secondary:hover {
  color: #0450f2;
  background: #fff
}
.button--new.button--secondary:active {
  color: #0049e4;
  background: #fff
}
.button--new.button--secondary.disabled,
.button--new.button--secondary:disabled {
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.2)
}
.button--new.button--accent {
  color: #0450f2;
  background: #c1d7ff
}
.button--new.button--accent:hover {
  color: #fff;
  background: #0450f2
}
.button--new.button--accent:active {
  color: #fff;
  background: #0049e4
}
.button--new.button--accent.disabled,
.button--new.button--accent:disabled {
  color: #4c535f;
  background: #e1e5eb
}
.button--new.button--primary-opt {
  border: 2px solid rgba(255,255,255,.2);
  background: 0 0
}
.button--new.button--primary-opt:hover {
  border-color: #0049e4;
  color: #fff;
  background: #0049e4
}
.button--new.button--primary-opt:active {
  border-color: #0041cb;
  background: #0041cb
}
.button--new.button--primary-opt.disabled,
.button--new.button--primary-opt:disabled {
  border-color: rgba(255,255,255,.2);
  color: #4c535f;
  background: #e1e5eb;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--air {
  font-weight: 400;
  background: #f1f8ff;
  border-radius: 8px;
  color: #000
}
.button--new.button--air:hover {
  border-color: #0049e4;
  color: #fff;
  background: #0049e4
}
.button--new.button--air:active {
  border-color: #0041cb;
  background: #0041cb
}
.button--new.button--air.disabled,
.button--new.button--air:disabled {
  border-color: rgba(255,255,255,.2);
  color: #4c535f;
  background: #e1e5eb;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--vasilkovi {
  border: 1px solid #81a7f8;
  background: 0 0;
  color: #0041cb
}
.button--new.button--vasilkovi:hover {
  border-color: #0450f2;
  color: #0041cb;
  background: #e6f0ff;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--vasilkovi:active {
  border-color: #0450f2;
  color: #0041cb;
  background: #cdddff
}
.button--new.button--vasilkovi.disabled,
.button--new.button--vasilkovi:disabled {
  border-color: rgba(255,255,255,.2);
  color: #4c535f;
  background: #e1e5eb;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--secondary-opt {
  color: #fff;
  border: 2px solid rgba(255,255,255,.2);
  background: 0 0
}
.button--new.button--secondary-opt:hover {
  color: #0450f2;
  background: #fff
}
.button--new.button--secondary-opt:active {
  color: #0049e4;
  background: #fff
}
.button--new.button--secondary-opt.disabled,
.button--new.button--secondary-opt:disabled {
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.2)
}
.button--new.button--primary-white {
  color: #0450f2;
  background: #fff
}
.button--new.button--primary-white:hover {
  color: #fff;
  background: rgba(255,255,255,.2)
}
.button--new.button--primary-white:active {
  color: #fff;
  background: rgba(255,255,255,.4)
}
.button--new.button--primary-white.disabled,
.button--new.button--primary-white:disabled {
  color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.2);
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--primary-white-n {
  color: #0450f2;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.button--new.button--primary-white-n:hover {
  color: #0450f2;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1)
}
.button--new.button--primary-white-n:active {
  color: #0450f2;
  background: #cdddff
}
.button--new.button--primary-white-n.disabled,
.button--new.button--primary-white-n:disabled {
  color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.2);
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--primary-white-border {
  border: 1px solid #dbe7ff;
  color: #0041cb;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--primary-white-border:hover {
  color: #0041cb;
  background: 0 0;
  border-color: #0041cb;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--primary-white-border:active {
  color: #0041cb;
  background: #dbe7ff;
  border-color: #dbe7ff;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--primary-white-border.disabled,
.button--new.button--primary-white-border:disabled {
  color: #8d93a1;
  background: #e6e6e6;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button--first-show {
  background: #dbe7ff;
  color: #0041cb
}
.button--new.button--first-show:hover {
  color: #0041cb;
  background: #e6f0ff
}
.button--new.button--first-show:active {
  color: #0041cb;
  background: #cdddff
}
.button--new.button--first-show.disabled,
.button--new.button--first-show:disabled {
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.2)
}
.button--new.button--loading,
.button--new.button--loading.disabled,
.button--new.button--loading:active,
.button--new.button--loading:disabled,
.button--new.button--loading:disabled:active,
.button--new.button--loading:disabled:hover,
.button--new.button--loading:hover {
  cursor: default;
  color: transparent;
  background-image: url(../../images/icns/three-dots-preloader.svg);
  background-position: 50% 50%;
  background-size: 46px 12px;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none
}
.button--new.button--dark-opacity {
  font-weight: 400;
  background: rgba(255,255,255,.2);
  color: #fff
}
.button--new.button--dark-opacity:hover {
  color: #fff;
  background: rgba(255,255,255,.4)
}
.button--new.button--dark-opacity:active {
  color: #fff;
  background: rgba(255,255,255,.6)
}
.button--new.button--dark-opacity:disabled {
  color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.2)
}
.button--new.button-white-shadow {
  color: #0041cb;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.button--new.button-white-shadow:hover {
  color: #0041cb;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1)
}
.button--new.button-white-shadow:active {
  color: #0041cb;
  background: #cdddff;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--new.button-white-shadow:disabled {
  color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.2)
}
.button--new.button--green {
  background: rgba(103,201,31,.15);
  color: #52ad0e;
  font-weight: 600;
  gap: 8px
}
.button--new.button--green:hover {
  background: rgba(103,201,31,.1)
}
.button--new.button--green:active {
  background: rgba(103,201,31,.2)
}
.button--new.button--green:disabled {
  background: #e6e6e6;
  color: #8d93a1;
  pointer-events: none
}
.button--new.button--contrast {
  background: #fff;
  color: #000
}
.button--new.button--contrast:hover {
  background: #f1f8ff;
  color: #0450f2
}
.button--new.button--contrast:disabled {
  background: #a6b4c1;
  color: #8d93a1;
  pointer-events: none
}
.button--new.button--grey-op {
  color: #fff;
  background: rgba(255,255,255,.2)
}
.button--new.button--grey-op:hover {
  background: rgba(255,255,255,.3)
}
.button--new.button--grey-op:active {
  background: rgba(255,255,255,.4)
}
.button--new.button--grey-op:disabled {
  color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.2)
}
.button--new.button--elevated {
  color: #0041cb;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,65,203,.2);
  box-shadow: 0 1px 4px 1px rgba(0,65,203,.2)
}
.button--new.button--elevated:hover {
  color: #0041cb;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1)
}
.button--new.button--elevated:active {
  color: #0041cb;
  background: #cdddff;
  -webkit-box-shadow: 0 0 0 0 rgba(0,65,203,0);
  box-shadow: 0 0 0 0 rgba(0,65,203,0)
}
.button--new.button--elevated.disabled,
.button--new.button--elevated:disabled {
  color: #8d93a1;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none
}
.button--ssm {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 16px
}
.button--sm {
  height: 40px;
  line-height: 40px
}
.button-icon--sm {
  width: 40px;
  height: 40px;
  padding: 12px
}
.button-icon--sm svg {
  width: 16px;
  height: 16px
}
.button--md {
  height: 48px;
  line-height: 48px
}
.button--ml {
  height: 56px;
  line-height: 56px;
  padding: 0 24px
}
.button--lg {
  padding: 0 32px;
  height: 64px;
  line-height: 64px
}
.button--ml {
  height: 56px;
  line-height: 56px;
  padding: 0 24px
}
.button--fluid {
  width: 100%;
  padding: 0
}
.content-wrapper--intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px
}
.content-wrapper--intro .content-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%
}
.intro-section--cursor-none {
  pointer-events: none
}
@media (min-width:767px) {
  .content-wrapper--intro {
    min-width: 704px;
    max-width: 980px;
    padding: 0 32px
  }
}
@media (min-width:1279px) {
  .content-wrapper--intro {
    width: 1208px;
    max-width: 100%;
    padding: 0
  }
  .content-wrapper--intro.content-wrapper--type-2 {
    width: 1200px
  }
}
@media (min-width:1680px) {
  .content-wrapper--intro {
    width: 1520px
  }
  .content-wrapper--intro.content-wrapper--type-2 {
    width: 1200px
  }
}
@media (min-width:1920px) {
  .content-wrapper--intro {
    width: 1808px
  }
  .content-wrapper--intro.content-wrapper--type-2 {
    width: 1200px
  }
}
.intro-warning {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  -webkit-transition: all .6s;
  transition: all .6s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  border-bottom: 1px solid #e6e6e6
}
.intro-warning.intro-warning--dark {
  border: none
}
.intro-warning .intro-warning__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 64px;
  position: relative
}
.intro-warning .intro-warning__text {
  color: #0450f2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .2s;
  transition: all .2s
}
.intro-warning .intro-warning__text:hover {
  color: #0049e4
}
.intro-warning .intro-warning__text:active {
  color: #0041cb
}
.intro-warning .intro-warning__button--close {
  color: #0450f2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0
}
.intro-warning .intro-warning__button--close:hover {
  color: #0049e4
}
.intro-warning .intro-warning__button--close:active {
  color: #0041cb
}
.intro-warning .intro-warning__arrow {
  margin-left: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.intro-warning .intro-warning__close-icon {
  width: 18px;
  height: 18px;
  pointer-events: none
}
.intro-warning .intro-warning__close-icon use {
  pointer-events: none
}
.intro-warning--big {
  position: relative;
  margin-bottom: 96px;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  padding: 0;
  pointer-events: auto
}
.intro-warning--big:before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffd500;
  border-radius: 8px 8px 0 0
}
.intro-warning--big .intro-warning__container {
  display: block;
  padding: 48px 102px 32px
}
@media (max-width:1278px) {
  .intro-warning--big .intro-warning__container {
    margin-bottom: 56px;
    padding: 48px 48px 32px
  }
}
@media (max-width:766px) {
  .intro-warning--big .intro-warning__container {
    padding: 50px 16px 40px
  }
}
@media (max-width:766px) {
  .intro-warning__massage-box {
    text-align: center
  }
}
.intro-warning__massage {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding-left: 32px;
  margin-bottom: 24px;
  display: inline-block
}
.intro-warning__massage:before {
  content: "!";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffd500;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #fff
}
.intro-warning__title {
  font-size: 32px;
  line-height: 1.19;
  color: #000;
  margin-bottom: 24px
}
@media (max-width:766px) {
  .intro-warning__title {
    font-size: 24px;
    line-height: 1.17;
    text-align: center
  }
}
.intro-warning__item {
  font-size: 18px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 16px;
  position: relative;
  display: block;
  padding-left: 32px
}
.intro-warning__item:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 11px;
  left: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute
}
@media (max-width:766px) {
  .intro-warning__item {
    font-size: 16px;
    line-height: 1.5
  }
}
.warning-appeared .intro-warning {
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.warning-appeared .intro-container {
  border-radius: 16px 16px 0 0
}
.warning-appeared .intro-container,
.warning-appeared .intro-header {
  -webkit-transform: translateY(48px);
  transform: translateY(48px)
}
.page-nav .content-wrapper--intro,
.page-nav--two-lvl .content-wrapper--intro {
  position: relative
}
.side-nav-etp {
  display: none;
  position: absolute;
  width: 380px;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #00205e;
  background-image: url(../../images/side-nav/bg-1.png),url(../../images/side-nav/bg-2.png);
  background-repeat: no-repeat;
  background-position: 0 0,100% 38px;
  padding: 58px 24px 24px;
  overflow: hidden
}
@media (min-width:1279px) {
  .side-nav-etp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.side-nav-etp__img {
  text-align: center;
  margin-bottom: 5px;
  margin-left: -27px
}
.side-nav-etp__button {
  width: 332px;
  height: 56px;
  padding: 16px 24px;
  margin-bottom: 10px
}
.side-nav-etp__title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px
}
.side-nav-etp__desc {
  line-height: 1.5;
  margin-bottom: 24px
}
.side-nav-etp__small {
  margin-top: 118px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #dbe7ff;
  display: inline-block
}
.side-nav-etp__content {
  max-width: 100%
}
.side-nav {
  color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: #0767dc;
  opacity: 0;
  -webkit-transition: opacity .45s;
  transition: opacity .45s;
  z-index: 102;
  overflow: auto;
  visibility: hidden
}
@media (max-width:1278px) {
  .side-nav > .button-menu {
    display: none
  }
}
.side-nav .button-menu::after,
.side-nav .button-menu::before {
  background: #fff
}
.side-nav .side-nav__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.side-nav .side-nav__content::before {
  display: block;
  content: "";
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background-image: url(../../images/intro/bg/menu-circle-bg-1.svg)
}
.side-nav .side-nav__content::before {
  width: 100%;
  height: 0;
  padding-top: 99%;
  left: -250px;
  top: -83px
}
.side-nav .lang-selector {
  position: absolute;
  top: 24px;
  right: 48px;
  z-index: 2
}
.side-nav .lang-selector .lang-selector__icon {
  color: #8d93a1
}
@media (max-width:1278px) {
  .side-nav .lang-selector .lang-selector__current-value {
    color: #fff
  }
  .side-nav .lang-selector .lang-selector__current-value:hover {
    color: rgba(0,0,0,.8)
  }
}
@media (max-width:1278px) {
  .side-nav .lang-selector {
    top: 16px;
    right: 32px
  }
}
@media (max-width:766px) {
  .side-nav .lang-selector {
    right: 16px
  }
}
.side-nav .side-nav__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 3;
  overflow-y: auto
}
.side-nav .side-nav__content-wrapper::-webkit-scrollbar {
  width: 6px
}
.side-nav .side-nav__content-wrapper::-webkit-scrollbar-track {
  background: 0 0
}
.side-nav .side-nav__content-wrapper::-webkit-scrollbar-thumb {
  background: #c7cdd2;
  border-radius: 6px
}
.side-nav .side-nav__content-wrapper::-moz-scrollbar {
  width: 0;
  height: 0
}
.side-nav .side-nav__nav-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 24px 0 48px
}
.side-nav .side-nav__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.side-nav .side-nav__close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px
}
.side-nav .side-nav__close-icon svg {
  width: 100%;
  height: 100%
}
.side-nav .side-nav__logo {
  display: block;
  width: 147px;
  height: 24px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.side-nav .side-nav__logo:hover {
  opacity: .8
}
.side-nav .side-nav__logo svg {
  width: 100%;
  height: auto
}
.side-nav .side-nav__logo path {
  fill: #fff
}
.side-nav.side-nav--active {
  opacity: 1;
  left: 0;
  visibility: visible
}
.side-nav .side-nav__nav {
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3)
}
@media (min-width:1279px) {
  .side-nav span.side-nav__title {
    pointer-events: none
  }
}
.side-nav .side-nav__title {
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 18px 8px 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  border: 0;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity .15s,color .15s;
  transition: opacity .15s,color .15s
}
@media (min-width:1279px) {
  .side-nav .side-nav__title {
    font-size: 16px
  }
}
.side-nav .side-nav__title font {
  pointer-events: none
}
.side-nav .side-nav__title:hover {
  opacity: .9
}
.side-nav .side-nav__title i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transition: all .2s;
  transition: all .2s;
  background: url(../../images/intro/icons/icon-expandarrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 2
}
.side-nav span.side-nav__title i {
  pointer-events: none
}
.side-nav .side-nav__list {
  display: none;
  padding-top: 16px
}
.side-nav .side-nav__item {
  margin-bottom: 16px
}
.side-nav .side-nav__link {
  color: #fff;
  opacity: .6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  text-decoration: none
}
.side-nav .side-nav__link:hover {
  opacity: 1
}
.side-nav .side-nav__nav--active .side-nav__title i {
  -webkit-transform: rotate(180deg) translateY(-2px);
  transform: rotate(180deg) translateY(-2px)
}
.side-nav .side-nav__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 24px
}
.side-nav .side-nav__auth .button {
  border-radius: 12px;
  height: 52px
}
.side-nav .side-nav__menu {
  margin-bottom: 42px
}
.side-nav .side-nav__footer {
  margin-top: auto
}
.side-nav .side-nav__phone {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px
}
.side-nav .side-nav__address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px
}
.side-nav .side-nav__socialbar {
  margin-bottom: 16px
}
.side-nav .side-nav__socialbar .socialbar__link {
  color: #fff
}
.side-nav .side-nav__socialbar .socialbar__link._disabled {
  opacity: .3;
  pointer-events: none
}
@media (min-width:1279px) {
  .side-nav .button-menu {
    position: absolute;
    top: 18px;
    right: 16px
  }
}
.side-nav .side-nav__col .side-nav__nav_mobile {
  display: none
}
@media (min-width:1279px) {
  .side-nav .side-nav__col .side-nav__nav_mobile {
    display: block
  }
}
.side-nav .side-nav__col:first-of-type .side-nav__nav_mobile {
  display: block
}
@media (min-width:1279px) {
  .side-nav .side-nav__col:first-of-type .side-nav__nav_mobile {
    display: none
  }
}
@media (min-width:767px) {
  .side-nav .side-nav__logo {
    width: 140px;
    height: 24px
  }
  .side-nav .side-nav__footcolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 24px
  }
  .side-nav .side-nav__phone {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px
  }
  .side-nav .side-nav__address {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
  }
  .side-nav .side-nav__socialbar {
    margin-bottom: 0
  }
}
@media (min-width:1279px) {
  .side-nav {
    width: 50%;
    background: #fff;
    overflow: visible
  }
  .side-nav:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(0,0,0,.6)
  }
  .side-nav.nav-bg-dark-blue {
    background: #fff!important
  }
  .side-nav .side-nav__auth,
  .side-nav .side-nav__footer,
  .side-nav .side-nav__logo {
    display: none
  }
  .side-nav .side-nav__col {
    display: inline-block;
    width: calc(50% - 24px)
  }
  .side-nav .side-nav__list {
    display: block!important
  }
  .side-nav .side-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding: 16px 0
  }
  .side-nav .side-nav__title {
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    padding: 0
  }
  .side-nav .side-nav__title i {
    display: none
  }
  .side-nav .side-nav__item {
    margin-bottom: 8px
  }
  .side-nav .side-nav__link {
    color: #000
  }
  .side-nav .side-nav__content:before {
    display: none
  }
  .side-nav .side-nav__nav-line {
    display: none
  }
  .side-nav .button-menu:after,
  .side-nav .button-menu:before {
    background: #fff;
    width: 24px;
    top: 11px;
    left: 0
  }
}
@media (min-width:1279px) and (min-width:1279px) {
  .side-nav .button-menu {
    position: absolute;
    top: 12px;
    right: auto;
    left: calc(100% + 392px)
  }
}
@media (min-width:1279px) {
  .side-nav .content-wrapper--intro {
    padding: 0 40px
  }
}
.warning-appeared .side-nav {
  top: 48px;
  border-radius: 16px 16px 0 0
}
.warning-appeared .side-nav .side-nav__footer {
  margin-bottom: 48px
}
.socialbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.socialbar .socialbar__item {
  margin: 16px 16px 0 0
}
.socialbar .socialbar__item:last-of-type {
  margin-right: 0
}
.socialbar .socialbar__link {
  display: block;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s
}
.socialbar .socialbar__link:hover {
  opacity: .6;
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}
.socialbar .socialbar__link._disabled {
  opacity: .3;
  pointer-events: none
}
.socialbar .socialbar__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px
}
.socialbar .socialbar__icon svg {
  width: 100%;
  height: auto
}
.socialbar .socialbar__item {
  margin: 0 16px 0 0
}