/* 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;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px #fff;
  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;
}

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 #fff;
}

table tfoot {
  border-top: solid 2px #fff;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px #fff;
  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;
}

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

.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 {
  text-align: center;
  font-size: 60px;
  color: #272A3D;
}

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

.header.scrolled {
  position: fixed;
  z-index: 99;
  background-color: #00a5ba;
  opacity: 1;
}

.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: 10px 0;
}

.header__inner .header__img {
  width: 62px;
  height: 62px;
}

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

.header__link:hover {
  color: #4585F3;
}

.header__link.scrolled {
  color: #fff;
}

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

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

.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: #272A3D;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__menu-link:hover {
  color: #00F0FF;
}

.header__menu-link.scrolled {
  color: #fff;
}

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

.footer {
  padding: 60px 0;
  text-align: center;
  background: #00a5ba;
}

.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: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

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

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

.terms {
  padding: 70px 0;
  background: url("../img/bout_back.png") center/cover no-repeat;
  background-attachment: fixed;
}

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

.terms__textbox {
  padding: 40px;
  line-height: 25px;
  border-radius: 40px;
}

.terms h2 {
  text-align: center;
  color: #33ABDE;
  font-weight: 600;
  font-size: 40px;
}

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

.terms a {
  color: blue;
}

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

.terms p, .terms ul {
  margin: 0 0 20px 0;
}

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

.privacy {
  padding: 70px 0;
  background: url("../img/bout_back.png") center/cover no-repeat;
  background-attachment: fixed;
}

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

.privacy__textbox {
  padding: 40px;
  line-height: 25px;
  border-radius: 40px;
}

.privacy h2 {
  text-align: center;
  color: #33ABDE;
  font-weight: 600;
  font-size: 40px;
}

.privacy h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.privacy a {
  color: blue;
}

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

.privacy p, .privacy ul {
  margin: 0 0 20px 0;
}

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

.mainblock {
  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: 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;
  padding: 0 20px;
}

.mainblock__media {
  width: 48%;
  padding: 0 20px;
}

.mainblock__textbox {
  width: 48%;
  padding: 0 20px;
}

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

.mainblock__text {
  font-size: 24px;
  color: #000;
  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;
  background-color: #00a5ba;
  border: 1px solid #00a5ba;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 14px;
  white-space: nowrap;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.mainblock__content-link:hover {
  color: #00a5ba;
  background-color: transparent;
}

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

.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: #000;
  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, from(#e20057), color-stop(50%, #eb088d), to(#f30fbf));
  background: linear-gradient(90deg, #e20057 0%, #eb088d 50%, #f30fbf 100%);
}

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

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

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

.about-app__textbox {
  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: 0px;
  background: url("../img/bout_back.png") center/cover no-repeat;
  background-attachment: fixed;
}

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

.item {
  width: 80%;
  padding: 40px 16px 40px;
  margin: 0 auto 100px auto;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item__textbox {
  padding: 0 40px;
  margin: 0 0 20px 0;
}

.item__textbox-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #00142E;
  margin: 0 0 20px 0;
}

.item__textbox-text {
  font-size: 18px;
  color: #00142E;
}

.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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item__link {
  width: 100%;
  margin: 0 0 10px 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, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

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

.item__link_site {
  background: #4585F3;
  border: 2px solid #4585F3;
}

.item__link_site:hover {
  background: transparent;
  color: #4585F3;
}

.item__link_privacy {
  background: #BB45F3;
  border: 2px solid #BB45F3;
}

.item__link_privacy:hover {
  background: transparent;
  color: #BB45F3;
}

.item__link_terms {
  background: #E8B42F;
  border: 2px solid #E8B42F;
}

.item__link_terms:hover {
  background: transparent;
  color: #E8B42F;
}

.app {
  padding: 40px 20px;
}

.app__title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #33ABDE;
  margin: 0 0 40px 0;
}

.app__textbox {
  width: 80%;
  margin: 0 auto;
}

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

@media (max-width: 992px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item__textbox-title, .item__textbox-text {
    text-align: center;
  }
  .item__media {
    margin: 0 0 20px 0;
  }
}

@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: #000;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
  }
  .header__burger:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
  }
  .header__burger span {
    background-color: #000;
    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: #234E97;
    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;
  }
  .footer__title {
    font-size: 36px;
  }
  .footer__mail, .footer__mail-lnk {
    font-size: 18px;
  }
  .footer__rights {
    font-size: 18px;
  }
  .mainblock__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainblock__inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media (max-width: 600px) {
  .mainblock__title {
    font-size: 40px;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 480px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    width: 100%;
  }
  .footer__mail-lnk {
    font-size: 14px;
  }
  .mainblock__text {
    font-size: 16px;
  }
  .mainblock__content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainblock__content-link {
    margin: 0 0 20px 0;
  }
  .header__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px) and (max-height: 750px) {
  .mainblock__media {
    display: none;
  }
  .mainblock__textbox {
    width: 100%;
    text-align: center;
  }
  .mainblock__content-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flirty {
  width: 200px;
  height: 200px;
  border-radius: 25px;
}
