@charset "UTF-8";
@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url(../fonts/akzidenzgroteskprolight.eot);
    src: url(../fonts/akzidenzgroteskprolight.eot) format("embedded-opentype"), url(../fonts/akzidenzgroteskprolight.woff2) format("woff2"), url(../fonts/akzidenzgroteskprolight.woff) format("woff"), url(../fonts/akzidenzgroteskprolight.ttf) format("truetype"), url(../fonts/akzidenzgroteskprolight.svg#akzidenzgroteskprolight) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url(../fonts/akzidenzgroteskproregular.eot);
    src: url(../fonts/akzidenzgroteskproregular.eot) format("embedded-opentype"), url(../fonts/akzidenzgroteskproregular.woff2) format("woff2"), url(../fonts/akzidenzgroteskproregular.woff) format("woff"), url(../fonts/akzidenzgroteskproregular.ttf) format("truetype"), url(../fonts/akzidenzgroteskproregular.svg#akzidenzgroteskproregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Akzidenz Grotesk Pro';
    src: url(../fonts/akzidenzgroteskprobold.eot);
    src: url(../fonts/akzidenzgroteskprobold.eot) format("embedded-opentype"), url(../fonts/akzidenzgroteskprobold.woff2) format("woff2"), url(../fonts/akzidenzgroteskprobold.woff) format("woff"), url(../fonts/akzidenzgroteskprobold.ttf) format("truetype"), url(../fonts/akzidenzgroteskprobold.svg#akzidenzgroteskprobold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Druk Wide';
    src: url(../fonts/Druk_Wide_Bold.eot);
    src: url(../fonts/Druk_Wide_Bold.eot) format("embedded-opentype"), url(../fonts/Druk_Wide_Bold.woff2) format("woff2"), url(../fonts/Druk_Wide_Bold.woff) format("woff"), url(../fonts/Druk_Wide_Bold.ttf) format("truetype"), url(../fonts/Druk_Wide_Bold.svg#Druk_Wide_Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?86481962);
    src: url(../fonts/fontello.eot?86481962#iefix) format("embedded-opentype"), url(../fonts/fontello.woff2?86481962) format("woff2"), url(../fonts/fontello.woff?86481962) format("woff"), url(../fonts/fontello.ttf?86481962) format("truetype"), url(../fonts/fontello.svg?86481962#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-right:before {
    content: '\f178'
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

ul {
    list-style: none
}

body {
    font-family: Akzidenz Grotesk Pro, Arial, sans-serif
}

a:active, a:hover {
    opacity: .8
}

.wrapper {
    overflow-x: hidden
}

.section {
    color: #fff;
    z-index: 1
}

.section__text p {
    margin-bottom: 25px
}

.section__text p:last-child {
    margin-bottom: 0
}

.container {
    max-width: 1150px;
    padding: 0 20px;
    margin: auto;
    z-index: 1
}

.heading {
    font-family: Druk Wide, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.heading-1 {
    font-size: 72px
}

.heading-2 {
    font-size: 62px
}

.text, p {
    font-size: 18px;
    line-height: 1.3
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 310px;
    height: 89px;
    padding: 35px;
    color: #fff;
    font-family: Druk Wide, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 45px;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.btn:active, .btn:hover {
    opacity: .8
}

.btn-gold {
    background-color: #c1ae69
}

.btn-green {
    background-color: #1c372f
}

.auth a {
    display: inline-block;
    margin-right: 30px;
    font-family: Druk Wide, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase
}

.auth a:last-child {
    margin-right: 0
}

.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list--column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list--column .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item__icon {
    margin-right: 30px
}

.list--column .item__icon {
    margin-bottom: 26px;
    margin-right: 0
}

.item__title {
    font-family: Druk Wide, Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.icon {
    display: block;
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.icon-1 {
    background-image: url(../img/icon/icon-1.svg)
}

.icon-2 {
    background-image: url(../img/icon/icon-2.svg)
}

.icon-3 {
    background-image: url(../img/icon/icon-3.svg)
}

.icon-4 {
    background-image: url(../img/icon/icon-4.svg)
}

.icon-5 {
    background-image: url(../img/icon/icon-5.svg)
}

.icon-6 {
    background-image: url(../img/icon/icon-6.svg)
}

.icon-7 {
    background-image: url(../img/icon/icon-7.svg)
}

.icon-8 {
    background-image: url(../img/icon/icon-8.svg)
}

.icon-9 {
    background-image: url(../img/icon/icon-9.svg)
}

.icon-10 {
    background-image: url(../img/icon/icon-10.svg)
}

.icon-11 {
    background-image: url(../img/icon/icon-11.svg)
}

.gold {
    color: #c1ae69
}

.green {
    color: #1c372f
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 44px;
    color: #fff;
    z-index: 100
}

.header.is-open {
    height: 100vh;
    background-color: #1c372f
}

.header.is-open .container {
    height: 100%
}

.header.is-open .btn-menu .line {
    opacity: 0
}

.header.is-open .btn-menu .line:first-child {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.header.is-open .btn-menu .line:last-child {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.header .logo {
    display: block
}

.header .btn-menu {
    display: none;
    width: 18px;
    height: 18px
}

.header .btn-menu .line {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.header .btn-menu .line:first-child {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.header .btn-menu .line:last-child {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px)
}

.header__top {
    padding-right: 10%
}

.header__content, .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__inner {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300
}

.menu__item {
    margin-right: 30px
}

.menu__item:last-child {
    margin-right: 0
}

.lang {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase
}

.lang:hover .dropdown {
    display: block
}

.lang:hover .current {
    background-color: #c1ae69;
    border-color: #c1ae69
}

.lang .current, .lang li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.lang li {
    margin-bottom: 10px
}

.lang li:active, .lang li:hover {
    background-color: #c1ae69;
    border-color: #c1ae69
}

.lang li:last-child {
    margin-bottom: 0
}

.lang li.selected {
    display: none
}

.lang .dropdown {
    display: none;
    position: absolute;
    padding-top: 10px
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.first {
    padding: 215px 0 139px
}

.first:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(28, 55, 47, .8);
    content: ''
}

.first .heading {
    margin-bottom: 57px
}

.first .btn {
    margin-right: 16px
}

.first__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.first__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.first__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about {
    padding: 64px 0 118px;
    background-color: #232323
}

.about .heading {
    margin-bottom: 67px
}

.about__text {
    max-width: 350px;
    margin-bottom: 60px
}

.about__list {
    position: absolute;
    /*bottom: -62%;*/
    top: 40%;
    right: -10%
}

.about__list .list {
    z-index: 1
}

.about__list .item {
    position: absolute
}

.about__list .item:active, .about__list .item:hover {
    opacity: 1
}

.about__list .item:active .item__title span, .about__list .item:hover .item__title span {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    color: #c1ae69
}

.about__list .item:first-child {
    top: -275px;
    left: 40%
}

.about__list .item:nth-child(2) {
    left: -30%;
    top: -155px
}

.about__list .item:nth-child(3) {
    left: 15%;
    top: -130px
}

.about__list .item:nth-child(4) {
    left: 70%;
    top: -150px
}

.about__list .item:nth-child(5) {
    left: -20%;
    top: 0
}

.about__list .item:last-child {
    left: -40%;
    top: 140px
}

.about__list .item__icon {
    width: 120px;
    height: 120px;
    margin: 0;
    background-color: #1c372f;
    border-radius: 50%
}

.about__list .item__icon.md {
    width: 100px;
    height: 100px
}

.about__list .item__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 17px;
    white-space: nowrap
}

.about__list .item__title span {
    display: block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    will-change: auto
}

.about__image {
    display: inline-block
}

.about__image .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about__image .text-circle {
    -webkit-animation: 30s linear infinite rotate;
    animation: 30s linear infinite rotate
}

.model {
    padding: 70px 0 161px;
    background-color: #1c372f
}

.model .heading {
    margin-bottom: 70px
}

.model .item {
    width: 33%;
    cursor: pointer
}

.model .item.active .item__title, .model .item:hover .item__title {
    opacity: 0;
    visibility: hidden
}

.model .item.active .item__icon:before, .model .item:hover .item__icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.model .item.active .item__content, .model .item:hover .item__content {
    opacity: 1;
    visibility: visible
}

.model .item:nth-child(n+4) {
    margin-top: 40px
}

.model .item__icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    background-color: #c1ae69;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    content: ''
}

.model .item__content {
    position: absolute;
    top: 50%;
    left: 155px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.model .item__content__title {
    margin-bottom: 15px;
    font-family: Druk Wide, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.model .item__content__text {
    font-size: 14px
}

.model .item__info {
    display: none;
    width: 100%;
    padding-top: 27px
}

.publishers {
    padding: 82px 0 156px;
    background-color: #c1ae69
}

.publishers .heading {
    margin-bottom: 37px;
    color: #1c372f
}

.publishers .list, .publishers .text {
    margin-bottom: 60px
}

.publishers .item__title {
    color: #1c372f;
    text-align: center
}

.publishers .blockquote {
    font-size: 31px;
    font-weight: 700
}

.advertisers {
    padding: 72px 0 167px;
    background-color: #232323
}

.advertisers .heading {
    margin-bottom: 141px
}

.advertisers .logotips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advertisers .logotip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    height: 142px;
    border-right: 1px solid #c1ae69
}

.advertisers .logotip:nth-child(3n-1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advertisers .logotip:nth-child(3n) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: none
}

.advertisers .logotip:nth-child(n+4) {
    margin-top: 30px
}

.presence {
    padding: 77px 0 94px;
    background-color: #1b1b1b
}

.presence .heading {
    margin-bottom: 71px
}

.presence__map {
    padding: 0 60px;
    margin-bottom: 44px
}

.presence__map .cities {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.presence__map .city {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.presence__map .city--usa {
    top: 45%;
    left: 17%
}

.presence__map .city--europe {
    top: 34%;
    left: 50%
}

.presence__map .city--russia {
    top: 29%;
    left: 58%
}

.presence__map .city--brazil {
    top: 77%;
    left: 35%
}

.presence__map .city--india {
    top: 52%;
    left: 68%
}

.presence__map .city__title {
    position: absolute;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.presence__map .city__icon {
    width: 33px;
    height: 33px;
    background-color: #c1ae69;
    border-radius: 50%
}

.presence__contact {
    margin-bottom: 70px;
    text-align: center
}

.presence__contact .blockquote {
    padding: 0 120px;
    margin-bottom: 41px;
    font-family: Druk Wide, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

.presence__contact .link-contact-us {
    display: inline-block;
    font-family: Druk Wide, Arial, sans-serif;
    font-size: 25px;
    color: #c1ae69
}

.presence__contact .link-contact-us i {
    vertical-align: middle
}

.presence__bottom {
    text-align: center
}

.presence__bottom .logo {
    display: inline-block;
    margin-bottom: 82px
}

.presence__bottom .copyright {
    margin-bottom: 24px;
    font-size: 16px
}

.presence__bottom .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px
}

.presence__bottom .social {
    padding: 0 5px
}

.presence__bottom .social .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px
}

@media only screen and (max-width: 1366px) {
    .section:not(.first) {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .section .heading {
        margin-bottom: 50px
    }

    .heading-1 {
        font-size: 62px
    }

    .heading-2 {
        font-size: 52px
    }

    .header__top {
        padding-right: 5%
    }

    .about__list {
        right: 10%;
        bottom: -10%
    }

    .about__image {
        width: 325px;
        height: 325px;
        left: 50px;
    }

    .about__image .logo, .presence__bottom .logo {
        width: 150px;
        height: 110px
    }
}

@media only screen and (max-width: 1024px) {
    .heading-1 {
        font-size: 42px
    }

    .heading-2 {
        font-size: 36px
    }

    .btn {
        height: 70px;
        padding: 0 20px;
        border-radius: 35px
    }

    .header {
        position: fixed;
        padding-top: 26px;
        padding-bottom: 34px
    }

    .header .auth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .auth .link-signup {
        margin-right: 0;
        margin-bottom: 15px
    }

    .header .btn-menu {
        display: block
    }

    .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        padding-right: 0
    }

    .header__content, .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .is-open .header__content, .is-open .header__inner {
        height: 100%
    }

    .header__inner {
        -webkit-transform: translateX(130%);
        -ms-transform: translateX(130%);
        transform: translateX(130%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        opacity: 0;
        visibility: hidden
    }

    .header__inner > div {
        display: none
    }

    .is-open .header__inner {
        padding-top: 10vh;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .is-open .header__inner > div {
        display: block
    }

    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 21px
    }

    .menu__item {
        margin-right: 0;
        margin-bottom: 10px
    }

    .model .item, .publishers .item {
        width: 50%
    }

    .publishers .item:nth-child(n+3) {
        margin-top: 30px
    }
}

@media only screen and (max-width: 768px) {
    .section:not(.first) {
        padding-top: 45px
    }

    .section .heading {
        margin-bottom: 30px
    }

    .container {
        padding: 0 26px
    }

    .heading-1, .heading-2 {
        font-size: 24px
    }

    .btn {
        height: 54px;
        font-size: 15px;
        border-radius: 27px
    }

    .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item__icon {
        margin-bottom: 23px;
        margin-right: 0
    }

    .lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .lang li {
        margin-bottom: 0;
        margin-left: 10px
    }

    .lang .dropdown {
        position: relative;
        padding-top: 0
    }

    .first {
        padding-top: 221px;
        padding-bottom: 84px
    }

    .first .heading {
        margin-bottom: 84px
    }

    .first .btn {
        max-width: 310px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .first__button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about {
        padding-bottom: 0 !important
    }

    .about .auth {
        display: none
    }

    .about__text {
        max-width: 100%;
        margin-bottom: 30px
    }

    .about__list {
        position: relative;
        bottom: auto;
        right: auto
    }

    .about__list .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto 50px
    }

    .about__list .item {
        position: relative;
        left: auto !important;
        top: auto !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }

    .about__list .item:last-child {
        margin-bottom: 0
    }

    .about__list .item:nth-child(2n) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .about__list .item:nth-child(2n) .item__title {
        left: auto;
        right: 0;
        -webkit-transform: translate(19px, -50%);
        -ms-transform: translate(19px, -50%);
        transform: translate(19px, -50%)
    }

    .about__list .item__title {
        left: 0;
        -webkit-transform: translate(-19px, -50%);
        -ms-transform: translate(-19px, -50%);
        transform: translate(-19px, -50%)
    }

    .about__list .item__icon {
        width: 100px;
        height: 100px
    }

    .about__image {
        display: block;
        width: 270px;
        height: 270px;
        margin: 0 auto -60px
    }

    .about__image .logo {
        width: 100px;
        height: 73px
    }

    .model .list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -26px;
        margin-right: -26px
    }

    .model .item.active .item__title, .model .item:hover .item__title {
        color: #c1ae69;
        opacity: 1;
        visibility: visible
    }

    .model .item:nth-child(n+3) {
        margin-top: 30px
    }

    .model .item:last-child .item__title {
        font-size: 15px
    }

    .model .item__title {
        font-size: 18px;
        text-align: center
    }

    .model .item__icon .icon {
        width: 100px;
        height: 100px
    }

    .model .item__icon:before {
        width: 70px;
        height: 70px
    }

    .model .item__content {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        padding: 28px 26px;
        background-color: #c1ae69
    }

    .model .item__info .item__content.active, .model .item__info.open {
        display: block
    }

    .publishers .item {
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 30px
    }

    .publishers .item:last-child {
        margin-bottom: 0
    }

    .advertisers .logotip {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        padding-top: 50px;
        border-right: none;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .advertisers .logotip:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 142px;
        height: 2px;
        margin-left: -71px;
        background-color: #c1ae69;
        content: ''
    }

    .advertisers .logotip:last-child:after {
        display: none
    }

    .presence__map {
        padding: 0;
        margin: 0 -20px 65px
    }

    .presence__map .city__title {
        display: none
    }

    .presence__map .city__icon {
        width: 10px;
        height: 10px
    }

    .presence__contact {
        margin-bottom: 82px
    }

    .presence__contact .blockquote {
        margin-bottom: 69px;
        padding: 0 20px;
        font-size: 24px
    }

    .presence__contact .link-contact-us {
        font-size: 21px
    }

    .presence__bottom .logo {
        width: 132px;
        height: 97px
    }

    .presence__bottom .copyright {
        margin-bottom: 33px
    }

    .presence__bottom .socials {
        font-size: 20px
    }

    .presence__bottom .social {
        padding: 0
    }
}

@media only screen and (max-width: 360px) {
    .model .item {
        width: 100%
    }

    .model .item:nth-child(n) {
        margin-top: 0;
        margin-bottom: 30px
    }
}