.section-promo {
  padding: 40px 0;
  position: unset; }
  .section-promo .promo__container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px; }
    .section-promo .promo__container .promo__title {
      text-align: center;
      margin-bottom: 30px; }
  .section-promo .promo__section_wrap {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    width: 100%;
    position: relative; }
    .section-promo .promo__section_wrap .promo__wrap-arrow {
      position: absolute;
      top: 47%;
      z-index: 1;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 0px 3px 21px -6px rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .section-promo .promo__section_wrap .promo__wrap-arrow img {
        width: 19.2px; }
      .section-promo .promo__section_wrap .promo__wrap-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none; }
      .section-promo .promo__section_wrap .promo__wrap-arrow.prev {
        transform: rotate(180deg);
        left: 10px; }
      .section-promo .promo__section_wrap .promo__wrap-arrow.next {
        right: 10px; }
    .section-promo .promo__section_wrap .promo__item {
      border-radius: 10px;
      margin: 30px 24px 30px 24px;
      height: auto;
      transition: all 0.2s ease-in-out; }
      .section-promo .promo__section_wrap .promo__item:hover {
        box-shadow: 0px 14px 24px -12px rgba(0, 0, 0, 0.57); }
      .section-promo .promo__section_wrap .promo__item .promo__image {
        border-radius: 10px;
        max-width: 100%;
        width: 100%; }
    .section-promo .promo__section_wrap.promo__section_wrap-2 {
      margin: 0 auto; }
    .section-promo .promo__section_wrap.promo__section_wrap-3 {
      width: 750px;
      margin: 0 auto; }

.section-promo-modals .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100vw;
  overflow-y: scroll; }
.section-promo-modals .modal__content {
  position: relative;
  background-color: #fff;
  width: 800px;
  max-width: 100%;
  border-radius: 30px;
  padding: 30px 30px 30px 30px; }
.section-promo-modals .modal__container {
  max-width: 100vw;
  overflow: visible;
  padding: 0;
  border-radius: 30px; }
.section-promo-modals .modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 2;
  width: 35px;
  min-width: auto;
  height: 35px;
  background: none;
  border: 0;
  cursor: pointer; }
  .section-promo-modals .modal__close::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 17px;
    background-color: #fff;
    height: 100%;
    width: 3px;
    transform: rotate(45deg); }
  .section-promo-modals .modal__close::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 17px;
    background-color: #fff;
    height: 100%;
    width: 3px;
    transform: rotate(135deg); }
.section-promo-modals .modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out; }
.section-promo-modals .modal__btn:focus,
.section-promo-modals .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }
.section-promo-modals .modal__btn-primary {
  background-color: #00449e;
  color: #fff; }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.section-promo-modals .micromodal-slide {
  display: none; }
.section-promo-modals .micromodal-slide.is-open {
  display: block; }
.section-promo-modals .micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
.section-promo-modals .micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
.section-promo-modals .micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
.section-promo-modals .micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
.section-promo-modals .modal__title {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  font-weight: 700;
  margin: 12px 0 24px 0; }
.section-promo-modals .modal__text {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 24px 0 8px 0; }

@media screen and (max-width: 768px) {
  .section-promo {
    padding: 30px 0 10px 0; }
    .section-promo .promo__container {
      padding: 0; }
      .section-promo .promo__container .promo__title {
        margin: 0; }
    .section-promo .promo__section_wrap {
      width: 100%;
      max-width: 100%;
      margin: 0 auto; }
      .section-promo .promo__section_wrap .promo__item {
        margin-top: 30px;
        margin-bottom: 30px;
        height: auto; }
      .section-promo .promo__section_wrap.promo__section_wrap-2 .promo__item {
        margin-left: 12px;
        margin-right: 12px; }
      .section-promo .promo__section_wrap.promo__section_wrap-3 .slick-list {
        padding: 0 8% 0 8% !important; }
      .section-promo .promo__section_wrap.promo__section_wrap-3 .promo__item {
        margin-left: 16px;
        margin-right: 16px; }

  .section-promo-modals .modal__content {
    padding: 12px;
    border-radius: 0; }
  .section-promo-modals .modal__title {
    margin: 12px 0 12px 0; }
  .section-promo-modals .modal__text {
    margin: 12px 0 8px 0; } }

/*# sourceMappingURL=section-promo.css.map */
