.banner {
  background-image: url("/images/promo1/bg.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.banner__back {
  margin: 30px 0;
}

.banner__title {
  font-size: 55px;
  line-height: 54px;
  margin-bottom: 33px;
}

.banner__subtitle {
  font-size: 30px;
  line-height: 32px;
}

@media screen and (max-width: 1599px) {
  .banner__title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 1023px) {
  .banner__title {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .banner__back {
    margin: 20px 0;
  }

  .banner__title {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .banner__subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}

.intro {
  background-color: #F6F3F2;
  padding-top: 110px;
  padding-bottom: 80px;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 55px;
  line-height: 1;
}

.intro__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 798px;
  font-size: 22px;
  line-height: 32px;
}

.intro__text p {
  margin-bottom: 35px;
}

@media screen and (max-width: 1599px) {
  .intro {
    padding-top: 120px;
    padding-bottom: 66px;
  }

  .intro__title {
    font-size: 42px;
    line-height: 48px;
  }

  .intro__text {
    max-width: 645px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1262px) {
  .intro__text {
    max-width: 465px;
  }
}

@media screen and (max-width: 1023px) {
  .intro {
    padding-top: 70px;
    padding-bottom: 62px;
  }

  .intro__inner {
    display: block;
  }

  .intro__title {
    margin-bottom: 44px;
  }

  .intro__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding-top: 40px;
    padding-bottom: 4px;
  }

  .intro__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

.section {
  margin-top: 100px;
  padding-bottom: 62px;
  overflow: hidden;
}

.section--last {
  margin-bottom: 95px;
}

.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section__inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section__img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 100px;
  max-width: 769px;
}

.section__img picture:first-of-type {
  position: relative;
  z-index: 10;
}

.section__img--reverse {
  margin-right: 0;
  margin-left: 100px;
}

.section__bg {
  display: block;
  position: absolute;
  left: -84px;
  bottom: -62px;
  width: 680px;
}

.section__bg--reverse {
  left: auto;
  right: -84px;
}

.section__title {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 34px;
}

.section__title--mobile {
  display: none;
}

.section__text {
  font-size: 18px;
  line-height: 22px;
}

.section__description {
  position: relative;
  padding-top: 44px;
}

.s-list {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}

.s-list__title {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 15px;
}

.s-list__item {
  position: relative;
  padding-left: 20px;
}

.s-list__item::before {
  content: '';
  position: absolute;
  display: block;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00AAD2;
}

.s-list__item:not(:last-of-type) {
  margin-bottom: 6px;
}

.s-options {
  border-top: 1px solid #B7B7B7;
  padding-top: 50px;
  margin-top: 26px;
  font-size: 16px;
  line-height: 24px;
}

.s-options__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.s-options__name {
  color: #666666;
}

.s-options__value {
  font-weight: 500;
}

.s-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 86px;
}

.s-buttons__button {
  min-width: 203px;
  padding-left: 5px;
  padding-right: 5px;
}

.s-buttons__button--light {
  background-color: #00AAD2;
}

.s-buttons__button--light:hover {
  background-color: #10B5DC;
}

.s-buttons__button--bordered {
  background-color: transparent;
  border: 1px solid #003B70;
  color: #003B70;
}

.s-buttons__button--bordered:hover {
  background-color: #003B70;
  color: #fff;
}

.s-label {
  position: absolute;
  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;
  top: 0;
  right: 0;
  width: 104px;
  height: 104px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #E63312;
  border-radius: 50%;
  text-align: center;
  z-index: 50;
}

.s-label--mobile {
  display: none;
}

@media screen and (max-width: 1599px) {
  .section {
    margin-top: 87px;
    padding-bottom: 18px;
  }

  .section--last {
    margin-bottom: 129px;
  }

  .section__title {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 22px;
  }

  .section__img {
    max-width: 490px;
    margin-right: 72px;
  }

  .section__img--reverse {
    margin-right: 0;
    margin-left: 72px;
  }

  .section__bg {
    width: 510px;
    left: -62px;
    bottom: -60px;
  }

  .section__bg--reverse {
    left: auto;
    right: -62px;
  }

  .s-options {
    margin-top: 15px;
    padding-top: 17px;
  }

  .s-buttons {
    margin-top: 39px;
  }

  .s-buttons__button {
    min-width: 198px;
  }

  .s-list {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1262px) {
  .section__img {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 50px;
  }

  .section__img--reverse {
    margin-right: 0;
    margin-left: 50px;
  }

  .section__bg {
    left: auto;
    right: 40px;
    bottom: -44px;
  }

  .section__bg--reverse {
    right: auto;
    left: 40px;
  }

  .s-buttons__button:not(:last-of-type) {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .section {
    margin-top: 36px;
    padding-top: 64px;
  }

  .section--last {
    margin-bottom: 75px;
  }

  .section__inner {
    display: block;
  }

  .section__title {
    display: none;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 54px;
  }

  .section__title--mobile {
    display: block;
  }

  .section__img {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .section__bg {
    width: 607px;
    right: auto;
    left: -40px;
    bottom: -38px;
  }

  .section__bg--reverse {
    left: 229px;
  }

  .section__description {
    padding-top: 74px;
  }

  .s-list {
    margin-top: 26px;
  }

  .s-options {
    margin-top: 26px;
    padding-top: 49px;
  }

  .s-buttons {
    margin-top: 57px;
  }

  .s-buttons__button {
    min-width: 218px;
  }

  .s-label {
    display: none;
    top: -45px;
  }

  .s-label--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 0;
    padding-top: 57px;
    padding-bottom: 0;
  }

  .section--last {
    margin-bottom: 43px;
  }

  .section__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  .section__text {
    font-size: 16px;
    line-height: 24px;
  }

  .section__img {
    margin-right: 24px;
  }

  .section__bg {
    width: 308px;
    left: auto;
    right: 103px;
    bottom: -32px;
  }

  .section__description {
    padding-top: 64px;
  }

  .s-list {
    margin-top: 17px;
  }

  .s-buttons {
    display: block;
    margin-top: 9px;
  }

  .s-buttons__button {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .s-buttons__button:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .s-label {
    top: 50px;
    right: 15px;
  }

  .s-options {
    padding-top: 23px;
  }

  .s-options__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .s-options__item {
    margin-right: 15px;
    margin-bottom: 24px;
  }
}

.links-footer {
  background-color: #E4DCD3;
  -webkit-transition: opacity 1s ease-out 0s;
  transition: opacity 1s ease-out 0s;
  opacity: 0;
}

.links-footer.active {
  opacity: 1;
}

.links-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.links-footer__item {
  padding: 50px;
  position: relative;
  max-width: 500px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.links-footer__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #B7B7B7;
  width: 1px;
}

.links-footer__pic {
  height: 66px;
  margin-bottom: 28px;
}

.links-footer__info {
  width: 100%;
}

.links-footer__title {
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  color: #000;
  margin-bottom: 13px;
}

.links-footer__text {
  font-size: 23px;
  line-height: 26px;
  color: #666;
}

.links {
  width: 100%;
  background-color: #E4DCD3;
  padding-top: 19px;
  padding-bottom: 13px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.2s ease 0.1s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.2s ease 0.1s, transform 0.3s ease 0s;
  transition: opacity 0.2s ease 0.1s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.links.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.links-items {
  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;
}

.links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.links-item:not(:last-child) {
  margin-right: 215px;
}

.links-item img {
  margin-right: 16px;
}

@media only screen and (max-width: 1600px) {
  .links {
    padding-top: 15px;
    padding-bottom: 12px;
  }

  .links-item img {
    max-height: 35px;
    max-width: 50px;
  }

  .links-item:not(:last-child) {
    margin-right: 185px;
  }

  .links-footer__title {
    font-size: 26px;
    line-height: 32px;
  }

  .links-footer__text {
    font-size: 20px;
    line-height: 24px;
  }

  .links-footer__item {
    width: 33%;
    padding: 40px;
  }
}

@media only screen and (max-width: 1400px) {
  .links-footer__pic {
    height: 50px;
  }

  .links-footer__img {
    max-height: 50px;
    max-width: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .links-item:not(:last-child) {
    margin-right: 0;
  }

  .links-items {
    width: 75%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .links-item img {
    margin-right: 12px;
    max-width: 48px;
    max-height: 36px;
  }

  .links-footer {
    -webkit-transition: opacity 0.6s ease-out 0s;
    transition: opacity 0.6s ease-out 0s;
  }

  .links-footer__title {
    font-size: 22px;
    line-height: 30px;
  }

  .links-footer__text {
    font-size: 18px;
    line-height: 22px;
  }

  .links-footer__item {
    width: 33%;
    padding: 32px;
  }

  .links-footer__pic {
    height: 50px;
  }

  .links-footer__img {
    max-height: 50px;
    max-width: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .links-footer__item {
    padding: 32px 24px;
  }

  .links-footer__title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 900px) {
  .links-items {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .links {
    padding: 11px 16px 9px;
  }

  .links-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 382px;
    margin: 0 auto;
  }

  .links-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    line-height: 12px;
    max-width: 100px;
    text-align: center;
    font-weight: 500;
  }

  .links-item img {
    margin-right: 0;
    margin-bottom: 10px;
    max-height: 23px;
  }

  .links:not(:last-child) {
    margin-right: 0;
  }

  .links-footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .links-footer__item {
    width: 100%;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 24px 16px 32px 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .links-footer__item:not(:last-child)::after {
    top: auto;
    left: 0;
    height: 1px;
    width: auto;
  }

  .links-footer__img {
    margin-bottom: 0px;
    margin-right: 36px;
    max-width: 45px;
    max-height: 40px;
  }

  .links-footer__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .links-footer__text {
    font-size: 14px;
    line-height: 16px;
  }

  .links-footer__info {
    width: calc(100% - 81px);
  }
}

@media only screen and (max-width: 415px) {
  .links-items {
    width: 100%;
  }
}

