.main_slider .slick-dotted.slick-slider {
  margin-bottom: 0; }

.main_slider .slick-dots {
  display: none !important; }

.main_slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 44%;
  width: 40px;
  height: 80px;
  outline: 0 !important;
  font-size: 0;
  border: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(/local/templates/bluesleep/img/main/arrow_main_slider.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 56px;
  background-color: transparent !important; }
  .main_slider .slick-arrow:hover, .main_slider .slick-arrow:focus {
    cursor: pointer;
    background-image: url(/local/templates/bluesleep/img/main/arrow_main_slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 56px;
    background-color: transparent !important; }
  .main_slider .slick-arrow:before {
    content: ""; }

.main_slider .slick-prev {
  left: 0;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1); }

.main_slider .slick-next {
  right: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

@media (max-width: 767px) {
  .main_slider .slick-list {
    height: auto !important;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important; }
  .main_slider .slick-arrow {
    display: none !important; }
  .main_slider .slick-dots {
    display: block !important;
    bottom: 20px; }
  .main_slider .slick-dots li button:before {
    font-size: 8px;
    line-height: 8px;
    width: 6px;
    height: 6px; }
  .main_slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0; }
  .main_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF8597; }
  .main_slider .slick-dots li button:before {
    opacity: 1;
    color: #fff; } }

@media (max-width: 550px) {
  .main_slider .slick-list {
    height: auto !important; } }

body .main_slider__inner:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden; }
  body .main_slider__inner:not(.slick-initialized) .main_slider__item:not(:first-of-type) {
    display: none; }

body .main_slider__item {
  width: 100vw;
  height: 600px;
  overflow: hidden; }
  @media (max-width: 767px) {
    body .main_slider__item {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      background: white; } }
  body .main_slider__item__content {
    background-size: cover;
    height: 100%;
    max-width: 1350px;
    margin: auto;
    position: relative;
    padding: 0 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 767px) {
      body .main_slider__item__content {
        background-size: cover;
        background-position: unset;
        display: block;
        padding: 30px 42px 0;
        border-radius: 0;
        height: 100%; } }
  body .main_slider__item__title {
    font-family: CoHeadline;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    text-align: left;
    max-width: 500px; }
    @media (max-width: 767px) {
      body .main_slider__item__title {
        font-size: 24px;
        line-height: 120%;
        text-align: center; } }
    @media (max-width: 425px) {
      body .main_slider__item__title {
        text-align: center;
        font-size: 20px; } }
  body .main_slider__item__subtitle {
    max-width: 410px;
    font-family: CoHeadlineCorp;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    color: #fff;
    margin: 20px 0 30px; }
    @media (max-width: 767px) {
      body .main_slider__item__subtitle {
        text-align: center;
        max-width: none;
        font-size: 15px;
        margin: 10px 0 30px; } }
    @media (max-width: 425px) {
      body .main_slider__item__subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px; } }
  body .main_slider__item__link {
    cursor: pointer;
    -webkit-transition: background-color .2s ease, border-color .2s ease, color .2s ease !important;
    -o-transition: background-color .2s ease, border-color .2s ease, color .2s ease !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #005EFF;
    height: auto;
    padding: 15px 30px 15px 30px;
    line-height: 1.2;
    color: white;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgba(12, 73, 186, 0.3);
            box-shadow: 0 1px 3px rgba(12, 73, 186, 0.3);
    border-radius: .25rem;
    font-weight: 500;
    font-size: 16px;
    min-width: 214px;
    max-width: 214px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      body .main_slider__item__link {
        position: absolute;
        bottom: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (max-width: 425px) {
      body .main_slider__item__link {
        padding: 10px 26px;
        height: 42px;
        line-height: 23px;
        font-size: 14px;
        max-width: 160px;
        min-width: auto; } }
    body .main_slider__item__link:hover {
      background-color: #002a98;
      color: white; }
