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

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

@font-face {
  font-family: 'AvenirNext Heavy';
  src: url("../fonts/AvenirNextCyr-Heavy.eot");
  src: url("../fonts/AvenirNextCyr-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Heavy.woff") format("woff"), url("../fonts/AvenirNextCyr-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px; 
    border: 0px; 
    outline: 0px; 
    font-weight: inherit; 
    font-style: inherit; 
    font-family: inherit; 
    vertical-align: top;
}
:focus {
    outline: 0px;
}
ul {
    list-style: none;
}
table {
    border-collapse: collapse; 
    border-spacing: 0px;
}
caption, th, td {
    text-align: left; 
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
img {
    border: none;
}
address {
    font-style: normal;
}
textarea {
    resize: none;
}
/*-----*/

html, body {
    width: 100%;
    min-height: 100%;
    background: #28333e;
}

body * {
    font-family: AvenirNext Medium, Arial;
    font-weight: normal;
    font-size: 30px;
    color: #dce7f2;
}

a {
    color: #ffffff;
}

a:hover {
    text-decoration: underline;
}

h1 {
    width: 100%;
    height: 123px;
    float: left;
    background: url(../images/title-back.png) center center no-repeat;
    background-size: contain;
    font-family: AvenirNext Bold;
    font-size: 80px;
    color: #ffffff;
    text-align: center;
    padding-top: 24px;
    margin-bottom: 70px;
}

h1 span {
    font-family: AvenirNext Bold;
    font-size: 80px;
    color: #b4e960;
}

h2 {
    width: 100%;
    float: left;
    margin: 70px 0;
    font-family: AvenirNext Medium;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

h2 span {
    font-family: AvenirNext Medium;
    font-size: 48px;
    color: #b4e960;
}

p {
    padding-bottom: 30px;
}

.page {
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.page-step {
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    background: #28333e;
    z-index: 100;
}

.logo {
    float: left;
    margin: 10px 0 0 0;
}

.logo img {
    height: 100px;
}

.menu {
    float: right;
    margin-top: 32px;
}

.menu li, .menu span {
    float: left;
    font-family: AvenirNext Medium;
}

.menu span {
    margin: 10px 40px 0 40px;
    color: #b4e960;
    font-size: 18px;
}

.menu a {
    font-size: 30px;
    text-decoration: none;
    color: #ffffff;
}

.menu a:hover {
    color: #b4e960;
}

.menu-icon {
    display: none;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 2px;
    right: -3%;
    margin-right: -1px;
}

.menu-icon.menu-open {
    background: #8eb84c;
}

.menu-icon.menu-open * {
    background: #ffffff;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 37px;
    background: #b4e960;
    opacity: 1;
    right: 20px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 23px;
}

.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
    top: 36px;
}

.menu-icon span:nth-child(4) {
    top: 49px;
}

.menu-icon.menu-open span:nth-child(1) {
    display: none;
}

.menu-icon.menu-open span:nth-child(2) {
    transform: rotate(45deg);
}

.menu-icon.menu-open span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-icon.menu-open span:nth-child(4) {
    display: none;
}

.promo {
    width: 100%;
    height: 612px;
    float: left;
    margin: 130px 0 90px 0;
    overflow-x: hidden;
}

.promo-div {
    width: 100%;
    position: relative;
}

.moon-step {
    width: 815px;
    height: 612px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/moon-step.jpg) right center no-repeat;
    background-size: contain;
}

.stm-caption {
    float: left;
    margin: 100px 0 0 90px;
}

@-moz-document url-prefix() {.stm-caption{margin: 142px 0 0 104px;}}

.big-text {
    position: relative;
    font-family: AvenirNext Heavy;
    font-size: 150px;
    color: #c0cad4;
    line-height: 140px;
}

@-moz-document url-prefix() {.big-text{line-height: 96px;}}

.big-text span {
    font-family: AvenirNext Heavy;
    font-size: 150px;
    color: #b4e960;
}

.small-text {
    font-family: AvenirNext Bold;
    font-size: 68px;
    color: #b4e960;
    position: relative;
    margin-top: 18px;
}

@-moz-document url-prefix() {.small-text{margin-top: 40px;}}

.small-text img {
    position: absolute;
    top: 75px;
    right: 47px;
}

.about-us {
    width: 100%;
    float: left;
}

.about-us img {
    float: left;
    margin: 25px 80px 50px 0;
}

.team {
    width: 100%;
    float: left;
}

.team li {
    width: 330px;
    height: 474px;
    float: left;
    background: url(../images/photo-back.jpg) right bottom no-repeat;
    background-size: contain;
    margin-left: 25px;
    margin-bottom: 100px;
}

.team li:first-child {
    margin-left: 0;
}

.team li img {
    width: 100%;
    margin: -10px 0 0 -10px;
}

.team li p {
    padding: 7px 0 0 20px;
    font-family: AvenirNext Bold;
    font-size: 28px;
    color: #ffffff;
    line-height: 42px;
}

.team li p span {
    font-family: AvenirNext Medium;
    font-size: 26px;
    color: #dce7f2;
}

.gallery {
    width: 100%;
    height: 481px;
    float: left;
    position: relative;
    overflow: hidden;
}

.games {
    width: 88%;
    position: relative;
    margin: 0 auto;
}

.games li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.games li:first-child {
    display: block;
}

.games img {
    width: 55%;
    display: block;
    float: left;
    margin-bottom: 100px;
}

.games div {
    width: 42%;
    float: left;
    margin-left: 3%;
}

.games div span {
    float: left;
    font-family: AvenirNext Bold;
    font-size: 50px;
    color: #ffffff;
    border-bottom: 4px solid #b4e960;
    margin: -10px 0 0 0;
}

.games div p {
    width: 100%;
    float: left;
    font-size: 26px;
    margin: 30px 0;
    padding: 0;
}

.appstore {
    width: 190px;
    height: 62px;
    float: left;
    background: url(../images/appstore.png) left top no-repeat;
    background-size: contain;
}

.googleplay {
    width: 190px;
    height: 62px;
    float: left;
    background: url(../images/googleplay.png) left top no-repeat;
    background-size: contain;
    margin-left: 30px;
}

.arrow-left {
    width: 60px;
    height: 120px;
    display: block;
    position: absolute;
    top: 128px;
    left: 0;
    background: url(../images/arrow.png) left top no-repeat;
    background-size: contain;
}

.arrow-right {
    width: 60px;
    height: 120px;
    display: block;
    position: absolute;
    top: 128px;
    right: 0;
    background: url(../images/arrow.png) left top no-repeat;
    background-size: contain;
    transform: scaleX(-1);
}

.arrow-left:hover, .arrow-right:hover {
    background: url(../images/arrow-hover.png) left top no-repeat;
    background-size: contain;
}

.jobs {
    width: 100%;
    float: left;
    margin-top: -30px;
    margin-bottom: 20px;
}

.jobs h2 {
    margin-top: 0;
}

.jobs ul {
    width: 100%;
    float: left;
}

.jobs ul li {
    width: 50%;
    height: 120px;
    float: left;
    margin: 0 0 80px 0;
    vertical-align: middle;
    font-size: 44px;
    color: #ffffff;
}

.jobs ul li img {
    width: 120px;
    vertical-align: middle;
    align: left;
    margin: 0 30px 0 0;
}

.jobs ul li span {
    vertical-align: middle;
    font-size: 44px;
    color: #ffffff;
}

.jobs div {
    width: 100%;
    float: left;
    font-size: 34px;
    text-align: center;
    margin-bottom: 80px;
    color: #ffffff;
}

.jobs div span {
    font-size: 34px;
    color: #b4e960;
}

.contacts {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.contacts li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 44px;
    color: #ffffff;
}

.contacts li img {
    width: 120px;
    margin-bottom: 20px;
}

.contacts li a {
    font-size: 44px;
    color: #b4e960;
}

.contacts li a:hover {
    text-decoration: none;
}

footer {
    width: 100%;
    height: 150px;
    float: left;
    border-top: 4px solid #51677c;
    margin-top: 100px;
}

footer p {
    text-align: center;
    padding-top: 55px;
    font-size: 28px;
}

@media screen and (max-width: 1480px) {
    .page {
        width: 95%;
        max-width: 95%;
    }
    .team {
        width: 1275px;
        float: none;
        position: relative;
        margin: 0 auto;
    }
    .team li {
        width: 300px;
        height: 431px;
    }
    .team li p {
        padding: 5px 0 0 15px;
        font-size: 26px;
        line-height: 38px;
    }
    .team li p span {
        font-size: 24px;
    }
    .jobs ul li, .jobs ul li span {
        font-size: 40px;
    }
    .contacts li {
        font-size: 40px;
    }
    .contacts li a {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .stm-caption {
        margin: 120px 0 0 45px;
    }
    .moon-step {
        right: -20px;
    }
    .games img {
        width: 50%;
    }
    .games div {
        width: 48%;
        margin-left: 2%;
    }
    .games div span {
        font-size: 40px;
        margin: -7px 0 0 0;
    }
    .games div p {
        font-size: 24px;
        margin: 15px 0 20px 0;
    }
    .arrow-left {
        top: 100px;
    }
    .arrow-right {
        top: 100px;
    }
}

@media screen and (max-width: 1340px) {
    .team {
        width: 1100px;
    }
    .team li {
        width: 256px;
        height: 368px;
    }
    .team li p {
        padding: 5px 0 0 15px;
        font-size: 22px;
        line-height: 34px;
    }
    .team li p span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1330px) {
    .stm-caption {
        margin: 120px 0 0 0;
    }
    .moon-step {
        right: -40px;
    }
    .games div span {
        font-size: 36px;
        margin: -7px 0 0 0;
    }
    .games div p {
        font-size: 22px;
    }
    .arrow-left {
        width: 50px;
        height: 100px;
    }
    .arrow-right {
        width: 50px;
        height: 100px;
    }
    .jobs ul li {
        height: 110px;
        font-size: 36px;
    }
    .jobs ul li span {
        font-size: 36px;
    }
    .jobs ul li img {
        width: 110px;
    }
    .contacts li {
        font-size: 36px;
    }
    .contacts li img {
        width: 110px;
    }
    .contacts li a {
        font-size: 36px;
    }
}

@media screen and (max-width: 1200px) {
    .jobs ul li {
        height: 100px;
        font-size: 34px;
        margin-bottom: 60px;
    }
    .jobs ul li span {
        font-size: 34px;
    }
    .jobs ul li img {
        width: 100px;
    }
    .contacts li {
        font-size: 34px;
    }
    .contacts li img {
        width: 100px;
    }
    .contacts li a {
        font-size: 34px;
    }
}

@media screen and (max-width: 1160px) {
    .team {
        width: 1000px;
    }
    .team li {
        width: 231px;
        height: 332px;
    }
    .team li p {
        padding: 5px 0 0 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .team li p span {
        font-size: 18px;
    }
    .games div span {
        font-size: 36px;
        margin: -6px 0 0 0;
    }
    .games div p {
        font-size: 22px;
    }
    .arrow-left {
        top: 75px;
    }
    .arrow-right {
        top: 75px;
    }
}

@media screen and (max-width: 1130px) {
    .jobs ul li {
        height: 80px;
        margin-bottom: 50px;
    }
    .jobs ul li img {
        width: 80px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    h1 {
        height: 95px;
        font-size: 55px;
        padding-top: 20px;
    }
    h1 span {
        font-size: 55px;
    }
    h2 {
        font-size: 45px;
    }
    h2 span {
        font-size: 45px;
    }
    header {
        height: 100px;
    }
    .logo {
        margin: 10px 0 0 0;
    }
    .logo img {
        height: 80px;
    }
    .menu {
        margin-top: 33px;
    }
    .menu span {
        margin: 7px 30px 0 30px;
        font-size: 14px;
    }
    .menu a {
        font-size: 24px;
    }
    .promo {
        height: 530px;
        margin-top: 100px;
        margin-bottom: 0;
    }
    .moon-step {
        width: 600px;
        height: 451px;
        top: 10px;
        right: 0;
    }
    .stm-caption {
        margin-top: 80px;
        margin-left: 0;
    }
    .big-text {
        font-size: 111px;
        line-height: 105px;
    }
    .big-text span {
        font-size: 111px;
    }
    .small-text {
        font-size: 50px;
        margin-top: 5px;
    }
    .small-text img {
        width: 52px;
        top: 58px;
        right: 35px;
    }
    .about-us img {
        width: 40%;
        margin: 0 40px 20px 0;
    }
    .team {
        width: 770px;
    }
    .team li, .team li:first-child {
        width: 330px;
        height: 474px;
        margin: 0 25px 50px 25px;
    }
    .team li:last-child {
        margin-bottom: 100px;
    }
    .team li p {
        padding: 7px 0 0 20px;
        font-size: 28px;
        line-height: 42px;
    }
    .team li p span {
        font-size: 26px;
    }
    .gallery {
        margin-bottom: 80px;
    }
    .games img {
        width: 100%;
        margin-bottom: 40px;
    }
    .games div {
        width: 100%;
        margin-left: 0;
    }
    .games div span {
        font-size: 40px;
        margin: -7px 0 0 0;
    }
    .games div p {
        font-size: 26px;
        margin: 25px 0 30px 0;
    }
    .arrow-left {
        width: 40px;
        height: 80px;
        top: 74%;
    }
    .arrow-right {
        width: 40px;
        height: 80px;
        top: 74%;
    } 
    footer p {
        font-size: 24px;
    }
}

@media screen and (max-width: 1070px) {
    .jobs ul li {
        height: 50px;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .jobs ul li span {
        font-size: 32px;
    }
    .jobs ul li img {
        width: 50px;
        margin-right: 10px;
    }
    .jobs div, .jobs div span {
        font-size: 32px;
    }
    .contacts li {
        font-size: 32px;
    }
    .contacts li a {
        font-size: 32px;
    }
}

@media screen and (max-width: 935px) {
    .jobs ul li span {
        font-size: 26px;
    }
    .jobs div, .jobs div span {
        font-size: 26px;
    }
}

@media screen and (max-width: 900px) {
    .arrow-left {  
        top: 71%;
    }
    .arrow-right {
        top: 71%;
    }
}

@media screen and (max-width: 815px) {
    .team {
        width: 700px;
    }
    .team li, .team li:first-child {
        width: 300px;
        height: 431px;
        margin: 0 25px 50px 25px;
    }
    .team li:last-child {
        margin-bottom: 80px;
    }
    .team li p {
        padding: 5px 0 0 15px;
        font-size: 26px;
        line-height: 38px;
    }
    .team li p span {
        font-size: 24px;
    }
    .arrow-left {  
        top: 66%;
    }
    .arrow-right {
        top: 66%;
    }
}

@media screen and (max-width: 780px) {
    h1 {
        height: 60px;
        font-size: 38px;
        padding-top: 10px;
        margin-bottom: 40px;
    }
    h1 span {
        font-size: 38px;
    }
    h2 {
        margin: 30px 0 40px 0;
        font-size: 26px;
    }
    h2 span {
        font-size: 26px;
    }
    header {
        height: 80px;
    }
    .logo {
        margin: 10px 0 0 0;
    }
    .logo img {
        height: 60px;
    }
    .menu-icon {
        display: inline-block;
    }
    .menu {
        display: none;
        width: 100%;
        height: auto;
        position: fixed;
        margin: 0;
        top: 80px;
        left: 0;
        background: #8eb84c;
    }
    .menu li {
        width: 100%;
        text-align: center;
        padding: 8px 0;
        border-bottom: 1px solid #b4e960;
    }
    .menu span {
        display: none;
    }
    .menu a {
        width: 100%;
        float: left;
        font-size: 26px;
        padding: 5px 0;
    }
    .menu a:hover {
        color: #ffffff;
    }
    .page {
        width: 94%;
        max-width: 94%;
    }
    .promo {
        height: 350px;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .moon-step {
        width: 400px;
        height: 300px;
        top: 10px;
        right: 15px;
    }
    .stm-caption {
        margin-top: 60px;
        margin-left: 35px;
    }
    .big-text {
        font-size: 76px;
        line-height: 70px;
    }
    .big-text span {
        font-size: 76px;
    }
    .small-text {
        font-size: 34px;
        margin-top: 5px;
    }
    .small-text img {
        width: 38px;
        top: 40px;
        right: 24px;
    }
    .about-us img {
        width: 30%;
        margin: 0 30px 15px 0;
    }
    .about-us p {
        text-align: left;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .gallery {
        margin-bottom: 50px;
    }
    .games {
        width: 100%;
    }
    .games img {
        margin-bottom: 30px;
    }
    .games div span {
        font-size: 30px;
        margin: 0;
    }
    .games div p {
        font-size: 20px;
        margin: 25px 0 30px 0;
    }
    .arrow-left {
        width: 30px;
        height: 60px;
        left: 0;
        top: 100%;
        margin-top: -60px;
    }
    .arrow-right {
        width: 30px;
        height: 60px;
        right: 0;
        top: 100%;
        margin-top: -60px;
    }
    .appstore {
        margin: 0 0 0 70px;
    }
    .googleplay {
        float: right;
        margin: 0 70px 0 0;
    }
    .jobs {
        margin-top: 0;
    }
    .jobs ul li {
        width: 100%;
        height: 80px;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .jobs ul li span {
        font-size: 30px;
    }
    .jobs ul li img {
        width: 80px;
        margin-right: 20px;
    }
    .jobs div {
        text-align: left;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .jobs div span {
        font-size: 20px;
    }
    footer p {
        font-size: 20px;
    }
    .contacts li {
        font-size: 24px;
    }
    .contacts li img {
        width: 100px;
        margin-bottom: 20px;
    }
    .contacts li a {
        font-size: 24px;
    }
}

@media screen and (max-width: 745px) {
    .team {
        width: 600px;
    }
    .team li, .team li:first-child {
        width: 260px;
        height: 373px;
        margin: 0 20px 40px 20px;
    }
    .team li:last-child {
        margin-bottom: 70px;
    }
    .team li p {
        padding: 5px 0 0 15px;
        font-size: 22px;
        line-height: 34px;
    }
    .team li p span {
        font-size: 20px;
    }
}

@media screen and (max-width: 730px) {
    .moon-step {
        right: 0px;
    }
    .stm-caption {
        margin-left: 20px;
    }
}

@media screen and (max-width: 645px) {
    .team {
        width: 500px;
    }
    .team li, .team li:first-child {
        width: 230px;
        height: 330px;
        margin: 0 10px 30px 10px;
    }
    .team li:last-child {
        margin-bottom: 50px;
    }
    .team li p {
        padding: 5px 0 0 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .team li p span {
        font-size: 18px;
    }
}

@media screen and (max-width: 630px) {
    .moon-step {
        right: -20px;
    }
    .stm-caption {
        margin-left: 0;
    }
    .about-us img {
        width: 40%;
    }
}

@media screen and (max-width: 580px) {
    .moon-step {
        right: -50px;
    }
    .appstore {
        margin: 0 0 0 55px;
    }
    .googleplay {
        float: right;
        margin: 0 55px 0 0;
    }
    .contacts li {
        width: 100%;
        margin-bottom: 50px;
    }
    .contacts li:first-child {
        margin-top: -20px;
    }
    .contacts li:last-child {
        margin-bottom: 0;
    }
    footer {
        height: 130px;
        margin-top: 80px;
    }
    footer p {
        padding-top: 50px;
    }
}

@media screen and (max-width: 550px) {
    .moon-step {
        right: -70px;
    }
    .team {
        width: 330px;
    }
    .team li, .team li:first-child {
        width: 330px;
        height: 473px;
        margin: 0 0 50px 0;
    }
    .team li:last-child {
        margin-bottom: 60px;
    }
    .team li p {
        padding: 8px 0 0 20px;
        font-size: 26px;
        line-height: 38px;
    }
    .team li p span {
        font-size: 24px;
    }
    .appstore {
        width: 150px;
        height: 49px;
        margin: 0 0 5px 70px;
    }
    .googleplay {
        width: 150px;
        height: 49px;
        margin: 0 70px 5px 0;
    }
    .jobs ul li {
        height: 120px;
        text-align: center;
    }
    .jobs ul li img {
        margin: 0;
    }
    .jobs ul li span {
        width: 100%;
        float: left;
        font-size: 30px;
    }
    .jobs div {
        text-align: center;
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        height: 48px;
        font-size: 30px;
        padding-top: 10px;
        margin-bottom: 40px;
    }
    h1 span {
        font-size: 30px;
    }
    h2 {
        margin: 30px 0 40px 0;
        font-size: 26px;
    }
    h2 span {
        font-size: 26px;
    }
    .promo {
        height: 280px;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .moon-step {
        width: 300px;
        height: 225px;
        top: 15px;
        right: -70px;
    }
    .stm-caption {
        margin-top: 50px;
    }
    .big-text {
        font-size: 53px;
        line-height: 50px;
    }
    .big-text span {
        font-size: 53px;
    }
    .small-text {
        font-size: 24px;
        margin-top: 5px;
    }
    .small-text img {
        width: 27px;
        top: 28px;
        right: 16px;
    }
    .about-us {
        text-align: center;
    }
    .about-us img {
        width: 45%;
        float: none;
        margin: 0 0 22px 0;
    }
    .about-us p {
        text-align: left;
        font-size: 20px;
        padding-bottom: 20px;
    }
    .team {
        width: 300px;
    }
    .team li, .team li:first-child {
        width: 300px;
        height: 431px;
        margin: 0 0 50px 0;
    }
    .team li:last-child {
        margin-bottom: 50px;
    }
    .team li p {
        padding: 7px 0 0 20px;
        font-size: 24px;
        line-height: 36px;
    }
    .team li p span {
        font-size: 22px;
    }
    .appstore {
        width: 150px;
        height: 49px;
        margin: 0 0 5px 55px;
    }
    .googleplay {
        width: 150px;
        height: 49px;
        margin: 0 55px 5px 0;
    }
}

@media screen and (max-width: 460px) {
    .appstore {
        width: 120px;
        height: 39px;
        margin: 0 0 5px 55px;
    }
    .googleplay {
        width: 120px;
        height: 39px;
        margin: 0 55px 5px 0;
    }
    .arrow-left {
        width: 25px;
        height: 50px;
        margin-top: -50px;
    }
    .arrow-right {
        width: 25px;
        height: 50px;
        margin-top: -50px;
    }
    .jobs ul li {
        height: 110px;
    }
    .jobs ul li span {
        font-size: 26px;
    }
}

@media screen and (max-width: 400px) {
    .appstore {
        width: 110px;
        height: 36px;
        margin: 0 0 7px 50px;
    }
    .googleplay {
        width: 110px;
        height: 36px;
        margin: 0 50px 7px 0;
    }
}

@media screen and (max-width: 370px) {
    .appstore {
        width: 100px;
        height: 33px;
        margin: 0 0 8px 50px;
    }
    .googleplay {
        width: 100px;
        height: 33px;
        margin: 0 50px 8px 0;
    }
}

.logo-privacy img {
	height: 80px;
	margin-top: 20px;
}

.content-privacy {
	margin-top: 100px;
}

.content-privacy h1 {
	height: auto;
	background: none;
	margin: 25px 0;
	padding: 0;
	font-size: 60px;
}