
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-regular.woff") format("woff"), url("../fonts/montserrat-v18-latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v18-latin-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-700.woff") format("woff"), url("../fonts/montserrat-v18-latin-700.ttf") format("truetype"), url("../fonts/montserrat-v18-latin-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat-v18-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v18-latin-900.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-900.woff") format("woff"), url("../fonts/montserrat-v18-latin-900.ttf") format("truetype"), url("../fonts/montserrat-v18-latin-900.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  margin: 0;
  height: 100%;
}

body.lock {
  overflow: hidden;
}

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

input, textarea, select {
  border: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

li, ul {
  list-style: none;
}

table {  
  margin: 0 0 2em 0;  
  width: 100%;  
}  
  
table tbody tr {  
  border: solid 1px #000;  
  border-left: 0;  
  border-right: 0;  
}  
  
table tbody tr:nth-child(2n + 1) {  
  background-color: rgba(144, 144, 144, 0.25);  
}  
  
table td {  
  padding: 0.75em 0.75em;  
  border: solid 1px #000;  
  vertical-align: text-top;
}  

table a {
  color: #3C32B3;
}
  
table th {  
  color: #fff;  
  font-size: 0.9em;  
  font-weight: 600;  
  padding: 0 0.75em 0.75em 0.75em;  
  text-align: left;  
}  
  
table thead {  
  border-bottom: solid 2px #000;  
}  
  
table tfoot {  
  border-top: solid 2px #000;  
}  
  
table.alt {  
  border-collapse: separate;  
}  
  
table.alt tbody tr td {  
  border: solid 1px #000;  
  border-left-width: 0;  
  border-top-width: 0;  
}  
  
table.alt tbody tr td:first-child {  
  border-left-width: 1px;  
}  
  
table.alt tbody tr:first-child td {  
  border-top-width: 1px;  
}  
  
table.alt thead {  
  border-bottom: 0;  
}  
  
table.alt tfoot {  
  border-top: 0;  
}

.wrapper {
  height: 100vh;
  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;
  position: relative;
}

.container {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}

.header-block {
  text-align: center;
}

.header-block__title {
  font-size: 60px;
  color: #463BF0;
}

.header {
  position: absolute;
  width: 100%;
}

.header.scrolled {
  position: fixed;
  z-index: 99;
  background-color: #3C32B3;
  opacity: 0.8;
}

.header__inner {
  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: 40px 0;
}

.header__link {
  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;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__link:hover {
  color: #463BF0;
}

.header__link:hover svg path {
  fill: #463BF0;
}

.header__link svg {
  margin: 0 10px 0 0;
}

.header__link svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.header__link.scrolled:hover {
  color: #FC887F;
}

.header__link.scrolled:hover svg path {
  fill: #FC887F;
}

.header__menu.active {
  top: 0;
}

.header__burger {
  display: none;
}

.header__menu-list {
  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;
}

.header__menu-item {
  margin: 0 30px 0 0;
}

.header__menu-item:nth-last-child(1) {
  margin: 0;
}

.header__menu-link {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__menu-link:hover {
  color: #463BF0;
}

.header__menu-link.scrolled:hover {
  color: #FC887F;
}

.footer {
  padding: 60px 0;
  text-align: center;
  background-color: #635BC2;
}

.footer .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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.footer__mail {
  font-size: 26px;
  color: #fff;
  margin: 0 0 20px 0;
}

.footer__mail-lnk {
  font-size: 26px;
  font-weight: 700;
  color: #F2D5FE;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__mail-lnk:hover {
  color: #FC887F;
}

.footer__rights {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.terms {
  padding: 70px 0;
}

.terms__header-block {
  margin: 0 0 70px 0;
  text-transform: uppercase;
}

.terms__textbox {
  background-color: #DCEAFE;
  margin: 0 auto;
  padding: 40px;
  line-height: 25px;
  border-radius: 40px;
}

.terms__header {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.terms__updated {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.terms__text {
  margin: 0 0 20px 0;
}

.terms__list {
  margin: 0 0 20px 0;
}

.privacy {
  padding: 70px 0;
}

.privacy__header-block {
  margin: 0 0 70px 0;
  text-transform: uppercase;
}

.privacy__textbox {
  background-color: #DCEAFE;
  margin: 0 auto;
  padding: 40px;
  line-height: 25px;
  border-radius: 40px;
}

.privacy__header {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.privacy__updated {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.privacy__text {
  margin: 0 0 20px 0;
}

.privacy__list {
  margin: 0 0 20px 0;
}

.mainblock {
  background: url("../img/mainscreen.png") center/cover no-repeat;
  background-attachment: fixed;
  height: 100vh;
}

.mainblock .container {
  height: 100%;
  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;
}

.mainblock__content {
  width: 50%;
}

.mainblock__title {
  color: #fff;
  font-size: 60px;
  margin: 0 0 40px 0;
}

.mainblock__text {
  font-size: 24px;
  color: #fff;
  margin: 0 0 40px 0;
}

.mainblock__content-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainblock__content-link {
  margin: 0 20px 0 0;
  padding: 15px 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mainblock__content-link:hover {
  color: #463BF0;
}

.mainblock__content-link:nth-last-child(1) {
  margin: 0;
}

.mainblock__content-link:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fcb67e), color-stop(60%, #fb997e), to(#fc8280));
  background: linear-gradient(90deg, #fcb67e 30%, #fb997e 60%, #fc8280 100%);
}

.mainblock__content-link:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #6fe8a8), color-stop(60%, #79ee97), to(#83f485));
  background: linear-gradient(90deg, #6fe8a8 30%, #79ee97 60%, #83f485 100%);
}

.mainblock__app-media {
  margin: 0 0 40px 0;
}

.mainblock__app-media img {
  width: 188px;
  height: 186px;
}

.mainblock__app-name {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 40px 0;
}

.mainblock__app-link {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #6fe8a8), color-stop(60%, #79ee97), to(#83f485));
  background: linear-gradient(90deg, #6fe8a8 30%, #79ee97 60%, #83f485 100%);
}

.mainblock__app-link:hover {
  color: #463BF0;
}

.about-app {
  padding: 70px 0;
}

.about-app__header-block {
  margin: 0 0 70px 0;
  text-transform: uppercase;
}

.about-app__textbox {
  background-color: #DCEAFE;
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  line-height: 25px;
  border-radius: 40px;
}

.about-app__text {
  margin: 0 0 20px 0;
}

.about-app__text:nth-last-child(1) {
  margin: 0;
}

.apps {
  padding: 70px 0;
}

.apps__header-block {
  margin: 0 0 120px 0;
  text-transform: uppercase;
}

.apps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.item {
  width: 80%;
  padding: 80px 60px 40px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(30%, #85b9fc), color-stop(60%, #acb7fc), color-stop(90%, #d4b6fc));
  background: linear-gradient(to bottom right, #85b9fc 30%, #acb7fc 60%, #d4b6fc 90%);
  margin: 0 auto 100px auto;
  border-radius: 50px;
  position: relative;
}

.item:nth-child(odd)::before {
  content: url("../img/apps_items_3d/pic_1.png");
  position: absolute;
  top: 50px;
  left: -70px;
}

.item:nth-child(odd)::after {
  content: url("../img/apps_items_3d/pic_2.png");
  position: absolute;
  top: -70px;
  left: 110px;
}

.item:nth-child(odd) .img_absolute {
  width: 190px;
  height: 180px;
  position: absolute;
  top: -35%;
  right: -75px;
}

.item:nth-child(even)::after {
  content: url("../img/apps_items_3d/pic_4.png");
  position: absolute;
  bottom: -55px;
  right: -95px;
}

.item__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.item__media img {
  width: 128px;
  height: 128px;
}

.item__textbox {
  padding: 0 40px;
}

.item__textbox-title {
  font-size: 40px;
  color: #fff;
  margin: 0 0 20px 0;
}

.item__textbox-text {
  font-size: 24px;
  color: #fff;
}

.item__links {
  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-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.item__link {
  margin: 0 0 20px 0;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.item__link:hover {
  color: #463BF0;
}

.item__link:nth-last-child(1) {
  margin: 0;
}

.item__link_site {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #6fe8a8), color-stop(60%, #79ee97), to(#83f485));
  background: linear-gradient(90deg, #6fe8a8 30%, #79ee97 60%, #83f485 100%);
}

.item__link_privacy {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fcb67e), color-stop(60%, #fb997e), to(#fc8280));
  background: linear-gradient(90deg, #fcb67e 30%, #fb997e 60%, #fc8280 100%);
}

.item__link_terms {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #dc98fc), color-stop(60%, #b694fc), to(#8990fc));
  background: linear-gradient(90deg, #dc98fc 30%, #b694fc 60%, #8990fc 100%);
}

@media (max-width: 1292px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item__media {
    margin: 0 0 20px 0;
  }
  .item__textbox {
    margin: 0 0 40px 0;
    padding: 0;
  }
  .item__links {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .item__link {
    margin: 0 20px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }
  .item:nth-child(odd) .img_absolute {
    display: none;
  }
  .item:nth-child(even)::after {
    right: -80px;
  }
  .mainblock__app-name {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .mainblock__content {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .header__burger {
    display: block;
    cursor: pointer;
    position: relative;
    top: -3px;
    width: 30px;
    height: 21px;
    z-index: 4;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__burger:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
  }
  .header__burger:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
  }
  .header__burger span {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 3px;
  }
  .header__burger.active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .header__menu {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #84B9FB;
    opacity: 0.9;
    overflow: auto;
    z-index: 3;
  }
  .header__menu-list {
    height: 100%;
    -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;
  }
  .header__menu-item {
    margin: 0 0 30px 0;
  }
  .header__menu-link {
    font-size: 22px;
    color: #fff;
  }
  .item__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item__link {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .item:nth-child(even)::after {
    right: -70px;
  }
  .footer__title {
    font-size: 36px;
  }
  .footer__mail, .footer__mail-lnk {
    font-size: 18px;
  }
  .footer__rights {
    font-size: 18px;
  }
}

@media (max-width: 800px) { 
  .table-responsive { 
    overflow-x: scroll; 
  } 
}

@media (max-width: 650px) {
  .item:nth-child(odd)::before {
    display: none;
  }
  .item:nth-child(odd)::after {
    display: none;
  }
  .item:nth-child(even)::after {
    display: none;
  }
  .apps__header-block {
    margin: 0 0 40px 0;
  }
  .apps {
    padding: 30px 0;
  }
  .item {
    padding: 40px 20px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mainblock__content {
    width: 100%;
  }
  .mainblock__title {
    text-align: center;
  }
  .mainblock__text {
    text-align: center;
  }
  .mainblock__content-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .mainblock__app-name {
    font-size: 18px;
  }
  .item__textbox-text {
    font-size: 18px;
  }
  .item__textbox-title {
    font-size: 22px;
  }
  .item__textbox {
    margin: 0 0 20px 0;
  }
  .footer__title {
    font-size: 26px;
  }
  .footer__mail, .footer__mail-lnk {
    font-size: 14px;
  }
  .footer__rights {
    font-size: 14px;
  }
  .footer {
    padding: 20px 0;
  }
  .header__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) and (max-height: 600px) {
  .mainblock__title {
    font-size: 36px;
    margin: 0 0 20px 0;
  }
  .mainblock__text {
    font-size: 18px;
  }
  .mainblock__content-link {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 900px) and (max-height: 450px) {
  .mainblock__title {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .mainblock__text {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .header__link {
    font-size: 16px;
  }
  .mainblock__content {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 768px) and (max-height: 400px) {
  .mainblock__title {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .mainblock__text {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .mainblock__content-link {
    font-size: 16px;
  }
  .mainblock__content {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 768px) and (max-height: 300px) {
  .mainblock__title {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .mainblock__text {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .mainblock__content-link {
    font-size: 14px;
    padding: 10px 20px;
  }
  .mainblock__content {
    margin: 70px 0 0 0;
  }
}

@media screen and (max-width: 300px) and (max-height: 680px) {
  .header__link {
    font-size: 14px;
  }
  .header__inner {
    padding: 20px 0;
  }
  .mainblock__title {
    font-size: 32px;
    margin: 0 0 20px 0;
  }
  .mainblock__text {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .mainblock__content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainblock__content-link {
    margin: 0;
    width: 100%;
  }
  .mainblock__content-link:nth-child(1) {
    margin: 0 0 20px 0;
  }
}
