.mobile-swipe {
    display: none;
    text-align: center;
}
.mobile-swipe img {
    width: 50px;
}
@media (max-width: 1020px) {
    .hamburger {
        display: block !important;
    }
    .details {
        display: block !important;
    }
    
    .header__right > h2 {
        display: none !important;
    }
    .language-switcher a {
        font-size: 12px !important;   
    }
    .user-activity__wrapper {
        font-size: 12px !important;
    }
    .card__header {
        display: none;
    }
}
@media (max-width: 999px) {
    .page__body {
        width: 100%;
        margin: 0 !important;
    }
    .sidebar,
    .section {
        float: none;
        clear: both;
        width: 100%;
        margin: auto;
    }
    .footer__wrapper {
        overflow: auto;
    }
    .header .vcard {
        text-align: left;
    }
    .header .logo.header-logo {
        background-image: url('../i/spartak-main-logo.png');
        background-size: contain;
        background-position: center center;
        max-width: 32%;
        margin: 6px 0 0 0;
    }
    .header .vcard__item a {
        color: #000 !important;
        text-decoration: none;
    }
    .header .logo {
        margin: auto;
        display: inline-block;
    }
    .header__main__logo {
        margin: 10px 0 0 0 !important;
    }
    .header__left__link {
        margin-top: -12px;
    }
    .header__contacts__title {
        padding-right: 60px !important;
    }
    .user-activity {
        align-items: center;
    }
    .sidebar .login-form .text,
    .sidebar .login-form .lost-password {
        width: 50%;
        float: left;
    }
    .sidebar .login-form .text {
        text-align: right;
    }
    .sidebar .login-form {
        float: none;
        clear: both;
        width: 100%;
        margin: auto;
    }
    .sidebar .login-form .input {
        margin: 0 0 15px 0;
    }
    .sidebar .login-form .btn {
        float: right;
        margin: 0 0 15px 0;
    }
    .sidebar .login-form input.control-size-m {
        width: 40%;
    }
    .partners {
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }
    .partners .partner-logo {
        margin-bottom: 15px !important;
    }
    .footer .partners__primary {
        padding: 0 !important;
    }
    .footer .partners__secondary {
        padding: 0 !important;
    }
    .footer .partners__primary > a {
        padding-bottom: 0 !important;
    }
    .footer .partners__primary .tushino img {
        height: auto !important;
    }
    .footer .partners__title {
        margin-bottom: 20px;
    }
    .event-slider {
        height: auto;
    }
    .step-menu a {
        display: inline;
    }
    .navigation {
        height: auto;
        padding: 0 15px;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
    }
    .navigation .nav-link {
        display: block;
        margin: 15px 0;
        float: left;
        width: 50%;
    }
    .navigation .nav-link:nth-last-of-type(3):first-child,
    .navigation .nav-link:nth-last-of-type(3):first-child ~ a {
        width: 100%;
    }
    .content {
        padding: 0;
    }
    .js-campaigns,
    .js-cards {
        overflow: auto;
        margin-top: 15px;
    }
    h2.conceal {
        margin-top: 15px;
    }
    img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 0 !important;
    }
    .tickets__orders-filter {
        margin-top: 5px !important; 
    }
  
    .tickets__prices .block-left {
        display: inline-block;
        width: 40%;
    }
    .tickets__prices .zone-name {
        font-size: 16px;

    }
    .tickets__prices .block-right {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        line-height: 18px;
    }
    .my-orders tbody tr td:last-child {
        padding-left: 0 !important;
    }
    .tickets__list tbody tr td ul.list-links {
        margin-left: -10px !important;
    }
    
    .header__main {
        align-items: center;
    }
    .header__right {
        height: max-content !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .user-activity {
        justify-content: space-between !important;
        height: auto !important;
    }
    .user-activity__wrapper:first-child {
        padding-right: 12px;
    }
    .basket {
        position: fixed;
        top: 5px;
        right: 5px;
        z-index: 1000;
        background-color: #e3173e;
        padding: 2px !important;
        border-radius: 5px;
    }
  
    .mobile-swipe {
        display: block;
    }
    .header {
        display: flex;
        height: auto;
        padding: 0;
        text-align: center;
    }
    .tickets__switch-language {
        margin: 35px 10px 0 10px;
    }
    .header .logo.header-logo {
        min-width: 50px;
    }
    .header__right {
        flex-direction: row !important;
    }
    .header__main__logo {
        width: 66px !important;
        height: 50px !important;
    }
    .map iframe {
        max-width: 100%;
    }
    .article {
        padding: 0;
    }
    .article .address {
        margin: 15px 0;
    }
    .header > a:nth-last-of-type(2):first-child {
        float: left;
    }
    .header > a:nth-last-of-type(2):first-child ~ a{
        display: block;
        float: right;
        top: 30px;
        right: 15px;
    }
    input[name=is_agreement_accepted] {
        margin-top: 15px;
        margin-right: 5px;
    }

    .fancybox-outer, .fancybox-inner {
        overflow: auto;
    }
    .tickets__quant-dialog,
    .fancybox-inner {
        /*max-width: 100%;*/
    }

    .sidebar .login-form .input {
        width: 100% !important;
        margin: 0 0 15px 0;
        box-sizing: border-box;
    }
    .sidebar .login-form .btn {
        width: 100% !important;
        margin: 0 0 15px 0;
        height: auto;
    }
    .widget {
        margin: 15px 0;
    }
    .tickets__list {
        margin: 0 0 15px 0;
        position: relative;
    }
    .sidebar .widget {
        margin-bottom: 9px;
    }
    .js-campaigns table thead,
    .tickets__list thead {
        display: none;
    }
    .js-campaigns table *,
    .tickets__list * {
        display: block;
        text-align: left !important;
    }
    .js-campaigns table tbody tr td,
    .tickets__list tbody tr td {
        padding-left: 50%;
    }
    .js-campaigns table tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .js-campaigns table tbody tr td {
        min-height: 2em;
    }


    .js-campaigns table tbody tr td:nth-last-child(1):first-child,
    .tickets__list tbody tr td:nth-last-child(1):first-child {
        padding: 15px !important;
    }
    
    .js-campaigns table tbody tr td:before,
    .tickets__list tbody tr td:before {
        position: absolute;
        left: 0;
        content: attr(title);
        width: 50%;
    }
    .js-campaigns table,
    .tickets__list a {
        padding: 5px 0;
    }
    .js-campaigns table tbody tr:nth-child(odd) {
        background-color: #f7f7f7;
    }
    .js-campaigns table td {
        border: none;
    }
    .header .page-title,
    .header .title {
        display: none;
    }
    .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .btn span {
        margin: 0 !important;
    }
    .step-menu {
        margin-bottom: 15px;
        height: auto;
        padding: 2px 15px 5px 15px;
    }
    .step-menu a {
        padding: 0;
    }
    #dropdown-list {
        width: 100%;
        left: 0;
    }
    #dropdown-list li {
        padding: 0 6px;
        margin: 0;
    }
    #dropdown-list li a {
        width: 100%;
        padding: 10px;
    }
    .tickets__venue {
        width: auto !important;
        height: auto !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .tickets__scheme {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 42px;
        box-sizing: border-box;
    }
    .tickets__scheme table {
        border-spacing: 5px;
    }
    .tickets__scheme table td {
        font-size: 14px !important;
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
    }
    .tickets__scheme table td.stadium {
        position: absolute;
        width: 100%;
        left: 0;
        line-height: 40px;
    }
    .tickets__scheme table td.row-title,
    .tickets__scheme table td.row-item {
        left: 0;
        line-height: 30px;
        background: rgba(255, 255, 255, 0.75);
        width: 40px;
        text-align: center;
        padding: 0;
    }
    #datepicker {
        width: 100%;
        margin: 15px 0 0 0;
        box-sizing: border-box;
        font: 13px 'pf_synch_proregular', Arial, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 36px;
        padding: 10px;
        cursor: pointer;
        vertical-align: middle;
        color: #b4b4b4;
        border: 1px solid #bbb;
    }
    .user-info .text a {
        margin: 15px 0;
        display: block;
    }
    .tickets__orders-filter form input[type=text]{
        width: 100%;
        margin: 0 0 15px 0;
        box-sizing: border-box;
        font: 13px 'pf_synch_proregular', Arial, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 36px;
        padding: 10px;
        cursor: pointer;
        vertical-align: middle;
        color: #b4b4b4;
        border: 1px solid #bbb;
    }
    .tickets__orders-filter input[type=submit] {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .tickets__orders-filter input[type="text"] + button {
        margin: -17px 17px 0 -30px;
    }
    .form__actions {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 0 0 0;
    }
    .form__actions .btn {
        margin-bottom: 15px;
        box-sizing: border-box;
        height: 36px;
        padding: 10px 25px;
    }
    .form {
        padding: 0;
    }
    .form .input-group {
        min-width: 0;
        margin: 0;
        width: 100%;
        position: relative;
    }
    .form .input-group .input {
        height: 36px;
        padding: 10px;
        width: 100%;
        padding-right: 35px;
    }
    .form .input-group .select {
        width: 100%;
        margin: 0;
        height: 36px;
        border-radius: 0;
    }
    .form .label {
        display: block;
        margin-bottom: 5px;
        margin-top: 15px;
    }
    .form .form__caption {
        margin: 0;
    }
    .form .input-group .check-icon {
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .alert {
        margin: 15px 0;
    }
    .form .form__group {
        width: 100% !important;
        clear: both;
        float: none;
    }
    .form .input + .select,
    .form .input + .input:not(:last-of-type) {
        margin: 15px 0;
    }
    .form .textarea {
        width: 100%;
        box-sizing: border-box;
    }
    .form .radio-group__item {
        margin-bottom: 15px;
    }
    .form .input-group .plus {
        display: none;
    }
    .form__inner, .content__inner {
        max-width: 100%;
    }
    .title {
        margin-bottom: 0;
    }
    .title .js-cards-refresh.reset-btn {
        margin: 15px 0;
        box-sizing: border-box;
        min-width: 110px;
        height: 36px;
        padding: 10px 25px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .language-switcher {
        order: 3;
        padding-bottom: 2px;
    }
    .fancybox-opened {
        width: 92% !important;
        left: 4% !important;
    }
    .fancybox-opened .fancybox-inner {
        width: 100% !important;
    }
    .tickets__quant-dialog {
        width: 100% !important;
    }
    .fancybox-opened .tickets__list tbody tr td::before {
        position: static;
        display: inline-block;
        width: 150px;
    }
    .fancybox-opened .tickets__list tbody tr td select {
        display: inline-block;
        margin-left: -3px;
    }
    .fancybox-opened .tickets__quant-dialog .quantity {
        display: inline-block;
        margin: 0;
    }
    .fancybox-opened .tickets__quant-dialog .total {
        width: 90%;
    }
    .tickets__quant-dialog .submit-button-wrap {
        text-align: center;
    }
    #tickets__popup-container {
        width: 100%;
    }
    .tickets__filter-actiontypes li {
        width: 95%;
        margin: 5px 10px 0;
    }
    .tickets__admission-caption {
        margin: 0 0 15px 5px;
    }
}
