body {
    font-family: 'Open Sans', sans-serif;

}

.mm-page {
    padding-top: 40px;
}

a {
    cursor: pointer;
}

a.button,
#text-content .nav-tabs>li>a {
    text-decoration: none;
    display: inline-block;
    color: #FF5253;
    border: 3px solid #FF5253;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    font-size: 18px;
}

a.button:hover,
#text-content .nav-tabs>li>a:hover,
#text-content .nav-tabs>li.active>a {
    background-color: #FF5253;
    color: #fff;
}

a.button.green {
    color: #00A993;
    border-color: #00A993;
}

a.button.green:hover {
    background-color: #00A993;
    color: #fff;
}

a.button.white {
    color: #fff;
    border-color: #fff;
}

a.button.white:hover {
    background-color: #fff;
    color: #333;
}

a.button.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.news_link {
    display: block;
    padding: 15px;
}

.news_link:hover {
    background-color: #e7e7e7;
}

.mm-navbar {
    background-color: #FC595A;
}

.mm-navbar .mm-title {
    color: #fff !important;
    text-transform: uppercase;
}

.mm-navbar .mm-title span {
    font-size: 25px;
}

#mobile-menu a.booking {
    margin-top: 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background-color: #FC595A;
    padding: 11px 22px;
}


#topmenu .mobile-logo-block {
    display: none;

}

#topmenu .mobile-logo-block a {
    display: block;
    width: 160px;
    height: 60px;
    background: url('/images/logo_festival_full_black.svg') no-repeat top center;
    background-size: contain;
}

#topmenu .mobile-logo-block a:hover {
    background-color: transparent !important;
}

#topmenu.other .mobile-logo-block a {
    background-image: url('/images/logo_festival_full.svg');
}

#tl-search-form {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 15px;
    z-index: 9;
    position: relative;
}

#topmenu {
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;

}

#tl-search-form-top {
    display: none;
    padding: 30px 25px 0;
    background: linear-gradient(to right, #553d3d 0%, #4c3e4b 20%, #3e4b54 40%, #414f42 60%, #57553e 80%, #574b3d 100%);
}


/*TT28771*/
.btn-up {
    position: fixed;
    background-color: #414766;
    right: 40px;
    bottom: 50px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    z-index: 100;
    opacity: 1;
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
    display: none;
}

.btn-up_hiding {
    opacity: 0;
}
#topmenu #current-red {
    background-color: #FC595A;
    color: #fff !important;
}


.cookies {
    background: #f4f4f4;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    position: fixed;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 768px;
    padding: 22px 0;
    width: 100%;
    z-index: 2000;
    font-size: 20px;
    line-height: 24px;
}

.cookies.no_active {
    display: none;
}

.cookies .container {
    max-width: 1410px;
}

.cookies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 45px;
}

.cookies__inner .cookies__text{
    width: 80%;
    text-align: center;
}
.cookies .container_cookies {
    margin: 0 auto;
    padding: 0 15px
}
.cookies a {
    text-decoration: underline;
}
.cookies a:hover {
    text-decoration: none;
}

.cookies .btn-cookie {
  padding: 10px 30px;
  background: #FC595A;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  border: 0;
}

@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #414766;
        /* цвет заднего фона при наведении */
    }
}

/*TT28771*/

.flex_footer_form_wrap {
    display: flex;
    max-width: 300px;
    margin: 0 auto;
    flex-direction: row;
    align-items: end;
    gap: 10px;
    margin-top: 15px;
}
.flex_footer_form_item_submit button {
    padding: 6px 10px;
}
.flex_footer_form_item label {
    text-align: left;
}





@media (max-width: 991px) {
    .btn-up {
        right: 26px;
        bottom: 100px;
    }

    #tl-search-form-top {
        display: block;
    }
}


#topmenu .inner {
    height: 80px;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

}

#topmenu.active {
    height: 60px;
    background-color: #f4f4f4;
}

#topmenu.active .inner a {
    height: 60px;
    line-height: 60px;
}

#topmenu.active .inner a:last-child {
    background-color: #FC595A;
    color: #fff;
}

#topmenu .inner a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-size: 1.7vmin;
    color: #444444;
    text-decoration: none;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

}

@media (max-width: 1300px) {
    #topmenu .inner a {
        font-size: 1.4vmin;
    }
}

@media (max-width: 1133px) {
    #topmenu .inner a {
        font-size: 1.4vmin;
    }
}

#topmenu .inner a:hover {
    background-color: #FC595A;
    color: #fff;
}

#topmenu .links a.current {
    color: #FC595A !important;
}

#topmenu .links a.current:hover {
    color: #FFF !important;
}

#topmenu .menu_icon {
    display: inline-block;
    width: 24px;
    height: 24px !important;
    background: url('/images/menu.svg') no-repeat top left;
    cursor: pointer;
    margin-top: 28px;
}

#topmenu.other .menu_icon {
    background-image: url('/images/menu_white.svg');
}

#topmenu .menu_icon:hover {
    background-color: transparent !important;
}

#topmenu.active .menu_icon {
    margin-top: 17px;
}


#topmenu .phone_icon {
    display: inline-block;
    width: 24px;
    height: 24px !important;
    background: url('/images/phone.svg') no-repeat top left;
    cursor: pointer;
    margin-top: 28px;
}

#topmenu.other .phone_icon {
    background-image: url('/images/phone_white.svg');
}

#topmenu .phone_icon:hover {
    background-color: transparent !important;
}

#topmenu.active .phone_icon {
    margin-top: 17px;
}

#topmenu.other .inner a {
    color: #fff;
}

#topmenu.other {
    background-color: #404040;
}

#topmenu.other.active {

    background-color: #404040;
}

#submenu .links .title a {
    color: #888;
}

#submenu.active .links .title {
    height: 60px;
    line-height: 60px;
}

#submenu .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 102;
}



#submenu {
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: fixed;
    /*background-color: rgba(0,0,0,.7);*/
    z-index: 101;


    top: 80px;

    display: none;

}

#submenu .close-button {
    position: absolute;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background-color: #bbb;
    color: #fff;
    font-weight: 300;
    font-size: 80px;
    text-align: center;
    line-height: 53px;
    z-index: 104;
    cursor: pointer;
    left: 260px;
}

#submenu .close-button:hover {
    opacity: .8;
}

#submenu .items {

    width: 320px;
    height: 100%;

    /*box-shadow:1px 1px 6px rgba(0,0,0,.8);*/
    position: absolute;
    z-index: 103;
}

#submenu .links {
    display: none;
    /* height:80%;*/


}

#submenu .links .title {
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-size: 1.7vmin;
    color: #888;
    font-weight: bold;
    padding-left: 27px;
    padding-right: 27px;
    display: block;
    background-color: #FFF;
    width: auto;
    position: relative;
    z-index: 103;

}

#submenu .links .list {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFF;
    height: 90%;
    overflow: auto;
    position: relative;
    z-index: 103;

}

#submenu.active {
    top: 60px;
}

#submenu .links .list a {
    display: block;
    text-transform: uppercase;
    font-size: 1.5vmin;
    color: #444;
    line-height: 2vmin;
    margin-bottom: 15px;
    font-weight: 600;


}

#submenu .links .list a:hover {
    color: #FC595A;
    text-decoration: none;
}

#submenu .bottom {
    padding-top: 30px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    background-color: #FFF;
    padding-bottom: 40px;
}


#submenu .bottom a {
    display: inline-block;
    background-color: #FF5253;
    color: #fff;
    border: 3px solid #FF5253;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: none;


}

#submenu .bottom a:hover {
    background-color: #fff;
    color: #FF5253;
}



#indexpanel {
    height: 140px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#553d3d+0,4c3e4b+20,3e4b54+40,414f42+60,57553e+80,574b3d+100 */
    background: #553d3d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #553d3d 0%, #4c3e4b 20%, #3e4b54 40%, #414f42 60%, #57553e 80%, #574b3d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #553d3d 0%, #4c3e4b 20%, #3e4b54 40%, #414f42 60%, #57553e 80%, #574b3d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #553d3d 0%, #4c3e4b 20%, #3e4b54 40%, #414f42 60%, #57553e 80%, #574b3d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#553d3d', endColorstr='#574b3d', GradientType=1);
    /* IE6-9 */
}

#indexpanel.other {
    background: rgb(254, 0, 0);
    background: -moz-linear-gradient(left, rgba(254, 0, 0, .1) 0%, rgba(241, 0, 157, .1) 20%, rgba(4, 200, 248, .1) 40%, rgba(1, 216, 25, .1) 60%, rgba(255, 247, 0, .1) 80%, rgba(254, 177, 0, .1) 100%);
    background: -webkit-linear-gradient(left, rgba(254, 0, 0, .1) 0%, rgba(241, 0, 157, .1) 20%, rgba(4, 200, 248, .1) 40%, rgba(1, 216, 25, .1) 60%, rgba(255, 247, 0, .1) 80%, rgba(254, 177, 0, .1) 100%);
    background: linear-gradient(to right, rgba(254, 0, 0, .1) 0%, rgba(241, 0, 157, .1) 20%, rgba(4, 200, 248, .1) 40%, rgba(1, 216, 25, .1) 60%, rgba(255, 247, 0, .1) 80%, rgba(254, 177, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0000', endColorstr='#feb100', GradientType=1);
}
#indexpanel.other.otherblack {
    background: #553d3d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #553d3d 0%, #4c3e4b 20%, #3e4b54 40%, #414f42 60%, #57553e 80%, #574b3d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #553d3d 0%, #4c3e4b 20%, #3e4b54 40%, #414f42 60%, #57553e 80%, #574b3d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #553d3d 0%, #4c3e4b 20%, #3e4b54 40%, #414f42 60%, #57553e 80%, #574b3d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#553d3d', endColorstr='#574b3d', GradientType=1);
}



#indexpanel .logo {
    border-right: 2px solid rgba(255, 255, 255, .5);
}

#indexpanel .logo a img {
    opacity: .8;
}

#indexpanel .logo a:hover img {
    opacity: 1;
}

#indexpanel .address,
#indexpanel .phones {
    border-left: 2px solid rgba(255, 255, 255, .5);
}

#indexpanel .logo img {
    max-width: 100%;
    max-height: 100%;
}

#indexpanel>.container>.row>div {
    margin-top: 15px;
    height: 110px;
}

#indexpanel .wrapper {
    display: inline-block;
    height: 120px;
    vertical-align: middle;
}

#indexpanel .content {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

#indexpanel .address a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 40px;
}

#indexpanel .address a:hover {
    opacity: .8;
}

#indexpanel .address img {
    vertical-align: middle;
}

#indexpanel .phones .content {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

#indexpanel .phones .content a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
}

#indexpanel .phones .content a:hover {
    color: #BCBCB4;
}

.page-text-top {
    min-height: 22vw;
    background: #000 no-repeat top center;
    background-size: cover;
}

.page-text-top .page-head {
    color: #fff;
    padding-top: 4vmin;
}

.page-text-top h2 {
    font-size: 4vmin;
    font-weight: bold;
    text-transform: uppercase;
}

.page-text-top p {
    padding: 2vmin;
    max-width: 980px;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 0 0 16px #000;
}


.color-line {
    height: 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe0000+0,f1009d+20,04c8f8+40,01d819+60,fff700+80,feb100+100 */
    background: #fe0000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fe0000 0%, #f1009d 20%, #04c8f8 40%, #01d819 60%, #fff700 80%, #feb100 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fe0000 0%, #f1009d 20%, #04c8f8 40%, #01d819 60%, #fff700 80%, #feb100 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fe0000 0%, #f1009d 20%, #04c8f8 40%, #01d819 60%, #fff700 80%, #feb100 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0000', endColorstr='#feb100', GradientType=1);
    /* IE6-9 */
}

#indexslider {
    /*    height:60vmin;*/
    background: url('/images/bg2.jpg') no-repeat center center;
    background-size: cover;
    border-bottom: 1px solid #e8e8e8;
}

#indexslider.bg1 {
    background-image: url('/images/pattern_blue.jpg');
}

#indexslider.bg2 {
    background-image: url('/images/pattern_green.jpg');
}

#indexslider.bg3 {
    background-image: url('/images/pattern_orange.jpg');
}

#indexslider.bg4 {
    background-image: url('/images/pattern_purple.jpg');
}

#indexslider.bg5 {
    background-image: url('/images/pattern_red.jpg');
}

#indexslider.bg6 {
    background-image: url('/images/pattern_yellow.jpg');
}

#indexslider.bg7 {
    background-image: url('/images/pattern_1.jpg');
}

#indexslider.bg8 {
    background-image: url('/images/pattern_2.jpg');
}

#indexslider.bg9 {
    background-image: url('/images/pattern_3.jpg');
}

#indexslider .container,
#indexslider .row,
#indexslider .slider-left,
#indexslider .slider-middle,
#indexslider .slider-right {
    height: 100%;
}

#indexslider .row,
#indexslider .slider-left,
#indexslider .slider-middle,
#indexslider .slider-right {
    margin: 0;
    padding: 0;
}

#indexslider .slider-left.summer {
    /*background:url('/images/flower_bg_left.png') no-repeat center right;*/
    background-size: contain;
}

#indexslider .slider-right.summer {
    /*background:url('/images/flower_bg_right.png') no-repeat center left;*/
    background-size: contain;
}

#indexslider .slide img {
    max-width: 100%;
}

.actions {
    margin-top: 7vmin;
    display: inline-block;
    max-width: 900px;
    overflow: hidden;
    max-height: 490px
}

.owl-controls {
    padding-left: 15px !important;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #FC595A none repeat scroll 0 0 !important;
}

.owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0 !important;
    border: 3px solid #FC595A !important;
    height: 12px !important;
    width: 12px !important;
    margin: 4px 5px;
}

.about .owl-controls {
    text-align: left !important;
}

.about .slide .caption {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #337ab7;
}

#indexsale {
    padding-top: 40px;
    padding-bottom: 40px;
}

#indexsale .item {
    height: 30vmin;
    min-height: 250px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    padding-left: 0;
    padding-right: 0;
}

#indexsale .item .picture {
    height: 22vmin;
    min-height: 180px;
    background: no-repeat center center;
    background-size: cover;
}

#indexsale .item .picture.children {
    background-image: url('/images/item1.jpg');
}

#indexsale .item .picture.weddings {
    background-image: url('/images/item2.jpg');
}

#indexsale .item .picture.spa {
    background-image: url('/images/item3.jpg');
}

#indexsale .item .picture.allin {
    background-image: url('/images/item4.jpg');
}

#indexsale .item .picture.business {
    background-image: url('/images/item5.jpg');
}

#indexsale .item .picture.eks {
    background-image: url('/images/item7.jpg');
}

#indexsale .item .header {
    font-weight: 300;
    /*font-size: 24px;
    line-height: 30px;*/
    padding: .5vmin 1.5vmin;

    font-size: 18px;
    line-height: 22px;
}

#indexsale .item .sub-header {
    padding: .1vmin 1.5vmin;
    color: #A9A9A9;
    font-size: 17px;
}

#indexsale .item .more {
    background-color: #FF5253;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    position: relative;
    margin-top: -90px;
    margin-left: -80px;
    left: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 40px;
    text-decoration: none;
}

#indexicons {
    min-height: 60vmin;
    background: #181816 url('/images/lider_bg.jpg') no-repeat top center;

}

#indexicons .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

#indexicons .inner .liders .owl-item:nth-child(2n) {
    border-left: 2px solid rgba(255, 255, 255, .5);
    border-right: 2px solid rgba(255, 255, 255, .5);
}

#indexicons .inner .lider {
    height: 54vmin;
    padding-left: 15px;
    padding-right: 15px;
}

#indexicons .inner .lider .header {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}


#indexicons .liders.owl-carousel .owl-item {
    text-align: center;
}

#indexicons .liders.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}



#indexicons .inner .lider .desc {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

#indexbest,
#indexfeed,
#indexabout {
    padding-top: 60px;
    padding-bottom: 60px;
}

#indexbest .item {
    margin-bottom: 30px;
}

#indexbest .item .header {
    font-size: 30px;
    color: #FF5253;
    padding-left: 20px;
    border-left: 7px solid #FF5253;
    line-height: 33px;
    margin-bottom: 20px;
    font-weight: 300;
}

#indexbest .item .desc a {
    text-decoration: underline;
    font-size: 16px;
}

#indexbest .link {
    border: 3px solid #FF5253;
    text-decoration: none;
    display: inline-block;
    background-color: #FF5253;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    font-size: 18px;
    margin-top: 50px;
}

#indexbest .link:hover {
    background-color: #fff;
    color: #FF5253;
}

#indexfeed .header {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #00A993;
}


#indexfeed .item {
    padding-top: 40px;
    padding-bottom: 20px;
}

#indexfeed .item .picture img {
    max-width: 80%;
    border-radius: 100%;
}

#indexfeed .item .desc {
    padding-top: 10px;
}

#indexfeed .item .desc .leftquote,
#indexfeed .item .desc .rightquote {
    display: inline-block;
    width: 10%;
    color: #00A993;
    font-size: 60px;
    font-weight: bold;
    line-height: 16px;
}

#indexfeed .item .desc .text {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding-left: 1%;
    padding-right: 1%;
    font-weight: 300;
}

#indexfeed .item .desc .leftquote {
    vertical-align: top;
}

#indexfeed .item .desc .rightquote {
    vertical-align: bottom;
}

#indexfeed .item .desc .author {
    padding-left: 11%;
    padding-top: 3%;
    font-size: 18px;
}

#indexabout .desc .header {
    font-size: 30px;
    font-weight: 300;
    color: #FF5253;
    line-height: 30px;
    margin-bottom: 20px;
}

#indexabout .desc .text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
}

#indexabout .slider .button {
    margin-top: -50px;
    position: relative;
    z-index: 40;
}

#indexabout .slider .grass {
    position: absolute;
    width: 165px;
    height: 165px;
    background: url('/images/grass.jpg') no-repeat top left;
    margin-top: -50px;
    margin-left: -60px;
}

#indexmap {
    height: 360px;
    background: url('/images/bg_grass.jpg') no-repeat top center;
}

#indexmap .header {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

#indexmap .link {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}

#indexmap img {
    max-width: 100%;
}

#footer {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer img {
    max-width: 100%;
    margin-bottom: 15px;
}


#text-content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #434343;
    font-weight: 300;
    font-size: 16px;
}

#text-content {
    font-size: 18px;
}

#text-content h3 {
    color: #444;
    font-weight: 300;
    font-size: 40px;
}

#text-content h2 {
    color: #FC595A;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 60px;
}

#text-content img {
    max-width: 100%;
}

#text-content .view_3d {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 240px;
    margin-left: -120px;
    text-align: center;
    height: 60px;
    border-radius: 60px;
    color: #fff;
    background: rgba(0, 0, 0, .7) url('/images/3d.svg') no-repeat 16px 18px;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, .45);
    line-height: 55px;
    text-decoration: none;
    top: 15vw;
}

#text-content .gallery-thumb {
    margin-bottom: 30px;
}

#text-content .gallery-thumb a {
    text-decoration: none;
}

#text-content .gallery-thumb .album-title {
    color: #414141;
    font-weight: bold;
    padding-top: 10px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
}

#text-content .gallery-thumb .album-date {
    color: #FC595A;
}

#text-content table {
    margin-bottom: 40px;
}

#text-content table th {
    background-color: #727272;
    color: #fff;
}

#text-content table th,
#text-content table td {
    padding: 8px;
}

#text-content table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#text-content .bigred {
    color: #FC595A;
    font-size: 24px;
    font-weight: 300;
}

#text-content .bigred strong,
#text-content .bigred b {
    font-weight: 400;
}

#text-content p.hr {
    width: 100px;
    border-top: 1px solid #ccc;
    line-height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#text-content .infoblock {
    background: #f3f3f3 url('/images/businesswoman.svg') no-repeat 20px 15px;
    background-size: 40px 40px;
    padding: 20px 20px 20px 70px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#text-content .greyblock {
    background: #f3f3f3;
    margin-bottom: 30px;
    padding: 15px;
}

#text-content .greyblock.news_block {
    padding: 0;
}

#text-content .nav-tabs>li>a {
    border-radius: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

#text-content .nav-tabs {
    border-bottom: none;
}

#text-content .tab-content {
    padding-top: 30px;
}

#text-content .all-hour {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 8px;
    margin-left: 8px;
    background: #f3f3f3;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    height: 180px;
    margin-bottom: 30px;
}

#text-content .all-hour .num {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    padding-top: 15px;
    margin-bottom: 0;
}

#text-content .all-hour .time {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

#text-content .all-hour .desc {
    padding-left: 10px;
    padding-right: 10px;
}

#text-content .news-list .greyblock {
    margin-bottom: 0;
}

#text-content .news-list hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#text-content .news-list a {
    text-decoration: none;
}

#text-content .news-list a:hover .date {
    color: #222;
}

#text-content .news-list .date {
    font-size: 16px;
    font-weight: 600;
    color: #888;
}

#text-content .news-list .title {
    color: #FC595A;
    font-size: 26px;
}

.win {
    min-width: 320px;
    padding: 20px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.win .header {
    color: #888;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.win .body {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.order_call .red {
    color: red;
}

.order_call input {
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #bbb;
    width: 100%;
    line-height: 2em;
}

.order_call .result {
    color: green;
    margin-left: 15px;
    font-size: 80%;
}

.room-list {
    margin-bottom: 30px;
}

.room-list .title {
    font-size: 150%;
}

.room-list .short_desc {
    height: 100px;
    overflow: hidden;
}

.room-list .price {
    color: #FC595A;
    font-weight: 300;
    font-size: 26px;
}

.room-list .price b {
    font-weight: 400;
}

.room-list .price small {
    font-weight: 300;
    color: #9f9f9f;
    text-transform: uppercase;
    font-size: 50%;
}

.room-list .price .button {
    margin-top: 30px;
}

#tooltip {
    position: absolute;
    background-color: #FC595A;
    color: #fff;
    padding: 10px;
    top: 100px;
    left: 0;
    z-index: 40;
    display: none;
    margin-top: -40px;
}

/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}

.carousel-control.right {
    right: -12px;
}

/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */
.carousel-indicators li {
    background: #c0c0c0;
}

.carousel-indicators .active {
    background: #333333;
}


.box-border-red>div {
    border: 3px solid #FC595A;
    margin: 15px 7px;
    padding: 15px;
    height: 270px;
    text-align: center;

}

.photo-block {
    display: inline-block;
    width: 400px;
    margin: 15px;
    vertical-align: top;
}

.photo-block .photo {
    height: 200px;
    background: no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
}

.photo-block .desc {
    height: 60px;
    font-size: 16px;
}

.skidka.color_green:hover {
    color: #fff !important;
}

.skidka.color_green:hover:before {
    background-color: green !important;
}

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

@media (max-width: 1440px) {
    #indexicons .inner .lider .desc {
        font-size: 16px;
        line-height: 20px;
    }

    #indexicons .inner .lider .header {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #indexsale .item .sub-header {
        font-size: 15px;
    }

    #indexsale .item .header {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .actions {
        margin-top: 1vmin;
    }

    #indexicons .inner .liders .owl-item:nth-child(2n) {
        border-left: none;
        border-right: none;
    }
}


@media (max-width: 991px) {
    .box-border-red>div {
        height: auto;
    }

    #topmenu.active .inner a:last-child {
        background-color: transparent;
        color: #fff;
    }

    #indexpanel {
        display: none;
    }

    #topmenu .mobile-logo-block {
        display: inline-block;

    }

    #text-content {
        font-size: 14px;
    }

    #text-content h3 {
        font-size: 22px;
    }

    #text-content .bigred {
        font-size: 16px;
    }

    .win {
        font-size: 14px;
    }

    .win .header {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .cookies__inner {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .cookies__inner .cookies__text {
        font-size: 16px;
        width: 100%;
    }

    .page-text-top {
        min-height: 160px;
    }

    .page-text-top .page-head {
        padding-top: 6vmin;
    }

    .page-head .banner_subtitle {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 20px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px
    }

    #text-content {
        /*padding-top: 0px;*/
        /*a.ivanov TT24427 п.5*/
        padding-bottom: 10px;
    }

    #schema {
        display: none;
    }

    video {
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
        height: auto;
    }

    .panoramma {
        position: relative;
    }

    #text-content .view_3d {
        top: 50%;
        margin-top: -30px;
    }

    .room-list .price {
        font-size: 18px;
    }

    .room-list .price .button {
        margin-top: 18px;
    }

    a.button,
    #text-content .nav-tabs>li>a {
        text-decoration: none;
        display: inline-block;
        color: #FF5253;
        border: 3px solid #FF5253;
        font-weight: bold;
        text-transform: uppercase;
        padding: 6px 20px 6px 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .photo-block {
        width: 260px;
    }

    .photo-block .photo {
        height: 130px;
    }

    a.button,
    #text-content .nav-tabs>li>a {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 360px) {

    #indexsale .item .more {
        display: none;
    }

    .header {
        font-size: 20px !important;
    }
}

#indexEventsCalendar {}

#indexEventsCalendar .header {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #00A993;
    margin-bottom: 40px;
}

#indexEventsCalendar .item {
    margin-bottom: 30px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 10px;
}

#indexEventsCalendar .item a {
    color: #333;

}

#indexEventsCalendar .item a:hover {
    text-decoration: none;
}

#indexEventsCalendar .item a:focus {
    text-decoration: none;
}

#indexEventsCalendar .item a:focus,
#indexEventsCalendar .item a:active {
    border: none;
    outline: none;
}

#indexEventsCalendar .item h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    padding: .5vmin 1.5vmin;
    padding-bottom: .2vmin;
}

#indexEventsCalendar .item p {
    padding-bottom: 15px;
    padding-left: 1.5vmin;
    color: #A9A9A9;
    font-size: 17px;
}

.imgCalendar {
    width: 100%;
    height: 180px;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/images/item1.jpg);
}

#text-content img.card-img-top {
    max-width: 60px;
    height: auto;
}


#text-content img.card-img-top-large {
    max-width: 70%;
    height: auto;
    border-radius: 100%;
}

.card {
    text-align: center;
    padding: 30px;
}

p.card-text {
    margin-top: 10px;
}

p.card-text-large {
    margin-top: 10px;
    font-weight: bold;
    color: #111;
}

/* Таблицы */

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    /*max-width: 800px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
}

table * {
    position: relative;
}

table td,
table th {
    padding-left: 8px;
}

table thead tr {
    height: 60px;
    background: #FFED86;
    font-size: 16px;
}

table tbody tr {
    height: 48px;
    border-bottom: 1px solid #E3F1D5;
}

table tbody tr:last-child {
    border: 0;
}

@media screen and (max-width: 35.5em) {
    table {
        display: block;
    }

    table>*,
    table tr,
    table td,
    table th {
        display: block;
    }

    table thead {
        display: none;
    }

    table tbody tr {
        height: auto;
        padding: 8px 0;
    }

    table tbody tr td {
        padding-left: 45%;
        margin-bottom: 12px;
    }

    table tbody tr td:last-child {
        margin-bottom: 0;
    }

    table tbody tr td:before {
        /*position: absolute;*/
        font-weight: 700;
        width: 60%;
        left: 10px;
        top: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        font-size: 11px;
        font-weight: bold;
    }

    table td a {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    table td[colspan="9"] {
        font-size: 24px;
        text-align: center;
    }

    body #pricelist tr:nth-of-type(n+3) td:nth-of-type(5),
    body #pricelist tr:nth-of-type(n+3) td:nth-of-type(6) {
        background-color: initial !important;
    }

    .mobHide {
        display: none;
    }

    .table-response tr {
        display: table-row;
        height: 48px;
    }


    .table-response td,
    .table-response th {
        display: table-cell;
    }

    .table_wrap {
        overflow-x: auto;
    }

    .table-response {
        min-width: 550px;
        display: table;
    }

    .table-response tbody {
        display: table-row-group;
    }
}

.page-text-top p.subtitle--rooms {
    margin-bottom: 10px;
    padding: 0;

    color: #FC595A;
    font-weight: bold;
}




.butRes .skidka {
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #FF5253;
    border: 3px solid #FF5253;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 18px;
}

.butRes .hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

div.row.butRes>div>.skidka {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

div.row.butRes>div>.skidka+.skidka {
    margin-left: 10px;
}

.butAkcii {
    display: flex;
}

.butAkcii a {
    padding: 5px;
}

.butAkcii a img {}

.subtitle--rooms {
    display: none;
}

.butStandart {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 40px;

}

.video-ostrov-bezopasnosti {
    text-align: center;
    margin-top: 20px;
}

.video-ostrov-bezopasnosti video {
    text-align: center;
    width: 900px;
    height: 507px;
    border: 1px solid #ff5253;
}

video:active,
video:focus {
    outline: none;
}

video::-moz-focus-inner {
    border: 0;
}

.imgProg {}

.img_box {}

@media(max-width:1000px) {
    .img_box {
        width: 400px;
    }

    .img_box img {
        width: 100%;
    }

    .video-ostrov-bezopasnosti video {
        text-align: center;
        width: 100%;
        height: auto;
        border: 1px solid #ff5253;
    }

    .butAkcii {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .butAkcii a {
        padding: 0 0 20px 0;
        width: 49%;
        display: inline-block;
    }
}

@media(max-width:620px) {
    div.row.butRes>div>.skidka+.skidka {
        margin-left: 0px;
    }

    div.row.butRes>div>.skidka {
        width: 100%;
        margin-bottom: 20px;
    }

    .img_box {
        width: 300px;
    }

    .img_box img {
        width: 100%;
    }
}

.greyblock {
    background: #f3f3f3;
    margin-bottom: 30px;
    padding: 15px;
}

.dopBlock {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.red-border {
    border: solid 3px #ff5253;
    margin-bottom: 20px;
    padding: 35px;
}

body a.green_btn {
    border-color: green;
    color: green;
    display: inline-block;
    vertical-align: top;
    width: 300px;
}



.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

body a.green_btn:hover {
    background: green;
}


.no_active {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.imgProg {
    /*display:none;*/
}

.page-text-top h1 {
    font-size: 4vmin;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 8px #000;
}

ul.kuvoseka_aposalga {
    margin: 20px 7px;
    padding: 0;
    margin-bottom: -20px;
}

ul.kuvoseka_aposalga li {
    display: inline-block;
    line-height: 18px;
    margin: 0 5px 0 -10px;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}

ul.kuvoseka_aposalga li:before,
ul.kuvoseka_aposalga li:after {
    border-right: 1px solid #ff5253;
    content: '';
    display: block;
    height: 25%;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    z-index: -1;
    transform: skewX(45deg);
}

ul.kuvoseka_aposalga li:after {
    bottom: 4px;
    top: auto;
    transform: skewX(-45deg);
}

ul.kuvoseka_aposalga li:last-of-type:before,
ul.kuvoseka_aposalga li:last-of-type:after {
    display: none;
}

ul.kuvoseka_aposalga li a {
    color: #202021;
    text-decoration: none;
    transition: all 0.3s;
}

ul.kuvoseka_aposalga li a:hover {
    color: #266ba7;
}

/*TT26420*/

.seo_content_wrap {
    text-align: center;
}

.seo_content {
    text-align: left;
}

.limiter {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.limiter .bottom {
    position: absolute;
    bottom: -20px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255)90%);
    width: 100%;
    height: 30px;
    opacity: 1;
    transition: 0.3s;
}

.read-more-checker {
    opacity: 0;
    position: absolute;
}

.read-more-checker:checked~.limiter {
    max-height: none;
}

.read-more-checker:checked~.limiter .bottom {
    opacity: 0;
    transition: 0.3s;
}

.read-more-checker~.read-more-button:before {
    content: "Показать больше";
}

.read-more-checker:checked~.read-more-button:before {
    content: "Показать меньше";
}

.read-more-button {
    cursor: pointer;
    display: inline-block;
    color: #777;
    text-decoration: underline;
}

.read-more-button.button {
    text-decoration: none;
    display: inline-block;
    color: #ec8e8e;
    border: 3px solid #ec8e8e;
    font-weight: bold;
    transition: 0.2s all ease;
    padding: 6px 25px 6px 25px;
    font-size: 16px;
    margin: 20px auto;
}

.read-more-button.button:hover {
    background-color: #ec8e8e;
    color: #fff;
}

/*TT26420*/
.actions_plan_slider {
    overflow: initial;
    margin-top: 70px;
    font-size: 18px;
    color: #434343;
    font-weight: 300;
}

/*TT26572*/
.order_call_add {
    /*padding: 6px 20px;
    background-color: #f3f3f3;*/
    padding: 6px 20px;
    background-color: #404040;
    color: #fff;
}

.order_call_add input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.order_call_add input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.order_call_add input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.order_call_add input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.order_call_add input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.order_call_add a {
    color: #cccc;
}

.order_call_add--in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 96%;
    margin: 0 auto;
    /*flex-wrap: wrap;*/
}

.order_call_description_wrap input {
    margin-bottom: 10px;
}

.order_call_add input {
    margin-bottom: 4px;
    outline: none;
}

.order_call_description_wrap {
    font-size: 15px;
}

.form_input {
    margin-right: 8px;
    font-size: 16px;
}

.form_title {
    font-size: 22px;
    color: red;
    margin: 12px 0;
    font-weight: 500;
}

.form_input--submit {
    margin-bottom: -70px;
}

.form_input--title {
    margin-bottom: -70px;
}

a.button_add {
    padding: 4px 25px;
    font-size: 16px;
}

.slider_wrap_container {
    margin-top: 50px;
}

.actions__full-width {
    max-width: 100%;
    margin-bottom: 40px;
}

.actions__full-width .owl-item p {
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
}

.also_barn {
    position: relative;
    width: 100%;
    max-width: 310px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: #FF5253;
    border: 3px solid #FF5253;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0px;
    font-size: 16px;
    z-index: 1;
}

.also_barn:hover {
    color: white;
}

.also_barn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF5253;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.also_barn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.warning_wrap {
    display: none;
    border: 3px solid #ffeaba;
    padding: 30px;
}

.actions_new.actions__full-width .owl-dots {
    display: block !important;
}

.about .slide {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about__slide-img {
    max-width: 700px;
    flex-shrink: 0;
}

@media(max-width: 1199px) {
    .about .slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .about__slide-img {
        max-width: unset;
    }
}

@media(min-width:1000px) {
    .actions__full-width .owl-dots {
        display: none !important;
    }
}

@media(max-width:1200px) {
    .order_call_add--in {
        flex-wrap: wrap;
    }

    .form_input--submit {
        margin-bottom: 0;
        width: 100%;
        margin-top: 20px;
    }

    .title_head {
        display: block !important;
        margin-bottom: 0;
    }

    .title_body {
        display: none;
    }

    .form_input {
        width: 100%;
    }
}

/*TT26572*/

@media(max-width:1200px) {
    .actions_plan_slider--last {
        margin-top: 30px;
    }
}

@media(max-width:991px) {
    .actions_plan_slider {
        font-size: 14px;
    }
}
