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

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

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

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

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

/*==============================RESET==============================*/
*,
:before,
:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
img,
a,
em,
span,
strong,
form,
label,
input,
button,
select,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
textarea {
    border: 0;
    outline: none;
    background: none;
    vertical-align: baseline;
    font: inherit;
}

html,
body {
    /* overflow: hidden; */
    /*  min-width: 1000px !important; */
}

body.modal-open {
    /*
overflow: hidden;
position:fixed;
*/
}

body.modal-open .wrapper {
    /* position:fixed; */
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
textarea,
button {
    color: #686868;
    outline: none;
}

a:hover,
a:focus,
a.active {
    text-decoration: none;
    outline: none;
}

a[href^=tel] {
    color: inherit;
}

button {
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #686868;
}

input::-moz-placeholder {
    color: #686868;
}

input:-moz-placeholder {
    color: #686868;
}

input:-ms-input-placeholder {
    color: #686868;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea::-webkit-input-placeholder {
    color: #686868;
}

textarea::-moz-placeholder {
    color: #686868;
}

textarea:-moz-placeholder {
    color: #686868;
}

textarea:-ms-input-placeholder {
    color: #686868;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*==============================PLUGINS==============================*/
/*---------------------arcticmodal------------------------*/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(/images/ajax-loader.gif) no-repeat 50% 50%;
}

/*-----------------slick-slider---------------------*/
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-loading .slick-list {
    background: #fff url(/images/ajax-loader.gif) center center no-repeat;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    display: block;
    font-size: 0;
    background: transparent;
    z-index: 20;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-next:before,
.slick-prev:before {
    font-family: Font Awesome\ 5 Free;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    opacity: .75;
    color: #fcea1c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\F053";
}

.slick-next:before {
    content: "\F054";
}

.slick-dots {
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 20;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.slick-dots li.slick-active button {
    background-color: #00BFA5;
    opacity: 1;
}

.slick-dots li button {
    width: 19px;
    height: 19px;
    background: #fff;
    background-color: #fff;
    border-radius: 100%;
}

/*---------------------fancybox------------------------*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* New buttons */

.home-buttons .home-buttons__button {
    display: inline-flex;
    padding: 7px 45px;
    font-size: 16px;
    text-transform: uppercase;
    background: #FCEA1C;
    border-radius: 28px;
    padding: 20px 0;
    justify-content: center;
    color: #18181f;
    margin: 0 5px;
    transition: all ease-in-out .2s;
    width: 100%;
    max-width: 190px;
}

.home-buttons .home-buttons__button:hover {
    box-shadow: 0 0 6px #fcea1c;
}

.game-component-map {
    position: relative;
    overflow: hidden;
}

#imgcard {
    right: 0;
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#imgcard img {
    width: 100%;
}

.game-component__btn_link {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    font-size: 1em;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    border: 0;
    min-width: 148px;
    color: #302509;
    background-color: #fcea1c;
    border-radius: 25px;
}

.quest__tags .quest__tags-tag:nth-child(5) {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .game-component__btn_link {
        padding: 0 15px;
        font-size: 14px;
    }
}


@media (max-width: 1024px) {
    .home-buttons .home-buttons__button {
        font-size: 14px;
        padding: 15px 0;
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .home-buttons .home-buttons__button {
        font-size: 13px;
        padding: 10px 0;
        max-width: 140px;
        margin: 0;
    }
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*==============================GENERAL==============================*/
html,
body {
    position: relative;
    min-width: 320px;
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.15;
    background: #2f2e42;
}

.only_mobile {
    display: none;
}

.wrapper {
    position: absolute;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.center-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1360px;
}

.page-inner .center-wrapper {
    max-width: 1300px;
}

.page-inner .header .center-wrapper {
    max-width: 1360px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    line-height: 1.2;
}

h1 {
    font-family: 'Code-Pro-Black-LC';
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: white;
}

h1 span {
    display: block;
    padding-left: 315px;
}

h2 {
    font-family: 'Code-Pro-Black-LC';
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: white;
}

ul,
ol {
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
}

img {
    vertical-align: top;
}

.custom-object-fit {
    background-size: cover;
    background-position: 50% 50%;
}

.custom-object-fit img {
    opacity: 0;
}

.img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text {
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 100px;
    line-height: 1.5;
}

/*==============================FORM ELEMENTS==============================*/
table:after {
    display: none;
}

table.loading:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(/images/loading_big.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

table th[data-sort] {
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 7px 45px;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 20px;
    background: #FCEA1C;
    color: #31225a;
}

.use_promo .btn {
    font-size: 14px;
}

/* Raitings */
.raiting-title-content {
    margin-top: 5vw;
}

.raiting-title-content__title {
    text-align: left;
    font-family: 'Code-Pro-Black-LC';
    font-size: 4vw;
    line-height: 1.2;
    color: #fff;
}

.raiting-title-content__title span {
    display: block;
    padding-left: 8vw;
}

.breadcrumb {
    font-family: MyriadPro;
    background-color: #22222f;
    padding: 2vw;
    font-size: 1.4vw;
    color: #c7c7de;
}

.breadcrumb a {
    color: #ffffff;
}

.raiting-form {
    width: 80%;
    margin: 4vw auto;
}

#raiting-table {
    font-size: 1.6vw;
    font-weight: normal;
    width: 100%;
}

#raiting-table th {
    background-color: #3a3851;
    color: #b2b2c8;
    font-size: 1.2vw;
    font-weight: normal;
    padding: 1vw;
    text-align: left;
    border-left: 1px solid #616074;
}

#raiting-table th.active {
    background-color: #2f2e42;
    color: #ffffff;
}

#raiting-table tbody tr {
    border-bottom: 1px solid #d5d5d9;
}

#raiting-table tbody tr:hover {
    background-color: #ffece7;
    cursor: pointer;
}

#raiting-table tbody tr:hover td:first-child {
    color: #ff480f;
}

#raiting-table td {
    vertical-align: middle;
    padding: 0 1vw;
}

#raiting-table td img {
    width: 14vw;
}

.sorting {
    display: inline-block;
    height: 9px;
    width: 9px;
    float: right;
    margin-top: 0.4vw;
}

.sorting .up,
.sorting .down {
    width: 0.5vw;
    height: 0.35vw;
    opacity: 0.5;
    background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sorting .up {
    background-image: url(/images/raiting-up.png);
    margin-bottom: 1px;
}

.sorting .down {
    background-image: url(/images/raiting-down.png);
}

.sorting .active,
.sorting .up:hover,
.sorting .down:hover {
    opacity: 0.8;
    cursor: pointer;
}

#all-time,
#season-time,
#all-city,
#raiting-search {
    background-color: #f1f0f8;
    color: #5a587e;
    font-weight: bold;
    font-size: 1.2vw;
    padding: 1vw 2vw;
    margin-bottom: 1vw;
    border-radius: 2vw;
    cursor: pointer;
}

#all-time.active,
#season-time.active,
#all-city.active {
    color: #ffffff;
    background-color: #3a3851;
}

#all-time {
    border-radius: 2vw 0 0 2vw;
}

#season-time {
    border-radius: 0 2vw 2vw 0;
}

#raiting-search {
    font-weight: normal;
    margin-left: 2vw;
    background-color: transparent;
    border: 1px solid #f1f0f8;
    cursor: auto;
}

#all-city {
    float: right;
    padding: 1vw 3vw;
}

#load-more {
    background-color: #f1f0f8;
    color: #5a587e;
    text-transform: uppercase;
    padding: 1vw;
    font-size: 1vw;
    border-radius: 0.4vw;
    font-weight: bold;
    margin: 3vw auto;
    display: block;
    cursor: pointer;
}

.winner {
    display: inline-block;
    width: 1.6vw;
    height: 1.4vw;
    background-image: url(/images/raiting-winner.png);
    margin-left: 0.5vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.raiting-winners .center-wrapper {
    text-align: center;
}

.raiting-winners .center-wrapper::before {
    display: block;
    content: " ";
    position: absolute;
    right: -2vw;
    top: 1vw;
    height: 10vw;
    width: 10vw;
    background-image: url(/images/particles-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.raiting-winners .center-wrapper::after {
    display: block;
    content: " ";
    position: absolute;
    left: -2vw;
    bottom: 5vw;
    height: 20vw;
    width: 20vw;
    background-image: url(/images/particles-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.winner-team {
    display: inline-block;
    width: 22vw;
    text-align: center;
    margin: 4vw 0.5vw;
    color: #ffffff;
    z-index: 1;
    position: relative;
}

.winner-team.first {
    color: #ff480f;
}

.winner-team.second {
    color: #ffff00;
}

.winner-team.third {
    color: #94c11f;
}

.winner-team img {
    border: 0.4vw solid;
    margin-bottom: 2vw;
    -webkit-box-shadow: 0vw 1vw 1vw 0vw rgba(0, 0, 0, 0.2);
    box-shadow: 0vw 1vw 1vw 0vw rgba(0, 0, 0, 0.2);
    width: 100%;
}

.winner-team .raiting-position {
    font-family: 'Code-Pro-Black-LC';
    font-size: 3.5vw;
}

.winner-team .team-name {
    text-transform: uppercase;
    background-color: red;
    display: inline-block;
    padding: 0.3vw 0.6vw;
    color: #ffffff;
    font-size: 1.6vw;
}

.winner-team.second .team-name {
    color: #2f2e42;
}

.what-is-raiting {
    display: block;
    color: #2f2e42;
    background-color: #ffffff;
    border-radius: 4vw;
    padding: 1vw 0;
    font-size: 1vw;
    width: 20vw;
    text-align: center;
    margin: 0 auto;
}

.what-is-raiting span {
    margin-left: 1vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    opacity: 0.5;
}

.raiting-winners::after {
    content: '';
    display: block;
    height: 4vw;
    margin-bottom: 4vw;
}

/*==============================MODALS==============================*/
.box-modal {
    position: relative;
    max-width: 900px;
    background: #fff;
    z-index: 1;
}

.arcticmodal-close {
    position: absolute;
    color: #8e8daf;
    cursor: pointer;
    z-index: 3;
    font-size: 1em;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #e7e7ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
    right: 15px;
}

.share-game-modal .albert-modal__box {
    /*    overflow: hidden; */
    position: relative;
    width: 350px !important;
    max-width: 350px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.share-game-modal .albert-modal__content {
    padding: 45px 40px !important;
    text-align: center;
}

.share-game-modal .albert-modal__content:before {
    top: -70px;
    right: -130px;
    background-image: url(/images/modal/bg-right-top.png);
}

.share-game-modal .albert-modal__content:after {
    bottom: -50px;
    left: -60px;
    background-image: url(/images/modal/bg-left-top.png);
}

.share-game-modal .albert-modal__content:after,
.share-game-modal .albert-modal__content:before {
    content: " ";
    z-index: -1;
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.share-game-modal__title {
    text-align: center;
    font-family: Myriad Pro Bold, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    color: #716f9a;
    margin-bottom: 40px;
    font-weight: 600;
}

.share-game-modal__url {
    width: 100%;
    padding: 10px;
    border: 2px solid #f6f6f9;
    color: #716f9a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.share-game-modal__copy {
    color: #716f9a;
    font-size: .8em;
    margin-top: 10px;
    text-decoration: none;
    text-align: center;
}

.share-game-modal__social {
    margin-top: 60px;
}


.reg-complete-modal .albert-modal__box {
    /*    overflow: hidden; */
    position: relative;
    width: 400px !important;
    max-width: 400px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reg-complete-modal .albert-modal__content {
    padding: 45px 40px !important;
    text-align: center;
}

.reg-complete-modal .albert-modal__content:before {
    top: -70px;
    right: -130px;
    background-image: url(/images/modal/bg-right-top.png);
}

.reg-complete-modal .albert-modal__content:after {
    bottom: -50px;
    left: -60px;
    background-image: url(/images/modal/bg-left-top.png);
}

.reg-complete-modal .albert-modal__content:after,
.reg-complete-modal .albert-modal__content:before {
    content: " ";
    z-index: -1;
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.reg-complete-modal__title {
    text-align: center;
    font-family: Myriad Pro Bold, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #38383e;
    margin: 50px 0 40px;
    font-weight: 600;
}

.reg-complete-modal .albert-modal__body span {
    display: block;
    font-size: 14px;
    margin: 0 0 25px;
    font-weight: bold;
}

.reg-complete-modal .albert-modal__body a {
    display: block;
    margin: 10px auto;
    width: fit-content;
    font-size: 14px;
    color: #303030;
    padding: 5px 10px;
}

.reg-complete-modal .albert-modal__body a:hover {
    background: #fcea1c;
}

.reg-complete-modal .body-bg {
    width: 100%;
    left: 0;
    top: 17px;
    height: 150px;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.1;
}

.reg-complete-modal .albert-modal__body a.share {
    background: #fcea1c;
    background-image: url(/images/icon-social.svg);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 18px 19px;
    background-size: 18px 19px;
    width: 50px;
    height: 50px;
    margin: 40px auto 40px;
}

.ui-autocomplete {
    z-index: 600 !important;
}

.register-modal__particles-right-bottom,
.register-modal__particles-right-top {
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.register-modal__particles-right-top {
    z-index: 2;
    top: -20px;
    right: -120px;
    background-image: url(/images/modal/bg-right-top.png);
}

.register-modal__particles-right-bottom {
    z-index: -1;
    top: -60px;
    right: -150px;
    background-image: url(/images/modal/bg-right-bottom.png);
}

.register-modal__particles-left-bottom,
.register-modal__particles-left-top {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.register-modal__particles-left-top {
    z-index: 2;
    background-image: url(/images/modal//bg-left-top.png);
}

.register-modal__particles-left-bottom {
    z-index: -1;
    background-image: url(/images/modal/bg-left-bottom.png);
}

.register-modal__content {
    padding: 30px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.register-modal__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register-modal__header-type {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.register-modal__header-type img {
    max-width: 100%;
}

.register-modal__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register-modal__header {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.register-modal__header-title {
    color: #2f2e42;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.register-modal__header-subtitle {
    color: #8e8daf;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.register-modal__header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.register-modal__header-bar,
.register-modal__header-date {
    margin-right: 25px;
    color: #444360;
    font-size: 18px;
}

.register-modal__header-bar span,
.register-modal__header-date span {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #716f9a;
}

.register-modal__form {
    margin-bottom: 40px;
    position: relative;
    z-index: 9999;
}

.register-modal__form-row {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.register-modal__form-field {
    position: relative;
    padding-right: 25px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.register-modal__form-field:last-child {
    padding: 0;
}

.register-modal__form-field label {
    display: block;
    font-size: 12px;
    color: #716f9a;
    margin-bottom: 5px;
}

.register-modal__form-field .subtext {
    display: block;
    font-size: 12px;
    color: #716f9a;
    text-align: center;
    margin: 6px 0 0;
}

.register-modal__form-field .subtext.hidden {
    display: none;
}

.register-modal__form-field input,
.register-modal__form-field textarea {
    border-radius: 4px;
    border: 1px solid #e6e5e5;
    color: #2f2e42;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.register-modal_home_game .price {
    display: inline-block;
    min-width: 120px;
}

.register-modal__form-field-hint {
    font-family: Myriad Pro Bold, sans-serif;
    display: block;
    text-align: right;
    padding-top: 5px;
    font-size: .7em;
    color: #cac9d9;
}

.register-modal__form-field:only-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.register-modal__form-field input,
.register-modal__form-field textarea {
    border-radius: 4px;
    border: 1px solid #e6e5e5;
    color: #2f2e42;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.register-modal__form-field input:focus,
.register-modal__form-field input:hover,
.register-modal__form-field textarea:focus,
.register-modal__form-field textarea:hover {
    border-color: #ccc;
}

.register-modal__form-field_afterparty-slogan p {
    color: #a6a6b7;
    margin-top: 5px;
    font-size: 14px;
}

.register-modal__form-field_solo-slogan span {
    display: block;
    color: #a6a6b7;
    margin-top: 5px;
    font-size: 14px;
}

.register-modal__form-checkbox input {
    display: none;
}

.register-modal__form-checkbox label {
    white-space: nowrap;
    color: #444360;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.register-modal__form-checkbox label:before {
    vertical-align: middle;
    display: inline-block;
    content: " ";
    margin-right: 7px;
    background-image: url(/images/checkbox.png);
    background-position: 0;
    background-size: auto 100%;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.register-modal__form-checkbox input:checked+label:before {
    background-position: 100%;
}

.register-modal__players-title {
    color: #2f2e42;
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}

.register-modal__players-chairs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register-modal__players-chair {
    text-align: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 70px;
    color: #ccc;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.register-modal__players-chair-count {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-modal__players-chair span {
    color: #2f2e42;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/images/modal/chair-empty.png);
    height: 70px;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .8;
}

.register-modal__players-chair:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/modal/chair-shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    margin: 10px auto;
    opacity: .4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.register-modal__players-chair_hover {
    color: #666;
}

.register-modal__players-chair_active:after,
.register-modal__players-chair_hover:after {
    opacity: 1 !important;
}

.register-modal__players-chair_active:first-child span,
.register-modal__players-chair_hover:first-child span {
    background-image: url(/images/modal/chair-1.png);
}

.register-modal__players-chair_active:nth-child(2) span,
.register-modal__players-chair_hover:nth-child(2) span {
    background-image: url(/images/modal/chair-2.png);
}

.register-modal__players-chair_active:nth-child(3) span,
.register-modal__players-chair_hover:nth-child(3) span {
    background-image: url(/images/modal/chair-3.png);
}

.register-modal__players-chair_active:nth-child(4) span,
.register-modal__players-chair_hover:nth-child(4) span {
    background-image: url(/images/modal/chair-4.png);
}

.register-modal__players-chair_active:nth-child(5) span,
.register-modal__players-chair_hover:nth-child(5) span {
    background-image: url(/images/modal/chair-5.png);
}

.register-modal__players-chair_active:nth-child(6) span,
.register-modal__players-chair_hover:nth-child(6) span {
    background-image: url(/images/modal/chair-6.png);
}

.register-modal__players-chair_active:nth-child(7) span,
.register-modal__players-chair_hover:nth-child(7) span {
    background-image: url(/images/modal/chair-7.png);
}

.register-modal__players-chair_active:nth-child(8) span,
.register-modal__players-chair_hover:nth-child(8) span {
    background-image: url(/images/modal/chair-8.png);
}

.register-modal__players-chair_active:nth-child(9) span,
.register-modal__players-chair_hover:nth-child(9) span {
    background-image: url(/images/modal/chair-9.png);
}

.register-modal__form-field_checkbox {
    -ms-flex-preferred-size: 30%;
    flex-basis: 33%;
}

.register-modal__form-field_afterparty {
    text-align: center;
}

.register-modal__form-field_birthday-slogan span {
    display: block;
    color: #a6a6b7;
    margin-top: 5px;
    font-size: 14px;
}

.register-modal__action {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.register-modal__button {
    border: 0;
    display: inline-block;
    border-radius: 25px;
    padding: 15px 25px;
    background-color: #fcea1c;
    color: #302509;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.register-modal__action-text {
    font-size: .7em;
    color: #595867;
    margin-top: 15px;
}

.register-modal__action-text a {
    color: #e20913;
}

.register-modal__button:hover {
    background-color: #fdf168;
    color: #050401;
}

.register-modal {
    position: relative;
    z-index: 501;
}

.register-modal_open {
    -webkit-animation: fadein .3s linear forwards;
    animation: fadein .3s linear forwards;
}

.register-modal_closing {
    -webkit-animation: fadeout .3s linear forwards;
    animation: fadeout .3s linear forwards;
}

.register-modal_closed {
    visibility: hidden;
    opacity: 0;
}

.register-modal__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.register-modal__holder {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.register-modal__box {
    margin: 20px auto;
    /*  position: relative; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1003;
    max-width: 900px;
    background-color: #fff;
}

.register-modal__box_success {
    max-width: 400px;
    margin: 50px auto;
}

@media (max-width: 75em) {
    .register-modal__box {
        min-width: 300px;
    }
}

@media (max-width: 48em) {
    .register-modal__particles {
        display: none;
    }
}

.register-modal__particles_show {
    display: block;
}

.register-modal__particles_show .register-modal__particles-left-top {
    left: -70px !important;
    bottom: -60px !important;
}

.register-modal__particles-right-top {
    z-index: 2;
    top: -20px;
    right: -120px;
    background-image: url(/images/modal/bg-right-top.png);
}

.register-modal__particles-right-bottom,
.register-modal__particles-right-top {
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.register-modal__particles-right-bottom {
    z-index: -1;
    top: -60px;
    right: -150px;
    background-image: url(/images/modal/bg-right-bottom.png);
}

.register-modal__particles-left-top {
    z-index: 2;
    background-image: url(/images/modal/bg-left-top.png);
}

.register-modal__particles-left-bottom,
.register-modal__particles-left-top {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.register-modal__particles-left-bottom {
    z-index: -1;
    background-image: url(/images/modal/bg-left-bottom.png);
}

.register-modal__content {
    padding: 30px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.register-modal__close {
    position: absolute;
    color: #8e8daf;
    cursor: pointer;
    z-index: 3;
    font-size: 1em;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #e7e7ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
    right: 15px;
}

.register-modal__close:hover {
    background-color: #cac9d9;
}

.register-modal__solo {
    max-width: 300px;
    font-family: Code Pro Black, sans-serif;
    font-size: 1.1em;
    padding-right: 20px;
    text-align: right;
    color: #e94e1b;
}

@media (max-width: 48em) {
    .register-modal__solo {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.register-modal__header {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

@media (max-width: 48em) {
    .register-modal__header {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.register-modal__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 48em) {
    .register-modal__header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }
}

.register-modal__header-title {
    color: #2f2e42;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.register-modal__header-subtitle {
    color: #8e8daf;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.register-modal__header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.register-modal__header-bar {
    margin-right: 15px;
}

.register-modal__header-bar__mesto,
.register-modal__header-date__date {
    margin-right: 25px;
    color: #444360;
    font-size: 18px;
}

.register-modal__header-bar__adress,
.register-modal__header-date__day {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #716f9a;
}

.register-modal__header-type {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.register-modal__success-type_albert {
    background-image: url(/images/tags/original/albert.png);
}

.register-modal__success-type_media {
    background-image: url(/images/tags/tag-2.png);
}

.register-modal__success-type_wow {
    background-image: url(/images/tags/original/wow.png);
}

.register-modal__success-type_special {
    background-image: url(/images/tags/original/special.png);
}

.register-modal__success-type_children {
    background-image: url(/images/tags/original/children.png);
}

.register-modal__warning {
    font-family: Myriad Pro Regular, sans-serif;
    font-size: 1.1em;
    background-color: #fffcd6;
    color: #ffb032;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
}

.register-modal__form {
    margin-bottom: 40px;
}

.register-modal__form-row {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

@media (max-width: 48em) {
    .register-modal__form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
}

.register-modal__form-field {
    position: relative;
    padding-right: 25px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.register-modal__form-field_checkbox {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.register-modal__form-field_afterparty:only-child,
.register-modal__form-field_birthday:only-child {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
}

.register-modal__form-field_afterparty {
    text-align: center;
}

@media (max-width: 48em) {
    .register-modal__form-field_afterparty {
        text-align: left;
    }
}

@media (max-width: 48em) {
    .register-modal__form-field {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.register-modal__form-field_birthday {
    padding-right: 25px !important;
}

.register-modal__form-field_birthday:after {
    position: absolute;
    content: " ";
    background-image: url(/images/birthday.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 120px;
    top: 110px;
}

.register-modal_alone .register-modal__form-field_birthday:after {
    top: 70px;
}

.register-modal__form-field_birthday.active:after {
    background-image: url(/images/birthday-active.png);
}

@media (max-width: 48em) {
    .register-modal__form-field_birthday:after {
        left: unset;
        right: 0;
        top: 10px;
    }
}

@media (max-width: 400px) {
    .register-modal__form-field_birthday:after {
        top: -30px;
    }
}

.register-modal__form-field_birthday-slogan {
    margin-top: 15px;
    margin-left: 24px;
    position: relative;
    z-index: 1;
}

.register-modal__form-field_birthday-slogan span {
    display: block;
    color: #a6a6b7;
    margin-top: 5px;
    font-size: 14px;
}

.register-modal__form-field_afterparty:after {
    position: absolute;
    content: " ";
    background-image: url(/images/afterparty.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
    bottom: -20px;
    z-index: 0;
}

@media (max-width: 48em) {
    .register-modal__form-field_afterparty:after {
        right: -30px;
        bottom: -30px;
    }
}

.register-modal__form-field_afterparty-slogan {
    margin-top: 15px;
    margin-left: 24px;
    position: relative;
    z-index: 1;
}

.register-modal__form-field_afterparty-slogan span {
    display: block;
    color: #a6a6b7;
    margin-top: 5px;
    font-size: 14px;
}

.register-modal__form-field_solo:after {
    display: none;
    position: absolute;
    content: " ";
    background-image: url(/images/with-party.png);
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -200px;
    top: 0;
    z-index: 0;
}

.register-modal__form-field_solo.active:after {
    display: inline-block;
}


@media (max-width: 48em) {
    .register-modal__form-field_solo:after {
        /* right: -30px; */
        right: 0;
        width: 90px;
        bottom: -30px;
    }
}

.register-modal__form-field_solo-slogan {
    margin-top: 15px;
    margin-left: 24px;
    position: relative;
    z-index: 1;
}

.register-modal__form-field_solo-slogan span {
    display: block;
    color: #a6a6b7;
    margin-top: 5px;
    font-size: 14px;
}

.register-modal__form-field_solo_second {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media (min-width: 75em) {
    .register-modal__form-field_solo_second:after {
        right: -150px;
        top: 10px;
    }
}

@media (max-width: 400px) {
    .register-modal__form-field_solo_second:after {
        width: 100px;
        height: 100px;
        top: 50px;
        right: -15px;
    }
}

.register-modal__form-field_solo_active:after {
    display: block;
}

@media (max-width: 650px) {
    .register-modal__form-field_comments textarea {
        height: 75px;
    }
}

@media (max-width: 450px) {
    .register-modal__form-field_comments textarea {
        height: 90px;
    }
}

@media (max-width: 400px) {
    .register-modal__form-field_comments textarea {
        height: 115px;
    }
}

.register-modal__form-field:only-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.register-modal__form-field:last-child {
    padding: 0;
}

.register-modal__form-field input.alert {
    border-color: #e20913 !important;
}

.register-modal__form-field label {
    display: block;
    font-size: 12px;
    color: #716f9a;
    margin-bottom: 5px;
}

.register-modal__form-field input,
.register-modal__form-field textarea,
.register-modal__form-field select {
    border-radius: 4px;
    border: 1px solid #e6e5e5;
    color: #2f2e42;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.register-modal__form-field input:focus,
.register-modal__form-field input:hover,
.register-modal__form-field textarea:focus,
.register-modal__form-field textarea:hover,
.register-modal__form-field select:focus,
.register-modal__form-field select:hover {
    border-color: #ccc;
}

.register-modal__form-field input::-webkit-input-placeholder,
.register-modal__form-field textarea::-webkit-input-placeholder,
.register-modal__form-field select::-webkit-input-placeholder {
    color: #bbbacf;
}

.register-modal__form-field input::-ms-input-placeholder,
.register-modal__form-field textarea::-ms-input-placeholder,
.register-modal__form-field select::-ms-input-placeholder {
    color: #bbbacf;
}

.register-modal__form-field input:-ms-input-placeholder,
.register-modal__form-field textarea:-ms-input-placeholder,
.register-modal__form-field select:-ms-input-placeholder {
    color: #bbbacf;
}

.register-modal__form-field input::placeholder,
.register-modal__form-field textarea::placeholder,
.register-modal__form-field select::placeholder {
    color: #bbbacf;
}

.register-modal__form-field-hint {
    font-family: Myriad Pro Bold, sans-serif;
    display: block;
    text-align: right;
    padding-top: 5px;
    font-size: .7em;
    color: #cac9d9;
}

.register-modal__form-field-hint_danger {
    color: #8e8daf;
}

.register-modal__form-checkbox input {
    display: none;
}

.register-modal__form-checkbox label {
    color: #444360;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.register-modal__form-checkbox label span {
    vertical-align: middle;
    display: inline-block;
    padding-top: 2px;
}

.register-modal__form-checkbox label:before {
    vertical-align: middle;
    display: inline-block;
    content: " ";
    margin-right: 7px;
    background-image: url(/images/checkbox.png);
    background-position: 0;
    background-size: auto 100%;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.register-modal__form-checkbox input:checked+label:before {
    background-position: 100%;
}

.register-modal__form-message-success {
    background-color: #e1fde7;
    color: #62a071;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
    font-weight: 200;
}

.register-modal__form-message-reserve {
    background-color: #e1fde7;
    color: #62a071;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
    font-weight: 200;
}

.register-modal__players-title {
    color: #2f2e42;
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 48em) {
    .register-modal__players-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.register-modal__players-chairs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 48em) {
    .register-modal__players-chairs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

.register-modal__players-chair {
    text-align: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 70px;
    color: #ccc;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

@media (max-width: 48em) {
    .register-modal__players-chair {
        min-width: 20px;
    }
}

.register-modal__players-chair-count {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-modal__players-chair span {
    color: #2f2e42;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/images/chair-empty.png);
    height: 70px;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .8;
}

@media (max-width: 48em) {
    .register-modal__players-chair span {
        height: 45px;
    }
}

@media (max-width: 34em) {
    .register-modal__players-chair span {
        height: 25px;
    }
}

.register-modal__players-chair_hover {
    color: #666;
}

.register-modal__players-chair_hover span {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1.05);
    -ms-transform: translateY(-10px) scale(1.05);
    transform: translateY(-10px) scale(1.05);
}

.register-modal__players-chair_active {
    color: #666;
}

.register-modal__players-chair_active span {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.register-modal__players-chair_current .register-modal__players-chair-count {
    background-color: #f9b115;
    color: #fff;
    font-weight: 600;
}

.register-modal__players-chair_active:first-child span,
.register-modal__players-chair_hover:first-child span {
    background-image: url(/images/chair-1.png);
}

.register-modal__players-chair_active:nth-child(2) span,
.register-modal__players-chair_hover:nth-child(2) span {
    background-image: url(/images/chair-2.png);
}

.register-modal__players-chair_active:nth-child(3) span,
.register-modal__players-chair_hover:nth-child(3) span {
    background-image: url(/images/chair-3.png);
}

.register-modal__players-chair_active:nth-child(4) span,
.register-modal__players-chair_hover:nth-child(4) span {
    background-image: url(/images/chair-4.png);
}

.register-modal__players-chair_active:nth-child(5) span,
.register-modal__players-chair_hover:nth-child(5) span {
    background-image: url(/images/chair-5.png);
}

.register-modal__players-chair_active:nth-child(6) span,
.register-modal__players-chair_hover:nth-child(6) span {
    background-image: url(/images/chair-6.png);
}

.register-modal__players-chair_active:nth-child(7) span,
.register-modal__players-chair_hover:nth-child(7) span {
    background-image: url(/images/chair-7.png);
}

.register-modal__players-chair_active:nth-child(8) span,
.register-modal__players-chair_hover:nth-child(8) span {
    background-image: url(/images/chair-8.png);
}

.register-modal__players-chair_active:nth-child(9) span,
.register-modal__players-chair_hover:nth-child(9) span {
    background-image: url(/images/chair-9.png);
}

.register-modal__players-chair_active:nth-child(10) span,
.register-modal__players-chair_hover:nth-child(10) span {
    background-image: url(/images/chair-1.png);
}

.register-modal__players-chair_active:after,
.register-modal__players-chair_hover:after {
    opacity: 1 !important;
}

.register-modal__players-chair_active_unhover span {
    opacity: 0.2 !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.register-modal__players-chair:after {
    display: inline-block;
    content: " ";
    background-image: url(/images/chair-shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    margin: 10px auto;
    opacity: .4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 48em) {
    .register-modal__players-chair:after {
        display: none;
    }
}

.register-modal__action {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.register-modal__action-error {
    background-color: #fde2db;
    color: #e74442;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
    font-weight: 200;
}

.register-modal__action-text {
    font-size: .7em;
    color: #595867;
    margin-top: 15px;
}

.register-modal__action-text a {
    color: #e20913;
}

.register-modal__button {
    border: 0;
    display: inline-block;
    border-radius: 25px;
    padding: 15px 25px;
    background-color: #fcea1c;
    color: #302509;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.register-modal__button:hover {
    background-color: #fdf168;
    color: #050401;
}

.register-modal__success {
    padding: 30px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

@media (max-width: 48em) {
    .register-modal__success {
        padding: 10px;
    }
}

.register-modal__success-type {
    position: absolute;
    top: 30px;
    right: 10px;
    left: 10px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    opacity: .05;
}

.register-modal__success-type_albert {
    background-image: url(/images/albert.png);
}

.register-modal__success-type_media {
    background-image: url(/images/tag-2.png);
}

.register-modal__success-type_wow {
    background-image: url(/images/wow.png);
}

.register-modal__success-type_special {
    background-image: url(/images/special.png);
}

.register-modal__success-type_children {
    background-image: url(/images/children.png);
}

.register-modal__success-title {
    font-size: 24px;
    margin-top: 30px;
}

.register-modal__success-text,
.register-modal__success-title {
    color: #2f2e42;
    font-weight: 100;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.register-modal__success-text {
    font-size: 18px;
    padding: 0 25px;
}

.register-modal__success-footer {
    color: #2f2e42;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.register-modal__success-share {
    margin: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.register-modal__success-share-button {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #fcea1c;
    color: #302509;
    font-size: 30px;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.register-modal__success-share-button:hover {
    background-color: #fdf168;
}

.register-modal__success-items {
    padding: 15px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 48em) {
    .register-modal__success-items {
        padding: 10px;
    }
}

.register-modal__success-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding: 10px;
    color: #2f2e42;
}

.register-modal__success-item:hover {
    background-color: #fcea1d;
}

.albert-modal {
    position: relative;
    z-index: 1001;
}

.albert-modal_open {
    -webkit-animation: fadein .3s linear forwards;
    animation: fadein .3s linear forwards;
}

.albert-modal_closing {
    -webkit-animation: fadeout .3s linear forwards;
    animation: fadeout .3s linear forwards;
}

.albert-modal_closed {
    visibility: hidden;
    opacity: 0;
}

.albert-modal_transparent .albert-modal__box,
.albert-modal_transparent .albert-modal__content {
    background-color: transparent !important;
}

.albert-modal_wide .albert-modal__box {
    max-width: 90% !important;
}

.albert-modal__backdrop {
    background-color: #2f2e42;
    opacity: .8;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.albert-modal__holder {
    position: fixed;
    top: 0;
    right: 10px;
    left: 10px;
    bottom: 0;
    z-index: 1001;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.albert-modal__box {
    margin: 20px auto;
    position: relative;
    z-index: 1;
    max-width: 900px;
    background-color: #fff;
}

.albert-modal__box_success {
    max-width: 400px;
    margin: 50px auto;
}

@media (max-width: 75em) {
    .albert-modal__box {
        min-width: 300px;
    }
}

.albert-modal__content {
    padding: 30px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.albert-modal__close {
    position: absolute;
    color: #8e8daf;
    cursor: pointer;
    z-index: 3;
    font-size: 1em;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #e7e7ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 15px;
    right: 15px;
}

.albert-modal__close:hover {
    background-color: #cac9d9;
}

.albert-modal__header {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

@media (max-width: 48em) {
    .albert-modal__header {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.albert-modal__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 48em) {
    .albert-modal__header-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }
}

.albert-modal__header-title {
    color: #2f2e42;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.albert-modal__body {
    width: 100%;
}

.tags-modal .sweet-title {
    display: none;
}

.tags-modal__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 30px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.tags-modal__tab,
.tags-modal__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tags-modal__tab {
    text-align: center;
    cursor: pointer;
}

@media (max-width: 34em) {
    .tags-modal__tab {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

.tags-modal__tab-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    margin-bottom: 5px;
    padding: 5px;
}

@media (min-width: 62em) {
    .tags-modal__tab-wrapper {
        width: 120px;
    }
}

.tags-modal__tab img {
    height: 20px;
    padding-bottom: 4px;
}

@media (min-width: 62em) {
    .tags-modal__tab img {
        height: 40px;
    }
}

.tags-modal__tab span {
    font-size: .6em;
    display: block;
    color: #8e8daf;
}

@media (min-width: 62em) {
    .tags-modal__tab span {
        font-size: .8em;
    }
}

.tags-modal__tab_active .tags-modal__tab-wrapper {
    background-color: #f6f6f9;
}

.tags-modal__tab_active .tags-modal__tab-wrapper span {
    color: #e94e1b;
}

.tags-modal__tab_hover {
    opacity: .9;
}

.tags-modal .albert-modal__body {
    font-size: 1.2em;
    color: #5d5c75;
    text-align: center;
}

.tags-modal ul {
    padding: 0;
    list-style-position: inside;
    margin-bottom: 20px;
    text-align: left;
    display: inline-block;
    max-width: 600px;
}

.tags-modal ul li {
    font-family: Myriad Pro Regular, sans-serif;
}

/* .tag-rules-modal .albert-modal__box {
  max-width: 500px;
} */

.tag-rules-modal .albert-modal__body {
    font-size: 1.1em;
    color: #5d5c75;
    text-align: center;
}

.tag-rules-modal h2 {
    margin-top: 0;
    color: #5d5c75;
}

.tag-rules-modal img {
    max-width: 100%;
}

.tag-rules-modal ul {
    padding: 0;
    list-style-position: inside;
    margin: 40px 0;
}

.tag-rules-modal ul li {
    font-family: Myriad Pro Regular, sans-serif;
}

.register-modal_big .register-modal__box {
    width: 900px;
}

.register-modal__form-field_half {
    flex-basis: 50% !important;
    padding-right: 25px !important;
}

.radio input[type="radio"] {
    display: none;
}

.radio label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    padding-left: 25px;
    text-transform: uppercase;
}

.radio label:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #ea4d44;
    border-radius: 50%;
    z-index: 1;
}

.radio label:after {
    content: '';
    display: none;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #ea4d44;
    border-radius: 50%;
    z-index: 2;
}

.radio input[type="radio"]:checked+label:after {
    display: block;
}

.register-modal-address {
    padding-top: 10px;
}

#header_menu_popup {
    top: 60px !important;
    left: 10px !important;
}

.header__nav-dropdown {
    min-width: 350px;
    min-height: 200px;
    z-index: 100;
    padding: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50px;
    background-color: #fff;
    color: #2f2e42 !important;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.2);
}

#confirm_city {
    min-height: 100px;
}

#confirm_city .confirm-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

#confirm_city .game-component__btn:nth-child(1) {
    min-width: 148px;
    color: #302509;
    background-color: #fcea1c;
}

#confirm_city .game-component__btn:nth-child(2) {
    min-width: 148px;
    color: #fff;
    background-color: #2f2e42;
}

@media (max-width: 62em) {
    #choose_city.header__nav-dropdown {
        position: fixed;
        width: 94%;
        left: 3%;
        min-width: 0 !important;
        margin: 0 !important;
    }

    #choose_city.header__nav-dropdown:before {
        display: none;
    }
}

.header__nav-dropdown_open {
    -webkit-animation: fadein 0.3s linear forwards;
    animation: fadein 0.3s linear forwards;
}

.header__nav-dropdown_closing {
    /*
  -webkit-animation: fadeout 0.1s linear forwards;
  animation: fadeout 0.1s linear forwards;
*/
}

.header__nav-dropdown_closing .header__nav-dropdown-content,
.header__nav-dropdown_closing .header__nav-dropdown-footer,
.header__nav-dropdown_closing .header__nav-dropdown-item {
    opacity: 0;
}

.header__nav-dropdown_closed {
    display: none;
    /*
  visibility: hidden;
  opacity: 0;
*/
}

.header__nav-dropdown_large {
    min-width: 550px;
}

.header__nav-dropdown_wide {
    min-width: 750px;
}

.header__nav-dropdown_left {
    right: 0;
}

.header__nav-dropdown-close {
    z-index: 1;
    position: absolute;
    right: -35px;
    color: #fff;
    font-size: 18px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
    padding: 10px;
}

.header__nav-dropdown-close:hover {
    opacity: 1;
}

.header__nav-dropdown-error {
    text-align: center;
    color: #f9b115;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.header__nav-dropdown-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 15px;
    font-size: 24px;
    font-weight: 100;
}

@media (max-width: 48em) {
    .header__nav-dropdown-title {
        font-size: 14px;
        font-family: Myriad Pro Bold;
        text-transform: uppercase;
        color: #9290a5;
    }
}

.header__nav-dropdown-title-close {
    color: #cac9d9;
    font-size: 18px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header__nav-dropdown-title-close:hover {
    color: #8e8daf;
}

.header__menu-button-logo img {
    height: 32px;
}

.header__menu-button {
    padding: 0 !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    color: #2f2e42 !important;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__menu-button-text {
    text-align: right;
    font-size: 16px;
    margin-right: 15px;
}

.header__menu-button-text span {
    display: block;
    color: #444360;
    font-size: 14px;
    margin-top: 4px;
}

.header__menu-button-logo {
    margin-right: 10px;
}

.header__menu-button-logo img {
    height: 32px;
}

.header__menu-button-icon {
    color: #fcea1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.header__menu-button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.header__nav-dropdown-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
}

.header__nav-dropdown-content_padding {
    padding: 30px 30px 0;
}

#confirm_city.header__nav-dropdown-content_padding {
    padding: 10px 30px 30px;
}

.header__nav-dropdown-footer {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
}

@media (max-width: 48em) {
    .header__nav-dropdown-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.header__nav-dropdown-footer-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font-size: 16px;
    font-weight: 100;
    color: #71707d;
    margin: 30px 0 30px 30px;
}

@media (max-width: 48em) {
    .header__nav-dropdown-footer-text {
        margin: 15px;
    }
}

@media (min-width: 48em) {
    .header__nav-dropdown-footer-text {
        margin: 30px;
        font-size: 20px;
    }
}

@media (max-width: 48em) {
    .header__nav-dropdown-footer-action {
        margin: 15px;
    }
}

@media (min-width: 48em) {
    .header__nav-dropdown-footer-action {
        margin: 15px 30px;
    }
}

.header__nav-dropdown-footer-button {
    display: inline-block;
    border-radius: 20px;
    border: 0;
    padding: 10px 20px !important;
    background-color: #fcea1c;
    color: #302509 !important;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.header__nav-dropdown-footer-button:hover {
    background-color: #fbe703;
    color: #5b4611 !important;
}

.header__nav-dropdown-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__nav-dropdown-items_half {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.header__nav-dropdown-items_half .header__nav-dropdown-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media (max-width: 48em) {
    .header__nav-dropdown-items_half .header__nav-dropdown-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.header__nav-dropdown-item {
    display: block;
    color: #2f2e42 !important;
    padding: 25px 30px !important;
    font-weight: 200;
    border-bottom: 1px solid #fafafa;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1;
}

.header__nav-dropdown-item:last-child {
    border-bottom: 0;
}

.header__nav-dropdown-item:hover {
    background-color: #fafafa;
    text-decoration: underline;
}

.header__nav-dropdown:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    content: "";
    position: absolute;
    left: 25px;
    width: 0;
    height: 0;
}

.header__nav-dropdown_left:before {
    left: auto;
    right: 25px;
}

.header__nav-city-dropdown {
    margin-right: -30px;
}

@media (max-width: 75em) {
    .header__nav-city-dropdown {
        margin-right: -130px;
    }
}

@media (max-width: 34em) {
    .header__nav-city {
        display: none;
    }
}

.header__nav-city_dropdown {
    color: #2f2e42;
}

@media (min-width: 34.11111em) {
    .header__nav-city_dropdown {
        display: none;
    }
}

@media (max-width: 34em) {
    .header__nav-city_dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #fafafa;
        padding: 15px;
        font-size: .9em;
    }
}

.header__nav-phone {
    text-decoration: none;
}

@media (max-width: 48em) {
    .header__nav-phone {
        margin-right: 0 !important;
    }
}

.header__nav-phone-icon {
    width: 32px;
    height: 32px;
    background-color: #9bc322;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -2px;
}

@media (max-width: 48em) {
    .header__nav-phone-icon {
        display: none;
    }
}

.header__nav-phone-icon_mobile {
    margin-right: 0;
    margin-left: 10px;
    display: none;
}

@media (max-width: 48em) {
    .header__nav-phone-icon_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__nav-locations {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

@media (max-width: 48em) {
    .header__nav-locations {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 15px 0;
    }
}

.header__nav-locations-block {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

@media (max-width: 48em) {
    .header__nav-locations-block {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0;
    }
}

@media (max-width: 40em) {
    .header__nav-locations-block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.header__nav-country {
    margin-top: 15px;
}

.header__nav-country:first-child {
    margin-top: 0;
}

@media (min-width: 48em) {
    .header__nav-locations-block:first-child {
        padding-left: 0;
    }

    .header__nav-locations-block:only-child {
        width: 100%;
    }

    .header__nav-locations-block:last-child {
        padding-right: 0;
    }
}

.header__nav-country-item {
    font-size: 18px;
    font-weight: 100;
    color: #acabc4;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header__nav-country-item:after {
    margin-top: 5px;
    content: " ";
    display: block;
    width: 50%;
    border-bottom: 3px solid #fafafa;
}

.header__nav-country-spacer {
    width: 100%;
    height: 30px;
}

@media (max-width: 48em) {
    .header__nav-country-spacer {
        display: none;
    }
}

.header__nav-location-item {
    cursor: pointer;
    display: block;
    padding: 4px 0;
    color: #2f2e42;
    font-size: 14px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
}

.header__nav-location-item_selected {
    font-weight: 600;
}

@media (max-width: 48em) {
    .header__nav-location-item {
        padding: 15px 30px;
        border-bottom: 1px solid #f9f9f9;
    }

    .header__nav-location-item.header__nav-location-item_selected {
        background-color: #f7f7f7;
    }

    .header__nav-location-item.header__nav-location-item_selected:after {
        content: "\F058";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        color: #e25126;
        float: right;
        margin-left: 10px;
    }
}

.header__nav-location-item:hover {
    opacity: .9;
    text-decoration: underline;
}

#modal-bar {
    width: 500px;
    padding: 30px;
    -webkit-box-shadow: 0 8px 46px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.03);
    box-shadow: 0 8px 46px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

.modal-bar-top {
    margin-bottom: 30px;
}

.modal-bar__name {
    margin-bottom: 5px;
    color: #2f2e42;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-bar__address {
    margin-bottom: 5px;
    color: #8e8daf;
    font-size: 15px;
    font-weight: 200;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-bar__time {
    font-size: 14px;
    color: #8e8daf;
    text-transform: uppercase;
}

.modal-bar__description {
    margin-bottom: 50px;
    color: red;
    font-size: 16px;
    line-height: 20px;
}

.modal-bar__note {
    font-size: 15px;
    color: #5a587e;
}

.modal-bar-gallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.modal-bar__bigimage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    height: 200px;
    margin-right: 10px;
}

.modal-bar__image {
    margin-bottom: 10px;
    height: 95px;
}

.modal-bar__image:last-child {
    margin-bottom: 0;
}

/*==============================INDEX==============================*/
/*---------------------top------------------------*/
.top {
    background: -webkit-gradient(linear, left top, right top, from(#93C11F), to(#00DB3E));
    background: -webkit-linear-gradient(left, #93C11F, #00DB3E);
    background: -o-linear-gradient(left, #93C11F, #00DB3E);
    background: linear-gradient(to right, #93C11F, #00DB3E);
}

.top-body {
    padding: 5px 50px 8px;
    text-align: center;
}

.top-body span {
    display: inline-block;
    margin: 0 20px;
}

.top-body a {
    margin-top: 5px;
    font-size: 12px;
    padding: 5px 45px;
}

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

.top-announcement__title {
    margin-right: 110px;
    font-size: 27px;
    text-transform: uppercase;
    color: #2f2e42;
    background: #FAD3D6;
}

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

.top-announcement-item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    font-size: 27px;
}

.top-announcement-item__date span {
    /*  background: #FAD3D6; */
    margin-right: 3px;
}

.top-announcement-item__name {
    font-size: 27px;
    color: #103754;
}


/*---------------------promo------------------------*/
.promo {
    position: relative;
    padding: 120px 0 150px 0;
    background: url(/images/bg-promo-optimized.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 401;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-body {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1011px) {
    .header_scroll {
        position: fixed;
        background: #201f2d;
    }

    .header_scroll .header-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(center, circle, #b90901, #fb3509);
    background-image: -o-radial-gradient(center, circle, #b90901, #fb3509);
    background-image: radial-gradient(circle at center, #b90901, #fb3509);
    opacity: .7;
}

.header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px;
}

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

.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-menu ul li {
    margin-right: 32px;
}

.header-menu ul li a {
    white-space: nowrap;
    font-size: 18px;
    line-height: 41px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-menu ul li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.header-menu__switcher {
    margin-right: 43px;
    width: 29px;
    height: 41px;
    background-image: url(/images/icon-menu.svg);
    background-size: 29px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header-menu__switcher:hover {
    opacity: 0.8;
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-address {
    position: relative;
    cursor: pointer;
}

.header-address_mobile {
    display: none;
}

.header-address:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 16px;
    height: 23px;
    background-image: url(/images/icon-location.svg);
}

.header-address__city {
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.header-address-yourcity {
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    padding: 35px 30px;
    transition: all 0.5s ease-in;
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.header-address-yourcity:before {
    position: absolute;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    content: "";
    right: 25px;
    width: 0;
    height: 0;
}

.header-address-yourcity-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 50px;
}

.header-address-yourcity__close {
    color: #cac9d9;
}

.header-address-yourcity__title {
    flex-grow: 1;
    padding-right: 15px;
    font-size: 24px;
    font-weight: 100;
}

.header-address-yourcity-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header-address-yourcity__btn {
    text-align: center;
    min-width: 160px !important;
    white-space: nowrap;
}

.header-address-yourcity__btn:first-child {
    border-radius: 20px 0 0 20px;
}

.header-address-yourcity__btn:last-child {
    border-radius: 0 20px 20px 0;
}

.header-address-yourcity__btn.btn2_dark {
    background-color: #4f4d6f;
    color: #fff;
}

.header-address__select {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

.header-mail {
    position: relative;
    line-height: 33px;
    display: inline-block;
    margin-left: 70px;
    font-size: 18px;
    color: #fff;
    /*  border-bottom: 1px solid #fff; */
}

.header-mail:hover {
    border-color: transparent;
}

.header-mail:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
    width: 21px;
    height: 14px;
    background-image: url(/images/icon-mail.svg);
    background-size: 21px 14px;
}

.header-phone {
    margin-left: 80px;
    padding-left: 40px;
}

a.header-phone__number {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    font-size: 18px;
    color: #fff;
}

a.header-phone__number span {
    content: '';
    position: absolute;
    left: -40px;
    width: 32px;
    height: 32px;
    background-color: #9bc322;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -2px;
    font-size: 16px;
}

.header-phone__text {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

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

.promo-leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
    margin: 0 200px 0 100px;
}

.promo-leftside img {
    max-width: 100%;
}

.promo-rightside {
    text-align: center;
    padding: 120px 0 0;
}

.promo-content {
    position: relative;
}

.promo-content__btn.yt {
    padding-right: 60px;
    background-image: url('/images/icon_youtube.png');
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: center right 15px;
}

.promo-content__link {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
}

.promo-content__title {
    text-align: left;
    font-family: 'Code-Pro-Black-LC';
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
}

.promo-content__title span {
    display: block;
    padding-left: 70px;
    font-size: 100px;
}

.promo-content__text {
    margin-bottom: 60px;
    padding-left: 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.header-menu li a.active {
    font-weight: 700;
}

.header-menu .header-address {
    border-bottom: 1px solid #fafafa;
}

.header-menu .header-address .header-address__city {
    text-transform: uppercase;
}

/*------------------games--------------------*/
.games {
    background-color: #3a3851;
}

.games-list {
    position: relative;
    background: #2f2e42;
    z-index: 2;
}

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

.games-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 20px 5px;
    text-align: center;
    min-width: 90px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.games-item:hover {
    background-color: #333248;
}

.games-item:hover .games-item__image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.games-item.active {
    background: #3a3851;
}

.games-item img {
    height: 60px;
}

.games-item_all {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.games-item_all .games-item__image {
    margin: 0;
}

.games-item_all img {
    height: 100px;
}

.games-item__image {
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.games-item__title {
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
}

.games-item__more {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    right: 0;
    bottom: -8px;
    width: 100px;
    text-align: center;
    display: inline-block;
    padding: 7px 15px;
    font-size: .6em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    background-color: #acabc4;
    color: #000;
    opacity: .8;
    border-radius: 15px;
}

.games-item__more:hover {
    opacity: 1;
}

.games-item_red .games-item__more {
    background-color: #e20913;
    color: #fff;
}

.games-item_green .games-item__more {
    background-color: #00db3e;
}

.games-item_orange .games-item__more {
    background-color: #f9b115;
}

.games-item_blue .games-item__more {
    background-color: #00f5e4;
}

.games-game {
    background: #fff;
    padding: 30px 0;
}

.game-component {
    display: grid;
    grid-template-columns: 6fr 6fr;
    font-family: 'MyriadPro';

}

.game-component-map2 {
    position: relative;
    display: block;
}
.game-component-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 40px 30px 35px;
}

.game-component.ingame .game-component-content {
    padding: 0 20px 35px 0;
}

.game-component-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 680px;
    flex: 0 0 680px;
}

.game-component-map #mainpage_games_map {
    height: 450px;
}

.game-component-content-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
}

.game-component__logo {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: .05;
    z-index: -1;
}

.game-component__logo img {
    max-width: 100%;
}

.game-component-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.game-component__title {
    margin: 0 25px 0 0;
    text-transform: uppercase;
    color: #2f2e42;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.game-component__status {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 0 0 20px;
}

.game-component__status img {
    height: 15px;
    margin-right: 8px;
}

.game-component__status .ic {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(/images/reg_types.png);
    background-size: auto 15px;
    margin: 0 10px 0;
    backround-repeat: no-repeat;
}

.game-component__status.avail {
    color: #e74f25;
}

.game-component__status.avail .ic {
    background-position: -40px 0;
}

.game-component__status.not_avail {
    color: #7b7a92;
}

.game-component__status.not_avail .ic {
    background-position: -20px 0;
}

.game-component__status.reserve {
    color: #92c03e;
}

.game-component__status.reserve .ic {
    background-position: 0 0;
}

.game-component__text {
    /* transition: height 0.5s ease; */
}

.game-component__text {
    margin-bottom: 20px;
    font-size: 18px;
    color: #444360;
}

.game-component__addons {
    margin-bottom: 20px;
    min-height: 35px;
}

.game-component__addon {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid #2f2e42;
    color: #2f2e42;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    max-height: 38px;
}

.game-component__addon a {
    display: inline-block;
    margin: -10px -10px -10px 10px;
    padding: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}

.game-component__addon_afterparty {
    color: #e20913;
    border-color: #e20913;
}

.game-component__addon_afterparty a {
    background-color: #e20913;
    min-height: 35px;
    color: #fff;
}

.game-component__addon_bonus {
    color: #00a830;
    border-color: #00a830;
    max-height: 100%;
}

.game-component-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.game-component-tag {
    position: relative;
    margin-right: 25px;
    color: #4f4d6f;
    white-space: nowrap;
}

.game-component-tag__title {
    white-space: initial;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    max-width: 320px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.game-component-tag__text {
    font-size: 16px;
}

.game-component-tag__btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 5px;
    border-radius: 20px;
    border: 2px solid #716f9a;
    color: #716f9a;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 6px;
    text-decoration: none;
    white-space: nowrap;
}

.game-component-tag__btn_bar {
    background-color: #fcea1c;
    border-color: #fcea1c;
    color: #302509;
}

.game-component-footer {
    justify-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game-component-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.game-component-no-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.game-component__btn {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    font-size: 1em;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    border: 0;
}

.game-component-no-buttons span {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    font-size: 1em;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
    border: 0;
    background-color: #2f2e42;
    border-radius: 25px;
    min-width: 276px;
}

.game-component__btn:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.game-component__btn:nth-child(2) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.game-component__btn_register {
    min-width: 148px;
    color: #302509;
    background-color: #fcea1c;
}

.game-component__btn_register:hover {
    background-color: #fdf168;
}

.game-component__btn_noteam {
    color: #fff;
    background-color: #2f2e42;
}

.game-component__btn_noteam:hover {
    background-color: #4f4d6f;
}

.game-component__link {
    margin: 5px 0;
    display: inline-block;
    border-radius: 3px;
    padding: 10px 10px;
    background-color: #fcea1c;
    color: #302509;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
}

.game-component__link:hover {
    background-color: #fdf168;
    color: #050401;
}

.game-component__link_rules,
.game-component__link_share {
    background-color: #f0f0f0;
    color: #5a587e;
}

.game-component__link_share {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-component__share-text {
    margin: 5px 0 5px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: .8em;
    color: #e53018;
    font-weight: 700;
    height: 40px;
}

.game-component__share-text i {
    margin-right: 10px;
    font-size: 1.2em;
    color: #e53018;
}

.game-component__map-ribbon {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: -10px;
    color: white;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    margin-bottom: 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -5px -5px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) -5px -5px 20px;
    padding: 10px 20px;
    background: -webkit-linear-gradient(45deg, #2f2e42, #4d4c5d);
    background: -o-linear-gradient(45deg, #2f2e42, #4d4c5d);
    background: linear-gradient(45deg, #2f2e42, #4d4c5d);
}

.games-tickets {
    position: relative;
    padding: 40px 0px 0;
    height: 195px;
    background-color: #3a3851;
    z-index: 1;
}

.games-tickets-body {
    position: relative;
    padding-right: 80px;
}

.games-tickets-slide .descr {
    display: none;
}

.games-tickets__schedule i {
    display: none;
}

.games-tickets__schedule {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 144px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 600;
    color: #302509;
    background-color: #fcea1c;
    font-size: 12px;
}

.games-tickets__schedule:hover {
    background-color: #fdf381;
}

.games-tickets-carousel .slick-list {
    padding-bottom: 25px;
}

.games-tickets-carousel .slick-arrow {
    top: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.games-tickets-carousel .slick-prev {
    left: -40px;
}

.games-tickets-carousel .slick-next {
    right: -23px;
}

.games__tickets-ticket {
    min-width: 300px;
    height: 144px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    max-width: 300px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.games__tickets-ticket-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.games__tickets-ticket-aside {
    color: white;
    position: relative;
    width: 40px;
    height: 144px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.games__tickets-ticket-aside-wave,
.games__tickets-ticket-aside-wave svg {
    position: absolute;
    right: 0px;
    height: 100%;
}

.games__tickets-ticket-aside span {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    text-decoration: underline;
}

.games__tickets-ticket-aside span[data-reg_type='invite'] {
    line-height: 18px;
    ;
}

.games__tickets-ticket-aside-wave,
.games__tickets-ticket-aside-wave svg {
    position: absolute;
    right: 0px;
    height: 100%;
}

.games__tickets-ticket-content::after {
    display: block;
    content: " ";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-image: -webkit-linear-gradient(white 70%, rgba(255, 255, 255, 0) 0px);
    background-image: -o-linear-gradient(white 70%, rgba(255, 255, 255, 0) 0px);
    background-image: linear-gradient(white 70%, rgba(255, 255, 255, 0) 0px);
    background-size: 3px 25px;
    margin-right: 3px;
    background-position: 100% 0px;
    background-repeat: repeat-y;
}

.games__tickets-ticket-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.games__tickets-ticket-header-content {
    padding: 15px 5px 0px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.games__tickets-ticket-header-image {
    padding: 10px 15px 0px;
}

.games__tickets-ticket-header-image img {
    height: 35px;
}

.games__tickets-ticket-title {
    color: white;
    font-size: 1.35em;
    font-weight: 400;
    text-align: left;
    max-width: 170px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 40px;
    line-height: 0.9em;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*  overflow: hidden; */
    white-space: nowrap;
    overflow: initial;
}

.games__tickets-ticket-place {
    color: white;
    opacity: 0.8;
    font-size: 1.1em;
    font-weight: 200;
    text-align: left;
    max-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.games__tickets-ticket-header-content.mini .games__tickets-ticket-title {
    font-size: 1em;
}

.games__tickets-ticket-header-content.mini .games__tickets-ticket-place {
    font-size: 1em;
}


.games__tickets-ticket-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    margin: 15px;
}

.games__tickets-ticket-date {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    color: white;
    font-size: 1em;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    border-right: 2px solid rgba(255, 255, 255, 0.8);
}

.games__tickets-ticket-date span.wday {
    display: block;
    font-weight: 200;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.games__tickets-ticket-time {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 1.2em;
    font-weight: 100;
}

.games__tickets-ticket_red .games__tickets-ticket-content {
    background-image: -webkit-gradient(linear, left top, right top, from(#e20913), to(#e94e1b));
    background-image: -webkit-linear-gradient(left, #e20913, #e94e1b);
    background-image: -o-linear-gradient(left, #e20913, #e94e1b);
    background-image: linear-gradient(90deg, #e20913, #e94e1b);
}

.games__tickets-ticket_red .games__tickets-ticket-aside-wave svg path {
    fill: #e94e1b;
}

.games__tickets-ticket:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.games__tickets-ticket_selected {
    opacity: 1;
    height: 164px;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.games__tickets-ticket_selected .games__tickets-ticket-content {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 30px 5px 20px 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 30px 5px 20px 7px;
}

.games__tickets-ticket_selected .games__tickets-ticket-aside-wave svg path {
    fill: white !important;
}

.games__tickets-ticket_selected .games__tickets-ticket-aside-wave svg {
    height: 164px;
}

.games__tickets-ticket_selected .games__tickets-ticket-aside::after {
    bottom: -15px;
    content: "";
    position: absolute;
    left: 45%;
    margin-left: -17px;
    width: 0px;
    height: 0px;
    border-top: 15px solid white;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.games__tickets-ticket_selected.games__tickets-ticket_red .games__tickets-ticket-aside {
    color: #e94e1b !important;
}

.games__tickets-ticket_selected .games__tickets-ticket-aside {
    height: 164px;
}

.games__tickets-ticket_green .games__tickets-ticket-content {
    background-image: -webkit-gradient(linear, left top, right top, from(#007521), to(#00a830));
    background-image: -webkit-linear-gradient(left, #007521, #00a830);
    background-image: -o-linear-gradient(left, #007521, #00a830);
    background-image: linear-gradient(90deg, #007521, #00a830);
}

.games__tickets-ticket_green .games__tickets-ticket-aside-wave svg path {
    fill: #00a830;
}

.games__tickets-ticket_selected.games__tickets-ticket_green .games__tickets-ticket-aside {
    color: #0fff53 !important;
}

.games__tickets-ticket_selected.games__tickets-ticket_orange .games__tickets-ticket-aside {
    color: #fab92e !important;
}

.games__tickets-ticket_orange .games__tickets-ticket-content {
    background-image: -webkit-gradient(linear, left top, right top, from(#d69405), to(#eea506));
    background-image: -webkit-linear-gradient(left, #d69405, #eea506);
    background-image: -o-linear-gradient(left, #d69405, #eea506);
    background-image: linear-gradient(90deg, #d69405, #eea506);
}

.games__tickets-ticket_orange .games__tickets-ticket-aside-wave svg path {
    fill: #eea506;
}

.games__tickets-ticket_cyan .games__tickets-ticket-content {
    background-image: -webkit-gradient(linear, left top, right top, from(#008f85), to(#00c2b5));
    background-image: -webkit-linear-gradient(left, #008f85, #00c2b5);
    background-image: -o-linear-gradient(left, #008f85, #00c2b5);
    background-image: linear-gradient(90deg, #008f85, #00c2b5);
}

.games__tickets-ticket_cyan .games__tickets-ticket-aside-wave svg path {
    fill: #00c2b5;
}

.games__tickets-ticket_selected.games__tickets-ticket_cyan .games__tickets-ticket-aside {
    color: #00b3b3 !important;
}

/*---------------------games-category------------------------*/
.games-category-tags-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
}

.games-category-tag {
    position: relative;
    padding: 20px 10px 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
}

.games-category-tag.active {
    background: #3a3851;
}

.games-category-tag__logo {
    margin: 0 auto;
    height: 75px;
    width: 65px;
}

.games-category-tag.all .games-category-tag__logo {
    width: 100px;
}


.games-category-tag__logo img {
    max-width: 100%;
}

.games-category-tag__title {
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #fff;
}

.games-category-tag__btn {
    position: absolute;
    display: inline-block;
    left: 50%;
    height: 25px;
    padding: 0 15px;
    line-height: 25px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    border-radius: 13px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.btn_red {
    background-color: #be101c;
    color: #fff;
}

.btn_orange {
    background-color: #ff4510;
    color: #fff;
}

.btn_green {
    background-color: #09b83f;
}

.btn_aqua {
    background-color: #09cdc4;
}

.games-category-body {
    position: relative;
    padding: 60px 0 40px 0;
    background: #3a3851;
}

.games-place-row {
    min-height: 310px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    z-index: 1;
}

.games-place-row:before,
.games-place-row:after {
    content: '';
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.games-place-row:before {
    bottom: 10px;
    left: -50px;
    width: 308px;
    height: 269px;
    background-image: url(/images/games-category-shape1.png);
}

.games-place-row:after {
    top: -60px;
    right: -90px;
    width: 326px;
    height: 258px;
    background-image: url(/images/games-category-shape2.png);
}

.games-place-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    max-width: 33.333%;
    padding: 0 20px;
    margin-bottom: 40px;
    display: none;
}

.games-place-item {
    text-align: center;
}

.games-place-item_red .games-place-item__image {
    border-color: #ff480f;
}

.games-place-item_red .games-place-item__number {
    color: #ff480f;
}

.games-place-item_red .games-place-item__title {
    background: #ff480f;
}

.games-place-item_yellow .games-place-item__image {
    border-color: #fcea1c;
}

.games-place-item_yellow .games-place-item__number {
    color: #fcea1c;
}

.games-place-item_yellow .games-place-item__title {
    background: #fcea1c;
    color: #2f2e42;
}

.games-place-item_green .games-place-item__image {
    border-color: #94c11f;
}

.games-place-item_green .games-place-item__number {
    color: #94c11f;
}

.games-place-item_green .games-place-item__title {
    background: #94c11f;
}

.games-place-item__image {
    margin-bottom: 15px;
    height: 185px;
    border: 6px solid #94c11f;
    -webkit-box-shadow: 9.9px 9.9px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 9.9px 9.9px 10px rgba(0, 0, 0, 0.14);
}

.games-place-item__number {
    font-family: 'Code-Pro-Black-LC';
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 36px;
    color: #94c11f;
}

.games-place-item__title {
    display: inline-block;
    padding: 3px 10px;
    font-family: 'MyriadPro';
    text-transform: uppercase;
    font-size: 18px;
    background-color: #94c11f;
    color: #fff;
}

/*------------------about--------------------*/
.about {
    position: relative;
    background-color: #2f2e42;
    padding: 50px 0 40px;
    z-index: 0;
}

.about__title {
    text-align: center;
    font-size: 2.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 30px;
    font-family: 'Code-Pro-Black-LC';
}

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

.about__logo:before {
    content: " ";
    height: 4px;
    background-color: #e20913;
    width: 100%;
    margin-bottom: 20px;
}

.about__logo:after {
    content: " ";
    height: 4px;
    background-color: #e20913;
    width: 100%;
    margin-bottom: 20px;
}

.about__logo img {
    height: 35px;
    margin: 0 30px;
}

.about.ingame {
    background: none;
}

.about.ingame .about__logo img {
    height: 80px;
}

.about.ingame .about__logo:before,
.about.ingame .about__logo:after {
    margin-bottom: 0;
}

.about.ingame .about__title span {
    font-size: 28px;
}

.about__items {
    margin: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    text-align: center;
}

.about__item {
    display: inline;
}

.about__item-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about__item-value {
    font-family: 'Code-Pro-Black-LC';
    color: #fff;
    font-size: 3.3em;
    margin-right: 15px;
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    min-width: 70px;
    padding: 10px 10px 0;
    text-align: right;
    white-space: nowrap;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.about__item-text {
    font-family: 'MyriadPro';
    color: #eaeaef;
    font-size: 1.25em;
    text-align: left;
    text-transform: uppercase;
}

.about__item-text span {
    display: block;
}

.about__item:first-child .about__item-value {
    background-image: url(/images/about-1.png);
}

.about__item:nth-child(2) .about__item-value {
    background-image: url(/images/about-2.png);
}

.about__item:nth-child(3) .about__item-value {
    background-image: url(/images/about-3.png);
}

.about__item:nth-child(4) .about__item-value {
    background-image: url(/images/about-4.png);
}

.about__item:nth-child(5) .about__item-value {
    background-image: url(/images/about-5.png);
}

.about__text {
    text-align: center;
    padding: 35px 0;
    color: #eaeaf3;
    font-family: 'MyriadPro';
    font-size: 1.3em;
}

.about__text_block {
    padding-bottom: 15px;
}

.about__text-container {
    display: inline-block;
    max-width: 800px;
}

.about.ingame .about__text {
    text-align: justify;
    padding: 35px 20px;
    margin-bottom: 25px;
    transition: height 1s;
    overflow: hidden;
}

.about.ingame .about__text.limited {
    max-height: 300px;
}

/*------------------infographics--------------------*/
.infographics {
    position: relative;
    padding: 100px 0;
    background-color: #2f2e42;
    z-index: 3;
}

.infographics:before {
    content: " ";
    display: block;
    position: absolute;
    top: -80px;
    width: 100%;
    height: 80px;
    /*  background-color: #2f2f42; */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.infographics.ingame:before {
    display: none;
}

.infographics.ingame {
    padding-top: 10px;
    padding-bottom: 0;
}

.infographics .center-wrapper {
    z-index: 5;
}

.infographics__background {
    top: 0;
    position: absolute;
    width: 100%;
    height: 1000px;
    z-index: 3;
}

.infographics__background:before {
    display: block;
    content: " ";
    position: absolute;
    right: -170px;
    top: -140px;
    height: 380px;
    width: 380px;
    background-image: url(/images/particles-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.infographics__background:after {
    display: block;
    content: " ";
    position: absolute;
    left: -80px;
    bottom: 110px;
    height: 380px;
    width: 380px;
    background-image: url(/images/particles-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.infographics.ingame .infographics__background {
    height: 100%;
}

.infographics.ingame .infographics__background:after {
    bottom: -260px;
    opacity: 0.5;
}

.infographics-slider .slick-prev {
    left: -45px;
}

.infographics-slider .slick-next {
    right: -45px;
}

.infographics-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -25px 50px;
}

.infographics.ingame .infographics-row {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.infographics-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 25px;
}

.infographics-slider__item {
    height: 430px;
}

.infographics-thumbs__item {
    width: 33.333%;
    height: 125px;
    cursor: pointer;
}

.info-graphics__items {
    position: relative;
    z-index: 1;
}

.info-graphics__item_secondary .info-graphics__item-title {
    text-align: left;
}

.infographics-block-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.infographics-block-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}

.info-graphics__item {
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 0;
}

.info-graphics__item-wrapper {
    max-width: 250px;
}

.info-graphics__item-line {
    position: absolute;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.info-graphics__item-line_first {
    background-image: url(/images/line-1.png);
    top: 30px;
    right: -80px;
    width: 150px;
    height: 150px;
}

.info-graphics__item-title {
    font-size: 1.25em;
    font-weight: 100;
    color: #e6e6e6;
    text-align: right;
    max-width: 200px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.info-graphics__item-image {
    position: relative;
    padding: 25px;
    text-align: right;
    opacity: .6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.info-graphics__item-image img {
    height: 110px;
}

.info-graphics__item:hover {
    cursor: pointer;
    background-image: -webkit-radial-gradient(circle closest-side, #3a3851 0, transparent 100%);
    background-image: -o-radial-gradient(circle closest-side, #3a3851 0, transparent 100%);
    background-image: radial-gradient(circle closest-side, #3a3851 0, transparent 100%);
}

.info-graphics__item:hover .info-graphics__item-title {
    opacity: 1 !important;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.info-graphics__item:hover .info-graphics__item-image {
    opacity: 1 !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.info-graphics__item-line_second {
    background-image: url(/images/line-2.png);
    top: -120px;
    left: 170px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.info-graphics__item-line_third {
    background-image: url(/images/line-3.png);
    bottom: 90px;
    right: -60px;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

.infographics-slider-wrapper {
    position: relative;
    padding: 0 50px;
}

.infographics.ingame .infographics-slider-wrapper {
    margin-top: 60px;
}

.infographics-slider-wrapper:before {
    content: " ";
    height: 150px;
    width: 150px;
    position: absolute;
    top: -60px;
    left: -50px;
    background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(/images/media-photo.png);
}

.info-graphics__text-container {
    display: inline-block;
    max-width: 1000px;
}

.info-graphics__text-container p {
    margin-bottom: 20px;
}

.info-graphics__text-accent {
    font-family: 'MyriadPro';
    font-weight: 700;
    color: #f9b115;
}

.info-graphics__button {
    position: relative;
    z-index: 1;
    margin-top: 0;
    height: 150px;
    background-image: url(/images/clouds-bg.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-graphics__button a {
    display: inline-block;
    border-radius: 20px;
    border: 0;
    padding: 10px 20px;
    background-color: #fcea1c;
    color: #302509;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
}

.info-graphics__button a:hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    background-color: #fbe703;
    color: #5b4611;
}

.info-graphics__text {
    text-align: center;
    padding: 35px 0 0;
    color: #c7c7de;
    font-family: 'MyriadPro';
    font-size: 1.1em;
}

/*------------------video--------------------*/
.video {
    position: relative;
    background-color: #2f2e42;
    padding-bottom: 80px;
    overflow: hidden;
}

.video.ingame {
    padding-bottom: 0;
}

.video__wrapper {
    position: relative;
    min-height: 300px;
    padding: 50px;
}

.video__container {
    text-align: center;
}

.video__container:before {
    content: " ";
    background-image: url(/images/media-video.png);
    height: 150px;
    width: 150px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.video__container-iframe {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.video__container-iframe:before,
.video__container-iframe:after {
    content: " ";
    background-image: url(/images/shot.png);
    position: absolute;
    background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.video__container-iframe:before {
    height: 100px;
    width: 100px;
    top: -25px;
    left: -25px;
}

.video__container-iframe:after {
    height: 200px;
    width: 200px;
    bottom: -50px;
    right: -50px;
}

.video__container-iframe iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 350px;
    margin: 10px;
}

/*------------------team-building--------------------*/
.team-building {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.team-building__top-shadow {
    position: absolute;
    width: 100%;
    height: 100px;
    top: -100px;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}

.team-building__shadow {
    height: 80px;
}

.team-building__shadow:before {
    display: block;
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    left: 0;
    bottom: 80px;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.team-building__shadow:after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    content: " ";
    height: 80px;
    background-color: #2f2f42;
    z-index: 0;
}

.team-building__container {
    position: relative;
    height: 400px;
    padding: 0 50px;
}

.team-building__character {
    position: absolute;
    height: 400px;
    width: 100%;
    background-image: url(/images/b2b-image.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -45px;
    z-index: 5;
}

.team-building__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 10;
}

.team-building__empty {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
}

.team-building__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    position: relative;
    height: 100%;
}

.team-building__content:before {
    display: block;
    content: " ";
    position: absolute;
    left: -50px;
    top: 80px;
    height: 40px;
    width: 40px;
    background-image: url(/images/b2b-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.team-building__content-title {
    margin-bottom: 15px;
    color: #2f2f42;
    font-size: 1.8em;
    font-weight: 100;
    text-transform: uppercase;
}

.team-building__content-title span {
    display: block;
}

.team-building__content-title span:first-child {
    font-family: 'MyriadPro';
    padding-left: 30px;
}

.team-building__content-title span:nth-child(2),
.team-building__content-title span:nth-child(3) {
    font-family: 'Code-Pro-Black-LC';
    text-transform: uppercase;
}

.team-building__content-title span:nth-child(3) {
    padding-left: 60px;
}

.team-building__aside-text {
    color: #2f2f42;
    font-size: 1.4em;
    font-weight: 100;
    text-transform: uppercase;
    padding-right: 50px;
    font-family: 'MyriadPro';
}

.team-building__aside-text span {
    display: block;
    margin-bottom: 5px;
}

.team-building__aside-text span:nth-child(2) {
    padding-left: 40px;
}

.team-building__aside-text span:nth-child(3) {
    padding-left: 30px;
}

.team-building__aside-arrow {
    height: 140px;
    width: 140px;
    background-image: url(/images/b2b-arrow-red.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.team-building__aside {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
}

.team-building__aside:hover .team-building__aside-arrow {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.team-building__aside:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    height: 120px;
    width: 120px;
    margin-top: -60px;
    background-image: url(/images/b2b-arrows.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

/*---------------------schedule------------------------*/
.schedule {
    position: relative;
    padding: 80px 0;
    text-align: center;
    background: url(/images/bg-schedule.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.schedule:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/images/bg-schedule-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.schedule__title {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
}

.schedule__btn {
    display: inline-block;
    border-radius: 100px;
    padding: 15px 100px;
    color: #2f2e42;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.schedule__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
}

/*---------------------quest------------------------*/
.quest {
    position: relative;
    padding-bottom: 50px;
    min-height: 570px;
    background-color: #2f2e42;
    overflow: hidden;
}

.quest__wrapper {
    position: relative;
    padding: 30px 50px 0;
}

.quest__wrapper:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 250px;
    background-image: url(/images/quest-bg-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.quest__wrapper:after {
    display: block;
    content: " ";
    position: absolute;
    right: 0;
    top: 20px;
    height: 400px;
    width: 200px;
    background-image: url(/images/quest-bg-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.quest__wrapper-content {
    position: relative;
    padding: 50px 0 0;
    margin: 0 150px;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.quest__questions {
    position: relative;
}

.quest__title {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Code-Pro-Black-LC';
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5em;
    color: #fff;
    padding: 0 75px;
}

.quest__title span {
    display: block;
}

.quest__tags-tag {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 15px;
    opacity: .4;
}

.quest__tags-tag img {
    height: 60px;
}

.quest__tags-tag:hover,
.quest__tags-tag_active {
    opacity: 1;
}

.quest__tags-tag:first-child {
    margin-bottom: 5px;
}

.quest__tags-tag:nth-child(2) {
    margin-left: 20px;
}

.quest__tags-tag:nth-child(3) {
    margin-left: 30px;
}

.quest__tags-tag:nth-child(4) {
    margin-left: 15px;
}

.quest__question-wrapper {
    transition: transform cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.25s;
    margin: 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quest__question {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.quest__question:before {
    display: block;
    content: " ";
    position: absolute;
    top: -20px;
    right: -40px;
    height: 570px;
    width: 570px;
    background-image: url(/images/quest-photo-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.quest__question-type {
    display: none;
    position: absolute;
    top: -45px;
    right: 85px;
    z-index: 2;
}

.quest__question-type img {
    height: 80px;
}

.quest__question-aside {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    z-index: 1;
}

.quest__question-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    min-height: 250px;
    margin-right: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quest__tags {
    display: none;
    position: absolute;
    top: 40px;
    right: -80px;
    z-index: 2;
}

.quest__tags_aside {
    display: block;
}

.quest__tags_aside {
    display: block;
}

.quest__tags-tag {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 15px;
    opacity: .4;
}

.quest__tags-tag img {
    height: 60px;
}

.quest__tags-tag:first-child {
    margin-bottom: 5px;
}

.quest__tags-tag:nth-child(2) {
    margin-left: 20px;
}

.quest__tags-tag:nth-child(3) {
    margin-left: 30px;
}

.quest__tags-tag:nth-child(4) {
    margin-left: 15px;
}

.quest__question-aside-block {
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.quest__question-image_clickable {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.quest__question-image {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 100%;
    background-color: #2f2e42;
    width: 100%;
    height: 100%;
}

.quest__question-image-fullscreen {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 25px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    font-size: 10px;
    color: #2f2e42;
    border: 0;
}

.quest__question-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    min-height: 250px;
    margin-right: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quest__question-content-wrapper {
    margin-top: 60px;
    padding: 20px 30px;
    background-color: #fff;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quest__question-actions {
    margin: 20px 0;
}

.quest__question-actions-next,
.quest__question-actions-prev {
    font-family: 'MyriadPro';
    border: 0;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    opacity: 0.8;
}

.quest__question-actions-next:hover,
.quest__question-actions-prev:hover {
    opacity: 1;
}

.quest__question-actions-next {
    margin-left: 10px;
}

.quest__question-text {
    font-family: 'MyriadPro';
    color: #2f2e42;
    font-size: .8em;
    font-weight: 100;
    margin-bottom: 20px;
}

.quest__question-description {
    font-family: 'MyriadPro';
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    color: #3a3851;
    font-size: 1em;
    font-weight: 200;
    margin-bottom: 15px;
    margin-right: 180px;
}

.quest__question-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 350px;
    min-height: 20px;
}

.quest__question-buttons a {
    padding: 0;
    display: inline-block;
    font-family: 'MyriadPro';
    border: 0;
    color: #f9b115;
    font-size: 1em;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    margin-right: 10px;
    font-weight: 600;
    background-color: #fff;
}

.quest__question-answer {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    color: #4d4c4c;
    display: inline-block;
    display: none;
}

.quest__tags-tag:hover,
.quest__tags-tag_active {
    opacity: 1;
}

.quest__question-image {
    display: block !important;
}

.page-top {
    padding: 130px 0 100px 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}

.page-top .btn {
    position: absolute;
    right: 5%;
    bottom: 20px;
}

.page-top .whatis {
    min-width: 380px;
    position: absolute;
    bottom: -60px;
    text-align: left;
    right: 20px;
    line-height: 1.2;
    font-family: 'Code-Pro-Black-LC';
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    display: block;
    padding-right: 74px;
}

.page-top .btn_whatis {
    right: 0;
    bottom: -103px;
}

.page-top .whatis span {
    display: block;
    clear: both;
    font-size: 28px;
    position: relative;
    z-index: 2;
}

.page-top .whatis img {
    position: absolute;
    right: 0;
    top: -77px;
    z-index: 1;

}

/*---------------------breadcrumbs------------------------*/
.breadcrumbs {
    padding: 20px 0 15px 0;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'MyriadPro';
}

.breadcrumbs-list li {
    position: relative;
    margin: 0 30px 10px 0;
    font-size: 18px;
    color: #fff;
}

.breadcrumbs-list li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -18px;
    width: 5px;
    height: 9px;
    background-image: url(/images/icon-breadcrumb-arrow.png);
}

.breadcrumbs-list li:last-child:after {
    display: none;
}

.breadcrumbs-list li:last-child a {
    font-weight: normal;
    color: #c7c7de;
}

.breadcrumbs-list li a {
    color: #fff;
    font-weight: 700;
}


/*---------------------footer------------------------*/
.footer {
    padding: 60px 0 0;
    background: #2F2E42;
    border-top: 5px solid #E52016;
}

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

.footer-column:first-child,
.footer-column:last-child {
    width: 50%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.footer-menu ul {
    margin-right: 50px;
}

.footer-menu ul:last-child {
    margin-right: 0;
}

.footer-menu ul li {
    margin-bottom: 20px;
}

.footer-menu ul li a {
    font-size: 18px;
    color: #fff;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-agreement {
    padding: 5px 40px;
    white-space: nowrap;
    font-size: 12px;
    color: #6c6b82;
    border: 1px solid #6c6b82;
    border-radius: 25px;
}

.footer-agreement:hover {
    background: #6c6b82;
    color: #2F2E42;
}

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

.footer-logo img {
    max-width: 100%;
}

.footer-logo-leftside {
    margin-right: 15px;
}

.footer-logo__image {
    display: inline-block;
    width: 120px;
}

.footer-logo__sitename {
    display: block;
    width: 160px;
}

.footer-logo__hashtag {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    font-size: 1em;
    font-weight: 100;
    text-transform: uppercase;
    color: #5a587e;
}

.footer-contacts {
    text-align: right;
}

.footer-contacts-block {
    margin-bottom: 15px;
}

a.footer-phone__number {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #fff;
}

.footer-phone__text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-mail {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.footer-mail i {
    margin-right: 5px;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-social__btn {
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #E30F14;
    border-radius: 50%;
    border: 1px solid #e20913;
    color: #fff;
}

.header__switcher {
    display: none;
}

.header-phone_mobile {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    z-index: 100;
}

.games-tickets-carousel {
    display: none;
}

.game-component-tag__showmap {
    display: none;
    vertical-align: top;
    position: relative;
    margin-left: 5px;
    border-radius: 20px;
    border: 2px solid #716f9a;
    color: #716f9a;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 6px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.game-component-tag__showmap.active {
    background: #716f9a;
    color: #fff;
}

/*---------------------breadcrumbs------------------------*/
.breadcrumbs {
    padding: 20px 0 15px 0;
}

.breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'MyriadPro';
}

.breadcrumbs-list li {
    position: relative;
    margin: 0 30px 10px 0;
    font-size: 18px;
    color: #fff;
}

.breadcrumbs-list li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -18px;
    width: 5px;
    height: 9px;
    background-image: url(/images/icon-breadcrumb-arrow.png);
}

.breadcrumbs-list li:last-child:after {
    display: none;
}

.breadcrumbs-list li:last-child a {
    font-weight: normal;
    color: #c7c7de;
}

.breadcrumbs-list li a {
    color: #fff;
    font-weight: 700;
}

.game-component .clear {
    display: none;
}

.game-benefits {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.game-benefits {
    background: #2F2E42;
    padding-top: 50px;
}

.game-benefits-item {
    flex: 1 1 50%;
    max-width: 25%;
    margin-bottom: 50px;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.game-benefits-item__image {
    margin: 0 auto 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.game-benefits-item__image span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 250px;
}

.game-benefits-item__image img {
    max-width: 100%;
}

.game-benefits-item__title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.game-benefits-item:hover:before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0px 0px 120px 20px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 120px 20px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 120px 20px rgba(255, 255, 255, 0.5);
}

.game-benefits-item:hover .game-benefits-item__title {
    transform: translateY(-10px);
}

.game-benefits-item:hover .game-benefits-item__image {
    transform: scale(1.05);
}

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

.game-show__link:hover span {
    border-color: transparent;
}

.game-show__link {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    position: absolute;
    text-transform: uppercase;
    color: #6C6B82;
    background-image: url(/images/icon-show-arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 67px 16px;
    background-size: 67px 16px;
    background-position: 50% bottom;
}

.game-show__link.gamepage {
    transform: translateX(-50%);
}

.game-show__link span {
    display: inline-block;
    border-bottom: 2px solid #6C6B82;
}

.game-show__link.game-hide {
    background: none;
}

.game-show__link.game-hide:after {
    display: block;
    position: absolute;
    content: '';
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 67px;
    height: 16px;
    background-image: url(/images/icon-show-arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 67px 16px;
    background-size: 67px 16px;

}

.game-body .game-show {
    height: 70px;
}

.game-body .game-show .game-show__link {
    position: relative;
}


.about.ingame .game-show__link {
    display: none;
}



/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1599px) {
    .infographics-slider-wrapper::before {
        left: 25px;
        top: -58px;
    }
}

@media only screen and (max-width: 1520px) {
    .center-wrapper {
        max-width: 1200px;
    }

    .header-body {
        padding: 25px 30px;
    }

    .header-phone {
        margin-left: 50px;
    }

    .header-mail {
        margin-left: 45px;
    }

    .header-menu ul li {
        margin-right: 30px;
    }

    .games-tickets-body {
        padding: 0 70px;
    }

    .games-tickets-carousel .slick-prev {
        left: -55px;
    }

    .games-tickets-carousel .slick-next {
        right: 0px;
    }

    .game-component-content {
        padding-left: 0;
    }

    .game-component .clear {
        display: block;
    }

    .game-component__share-text {
        width: 120px;
    }

    .game-component-tag {
        margin-right: 15px;
    }

    .about__item-value {
        font-size: 3em;
    }

    .about__item-text {
        font-size: 1.1em;
    }

    .infographics-column {
        padding: 0;
    }

    .team-building__container {
        padding: 0;
    }

    .team-building__aside-text {
        padding-right: 40px;
    }

    .team-building__aside-arrow {
        width: 100px;
    }

    .header-phone {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 1260px) {
    .center-wrapper {
        max-width: 980px;
        padding: 0 15px;
    }

    .top-announcement__title {
        margin-right: 30px;
        font-size: 23px;
    }

    .top-announcement-item__date {
        margin-right: 30px;
    }

    .top-announcement-item__name {
        font-size: 23px;
        padding-right: 10px;
    }

    .top-announcement-item__date {
        font-size: 20px;
    }

    .top-register {
        padding: 7px 30px;
    }

    .header-menu__switcher {
        margin-right: 20px;
    }

    .header-menu ul li {
        margin-right: 20px;
    }

    .header-menu ul li a {
        font-size: 16px;
    }

    .header-mail {
        font-size: 16px;
    }

    a.header-phone__number {
        font-size: 16px;
        white-space: nowrap;
    }

    .header-phone__text {
        font-size: 11px;
    }

    .header-address:before {
        left: -25px;
    }

    .header-address__select {
        font-size: 12px;
    }

    .header-address-yourcity {
        right: 155px;
        top: 80px;
        max-width: 390px;
    }

    .header-address-yourcity:before {
        right: auto;
        left: 70px;
    }

    .promo-leftside {
        margin: 0 50px 0 0;
    }

    .games-tickets-body {
        padding: 0 60px 0 0;
    }

    .games-tickets__schedule {
        width: 35px;
        line-height: 37px;
    }

    .games-tickets-carousel .slick-prev {
        left: -30px;
    }

    .games__tickets-ticket {
        min-width: 285px;
        max-width: 285px;
    }

    .games-tickets-carousel .slick-next {
        right: -19px;
    }

    .games__tickets-ticket-place {
        font-size: 1em;
    }

    .game-component-content {
        padding-top: 10px;
    }

    .game-component-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
    }

    .game-component__share-text {
        display: none;
    }

    .game-component__map-ribbon {
        right: 15px;
    }

    .about__item-value {
        font-size: 2.5em;
    }

    .about__item-text {
        font-size: 1em;
    }

    .about__items {
        padding: 0;
    }

    .video__wrapper {
        padding: 50px 0;
    }

    .info-graphics__items {
        left: -50px;
    }

    .info-graphics__item-line {
        display: none;
    }

    .team-building__container {
        height: 300px;
        padding: 0;
    }

    .team-building__character {
        height: 300px;
        bottom: -35px;
    }

    .team-building__content {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        padding-right: 50px;
    }

    .team-building__content-title {
        font-size: 1.5em;
    }

    .team-building__aside-text {
        font-size: 1.2em;
    }

    .team-building__aside:before {
        display: none;
    }

    .quest__wrapper-content {
        margin: 0 30px 0 0;
    }

    .register-modal__particles {
        display: none;
    }

    .footer-menu ul li a {
        font-size: 15px;
    }

    .header-menu ul li {
        margin-right: 15px;
    }

    .header-mail {
        font-size: 15px;
    }

    .header-address {
        position: static;
        padding-left: 30px;
    }

    .header-address__city {
        font-size: 17px;
    }

    #choose_city.header__nav-dropdown {
        width: 100%;
        right: auto;
        top: 70px !important;
        left: 0 !important;
        margin: 0 !important;
    }

    #choose_city.header__nav-dropdown_left:before {
        display: none;
    }

    .header-address:before {
        display: none;
    }

    .header-address__city {
        position: relative;
    }

    .header-address__city:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -30px;
        width: 16px;
        height: 23px;
        background-image: url(/images/icon-location.svg);
    }
}

@media screen and (max-width: 1240px) {
    .winner-team {
        width: 28vw;
    }
}

@media screen and (max-width: 1024px) {

    html,
    body {
        min-width: 100% !important;
    }

    .promo {
        padding: 15vw 0 13vw 0;
    }

    .promo-rightside {
        padding: 13vw 0 0;
    }

    .promo-leftside {
        max-width: 34vw;
    }

    .promo-content__title {
        font-size: 4vw;
        margin-bottom: 3.5vw;
    }

    .promo-content__link {
        font-size: 13px;
    }

    .promo-content__title span {
        font-size: 9vw;
    }

    .promo-content__text {
        font-size: 2.2vw;
        padding-left: 3vw;
        text-align: left;
        margin-bottom: 6vw;
    }

    .btn {
        font-size: 1.5vw;
    }

    .games-tickets-body {
        padding: 0;
    }

    .games__tickets-ticket {
        min-width: 100%;
        max-width: 100%;
    }

    .games-tickets-carousel .slick-prev {
        left: -3vw;
    }

    .game-component-content-body {
        display: block;
        width: 50vw;
    }

    .game-component-tag {
        white-space: normal;
    }

    .about__items {
        display: block;
        height: 22vw;
    }

    .about__item {
        width: 30vw;
        display: inline-block;
        margin-bottom: 6vw;
    }

    .infographics-row,
    .video__container-iframe {
        display: block;
        text-align: center;
    }

    .infographics-column {
        max-width: 80%;
        display: block;
        margin: 0 auto;
    }

    .info-graphics__items {
        left: -17vw;
        width: 108vw;
    }

    .infographics-block-row {
        display: inline-block;
        width: 49%;
        margin-top: 6vw;
        vertical-align: top;
    }

    .infographics-block-col {
        display: block;
        width: 49%;
        float: left;
    }

    .video__container-iframe iframe {
        width: 47%;
        min-height: 200px;
    }

    .footer-menu {
        margin-bottom: 0;
    }

    .footer-menu ul {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0 15px;
    }

    .footer-column:first-child,
    .footer-column:last-child {
        width: 30%;
    }

    #header_menu_popup {
        max-width: 92%;
    }

    .video__container-iframe:after {
        bottom: -15px;
        right: -15px;
    }

    .infographics {
        padding-bottom: 50px;
    }

    .video {
        padding-bottom: 40px;
    }
}

.header-menu .header__nav-dropdown-footer.mobile {
    display: none;
}

.header-menu__close {
    display: none;
}

@media screen and (max-width: 1010px) {

    .top-announcement {
        padding-left: 50px;
    }

    h1 span {
        display: block;
        padding-left: 0;
    }


    .page-top {
        padding: 80px 0 30px 0;
    }

    .page-top.wwhatis {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .header-menu__switcher {
        display: none;
    }

    .header-menu.active {
        left: 0;
    }

    .header-menu {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 90%;
        background: #fff;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 110;
    }

    .header-phone_mobile {
        display: block;
    }

    .header__switcher {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 50px;
        height: 50px;
        display: block;
        font-size: 1.5em;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-right: 30px;
        z-index: 100;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .header__switcher_scroll {
        top: 20px;
        left: 19px;
        background-color: #201f2d;
    }

    .header-body {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header-menu {
        display: block;
    }

    .header-menu ul {
        display: block;
    }

    .header {
        z-index: 110;
    }

    .header-menu__close i {
        color: #acabc4;
    }

    .header-menu__close {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fafafa;
        color: #2f2e42;
        padding: 25px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 100;
        font-size: 1.2em;
        text-transform: uppercase;
    }

    .header__switcher {
        top: 5px;
    }

    .header__switcher_scroll {
        top: 20px !important;
    }

    .header-menu ul li {
        margin: 0;
        border-bottom: 1px solid #fafafa;
    }

    .header-menu ul li a {
        display: block;
        color: #2f2e42;
        padding: 25px;
        font-size: 1.2em;
    }

    .header-menu .header__nav-dropdown-footer {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__switcher_scroll {
        left: 15px;
    }

    .header__nav-dropdown {
        z-index: 150;
    }

    .header__nav-location-item {
        margin: 0;
    }

    .header__nav-dropdown {
        left: 0;
    }

    .team-building__character {
        height: 260px;
    }

    .team-building__content {
        padding-right: 15px;
    }

    .team-building__aside-text {
        padding-right: 20px;
        font-size: 1.1em;
    }

    .team-building__aside-text span:nth-child(2) {
        padding-left: 0;
    }

    .team-building__content-title span:nth-child(3) {
        padding-left: 35px;
    }

    .team-building__content-title span {
        white-space: nowrap;
    }

    .team-building__content-title {
        font-size: 1.3em;
    }

    .team-building__content:before {
        left: -35px;
    }

    .team-building__aside-arrow {
        height: 110px;
        width: 80px;
    }

    .footer-column:first-child {
        /*
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
*/
    }

    .footer-column:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }

    .footer-column:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        max-width: 30%;
    }

    .info-graphics__item-title {
        font-size: 1.1em;
    }

    .about__text {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .about__text-container {
        display: block;
        max-width: 100%;
    }

    .infographics:before {
        display: none;
    }

    .footer-logo {
        padding-left: 30px;
    }

    .header-body {
        padding: 15px 0;
    }

    .header-menu__switcher {
        margin-top: 10px;
    }

    .quest__wrapper {
        padding: 0;
    }

    .quest__question-wrapper {
        margin: 0;
        padding: 0 10px;
    }

    .quest__wrapper-content {
        margin: 0;
    }

    .quest__title {
        position: static;
    }

    .quest__question-aside {
        width: 340px;
        height: 340px;
    }

    .quest__question-aside {
        right: 80px;
    }

    .quest__tags {
        right: -80px;
    }

    .quest__question-content-wrapper {
        /*    margin-top: 45px; */
    }

    .quest__question-content {
        margin-right: 350px;
    }

    .quest__question-description {
        margin-right: 0;
    }

    .quest__question-content-wrapper {
        padding-right: 70px;
    }

    .quest__tags {
        top: 30px;
    }

    .header__nav-dropdown_left {
        right: 25px !important;
    }

    .header-menu .header-address {
        display: none;
    }

    .games-tickets__schedule {
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        line-height: 1;
        padding: 10px 0;
        height: auto;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }

    .games-tickets-body {
        padding-top: 45px !important;
    }

    .games-tickets__schedule {
        background: transparent !important;
        color: #fcea1c;
    }

    .games-tickets__schedule i {
        display: inline-block;
        margin-left: 5px;
        text-align: center;
        text-transform: uppercase;
        color: #fcea1c;
        font-size: 12px;
    }

    .games-tickets {
        height: 240px;
    }

    .games-category-tag__title {
        font-size: 12px;
    }

    .games-top {
        padding-right: 15px;
    }

}

@media only screen and (max-width: 992px) {
    .header-address-yourcity {
        right: 125px;
    }

    .header-address-yourcity-top {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .center-wrapper h1 {
        font-size: 30px;
    }

    .only_mobile {
        display: initial;
    }


    .page-top.wwhatis {
        padding-top: 80px;
    }

    .page-top .whatis,
    .page-top .btn_whatis {
        display: none;
    }

    .header-menu {
        width: 80%;
        overflow-y: auto;
    }

    .header-address__city {
        font-size: 17px;
    }

    .header__nav-dropdown {
        z-index: 120 !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
    }

    #confirm_city.header__nav-dropdown {
        bottom: initial !important;
    }

    .header-menu .header-address:before {
        left: auto;
        right: 25px;
        top: 0;
    }

    .header-menu .header-address {
        display: block;
        text-align: right;
        padding: 10px 55px 10px 25px;
    }

    .header-menu .header-address .header-address__city {
        color: #2f2e42;
    }

    .header-menu .header-address .header-address__select {
        color: #2f2e42;
    }

    .header-menu .header-address:before {
        background-image: url(/images/icon-location-dark.svg);
    }

    .promo-leftside {
        max-width: 50%;
    }

    .promo-row {
        display: block;
    }

    .promo-leftside {
        margin: 0 auto;
    }

    .promo-rightside {
        padding-top: 50px;
    }

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

    .promo-content__link {
        bottom: -30px;
    }

    .promo-content__text {
        padding: 0;
        text-align: center;
    }

    .games-list-wrap {
        margin-right: -15px;
        padding-bottom: 20px;
        overflow-x: scroll;
    }

    .games-item__title {
        font-size: 12px;
    }

    .games-item {
        min-width: auto;
        padding: 20px 8px;
    }

    .games-item__image {
        display: block;
        width: 110px;
        margin: 0 auto;
        margin: 0 auto 10px;
    }

    .games-list-wrap {
        padding-bottom: 0;
    }

    .games-item__title {
        white-space: nowrap;
    }

    .games-item_all {
        min-width: auto;
        text-align: center;
    }

    .games-item__more {
        bottom: 0;
    }

    .games-tickets-body {
        padding: 0 20px;
    }

    .games-tickets-carousel .slick-prev {
        left: -33px;
    }

    .games-tickets-carousel .slick-next {
        right: -33px;
    }

    .games-tickets {
        padding-top: 15px;
    }

    .header-mail {
        display: none;
    }

    .header-address-yourcity {
        right: 25px;
    }

    .promo {
        padding-top: 110px;
    }

    .btn {
        color: #000;
        font-size: 16px;
    }

    .top-register.btn {
        font-size: 11px;
    }

    .promo-content__text {
        font-size: 14px;
    }

    .promo-content__title {
        font-size: 25px;
    }

    .promo-content__title span {
        padding-left: 125px;
        font-size: 45px;
    }

    .game-component {
        display: block;
    }

    .game-component-content {
        margin-bottom: 20px;
        padding: 0;
    }

    .game-component-content-body {
        width: 100%;
    }

    .game-component-map #mainpage_games_map {
        height: 270px;
    }

    .game-component__map-ribbon {
        position: static;
        width: auto;
        display: inline-block;
    }

    .game-component__title {
        margin: 0;
    }

    .game-component__status {
        padding-top: 4px;
    }

    .infographics__background:before,
    .infographics__background:after {
        display: none;
    }

    .about__items {
        height: auto;
        margin: 20px 0;
    }

    .infographics {
        padding: 20px 0 50px 0;
    }

    .about__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__item {
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        -o-flex: 1 1 50%;
        -webkit-box-flex: 1;
        flex: 1 1 50%;
    }

    .about__item-value {
        font-size: 3em;
    }

    .about__text {
        padding: 10px 0;
    }

    .infographics-column {
        max-width: 100%;
    }

    .infographics-slider-wrapper {
        padding: 0 40px;
    }

    .infographics-slider .slick-prev {
        left: -32px;
    }

    .infographics-slider .slick-next {
        right: -32px;
    }

    .infographics-slider__item {
        height: 275px;
    }

    .infographics-thumbs__item {
        height: 100px;
    }

    .info-graphics__items {
        left: 0;
        padding: 30px 0;
        width: 100%;
    }

    .infographics-block-row:first-child {
        margin-bottom: 30px;
    }

    .infographics-block-row {
        width: 100%;
        margin: 0;
    }

    .info-graphics__item-image {
        padding: 20px;
    }

    .info-graphics__item-wrapper {
        max-width: 100%;
        padding-right: 50px;
    }

    .info-graphics__text {
        padding-top: 0;
    }

    .video__container-iframe iframe:first-child {
        margin-bottom: 30px;
    }

    .video__container-iframe iframe {
        width: 100%;
        margin: 0;
        min-height: 280px;
    }

    .video__container-iframe:after {
        width: 100px;
        height: 100px;
        background-size: cover;
    }

    .team-building__character {
        height: 200px;
    }

    .team-building__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 40px;
    }

    .team-building__aside {
        padding-top: 30px;
    }

    .team-building__content-title {
        font-size: 1.2em;
    }

    .team-building__content:before {
        display: none;
    }

    .video__wrapper {
        padding-bottom: 0;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-row {
        display: block;
    }

    .footer-column:last-child {
        margin-bottom: 0;
    }

    .footer-column {
        margin-bottom: 35px;
        max-width: 100% !important;
        width: 100% !important;
        text-align: center;
    }

    .footer-menu ul {
        margin: 0;
    }

    .footer-logo {
        padding-left: 0;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

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

    .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-social__btn {
        margin: 0 6px;
    }

    .footer-agreement {
        position: static;
    }

    .games__tickets-ticket {
        /*
    min-width: 280%;
    max-width: 280%;
*/
    }

    .games-tickets-body .slick-track {
        /*
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
*/
        padding-left: 0;
    }

    .games-tickets-body .slick-initialized .slick-slide {
        /*
    display: none !important;
    width: !important;
*/
    }

    .games-tickets-body .slick-initialized .slick-slide.slick-current {
        /*
    display: block !important;
    width: 30vw !important;
*/
    }

    .quest__question-content {
        margin-right: 0;
    }

    .quest__question-content-wrapper {
        margin-top: 25px;
        padding: 25px;
    }

    .quest__question-aside {
        top: 0;
        transform: none;
        position: static;
        margin: 0 auto;
    }

    .quest__tags {
        right: 10px;
    }

    .quest__title {
        margin-bottom: 20px;
    }

    .game-component-tag__showmap {
        display: inline-block;
    }

    .game-component-map {
        display: none;
    }

    .games-top {
        display: block;
    }

    .game-benefits-item {
        max-width: 50%;
    }
}

    @media only screen and (max-width: 639px) {
        .quest__question-aside {
            margin: 0;
        }

        #modal-bar {
            width: 100% !important;
        }

        .game-component-tag__title>span {
            display: block;
            margin-bottom: 5px;
        }

        .game-component-tag__btn {
            margin: 0 4px 0 0 !important;
        }

        .game-component-tag__showmap {
            margin: 0 4px 0 0 !important;
        }

        .register-modal__form-field_solo-slogan {
            padding-right: 70px;
        }

        .register-modal__form-field_birthday-slogan {
            padding-right: 70px;
        }

        .register-modal__form-field_birthday:after {
            top: -5px;
        }

        .register-modal__form-field_solo:after {
            right: -20px;
            top: auto;
            height: 120px;
            bottom: -40px !important;
        }

        .games-category-tags-row {
            overflow-x: scroll;
        }

        .games-category-tag__btn {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .games-category-tag__title {
            height: 40px;
        }

        .games-category-tags {
            margin-right: -15px;
        }

        .games-top-left {
            display: block;
            padding-right: 0;
        }
    }

    .promo-content__btn span {
        display: none;
    }

    @media screen and (max-width: 480px) {

        .game-benefits-item {
            max-width: 100%;
        }


        .header-menu .header__nav-dropdown-footer.mobile {
            display: block;
        }


        .raiting-title-content__title {
            font-size: 6vw;
        }

        .breadcrumb {
            padding: 4vw 2vw;
            font-size: 3vw;
        }

        .winner-team {
            display: block;
            width: 70%;
            text-align: center;
            margin: 4vw auto;
        }

        .winner-team .raiting-position {
            font-size: 7.5vw;
        }

        .winner-team .team-name {
            font-size: 3.6vw;
        }

        .winner-team img {
            border: 1.4vw solid;
        }

        .what-is-raiting {
            font-size: 3vw;
            width: 40vw;
            margin: 20vw auto;
        }

        .raiting-form {
            width: 90%;
        }

        #raiting-table {
            font-size: 2.5vw;
        }

        #raiting-table th {
            font-size: 2.2vw;
        }

        #all-time,
        #season-time,
        #all-city,
        #raiting-search {
            font-size: 1.7vw;
        }

        #load-more {
            font-size: 2vw;
        }
    }

    @media only screen and (max-width: 479px) {
        /*
  .game-component__status.not_avail {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
*/

        .game-component-no-buttons span {
            min-width: 166px;
        }

        .register-modal__header-title {
            padding-right: 70px;
        }

        .register-modal__header-type {
            right: 50px;
        }

        .promo-content__title {
            padding-right: 45px;
        }

        .promo-content__btn {
            padding: 7px 30px;
        }

        .promo-content .promo-content__btn.yt {
            padding: 7px 50px 7px 30px;
        }

        .games-list-wrap {
            padding-bottom: 0;
        }

        .games-item__more {
            bottom: 10px;
        }

        .promo-content__btn span {
            display: inline-block;
        }

        .game-component-tag__title {
            font-size: 18px;
        }

        .game-component__btn {
            padding: 0 15px;
            font-size: 14px;
        }

        .about__title {
            font-size: 2em;
        }

        .about__item-value {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            max-width: 50%;
        }

        .about__item-text {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            max-width: 50%;
        }

        .about__item-wrapper {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .about__items {
            display: block;
        }

        .about__item {
            max-width: 100%;
            width: 100%;
        }

        .infographics-thumbs__item {
            height: 75px;
        }

        .infographics-slider__item {
            height: 210px;
        }

        .info-graphics__items {
            padding-right: 15px;
        }

        .info-graphics__item-wrapper {
            padding-right: 10px;
        }

        .video__container-iframe iframe {
            min-height: 200px;
        }

        .team-building__aside {
            position: relative;
            left: -40px;
        }

        .team-building__aside-arrow {
            height: 55px;
            width: 34px;
        }

        .team-building__content {
            padding-top: 25px;
        }

        .team-building__content-title {
            width: 200px;
        }

        .team-building__content-title span {
            white-space: normal;
        }

        .team-building__character {
            height: 170px;
        }

        .schedule__btn {
            padding: 15px 60px;
        }

        .schedule {
            padding: 50px 0;
        }

        .games__tickets-ticket {
            /*
    min-width: 267%;
    max-width: 267%;
*/
        }

        .quest__question-aside {
            padding-top: 10px;
            width: 240px;
            height: 240px;
        }

        .quest__tags {
            top: 0;
        }

        .quest__tags-tag {
            margin-bottom: 5px;
        }

        .quest__tags-tag:first-child {
            margin-bottom: 0;
        }

        .quest__wrapper:before {
            opacity: .2;
            /*    display: none; */
        }

        .quest__wrapper:after {
            opacity: .2;
            /*    display: none; */
        }

        .header-menu ul li a {
            padding: 15px 25px;
        }

        .modal-bar-gallery {
            display: block !important;
        }

        .modal-bar__bigimage {
            margin: 0 0 10px 0 !important;
            max-width: 100% !important;
        }

        .modal-bar-imagelist {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 -5px;
        }

        .modal-bar__image {
            margin: 0 5px;
        }

        #modal-bar {
            padding: 30px 15px !important;
        }

        .arcticmodal-close {
            top: 10px;
            right: 10px;
        }

        .register-modal__form-field_birthday-slogan {
            padding-right: 40px;
        }

        .modal-bar__name {
            padding-right: 20px;
        }

        .header-phone {
            margin: 0 0 0 25px;
            padding: 0;
            width: 32px;
            height: 32px;
        }

        a.header-phone__number {
            width: 32px;
            height: 32px;
            font-size: 0;
            display: block;
            margin: 0;
        }

        a.header-phone__number span {
            top: 0;
            left: 0;
            margin: 0;
        }

        .header-phone__text {
            display: none;
        }

        .header-contacts {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .header-address-yourcity {
            right: 5%;
            max-width: 90%;
            width: 90%;
            padding: 25px 20px;
        }

        .header-address-yourcity__btn {
            min-width: 115px !important;
        }

        .header-address-yourcity__title {
            font-size: 19px;
        }

        .header-address-yourcity:before {
            left: auto;
            right: 50px;
        }

        .promo__logo {
            position: relative;
            left: -15px;
        }
    }

    @media screen and (max-width: 400px) {
        .raiting-form {
            width: 98%;
            text-align: center;
        }

        #raiting-table {
            font-size: 3.5vw;
        }

        #raiting-table tr td:first-child {
            text-align: left;
        }

        #raiting-table th {
            font-size: 3vw;
        }

        #all-time,
        #season-time,
        #all-city,
        #raiting-search {
            font-size: 4vw;
        }

        #raiting-search {
            margin-left: 0;
        }

        #all-city {
            float: none;
        }

        #load-more {
            font-size: 4vw;
        }
    }

    @media only screen and (max-width: 374px) {
        .games__tickets-ticket-footer {
            margin-right: 0;
        }

        .promo-content__title span {
            padding-left: 120px;
        }

        .game-component-tag__title {
            font-size: 16px;
        }

        .game-component__btn {
            padding: 0 11px;
            font-size: 12px;
        }

        .about__item-value {
            font-size: 2.7em;
        }

        .infographics-slider__item {
            height: 190px;
        }

        .info-graphics__item-image img {
            max-width: 100%;
            height: auto;
        }

        .info-graphics__item-title {
            font-size: 1em;
        }

        .video__wrapper {
            padding: 0;
        }

        .video__container-iframe iframe {
            min-height: 175px;
        }

        .team-building__aside {
            left: -85px;
        }

        .footer-agreement {
            width: 100%;
            padding: 5px;
        }

        .footer-logo-leftside {
            margin-right: 8px;
        }

        .games__tickets-ticket {
            /*
    min-width: 260%;
    max-width: 260%;
*/
        }

        .quest__tags {
            right: 0;
        }

        .quest__question-aside {
            width: 75%;
        }

        .quest__title {
            padding-left: 30px;
        }

        .quest__wrapper-content {
            padding-top: 0;
        }

        .quest__question-actions {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .quest__question-actions-next,
        .quest__question-actions-prev {
            font-size: 13px;
        }

        .game-component-tag:last-child {
            margin-right: 0;
        }

        .video__wrapper {
            padding-top: 40px;
        }
    }

    @media only screen and (max-width: 359px) {
        .quest__question-image-fullscreen {
            padding: 5px;
        }
    }

    .tags-modal__block h3 {
        font-weight: bold;
    }
    .tags-modal__block ol li {
        list-style: decimal;
    }
        .tags-modal__block ol {
            text-align: left;
            padding-left: 25px;
        }
        .tags-modal__block ul li {
            list-style: disc;
        }
    
        .tags-modal__block ul {
            text-align: left;
            padding-left: 25px;
        }