body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222;
    font-family: Lato, sans-serif;
    overflow-y: scroll;
    font-size: 15px
}
::-moz-focus-inner {
    border: 0
}
a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    outline: 0!important
}
button, input, select, textarea {
    outline: 0!important;
    box-shadow: none!important
}
.table-responsive, table {
    margin-bottom: 15px;
    width: 100% !important;
}
.table-responsive table {
    margin-bottom: 0
}
table td {
    border: 1px solid #eee;
    padding: 10px
}
table td table td {
    padding: 0;
    border: none
}
table td p {
    margin-bottom: 0
}
.button, .button:active, .button:focus, .button:visited {
    outline: 0!important;
    border: 2px solid #eab61d;
    border-radius: 0;
    background-color: #fff;
    padding: 15px 20px 15px 25px;
    min-width: 150px;
    font-size: 14px;
    text-decoration: none;

    transition: all .3s ease;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}
.button:active:before, .button:before, .button:focus:before, .button:visited:before {
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background-color: #eab61d;
    opacity: .7;
    transition: all .2s ease
}
.button:active:after, .button:after, .button:focus:after, .button:visited:after {
    display: inline-block;
    margin-left: 12px;
    content: "";
    background-image: url(../images/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 2;
    bottom: -3px
}
.button:active span, .button:focus span, .button:visited span, .button span {
    position: relative;
    z-index: 2
}
.button:hover {

    text-decoration: none
}
.button:hover:before {
    width: 100%
}
.title {
    font-size: 32px;
    margin: 0 0 30px;
    font-weight: 800;
    line-height: 1.3
}
.small_title, .title {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word
}
.small_title {
    font-family: "Caveat", cursive;
    margin-top: 0;
    
    letter-spacing: 2px;
    color: #EAB61D;
    font-weight: 700
}
.small_title, p {
    margin-bottom: 30px;
    font-size: 16px
}
p {
    color: #777;
    line-height: 1.7
}
p b {
    color: #222
}
.section {
    padding: 100px 0
}
.section_light {
    background-color: #eff2f7
}
.anchor {
    position: absolute;
    margin-top: -40px;
    z-index: -1;
    visibility: hidden
}
.anchor_detail {
    margin-top: -80px
}
.banner {
    background-size: cover;
    background-color: #eff2f7;
    background-position: 50%;
    position: relative;
    color: #fff;
    margin-top: 80px
}
.banner:before {
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, .3);
    background-image: url(../images/banner_object.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom right 100px;
    position: absolute
}
.banner .container {
    height: 450px;
    padding: 50px 15px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}
.banner h1 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    font-size: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word
}
.banner h1, .banner p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .2)
}
.banner p {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 5px
}
.banner p, .banner p b {
    color: #fff
}
.banner ul {
    margin-top: 100px;
    align-self: flex-start;
    margin-bottom: 0;
    list-style-type: none;
    font-size: 0;
    border: 1px solid hsla(0, 0%, 100%, .5);
    padding: 12px 20px;
    display: inline-block;
    background-color: rgba(19, 51, 86, .3)
}
.banner ul li {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    color: #fff
}
.banner ul li:after {
    margin: 0 12px;
    content: ">";
    display: inline-block;
    font-weight: 300;
    font-size: 12px
}
.banner ul li:last-child:after {
    display: none
}
.banner ul li a {
    font-weight: 300
}
.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 15px 0;
    transition: all .2s
}
.header .container-fluid {
    max-width: 1600px
}
.header_logo {
    width: 90%;
    margin-top: 24px;
    display: inline-block;
    height: 50px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat
}
.header .navbar {
    padding: 0 30px;
    width: 100%
}
.header .navbar-header {
    min-width: 215px;
    transition: all .2s
}
.header .navbar-collapse {
    justify-content: space-between
}
.header .navbar-nav {
    position: relative;
    max-width: 1070px;
    padding-right: 30px;
    display: block
}
.header .navbar-nav li {
    font-size: 0;
    margin-right: 15px;
    display: inline-block
}
.header .navbar-nav li:last-child {
    margin-right: 0
}
.header .navbar-nav a {
    display: inline-block;
    font-size: 13.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    transition: all .2s;
    color: #002c5a
}
.header .navbar-nav a:hover, .header .navbar-nav li.active a {
    color: #eab61d
}
.header .navbar-nav .dropdown-toggle {
    padding-right: 13px;
    position: relative
}
.header .navbar-nav .dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 12px
}
.header .navbar-nav .dropdown-menu {
    min-width: 200px
}
.header .navbar-nav .dropdown-menu h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
    color: #002c5a;
    padding-left: 15px
}
.header .navbar-nav .dropdown-menu a {
    padding: 5px 10px 5px 15px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    position: relative;
    background-color: transparent!important
}
.header .navbar-nav .dropdown-menu a+h5 {
    margin-top: 20px
}
.header .navbar-nav .dropdown-menu h5 a {
    padding: 0;
    text-transform: uppercase;
    font-weight: 700
}
.header .navbar-nav .dropdown-menu h5 a:before {
    display: none
}
.header .navbar-nav .megamenu {
    position: static
}
.header .navbar-nav .megamenu_nav {
    width: 100%;
    min-width: 800px;
    padding: 25px 30px 15px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden
}
.header .navbar-nav .megamenu_nav>.row>div {
    margin-bottom: 15px
}
.header .navbar-nav .megamenu_nav h5 {
    padding-left: 0
}
.header .navbar-nav .megamenu_nav a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5px;
    height: 5px;
    width: 5px;
    top: 12px;
    border-radius: 50%;
    background-color: #002c5a;
    opacity: .5
}
.header_phone {
    display: inline-block;
    background-color: #002c5a;
    position: relative;
    font-size: 14px;
    border-radius: 25px;
    padding: 12px 15px;
    letter-spacing: .5px;
    font-weight: 500;
    color: #fff
}
.header_phone a {
    transition: all .2s
}
.header_phone a:hover {
    color: #00568D
}
.header.smaller {
    padding: 5px 0
}
.slick-initialized .slick-slide {
    outline: 0!important
}
.main_slider {
    margin-top: 80px;
    background-color: #eff2f7
}
.main_slider+.kontakt_bar {
    margin-top: -50px
}
.main_slide {
    background-size: cover;
    background-position: 50%;
    padding: 170px 0 150px;
    min-height: 780px;
    position: relative
}
.main_slide:before {
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    top: 0;
    z-index: 1
}
.main_slide:after, .main_slide:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0
}
.main_slide:after {
    background-image: url(../images/slider_objects.png);
    background-position: center bottom -30px;
    height: 400px;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 2
}
.main_slide .container {
    position: relative;
    z-index: 3
}
.main_slide_text {
    color: #fff
}
.main_slide_text h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px;
    transform: translateY(-50px);
    opacity: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    overflow-wrap: break-word;
    word-wrap: break-word
}
.main_slide_text h2:before {
    content: "";
    vertical-align: bottom;
    display: inline-block;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/suitcase.svg)
}
.main_slide_text p {
    font-size: 24px;
    transform: translateY(-50px);
    opacity: 0;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .2)
}
.main_slide_text p b {
    color: #fff
}
.main_slide_event {
    color: #fff;
    padding-left: 100px
}
.main_slide_event div {
    border: 1px dotted hsla(0, 0%, 100%, .5);
    padding: 40px;
    transform: translateY(-50px);
    opacity: 0;
    background-color: rgba(0, 0, 0, .15)
}
.main_slide_event h3 {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 800;
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-wrap: break-word
}
.main_slide_event p {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px
}
.main_slide_event p b {
    color: #fff
}
.main_slide_event span {
    display: inline-block;
    border: 2px solid hsla(0, 0%, 100%, .4);
    padding: 6px 12px;
    font-size: 24px;
    font-weight: 700;
    color: #00568D;
    margin-right: 15px
}
.main_slide_event a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    transition: all .2s
}
.main_slide_event a i {
    margin-left: 7px
}
.main_slide_event a:hover {
    color: #00568D
}
.main_slide.slick-active .main_slide_event div, .main_slide.slick-active .main_slide_text h2, .main_slide.slick-active .main_slide_text p {
    -webkit-animation-name: custom_fade;
    animation-name: custom_fade;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.main_slide.slick-active .main_slide_text h2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.main_slide.slick-active .main_slide_text p {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.main_slide.slick-active .main_slide_event div {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
@-webkit-keyframes custom_fade {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}
@keyframes custom_fade {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}
.slick-dots {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding-left: 0;
    list-style-type: none
}
.slick-dots li {
    margin: 0 8px;
    display: inline-block;
    font-size: 0
}
.slick-dots button {
    border: 2px solid transparent;
    background-color: transparent;
    padding: 3px;
    border-radius: 50%;
    opacity: .8;
    transition: all .2s
}
.slick-dots button:after {
    height: 10px;
    width: 10px;
    display: inline-block;
    content: "";
    background-color: #fff;
    border-radius: 50%
}
.slick-dots li.slick-active button {
    border-color: #fff;
    opacity: 1
}
.slick-next, .slick-next:focus, .slick-prev, .slick-prev:focus {
    position: absolute;
    z-index: 12;
    display: block;
    height: 35px;
    width: 45px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: #fff;
    top: 0;
    right: -50px;
    padding: 0;
    outline: none;
    text-align: center;
    background-color: transparent;
    background-image: url(../images/arrow-left.svg);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    transition: all .2s;
    opacity: .7
}
.slick-prev, .slick-prev:focus {
    top: 35px
}
.slick-next, .slick-next:focus {
    transform: rotateY(180deg)
}
.slick-next:hover, .slick-prev:hover {
    opacity: 1
}
.kontakt_bar {
    background-color: #eff2f7
}
.kontakt_bar .row {
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}
.kontakt_bar h4 {
    margin: 0 0 7px
}
.kontakt_bar h3 {
    font-weight: 300;
    font-size: 28px;
    margin: 0;
    text-transform: uppercase
}
.kontakt_bar h3 span {
    display: inline-block;
    margin: 0 5px;
    font-size: 24px;
    font-weight: 700
}
.kontakt_bar h3 b {
    font-weight: 800;
    text-transform: uppercase
}
.post {
    margin-bottom: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word
}
.post article {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    height: 100%;
    position: relative
}
.post figure {
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}
.post figure span {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
    background-color: #eab61d;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px
}
.post figure span b {
    font-weight: 800
}
.post figure img {
    transition: all .6s
}
.post figure:hover img {
    transform: scale(1.2)
}
.post_text {
    padding: 30px 25px
}
.post h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #002c5a
}
.post p {
    margin-bottom: 10px
}
.post p i {
    color: #00568D;
    font-size: 14px;
    margin-right: 5px
}
.post ul {
    list-style-type: none;
    padding-left: 0;
    color: #777;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px
}
.post ul b {
    font-weight: 600
}
.post .more {
    margin-top: 10px
}
.more {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    color: #00568D!important;
    transition: all .2s
}
.more i {
    margin-left: 5px
}
.more:hover {
    color: #eab61d!important
}
.pagination {
    margin-top: 15px;
    margin-bottom: 20px
}
.pagination li {
    display: inline-block;
    margin-right: 5px
}
.pagination a {
    color: #777;
    font-size: 18px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    transition: all .2s
}
.pagination a:hover {
    color: #eab61d
}
.pagination li.active a {
    background-color: #00568D;
    color: #fff!important
}
.popular {
    padding-bottom: 70px;
    overflow: hidden
}
.popular .post article {
    z-index: 2
}
.popular .post:first-child:before, .popular .post:last-child:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 1;
    background-image: url(../images/leaf.png);
    background-repeat: no-repeat;
    background-size: contain
}
.popular .post:first-child:before {
    top: -38px;
    left: -28px
}
.popular .post:last-child:after {
    bottom: -40px;
    right: -30px;
    transform: rotate(180deg)
}
.search {
    border: 1px solid #e5e9ec;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff
}
.search h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    color: #002c5a
}
.search h5 {
    font-size: 15px;
    font-weight: 500;
    color: #002c5a;
    margin: 0 0 5px
}
.search_number, .search_select, .search_text {
    padding-left: 15px;
    padding-right: 10px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    border: 1px solid #e5e9ec;
    transition: all .2s
}
.search_number:focus, .search_select:focus, .search_text:focus {
    border-color: #00568D
}
.search_select {
    padding-left: 12px
}
.search_number {
    padding-right: 0
}
.search_offer, .search_price {
    margin: 0 -10px
}
.search_offer>div, .search_price>div {
    padding-left: 10px;
    padding-right: 10px
}
.search_check {
    cursor: pointer;
    margin-bottom: 20px
}
.search_check input {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
    z-index: -1
}
.search_check span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #d3d3d3;
    margin-right: 5px;
    position: relative;
    bottom: -3px
}
.search_check span:after {
    width: 8px;
    height: 8px;
    background-color: transparent;
    display: inline-block;
    content: "";
    left: 4px;
    top: 4px;
    position: absolute
}
.search_check input:checked+span:after {
    background-color: #00568D
}
.search .button {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    width: 100%
}
.search_nav {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #e5e9ec;
    border-top: 3px solid #eab61d;
    margin-bottom: 20px;
    list-style-type: none
}
.search_nav a {
    display: block;
    padding: 11px 20px 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    color: #002c5a;
    transition: all .2s
}
.search_nav a:hover {
    color: #eab61d
}
.search_nav a i {
    position: absolute;
    right: 0;
    top: 13px;
    color: #00568D;
    font-size: 17px
}
.search_nav li {
    border-bottom: 1px solid #e5e9ec
}
.search_nav li:last-child {
    border: none
}
.featured {
    padding-bottom: 70px;
    background-color: #eff2f7
}
@media (min-width:1500px) {
    .featured .container {
        max-width: 1470px
    }
}
.home_about {
    padding-top: 130px;
    padding-bottom: 0;
    background-image: url(../images/home_about.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1140px auto
}
#googleMap {
    height: 400px
}
/*gmpc*/
.gmpc_wrap {
    position: relative;
}
.gmpc_btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.gmpc_btn span {
    display: inline-block;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
    text-align: center;
    max-width: 200px;
    width: 100%;
    transition: all .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}
.gmpc_btn:hover span {
    border-color: #00568D;
    background-color:  #00568D;
    color: #fff;
}
.footer {
    padding: 80px 0 30px
}
.footer_info {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 15px;
    color: #777
}
.footer_info li {
    margin-bottom: 5px
}
.footer_info a {
    transition: all .2s
}
.footer_info a:hover {
    color: #eab61d
}
.footer h4 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #002c5a;
    font-weight: 700
}
.footer .container-fluid {
    max-width: 1600px;
    padding: 30px 30px 50px
}
.footer .container-fluid>.row {
    justify-content: space-between
}
.footer_middle {
    width: 1140px;
    padding-top: 20px
}
.footer_left, .footer_right {
    max-width: 215px
}
.footer_right {
    text-align: right;
    padding-top: 15px
}
.footer_logo {
    width: 140px;
    margin-top: 27px;
    display: inline-block;
    height: 50px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px
}
.footer_nav, .footer_social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px
}
.footer_nav li, .footer_social li {
    display: inline-block;
    font-size: 14px
}
.footer_nav li a, .footer_social li a {
    transition: all .2s
}
.footer_nav li a:hover, .footer_social li a:hover {
    color: #00568D
}
.footer_nav {
    text-transform: uppercase;
    font-weight: 700
}
.footer_nav li {
    margin-right: 25px
}
.footer_nav li:last-child {
    margin-right: 0
}
.footer_nav a {
    color: #002c5a
}
.footer_social {
    display: inline-block;
    margin-top: 50px
}
.footer_social li {
    font-size: 20px;
    margin-right: 10px
}
.footer_social a {
    width: 40px;
    border: 1px solid #ecebeb;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: grey
}
.footer_link {
    display: inline-block;
    background-color: #002c5a;
    position: relative;
    font-size: 14px;
    border-radius: 25px;
    padding: 12px 25px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff!important;
    transition: all .2s
}
.footer_link:hover {
    background-color: #00568D
}
.footer_link img {
    margin-right: 5px
}
.footer p {
    display: inline-block;
    font-size: 14px
}
.footer #toTop {
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .2s;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    margin-top: -5px;
    box-shadow: 0 3px 7px rgba(192, 200, 213, .4)!important;
    color: #002c5a
}
.footer #toTop:hover {
    color: #002c5a;
    background-color: #eab61d
}
.quotes {
    background-color: #002c5a;
    padding: 80px 0;
    background-image: url(../images/quotes_bg.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
    min-height: 250px
}
.quotes:after, .quotes:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px
}
.quotes:after {
    background-image: url(../images/quote_leaf_top.png);
    background-position: 100%;
    right: 0;
    top: -40px
}
.quotes:before {
    background-image: url(../images/quote_leaf_bottom.png);
    background-position: 0 100%;
    left: 0;
    bottom: 0
}
.quotes .container {
    position: relative;
    z-index: 2
}
.quotes_slide {
    color: #fff
}
.quotes_slide .row {
    margin: 0;
    position: relative
}
.quotes_slide_text {
    padding-left: 80px
}
.quotes_slide_text i {
    position: absolute;
    left: 7px;
    top: 5px;
    font-size: 45px
}
.quotes_slide_person {
    padding-left: 30px
}
.quotes_slide p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}
.quotes_slide h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}
.quotes_slide h4:after {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-top: 10px
}
.quotes_slide h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 600
}
.advantages {
    padding-bottom: 0
}
.advantages_item {
    margin-bottom: 30px
}
.advantages_item article {
    height: 100%;
    text-align: center;
    padding: 30px 15px;
    border: 1px solid rgba(0, 177, 173, .16)
}
.advantages_item article span {
    display: block;
    margin-bottom: 15px;
    font-size: 60px;
    height: 60px;
    line-height: 1;
    font-weight: 700;
    color: #002c5a
}
.advantages_item article span img {
    max-height: 60px
}
.advantages_item article h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #002c5a
}
.advantages_item article p {
    margin-bottom: 0;
    font-size: 14px
}
.partners {
    padding-bottom: 80px;
    border-bottom: 1px solid #d3d3d3
}
.partners .container {
    padding-left: 30px;
    padding-right: 20px;
    position: relative
}
.partners .container:after, .partners .container:before {
    content: "";
    display: inline-block;
    z-index: 10;
    position: absolute;
    width: 40px;
    top: 0;
    height: 100%
}
.partners .container:before {
    left: 0;
    background-image: linear-gradient(90deg, #fff 50%, transparent)
}
.partners .container:after {
    right: 0;
    background-image: linear-gradient(90deg, transparent, #fff 50%)
}
.partners_slide {
    padding-left: 10px;
    padding-right: 10px
}
.partners_item {
    margin-bottom: 20px
}
.partners_item figure {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border: 1px solid #e8e8e8;
    margin-bottom: 0
}
.partners_item figure img {
    max-height: 60px;
    max-width: 90%;
    width: auto;
    display: inline-block!important
}
@media (min-width:1300px) {
    .partners .container {
        max-width: 1270px
    }
}
.kontakt_info>div {
    margin-bottom: 30px
}
.kontakt_info_box {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    height: 100%
}
.kontakt_info_box div {
    padding: 20px 15px 5px 20px
}
.kontakt_info_box h3 {
    color: #fff;
    background-color: #eab61d;
    position: relative;
    padding: 15px 40px 15px 20px;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase
}
.kontakt_info_box h3 i {
    position: absolute;
    right: 15px;
    top: 17px
}
.kontakt_info_box p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #002c5a
}
.kontakt_info_box p a {
    display: block
}
.kontakt_info_box p a+a {
    margin-top: 3px
}
.kontakt_info_box p i {
    color: #999;
    margin-right: 3px
}
.kontakt_info_box p .fas.fa-phone-alt {
    font-size: 13px
}
.kontakt_info_box a {
    transition: all .2s
}
.kontakt_info_box a:hover {
    color: #00568D
}
.kontakt_info_box h4 {
    font-size: 17px;
    font-weight: 600;
    color: #002c5a;
    margin: 0 0 5px
}
.kontakt_info_box ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px
}
.kontakt_info_box ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px
}
.kontakt_info_box ul a {
    width: 35px;
    border: 1px solid #ecebeb;
    height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    color: grey
}
.kontakt {
    background-color: #eff2f7
}
.kontakt #googleMap {
    border: 3px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1)
}
.form_section, .text_section {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    border-top: 3px solid #00568D;
    overflow-wrap: break-word;
    word-wrap: break-word
}
.form_section h2, .text_section h2 {
    font-size: 24px
}
.form_section .title, .text_section .title {
    color: #00568D;
    margin-bottom: 20px;
    font-size: 27px;
    text-transform: uppercase
}
.form_section p b, .form_section p strong, .text_section p b, .text_section p strong {
    font-weight: 600
}
.form_section h4 {
    font-size: 20px;
    font-weight: 700;
    color: #002c5a
}
.form_section h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0
}
.form_section ol, .form_section ul {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 17px;
    padding-left: 25px
}
.form_section ul {
    list-style-type: circle
}
.form_section ul li {
    margin-bottom: 5px
}
.form_section+.text_section {
    margin-bottom: 0;
    margin-top: 30px
}
.text_section {
    margin-bottom: 30px;
    padding-bottom: 20px
}
.text_section img {
  max-width: 100%;
}
.text_section ol, .text_section ul {
    color: #777;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
    padding-left: 25px
}
.text_section ul {
    list-style-type: circle
}
.form_default input, .form_default select, .form_default textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
    transition: all .2s
}
.form_default input:focus, .form_default select:focus, .form_default textarea:focus {
    border-color: #00568D
}
.form_default input, .form_default select {
    height: 45px;
    padding: 0 15px;
    line-height: 45px
}
.form_default input[type=number] {
    padding-right: 0
}
.form_default textarea {
    padding: 15px;
    resize: none
}
.default_datepicker {
    position: relative
}
.default_datepicker:after {
    content: "";
    display: inline-block;
    background-image: url(../images/calendar.svg);
    background-size: contain;
    background-position: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 12px;
    opacity: .4
}
.default_datepicker input {
    padding-right: 30px
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #00568D;
    color: #002c5a;
    font-weight: 700
}
.daterangepicker .calendar td, .daterangepicker .calendar th {
    font-size: 14px;
    height: 28px;
    color: #002c5a
}
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    border: 1px solid #d3d3d3
}
.error {
    background-color: #eff2f7;
    text-align: center;
    padding: 250px 0 150px;
    min-height: 75vh
}
.error h1 {
    font-weight: 800;
    font-size: 120px;
    color: #00568D
}
.error h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 30px;
    color: #002c5a
}
.detail {
    padding-bottom: 70px
}
.detail_nav {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
    border-left: 3px solid #00568D
}
.detail_nav li {
    border-bottom: 1px solid #d3d3d3
}
.detail_nav li:last-child {
    border: none
}
.detail_nav a {
    display: block;
    padding: 15px 10px 15px 20px;
    text-transform: uppercase;
    font-size: 16.5px;
    font-weight: 700;
    color: #002c5a;
    transition: all .2s
}
.detail_nav a:hover {
    color: #00568D
}
.detail_nav a span {
    width: 37px;
    line-height: 1;
    font-weight: 700;
    color: #00568D;
    display: inline-block;
    font-size: 22px;
    margin-right: 5px
}
.detail_gallery {
    margin-bottom: 30px;
    position: relative
}
.detail_gallery_price {
    position: absolute;
    z-index: 10;
    padding: 10px 15px;
    top: 30px;
    left: 0;
    display: inline-block;
    background-color: #fff;
    font-weight: 600
}
.detail_gallery_price b {
    color: #00568D;
    font-size: 20px;
    font-weight: 700
}
.detail_slider {
    background-color: #fff;
    border: 3px solid #fff;
    margin-bottom: 10px
}
.detail_slider figure {
    margin-bottom: 0
}
.detail_slider_nav {
    margin: 0 -5px
}
.detail_slider_nav figure {
    border: 3px solid #fff;
    margin-bottom: 0;
    cursor: pointer
}
.detail_slide_nav {
    padding: 0 5px
}
.detail_reservation {
    background-color: #eab61d;
    color: #fff;
    margin-bottom: 30px;
    padding: 30px
}
.detail_reservation .title {
    font-size: 27px;
    margin-bottom: 20px;
    text-transform: uppercase
}
.detail_reservation h3 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: right
}
.detail_reservation h3 b {
    color: #00568D
}
.detail_reservation form {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    padding-top: 15px
}
.detail_reservation form>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}
.detail_reservation form input, .detail_reservation form select {
    border: 1px solid #00568D;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 10px;
    background: hsla(0, 0%, 100%, .2);
    color: #fff;
    font-size: 13.5px
}
.detail_reservation form input option, .detail_reservation form select option {
    color: #333
}
.detail_reservation form input {
    padding-left: 10px
}
.detail_reservation form select {
    padding-left: 10px;
    padding-right: 5px
}
.detail_reservation form button {
    width: 100%;
    padding: 10px 15px!important;
    margin-bottom: 10px
}
.testBtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #002c5a;
    border: none;
    z-index: 100;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    font-weight: 500
}
.testBtn span {
    display: block;
    font-weight: 700
}
.winter .main_slide:after {
    background-image: url(../images/slider_objects2.png)
}
.winter .popular .post:first-child:before, .winter .popular .post:last-child:after {
    background-image: url(../images/snowflake.svg);
    z-index: 3;
    width: 80px;
    height: 80px
}
.winter .quotes:after {
    background-image: url(../images/quote_leaf_top2.png)
}
.winter .quotes:before {
    background-image: url(../images/quote_leaf_bottom2.png)
}
.winter .kontakt_info_box h3, .winter .post figure span {
    background-color: #002c5a
}
.winter .detail_nav a span, .winter .form_section .title, .winter .text_section .title {
    color: #002c5a
}
.winter .detail_nav, .winter .detail_reservation form input, .winter .detail_reservation form select, .winter .form_default input:focus, .winter .form_default select:focus, .winter .form_default textarea:focus, .winter .form_section, .winter .search_number:focus, .winter .search_select:focus, .winter .search_text:focus, .winter .text_section {
    border-color: #4fb2eb
}
.winter .search_nav {
    border-top-color: #eab61d
}
.winter .detail_gallery_price b, .winter .detail_nav a:hover, .winter .detail_reservation h3 b, .winter .error h1, .winter .footer_info a:hover, .winter .footer_nav a:hover, .winter .footer_social a:hover, .winter .header .navbar-nav a:hover, .winter .header_phone a:hover, .winter .kontakt_info_box ul a:hover, .winter .main_slide_event a:hover, .winter .main_slide_event span, .winter .post p i, .winter .search_nav a i, .winter .small_title {
    color: #4fb2eb
}
.winter .post .more {
    color: #4fb2eb!important
}
.winter .button, .winter .button:active, .winter .button:focus, .winter .button:visited {
    border-color: #4fb2eb!important
}
.winter .button:active:before, .winter .button:before, .winter .button:focus:before, .winter .button:visited:before, .winter .daterangepicker td.active, .winter .daterangepicker td.active:hover, .winter .footer #toTop:hover, .winter .footer_link:hover, .winter .search_check input:checked+span:after {
    background-color: #4fb2eb
}
.winter .advantages_item article {
    border: 1px solid rgba(0, 110, 177, .16)
}
.winter .footer_logo, .winter .header_logo {
    background-image: url(../images/logo2.svg)
}
.category_iframe, .social_btn {
    margin-bottom: 30px
}
.social_btn {
    display: inline-block;
    padding: 13px 25px;
    min-width: 180px;
    border: 1px solid #999;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002c5a!important;
    transition: all .2s
}
.social_btn.active {
    border-color: #002c5a!important;
    background-color: #002c5a!important;
    color: #fff!important
}
.social_btn:hover {
    background-color: #eee
}
.news_wrap {
    margin-left: -10px;
    margin-right: -10px
}
.news_item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}
.news_item article {
    border: 1px solid #e6e6e6;
    display: inline-block;
    transition: all .2s;
    height: 100%
}
.news_item article:hover {
    background-color: #f7f7f7
}
.news_item article img {
    width: 100%
}
.news_item article>div {
    padding: 20px
}
.news_item article h6 {
    font-weight: 500;
    font-size: 13px;
    display: block;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase
}
.news_item article h5 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px
}
.news_item article p {
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 0
}
.news_item article span {
    color: #002c5a;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    font-size: 14px
}
@media only screen and (max-width:1600px) {
    .header .navbar-header {
        /*min-width: auto;*/
        margin-right: 30px
    }
}
@media only screen and (max-width:1500px) {
    .featured_posts {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .search_col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .featured .post {
        flex: 0 0 50%;
        max-width: 50%
    }
    .header_phone {
        display: none
    }
    .header .container-fluid {
        max-width: 1200px
    }
    .header .navbar {
        padding-left: 15px;
        padding-right: 15px
    }
    .footer_nav li {
        margin-right: 10px;
        font-size: 13px
    }
    .footer_link {
        padding: 12px 15px;
        font-size: 13px
    }
    .footer_left, .footer_right {
        max-width: 195px
    }
}
@media only screen and (max-width:1350px) {
    .header .navbar-header {
        min-width: auto;
        margin-right: 20px
    }
}
@media only screen and (max-width:1199.98px) {
    .header .navbar-nav li {
        margin-right: 15px
    }
    .header .navbar-nav a {
        font-size: 12px
    }
    .header .navbar-nav .dropdown-menu a {
        font-size: 13px
    }
    .kontakt_bar h3 {
        font-size: 24px
    }
    .slick-next, .slick-next:focus, .slick-prev, .slick-prev:focus {
        right: 0
    }
    .quotes_slide p {
        font-size: 16px
    }
    .banner h1 {
        font-size: 40px
    }
    .detail_nav a span {
        font-size: 20px;
        width: 28px
    }
    .detail_nav a {
        font-size: 15px
    }
    .search_check {
        font-size: 14px
    }
    .main_slide_text p {
        font-size: 20px
    }
    .main_slide_text h2 {
        font-size: 50px
    }
    .main_slide_event div {
        padding: 30px
    }
    .main_slide_event h3 {
        font-size: 24px
    }
    .main_slide_event p {
        font-size: 20px
    }
}
@media only screen and (max-width:991.98px) {
    .main_slide_event {
        padding-top: 20px;
        padding-left: 15px
    }
    .main_slide {
        padding-top: 130px;
        padding-bottom: 130px
    }
    .header .navbar-header {
        width: 100%;
        margin-right: 0;
        font-size: 0
    }
    .header_logo {
        height: 40px
    }
    .navbar-toggler {
        float: right;
        padding: 0 5px;
        margin: 6px 0 0
    }
    .navbar-toggler i {
        color: #002c5a;
        font-size: 25px
    }
    .banner, .main_slider {
        margin-top: 70px
    }
    .banner .container {
        height: 380px
    }
    .banner h1 {
        font-size: 35px
    }
    .header .navbar-nav a {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px
    }
    .header .navbar-nav li {
        margin-right: 0;
        display: block
    }
    .header .navbar-nav .dropdown-menu a {
        font-size: 14px
    }
    .header .navbar-nav {
        padding: 15px 0 5px;
        max-height: 70vh;
        overflow-y: auto;
        overflow-x: hidden
    }
    .header .navbar-nav .megamenu_nav {
        padding: 5px 10px;
        max-height: inherit;
        min-width: inherit;
        overflow: hidden
    }
    .header .navbar-nav .dropdown-menu a+h5 {
        margin-top: 0
    }
    .header .navbar-nav .dropdown-menu h5 {
        margin-top: 10px!important
    }
    .navbar-nav .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .featured_posts, .search_col {
        flex: 0 0 100%;
        max-width: 100%
    }
    .post {
        flex: 0 0 50%;
        max-width: 50%
    }
    .quotes_slide h5, .quotes_slide p {
        font-size: 14px
    }
    .quotes_slide h4 {
        font-size: 16px;
        margin-top: 5px
    }
}
@media only screen and (max-width:767.98px) {
    .header_logo {
    width: 90%;
    margin-top: 0px;
    display: inline-block;
    height: 50px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat
}
.footer_logo {
    width: 40%;
    display: inline-block;
    height: 50px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px
}
    .navbar-toggler {
        margin-right: -5px
    }
    .header {
        padding: 12px 0!important
    }
    .banner, .main_slider {
        margin-top: 60px
    }
    .main_slide {
        padding: 60px 0 80px
    }
    .main_slide_text h2 {
        font-size: 28px
    }
    .main_slide_text h2:before {
        height: 40px;
        width: 40px;
        display: none
    }
    .main_slide {
        min-height: 530px
    }
    .main_slide_text p {
        font-size: 15px
    }
    .main_slide_event {
        padding-top: 10px
    }
    .main_slide_event div {
        padding: 15px
    }
    .main_slider+.kontakt_bar {
        margin-top: 0
    }
    .main_slide:after {
        background-position: bottom -55px right 30px;
        background-size: cover;
        height: 170px
    }
    .kontakt_bar .row {
        margin: 0 -15px
    }
    .slick-dots {
        bottom: 15px
    }
    .kontakt_bar .row {
        text-align: center
    }
    .kontakt_bar h3 b {
        display: block
    }
    .kontakt_bar h3 span {
        display: none
    }
    .kontakt_bar .text-right {
        text-align: center!important;
        margin-top: 10px
    }
    .featured .post, .post {
        flex: 0 0 100%;
        max-width: 100%
    }
    .post_text {
        padding: 25px 20px
    }
    .post h3 {
        margin-bottom: 10px
    }
    .post .more {
        margin-top: 0
    }
    .section {
        padding: 60px 0
    }
    .banner h1, .title {
        font-size: 27px
    }
    .quotes_slide h4:after {
        display: none
    }
    .quotes_slide_person {
        padding-top: 15px;
        text-align: center
    }
    .slick-next, .slick-prev {
        display: none!important
    }
    .quotes {
        padding: 60px 0
    }
    .home_about {
        background-image: none!important
    }
    .advantages, .home_about {
        padding-bottom: 0
    }
    .footer {
        padding-top: 60px;
        text-align: center
    }
    .footer .text-right {
        text-align: center!important
    }
    .footer_social {
        margin-top: 0;
        text-align: center
    }
    .footer_social li {
        margin: 0 7px
    }
    .footer .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .footer_left, .footer_middle, .footer_right {
        flex: 0 0 100%;
        max-width: 100%
    }
    .footer_logo {
        margin-bottom: 0
    }
    .footer_right {
        text-align: center
    }
    .footer #toTop {
        margin-top: 0
    }
    .footer_nav li {
        font-size: 14px;
        margin-bottom: 5px;
        margin-right: 0;
        display: block
    }
    .testBtn {
        left: 15px;
        bottom: 15px;
        font-size: 13px
    }
    .banner .container {
        height: auto;
        min-height: 190px;
        padding-bottom: 15px
    }
    .banner ul {
        margin-top: 40px;
        padding: 0;
        border: none;
        background: transparent
    }
    .banner ul li {
        font-size: 13px
    }
    .banner ul li:after {
        margin: 0 7px
    }
    .banner:before {
        background-image: none
    }
    .kontakt_info_box h3 {
        font-size: 17px
    }
    #googleMap {
        height: 300px
    }
    .form_section, .text_section {
        padding: 30px 15px
    }
    .detail_nav a span {
        position: relative;
        bottom: -2px
    }
    .detail_reservation h3 {
        text-align: left
    }
    .detail_reservation {
        padding-left: 15px;
        padding-right: 15px
    }
    .detail_reservation .title, .form_section .title, .text_section .title {
        font-size: 24px
    }
    .banner p {
        font-size: 16px
    }
    .form_section ol, .form_section ul {
        font-size: 15px
    }
    .form_section .text-right {
        text-align: left!important
    }
    .form_section .button {
        width: 100%
    }
    .pagination {
        margin-top: 0;
        margin-bottom: 30px;
        flex-wrap: wrap
    }
    .error {
        min-height: auto;
        padding: 120px 0 80px
    }
    .error h1 {
        font-size: 100px
    }
    .error h2 {
        font-size: 18px
    }
    .kontakt_info_box div {
        padding-bottom: 0
    }
    .kontakt_info_box h4 {
        font-size: 14px
    }
    .kontakt_info_box p {
        margin-bottom: 10px;
        font-size: 14px
    }
    .category_iframe iframe {
        height: 500px!important
    }
    .social_btn {
        font-size: 16px;
        padding: 10px 15px;
        min-width: 140px
    }
}