@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic&subset=latin,cyrillic);
html {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 0.8;
  color: #333333;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
body {
  font-size: 1.4rem;
}
.right-menu {
  top: 15px;
  right: 15px;
}

.container {
  width: 1158px;
  height: auto;
  padding: 24px 0 0 0;
  margin: 0 auto;
  position: relative;
}
.top-buffer {
  margin-top: 17px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: l;
  /* For IE6 */
}
a.button {
	background: #4795d7;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 3.8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
  width: 30rem;
  height: 3.8rem;
}
a.button:hover {
	-webkit-transform: scale(1.05);
	/* Ch <36, Saf 5.1+*/
	-ms-transform: scale(1.05);
	/* IE 9 */
	transform: scale(1.05);
	/* IE 10, Fx 16+, Op 12.1+ */
}
.modal-title {
	font-weight:bold;
	font-size: 18px;
}
.form-control {
	height: auto;
}
label {
	font-weight: bold;
	line-height: 1.8em;
}
.form-group sup {
	color: red;
	font-size:10px;
}
.form-result-message {
	padding: 32px;
	line-height: 1.7em;
}

@media (min-width: 320px) {
  .container {
    width: 100%;
    padding: 0 12px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 12px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1158px;
    height: auto;
    padding: 0;
  }
}
p {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.errorlist {
  font-size: 16px;
  color: #e20b0b;
}
.privacy_policy p { 
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.agreement {
  color: #2169e8 !important;
}
.user_agreement p {
 font-size: 1.4rem;
 line-height: 1.8;
 margin-bottom: 1.2rem;
}
h1 {
  font-size: 3rem;
  line-height: 1.3;
  margin: 32px 0 32px 0;
  padding-bottom:32px;
  border-bottom: 2px solid #337ab7;
}
h2 {
  font-size: 2.6rem;
  line-height: 1.3;
}
h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.3;
}
h5 {
  font-size: 1.4rem;
  line-height: 1.3;
}
h6 {
  font-size: 1.4rem;
  line-height: 1.3;
}
a {
  font-size: 1.4rem;
  line-height: 1.3;
  color:#337ab7;
  text-decoration: underline;
}
strong{
  font-weight: bold;
}
a:visited {
  color: #709dc4;
}

ul li {
  margin-bottom: 10px;
}
.list-style--1 {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 32px;
}
.butn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.butn:hover {
  -webkit-transform: scale(1.05);
  /* Ch <36, Saf 5.1+*/
  -ms-transform: scale(1.05);
  /* IE 9 */
  transform: scale(1.05);
  /* IE 10, Fx 16+, Op 12.1+ */
}
.btn-green {
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  background: #6ec53d;
  padding: 10px 24px;
}
.btn-green:visited {
  color: #fff;
}
.btn-orange {
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #fb9716;
  padding: 14px 24px;
}
.btn-orange:visited {
  color: #fff;
}
input,
textarea {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.8rem;
  color: #d1d3d4;
  resize: none;
}
button {
  font-family: 'Open Sans', sans-serif !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.8rem;
  color: #d1d3d4;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.8rem;
  color: #d1d3d4;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.8rem;
  color: #d1d3d4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.8rem;
  color: #d1d3d4;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contuct-us__form {
  width: 600px;
  margin: 0 auto;
}
.input-group {
  width: inherit;
  padding-bottom: 15px
}
.input {
  position: relative;
  width: inherit;
  height: 60px;
  outline: none;
  padding-left: 13px;
  margin-bottom: 20px;
}
.textarea {
  height: 240px;
  padding-top: 20px;
  background-color: #faffbd;
  color: #555;
  font-size: 17px;
}
.btn--form {
  display: block;
  margin: 0 auto;
}
.newsletter-form--sidebar {
  width: 228px !important;
}
.newsletter-form--sidebar .input {
  height: 37px;
  font-size: 1.4rem !important;
  border: 1px solid #bcbdc0;
}
.newsletter-form--sidebar input::-webkit-input-placeholder {
  font-size: 1.4rem !important;
}
.newsletter-form--sidebar input::-moz-placeholder {
  font-size: 1.4rem !important;
}
.newsletter-form--sidebar input:-moz-placeholder {
  font-size: 1.4rem !important;
}
.newsletter-form--sidebar .newsletter-form__btn {
  top: 1.1rem;
  right: 1.3rem;
  width: 1.2rem;
  height: 1.5rem;
  background: url("/static/img/ar-blue.png");
}
.logo_hero{
  position: absolute;
  display: block;
  width: 97%;
  height: 80%;
  top: 14%;
  z-index: 99;
}
@media (min-width: 320px) {
  .contuct-us__form {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .contuct-us__form {
    width: 600px;
    margin: 0 auto;
  }
}
#top-main-slider,
.section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#top-main-slider:after,
.section:after {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  background-image: url("/static/img/bg-main-2.jpg");
}
.section-1 {
  background-image: url("/static/img/bg-main-2.jpg");
}
.section-2 {
  background-image: url("/static/img/bg-main.jpg");
}
.first-screen {
  position: relative;
  width: inherit;
  height: inherit;
}
.first-screen:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 542px;
  height: 193px;
  background: url("/static/img/footer-decor.png");
  z-index: 9;
}
.logo {
  display: block;
  width: 433px;
  height: 73px;
  background: url("/static/img/logo.png");
  background-size: auto;
  margin-top: 40px;
}
.logo:after {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  background: url("/static/img/logo-hover.png");
}
.first-screen .logo {
  position: absolute;
  top: 40px;
  left: 15;
  z-index: 2;
}
.main-technologies {
  padding: 12px 0 3.3rem;
}
.main-technologies h2 {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.main-technologies__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5.1rem;
  padding-top: 32px;
}
.main-technologies__item h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.main-technologies__item:first-child {
  margin-left: 0;
}

.main-technologies__item:last-child {
  margin-right: 0;
}
.main-technologies__item .butn {
  display:block;
  margin: 0 40px 0 40px;
  color: #fff;
  font-weight: 700;
  line-height: 6rem;
  text-decoration: none !important;
}
.main-technologies__item .butn:hover {
  color: #fff;
  text-decoration: none !important;
}
.main-technologies__item ul {
  list-style-type: disc;
  margin-left: 2rem;
}
.main-technologies__item ul li {
  line-height: 1.3;
  margin-bottom: 5px;
}
.main-technologies__item--1 {
  /* background: url("/static/img/homepage/tech-decor-1.png") no-repeat top left; */
}
.main-technologies__item--1 .butn {
  background: #fb9716;
}
.main-technologies__item--2 {
  /* background: url("/static/img/homepage/tech-decor-2.png") no-repeat top left; */
}
.main-technologies__item--2 .butn {
  background: #4795d7;
}
.main-technologies__item--3 {
  /* background: url("/static/img/homepage/tech-decor-3.png") no-repeat top left; */
}
.main-technologies__item--3 .butn {
  background: #6ec53d;
}
.go-down {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8.3rem;
  background: rgba(71, 149, 215, 0.5) url("/static/img/ar-down.png") no-repeat 50% 50%;
  z-index: 99;
}
.go-down:hover {
  opacity: 1;
}
.header-decor {
  width: 579px;
  height: 165px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/static/img/header-decor.png");
}
.points-list {
  position: absolute;
  right: 3rem;
  top: 45%;
}
.about-image{
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
    height: auto;
  }
.about-list{
  list-style: initial;
  line-height: 20px;
}
.points-list li a {
  display: block;
  margin-bottom: 2rem;
  width: 1.4rem;
  height: 1.6rem;
  background: url("/static/img/slide-point-full.png");
}
.points-list li a.active-point {
  background: url("/static/img/slide-point-empty.png");
}
@media (min-width: 320px) {
  #top-main-slider {
    width: 100%;
    height: 480px;
    background-size: cover;
  }
  .section-1 {
    background-image: url("/static/img/bg-main2-320.jpg");
  }
  .section-2 {
    background-image: url("/static/img/bg-main-320.jpg");
    background-size: cover;
  }
  .first-screen:after {
    display: none;
  }
  .header-decor {
    width: 165px;
    height: 54px;
    background: url("/static/img/header-decor-320.png");
  }
  .main-technologies__item {
    display: block;
    height: auto;
    margin: auto;
    /* padding-bottom: 60px; */
  }
}
@media (min-width: 768px) {
  #top-main-slider {
    height: 645px;
    background-size: cover;
  }
  .section-1 {
    background-image: url("/static/img/bg-main-2.jpg");
  }
  .section-2 {
    background-image: url("/static/img/bg-main.jpg") !important;
  }
  .first-screen:after {
    display: block;
  }
  .header-decor {
    width: 579px;
    height: 165px;
    background: url("/static/img/header-decor.png") no-repeat;
  }
  .main-technologies__item {
    display: block;
    height: auto;
    margin: 0 30px 30px 30px;
  }
  .main-technologies__item a {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .main-technologies__item {
    width:auto;
  }
}
@media (min-width: 1024px) {
  #top-main-slider {
    height: 645px;
    background-size: cover;
  }
  .section-1 {
    background-image: url("/static/img/bg-main-2.jpg");
  }
  .main-technologies__item {
    display: inline-block;
    padding-top: 32px;
    background-size: auto;
    width: 29%;
    /* height: 840px; */
    margin-bottom: 0;
    /*padding-left: 20px;
    padding-right: 10px; */
  }
}
@media (min-width: 1367px) {
  #top-main-slider {
    height: 925px;
  }
}
.welcome-blog-line {
  height: 55px;
  margin-bottom: 30px;
}
.articles--wide {
  width: 80rem;
}
.blog-article {
  margin-bottom: 35px;
}
.blog-article__thumb {
  width: 760px;
  height: auto;
  overflow: hidden;
  margin-bottom: 16px;
}
.blog-article__thumb img {
  width: 100%;
}
.blog-article__info {
  position: relative;
  padding-left: 85px;
  margin-bottom: 25px;
}
.blog-article__date {
  position: absolute;
  top: 8px;
  left: 0;
  width: 62px;
  height: 97px;
  padding-top: 16px;
  background: url("/static/img/ico-date.png");
}
.blog-article__date span {
  display: block;
  font-size: 1.93rem;
  text-align: center;
  color: #6ec53d;
  margin-bottom: 1px;
}
.blog-article__year {
  font-size: 0.95rem !important;
}
.blog-article__name {
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #333333;
  margin-bottom: 12px;
}
.blog-article__name a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  color: #333333;
  margin-bottom: 12px;
}
.blog-article__share-open {
  width: 100%;
  min-height: 45px;
  position: relative;
}
.blog-article__btn {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar {
  float: left;
  width: 328px;
}
.sidebar--thin {
  width: 28rem;
}
@media (min-width: 320px) {
  .articles {
    width: 100%;
    float: none;
  }
  .blog-article__thumb {
    width: auto;
  }
  .blog-article__thumb img {
    width: 100%;
  }
  .sidebar {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .sidebar--thin {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .articles {
    width: 760px;
    float: none;
    margin: 0 auto;
  }
  .blog-article__thumb {
    width: auto;
  }
  .blog-article__thumb img {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .articles {
    float: none;
    width: 760px;
  }
  .sidebar {
    float: left;
    width: 328px;
  }
  .sidebar--thin {
    width: 28rem;
  }
  .articles--wide {
    width: 80rem;
    float: right;
  }
  .blog-article__thumb {
    width: 760px;
  }
}
.blog-article h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.img-left {
  float: left;
  margin-right: 79px;
}
@media (min-width: 320px) {
  .img-left {
    width: 200px;
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .img-left {
    width: 309px;
    float: left;
    margin-right: 79px;
  }
}
.page-404__bg {
  height: 585px;
  padding-top: 160px;
  background: url("/static/img/page-404.png") no-repeat 30% 65%;
}
.page-404__bg h1 {
  width: 300px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0 690px;
}
.page-404__bg h1 span {
  display: block;
  color: #4795d7;
}
.page-503__bg {
  height: 585px;
  padding-top: 210px;
  background: url("/static/img/page-503.png") no-repeat 30% 65%;
}
.page-503__bg h1 {
  width: 300px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 0 690px;
}
.page-503__bg h1 span {
  display: block;
  color: #fb9716;
}
.video-full-block {
  position: relative;
  width: 100%;
  height: 100vh;
}
.video-full-block .logo-empty {
  position: absolute;
  top: 2.3rem;
  left: 6rem;
}
.page-about{
  padding: 20px
}

.page-about__content {
  padding: 2.4rem 20rem;
}
.page-about__content h2 {
  font-size: 3rem;
  margin-bottom: 3.8rem;
}
.our-achievements {
  height: auto;
  padding: 3rem;
  background: #bbcaca;
}
.our-achievements ul li {
  width: 24%;
  height: 16rem;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 6rem;
  border-right: 1px solid #f7f9f9;
}
.our-achievements ul li h2 {
  font-weight: 300;
  font-size: 3.5rem;
  color: #333333;
}
.our-achievements ul li img {
  display: inline-block;
  vertical-align: middle;
  max-height: 16rem;
  margin: 0 auto;
}
.our-achievements ul li:nth-child(4n) {
  border-right: none;
}
.our-achievements ul li:nth-child(1),
.our-achievements ul li:nth-child(5) {
  padding-left: 2.7rem;
  text-align: left;
}
.our-achievements ul li:nth-child(1) img,
.our-achievements ul li:nth-child(5) img {
  margin-left: 2rem;
}
.our-achievements ul li.skip-on-small {
  display:none;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media (min-width: 320px) {
  .page-about__content {
    padding: 0.4rem 2rem;
  }
  .our-achievements {
    margin-bottom: 30px;
  }
  .our-achievements ul li {
    width: 100%;
    height: 19rem;
    display: block;
    border-right: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f9f9;
  }
  .our-achievements ul li:nth-child(1),
  .our-achievements ul li:nth-child(5) {
    padding-left: 0;
    text-align: center;
  }
  .our-achievements ul li:nth-child(1) img,
  .our-achievements ul li:nth-child(5) img {
    margin: 0 auto;
  }
  
  .video-full-block .logo-empty {
    display: block;
    top: -2.8rem;
    left: -1rem;
    -ms-transform: scale(0.45, 0.45);
    /* IE 9 */
    -webkit-transform: scale(0.45, 0.45);
    /* Safari */
    transform: scale(0.45, 0.45);
  }
}
@media (min-width: 768px) {
  .page-about__content {
    padding: 5.4rem 10rem;
  }
  .video-full-block .logo-empty {
    display: block;
    top: -1.5rem;
    left: 1rem;
    -ms-transform: scale(0.8, 0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8, 0.8);
    /* Safari */
    transform: scale(0.8, 0.8);
  }
}
@media (min-width: 1024px) {
  .page-about__content {
    padding: 2.4rem 20rem;
  }
  .our-achievements {
    margin-bottom: 0;
  }
  .our-achievements ul li {
    width: 24%;
    height: 16rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6rem;
    border-bottom: none;
    border-right: 1px solid #f7f9f9;
  }
  .our-achievements ul li:nth-child(1),
  .our-achievements ul li:nth-child(5) {
    padding-left: 2.7rem;
    text-align: left;
  }
  .our-achievements ul li:nth-child(1) img,
  .our-achievements ul li:nth-child(5) img {
    margin-left: 2rem;
  }
  .our-achievements ul li.skip-on-small {
    display:inline-block;
  }

  .video-full-block .logo-empty {
    top: 2.3rem;
    left: 6rem;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
}
.page-contacts {
  min-height: calc(100vh - 320px);
  padding-top: 40px;
}
.one-contact {
  position: relative;
  height: 360px;
  margin-bottom: 30px;
  padding-left: 82px;
}
.one-contact__info {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-right: 110px;
  padding-top: 165px;
}
.one-contact__info p {
  margin-bottom: 0;
}
.one-contact__mail {
  display: block;
  text-decoration: none;
  margin-bottom: 19px;
}
.one-contact--1 {
  background: url("/static/img/decor-contacts-1.png") no-repeat top left;
}
.one-contact--1 .one-contact__mail,
.one-contact--1 .one-contact__address {
  color: #4795d7;
}
.one-contact--2 {
  background: url("/static/img/decor-contacts-2.png") no-repeat top left;
}
.one-contact--2 .one-contact__mail,
.one-contact--2 .one-contact__address {
  color: #fb9716;
}
.one-contact__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 510px;
  height: 360px;
  border: 5px solid #f4f4f4;
}
.contuct-us {
  width: 100%;
  height: auto;
}
.contuct-us h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 320px) {
  .one-contact {
    height: auto;
    padding-left: 82px;
  }
  .one-contact__info {
    display: block;
    padding-top: 165px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .one-contact__map {
    position: relative;
    width: 100%;
    height: 225px;
    margin-left: -42px;
  }
  .one-contact__info--2 {
    padding-top: 0;
  }
  .contuct-us {
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .one-contact {
    height: 400px;
    padding-left: 82px;
  }
  .one-contact__map {
    position: absolute;
    width: 410px;
    height: 400px;
    margin-left: 0;
  }
  .one-contact__info--2 {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .one-contact {
    height: 360px;
    padding-left: 82px;
  }
  .one-contact__info {
    display: inline-block;
    padding-top: 165px;
    margin-right: 110px;
    margin-bottom: 0;
  }
  .one-contact__map {
    position: absolute;
    width: 510px;
    height: 350px;
  }
  .one-contact__info--2 {
    padding-top: 165px;
  }
  .contuct-us {
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.page-games {
  padding-bottom: 28px;
  background: #fff;
}
.one-game {
  position: relative;
  width: 100%;
  height: 380px;
  margin-bottom: 28px;
}
.one-game a {
  text-decoration: none;
}
.one-game img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.one-game__caption {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 580px;
  background: url("/static/img/game-caption.png");
  z-index: 10;
}
.one-game__caption_book {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 580px;
  background: url("/static/img/game-caption.png");
  z-index: 10;
}
.one-game__info {
  position: relative;
  width: 386px;
  padding: 42px 30px 10px 44px;
  color: #fff;
  z-index: 11;
}
.one-game__info_book {
  position: relative;
  width: 386px;
  padding: 42px 30px 10px 44px;
  color: #fff;
  z-index: 11;
}
.one-game__name {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.one-game__description {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 22px;
}
.one-game__device {
  margin-bottom: 30px;
}
.one-game__device li {
  display: inline-block;
  vertical-align: bottom;
  height: 36px;
  margin-right: 15px;
}
.device-1 {
  height: 36px;
  width: 41px;
  background: url("/static/img/ico-computer.png");
}
.device-2 {
  height: 36px;
  width: 27px;
  background: url("/static/img/ico-ipad.png");
}
.device-3 {
  height: 36px;
  width: 17px;
  background: url("/static/img/ico-phone.png");
}
.device-1--grey {
  background: url("/static/img/ico-dev-1.png");
}
.device-2--grey {
  background: url("/static/img/ico-dev-2.png");
}
.device-3--grey {
  background: url("/static/img/ico-dev-3.png");
}
.one-game__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 425px;
  height: 124px;
  z-index: 12;
}
.one-game__decor--1 {
  background: url("/static/img/game-decor-1.png");
}
.one-game__decor--2 {
  background: url("/static/img/game-decor-2.png");
}
.one-game__decor--3 {
  background: url("/static/img/game-decor-3.png");
}
.one-game__read-more {
  position: absolute;
  bottom: 11px;
  right: 24px;
  display: block;
  width: 54px;
  height: 61px;
  background: url("/static/img/game-read-more.png");
}
.one-game__badge_BADGE {
  display: block;
  width: 126px;
  height: 121px;
  position: absolute;
  top: 45px;
  left: 390px;
  background: url("/static/img/pc_demo_badge.png");
  z-index: 12;
}
.one-game__badge {
  display: block;
  width: 126px;
  height: 121px;
  position: absolute;
  top: 45px;
  left: 390px;
  z-index: 12;
}
.page-games__btn {
  display: block;
  width: 130px;
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 auto;
}
.game-article__slider-container {
  width: 80rem;
}
.instruction_btn{
  display: block;
  width: 30rem;
  height: 3.8rem;
  background: #6ec53d;
  text-align: center;
  color: #fff;
  line-height: 3.8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
}
@media (min-width: 320px) {
  .one-game {
    height: auto;
    width: 100%;
  }
  .one-game img {
    position: relative;
  }
  .img-320 {
    display: block;
    width: 100%;
  }
  .img-768 {
    display: none;
  }
  .one-game__caption {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: #4795d7;
    z-index: 10;
  }
  .one-game__caption_book {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: #ff851f;
    z-index: 10;
  }
  .one-game__info {
    width: auto;
    padding: 22px 20px 10px 24px;
    background: #4795d7;
  }
  .one-game__info_book{
    width: auto;
    padding: 22px 20px 10px 24px;
    background: #ff851f;
  }
  .one-game__badge {
    display: none;
  }
  .page-games {
    margin-bottom: 30px;
  }
  .one-game__decor--1 {
    background: none;
  }
  .one-game__decor--2 {
    background: none;
  }
  .one-game__decor--3 {
    background: none;
  }
  .one-game__read-more {
    width: 299px;
    height: 87px;
    bottom: 0;
    right: 0;
  }
  .one-game__read-more--1 {
    background: url("/static/img/game-read-more-320-1.png");
  }
  .one-game__read-more--2 {
    background: url("/static/img/game-read-more-320-2.png");
  }
  .one-game__read-more--3 {
    background: url("/static/img/game-read-more-320-3.png");
  }
  .one-game__read-more--4 {
    background: url("/static/img/game-read-more-320-1.png");
  }
}
@media (min-width: 768px) {
  .one-game {
    height: 350px;
  }
  .one-game img {
    position: absolute;
  }
  .img-320 {
    display: none;
  }
  .img-768 {
    display: block;
    width: 100%;
    height: 350px;
  }
  .one-game__caption {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: 580px;
    background: url("/static/img/game-caption.png");
    z-index: 10;
  }
  .one-game__caption_book {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: 580px;
    background: url("/static/img/game-caption-book.png");
    z-index: 10;
  } 
  .one-game__info {
    background: none;
    width: 346px;
    padding: 32px 20px 10px 34px;
  }
  .one-game__info_book {
    background: none;
    width: 346px;
    padding: 32px 20px 10px 34px;
  }
  .one-game__badge {
    display: block;
  }
  .one-game__decor--1 {
    background: url("/static/img/game-decor-1.png");
  }
  .one-game__decor--2 {
    background: url("/static/img/game-decor-2.png");
  }
  .one-game__decor--3 {
    background: url("/static/img/game-decor-3.png");
  }
  .one-game__read-more,
  .one-game__read-more--1,
  .one-game__read-more--2,
  .one-game__read-more--3 
    .one-game__read-more--4{
    position: absolute;
    bottom: 11px;
    right: 24px;
    display: block;
    width: 54px;
    height: 61px;
    background: url("/static/img/game-read-more.png");
  }
}
@media (min-width: 1024px) {
  .one-game {
    height: 380px;
  }
  .page-games {
    margin-bottom: 0;
  }
  .img-768 {
    display: block;
    width: 900px;
    height: 380px;
  }
  .one-game__info {
    width: 386px;
    padding: 42px 30px 10px 44px;
  }
  .one-game__info_book {
    width: 386px;
    padding: 42px 30px 10px 44px;
  }
}
.game-article {
  position: relative;
  margin-top: -5.7rem;
}
.game-article > h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.game-article > h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.game-article__slider-container {
  width: inherit;
  margin-bottom: 2.2rem;
}
.gradient-line {
  width: 100%;
  margin-bottom: 2.2rem;
  height: 3px;
  margin-top: 2rem;
  background: url("/static/img/gradient-line.png");
}
@media (min-width: 320px) {
  .game-article__slider li {
    max-height: 250px;
  }
}
@media (min-width: 768px) {
  .game-article__slider li {
    max-height: 350px;
  }
}
@media (min-width: 1024px) {
  .game-article__slider li {
    max-height: 450px;
  }
}
.page-heroes h2 {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.5rem;
}
.container--heroes {
  width: 854px;
}
.heroes-top {
  width: 100%;
  background-image: url("/static/img/bg-heroes-top.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.uniland-top {
  width: 100%;
  background-image: url("/static/img/bg_uniland_top.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.mendelev-top {
  width: 100%;
  background-image: url("/static/img/bg_mendeleev_top.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.heroes-decor-1 {
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 57.4rem;
  height: 18.8rem;
  background: url("/static/img/heroes-decor-1.png");
  z-index: 99;
}
.heroes-top-center {
  height: inherit;
  padding-top: 13px;
  position: relative;
}
.uniland-top-center {
  height: inherit;
  padding-top: 13px;
  position: relative;
}
.mendeleev-top-center {
  height: inherit;
  padding-top: 13px;
  position: relative;
}
.heroes-kickstarter {
  width: 24.7rem;
  position: absolute;
  top: 16.5rem;
  left: 17rem;
  padding-top: 7.6rem;
  background: url("/static/img/heroes-kickstarter.png") no-repeat top left;
}
.heroes-kickstarter a {
  display: block;
  width: 11.5rem;
  height: 3.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgba(123, 153, 197, 0.75);
  text-align: center;
  text-decoration: none;
  line-height: 3.4rem;
  background: url("/static/img/heroes-btn-bg.png") repeat;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(123, 153, 196, 0.75);
  -moz-box-shadow: 0 0 5px rgba(123, 153, 196, 0.75);
  box-shadow: 0 0 5px rgba(123, 153, 196, 0.75);
}
.heroes-navigation {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1000;
}
.heroes-navigation li {
  display: inline-block;
  vertical-align: top;
}
.heroes-navigation li a {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-left: 22px;
}
.heroes-navigation li a:hover {
  border-bottom: 3px solid #fff;
}
.the-story {
  padding: 4rem 0;
}
.heroes-video {
  width: 100%;
  padding-top: 1rem;
}
.about-game {
  padding: 10rem 0 5rem;
  background: #ececec url("/static/img/heroes-decor-2.png") no-repeat 90% 0%;
}
.bristar-slider-container {
  width: 100%;
  margin-bottom: 8.5rem;
}
.game-features__item {
  min-height: 19.5rem;
  padding-left: 34.5rem;
  margin-bottom: 4rem;
}
.game-features__item h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.game-features__item--1 {
  background: url("/static/img/ico-heroes-1.png") no-repeat 0% 0%;
}
.game-features__item--2 {
  background: url("/static/img/ico-heroes-2.png") no-repeat 0% 0%;
}
.game-features__item--3 {
  background: url("/static/img/ico-heroes-3.png") no-repeat 0% 0%;
  margin-bottom: 0;
}
.heroes-newsletter {
  width: 100%;
  height: 30rem;
  background: url("/static/img/bg-heroes-2.jpg") repeat-x top;
}
.heroes-newsletter-center {
  width: 100%;
  height: 30rem;
  padding-top: 6.5rem;
  background: url("/static/img/bg-heroes-newsletter.jpg") no-repeat top center;
}
.uniland-newsletter-center {
  width: 100%;
  height: 30rem;
  padding-top: 6.5rem;
  background: url("/static/img/bg-uniland-newsletter.jpg") no-repeat top center;
}
.heroes-newsletter-center h2 {
  color: #fff;
}
.newsletter-form {
  position: relative;
  width: 39rem;
  margin: 0 auto;
}
.newsletter-form .input {
  color: #939598;
}
.newsletter-form__btn {
  position: absolute;
  top: 1.7rem;
  right: 2.1rem;
  width: 2rem;
  height: 2.6rem;
  border: none;
  outline: none;
  cursor: pointer;
  background: url("/static/img/ar-green.png");
}
.mediakit {
  padding: 8.6rem 0 5.6rem;
  background: url("/static/img/heroes-decor-4.png") no-repeat 90% 0%;
}
.mediakit ul li {
  display: inline-block;
  vertical-align: top;
  width: 21.8rem;
  text-align: center;
  line-height: 1.3;
  padding-top: 28rem;
  margin-right: 10rem;
}
.mediakit ul li a {
  font-weight: 700;
  text-decoration: none;
}
.mediakit ul li a:hover {
  text-decoration: underline;
}
.mediakit ul li:last-child {
  margin-right: 0;
}
.mediakit__item--1 {
  background: url("/static/img/mediakit-1.png") no-repeat center top;
}
.mediakit__item--1 a {
  color: #4795d7;
}
.mediakit__item--2 {
  background: url("/static/img/mediakit-2.png") no-repeat center top;
}
.mediakit__item--2 a {
  color: #6ec53d;
}
.mediakit__item--3 {
  background: url("/static/img/mediakit-3.png") no-repeat center top;
}
.mediakit__item--3 a {
  color: #fb9716;
}
.heroes-footer {
  position: relative;
  height: 60rem;
  padding-top: 5.2rem;
  background: #ececec;
}
.heroes-footer .copyright {
  top: 56rem;
}
.heroes-decor-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54.2rem;
  height: 19.3rem;
  background: url("/static/img/heroes-decor-3.png");
  z-index: 99;
}
.heroes-footer__headline {
  font-size: 2.8rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
  margin-bottom: 5.5rem !important;
}
.heroes-footer__mail {
  width: 33.2rem;
  height: 6rem;
  display: block;
  font-size: 3rem;
  line-height: 6rem;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: #6ec53d;
  margin: 0 auto 5rem;
}
.heroes-footer__address {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4rem;
}
.heroes-footer__address span {
  display: block;
  color: #4795d7;
  font-weight: 600;
}
.soc-society {
  width: 22.6rem;
  margin: 0 auto;
}
.soc-society ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5rem;
}
.soc-society ul li:last-child {
  margin-right: 0;
}
.soc-society ul li a {
  display: block;
  width: 8.8rem;
  height: 10.1rem;
}
.soc-society__link--1 {
  background: url("/static/img/soc-heroes-1.png");
}
.soc-society__link--2 {
  background: url("/static/img/soc-heroes-2.png");
}
#fixed-menu-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  padding-top: 1.4rem;
  background: url("/static/img/menu-bg.jpg");
  z-index: 999;
}
.heroes-top__bristar-logo {
  position: absolute;
  bottom: 10rem;
  right: 15rem;
  width: 168px;
  height: 61px;
  background: url("/static/img/logo-grey.png");
}
.heroes-top__bristar-logo:after {
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  background: url("/static/img/logo-grey-hover.png");
}
.heroes-top__bristar-logo:hover {
  background: url("/static/img/logo-grey-hover.png");
}
@media (min-width: 320px) {
  .heroes-footer__mail {
    width: 100%;
  }
  .newsletter-form {
    position: relative;
    width: 30rem;
    margin: 0 auto;
  }
  .heroes-footer .copyright {
    top: 0.4rem;
  }
  .heroes-decor-4 {
    display: none;
  }
  .bristar-slider li {
    max-height: 220px;
  }
  .heroes-video {
    height: 220px;
  }
  .container--heroes {
    width: 100%;
    padding: 0 10px;
  }
  .heroes-top__bristar-logo {
    bottom: 6rem;
    right: 15rem;
  }
  .heroes-decor-1 {
    display: none;
  }
  .heroes-navigation {
    display: none;
  }
  .heroes-navigation--fixed {
    display: none;
  }
  .heroes-kickstarter {
    display: none;
  }
  .heroes-top {
    height: 480px;
    background-image: url("/static/img/bg-heroes-top-320.jpg");
    background-size: cover;
  }
   .uniland-top {
    height: 480px;
    background-image: url("/static/img/bg-uniland-top-320.jpg");
    background-size: cover;
  }
    .mendeleev-top {
    height: 480px;
    background-image: url("/static/img/bg-mendeleev-top-320.jpg");
    background-size: cover;
  }
  .game-features__item {
    min-height: 19.5rem;
    padding-left: 0;
    padding-top: 20rem;
    margin-bottom: 4rem;
  }
  .game-features__item--1 {
    background: url("/static/img/ico-heroes-1.png") no-repeat 50% 0%;
  }
  .game-features__item--2 {
    background: url("/static/img/ico-heroes-2.png") no-repeat 50% 0%;
  }
  .game-features__item--3 {
    background: url("/static/img/ico-heroes-3.png") no-repeat 50% 0%;
  }
  .mediakit {
    padding: 8.6rem 0 5.6rem;
  }
  .mediakit ul li {
    display: block;
    width: 100%;
    padding-top: 28rem;
    margin-right: 10rem;
  }
}
@media (min-width: 768px) {
  .heroes-footer__mail {
   width: 41.7rem;
  }
  .heroes-navigation--fixed {
    display: block;
  }
  .heroes-footer .copyright {
    position: absolute;
    top: 56rem;
    left: 2rem;
    color: #fff;
  }
  .heroes-decor-4 {
    display: block;
  }
  .bristar-slider li {
    max-height: 340px;
  }
  .heroes-video {
    height: 340px;
  }
  .container--heroes {
    width: 100%;
    padding: 0 10px;
  }
  .heroes-top__bristar-logo {
    bottom: 7rem;
    right: 10rem;
  }
  .heroes-decor-1 {
    display: block;
  }
  .heroes-top {
    height: 545px;
    background-image: url("/static/img/bg-heroes-top.jpg");
    background-size: cover;
  }
   .uniland-top {
    height: 545px;
    background-image: url("/static/img/bg_uniland_top.jpg");
    background-size: cover;
  }
   .mendeleev-top {
    height: 545px;
    background-image: url("/static/img/bg_mendeleev_top.jpg");
    background-size: cover;
  }
  .heroes-kickstarter {
    display: block;
  }
  .game-features__item {
    min-height: 19.5rem;
    padding-top: 0;
    padding-left: 34.5rem;
    margin-bottom: 4rem;
  }
  .game-features__item--1 {
    background: url("/static/img/ico-heroes-1.png") no-repeat 0% 0%;
  }
  .game-features__item--2 {
    background: url("/static/img/ico-heroes-2.png") no-repeat 0% 0%;
  }
  .game-features__item--3 {
    background: url("/static/img/ico-heroes-3.png") no-repeat 0% 0%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .newsletter-form {
    position: relative;
    width: 39rem;
    margin: 0 auto;
  }
  .heroes-footer {
    position: relative;
    height: 60rem;
    padding-top: 5.2rem;
    background: #ececec;
  }
  .heroes-footer .copyright {
    top: 56rem;
  }

  .mediakit {
    padding: 8.6rem 0 5.6rem;
  }
  .mediakit ul li {
    display: inline-block;
    vertical-align: top;
    width: 21.8rem;
    padding-top: 28rem;
    margin-right: 10rem;
  }
  .bristar-slider li {
    max-height: 480px;
  }
  .heroes-video {
    height: 480px;
  }
  .container--heroes {
    width: 854px;
    padding: 0;
  }
  .heroes-navigation {
    display: block;
  }
  .heroes-top {
    height: 645px;
    background-image: url("/static/img/bg-heroes-top.jpg");
    background-size: cover;
  }
  .uniland-top {
    height: 645px;
    background-image: url("/static/img/bg_uniland_top.jpg");
    background-size: cover;
  }
    .mendeleev-top {
    height: 645px;
    background-image: url("/static/img/bg_mendeleev_top.jpg");
    background-size: cover;
  }
}
@media (min-width: 1367px) {
  .heroes-top {
    height: 925px;
    background-size: cover;
  }
   .uniland-top {
    height: 925px;
    background-size: cover;
  }
    .mendeleev-top {
    height: 925px;
    background-size: cover;
  }
}
.page-technologies {
  padding-top: 3rem;
}
.one-technologie {
  position: relative;
  height: auto;
  padding-left: 40rem;
  min-height: 40rem;
  margin-bottom: 5rem;
}
.one-technologie h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.one-technologie h3 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.one-technologie ul {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 1.4rem;
}
.one-technologie ul li {
  margin-bottom: 3px;
}
.one-technologie p span {
  font-weight: 700;
}
.one-technologie--1 {
  background: url("/static/img/homepage/tech-decor-1.png") no-repeat top left;
 }
.one-technologie--1 .drop-line {
  background: #fb9716;
}
.one-technologie--1 h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #fb9716;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.one-technologie--1 ul {
  margin-left: 5rem;
  margin-bottom: 2.5rem;
}
.one-technologie--1 ul li {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.one-technologie--1 a {
  display: block;
  width: 30rem;
  height: 3.8rem;
  background: #fb9716;
  text-align: center;
  color: #fff;
  line-height: 3.8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
}
.one-technologie--2 {
  padding-top: 9.3rem;
  background: url("/static/img/homepage/tech-decor-2.png") no-repeat top left;
}
.one-technologie--2 h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #4795d7;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.one-technologie--2 ul {
  margin-left: 5rem;
  margin-bottom: 2.5rem;
}
.one-technologie--2 ul li {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.one-technologie--2 a {
  display: block;
  width: 30rem;
  height: 3.8rem;
  background: #4795d7;
  text-align: center;
  color: #fff;
  line-height: 3.8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
}
.one-technologie--2 .drop-line {
  background: #4795d7;
}
.one-technologie--3 {
  padding-top: 7.5rem;
  background: url("/static/img/homepage/tech-decor-3.png") no-repeat top left;
}
.one-technologie--3 .drop-line {
  background: #6ec53d;
}
.one-technologie--3 h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #6ec53d;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.one-technologie--3 ul {
  margin-left: 5rem;
  margin-bottom: 2.5rem;
}
.one-technologie--3 ul li {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.one-technologie--3 a {
  display: block;
  width: 30rem;
  height: 3.8rem;
  background: #6ec53d;
  text-align: center;
  color: #fff;
  line-height: 3.8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
}
.one-technologie--4 {
  padding-top: 7.5rem;
  background: url("/static/img/tech-decor-4.png") no-repeat top left;
}
.one-technologie--4 .drop-line {
  background: #1484a5;
}
.one-technologie--4 h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #1484a5;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.one-technologie--4 ul {
  margin-left: 5rem;
  margin-bottom: 2.5rem;
}
.one-technologie--4 ul li {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.one-technologie--4 a {
  display: block;
  width: 30rem;
  height: 3.8rem;
  background: #1484a5;
  text-align: center;
  color: #fff;
  line-height: 3.8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
}
.one-technologie--5 {
  padding-top: 7.5rem;
  background: url("/static/img/tech-decor-5.png") no-repeat top left;
}
.one-technologie--5 .drop-line {
  background: #ad10de;
}
.one-technologie--5 h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #1484a5;
  margin-bottom: 1rem;
  margin-top: 4rem;
}
.one-technologie--5 ul {
  margin-left: 5rem;
  margin-bottom: 2.5rem;
}
.one-technologie--5 ul li {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.one-technologie--5 a {
  display: block;
  width: 30rem;
  height: 3.8rem;
  background: #ad10de;
  text-align: center;
  color: #fff;
  line-height: 3.8rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto;
}

.one-technologie__pic {
  position: absolute;
  top: 18.5rem;
  left: 6.5rem;
}
.one-technologie__pic--1 {
  width: 18rem;
  height: 20.7rem;
  background: url("/static/img/tech-ico-1.png");
}
.one-technologie__pic--2 {
  width: 18rem;
  height: 20.7rem;
  background: url("/static/img/tech-ico-2.png");
}
.one-technologie__pic--3 {
  width: 18rem;
  height: 21.5rem;
  background: url("/static/img/tech-ico-3.png");
}
.one-technologie__pic--4 {
  width: 18rem;
  height: 21rem;
  background: url("/static/img/tech-ico-4.png");
}
.one-technologie__pic--5 {
  width: 18rem;
  height: 20.9rem;
  background: url("/static/img/tech-ico-5.png");
}
.drop-more {
  display: block;
  border: none;
  outline: none;
  width: 5.7rem;
  height: 6.6rem;
  margin: 0 auto;
  cursor: pointer;
}
.drop-line {
  width: 100%;
  height: 2px;
  margin-top: 5rem;
  margin-bottom: -3rem;
}
.full-size{
  min-height: calc(100vh - 320px);
}
.drop-more--1 {
  background: url("/static/img/ico-down-orange.png");
}
.drop-more--1-back {
  background: url("/static/img/ico-down-orange.png");
  -moz-transform: rotate(180deg);
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  -webkit-transform: rotate(180deg);
  /* Safari y Chrome */
}
.drop-more--2 {
  background: url("/static/img/ico-down-blue.png");
}
.drop-more--2-back {
  background: url("/static/img/ico-down-blue.png");
  -moz-transform: rotate(180deg);
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  -webkit-transform: rotate(180deg);
  /* Safari y Chrome */
}
.drop-more--3 {
  background: url("/static/img/ico-down-green.png");
}
.drop-more--3-back {
  background: url("/static/img/ico-down-green.png");
  -moz-transform: rotate(180deg);
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  -webkit-transform: rotate(180deg);
  /* Safari y Chrome */
}

.drop-more--4 {
  background: url("/static/img/ico-down-navy.png");
}
.drop-more--4-back {
  background: url("/static/img/ico-down-navy.png");
  -moz-transform: rotate(180deg);
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  -webkit-transform: rotate(180deg);
  /* Safari y Chrome */
}

.ico-uni {
  background: url("/static/img/ico-uni.png");
  margin-bottom: 1.4rem;
}
.drop-block-video {
  width: 75.8rem;
  margin-bottom: 3.5rem;
}
#drop-block-1,
#drop-block-2,
#drop-block-3, 
#drop-block-4
{
  display: none;
}
@media (min-width: 320px) {
  .one-technologie__pic {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 20px;
  }
  .one-technologie {
    position: relative;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 200px;
    min-height: 40rem;
    margin-bottom: 5rem;
  }
  .one-technologie h2 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .one-technologie h2,
  .one-technologie h3 {
    text-align: center;
  }
  .drop-block-video {
    width: 95%;
    margin: 0 auto 3.5rem;
  }
  .one-technologie--5 {
    padding-top: 300px;
    background: url("/static/img/tech-decor-5.png") no-repeat 0% 7%;
  }
}
@media (min-width: 768px) {
  .ico-uni {
    width: auto;
    background-size: contain;
  }
  .one-technologie--5 {
    padding-top: 0;
    background: url("/static/img/tech-decor-5.png") no-repeat top left;
  }
  .one-technologie__pic {
    position: absolute;
    top: 18.5rem;
    left: 6.5rem;
  }
  .one-technologie {
    position: relative;
    height: auto;
    padding-top: 0;
    padding-left: 320px;
    min-height: 40rem;
    margin-bottom: 1rem;
  }
  .one-technologie h2 {
    position: relative;
  }
  .one-technologie h2,
  .one-technologie h3 {
    text-align: left;
  }
  .drop-block-video {
    width: 420px;
    height: 280px;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .ico-uni {
    width: 26rem;
    height: 4.6rem;
    background-size: auto;
  }
  .one-technologie {
    padding-left: 40rem;
    padding-top: 40px;
  }
  .drop-block-video {
    width: 75.8rem;
    height: 426px;
    margin-bottom: 3.5rem;
  }
}
.main-header {
  position: relative;
  width: 100%;
  height: 125px;
  padding: 0;
  background: url("/static/img/header-bg.jpg") center top;
  /* #290a33+0,381645+100 */
  /*
	background: #290a33; 
	background: -moz-linear-gradient(top,  #290a33 0%, #381645 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#290a33), color-stop(100%,#381645)); 
	background: -webkit-linear-gradient(top,  #290a33 0%,#381645 100%); 
	background: -o-linear-gradient(top,  #290a33 0%,#381645 100%); 
	background: -ms-linear-gradient(top,  #290a33 0%,#381645 100%); 
	background: linear-gradient(to bottom,  #290a33 0%,#381645 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290a33', endColorstr='#381645',GradientType=0 );
	*/
}

.main-header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 579px;
  height: 165px;
  background-image: url("/static/img/header-decor.png");
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 999;
}
.logo-empty {
  display: block;
  width: 191px;
  height: 93px;
  background: url("/static/img/logo-empty.png");
  margin-top: 22px;
}
.logo-empty:hover {
  background: url("/static/img/logo-empty-hover.png");
}
.langmenu {
  display: none;
  position: absolute;
  z-index: 9999;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, 0);
}
.top-navigation {
  position: absolute;
  right: 0px;
  z-index: 1000;
  top: 96px;
}
.top-navigation li {
  display: inline-block;
  vertical-align: top;
}
.top-navigation li a {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-left: 20px;
}
.top-navigation li a:hover {
  border-bottom: 3px solid #fff;
}
.active-menu-item {
  border-bottom: 3px solid #fff;
}
.fixed-menu-2 {
  display: none;
  position: relative;
  width: 100%;
  height: 125px;
  background: url("/static/img/header-bg.jpg");
  z-index: 999;
}
.fixed-menu-2:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 579px;
  height: 165px;
  background: url("/static/img/header-decor.png") no-repeat;
}

.displayed {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}
.right-menu {
  position: absolute;
  display: block;
  width: 60px;
  height: 50px;
  background-size:cover;
  background: url("/static/img/right-menu-big.png");
  z-index: 9999;
}
.close-menu {
  position: absolute;
  top: 72px;
  right: 72px;
  display: block;
  width: 50px;
  height: 46px;
  background: url("/static/img/close-big.png");
  z-index: 99;
}
.full-page-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 20vh;
  z-index: 9999;
  background: rgba(71, 149, 215, 0.8);
}
.full-page-menu .logo-empty {
  position: absolute;
  top: 2.3rem;
  left: 6rem;
}
.full-page-menu ul li a {
  display: block;
  width: 100%;
  height: 7rem;
  line-height: 7rem;
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.full-page-menu ul li a:hover {
  background: #fff;
  color: #4795d7;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sorting-block {
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 28px;
}
.sorting-block p {
  display: inline-block;
  font-size: 2rem;
  vertical-align: top;
  padding-top: 15px;
}
.sorting-block--blog {
  -webkit-box-shadow: 0px 5px 66px -12px #8f8f8f;
  -moz-box-shadow: 0px 5px 66px -12px #8f8f8f;
  box-shadow: 0px 5px 66px -12px #8f8f8f;
}
.indent-blog{
  padding-top: 40px; 
}
.clear-all {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  color: #fff !important;
  text-decoration: none;
  background: #6ec53d url("/static/img/close-white.png") no-repeat 90% 50%;
  cursor: pointer;
  z-index: 999;
}
.input--search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  color: #999999;
  width: 230px;
  height: 35px;
  padding-left: 20px;
  border: 1px solid #cccccc;
  z-index: 99;
  margin-left: 50px;
}
input.input--search::-webkit-input-placeholder {
  font-size: 1.4rem !important;
}
input.input--search::-moz-placeholder {
  font-size: 1.4rem !important;
}
input.input--search:-moz-placeholder {
  font-size: 1.4rem !important;
}
@media (min-width: 320px) {
  .video-full-block__line {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    z-index: 9999;
  }
  .sorting-block--blog {
    width: 100%;
    padding: 1rem 5%;
  }
  .top-navigation {
    display: none;
  }
  .clear-all {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .input--search {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .main-header:after {
    display: none;
    background-size: 250px auto;
  }

  .displayed {
    display: none;
  }
  .right-menu {
    z-index: 9999;
  }
  .close-menu {
    top: 17px;
    right: 17px;
  }
  .full-page-menu {
    padding-top: 8vh;
  }
  .full-page-menu ul li a {
    height: 5rem;
    line-height: 5rem;
    font-size: 2.8rem;
  }
  .full-page-menu .logo-empty {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  .full-page-menu {
    padding-top: 5vh;
  }
  .full-page-menu ul li a {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .sorting-block--blog {
    padding: 10px 0 10px 40px;
  }
  .sorting-block--blog p {
    display: none;
  }
  .clear-all {
    display: block;
    width: 90.6%;
    float: none;
    margin-top: 10px;
  }
  .input--search {
    display: block;
    position: relative;
    width: 90.6%;
  }
  .main-header:after {
    display: block;
    background-size: auto;
  }
  .displayed {
    display: none;
  }
  .full-page-menu {
    padding-top: 8vh;
  }
  .full-page-menu ul li a {
    height: 6rem;
    line-height: 6rem;
    font-size: 3.5rem;
  }
}
@media (min-width: 1140px) {
  .video-full-block__line {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  .full-page-menu .logo-empty {
    display: block;
  }
  .sorting-block--blog {
    padding: 10px 0;
  }
  .sorting-block--blog p {
    display: inline-block;
  }
  .top-navigation {
    display: block;
  }
  .clear-all {
    display: inline-block;
    width: 110px;
    margin-top: 0;
  }
  .input--search {
    display: inline-block;
    width: 230px;
    margin-left: 50px;
    z-index: 999;
    margin-top: 0;
  }
  .main-header:after {
    background-size: auto;
  }
  .logo:hover {
    background: url("/static/img/logo-hover.png");
  }
  .right-menu {
    display: none;
  }
  .right-menu--about {
    display: block;
  }
  .close-menu {
    top: 72px;
    right: 72px;
  }
  .full-page-menu {
    padding-top: 20vh;
  }
  .full-page-menu ul li a {
    height: 7rem;
    line-height: 7rem;
    font-size: 4rem;
  }
}
.main-footer {
  position: relative;
  width: 100%;
  height: 195px;
}
.main-footer:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 542px;
  height: 193px;
  background-image: url("/static/img/footer-decor.png");
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 999;
}
.bottom-navigation {
  position: absolute;
  top: 65px;
  right: 257px;
  z-index: 1000;
}
.bottom-navigation li {
  display: inline-block;
  vertical-align: top;
}
.bottom-navigation li a {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  margin-left: 22px;
}
.bottom-navigation li a:hover {
  border-bottom: 3px solid #333333;
}
.support {
  position: absolute;
  top: 36px;
  right: 20px;
  display: block;
  width: 140px;
  height: 124px;
  background: url("/static/img/support.png");
}
.main-social {
  position: absolute;
  top: 108px;
  right: 257px;
}
.main-social li {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
.main-soc__item {
  display: block;
  width: 44px;
  height: 51px;
}
.main-soc__item--1 {
  background: url("/static/img/ico-soc-1.png");
}
.main-soc__item--2 {
  background: url("/static/img/ico-soc-2.png");
}
.main-soc__item--3 {
  background: url("/static/img/ico-soc-3.png");
}
.main-soc__item--4 {
  background: url("/static/img/ico-soc-5.png");
}
.copyright {
  position: absolute;
  top: 155px;
  left: 95px;
  font-size: 1.5rem;
  color: #fff;
  z-index: 9999;
}
.modal-updates {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 40px;
  width: 40rem;
  height: 20rem;
  padding-top: 3rem;
  border: 1px solid #b9babd;
  background: rgba(255, 255, 255, 0.8) url("/static/img/updates-decor.png") no-repeat bottom right;
  z-index: 999;
}
.modal-updates h2 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #6ec53d;
  margin-bottom: 20px;
}
.modal-updates h2 span {
  display: block;
  text-transform: none;
  color: #fb9716;
}
.modal-updates__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 15px;
  height: 15px;
  background: url("/static/img/close-small.png");
}
@media (min-width: 320px) {
  .modal-updates {
    -ms-transform: scale(0.7, 0.7);
    /* IE 9 */
    -webkit-transform: scale(0.7, 0.7);
    /* Safari */
    transform: scale(0.7, 0.7);
  }
  .main-footer {
    height: auto;
  }
  .main-footer:before {
    width: 0;
    display: none;
  }
  .bottom-navigation {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
  .main-social {
    position: relative;
    top: 0;
    right: 0;
    width: 300px;
    margin: 0 auto 20px;
    left: 7px;
  }
  .main-social li {
    margin-left: 20px;
  }
  .support {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 20px;
  }
  .copyright {
    position: relative;
    top: 0;
    left: 0;
    color: #000;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .modal-updates {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
  }
  .bottom-navigation {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-footer {
    height: 195px;
  }
  .main-footer:before {
    display: block;
    width: 542px;
    height: 193px;
    background-image: url("/static/img/footer-decor.png");
    background-size: auto;
    background-repeat: no-repeat;
  }
  .bottom-navigation {
    display: block;
    position: absolute;
    top: 65px;
    right: 190px;
  }
  .main-social {
    position: absolute;
    top: 108px;
    width: 320px;
  }
  .main-social li {
    margin-left: 25px;
  }
  .support {
    position: absolute;
    top: 36px;
    right: 20px;
  }
  .copyright {
    position: absolute;
    top: 155px;
    left: 95px;
    color: #fff;
  }
}

.home-unibox-section {
    background: url(/static/style/img/home_unibox.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 500px;
}
.unibox-newsletter{
  background: url(/static/style/img/bg-uniland-newsletter.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    background-color: rgba(5, 5, 5, 0.45);
}
.unibox-title{
  padding: 25px;
} 
.unibox-operation{
    width: 150px;
    padding-top: 15px;
}
.unibox-home-title{
    color: #ffff;
    padding-top: 180px;
}
.unibox-baner-title{
      color: #ffff;
    padding-top: 50px;
}
.img-set{
  width: 250px;
  height: 160px;
}
.unibox-row-padding{
padding-top: 25px;
padding-bottom: 25px;
}
.sidebar-form-block {
  width: inherit;
  height: 360px;
  background: url("/static/img/sidebar-decor.png") no-repeat right bottom;
  border: 1px solid #bcbdc0;
  padding: 62px 40px 30px;
  margin-bottom: 70px;
}
.sidebar-form-block__headline {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #4795d7;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.sidebar-form-block__subheadline {
  font-size: 2.4rem;
  text-align: center;
  color: #6ec53d;
  line-height: 1.8;
  margin-bottom: 20px;
}
.sidebar-other-articles h3 {
  margin-bottom: 20px;
}
.sidebar-other-articles a {
  color: #6ec53d;
  text-decoration: none;
}
.sidebar-other-articles a:hover {
  text-decoration: underline;
}
.sidebar-game-downloads {
  margin-bottom: 3.5rem;
  padding-top: 4rem;
}
.custom-chevron {
  margin-right: -30px !important;
  margin-left: -30px !important;
  color: #000;
}
.btn-download {
  display: block;
  width: inherit;
  height: 6rem;
  margin-bottom: 1.3rem;
  background: #e7e7e8;
}
.btn-download--demo {
  background: url("/static/img/download-demo.png") no-repeat;
}
.btn-download--demo--uk {
  background: url("/static/img/download-demo-ukr.png") no-repeat;
}
.btn-download--windows {
  background: url("/static/img/download-windows.png") no-repeat;
}
.btn-download--windows--uk {
  background: url("/static/img/download-windows-ukr.png") no-repeat;
}
.btn-download--apk--uk {
  background: url("/static/img/download-apk.png") no-repeat;
}
.btn-download--apk--en {
  background: url("/static/img/download-apk_en.png") no-repeat;
}
.btn-download--store_apk_en {
  background: url("/static/img/google_play_en.png") no-repeat;
}
.btn-download--store_apk_uk {
  background: url("/static/img/google_play_uk.png") no-repeat;
}

.btn-download--store-1 {
  background: #e7e7e8 url("/static/img/ico-store-1.png") no-repeat 50% 50%;
}
.btn-download--store-2 {
  background: #e7e7e8 url("/static/img/ico-store-2.png") no-repeat 50% 50%;
}
.btn-download--store-3 {
  background: #e7e7e8 url("/static/img/ico-store-3.png") no-repeat 50% 50%;
}
.sidebar-game-devices_BADGE {
  position: relative;
  width: 100%;
  height: 6.1rem;
  background: url("/static/img/game-badge.png") no-repeat top right;
  margin-bottom: 6rem;
}
.sidebar-game-devices {
  position: relative;
  width: 100%;
  height: 6.1rem;
  margin-bottom: 6rem;
}
.sidebar-game-devices .one-game__device {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.sidebar-game-review {
  padding: 5rem 0 3rem;
  border-top: 1px solid #6ec53d;
  border-bottom: 1px solid #6ec53d;
  background: url("/static/img/game-decor-4.png") no-repeat 90% 0%;
}
.sidebar-game-review h3 {
  font-size: 1.4rem;
  color: #6ec53d;
  margin-bottom: 2rem;
}
.sidebar-game-review h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sidebar-game-review p.rev-person {
  font-style: italic;
  font-weight: 600;
  text-align: right !important;
}
@media (min-width: 320px) {
  .sidebar-form-block {
    margin-bottom: 30px;
  }
  .sidebar-other-articles {
    display: none;
  }
}
@media (min-width: 1170px) {
  .sidebar-form-block {
    margin-bottom: 70px;
  }
  .sidebar-other-articles {
    display: block;
  }
}


/* css анимация для языковых кнопок
<style>
img.hl { border: none; }
img.hl:hover { border: #20B2AA 3px solid; }
</style>
 css анимация для языковых кнопок*/

/* языковой box2*/
<style>
   .box1 { 
    background: #f0f0f0; /* Цвет фона */
    width: 150px; /* Ширина блока */
    padding: -10px; /* Поля */
    border: 2px solid #000; /* Параметры рамки */
	z-index: 9;
   }
   .box2 { 
    background: #f0f0f0; /* Цвет фона */
    width: 150px; /* Ширина блока */
    padding: -10px; /* Поля */
    margin-top: -10px; /* Отступ сверху */
    border: 0px solid #000; /* Параметры рамки */
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
   }
  </style>
/* языковой box2*/