@font-face {
    font-family: "Montserratarm";
    src: url('../fonts/montserrat-arm/Montserratarm-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserratarm-italic";
    src: url('../fonts/montserrat-arm/Montserratarm-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserratarm-light";
    src: url('../fonts/montserrat-arm/Montserratarm-Light.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserratarm-SemiBold';
    src: url('../fonts/montserrat-arm/Montserratarm-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserratarm-Bold';
    src: url('../fonts/montserrat-arm/Montserratarm-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-italic";
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-light";
    src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
}

:root {
    --menu-color: rgba(166, 25, 46, 1);
    --h3-color: rgba(228, 0, 43, 1);
    --lignt-color: #fff;
    --light-green: #A0DAB3;
    --dark-green: #004F59;
    line-height: 1.25;
}

body {
    /*font-family:"FuturaTL";*/
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

html[lang="hy"] body, [lang|="hy"] body {
    font-family: "Montserratarm", Sans-serif;
}

html[lang="ru"] body, [lang|="ru"] body,
html[lang="en"] body, [lang|="en"] body {
    font-family: "Montserrat", Sans-serif;
}

html[lang="hy"] input::placeholder, [lang|="hy"] input::placeholder,
html[lang="hy"] input, [lang|="hy"] input {
    font-family: "Montserratarm", Sans-serif;
}

html[lang="ru"] input::placeholder, [lang|="ru"] input::placeholder,
html[lang="en"] input::placeholder, [lang|="en"] input::placeholder,
html[lang="ru"] input, [lang|="ru"] input,
html[lang="en"] input, [lang|="en"] input {
    font-family: "Montserrat", Sans-serif;
}

svg {
    max-width: 100%;
}

/* price block */

.show {
    border: 0;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: rgba(62, 43, 46, 1);
    color: #fff;
    font-weight: bold;
    height: 28px;
    margin-left: auto;
    float: right;
    cursor: pointer;
}

#tabmenu {
    display: none;
}

.ticket_section {
    margin-top: 16px;
}

.ticket_block {
    padding-top: 26px;
}

/*.busket {*/
/*    width: 48px;*/
/*    border: 0;*/
/*    background: transparent;*/
/*    padding: 6px 12px;*/
/*    position: fixed;*/
/*    right: 8px;*/
/*    top: 8px;*/
/*    cursor: pointer;*/
/*}*/

/*.busket svg {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/

.by_ticket_count {
    position: absolute;
    background: #009ef7;
    color: white;
    width: 20px;
    padding: 4px;
    right: 0;
    font-size: 12px;
    box-sizing: border-box;
    height: 20px;
    border-radius: 50%;
    top: 0;
}

.ticket_title {
    color: var(--dark-green);
    margin-top: 0;
    padding-left: 12px;
}

.ticket_count {
    margin-bottom: 12px;
    margin-left: 12px;
    display: inline-block;
    background: var(--dark-green);
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

.ticket_date {
    font-weight: bold;
}

.to_details_page {
    background-color: var(--light-green);
    color: var(--dark-green);
    text-decoration: none;
    padding: 0.75rem 2rem 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom-right-radius: 1.5rem;
}

.ticket_content {
    overflow-x: auto;
}

.ticket_content::-webkit-scrollbar {
    width: 11px;
    height: 8px;
}

.ticket_content::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.ticket_content::-webkit-scrollbar-thumb {
    background: var(--thumbBG);
    border-radius: 6px;
    border: 2px solid var(--scrollbarBG);
}

.holl_price-tab {
    display: flex;
    padding-bottom: 16px;
    padding-left: 8px;
    border-bottom: 1px solid var(--scrollbarBG);
}

.price_item {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border: 2px solid #bbb;
    border-radius: 16px;
    cursor: pointer;
    user-select: none;
}

.price_item + .price_item {
    margin-left: 16px;
}

.fil_act {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .25);
}

.border_property {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.c-price_inner {
    margin-left: 12px;
}

.c-price_text {
    font-weight: bold;
    color: #282727;
}

.dark_bgn { /*background for sidebar*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.dark_bgn.opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease;

}

.r_side, .l_side, .ragent_side {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #FFF;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    /*border-radius: 1rem 0 0 1rem;*/
    -webkit-box-shadow: -35px 3px 50px -9px rgba(0, 0, 0, 0.13);
    box-shadow: -35px 3px 50px -9px rgba(0, 0, 0, 0.13);
    border: 1px solid rgba(129, 129, 129, .35);
}

.r_side, .ragent_side {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(340px, 0, 0);
    transform: translate3d(340px, 0, 0);
}

.l_side {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);

}

.r_side.open, .l_side.open, .ragent_side.open {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
}

.side_h {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 20px;
    padding-right: 26px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: 1px solid;
    border-color: rgba(129, 129, 129, .35);
    /*border: 1px solid;*/
    /*border-color: rgba(129, 129, 129, .35);*/
}

.side_h .ttl {
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--d-col);
    /*color: var(--d-col);*/
    text-transform: uppercase;
    word-wrap: break-word;
    margin-top: 0;
    color: #000;
    font-weight: 600;
    /*font-family: "FuturaTL";*/
}

.side_h .close {
    position: relative;
    flex: 0 0 auto;
    color: var(--d-col);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    /*width:20px;*/
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    /*padding-right: 21px;*/
    cursor: pointer;
    display: flex;
    padding-right: 0
}

.side_h .close img {
    width: 15px;
}

.side_c {
    position: relative;
    display: flex;
    /*flex: 1 1 auto;*/
    align-items: stretch;
    flex-direction: column;
    /*border: 1px solid rgba(129, 129, 129, .35);*/
    line-height: 1.4;
}

.side_c > .cont {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

.cont form {
    min-height: 200px;
}

.srl_c { /*scroll  content in sidebar*/
    position: relative;
    flex: 1 1 auto;
    /*overflow: hidden;*/
    width: 100%;
    height: calc(100% - 394px);
}

.srl_c .srl {
    overflow: auto;
    overflow-x: hidden;
    /* position: absolute; */
    padding-right: 0;
    max-height: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.emp_c {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    color: var(--d-col);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.emp_c > svg {
    display: block;
    margin-bottom: 20px;
    opacity: 0.15;
    /*color: rgba(135,135,135,.15);*/
    /*font-weight: 400;*/
    width: 86px;
    line-height: 86px;
}

.slide_c:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ret_btn {
    text-align: center;
}

.ret_btn > .btn {
    color: #fff;
    border-radius: 35px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    /* background-color: var(--m-col);*/
}

.cart_l {
    margin-bottom: 0;
    text-align: left;
}

.cart_l .item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border-bottom: 1px solid rgba(129, 129, 129, .35);

}

.cart_l .item a {
    margin-bottom: 0;
}

.cart_l a.link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    /*font-size: 0;*/
    color: #727272;
}

/*Ô³Õ¡ÕµÕ¡Õ¶Õ¥Õ¶ Õ§ Õ¡Õ¾Õ¥Õ¬Õ¡ÖÖ€Õ¥Õ¬*/
/*#cart_f {*/
/*border: 1px solid rgba(129, 129, 129, .35);*/
/*#cart_f {*/
/*    border: 1px solid rgba(129, 129, 129, .35);*/
/*}*/

.cart_l {
    padding: 0;
}

.rmv {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 2;
    display: block;
    margin-bottom: 0;
    padding-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: rgba(0, 0, 0, .8);
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-weight: 100;
    cursor: pointer;
}

.cart_l .cart_img {
    margin-bottom: 0;
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 15px;


}

.cart_l .cart_img img {
    float: none;
    margin-right: 0;
    transition: opacity .6s ease;
    /*    min-width: 65px; */
    max-width: 65px;
}

.cart_l .cart_inf {
    flex: 1 1 auto;
    padding-right: 20px;
}

.cart_inf .t {
    margin-bottom: 8px;
    font-size: 14px;
    transition: all .25s ease;
    display: block;
    color: #333;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.3;
}

.cart_inf .hall {
    color: #A6192E
}

.seat:not(.bs) {
    cursor: pointer;
}

.cart_inf .qtl b {
    display: block;
    color: #BBB;
    font-size: 16px;
    vertical-align: top;
    white-space: nowrap;
}

.side_f {
    margin-top: 0;
    flex: 0 0 auto;
    padding-bottom: 15px;

}

.side_f .total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 21px;
    padding: 15px;
    border-top: 2px solid;
    border-color: rgba(129, 129, 129, .35);
    /*border-color: rgba(129, 129, 129, .35);*/
    margin-bottom: 5px;
}

.side_f .total > .ttl {
    color: var(--d-col);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    word-wrap: break-word;
    /*font-family: "FuturaTL";*/
}

.side_f .total .amount {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    /*font-family: "FuturaTL";*/
}

.side_f .c_btn {
    color: #333;
    border-radius: 35px;
    margin-bottom: 10px;
    width: 80%;
}

.side_f .pay_btn {
    color: #FFF;
    border-radius: 35px;
    margin-bottom: 0;
    background-color: var(--m-col);
    width: 80%;
}

.r_side form.login, .l_side form.login, .r_side div.login, .l_side div.login {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(136, 136, 136, .2);

}

.r_side form.login p, .l_side form.login p, .r_side div.login p, .l_side div.login p {
    clear: both;
    margin-bottom: 20px;
}

.r_side form.login p input, .l_side form.login p input, .r_side form.login > div input, .l_side form.login > div input, .r_side form.reg p input, .l_side form.reg p input, .r_side div.reg p input, .l_side div.reg p input, .r_side div.reg p .av_s, .l_side div.reg p .av_s {
    border-radius: 30px;
    /*width: 250px;*/
}

.r_side form.login label, .l_side form.login label {
    font-weight: 500;
}

.ph .e_dropdown, .ph .e_dropdown {
    display: inline-block;
    border: 2px solid rgba(129, 129, 129, .35);
    border-right: 1px solid rgba(129, 129, 129, .35);
    border-radius: 30px 0 0 30px !important;
    min-width: 80px !important;
    /*height: 46px !important;*/
}

.ph input {
    border-radius: 0 30px 30px 0 !important;
    border-left: 1px solid rgba(129, 129, 129, .35);
    width: 100%;
}

.ph .tl_i {
    border-radius: 0 30px 30px 0 !important;
    border-left: 1px solid rgba(129, 129, 129, .35);
    /*width: 162px !important;*/
}

/*.rqd {*/

/*}*/

.rqd:after {
    content: ' \002A';
    color: #E01020;
    font-size: 16px;
    line-height: 1;
}

.emp_c > svg {
    display: block;
    margin-bottom: 20px;
    opacity: 0.15;
    /*color: rgba(135,135,135,.15);*/
    /*font-weight: 400;*/
    width: 86px;
    line-height: 86px;
}

/*     End Sidebar   */
.d_none {
    display: none;
}


.btn {
    text-decoration: none;
    background: #a3a3ae;
    color: #ffffff;
    padding: 5px;
    text-shadow: 0 -1px 0 rgba(84, 110, 122, 0.2);
    margin: 5px;
    cursor: pointer;
    border-radius: 2px;
    transition: 0.3s;
    border: 0;
    text-align: center;
}

#pay {
    --tw-bg-opacity: 1;
    background-color: #000000A8;
    border-radius: 1.5rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 600;
    line-height: 1;
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
    transition: all 0.3s;
}

#pay:hover {
    --tw-bg-opacity: 0.8;
    background-color: rgb(62 43 46 / var(--tw-bg-opacity));
}

.controls {
    position: absolute;
    display: flex;
    width: 90px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    bottom: -105px;
    margin-left: 32px;
}

.controls-arrow > div, .controls-zoom > div {
    display: flex;
    justify-content: center;
}

.cl {
    cursor: pointer;
}

input.fe_err, textarea.fe_err, select option.fe_err {
    border-bottom: 1px solid rgba(161, 24, 24, 0.8) !important;
    background: rgba(161, 24, 24, 0.1);
}

div.fe_err {
    border: 1px solid rgba(161, 24, 24, 1) !important;
}

div.error {
    background: rgba(161, 24, 24, 0.7);
    /* border: 1px solid rgba(161, 24, 24, 0.8); */
    border-radius: 7px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.form_block {
    padding: 16px 16px 0;
}

.form_input {
    padding-bottom: 16px;
}

.form_input label {
    padding-bottom: 8px;
}

.form_block:first-child .form_input label {
    display: block;
}

.form_input input {
    outline: none;
    /*outline: none;*/
    width: 100%;
    text-indent: 20px;
    caret-color: var(--h3-color);
    font-weight: 600;
    padding: 0.5rem 12px 0.5rem 0.5rem;
    /*border-radius: 1.5rem;*/
    max-width: 280px;
}

#beneficiary, #phone, #email {
    width: 100%;
    text-indent: 20px;
    caret-color: var(--h3-color);
    font-weight: 600;
    /*padding-right: 5rem;*/
    /*padding-left: 1rem;*/
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /*border-radius: 1.5rem;*/
    border: 1px solid #000000A8;
    color: rgba(166, 25, 46, 1);
}

.container {
    height: calc(100vh - 16px);
}

.container svg {
    width: calc(100vw - 16px);
    height: calc(100vh - 146px);
}

.text_message {
    /*position: fixed;*/
    display: none;
    color: rgba(166, 25, 46, 1);
    border: 1px solid rgba(166, 25, 46, 1);
    border-radius: 6px;
    padding: 4px 8px;
    user-select: none;
    background: #fff;
    z-index: 2;
    text-align: center;
    margin-bottom: 16px;
}

.error_count {
    color: rgba(166, 25, 46, 1);
    border: 1px solid rgba(166, 25, 46, 1);
    text-align: center;
    border-radius: 6px;
    padding: 4px 8px;
    user-select: none;
    background: #fff;
    z-index: 3;
}

#tooltip {
    background: grey;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    color: white;
}

.loading_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECEFF1;
    z-index: 1005;
}

.wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--menu-color);
    left: 15%;
    transform-origin: 50%;
    animation: circle .3s alternate infinite ease;
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--menu-color);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }
    40% {
        transform: scaleX(1);
        opacity: .7;
    }
    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.wrapper span {
    position: absolute;
    top: 75px;
    /*font-family: 'Lato';*/
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%;
}

.error:empty {
    display: none;
}

.price_ticket_item {
    margin-right: 5px;
    background: white;
    border: 2px solid white;
    color: #000000;
    margin-top: 10px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 4px 6px;
    transition: all .3s ease;
}

.price_ticket_item:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 20px;
}

.price_square {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
}

.comment, .reservation {
    padding: 9px;
    text-align: center;
    display: none;
}
#name_error, #email_error, #description_error, #phone_error{
    display: none;
    background: rgba(161, 24, 24, 0.7);
    /* border: 1px solid rgba(161, 24, 24, 0.8); */
    border-radius: 7px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .ticket_block {
        padding-top: 30px;
    }

    .ticket_title {
        font-size: 16px;
    }

    .text_message {
        display: block;
    }

    .container svg {
        height: calc(100vh - 248px);
    }
}