.banner {
  background-image: url(/images/bgr_1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.banner__inner {
  position: relative;
  background-position: 100% 50%;
}

.banner__back {
  margin: 32px 0;
}

.banner__buttons {
  position: absolute;
  left: 43px;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__button {
  min-width: 224px;
}

.banner__button--config {
  margin-right: 4px;
}

.banner__button--td {
  background-color: #00AAD2;
}

.banner__button--td:hover {
  background-color: #10B5DC;
}

.blue-label {
  position: absolute;
  left: 16px;
  bottom: 40px;
  background-color: #003B70;
  color: #ffffff;
  padding: 16px 32px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blue-label__top {
  font-size: 3.2rem;
  font-weight: 500;
}

.blue-label__bottom {
  font-size: 1.8rem;
  font-weight: 500;
}

.blue-label hr {
  border-color: #37608D;
  margin-top: 6px;
  margin-bottom: 14px;
}

.blue-label__discount {
  font-size: 0;
}

.blue-label__discount .discount__label {
  color: #fff;
}

@media only screen and (max-width: 1262px) {
  .blue-label__top {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blue-label {
    padding: 14px 10px 14px 16px;
  }

  .blue-label__top {
    font-size: 20px;
  }

  .blue-label__bottom {
    font-size: 16px;
  }
}

.features {
  margin-top: 85px;
  margin-bottom: 96px;
}

.features__title {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 18px;
  text-align: center;
}

.features__subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: center;
}

.features__item {
  padding-bottom: 39px;
}

.features__img {
  height: 344px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.features__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 17px;
}

.features__buttons {
  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;
  margin-top: 50px;
}

.features__button {
  min-width: 312px;
}

.features__button--config {
  margin-right: 4px;
}

.features__button--td {
  background-color: #00AAD2;
}

.features__button--td:hover {
  background-color: #10B5DC;
}

@media screen and (max-width: 1023px) {
  .features__img {
    height: 328px;
  }
}

@media screen and (max-width: 640px) {
  .banner__inner {
    background-position: 100% -45px;
    background-color: #000;
  }

  .banner__back {
    margin: 25px 0;
  }

  .banner__buttons {
    display: block;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .banner__button {
    display: block;
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .banner__button--config {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .features {
    margin-top: 52px;
    margin-bottom: 48px;
  }

  .features__title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .features__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .features__description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 11px;
  }

  .features__item {
    padding-bottom: 19px;
  }

  .features__buttons {
    display: block;
    margin-top: 14px;
  }

  .features__button {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    min-width: 0;
  }

  .features__button--config {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .features__img {
    height: 136px;
  }
}

.dynamics {
  height: calc(100vh - 48px - 10vh);
  min-height: 624px;
  max-height: 900px;
}

.dynamics {
  position: relative;
  background-color: #ddd;
  overflow: hidden;
}

.dynamics.isEntered::after {
  opacity: 0.2;
}

.dynamics.isEntered .dynamics__title span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.dynamics.isEntered .dynamics__tabs {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dynamics.isEntered .dynamics__specs-w {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dynamics.view0 .dynamics__back--view0 {
  opacity: 1;
}

.dynamics.view0 .dynamics__specs--0 {
  opacity: 1;
}

.dynamics.view0 .dynamics__graph--0 {
  opacity: 1;
}

.dynamics.view1 .dynamics__back--view1 {
  opacity: 1;
}

.dynamics.view1 .dynamics__specs--1 {
  opacity: 1;
}

.dynamics.view1 .dynamics__graph--1 {
  opacity: 1;
}

.dynamics.view2 .dynamics__back--view2 {
  opacity: 1;
}

.dynamics.view2 .dynamics__specs--1 {
  opacity: 1;
}

.dynamics.view2 .dynamics__graph--1 {
  opacity: 1;
}

.dynamics::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dynamics__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dynamics__back--view0 {
  opacity: 0;
}

.dynamics__back--view1 {
  opacity: 0;
}

.dynamics__back--view2 {
  opacity: 0;
}

.dynamics__head {
  position: absolute;
  top: 48px;
  left: 32px;
  z-index: 10;
}

.dynamics__title {
  font-size: 7.6rem;
  line-height: 1.05;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
}

.dynamics__title span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dynamics__title--small {
  font-size: 2rem;
  line-height: 1.2;
  color: rgba(195, 186, 180, 0.6);
}

.dynamics__wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.dynamics__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dynamics__link {
  display: block;
  line-height: 56px;
  width: 192px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dynamics__link:hover {
  color: #B7B7B7;
}

.dynamics__link.active {
  background-color: #00AAD2;
}

.dynamics__specs {
  position: absolute;
  left: 32px;
  bottom: 40px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

.dynamics__specs-w {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dynamics__spec {
  color: #fff;
  overflow: hidden;
}

.dynamics__spec:not(:last-of-type) {
  margin-bottom: 17px;
}

.dynamics__description {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}

.dynamics__description span {
  display: inline-block;
  text-align: right;
}

.dynamics__text {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}

.dynamics__graph {
  position: absolute;
  right: 32px;
  bottom: 40px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dynamics__graph img {
  display: block;
  max-width: 100%;
  height: auto;
}

#count1 {
  width: 65px;
}

#count2 {
  width: 38px;
}

#count3 {
  width: 58px;
}

#count4 {
  width: 35px;
}

.dynamics__specs-w--0 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dynamics__specs-w--1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dynamics__specs-w--2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dynamics__specs-w--3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.dynamics__specs-w--4 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.dynamics__specs-w--5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.dynamics__specs-w--6 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.dynamics__specs-w--7 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.dynamics__specs-w--8 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.dynamics__specs-w--9 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.d-composition {
  position: absolute;
  left: 32px;
  bottom: 40px;
  color: #fff;
  max-width: 400px;
  z-index: 10;
}

.d-composition__icon {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #E4DCD3;
  margin-bottom: 15px;
}

.d-composition__icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 42px;
  max-height: 42px;
}

.d-composition__title {
  font-size: 36px;
  line-height: 1.11;
  font-weight: 500;
  margin-bottom: 15px;
}

.d-composition__description {
  font-size: 18px;
  line-height: 1.33;
}

@media only screen and (max-width: 1262px) {
  .dynamics {
    height: 624px;
  }

  .dynamics__head {
    top: 30px;
    left: 40px;
  }

  .dynamics__video {
    display: none;
  }

  .dynamics__back {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .dynamics {
    height: 472px;
    min-height: 472px;
  }

  .dynamics__head {
    top: 21px;
    left: 16px;
    right: 16px;
  }

  .dynamics__title {
    font-size: 38px;
  }

  .dynamics__title--small {
    font-size: 16px;
  }

  .dynamics__wrap {
    width: 100%;
  }

  .dynamics__link {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
  }

  .dynamics__tab {
    width: 33%;
  }

  .dynamics__graph {
    display: none;
  }

  .dynamics__specs {
    left: 16px;
    bottom: 22px;
  }

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

.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%;
  }
}

