/**********************************************************/
/**************************GLOBAL**************************/
/**********************************************************/
.pdfp_wrapper {
    height: auto !important;
}
/* текст втз в фильтре на главной  */
.filter-main-text{    
    width: 70%;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
	padding-bottom:30px;
    min-width: 160px;}
@media (max-width: 768px){.filter-main-text{ 
	width: 100%;
	font-size: 20px;
	padding: 0px 10px 20px 10px;} }

@media (max-width: 768px){
	.schedule-left{
		width: auto !important;
	}
	.schedule-right{
		    overflow-x: scroll !important;
    width: 100% !important;
	}
}
/* картинка с платежными системати */
.grid+p img{
	    min-height: auto !important;
}

/*  поправил пдфки все */
.iframe_wrapper > iframe{
	    height:1224px !important;
}

#direction-overlay iframe {
    height: 400px;
}

/* ************************************ */
html {
    overflow-y: scroll;
    height: 100%;
    min-height: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.animate-custom, .animate-custom:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.opacity-custom {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
    -moz-opacity: 1; /* Mozilla 1.6 & - */
    -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.opacity-custom:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
    -moz-opacity: 0.7; /* Mozilla 1.6 */
    -khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.box-container {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
}

.box-container.small {
    max-width: 960px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.hidden {
    display: none;
}

body {
    background: #f7f7f7;
    color: #333;
    min-height: 100%;
    height: 100%;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: normal;
    font-style: normal;
}

.shadow {
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0,0,0,.8);
    z-index: 800;
}

.bg {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

.bg.grid {
    display: flex;
}

.bg.regular {
    background-position: center center;
    background-repeat: no-repeat;
}

.bg.cover {
    background-size: cover;
}

.bg.contain {
    background-size: contain;
}

/**************************FIX'S***************************/

a { color: inherit; }
a:hover { color: #de8d59; text-decoration: none; }

::selection {background: #de8d59; color: white;}
::-moz-selection {background: #de8d59; color: white;}
::-webkit-selection {background: #de8d59; color: white;}

::-webkit-input-placeholder { color: gray; }
:-moz-placeholder { color: gray; }
::-moz-placeholder { color: gray; }
:-ms-input-placeholder { color: gray; }

input:focus, textarea:focus, button:focus, a:focus { outline: none; }

input, input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

p:empty:before {
    display: none;
}

/************************PRELOADER*************************/

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px;
    text-align: center;
    z-index: 30;
}

.preloader:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 3px solid #de8d59;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: spin .5s infinite linear;
    -o-animation: spin .5s infinite linear;
    -ms-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**************************EDITOR**************************/

img {
    pointer-events:none;
}

.body img,
.body iframe {
    display: block;
    width: 100%;
    height: auto;
/* 	edit */
    min-height: auto;
    margin-bottom: 1em;
}

.body form {
    max-width: 660px;
    margin: 0 auto;
    border: 2px solid #de8d59;
    border-radius: 30px;
    background: white;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.body .wpcf7 form .wpcf7-response-output {
    margin: -10px 0 15px;
}

form p {
    display: none;
}

form .form-note p {
    display: block;
}

.body table {
    display: block;
    background: white;
    border-radius: 10px;
    border: 1px solid #de8d59;
}

.body table td {
    padding: 10px 15px;
}

.body ul,
.body ol {
    padding-left: 25px;
    padding-bottom: 1em;
}

.body ul li {
    padding-bottom: .5em;
    list-style: circle;
}

.body ol li {
    padding-bottom: .5em;
    list-style: decimal;
}

.body ul li:last-child,
.body ol li:last-child {
    padding-bottom: 0;
}

.body p {
    padding-bottom: 1em;
}

.body p:last-child {
    padding-bottom: 0;
}

.body strong, b {
    font-weight: 600;
}

.body em {
    font-style: italic;
}

.body h1 {
    display: none;
}

.body h2,.body h3,.body h4,.body h5,.body h6,
.h2,.h3,.h4,.h5,.h6 {
    padding: 1em 0;
    font-weight: 300;
}

.body h2,.h2 {
    font-size: 200%;
}

.body h3,.h3 {
    font-size: 150%;
}

.body h4,.h4 {
    font-size: 125%;
    font-weight: bold;
}

.body h5,.h5 {
    font-size: 110%;
    font-weight: bold;
}

.body h6,.h6 {
    font-size: 100%;
    font-weight: bold;
}

.body .contacts-item p {
    padding-bottom: 0;
}

/**************************FORMS***************************/

.contact-form-container {
    max-width: 600px;
    width: 100%;
}

form {
    display: flex;
    flex-direction: column;
}

.form-item {
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

.form-item.disable:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.1);
    z-index: 10;
}

.form-item.radio-item,
.form-item.checkbox-item {
    padding-bottom: 20px;
}

.form-item.grid {
    justify-content: center;
}

.form-item label {
    display: block;
    position: relative;
    min-height: 48px;
}

.form-item.radio-item label,
.form-item.checkbox-item label {
    min-height: 0;
}

.form-item label > span,
.form-item-title {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    color: rgba(0,0,0,.5);
    line-height: 48px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-item label > span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-item-title {
    top: -10px;
}

.form-item label.focus > span:last-child {
    top: -20px; bottom: 20px;
    font-size: 10px;
    color: rgba(0,0,0,.5);
}

.form-items {
    padding-bottom: 40px;
    box-sizing: border-box;
    margin: 0 -10px;
}

.form-items .form-item {
    width: 50%;
    padding: 0 10px 0;
}

.form-item:last-child {
    padding-bottom: 0;
}

.form-title {
    text-align: center;
    font-size: 200%;
    padding-bottom: 2em;
}

.form-note {
    margin-bottom: 40px;
    border: 2px solid #ff3030;
    background: #ffd7d7;
    color: red;
    padding: 10px 15px;
    font-size: 75%;
    border-radius: 8px;
}

input:not([type="submit"]) {
    display: block;
    width: 100%;
    font: inherit;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding: 10px 0;
    line-height: 26px;
    height: 46px;
    box-sizing: border-box;
}

input:not([type="submit"]):focus {
    border-color: #de8d59;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
    display: block;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    font-size: 100%;
    text-transform: none;
    line-height: 24px;
}

input[type="checkbox"]:checked + *,
input[type="checkbox"] + *:hover,
input[type="radio"]:checked + *,
input[type="radio"]+ *:hover,
.trik-checkbox input[type="checkbox"] + *,
.trik-checkbox input[type="checkbox"]:checked + *:hover {
    color: #de8d59;
}

.trik-checkbox input[type="checkbox"]:checked + * {
    color: rgba(0,0,0,.5);
}

input[type="radio"] + * {
    padding-left: 30px;
}

input[type="checkbox"] + *:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0;
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 5px;
    background: transparent;
    line-height: 16px;
    text-align: center;
    color: #de8d59;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trik-checkbox input[type="checkbox"]:checked + *:before {
    border-color: rgba(0,0,0,.5);
}

.trik-checkbox input[type="checkbox"]:checked + *:hover:before,
.trik-checkbox input[type="checkbox"] + *:before,
input[type="checkbox"] + *:hover:before {
    border-color: #de8d59;
}

input[type="radio"] + *:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0;
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 50%;
    background: white;
    line-height: 20px;
    text-align: center;
    color: #de8d59;
    font-size: 20px;
}

input[type="radio"] + *:hover:before {
    border-color: #de8d59;
}

.trik-checkbox input[type="checkbox"] + *:before,
input[type="checkbox"]:checked + *:before {
    content: "\2714";
    border-color: #de8d59;
}

.trik-checkbox input[type="checkbox"]:checked + *:before {
    content: "";
}

input[type="radio"]:checked + *:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 6px;
    margin: -6px -2px;
    background: #de8d59;
    border-radius: 50%;
}

textarea {
    display: block;
    width: 100%;
    font: inherit;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding: 10px 0;
    line-height: 26px;
    height: 46px;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
}

#text_area_div {
    font: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    visibility: hidden;
    position: absolute;
    left: -9999px;
    line-height: 26px;
}

textarea:focus {
    border-color: #de8d59;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px 15px;
    margin: 0;
    border-radius: 8px;
    text-transform: none;
    font-size: 75%;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 60%;
    text-transform: none;
    padding-top: .5em;
    line-height: 1em;
}

div.wpcf7 .ajax-loader {
    display: none;
    background-image: url(../images/ajax-loader.gif);
    width: 180px;
    height: 20px;
    margin: 20px 0 0 0;
}

div.wpcf7 .ajax-loader.is-active {
    display: none; /*TODO: block when loader will ready */
}

span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
    padding-right: 20px;
}

.wpcf7-radio,
.wpcf7-checkbox {
    display: flex;
    padding-top: 15px;
}

.form-item .wpcf7-radio label > span,
.form-item .wpcf7-checkbox label > span {
    position: relative;
}

.form-item.textarea label > span:first-child {
    position: relative;
}

/**********************CUSTOM*SELECT***********************/

.custom-select {
    border: 2px solid #de8d59;
    position: relative;
    color: #de8d59;
    border-radius: 6px;
    font-size: 120%;
    font-weight: 400;
    text-transform: none;
    background: white;
}

.custom-select.active {
    border-radius: 6px 6px 0 0;
}

.custom-filter  {
    margin-right: 30px;
}

.custom-filter:last-child {
    margin-right: 0;
}

.custom-select-value-container {
    align-items: center;
    padding: 5px 10px 5px 15px;
    cursor: pointer;
}

.custom-select-value-container i {
    display: block;
    position: relative;
}

.custom-select.active .custom-select-value-container i {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-select-value {
    padding-right: 10px;
    line-height: 26px;
    color: #333;
    min-width: 180px;
}

.custom-select-value-container:hover .custom-select-value {
    color: #de8d59;
}

.custom-select-dropdown-items {
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    background: white;
    z-index: 200;
    border: 2px solid #de8d59;
    min-width: calc(100% + 4px);
}

.custom-select-dropdown-item {
    font-size: 80%;
    padding: 5px 10px;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    text-transform: none;
}

.custom-select-dropdown-item:hover {
    background: #de8d59 !important;
    color: white !important;
}

.custom-select-dropdown-item.active {
    color: #de8d59;
}

#select-hours .custom-select-dropdown-item.hidden-hour {
    display: none;
}

#select-addresse .custom-select-value-container {
    padding: 2px 10px 2px 10px;
}

#select-addresse .custom-select-value-container .custom-select-value {
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    min-width: 140px;
}

/**************************BUTTON**************************/

.button {
    display: block;
    line-height: 26px;
    padding: 10px 25px;
    color: white;
    background: #de8d59;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #de8d59;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    min-width: 200px;
    text-align: center;
    text-decoration: none;
}

.button.small {
    line-height: 20px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    min-width: 160px;
}

.button.grid {
    display: flex;
}

.button:hover {
    background: white;
    color: #de8d59;
}

.button.white {
    background: white;
    color: #de8d59;
}

.button.white:hover {
    color: white;
    background: #de8d59;
}

.button.red {
    background: white;
    color: red;
    border-color: red;
}

.button.red:hover {
    color: white;
    background: red;
}

.button.inactive,
.button:disabled {
    color: white !important;
    background: gray !important;
    border-color: gray !important;
    cursor: not-allowed;
}

.button.radius {
    border-radius: 25px;
}

.button.load {
    animation: stripes-move 1s infinite linear;
    background: repeating-linear-gradient(-45deg, transparent, transparent 20px, #de8d59 20px, #de8d59 46px);
    color: white;
}

@keyframes stripes-move {
    100% {
        background-position: 10em 0;
    }
}

/**********************OVERLAY*MODALS**********************/

.overlay-container {
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(255,255,255,.95);
    z-index: 999;
}

.admin-bar .overlay-container {
    top: 32px;
}

.overlay-inner {
    padding-bottom: 40px;
    overflow-y: auto;
    max-height: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.overlay-content {
    padding: 80px 40px 40px;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
}

.overlay-inner::-webkit-scrollbar {
    width: 0 !important
}

.overlay-close {
    position: absolute;
    top: 20px; right: 20px;
    width: 40px; height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.overlay-close:hover {
    color: red;
}

/**********************CONTACT*OVERLAY*********************/

#contacts-overlay {

}

#contacts-overlay .overlay-content {
    min-height: 400px;
    justify-content: center;
    align-items: center;
}

.page-template .main-contact {
    width: 100%;
}

#contacts-overlay .main-contact {
    width: 25%;
}

.contacts-overlay-square {
    width: 25%;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.contacts-overlay-square > * {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: white;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    min-width: 120px;
}

.contacts-overlay-square > *:hover {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
    color: #de8d59;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 10;
}

.contacts-overlay-square i {
    font-size: 60px;
    padding: .25em 0 .4em;
    color: #de8d59;
}

.contacts-overlay-square span {
    font-size: 130%;
    font-weight: 600;
}

/**********************HOURS*OVERLAY***********************/

#hours-overlay .title {
    text-align: center;
}

.hours-announcement-container {
    justify-content: center;
}

.hours-announcement {
    margin-bottom: 40px;
    background: #f75555;
    color: white;
    padding: 10px 30px 10px 15px;
    border-radius: 10px;
    align-items: center;
}

.hours-announcement a:hover {
    color: inherit;
}

.hours-announcement > i {
    display: block;
    font-size: 30px;
    padding: 15px;
}

.hours-announcement-body {
    padding-left: 15px;
    font-size: 120%;
}

.hours-table {

}

.hours-table-header {

}

.hours-table-body {

}

.hours-table-item {
    align-items: center;
}

.hours-table-name {
    width: 20%;
    font-size: 150%;
    box-sizing: border-box;
    padding-right: 20px;
}

.hours-table-day {
    width: 10%;
    box-sizing: border-box;
}

.hours-table-day.active {
    background: rgba(1,139,149,.2);
}

.hours-table-header .hours-table-day {
    padding: 15px 0 30px 0;
}

.hours-table-header .hours-table-day.active {
    border-radius: 10px 10px 0 0;
    color: #de8d59;
}

.hours-table-body .hours-table-day {
    padding: 0 15px 30px;
}

.hours-table-body .hours-table-item:last-child .hours-table-day.active {
    border-radius: 0 0 10px 10px;
}

.hours-table-header .hours-table-day span {
    display: block;
    padding: 5px 15px 0;
    text-align: center;
    font-weight: 600;
    font-size: 150%;
}

.hours-table-header .hours-table-day span:first-child {
    font-size: 100%;
    padding-top: 0;
}

.hours-table-day-inner {
    position: relative;
    padding-bottom: 150%;
}

.hours-table-day-box {
    position: absolute;
    top: 20%; right: 0; bottom: 20%; left: 0;
    border-radius: 8px;
    background: green;
}

.hours-table-day.active .hours-table-day-box {
    background: #f75555;
}

.hours-table-day.active .hours-table-day-box.active {
    background: green;
}

.hours-table-day.past .hours-table-day-box {
    background: #ccc;
}

.hours-table-day-box > div {
    position: absolute;
    left: 10px; right: 10px;
    font-size: 75%;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 14px;
    background: white;
    border-radius: 15px;
    text-align: center;
    white-space: nowrap;
}

.hours-table-day-open {
    top: -12px;
    box-shadow: 0 -2px 4px rgba(0,0,0,.1);
}

.hours-table-day-closed {
    bottom: -12px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.hours-table-day-box > .hours-table-day-status {
    top: 50%;
    background: none;
    color: white;
    padding: 0;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.hours-table-day-status span {
    display: block;
    font-size: 120%;
    padding-top: 5px;
}

.hours-table-day-empty {
    width: 10%;
    box-sizing: border-box;
    padding: 0 15px;
}

.hours-table-day-empty.active {
    background: rgba(1,139,149,.2);
}

.hours-table-body .hours-table-item:last-child .hours-table-day-empty.active {
    border-radius: 0 0 10px 10px;
}

.hours-table-day-empty-inner {
    position: relative;
    padding-bottom: calc(150% + 30px);
}

.hours-table-day-empty-mark-container {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    background: #f75555;
    color: white;
    border-radius: 50%;
    padding-bottom: 100%;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.hours-table-day-empty-mark {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    line-height: 20px;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    font-size: 75%;
    font-weight: 600;
}

.hours-table-empty {
    width: 70%;
    box-sizing: border-box;
    padding: 30px 15px;
}

.hours-table-empty-inner {
    background: #f75555;
    color: white;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 125%;
}

.hours-news-items {
    margin: 0 -15px;
    padding-top: 30px;
    align-items: center;
    justify-content: center;
}

.hours-news-item {
    width: 33.333333%;
    padding: 15px;
    box-sizing: border-box;
}

.hours-news-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 10;
}

.hours-news-item-inner {
    padding-bottom: 49%;
    position: relative;
}

.hours-news-item-title {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-weight: 600;
    border-radius: 10px;
}

.hours-news-item:hover .hours-news-item-title {
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
}

.hours-news-item-title span {
    display: block;
    text-decoration: none;
    padding: 0 20px;
}

.hours-mobile {
    display: none;
    justify-content: center;
}

.hours-mobile-item {
    width: 33.333333%;
    padding: 20px;
    box-sizing: border-box;
}

.hours-mobile-item-name {
    text-align: center;
    font-size: 125%;
    padding-bottom: 1em;
}

.hours-mobile-item-day.active {
    background: #bee3be;
    border-radius: 5px;
}

.hours-mobile-item-day-top {
    justify-content: space-between;
    padding: 4px;
}

.hours-mobile-item-day-label {

}

.hours-mobile-item-day-label .short {
    display: none;
}

.hours-mobile-item-day-value {
    font-weight: bold;
}

.hours-mobile-item-status,
.hours-mobile-empty {
    width: 100%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background: green;
    color: white;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 10px;
}

.hours-mobile-item-status span.timer {
    padding-left: 5px;
}

.hours-mobile-empty {
    margin-top: 0;
    background: red;
}

/**************************VIDEOS**************************/

.video-item-image {
    position: relative;
    padding-bottom: 56.3%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.play-button {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    margin: -30px;
    padding: 0 0 0 8px;
    background: rgba(255,255,255,.75);
    color: red;
    font-size: 30px;
    border-radius: 50%;
    box-sizing: border-box;
}

.video-content .play-button {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: -50px;
    padding: 0 0 0 10px;
    font-size: 50px;
}

.page-video-content {
    cursor: pointer;
}

*:hover > .play-button {
    color: black;
}

#video-modal {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    background: white;
    box-sizing: border-box;
    max-width: 1200px;
    width: 80%;
    z-index: 850;
    color: black;
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-modal-inner {
    position: relative;
    padding-bottom: 56.3%;
}

.video-modal-inner iframe {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

.video-modal-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 50;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.video-modal-close:hover {
    color: red;
}

.video-youtube {
    position: relative;
    padding-bottom: 56.3%;
    cursor: pointer;
    margin-bottom: 2em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/**************************SEARCH**************************/

.search-form-container {
    width: 100%;
    padding: 0 30px;
}

.search-form-inner {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 64px;
    margin: 0 auto;
}

input[name="your-search"] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #333;
    font: inherit;
    font-size: 20px;
    padding: 15px 30px;
    line-height: 30px;
    height: inherit;
    font-weight: 400;
    box-sizing: border-box;
    background: transparent;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 10;
}

input[name="your-search"]::-ms-clear {
    display: none;
}

.search-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: absolute;
    top: 0; right: 0; bottom: 0;
    font-size: 24px;
    color: #333;
}

.search-icon-active,
.active .search-icon-static {
    display: none;
}

.active .search-icon-active {
    display: block;
}

.results-container,
.empty-text {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 10px 0;
    box-sizing: border-box;
}

.empty-text {
    display: none;
    text-align: center;
    font-size: 180%;
    font-weight: 400;
    color: #333;
    text-transform: none;
}

.search-item {
    padding: 30px 0;
    border-bottom: 1px solid #de8d59;
    align-items: center;
}

.search-item:last-child {
    border-bottom: none;
}

.search-item-image-container {
    width: 30%;
}

.search-item-image {
    position: relative;
    padding-bottom: 49%;
}

.search-item.with-image .search-item-body {
    width: 70%;
    padding-left: 30px;
    box-sizing: border-box;
}

.search-item-title {
    display: block;
    text-decoration: none;
    font-size: 150%;
    font-weight: 600;
}

.search-item-excerpt {
    padding-top: 1em;
}

.search-item-excerpt strong {
    color: #de8d59;
}

/********************CATALOG*NAVIGATION********************/

.catalog-item {
    padding: 15px;
    box-sizing: border-box;
    max-width: 800px;
}

.catalog-item-title {
	color:green; 
    display: block;
    font-size: 160%;
    text-decoration: none;
    position: relative;
    padding-bottom: 25px;
    font-weight: 300;
}

.catalog-item-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #de8d59;
}

.catalog-item-list {
    margin: 0 -10px;
}

.catalog-list-item {
    padding: 0 10px;
}

.catalog-list-item-title {
    font-size: 90%;
    text-decoration: none;
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: .2px;
}

.catalog-list-item-title:hover {
    color: #de8d59;
}

/*********************OVERLAY*MESSAGE**********************/

#overlay-message {
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%; left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 800;
}

.overlay-message-image {
    position: relative;
    padding-bottom: 100%;
}

#overlay-message .modal-window-close {
    color: white;
    top: 0; right: -60px;
    font-size: 30px;
}

#overlay-message .modal-window-close:hover {
    color: red;
}

/**********************COOKIE*MESSAGE**********************/

#cookies-terms-message {
    position: fixed;
    bottom: -1000px; left: 50%;
    max-width: 900px;
    margin: 0 -450px;
    background: #de8d59;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    padding: 15px 15px 15px 30px;
    border-radius: 16px;
    box-sizing: border-box;
    z-index: 600;
}

#cookies-terms-message.active {
    bottom: 50px;
}

.cookies-terms-message-inner {
    align-items: center;
    flex-wrap: nowrap;
}

.cookies-terms-message-text {
    font-size: 85%;
    padding-right: 30px;
    color: white;
}

.cookies-terms-message-text a:hover {
    color: white;
}

.cookies-terms-message-button {
    border-color: white;
}

/**********************************************************/
/**************************HEADER**************************/
/**********************************************************/

header {
    background: white;
    box-shadow: 0 4px 15px rgba(32,34,73,0.05);
    position: fixed;
    top: 0; right: 0; left: 0;
    height: 90px;
    z-index: 700;
}

.home header {
    background: rgba(255,255,255,.95);
}

.admin-bar header {
    top: 32px;
}

.header-content {
    padding-left: 30px;
    width: calc(100% - 230px);
    box-sizing: border-box;
}

.header-info {
    height: 40px;
    justify-content: space-between;
}

.header-buttons,
.header-text {
    padding-top: 10px;
}

.header-button {
    text-decoration: none;
    color: #8a9bae;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 14px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

.header-button.hours-button {
    box-shadow: none;
    background: #f75555;
    color: white;
}

.header-button.hours-button.active {
    background: green;
}

.header-button.hours-button:hover,
.header-button.hours-button.active:hover,
.header-button:hover {
    color: #de8d59;
    background: transparent;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}

.header-button:last-child {
    margin-right: 0;
}

.header-button.full {
    width: auto;
    padding: 0 8px;
}

.header-button * {
    display: block;
}

.header-button i {
    font-size: 14px;
}

.contacts-button i {
    font-size: 16px;
}

.header-button span {
    font-size: 12px;
    padding-left: 5px;
}

.temperature-items {
    padding-left: 10px;
}

.temperature-item {
    color: white;
    background: #de8d59;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 14px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.temperature-item i {
    font-size: 14px;
    padding: 0 10px;
}

.temperature-item > span.value {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.temperature-item > span.label {
    display: block;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}

.temperature-item > span.label span {
    padding-right: 10px;
}

.temperature-item:hover > span.label {
    width: 100%;
}

.temperature-item:last-child {
    margin-right: 0;
}

/**************************LOGO****************************/

.logo-container {
    width: 230px;
    height: 70px;
    margin: 10px 0;
    position: relative;
}

.logo-container a {
    display: block;
    background-image: url(../images/logo.png);
/* 	  background-image: url(http://mfkmandarin.by/wp-content/uploads/2022/12/novogodnij-02.png);
 */
}

/************************MAIN*MENU*************************/

.menu-container {
    padding-top: 0px;
}

.main-menu {

}

.main-menu li {
    padding-right: 10px;
}

.main-menu li.mobile {
    display: none;
}

.main-menu li:last-child {
    padding-right: 0;
}

.main-menu li a {
    display: block;
    line-height: 24px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu li.active a,
.main-menu li a:hover {
    color: #de8d59;
}

/********************MOBILE*MENU*BUTTON********************/

.mobile-menu-button {
    display: none;
    padding: 5px;
    box-sizing: border-box;
    margin-right: -5px;
}

.mobile-menu-button-inner {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.mobile-menu-button-inner:before,
.mobile-menu-button-inner:after,
.mobile-menu-button-inner span {
    display: block;
    content: "";
    width: inherit;
    height: 3px;
    background-color: black;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-menu-button-inner:before {
    top: 2px; right: 0; left: 0;
}

.mobile-menu-button-inner:after {
    right: 0; bottom: 3px; left: 0;
}

.mobile-menu-button-inner span {
    top: 10px; right: 0; left: 0;
}

.mobile-menu-button.open .mobile-menu-button-inner:before {
    top: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-button.open .mobile-menu-button-inner:after {
    bottom: 11px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-button.open .mobile-menu-button-inner span {
    display: none;
}

/************************BREADCRUMBS***********************/

.breadcrumbs-container {
    padding: 5px 0 10px;
    line-height: 30px;
    font-size: 85%;
    position: relative;
    z-index: 10;
}

.breadcrumbs li {
    padding-right: 20px;
    position: relative;
}

.breadcrumbs li:after {
    display: block;
    content: "";
    width: 6px; height: 1px;
    position: absolute;
    top: 50%; right: 7px;
    background: black;
}

.breadcrumbs li:last-child {
    padding-right: 0;
    font-weight: bold;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    text-decoration: none;
}

/**********************************************************/
/*************************CONTENT**************************/
/**********************************************************/

#main-container {
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding-top: 90px;
}

.home #main-container {
    padding-top: 0;
}

#main-container.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
}

section#main-content {
    overflow: hidden;
    min-height: 100%;
}

section#content {
    padding-top: 30px;
}

.home section#content {
    padding-top: 0;
}

section#content:after {
    display: block;
    content: "";
    height: 140px;
}

.section {

}

.section-inner {

}

.section.white .section-inner {
    background: white;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    border-radius: 15px;
}

.section.white + .section.white {
    margin-top: 30px;
}

.title {
    font-size: 250%;
    font-weight: 300;
    padding-bottom: 1em;
}

.title.grid {
    justify-content: center;
}

.title-container {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.title-container .title {
    padding-bottom: 0;
}

.page-404 {
    padding: 5em 0;
}

.pdf-container {
    position: relative;
    padding-bottom: 136%;
}

.video-container {
    position: relative;
    padding-bottom: 56.3%;
}

.pdf-container iframe,
.video-container iframe {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
}

.left-side {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}

.right-side {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

.news-body {
    padding-bottom: 1em;
}

.iscwp-cnt-wrp {
    width: 100% !important;
}

.iscwp-img-wrp {
    height: auto !important;
}

.news-events-block {
    padding: 30px 0;
}

.news-events-block-inner > div {
    margin-top: 0 !important;
    width: calc(50% - 15px);
}

.news-events-block-inner > div:first-child {
    margin-right: 15px;
}

.news-events-block-inner > div:last-child {
    margin-left: 15px;
}

.subscription-events-items {
    padding-bottom: 30px;
}

.subscription-events-items a {
    display: block;
    font-size: 150%;
    color: green;
}

.club-card-item-info-item.club-card-item-info-item-event span,
.club-card-item-info-item.club-card-item-info-item-event i {
    color: green;
}

.club-card-blocks,
.club-card-block {
    padding-bottom: 40px;
}

.club-card-block:last-child {
    padding-bottom: 0;
}

.club-card-block-title {
    padding-bottom: 20px;
    text-align: center;
    font-size: 140%;
}

/*********************PARTNERS*SLIDER**********************/

#partners {
    padding: 30px 0 45px;
    margin-bottom: 30px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 50;
}

.partners-slider-item {
    display: block;
    position: relative;
    padding-bottom: 30%;
}

.partners-slider-item-image {
    right: 10%; left: 10%;
}

/***********************NEWS*SLIDER************************/

.news-slider-item {
    display: block;
    text-decoration: none;
}

.news-slider-item-image {
    position: relative;
    padding-bottom: 49%;
}

/***********************ABOUT*BLOCK************************/

#about-block {
    position: relative;
    z-index: 100;
}

#about-block .section-inner {
    align-items: flex-end;
}

.content-side {
    width: 60%;
    padding-right: 60px;
    box-sizing: border-box;
    font-size: 120%;
}

.banner-side {
    width: 40%;
}

.front-banner-image {
    display: block;
    position: relative;
    padding-bottom: 170%;
}

/*************************CONTACT**************************/

.page-contact-content {

}

.page-contact-content .left-side {
    width: 55%;
    padding-right: 30px;
    box-sizing: border-box;
}

.page-contact-content .right-side {
    width: 45%;
}

.contacts-items {

}

.contacts-item {
    width: 100%;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

.contacts-item-title {
    font-size: 130%;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 20px;
    position: relative;
}

.contacts-item-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #de8d59;
}

.contacts-item-list {

}

.contacts-item-list-item {
    padding-bottom: 5px;
    font-size: 120%;
    line-height: 28px;
    box-sizing: border-box;
    align-items: center;
}

.contacts-item-list-item:last-child {
    padding-bottom: 0;
}

.contacts-item-list-item-icon {
    width: 28px;
    font-size: 18px;
    line-height: 28px;
}

.contacts-item-list-item-link {
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.contacts-item-list-item-link.envelope-open {
    text-transform: lowercase;
}

.contacts-item-list-item-link:hover {
    color: #de8d59;
}

.contacts-item-list-item-note {
    padding-left: 10px;
    font-size: 75%;
    color: gray;
}

.hours-items {
    padding-top: 10px;
}

.hours-items-inner {
    padding: 15px 25px;
    background: white;
    border-radius: 10px;
    border: 1px solid #de8d59;
}

.hours-item {
    padding-bottom: 15px;
}

.hours-item:last-child {
    padding-bottom: 0;
}

.hours-item-days {
    min-width: 150px;
    font-weight: 600;
}

.hours-item-time {
    min-width: 100px;
}

.contact-us-button-container {
    padding-top: 1.5em;
}

.single-shares .contact-us-button-container {
    padding-bottom: 0;
    padding-top: 20px;
    justify-content: center;
}

/**************************RIDES***************************/

.page-rides .title {
    justify-content: space-between;
    align-items: center;
}

.page-rides .special-title {
    padding: 30px;
}

.attraction-item-icon-container {
    margin: -15px 0 0 -15px;
    width: 100px;
    padding-right: 15px;
    box-sizing: border-box;
}

.attraction-item-image {
    position: relative;
    padding-bottom: 70%;
}

.attraction-item-title {
    justify-content: space-between;
    align-items: center;
}

.attraction-item-title-left {
    align-items: center;
    font-size: 125%;
    font-weight: bold;
}

.attraction-item-title-right {
    align-items: center;
    font-size: 120%;
    font-weight: 600;
}

.attraction-item-colors-title {
    padding-right: 15px;
}

.attraction-item-colors {
    align-items: center;
}

.attraction-item-color {
    padding-right: 15px;
    align-items: center;
}

.attraction-item-color:last-child {
    padding-right: 0;
}

.attraction-item-color-circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.attraction-item-color-name {
    padding-left: 10px;
}

.attraction-item-content {
    width: 100%;
    padding-top: 30px;
}

.attraction-item-media {
    width: 50%;
}

.attraction-item-values {
    width: 50%;
    padding-left: 45px;
    box-sizing: border-box;
}

.attraction-item-level {
    padding-bottom: 15px;
    align-items: center;
}

.attraction-item-level-items {
    align-items: center;
    padding-right: 10px;
}

.attraction-item-item {
    width: 24px;
    height: 34px;
    background: url(../images/attractions/nostar.jpg) center center no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.attraction-item-item.active {
    background: url(../images/attractions/star.jpg) center center no-repeat;
    background-size: contain;
}

.attraction-item-item:last-child {
    margin-right: 0;
}

.attraction-item-level-title {
    font-size: 120%;
    font-weight: 600;
    line-height: 24px;
    padding-top: 10px;
}

.attraction-item-info {
    padding-top: 30px;
    text-align: center;
    align-items: flex-end;
    font-weight: bold;
}

.attraction-item-tools {
    width: 140px;
    padding-right: 30px;
}

.attraction-item-tools-image {
    position: relative;
    padding-bottom: 60%;
}

.attraction-item-tools-image.empty .attraction-item-tools-image-inner {
    background-image: url(../images/attractions/tools/empty.jpg);
}

.attraction-item-tools-image.one .attraction-item-tools-image-inner {
    background-image: url(../images/attractions/tools/one.jpg);
}

.attraction-item-tools-image.two .attraction-item-tools-image-inner {
    background-image: url(../images/attractions/tools/two.jpg);
}

.attraction-item-tools-image.onetwo .attraction-item-tools-image-inner {
    background-image: url(../images/attractions/tools/onetwo.jpg);
}

.attraction-item-tools-text {
    padding-top: 10px;
}

.attraction-item-age {
    width: 80px;
    padding-right: 30px;
}

.attraction-item-age-image {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 65%;
}

.attraction-item-age-image-inner {
    background-image: url(../images/attractions/kids.jpg);
}

.attraction-item-age-text {
    padding-top: 10px;
}

.attraction-item-height {
    width: 100px;
}

.attraction-item-height-image {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 80%;
}

.attraction-item-height-image-inner {
    background-image: url(../images/attractions/man.jpg);
}

.attraction-item-height-text {
    padding-top: 10px;
}

.attraction-item-temp {
    width: 80px;
    padding-right: 30px;
}

.attraction-item-temp-image {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 75%;
}

.attraction-item-temp-image-inner {
    background-image: url(../images/saunas/temp.svg);
}

.attraction-item-temp-text {
    padding-top: 10px;
}

.attraction-item-wet {
    width: 80px;
}

.attraction-item-wet-image {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 75%;
}

.attraction-item-wet-image-inner {
    background-image: url(../images/saunas/wet.svg);
}

.attraction-item-wet-text {
    padding-top: 10px;
}

/***************************NEWS***************************/

.news-item {
    padding: 30px 0;
    border-bottom: 1px solid #de8d59;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item-date {
    width: 20%;
    min-height: 10px;
}

.news-item-date-inner {
    width: 120px;
    text-align: center;
}

.news-item-date-inner span {
    display: block;
    font-weight: 400;
    line-height: 1em;
}

.news-item-date-inner span.day {
    font-size: 50px;
}

.news-item-date-inner span.mounth {
    font-size: 18px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #de8d59;
}

.news-item-date-inner span.year {
    font-size: 26px;
    padding: 10px 0 0 0;
}

.news-item-content {
    width: 65%;
}

.news-item-title {
    padding: 0 0 20px 0;
    text-align: center;
}

.news-item-title a {
    font-size: 200%;
    font-weight: 400;
    text-decoration: none;
}

.news-image-container,
.news-item-image {
    padding-bottom: 49%;
    position: relative;
}

.single-services .news-image-container {
    padding-bottom: 28.5%;
}

.news-item-desc {
    padding-top: 30px;
}

.single-news .title {
    padding: 1em 0;
}

.news-item-tags {

}

.news-item-tag {
    text-decoration: none;
    color: #de8d59;
    padding: 0 15px;
    height: 28px;
    line-height: 24px;
    text-align: center;
    border-radius: 14px;
    margin: 0 15px 15px 0;
    border: 1px solid #de8d59;
    box-sizing: border-box;
}

.news-item-tag:hover {
    background: #de8d59;
    color: white;
}

.news-item-tag:last-child {
    margin-right: 0;
}

.back-button {
    width: 120px;
    justify-content: center;
    margin-top: 50px;
}

.back-button a {
    text-decoration: none;
}

.back-button a:hover {
    color: #de8d59;
}

.news-loadmore-container {
    justify-content: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #de8d59;
}

/**************************SHARES**************************/

.single-shares .title {
    padding: 1em 0;
}

.shares-items {

}

.shares-item {
    display: block;
    text-decoration: none;
    padding-bottom: 30px;
}

.shares-item:last-child {
    padding-bottom: 0;
}

.shares-item-image {
    position: relative;
    padding-bottom: 49%;
}

.shares-item-date {
    position: absolute;
    top: 20px; right: 20px;
    padding: 0 15px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 14px;
    margin: 0 15px 15px 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
    background: white;
}

/************************MAIN*VIDEO************************/

#main-video {
    position: absolute;
    top: 0; right: 0; left: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    float: none;
}

.videoWrapper:after {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: -moz-linear-gradient(top, rgba(247,247,247,0) 0%, rgba(247,247,247,0) 90%, rgba(247,247,247,1) 95%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,0) 90%,rgba(247,247,247,1) 95%,rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,0) 90%,rgba(247,247,247,1) 95%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 );
    z-index: 10;
}

.videoWrapper video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.videoWrapper.ready video {
    opacity: 1;
}

.videoWrapper.circle-effect:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    width: 0; height: 0;
    margin: -2000px;
    border-radius: 50%;
    background: transparent;
    z-index: 10;
    box-sizing: unset;
    border: 2000px solid #f7f7f7;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.videoWrapper.circle-effect.ready:before {
    border-width: 0;
    width: 4000px; height: 4000px;
}

.videoWrapper .dot,
.videoWrapper .down {
    z-index: 5;
}

.videoWrapper .white-overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 10;
}

.videoWrapper .white-overlay:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.75);
}

.videoWrapper .white-overlay:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top,transparent 0%,white 100%);
    background-image: linear,to bottom,transparent 0%,white 100%;
    z-index: 10;
}

.home-anim {
    z-index: 20;
}

.bandeau.video-inside {
    margin-top: 0;
}

.bandeau.video-inside.video-header {
    margin-top: 8em;
}


.bandeau.height-auto {
    height: auto;
}

.video-banner .videoWrapper {
    float: right;
    left: inherit;
    width: 50%;
    margin-top: 25px;
}

.video-banner img {
    width: 50%;
    margin-top: 60px;
}

.dot {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAAhSURBVHjaYvz//z8DMmCC0k+hGC4AB4zoWgAAAAD//wMAPLkHy1Gz23sAAAAASUVORK5CYII=");
    background-color: rgba(255,255,255,.5);
}

.live-broadcast {
    position: absolute;
    top: 120px; right: 30px;
    padding: 10px 20px 10px 35px;
    background: red;
    color: white;
    text-decoration: none;
    border-radius: 20px;
    z-index: 200;
}

.admin-bar .live-broadcast {
    top: 152px;
}

.live-broadcast:hover {
    color: white;
}

.live-broadcast:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%; left: 15px;
    margin: -5px 0;
    border-radius: 5px;
    -webkit-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite;
}

.live-broadcast:hover:before {
    background: white !important;
}

@-webkit-keyframes blink {
    0% { background: rgba(255, 255, 255, 1); }
    50% { background: rgba(255, 255, 255, 1); }
    75% { background: rgba(255, 255, 255, 0); }
    100% { background: rgba(255, 255, 255, 1); }
}
@keyframes blink {
    0% { background: rgba(255, 255, 255, 1); }
    50% { background: rgba(255, 255, 255, 1); }
    75% { background: rgba(255, 255, 255, 0); }
    100% { background: rgba(255, 255, 255, 1); }
}

/************************AFTER*VIDEO***********************/

#after-video-block {
    padding: 12% 0 5%;
    position: relative;
    z-index: 100;
}

.shares-slider {
    height: auto !important;
}

.shares-slider-item {
    display: block;
    text-decoration: none;
}

.shares-slider-item-image {
    position: relative;
    padding-bottom: 29%;
}

/**************************SYMBOL***************************/

.symbol-inner {

}

.symbol-image-container {
    width: 30%;
}

.symbol-image {
    position: relative;
    padding-bottom: 125%;
}

.symbol-post-container {
    width: 60%;
    padding: 80px 0 0 40px;
    box-sizing: border-box;
}

.special-title {
    padding-bottom: 30px;
}

.special-title > * {
    background: white;
    padding: 15px 30px;
    line-height: 30px;
    font-size: 160%;
    min-height: 60px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-left: -30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}

.block-title {
    padding-bottom: 1em;
}

.block-title > * {
    font-size: 160%;
    padding-bottom: 1em;
    position: relative;
}

.block-title > *:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #de8d59;
}

/************************INSTAGRAM*************************/

#instagram-block {
    padding: 30px 0;
    margin-top: 30px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}

#instagram-block .title a {
    text-decoration: none;
    color: #333;
    padding: 0 20px;
}

#instagram-block .title a:hover {
    color: #de8d59;
}

.instagram-item-inner {
    display: block;
    position: relative;
    padding-bottom: 100%;
}

/***********************FOOTER*BLOCK***********************/

#footer-block {
    padding: 40px 0 20px;
}

#footer-block .section-inner {
    align-items: center;
    justify-content: space-between;
}

.footer-menu-container {
    width: 60%;
    padding-right: 30px;
    box-sizing: border-box;
}

.newsletter-form {
    width: 40%;
    padding-left: 15px;
    box-sizing: border-box;
    align-items: center;
}

.newsletter-form > div {
    width: 100%;
    padding: 60px 0 0 30px;
    box-sizing: border-box;
}

.symbol-front-image-container {
    width: 20%;
    padding: 0 15px;
    box-sizing: border-box;
}

.symbol-front-image {
    position: relative;
    padding-bottom: 100%;
}

.footer-menu-tabs {

}

.footer-menu-tab {
    line-height: 30px;
    padding: 5px 20px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

.footer-menu-tab:hover {
    color: #de8d59;
}

.footer-menu-tab.active {
    background: white;
    color: #de8d59;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.footer-menu-items {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}

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

.footer-menu-item > div {
    width: 100%;
}

.footer-menu-item.active {
    display: flex;
}

.footer-menu {

}

.footer-menu li {
    width: 50%;
    padding: 10px 5px;
    box-sizing: border-box;
}

#mrik-footer-menu .footer-menu li {
    width: 100%;
}

.footer-menu a {
    line-height: 20px;
    font-size: 14px;
}

/**************************MEDIA***************************/

.tabs-header-item {
    line-height: 30px;
    padding: 10px 30px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    font-size: 150%;
    cursor: pointer;
    text-decoration: none;
}

.tabs-header-item:hover {
    color: #de8d59;
}

.tabs-header-item.active {
    background: white;
    color: #de8d59;
    box-shadow: 0 -3px 4px 0 rgba(0,0,0,0.1);
}

.tabs-content {
    background: white;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    border-radius: 0 0 15px 15px;
}

.tabs-content-item {
    display: none;
}

.tabs-content-item.active {
    display: block;
}

.video-items {
    margin: -10px;
}

.video-item {
    width: 33.333333%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.video-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.video-item-image {
    position: relative;
    padding-bottom: 56.3%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-item-title {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 );
    padding: 20px 15px 10px;
    color: black;
    font-size: 100%;
    z-index: 30;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.video-item:hover .video-item-title {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.page-photos-header-image-inner {
    position: relative;
    padding-bottom: 60%;
}

.page-photos-items {
    padding-top: 30px;
    margin: -10px;
}

.page-photos-item {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.page-photos-item-inner {
    display: block;
    cursor: zoom-in;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.page-photos-item-inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.page-photos-item-image-inner {
    position: relative;
    padding-bottom: 76%;
}

.page-photos-item-image {
    background-position: top center;
}

.media-title {
    width: 100%;
    padding: 1em 0;
    font-size: 200%;
}

/*************************SERVICES*************************/

.services-items-container {
    padding-top: 60px;
}

.services-items {
    margin: 0 -10px;
}

.services-item {
    display: block;
    width: 50%;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
}

.services-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.services-item-image-container {
    position: relative;
    padding-bottom: 28.5%;
}

.services-item-image {
    align-items: center;
    justify-content: center;
}

.services-item-image:after {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(255,255,255,.75);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-item:hover .services-item-image:after {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.services-item-title {
    font-size: 125%;
    color: #333;
    font-weight: bold;
    padding: 0 15px;
    position: relative;
    z-index: 10;
}

.services-item:hover .services-item-title {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.single-services .title {
    padding: 1em 0;
}

/**************************TICKETS*************************/

.tickets-block {
    padding: 30px 0;
}

.ticket-item {
    background: white;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
}

.ticket-item.holiday:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(1,139,149,.1);
    border-radius: 15px;
}

.ticket-item:last-child {
    margin-bottom: 0;
}

.ticket-item-inner {
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 10;
}

.ticket-header-container {
    align-items: center;
}

.ticket-item-category {
    font-size: 109%; /*changed from 130 */
    font-weight: bold;
    line-height: 1em;
}

.ticket-item-meta {
    align-items: center;
    font-size: 90%;
}

.ticket-header-info {
    line-height: 20px;
    color: #888;
    font-size: 85%;
}

.ticket-header-container + .ticket-item-meta {
    padding-top: 35px;
}

.ticket-header-info + .ticket-item-meta {
    padding-top: 15px;
}

.ticket-item-meta > div {
    padding-right: 30px;
    align-items: center;
    flex-wrap: nowrap;
}

.ticket-item-meta > div:last-child {
    padding-right: 0;
}

.ticket-item-hours {
    align-items: center;
    padding-left: 30px;
}

.ticket-item-meta > div > i,
.ticket-item-hours > i {
    display: block;
    color: #de8d59;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}

.ticket-item-meta > div > span,
.ticket-item-hours > span {
    display: block;
    font-size: 120%;
    padding-left: 10px;
}

.ticket-item-hours > span {
    font-weight: bold;
}

.ticket-item-hours > span {
    font-size: 135%;
}

.ticket-item-shop-part {

}

.ticket-item .product-shop {

}

.ticket-item .product-shop-price {
    justify-content: flex-end;
    font-size: 135%;
    font-weight: 600;
    color: green;
    padding-bottom: 30px;
    align-items: flex-end;
}

.ticket-item .product-shop-price span.main-price {
    padding-right: 5px;
}

.ticket-item .product-shop-price span:last-child {
    font-size: 75%;
    padding-bottom: .1em;
}

.ticket-item .product-shop .button {

}

.filter-container {
    background: white;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    margin: 60px -30px 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    align-items: center;
    position: relative;
}

.filter-container.active:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.25);
    z-index: 10;
}

.events-mark {
    position: absolute;
    top: -45px; right: -45px;
    background: white;
    color: red;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 50px;
    font-size: 150%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.ticket-events-container {
    padding-top: 15px;
}

.ticket-events-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.ticket-events-items {

}

.ticket-events-item {
    display: block;
    text-decoration: none;
    color: red;
    margin-bottom: 5px;
}

.ticket-events-item:last-child {
    margin-bottom: 0;
}

/***************************SHOP***************************/

.shop-modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    max-width: 500px;
    width: 500px;
    z-index: 850;
    color: black;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 25px;
}

.shop-modal-window .modal-text {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    text-transform: initial;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.shop-modal-window .modal-text i {
    padding: 0 10px 0 0;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}

.shop-modal-window .modal-buttons {
    justify-content: space-between;
    padding-top: 20px;
}

.shop-modal-window .modal-buttons .button {
    width: 200px;
}

.modal-window-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.modal-window-close:hover {
    color: red;
}

.cart-widget {
    position: fixed;
    top: 40%; right: -150px;
    width: 90px;
    height: 90px;
    margin: -45px 0;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    border-radius: 15px 0 15px 15px;
    text-decoration: none;
    z-index: 200;
    border-right: none;
    box-sizing: border-box;
}

.cart-widget.active {
    right: 50px;
}

.cart-widget-icon {
    width: inherit;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-size: 36px;
    color: #de8d59;
    box-sizing: border-box;
    padding-right: 5px;
}

.cart-widget-count {
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: -15px; right: -15px;
    background: white;
    border: #de8d59 2px solid;
    border-radius: 50%;
    color:  #de8d59;
    font-size: 14px;
    box-sizing: border-box;
    opacity: 0;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.cart-widget-count.active {
    opacity: 1;
}

.cart-widget-total {
    width: inherit;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
}

.cart-widget-total span {
    font-size: 12px;
    padding-right: 2px;
}

.cart-container {
    background: white;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
}

.cart-container.active:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.25);
    z-index: 200;
}

.cart-block-container,
.order-block-container,
.payment-block-container {
    padding-bottom: 15px;
}

.order-block-container,
.payment-block-container {
    display: none;
}

.cart-block-item {
    padding: 5px 0;
    border-bottom: 1px solid #de8d59;
}

.cart-block-item:first-child {
    margin-top: -30px;
}

.cart-block-item-body {
    width: calc(100% - 250px);
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

.cart-block-item-name {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.cart-block-item-count-container {
    width: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cart-block-item-count {
    padding: 5px !important;
    text-align: center;
}

.cart-block-item-count-widget {
    align-items: center;
}

.cart-block-item-count-widget input {
    width: 40px;
}

.cart-block-item-count-widget div.item-count {
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.cart-block-item-count-widget div.item-count.disabled {
    opacity: .7;
    cursor: auto;
}

.cart-block-item-count-widget i {
    padding: 0 !important;
}

.cart-block-item-remove {
    display: none;
    position: absolute;
    right: 0; bottom: 10px; left: 0;
    text-align: center;
    font-size: 14px;
    color: red;
    font-weight: bold;
    cursor: pointer;
}

.cart-block-item:hover .cart-block-item-remove {
    display: block;
}

.cart-block-item-price {
    width: 150px;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.cart-block-item-price span {
    padding-right: 2px;
    font-size: 100%;
    position: relative;
}

.cart-block-item-price span.grid {
    align-items: center;
    justify-content: flex-end;
}

.cart-block-item-price i {
    font-size: 10px !important;
    position: relative;
    top: 2px;
}

.cart-block-bottom-item i {
    font-size: 12px !important;
    position: relative;
    top: 8px;
}

#delivery-price-container i {
    font-size: 12px !important;
    position: relative;
}

.cart-block-item-price span.old-price {
    font-size: 80%;
    color: gray;
    text-decoration: line-through;
    padding-right: 3px;
}

.loader-container {
    padding-bottom: 50%;
    position: relative;
}

.required {
    padding-left: 2px;
    color: red;
    font-weight: bold;
}

.cart-block-buttons {
    padding-top: 20px;
    justify-content: space-between;
}

.cart-block-bottom {
    padding: 20px 0 40px;
    font-weight: bold;
}

.cart-block-bottom-item {
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.cart-block-bottom-item .total-price {
    font-size: 16px;
    align-items: flex-end;
}

.cart-block-bottom-item .total-price span {
    padding-right: 4px;
    font-size: 22px;
    position: relative;
    top: 1px;
}

.cart-block-bottom-item span {
    padding-right: 2px;
}

.cart-block-ticket-header-container {
    font-size: 18px;
    align-items: center;
    font-weight: bold;
    padding-bottom: 1em;
}

.cart-block-ticket-category {
    padding-right: 10px;
}

.cart-block-ticket-date,
.cart-block-ticket-age,
.cart-block-ticket-item-hours,
.cart-block-ticket-zone {
    align-items: center;
    flex-wrap: nowrap;
}

.cart-block-ticket-date i,
.cart-block-ticket-age i,
.cart-block-ticket-item-hours i,
.cart-block-ticket-zone i {
    padding-right: 5px;
    min-width: 20px;
    text-align: center;
    color: #de8d59;
}

.cart-block-ticket-date,
.cart-block-ticket-age,
.cart-block-ticket-zone {
    padding-bottom: .5em;
}

#promo-code.error {
    border-color: red;
}

.form-item-promo {
    border: 2px solid #de8d59;
    padding: 5px 10px 5px 15px;
    height: 40px;
    line-height: 26px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 20px;
}

.form-item-promo > p {
    font-weight: bold;
    align-items: center;
    padding-right: 10px;
}

.form-item-promo > span {
    color: gray;
    cursor: pointer;
}

.form-item-promo > span:hover {
    color: black;
}

.promo-form-active {
    padding-bottom: 20px;
}

#news-slider,
#payment-block {
    position: relative;
    z-index: 10;
}

#payment-block .cart-block-buttons {
    padding-top: 0;
}

.card-final-header {
    padding-top: 20px;
}

.card-final-header-text {
    padding-bottom: 20px;
}

.card-final-header-text span {
    font-weight: bold;
}

.payment-info {
    width: 50%;
    padding-bottom: 5px;
}

.payment-info span {
    font-weight: bold;
}

/************************CLUB*CARDS************************/

.club-card-header {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.club-card-header.network:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(1,139,149,.1);
    border-radius: 15px;
}

.club-card-header-inner {
    align-items: center;
    overflow: hidden;
}

.club-card-image-container {
    width: 50%;
    margin: -60px 0 -60px -30px;
}

.club-card-image {
    position: relative;
    padding-bottom: 100%;
}

.club-card-info-container {
    width: 50%;
    padding-left: 90px;
    box-sizing: border-box;
}

.club-card-info-item {
    font-size: 125%;
    padding-bottom: 2em;
    align-items: center;
    flex-wrap: nowrap;
}

.club-card-info-item:last-child {
    padding-bottom: 0;
}

.club-card-info-item i {
    min-width: 40px;
    font-size: 125%;
    color: #de8d59;
}

.club-card-info-item span {
    padding-left: 10px;
    font-weight: bold;
}

.club-card-info-item.price span {
    padding-left: 0;
    font-size: 125%;
}

.club-card-items {
    margin: -10px;
}

.club-card-item {
    width: 33.333333%;
    padding: 10px;
    box-sizing: border-box;
}

.club-card-item-inner {
    display: block;
    height: 100%;
    text-decoration: none;
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.club-card-item.network .club-card-item-inner:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(1,139,149,.1);
    border-radius: 15px;
}

.club-card-item-inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.club-card-item-image-container {
    margin: -30px -15px -15px -15px;
}

.club-card-item-image {
    position: relative;
    padding-bottom: 100%;
}

.club-card-item-title {
    font-size: 125%;
    padding-bottom: 1em;
}

.club-card-item-image-inner {

}

.club-card-item-info-container {
    padding-bottom: 30px;
}

.club-card-item-info-item {
    padding-bottom: 1em;
    flex-wrap: nowrap;
    align-items: center;
}

.club-card-item-info-item:last-child {
    padding-bottom: 0;
}

.club-card-item-info-item i {
    width: 30px;
    color: #de8d59;
    font-size: 125%;
}

.club-card-item-info-item span {
    padding-left: 5px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    color: #888;
}

.club-card-item-info-item:last-child {
    position: absolute;
    right: 20px; bottom: 20px; left: 20px;
}

.club-card-item-info-item:last-child span {
    font-weight: bold;
}

.club-card-item-info-item.price span {
    padding-left: 0;
    font-size: 125%;
    color: #333;
}

/**************************STAFF***************************/

.staff-block-container {
    padding-top: 30px;
}

.staff-block-container .block-title {

}

.staff-items {

}

.staff-item {
    padding-bottom: 30px;
}

.staff-item:last-child {
    padding-bottom: 0;
}

.staff-item-inner {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

.staff-item-title-container {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.staff-item-title {
    font-size: 150%;
    font-weight: bold;
}

.staff-item-phone {

}

.staff-item-phone a {
    display: block;
    font-size: 125%;
    text-decoration: none;
}

.staff-item-subtitle {
    color: #888;
}

.staff-item-info-container {
    padding-top: 30px;
}

.staff-item-image-container {
    width: 20%;
}

.staff-item-image {
    position: relative;
    padding-bottom: 150%;
}

.staff-item-image-inner {

}

.staff-item-info {
    width: 80%;
    padding-left: 30px;
    box-sizing: border-box;
}

.staff-item-desert {
    box-sizing: border-box;
    padding: 0 15px;
}

.staff-item-info.count-1-items .staff-item-desert {
    width: 100%;
}

.staff-item-info.count-2-items .staff-item-desert {
    width: 50%;
}

.staff-item-info.count-3-items .staff-item-desert {
    width: 33.333333%;
}

.staff-item-info.count-4-items .staff-item-desert {
    width: 25%;
}

.staff-item-info.count-5-items .staff-item-desert {
    width: 20%;
}

.staff-item-desert-title {
    font-weight: bold;
    padding-bottom: 1em;
}

.staff-item-desert-text {

}

/*********************BIRTHDAY*EVENTS**********************/

.birthday-events-items {
    margin: -10px;
    padding-bottom: 60px;
}

.birthday-events-item {
    width: 33.333333%;
    padding: 10px;
    box-sizing: border-box;
}

.birthday-events-item-inner {
    background: white;
    padding: 20px 20px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.birthday-events-item-inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.birthday-events-item-image-container {

}

.birthday-events-item-image {
    position: relative;
    padding-bottom: 65%;
}

.birthday-events-item-image-inner {

}

.birthday-events-item-title {
    padding: 1em 0;
    font-size: 125%;
}

.birthday-events-item-age {
    align-items: center;
    line-height: 20px;
    position: absolute;
    right: 20px; bottom: 20px; left: 20px;
}

.birthday-events-item-age i {
    width: 20px;
    color: #de8d59;
}

.birthday-events-item-age span {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
}

.birthday-events-item-overlay {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    padding: 20px;
    background: rgba(255,255,255,.9);
    border-radius: 10px;
    opacity: 0;
    z-index: 10;
}

.birthday-events-item:hover .birthday-events-item-overlay {
    opacity: 1;
}

.birthday-events-item-text {
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 50px;
    font-weight: bold;
}

.birthday-events-item-button-container {
    position: absolute;
    right: 20px; bottom: 20px; left: 20px;
    justify-content: center;
}

/*************************PAGE*FAQ*************************/

.faq-items {
    padding-top: 30px;
}

.faq-item {
    padding-bottom: 20px;
}

.faq-item-inner {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    position: relative;
}

.faq-item-question {
    font-size: 125%;
    padding-bottom: 1em;
}

.faq-item-answer {
    color: #888;
}

/*********************TICKETS*CALCULATOR*******************/

#ticket-calculator {
    position: relative;
    margin: 0 -30px 30px;
}

#ticket-calculator.hold:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.85);
    z-index: 210;
    border-radius: 15px;
}
/* 
#ticket-calculator.holiday .section-inner:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(1,139,149,.1);
}

#ticket-calculator.holiday .section-inner > div {
    position: relative;
    z-index: 10;
} */


#ticket-calculator .section-inner {
    background: #fff url(../images/calc-bg.png) top center no-repeat;
    background-size: cover;
}

#ticket-calculator.sw .section-inner {
    background: #fff url(../images/sw.png) top center no-repeat;
    background-size: cover;
}

.ticket-calculator-header {
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #de8d59;
}

.ticket-calculator-rows {

}

.ticket-calculator-row {
    padding: 30px 0;
    border-bottom: 1px solid #de8d59;
}

.ticket-calculator-row:last-child {
    border-bottom: none;
}

.ticket-calculator-after-rows {
    justify-content: center;
    padding-bottom: 30px;
}

.ticket-calculator-bottom {
    border-top: 1px solid #de8d59;
    padding-top: 30px;
    align-items: center;
}

.ticket-calculator-row-inner {
    align-items: center;
}

.ticket-calculator-row-count-container {
    width: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ticket-calculator-row-count-widget {
    align-items: center;
}

.ticket-calculator-row-count-widget {
    align-items: center;
}

.ticket-calculator-row-count-widget input {
    width: 40px;
    padding: 5px !important;
    text-align: center;
}

.ticket-calculator-row-count-widget div.row-item-count {
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.ticket-calculator-row-count-widget div.row-item-count.disabled {
    opacity: .7;
    cursor: auto;
}

.ticket-calculator-row-count-widget div.row-item-count i {
    padding: 0 !important;
}

.ticket-calculator-row-button-container,
.ticket-calculator-add-to-card-button-container {
    width: 25%;
    justify-content: flex-end;
}

.ticket-calculator-row-button-container > div {
    min-width: 70px !important;
}

.ticket-calculator-row.selected .ticket-calculator-row-button-container > div {
    display: none;
}

.ticket-calculator-row:nth-child(4).selected .ticket-calculator-row-button-container > div:first-child {
    display: block;
}

.ticket-calculator-row-button-container > div:last-child {
    margin-left: 20px;
}

.ticket-calculator-total-price,
.ticket-calculator-row-price {
    width: 20%;
    justify-content: flex-end;
}

.ticket-calculator-total-price {
    width: 30%;
}

.ticket-calculator-row-age {
    width: calc(55% - 100px);
    position: relative;
}

.ticket-calculator-row.selected .ticket-calculator-row-age:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255,255,255,.2);
    z-index: 150;
}

.ticket-calculator-text-container {
    width: 45%;
    align-items: center;
    font-weight: bold;
    opacity: 0;
}

.ticket-calculator-text-container.show {
    opacity: 1;
}

.ticket-calculator-text-container i {
    color: #de8d59;
    font-size: 120%;
    padding-right: 5px;
}

.ticket-calculator-row-price,
.ticket-calculator-total-price {
    align-items: center;
}

.ticket-calculator-row-price span.main-price,
.ticket-calculator-total-price span.main-price {
    padding-right: 5px;
    font-weight: bold;
}

.ticket-calculator-row-price span:last-child,
.ticket-calculator-total-price span:last-child {
    font-size: 80%;
    position: relative;
    top: 2px;
}

.ticket-calculator-total-price span.label {
    padding-right: 30px;
    font-weight: bold;
}

/*************************SCHEDULE*************************/

.schedule-left {
    width: 250px;
    padding-right: 30px;
    box-sizing: border-box;
}

.schedule-menu li {
    padding: 10px 15px;
    background: white;
    cursor: pointer;
}

.schedule-menu li:hover {
    color: #de8d59;
}

.schedule-menu li.active {
    color: white;
    background: #de8d59;
}

.schedule-right {
    width: calc(100% - 250px);
}

.table-box {
    overflow-x: auto;
}

.shedule-table-box table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.25em 0;
    font-weight: 400;
    font-style: italic;
    width: 100%;
}

.shedule-table-box td,
.shedule-table-box th,
.shedule-table-box caption {
    position: relative;
    padding: 12px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #b4b4b4;
    font: inherit;
    text-align: left;
    background-clip: border-box;
}

.shedule-table-box td:last-child,
.shedule-table-box th:last-child {
    border-right-width: 1px;
}

.shedule-table-box tr:last-child td,
.shedule-table-box tr:last-child th {
    border-bottom-width: 1px;
}

.shedule-table-box th {
    color: #fff;
    background-color: #de8d59;
}

.shedule-table-box thead th,
.shedule-table-box tfoot th {
    border-color: transparent;
}

.shedule-table-box th + th {
    border-right-color: transparent;
    border-left-color: transparent;
}

.shedule-table-box caption {
    text-align: center;
}

.shedule-table-box thead,
.shedule-table-box tfoot,
.shedule-table-box caption{
    font-weight: 700;
    font-style: normal;
    font-size: 120%;
    background-color: #2e302f;
}

.shedule-table-box caption{
    background: #de8d59;
}

.shedule-table-box thead td,
.shedule-table-box tfoot td,
.shedule-table-box caption {
    border-color: transparent;
    color: #fff;
}

.shedule-table-box thead td::after,
.shedule-table-box thead th::after,
.shedule-table-box tfoot tr:not(:first-child) td::after,
.shedule-table-box tfoot tr:not(:first-child) th::after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 100%;
    left: -1px;
    background: #fff;
}

.shedule-table-box th:first-child::after,
.shedule-table-box thead td:first-child::after,
.shedule-table-box tfoot tr:not(:first-child) td:first-child::after {
    left: 0px;
}

.shedule-table-box table {
    margin-top: 0;
}

.shedule-table-box td:not(:first-child),
.shedule-table-box th:not(:first-child) {
    width: 130px;
    text-align: center;
    vertical-align: middle;
    font-style: italic;
    font-size: 15px;
}

.shedule-table-box thead td:not(:first-child),
.shedule-table-box thead th:not(:first-child) {
    font-style: normal;
    font-size: 18px;
}

.shedule-table-box .no-cell::after {
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px !important;
    background: #f7f7f7;
}

.shedule-table-box td.time {
    position: relative;
    padding: 70px 35px 0 0;
    background: #b4b4b4;
    font-size: 18px;
}

.shedule-table-box td.time div {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -9px -22px 0 0;
    color: #fff;
    transform: rotate( -90deg );
}

.shedule-table-box td.special {
    position: relative;
    background: #de8d59;
}

.shedule-table-box td .message {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    padding: 10px;
    margin: 20px 10px 0;
    width: 190px;
    background: #b4b4b4;
    color: #fff;
    font-size: 14px;
}

.shedule-table-box td:hover .message {
    display: block;
}

.shedule-table-box td .message::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    border-top: 23px solid #b4b4b4;
    border-left: 23px solid transparent;
}

.shedule-table-box .trainer {
    color: #7b7b7c;
    font-size: 14px;
    line-height: 1;
}

.shedule-table-box td.special .trainer,
.shedule-table-box td.special .service {
    color: #fff;
}

.shedule-table-box td a {
    color: inherit;
}

/*************************HOME*TUBS************************/

.home-tabs-container {
    margin-bottom: 30px;
}

.home-tabs-container .tabs-header-item {
    background: #eee;
    box-shadow: none;
    margin-right: 5px;
}

.home-tabs-container .tabs-header-item.active {
    background: white;
    color: #de8d59;
    box-shadow: 0 -3px 4px rgba(0,0,0,.1);
}

.home-tabs-container .filter-container {
    background: none;
    padding: 0 0 30px 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}

.filter-container-button {
    justify-content: flex-end;
}

.club-card-show-more {
    padding: 60px 0;
    justify-content: center;
}

/**************************PRICES**************************/

.news-body + .prices-items {
    padding-top: 30px;
}

.prices-item {
    padding-bottom: 40px;
}

.prices-item-inner {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    position: relative;
}

.prices-item-title {
    background: #de8d59;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

.prices-item-content-items {

}

.prices-item-content-item {
    border-bottom: 1px solid #eee;
}

.prices-item-content-item:last-child {
    border-bottom: none;
}

.prices-item-content-item-header {
    font-weight: 600;
}

.prices-item-content-item > div {
    padding: 10px 15px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    align-items: center;
}

.prices-item-content-item > div:last-child {
    border-bottom: none;
}

.prices-item-content-item > div span {
    display: block;
}

.prices-item-content-name {
    width: 54%;
}

.prices-item-content-count {
    width: 12%;
    justify-content: center;
}

.prices-item-content-value {
    width: 20%;
    justify-content: center;
}

.prices-item-content-price {
    width: 14%;
}

/**********************************************************/
/**************************FOOTER**************************/
/**********************************************************/

footer {
    margin-top: -140px;
    box-sizing: border-box;
    position: relative;
}

.footer-inner {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.copyright {
    line-height: 20px;
    height: 60px;
    padding: 20px 0;
    box-sizing: border-box;
}

.social-links {
    position: relative;
    z-index: 10;
}

.social-links li {
    margin-right: 10px;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a {
    display: block;
    width: 36px;
    height: 36px;
    background: transparent;
    color: white;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border-radius: 50%;
}

.social-links li a:hover {
    background: white;
    box-shadow: 0 0 6px rgba(0,0,0,.35);
}

.footer-bottom {
    height: 60px;
    background: white;
    box-shadow: 0 -4px 8px 0 rgba(0,0,0,.1);
}

.footer-bottom ul {
    margin: 0 -15px;
    align-items: center;
    align-content: center;
    height: inherit;
    box-sizing: border-box;
}

.footer-bottom ul li a {
    display: block;
    font-size: 75%;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
}