/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*,  *::after, *::before  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#bron_mod a {
    color: inherit;
    text-decoration: none;
    font: inherit;
}

.page {
    width: 100%;
}
.conteiner {
    width: 100%;
    height: 100vh;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_mod {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 100px;
    background-color: blueviolet;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#bron_mod {
    position: fixed;
    top: -10%;
    bottom: -10%;
    left: -10%;
    right: -10%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
}
#bron_mod.op {
    display: flex;
    z-index: 100000;

}

#bron_mod .inner{
    width: 100%;
    max-width: 610px;
    height: 100%;
    max-height: 750px;
    overflow-y: auto;
    background-color: #fff;
}

#bron_mod .header {
    width: 100%;
    background-color: #F5F5F5;
}

#bron_mod img {
    width: 100%;
    height: 100%;
}
#bron_mod .form {
    width: 100%;
}

#bron_mod .head_flex {
    width: 100%;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}

#bron_mod .head_flex .item:nth-child(2) {
    width: 100%;
    max-width: 460px;
}

#bron_mod .cal_m {
    width: 40px;
    height: 40px;
}

#bron_mod .title {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
}
#bron_mod .text, #bron_mod .rules {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #555555;
    margin-bottom: 8px;
}

#bron_mod .text span{
    color: #EA3323;
}

#bron_mod .rules .link {
    color: #3573AB;
}
#bron_mod .ext {
    cursor: pointer;
}
#bron_mod .body {
    width: 100%;
    height: 100% !important;
    max-height: 470px;
    min-height: 0 !important;
}
#bron_mod .body .in {
    width: 100%;
    height: 100%;
    padding: 20px 40px 40px;
}
#bron_mod .body .front,
#bron_mod .body .back {
    display: none;
}
#bron_mod .body .front.active,
#bron_mod .body .back.active {
    display: block;
    width: 100%;
    margin-top: 30px;
}
#bron_mod .body .back.active {
    margin-top: 0;
}
#bron_mod .dt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#bron_mod .f_date,#bron_mod .s_date {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 246px;
    position: relative;
}
#bron_mod .f_date label,#bron_mod .s_date label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
    margin-bottom: 5px;
}
#bron_mod .f_date label span,
#bron_mod .s_date label span{
    color: #EA3323;
}
#bron_mod .f_date input,
#bron_mod .s_date input {
    border: 1px solid #D8DEE2;
    border-radius: 2px;
    color: #D8DEE2;
    padding: 5px 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #555555;
    margin-bottom: 5px;
}
#bron_mod .f_date .tt,#bron_mod .s_date .tt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #333333;
} 
#bron_mod .f_date .cal_min,#bron_mod .s_date .cal_min {
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#bron_mod .sl_item {
    height: 271px;
    width: 511px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 5px;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    display: none !important;
}
#bron_mod .sl_item .hs {
    width: 242px;
    height: 77px;
    display: flex;

}
#bron_mod .sl_item .hs .prev {
    width: 100%;
    max-width: 77px;
    margin-right: 8px;
}
#bron_mod .sl_item .hs .t {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #3573AB;
    margin-top: 10px;
}
#bron_mod .sl_item .hs .lst{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
#bron_mod .sl_item .hs .ttx {
    width: 100%;
}
#bron_mod .sl_item .hs .lst .desc {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 6px;
    line-height: 7px;
    color: #333333;
}
#bron_mod .sl_item .hs .lst .but{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 8px;
    line-height: 10px;
    color: #FFFFFF;
    width: 100%;
    max-width: 50px;
    height: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: #3573AB;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#bron_mod .slick-dots {
    display: flex;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    list-style: none;
}
#bron_mod .slick-dots li {
    background: #F7F7F8;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bron_mod .slick-dots li::before {
    content: none;
}

#bron_mod .slick-dots {
    margin-bottom: 0;
}

#bron_mod .slick-dots li:last-child {
    margin-right: 0;
}
#bron_mod .slick-dots li button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    border: none;
    background-color: inherit;
    width: 100%;
}
#bron_mod .slick-dots li.slick-active {
    background-color: #3573AB;
}
#bron_mod .slick-dots li.slick-active button {
    color: #FFFFFF;
}

.slick-prev,
.slick-next {
    position: absolute;
    bottom: -30px;
    font-size: 0;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.slick-prev {
    left: 2rem;
}
.slick-prev::after,
.slick-next::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 4px;
    height: 8px;
    background-color: transparent;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.slick-next {
    right: 2rem;
}
.slick-prev::after {
    background: url('/images/arr_l.png') center no-repeat;
    background-size: cover;
}
.slick-next::after {
    background: url('/images/arr_r.png') center no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    #bron_mod .inner {
        max-height: 600px;
    }
    #bron_mod .body {
        height: auto !important;
        max-height: 100%;
    }
    #bron_mod .body .in {
        padding: 20px 40px 100px;
    }
}
@media (max-width: 600px) {
    #bron_mod .inner {
        max-width: 100%;
        width: 100vw;
        max-height: 100%;
        height: 100vh;
    }
}
@media (max-width: 480px) {
    .head_flex  .item:nth-child(1){
        display: none;
    }
    #bron_mod .body .in {
        padding: 20px 20px 100px;
    }
    #bron_mod .sl_item .hs {
        width: 180px;
    }
    #bron_mod .sl_item .hs .prev {
        max-width: 57px;
        max-height: 57px;
    }
}

@media (max-width:415px) {
    #bron_mod .sl_item .hs {
        width: 100%;
    }
    #bron_mod .sl_item {
        height: auto;
    }
}

.calendar-icon {
    display: none;
  }
  
.date .input input {
    pointer-events: all;
}

.item-icons {
  display: flex;
  flex-direction: column;
}

.item-icons svg {
  cursor: pointer;
}