@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro-Regular.woff2") format("woff2"), url("../fonts/Intro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro-Bold.woff2") format("woff2"), url("../fonts/Intro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Intro Book";
  src: url("../fonts/Intro-Book.woff2") format("woff2"), url("../fonts/Intro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Intro";
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
a {
  color: #fff;
}

.page {
  transition-delay: 0.2s !important;
  min-width: 1024px;
  position: relative;
}

h3, h4 {
  margin-bottom: 0;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 18px;
}

.main-nav {
  display: flex;
  flex: 1;
  justify-content: space-around;
  max-width: 52%;
}
.main-nav a {
  text-decoration: none;
  line-height: 1.11;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin: 0 2%;
}
.main-nav a:hover {
  text-decoration: underline;
}

.section {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*  max-width: 1920px;
    max-height: 1080px;*/
}
.section h2 {
  font-size: 45px;
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  line-height: 1.18;
  letter-spacing: -0.86px;
  text-transform: uppercase;
  max-width: 52%;
  margin: 0 0 15px;
}
.section h3 {
  font-size: 26px;
  letter-spacing: -0.8px;
  line-height: 1.42;
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
}

.home {
  background-image: url(../img/main-page-bg.jpg);
}
.home .container {
  flex-direction: column;
}

.features {
  background-image: url(../img/features-page-bg.jpg);
}
.features .tns-outer {
  flex: 1;
}
.features .tns-controls {
  display: block !important;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 28px 0 0;
  box-shadow: 0 0 17px 5px rgba(149, 233, 249, 0.36);
  background-color: #00b3f6;
  z-index: 2;
}
.features .tns-controls button {
  text-indent: -999em;
  width: 8px;
  height: 12px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
}
.features .tns-controls button:focus {
  outline: none;
}
.features .tns-controls button[data-controls=prev] {
  bottom: 25%;
  left: 25%;
  background: url(../img/l-arrow.png) no-repeat;
}
.features .tns-controls button[data-controls=next] {
  top: 25%;
  right: 25%;
  background: url(../img/r-arrow.png) no-repeat;
}
.features .f-item {
  width: 100%;
}
.features .f-item__content {
  display: flex;
}
.features .container {
  align-items: center;
}
.features__desc {
  width: 48%;
  padding-right: 4%;
  flex-shrink: 0;
  display: inline-block;
}
.features__desc li + li {
  margin-top: 10px;
}
.features__slider {
  margin-right: 5%;
  display: inline-flex;
  width: 48%;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
.features__slider .slider {
  position: relative;
  flex-shrink: 0;
}
.features__slider .slider:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  max-width: 600px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px 0 #95e9f9;
  border: solid 4px #00aeef;
  z-index: -1;
}
.features__slider img {
  max-width: 100%;
}
.features__slider .tns-controls {
  display: block !important;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 28px 0 0;
  box-shadow: 0 0 17px 5px rgba(149, 233, 249, 0.36);
  background-color: #00b3f6;
  z-index: 2;
}
.features__slider .tns-controls button {
  text-indent: -999em;
  width: 8px;
  height: 12px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
}
.features__slider .tns-controls button:focus {
  outline: none;
}
.features__slider .tns-controls button[data-controls=prev] {
  bottom: 25%;
  left: 25%;
  background: url(../img/l-arrow.png) no-repeat;
}
.features__slider .tns-controls button[data-controls=next] {
  top: 25%;
  right: 25%;
  background: url(../img/r-arrow.png) no-repeat;
}

.gallery {
  background-image: url(../img/gallery-page-bg.jpg);
}
.gallery .container {
  flex-direction: column;
  justify-content: center;
}
.gallery *:focus {
  outline: none;
}
.gallery__item {
  max-width: 600px;
}
.gallery__item p {
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-family: "Intro Book";
  line-height: 1.5;
  letter-spacing: -0.64px;
  color: rgba(255, 255, 255, 0.5);
}
.gallery__item img, .gallery__item video {
  max-width: 100%;
}
.gallery__item video {
  object-fit: cover;
}
.gallery__item + .gallery__item {
  padding-left: 30px;
}
.gallery .counter {
  display: inline-block;
  width: 80px;
  margin: 0 20px;
  vertical-align: middle;
}
.gallery .counter .current {
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  line-height: 1.06;
  letter-spacing: -0.95px;
  font-size: 50px;
}
.gallery .counter .length {
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  line-height: 1.77;
  letter-spacing: -0.57px;
  color: #3e3e3e;
}
.gallery .tns-controls {
  text-align: right;
}
.gallery .tns-controls button {
  border: none;
  background: none;
  width: 8px;
  height: 16px;
  text-indent: -999em;
}
.gallery .tns-controls button:focus {
  outline: none;
}
.gallery .tns-controls button[data-controls=prev] {
  background: url(../img/l-arrow16.png) no-repeat;
}
.gallery .tns-controls button[data-controls=next] {
  background: url(../img/r-arrow16.png) no-repeat;
}

.inline {
  display: inline-block;
}

.news {
  background-image: url(../img/news-page-bg.jpg);
}
.news .back-to-news {
  position: relative;
  text-decoration: none;
  color: #00B3F6;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}
.news .back-to-news:hover {
  text-decoration: none;
}
.news .back-to-news:before {
  content: "";
  background: url(../img/l-arrow.png);
  margin-right: 15px;
  height: 12px;
  width: 8px;
  display: inline-block;
}
.news-more {
  display: none;
}
.news-more p {
  font-size: 14px;
  line-height: 26px;
}
.news-more__item {
  display: none;
}
.news-more__item img {
  max-width: 30%;
}
.news-more__item img + img {
  margin-left: 3%;
}
.news-container {
  height: 100%;
}
.news .container {
  flex-direction: column;
  justify-content: center;
}
.news__item {
  max-width: 407px;
  padding-left: 30px;
}
.news__item img {
  max-width: 100%;
}
.news__item a {
  display: block;
  margin-bottom: 20px;
}
.news .read-more {
  text-transform: uppercase;
  font-size: 12px;
}
.news .read-more:hover {
  text-decoration: none;
}
.news__date {
  font-size: 14px;
  font-weight: bold;
}
.news__title {
  color: #00B3F6;
  font-size: 24px !important;
  font-weight: normal;
  font-family: "Intro Book";
}
.news .counter {
  display: inline-block;
  width: 80px;
  margin: 0 20px;
  vertical-align: middle;
}
.news .counter .current {
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  line-height: 1.06;
  letter-spacing: -0.95px;
  font-size: 50px;
}
.news .counter .length {
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  line-height: 1.77;
  letter-spacing: -0.57px;
  color: #3e3e3e;
}
.news .tns-controls {
  text-align: right;
}
.news .tns-controls button {
  border: none;
  background: none;
  width: 8px;
  height: 16px;
  text-indent: -999em;
}
.news .tns-controls button:focus {
  outline: none;
}
.news .tns-controls button[data-controls=prev] {
  background: url(../img/l-arrow16.png) no-repeat;
}
.news .tns-controls button[data-controls=next] {
  background: url(../img/r-arrow16.png) no-repeat;
}

.forum {
  background-image: url(../img/forum-page-bg.jpg);
}

.page-header {
  position: fixed;
  z-index: 2;
  padding: 19px 21px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.btn {
  color: #fff;
  background: none;
  cursor: pointer;
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  line-height: 2.81;
  text-transform: uppercase;
  letter-spacing: 0.02px;
  display: inline-block;
  border-radius: 0 22px 0 22px;
  padding: 0 4.3%;
  min-width: 210px;
  text-align: center;
  box-shadow: 10px 10px 17px 5px rgba(149, 233, 249, 0.36);
  border: solid 2px #00b3f6;
}
.btn:hover, .btn:active {
  box-shadow: 10px 10px 17px 5px rgba(149, 233, 249, 0.36);
  border: solid 2px #ffffff;
  background-image: linear-gradient(82deg, #eeecd6, #8dd8f7, #8bd7f8);
}

.platforms__items {
  margin-bottom: 40px;
}
.platforms__items img {
  margin: 0 1%;
}

.container {
  display: flex;
  height: 100%;
  padding: 135px 50px 68px;
  position: relative;
}
.container .column {
  flex-direction: column;
}
.container.between {
  justify-content: space-between;
}

#fp-nav.right {
  right: 50px !important;
}
#fp-nav ul li {
  margin: 15px 0;
  width: 9.1px !important;
  height: 9.1px !important;
  border: solid 2px #ffffff;
}
#fp-nav ul li a span {
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: none;
  position: static !important;
  display: block;
}
#fp-nav ul li a.active span {
  background: #fff;
}

.privacy-link {
  position: absolute;
  right: 50px;
  bottom: 68px;
}
.privacy-link:hover {
  text-decoration: none;
}

#tns1 {
  /*
  .tns-item {
    display: none;
  }
  .tns-slide-active{
    display: inline-block;
  }*/
}

.forum {
  display: none !important;
}

.contact {
  background-image: url(../img/contacts-page-bg.png);
}
.contact input[type=text], .contact input[type=email], .contact textarea {
  width: 80%;
}
.contact__feedback {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact__subscribe {
  width: 48%;
}
.contact__subscribe p {
  text-shadow: 21px 2px 34px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}
.contact .container {
  justify-content: space-between;
}
.contact .btn {
  margin-top: 35px;
}

.social-links {
  margin-top: 20px;
}
.social-links__item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.social-links__item a {
  text-decoration: none;
}
.social-links__item_fb {
  background-image: url(../img/fb-ico.png);
  padding-left: 25px;
}
.social-links__item_vk {
  background-image: url(../img/vk-ico.png);
  padding-left: 30px;
}

form input[type=text],
form input[type=email],
form textarea {
  color: #fff;
  background: none;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #00b3f6;
  padding: 20px 14px;
  margin-bottom: 20px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form textarea:focus {
  outline: none;
}

.wscroll {
  animation-duration: 3s;
  animation-delay: 0.5s;
}

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