/********* Compiled - Do not edit *********/
@font-face {
font-family:"Tektur-Bold";
src:url(/fonts/Tektur-Bold.woff2), url(/fonts/Tektur-Bold.woff);font-weight:;
font-display:swap;
}
@font-face {
font-family:"Tektur-Medium";
src:url(/fonts/Tektur-Medium.woff2), url(/fonts/Tektur-Medium.woff);font-weight:;
font-display:swap;
}
@font-face {
font-family:"Tektur-Regular";
src:url(/fonts/Tektur-Regular.woff2), url(/fonts/Tektur-Regular.woff);font-weight:;
font-display:swap;
}
:root{--color-primary:#f13c46;--color-gradient-start:#F42958;--color-gradient-stop:#E4442A;--lqd-cc-active-bw:1px;}body{font-family:'Tektur-Regular', sans-serif ;font-weight:400;line-height:1.7em;font-size:1em;color:#808291;}.btn{font-family:'Tektur-Regular', sans-serif ;}.lqd-post-content, .lqd-post-header .entry-excerpt{font-family:'Poppins', sans-serif ;font-weight:400;line-height:2;font-size:14px;color:#737373;}.h1,h1{font-family:'Tektur-Medium', sans-serif ;font-weight:600;line-height:1.2em;letter-spacing:-0.01em;font-size:52px;color:#ffffff70;}.h2,h2{font-family:'Tektur-Medium', sans-serif ;font-weight:600;line-height:1.2em;letter-spacing:-0.01em;font-size:40px;color:#314f6e;}.h3,h3{font-family:'Tektur-Regular', sans-serif ;font-weight:500;line-height:1.5em;font-size:1.3em;color:#314f6e;}.h4,h4{font-family:'Tektur-Bold', sans-serif ;font-weight:700;line-height:1.2em;font-size:25px;color:#314f6e;}.h5,h5{font-family:'Tektur-Bold', sans-serif ;font-weight:700;line-height:1.2em;font-size:21px;color:#314f6e;}.h6,h6{font-family:'Tektur-Bold', sans-serif ;font-weight:700;line-height:1.2em;font-size:18px;color:#314f6e;}.main-header .navbar-brand{max-width:120px;}.titlebar-inner h1{}.titlebar-inner p{}#lqd-gdpr{padding:   ;border-radius:   ;}#lqd-gdpr .lqd-gdpr-accept{padding:   ;border-radius:   ;}section.vc_row{units:px;}@media screen and (min-width: 992px){body.has-sidebar #lqd-contents-wrap{padding-top:25px;}}.scramble {
  margin: 0;

}

.scramble .char {
  
  will-change: contents;
}





/* Черный крестик */
.lity .lity-close {
    color: #000;
    position: absolute;
}


/* Попап 50% Левый */
[data-modal-type=popup50l] .lqd-lity-backdrop {
    display: none;
}
.lqd-lity[data-modal-type=popup50l] .lqd-lity-wrap {
    display: block;
}
.lqd-lity-opened[data-modal-type=popup50l] .lqd-lity-container {
    transform-origin: top;
    animation: modalFullscreenContainer .5s cubic-bezier(0.95, 0, 0.15, 1) alternate both;
}
.lqd-lity[data-modal-type=popup50l] .lqd-lity-container {
    width: 100vw;
    height: 100vh;
    border-radius: 20px 20px 0 0;
    background: #000;
}
.lqd-lity-opened[data-modal-type=popup50l] .lqd-lity-content {
    animation: modalDefaultContent .65s .45s cubic-bezier(0.3, 1, 0.6, 1) alternate both;
}
.lqd-lity[data-modal-type=popup50l] .lqd-modal, .lqd-lity[data-modal-type=popup50l] .lqd-lity-content, .lqd-lity[data-modal-type=popup50l] .lqd-modal-inner {
    height: 100%;
}
.lqd-lity[data-modal-type=popup50l]{
    /* Задаем процент */
    width: 50vw;
    height: 80vh;
    top: 20vh;
}
@media screen and (max-width: 768px){
    .lqd-lity[data-modal-type=popup50l] {
        width: 100vw;
        height: 80vh;
        top: 20vh;
    }
    .superneon{
        display:none;
    }
}




/* Попап 75% Правый */
.lqd-lity[data-modal-type=popup50r] .lqd-lity-wrap {
    display: block;
}
.lqd-lity-opened[data-modal-type=popup50r] .lqd-lity-container {
    transform-origin: top;
    animation: modalFullscreenContainer .8s cubic-bezier(0.95, 0, 0.15, 1) alternate both;
}
.lqd-lity[data-modal-type=popup50r] .lqd-lity-container {
    width: 100vw;
    height: 100vh;
    border-radius: 20px 20px 0 0;
    background: #000;
}
.lqd-lity-opened[data-modal-type=popup50r] .lqd-lity-content {
    animation: modalDefaultContent .65s .45s cubic-bezier(0.3, 1, 0.6, 1) alternate both;
}
.lqd-lity[data-modal-type=popup50r] .lqd-modal, .lqd-lity[data-modal-type=popup50r] .lqd-lity-content, .lqd-lity[data-modal-type=popup50r] .lqd-modal-inner {
    height: 100%;
    padding: 5px;
}
.lqd-lity[data-modal-type=popup50r]{
    height: 99vh;
    top: 1vh;
    /* Задаем процент */
    left: 50vw;
}
@media screen and (max-width: 768px){
    .lqd-lity[data-modal-type=popup50r] {
        width: 100vw;
        left: 0;
        top: 20vh;
        height: 80vh;
    }
}


/* Попап 30% Правый */
.lqd-lity[data-modal-type=popup30r] .lqd-lity-wrap {
    display: block;
}
.lqd-lity-opened[data-modal-type=popup30r] .lqd-lity-container {
    transform-origin: top;
    animation: modalFullscreenContainer .8s cubic-bezier(0.95, 0, 0.15, 1) alternate both;
}
.lqd-lity[data-modal-type=popup30r] .lqd-lity-container {
    width: 100vw;
    height: 100vh;
    border-radius: 20px 20px 0 0;
    background: #000;
}
.lqd-lity-opened[data-modal-type=popup30r] .lqd-lity-content {
    animation: modalDefaultContent .65s .45s cubic-bezier(0.3, 1, 0.6, 1) alternate both;
}
.lqd-lity[data-modal-type=popup30r] .lqd-modal, .lqd-lity[data-modal-type=popup30r] .lqd-lity-content, .lqd-lity[data-modal-type=popup30r] .lqd-modal-inner {
    height: 100%;
    padding: 5px;
}
.lqd-lity[data-modal-type=popup30r]{
    height: 99vh;
    top: 1vh;
    /* Задаем процент */
    left: 0vw;
}
@media screen and (max-width: 768px){
    .lqd-lity[data-modal-type=popup30r] {
        width: 100vw;
        left: 0;
        top: 75vh;
        height: 25vh;
    }
}

/* Попап 75% Правый */
.lqd-lity[data-modal-type=popup50r2] .lqd-lity-wrap {
    display: block;
}
.lqd-lity-opened[data-modal-type=popup50r2] .lqd-lity-container {
    transform-origin: top;
    animation: modalFullscreenContainer .8s cubic-bezier(0.95, 0, 0.15, 1) alternate both;
}
.lqd-lity[data-modal-type=popup50r2] .lqd-lity-container {
    width: 100vw;
    height: 100vh;
    border-radius: 20px 20px 0 0;
    background: #000;
}
.lqd-lity-opened[data-modal-type=popup50r] .lqd-lity-content {
    animation: modalDefaultContent .65s .45s cubic-bezier(0.3, 1, 0.6, 1) alternate both;
}
.lqd-lity[data-modal-type=popup50r2] .lqd-lqd-modal, .lqd-lity[data-modal-type=popup50r2] .lqd-lity-content, .lqd-lity[data-modal-type=popup50r2] .lqd-modal-inner {
    height: 100%;
    padding: 5px;
}
.lqd-lity[data-modal-type=popup50r2]{
    height: 100vh;
    top: 0vh;
    /* Задаем процент */
    left: 80vw;
}
@media screen and (max-width: 768px){
    .lqd-lity[data-modal-type=popup50r2] {
        width: 100vw;
        left: 0;
        top: 5vh;
        height: 95vh;
    }
}




/* Попап с отступами */
[data-modal-type=popupfull] .lity-backdrop {
    display: none;
}
.lity[data-modal-type=popupfull] .lity-wrap {
    display: block;
}
.lity-opened[data-modal-type=popupfull] .lity-container {
    transform-origin: top;
    animation: modalFullscreenContainer .5s cubic-bezier(0.95, 0, 0.15, 1) alternate both;
}
.lity[data-modal-type=popupfull] .lity-container {
    width: 100vw;
    height: 100vh;
    border-radius: 20px 20px 0 0;
    background: #000;
}
.lity-opened[data-modal-type=popupfull] .lity-content {
    animation: modalDefaultContent .65s .45s cubic-bezier(0.3, 1, 0.6, 1) alternate both;
}
.lity[data-modal-type=popupfull] .lqd-modal, .lity[data-modal-type=popupfull] .lity-content, .lity[data-modal-type=popupfull] .lqd-modal-inner {
    height: 100%;
}
.lity[data-modal-type=popupfull]{
    /* Задаем процент */
    width: 100vw;
    height: 80vh;
    top: 20vh;
}
@media screen and (max-width: 768px){
    .lity[data-modal-type=popupfull] {
        width: 100vw;
        height: 80vh;
        top: 20vh;
    }
}
.inline .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
}





.neons{
    position: relative;
    z-index: 2;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

    .neons > .ld-container{
        width: 100%;
        height: 100%;
        background-color: #1e1f21;
        border-radius: 25px;
    }
    .neons .lqd-tabs-pane{
        background-color: #1e1f21;
    }

    .neons >.ld-container::before, .neons >.ld-container::after{
        content: "";
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 30px;
        background-image: linear-gradient(0, #ff570d, #00FFF1);
        background-size: 100% 200%;
        background-position: center center;
        top: -5px;
        left: -5px;
        -webkit-animation: spin 3000ms infinite alternate;
        animation: spin 3000ms infinite alternate;
    }

    .neons >.ld-container::after{
        filter: blur(65px);
    }
@-webkit-keyframes spin {
  0% {
    background-position: top center;
  }
  100% {
    background-position: bottom center;
  }
}

@keyframes spin {
  0% {
    background-position: top center;
  }
  100% {
    background-position: bottom center;
  }
}



.neons2{
    position: relative;
    z-index: 2;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}
.neons2 > .ld-container{
    width: 100%;
    height: 100%;
    background-color: #1e1f21;
    border-radius: 25px;
}
.neons2 .lqd-tabs-pane{
    background-color: #1e1f21;
}

.neons2 >.ld-container::before, .neons2 >.ld-container::after{
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
    background-image: linear-gradient(0, #ff00aa, #00FFF1);
    background-size: 100% 200%;
    background-position: center center;
    top: -5px;
    left: -5px;
    -webkit-animation: spin 3000ms infinite alternate;
    animation: spin 3000ms infinite alternate;
}

.neons2 >.ld-container::after{
    filter: blur(65px);
}



.iconbox-icon-wrap{
    border-radius: 25px;
    overflow: hidden;
}
.wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 0;
}
.frozen {
    backdrop-filter: blur(4px);
    background: #FFFFFF80;
}


.dblock .vc_column-inner {
    display: flex;
    flex-direction: row;
}

.glitch{
  -webkit-animation: noise 1.2s linear infinite;
}


@-webkit-keyframes noise {
  50% {
    text-shadow: 5px 0 3px #40E0D0, -5px 0 3px #CD5C5C;
  }
}
@-webkit-keyframes down {
  100% {
    top: 60px;
  }
}
@-webkit-keyframes up {
  100% {
    top: -55px;
  }
}










.mainslider .wpb_wrapper{
    width: 100%;
    height: 100%;
    display: table;
}
/*Title Text Stuff*/

.container-neon {
  display: table-cell;
  vertical-align: middle;
}
.cyber-neon {
  margin-top: 80px;
  color: #FB42D4;
  font-size: 9vw;
  line-height: 9vw;
  text-shadow: 0 0 3vw #F40AD5;
  margin-left: 10px;
  cursor: default;
}
.zone-neon {
  margin-top: 10px;
  color: #42FDEB;
  font-size: 9vw;
  line-height: 9vw;
  text-shadow: 0 0 3vw #23F6EF;
  margin-left: 10px;
  cursor: default;
}

/*Cyber Animation Stuff*/
.cyber-neon {
  animation: cyber-neon 2.2s ease-in infinite;
  -moz-animation: cyber-neon 2.2s ease-in infinite;
  -webkit-animation: cyber-neon 2.2s ease-in infinite;
}
@keyframes cyber-neon {
  0%,
  100% {
    text-shadow: 0 0 .5vw #FA0AC1, 0 0 2vw #FA0AC1, 0 0 6vw #FA0AC1, 0 0 6vw #FA0AC1, 0 0 .2vw #FE0BB8, .5vw .5vw .1vw #800964;
    color: #FE0BB8;
  }
  50% {
    text-shadow: 0 0 .5vw #800C5B, 0 0 1vw #800C5B, 0 0 4vw #800C5B, 0 0 4vw #800C5B, 0 0 .2vw #800C5B, .5vw .5vw .1vw #40043A;
    color: #800964;
  }
}
/*Zone Animation Stuff*/
.zone-neon {
  animation: zone-neon 3.2s ease-out infinite;
  -moz-animation: zone-neon 3.2s ease-out infinite;
  -webkit-animation: zone-neon 3.2s ease-out infinite;
  -o-animation: zone-neon 3.2s ease-out infinite;
}
@keyframes zone-neon {
  0%,
  100% {
    text-shadow: 0 0 .5vw #10E19F, 0 0 2vw #10E19F, 0 0 6vw #10E19F, 0 0 6vw #10E19F, 0 0 .2vw #8BFEFD, .5vw .5vw .1vw #148270;
    color: #28E7DE;
  }
  50% {
    text-shadow: 0 0 .5vw #088140, 0 0 1vw #088140, 0 0 4vw #088140, 0 0 4vw #088140, 0 0 .2vw #088140, .5vw .5vw .1vw #0A4930;
    color: #148C6B;
  }
}


.lqd-tabs {
    padding-top: 30px;
}
.caruselhidden{
    overflow: hidden;
}
.games{
    background-color: #211e2e;
}

.single-games .games  .lqd-post-cover, .single-games .games p:first-of-type, .single-games .blog-post-footer{
    display: none;
}

.nav-trigger .bar {
    background-color: #fff;
}
.nav-trigger.style-mobile .bar:nth-child(2):before {
    background-color: #fff;
}
.fa.fa-vimeo:before {
    content: "\f189"!important;
}
.fa-twitter:before{
    content: url('/wp-content/uploads/2025/12/max.svg')!important;
    width: 23px;
    height: 23px;
    display: block;
}
footer .fa-twitter:before{
    content: url('/wp-content/uploads/2026/03/max-footer.svg')!important;
    width: 23px;
    height: 23px;
    display: block;
}


.maxico1{
    fill: red;
}

@media (min-width: 992px) {
    .datatable .px-md-9 {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important;
        padding-top: 0 !important;
        padding-inline-end: 0 !important;
    }
}

@media (max-width: 992px) {
    .h2, h2 {
        font-size: 32px;
    }
        .pt-8, .py-8 {
        padding-top: 1.5rem !important;
    }
    .pr-7, .px-7 {
        padding-inline-end: 1rem !important;
    }
    .pl-7, .px-7 {
        padding-inline-start: 1rem !important;
    }
    .pb-9, .py-9 {
        padding-bottom: 1rem !important;
    }
    .lqd-tabs.inline .wpb_wrapper-style-9-alt2 .lqd-tabs-nav li {
        border-radius: 2em !important;
        margin-bottom: 5px;
        margin-left: 5px;
    }
}

.plyr__container{
    border-radius: 15px;
    overflow: hidden;
}
.border{
    border: 1px solid;
    border-radius: 25px;
    padding: 10px 20px;
}
.podborkatitle div{
        height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fa-instagram:before{
    content: "\f189"!important;
}
iframe{
        border-radius: 15px;
}
.lqd-contact-form select, .lqd-contact-form input, .lqd-contact-form textarea, .lqd-contact-form .ui-button.ui-selectmenu-button {
    border-radius: 15px;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
    border-radius: 5px;
}

.alljanr, .allmerop{
    display:none;
}

.game-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.game-thumbnail:hover img {
	filter: brightness(1) !important;
}
.game-btn:hover {
	background: #444 !important;
}
.games-pagination .page-numbers {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 4px;
	background: #fff;
	color: #333;
	border-radius: 6px;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	font-weight: 500;
}
.games-pagination .page-numbers.current,
.games-pagination .page-numbers:hover {
	background: #222;
	color: #fff;
}
.game-content{
    padding: 25px;
}
.post-type-archive-games #lqd-site-content, .tax-games-cat #lqd-site-content{
    background-color: #211e2e;
}
.vrgames-header{
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
.game-item{
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.games-archive-grid{
    display: grid; 
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); 
    gap: 30px; 
    margin-bottom: 60px;
}
.games-archive-grid a{
    color:#fff;
}
.games-archive-grid a:hover{
    color:#ffffff70;
}
.smallinfo{
    color: rgb(255, 255, 255);
    background: -webkit--webkit-linear-gradient(41deg, rgb(0, 229, 255) 0%, rgb(4, 80, 254) 99.3631%);
    background: -webkit-linear-gradient(41deg, rgb(0, 229, 255) 0%, rgb(4, 80, 254) 99.3631%);
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-size: 10px;
    border-radius: 5px;
}
.carousel-item-content img{
    border-radius:20px;
}
.gameposter .row-bg{
    filter: brightness(50%);
    transition: filter 0.3s ease;
}
#post-404{
    background-color: #211e2e;
}
.wpc-filter-content .ui-selectmenu-text{
    color: #fff;
}
@media (max-width: 992px) {
    .wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container {
        display: block!important;
    }
    .wpc-filters-overlay{
        display:none;
    }
}
@media screen and (max-width: 768px) {
    .wpc_show_bottom_widget .wpc-filters-widget-content {
        bottom: 55px!important;
        top: 30vh!important;
    }
}
body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    color: #fff!important;
}
.wpc-icon-html-wrapper span {
    background: #ffffff50!important;
}
body .wpc-filters-open-button-container a.wpc-filters-open-widget, body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    border: 1px solid #ffffff50;
    border-radius: 15px;
}
.wpc_show_bottom_widget .wpc-filters-scroll-container {
        background: #211e2e!important;
}
.wpc-filters-widget-controls-container{
    background: #211e2e!important;
    border-top: 1px solid #211e2e!important;
}
.wpc-filters-main-wrap .wpc-filters-widget-controls-container a{
    color: #fff;
}
@media screen and (max-width: 768px) {
    .wpc_show_bottom_widget .wpc-filters-scroll-container {
        background: #fff;
        min-height: 45vh!important;
    }
}
@media screen and (max-width: 768px) {
    .wpc_show_bottom_widget .wpc-filters-widget-content {
        background-color: #211e2e!important;
    }
}
.wpc-widget-popup-title, .widget select, .select2-selection__rendered {
    color: #ffffff90!important;
}
.wpc-widget-close-container .wpc-icon-html-wrapper {
    background: #ffffff10!important;
}
.select2-dropdown {
    background-color: #211e2e!important;
}
@media screen and (max-width: 768px) {
    .wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper {
        background: #211e2e!important;
    }
}
@media screen and (max-width: 768px) {
    .wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title.wpc-filter-title {
        display: none!important;
    }
    .podborka-title div{
         font-size: 16px!important;
    }   
}
.sidebar-widgets-default .widget-title {
    display: none!important;
}
.game-item.games.type-games{
        background-color: #333333;
}
.iconbox-icon-wrap {
    border-radius: 0;
}
.lqd-tabs-pane .wpb_single_image img {
    border-radius: 25px;
}

.stroka ul{
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    justify-content: center;
    text-transform: uppercase;
}
.stroka ul li{
    padding-right: 15px;
}
@media screen and (max-width: 768px) {
    .stroka ul{
        font-size: 17px;
        flex-direction: column;
    }
   .stroka ul li{
        padding-left: 15px;
    } 
}
.header.is-stuck{
    background: #211e2e;
}
.main-nav .children, .nav-item-children {
    top: 70%;
}
.is-stuck .module-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}
.page-id-53 .header-module .main-nav li.menu-item-1103 > a, .page-id-53 .header-module .main-nav li.menu-item-123 > a, .page-id-53 .header-module .main-nav li.menu-item-1937 > a, .page-id-53 .header-module .main-nav li.menu-item-980 > a{ 
    color: rgba(255, 255, 255, 0.7);
}
.page-id-53 .header-module .main-nav li.menu-item-1103:hover > a, .page-id-53 .header-module .main-nav li.menu-item-123:hover > a, .page-id-53 .header-module .main-nav li.menu-item-1937:hover > a, .page-id-53 .header-module .main-nav li.menu-item-980:hover > a{
    color: #00e5e8;
}
.backdark .row-bg{
    filter: brightness(50%);
    transition: filter 0.3s ease;
}
#rolik .lqd-modal{
    background: #211e2e
}
.rovno .wpb_column.vc_column_container{
        align-items: stretch;
}
.kolonkaprice{
    border: 1px solid #333333;
    border-radius: 25px;
    display: flex;
    padding: 0 15px;
    margin: 0 5px;
    width: calc(33.33333333% + -10px);
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .kolonkaprice{
        width: 100%;
    }
}
.kolonkaprice .wpb_single_image{
        margin: 0 -15px;
}
.footerip .ld-fh-element{
    display: flex;
    font-size: 12px;
}
.footerip .ld-fh-element div{
    padding: 0 15px 0 0;
}
h1 a small{
    color:#fff;
}


/* Align pricing cards content and buttons at the bottom */
	.kolonkaprice {
		display: flex !important;
		flex-direction: column !important;
	}
	.kolonkaprice > .vc_column-inner {
		display: flex !important;
		flex-direction: column !important;
		flex-grow: 1 !important;
	}
	.kolonkaprice > .vc_column-inner > .wpb_wrapper {
		display: flex !important;
		flex-direction: column !important;
		flex-grow: 1 !important;
	}
	/* Make the description section grow to push the price and button to the bottom */
	.kolonkaprice > .vc_column-inner > .wpb_wrapper > .ld-fancy-heading:has(ul),
	.kolonkaprice > .vc_column-inner > .wpb_wrapper > .ld-fancy-heading:nth-child(7) {
		flex-grow: 1 !important;
	}
	/* Ensure the booking button sits at the absolute bottom */
	.kolonkaprice .mtauto {
		margin-top: auto !important;
        max-width: 250px;
	}
	
#lqd-contents-wrap>p {
    display: block;
}

.lqd-gdpr-left a{
    color: #fb6625;
}