/* Относительное позиционирование */
#wrapper {
    position: relative;
    margin: 0px auto 0px auto;
    /*border: 1px solid #fafafa;*/
    /*-moz-box-shadow: 0 3px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.5);
    box-shadow: 0 3px 3px rgba(0,0,0,.5);*/
}

/* Скрываем оригинальное содержание подсказки */
.pin {
    display: none;
}

/* Стили для подсказкии и метки */
.tooltip-up, .tooltip-down {
    position: absolute;
    /*background: url(arrow-up-down.png);*/
    width: 36px;
    height: 52px;
}

.tooltip-down {
    background-position: 0 -52px;
}

.tooltip {
    display: none;
    width: 290px;
    cursor: help;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 90000;
    margin-left: -115px;
    padding: 15px;
    color: #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .7);
    background: #fff;
    border: solid 3px #098042;
}

.tooltip::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 36%;
    margin-left: -10px;
    border-bottom: 10px solid #098042;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.tooltip-down .tooltip {
    bottom: 12px;
    top: auto;
}

.tooltip-down .tooltip::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #098042;
}

.tooltip h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 10px;
}

.tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blue, .red, .wt {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 3px 3px 0;
    border-radius: 50%;
}

.blue {
    background: #10b6c7;
}

.red {
    background: #ff1b00;
}

.tooltip ul li em {
    display: block;
    margin-top: 7px;
    padding-top: 2px;
    border-top: solid 1px #ccc;
}

li img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.tooltip.st1 {
    top: -165px;
}

.tooltip.st1:after {
    content: none;
}

.fancybox-content .tooltip {
    opacity: 1 !important;
}

#faq-filter {
    margin-bottom: 35px;
    position: relative;
    min-height: 20px !important;
    height: auto
}

#faq-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    z-index: 9999
}

#faq-filter ul li {
    float: left;
    padding: 8px 18px;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

#faq-filter ul li.active {
    position: relative
}

#faq-filter ul li a:hover {
    text-decoration: none
}

.accordion {
    float: left;
    width: 100%
}

.faq {
    width: 100%;
    float: left
}

.faq .accordion-group {
    position: relative;
    display: block
}

.accordion .wpb_text_column {
    margin-bottom: 0 !important
}

.accordion p:first-child {
    margin-top: 0
}

.accordion.style_1 .accordion-group {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 10px;
    border-bottom: none
}

.accordion.style_1 .accordion-heading .accordion-toggle {
    position: relative;
    padding: 15px 55px
}

.accordion.style_1 .accordion-heading .accordion-toggle:before {
    background-image: url('../img/plus.png');
    background-position: center center;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #ebebeb;
    color: #ccc;
    font-size: 16px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.accordion.style_1 .accordion-heading.in_head .accordion-toggle:before {
    background-image: url('../img/minus.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: ""
}

.accordion.style_1 .accordion-inner {
    border-top: none;
    padding: 1px 55px;
    padding-bottom: 0;
    float: left;
    padding-right: 0
}

.accordion.style_2 .accordion-group {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 20px;
    border-bottom: none
}

.accordion.style_2 .accordion-heading .accordion-toggle {
    position: relative;
    padding: 15px 70px
}

.accordion.style_2 .accordion-heading .accordion-toggle:before {
    background-image: url('../img/plus.png');
    background-position: center center;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 9px;
    text-align: center;
    background-color: #fff;
    color: #ccc;
    font-size: 16px;
    width: 32px;
    line-height: 40px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.accordion.style_2 .accordion-heading.in_head .accordion-toggle:before {
    background-image: url('../img/minus.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: ""
}

.accordion.style_2 .accordion-heading.in_head .accordion-toggle {
    color: #222
}

.accordion.style_2 .accordion-inner {
    border-top: none;
    padding: 20px 15px;
    padding-bottom: 10px;
    float: left
}

.accordion.style_3 .accordion-group {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 10px;
    border-bottom: none
}

.accordion.style_3 .accordion-heading .accordion-toggle {
    position: relative;
    padding: 8px 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase
}

.accordion.style_3 .accordion-heading .accordion-toggle:before {
    background-image: url('../img/plus.png');
    background-position: center center;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 9px;
    text-align: center;
    background-color: #222;
    color: #ccc;
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.accordion.style_3 .accordion-heading.in_head .accordion-toggle:before {
    background-image: url('../img/minus.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: ""
}

.accordion.style_3 .accordion-heading.in_head .accordion-toggle {
    color: #222
}

.accordion.style_3 .accordion-inner {
    border-top: none;
    padding: 20px 15px;
    padding-bottom: 10px;
    float: left
}

/**/
body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #2b3035;
    font-size: 15px;
}

.header_11 nav li > a:hover, .header_11 nav li.current-menu-item > a, .header_11 nav li.current-menu-parent > a, .header_10 nav li > a:hover, .header_10 nav li.current-menu-item > a, .header_10 nav li.current-menu-parent > a, .header_9 nav li > a:hover, .header_9 nav li.current-menu-item > a, .header_9 nav li.current-menu-parent > a, .header_8 nav li > a:hover, .header_8 nav li.current-menu-item > a, .header_8 nav li.current-menu-parent > a, .header_7 nav li > a:hover, .header_7 nav li.current-menu-item > a, .header_7 nav li.current-menu-parent > a, .header_6 nav li > a:hover, .header_6 nav li.current-menu-item > a, .header_6 nav li.current-menu-parent > a, .header_5 nav li > a:hover, .header_5 nav li.current-menu-item > a, .header_5 nav li.current-menu-parent > a, .header_3 nav li > a:hover, .header_3 nav li.current-menu-item > a, .header_3 nav li.current-menu-parent > a, .header_2 nav li > a:hover, .header_2 nav li.current-menu-item > a, .header_2 nav li.current-menu-parent > a, .codeless_slider .swiper-slide .buttons.colors-light a.colored:hover *, .services_steps .icon_wrapper i, .testimonial_carousel .item .param span, .services_large .icon_wrapper i, .animated_counter i, .services_medium.style_1 i, .services_small dt i, .single_staff .social_widget li a:hover i, .single_staff .position, .list li.titledesc dl dt i, .list li.simple i, .page_parents li a:hover, #portfolio-filter ul li.active a, .content_portfolio.fullwidth #portfolio-filter ul li.active a, a:hover, .header_1 nav li.current-menu-item > a, .blog-article h1 a:hover, .blog-article.timeline-style .content .quote i, .header_1 nav li.current-menu-item:after, .header_1 nav li > a:hover, .header_1 nav li:hover:after, header#header .header_tools > a:hover, a:focus, footer#footer a:hover, aside ul li:hover:after, .highlights, .sidebar__menu ul li:hover:after, .sidebar__right ul li:hover:after {
    color: #098042 !important;
}

a:focus {
    text-decoration: none;
}

a {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
    color: inherit;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.mmenu {
    position: relative;
    height: 30px;
    margin-top: 0;
    width: 100%;
    z-index: 3000;
    display: none;
    background: #40484f;
    padding: 5px 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.mmenu .fa {
    font-size: 20px;
}

#slider-overlay {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 100;
    padding: 10px;
    box-sizing: border-box;
}

.slider-menu-container li, .map-link-wrp {
    margin-bottom: 5px;
    height: 77px;
    padding: 5px;
    width: 77px;
    background-color: rgba(64, 72, 79, 0.9);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-menu-container li a, a.map-link {
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #fff;
}


.slider-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#slider-overlay a .fa {
    display: block;
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 5px;
}


.main-slider {
    position: relative;
}

#header {
    width: 100%;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

.header__col {
    width: calc(100% / 3);
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #40484f;
    font-size: 16px;
}

.header__logo {
    text-align: center;
}

.header__call {
    text-align: right;
}

.header__call span {
    font-size: 11px;
    font-style: italic;
}

.max__wrap {
    max-width: 990px;
    margin: 0 auto;
}

h6, .h6 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.header__call p {
    margin-bottom: 0;
}

.header__address p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #40484f;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.header__col i {
    font-size: 20px !important;
    margin-right: 5px;
}

.header__col i.fa-phone {
    font-size: 16px !important;
}

p a.link-color-header {
    color: #40484f !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 100%;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease;
}

.owl-carousel .owl-nav .owl-prev {
    left: -36px;
    border-radius: 0 8px 8px 0;
}

.owl-carousel .owl-nav .owl-prev:hover {
    left: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .3s ease;
}

.owl-carousel .owl-nav .owl-next {
    right: -36px;
    border-radius: 8px 0 0 8px;
}

.owl-carousel .owl-nav .owl-next:hover {
    right: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all .3s ease;
}

.slider {
    overflow: hidden;
}

.owl-dots {
    display: none;
}

#menu {
    background: #40484f;
}

#menu ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

#menu ul > li {
    padding-right: 3px;
    padding-left: 3px;
    position: relative;
    cursor: pointer;
}

#menu ul > li a {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    padding: 0 5px;
}

#menu ul > li > ul.sub-menu, #menu ul > li > ul.sub-menu ul {
    width: 240px;
    display: none;
    list-style: none;
    margin: 0 !important;
    position: absolute;
    top: 100%;
    left: 6px;
    z-index: 9999999;
    padding: 10px;
}

#menu ul > li:hover > ul.sub-menu, #menu ul > li > ul.sub-menu > li:hover ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #40484f;
}

#menu ul .booking-link {
    display: block;
    margin-top: 13px;
    width: 42px;
    height: 30px;
    background: url(../img/booking.png) no-repeat center center;
}

#menu ul li a:hover, #menu ul li a:focus {
    color: #fff !important;
    opacity: .7;
}

#menu .hasSubMenu:hover > ul.sub-menu {
    display: block;
}

#menu ul li > ul.sub-menu li {
    border-bottom: 1px solid #40484f;
    margin: 0 !important;
    padding: 7px 0 !important;
    text-align: left;
    display: block;
    z-index: 50005;
    height: auto;
    width: 100%;
}

#menu ul li > ul.sub-menu li a {
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #c5c8ca;
    font-size: 11px;
    display: inline-block;
    text-align: left;
    line-height: normal;
}

#menu ul > li > ul.sub-menu li > .sub-menu {
    top: 0;
    left: 100%;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, .skill_title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #40484f;
}

h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    font-size: 28.7px;
    color: #40484f;
    line-height: 33px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.single__content h1 {
    line-height: 44px;
    font-size: 40px;
    margin-bottom: 15px;
}

h2 {
    line-height: 38px;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 22px;
}

h3 {
    line-height: 26px;
    font-size: 18px;
}

h4 {
    line-height: 24px;
    font-size: 16px;
    display: inline;
}

h4 > a {
    color: inherit;
}

.booking-btn {
    color: #FFF;
    display: inline-block;
    padding: 7px 10px !important;
    float: none !important;
}

.btn-bt.default {
    color: #ffffff;
    background: rgba(9, 128, 66, 1);
    border-color: rgba(68, 68, 68, 0.00);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-bt.default {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    border-width: 0;
    border-style: solid;
    padding: 10px 38px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-backface-visibility: hidden;
}

.booking-btn:hover {
    border: none !important;
}

.btn-bt.default:hover {
    color: #ffffff !important;
    background: rgba(9, 128, 66, 1);
    border-color: rgba(68, 68, 68, 0.00);
}

.btn-bt.default span {
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn-bt.default i {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    line-height: 20px;
    margin-top: -1px;
    left: 73%;
    -ms-filter: alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-bt.default:hover span {
    left: -12px;
}

.btn-bt.default:hover i {
    left: 81%;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.btn-bt.default:hover {
    border: 2px solid;
}

.custom_heading a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    color: #40484f !important;
}

.custom__heading a, .custom__heading a:focus, .custom__heading a:hover, .custom__heading a:visited {
    border: none;
    text-decoration: inherit;
    color: #40484f !important;
}

.custom__heading a:hover {
    opacity: .85;
}

.section__about-home {
    padding-bottom: 45px;
    padding-top: 65px;
}

.section__about-home p {
    font-size: 16px;
}

p a {
    color: #098042 !important;
}

.trigger__link {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    color: #222;
    text-transform: none;
    padding: 8px 45px 8px 35px;
}

.trigger__link:before {
    background-image: url('../img/minus.png');
    background-position: center center;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    left: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.trigger__link:before {
    background-color: #098042;
}

.trigger__link.collapsed:before {
    background-image: url('../img/plus.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    background-color: #222;
}

.accordion-inner p {
    font-size: 15px;
}

.accordion-inner ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.accordion-inner {
    margin-bottom: 20px;
}

.section__info-home {
    padding-top: 45px;
    background: url('../img/border-quiz-1.png') repeat-x top left;
}

.section__info-home h3 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 62px;
}

.section__info-home img {
    margin: 36px auto 27px;
    display: block;
}

.section__actions-home {
    background-repeat: repeat;
    background-color: #ebe9e9;
    padding-bottom: 40px;
    background-image: url('../img/white_sand.png');
    background-position: 50% 0;
}

.section__actions-home h2 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 52px;
}

.latest_blog .blog-item {
    width: calc(100% / 3);
    padding-left: 20px;
    float: left;
    padding-bottom: 20px;
}

.latest_blog .blog-item .content {
    padding: 20px;
    background: #fff;
    min-height: 315px;
}

.latest_blog .blog-item .content h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.latest_blog .blog-item .content h4 {
    font-weight: 700;
}

.latest_blog .blog-item .content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.button__box {
    min-height: 50px;
    width: 100%;
    margin-top: 35px;
    text-align: center;
}

.section__rooms-home {
    background-color: rgb(235, 233, 233);
    padding-bottom: 85px;
}

.section__rooms-home h2 {
    font-size: 40px;
    line-height: 44px;
    text-align: left;
    margin: 0;
    padding-top: 43px;
    padding-bottom: 38px;
}

.section__rooms-home h2 a {
    line-height: normal;
}

.section_clear {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.rooms__info {
    background-color: #40484f;
    color: #ffffff;
    padding: 30px;
    position: relative;
    width: calc(100% / 3);
}

.section__rooms-home .rooms__grid {
    width: calc(100% - (100% / 3) - 20px);
}

.rooms__info h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.list {
    position: relative;
    display: block;
    padding: 0;
}

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

.list li.simple {
    width: 100%;
    position: relative;
    padding-left: 25px;
    float: left;
    line-height: 22px;
    padding-bottom: 10px;
    font-size: 15px;
}

.list li.simple i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 22px;
    color: #c5c6c6 !important;
}

.rooms__info hr {
    height: 1px;
    background: rgba(116, 121, 130, 0.5);
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.list li.titledesc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.list li.titledesc dl {
    margin: 0;
    padding: 0;
}

.list li.titledesc dl dt, .list li.titledesc dl dt i {
    width: auto;
    height: auto;
    line-height: 20px;
}

.list .titledesc .circle {
    width: auto;
    height: auto;
    border-radius: 0;
    float: left;
    margin-left: 0;
    margin-top: 0;
    border: none;
}

.list li.titledesc dl dd {
    margin-left: 24px;
}

.list .titledesc h6 {
    color: #098042;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
}

.list li.titledesc dl p {
    margin: 5px 0 0 0;
    padding: 0 0 0 7px;
    position: relative;
}

.portfolio-item {
    position: relative;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 20px;
    height: auto;
    float: left;
}

.he-wrap {
    position: relative;
    zoom: 1;
    display: inline-block;
    float: left;
    width: 100%;
    overflow: hidden;
    height: 220px;
}

.section__rooms-home .he-wrap {
    height: 189px;
}

.he-wrap a {
    background-size: cover;
    background-position: center;
    display: block;
    width: 104%;
    height: 104%;
    margin: -2% 0 0 -2%;
}

.portfolio-item img {
    width: 100%;
    float: left;
    max-width: none;
}

.portfolio-item .show_text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 5px;
    background: #fff;
}

.portfolio-item .show_text h5 {
    margin-top: 7px;
    float: left;
    width: 100%;
    margin-bottom: 2px;
    min-height: 45px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #40484f;
}

.room-info {
    list-style: none;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}

.room-info li {
    position: relative;
}

.room-info li:first-child {
    color: #40484f;
    font-weight: 300;
    text-align: center;
}

.room-info li span {
    color: #098042;
    font-weight: 400;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    position: relative;
}

.room-info li:first-child span {
    width: 100%;
    position: absolute;
    height: 20px;
}

.room-info li abbr {
    width: 32px;
    height: 32px;
    display: flex;
    position: relative;
    z-index: 2;
    border: none;
    align-items: center;
    justify-content: center;
}

.room-info li:first-child abbr {
    width: 100%;
    height: 20px;
}

.room-info li p {
    margin: 0;
}

.portfolio-preview-items {
    margin-left: -15px;
}

.room-info li:nth-child(2) {
    display: block;
    float: left;
}

.room-info li:nth-child(3) {
    display: block;
    float: right;
}

.room-info li:nth-child(2) p, .room-info li:nth-child(3) p {
    color: #098042;
    font-weight: 600;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 32px;
    margin-right: 7px;
}

.b-table-room {
    width: 100%;
    background: #fff;
    display: table;
    padding: 5px 25px 10px;
}

.b-table .b-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.b-book-a-price .price {
    font-size: 13px;
}

.price .price-value, .price .valuta {
    display: inline-block;
    vertical-align: middle;
}

.price-value .price-color {
    color: #098042;
    font-weight: 700;
}

.price .valuta .rub {
    line-height: 15px;
}

.price .valuta .separator-fiol {
    border-bottom: 1px solid #098042;
}

.price .valuta .day {
    line-height: 12px;
}

.b-book-a-price .book {
    text-align: right;
}

.portfolio-preview-items::after {
    content: '';
    display: table;
    clear: both;
}

.section__news-home {
    padding-top: 35px;
}

.section__news-home .custom_heading a {
    font-size: 30px;
    text-align: left;
}

.section__news-home .custom_heading {
    margin-bottom: 17px;
}

.news__blog .blog-item .content {
    padding: 20px 0 0 0;
}

.news__blog .blog-item .content h4 {
    font-weight: 700;
}

.news__blog .blog-item .info {
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 4px;
    line-height: 20px;
    margin-left: 0;
    color: #999999;
    font-size: 12px;
}

.news__blog .blog-item .info li {
    float: left;
    margin-right: 11px;
}

.news__blog .blog-item .info li i {
    margin-right: 5px;
    padding-top: 0;
    font-size: 14px;
}

.news__blog .blog-item .content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.news__blog .blog-item {
    width: 100%;
    padding-left: 0;
}

.section__news-home .section_clear {
    justify-content: flex-start;
}

.section__news-home .section_clear .span4 {
    width: calc((100% / 3) - 30px);
}


.accordion-group .accordion-heading .accordion-toggle {
    position: relative;
    padding: 8px 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    color: #fff !important;
}

.accordion-group .accordion-heading.in_head .accordion-toggle:before {
    background-image: url('../img/minus.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    background-color: #098042;
    position: absolute;
    left: 10px;
    top: 9px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    height: 20px;
}

.accordion-group .accordion-heading .accordion-toggle:before {
    background-image: url('../img/plus.png');
    background-position: center center;
    content: "";
    background-color: #222;
    position: absolute;
    left: 10px;
    top: 9px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    width: 20px;
    line-height: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.contact__map-home {
    width: calc(100% - (100% / 3));
    padding: 0 15px;
}

.contact__info-home {
    width: calc(100% / 3);
    background-color: rgb(64, 71, 78);
    padding: 0 15px;
    min-height: 540px;
}

.section__contacts-home {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact__info-home h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.accordion-group {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 10px;
    border-bottom: none;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-inner {
    border-top: none;
    padding: 20px 15px;
    padding-bottom: 10px;
    float: left;
}

.accordion-group {
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}


.accordion-group .accordion-heading .accordion-toggle:focus {
    text-decoration: none;
}


#copyright, #footer .widget_recent_comments li, #footer .tagcloud a {
    background-color: #2a3035;
}

#copyright {
    font-size: 11px;
}

#copyright .desc {
    display: table;
    float: left;
}

#copyright .copyright_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#copyright p {
    color: #fff;
}

#footer .inner {
    background-color: #40484f;
}

#footer .inner .row-fluid.ff:first-child {
    padding-top: 52px;
    padding-bottom: 52px;
}

#footer .inner .widget {
    line-height: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#footer .inner #nav_menu-5.widget, #footer .inner #nav_menu-4.widget {
    width: 50%;
}

#footer .inner .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .inner .widget ul li {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer .inner .widget ul li:first-child {
    padding-top: 0;
}

#footer .inner .widget ul li a {
    float: left;
    width: 100%;
}

#footer a, #footer .contact_information dd p {
    color: #dcdcdc;
}

.footer__logo {
    text-align: center;
}

#footer, #footer .contact_information dd .title {
    color: #ffffff;
}

#footer a:hover {
    color: #fff !important;
}

#footer {
    border-top: 1px solid #2a3035;
}

.social_widget {
    text-align: center;
}

#footer .inner .widget:last-child {
    margin-bottom: 0;
}

.social_widget-4 .footer_social_icons {
    display: inline-block;
    width: auto;
    float: none;
}

#footer .inner .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer_social_icons {
    display: inline-block;
    width: auto;
    float: none;
}

#footer .inner .widget ul li:first-child {
    padding-top: 0;
}

#footer .inner .footer_social_icons li:first-child {
    margin-left: 0 !important;
}

.footer_social_icons.circle li a i {
    color: #098042;
}

.footer_social_icons.circle li a i {
    color: #fff;
    line-height: 32px !important;
    font-size: 14px !important;
}

#footer .footer_social_icons li i {
    float: left;
    line-height: 32px;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

#footer .inner .widget ul li {
    margin: 0;
    float: left;
    width: 100%;
    padding: 10px 0;
}

#footer .inner .footer_social_icons li {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    float: left;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-left: 10px !important;
    width: 32px !important;
    height: 32px !important;
}

.footer_social_icons.circle li {
    width: 32px !important;
    height: 32px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #cccccc;
}

.footer_social_icons.circle li a i {
    color: #098042;
    line-height: 32px !important;
    font-size: 14px !important;
}

.footer_social_icons.circle li a:hover i, .footer_social_icons.circle li:hover a i {
    color: #fff !important;
}

.footer_social_icons.circle li.facebook:hover {
    background-color: #334C82 !important;
}

.footer_social_icons.circle li:hover {
    background-color: #098042;
}

.footer_social_icons.circle li.instagram:hover {
    background-color: #A57D60 !important;
}

.footer_social_icons.circle li.vk:hover {
    background-color: #5075A5 !important;
}

.footer_social_icons.circle li.od:hover {
    background-color: #F7931E !important;
}

.btn-bt.align-center {
    float: left;
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.copyright_text a {
    text-transform: uppercase;
}

.page__content {
    background-color: #f9f9f9;
}

.content__with-sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rooms__grid {
    padding: 30px 20px 0;
    background: #fff;
    width: 73%;
}

.section__rooms-home .rooms__grid {
    padding: 0;
    background: transparent;
}

.section__rooms-home .rooms__grid .b-table-room {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.sidebar__right {
    width: 27%;
    padding: 30px 10px;
    margin-bottom: 20px;
}

.rooms__grid .portfolio-item {
    width: calc(100% / 3);
}

.section__rooms-home .rooms__grid .portfolio-item {
    width: calc(100% / 2);
}

.rooms__grid .b-table-room {
    padding-left: 0;
    padding-right: 0;
}

.rooms__grid .portfolio-item {
    min-height: 340px;
}

.rooms__grid .portfolio-preview-items {
    margin-left: -20px;
}

.rooms__grid .b-book-a-price .price {
    white-space: nowrap;
}

.rooms__grid .btn-bt.default {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.section__rooms-home .rooms__grid .button__box .btn-bt.default {
    padding-left: 38px !important;
    padding-right: 38px !important;
}

.banner__sidebar {
    margin-top: 30px;
    text-align: center;
}

.single__content {
    background: #fff;
}

.gallery {
    margin-left: -5px;
}

.gallery::after {
    content: '';
    display: table;
    clear: both;
}

.gallery a.lightbox-gallery {
    display: block;
    float: left;
    width: 10%;
    padding: 10px 5px;
}

.lightbox-gallery img {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.lightbox-gallery:hover img {
    opacity: 0.7;
}

.other__rooms .portfolio-item {
    width: 100%;
    padding-left: 0;
}

.single__content {
    margin-top: 30px;
}

#portfolio-slider-overlay {
    position: absolute;
    top: 62px;
    bottom: 0;
    left: 50px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    padding: 0;
}

.single__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.room__details {
    order: 2;
    padding: 0 0 20px 15px;
    background: #f9f9f9;
    width: 233px;
}

.room__description {
    order: 1;
    width: calc(100% - 250px);
}

.room__details h4,
.room__description h4 {
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #444444;
    font-size: 15px;
    display: block;
}

.room__details ul h4 {
    margin-bottom: 0;
}

.room__details ul {
    padding: 0;
    list-style: none;
    margin: 13px 0 0;
    position: relative;
}

.room__description .b-room-item .price-color {
    font-size: 23px;
}

.room__description .btn-bt.default {
    margin-left: 10px;
	margin-bottom: 0;
}

.other__rooms {
    padding-top: 30px;
}

.other__rooms .b-table-room {
    padding-left: 0;
    padding-right: 0;
}

.square__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 35px;
}

.square__line hr {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}

.square__line .big__square {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative;
    max-width: 100%;
    line-height: 1.2em;
}

.square__line .big__square .fa {
    font-size: 1.2em;
    color: #EBEBEB;
}

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

.services__med-item {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

.services__med-item img {
    max-width: 100%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    position: relative;
    z-index: 9999;
}

.services__med-item h4 {
    display: block;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #444444;
    font-size: 15px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.services__med-item h4 a {
    color: #098042;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}

.services__med-item p {
    font-size: 13px;
    float: none;
    display: block;
    text-align: center;
    margin-top: 7px;
    position: relative;
}

.services__med-item:before {
    border-radius: 50%;
    display: block;
    background: #40484f;
    width: 100px;
    height: 100px;
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -50px;
}

.news__grid {
    width: 73%;
    padding: 30px 20px 0;
    background: #fff;
    position: relative;
}

.timeline-border {
    position: absolute;
    top: 0;
    left: 55px;
    width: 1px;
    height: calc(100% - 90px);
    z-index: 0;
    background: #e7e7e7;
}

.news__item {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    z-index: 2;
}

.news__item .timeline {
    width: 12.2%;
    height: 150px;
    padding-right: 27px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.news__item .timeline .date,
.news__item .timeline .date span {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.news__item .timeline .date {
    border: 1px solid #e7e7e7;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
}

.news__item .timeline .date .day {
    font-size: 24px;
    font-weight: 300;
    color: #999;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 24px;
}

.news__item .timeline .date .month {
    font-size: 13px;
    font-weight: 700;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    float: left;
    line-height: 18px;
}

.news__item .post__box {
    width: 87.8%;
    float: left;
    background-color: #ffffff;
}

.news__item .post__box.box__shadow {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.news__item .media {
    float: left;
    position: relative;
    width: 100%;
}

.news__item .media > :not(.post_type) {
    width: 100%;
}

.news__item .media .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    background: rgba(9, 128, 66, 0.8);
}

.news__item .media .overlay .post_type_circle {
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 45%;
    opacity: 0;
    left: 50%;
    cursor: pointer;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.news__item .media .overlay .post_type_circle i {
    color: #fff;
    font-size: 33px;
    text-align: center;
    line-height: 50px;
    width: 52px;
}

.news__item .content {
    padding: 20px;
    float: left;
}

.news__item .content h3 {
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    color: #444444;
    font-size: 20px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: inherit;
}

.news__item .info {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}

.news__item .info li i {
    margin-right: 7px;
    float: left;
    line-height: inherit;
    font-size: 15px;
}

.news__item .content .text {
    margin-top: 10px;
}

.news__item .media:hover .overlay {
    opacity: 1;
}

.news__item .media:hover .overlay .post_type_circle {
    top: 50%;
    opacity: 1;
}

.news__item .button__box {
    margin-left: -20px;
    text-align: left;
}

.actions__grid {
    margin-left: -20px;
}

.actions__grid::after {
    content: '';
    display: table;
    clear: both;
}

.action__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    height: auto;
    float: left;
    width: calc(100% / 3);
    overflow: hidden;
}

.gitem-zone {
    height: 143px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
    position: relative;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.action__item:hover .gitem-zone {
    -webkit-transform: scale(1.5) rotate(10deg);
    -moz-transform: scale(1.5) rotate(10deg);
    -ms-transform: scale(1.5) rotate(10deg);
    -o-transform: scale(1.5) rotate(10deg);
    transform: scale(1.5) rotate(10deg);
}

.gitem-link {
    text-decoration: none;
    border-bottom: none;
    outline: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.gitem-zone img {
    width: 100%;
    display: block;
    visibility: hidden;
    height: auto;
}

.gitem-zone-2 {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 199;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1s ease;
    box-sizing: border-box;
}

.action__item:hover .gitem-zone-2 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none;
}

.gitem-zone-2 .gitem-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.gitem-zone-mini {
    position: static;
    padding: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gitem-post-data {
    font-size: 12px;
    color: #dbdbdb;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.gitem-zone-mini h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}

.scaleRotateIn {
    overflow: hidden;
    position: relative;
}

.sidebar__menu {
    margin-bottom: 35px;
}

.sidebar__menu ul,
.sidebar__right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__menu ul li,
.sidebar__right ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar__menu ul li a,
.sidebar__right ul li a {
    width: 100%;
}

.sidebar__menu ul li:after,
.sidebar__right ul li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.text__block {
    margin-bottom: 25px;
}

.tabs-top .nav-tabs {
    border-bottom: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav-tabs > li {
    margin-bottom: -1px;
    border-bottom: none;
    border-right: none;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    display: table-cell;
    float: none;
    padding-right: 10px;
    width: 25%;
}

.tabs-top .nav-tabs li a {
    border-width: 0 0 6px;
    border-bottom: 6px solid #747982;
    color: #303e47;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 46px;
    width: 100%;
    padding: 0;
}

.tabs-top .nav-tabs li a:hover {
    color: #303e47 !important;
}

.tabs-top .nav-tabs li.active a:hover {
    color: #098042 !important;
}

.tabs-top .nav-tabs > .active > a,
.tabs-top .nav-tabs > .active > a:hover,
.tabs-top .nav-tabs > .active > a:focus {
    border: none;
    border-bottom: 6px solid #098042;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.tabs-top .nav-tabs li.active a {
    border-bottom-color: #098042;
    color: #098042;
}

.aggregateRating {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 10px;
}

.contacts__grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.contacts__item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.contacts__item i {
    margin-right: 5px;
}

h6 {
    line-height: 20px;
    font-size: 14px;
}

.contacts__item p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.contacts__item p:last-child {
    margin-bottom: 0;
}

.contacts__item .wpb_wrapper + .wpb_wrapper {
    margin-top: 2.5em;
}

.way__grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.way__map {
    width: calc(58% - 20px);
    margin-bottom: 20px;
}

.way__text {
    background: #ebe9e9;
    width: 42%;
    margin-bottom: 20px;
    padding: 35px 15px 0;
}

h4 {
    line-height: 24px;
    font-size: 16px;
}

.way__map iframe {
    display: block;
    max-width: 100%;
    width: 100%;
}

.gsInformer {
    max-width: 100%;
}

.blog__img {
    height: 214px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}

table td, table th {
    padding: 8px;
    border: none;
    background: none;
    text-align: left;
}

table thead th {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    vertical-align: middle;
    background: #40484f;
    color: #fff;
    text-align: center;
}

table tbody td {
    border: solid 1px #a1a3a6;
    text-align: center;
    vertical-align: middle !important;
}

table tbody td {
    border-top: 1px solid #ddd;
}

table tr:nth-child(2n) td {
    background-color: #f9f9f9;
}

table td.title,
table tr:nth-child(2n) td.title,
table tr:nth-child(2n + 1) td.title {
    background-color: #d53d97;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

table tr:hover td {
    background-color: #f3f3f3;
}

table td h3 {
    color: #d53d97;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.accordion.style_3 {
    float: none;
}

.accordion.style_3 .accordion-group .accordion-heading .accordion-toggle {
    color: #2b3035 !important;
    text-transform: none;
}

.gallery__grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.gallery__item {
    position: relative;
    width: calc((100% / 4) - 5px);
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery__item .gallery__img {
    position: relative;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.gallery__item .gallery__img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.85em;
    color: #fff;
    text-decoration: none;
    opacity: 0;
}

.gallery__item .title {
    border-width: 0 0 6px;
    border-bottom: 6px solid #747982;
    color: #303e47;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 46px;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.gallery__item .title:hover {
    border-bottom-color: #098042;
    color: #098042;
    background: transparent;
}

.gallery__item .gallery__img a:hover {
    opacity: 1;
    color: #fff !important;
}

.gallery__item .gallery__img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.overflow__hidden {
    overflow: hidden;
}

.button__back {
    color: #fff !important;
    margin-bottom: 30px;
    margin-top: 20px;
}

.button__back:hover {
    color: #fff !important;
}

.ya-share2 {
    text-align: right;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
    clear: both;
}

.ya-share2 {
    text-align: right;
}

.list-gallery-photos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}

.list-gallery-photos li {
    position: relative;
    width: 31.3%;
    height: 338px;
    overflow: hidden;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-gallery-photos li:nth-child(9n-5), .list-gallery-photos li:nth-child(9n-2) {
    width: 38.5%;
    height: 308px;
}

.list-gallery-photos li:nth-child(9n-3), .list-gallery-photos li:nth-child(9n-4) {
    width: 58.5%;
    height: 308px;
}

.list-gallery-photos li:nth-child(9n-1), .list-gallery-photos li:nth-child(9n) {
    width: 48.5%;
    height: 308px;
}

.list-gallery-photos li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    z-index: 3;
}

.list-gallery-photos li a i {
    z-index: 2;
    opacity: 0;
    font-size: 29px;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-gallery-photos li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    border: 0 solid #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-gallery-photos li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-gallery-photos li:hover {
    border: 1px solid #d7d7d7;
    background-position: top right;
}

.list-gallery-photos li:hover::before {
    border: 20px solid #fff;
}

.list-gallery-photos li:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.list-gallery-photos li:hover a i {
    opacity: 1;
}

.testimonial__form h3 {
    font-weight: bold;
    font-size: 1.1rem;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.testimonial__form label {
    display: block;
    margin-bottom: 5px;
}

.testimonial__form label,
.testimonial__form input,
.testimonial__form button,
.testimonial__form select,
.testimonial__form textarea {
    font-weight: normal;
    line-height: 20px;
}

.testimonial__form input {
    display: block;
    height: 30px;
    width: 100%;
    padding: 4px 6px;
    margin-bottom: 10px;
    line-height: 20px;
    vertical-align: middle;
    transition: border linear .2s, box-shadow linear .2s;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #c5c6c6;
    color: #747982;
    min-width: 200px;
}

.testimonial__form textarea {
    height: 100px;
    width: 100%;
    border-radius: 0;
    padding: 4px 6px;
    margin-bottom: 10px;
    line-height: 20px;
    transition: border linear .2s, box-shadow linear .2s;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #c5c6c6;
    color: #747982;
}

.testimonial__form input[type="checkbox"] {
    margin: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    min-width: auto;
}

.testimonial__form input[type="submit"] {
    cursor: pointer;
    outline: 0;
    padding: 5px 12px 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    float: none;
    height: auto;
    text-indent: 0;
    margin-bottom: 15px;
    color: #fff;
    background: rgba(9, 128, 66, 1);
    border: 1px solid rgba(68, 68, 68, 0.00);
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
    letter-spacing: 1px;
}

.testimonial__form textarea:focus, .testimonial__form input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

.testimonial__form,
.testimonials__grid {
    margin-top: 30px;
}

.review_author h3 {
    font-size: 15px;
    margin: 0 10px 0 0;
}

.review_datePublished {
    font-size: 12px;
    font-style: italic;
}

.review_datePublished i {
    margin-right: 5px;
}

.testimonial__review {
    display: flex;
    align-items: center;
}

.testimonial__item blockquote {
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-bottom: 30px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    border: none;
}

.testimonial__item blockquote p {
    font-size: 14px;
    font-weight: normal;
    display: inline;
    padding: 0;
    line-height: 120%;
    margin: 2px 0 2px;
}

.testimonials__content {
    background-color: #ffffff;
}

.slider__single .owl-item div {
    height: 408px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.paggination {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
}

.paggination li a {
    display: block;
    float: left;
    margin: 0 1px 0 1px;
    padding: 6px 10px 6px 10px;
    line-height: 16px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    cursor: pointer;
    font-size: 10px;
}

.paggination li .current {
    display: block;
    float: left;
    margin: 0 1px 0 1px;
    padding: 6px 10px 6px 10px;
    line-height: 16px;
    text-decoration: none;
    width: auto;
    background: #3279BB;
    color: #fff;
    cursor: default;
    font-size: 10px;
}

.paggination li a:hover {
    background: #3279BB;
    color: #fff !important;
}

.fca_qc_your_answer_container {
    display: none !important;
}

.certificat br{
	display: none;
}

.page__404 h1 {
    text-align: center;
}

.team__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bg__team {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 300px;
    margin-bottom: 7px;
}

.team__item {
    width: calc((100% / 3) - 13px);
    margin-bottom: 20px;
}

.team__item p {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #40484f;
    margin-bottom: 0;
}

.team__single {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team__single img {
    width: 215px;
}

.team__text {
    width: calc(100% - 235px);
}

.team__text h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #40484f;
    margin-bottom: 6px;
}

.team__text p,
.team__text li {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #40484f;
}

.link__slide {
    position: fixed;
    z-index: 200;
    width: 27px;
    height: 56px;
    background: #db0384;
    top: calc(50% - 28px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.link__slide i {
    line-height: 56px;
}

.left__slide {
    left: 0;
}

.right__slide {
    right: 0;
}

.link__slide:hover {
    color: #ffffff !important;
    background: rgba(9, 128, 66, 1);
}

.fancybox-is-open .fancybox-bg {
    opacity: .7;
    background-color: rgb(119, 119, 119);
}

#callback label {
    font-style: normal;
    color: #2b3035;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    display: block;
}

#callback label span {
    color: #E80000;
}

#callback input[type='text'],
#callback input[type='tel'] {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #c5c6c6;
    color: #747982;
    line-height: 20px;
    display: block;
    height: 30px;
    padding: 4px 6px;
    margin: 0 0 20px;
    width: 100%;
}

#callback .input-submit {
    color: #ffffff;
    background: rgba(9, 128, 66, 1);
    border-color: rgba(68, 68, 68, 0.00);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 10px !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

#callback .input-submit:hover {
    color: #ffffff !important;
    background: rgba(9, 128, 66, 1);
}

.fancybox-close-small {
    background: url('../img/saki_sprite.png') top left no-repeat !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px;
    height: 30px;
}

.fancybox-close-small svg {
    display: none;
}

.tablepress .row-1.odd td, .tablepress .row-2.even td {
    background: #40484f;
    color: #fff;
    border: solid 1px #5a6169;
    text-align: center;
    vertical-align: middle;
}
.tablepress .row-hover tr.row-1.odd:hover td, .tablepress .row-hover tr.row-2.even:hover td {
    background: #40484f;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.tablepress tbody td {
    border: solid 1px #a1a3a6;
    text-align: center;
    vertical-align: middle!important;
}
.tablepress tbody td {
    vertical-align: top;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}
.tablepress .odd td {
    background-color: #f9f9f9;
}
table .btn-bt.default{
	margin-bottom: 0;
}
table{
	margin-top: 20px;
}

#accordion2 .accordion-inner p {
    color: #fff;
}
#tablepress-11 thead th {
    background: #40484f;
    color: #fff;
    text-align: center;
}
#tablepress-11.tablepress .row-hover tr.row-2.even td, #tablepress-11.tablepress .row-hover tr.row-7.odd td, #tablepress-11.tablepress .row-hover tr.row-12.even td, #tablepress-11.tablepress .row-hover tr.row-16.even td, #tablepress-11.tablepress .row-hover tr.row-20.even td, #tablepress-11.tablepress .row-hover tr.row-21.even td, #tablepress-11.tablepress .row-hover tr.row-24.even td, #tablepress-11.tablepress .row-hover tr.row-27.odd td {
    background-color: #d53d97;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
#tablepress-11.tablepress .row-hover tr.row-28 .column-2 {
    color: #d53d97;
    font-weight: 600!important;
    text-transform: uppercase;
}
#ngg-gallery-54f002397937eb89131f0736631feb06-1 {
    text-align: justify!important;
    display: flex!important;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#ngg-gallery-54f002397937eb89131f0736631feb06-1 .ngg-gallery-thumbnail-box + br,
#ngg-gallery-54f002397937eb89131f0736631feb06-1 .ngg-clear{
	display: none;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    margin-bottom: 30px;
}
.vc_custom_1496910105405 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.text__block > img{
	margin-bottom: 20px;
}
.other__rooms .btn-bt.default{
	margin-bottom: 0;
}
.att {
    margin-top: 10px;
    padding: 20px;
    background: #ececed;
}
p iframe{
	margin-top: 20px;
}
.hot.tablepress tfoot th, .hot.tablepress thead th {
    background: #40484f;
    color: #ffffff;
}
.hot.tablepress .row-1.odd td, .hot.tablepress .row-2.even td {
    background: #ffffff;
    color: #2b3035;
}
.hot.tablepress .row-1.odd td, .hot.tablepress .row-2.even td {
    background: #ffffff;
    color: #2b3035;
}
.hot.tablepress tr td:first-child, .hot.tablepress tr td:last-child {
    text-align: left;
}
.hot.tablepress .row-hover tr.row-1.odd:hover td, .hot.tablepress .row-hover tr.row-2.even:hover td {
    background-color: #f3f3f3;
}
.tablepress-table-description {
    margin-bottom: 10px;
}




/**/
@media (max-width: 1200px) {
    #slider-overlay {
        left: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #slider-overlay .widget.slider-menu {
        float: none;
        position: relative;
        z-index: 10;
        top: 0;
        left: 0;
    }

    .slider-menu-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
    }

    .slider-menu-container li {
        margin-left: 2px;
    }
}

@media (max-width: 1110px) {
    .news__item .timeline {
        height: 40px;
        width: 200px !important;
    }

    .news__item .timeline .date {
        width: auto !important;
        height: 33px !important;
        border-radius: 0;
        border-color: #ccc;
    }

    .news__item .timeline .date .day {
        width: 50%;
        float: left;
        margin-top: 5px;
        text-align: right;
    }

    .news__item .timeline .date .month {
        width: 45%;
        margin-left: 5%;
        float: left;
        margin-top: 9px;
        text-align: left;
    }

    .timeline-border {
        z-index: -1;
    }

    .news__item .post__box {
        width: 100%;
        z-index: 9999999;
        display: block;
    }
}

@media (max-width: 1040px) {
    .max__wrap {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
	#ngg-gallery-54f002397937eb89131f0736631feb06-1 {
    justify-content: center;
}
    #menu {
        display: none !important;
    }

    .contact__map-home,
    .contact__info-home {
        width: 100%;
        min-height: auto;
        padding-bottom: 30px;
    }

    .rooms__grid,
    .sidebar__right,
    .news__grid {
        width: 100%;
        margin-bottom: 35px;
    }

    .rooms__grid .btn-bt.default {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .section__rooms-home .rooms__grid .button__box .btn-bt.default {
        padding-left: 38px !important;
        padding-right: 38px !important;
    }

    .services__med-item {
        width: 50%;
    }

    .mmenu {
        display: flex;
    }

}

@media (min-width: 992px) {
    #mm-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {


    body {
        padding-right: 0;
        padding-left: 0;
    }

    .section__actions-home .latest_blog .blog-item {
        width: 47%;
        display: inline-block;
        margin: 1%;
        padding-left: 0;
        float: none;
        vertical-align: top;
        text-align: left;
    }

    .section__actions-home .latest_blog .row {
        text-align: center;
    }

    .section__actions-home .latest_blog .blog-item:last-child {
        margin-bottom: 0;
        width: 440px !important;
        max-width: 100%;
    }

    .section__actions-home .latest_blog .blog-item:last-child .content {
        min-height: 200px;
    }

    .rooms__info, .rooms__grid, .section__rooms-home .rooms__grid, .section__rooms-home .rooms__grid .portfolio-item {
        width: 100%;
    }

    .section__rooms-home .he-wrap, .he-wrap {
        height: 60vw;
    }

    .rooms__grid .portfolio-preview-items {
        margin-left: 0;
    }

    .rooms__info {
        margin-bottom: 20px;
    }

    .section_clear {
        margin-left: 0;
        margin-right: 0;
    }

    .portfolio-preview-items {
        margin-left: 0;
    }

    .portfolio-item {
        width: 100%;
        padding-left: 0;
        float: none;
    }

    .news__blog .blog-item .content {
        min-height: auto;
    }

    .section__news-home .section_clear .span4 {
        margin-bottom: 30px;
        width: 100%;
    }

    #footer .row-fluid .span4 {
        width: 31.491712707182% !important;
        float: left;
    }

    #copyright .desc {
        width: 100%;
    }

    #copyright .copyright_text {
        width: 60%;
    }

    #slider-overlay {
        position: relative;
        justify-content: center;
    }

    .rooms__grid .portfolio-item {
        min-height: auto;
        width: 100%;
    }

    .gallery a.lightbox-gallery {
        width: 20%;
    }

    .room__details,
    .room__description {
        width: 100%;
    }

    .room__details {
        order: 1;
    }

    .room__description {
        order: 2;
    }

    #portfolio-slider-overlay {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
    }

    .news__grid,
    .action__item {
        width: 100%;
    }

    .contacts__item {
        width: 100%;
        padding: 0;
    }

    .way__map {
        width: 100%;
        margin-bottom: 0;
        order: 1;
    }

    .way__text {
        width: 100%;
        order: 2;
    }

    .blog__img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
    }

    .slider__single .owl-item div {
        height: 50vw;
    }

    .team__item {
        width: calc((100% / 2) - 10px);
    }
	html:not(.tablepress) table {
     margin: 0;
}
.tablepress {
    display: block;
    overflow-x: scroll!important;
}
}

@media (max-width: 690px) {
    #footer .row-fluid .span4 {
        width: 100% !important;
        float: none;
        clear: both;
    }

    #footer .inner #nav_menu-5.widget, #footer .inner #nav_menu-4.widget {
        width: 100%;
        margin-bottom: 20px;
    }

    #footer .inner .widget ul {
        text-align: center;
    }

    #footer .inner .widget ul li {
        float: none;
        display: inline-block;
        padding: 0 7px !important;
        width: auto;
    }

    #footer .row-fluid .span4:last-child .widget_text {
        float: none;
    }

    #footer .row-fluid .span4:last-child .widget_text .pull-right {
        float: none;
        text-align: center;
    }

    .section__actions-home .latest_blog .blog-item {
        width: 100%;
        margin: 0;
    }

    .latest_blog .blog-item .content {
        min-height: auto;
    }

    .section__actions-home .latest_blog .blog-item:last-child {
        width: 100% !important;
    }

    .section__actions-home .latest_blog .blog-item img {
        width: 100%;
    }
	
	html:not(.tablepress) table {
    position: relative;
    overflow: hidden;
    margin: 0 -30px;
}
}

@media (max-width: 650px) {
    .header__col {
        width: 50% !important;
        float: left !important;
        margin-top: 130px;
    }

    .header__logo {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
    }

    .services__med-item {
        width: 100%;
    }

    .team__text {
        width: 100%;
    }

    .team__single img {
        margin: 0 auto 20px;
    }

}

@media (max-width: 480px) {

    .header__address {
        display: none;
    }

    .header__col {
        width: 100% !important;
        float: none !important;
        margin-top: 30px;
        text-align: center;
    }

    .header__logo {
        position: relative;
        margin-top: 30px;
    }

    .header__call {
        margin-bottom: 20px;
    }

    .main-slider .slider {
        display: none;
    }

    h1, h2 {
        font-size: 24px !important;
        line-height: 1.2 !important
    }

    .list li.simple, .list li.titledesc dl p {
        font-size: 13px;
        line-height: 1.3
    }

    .single__slider .main-slider .slider {
        display: block;
    }

    .list-gallery-photos li {
        width: 100% !important;
        height: 200px !important;
    }

    .list-gallery-photos li:hover {
        background-position: center;
    }

    .team__item {
        width: 100%;
    }
}

@media (max-width: 367px) {
    .b-table .price, .b-table .book {
        text-align: center;
    }

    .b-table .b-table-cell {
        display: block;
        padding: 3px;
    }

    .room__description .b-table .b-table-cell {
        display: table-cell;
    }
}

.fca_qc_your_answer_container {
    display: none !important;
}

.tl-search-form-main {
    min-height: 0;
    font-size: 0;
    background: #098042;
    background: -webkit-linear-gradient(to right,#098042 50%,#ebe9e9 50%);
    background: -moz-linear-gradient(to right,#098042 50%,#ebe9e9 50%);
    background: linear-gradient(to right,#098042 50%,#ebe9e9 50%);
}

.tl-search-form-main .container-form {
    max-width: 1110px;
    margin: auto
}

/* страница оплаты */
.pay-icon {
    width: 91px;
    height: 74px;
    float: left;
    background: url(/wp-content/uploads/2019/06/pay-icon.png) center center/100% no-repeat;
    margin-right: 20px;
    margin-top: -20px;
}
#pay #uw3root {
    background: none;
    box-shadow: 0 0 0;
    border: none;
    width: auto;
    float: none;
    padding: 0;
}
#uw3InvoiceEnter {
    position: relative;
}
#uw3InvoiceEnter:before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: 65px;
    /* background: url(../images/redesign/pay-arrow.png) left top/100% no-repeat; */
    width: 39px;
    height: 17px;
    z-index: 4;
    pointer-events: none;
}
#pay #uw3InvoiceEnter h2 {
    display: none;
}
#pay #uw3InvoiceEnter .uw3-mid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: relative;
}
#pay #uw3root input#uw3InvoiceNumberTxb {
    width: 65%;
    border: 2px solid #f0f0f0;
    box-shadow: 0 0 0;
    border-radius: 0;
    background: #f0f0f0;
    transition: border 0.2s ease-in-out;
    font-size: 18px;
    color: #343434;
    font-weight: bold;    
    padding: 18px 25px;
}
#pay #uw3root input[type="button"] {
    font-family: inherit;
    padding: 5px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    line-height: 1;
    border: none;    
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 0;    
    width: 35%;
    background: #d53d97;
    position: relative;
    z-index: 1;
    font-size: 22px;    
    font-weight: normal;
    transition: background 0.37s ease-in-out;
}
#pay #uw3root input[type="button"]:hover {
    background: #d53d97;
    color: #fff;
}
#pay #uw3root input[type="button"] {   
    padding: 5px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    line-height: 1;
    border: none;    
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 0;
	width: 35%;
    background: #d0087f;
    position: relative;
    z-index: 1;
    font-weight: normal;
    transition: background 0.37s ease-in-out;
	font: 16px Ubuntu,sans-serif;
}
#pay #uw3root div.uw3-line, #maxengine_holder #uw3root div.uw3-line {
    border-bottom: 1px solid #02a99f;
    padding: 5px 10px;
}
#pay #uw3root span.uw3-desc, #maxengine_holder #uw3root span.uw3-desc {
    font-size: 13px;
    color: #5b646e;
}
#pay #uw3root div.uw3-line:nth-child(2n), #maxengine_holder #uw3root div.uw3-line:nth-child(2n) {
    border-bottom: 1px solid #d53d97;
}
#pay #uw3root input[type="button"]#uw3InvoiceLayoutNextBtn,
#pay #uw3root input[type="button"]#uw3PaymentBriefLayoutNextBtn{
  width: 100%;
  height: 40px;
}
#pay .uw3-navigation .uw3-r{
  height: 40px;
  max-width: 270px;  
}
.single-fd-orb {
  margin-bottom: 30px;
}
#pay #uw3root span.uw3-desc,
#maxengine_holder #uw3root span.uw3-desc{
  font-size: 13px;
  color:#5b646e;
}
#pay #uw3root div.uw3-line,
#maxengine_holder #uw3root div.uw3-line{
  border-bottom: 1px solid #d53d97;
  padding: 5px 10px;
}
#pay #uw3root div.uw3-line:nth-child(2n),
#maxengine_holder #uw3root div.uw3-line:nth-child(2n){
  border-bottom: 1px solid #d53d97;
}
#pay #uw3root label[for=uw3InvoiceDetailsAmountTxb],
#maxengine_holder #uw3root label[for=uw3InvoiceDetailsAmountTxb]{
  color:#d53d97;
  font-weight: bold;
}
#pay #uw3root input#uw3InvoiceDetailsAmountTxb,
#maxengine_holder #uw3root input#uw3InvoiceDetailsAmountTxb{
  border: 1px solid  #d53d97;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
}


#pay #uw3root #uw3TableAmount .uw3-inline,
#maxengine_holder #uw3root #uw3TableAmount .uw3-inline{
  color: #d53d97;
  text-transform: uppercase;
  font-weight: bold;
}
/*страница оплаты*/