* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

:root {
    --accent-color: #e3a03a;
    --form-bg-color: #333333;
    --fc-gray: #828282;
}
p {
    line-height: 150%;
    font-weight: 300;
    font-size: 16px;
}
.fc-accent {
    color: var(--accent-color);
}
.fc-gray {
    color: var(--fc-gray);
}
.text-center {
    text-align: center;
}

.col2 {
    columns: 2;
}
.pa-1 {
    padding: 1em;
}
.pa-2 {
    padding: 2em;
}
.pa-tb-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}
.pa-tb-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}
.pa-t-1 {
    padding-top: 1em;
}
.pa-t-2 {
    padding-top: 2em;
}
.pa-b-1 {
    padding-bottom: 1em;
}
.pa-b-2 {
    padding-bottom: 2em;
}
.pa-l-1 {
    padding-left: 1em;
}
.pa-l-2 {
    padding-left: 2em;
}

.mar-b1 {
    margin-bottom: 1em !important;
}
.mar-b2 {
    margin-bottom: 2em;
}
.mar-r1 {
    margin-right: 1em;
}
.mar-r2 {
    margin-right: 2em;
}
.mar-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.mar-tb-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.common-block {
    width: 95%;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.flex-sb {
    justify-content: space-between;
}
.list-yellow {
    list-style: none;
}
.list-yellow li {
    position: relative;
    padding: 5px 0;
    padding-left: 20px;
}
.list-yellow li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--accent-color);
}
body {
    background-image: url(/img/bgBody.gif);
    background-attachment: fixed;
    background-repeat: repeat no-repeat;
    background-color: #000;
}

.root {
    position: relative;
    height: max-content;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 0 0 45px 0 rgb(0, 0, 0);
}

/* [HEADER - NAVIGATION] */
header {
    margin-bottom: 40px;
}
.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 35px;
    max-width: 330px;
    height: auto;
    transition: 0.3s ease;
}
.logo-link:hover .logo {
    transform: scale(1.02);
}
.h-banners {
    width: 100%;
    max-height: 200px;
    display: flex;
}
.h-banners > div {
    width: max-content;
}
.h-banners > div:nth-child(2) {
    max-width: 350px;
}
.h-banners img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h-nav {
    background-image: linear-gradient(180deg, #ffc500 50%, #feb220 50%);
    height: 70px;
    display: flex;
    width: 100%;
    align-items: center;
}
.h-mobile-nav {
    background-color: #ffc500;
    height: 50px;
    width: 50px;
    position: sticky;
    top: 50px;
    margin: 10px 10px 10px auto;
    display: none;
    z-index: 98;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    box-shadow: 0 0 20px -5px rgb(90, 90, 90);
    border-radius: 5px;
}
.h-mobile-nav span {
    display: block;
    width: 80%;
    height: 4px;
    background-color: #fff;
    transition: 0.3s ease;
}
.h-mobile-nav:hover span:nth-child(1) {
    /* transform: translateY(10px) rotate(45deg); */
    transform: translateY(-5px);
}
.h-mobile-nav:hover span:nth-child(2) {
    /* transform: translateX(-10px); */
    /* opacity: 0; */
    transform: rotate(180deg);
}
.h-mobile-nav:hover span:nth-child(3) {
    /* transform: translateY(-10px) rotate(-45deg); */
    transform: translateY(5px);
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: var(--accent-color);
    z-index: 99;
}
.mobile-menu h1 {
    font-size: 45px;
    margin-bottom: 15px;
}
.mobile-menu--close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 100%;
    right: 50px;
    top: 50px;
    border-radius: 50%;
    border: 4px solid white;
    cursor: pointer;
    transition: 0.3s ease;
}
.mobile-menu--close:hover {
    box-shadow: 0 0 25px 0 #ffffff;
    background-color: #fff;
    color: rgb(0, 0, 0);
}
.mobile-menu li {
    display: flex;
    transition: 0.4s ease;
}
.mobile-menu li:hover {
    background-color: #fff;
    box-shadow: 0 10px 25px -5px rgb(119, 119, 119);
}
.mobile-menu li:hover .mobile-link {
    width: max-content;
    height: max-content;
    color: #000;
}
.mobile-link {
    padding: 20px;
    text-decoration: none;
}
.mobile-menu ul {
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.h-nav ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.h-nav ul li {
    position: relative;
    background-image: linear-gradient(180deg, #ffc500 50%, #feb220 50%);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.h-nav ul li:hover {
    background-image: none;
    background-image: linear-gradient(180deg, #ffc500 50%, #feb220 50%);
    background-size: 200%;
    background-position-y: -100px;
    /* background-color: #FEB220; */
}
.h-nav ul li:hover a {
    color: #fff;
}
.h-nav ul li:not(.h-nav ul li:last-of-type)::after {
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    background-image: linear-gradient(180deg, transparent, #fff, transparent);
}
.h-nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 35px;
    height: 100%;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: 0.5s ease;
}
.h-nav .nav-link p {
    color: #000;
    font-weight: 500;
    line-height: 100%;
}
.h-nav .nav-link.active p {
    color: #fff;
}
.h-nav .nav-link.active {
    background-image: none;
    background-color: var(--accent-color);
    color: #fff;
}
main {
    width: 100%;
    /* min-height: 100vh; */
    background-color: #000;
    margin: 0 auto;
    /* padding: 50px 40px; */
}

.home-grid {
    margin-right: 50px;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
}
.home-grid.not-home {
    width: 95%;
    margin: 0 auto;
    grid-template-columns: 1fr 3fr;
}

.h-dashed-block {
    grid-column: 1/3;
    border: 4px dashed #fff;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    border-style: dashed dashed dashed none;
    border-radius: 0 20px 20px 0;
}
.hdb-chick {
    position: relative;
}
.hdb-content {
    padding: 25px 00px 0 40px;
    position: relative;
    display: flex;
}
.hdb-content > div:first-of-type {
    flex: 1;
}
.hdb-button {
    background-image: linear-gradient(180deg, #ffc500 50%, #feb220 50%);
    padding: 24px 34px;
    border-radius: 15px 0;
    color: #333333;
    font-size: 30px;
    text-decoration: none;
    display: block;

    transition: 0.3s ease;
}
.hdb-button:hover {
    text-shadow: 0 3px 5px;
    color: #fff;
}
.hdb-content h1 {
    /* font-size: calc(16px + 2.5vw); */
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 20px;
}

.hdb-content h3 {
    font-size: 40px;
}
.swiper-container {
    max-width: 250px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-slide img {
    display: block;

    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h-banner-chick {
    position: absolute;
    top: 35px;
    left: 0;
    max-height: 600px;
}
.h-banner-chick img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.h-content {
    padding: 40px;
    columns: 2;
    column-gap: 50px;
}
.h-content p {
    font-weight: normal;
    margin-bottom: 25px;
    color: rgb(238, 238, 238);
}
.h-content ul,
.p-descr2 ul {
    list-style-position: inside;
}
.p-descr2 a {
    color: #0099ff;
}

/* [FOOTER] */
footer {
    border-top: 1px solid #4f4f4f;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    padding: 50px 40px;
}
.ft-contact {
    padding: 40px 0;
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ft-contact h5 {
    font-size: 36px;
    font-weight: 500;
    color: var(--accent-color);
}
.ft-block {
    margin-bottom: 25px;
}
.ft-block h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ft-cell {
    margin: 15px 0;
    color: #fff;
    text-decoration: none;
    font-size: 55px;
}
.ft-cell img {
    max-width: 100%;
}
.ft-toll {
    color: var(--accent-color);
    font-size: 36px;
    text-decoration: none;
}
.ft-block-links {
    display: flex;
}

.ft-block-links ul {
    list-style: none;
    padding-right: 60px;
}
.ft-block-links ul li {
    padding: 2px 0;
}
.ft-block-links a {
    color: #828282;
    text-decoration: none;
    transition: 0.3s ease;
}
.ft-block-links a:hover {
    color: #fff;
}

.f-signature {
    flex: 1 0 100%;
    text-align: center;
    color: #bdbdbd;
    font-size: 16px;
    margin-top: 90px;
}

.page-ttl {
    width: 95%;
    margin: 0 auto 30px auto;
}
.page-ttl h1 {
    font-weight: 500;
    font-size: 40px;
    color: #fea818;
}
.page-ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.page-ttl.ttl-R {
    justify-content: flex-start;
}
.page-ttl.bl {
    align-items: flex-start;
    flex-direction: column;
}
.page-ttl > p {
    color: red;
    margin-left: 10px;
}
.pagination {
    width: 95%;
    margin: 15px auto;
}
.pagination ul {
    list-style: none;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.page-num {
    display: flex;
    margin-right: 5px;
    text-decoration: none;
    transition: 0.3s ease;
}
.page-num:hover {
    color: var(--accent-color);
}
.page-num.active {
    color: var(--accent-color);
}
.tickets-grid {
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 20px;
}
.ticket-item {
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}
.ticket-item:hover {
    box-shadow: 0 0 0px 2px var(--accent-color);
}
.button-to-order {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-transform: uppercase;
    background-color: #dd0f17;
    transition: 0.3s ease;
}
.ticket-item img {
    display: block;
    /* max-width: 230px; */
    margin: 0 auto;
    object-fit: contain;
}

.text-block {
    width: 95%;
    margin: 0 auto;
}
.text-block p {
    margin-bottom: 30px;
}

.comments {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
}
.comments.comments-left {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}
.comment-item {
    max-width: 350px;
}
.comment-img-block {
    position: relative;
}
.comment-img-block img {
    max-width: 100%;
}
.comment-item:nth-child(1) .comment-img {
    transition: 0.5s ease;
    transform: rotate(5deg) translate(0px, 25px);
}
.comment-item:nth-child(2) .comment-img {
    transition: 0.5s ease;
    transform: rotate(-10deg) translate(0px, 25px);
}
.comment-item:nth-child(3) .comment-img {
    transition: 0.5s ease;
    transform: rotate(10deg) translate(0px, 25px);
}
.comment-item:hover .comment-img {
    transform: none;
}
.comment-text-block {
    /* background-image: url(/img/comment-Bubble.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; */
    position: relative;
}
.comment-text-block img {
    max-width: 100%;
}
.comment-text-block .comment-text {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    /* bottom: 25px; */
    left: 0;
    padding: 25px;
    color: #000;
}
.comment-name {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 30%;
}

.casino-form {
    background-color: var(--form-bg-color);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 15px;
    width: 95%;
    margin: 30px auto;
    padding: 38px;
}
input,
select,
textarea {
    border: none;
    padding: 13px 20px;
    outline: none;
    color: #000;
    max-height: 45px;
    width: 100%;
}
textarea {
    max-height: unset;
    resize: none;
}
option,
optgroup {
    color: #000;
}
input[type='radio'] {
    width: unset;
}
input[type='file'] {
    /* display: none; */
    opacity: 0;
    position: absolute;
    z-index: -1;
}

input.error,
textarea.error,
select.error {
    border: 1px solid rgb(255, 113, 113);
    background-color: rgb(255, 238, 238);
}
.form-button {
    background-color: var(--accent-color);
    color: #000;
    padding: 5px 10px;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s ease;
    width: max-content;
    text-transform: uppercase;
    text-decoration: none;
}
.form-button:hover {
    background-color: #e3cb3a;
}
.home-grid.not-home > div:first-child img {
    max-width: 100%;
}
.priceTable {
    margin: 0 auto;
}
table.priceTable {
    background-color: #333333;
    text-align: left;
    border-collapse: collapse;
    margin: 70px auto;
}
table.priceTable th {
    padding: 15px 20px;
}
table.priceTable td {
    padding: 3px 10px;
}
table.priceTable tr td:first-of-type,
table.priceTable tr th:first-of-type {
    padding-left: 50px;
}
table.priceTable tr:first-of-type td {
    padding-top: 20px;
}
table.priceTable tr:last-of-type td {
    padding-bottom: 20px;
}
table.priceTable tr td:last-of-type,
table.priceTable tr th:last-of-type {
    padding-right: 50px;
}
table.priceTable thead {
    background: #4f4f4f;
    border-bottom: 2px solid #444444;
}
table.priceTable thead th {
    font-size: 15px;
    font-weight: normal;
    color: #e3a03a;
}
table.priceTable tfoot {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    background: var(--accent-color);
    border-top: 2px solid #444444;
}
table.priceTable tfoot td {
    font-size: 14px;
}
table.priceTable tfoot .links {
    /* padding: 20px 0; */
}
table.priceTable tfoot .links p {
    color: #000;
}

.home-grid.contact > div:first-of-type img {
    max-width: 100%;
}
.map-link img {
    max-width: 100%;
}

.contact-info {
    display: flex;
    margin-bottom: 50px;
}
.contact-info > div:not(.contact-map) {
    margin-right: 50px;
}
.contact-form {
    padding: 35px;
    background-color: var(--form-bg-color);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 15px;
    margin-top: 30px;
}
.links-list {
    list-style: none;
}
.links-list li {
    margin-bottom: 10px;
}
.blog {
    display: grid;
    grid-template-columns: 4fr 1fr;
    position: relative;
    gap: 20px;
}
.blog-menu {
    position: relative;
}
.blog-categories {
    position: sticky;
    top: 100px;
    background-color: var(--accent-color);
    list-style: none;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.blog-categories > div {
    background-color: var(--form-bg-color);
    padding: 15px 30px;
    text-transform: uppercase;
}
.blog-categories > li {
    position: relative;
}
.blog-categories > li::before {
    content: '';
    background-image: url(/img/icons/sml-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
}
.blog-categories > li.active::before {
    left: 18px;
}
.blog-categories > li.active a {
    text-decoration: underline;
}
.blog-categories > li:first-of-type {
    margin-top: 20px;
}
.blog-categories > li:last-of-type {
    margin-bottom: 20px;
}
.blog-categories > li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 35px;
    transition: 0.3s ease;
}
.blog-categories > li a:hover {
    background-color: #fff;
}
.blogs-grid {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.bi {
    display: block;
    text-decoration: none;
    /* transition: 1s ease; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 0 2px white;
    transition: 0.3s ease;
}
.bi:hover {
    box-shadow: 0 0 0 2px var(--accent-color);
}
.bi .bi-img {
    height: 150px;
}
.bi .bi-img img {
    width: 100%;
    height: 100%;
    max-height: 150px;
    object-fit: cover;
}

.bi-content {
    padding: 15px;
    transition: 0.3s ease;
}
.bi:hover .bi-content {
    background-color: #101010;
}
.bi h5 {
    font-size: 20px;
    margin: 15px 5px;
}
.bi-signature {
    /* padding-top: 10px; */
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 1px;
    color: #949494;
    /* padding: 10px 5px; */
    margin: 10px 5px;
}
.blog-ttl h1 {
    font-size: 40px;
}
.blog-ttl p {
    font-size: 16px;
    line-height: 22px;
    color: var(--fc-gray);
}
.TextWrapRight {
    float: right;
    margin: 20px;
}
.TextWrapLeft {
    float: left;
    margin: 20px;
}
.TextWrapBottom {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px auto;
}
.clear {
    clear: both;
}
.goBack {
    display: block;
    color: var(--accent-color);
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px 0;
}
.goBack span {
    color: var(--accent-color);
    font-size: 30px;
    line-height: 100%;
}
.ajax-loader {
    display: none;
}
.ajax-loader img {
    display: block;
    margin: 30px auto;
}
.add-promo {
    display: flex;
}
.thank-you {
    display: none;
    padding: 40px;
}
.thank-you h1 {
    font-size: 45px;
    color: var(--accent-color);
    margin-bottom: 40px;
}
/* [MEDIA] */

.alert-popup{
	display: none;
}

.pager{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0;
}

.pager A{
	width: 30px;
	text-align: center;
	padding: 3px 0;
	border: 1px solid #FFF;
	border-radius: 5px;
	color: #FFF;
	margin: 0 3px;
	text-decoration: none;	
}

.pager A.active{
	border: 1px solid #e3a03a;
	color: #e3a03a;
}

.pager A:hover{
	border: 1px solid #e3a03a;	
}

.pager div{
	align-self: flex-end;
	color: #FFF;
	padding: 0 10px;	
}


@media only screen and (max-width: 1380px) {
    .hdb-content h1 {
        font-size: calc(16px + 2.5vw);
    }
}

@media only screen and (max-width: 1340px) {
    .hdb-content h3 {
        font-size: 30px;
    }
    .comments.comments-left .comment-item .comment-text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1240px) {
    .logo {
        max-width: 200px;
    }
    .hdb-content h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1130px) {
    .hdb-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1100px) {
    .home-grid.not-home {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-grid.not-home.services > div:first-of-type {
        display: none;
    }
    .comments.comments-left {
        flex-direction: row;
        padding: 100px 0;
        justify-content: center;
    }
    .comments.comments-left .comment-item {
        max-width: 250px;
        margin: 20px;
    }
}

@media only screen and (max-width: 945px) {
    .h-nav .nav-link {
        font-size: 14px;
        padding: 16px;
    }
}
@media only screen and (max-width: 900px) {
    .home-grid {
        display: block;
    }
    .home-grid.contact {
        display: grid;
    }
    .h-dashed-block {
        display: block;
    }
    .hdb-chick {
        display: none;
    }
}
@media only screen and (max-width: 740px) {
    .logo {
        max-width: 150px;
        left: 0;
    }
    .contact-form {
        column-gap: 15px;
    }
    .blog {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 650px) {
    .h-nav {
        display: none;
    }
    .h-mobile-nav {
        display: flex;
    }
    header {
        margin-bottom: 0;
    }
    .hdb-content {
        flex-direction: column;
    }
    .hdb-button {
        font-size: 20px;
        width: max-content;
        margin-left: auto;
    }
    .h-content {
        columns: unset;
    }
    .ft-contact h5 {
        font-size: 25px;
    }
    .ft-cell,
    .ft-toll {
        font-size: 20px;
    }
    .ft-cell img {
        max-width: 22px;
    }
    .page-ttl h1 {
        font-size: calc(15px + 3vw);
    }

    table.priceTable tr td:first-of-type,
    table.priceTable tr th:first-of-type {
        padding-left: 20px;
    }
    table.priceTable tr td:last-of-type,
    table.priceTable tr th:last-of-type {
        padding-right: 20px;
    }

    .home-grid.contact {
        display: block;
    }
    .home-grid.contact > div:first-of-type {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .casino-form {
        display: block;
    }
    .casino-form input,
    .casino-form select,
    .casino-form textarea {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .home-grid {
        margin-right: 10px;
    }
    .h-content {
        padding: 20px;
    }
    .ft-block-links {
        flex-direction: column;
    }
    /* .comment-item{
        max-width: 200px;
    } */
    table.priceTable {
        font-size: 12px;
    }
    .contact-form {
        display: block;
        padding: 10px;
        margin: 20px 0;
    }
    .contact-form input,
    .contact-form textarea {
        margin-bottom: 10px;
    }
    .contact-info {
        flex-direction: column;
    }
    .contact-map {
        margin: 20px 0;
    }
}
@media only screen and (max-width: 350px) {
    .comment-text-block .comment-text {
        font-size: 14px;
    }
}
