@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic,300,300italic);
/*font-family: 'Lato', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900);
/*font-family: 'Montserrat', sans-serif;*/
@font-face {
    font-family: 'Montserrat-Black';
    src: url('fonts/Montserrat-Black.eot');
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
    url('fonts/Montserrat-Black.woff') format('woff'),
    url('fonts/Montserrat-Black.ttf') format('truetype'),
    url('fonts/Montserrat-Black.svg#Montserrat-Black') format('svg'),
    url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
*::selection {
    background: #595959;
    background-color: #595959;
    color: #fff;
}
*::-moz-selection {
    background: #595959;
    background-color: #595959;
    color: #fff;
}
*::-webkit-selection {
    background: #595959;
    background-color: #595959;
    color: #fff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 0;
    outline: 0;
}
html,body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    min-width: 300px;
}
body {
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.page {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 65px;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.page.max1100 {
    max-width: 1100px;
}
.page.max970 {
    max-width: 1100px;
}
.max1100 {
    max-width: 970px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header .page {
    padding: 0 40px;
}
a {color: #faa519;}
a:hover {text-decoration: none;}

ul, li {
    list-style: none;
}
.po_r {
    position: relative;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tac {
    text-align: center;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tran2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.tran3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.tran5 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ff_m {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
input,
textarea,
button {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    -webkit-appearance: none !important;
}
input[type=text],
input[type=submit],
input[type=reset] {
    border-radius: 0 !important;
}
a {
    transition: color .2s;
    -webkit-transition: color .2s;
    -ms-transition: color .2s;
}
#all {
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
}
header,
main,
footer {
    width: 100%
}
/*-- Clearfix --
* Обнуление плавающих элементов
*/
.clearfix{
    zoom: 1; /* IE < 8 */
    display: block;
}
.clearfix:before,
.clearfix:after{
    content: ".";
    display: block;
    overflow: hidden;
    height: 0;
}
.clearfix:after{
    clear: both;
    visibility: hidden;
    line-height: 0;
}
html[xmlns] .clearfix{
    display: block;
}
* html .clearfix{
    height: 1%;
}

/**/
section {
    background: #fff;
}


header {
    /*font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;*/
    position: fixed;
    top: 0;
    left: 0;
    padding: 19px 0 0;
    z-index: 15;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;;
}
header .page {
    line-height: 1.76;
}
header.scroll {
    background: #0d0f11;
    background: -moz-linear-gradient(top,  rgba(19,37,53,1) 0%, rgba(13,15,17,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(19,37,53,1) 0%,rgba(13,15,17,1) 100%);
    background: linear-gradient(to bottom,  rgba(19,37,53,1) 0%,rgba(13,15,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132535', endColorstr='#0d0f11',GradientType=0 );

}
header.black.scroll {
    background: #fff;
    box-shadow: 0px 0px 9px rgba(0,0,0,.3);
}
header .logo {
    margin: 6px 0 0;
}
header .logo #GSE-Logo {
    fill: #fff;
}
header.black .logo #GSE-Logo {
    fill: #0f3659;
}
header .logo:hover {
    opacity: .8;
}
header nav {
    position: relative;
}
header ul.sf-menu > li:first-child a {
    padding-left: 14px;
}
header ul.sf-menu > li:last-child a {
    padding-right: 13px;
}
header nav li {
    display: inline-block;
    vertical-align: top;
}
header nav .menu-logo {display: none;}
header nav > ul > li > a {
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.4px;
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 27px 27px;
}


header nav > ul > .current-menu-item > a {
    color: #faa519;
}
header nav .current-menu-item.menu-item-has-children > a svg {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
header nav .current-menu-item svg {
    fill: #faa519;
}

header.black nav > ul > li > a {
    color: #000;
}
header.black nav > ul > .current-menu-item > a {
    color: #faa519;
}



header nav > ul > li > a span {
    position: relative;
}
header nav > ul > li > a span:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #faa519;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
header nav > ul > .current-menu-item > a span:after {
    width: 100%;
}

header nav > ul > li > a:hover {
    color: #faa519;
}
header nav > ul > li > a:hover svg {
    fill: #faa519;
}
/*header nav > ul > li.active > a span:after,
header nav > ul > li.current_page_item > a span:after,
header nav > ul > li:hover > a span:after {
    width: 100%;
}*/
/*.header nav > ul > li.menu-item-has-children.active > a span:after,
.header nav > ul > li.menu-item-has-children.current_page_item > a span:after,
.header nav > ul > li.menu-item-has-children:hover > a span:after {
    width: auto;
    right: -18px;
}*/

header.black nav > ul > li > a span:after {
    background-color: #faa519;
}
/*header.black nav > ul > li.active > a span:after,
header.black nav > ul > li:hover > a span:after {
    width: 100% !important;
}*/
header nav a.btn {
    border: solid 2px #df2328;
    margin-left: 16px;
    padding: 13px 26px 12px;
}
header nav a.btn:hover {
    background: #df2328;
    color: #fff;
}
header nav a.btn span:after {
    content: none !important;
}

header nav li.btn a {
    border: solid 2px #df2328;
    margin-left: 16px;
    padding: 13px 26px 12px;
}
header nav li.btn a:hover {
    background: #df2328;
    color: #fff;
}
header nav li.btn a span:after {
    content: none !important;
}

header nav span,
header nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}
header.black nav svg {
    fill: #252525;
}
header nav li ul {
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 64px;
    left: 0px;
    right: 0px;
    padding: 8px 2px 0px;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
}


/*header nav li.hover ul {
    opacity: 1;
    z-index: 11;
    pointer-events: auto;
}*/
header nav li:hover ul {
    opacity: 1;
    z-index: 11;
    pointer-events: auto;
}
header nav .current-menu-item ul {
    opacity: 1;
    pointer-events: auto;
}
header nav li ul li {
    display: inline-block;
    margin: 0 12px;

}
header nav li ul a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #0f3659;
    display: block;
    text-decoration: none;
}
header nav li ul a.sel {
    color: #df2328;
}
header nav li ul a:hover {
    color: #df2328;
}

/*--- New slider ---*/
.rev_slider_wrapper ul li.tp-revslider-slidesli:nth-child(1) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(images/home_1.jpg) center top no-repeat;
    background-size: cover;
}
.rev_slider_wrapper ul li.tp-revslider-slidesli:nth-child(2) {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(images/home_2.jpg) center top no-repeat;
    background-size: cover;
}
.rev_slider_wrapper .persephone .tp-bullet {background: none; transform: scale(0.714); opacity: 0.2;}
.rev_slider_wrapper .persephone .tp-bullet.selected {border-color: #df2328; transform: scale(1); opacity: 1; border-width: 2px;}
/*--- /New slider ---*/

.form_wrap_register {position: relative;}

.fix_screen {
    min-height: 715px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(images/home_frame.jpg) center top no-repeat;*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-size: cover;
    overflow: hidden;

}
.fix_screen.h-page {
    min-height: 800px;
    border-bottom: 100px solid #fff;
    color: #fff;
    background: #051420;
}

.h-page .slides .slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.h-page .slides .slide:nth-child(1):before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(images/home_1.jpg) center top no-repeat;
    opacity: 0.6;
    background-size: cover;
}
.h-page .slides .slide:nth-child(2):before {
    background-color: #0f3659;
    background-image: url(images/home_2.jpg);
    opacity: 0.7;
}

.fix_screen.h-page .text {
    padding: 18px 0 14px 0;
}
.fix_screen.h-page .center {
    padding-top: 105px;
}
.fix_screen .center {
    text-align: left;
}

.fix_screen .slides {
    height: 100%;
    width: 100%;
}
.rev_slider_wrapper .center,
.slides .center {
    text-align: left;
    width: 100%;
    max-width: 970px;
    position: relative;
    z-index: 9;
}
.slides .title-img {
    width: 100%;
    height: auto;
}

.fix_screen .slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    opacity: 0;
    pointer-events: none;
}

.fix_screen .slide.active {
    pointer-events: auto;
    opacity: 1;
}


.fix_screen .max1100,
.fix_screen .max970 {
    position: relative;
    z-index: 9;
}
.rev_slider_wrapper .title,
.fix_screen .title {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 72px;
    max-width: 700px;
    width: 100%;
}
.rev_slider_wrapper .text,
.fix_screen .text {
    letter-spacing: 0.4px;
    margin: 27px 0 19px;
    max-width: 770px;
    width: 100%;
}
.rev_slider_wrapper .text p,
.fix_screen .text p {
    padding-bottom: 12px;
}
.after-video {
    background: #fff;
    position: relative;
}
.max970 {
    max-width: 970px;
    margin: 0 auto;
}
.max730 {
    max-width: 730px;
    margin: 0 auto;
}

[disabled] {
    opacity: 0.2;
}
.button {
    max-width: 100%;
    font-size: 15px;
    display: inline-block;
    height: 60px;
    background: #df2328;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.5px;
    padding: 0 50px;
    line-height: 59px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.button:hover {
    background: #c41e23;
}
.button:active {
    background: #b21b1f;
}
/*.full_screen .arrows {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.full_screen .arrows .page {
    height: 100%;
}
.full_screen .arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 10;
}
.full_screen .arrow.l {
    left: -25px;
}
.full_screen .arrow.r {
    right: -25px;
}*/
.fix_screen .slides .center {
    padding-left: 40px; padding-right: 40px;
    max-width: 1050px;
}
.fix_screen .points  {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
}

.fix_screen .p {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #fff;
    opacity: .2;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    transform: scale(0.714);
    -webkit-transform: scale(0.714);
    -moz-transform: scale(0.714);
    -ms-transform: scale(0.714);
    -o-transform: scale(0.714);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.fix_screen .p:hover {
    opacity: 1;
    border-color: #df2328;
}

.fix_screen .p.active {
    border-color: #df2328;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.immersive {
    padding-bottom: 75px;
}
.immersive .col-sm-6.pull-right {
    padding: 24px 15px 0 24px;
}
.title_pages {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.text_pages {
    max-width: 763px;
    margin: 0 auto;
}
.text_pages p {
    margin-bottom: 24px;
}

.title-yellow {
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #faa519;
}
.number-yellow {
    padding-left: 90px;
    margin: 4px 0 12px 0;
    position: relative;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #faa519;
}
.number-yellow:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px; left: 0px;
    width: 70px;
    height: 2px;
    background: #faa519;
}
.number-yellow.red {
    color: #dc1e28;
}
.number-yellow.red:before {
    background: #dc1e28;
}
.number-yellow.white {
    color: #fff;
}
.number-yellow.white:before {
    background: #fff;
}

.global-fantasy-main {
    min-height: 760px;
    padding-top: 160px;
    background: #0f375a;
    color: #fff;
    margin-top: 50px;
}
.global-fantasy-main:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/home_3.jpg) center center no-repeat;
    opacity: 0.3;
    background-size: cover;
    background-attachment: fixed;

}

.text-big {
    max-width: 740px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
}
.text-big.max820 {
    max-width: 763px;
    padding-bottom: 68px;
}
.text-big.max820 p {
    padding: 20px 0;
}
.text-big.max820 hr.orange {
    margin: 35px auto;
}
.max860 {
    max-width: 860px;
}

.our-strategy {
    padding: 215px 0 168px 0;
    background: #faa519;
    position: relative;
}
.our-strategy .title_pages {
    padding-top: 64px;
}
.our-strategy .title-black {
    line-height: 1.13;
    padding-bottom: 10px;
}
.our-strategy .col-sm-6 {
    padding-bottom: 97px;
}
.our-strategy .col-sm-4 {
    /*font-size: 17px;
    line-height: 30px;*/
    color: #252525;
}
.our-strategy .number-yellow {
    margin-bottom: 17px;
}

.engagement.grey_bg {
    margin-top: 70px;
    padding: 82px 0;
}
.engagement.grey_bg .text-big {
    /*max-width: 585px;*/
    max-width: 763px;
}

.more {
    padding: 26px 36px 1px 0;
    display: inline-block;
    border-bottom: 1px solid #faa519;
    text-decoration: none;
    position: relative;
}
.more:after {
    content: '';
    display: block;
    position: absolute;
    top: 34px; right: 0px;
    width: 16px; height: 16px;
    background: url('images/more2x.png') center center no-repeat;
    background-size: cover;
}
.more:hover {
    border-color: transparent;
}


.logo-column {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    background: none;
    position: relative;
    margin: 100px 0 30px 0;
}

.logo-column .col-sm-6 {
    padding-bottom: 32px;
}
.logo-column .row .col-sm-6 p {
    max-width: 306px;
    margin: 0 auto;
    padding-bottom: 0px;
}
.logo-column .wrap {
    height: 176px;
    padding-bottom: 10px;
}
.logo-column hr.orange {
    margin-bottom: 27px;
}
.logo-column .irena {margin-top: 41px;}
.big-number {
    display: inline-block;
    height: 190px;
    margin-top: 35px;
}
.big-number .decimal {
    font-size: 150px;
    line-height: 150px;
    font-weight: 900;
    color: #faa519;
    position: relative;
    z-index: 2;
}
.big-number .percent,
.big-number .plus {
    font-size: 92px;
    font-weight: 900;
    color: #f5f9fd;
    -webkit-text-stroke: 2px #faa519;
    position: absolute;
    top: 16px;
    left: 80%;
    z-index: 1;
}
.big-number {
    position: relative;
}
.big-number .plus {
    font-size: 140px;
    top: -16px;
}

.true-fan {
    background-color: #0f375a;
    padding: 150px 0 148px 0;
    color: #fff;
    position: relative;
}
.true-fan:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/home_4.jpg) left center no-repeat;
    opacity: 0.42;
    background-size: cover;
    background-attachment: fixed;
}
.true-fan .title_pages {
    font-size: 70px;
    line-height: 1.08;
}
.true-fan .text_pages {
    letter-spacing: 0.4px;
    padding-top: 20px;
}
.true-fan .text_pages p {
    margin-bottom: 12px;
}

.market-updates .text_pages a:hover img {
    opacity: 0.8;
}

.stat-block {
    background-color: #282828;
    padding: 290px 0 50px 0;
    margin-bottom: 100px;
    min-height: 768px;
    color: #fff;
}

.clip-polygon {
    clip-path: polygon(0px 100px, 100% 0%, 100% 100%, 0% 100%);
}
.clip-polygon2 {
    clip-path: polygon(0px 100px, 100% 0%, 100% 10px, 0 112px);

}
.white-line {
    background: #fff;
    height: 112px;
    margin-top: -100px;
}
.white-line2 {
    background: #fff;
    height: 130px;
    clip-path: polygon(0px 0px, 100% 100px, 100% 130px, 0 30px);
    margin-bottom: -100px;
    margin-top: -30px;
    position: relative;
    z-index: 12;

}
.stat-block.clip-polygon {
    margin-top: -103px;
}
.stat-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/home_5.jpg) center center no-repeat;
    opacity: 1;
    background-size: cover;
}
.stat-block .title_pages {
    font-size: 70px;
    line-height: 1.03;
    color: #faa519;
}
.stat-block .text_pages {
    max-width: 300px;
    letter-spacing: 0.4px;
    margin: 0px;
}

.press-release {
    padding: 83px 0 70px 0;
}
.press-release .title_pages {
    margin-bottom: 20px;
}
.press-release .row {
    padding-top: 44px;
}
.press-release .row p {
    padding-bottom: 20px;
}
.press-release img.our_game {margin-left: -19px;}
.press-release img.irena {margin-left: -38px;}


.img-home-3-devices {
    position: absolute;
    top: 106px;
    left: -854px;
    max-width: none;
}
.line_after:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #df2328;
}
.slider_wrap {
    padding: 60px 0 116px;
}
.slider {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}
.slider .arrows {
    position: absolute;
    top: 171px;
    left: 336px;
}
.slider .arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #df2328;
    cursor: pointer;
    margin: 0 10px;
}
.slider .arrow:hover {
    background: #c41e23;
}
.slider .arrow:active {
    background: #b21b1f;
}
.slider .arrow.dis {
    opacity: .7;
    cursor: default;
    background: #df2328;
}
.image_slider {
    white-space: nowrap;
    left: -60px;
}
.image_slider .mover {
    margin-left: 0;
}
.image_slider .item {
    display: inline-block;
    margin: 0 -3px 0 0;
}
.image_slider .item.active {
    margin-left: 466px;
}
.text_slider,
.text_slider .item {
    position: absolute;
    left: -60px;
    top: 90px;
    width: 466px;
    padding: 0 60px;
}
.text_slider .item {
    opacity: 0;
    pointer-events: none;
    left: 0;
}
.text_slider .item.active {
    opacity: 1;
    pointer-events: auto;
}
.text_slider .title_pages {
    font-size: 30px;
    margin-bottom: 18px;
    text-transform: none;
}
.text_slider .n {
    position: absolute;
    top: -6px;
    left: 55px;
    opacity: 0.1;
    font-size: 170px;
    font-weight: 900;
    color: #4e95d9;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.quote-wrap {
    padding-bottom: 80px;
}
.quote-wrap .pad100_l {
    padding-right: 25px;
}
.quote {
    /*padding: 12px 0 0 41px;
    width: 542px;
    max-width: 100%;*/
}
/*.quote p {
    padding-bottom: 20px;
}
.quote p:last-child {
    padding-bottom: 0px;
}*/
.quote p {display: inline;}
.quote:before {
    content: '“';
    font-size: 90px;
    font-weight: 400;
    line-height: 0.78;
    position: absolute;
    color: #faa519;
    top: -3px;
    left: -41px;
}
.quote div {
    line-height: 1.7;
    font-size: 12px;
}
.quote .marker {
    display: inline-block;
    vertical-align: top;
    line-height: 0.78;
    margin: 5px 0 -16px 0;
    padding-left: 5px;
}
.quote .marker:after {
    content: '”';
    display: inline-block;
    font-size: 90px;
    font-weight: 400;
    line-height: 0.78;
    color: #faa519;
}
.quote .nowrap {white-space: nowrap;}
/*.quote:after {
    content: '”';
    right: 52px;
    bottom: -57px;
    left: auto;
    top: auto;
}*/
.author_quote {

    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: rgba(15, 55, 90, 0.4);
    /*
    padding-left: 41px;
    margin-top: 24px;*/
}
.quote-photo {
    margin: 15px auto;
    width: 372px;
    height: 372px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.quote-photo img {
    display: block;
    width: auto;
    height: 100%;
}

.stay-in-the-loop {
    background: #f5f9fd;
    padding: 61px 0 76px;
}
.stay-in-the-loop .title_pages {
    margin: 0 0 22px;
    color: #0f3659;
}
.stay-in-the-loop.red .link {
    color: #dc1e28;
}
.stay-in-the-loop .text_pages {
    margin: 0 auto 47px;
    max-width: 534px;
}
.form .field,
.wpcf7-form .field {
    display: inline-block;
    margin: 0 8px;
}
.form .button,
.wpcf7-form .button {
    display: inline-block;
}
.form .field .tran3[value=""],
.wpcf7-form .field input[value=""] {
    color: #8A8B8C;
    border: solid 1px #a2b3c2;
}
.form .field,
.wpcf7-form .field {
    width: 270px;
    max-width: 100%;
    height: 50px;
    vertical-align: top;
    position: relative;
}
.form .field .tran3[value=""]+label,
.wpcf7-form input[value=""]+label {
    top: -3px;
    color: rgba(15, 55, 90, 0.6);
    text-transform: uppercase;
    padding: 14px 20px;
    letter-spacing: 1.4px;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.form .field label,
.wpcf7-form  .field label {
    position: absolute;
    left: 0;
    text-align: left;
    cursor: text;
    transition: .3s;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    text-transform: none;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    top: -26px;
}
.form .field .tran3:focus+label,
.wpcf7-form .field input:focus+label {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    text-transform: none;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    top: -26px;
}
.form .field .tran3,
.wpcf7-form .field input,
.wpcf7-form .field textarea {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #252525;
    background: none;
    border: solid 2px #0F3659;
    text-transform: uppercase;
    padding: 15px 20px 13px 20px;
    resize: none;
}
.form .field textarea.tran3,
.wpcf7-form .field textarea {
    border-color: #a2b3c2;
    border-width: 1px;
}
.form .field textarea.tran3:focus,
.wpcf7-form .field textarea:focus {
    border-color: #0F3659;
    border-width: 2px;
}

.grafic-anime {
    font-size: 17px;
    line-height: 1.18;
    text-align: center;
    position: relative;
    max-width: 850px;
    margin: 0 auto;
}
.aos-block {
    position: absolute;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
}
.circle1 {
    position: absolute;
    top: 0px; right: 12px;
}
.circle2 {
    position: absolute;
    top: 58.5%; left: 32%;
}
.circle3 {
    position: absolute;
    bottom: 1%; left: 15.5%;
}
.blue-circle,
.red-circle,
.dark-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.blue-circle {
    background: #a8d1f5;
    width: 197px;
    height: 197px;

}
.red-circle {
    background: #e66168;
    width: 85px;
    height: 85px;
}
.dark-circle {
    background: #0f375a;
    width: 20px;
    height: 20px;
}

@media all and (min-width: 1025px) {
    header nav li ul:before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 0; bottom: 0;
        background: #fff;
        /*width: 1000px;*/
        box-shadow: 0 6px 16px 0 rgba(4, 47, 65, 0.15);
    }
    header nav li ul:before {right: -1000px; left: -1000px;}
    .form .field .tran3:hover {
        border-color: #96A6B5;
        color: #838485;
    }
}
.form .field .tran3:focus {
    border-color: #0f3659;
    border-width: 2px;
    color: #252525;
    /*-webkit-box-shadow: inset 0 0 0px 1px #0f3659;
    -moz-box-shadow: inset 0 0 0px 1px #0f3659;
    box-shadow: inset 0 0 0px 1px #0f3659;*/
}


/*.blue .form .field .tran3[value=""]+label{
    color: #fff;
}*/
.blue .form .field label {
    color: rgba(255,255,255,.3);
}
.blue .form .field .tran3:focus+label {
    color: rgba(255,255,255,.3);
}
.blue .field .tran3[value=""] {
    border: 0;
    /*background: rgba(255,255,255,.3);*/
    color: #fff;
}
.blue .field .tran3 {
    border: 0;
    background: #fff;
    color: #252525;
}
@media all and (min-width: 1025px) {
    .blue .form .field .tran3:hover {
        background: rgba(255,255,255,.4);
        color: #fff;
    }
}
.blue .form .field .tran3:focus {
    background: #fff;
    color: #252525;
}
/*.blue .form .field .tran3+label {
    color: #fff;
}*/
.blue .form .field .tran3:focus+label {
    color: rgba(255,255,255,.3);
}
.button {
    position: relative;
    overflow: hidden;
}
.button.before,
.button.done {
    background: #36a900 !important;
    font-size: 0;
}
.button:after {
    top: 50px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.button.before:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 0;
    margin-left: -25px;
    background: url(images/ic-success.svg);
}
.button.done:after {
    content: 'GREAT! YOU’RE SUBSCRIBED';
    line-height: 50px;
    position: absolute;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
}
.button.blue {
    width: 270px;
    padding: 0 20px;
    height: 50px;
    background-color: #0f3659;
    line-height: inherit;
}
.button.blue:hover {
    background: #0d2f4e;
}
.button.blue:active {
    background: #0b2b47;
}
.blue .button.blue {
    width: 260px;
    height: 50px;
    background: #dc1e28;
    margin-left: 8px;
    /*border: solid 2px rgba(255,255,255,.3);
    background-color: #0f3659;*/
    line-height: inherit;
}
/*.blue .button.blue:hover {
    border: solid 2px rgba(255,255,255,1);
}
.blue .button.blue:active {
    border: solid 2px rgba(255,255,255,1);
    color: rgba(255,255,255,.4);
}*/
.contact_us {
    height: 144px;
    background-color: #dc1e28;
    padding: 48px 0 0;
}
.btn_border {
    border: solid 2px rgba(255,255,255,.3);
    margin-left: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 10px 26px 9px 26px;
}
.btn_border:hover {
    border-color: #fff;
}
.btn_border:active {
    border-color: #fff;
    color: rgba(255,255,255,.4)
}
footer {
    background: #fff;
    padding: 42px 0 18px 0;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
footer a {
    text-decoration: none;
    color: #000;
}
footer div.t {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 39px;
    position: relative;
}
footer li.t {
    margin-bottom: 40px;
    position: relative;
}
footer div.t:after,
footer li.t:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    left: 0px;
    width: 25px;
    height: 1px;
    background: #a3a3a3;
}
footer .t a {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    position: relative;
}

footer .contacts {
    width: 33%;
    max-width: 300px;
}
footer nav {
    width: 51%;
}
footer .widget_nav_menu {
    width: 33.3333%;
}
/*footer .fl .widget_nav_menu:first-child {
    margin-right: 20px;
}
footer .fl .widget_nav_menu:nth-child(2) {
    margin-right: 3px;
}*/
footer .fr {
    margin-left: -100px;
}
.link {
    /*color: #488ac9;*/
    color: #faa519;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.link:active {
    color: #1b66a6;
}
footer .text {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
footer nav a {
    display: block;
    margin: 0 0 6px;
}
footer nav a:hover {
    color: #df2328;
}
/*footer nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 85px;
}*/
footer #Logo-Footer {
    fill: #df2328;
}
footer a:hover #Logo-Footer {
    fill: #C31E23;
}

.copyright {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
    margin-right: -60px;
    padding-top: 70px;
}
.button.play {
    display: block;
    width: 90px;
    height: 112px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -56px 0 0 -45px;
    background: url('images/play-btn.svg') center center no-repeat;
    background-size: 100% auto;
    z-index: 11;
}
/*.button.play img {
    vertical-align: top;
}*/

/*.full_screen.about .demonstration {
    background-image: url(images/img-about-hero.jpg);
    background-size: cover;
}
.full_screen.about .presentation {
    background-image: url(images/presentation.png);
    background-size: cover;
}*/
section.blue {
    background: #0f3659;
}
.who_we_are {
    padding: 113px 0 19px
}
.who_we_are:before {
    content: '';
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(images/bg-who-we-are.png) no-repeat;
    background-size: 100% 100%;
    z-index: 7;
}
section.blue .title_pages,
section.blue .text_pages {
    color: #fff;
}
section.blue .text_pages:after {
    background: #fff;
    left: 50%;
    bottom: -70px;
    margin-left: -35px;
    z-index: 8;
}
.our_team {
    padding: 70px 0 91px;
    z-index: 6;
}
.our_team .fl {
    width: 23%;
    margin-left: 2.565%;
}
.our_team .page > .title_pages {
    margin: 0 0 26px;
}
.our_team .text_pages {
    margin-bottom: 45px;
}
.our_team .team {
    margin-bottom: 50px;
}
.our_team .item {
    cursor: pointer;
    height: 570px;
    position: relative;
}
.our_team .item.on {
    z-index: 6;
}
.our_team .item .hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 15px;
    height: 570px;
    overflow: hidden;
}
.our_team .item:hover .hide {
    background-color: #f5f9fd;
    box-shadow: 0 6px 16px 0 rgba(4, 47, 65, 0.15);
}
.our_team .item .image {
    width: 200px;
    border: solid 15px #f5f9fd;
}
.our_team .team .title_pages {
    font-size: 30px;
    text-transform: none;
    line-height: 1.33;
    padding: 60px 0 0;
    margin: 15px 0 0;
}
.our_team .team .title_pages:after {
    bottom: auto;
    top: 0;
}
.our_team .line_after:after {
    background: #faa519;
}
.our_team .name {
    font-size: 20px;
    font-weight: 900;
    line-height: 2.1;
    text-transform: uppercase;
    line-height: 27px;
    margin: 20px 0 7px;
    padding-left: 16px;
}
.our_team .post {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #faa519;
    text-transform: uppercase;
    margin: 0 0 4px;
    padding-left: 16px;
}
.our_team .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.85;
    color: #000;
    overflow: hidden;
    position: relative;
    padding-left: 16px;
}
.our_team .hide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.81));
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 1;
}
.our_team .item:hover .hide:after {
    opacity: 0;
    pointer-events: none;
}

.business-model {
    padding: 73px 0 60px 0;
}
.business-model .page {
    max-width: 1170px;
}
.business-model .text-big {
    padding-bottom: 76px;
}
.business-model .title_pages {
    padding-bottom: 30px;
}
.business-model .row p {
    padding-bottom: 20px;
}


.strategy {
    padding: 0 0 118px;
}
.strategy .slider .title_pages {
    line-height: 1.33;
    padding-top: 15px;
    min-height: 94px;
}
.strategy .text_slider,
.slider_wrap .text_slider {
    position: relative;
    white-space: nowrap;
    top: 0;
    width: 784px;
    max-width: 100%;
    padding: 0;
}
.strategy .text_slider .item,
.slider_wrap .text_slider .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    opacity: 1;
    pointer-events: auto;
    white-space: normal;
    padding: 0 0 0 60px;
    width: 784px;
    max-width: 100%;
    margin: 0 30px 0 -3px;
}
.strategy .text_slider .item:after {
    content: '';
    position: absolute;
    top: -29px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.81));
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 1;
    pointer-events: auto;
}
.slider_wrap .text_slider .item:after {
    content: '';
    position: absolute;
    top: -29px;
    left: 0;
    bottom: 0;
    right: 0;
    /*background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.81));*/
    background: rgba(255, 255, 255, 0.81);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 1;
    pointer-events: auto;
}
.text_slider .text_pages {
    max-width: 640px;
    margin-left: 0px;
}
.strategy .text_pages.max-auto {
    max-width: 920px;
    margin-left: 0px;
}
.strategy .text_slider .item.active:after,
.slider_wrap .text_slider .item.active:after {
    opacity: 0;
    pointer-events: none;
}
.strategy .text_slider .n {
    top: 11px;
}
.strategy .arrows {
    left: 617px;
    width: 152px;
    top: 73px;
}
.strategy .slider {
    margin: 77px 0 0;
}
.strategy .slider:after {
    top: -77px;
    bottom: auto;
}
.slider_wrap .arrows {
    left: 619px;
    width: 152px;
    top: 107px;
}
.slider_wrap .slider .arrow {
    margin: 0 8px;
}
.slider_wrap .slider {
    margin: 43px 0 0;
}
.slider_wrap .slider:after {
    top: -43px;
    bottom: auto;
}

.strategy .page > .title_pages {
    padding: 53px 0 0 0;
}
.max-auto {
    max-width: none;
}

.fix_screen.about {
    background: #0f3659;
    color: #fff;
    padding: 220px 0 40px 0;
}
.fix_screen.about:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
    background-image: url(images/about_1.jpg);
    opacity: 0.27;
}
.about .text {
    max-width: 445px;
}


.fix_screen.services {
    background: #0f3659;
    color: #fff;
    padding: 190px 0 40px 0;
    min-height: 755px;

}
.fix_screen.services .text {
    /*font-size: 17px;
    line-height: 1.22;*/
    letter-spacing: 0.4px;

}
.fix_screen.customers {
    padding: 220px 0 40px 0;
    background: #630d12;
    margin-bottom: 76px;
}
/*.fix_screen .man,
.our-strategy .man,
.tech-license .man,
.services-b2b .man {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
*/
.our-strategy .bg {
    content: '';
    display: block;
    background: url(images/about_2.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.1;
    position: absolute;
    background-attachment: fixed;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
}

.fix_screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px; left: 0px; right: 0px; bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fix_screen.customers:after {
    background-image: url('images/customers_1.jpg');
    opacity: 0.54;
}
.fix_screen.investors:after {
    background-image: url(images/investors_1.jpg);
    background-position: center bottom;
    opacity: 0.6;
}
.fix_screen.services:after {
    background-image: url(images/services_1.jpg);
    background-position: center bottom;
    opacity: 0.7;
}
/*.full_screen.investors .text {
    margin: 38px 0 49px;
}*/
.fix_screen.businesses {
    min-height: 600px;
}
.fix_screen.businesses .title,
.fix_screen.businesses .text {
    max-width: 970px;
    width: 100%;
}
.mission-statement {
    padding: 0 0 30px 0;
}
.fix_screen.investors {
    padding: 220px 0 40px 0;
    min-height: 668px;
    margin-bottom: 30px;
    background: #0f375a;
}

/*.mission-statement:before {
    content: '';
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(images/el_bg3.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.mission-statement .text_pages:after {
    left: 50%;
    bottom: -70px;
    margin-left: -35px;
    z-index: 3;
}*/
.mission-statement .text_pages {
    padding: 8px 0 25px 0;
}


.video_bg,
.video_bg2 {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/img-home-quote.jpg);
    background-size: cover;
    z-index: -1;
}

.video_bg.video_bg_index {
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(images/home_frame.jpg) center top no-repeat;
}
.video_bg2.video_bg_index {
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.video_text {
    width: 694px;
    max-width: 100%;
}
.video_text .author_quote {
    padding: 0;
}
.video_text .title_pages,
.video_text .text_pages {
    color: #fff;
}
.video_text .text_pages {
    margin: 37px 0 0;
}
.numbers {
    padding: 55px 0 0;
}
.numbers .title_pages {
    text-transform: none;
}
/*.numbers:after {
    content: '';
    position: absolute;
    bottom: -88px;
    left: 0;
    width: 100%;
    height: 88px;
    background: url(images/el_bg4.png)  center center / 100% 100% no-repeat;
    z-index: 2;
}*/
.numbers .items {
    margin: 77px 0 0;
}
.numbers .item {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: left;
    position: relative;
    padding: 0 4.834% 0 0;
    margin: 0 0 77px;
}
.numbers .n {
    font-weight: 900;
    font-size: 30px;
}
.numbers .orange-big {
    font-size: 30px;
    line-height: 0.84;
    color: #faa519;
}
.numbers hr.orange {
    width: 50px;
}
.numbers .t {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.13;
    margin: -15px 0 15px;
}
.numbers .text {
    /*font-size: 17px;
    line-height: 1.67;*/
    max-width: 273px;
    font-weight: 400;
    color: #252525;
}
.numbers .icon {
    position: absolute;
    left: -62px;
    top: -10px;
}
.numbers .icon.big {
    top: -45px;
    left: -60px;
}

/*
.quote_sect {
    height: 600px;
    padding: 204px 0 0;
}
.quote_sect .man {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/img-inv-marc-brody.jpg) left 0px / auto 110% no-repeat;
}
.quote_sect .quote {
    width: 643px;
    max-width: 100%;
}
.quote_sect .quote:after {
    right: 304px;
}
.quote_sect .quote p {
    margin: 0 0 32px;
}*/
.content_tabs {
    padding-top: 65px;
    padding-bottom: 65px;
}
.content_tabs .content_tab {
    display: none;
}
.content_tabs .content_tab.cur {
    display: block;
}
.content_tabs .content_tab .quote_frame {
    box-shadow: 0 20px 40px 0 rgba(26, 102, 166, 0.1);
}
.tabs {
    background: #f5f9fd;
    margin: 70px 0
}
.tabs .link_tabs {
    background: #edf3fa;
}
.tabs .link_tabs a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    color: #838485;
    transform: scale(0.89);
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -o-transform: scale(0.89);
    -ms-transform: scale(0.89);
    padding: 13px 20px;
    margin: 0 21px;
    position: relative;
}
.tabs .link_tabs a.cur {
    color: #0f3659;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.tabs .link_tabs a.cur:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    margin-left: -35%;
    height: 2px;
    background: #488ac9;
}


.gse_text_page {
    padding: 150px 0 90px 0;
}
.gse_text_page h1 {
    padding: 30px 0;
}
.gse_text_page h2 {
    padding: 20px 0;
}
.gse_text_page h3 {
    padding: 20px 0;
}
.gse_text_page .date {
    font-size: 16px;
    color: #9FAFBD;
    font-weight: 700;
    padding: 0 0 30px 0;
}

.contacts_page {
    padding: 155px 0 46px 0;
}

.contacts_page:before {
    content: '';
    position: absolute;
    top: 180px;
    right: -428px;
    background: url(images/img-map.png) center / 100% no-repeat;
    width: 737px;
    height: 392px;
    z-index: 0;
}
.contacts_page .item {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}
.contacts_page .item2x {
    width: 63%;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    text-align: left;
    padding-right: 30px;
    position: relative;

}
.contacts_page .item2x iframe {
	max-width: 646px;
    -webkit-box-shadow: 0 0 0px 10px #edf3fa;
    -moz-box-shadow: 0 0 0px 10px #edf3fa;
    box-shadow: 0 0 0px 10px #edf3fa;
}

.contacts_page .city {
    margin: 0 0 42px;
}
.contacts_page .t {
    font-size: 20px;
    font-weight: 900;
    color: #faa519;
    margin: 0 0 3px;
}
.contacts_page .t.red {
    color: #df2328;
    opacity: 1;
}
.contacts_page .text {
    padding-bottom: 91px;
}
.contacts_page .text a:not(.link) {
    color: #000;
    text-decoration: none;
}
.contacts_page .title_pages {
    margin-bottom: 24px;
}
.location-items {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    color: #faa519;
    padding: 4px 0;
}
.location-items span {
    display: inline-block;
    padding-right: 4px;
}
.location-items span:not(:last-child):after {
    content: '•';
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}
.form_wrap_contacts {
    background: #f5f9fd;
    padding: 72px 0 60px;
    overflow: hidden;
}
.form_wrap_contacts .title_pages {
    color: #0f375a;
    margin-bottom: 20px;
}
.form_wrap_contacts:before {
    content: 'GET IN TOUCH';
    position: absolute;
    white-space: nowrap;
    bottom: -23px;
    top: auto;
    width: 100%;
    left: 0;
    text-align: center;
    opacity: 0.05;
    font-family: Montserrat;
    font-size: 170px;
    line-height: 170px;
    font-weight: 900;
    color: #4e95d9;
}
.form_wrap_contacts.hide:before {
    bottom: -50px;
}
.form_wrap_contacts .text_pages {
    max-width: 605px;
    margin: 0 auto 59px;
    text-align: center;
}
.form_wrap_contacts .form,
.form_wrap_contacts .wpcf7-form {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.form_wrap_contacts .form .field,
.form_wrap_contacts .wpcf7-form .field {
    width: 100%;
    margin: 0 0 30px;
}
.form_wrap_contacts .form p br,
.form_wrap_contacts .wpcf7-form p br {
    display: none;
}
.form_wrap_contacts .form .button,
.form_wrap_contacts .wpcf7-form .button {
    width: 153px;
    height: 50px;
    padding: 0;
    line-height: initial;
    margin-bottom: 50px;
}
.form .textarea,
.wpcf7-form textarea {
    height: 198px;
}
.form_wrap_contacts .form .field .tran3,
.form_wrap_contacts .wpcf7-form .field input {
    background: #f5f9fd;
}
.form_wrap_register.hide,
.form_wrap_contacts.hide {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
}

.form_show .form_wrap_contacts.hide {
    opacity: 1;
    pointer-events: auto;
}

.form_wrap_contacts.hide .title_pages {
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.tech-license {
    padding: 70px 0 142px 0;
    background: #faa519;
    position: relative;
}
.tech-license:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px; left: 0px;
    right: 0px; bottom: 0px;
    background: url(images/services_2.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0.26;
}

.tech-license  .title_pages {
    margin-bottom: 11px;
}
.tech-license .sub-title {
    color: #fff;
    padding-bottom: 22px;
}
.tech-license .table-td {
    background: #fff;
    padding: 50px 4.5%;
    text-align: center;
    width: 370px;
}
.tech-license .table-td.table-td_zero {
    background: none;
    padding: 0px;
    width: 30px;
}
.column-title,
.big-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.13;
    padding: 4px 0;
}
.big-title.orange {
    color: #faa519;
}

.services-b2b {
    background: #0f375a;
    color: #fff;
    padding: 125px 0 180px 0;
    margin-bottom: 82px;
    position: relative;
}
.services-b2b:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
    background: url(images/services_3.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.9;
}
.services-b2b .title_pages {
    font-size: 70px;
    line-height: 1.08;
}
.services-b2b .text_pages {
    /*font-size: 17px;
    line-height: 1.22;*/
    letter-spacing: 0.4px;
    padding-top: 12px;
}
.services-b2b .text_pages p {
    margin-bottom: 14px;
}
.services-b2b .page {
    z-index: 9;
}

.next-phase {
    padding: 70px 0;
}
.next-phase .big-title {
    margin: 50px 0 18px 0;
}
.next-phase .text_pages img {
    margin: 52px 25px 8px 25px;
}

.numbers.two-column .t {
    padding-bottom: 8px;
}

.pad100_l {
    padding-left: 100px;
}
@media all and (min-width: 641px) {
    .row {
        margin: 0 -30px;
    }
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3 {
        float: left;
        padding: 0 30px;
    }
    .col-sm-8 {
        width: 66.6666%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .pull-right {float: right;}

    .logo-column:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px; bottom: 0px;
        left: 50%;
        width: 1px;
        background: #faa519;
    }
    .press-release .col-sm-4 p {
        max-width: 270px;
    }
    .table {display: table; width: 100%;}
    .table-tr {display: table-row;}
    .table-td {
        display: table-cell;
    }
    .table .border-orange.table-td:first-child {
        width: 42%;
    }
    .table-td_zero {
        display: table-cell;
        width: 9px;
    }
    .column-block p {
        max-width: 235px;
    }

    .growth-wrap .text-wrap {
        max-width: 312px;
    }
    .tech-license .table-td p {
        max-width: 270px;
        margin-right: auto;
        margin-left: auto;
    }
    .numbers.two-column .item {
        width: 48%;
        padding-bottom: 9px;
    }

    .numbers.two-column .item .text {
        max-width: 390px;
    }
    .row.pad35 {margin-right: -35px; margin-left: -35px;}
    .row.pad35 .col-sm-4 {padding-left: 35px; padding-right: 35px;}

    .our-strategy .title-black {min-height: 145px;}

    .business-model .col-sm-6 p {max-width: 430px;}
}
@media all and (min-width: 981px) {
    .col-md-3 {
        float: left;
        padding: 0 30px;
    }
    .col-md-3 {
        width: 25%;
    }
}


.column-block p {
    padding-bottom: 15px;
}
.column-block .col-md-3:last-child p {
    max-width: 250px;
}

.gfs-block {
    padding: 50px 0 30px 0;
}
.gfs-block svg {
    width: 100%;
    height: auto;
    max-width: 450px;
    margin-top: 6px;
}
.screen-img {
    padding: 80px 0 60px 0;
}
.title-red {
    color: #dc1e28;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}
.title-red.line-red {
    position: relative;
    margin-bottom: 44px;
}
.title-red.line-red:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: -22px;
    width: 50px;
    height: 2px;
    background: #dd2630;
}
.title-orange {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #faa519;
}
.title-orange.line-orange {
    position: relative;
    margin-bottom: 44px;
}
.title-orange.line-orange:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: -22px;
    width: 50px;
    height: 2px;
    background: #faa519;
}

.title-black.line-blue {
    position: relative;
    margin-bottom: 27px;
}
.title-black.line-blue:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 50px;
    height: 2px;
    background: #0f375a;
}

.sports-leagues {
    height: 690px;
    color: #fff;
    background-color: #0f3659;
    background: linear-gradient(to right, rgba(15, 54, 89, 0.7), #0f3659), url(images/products_3.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 220px 0 40px 0;
    margin: 48px 0 63px 0;
}
.title_pages.f70 {
    font-size: 70px;
}

/*.sports-leagues .man {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/2_Products_3.jpg) left 0px / auto 110% no-repeat;
    opacity: 0.54;
    background-size: cover;
}*/

.sports-leagues .title_pages {
    margin-bottom: 25px;
}
.sports-leagues .text_pages {
    /*max-width: 415px;
    font-size: 17px;
    line-height: 1.22;*/
    letter-spacing: 0.4px;
    margin-top: 0px;
}

/*--- gfs-roadmap ---*/
.gfs-roadmap {
    padding: 40px 0;
}
.pin-col-wrap {
    padding-left: 28%;
}
.pin-col-wrap .block {
    padding-bottom: 45px;
    max-width: 218px;
}
.pin-col-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.pin-col-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px; bottom: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #faa519;
}
.pin-col-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px; bottom: -2px;
    height: 2px;
    width: 1000px;
    background: #faa519;
}
.pin-title {
    color: #faa519;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.22;
    padding-bottom: 15px;
}
.pin-title img {
    position: absolute;
    top: 5px;
    left: -35px;
}
.pin-description {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.22;
    color: rgba(15, 55, 90, 0.4);
    margin-top: -9px;
    padding-bottom: 12px;
}
/*--- /gfs-roadmap ---*/

.fantasy-products {
    padding: 100px 0;
}
.fantasy-products .text_pages {
    padding-bottom: 30px;
}

/*--- How Far LLC ---*/
.llc-wrap {
    padding: 165px 0 131px;
    text-align: center;
    background: linear-gradient(to right, rgba(250, 165, 25, 0.7), #faa519), url(images/products_4.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.llc-wrap .title_pages {
    font-size: 70px;
    font-weight: 900;
    margin-bottom: 26px;
}
.llc-wrap .text_pages p {
    margin-bottom: 12px;
}
.sub-title {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}
.sub-title.red {
    color: #dc1e28;
}
.sub-title.orange {
    color: #faa519;
}
.llc-wrap .sub-title {
    color: #fff;
    padding-bottom: 40px;
}
.llc-wrap .text_pages {
    font-size: 22px;
    line-height: 32px;
}
/*--- /How Far LLC ---*/
.corner-b,
.corner-rt,
.corner-lt,
.corner-rb {
    position: relative;
    overflow: hidden;
}

.corner-b:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 8;
    left: 0px; right: 0px; bottom: -116px;
    height: 0px;
    border: 1px solid #fff;
    border-width: 116px 50vw;
    border-color: transparent #fff #fff  #fff;
}
.corner-rt:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 0px; left: 0px; right: 0px;
    height: 0px;
    border: 1px solid #fff;
    border-width: 45px 50vw;
    border-color: #fff #fff transparent transparent;
}
.corner-lt:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 0px; left: 0px; right: 0px;
    height: 0px;
    border: 1px solid #fff;
    border-width: 45px 50vw;
    border-color: #fff transparent transparent #fff;
}
.corner-lt.grey-lt:after {
    border-color: #f5f9fd transparent transparent #f5f9fd;
}
.corner-rb:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px; left: 0px; right: 0px;
    height: 0px;
    border: 1px solid #f5f9fd;
    border-width: 45px 50vw;
    border-color: transparent #fff #fff transparent;
}
.corner-rb.grey-rb:before {
    border-color: transparent #f5f9fd #f5f9fd transparent;
}
.corner-rt.grey-rt:after {
    border-color: #f5f9fd #f5f9fd transparent transparent;
}

hr.orange {
    margin: 20px auto;
    width: 70px;
    height: 2px;
    background: #faa519;
}
hr.blue {
    margin: 20px auto;
    width: 70px;
    height: 2px;
    background: #0f375a;
}
hr.red {
    margin: 20px auto;
    width: 70px;
    height: 2px;
    background: #dc1e28;
}
hr.black {
    margin: 20px auto;
    width: 70px;
    height: 2px;
    background: #000;
}
hr.alignleft {
    margin: 20px auto 20px 0;
}


/*--- map-ukraine ---*/
.map-ukraine {
    padding: 88px 0 40px 0;
    min-height: 770px;
    background: url('images/map.svg') right top no-repeat;
}
.map-ukraine + hr.orange {
    margin: -23px auto 71px auto;
}
.map-ukraine .text_pages {
    padding: 13px 0 93px 0;
}
.map-col-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 0.53;
    color: #faa519;
    position: relative;
    padding: 20px 0px 33px 0px;
    margin-bottom: 14px;
}
.map-col-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #faa519;
}
.map-ukraine .pin-ico-orange {
    margin-left: 80px;
}
.pin-ico-orange {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 18px solid #faa519;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.pin-ico-orange:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px; left: -14px;
    height: 0; width: 0;
    border: 1px solid red;
    border-width: 47px 28px;
    border-color: #faa519 transparent transparent transparent;
}
/*--- /map-ukraine ---*/

main ul li {
    line-height: 20px;
    padding-left: 36px;
    padding-bottom: 20px;
    position: relative;
}
main ul li:before {
    content: '•';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}


.border-orange {
    padding: 24px 68px 26px 68px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #faa519;
    margin-top: 9px;
}
.border-orange.table-td {
    padding-left: 100px;
}
.border-orange .block {
    padding-bottom: 52px;
}
.border-orange ul {
    padding: 50px 0 6px 0;
}
.title-black {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.33;
    padding: 31px 0 16px 0;
    color: #000;
}
.border-orange .title-red.line-red {
    padding-top: 20px;
}

/*--- eSport market ---*/
.esport-market {
    min-height: 790px;
    color: #fff;
    background: #0f3659;

    margin: 109px 0 0 0;
    padding: 187px 0 40px 0;
}
.esport-market:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px; right: 0px;
    bottom: 0px; left: 0px;
    background: url("images/products_5.jpg") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.7;
}
.esport-market .title_pages {
    font-size: 70px;
    line-height: 1.08;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
}
.esport-market .text_pages {
    /*font-size: 17px;
    line-height: 1.22;*/
    letter-spacing: 0.4px;
    padding-top: 50px;
}
.esport-market .page {z-index: 2;}
/*--- /eSport market ---*/

.grey_bg {
    background: #f5f9fd;
    padding: 60px 0;
}

figcaption {
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: rgba(15, 55, 90, 0.4);
    padding-top: 12px;
}
figcaption a {
    color: rgba(15, 55, 90, 0.4);
    text-decoration: none;
}
figcaption a:hover {
    text-decoration: underline;
}
figcaption.big {
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.growth-wrap {
    padding: 80px 0 30px 0;
}
.growth-wrap .title_pages {
    padding-bottom: 17px;
}

.growth-wrap .col-sm-7 + .col-sm-5 .text-wrap {
    margin-left: auto;
    margin-right: auto;
}


.growth-wrap.grey_bg .col-sm-5 {
    padding-top: 82px;
}
.growth-wrap hr {
    margin-top: 0px;
    margin-bottom: 22px;
}
.legend {
    padding: 30px 0;
    line-height: 1.4;
}
.legend.pad80t {padding-top: 80px;}

.legend .po_r {padding-left: 39px; padding-bottom: 29px;}
.legend p.po_r {padding-bottom: 10px;}

.legend .color1,
.legend .color2,
.legend .color3,
.legend .color4,
.legend .color5 {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 4px; left: 0px;
}
.legend .color1 {background-color: #e66168;}
.legend .color2 {background-color: #c5000a;}
.legend .color3 {background-color: #0f375a;}
.legend .color4 {background-color: #faa519;}
.legend .color5 {background-color: #dc1e28;}

.legend.display-inline .po_r {
    display: inline-block; vertical-align: top;
    padding-right: 20px;
}
.legend.display-inline .color {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}



.sports-info {
    padding: 42px 0 60px 0;
}
/*.sports-info .title-black {
    font-size: 50px;
}*/
.sports-info .col-sm-4 {
    padding-bottom: 10px;
}
.sports-info .col-sm-4 p {
    max-width: 270px;
}

.outsourcing-services {
    padding-bottom: 145px;
}
.outsourcing-services h2.title_pages {
    font-size: 70px;
    line-height: 1.08;
    padding: 15px 0 25px 0;
}
.outsourcing-services .points {
    text-align: right;
    text-transform: uppercase;
    float: left;
    width: 35%;
    padding-bottom: 105px;
    /*font-size: 17px;
    line-height: 1.78;*/
}
.outsourcing-services .points .p {
    cursor: pointer;
    padding: 8px 0 12px 0;
}
.outsourcing-services .tab_slider {
    float: right;
    width: 57.5%;
    position: relative;
}
.outsourcing-services .tab_slider .title_pages {
    font-size: 30px;
    line-height: 1.33;
    padding-top: 24px;
    margin-bottom: 19px;
}
.outsourcing-services .points .p.active {
    color: #faa519;
}
.outsourcing-services .slider {
    width: auto;
}
.outsourcing-services .tab_slider .slide {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    max-width: 535px;
}
.outsourcing-services .tab_slider .slide.active {
    opacity: 1;
}
.outsourcing-services .slider .arrow,
.outsourcing-services .slider .arrow.dis{
    background: #faa519;
    margin-right: 0px;
}
.outsourcing-services .slider .arrows {
    top: auto;
    bottom: -40px;
    left: 0px;
    width: 35%;
    text-align: right;
}
.outsourcing-services .slider .arrow.dis {
    opacity: 1;
    cursor: pointer;
}
.outsourcing-services .slider .arrows svg {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gseg-consulting {
    background: #faa519;
    padding: 165px 0 131px 0;
    margin-bottom: 60px;
    position: relative;
}
.gseg-consulting:before {
    content: '';
    display: block;
    background: url(images/services_4.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    background-attachment: fixed;
    top: 0px;
    left: 0px; right: 0px; bottom: 0px;
    opacity: 0.22;
}

.title50 {
    /*font-size: 50px;*/
    font-size: 30px;
    font-weight: 900;
    line-height: 0.84;
}
.key-stats {
    padding: 79px 0 25px 0;
}
.white-label .title_pages + .sub-title,
.key-stats .title_pages + .sub-title {
    margin-top: -25px;
}
.key-stats hr {
    width: 50px;
    margin: 14px 0 18px 0;
}
.key-stats .title50 {
    min-height: 85px;
    margin-bottom: 34px;
}
.key-stats .row {padding-top: 62px;}

.white-label .sub-title {
    padding-bottom: 19px;
}
.white-label.numbers .item {
    margin-bottom: 51px;
}
.investment-wrap {
    padding: 73px 0;
}
.investment-wrap .page {
    font-size: 22px;
    line-height: 32px;
}
.investment-wrap .title_pages {
    margin-bottom: 26px;
}
.investment-wrap .col-sm-8 {
    clear: left;
}
.investment-wrap .number-yellow {
    margin: 46px 0 17px;
}
.investment-wrap .row {margin-left: -25px; margin-right: -25px;}
.investment-wrap .col-sm-4,
.investment-wrap .col-sm-8 { padding-left: 25px; padding-right: 25px;}

.revenue-share {
    padding: 155px 0 43px 0;
    margin-bottom: 84px;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0), #313a54), url(images/investors_2.jpg) center center no-repeat;
    color: #fff;
}
.revenue-share .page {
    /*font-size: 17px;*/
    letter-spacing: 0.4px;
}
.revenue-share .title_pages {
    margin: 30px 0 0px 0;
}
.revenue-share img {
    margin: -87px 0 0 300px;
}
.revenue-share .legend {
    padding-top: 62px;
}

.text_pages + hr {margin-top: 75px;}

.red-bold {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #dc1e28;
    text-decoration: none;
}
.main-text .big-title {
    padding: 40px 0 20px 0;
}
.main-text .text_pages {
    padding-bottom: 37px;
    /*max-width: 700px;*/
}
.main-text + hr {
    margin-top: 40px;
}

.company-structure {
    padding: 48px 0 57px 0;
}
.company-structure .title_pages {
    padding-bottom: 23px;
}
.company-structure img {
	width: 100%;
	height: auto;
	max-width: 1005px;
}

.market-place .page {
    padding-top: 70px;
    padding-bottom: 61px;
    background: url('images/chi-map.svg') 0px 0px no-repeat;
}

.market-place .title_pages {
    padding: 80px 0;
    font-size: 30px;
    line-height: 1.13;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto;
}
.logo-wrap img {
    margin: 0 25px 58px 25px;
}
.logo-wrap br {
    display: none;
}
.title_pages.lower {
    text-transform: none;
}

.gfs-wrap {
    padding: 230px 0 50px 0;
    background: #000;
    color: #fff;
    min-height: 760px;
    margin-bottom: 70px;
}
.gfs-wrap .title_pages,
.gfs-wrap .text {
    max-width: 590px;
    margin-left: auto;
}
.gfs-wrap .text {
    /*font-size: 17px;
    line-height: 1.22;*/
    letter-spacing: 0.4px;


}
.gfs-wrap .text p {
    max-width: 495px;
}
.gfs-wrap .man {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/customers_2.jpg) center center no-repeat;
    opacity: 0.6;
    background-size: cover;
}

.logo-description {
    padding-top: 23px;
}
.logo-description figcaption.big {
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
}
.logo-description hr {
    margin: 40px auto 13px auto;
}
.logo-description .row {
    padding-top: 60px;
}
.logo-description img {
    margin-top: 12px;
}
.p20 p {
    padding-bottom: 20px;
}

.text-logo {
    padding-top: 30px;
    padding-bottom: 120px;
}
.text-logo .col-sm-6:first-child {
    padding-right: 0px;
}

.video-cover {
    margin-top: 100px;
    background: #0f3659;
}
.video-cover video[poster] {
    height:auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}
.video-cover video {
    width: 100%  !important;
    height: auto  !important;
    background: #000 url('images/preview.jpg') 50% 50% / cover no-repeat ;

}

.video-player {
    background: #0f3659;
    min-height: 600px;
    color: #fff;
}
.video-popup .fancybox-close {
    z-index: -1;
    position: fixed;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
    background: #000 !important;
    opacity: 0.6;
    width: auto;
    height: auto;
}
.video-player .title {
    padding-top: 40px;
}
#close, #close_success {
    position: absolute;
    top: 46px;
    right: 96px;
    cursor: pointer;
}
.success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5f9fd;
    z-index: 100;
    text-align: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    min-height: 400px;
    overflow-y: auto;
}
.success .title {
    font-size: 40px;
    line-height: 42px;
    margin: 50px 0 24px;
    color: #0f375a;
}
.success p {
    margin-bottom: 192px;
}

.error_text,
span.wpcf7-not-valid-tip  {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -56px;
    box-shadow: 0 6px 16px 0 rgba(4, 47, 65, 0.15);
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.85;
    color: #000000;
    text-align: left;
    padding: 7px 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: .4s;
}
.error .tran3 {
    border: 2px solid #DF2328 !important
}
.error .error_text,
.invalid span.wpcf7-not-valid-tip  {
    opacity: 1;
    pointer-events: auto;
    bottom: -46px;
}

.widget_nav_menu{
    float: left;
}

.text-center {
	text-align: center;
}

/*@media all and (max-width: 1300px) {
    .full_screen .arrow.l {left: 0;}
    .full_screen .arrow.r {right: 0;}
}*/
@media all and (max-width: 1200px) {
    .contacts_page .item2x iframe {width: 100%;}
}
/*@media all and (max-width: 1090px) {
    .full_screen .center,
    .fix_screen .center {padding: 70px 47px 0;}
}*/
@media all and (max-width: 1024px) {
    header {padding: 12px 0 10px 0;}
    header nav {
        position: fixed;
        background: #fff;
        top: 0;
        width: 320px;
        left: -320px;
        bottom: 0;
        padding: 30px 0px 20px 30px;
        overflow-y: auto;
        z-index: 100;
    }
    header nav .menu-logo {
        display: block;
    }
    .nav_show header nav {
        left: 0;
    }
    header nav > ul {padding-top: 36px;}
    header nav > ul > li {
        border-bottom: 1px solid #e9edef;
    }
    header nav li ul a {
        color: #000;
        padding: 2px 0;
        font-weight: 400;
        font-size: 14px;
    }
    header nav > ul > li > a span:after {
        display: none;
    }
    header nav li ul li {
        display: block;
    }

    .bg_menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.8);
        opacity: 0;
        pointer-events: none;
        cursor: pointer;
        z-index: 99;
    }
    .bg_menu:hover {
        background: rgba(0,0,0,.6);
    }
    .nav_show .bg_menu {
        pointer-events: auto;
        opacity: 1;
    }
    header .menu {
        width: 30px;
        height: 20px;
        float: right;
        margin: 12px 0 0;
        cursor: pointer;
        border: 3px solid #fff;
        border-width: 3px 0;
        position: relative;
    }
    header .menu:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 0px;
        right: 0px;
        border-top: 3px solid #fff;
    }
    header.black .menu,
    header.black .menu:after {
        border-color: #000;
    }
    header nav li {
        display: block;
        margin: 0;
    }
    /*header nav a {
        display: block;
        margin: 0 !important;
        padding: 5px 0 !important;
        font-size: 12px;
    }*/
    header nav a.btn {
        border: 0;
    }
    header nav a.btn:hover {
        background: no-repeat;
    }

    header nav li.btn a {
        border: 0;
    }
    header nav li.btn a:hover {
        background: no-repeat;
    }

    header nav li ul {
        position: static;
        pointer-events: auto;
        opacity: 1;
        box-shadow: none;
        padding: 5px 0 20px 0;
    }
    header nav li ul li {margin: 0;}

    header nav > ul > li > a {
        color: #000;
        position: relative;
        padding: 9px 0px;
        margin-right: 30px;
    }
    header ul.sf-menu > li:first-child a {
        padding-left: 0px;
    }

    header nav li svg {
        position: absolute;
        top: 10px; right: 0px;
    }
    header nav span, header nav li svg {
        fill: #000;
    }
    header nav li ul {
        display: none;
    }
    header nav .current-menu-item ul {
        display: block;
    }


    /*header nav * {
        color: #000 !important;
        fill: #000 !important;
    }*/
    header nav > ul > li:hover > a span:after {display: none;}
    header nav > ul > li.active > a span:after {bottom: 0;}
    .img-home-3-devices {left: -664px; width: 550px;}

    .our_team .team .title_pages {width: 100%; padding: 13px 0 38px; text-align: center;}
    .our_team .team .title_pages br {display: none;}
    .our_team .team .title_pages:after {left: 50%; margin-left: -35px;}
    .our_team .item {width: 100%; height: auto; margin: 0 0 33px; padding: 0;}
    .our_team .text {height: auto;}
    .our_team .hide:after {display: none;}
    .our_team .hide {position: static !important; box-shadow: none !important; background: none !important; height: auto !important;}


    .page {padding-left: 40px; padding-right: 40px;}
}
@media all and (max-width: 1000px) {
    .slider_wrap .text_slider, .slider_wrap .text_slider .item {left: 0;}
    .slider_wrap .text_slider .item {padding: 0 16px; width: 350px;}
}
@media all and (max-width: 980px) {

    .fix_screen .title {font-size: 50px;line-height: 52px;}
    /*footer nav li {margin-right: 39px;}*/
    .numbers .item {width: 49%; padding: 0 7%;}
    .numbers .icon,
    .numbers .icon.big {left: -6px;}
    .strategy {padding: 0 0 53px;}
    .numbers .pad100_l {padding-left: 0px;}

    .outsourcing-services h2.title_pages {font-size: 50px;}
    .outsourcing-services {padding-bottom: 90px;}

    .tech-license {padding-bottom: 70px;}
    .tech-license .table,
    .tech-license .table-tr {display: block;}
    .tech-license .table-td {display: block; width: auto; max-width: 370px; margin: 0 auto 30px auto;}

    .services-b2b .title_pages {font-size: 60px;}

    footer .page {font-size: 14px;}
    footer nav a {margin-bottom: 7px;}

    .revenue-share img {margin: 0 auto; display: block;}

}
@media all and (max-width: 940px) {
    .form .field, .form .button {display: block; margin: 0 auto 30px;}
    #close {right: 50%; margin-right: -20px;}
    .form_wrap_contacts.hide {padding: 116px 0 16px;}
    .blue .button.blue {margin-left: auto; width: 270px;}
}
@media all and (max-width: 865px) {
    .fix_screen.h-page .center {
        padding-top: 25px;
    }

    .strategy .arrows {left: auto; right: 10px;}
    .tabs .link_tabs a {padding: 13px 0px;}
    .tabs .link_tabs a.cur:after {width: 100%;margin-left: -50%;}

    .pin-col-wrap {padding-left: 30px;}
    .border-orange {padding-left: 30px; padding-right: 30px;}
    .border-orange.table-td {padding-left: 40px;}

    .fix_screen.h-page {
        min-height: 510px;
    }
	.contacts_page {padding-top: 95px;}
    .contacts_page .item2x {
        width: 100%;
        padding-right: 0px;
        display: block;
    }
    .contacts_page .item {display: block; width: 100%;}
    .contacts_page .title_pages {padding-top: 40px;}
    .contacts_page .text {padding-bottom: 60px;}
    .form_wrap_contacts {padding-bottom: 40px;}
    .form_wrap_contacts:before {font-size: 90px;}
    .immersive .col-sm-6 {
        float: none;
        width: 100%;
    }
    .fix_screen.h-page {
        border-bottom-width: 60px;
    }
    .immersive .col-sm-6 img {margin: 0 auto; display: block;}
    .immersive .row {margin-left: 0px; margin-right: 0px;}
    .immersive .col-sm-6,
    .immersive .col-sm-6.pull-right {padding-left: 0px; padding-right: 0px;}
    .mission-statement .col-md-3:nth-child(odd) {clear: left;}

    .true-fan .title_pages {font-size: 60px;}

    .pad100_l {
        padding-left: 0px;
    }
    .quote-wrap .pad100_l {padding-right: 0px; padding-left: 0px;}
    .quote,
    .author_quote {margin-left: 30px;}
    .quote-photo {width: 100%; max-width: 372px; height: auto;}
    .quote-photo img {width: 100%; height: auto;}
    .press-release img.our_game,
    .press-release img.irena {margin-left: 0px;}
    .press-release .pad100_l {padding-left: 0px;}

    footer .contacts,
    footer nav {float: none; width: 100%; text-align: center; padding-bottom: 25px; max-width: none;}
    footer .fr {margin: 0px; float: none; display: block; text-align: center;}
    footer div.t:after, footer li.t:after {left: 50%; margin-left: -13px;}

    .grafic-anime {font-size: 14px;}
    .blue-circle {width: 160px; height: 160px;}
    .red-circle {width: 70px; height: 70px;}
    .dark-circle {width: 17px; height: 17px;}

}
/*@media all and (max-width: 820px) {
    .img-home-3-devices {position: static; max-width: 100%; display: block; margin: 0 auto;}

    footer {text-align: center;}
    footer nav, footer .fl {width: 100%;}
    footer nav li {width: 31%; margin: 20px 0 0;}
    footer .fr {width: 100%; margin: 46px 0 0;}
    .copyright {margin: 17px 0 0;}
}*/
@media all and (max-width: 740px) {
    /*.full_screen {height: auto !important;}*/
    .page {padding-left: 30px; padding-right: 30px;}
    .fix_screen .page {padding-left: 40px; padding-right: 40px;}

    .fix_screen.services {min-height: auto; padding: 120px 0 60px 0;}
}


@media all and (max-width: 640px) {
    .fix_screen {min-height: 500px;}

    .numbers .item {width: 100%; padding: 0 0 0 50px;}
    .numbers .t {font-size: 25px;}
    .image_slider {display: none;}
    .slider_wrap .text_slider {top: 0; position: relative; width: 100%; padding: 0;}
    .slider_wrap .text_slider .item {top: 0; width: 100%; text-align: center; position: relative; left: 0;opacity: 1;pointer-events: auto; display: none;}
    .slider_wrap .text_slider .item.active {display: block;}
    .slider_wrap .text_slider .n {left: 0; width: 100%;}
    .slider .arrows {position: static; margin: 20px 0 0; width: 100%; text-align: center;}
    .title_pages {font-size: 24px;}
    .strategy .text_slider .item {padding: 0; margin: 0 90px 0 -3px;}
    .strategy .text_slider, .strategy .text_slider .item {left: 0;}
    .strategy .text_slider .n {left: 0;}

    .form_wrap_contacts:before {font-size: 60px;}
    .stay-in-the-loop {padding-bottom: 40px;}
    .contacts_page .city {margin-bottom: 10px;}
    .stat-block {margin-bottom: 40px;}
    .quote-photo {margin-bottom: 30px;}
    .press-release {margin-bottom: 0px;}
    .press-release hr.alignleft {margin-left: auto;}

    .press-release + .slider_wrap .text_slider {margin-left: 0px !important;}

    .true-fan .title_pages {font-size: 40px;}

    .sports-leagues {height: auto; padding: 110px 0 80px 0;}
    .llc-wrap {padding: 90px 0 80px 0; font-size: 18px;}
    .llc-wrap .title_pages {font-size: 40px;}
    .map-col-title {padding: 30px 0 20px 0;}

    .esport-market .title_pages {font-size: 45px;}
    .esport-market {padding: 90px 0 70px 0; min-height: auto;}
    .esport-market .text_pages {padding-top: 0px;}

    .fix_screen.investors {min-height: 500px; padding: 120px 0 70px 0;}

    .fix_screen.customers {min-height: 500px; padding-top: 140px;}

    .logo-description figcaption {padding-bottom: 30px;}

    .gfs-wrap {min-height: 500px;}

    .our-strategy {padding-top: 90px;}
    .our-strategy .col-sm-6 {padding-bottom: 0px;}

    .grafic-anime {font-size: 11px;}
    .blue-circle, .red-circle, .dark-circle {margin-bottom: 3px;}
    .blue-circle {width: 110px; height: 110px;}
    .red-circle {width: 45px; height: 45px;}
    .dark-circle {width: 11px; height: 11px;}
    .circle2 {left: 28%;}
    .circle3 {left: 10%;}
}
/*@media all and (max-width: 600px) {
    .form_wrap_contacts:before {display: none;}
}*/
@media all and (max-width: 520px) {

    .fix_screen .title {font-size: 30px; line-height: 30px;}

    .fix_screen .text {font-size: 18px; margin: 17px 0 19px;}
    /*.mission-statement:before {display: none;}
    .mission-statement .text_pages:after {bottom: -23px;}
    .mission-statement {padding: 59px 0 46px;}*/

    .corner-b:before,
    .corner-rt:after,
    .corner-lt:after,
    .corner-rb:before {display: none;}

    .services-b2b {padding: 70px 0;}
    .services-b2b .title_pages {font-size: 40px;}

    .numbers .item {margin-bottom: 50px;}
    .numbers .t {font-size: 20px; margin-top: -10px; padding-bottom: 0px;}
    .numbers .text {font-size: 16px; line-height: 1.4;}

    .outsourcing-services h2.title_pages {font-size: 35px;}
    .outsourcing-services .points {font-size: 16px;}

    .gseg-consulting {padding: 90px 0;}

    .text-big {font-size: 19px;}

    .stat-block {min-height: auto; padding-top: 160px;}
    .white-line2 {display: none;}

    .gfs-wrap {padding-top: 120px;}
}

header nav #close_menu {display: none;}

@media all and (max-width: 450px) {
    header nav {
        left: -100%;
    }
    .nav_show header nav {right: 0px; width: 100%;}
    .nav_show header nav #close_menu {
        display: block;
        position: absolute;
        top: 25px; right: 25px;
        cursor: pointer;
    }
    .quote {font-size: 14px;}
    .button {padding: 0 10px;}
    .strategy .text_slider .item {opacity: 0;}
    .strategy .text_slider .item.active {opacity: 1;}

    footer .widget_nav_menu {float: none; width: auto;}
    footer li.t {margin-bottom: 25px;}
}
