@charset "UTF-8";
@font-face {
  font-family: GilroyRegular;
  src: url("../woff2/gilroy-regular.woff2") format("woff2"), url("../woff/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GilroyMedium;
  src: url("../woff2/gilroy-medium.woff2") format("woff2"), url("../woff/gilroy-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GilroyExtraBold;
  src: url("../woff2/gilroy-extrabold.woff2") format("woff2"), url("../woff/gilroy-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: GilroySemiBold;
  src: url("../woff2/gilroy-semibold.woff2") format("woff2"), url("../woff/gilroy-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body, html {
  background: white;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-container {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.container {
  max-width: 1430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 1650px) {
    .container {
      max-width: 1400px; } }
  @media only screen and (max-width: 1440px) {
    .container {
      max-width: 1200px; } }
  @media only screen and (max-width: 1200px) {
    .container {
      max-width: 960px; } }
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 720px; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: 540px; } }
  @media only screen and (max-width: 568px) {
    .container {
      max-width: 100%; } }

h1, h2, h3, h4, h5, h6, p, a, span, ul, ol, li {
  padding: 0;
  margin: 0; }

a {
  color: #333;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400; }
  a:hover, a:focus {
    text-decoration: none; }

button {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: none; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

img.svg {
  display: none; }

.swiper-button-next, .swiper-button-prev {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  padding: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: none;
  color: transparent; }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none; }

.btn {
  width: 200px;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 1px 10px 24px rgba(55, 178, 245, 0.36);
          box-shadow: 1px 10px 24px rgba(55, 178, 245, 0.36);
  border-radius: 20px;

  background-image: linear-gradient(-92deg, #80e233 0%, #17cd2d 100%);

  background-image: -webkit-linear-gradient(-92deg, #80e233 0%, #17cd2d 100%);
  background-image: -moz-linear-gradient(-92deg, #80e233 0%, #17cd2d 100%);
  background-image: -ms-linear-gradient(-92deg, #80e233 0%, #17cd2d 100%);
  background-image: -o-linear-gradient(182deg, #80e233 0%, #17cd2d 100%);

  text-shadow: 1px 2px 4px rgba(112, 54, 61, 0.35);
  color: #ffffff;
  font-family: "GilroyExtraBold";
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0.9px; }
  .btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 1px 15px 24px rgba(55, 178, 245, 0.36);
            box-shadow: 1px 15px 24px rgba(55, 178, 245, 0.36);
    background-image: linear-gradient(-92deg, #17cd2d 0%, #80e233 100%);
    background-image: -moz-linear-gradient(-92deg, #17cd2d 0%, #80e233 100%);
    background-image: -ms-linear-gradient(-92deg, #17cd2d 0%, #80e233 100%);
    background-image: -o-linear-gradient(182deg, #17cd2d 0%, #80e233 100%);

  }

.section__title {
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.24);
  color: #2754a9;
  font-family: "GilroyExtraBold";
  font-size: 42px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 2.1px; }
  @media only screen and (max-width: 1200px) {
    .section__title {
      font-size: 40px; } }
  @media only screen and (max-width: 992px) {
    .section__title {
      font-size: 30px; } }
  @media only screen and (max-width: 768px) {
    .section__title {
      font-size: 25px;
      line-height: 30px; } }
  @media only screen and (max-width: 568px) {
    .section__title {
      font-size: 20px;
      line-height: 20px; } }

.section__text {
  color: #373737;
  font-family: "GilroyMedium";
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.5px; }
  @media only screen and (max-width: 1200px) {
    .section__text {
      font-size: 27px; } }
  @media only screen and (max-width: 992px) {
    .section__text {
      font-size: 21px;
      line-height: 26px;
      letter-spacing: 1px; } }
  @media only screen and (max-width: 768px) {
    .section__text {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0.8px; } }
  @media only screen and (max-width: 568px) {
    .section__text {
      font-size: 16px; } }

.burger {
  display: none;
  width: 30px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .burger .icon-bar {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 100%;
    height: 2px;
    background-color: #fff; }

.burger.active .icon-bar:nth-child(1), .burger.active .icon-bar:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%; }

.burger.active .icon-bar:nth-child(2) {
  opacity: 0; }

.burger.active .icon-bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }

.burger.active .icon-bar:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none; }

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

.icon {
  display: inline-block;
  font-style: normal;
  content: ' '; }

.ico {
  fill: currentColor; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }

html.mfp-helper {
  height: 100%; }
  html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: inherit;
  min-width: 33px; }

.white-popup-block {
  max-width: 731px;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  border: 1px solid #e1e1e1;
  background-color: #ffffff; }

.popup-buble .popup-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.popup-buble.mfp-ready .popup-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.popup-buble.mfp-removing .popup-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.popup-buble.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.popup-buble.mfp-ready.mfp-bg {
  opacity: 1; }

.popup-buble.mfp-removing.mfp-bg {
  opacity: 0; }

.up_btn {
  position: fixed;
  border-radius: 50%;
  background-color: #082a3c;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none; }
  .up_btn:after {
    position: absolute;
    content: '';
    display: block;
    top: 16px;
    left: 13px;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

.footer {
  background-color: #e2e9ed;
  padding-top: 85px;
  padding-bottom: 76px; }
  @media only screen and (max-width: 568px) {
    .footer {
      padding-top: 35px;
      padding-bottom: 46px; } }

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .footer__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer__logo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 333px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .footer__logo__block {
      max-width: 260px; } }
  @media only screen and (max-width: 992px) {
    .footer__logo__block {
      max-width: 150px; } }
  @media only screen and (max-width: 768px) {
    .footer__logo__block {
      max-width: 260px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 568px) {
    .footer__logo__block {
      max-width: 150px; } }

.footer__logo {
  margin-bottom: 21px; }
  @media only screen and (max-width: 1200px) {
    .footer__logo img {
      width: 180px; } }
  @media only screen and (max-width: 992px) {
    .footer__logo img {
      width: 140px; } }
  @media only screen and (max-width: 768px) {
    .footer__logo img {
      width: 180px; } }
  @media only screen and (max-width: 568px) {
    .footer__logo img {
      width: 140px; } }

.footer__logo__block__social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px; }
  .footer__logo__block__social img {
    width: 47px;
    height: 47px; }
    @media only screen and (max-width: 1200px) {
      .footer__logo__block__social img {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 992px) {
      .footer__logo__block__social img {
        width: 20px;
        height: 20px; } }
    @media only screen and (max-width: 768px) {
      .footer__logo__block__social img {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 568px) {
      .footer__logo__block__social img {
        width: 20px;
        height: 20px; } }

.footer__logo__block__license p {
  color: #7a8690;
  font-family: "GilroyExtraBold";
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1.2px; }
  @media only screen and (max-width: 1200px) {
    .footer__logo__block__license p {
      font-size: 17px; } }
  @media only screen and (max-width: 992px) {
    .footer__logo__block__license p {
      font-size: 12px;
      letter-spacing: 0.9px; } }
  @media only screen and (max-width: 768px) {
    .footer__logo__block__license p {
      display: none; } }

.footer__logo__block__license__adaptive {
  display: none;
  font-size: 17px;
  color: #7a8690;
  font-family: "GilroyExtraBold";
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1.2px; }
  @media only screen and (max-width: 768px) {
    .footer__logo__block__license__adaptive {
      display: block; } }
  @media only screen and (max-width: 568px) {
    .footer__logo__block__license__adaptive {
      font-size: 12px;
      letter-spacing: 0.9px; } }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 883px;
  width: 100%; }
  .footer__menu a {
    color: #212121;
    font-family: "GilroySemiBold";
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 1.2px; }
    .footer__menu a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 1440px) {
      .footer__menu a {
        font-size: 20px; } }
    @media only screen and (max-width: 1200px) {
      .footer__menu a {
        font-size: 17px; } }
    @media only screen and (max-width: 992px) {
      .footer__menu a {
        font-size: 15px; } }
    @media only screen and (max-width: 568px) {
      .footer__menu a {
        font-size: 11px;
        letter-spacing: 0.7px;
        line-height: 25px; } }
    @media only screen and (max-width: 374px) {
      .footer__menu a {
        letter-spacing: 0.3px;
        font-size: 10px; } }
  @media only screen and (max-width: 1440px) {
    .footer__menu {
      max-width: 683px; } }
  @media only screen and (max-width: 1200px) {
    .footer__menu {
      max-width: 600px; } }
  @media only screen and (max-width: 992px) {
    .footer__menu {
      max-width: 500px; } }
  @media only screen and (max-width: 568px) {
    .footer__menu {
      max-width: 366px; } }

header {
  -webkit-box-shadow: 2px 3px 9px rgba(67, 38, 76, 0.06);
          box-shadow: 2px 3px 9px rgba(67, 38, 76, 0.06);
  background-color: #fff; }

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 11px; }

.header__logo img {
  width: 164px; }
  @media only screen and (max-width: 568px) {
    .header__logo img {
      width: 100px; } }

.header__buttom {
  text-align: center;
  line-height: 41px; }
  @media only screen and (max-width: 568px) {
    .header__buttom {
      width: 150px;
      font-size: 14px; } }

.banner {
  background: url(../png/fonbn-2.png) no-repeat top -180px center;
  padding-top: 116px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .banner {
      padding-top: 80px; } }
  @media only screen and (max-width: 568px) {
    .banner {
      padding-top: 50px; } }

.banner__element img {
  position: absolute; }
  .banner__element img:nth-child(1) {
    left: 116px;
    top: 178px;
    -webkit-animation: rota 2s infinite;
            animation: rota 2s infinite; }
    @media only screen and (max-width: 568px) {
      .banner__element img:nth-child(1) {
        left: 20px;
        top: 100px; } }
  .banner__element img:nth-child(2) {
    right: 150px;
    top: 200px;
    -webkit-animation: pulsing 2s infinite;
            animation: pulsing 2s infinite; }
  .banner__element img:nth-child(3) {
    right: 140px;
    bottom: 298px;
    -webkit-animation: rota 4s infinite;
            animation: rota 4s infinite; }
    @media only screen and (max-width: 568px) {
      .banner__element img:nth-child(3) {
        right: 24px;
        bottom: 298px; } }
  .banner__element img:nth-child(4) {
    left: 241px;
    bottom: 82px;
    -webkit-animation: pulsing 2s infinite;
            animation: pulsing 2s infinite; }
    @media only screen and (max-width: 568px) {
      .banner__element img:nth-child(4) {
        left: 319px;
        bottom: 192px; } }
  .banner__element img:nth-child(5) {
    right: 52px;
    top: 439px;
    -webkit-animation: pulsing 2s infinite;
            animation: pulsing 2s infinite; }

@-webkit-keyframes rota {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rota {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

.banner__wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .banner__wrapper {
      display: none; } }

.banner__wrapper__adaptive {
  position: relative;
  display: none;
  padding-bottom: 100px;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .banner__wrapper__adaptive {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .banner__wrapper__adaptive .mouse-btn {
    -webkit-animation: mousenone 4s infinite;
            animation: mousenone 4s infinite;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .banner__wrapper__adaptive .mouse-btn img {
      height: 40px;
      width: 25px; }

.banner__inner__text p {
  margin-top: 26px;
  margin-bottom: 43px;
  max-width: 643px;
  width: 100%; }

@media only screen and (max-width: 1650px) {
  .banner__inner__text h2 {
    line-height: 42px; } }

@media only screen and (max-width: 768px) {
  .banner__inner__text h2 {
    line-height: 30px; } }

@media only screen and (max-width: 768px) {
  .banner__inner__img__wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.banner__inner__img__wrapper img {
  width: 681px;
  height: auto; }
  @media only screen and (max-width: 1200px) {
    .banner__inner__img__wrapper img {
      width: 550px; } }
  @media only screen and (max-width: 992px) {
    .banner__inner__img__wrapper img {
      width: 400px; } }
  @media only screen and (max-width: 568px) {
    .banner__inner__img__wrapper img {
      width: 300px; } }

.banner__btn {
  width: 300px;
  height: 60px;
  border-radius: 30px; }
  @media only screen and (max-width: 568px) {
    .banner__btn {
      width: 250px;
      height: 50px;
      line-height: 42px; } }

.mouse-btn {
  position: relative;
  border-radius: 30px;
  display: inline-block;
  left: 50%;
  bottom: 58px;
  width: 37px;
  height: 61px;
  -webkit-animation: mouse 3s infinite;
          animation: mouse 3s infinite; }
  @media only screen and (max-width: 768px) {
    .mouse-btn {
      display: none; } }

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes mouse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.brightness {
  padding-top: 68px;
  background: url(../png/brightness__bg-2.png) no-repeat top -411px center; }
  .brightness h2 {
    text-align: center; }
    @media only screen and (max-width: 1440px) {
      .brightness h2 {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .brightness {
      padding-bottom: 30px; } }

.brightness__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1200px) {
    .brightness__wrapper {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    .brightness__wrapper {
      display: none; } }

.brightness__wrapper__adaptive {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .brightness__wrapper__adaptive {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.brightness__inner__text h3 {
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.24);
  color: #0f2652;
  font-family: "GilroyExtraBold";
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 1.8px;
  max-width: 440px;
  width: 100%;
  margin-bottom: 28px; }
  @media only screen and (max-width: 768px) {
    .brightness__inner__text h3 {
      text-align: center;
      max-width: 100%;
      font-size: 25px; } }
  @media only screen and (max-width: 568px) {
    .brightness__inner__text h3 {
      font-size: 20px; } }

.brightness__inner__text p {
  margin-bottom: 31px; }

.brightness__btn {
  width: 300px;
  height: 60px;
  border-radius: 30px; }
  @media only screen and (max-width: 568px) {
    .brightness__btn {
      width: 250px;
      height: 50px;
      line-height: 42px; } }

.brightness__inner__img__wrapper {
  margin-bottom: 67px;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 992px) {
    .brightness__inner__img__wrapper {
      margin-bottom: 0px;
      margin-right: -18px; } }
  @media only screen and (max-width: 768px) {
    .brightness__inner__img__wrapper {
      margin-right: 0px; } }

@media only screen and (max-width: 1200px) {
  .brightness__inner__img__main {
    width: 550px; } }

@media only screen and (max-width: 992px) {
  .brightness__inner__img__main {
    width: 400px; } }

@media only screen and (max-width: 568px) {
  .brightness__inner__img__main {
    width: 300px; } }

.brightness__mini-img__inner {
  position: absolute; }
  .brightness__mini-img__inner:nth-child(2) {
    top: 23px;
    left: -52px;
    z-index: -1;
    -webkit-animation: mouseX 3s infinite;
            animation: mouseX 3s infinite; }
    @media only screen and (max-width: 992px) {
      .brightness__mini-img__inner:nth-child(2) img {
        width: 90px; } }
    @media only screen and (max-width: 568px) {
      .brightness__mini-img__inner:nth-child(2) {
        -webkit-animation: mouseX1 3s infinite;
                animation: mouseX1 3s infinite;
        top: -27px;
        left: 17px; }
        .brightness__mini-img__inner:nth-child(2) img {
          width: 60px; } }
  .brightness__mini-img__inner:nth-child(3) {
    top: -26px;
    left: 449px;
    -webkit-animation: anima1 10s infinite;
            animation: anima1 10s infinite; }
    @media only screen and (max-width: 1200px) {
      .brightness__mini-img__inner:nth-child(3) {
        left: 200px; } }
    @media only screen and (max-width: 992px) {
      .brightness__mini-img__inner:nth-child(3) img {
        width: 90px; } }
    @media only screen and (max-width: 568px) {
      .brightness__mini-img__inner:nth-child(3) {
        left: 160px; }
        .brightness__mini-img__inner:nth-child(3) img {
          width: 60px; } }
  .brightness__mini-img__inner:nth-child(4) {
    top: 42px;
    right: -47px; }
    @media only screen and (max-width: 992px) {
      .brightness__mini-img__inner:nth-child(4) img {
        width: 90px; } }
    @media only screen and (max-width: 568px) {
      .brightness__mini-img__inner:nth-child(4) {
        right: 0px; }
        .brightness__mini-img__inner:nth-child(4) img {
          width: 60px; } }
  .brightness__mini-img__inner:nth-child(5) {
    left: -11px;
    bottom: 6px; }
    @media only screen and (max-width: 1200px) {
      .brightness__mini-img__inner:nth-child(5) {
        left: 20px; } }
    @media only screen and (max-width: 992px) {
      .brightness__mini-img__inner:nth-child(5) img {
        width: 90px; } }
    @media only screen and (max-width: 568px) {
      .brightness__mini-img__inner:nth-child(5) img {
        width: 60px; } }
  .brightness__mini-img__inner:nth-child(6) {
    bottom: 3px;
    right: 17px; }
    @media only screen and (max-width: 1200px) {
      .brightness__mini-img__inner:nth-child(6) img {
        width: 90px; } }
    @media only screen and (max-width: 992px) {
      .brightness__mini-img__inner:nth-child(6) img {
        width: 90px; } }
    @media only screen and (max-width: 568px) {
      .brightness__mini-img__inner:nth-child(6) img {
        width: 40px; } }

@-webkit-keyframes mouseX {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  20% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes mouseX {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  20% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes mouseX1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  20% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes mouseX1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  20% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes anima1 {
  0% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); } }

@keyframes anima1 {
  0% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); } }

.download {
  position: relative;
  background: url(../png/download__bg.png) no-repeat top -348px center;
  padding-top: 132px;
  padding-bottom: 84px; }
  @media only screen and (max-width: 1440px) {
    .download {
      padding-top: 100px; } }
  @media only screen and (max-width: 768px) {
    .download {
      padding-top: 50px; } }

.download__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .download__wrapper {
      display: none; } }

.download__wrapper__adaptive {
  position: relative;
  display: none; }
  @media only screen and (max-width: 768px) {
    .download__wrapper__adaptive {
      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: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

.download__inner__img__wrapper {
  position: relative; }
  .download__inner__img__wrapper img:first-child {
    z-index: 2;
    position: absolute;
    top: -55px;
    left: 105px;
    -webkit-animation: mouse1  3s infinite;
            animation: mouse1  3s infinite; }
  .download__inner__img__wrapper img:last-child {
    -webkit-animation: mouse 3s infinite;
            animation: mouse 3s infinite; }
  @media only screen and (max-width: 1200px) {
    .download__inner__img__wrapper img:first-child {
      width: 200px; }
    .download__inner__img__wrapper img:last-child {
      width: 400px; } }
  @media only screen and (max-width: 568px) {
    .download__inner__img__wrapper {
      max-width: 320px;
      width: 100%; }
      .download__inner__img__wrapper img:first-child {
        width: 100px; }
      .download__inner__img__wrapper img:last-child {
        width: 300px; } }
  @media only screen and (max-width: 768px) {
    .download__inner__img__wrapper {
      margin-bottom: 60px; } }

@-webkit-keyframes mouse1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes mouse1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes mouse {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.download__inner__text {
  max-width: 658px;
  width: 100%; }
  .download__inner__text h2 {
    max-width: 629px;
    line-height: 42px;
    margin-bottom: 34px; }
    @media only screen and (max-width: 768px) {
      .download__inner__text h2 {
        line-height: 30px;
        margin-bottom: 50px; } }
  .download__inner__text p {
    margin-bottom: 40px; }
  @media only screen and (max-width: 568px) {
    .download__inner__text {
      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: center;
          -ms-flex-align: center;
              align-items: center; } }

.download__btn {
  width: 300px;
  height: 60px;
  border-radius: 30px; }
  @media only screen and (max-width: 568px) {
    .download__btn {
      width: 250px;
      height: 50px;
      line-height: 42px; } }

.intuitive {
  background: url(../png/intuitivebg.png) no-repeat top center;
  padding-bottom: 40px;
  padding-top: 40px; }
  @media only screen and (max-width: 1200px) {
    .intuitive h2 {
      line-height: 42px; } }
  @media only screen and (max-width: 1200px) and (max-width: 768px) {
    .intuitive h2 {
      line-height: 30px; } }

.intuitive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .intuitive__wrapper {
      display: none; } }

.intuitive__wrapper__adaptive {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .intuitive__wrapper__adaptive {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.intuitive__inner__img__wrapper {
  margin-left: -26px;
  -webkit-animation: pulsing2 10s infinite;
          animation: pulsing2 10s infinite; }
  @media only screen and (max-width: 1200px) {
    .intuitive__inner__img__wrapper img {
      width: 550px; } }
  @media only screen and (max-width: 992px) {
    .intuitive__inner__img__wrapper img {
      width: 400px; } }
  @media only screen and (max-width: 768px) {
    .intuitive__inner__img__wrapper {
      margin-left: 0px; } }
  @media only screen and (max-width: 568px) {
    .intuitive__inner__img__wrapper img {
      width: 300px; } }

@-webkit-keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); } }

@keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); } }

.intuitive__inner__text p {
  margin-top: 13px;
  margin-bottom: 34px;
  max-width: 660px;
  width: 100%; }

.intuitive__btn {
  width: 300px;
  height: 60px;
  border-radius: 30px; }
  @media only screen and (max-width: 568px) {
    .intuitive__btn {
      width: 250px;
      height: 50px;
      line-height: 42px; } }

.list-link {
  background: url(../png/bglist-link.png) no-repeat top center/cover;
  text-align: center;
  padding-top: 68px; }
  .list-link h2 {
    margin-bottom: 14px; }

.list-link__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 74px; }
  @media only screen and (max-width: 1200px) {
    .list-link__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 30px; } }

.list-link__inner {
  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;
  height: 90px;
  border-radius: 100px; }
  .list-link__inner:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 115px 1px rgba(55, 178, 245, 0.36);
            box-shadow: 0px 0px 115px 1px rgba(55, 178, 245, 0.36); }
  @media only screen and (max-width: 768px) {
    .list-link__inner {
      width: 150px; }
      .list-link__inner img {
        width: 100%; } }
  @media only screen and (max-width: 374px) {
    .list-link__inner:first-child {
      margin-right: 30px; } }

.list-link__wrapper__part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 580px;
  width: 100%; }
  @media only screen and (max-width: 1440px) {
    .list-link__wrapper__part1 {
      max-width: 520px; } }
  @media only screen and (max-width: 1200px) {
    .list-link__wrapper__part1 {
      max-width: 580px;
      margin-bottom: 20px; } }

.list-link__wrapper__part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 720px;
  width: 100%; }
  @media only screen and (max-width: 1440px) {
    .list-link__wrapper__part2 {
      max-width: 610px; } }
  @media only screen and (max-width: 1200px) {
    .list-link__wrapper__part2 {
      max-width: 720px; } }

.selection {
  background: url(../png/bgselection.png) no-repeat top center;
  text-align: center;
  padding-top: 103px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .selection {
      padding-top: 60px; } }

.selection__element {
  position: absolute; }
  .selection__element img {
    position: absolute; }
    .selection__element img:nth-child(1) {
      left: 66px;
      top: 75px;
      -webkit-animation: pulsing 4s infinite;
              animation: pulsing 4s infinite; }
      @media only screen and (max-width: 1200px) {
        .selection__element img:nth-child(1) {
          width: 80px;
          left: 119px;
          top: 56px; } }
      @media only screen and (max-width: 992px) {
        .selection__element img:nth-child(1) {
          width: 80px;
          left: 69px;
          top: 76px; } }
    .selection__element img:nth-child(2) {
      left: 200px;
      top: 400px;
      -webkit-animation: pulsing 4s infinite;
              animation: pulsing 4s infinite; }
      @media only screen and (max-width: 1440px) {
        .selection__element img:nth-child(2) {
          left: 214px;
          top: 375px; } }
      @media only screen and (max-width: 1200px) {
        .selection__element img:nth-child(2) {
          width: 20px;
          left: 209px;
          top: 265px; } }
      @media only screen and (max-width: 992px) {
        .selection__element img:nth-child(2) {
          width: 20px;
          left: 159px;
          top: 265px; } }
    .selection__element img:nth-child(3) {
      left: 645px;
      top: 400px;
      -webkit-animation: pulsing 4s infinite;
              animation: pulsing 4s infinite; }
      @media only screen and (max-width: 1440px) {
        .selection__element img:nth-child(3) {
          left: 598px;
          top: 388px; } }
      @media only screen and (max-width: 1200px) {
        .selection__element img:nth-child(3) {
          width: 70px;
          left: 498px;
          top: 276px; } }
      @media only screen and (max-width: 992px) {
        .selection__element img:nth-child(3) {
          width: 50px;
          left: 384px;
          top: 256px; } }
    .selection__element img:nth-child(4) {
      left: 820px;
      top: 360px;
      -webkit-animation: pulsing 3s infinite;
              animation: pulsing 3s infinite; }
      @media only screen and (max-width: 1440px) {
        .selection__element img:nth-child(4) {
          left: 740px;
          top: 330px; } }
      @media only screen and (max-width: 1200px) {
        .selection__element img:nth-child(4) {
          width: 20px;
          left: 601px;
          top: 230px; } }
      @media only screen and (max-width: 992px) {
        .selection__element img:nth-child(4) {
          width: 20px;
          left: 461px;
          top: 218px; } }
    .selection__element img:nth-child(5) {
      left: 1047px;
      top: 257px;
      -webkit-animation: pulsing 4s infinite;
              animation: pulsing 4s infinite; }
      @media only screen and (max-width: 1440px) {
        .selection__element img:nth-child(5) {
          left: 933px;
          top: 232px; } }
      @media only screen and (max-width: 1200px) {
        .selection__element img:nth-child(5) {
          width: 60px;
          left: 754px;
          top: 176px; } }
      @media only screen and (max-width: 992px) {
        .selection__element img:nth-child(5) {
          width: 50px;
          left: 584px;
          top: 180px; } }
    .selection__element img:nth-child(6) {
      left: 905px;
      top: 25px;
      -webkit-animation: pulsing 2s infinite;
              animation: pulsing 2s infinite; }
      @media only screen and (max-width: 1440px) {
        .selection__element img:nth-child(6) {
          left: 819px;
          top: 39px; } }
      @media only screen and (max-width: 1200px) {
        .selection__element img:nth-child(6) {
          width: 35px;
          left: 659px;
          top: 22px; } }
      @media only screen and (max-width: 992px) {
        .selection__element img:nth-child(6) {
          width: 30px;
          left: 509px;
          top: 54px; } }
    .selection__element img:nth-child(7) {
      left: 1350px;
      top: 275px;
      -webkit-animation: pulsing 3s infinite;
              animation: pulsing 3s infinite; }
      @media only screen and (max-width: 1440px) {
        .selection__element img:nth-child(7) {
          left: 1177px;
          top: 253px; } }
      @media only screen and (max-width: 1200px) {
        .selection__element img:nth-child(7) {
          width: 60px;
          left: 927px;
          top: 181px; } }
      @media only screen and (max-width: 992px) {
        .selection__element img:nth-child(7) {
          width: 60px;
          left: 735px;
          top: 193px; } }
  @media only screen and (max-width: 1650px) {
    .selection__element {
      left: -15px; } }
  @media only screen and (max-width: 1440px) {
    .selection__element {
      left: -65px; } }
  @media only screen and (max-width: 768px) {
    .selection__element {
      left: -152px; } }
  @media only screen and (max-width: 568px) {
    .selection__element {
      display: none; } }

.selection__element__adaptive {
  display: none; }
  @media only screen and (max-width: 568px) {
    .selection__element__adaptive {
      display: block;
      position: absolute;
      top: 0;
      left: -296px; }
      .selection__element__adaptive img {
        position: absolute; }
        .selection__element__adaptive img:nth-child(1) {
          left: 66px;
          top: 75px;
          -webkit-animation: pulsing 4s infinite;
                  animation: pulsing 4s infinite; } }
      @media only screen and (max-width: 568px) and (max-width: 1200px) {
        .selection__element__adaptive img:nth-child(1) {
          width: 80px;
          left: 119px;
          top: 56px; } }
      @media only screen and (max-width: 568px) and (max-width: 992px) {
        .selection__element__adaptive img:nth-child(1) {
          width: 80px;
          left: 69px;
          top: 76px; } }
  @media only screen and (max-width: 568px) {
        .selection__element__adaptive img:nth-child(2) {
          left: 200px;
          top: 400px;
          -webkit-animation: pulsing 4s infinite;
                  animation: pulsing 4s infinite; } }
      @media only screen and (max-width: 568px) and (max-width: 1440px) {
        .selection__element__adaptive img:nth-child(2) {
          left: 214px;
          top: 375px; } }
      @media only screen and (max-width: 568px) and (max-width: 1200px) {
        .selection__element__adaptive img:nth-child(2) {
          width: 20px;
          left: 209px;
          top: 265px; } }
      @media only screen and (max-width: 568px) and (max-width: 992px) {
        .selection__element__adaptive img:nth-child(2) {
          width: 20px;
          left: 159px;
          top: 265px; } }
  @media only screen and (max-width: 568px) {
        .selection__element__adaptive img:nth-child(3) {
          left: 645px;
          top: 400px;
          -webkit-animation: pulsing 4s infinite;
                  animation: pulsing 4s infinite; } }
      @media only screen and (max-width: 568px) and (max-width: 1440px) {
        .selection__element__adaptive img:nth-child(3) {
          left: 598px;
          top: 388px; } }
      @media only screen and (max-width: 568px) and (max-width: 1200px) {
        .selection__element__adaptive img:nth-child(3) {
          width: 70px;
          left: 498px;
          top: 276px; } }
      @media only screen and (max-width: 568px) and (max-width: 992px) {
        .selection__element__adaptive img:nth-child(3) {
          width: 50px;
          left: 384px;
          top: 256px; } }
  @media only screen and (max-width: 568px) {
        .selection__element__adaptive img:nth-child(4) {
          left: 820px;
          top: 360px;
          -webkit-animation: pulsing 3s infinite;
                  animation: pulsing 3s infinite; } }
      @media only screen and (max-width: 568px) and (max-width: 1440px) {
        .selection__element__adaptive img:nth-child(4) {
          left: 740px;
          top: 330px; } }
      @media only screen and (max-width: 568px) and (max-width: 1200px) {
        .selection__element__adaptive img:nth-child(4) {
          width: 20px;
          left: 601px;
          top: 230px; } }
      @media only screen and (max-width: 568px) and (max-width: 992px) {
        .selection__element__adaptive img:nth-child(4) {
          width: 20px;
          left: 461px;
          top: 218px; } }
  @media only screen and (max-width: 568px) {
        .selection__element__adaptive img:nth-child(5) {
          left: 1047px;
          top: 257px;
          -webkit-animation: pulsing 4s infinite;
                  animation: pulsing 4s infinite; } }
      @media only screen and (max-width: 568px) and (max-width: 1440px) {
        .selection__element__adaptive img:nth-child(5) {
          left: 933px;
          top: 232px; } }
      @media only screen and (max-width: 568px) and (max-width: 1200px) {
        .selection__element__adaptive img:nth-child(5) {
          width: 60px;
          left: 754px;
          top: 176px; } }
      @media only screen and (max-width: 568px) and (max-width: 992px) {
        .selection__element__adaptive img:nth-child(5) {
          width: 50px;
          left: 584px;
          top: 180px; } }
  @media only screen and (max-width: 568px) {
        .selection__element__adaptive img:nth-child(6) {
          left: 905px;
          top: 25px;
          -webkit-animation: pulsing 2s infinite;
                  animation: pulsing 2s infinite; } }
      @media only screen and (max-width: 568px) and (max-width: 1440px) {
        .selection__element__adaptive img:nth-child(6) {
          left: 819px;
          top: 39px; } }
      @media only screen and (max-width: 568px) and (max-width: 1200px) {
        .selection__element__adaptive img:nth-child(6) {
          width: 35px;
          left: 659px;
          top: 22px; } }
      @media only screen and (max-width: 568px) and (max-width: 992px) {
        .selection__element__adaptive img:nth-child(6) {
          width: 30px;
          left: 509px;
          top: 54px; } }
  @media only screen and (max-width: 568px) {
        .selection__element__adaptive img:nth-child(7) {
          left: 1350px;
          top: 275px;
          -webkit-animation: pulsing 3s infinite;
                  animation: pulsing 3s infinite; } }
      @media only screen and (max-width: 568px) and (max-width: 1440px) {
        .selection__element__adaptive img:nth-child(7) {
          left: 1177px;
          top: 253px; } }
      @media only screen and (max-width: 568px) and (max-width: 1200px) {
        .selection__element__adaptive img:nth-child(7) {
          width: 60px;
          left: 927px;
          top: 181px; } }
      @media only screen and (max-width: 568px) and (max-width: 992px) {
        .selection__element__adaptive img:nth-child(7) {
          width: 60px;
          left: 735px;
          top: 193px; } }

.selection__container {
  position: relative; }

.selection__bg {
  position: absolute;
  top: 0px;
  left: -34px; }
  @media only screen and (max-width: 1440px) {
    .selection__bg {
      width: 1200px;
      top: 21px;
      left: 18px; } }
  @media only screen and (max-width: 1200px) {
    .selection__bg {
      width: 900px;
      top: 5px;
      left: 65px; } }
  @media only screen and (max-width: 992px) {
    .selection__bg {
      width: 720px;
      top: 53px;
      left: 40px; } }

.selection__title {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 381px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .selection__title {
      max-width: 250px; } }
  .selection__title h2 {
    margin-bottom: 19px;
    line-height: 42px; }
    @media only screen and (max-width: 1200px) {
      .selection__title h2 {
        font-size: 22px;
        line-height: 30px; } }
  .selection__title p {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1200px) {
      .selection__title p {
        font-size: 17px;
        line-height: 30px; } }

.selection__btn {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  margin-bottom: 289px; }
  @media only screen and (max-width: 1200px) {
    .selection__btn {
      width: 230px;
      height: 40px;
      line-height: 20px;
      margin-bottom: 200px; } }

.watch {
  background: url(../png/watch__bg.png) no-repeat top -35px center;
  position: relative; }

.watch__element img {
  position: absolute; }
  .watch__element img:nth-child(1) {
    left: 116px;
    top: 178px;
    -webkit-animation: rota 2s infinite;
            animation: rota 2s infinite; }
  .watch__element img:nth-child(2) {
    right: 150px;
    top: 200px;
    -webkit-animation: pulsing 2s infinite;
            animation: pulsing 2s infinite; }

.watch__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .watch__wrapper {
      display: none; } }

.watch__wrapper__adaptive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .watch__wrapper__adaptive {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.watch__inner__img__wrapper {
  position: relative;
  margin-left: -15px;
  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; }
  .watch__inner__img__wrapper img {
    width: 684px;
    height: 483px; }
    @media only screen and (max-width: 1440px) {
      .watch__inner__img__wrapper img {
        width: 600px;
        height: auto; } }
    @media only screen and (max-width: 1440px) {
      .watch__inner__img__wrapper img {
        width: 460px;
        height: auto; } }
    @media only screen and (max-width: 568px) {
      .watch__inner__img__wrapper img {
        width: 300px; } }
  @media only screen and (max-width: 568px) {
    .watch__inner__img__wrapper {
      margin-left: 0px; } }

.watch__inner__play {
  position: absolute;
  top: 181px;
  left: 262px; }
  .watch__inner__play img {
    width: 125px;
    height: auto;
    border-radius: 70px; }
    .watch__inner__play img:hover {
      -webkit-box-shadow: 0 0 24px rgba(251, 148, 80, 0.99);
              box-shadow: 0 0 24px rgba(251, 148, 80, 0.99);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
  @media only screen and (max-width: 1440px) {
    .watch__inner__play {
      top: 167px;
      left: 230px; }
      .watch__inner__play img {
        width: 110px; } }
  @media only screen and (max-width: 1200px) {
    .watch__inner__play {
      top: 127px;
      left: 175px; }
      .watch__inner__play img {
        width: 88px; } }
  @media only screen and (max-width: 568px) {
    .watch__inner__play {
      top: 83px;
      left: 114px; }
      .watch__inner__play img {
        width: 55px; } }

.watch__inner__text {
  width: 740px;
  z-index: 2;
  position: relative; }
  .watch__inner__text h2 {
    max-width: 411px;
    width: 100%;
    margin-bottom: 15px; }
  @media only screen and (max-width: 992px) {
    .watch__inner__text {
      width: 100%; }
      .watch__inner__text h2 {
        max-width: 100%; } }

@font-face {
  font-family: 'Avenir Next Cyr Demi';
  src: local("Avenir Next Cyr Demi"), url("../woff2/avenirnextcyr-demi.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Cyr Medium';
  src: local("Avenir Next Cyr Medium"), url("../woff2/avenirnextcyr-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Cyr Bold';
  src: local("Avenir Next Cyr Bold"), url("../woff2/avenirnextcyr-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Next Cyr Medium';
  src: local("Avenir Next Cyr Medium"), url("../woff2/avenirnextcyr-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

footer {
  padding: 6.77083vw 0 2.60417vw;
  font: 0.83333vw "Avenir Next Cyr Medium" !important;
  color: #212121;
  background: #ecf2f3;
  font-family: "Avenir Next Cyr Medium" !important; }
@media (max-width: 1199px) {
  footer {
    padding: 130px 0 30px;
    font-size: 16px; } }

.footer-row {
  display: flex;
  justify-content: space-between; }
@media (max-width: 567px) {
  .footer-row {
    flex-direction: column; } }

.footer-logo {
  display: block;
  margin-bottom: 0.52083vw; }
@media (max-width: 1199px) {
  .footer-logo {
    margin-bottom: 10px; } }
.footer-logo img {
  width: 8.38542vw; }
@media (max-width: 1199px) {
  .footer-logo img {
    width: 120px; } }

.footer-soc {
  display: flex;
  margin-bottom: 0.52083vw; }
@media (max-width: 1199px) {
  .footer-soc {
    margin-bottom: 10px; } }
.footer-soc a {
  margin-right: 0.36458vw;
  width: 1.66667vw;
  height: 1.66667vw;
  border-radius: 50%;
  background: #fff;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.83333vw;
  transition: color .3s ease-in-out;
  font-family: "Avenir Next Cyr Medium" !important; }
@media (max-width: 1199px) {
  .footer-soc a {
    margin-right: 7px;
    width: 32px;
    height: 32px;
    font-size: 16px; } }
.footer-soc a:hover {
  color: #aa80e3; }

.footer-b {
  display: flex;
  flex-wrap: wrap; }
.footer-b p:first-child {
  font: 0.9375vw "Avenir Next Cyr Demi";
  margin-right: 2.08333vw; }
@media (max-width: 1199px) {
  .footer-b p:first-child {
    margin-right: 20px;
    font-size: 16px; } }
.footer-b p:last-child {
  color: #7f8c95; }

.footer-menu {
  column-count: 2;
  column-gap: 5.20833vw; }
@media (max-width: 1199px) {
  .footer-menu {
    column-gap: 40px; } }
@media (max-width: 567px) {
  .footer-menu {
    order: -1;
    margin-bottom: 20px; } }
.footer-menu li {
  width: max-content;
  margin-bottom: 0.67708vw; }
@media (max-width: 1199px) {
  .footer-menu li {
    margin-bottom: 10px; } }
.footer-menu a {
  color: #212121;
  transition: color .3s ease-in-out;
  font-family: "Avenir Next Cyr Medium" !important; }
.footer-menu a:hover {
  color: #aa80e3; }

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