.dropdown {
	position: relative; 
  }
.dropdown:hover .dropdown-content {
	display: block;
}
@font-face {
  font-family: 'Gilroy-regular';
  src: url('../fonts/gilroy/Gilroy-Regular.ttf');
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy-medium';
  src: url('../fonts/gilroy/Gilroy-Medium.ttf');
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Gilroy-bold';
  src: url('../fonts/gilroy/Gilroy-SemiBold.ttf');
  font-style: normal;
  font-display: auto;
}
.dropdown-content {
    padding-left: 0;
    display: none;
    position: fixed;
    width: 100px;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
}
.dropdown-content--collapse {
  display: block;
  cursor: pointer;
}
.dropdown-content--collapse:not(.in):not(.collapsing){
  display: none;
}
.dropdown-content li {
	padding: 10px; 
	list-style: none; 
  cursor: pointer;
}
.dropdown-content li a {
	text-decoration: none; 
	color: #333; 
  font-size: 14px;
}
.mobile_header.hidden-md.hidden-lg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 53px;
}
button.menu_toggle {
    min-width: 45px;
    background: transparent;
    border: none;
}
span.line {
    display: flex;
    margin-top: 8px;
    height:1px;
    width:100%;
    background: black;
}
button.menu_toggle.show_menu .line:last-child {
    display: none;
}
button.menu_toggle.show_menu .line:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
}
button.menu_toggle.show_menu .line:first-child {
    transform: rotate(45deg);
}
button.menu_toggle.show_menu .line:last-child {
    display: none;
}
.overlay.hidden-md.hidden-lg {
    position: fixed;
    background: white;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.mobile__custom__intro.hidden-md.hidden-lg {
    z-index: 100;
    position: relative;
}
.nav__events > a {
    position: relative;
    z-index: 100;
}
.mobile_header.hidden-md.hidden-lg {
    position: relative;
    z-index: 100;
}
.nav-block {
  display: none;
}
.overflow-body {
  overflow: hidden;
}
@media ( min-width: 992px ) {
  .nav__events .nav__account {
    display: none;
  }
  .nav__events .nav__button {
    display: none;
  }
}
@media ( max-width: 991px ) {
  .nav-block__main {
    display: none;
  }
}
.events-box__ticket__image {
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url("../image/ticket.svg");
  margin-right: 5px;
}
.events-box__ticket__image__last {
  background-image: url("../image/red-ticket.svg");
}
.events-box__ticket__image__soldout {
  background-image: url("../image/grey-ticket.svg");
}
.events-box__ticket__text {
  color: #27AAE1;
  font-size: 14px;
  line-height: 24px;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: 600;
}
.events-box__ticket__text__last {
  color: #D8000C;
}
.events-box__ticket__text__soldout {
  color: #58595B;
}
.container {
    max-width: 1320px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    width: 100%;
}
@media (min-width: 1024px) {
    .row.my-event__events__cards__card:after {
        display: none;
    }
    .row.my-event__events__cards__card {
        justify-content: space-between;
    }
    .med-skin-kol__key-options__content h2 {
        text-align: left !important;
    }
    .my-event__events__cards__card .my-event__events__cards__card__seminar {
        position: relative;
        left: 20px;
    }
}
@media(max-width: 1070px){
    .product_checkout_wrapper{
        flex-direction: column;
        max-height: 100%;
        max-width: 668px;
        margin: 0 auto;
    }
}
.my-event-desktop__gammes-presentees_block img {
    width: 100%;
}
@media(max-width: 992px){
    .my-event-desktop__gammes-presentees_block_descr h2{
        max-width: 100% !important;
    }
    #footer > div.content_footer_top > div.container {
        margin-right: auto;
        margin-left: auto;
        max-width: 100% !important;
    }
    .content_footer_bottom.container {
        max-width: 100% !important;
    }
    #footer .container {

        max-width: 100% !important;
    }
    button.btn-apply.filter-btn {
        max-width: 100%;
    }
    section.my-event-desktop__gammes-presentees {
        padding-top: 0;
        margin-top: 54px;
    }
    .my-event-desktop__options_tickets{
        margin-bottom: 0px !important;
    }
    .my-event-desktop__options {
        gap: 0;
    }
    .my-event-desktop__options_info a {
        font-size: 16px !important;
        font-weight: 300 !important;
    }
    .my-event-desktop__gammes-presentees_block img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .my-event-desktop__gammes-presentees_block_descr{
        width: 100%;
    }
    .my-event-desktop__gammes-presentees_block_descr p span {
        font-size: 14px !important;
        font-family: 'Gilroy-regular', sans-serif !important;
    }
    .my-event-desktop__rectangle h3 {
        font-size: 15px;
        text-align: center;
        margin-bottom: 60px !important;
    }
    .my-event-desktop__options {
        gap: 0 !important;
    }
    form.col-md-4.my-event-desktop__options_tickets.card {
        margin-bottom: 40px !important;
    }
}
.filter-dropdawn > div:first-child {
    margin-bottom: 15px;
}
.filter-checkbox label {
    color: rgb(93 93 93);
}
span#accountToggle {
    cursor: pointer;
}
span#accountToggle2 {
    cursor: pointer;
}

/* checkout product  */

.product_checkout{
    margin-top: 140px;
    margin-bottom: 180px;
}

.product_checkout_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    overflow: hidden;
}

.product_checkout_right{
    background: #FBFBFB;
}

.product_checkout_right_wrapper{
    padding: 139px 165px 114px 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.product_checkout_right_galk{
    padding-bottom: 30px;
}

.product_checkout_right_title{
    font-family: Gilroy-regular, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 26.56px;
    letter-spacing: 0%;
    text-align: center;
    color: #212529;
    padding-bottom: 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.product_checkout_right_text{
    font-family: Gilroy-regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27.89px;
    letter-spacing: 0%;
    text-align: center;
    color: #8C8C8C;
    padding-bottom: 30px;
}

.product_checkout_right_btn{
    background: #27AAE1;
    border-radius: 66px;
    padding: 17px 109px;
}

.product_checkout_right_btn{
    font-family: Gilroy-regular, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26.56px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
}

.product_checkout_right_btn:hover{
    text-decoration: none;
    cursor: pointer;
    color: #FFFFFF;
}

/* checkout product end  */