@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap';
a {
    text-decoration:none!important;
}
:root {
    --app-height: 100%
}

html {
    overflow-x: hidden
}

body {
    font-family: gilroy, sans-serif;
    font-weight: 500
}

select, button, input[type=text], input[type=password], textarea {
    font-family: gilroy, sans-serif;
    font-weight: 500
}

strong, b {
    font-weight: 900
}

.container {
    max-width: 1193px;
    margin: 0 auto
}

@media (max-width: 1140px) {
    .container {
        max-width: 992px
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    transition: all .3s ease-in-out
}

.header.fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 13px 24px 0 rgb(34 31 25/48%)
}

.header.fixed .cont {
    margin-top: 0
}

.header .cont {
    display: flex;
    border-top: 2px solid #ffffff3d;
    border-bottom: 2px solid #ffffff3d;
    margin-top: 23px
}

.header .cont .logo {
    position: relative
}

.header .cont .logo::before {
    content: "";
    height: 2px;
    background-color: #ffffff3d;
    width: 600px;
    position: absolute;
    top: -2px;
    right: 100%
}

.header .cont .logo::after {
    content: "";
    height: 2px;
    background-color: #ffffff3d;
    width: 600px;
    position: absolute;
    bottom: -2px;
    right: 100%
}

.header .cont .logo a {
    padding-top: 10px;
    display: block
}

.header .cont .logo a img {
    filter: brightness(0) invert(1)
}

.header-otel .cont .logo a img {
}

.header.fixed .cont .logo a img {
    filter: initial
}

.header .cont .hconts {
    display: flex;
    flex-grow: 1;
    position: relative
}

.header .cont .hconts::before {
    content: "";
    height: 2px;
    background-color: #ffffff3d;
    width: 600px;
    position: absolute;
    right: 0;
    top: -2px;
    left: 100%
}

.header .cont .hconts::after {
    content: "";
    height: 2px;
    background-color: #ffffff3d;
    width: 600px;
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 100%
}

.header .cont .hconts .menu {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.header .cont .hconts .menu .tmenu {
    display: flex
}

.header .cont .hconts .menu .tmenu .item {
}

.header.fixed .cont .hconts .menu .tmenu .item a {
    color: #2c2c2c
}

.header .cont .hconts .menu .tmenu .item a {
    color: #fff;
    opacity: .4;
    display: block;
    padding: 8px;
    padding-top: 16px;
    font-size: 14px
}

.header .cont .hconts .menu .bmenu {
    margin-bottom: 5px
}

.header .cont .hconts .menu .bmenu ul {
    display: flex
}

.header .cont .hconts .menu .bmenu ul li {
}

.header.fixed .cont .hconts .menu .bmenu ul li a {
    color: #2c2c2c;
    font-weight: 600
}

.header .cont .hconts .menu .bmenu ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px 10px 11px;
    transition: all .3s ease-in-out;
    position: relative
}

.header .cont .hconts .menu .bmenu ul li a:hover {
    font-weight: 700
}

.header .cont .hconts .menu .bmenu ul li a:before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.header .cont .hconts .menu .bmenu ul li a:after {
    display: block;
    content: "";
    height: 4px;
    background-color: #9c293e;
    width: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .3s ease-in-out
}

.header .cont .hconts .menu .bmenu ul li a:hover:after {
    width: 30%
}

.header .cont .hconts .hroute {
    width: 120px
}

.header .cont .hconts .hroute .btncont {
    height: 100%;
    position: relative
}

.header.fixed .cont .hconts .hroute .btncont > a {
    color: #a0a0a0;
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2
}

.header .cont .hconts .hroute .btncont > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
    border-left: 2px solid #ffffff3d;
    border-right: 2px solid #ffffff3d;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.header.fixed .cont .hconts .hroute .btncont a .img {
    filter: initial
}

.header .cont .hconts .hroute .btncont a .img {
    filter: brightness(0) invert(1)
}

.header .cont .hconts .hroute .btncont a .img img {
}

.header .cont .hconts .hroute .btncont a .desc {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    opacity: .7;
    white-space: nowrap
}

.header .cont .hconts .hroute .btncont a .hrcounter {
    width: 17px;
    height: 17px;
    background-color: #cab373;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 50%;
    padding: 3px 6px;
    display: none
}

.header .cont .hconts .hroute .btncont a .hrcounter.active {
    display: block
}

.header .cont .hconts .hroute .btncont a.active .hrcounter {
    display: block
}

.header .cont .hconts .hroute .btncont {
    position: relative
}

.header .cont .hconts .hroute .btncont .hCartWrap {
    position: absolute;
    right: 0;
    width: 315px;
    top: 109%;
    background-color: #fff;
    padding: 14px;
    box-shadow: 0 18px 24px 0 rgb(34 31 25/48%);
    transition: all .3s ease-in-out;
    display: none
}

.header .cont .hconts .hroute .btncont .hCartWrap.active {
    display: block
}

.hCartWrap .hclist {
    overflow-y: auto;
    max-height: 233px;
    padding-right: 5px
}

.hCartWrap .hclist .cart-empty {
    font-weight: 600;
    color: #676767;
    font-size: 15px;
    opacity: .4;
    text-align: center;
    padding: 13px 0 6px
}

.hCartWrap .hclist::-webkit-scrollbar {
    width: 3px
}

.hCartWrap .hclist::-webkit-scrollbar-track {
    background: #ececec
}

.hCartWrap .hclist::-webkit-scrollbar-thumb {
    background: #b5b5b5
}

.hCartWrap .hclist::-webkit-scrollbar-thumb:hover {
    background: #555
}

.hCartWrap .hclist .item {
    display: flex;
    margin-bottom: 15px
}

.hCartWrap .hclist .item .iimg {
    flex: 0 0 90px;
    max-width: 90px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 64px
}

.hCartWrap .hclist .item .iimg img {
    display: block;
    width: 100%
}

.hCartWrap .hclist .item .iimg.noimg {
}

.hCartWrap .hclist .item .iimg.noimg img {
    max-width: 100%
}

.hCartWrap .hclist .item .idesc {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    border-bottom: 2px solid #eaeaea
}

.hCartWrap .hclist .item .idesc .top {
    color: #3a3a3a;
    font-size: 11px;
    font-weight: 900;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.hCartWrap .hclist .item .idesc .bottom {
    display: flex;
    align-items: center
}
.hCartWrap .hclist .item .idesc .bottom .btdes {
    font-size: 10px;
    color: #3a3a3a;
    font-weight: 900;
    padding-left: 5px
}

.hCartWrap .hclist .item .icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #eaeaea
}

.hCartWrap .hclist .item .icons a {
    margin-top: 3px;
    margin-bottom: 3px;
    color: red;
    font-size: 18px
}
.hCartWrap .plcbtn a {
    font-size: 13px;
    font-weight: 900;
    color: #3a3a3a;
    opacity: .4;
    text-align: center;
    border: 2px solid #cecece;
    display: block;
    padding: 9px;
    margin-top: 8px
}

.header .cont .hconts .hacc {
    width: 83px;
    display: none
}

.header .cont .hconts .hacc .btncont {
    height: 100%
}

.header.fixed .cont .hconts .hacc .btncont a {
    color: #a0a0a0;
    border-right: 2px solid #f2f2f2
}

.header .cont .hconts .hacc .btncont a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
    border-right: 2px solid #ffffff3d;
    padding-left: 15px;
    padding-right: 15px
}

.header.fixed .cont .hconts .hacc .btncont a .img {
    filter: initial
}

.header .cont .hconts .hacc .btncont a .img {
    filter: brightness(0) invert(1)
}

.header .cont .hconts .hacc .btncont a .desc {
    font-size: 11px;
    font-weight: 900;
    margin-top: 4px;
    opacity: .4
}

.header .cont .hconts .hlang {
    position: relative
}

.header .cont .hconts .hlang.active {
    background-color: #fff
}

.header .cont .hconts .hlang.active > a {
    color: #223b5c;
    opacity: 1
}

.header.fixed .cont .hconts .hlang > a {
    color: #9e9e9e;
    border-right: 2px solid #f2f2f2
}

.header .cont .hconts .hlang > a {
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    border-right: 2px solid #ffffff3d;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s ease-in-out
}

.header .cont .hconts .hlang > a:hover {
    opacity: 1
}

.header .cont .hconts .hlang.active .list {
    opacity: 1;
    visibility: visible
}

.header .cont .hconts .hlang .list {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 14px 24px -6px rgb(34 31 25/48%);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.header .cont .hconts .hlang .list {
    display: none
}

.header .cont .hconts .hlang .list a {
    display: block;
    padding: 0;
    padding-bottom: 9px;
    margin: 10px;
    border-bottom: 2px solid #0000004d;
    font-size: 13px;
    font-weight: 800;
    color: #0000004d;
    text-align: center
}

.header .cont .hconts .hlang .list a:last-child {
    border-bottom: 0;
    padding-bottom: 4px
}

.header.header-otel .cont .hconts .menu .bmenu ul li a {
    font-size: 13px;
    padding: 10px 3px 11px
}

.slider-home {
    position: relative
}

.slider-home .mslider .cdbtn {
    position: fixed;
    right: 50px;
    bottom: 124px;
    z-index: 100
}

.slider-home .mslider .mscont {
    position: relative;
    width: 100%
}

@media (max-width: 1736px) {
    .slider-home .mslider .mscont {
    }
}

.slider-home .mslider .mscont .item {
    position: relative;
    display: none
}

.slider-home .mslider .mscont.slick-initialized .item {
    display: block
}

.slider-home .mslider .mscont .item .img {
    position: relative
}

.slider-home.slider-hotel .mslider .mscont .item .img img {
    object-fit: initial
}

.slider-home .mslider .mscont .item .img img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: all 1s ease;
    opacity: 1 !important;
    animation-duration: 7s
}
.slider-home [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity .5s ease .3s
}

.slider-home.slider-hotel .mslider .mscont .item .img img {
    height: 50vh
}

.slider-home .mslider .mscont .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(#152739b0, transparent);
    height: 400px;
    z-index: 9
}

.slider-home .mslider .mscont .item .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 9;
    background: #1a2a3a;
    background: linear-gradient(8deg, rgba(26, 42, 58, 1) 0%, rgba(26, 42, 58, 0) 55%, rgba(0, 212, 255, 0) 100%)
}

.slider-home.slider-hotel .mslider .mscont .item .img:after {
    display: none
}

.slider-home .mslider .mscont .item .desc {
    position: absolute;
    left: 0;
    bottom: 166px;
    right: 0;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    z-index: 10
}

.slider-home.slider-hotel .mslider .mscont .item .desc {
    bottom: 112px;
    display: none
}

.slider-home .mslider .mscont .item .desc strong {
    font-weight: 900
}
.slider-home .mslider .mscont .item .desc .dtex .dtt {
    font-weight: 900;
    margin-bottom: 4px
}

.slider-home .mslider .mscont .item .desc .dtex .dtd p {
    letter-spacing: 15px;
    font-weight: 300
}

.slider-home .mslider .mscont button.slick-prev {
    width: 25px;
    left:45px !important;
}
.slider-home .mslider .mscont button.slick-next {
    width: 25px;
    right: 45px !important;
}
@media (max-width: 767px) {
    .slider-home .mslider .mscont button.slick-next {
        width: 7%;
        right: 1px!important;
    }

    .slider-home .mslider .mscont button.slick-prev {
    width: 25px;
    left:1px !important;
    }
}


.slider-home .mslider .mscont button.slick-prev:before {
    font-size: 50px;
}
@media (max-width: 767px) {
    .slider-home .mslider .mscont button.slick-prev:before {
        font-size: 40px !important;
    }
    .slider-home .mslider .mscont button.slick-next:before {
        font-size: 40px !important;
    }
}


.slider-home .mslider .mscont button.slick-next:before {
    font-size: 50px;
}

.slider-home .mslider .mscont .slick-dots {
    opacity: 0;
    left: calc(((100% - 1193px) / 2));
    bottom: 35%;
    width: initial
}

.slider-home.slider-hotel .mslider .mscont .slick-dots {
    bottom: initial;
    top: 115px;
    display: none
}

.slider-home .mslider .mscont .slick-dots li {
    width: initial;
    height: initial;
    display: block;
    margin-bottom: 4px;
    margin-left: 0
}

.slider-home .mslider .mscont .slick-dots li button {
    width: 5px;
    height: 40px;
    background-color: #fff;
    padding: 0;
    opacity: .36
}

.slider-home .mslider .mscont .slick-dots li.slick-active button {
    opacity: 1;
    width: 10px
}

.slider-home .mslider .mscont .slick-dots li button::before {
    display: none
}

.slider-home .mslider .mscont .desctop {
    position: absolute;
    top: 156px;
    right: 0;
    left: 0;
    z-index: 20
}

.slider-home .mslider .mscont .desctop .sloc {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.slider-home .mslider .mscont .desctop .sloc .dtex {
    text-align: right;
    color: #fff;
    padding-right: 10px;
    font-size: 15px
}

.slider-home .mslider .mscont .desctop .sloc .dtex .dtt {
    margin-bottom: 2px
}

.slider-home .mslider .mscont .desctop .sloc .dtex .dtd {
    font-weight: 900
}

.slider-home .mslider .mscont .desctop .sloc .icon img {
    height: 32px
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1)
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1)
    }
}

.zoomInImage {
    animation-name: zoomInImage
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.zoomOutImage {
    animation-name: zoomOutImage
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px)
    }
    to {
        -webkit-transform: scale(1.3) translate(0px)
    }
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px)
    }
    to {
        -webkit-transform: scale(1.3) translate(0px)
    }
}

.slider-main {
    display: flex;
    height: 100vh;
    position: relative;
    overflow-x: hidden
}

.slider-main .leftex {
    position: absolute;
    left: 0;
    right: 0;
    top: 220px
}

.slider-main .leftex .mct {
    width: calc(33vw - ((100vw - 1193px) / 2))
}

.slider-main .leftex .mct .mtitle {
    font-size: 35px;
    color: #223b5c;
    margin-bottom: 25px
}

.slider-main .leftex .mct .mtitle strong {
    font-weight: 900
}

.slider-main .leftex .mct .mdescy {
    color: #3a3a3a;
    font-size: 14px;
    line-height: 17px
}

.slider-main .leftex .mct .mdescy strong {
    color: #fff;
    background-color: #223b5c;
    display: inline-block;
    padding: 4px 6px
}

.slider-main .mdesc {
    flex: 0 0 33%;
    max-width: 33%
}

.slider-main .mdesc .mcont {
    height: 100%;
    padding-top: 200px;
    background-image: url(../img/slider-left-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    opacity: .7
}

.slider-main .mslider {
}

.slider-main .mslider .mscont {
    position: relative;
    width: 1300px
}

@media (max-width: 1736px) {
    .slider-main .mslider .mscont {
    }
}

.slider-main .mslider .mscont .item {
    position: relative;
    display: none
}

.slider-main .mslider .mscont.slick-initialized .item {
    display: block
}

.slider-main .mslider .mscont .item .img {
    position: relative
}

.slider-main .mslider .mscont .item .img img {
    display: block;
    width: 100%;
    height: 100vh
}

.slider-main .mslider .mscont .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(#152739b0, transparent);
    height: 400px;
    z-index: 9
}

.slider-main .mslider .mscont .item .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, #152739b0);
    height: 400px;
    z-index: 9
}

.slider-main .mslider .mscont .item .desc {
    position: absolute;
    left: 44px;
    top: 220px;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    z-index: 10
}

.slider-main .mslider .mscont .item .desc strong {
    font-weight: 900
}

.slider-main .mslider .mscont button.slick-prev {
    display: none !important
}

.slider-main .mslider .mscont button.slick-next {
    display: none !important
}

.slider-main .mslider .mscont .slick-dots {
    left: 18px;
    bottom: 150px;
    width: initial;
    display: flex;
    align-items: end
}

.slider-main .mslider .mscont .slick-dots li {
    width: initial;
    height: initial
}

.slider-main .mslider .mscont .slick-dots li button {
    width: 40px;
    height: 5px;
    background-color: #fff;
    padding: 0;
    opacity: .36
}

.slider-main .mslider .mscont .slick-dots li.slick-active button {
    opacity: 1;
    height: 10px
}

.slider-main .mslider .mscont .slick-dots li button::before {
    display: none
}

.rezblock {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0
}

.rezblock.hotel-rezblock {
    bottom: initial;
    bottom: 20px
}

.rezblock .rcont .closebtn {
    position: absolute;
    right: 0;
    top: -25px;
    color: #fff;
    font-weight: 800
}

.rezblock .container {
    position: relative
}

.rezblock .rcont {
    display: flex;
    position: relative
}

.rezblock .rcont .icol {
    height: 70px;
    flex-grow: 1
}

.rezblock .rcont .icol .hselect {
    background-color: #fff;
    height: 100%;
    width: 100%
}

.rezblock .rcont .icol .hselect .hshead {
    display: flex;
    padding: 19px 23px;
    width: 100%
}

.rezblock .rcont .icol .hselect .hshead .img {
}

.rezblock .rcont .icol .hselect .hshead .img img {
}

.rezblock .rcont .icol .hselect .hshead .hstitle {
    color: #223b5c;
    font-size: 14px;
    padding-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    cursor: pointer
}

.rezblock .rcont .icol .hselect .hshead .hstitle .top {
    font-weight: 800;
    margin-bottom: 2px
}

.rezblock .rcont .icol .hselect .hshead .hstitle .bottom {
    font-size: 13px;
    background-image: url(../img/ri3.png);
    background-position: right;
    background-repeat: no-repeat;
    font-weight: 600
}

.rezblock .rcont .icol .dselect.dsgray {
    background-color: #f6f6f6
}

.rezblock .rcont .icol .dselect {
    background-color: #fff;
    height: 70px;
    padding: 19px 23px
}

.rezblock .rcont .icol .dselect a {
    display: flex;
    color: #223b5c
}

.rezblock .rcont .icol .dselect a .dstitle {
    position: relative;
    flex-grow: 1
}

.rezblock .rcont .icol .dselect a .dstitle input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 9
}

.rezblock .rcont .icol .dselect a .dstitle .top {
    font-size: 12px;
    font-weight: 600
}

.rezblock .rcont .icol .dselect a .dstitle .bottom {
    font-size: 18px;
    color: #223b5c;
    font-weight: 900;
    margin-top: 3px;
    display: flex
}

.rezblock .rcont .icol .dselect a .dstitle .bottom > div {
    margin-right: 4px
}

.rezblock .rcont .icol .dselect a .dstitle .bottom > div:last-child {
    margin-right: 0
}

.rezblock .rcont .icol .dselect a .img {
    padding-left: 15px
}

.rezblock .rcont .icol .dselect a .img img {
}

.rezblock .rcont .icol .snop {
    background-color: #f6f6f6;
    height: 70px;
    padding: 19px 23px
}

.rezblock .rcont .icol .snop .desc {
    font-size: 12px;
    color: #223b5c;
    font-weight: 600
}

.rezblock .rcont .icol .snop .select {
}

.rezblock .rcont .icol .snop .select select {
    border: 0;
    background-color: transparent;
    font-size: 18px;
    color: #223b5c;
    font-weight: 900;
    width: 100%
}

.rezblock .rcont .icol .fbtn {
    height: 100%;
    padding-left: 7px;
    width: 100%
}

.rezblock .rcont .icol .fbtn button {
    height: 100%;
    background-color: #9c293e;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    border: 0;
    display: block;
    padding: 0 25px;
    font-size: 16px;
    width: 100%
}

.rezblock .hsmenu {
    position: absolute;
    left: 0;
    bottom: 77px;
    background-color: #fff;
    padding: 30px;
    /*width: 977px;*/
    display: none;
    z-index: 100
}

.rezblock .hsmenu.active {
    display: block
}

.rezblock .hsmenu .hsmcont {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows:repeat(6, 1fr)
}

.rezblock .hsmenu .hsmcont .item {
}

.rezblock .hsmenu .hsmcont .item a {
    display: block;
    color: #204162;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 11px 10px
}

.rezblock .hsmenu .hsmcont .item.active a .icon {
    background-color: #223b5c
}

.rezblock .hsmenu .hsmcont .item a .icon {
    width: 15px;
    height: 15px;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    flex: 0 0 15px
}

.rezblock .hsmenu .hsmcont .item a .desc {
}

.rezblock .hsmenu .hsmcont .item a .desc strong {
    font-weight: 800
}

.rezblock.active {
    display: flex
}

@media (max-width: 992px) {
    .rezblock .rcont {
        flex-wrap: wrap
    }

    .rezblock .rcont .icol .fbtn {
        padding-left: 0
    }

    .rezblock .hsmenu {
        top: -51px;
        bottom: initial
    }

    .rezblock .hsmenu .hsmcont {
        grid-auto-flow: row;
        grid-template-rows:repeat(1, 1fr)
    }

    .rezblock .hsmenu .hsmcont .item a {
        padding: 4px 10px
    }
}

.ui-widget-header {
    border: 1px solid #9c293e;
    background: #9c293e;
    color: #fff;
    font-weight: 700;
    border-radius: 0
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    color: #9c293e;
    border: 0
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #9c293e;
    font-weight: 700;
    color: #fff
}

.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
    filter: brightness(0) invert(1)
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover .ui-icon, .ui-datepicker .ui-datepicker-next.ui-state-hover .ui-icon {
    filter: initial;

}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0;
    cursor: pointer;
    background: unset!important;
    font-weight: 700;
    color: #9c293e;
    border-radius: 0
}


.pt {
    position: relative
}

.pt .pti {
    position: relative
}

.pt .pti img {
    width: 100%;
    height: 405px;
    object-fit: cover
}

.pt .rezblock .rcont .icol:first-child {
    min-width: initial;
    width: initial;
    flex-grow: 1
}

.page-hotels {
    margin-top: 30px
}

.page-hotels .cont {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px
}

.page-hotels .cont .item {
}

.page-hotels .cont .item a {
    display: block
}

.page-hotels .cont .item a .imgc {
    position: relative
}

.page-hotels .cont .item a .imgc .img {
    position: relative
}

.page-hotels .cont .item.hclose a .imgc .img:after {
    display: none
}

.page-hotels .cont .item a .imgc .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, #152739b0);
    height: 100%;
    z-index: 9
}

.page-hotels .cont .item a .imgc .img img {
    width: 100%;
    display: block;
    height: 222px
}

@media (max-width: 992px) {
    .page-hotels .cont .item a .imgc .img img {
        height: initial
    }
}

.page-hotels .cont .item.hclose a .imgc img.safe {
    display: none
}

.page-hotels .cont .item a .imgc img.safe {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
    z-index: 11
}

.page-hotels .cont .item a .title {
    font-size: 21px;
    font-weight: 800;
    color: #223b5c;
    padding-top: 10px
}

.page-hotels .cont .item a .address {
    display: flex;
    padding-top: 5px
}

.page-hotels .cont .item a .address .img {
}

.page-hotels .cont .item a .address .img img {
}

.page-hotels .cont .item a .address .ddesc {
    padding-left: 5px;
    font-size: 12px;
    color: #3a3a3a;
    opacity: .45;
    font-weight: 600
}

.ophome {
}

.ophome .opcont {
}

.ophome .opcont .head {
    display: flex;
    align-items: center
}

.ophome .opcont .head .title {
    color: #223b5c;
    font-size: 23px;
    font-weight: 800;
    flex-grow: 1;
    position: relative;
    padding-top: 20px
}

.ophome .opcont .head .title .tdesc {
    position: relative;
    z-index: 2
}

.ophome .opcont .head .title .tdesc::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.ophome .opcont .head .title span {
    display: block;
    width: calc(33vw - ((100vw - 1193px) / 2));
    min-width: calc(33vw - ((100vw - 1193px) / 2));
    position: absolute;
    top: 0;
    z-index: 1
}

.ophome .opcont .head .title span::after {
    content: '';
    position: absolute;
    right: 0;
    height: 394px;
    width: 700px;
    background-color: #f3f3f3
}

.ophome .opcont .head .all {
    padding-top: 20px;
    position: relative;
    display: flex;
    align-items: center
}

.ophome .opcont .head .all > a {
    font-size: 14px;
    color: #3e3e3e;
    opacity: .33;
    font-weight: 600;
    margin-left: 10px
}

.ophome .opcont .list {
    position: relative;
    z-index: 2;
    margin-top: 35px
}

.ophome .opcont .list:after {
    content: '';
    position: absolute;
    left: calc((33vw - ((100vw - 1193px) / 2)) + 35px);
    bottom: 10px;
    height: 2px;
    right: 0
}

.ophome .opcont .list .item {
    display: none
}

.ophome .opcont .list.slick-initialized .item {
    display: block
}

.ophome .opcont .list .item a {
}

.ophome .opcont .list .item a .img {
}

.ophome .opcont .list .item a .img img {
    display: block;
    width: 100%
}

.ophome .opcont .list .item a .ititle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -56px
}

.ophome .opcont .list .item a .ititle .city {
    display: block;
    background-color: #c8b273;
    color: #fff;
    font-weight: 800;
    padding: 6px 10px;
    font-size: 13px
}

.ophome .opcont .list .item a .ititle .tdesc {
    width: 215px;
    height: 60px;
    display: flex;
    text-decoration:none!important;
    align-items: center;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 17px
}

.ophome .opcont .list .slick-dots {
}

.ophome .opcont .list .slick-slide {
    margin: 0 15px
}

.ophome .opcont .list .slick-list {
    margin: 0 -15px
}

.ophome .opcont .head .all .slick-dots {
    right: 0;
    left: initial;
    top: 0;
    width: initial;
    display: flex;
    height: initial;
    bottom: initial;
    position: relative
}

.ophome .opcont .head .all .slick-dots li {
    width: initial;
    height: initial
}

.ophome .opcont .head .all .slick-dots li button {
    width: 40px;
    height: 5px;
    background-color: #c7c7c7;
    padding: 0;
    opacity: .36
}

.ophome .opcont .head .all .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #bcbcbc
}

.ophome .opcont .head .all .slick-dots li button::before {
    display: none
}

.ophome .opcont .list .slick-dots {
    right: 0;
    left: initial;
    top: 0;
    width: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    height: initial;
    bottom: initial;
    position: relative
}

.ophome .opcont .list .slick-dots li {
    width: initial;
    height: initial
}

.ophome .opcont .list .slick-dots li button {
    width: 40px;
    height: 5px;
    background-color: #c7c7c7;
    padding: 0;
    opacity: .36
}

.ophome .opcont .list .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #bcbcbc;
    height: 8px
}

.ophome .opcont .list .slick-dots li button::before {
    display: none
}

.home-banner {
    margin-bottom: 15px
}

.home-banner .cont {
}

.home-banner .cont a {
    display: block
}

.home-banner .cont a img {
    display: block;
    width: 100%
}

.hroutes {
}

.hroutes .head {
}

.hroutes .head .tdesc {
    color: #223b5c;
    font-size: 23px;
    font-weight: 800;
    position: relative
}

.hroutes .head .tdesc::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.hroutes .cats {
    display: flex;
    padding-top: 40px;
    align-items: center;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 20px
}

.hroutes .cats .clist {
    display: flex;
    margin-left: -15px
}

.hroutes .cats .clist .item {
    padding-left: 15px;
    padding-right: 15px
}

.hroutes .cats .clist .item a {
}

.hroutes .cats .clist .item a .img {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hroutes .cats .clist .item a .img img {
    display: block;
    max-width: 100%
}

.hroutes .cats .clist .item a .desc {
    font-size: 12px;
    color: #bdbdbd;
    font-weight: 700;
    text-align: center;
    padding-top: 4px
}

.hroutes .cats .all {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end
}

.hroutes .cats .all a {
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 600;
    display: block;
    background-color: #f7f7f7;
    padding: 15px 24px
}

.hroutes .citys {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    padding-top: 40px;
    grid-gap: 20px
}

.hroutes .citys .item {
}

.hroutes .citys .item a {
    display: block;
    position: relative
}

.hroutes .citys .item a .img {
}

.hroutes .citys .item a .img img {
    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover
}
@media(max-width:767px){
    .hroutes .citys .item a .img img {
        height: 150px !important;
    }
}

.hroutes .citys .item a .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    line-height: 24px
}

.hmap {
    margin-top: 50px;
    /*background-image: url(../img/map-banner.webp);*/
    height: 455px;
    background-position: center center;
    background-size: cover;
}
/*@media (max-width: 767px) {*/
/*    .hmap {*/
/*        background-image: url(../img/map-banner-mobile.webp);*/
/*    }*/
/*}*/

.hmap .hmcont {
    display: flex
}

.hmap .hmcont .hmctrl {
    flex: 0 0 40%;
    max-width: 40%
}

.hmap .hmcont .hmctrl .title {
    font-size: 37px;
    font-weight: 500;
    color: #fff;
    padding-top: 42px;
    padding-bottom: 25px
}

.hmap .hmcont .hmctrl .title strong {
    font-weight: 800
}

.hmap .hmcont .hmctrl > .desc {
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
    margin-bottom: 40px;
    line-height: 21px
}

.hmap .hmcont .hmctrl .chotel {
    padding-right: 170px
}

.hmap .hmcont .hmctrl .chotel > a {
    background-color: #fff;
    font-size: 17px;
    color: #214163;
    padding: 18px 22px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    background-image: url(../img/ri3.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    box-shadow: 0 9px 14px -2px #000
}

.hmap .hmcont .hmctrl .chotel .chlist {
    position: relative;
    width: 100%;
    margin-top: 1px;
    display: none
}

.hmap .hmcont .hmctrl .chotel .chlist.active {
    display: block
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    padding-right: 20px;
    box-shadow: 1px 4px 47px 1px #0000004a;
    z-index: 20
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .chselc {
    overflow-y: scroll;
    max-height: 310px;
    padding-right: 15px
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .item {
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .item a {
    display: block;
    color: #204162;
    font-size: 12px;
    display: flex;
    padding: 11px 10px;
    padding-bottom: 2px
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .item a .icon {
    width: 15px;
    height: 15px;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    flex: 0 0 15px
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .item a .desc {
    border-bottom: 2px dashed #e7e7e7;
    padding-bottom: 8px;
    width: 100%
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .item a .desc strong {
    font-weight: 800
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .item:last-child a .desc {
    border-bottom: 0
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .chselc::-webkit-scrollbar {
    width: 3px
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .chselc::-webkit-scrollbar-track {
    background: #ececec
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .chselc::-webkit-scrollbar-thumb {
    background: #b5b5b5
}

.hmap .hmcont .hmctrl .chotel .chlist .chsel .chselc::-webkit-scrollbar-thumb:hover {
    background: #555
}

.hmap .hmcont .hmmap {
    padding-top: 40px;
    position: relative
}

.hmap .hmcont .hmmap .hmmapcont {
    position: relative
}

.hmap .hmcont .hmmap .hmmapcont .img {
}

.hmap .hmcont .hmmap .hmmapcont .img img {
}

.hmap .hmcont .hmmap .hmmapcont .icons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.hmap .hmcont .hmmap .hmmapcont .icons .item {
    position: absolute
}

.hmap .hmcont .hmmap .hmmapcont .icons .item a {
}

.hins {
    margin-top: 40px;
    position: relative;
    z-index: 2
}

.hins .hicont {
}

.hins .hicont .hinhead {
    display: flex;
    align-items: center
}

.hins .hicont .hinhead .title {
    color: #223b5c;
    font-size: 23px;
    font-weight: 800;
    position: relative;
    flex-grow: 1
}

.hins .hicont .hinhead .icon {
}

.hins .hicont .hinhead .icon a {
    display: flex
}

.hins .hicont .hinhead .icon a .img {
}

.hins .hicont .hinhead .icon a .img img {
}

.hins .hicont .hinhead .icon a .idesc {
    padding-top: 4px
}

.hins .hicont .hinhead .icon a .idesc .top {
    font-size: 20px;
    color: #272727;
    font-weight: 600
}

.hins .hicont .hinhead .icon a .idesc .bottom {
    color: #a9a9a9;
    font-weight: 600;
    font-size: 12px;
    margin-top: 3px
}

.hins .hicont .hinlist {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 15px
}

.hins .hicont .hinlist .item {
}

.hins .hicont .hinlist .item:nth-child(2) {
    grid-column: auto/span 2;
    grid-row: auto/span 2
}

.hins .hicont .hinlist .item:nth-child(2) a .img {
    height: 100%
}

.hins .hicont .hinlist .item a {
    display: block;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.hins .hicont .hinlist .item a .img {
    height: 186px;
    object-fit: cover
}

.hins .hicont .hinlist .item a .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hins .hicont .hinlist .item a .icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px
}

.hins .hicont .hinlist .item a .icon img {
}

.fbulletin {
    margin-top: 45px;
    background-image: url(../img/fbulletin.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.fbulletin .fbcont {
    display: flex;
    align-items: center
}

.fbulletin .fbcont .fbdesc {
    flex: 0 0 50%;
    color: #fff
}

.fbulletin .fbcont .fbdesc .top {
    font-size: 26px;
    font-weight: 900;
    margin-top: 26px;
    margin-bottom: 15px
}

.fbulletin .fbcont .fbdesc .bottom {
    margin-bottom: 22px;
    font-size: 13px;
    padding-right: 65px
}

.fbulletin .fbcont .fbform {
    flex-grow: 1
}

.fbulletin .fbcont .fbform form {
    display: flex;
    width: 100%
}

.fbulletin .fbcont .fbform form .input {
    flex-grow: 1
}

.fbulletin .fbcont .fbform form .input input[type=text] {
    font-size: 13px;
    font-weight: 600;
    color: #7c7c7cab;
    width: 100%;
    padding: 17px 25px;
    border: 0
}

.fbulletin .fbcont .fbform form .input input[type=text]::placeholder {
    font-size: 13px;
    font-weight: 600;
    color: #7c7c7cab
}

.fbulletin .fbcont .fbform form .btn {
}

.fbulletin .fbcont .fbform form .btn button {
    background-color: #f1f1f1;
    font-size: 13px;
    color: #203f5e;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    padding: 12px 54px;
    height: 100%
}

.footer {
    background-color: #272727;
    background-repeat: no-repeat;
    background-size: cover
}

.footer .fcont {
}

.footer .fcont .fctop {
    padding-top: 50px;
    display: flex
}

.footer .fcont .fctop .fmenu {
    display: flex;
    padding-top: 10px;
    border-right: 2px solid #626262;
}

.footer .fcont .fctop .fmenu .icol {
    margin-right: 20px
}

.footer .fcont .fctop .fmenu .icol .ihead {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

.footer .fcont .fctop .fmenu .icol .ilist {
}

.footer .fcont .fctop .fmenu .icol .ilist .item {
}

.footer .fcont .fctop .fmenu .icol .ilist .item a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 0
}

.footer .fcont .fctop .fhotel {
    border-right: 2px solid #626262;
    display: grid;
    grid-gap: 24px;
    padding: 10px 35px;
    flex-grow: 1;
    grid-auto-flow: column;
    grid-template-rows:repeat(9, 1fr)
}

.footer .fcont .fctop .fhotel .item {
}

.footer .fcont .fctop .fhotel .item a {
    display: flex;
    color: #fff;
    align-items: center
}
.footer .fcont .fctop .fhotel .item a .desc {
    padding-left: 5px;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    opacity: 0.31;
}

.footer .fcont .fctop .fappc {
    padding: 0 35px;
    flex: 0 0 30%
}

.footer .fcont .fctop .fappc .fahead {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    line-height: 19px
}

.footer .fcont .fctop .fappc .faimg {
    margin-bottom: 30px
}

.footer .fcont .fctop .fappc .faimg img {
    max-width: 100%;
    display: block
}

.footer .fcont .fctop .fappc .fappdesc {
    font-size: 11px;
    color: #fff;
    opacity: .31;
    line-height: 14px
}

.footer .fcont .fclogos {
    padding-top: 40px;
    display: flex
}

.footer .fcont .fclogos .fcll {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.footer .fcont .fclogos .fcll .item {
    margin-right: 46px
}

.footer .fcont .fclogos .fcll .item a {
    display: block
}

.footer .fcont .fclogos .fcll .item a .img {
}

.footer .fcont .fclogos .fcll .item a .img img {
}

.footer .fcont .fclogos .fclr {
    display: flex;
    align-items: center
}

.footer .fcont .fclogos .fclr .emailc {
    display: flex;
    margin-right: 13px
}

.footer .fcont .fclogos .fclr .emailc .img {
}

.footer .fcont .fclogos .fclr .emailc .img img {
}

.footer .fcont .fclogos .fclr .emailc .desc {
    color: #fff;
    padding-left: 6px
}

.footer .fcont .fclogos .fclr .emailc .desc .top {
    font-size: 13px
}

.footer .fcont .fclogos .fclr .emailc .desc .bottom {
}

.footer .fcont .fclogos .fclr .emailc .desc .bottom a {
    color: #fff;
    font-size: 13px;
    font-weight: 700
}

.footer .fcont .fclogos .fclr .icons {
    display: flex;
    align-items: center
}

.footer .fcont .fclogos .fclr .icons .item {
    margin-left: 13px
}

.footer .fcont .fctext {
    font-size: 14px;
    color: #fff;
    opacity: .22;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 16px;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 17px
}

.footer .fhaddress {
    border-right: 2px solid #3b536b;
    padding: 10px 35px;
    flex-grow: 1;
    color: #fff
}

.footer .fhaddress .aic {
    display: flex;
    margin-bottom: 25px
}

.footer .fhaddress .aic .desc {
    padding-left: 10px
}

.footer .fhaddress .aic .desc .head {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 3px
}

.footer .fhaddress .aic .desc .text {
    font-size: 12px
}

.footer .fhaddress .emt {
}

.footer .fhaddress .emt .item {
    font-size: 13px;
    padding-left: 21px;
    margin-bottom: 25px
}

.footer .fhaddress .emt .item .head {
    margin-bottom: 2px;
    font-weight: 600
}

.footer .fhaddress .goloc a {
    font-size: 13px;
    color: #fff;
    border: 2px solid #fff;
    opacity: .33;
    padding: 10px 12px;
    display: inline-block;
    font-weight: 600;
    margin-left: 21px
}

.footer.footer-otel .fcont .fclogos .fcll {
    flex-grow: initial
}

.footer.footer-otel .fcont .fclogos .fcll .item a .img img {
    max-width: 108px
}

.footer .fcont .fclogos .fcsocial {
    flex-grow: 1
}

.footer .fcont .fclogos .fcsocial .social {
    padding-left: 43px;
    padding-top: 25px;
    color: #fff
}

.footer .fcont .fclogos .fcsocial .social .head {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 15px
}

.footer .fcont .fclogos .fcsocial .social .icons {
    display: flex;
    align-items: center
}

.footer .fcont .fclogos .fcsocial .social .icons a {
    display: block;
    padding-right: 15px
}

.footer .fcont .fclogos .fcsocial .social .icons a img {
}

.footer .fcont .fcsocialmain {
    margin-bottom: 20px;
    display: none
}

.footer .fcont .fcsocialmain .social {
    color: #fff
}

.footer .fcont .fcsocialmain .social .head {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 15px
}

.footer .fcont .fcsocialmain .social .icons {
    display: flex;
    align-items: center
}

.footer .fcont .fcsocialmain .social .icons a {
    display: block;
    padding-right: 15px
}

.fbhotel .fbcont {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px
}

.fbhotel .fbcont .icons {
    display: flex;
    align-items: center;
    flex: 0 0 40%;
    border-right: 2px solid #e9e9e9
}

.fbhotel .fbcont .icons a {
    padding-right: 20px
}

.fbhotel .fbcont .icons a img {
    max-height: 51px;
    max-width: 75px
}

.fbhotel .fbcont .desc {
    font-size: 13px;
    color: #404040;
    opacity: .6;
    padding-left: 25px;
    font-weight: 600;
    line-height: 15px
}

.hrooms .hrcont .head {
    display: flex;
    margin-top: 18px
}

.hrooms .hrcont .head .title {
    position: relative;
    padding-top: 30px
}

.hrooms .hrcont .head .title .tdesc {
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #223b5c;
    font-weight: 600
}

.hrooms .hrcont .head .title .tdesc::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.hrooms .hrcont .head .title .tdesc strong {
    font-weight: 900
}

.hrooms .hrcont .head .title span {
    display: block;
    width: calc(33vw - ((100vw - 1193px) / 2));
    min-width: calc(33vw - ((100vw - 1193px) / 2));
    position: absolute;
    top: 0;
    z-index: 1
}

.hrooms .hrcont .head .title span::after {
    content: '';
    position: absolute;
    right: 0;
    height: 358px;
    width: 700px;
    background-color: #f3f3f3
}

.hrooms .hrcont .head .all {
    flex-grow: 1;
    display: flex;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    justify-content: flex-end;
    margin-left: 109px;
    margin-top: 20px
}

.hrooms .hrcont .head .all .acont {
}

.hrooms .hrcont .head .all .acont a {
    font-weight: 800;
    color: #bdbdbd;
    font-size: 13px;
    border: 2px solid #f0f0f0;
    padding: 15px 30px;
    display: block;
    margin: 9px 0
}

.hrooms .hrcont .list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    background-color: #fff;
    margin-top: 15px;
    padding: 12px;
    padding-right: 0;
    grid-gap: 15px 30px
}

.hrooms .hrcont .list .item {
    background-color: #fff
}

.hrooms .hrcont .list .item a {
    display: block
}

.hrooms .hrcont .list .item a .img {
}

.hrooms .hrcont .list .item a .img img {
    display: block;
    width: 100%;
    height: 282px;
    object-fit: cover
}

.hrooms .hrcont .list .item a .title {
    font-size: 16px;
    padding-top: 8px
}

.hrooms .hrcont .list .item a .title .top {
    font-weight: 800;
    color: #223b5c;
    margin-bottom: 2px
}

.hrooms .hrcont .list .item a .title .bottom {
    font-size: 13px;
    opacity: .53;
    color: #8b8b8b
}
.proom .pcont .phead {
    display: flex;
    padding-top: 20px;
    position: relative
}

.proom .pcont .phead .ptitle {
    font-size: 36px;
    color: #223a59;
    font-weight: 800;
    position: relative
}

.proom .pcont .phead .ptitle::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.proom .pcont .phead .pbread {
    display: flex;
    padding-left: 15px;
    align-items: center
}

.proom .pcont .phead .pbread .item {
    font-weight: 600
}

.proom .pcont .phead .pbread .item a {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    border-right: 2px solid #a2a1a1;
    padding: 0 7px
}

.proom .pcont .phead .pbread .item span.likea {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    padding: 2px 7px
}

.proom .pcont .phead .pctrl {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1
}

.pctrl {
    display: flex
}

.pctrl .item {
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

.pctrl .item a {
}

.pctrl .item a .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    width: 23px;
    margin: 0 auto
}

.pctrl .item a .img img {
}

.pctrl .item a .desc {
    color: #313131;
    font-size: 8px;
    font-weight: 600;
    opacity: .5;
    padding-top: 10px
}

.pctrl .slist {
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    top: 45px;
    padding: 8px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.pctrl .slist.active {
    opacity: 1;
    visibility: visible
}

.pctrl .slist a {
    color: #2b2b2b;
    font-size: 22px;
    display: block;
    margin-bottom: 3px
}

.pctrl .slist a:last-child {
    margin-bottom: 0
}

.proom .pcont .pcon {
    padding-top: 60px
}

.proom .pcont .pcon .rowl {
    display: flex;
    height: 429px
}

.proom .pcont .pcon .rowl .img {
    flex: 0 0 54%
}

.proom .pcont .pcon .rowl .img img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 378px;
    object-fit: cover
}

.proom .pcont .pcon .rowl .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.proom .pcont .pcon .rowl .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.proom .pcont .pcon .rowl .desc .rdesc {
    font-size: 16px;
    color: #101010
}

.proom .pcont .pcon .rowr {
    display: flex;
    height: 489px;
    margin-top: -54px
}

.proom .pcont .pcon .rowr .img {
    flex: 0 0 54%
}

.proom .pcont .pcon .rowr .img img {
    position: absolute;
    right: 0;
    margin-top: 52px;
    width: 51%;
    height: 393px;
    object-fit: cover
}

.proom .pcont .pcon .rowr .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.proom .pcont .pcon .rowr .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.proom .pcont .pcon .rowr .desc .rdesc {
    font-size: 16px;
    color: #101010
}

.proom .pcont .pcon .rprops {
    margin-top: 50px;
    display: flex
}

.proom .pcont .pcon .rprops .item {
    border: 3px solid #dedede;
    border-right: 0;
    flex-grow: 1;
    flex-basis: 0
}

.proom .pcont .pcon .rprops .item:last-child {
    border-right: 3px solid #dedede
}

.proom .pcont .pcon .rprops .item .img {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center
}

.proom .pcont .pcon .rprops .item .img img {
}

.proom .pcont .pcon .rprops .item .desc {
    color: #242424;
    font-weight: 800;
    font-size: 11px;
    text-align: center;
    padding: 5px;
    padding-bottom: 12px
}

.proom .proptex {
    margin-top: 50px;
    background-color: #f1f1f1
}

.proom .proptex .ptcon {
    display: flex
}

.proom .proptex .ptcon .ozco {
    padding-right: 30px;
    flex-grow: 1
}

.proom .proptex .ptcon .ozi {
    padding-bottom: 30px
}

.proom .proptex .ptcon .ozi .ozihead {
    font-size: 17px;
    color: #272727;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 26px
}

.proom .proptex .ptcon .ozi .ozit ul li {
    position: relative;
    font-size: 14px;
    color: #272727;
    padding-left: 20px;
    margin-bottom: 10px
}

.proom .proptex .ptcon .ozi .ozit ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    transform: translate(0px, -50%);
    width: 9px;
    height: 9px;
    background-color: #c8b273;
    border-radius: 50%
}

.proom .proptex .ptcon .ozco2 {
    display: flex;
    background-color: #f6f6f6;
    padding-left: 30px;
    padding-right: 30px;
    flex-grow: 1
}

.proom .proptex .ptcon .ozco2 .ozi:nth-child(2) {
    padding-left: 30px
}

.proom .proptex .ptcon .proptr {
    background-color: #fcfcfc;
    flex: 0 0 30%
}

.proom .proptex .ptcon .proptr .propi {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

.proom .proptex .ptcon .proptr .propi .item {
    display: flex;
    margin-bottom: 15px
}

.proom .proptex .ptcon .proptr .propi .item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.proom .proptex .ptcon .proptr .propi .item .icon img {
    max-width: 100%
}

.proom .proptex .ptcon .proptr .propi .item .desc {
    padding-left: 10px
}

.proom .proptex .ptcon .proptr .propi .item .desc .head {
    font-size: 15px;
    font-weight: 800;
    color: #272727
}

.proom .proptex .ptcon .proptr .propi .item .desc .text {
}

.proom .proptex .ptcon .proptr .ohours {
    border-top: 1px solid #e3e3e3;
    font-size: 12px;
    color: #272727;
    font-weight: 600;
    padding-top: 24px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
}

.proom .proptex .ptcon .proptr .ohours strong {
    font-weight: 800
}

.proom .proptex .ptcon .proptr .hrs {
    display: flex;
    padding-bottom: 30px
}

.proom .proptex .ptcon .proptr .hrs .item {
    padding-left: 30px
}

.proom .proptex .ptcon .proptr .hrs .item .head {
    font-size: 16px;
    color: #272727;
    opacity: .4;
    font-weight: 600
}

.proom .proptex .ptcon .proptr .hrs .item .desc {
    font-size: 32px;
    color: #272727;
    font-weight: 800
}

.pt .pnhcont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 20px
}

.pt .pnhcont .pnhead {
}

.pt .pnhcont .pnhead .pnh {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px
}

.pt .pnhcont .pnhead .pnb {
    display: flex
}

.pt .pnhcont .pnhead .pnb .item {
}

.pt .pnhcont .pnhead .pnb .item:last-child a {
    border-right: 0
}

.pt .pnhcont .pnhead .pnb .item a {
    color: #fff;
    display: block;
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px
}
.pnormal .pncont .pntop {
    display: flex
}

.pnormal .pncont .pntop .list {
    background-color: #f0f0f0;
    padding-right: 60px;
    position: relative
}

.pnormal .pncont .pntop .list::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 1000px;
    background-color: #f0f0f0
}

.pnormal .pncont .pntop .list ul li:first-child a {
    padding-left: 0
}

.pnormal .pncont .pntop .list ul li a {
    color: #979797;
    font-size: 14px;
    display: block;
    padding: 21px 5px
}

.pnormal .pncont .pntop .list ul li a.active {
    color: #223a59;
    font-weight: 900
}

.pnormal .pncont .pntop .pshare {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    padding-top: 9px
}

.pnormal .pncont .pntop .pshare .pctrl {
    border-left: 3px solid #eee;
    padding-left: 6px
}

.pnormal .pncont .pntex {
    padding-top: 12px;
    font-size: 14px;
    color: #212121;
    line-height: 18px
}

.pnormal .pncont .pntex p {
    margin-bottom: 15px
}

.pnormal .pncont .pntex ul {
}

.pnormal .pncont .pntex ul li {
    position: relative;
    padding-left: 6px;
    margin-bottom: 4px
}

.pnormal .pncont .pntex ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 3px;
    background-color: #223a59;
    border-radius: 50%
}

.pnormal .pncont .pntex strong {
    font-weight: 800
}

.pnormal .pncont .pntex h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px
}

.pnormal .pcorp {
    display: flex
}

.pnormal .pcorp-hotel {
    display: flex;
    margin-top: 40px
}

.pnormal .pcorp-hotel .pnimg {
    flex: 0 0 200px
}

.pnormal .pcorp-hotel .pnimg img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 300px
}

.pnormal .pcorp-hotel .pntex {
    padding-top: 0;
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    padding-left: 30px
}

.pnormal .pcorp .pnmin {
    border-left: 2px solid #979797;
    padding-left: 20px
}

.pnormal .pcorp .pntex {
    padding-right: 20px
}

.pnormal .pcorp .pnmin .pnmintex {
    font-size: 16px;
    color: #212121;
    padding-top: 60px;
    line-height: 18px
}

.pnormal .pcorp .pnmin .pnmintex strong {
    font-weight: 800;
    color: #d7bf7b
}

.pnormal .pcorp .pnmin .pnminister {
    margin-top: 70px
}

.pnormal .pcorp .pnmin .pnminister .pnminhead {
    font-size: 16px;
    font-weight: 800;
    color: #212121
}

.pnormal .pcorp .pnmin .pnminister .pnminjob {
    font-size: 13px;
    color: #212121
}

.pagebo {
    margin-top: 60px
}

.pagebo .pbol {
    border-left: 2px solid #f2f2f2
}

.pagebo .pbol .item {
}

.pagebo .pbol .item:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.pagebo .pbol .item a {
    display: flex;
    margin-left: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px
}

.pagebo .pbol .item a .img {
}

.pagebo .pbol .item a .img img {
    display: block
}

.pagebo .pbol .item a .desc {
    padding-left: 30px
}

.pagebo .pbol .item a .desc .title {
    font-size: 18px;
    color: #223a59;
    font-weight: 800;
    margin-bottom: 25px
}

.pagebo .pbol .item a .desc .text {
    color: #101010;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 33px
}

.pagebo .pbol .item a .desc .tarih {
    font-size: 12px;
    color: #979797;
    font-weight: 600
}

.pagebo .sayfalama {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px
}

.pagebo .sayfalama ul {
    display: flex
}

.pagebo .sayfalama ul li {
}

.pagebo .sayfalama ul li a {
    font-weight: 800;
    font-size: 19.78px;
    color: #bbb;
    display: block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px
}

.pagebo .sayfalama ul li a.active {
    background-color: #203f5e;
    color: #fff;
    border-radius: 4px
}

.pagebo .sayfalama > a {
    font-size: 18.26px;
    color: #bbb;
    position: relative;
    line-height: 33px
}

.pagebo .sayfalama > a:before {
    content: "";
    background-image: url(../img/pagerArrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 4px;
    width: 29px;
    height: 27px
}

.pagebo .sayfalama > a.prev {
    -webkit-border-left: 1px solid #e2e2e2;
    -moz-border-left: 1px solid #e2e2e2;
    -o-border-left: 1px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
    padding: 0 15px 0 39px
}

.pagebo .sayfalama > a.prev:before {
    left: 0;
    right: auto
}

.pagebo .sayfalama > a.next {
    -webkit-border-left: 1px solid #e2e2e2;
    -moz-border-left: 1px solid #e2e2e2;
    -o-border-left: 1px solid #e2e2e2;
    border-left: 2px solid #e2e2e2;
    padding: 0 39px 0 15px
}

.pagebo .sayfalama > a.next:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    left: auto
}

.pbienal {
}

.pbienal .pgaleri {
}

.pbienal .bmore {
    margin-top: 47px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pbienal .bmore a {
    font-size: 13px;
    color: #b0b0b0;
    font-weight: 700;
    border: 2px solid #b0b0b0;
    padding: 11px 30px;
    display: inline-block
}

.pbienal .pgaleri .pgcon {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-gap: 15px
}

.pbienal .pgaleri .pgcon .item {
}

.pbienal .pgaleri .pgcon .item a {
    display: block
}

.pbienal .pgaleri .pgcon .item a .img {
}

.pbienal .pgaleri .pgcon .item a .img img {
    width: 100%;
    display: block;
    height: 226px;
    object-fit: cover
}

.pbienal .rows {
    padding-top: 60px
}

.pbienal .rows .rowl {
    display: flex;
    height: 429px
}

.pbienal .rows .rowl .img {
    flex: 0 0 54%;
    padding: 0 40px;
    border-left: 2px solid #f2f2f2
}

.pbienal .rows .rowl .img img {
    width: 100%;
    height: 378px;
    object-fit: cover;
    display: block
}

.pbienal .rows .rowl .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pbienal .rows .rowl .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.pbienal .rows .rowl .desc .rtitle strong {
    font-weight: 900
}

.pbienal .rows .rowl .desc .rtext {
    font-size: 16px;
    color: #101010
}

.pbienal .rows .rowl .desc .rtext p {
    margin-bottom: 15px
}

.pbienal .rows .rowl .desc .rtext p:last-child {
    margin-bottom: 15px
}

.pbienal .rows .rowr {
    display: flex;
    height: 489px
}

.pbienal .rows .rowr .img {
    flex: 0 0 54%;
    padding: 0 40px;
    border-right: 2px solid #f2f2f2;
    position: relative
}

.pbienal .rows .rowr .img a {
    position: relative
}

.pbienal .rows .rowr .img a img.big {
    width: 100%;
    height: 378px;
    object-fit: cover;
    display: block
}

.pbienal .rows .rowr .img a img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.pbienal .rows .rowr .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pbienal .rows .rowr .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.pbienal .rows .rowr .desc .rtext {
    font-size: 16px;
    color: #101010
}

.pbienal .rows .rowr .desc .rtext p {
    margin-bottom: 15px
}

.pbienal .rows .rowr .desc .rtext p:last-child {
    margin-bottom: 15px
}

.pdegerlermiz {
    margin-top: 60px
}

.pdegerlermiz .pdcon {
}

.pdegerlermiz .pdcon .item {
    display: flex
}

.pdegerlermiz .pdcon .item .img {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative
}

.pdegerlermiz .pdcon .item.left .img {
    padding-right: 25px
}

.pdegerlermiz .pdcon .item.left .img::before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: -19px;
    background-color: #e6e6e6;
    width: 40%;
    height: 94%;
    z-index: -1
}

.pdegerlermiz .pdcon .item.left .img:last-child::before {
    opacity: 0
}

.pdegerlermiz .pdcon .item.right .img {
    padding-left: 25px
}

.pdegerlermiz .pdcon .item.right .img::before {
    content: '';
    position: absolute;
    bottom: -19px;
    right: -19px;
    background-color: #e6e6e6;
    width: 40%;
    height: 94%;
    z-index: -1
}

.pdegerlermiz .pdcon .item.right .img:last-child::before {
    opacity: 0
}

.pdegerlermiz .pdcon .item .img img {
    display: block;
    width: 100%;
    object-fit: cover
}

.pdegerlermiz .pdcon .item .icenter {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    position: relative;
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2
}

.pdegerlermiz .pdcon .item .icenter .icentcon {
    position: absolute;
    left: -50%;
    top: 50%;
    width: 448px;
    transform: translate(0%, -50%);
    background-color: #fff
}

.pdegerlermiz .pdcon .item .icenter .icentcon .title {
    color: #223b5c;
    font-size: 34px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    padding: 20px;
    padding-bottom: 15px;
    background-color: #fff
}

.pdegerlermiz .pdcon .item .icenter .icentcon .desc {
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 600;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.pdegerlermiz .pdcon .item.right {
    flex-direction: row-reverse
}

.pdegerlermiz .pdcon .item.left .icenter .icentcon::before {
    content: '';
    position: absolute;
    top: -19px;
    left: -19px;
    background-color: #e6e6e6;
    width: 40%;
    height: 94%;
    z-index: -1
}


.pcity {
    margin-top: 40px
}

.pcity .pcon {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 20px
}

.pcity .pcon .item {
}

.pcity .pcon .item a {
    position: relative;
    display: block
}

.pcity .pcon .item a .img {
    position: relative
}

.pcity .pcon .item a .img img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover
}

.pcity .pcon .item a .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, #152739b0);
    height: 100%;
    z-index: 9
}

.pcity .pcon .item a .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 20px
}

.pcity .pcon .item a .desc .ititle {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 0
}

.pcity .pcon .item a .desc .citys {
    color: #fff;
    font-size: 11px;
    opacity: .5;
    display: none
}

.pcityd {
    margin-top: 30px
}

.pcityd .headtext {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.pcityd .headtext .htt {
    font-size: 23px;
    color: #223a59;
    flex: 0 0 30%;
    line-height: 25px
}

.pcityd .headtext .htt strong {
    font-size: 34px;
    font-weight: 800
}

.pcityd .headtext .htd {
    font-size: 14px;
    color: #555
}

.pcityd .catcon {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0
}

.pcityd .catcon .clist {
    display: flex;
    border-left: 2px solid #e0e0e0
}

.pcityd .catcon .clist .item {
    flex-grow: 1;
    flex-basis: 0
}

.pcityd .catcon .clist .item a {
    display: block;
    border: 2px solid #e0e0e0;
    border-left: 0
}

.pcityd .catcon .clist .item a.active {
    border: 2px solid #223a59;
    background-color: #223a59
}

.pcityd .catcon .clist .item a.active .desc {
    color: #fff
}

.pcityd .catcon .clist .item a.active .img {
}

.pcityd .catcon .clist .item a.active .img img {
    filter: brightness(0) invert(1)
}

.pcityd .catcon .clist .item a .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px
}

.pcityd .catcon .clist .item a .img img {
    height: 35px;
    max-width: 100%;
    display: block
}

.pcityd .catcon .clist .item a .desc {
    font-size: 11px;
    color: #bdbdbd;
    font-weight: 700;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 7px
}

.pcityd .catcon .clist .item:last-child {
}

.pcityd .catcon .clist .item:last-child a {
    border: 2px solid #223a59;
    background-color: #223a59
}

.pcityd .catcon .clist .item:last-child a .desc {
    color: #fff
}

.pcityd .placelist {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 15px
}

.pcityd .placelist .item {
}

.pcityd .placelist .item a {
    position: relative
}

.pcityd .placelist .item a .img {
    position: relative;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pcityd .placelist .item a .img.noimg {
}

.pcityd .placelist .item a .img.noimg img {
    width: initial;
    max-width: 100%
}

.pcityd .placelist .item a .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, #152739b0);
    height: 100%;
    z-index: 9
}

.pcityd .placelist .item a .img img {
    display: block;
    width: 100%;
    height: 100%
}

.pcityd .placelist .item a .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 16px 14px
}

.pcityd .placelist .item a .desc .d1 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 3px
}

.pcityd .placelist .item a .desc .d2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff
}

.pcityd .placelist .item a .desc .d2 .d2img {
}

.pcityd .placelist .item a .desc .d2 .d2d {
    padding-left: 5px
}
.pplace .pcont {
}

.pplace .pcont .phead {
    display: flex;
    padding-top: 20px;
    position: relative
}

.pplace .pcont .phead .ptsol {
}

.pplace .pcont .phead .ptsol .pbread {
    margin-top: 30px;
    padding-left: 0;
    margin-left: -6px
}

.pplace .pcont .phead .ptitle {
    font-size: 36px;
    color: #223a59;
    font-weight: 800;
    position: relative
}

.pplace .pcont .phead .ptitle::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.pplace .pcont .phead .pbread {
    display: flex;
    padding-left: 15px;
    align-items: center
}

.pplace .pcont .phead .pbread .item {
    font-weight: 600
}

.pplace .pcont .phead .pbread .item a {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    border-right: 2px solid #a2a1a1;
    padding: 0 7px
}

.pplace .pcont .phead .pbread .item span.likea {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    padding: 2px 7px
}

.pplace .pcont .phead .pctrl {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1
}

.pplacegal {
    display: flex;
    margin-top: 40px
}

.pplacegal .item:first-child {
    padding-left: 0
}

.pplacegal .item:last-child {
    padding-right: 0
}

.pplacegal .item {
    flex-grow: 1;
    flex-basis: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none
}

.pplacegal .item:nth-child(1), .pplacegal .item:nth-child(2), .pplacegal .item:nth-child(3), .pplacegal .item:nth-child(4) {
    display: block
}

.pplacegal .item a {
    display: block;
    position: relative
}

.pplacegal .item a .img {
}

.pplacegal .item a .img img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 275px
}

.pplacegal .item a .gtex {
    position: absolute;
    background-color: #000000a8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.pplacegal .item a .gtex .gtimg {
}

.pplacegal .item a .gtex .gtimg img {
}

.pplacegal .item a .gtex .gtdesc {
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    margin-top: 7px
}

.pplaced {
    margin-top: 37px
}

.pplaced .ppdcon {
}

.pplaced .ppdcon {
}

.pplaced .ppdcon .ppldtex {
    display: flex
}

.pplaced .ppdcon .ppldtex .pgaleri {
    flex: 0 0 40%;
    max-width: 40%
}

.pplaced .ppdcon .ppldtex .pgaleri .pgcon {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 15px
}

.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item {
}

.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item:nth-child(1) {
    grid-column: auto/span 3;
    grid-row: auto/span 3
}

.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item a {
    display: block
}

.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item a .img {
}

.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item a .img img {
    width: 100%;
    display: block;
    height: 149px;
    object-fit: cover
}

.pplaced .ppdcon .ppldtex .pgaleri .pgcon .item:nth-child(1) a .img img {
    height: 382px;
    object-fit: cover
}

.pplaced.opportunity-page .ppdcon .ppldtex .pgaleri .pgcon .item:nth-child(1) a .img img {
    height: 256px;
    object-fit: cover
}

.pplaced .ppdcon .ppldtex .pntex {
    flex: 0 0 60%;
    padding-left: 30px
}

.pplaced .ppdcon .ppldtex .pntex .pnicons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a {
    display: flex;
    align-items: center;
    padding: 4px 10px 2px;
    margin-left: 15px
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a:nth-child(1) {
    background-color: #223b5a
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a:nth-child(2) {
    background-color: #c9b078
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a:nth-child(3) {
    background-color: #5d5d5d
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a .img {
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a .img i {
    color: #fff
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a .img img {
    filter: brightness(0) invert(1);
    height: 26px
}

.pplaced .ppdcon .ppldtex .pntex .pnicons a .desc {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    font-weight: 800
}

.pplaced .ppdcon .ppldtex .pntex .pntreal {
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    text-align: justify
}

.pplaced .ppdcon .ppldtex .pntex .pntreal p {
    margin-bottom: 15px
}

.pplaced .ppdcon .ppldtex .pntex ul {
}

.pplaced .ppdcon .ppldtex .pntex ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 4px
}

.pplaced .ppdcon .ppldtex .pntex ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-color: #223a59;
    border-radius: 50%
}

.pplaced .ppdcon .ppldtex .pntex strong {
    font-weight: 800
}

.pplaced .ppdcon .ppldtex .pntex h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 15px
}

.pplaced .ppdcon .ppldtex .ppldinfo {
    border-left: 2px solid #dadada;
    margin-left: 20px;
    padding-left: 20px
}

.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact {
    display: flex;
    align-items: center
}

.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .img {
}

.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .img img {
}

.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .desc {
    padding-left: 11px
}

.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .desc .top {
    font-size: 15px;
    color: #223a59;
    font-weight: 800
}

.pplaced .ppdcon .ppldtex .ppldinfo .ppldcontact .desc .bottom {
    font-size: 15px
}

.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn {
    margin-top: 30px
}

.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a {
    display: flex;
    align-items: center;
    border: 2px solid #eaeaea
}

.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a .img {
    padding: 9px 10px
}

.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a .img img {
    display: block
}

.pplaced .ppdcon .ppldtex .ppldinfo .golocbtn a .desc {
    font-size: 14px;
    color: #bdbdbd;
    flex-grow: 1;
    padding-left: 12px;
    font-weight: 600
}

.howtogo {
    margin-top: 23px
}

.howtogo .htgtitle {
    font-size: 15px;
    color: #223a59;
    font-weight: 800;
    margin-bottom: 5px
}

.howtogo .htgdesc {
    font-size: 14px;
    color: #212121;
    line-height: 18px
}

.pfirsatlar {
}

.pfirsatlar .list {
    position: relative;
    z-index: 2;
    margin-top: 35px;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 0 30px
}

.pfirsatlar .list:after {
}

.pfirsatlar .list .item {
}

.pfirsatlar .list.slick-initialized .item {
    display: block
}

.pfirsatlar .list .item a {
}

.pfirsatlar .list .item a .img {
}

.pfirsatlar .list .item a .img img {
    display: block;
    width: 100%
}

.pfirsatlar .list .item a .ititle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -56px;
    margin-bottom: -25px
}

.pfirsatlar .list .item a .ititle .city {
    display: block;
    background-color: #c8b273;
    color: #fff;
    font-weight: 800;
    padding: 6px 10px;
    font-size: 13px
}

.pfirsatlar .list .item a .ititle .tdesc {
    width: 215px;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 17px
}

.pfirsatlar .list .slick-dots {
}

.pfirsatlar .list .slick-slide {
    margin: 0 15px
}

.pfirsatlar .list .slick-list {
    margin: 0 -15px
}

.pmedya {
    padding-top: 50px
}

.pmedya .pmcont {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 15px
}

.pmedya .pmcont .item {
}

.pmedya .pmcont .item a {
    display: block;
    position: relative
}

.pmedya .pmcont .item a .img {
    position: relative
}

.pmedya.filter .pmcont .item a .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, #152739b0);
    height: 100%;
    z-index: 9
}

.pmedya .pmcont .item a .img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover
}

.pmedya .pmcont .item a .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px
}

.pmedya .pmcont .item a .desc .title {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 4px
}

.vg-detay {
    margin-top: 40px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 15px
}

.vg-detay .item {
}

.vg-detay .item a {
    display: block;
    position: relative
}

.vg-detay .item a .img {
    position: relative
}

.vg-detay .item a .img::before {
}

.vg-detay .item a .img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover
}

.vg-detay .item a .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 20px;
    display: none
}

.vg-detay .item a .desc .title {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 4px
}

.fg-detay {
    margin-top: 40px;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 15px
}

.fg-detay .item {
}

.fg-detay .item a {
    display: block;
    position: relative
}

.fg-detay .item a .img {
    position: relative
}

.fg-detay .item a .img::before {
}

.fg-detay .item a .img img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover
}

.fg-detay .item a .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 20px
}

.fg-detay .item a .desc .title {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 4px
}

.pyemeicme .rows .rowl {
    display: flex;
    height: 429px
}

.pyemeicme .rows .rowl .img {
    flex: 0 0 54%
}

.pyemeicme .rows .rowl .img img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 378px;
    object-fit: cover
}

.pyemeicme .rows .rowl .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pyemeicme .rows .rowl .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.pyemeicme .rows .rowl .desc .rtitle strong {
    font-weight: 900
}

.pyemeicme .rows .rowl .desc .rtext {
    font-size: 16px;
    color: #101010
}

.pyemeicme .rows .desc .rtext p {
    margin-bottom: 15px
}

.pyemeicme .rows .desc .rtext p:last-child {
    margin-bottom: 15px
}

.pyemeicme .rows .desc .readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px
}

.pyemeicme .rows .desc .readmore a {
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 600;
    border: 2px solid #bdbdbd
}

.pyemeicme .rows .rowr {
    display: flex;
    height: 489px;
    margin-top: -54px
}

.pyemeicme .rows .rowr .img {
    flex: 0 0 54%
}

.pyemeicme .rows .rowr .img img {
    position: absolute;
    right: 0;
    margin-top: 52px;
    width: 51%;
    height: 393px;
    object-fit: cover
}

.pyemeicme .rows .rowr .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pyemeicme .rows .rowr .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.pyemeicme .rows .rowr .desc .rdesc {
    font-size: 16px;
    color: #101010
}

.peat {
}

.peat .pcont {
}

.peat .pcont .phead {
    display: flex;
    padding-top: 20px;
    position: relative
}

.peat .pcont .phead .ptitle {
    font-size: 36px;
    color: #223a59;
    font-weight: 800;
    position: relative
}

.peat .pcont .phead .ptitle::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.peat .pcont .phead .pbread {
    display: flex;
    padding-left: 15px;
    align-items: center
}

.peat .pcont .phead .pbread .item {
    font-weight: 600
}

.peat .pcont .phead .pbread .item a {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    border-right: 2px solid #a2a1a1;
    padding: 0 7px
}

.peat .pcont .phead .pbread .item span.likea {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    padding: 2px 7px
}

.peat .pcont .phead .pctrl {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1
}

.peat .pcenter {
    margin-top: 60px
}

.peat .pcenter .rowl {
    display: flex;
    height: 429px
}

.peat .pcenter .rowl .img {
    flex: 0 0 54%
}

.peat .pcenter .rowl .img img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 378px;
    object-fit: cover
}

.peat .pcenter .rowl .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.peat .pcenter .rowl .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.peat .pcenter .rowl .desc .rtitle strong {
    font-weight: 900
}

.peat .pcenter .rowl .desc .rtext {
    font-size: 16px;
    color: #101010
}

.peat .pcenter .desc .rtext p {
    margin-bottom: 15px
}

.peat .pcenter .desc .rtext p:last-child {
    margin-bottom: 15px
}

@media (max-width: 1599px) {
    .slider-main .mdesc {
        flex: 0 0 30%;
        max-width: 30%
    }

    .slider-main .leftex .mct {
        width: calc(30vw - ((100vw - 1193px) / 2))
    }

    .ophome .opcont .head .title span {
        width: calc(30vw - ((100vw - 1193px) / 2));
        min-width: calc(30vw - ((100vw - 1193px) / 2))
    }

    .hrooms .hrcont .head .all {
        margin-left: 170px
    }
}

.ptoplanti {
    margin-top: 50px
}

.ptoplanti .ptdesc {
}

.ptoplanti .plist {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 50px
}

.ptoplanti .plist .item {
}

.ptoplanti .plist .item a {
    display: block;
    color: #fff;
    position: relative
}

.ptoplanti .plist .item a .img {
    position: relative
}

.ptoplanti .plist .item a .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, #152739b0);
    height: 100%;
    z-index: 9
}

.ptoplanti .plist .item a .img img {
    display: block;
    width: 100%
}

.ptoplanti .plist .item a .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    z-index: 20
}

.ptoplanti .plist .item a .desc .desct {
    flex-grow: 1;
    font-size: 22px;
    font-weight: 300
}

.ptoplanti .plist .item a .desc .iconc {
    display: flex;
    align-items: center
}

.ptoplanti .plist .item a .desc .iconc .icon {
}

.ptoplanti .plist .item a .desc .iconc .icon img {
}

.ptoplanti .plist .item a .desc .iconc .icond {
    padding-left: 10px;
    opacity: 0.41;
}
.ptoplanti .plist .item a .desc .iconc .icond .bottom {
    font-weight: 900
}
.pmeeting .pcont {
}

.pmeeting .pcont .phead {
    display: flex;
    padding-top: 20px;
    position: relative
}

.pmeeting .pcont .phead .ptitle {
    font-size: 36px;
    color: #223a59;
    font-weight: 800;
    position: relative
}

.pmeeting .pcont .phead .ptitle::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.pmeeting .pcont .phead .pbread {
    display: flex;
    padding-left: 15px;
    align-items: center
}

.pmeeting .pcont .phead .pbread .item {
    font-weight: 600
}

.pmeeting .pcont .phead .pbread .item a {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    border-right: 2px solid #a2a1a1;
    padding: 0 7px
}

.pmeeting .pcont .phead .pbread .item span.likea {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    padding: 2px 7px
}

.pmeeting .pcont .phead .pctrl {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1
}

.pmeeting .pcenter {
    margin-top: 60px
}

.pmeeting .pcenter .rowl {
    display: flex;
    height: 429px
}

.pmeeting .pcenter .rowl .img {
    flex: 0 0 54%
}

.pmeeting .pcenter .rowl .img img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 378px;
    object-fit: cover
}

.pmeeting .pcenter .rowl .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px
}

.pmeeting .pcenter .rowl .desc .rtitle {
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.pmeeting .pcenter .rowl .desc .rtitle strong {
    font-weight: 900
}

.pmeeting .pcenter .rowl .desc .rtext {
    font-size: 16px;
    color: #101010
}

.pmeeting .pcenter .desc .rtext p {
    margin-bottom: 15px
}

.pmeeting .pcenter .desc .rtext p:last-child {
    margin-bottom: 15px
}

.pmeeting .pcenter .rowl .desc .uopts {
    display: flex;
    margin-top: 25px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 14px
}

.pmeeting .pcenter .rowl .desc .uopts .item {
    display: flex;
    margin-right: 20px
}

.pmeeting .pcenter .rowl .desc .uopts .item .icond {
    padding-left: 10px
}

.pmeeting .pcenter .rowl .desc .uopts .item .icond .top {
    font-weight: 900
}
.pmeeting .pcenter .rowl .desc .mprops {
    display: flex;
    margin-top: 20px
}

.pmeeting .pcenter .rowl .desc .mprops .item {
    flex-grow: 1;
    flex-basis: 0
}

.pmeeting .pcenter .rowl .desc .mprops .item .iicon {
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.pmeeting .pcenter .rowl .desc .mprops .item .ihead {
    text-align: center
}

.pmeeting .pcenter .rowl .desc .mprops .item .ihead .top {
    font-size: 11px;
    margin-bottom: 4px
}

.pmeeting .pcenter .rowl .desc .mprops .item .ihead .bottom {
    font-size: 15px;
    font-weight: 900
}

.phizmet {
    margin-top: 48px
}

.phizmet .rows .rowl {
    display: flex;
    height: 429px
}

.phizmet .rows .rowl .img {
    flex: 0 0 54%
}

.phizmet .rows .rowl .img img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 378px;
    object-fit: cover
}

.phizmet .rows .rowl .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1
}

.phizmet .rows .rowl .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.phizmet .rows .rowl .desc .rtitle strong {
    font-weight: 900
}

.phizmet .rows .desc .rtext {
    font-size: 16px;
    color: #101010;
    text-align: left
}

.phizmet .rows .desc .rtext p {
    margin-bottom: 15px
}

.phizmet .rows .desc .rtext p:last-child {
    margin-bottom: 15px
}

.phizmet .rows .desc .rtext ul li {
    position: relative;
    padding-left: 30px;
    padding: 7px 0;
    padding-left: 30px
}

.phizmet .rows .desc .readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9px
}

.phizmet .rows .desc .readmore a {
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 600;
    border: 2px solid #bdbdbd
}

.phizmet .rows .rowr {
    display: flex;
    height: 489px;
    margin-top: -54px
}

.phizmet .rows .rowr .img {
    flex: 0 0 54%
}

.phizmet .rows .rowr .img img {
    position: absolute;
    right: 0;
    margin-top: 52px;
    width: 51%;
    height: 393px;
    object-fit: cover
}

.phizmet .rows .rowr .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1
}

.phizmet .rows .rowr .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.phizmet .rows .rowr .desc .rdesc {
    font-size: 16px;
    color: #101010
}

.phizmetd {
}

.phizmetd .pcont {
}

.phizmetd .pcont .phead {
    display: flex;
    padding-top: 20px;
    position: relative
}

.phizmetd .pcont .phead .ptitle {
    font-size: 36px;
    color: #223a59;
    font-weight: 800;
    position: relative
}

.phizmetd .pcont .phead .ptitle::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.phizmetd .pcont .phead .pbread {
    display: flex;
    padding-left: 15px;
    align-items: center
}

.phizmetd .pcont .phead .pbread .item {
    font-weight: 600
}

.phizmetd .pcont .phead .pbread .item a {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    border-right: 2px solid #a2a1a1;
    padding: 0 7px
}

.phizmetd .pcont .phead .pbread .item span.likea {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    padding: 2px 7px
}

.phizmetd .pcont .phead .pctrl {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1
}

.phizmetd .pcenter {
    margin-top: 60px
}

.phizmetd .pcenter .rowl {
    display: flex;
    height: 429px
}

.phizmetd .pcenter .rowl .img {
    flex: 0 0 54%
}

.phizmetd .pcenter .rowl .img img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 378px;
    object-fit: cover
}

.phizmetd .pcenter .rowl .desc {
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1
}

.phizmetd .pcenter .rowl .desc .rtitle {
    text-align: center;
    font-size: 40px;
    color: #223a59;
    margin-bottom: 30px
}

.phizmetd .pcenter .rowl .desc .rtitle strong {
    font-weight: 900
}

.phizmetd .pcenter .rowl .desc .rtext {
    font-size: 16px;
    color: #101010;
    text-align: left
}

.phizmetd .pcenter .desc .rtext p {
    margin-bottom: 15px
}

.phizmetd .pcenter .desc .rtext p:last-child {
    margin-bottom: 15px
}

.phizmetd .pcenter .desc .rtext ul {
}

.phizmetd .pcenter .desc .rtext ul li {
    position: relative;
    padding-left: 30px;
    padding: 7px 0;
    padding-left: 30px
}

.phizmetd .pcenter .desc .rtext ul li:before {
    content: "";
    width: 24px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    transform: translate(0px, -50%)
}

.ppage2 {
}

.ppage2 .pcont {
}

.ppage2 .pcont .phead {
    display: flex;
    padding-top: 20px;
    position: relative
}

.ppage2 .pcont .phead .ptitle {
    font-size: 36px;
    color: #223a59;
    font-weight: 800;
    position: relative
}

.ppage2 .pcont .phead .ptitle::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: #223b5c;
    width: 43px;
    height: 6px
}

.ppage2 .pcont .phead .pbread {
    display: flex;
    padding-left: 15px;
    align-items: center
}

.ppage2 .pcont .phead .pbread .item {
    font-weight: 600
}

.ppage2 .pcont .phead .pbread .item a {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    border-right: 2px solid #a2a1a1;
    padding: 0 7px
}

.ppage2 .pcont .phead .pbread .item span.likea {
    font-size: 13px;
    color: #050202;
    opacity: .51;
    padding: 2px 7px
}

.ppage2 .pcont .phead .pctrl {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1
}

.pisg {
    display: flex;
    margin-top: 50px
}

.pisg .pilogos {
    border-right: 2px solid #dadada;
    flex: 0 0 70%
}

.pisg .pilogos .item {
    display: flex;
    margin-bottom: 30px;
    align-items: center
}

.pisg .pilogos .item .img {
    flex: 0 0 227px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #dadada;
    padding-right: 28px
}

.pisg .pilogos .item .img img {
    display: block;
    max-width: 100%
}

.pisg .pilogos .item .desc {
    padding-left: 30px;
    font-size: 16px;
    color: #1f1f1f
}

.pisg .pifiles {
    padding-left: 18px;
    padding-top: 30px;
    flex-grow: 1
}

.pisg .pifiles .list {
}

.pisg .pifiles .list .item {
}

.pisg .pifiles .list .item a {
    display: flex;
    align-items: center
}

.pisg .pifiles .list .item a .img {
}

.pisg .pifiles .list .item a .img img {
}

.pisg .pifiles .list .item a .desc {
    padding-left: 10px;
    flex-grow: 1
}

.pisg .pifiles .list .item a .desc .top {
    font-size: 16px;
    color: #223a59;
    margin-bottom: 2px
}

.pisg .pifiles .list .item a .desc .bottom {
    font-size: 16px;
    color: #cacaca
}

.pisg .pifiles .list .item a .icon2 {
}

.pisg .pifiles .list .item a .icon2 img {
}

.pisg .pifiles .formbtn {
    margin-top: 30px
}

.pisg .pifiles .formbtn a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #223a59;
    padding: 15px;
    font-weight: 900;
    text-align: center;
    border: 2px solid #f3f3f3
}

.pik {
}

.pik .ikformbtn {
}

.pik .ikformbtn a {
    display: block;
    color: #fff;
    background-color: #223a5a;
    text-align: center;
    padding: 15px;
    font-weight: 900
}

.pbu {
    display: flex
}

.pbu .pbul {
    flex: 0 0 67%;
    max-width: 67%;
    margin-top: 50px
}

.pbu .pbul .head {
    margin-bottom: 30px
}

.pbu .pbul .head .top {
    font-size: 24px;
    color: #223a59;
    font-weight: 600;
    margin-bottom: 15px
}

.pbu .pbul .head .top strong {
    font-weight: 900
}

.pbu .pbul .head .bottom {
    color: #1f1f1f;
    font-size: 16px
}

.pbu .pbul .btnlist {
}

.pbu .pbul .btnlist .item {
    margin-bottom: 23px
}

.pbu .pbul .btnlist .item a {
    display: flex;
    align-items: center;
    padding: 27px;
    border: 2px solid #eaeaea
}

.pbu .pbul .btnlist .item a .ade {
    flex-grow: 1
}

.pbu .pbul .btnlist .item a .ade .ahe {
    font-size: 19px;
    color: #223a59;
    font-weight: 800;
    margin-bottom: 5px
}

.pbu .pbul .btnlist .item a .ade .ate {
    color: #828282
}

.pbu .pbul .btnlist .item a .aim {
    border-left: 2px solid #eaeaea;
    padding-left: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pbu .pbul .btnlist .item a .aim img {
    display: inline-block
}

.pbu .pbur {
    padding-left: 56px;
    padding-right: 5px
}

.pbu .pbur .pburc {
    background-color: #f9f9f9;
    padding: 20px;
    padding-top: 49px
}

.pbu .pbur .pburc .pburhead {
}

.pbu .pbur .pburc .pburhead .top {
    color: #223b5c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.pbu .pbur .pburc .pburhead .bottom {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600
}

.pbu .pbur .pburc .pburselect {
    margin-top: 15px
}

.pbu .pbur .pburc .pburselect .chotel {
}

.pbu .pbur .pburc .pburselect .chotel {
}

.pbu .pbur .pburc .pburselect .chotel > a {
    background-color: #fff;
    font-size: 17px;
    color: #214163;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    width: 123%;
    font-weight: 700;
    background-image: url(../img/ri3.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    border: 2px solid #eaeaea;
    margin-left: -33px;
    padding-left: 32px
}

.pbu .pbur .pburc .pburselect .chotel > a .chi {
}

.pbu .pbur .pburc .pburselect .chotel > a .cht {
    padding-left: 10px
}

.pbu .pbur .pburc .pburselect .chotel > a .cht .chead {
    font-weight: 900;
    margin-bottom: 4px
}

.pbu .pbur .pburc .pburselect .chotel > a .cht .chdesc {
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    opacity: .49
}

.pbu .pbur .pburc .pburselect .chotel .chlist {
    position: relative;
    width: 100%;
    margin-top: 1px;
    display: none
}

.pbu .pbur .pburc .pburselect .chotel .chlist.active {
    display: block
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    padding-right: 20px;
    box-shadow: 1px 4px 47px 1px #0000004a;
    z-index: 20
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .chselc {
    overflow-y: scroll;
    max-height: 310px;
    padding-right: 15px
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .item {
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .item a {
    display: block;
    color: #204162;
    font-size: 12px;
    display: flex;
    padding: 11px 10px;
    padding-bottom: 2px
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .item a .icon {
    width: 15px;
    height: 15px;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    flex: 0 0 15px
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .item a .desc {
    border-bottom: 2px dashed #e7e7e7;
    padding-bottom: 8px;
    width: 100%
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .item a .desc strong {
    font-weight: 800
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .item:last-child a .desc {
    border-bottom: 0
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .chselc::-webkit-scrollbar {
    width: 3px
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .chselc::-webkit-scrollbar-track {
    background: #ececec
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .chselc::-webkit-scrollbar-thumb {
    background: #b5b5b5
}

.pbu .pbur .pburc .pburselect .chotel .chlist .chsel .chselc::-webkit-scrollbar-thumb:hover {
    background: #555
}

.pbu .pbur .pburc .pblist {
    margin-top: 15px
}

.pbu .pbur .pburc .pblist .item {
    margin-bottom: 15px;
    font-size: 17px
}

.pbu .pbur .pburc .pblist .item .ilab {
    font-weight: 900;
    color: #223a59;
    margin-bottom: 3px
}

.pbu .pbur .pburc .pblist .item .ival {
    color: #191919;
    font-weight: 600
}

.pbu .pbur .pburc .pblist .goloc {
}

.pbu .pbur .pburc .pblist .goloc a {
    color: #677b8e;
    font-weight: 700;
    text-align: center;
    border: 2px solid #677b8e;
    width: 100%;
    display: block;
    padding: 6px
}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 500
}

.loading .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.loading .icon .cont {
    position: relative;
    width: 55px;
    height: 59px;
    overflow: hidden
}

.loading .icon .cont .boxw {
    width: 55px;
    height: 59px;
    position: absolute;
    left: 0;
    top: 0;
    /*background-image: url(../img/logo/jurahotels.png);*/
    clip-path: inset(0 0 0% 0);
    filter: brightness(0) invert(1)
}

.loading .icon .cont .boxy {
    width: 55px;
    height: 59px;
    position: absolute;
    left: 0;
    top: 0;
    /*background-image: url(../img/logo/jurahotels.png);*/
    animation: loadingAnim 10s infinite
}

@keyframes loadingAnim {
    0% {
        clip-path: inset(0 0 100% 0)
    }
    50% {
        clip-path: inset(0 0 0% 0)
    }
    100% {
        clip-path: inset(0 0 100% 0)
    }
}

.crou {
    margin-top: 34px
}

.crou .crcon {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0
}

.crou .crcon .clist {
    display: flex;
    border-left: 2px solid #e0e0e0
}

.crou .crcon .clist .item {
    flex-grow: 1;
    flex-basis: 0
}

.crou .crcon .clist .item a {
    display: block;
    border: 2px solid #e0e0e0;
    border-left: 0
}

.crou .crcon .clist .item a.active {
    border: 2px solid #223a59;
    background-color: #223a59
}

.crou .crcon .clist .item a.active .desc {
    color: #fff
}

.crou .crcon .clist .item a.active .img {
}

.crou .crcon .clist .item a.active .img img {
    filter: brightness(0) invert(1)
}

.crou .crcon .clist .item a .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px
}

.crou .crcon .clist .item a .img img {
    height: 35px;
    max-width: 100%;
    display: block
}

.crou .crcon .clist .item a .desc {
    font-size: 11px;
    color: #bdbdbd;
    font-weight: 700;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 7px
}

.crou .crcon .clist .item:last-child {
}

.crou .crcon .clist .item:last-child a {
    border: 2px solid #223a59;
    background-color: #223a59
}

.crou .crcon .clist .item:last-child a .desc {
    color: #fff
}

.crou .crcon .crobc {
    display: flex;
    margin-top: 50px
}

.crou .crcon .crobc .crol {
    flex: 0 0 75%
}

.crou .crcon .crobc .crol .placelist {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 30px
}

.crou .crcon .crobc .crol .placelist .item {
    position: relative
}

.crou .crcon .crobc .crol .placelist .item a.crAddRoute {
    position: absolute;
    top: -19px;
    right: -19px;
    width: 50px;
    height: 50px;
    background-color: #2a4e72;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #fff;
    font-size: 23px;
    border-radius: 50%
}

.crou .crcon .crobc .crol .placelist .item a.crAddRoute.active {
    background-color: #c8b273
}

.crou .crcon .crobc .crol .placelist .item a.place {
    position: relative;
    display: block
}

.crou .crcon .crobc .crol .placelist .item a.place .img {
    position: relative;
    height: 211px;
    display: flex;
    align-items: center;
    justify-content: center
}

.crou .crcon .crobc .crol .placelist .item a.place .img.noimg {
}

.crou .crcon .crobc .crol .placelist .item a.place .img.noimg img {
    width: initial;
    max-width: 100%;
    height: initial
}

.crou .crcon .crobc .crol .placelist .item a.place .img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(transparent, #152739b0);
    height: 100%;
    z-index: 9
}

.crou .crcon .crobc .crol .placelist .item a.place .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.crou .crcon .crobc .crol .placelist .item a.place .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 16px 14px
}

.crou .crcon .crobc .crol .placelist .item a.place .desc .d1 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 3px
}

.crou .crcon .crobc .crol .placelist .item a.place .desc .d2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff
}

.crou .crcon .crobc .crol .placelist .item a.place .desc .d2 .d2img {
}

.crou .crcon .crobc .crol .placelist .item a.place .desc .d2 .d2d {
    padding-left: 5px
}

.crou .crcon .crobc .cror {
    padding-left: 40px;
    flex-grow: 1
}

.crou .crcon .crobc .cror .crpcart {
    background-color: #f9f9f9
}

.crou .crcon .crobc .cror .crpcart .crphead {
    display: flex;
    padding: 15px;
    align-items: center
}

.crou .crcon .crobc .cror .crpcart .crphead .crphimg {
}

.crou .crcon .crobc .cror .crpcart .crphead .crphimg img {
}

.crou .crcon .crobc .cror .crpcart .crphead .crphd {
    padding-left: 15px
}

.crou .crcon .crobc .cror .crpcart .crphead .crphd .top {
    font-size: 24px;
    color: #2a4e72;
    font-weight: 800;
    margin-bottom: 3px
}

.crou .crcon .crobc .cror .crpcart .crphead .crphd .bottom {
    font-size: 12px;
    color: #2a4e72;
    font-weight: 600
}

.crou .crcon .crobc .cror .crpcart .crplist {
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem {
    display: flex;
    margin-bottom: 15px
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .licon {
    padding-left: 15px
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .licon img {
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc {
    flex-grow: 1;
    margin-left: 15px;
    border-bottom: 2px solid #d0d0d0;
    padding-bottom: 5px
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc .top {
    font-size: 15px;
    color: #333;
    font-weight: 900;
    margin-bottom: 3px
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc .top a {
    color: #333;
    display: block
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .crpidesc .bottom {
    font-size: 10px;
    color: #959595;
    font-weight: 600
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .ricon {
    border-bottom: 2px solid #d0d0d0;
    margin-right: 15px
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .ricon a {
    display: block
}

.crou .crcon .crobc .cror .crpcart .crplist .crplitem .ricon a img {
}

.crou .crcon .crobc .cror .crpcart .crplist .cart-empty {
    font-weight: 600;
    color: #676767;
    font-size: 15px;
    opacity: .4;
    text-align: center;
    padding: 30px 0
}

.crou .crcon .crobc .cror .crpcart .crpend {
    font-size: 10px;
    color: #404040;
    opacity: .5;
    text-align: center;
    padding-bottom: 14px
}

.crou .crcon .crobc .cror .crpcart .crpbtn {
    margin: 15px;
    margin-top: 22px;
    padding-bottom: 19px
}

.crou .crcon .crobc .cror .crpcart .crpbtn a {
    background-color: #2a4e72;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px
}

.proute {
    margin-top: 50px
}

.proute .prcont {
    display: flex
}

.proute .prcont .prl {
    flex: 0 0 50%
}

.proute .prcont .prl .prlhead {
    font-size: 23px;
    font-weight: 800;
    color: #2a4e72;
    margin-bottom: 36px;
    padding-top: 4px
}

.proute .prcont .prl .prlist {
}

.proute .prcont .prl .prlist .item {
    border: 2px dashed #d1d1d1;
    margin-bottom: 11px;
    padding: 15px;
    padding-bottom: 7px
}

.proute .prcont .prl .prlist .item .itop {
    display: flex;
    margin-bottom: 10px
}

.proute .prcont .prl .prlist .item .itop .ithead {
    display: flex;
    flex-grow: 1
}

.proute .prcont .prl .prlist .item .itop .ithead .icon {
    position: relative
}

.proute .prcont .prl .prlist .item .itop .ithead .icon img {
}

.proute .prcont .prl .prlist .item .itop .ithead .icon .icona {
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    text-align: center;
    padding-top: 2px;
    font-weight: 800
}

.proute .prcont .prl .prlist .item .itop .ithead .ithd {
    padding-left: 10px
}

.proute .prcont .prl .prlist .item .itop .ithead .ithd .ithtop {
    font-size: 20px;
    font-weight: 900;
    color: #1a1a1a
}

.proute .prcont .prl .prlist .item .itop .ithead .ithd .ithbottom {
    font-size: 11px;
    color: #1a1a1a
}

.proute .prcont .prl .prlist .item .itop .ihtg {
    align-items: center;
    display: none
}

.proute .prcont .prl .prlist .item .itop .ihtg .ihtglabel {
    font-size: 12px;
    color: #1a1a1a;
    opacity: .5
}

.proute .prcont .prl .prlist .item .itop .ihtg .ihtgicons {
    display: flex
}

.proute .prcont .prl .prlist .item .itop .ihtg .ihtgicons img {
    display: block;
    margin-left: 5px
}

.proute .prcont .prl .prlist .item .ibottom {
}

.proute .prcont .prl .prlist .item .ibottom .itext {
    color: #1a1a1a;
    font-size: 11px;
    opacity: .5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.proute .prcont .prl .prlist .item .ibottom .itext.active {
    display: block
}

.proute .prcont .prl .prlist .item .ibottom .imore {
}

.proute .prcont .prl .prlist .item .ibottom .imore a {
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 900;
    opacity: .5;
    text-align: right;
    display: block;
    margin-top: 9px
}

.proute .prcont .prm {
    padding-left: 20px;
    flex-grow: 1
}

.proute .prcont .prm .headbtns {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 27px
}

.proute .prcont .prm .headbtns a {
    font-size: 11px;
    color: #fff;
    padding: 9px 10px;
    font-weight: 700;
    display: block;
    margin-left: 15px;
    display: flex;
    align-items: center;
    min-width: 184px;
    text-align: center;
    justify-content: center;
    align-items: center
}

.proute .prcont .prm .headbtns a .img {
    margin-left: 15px
}

.proute .prcont .prm .headbtns a .img img {
    display: block;
    height: 20px
}

.proute .prcont .prm .headbtns a .desc {
}

.proute .prcont .prm .headbtns a.btnGps {
    background-color: #2a4e72
}

.proute .prcont .prm .headbtns a.btnSaveRoute {
    background-color: #cab373
}

.proute .prcont .prm .mapcont {
    position: relative;
    margin-top: 63px
}

.proute .prcont .prm .mapcont .qr {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 20px;
    z-index: 10
}

.proute .prcont .prm .mapcont .qr a {
    display: flex;
    align-items: flex-end
}

.proute .prcont .prm .mapcont .qr a img {
    height: 79px;
    background-color: #fff;
    padding: 10px
}

.proute .prcont .prm .mapcont .qr a .title {
    color: #2b2b2b;
    padding-left: 10px
}

.proute .prcont .prm .mapcont .map {
    height: 400px
}

.proute .prcont .prm .mapbtns {
    display: flex;
    margin-top: 20px
}

.proute .prcont .prm .mapbtns a {
    font-size: 11px;
    color: #fff;
    padding: 9px 10px;
    font-weight: 700;
    display: block;
    margin-right: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #d5d5d5
}

.proute .prcont .prm .mapbtns a .img {
    margin-right: 15px
}

.proute .prcont .prm .mapbtns a .img img {
    display: block;
    height: 20px
}

.proute .prcont .prm .mapbtns a .desc {
}

.modlogin {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 499;
    background-color: rgb(30 59 89/88%);
    display: flex;
    justify-content: center;
    padding-top: 100px;
    display: none
}

.modlogin .mlcon {
    width: 70%
}

.modlogin .mlcon .mlconw {
    background-color: #fff;
    position: relative;
    padding: 30px;
    display: flex
}

.modlogin .mlcon .mlconw .mlcleft {
    flex: 0 0 50%;
    border-right: 2px solid #dedede;
    padding-right: 50px
}

.modlogin .mlcon .mlconw .mlcright {
    flex: 0 0 50%;
    padding-left: 50px
}

.modlogin .mlcon .mlconw .head {
    color: #1e3b59;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.modlogin .mlcon .mlconw .lform {
}

.modlogin .mlcon .mlconw .lform form {
}

.modlogin .mlcon .mlconw .lform form .item {
    margin-bottom: 20px
}

.modlogin .mlcon .mlconw .lform form .item .la {
    color: #1e3b59;
    font-weight: 900;
    font-size: 12px;
    margin-bottom: 5px
}

.modlogin .mlcon .mlconw .lform form .item .inp {
}

.modlogin .mlcon .mlconw .lform form .item .inp input[type=text], .modlogin .mlcon .mlconw .lform form .item .inp input[type=password] {
    padding: 15px;
    border: 2px solid #e0e0e0;
    width: 100%;
    font-size: 12px
}

.mycheck {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mycheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.mycheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #e0e0e0;
    background-color: #fff
}

.mycheck:hover input ~ .checkmark {
    border: 2px solid #1e3b59
}

.mycheck input:checked ~ .checkmark {
    background-color: #1e3b59;
    border: 2px solid #1e3b59
}

.mycheck .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.mycheck input:checked ~ .checkmark:after {
    display: block
}

.mycheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mycheck .text {
    font-size: 12px;
    color: #575757;
    font-weight: 700
}

.prouteDownload {
}

.proute.prouteDownload .prcont {
    flex-wrap: wrap
}

.proute.prouteDownload .prcont .prl {
    flex: 0 0 100%
}

.proute.prouteDownload .prcont .prm {
    flex: 0 0 100%;
    padding-left: 0
}

.proute.prouteDownload .prcont .prm .headbtns {
    display: none
}

.proute.prouteDownload .prcont .prm .mapcont {
    margin-top: 10px
}

.proute.prouteDownload .prcont .prl .prlist .item .ibottom .itext {
    display: block
}

.plogos {
    margin-top: 40px
}

.plogos .item {
    margin-bottom: 12px
}

.plogos .item .head {
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    padding: 21px 20px;
    cursor: pointer
}

.plogos .item.active .head {
    background-color: #223b5c
}

.plogos .item.active .head .ititle {
    color: #fff
}

.plogos .item.active .head .icon {
    filter: brightness(0) invert(1);
    transform: rotate(90deg)
}

.plogos .item .head .ititle {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 18px;
    flex-grow: 1
}

.plogos .item .head .icon {
    transition: all .3s ease-in-out
}

.plogos .item .head .icon img {
}

.plogos .item .icont {
    padding-top: 20px;
    display: none
}

.plogos .item.active .icont {
    display: block
}

.plogos .item .icont .litem {
    display: flex;
    border-bottom: 3px solid #cdcdcd;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.plogos .item .icont .litem:last-child {
    border-bottom: 0
}

.plogos .item .icont .litem .icimg {
    flex: 0 0 250px;
    display: flex;
    align-items: center;
    justify-content: center
}

.plogos .item .icont .litem .icimg img {
    display: block
}

.plogos .item .icont .litem .iclist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

.plogos .item .icont .litem .iclist .icitem {
    flex: 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px
}

.plogos .item .icont .litem .iclist .icitem:nth-child(1) a {
    border-bottom: 2px solid #cdcdcd
}

.plogos .item .icont .litem .iclist .icitem:nth-child(2) a {
    border-bottom: 2px solid #cdcdcd
}

.plogos .item .icont .litem .iclist .icitem a {
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    height: 47px
}

.plogos .item .icont .litem .iclist .icitem a .img {
    margin-right: 20px
}

.plogos .item .icont .litem .iclist .icitem a .img img {
    display: block
}

.plogos .item .icont .litem .iclist .icitem a .ictext {
    font-size: 14px;
    font-weight: 700;
    color: #3c3c3c
}

.pform {
    margin-top: 40px
}

.pform .fcont {
    display: flex
}

.pform .fcont .fcl {
    flex-grow: 1;
    padding-right: 30px
}

.pform .fcont .fcl .fh1 {
    font-size: 33px;
    color: #223a59;
    font-weight: 800;
    margin-bottom: 5px
}

.pform .fcont .fcl .fh2 {
    font-size: 15px;
    margin-bottom: 15px
}

.pform .fcont .fcl .frm {
}

.pform .fcont .fcl .frm form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.pform .fcont .fcl .frm form .item {
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 8px
}

.pform .fcont .fcl .frm form .item.full {
    flex: 0 0 100%
}

.pform .fcont .fcl .frm form .item .error {
    color: red
}

.pform .fcont .fcl .frm form .item .lab {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px
}

.pform .fcont .fcl .frm form .item .val {
}

.pform .fcont .fcl .frm form .item .val input[type=text] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc
}

.pform .fcont .fcl .frm form .item .val input[type=email] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc
}

.pform .fcont .fcl .frm form .item .val select {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc
}

.pform .fcont .fcl .frm form .item .val textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    height: 200px
}

.pform .fcont .fcl .frm form .item .val .tsel {
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}

.pform .fcont .fcl .frm form .item .val .tsel .it {
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px
}

.pform .fcont .fcl .frm form .item .val .tsel .it select {
}

.pform .fcont .fcl .frm form .itembtn {
    display: flex;
    justify-content: flex-end
}

.pform .fcont .fcl .frm form .itembtn button {
    border: 0;
    cursor: pointer;
    background-color: #203f5e;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    padding: 13px 100px
}

.pform .fcont .fcr {
}

.pform .fcont .fcr img {
}

.igform {
}

.igform .fcont {
}

.igform .fcont .fcl {
}

.igform .fcont .fcr {
    border-left: 4px solid #cccccc61;
    padding-left: 20px;
    flex: 0 0 27%
}

.igform .fcont .fcr .fcr1 {
    font-size: 20px;
    color: #223b5c;
    margin-bottom: 15px
}

.igform .fcont .fcr .fcrl {
}

.igform .fcont .fcr .fcrl .item {
    margin-bottom: 15px
}

.igform .fcont .fcr .fcrl .item .ihead {
    display: flex;
    align-items: center
}

.igform .fcont .fcr .fcrl .item .ihead .img {
    margin-right: 11px
}

.igform .fcont .fcr .fcrl .item .ihead .img img {
    height: 22px
}

.igform .fcont .fcr .fcrl .item .ihead .desc {
    font-size: 13px;
    font-weight: 900;
    color: #223b5c
}

.igform .fcont .fcr .fcrl .item .icont {
    font-size: 12px;
    padding-left: 33px;
    color: #ccc;
    line-height: 14px
}

.ikform {
    margin-top: 30px
}

.ikform .fcont {
}

.ikform .fcont .fcl {
}

.ikform .fcont .fcl .frm {
    width: 90%;
    margin: 0 auto
}

.ikform .fcont .fcl .frm .h1 {
    font-size: 26px;
    color: #223b5c;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600
}

.ikform .fcont .fcl .frm .h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px
}

.ikform .dosya-yukleme {
}

.ikform .dosya-yukleme .btncont {
    display: flex;
    align-items: center;
    background-color: #0000000f;
    padding: 10px
}

.ikform .dosya-yukleme .btncont > a {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px 14px;
    color: #6e6e6e;
    font-size: 13px
}

.ikform .dosya-yukleme .btncont > a .img {
    margin-right: 5px
}

.ikform .dosya-yukleme .btncont > a .img img {
    opacity: .5;
    height: 24px
}

.ikform .dosya-yukleme .btncont .desc {
    color: #adadad;
    font-size: 13px;
    padding-left: 18px
}

.header .cont .hconts .hmbtn {
    display: none
}

.header .cont .hconts .hmbtn a {
    color: #a0a0a0;
    border-left: 2px solid #ffffff3d;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 20px;
    align-items: center;
    justify-content: center
}

.header .cont .hconts .hmbtn a .img {
    filter: brightness(0) invert(1)
}

.header .cont .hconts .hmbtn a .img img {
    width: 30px;
    height: 29px;
    object-fit: contain;
    opacity: .6
}

.header .cont .hconts .hmbtn a .desc {
    font-size: 11px;
    font-weight: 900;
    margin-top: 4px;
    opacity: .4;
    white-space: nowrap
}

.header.fixed .cont .hconts .hmbtn a .img {
    filter: initial
}

.mnav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    z-index: 200;
    background: #d7d7d7;
    background: linear-gradient(0deg, rgba(215, 215, 215, 1) 0%, rgba(246, 246, 246, 1) 100%);
    box-shadow: -7px 10px 24px 0 rgb(34 31 25/48%);
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.mnav.active {
    opacity: 1;
    visibility: visible
}

.mnav .logo {
    margin-top: 40px
}

.mnav .logo a {
    display: block;
    text-align: center
}

.mnav .logo a img {
}

.mnav .menu {
    margin-top: 26px
}

.mnav .menu ul {
}

.mnav .menu ul li {
}

.mnav .menu ul li a {
    color: #223b5c;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 4px;
    text-align: center
}

.mnav .tmenu {
    margin-top: 50px
}

.mnav .tmenu .item {
}

.mnav .tmenu .item a {
    color: #2b2b2b;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 4px 0;
    text-align: center
}

.mnav .malt {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding-bottom: 20px
}

.mnav .malt .hlang {
}

.mnav .malt .hlang > a {
    color: #223b5c;
    display: block;
    text-align: center;
    font-weight: 900;
    border-bottom: 1px solid #2b2b2b57;
    margin: 20px;
    margin-bottom: 5px;
    padding-bottom: 7px
}

.mnav .malt .hlang .list {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    box-shadow: 0 14px 24px -6px rgb(34 31 25/48%);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.mnav .malt .hlang .list.active {
    opacity: 1;
    visibility: visible
}

.mnav .malt .hlang .list a {
    display: block;
    padding: 0;
    padding-bottom: 9px;
    margin: 10px;
    border-bottom: 2px solid #0000004d;
    font-size: 13px;
    font-weight: 800;
    color: #0000004d;
    text-align: center
}

.mnav .malt .hlang .list a:last-child {
    border-bottom: 0
}

.mnav .malt .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 7px
}

.mnav .malt .socials a {
    padding: 5px;
    color: #223b5c
}

.mnav .malt .blink {
}

.mnav .malt .blink a {
    color: #6f6f6f;
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 13px
}

.mrezbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #bdaa72;
    display: none;
    z-index: 100
}

.mrezbtn a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 20px
}

.mrezblock {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000d6;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.mrezblock.active {
    opacity: 1;
    visibility: visible
}

.ui-datepicker {
    z-index: 102 !important
}

@media (max-width: 992px) {
    .header {
        overflow-x: hidden
    }

    .mnav .logo a img {
        height: 43px
    }

    .mrezbtn {
        display: block
    }

    .header .cont .logo a {
        padding-top: 14px;
        padding-bottom: 12px
    }

    .header .cont .logo a img {
        height: 42px
    }

    .header.header-otel .cont .logo a img {
        height: initial
    }

    .header .cont .hconts .hmbtn {
        display: block
    }

    .header .cont .hconts .hmbtn a {
        border-left: 2px solid #747474
    }

    .header .cont .hconts .menu {
        display: none
    }

    .header .cont .hconts .hroute {
        display: none
    }

    .header .cont .hconts .hlang {
        display: none
    }

    .header .cont .logo {
        flex-grow: 1
    }

    .header .cont .hconts {
        flex-grow: initial
    }

    /*.slider-home .mslider .mscont .desctop .sloc {*/
    /*    display: none*/
    /*}*/

    .slider-home .mslider .mscont .item .desc {
        bottom: initial;
        bottom: 23%;
        text-align: center;
        font-size: 20px
    }

    .rezblock {
        display: none
    }

    .hmap {
        height: initial
    }

    .hmap .hmcont {
        flex-wrap: wrap
    }

    .hmap .hmcont .hmctrl {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 57px
    }

    .hmap .hmcont .hmctrl .title {
        text-align: center;
        font-size: 29px
    }

    .hmap .hmcont .hmctrl > .desc {
        text-align: center;
        font-size: 15px
    }

    .hmap .hmcont .hmctrl .chotel {
        padding-right: 0
    }

    /*.hmap .hmcont .hmmap {*/
    /*    display: none*/
    /*}*/
    .footer .fcont .fctop {
        flex-wrap: wrap;
        padding-top: 32px
    }

    .slider-home .mslider .cdbtn {
        display: none
    }

    .ophome .opcont .head .all {
        display: none
    }

    .ophome .opcont .head .title span {
        display: none
    }

    .ophome .opcont .list:after {
        display: none
    }

    .ophome .opcont .head .title .tdesc {
        text-align: center
    }

    .ophome .opcont .head .title .tdesc::before {
        right: 0;
        margin: 0 auto
    }

    .ophome .opcont .head .title {
        padding-top: 0
    }

    .ophome .opcont .list .slick-dots {
        height: 10px;
        display:none!important;
    }

    .ophome .opcont .list .slick-dots li button {
        width: 26px
    }

    .ophome .opcont .list .item a .ititle .tdesc {
        width: 80%;
        justify-content: center;
        position: relative;
        overflow: initial
    }

    .ophome .opcont .list .item a .ititle .tdesc span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: relative;
        z-index: 3
    }

    .ophome .opcont .list .item a .ititle .tdesc::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: -15px;
        right: -15px;
        background-color: transparent;
        height: 94%
    }

    .hroutes .cats .all {
        display: none
    }

    .hroutes .cats {
        justify-content: center
    }

    .hroutes .head .tdesc::before {
        right: 0;
        margin: 0 auto
    }

    .hroutes .cats {
        padding-top: 20px;
        border-bottom: 0
    }

    .hroutes .citys {
        grid-template-columns:repeat(2, 1fr);
        padding-top: 20px
    }

    .hroutes .citys .item a .desc {
        right: 0;
        text-align: center;
        font-size: 19px
    }

    .hins {
        margin-top: 40px
    }

    .hins .hicont .hinhead {
        flex-wrap: wrap
    }

    .hins .hicont .hinhead .title {
        margin-bottom: 9px
    }

    .hins .hicont .hinhead .icon {
        margin-left: -10px
    }

    .hins .hicont .hinlist {
        grid-template-columns:repeat(2, 1fr)
    }

    .hins .hicont .hinlist .item:nth-child(2) {
        grid-column: initial;
        grid-row: initial
    }

    .fbulletin .fbcont {
        flex-wrap: wrap;
        padding-bottom: 30px
    }

    .fbulletin .fbcont .fbdesc {
        flex: 0 0 100%
    }

    .fbulletin .fbcont .fbform form {
        flex-wrap: wrap
    }

    .fbulletin .fbcont .fbform form .btn {
        flex: 0 0 100%
    }

    .fbulletin .fbcont .fbform form .btn button {
        width: 100%
    }

    .footer .fcont .fclogos {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer .fcont .fctop .fmenu {
        flex-wrap: wrap;
        border-right: 0
    }

    .footer .fcont .fctop .fmenu .icol .ihead {
        font-size: 20px
    }

    .footer .fcont .fctop .fmenu .icol {
        flex: 0 0 100%;
        margin-left: 0;
        margin-bottom: 20px
    }

    .footer .fcont .fctop .fhotel {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 17px
    }

    .footer .fcont .fctop .fappc {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0
    }

    .footer .fcont .fctop .fappc .faimg img {
        margin: 0 auto
    }

    .footer .fcont .fclogos .fcll {
        justify-content: center;
        margin-bottom: 20px
    }

    .footer .fcont .fclogos .fcll .item {
        margin-left: 10px;
        margin-right: 10px
    }

    .footer .fcont .fclogos .fcll .item a .img img {
        height: 34px
    }

    .footer .fcont .fclogos .fclr {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer .fcont .fclogos .fclr .emailc {
        margin-right: 0;
        margin-bottom: 16px;
        margin-top: 8px;
        align-items: center
    }

    .footer .fcont .fctext {
        padding-top: 20px;
        padding-bottom: 87px;
        padding-left: 0;
        padding-right: 0
    }

    .page-hotels .cont {
        grid-template-columns:repeat(2, 1fr)
    }

    .pt .pti img {
        height: 205px
    }

    .pt .pnhcont .pnhead .pnh {
        font-size: 26px;
        text-align: center
    }

    .pt .pnhcont .pnhead .pnb {
        justify-content: center
    }

    .pt .pnhcont .pnhead .pnb .item a {
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 0
    }

    .pnormal .pncont .pntop .list {
        display: none;
        background-color: #f8f8f8;
        padding-right: 0;
        position: relative;
        margin-left: -20px;
        width: 100vh;
        margin-right: -20px
    }


    .pnormal .pncont .pntop .list {
        box-shadow: 0 13px 24px 0 rgb(34 31 25/48%);
        padding-bottom: 49px
    }

    .pnormal .pncont .pntop .list.active {
        display: block
    }

    .pnormal .pncont .pntop .list ul {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .pnormal .pncont .pntop .list ul li a {
        padding: 6px 5px;
        text-align: center
    }

    .pnormal .pncont .pntop .list ul li:first-child a {
        padding-left: 5px
    }
}

.mob-menu-btn {
    background-color: #f0f1f3;
    text-align: center;
    display: none
}

.mob-menu-btn a {
    display: block;
    padding-top: 12px;
    padding-bottom: 9px
}

.mob-menu-btn a .mbdesc {
    font-weight: 800;
    color: #a3a3a3;
    font-size: 15px
}

.mob-menu-btn a .mbico {
    color: #a3a3a3;
    font-size: 12px;
    margin-top: 5px
}

.pMenuMobileCloseBtn {
    width: 80px;
    height: 80px;
    background-color: #314462;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    font-weight: 900;
    display: none
}

@media (max-width: 992px) {
    .mob-menu-btn {
        display: block
    }

    .pnormal .pncont .pntex {
        padding-top: 33px;
        padding-left: 0
    }

    .pMenuMobileCloseBtn {
        display: flex
    }

    .pbienal .rows .img {
        margin-bottom: 30px
    }

    .pbienal .rows .img img {
        max-width: 100%;
        height: initial !important
    }

    .pbienal .rows .rowl .img {
        border-left: 0
    }

    .pbienal .rows .rowr .img {
        border-right: 0
    }

    .pbienal .rows .rowl .desc .rtitle {
        margin-bottom: 20px;
        font-size: 29px
    }

    .pbienal .rows .rowr .desc .rtitle {
        margin-bottom: 20px;
        font-size: 29px
    }

    .pbienal .rows .rowl {
        flex-wrap: wrap;
        height: initial;
        margin-bottom: 30px
    }

    .pbienal .rows .rowr {
        flex-wrap: wrap;
        height: initial;
        margin-bottom: 30px;
        flex-direction: column-reverse
    }

    .pbienal .rows .rowl .img {
        flex: 0 0 100%
    }

    .pbienal .rows .rowr .img {
        flex: 0 0 100%
    }

    .pdegerlermiz .pdcon .item {
        flex-wrap: wrap
    }

    .pdegerlermiz .pdcon .item.right {
        flex-direction: initial
    }

    .pdegerlermiz .pdcon .item .img {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pdegerlermiz .pdcon .item .icenter {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: 0;
        border-right: 0
    }

    .pdegerlermiz .pdcon .item .icenter .icentcon {
        position: static;
        transform: initial;
        width: initial
    }

    .pdegerlermiz .pdcon .item .icenter .icentcon .title {
        font-size: 19px;
        padding-bottom: 4px
    }

    .pdegerlermiz .pdcon .item.left .img {
        padding-right: 0
    }

    .pdegerlermiz .pdcon .item.left .img::before {
        display: none
    }

    .pdegerlermiz .pdcon .item.left .icenter .icentcon::before {
        display: none
    }

    .pdegerlermiz .pdcon .item.right .img {
        padding-left: 0
    }

    .pdegerlermiz .pdcon .item.right .img::before {
        display: none
    }

    .pdegerlermiz .pdcon .item.right .icenter .icentcon::before {
        display: none
    }

    .pyonk .pyc {
        flex-wrap: wrap
    }

    .pyonk .pyc .pyol {
        flex: 0 0 100%
    }

    .pyonk .pyc .pyol .pylc {
        margin-right: 0;
        border-right: 0
    }

    .pyonk .pyc .pyor .pntex {
        margin-left: 0;
        padding-left: 0;
        border-left: 0
    }

    .pagebo .pbol {
        border-left: 0
    }

    .pagebo .pbol .item a {
        flex-wrap: wrap;
        margin-left: 0
    }

    .pagebo .pbol .item a .img {
        flex: 0 0 100%
    }

    .pagebo .pbol .item a .img img {
        width: 100%
    }

    .pagebo .pbol .item a .desc {
        padding-left: 0;
        padding-top: 17px
    }

    .pagebo .pbol .item a .desc .title {
        margin-bottom: 13px
    }

    .pagebo .pbol .item a .desc .text {
        margin-bottom: 15px
    }

    .plogos .item .icont .litem {
        flex-wrap: wrap
    }

    .plogos .item .icont .litem .icimg {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .plogos .item .icont .litem .icimg img {
        max-width: 63%
    }

    .plogos .item .icont .litem .iclist .icitem a .ictext {
        font-size: 10px
    }

    .pcity .pcon .item a .desc {
        padding: 7px
    }

    .pcity .pcon .item a .desc .ititle {
        font-size: 20px
    }

    .pmedya .pmcont .item a .img img {
        height: 99px
    }

    .pmedya .pmcont .item a .desc {
        padding: 5px
    }

    .pmedya .pmcont .item a .desc .title {
        font-size: 11px
    }

    .pbu {
        flex-wrap: wrap
    }

    .pbu .pbul {
        flex: 0 0 100%;
        max-width: 100%
    }

    .pbu .pbur {
        padding-left: 0;
        padding-right: 0
    }

    .pform .fcont {
        flex-wrap: wrap
    }

    .pform .fcont .fcl {
        padding-right: 0;
        margin-bottom: 15px
    }

    .pform .fcont .fcl .frm form .item {
        flex: 0 0 100%
    }

    .pform .fcont .fcr {
        flex: 0 0 100%
    }

    .pform .fcont .fcr img {
        width: 100%;
        display: block
    }

    .pform .fcont .fcl .frm form .itembtn {
        justify-content: initial
    }

    .pform .fcont .fcl .frm form .itembtn button {
        width: 100%
    }

    .hrooms .hrcont .list {
        grid-template-columns:repeat(1, 1fr);
        padding: 0
    }

    .slider-home.slider-hotel .mslider .mscont .item .img img {
        height: 22vh
    }

    .hrooms .hrcont .head .all {
        display: none
    }
    .hrooms .hrcont .head .title {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .hrooms .hrcont .head .title span {
        display: none
    }
    .slider-home .mslider .mscont .item .img img {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100)
    }

    .pcity .pcon .item a .img img {
        height: 134px
    }

    .pcityd .catcon .clist {
        flex-wrap: wrap
    }

    .pcityd .catcon .clist .item {
        flex: 0 0 33.3333%
    }

    .pcityd .placelist {
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .pcityd .placelist .item a .img {
        height: 134px
    }

    .pcityd .placelist .item a .desc {
        margin: 10px 8px
    }

    .pcityd .placelist .item a .desc .d1 {
        font-size: 11px
    }

    .pbienal .pgaleri .pgcon {
        grid-template-columns:repeat(2, 1fr)
    }

    .pbienal .pgaleri .pgcon .item a .img img {
        height: 125px
    }

    .pplaced .ppdcon .ppldtex {
        flex-wrap: wrap
    }

    .pplaced .ppdcon .ppldtex .pgaleri {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px
    }

    .pplaced .ppdcon .ppldtex .pntex {
        flex: 0 0 100%;
        padding-left: 0
    }

    .pt.ptopportunity .pnhcont .pnhead .pnb {
        display: none
    }

    .ppage2 .pcont .phead {
        flex-wrap: wrap
    }

    .ppage2 .pcont .phead .ptitle {
        margin-bottom: 20px;
        flex: 0 0 100%;
        font-size: 20px
    }

    .ppage2 .pcont .phead .ptitle::before {
        bottom: -12px;
        height: 4px
    }

    .ppage2 .pcont .phead .pbread .item:first-child a {
        padding-left: 0
    }

    .ppage2 .pcont .phead .pbread {
        padding-left: 0
    }

    .ppage2 .pcont .phead .pctrl {
        display: none
    }

    .pisg {
        margin-top: 35px;
        flex-wrap: wrap
    }

    .pisg .pilogos {
        flex: 0 0 100%;
        border-right: 0
    }

    .pisg .pilogos .item {
        flex-wrap: wrap
    }

    .pisg .pilogos .item .img {
        flex: 0 0 100%;
        border-right: 0;
        padding-right: 0;
        margin-bottom: 15px
    }

    .pisg .pilogos .item .desc {
        padding-left: 0
    }

    .pisg .pifiles {
        padding-left: 0;
        padding-top: 15px
    }

    .phizmet .rows .rowl {
        height: initial;
        flex-wrap: wrap
    }

    .phizmet .rows .rowl .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .phizmet .rows .rowl .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .phizmet .rows .rowl .desc .rtitle {
        font-size: 23px
    }

    .phizmet .rows .rowr {
        height: initial;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-top: initial;
        flex-direction: column-reverse
    }

    .phizmet .rows .rowr .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .phizmet .rows .rowr .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .phizmet .rows .rowr .desc .rtitle {
        font-size: 23px
    }

    .fbhotel .fbcont {
        flex-wrap: wrap
    }

    .fbhotel .fbcont .icons {
        flex: 0 0 100%;
        flex-wrap: wrap;
        border-right: 0;
        justify-content: center
    }

    .fbhotel .fbcont .icons a {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        text-align: center;
        margin-bottom: 10px
    }

    .fbhotel .fbcont .icons a img {
        display: inline-block
    }

    .fbhotel .fbcont .desc {
        padding-left: 0;
        padding-top: 10px;
        text-align: center
    }

    .footer .fhaddress {
        border-right: 0;
        padding: 10px 2px
    }

    .footer .fcont .fclogos .fcsocial .social {
        padding-top: 8px;
        padding-bottom: 15px;
        text-align: center
    }

    .footer .fcont .fclogos .fcsocial .social .head {
    }

    .footer .fcont .fclogos .fcsocial .social .icons {
        justify-content: center
    }

    .pnormal .pcorp-hotel {
        flex-wrap: wrap
    }

    .pnormal .pcorp-hotel .pnimg {
        flex: 0 0 100%
    }

    .pbu .pbur .pburc .pburselect .chotel > a {
        margin-left: 0;
        width: 100%
    }

    .phizmet {
        margin-top: 33px
    }

    .pmeeting .pcont .phead .pctrl {
        display: none
    }

    .pmeeting .pcont .phead {
        flex-wrap: wrap;
        padding-top: 0
    }

    .pmeeting .pcont .phead .ptitle {
        margin-bottom: 20px;
        flex: 0 0 100%;
        font-size: 20px
    }

    .pmeeting .pcont .phead .ptitle::before {
        bottom: -12px;
        height: 4px
    }

    .pmeeting .pcont .phead .pbread .item:first-child a {
        padding-left: 0
    }

    .pmeeting .pcont .phead .pbread {
        padding-left: 0
    }

    .pyemeicme .rows .rowl {
        height: initial;
        flex-wrap: wrap
    }

    .pyemeicme .rows .rowl .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .pyemeicme .rows .rowl .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .pyemeicme .rows .rowl .desc .rtitle {
        font-size: 23px
    }

    .pyemeicme .rows .rowr {
        height: initial;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-top: initial;
        flex-direction: column-reverse
    }

    .pyemeicme .rows .rowr .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .pyemeicme .rows .rowr .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .pyemeicme .rows .rowr .desc .rtitle {
        font-size: 23px
    }

    .ptoplanti {
        margin-top: 17px
    }

    .ptoplanti .plist {
        margin-top: 28px;
        grid-template-columns:repeat(1, 1fr)
    }

    .ptoplanti .plist .item a .desc .desct {
        font-size: 18px
    }

    .pmeeting .pcenter {
        margin-top: 30px
    }

    .pmeeting .pcenter .rowl {
        height: initial;
        flex-wrap: wrap
    }

    .pmeeting .pcenter .rowl .img {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .pmeeting .pcenter .rowl .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .pmeeting .pcenter .rowl .desc {
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .pmeeting .pcenter .rowl .desc .rtitle {
        font-size: 27px;
        margin-bottom: 15px
    }

    .pmeeting .pcenter .rowl .desc .mprops {
        flex-wrap: wrap
    }

    .pmeeting .pcenter .rowl .desc .mprops .item {
        flex: 0 0 33.33333333%;
        margin-bottom: 10px
    }

    .pplacegal {
        flex-wrap: wrap
    }

    .pplacegal .item {
        flex: 0 0 50%;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important
    }

    .pplacegal .item a .gtex {
        display: none
    }

    .pplacegal .item a .img img {
        height: 140px
    }

    .peat .pcont .phead .pctrl {
        display: none
    }

    .peat .pcont .phead {
        flex-wrap: wrap;
        padding-top: 0
    }

    .peat .pcont .phead .ptitle {
        margin-bottom: 20px;
        flex: 0 0 100%;
        font-size: 20px
    }

    .peat .pcont .phead .ptitle::before {
        bottom: -12px;
        height: 4px
    }

    .peat .pcont .phead .pbread .item:first-child a {
        padding-left: 0
    }

    .peat .pcont .phead .pbread {
        padding-left: 0
    }

    .peat .pcenter {
        margin-top: 30px
    }

    .peat .pcenter .rowl {
        height: initial;
        flex-wrap: wrap
    }

    .peat .pcenter .rowl .img {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .peat .pcenter .rowl .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .peat .pcenter .rowl .desc {
        border-left: 0;
        border-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .peat .pcenter .rowl .desc .rtitle {
        font-size: 27px;
        margin-bottom: 15px
    }

    .proom .pcont .phead .pctrl {
        display: none
    }

    .proom .pcont .phead {
        flex-wrap: wrap;
        padding-top: 0
    }

    .proom .pcont .phead .ptitle {
        margin-bottom: 20px;
        flex: 0 0 100%;
        font-size: 20px
    }

    .proom .pcont .phead .ptitle::before {
        bottom: -12px;
        height: 4px
    }

    .proom .pcont .phead .pbread .item:first-child a {
        padding-left: 0
    }

    .proom .pcont .phead .pbread {
        padding-left: 0
    }

    .proom .pcont .pcon .rowl .rows .rowl {
        height: initial;
        flex-wrap: wrap
    }

    .proom .pcont .pcon .rowl .rows .rowl .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .proom .pcont .pcon .rowl .rows .rowl .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .proom .pcont .pcon .rowl .rows .rowl .desc .rtitle {
        font-size: 23px
    }

    .proom .pcont .pcon .rowl .rows .rowr {
        height: initial;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-top: initial;
        flex-direction: column-reverse
    }

    .proom .pcont .pcon .rowl .rows .rowr .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .proom .pcont .pcon .rowl .rows .rowr .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .proom .pcont .pcon .rowl .rows .rowr .desc .rtitle {
        font-size: 23px
    }

    .proom .pcont .pcon .rows .rowl {
        height: initial;
        flex-wrap: wrap
    }

    .proom .pcont .pcon .rows .rowl .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .proom .pcont .pcon .rows .rowl .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .proom .pcont .pcon .rows .rowl .desc .rtitle {
        font-size: 23px
    }

    .proom .pcont .pcon .rows .rowr {
        height: initial;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-top: initial;
        flex-direction: column-reverse
    }

    .proom .pcont .pcon .rows .rowr .img {
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .proom .pcont .pcon .rows .rowr .img img {
        position: static;
        width: 100%;
        height: initial
    }

    .proom .pcont .pcon .rows .rowr .desc .rtitle {
        font-size: 23px
    }

    .proom .pcont .pcon .rprops {
        flex-wrap: wrap
    }

    .proom .pcont .pcon .rprops .item {
        flex: 0 0 50%;
        border-right: 3px solid #dedede;
        margin-left: -2px;
        margin-bottom: -2px
    }

    .proom .proptex .ptcon {
        flex-wrap: wrap
    }

    .proom .proptex .ptcon .proptr {
        flex: 0 0 100%
    }

    .pplace .pcont .phead .pctrl {
        display: none
    }

    .pplace .pcont .phead {
        flex-wrap: wrap;
        padding-top: 0
    }

    .pplace .pcont .phead .ptitle {
        margin-bottom: 20px;
        flex: 0 0 100%;
        font-size: 20px
    }

    .pplace .pcont .phead .ptitle::before {
        bottom: -12px;
        height: 4px
    }

    .pplace .pcont .phead .pbread .item:first-child a {
    }

    .pplace .pcont .phead .pbread {
        padding-left: 0
    }

    .pplaced .ppdcon .ppldtex .pntex .pnicons {
        margin-left: -5px;
        margin-right: -5px;
        justify-content: center
    }

    .pplaced .ppdcon .ppldtex .pntex .pnicons a {
        margin-left: 5px;
        margin-right: 5px
    }

    .pplaced .ppdcon .ppldtex .pntex .pnicons a .img img {
        height: 13px
    }

    .pplaced .ppdcon .ppldtex .pntex .pnicons a .desc {
        font-size: 9px
    }

    .proute {
        margin-top: 17px
    }

    .proute .prcont {
        flex-wrap: wrap
    }

    .proute .prcont .prl {
        flex: 0 0 100%
    }

    .proute .prcont .prm {
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .proute .prcont .prm .mapcont {
        margin-top: 5px
    }

    .proute .prcont .prm .mapbtns {
        flex-wrap: wrap
    }

    .proute .prcont .prm .mapbtns a {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0
    }
}

.mscontdesktop {
    display: block
}

.mscontmobile {
    display: none
}

@media (max-width: 992px) {
    .mscontdesktop {
        display: none
    }

    .mscontmobile {
        display: block
    }
}

.madeby {
    display: flex;
    justify-content: flex-end
}

.madeby a {
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: .22;
    text-align: center;
    padding-top: 0;
    padding-bottom: 16px;
    padding-left: 50px;
    padding-right: 0
}

img.lazy {
    transition: all .5s ease-in-out
}

img.lazy[data-src] {
    opacity: 0;
    transition: all .5s ease-in-out
}

.rsocial {
    position: fixed;
    right: 0;
    top: 45%
}

.rsocial a {
    width: 36px;
    height: 36px;
    background-color: #2a4d73;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.rsocial a:nth-child(odd) {
    background-color: #203b58
}

.footer-text {
    font-size: 15px;
    color: #fff;
    opacity: 0.31;
    line-height: 22px
}

@media only screen and (max-width: 850px) {
    .alt_buton_v2 {
        display: none;
        position: fixed;
        z-index: 99999;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        background: #fff;
        box-shadow: 0px 0px 80px rgba(12, 42, 144, 0.45);
        -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3);
    }

    .alt_buton_v2 .hemen_ara, .alt_buton_v2 .sizi_arayalim, .alt_buton_v2 .wp {
        float: left;
        width: 50%;
        text-align: center;
    }

    .alt_buton_v2 .sizi_arayalim {
        padding-right: 20px;
    }

    .alt_buton_v2 .wp {
        right: 0;
    }

    .alt_buton_v2 .img {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .alt_buton_v2 .img img {
        display: inline-block;
        height: 25px;
    }

    .alt_buton_v2 span {
        float: left;
        width: 100%;
        line-height: 20px;
        font-weight: bold;
        color: #7d7e81;
    }

    .alt_buton_v2 .hemen_ara {
        position: absolute;
        bottom: 1px;
        left: 50%;
        margin-left: -42px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #9c293e;
        text-align: center;
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    }

    .alt_buton_v2 .hemen_ara span {
        line-height: 1;
        font-weight: normal;
        color: #fff;
        padding-top: 0px;
        font-size: 15px;
    }

    .alt_buton_v2 .hemen_ara img {
        height: 25px;
        margin-top: 0.8rem;
    }

    .alt_buton_v2 .wp span {
        color: #55bb81;
    }

    @media only screen and (max-width: 915px) {
        .alt_buton_v2 {
            display: block;
        }

        .widget-content {
            display: none;
        }
    }
}

@media (min-width: 992px) {
    .footer-logo-size {
        height: 30px;
    }
}

@media (max-width: 992px) {
    .footer .fcont .fclogos .fcll {
        display: flex !important;
        align-items: center !important;
        flex-grow: 1 !important;
        flex-wrap: wrap !important;
    }
}

.desktop {
    display: none;
}

.mobile {
    display: block;
}

@media (min-width: 768px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .mobile-map {
        padding-top: 40px;
        position: relative;
    }
}

.d-none {
    display: none;
}

/*navmenu*/
.navbar {
    overflow: hidden;
    /*background-color: #333;*/
}
.header.fixed .cont .hconts .menu .bmenu .dropdown .dropbtn {
    color: #2c2c2c !important;
    font-weight: 600;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 10px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #9c293e;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: fixed;
    z-index:999999999999999999999;
}
