@font-face {
  font-family: 'Akrobat-Black';
  src: url('../fonts/Akrobat-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat-Bold';
  src: url('../fonts/Akrobat-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akrobat-SemiBold';
  src: url('../fonts/Akrobat-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html, body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: Akrobat-Bold;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 55px 125px;
	text-align: left;
	z-index: 999;
}
.header-yellow-rectangle {
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 54px solid transparent;
  border-left: 55px solid rgb(255, 205, 0);
  border-bottom: 54px solid transparent;
}
.header-transparent-rectangle {
  border: 1px solid #fff;
  position: absolute;
  left: -55px;
  top: 70px;
  width: 90px;
  height: 90px;
  transform: rotate(-45deg);
}
.menu {
  display: inline-block;
  float: right;
  font-family: Akrobat-Bold;
  cursor: pointer;
}
.menu-text {
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 23px;
  color: #fff;
}
.main-page .menu-text {
 color: #fff;
}
.menu-icon {
  vertical-align: middle;
}
.menu-block {
  position: fixed;
  right: -700px;
  bottom: 0;
  top: 0;
  background-color: rgb(254, 204, 33);
  width: 353px;
  transition: all .75s ease;
  text-align: right;
  -webkit-transition:1s;
  -moz-transition:1s;
  transition:1s;
  z-index: 1000;
}
.menu-block.is-active {
  right: 0;
}
.menu-block-triangle {
  width: 0;
  height: 0;
  border-bottom: 100vh solid rgb(254, 204, 33); 
  border-left: 211px solid transparent;
  position: absolute;
  left: -210px;
  bottom: 0;
}
.menu-block-title {
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 23px;
  color: #000;
  padding: 55px 149px 61px 0;
  background-color: rgb(254, 204, 33);
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.close-icon, .menu-block-title-text {
	vertical-align: middle;
	display: inline-block;
}
.close-icon {
	margin-left: 10px;
}
.menu-item-wrapper {
	list-style: none;
	position: absolute;
	top: 0;
	right: 164px;
	bottom: 0;
    border-right: 1px solid rgb(51, 51, 51);
    padding-top: 122px;
}
.menu-item-wrapper li {
  padding: 20px 15px 20px 0;
  position: relative;
}
.menu-item-wrapper li:after {
  content: "";
  background-color: rgb(51, 51, 51);
  position: absolute;
  right: -5.5px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.menu-item-wrapper li a {
  font-size: 20px;
  font-family: Akrobat-Bold;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  text-decoration: none;
}
.menu-item-wrapper li.active a {
  color: #fff;
  text-decoration: line-through;
}
.menu-item-wrapper li.active:after {
  background-color: #fff;
}
.page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: right;
  transition: 2s;
}
.page.is-active {
  display: block;
}
.main-page {
	background-image: url(../img/main-fon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: fixed;
	bottom: 0;
	z-index: 1;
}
.main-page .container {
	background-image: url(../img/main-fon2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	text-align: right;
	z-index: 3;
}
.container {
	width: 100%;
	height: 100%;
	padding: 0 125px;
	position: relative;
}
.main-page-right {
	width: 60%;
	display: inline-block;
	text-align: left;
	position: relative;
	top: 50%;
	margin-top: -300px;
}
.molecules {
	position: absolute;
	left: 8.5%;
	width: 26%;
	top: 23%;
	z-index: 2;
    -webkit-animation:spin 15s linear infinite;
    -moz-animation:spin 15s linear infinite;
    animation:spin 15s linear infinite;
}
.main-page-title {
  font-size: 52px;
  font-family: Akrobat-Black;
  color: rgb(242, 242, 242);
  text-transform: uppercase;
  line-height: 1.2;
}
.title-yellow {
  color: rgb(255, 205, 0);
}
.main-page-under-title-text {
  font-size: 30px;
  font-family: Akrobat-Bold;
  color: rgb(242, 242, 242);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 50px;
}
.main-page-under-title-text a {
  text-decoration: none;
  color: #fff;
}
.main-page-under-title-text a span {
  text-decoration: underline;
}
.main-page-under-title-text a * {
  display: inline-block;
  vertical-align: middle;
}
.title-multicolor {
  background: linear-gradient(-128deg, rgb(255, 205, 0) 0%, rgb(255, 205, 0) 55%, #fff 55%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.title-multicolor2 {
  background: linear-gradient(128deg, rgb(255, 205, 0) 0%, rgb(255, 205, 0) 40%, #fff 40%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.title-multicolor3 {
  background: linear-gradient(-128deg, rgb(255, 205, 0) 0%, rgb(255, 205, 0) 41%, #fff 41%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.title-multicolor4 {
  background: linear-gradient(128deg, rgb(255, 205, 0) 0%, rgb(255, 205, 0) 55%, #fff 55%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;	
}
.title-multicolor5 {
  background: linear-gradient(128deg, rgb(255, 205, 0) 0%, rgb(255, 205, 0) 25%, #fff 25%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;		
}
.hexagon-wrapper {
	margin-top: 100px;
}
.hexagon-block {
	width: 24%;
	display: inline-block;
	text-align: center; 
	vertical-align: middle;
}
.hexagon-block-text {
  font-size: 1.1em;
  font-family: Akrobat-Bold;
  color: rgb(242, 242, 242);
  padding-left: 20%;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: -30px;
}
.hexagon-img-wrapper {
	display: inline-block;
	max-width: 100%;
	position: relative;
	cursor: pointer;
}
.hexagon-img {
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.hex-molecules {
    position: absolute;
    top: -6%;
    left: 21%;
    width: 84%;
}
.hex-molecules2 {
	transform: rotate(-45deg);
}
.hex-molecules3 {
	transform: rotate(-90deg);
}
.hex-molecules4 {
	transform: rotate(-10deg);
}
.stop-and-play {
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    -ms-animation: spin 15s linear infinite;
    -o-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.hex-molecules2.stop-and-play {
  -webkit-animation: spin2 15s linear infinite;
    -moz-animation: spin2 15s linear infinite;
    -ms-animation: spin2 15s linear infinite;
    -o-animation: spin2 15s linear infinite;
    animation: spin2 15s linear infinite;
}
.hex-molecules3.stop-and-play {
  -webkit-animation: spin3 15s linear infinite;
    -moz-animation: spin3 15s linear infinite;
    -ms-animation: spin3 15s linear infinite;
    -o-animation: spin3 15s linear infinite;
    animation: spin3 15s linear infinite;
}
.hex-molecules4.stop-and-play {
  -webkit-animation: spin4 15s linear infinite;
    -moz-animation: spin4 15s linear infinite;
    -ms-animation: spin4 15s linear infinite;
    -o-animation: spin4 15s linear infinite;
    animation: spin4 15s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@-moz-keyframes spin2 { 100% { -moz-transform: rotate(315deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(315deg); } }
@keyframes spin2 { 100% { -webkit-transform: rotate(315deg); transform:rotate(315deg); } }
@-moz-keyframes spin3 { 100% { -moz-transform: rotate(270deg); } }
@-webkit-keyframes spin3 { 100% { -webkit-transform: rotate(270deg); } }
@keyframes spin3 { 100% { -webkit-transform: rotate(270deg); transform:rotate(270deg); } }
@-moz-keyframes spin4 { 100% { -moz-transform: rotate(350deg); } }
@-webkit-keyframes spin4 { 100% { -webkit-transform: rotate(350deg); } }
@keyframes spin4 { 100% { -webkit-transform: rotate(350deg); transform:rotate(350deg); } }
footer {
	padding: 55px 125px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	font-size: 20px;
  	font-family: Akrobat-SemiBold;
  	color: rgb(255, 205, 0);
  	text-align: left;
}
.footer-contact-info {
  text-align: left;
  display: inline-block;
}
.footer-contact-info span {
  color: #fff;
}
.footer-contact-info span a {
  color: #fff;
  text-decoration: none;
}
.footer-contact-info span a:hover {
  text-decoration: underline;
}
.lang-wrapper {
	display: inline-block;
	float: right;
	text-align: right;
	text-transform: uppercase;
	padding-bottom: 2.5px;
}
.lang-wrapper-a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.lang-line {
	width: 1px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	background-color: #fff;
}
.main-page .lang-wrapper-a {
	color: #fff;
}
.lang-wrapper-a.active {
	color: rgb(255, 205, 0);
}
.scroll-triangle-wrapper {
	position: absolute;
	left: 50%;
	margin-left: -27.5px;
	bottom: 35px;
	width: 55px;
	height: 48px;
	background-image: url(../img/scroll-triangle.png);
	background-size: 100% 100%;
	text-align: center;
	cursor: pointer;
}
.scroll-triangle-wrapper-text {
  font-size: 20px;
  font-family: Akrobat-Bold;
  color: #fff;
  padding-top: 7px;
  display: inline-block;
}
.main-page .scroll-triangle-wrapper-text {
  color: #fff;
}
.page2 {
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 135px center;
  text-align: right;
}
.page2 footer {
	background-color: #fff;
}
.line {
  background-color: #f3f3f3;
  position: fixed;
  top: 0px;
  bottom: 0;
  width: 1px;
}
.page1 .line {
  background-color: #6d6b65;
}
.line1 {
	left: 125px;
}
.line2 {
	left: 23%;
}
.line3 {
	left: 41%;
}
.line4 {
	right: 145px;
}
.line-rectangle {
  background-color: rgb(254, 204, 33);
  position: absolute;
  left: -3px;
  width: 7px;
  height: 35px;
  box-shadow: 0 0 25px 10px rgba(254, 204, 33, .5);
}
.line1 .line-rectangle {
  bottom: 0;
  -webkit-animation: toTop 25s infinite;
  animation: toTop 25s infinite;
}
.line2 .line-rectangle {
	top: 0;
	-webkit-animation: toBottom 25s infinite;
	animation: toBottom 25s infinite;
}
.line3 .line-rectangle {
  bottom: 0;
  -webkit-animation: toTop 30s infinite;
  animation: toTop 30s infinite;
}
.line4 .line-rectangle {
  bottom: 0;
  -webkit-animation: toBottom 30s infinite;
  animation: toBottom 30s infinite;
}
@keyframes toTop{0% {bottom: -5%;}100% {bottom: 105%;}}
@keyframes toBottom{0% {top: -5%;}100% {top: 105%;}}
.page3 {
	text-align: right;
	background-image: url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left bottom;
}
.page-content {
	width: 50%;
	display: inline-table;
	text-align: left;
	position: relative;
	padding: 150px 135px 150px 0;
	min-height: 100vh;
	z-index: 998;
}
.page-content-left {
	width: 49%;
	display: inline-block;
	padding: 0 0 0 200px;
	text-align: left;
}
.page-content-left-rectangle {
  border: 1px solid rgb(230, 230, 230);
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
  width: 140px;
  height: 140px;
  transform: rotate(45deg);
  display: inline-block;
  text-align: center;
  line-height: 160px;
  cursor: pointer;
  transition: all 1s ease;
  position: fixed;
  top: 50%;
  margin-top: -70px;
  left: 200px;
  font-size: 16px;
  color: rgb(48, 48, 48);
}
.page8 .page-content-left-rectangle {
  line-height: 140px;
}
.page-content-left-rectangle:hover {
  background-color: rgb(255, 205, 0);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.13);
}

.page-content-left-rectangle span {
	transform: rotate(-45deg);
	display: inline-block;
  line-height: 1.1;
}
.page-content-left-rectangle:nth-child(2) {
    margin-top: -182px;
    left: 312px;
}
.page-content-left-rectangle:nth-child(3) {
    margin-top: -70px;
    left: 425px;
}
.page-content-left-rectangle:nth-child(4) {
    margin-top: 41px;
    left: 312px;
}
.page-content-inner {
	display: table-cell;
	vertical-align: middle;
}
.page-title {
  font-size: 55px;
  font-family: Akrobat-Black;
  color: rgb(51, 51, 51);
  position: relative;
  display: inline-block;
}
.page5 .page-title, .page4 .page-title {
  font-size: 50px;
}
.page-title span {
 position: relative;
 z-index: 1;
}
.page-title-rectangle {
  position: absolute;
  background-color: rgb(254, 204, 33);
  width: 105%;
  height: 23px;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.page-title:before {
  content: "";
  background-color: rgb(254, 204, 33);
  position: absolute;
  left: -69px;
  top: 50%;
  width: 49px;
  height: 4px;
}
.page3 .line1, .page3 .line3, .page3 .line4 {
	z-index: 2;
}
.page3 .line2 {
	display: none;
}
.page3 .line4 {
	right: 140px;
}
.page-text {
  font-size: 20px;
  font-family: Akrobat-SemiBold;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: left;
  margin-top: 26px;
  position: relative;
}
.page-text:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background-color: rgb(255, 205, 0);
  position: absolute;
  left: -28px;
  top: 9px;
}
.page-text-title {
  font-size: 20px;
  margin-top: 50px;
}
.page-text-no-before:before {
  display: none;
}
.page3-download-wrapper {
  margin-top: 50px;
}
.page3-download-wrapper a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: Akrobat-SemiBold;
  font-size: 18px;
  color: rgb(51, 51, 51);
  text-decoration: none;
}
.page3-download-wrapper a span {
  text-decoration: underline;
}
.page3-download-wrapper a span + img {
  margin-left: 10px;
}
.page3-download-wrapper a img + span {
  background-color: rgb(254, 204, 33);
  padding: 0 5px 3px 10px;
}
.fraud-img {
	position: fixed;
	left: 6.5%;
	top: 20%;
	height: 59.5%;
	z-index: 1000;
}
.fraud-left-img {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
}
.fraud-top-img {
	position: fixed;
	left: 30%;
	top: 0;
	z-index: 1000;
}
.vasp-img {
	position: fixed;
	left: 20px;
	top: 10%;
	height: 80%;
	z-index: 998;
}
.web-img {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 998;
}
.page4 .line {
	z-index: 999;
	background-color: rgba(109,107,101,.2);
}
.page4 .line1 .line-rectangle, .page4 .line2 .line-rectangle, .page4 .line3 .line-rectangle {
	background-color: #fff;
	box-shadow: 0 0 25px 10px rgba(255, 255, 255, .5);
}
.page4 .line2 {
	left: 20%;
}
.page4 .line3 {
	left: 33%;
}
.page4 .page-content-inner {
	vertical-align: top;
}
.page4 .page-text span {
  background-color: rgb(254, 204, 33);
}
.page4-scheme-img-wrapper {
  margin: 25px 0;
}
.page4-scheme-img {
  min-width: 200px;
  max-width: 605px;
  width: 28vw;
}
.page6 .page-text-first:before {
	display: none;
}
.title {
  font-size: 50px;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  text-align: left;
  padding-bottom: 70px;
  font-family: Akrobat-Black;
}
.page6 .page-title, .page7 .page-title, .page8 .page-title {
  font-size: 35px;
}
.page6 .page-content-inner {
	vertical-align: top;
}
.page6 .page-title .page-title-rectangle, .page7 .page-title .page-title-rectangle, .page8 .page-title .page-title-rectangle {
	bottom: -6px;
}
.page6 .page-content-left-rectangle {
	line-height: 155px;
}
.page6 .page-content-left-rectangle span {
	line-height: 1.1;
	margin-left: -5px;
}
.page6-hand {
    position: fixed;
    top: 50%;
    margin-top: -200px;
    left: 114px;
    width: 400px;
}
.page6 .page-content-left-rectangle:first-child {
	display: none;
}
.page6 .page-content-left-rectangle:nth-child(2) {
    margin-top: -182px;
    left: 462px;
}
.page6 .page-content-left-rectangle:nth-child(3) {
    margin-top: -70px;
    left: 575px;
}
.page6 .page-content-left-rectangle:nth-child(4) {
    margin-top: 41px;
    left: 462px;
}
.six-page-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 44vw;
}
.page-content-left-rectangle.active {
  background-color: rgb(255, 205, 0);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.13);
}
.page-item {
	display: none;
}
.page-item.active {
	display: block;
}
.page-content-left-rectangle-count {
  display: none;
  padding-right: 35px;
  text-align: left;
  font-size: 70px;
  color: rgb(255, 205, 0);
  text-transform: uppercase;
  position: absolute;
  top: -64px;
  right: -13px;
  border-bottom: 1px solid rgb(255, 205, 0);
  line-height: 1;
  transform: rotate(-45deg);
  z-index: 1;
}
.page-content-left-rectangle.active .page-content-left-rectangle-count {
	display: inline-block;
}
span.title-multicolor {
	transform: rotate(0deg);
}
.page-content-left-rectangle .title-multicolor {
    background: linear-gradient(-133deg, rgb(255, 205, 0) 0%, rgb(255, 205, 0) 55%, #fff 55%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.page7 .title {
	padding-bottom: 40px;
}
.vasp-text {
  font-size: 21px;
  font-family: Akrobat-SemiBold;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: left;
}
.vasp-text + .vasp-text {
	margin: 20px 0 80px;
}
.vasp-text span {
  font-family: Akrobat-Black;
}
.page8 .page-content {
	vertical-align: top;
}
.page8-item {
  font-size: 21px;
  font-family: Akrobat-SemiBold;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  text-align: left;
  margin-top: 40px;
}
.wsv .page8-item {
	margin-top: 20px;
}
.wsv .page8-item + .page8-item {
	margin-top: 7px;
} 
.page8-item span {
  display: inline-block;
  border-bottom: 1px solid rgb(254, 204, 33);
}
.page8-item + .page8-item {
	margin-top: 20px;
}
span.page8-item-count {
  font-size: 35px;
  font-family: Akrobat-Bold;
  color: rgb(255, 205, 0);
  text-transform: uppercase;
  border-bottom: 0;
  display: inline-block;
  padding-right: 20px;
}
.vasp-block {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-top: 30px;
}
.vasp-block-title {
  font-size: 50px;
  width: 85%;
  border-bottom: 1px solid rgb(254, 204, 33);
  color: rgb(254, 204, 33);
  text-transform: uppercase;
  text-align: left;
}
.vasp-block-text {
  font-size: 20px;
  font-family: Akrobat-Semibold;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: left;
  width: 79%;
  padding-top: 5px;
}
.page8 .page-content-left-rectangle span {
  line-height: 1.1;
  vertical-align: middle;
  font-size: 18px;
}
.page8 .page-content-left-rectangle:nth-child(3) {
    top: 50%;
    margin-top: -70px;
    left: 200px;
}
.page8 .page-content-left-rectangle:nth-child(5) {
    margin-top: 152px;
    left: 200px;
}
.page8 .page-content-left-rectangle:first-child {
    margin-top: -292px;
    left: 200px;
}
.page8-item-text {
  font-size: 20px;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  margin-top: 30px;
}
.page8 .page-title {
	margin-bottom: 30px;
}
.page-text-not-before:before {
	display: none;
}
.page8 .page-content-inner {
	vertical-align: top;
}
.page-content-left-rectangle-index {
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    display: inline-block;
    text-align: center;
    line-height: 140px;
    cursor: pointer;
    transition: all 1s ease;
    position: fixed;
    top: 50%;
    margin-top: -70px;
    left: 423px;
    transition: all 1s ease;
}
#page-content-left-rectangle-index-span {
  transform: rotate(-45deg);
  display: inline-block;
  font-family: Akrobat-SemiBold;
  font-size: 70px;
  color: rgb(255, 205, 0);
  border-bottom: 2px solid rgb(255, 205, 0);
  text-transform: uppercase;
  line-height: 1.1;
  vertical-align: middle;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100500;
}
#page-preloader .spinner {
    width: 128px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../img/preloader.gif') no-repeat center;
    margin: -20px 0 0 -64px;
}
.lang-line-rus {
  margin: 0 7px;
}
.mob-only {
  display: none;
}
.desctop-only {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
.mob-only {
  display: block;
}
.desctop-only, .six-page-img, .page-text br, .main-page-title p br {
  display: none;
}
.page4-scheme-img {
  width: 40vw;
}
.main-page-under-title-text a img {
  width: 33px;
} 
.page {
  display: none;
}
.page.is-active {
  display: block;
}
.line, .molecules, .header-yellow-rectangle, .header-transparent-rectangle, .scroll-triangle-wrapper, .hexagon-wrapper,
.menu-block-triangle, .page-title:before, .web-img, .fraud-top-img, .fraud-left-img, .fraud-img, .menu-item-wrapper {
  display: none;
}
.page {
  position: relative;
  bottom: auto;
  min-height: auto;
}
.main-page .container {
  background: none;
}
.main-page {
    background-image: url(../img/mob-fon.jpg);
    background-size: cover;
    background-position: left bottom;
    display: block;
}
.container {
    padding: 0 30px;
}
header {
    padding: 20px 18px;
    position: absolute;
}
footer {
  padding: 20px 18px;
  position: relative;
  bottom: auto;
  background-image: url(../img/mob-footer-fon.jpg);
  background-size: cover;
  background-position: bottom center;
  font-size: 15px;
}
.main-page-right {
    width: 100%;
    top: auto;
    margin-top: 0;
}
#logo {
  width: 65%;
  vertical-align: middle;
  max-width: 290px;
}
.menu-text, .menu-item-wrapper li a {
  font-size: 15px;
}
#menu-icon {
  width: 30px;
}
.main-page-title {
  font-size: 27px;
  padding-top: 70px;
}
.menu-block {
    width: 70%;
}
.menu-block-title {
    font-size: 15px;
    padding: 20px 18px 31px 0;
}
.close-icon {
  width: 18px;
}
.menu-item-wrapper {
    right: 26px;
    padding-top: 40px;
}
.main-page-under-title-text {
  font-size: 15px;
  margin: 30px 0;
}
.mail-page-mob-menu-item {
  border: 1px solid #fff;
  background-color: rgb(0, 0, 0);
  width: 100%;
  margin: 0 auto 20px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
}
.mail-page-mob-menu-item.active {
  color: #000;
  border: 0;
  background-color: rgb(254, 204, 33);
}
.page3-download-wrapper a {
  font-size: 14px;
}
.page3-download-wrapper a br {
  display: none;
}
.page2 {
  background-position: bottom center;
}
.page3 {
    text-align: left;
    background-image: url(../img/page3-mob-fon.jpg);
    background-size: cover;
    background-position: right bottom;
}
.page-content {
    width: 100%;
    display: block;
    padding: 50px 30px;
    min-height: initial;
}
.page-title {
  font-size: 28px;
  display: block;
  margin-bottom: 30px;
}
.page-title-rectangle {
    bottom: -13px;
    width: 200%;
}
.page-text {
  font-size: 15px;
  padding-left: 20px;
}
.page-text:before {
  left: 0;
}
.page4 {
    text-align: left;
    background-image: url(../img/page4-mob-fon.jpg);
    background-size: 100% auto;
    background-position: bottom;
}
.page5 {
    text-align: left;
    background-image: url(../img/mob-fraud-img.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.page5 .page-title, .page4 .page-title {
    font-size: 28px;
}
.page-content-left, .vasp-img, span.page8-item-count {
  display: none;
}
.title {
  position: relative;
  font-size: 27px;
  padding-bottom: 0;
}
.page6 .page-title {
  display: inline-block;
  margin-bottom: 0;
}
.page6 .title span {
  position: relative;
  z-index: 1;
}
.page6 .page-title .page-title-rectangle {
  height: 10px;
  right: 0;
  left: auto;
  width: 500%;
  bottom: -3px;
}
.page6 .page-title {
  font-size: 19px;
}
.page6-menu-item {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid rgb(184, 184, 184);
}
.page6-menu-item:first-child {
  margin-top: 30px;
}
.page6-menu-item.active {
  background-color: rgb(254, 204, 33);
  box-shadow: 0px 2px 3.75px 1.25px rgba(0, 0, 0, 0.23);
  border: 0;
}
.page7 .title span {
  position: relative;
  z-index: 1;
}
.page7 .title {
    padding-bottom: 0;
}
.vasp-text {
    font-size: 15px;
    margin-top: 30px;
}
.page7 .page-title, .page8 .page-title {
  font-size: 27px;
}
.vasp-text + .vasp-text {
    margin: 20px 0 40px;
}
.vasp-block {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-top: 20px;
}
.vasp-block-title {
  font-size: 27px;
  width: 500%;
}
.vasp-block-text {
  width: 100%;
  font-size: 15px;
}
.page8 .page6-menu-item:nth-child(3) {
  padding: 6px 15px;
}
.page8 .page-item.active {
  margin-top: 30px;
}
.page8-item-text {
    font-size: 15px;
}
.page8-item {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
.page8-item:before {
  content: "";
  background-color: rgb(254, 204, 33);
  width: 14px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
}
.page8 .page-text:before {
  top: 5px;
}
.page-text-not-before {
  padding-left: 0;
}
.footer-img {
  vertical-align: middle;
}
span.mob-footer-upper {
  font-size: 16px;
  color: rgb(254, 204, 33);
  display: inline-block;
  vertical-align: middle;
}
.mob-footer-left-text a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.lang-wrapper {
    float: none;
    text-align: right;
    padding-bottom: 0;
    width: 27%;
    vertical-align: middle;
}
.footer-contact-info {
    vertical-align: middle;
    width: 71%;
}
.mob-menu-item-wrapper {
    list-style: none;
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    border-right: 1px solid rgb(51, 51, 51);
    padding-top: 57px;
}
.mob-menu-item-wrapper  li {
    padding: 10px 10px 10px 0;
    position: relative;
}
.mob-menu-item-wrapper li a {
    font-size: 15px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    text-decoration: none;
}
.mob-menu-item-wrapper li.active a {
    color: #fff;
    text-decoration: line-through;
}
.mob-menu-item-wrapper li:after {
    content: "";
    background-color: rgb(51, 51, 51);
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.mob-menu-item-wrapper li.active:after {
  background-color: #fff;
}
.menu-block {
  max-width: 250px;
}
.page-content-inner {
    display: block;
}
.lang-wrapper {
	background: none !important;
}
.lang-wrapper-a.active {
    color: rgb(255, 205, 0) !important;
}
.lang-wrapper-a {
    color: #fff !important;
}
.lang-line {
    background-color: #fff !important;
}
}
@media screen and (min-width: 430px) and (max-width: 1200px) {
.page8 .page6-menu-item:nth-child(3) {
    padding: 15px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1385px) {
.hexagon-block-text {
    font-size: .7em;
}
.main-page-title {
    font-size: 52px;
}
}
/*@media screen and (min-width: 769px) and (max-width: 1200px) {
.page {
  position: relative;
  bottom: auto;
}
.main-page .container {
  background: none;
}
.header-yellow-rectangle {
  left: -30px;
}
.header-transparent-rectangle {
  left: -85px;
  top: 48px;
}
.molecules, .scroll-triangle-wrapper, .web-img, .line, .fraud-img {
  display: none;
}
header {
    padding: 20px 30px 0;
    position: absolute;
}
footer {
    padding: 20px 30px;
    position: relative;
    background-color: rgb(168, 130, 0);
    color: #000 !important;
    font-size: 15px;
}
.footer-contact-info span a {
  color: #fff !important;
}
.lang-wrapper-a {
  color: #fff !important;
}
.lang-wrapper-a.active {
    color: #000 !important;
}
.main-page-right {
  width: 100%;
  top: auto;
  margin-top: 70px;
}
.container {
    padding: 0 30px;
}
.main-page-title {
    font-size: 45px;
}
.main-page-under-title-text {
    font-size: 24px;
    margin-top: 20px;
}
.hexagon-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.menu-item-wrapper li {
    padding: 10px 15px 10px 0;
}
.menu-item-wrapper {
    padding-top: 98px;
}
.page-content-left {
    width: 100%;
    padding: 0 30px;
    text-align: left;
    margin-top: 70px;
}
.page-content-left-rectangle {
  position: relative;
  top: auto;
  margin-top: 0;
  left: auto;
  display: inline-block;
  transform: rotate(0deg);
}
.page-content-left-rectangle span {
  transform: rotate(0deg);
}
.page-content-left-rectangle:nth-child(2), .page-content-left-rectangle:nth-child(3), .page-content-left-rectangle:nth-child(4) {
    margin-top: 40px;
    left: auto;
}
.page-content {
    width: 100%;
    display: block;
    padding: 100px 30px 50px;
    min-height: auto;
}
.menu-item-wrapper {
  right: 70px;
}
.menu-block-title {
    padding: 20px 57px 61px 0;
}
.fraud-top-img {
    left: auto;
    right: -50px;
    opacity: .2;
}
.fraud-left-img {
  opacity: .2;
}
.page6-hand, .vasp-img, .page-content-left-rectangle-index {
  display: none;
}
.page6 .page-content-left-rectangle:nth-child(2) {
    margin-top: 50px;
    left: auto;
}
.page6 .page-content-left-rectangle:nth-child(3) {
    margin-top: 50px;
    left: auto;
    margin-left: 20px;
}
.page6 .page-content-left-rectangle:nth-child(4) {
    margin-top: 50px;
    left: auto;
    margin-left: 20px;
}
.page-text:before {
  left: -18px;
}
.page-content-left-rectangle {
  font-size: 15px;
}
.scroll-triangle-wrapper-text {
  color: #fff !important;
}
.scroll-triangle-wrapper {
  bottom: 5px;
}
.page8 .page-content-left-rectangle:first-child {
    margin-top: 0;
    left: auto;
}
.page-content-left-rectangle:nth-child(2), .page-content-left-rectangle:nth-child(3), .page-content-left-rectangle:nth-child(4) {
  margin-top: 0;
}
.page8 .page-content-left-rectangle:nth-child(5) {
    margin-top: 0;
    left: auto;
}
.page8 .page-content-left-rectangle:nth-child(3) {
    top: auto;
    margin-top: 0;
    left: auto;
}
.page8 .page-content-left {
  margin-top: 100px;
}
}*/
@media screen and (min-width: 1201px) and (max-height: 900px) {
.hexagon-wrapper {
    margin-top: 50px;
}
footer {
    padding: 0 125px 55px;
}
header {
  padding: 55px 125px 0;
}
.page-content {
    padding: 100px 135px 100px 0;
}
}
@media screen and (min-width: 1400px) and (max-width: 1570px) {
.page5 .page-title, .page4 .page-title {
    font-size: 40px;
}
header {
    padding: 55px 70px 0;
}
footer {
  padding: 0 70px 55px;
}
.line4 {
    right: 91px;
}
.line1 {
    left: 67px;
}
.page3 .line4 {
    right: 90px;
}
.page-content {
    width: 55%;
}
.fraud-top-img {
    left: 23%;
    width: 350px;
}
.page-text {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 15px;
}
.title {
  padding-bottom: 30px;
}
.page6 .page-content-left-rectangle:nth-child(2) {
    left: 262px;
}
.page6 .page-content-left-rectangle:nth-child(3) {
    left: 375px;
}
.page6 .page-content-left-rectangle:nth-child(4) {
    left: 262px;
}
.page6-hand {
    margin-top: -125px;
    left: 68px;
    width: 250px;
}
.vasp-block-text {
    font-size: 18px;
    line-height: 1.1;
    width: 85%;
}
.vasp-text + .vasp-text {
    margin: 20px 0 40px;
}
.page8-item {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 30px;
}
.page8 .page-title {
    margin-bottom: 0;
}
}
@media screen and (min-width: 1201px) and (max-width: 1399px) {
.page-content-left-rectangle {
  left: 100px;
}
.page-content-left-rectangle:nth-child(2), .page-content-left-rectangle:nth-child(4) {
    left: 212px;
}
.page-content-left-rectangle:nth-child(3) {
    left: 325px;
}
.page6 .page-content-left-rectangle:nth-child(2) {
    left: 162px;
}
.page6 .page-content-left-rectangle:nth-child(3) {
    left: 275px;
}
.page6 .page-content-left-rectangle:nth-child(4) {
    left: 162px;
}
.page6-hand {
    margin-top: -125px;
    left: -33px;
    width: 200px;
}
.page6-hand {
    margin-top: -100px;
    left: 20px;
    width: 200px;
}
.title {
  padding-bottom: 40px;
  font-size: 45px;
}
.page-content {
    width: 58%;
}
header {
    padding: 55px 70px 0;
}
footer {
  padding: 0 70px 55px;
}
.line4 {
    right: 91px;
}
.line1 {
    left: 67px;
}
.page3 .line4 {
    right: 90px;
}
.page-content {
    padding: 100px 100px 100px 0;
}
.page-text {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 10px;
}
.fraud-top-img {
    width: 200px;
}
.fraud-img {
    left: 45px;
    height: 50%;
    top: 25%;
}
.page-title {
    font-size: 40px;
    padding-bottom: 20px;
}
.page-title:before {
    left: -45px;
    width: 30px;
    height: 4px;
}
.page-title-rectangle {
    height: 15px;
    bottom: 20px;
}
.page6 .page-title .page-title-rectangle, .page7 .page-title .page-title-rectangle, .page8 .page-title .page-title-rectangle {
    bottom: 21px;
}
.page5 .page-title, .page4 .page-title {
    font-size: 40px;
}
.molecules {
  left: 6%;
}
.vasp-text {
    font-size: 16px;
}
.vasp-text + .vasp-text {
    margin: 20px 0 20px;
}
.vasp-block {
    margin-top: 0px;
}
.vasp-block-title {
    font-size: 40px;
}
.vasp-block-text {
    font-size: 14px;
    line-height: 1.1;
    width: 85%;
}
.vasp-img {
    left: 10px;
    top: 15%;
    height: 70%;
}
.menu-item-wrapper {
  right: 109px;
}
.menu-block-title {
    padding: 55px 98px 61px 0;
}
.menu-block-triangle {
    border-left: 111px solid transparent;
    left: -110px;
}
.page8 .page-content-left-rectangle:nth-child(3) {
    top: 50%;
    margin-top: -70px;
    left: 100px;
}
.page8 .page-content-left-rectangle:nth-child(5) {
    margin-top: 152px;
    left: 100px;
}
.page8 .page-content-left-rectangle:first-child {
    margin-top: -292px;
    left: 100px;
}
.page-content-left-rectangle-index {
  left: 323px;
}
.page8 .page-content-left-rectangle:first-child {
    margin-top: -236px;
    left: 42px;
}
.page8 .page-content-left-rectangle:nth-child(5) {
    margin-top: 95px;
    left: 38px;
}
.page8 .page-title {
    margin-bottom: 0;
}
.page8-item-text {
    font-size: 18px;
    margin-top: 15px;
}
.page8 .title {
    padding-bottom: 20px;
}
span.page8-item-count {
    font-size: 27px;
    padding-right: 10px;
}
.wsv .page8-item {
    margin-top: 15px;
}
.page8-item {
   font-size: 18px;
   margin-top: 20px;
}
.page8 .page-title {
  font-size: 30px;
}
.page8-item + .page8-item {
    margin-top: 10px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1369px) and (max-height: 700px) {
.main-page-title {
  font-size: 45px;
  margin-top: 50px;
}
.main-page-under-title-text {
    font-size: 24px;
    margin-top: 30px;
}
header {
    padding: 35px 70px 0;
}
footer {
    padding: 0 70px 20px;
}
.menu-block-title {
    padding: 35px 98px 41px 0;
}
.menu-item-wrapper {
    padding-top: 83px;
}
.page2 {
    background-position: bottom center;
}
.page8 .page-content {
    vertical-align: top;
    padding: 90px 100px 50px 0;
}
.scroll-triangle-wrapper {
  bottom: 7px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1570px) and (max-height: 760px) {
.page2 {
    background-position: bottom center;
}
.page-content-left {
  width: 0;
}
/*.page-content-left-rectangle {
  left: 150px;
}
.page-content-left-rectangle:nth-child(2), .page-content-left-rectangle:nth-child(4) {
    left: 262px;
}
.page-content-left-rectangle:nth-child(3) {
    left: 375px;
}*/
header {
    padding: 35px 70px 0;
}
footer {
    padding: 0 70px 15px;
}
.scroll-triangle-wrapper {
  bottom: 15px;
}
.page2 .page-content-inner {
  vertical-align: middle;
}
.page-content-inner {
    vertical-align: top;
}
.menu-item-wrapper {
  right: 109px;
}
.menu-block-title {
    padding: 55px 96px 61px 0;
}
}
@media screen and (min-width: 1385px) {
.hexagon-block-text {
  font-size: .9em;
  padding-left: 16%;
}
}