/******New****************************/


/****************** Общие *****************************/


/*** Форма ****/
input[type='text'] {
    border-radius: 0;
    height: 55px;
    border: 1px solid #707070;
    color: black;
    box-sizing: border-box;
    padding: 15px 15px 7px 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;
    background-color: white;
}

input[type='text']:focus {
    outline: none;
    border: 1px solid #A4111B;
}

input[type='text'].error {
    color: #A4111B;
    border: 1px solid #A4111B;
}

input[type='text'].error:focus {
    color: black;
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
}

.radio-button input[type="checkbox"],
.checkbox-button input[type="radio"] {
    opacity: 0;
    display: none;
}

.label-placeholder {
    position: relative;
}

.label-placeholder label {
    color: #ADAFB2;
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 15px;
    transition: all .2s ease;
    pointer-events: none;
    text-transform: lowercase;
}

.booking .label-placeholder label {
    color: #ADAFB2;
    font-family: 'IBM Plex Sans', monospace;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 20px;
    transition: all .2s ease;
    pointer-events: none;
}

.label-placeholder label.focus {
    top: 5px;
    left: 6px;
    font-size: 10px;
    transition: all .2s ease;
}

.label-placeholder label.error {
    bottom: -15px;
    left: 6px;
    top: auto;
    font-size: 10px;
    color: #A4111B;
    text-transform: none;
    transition: none 0s ease 0s;
}

.label-placeholder-white label.error {
    bottom: -15px;
    left: 6px;
    top: auto;
    font-size: 10px;
    color: #FFFFFF !important;
    text-transform: none;
    transition: none 0s ease 0s;
}

.auth input[type='text'] {
    width: auto;
    margin-right: 25px;
}


/***************************************************
            Надо избавиться
    *****************************************************/
.auth .cell-5 {
    width: auto;
    flex-basis: auto;
}

@media (max-width: 1024px) {
    .auth .cell-5 {
        flex-basis: 100%;
        flex-basis: 100%;
    }
}

.radio-button .radio+span {
    font-size: 1em;
    padding-left: 20px;
    font-weight: 400;
    text-transform: none;
    padding-right: 0;
    color: #000;
}

.radio-button .radio {
    left: 0;
    margin-left: 1em;
}

.radio-button .separate:nth-child(1) .radio {
    margin-left: 0;
}

.radio-button {
    padding-top: 0;
    padding-bottom: 20px;
}

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

.radio-button .separate {
    padding-bottom: 20px;
}

.radio-button-40 .radio {
    width: 40px;
    height: 40px;
    position: relative;
    top: auto;
}

.radio-button-40 input[type="radio"]:checked+.radio:before {
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
}

.radio-button-40 .radio+span {
    padding-left: 30px;
    padding-right: 40px;
}

.radio-button-40 .radio+span:last-child {
    padding-right: 0;
}

.radio-button-40 .separate {
    display: flex;
    align-items: center;
    padding: 0;
}

.radio-button-40 .separate .radio {
    flex: 1 0 auto;
}

.end-booking input[type="checkbox"]+label {
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid #707070;
    display: inline-block;
    background: white;
    margin-left: -30px;
    margin-right: 40px;
    top: 10px;
    left: 15px;
    cursor: pointer;
}

.end-booking input[type="checkbox"]:checked+label:before {
    background: url(../img/checkbox.svg) center center no-repeat white;
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 80%
}

.checkbox-button input[type="checkbox"]+label {
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid #707070;
    display: inline-block;
    background: white;
    margin-left: -30px;
    margin-right: 40px;
    cursor: pointer;
}

.checkbox-button input[type="checkbox"]:checked+label:before {
    background: url(../img/checkbox.svg) center center no-repeat white;
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    background-size: 80%
}


.checkbox-button input[type="checkbox"] {
    display: none;
}

.checkbox-button input[type="checkbox"]+label {
    left: 30px;
}

.checkbox-button input[type="checkbox"]:checked+label:before {
    left: 0;
}

.chec_input .label-placeholder {
    display: inline-block;
}

.chec_input .label-placeholder label {
    top: 22px;
}

.chec_input .label-placeholder label.focus {
    top: 2px;
}

.checkbox-button div {
    align-items: center;
    display: flex;
    height: 4em;
}

input[type='text'].chec_input_other {
    border: 0;
    border-bottom: 1px solid #707070;
    display: inline-block;
    width: auto;
    background-color: transparent;
}

textarea {
    width: 100%;
    height: 130px;
    border-radius: 0;
    border: 1px solid #707070;
    color: black;
    box-sizing: border-box;
    padding: 15px 15px 7px 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    resize: none;
}

textarea:focus {
    outline: none;
    border: 1px solid #A4111B;
}

select {
    width: 100%;
    padding: 15px 15px 7px 15px;
    height: 55px;
    border: 1px solid #707070;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: white;
}

select option {
    color: black;
    padding: 0;
}

select:focus {
    outline: none;
    border: 1px solid #A4111B;
}

select option:first-child {
    color: #707070;
}

select.not_chosen {
    padding-top: 2px;
    color: #ADAFB2;
    font-size: 15px;
    font-weight: normal;
}

select option {
    color: black;
    text-transform: none;
}

.select-arrow {
    position: absolute;
    width: 30px;
    height: 16px;
    pointer-events: none;
    color: #808080;
    background: url(../img/checkbox.svg) center center no-repeat white;
    right: 15px;
    top: 22px;
}
/* End Форма */


.range-right .button {
    margin: 0;
}

.pt40 {
    padding-top: 40px;
}


/******************************
         Избавляюсь от этих классов
        ******************************/
.size20 {
    font-size: 20px;
}

.size24 {
    font-size: 24px;
}

.size32 {
    font-size: 32px;
    line-height: 1.2;
}

.size48 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}

.size64 {
    font-size: 64px;
}


/******************************
         END Избавляюсь от этих классов
        ******************************/

.img-responsive {
    max-width: 100%;
    height: auto;
}


.translucent {
    color: white;
    background: rgba(0, 0, 0, .5);
    padding: 50px 24px;
    position: relative;
    text-align: center;
}

.translucent h2 {
    color: #fff;
}


.range-indent10 {
    padding: 0 10px;
}

.range-indent10>[class*="cell-"] {
    margin-bottom: 30px;
}

.range-indent10>[class*="cell-"]:nth-child(2n-1) {
    margin-left: -10px;
}

.range-indent10>[class*="cell-"]:nth-child(2n) {
    margin-right: -10px;
}

.range.actions {
    margin-bottom: -100px;
    margin-top: 25px;
}

.title-form {
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #ADAFB2;
    padding-bottom: 0.5em;
    padding-top: 2em;
    color: #ADAFB2;
}

.active .title-form {
    color: #000;
    border-bottom: 2px solid #000;
}

.form .item-content {
    margin-top: 1.4em;
}
/******************************************************/


/**** location-map-gray **************/
.location {
    margin-top: auto;
}

.location-map-gray {
    position: relative;
}

.location-map-gray h3 {
    margin: 0 0 25px;
    padding: 0 40px;
}

.location-map-gray #gray-map {
    width: 100%;
    height: 640px;
    overflow: hidden;
    z-index: 0;
}

@media (max-width: 768px) {
    .location-map-gray #gray-map {
        display: none;
    }
}

.location .location-map-gray #gray-map {
    height: 680px;
}

.location-map-gray .wrapper {
    height: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
}

.location-map-gray .mapAaccordion.true {
    justify-content: space-evenly;
    display: flex;
    height: calc(100% - 76px);
    flex-direction: column;
}

.location-map-gray .all-location {
    height: 585px;
    width: 430px;
    background-color: #fff;
    pointer-events: painted;
    overflow: auto;
    padding-top: 55px;
}

.location .location-map-gray #gray-map {
    min-height: calc(100vh - 333px)
}

.location .location-map-gray .all-location {
    margin-top: 70px;
    height: calc(100% - 70px);
}


/******* mapAaccordion ***************/
.mapAaccordion {
    position: relative;
    min-height: 35px;
    height: auto;
    display: block;
}

.mapAaccordion__item {
    min-height: 35px;
}

.mapAaccordion__item .loc-name {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 40px;
}

.mapAaccordion__item .loc-name .info {
    color: #ADAFB2;
    font-size: 15px;
    text-transform: none;
    margin-top: 15px;
}

.mapAaccordion__item .loc-name .info {
    display: none;
}

.mapAaccordion.true .mapAaccordion__item .loc-name .info {
    display: flex;
}

.mapAaccordion__item .loc-name .info .img {
    margin-right: 15px;
}

.mapAaccordion__item .loc-name.active {
    color: #A4111B;
}

.mapAaccordion__item>span {
    cursor: pointer;
    box-sizing: border-box;
    z-index: 2;
    width: 100%;
    display: block;
    position: static;
    transition: ease all .25s
}

.mapAaccordion__item:not(:nth-last-child(1))>span {
    border-right: none;
}

.mapAaccordion__content {
    top: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    display: none;
    padding: 24px 40px;
}

.mapAaccordion__content .img {
    padding-bottom: 25px;
}

.mapAaccordion__content .img img {
    width: 100%;
}

.mapAaccordion .field {
    padding-bottom: 5px;
}

.mapAaccordion .field .field-label {
    width: 15px;
    display: inline-block;
}

.field .field-items {
    font-size: 15px;
    font-weight: 400;
}

.mapAaccordion .button {
    width: calc(100% - 1.6em);
    font-size: 15px;
    margin-top: 20px;
}

.mapAaccordion__content.active {
    background-color: #F2F2F2;
}

.mapAaccordion__content>* {
    position: relative;
}

.mapAaccordion__item.active .mapAaccordion__content {
    display: block;
}

.mapAaccordion__item>span.active {
    background: white;
    z-index: 3;
}

.mapAaccordion__item>span.active~.mapAaccordion__content {
    z-index: 1;
    opacity: 1;
}

.location-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.location-widget {
    flex-shrink: 0;
    margin-top: -20px;
}

.location-contacts {
    flex-grow: 1;
}

.location-attrs {
    display: flex;
    justify-content: center;
}

.location-attrs img {
    width: 15px;
    height: 15px;
    opacity: .65;
    transition: .5s;
}

.location-attrs > img {
    margin: 0 5px;
}

.location-attrs img:hover {
    opacity: 1;
}
/******* End mapAaccordion ***********/


@media (max-width: 1024px) {
    .location-map-gray .all-location {
        width: 387px;
    }

    .location-map-gray .wrapper {
        position: static;
    }

    .location-map-gray .all-location {
        margin: 0 -20px;
        height: auto;
        width: auto;
        padding-bottom: 15px;
    }

    .location-map-gray h3 {
        padding: 0;
    }

    .mapAaccordion {
        width: auto;
        margin: 10px auto 0 auto;
    }

    .mapAaccordion__content .img {
        display: none;
    }

    .mapAaccordion.true .mapAaccordion__item .loc-name .info {
        display: none;
    }

    .mapAaccordion__item .loc-name {
        font-size: 15px;
        padding-top: 0;
        line-height: 1.5;
        text-decoration: underline;
        padding: 15px 0;
    }

    .mapAaccordion__item .loc-name.active {
        text-decoration: none;
    }

    .mapAaccordion__item {
        min-height: auto;
    }

    .mapAaccordion .button {
        width: 223px;
        margin: 15px auto 0;
    }
}

@media (max-width: 532px) {
    .mapAaccordion {
        width: auto;
    }

    .mapAaccordion__item .loc-name {
        padding: 14px 0;
    }

    .mapAaccordion__content {
        padding: 24px 0;
    }
}
/**** End location-map-gray **************/


.game-prehistory h2 {
    color: #CCCCCC;
    text-align: left;
    margin-bottom: 0;
}

.game-prehistory p {
    margin-bottom: 0;
}


/**** properties **************/
.properties {
    padding: 0 0 50px;
}

.properties h2 {
    color: #CCCCCC;
    text-align: left;
    margin-top: 0;
}

.properties .text {
    margin: 0 20px;
}

.properties .titles {
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.properties .table-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.properties .table-info {
    font-size: 25px;
    margin-right: 18px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

.properties .progress {
    margin-top: 40px;
}

.progress div {
    height: 6px;
    background-color: #A4111B;
}

.progress .cell-2,
.progress .cell-3 {
    background-color: #b3b3b3;
}

.properties .time-info {
    font-size: 11px;
    margin-top: 10px;
}

.properties .time-info div {
    line-height: 1.5;
}

.properties .time-info div:nth-child(3) {
    min-width: 55px;
}

.properties .range .action-table .cell-4 {
    border-left: 2px solid #E6E6E6;
    margin-right: -12px;
    padding-left: 10px;
}

@media (max-width: 1024px) {
    .properties .table-info {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .properties .table-info {
        font-size: 24px;
    }
}

@media (max-width: 580px) {
    .properties .table-info {
        font-size: 16px;
    }

    .properties .time-info {
        font-size: 10px;
    }

    .properties .time-info div:nth-child(2) {
        margin-left: 10px;
    }
}
/**** End properties **************/


/******* Many **************/
.cost {
    font-weight: 600;
    font-size: 15px;
    position: relative;
    width: 100%;
}

.cost.value {
    font-size: 20px;
}

.rub:before,
.rub:after {
    background: url(../img/cur-rub.svg) no-repeat center;
}

.usd:before, .usd:after,
.cop:before, .cop:after {
    background: url(../img/cur-usd.svg) no-repeat center;
}

.byn:before,
.byn:after {
    background: url(../img/cur-byn.svg) no-repeat center;
}

.eur:before,
.eur:after {
    background: url(../img/cur-eur.svg) no-repeat center;
}

.gbp:before,
.gbp:after {
    background: url(../img/cur-gbp.svg) no-repeat center;
}

.uah:before,
.uah:after {
    background: url(../img/cur-uah.svg) no-repeat center;
}

.white.rub:before,
.white.rub:after {
    background: url(../img/cur-rub-white.svg) no-repeat center;
}

.white.usd:before,
.white.usd:after {
    background: url(../img/cur-usd-white.svg) no-repeat center;
}

.white.byn:before,
.white.byn:after {
    background: url(../img/cur-byn-white.svg) no-repeat center;
}

.white.eur:before,
.white.eur:after {
    background: url(../img/cur-eur-white.svg) no-repeat center;
}

.white.gbp:before,
.white.gbp:after {
    background: url(../img/cur-gbp-white.svg) no-repeat center;
}

.white.uah:before,
.white.uah:after {
    background: url(../img/cur-uah-white.svg) no-repeat center;
}

.black.rub:before,
.black.rub:after {
    background: url(../img/cur-rub-black.svg) no-repeat center;
}

.black.usd:before,
.black.usd:after {
    background: url(../img/cur-usd-black.svg) no-repeat center;
}

.black.byn:before,
.black.byn:after {
    background: url(../img/cur-byn-black.svg) no-repeat center;
}

.black.eur:before,
.black.eur:after {
    background: url(../img/cur-eur-black.svg) no-repeat center;
}

.black.gbp:before,
.black.gbp:after {
    background: url(../img/cur-gbp-black.svg) no-repeat center;
}

.black.uah:before,
.black.uah:after {
    background: url(../img/cur-uah-black.svg) no-repeat center;
}

.cost.before_number_without_space:before {
    left: -9px;
}

.cost.before_number_with_space:before {
    left: -12px;
}

/* .cost.after_number_with_space:after {
    right: -12px;
} */

.cost.before_number_with_space:before,
.cost.after_number_with_space:after,
.cost.before_number_without_space:before,
.cost.after_number_without_space:after {
    content: '';
    display: inline-block;
    margin-top: -8px;
    background-size: contain;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
}

.cost.value.before_number_with_space:before,
.cost.value.after_number_with_space:after,
.cost.value.before_number_without_space:before,
.cost.value.after_number_without_space:after {
    margin-top: -10px;
    width: 14px;
    height: 20px;
}

.cost.value.before_number_with_space {
    margin-left: 16px;
}

.cost.value.after_number_with_space {
    margin-right: 16px;
}

.cost.value.before_number_without_space {
    margin-left: 12px;
}

.cost.value.before_number_without_space:before {
    left: -12px;
}

.cost.value.before_number_with_space:before {
    left: -16px;
}

.cost.value.after_number_with_space:after {
    right: -16px;
}
/**** End Many **************/


/**********Переопределение стрелки слайдера**********************/
.index-slide .swiper-button-next,
.index-slide .swiper-button-prev,
.view-game .swiper-button-next,
.view-game .swiper-button-prev,
.game-field .swiper-button-next,
.game-field .swiper-button-prev {

    background: url(../img/arrow-white-big.svg) no-repeat center center;
}


/********************************/
.games-list-carousel .swiper-button-next,
.games-list-carousel .swiper-button-prev {
    background: url(../img/arrow-grey-big.svg) no-repeat center center
}
/***************************/


.agreement {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

.agreement a {
    text-transform: uppercase;
}

.agreement a:nth-child(2) {
    margin: 0 15px;
}


/*************** franchise ***************************/
.franchise section {
    padding: 2.5em 0 3em;
}

.franchise-slogan {
    min-height: 544px;
    position: relative;
    background-image: url(/static/img/bg/bg-franchise-slogan.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}

.franchise-slogan .title {
    top: 50px;
}

.franchise-slogan .corporation-name {
    font-size: 72px;
    font-weight: bold;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -335px
}

.franchise-offer {
    padding: 75px 0 65px;
    text-align: center;
    background-color: #F2F2F2;
}

.franchise-offer h2 {
    color: #404040;
}

.franchise-offer ul {
    padding: 0.5em 0 2.5em;
    font-size: 1.25em;
}

.franchise .franchise-offer2 {
    padding: 8.9em 0 7em;
    background-image: url(/static/img/bg/bg-offer.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.franchise-offer2 h2 {
    color: #fff;
    padding-bottom: 1.75em;
}

.franchise-offer2 .translucent {
    padding: 4.25em 4.5em;
    text-align: left;
}

.franchise-offer2 .button {
    margin-top: 4.4em;
}

.partner-secrets-video {
    height: 1079px;
    position: relative;
    background-image: url(/static/img/bg/bg-partner-secrets.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-secrets-video .title {
    top: 50px;
}

.partner-secrets-video .title h3 {
    text-transform: none;
}


/*************************************************************/
section.financial-results {
    padding: 5.75em 0 8.5em;
    background-color: #F2F2F2;
}

.financial-results .graffic {
    padding: 5.75em 0 8em;
}
/************************************************************/


section.our-partners {
    padding: 4.25em 0 8.5em;
    background-image: url(/static/img/bg/bg-grid.png);
    background-color: #000;
}

.our-partners h2 {
    color: #fff;
    padding-bottom: 1.9em;
}

.our-partners .button.video {
    margin: 0;
}

.our-partners .range.actions {
    margin-bottom: 0;
    margin-top: -25px;
}


/************************************************************/
section.franchise-info {
    padding: 6.75em 0;
    background-image: url(/static/img/bg-franchise-info.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
}

.franchise-info h2 {
    margin: 0 0 1.75em;
}

.franchise-info ul {
    margin-bottom: 3.5em;
}

section.franchise-form {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    background-color: #fff;
    padding-bottom: 5em;
}

.franchise-form .franchise-form__info-on-anvio .checkbox-button {
    width: 520px;
    margin: 0 auto 5.3em;
}

section.contact-person {
    background-color: #F2F2F2;
    padding-top: 2em;
}

.contact-person .position-held {
    margin-top: 10px;
    color: #707070;
}

section.contact-info {
    background-color: #F2F2F2;
    text-align: center;
}
/*****************************************************************************/


.pay-type .promo-code {
    display: inline-block;
}


.datepicker--cell {
    flex-basis: auto;
}

@media (max-width: 1024px) {

    .franchise-slogan {
        min-height: 241px;
    }

    .franchise-slogan .title {
        top: 30px;
    }

    .franchise-slogan .corporation-name {
        font-size: 54px;
        position: relative;
        left: auto;
        top: -25px;
        margin: 0;
    }

    .franchise .separate input {
        width: auto;
    }

    .franchise .pay-type {
        text-align: left;
    }

    .franchise .end-booking {
        padding: 0 0 50px 0;
    }

    .franchise .end-booking input[type="checkbox"]+label {
        width: 20px;
        height: 20px;
    }

    .franchise .contact-person img {
        width: 150px;
        height: 150px;
    }

    .our-partners .range.actions {
        margin-top: -14px;
    }

    .our-partners .wrapper {
        padding: 0;
    }

    .contact-info {
        padding: 100px 0 65px;
    }

    .checkbox-button {
        font-size: 16px;
    }

    .title-form {
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .partner-secrets-video {
        background-position: top center;
    }

    .range-indent10 {
        padding: 0;
    }

    .range-indent10>[class*="cell-"]:nth-child(2n-1) {
        margin-left: 0;
    }

    .range-indent10>[class*="cell-"]:nth-child(2n) {
        margin-right: 0;
    }

    .game-prehistory {
        padding-bottom: 30px;
    }

    .game-prehistory h2 {
        margin-bottom: 10px;
    }

    .game-prehistory .range-indent10>[class*="cell-"] {
        margin: 0;
    }

    .game-prehistory p {
        margin: 0;
    }

    .properties h2 {
        margin: 0;
    }

    .properties .button {
        margin: 0 auto;
    }
}

.range.actions {
    margin-bottom: -70px;
}
/**************** End franchise **********************/


a.link-game {
    color: #000;
    text-decoration: none;
}

a.link-game:hover .button {
    color: white;
    background: #6B0002
}

.index-tabs-games .tab-box {
    position: relative;
}

.index-tabs-games .tab-panels {
    margin: 80px 0 0;
}


/********************************
            Пашины стили посмотри, зачем так надо было делать....
    **********************************/
.index-tab-nav li.select .game,
.index-tab-nav li .game,
.tab-nav.games-type .game,
.locations-tabs-games .tab-nav li.select .game,
.locations-tabs-games .tab-nav li .game {
    border: none;
}

.index-tab-nav li .game,
.tab-nav.games-type .game {
    font-family: 'Montserrat';
    font-weight: 700;
    background: #707070;
    padding: 12.5px 40px;
    text-decoration: none;
}

.index-tab-nav li .game {
    margin-right: 5px;
}

.index-tab-nav li .game:hover,
.tab-nav.games-type .game:hover {
    background-color: #000;
}

.index-tab-nav li.select .game {
    background: #F2F2F2;
}

.index-tab-nav li.select .game:hover {
    background-color: #ADAFB2;
}

.index-tab-nav li.games-all .game {
    background: #000000;
}

.index-tab-nav li.games-all .game:hover {
    background: #A4111B;
}

.index-tab-nav .games-all {
    margin-left: auto;
}

.index-tab-nav .games-all .game {
    margin: 0;
}

.index-tab-nav {
    position: absolute;
    top: -50px;
    z-index: 9;
    width: 100%;
}

.index-tab-nav li {
    padding: 0;
}
/********************************************************/


/***************** sales-item *******************************/


/*************** End sales-item *******************************/
.sales-item__slogan {
    background-image: url(/static/img/bg/bg-sales-item.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
}

.sales-item__slogan .translucent {
    text-align: left;
    padding: 0;
    height: 640px;
}

.sales-item__slogan .translucent .content-translucent {
    padding: 135px 0 24px;
}

.sales-item__slogan .translucent h2 {
    margin-top: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    .sales-item__slogan {
        height: auto;
    }

    .sales-item__slogan .translucent {
        height: auto;
    }

    .sales-item__slogan .translucent .content-translucent {
        padding-top: 366px;
    }

    .sales-item__slogan {
        background-position: top center;
        background-size: 767px 336px;
    }

    .sales-item__slogan .translucent {
        background: none;
        color: #000;
    }

    .sales-item__slogan .translucent h2 {
        color: #000;
        text-align: center;
    }

    .sales-item__slogan .text-enlarged {
        text-align: center;
    }
}

@media (max-width: 578px) {
    .sales-item__slogan .translucent .content-translucent {
        padding-top: 283px;
    }

    .sales-item__slogan {
        background-size: 578px 253px;
    }
}

@media (max-width: 450px) {
    .sales-item__slogan .translucent .content-translucent {
        padding-top: 227px;
    }

    .sales-item__slogan {
        background-size: 450px 197px;
    }
}


/*************** discount *******************************/
.discount-slogan {
    background-image: url(/static/img/discount/discount.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 599px;
}

.cell-auto .translucent {
    padding: 30px 155px;
}

.cell-auto .translucent h2 {
    margin: 0;
}

.discount-view {
    padding: 50px 0 60px;
}

.discount-view .cell-14 {
    background-color: #ddd;
}

.discount-view .img img {
    width: 100%;
}

.discount-view h2,
.discount-view p {
    margin: 0 0 25px;
}

.discount-view .button {
    width: 100%;
    padding: 0.7em 0;
    text-transform: none;
}

@media (max-width: 1024px) {
    .discount-view>.cell-14 {
        max-width: 520px;
    }

    .discount-view {
        padding: 30px 0 20px;
    }

    .discount-view .cell-14>.range {
        position: relative;
    }

    .discount-view .title-block {
        height: 320px;
        width: 100%;
        position: absolute;
        display: flex;
        align-items: flex-end;
        top: 0;
    }

    .discount-view .content-block {
        background-color: #ddd;
        padding: 25px 15px 20px;
    }

    .discount-view .text .title-block h2 {
        color: #fff;
        width: 100%;
        padding: 15px 30px;
        margin: 0;
        background-color: black;
        font-size: 20px;
        line-height: 1.5;
    }
}
/*************** End discount *******************************/


/*************** location *******************************/
.gallery-game-corusel .swiper-button-prev,
.gallery-game-corusel .swiper-button-next {
    display: none;
}

.location .locations-tabs-games .tab-panels,
.location .locations-tabs-games .swiper-container {
    height: 506px;
    width: 900px;
    margin: 0;
}

.gallery-game .img-to-slide {
    width: 900px;
    height: 506px;
    margin: 0 auto;
    background-size: contain !important;
}

.tab-box {
    display: flex;
    justify-content: space-between;
}

.loc_info {
    margin-left: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.loc_info .field .field-items {
    font-size: 1em;
    line-height: 1.6;
}

.location_attrs {
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: .7em;
    flex-wrap: wrap;
}

.loc_bool_adds img,
.loc-size_item img {
    width: 1.2em;
    height: 1.2em;
    margin: 0 5px;
}

.loc_bool_adds .adds_title {
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 14px;
    margin-top: 8px;
}

.loc_text_adds {
    margin-bottom: 20px
}

.loc_bool_adds img {
    opacity: .65;
    transition: .5s;
}

.loc_bool_adds img:hover {
    opacity: 1;
}

.loc-size {
    display: flex;
    flex-wrap: wrap;
}

.loc-size_item {
    line-height: 2;
    display: flex;
    align-items: center;
    opacity: .65;
    transition: .5s;
}

.loc-size_item:hover {
    opacity: 1;
}

.loc-size_item img {
    margin-left: 0;
}

.loc-size_item span {
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .tab-box {
        flex-direction: column;
    }

    .location .locations-tabs-games .tab-panels,
    .location .locations-tabs-games .swiper-container {
        width: 100%;
        margin: 0;
    }

    .gallery-game .img-to-slide {
        width: 100%;
        margin: 0 auto;
        background-size: 100% auto !important;
    }
}
/*************** End location *******************************/


/***************   certificate *******************************/
.certificate-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    margin-bottom: 65px;
}

.certificate-header h2 {
    margin-bottom: 0;
}

.certificate-header .img {
    margin: 1.5em 0;
}

.certificate-header .translucent {
    background: none;
}

.certificate .step-one {
    margin-top: 1.5em;
    position: relative;
    margin-bottom: 3.5em;
}

.certificate .step-one:after {
    content: '';
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    height: 360px;
    background: #fff;
    z-index: 1;
}

.certificate .swiper-tab-box {
    margin-top: 40px;
}

.certificate .swiper-tab-nav {
    z-index: 2;
    position: relative;
    padding-bottom: 2.9em;
    margin-bottom: 3.75em;
}

.certificate .swiper-tab-nav .img {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.certificate .swiper-tab-nav .img img {
    width: 100%;
    height: auto;
    display: block;
    flex: 0 0 auto;
}

.certificate .swiper-tab-content {
    margin-top: 50px;
}

.certificate .swiper-tab-nav .tab-content {
    background-color: #F2F2F2;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.certificate .swiper-tab-nav .text {
    padding: 30px 30px 38px 30px;
    margin: 0;
    overflow: hidden;
    text-overflow: clip;
}

.certificate .swiper-tab-nav .select {
    cursor: default;
}

.certificate .swiper-tab-nav .button {
    width: 100%;
    padding: 20px 0;
    margin-top: auto;
    color: white;
    font-size: 23px;
}

.certificate .swiper-tab-nav .select .button,
.certificate .swiper-tab-content .button.active {
    cursor: default;
    color: white;
    background: #A4111B;
    position: relative;
}

.certificate .swiper-tab-nav .button .true:before,
.certificate .swiper-tab-content .button.active .true:before {
    content: '';
    position: absolute;
    left: -26px;
    top: 5px;
    width: 22px;
    height: 14px;
    z-index: 1;
    background-image: url(../img/check_white.svg);
}

.certificate-nominal {
    background-color: #fff;
    padding: 2.25em 0 1.75em;
}

#certificate-form_phone {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
}

.certificate .swiper-tab-nav .button .true,
.certificate .swiper-tab-content .button .true {
    display: none;
    position: relative;
    margin-left: 13px;
}

.certificate .swiper-tab-nav .select .button .true,
.certificate .swiper-tab-content .button.active .true {
    display: block;
}

.certificate .swiper-tab-nav .select .button .false,
.certificate .swiper-tab-content .button.active .false {
    display: none;
}

.certificate_purchase-data {
    padding-top: 2em;
    padding-bottom: 1em;
}

.certificate .swiper-tab-content .button,
.certificate_purchase-data .button {
    max-width: 100%;
    width: 340px;
    margin: 0 auto;
    font-size: 23px;
}

.certificate .swiper-tab-content .img-ecert {
    width: 280px;
    margin: 0 auto;
    position: relative;
}

.certificate .swiper-tab-content .img-pcert {
    width: 369px;
    margin: 0 auto;
    position: relative;
}

.certificate .swiper-tab-content .img img {
    width: 100%;
    height: auto;
}

.certificate .swiper-tab-content .img-pcert:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    background-image: url(../img/certificate/anvio-cert-deliv.png);
}

#certificate-button {
    max-height: none;
}

.certificate .swiper-tab-content .img-ecert:before {
    content: '';
    position: absolute;
    left: -45px;
    bottom: 33px;
    width: 100px;
    height: 100px;
    z-index: 1;
    background-image: url(../img/certificate/anvio-cert-sale.png);
}

.certificate .swiper-tab-content .content-block {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.certificate .swiper-tab-content .content-bottom {
    margin-top: auto;
}

.physical-certificate {
    padding-bottom: 65px;
}

.certificate-nominal .radio-button {
    padding-top: 20px;
}

.certificate .rules-of-use {
    padding-bottom: 50px;
}

.certificate-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.certificate-box ol.decimal {
    margin-left: 0 !important;
}

.certificate .rules-of-use .certificate-box p {
    margin-top: 0;
}

.rules-of-use .tab-nav2 li {
    min-width: auto;
    text-decoration: underline;
    margin: 0 10px;
    padding-bottom: 15px;
}

.rules-of-use .tab-nav2 li:first-child {
    margin-left: 0;
}

.rules-of-use .tab-nav2 li:last-child {
    margin-right: 0;
}

.rules-of-use .tab-nav2 li.select {
    text-decoration: none;
    font-weight: bold;
}

.certificate .forms-result {
    margin-bottom: 100px;
    margin-top: 70px;
}

.radio-button .separate .cost {
    margin-right: 20px;
    font-weight: bold;
}

.swiper-container-fade .swiper-slide {
    background: #F2F2F2;
}

#certificate-message .img {
    padding-right: 20px;
}

#certificate-message h3 {
    margin: 0 0 0.5em 0;
    text-align: left;
}

#certificate-message p {
    margin: 0;
}

#certificate-message .cell-13 {
    padding-left: 15px;
}

.certificate-info a {
    font-size: 15px;
    color: #000;
}

.certificate .tab-nav2 li:hover {
    transform: none;
    text-decoration: none;
}

ol.decimal {
    list-style: decimal;
    margin-left: 2em;
}

ol.decimal li {
    margin-bottom: 15px;
    line-height: 1.5;
}

@media (max-width: 1280px) {
    .certificate .step-one:after {
        height: 410px;
        top: 200px
    }
}

@media (max-width: 1024px) {
    .certificate-header {
        height: 515px;
    }

    .certificate-header .img img {
        width: 300px;
        height: auto;
    }

    .certificate-header .translucent {
        padding: 0;
    }

    .certificate .step-one:after {
        height: 450px;
        top: 150px;
    }

    .certificate .swiper-tab-nav .tab-content {
        width: 296px;
        margin: 0 auto;
        max-width: 100%;
    }

    .certificate .swiper-tab-box .button {
        font-size: 20px;
    }

    .certificate .swiper-tab-nav .button .true:before,
    .certificate .swiper-tab-content .button.active .true:before {
        top: 3px;
    }

    .swiper-tab-nav .swiper-button-next,
    .swiper-tab-nav .swiper-button-prev {
        top: 185px;
    }

    .certificate .step-one {
        margin-bottom: 20px;
    }

    .certificate-nominal {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .certificate-nominal h2 {
        margin-top: 0;
    }

    .certificate_purchase-data {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .certificate-header {
        height: 386px;
        margin-bottom: 0
    }

    .certificate-header .img {
        margin: 0;
    }

    .certificate-header .img img {
        width: 280px;
    }

    .certificate .step-one:after {
        height: 420px;
    }
}

@media (max-width: 578px) {
    .certificate-header {
        height: 292px;
    }

    .certificate-header .img img {
        width: 200px;
    }

    .certificate-nominal .radio-button-40 .radio {
        width: 30px;
        height: 30px;
    }

    .certificate-nominal .radio-button-40 input[type="radio"]:checked+.radio:before {
        width: 11px;
        height: 11px;
        top: 9.5px;
        left: 9.5px;
    }

    .certificate .swiper-tab-content .img-pcert {
        width: 145px;
    }

    .certificate .swiper-tab-content .img-pcert:before {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .certificate .swiper-tab-content .img-ecert {
        width: 146px;
    }

    .certificate .swiper-tab-content .img-ecert:before {
        width: 50px;
        height: 50px;
        background-size: 50px;
        left: auto;
        bottom: auto;
        top: 15px;
        right: -10px;
    }

    .certificate .swiper-tab-content .button,
    .certificate_purchase-data .button {
        width: 166px;
    }

    .certificate .swiper-tab-nav .button,
    .certificate .swiper-tab-content .button,
    .certificate_purchase-data .button {
        font-size: 15px;
    }

    .certificate .swiper-tab-nav .button .true:before,
    .certificate .swiper-tab-content .button.active .true:before {
        background-size: 80%;
        background-repeat: no-repeat;
        left: -16px;
        top: auto;
        width: 16px;
        height: 8px;
    }

    .certificate .swiper-tab-nav .button .true,
    .certificate .swiper-tab-content .button .true {
        margin-left: 18px;
    }

    .certificate .radio-button .separate .cost {
        margin-right: 10px;
    }
}


@media (max-width: 450px) {
    .certificate-header {
        height: 200px;
    }

    .certificate-header .img img {
        width: 150px;
    }

    .certificate-nominal .radio-button-40 .radio+span {
        padding-left: 25px;
    }

    .swiper-tab-nav .swiper-button-next {
        right: -8px;
    }

    .swiper-tab-nav .swiper-button-prev {
        left: -8px;
    }

    .swiper-button-next:hover {
        right: -5px;
    }

    .swiper-button-prev:hover {
        left: -5px;
    }

    .rules-of-use .tab-nav2 li {
        text-align: center;
        margin: 0;
    }
}
/*************** End certificate *******************************/


/*****End New************************/


.no-button {
    height: 70px;
    position: relative;
    color: #ADAFB2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
    user-select: none;
    border-radius: 4px;
    outline: none;
}

.page {
    padding-top: 80px;
    padding-bottom: 100px;
}

.page h2 {
    color: #ccc;
    margin: 0;
    line-height: 1;
}

.page .post-time {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
    color: #ADAFB2;
}

.page hr {
    margin-top: 38px;
    margin-bottom: 28px;
    color: #ADAFB2;
}

.attention {
    position: relative;
    background-color: #ADAFB2;
    padding: 1px 0;
    margin: 0 auto;
    color: #ADAFB2;
    font-size: 24px;
}

.attention:before {
    content: '';
    position: absolute;
    left: -17px;
    width: 0;
    top: 0;
    height: calc(100% - 32px);
    border-right: 17px solid #ADAFB2;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-radius: 1px;
}

.attention:after {
    content: '';
    position: absolute;
    right: -17px;
    width: 0;
    top: 0;
    height: calc(100% - 32px);
    border-left: 17px solid #ADAFB2;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-radius: 1px;
}

.attention div {
    background-color: #fff;
    padding: 30px 90px;
}

.attention div:after {
    content: '';
    position: absolute;
    right: -16px;
    width: 0;
    top: 1px;
    height: calc(100% - 34px);
    border-left: 17px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-radius: 1px;
    z-index: 1;
}

.attention div:before {
    content: '';
    position: absolute;
    left: -16px;
    width: 0;
    top: 1px;
    height: calc(100% - 34px);
    border-right: 17px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-radius: 1px;
}

ul.disc {
    list-style-type: disc;
    color: #CB2027;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
}

ul.disc li span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

ul.decimal {
    list-style-type: decimal;
    color: #ADAFB2;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
}

ul.decimal li span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.tab-panels .loc-name {
    font-size: 24px;
    font-weight: bold;
}

.carousel-tabs-games {
    position: relative;
    z-index: 10;
    background: #CB2027;
    padding-top: 50px;
}

.carousel-tabs-games .tab-nav li {
    left: 60px;
}

.carousel-tabs-games .tab-nav li:nth-child(1) {
    left: auto;
}

.carousel-tabs-games .tab-nav li:nth-child(2) {
    left: 30px;
}

.carousel-tabs-games .tab-nav li:last-child {
    margin-left: 0;
}

.carousel-tabs-games .tab-nav li a {
    border-top: 0;
    color: #000;
}

.carousel-tabs-games .tab-box a span {
    top: auto;
    bottom: -35px;
}

.carousel-tabs-games .tab-nav li.select a {
    border-top: 0;
}

.carousel-tabs-games .tab-nav li.select a {
    color: #fff;
}

.games .carousel-tabs-games .tab-panels {
    background: #CB2027;
    padding: 50px 0 0;
    margin: 0;
    height: 406px;
}

.carousel-tabs-games .game-name {
    top: 0px;
    font-size: 26px;
    color: white;
    position: absolute;
    left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 5px black;
}

.carousel-tabs-games .swiper-wrapper {
    padding: 0;
    box-sizing: border-box;
}

.carousel-tabs-games .text {
    height: 186px;
    position: relative;
    padding: 25px 30px 0;
}

.games .carousel-tabs-games .game-item:hover .text,
.games .carousel-tabs-games .active.game-item .text {
    background-color: #fff;
    cursor: pointer;
}

.carousel-tabs-games .text:before {
    content: '';
    height: calc(100% + 20px);
    width: 100%;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    background: #ADAFB2;
    z-index: -1;
}

.games .carousel-tabs-games .game-item:hover .text:before,
.games .carousel-tabs-games .active.game-item .text:before {
    background: #fff;
}

.carousel-tabs-games .swiper-container,
.carousel-tabs-games .game-item.active {
    height: 406px;
}

.carousel-tabs-games .gallery-game-corusel img {
    display: block;
}

.carousel-tabs-games .gallery-game-corusel .game-item {
    position: relative;
    margin: 0 auto;
}

.carousel-tabs-games .gallery-game-corusel .game-item.active .gallery-game-corusel .gallery-game-corusel .game-item {
    position: relative;
}

.anvio-point-info p {
    width: 100%;
    font-size: 24px;
}

.schedule .schedule-field {
    background: #fff;
    padding: 20px 0;
}

.edges {
    position: relative;
}

.edges:before {
    content: '';
    position: absolute;
    border: 16px solid;
    border-image: url(../img/border-red.png) 16 stretch stretch;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
}

.edges-top:before {
    border-bottom: none;
    bottom: 0px;
}

.edges-white:before {
    border-image: url(../img/border-white.png) 16 stretch stretch;
}

.carousel-tabs-games .gallery-game-corusel .edges-white:before,
.gallery-game-corusel .game-field .edges-white:before {
    border: 20px solid;
    border-image: url(../img/border-white.png) 20 stretch stretch;
}

.carousel-tabs-games .gallery-game-corusel .edges-white:before {
    border-bottom: none;
}

.edges-gray:before {
    border: 16px solid;
    border-image: url(../img/border-gray.png) 16 stretch stretch;

}

.edges.line:before {
    border-image: url(../img/border-line.png) 16 stretch stretch;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.view-game .edges.select:after {
    content: '';
    width: 224px;
    background-color: #CB2027;
    height: 280px;
    position: absolute;
    top: 10px;
    z-index: -1;
}

.location .location-field .tab-nav .hall li {
    font-size: 16px;
    margin-left: 15px;
}

.location .location-field .loc-info .link-button {
    height: 76px;
    display: block;
    width: 275px;
}

.location .location-field .loc-info .link-button:hover {
    text-decoration: none;
}

.location .location-field .loc-info a .button {
    top: auto;
}

.location .location-field .tab-box.locations {
    margin: 0 20px;
}

.games-list-carousel.games-list .game-item img,
.carousel-tabs-games .game-item img,
.booking-confirm .game img {
    width: 340px;
}

.location .games-list-carousel .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.location .games-list-carousel .swiper-wrapper a {
    margin: 0 auto;
}

.schedule .swiper-container {
    height: auto;
}

#booking {
    padding-bottom: 40px;
}

#booking .pay-type .error {
    top: 60px;
    color: #A4111B;
    text-transform: none;
    transition: none 0s ease 0s;
    font-size: 20px;
}

#booking .pay-type label.error {
    font-size: 11px;
}

.end-booking p {
    left: -20px;
    position: relative;
}

#select-city h3 {
    text-align: left;
    font-weight: 400;
    display: block;
    margin-top: -40px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .end-booking p {
        left: auto;
        position: static;
    }
}

.schedule .error {
    position: absolute;
    top: auto;
    bottom: -10px;
    z-index: 1;
    width: 394px;
    text-align: center;
    left: 50%;
    margin-left: -194px;
    color: #A4111B;
    font-size: 20px;
}

.label_session_datetime.valid {
    display: none;
}

.gallery-game-corusel .swiper-wrapper.game-field.wrapper div {
    margin: 0 auto;
}

.location-slider-carousel .swiper-wrapper {
    min-height: 270px;
}

.about-placement-info .flex.range-middle div {
    display: flex;
    align-items: center;
}

.selected-true {
    display: none;
}

.schedule-field .session>span.active .selected-true {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    pointer-events: none;
    background: url(../img/checkbox-white-small.svg) center 7px no-repeat #777;
    background-size: 14px auto;
    width: 16px;
    height: 16px;
    z-index: 10;
    padding: 3px;
    border-radius: 100%;
}

.text-night {
    display: none;
}

.schedule-field .session>span.night {
    position: relative;
}

.schedule-field .session>span.night .text-night {
    width: 100%;
    background: black;
    z-index: 10;
    font-family: 'IBM Plex Sans', monospace;
    font-size: 10px;
    text-align: left;
    padding: 2px;
    top: 0;
    color: white;
    text-transform: uppercase;
    box-sizing: border-box;
    display: block;
    position: absolute;
    text-align: center;
}

#red-map .leaflet-tooltip {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#red-map .leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    display: none;
}


/********IE************/
.-ms- main {
    background: #fff;
}

.-ms- .carousel-tabs-games .gallery-game-corusel .edges-white:before,
.-ms- .gallery-game-corusel .game-field .edges-white:before {
    border: 20px solid #fff;
    border-image: none;
}

.-ms- #header-map {
    margin-bottom: 0;
}

.-ms- .booking .location,
.-ms- .view-game,
.-ms- .game-swap,
.-ms- .games,
.-ms- .persons,
.-ms- .schedule,
.-ms- .pay-type,
.-ms- .end-booking,
.-ms- .index-tabs-games {
    background-color: #fff;
}

.-ms- .main .booking {
    background: white;
    padding-top: 81px;
    min-height: 480px;
}

.-ms- #header-map:before {
    content: '';
    background: #CC2027;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 10;
    position: absolute;
    pointer-events: none;
}
/********END IE*******/


img.edges {
    -webkit-clip-path: polygon(15px 0, 325px 0, 340px 15px, 340px 177px, 325px 192px, 15px 192px, 0 177px, 0 15px);
    clip-path: polygon(15px 0, 325px 0, 340px 15px, 340px 177px, 325px 192px, 15px 192px, 0 177px, 0 15px);
}

.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

@media (min-width: 1440px) {
    .booking .swiper-container.schedule-field .warning .trapezoid-inverted span {
        margin-top: -36px;
    }

    .booking .swiper-container .warning .trapezoid-inverted span,
    .location .swiper-container .warning .trapezoid-inverted span {
        margin-top: -36px;
    }
}

@media (max-width: 1440px) {
    #header-map .info {
        right: 20px;
    }

    .franchise-info img {
        max-width: 90%;
        height: 0%;
    }

    .financial-results .range .cell-sm-16 {
        max-width: 520px;
        margin: 0 auto;
    }

    .financial-results .graffic {
        padding: 0.75em 0;
    }

    section.financial-results {
        padding: 2.5em 0 4em;
    }

    .financial-results p {
        line-height: 2;
    }
}

@media (max-width: 1280px) {
    .discount-view .title-block h2 {
        font-size: 28px;
    }

    .location .locations-tabs-games .tab-panels,
    .location .locations-tabs-games .swiper-container {
        height: 564px;
    }

    .gallery-game .img-to-slide {
        width: 1004px;
        height: 564px;
        background-size: 1004px 564px !important;
    }
}

@media (max-width: 1024px) {
    .games .carousel-tabs-games .tab-panels {
        height: 396px;
    }

    #header-map .info {
        margin-top: 40px;
    }

    #header-map .city span {
        width: 60%;
    }

    .range-md-middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .range-md-justify {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .form .auth input {
        width: 100%;
    }

    .checkbox-button input[type="checkbox"]+label {
        top: 0;
    }

    .end-booking .chec_input span {
        width: auto;
    }

    .checkbox-button {
        text-align: left;
    }

    .financial-results .range .cell-md-16 {
        padding-bottom: 0.75em;
    }

    .franchise-info .range .range,
    .financial-results .range .cell-sm-16,
    .franchise-form .our-offer {
        max-width: 468px;
        margin: 0 auto;
    }

    .index-tabs-games {
        padding-top: 40px;
    }

    .index-tabs-games .index-tab-nav {
        position: static;
    }

    .index-tabs-games .index-tab-nav li .game {
        margin-right: 0;
        margin-bottom: 5px;
        display: inline-block;
    }

    .index-tabs-games .index-tab-nav .games-all {
        margin-left: 0;
    }

    .index-tab-nav li.select .game {
        background: #fff;
    }

    .location .locations-tabs-games .tab-panels,
    .location .locations-tabs-games .swiper-container {
        height: 398px;
    }

    .gallery-game .img-to-slide {
        width: 707px;
        height: 398px;
        background-size: 707px 398px !important;
    }

    .locations-tabs-games .tab-nav li.select .game {
        color: black;
    }

    .locations-tabs-games .tab-nav li.select a,
    .locations-tabs-games .tab-nav li a {
        background: none;
        margin-bottom: 5px;
        padding: 7px 10px;
    }

    .locations-tabs-games li.select {
        order: 1;
    }

    .locations-tabs-games .tab-nav li .game {
        text-decoration: underline;
        border: 0;
        color: #A4111B;
        padding: 7px 10px;
    }
}

@media (max-width: 970px) {
    .booking .pay-type .separate {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }

    .location .location-field .loc-info .link-button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .translucent {
        padding: 50px 0;
    }

    .partner-secrets-video .translucent {
        padding: 25px 0 50px;
    }

    #select-city .countries {
        width: auto;
    }

    #select-city .range-wrapper span {
        font-size: 14px;
    }

    .carousel-tabs-games {
        top: 0;
    }

    .carousel-tabs-games .tab-nav li.select a {
        border-bottom: none;
    }

    .carousel-tabs-games .tab-box a span {
        bottom: auto;
        position: relative;
    }

    .carousel-tabs-games .tab-nav li a.tab-item {
        border-top: none;
        height: auto;
        margin-bottom: 20px;
        background: none;
    }

    .carousel-tabs-games .tab-nav {
        margin-bottom: 5px;
        width: 100%;
    }

    .carousel-tabs-games .tab-nav li:last-child a {
        width: auto;
    }

    .carousel-tabs-games .tab-nav li:nth-child(2) {
        min-width: auto;
    }

    #header-map .top {
        margin-left: calc((100% - 230px)/2);
        left: auto;
        width: auto;
    }

    #header-map .info {
        right: auto;
    }

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

    .range-sm-center {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .games-list-carousel .game-item .button {
        margin: 0;
    }

    .franchise-offer2 h2 {
        padding-bottom: 0;
    }

    .franchise-info .range .range,
    .financial-results .range .cell-sm-16,
    .franchise-form .our-offer {
        max-width: 390px;
        margin: 0 auto;
    }

    section.financial-results {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .partner-secrets-video .button.video {
        position: absolute;
        top: -25px;
        margin: 0;
    }

    .index-slider {
        height: 510px;
    }

    .index-slider .swiper-slide .block-game-logo {
        width: 100%;
        top: -240px;
        height: 280px;
    }

    .index-slider .swiper-button-next,
    .index-slider .swiper-button-prev {
        margin-top: -120px;
    }

    .location .locations-tabs-games .tab-panels,
    .location .locations-tabs-games .swiper-container {
        height: 302px;
    }

    .gallery-game .img-to-slide {
        width: 538px;
        height: 302px;
        background-size: 538px 302px !important;
    }

    .location .locations-tabs-games .swiper-container {
        background-color: #000;
    }

    .cost.value.before_number_with_space:before,
    .cost.value.after_number_with_space:after,
    .cost.value.before_number_without_space:before,
    .cost.value.after_number_without_space:after {
        margin-top: -6px;
        width: 9px;
        height: 13px;
        right: -10px;
    }
}

@media (max-width: 578px) {
    .franchise-info .range .range,
    .financial-results .range .cell-sm-16,
    .franchise-form .our-offer {
        max-width: 299px;
        margin: 0 auto;
    }

    .partner-secrets-video .button.video {
        top: -20px;
    }

    .discount-view .title-block {
        position: static;
        height: auto;
    }

    .location .locations-tabs-games .tab-panels,
    .location .locations-tabs-games .swiper-container {
        height: 220px;
    }

    .gallery-game .img-to-slide {
        width: 392px;
        height: 220px;
        background-size: 392px 220px !important;
    }

    #select-city h3 {
        font-size: 12px;
        margin-top: -24px;
    }
}

@media (max-width: 425px) {
    body {
        overflow-x: overlay;
    }

    .locations-tabs-games .tab-nav:li:nth-child(1) {
        order: 1;
    }

    .franchise-offer2 .translucent {
        padding: 4.25em 2.5em;
    }

    .location-map-gray .width-sm-max-380 {
        padding: 0 20px;
    }

    .location-map-gray .loc-name {
        padding: 14px 20px;
        margin: 0;
    }
}
