.sidebar-content-wrap .category-wrapper .category-list i{
    color: #EFA000;
    font-size: 38px;
}
.sidebar-content-wrap .category-wrapper .category-list a:hover i{
    color: #fff;
    font-size: 38px;
}
.sidebar-search-wrapper div[id*='ajaxsearchlite'].wpdreams_asl_container{
    width: 100%;
    margin-bottom: 30px;
}
.footer-left-links-block  i:before,
.footer-left-links-block a{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    transition: 0.5s;
}
.footer-left-links-block{
    margin-bottom: 20px;
}
.footer-section .footer-top .footer-widget.footer-phones-widget .widget-list li{
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    transition: 0.5s;
    white-space: nowrap;
}
.footer-address{
    max-width: 280px;
}

/*Стили для плавающей кнопки-ссылки kenesh*/
.zakaz_left {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 53%;
    margin-left: -50px;
}

.zakaz_left a {
    color: #fff !important;
    display: block;
    background: #DC3522;
    font-size: 1.2em;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #fff;
}

.bbss {
    padding: 0 6px;
    margin-top: 15px;
}

.quantityquest.open label {
    text-align: left;
    margin-left: 5px;
}

a.buttoncls {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    border: 0;
    border-radius: 3px;
    outline: 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    display: block;
    margin-bottom: -3px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #a580dc;
    padding: 6px;
}

select#addChild[disable="disabled"] {
    background-color: #c0c0c0;
}

.childs {
    margin: 0 6px;
}

.cheye {
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px 3px 5px;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}

.cheye span {
    position: absolute;
    right: 10px;
    color: #2d0070;
    font-size: 18px;
    cursor: pointer;
    top: 2px;
}

.bbsss {
    padding: 0 20px 0 8px;
    margin-top: 10px;
}

select#addChild {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 9px;
    display: block;
    transition: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: left;
    background: url(/images/im/arrowd.png) no-repeat;
    background-position: right;
    background-origin: content-box;
}

/*Стили для плавающей кнопки-ссылки art-web*/
.one-click-order-btn {
    position: fixed;
    right: 0;
    top: calc(50% + 20px);
    display: block;
    padding: 10px 19px;
    width: 50px;
    height: 150px;

    border: none;
    border-radius: 4px 0 0 4px;
    background-color: #2FC4FF;
    color: #fff;
    word-wrap: break-word;
    line-height: .9;
    text-transform: lowercase;
    transition: .25s;
}

.one-click-order-btn:hover,
.one-click-order-btn:focus {
    background-color: #f2ae1b;
}


.one-click-order-btn span {
    transform: rotate(-90deg);
    display: block;
    width: 150px;
    height: 100%;
    margin-left: -13px;
    font-size: 20px;
    font-weight: bold;
    text-transform: initial;
}


.form-one-click-order-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .65);
}

.form-one-click-order-wrap.active {
    display: flex;
}

.form-one-click {
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 410px;
    margin: auto;
    padding: 20px 15px;
    border-radius: 4px;
    background-color: #fff;
}

.form-title {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

#form-one-click input label div {
    margin-left: 3px;
    margin-bottom: 3px;
}
#form-one-click label div{
    line-height: 1;
}

#form-one-click input {
    width: calc(100% - 30px);
    margin-bottom: 10px;
    padding: 10px 12px;
}

#form-one-click input,
#form-one-click input[type=text],
#form-one-click textarea,
#form-one-click select{
    -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    outline:none;
    border:1px solid #DDD;
    background-color:#fff;
    margin:5px 1px 3px 0;
    padding:3px 0 3px 3px;
    width: 100%;
}

#form-one-click button {
    margin-top: 15px;
    padding: 10px 12px;
    border: none;
    background-color: #2FC4FF;
    color: white;
    font-size: 18px;
}

#form-one-click button:hover {
    background-color: #f2ae1b;
}

.flex-block-hotel.hotel-top {
    width: 100%;
}

.flex-block-hotel.hotel-top .box_item {
    width: 68%;
}

.flex-block-hotel.hotel-top .bron.order {
    width: 20%;
    text-align: right;
}

h1.entry-title {
    clear: both;
    padding-top: 15px;
}

#ajaxsearchlitesettings1 {
    display: none;
}

input[name="phrase"] {
    display: none;
}

@media (max-width: 992px) {
    .one-click-order-btn {
        display: none;
    }
}

.quantityquest {
    display: none;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 10px 20px -5px rgba(0, 0, 0, 0.4);
    animation-fill-mode: forwards;
}

.quantityquest.open {
    display: block;
}

.kud {
    margin-left: 15px;
}

.row.budjet:before {
    background: url(/images/im/rub.png) no-repeat;
    /* background-position: 7px -60px; */
    position: absolute;
    height: 49px;
    width: 45px;
    float: right;
    right: 0px;
    top: 41px;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

input#budjet {
    background: #fff1ca;
}

span.button__text.i-bem.button__text_js_inited:after {
    position: absolute;
    height: 49px;
    width: 30px;
    float: right;
    right: 15px;
    text-align: right;
    top: 25px;
    cursor: pointer;
    content: ' ';
    background: url(/images/im/arrow.png) no-repeat;
    background-position: center -14px;
    border-left: 1px solid #e8e3ef;
}

button.battguest:hover span.button__text.i-bem.button__text_js_inited:after, button.battguest.active span.button__text.i-bem.button__text_js_inited:after {
    transform: rotate(180deg);
    background-color: #2d0070;
    border-radius: 10px 0 0 10px;
    background-position: center 20px;
}

.quantityquest.open {
    display: block;
    visibility: visible;
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 10px;
    z-index: 99;
    text-align: center;
    border: 1px solid #2d0070;
    border-radius: 0 0 5px 5px;
}

input.input__control {
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14p;
    text-align: center;
    padding: 3px 3px 4px;
}

.control-group.guests-adults__group button {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input.input__control {
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 1.1rem;
    text-align: center;
}

span.input.guests_adults {
    margin: 0 -5px;
}

div#object {
    width: 73%;
    float: left;
    margin: 0px 0 15px 5px;
}

.fsearch.r-right {
    width: 25%;
    float: left;
    background: #ffffff;
    border-radius: 10px;
}

div#searchfilter .row.but {
    display: none;
}

div#searchfilter form#search_form {
    padding: 10px 0;
}

div#searchfilter .forms .row {
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
}

div#searchfilter .forms .row.quan {
    width: 100%;
}

div#searchfilter .forms .row.datas:before {
    right: 15px;
}

div#searchfilter .forms .wrapper_search .title {
    font-size: 14px;
    color: #350676;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 10px 0;
}

div#searchfilter input.input__control {
    font-size: 1rem;
    padding: 5px 3px 5px;
}

div#searchfilter span.input.guests_adults {
    margin: 0 -6px;
}

div#searchfilter .forms .search_form {
    padding: 0;
    display: block;
}

.namef:before {
    background: url(/images/im/check-form.png) no-repeat;
    content: ' ';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 15px;
    margin-left: 15px;
}

.namef {
    padding: 1px;
    background: #efa000;
    color: #fff;
    position: relative;
    margin-top: 15px;
}

.wrapper_search .search_form .crits p {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 0px;
}

.crits {
    padding: 0 10px;
}

.namef h3 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

div#searchfilter .forms #search_form label {
    margin-bottom: 5px;
    margin-left: 5px;
}

.search_flagss.allr li {
    display: flex;
}

.resttype {
    border: 1px solid #efa000 !important;
    border-radius: 0;
    color: #350676;
    position: relative;
    top: 5px;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer .checkmark:after {
    left: 4px;
    top: -2px;
    width: 7px;
    height: 12px;
    border: solid #350676;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark {
    position: absolute;
    top: 1px;
    left: 10px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #efa000;
    border-radius: 2px;
}

.crt {
    border-top: 1px solid #efa000;
    margin-bottom: 10px;
}

label.checkcontainer.reg2 .checkmark {
    left: 25px;
}

input#search_submit:hover {
    color: #efa000 !important;
}

div#searchfilter input#budjet {
    color: #33ccff;
    text-align: center;
    font-size: 24px;
    border-radius: 27px;
    border: 1px solid #efa000;
    padding: 7px 10px;
}

.label {
    color: #000;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.minmaxb {
    color: #4c483c;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

span.pr {
    color: #ff6633;
}

.checkcontainer:hover {
    background: #efa000;
}

.crits li:hover:not(.parent) {
    background: #efa000;
}

.ftop {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.fltparam {
    background: #ffffcc;
    border-radius: 10px;
    font-family: 'PT Sans', sans-serif;
}

.ftop > span {
    font-size: 24px;
    font-weight: bold;
    color: #350676;
    width: 180px;
    padding: 15px;
}

.regs {
    margin-left: 200px;
    border-left: 1px solid #efa000;
}

.regs > div {
    padding: 15px;
}

.regs > div > label {
    font-size: 18px;
    color: #350676;
    text-transform: uppercase;
}

.mainregion {
    color: #dc3522;
    font-weight: bold;
    font-size: 16px;
}

.allfilter {
    background: #f0e4c5;
    padding: 10px;
    border-radius: 5px;
}

button#cleatf {
    padding: 10px;
    border: none;
    position: relative;
    background: #2d0070;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: auto;
    font-style: italic;
}

.csf {
    float: right;
}

.onpage {
    display: inline-block;
    padding: 7px;
    background: #fff;
    border-radius: 10px;
    margin-right: 5px;
    color: #350676;
    font-weight: bold;
}

.onpage > select {
    width: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border: none !important;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    color: #dc3522;
    font-weight: bold;
    transition: none;
    outline: none;
    text-align: left;
    background: url(/images/im/arrowd.png) no-repeat;
    background-position: right;
    background-origin: content-box;
    outline: none !important;
    -moz-outline: none;
}

.onpage > select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fdsc label {
    padding: 15px;
    display: block;
    font-weight: bold;
    color: #2d0070;
    border-bottom: 1px solid #efa000;
}

.fdsc label b {
    color: #dc3522;
}

.fdsc {
    border-radius: 0;
    background: #ffffcc;
    font-size: 24px;
    padding-bottom: 25px;
}

.fdsc label b {
    color: #dc3522;
}

.postimet {
    border-radius: 10px;
    background: transparent;
    margin-top: -10px;
}

.postimet .print_item {
    margin-bottom: 10px;
    border-radius: 10px;
}

.delf {
    padding: 5px;
    display: inline-block;
    background: #efebe0;
    border: 2px solid #efa000;
    border-radius: 10px;
    font-size: 14px;
    font-style: italic;
    color: #2d0070;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 10px;
}

.ftrfilter {
    margin-top: 20px;
}

.delf span {
    font-weight: bold;
    font-style: normal;
    padding: 0 5px;
    cursor: pointer;
}

.clouse_filtermenu, .div#serhf, div#podbort {
    display: none;
}

div#serhf, div#podbort {
    display: none;
    position: relative;
}

a.samo_booking_2.get_tour.zabr {
    background: #2d0070;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.fsearch.r-right label.kud {
    margin-left: 20px !important;
}

input#searchregionf {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    font-size: 15px;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 10px;
    color: #350676;
    font-weight: bold;
    margin: 0 0 0 0;
    display: block;
    transition: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 10px;
    text-align: left;
}

.input_iconreg:after {
    position: absolute;
    height: 49px;
    width: 30px;
    float: right;
    right: 15px;
    text-align: right;
    top: 0px;
    cursor: pointer;
    content: ' ';
    background: url(/images/im/arrow.png) no-repeat;
    background-position: center -14px;
    border-left: 1px solid #e8e3ef;
}

.regssf > div {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-style: italic;
    cursor: pointer;
}

.regssf {
    position: absolute;
    background: #fff;
    z-index: 999;
    margin-top: -10px;
}

.regssf > div:hover {
    background: #efa000;
}

.categories_new.ssw .flex_element {
    height: 40px;
}

.categories_new.ssw .price {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    font-family: 'PT Sans', sans-serif;
    margin: 5px;
}

.categories_new.ssw .flex_item {
    background-color: transparent;
}

.apply-filters-float-btn {
    display: none;
    position: absolute;
    top: 0;
    right: -78px;
    background: #ff2f2f;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 0px 5px #000;
    cursor: pointer;
    z-index: 9999;
}

.apply-filters-float-btn:before {
    content: '';
    position: absolute;
    left: -33px;
    bottom: 0px;
    border: 20px solid transparent;
    border-right: 20px solid #ff2f2f;
    -webkit-filter: drop-shadow(-5px 1px 3px #6b6b6b);
}

form#search_form {
    position: relative;
}

@media (max-width: 768px) {
    .apply-filters-float-btn {
        right: 0;
    }

    div#serhf, div#podbort {
        display: block;
        position: relative;
    }

    .search_form {
        padding-top: 10px !important;
    }

    .clouse_filtermenu {
        display: block;
    }

    .forms .row.datas:before {
        right: 15px !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default {
        font-size: 13px !important;
        padding: 5px !important;
    }

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 80% !important;
        margin: 0 !important;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 50% !important;
    }

    div#ui-datepicker-div {
        left: 0 !important;
        width: 100% !important;
    }

    .fsearch.r-right, div#object {
        width: 100%;
        float: none;
    }

    .onpage {
        display: inline-block;
    }

    .csf {
        float: none;
    }

    .ftop {
        display: block;
    }

    .fltparams {
        display: none;
    }

    .ftop > span {
        width: auto;
        padding: 15px 15px 0;
        display: block;
    }

    button#cleatf {
        margin-bottom: 10px;
    }

    .regs {
        margin-left: 0;
        border-left: none;
    }

    div#serhf {
        margin-top: 10px !important;
    }

    div#serhf .menu_label {
        color: #350676;
    }

    .clouse_filtermenu {
        width: 50px;
        display: block;
        margin: 0 auto;
        height: 50px;
        background: #fff;
        border-radius: 10px;
        border: 4px #ef9f00 solid;
        color: #ef9f00;
        font-size: 35px;
        vertical-align: middle;
        line-height: 50px;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        z-index: 100000000;
    }

    div#searchfilter .forms .search_form {
        display: none;
    }

    .drawer-toggle.drawer-hamburger.button_filtermenu {
        font-weight: bold;
        position: relative;
        width: 150px;
        display: block;
        height: auto;
        line-height: 35px;
        text-align: left;
        margin: 0 auto !important;
    }

    .button_filtermenu span.menu_label {
        font-weight: bold;
    }

    .button_filtermenu .drawer-hamburger-icon {
        margin-top: 15px;
    }
}

.img_cashback {
    border: 0;
}
.ui-widget-content {
    border: 1px solid #2d0070;
    background: #fff;
    color: #000;
}
div#ui-datepicker-div {
    border-radius: 0 0 10px 10px;
}
span.ui-datepicker-month {
    text-transform: lowercase;
}
table.ui-datepicker-calendar th span {
    text-transform: lowercase;
    font-size: 15px;
}
th.ui-datepicker-week-end {
    color: red;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    color: #1e1e1e;
    background: none;
    font-weight: normal;
    font-size: 14px;
    border: none;
    padding: 7px;
    margin: 0px;
    text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default:hover{
    background: #e8e2ef;
}
.ui-datepicker td {
    border: 0;
    padding: 0;
}
.ui-widget-content {
    border: 1px solid #2d0070;
    background: #fff;
    color: #333;
}
.ui-widget-header {
    border: none;
    background: none;
    color: #010101;
    font-weight: bold;
}
td.selected {
    background: #e8e2ef;
}
td.selected.selected-start {
    background: #9999cc;
    border-radius: 10px 0 0 10px;
}
td.selected .ui-state-default:hover {
    background: #9999cc;
}
td.selected.selected-start .ui-state-default:hover {
    border-radius: 10px 0 0 10px;
}
td.selected.selected-end .ui-state-default:hover {
    border-radius: 0 10px 10px 0;
}
td.selected.selected-end {
    background: #9999cc;
    border-radius: 0 10px 10px 0;
}
td.selected.selected-start a, td.selected.selected-end a {
    color:#fff;
}
td.selected.selected-start.selected-end .ui-state-default:hover {
    border-radius: 10px 0 0 10px;
}
.ui-widget-header .ui-icon {
    background-image: url(/images/im/calendar_arrow.png);
    cursor: pointer;
}
.ui-icon {
    width: 20px;
    height: 20px;
}
.ui-datepicker .ui-datepicker-prev span {
    background-position: 8px -33px;
    transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-prev span:hover {
    background-position: 7px 2px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    color: #c77405;
}
td.selected.selected-start.selected-end.ui-datepicker-current-day {
    border-radius: 10px 0 0 10px;
}
.ui-datepicker .ui-datepicker-next {
    background-position: 8px -33px;
}
.ui-datepicker .ui-icon-circle-triangle-e {
    background-position: 8px -33px;
}
.ui-datepicker .ui-datepicker-next span:hover {
    background-position: 7px 4px;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 16px;
    color: #9999cc;
    font-weight: normal;
    text-align: right;
    padding: 10px 0;
    margin-right: 10px;
    border-top: 1px solid #e8e2ef;
}
.ui-datepicker-row-break strong {
    font-weight: bold;
    color: #2d0070;
    padding-right: 5px;
}
.popup-call-widget{
    position: fixed;
    right: 100px;
    bottom: 20px;
    z-index: 999;
}
.popup-call-widget .popup-call-widget-toggle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid rgba(24, 24, 24, 0.6);
    position: relative;
}
.popup-call-widget .popup-call-widget-toggle:hover{
    cursor: pointer;
}
.popup-call-widget .popup-call-widget-toggle img{
    width: 100%;
    height: auto;
}
.popup-call-widget .popup-call-widget-toggle:before {
    animation: pulse 2s infinite;
    background: #bdf6a2;
    border-radius: 10em;
    bottom: 12px;
    box-shadow: inset 1px 1px 2px 0 hsla(0, 0%, 100%, .8), inset -1px -1px 2px 0 #205f02, 0 0 4px 1px rgba(125, 241, 70, .66);
    content: "";
    height: .5em;
    position: absolute;
    right: 15px;
    transition: opacity .25s;
    width: .5em;
    z-index: 3;
}
@keyframes pulse {
    0% {
        transform: scale(0.8);
        box-shadow: 0 0 0 0 rgba(170, 255, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 0.4em rgba(170, 255, 63, 0);
    }

    100% {
        transform: scale(0.8);
        box-shadow: 0 0 0 0 rgba(170, 255, 63, 0);
    }
}
.popup-call-widget-body{
    display: none;
    position: relative;
    width: 220px;
}
.popup-call-widget-body .popup-call-widget-body-content{
    padding: 45px 15px 15px;
    background: #181818;
    border: .5px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}
.popup-call-widget-body .popup-call-widget-body-close{
    z-index: 99;
    background: #fff;
    color: #000;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -37px;
    cursor: pointer;
}
.popup-call-widget-body .popup-call-widget-body-image{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -40px;
    z-index: 9;
    left: calc(50% - 40px);
    border: 1px solid #EEEEEE;
}
.popup-call-widget-body .popup-call-widget-body-image img{
    width: 100%;
    height: auto;
}
.popup-call-widget-body .popup-call-widget-body-text{
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.popup-call-widget-body  .popup-call-widget-body-phone a{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.popup-call-widget-body  .popup-call-widget-body-socials a{
    color: #fff;
}
@media screen and (max-width: 767px){
    .popup-call-widget{
        bottom: 5px;
    }
}

.b-phone-messagers img {
    height: 24px;
    width: auto;
}
.b-phone-messagers {
    justify-content: left;
    margin-left: 40px;
}
.section-home-banners-block .swiper-slide .package-card5 a{
    display: block;
    position: relative;
}
.section-home-banners-block-text{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 50px 20px 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.home6-banner-area{
    padding-top: 65px;
}
.section-home-destinations-item-links,
.section-home-destinations-item-links a {
    color: #888;
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    transition: 0.5s;
}
.section-home-destinations-item-links a:hover{
    color: var(--primary-color1);
}
.section-home-destinations .swiper-slide{
    height: unset;
}
.section-home-destinations .swiper-slide .category-card{
    height: 100%;
}
.section-geography-block .destination-card4 .card-content-wrap .batch ul{
    flex-direction: column;
    gap: 8px;
}
.section-geography-block .destination-card4 .card-content-wrap .batch ul li:before{
    display: none;
}
.section-geography-block .destination-card4 .card-content-wrap .batch ul li a{
    color: #fff;
}
.section-geography-block .destination-card4 .card-content-wrap .batch ul li a:hover{
    text-decoration: underline;
}
.section-geography-block .swiper-wrapper{
    justify-content: center;
}
.home6-about-section.section-about-block .about-content .facilities li .content p{
    padding-top: 0;
}
.home6-about-section.section-about-block .about-video-and-img .video-and-batch-wrap .video-and-batch .badge .counter-area{
    background: none;
}
.section-advantages-block .activities-counter{
    border: none;
}
.section-hotel-block .package-card .package-card-img-wrap .card-img{
    height: 230px;
}
.section-hotel-block .package-card .package-card-img-wrap .card-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-hotel-block  .package-card .package-card-content .card-content-top h5{
    margin-bottom: 0;
    min-height: 93px;
}
.banner-content .kama_breadcrumbs{
    text-align: center;
}
.banner-content .kama_breadcrumbs span.kb_sep,
.banner-content .kama_breadcrumbs a span{
    color: var(--primary-color1);
}
.banner-content .kama_breadcrumbs span{
    color: var(--title-color);
}
.contact-map + .section-team-block{
    margin-top: 180px;
}

.categories {
    display: flex;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
}

.categorie a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    font-weight: bold;
}

.categorie:hover a, .categorie.active a {
    background: #387ab6;
    color: #fff;
}

.categorie.active a:after, .categorie:hover a:after {
    background: url(images/my/treangle.png) no-repeat;
    width: 24px;
    height: 13px;
    display: inline-block;
    bottom: -10px;
    position: absolute;
    /* margin-left: -20px; */
    content: " ";
    left: 50%;
    margin-left: -12px;
}

.categorie {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    color: #000;
    text-align: center;
    *white-space: nowrap;
    text-decoration: none;
    *text-overflow: ellipsis;
    border: none;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #e2e2e2;
}

.categorie:last-child {
    border-right: none;
}
.pblocks {
    display: inline-block;
    float: left;
}
.pblocks.bk1 {
    background: url(../../images/my/foot_block.jpg) 0px 0 no-repeat;
    width: 493px;
    max-width: 100%;
    height: 388px;
    border-radius: 5px;
    margin-right: 10px;
}

.pbl.bk2 {
    background: url(../../images/my/foot_block_3.jpg) 0px 0 no-repeat;
    height: 157px;
    margin-bottom: 20px;
}

.pbl.bk3 {
    background: url(../../images/my/foot_block_4.jpg) 0px 0 no-repeat;
    height: 211px;
}

.pbl.bk4 {
    background: url(../../images/my/foot_block_2.jpg) 0px 0 no-repeat;
    height: 157px;
}

.popular.polz .pblocks .pbl {
    width: 243px;
}
.frtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 25px 0;
}

.popular.polz .dex {
    padding: 5px 5px 20px 20px;
}

.popular.polz .dex a, .popular.polz .dex {
    color: #fff;
    text-transform: unset;
    font-size: 18px;
}

.popular.polz .dex a:hover {
    color: #2d0070;
}
.popular.polz .pblocks.sec {
    margin-right: 10px;
}
.pbl {
    width: 321px;
    display: block;
    border-radius: 5px;
}
.sectitle {
    font-weight: bold;
    padding: 20px 25px 0;
    color: #fff;
    font-size: 24px;
}
.sectitle a {
    color: #fff;
    text-decoration: none;
}
.popular.polz .sectitle {
    font-size: 22px;
}
.section-infoblocks-block .popular.polz div.h2 {
    margin-bottom: 20px;
}
.turdogovora_div {
    text-align: center;
}

.turdogovora_div img{
    margin-bottom: 10px;
    margin-right: 10px;
}

.turdogovora_div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-pagination-area .screen-reader-text{
    display: none;
}
.inner-pagination-area .nav-links{
    display: flex;
    width: 100%;
    justify-content: center;
}
table.pricelist {
    border-collapse: inherit;
    border-spacing: 1px;
}
table.pricelist {
    font-family: arial;
    background-color: #CDCDCD;
    font-size: 8pt;
    width: 100%;
    text-align: left;
    margin: 0 0 15px;
}

table.pricelist thead tr {
    background-color: #fdf5e4;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}

table.pricelist tbody tr {
    color: #3D3D3D;
    background-color: #fffff0;
    vertical-align: top;
    border-bottom: 1px dotted #666;
    padding: 4px;
}

table.pricelist tbody tr:nth-child(odd) {
    background: #FFF;
}

table.pricelist td {
    vertical-align: middle;
    text-align: center;
}
.akcia-header-block-2020 {
    border: 2px solid #efa000;
    border-radius: 8px;
    background-color: #fdf9ee;
}

.akcia-header-block-2020 p {
    margin: 0;
}

.akcia-header-block-2020__title {
    position: relative;
    padding: 13px 18px 13px;
    color: #350676;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.akcia-header-block-2020__close-btn {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.akcia-header-block-2020__close-btn span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #efa000;
}

.akcia-header-block-2020__close-btn span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.akcia-header-block-2020__close-btn span:nth-child(2) {
    transform: translateY(10px) rotate(-45deg);
}

.akcia-header-block-2020__close-btn:hover span {
    background-color: #f4b436;
}

.akcia-header-block-2020__content {
    border-top: 2px solid #f1efe9;
}

.akcia-header-block-2020-content__head {
    padding: 16px 19px 21px;
    font-size: 16px;
}

.akcia-header-block-2020-content__head .marked {
    color: #e70003;
    text-transform: uppercase;
}

.akcia-header-block-2020-content__footer {
    display: flex;
    font-size: 16px;
}

.akcia-header-block-2020-content__footer .marked {
    color: #e70003;
}

.akcia-header-block-2020-content__footer p.marked {
    text-transform: uppercase;
}

.akcia-header-block-2020-content__footer-l,
.akcia-header-block-2020-content__footer-r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    padding-left: 135px;
    min-height: 107px;
}

.akcia-header-block-2020-content__footer-l {
    flex: 2;
    background: no-repeat url(/images/sec.png) 0 100%;
}

.akcia-header-block-2020-content__footer-r {
    flex: 3;
    background: no-repeat url(/images/akcii.png) 0 75%;
}

#akcia-2020-tab {
    border: 0;
    background: none;
}

#akcia-2020-tab .ui-tabs-nav {
    display: flex;
    list-style: none;
    margin-bottom: 30px;
}

#akcia-2020-tab .ui-tabs-tab {
    position: relative;
    display: block;
    flex: 1;
    background-color: #efa000;
    padding: 0;
    border-radius: 0;
    border-right: 1px solid #bd7f00;
    overflow: hidden;
    outline: none;
}

#akcia-2020-tab .ui-tabs-tab:first-child {
    border-radius: 10px 0 0 10px;
}

#akcia-2020-tab .ui-tabs-tab:last-child {
    border-radius: 0 10px 10px 0;
    border-right: none;
}

#akcia-2020-tab .ui-tabs-tab.ui-tabs-active {
    background-color: #350676;
    border-right: 1px solid #8a5229;
}

#akcia-2020-tab .ui-tabs-tab.ui-tabs-active:last-child {
    border-left: 1px solid #8a5229;
    border-right: none;
}

#akcia-2020-tab .ui-tabs-tab.ui-tabs-active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

#akcia-2020-tab .ui-tabs-tab a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
    font-weight: bold;
}

#akcia-2020-tab .ui-widget-content {
    background: none;
    border: none;
}

.card-rest-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    box-sizing: border-box;
}

.card-rest-container p {
    margin: 0;
}

.card-rest__item-outer {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
}

.card-rest__item {
    box-sizing: border-box;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 5px 12px rgba(165, 165, 165, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.card-rest__item:hover {
    box-shadow: 0px 10px 35px rgba(165, 165, 165, 0.65);
}

.card-rest__image {
    height: 260px;
}

.card-rest__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-rest__description {
    position: relative;
    padding: 22px 16px 79px;
}

.card-rest__description_villa {
    position: relative;
    padding: 22px 16px 16px;
    height: 210px;
}

.card-rest__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}

.card-rest__title_cash {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    height: 27px;
}

.ui-widget-content .card-rest__title a {
    text-decoration: none;
    color: #3d1098;
}

.ui-widget-content .card-rest__title a:hover {
    color: #0fa1e0;
}

.card-rest__city {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1;
    color: #2773c1;
}

.card-rest__city_cash {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1;
    color: #98b2cc;
}

.card-rest__info {
    margin-top: 17px;
    font-size: 14px;
}

.card-rest__info_elit {
    margin-top: 17px;
    font-size: 14px;
    height: 180px;
}

.card-rest__info_cash {
    margin-top: 17px;
    font-size: 14px;
    height: 150px;
}

.card-rest-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px 19px;
}

.card-rest-bottom__price {
    float: left;
    width: calc(100% - 110px);
}

.card-rest-price__first-line {
    font-size: 16px;
    font-weight: bold;
    color: #0d0d0d;
}

.card-rest-price__second-line {
    font-size: 16px;
    color: #0d0d0d;
}

.card-rest-bottom__calc {
    float: left;
    width: 110px;
}

.card-rest-bottom__calc .get_tour {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 12px 13px;
    background-color: #2773c1;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.card-rest-bottom__calc .get_tour:hover {
    background-color: #0fa1e0;
}

.post-10971 .entry-header {
    display: none;
}
.section-subscribe-block + .footer-section .footer-top{
    padding-top: 18%;
}
.hotel-booking-buttons{
    margin-top: 25px;
}
.hotel-email-wrapper a{
    color: #fff;
    font-size: 16px;
}
.hotel-email-wrapper a i{
    font-size: 22px;
}
.booking-form-wrap .detailss{
    margin-top: 25px;
}
.booking-form-wrap .detailss p{
    padding: 0;
    margin: 0;
    border: none;
}
.booking-form-wrap .detailss .feat-dop-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.booking-form-wrap .detailss .feat-dop-img a{
    display: flex;
    width: calc((100% - 10px) / 2);
}
.hotel-map iframe{
    width: 100%;
}
.hotel-item-tabs .nav-pills .nav-link{
    border-radius: 0;
    border: 1px solid #EEE;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.66px;
}
.hotel-item-tabs .nav-pills .nav-link.active{
    color: #fff;
    background: var(--primary-color1);
}
.review-wrapper .review-from-wrapper form{
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    flex-wrap: wrap;
}
.review-wrapper .review-from-wrapper form .comment-form-email,
.review-wrapper .review-from-wrapper form .comment-form-author{
    width: calc((100% - 40px) / 2);
    display: flex;
    flex-direction: column;
}
.review-wrapper .review-from-wrapper form  .comment-form-comment,
.review-wrapper .review-from-wrapper form  .comment-form-url{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.review-wrapper .review-from-wrapper form p{
    margin-bottom: 12px;
}
.review-wrapper .review-from-wrapper form label{
    color: #5d5b58;
    font-family: var(--font-rubik);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    margin-bottom: 7px;
}
.review-wrapper .review-from-wrapper form textarea,
.review-wrapper .review-from-wrapper form input{
    width: 100%;
    border-radius: 0px;
    background: #fff;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee;
}
.review-wrapper .review-from-wrapper form textarea{
    height: 100px;
}
.review-wrapper .review-from-wrapper form .comment-form-url{
    width: 100%;
}
.review-wrapper .review-from-wrapper form .comment-form-comment{
    order: 9;
    width: 100%;
}
.review-wrapper .review-from-wrapper form .form-submit{
    order: 10;
}
.review-wrapper .review-from-wrapper form .form-submit input.submit{
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}
.review-wrapper .review-from-wrapper form .form-submit input.submit::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.flex_element {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e3f0fa;
    padding: 0 2px 0 15px;
    border: 1px solid #bed9de;
    margin-top: -1px;
}

.flex_element .flex_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background: #fff;
    margin: 2px 0;
}

.flex_element .title_link {
    color: #32639a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.flex_element .twin {
    background: url(../../images/icon/icon_twin.png) no-repeat center left 10px;
    padding: 0 20px 0 40px;
    color: #525252;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    width: 70px;
}

.quantity_room {
    background: url(../../images/icon/icon_room.png) no-repeat center left;
    padding-left: 40px;
    padding-right: 15px;
    color: #525252;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.button_element {
    width: 145px;
    height: 30px;
    line-height: 25px;
    background-color: #fff;
    border: 2px solid #f1a801;
    color: #eaa400;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 700;
    padding-left: 23px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.button_element::after {
    border: 5px solid transparent;
    border-top: 5px solid #f1a801;
    content: "";
    right: 20px;
    top: 12px;
    position: absolute;
    transition: all 0.2s linear;
}

.button_element.active::after {
    border: 5px solid transparent;
    border-top: 5px solid #f1a801;
    content: "";
    right: 20px;
    top: 7px;
    position: absolute;
    transform: rotate(-180deg);
    transition: all 0.2s linear;
}

.categories_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
    /*   	margin-bottom: 60px;*/
}

.categories_block .images_block {
    width: 254px;
    min-height: 191px;
    margin-right: 30px;
}

.categories_block .images_left {
    position: relative;
}

.categories_block .images_left .zoom {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 4px;
    transition: opacity .6s;
    z-index: 9;
    background: rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 150px;
}

.categories_block .images_left:hover .zoom {
    opacity: 1;
    cursor: pointer;
}

.categories_block .images_left .zoom img {
    width: 32px;
    height: 32px;
}

.categories_block .images_left img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.categories_block .cat_item .txt {
    color: #252525;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0 0;
}

.categories_block .cat_item .txt span {
    color: #32639a;
    font-weight: 700;
}

.categories_block .description_txt {
    color: #252525;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.icon_services {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px !important;
}

.icon_services .icon_txt {
    background-color: #e3f0fa;
    color: #657077;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: 400;
    list-style: none;
    margin: 0 5px 5px 0;
    background-position-x: 5px;
    background-position-y: center;
    padding: 3px 10px 3px 30px;
}

.button_bron {
    color: white;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 164px;
    background-color: #400692;
    border-radius: 3px;
    margin: 10px auto;
    cursor: pointer;
    padding: 8.5px 0;
    box-sizing: border-box;
}

.cat_icon_1 {
    background: url(../../images/icon_cat/icon_condi.png) no-repeat;
}

.cat_icon_2 {
    background: url(../../images/icon_cat/icon_inte.png) no-repeat left center;
}

.cat_icon_3 {
    background: url(../../images/icon_cat/icon_holod.png) no-repeat left 2px center;
}

.cat_icon_4 {
    background: url(../../images/icon_cat/icon_sanuz.png) no-repeat left center;
}

.cat_icon_5 {
    background: url(../../images/icon_cat/icon_camera.png) no-repeat left center;
    background-position-y: 0px;
}

.cat_icon_6 {
    background: url(../../images/icon_cat/icon_tv.png) no-repeat left center;
}

.cat_icon_7 {
    background: url(../../images/icon_cat/icon_balkon.png) no-repeat left center;
}

.cat_icon_8 {
    background: url(../../images/icon_cat/icon_cosme.png) no-repeat left center;
}

.cat_icon_9 {
    background: url(../../images/icon_cat/icon_fen.png) no-repeat left center;
}

.cat_icon_10 {
    background: url(../../images/icon_cat/icon_cha.png) no-repeat left center;
}

.cat_icon_11 {
    background: url(../../images/icon_cat/icon_mikrovol.png) no-repeat left center;
}

.cat_icon_12 {
    background: url(../../images/icon_cat/icon_halat.png) no-repeat left center;
}

.cat_icon_13 {
    background: url(../../images/icon_cat/icon_tap.png) no-repeat left center;
}

.cat_icon_14 {
    background: url(../../images/icon_cat/icon_polote.png) no-repeat left center;
}

.cat_icon_15 {
    background: url(../../images/icon_cat/icon_minibar.png) no-repeat left center;
}

.cat_icon_16 {
    background: url(../../images/icon_cat/icon_zamok.png) no-repeat left center;
}
.section-news-block + .section-services-block{
    margin-top: 60px;
}

.section-home-destination-item{
    display: flex;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 1px solid rgb(171, 170, 170);
    background: rgb(255, 255, 255);
}

.section-home-destination-item > span{
    width: 100%;
}
.section-home-destination-item .section-home-destination-item-image{
    height: 339px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(171, 170, 170);
}
.section-home-destination-item .section-home-destination-item-icon{
    justify-content: center;
    display: flex;
    align-items: center;
    height: 0;
}
.section-home-destination-item .section-home-destination-item-icon span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid rgb(171, 170, 170);
}
.section-home-destination-item .section-home-destination-item-icon span img{
    width: 62px;
    height: auto;
}
.section-home-destination-item .section-home-destination-item-content{
    display: flex;
    padding: 80px 23px 46px;
    justify-content: center;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}
.card-img.destination-slider-item{
    padding: 15px;
    display: block;
}
.table-style-custom tr td:first-of-type{
    min-width: 150px;
}
.table-style-custom tr td:first-of-type img{
    width: 150px;
}
.table-style-custom tr td:first-of-type br{
    height: 0;
    line-height: 0;
}
.table-style-custom tr td:nth-of-type(6),
.table-style-custom tr td:last-of-type{
    min-width: 100px;
}
.table-style-custom tr td:nth-of-type(6) img,
.table-style-custom tr td:last-of-type img{
    width: 94px;
}
@media screen and (max-width: 500px) {

    .flex_element {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex_element .twin {
        width: 30px;
    }

    .button_element {
        width: 110px;
        padding-left: 3px;
    }

    .categories_block {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10px;
    }

    .categories_block .cat_item {
        padding: 10px 10px 0 10px;
    }
    .item_info .order {
        min-height: 190px;
        text-align: center;
    }
    .tabber {
        margin-top: 55px;
    }
    .categories_block .images_block {
        margin-right: 0px;
    }

    .icon_services {
        justify-content: center;
    }

    .flex_element .title_link {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    #tabify {
        text-align: center;
    }

    .block_adaptive {
        width: 100%;
    }

    .block_adaptive .block-table {
        width: 100%;
    }

    .button_element::after {
        right: 15px;
    }
}

@media (max-width: 992px) {
    .card-rest__item-outer {
        flex: 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .pblocks {
        display: block;
        float: none;
        margin: 0 auto 10px !important;
        max-width: 100%;
        width: 100% !important;
        height: auto !important;
        background-size: cover !important;
    }

    .popular {
        margin: 0 10px;
    }

    .pbl {
        margin: 0 auto 10px !important;
        max-width: 100%;
        height: auto;
    }

}
@media (max-width: 600px) {
    .card-rest__item-outer {
        flex: 100%;
        max-width: 100%;
    }

    .akcia-header-block-2020-content__footer {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {


    .zakaz_left {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: fixed;
        z-index: 999;
        left: 0px;
        top: 70%;
        margin-left: -70px;
    }
}

