@font-face {
   font-family: 'Jost';
   src: url(jost/Jost-Regular.ttf);
   font-weight: 400;
}
@font-face {
   font-family: 'Jost';
   src: url(jost/Jost-Medium.ttf);
   font-weight: 500;
}
@font-face {
   font-family: 'Jost';
   src: url(jost/Jost-SemiBold.ttf);
   font-weight: 600;
}
@font-face {
   font-family: 'Jost';
   src: url(jost/Jost-Bold.ttf);
   font-weight: 700;
}
:root{
	--c-text: #1E1E1E;
	--c-bg-grey: #F3F6FF;
	--c-bg-white: #FFF;
	--c-bg-white2: #FFF;
}
:root .dark{
	--c-text: #FFF;
	--c-bg-grey: #333;
	--c-bg-white: #141414;
	--c-bg-white2: #333;
}

* {
   box-sizing: border-box;
}
html,
body {
   padding: 0;
   margin: 0;
   overflow-x: hidden;
}
body {
   font-family: 'Jost', Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 1.3;
   font-weight: 400;
   font-style: normal;
   color: var(--c-text);
   background: var(--c-bg-white);
}
a {
   color: var(--c-text);
   text-decoration: none;
}
ol,
ul {
   list-style: none;
   padding: 0;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
img {
   border: 0;
}
h1, h2, h3, h4 {
   margin: 0;
   padding: 0;
}
h1 {}
h2 {
   font-size: 28px;
   margin-bottom: 35px;
   font-weight: normal;
}
h3 {
   font-size: 24px;
   margin-bottom: 25px;
   font-weight: normal;
}
h4{
   font-size: 20px;
   margin-bottom: 15px;
   font-weight: normal;
}
.event h2{
   font-size: 20px;
   font-weight: 500;
}
p {
   padding: 0;
   margin: 0 0 10px;
}
.mgr30{
   margin-right: 30px;
}
.mgt40{
   margin-top: 40px;
}
.mrb20{
   margin-bottom: 20px;
}
.mrb30 {
   margin-bottom: 30px;
}
.txt_center {
   text-align: center;
}
input[type="file"]{
   opacity: 0;
   width: 5px;
}
.small{
   font-weight: 400;
   font-size: 15px;
   color: #A0A0A0;
}
.txtup{
   text-transform: uppercase;
}
input{
   border: 1px solid #E1E1E1;
   border-radius: 8px;
   padding: 15px;
   width: 100%;
   max-width: 400px;   
   margin-bottom: 15px;
   vertical-align: top;
}
select{
   border: 1px solid #E1E1E1;
   border-radius: 8px;
   padding: 15px;
   width: 100%;
   max-width: 200px;
   margin-bottom: 15px;
   background: transparent;
}
.bt_def{
   background: #6D7BCD;
   border: none;
   border-radius: 31px;
   padding: 15px 25px;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   vertical-align: top;
   font-size: 16px;
}
.bt_def.fullw {
   width: 100%;
   text-align: center;
}
.page{
   width: 100%;
   max-width: 1100px;
   margin: 0 auto;
}
.fl_row{
   display: flex;
   width: 100%;
   margin-bottom: 15px;
}
.fl_row_col{
   width: 50%;
   padding-right: 20px;
}
.fl_row_col_33 {
   width: 33.3%;
   padding-right: 20px;
}
.auth_block{
   width: 100%;
   max-width: 400px;
   padding: 50px 30px;
   margin: 300px auto 20px;
   text-align: center;
   box-shadow: 1px 1px 8px 1px #ccc;
}
.head{
   height: 90px;
   background: linear-gradient(312.3deg, #B3DCEC 0%, #30B1E4 49.48%, #2F2BEC 100%);
}
.head .page{
   height: 100%;
}
.head_content{
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      height: 100%;
}
.logo a{
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
}
.logo a img{
	height: 40px;
	margin-right: 10px;
}
.logo a p{
	font-size: 24px;
	margin: 0;
	line-height: 1;
}
a.btfon{
   border: 2px solid #fff;
   border-radius: 30px;
   font-weight: 700;
   font-size: 15px;
   color: #fff;
   padding: 15px 25px;
   margin-right: 5px;
}
.bg_grey{
   background: var(--c-bg-grey);
}
.block{
   padding: 40px 0;
}
.left_side{
   width: 320px;
   flex-shrink: 0;
   flex-grow: 0;
   background: #F8F9FF;
   padding: 0 20px;
}
.right_side{
   width: 100%;
   padding-left: 30px;
}
.top_begin{
   position: absolute;
   width: 250px;
   height: 80px;
   left: calc(50% - 125px);
   top: 0px;
   background: #FFFFFF;
   border-radius: 0px 0px 8px 8px;
   padding-top: 10px;
}
.top_begin p{
   font-weight: 500;
   font-size: 18px;
   margin: 0;
   color: #0e0e0e;
}
.top_begin p.top_date{
   font-weight: 700;
   font-size: 28px;
   line-height: 38px;
}
.left_menu{
   width: 100%;
   padding: 10px 15px;
   cursor: pointer;
   align-items: center;
}
.left_img{
   height: 25px;
   width: 50px;
   flex-shrink: 0;
}
.left_img span{
   font-weight: 500;
   font-size: 15px;
   color: 1e1e1e;
}
.left_menu.active{
   background: #6D7BCD;
   border-radius: 25px;
}
.left_menu.active span{
   color: #fff;
}
.tab_page{
   display: none;
}
.tab_page.active{
   display: block;
}
.lm1{
   background: url('../img/lm1.png')no-repeat left center;
   background-size: contain;
}
.lm2 {
   background: url('../img/lm2.png')no-repeat left center;
   background-size: contain;
}
.lm3 {
   background: url('../img/lm3.png')no-repeat left center;
   background-size: contain;
}
.lm4 {
   background: url('../img/lm4.png')no-repeat left center;
   background-size: contain;
}
.lm5 {
   background: url('../img/lm5.png')no-repeat left center;
   background-size: contain;
}
.left_menu.active .lm1 {
   background: url('../img/lm1_w.png')no-repeat left center;
   background-size: contain;
}
.left_menu.active .lm2 {
   background: url('../img/lm2_w.png')no-repeat left center;
   background-size: contain;
}
.left_menu.active .lm3 {
   background: url('../img/lm3_w.png')no-repeat left center;
   background-size: contain;
}
.left_menu.active .lm4 {
   background: url('../img/lm4_w.png')no-repeat left center;
   background-size: contain;
}
.left_menu.active .lm5 {
   background: url('../img/lm5_w.png')no-repeat left center;
   background-size: contain;
}
.to_events_block, .all_events_block{
   display: flex;
   flex-wrap: wrap;
}
.top_right{
   display: flex;
   align-items: center;
}
.top_buttons{
   position: absolute;
   height: 35px;
   width: 75px;
   right: 0;
   top: 27px;
}
.top_day{
   position: absolute;
   right: 0;
   top: 0;
   width: 35px;
   height: 35px;
   border-radius: 20px;
   background: url('../img/light.png')no-repeat center center #fff;
   cursor: pointer;
   z-index: 3;
}
.top_dark{
   background: url('../img/dark.png')no-repeat 10px center var(--c-text);
   position: absolute;
   top: 0;
   right: 0;
   width: 70px;
   height: 35px;
   border-radius: 20px;
   cursor: pointer;
   z-index: 2;
}

.lk_item{
   width: 335px;
   height: 255px;
   margin: 0 30px 30px 0;
   position: relative;
}
.lk_item .lk_img{
   width: 100%;
   height: 250px;
   position: relative;
   border-radius: 8px;
}
.lk_item.new_event_img .lk_img{
	background: linear-gradient(312.3deg, #B3DCEC 0%, #30B1E4 49.48%, #2F2BEC 100%);
	height: 200px;
}
.lk_item .lk_descr{
   position: absolute;
   width: 100%;
   padding: 15px;
   background: var(--c-bg-white2);
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
   border-radius: 8px;
   left: 0;
   width: 100%;
   bottom: 0;
}
.lk_descr .lk_title{
   font-weight: 500;
   font-size: 18px;
   margin-bottom: 5px;
}
.lk_descr .lk_txt{
   font-size: 14px;
   color: #A0A0A0;
}
.lk_buttons{
   position: absolute;
   top: 5px;
   right: 5px;
}
.lk_buttons a.remove {
   background: url(../img/remove.png)no-repeat 15px center #94B0FF;
   position: absolute;
   top: 0;
   right: 0;
   width: 70px;
   height: 35px;
   border-radius: 20px;
   cursor: pointer;
   z-index: 2;
   display: none;
}
.lk_buttons a.edit {
   display: block;
   background: url(../img/ico_pen.png)no-repeat center center #4E98E8;
   position: absolute;
   top: 0;
   right: 0;
   width: 35px;
   height: 35px;
   border-radius: 20px;
   cursor: pointer;
   z-index: 3;
}
.lk_buttons:hover a.remove{
   display: block;
}
.new_event_img img{
   width: 118px;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.field_in{
   margin-bottom: 20px;
}
p.title_in{
   color: #6D7BCD;
   margin-bottom: 2px;
   position: relative;
   padding-left: 15px;
}
.btimg{
   height: 48px;
   cursor: pointer;
}
.img-item {
   display: inline-block;
   margin: 0 20px 20px 0;
   position: relative;
   user-select: none;
}
.img-item img {
   border: 1px solid #767676;
   height: 100px;
}
.img-item span{
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   padding: 5px;
   background: rgba(0,0,0,0.7);
   color: #fff;
   font-size: 14px;
   line-height: 16px;
}
.rasp_add_time{
   margin-bottom: 30px;
}
a.remove {
   background: url(../img/remove.png)no-repeat center center #4E98E8;
   position: absolute;
   top: 8px;
   right: 10px;
   width: 35px;
   height: 35px;
   border-radius: 20px;
   cursor: pointer;
}

.head_fon{
   position: relative;
   height: 600px;
}
.head_fon .page{
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   height: 100%;
}
.check_light{
   position: absolute;
   right: 0;
   top: 20px;
   display: flex;
   align-items: center;
}
.check_light img{
   margin-right: 15px;
   cursor: pointer;
}
.check_light img.ch_color.dark{
   background: var(--c-text);
   width: 35px;
   height: 35px;
   padding: 8px;
   border-radius: 50%;
}
.ehead_content{
   text-align: center;
   color: #fff;
}
.ehead_content p{
   font-weight: 700;
   font-size: 24px;
}
.ehead_content h1 {
   font-weight: 700;
   font-size: 60px;
}
.short_before{
   display: flex;
   justify-content: space-between;
   margin-top: -100px;
   z-index: 2;
   position: relative;
   margin-bottom: 90px;
}
.short_before_item{
   width: 350px;
   padding: 25px 10px;
   background: var(--c-bg-white);
   border-radius: 15px;
   text-align: center;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.sbi_ico{
   width: 130px;
   height: 130px;
   display: inline-block;
   vertical-align: top;
   background: var(--c-bg-white);
   border-radius: 50%;
   padding: 25px;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
   margin-bottom: 30px;
}
.sbi_ico img{
   width: 100%;
}
.title{
   font-weight: 500;
   font-size: 20px;
   text-transform: uppercase;
}
.sbi_descr{
   font-weight: 400;
   font-size: 18px;
}
.description{
   display: flex;
   justify-content: space-between;
   margin-bottom: 90px;
}
.des_col{
   width: 50%;
}
.des_col.left {
   padding-right: 15px;
}
.des_col.right {
   padding-left: 15px;
}

.des_slider_item{
   width: 100%;
   height: 420px;
   border-radius: 8px;
}
.bx-wrapper {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 0;
   position: relative;
   padding: 0;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   margin: 0 auto;
}
.bx-viewport {
   -webkit-transform: translatez(0);
}
.bx-wrapper .bx-prev {
   left: -25px;
   background: url(../img/ar_left.png)no-repeat center center #fff;
}
.bx-wrapper .bx-next {
   right: -25px;
   background: url(../img/ar_right.png)no-repeat center center #fff;
}
.bx-wrapper .bx-controls-direction a{
   width: 50px;
   height: 50px;
   position: absolute;
   top: 50%;
   margin-top: -16px;
   outline: 0;
   text-indent: -9999px;
   z-index: 9999;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
   border-radius: 25px;
}
.bx-wrapper .bx-next.disabled, .bx-wrapper .bx-prev.disabled{
   display: none;
}
.des_descr {
   display: flex;
}
.table_title{
   font-weight: 600;
   font-size: 18px;
   display: inline-block;
   vertical-align: top;
   width: 130px;
   margin-bottom: 10px;
   flex-shrink: 0;
}
.des_col.right span{
   font-size: 18px;
}
.des_short_text{
   margin-top: 20px;
   font-size: 16px;
}
.type_pass_row{
   display: flex;
}
.type_type{
   margin-right: 30px;
   flex-shrink: 0;
}
.type_type select{
   width: 255px;
}
.type_pass{
   display: none;
   width: 255px;
}
.type_pass input{
   width: 100%;
}
.type_pass.active {
   display: block;
}

.raspisanie{
   background: linear-gradient(90deg, #FAFAFA 52.66%, #30B1E4 86.2%, #2F2BEC 100%);
   padding: 40px 0;
   margin-bottom: 90px;
}
.raspisanie_table{
   display: flex;
   width: 100%;
}
.raspisanie_dates{
   margin-right: 10%;
   flex-grow: 0;
   flex-shrink: 0;
   width: 160px;
}
.rasp_event .rasp_date_item{
   display: inline-block;
   width: 100%;
   font-size: 18px;
   background: #FFFFFF;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
   border: 2px solid #fff;
   border-radius: 25px;
   padding: 10px 12px;
   text-align: center;
   cursor: pointer;
   margin-bottom: 20px;
}
.rasp_date_item.active {
   border: 2px solid rgba(48, 177, 228, 1);
}
.rasp_time_block{
   width: 100%;
   display: none;
}
.rasp_time_block.active{
   display: block;
}
.rasp_time_row{
   display: flex;
   margin-bottom: 20px;
}
.rasp_time_value{
   width: 90px;
   font-weight: 500;
   font-size: 18px;
   flex-shrink: 0;
}
.rasp_time_event{
   font-size: 18px;
   font-weight: 400;
   overflow-wrap: break-word;
   word-wrap: break-word;
   word-break: break-all;
   flex-grow: 0;
   max-width: 100%;
}

.pogoda .raspisanie_table{
   display: block;
   width: 100%;
   max-width: 640px;
   margin: 0 auto;
}
.pogoda .rasp_date_item{
   font-size: 18px;
   margin-bottom: 20px;
}
.pogoda .rasp_date_item span{
	display: inline-block;
	margin-right: 30px;
}
.pogoda h2{
	text-align: center;
}
.transfer{
   margin-bottom: 90px;
}
.transfer_item{
   display: flex;
}
.st_img{
   width: 250px;
   height: 180px;
   background-size: cover !important;
   margin-right: 30px;
   flex-shrink: 0;
   flex-grow: 0;
   border-radius: 8px;
}
.transfer_item .title{
   font-weight: 600;
   font-size: 18px;
   margin-bottom: 5px;
   text-transform: unset;
}
.transfer_item span{
   display: block;
   font-size: 18px;
}
.personal_block{
   margin-bottom: 90px;
}
.personal_block h2 {
   font-size: 20px;
   line-height: 28px;
   text-align: center;
   text-transform: uppercase;
}
.personal_item{
   background: #FFFFFF;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
   border-radius: 8px;
   padding: 30px 15px;
   text-align: center;
   min-height: 220px;
}
.personal_img{
   width: 70px;
   height: 70px;
   display: inline-block;
   vertical-align: top;
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
   border-radius: 35px;
   margin-bottom: 20px;
   padding: 12px;
}
.personal_img img{
   height: 100%;
}
.personal_item p{
   font-size: 16px;
   line-height: 25px;
}
.menu_block{
   margin-bottom: 90px;
}
.menu_slider_item{
   width: 350px;
   height: 300px;
   border-radius: 8px;
}
.menu_slider_item span{
   position: absolute;
   display: block;
   padding: 0 15px 15px 25px;
   left: 0;
   bottom: 0;
   color: #fff;
   font-weight: 700;
   font-size: 18px;
   width: 100%;
}
.guest_block{
   margin-bottom: 90px;
   display: flex;
   width: 100%;
   justify-content: center;
}
.guest_block_item{
   border: 2px solid rgba(48, 177, 228, 1);
   border-radius: 8px;
   width: 40%;
   padding: 35px 25px;
   margin: 0 15px;
}
.guest_block_item.right {
   border: 0;
   background: linear-gradient(312.3deg, #B3DCEC 0%, #30B1E4 49.48%, #2F2BEC 100%);
   color: #fff;
}
.circle{
   display: inline-block;
   width: 6px;
   height: 6px;
   background: var(--c-text);
   margin: 15px 0;
}
.guest_block_item.right .circle{
   background: var(--c-bg-white);
}
.guest_block_item .circle:last-child{
   display: none;
}
.raspisanie.pogoda .rasp_time_value{
   width: 200px;
}
.description.bottom .des_short_text{
   margin-bottom: 40px;
}
.check_inp{
   margin: 4px 10px 0 0;
   width: auto;
}
label{
   font-size: 18px;
}
.blocked_mes{
   display: flex;
   width: 100%;
   height: 100vh;
   justify-content: center;
   align-items: center;
}
.blocked_mes img{
   max-width: 90%;
}
body.fixed{
   overflow: hidden;
   height: 100vh;
}
.bg{
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 99990;
   backdrop-filter: blur(5px);
   -webkit-backdrop-filter: blur(5px);
   background: rgba(0,0,0,0.7);
   left: 0;
   top: 0;
}
.event_pass_block{
   position: fixed;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 99999;
}
.event_pass_block .auth_block {
   width: 100%;
   max-width: 600px;
   padding: 50px;
   margin: 0;
   background: var(--c-bg-white);
   border-radius: 8px;
}
.event_pass_block .auth_block h3 {
   font-size: 20px;
}
.event_pass_block .auth_block p.title_in {
   text-align: left;
}
.event_pass_block .auth_block .bt_def{
   background: linear-gradient(312.3deg, #B3DCEC 0%, #30B1E4 49.48%, #2F2BEC 100%);
   border-radius: 20px;
}
.custom_pass{
   position: relative;
}
.custom_pass input{
   padding-right: 30px;
   max-width: unset;
}
.custom_pass img{
   position: absolute;
   right: 10px;
   top: 20px;
   z-index: 2;
}

body.dark .top_dark {
   background: url('../img/dark_d.png')no-repeat 10px center #FFF;
   right: 40px;
   width: 35px;
   z-index: 3;
}
body.dark .top_day {
   width: 75px;
   height: 35px;
   background: url('../img/light_d.png')no-repeat right 10px center #000;
   cursor: pointer;
   z-index: 2;
}
body.dark .short_before_item{
   background: #0E0E0E;
}
body.dark .raspisanie{
   background: linear-gradient(90deg, #0E0E0E 52.66%, #00263C 86.2%, #191759 100%);
}
body.dark .personal_item {
   background: #0E0E0E;
}
body.dark .guest_block_item {
   background: #0E0E0E;
}
body.dark .rasp_date_item {
   background: #0e0e0e;
}
body.dark .guest_block_item .circle {
   background: var(--c-bg-white);
}


.ui-widget-header .ui-icon.ui-icon-circle-triangle-e{
   background: url(../img/ar_right.png)no-repeat center center ;
}
.ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
   background: url(../img/ar_left.png)no-repeat center center;
}

@media (max-width: 1100px) {
   .page {
      padding: 0 30px;
   }
   .top_buttons {
      right: 5px;
   }
   .short_before_item {
      width: 31.3%;
      margin: 0 1%;
   }
   .transfer_item {
      flex-grow: 0;
   }
}
@media (max-width: 999px) {
   .transfer_item {
      display: block;
   }
   .fl_row .transfer_item{
      padding-right: 10px;
   }
   .fl_row .transfer_item:last-child{
      padding-right: 0;
      padding-left: 10px;
   }
   .st_img {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0;
   }
}
@media (max-width: 870px) {
   .type_pass_row {
      display: block;
   }
   .type_pass {
      width: 200px;
   }
}
@media (max-width: 767px){
   .short_before, .description, .raspisanie, .personal_block, .menu_block, .guest_block{
      margin-bottom: 50px;
   }
   .short_before_item {
      width: 30%;
      margin: 0 0.82%;
   }
   .title {
      font-size: 18px;
   }
   .sbi_descr{
      font-size: 16px;
   }
   .description {
      display: block;
   }
   .des_col {
      width: 100%;
   }
   .des_col.left {
      margin-bottom: 30px;
      padding-right: 0;
   }
   .des_col.right {
      padding-left: 0;
   }
   .left_side, .tab_select{
      display: none;
   }
   .tab_page {
      display: block;
   }
   .head{
      height: auto;
   }
   .head_content {
      display: block;
      padding: 15px 0;
   }
   .logo{
      margin-bottom: 15px;
   }
   .top_right {
      justify-content: space-between;
   }
   a.btfon {
      border-radius: 20px;
      padding: 10px 15px;
   }
}
@media (max-width: 576px) {
   .head {
      height: auto;
   }
   .head_content {
      display: block;
   }
   a.btfon {
      border: 1px solid #fff;
      border-radius: 15px;
      padding: 8px 10px;
      display: inline-block;
      margin: 10px 3px;
   }
   .top_right{
      text-align: center;
   }
   .head_fon {
      height: 400px;
   }
   .ehead_content h1 {
      font-size: 36px;
   }
   .ehead_content p {
      font-size: 22px;
   }
   .short_before {
      display: block;
   }
   .short_before_item {
      width: 100%;
      margin: 0 0 20px;
      text-align: left;
   }
   .short_before_item:after{
      content: '';
      display: block;
      clear: both;
   }
   .sbi_ico{
      float: left;
      margin-right: 30px;
      width: 90px;
      height: 90px;
      padding: 20px;
      margin-bottom: 0;
   }
   .raspisanie_table {
      display: block;
   }
   .raspisanie_dates {
      width: 100%;
      padding-right: 0;
      display: flex;
      flex-wrap: wrap;
      margin-right: 0;
   }
   .rasp_date_item {
      width: auto;
      padding: 12px 25px;
      margin-right: 20px;
   }
   .rasp_time_row {
      margin-bottom: 10px;
   }
   .transfer .fl_row, .personal_block .fl_row{
      display: block;
   }
   .transfer  .fl_row_col, .personal_block .fl_row_col{
      width: 100%;
      padding-right: 0;
   }
   .fl_row .transfer_item:last-child {
      padding-left: 0;
   }
   .personal_item{
      margin-bottom: 40px;
   }
   .guest_block {
      display: block;
      padding: 0 30px;
   }
   .guest_block_item {
      width: 100%;
      padding: 30px 20px;
      margin: 0 0 40px;
   }
   .event_pass_block {
      padding: 0 30px;
      width: 100%;
   }
}
@media (max-width: 480px){
   .top_begin {
      width: 160px;
      height: 70px;
      left: calc(50% - 80px);
   }
   .top_begin p {
      font-size: 16px;
   }
   .top_begin p.top_date {
      font-size: 18px;
      line-height: 28px;
   }
   .event h2 {
      font-size: 18px;
   }
   .rasp_date_item.active {
      border: 1px solid rgb(48, 177, 228);
   }
   .rasp_date_item {
      padding: 6px 12px 4px;
      margin-right: 10px;
      font-size: 16px;
      margin-bottom: 15px;
      border: 1px solid #fff;
   }
   .raspisanie_dates {
      justify-content: space-between;
   }
   .rasp_time_value {
      width: 70px;
      font-size: 16px;
   }
   .rasp_time_event {
      font-size: 16px;
      max-width: calc(100% - 70px);
   }
   .personal_block h2 {
      font-size: 18px;
      line-height: 26px;
   }
}
@media (max-width: 420px){
   .page {
      padding: 0 15px;
   }
   .auth_block {
      width: 90%;
      margin: 200px auto 20px;
   }
   .event_pass_block {
      padding: 0 15px;
   }
   .event_pass_block .auth_block {
      padding: 30px 20px;
   }
   .event_pass_block .auth_block h3 {
      font-size: 18px;
   }
   .des_slider_item {
      height: 320px;
   }
   .des_col.right span {
      font-size: 16px;
   }
}
