
@import url('/css/fonts/Roboto.css');
@import url('/css/fonts/PFDinDisplayPro.css');

body {
    padding: 0;
    font-family: "PF DinDisplay Pro", Arial, sans-serif;
    min-width: 360px;
}

.about-header {
    background: url("/images/about/new/head_1920.jpg") no-repeat center -50px;
    height: 550px;
    border-top: 1px transparent solid;
}

.about-header .menu__header:before {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    height: 10px;
    background: #181b22;
    left: 0;
    right: 0;
}

.about-header .menu__header {
    display: block;
    border-top: 5px #da3a5c solid;
    /*background: rgba(218,58,92,0.35);*/
    background: url("/images/about/new/menu.jpg") no-repeat center bottom ;
    height: 50px;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 20;
}

.about-header .menu__header .header__icon {
    width: 30px;
    height: 30px;
    border: 10px #da3a5c solid;
    background-size: auto;
    position: static;
    float: right;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.6s;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='%23fff' d='M0 14h20v-2H0v2zm0-6h20V6H0v2zm0-8v2h20V0H0z'/%3E%3C/svg%3E") 50% no-repeat #da3a5c;
}

.about-header .menu-wrap {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.about-header .menu__container {
    background: #da3a5c;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 10;
}

.about-header .menu__container ul {
    padding: 10px 0 0;
    margin: 0;
    clear: right;
}

.about-header .menu__container ul li {
    margin: 0;
    list-style: none;
}

.about-header .menu__container ul li a {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    display: block;
    padding: 20px 10px;
}

.about-header .menu__container ul li a:hover {
    background: #FF305C;
}

.about-lang-list .icon {
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-right: 8px;
}


.icon-close {
    background: url("/images/about/new/close.png") no-repeat center center;
    width: 30px;
    height: 30px;
    float: right;
}

.about-header .header__logo {
    float: left;
    height: 60px;
    width: 230px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 70px;
    background-image: url("/images/about/new/logo.png");
    background-color: #181b22;
    position: relative;
    border-right: 5px #da3a5c solid;
    border-bottom: 5px #da3a5c solid;
    border-left: 5px #181b22 solid;
    top: -5px;
}

.about-lang-list {
    float: left;
    width: 64px;
    position: relative;
    height: 50px;
    background-color: #181b22;
    text-align: left;
    padding: 0 8px;
}

.about-lang-list a {
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 50px;
}

.about-lang-list > a {
    margin: 0;
}
.about-lang-list > a .icon {
    margin-right: 1px;
    margin-top: -4px;
}


.about-lang-list.has-submenu > a:after,
.about-lang-list.has-submenu > .icon:after {
    top: 23px;
    right: 6px;
}

.global-header-sub-menu {
    top: 50px;
    background-color: #181b22;
}

.global-header-sub-menu a {
    line-height: 16px;
    font-size: 18px;
    width: 70px;
    padding: 12px 5px 12px 5px;
    margin: 0;

}

.has-submenu:hover > a {
    color: white;
}

.slogan {
    margin: 180px auto 0;
    color: #d8395b;
    font-size: 65px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: -20px;
}

.slogan span {
    color: white;
    font-size: 40px;
    line-height: 80px;
    display: block;
}

.about-text {
    background: rgba(39, 43, 52, 0.8);
    padding: 25px 30px;
    line-height: 36px;
    font-size: 20px;
    text-align: left;
    color: white;
    margin: 30px 70px 0 0;
    float: right;
    width: 430px;
    border-right: 5px #da3a5c solid;
    position: relative;
}

.about-text:before {
    content: '';
    display: block;
    background-image: url("/images/about/new/top_left.png");
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 10px;
}

.send-game:before {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #da3a5c;
    border: 1px #792133 solid;
    display: block;
    content: "";
    z-index: 2;
}

.send-game {
    display: block;
    position: relative;
    background: white;
    width: 331px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: white;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 130px 0 0 70px;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
    overflow: hidden;
    z-index: 2;
}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}


.send-game:hover:before {
    background: #ec4062;
}

.send-game:hover:after {
    position: absolute;
    top: -25%;
    left: -25%;
    background: #da3a5c;
    display: block;
    content: "";
    z-index: 1;

    -webkit-animation-name: rotation;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    width: 150%;
    height: 400%;
}




.send-game > span {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    transform: skewX(25deg);
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 2px #792133;
}

.send-game:hover > span {
    text-shadow: 1px 1px 2px #000;
}


.send_game_round:hover,
.show_publications:hover,
.contact-email a:hover,
.js-menu-nav:hover {
    filter: brightness(120%);
    transition: 0.3s;
}

.business-landing {
    background: #24272d;
}

.business-landing .wrap {
    max-width: 1280px;
    padding: 0 70px 0;
    margin: 0 auto;
}

.business-landing h1,
.business-landing h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: normal;
    padding-left: 20px;
    border-left: 5px #da3a5c solid;
    margin: 100px 0;
}

.business-landing h3 {
    font-size: 24px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #da3a5c;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    line-height: 34px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.about-list li {
    display: inline-block;
    width: 32%;
}

.about-list li div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    height: 100%;
}

.about-list span {
    max-width: 200px;
    align-self: flex-start;
    line-height: 24px;
    padding: 0 0 10px 15px;
    border-left: 2px white solid;
    min-height: 80px;
}

.about-list span.num {
    color: #da3a5c;
    font-size: 160px;
    max-width: 236px;
    line-height: 114px;
    padding: 0;
    border-left: none;
    padding-right: 15px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: -10px;
}


.service-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.service-list li {
    width: 30%;
    text-align: center;
    margin-bottom: 70px;
}

.service-list li h3 {
    font-size: 24px;
    line-height: 26px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-bottom: 0;
    height: 264px;
    color: #da3a5c;
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
}

.service-list li h3:after {
    content: '';
    display: block;
    width: 30px;
    border-bottom: 2px #da3a5c solid;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.service-list li h3:before{
    content: '';
    display: block;
    width: 1px;
    border-top: 7px #da3a5c solid;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.service-list li.service1 h3 {
    background: url("/images/about/new/f1.png") no-repeat center 55px;
}
.service-list li.service2 h3 {
    background: url("/images/about/new/f2.png") no-repeat center 55px;
}
.service-list li.service3 h3 {
    background: url("/images/about/new/f3.png") no-repeat center 55px;
}
.service-list li.service4 h3 {
    background: url("/images/about/new/f4.png") no-repeat center 55px;
}
.service-list li.service5 h3 {
    background: url("/images/about/new/f5.png") no-repeat center 55px;
}
.service-list li.service6 h3 {
    background: url("/images/about/new/f6.png") no-repeat center 55px;
}

.service-list li div {
    font-size: 16px;
    line-height: 22px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}


.portal-text {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}



.portal-data {
    margin: 100px 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.region h3, .auditory h3 {
    font-size: 24px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #da3a5c;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.region img {
    margin:20px auto;
    max-width: 100%;
    display: block;

}

.region-percents {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.region-percents li {
    width: 120px;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.region-percents li span {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}


.auditory-age,
.auditory-sex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 40px;
}

.auditory-percents {
    list-style: none;
    padding: 25px 0 0 25px;
}

.auditory-percents li {
    margin: 10px 0;
}

.auditory-percents li span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.you-have-game {
    margin-bottom: 100px;
}

.you-have-game div {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

.you-have-game li {
    font-size: 18px;
    margin: 35px 0;
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.you-have-game li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 1px;
    border-left: 6px #da3a5c solid;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid;
}

.you-have-game h3 {
    margin: 40px 0;
    text-align: left;
}

.send_game_round {
    display: inline-block;
    background: #da3a5c;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 12px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 40px 0;
}



.publications {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;

}


.publication {
    background: #181b22;
    margin-bottom: 40px;
    width: 48%;
    align-self: flex-start;

}

.publication-wrap {
    padding: 20px;
}


.publication .source {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.publication h4 {
    font-size: 30px;
    color: #da3a5c;
    margin-bottom: 20px;
    font-weight: normal;
}

.publication p {
    margin: 20px 0;
}

.publication ul {
    margin: 20px;
}

.publication .preview, .publication .fulltext  {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 60px;
}

.publication a.show-more {
    font-size: 18px;
    color: #da3a5c;
    margin-top: -20px;
    float: right;
    text-decoration: none;
}

.show_publications {
    display: inline-block;
    background: #da3a5c;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 14px 50px;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 40px auto;
}

#about-slider-360 {
    display: none;
}

#about-slider img, #about-slider-360 img {
    max-width: 100%;
    margin: 0 auto;
}

#about-slider li:active, #about-slider li:focus, #about-slider img:focus {
    border: 0;
    outline: none;
}

.slick-slide:focus {
    border: 0;
    outline: none;
}

#about-slider {
    position: relative;
    padding-bottom: 20px;
}

#about-slider:before {
    content: '';
    position: absolute;
    display: block;
    top: 11%;
    bottom: 0;
    right: 0;
    left: 0;
    background: #12151d;
    z-index: 0;
   /* background: -moz-linear-gradient(left, rgba(30, 33, 43, 1) 0%, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .1) 70%, rgba(30, 33, 43, 1) 100%);
    background: -o-linear-gradient(left, rgba(30, 33, 43, 1) 0%, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .1) 70%, rgba(30, 33, 43, 1) 100%);
    background: -ms-linear-gradient(left, rgba(30, 33, 43, 1) 0%, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .1) 70%, rgba(30, 33, 43, 1) 100%);
    background: linear-gradient(to right, rgba(30, 33, 43, 1) 0%, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .1) 70%, rgba(30, 33, 43, 1) 100%);
*/
}

.slick-dots {
    background: #da3a5c;
    text-align: center;
    z-index: 10;
    position: relative;
    padding: 10px 0;
    line-height: 0;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 15px;
    border: 2px transparent solid;
}

.slick-dots li.slick-active button {
    border: 2px #12151d solid;
}

.slick-dots li button {
    border: 0;
    background: white;
    font-size: 0;
    border-radius: 15px;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    outline: none;
}

.slick-arrow {
    margin-top: 0;
    width: 120px;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 1px;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 2;
    outline: none;
}

.slick-arrow.main-slider-prev {
    background: linear-gradient(to right, rgba(30, 33, 43, 1) 0%, rgba(0, 0, 0, .1) 70%, rgba(30, 33, 43, 0) 100%);
}

.slick-arrow.main-slider-next {
    background: linear-gradient(to right, rgba(30, 33, 43, 0) 0%, rgba(0, 0, 0, .1) 30%, rgba(30, 33, 43, 1) 100%);
}

.slider-wrapper {
    position: relative;
}

.slick-arrow.slick-prev {width: 26px; left: 10px; height: 45px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAtCAMAAACH64vpAAAATlBMVEUAAAAqMjYFBgcAAAD8qTYAAAB8bkr9u0Fgb3cKBQZca3QAAADb29vS0tK1tbUMFi0+ODqGhoXt7e14eHh5eXm6urr9/f3////+/v78/PwXXEgtAAAAF3RSTlMAAQQUFhwgJi8yS1RiaXqHlqKot7jT+ZdSkP4AAABySURBVHja7cs1FgNBEANRtWaZGe5/UFNqdWb2VvpfQRalpoHVsg6UUm/rumbmyZLTkb3P6chUBvMk5pPlEEsWR8BivTQLAfPb1RCC+v1iW31vFsrJM8afZIctiblWEMrGZZ1zQlrblbFBWcjzmJAZacAZ8CUabLWPo1cAAAAASUVORK5CYII=')}
.slick-arrow.slick-next {width: 26px; right: 10px; height: 45px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAtCAMAAACDHlvUAAAATlBMVEUAAAAqMjYFBgcAAAD8qTYAAAB8bkr9u0Fgb3cKBQZca3QAAADb29vS0tK1tbUMFi0+ODqGhoXt7e14eHh5eXm6urr9/f3////+/v78/PwXXEgtAAAAF3RSTlMAAQQUFhwgJi8yS1RiaXqHlqKot7jT+ZdSkP4AAAB0SURBVHja7cm1AcRQEANRrczM1H+j9x2vjijzhG8QymKDiOO21vRu+bZte+MPi1UfFsMhj0XVrA+T6/zrQJ99hTjLFnLD2B7BDzfY7KcPd3yu7nlyz/mGX27pKh0sT5+cg8WyrcJhSdV3wgEmRRERIiPN6w3WVBo/QP6n5gAAAABJRU5ErkJggg==')}

.about-contact {
    background: #12151d;
    margin-top: 80px;
    padding: 1px 0 50px;
}

.contact-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contact-blocks > div {
    width: 48%;
}

.about-form {
    background: #24262e;
}

.selectize-input, .selectize-input.full, .selectize-input.input-active, .form-input {
    background: #12151d;
    margin-bottom: 20px;
}

.selectize-dropdown, .selectize-input, .selectize-input input, .selectize-dropdown-content, .selectize-control.single .selectize-input.input-active {
    background: #12151d;
}

.selectize-input input::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder {color: #888}
.selectize-input input::-moz-placeholder,
.form-input::-moz-placeholder {color: #888}
.selectize-input input:-moz-placeholder,
.form-input:-moz-placeholder {color: #888}
.selectize-input input:-ms-input-placeholder,
.form-input:-ms-input-placeholder {color: #888}

.contact-left p {
    margin: 0 0 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.contact-left p.contact-email {
    margin-top: -20px;
}

.contact-email a {
    font-size: 24px;
    color: #da3a5c;
    text-decoration: none;
}

.contact-left p.qq {
    font-size: 24px;
}

.contact-left p.social {
    font-size: 24px;
    line-height: 55px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.about-submit {
    height: 50px;
    line-height: 50px;
    border: 0;
    background-color: #da3a5c;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
    float: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 50px;
    font-weight: normal;
    outline: none;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.social span {
    margin-right: 30px;
}

.social a {
    float: right;
    width: 55px;
    height: 55px;
    margin-left: 15px;
    background: url("/images/about/new/social.png") no-repeat 0 0;
}

.social a.vk {
    background-position: 0 0;
}

.social a.fb {
    background-position: -72px 0;
}

.copyright {
    font-size: 16px;
    margin-top: 50px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}




.de .slogan {
    font-size: 50px;
}

.de  .slogan span {
    font-size: 34px;
}


.business-popup {
    width: 535px;
    height: 235px;
    background: url("/images/about/new/popup.jpg") no-repeat bottom left #24262e;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    border: 1px black solid;
    padding: 25px;
}

.business-popup-wrap {
    min-height: 180px;
    position: relative;
    background: url("/images/about/new/logo1.png") no-repeat bottom center;
    padding-bottom: 44px;
}

.business-popup-body {
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    padding-top: 50px;
    text-transform: uppercase;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.business-popup-body span {
    color: #da3a5c;
    font-size: 30px;
}

.close-popup {
    background: url("/images/about/new/close.png") no-repeat center center;
    width: 30px;
    height: 30px;
    float: right;
}

.business-popup-overlay {
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}




@media (max-width: 1280px) {
    .about-header .header__logo {
        margin: 0 0 0 0;
    }

    .about-header .menu__header .header__icon {
        margin: 0 0 0 0;
    }

    .business-landing .wrap {
        padding: 0 25px 0;
    }

    .about-header .menu__container {
        right: 0;
    }

    .field-feedbackform2-recaptcha .form-error.left-side {
        margin-top: 52px;
        margin-left: 0;
        text-align: left;
    }


    .form-error.left-side {
        margin: -10px 0 10px 0;
    }

    .form-error.left-side {
        left: auto;
        right: 100%;
    }
    .form-error:before {
        display: none;
    }

    .form-error {
        line-height: 17px;
        color: #ff1c51;
        padding: 5px 0;
        font-size: 16px;
        box-shadow: none;
        opacity: 0;
        display: none;
        margin-top: -10px;
        max-width: 100%;
        margin-bottom: 10px;
        position: static;
        background: none;
        white-space: normal;
        height: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }


}

@media (max-width: 1024px) {

    .about-header .header__logo {
        margin: 0 0 0 0;
    }

    .about-header .menu__header .header__icon {
        margin: 0 0 0 0;
    }

    .business-landing .wrap {
        padding: 0 20px 0;
    }

    .send-game {
        margin: 130px 0 0 20px;
        background: white;
        width: auto;
        display: inline-block;
        padding: 0 20px;
        transform: none;
        min-width: 200px;
    }

    .send-game:hover:after {
        height: 260%;
    }

    .send-game > span {
        transform: none;
    }

    .about-text {
        margin: 30px 20px 0 0;
        width: 370px
    }

    .about-list li {
        width: 46%;
        margin-bottom: 50px;
    }

    .about-list {
        flex-wrap: wrap;
    }

    .service-list {
        flex-wrap: wrap;
    }

    .service-list li {
        width: 48%;
        margin-bottom: 70px;
    }

    .portal-data {
        flex-wrap: wrap;
    }

    .portal-data > div {
        margin-bottom: 50px;
        width: 100%;
    }

    .portal-data > div:last-of-type {
        margin-bottom: 0;
    }

    .contact-blocks {
        flex-wrap: wrap;
    }

    .contact-blocks > div {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-submit {
        width: auto;
    }

    .slick-arrow {
        width: 100px;
    }
}

@media screen and (max-width: 901px) {
    .recaptcha.form-row.has-error .form-error {
        margin-top: 52px;
        text-align: left;
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .recaptcha.form-row {
        width: auto;
    }

    .about-header {
        background: url(/images/about/new/head_768.jpg) no-repeat top center;
        height: auto;
    }

    .slogan {
        margin: 165px auto 0;
        font-size: 50px;
        left: -10px;
    }

    .slogan span {
        font-size: 48px;
        line-height: 66px;
        width: 400px;
        margin: 10px auto;
    }

    .de .slogan {
        font-size: 40px;
    }

    .de .slogan span {
        font-size: 40px;
    }

    .about-text {
        margin: 30px 25px 0 0;
        width: 450px;
    }

    .send-game {
        display: block;
        background: white;
        height: 80px;
        line-height: 80px;
        text-align: center;
        padding: 0;
        margin: 230px 0 0;
    }

    .send-game:hover:after {
        height: 400%;
    }

    .business-landing .wrap {
        padding: 30px 25px 0;
    }

    .business-landing h1, .business-landing h2 {
        margin: 75px 0;
    }

    .about-list li:last-of-type {
        margin-bottom: 0;
    }

    .send_game_round {
        margin: 40px 0 0;
    }

    .publication {
        width: 100%;
        margin-bottom: 60px;
    }

    .show_publications {
        margin: 0;
    }

    #about-slider {
        padding: 0;
    }

    .page-en-mobile #support-search .form-input,
    .page-en-mobile .form-row .form-input,
    .page-en-mobile #profile-search-form .form-input {
        background: #12151d;
    }

    .slick-arrow {
        width: 80px;
    }

}

@media (max-width: 600px) {

    .about-header .menu__container {
        right: 0;
        top: -5px;
    }

    .service-list li {
        width: 100%;
    }

    .about-list li {
        width: auto;
    }

    .about-text {
        margin: 30px 0 0 0;
        width: auto;
        float: none;
        border: 0;
    }

    .about-text:before {
        display: none;
    }

    .send-game {
        margin: 0;
    }

    .about-col {
        width: 100%;
    }

    .about-form .about-col:nth-of-type(odd) {
        padding: 0;
    }

    .about-form .about-col:nth-of-type(even) {
        padding: 0;
    }

    .copyright {
        text-align: center;
    }

    .business-popup {
        width: 90%;
        max-width: 535px;
        height: auto;
    }

    .business-popup-wrap {
        min-height: 200px;
    }
}
@media (max-width: 600px) {
    .region-percents li {
        width: 80px;
        font-size: 20px;
        height: 20px;
        line-height: 20px;
    }

    .auditory img {
        max-width: 100%;
        width: calc(100% - 165px);
    }

    .region-percents li span {
        width: 24px;
        height: 20px;
    }

    .auditory-percents {
        min-width: 150px;
        padding: 0 0 0 25px;
    }

    .about-header .header__logo {
        margin: 0;
    }

    .about-header .menu__header .header__icon {
        margin: 0;
    }

    .slogan span {
        width: 100%;
    }

    .about-header .header__logo {
        width: 220px;
    }

    .slogan {
        margin: 125px auto 0;
        font-size: 42px;
        left: auto;
    }

    .slogan span {
        font-size: 42px;
        width: 80%;
        margin: 8px auto;
        line-height: 50px;
    }

    .about-text {
        background: rgba(39, 43, 52, 1);
        border-top: 5px #da3a5c solid;
    }

    .about-header {
        height: auto;
    }

    .business-landing h1, .business-landing h2 {
        font-size: 46px;
        margin: 65px 0;
    }

    .page-en-mobile #support-search .form-input, .page-en-mobile .form-row .form-input, .page-en-mobile #profile-search-form .form-input {
        background: #12151d;
    }
}

@media (max-width: 500px) {
    .recaptcha.form-row {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-form .g-recaptcha {
        transform: scale(1);
        margin: 0 auto;
        float: none;
    }

    .recaptcha.form-row.has-error .form-error {
        margin-top: 10px;
        text-align: center;
    }

    .about-submit {
        width: auto;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .contact-left p.social {
        flex-wrap: wrap;
    }

    .contact-left .social span {
        width: 100%;
    }

    .contact-left .social a {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media (max-width: 450px) {
    .business-landing h1, .business-landing h2 {
        font-size: 36px;
    }

    .slogan, .de .slogan {
        margin: 125px auto 0;
        font-size: 34px;
        left: auto;
        line-height: 48px;
    }

    .slogan span, .de .slogan span {
        font-size: 34px;
    }

    .business-landing h1, .business-landing h2 {
        margin: 50px 0;
    }

    .about-list span.num {
        font-size: 130px;
    }

    .about-list {
        margin-bottom: 50px;
    }

    .service-list li {
        margin-bottom: 50px;
    }

    .portal-data {
        margin: 50px 0;
    }

    .you-have-game {
        margin-bottom: 50px;
    }

    .publication {
        margin-bottom: 50px;
    }

    .publications {
        margin-bottom: 50px;
    }

    .show_publications {
        margin: 0 auto;
    }

    .about-contact {
        margin-top: 50px;
    }

    .copyright {
        margin-top: 0;
    }

    .portal-text {
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .you-have-game div {
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 28px;
        text-align: left;
    }

    .you-have-game li {
        font-size: 18px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
    }

    .auditory-percents li {
        margin: 7px 0;
    }

    .about-form {
        margin: 0 -20px;
    }

    .main-slider-prev, .main-slider-next {
        display: none;
    }
}

@media (max-width: 360px) {
    .about-text {
        background: url(/images/about/new/text_bg.jpg) no-repeat top center;
        font-size: 18px;
        line-height: 28px;
        border-top: 5px #da3a5c solid;
    }

    .send-game {
        font-size: 32px;
    }

    .business-landing h1, .business-landing h2 {
       font-size: 34px;
    }

    .business-landing .wrap {
        padding: 0 20px 0;
    }

    .slider-wrapper {
        display: none;
    }

    #about-slider {
        display: none;
    }

    #about-slider-360 {
        display: block;
    }



    .about-header .menu__header .header__icon {
        border-top-width: 8px;
        border-bottom-width: 7px;
    }

    .about-lang-list > a {
        font-size: 18px;
        line-height: 45px;
        padding: 0;
        width: 50px;
    }

    .global-header-sub-menu {
        top: 40px;
        padding: 5px;
    }

    .global-header-sub-menu a {
        width: 60px;
    }

    .global-header-sub-menu a .icon {
        margin-right: 1px;
    }

    .about-lang-list {
        height: 45px;
        width: 60px;
        padding: 0 5px;
        text-align: center;
    }

    .about-lang-list.has-submenu > a:after {
        display: none;
    }

    .about-header .header__logo {
        height: 40px;
        width: 230px;
        top: 0;
        background-size: contain;
    }

    .about-header .menu__header {
        border-top: 0;
        height: 45px;
        top: 0;
    }

    .about-header .menu__header:before {
        height: 0;
    }

}

@media (max-height: 500px) {
    .about-header .menu__container ul li a {
        padding: 12px 10px;
    }
}


@media (max-height: 400px) {
    .about-header .menu__container ul li a {
        padding: 10px;
    }
}