@font-face {
    font-family: "MagistralC";
    src: url("../fonts/MagistralC.otf") format("opentype");
}

@font-face {
    font-family: "MagistralC";
    src: url("../fonts/MagistralC-Bold.otf") format("opentype");
    font-weight: 700;
}

* {
    font-family: "Open Sans", sans-serif;
}

:root {
    --main-black: #222222;
    --main-green: #009C98;
    --main-bg: #F3F5F5;
    --green-dark: #125856;
    --green-hover: #007875;
    --gray-dark: #616161;
    --gray-ligth: rgba(34, 34, 34, 0.4);
    --red-error: rgba(248, 66, 66, 0.8);
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #312f33;
}

*::-webkit-scrollbar-thumb {
    background-color: #afca0b;
    border-radius: 3px;
}

.navbar-nav::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.navbar-nav::-webkit-scrollbar-thumb {
    background-color: transparent;
}

*::selection,
*::-moz-selection,
*::-o-selection,
*::-ms-selection {
    background: #afca0b;
    color: white;
}


body {
    background: #F4F4F4;
}

h1, h2, h3, h4, h5, h6, .title_with_brd {
    font-family: "MagistralC", sans-serif;
    font-weight: 700;
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

/*Mob menu*/
/*========================================*/
/*========================================*/
/*========================================*/
.mm-menu, .mm-panels, .mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn, .mm-menu {
    box-sizing: border-box
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none
}

.mm-hidden {
    display: none !important
}

.mm-menu, .mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute
}

.mm-panels, .mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-btn, .mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 23px
}

.mm-arrow:after, .mm-next:after {
    border-top: none;
    border-left: none;
    right: 23px
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview, .mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a, .mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a, .mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;

    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking, html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a, em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-navbar-bottom, .mm-navbar-top~.mm-navbar-top {
    border-bottom: none
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1
}

.mm-search, .mm-search input {
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear, .mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a, li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .5)
}

input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before, label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a, label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a, label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check, a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span, a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check, em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a, em.mm-counter+a.mm-next+label.mm-check+span, em.mm-counter+a.mm-next+label.mm-toggle+a, em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .7)
}

.mm-listview.mm-border-none>li:after, .mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after, .mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after, .mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after, .mm-menu .mm-panels>.mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:after, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu {
    z-index: 2
}

.mm-menu.mm-front, .mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar>*, .mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar>*, .mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after, .mm-menu .mm-tileview.mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-listview>li>.mm-next:after, .mm-menu.mm-tileview .mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li, .mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after, .mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s, .mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l, .mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a, .mm-menu .mm-tileview.mm-listview>li>span, .mm-menu.mm-tileview .mm-listview>li>a, .mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next, .mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

@media only screen and (max-width:991px) {
    .main_mnu ul {
        display: none
    }

    .mobile_menu {
        display: block
    }

    #mobile-menu {
        z-index: 11111
    }

    #mobile-menu .mm-listview a {

        color: #3e3f5b
    }

    #mobile-menu .mm-title {}

    html.mm-blocking body {
        background: rgba(0, 0, 0, .3)
    }
}

/*Mob menu*/
/*========================================*/
/*========================================*/
/*========================================*/

.main_content {
    background: #F4F4F4;
    padding-top: 16px;
    padding-bottom: 32px;
}

.title_with_brd h1 {
    color: var(--main-text-312F33, #312F33);
    font-family: "MagistralC", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
}

.navigation {
    background-color: #fff;
    border-bottom: 1px solid #807684 66;
    height: 76px;
}

.navigation .navigation_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.navigation .container.navigation_container:before,
.navigation .container.navigation_container:after {
    display: none;
}

.navigation .navigation_container .navigation_right_container {
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 992px) {
    .navigation .navigation_container .navigation_right_container {
        display: none;
    }
}

.navigation .navigation_container .navigation_right_container .navigation_items_container {
    display: flex;
    align-items: center;
}

.navigation .navigation_container .navigation_right_container .navigation_items_container .navigation_item {
    margin-right: 40px;
    padding: 15px 0;
}

.navigation .navigation_container .navigation_right_container .search_button {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    background-color: #afca0b;
    cursor: pointer;
}

.navigation .navigation_container .navigation_right_container .search_button:hover {
    background: #703f80;
}

.navigation .navigation_container .navigation_right_container .search_button:hover .search_button_head::before {
    border-top: 7.5px solid #462651;
}

.navigation .navigation_container .navigation_right_container .search_button:hover p {
    color: #afca0b;
}

.navigation .navigation_container .navigation_right_container .search_button_head {
    position: absolute;
    width: 100%;
    top: -10px;
    left: 0;
    height: 10px;
    background-color: inherit;
}

.navigation .navigation_container .navigation_right_container .search_button_head::before {
    content: "";
    position: absolute;
    top: 3.5px;
    left: -10px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 7.5px;
    border-right-width: 7.5px;
    border-top: 7.5px solid #809408;
    transform: rotate(-45deg);
}

.navigation .navigation_container .navigation_right_container .search_button::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background-color: inherit;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navigation .navigation_container .navigation_right_container .search_button p {
    color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
    max-height: 640px;
    height: 68vh;
}

@media (max-width: 992px) {
    .banner {
        width: 100%;
        height: auto;
        max-height: unset;
        aspect-ratio: 2.4 / 1;
    }

    .banner .carousel {
        max-height: inherit;
        height: 100%;
    }
}

/*
@media (max-width: 768px) {
    .banner {
        max-height: 450px;
        height: 100%;
    }
}*/

.banner .carousel {
    max-height: inherit;
    height: 100%;
}

.banner .carousel .slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 1;
}

@media (max-width: 768px) {
    .banner .carousel .slick-arrow {
        display: none;
    }
}

.banner .carousel .slick-prev {
    left: 15px;
}

.banner .carousel .slick-next {
    right: 15px;
}

.banner .carousel .slick-prev:before,
.banner .carousel .slick-next:before {
    font-size: 30px;
}


.banner .carousel .banner_item {
    height: 100%;
    overflow: hidden;
}

.banner .carousel .banner_item .banner_item_background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .carousel .banner_item .banner_item_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .carousel .banner_item_first {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.banner .carousel .banner_item_first .banner_content {
    position: relative;
    z-index: 5;
}

.banner .carousel .banner_item_first .banner_content .title_container {
    background: rgba(255, 255, 255, 70%);
    border-radius: 20px;
    max-width: 760px;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_first .banner_content .title_container {
        max-width: none;
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_first .banner_content .title_container {
        max-width: none;
        width: 95%;
        margin: 0 auto;
    }
}

.banner .carousel .banner_item_first .banner_content .title_container h1 {
    padding: 16px 60px;
    text-align: center;
    text-transform: none !important;
    color: #312f33;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_first .banner_content .title_container h1 {
        padding: 16px 30px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_first .banner_content .title_container h1 {
        padding: 10px 15px;
    }
}

.banner .carousel .banner_item_first .polaroid_cards_container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    width: 260px;
    height: 192px;
    background-color: #fff;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card {
        width: 200px;
        height: 125px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card {
        width: 150px;
        height: 85px;
    }
}

.banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_first {
    top: 0;
    right: 45px;
    transform: rotate(-15deg);
    z-index: 3;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_first {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_first {
        right: 5px;
    }
}

.banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_second {
    top: 35%;
    right: 20px;
    transform: rotate(30deg);
    z-index: 2;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_second {
        right: 5px;
        top: 25%;
    }
}

.banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_third {
    top: 65%;
    right: 45px;
    transform: rotate(-15deg);
    z-index: 1;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_third {
        right: 10px;
        top: 50%;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card_third {
        right: 5px;
        top: 65%;
    }
}

.banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card .polaroid_image {
    padding-top: 20px;
    width: 220px;
    height: 150px;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card .polaroid_image {
        padding-top: 10px;
        width: 170px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_first .polaroid_cards_container .polaroid_card .polaroid_image {
        width: 125px;
        height: 75px;
    }
}

.banner .carousel .banner_item_first .sticker {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 200px;
}

.banner .carousel .banner_item_first .sticker img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_first .sticker {
        width: 150px;
        bottom: 30px;
    }
}

.banner .carousel .banner_item_second {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.banner .carousel .banner_item_second .collage_container {
    width: 30vh;
    max-width: 280px;
    min-width: 150px;
    height: max-content;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 8%;
    z-index: 2;
    background-color: #fff;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_second .collage_container {
        width: 250px;
        left: 5%;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_second .collage_container {
        width: 150px;
        left: 5%;
        bottom: auto;
        top: 5%;
    }
}

.banner .carousel .banner_item_second .collage_container .collage_pin {
    position: absolute;
    width: max-content;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_second .collage_container .collage_pin {
        width: 20px;
        top: -10px;
    }
}

.banner .carousel .banner_item_second .collage_container img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.banner .carousel .banner_item_second .banner_content {
    position: relative;
    z-index: 5;
}

.banner .carousel .banner_item_second .banner_content .title_container {
    background: rgba(255, 255, 255, 70%);
    border-radius: 20px;
    max-width: 760px;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_second .banner_content .title_container {
        max-width: none;
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_second .banner_content .title_container {
        max-width: none;
        width: 95%;
        margin: 0 auto;
    }
}

.banner .carousel .banner_item_second .banner_content .title_container h1 {
    padding: 16px 60px;
    text-align: center;
    text-transform: none !important;
    color: #312f33;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_second .banner_content .title_container h1 {
        padding: 16px 30px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_second .banner_content .title_container h1 {
        padding: 10px 15px;
    }
}

.banner .carousel .banner_item_second .sticker {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;

    width: 200px;
}

.banner .carousel .banner_item_second .sticker img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_second .sticker {
        width: 150px;
        bottom: 30px;
    }
}

.banner .carousel .banner_item_third {
    position: relative;
    display: flex;
}

.banner .carousel .banner_item_third .banner_content {
    position: relative;
    z-index: 5;
    padding: 56px 0 0 140px;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_third .banner_content {
        padding: 50px 0 0 80px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_third .banner_content {
        padding: 30px 10px 10px;
    }
}

.banner .carousel .banner_item_third .banner_content .title_container {
    max-width: 760px;
}

.banner .carousel .banner_item_third .banner_content .title_container h1 {
    color: #fff;
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_third .banner_content .title_container h1 {
        text-align: center;
    }
}

.banner .carousel .banner_item_third .collage_container {
    width: 100%;
    max-height: 320px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_third .collage_container {
        bottom: 50px;
    }
}

.banner .carousel .banner_item_third .collage_container .collage_item_container {
    flex: 1;
}

.banner .carousel .banner_item_third .collage_container .collage_item_container img {
    width: 100%;
}

.banner .carousel .banner_item_fourth {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.banner .carousel .banner_item_fourth .hotel_card_container {
    width: 300px;
    height: 200px;
    padding: 10px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 8%;
    transform: rotate(-15deg);
    background-color: #fff;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_fourth .hotel_card_container {
        width: 250px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_fourth .hotel_card_container {
        width: 200px;
        height: 130px;
        bottom: auto;
        top: 5%;
        left: 2%;
    }
}

.banner .carousel .banner_item_fourth .hotel_card_container img {
    width: 100%;
    height: 100%;
}

.banner .carousel .banner_item_fourth .hotel_card_container .pin {
    position: absolute;
    width: max-content;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: auto;
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_fourth .hotel_card_container .pin {
        width: 20px;
        top: -10px;
    }
}

.banner .carousel .banner_item_fourth .banner_content {
    position: relative;
    z-index: 5;
}

.banner .carousel .banner_item_fourth .banner_content .title_container {
    background: rgba(255, 255, 255, 70%);
    border-radius: 20px;
    max-width: 760px;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_fourth .banner_content .title_container {
        max-width: none;
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_fourth .banner_content .title_container {
        max-width: none;
        width: 95%;
        margin: 0 auto;
    }
}

.banner .carousel .banner_item_fourth .banner_content .title_container h1 {
    padding: 16px 60px;
    text-align: center;
    text-transform: none !important;
    color: #312f33;
}

@media (max-width: 992px) {
    .banner .carousel .banner_item_fourth .banner_content .title_container h1 {
        padding: 16px 30px;
    }
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_fourth .banner_content .title_container h1 {
        padding: 10px 15px;
    }
}

.banner .carousel .banner_item_fourth .sticker {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;

    width: 200px;
}

.banner .carousel .banner_item_fourth .sticker img {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .banner .carousel .banner_item_fourth .sticker {
        width: 150px;
        bottom: 30px;
    }
}

.banner .slick-dots {
    bottom: 100px;
}

.banner .slick-dots li {
    width: 92px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
}

@media (max-width: 992px) {

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li {
        width: 50px;
    }
}

@media (max-width: 576px) {
    .banner .slick-dots li {
        width: 24px;
    }
}

.banner .slick-dots li.slick-active {
    background: rgba(112, 63, 128, 1);
}

.banner .slick-dots li button {
    width: inherit;
    height: inherit;
}

.banner .slick-dots li button::before {
    display: none;
}

.hotels .hotels_container {
    padding-top: 100px;
    padding-bottom: 40px;
}


@media (max-width: 768px) {
    .hotels .hotels_container {
        padding-top: 90px;
    }
}

.hotels .hotels_container h2 {
    text-align: center;
    margin-bottom: 30px;
}

.hotel_item {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 450px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #80768426;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .hotel_item {
        height: 200px;
        margin: 0 auto 30px;
    }
}

.hotel_item_bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

.hotel_item_bg.hotel_empty_bg img {
    object-fit: cover;
}

.hotel_item_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel_item_price {
    position: absolute;
    top: 0;
    left: 31px;
    width: 162px;
    height: 51px;
    padding-left: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    background: #afca0b;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width: 992px) {
    .hotel_item_price {
        height: 41px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hotel_item_price {
        left: 25px;
        width: 140px;
    }
}

.hotel_item_price::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -9.5px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 7px;
    border-right-width: 7px;
    border-top: 7px solid #809408;
    transform: rotate(-45deg);
}

.hotel_item_price::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #afca0b;
}

.hotels_container .hotel_item_price::before {
    top: -5px;
    left: -10px;
    border-left-width: 8px;
    border-right-width: 8px;
}

.hotels_container .wpcs_price {
    position: relative;
    top: -4px;
    color: #fff;
}

.hotel_item_price p {
    color: #fff;
    margin-top: -10px;
}

.hotel_item_price .discount {
    text-decoration: line-through;
    margin-top: 0;
}

.hotel_item_label {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #f4f4f499;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hotel_item_label {
        right: 10px;
    }
}

.hotel_item_label p {
    padding: 4px 8px;
    margin-bottom: 0;
}

.hotel_item_description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 60%);
    padding: 12px 20px 10px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.hotel_item_small {
    height: 200px;
}

.load_more_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.load_more_container h4 {
    color: #532f60;
    font-size: 16px;
    margin-left: 8px;
}

.information {
    padding: 40px 0 80px 0;
}

@media (max-width: 992px) {
    .information {
        padding: 50px 0 80px;
    }
}

@media (max-width: 778px) {
    .information {
        padding: 30px 0 80px;
    }
}

.information .information_container {
    position: relative;
}

.information .information_container .information_container_row {
    position: relative;
    z-index: 1;
}

.information .information_container .information_header_conatiner {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .information .information_container .information_header_conatiner {
        margin-bottom: 15px;
    }
}

.information .information_container .information_header_conatiner .information_title h2 {
    margin-right: 16px;
}

.information .information_container .information_header_conatiner .more_information_button {
    background: #703f80;
    color: #fff;
    border-radius: 22px;
    padding: 10px 20px;
    cursor: pointer;
}

.information .information_container .information_header_conatiner .more_information_button:hover {
    background: #afca0b;
}

.information .information_container .information_header_conatiner .more_information_button h4 {
    color: #ffffff;
}

@media (max-width: 778px) {
    .information .information_container .information_header_conatiner .more_information_button {
        padding: 8px 15px;
    }

    .information .information_container .information_header_conatiner .more_information_button h4 {
        font-size: 12px;
    }
}

.information .information_container .news_container {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #afa8b1;
}

.information .information_container .news_container:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .information .information_container .news_container:last-of-type {
        margin-bottom: 40px;
    }
}

.information .information_container .news_container .date,
.sidebar-news .news_container .date {
    color: #7e7980;
    margin-right: 8px;
}

.information .information_container .news_container .news_container_content,
.sidebar-news .news_container .news_container_content {
    display: flex;
    gap: 24px;
}

.information .information_container .news_container .news_container_content .news_image {
    width: 33%;
    height: 180px;
    margin: 8px 0 12px;
    overflow: hidden;
}

.information .information_container .news_container .news_container_content .news_content {
    width: calc(66% - 25px);
}

.information .information_container .news_container .news_container_content .news_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease all;
}

.information .information_container .news_container .news_container_content .news_image img.placeholder {
    object-fit: contain;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.information .information_container .news_container:hover .news_container_content .news_image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}


.information .information_container .news_container:hover .news_container_content .news_image img.placeholder {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media(max-width: 767px) {
    .information .information_container .news_container .news_container_content {
        flex-direction: column;
    }

    .information .information_container .news_container .news_container_content .news_image {
        width: 100%;
    }

    .information .information_container .news_container .news_container_content .news_content {
        width: 100%;
    }
}

.information .information_container .news_container .news_container_label,
.sidebar-news .news_container .news_container_label {
    background: #afca0b;
    padding: 4px 8px;
    border-radius: 20px;
}

.information .information_container .news_container .news_container_label p,
.sidebar-news .news_container .news_container_label p {
    color: #fff;
}

.information .information_container .news_container h3,
.sidebar-news .news_container h3 {
    margin: 8px 0 12px;
}

.information .information_container .news_container .read_more_button,
.sidebar-news .news_container .read_more_button {
    margin-top: 20px;
}

.information .information_container .news_container .read_more_button h4,
.sidebar-news .news_container .read_more_button h4,
.read_more_button span {
    color: #703f80;
    margin-right: 8px;
}

.information .information_container .news_container:hover .read_more_button h4,
.sidebar-news .news_container:hover .read_more_button h4,
.read_more_button:hover span {
    color: #afca0b;
}

.information .information_container .news_container:hover .read_more_button path,
.sidebar-news .news_container:hover .read_more_button path,
.read_more_button:hover path {
    fill: #afca0b;
}

.information .information_container .tour_container {
    margin-bottom: 30px;
}

.information .information_container .tour_container:last-of-type {
    margin-bottom: 0;
}

.information .information_container .tour_container .tour_photo_wrapper {
    margin-right: 20px;
}

@media (max-width: 992px) {
    .information .information_container .tour_container .tour_photo_wrapper {
        margin-right: 10px;
    }
}

.information .information_container .tour_container .tour_photo_wrapper .tour_photo {
    width: 200px;
    height: 120px;
    border-radius: 16px;
    background-color: #312f33;
    overflow: hidden;
}

@media (max-width: 992px) {
    .information .information_container .tour_container .tour_photo_wrapper .tour_photo {
        width: 125px;
        height: 75px;
    }
}

.information .information_container .tour_container .tour_photo_wrapper .tour_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information .information_container .tour_container .tour_details {
    width: 100%;
}

.information .information_container .tour_container .tour_details h3 {
    margin: 8px 0 12px;
}

@media (max-width: 992px) {
    .information .information_container .tour_container .tour_details h3 {
        margin: 5px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .information .information_container .tour_container .tour_details_section {
        flex-wrap: wrap;
    }
}

.information .information_container .tour_container .tour_details_section .tour_details_wrapper {
    box-shadow: 0px 4px 10px 0px #80768426;
    background: #fff;
    border-radius: 20px;
    padding: 12px 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .information .information_container .tour_container .tour_details_section .tour_details_wrapper {
        width: 100%;
        margin-bottom: 5px;
    }
}

.information .information_container .tour_container .tour_details_section .tour_details_wrapper:first-of-type {
    margin-right: 8px;
}

@media (max-width: 992px) {
    .information .information_container .tour_container .tour_details_section .tour_details_wrapper {
        padding: 6px 10px;
    }
}

.information .information_container .tour_container .tour_details_section .tour_details_wrapper p {
    text-align: center;
}

.information .information_container .bus_image_container {
    position: absolute;
    bottom: -50px;
    right: 0;
}

@media (max-width: 992px) {
    .information .information_container .bus_image_container {
        transform: scale(0.8);
        bottom: -80px;
        right: -100px;
    }
}

@media (max-width: 768px) {
    .information .information_container .bus_image_container {
        display: none;
    }
}

.navigation a,
.banner a,
.hotels a,
.information a {
    text-decoration: none;
    color: #312f33;
}

.navigation a:hover,
.banner a:hover,
.hotels a:hover,
.information a:hover {
    color: #312f33;
}


.slick-list,
.slick-track {
    height: 100%;
}

.navigation h1,
.banner h1,
.hotels h1,
.information h1 {
    font-size: 48px;
    font-family: "MagistralC", sans-serif;
    font-weight: 700;
    line-height: 54.77px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 992px) {

    .navigation h1,
    .banner h1,
    .hotels h1,
    .information h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {

    .navigation h1,
    .banner h1,
    .hotels h1,
    .information h1 {
        font-size: 32px;
        line-height: 35px;
    }
}

.navigation h2,
.banner h2,
.hotels h2,
.information h2 {
    font-size: 40px;
    font-family: "MagistralC", sans-serif;
    font-weight: 700;
    line-height: 45.64px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation h2,
    .banner h2,
    .hotels h2,
    .information h2 {
        font-size: 32px;
    }
}

.navigation h3,
.banner h3,
.hotels h3,
.information h3 {
    font-size: 20px;
    font-family: "MagistralC", sans-serif;
    font-weight: 700;
    line-height: 22.82px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation h3,
    .banner h3,
    .hotels h3,
    .information h3 {
        font-size: 16px;
    }
}

.navigation h4,
.banner h4,
.hotels h4,
.information h4 {
    font-size: 16px;
    font-family: "MagistralC", sans-serif;
    font-weight: 700;
    line-height: 18.26px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation h4,
    .banner h4,
    .hotels h4,
    .information h4 {
        font-size: 14px;
    }
}

.navigation p.text-standart,
.banner p.text-standart,
.hotels p.text-standart,
.information p.text-standart {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 22.4px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation p.text-standart,
    .banner p.text-standart,
    .hotels p.text-standart,
    .information p.text-standart {
        font-size: 14px;
    }
}

.navigation p.text-large,
.banner p.text-large,
.hotels p.text-large,
.information p.text-large {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 24.51px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation p.text-large,
    .banner p.text-large,
    .hotels p.text-large,
    .information p.text-large {
        font-size: 16px;
    }
}

.navigation p.text-medium,
.banner p.text-medium,
.hotels p.text-medium,
.information p.text-medium {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 21.79px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation p.text-medium,
    .banner p.text-medium,
    .hotels p.text-medium,
    .information p.text-medium {
        font-size: 14px;
    }
}

.navigation p.text-small,
.banner p.text-small,
.hotels p.text-small,
.information p.text-small {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 19.07px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation p.text-small,
    .banner p.text-small,
    .hotels p.text-small,
    .information p.text-small {
        font-size: 12px;
    }
}

.navigation .button-text,
.banner .button-text,
.hotels .button-text,
.information .button-text {
    font-size: 16px;
    font-family: "MagistralC", sans-serif;
    font-weight: 700;
    line-height: 18.26px;
    margin: 0;
    color: #312f33;
    text-transform: none;
}

@media (max-width: 768px) {

    .navigation .button-text,
    .banner .button-text,
    .hotels .button-text,
    .information .button-text {
        font-size: 14px;
    }
}

.content:not(.content_news) h3, .content:not(.content_news) h4, .content:not(.content_news) h5, .content:not(.content_news) h6,
.content:not(.content_news) .h3, .content:not(.content_news) .h4, .content:not(.content_news) .h5, .content:not(.content_news) .h6,
.content:not(.content_news) h3 *, .content:not(.content_news) h4 *, .content:not(.content_news) h5 *, .content:not(.content_news) h6 *,
.content:not(.content_news) .h3 *, .content:not(.content_news) .h4 *, .content:not(.content_news) .h5 *, .content:not(.content_news) .h6 * {
    color: var(--main-text-312F33, #312F33);
    font-family: "MagistralC", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-width: 0;
}

.content:not(.content_news) .h3::after, .content:not(.content_news) .h4::after, .content:not(.content_news) .h5::after, .content:not(.content_news) .h6::after,
.content:not(.content_news) h3::after, .content:not(.content_news) h4::after, .content:not(.content_news) h5::after, .content:not(.content_news) h6::after {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12L20.7071 11.2929L21.4142 12L20.7071 12.7071L20 12ZM5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11L5 13ZM14.7071 5.29289L20.7071 11.2929L19.2929 12.7071L13.2929 6.70711L14.7071 5.29289ZM20.7071 12.7071L14.7071 18.7071L13.2929 17.2929L19.2929 11.2929L20.7071 12.7071ZM20 13L5 13L5 11L20 11L20 13Z' fill='%23AFCA0B'/%3E%3C/svg%3E");
    padding-left: 8px;
    line-height: 24px;
    position: relative;
    top: 6px;
}

.content:not(.content_news) h2, .content:not(.content_news) h2 * {
    color: var(--main-text-312F33, #312F33);
    font-family: "MagistralC", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.content:not(.content_news) li,
.content:not(.content_news) p,
.content:not(.content_news) p span,
.elx_content_subtitle,
.elx_content_subtitle span {
    color: #312F33 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

/*Section Viber*/
.section-viber {
    width: 100%;
    border-radius: 16px;
    background: var(--white, #FEFEFE);
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    padding: 0 24px 30px;
    margin-top: 40px;
}

.section-viber a {
    display: block;
    color: #703F80;
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    text-decoration-line: underline;
    margin-bottom: 12px;
}

.section-viber p {
    display: block;
    color: var(--main-text-312F33, #312F33);
    font-family: "MagistralC", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.section-viber .title {
    width: 90%;
    border-radius: 0px 0px 4px 4px;
    background: var(--Brand-green-AFCA0B, #AFCA0B);
    padding: 14px 24px;
    text-align: center;
    position: relative;
    margin: 8px auto 20px;
    top: -10px;
}

.section-viber .title::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><path d="M0 10L11 0V10H0Z" fill="%23809408"/></svg>');
    position: absolute;
    top: 0;
    left: -11px;
    line-height: 10px;
}

.section-viber .title h2 {
    display: inline-block;
    color: var(--white, #FEFEFE);
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
}

.section-viber .title h2::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E %3Cpath d='M19.3442 3.94921C18.8481 3.49218 16.8402 2.03515 12.3637 2.01562C12.3637 2.01562 7.08634 1.69921 4.51603 4.05859C3.08634 5.48827 2.58244 7.58593 2.52775 10.1836C2.47306 12.7812 2.40666 17.6484 7.09806 18.9687H7.10197L7.09806 20.9844C7.09806 20.9844 7.06681 21.8008 7.60587 21.9648C8.25431 22.168 8.63712 21.5469 9.25822 20.8789C9.59806 20.5117 10.0668 19.9726 10.4223 19.5625C13.6332 19.832 16.0981 19.2148 16.3793 19.125C17.0278 18.9141 20.6957 18.4453 21.2895 13.5781C21.9067 8.55468 20.9926 5.3828 19.3442 3.94921ZM19.8871 13.2109C19.3832 17.2734 16.4106 17.5312 15.8637 17.707C15.6293 17.7812 13.4613 18.3203 10.7387 18.1445C10.7387 18.1445 8.70744 20.5937 8.07462 21.2305C7.86759 21.4375 7.64103 21.418 7.64494 21.0078C7.64494 20.7383 7.66056 17.6601 7.66056 17.6601C7.65666 17.6601 7.65666 17.6601 7.66056 17.6601C3.684 16.5586 3.91837 12.4141 3.96134 10.2461C4.00431 8.07812 4.41447 6.30077 5.62541 5.10546C7.80119 3.1328 12.2817 3.42577 12.2817 3.42577C16.0668 3.4414 17.8793 4.58202 18.3012 4.96484C19.6957 6.16015 20.4067 9.01952 19.8871 13.2109ZM14.4574 10.0547C14.4731 10.3906 13.9692 10.4141 13.9535 10.0781C13.9106 9.21874 13.5082 8.80077 12.6801 8.7539C12.3442 8.73437 12.3754 8.23046 12.7074 8.24999C13.7973 8.30859 14.4028 8.93359 14.4574 10.0547ZM15.2504 10.4961C15.2895 8.83984 14.2543 7.54296 12.2895 7.39843C11.9574 7.37499 11.9926 6.87109 12.3246 6.89452C14.5902 7.05859 15.7973 8.61718 15.7543 10.5078C15.7504 10.8437 15.2426 10.8281 15.2504 10.4961ZM17.0863 11.0195C17.0903 11.3555 16.5824 11.3594 16.5824 11.0234C16.559 7.83984 14.4379 6.10546 11.8637 6.08593C11.5317 6.08202 11.5317 5.58202 11.8637 5.58202C14.7426 5.60155 17.059 7.58984 17.0863 11.0195ZM16.6449 14.8516V14.8594C16.2231 15.6016 15.434 16.4219 14.6215 16.1601L14.6137 16.1484C13.7895 15.918 11.8481 14.918 10.6215 13.9414C9.98869 13.4414 9.41056 12.8516 8.96525 12.2851C8.56291 11.7812 8.15666 11.1836 7.76212 10.4648C6.93009 8.96093 6.7465 8.28905 6.7465 8.28905C6.48478 7.47655 7.30119 6.68749 8.04728 6.26562H8.05509C8.41447 6.07812 8.75822 6.14062 8.98869 6.41796C8.98869 6.41796 9.47306 6.99609 9.68009 7.28124C9.87541 7.54687 10.1371 7.97265 10.2738 8.21093C10.5121 8.63671 10.3637 9.0703 10.1293 9.24999L9.66056 9.62499C9.42228 9.8164 9.45353 10.1719 9.45353 10.1719C9.45353 10.1719 10.1488 12.8008 12.7465 13.4648C12.7465 13.4648 13.102 13.4961 13.2934 13.2578L13.6684 12.7891C13.8481 12.5547 14.2817 12.4062 14.7074 12.6445C15.2817 12.9687 16.0121 13.4726 16.4965 13.9297C16.7699 14.1523 16.8324 14.4922 16.6449 14.8516Z' fill='%23FEFEFE'/%3E%3C/svg%3E");
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.section-docs {
    width: 100%;
    border-radius: 16px;
    background: var(--white, #FEFEFE);
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    padding: 40px 60px;
    margin-bottom: 80px;
    position: relative;
}

.section-docs::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #AFA8B1;
}

.section-docs .doc {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    margin-bottom: 20px;
}

.section-docs .doc::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 10%;
    width: 80%;
    height: 1px;
    border-bottom: 1px dashed #AFA8B1;
}

.section-docs .doc .title {
    background: white;
    color: var(--main-text-312F33, #312F33);
    font-family: "MagistralC", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-right: 16px;
    position: relative;
    z-index: 1;
}

.section-docs .doc .title .number {
    color: var(--Brand-green-AFCA0B, #AFCA0B);
}

.section-docs .doc a {
    display: inline-block;
    background: white;
    color: #703F80;
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.64px;
    padding-left: 16px;
    padding-right: 24px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.section-docs .doc a::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12.6832L3 15.7714C3 16.2395 3.18437 16.6883 3.51256 17.0193C3.84075 17.3502 4.28587 17.5361 4.75 17.5361H15.25C15.7141 17.5361 16.1592 17.3502 16.4874 17.0193C16.8156 16.6883 17 16.2395 17 15.7714V12.6832M10.001 2.46387V12.4639M10.001 12.4639L14.001 8.64291M10.001 12.4639L6.00098 8.64291' stroke='%23703F80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    top: 2px;
}

.section-docs .doc .text {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}

@media(max-width: 767px) {
    .section-docs {
        padding: 24px;
    }

    .section-docs .doc {
        flex-direction: column;
    }

    .section-docs .doc a {
        padding-left: 22px;
    }
}

.section-gallery {
    padding: 48px 0;
}

.section-gallery .container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.section-gallery .container::before,
.section-gallery .container::after {
    content: none;
}

.section-gallery .container .item {
    width: calc(25% - 6px);
    height: 175px;
    cursor: pointer;
}

.section-gallery .container .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width: 1199px) {
    .section-gallery .container .item {
        width: calc((100% - 16px) / 3);
    }
}

@media(max-width: 767px) {
    .section-gallery .container .item {
        width: calc(50% - 4px);
    }
}

.sidebar-news {
    width: 100%;
    border-radius: 16px;
    background: var(--white, #FEFEFE);
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    margin-top: 30px;
    overflow: hidden;
}

.sidebar-news .news {
    padding: 24px 24px 0;
}

.sidebar-news .news_container {
    display: block;
    border-bottom: 1px dashed #AFA8B1;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.sidebar-news .news_container:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-news h2 {
    color: #312F33;
    font-family: "MagistralC", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 24px;
    background: rgba(112, 63, 128, 0.10);
    margin-bottom: 0;
}

.sidebar-news .news_container .read_more_button {
    margin-top: 0;
}

.sidebar-news .news_container .read_more_button h4,
.sidebar-news .news_container p {
    margin-bottom: 0;
}

.sidebar-news .news_container h3 {
    color: #312F33;
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebar-news .news_container h4 {
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
}

.contact_header_row {
    margin-bottom: 30px;
    color: var(--main-text-312F33, #312F33);
    ;
}

.contact_header_row h2,
.staff h5 {
    color: var(--main-text-312F33, #312F33);
    font-family: "MagistralC", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact_header_row h3,
.staff_info_name {
    color: #312F33;
    font-family: "MagistralC", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.contact_header_row div,
.contact_header_row p {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

select.contact_header_tabs_list {
    color: var(--main-text-312F33, #312F33);
    font-family: "MagistralC", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.pagination li {
    transform: scale(0.9);
}

.pagination li a {
    font-family: "MagistralC", sans-serif;
    color: #fff;
    background: #afca0b;
    border-radius: 4px;
}

.pagination li a span {
    font-family: "MagistralC", sans-serif;
}

.pagination li.active a, .pagination li:hover a {
    background: #703F80;
    color: white;
}

.staff_img {
    border-radius: 4px;
}

/*Charters*/
.schedule_charter_item {
    border-radius: 16px;
    background: var(--white, #FEFEFE);
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 27px;
    position: relative;
}

.schedule_charter_item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 57px;
    width: 100%;
    height: 0;
    border-top: 1px dashed #AFA8B1;
}

.schedule_charter_item_left {
    width: 60%;
}

.schedule_charter_item_right {
    width: calc(40% - 27px);
    padding-top: 76px;
}

.schedule_charter_item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.content:not(.content_news) .schedule_charter_item_title h2 {
    color: var(--main-text-312F33, #312F33);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.schedule_charter_item_info_price {
    display: flex;
    flex-direction: column;
    align-items: end;
    white-space: nowrap;
}

.schedule_charter_item_info_price_new {
    display: block !important;
    color: var(--main-text-312F33, #312F33);
    text-align: right;
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.schedule_charter_item_info_price_old {
    color: var(--Additional-text-7E7980, #7E7980) !important;
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through !important;
}

.accordeon_custom_trigger_schedule_charter {
    display: block;
    color: var(--Brand-violet-703F80, #703F80);
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.64px;
    margin: 7px 0 0 3px;
    position: relative;
}

.accordeon_custom_trigger_schedule_charter::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12L20.7071 11.2929L21.4142 12L20.7071 12.7071L20 12ZM5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11L5 13ZM14.7071 5.29289L20.7071 11.2929L19.2929 12.7071L13.2929 6.70711L14.7071 5.29289ZM20.7071 12.7071L14.7071 18.7071L13.2929 17.2929L19.2929 11.2929L20.7071 12.7071ZM20 13L5 13L5 11L20 11L20 13Z" fill="%23703F80"/></svg>');
    position: absolute;
    right: 0;
    top: 0;
}

.accordeon_custom {
    width: 100%;
}

.schedule_charter_item_map {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.schedule_charter_item_map iframe {
    display: block;
    width: 100%;
    height: 100%
}

.schedule_charter_item_info_top {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.schedule_charter_item_info_top ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    position: relative;
}

.schedule_charter_item_info_top ul::before {
    content: "";
    width: 0;
    height: calc(100% - 40px);
    border-left: 1px dashed #AFA8B1;
    position: absolute;
    left: 21px;
    top: 18px;
}

.schedule_charter_item_info_top ul li {
    position: relative;
    padding-left: 58px;
}

.schedule_charter_item_info_top ul li::before {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6.5" cy="6.5" r="5.5" fill="%23FEFEFE" stroke="%23AFA8B1" stroke-width="2"/></svg>');
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
}

.schedule_charter_item_info_top ul li:first-child {
    margin-bottom: 2px;
    left: 0;
}

.schedule_charter_item_info_top ul li:first-child::before {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="42" height="20" viewBox="0 0 42 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_668_1950)"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.41 14.42C3.93 14.42 2.78 15.57 2.78 17.05C2.78 18.53 3.93 19.84 5.41 19.84C6.89 19.84 8.02 18.53 8.02 17.05C8.02 15.57 6.88 14.42 5.41 14.42ZM5.41 16.23C4.91 16.23 4.59 16.56 4.59 17.05C4.59 17.54 4.92 18.03 5.41 18.03C5.9 18.03 6.39 17.55 6.39 17.05C6.39 16.55 5.91 16.23 5.41 16.23ZM35.45 14.42C33.97 14.42 32.82 15.57 32.82 17.05C32.82 18.53 33.97 19.84 35.45 19.84C36.93 19.84 38.08 18.53 38.08 17.05C38.08 15.57 36.93 14.42 35.45 14.42ZM35.45 16.23C34.95 16.23 34.47 16.56 34.47 17.05C34.47 17.54 34.95 18.03 35.45 18.03C35.95 18.03 36.43 17.55 36.43 17.05C36.43 16.55 35.93 16.23 35.45 16.23ZM37.74 0H0.65C0.32 0 0 0.33 0 0.5V11.81C0 12.14 0.33 12.29 0.65 12.29H14.43V1.48H16.57V12.29H16.73V1.48H18.86V12.29H41.02C41.35 12.29 41.83 12.13 41.67 11.81L38.39 0.5C38.23 0.33 38.08 0 37.74 0ZM6.89 2.79H3.27C3.11 2.79 3.11 2.96 3.11 2.96V8.03C3.11 8.2 3.11 8.36 3.27 8.36H6.89C6.89 8.36 7.05 8.2 7.05 8.03L6.89 3.11V2.78V2.79ZM29.37 2.79H25.6V8.36H29.37C29.37 8.36 29.54 8.2 29.54 8.03L29.37 3.11V2.78V2.79ZM24.45 2.79H20.84C20.67 2.79 20.67 2.96 20.67 2.96V8.03C20.67 8.2 20.67 8.36 20.84 8.36H24.45C24.61 8.36 24.61 8.2 24.61 8.03L24.45 3.11V2.78V2.79ZM11.64 2.79H8.03V8.36H11.82C11.82 8.36 11.98 8.2 11.98 8.03L11.82 3.11C11.82 2.95 11.82 2.78 11.64 2.78V2.79ZM36.77 2.46H34.13C33.97 2.46 33.8 2.63 33.8 2.79V9.35C33.8 9.51 33.97 9.68 34.13 9.68H38.73C38.89 9.68 39.06 9.51 39.06 9.35L37.09 2.79C37.09 2.63 36.93 2.46 36.78 2.46H36.77ZM0 12.46V16.72H2.3C2.46 15.24 3.76 13.93 5.41 13.93C7.06 13.93 8.37 15.24 8.52 16.72H32.32C32.49 15.24 33.8 13.93 35.45 13.93C37.1 13.93 38.39 15.24 38.57 16.72H41.68V12.61C41.68 12.95 41.35 13.11 41.03 13.11H0.65C0.32 13.11 0 12.78 0 12.46Z" fill="%23703F80"/></g><defs><clipPath id="clip0_668_1950"><rect width="42" height="20" fill="white"/></clipPath></defs></svg>');
    top: 0;
    left: 0;
    transform: none;
}

.schedule_charter_item_info_top ul li:last-child {
    margin-top: 5px;
}

.schedule_charter_item_info_top ul li:last-child::before {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="18" height="32" viewBox="0 0 18 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.00167 0C-11.2521 0 9.00167 24.3868 9.00167 24.3868C9.00167 24.3868 29.2511 0 9.00167 0ZM9.00167 15.4289C5.22325 15.4289 2.15853 12.3642 2.15853 8.58574C2.15853 4.80731 5.21887 1.74255 9.00167 1.74255C12.7845 1.74255 15.8449 4.80731 15.8449 8.58574C15.8449 12.3642 12.7801 15.4289 9.00167 15.4289Z" fill="%23AFCA0B"/><path d="M9.00048 2.67517C5.7343 2.67517 3.08984 5.31964 3.08984 8.58143C3.08984 11.8432 5.7343 14.4921 9.00048 14.4921C12.2666 14.4921 14.9067 11.8476 14.9067 8.58143C14.9067 5.31526 12.2623 2.67517 9.00048 2.67517ZM9.00048 13.542C6.26407 13.542 4.03989 11.3222 4.03989 8.58579C4.03989 5.84939 6.25969 3.62963 9.00048 3.62963C11.7413 3.62963 13.9611 5.84939 13.9611 8.58579C13.9611 11.3222 11.7413 13.542 9.00048 13.542Z" fill="%23AFCA0B"/><path d="M11.3003 29.1504C11.3003 30.4201 10.2714 31.449 9.0017 31.449C7.73201 31.449 6.70312 30.4201 6.70312 29.1504C6.70312 27.8807 7.73201 26.8518 9.0017 26.8518C10.2714 26.8518 11.3003 27.8807 11.3003 29.1504Z" fill="%23703F80"/></svg>');
    top: 0;
    left: 12px;
    transform: none;
}

.accordeon_custom_list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0
}

.search_width {
    border-radius: 58px;
    background: #FEFEFE;
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.10);
    padding: 24px;
    margin-top: 12px;
    margin-bottom: 30px;
}

.search_width_inner {
    border-radius: 34px;
    border: 1px solid var(--Line-AFA8B1, #AFA8B1);
    display: flex;
    /*overflow: hidden;*/
}

.search_width_inner .search_width_item {
    width: calc(80% / 3);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.search_width_inner .search_width_item_short {
    width: 20%;
    border-left: 1px solid #AFA8B1;
}

.search_width_inner .search_width_item.filter-schedule {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6f3f82;
    font-family: "MagistralC-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.search_width_inner .search_width_item label {
    color: var(--Additional-text-7E7980, #7E7980);
    font-family: "MagistralC", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.search_width_inner .search_width_item .select {
    color: #312F33;
    font-family: "MagistralC", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border-width: 0;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 10L12 15L17 10H7Z" fill="%237E7980"/></svg>') right center no-repeat;
    padding-right: 24px;
}

.search_width_inner .search_width_item:nth-child(5n + 1) {
    z-index: 5;
}

.search_width_inner .search_width_item:nth-child(5n + 2) {
    z-index: 4;
}

.search_width_inner .search_width_item:nth-child(5n + 3) {
    z-index: 3;
}

.search_width_inner .search_width_item:nth-child(5n + 4) {
    z-index: 2;
}

.search_width_inner .search_width_item:nth-child(5n + 5) {
    z-index: 1;
}

.search_width_inner .search_width_item:nth-child(3n + 2) {
    border-left: 1px solid #AFA8B1;
    border-right: 1px solid #AFA8B1;
}

.search_width_inner .search_width_item.filter-schedule {
    border-width: 0;
    border-radius: 0 34px 34px 0;
}

.search_selected_group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 40px;
    margin-top: 12px;
}

.search_selected_group .search_selected {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.search_selected_group .search_selected.active {
    display: flex;
}

.search_selected_group .search_selected .item {
    display: inline-block;
    height: auto;
    position: relative;
    border-radius: 22px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    padding: 8px 32px 8px 12px;
    white-space: nowrap;
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.search_selected_group .search_selected .item .item_remove {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15 5L5 15' stroke='%23703F80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M5 5L15 15' stroke='%23703F80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
    border-width: 0;
    outline-width: 0;
    cursor: pointer;
    padding: 0;
}

.table-colored,
.accordeon_custom_inner table,
.wp-block-table table {
    width: 100% !important;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background: white;
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    margin-top: 20px;
}

.table-colored:first-of-type,
.accordeon_custom_inner table:first-of-type,
.wp-block-table table:first-of-type {
    border-radius: 16px;
}

.table-colored tbody tr td,
.accordeon_custom_inner table tbody tr td,
.wp-block-table table tbody tr td {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    border-width: 0;
    padding: 12px 16px;
}

.table-colored thead tr th,
.accordeon_custom_inner table thead tr th,
.table-colored thead tr th,
.wp-block-table table thead tr th,
.table-colored:not(:has(thead)) tbody tr:first-child td,
.wp-block-table table:not(:has(thead)) tbody tr:first-child td {
    color: var(--white, #FEFEFE);
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 16px;
    background: var(--Brand-violet-703F80, #703F80);
    vertical-align: middle;
    border-width: 0;
    border-bottom-width: 0;
}

.table-colored tbody tr,
.accordeon_custom_inner table tbody tr,
.wp-block-table table tbody tr {
    background: white;
    border-bottom: 1px dashed #AFA8B1;
}

.table-colored:first-of-type tbody tr,
.accordeon_custom_inner table:first-of-type tbody tr,
.wp-block-table table:first-of-type tbody tr {
    background: rgba(112, 63, 128, 0.1);
    border-bottom-width: 0;
}

.table-colored:first-of-type tbody tr:nth-child(2n+2),
.accordeon_custom_inner table:first-of-type tbody tr:nth-child(2n+2),
.wp-block-table table:first-of-type tbody tr:nth-child(2n+2) {
    background: rgba(112, 63, 128, 0.15);
}

.table-colored:not(:first-of-type) tbody tr td:nth-child(2n+2),
.accordeon_custom_inner table:not(:first-of-type) tbody tr td:nth-child(2n+2),
.wp-block-table table:not(:first-of-type) tbody tr td:nth-child(2n+2) {
    background: #F0EBF1;
}

.table-colored thead tr th,
.table-colored tbody tr td {
    padding: 16px;
    position: relative;
    vertical-align: top;
}

.table-colored thead tr th::after,
.table-colored tbody tr td::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='1' height='8' viewBox='0 0 1 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='8' x2='0.5' y2='-2.18557e-08' stroke='%23AFA8B1' stroke-dasharray='2 2'/%3E%3C/svg%3E") right center repeat-y;
}


.table-colored thead tr th:last-child:after,
.table-colored tbody tr td:last-child::after {
    content: none;
}

.table-colored thead tr th.title,
.table-colored tbody tr td.title {
    width: 285px;
}

.table-colored thead tr th.title {
    font-size: 18px;
    font-weight: 600;
}

.content:not(.content_news) .table-colored tbody tr td,
.content:not(.content_news) .table-colored tbody tr td li,
.content:not(.content_news) .table-colored tbody tr td p {
    font-size: 14px !important;
}

.content:not(.content_news) .table-colored tbody tr td ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style-type: none;
    padding-left: 0;
    position: relative;
}

.content:not(.content_news) .table-colored tbody tr td ul li {
    line-height: 20px;
    padding-left: 22px;
    position: relative;
}

.content:not(.content_news) .table-colored tbody tr td ul::before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    width: 1px;
    height: calc(100% - 14px);
    background: url("data:image/svg+xml,%3Csvg width='1' height='8' viewBox='0 0 1 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='8' x2='0.5' y2='-2.18557e-08' stroke='%23AFA8B1' stroke-dasharray='2 2'/%3E%3C/svg%3E") right center repeat-y;

}

.content:not(.content_news) .table-colored tbody tr td ul li::before {
    content: "";
    width: 14px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    min-height: 14px;
    max-height: 14px;
    border-radius: 7px;
    background-color: #ffffff;
    border: 1px solid #AFA8B1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    line-height: 0;
    z-index: 2;
}

.table-colored tbody tr td.title h2 {
    line-height: 20px;
    margin-bottom: 8px;
}

.table-colored tbody tr td.title h2 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.tours .content {
    max-width: 100%;
    overflow: auto;
}

.accordeon_custom_item.active {
    margin-bottom: 30px;
}

.accordeon_custom_item .accordeon_custom_trigger_schedule_charter::after {
    transition: 0.3s ease all;
}

.accordeon_custom_item .accordeon_custom_trigger_schedule_charter:hover,
.accordeon_custom_item.active .accordeon_custom_trigger_schedule_charter {
    color: #afca0b;
}

.accordeon_custom_item:hover .accordeon_custom_trigger_schedule_charter::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12L20.7071 11.2929L21.4142 12L20.7071 12.7071L20 12ZM5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11V13ZM14.7071 5.29292L20.7071 11.2929L19.2929 12.7071L13.2929 6.70713L14.7071 5.29292ZM20.7071 12.7071L14.7071 18.7071L13.2929 17.2929L19.2929 11.2929L20.7071 12.7071ZM20 13H5V11H20V13Z" fill="%23AFCA0B"/></svg>');
}

.accordeon_custom_item.active .accordeon_custom_trigger_schedule_charter::after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12L20.7071 11.2929L21.4142 12L20.7071 12.7071L20 12ZM5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11V13ZM14.7071 5.29292L20.7071 11.2929L19.2929 12.7071L13.2929 6.70713L14.7071 5.29292ZM20.7071 12.7071L14.7071 18.7071L13.2929 17.2929L19.2929 11.2929L20.7071 12.7071ZM20 13H5V11H20V13Z" fill="%23AFCA0B"/></svg>');
    transform: rotate(90deg);
}

.search_width_item label {
    margin-bottom: 0;
}

.search_width_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.day_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px
}

.day_img_item {
    width: 32.7%;
    aspect-ratio: 13 / 7;
    margin-bottom: .6%;
    margin-right: .6%;
    cursor: pointer;
}

.day_img_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width: 992px) {
    .schedule_charter_item {
        flex-direction: column;
    }

    .schedule_charter_item_left,
    .schedule_charter_item_right {
        width: 100%;
        padding-top: 0;
    }

    .schedule_charter_item_title {
        align-items: center;
    }
}

@media(max-width: 1200px) {
    .search_width_inner {
        display: flex;
        flex-direction: column;
    }

    .search_width_inner .search_width_item:nth-child(3n + 2) {
        border-left-width: 0;
        border-right-width: 0;
        border-top: 1px solid #AFA8B1;
        border-bottom: 1px solid #AFA8B1;
    }

    .search_width_inner .search_width_item {
        width: 100%;
    }

    .search_width_inner .search_width_item.filter-schedule {
        width: 100%;
    }

    .search_width_inner .search_width_item_short {
        border-left-width: 0;
        border-top: 1px solid #AFA8B1;
    }

    .search_width_inner .search_width_item.filter-schedule {
        border-radius: 0 0 34px 34px;
    }

    .search_block_dropdown {
        width: calc(100% - 70px);
    }
}

.slideshow_single_post img {
    width: 100%;
}

.slideshow img {
    display: none;
    width: 100%;
    margin-bottom: 20px;
}

.slideshow img:first-child {
    display: block;
}

.news_published {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 19.07px;
    margin: 20px 0;
    color: #7e7980;
    text-transform: none;
}

.hotel_list_seach {
    margin: 0 auto 72px;
}

.main_content_hotel .hotel_item_price p {
    margin-bottom: 0;
}

.hotel_list .hotel_item {
    margin-bottom: 36px;
}

/*Single hotel*/
.singl_hotel_header_title {
    color: var(--main-text-312F33, #312F33);
    font-family: 'MagistralC', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.singl_hotel_header_country {
    color: var(--Additional-text-7E7980, #7E7980);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 8px;
    align-items: center;
}

.singl_hotel_header_country .divider {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: var(--Additional-text-7E7980, #7E7980);
}

.singl_hotel_other_list_item {
    border-radius: 16px;
    background: var(--white, #FEFEFE);
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    padding: 16px;
    border-bottom-width: 0;
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.singl_hotel_other_list_item_info {
    width: calc(65% - 16px);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content:not(.content_news) .singl_hotel_other_list_item_info p {
    color: #312F33;
    line-height: normal;
    margin-bottom: 0;
}

.content:not(.content_news) .singl_hotel_other_list_item_info p b {
    color: #312F33;
    font-family: 'MagistralC', sans-serif;
    font-weight: 700;
}

.singl_hotel_other_list_item_img {
    border-radius: 16px;
    width: 30%;
    min-height: 150px;
    height: 100%;
    overflow: hidden;
}


.singl_hotel_other_list_item:hover .singl_hotel_other_list_item_img .single_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.singl_hotel_other_list_item_img .single_img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.singl_hotel_other_list_item_img .noimage {
    width: 100%;
}

.content:not(.content_news) .singl_hotel_other_list_item_title {
    display: block;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 16px 16px;
    background: rgba(255, 255, 255, 0.60);
    padding: 12px 20px 8px;
    backdrop-filter: blur(2px);

    color: #312F33;
    font-family: 'MagistralC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.content:not(.content_news) .singl_hotel_other_list_item_title h2 {
    color: #312F33;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.content:not(.content_news) .singl_hotel_other_list_item_title .subtitle {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.singl_hotel_desc_list_row::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat
}

.singl_hotel_desc_parking::before {
    background-image: url('../img/new/icon-hotel-1.svg');
}

.singl_hotel_desc_wifi::before {
    background-image: url('../img/new/icon-hotel-2.svg');
}

.singl_hotel_desc_children::before {
    background-image: url('../img/new/icon-hotel-3.svg');
}

.singl_hotel_desc_to_sea::before {
    background-image: url('../img/new/icon-hotel-4.svg');
}

.singl_hotel_desc_to_animals::before {
    background-image: url('../img/new/icon-hotel-5.svg');
}

.singl_hotel_desc_list_item {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
}

.singl_hotel_desc_list_row {
    display: inline-block;
    height: auto;
    position: relative;
    border-radius: 22px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    padding: 12px 20px 12px 48px;
    white-space: nowrap;
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.hotel_list_min {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.hotel_item_min {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.hotel_item_min_img {
    width: 160px;
    height: 120px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.hotel_item_min_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hotel_item_min_info {
    width: calc(100% - 176px);
}

.hotel_item_min_title {
    color: #312F33;
    font-family: 'MagistralC', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.hotel_item_min_region {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.sidebar_title h2 {
    color: var(--main-text-312F33, #312F33);
    font-family: 'MagistralC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.hotel_item_min_category {
    position: absolute;
    left: 12px;
    bottom: 6px;
    border-radius: 21.5px;
    background: rgba(244, 244, 244, 0.60);
    backdrop-filter: blur(2px);
    padding: 4px 8px;
    color: var(--main-text-312F33, #312F33);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.singl_hotel h2 {
    margin-bottom: 16px;
}

.singl_hotel_additinally_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 16px;
}

.singl_hotel_additinally_info_item {
    width: calc(50% - 8px);
    border-radius: 16px;
    background: var(--white, #FEFEFE);
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    border-bottom-width: 0;
    padding-bottom: 24px;
    position: relative;
}

.content:not(.content_news) .singl_hotel_additinally_info_item p {
    margin: 0 16px;
    padding: 8px 0;
    border-bottom: 1px dashed #AFA8B1;
}

.content:not(.content_news) .singl_hotel_additinally_info_item p b {
    font-family: 'MagistralC', sans-serif;
}

.content:not(.content_news) .singl_hotel_additinally_info_item p:last-child {
    border-bottom-width: 0;
}

.singl_hotel_additinally_info_item:first-child {
    width: 100%;
}

.singl_hotel_additinally_info_item::before {
    content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%208L8%200V8H0Z%22%20fill%3D%22%23532F60%22/%3E%3C/svg%3E');
    position: absolute;
    left: 16px;
    top: -8px;
    line-height: 8px;
}

.singl_hotel_additinally_info_item::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 24px;
    width: 40px;
    height: 53px;
    border-radius: 0 0 4px 4px;
    background: url('../img/new/icon-hotel-info-1.svg') 8px 21px no-repeat, linear-gradient(0deg, #703F80 0%, #703F80 100%), linear-gradient(to right, #DDD1E0, #DDD1E0);
}


.singl_hotel_additinally_info_item:nth-child(7n+3)::after {
    background: url('../img/new/icon-hotel-info-2.svg') 8px 21px no-repeat, linear-gradient(0deg, #703F80 0%, #703F80 100%), linear-gradient(to right, #DDD1E0, #DDD1E0);
}

.singl_hotel_additinally_info_item:nth-child(7n+4)::after {
    background: url('../img/new/icon-hotel-info-3.svg') 8px 21px no-repeat, linear-gradient(0deg, #703F80 0%, #703F80 100%), linear-gradient(to right, #DDD1E0, #DDD1E0);
}

.singl_hotel_additinally_info_item:nth-child(7n+5)::after {
    background: url('../img/new/icon-hotel-info-4.svg') 8px 21px no-repeat, linear-gradient(0deg, #703F80 0%, #703F80 100%), linear-gradient(to right, #DDD1E0, #DDD1E0);
}

.singl_hotel_additinally_info_item:nth-child(7n+6)::after {
    background: url('../img/new/icon-hotel-info-5.svg') 8px 21px no-repeat, linear-gradient(0deg, #703F80 0%, #703F80 100%), linear-gradient(to right, #DDD1E0, #DDD1E0);
}

.singl_hotel_additinally_info_item:nth-child(7n+7)::after {
    background: url('../img/new/icon-hotel-info-6.svg') 8px 21px no-repeat, linear-gradient(0deg, #703F80 0%, #703F80 100%), linear-gradient(to right, #DDD1E0, #DDD1E0);
}

.singl_hotel_additinally_info_item>* {
    margin: 12px 24px;
}

.singl_hotel_additinally_info_item>*:first-child {
    border-radius: 16px 16px 0 0;
    background: rgba(112, 63, 128, 0.10);
    padding: 16px 16px 16px 80px;
    margin: 0 0 24px;
}

.singl_hotel_additinally_info_item>*:first-child::after {
    content: none !important;
}

/*Tours*/

.singl_tour_header_info {
    display: flex;
    gap: 16px;
}

.singl_tour_tabs {
    margin-bottom: 20px;
}

.singl_tour_table {
    width: 100%;
    overflow: auto;
}

.singl_tour_header_country {
    color: var(--Additional-text-7E7980, #7E7980);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.singl_tour_header_country .divider {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: var(--Additional-text-7E7980, #7E7980);
}

.singl_tour_header_overall_rating {
    min-width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    padding: 0;
    font-size: 40px;
    font-weight: 700;
    margin-right: 0;
}

.tour_included {
    width: 100%;
}

.tour_included ul {
    padding-left: 0;
}

.tour_included ul li {
    list-style-type: none;
    color: #312F33;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 9px;
    background-repeat: repeat-x;
    border-bottom: 1px dashed #AFA8B1;
}

.tour_description {
    width: 100%;
    padding: 24px;
}

.tour_description p {
    margin: 0 !important;
}

.tour_description::before,
.tour_description::after {
    content: none;
}

.tour_description>*:first-child {
    background: transparent;
}

.tour_description p {
    display: flex;
    flex-wrap: wrap;
}

.tour_description p b {
    min-width: 230px;
    padding-right: 24px;
}

.content_tour .tour_description .read_more_button {
    display: flex;
    align-items: center;
}

.content_tour .tour_description .read_more_button span {
    color: #703F80 !important;
    font-family: 'MagistralC', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    transition: 0.3s ease all;
}

.content_tour .tour_description .read_more_button path {
    transition: 0.3s ease all;
}

.content_tour .tour_description .read_more_button:hover span {
    color: #AFCA0B !important;
}

.content_tour .tour_details {
    width: 100%;
}

.content_tour .tour_details::after {
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9978 21.1897C16.5692 16.1039 18.8549 12.2916 18.8549 9.75279C18.8549 5.94458 15.7849 2.85742 11.9978 2.85742C8.21067 2.85742 5.14062 5.94458 5.14062 9.75279C5.14062 12.2916 7.42634 16.1039 11.9978 21.1897Z' stroke='%23FEFEFE' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9978 12.5717C13.5757 12.5717 14.8549 11.2925 14.8549 9.71456C14.8549 8.13661 13.5757 6.85742 11.9978 6.85742C10.4198 6.85742 9.14062 8.13661 9.14062 9.71456C9.14062 11.2925 10.4198 12.5717 11.9978 12.5717Z' stroke='%23FEFEFE' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 8px 21px no-repeat, linear-gradient(0deg, #703F80 0%, #703F80 100%), linear-gradient(to right, #DDD1E0, #DDD1E0) !important;
}

.content_tour .tour_details>.item {
    border-bottom: 1px dashed #AFA8B1;
    margin: 0 24px;
    padding: 20px 0;
}

.content_tour .tour_details>.item p {
    margin: 0;
    padding: 0;
    border-bottom-width: 0;
}

.content_tour .tour_details>.item .date {
    color: var(--Brand-violet-703F80, #703F80) !important;
    font-family: 'MagistralC', sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.content_tour .tour_details>.item .description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content_tour .tour_details>.item .description p {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content_tour .tour_details>.item .description p strong,
.content_tour .tour_details>.item .description p b {
    font-family: 'MagistralC', sans-serif;
    font-weight: 700;
}

.content_tour .tour_details>.item .owl-images-tour {
    margin-top: 20px;
}

.content_tour .tour_details>.item .owl-images-tour .image {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.content_tour .tour_details>.item .owl-images-tour .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour_navigation {
    padding: 0 0 24px !important;
    margin-bottom: 48px;
}

.tour_navigation h2 {
    border-radius: 16px 16px 0px 0px;
    background: rgba(112, 63, 128, 0.10);
    padding: 16px 24px;
    color: var(--main-text-312F33, #312F33);
    font-family: 'MagistralC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour_navigation_container {
    margin: 0;
    position: relative;
}

.tour_navigation_container::before {
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% - 64px);
    top: 32px;
    left: 30px;
    border-right: 1px dashed #AFA8B1;
}

.tour_navigation_container a {
    display: block;
    padding: 0 24px;
    transition: 0.3s ease all;
}

.tour_navigation_container a div {
    padding: 12px 24px 12px 37px;
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.20078 5.4L10.8008 9L7.20078 12.6' stroke='%237E7980' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 12px no-repeat;
    position: relative;
}

.tour_navigation_container a div::before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.5' cy='6.5' r='5.5' fill='%23FEFEFE' stroke='%23AFA8B1' stroke-width='2'/%3E%3C/svg%3E") left center no-repeat;
    transition: 0.3s ease all;
}

.tour_navigation_container a.active div::before {
    opacity: 0;
}

.tour_navigation_container a div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 29px;
    width: calc(100% - 29px);
    height: 0;
    border-bottom: 1px dashed #AFA8B1;
}

.tour_navigation_container .item:last-child div::after {
    border-bottom-width: 0;
}

.tour_navigation_container a div .date {
    color: #312F33;
    font-family: 'MagistralC', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
    transition: 0.3s ease all;
}

.tour_navigation_container a div .location {
    color: var(--Additional-text-7E7980, #7E7980);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    transition: 0.3s ease all;
}

.tour_navigation_container .bus {
    height: 24px;
    width: auto;
    position: absolute;
    top: 20px;
    left: 16px;
}

.tour_navigation_container a:hover {
    background: var(--Brand-green-AFCA0B, #AFCA0B);
}

.tour_navigation_container a:hover div .date,
.tour_navigation_container a:hover div .location {
    color: white;
}

.sidebar_button_container {
    padding: 24px 24px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sidebar_button_container .tml-button {
    color: white;
    transition: 0.3s ease all;
    margin-top: 0;
}

.sidebar_button_container .tml-button:hover {
    opacity: 0.9;
}

.sidebar_button_container .tml-button-white {
    color: var(--Brand-violet-703F80, #703F80);
    border: 1px solid var(--Brand-violet-703F80, #703F80);
    background: transparent;
}

.sidebar_button_container .tml-button-white:hover {
    color: var(--Brand-violet-703F80, #703F80);
}

.sidebar_item_first {
    border-radius: 16px;
    background: var(--white, #FEFEFE);
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    margin-bottom: 40px;
    overflow: hidden;
}

.sidebar_item_map {
    position: relative;
}

.sidebar_item_map .map {
    width: 100%;
    height: 200px;
}

.sidebar_item_map .map iframe {
    width: 100% !important;
    height: 100% !important;
}

.gm-inset-map,
.gm-style .directions-card {
    display: none !important;
}

.sidebar_item_map .map_link {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    padding: 12px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    font-family: 'MagistralC', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.64px;
    white-space: nowrap;
    color: var(--Brand-violet-703F80, #703F80);
    transition: 0.3s ease all;
}

.sidebar_item_map .map_link:hover {
    background: #ffffff;
}

.sidebar_item_price {
    color: var(--main-text-312F33, #312F33);
    font-family: 'MagistralC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
}

.sidebar_item_price * {
    font-family: 'MagistralC', sans-serif;
}

.sidebar_item_description {
    color: #312F33;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    padding: 32px 20px;
}

.sidebar_item_description::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 76px;
    height: 58px;
    background: url('../img/new/icon-hotel-quote.svg') center center no-repeat;
}

.sidebar_item_description::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 76px;
    height: 58px;
    background: url('../img/new/icon-hotel-quote.svg') center center no-repeat;
    transform: rotate(180deg);
}

.singl_hotel_images {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 0.5fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 32px;
}

.singl_hotel_images .single_img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.singl_hotel_images .single_img_link {
    position: relative;
}

.singl_hotel_images .single_img_hidden {
    display: none;
}

.singl_hotel_images .single_img_link p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(49, 47, 51, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white, #FEFEFE) !important;
    text-align: center;
    font-family: 'MagistralC', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    margin-bottom: 0;
    cursor: pointer;
}

.singl_hotel_images .single_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.singl_hotel_images .img1 {
    grid-area: 1 / 5 / 9 / 11;
    aspect-ratio: unset;
}

.singl_hotel_images .img2 {
    grid-area: 1 / 1 / 5 / 5;
}

.singl_hotel_images .img3 {
    grid-area: 5 / 1 / 9 / 5;
}

.singl_hotel_images .img4 {
    grid-area: 9 / 1 / 11 / 3;
}

.singl_hotel_images .img5 {
    grid-area: 9 / 3 / 11 / 5;
}

.singl_hotel_images .img6 {
    grid-area: 9 / 5 / 11 / 7;
}

.singl_hotel_images .img7 {
    grid-area: 9 / 7 / 11 / 9;
}

.singl_hotel_images .img8 {
    grid-area: 9 / 9 / 11 / 11;
}

.widget-hotels-description {
    border-top: 1px dashed #AFA8B1;
    border-bottom: 1px dashed #AFA8B1;
    padding: 12px 0;
    margin: 20px 0 48px;
}

.widget-hotels-description * {
    margin-bottom: 0;
}

.wpcs_price {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
}

.popup_style_gallery_room h2 {
    display: block;
    color: var(--main-text-312F33, #312F33);
    text-align: center;
    font-family: 'MagistralC', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 20px 20px;
    border-bottom: 1px dashed #AFA8B1;
}

.popup_style_gallery_room {
    padding: 40px 0 18px;
    max-width: 1300px;
    border-radius: 24px;
    background: var(--white, #FEFEFE);
}

.popup_style_gallery_room .slideshow {
    border-top: none
}

.popup_style_gallery_room .slideshow::before {
    content: none;
}

.popup_style_gallery_room .slideshow ul {
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.pgwSlideshow .ps-current .ps-next::after, .pgwSlideshow .ps-current .ps-next::before, .pgwSlideshow .ps-current .ps-prev::after, .pgwSlideshow .ps-current .ps-prev::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 20px;
    background: #703f80;
}

.pgwSlideshow .ps-current .ps-prev::before {
    left: calc(50% - 10px);
}

.pgwSlideshow .ps-current .ps-prev::after {
    left: calc(50% - 10px);
}

.pgwSlideshow .ps-current .ps-next::before {
    right: calc(50% - 10px);
}

.pgwSlideshow .ps-current .ps-next::after {
    right: calc(50% - 10px);
}


.pgwSlideshow .ps-current .ps-next, .pgwSlideshow .ps-current .ps-prev {
    width: 120px;
    background: transparent;
}

.singl_tour_header {
    margin-bottom: 24px;
}

@media(max-width: 991px) {

    .title_with_brd h1,
    .singl_hotel_header_title {
        font-size: 32px;
    }
}

@media(max-width: 767px) {
    .singl_hotel_additinally_info_item {
        width: 100%;
    }

    .singl_tour_header_country .divider {
        display: none;
    }
}

@media(max-width: 575px) {
    .singl_hotel_other_list_item {
        flex-direction: column;
    }

    .singl_hotel_other_list_item_img {
        width: 100%;
        height: 50vw;
    }

    .singl_hotel_other_list_item_info {
        width: 100%;
    }
}

.wpcf7 br {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #842029;
    margin-top: 8px;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-left: 16px;
}

.wpcf7-response-output {
    background: var(--Brand-green-AFCA0B, #AFCA0B);
    border-color: #afca0b;
    padding: 14px 24px;
    color: var(--white, #FEFEFE);
    text-align: center;
    font-family: "MagistralC", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 20px 0 0;
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    border-radius: 16px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: var(--Brand-green-AFCA0B, #AFCA0B);
    border-color: #afca0b;
    margin: 20px 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #842029;
    border-color: #842029;
    margin: 20px 0 0;
}

.wpcf7-spinner {
    background-color: #703f80;
    margin: 6px auto;
}

.wpcf7 form.submitting .wpcf7-spinner {
    display: block;
}

.alert {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #312f33;
    padding: 24px 16px;
    margin: 16px auto 32px;
    box-shadow: 0px 4px 10px 0px rgba(128, 118, 132, 0.15);
    border-radius: 4px;
}

.alert>*,
.content:not(.content_news) .alert p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 4px;
}

.alert>*:first-child,
.content:not(.content_news) .alert p:first-child {
    font-family: "MagistralC", sans-serif !important;
}

.alert>*:last-child,
.content:not(.content_news) .alert p:last-child {
    margin-bottom: 0;
}

.alert>*,
.content:not(.content_news) .alert p {
    color: #312f33 !important;
}

.alert-success {
    background-color: #efffe8;
    border-color: #efffe8;
    border-left: 4px solid #5cb85c;
}

.alert-success svg, .alert-success strong, .alert-success b {
    color: #5cb85c !important;
}

.alert-info {
    background-color: #f0f7fd;
    border-color: #f0f7fd;
    border-left: 4px solid #5bc0de;
}

.alert-info svg, .alert-info strong, .alert-info b {
    color: #5bc0de !important;
}

.alert-warning {
    background-color: #fefbed;
    border-color: #fefbed;
    border-left: 4px solid #f0ad4e;
}

.alert-warning svg, .alert-warning strong, .alert-warning b {
    color: #f0ad4e !important;
}

.alert-danger {
    background-color: #fcf2f2;
    border-color: #fcf2f2;
    border-left: 4px solid #d9534f;
}

.alert-danger svg, .alert-danger strong, .alert-danger b {
    color: #d9534f !important;
}


.search_block_dropdown {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    padding: 0;
    height: 0;
}

.search_country_list {
    width: calc(100% - 68px);
}

.search_block_dropdown.active {
    height: auto;
    padding: 4px;
}

.input_search {
    background: linear-gradient(#eee 1%, #fff 15%);
    border: 1px solid #c5b2cd;
    background: #fff;
    padding: 0 7px;
    line-height: 30px;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    color: #6f3f82;
    transition: 0.3s ease all;
    margin-bottom: 4px !important;
}

.search_block_dropdown .search_block_list_item {
    margin: 0 0 4px;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
}

.search_block_dropdown .search_block_list_item:hover {
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.hotel_list_seach .search_width_inner .search_width_item .select {
    display: flex;
    align-items: center;
}

/*Popup*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-text-312F33, #312F33);
    opacity: 0.4;
    z-index: 999;
}

.popup {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    background: var(--white, #FEFEFE);
    border-radius: 24px;
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    z-index: 1000;
    overflow: hidden;
}

.overlay.active,
.popup.active {
    display: block;
}

.popup-header {
    padding: 20px;
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #AFA8B1;
}

.popup-header h2, .popup-header-title {
    display: block;
    color: var(--main-text-312F33, #312F33);
    font-family: 'MagistralC', sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    padding: 0 32px;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    background: unset;
    border: unset;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.close-popup span {
    color: #703F80;
    font-family: 'MagistralC', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
}

.popup-body {
    position: relative;
    padding: 20px 40px;
}

.preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
}

.preloader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #312f33;
    border-top: 4px solid #afca0b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.popup-body .content {
    max-height: calc(100vh - 156px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0;
}

.owl-images-single {
    max-width: max(600px, 50vw);
    margin: 0 auto;
    width: 100%;
}

.owl-images-single .owl-nav {
    position: absolute;
    height: 100%;
    top: 0;
    width: calc(100% + 400px);
    left: -200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-images-single .owl-nav .owl-prev,
.owl-images-single .owl-nav .owl-next {
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-images-single .item {
    /*width: auto;
    max-height: calc(100vh - 150px - (((100vw - 160px) / 5) / 4 * 3));*/
    width: 100%;
    max-height: calc(100vh - 184px - ((100vw - 160px) / 8));
    aspect-ratio: 8 / 5;
    overflow: hidden;
}

.owl-images-single .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-images-all {
    margin: 20px auto 0;
}

.owl-images-all .item {
    aspect-ratio: 8 / 5;
    position: relative;
}

.owl-images-all .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-images-all .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.60);
    z-index: 1;
    transition: 0.3s ease all;
}

.owl-images-all .current .item::before {
    background: transparent;
}

@media (max-width: 991px) {
    .popup {
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .owl-images-single .owl-nav {
        width: 100%;
        left: 0;
    }

    .owl-images-single .owl-nav .owl-prev,
    .owl-images-single .owl-nav .owl-next {
        width: 50%;
    }

    .owl-images-single .owl-nav .owl-prev {
        justify-content: flex-start;
    }

    .owl-images-single .owl-nav .owl-next {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .home .search {
        height: 64px;
        position: relative;
        top: 72px;
    }

    .popup-body {
        padding: 20px;
    }

    .close-popup span {
        display: none;
    }

    .singl_hotel_images {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 0.5fr);
        margin-bottom: 16px;
        gap: 4px;
    }

    .singl_hotel_desc_list {
        margin-bottom: 16px;
    }

    .singl_hotel_images .img1 {
        grid-area: 1 / 3 / 3 / 7;
    }

    .singl_hotel_images .img2 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .singl_hotel_images .img3 {
        grid-area: 2 / 1 / 3 / 3;
    }

    .singl_hotel_images .img4 {
        grid-area: 3 / 1 / 4 / 3;
    }

    .singl_hotel_images .img5 {
        grid-area: 3 / 3 / 4 / 5;
    }

    .singl_hotel_images .img6 {
        grid-area: 3 / 5 / 4 / 7;
    }

    .singl_hotel_images .img7 {
        grid-area: 4 / 1 / 5 / 4;
    }

    .singl_hotel_images .img8 {
        grid-area: 4 / 4 / 5 / 7;
    }
}

.masonry {
    display: flex;
    gap: 10px;
}

.masonry-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.masonry img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

@media (max-width: 575px) {
    .banner {
        aspect-ratio: 2.4 / 1;
    }

    .home .search {
        height: 128px;
        position: relative;
        top: 72px;
    }

    .home .banner h1 {
        font-size: 20px;
        line-height: 28px;
    }
}