* {
  margin: 0;
  padding: 0;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #fff;
  background: #faca38;
}
.pink ::selection {
  color: #fff;
  background: #f16776;
}
a, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, ruby, samp, section, span, strike, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
  vertical-align: baseline;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-variant: inherit;
  font-style: inherit;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
html {
  height: 100%;
  transition: opacity 0.5s;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 320px;
  height: 100%;
  background: #f7f7f7;
  font-family: "Formular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #212121;
}
.wrapper {
  min-width: 320px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden
}
svg {
  display: block;
  transition: fill 0.2s
}
a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #fdc545
}
.animation .left,.animation .right{
	opacity: 0;
}
.header {
  font-size: 14px;
  color: #000000;
  z-index: 10;
}
.inner {
  position: relative;
  max-width: 1239px;
  margin: auto;
  padding: 0 30px;
}
.inner:after {
  display: block;
  content: '';
  clear: both;
}
.header-inner {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  min-height: 58px;
}
.header-logo {
  z-index: 5
}
.header-logo svg {
  max-width: 120px;
  height: 20px;
	opacity: .9;
}
.header-control {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  z-index: 100;
  height: 105px;
}
.ui-controls {
  background: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
}
.ui-controls .ui-butn {
  position: relative;
  float: left;
  display: block;
  width: 66px;
  height: 66px;
  background: none;
  padding: 0;
}
.ui-controls-name {
  font-weight: 400;
  font-size: 12px;
  float: left;
  padding-right: 4px;
  text-transform: uppercase
}
.ui-controls .ui-butn.nav-trigger .icon-cross {
  margin: -6px 0 0 -8px;
}
.ui-controls .ui-butn .icon-hamburger {
  margin: -6px 0 0 -8px;
  fill: #ffffff;
}
.ui-controls .ui-butn .hide-on-click {
  transition: all 0.2s;
	position: relative
}
.ui-controls .ui-butn .hide-on-click svg{
	display: none; 
}
.ui-controls .ui-butn .hide-on-click::after{
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	background: #000;
    top: -4px;
    left: -11px;
  transition: all 0.2s;
}
.ui-controls .ui-butn .hide-on-click::before{
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	background: #000;
    top: 2px;
    left: -11px;
  transition: all 0.2s;
}
.header-trigger:hover .hide-on-click::after{
    left: -16px;
}
.header-trigger:hover .hide-on-click::before{
    left: -6px;
}
.ui-controls .ui-butn .show-on-click {
  opacity: 0;
  display: none;
  transition: all 0.2s;
}
.ui-controls .ui-butn [class*=icon-] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  fill: #000;
  transition: all 0.2s;
}
.ui-controls .ui-butn.active .hide-on-click, .ui-controls a.active .hide-on-click {
  opacity: 0;
  display: none;
}
.ui-controls .ui-butn.active .show-on-click, .ui-controls a.active .show-on-click {
  opacity: 1;
  display: table;
}
.ui-controls .ui-butn.active [class*=icon-] {
  fill: #000;
}
.ui-controls svg {
  width: 16px;
  height: 12px;
}
.ui-controls {
  background-color: rgba(255,255,255,0);
}
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 5;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 121px 12vh 70px 12vh;
  background: #fff;
  right: 0px;
  top: 20px;
  left: 0px;
  border: 1px solid #fdc545;
  border-radius: 15px;
}
.dropdown-menu.active {
  display: block
}
.dropdown-menu-inner {
  display: flex;
}
.dropdown-menu-right {
  float: left;
  width: calc(50% - 10vh);
  margin-left: 10vh;
  margin-bottom: 30px;
}
.dropdown-menu-left {
  position: relative;
  z-index: 2;
  float: right;
  width: 50%;
  padding-top: 20px;
  margin-right: 10vh;
  padding-bottom: 40px;
  width: calc(50% - 10vh);
}
.dropdown-menu-inner:after {
  display: block;
  content: '';
  clear: both;
}
.header-nav {
  margin-bottom: 46px;
}
.header-nav ul {
  margin-bottom: 27px;
}
.header-nav ul li.big a {
  line-height: 65px;
  font-size: 36px;
}
.header-nav ul li a {
  line-height: 30px;
  font-size: 19px;
}
.header-nav ul li a:hover {
  color: #fdc545;
}
.header-nav ul.small a {
  font-size: 14px;
  line-height: 24px;
}
.header-nav li {
  position: relative;
}
.header-nav li::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  left: -50px;
  background: #faca38;
  transition: all 0.5s;
  transform: translateY(-8px);
  top: 50%;
  opacity: 0;
}
.header-nav li::before {
  content: '';
  background: -moz-linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to left, rgba(250, 202, 56, 1) 0%, rgba(250, 202, 56, 0) 100%);
  position: absolute;
  transform: translateY(-8px);
  top: 50%;
  width: 33px;
  left: -77px;
  height: 15px;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.header-nav li:hover::before {
  opacity: 1;
  left: -58px;
}
.header-nav li:hover::after {
  opacity: 1;
  left: -31px;
}
.link-download {
    position: relative;
    border: 1px solid #fdc545;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 384px;
    font-size: 24px;
    line-height: 29px;
}
.link-download span {
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-8px);
  width: 31px;
  height: 16px;
}
.link-download svg {
  fill: #fdc545;
  width: 31px;
  height: 16px;
}
.footer .link-download{
    border: 1px solid #fff;
    width: calc(50% - 8px);
	margin-left: 8px;
}
.footer .link-download:first-child{
	margin-left: 0px;
	margin-right: 8px;
}
.link-download a{
    padding: 0px 28% 0 31px;
    height: 175px;
    display: flex;
    align-items: center;
}
.footer .link-download a{
    color: #fff;
}
.footer .link-download:hover{
	background: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .link-download:hover a{
	color: #212121;
}
.footer .link-download svg{
	fill:#fff;
}
.footer .link-download:hover svg{
	fill: #212121;
}
input.text-input, textarea.textarea-field {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 2px 10px 0 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text], input[type=password] {
  margin: inherit 4px;
  padding: 0 4px;
  outline: none;
}
.search-box {
  border: 1px solid #fdc545;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 384px;
  position: relative
}
.search-box input {
  border: none;
  height: 58px;
  padding-left: 30px;
  padding-right: 47px;
  background: transparent
}
.search-box button {
  position: absolute;
  background: transparent;
  right: 32px;
  top: 0px;
  width: 23px;
}
label {
  position: relative;
}
.search-box label {
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  left: 20px;
  top: 10px;
  pointer-events: none;
  transition: .2s;
  opacity: 0;
  color: #ccc;
}
.search-box input:focus ~ label, .search-box input:valid ~ label {
  top: -11px;
  opacity: 1;
  background: #fff;
}
.search-box input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.search-box input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.search-box input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.search-box input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.search-box input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-box input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-box input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-box input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-box button svg {
  fill: #fdc545;
  width: 23px;
  height: 23px;
}
.nav-social a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border: 1px solid #fdc545;
  background: #fdc545;
  border-radius: 25px;
}
.nav-social a:hover {
  border: 1px solid #f16776;
  background: #f16776
}
.nav-social a .icon-facebook {
  width: 7px;
  height: 14px;
  margin: -7px 0 0 -4px;
}
.nav-social a .icon-instagram {
  width: 15px;
  height: 15px;
  margin: -7px 0 0 -7px;
}
.nav-social a .icon-youtube {
  width: 17px;
  height: 11px;
  margin: -6px 0 0 -8px;
}
.nav-social a .icon-vk,.nav-social a .icon-tw {
    width: 43px;
    height: 43px;
    margin: -22px;
}
.nav-social a [class*=icon-] {
  position: absolute;
  left: 50%;
  top: 50%;
  fill: #fff;
}
[class*=-butn] {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
  height: 57px;
  padding: 0 24px;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  vertical-align: top;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
[class*=-butn]:hover {
  opacity: 0.7;
}
.content {
  padding: 0 0 263px;
}
.main-page .content{
	padding-bottom: 0px;
}
.hidden {
  transition: all .4s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.visible {
  opacity: 1;
  transition: all .4s ease-in-out;
  transform: translateY(0px);
}
.scroll {
  transition: all .4s ease-in-out;
}
.footer{
	background: #fdc545;
}
.footer-down{
	background: #fff;-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.footer-inner .footer-inner-action{
	padding: 170px 0 170px;
}
.download-links{
    margin: 0 16.555%;
	display: flex
}
.footer-down-inner{
    margin: 0 16.555%;
}
.footer-down{
	padding: 130px 0;
}
.footer-down{
	font-size: 56px;
	line-height: 65px;
	color:#949494;
}
.footer-down a{
	color:#212121;
}
.footer-down a:hover{
	color:#fdc545;
} 
.footer-down a span{
	cursor: default!important;
	color:#949494!important;
}
.footer-down svg{
	width: 31px;
	fill:#fdc545;
    height: 31px;
    display: inline-block;

}
.footer-down-inner{
	position: relative;
}

.animate:hover .icon{
    animation: go-left-right .5s infinite alternate;
    -webkit-animation: go-left-right .5s infinite alternate;
	position: relative;
}