@font-face {
  font-family: "Magistral Cyrillic";
  src: url("/fonts/magistral/PT-Magistral-Cyrillic.ttf");
  src: url("/fonts/magistral/PT-Magistral-Cyrillic.woff2") format("woff2"), url("/fonts/magistral/PT-Magistral-Cyrillic.woff") format("woff"), url("/fonts/magistral/PT-Magistral-Cyrillic.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Magistral Cyrillic Bold";
  src: url("/fonts/magistral/PT-Magistral-Bold-Cyrillic.ttf");
  src: url("/fonts/magistral/PT-Magistral-Bold-Cyrillic.woff2") format("woff2"), url("/fonts/magistral/PT-Magistral-Bold-Cyrillic.woff") format("woff"), url("/fonts/magistral/PT-Magistral-Bold-Cyrillic.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Magistral Black Cyrillic Regular";
  src: url("/fonts/magistral/PT-Magistral-Black-Cyrillic-Regular.ttf");
  src: url("/fonts/magistral/PT-Magistral-Black-Cyrillic-Regular.woff2") format("woff2"), url("/fonts/magistral/PT-Magistral-Black-Cyrillic-Regular.woff") format("woff"), url("/fonts/magistral/PT-Magistral-Black-Cyrillic-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Montserrat SemiBold";
  src: url("/fonts/montserrat/Montserrat-SemiBold.otf");
  src: url("/fonts/montserrat/Montserrat-SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("/fonts/montserrat/Montserrat-ExtraBold.otf");
  src: url("/fonts/montserrat/Montserrat-ExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Roboto Regular";
  src: url("/fonts/roboto/RobotoRegular/RobotoRegular.eot");
  src: url("/fonts/roboto/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/RobotoRegular/RobotoRegular.woff") format("woff"), url("/fonts/roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto Medium";
  src: url("/fonts/roboto/RobotoMedium/RobotoMedium.eot");
  src: url("/fonts/roboto/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/RobotoMedium/RobotoMedium.woff") format("woff"), url("/fonts/roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("/fonts/roboto/RobotoBold/RobotoBold.eot");
  src: url("/fonts/roboto/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/RobotoBold/RobotoBold.woff") format("woff"), url("/fonts/roboto/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font: 1.6rem "Roboto Regular", sans-serif;
  background-color: #060C19;
}

.main {
  min-height: 100%;
  margin-bottom: -20px;
  display: flex;
  flex-direction: column;
}

.section {
  position: relative;
}

.section-title {
  margin: 0;
  padding: 6rem 0;
  font: 4rem "Magistral Black Cyrillic Regular", sans-serif;
  line-height: 5.2rem;
  letter-spacing: 0.05px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 15px #0092ff;
}

.section-intro {
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  min-height: 100vh;
  background: url("../img/bg-intro.jpg") no-repeat top center ;
}

.intro-contain {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.intro-header {
  width: 919px;
  height: 419px;
  padding: 45px 0 0 75px;
  background: url("../img/bg-intro-header.png") no-repeat left top;
}

.intro-header h1 {
  margin: 0;
  font: 8.5rem "Magistral Black Cyrillic Regular", sans-serif;
  line-height: 11rem;
  letter-spacing: 0.02px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 15px #0092ff;
}

.intro-header h2 {
  margin: 0;
  font: 6rem "Magistral Black Cyrillic Regular", sans-serif;
  line-height: 7.7rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 15px #0092ff;
}

.intro-header p {
  margin: 0;
  max-width: 49rem;
  font: 3rem "Magistral Cyrillic Bold", sans-serif;
  line-height: 4.2rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: #fff;
}

.intro-download {
  position: relative;
  top: -14px;
  left: -617px;
  width: 546px;
  height: 204px;
  padding-left: 1rem;
  padding-bottom: 3.4rem;
  background: url("../img/bg-download.png") no-repeat center;
}

.intro-download .download-img {
  box-shadow: 0 0 30px 0 #0092ff;
}

.intro-download .download-img:before {
  content: '';
  position: absolute;
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  top: -4px;
  left: -4px;
  background: url("../img/bg-frame-top.png") no-repeat top left;
}

.intro-download .download-img:after {
  content: '';
  position: absolute;
  display: block;
  width: 6.6rem;
  height: 6.6rem;
  bottom: -4px;
  right: -4px;
  background: url("../img/bg-frame-bottom.png") no-repeat right bottom;
}

.intro-scroll {
  margin-top: auto;
  margin-bottom: 2rem;
  text-align: center;
}

.intro-scroll a {
  position: relative;
  display: inline-block;
  width: 5.2rem;
  height: 5.2rem;
  background: url("../img/bg-intro-arrow.svg") no-repeat center;
}

.intro-scroll a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2;
  background: url("../img/bg-intro-octagon.svg") no-repeat center;
  transition: opacity .3s linear;
}

.intro-scroll a:hover:before {
  opacity: 0.6;
}

.section-features .item {
  text-align: center;
}

.section-features .item img {
  max-width: 100%;
  margin-bottom: 15px;
}

.section-features .item h4 {
  font: 2.4rem "Magistral Cyrillic Bold", sans-serif;
  line-height: 3.1rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: #fff;
}

.section-features .item {
  position: relative;
}

.section-features .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #060C19;
}

.section-features .item:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  z-index: 1;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #060C19;
}

.section-features .item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: #1E2430;
  transition: all .3s linear;
}

.section-features .item-link:hover {
  background: #0092ff;
}

.section-features .item-link:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-top: 15px solid transparent;
  border-left: 15px solid #060C19;
}

.section-features .item-link:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-top: 15px solid transparent;
  border-right: 15px solid #060C19;
}

.section-features .item-header {
  overflow: hidden;
}

.section-features .item-header img {
  max-width: 100%;
}

.section-features .item-body {
  padding: 37px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section-features .item-date {
  margin-bottom: .5rem;
  font: 1.4rem "Roboto Regular", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: all .3s linear;
}

.section-features .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section-features .item-content h4 {
  margin: 0;
  font: 2.4rem "Roboto Bold", sans-serif;
  line-height: 3.1rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  transition: all .3s linear;
}

.section-features .item-link .item-content h4 {
  color: #0092ff;
  transition: .3s;
}

.section-features .item-link:hover .item-content h4 {
  color: #fff;
}

.section-features .item-more {
  margin-top: auto;
  margin-bottom: 0!important;
  font: 1.6rem "Roboto Bold", sans-serif;
  line-height: 2.3rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  text-decoration: none;
}

.section-features .item-link .item-more {
  color: #0075cc;
  transition: .3s;
}

.section-features .item-link:hover .item-more {
  color: #fff;
}


.screen-slider .slick-slide:hover, .screen-slider .slick-slide:focus {
  outline: none;
  box-shadow: none;
}

.screen-slider .slick-dots {
  bottom: 80px;
}

.screen-slider .slick-dots li button:before {
  font-size: 10px;
  opacity: 1;
  color: #fff;
}

.screen-slider .slick-dots li.slick-active button:before {
  font-size: 20px;
  color: #0092ff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.page {
  padding: 18rem 0;
}

.page-title {
  margin: 5rem 0;
  padding: 0;
  font: 4rem "Magistral Black Cyrillic Regular", sans-serif;
  line-height: 5.2rem;
  letter-spacing: 0.05px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 15px #0092ff;
}

.page-static h4 {
  font: 2.4rem "Roboto Bold", sans-serif;
  line-height: 3.2rem;
  letter-spacing: 0.05px;
  color: #fff;
}

.page-static p {
  font: 1.8rem "Roboto Regular", sans-serif;
  line-height: 3.2rem;
  letter-spacing: 0.05px;
  color: #fff;
}

.page-static ul {
  font: 1.8rem "Roboto Regular", sans-serif;
  line-height: 3.2rem;
  letter-spacing: 0.05px;
  color: #fff;
}

.download {
  display: flex;
  align-items: center;
}

.download-img {
  position: relative;
  margin-right: 29px;
  box-sizing: content-box;
}

.download-img img {
  max-width: 100%;
  max-height: 100%;
}

.intro-download .download-img {
  width: 15rem;
}

.download-title {
  margin: 0 0 1.5rem;
  font: 2rem "Montserrat ExtraBold", sans-serif;
  line-height: 2.7rem;
  color: #fff;
  text-transform: uppercase;
}

.download-nav {
  display: flex;
  flex-wrap: wrap;
}

.download-nav .icon {
  width: 135px;
  height: 40px;
  opacity: 1;
  transition: opacity .3s linear;
}

.download-nav .icon:hover, .download-nav .icon:active {
  opacity: 0.7;
}

.download-nav .icon + .icon {
  margin-left: 1rem;
}

.download-nav .icon-google {
  background: url("../img/icon-google-play.svg") no-repeat center;
}

.download-nav .icon-appstore {
  background: url("../img/icon-app-store.svg") no-repeat center;
}

.social {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social .nav-item + .nav-item {
  margin-left: 2rem;
  max-height: 4rem;
}

.social .label {
  margin: 0;
  font: 1.6rem "Roboto Bold", sans-serif;
  line-height: 4rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.social .icon {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  opacity: .5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity .3s linear;
}

.social .icon:hover, .social .icon:active {
  opacity: 1;
}

.social .icon.icon-facebook {
  background-image: url("../img/icon-facebook.svg");
}

.social .icon.icon-telegram {
  background-image: url("../img/icon-telegram.svg");
}

.social .icon.icon-reddit {
  background-image: url("../img/icon-reddit.svg");
}

.social .icon.icon-twitter {
  background-image: url("../img/icon-twitter.svg");
}

.pagination {
  margin: 5rem 0 0;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-link {
  height: 6rem;
  width: 6rem;
  font: 2rem "Roboto Regular", sans-serif;
  line-height: 5rem;
  text-align: center;
  border: none;
  color: #fff;
  background: none;
  transition: color .3s linear;
}

.pagination .page-link:hover {
  color: #0092ff;
}

.pagination .active .page-link {
  background: #1E2430;
  background: -moz-linear-gradient(45deg, transparent 12px, #1E2430 12px), -moz-linear-gradient(135deg, transparent 12px, #1E2430 12px), -moz-linear-gradient(225deg, transparent 12px, #1E2430 12px), -moz-linear-gradient(315deg, transparent 12px, #1E2430 12px);
  background: -o-linear-gradient(45deg, transparent 12px, #1E2430 12px), -o-linear-gradient(135deg, transparent 12px, #1E2430 12px), -o-linear-gradient(225deg, transparent 12px, #1E2430 12px), -o-linear-gradient(315deg, transparent 12px, #1E2430 12px);
  background: -webkit-linear-gradient(45deg, transparent 12px, #1E2430 12px), -webkit-linear-gradient(135deg, transparent 12px, #1E2430 12px), -webkit-linear-gradient(225deg, transparent 12px, #1E2430 12px), -webkit-linear-gradient(315deg, transparent 12px, #1E2430 12px);
  background-position: bottom left, bottom right, top right, top left;
  -webkit-background-size: 51% 51%;
  -moz-background-size: 51% 51%;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

.pagination .active .page-link:hover {
  color: #fff;
}

.navbar {
  background-color: #1E2430;
}

.navbar-brand {
  position: relative;
  width: 15rem;
  height: 10rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url("../img/logo.png") no-repeat center;
}

.navbar-toggler {
  order: -1;
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0.5rem;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.navbar-toggler:hover {
  opacity: .7;
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-box {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 24px;
}

.navbar-toggler-inner {
  top: 50%;
  display: block;
  margin-top: 3px;
}

.navbar-toggler-inner, .navbar-toggler-inner:after, .navbar-toggler-inner:before {
  position: absolute;
  width: 37px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.navbar-toggler-inner:after, .navbar-toggler-inner:before {
  display: block;
  content: "";
}

.navbar-toggler-inner:before {
  top: -10px;
}

.navbar-toggler-inner:after {
  bottom: -10px;
}

.navbar-toggler .navbar-toggler-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.navbar-toggler .navbar-toggler-inner, .navbar-toggler .navbar-toggler-inner:before, .navbar-toggler .navbar-toggler-inner:after {
  background-color: #6A6D75;
}

.navbar-toggler .navbar-toggler-inner:before {
  transition: top 75ms ease .12s, opacity 75ms ease;
}

.navbar-toggler .navbar-toggler-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler.active .navbar-toggler-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.navbar-toggler.active .navbar-toggler-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
}

.navbar-toggler.active .navbar-toggler-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.navbar-nav .nav-link {
  padding: 1.1rem 1rem;
  font: 1.4rem "Montserrat SemiBold", sans-serif;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  transition: color .3s linear;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:active {
  outline: none;
}

.nav-desktop .nav-item + .nav-item {
  margin-left: 3rem;
}

.nav-desktop .icon {
  padding-left: 3.2rem !important;
}

.nav-desktop .icon-token {
  background: url("../img/icon-token.svg") no-repeat left center;
}

.nav-desktop .icon-video {
  background: url("../img/icon-youtube.svg") no-repeat left center;
}

.nav-mobile {
  max-height: 2.5rem;
  flex-direction: row;
}

.nav-mobile .nav-item + .nav-item {
  margin-left: 2rem;
}

.nav-mobile .icon {
  display: inline-block;
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 0;
}

.nav-mobile .icon-token {
  background: url("../img/icon-token.svg") no-repeat center;
}

.nav-mobile .icon-video {
  background: url("../img/icon-youtube.svg") no-repeat center;
}

.nav-lang .dropdown-toggle {
  padding: 1rem;
  font: 1.4rem "Montserrat SemiBold", sans-serif;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
}

.nav-lang .dropdown-toggle:focus, .nav-lang .dropdown-toggle:active {
  outline: none;
  box-shadow: none;
}

.nav-lang .dropdown-toggle:after {
  transform: rotate(0);
  transition: .3s;
}

.nav-lang.show .dropdown-toggle {
  background: #060C19;
}

.nav-lang.show .dropdown-toggle:after {
  transform: rotate(180deg);
}

.nav-lang .dropdown-menu {
  position: absolute;
  left: inherit;
  right: 0;
  margin: 0;
  min-width: 5.4rem;
  background-color: #060C19;
}

.nav-lang .dropdown-item {
  padding: 1rem;
  font: 1.4rem "Montserrat SemiBold", sans-serif;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.nav-lang .dropdown-item:hover {
  background-color: #0092ff;
}

.footer {
  position: relative;
  margin-top: auto;
  background-color: #1E2430;
}

.footer-download {
  margin: 4rem 0;
}

.footer-download .download-img {
  width: 10rem;
  height: 10rem;
  box-shadow: 0 0 30px 0 #0092ff;
}

.footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-left: 0;
  margin: 3rem 0;
  list-style: none;
}

.footer-nav .nav-item + .nav-item {
  margin-left: 50px;
}

.footer-nav .nav-link {
  padding: .5rem 0;
  font: 1.4rem "Montserrat SemiBold", sans-serif;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  transition: color .3s linear;
}

.footer-nav .nav-link:hover, .footer-nav .nav-link:active {
  color: rgba(255, 255, 255, 0.5);
}

.footer-nav .icon {
  padding-left: 3.2rem;
}

.footer-nav .icon-token {
  background: url("../img/icon-token.svg") no-repeat left center;
}

.footer-nav .icon-video {
  background: url("../img/icon-youtube.svg") no-repeat left center;
}

.footer-social {
  margin: 3rem 0;
  justify-content: flex-end;
}

.footer-rules {
  margin: 0;
  padding: 1.5rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.02);
}

.footer-rules a {
  display: inline-block;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
}

.news {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.news .item {
  position: relative;
}

.news .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #060C19;
}

.news .item:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-top: 15px solid transparent;
  border-left: 15px solid #060C19;
}

.news .item + .item {
  margin-top: 2rem;
}

.news .item-link {
  position: relative;
  display: flex;
  flex-direction: row;
  background: #1E2430;
  text-decoration: none;
  transition: all .3s linear;
}

.news .item-link:hover {
  background: #0092ff;
}

.news .item-link:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  z-index: 1;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #060C19;
}

.news .item-link:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-top: 15px solid transparent;
  border-right: 15px solid #060C19;
}

.news .item-img {
  position: relative;
  white-space: nowrap;
}

.news .item-img img {
  max-width: 100%;
}

.news .item-body {
  flex: 1;
  min-width: 0;
  padding: 0 9rem;
}

.news .item-date {
  margin: 5rem 0 0;
  font: 1.4rem "Roboto Regular", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.news .item-content h4 {
  margin: 0 0 2rem;
  font: bolder 3rem "Roboto Bold", sans-serif;
  line-height: 4.2rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.news .item-link .item-content h4 {
  color: #0092ff;
  transition: all .3s linear;
}

.news .item-link:hover .item-content h4 {
  color: #fff;
}

.news .item-content p {
  margin: 0 0 3rem;
  font: 1.8rem "Roboto Regular", sans-serif;
  line-height: 2.7rem;
  letter-spacing: 0.05px;
  color: #fff;
}

.news .item-more {
  font: 1.6rem "Roboto Bold", sans-serif;
  line-height: 2.3rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  text-decoration: none;
}

.news .item-link .item-more {
  color: #0092ff;
  transition: all .3s linear;
}

.news .item-link:hover .item-more {
  color: #fff;
}

.support {
  max-width: 804px;
  margin: 0 auto;
}

.support h5 {
  margin: 0 0 5rem;
  font: 1.8rem "Roboto Regular", sans-serif;
  line-height: 3.2rem;
  letter-spacing: 0.05px;
  text-align: center;
  color: #fff;
}

.support h5 a {
  display: block;
  color: #0092ff;
}

.support .form-group {
  position: relative;
  margin-bottom: 3rem;
}

.support .form-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.8rem 3rem;
  font: 2.4rem "Roboto Regular", sans-serif;
  line-height: 4.2rem;
  letter-spacing: 0.05px;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
}

.support .form-label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.support .form-input {
  display: block;
  padding: 1.8rem 3rem;
  width: 100%;
  max-height: 410px;
  resize: none;
  border: none;
  border-bottom: 2px solid #0092ff;
  font: 2.4rem "Roboto Regular", sans-serif;
  line-height: 4.2rem;
  color: #fff;
  background: #1E2430;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.support .form-input:focus,
.support .form-input:valid,
.support .form-input.active {
  outline: none;
  box-shadow: none;
}

.support .form-input:focus ~ .form-label,
.support .form-input:valid ~ .form-label,
.support .form-input.active ~ .form-label {
  font-size: 1.4rem;
  top: -2.4rem;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.support .form-input:focus ~ .form-label:after,
.support .form-input:valid ~ .form-label:after,
.support .form-input.active ~ .form-label:after {
  width: 100%;
  transition: .3s;
}

.support .form-btn {
  text-align: right;
}

.support .btn {
  padding: 1.2rem 5.7rem;
  border-radius: 0;
  font: 2rem "Roboto Bold", sans-serif;
  line-height: 3.4rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  opacity: 1;
  color: #fff;
  background: #0092ff;
  background: -moz-linear-gradient(45deg, transparent 15px, #0092ff 15px), -moz-linear-gradient(135deg, transparent 10px, #0092ff 10px), -moz-linear-gradient(225deg, transparent 15px, #0092ff 15px), -moz-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background: -o-linear-gradient(45deg, transparent 15px, #0092ff 15px), -o-linear-gradient(135deg, transparent 10px, #0092ff 10px), -o-linear-gradient(225deg, transparent 15px, #0092ff 15px), -o-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background: -webkit-linear-gradient(45deg, transparent 15px, #0092ff 15px), -webkit-linear-gradient(135deg, transparent 10px, #0092ff 10px), -webkit-linear-gradient(225deg, transparent 15px, #0092ff 15px), -webkit-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background-position: bottom left, bottom right, top right, top left;
  -webkit-background-size: 51% 51%;
  -moz-background-size: 51% 51%;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  transition: all .3s linear;
}

.support .btn:hover, .support .btn:active {
  opacity: 0.8;
  transition: all .3s linear;
}

.faq .card {
  border: none;
  border-radius: 0;
  background: transparent;
}

.faq .card + .card {
  margin-top: 2rem;
}

.faq .card-header {
  padding: 0;
  border: none;
  background: transparent;
}

.faq .btn {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 2.3rem 7rem 2.3rem 6rem;
  font: 2.4rem "Roboto Medium", sans-serif;
  line-height: 4.2rem;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  color: #fff;
  background: #0092ff;
  background: -moz-linear-gradient(45deg, transparent 15px, #0092ff 15px), -moz-linear-gradient(135deg, transparent 10px, #0092ff 10px), -moz-linear-gradient(225deg, transparent 15px, #0092ff 15px), -moz-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background: -o-linear-gradient(45deg, transparent 15px, #0092ff 15px), -o-linear-gradient(135deg, transparent 10px, #0092ff 10px), -o-linear-gradient(225deg, transparent 15px, #0092ff 15px), -o-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background: -webkit-linear-gradient(45deg, transparent 15px, #0092ff 15px), -webkit-linear-gradient(135deg, transparent 10px, #0092ff 10px), -webkit-linear-gradient(225deg, transparent 15px, #0092ff 15px), -webkit-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background-position: bottom left, bottom right, top right, top left;
  -webkit-background-size: 51% 51%;
  -moz-background-size: 51% 51%;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  transition: all .3s linear;
}

.faq .btn:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 4rem;
  left: 3rem;
  background: #fff;
}

.faq .btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  top: 3rem;
  right: 3rem;
  background: url("../img/icon-plus.svg") no-repeat center/cover;
  opacity: 1;
  transform: rotate(45deg);
  transition: all .3s linear;
}

.faq .btn.collapsed:hover {
  background: #0092ff;
  background: -moz-linear-gradient(45deg, transparent 15px, #0092ff 15px), -moz-linear-gradient(135deg, transparent 10px, #0092ff 10px), -moz-linear-gradient(225deg, transparent 15px, #0092ff 15px), -moz-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background: -o-linear-gradient(45deg, transparent 15px, #0092ff 15px), -o-linear-gradient(135deg, transparent 10px, #0092ff 10px), -o-linear-gradient(225deg, transparent 15px, #0092ff 15px), -o-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background: -webkit-linear-gradient(45deg, transparent 15px, #0092ff 15px), -webkit-linear-gradient(135deg, transparent 10px, #0092ff 10px), -webkit-linear-gradient(225deg, transparent 15px, #0092ff 15px), -webkit-linear-gradient(315deg, transparent 10px, #0092ff 10px);
  background-position: bottom left, bottom right, top right, top left;
  -webkit-background-size: 51% 51%;
  -moz-background-size: 51% 51%;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  transition: all .3s linear;
}

.faq .btn.collapsed:hover:after {
  opacity: 1;
}

.faq .btn.collapsed, .faq .btn.collapsed:active, .btn.collapsed:hover {
  background: #1E2430;
  background: -moz-linear-gradient(45deg, transparent 15px, #1E2430 15px), -moz-linear-gradient(135deg, transparent 10px, #1E2430 10px), -moz-linear-gradient(225deg, transparent 15px, #1E2430 15px), -moz-linear-gradient(315deg, transparent 10px, #1E2430 10px);
  background: -o-linear-gradient(45deg, transparent 15px, #1E2430 15px), -o-linear-gradient(135deg, transparent 10px, #1E2430 10px), -o-linear-gradient(225deg, transparent 15px, #1E2430 15px), -o-linear-gradient(315deg, transparent 10px, #1E2430 10px);
  background: -webkit-linear-gradient(45deg, transparent 15px, #1E2430 15px), -webkit-linear-gradient(135deg, transparent 10px, #1E2430 10px), -webkit-linear-gradient(225deg, transparent 15px, #1E2430 15px), -webkit-linear-gradient(315deg, transparent 10px, #1E2430 10px);
  background-position: bottom left, bottom right, top right, top left;
  -webkit-background-size: 51% 51%;
  -moz-background-size: 51% 51%;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  transition: all .3s linear;
}

.faq .btn.collapsed:before, .faq .btn.collapsed:active:before {
  background: #0092ff;
}

.faq .btn.collapsed:after, .faq .btn.collapsed:active:after {
  opacity: 0.2;
  transform: rotate(0);
  transition: all .3s linear;
}

.faq .btn:focus {
  outline: none;
  box-shadow: none;
}

.faq .card-body {
  padding: 3rem 6rem;
  font: 1.8rem "Roboto Regular", sans-serif;
  line-height: 3.2rem;
  letter-spacing: 0.05px;
  color: #fff;
}

.post-header {
  padding: 7rem 0 4rem;
}

.post-title {
  margin: 0 0 1rem;
  padding: 0;
  font: 4rem "Magistral Black Cyrillic Regular", sans-serif;
  line-height: 5.2rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 5px 15px #0092ff;
}

.post-date {
  margin: 0;
  font: 1.6rem "Roboto Regular", sans-serif;
  line-height: 2.3rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.post-img {
  position: relative;
}

.post-img:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #060C19;
}

.post-img:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-top: 15px solid transparent;
  border-left: 15px solid #060C19;
}

.post-img div:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  z-index: 1;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #060C19;
}

.post-img div:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-top: 15px solid transparent;
  border-right: 15px solid #060C19;
}

.post-img img {
  width: 100%;
  max-width: 100%;
}

.post-social {
  margin: 2rem 0;
}

.post-content {
  font: 1.8rem "Roboto Regular", sans-serif;
  line-height: 3.2rem;
  letter-spacing: 0.05px;
  color: #fff;
}

.post-content p {
  margin-bottom: 4rem;
}

.post-back {
  font: 1.6rem "Roboto Bold", sans-serif;
  line-height: 2.3rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: #0092ff;
  transition: all .3s linear;
}

.post-back span {
  position: relative;
  left: 0;
  transition: 0.1s linear;
}

.post-back:hover {
  text-decoration: none;
  color: #0075cc;
}

.post-back:hover span {
  left: -1rem;
}

.post-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.post-nav .nav-item + .nav-item {
  margin-top: 5rem;
}

.post-nav .item-date {
  display: block;
  font: 1.4rem "Roboto Regular", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.post-nav .item-title {
  font: 2.4rem "Roboto Bold", sans-serif;
  line-height: 3.1rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  color: #0092ff;
  transition: all .3s linear;
}

.post-nav .item-title span {
  display: block;
}

.post-nav .item-title:hover {
  text-decoration: none;
  color: #0075cc;
}

.modal-backdrop.show {
  opacity: .85;
}

.modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.modal-header {
  border: none;
}

.modal-header .close {
  z-index: 1;
  width: 5.2rem;
  height: 5.2rem;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  background: url("../img/bg-modal-octagon.svg") no-repeat center/cover;
  transition: .3s;
}

.modal-header .close:hover {
  opacity: 0.7;
}

.modal-header .close:focus {
  outline: none;
}

.modal-video .modal-header {
  padding: 0 7.2rem;
}

.modal-video .modal-header .close {
  margin: 0 -7.2rem -5.2rem auto;
}

.modal-video .modal-body {
  padding: 0 7.2rem;
}

.modal-video iframe {
  height: 480px;
}

.modal-download .download {
  flex-direction: column;
}

.modal-download .download-img {
  margin: 0 0 2rem;
  box-shadow: 0 0 30px 0 #0092ff;
}

.modal-download .download-title {
  text-align: center;
}

@media (min-width: 576px) {
  .container {
    max-width: inherit;
  }
  .modal-video .modal-dialog {
    max-width: inherit;
  }
  .modal-download .modal-dialog .modal-dialog {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .section-features .item-link {
    min-height: 350px;
  }
}

@media (min-width: 992px) {
  .modal-video .modal-dialog {
    max-width: 80rem;
  }
  .navbar:before {
    content: "";
    position: absolute;
    display: block;
    height: 7rem;
    top: 100%;
    right: 0;
    left: 0;
    background: url("../img/bg-navbar.png") no-repeat -52rem 50%;
  }
  .navbar-brand {
    top: 3rem;
  }
  .nav-mobile {
    display: none;
  }
  .nav-menu {
    margin: 0 auto;
  }
  .nav-menu .nav-item {
    margin: 0 1.5rem;
  }
  .screen-slider:before {
    content: '';
    position: absolute;
    display: block;
    height: 7rem;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    background: url("../img/bg-screen.png") repeat-x center;
  }
  .footer:before {
    content: "";
    position: absolute;
    display: block;
    height: 7rem;
    bottom: 100%;
    left: 0;
    right: 0;
    background: url("../img/bg-footer.png") no-repeat -43rem 50%;
  }
  .section-features .item-link {
    min-height: 380px;
  }
}

@media (min-width: 1200px) {
  .nav-menu .nav-item {
    margin: 0 2rem;
  }
  .section-features .item-link {
    min-height: 380px;
  }
  .section-features .item-main .item-link {
    flex-direction: row;
  }

  .section-features .item-main .item-header {
    max-width: 300px;
  }
  .section-features .item-main .item-header img {
    max-width: initial;
  }
  .section-features .item-main .item-content h4 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    line-height: 4rem;
  }
  .section-features .item-main .item-content p {
    margin-bottom: 2rem;
    font: 1.6rem "Roboto Regular", sans-serif;
    line-height: 2.3rem;
    letter-spacing: 0.05px;
    color: #fff;
  }
}

@media (min-width: 1366px) {
  .section-features .item-main .item-header {
    max-width: 320px;
  }
  .section-features .item-main .item-header img {
    min-height: 380px;
  }
  .section-features .item-main .item-content h4 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 4.2rem;
  }
  .section-features .item-main .item-content p {
    margin-bottom: 2rem;
    font: 1.8rem "Roboto Regular", sans-serif;
    line-height: 2.5rem;
    letter-spacing: 0.05px;
    color: #fff;
  }
}

@media (min-width: 1460px) {
  .container {
    max-width: 1430px;
  }
  .navbar:before {
    background-position: 50% 50%;
  }
  .footer:before {
    background-position: 50% 50%;
  }
}

@media (min-width: 1920px){
  .section-intro {
    background-size: cover;
  }
}
@media (max-width: 1366px) {
  .navbar-brand {
    width: 13.3rem;
    height: 8.4rem;
    background-size: 13.3rem;
  }
  .intro-header {
    width: 816px;
    height: 375px;
    background-size: 816px;
  }
  .intro-header h1 {
    font-size: 7rem;
    line-height: 9rem;
  }
  .intro-header h2 {
    font-size: 5rem;
    line-height: 6.4rem;
  }
  .intro-download {
    left: -535px;
  }
  .section-features .item-body {
    padding: 25px;
  }
  .news .item-body {
    padding: 0 7.2rem;
  }
  .news .item-img {
    width: 452px;
  }
  .news .item-date {
    margin: 4rem 0 0;
    font-size: 1.12rem;
  }
  .news .item-content h4 {
    margin: 0 0 1.6rem;
    font-size: 2.4rem;
    line-height: 3.36rem;
  }
  .news .item-content p {
    margin: 0 0 1.6rem;
    font-size: 1.44rem;
    line-height: 2.16rem;
  }
  .news .item-more {
    font-size: 1.28rem;
    line-height: 1.84rem;
  }
  .support .form-label, .support .form-input {
    font-size: 2rem;
    line-height: 3.8rem;
  }
  .support .form-input {
    max-height: 310px;
  }
  .faq .btn {
    font-size: 2rem;
    line-height: 3.8rem;
  }
  .faq .btn:after {
    width: 2.6rem;
    height: 2.6rem;
  }
  .footer-download .download-nav .icon {
    width: 119px;
    height: 36px;
    background-size: 119px;
  }
  .footer-nav .nav-item + .nav-item {
    margin-left: 3rem;
  }
}

@media (max-width: 1200px) {
  .intro-header {
    width: 700px;
    height: 320px;
    background-size: 700px;
  }
  .intro-header h1 {
    font-size: 6rem;
    line-height: 7.7rem;
  }
  .intro-header h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .intro-header p {
    max-width: 35rem;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .intro-download {
    left: -440px;
  }
  .section-features .item-content h4 {
    font-size: 2.1rem;
  }
  .section-features .item-content p, .section-features .item-content .item-more {
    display: none;
  }
}

@media (max-width: 1024px) {
  .intro-contain {
    max-width: 604px;
    align-items: center;
  }
  .intro-header {
    width: inherit;
    height: inherit;
    padding: 3rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.2);
  }
  .intro-header p {
    max-width: 49rem;
  }
  .intro-download {
    width: inherit;
    height: inherit;
    left: inherit;
    top: inherit;
    padding: 2rem 3rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.2);
  }
  .intro-scroll {
    display: none;
  }
}

@media (max-width: 992px) {
  .navbar-brand {
    margin-top: 1rem;
    margin-right: -11rem;
    width: 9.7rem;
    height: 6.1rem;
    background-size: 9.7rem;
  }
  .navbar-nav {
    align-items: center;
  }
  .nav-menu {
    margin: 6rem 0;
  }
  .nav-desktop {
    display: none;
  }
  .section-intro {
    padding: 150px 0 80px;
    min-height: auto;
  }
  .section-features .item {
    max-width: 560px;
    margin: 0 auto 2rem;
    flex-direction: row;
  }
  .page {
    padding: 8rem 0;
  }
  .page-title, .post-title {
    font-size: 3.2rem;
    line-height: 4.1rem;
  }
  .post-content {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .post-nav {
    margin-top: 5rem;
  }
  .pagination .page-link {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.6rem;
    line-height: 4rem;
  }
  .pagination .active .page-link {
    background: -moz-linear-gradient(45deg, transparent 10px, #1E2430 10px), -moz-linear-gradient(135deg, transparent 10px, #1E2430 10px), -moz-linear-gradient(225deg, transparent 10px, #1E2430 10px), -moz-linear-gradient(315deg, transparent 10px, #1E2430 10px);
    background: -o-linear-gradient(45deg, transparent 10px, #1E2430 10px), -o-linear-gradient(135deg, transparent 10px, #1E2430 10px), -o-linear-gradient(225deg, transparent 10px, #1E2430 10px), -o-linear-gradient(315deg, transparent 10px, #1E2430 10px);
    background: -webkit-linear-gradient(45deg, transparent 10px, #1E2430 10px), -webkit-linear-gradient(135deg, transparent 10px, #1E2430 10px), -webkit-linear-gradient(225deg, transparent 10px, #1E2430 10px), -webkit-linear-gradient(315deg, transparent 10px, #1E2430 10px);
    background-position: bottom left, bottom right, top right, top left;
    -webkit-background-size: 51% 51%;
    -moz-background-size: 51% 51%;
    background-size: 51% 51%;
    background-repeat: no-repeat;
  }
  .screen-slider .slick-slide img {
    max-width: 100%;
  }
  .screen-slider .slick-dots {
    bottom: 40px;
  }
  .news .item {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
  .news .item-link {
    flex-direction: column;
  }
  .news .item-body {
    padding: 0 5rem 1.6rem;
  }
  .news .item-date {
    margin: 1.6rem 0 0;
  }
  .news .item-img {
    width: auto;
  }
  .support .form-label, .support .form-input {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
  .support .form-input {
    max-height: 250px;
  }
  .support .btn {
    padding: 1rem 5rem;
    font-size: 1.6rem;
  }
  .faq .btn {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
  .faq .btn:after {
    width: 2.1rem;
    height: 2.1rem;
  }
  .faq .card-body {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .footer {
    padding: 0;
  }
  .footer-download {
    justify-content: center;
  }
  .footer-download .download-nav .icon {
    width: 135px;
    height: 40px;
    background-size: 135px;
  }
  .footer-col-right {
    background: #060C19;
  }
  .footer-nav, .footer-social {
    justify-content: center;
  }
  .modal-video iframe {
    height: 360px;
  }
}

@media (max-width: 650px) {
  .section-intro {
    padding: 120px 0 50px;
  }
  .intro-header {
    background: none;
    text-align: center;
    padding: 1.5rem;
  }
  .intro-header h1 {
    font-size: 4rem;
    line-height: 5.2rem;
  }
  .intro-header h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 1rem;
  }
  .intro-header p {
    max-width: inherit;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .intro-download {
    padding: 1.5rem;
    flex-direction: column;
    background: none;
  }
  .intro-download .download-img {
    margin: 0 0 3rem;
  }
  .intro-download .download-title {
    text-align: center;
  }
  .section-features .item h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .section-features .item {
    max-width: 380px;
    flex-direction: column;
  }
  .section-features .item:after {
    bottom: inherit;
    left: inherit;
    top: 0;
    right: 0;
    border: none;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #060C19;
  }

  .news .item-img {
    position: relative;
    white-space: nowrap;
  }

  .section-features .item-header {
    max-width: inherit;
  }
  .section-features .item-content h4 {
    min-height: auto;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .screen-slider .slick-dots {
    bottom: .5rem;
  }
  .news .item h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .faq .btn {
    font-size: 1.6rem;
    line-height: 3.4rem;
    padding: 2rem 7rem 2rem 6rem;
  }
  .faq .btn:before {
    top: 3.4rem;
  }
  .faq .btn:after {
    width: 1.8rem;
    height: 1.8rem;
    top: 2.7rem;
  }
  .faq .card-body {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .footer-nav .nav-item + .nav-item {
    margin-left: 2.5rem;
  }
  .modal-video .modal-header {
    padding: 0.5rem 1rem;
  }
  .modal-video .modal-header .close {
    margin: 0 0 0 auto;
  }
  .modal-video .modal-body {
    padding: 0.5rem 1rem;
  }
  .modal-video iframe {
    height: 290px;
  }
  .modal-header .close {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2.3rem;
  }
}

@media (max-width: 576px) {
  .modal-download .modal-dialog {
    max-width: 300px;
    margin: 1.75rem auto;
  }
  .modal-download .download-nav .icon {
    width: 128px;
    background-size: cover;
  }
}

@media (max-width: 550px) {
  .footer-download {
    position: relative;
    padding-top: 47px;
    margin: 4rem auto;
    max-width: 270px;
  }
  .footer-download .download-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer-download .download-nav {
    flex-direction: column;
  }
  .footer-download .download-nav .icon + .icon {
    margin-top: 1rem;
    margin-left: 0;
  }
  .footer-nav {
    flex-direction: column;
    align-items: center;
  }
  .footer-nav .nav-item + .nav-item {
    margin: .5rem 0;
  }
  .footer-rules {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    margin-right: 0;
  }
  .nav-mobile .nav-item + .nav-item {
    margin-left: 0;
  }
  .nav-mobile .icon {
    display: none;
  }
  .nav-desktop {
    display: flex;
    margin: -3rem 0 6rem;
  }
  .nav-desktop .nav-item + .nav-item {
    margin: 0;
  }
  .nav-desktop .dropdown {
    display: none;
  }
  .section-title {
    font-size: 2.6rem;
    line-height: 3.7rem;
  }
  .page-title, .post-title {
    font-size: 2.6rem;
    line-height: 3.7rem;
  }
  .news .item-body {
    padding: 0 3rem 1.6rem;
  }
  .support h5 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .support .form-label, .support .form-input {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .support .form-input {
    max-height: 200px;
  }
  .faq .btn {
    padding-left: 3rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .faq .btn:before {
    display: none;
  }
  .faq .card-body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 375px) {
  .intro-header, .intro-download {
    padding: 0;
  }
  .intro-download .download-nav .icon {
    width: 130px;
    background-size: cover;
  }
  .post-social .nav-item + .nav-item {
    margin-left: 1.2rem;
  }
  .news .item-body {
    padding: 0 1.6rem 1.6rem;
  }

  .section-features .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .section-features .item img {
    max-width: 50%;
    margin-bottom: 0;
  }

  .section-features .item h4 {
    max-width: 50%;
    font-size: 18px;
    line-height: 2.8rem;
  }


  .footer-nav {
    display: none;
  }
}
