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

.promotion_slider {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .promotion_slider .slide_block {
    overflow: hidden;
    position: relative;
    border: none; }
    .promotion_slider .slide_block:before {
      content: "";
      z-index: 1;
      width: 70px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(48, 61, 135, 0.3) 100%);
      background-size: auto 1px; }
  .promotion_slider .slide_inner {
    display: flex;
    width: 100%;
    height: 100%; }
  .promotion_slider .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%; }
    .promotion_slider .image_block img {
      width: 100%;
      height: 100%;
      vertical-align: top;
      object-fit: cover; }
  .promotion_slider .slide_content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    height: 100%;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    align-items: flex-start; }
  .promotion_slider .slide_title {
    font-size: 220%;
    line-height: 27px;
    font-family: "bold", "arm-bold";
    min-height: 32px;
    max-height: 54px;
    position: relative;
    overflow: hidden; }
  .promotion_slider .slide_description {
    flex: 1;
    max-height: 46px;
    font-size: 160%;
    line-height: 23px;
    position: relative;
    overflow: hidden; }
  .promotion_slider .slick-dots {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    top: 0;
    right: 25px;
    height: 100%;
    list-style-type: none;
    margin: 0;
    justify-content: center; }
    .promotion_slider .slick-dots li {
      flex: 1;
      padding: 8px 0 7px;
      max-height: 20px;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .promotion_slider .slick-dots li.slick-active {
        max-height: 190px; }
        .promotion_slider .slick-dots li.slick-active button {
          opacity: 1 !important;
          cursor: default; }
    .promotion_slider .slick-dots button {
      border: none;
      font-size: 0;
      padding: 0;
      width: 5px;
      height: 100%;
      border-radius: 3px;
      background: #ffffff;
      opacity: 0.5; }

.promotion_section {
  display: flex;
  position: relative; }

.content_block {
  flex: 0;
  max-width: 0;
  width: 0;
  overflow: hidden;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .content_block .content_inner {
    width: 50vw;
    height: 100%;
    background: #ffffff; }

.list_inner_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center; }

.list_content {
  height: 100%;
  padding: 20px 85px !important; }
  .list_content ul {
    margin-top: 43px; }
    .list_content ul li {
      color: #4A4A4A;
      font-size: 160%;
      line-height: 19px;
      padding-bottom: 15px;
      position: relative;
      padding-left: 15px; }
      .list_content ul li:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        right: 0;
        bottom: 0;
        width: 7px;
        height: 7px;
        background: #F4A21F;
        border-radius: 50%; }
  .list_content .scroll-y div {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border-radius: 0;
    width: 4px;
    right: 0; }
    .list_content .scroll-y div.scroll-element_outer {
      top: 84px;
      right: 3px; }
    .list_content .scroll-y div.scroll-element_track {
      z-index: 2;
      background: #999999; }
    .list_content .scroll-y div.scroll-bar {
      cursor: pointer;
      z-index: 3;
      background: #666666; }
      .list_content .scroll-y div.scroll-bar:hover {
        background: #000000; }

.slide_description {
  font-size: 160%;
  color: #4A4A4A;
  line-height: 24px;
  padding-left: 15px; }

.inner_btn {
  margin-left: 15px;
  margin-top: 45px;
  height: 41px;
  width: 180px;
  border: 1.5px solid #303D87;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "bold", "arm-bold";
  line-height: 16px;
  font-size: 130%;
  letter-spacing: 1px;
  color: #303D87;
  text-transform: uppercase;
  margin-bottom: 40px; }

.opened_content .content_block {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }
.opened_content .icon_menu_close {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  margin-right: 20px;
  padding-bottom: 10px; }
  .opened_content .icon_menu_close:before {
    font-size: 190%;
    color: #303D87; }
.opened_content .slider_btn {
  opacity: 0;
  z-index: -1;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.icon_menu_close {
  display: none; }

.slider_btn {
  opacity: 1;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  padding: 0;
  top: 0;
  left: -70px;
  height: 100%;
  list-style-type: none;
  margin: 0;
  justify-content: center; }
  .slider_btn > span {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 130%;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    font-family: "bold", "arm-bold";
    height: 84px;
    background-color: #ffffff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
    line-height: 16px;
    padding: 28px 22px;
    color: #303D87;
    width: 220px;
    text-transform: uppercase; }
    .slider_btn > span:before {
      height: 40px;
      width: 40px;
      background-color: #303D87;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 80%;
      margin-left: 20px;
      color: #ffffff; }

@media (max-width: 1440px) {
  .list_content {
    padding: 20px 30px !important; } }
@media (max-width: 1199px) {
  .list_content {
    padding: 25px; } }
@media (max-width: 991px) {
  .opened_content .content_block {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    .opened_content .content_block .content_inner {
      width: 100vw; }

  .promotion_slider .slide_block:before {
    display: none; }
  .promotion_slider .slide_description {
    font-size: 140%;
    padding-right: 70px; }

  .list_content {
    padding: 0 10px !important; }
    .list_content ul {
      margin-top: 20px; }
      .list_content ul li {
        font-size: 140%; }
    .list_content .scroll-y div.scroll-element_outer {
      top: 20px; }

  .slider_btn > span {
    width: 170px;
    height: 45px;
    padding: 0; }
    .slider_btn > span:before {
      width: 25px;
      height: 25px;
      font-size: 50%;
      margin-left: 8px; }

  .inner_btn {
    margin-top: 20px; }

  .list_inner_content {
    margin-bottom: 40px; } }
@media (max-width: 479px) {
  .list_content {
    padding: 15px; } }
.web .slider_btn span {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .web .slider_btn span:hover {
    background: #F4A21F;
    color: #ffffff; }
    .web .slider_btn span:hover:before {
      background: #ffffff;
      color: #4A4A4A; }
.web .inner_btn {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .web .inner_btn:hover {
    border: none;
    background: #F4A21F;
    color: #ffffff; }
.web .opened_content .icon_menu_close {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .opened_content .icon_menu_close:hover:before {
    opacity: 0.5; }

.touch .slider_btn span {
  -o-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s; }
  .touch .slider_btn span:active {
    background: #F4A21F;
    color: #ffffff; }
    .touch .slider_btn span:active:before {
      background: #ffffff;
      color: #4A4A4A; }
.touch .opened_content .icon_menu_close {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .touch .opened_content .icon_menu_close:active:before {
    opacity: 0.5; }
.touch .inner_btn {
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }
  .touch .inner_btn:active {
    border: none;
    background: #F4A21F;
    color: #ffffff; }

.list_content .scroll-y div.scroll-bar {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

/*# sourceMappingURL=promotion.css.map */
