@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Thin.eot');
    src: url('/tickchak/fonts/Heebo-Thin.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Thin.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Thin.svg#Heebo-Thin') format('svg');
    font-weight: 100; /* 100, thin */
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Light.eot');
    src: url('/tickchak/fonts/Heebo-Light.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Light.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Light.svg#Heebo-Light') format('svg');
    font-weight: 200; /* 200, light */
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Regular.eot');
    src: url('/tickchak/fonts/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Regular.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Regular.svg#Heebo-Regular') format('svg');
    font-weight: normal; /* 400, regular */
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Medium.eot');
    src: url('/tickchak/fonts/Heebo-Medium.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Medium.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Medium.svg#Heebo-Medium') format('svg');
    font-weight: 500; /* 500, medium */
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Bold.eot');
    src: url('/tickchak/fonts/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Bold.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Bold.svg#Heebo-Bold') format('svg');
    font-weight: bold; /* 700, bold */
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-ExtraBold.eot');
    src: url('/tickchak/fonts/Heebo-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-ExtraBold.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-ExtraBold.svg#Heebo-ExtraBold') format('svg');
    font-weight: 800; /* 800, extrabold */
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Black.eot');
    src: url('/tickchak/fonts/Heebo-Black.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Black.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Black.svg#Heebo-Black') format('svg');
    font-weight: 900; /* 900, black */
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/tickchak/fonts/Assistant-Bold.eot');
    src: url('/tickchak/fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Assistant-Bold.ttf') format('truetype'),
    url('/tickchak/fonts/Assistant-Bold.svg#Assistant-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/tickchak/fonts/Assistant-ExtraBold.eot');
    src: url('/tickchak/fonts/Assistant-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Assistant-ExtraBold.ttf') format('truetype'),
    url('/tickchak/fonts/Assistant-ExtraBold.svg#Assistant-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/tickchak/fonts/Assistant-ExtraLight.eot');
    src: url('/tickchak/fonts/Assistant-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Assistant-ExtraLight.ttf') format('truetype'),
    url('/tickchak/fonts/Assistant-ExtraLight.svg#Assistant-ExtraLight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/tickchak/fonts/Assistant-Light.eot');
    src: url('/tickchak/fonts/Assistant-Light.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Assistant-Light.ttf') format('truetype'),
    url('/tickchak/fonts/Assistant-Light.svg#Assistant-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {

    font-family: 'Assistant';
    src: url('/tickchak/fonts/Assistant-Regular.eot');
    src: url('/tickchak/fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Assistant-Regular.ttf') format('truetype'),
    url('/tickchak/fonts/Assistant-Regular.svg#Assistant-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('/tickchak/fonts/Assistant-SemiBold.eot');
    src: url('/tickchak/fonts/Assistant-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Assistant-SemiBold.ttf') format('truetype'),
    url('/tickchak/fonts/Assistant-SemiBold.svg#Assistant-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
}

a, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
}

ul, li {
    list-style: none;
    display: block;
}

html, body {
    direction: rtl;
    height: 100%;
}

body {
    font-family: 'Assistant', serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    font-size: 16px;
    color: #474747;
}

input, select, textarea {
    font-family: 'Assistant', serif;
}

div.bt {
    display: inline-block;
    border: solid 2px #61C4E2;
    border-radius: 50px;
    cursor: pointer;
    color: #61C4E2;
    padding: 2px 15px;
    position: relative;
}

div.bt.btb {
    background: #61C4E2;
    color: #000;
    transition: box-shadow 400ms;
}

.section {
    z-index: 5;
}

.homepage {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homepage-concat-container {
    height: 450px;
    width: 100%;
    max-width: 2220px;
    min-width: 1024px;
    margin: 0 auto;
    position: absolute;
    top: 9%;
}

.homepage-concat {
    position: relative;
    background: #f1f1f1;
    height: 480px;
    transition: margin-top 500ms;
    margin-top: -480px;
}

.homepage-concat-close {
    position: absolute;
    height: 40px;
    right: 0;
    left: 0;
    width: 100%;
}

button#enable-toolbar-trigger{
    right: 10px;
    left: unset;
}

span.keyboard-shorcut {
    display: none !important;
}

/*.homepage-concat-close-bt::after{*/
/*content: '';*/
/*background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.88%2032.88%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2361C4E2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%223.4%22%20x2%3D%2229.19%22%20y2%3D%2229.63%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%2229.63%22%20x2%3D%2229.19%22%20y2%3D%223.4%22%2F%3E%3C%2Fsvg%3E');*/
/*background-size: 14px 14px;*/
/*background-position: left;*/
/*background-repeat: no-repeat;*/
/*top: 20px;*/
/*width: 14px;*/
/*height: 14px;*/
/*cursor: pointer;*/
/*left: 30px;*/
/*position: absolute;*/
/*}*/
.close::after {
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.88%2032.88%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2301acf1%3Bstroke-width%3A%202.5px%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%223.4%22%20x2%3D%2229.19%22%20y2%3D%2229.63%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%2229.63%22%20x2%3D%2229.19%22%20y2%3D%223.4%22%2F%3E%3C%2Fsvg%3E');
    background-size: 14px 14px;
    background-position: left;
    background-repeat: no-repeat;
    top: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    left: 30px;
    position: absolute;
}

.homepage .hcc-symbol, .homepage .hcc-details {
    display: inline-block;
    position: relative;
}


.hcc-details {
    width: 69%;
}

.hcc-details h3 {
    letter-spacing: 7px;
    color: #999999;
    font-weight: 200;
    position: relative;
    margin-right: -7px;
    top: -20px;
}

.hcc-details input {
    border: 0;
    border-bottom: 1px solid #999999;
    color: #999999;
    width: 100%;
    margin-top: 28px;
    font-weight: 500;
    background: transparent;
    font-size: 16px;
    position: relative;
}

.hcc-details input:focus {
    outline: 0;
}

input.hcc-d-comments {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.hcc-details li {
    position: relative;
}

.hcc-create-account, .hcc-quick-registration {
    display: inline-block;
}

.hcc-producer {
    margin-left: 3%;
}

.hcc-producer, .hcc-production {
    display: inline-block;
    width: 48%;
}

/**/
.mininotify {
    position: relative;
    z-index: 1;
    left: 10px;
    top: 51px;
}

.mininotify::before {
    content: attr(data-hint);
    text-align: center;
    position: absolute;
    bottom: -46px;
    left: 2px;
    direction: rtl;
    display: inline-block;
    width: max-content;
    background-color: #b20000;
    border: none;
    color: white;
    font-size: 13px;
    padding: 9px 11px;
    border-radius: 3px;
    pointer-events: none;
    cursor: default;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
}

.mininotify::after {
    content: "";
    position: absolute;
    background-color: #b20000;
    height: 10px;
    width: 10px;
    transform: rotate(45deg) skew(15deg,15deg);
    bottom: -15px;
    left: 60px;
}
/**/

.hcc-production{
    display: none;
}

.hcc-quick-registration, .hcc-details-send {
    float: left;
    position: relative;
}

.hcc-details-send {
    display: inline-block;
    margin-top: -10px;
    float: left;
    height: 40px;
}

.bt.hcc-bt-send {
    background-color: #61C4E2;
    color: white;
    padding: 7px 15px;
}
.bt.hcc-bt-send:hover {
    background-color: #f1f1f1;
    color: #61C4E2;
}

.bt.bt-rotate.hcc-bt-send{
    background-color: #f1f1f1;
    color: transparent;
}
.bt.bt-rotate.hcc-bt-send:hover {
    background-color: #f1f1f1;
    color: transparent;
}

.hcc-quick-reg-container {
    position: absolute;
    display: inline-block;
    width: 20%;
    top: 35%;
    text-align: center;
}

.bt.hcc-quick-registration {
    border: none;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    display: block;
    position: relative;
    float: unset;
    margin-bottom: 30px;
}

.hcc-quick-registration::after{
    content: "";
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%222426.77%2083.5%2028.944%2039.239%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-2%20%7B%20fill%3A%20none%3B%20stroke%3A%20%2363c4e2%3B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Symbol_1_1%22%20data-name%3D%22Symbol%201%20%E2%80%93%201%22%20transform%3D%22translate%281986%20-2%29%22%3E%20%3Cpath%20id%3D%22Path_352%22%20data-name%3D%22Path%20352%22%20class%3D%22cls-1%22%20d%3D%22M12.2%2C3.232l5.1%2C5.1c1.364-1.794%2C2.153-4.091%2C1.148-6.244C16.22%2C1.007%2C14%2C1.8%2C12.2%2C3.232Zm4.45%2C5.813h0L11.483%2C3.806A13.4%2C13.4%2C0%2C0%2C0%2C8.756%2C7.251L5.383%2C13.136l.359.5%2C3.086-3.086A.812.812%2C0%2C1%2C1%2C9.976%2C11.7L6.89%2C14.787l.5.431%2C5.885-3.373a15.206%2C15.206%2C0%2C0%2C0%2C3.373-2.8ZM19.378.792h0a.56.56%2C0%2C0%2C1%2C.287.287C22.321%2C5.888%2C18.014%2C10.84%2C14%2C13.136L12.56%2C14v2.8a.815.815%2C0%2C0%2C1-.215.574h0L9.4%2C20.242a.781.781%2C0%2C0%2C1-1.077%2C0h0L6.6%2C18.519a1%2C1%2C0%2C0%2C1-.215-.646V16.51l-.646-.646-.359.359a.781.781%2C0%2C0%2C1-1.077%2C0%2C.872.872%2C0%2C0%2C1%2C0-1.148l.359-.359-.646-.646-1.364.072a1.158%2C1.158%2C0%2C0%2C1-.646-.215L.215%2C12.2h0a.781.781%2C0%2C0%2C1%2C0-1.077L3.086%2C8.184h0A.877.877%2C0%2C0%2C1%2C3.732%2C7.9h2.8l.861-1.435C9.617%2C2.514%2C14.569-1.792%2C19.378.792ZM5.6%2C9.476H4.019L1.866%2C11.629l1%2C.933%2C1-.072L5.6%2C9.476Zm5.383%2C6.962h0V14.859L7.967%2C16.581l-.072%2C1.077.933.933%2C2.153-2.153Z%22%20transform%3D%22translate%28469.72%20110.26%29%20rotate%28135%29%22%2F%3E%20%3Cline%20id%3D%22Line_20%22%20data-name%3D%22Line%2020%22%20class%3D%22cls-2%22%20y1%3D%228%22%20transform%3D%22translate%28455.5%2091.5%29%22%2F%3E%20%3Cline%20id%3D%22Line_21%22%20data-name%3D%22Line%2021%22%20class%3D%22cls-2%22%20y1%3D%228%22%20transform%3D%22translate%28458.5%2085.5%29%22%2F%3E%20%3Cline%20id%3D%22Line_22%22%20data-name%3D%22Line%2022%22%20class%3D%22cls-2%22%20y1%3D%228%22%20transform%3D%22translate%28452.5%2087.5%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    top: -9px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 70%;
    position: absolute;
}


.bt.hcc-quick-reg-fb, .bt.hcc-quick-reg-gl {
    border: solid 1.5px #61C4E2;
    display: block;
    width: 80%;
    text-align: center;
    margin-right: 18%;
    padding: 8px 0px;
    margin-bottom: 7px;
    position: relative;
    float: unset;
}

.bt.hcc-quick-reg-fb:hover, .bt.hcc-quick-reg-gl:hover {
    background-color: rgba(1, 172, 241, 0.12);
}



.hcc-details-required::after {
    content: "";
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    background: #61C4E2;
    border-radius: 50%;
    right: -8px;
    top: 24px;
    position: absolute;
}

.hcc-create-account {
    color: #61C4E2;
    font-size: 25px;
    font-weight: bold;
}

.hcc-details-titel {
    margin-bottom: 20px;
}

.hcc-details-container {
    margin-bottom: 20px;
}

.homepage-menu {
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: top 500ms, height 500ms, background-color 500ms;
    background-color: #ededed;
}

/*.homepage-menu ul{*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
.homepage-menu > div {
    float: right;
    position: relative;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.homepage-menu-menu {
    width: 44%;
    padding-top: 45px;
    visibility: visible;
}

.homepage-menu-menu li {
    display: inline-block;
    width: 19%;
    cursor: pointer;
    text-align: center;
}

.homepage-menu-menu a:hover {
    content: '';
    border-bottom: 3px solid #61C4E2;
}

.homepage-menu-lang {
    width: 5%;
}

.homepage-menu-logo {
    width: 28%;
    position: relative;
}

.homepage-menu-logo .the-logo {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 69px;
    width: 220px;
    top: 9px;
    right: 40px;
    z-index: 1;
    transition: all 500ms ease-in-out;
}

.homepage-menu-gotafik {
    width: 23%;
}

.homepage-menu-lang::before {
    content: '';
    background: #61C4E2;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 30px;
}

.homepage-menu-lang::after {
    content: attr(data-hint);
    position: absolute;
    right: 28px;
    top: 36px;
    font-size: 12px;
}

.homepage-menu .hm-gotafik-btn {
    border: 12px solid #61C4E2;
    background: #94C8E4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 1;
    top: 28px;
    position: relative;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.75);

}
.hm-gotafik-btn:hover {
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    transform: scale(1.1) rotate(360deg);
}

.hm-gotafik-btn::after {
    content: "\05E6 \05E8 \05D5  \05D3 \05E3  \05DE \05DB \05D9 \05E8 \05D4 ";
    position: absolute;
    font-size: 21px;
    text-align: center;
    font-weight: 500;
    line-height: 19px;
    width: 70px;
    height: 70px;
    left: 3px;
    top: 13px;
    z-index: 1;
    padding-top: 6px;
}

.homepage-title video {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    margin-top: -14%;

}

.homepage-title-container {
    width: 75%;
    max-width: 2220px;
    min-width: 1024px;
    height: 100%;
    margin: 0 auto;
}

.htc-right, .htc-left {
    float: right;
    width: 49.5%;
    height: 100%;
    position: relative;
}

.htc-right {
    padding-top: 100px;
    color: #fff;
}

.htc-right-title {
    font-size: 46px;
    font-weight: 600;
	line-height: 40px;
}

.htc-right-content {
        font-size: 18px;
    line-height: 19px;
    letter-spacing: 1px;
    padding-top: 14px;
    font-weight: 400;
}

.bt.htc-right-tafik {
    float: right;
    margin-top: 20px;
    font-weight: 500;
    padding: 6px 17px;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.75);
}

.htc-left-event {
    float: left;
    margin-top: 305px;
}

.htc-left-event-details, .htc-left-event-gotoEvent {
    float: left;
}

.htc-left-event-details div {
    color: #9a9a9a;
    background: #fff;
    margin: 2px;
    padding: 2px;
}

.htc-left-event-gotoEvent {
    background: #61C4E2;
    margin-top: 29px;
    color: #fff;
    padding: 2px 4px;
    cursor: pointer;
    position: relative;
}

.htc-left-ed-producer {
    font-weight: 600;
}


.htc-left-event-img {
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    width: 290px;
    height: 489px;
    left: 15px;
    top: -37px;
    z-index: -1;
}
.homepage-title .swiper-wrapper .slide-brodet .htc-left-event-img {
    background-image: url(/tickchak/images/man.png);
}
.homepage-title .swiper-wrapper .slide-gula .htc-left-event-img {
    background-image: url(/tickchak/images/dovovMan.png);
    width: 395px;
    top: -15px;
}
.homepage-title .swiper-wrapper .slide-loop .htc-left-event-img {
    background-image: url(/tickchak/images/etaiMan.png);
    width: 315px;
}
.homepage .homepage-events {
    background: #3C3C3C;
    width: 100%;
    z-index: 6;
    transition: height 400ms;
    -webkit-transition: height 400ms;
}

.homepage-events-all {
    width: 100%;
    transition: height 400ms;
    -webkit-transition: height 400ms;
}
.homepage-events-allhidden{
    width: 100%;
    overflow: hidden;
    height: 375px;
    transition: height 400ms;
    -webkit-transition: height 400ms;
}

.homepage-events-all:first-child {
    border-top: 0;
}

.homepage-events-title {
    width: 100%;
    height: 75px;
    /*border-top: 1px solid #848484;*/
    /*border-bottom: 1px solid #848484;*/
    padding-top: 15px;
    font-size: 20px;
}

.homepage-events-title div {
    float: right;
}

.het-byDate, .het-search {
    width: 50%;
    min-width:201px;
    position: relative;
    height: 100%;
}

.het-cellular-menu{
    display: none;
}

.het-byDate {
    padding: 8px 50px 0px 0px;
    color: #61c4e2;
}



.het-category {
    width: 60%;
    height: 10%;
    margin-top: 10px;
    color: #8d8d8d;
}

.het-category li {
    width: 13%;
    text-align: center;
    display: inline-block;

}

.het-category a:hover {
    content: '';
    border-bottom: 3px solid #61C4E2;
    cursor: pointer;
}

.het-category a.select {
    border-bottom: 3px solid #61C4E2;
}

.het-search input {
    border: 2px solid #61c4e2;
    border-radius: 50px;
    background: transparent;
    padding: 2px 12px 5px 5px;
    font-size: 20px;
    float: left;
    margin: 0 0px 0px 20px;
    color: #61c4e2;
    position: relative;
    height: 80%;
    width: 20%;
    margin-top: -2px;
}

.het-search input:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.het-search input::placeholder {
    color: #61c4e2;
    opacity: 1; /* Firefox */
}

.het-search input:focus {
    outline: 0;
}

.het-search::after {
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2241.859%20727.879%2033.95%2033.95%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%20%7B%20fill%3A%20none%3B%20stroke%3A%20%2361c4e2%3B%20%7D%20.cls-1%20%7B%20stroke-width%3A%203px%3B%20%7D%20.cls-2%20%7B%20stroke-linecap%3A%20round%3B%20stroke-width%3A%204px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Group_224%22%20data-name%3D%22Group%20224%22%20transform%3D%22translate%28-208%20-41%29%22%3E%20%3Cg%20id%3D%22Group_223%22%20data-name%3D%22Group%20223%22%20transform%3D%22translate%28251.98%20771%29%22%3E%20%3Cpath%20id%3D%22Path_270%22%20data-name%3D%22Path%20270%22%20class%3D%22cls-1%22%20d%3D%22M10.5%2C0A10.5%2C10.5%2C0%2C1%2C1%2C0%2C10.5%2C10.5%2C10.5%2C0%2C0%2C1%2C10.5%2C0Z%22%20transform%3D%22translate%280%2014.854%29%20rotate%28-45%29%22%2F%3E%20%3Cpath%20id%3D%22Path_271%22%20data-name%3D%22Path%20271%22%20class%3D%22cls-2%22%20d%3D%22M0%2C0S3.185%2C3.352%2C5.8%2C5.8%22%20transform%3D%22translate%2822.734%2023.153%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 35px;
    top: 12px;
}

.homepage .section {
    height: 400px;
    position: relative;
}

.hec-events {
    height: 100%;
    width: 75%;
    margin: 0 auto;
}

.homepage .homepage-title {
    overflow: hidden;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    margin-top: 0px;
    transition: margin-top 500ms;
    -webkit-transition: margin-top 500ms;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}



.homepage .homepage-title.up {
    margin-top: -40px;
}

.homepage .homepage-dummy {
    height: 480px;
    z-index: -5;
}

.display .homepage-concat {
    margin-top: 0px;
    z-index: 30;
}

.display .homepage-title {
    margin-top: 400px
}

.display .homepage-dummy {
    height: 355px;
}

.display .homepage-menu {
    top: -70px;
}

.homepage-title .contain {
    height: 100%;
    transition: opacity 600ms;
    -webkit-transition: opacity 600ms;
    opacity: 1;
}

.scroll .homepage-title .contain {
    opacity: 0.1;
}

.scroll-menue .homepage-menu {
    height: 50px;
    background-color: #848484;
}

.scroll-menue .hm-gotafik-btn {
    top: 5px;
}

.scroll-menue .homepage-menu-lang {
    visibility: hidden;
    opacity: 0;
    transition: visibility 500ms, opacity 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
}

.scroll-menue .homepage-menu .homepage-menu-small {
    visibility: visible;
    opacity: 1;
    transition: visibility 500ms, opacity 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.scroll-menue .homepage-menu-logo .the-logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    height: 100px;
    width: 100px;
    top: 8px;
}

.scroll-menue .homepage-menu-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 500ms, opacity 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
}

div[class^='homepage-events-container'] {
    border-bottom: 1px solid #848484;
    border-top: 1px solid #848484;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

div.homepage-events-more {
    position: absolute;
    left: calc(50% - 134.5px);
    bottom: -30px;
    z-index: 1;
    padding: 15px 70px;
    font-size: 20px;
    font-weight: 600;
}
.hec-events .hec-events-evnet:last-child {
    margin-left: 0;
}

.homepage-eventTypes {
    background: #f1f1f1;
    padding-top: 30px;
    height: 450px;
    transition: height 500ms;
    -webkit-transition: height 500ms;
}

.homepage-eventTypes.opened {
    height: 900px;
}

.opened .hetc-specific-event {
    height: 450px;
}

.hetc-specific-event {
    height: 0px;
    width: 100%;
    background: #c8c9c9;
    transition: height 500ms;
    -webkit-transition: height 500ms;
    overflow: hidden;
    position: absolute;
}

.hetc-bottom-container, .hetc-top-container {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    height: 370px;
    padding-top: 45px;
}

.hetc-title {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    margin: 15px auto;
    text-align: center;
}

.hetc-event {
    float: right;
    height: 120px;
    position: relative;
    width: 20%;
    cursor: pointer;
}

.hetc-events-title {
    margin-top: 64px;
    margin-bottom: 3px;
}

.hetc-event::after {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    background-size: 50px auto;
    width: 40px;
    height: 40px;
    left: calc(50% - 22px);
    top: 19px;
    background-position: center center;
}

.lector .hetc-event.svg::after {
    left: calc(50% - 15px);
}
.seats .hetc-event.svg::after {
    width: 50px;
    left: calc(50% - 25px);
}
.transport .hetc-event.svg::after {
    width: 50px;
    left: calc(50% - 25px);
}
.hetc-events-ex {
    font-size: 12px;
}
.opened .hetc-events.seats{
    margin-top: 590px;
}
.opened .hetc-specific-event{
    top:280px;
}

.homepage .homepage-about {
    width: 100%;
    height: 600px;
    background: #fff;
    z-index: 6;
}

.homepage-about-container {
    width: 70%;
    margin: 0 auto;
}

.homepage .homepage-price {
    background: #9a9a9a;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.homepage-price-container {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

.homepage-price-container .contain {
    float: right;
    height: 550px;
    width: 23%;
    margin-left: 1%;
    background: #fff;
    text-align: center;
}

.homepage-price-container .contain:last-child {
    margin-right: 3%;
    margin-left: 0;
}

.homepage-price-top {
    height: 30%;
    background: #61C4E2;
    color: #fff;
    padding-top: 26px;
}

.hpt-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.hpt-price {
    font-size: 76px;
    font-weight: 900;
    line-height: 66px;
}

.hpt-comment {
    font-size: 16px;
}

div.bt.homepage-price-createEvent {
    color: #000;
    font-weight: 700;
    padding: 10px 32px;
}

.homepage-price-content {
    height: 70%;
    background: #f1f1f1;
    padding: 15px;
}

.homepage-price-list ul {
    margin-top: 15px;
}

.homepage-price-list li {
    border-bottom: 0.5px solid #ccc;
    color: #9a9a9a;
    line-height: 44px;
}

.homepage-price-list li:first-child {
    border-top: 0.5px solid #ccc;
}

.homepage-price-big .hpt-title {
    color: #fff;
}

.homepage-price-big .homepage-price-top {
    padding-top: 72px;
    background: #17A4DC;
}

.homepage-specificevent {
    background: #b5bD12;
}

.homepage-specificevent .hse-img, .homepage-specificevent .hse-text {
    float: right;
    height: 100%;
    width: 49.9%;
}

.hse-text-container {
    width: 85%;
    margin: 100px auto;
    color: #fff;
    text-align: center;
}

.hse-text-content::before {
    content: '"';
    position: absolute;
    right: -12px;
    top: -22px;
    font-size: 38px;

}

.hse-text-content::after {
    content: '"';
    position: absolute;
    left: -23px;
    bottom: -20px;
    font-size: 38px;
}

.hse-text-productiont {
    position: relative;
    margin: 20px 0px;
}

.hse-text-content {
    font-size: 22px;
    position: relative;
}

li.section.homepage-productionLogo {
    height: auto;
    background: #ab2a2a;
}

.homepage-productionLogo-container {
    width: 70%;
    margin: 0 auto;
    height: 100%;
    padding: 60px 0;
    text-align:center;
}

.homepage-bottom {
    height: 70px;
    z-index: 5;
    position: relative;
    background: #fff;
    padding: 40px 10px 0px 10px;
}

.tslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.tslider-top {
    text-align: center;
    position: relative;
    margin-top: 50px;
    z-index: 100;
}

.tslide::after {
    content: '';
    display: block;
    clear: both;
}

.tslider-sec {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23555555%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EICONS%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M10.66%2C37.12h23a3.34%2C3.34%2C0%2C1%2C1%2C0%2C6.69H14V50.5H87.51V43.81H67.83a3.34%2C3.34%2C0%2C0%2C1%2C0-6.69H90.88a3.36%2C3.36%2C0%2C0%2C1%2C3.32%2C3.37V53.84a3.35%2C3.35%2C0%2C0%2C1-3.32%2C3.34H86.66L81.72%2C91.94a3.34%2C3.34%2C0%2C0%2C1-3.32%2C2.85v0H23.14a3.33%2C3.33%2C0%2C0%2C1-3.37-3.08L14.88%2C57.19H10.66a3.36%2C3.36%2C0%2C0%2C1-3.34-3.34V40.49a3.36%2C3.36%2C0%2C0%2C1%2C3.34-3.37h0ZM30.44%2C62.64h0v19a2%2C2%2C0%2C1%2C0%2C4%2C0v-19a2%2C2%2C0%2C0%2C0-4%2C0h0Zm12.19%2C0h0v19a2.05%2C2.05%2C0%2C0%2C0%2C2%2C2%2C2%2C2%2C0%2C0%2C0%2C2-2v-19a2%2C2%2C0%2C0%2C0-2-2%2C2%2C2%2C0%2C0%2C0-2%2C2h0Zm12.24%2C0h0v19a2%2C2%2C0%2C1%2C0%2C4%2C0v-19a2%2C2%2C0%2C0%2C0-4%2C0h0Zm12.17%2C0h0v19a2%2C2%2C0%2C1%2C0%2C4%2C0v-19a2%2C2%2C0%2C0%2C0-4%2C0h0ZM80%2C6.4h0L50.75%2C39.94%2C21.52%2C6.4a3.35%2C3.35%2C0%2C0%2C0-5%2C4.44L48.23%2C47.18a2.38%2C2.38%2C0%2C0%2C0%2C.33.36%2C3.36%2C3.36%2C0%2C0%2C0%2C4.7-.31L85%2C10.84A3.33%2C3.33%2C0%2C1%2C0%2C80%2C6.4h0Zm0.24%2C48.08h-59L26%2C88.12H75.51l4.74-33.64h0Z%22%2F%3E%3C%2Fsvg%3E');
    position: relative;
    display: inline-block;
    width: 10.5%;
    padding-top: 65px;
    margin: 0 2%;
    background-position: center top;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tslider-sec.selected {
    font-weight: bold;
    color: #61C4E2;
}

.tslider-sec:nth-child(1) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20114.64%20143.29%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%203%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M109%2C35.68H87.26v-5.8A30%2C30%2C0%2C0%2C0%2C78.68%2C8.94l-.2-.2A29.9%2C29.9%2C0%2C0%2C0%2C27.42%2C29.88v5.8H5.64A5.66%2C5.66%2C0%2C0%2C0%2C0%2C41.29v96.4a5.63%2C5.63%2C0%2C0%2C0%2C5.64%2C5.6H109a5.6%2C5.6%2C0%2C0%2C0%2C5.6-5.6V41.29a5.62%2C5.62%2C0%2C0%2C0-5.6-5.6Zm-27.93%2C29h0a3.93%2C3.93%2C0%2C0%2C1%2C2.66-1.07h.12l.12%2C0a4.25%2C4.25%2C0%2C0%2C1%2C2.82%2C1.27h0A4%2C4%2C0%2C0%2C1%2C88%2C67.79a3.93%2C3.93%2C0%2C0%2C1-1.19%2C2.86h0a4.32%2C4.32%2C0%2C0%2C1-2.94%2C1.23A4.15%2C4.15%2C0%2C0%2C1%2C81%2C70.65l-.16-.08a4.09%2C4.09%2C0%2C0%2C1-1-2.78A4%2C4%2C0%2C0%2C1%2C81%2C64.85l.12-.16Zm-47-34.81h0A23.18%2C23.18%2C0%2C0%2C1%2C73.71%2C13.51l.2.16a23%2C23%2C0%2C0%2C1%2C6.6%2C16.21v5.8H34.09v-5.8Zm-6.28%2C35h0l.12-.16a4.09%2C4.09%2C0%2C0%2C1%2C2.66-1.07h.16l.16%2C0a4.14%2C4.14%2C0%2C0%2C1%2C2.74%2C1.27h0a4%2C4%2C0%2C0%2C1%2C1.23%2C2.94%2C4%2C4%2C0%2C0%2C1-1.23%2C2.86h0a4.14%2C4.14%2C0%2C0%2C1-2.9%2C1.23%2C4.31%2C4.31%2C0%2C0%2C1-2.94-1.23l-.12-.08a4.18%2C4.18%2C0%2C0%2C1%2C.12-5.72Zm75.66%2C67.23H11.21V46.89H27.42V57.46a10.73%2C10.73%2C0%2C0%2C0-4.13%2C2.38l-.2.24a10.78%2C10.78%2C0%2C0%2C0-3.14%2C7.71%2C10.65%2C10.65%2C0%2C0%2C0%2C2.94%2C7.39l.2.24a10.88%2C10.88%2C0%2C0%2C0%2C15.3%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34h0a9.77%2C9.77%2C0%2C0%2C0-4.29-2.62V46.89H80.5V57.46a10.85%2C10.85%2C0%2C0%2C0-4.09%2C2.38l-.2.24a10.75%2C10.75%2C0%2C0%2C0-.16%2C15.1l.16.24a10.93%2C10.93%2C0%2C0%2C0%2C15.34%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34%2C10.19%2C10.19%2C0%2C0%2C0-4.29-2.62V46.89h16.21v85.2Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(1).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20114.64%20143.29%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%203%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M109%2C35.68H87.26v-5.8A30%2C30%2C0%2C0%2C0%2C78.68%2C8.94l-.2-.2A29.9%2C29.9%2C0%2C0%2C0%2C27.42%2C29.88v5.8H5.64A5.66%2C5.66%2C0%2C0%2C0%2C0%2C41.29v96.4a5.63%2C5.63%2C0%2C0%2C0%2C5.64%2C5.6H109a5.6%2C5.6%2C0%2C0%2C0%2C5.6-5.6V41.29a5.62%2C5.62%2C0%2C0%2C0-5.6-5.6Zm-27.93%2C29h0a3.93%2C3.93%2C0%2C0%2C1%2C2.66-1.07h.12l.12%2C0a4.25%2C4.25%2C0%2C0%2C1%2C2.82%2C1.27h0A4%2C4%2C0%2C0%2C1%2C88%2C67.79a3.93%2C3.93%2C0%2C0%2C1-1.19%2C2.86h0a4.32%2C4.32%2C0%2C0%2C1-2.94%2C1.23A4.15%2C4.15%2C0%2C0%2C1%2C81%2C70.65l-.16-.08a4.09%2C4.09%2C0%2C0%2C1-1-2.78A4%2C4%2C0%2C0%2C1%2C81%2C64.85l.12-.16Zm-47-34.81h0A23.18%2C23.18%2C0%2C0%2C1%2C73.71%2C13.51l.2.16a23%2C23%2C0%2C0%2C1%2C6.6%2C16.21v5.8H34.09v-5.8Zm-6.28%2C35h0l.12-.16a4.09%2C4.09%2C0%2C0%2C1%2C2.66-1.07h.16l.16%2C0a4.14%2C4.14%2C0%2C0%2C1%2C2.74%2C1.27h0a4%2C4%2C0%2C0%2C1%2C1.23%2C2.94%2C4%2C4%2C0%2C0%2C1-1.23%2C2.86h0a4.14%2C4.14%2C0%2C0%2C1-2.9%2C1.23%2C4.31%2C4.31%2C0%2C0%2C1-2.94-1.23l-.12-.08a4.18%2C4.18%2C0%2C0%2C1%2C.12-5.72Zm75.66%2C67.23H11.21V46.89H27.42V57.46a10.73%2C10.73%2C0%2C0%2C0-4.13%2C2.38l-.2.24a10.78%2C10.78%2C0%2C0%2C0-3.14%2C7.71%2C10.65%2C10.65%2C0%2C0%2C0%2C2.94%2C7.39l.2.24a10.88%2C10.88%2C0%2C0%2C0%2C15.3%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34h0a9.77%2C9.77%2C0%2C0%2C0-4.29-2.62V46.89H80.5V57.46a10.85%2C10.85%2C0%2C0%2C0-4.09%2C2.38l-.2.24a10.75%2C10.75%2C0%2C0%2C0-.16%2C15.1l.16.24a10.93%2C10.93%2C0%2C0%2C0%2C15.34%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34%2C10.19%2C10.19%2C0%2C0%2C0-4.29-2.62V46.89h16.21v85.2Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(2) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20130.79%20108.92%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%202%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M5%2C0h120.7a5.1%2C5.1%2C0%2C0%2C1%2C5.07%2C5V91.8a5.08%2C5.08%2C0%2C0%2C1-5.07%2C5H70.41v5.6l0%2C.46h28a3%2C3%2C0%2C0%2C1%2C0%2C6H32.46a3%2C3%2C0%2C1%2C1%2C0-6H60.39V96.83H5a5%2C5%2C0%2C0%2C1-5-5V5A5%2C5%2C0%2C0%2C1%2C5%2C0ZM95.91%2C44.73h0a3%2C3%2C0%2C0%2C1%2C6%2C0v7.42a3%2C3%2C0%2C0%2C1-6%2C0V44.73ZM86.35%2C34.31h0a3%2C3%2C0%2C0%2C1%2C6%2C0V62.56a3%2C3%2C0%2C1%2C1-6%2C0V34.31Zm-9.63-8.59h0a3%2C3%2C0%2C0%2C1%2C6.06%2C0v45.4a3%2C3%2C0%2C1%2C1-6.06%2C0V25.72ZM67.16%2C39.09h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3.08%2C3.08%2C0%2C0%2C1%2C3%2C3V57.78a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V39.09Zm-9.59-7.78h0a3.08%2C3.08%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V65.55a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V31.31ZM48%2C38.3h0A3.09%2C3.09%2C0%2C0%2C1%2C51%2C35.24a3%2C3%2C0%2C0%2C1%2C3%2C3.07V58.63a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3.07-3V38.3ZM28.86%2C42.23h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V54.64a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V42.23Zm9.56-12.84h0a3%2C3%2C0%2C0%2C1%2C6%2C0v38a3%2C3%2C0%2C0%2C1-6%2C0v-38Zm73.26%2C43.33h0a5%2C5%2C0%2C0%2C1%2C5%2C5%2C5%2C5%2C0%2C1%2C1-10%2C0%2C5%2C5%2C0%2C0%2C1%2C5-5Zm9-62.67H10.09V86.74H120.7V10.06Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(2).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20130.79%20108.92%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%202%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M5%2C0h120.7a5.1%2C5.1%2C0%2C0%2C1%2C5.07%2C5V91.8a5.08%2C5.08%2C0%2C0%2C1-5.07%2C5H70.41v5.6l0%2C.46h28a3%2C3%2C0%2C0%2C1%2C0%2C6H32.46a3%2C3%2C0%2C1%2C1%2C0-6H60.39V96.83H5a5%2C5%2C0%2C0%2C1-5-5V5A5%2C5%2C0%2C0%2C1%2C5%2C0ZM95.91%2C44.73h0a3%2C3%2C0%2C0%2C1%2C6%2C0v7.42a3%2C3%2C0%2C0%2C1-6%2C0V44.73ZM86.35%2C34.31h0a3%2C3%2C0%2C0%2C1%2C6%2C0V62.56a3%2C3%2C0%2C1%2C1-6%2C0V34.31Zm-9.63-8.59h0a3%2C3%2C0%2C0%2C1%2C6.06%2C0v45.4a3%2C3%2C0%2C1%2C1-6.06%2C0V25.72ZM67.16%2C39.09h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3.08%2C3.08%2C0%2C0%2C1%2C3%2C3V57.78a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V39.09Zm-9.59-7.78h0a3.08%2C3.08%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V65.55a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V31.31ZM48%2C38.3h0A3.09%2C3.09%2C0%2C0%2C1%2C51%2C35.24a3%2C3%2C0%2C0%2C1%2C3%2C3.07V58.63a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3.07-3V38.3ZM28.86%2C42.23h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V54.64a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V42.23Zm9.56-12.84h0a3%2C3%2C0%2C0%2C1%2C6%2C0v38a3%2C3%2C0%2C0%2C1-6%2C0v-38Zm73.26%2C43.33h0a5%2C5%2C0%2C0%2C1%2C5%2C5%2C5%2C5%2C0%2C1%2C1-10%2C0%2C5%2C5%2C0%2C0%2C1%2C5-5Zm9-62.67H10.09V86.74H120.7V10.06Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(3) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.84%20104.94%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M71.77%2C37.89a3.93%2C3.93%2C0%2C0%2C1%2C2.07%2C3.45c0%2C.31-.06.59-.06.87L65.1%2C101.55a4%2C4%2C0%2C0%2C1-3.9%2C3.39H12.59a3.94%2C3.94%2C0%2C0%2C1-3.92-3.62L0%2C41.89a3.92%2C3.92%2C0%2C0%2C1%2C2-4A13.61%2C13.61%2C0%2C0%2C1%2C.68%2C31.94a13.34%2C13.34%2C0%2C0%2C1%2C9.89-12.83A13.41%2C13.41%2C0%2C0%2C1%2C23.74%2C7.68c.34%2C0%2C.64%2C0%2C1%2C0a13.36%2C13.36%2C0%2C0%2C1%2C24.21%2C0c.36%2C0%2C.79-.06%2C1.18-.06A13.38%2C13.38%2C0%2C0%2C1%2C63.25%2C19.11a13.37%2C13.37%2C0%2C0%2C1%2C9.92%2C12.83%2C14%2C14%2C0%2C0%2C1-1.4%2C5.94Zm-18.94%2C7.4h0V56.21c3.31%2C2.63%2C5.38%2C6.22%2C5.38%2C10s-2.07%2C7.4-5.38%2C10.09V97h5l7.54-51.75ZM48.06%2C97h0v-18a27.83%2C27.83%2C0%2C0%2C1-8.8%2C2.19V97ZM34.53%2C97h0V81.26a28%2C28%2C0%2C0%2C1-8.77-2.19V97ZM21%2C97h0V76.33c-3.36-2.69-5.38-6.16-5.38-10.09s2-7.4%2C5.38-10V45.28H8.5L16%2C97ZM39.27%2C45.28h0v6.05a29.36%2C29.36%2C0%2C0%2C1%2C8.8%2C2.1V45.28Zm-13.51%2C0h0v8.15a29.6%2C29.6%2C0%2C0%2C1%2C8.77-2.1V45.28Zm-5.38%2C21h0c0%2C13.73%2C33.06%2C13.79%2C33.06%2C0s-33.06-13.67-33.06%2C0Zm3.28-50.66h0a5.36%2C5.36%2C0%2C0%2C0-5.07%2C3.87%2C13.64%2C13.64%2C0%2C0%2C1%2C4.82%2C3.08%2C13.33%2C13.33%2C0%2C0%2C1%2C3.92%2C9.41%2C4%2C4%2C0%2C0%2C1-4%2C4%2C3.91%2C3.91%2C0%2C0%2C1-3.92-4A5.46%2C5.46%2C0%2C0%2C0%2C14%2C26.56h-.05A5.41%2C5.41%2C0%2C1%2C0%2C14%2C37.38H59.8A5.42%2C5.42%2C0%2C0%2C0%2C61.93%2C27a11.7%2C11.7%2C0%2C0%2C1-2.27%2C3.22l-.17.2a13.4%2C13.4%2C0%2C0%2C1-9.42%2C3.92%2C4%2C4%2C0%2C1%2C1%2C0-7.9%2C5.58%2C5.58%2C0%2C0%2C0%2C3.84-1.6l.09-.06a5.29%2C5.29%2C0%2C0%2C0%2C1.4-2.91l.05-.39v-.53a5.41%2C5.41%2C0%2C0%2C0-5.38-5.35h-.2A12%2C12%2C0%2C0%2C1%2C49%2C18.47a3.94%2C3.94%2C0%2C0%2C1-7.26-3.05%2C5.64%2C5.64%2C0%2C0%2C0%2C.45-2.19v-.17l-.05-.2a5.38%2C5.38%2C0%2C0%2C0-5.38-5%2C5.51%2C5.51%2C0%2C0%2C0-5.44%2C4.88v.5A5.21%2C5.21%2C0%2C0%2C0%2C32.82%2C17l.11.14a5.37%2C5.37%2C0%2C0%2C0%2C3.87%2C1.6%2C4%2C4%2C0%2C0%2C1%2C0%2C7.9%2C13.53%2C13.53%2C0%2C0%2C1-9.47-3.92l-.11-.17a13.71%2C13.71%2C0%2C0%2C1-3.56-6.95Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(3).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.84%20104.94%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M71.77%2C37.89a3.93%2C3.93%2C0%2C0%2C1%2C2.07%2C3.45c0%2C.31-.06.59-.06.87L65.1%2C101.55a4%2C4%2C0%2C0%2C1-3.9%2C3.39H12.59a3.94%2C3.94%2C0%2C0%2C1-3.92-3.62L0%2C41.89a3.92%2C3.92%2C0%2C0%2C1%2C2-4A13.61%2C13.61%2C0%2C0%2C1%2C.68%2C31.94a13.34%2C13.34%2C0%2C0%2C1%2C9.89-12.83A13.41%2C13.41%2C0%2C0%2C1%2C23.74%2C7.68c.34%2C0%2C.64%2C0%2C1%2C0a13.36%2C13.36%2C0%2C0%2C1%2C24.21%2C0c.36%2C0%2C.79-.06%2C1.18-.06A13.38%2C13.38%2C0%2C0%2C1%2C63.25%2C19.11a13.37%2C13.37%2C0%2C0%2C1%2C9.92%2C12.83%2C14%2C14%2C0%2C0%2C1-1.4%2C5.94Zm-18.94%2C7.4h0V56.21c3.31%2C2.63%2C5.38%2C6.22%2C5.38%2C10s-2.07%2C7.4-5.38%2C10.09V97h5l7.54-51.75ZM48.06%2C97h0v-18a27.83%2C27.83%2C0%2C0%2C1-8.8%2C2.19V97ZM34.53%2C97h0V81.26a28%2C28%2C0%2C0%2C1-8.77-2.19V97ZM21%2C97h0V76.33c-3.36-2.69-5.38-6.16-5.38-10.09s2-7.4%2C5.38-10V45.28H8.5L16%2C97ZM39.27%2C45.28h0v6.05a29.36%2C29.36%2C0%2C0%2C1%2C8.8%2C2.1V45.28Zm-13.51%2C0h0v8.15a29.6%2C29.6%2C0%2C0%2C1%2C8.77-2.1V45.28Zm-5.38%2C21h0c0%2C13.73%2C33.06%2C13.79%2C33.06%2C0s-33.06-13.67-33.06%2C0Zm3.28-50.66h0a5.36%2C5.36%2C0%2C0%2C0-5.07%2C3.87%2C13.64%2C13.64%2C0%2C0%2C1%2C4.82%2C3.08%2C13.33%2C13.33%2C0%2C0%2C1%2C3.92%2C9.41%2C4%2C4%2C0%2C0%2C1-4%2C4%2C3.91%2C3.91%2C0%2C0%2C1-3.92-4A5.46%2C5.46%2C0%2C0%2C0%2C14%2C26.56h-.05A5.41%2C5.41%2C0%2C1%2C0%2C14%2C37.38H59.8A5.42%2C5.42%2C0%2C0%2C0%2C61.93%2C27a11.7%2C11.7%2C0%2C0%2C1-2.27%2C3.22l-.17.2a13.4%2C13.4%2C0%2C0%2C1-9.42%2C3.92%2C4%2C4%2C0%2C1%2C1%2C0-7.9%2C5.58%2C5.58%2C0%2C0%2C0%2C3.84-1.6l.09-.06a5.29%2C5.29%2C0%2C0%2C0%2C1.4-2.91l.05-.39v-.53a5.41%2C5.41%2C0%2C0%2C0-5.38-5.35h-.2A12%2C12%2C0%2C0%2C1%2C49%2C18.47a3.94%2C3.94%2C0%2C0%2C1-7.26-3.05%2C5.64%2C5.64%2C0%2C0%2C0%2C.45-2.19v-.17l-.05-.2a5.38%2C5.38%2C0%2C0%2C0-5.38-5%2C5.51%2C5.51%2C0%2C0%2C0-5.44%2C4.88v.5A5.21%2C5.21%2C0%2C0%2C0%2C32.82%2C17l.11.14a5.37%2C5.37%2C0%2C0%2C0%2C3.87%2C1.6%2C4%2C4%2C0%2C0%2C1%2C0%2C7.9%2C13.53%2C13.53%2C0%2C0%2C1-9.47-3.92l-.11-.17a13.71%2C13.71%2C0%2C0%2C1-3.56-6.95Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(4) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074.37%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%236d6e71%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M23.69%2C89.58a2.42%2C2.42%2C0%2C0%2C1%2C0-4.84h27a2.42%2C2.42%2C0%2C1%2C1%2C0%2C4.84ZM4%2C0H70.33a4%2C4%2C0%2C0%2C1%2C4%2C4V100.4a4.07%2C4.07%2C0%2C0%2C1-4%2C4H4a4%2C4%2C0%2C0%2C1-4-4V4A4%2C4%2C0%2C0%2C1%2C4%2C0ZM66.31%2C8H8V96.35H66.31V8Z%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2224.25%22%20x2%3D%2251.56%22%20y2%3D%2224.25%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2232.74%22%20x2%3D%2251.56%22%20y2%3D%2232.74%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2241.22%22%20x2%3D%2251.56%22%20y2%3D%2241.22%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2249.7%22%20x2%3D%2237.19%22%20y2%3D%2249.7%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2244.5%22%20y1%3D%2249.7%22%20x2%3D%2251.56%22%20y2%3D%2249.7%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(4).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074.37%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%2361C4E2%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M23.69%2C89.58a2.42%2C2.42%2C0%2C0%2C1%2C0-4.84h27a2.42%2C2.42%2C0%2C1%2C1%2C0%2C4.84ZM4%2C0H70.33a4%2C4%2C0%2C0%2C1%2C4%2C4V100.4a4.07%2C4.07%2C0%2C0%2C1-4%2C4H4a4%2C4%2C0%2C0%2C1-4-4V4A4%2C4%2C0%2C0%2C1%2C4%2C0ZM66.31%2C8H8V96.35H66.31V8Z%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2224.25%22%20x2%3D%2251.56%22%20y2%3D%2224.25%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2232.74%22%20x2%3D%2251.56%22%20y2%3D%2232.74%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2241.22%22%20x2%3D%2251.56%22%20y2%3D%2241.22%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2249.7%22%20x2%3D%2237.19%22%20y2%3D%2249.7%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2244.5%22%20y1%3D%2249.7%22%20x2%3D%2251.56%22%20y2%3D%2249.7%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(5) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.45%2091.65%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%205%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M49.53%2C36.36H64A3.63%2C3.63%2C0%2C0%2C1%2C67.61%2C40a3.43%2C3.43%2C0%2C0%2C1-1.56%2C2.87l-60.23%2C48A3.57%2C3.57%2C0%2C0%2C1%2C.58%2C86.14l23.2-42.56H10a3.6%2C3.6%2C0%2C0%2C1-2.79-5.92L32.53%2C1.56A3.49%2C3.49%2C0%2C0%2C1%2C35.45.05V0H72.84a3.61%2C3.61%2C0%2C0%2C1%2C3.61%2C3.63A3.42%2C3.42%2C0%2C0%2C1%2C75.4%2C6.14L49.53%2C36.36Zm4.1%2C7.22H41.75a3.81%2C3.81%2C0%2C0%2C1-2.41-.87%2C3.63%2C3.63%2C0%2C0%2C1-.36-5.1L65%2C7.22H37.35L17%2C36.36H29.87v0a3.53%2C3.53%2C0%2C0%2C1%2C1.71.44A3.59%2C3.59%2C0%2C0%2C1%2C33%2C41.69L15.32%2C74.13%2C53.63%2C43.58Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(5).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.45%2091.65%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%205%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M49.53%2C36.36H64A3.63%2C3.63%2C0%2C0%2C1%2C67.61%2C40a3.43%2C3.43%2C0%2C0%2C1-1.56%2C2.87l-60.23%2C48A3.57%2C3.57%2C0%2C0%2C1%2C.58%2C86.14l23.2-42.56H10a3.6%2C3.6%2C0%2C0%2C1-2.79-5.92L32.53%2C1.56A3.49%2C3.49%2C0%2C0%2C1%2C35.45.05V0H72.84a3.61%2C3.61%2C0%2C0%2C1%2C3.61%2C3.63A3.42%2C3.42%2C0%2C0%2C1%2C75.4%2C6.14L49.53%2C36.36Zm4.1%2C7.22H41.75a3.81%2C3.81%2C0%2C0%2C1-2.41-.87%2C3.63%2C3.63%2C0%2C0%2C1-.36-5.1L65%2C7.22H37.35L17%2C36.36H29.87v0a3.53%2C3.53%2C0%2C0%2C1%2C1.71.44A3.59%2C3.59%2C0%2C0%2C1%2C33%2C41.69L15.32%2C74.13%2C53.63%2C43.58Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(6) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2085.23%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%206%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M39.27%2C54.12.93%2C6.81A4.16%2C4.16%2C0%2C0%2C1%2C1.59.93%2C3.91%2C3.91%2C0%2C0%2C1%2C4.18%2C0H81a4.19%2C4.19%2C0%2C0%2C1%2C4.24%2C4.18%2C3.94%2C3.94%2C0%2C0%2C1-1.17%2C2.87L45.84%2C54.15a2.76%2C2.76%2C0%2C0%2C1-.72.72V95.93H67.36a4.23%2C4.23%2C0%2C0%2C1%2C0%2C8.45H17.84a4.23%2C4.23%2C0%2C0%2C1%2C0-8.45H40.07V54.87L40%2C54.78c-.24-.21-.48-.45-.69-.66Zm-21-39.24H66.91L72.2%2C8.4H13l5.29%2C6.48ZM62.79%2C20H22.44L42.58%2C44.85%2C62.79%2C20ZM47.42%2C23.67h0a4.75%2C4.75%2C0%2C1%2C0%2C4.69%2C4.75%2C4.75%2C4.75%2C0%2C0%2C0-4.69-4.75Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(6).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2085.23%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%206%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M39.27%2C54.12.93%2C6.81A4.16%2C4.16%2C0%2C0%2C1%2C1.59.93%2C3.91%2C3.91%2C0%2C0%2C1%2C4.18%2C0H81a4.19%2C4.19%2C0%2C0%2C1%2C4.24%2C4.18%2C3.94%2C3.94%2C0%2C0%2C1-1.17%2C2.87L45.84%2C54.15a2.76%2C2.76%2C0%2C0%2C1-.72.72V95.93H67.36a4.23%2C4.23%2C0%2C0%2C1%2C0%2C8.45H17.84a4.23%2C4.23%2C0%2C0%2C1%2C0-8.45H40.07V54.87L40%2C54.78c-.24-.21-.48-.45-.69-.66Zm-21-39.24H66.91L72.2%2C8.4H13l5.29%2C6.48ZM62.79%2C20H22.44L42.58%2C44.85%2C62.79%2C20ZM47.42%2C23.67h0a4.75%2C4.75%2C0%2C1%2C0%2C4.69%2C4.75%2C4.75%2C4.75%2C0%2C0%2C0-4.69-4.75Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-w {
    height: 377px;
    position: relative;
}

.tslider-bg {
    top: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
    margin: 43px 0;
    position: relative;
}

.tslider-bg p {
    width: 25px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: -2px;
    height: 4px;
}

.tslider-bg p.selected {
    background: #61C4E2;
}

.tslider-bg p:nth-child(1) {
    right: 12%;
}

.tslider-bg p:nth-child(2) {
    right: 27%;
}

.tslider-bg p:nth-child(3) {
    right: 42%;
}

.tslider-bg p:nth-child(4) {
    right: 57%;
}

.tslider-bg p:nth-child(5) {
    right: 71%;
}

.tslider-bg p:nth-child(6) {
    right: 86%;
}

.tslide-bg {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 93% auto;
    float: left;
    background-position: 44px 30px;
}

.tslide {
    text-align: right;
}

.tslide-p1, .tslide-p2 {
    width: 50%;
    height: 100%;
    padding: 20px 45px 0 0;
    color: #000;
}

.tslide-p1 {
    float: right;
}

.tslide-p2 {
    float: left;
}

.tslide h1 {
    font-weight: 500;
    font-size: 46px;
}

.tslider-slider {
    height: 100%;
}

div.ha-createEvent {
    position: absolute;
    top: 285px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 7px 40px;
    right: 100px;
    z-index: 1;
    background: #fff;
}

.tslide-p1 p {
    width: 90%;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: justify;
}

.hec-events-evnet {
    height: 298px;
    width: 24.25%;
    margin-left: 1%;
    background-color: #000;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.homepage-admin .hec-events-evnet {
    overflow: visible;
}

.hec-events-evnet-img {
    height: 65%;
    width: 100%;
    transition: height 500ms, opacity 500ms, margin-top 500ms;
    -webkit-transition:all 500ms;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    margin-top: 0%;
}

.hec-events-evnet.zeroidx::after{
    content: '';
    background: linear-gradient(135deg, #ffffff 84%,#00c1ff 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
    top: 0;
}

.hec-events-evnet-details {
    height: 105.3px;
    width: 100%;;
    background: #f1f1f1;
    padding: 15px;
    color: #797878;
    position: absolute;
    transition: height 500ms;
    -webkit-transition: height 500ms;
    cursor: pointer;
}

div.hec-eed-taketicket {
    position: absolute;
    top: -23px;
    font-size: 17px;
    font-weight: bold;
    left: calc(50% - 75.96px);
    display: none;
    padding: 5px 18px;

}
div.bt.btb:hover {
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
}
.btb a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.active .hec-events-evnet-details {
    height: 60%;
}

.hece-evnet-details-title {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: padding-top 500ms;
    -webkit-transition: padding-top 500ms;
}

.hece-evnet-details-about {
    height: 35%;
    overflow: hidden;
}

.hec-events-evnet:hover .hec-events-evnet-details {
    height: 178.8px;
}

.hec-events-evnet:hover .hec-events-evnet-img {
    height: 149px;
    opacity: 0.5;
    margin-top: -29.8px;
}

.hec-events-evnet:hover .hece-evnet-details-about {
    height: 60%;
}
.hec-events-evnet:hover .hece-evnet-details-title{
    padding-top: 24px;
}
div.hec-events-evnet:hover .hec-eed-taketicket {
    display: inline-block;
}

.hece-evnet-details-date, .hece-evnet-details-location {
    display: inline-block;
}

.hece-evnet-details-location {
    position: absolute;
    left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 38%;
    text-align: left;
}

.hece-evnet-details-bottom {
    position: absolute;
    bottom: 10px;
    width: 95%;
}

.hece-evnet-details-date-time {
    right: 65px;
}

.hece-evnet-details-date-time::before {
    content: "";
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    background: #61C4E2;
    border-radius: 50%;
    right: -9px;
    top: 7px;
    position: absolute;
}

.hece-evnet-details-date-date, .hece-evnet-details-date-time {
    display: inline-block;
    position: absolute;
    bottom: 1px;
}

.homepage-specificevent .hse-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.homepage-specificevent .hse-img.as {
    background-image: url(/tickchak/images/as.jpg);
}

.homepage-specificevent .hse-img.gula {
    background-image: url(/tickchak/images/gula.jpg);
}
.homepage-specificevent .hse-img.brodet {
    background-image: url(/tickchak/images/brodet.jpeg);
}
.homepage-productionLogo-container div {
    background-repeat: no-repeat;
    display: inline-block;
    width: 12%;
    background-size: contain;
    height: 100px;
    background-position: center center;
    margin: 30px 2% 0;
}

.homepage-productionLogo-hlg1 {
    background-image: url(https://tickchak.co.il/data/images/design/hlg1.png);
}

.homepage-productionLogo-hlg2 {
    background-image: url(https://tickchak.co.il/data/images/design/hlg2.png);
}


.hetc-specific-event-img, .hetc-specific-event-text {
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
}

.hetc-specific-event-text-container {
    width: 45%;
    margin: 100px auto;
}
.transport .hetc-specific-event-tag::after{
    top:27px;
}
.seats .hetc-specific-event-tag::after{
    top:26px;
}
.hetc-specific-event-text-container p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}

.hetc-specific-event-tag {
    border-radius: 50px;
    background: #fff;
    position: absolute;
    width: 275px;
    height: 80px;
    left: -50px;
    top: 185px;
    font-size: 29px;
    padding: 17px 20px;

}

.hetc-specific-event-tag::after {
    content: '';
    position: absolute;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
}

.lector .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221438%201500.871%2041.398%2064.829%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_447%22%20data-name%3D%22Path%20447%22%20class%3D%22cls-1%22%20d%3D%22M10.2%2C15.54H21.367l3.4-8.013L23.552%2C4.856H7.77L6.8%2C7.527l3.4%2C8.013Zm16.025%2C3.4h0L41.034%2C33.993a1.812%2C1.812%2C0%2C0%2C1%2C0%2C2.185l-5.827%2C5.827a1.812%2C1.812%2C0%2C0%2C1-2.185%2C0h0L29.38%2C38.363l1.7%2C10.441a2.242%2C2.242%2C0%2C0%2C1-.728%2C2.185L17.239%2C64.1a2.347%2C2.347%2C0%2C0%2C1-3.4%2C0h0L.728%2C50.989A4.069%2C4.069%2C0%2C0%2C1%2C0%2C48.318L5.585%2C17.239%2C1.7%2C8.741A2.66%2C2.66%2C0%2C0%2C1%2C1.7%2C6.8L3.642%2C1.7A2.528%2C2.528%2C0%2C0%2C1%2C6.07%2C0H25.252A2.412%2C2.412%2C0%2C0%2C1%2C27.68%2C1.7l1.942%2C5.1a2.681%2C2.681%2C0%2C0%2C1%2C0%2C1.942l-3.885%2C8.741.486%2C1.457Zm-5.1-.486H10.441L5.1%2C48.076%2C15.54%2C58.516%2C25.98%2C48.076%2C21.124%2C18.453Zm5.827%2C5.585h0l1.7%2C8.984%2C5.585%2C5.585%2C3.642-3.642L26.951%2C24.038Z%22%20transform%3D%22translate%281438%201500.871%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.card .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221175%201500.871%2058.571%2058.429%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22a_1_%22%20transform%3D%22translate%281175%201500.871%29%22%3E%20%3Cpath%20id%3D%22Path_449%22%20data-name%3D%22Path%20449%22%20class%3D%22cls-1%22%20d%3D%22M58.571%2C56.307V2.122A2.176%2C2.176%2C0%2C0%2C0%2C56.449%2C0H2.122A2.176%2C2.176%2C0%2C0%2C0%2C0%2C2.122V56.307a2.176%2C2.176%2C0%2C0%2C0%2C2.122%2C2.122H56.449A2.083%2C2.083%2C0%2C0%2C0%2C58.571%2C56.307ZM4.244%2C4.244H45.272v7.215h8.913V54.185H18.816V45.979h8.771V37.208H18.816V45.7H4.244Zm3.82%2C22.919H26.6V8.63H8.064Zm2.83-15.7H23.768V24.334H10.894Zm3.254%2C3.4h6.083v6.083H14.148ZM45.272%2C45.979H36.5V37.208h8.771ZM36.5%2C28.3v8.771H27.729V28.3Zm8.913-8.771V28.3H36.5V19.524Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.showing .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22930%201520%2056.187%2041.471%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_478%22%20data-name%3D%22Path%20478%22%20class%3D%22cls-1%22%20d%3D%22M26.607%2C0c9.81%2C0%2C16.5%2C3.567%2C20.215%2C8.473a15.894%2C15.894%2C0%2C0%2C1%2C1.932%2C15.9l-.446.892h2.23a1.279%2C1.279%2C0%2C0%2C1%2C1.189%2C1.189h0v5.8H55a1.189%2C1.189%2C0%2C0%2C1%2C0%2C2.378h-6.54v5.648a1.189%2C1.189%2C0%2C0%2C1-2.378%2C0V34.634H36.863c-.595.149-1.338.446-1.932.595a8.355%2C8.355%2C0%2C0%2C1-2.676%2C4.013%2C8.649%2C8.649%2C0%2C0%2C1-5.8%2C2.081%2C8.264%2C8.264%2C0%2C0%2C1-5.648-2.081%2C8.8%2C8.8%2C0%2C0%2C1-2.676-4.162A30.7%2C30.7%2C0%2C0%2C1%2C5.648%2C28.985C2.23%2C26.013%2C0%2C22.3%2C0%2C18.134%2C0%2C13.081%2C3.27%2C8.621%2C8.175%2C5.351A34.8%2C34.8%2C0%2C0%2C1%2C26.607%2C0ZM46.823%2C27.648h0a18.921%2C18.921%2C0%2C0%2C1-5.054%2C4.608H49.2V27.648ZM22.594%2C9.959H30.62a2.6%2C2.6%2C0%2C0%2C1%2C2.527%2C2.527V18.58a2.477%2C2.477%2C0%2C0%2C1-2.527%2C2.378H22.594a2.477%2C2.477%2C0%2C0%2C1-2.527-2.378V12.486a2.6%2C2.6%2C0%2C0%2C1%2C2.527-2.527Zm8.027%2C2.378H22.594V18.58H30.62V12.337ZM26.607%2C30.62h0a1.932%2C1.932%2C0%2C1%2C1-1.932%2C1.932%2C1.792%2C1.792%2C0%2C0%2C1%2C1.932-1.932ZM43.7%2C10.851h0C40.728%2C6.838%2C35.08%2C3.865%2C26.607%2C3.865a30.539%2C30.539%2C0%2C0%2C0-16.2%2C4.757c-3.865%2C2.527-6.392%2C5.946-6.392%2C9.513%2C0%2C2.824%2C1.635%2C5.648%2C4.311%2C7.878a26.877%2C26.877%2C0%2C0%2C0%2C11.891%2C5.648A1.747%2C1.747%2C0%2C0%2C1%2C21.7%2C33.3a4.592%2C4.592%2C0%2C0%2C0%2C1.635%2C2.973%2C4.8%2C4.8%2C0%2C0%2C0%2C3.122%2C1.189%2C4.514%2C4.514%2C0%2C0%2C0%2C3.122-1.189h0A4.592%2C4.592%2C0%2C0%2C0%2C31.215%2C33.3%2C2.1%2C2.1%2C0%2C0%2C1%2C32.7%2C31.661c6.392-1.338%2C10.554-4.757%2C12.189-8.77a10.779%2C10.779%2C0%2C0%2C0%2C.892-6.094A9.971%2C9.971%2C0%2C0%2C0%2C43.7%2C10.851Z%22%20transform%3D%22translate%28930%201520%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.visitor .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22680%201520%2046.082%2041.55%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_479%22%20data-name%3D%22Path%20479%22%20class%3D%22cls-1%22%20d%3D%22M3.829%2C36.777a1.149%2C1.149%2C0%2C0%2C1%2C0-2.3H5.744V14.311H1.787A1.856%2C1.856%2C0%2C0%2C1%2C0%2C12.4a1.691%2C1.691%2C0%2C0%2C1%2C1.149-1.659L22.211.141a1.893%2C1.893%2C0%2C0%2C1%2C1.659%2C0L45.06%2C10.736a1.724%2C1.724%2C0%2C0%2C1%2C.766%2C2.425%2C1.84%2C1.84%2C0%2C0%2C1-1.659%2C1.021H40.21v20.3h1.915a1.149%2C1.149%2C0%2C1%2C1%2C0%2C2.3ZM9.446%2C14.311h0V34.479h6.51V14.311Zm10.34%2C0h0V34.479H26.3V14.311Zm10.212%2C0h0V34.479h6.51V14.311Zm6.382-3.7h0l-13.4-6.638L9.7%2C10.609ZM1.787%2C41.5h0A1.855%2C1.855%2C0%2C0%2C1%2C0%2C39.585a1.945%2C1.945%2C0%2C0%2C1%2C1.787-1.915h42.38a1.915%2C1.915%2C0%2C1%2C1%2C0%2C3.829Z%22%20transform%3D%22translate%28680%201520.05%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.transport .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22430.188%201518.48%2053.813%2038.937%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_450%22%20data-name%3D%22Path%20450%22%20class%3D%22cls-1%22%20d%3D%22M2.1%2C0H48.321a2.043%2C2.043%2C0%2C0%2C1%2C2%2C1.8l3.494%2C18.071v.4h0V31.549a2.109%2C2.109%2C0%2C0%2C1-2.1%2C2.1h-2.8a7.825%2C7.825%2C0%2C0%2C1-2.4%2C3.295h0a8.184%2C8.184%2C0%2C0%2C1-5.391%2C2%2C8.449%2C8.449%2C0%2C0%2C1-7.787-5.291H18.969a7.825%2C7.825%2C0%2C0%2C1-2.4%2C3.295h0a8.277%2C8.277%2C0%2C0%2C1-10.782%2C0%2C7.825%2C7.825%2C0%2C0%2C1-2.4-3.295H2.1a2.109%2C2.109%2C0%2C0%2C1-2.1-2.1V2.1A2.047%2C2.047%2C0%2C0%2C1%2C2.1%2C0ZM23.063%2C4.193h0v12.18h12.18V4.193Zm-2.5%2C12.18h0V4.193H10.084v12.18ZM37.739%2C4.193h0v12.18H48.92l-2.4-12.18ZM49.32%2C18.869H8.886a1.153%2C1.153%2C0%2C0%2C1-1.2-1.2h0V4.193H4.093V29.452h.9a2.031%2C2.031%2C0%2C0%2C1%2C2%2C1.7%2C4.44%2C4.44%2C0%2C0%2C0%2C1.4%2C2.5%2C4.119%2C4.119%2C0%2C0%2C0%2C5.491%2C0h0a4.172%2C4.172%2C0%2C0%2C0%2C1.4-2.4%2C2.043%2C2.043%2C0%2C0%2C1%2C2-1.8H34.744a2.031%2C2.031%2C0%2C0%2C1%2C2%2C1.7%2C4.44%2C4.44%2C0%2C0%2C0%2C1.4%2C2.5%2C4.012%2C4.012%2C0%2C0%2C0%2C2.8%2C1%2C3.769%2C3.769%2C0%2C0%2C0%2C2.7-1h0a4.309%2C4.309%2C0%2C0%2C0%2C1.5-2.4%2C2.043%2C2.043%2C0%2C0%2C1%2C2-1.8h2.3V20.467Zm-8.087%2C9.385h0a2.2%2C2.2%2C0%2C0%2C0-2.2%2C2.1%2C2.27%2C2.27%2C0%2C0%2C0%2C2.1%2C2.2%2C2.2%2C2.2%2C0%2C0%2C0%2C2.2-2.1h0A2.132%2C2.132%2C0%2C0%2C0%2C41.233%2C28.254Zm-29.951%2C0h0a2.147%2C2.147%2C0%2C1%2C0-.1%2C4.293%2C2.27%2C2.27%2C0%2C0%2C0%2C2.2-2.1h0A2.132%2C2.132%2C0%2C0%2C0%2C11.282%2C28.254Z%22%20transform%3D%22translate%28430.188%201518.48%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;

}

.seats .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221420.515%201699.443%2077.907%2052.855%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_448%22%20data-name%3D%22Path%20448%22%20class%3D%22cls-1%22%20d%3D%22M70.749%2C29.456V47.9h4.68a2.478%2C2.478%2C0%2C1%2C1%2C0%2C4.955H2.478a2.478%2C2.478%2C0%2C1%2C1%2C0-4.955h4.68V12.113c0-3.579%2C3.854-6.882%2C9.91-8.809C22.574%2C1.1%2C30.282%2C0%2C38.816%2C0a1.259%2C1.259%2C0%2C0%2C1%2C1.376%2C1.1l2.478%2C9.085c3.3%2C5.23%2C10.461%2C8.259%2C16.793%2C10.736%2C6.056%2C2.478%2C11.287%2C4.4%2C11.287%2C8.534ZM10.186%2C47.625H67.721V29.181c0-.551-.551-1.376-1.652-2.2v4.129a1.542%2C1.542%2C0%2C0%2C1-1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C1-1.376-1.376v-4.68a1.011%2C1.011%2C0%2C0%2C1%2C.275-.826c-1.1-.551-2.478-1.1-3.854-1.652a1.011%2C1.011%2C0%2C0%2C1%2C.275.826v5.23c0%2C.826-.551%2C1.376-1.652%2C1.376a1.542%2C1.542%2C0%2C0%2C1-1.376-1.652V24.5c0-.551.551-1.376%2C1.1-1.376-6.332-2.478-14.04-5.781-17.618-11.837%2C0-.275-.275-.275-.275-.551l-2.2-8.259A58.85%2C58.85%2C0%2C0%2C0%2C17.894%2C5.506c-4.68%2C2.2-7.708%2C4.4-7.708%2C6.607V47.625Zm1.652-8.259h0v4.68a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-4.68a1.542%2C1.542%2C0%2C0%2C0-1.652-1.376c-.826-.275-1.376.551-1.376%2C1.376Zm6.332-.551h0v5.23a1.376%2C1.376%2C0%2C0%2C0%2C2.753%2C0v-5.23a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.475%2C1.475%2C0%2C0%2C0-1.376%2C1.376ZM24.5%2C38.54h0v2.753h0v2.753a1.542%2C1.542%2C0%2C0%2C0%2C1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376V41.293h0V38.54a1.542%2C1.542%2C0%2C0%2C0-1.376-1.652A1.776%2C1.776%2C0%2C0%2C0%2C24.5%2C38.54Zm6.607-.275h0v5.781a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376V38.265a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376c-1.1%2C0-1.652.551-1.652%2C1.376Zm6.332%2C0h0v5.781a1.542%2C1.542%2C0%2C0%2C0%2C1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376V38.265a1.542%2C1.542%2C0%2C0%2C0-1.376-1.652q-1.652.413-1.652%2C1.652Zm6.332.275h0v5.506a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376A1.542%2C1.542%2C0%2C0%2C0%2C46.8%2C44.046V38.54a1.542%2C1.542%2C0%2C0%2C0-1.652-1.376c-.826-.275-1.376.551-1.376%2C1.376Zm6.332%2C0h0v5.506a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376V38.54a1.776%2C1.776%2C0%2C0%2C0-1.652-1.652c-.551.275-1.376.826-1.376%2C1.652Zm6.332.275h0v5.23a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-5.23a1.776%2C1.776%2C0%2C0%2C0-1.652-1.652c-.551.275-1.376.826-1.376%2C1.652Zm6.607.551h0v4.68a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-4.68a1.587%2C1.587%2C0%2C0%2C0-1.652-1.652%2C1.542%2C1.542%2C0%2C0%2C0-1.376%2C1.652ZM12.113%2C26.428h0v4.68a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-4.68a1.542%2C1.542%2C0%2C0%2C0-1.376-1.652q-1.652.413-1.652%2C1.652Zm6.332-1.652h0v5.23a1.542%2C1.542%2C0%2C0%2C0%2C1.376%2C1.652c.826%2C0%2C1.376-.826%2C1.652-1.652v-5.23A1.3%2C1.3%2C0%2C0%2C0%2C20.1%2C23.4c-1.1%2C0-1.652.551-1.652%2C1.376Zm6.332-1.1h0v5.506a1.52%2C1.52%2C0%2C0%2C0%2C3.028.275V23.95c0-.826-.826-1.376-1.652-1.652a1.3%2C1.3%2C0%2C0%2C0-1.376%2C1.376Zm6.332-.551h0v5.781a1.776%2C1.776%2C0%2C0%2C0%2C1.652%2C1.652c.826%2C0%2C1.376-.551%2C1.376-1.652V23.124q0-1.239-1.652-1.652c-.551.275-1.376.826-1.376%2C1.652Zm6.332-.275h0V28.63a1.542%2C1.542%2C0%2C0%2C0%2C1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376V22.849a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.542%2C1.542%2C0%2C0%2C0-1.652%2C1.376Zm6.332.275h0v5.781a1.776%2C1.776%2C0%2C0%2C0%2C1.652%2C1.652A1.3%2C1.3%2C0%2C0%2C0%2C46.8%2C29.181V23.4a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.213%2C1.213%2C0%2C0%2C0-1.652%2C1.1Zm6.332.826h0v5.506a1.52%2C1.52%2C0%2C1%2C0%2C3.028.275V24.225c0-.826-.551-1.376-1.652-1.376-.551-.551-1.376.275-1.376%2C1.1ZM12.113%2C13.764h0v4.68A1.776%2C1.776%2C0%2C0%2C0%2C13.764%2C20.1a1.542%2C1.542%2C0%2C0%2C0%2C1.376-1.652v-4.68a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.378%2C1.378%2C0%2C0%2C0-1.652%2C1.376Zm6.332-2.753h0v5.23A1.542%2C1.542%2C0%2C0%2C0%2C20.1%2C17.618a1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376v-5.23A1.3%2C1.3%2C0%2C0%2C0%2C20.1%2C9.635a1.378%2C1.378%2C0%2C0%2C0-1.652%2C1.376Zm6.332-1.927h0V14.59a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376A1.542%2C1.542%2C0%2C0%2C0%2C27.8%2C14.59V9.085c0-.826-.826-1.376-1.652-1.652a1.785%2C1.785%2C0%2C0%2C0-1.376%2C1.652Zm6.332-1.1h0v5.781a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376V7.983a1.776%2C1.776%2C0%2C0%2C0-1.652-1.652%2C1.785%2C1.785%2C0%2C0%2C0-1.376%2C1.652Z%22%20transform%3D%22translate%281420.515%201699.443%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;

}

.register .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221192.262%201717.859%2039.157%2039.198%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_481%22%20data-name%3D%22Path%20481%22%20class%3D%22cls-1%22%20d%3D%22M29.625.133a9.263%2C9.263%2C0%2C0%2C0-6.035%2C2.175L21.548.266a.911.911%2C0%2C0%2C0-1.287%2C0L9.255%2C11.272a.91.91%2C0%2C0%2C0%2C1.287%2C1.287l10.34-10.34L22.258%2C3.55%2C3.8%2C21.967a9.263%2C9.263%2C0%2C0%2C0-2.663%2C5.325%2C10.031%2C10.031%2C0%2C0%2C0%2C.533%2C4.837l-.533.533h0a3.57%2C3.57%2C0%2C0%2C0-.843%2C4.127A3.809%2C3.809%2C0%2C0%2C0%2C6.5%2C38.076h0l.577-.533a10.031%2C10.031%2C0%2C0%2C0%2C4.837.533%2C9.684%2C9.684%2C0%2C0%2C0%2C5.325-2.663L36.326%2C16.331a9.334%2C9.334%2C0%2C0%2C0%2C2.8-6.7%2C9.565%2C9.565%2C0%2C0%2C0-9.5-9.5ZM11.474%2C35.058h0a6.531%2C6.531%2C0%2C0%2C1-3.994-.71%2C1.554%2C1.554%2C0%2C0%2C0-1.864.311L4.374%2C35.946h0c-.666.666-1.775-.4-1.065-1.065L4.6%2C33.594a1.547%2C1.547%2C0%2C0%2C0%2C.222-1.908%2C6.612%2C6.612%2C0%2C0%2C1-.666-3.905A6.894%2C6.894%2C0%2C0%2C1%2C5.35%2C24.9L14.359%2C33.9a6.821%2C6.821%2C0%2C0%2C1-2.885%2C1.154Zm4.26-2.441h0l-9.1-9.142L18.4%2C11.716l9.1%2C9.142-11.76%2C11.76ZM28.782%2C19.526h0l-9.1-9.1L21.9%2C8.21l9.1%2C9.1-2.219%2C2.219Zm5.37-5.37h0L32.287%2C16.02l-9.1-9.1L25.009%2C5.1l.044-.089A6.528%2C6.528%2C0%2C0%2C1%2C29.58%2C3.2a6.4%2C6.4%2C0%2C0%2C1%2C6.39%2C6.435%2C6.157%2C6.157%2C0%2C0%2C1-1.819%2C4.527Z%22%20transform%3D%22translate%281192.298%201717.859%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.culture .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22934%201711.735%2038.866%2047.48%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_485%22%20data-name%3D%22Path%20485%22%20class%3D%22cls-1%22%20d%3D%22M10.626%2C35.534h2.36l-.131-.131h0a5.414%2C5.414%2C0%2C0%2C1-.918-1.442H6.3a6.4%2C6.4%2C0%2C0%2C1-3.671-1.049A6.07%2C6.07%2C0%2C0%2C1%2C.4%2C29.766c-2.491-8.129%2C6.686-12.193%2C12.586-14.553C19.148%2C12.722%2C26.358%2C9.969%2C29.9%2C1.054A2.463%2C2.463%2C0%2C0%2C1%2C31.34%2C0a1.858%2C1.858%2C0%2C0%2C1%2C2.1%2C1.442l5.375%2C30.941a1.578%2C1.578%2C0%2C0%2C1-.787%2C1.7%2C1.858%2C1.858%2C0%2C0%2C1-2.491-.393s-4.326-6.293-16.388-6.293H11.281c-3.54%2C0-3.409%2C3.147%2C0%2C3.147h.524A4.76%2C4.76%2C0%2C0%2C1%2C15.87%2C27.8a4.421%2C4.421%2C0%2C0%2C1%2C4.458%2C4.458A4.578%2C4.578%2C0%2C0%2C1%2C19.016%2C35.4h0l-.131.131H31.471a3.163%2C3.163%2C0%2C0%2C1%2C2.229.918l.131.131a2.977%2C2.977%2C0%2C0%2C1%2C.787%2C2.1v6.949a1.792%2C1.792%2C0%2C0%2C1-1.835%2C1.835H9.184a1.792%2C1.792%2C0%2C0%2C1-1.835-1.835h0V38.681a3.163%2C3.163%2C0%2C0%2C1%2C.918-2.229%2C3.769%2C3.769%2C0%2C0%2C1%2C2.36-.918ZM5.25%2C30.421h0c-1.442-3.8%2C2.491-6.555%2C6.162-6.555h7.866A27.848%2C27.848%2C0%2C0%2C1%2C34.487%2C27.93L30.816%2C7.216C26.489%2C13.9%2C20.065%2C16.393%2C14.3%2C18.622c-3.8%2C1.442-12.193%2C4.458-10.488%2C10.1a2.714%2C2.714%2C0%2C0%2C0%2C1.442%2C1.7Zm9.964%2C1.835h0a1%2C1%2C0%2C0%2C0%2C.262.656h0a.951.951%2C0%2C0%2C0%2C1.311%2C0h0a.951.951%2C0%2C0%2C0%2C0-1.311h0a1.182%2C1.182%2C0%2C0%2C0-.656-.131%2C1%2C1%2C0%2C0%2C0-.656.262h0a.523.523%2C0%2C0%2C0-.262.524ZM27.145%2C13.509h0a1.024%2C1.024%2C0%2C0%2C1%2C1.311%2C1.573%2C25.6%2C25.6%2C0%2C0%2C1-5.244%2C3.409c-1.835.918-3.671%2C1.7-5.506%2C2.491a.922.922%2C0%2C0%2C1-1.311-.524%2C1.1%2C1.1%2C0%2C0%2C1%2C.524-1.442%2C37.689%2C37.689%2C0%2C0%2C0%2C5.244-2.36%2C32.061%2C32.061%2C0%2C0%2C0%2C4.982-3.147Zm3.933%2C25.566H11.019v4.851H31.078V39.074Z%22%20transform%3D%22translate%28934.02%201711.75%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.goose .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22680%201716.089%2046.089%2043.177%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_482%22%20data-name%3D%22Path%20482%22%20class%3D%22cls-1%22%20d%3D%22M14.619%2C34.584A.959.959%2C0%2C0%2C0%2C13.6%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm6.7-10.964h-6.7A.959.959%2C0%2C0%2C0%2C13.6%2C24.635v6.7a.959.959%2C0%2C0%2C0%2C1.015%2C1.015h6.7a.959.959%2C0%2C0%2C0%2C1.015-1.015v-6.7c.2-.406-.406-1.015-1.015-1.015Zm-1.015%2C6.9h-4.67v-4.67H20.3v4.67Zm.2%2C4.061h0A.959.959%2C0%2C0%2C0%2C19.492%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm-3.046%2C0h0A.959.959%2C0%2C0%2C0%2C16.446%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6c.2-.609-.406-1.015-1.015-1.015Zm17.258%2C0h0A.959.959%2C0%2C0%2C0%2C33.7%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a1.088%2C1.088%2C0%2C0%2C0-1.015-1.015Zm2.843%2C0h0A.959.959%2C0%2C0%2C0%2C36.547%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm3.046%2C0h0A.959.959%2C0%2C0%2C0%2C39.592%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a1.088%2C1.088%2C0%2C0%2C0-1.015-1.015ZM44.871%2C15.9h0a3.274%2C3.274%2C0%2C0%2C0-2.639-1.218H40L32.689%2C2.1c0-.2-.2-.2-.2-.406A4.054%2C4.054%2C0%2C0%2C0%2C30.456.068a3.96%2C3.96%2C0%2C0%2C0-2.639.2c-.2%2C0-.2%2C0-.2.2L1.827%2C15.5h0A3.779%2C3.779%2C0%2C0%2C0%2C0%2C17.732H0a4.533%2C4.533%2C0%2C0%2C0%2C.609%2C2.843L8.731%2C34.787v4.467a4.276%2C4.276%2C0%2C0%2C0%2C1.015%2C2.639%2C3.274%2C3.274%2C0%2C0%2C0%2C2.639%2C1.218H42.435a3.574%2C3.574%2C0%2C0%2C0%2C2.639-1.218%2C3.86%2C3.86%2C0%2C0%2C0%2C1.015-2.639V18.544A5.315%2C5.315%2C0%2C0%2C0%2C44.871%2C15.9ZM8.731%2C18.544h0v9.137L3.655%2C18.747v-.2h0L29.643%2C3.519h0a.2.2%2C0%2C0%2C1%2C.2.2h0l6.294%2C10.964H12.385a3.817%2C3.817%2C0%2C0%2C0-3.655%2C3.858Zm33.7%2C20.71h0l-30.049.2V18.544H42.435v20.71Zm-11.979-4.67h0A.959.959%2C0%2C0%2C0%2C29.44%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm-2.843%2C0h0A.959.959%2C0%2C0%2C0%2C26.6%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm-3.046%2C0h0A.959.959%2C0%2C0%2C0%2C23.552%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Z%22%20transform%3D%22translate%28680%201716.154%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.hetc-specific-event-img {
    background-image: url(/tickchak/images/as.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hetc-specific-event::after {
    content: "";
    position: absolute;
    background-color: #f1f1f1;
    height: 20px;
    width: 20px;
    transform: rotate(135deg);
    z-index: 1;
}

.hetc-specific-event.lector::after {
    right: 21.5%;
    top: -10px;
}

.hetc-specific-event.card::after {
    right: 35.5%;
    top: -10px;
}

.hetc-specific-event.showing::after {
    right: 49.5%;
    top: -10px;
}

.hetc-specific-event.visitor::after {
    right: 63.5%;
    top: -10px;
}

.hetc-specific-event.transport::after {
    right: 77.5%;
    top: -10px;
}

.hetc-specific-event.seats::after {
    right: 21.5%;
    bottom: -10px;
}

.hetc-specific-event.goose::after {
    right: 63.5%;
    bottom: -10px;
}

.hetc-specific-event.register::after {
    right: 35.5%;
    bottom: -10px;
}

.hetc-specific-event.culture::after {
    right: 49.5%;
    bottom: -10px;
}

.homepage-specificevent-container {
    height: 100%
}

.homepage-specificevent-container.swiper-container .swiper-slide:nth-child(2) {
    background-color: #12bc74;
}
.homepage-specificevent-container.swiper-container .swiper-slide:nth-child(3) {
    background-color: #128dbd;
}

.homepage-menu .homepage-menu-small {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%222047%20-335.615%2043.536%2037.615%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%2361c3e1%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Group_10%22%20data-name%3D%22Group%2010%22%20transform%3D%22translate%281985%20-387%29%22%3E%20%3Crect%20id%3D%22Rectangle_2%22%20data-name%3D%22Rectangle%202%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2051.385%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_3%22%20data-name%3D%22Rectangle%203%22%20class%3D%22cls-2%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2065.468%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_4%22%20data-name%3D%22Rectangle%204%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2079.551%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    left: 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.homepage-price::after {
    content: '';
    background: url(/tickchak/images/as.jpg);
    background-size: cover;
    height: 120%;
    width: 120%;
    position: absolute;
    left: -10%;
    top: -10%;
    z-index: -1;
    display: block;
    filter: blur(15px);
    -webkit-filter: blur(15px);
}

.footer-tick {
    float: right;
}

.yalla {
    float: left;
}

.notify {
    border-bottom: 1px solid red;
}
.inp-contact.notify {
    border-bottom: 1px solid red;
}

div.bt.bt-rotate {
    width: 39px;
    height: 39px;
    color: transparent;
    position: relative;
}

div.bt.bt-rotate::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    border: solid 3px #01acf1;
    border-radius: 50%;
    font-family: 'Heebo';
}

.hse-logo {
    width: 250px;
    height: 180px;
    margin-right: calc(50% - 100px);
    margin-top: 125px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.as .hse-logo {
    background-image: url(/tickchak/images/as.png);

}

.gula .hse-logo {
    background-image: url(/tickchak/images/logo-gula.png);

}


.htc-left-event-gotoEvent a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homepage-simplecontact{
    background: #fff;
    padding-top: 50px;
}
.contact {
    background: #fff;
    padding: 80px 0;
    color:#95989a;
}

.contact-w {
    width: 1100px;
    margin: 0 auto;
}

.contact-w::after {
    content:'';
    display:block;
    clear:both;
}

.contact-right, .contact-left {
    width: 50%;
    float: right;
    text-align: center;
}
.contact-right {
    text-align: right;
}

.contact-left-in {
    width: 270px;
    padding-top: 92px;
    display: inline-block;
}

.inp-contact {
    display: block;
    width: 80%;
    margin: 12px 10%;
    border: none;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    padding: 5px 8px;
    resize: none !important;
    outline:none;
    box-sizing: border-box;
}

p.contact-bt-send {
    display: block;
    margin: 12px 10% 26px 0;
    float: right;
    width: 100px;
    text-align: center;
    border: solid 1px #818181;
    color: #818181;
    padding: 6px;
    border-radius: 30px;
    cursor: pointer;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
}
p.contact-bt-send.sending {
    border-color:#fff;
    cursor:default;
    pointer-events:none;
}

.contact-left a {
    display: block;
    font-size: 18px;
    text-align: left;
    direction: ltr;
}
.contact-left a.contact-a-phone::before {
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066.3%2067%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%2029%20copy%203%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M25.1%2C18.13l4.74%2C6.12.06.09a2.81%2C2.81%2C0%2C0%2C1%2C.54%2C2.2%2C2.85%2C2.85%2C0%2C0%2C1-.39%2C1.13l-.05.08a2.66%2C2.66%2C0%2C0%2C1-.77.79l-.07.07-2.3%2C1.67a2%2C2%2C0%2C0%2C0%2C.31%2C2%2C28.48%2C28.48%2C0%2C0%2C0%2C3.4%2C4.06h0a28.86%2C28.86%2C0%2C0%2C0%2C4.06%2C3.4%2C2%2C2%2C0%2C0%2C0%2C2%2C.32l1.73-2.37h0a3.27%2C3.27%2C0%2C0%2C1%2C.89-.83%2C3.06%2C3.06%2C0%2C0%2C1%2C1.14-.4h0a3.28%2C3.28%2C0%2C0%2C1%2C1.17.07l.07%2C0a3%2C3%2C0%2C0%2C1%2C1%2C.53l6.12%2C4.74.09.1a2.79%2C2.79%2C0%2C0%2C1%2C.74.91h0A3.12%2C3.12%2C0%2C0%2C1%2C49.9%2C44a3%2C3%2C0%2C0%2C1-.21%2C1.27h0a2.87%2C2.87%2C0%2C0%2C1-.75%2C1.06%2C8.09%2C8.09%2C0%2C0%2C1-1.46%2C1.1l-.07%2C0a10.69%2C10.69%2C0%2C0%2C1-2%2C.91A16.49%2C16.49%2C0%2C0%2C1%2C35%2C48.2a26.14%2C26.14%2C0%2C0%2C1-10-6.36%2C26.21%2C26.21%2C0%2C0%2C1-6.35-10%2C16.41%2C16.41%2C0%2C0%2C1-.23-10.38%2C10.66%2C10.66%2C0%2C0%2C1%2C.93-2.07h0a9.42%2C9.42%2C0%2C0%2C1%2C1.11-1.46%2C2.88%2C2.88%2C0%2C0%2C1%2C1.07-.75l.1%2C0A3.32%2C3.32%2C0%2C0%2C1%2C22.85%2C17a2.88%2C2.88%2C0%2C0%2C1%2C1.25.33l.07%2C0%2C.93.79Zm2.79%2C7.63h0l-4.75-6.11h0a.33.33%2C0%2C0%2C0-.14-.13l0%2C0a.58.58%2C0%2C0%2C0-.24%2C0%2C.46.46%2C0%2C0%2C0-.19%2C0h0a1%2C1%2C0%2C0%2C0-.19.15%2C6.09%2C6.09%2C0%2C0%2C0-.79%2C1.05%2C7.73%2C7.73%2C0%2C0%2C0-.71%2C1.55A13.87%2C13.87%2C0%2C0%2C0%2C21%2C31.06a23.56%2C23.56%2C0%2C0%2C0%2C5.76%2C9%2C23.49%2C23.49%2C0%2C0%2C0%2C9%2C5.76%2C14.09%2C14.09%2C0%2C0%2C0%2C8.85.25%2C9%2C9%2C0%2C0%2C0%2C1.51-.69l0%2C0a5.37%2C5.37%2C0%2C0%2C0%2C1.07-.8.42.42%2C0%2C0%2C0%2C.12-.18h0v0a.34.34%2C0%2C0%2C0%2C0-.23.49.49%2C0%2C0%2C0-.05-.23h0a.65.65%2C0%2C0%2C0-.11-.13l-.05-.05L41.13%2C39h0c-.06%2C0-.12-.06-.18-.1h0a.56.56%2C0%2C0%2C0-.21%2C0h0a.6.6%2C0%2C0%2C0-.21.09v0a.33.33%2C0%2C0%2C0-.16.14v0l-1.86%2C2.57a1.35%2C1.35%2C0%2C0%2C1-.4.37%2C4.22%2C4.22%2C0%2C0%2C1-4.85-.3%2C31.5%2C31.5%2C0%2C0%2C1-4.41-3.67h0a33.52%2C33.52%2C0%2C0%2C1-3.68-4.39%2C4.28%2C4.28%2C0%2C0%2C1-.3-4.85%2C1.31%2C1.31%2C0%2C0%2C1%2C.33-.36l2.53-1.85.08-.07a.35.35%2C0%2C0%2C0%2C.13-.12l0%2C0a.68.68%2C0%2C0%2C0%2C.05-.21A.47.47%2C0%2C0%2C0%2C28%2C26a.62.62%2C0%2C0%2C0-.06-.14l0-.05ZM25.1%2C18.14Zm0%2C0Z%22%2F%3E%3C%2Fsvg%3E');
    display: inline-block;
    position: relative;
    /*margin: 0 0px 0 10px;*/
    width: 32px;
    height: auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.contact-left a.contact-a-email::before {
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066.3%2067%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%2029%20copy%202%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M14.4%2C18.92H51.84a1.52%2C1.52%2C0%2C0%2C1%2C1.55%2C1.48v27a1.51%2C1.51%2C0%2C0%2C1-1.55%2C1.49H14.4a1.52%2C1.52%2C0%2C0%2C1-1.56-1.49v-27a1.53%2C1.53%2C0%2C0%2C1%2C1.56-1.48Zm35.87%2C4.24h0L33.77%2C38.79a1%2C1%2C0%2C0%2C1-1.33%2C0L16%2C23.16V46H50.26V23.16ZM49%2C21.88H17.25l15.85%2C15L49%2C21.88Z%22%2F%3E%3C%2Fsvg%3E');
    display: inline-block;
    position: relative;
    /*margin: 0 0px 0 10px;*/
    width: 32px;
    height: auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.contact-w h1,.contact-w h4 {
    text-align: right;
    font-weight: 100;
}
.homepage-events-bydate {
    position: absolute;
    width: 100%;
    height: 834px;
    top: 0px;
    background: #3C3C3C;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
    z-index: 1;
}
.calendaropen .homepage-events-bydate{
    visibility: visible;
    opacity: 1;
 }
.calendaropen .homepage-events-more{
    display: none;
}
.calendaropen .hec-events-evnet{
    width: 45%;
    margin-left: 5%;
    margin-bottom: 20px;
}
.calendaropen .hec-events-evnet:last-child{
    /*margin-bottom: 0px;*/
}

.he-bydate-calendar,.he-bydate-events{
    float: right;
    width: 50%;
    height: 100%;
}
.he-bydate-calendar{
    color: #fff;
    font-weight: 100;
    text-align: center;
}
.he-bydate-events{
background: #61C4E2;
 }
.he-bydate-calendar-Y,.he-bydate-calendar-M,.he-bydate-calendar-D{
    width: 100%;
    border-bottom: 1px solid #848484;
}
.he-bydate-calendar-Y{
    margin-top: 40px;
    height: 80px;
    border-top: 1px solid #848484;
}
.he-bydate-calendar-M{
    height: 40px;
}
.he-bydate-calendar-D {
    height: 560px;
    position: relative;
    overflow: hidden;
}
.he-bydate-calendar-Y div{
    width: 16%;
    font-size: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.he-bydate-calendar-M div{
    display: inline-block;
    width: 7.5%;
    font-size: 26px;
    position: relative;
    cursor: pointer;
}
.he-bydate-calendar-Y div.selected::after{
    content: "";
    position: absolute;
    background: #61C4E2;
    height: 10px;
    width: 80%;
    top: -10px;
    right: 10%;
}
.he-bydate-calendar-Y div.selected{
    font-weight: 900;
}
.he-bydate-calendar-M div.selected::after{
    content: attr(data-hint);
    position: absolute;
    background: #61C4E2;
    height: 10px;
    width: 80%;
    top: 40px;
    right: 10%;
    font-size: 20px;
    line-height: 42px;
}
.he-bydate-container{
    height: 690px;
    margin: 40px;
    overflow: auto;
}
.he-bydate-container::-webkit-scrollbar {
    width: 8px;
}
.he-bydate-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 12px #fff;
    border: 0px solid transparent;
    background-clip: content-box;
}
.he-bydate-container::-webkit-scrollbar-thumb {
    background: #3C3C3C;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.heb-calendar-Dd-text,.heb-calendar-Dd-num,.heb-calendar-Dd-month{
    display: inline-block;
}
.heb-calendar-Dd-num {
    font-size: 250px;
    font-weight: 900;
    color: #61C4E2;
}
.heb-calendar-Dd-text,.heb-calendar-Dd-month {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    top: -75px;
}
.heb-calendar-Dd-text {
    left: 10px;
}
.heb-calendar-Dd-month {
    right: 10px;
}
.slide-up, .slide-down {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    right: 50%;
}
.slide-down {
    top: 330px;
}
.slide-up{
    top: 2px;
}
.slide-up:after,.slide-down:after{
    content: "";
    position: absolute;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221414.785%206028.215%2047.469%2029.038%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23666%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Asset_1%22%20data-name%3D%22Asset%201%22%20class%3D%22cls-1%22%20d%3D%22M16.09%2C23.732%2C1.725%2C38.1a5.436%2C5.436%2C0%2C0%2C0%2C7.5%2C7.872L27.467%2C27.61a5.573%2C5.573%2C0%2C0%2C0%2C0-7.757L9.224%2C1.582A5.4%2C5.4%2C0%2C1%2C0%2C1.582%2C9.224Z%22%20transform%3D%22translate%281414.786%206057.252%29%20rotate%28-90%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat:no-repeat ;
    background-size: contain;
    width: 45px;
    height: 45px;
    left: calc(50% - 45px);
    transition: opacity 400ms ;
    -webkit-transition: opacity 400ms ;
}
.slide-down:after{
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221414.785%206434.215%2047.469%2029.038%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23666%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Asset_1%22%20data-name%3D%22Asset%201%22%20class%3D%22cls-1%22%20d%3D%22M16.09%2C23.732%2C1.725%2C38.1a5.436%2C5.436%2C0%2C0%2C0%2C7.5%2C7.872L27.467%2C27.61a5.573%2C5.573%2C0%2C0%2C0%2C0-7.757L9.224%2C1.582A5.4%2C5.4%2C0%2C1%2C0%2C1.582%2C9.224Z%22%20transform%3D%22translate%281462.253%206434.216%29%20rotate%2890%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat:no-repeat ;
}
.slide-up.disabled::after,.slide-down.disabled::after{
    opacity: 0.2;
    cursor: auto;
}

.swiper-slide {
    background-size:cover;
    background-position:center center;
    width:58%;
    transform: scale(1);
    transition:box-shadow 1000ms, transform 350ms;
}
.swiper-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.72);
    transition:background-color 700ms;
}

.swiper-slide.swiper-slide-active {
    box-shadow: 0 0 310px 66px #000;
    z-index: 99;
    transform: scale(1.15);
}

.swiper-slide-active::before{
    background-color: rgba(0,0,0,0);
}

.swiper-slide-next::before, .swiper-slide-prev::before {
    background-color: rgba(0,0,0,.44);
}

.swiper-slide-next:hover, .swiper-slide-prev:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 800px) {

    .swiper-slide {
    background-size:cover;
    background-position:center center;
    width:86%;
}

}






.slide-brodet {
    background-image:url(/tickchak/images/home_brodet.jpg);
}
.slide-gula {
    background-image:url(/tickchak/images/home_gula.jpg);
}
.slide-loop {
    background-image:url(/tickchak/images/home_loop.jpg);
}

.het-category {
    opacity: 1;
/*    pointer-events: none;*/
}


.homepage-menu .hmm-recommend-face{
    position: absolute;
    width: 5%;
    height: 0;
}
.homepage-menu-menu a.hmm-recommend-face:hover {
    border-bottom: 0;
}
.hmm-recommend-face::after{
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201298%202500%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%233c5a9a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Efacebook-2%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M842.51%2C2499.7V1359.6H1225.2l57.29-444.32h-440V631.6c0-128.64%2C35.72-216.31%2C220.21-216.31l235.28-.11V17.79C1257.29%2C12.39%2C1117.63.3%2C955.15.3%2C615.92.3%2C383.68%2C207.35%2C383.68%2C587.61V915.29H0v444.32H383.67V2499.72l458.84%2C0Z%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
}
.he-bydate-calendar-D .contain {
    width: 95%;
    margin: 100px auto;
    overflow: visible;
}
.homepage .homepage-events.calendaropen{
    z-index: 6;
}
.he-bydate-close.close::after{
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.88%2032.88%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%233C3C3C%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%223.4%22%20x2%3D%2229.19%22%20y2%3D%2229.63%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%2229.63%22%20x2%3D%2229.19%22%20y2%3D%223.4%22%2F%3E%3C%2Fsvg%3E');
    width:20px;
    height:20px;
}
div.bt.homepage-eventsday-more{
    display: none;
}
.he-bydate-events-numEvents{
    display: none;
}
.he-bydate-calendar-M div.he-bydate-calendar-M-container{
    width: 100%;
}
.he-bydate-container div[class^='homepage-events-container'] {
    border: 0;
}
.hece-evnet-details-date.past {
    border: 1px solid;
    padding: 0px 10px;
}
.hec-events-evnet-outofstock {
    position: absolute;
    background: red;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-right: 2px;
    color: #fff;
    left: 10px;
    top: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    opacity: 1;
    transition: all 500ms;
    z-index: 1;
    line-height: 1;
    padding-top: 13px;
    font-size: 14px;
}

.hec-events-evnet-outofstock.hidden{
    display: none;
}
.hec-events-evnet:hover .hec-events-evnet-outofstock{
    opacity: 0.5;
}
.ht-title{
    position: absolute;
    width: 35%;
    right: 20%;
    top: 23%;
    z-index: 2;
    color: #fff;

}
.hcc-d-terms {
    margin-top: 28px;
}
.hcc-d-terms a {
    padding-right: 31px;
    color: #01acf1;
    text-decoration: underline;
}
._cb{
    cursor: pointer;
}
._cb::before{
    content: '';
    width: 12px;
    height: 12px;
    border:1px solid #01acf1;
    line-height: 9px;
    padding: 3px;
    text-indent: 0;
    position: absolute;
    right: 1px;
    top: 1px;
}
._cb.selected::before{
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048.09%2031.47%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2301acf1%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ev%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%221.49%22%20y1%3D%2214.68%22%20x2%3D%2215.23%22%20y2%3D%2229.95%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%2246.8%22%20y1%3D%221.53%22%20x2%3D%2213.23%22%20y2%3D%2229.95%22%2F%3E%3C%2Fsvg%3E');
}
.hcc-details li[name="terms"] {
    display: none;
}

@media screen and (max-width: 1200px) {
   .bt.hcc-quick-registration{
       display:none;
   }
    .homepage-concat{
        height: 450px;
        margin-top: -500px;
    }
    .hcc-quick-reg-container {
        position: absolute;
        display: block;
        width: 40%;
        top: 86%;
        text-align: center;
        right: -5%;
    }
    .bt.hcc-quick-reg-fb, .bt.hcc-quick-reg-gl {
        border: solid 1.5px #61C4E2;
        display: inline-block;
        width: 100px;
        text-align: left;
        margin: 0 auto;
        padding: 5px 0px;
        margin-bottom: 7px;
        position: relative;
        float: unset;
        padding-left: 10px;
    }
    .bt.hcc-quick-reg-fb::before, .bt.hcc-quick-reg-gl::before{
        top: 4px;
    }
    .bt.hcc-bt-send {
        background-color: #61C4E2;
        color: white;
        padding: 5px 12px;
    }

}


@media screen and (max-width: 800px) {

    .INDDesktop #INDmenu-btn {
        top: 0 !important;
    }

    .homepage-specificevent .hse-img, .homepage-specificevent .hse-text {
        float: none;
        width: 100%;
    }
    .homepage-specificevent .hse-img{
        height: 30%;
    }
    .homepage-specificevent .hse-text{
        height: 70%;
    }
    .hse-text-container {
        width: 90%;
        margin: 0px auto;
    }

    .hse-text-productiont {
        margin: 10px;
    }

    .hse-text-content {
        font-size: 15px;

    }

    li.homepage-bottom {
        font-size: 14px;
        padding: 10px 4px;
    }

    .display .homepage-concat {
        overflow: hidden;
    }

    .homepage-concat-container{
        min-width:0;
    }

    .hcc-details{
        width:100%;
    }

    .homepage .hcc-symbol {
        width: 50px;
        top: 0px;
        left: 65px;
        position: absolute;
        z-index: 0;
    }

    .hcc-production {
        width: 48%;
    }

    .hcc-producer{
        margin-left:0;
        width:100%;
    }

    .hcc-quick-reg-container{
        position: relative;
        float: left;
        bottom: 41px;
        width: auto;
        right: 7px;
    }

    .bt.hcc-quick-reg-fb, .bt.hcc-quick-reg-gl {
        border: solid 1.5px #61C4E2;
        display: inline-block;
        width: 95px;
        text-align: left;
        margin: 0 auto;
        padding: 7px 0px;
        margin-bottom: 7px;
        position: relative;
        float: unset;
        padding-left: 5px;
    }

    .bt.hcc-quick-reg-gl{
        padding-left: 22px;
    }

    .bt.hcc-quick-reg-fb::before, .bt.hcc-quick-reg-gl::before{
        top: 5px;
    }

    .bt.hcc-bt-send {
        padding: 5px 3px;
    }

    .hcc-create-account {
        margin: 0 4%;
    }

    .hcc-production{
        display: none;
    }

    .hcc-details-send {
        float: right;
        margin-top: 5%;
    }

    .bt.hcc-bt-send {
        text-align: center;
    }

    .homepage-menu-logo .the-logo {
        background-size: contain;
        height: 100px;
        width: 100px;
        top: -10px;
        right: 20px;
    }

    .homepage-menu .hm-gotafik-btn {
        width: 80px;
        height: 80px;
        z-index: 11;
        top: inherit;
        left: 10px;
        bottom: 10px;

        position: fixed;
    }

    .homepage-menu .hm-gotafik-btn::after {
        top: 5px;
        left: -7px;
        font-size: 19px;
    }

    .homepage-menu-menu {
        padding-top: 4px;
    }

    .homepage-menu-lang {
        position: absolute;
        left: 40px;
        top: 30px;
    }

    .homepage-menu-menu ul li {
        display: none;
    }

    .homepage-title video {
        margin-top: 0px;
        height: 100%;
        width: auto;
    }

    .htc-right-title {
        font-size: 20px;
        margin-right: 35%;
    }
    div.bt.htc-right-tafik{
        display: none;
    }

    .htc-right-content {
		font-size: 12px;
		width: 56%;
		margin-right: 35%;
		margin-top: 0%;
		line-height: 14px;
		font-weight: unset;
		padding-top: 0;
    }

    .htc-right, .htc-left {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .htc-left-event {
        margin-top: 65px;
        float: right;
        width: 100%;
    }

    .htc-right {
        height: 252px;
        padding-top: 60px;
    }
    .htc-left {
        height: 190px;
    }
    .htc-left-event-img {
        right: -36px;
        width: 183px;
        height: 500px;
        top: -275px;
        background-size: cover;
    }

    .homepage-title .swiper-wrapper .slide-gula .htc-left-event-img {
        width: 395px;
        top: -260px;
        right: -127px;
    }
    .homepage-title .swiper-wrapper .slide-loop .htc-left-event-img {
        width: 315px;
        top: -275px;
        right: -135px;
    }

    .scroll-menue .hm-gotafik-btn {
        top:inherit;
    }

    .scroll-menue .homepage-menu-logo .the-logo {
        all:inherit;
    }

    .hetc-title {
        font-size: 18px;
        width: 100%;
    }

    .hetc-event::after {

    }

    .hetc-top-container, .hetc-bottom-container {
        width: 95%;
        padding-top: 10px;
    }

    .hetc-specific-event-img, .hetc-specific-event-text {
        width: 100%;
        float: none;
        height: 50%;
    }

    .hetc-specific-event-text-container {
        margin: 50px auto;
        width: 90%;
    }

    .hetc-specific-event-text-container p {
        font-size: 14px;
        margin-top: -15px;
    }

    .hetc-specific-event-tag {
        width: 240px;
        height: 60px;
        font-size: 20px;
        left: calc(50% - 120px);
    }

    .hetc-event::after {
        width: 30px;
        height: 30px;
        background-size: contain;
        left: calc(50% - 12px);
        top: 0px;
    }

    .hetc-events-title {
        margin-top: 40px;
        font-size: 16px;
    }

    .homepage-about-container {
        width: 95%;
        margin: 0 auto;
    }

    .tslider-sec {
        background-size: 40px 40px;
        padding-top: 40px;
        margin: 0 1%;
        width: 14%;
    }

    .hse-logo {
        margin: 0 auto;
        width: 130px;
        height: 130px;
    }

    .hse-text-content::after {
        left: -12px;
    }

    .homepage-productionLogo-container div {
        width: 26%;
        /*height: 20%;*/
    }

    .homepage-productionLogo-container {
        padding-top: 0;
        width: 95%;
    }

    .hetc-event {
        width: 50%;
    }
    .hetc-specific-event-close.close::after{
        top: -20px;
        left: 3px;
    }
    .tslider-top {
        font-size: 16px;
        margin-top: 10px;
        overflow-x: auto;
    }
    .tslider-top::-webkit-scrollbar {
        width: 0px;
    }
    .tslide-bg {
        float: none;
        height: 40%;
        width: 100%;
        background-position: 9px -2px;

    }
    .tslide-p1 {
        float: none;
        width: 100%;
        height: 50%;
    }
    .bt.ha-createEvent {
        height: 45px;
        width: 208px;
        padding: 0px;
        top: unset;
        bottom: 0px;
        text-align: center;
        right: calc(50% - 104px);
    }
    .tslide-p1, .tslide-p2 {
        padding: 16px;
    }
    .tslide-p1 p{
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .tslide h1 {
        font-size: 30px;
        text-align: center;
    }
    .opened .hetc-events.transport,.opened .hetc-events.register ,.opened .hetc-events.seats,.opened .hetc-events.goose{
        margin-top: 0px;
    }
    .opened .hetc-specific-event {
        top: 188px;
    }
    .opened .hetc-events.showing{
         margin-top: 560px;
     }
    .opened.second .hetc-specific-event{
        top:310px;
    }
    .opened.second .hetc-events.showing,.opened.second .hetc-events.register,.opened.second .hetc-events.goose{
        margin-top: 0px;
    }
    .opened.second .hetc-events.transport{
        margin-top: 688px;
    }
    .opened.third .hetc-specific-event{
        top:430px;
    }
    .opened.third .hetc-events.showing ,.opened.third .hetc-events.transport,.opened.third .hetc-events.goose{
        margin-top: 0px;
    }
    .opened.third .hetc-events.register {
        margin-top: 820px;
    }
    .opened.fourth .hetc-events.goose {
        margin-top: 940px;
    }
    .opened.fourth .hetc-events.showing ,.opened.fourth .hetc-events.transport,.opened.fourth .hetc-events.register{
        margin-top: 0px;
    }
    .opened.fourth .hetc-specific-event{
        top:550px;
    }
    .opened.fifth .hetc-events.showing ,.opened.fifth .hetc-events.transport,.opened.fifth .hetc-events.register,.opened.fifth .hetc-events.goose{
        margin-top: 0px;
    }
    .opened.fifth .hetc-specific-event{
         top:670px;
     }


    .hetc-specific-event.register::after {
        right: 35%;
        bottom: -10px;
    }
    .hetc-specific-event.lector::after,.hetc-specific-event.visitor::after,.hetc-specific-event.register::after{
        right: 16.5%;
        top: -10px;
    }
    .hetc-specific-event.card::after,.hetc-specific-event.transport::after,.hetc-specific-event.culture::after{
        right: 47.5%;
        top: -10px;
    }
    .hetc-specific-event.showing::after,.hetc-specific-event.seats::after{
        right: 79.5%;
        top: -10px;
    }
   .hetc-specific-event.goose::after {
        right: 46.5%;
        top: -10px;
    }
    .hetc-specific-event-tag::after {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .htc-left-ed-producer {
        font-size: 14px;
        font-weight: 500;
    }
    .hec-events-evnet {
        width: 100%;
    }
    .het-search input{
        margin: 0;
        display: none;
    }
    .het-search::after{
        top: 15%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        left: 33%;
    }
    .het-cellular-menu {
        display: inline-block;
        position: absolute;
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%222047%20-335.615%2043.536%2037.615%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%2361c3e1%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Group_10%22%20data-name%3D%22Group%2010%22%20transform%3D%22translate%281985%20-387%29%22%3E%20%3Crect%20id%3D%22Rectangle_2%22%20data-name%3D%22Rectangle%202%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2051.385%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_3%22%20data-name%3D%22Rectangle%203%22%20class%3D%22cls-2%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2065.468%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_4%22%20data-name%3D%22Rectangle%204%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2079.551%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
        height: 23px;
        width: 23px;
        right: 70%;
        top: 1.5%;
        cursor: pointer;
        background-repeat: no-repeat;
    }
    .het-cellular-menu::before {
        content: '';
        border: 0.4px solid #585858;
        margin-right: 40px;
        position: absolute;
        height: 72px;
        bottom: -24px;
    }
    /**/
    .cell-menu-cont {
        position: fixed;
        z-index: 10;
        width: 100%;
        bottom: 15%;
    }
    .cell-menu-cont div {
        border-bottom: 0.1px solid #585858;
        height: 50px;
        width: 100%;
        position: relative;
        display: inline-block;
        color: #8e8e8e;
        text-align: center;
        background-color: #3c3c3c;
        line-height: 45px;
        font-weight: 400;
    }
    .cell-menu-title {
        pointer-events: none;
        color: #62c1e1 !important;
        text-align: right !important;
        padding-right: 10%;
        height: 74px !important;
        line-height: 65px !important;
    }
    .cell-menu-title p {
        position: absolute;
        left: 3%;
        height: 45%;
        width: 8%;
        top: 19%;
        cursor: pointer;
        z-index: 1;
        pointer-events: all;
    }
    .cell-menu-title p::after{
        content: '';
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.88%2032.88%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2362c1e1%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%223.4%22%20x2%3D%2229.19%22%20y2%3D%2229.63%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%2229.63%22%20x2%3D%2229.19%22%20y2%3D%223.4%22%2F%3E%3C%2Fsvg%3E');
        width: 100%;
        height: 55%;
        position: absolute;
        background-repeat: no-repeat;
        top: 29%;
    }
    /**/

    .het-category {
        width: 20%;
    }
    .het-category li{
        display: none;
    }
    .het-byDate{
        min-width: unset;
        width: 60%;
        padding: 8px 45px 0px 0px;
    }
    .het-byDate::before{
        background-repeat: no-repeat;
        position: absolute;
        width: 26px;
        height: 26px;
        right: 8px;
        top: 9px;
        background-size: 85%;
    }
    .het-search{
        min-width: unset;
        width: 20%;
        top: -3%;
        right: 4%;
    }
    /*.homepage-events-all{*/
        /*height: 1280px;*/
    /*}*/

    .homepage .homepage-events{
        height: 1410px;
    }

    .homepage-title-container {
        width: 90%;
        max-width: 800px;
        min-width: 320px;
        height: 100%;
        margin: 0 auto;
    }

    .lector .hetc-event.svg::after {
        left: calc(50% - 8px);
    }
    .hece-evnet-details-title {
        font-size: 18px;
    }
    .hece-evnet-details-about {
        font-size: 12px;
    }
    .hece-evnet-details-date-time {
        right: 65px;
    }
    .bt.hcc-quick-registration {
        position: absolute;
        top: 409px;
        right: 24%;
    }
    .hcc-details-container {
        padding: 0 20px;
    }
    .contact-w {
        width:100%;
    }

    .contact-right, .contact-left {
        width:100%;
    }

    .contact-left-in {
        padding-top:0;
    }

    .contact h1 {
        padding: 0 20px;
    }

    .he-bydate-calendar, .he-bydate-events {
        float: none;
        width: 100%;
    }
    .he-bydate-calendar {
        height: 269.5px;
    }
    .he-bydate-events {
        height: auto;
    }
    .he-bydate-calendar-D .contain {
        width: 100%;
        margin: 0px auto;
    }
    .slide-up{
        top: 20px;
    }
    .slide-down {
        top: 155px;
    }
    .he-bydate-calendar-Y div {
        width: 15%;
        font-size: 20px;
    }
    .he-bydate-calendar-M div {

    }
    .heb-calendar-Dd-month {
        right: 80%;
    }
    .heb-calendar-Dd-text {
        left: 75%;
    }
    .heb-calendar-Dd-text, .heb-calendar-Dd-month {
        top: 75px;
        font-size: 18px;
        position: absolute;
    }
    .heb-calendar-Dd-num {
        line-height: 176px;
        font-size: 126px;
    }
    .he-bydate-calendar-D {
        height: 180px;
    }
    .calendaropen .hec-events-evnet {
        width: 100%;
    }
    .he-bydate-container {
        margin: 30px 10px 0px 10px;
        overflow: hidden;
    }
    .he-bydate-events {
        position: absolute;
        z-index: 7;
    }
    .he-bydate-close.close::after{
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.88%2032.88%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2361C4E2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%223.4%22%20x2%3D%2229.19%22%20y2%3D%2229.63%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%2229.63%22%20x2%3D%2229.19%22%20y2%3D%223.4%22%2F%3E%3C%2Fsvg%3E');
    }
    .slide-up:after, .slide-down:after{
        width: 30px;
        left: -20px;
    }
    .htc-left-event-details div {
        display: inline-block;
        margin: 0;
        height: 25px;
        vertical-align: middle;
    }
    .htc-left-event-details, .htc-left-event-gotoEvent {
        float: none;
    }
    .htc-left-event-details {
        height: 25px;
        width: 98%;
        margin: 0 auto;
    }
    .htc-left-event-gotoEvent {
        margin-top: 1px;
        width: 100px;
        float: left;
    }
    .scroll-menue .homepage-menu{
        all:inherit;
    }
    .homepage-menu {
        height: 60px;
    }

    .display .homepage-title {
        margin-top: 400px;
    }
    .homepage-menu .homepage-menu-small{
        visibility: visible;
        opacity: 1;
    }
    .homepage .homepage-title {
        margin-top: 0;
        top: 60px;
        height: 250px;
    }
    .mobile .homepage-menu-menu {
        position: absolute;
        visibility: visible;
        width: 170px;
        height: 450px;
        left: 0px;
        background: #fff;
    }
    .mobile .homepage-menu-menu ul{
        display: block;
        width: 70%;
        margin:60px auto;
    }
    .mobile .homepage-menu-menu ul li{
        display: block;
        width: 100%;
        line-height: 50px;
        text-align: right;
        font-size: 19px;

    }
    .mobile .homepage-menu-menu .hmm-recommend-face::after {
        left: -20px;
        top: 14px;
    }
    .hec-events {
        width: 93%;
    }
    .display .homepage-dummy {
        height: 310px;
    }
    /*.mobile .homepage-title-container{*/
        /*filter: blur(15px);*/
        /*-webkit-filter: blur(15px);*/
    /*}*/
    .mobile .section :not(.homepage-menu) {
        filter: blur(15px);
        -webkit-filter: blur(15px);
    }
    .search-open .het-search{
        top: 0;
        width: 100%;
    }
    .search-open .het-search input{
        display: block;
        width: 100%;
        height: 70%;
        padding: 20px;
        background-color: #3c3c3c;
    }
    .search-open .het-byDate,.search-open .het-category{
        display: none;
    }
    .homepage-events-title.search-open {
        width: 90%;
        margin: 0 auto;
    }
    .search-open .het-search::after{
        top: 7px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        left: 4px;
    }
    .he-bydate-calendar-M div.selected::after{
        all: unset;
    }
    .he-bydate-calendar-M{
        overflow-x: auto;
        height: 45px;
    }
    .he-bydate-calendar-M div.he-bydate-calendar-M-container {
        width: 190%;
    }
    .he-bydate-calendar-Y, .he-bydate-calendar-M, .he-bydate-calendar-D{
        border-bottom: 0;
    }
    .he-bydate-calendar-Y {
        height: 50px;
    }
    .he-bydate-container div[class^='homepage-events-container'] {
        border: 0;
        margin-bottom: 10px;
    }
    .he-bydate-calendar-Y div.selected::after{
        all:unset;
    }
    .he-bydate-events-numEvents {
        text-align: center;
        color: #fff;
        padding-top: 4px;
    }
    .bt.btb.homepage-eventsday-more {
        z-index: 7;
        bottom: -42.5px;
        position: absolute;
        left: calc(50% - 63.5px);
    }
    .he-bydate-events-numEvents{
        display: block;
    }
    .he-bydate-calendar-M::-webkit-scrollbar {
        width: 0px;
    }
    .he-bydate-calendar-M::-webkit-scrollbar-track {
        all:unset;
    }
    .he-bydate-calendar-M::-webkit-scrollbar-thumb {
        all:unset;
    }
    .tslider-w {
        height: 440px;
    }
    .tslider-top-container {
        width: 250%;
    }
    .tslider-bg {
        margin: 30px 0;
    }
    .tslider-bg p:nth-child(1) {
        right: 7%;
    }
    .tslider-bg p:nth-child(2) {
        right: 24%;
    }
    .tslider-bg p:nth-child(3){
        right: 40%;
    }
    .tslider-bg p:nth-child(5){
        right: 73%;
    }
    .tslider-bg p:nth-child(6){
        right: 89%;
    }
    .homepage .homepage-eventTypes {
        height: 715px;
    }
    .homepage .homepage-eventTypes.opened{
        height: 1165px;
    }
    .hetc-events.goose {
        margin-right: 32%;
    }
    .ht-title {
        right: unset;
        left: 1%;
        width: 100%;
    }




    /*.hetc-events:nth-child(3n-2) .hetc-specific-event::after{*/
        /*right: 20%;*/
        /*top: -10px;*/
    /*}*/


}










.homepage-admin .hec-events-evnet{
    overflow:visible;
}
.homepage-admin .hec-events-evnet:hover .hec-events-evnet-img {
    height:65%;
    opacity: 1;
    margin-top: 0;
}
.homepage-admin .hec-events-evnet:hover .hec-events-evnet-details {
    height:105.3px;
}
.homepage-admin div.hec-events-evnet:hover .hec-eed-taketicket{
    display:none;
}
.homepage-admin .hec-events-evnet:hover .hece-evnet-details-title {
    padding-top: 0;
}
.homepage-admin .hec-events-evnet:hover .hece-evnet-details-about {
    height: 35%;
}


._zst {

    background: #fff;
    border: 1px solid #7d7d7d;
    width: 70px;
    padding: 1px 7px;
    position: relative;
    border-radius: 14px;
    cursor: pointer;
    vertical-align: middle;
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    display: inline-block;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.85);
    font-size: 13px;
    font-weight: 500;
}

._zst {

    background: #fff;
    border: 1px solid #7d7d7d;
    width: 70px;
    padding: 1px 7px;
    position: relative;
    border-radius: 14px;
    cursor: pointer;
    vertical-align: middle;
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    display: inline-block;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.85);
    font-size: 13px;
    font-weight: 500;
}

._zst::before {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    background: #01acf1;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    left: 50px;
}

._zst::after {
    content: attr(data-text);
    display: inline-block;
}

/* status RED */
._zstr {
    background: #cccccc;
    text-align: right;
}

._zstr::before {
    left: 4px;
    background: #a2a1a1;
}

/* status DISABLED */
._zstf {
    cursor: default;
    text-align: right;
    pointer-events: none;
    opacity: .5;
}

._zstf::before {
    left: 2px;
}

/* status AJAXING */
._zstj {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}

._zstj::before {
    content: '';
    background: url('data:image/svg+xml,%20%3Csvg%20width%3D%2223px%22%20height%3D%2223px%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-disk%22%20style%3D%22animation-play-state%3A%20paused%3B%20animation-delay%3A%20-1s%3B%20background%3A%20none%3B%22%3E%3Cg%20transform%3D%22translate%2850%2C50%29%22%20style%3D%22animation-play-state%3A%20paused%3B%20animation-delay%3A%20-1s%3B%22%3E%3Cg%20ng-attr-transform%3D%22scale%28%7B%7Bconfig.scale%7D%7D%29%22%20transform%3D%22scale%280.7%29%22%20style%3D%22animation-play-state%3A%20paused%3B%20animation-delay%3A%20-1s%3B%22%3E%3Ccircle%20cx%3D%220%22%20cy%3D%220%22%20r%3D%2250%22%20ng-attr-fill%3D%22%7B%7Bconfig.c1%7D%7D%22%20fill%3D%22%230199ff%22%20style%3D%22animation-play-state%3A%20paused%3B%20animation-delay%3A%20-1s%3B%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%220%22%20ng-attr-cy%3D%22%7B%7Bconfig.cy%7D%7D%22%20ng-attr-r%3D%22%7B%7Bconfig.r%7D%7D%22%20ng-attr-fill%3D%22%7B%7Bconfig.c2%7D%7D%22%20cy%3D%22-33%22%20r%3D%2210%22%20fill%3D%22%23ffffff%22%20transform%3D%22rotate%28354%29%22%20style%3D%22animation-play-state%3A%20paused%3B%20animation-delay%3A%20-1s%3B%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%200%200%3B360%200%200%22%20keyTimes%3D%220%3B1%22%20dur%3D%221s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%20style%3D%22animation-play-state%3A%20paused%3B%20animation-delay%3A%20-1s%3B%22%3E%3C%2FanimateTransform%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.thr-pts:hover {
    background: rgba(255,255,255,.12);
    border-radius: 50%;
}



.gray-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:100px;
    overflow:hidden;
}

.hec-events-evnet:hover .gray-overlay::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 118px;
    height: 103px;
    background: linear-gradient(#000, rgba(0,0,0,.33));
    transform: rotate(-45deg);
}

.attach-bt-b,.attach-bt-w{
    display:none;
}
.hec-events-evnet:hover .attach-bt-b, .hec-events-evnet:hover .attach-bt-w {
    display:block;
}

.opers-list li::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #01aaff;
}

.opers-list li.selected::before {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048.09%2031.47%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A8px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ev%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%221.49%22%20y1%3D%2214.68%22%20x2%3D%2215.23%22%20y2%3D%2229.95%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%2246.8%22%20y1%3D%221.53%22%20x2%3D%2213.23%22%20y2%3D%2229.95%22%2F%3E%3C%2Fsvg%3E');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position:center;
}

li.opers-hide-cont.blocked {
    opacity: .5;
    pointer-events: none;
    cursor: default;
}
li.opers-hide-cont.blocked * {
    pointer-events: none;
    cursor: default;
}

.homepage-admin .the-logo .the-logo-edit {
    display:none;
    position: absolute;
    border-radius: 50px;
    height: 37px;
    width: 37px;
    -webkit-box-shadow: 0 0 15px -4px rgba(0,0,0,.85);
    -moz-box-shadow: 0 0 15px -4px rgba(0,0,0,.85);
    box-shadow: 0 0 15px -4px rgba(0,0,0,.85);
    left: 10px;
    top: 10px;
    cursor: pointer;
    background: #01acf1;
}

.homepage-admin .the-logo .the-logo-edit::before {
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2215354%20844%2022.059%2022.026%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Path_72%22%20data-name%3D%22Path%2072%22%20class%3D%22cls-1%22%20d%3D%22M16.7.1a5.431%2C5.431%2C0%2C0%2C0-3.4%2C1.2L12.2.2a.483.483%2C0%2C0%2C0-.7%2C0L5.2%2C6.3a.6.6%2C0%2C0%2C0%2C0%2C.8.483.483%2C0%2C0%2C0%2C.7%2C0l5.8-5.8.9.7L2.2%2C12.4a5.716%2C5.716%2C0%2C0%2C0-1.5%2C3A6.1%2C6.1%2C0%2C0%2C0%2C1%2C18.1l-.3.3h0a2.066%2C2.066%2C0%2C0%2C0-.5%2C2.3%2C2.1%2C2.1%2C0%2C0%2C0%2C3.5.7h0l.3-.2a6.261%2C6.261%2C0%2C0%2C0%2C2.7.3%2C5.716%2C5.716%2C0%2C0%2C0%2C3-1.5L20.5%2C9.2a5.464%2C5.464%2C0%2C0%2C0%2C1.6-3.8A5.357%2C5.357%2C0%2C0%2C0%2C16.7.1ZM6.5%2C19.8h0a3.659%2C3.659%2C0%2C0%2C1-2.3-.4.913.913%2C0%2C0%2C0-1.1.2l-.7.7a.424.424%2C0%2C0%2C1-.6-.6h0l.7-.7a.9.9%2C0%2C0%2C0%2C.1-1.1%2C3.477%2C3.477%2C0%2C0%2C1-.4-2.2c.3-.6.5-1.2.8-1.7l5.1%2C5.1a3.287%2C3.287%2C0%2C0%2C1-1.6.7Zm2.4-1.4h0L3.8%2C13.3l6.6-6.6%2C5.1%2C5.1L8.9%2C18.4ZM16.3%2C11h0L11.2%2C5.9l1.2-1.3%2C5.1%2C5.1L16.3%2C11Zm3-3h0l-1%2C1L13.2%2C3.9l1-1h0a3.471%2C3.471%2C0%2C0%2C1%2C2.5-1%2C3.585%2C3.585%2C0%2C0%2C1%2C3.6%2C3.6%2C3.471%2C3.471%2C0%2C0%2C1-1%2C2.5Z%22%20transform%3D%22translate%2815353.959%20843.95%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.homepage-admin .the-logo {
    border: solid 1px transparent;
    box-sizing: content-box;
    transition: opacity 1ms;
}

.homepage-admin .the-logo:hover {
    border: solid 1px #01acf1;
    box-sizing: content-box;
}

.homepage-admin .the-logo:hover .the-logo-edit {
    display:block;
}



.menu-cont {
    position: absolute;
    top: 10px;
    left: -40px;
    width: 112px;
    z-index: 2;
    background-color: white;
    box-shadow: rgb(149, 149, 149) 0px 2px 20px -2px;
}

.menu-title {
    cursor: default;
    position: relative;
    border-bottom: 1px solid rgb(199, 199, 199);
    color: rgb(1, 172, 241);
    font-weight: 500;
    text-align: center;
    line-height: 31px;
    padding: 2px 0px;
}

.menu-list {
    position: relative;
}

.menu-item {
position:relative;
    cursor:pointer;
}

.menu-item:hover{
    background-color: rgb(241, 241, 241);
}

.menu-item::after{
content:'';
display:block;
clear:both;
}

.menu-item.v::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #01aaff;
}

.menu-item.v.selected::before {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048.09%2031.47%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A8px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ev%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%221.49%22%20y1%3D%2214.68%22%20x2%3D%2215.23%22%20y2%3D%2229.95%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%2246.8%22%20y1%3D%221.53%22%20x2%3D%2213.23%22%20y2%3D%2229.95%22%2F%3E%3C%2Fsvg%3E');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-item.edit::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2215354%20844%2022.059%2022.026%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Path_72%22%20data-name%3D%22Path%2072%22%20class%3D%22cls-1%22%20d%3D%22M16.7.1a5.431%2C5.431%2C0%2C0%2C0-3.4%2C1.2L12.2.2a.483.483%2C0%2C0%2C0-.7%2C0L5.2%2C6.3a.6.6%2C0%2C0%2C0%2C0%2C.8.483.483%2C0%2C0%2C0%2C.7%2C0l5.8-5.8.9.7L2.2%2C12.4a5.716%2C5.716%2C0%2C0%2C0-1.5%2C3A6.1%2C6.1%2C0%2C0%2C0%2C1%2C18.1l-.3.3h0a2.066%2C2.066%2C0%2C0%2C0-.5%2C2.3%2C2.1%2C2.1%2C0%2C0%2C0%2C3.5.7h0l.3-.2a6.261%2C6.261%2C0%2C0%2C0%2C2.7.3%2C5.716%2C5.716%2C0%2C0%2C0%2C3-1.5L20.5%2C9.2a5.464%2C5.464%2C0%2C0%2C0%2C1.6-3.8A5.357%2C5.357%2C0%2C0%2C0%2C16.7.1ZM6.5%2C19.8h0a3.659%2C3.659%2C0%2C0%2C1-2.3-.4.913.913%2C0%2C0%2C0-1.1.2l-.7.7a.424.424%2C0%2C0%2C1-.6-.6h0l.7-.7a.9.9%2C0%2C0%2C0%2C.1-1.1%2C3.477%2C3.477%2C0%2C0%2C1-.4-2.2c.3-.6.5-1.2.8-1.7l5.1%2C5.1a3.287%2C3.287%2C0%2C0%2C1-1.6.7Zm2.4-1.4h0L3.8%2C13.3l6.6-6.6%2C5.1%2C5.1L8.9%2C18.4ZM16.3%2C11h0L11.2%2C5.9l1.2-1.3%2C5.1%2C5.1L16.3%2C11Zm3-3h0l-1%2C1L13.2%2C3.9l1-1h0a3.471%2C3.471%2C0%2C0%2C1%2C2.5-1%2C3.585%2C3.585%2C0%2C0%2C1%2C3.6%2C3.6%2C3.471%2C3.471%2C0%2C0%2C1-1%2C2.5Z%22%20transform%3D%22translate%2815353.959%20843.95%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-item.remove::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url('data:image/svg+xml,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22802.688%201674.369%2012.125%2013.69%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Path_3%22%20data-name%3D%22Path%203%22%20class%3D%22cls-1%22%20d%3D%22M1.8%2C4.3H11.03V2.816H1.017V4.224H1.8V4.3ZM3.6%2C0h4.85A.535.535%2C0%2C0%2C1%2C9%2C.548H9V1.8h2.581a.535.535%2C0%2C0%2C1%2C.548.548h0V4.772a.535.535%2C0%2C0%2C1-.548.548H10.8v7.823a.535.535%2C0%2C0%2C1-.548.548H1.8a.535.535%2C0%2C0%2C1-.548-.548h0V5.319H.469A.523.523%2C0%2C0%2C1%2C0%2C4.772H0V2.347A.535.535%2C0%2C0%2C1%2C.548%2C1.8H3.129V.548A.523.523%2C0%2C0%2C1%2C3.6%2C0ZM7.979%2C1.017H4.146v.626H7.979V1.017Zm-3.755%2C4.3h0v6.1a.336.336%2C0%2C0%2C1-.313.313.336.336%2C0%2C0%2C1-.313-.313v-6.1H2.347v7.275H9.778V5.319H8.527v6.1a.313.313%2C0%2C1%2C1-.626%2C0v-6.1H6.336v6.1a.313.313%2C0%2C0%2C1-.626%2C0v-6.1Z%22%20transform%3D%22translate%28802.688%201674.369%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-item span {
    display:block;
    position: relative;
    color: rgb(92, 93, 93);
    font-weight: 500;
    width: 80%;
    float: left;
    height: 100%;
    text-align: right;
    line-height: 32px;
    padding-right: 15px;
}

.menu-item.v span{
    padding-right:4px;
}

.menu-item.hidden {
    display:none;
}

.upload-zone input {
    display: none;
}

.upload-zone label {
    color: #01aaff;
    border: solid 1px #01aaff;
    margin: 3px auto 9px;
    display: block;
    width: 85%;
    text-align: center;
    border-radius: 20px;
    font-size: 17px;
    cursor: pointer;
    padding: 3px 0;
}

.upload-zone.over label {
    color: transparent;
    border-style: dashed;
    background: #01aaff1c;
}







.homepage-admin .header-edit {
    display:none;
    position: absolute;
    border-radius: 50px;
    height: 45px;
    width: 45px;
    -webkit-box-shadow: 0 0 15px -4px rgba(0,0,0,.85);
    -moz-box-shadow: 0 0 15px -4px rgba(0,0,0,.85);
    box-shadow: 0 0 15px -4px rgba(0,0,0,.85);
    left: 23px;
    top: 23px;
    cursor: pointer;
    background: #01acf1;
    z-index: 105;
}

.homepage-admin .header-edit::before {
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2215354%20844%2022.059%2022.026%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Path_72%22%20data-name%3D%22Path%2072%22%20class%3D%22cls-1%22%20d%3D%22M16.7.1a5.431%2C5.431%2C0%2C0%2C0-3.4%2C1.2L12.2.2a.483.483%2C0%2C0%2C0-.7%2C0L5.2%2C6.3a.6.6%2C0%2C0%2C0%2C0%2C.8.483.483%2C0%2C0%2C0%2C.7%2C0l5.8-5.8.9.7L2.2%2C12.4a5.716%2C5.716%2C0%2C0%2C0-1.5%2C3A6.1%2C6.1%2C0%2C0%2C0%2C1%2C18.1l-.3.3h0a2.066%2C2.066%2C0%2C0%2C0-.5%2C2.3%2C2.1%2C2.1%2C0%2C0%2C0%2C3.5.7h0l.3-.2a6.261%2C6.261%2C0%2C0%2C0%2C2.7.3%2C5.716%2C5.716%2C0%2C0%2C0%2C3-1.5L20.5%2C9.2a5.464%2C5.464%2C0%2C0%2C0%2C1.6-3.8A5.357%2C5.357%2C0%2C0%2C0%2C16.7.1ZM6.5%2C19.8h0a3.659%2C3.659%2C0%2C0%2C1-2.3-.4.913.913%2C0%2C0%2C0-1.1.2l-.7.7a.424.424%2C0%2C0%2C1-.6-.6h0l.7-.7a.9.9%2C0%2C0%2C0%2C.1-1.1%2C3.477%2C3.477%2C0%2C0%2C1-.4-2.2c.3-.6.5-1.2.8-1.7l5.1%2C5.1a3.287%2C3.287%2C0%2C0%2C1-1.6.7Zm2.4-1.4h0L3.8%2C13.3l6.6-6.6%2C5.1%2C5.1L8.9%2C18.4ZM16.3%2C11h0L11.2%2C5.9l1.2-1.3%2C5.1%2C5.1L16.3%2C11Zm3-3h0l-1%2C1L13.2%2C3.9l1-1h0a3.471%2C3.471%2C0%2C0%2C1%2C2.5-1%2C3.585%2C3.585%2C0%2C0%2C1%2C3.6%2C3.6%2C3.471%2C3.471%2C0%2C0%2C1-1%2C2.5Z%22%20transform%3D%22translate%2815353.959%20843.95%29%22%2F%3E%3C%2Fsvg%3E');
    background-size: 21px 21px;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 12px;
    top: 12px;
}


.homepage-admin .homepage-title:hover .header-edit{
    display:block;
}

.homepage-admin .homepage-title:hover::before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    width: calc(100% - 20px);
    height: calc(100% - 31px);
    top: 10px;
    left: 10px;
    border: solid 1px #01aaff;
    z-index: 200;
}

.menu-cont.menu-cont-long {
    left: 20px;
    top: 19px;
    width: 140px;
    z-index: 300;
}

.one-slide .swiper-slide {
    width:100%;
}

.swiper-slide a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homepage-title .header-edit:hover {
    box-shadow: 0 0 6px 1px #fff;
}










.big-display .hec-events-evnet {
    height: 450px;
    width: 32.25%;
}

.big-display div[class^='homepage-events-container'] {
    height: 450px;
}

.big-display .hec-events-evnet-details,
.big-display .hec-events-evnet:hover .hec-events-evnet-details {
    height: 156px;
}

.big-display .hec-events-evnet:hover .hec-events-evnet-img{
height:65%;
margin-top:0;
}


.big-display .hec-events-evnet:hover .hece-evnet-details-title {
    padding-top: 0;
}

.big-display .hec-events-evnet .hece-evnet-details-about,
.big-display .hec-events-evnet:hover .hece-evnet-details-about {
    height: 50%;
}

.big-display .attach-bt-b, .big-display .attach-bt-w{
    height:8% !important;
}



.hec-events-evnet.event-past .attach-bt-b,
.hec-events-evnet.event-past .attach-bt-w,
.hec-events-evnet.event-past .attach-bt-b,
.hec-events-evnet.event-past .opers-block-cont,
.hec-events-evnet.event-past .opers-active-cont{
    display:none !important;
}

li.homepage-simplecontact.section {
    height: 460px;
}


@media screen and (max-width: 800px) {
    .big-display .hec-events-evnet {
        width: 100%;
    }

.homepage-menu-menu ul li:nth-child(3) {
    display: block;
    width: 100%;
    padding: 16px;
}

}





.swiper-slide {
    width:38%;
}

@media screen and (max-width: 800px) {
    .swiper-slide {
        width: 88%;
    }

.homepage .homepage-dummy {
    height: 310px;
}

}




.tickchak-site-466 .hece-evnet-details-date-date, .tickchak-site-466 .hece-evnet-details-date-time {
    display: none;
}
.tickchak-site-466 .het-category li {
    display: inline-block;
    font-size: 13px;
}
.tickchak-site-466 .het-category {
    width: 100%;
}
.tickchak-site-466 .het-byDate, .tickchak-site-466 .het-search {
display:none;
}
.tickchak-site-101 .swiper-slide.swiper-slide-active {
    transform: scale(1);
    background-size: contain;
    background-repeat: no-repeat;
}