/* font-family: "HelveticaReg"; */
@font-face {
	font-family: 'HelveticaReg';
	src: url('../fonts/HelveticaNeueCyrThin.eot');
	src: url('../fonts/HelveticaNeueCyrThin.eot') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyrThin.woff2') format('woff2'),
	url('../fonts/HelveticaNeueCyrThin.woff') format('woff'),
	url('../fonts/HelveticaNeueCyrThin.ttf') format('truetype'),
	url('../fonts/HelveticaNeueCyrThin.svg#HelveticaNeueCyrThin') format('svg');
	font-style: normal;
	font-weight: normal;
}
/* font-family: "HelveticaRegItalic"; */
@font-face {
	font-family: 'HelveticaReg';
	src: url('../fonts/HelveticaNeueCyrThinItalic.eot');
	src: url('../fonts/HelveticaNeueCyrThinItalic.eot') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyrThinItalic.woff2') format('woff2'),
	url('../fonts/HelveticaNeueCyrThinItalic.woff') format('woff'),
	url('../fonts/HelveticaNeueCyrThinItalic.ttf') format('truetype'),
	url('../fonts/HelveticaNeueCyrThinItalic.svg#HelveticaNeueCyrThinItalic') format('svg');
	font-style: italic;
	font-weight: normal;
}
/* font-family: "HelveticaMedium"; */
@font-face {
	font-family: 'HelveticaMedium';
	src: url('../fonts/HelveticaNeueCyrMedium.eot');
	src: url('../fonts/HelveticaNeueCyrMedium.eot') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyrMedium.woff2') format('woff2'),
	url('../fonts/HelveticaNeueCyrMedium.woff') format('woff'),
	url('../fonts/HelveticaNeueCyrMedium.ttf') format('truetype'),
	url('../fonts/HelveticaNeueCyrMedium.svg#HelveticaNeueCyrMedium') format('svg');
}
/* font-family: "HelveticaBold"; */
@font-face {
	font-family: 'HelveticaBold';
	src: url('../fonts/HelveticaNeueCyrBold.eot');
	src: url('../fonts/HelveticaNeueCyrBold.eot') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyrBold.woff2') format('woff2'),
	url('../fonts/HelveticaNeueCyrBold.woff') format('woff'),
	url('..fonts/HelveticaNeueCyrBold.ttf') format('truetype'),
	url('../fonts/HelveticaNeueCyrBold.svg#HelveticaNeueCyrBold') format('svg');
	font-style: normal;
	font-weight: normal;
}

.fin_gr {
    border: 1px solid #c2cad8;
    border-bottom: none;
    padding: 7px 0;
    margin-bottom: -10px
}

.fin_gr:last-of-type {
    border-bottom: 1px solid #c2cad8
}

:root {
    --font-color: #fff;
    --bg-color: #ed1f24;
    --footer-color: #1f2c49
}

body {
    background: #fff;
    text-align: left;
    font-family: "HelveticaMedium", sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 400
}

a {
    text-decoration: none!important;
    outline: 0;
    color: #000
}

a:hover {
    text-decoration: underline;
    outline: 0
}

a img {
    border: none
}

dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    padding: 0;
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1px
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: auto
}

img {
    max-width: 100%;
    height: auto
}

b {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 120%;
    margin-bottom: 30px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

h1 {
    font-size: 35px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

p {
    font-size: 14px;
    line-height: 120%;
    color: #000;
    padding-bottom: 15px
}

input,
textarea {
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 57px;
    line-height: 55px;
    padding: 0 10px 0 10px;
    outline: 0;
    margin-bottom: 20px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    text-align: left;
    font-family: "HelveticaMedium", sans-serif
}

.fa {
    font-family: FontAwesome !important
}

textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 110%;
    height: 95px
}

input:-moz-placeholder {
    color: #000
}

input::-webkit-input-placeholder {
    color: #000
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
    display: 000
}

button[type=submit],
input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    display: block;
    background: var(--bg-color);
    /*height: 52px;*/
    cursor: pointer;
    border: none
}

button {
    outline: 0
}

.center {
    text-align: center
}

.align-right {
    text-align: right
}

.right {
    float: right
}

.right.right-flex {
    float: none;
    display: flex;
    align-items: center
}

.banner-overlay-down {
    width: 100%;
    height: 10px
}

.select-city {
    display: inline-block;
    text-align: left
}

.select-city .selectric {
    border: none;
    background: #fff url(../images/icons/select.png) no-repeat left center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    line-height: 52px
}

.select-city .selectric-button {
    display: none
}

.select-city .selectric-label {
    border-bottom: 1px solid #f68f91
}

.select-city .selectric-items {
    background: #fff;
    min-width: 120px
}

.select-city .selectric-items li,
.select-city .selectric-items ul {
    font-size: 14px
}

.select-city .selectric-items li.highlighted,
.select-city .selectric-items li:hover {
    background: var(--bg-color);
    color: #fff
}

.select-city .selectric-items li {
    border-top: 1px solid #c4c4c4;
    padding-left: 20px
}

.select-city .selectric-items li:first-child {
    border: none
}

.select .selectric {
    background: 0 0;
    border: none;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    padding: 0 0;
    line-height: 36px;
    position: relative
}

.evvs .select .selectric {
    text-align: right
}

.evvs .select .selectric:after {
    position: relative;
    margin-left: 5px
}

.select .selectric-button {
    display: none
}

.select .selectric:after {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    content: "\f078";
    color: var(--bg-color);
    font-family: FontAwesome;
    font-size: 14px
}

.select .selectric-items {
    background: #fff
}

.select .selectric-items li,
.select .selectric-items ul {
    font-size: 19px;
    font-variant: 700
}

.select .selectric-items li.highlighted,
.select .selectric-items li:hover {
    background: var(--bg-color);
    color: #fff
}

.select .selectric-items li {
    border-top: 1px solid #c4c4c4;
    padding-left: 20px
}

.select .selectric-items li:first-child {
    border: none
}

.banner-overlay {
    width: 100%;
    height: 90px
}

.btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    color: var(--font-color);
    background: var(--bg-color);
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn:hover {
    text-decoration: none;
    opacity: .9
}

.btn.large {
    line-height: 68px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.btn.blue {
    background: #235b9e
}

.btn.messenger-color {
    background: #09f
}

i.fab.fa-facebook-messenger {
    font-size: 30px;
    margin-left: 9px;
    position: relative;
    top: 7px
}

a.messenger-lk,
a.pdf-lk {
    width: 35px;
    height: 35px;
    text-align: center
}

a.pdf-lk i {
    color: var(--bg-color);
    font-size: 35px;
    top: 0
}

a.messenger-lk i.fab.fa-facebook-messenger {
    color: #0084ff;
    font-size: 35px;
    top: 0;
    margin: 0
}

.fixed_messeng:hover {
    box-shadow: 0px 0px 15px 3px #555
}

.fixed_messeng:hover span.txt_fixed_mes {
    display: inline-block
}

span.txt_fixed_mes {
    background: #fff;
    max-width: 250px;
    text-align: justify;
    color: #000;
    transition: all .4s;
    display: none;
    position: fixed;
    right: 50px;
    bottom: 120px;
    box-shadow: 0px 0px 8px 1px #555;
    padding: 10px;
    border-radius: 10px
}

.fixed_messeng {
    transition: all .4s;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100000;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: 0px 0px 8px 1px #555
}

.fixed_messeng i.fab.fa-facebook-messenger {
    color: #0084ff;
    font-size: 49px;
    top: 7px;
    margin: 0
}

.btn.grey {
    background: #e1e1e1;
    color: #000;
    border: 1px solid #e1e1e1
}

.follow_messeng {
    padding: 0 !important;
    margin: 10px 0 !important
}

.follow_messeng a {
    margin: 0
}

header {
    /*padding: 20px 0 0;*/
    /*-webkit-box-shadow: 4px 4px 30px 0 rgba(228, 30, 35, .26);*/
    /*-moz-box-shadow: 4px 4px 30px 0 rgba(228, 30, 35, .26);*/
    /*box-shadow: 4px 4px 30px 0 rgba(228, 30, 35, .26);*/
    /*position: fixed;*/
    width: 100%;
    /*top: 0;*/
    /*left: 0;*/
    z-index: 15;
    background: #c9af6e
}

header .col-md-10 {
    padding-left: 0
}

.logotype {
    display: inline-block;
    margin: 0 0 10px 0;
    max-width: 200px;
    position: relative;
    top: -23px
}
footer .logotype{
    max-width: 170;
    top: -14px
}

.phone.mobile-phone {
    display: none
}

#form-auth select {
    margin-bottom: 20px
}

#form-auth label {
    font-weight: 400;
    line-height: 24px
}

#form-auth select {
    background-color: #fff;
    overflow: auto;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 400;
    line-height: 55px;
    border: 1.5px solid #00adff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
    line-height: 55px
}

.navigation {
    border-top: 1px solid #e5e5e5
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.navigation ul li {
    display: table-cell;
    padding: 0 10px;
    color: #000;
    position: relative;
    text-align: center
}

.navigation ul li:first-child {
    text-align: left;
    padding-left: 0
}

.navigation ul li:last-child {
    text-align: right;
    padding-right: 0
}

.navigation ul li a {
    color: #000;
    display: inline-block;
    line-height: 44px;
    padding: 5px 0;
    border-top: 5px solid #fff
}

.navigation ul li.active>a,
.navigation ul li:hover>a {
    border-top: 5px solid var(--bg-color);
    text-decoration: none
}

.favorit {
    line-height: 52px;
    margin-left: 17px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-decoration: none
}

.favorit:hover {
    text-decoration: underline
}

.favorit .fa {
    color: var(--elements-color);
    font-size: 22px
}

.phone {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 27px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #000;
    margin-left: 10px;
}

.phone_fot {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}

.phone_fot .fab.fa-whatsapp {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    color: #25d366;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    top: -2px;
    position: relative
}

.phone_fot .fa {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden;
    background: #5baeff;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative
}

.phone small {
    display: block;
    padding-left: 40px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 12px;
}

.phone .fa {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    background: var(--bg-color);
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    bottom: 8px;
    position: relative;
}

.phone:hover {
    text-decoration: none
}

.header-search {
    max-width: 305px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center
}

.header-search input {
    width: 75%
}

.header-search.shallow {
    max-width: 27%
}

#media_search {
    display: none
}

.header-search input {
    font-size: 14px;
    font-family: "HelveticaMedium", sans-serif;
    background: #f8f8f8;
    height: 52px;
    line-height: 52px;
    border: none;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.active {
    padding-top: 0;
    border-top: 5px solid var(--bg-color)!important
}

.lang {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #c9af6e;
    border: 1px solid #a8925a;
}
.menu-inner .btn{
	margin: 0;
    text-transform: uppercase;
    padding: 0 24px;
}
.lang a {
    font-size: 14px;
    color: #000;
    padding: 9px;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
}

.lang a.current:after {
    content: "\f078";
    color: var(--elements-color);
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 10px
}

.lang a .icon {
    width: 23px;
    height: 17px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.lang ul {
    display: none;
    background: #c9af6e;
    position: absolute;
    top: 100%;
    left: -1px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    width: 102%;
    text-align: left;
    z-index: 10;
    border: 1px solid #a8925a
}

.lang ul a {
    padding: 9.5px 9px;
}

.lang ul li {
    border-top: 1px solid #ddd
}

.lang ul li:first-child {
    border: none
}

/*.lang ul a .icon {
    width: 24px;
    height: 18px
}*/

.lang:hover ul {
    display: block
}

.lang a:hover {
    text-decoration: none
}

.user {
    background: url(../images/icons/user.png) no-repeat center center;
    float: right;
    width: 21px;
    height: 21px;
    display: none
}

.logout_m {
    display: none;
    background: url(../images/icons/logout.svg) no-repeat center center;
    float: right;
    width: 21px;
    height: 21px;
    margin-left: 10px
}

.mobile-menu {
    background: #2e3a55;
    width: 21px;
    height: 2px;
    float: left;
    margin: 6px 0 0 0;
    position: relative;
    display: none;
    clear: both
}

.mobile-menu:before {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2e3a55;
    content: ""
}

.mobile-menu:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2e3a55;
    content: ""
}

.mobile-search {
    display: none
}

#content {
    padding-top: 125px
}

.slick-list {
    margin: 0 -10px
}

.slick-slide {
    padding: 0 10px
}

/*.slick-slide img {*/
/*    width: 100%*/
/*}*/

.slick-dots {
    position: absolute;
    right: 0;
    top: -46px;
	display:none
}

.slick-dots li {
    display: inline-block
}

.slick-dots button {
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: #fff;
    text-indent: -999px;
    margin: 0 0 0 15px;
    z-index: 15;
    border: none;
    border-radius: 100%;
    padding: 0;
    cursor: pointer
}
.list_session_calendar .slick-dots button{
	border: 1px solid var(--bg-color);
}

.slick-dots .slick-active button {
    background: var(--elements-color)
}

.slick-slide {
    outline: 0
}
.content_sss {
	box-shadow: 0px 0px 10px 0px var(--bg-color);
	max-width:350px;
    position: fixed;
    background: #fff;
    border: 2px solid var(--bg-color);
    border-radius: 25px;
    z-index: 100500;
	display: none;
}
.content_sss_after:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border-right: 2px solid var(--bg-color);
    border-bottom: 2px solid var(--bg-color);
    transform: rotate(45deg);
    bottom: -12px;
}
.one_ses {
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 10px;
}
.one_ses:last-child{
	border:none;
}
.container.bg {
    margin-bottom: -36px
}
.blue-section h2 i, .calendar-section h2 i{
    right: 20px;
    display: block;
    position: absolute;
    top: 20px;
    color: var(--bg-color);
    font-size: 27px;
    cursor: pointer;
	transition: all .4s;
}
.blue-section h2 i:hover, .calendar-section h2 i:hover{
	-o-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	-moz-transform: rotate(-1turn);
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
}
#slider .slick-slide {
    position: relative
}

#slider .slick-slide img, section.banner img {
    /*height: 100%;*/
    object-fit: cover
}

#slider .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

#slider .slick-dots {
    text-align: right;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 40px;
    top: auto;
    max-width: 1170px;
    transform: translate(-50%, 0);
    left: 50%;
    right: auto;
    padding: 0 15px
}

#slider .slick-dots .slick-active button,
#slider .slick-dots button:hover {
    background: var(--bg-color)
}

#slider .slick-list {
    margin: 0
}

#slider .slick-slide {
    padding: 0
}

.slide-content {
    padding-bottom: 130px;
    padding-top: 55px
}

.slide-content h2 {
    font-family: "HelveticaMedium", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

.slide-content h3 {
    font-family: "HelveticaMedium", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px
}

.slide-content .btn {
    border-radius: 0;
    line-height: 68px;
    font-size: 19px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    padding: 0 40px;
    text-transform: uppercase
}

.slider-text-bg {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 10px;
    margin: 5px 0
}

.slider-text-bg>h3 {
    margin-bottom: 0
}

#slider .btn {
    margin-left: 0
}

.search-box {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
    width: 100%;
    padding: 15px 0;
    position: relative;
    margin-bottom: 40px;
    margin-top: -128px
}

.search-box .td {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px 0 30px;
    border-left: 1px solid #e1e1e1;
    width: 19%
}

#concerts-search label,
.search-box label {
    font-size: 12px;
    display: block;
    color: #000;
    padding-top: 4px
}

span.span_center {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#concerts-search input[type=text],
.search-box input[type=text] {
    border: none;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 36px;
    height: 36px;
    font-family: "HelveticaMedium", sans-serif
}

#concerts-search input[type=submit],
.search-box input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    padding: 0 24px;
    margin: 0;
    background: var(--bg-color);
    text-align: center;
    top: 13px;
    position: relative;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    text-transform: uppercase;
    font-family: "HelveticaMedium", sans-serif;
    width: 100%
}

#concerts-search input[type=submit] {
    line-height: 75px;
    height: 75px
}

#concerts-search input[type=submit]:hover,
.search-box input[type=submit]:hover {
    text-decoration: none;
    opacity: .9
}

.search-box .td.submit {
    border: none;
    padding-left: 0;
    width: 16%
}

.search-box .td:nth-child(1) {
    width: 23%
}

.search-box .td:nth-child(2) {
    width: 22%
}

#concerts-search {
    padding: 30px 0 35px;
    background: #f2f2f2;
    position: relative;
    margin: 0 120px
}

#concerts-search .wrap {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 30px 5px;
    min-height: 75px
}

#amount {
    font-weight: 700;
    font-size: 17px
}

.wrap-slider-range {
    padding: 0 40px 0 30px;
    margin-top: -22px;
    margin-bottom: 17px
}

#slider-range {
    height: 5px;
    border: none;
    background: #eb696c
}

#slider-range .ui-widget-header {
    background: var(--bg-color)
}

#slider-range .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--bg-color);
    outline: 0;
    top: -7px;
    cursor: pointer;
    z-index: 1
}

#slider-range .ui-slider-handle:before {
    content: "\f0c9";
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    transform: rotate(90deg);
    line-height: 20px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block
}

.blue-section {
    background: #fff;
    padding: 35px 0 0 0;
    position: relative
}
.blue-section h2 {
	position: relative;
    color: #000;
    margin-bottom: 25px;
    font-weight: 900
}
.blue-section .fas.fa-undo-alt, .calendar-section .fas.fa-undo-alt{
	display:none;
}
.slick-track {
    margin-left: 0;
}
.blue-section .col-md-4, .calendar-section .col-md-4 {
    padding-right: 20px
}

.blue-section .col-md-8, .calendar-section .col-md-8 {
    padding-left: 35px
}

.carousel-col-5 {
    padding: 30px 10px 0
}

#city {
    background: #f2f2f2;
    padding: 30px 0 12px;
    position: relative;
    margin-top: -2px;
    margin: 0 120px
}

#city h2 {
    margin-bottom: 27px;
    font-weight: 900
}

#city ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#city a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0 0 28px 0;
    display: block
}

#city a span {
    color: #9e9e9e;
    font-weight: 400;
    display: inline-block
}

#city a:hover {
    text-decoration: none;
    color: var(--bg-color)
}

#city a:hover span {
    color: #9e9e9e
}

.box {
    padding: 10px 10px 68px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px
}
.blue-section .box{
	padding: 10px 10px 0px;
}
.calendar-section .box{
    padding: 0 10px 0;
}
.box .img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    margin-bottom: 14px;
    display: block
}

.box .img img {
    width: 100%
}

.box .title {
    font-weight: 600;
    font-family: "HelveticaBold", sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 120%;
    margin-bottom: 9px;
    display: block;
    padding: 0 15px
}

.box p {
    font-size: 14px;
    line-height: 170%;
    font-weight: 400;
    padding: 0 15px 20px
}

.box .hover p {
    color: #080808;
	font-weight: 600;
    /*text-shadow: 1px 1px #000*/
}

.box p.desc {
    color: #9c9c9c;
    font-size: 13px;
    line-height: 100%
}

a.box:hover {
    text-decoration: none
}

.box .price {
    font-family: "HelveticaMedium", sans-serif;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid var(--elements-color);
    line-height: 45px;
    padding: 0 25px;
    display: inline-block;
    color: var(--elements-color);
    position: absolute;
    bottom: 23px;
    left: 25px;
    z-index: 12
}

.box .price small {
    font-size: 14px
}

a.box:hover .price {
    background: var(--elements-color);
    color: #fff
}

.box .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 0 5px 51px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 51px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 51px 0 rgba(0, 0, 0, .1);
    padding: 60px 15px 85px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden
}

.box:hover .hover {
    display: block
}

.box .hover .desc {
    padding-bottom: 15px
}

.box .hover>div {
    overflow: hidden;
    height: 100%
}
.blue-section .box .hover>div{
	height: auto;
}
.box .adc {
    position: absolute;
    top: 20px;
    left: 18px;
    z-index: 12;
    font-size: 10px;
    font-family: "HelveticaMedium", sans-serif;
    color: #fff;
    text-align: center
}

.box .adc span {
    display: inline-block;
    margin: 0 2px;
    background: #6adad1;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.box .adc span.blue {
    background: #5a93e0
}

.box .adc span.red {
    background: red
}

.box .adc span.green {
    background: #00af25
}

.box.top {
    border: 1px solid #ebebeb;
    float: left
}

.box.top h2 {
    font-weight: 900;
    font-size: 20px
}

.main-catalog {
    padding: 20px 10px 0;
    background: #fff;
    position: relative;
    margin: 0 120px
}

.breadcrumbs {
    padding: 35px 0 30px
}

.main-content .breadcrumbs {
    padding: 35px 0 0
}

.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
    font-size: 17px;
    color: #000
}

.breadcrumbs a {
    margin-right: 20px;
    position: relative;
    text-decoration: underline
}

.breadcrumbs a:after {
    position: absolute;
    right: -15px;
    content: "\f054";
    font-size: 14px;
    color: var(--bg-color);
    font-family: FontAwesome;
    font-size: 10px
}

.nav-catalog {
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.list-categories {
    display: block;
    float: left
}

.list-categories a {
    font-family: "HelveticaMedium", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    padding: 15px 0;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: -3px
}

.list-categories a:hover {
    padding-bottom: 12px;
    color: red;
    text-decoration: none
}

.list-categories a.active,
.list-categories a.active:hover {
    padding-bottom: 12px;
    border-bottom: 5px solid red;
    color: red
}

.sort {
    font-family: "HelveticaMedium", sans-serif;
    font-size: 18px;
    color: #000;
    position: relative;
    line-height: 30px;
    padding: 5px 35px 5px 10px;
    margin: 10px 0 10px 5px;
    display: inline-block;
    border-radius: 40px
}

.sort:before {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 36px;
    content: "\f078";
    color: var(--bg-color);
    font-family: FontAwesome;
    font-size: 12px;
    transform: translateY(-50%)
}

.sort.up:before {
    content: "\f077"
}

.sort.active {
    background: var(--bg-color);
    color: #fff
}

.sort.active:before {
    color: #fff
}

.sort:hover {
    text-decoration: none
}

.show-more {
    font-size: 19px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    color: #000;
    background: #ebebeb;
    padding: 0 20px;
    line-height: 68px;
    text-align: center;
    margin: 8px auto 6px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.show-more:hover {
    text-decoration: none;
    background: var(--bg-color);
    color: #fff
}

.follow {
    padding: 25px 0 32px;
    position: relative;
    margin: 0 120px;
    background: #fff
}

.follow h2 {
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 24px
}

.ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 0
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    filter: none;
    opacity: 1
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: none;
    background: 0 0;
    color: #000;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ui-datepicker-header {
    border: none;
    background: 0 0;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px
}

.ui-datepicker .ui-datepicker-title {
    line-height: 0;
    padding: 5px 0
}

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
    padding: 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    text-decoration: none;
    border: none;
    background: 0 0
}

.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
    font-family: FontAwesome;
    font-size: 22px;
    content: "\f0d9";
    color: var(--elements-color);
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\f0da"
}

.ui-datepicker {
    width: 360px;
    padding: 0
}

.ui-datepicker th {
    color: var(--bg-color);
    font-size: 14px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center
}

.ui-datepicker a,
.ui-datepicker span {
    padding: 5px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    font-weight: 500;
    margin-left: 5px
}

.ui-datepicker td {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none
}

.ui-datepicker a.ui-state-default {
    color: var(--bg-color);
    font-family: inherit;
    background: #fde8e9;
    margin-bottom: 3px
}

.ui-datepicker .ui-datepicker-today span {
    background-color: var(--bg-color);
    color: #fff;
    display: block
}

.calendar .ui-datepicker-header {
    display: none
}

.calendar .ui-datepicker {
    width: 100%;
    border: none;
    padding: 20px 25px 10px
}

.calendar {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 30px;
	border: 1px solid var(--bg-color);
    border-radius: 3px;
}

.wrap-month {
    margin: 0;
    padding: 20px 45px 15px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eaeaea
}

.slider-month span,
.ui-datepicker-month,
.ui-datepicker-year {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #a9a9a9;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 15px
}

.slider-month span.m {
    padding: 5px 0
}

.slider-month span.y,
.ui-datepicker-year {
    font-size: 8px;
    font-weight: 500;
    color: silver
}

.slider-month .slick-current span,
.ui-datepicker-month {
    font-size: 18px;
    color: var(--elements-color);
    line-height: 20px
}

.slider-month .slick-current .m {
    padding: 0
}

.slider-month .slick-current span .y,
.ui-datepicker-year {
    font-size: 11px;
    color: #000
}

.slider-month .slick-arrow {
    position: absolute
}

.slider-month .slick-slide {
    width: 20%
}

.slider-month .slick-list {
    margin: 0
}

.slider-month .slick-current+.slick-active span,
.slider-month .slick-current+.slick-active+.slick-slide span {
    color: #000
}

.slider-month .slick-current+.slick-active span .y,
.slider-month .slick-current+.slick-active+.slick-slide span .y {
    color: silver
}

.next-month,
.prev-month {
    position: absolute;
    top: 50%;
    left: 25px;
    color: var(--elements-color);
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%)
}

.next-month {
    left: auto;
    right: 25px
}

.prev-month:before {
    content: "\f0d9";
    font-family: FontAwesome
}

.next-month:before {
    content: "\f0da";
    font-family: FontAwesome
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.hov_cl .col-md-3,
.hov_cl_header .col-md-3 {
    width: 25%;
    float: left
}

footer {
    /*background: var(--footer-color);*/
    padding: 20px 0;
    position: relative
}

.emfoot {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    /*text-transform: uppercase*/
}

.emfoot i {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden;
    background: #5baeff;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative
}

footer a,
footer p {
    color: #000
}

footer p {
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 150%
}

footer h3 {
    margin-bottom: 20px;
    font-family: "HelveticaBold", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 35px;
}

footer .logotype {
    margin-top: 10px;
    margin-bottom: 5px
}

footer .btn {
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 70px;
    display: block;
    max-width: 230px
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
}

.menu li {
    display: block;
    padding: 10px 0 10px
}

.menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.copyright {
    font-size: 11px;
    font-family: "HelveticaMedium", sans-serif;
    color: #fff;
    padding: 10px 15px
}

.desired-place {
    background: #f7f7f7;
    padding: 50px 0 60px
}

.desired-place h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px
}

.banner {
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
    position: relative
}

.banner-content {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    vertical-align: bottom;
    padding: 50px 65px;
    border-radius: 25px
}

.banner h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    background: url(../images/icons/icon-title.png) no-repeat 0 0;
    padding-left: 55px;
    margin-left: -55px;
    margin-top: 15px;
    margin-bottom: 25px
}

.duration {
    font-weight: 700;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-right: 15px
}

.tags {
    display: inline-block
}

.tags a {
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    line-height: 17px;
    border: 1px solid #fff;
    border-radius: 2px;
    display: inline-block;
    margin-left: 2px
}

.tags a:hover {
    text-decoration: none;
    background: #fff;
    color: #000
}

.info-banner {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

.info-banner li {
    padding: 7px 0 7px 25px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-family: "HelveticaMedium", sans-serif
}

.info-banner li span {
    display: block;
    font-size: 12px;
    padding-bottom: 10px
}

.buy-ticket {
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer
}

.disabled span {
    background: #fff;
    color: #888;
    border: 1px solid #888
}

.buy-ticket .btn {
    text-transform: uppercase;
    line-height: 56px;
    padding: 0 25px;
    font-size: 13px;
    margin: 0;
    border-radius: 0
}

.buy-ticket .button-close {
    display: none
}

.buy-ticket .price {
    background: #fff;
    padding: 0 10px;
    line-height: 55px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    border: 1px solid #f3f3f3;
    border-left: none;
    min-width: 100px;
    text-align: center
}

.buy-ticket .price small {
    font-size: 15px
}

.buy-ticket:hover {
    opacity: .9
}

.main-content h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px
}

.main-content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px
}

.table {
    display: table;
    width: 100%
}

.tr {
    display: table-row
}

.td {
    display: table-cell;
    vertical-align: middle
}

.slider-nav .slick-slide {
    padding: 6px 3px 0;
    cursor: pointer
}

.slider-nav .slick-track {
    margin-left: -3px;
    margin-right: -3px
}

.slider-for .slick-slide {
    padding: 0
}

.play {
    position: relative;
    display: block
}

.play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    border-radius: 100%;
    overflow: hidden;
    background: var(--bg-color);
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 48px;
    line-height: 115px;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    line-height: 115px
}

.schedule {
    padding-bottom: 20px;
    border-top: 2px solid #f3f3f3
}

.schedule .buy-ticket {
    float: right
}

.schedule .td {
    font-size: 14px;
    color: #000;
    border-bottom: 2px solid #f3f3f3;
    padding: 15px
}

.schedule #hall_map .td {
    border-bottom: none
}

.schedule .td:last-child {
    padding-right: 0
}

.schedule .date {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    padding-left: 10px;
    background: 0 0
}

.schedule .date span {
    display: inline-block;
    font-size: 17px;
    padding-left: 10px;
    line-height: 100%;
    vertical-align: middle
}

.schedule .date span small {
    display: block;
    font-size: 12px
}

.schedule .where {
    color: #555
}

.schedule .where strong {
    display: inline-block;
    padding-right: 30px;
    min-width: 85px;
    color: #000
}

.table.no-table {
    display: block
}

.hall-name {
    margin: 20px 0
}

.timer-block {
    padding: 15px;
    font-size: 16px
}

.tickets-frase {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    padding: 10px 0
}

#payment.form-box {
    padding-top: 0
}

#submit_bcc {
    margin-left: 0
}

.card-icons .fa.card-icons:first-child {
    margin-left: 0
}

.credit_card_field,
.expdate,
.mycvv {
    border-radius: 3px;
    padding: 0 25px;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 8px 10px;
    outline: 0;
    margin-bottom: 20px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #c2cad8;
    border-radius: 3px;
    text-align: left;
    font-family: "HelveticaMedium", sans-serif;
}

#hall_scheme .td {
    font-size: 16px
}

.tr.no-row {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.tr.no-row div:last-child {
    flex: 1
}

.td.no-cell {
    min-width: 20%
}

.td.date.no-cell {
    margin: 0
}

.tr-buy {
    padding: 0;
    border-bottom: 2px solid #f3f3f3
}

.tr.tr-header {
    background-color: var(--bg-color)
}

.schedule .tr-header .td {
    color: #fff;
    font-weight: 700;
    text-align: center
}

.schedule .tr-row:nth-child(even) {
    background-color: #fcfcfc
}

.schedule .tr-row:nth-child(odd) {
    background-color: #f0f0f0
}

.schedule .tr-row .td {
    text-align: center
}

.schedule .tr-header .td:first-child,
.schedule .tr-row .td:first-child {
    text-align: left
}

.tr.selected-row {
    border-top: 2px solid var(--elements-color);
    border-right: 2px solid var(--elements-color);
    border-left: 2px solid var(--elements-color);
    padding: 10px 10px 0
}

#hall_map {
    border-bottom: 2px solid var(--elements-color);
    border-right: 2px solid var(--elements-color);
    border-left: 2px solid var(--elements-color);
    padding: 0 40px 10px
}

.schedule .td.td-buy {
    padding: 0
}

#desired-place {
    display: flex!important;
    flex-direction: row
}

#desired-place.vertical {
    display: flex!important;
    flex-direction: column
}

.caption {
    display: table-caption;
    caption-side: bottom;
    text-align: right;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    background: silver
}

.timer-block {
    text-align: left
}

#hall_scheme .minus_button,
#hall_scheme .plus_button {
    width: 25px;
    height: 25px;
    background: #a2a2a2;
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ddd;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    cursor: pointer
}

#hall_scheme .plus_button {
    background: var(--bg-color)
}

.tickets_qty {
    height: 34px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 34px
}

.radio-container {
    display: inline-block;
    position: relative;
    padding: 5px 5px 5px 35px;
    margin-bottom: 0;
    margin-right: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #eee
}

.radio-container:hover input~.checkmark {
    background-color: #ccc
}

.radio-container input:checked~.checkmark {
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked~.checkmark:after {
    display: block
}

.radio-container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--bg-color);
    transform: translate(-50%, -50%)
}

.after-agreement-text {
    font-size: 11px;
    display: inline-block;
    max-width: 80%;
    vertical-align: middle
}

.map {
    padding-left: 22px;
    margin-bottom: 25px
}

.map img {
    width: 100%
}

.main-content .style-title h2 {
    margin-bottom: 20px
}

.choose-places {
    padding: 20px 0;
    -webkit-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 6px 21px 0 rgba(0, 0, 0, .15);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 15;
    display: none
}

.choose-places h2 {
    margin-bottom: 10px
}

.choose-places .buy-ticket {
    margin-top: 20px
}

.item-place {
    min-width: 185px;
    border: 1px solid #ebebeb;
    display: inline-block;
    margin: 15px 15px 0 0;
    padding: 15px 35px 15px 20px;
    border-radius: 3px;
    position: relative
}

.item-place .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ccc;
    font-size: 26px
}

.item-place .close:hover {
    text-decoration: none
}

.item-place span {
    display: block;
    color: #000;
    font-family: "HelveticaMedium", sans-serif;
    line-height: 120%
}

.item-place .place {
    font-size: 14px;
    font-weight: 700
}

.item-place .price-place {
    font-size: 20px;
    font-weight: 700
}

.item-place .name {
    font-size: 11px;
    font-weight: 400
}

#add-place {
    min-width: 360px;
    padding: 30px 30px 45px;
    display: inline-block
}

#add-place .count,
#add-place .mines,
#add-place .plus {
    width: 45px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 17px;
    float: left;
    border: 1px solid #b7b8b8;
    border-radius: 0;
    display: block;
    line-height: 40px;
    color: #000;
    margin-bottom: 0
}

#add-place .mines,
#add-place .plus {
    font-weight: 900;
    font-size: 33px
}

#add-place .mines:hover,
#add-place .plus:hover {
    text-decoration: none
}

#add-place .minus {
    border-radius: 3px 0 0 3px
}

#add-place .plus {
    border-radius: 0 3px 3px 0
}

#add-place input[type=submit] {
    margin-left: 15px;
    float: left;
    max-width: 145px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    border-radius: 3px
}

#add-place h3 {
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px
}

#user-discount,
.reg-box {
    max-width: 520px;
    padding: 30px 90px 20px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden
}

.reg-box h2 {
    font-size: 30px;
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 7px
}

.reg-box .btn {
    display: block;
    line-height: 60px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 16px
}

.reg-box label {
    position: relative;
    display: block
}

.reg-box .show-pass {
    position: absolute;
    font-size: 15px;
    line-height: 18px;
    color: #9a9a9a;
    border-bottom: 1px dashed #9a9a9a;
    right: 25px;
    top: 17px
}

.reg-box .show-pass:hover {
    text-decoration: none
}

.reg-box p {
    line-height: 150%;
    padding-bottom: 20px
}

.reg-box input {
    font-size: 15px;
    padding: 0 20px;
    border-radius: 3px;
    min-width: 300px
}

.reg-box input[type=submit] {
    height: 60px;
    line-height: 60px;
    font-family: "HelveticaBold", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 16px
}

.reg-box .line {
    position: relative;
    font-size: 16px;
    z-index: 10;
    margin-bottom: 20px;
    padding: 0 10px;
    display: inline-block
}

.reg-box .line:before {
    width: 530px;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -2;
    margin-top: 3px
}

.reg-box .line:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    content: "";
    z-index: -1
}

#registration {
    background: #f1f1f1;
    padding: 45px 0 60px;
    position: relative;
    margin: 0 120px
}

#registration .reg-box {
    background: #fff;
    margin: auto;
    padding-bottom: 30px
}

#registration .reg-box .line {
    margin-bottom: 25px
}

input[type=checkbox] {
    opacity: 0;
    display: none
}

input[type=checkbox]+label {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: left
}

input[type=checkbox]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
    content: "";
    color: #06cf7d;
    font-family: FontAwesome;
    font-size: 10px;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #e8e8e8;
    border-radius: 3px
}

input[type=checkbox]:checked+label:before {
    content: "\f00c"
}

.h h2 {
    margin: 50px 0 10px 0;
    font-weight: 700
}

#concerts-search.bg {
    background: #fff;
    padding-top: 0
}

#concerts-search.bg .wrap {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 30px 5px;
    min-height: 75px;
    border: 1px solid #efefef
}

#concerts-search.bg .h .row {
    margin-top: 45px
}

.duration.with-icon {
    background: url(../images/icons/icon.png) no-repeat left top;
    padding-left: 30px
}

.buy-ticket .btn.similar {
    min-width: 260px
}

#faq-section {
    background: #f1f1f1;
    padding-top: 35px;
    padding-bottom: 30px;
    position: relative;
    margin: 0 120px
}

#faq-section h2 {
    font-weight: 700;
    margin-bottom: 3px
}

#faq-section h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 20px
}

.accordion {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    padding: 25px 25px 20px 65px
}

.accordion:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(228, 30, 35, .26);
    -moz-box-shadow: 0 0 25px 0 rgba(228, 30, 35, .26);
    box-shadow: 0 0 25px 0 rgba(228, 30, 35, .26)
}

.accord-content {
    display: none;
    font-size: 16px;
    line-height: 150%
}

.accord-content p {
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 0;
    padding-top: 15px
}

.accord-title {
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 135%
}

.accordion:after {
    position: absolute;
    content: "+";
    font-size: 38px;
    color: var(--bg-color);
    top: 25px;
    left: 20px
}

.accordion.open:after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 20px;
    left: 21px
}

#thank-you-page {
    background: #ebebeb url(../images/bg/bg-thanks.png) no-repeat center bottom/100%;
    padding-top: 50px;
    position: relative;
    margin: 0 120px
}

#thank-you-page .container:not(.full_width) {
    max-width: 800px
}

#thank-you-page h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0
}

#thank-you-page p {
    font-size: 16px
}

.share {
    margin-top: 15px
}

.share h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.share a {
    display: inline-block;
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 20px;
    background: #235b9e
}

.share .vk {
    background: #2f76a5
}

.share .instagram {
    background: #ffb51b;
    background: -moz-linear-gradient(45deg, #ffb51b 7%, #db000e 46%, #db000e 47%, #b40797 100%);
    background: -webkit-linear-gradient(45deg, #ffb51b 7%, #db000e 46%, #db000e 47%, #b40797 100%);
    background: linear-gradient(45deg, #ffb51b 7%, #db000e 46%, #db000e 47%, #b40797 100%)
}

.share .twitter {
    background: #75a9ea
}

.icon-box {
    padding-left: 152px;
    position: relative;
    padding-top: 20px
}

.icon-box:after {
    width: 128px;
    height: 128px;
    border-radius: 100%;
    line-height: 128px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #70cc6b url(../images/icons/check.png) no-repeat center center;
    color: #fff
}

#thank-you-page .wrap {
    display: table;
    width: 100%
}

#thank-you-page .left-sec {
    display: table-cell;
    vertical-align: middle
}

#thank-you-page .left-sec {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px
}

#thank-you-page .right-sec {
    display: table-cell;
    vertical-align: middle;
    width: 337px
}

#thank-you-page .bg-white {
    background: #fff;
    padding: 15px 25px 0
}

#thank-you-page .bg-white:first-child {
    padding-top: 30px
}

#thank-you-page h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

#thank-you-page .info-banner {
    margin: 0 -8px
}

#thank-you-page .info-banner li {
    color: #000;
    font-size: 14px;
    width: 49%;
    padding: 8px;
    vertical-align: top
}

#thank-you-page .info-banner li span {
    padding-bottom: 5px
}

#thank-you-page .line {
    line-height: 0;
    font-size: 0
}

#thank-you-page .line img {
    width: 100%
}

#thank-you-page .item-place {
    min-width: 1px;
    border: none;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 10px 0 0;
    border-radius: 3px;
    position: relative;
    width: 49%
}

.section {
    padding: 50px 0 0
}

.section.first {
    padding: 0
}

.phone_fot .fa {
    margin-right: 10px;
    margin-left: 0
}

.section p {
    font-size: 16px;
    line-height: 180%;
    padding-bottom: 30px
}

.section h1,
.section h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 110%
}

.section h1 {
    margin-bottom: 25px
}

.bg-red {
    background: #ff6467
}

.bg-red-2 {
    background: var(--elements-color);
    margin-top: 40px
}

.bg-red h2,
.bg-red p,
.bg-red-2 h2,
.bg-red-2 p {
    color: #fff
}

.bg-red h2 {
    margin-bottom: 37px
}

.image {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    width: 100%;
    height: 100%;
    line-height: 0;
    min-height: 486px
}

.image img {
    position: absolute;
    bottom: 0
}

.bg-red .image img {
    bottom: auto;
    top: 0
}

.icon-group-box {
    padding-top: 55px;
    padding-bottom: 35px
}

.icon-group-box p {
    padding: 0;
    font-size: 15px
}

.icon-group-box p strong {
    font-size: 16px
}

.icon-group-box .col-sm-6 {
    padding-bottom: 60px
}

.icon {
    margin-bottom: 20px
}

.without-search#slider .slick-dots {
    text-align: right;
    bottom: 70px
}

.without-search#slider .slide-content {
    padding-bottom: 50px;
    padding-top: 50px
}

.with-height {
    justify-content: center;
    align-items: center
}

.with-height .image {
    min-height: 480px
}

.with-height .col-sm-7 {
    padding-bottom: 50px
}

.with-height p {
    font-size: 20px;
    line-height: 150%;
    padding-bottom: 20px
}

.btn-white {
    line-height: 70px;
    padding: 0 45px;
    font-family: "HelveticaMedium", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    text-transform: uppercase
}

.btn-white:hover {
    text-decoration: none;
    opacity: .9
}

.bg-grey {
    background: #f1f1f1;
    padding: 30px 0;
    margin: 0 120px;
    position: relative
}

.bg-grey h2 {
    font-size: 30px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 800
}

.balance {
    width: 100%;
    float: right;
    font-size: 20px;
    color: #000;
    padding-left: 30px;
    white-space: nowrap;
    margin-bottom: 20px;
    /*background: url(../images/icons/balance.png) no-repeat left center*/
}

.balance strong {
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 800;
    font-size: 24px
}

.ordering-box {
    background: #fff;
    padding: 10px 0
}

.ordering-box .order-item {
    padding: 30px 9% 30px 40px;
    border-top: 1px solid #ebebeb
}

.ordering-box .order-item:first-child {
    border: none
}

.order-item .desc {
    padding-left: 140px;
    position: relative;
    min-height: 123px;
    margin-bottom: 30px
}

.order-item .desc .img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 123px
}

.order-item .desc .img img {
    width: 100%;
    max-height: 42px
}

.order-item .info-banner li {
    color: #000;
    padding: 7px 25px 7px 0
}

.order-item h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    margin-bottom: 22px
}

.order-item h3 {
    font-size: 18px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 800;
    margin-bottom: 0
}

.order-item .item-place {
    margin: 15px 11px 0 0
}

.order-item .item-total {
    font-size: 18px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 83px;
    float: right;
    margin-top: 15px
}

.order-item .item-total strong {
    font-size: 25px
}

.checkout-btn {
    background: #f8f8f8;
    padding: 30px;
    text-align: right
}

.checkout-btn .btn {
    font-size: 20px;
    display: inline-block;
    min-width: 223px;
    margin-bottom: 0;
    margin-left: 35px;
    line-height: 60px
}

.checkout-btn .item-total {
    font-size: 18px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 60px;
    display: inline-block
}

.checkout-btn .item-total strong {
    font-size: 40px;
    font-weight: 800
}

.radio-box {
    display: flex;
    margin-bottom: 20px
}

.radio-box input[type=radio] {
    display: none;
    opacity: 0
}

.radio-box label {
    font-size: 15px;
    height: 58px;
    padding: 0 30px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    margin-left: -1px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.radio-box input[type=radio]:checked+label {
    background: var(--bg-color);
    color: #fff;
    border-color: var(--bg-color)
}

.radio-box input[type=radio]:first-child+label {
    border-radius: 3px 0 0 3px
}

.radio-box label:last-child {
    border-radius: 0 3px 3px 0
}

.form-box {
    background: #fff;
    padding: 30px 40px 40px
}

.form-box input,
.form-box textarea {
    border-radius: 3px;
    padding: 0 25px
}

.form-box textarea {
    height: 128px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.form-box input[type=submit] {
    line-height: 75px;
    height: 75px;
    border-radius: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.form-box h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px
}

.form-box h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0 17px
}

.form-box p {
    padding: 15px 0
}

.form-box .row {
    align-items: center
}

.hidden {
    display: none
}

.order-item {
    position: relative
}

.order-item .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ccc;
    font-size: 26px
}

.order-item .close:hover {
    text-decoration: none
}

.box-data {
    background: #fff
}

.box-data .order-item,
.item-data {
    padding: 17px 30px;
    border-top: 1px solid #ebebeb
}

.box-data .order-item {
    padding: 30px 30px
}

.box-data .order-item:first-child,
.item-data:first-child {
    border: none
}

.item-data p {
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 16px
}

.box-data h2 {
    font-size: 23px;
    font-weight: 700;
    margin: 0
}

.item-data h3 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700
}

.item-data a,
.tickets-box a {
    border-bottom: 1px solid var(--bg-color);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px
}

.item-data a:hover,
.tickets-box a:hover {
    border-color: #fff;
    text-decoration: none
}

.box-data .order-item h4 {
    padding-top: 0;
    margin: 0
}

.box-data .order-item .info-banner li {
    font-size: 16px
}

.box-data .order-item .info-banner li span {
    padding-bottom: 5px
}

.box-data .order-item .buy-ticket .btn {
    line-height: 47px
}

.box-data .order-item .buy-ticket .price {
    line-height: 46px
}

.box-data .order-item .desc .img {
    width: 138px
}

.item-headline {
    padding: 28px 30px 24px
}

.item-headline h2 {
    display: inline-block
}

.box-data .order-item .desc {
    padding-left: 155px;
    margin: 0
}

.count {
    float: right;
    font-size: 17px
}

.count strong {
    font-size: 24px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700
}

.margin .col-md-6 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0
}

.margin .col-md-6 .box-data {
    margin-left: 10px
}

.margin .col-md-6:first-child .box-data {
    margin-right: 10px;
    margin-left: 0
}

.my-orders {
    background: #fff;
    padding-bottom: 10px
}

.my-orders .order-item {
    padding: 10px 30px;
    border-top: 1px solid #ebebeb
}

.my-orders h2 {
    font-size: 20px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 800;
    margin-bottom: 0
}

.my-orders .more {
    float: right;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    position: relative
}

.my-orders .more:after {
    content: "\f078";
    font-family: FontAwesome;
    margin-left: 8px;
    font-size: 12px
}

.my-orders .open .more:after {
    content: "\f077"
}

.my-orders .more:hover {
    text-decoration: none
}

.my-orders .order-item .desc {
    padding-left: 70px;
    min-height: 1px;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.my-orders .order-item .desc .img {
    width: 52px
}

.my-orders .tickets-box {
    margin-bottom: 15px;
    display: none
}

.my-orders .show-info-banner {
    display: none
}

.my-orders .order-item h4 {
    margin-bottom: 0;
    font-size: 15px;
    display: inline-block;
    max-width: 400px;
    padding-right: 10px;
    width: 400px
}

.qr-code {
    width: 200px
}

.qr-code.small {
    display: inline-block;
    width: 100%;
    font-family: "HelveticaMedium", sans-serif
}

.qr-code.small img {
    width: 45px
}

.qr-code a {
    display: block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline
}

.qr-code.small a {
    display: inline-block
}

.qr-code.small a:hover {
    text-decoration: none
}

.status {
    font-size: 16px;
    color: #6cb36f;
    display: inline-block;
    width: 177px;
    padding: 0 15px;
    position: relative;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    min-width: 180px
}

.status:before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    background: #6cb36f
}

.my-orders .left {
    display: flex;
    width: 67%
}

.my-orders .open .left {
    display: inline-block
}

.status.canceled {
    color: #ff4848
}

.status.canceled:before {
    background: #ff4848
}

.status.reservation {
    color: #a9a9a9
}

.status.reservation:before {
    background: #a9a9a9
}

.my-orders .open .show-info-banner,
.my-orders .open .tickets-box {
    display: block
}

.my-orders .order-item.open .desc {
    display: block
}

.open .qr-code.small {
    opacity: 0
}

.date {
    margin-left: 10px
}

.my-orders .count-tickets,
.my-orders .date {
    padding-left: 25px;
    background: url(../images/icons/calendar.png) no-repeat left center;
    font-size: 15px;
    display: table-cell;
    padding-right: 30px;
    line-height: 40px;
    white-space: nowrap;
    min-width: 170px
}

.status .span_center {
    margin-top: 14px
}

.my-orders .count-tickets {
    background-image: url(../images/icons/tickets.png)
}

.order-item.open .count-tickets,
.order-item.open .date {
    display: none
}

.order-item.open .desc {
    padding-left: 140px
}

.order-item.open .desc .img {
    width: 123px
}

.my-orders .info-banner {
    display: flex
}

.my-orders .order-item .item-total strong {
    font-size: 35px;
    font-weight: 800
}

.my-orders .order-item .info-banner li {
    vertical-align: top;
    padding-top: 23px
}

.my-orders .order-item .info-banner li .qr-code {
    margin-top: 0
}

.my-orders .order-item .info-banner li .qr-code img {
    margin-bottom: 2px
}

.show-info-banner>div {
    display: flex
}

.close.bottom {
    display: none
}

#ticket_form h3 {
    margin: 10px 0
}

#proceed {
    display: inline-block
}

.clickable {
    cursor: pointer
}

.clickable.discount {
    stroke: green;
    stroke-width: 1
}

.clickable.selected,
.clickable.sold {
    stroke: #000;
    stroke-width: 2
}

#hall_scheme {
    text-align: center;
    background-color: #fff;
    position: relative;
    flex: 5 1 0
}

#ticket_form {
    flex: 2 1 0
}

#hall_scheme_legend {
    width: 100%;
    text-align: center;
    z-index: 20;
    background-color: #fff;
    padding: 15px 0
}

.legend_hall_data {
    font-weight: 700;
    font-size: 16px;
	
}
#legend_hall_info .legend_hall_data:not(.hall_name) {
	cursor: pointer;
	font-weight: 500;
    color: #3d3d3d;
    text-decoration: underline;	
}
#legend_hall_info .legend_hall_data:not(.hall_name):hover{
	color: var(--bg-color);
}
.legend_hall_data.hall_name {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

#legend_hall_info {
    padding: 10px 0
}

.legend__item {
    display: inline-block;
    height: 32px;
    margin: 4px 8px 4px 4px
}

.legend__color {
    width: 10px;
    height: 100%;
    float: left;
    border-radius: 3px
}

#ticket_form input[type=email].client,
#ticket_form input[type=tel].client,
#ticket_form input[type=text].client,
.ticket_list input[type=email],
.ticket_list input[type=tel],
.ticket_list input[type=text] {
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

#ticket_form input[type=email].client,
#ticket_form input[type=tel].client,
#ticket_form input[type=text].client,
.ticket_list input[type=email].client,
.ticket_list input[type=tel].client,
.ticket_list input[type=text].client {
    padding-left: 40px
}

.ticket_list .radio-box label {
    min-width: 95px;
    padding: 0 25px;
    font-size: 13px
}

#ticket_form .input-field-icons,
.ticket_list .input-field-icons {
    background-color: var(--bg-color);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.legend__price,
.legend__section {
    float: right;
    clear: right;
    margin-left: 4px;
    line-height: 35px
}

.remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin: 0 10px
}

.remove .fa-times-circle {
    display: inline-block;
    font-size: 25px;
    color: var(--bg-color)
}

#timer_counter,
.timer_counter {
    font-size: 16px;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: var(--bg-color);
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    flex: unset;
    margin: 5px;
    font-weight: 400
}

.timer_counter.hide {
    display: none
}

#ticket_form input,
.ticket_list h4,
.ticket_list h5,
.ticket_list input {
    margin-bottom: 0
}

#club_list td,
#tickets_list td {
    padding: 3px;
    font-size: 13px;
    border: 1px solid #e8e8e8
}

#club_list_last td,
#tickets_list_last td {
    font-weight: 700
}

#tickets_list_spacer td {
    border: none;
    height: 30px
}

#order_submit {
    border-radius: 3px;
    margin-left: 0
}

#order_submit:disabled {
    opacity: .6;
    filter: grayscale(.6)
}

#bank_requisites {
    list-style: none;
    font-size: 12px;
    text-align: right
}

#bank_requisites>li>span {
    display: block;
    float: left;
    text-decoration: underline;
    font-weight: 700
}

#bank_requisites li {
    margin-bottom: 10px
}

input[type=image] {
    width: auto;
    height: auto;
    border: none
}

#credit_card_field,
#expdate,
#mycvv {
    border-radius: 3px;
    padding: 0 25px;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 57px;
    line-height: 55px;
    padding: 0 10px 0 10px;
    outline: 0;
    margin-bottom: 20px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-align: left;
    font-family: "HelveticaMedium", sans-serif
}

#hall_scheme svg {
    width: 100%;
    height: auto
}

@media(max-width:480px) {
    #hall_scheme svg {
        width: 100%;
        height: 100%
    }
}

.discount-list,
.ticket_list {
    border: 2px solid var(--bg-color);
    color: #000;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    margin-bottom: 10px
}

.discount_checkbox {
    height: 24px;
    display: inline-block!important;
    margin: 0 3px!important;
    opacity: 1!important;
    width: auto!important;
    vertical-align: middle;
    cursor: pointer
}

.ticket_list {
    flex: unset
}

.ticket_list .row {
    justify-content: left
}

#ticket_form div,
.ticket_list div {
    margin: 5px 0
}

.ticket_list h3 {
    text-align: left
}

.ticket_list ul {
    list-style: none;
    padding: 5px
}

.ticket_list li+li {
    border-top: 2px solid #f3f3f3
}

.ticket_list .price {
    border-bottom: 2px solid #f3f3f3
}

.ticket_list #payment_type {
    width: 100%
}

.discount-list .discount-message {
    display: block;
    margin: 0 auto
}

.discount-message {
    display: none
}

#controls {
    display: inline-block
}

.control-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #ccc;
    border-radius: 3px;
    font-size: 22px;
    line-height: 36px;
    margin: 0 2px;
    cursor: pointer
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.agreement input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    width: 30px;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px
}

.promo input[type=checkbox] {
    display: inline-block;
    opacity: 1;
    width: 20px;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 10px;
    height: 20px
}

#promo_field {
    text-decoration: uppercase
}

.agreement {
    display: inline-block;
    font-size: 17px;
    margin-top: 25px;
	height: 35px;
}
.agreement:nth-of-type(2n) {
    margin-bottom: 20px !important;
}
.agreement a {
    text-decoration: underline!important
}

.error {
    color: var(--bg-color)
}

#pp_trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 52px;
    background-color: var(--bg-color);
    line-height: 52px;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-align: center
}

#pp_trigger:hover {
    opacity: 1!important;
    color: #000
}

.ticket_list .balance-text {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal
}

.balance-error {
    font-size: 20px;
    color: var(--bg-color)
}

#add-place label {
    display: block
}

.form-error {
    color: var(--bg-color);
    display: none;
    position: absolute;
    left: 20px;
    bottom: 0
}

.ui-widget.ui-widget-content {
    border: 2px solid var(--bg-color)
}

.arrow:after,
.ui-tooltip {
    background: #fff;
    border: 2px solid var(--bg-color)
}

.ui-tooltip {
    padding: 10px 20px;
    color: #000;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px var(--bg-color)
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: -16px
}

.arrow.top {
    top: -16px;
    bottom: auto
}

.arrow.left {
    left: 50%
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px var(--bg-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.arrow.top:after {
    bottom: -20px;
    top: auto
}

.calendar .ui-widget.ui-widget-content {
    border: none
}

.editInfo .selectric:after,
.nmes .selectric:after {
    right: 10px;
    line-height: 52px
}

.child-discount {
    display: inline-block!important;
    opacity: 1!important;
    width: 20px!important;
    vertical-align: middle!important;
    margin-top: 0!important;
    margin-left: 10px!important;
    height: 20px!important
}

@media(max-width:383px) {
    .td.date span {
        margin-top: 5px
    }
    .schedule .date span small {
        margin-top: 5px;
        margin-bottom: 4px
    }
    .radio-box label {
        font-size: 11px
    }
    .banner {
        min-height: 0
    }
    .banner h2 {
        font-size: 11px
    }
    .duration {
        line-height: 12px;
        font-size: 10px
    }
}

.sort.date+div {
    display: inline-block;
    margin-left: 20px
}

.rm span.selectric-label {
    margin-right: 20px
}

section.section.first.pages {
    position: relative;
    margin: 0 120px;
    background: #f1f1f1;
    padding-top: 30px
}

body.help_box_greyscale {
    filter: grayscale(1)!important
}

body.help_box_invert {
    filter: invert(1)!important
}

.html5gallery-tn-0>div,
.html5gallery-tn-selected-0>div {
    background-color: #000!important;
    display: flex!important;
    align-items: center!important
}

.html5gallery-tn-0>div>div,
.html5gallery-tn-selected-0>div>div {
    height: auto!important;
    position: unset!important
}

.html5gallery-tn-0 img,
.html5gallery-tn-selected-0 img {
    height: auto!important
}

.ticket_list {
    position: -webkit-sticky;
    padding: 5px
}

.card-icons .fa.card-icons {
    background-color: #fff;
    color: #000;
    font-size: 32px;
    margin: 5px;
    width: 50px;
    height: auto;
    max-height: 30px;
    vertical-align: top;
    margin: 5px
}

.card-icons:not(.fa.card-icons) {
    display: block!important;
    margin-top: 6px;
    margin-left: 10px
}

.card-icons .fa.card-icons img {
    vertical-align: top
}

.card-icons .card-icons-text {
    margin: 5px;
    vertical-align: middle;
    display: inline-block
}

#submit_bcc {
    margin-bottom: 0
}

#pp_trigger {
    margin-bottom: 0
}

#pp_replace>.card-icons {
    vertical-align: top;
    margin: 6px 0 0 30px
}

.msg-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(10, 10, 10, .8);
    color: #fff;
    font-size: 1em;
    z-index: 1000;
    padding: 15px;
    text-align: center;
    line-height: 30px
}

.btn-success.cookie_msg {
    background-color: #00af25;
    line-height: 30px;
    margin-bottom: 0
}

.help-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(10, 10, 10, .8);
    color: #fff;
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    z-index: 99990;
    display: block
}

.help-container-menu {
    display: none;
    width: 100px;
    background-color: gray;
    height: auto
}

.help-container-menu.visible {
    display: block
}

.help-container-menu .fa {
    margin: 0 5px;
    display: inline-block
}

.help-container-menu ul {
    font-size: 14px;
    list-style: none;
    cursor: pointer
}

.help-container-menu .fa-check {
    display: none;
    color: green
}

.help-container-menu .checked .fa-check {
    display: inline-block
}

.help-container-menu li:hover {
    background-color: #d3d3d3
}

.help-container-menu li+li {
    border-top: 1px solid #b3b3b3
}

.info-block-col {
    padding-left: 0
}
@media (max-width:769px) {
	.blue-section{
		display:none !important;
	}
}
.cnt_buy_tickets {
    position: fixed;
    top: 140px;
    display: inline-block;
    z-index: 99999;
    right: -250px;
	opacity: .7;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    color: #000;
	border: 1px solid var(--bg-color);
	max-width: 250px;
	transition: .6s;
	cursor: pointer;
}
.cnt_buy_tickets>div{
	display: flex;
}
.cnt_buy_tickets1 {
    color: var(--bg-color);
    transform: rotate(-45deg);
    font-size: 25px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}
i.fas.fa-times-circle.close_cnt_tickets {
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--bg-color);
}
@media (max-width:767px) {
    .fd_back {
        text-align: left !important;
        padding: 0 15px !important;
    }
    .fd_back h3{
        padding-left: 37px;
    }
	.blue-section .col-md-8, .calendar-section .col-md-8 {
		padding-left: 10px
	}
	.slick-slide img {
		width: auto;
		margin: 0 auto;
	}
    .help-container,
    .help-container-menu{
        display: none
    }
	.i_frame iframe{
		max-width:100%;
		height: auto;
	}
	.cnt_buy_tickets{
		display: none;
	}
}

@media(max-width:991px) and (min-width:851px) {
    footer .btn {
        font-size: 17px
    }
    .schedule .date span {
        padding-left: 0;
        top: 10px;
        position: relative
    }
}

@media (max-width:767px) {
    .banner {
        background-size: 100% 100%
    }
    .banner h2 {
        font-size: 12px;
        margin-bottom: 0
    }
    .duration {
        padding-left: 30px
    }
    .banner .info-banner,
    .tags {
        display: none
    }
    .banner-overlay-down {
        width: 100%;
        height: 10px
    }
    .banner-content {
        height: auto;
        padding: 5px 65px
    }
    .banner-overlay {
        height: 30px!important
    }
    .phone {
        margin-left: 0
    }
    .menu li {
        padding: 5px 0 5px
    }
    .legend__item {
        height: 15px;
        margin: 4px 8px 4px 4px
    }
    .legend__color {
        width: 15px;
        border-radius: 8px
    }
    .legend__price,
    .legend__section {
        line-height: 18px
    }
    .right .select,
    .right .sort {
        margin: 0;
        font-size: 16px
    }
    .right .selectric-label {
        font-size: 16px
    }
    .sort.date+div {
        margin-left: 0
    }
    #media_search a.btn {
        padding: 0 14px
    }
    #thank-you-page {
        padding-top: 0
    }
    .icon-box:after {
        width: 90px;
        height: 90px;
        line-height: 90px;
        left: 50%;
        transform: translateX(-50%)
    }
    .icon-box {
        padding-top: 90px;
        padding-left: 0
    }
    #thank-you-page .left-sec {
        padding-bottom: 0;
        padding-right: 0
    }
    #pp_replace>.card-icons {
        vertical-align: top;
        margin: 10px 4px 0
    }
}

@media(max-width:850px) and (min-width:767px) {
    footer .btn {
        font-size: 14px;
        line-height: 50px
    }
    footer h3 {
        font-size: 18px
    }
    .schedule .date span {
        padding-left: 0;
        top: 10px;
        position: relative
    }
}
@media (max-width:990px){
	.info-block-col{
		padding-left: 0;
	}
	footer .social-inner a{
		margin: 0 2px !important;
		float: left !important;
	}
	.info-block-col+.col-md-6{
		padding-left: 0;
	}
}
@media(max-width:768px) {
	.phone_fot{
		font-size: 21px;
	}
}
@media(max-width:767px) {
	/*.info-block-col, .info-block-col+.col-sm-3{
		text-align:center;
	}*/
	footer .soc.social-inner{
		text-align: center;
	}
	footer .social-inner a{
		float: unset !important;
	}
    .row.cont_ev .box.top {
        display: none
    }
    section#slider {
        display: none
    }
    #city,
    #concerts-search,
    #faq-section,
    #registration,
    #thank-you-page,
    .bg-grey,
    .follow,
    .main-catalog,
    section.section.first.pages {
        margin: 0 50px
    }
    .dop_content .bg-yellow.hidden-before:before {
        display: none;
    }
}
@media(min-width:768px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .mb {
        display: none!important
    }
}

@media (max-width:1100px) {
    .breadcrumbs.container {
        padding-left: 20px
    }
    span.uath_using {
        float: left!important;
        margin-bottom: 10px
    }
    .count {
        float: left
    }
	.header-search {
		max-width: 32%;
	}
}

@media (min-width:1300px) {
    section.banner {
        min-height: 444px
    }
}

@media (min-width:1500px) {
    section.banner {
        min-height: 466px
    }
}

@media (min-width:1800px) {
    section.banner {
        min-height: 534px
    }
}

@media (min-width:2000px) {
    section.banner {
        min-height: 550px
    }
}

@media (min-width:2400px) {
    section.banner {
        min-height: 580px
    }
}

@media (min-width:1301px) {
    section.banner {
        background-size: 100% 100%
    }
}

@media (min-width:991px) and (max-width:1300px) {
    .balance strong {
        font-size: 19px
    }
    .banner-content {
        padding: 20px 65px
    }
    section.banner {
        background-size: 100% 100%
    }
    .banner h2 {
        font-size: 13px;
        min-height: 40px
    }
    .breadcmps {
        margin: 0 100px!important
    }
    .breadcrumbs.container {
        padding-left: 20px
    }
}

@media (min-width:991px) and (max-width:1100px) {
    .banner-content {
        padding: 28px 65px
    }
    .banner h2 {
        font-size: 16px
    }
    a.favorit {
        top: 15px;
        position: relative
    }
    span.dpn {
        display: none
    }
    .balance {
        right: 20px
    }
}

@media(min-width:991px) {
    .box-data.box-data-fav {
        max-height: 700px;
        overflow-y: auto
    }
    .slick-dots button:hover {
        background: var(--elements-color)
    }
    .balance {
        z-index: 9999;
        position: relative
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    header .col-md-2 {
        -ms-flex: 0 0 17.666667%;
        flex: 0 0 17.667%;
        max-width: 17.667%;
        padding-right: 0
    }
    header .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 82.333333%;
        flex: 0 0 82.333%;
        max-width: 82.333333%
    }
}

@media(min-width:550px) {
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:1200px) {
    .navigation ul {
        font-size: 12px
    }
    .calendar .ui-datepicker {
        padding: 20px 10px 10px
    }
    .wrap-month {
        padding: 20px 30px 15px
    }
    .prev-month {
        left: 15px
    }
    .next-month {
        right: 15px
    }
    .blue-section .col-md-4 {
        padding-right: 10px
    }
    .my-orders .date {
        margin-left: 0
    }
}

@media(max-width:1150px) {
    .my-orders .left {
        width: 63%
    }
    #city,
    #concerts-search,
    #faq-section,
    #registration,
    #thank-you-page,
    .bg-grey,
    .follow,
    .main-catalog,
    section.section.first.pages {
        margin: 0 100px
    }
    .schedule .where strong {
        display: block;
        padding-bottom: 5px
    }
    .image {
        padding-left: 0
    }
    .margin .col-md-6 .box-data,
    .margin .col-md-6:first-child .box-data {
        margin: 0
    }
    .count-tickets {
        display: block;
        margin-left: 0;
        line-height: 25px
    }
    .my-orders .more {
        line-height: 50px
    }
    .status {
        line-height: 15px
    }
    .qr-code.small {
        padding-top: 15px
    }
    .my-orders .order-item .info-banner {
        display: block
    }
    .my-orders .order-item .info-banner li {
        width: 49%;
        padding-top: 0
    }
    .my-orders .tickets-box {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .iti-mobile-select {
        min-width: 50px!important
    }
    #city,
    #concerts-search,
    #faq-section,
    #registration,
    #thank-you-page,
    .bg-grey,
    .follow,
    .main-catalog,
    section.section.first.pages {
        margin: 0 80px
    }
    /*.lang {
        margin: 0 0 15px 0
    }*/
    #controls {
        display: none!important
    }
    .col-md-4.mes_send {
        margin-top: 15px
    }
    .bbuutt {
        padding: 0!important;
        right: 5px
    }
    .navigation {
        display: none
    }
    .logout_m,
    .mobile-menu,
    .user {
        display: block
    }
    .user {
        float: left
    }
    header {
        /*padding-top: 25px;*/
        position: relative;
        text-align: center
    }
    header .logotype {
        margin: 0
    }
    header .navigation.open {
        display: block
    }
    header .navigation.open .container {
        padding: 0
    }
    header .navigation {
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        background: #fff;
        z-index: 10;
        top: 90px;
        float: none;
        left: 0;
        -webkit-box-shadow: 4px 4px 30px 0 rgba(228, 30, 35, .26);
        -moz-box-shadow: 4px 4px 30px 0 rgba(228, 30, 35, .26);
        box-shadow: 4px 4px 30px 0 rgba(228, 30, 35, .26)
    }
    header .navigation ul {
        display: block;
        height: auto;
        margin: 0
    }
    header .navigation ul li {
        display: block;
        padding: 0;
        float: none;
        text-align: left
    }
    header .navigation ul li a {
        display: block;
        padding: 10px 15px;
        line-height: 100%;
        font-size: 14px;
        text-align: left
    }
    header .navigation ul li.active a,
    header .navigation ul li:hover a {
        background: var(--bg-color);
        color: #fff;
        border: none;
        padding: 10px 15px
    }
    #media_search {
        display: block;
        padding: 0
    }
    #media_search .header-search input {
        margin: 10px 0
    }
    #media_search .header-search {
        max-width: 100%
    }
    #content {
        padding-top: 0
    }
    .main-catalog h2 {
        float: none
    }
    .menu ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
    #city ul {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
    .search-box {
        margin: 0;
        display: block;
        border: 5px solid #afa6a6;
        box-shadow: none;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-shadow: 0 6px 21px 0 rgba(228, 30, 35, .15);
        -moz-box-shadow: 0 6px 21px 0 rgba(228, 30, 35, .15);
        box-shadow: 0 6px 21px 0 rgba(228, 30, 35, .15)
    }
    .search-box .td:nth-child(1),
    .search-box .td:nth-child(2),
    .search-box .td:nth-child(3),
    .search-box .td:nth-child(4),
    .search-box .td:nth-child(5) {
        display: block;
        width: 50%;
        border-bottom: 1px solid #e1e1e1;
        padding-top: 15px;
        padding-bottom: 10px
    }
    .search-box .td:nth-child(5) {
        width: 100%;
        border: none;
        padding: 15px
    }
    .search-box input[type=submit] {
        max-width: 250px;
        margin: auto
    }
    #city,
    .bg {
        background: #f7f7f7
    }
    #slider .slick-dots {
        text-align: right;
        bottom: 20px
    }
    .slide-content {
        padding-bottom: 70px;
        padding-top: 55px
    }
    .list-categories a {
        margin-right: 20px;
        font-size: 16px
    }
    .sort {
        font-size: 16px
    }
    .box .title {
        font-size: 16px
    }
    .box p {
        line-height: 140%
    }
    .desired-place h2 {
        font-size: 23px;
        margin-bottom: 15px
    }
    .desired-place {
        padding: 10px 0
    }
}

@media(max-width:900px) {
    section.banner {
        background-size: 100% 100%
    }
    .right.right-flex.rtright {
        margin-left: -30px
    }
    .banner-overlay {
        height: 50px
    }
    .banner-content {
        padding: 10px 65px
    }
    .banner h2 {
        font-size: 13px;
        min-height: 40px
    }
    .breadcmps {
        margin: 0 70px!important
    }
    .iti-mobile-select {
        min-width: 50px!important
    }
    #city,
    #concerts-search,
    #faq-section,
    #registration,
    #thank-you-page,
    .bg-grey,
    .follow,
    .main-catalog,
    section.section.first.pages {
        margin: 0 70px
    }
    .my-orders .order-item .desc {
        padding-left: 0
    }
    .my-orders .order-item .desc .img {
        position: static;
        float: right
    }
    .my-orders .order-item .info-banner li {
        width: 100%
    }
    .qr-code.small a {
        font-weight: 400
    }
    .my-orders .open .tickets-box {
        margin-top: 35px
    }
    .order-item .item-total {
        float: left
    }
    .open .qr-code.hidden {
        margin-top: 15px;
        width: 100%
    }
    .tickets-box .more.hidden {
        display: block;
        margin-top: 35px
    }
    .banner-content {
        padding: 10px 65px
    }
    .banner h2 {
        font-size: 13px
    }
    .banner-overlay {
        height: 50px
    }
    .my-orders .order-item {
        padding: 10px
    }
    .my-orders .order-item .desc .img {
        display: none
    }
}

@media(max-width:800px) {
    .my-orders .order-item .desc .img {
        display: none
    }
    .banner {
        background-size: 100% 100%
    }
    .banner h2 {
        font-size: 13px;
        min-height: 40px
    }
    .banner-overlay-down {
        width: 100%;
        height: 10px
    }
    .banner-content {
        height: auto;
        padding: 10px 65px
    }
    .banner-overlay {
        height: 50px!important
    }
    .iti-mobile-select {
        min-width: 50px!important
    }
    #thank-you-page h1 {
        font-size: 40px
    }
    #city,
    #concerts-search,
    #faq-section,
    #registration,
    #thank-you-page,
    .bg-grey,
    .follow,
    .main-catalog,
    section.breadcmps,
    section.section.first.pages {
        margin: 0 60px
    }
    .banner-content {
        padding: 10px 65px
    }
    .banner h2 {
        font-size: 13px
    }
    .banner-overlay {
        height: 50px
    }
    .qr-code.small img {
        height: 35px;
        width: 35px
    }
    .qr-code.small i,
    .qr-code.small i.fab.fa-facebook-messenger {
        font-size: 30px
    }
    a.messenger-lk,
    a.pdf-lk {
        width: 30px;
        height: 30px
    }
}

@media screen and (device-width:767px) {
    .no-mb {
        display: none
    }
    footer {
        text-align: center
    }
    a.btn {
        margin: 8px auto 25px
    }
    .iti-mobile-select {
        min-width: 50px!important
    }
}

@media(max-width:767px) {
    .iti-mobile-select {
        min-width: 50px!important
    }
    #city,
    #concerts-search,
    #faq-section,
    #registration,
    #thank-you-page,
    .bg-grey,
    .follow,
    .main-catalog,
    section.section.first.pages {
        margin: 0
    }
    .background_img {
        display: none
    }
    .box:hover .hover {
        display: none
    }
    .no-mb {
        display: none!important
    }
    .mb {
        display: block
    }
    .show-more {
        font-size: 18px
    }
    .follow {
        padding: 25px 0 10px
    }
    .follow h2 {
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px
    }
    .name_banner h1 {
        font-size: 28px;
        text-align: center;
    }
    .follow .btn {
        margin-bottom: 10px
    }
    footer {
        text-align: center;
        padding: 30px 25px 20px
    }
    .menu ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin-bottom: 25px
    }
    .menu li {
        padding: 10px 0 9px
    }
    footer h3 {
        padding: 0
    }
    footer .btn {
        margin: 8px auto 25px
    }
    .search-box .td:nth-child(1),
    .search-box .td:nth-child(2),
    .search-box .td:nth-child(3),
    .search-box .td:nth-child(4),
    .search-box .td:nth-child(5) {
        width: 100%;
        border-left: none
    }
    #slider .slick-slide {
        height: 400px
    }
    .slide-content h2 {
        font-size: 29px
    }
    .slide-content h3 {
        font-size: 11px;
        letter-spacing: 1px
    }
    .slide-content .btn {
        font-size: 13px;
        line-height: 47px
    }
    h2 {
        font-size: 28px
    }
    #city h2 {
        margin-bottom: 24px;
        font-size: 23px
    }
    #city a {
        font-size: 16px;
        padding-top: 5px
    }
    .blue-section h2 {
        font-size: 23px
    }
    .blue-section .col-md-8 {
        padding-left: 10px
    }
    .banner .info-banner,
    .tags {
        display: none
    }
    .banner h2 {
        font-size: 19px;
        margin-left: 0;
        padding-left: 30px;
        background-size: 21px
    }
    .banner-content {
        padding: 25px;
        height: 395px
    }
    .duration {
        padding-left: 30px
    }
    .main-content h2 {
        font-size: 28px;
        margin-bottom: 17px;
        margin-top: 15px
    }
    .map {
        padding: 0
    }
    .schedule .td:last-child {
        padding-right: 15px
    }
    .schedule .date {
        font-size: 31px
    }
    #add-place {
        min-width: 290px
    }
    #add-place input[type=submit] {
        max-width: 70px
    }
    .reg-box {
        padding: 20px 30px
    }
    #thank-you-page .left-sec,
    #thank-you-page .right-sec {
        width: 100%;
        display: block;
        margin: auto
    }
    #thank-you-page .right-sec {
        max-width: 500px
    }
    #thank-you-page h1,
    #thank-you-page p,
    .share {
        text-align: center
    }
    #thank-you-page p {
        text-align: center
    }
    .share {
        margin-top: 10px
    }
    .share h2 {
        margin-bottom: 10px
    }
    #thank-you-page .container {
        padding: 0
    }
    #thank-you-page h1 {
        font-size: 45px
    }
    .image {
        text-align: center
    }
    .image img {
        position: static
    }
    .order-item .desc {
        padding-left: 0
    }
    .order-item .desc .img {
        position: static;
        float: right;
        margin-left: 10px
    }
    .order-item .info-banner li {
        display: block
    }
    .my-orders .order-item .info-banner li {
        width: 100%
    }
    .bg-red .image,
    .breadcmps,
    .with-height .image {
        display: none
    }
    .section.first {
        padding: 40px 0 0
    }
    .section h1,
    .section h2 {
        margin-bottom: 5px;
        font-size: 23px;
        line-height: 132%
    }
    .bg-red {
        text-align: center;
        padding: 35px 27px 0
    }
    .icon-group-box {
        padding-top: 33px;
        padding-bottom: 30px
    }
    .icon-group-box .col-sm-6 {
        padding-bottom: 25px
    }
    .icon-group-box p {
        padding: 0 0 10px;
        font-size: 15px;
        line-height: 160%
    }
    .icon {
        margin-bottom: 10px
    }
    .image {
        min-height: 1px
    }
    .accordion {
        padding-left: 55px
    }
    .accordion:after {
        left: 15px
    }
    #faq-section h3 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-top: 24px
    }
    .slick-dots button {
        width: 7px;
        height: 7px;
        margin: 0 0 0 10px
    }
    .search-box {
        padding: 0
    }
    .search-box .td:nth-child(1),
    .search-box .td:nth-child(2),
    .search-box .td:nth-child(3),
    .search-box .td:nth-child(4) {
        border: none;
        border-top: 1px solid #e1e1e1
    }
    .carousel-col-3 .slick-slide {
        padding-top: 20px
    }
    .carousel-col-3 {
        margin-top: -20px
    }
    .bg-red-2 {
        text-align: center;
        margin-top: 25px
    }
    .with-height p {
        font-size: 16px;
        line-height: 190%;
        padding-bottom: 30px
    }
    .h h2 {
        margin: 30px 0 10px 0;
        line-height: 135%
    }
    #concerts-search .wrap {
        margin-bottom: 10px
    }
    .wrap-slider-range {
        margin-top: -13px
    }
    #concerts-search .submit {
        margin-top: 7px
    }
    .main-content {
        padding-top: 10px
    }
    .play:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 21px;
        padding-left: 5px
    }
    .main-content .style-title {
        margin-top: 0
    }
    .main-catalog {
        padding-top: 0
    }
    .main-content {
        padding-top: 0
    }
    .main-content .style-title h2 {
        margin-bottom: 15px;
        margin-top: 0
    }
    .schedule .buy-ticket .btn {
        line-height: 56px;
        padding: 0 3px;
        min-width: 90px
    }
    .schedule .buy-ticket {
        width: auto
    }
    /*.schedule .buy-ticket .price,
    .schedule .buy-ticket b {
        display: none
    }*/
    .schedule .td,
    .schedule .td:last-child {
        padding: 15px 10px;
        display: table-cell
    }
    .schedule .td:last-child {
        padding-right: 0
    }
    .schedule .td:first-child {
        padding-left: 0;
        min-width: 95px
    }
    .schedule .date span {
        padding-left: 5px
    }
    .desired-place h2 {
        font-size: 23px;
        margin-bottom: 15px
    }
    .desired-place {
        padding: 15px 0 25px
    }
    .main-catalog h2 {
        font-size: 28px
    }
    #registration {
        background: #fff;
        padding: 30px 0 20px
    }
    #registration .reg-box {
        padding: 0
    }
    .box-data,
    .margin .col-md-6 .box-data,
    .margin .col-md-6:first-child .box-data,
    .my-orders,
    .ordering-box {
        padding: 0
    }
    .ordering-box .order-item {
        padding: 15px
    }
    .info-banner {
        display: block
    }
    .bg-grey h2 {
        font-size: 25px;
        margin-bottom: 20px
    }
    .order-item h4 {
        padding-top: 10px;
        margin-bottom: 25px
    }
    .order-item .item-total {
        line-height: 35px;
        width: 100%
    }
    .order-item .item-total strong {
        font-size: 31px
    }
    .checkout-btn .btn {
        margin-top: 20px
    }
    .radio-box label {
        padding: 0 10px;
        width: 50%
    }
    #concerts-search .h form {
        border: 5px solid #afa6a6
    }
    #concerts-search .h .wrap {
        margin: -1px 0 0
    }
    #concerts-search.bg .h .row {
        margin-top: 0
    }
    #concerts-search .h .submit {
        margin: 20px
    }
    #concerts-search .h input[type=submit] {
        line-height: 58px;
        height: 58px
    }
    .last-events .banner h2,
    .last-events .duration.with-icon {
        background: 0 0;
        padding-left: 0
    }
    .last-events .banner .buy-ticket,
    .last-events .buy-ticket .btn.similar {
        display: block
    }
    .balance {
        float: none
    }
    .box-data h2,
    .my-orders h2 {
        font-size: 20px;
        margin: 0
    }
    .box-data .order-item,
    .item-data,
    .item-headline,
    .my-orders .order-item {
        padding-left: 15px;
        padding-right: 15px
    }
    .box-data .order-item .desc .img {
        position: absolute;
        margin-left: 0
    }
    .box-data .order-item .info-banner li {
        display: inline-block
    }
    .tickets-box .more.hidden {
        margin-top: 5px
    }
    .banner-content {
        padding: 10px 65px
    }
    .banner h2 {
        font-size: 13px
    }
    .banner-content {
        padding: 5px 65px
    }
    .banner h2 {
        font-size: 12px
    }
    .banner-overlay {
        height: 30px
    }
    .right.right-flex.rtright {
        margin: 0;
        width: 35%;
        margin-left: 50px
    }
    .right.right-flex {
        display: block
    }
}

@media(max-width:600px) and (min-width:501px) {
    .list-categories {
        text-align: center;
        float: none;
        margin-bottom: 25px
    }
}

@media(max-width:600px) {
    .fixed_messeng {
        bottom: 20px
    }
    span.txt_fixed_mes {
        bottom: 90px
    }
    span.txt_fixed_mes,
    .fixed_messeng {
        right: 20px
    }
    .item-headline {
        padding-left: 25px
    }
    .my-orders .left {
        align-items: center
    }
    .status {
        margin-bottom: 20px
    }
    .my-orders .count-tickets,
    .my-orders .date {
        display: block;
        height: 30px
    }
    .right.right-flex.rtright {
        margin: 0;
        width: 35%;
        margin-left: 50px
    }
    .right.right-flex {
        display: block
    }
    .im_banner {
        display: block!important
    }
    .banner {
        display: none
    }
    .iti-mobile-select {
        min-width: 50px!important
    }
    .my-orders .left {
        width: 67%
    }
    .my-orders.col-md-12.mes {
        margin-top: 50px;
        overflow-x: auto
    }
    .rm {
        width: 100%;
        text-align: center
    }
    #city ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
    .choose-places .item-place,
    .order-item .item-place {
        width: 48%;
        margin-right: 1.5%;
        min-width: 1px
    }
    /*.checkout-btn,
    .form-box {
        text-align: left;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px
    }*/
    .delmargin {
        margin: 0
    }
    .checkout-btn .btn,
    .checkout-btn .item-total {
        display: block;
        margin-left: 0
    }
    .banner-content {
        padding: 5px 50px
    }
    .banner h2 {
        font-size: 11px;
        margin-top: 5px
    }
    .banner-overlay {
        height: 5px
    }
    .duration {
        line-height: 12px;
        font-size: 12px
    }
    .im_banner {
        display: block!important
    }
    .banner {
        display: none
    }
    .my-orders .count-tickets,
    .my-orders .date {
        font-size: 13px;
        min-width: 140px
    }
}

@media(max-width:500px) {
    .my-orders .count-tickets .span_center,
    .my-orders .date .span_center {
        top: -4px
    }
    .banner-content {
        padding: 1px;
        display: none
    }
    .banner h2 {
        font-size: 10px;
        margin-top: 2px;
        font-weight: 500
    }
    .banner-overlay {
        height: 75px
    }
    .banner-overlay-down {
        width: 100%;
        height: 5px
    }
    .duration {
        line-height: 10px;
        font-size: 10px
    }
    .iti-mobile-select {
        min-width: 50px!important
    }
    .right {
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .my-orders .left {
        width: 58%
    }
    .my-orders .order-item h4 {
        width: 100%
    }
    span.span_center {
        left: 0;
        top: 0;
        transform: none
    }
    .my-orders .count-tickets,
    .my-orders .date {
        font-size: 12px;
        min-width: 100px;
        padding-right: 5px
    }
    .status .span_center {
        margin-top: 0
    }
    .list-categories {
        width: 100%;
        text-align: center;
        border-top: 1px solid #ebebeb;
        padding-top: 10px
    }
    .list-categories a {
        display: block;
        margin: 0;
        padding: 5px 0
    }
    .box-data .order-item .desc,
    .my-orders .order-item .desc,
    .order-item .desc,
    .order-item.open .desc {
        padding-left: 0
    }
    .box-data .order-item .desc .img {
        width: 100%
    }
    .wrap-month {
        padding: 20px 20px 15px
    }
    .prev-month {
        left: 8px
    }
    .next-month {
        right: 8px
    }
    .main-catalog {
        padding-left: 0;
        padding-right: 0
    }
    .btn-white {
        display: block
    }
    #thank-you-page {
        background: #ebebeb
    }
    #thank-you-page .left-sec {
        background: #ebebeb url(../images/bg/bg-thanks.png) no-repeat center bottom/1300px
    }
    .slider-month span,
    .ui-datepicker-month,
    .ui-datepicker-year {
        font-size: 12px
    }
    .slider-month .slick-current span .y,
    .ui-datepicker-year {
        font-size: 10px
    }
    .slider-month .slick-current span,
    .ui-datepicker-month {
        font-size: 16px
    }
    .choose-places .item-place,
    .order-item .item-place {
        width: 48%;
        margin-right: 1.2%
    }
    .box-data .order-item .desc .img {
        position: static;
        margin-bottom: 10px
    }
    .order-item>.close {
        display: none
    }
    .order-item .close.bottom {
        display: inline-block;
        line-height: 46px;
        border: 1px solid #f3f3f3;
        position: static;
        vertical-align: top;
        padding: 0 7px;
        margin-left: -1px
    }
    .count {
        font-size: 12px
    }
    .im_banner {
        display: block!important
    }
    .banner {
        display: none
    }
}

@media(max-width:400px) {
    .right.right-flex.rtright {
        margin-left: 10px
    }
    .my-orders .left {
        display: block
    }
    .my-orders .order-item h4 {
        width: 100%
    }
    span.span_center {
        left: 0;
        top: 0;
        transform: none
    }
    .my-orders .count-tickets,
    .my-orders .date {
        font-size: 12px;
        min-width: 100px;
        padding-right: 5px
    }
    .status .span_center {
        margin-top: 0
    }
    #auth_type {
        min-width: 250px!important
    }
    .iti-mobile-select {
        min-width: 50px!important
    }
    .my-orders .left {
        width: 90%
    }
    .choose-places .item-place,
    .order-item .item-place {
        width: 100%;
        margin-right: 0
    }
    .banner-content {
        padding: 1px;
        display: none
    }
    .banner h2 {
        font-size: 10px;
        margin-top: 2px;
        font-weight: 500
    }
    .banner-overlay {
        height: 75px
    }
    .banner-overlay-down {
        height: 0
    }
    .duration {
        line-height: 10px;
        font-size: 10px
    }
    .im_banner {
        display: block!important
    }
    .banner {
        display: none
    }
}

@media(max-width:320px) {
    .my-orders .left {
        width: 100%
    }
}

.td.where {
    max-width: 300px;
    padding: 28px 0
}

.buy-ticket.buy-clicked .button-buy {
    display: none
}

.buy-ticket.buy-clicked .button-close {
    display: inline-block;
    min-width: 150px;
    letter-spacing: 1px;
}

.tr.selected-row {
    padding: 0
}

.tr.selected-row .td {
    border-bottom: none
}

.close-user-discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.close-user-discount:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.schedule .td.where {
    padding-left: 4px
}

.schedule .td.date {
    padding-left: 16px
}

.schedule .td:last-child {
    padding-right: 4px
}

.schedule .selected-row .td.date {
    padding-left: 14px;
    padding-top: 13px
}

.schedule .selected-row .td.where {
    padding: 26px 0 28px 3px
}

.schedule .selected-row .td:last-child {
    padding-right: 2px;
    padding-top: 13px
}

@media (max-width:991px) {
    .phone.mobile-phone {
        display: block;
        margin: 16px 64px 0 0;
        float: right
    }
}

@media (max-width:767px) {
	.calendar-section .col-md-4.col-sm-5{
		display: none;
	}
    #message .col-md-2,
    #message .col-md-6 {
        display: table-cell
    }
    #message .col-md-2 {
        width: 16.66%
    }
    #message .col-md-6 {
        width: 50%
    }
    table#message div {
        min-width: 100px
    }
    .my-orders .order-item {
        padding-left: 0;
        padding-right: 0
    }
    #hall_map {
        padding: 0 5px 10px;
        margin-bottom: 15px
    }
    .schedule .td:last-child:not(.td-buy) {
        max-width: 100px
    }
    #desired-place {
        flex-direction: column
    }
    .td.where {
        max-width: 110px
    }
    .schedule .td:first-child {
        padding-left: 5px;
        overflow: hidden
    }
    .schedule .td:last-child {
        padding-right: 5px
    }
    .schedule .selected-row .td:last-child {
        padding: 13px 3px 15px 10px
    }
    .tickets_qty {
        width: 20px;
        font-size: 14px;
        padding: 0 2px 0 2px;
        text-align: center
    }
    .schedule .td {
        padding: 2px
    }
    .schedule .td.date {
        padding: 4px 2px 2px 4px
    }
    .schedule .selected-row .td.date {
        padding: 2px 2px 2px 2px
    }
    .td.td-buy {
        padding: 0
    }
    #hall_scheme .td {
        font-size: 14px
    }
    .schedule .agreement {
        font-size: 14px;
        margin-top: 10px
    }
    .schedule .text-center {
        text-align: center
    }
    .schedule #proceed {
        margin: 30px 0 0
    }
    .caption {
        font-size: 14px
    }
    .mt-20 {
        margin-top: 10px
    }
    .schedule .td.where {
        padding: 10px 5px
    }
    .schedule .selected-row .td.where {
        padding: 8px 10px 10px
    }
    .schedule .where strong {
        padding: 0
    }
    .banner-content {
        height: auto
    }
    .banner h2 {
        margin-bottom: 0
    }
    .tr.selected-row {
        padding: 0
    }
    .buy-ticket.buy-clicked .button-buy {
        display: none
    }
    .buy-ticket.buy-clicked .button-close {
       /* display: block;*/
        min-width: 90px
    }
    header {
        padding-top: 10px
    }
    header .container:after {
        display: none
    }
}

@media (max-width:370px) {
    .phone.mobile-phone {
        display: inline-block;
        float: none;
        font-size: 18px;
        vertical-align: middle;
        margin: 0;
        margin-left: 20px
    }
}

@media (max-width:320px) {
    .phone.mobile-phone {
        margin: 0
    }
	.dop_content h2{
		line-height: 30px;
	}
}

iframe+textarea {
    margin-top: 10px
}

select#cntpay {
    margin-bottom: 20px
}

.small-standing-discount {
    display: block;
    font-size: 12px
}

#hall_scheme svg {
    margin-bottom: 30px
}

#controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#desired-place {
    overflow: hidden
}

.hid_tt:after {
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 18px;
    color: var(--bg-color);
    top: 30px;
    left: 5px
}

.hid_tt.open:after {
    content: "\f068";
    font-family: FontAwesome
}

.hid_tt:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 25px 0 rgba(228, 30, 35, .26);
    -moz-box-shadow: 0 0 25px 0 rgba(228, 30, 35, .26);
    box-shadow: 0 0 25px 0 rgba(228, 30, 35, .26)
}

.hid_ct {
    display: none;
    transition: all .4s
}

:root {
    --font-color: #fff;
    --bg-color: #ed1f24;
    --hover-color: rgba(237, 36, 31, 0.9)
}

.spanClick:hover {
    color: #23527c;
    text-decoration: underline;
    cursor: pointer
}

.noclick {
    cursor: text
}

span.profit_a {
    background: #cdcd0b;
    color: #fff;
    padding: 5px;
    border-radius: 3px
}

p#forPartner {
    min-width: 250px
}

select.iti-mobile-select {
    width: 42px!important
}

.box:hover .hover {
    background: var(--hover-color)
}

.box:hover .hover .title,
.box:hover .hover .desc {
    display: none
}

#logFB,
#logFBPers,
#logFBOrder {
    display: none
}

span.auth {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-family: "HelveticaMedium", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    color: var(--font-color);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 24px;
    background: var(--bg-color);
    text-align: center;
    vertical-align: top;
    display: block;
    margin-bottom: 20px;
    margin-left: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.editInfo,
.editPass {
    display: none;
    position: relative
}

.editInfo .selectric,
.nmes .selectric {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 10px
}

.error_pas {
    border-color: var(--bg-color)
}

p.error_passinfo {
    color: var(--bg-color);
    margin-top: -20px;
    margin-bottom: 15px;
    display: none
}

span.delAddress {
    color: var(--bg-color);
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0 0 0 black;
    position: absolute;
    top: 35px;
    right: 0;
    cursor: pointer
}

.qrspan img {
    width: 99px
}

.my-orders.col-md-12.mes {
    margin-top: 50px
}

table#message th,
table#message td {
    line-height: 40px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    text-align: center
}

table#message .hover_tr:hover {
    background: #e1e1e1
}

table#message {
    margin-bottom: 20px;
    width: 100%
}

.headmes {
    font-weight: 600
}

span.new-mes {
    width: 24px;
    height: 24px;
    background: #6cb36f;
    display: block;
    position: absolute;
    border-radius: 50%;
    color: var(--font-color);
    font-weight: 600;
    right: 2px;
    top: 18px;
    font-size: 12px;
    line-height: 24px
}

.box-data.history_pay {
    max-height: 600px;
    overflow-y: auto
}

.col-md-12.noval div {
    font-size: 16px;
    font-weight: 600;
    padding: 10px
}

.col-md-12.noval {
    border: 1px solid #e1e1e1;
    border-radius: 7px 7px 0 0
}

.col-md-12.val {
    border: 1px solid #e1e1e1;
    border-top: 0
}

.col-md-12.val div {
    padding: 10px;
    font-size: 16px
}

.carousel .slick-slide img {
    max-height: 250px
}

.error {
    border-color: var(--bg-color)
}

.paersImg img {
    border-radius: 50%
}

.col-md-12.userinf {
    font-size: 20px;
    color: #777;
    font-weight: 600
}

.usersebsc {
    color: #777;
    font-weight: 600;
    margin-top: 10px
}

.forImgInsta {
    padding: 10px 0
}

.forImgInsta img:hover {
    opacity: .8
}

.cont_ev .grey {
    background-color: #777!important;
    display: block!important;
    margin-bottom: 5px!important
}

.cont_ev .grey::before {
    margin-left: -5px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 9px;
    background: url(../images/icons/icon.png) no-repeat left top!important
}

.cont_ev .price_grey {
    border-color: #888!important;
    color: #888!important
}

.cont_ev a.box:hover .price_grey {
    background: #888!important;
    color: var(--font-color)!important
}

.col-md-12.hov_cl,
.col-md-12.hov_cl_header {
    padding: 10px;
    border: 1px solid #f8f8f8;
    text-align: center
}

.col-md-12.hov_cl:hover {
    background-color: #f8f8f8
}

.dp {
    cursor: pointer;
    z-index: 9;
    position: relative;
    background: rgba(0, 0, 0, 0)
}

span.a_sms {
    font-size: 14px;
    cursor: pointer
}

span.a_sms:hover {
    color: #5baeff
}

#ui-datepicker-div {
    z-index: 999!important
}

.mvs.fsm {
    display: none!important
}

span.uath_using {
    font-size: 75%;
    font-style: italic;
    float: right;
    color: #6cb36f
}

.forgot_p {
    padding: 10px 15px
}

.forgot_p a {
    font-style: italic;
    border-bottom: dashed 2px var(--bg-color)
}

.ov {
    /*margin-top: -20px;*/
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    z-index: 99999;
    position: fixed;
    opacity: .87;
    display: none
}

.fanc-sing {
    display: block!important;
    z-index: 100000;
    background: var(--font-color);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a.background_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw
}

a.background_img img {
    width: 100%;
    height: 100vh
}

section.breadcmps {
    background: #fff;
    position: relative;
    margin: 0 120px
}

div#success_send {
    color: green;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600
}

.pages h1 {
    display: block;
    width: 100%
}

.pages ol,
.pages ul {
    margin-left: 15px;
    margin-bottom: 30px
}

.pages li {
    font-size: 16px;
    line-height: 180%
}

.pages p {
    width: 100%;
    text-align: justify
}

.loader img,
.loader2 img {
    width: 22px!important;
    height: 22px!important
}

.loader {
    display: none
}

.pages a {
    color: var(--bg-color);
    font-weight: 600
}

input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
    -webkit-appearance: none
}

@media(max-width:400px) {
    .phone {
        /*display: block;*/
        text-align: center
    }
    .reg-box {
        max-width: 300px
    }
    .reg-box input,
    .reg-box textarea {
        min-width: 250px
    }
}

.rm .selectric-items {
    width: 200px!important
}

.ordering-box .order-item .desc .img img {
    width: 100%;
    max-height: none
}

.mor_div,
.les_div {
    width: 35px;
    height: 35px;
    background: var(--bg-color);
    border-radius: 50%;
    text-align: center;
    color: var(--font-color);
    font-size: 35px;
    margin: 0 auto;
    cursor: pointer
}
.mor_div i.fa-angle-down {
    top: 1px;
    position: relative;
}
.mor_div i.fa-angle-up {
    bottom: 1px;
    position: relative;
}

/*.les_div{margin-top:20px}.frad{position:relative;width:100%;height:50px;background-image:url(/assets/images/fradient.png);margin-top:-49px;background-size:contain}*/

header .logotype img {
    max-height: 90px
}

.sl_t .selectric-label,
.rm span.selectric-label {
    font-weight: 600
}

.col-md-3.select.nmes {
    padding: 0;
    margin-top: 20px
}

a.link_thome {
    font-size: 20px;
    color: #444;
    display: inline-block;
    margin-top: 20px
}

a.link_thome i {
    margin-right: 10px
}

.search-box span.selectric-label {
    font-weight: 700
}

/*.col-md-8.col-sm-7 img {
    height: 322px
}*/
.name_ses {
    display: inline-block;
    width: 66%;
    margin-left: 3%;
    color: #000;
}
.for_img {
    width: 30%;
	display: inline-block;
}
.for_img img {
    height: auto !important;
}
.ses_item{
	margin-bottom: 10px;
}
.col-md-4.mes_send {
    margin-top: 20px
}

.hov_cl_header div {
    font-weight: 600
}

/*.desc_height * {
    font-size: 16px!important;
    line-height: 1.3!important
}

.desc_height {
    font-size: 16px!important
}

.desc_height ul {
    padding-left: 15px;
    padding-bottom: 15px
}*/

.mes .order-item.clearfix {
    overflow-x: auto;
    overflow-y: hidden
}

.g-recaptcha div {
    margin: 0 auto
}

.ui-datepicker select.ui-datepicker-year {
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    padding: 5px;
    text-align: center;
    margin-top: 3px
}

@media(min-width:991px) {
    /*header {*/
    /*    height: 125px*/
    /*}*/
    .mobile-show {
        display: block
    }
    .fa-times-circle,
    .fa-bars {
        display: none
    }
    .for_blocks .box.mr-0 {
        margin-right: 0;
    }
}
@media(max-width:991px) {
    span.uath_using {
        width: 100%
    }
    .ml {
        text-align: left
    }
    .menu-b {
        position: absolute;
        right: 20px;
        font-size: 40px;
        color: var(--bg-color);
        top: 24px;
        cursor: pointer
    }
    .mobile-show,
    .fa-times-circle {
        display: none
    }
    .count {
        width: 100%;
        margin-top: 2px
    }
}

@media(max-width:767px) {
    .menu-b {
        top: 14px
    }
    header .logotype img {
        max-height: 70px
    }
}

section.banner>.container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%
}

section.banner>.container>.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:1300px) {
    section.banner {
        min-height: unset
    }
}

@media (max-width:600px) {
    .banner {
        display: block
    }
}

i.fa.fa-wheelchair {
    font-weight: 500
}

section.banner>.container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
}

section.banner>.container>.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-data.client_data,
.item-data.partner_data {
    border: none;
    border-radius: 3px;
}

.my-orders {
    max-height: 700px;
    overflow-y: auto;
}

@media (min-width: 1300px) {
    section.banner {
        min-height: unset;
    }
    footer .social-inner a:first-of-type {
        margin-left: 0;
    }
    
}
@media (min-width: 768px) {
	.dop_content h2 {
		font-size: 25px;
	}
}
@media (max-width: 600px) {
    .banner {
        display: block;
    }
}

.dop_content h2 {
        color: #000000;
        text-transform: uppercase;
    }
/*PARTNER CABINET*/

.red-order {
    color: var(--bg-color);
}

.green-order {
    color: #6cb36f;
}

.accordion.personal-cabinet {
    padding: 20px 20px 20px 50px;
    overflow: auto;
}

.accordion.personal-cabinet h2 {
    font-size: 24px;
    margin-bottom: 0px;
    position: relative;
}

.accordion.personal-cabinet h2>.count {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.accordion.personal-cabinet .order-item {
    margin-top: 10px;
}


/*.my-orders{
    background: none;
}*/

.item-headline,
#message {
    background: #fff;
}

.selectric-bg-white {
    background: #fff;
    border-radius: 3px;
}

.selectric-wrapper-block {
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 10px 15px;
}

.nmes {
    margin-top: 30px;
    text-align: center;
    background: #fff;
}

.col-md-12.val div,
.col-md-12.noval div {
    font-size: 14px;
}

.partner-table-wrapper {
    padding: 5px;
    background-color: #fff;
    overflow: unset;
    max-height: 500px;
    overflow-y: auto;
}

.pass-text {
    display: inline-block;
}

.pass-icon {
    display: none;
}

.my-orders #message td:last-child {
    padding-right: 20px;
}

.ctr_block {
    margin: 0 auto;
}

#newTickAuto {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    /*PERSONAL CABINET*/
    span.new-mes {
        position: unset;
        display: inline-block;
        margin: 0;
    }
    /**/
}

.vis {
    overflow: visible;
}

@media (max-width: 600px) {
    .partner-table-wrapper {
        overflow-x: scroll;
    }
    header .logotype {
        top: 0;
    }
    #content h2 {
        font-size: 18px;
    }
    .accordion.personal-cabinet {
        padding: 10px 10px 10px 30px;
    }
    .accordion:after {
        left: 3px;
        top: 14px;
    }
    .accordion.personal-cabinet h2>.count {
        position: relative;
    }
    .accordion.personal-cabinet h2>.count strong {
        font-size: 16px;
    }
    .accordion.open:after {
        content: "\f068";
        font-family: FontAwesome;
        font-size: 20px;
        left: 6px;
        top: 14px;
    }
    #p_data .accordion.open .accord-title {
        display: block;
        overflow: auto;
    }
    .accordion .item-data {
        padding: 5px 5px 5px 10px;
    }
    .my-orders .item-headline {
        padding: 5px;
        padding-left: 10px;
    }
    .my-orders {
        margin-top: 0;
        overflow-x: scroll;
        padding-left: 10px;
        padding-right: 10px;
    }
    table#message th,
    table#message td {
        line-height: 16px;
        font-size: 14px;
    }
    .item-data p {
        padding-top: 5px;
    }
    /*STANDING HALL FORM*/
    .schedule .td.qty-container {
        min-width: 85px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .tickets_qty {
        width: 24px;
    }
    /**/
    .pass-text {
        display: none;
    }
    .pass-icon {
        display: inline-block;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #hall_scheme .td {
        font-size: 12px;
    }
    #hall_scheme .minus_button,
    #hall_scheme .plus_button {
        width: 20px;
    }
    #hall_scheme .table .td:first-child {
        max-width: 65px;
        min-width: 50px;
        /*overflow: scroll;*/
    }
    .schedule .date {
        font-size: 15px;
    }
    .schedule .date span {
        font-size: 15px;
    }
    .timer-block {
        padding: 0;
    }
    .hall-address,
    .hall-name {
        margin-bottom: 0;
    }
}

p.soc i {
    font-size: 30px;
    padding: 5px;
}

.copyright i {
    font-size: 30px;
    padding: 5px;
}

#controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#desired-place {
    overflow: hidden;
}
.balance i.fas.fa-wallet {
    color: var(--bg-color);
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

/*.bg-grey {
    background: #fff;
    padding: 30px 0;
    margin: 0 120px;
    position: relative;
}*/


/**/


/*.fancybox-container.fancybox-is-open.fancybox-can-drag+div{
	z-index: 999993 !important;
	opacity: 0 !important;
	top: 0 !important;
}
.fancybox-container.fancybox-is-open.fancybox-can-drag+div iframe{
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
.fancybox-container.fancybox-is-open.fancybox-can-drag+div div+div{
	overflow: visible !important;
}*/
a.pluso-more {
    display: none !important;
}
a.btn.mob-sign i.fa{
	margin-right: 5px;
}
a.pluso-ok {
    display: inline-block;
    vertical-align: inherit;
    margin: 3px 0 0 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(/assets/images/icons/odnoklasniki.png)!important;
    position: relative;
    background-size: cover!important;
}
a.pluso-telegram {
    display: inline-block;
    vertical-align: inherit;
    margin: 3px 0 0 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(/assets/images/icons/telegram.png)!important;
    position: relative;
    background-size: cover!important;
}
a.pluso-messenger {
        display: inline-block;
    vertical-align: inherit;
    margin: 3px 0 0 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(/assets/images/icons/Messenger.png)!important;
    position: relative;
    background-size: cover !important;
}
a.pluso-whatsup {
    display: inline-block;
    vertical-align: inherit;
    margin: 3px 0 0 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(/assets/images/icons/WhatsApp.png)!important;
    position: relative;
    background-size: cover !important;
}
.additional_social a.pluso-messenger {
    left: -7px;
}
.additional_social a.pluso-whatsup {
    left: -11px;
}
.additional_social a.pluso-telegram {
    left: -15px;
}
.additional_social a.pluso-ok {
    left: -19px;
}
.i_frame h2.h2_share {
    display: inline;
    margin-bottom: 11px;
    font-size: 24px;
}

/*AUTOCOMPLETE*/
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
	z-index: 99999;
	background: #f8f8f8;
	border: none;
	border-radius: 3px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li{
	border-top: 1px solid #f2f2f2;
	padding: 6px 10px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:first-child {
    border-radius: 3px 5px 0 0;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:last-child {
    border-radius: 0 0 5px 5px;
}
.search-result-img{
    height: 20px;
    width: auto;
    margin-right: 5px;
}
.search-field-wrapper{
    width: 75%;
    position: relative;
    display: inline-block;
}
.header-search input{
    width: 100%;
}
button[type="submit"].search-button-icon{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    font-size: 20px;
}
/**/

/*SUBSCRIPTION BLOCK*/
.subscription-block {
    border: 1px solid #ebebeb;
    max-height: 205px;
}
.subscription-block h2{
    margin-bottom: 0;
}
.subscribe__top-line {
    position: relative;
    padding: 15px 0px 15px 50px;
    font-weight: bold;
}
.subscribe__top-line .fa-envelope{
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    line-height: 60px;
    font-size: 40px;
    color: var(--bg-color);
}
.subscription-block .btn {
    margin-left: 0;
}
.subscribe__success{
    display: none;
    text-align: center;
    padding: 20px 0;
}
.subscribe__success .far,
.subscribe__success .fas{
    color: var(--bg-color);
    font-size: 50px;
    margin-bottom: 10px;
}
.subscribe__success-message{
    text-align: center;
}
.subscription-block.sb__footer{
    max-height: 130px;
}
.subscription-block.sb__footer .subscription-email{
    display: block;
    height: 52px;
    width: 215px;
    margin: 0;
    float: left;
}
.subscription-block.sb__footer .btn.submit-subscription {
    display: block;
    margin: 0;
    padding: 0 18px;
    float: right;
}
@media screen and ( max-width: 767px ){
    .subscription-block{
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .subscription-block{
        max-height: fit-content;
    }
	.for_mob{
		display: block !important;
	}
	.for_desctop{
		display: none;
	}
}
.promo_sit, .promo_stand {
    position: relative;
}
.check_promo_yes {
    border-color: #07d307;
}
.promo_stand .check_promo_yes+.fas.fa-check,
.promo_sit .check_promo_yes+.fas.fa-check {
    display: block !important;
    color: #07d307;
    position: absolute;
    right: 20px;
    font-size: 24px;
}
.promo_stand .check_promo_yes+.fas.fa-check {
    top: 16px;
}
.promo_sit .check_promo_yes+.fas.fa-check {
    top: 8px;
}
/**/

/*CARDCOM IFRAME*/
#payment iframe{
    height: 1385px;
    border: none;
}
/*Old Browser*/
.oldservice, .oldservice2 {
    background: #fff;
    width: 100%;
    text-align: center;
	margin-bottom: 10px;
	position: relative;
	top: -20px;
}
.dwn_browsers a img{
	width: 70px;
	height: 70px;
}
.dwn_browsers a{
	margin: 5px 10px;
}
.oldservice .btn{
	margin-top: 20px;
}
.btn_closeservice{
	font-size: 20px;
	color: red;
	display: block;
	margin: 10px 0;
	cursor: pointer;
}
.inputor {
  height: 160px;
  width: 90%;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 5px 8px;
  outline: 0 none;
  margin: 10px 0;
  background: white;
  font-size: inherit;
  overflow-y: scroll;
}
.inputor:focus {
  border: 1px solid rgb(6, 150, 247);
}
/*End Old Browser*/
.section-info{
    float: right;
}

/* new design style start*/
.dop_content section.blue-section {
    display: none;
}

.red_block {
    background: #cf0b01;
    padding: 10px;
}

.red_block span {
    text-align: center;
    color: #ffffff;
    display: block;
}

.dop_content .bg-yellow {
    background: #c9af6e;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.header-content {
    background: #c9af6e;
}

header .top-inner section.header-content .menu-inner li.nav-item {
    list-style-type: none;
    margin: 0 5px;
    font-size: 15px;
    position: relative;
    padding-right: 10px;
}

header .top-inner section.header-content .menu-inner {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
}

.header-content .logo .logotype {
    top: 0;
    margin-bottom: 0;
}

.header-content .navbar {
    margin-bottom: 0;
    margin: 0 20px;
    display: flex;
    align-items: center;
    width: 538px;
    justify-content: center;
}

.navbar-nav>li>a,
.navbar ul>li>a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "HelveticaBold", sans-serif;
    line-height: 16px;
}
footer .menu li a{
    font-family: "HelveticaBold", sans-serif;
} 
.navbar-nav>li>a.t_online, 
.navbar ul>li>a.t_online,
footer .menu li a.t_online {
    color: #ed1f24 !important;
}
.navbar-nav>li>a.t_online:hover, 
.navbar ul>li>a.t_online:hover,
footer .menu li a.t_online:hover {
    color: #000 !important;
}
.navbar-nav>li>a.nav-link:hover:not(.t_online), 
.navbar ul>li>a.nav-link:hover:not(.t_online), 
footer .menu li a:hover:not(.t_online) {
    color: #ed1f24 !important;
}

.nav_active a {
    color: #ed1f24;
}

header p.soc i {
    color: var(--bg-color);
}

header .top-inner section.header-content .menu-inner li.nav-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: black;
}

.dop_content .box .title,
.dop_content .box p.desc {
    text-align: center;
    color: #615a5a;
    font-weight: 500;
}

.dop_content .p_info {
    text-align: center;
    color: #504b4b;
    font-weight: 500;
    opacity: .8;
    word-break: break-word;
    padding-bottom: 5px;
}

.dop_content .box p.desc {
    padding-bottom: 0;
    color: var(--bg-color);
    font-size: 15px;
}

.dop_content .box:hover .hover {
    display: none;
}

.dop_content .buy_tickets {
    /* font-size: 16px;
    font-weight: 500;
    line-height: 52px;
    color: var(--font-color);
    padding: 13px;
    background: var(--bg-color);
    border-radius: 3px;
    top: -25px;
    position: relative; */
    font-size: 13px;
    font-weight: 500;
    color: var(--font-color);
    padding: 0;
    background: var(--bg-color);
    border-radius: 4px;
    top: -20px;
    position: relative;
    display: inline-block;
    width: 65%;
    height: 38px;
    line-height: 39px;
    text-transform: uppercase;
    transition: all 1s;
}
.dop_content .buy_tickets:hover {
    letter-spacing: 3px;
    width: 100%;
}

.dop_content .box .img {
    margin-bottom: 0;
    max-height: 185px;
    overflow-y: hidden;
}

.dop_content .for_buy {
    text-align: center;
    height: 28px;
    position: relative;
}

.dop_content .adc {
    display: none;
}

.dop_content .red_line {
    background: #cf0b01;
    width: 100%;
    height: 40px;
}

.dop_content h2>span {
    color: var(--bg-color);
}

.about-page .about-content p,
.dop_content .about-content p {
    position: relative;
    padding-bottom: 10px !important;
    text-align: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-family: "Helvetica", sans-serif !important;
}

.about-page .about-content {
    width: 100%;
}
.about-page .about-content p {
    background-color: transparent !important;
    display: block !important;
}
.about-page h1 {
    display: block;
    text-align: center;
    width: 100%;
}

    /*.dop_content .about-content p:nth-child(2) {*/
/*    font-weight: 500;*/
/*}*/

/*.dop_content .about-content p:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: var(--bg-color);*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.dop_content .btn.btn-block {
    max-width: 180px;
    font-size: 12px;
    line-height: 30px;
    display: block;
    margin: 20px auto;
    background: #cf0b01;
    text-transform: uppercase;
    transition: all 1s;
}
.dop_content .btn.btn-block:hover {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 5px;
    color: #fff;
}

.dop_content #taglines-slider {
    padding: 75px 0;
    padding-bottom: 65px;
}

.dop_content #taglines-slider .slick-slide {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.dop_content #taglines-slider .slick-slide h4 {
    color: var(--bg-color);
    font-size: 16px;
}

.dop_content .project-inner img {
    border-radius: 120px;
    width: 240px;
    height: 240px;
    margin-bottom: 15px;
}

.dop_content .project-inner {
    text-align: center;
}

.dop_content .project-inner h4 {
    font-size: 15px;
    margin-bottom: 5px;
    padding: 0 15px;
    margin-top: 5px;
    font-family: 'HelveticaBold', sans-serif;
    color: rgb(61, 61, 61);
}

.dop_content .project-inner p {
    padding: 0 15px;
}

.dop_content .my_contacts span {
    font-size: 17px;
    /* margin-bottom: 5px; */
    display: inline-block;
    font-weight: 600;
}

.dop_content .my_contacts {
    text-align: center;
}

.dop_content .bg-yellow.full-sise .logotype {
    display: none;
}

.dop_content .bg-yellow:before {
    content: "";
    width: 45px;
    height: 45px;
    /* background: var(--bg-color); */
    background-image: url("../images/icons/block.png");
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 22px);
    top: -22px;
    /* transform: rotateZ(45deg); */
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
}

.dop_bg {
    display: none;
}

.dop_content h2:before {
    content: "";
    width: 30px;
    background-image: url("../images/icons/left.png");
    background-position-y: 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 0px;
    height: 100%;
}

.dop_content h2:after {
    content: "";
    width: 30px;
    background-image: url("../images/icons/right.png");
    background-position-y: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: 0px;
    transform: rotateZ(45deg);
    height: 100%;
    transform: scale(-1, 1);
}

.dop_content h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 70px;
}

#content.dop_content {
    padding-top: 0;
}

.dop_content section {
    padding-bottom: 20px;
    padding-top: 20px;
}

.dop_content #events-list .box {
    /* max-width: 25%; */
}

/*.dop_content #events-list .box img {*/
/*    max-height: 185px;*/
/*}*/

.my_contacts {
    padding-top: 20px;
}

.my_contacts .red {
    color: #cf0b01;
    margin-bottom: 20px;
}

.my_contacts .contact-info-inner {
    margin-bottom: 20px;
}

footer {
    background: #c9af6e;
}

footer .btn.rec {
    display: none;
}

footer .emfoot p {
    display: none;
}

.foot_p {
    display: none;
}

footer .menu li {
    padding-bottom: 0;
}
footer .menu li:first-of-type{
    padding-top: 0;
}
footer li,
footer p,
.menu a,
.phone_fot,
.emfoot a,
footer h3 {
    color: #000000 !important;
}
footer h3 {
    text-transform: uppercase;
}
.soc a {
    color: #ed1f24;
}

.del {
    display: none;
}

footer .phone_fot i,
footer .emfoot a i {
    background: #ed1f24 !important;
}

.for_blocks .row:before {
    display: none !important;
    content: "\"";

}

.for_blocks .box {
    width: calc((100% - 280px)/3);
    flex: unset;
    text-align: center;
    padding: 0 0 10px 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #f9f9f9;
}

.for_blocks #events-list {
    justify-content: space-evenly;
}
div#events-list:after {
    display: none;
}
.follow .row {
    justify-content: center;
}

.follow h2 {
    text-align: center;
}

.follow .container {
    text-align: center;
}

#slider {
    max-height: 616px;
}

.dop_content .project-inner {
    margin-bottom: 20px;
}

.burger {
    padding: 15px;
}

.burger li {
    list-style-type: none;
    font-size: 19px;
    margin-bottom: 10px;
}
.burger .lang li{
    margin-bottom: 0;
}
.burger {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    z-index: 9999991;
    background: #ffffff;
    transition: .5s all;
    background: #c9af6e;
}

.burger.open {
    display: block;
    width: 100%;
    transition: .5s all;
    opacity: 1;
    padding-top: 15px;
}

.open-nav {
    display: none;
    z-index: 2;
}

.open-nav,
.close-nav {
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 25px;
    color: #cf0b01;
}

.burger .logo {
    margin-bottom: 20px;
    text-align: left;
}

.burger .btn {
    margin-top: 15px;
}

.dop_my_content .desc_height p {
    /* opacity: .8; */
    /*color: #a09d9d;*/
    padding-left: 20px;
}

.i_frame h2 {
    display: none;
}

.name_banner p {
    text-align: left;
    font-size: 25px;
    padding-bottom: 5px;
}

.dop_my_content {
    /*padding-top: 5px !important;*/
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c4593a;
}

p.soc .fa-instagram:before,
.fa-instagram:before {
    /* color: linear-gradient(-135deg, #1400c8, #b900b4, #f50000) !important; */
    color: #e0276b;
}

p.soc .fa-telegram:before,
.fa-telegram:before {
    color: #337bd4;
}

p.soc .fa-vk:before,
.fa-vk:before {
    color: #154f96;
}

p.soc .fa-facebook-square:before,
.fa-facebook-square:before {
    color: #052df3 !important;
}

.fa-youtube:before {
    color: var(--bg-color);
}

.dop_my_content .main-catalog.cont_ev {
    display: none;
}

#events-list.row.cont_ev:before {
    content: none;
}
.social-overflow {
    text-align: center
}

footer .social-inner {
    margin-top: -15px;
}
.social-inner:after {
    display: block;
    content: "";
    clear: both;
}
.social-inner a {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0 0 0 8px;
    width: 40px;
    height: 40px;
}
.social-inner a:first-of-type {
    background: url(../images/icons/s_fb.png) no-repeat;
}
.social-inner a:nth-of-type(2) {
    background: url(../images/icons/s_yb.png) no-repeat;
}
.social-inner a:nth-of-type(3) {
    background: url(../images/icons/s_vk.png) no-repeat;
}
.social-inner a:last-of-type {
    background: url(../images/icons/s_o.png) no-repeat;
}
.top-inner #slider .slick-dots {
    display: none;
}

.project-item:not(:nth-of-type(-n+3)) {
    display: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}
.name_banner h1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-family: 'HelveticaMedium', sans-serif;
    font-weight: 500;
}
.name_banner {
    background: #c9af6e;
}
/*.event-header {
    border-bottom: 1px solid var(--bg-color);
}*/

.desc_height iframe {
    width: 100%!important;
    height: 640px!important;
}
#hall_place iframe {
    width: 98%;
    margin: 0 1%;
}
.gyou div{
   background-color: rgb(85,85,85) !important;
   height: 100% !important;
   padding: 10px !important;
   width: 100% !important;
   text-align: left !important;
   background-image: url(/assets/img/static.jpg) !important;
   background-size: cover !important;
}
.center_flex {
    justify-content: center;
}
footer .menu{
    text-align: center;
}
.forgot_content{
    display: none;
}
section.breadcmps {
    display: none;
}
section.name_banner {
    background: #c9af6e;
}
.i_frame .calendar-section h2{
    display: block;
    font-size: 22px;
    margin-bottom: 0;
}
.i_frame .calendar-section h2:before,
.i_frame .calendar-section h2:after{
    display: none;
}
.w100-carousel .slick-track{
    width: 100% !important;
}
.calendar-section .box{
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    padding: 0 0 10px 0;
    border-radius: 3px;
}
.wrap_it .col-sm-4{
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.cont_info_c {
    padding-top: 10px;
    height: calc(100% - 238px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.calendar-section .cont_info_c {
    padding-top: 0px;
    /*height: 150px;*/
}
.calendar-section {
    padding-top: 0px !important;
}
.share_h{
    margin-top: 20px;
}
.rec_h{
    margin-top: 40px;
}
#projects-list .project-item:not(:nth-of-type(-n+3)){
    display: block;
}
#projects-list {
    margin-top: 30px;
}
.swiper-container-1,
.swiper-container-2 {
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    background: var(--bg-color);
}

.swiper-container-1 {
    padding: 50px 0 50px;
    /* padding-right: 50px;
padding-left: 50px; */
}

.swiper-container-1 .swiper-slide-next,
.swiper-container-1 .swiper-slide-prev {
    transform: translateZ(-250px) !important;
}

.swiper-container-1 .swiper-slide {
    max-width: 450px !important;
    width: 100% !important;
    max-height: 255px;
}

.swiper-container-1 .swiper-slide img {
    max-height: 255px;
    width: 100%;
}

.swiper-slide-shadow-right,
.swiper-slide-shadow-left {
    display: none;
}

.swiper-container-2 {
    max-height: 350px;
    /*min-height: 255px;*/
    height: 100%;
}

.swiper-container-2 .swiper-slide,
.swiper-container-2 .swiper-slide img {
    height: 100%;
    max-height: 255px;
    max-width: 450px;
    width: 100% !important;
}
.swiper-button-next,
.swiper-button-prev {
    top: 40%;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}
.swiper-container{
	margin-bottom: 70px;
}
button.fancybox-button.fancybox-button--arrow_left,
button.fancybox-button.fancybox-button--arrow_right,
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
	display:none;
}
/*top-menu*/
.top-menu .navbar {
    margin-bottom: 0;
    border: none;
    text-align: center;
}
.top-menu .navbar .navbar-nav,
.top-menu .navbar .navbar ul {
    float: none;
    display: inline-block;
}
.top-menu .navbar .navbar-nav:after,
.top-menu .navbar .navbar ul:after {
    display: block;
    content: "";
    clear: both;
}
.top-menu ul.navbar-nav > li,
.top-menu .navbar ul > li {
    position: relative;
    text-decoration: none;
    list-style: none;
    display: block;
}
.top-menu ul.navbar-nav > li > a,
.top-menu .navbar ul > li > a {
    display: block;
    border-top: 6px solid transparent;
    padding: 14.5px 15px;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.top-menu ul.navbar-nav > li > a.abon-link,
.top-menu .navbar ul > li > a.abon-link {
    color: var(--elements-color);
}
.top-menu ul.navbar-nav > li.active > a,
.top-menu .navbar ul > li.active > a,
.top-menu ul.navbar-nav > li > a:hover,
.top-menu .navbar ul > li > a:hover {
    border-top: 6px solid var(--elements-color);
}
.top-menu ul.navbar-nav > li:hover > .dropdown-menu,
.top-menu .navbar ul > li:hover > .dropdown-menu {
    display: block;
}
.bf_el, .full_ticket_price{
	margin: 10px 0 !important;
}
span.bf_el_1 {
    width: 60%;
    display: inline-block;
}
span.bf_el_2 {
    width: 35%;
    display: inline-block;
	text-align: center;
}
.hide_el{
	display: none;
}
.show_b_office div {
    font-size: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /top-menu*/
.hover div.show_datetime,
.hover .theater_name,
.hover .price-range {
    padding-left: 25px;
    line-height: 1.3;
}
.hover div.show_datetime,
.hover .theater_name,
.hover .price-range {
    padding-left: 25px;
    line-height: 1.3;
}
.hover h3 {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
}
.hover .fa, .hover .fas {
    position: absolute;
    left: 21px;
}
.hover div {
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 14px;
    color: #000000;
}
.additional_show_dates {
    position: relative;
}

.toolt {
    display: none;
    position: absolute;
    background: #000000;
    padding: 5px;
    color: #ffffff !important;
    bottom: 12px;
    right: -85px;
    font-size: 11px !important;
    border-radius: 3px;
    width: 140px;
}

.additional_show_dates:hover .toolt {
    display: block;
}

.toolt span {
    display: flex;
    justify-content: center;
}
.gyou {
    position: relative;
	height: 130px;
}
#p_data .col-md-12{
	padding: 0 !important;
	margin-bottom: 20px;
}
.my-orders.col-md-12.mes {
    display: none !important;
}
.navbar-nav>li>a:not(.t_online):hover, .navbar ul>li>a:not(.t_online):hover{
    color: #ed1f24;
}
span.brt:hover {
    opacity: .9;
}
.social-wrap .pluso, .social-wrap .additional_social {
    transform: translate(7px, 0);
    position: relative;
    display: inline-block;
}
.fill_en_he_fio {
    font-size: 20px;
    padding: 10px 15px;
    color: green;
    font-weight: 600;
}
/* ================ */

@media (max-width: 480px){
	.swiper-slide-prev, .swiper-slide-next{
		visibility: hidden;
	}
}
@media (max-width: 1024px) {
    .for_blocks .box {
        width: calc((100% - 240px)/3);
    }
}
@media (max-width: 1024px) {
	.for_blocks .box {
        width: calc((100% - 170px)/3);
    }
    header .logo, header .for_mob{
        width: 50% !important;
    }
    header .for_mob{
        float: unset;
    }
    /*header .logo{
        text-align: left;
    }*/
    header .for_mob{
        text-align: right;
    }
    /*.social-inner a{
        float: right;
    }*/
    header .menu-inner {
        /*flex-wrap: wrap;*/
        text-align: center;
    }
    .navbar-nav, .navbar ul {
        margin: 0 auto;
    }
    .desc_height iframe {
        height: 535px!important;
    }
    #hall_place iframe {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 1024px) and (min-width: 991px){
	footer .social-inner{
		padding-left: 15px !important;
	}
}
@media (max-width: 1024px) and (min-width: 761px){
    .header-content .navbar{
        justify-content: left !important;
    }
}

@media (max-width: 1300px) and (min-width: 991px){
	.col-sm-6.info-block-col{
		flex: 0 0 40%;
		width: 40%;
		max-width: 40%;
	}
	.col-sm-3.fd_back{
		flex: 0 0 35%;
		width: 35%;
		max-width: 35%;
	}	
}
@media (max-width: 990px) and (min-width: 768px){
    footer .logotype img{
        max-width: 140px
    }
	.col-sm-6.info-block-col{
		flex: 0 0 40%;
		width: 40%;
		max-width: 40%;
	}
	.col-sm-3.fd_back{
		flex: 0 0 35%;
		width: 35%;
		max-width: 35%;
	}
	.social-inner a{
		width: 35px;
		height: 35px;
		background-size: cover !important;
	}
	.emfoot{
		font-size: 16px !important;
	}
}
@media (min-width:1025px) and (max-width: 1199px){
	.header-content .navbar{
		margin: 0 5px;
		width: 510px;
	}
	a.nav-link, a.scroll-nav {
		font-size: 14px;
	}
	.menu-inner .btn{
		padding: 0 10px !important;
		font-size: 14px !important;
	}
}
@media (max-width: 1024px) {
	header .menu-inner {
        flex-wrap: wrap;
    }
    .navbar-nav, .navbar ul {
        width: 100%;
    }
    header .nav-item:after {
        display: none;
    }
    .for_blocks .box {
        width: calc((100% - 170px)/2);
    }
    .dop_content .project-inner h4 {
        padding: 0;
    }
    .subscription-block {
        display: block;
        max-height: 230px !important;
        margin-top: 20px;
    }
    header .top-inner section.header-content .menu-inner li.nav-item {
        margin-bottom: 10px;
    }
    .dop_content section {
        padding: 10px 0;
    }
    .dop_content section.main-catalog {
        padding-top: 0;
    }
    .dop_content .red_line {
        height: 20px;
    }
    .dop_content .bg-yellow {
        padding-top: 10px;
        opacity: 1;
    }
    .dop_content #taglines-slider {
        padding: 25px 0;
        padding-bottom: 25px;
    }
    .dop_content #taglines-slider .slick-slide {
        justify-content: center;
        text-align: left;
        align-items: flex-start;
        display:flex;
    }
    .dop_content.rtl #taglines-slider .slick-slide {
        justify-content: flex-start;
        text-align: right;
        align-items: unset;
    }
    header {
        padding-top: 0;
    }
    .dop_content .project-inner {
        margin-top: 20px;
    }
    .info-block-col {
        padding-left: 0;
        padding-right: 0;
    }
    .dop_col {
        width: 49%;
    }
    .dop_content #taglines-slider .slick-slide h4 {
        margin-bottom: 0;
    }
    .dop_my_content .desc_height p {
        padding-left: 0px;
    }
    footer {
        text-align: left;
    }
    footer .menu .row .col-md-6:nth-child(2) .col-md-12 {
        display: none;
    }
    footer .row .col-sm-3 {
        padding-left: 0;
		padding-right: 0;
    }
    footer .row .col-sm-3 p {
        display: none;
    }
    footer .logotype {
        margin: 20px auto 10px;
        display: block;
    }
    footer .copyright {
        display: none;
    }
    footer .copyright:last-child {
        display: block;
    }
    .subscription-block {
        display: block !important;
    }
    .name_banner p {
        font-size: 18px;
        padding-top: 5px;
    }
    .desc_height iframe {
        height: 415px!important;
    }
	/*.header_soon{
		display: none !important;
	}*/
}
@media (max-width: 1120px){
	.ui-datepicker td a, .ui-datepicker td span{
		width: 30px !important;
		height: 28px !important;
		line-height: 28px !important;
	}
	.ui-datepicker td{
		font-size: 14px !important;
	}
	.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover{
		line-height: 28px !important;
	}
}
@media (max-width: 800px){
	.ui-datepicker td a, .ui-datepicker td span{
		width: 26px !important;
		height: 24px !important;
		line-height: 24px !important;
	}
	.ui-datepicker td{
		font-size: 15px !important;
	}
	.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover{
		line-height: 24px !important;
	}
}

@media (max-width: 576px) {
    .for_mob{
        padding-right: 40px !important;
    }
    .for_blocks .box {
        width: calc((100% - 30px)/1);
    }
    .dop_content #events-list .box img {
        max-height: 210px;
    }
    .dop_content .for_buy {
        height: unset;
        /*margin-top: 10px;*/
        margin-bottom: 5px;
    }
    .dop_content .buy_tickets {
        top: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }
    .follow .subscription-email,
    .follow .submit-subscription {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    #content h2 {
        font-size: 16px;
    }
    /*.header-content .navbar,
    .header-content .soc {
        display: none;
    }*/
    .red_block span {
        font-size: 12px;
    }
    /*.top-inner .logo {
        text-align: left;
    }*/
    .dop_content h2:before {
        left: -24px;
    }
    .dop_content h2:after {
        right: -24px;
    }
    .dop_col {
        width: 100%;
    }
    header .top-inner section.header-content .menu-inner {
        padding-top: 0;
    }
    /*header .open-nav {
        display: block;
    }*/
    .social-inner {
        text-align: center;
    }
    .social-inner a {
        float: none;
        margin: 0;
    }
    .follow iframe {
        max-width: 100%;
    }
    .desc_height iframe {
        height: 225px!important;
    }
}
@media (max-width: 567px) {
    .phone small{
        text-align:right;
        padding-right: 1px;
        letter-spacing: .1px;
    }   
}
/*.header-content.sticky {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    z-index: 100500;*/
/*}*/
/*.top-inner:has( > .sticky) {*/
/*    padding-top: 91px;*/
/*}*/
/*header .top-inner .header-content.sticky .menu-inner {*/
/*    padding: 0px 10px;*/

/*}*/
/*.header-content.sticky .logotype {*/
/*    max-width: 100px;*/
/*}*/
/* new design styles end */


/*FIXES 16.12*/
.top-inner #slider .slick-dots{display: none !important}
@media (max-width: 1100px) {
  .subscription-block.sb__footer{
    margin-top: 0
    }
    .subscription-block.sb__footer .subscription-form{
        overflow: auto;
    }
    .subscription-block.sb__footer .subscribe__top-line{
      width: 100%;
    }
    .subscription-block.sb__footer .subscription-email,
    .subscription-block.sb__footer .submit-subscription{
      width: 49%;
    }

  }
@media (max-width: 991px) {
  .cont_info_c{
    height: unset;
  }
}

@media (max-width: 480px) {
    .subscription-block.sb__footer{
        margin-top: 20px;
    }
    header .logo{
        width:30% !important;
    }
    header .for_mob{
        width:70% !important;
    }
}

@media (max-width: 360px) {
    .social-inner a{
        width: 30px;
        height: 30px;
        background-size: cover !important;
    }
    .open-nav, .close-nav{
        top: 30px !important;
    }
}
@media (min-width: 1170px) and (max-width: 1920px){
	#slider .slick-slide img, section.banner img{
		width: 100%;
	}
	/*#slider, section.banner{
		height: 539px;
	}*/
}
@media (max-width: 1169px){
	#slider .slick-slide img, section.banner img{
		width: 100%;
	}
}
@media (min-width: 1921px){
	#slider .slick-slide img, section.banner img{
		width: 100%;
	}
}
