:root {
    --base-color: #2489FF;
    --accent-color: rgb(0 0 0 / 88%);
    --bs-body-bg: #FBFCFD;
    --bs-body-bg-blue: #f2f7fc;
    --base-color-light: #C9E4FF;
    --main-color-logo: var(--base-color);
    --main-color-text: #233550;
}


body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--main-color-text);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header svg:not(.menu-icon) {
    width: auto;
    height: 25px;
}

.btn-primary {
    --bs-btn-bg: var(--base-color);
    --bs-btn-border-color: var(--base-color);

    --bs-btn-hover-bg: var(--base-color);
    --bs-btn-hover-border-color: var(--base-color);
}

.btn-primary:active,
:not(.btn-check)+.btn:active,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #ffffff;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn,
.btn.disabled-class {
    color: #ffffff;
    pointer-events: none;
    background-color: var(--base-color);
    border-color: var(--base-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.btn.disabled-class {
    pointer-events: auto;
    cursor: default;

}

.form-check-input.check-error {
    border: 2px solid #FF1600;
}

.form-check-input[type="checkbox"]+label.form-check-label {
    padding: 0 8px;
    border-radius: 8px;
}

.form-check-input.check-error+label.form-check-label {
    background: rgba(244, 21, 3, 0.1);
}

.form-check-input:checked {
    background-color: var(--base-color);
    border-color: var(--base-color);
}

.form-check-input:focus {
    border-color: var(--base-color);
    box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}


.content_container {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #233550;
    margin: 20px 0px;
}

a:hover {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%
}

svg defs stop {
    transition: .4s
}

.logo:not(.disable-recoloring) svg:hover defs stop {
    stop-color: var(--main-color-logo)
}

svg defs feDropShadow {
    transition: .4s;
    flood-color: transparent
}

svg:hover feDropShadow {
    flood-color: var(--main-color-logo)
}

.logo svg path {
    transition: .4s
}

.logo:not(.disable-recoloring) svg:hover path {
    stroke: var(--main-color-logo);
    fill: var(--main-color-logo)
}

.stadium-svg svg {
    width: 1500px;
    height: 1000px
}

#ticket-popup .fancybox-close-small {
    display: none
}


.main-banner {
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 350px);
}


.logo:not(.disable-recoloring) svg path {
    stroke: #fff;
    fill: #fff;
}


footer {
    background: #ffffff;
    padding: 50px 0;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1);
}

footer img {
    height: 60px
}

footer ul li a:focus,
footer ul li a:hover {
    color: var(--base-color);
}

footer .title {
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.345em;
    text-transform: uppercase;
    margin-bottom: 15px
}

.footer_working-hours {
    font-size: 12px;
    font-weight: 400;
    color: #00000080;
    font-family: Roboto, 'sans-serif';
}

footer .copyright {
    font-size: 14px;
    color: #AAAAAA;
}

footer .rid {
    font-size: 14px;
    color: #AAAAAA;
    padding-top: 40px;
}


footer ul,
header .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px
}

footer ul li {
    margin-bottom: 5px
}

footer .copyright {
    border-top: 1px solid #5a5b5f;
    padding-top: 35px;
}

.content-site {
    padding: 30px 0;
    font-size: 18px;
}

a {
    color: var(--base-color);
    text-decoration: none
}

.h1,
h1 {
    font-size: 40px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: bold;
    line-height: 114.18%;
    color: #0A2D61;
}

@media screen and (max-width: 768px) {

    .h1,
    h1 {
        font-size: 32px;
    }

    .form-check {
        margin-bottom: 1rem;
    }
}

h2 {
    font-size: 23px;
    margin-top: 30px;
    color: #0A2D61;
}

h3,
.h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 114.18%;
    color: #0A2D61;
    margin-top: 50px;
}

h4 {
    font-size: 18px
}

.h1,
.h2,
.h3,
h1,
h2,
.h3 {
    margin-top: 0;
    margin-bottom: 30px
}

.btn-v1 {

    background: var(--base-color);
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    border-radius: 40px;
    font-size: 20px;
    text-decoration: none
}


.justify {
    display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    text-align: center;
    text-align-last: center
}

.stadium {
    padding: 65px 0 0
}

.stadium p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px
}

img {
    max-width: 100%
}

#players,
#tickets {
    background: #f4f4f4;
    padding: 65px 0
}

#players {
    margin-top: 65px
}

#players .player {
    margin-bottom: 30px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#players .player .name {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0
}

#players .player .numb {
    color: #0A2D61;
    font-weight: 600;
    position: absolute;
    font-size: 22px;
    top: 30px;
    left: 30px
}

#players .player .flag {
    position: absolute;
    top: 60px;
    left: 30px
}


.title-block h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0 !important;
    color: #333;
}

.tc {
    margin-bottom: 30px
}

.title-block .sub {
    color: #6A7584;
    font-size: 16px;
    font-weight: 400;
}

#tickets .title-block h3 {
    margin-bottom: 20px;
}

#tickets .title-block p {
    font-size: 18px;
    font-weight: 300
}

.title-block p a {
    white-space: nowrap
}

.ticket {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
    background: #fff;
    text-align: center;
    padding: 20px 15px
}

.ticket .team {
    font-size: 16px
}

.ticket .buy-ticket,
.ticket .buy-ticket2 {
    font-size: 18px;
    padding: 10px 20px;
    color: #fff !important;
    text-decoration: none
}

.ticket .buy-ticket:hover {
    background: #24a5f1;
    color: #fff !important
}

.ticket .button {
    margin: 20px 0
}

.ticket .day {
    font-size: 48px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 40px
}

.ticket .mouth {
    font-size: 18px;
    color: #2c2c2c;
    text-transform: lowercase
}

.ticket .time {
    text-transform: lowercase
}

.ticket .stadium-name,
.ticket .stadium-name a,
.ticket .time {
    color: #696868;
    font-size: 16px
}

.home-callback.loading:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

/*
#buy-ticket-popup h3,
.corp h3 {
    color: #fff
}

#buy-ticket-popup form,
.corp form {
    max-width: 655px
}

#buy-ticket-popup .btn-v1,
.corp .btn-v1 {
    padding    : 10px 20px;
    border     : 0;
    font-size  : 18px;
    font-weight: 300
}

#buy-ticket-popup {
    padding-top: 50px
}

#buy-ticket-popup input.error,
input.error {
    border-color: #e84451
}

#buy-ticket-popup:before {
    display: none
}*/

form,
.cart_del,
.search-form {
    position: relative
}

form.loading:before,
.cart_del.loading:before,
.search-form.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ajax.gif);
    width: 50px;
    height: 50px;
    background-size: contain;
    z-index: 10;
}

.popup,
.popup-wide {
    background: #FFF;
    box-shadow: 0px 0px 4.37676px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    font-family: Roboto, 'sans-serif';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    max-width: 500px;
    text-align: center;
    position: relative;
    padding: 15px 55px;
}

.popup-wide {
    max-width: 800px
}

.filter {
    margin-top: 30px;
    margin-bottom: 30px
}

.filter .tab {
    font-size: 16px;
    color: #2c2c2c;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #72c2f2;
    border-radius: 40px;
    margin-right: 20px;
    text-decoration: none;
    display: inline-block
}

.filter .tab.active {
    background: #72c2f2;
    color: #fff
}

* {
    outline: 0 !important
}

.grid3>div {
    margin-bottom: 30px
}

#ticket-popup .loading img {
    width: 50px;
    margin: 10px 0px;
}

@media (max-width:1199px) {
    .container {
        width: 100% !important;
        max-width: 98vw !important;
    }
}


@media (max-width:1140px) {
    .news .post_size_small {
        display: block !important
    }

    .news .post_size_small .post_info {
        padding: 1em 40px 1em
    }

    .news .post_size_small .post_featured {
        width: 100% !important;
        height: auto !important;
        max-height: 100% !important
    }
}

@media (min-width:768px) {
    .only-mob {
        display: none !important
    }

    .flex2 {
        display: flex;
        flex-wrap: wrap
    }

    .grid3 {
        column-count: 3;
        column-gap: 0
    }

    .grid3>div {
        width: 100%;
        margin-bottom: 30px;
        break-inside: avoid
    }

    .match {
        padding-top: 15px
    }
}

@media (max-width:767px) {
    .ticket .team {
        padding: 23px 15px
    }

    .tc .ticket>div>.row {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .next-match .time {
        font-size: 28px
    }

    .next-match .info .team,
    .next-match .info .title {
        font-size: 16px
    }

    .home h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 500;
        margin-top: 50px;
        margin-bottom: 20px
    }

    .home .sub {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 70px
    }

    .news .post_size_small .post_featured {
        width: 100px
    }

    footer .row {
        text-align: center
    }

    footer .col-xs-12 {
        margin-bottom: 30px
    }

    .pay {
        text-align: center !important;
        display: block !important
    }

    .filter .tab {
        padding: 3px 12px;
        margin-right: 5px;
        margin-bottom: 10px
    }
}

.pay img {
    height: 40px;
    margin-left: 5px
}

.cart__img {
    max-width: 50px;
    max-height: 50px
}

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

.cart__txt {
    font-size: 24px;
    margin: 0 10px
}

.cart__h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 50px
}

.cart__title {
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    margin: 0 0 30px
}

.cart__title div {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #26a4ee;
    border-radius: 5px;
    font-size: 24px;
    color: #fff;
    margin: 0 20px 0 0
}

.cart__wrp {
    background: #fff;
    border-radius: 5px;
    padding: 40px
}

.cart__match {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.cart__hide {
    display: none
}

.match__line-cart {
    opacity: .6;
    margin: 0 0 20px
}

.cart_table {
    width: 100%;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    border-spacing: 0;
    margin: 0 0 30px
}

.cart_table tr {
    display: flex;
    border-bottom: 1px solid #dedede
}

.cart_table thead {
    background: #48525e
}

.cart_table tbody tr:last-child {
    border-bottom: none
}

.cart_table tbody tr:nth-child(2n) {
    background: #f1f1f1
}

.cart_table td,
.cart_table th {
    width: 15%;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #dedede;
    font-size: 18px;
    font-weight: 400;
    padding: 0 15px
}

.cart_table th {
    border-right: 1px solid #3c444e;
    color: #fff
}

.cart_table td:first-child,
.cart_table th:first-child {
    width: 60%;
    justify-content: flex-start
}

.cart_table td:last-child,
.cart_table th:last-child {
    width: 10%;
    border-right: none;
    padding: 0
}

.cart_del {
    width: 50px;
    height: 50px;
    background: url(../img/cart_del.svg) center no-repeat;
    background-size: auto 40%;
    opacity: .6;
    cursor: pointer;
    transition: opacity .5s ease-out
}

.cart_del:hover {
    opacity: 1
}

.cart__summa {
    font-size: 22px
}

.cart__summa span {
    color: #e84451;
    font-weight: 500;
    margin: 0 0 0 12px
}

.cart__block {
    margin: 0 0 70px
}

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

.cart__blocks .cart__block {
    width: 47%
}

.cart__input {
    position: relative
}

.cart__input.required:before {
    content: '*';
    font-size: 30px;
    color: #d91621;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.cart__input input,
.cart__input textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #95959e;
    font-size: 16px;
    color: #17171e;
    outline: 0;
    padding: 10px 0 5px;
    margin: 0 0 20px;
    max-height: 47px;
    transition: border-bottom .5s ease-out
}

.cart__input input::-webkit-input-placeholder,
.cart__input textarea::-webkit-input-placeholder {
    color: #17171e
}

.cart__input input.error {
    border-bottom: 1px solid #e84451
}

.cart_aletrs {
    max-width: 307px;
    max-height: 0;
    display: flex;
    background: #f6e1df;
    font-size: 12px;
    color: #575756;
    overflow: hidden;
    padding: 0 19px;
    transition: max-height .5s ease-out, padding .5s ease-out, margin .5s ease-out
}

.cart_aletrs.active {
    max-height: 110px;
    padding: 13px 19px;
    margin: 18px 0 0
}

.cert_input {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out, margin .5s ease-out
}

.cert_input.active {
    max-height: 100px;
    margin: 16px 0 0
}

.cert_input__text {
    font-size: 14px;
    margin: 0 0 11px
}

.cert_input input {
    width: 273px;
    max-width: 100%;
    height: 58px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    font-size: 24px;
    outline: 0;
    padding: 0 20px
}

.cart__inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cart__inputs .cart__input {
    width: 47%
}

.cart__text {
    font-size: 13px;
    color: #95959e;
    line-height: 19px;
    margin: 20px 0 0
}

.cart__text .star {
    font-size: 30px;
    color: #d91621
}

.cart__text-right {
    margin: 40px 0 0
}

.red {
    color: #d91621
}

.blue {
    color: #293584
}

.green {
    color: #80b55c
}

.cart__check {
    position: relative;
    padding: 9px 0 0
}

.cart__check-visa {
    padding: 9px 0;
    margin: 0 0 20px
}

.cart__check-agree label {
    color: #95959e;
    font-weight: 400
}

.cart__check label {
    font-size: 16px;
    color: #17171e;
    cursor: pointer;
    padding: 0 0 0 42px;
    font-weight: 400
}

.cart__check label:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 2px solid #95959e;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 6px;
    transition: background .5s ease-out
}

.cart__check label span {
    display: block;
    font-size: 13px;
    color: #95959e;
    line-height: 19px;
    margin: 14px 0 0;
    font-weight: 400
}

.cart__check input[type=checkbox],
.cart__check input[type=radio] {
    display: none
}

.cart__check input[type=checkbox]:checked+label:before,
.cart__check input[type=radio]:checked+label:before {
    background: url(../img/cabinet__check-dispatch.svg) center no-repeat;
    background-size: 100%
}

.cart__check input[type=checkbox]:checked+label:after,
.cart__check input[type=radio]:checked+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #26a4ee;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 11px
}

.cart__summa-pay {
    margin: 20px 0 0
}

.cart__bot {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 70px
}

.cart__submit {
    width: 280px;
    height: 60px;
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 18px;
    color: #17171e;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
    transition: background .5s ease-out, color .5s ease-out, opacity .5s ease-out
}

.cart__submit:hover {
    opacity: .8
}

.cart__submit.active {
    background: #80b55c;
    color: #fff;
    pointer-events: auto
}

.cart_del {
    cursor: pointer
}

@media (max-width:767px) {

    .window_map {
        display: none !important
    }

    .cart__blocks .cart__block {
        width: 100%
    }

    .cart__blocks {
        flex-wrap: wrap
    }

    .cart__txt {
        font-size: 16px
    }

    .cart__summa {
        font-size: 18px
    }

    .cart_table td,
    .cart_table th {
        font-size: 14px
    }

    #cart>div.cart__block>div.cart__wrp>table>tbody>tr>td:nth-child(2),
    #cart>div.cart__block>div.cart__wrp>table>thead>tr>th:nth-child(2) {
        display: none
    }

    .cart_table td:first-child,
    .cart_table th:first-child {
        width: 70%
    }

    .cart_table td:last-child,
    .cart_table th:last-child {
        width: 30%
    }

    .sfg {
        margin-bottom: 20px;
    }

    .sfg .title {
        margin-bottom: 10px;
    }
}

.tc .ticket>.row {
    flex-wrap: nowrap;
}

.scroll:focus {
    text-decoration: none;
    color: #fff
}

#people_count::placeholder,
.corp input[name='people']::placeholder {
    font-size: 16px;
}

.next-match .info .title {
    color: #fff !important;
}


.full-width {
    width: 100%
}

center {
    transform: translateY(-250%);
}

.m-header {
    margin-top: 150px
}

.container {
    position: relative
}

.card-newwave {
    padding: 5px 25px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

.card-newwave .date {
    font-size: 9pt;
    color: #0A2D61;
    font-weight: 700;
}

.copyright-pg {
    margin-top: 30px;
}

.strong_pg {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 36px;
    background: #FFE8E8;
    color: #FF1414;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    border-radius: 15px;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 20px 0px;
}

.bgbutton {
    color: white;
    width: 270px;
}

.contact-page {
    padding: 25px 40px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.contact-page__title-col {
    text-transform: uppercase;
    font-weight: 600;
    color: #233550;
}

.contact-page__col {
    padding: 10px 0;
}

.contact-page__title-col {
    margin-bottom: 5px;
}


.home-callback {
    margin: 50px 0 20px;
    padding: 40px 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4.37676px rgba(0, 0, 0, 0.2);

    border-radius: 15px;
}

.home-callback__input {
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #B1BBCA;
    padding: .7em 1em;

    border-radius: 7px;
}

/*
.home-callback__input::-webkit-input-placeholder,
.home-callback__input::-moz-placeholder,
.home-callback__input:-ms-input-placeholder,
.home-callback__input:-moz-placeholder {
    color: #fff
}*/

.home-callback__title {
    margin-top: 0;
    margin-bottom: 20px;
}

.btn--my-blue {
    width: 100%;
    height: 63px;
    padding: 0;

    font-size: 18px;
    font-weight: 500;
    line-height: 63px;
    margin-top: auto;
    background: var(--base-color);
    border-color: var(--base-color);
    border-radius: 7px;
}

.fiter_loader {
    display:block;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
      radial-gradient(farthest-side,var(--base-color) 94%,#0000) top/8px 8px no-repeat,
      conic-gradient(#0000 30%,var(--base-color));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
  }
  
  @keyframes l13{ 
    100%{transform: rotate(1turn)}
  }

.preloader_wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	position: absolute; 
}

.btn-tertiary {
    border-radius: 7px;
    background: var(--bs-body-bg-blue);
    color: var(--main-color-text);
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn--site-color {
    background: var(--base-color);
    border-color: var(--base-color);
}

.rounded-picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.basket {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    padding: 50px 45px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.basket__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #233550;
    margin-bottom: 35px;
}

.basket__item {
    background: #F2F7FC;
    border-radius: 15px;
    margin-bottom: 20px;

    padding: 30px 45px;
}

.basket__event-preview {
    display: flex;
}

.basket__event-img {
    height: 145px;
    object-fit: cover;
    border-radius: 7px;
}

.basket__event-info {
    display: flex;
    margin: 5px 0 5px 30px;

    justify-content: space-between;
    flex-direction: column;
}


.basket__event-mapping {
    display: flex;
    gap: 5px 40px;
    flex-wrap: wrap;

    font-size: 14px;
    line-height: 19px;

    letter-spacing: 0.345em;
    text-transform: uppercase;

    color: #233550;
}

.basket__event-type {}

.basket__map {}


.basket__event-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    margin-top: 15px;

    color: #233550;
}

.basket__item .basket__event-img {
    width: 270px;
    height: 145px;
    background-position: 50% 50% !important;
    position: relative;
}

.basket__item .event-cards__team-logos {
    position: relative;
    margin: auto;
    display: inline-flex;
    width: 100%;
    color: white;
    padding-top: 45px;
}

.basket__item .event-cards__team-logos .lleft,
.basket__item .event-cards__team-logos .lright {
    width: 50%;
    text-align: center;
    line-height: 60px;
}

.basket__item .event-cards__team-logos img {
    max-height: 58px;
    min-height: 58px;
}

.theme-orange .basket__item .event-cards__team-logos img {
    max-height: 24px;
    min-height: 24px;
}

.theme-orange .basket__item .event-cards__team-logos .lleft,
.theme-orange .basket__item .event-cards__team-logos .lright,
.theme-orange .basket__item .event-cards__team-logos .lcenter {
    line-height: 50px;
}

.basket__item .event-cards__team-logos .lcenter {
    text-align: center;
    line-height: 60px;
    color: white;
}

.event-basket__liga {
    position: absolute;
    left: 50%;
    top: 10%;
    width: auto;
    transform: translate(-50%, 0);
}

img.event-basket__liga-logo {
    max-height: 30px;
}

.basket__timing {
    display: flex;
    gap: 5px 40px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.basket__time {}

.basket__date {}

.basket__total {
    background: #F2F7FC;
    border-radius: 15px;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;

    color: #233550;
}

.basket-tab {
    display: flex;
    margin-top: 38px;
    flex-direction: column;

    font-family: "Open Sans", sans-serif;
    /*gap      : 24px;*/
}

.basket-tab__header {
    display: flex;
    font-size: 14px;

    gap: 5px 10px;

    letter-spacing: 0.345em;
    text-transform: uppercase;
    justify-content: space-between;
    padding-right: 65px;

    color: #233550;
}

.basket-tab__row {
    display: flex;
    padding: 10px 0;
    gap: 5px 10px;

    align-items: center;
    justify-content: space-between;
}

.basket__item .basket-tab__row:last-child
{
    padding: 10px 0 0px;
}

.basket-tab__col-title {
    flex: 1 1 60%;
    padding-right: 10px;
}

.basket-tab__col-count {
    flex: 1 1 20%;
    text-align: right;
}

.basket-tab__col-price {
    flex: 1 1 20%;
    text-align: right;
}


.basket-tab__col-remove {
    width: 60px;
    flex: 0 0 60px;
}

.basket-tab__col-title--ticket,
.basket-tab__col-count--ticket {
    line-height: 25px;

    color: #6A7584;
}

.basket-tab__col-count--ticket {
    white-space: nowrap;
}

.basket-tab__col-price--ticket {
    font-weight: 600;
    line-height: 1.35;

    text-align: right;
    text-transform: uppercase;

    color: #233550;
    white-space: nowrap;
}


.cross {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-left: auto;

    display: flex;
    width: 40px;
    height: 40px;
    color: var(--base-color);
}

.cross__inner {
    width: min-content;
    margin: auto;
}

.basket-tab__row+.basket-tab__row {
    border-top: 1px solid #C2CCDA;
}

.error_page404 {
    margin-top: 75px;
    min-height: 600px;
}

.error_page404 .top {
    background: url(/images/shtrihcode.png) no-repeat center top;
    height: 300px;
}

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

.error_page404 .content h2 {
    font-family: Raleway;
    font-size: 27px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    color: #233550;
    margin-bottom: 10px;
}

.error_page404 .content h3 {
    font-family: Raleway;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    color: #233550;
    margin: 0px;
    margin-bottom: 30px;
}

.error_page404 .content .btn {
    max-width: 300px;
}

@media screen and (max-width: 768px) {
    .basket__event-preview {
        flex-direction: column;
    }

    .basket__item .basket__event-img {
        width: 100%;
        height: 170px;
        background-size: 100% !important;
        margin-bottom: 20px;
    }

    .basket__item .event-cards__team-logos {
        padding-top: 50px;
    }

    .basket__item .event-cards__team-logos .lcenter {
        font-size: 50px;
    }

    .theme-orange .basket__item .event-cards__team-logos .lcenter {
        font-size: 20px;
    }

    .mob-logo {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;


    }

    .mob-logo svg {
        width: 40px !important;
        height: 40px !important;
    }

    .basket-tab {
        font-size: 16px;
    }

    .basket-tab__header {
        font-size: 12px;
    }

    .basket-tab__col-count {
        flex-basis: 22%;
    }

    .basket-tab__col-title {
        flex-basis: 45%;
    }

    .basket-tab__col-price {
        flex-basis: 36%;
    }

    .basket-tab__col-remove {
        flex: 0 0 50px;
    }


}

@media screen and (max-width: 574px) {
    .basket {
        padding: 30px 25px;
    }

    .basket-tab {
        font-size: 12px;
    }

    .basket__item {
        padding: 15px 10px;
    }

    .basket__event-info {
        margin: 5px 10px;
    }

    .basket__timing {
        justify-content: space-between;
    }

    .basket-tab__col-count--ticket {
        text-align: right;
    }

    .basket-tab__col-price--ticket {
        flex-basis: 22%;
    }
}

@media screen and (max-width: 475px) {
    .basket-tab__col-remove {
        flex: 0 0 40px;
    }

    .basket-tab__header .basket-tab__col-count {
        flex-basis: 35%;
    }

    .basket-tab__col-price {
        flex-basis: 36%;
    }

    .basket-tab__header .basket-tab__col-price {
        flex-basis: 55%;
    }

    .basket-tab__col-price {
        flex-basis: 35%;
    }

    .basket-tab__header {
        font-size: 11px;
    }

    .basket-tab__col-count--ticket {
        text-align: right;
    }

}

@media screen and (max-width: 375px) {
    .basket-tab__header {
        font-size: 8px;
    }

    .basket-tab__col-remove {
        flex: 0 0 20px;
        width: 40px;
    }

    .basket-tab__col-remove .cross {
        width: 30px;
        height: 30px;
    }

    .basket-tab__header .basket-tab__col-title {
        flex-basis: 30%;
    }

    .basket-tab__header .basket-tab__col-count {
        flex-basis: 30%;
    }

    .basket-tab__header .basket-tab__col-price {
        flex-basis: 40%;
    }

}

.order {
    padding: 40px 0 70px;
    background: #F2F7FC;
}

.order__info {
    margin-top: 34px;
    font-size: 14px;

    color: #6A7584;
}

.order__container {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 60px 125px 70px 55px;
}

.order__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;

    margin-bottom: 10px;

    color: #233550;
}

.order__privacy-policy {
    font-size: 14px;
    max-width: 780px;
    margin-bottom: 35px;

    color: #6A7584;
}

@media screen and (max-width: 574px) {
    .order__container {
        padding: 40px 30px 20px
    }
}

.new-input {
    margin-bottom: 30px;
}

.new-input__item {
    width: 100%;
    border: 1px solid #B1BBCA;
    padding: 10px 20px;

    font-size: 18px;

    border-radius: 7px;

    color: #000;
    resize: none;
}

.delivery-address {
    display: none;
}

.new-input__label {
    font-size: 14px;
    color: #AAAAAA;
    padding: 0 10px;
}

.js-validation.error .new-input__item {
    border: 1px solid #FF1600;

}

.js-validation .new-input__label {
    color: #FF1600;
    display: none;
}

.js-validation.error .new-input__label {
    display: block;
}

.pay-methods {}

.pay-methods__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;

    text-transform: uppercase;

    color: #233550;
}

.pay-methods__radio {
    opacity: 0;
    position: absolute;

    pointer-events: none;
}

.pay-methods__list {}

.pay-methods__item-bg {
    background: #F4F8FA;
    border-radius: 7px;

    margin-top: 5px;
    display: flex;
    height: calc(100% - 5px);
}

.pay-methods__item {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    cursor: pointer;
    padding: 22px 16px;
    width: 100%;
    display: flex;
}

.pay-methods__item-descript {
    font-size: 14px;

    color: #6A7584;
}

.pay-methods__item-icons {
    object-fit: contain;
}

.pay-methods__item-text {}

.pay-methods__item-title {
    margin-bottom: 10px;
}


.pay-methods__point-pack {
    display: flex;
    flex: 0 0 auto;
    width: 27px;
    height: 27px;
    margin: 0 15px 0 5px;

    box-shadow: inset 0px 0px 4.37676px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.pay-methods__point {
    width: 15px;
    height: 15px;
    margin: auto;
    background: #0A2D61;

    border-radius: 7px;
}

.pay-methods__secure-transition {
    object-fit: contain;
    max-width: max-content;
    margin: 0 15px;
}

.pay-methods__radio:not(:checked)+.pay-methods__point-pack .pay-methods__point {
    opacity: 0;
}

@media screen and (max-width: 574px) {
    .pay-methods__item-bg {
        flex-direction: column;
    }

    .pay-methods__secure-transition {
        margin: 15px auto;
    }

}

.show-more {
    display: flex;
    background: #E9F4FF;
    border-radius: 15px;
    border: 1px solid var(--base-color);
    color: var(--base-color);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    padding: 20px;
    transition: .2s all ease-out;
    min-height: 230px;
}

.show-more-icon {
    height: 40px;
    background-color: var(--base-color);
    -webkit-mask: url(../img/icons/show-more-icon.svg) no-repeat 50% 50%;
    mask: url(../img/icons/show-more-icon.svg) no-repeat 50% 50%;
}

.btn--order {}

.advantages {
    padding: 0 0 114px;
    background: #F2F7FC;
    margin-top: 70px;
}

.advantages__title {
    padding-top: 90px;
}

.block-advantage {
    margin-top: 60px;
}

.block-advantage__img {
    height: 88px;
    margin-bottom: 14px;
    color: var(--base-color);
    width: 148px;
}

.block-advantage__img svg {
    fill: currentColor;
}

.block-advantage__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #233550;
}

.block-advantage__content {
    font-size: 18px;
    line-height: 25px;
    color: #6A7584;
    margin: 15px 0 0;
}

.pay-logos {
    object-fit: contain;
}

#corp-popup {
    padding: 45px 45px 55px;
    text-align: left;
    max-width: 460px;
}

.ready__title {
    margin-bottom: 25px;
    margin-top: 0;
}

.ready__text {
    position: relative;
    padding-left: 65px;
    text-align: left;
}

.ready__text::before {
    display: block;
    position: absolute;
    left: 0;
    content: '';
    width: 45px;
    height: 45px;

    background: url(../img/ready.png);
}


.whatsapp-button {
    font-size: 26px;
    vertical-align: middle;
}

:root {
    --color-red: #FF1414;
    --color-bg-red: #FFE8E8;
    --color-bg-button: var(--base-color)
}

.warningText {
    color: var(--color-red);
    font-size: 18px;
    padding: 10px;
}

.bgWarning {
    background-color: var(--color-bg-red);
    width: fit-content;
}

.bgbutton {
    background-color: var(--color-bg-button);
    margin-bottom: 30px
}

.bgbutton:active,
.bgbutton:hover {
    background-color: var(--color-bg-button) !important;
    color: white;
    margin-bottom: 30px
}

.padB20 {
    padding-bottom: 20px
}

@media screen and (max-width: 995px) {
    .basket-tab__header {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .basket-tab {
        font-size: 16px;
    }

    .basket-tab__header {
        font-size: 12px;
    }

    .basket-tab__col-count {
        flex-basis: 25%;
    }

    .basket-tab__col-title {
        flex-basis: 45%;
    }
}

.with-tooltip {
    position: relative;
}

.custom-tooltip {
    --bs-tooltip-bg: #6A7584;
}

.tooltip-icon {
    position: absolute;
    right: 0;
    padding: 17px 20px;
    top: 50%;
    transform: translate(0, -50%) !important;
    color: #6A7584;
}

.js-validation.error .tooltip-icon 
{
    margin-top: -12px;
}

.tooltip-inner {
    max-width: 350px;
    width: 350px;
}

.required.error {
    border-color: red;
}

.js-valid-label {
    display: none;
}

.other_form .js-validation.error input {
    margin-bottom: 0px;
}

.other_form .js-validation.error label {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .tooltip-inner {
        max-width: 200px;
        width: 200px;
    }

    .home-callback {
        margin: 0px !important;
        padding: 20px 0px;
        box-shadow: none;
        border-top: 1px solid #ccc;
        border-radius: 0px;
        margin-top: 20px !important;
    }

}

.order-ticket__inside {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 40px 46px;
    height: 100%;
}

.order-ticket__title {
    letter-spacing: 0.345em;
    text-transform: uppercase;
    font-size: 14px;
    color: #233550;
    margin-bottom: 16px;
}

.order-ticket__name {
    font-weight: 600;
    font-size: 30px;
}

.order-ticket__descript {
    --icon-size: 45px;

    position: relative;
    margin-top: 26px;
    color: #6A7584;
    max-width: 600px;
}

.order-ticket__descript.success {
    padding-left: calc(var(--icon-size) - 5px);
    font-size: 12px;
}

.order-ticket__descript.success p {
    margin-bottom: 0px;
}

.order-ticket__descript.success ul {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.order-ticket__descript.success ul li {
    list-style: none;
}

.order-ticket__descript.success ul li span {
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #EBEFF3;
    border-radius: 8px;
    white-space: nowrap;
}

.order-ticket__descript.success ul li:after {
    content: " ";
    list-style: none;
    background: center/contain url("../img/icons/strelka.svg") no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    margin: 5px
}

.order-ticket__descript.success ul li:last-child:after {
    background: none;
}

.order-ticket__descript.success::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: center/contain url("../img/icons/green-check.svg") no-repeat;
}

.order-ticket__descript.email {
    padding-left: calc(var(--icon-size) + 5px);
    font-size: 12px;
    padding-top: 4px;
}

.order-ticket__descript.email::before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: center/contain url("../img/icons/email-check.svg") no-repeat;
}

.order-ticket__descript.fan-id {
    padding-left: calc(var(--icon-size) + 5px);
    font-size: 14px;
    line-height: 42px;
    overflow: hidden;
    color: #1DACD6;
}

.order-ticket__descript.fan-id::before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: center/contain url("../img/icons/fan-id.svg") no-repeat;
}

.order-ticket__descript.fan-id p a {
    color: #1DACD6;
    text-decoration: none;
}

.order-ticket__descript.email span {
    font-size: 10px;
    color: #949DAB;
}

.order-ticket__descript.email p {
    margin-top: -3px;
}

.order-ticket__sum {
    font-family: Roboto, 'sans-serif';
    font-weight: bold;
    font-size: 40px;
    line-height: 46px;
}

.order-ticket {
    background: center url(/upload/ticket.png) no-repeat;
    background-size: 100% 100%;
}

.order__container .col-count-2 {
    width: calc(100%/2);
}

.order__container .col-count-3 {
    width: calc(100%/3);
}

.order__container .col-count-5 {
    width: calc(100%/3);
}

.order__container .col-count-5.last {
    width: calc(100%/2);
}

.order__container .col-count-7 {
    width: calc(100%/3);
}

.order__container .col-count-7.last {
    width: 100%;
}

.gotoback a {
    float: left;
    font-size: 16px;
}

.gotoback.all {
    width: 100%;
    max-width: 270px;
    height: 37px;
    margin: -10px auto 40px;
    line-height: 14px;
}

.gotoback.all a {
    width: 100%;
    text-align: center;
}

.bottom-cart {
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 1001;
    position: fixed;
    left: 0;
    bottom: 0;
    transform: translateY(180%);
    transition: transform 0.5s ease-out;
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
}

.bottom-cart.active {
    transform: translateY(0);
}

.wrapper-bottom-cart {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-cart__button {
    width: 260px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--base-color);
    border-radius: 7px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    transition: opacity 0.5s ease-out;
}

.bottom-cart__button:hover {
    opacity: 0.8;
    color: var(--bs-white);
}

.bottom-cart__clear {
    display: flex;
    font-size: 18px;
    text-transform: lowercase;
    transition: opacity 0.5s ease-out;
    align-items: center;
    margin: 0 0 0 6px;
    cursor: pointer;
    font-weight: 600;
    color: var(--base-color);
}

.bottom-cart__clear .bottom-cart__clear-label:first-letter {
    text-transform: uppercase;
}

.bottom-cart__clear:hover {
    opacity: 0.8;
}

.bottom-cart__clear-icon {
    margin-left: 16px;
}

.circle-button {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    margin-left: 5px;
}

.bottom-cart__center {
    font-weight: 600;
    display: flex;
    font-size: 18px;
    color: #6a7584;
    gap: 10px 40px;
}

.bottom-cart__num {
    color: #233550;
    display: flex;
    align-items: center;
}

.circle-button {
    cursor: pointer;
    width: 38px;
    height: 38px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
}

.circle-button--cross__icon {
    -webkit-mask: url(../img/close.svg) no-repeat 50% 50%;
    mask: url(../img/close.svg) no-repeat 50% 50%;
    background-color: var(--base-color);
    height: 100%;
}

.cart-button .bottom-cart__clear {
    display: none;
}

.contact-page .vk {
    margin-top: 10px;
}

.contact-page .vk a {
    color: var(--base-color);
}

.contact-page .vk a:hover {
    color: var(--base-color);
}

.contact-page .vk a svg circle {
    stroke: var(--base-color);
}

.contact-page .vk a svg path {
    fill: var(--base-color);
}

.contact-page .vk span {
    margin-left: 6px;
}

.bottom-cart__block {
    display: flex;
    align-items: center;
}

.bottom-cart--blue .bottom-cart__dop_service {
    display: flex;
    justify-content: center;
}

.bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__price {
    border: 1px solid var(--base-color);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 24px;
    padding-right: 24px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
}

.bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__text-count {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 24px;
    padding-right: 24px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
    border-left: 1px solid var(--base-color);
}

.button-top {
    background-color: white;
    height: 61px;
    width: 74px;
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    margin-right: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 70px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0px 0px 7px 0px #0000001A;
}

.button-top span svg {
    margin-top: -10px;
}

.button-top span svg path {
    stroke: var(--base-color);
}

.cart .after-text {
    line-height: 15.6px;
    font-size: 12px;
    color: #AAA;
    margin-top: 20px;
}

.mobile-br {
    display: none;
}

.information {
    width: 100%;
    height: 34px;
    background: var(--accent-color);
    border-top: 1px solid rgba(44, 44, 44, 1);
    position: fixed;
    margin-top: 10px;
}

.information .text {
    font-size: 11px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    margin: 5px auto;
    display: flex;
    text-align: center;
}

.information .close {
    margin-right: 16px;
    margin-top: 3px;
    cursor: pointer;
}

.information .close svg {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 16px;
    max-height: 16px;
}

.information .cont-text {
    width: 100%;
}

.information .cont-close {
    width: calc(32px);
}

.vip-page
{
    background: var(--accent-color);
}

.vip-page .vip-container
{
    max-width: 1440px;
    margin: 0px auto;
    width: 100%;
}

.vip-page .vip-block-1 .vip-container
{
    max-width: 1440px;
    margin: 0px auto;
    width: 100%;
    display: flex;
    padding-top: 50px;
    padding-bottom: 80px;
}

.vip-page .vip-block-1 .vip-container .vip-info
{
    background: white;
    max-width: 874px;
    width: 100%;
    height: 457px;
    padding: 50px;
    border-radius: 16px;
    border: 1px solid #E3E9EF;
    padding-right: 350px;
    margin-left: 70px;
}

.vip-page .vip-block-1 .vip-container .vip-block-1__image
{
    width: 682px;
    height: 457px;
    border-radius: 16px;
    overflow: hidden;
    margin-left: -260px;
    margin-top: 70px;
}

.vip-page .vip-block-2
{
    width: 100%;
    clear: both;
    display: inline-block;
    background: white;
}

.vip-page .vip-block-2 .vip-container
{
    padding: 115px 80px 65px;
}

.vip-page .vip-block-2 .vip-benefit
{
    float: left;
    width: calc(25% - 5%);
    text-align: left;
    height: 150px;
    margin-bottom: 70px;
    margin-right: 6%;
}

.vip-page .vip-block-2 .vip-benefit:nth-child(4n)
{
    margin-right: 0px;
}

.vip-page .vip-benefit-text
{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--base-color) !important;
}

.vip-page .vip-block-2 .vip-benefit__img
{
    color: var(--base-color);
}

.vip-page .vip-block-3
{
    padding: 60px 0px;
}

.vip-page .vip-form
{
    width: 578px;
    height: auto;
    padding: 46px;
    background: white;
    border: 1px solid #E3E9EF;
    border-radius: 16px;
    margin: 0px auto;
}

.vip-page .vip-form h3
{
    margin: 0px;
    font-family: Raleway;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.vip-page .vip-form p
{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
}

.vip-page .vip-form input
{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    text-align: left;
}

.vip-page .vip-form textarea
{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    text-align: left;
}

.vip-page .vip-form .btn
{
    width: 231px;
    height: 63px;
    border-radius: 8px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}

.vip-page .vip-block-1 .btn
{
    width: 276px;
    height: 52px;
    border-radius: 7px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
}

.vip-page .vip-block-1 svg
{
    margin-bottom: 60px;
}

.vip-page .vip-block-1 svg path
{
    fill: var(--base-color);
}

.vip-page .vip-form .text-muted
{
    padding-top: 18px;
    margin-bottom: 15px;
}

.vip-page .vip-form .js-validation
{
    margin-bottom: 16px;
}

.vip-page .vip-block-4
{
    background: #FBFCFD;
}

.vip-page .vip-block-4 .vip-container
{
    padding: 70px 0px;
}

.vip-page .vip-block-4 .vip-container h2
{
    font-family: Raleway;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector
{
    width: 100%;
    display: inline-flex;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector div
{
    width: 50%;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text h3
{
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text ul
{
    padding: 0px;
    padding-left: 5px;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text ul li
{
    list-style-type: none;
    margin-bottom: 30px;
    margin-left: -5px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    display: flex;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text ul li span i
{
    content: " ";
    width: 10px;
    height: 10px;
    background: var(--base-color);
    border-radius: 100%;
    display: block;
    top: 50%;
    position: relative;
    margin-top: -5px;
    margin-right: 20px;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector:nth-child(2n)
{
    display: inline-block;
    margin-top: 70px;
}
.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector:nth-child(2n) div
{
    float: right;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-image img
{
    border-radius: 16px;
    overflow: hidden;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text div
{
    width: 100%;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .hidden
{
    display: none !important;
}

.vip-page .vip-block-4 .vip-container .vip-open-text
{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--base-color);
    cursor: pointer;
}

.fancybox-stage .vip-sector-description div
{
    max-width: 575px;
    height: 460px;
    overflow: hidden;
    padding: 20px;
    overflow-y: auto;
}

.vip-page .vip-block-5 .vip-container h2
{
    font-family: Raleway;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
}

.vip-page .vip-block-5 .vip-container
{
    text-align: center;
    padding: 70px 0px;
}

.vip-page .vip-block-5 .vip-container img
{
    width: 100%;
    max-width: 855px;
}

.vip-page .vip-block-5 .vip-container .btn
{
    width: 272px;
    height: 52px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 7px;
    line-height: 36px;
    margin-top: 50px;
}

.alter .information {
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.alter .information .text {
    color: rgba(0, 0, 0, 0.5);
}

.alter .information .close svg path {
    stroke: rgba(0, 0, 0, 0.5);
}

.social-groups {
    border-top: 1px solid #CDCDCF;
    padding-top: 25px;
    margin-top: 25px;
}

.social-groups .vk a:hover {
    color: var(--base-color);
}

.social-groups .vk a svg circle {
    stroke: var(--base-color);
}

.social-groups .vk a svg path {
    fill: var(--base-color);
}

#bottom-cart__clear__mobile {
    display: none;
}

@media screen and (max-width: 1400px) {
    .bottom-cart--blue .bottom-cart__dop_service{
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 1200px) {
    .information {
        height: auto;
    }
}

@media screen and (min-width: 993px) {
    .order-ticket__inside--right {
        padding-left: 100px;
    }
}

@media (max-width: 960px) {

    .bottom-cart--blue .bottom-cart__dop_service,
    .bottom-cart--blue .bottom-cart__center {
        flex-direction: column;
    }

    .bottom-cart--blue .bottom-cart__clear-label,
    .bottom-cart--blue .bottom-cart__center,
    .bottom-cart--blue .bottom-cart__button,
    .bottom-cart--blue .bottom-cart__dop_service__text-count,
    .bottom-cart--blue .bottom-cart__dop_service__price {
        font-size: 14px;
    }

    .bottom-cart--blue .bottom-cart__button {
        width: 195px;
    }

    .bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__text-count,
    .bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__price {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 0px;
    }

    .bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__text-count {
        border-right: 1px solid var(--base-color);
        border-bottom: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__price {
        display: flex;
        justify-content: center;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .not-mobile
    {
        display: none;
    }

}

@media screen and (max-width: 950px) {
    .order-ticket__descript.success ul {
        display: block;
    }

    .order-ticket__descript.success ul li {
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    .order-ticket__descript.success ul li:after {
        float: none;
        margin: 0px;
        text-align: center;
        width: 100%;
        margin-top: 5px;
        margin-bottom: -5px;
        transform: rotate(90deg);
    }

    .order-ticket__descript.email {
        margin-top: 20px;
    }

    .mobile-br {
        display: block;
    }

    .desktop-br {
        display: none;
    }

    .alter .information .text {
        color: rgba(0, 0, 0, 0.3);
    }

    .alter .information .close svg path {
        stroke: rgba(0, 0, 0, 0.3);
    }

}

@media screen and (max-width: 767px) {
    .button-top {
        width: 56px;
        height: 46px;
        line-height: 50px;
    }

    .button-top span svg {
        margin-top: -5px;
        width: 30px;
        height: 14px;
    }

    .order-ticket__descript {
        margin-top: 10px;
    }

    .order-ticket__descript.success,
    .order-ticket__descript.email,
    .order-ticket__descript.fan-id {
        padding-left: 0px;
        text-align: center;
        padding-top: 42px;
    }

    .order-ticket__descript.fan-id {
        margin-top: 0px;
    }

    .order-ticket__descript.success::before,
    .order-ticket__descript.email::before,
    .order-ticket__descript.fan-id::before {
        width: 100%;
    }

    .information {
        width: 100%;
        height: auto;
        background: var(--accent-color);
        border-top: 1px solid rgba(44, 44, 44, 1);
        position: fixed;
        margin-top: 0px;
    }

    .information .text {
        max-width: 80%;
        padding-bottom: 5px;
    }

    .continer-voiting-win {
        height: auto;
    }

    .continer-voiting-win .block-votes {
        display: block;
    }

    .contact-page .row .col-6 {
        width: 100%;
    }
    .vip-page
    {
        margin-top: -100px;
    }

    .vip-page .vip-block-1 .vip-container
    {
        display: grid;
        padding-bottom: 40px;
    }

    .vip-page .vip-block-1 .vip-container .vip-info
    {
        order: 2;
        width: calc(100% - 32px);
        height: auto;
        margin: 0px 16px;
        border-top: 0px;
        padding: 22px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .vip-page .vip-block-1 svg {
        margin-bottom: 32px;
    }

    .vip-page .vip-block-1 .vip-container .vip-info h1
    {
        font-family: Roboto;
        font-size: 36px;
        font-weight: 700;
        line-height: 41.11px;
        text-align: left;
    }

    .vip-page .vip-block-1 .vip-container .vip-block-1__image
    {
        order: 1;
        width: calc(100% - 32px);
        margin: 0px 16px;
        background: white;
        padding: 22px;
        border-radius: 16px;
        border: 1px solid #E3E9EF;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 0px;
    }

    .vip-page .vip-block-1 .vip-container .vip-block-1__image img
    {
        border-radius: 16px;
        height: 100%;
        width: 100%;
    }

    .vip-page .vip-block-1 .btn
    {
        width: 100%;
        font-family: Open Sans;
        font-size: 18px;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
    }

    .vip-page .vip-block-2 .vip-container
    {
        padding: 115px 0px 65px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .vip-page .vip-block-2 .vip-benefit
    {
        width: 30%;
        height: auto;
        margin: 0px 10% 40px;
        text-align: center;
    }

    .vip-page .vip-block-2 .vip-benefit__img
    {
        height: 76px;
        width: 76px;
        margin-bottom: 20px;
    }

    .vip-page .vip-block-2 .vip-benefit__img use
    {
        width: 65px;
    }

    .vip-page .vip-benefit-text
    {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .vip-page .vip-block-2 .vip-container
    {
        padding: 65px 0px;
    }

    .vip-page .vip-block-3
    {
        padding: 45px 0px;
        margin: 0px 16px;
    }

    .vip-page .vip-form
    {
        width: 100%;
        height: auto;
        padding: 30px 16px 20px;
    }

    .vip-page .vip-form h3
    {
        font-family: Roboto;
        font-size: 36px;
        font-weight: 700;
        line-height: 41.11px;
        text-align: left;
        margin-bottom: 16px;
    }

    .vip-page .vip-form p
    {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        letter-spacing: -0.02em;
        text-align: left;
    }

    .vip-page .vip-form #formCheck
    {
        margin-left: 8px;
    }
    .vip-page .vip-form .btn
    {
        width: 100%;
        height: 52px;
        border-radius: 7px;
        text-align: center;
        font-family: Open Sans;
        font-size: 18px;
        font-weight: 700;
        line-height: 24.01px;
        text-align: center;
    }

    .vip-page .vip-block-4
    {
        padding: 16px;
    }

    .vip-page .vip-block-4 .vip-container
    {
        padding: 20px 0px;
    }

    .vip-page .vip-block-4 .vip-container h2
    {
        font-family: Roboto;
        font-size: 36px;
        font-weight: 700;
        line-height: 41.11px;
        text-align: left;
    }

    .vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector
    {
        display: block;
    }

    .vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector div
    {
        width: 100%;
    }

    .vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text h3
    {
        font-family: Roboto;
        font-size: 28px;
        font-weight: 700;
        line-height: 33.6px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text ul li
    {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        letter-spacing: -0.02em;
        text-align: left;
    }
    .vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector div
    {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.02em;
        text-align: left;
        margin-bottom: 40px;
    }

    .vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector:nth-child(2n)
    {
        margin-top: 0px;
    }

    .vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector:last-child div
    {
        margin-bottom: 0px;
    }

    .vip-page .vip-block-5 .vip-container
    {
        padding: 40px 16px 60px;
    }

    .vip-page .vip-block-5 .vip-container h2
    {
        font-family: Roboto;
        font-size: 36px;
        font-weight: 700;
        line-height: 41.11px;
        text-align: left;
    }

    .vip-page .vip-block-5 .vip-container .vip-text
    {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-top: 5px;
    }

    .vip-page .vip-block-5 .vip-container .vip-text .vip-block
    {
        display: inline-block;
        background: #194CA5;
        width: 33.64px;
        height: 22px;
        border-radius: 4px;
        margin-bottom: -6px;
    }

    .vip-page .vip-block-5 .vip-container .btn
    {
        width: 100%;
        height: 52px;
        border-radius: 7px;
    }

    .order-ticket {
        background: none;
    }

    .order-ticket__inside--left {
        background-image: url(/upload/ticket-vertical-top.png);
        background-size: calc(100% - 32px) 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

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

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

    .order-ticket__inside--right {
        background-image: url(/upload/ticket-vertical-bottom.png);
        background-size: calc(100% - 32px) 100%;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
    }

    .cart-button {
        width: 200px;
        display: flex;
    }

    .cart-button .bottom-cart__clear {
        width: 15%;
    }

    .cart-button .bottom-cart__button {
        width: 85%;
        float: right;
        text-align: center;
    }

    .cart-button .bottom-cart__clear .circle-button {
        margin: 0px auto;
    }

    .cart-button .bottom-cart__clear {
        display: block;
        margin-top: 8px;
    }

    #main-event-slider {
        overflow: hidden;
    }

    .carousel-indicators {
        width: 70%;
        overflow: hidden;
    }
}

@media (max-width: 500px) {

    .bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__text-count {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .bottom-cart--blue .bottom-cart__dop_service .bottom-cart__dop_service__price{
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #bottom-cart__clear__mobile {
        display: block;
    }

    .bottom-cart--blue .bottom-cart__center,
    .bottom-cart__dop_service {
        flex-direction: row;
    }

    .bottom-cart--blue .bottom-cart__dop_service{
        margin-bottom: 5px;
    }

    .bottom-cart--blue .cart-button {
        width: 100%;
    }

    .bottom-cart--blue .bottom-cart__clear {
        display: none;
    }

    .bottom-cart--blue .bottom-cart__button {
        width: 100%;
        margin-bottom: 10px;
    }

    .wrapper-bottom-cart {
        flex-flow: column;
    }

    .bottom-cart__center {
        flex-wrap: wrap;
        gap: 0 10px;
        justify-content: center;
        padding: 15px 0px 5px 0px;
    }

    .bottom-cart {
        height: auto;
    }
}
