* {
    outline:none!important;
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #3b3734;
    max-width:1920px;
    width:100%;
    margin:0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color:#000;
    outline:none!important;
}


h1, h2, h3 {
    font-size: inherit;
    -webkit-margin-before: inherit;
    -webkit-margin-after: inherit;
    -webkit-margin-start: inherit;
    -webkit-margin-end: inherit;
    font-weight: inherit;
    display: inline;
}

.oe-cookie-banner {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    align-items: center;
    background: black;
    color: white;
    width: 100%;
    border-top: 1px solid black;
    z-index: 77777;
}

.oe-cookie-banner button {
    background: white;
    border: none;
    border-radius: 5px;
    margin-left: 5px;
}

div {
    box-sizing: border-box !important;
}

.container {
    margin: auto;
    max-width: 1250px;
    width: 1200px;
}

.row {
    clear: both;
    min-height: 1px;
    width: 100%;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11 {
    float: left;
}

.span1, .span2, .span3 .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    margin: 0;
    min-height: 1px;
}

.span1 {
    width: 8.3333%;
}

.span2 {
    width: 16.6666%;
}

.span3 {
    width: 25%;
}

.span4 {
    width: 33.3333%;
}

.span5 {
    width: 41.666%;
}

.span6 {
    width: 50%;
}

.span7 {
    width: 58.333%;
}

.span8 {
    width: 66.6666%;
}

.span9 {
    width: 75%;
}

.span10 {
    width: 83.3333%;
}

.span11 {
    width: 91.6666%;
}

.span12 {
    float: none;
    width: 100%;
}

.title .big {
    font-size: 40px;
}

.title .small {
    font-size: 34px;
}

header {
    padding: 15px 0;
    position: relative;
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
    z-index: 4;
}

header .after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

#head-slides {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

#head-slides:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#head-slides .slick-track, #head-slides .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    bottom: 0;
    right: 0;
    width: 100% !important;
}

#head-slides .slick-track > div {
    margin: 0;
}

.bg_slide {
    background-size: cover !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 4;
}

.arrow.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    display: flex !important;
    z-index: 12;
}

.arrow.slick-arrow img {
    display: inline-block;
    margin: auto;
    height: 50px;
}

.arrow.slick-arrow.prev {
    left: 0;
}

.arrow.slick-arrow.next {
    right: 0;
}

.top-yellow {
    width: 100%;
    position: relative;
    z-index: 6;
}

.top-yellow:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    z-index: 0;
    height: 43px;
    width: 50%;
    left: -30%;
    background: #fdb713;
}

.header-block-info {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    background: #fdb713;
    height: 43px;
    line-height: 43px;
    position: relative;
}

.header-block-info:after {
    content: '';
    background: url("../img/head_main_before_bg.png") no-repeat;
    background-size: 100%;
    height: 43px;
    position: absolute;
    right: -20px;
    top: 0;
    width: 24px;
}

.header-block-info span {
    margin-right: 60px;
    z-index: 1;
    position: relative;
}

.header-block-info span, .header-mail, .header-phone {
    float: left;
    font-size: 15.42px;
    color: #000;
    text-decoration: none;
    padding: 2px 0;
    position: relative;
    transition: .3s ease;
}

.header-mail {
    margin-right: 20px;
    padding-left: 26px;
    background: url(../img/mail-header.png) no-repeat;
    background-position: left center;
}

.header-phone {
    background: url(../img/phone-header.png) no-repeat;
    background-position: left center;
    padding-left: 26px;
}

.header-mail:hover, .header-phone:hover {
    color: #fff;
}

.header-social {
    list-style: none;
    margin-top: 0;
}

.header-social li {
    display: inline-block;
}

.languages {
    margin-left: 65px;
    line-height: 45px;
    height: 45px;
    background: transparent;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    border: 0;
    display: block;
}

.languages > a {
    color: #000;
}

.oe-dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
    font-size: 16px;
    width: .625em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.languages > .oe-dropdown-content {
    min-width: 60px;
}

.oe-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fdb713;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 50;
    border-radius: 5px;
}

.oe-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    line-height: normal;
}

.oe-dropdown-content a:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.languages, .header-social {
    float: right;
    font-weight: 500;
}

.header-social li {
    display: block;
    margin-right: 15px;
    float: left;
    height: 100%;
}

.header-social li a {
    display: block;
    height: 100%;
    position: relative;
    width: 30px;
    height: 45px;
}

.header-social li a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
}

.header-social a img {
    transition: .3s ease;
    border-radius: 5px;
}

.header-block__two {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    z-index: 5;
}

.header-block__two.fixed {
    position: fixed;
    top: -115px;
    right: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,.8);
    margin: 0;
    max-width: 1920px;
    z-index: 99;
    padding-bottom: 10px;
    box-shadow: 10px 0 10px #000;
    transition: top .3s;
}

.header-block__two.fixed.down {
    top: 0;
}

.header-block__two.fixed .mobile_menu_block.drop_on_down {
    top: 85px;
}

.header-block__two___navigation {
    padding-top: 15px;
}

.header-block__two___navigation {
    padding-top:15px;
}

.header-block__two .mobile_menu {
    display: none;
}

.header-navigation__link {
    margin-right:75px;
    height:85px;
    line-height: 80px;
    color:#fff;
    text-decoration: none;
    display:block;
    float:left;
    transition:0.3s ease-in-out;
}

.header-navigation__link:hover {
    color:#e2a311;
}

.header-navigation__link:first-child:hover {
    transform:rotate(-10deg);
}

.header-navigation__link:nth-child(2):hover {
    transform:translateY(-10px);
}

.header-navigation__link:nth-child(3):hover {
    transform:rotate(10deg);
}

.header-logo {
    display:block;
    float:left;
}

.header-logo img {
	margin-left: -15px;
}

.select-events {
    height:85px;
    line-height: 80px;
    color:#fff;
    background:transparent;
    position: relative;
    display:block;
    float:right;
    text-transform: uppercase;
    padding-right:20px;
    cursor:pointer;
    font-weight: 500;
    font-size: 16px;
    top:-3px;
}

.select-mehr {
    height:85px;
    line-height: 80px;
    color:#fff;
    background:transparent;
    position: relative;
    display:block;
    text-transform: uppercase;
    padding-right:7px;
    margin-left:25px;
    float:right;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    top:-3px;
}

.header-calendar__block {
    float:right;
    margin-left:25px;
    padding:0 32px;
    display:block;
    border:2px solid #e2a311;
    border-radius: 30px;
    height:55px;
    line-height: 55px;
    margin-top:10px;
    cursor: pointer;
    position: relative;
    z-index: 30;
}

.header-calendar__block {
    transition:.2s ease;
    -webkit-animation: pulse 5.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 5.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 5.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #fdb713;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.header-calendar__block p {
    color:#e2a311;
    line-height:normal;
    display: inline-block;
}

.header-calendar__block img {
    display:inline-block;
    position: relative;
    top:5px;
}

.header-calendar__block:hover {
    background: #00000091;
}

select {
    border:0;
}

select option {
    color:#000;
}

.header-main {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 40pt;
    margin-top: 15%;
    text-align: center;
}

.header-main .text > span {
    color: #fdb713;
}

.header-after-block {
    position: relative;
}

.info-blocks {
    clear: both;
    padding-top: 75px;
}

.info-blocks .item {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    text-align: center;
    width: 20%;
}

.item-block {
    position: relative;
}

.item-block .angle {
    background: rgba(255,255,255,0);
    height: 30px;
    position: absolute;
    width: 30px;
}

.item-block .angle.top-left, .item-block .angle.bottom-left {
    border-left: 2px solid;
}

.item-block .angle.top-right, .item-block .angle.bottom-right {
    border-right: 2px solid;
}

.item-block .angle.top-left, .item-block .angle.top-right {
    border-top: 2px solid;
}

.item-block .angle.bottom-left, .item-block .angle.bottom-right {
    border-bottom: 2px solid;
}

.item-block .angle.top-left {
    left: 0;
    top: 0;
}

.item-block .angle.top-right {
    top: 0;
    right: 0;
}

.item-block .angle.bottom-left {
    bottom: 0;
    left: 0;
}

.item-block .angle.bottom-right {
    bottom: 0;
    right: 0;
}

.item-block .item-content {
    padding: 15px 0 25px;
}

.item-block .item-content .name {
    font-size: 14px;
    margin: 5px 0;
}

.item-block .item-content .text {
    font-size: 20px;
    font-weight: 700;
}

.calendar-block {
    padding: 70px 0;
}

.calendar-block .title {
    color: #fefefe;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}

.calendar-block .title .big {
    border: 5px solid #fdb713;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    padding: 30px 60px 40px;
    text-transform: uppercase;
}

.calendar-block .title .small {
    background: #3b3734;
    bottom: 26px;
    font-size: 36px;
    font-weight: 300;
    position: relative;
    padding: 0 27px;
}

.calendar {
    margin-top: -3px;
}

.ui-widget.ui-widget-content {
    border: none;
    width: calc(100% - 3px);
}

.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
    background: rgba(255,255,255,0);
    border-color: #5f5c5b;
    color: #a9a8a8;
}

a.ui-corner-all:hover {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    background: url("../img/calendar_arrows.png") no-repeat;
    background-position: right center;
    width: 18px;
    right: 10px;
}

.ui-datepicker .ui-datepicker-prev {
    background: url("../img/calendar_arrows.png") no-repeat;
    background-position: left center;
    width: 18px;
    left: 10px;
}

.calendar-block .span3 {
    padding: 3px;
}

.calendar-block .date_blocks {
    background: #a9a8a8;
    border: 1px solid #5f5c5b;
    position: relative;
    padding: 7px;
    text-align: center;
}

.calendar-block .date_blocks.heute {
    background: #fdb713;
}

.calendar-block .date_blocks.heute .label {
    display: block;
}

.calendar-block .date_blocks .label {
    display: none;
    font-weight: 700;
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    transition: opacity .3s ease-in-out;
}

.calendar-block .date_blocks .label > span {
    background: #fefefe;
    padding: 8px 12px;
}

.calendar-block .date_blocks .name {
    font-weight: 300;
    margin: 15px 0 5px;
}

.calendar-block .date_blocks .date, .calendar-block .date_blocks .item .time {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.calendar-block .date_blocks .text {
    font-size: 14px;
}

.calendar-block .date_blocks .date {
    margin-bottom: 15px;
}

.calendar-block .date_blocks .item {
    background: #fefefe;
    border: 1px solid #716f6e;
    border-radius: 5px;
    height: 65px;
    margin-bottom: 3px;
    position: relative;
}

.calendar-block .date_blocks .item.disable {
    position: relative;
    z-index: 2;
}

.calendar-block .date_blocks .item.disable:before {
    background: rgba(221,221,221,.7);
    border-radius: 5px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.calendar-block .date_blocks .item .time-block {
    border-radius: 5px;
    padding: 10px 0;
    position: relative;
    height: 65px;
}

.calendar-block .date_blocks .item:not(.disable) .time-block.item-hover {
    cursor: pointer;
    background: #e77811;
    border: 1px solid #73706e;
    padding: 20px 0;
    position: absolute;
    height: 80px;
    z-index: 50;
    width: 360px;
    top: -8px;
    left: -5px;
    padding-right: 150px;
}

.calendar-block .date_blocks .item .time-block .linck {
    display: none;
    overflow: hidden;
    width: 0;
}

.calendar-block .date_blocks .item .time-block.item-hover .linck {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    background: #000;
    border-radius: 5px 0 0 5px;
    width: auto;
    z-index: 51;
}

.calendar-block .date_blocks .item .time-block.item-hover .linck a {
    display: block;
    color: #f7c200;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 40px 12px 15px;
    position: relative;
}

.reviews_section {
    width: 100%;
    height: 300px;
    background: black;
    padding: 0;
    border-top: 2px solid #fdb713;
}

.reviews_section .review_author {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    padding-top: 20px;
    padding-left: 80px;
    bottom: 0px;
}

.reviews_section .review_text {
    font-size: 23px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    width: 80%;
    padding-top: 30px;
    padding-left: 80px;
}

.reviews_section .review_link {
    text-decoration: none;
    color: white;
}

.reviews_section .review_source_logo {
    float: right;
    margin-right: 30px;
    height: 180px;
    padding-top: 20px;
}

.hygiene_measures_section {
    position: relative;
    background: transparent;
    height: 600px;
    width: 100%;
    border: 2px solid #fdb713;
}

.hygiene_measures_section .hygiene_text {
    font-size: 23px;
    color: #000000;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    height: 500px;
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
}

.hygiene_text .text_field{
    position: relative;
    display: block;
    padding: 5px;
    width: 100%;
    height: 100px;
}

.hygiene_text .text_field.grey {
    background: lightgrey;
}

.hygiene_text .text_field.yellow {
    background: #fdb713;
}

.hygiene_text .text_field.black {
    background: #000000;
    color: white;
}

.hygiene_text .text_field div {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 10px;
}


.hygiene_measures_section .hygiene_link {
    text-decoration: none;
    color: white;
}


.hygiene_measures_section .hygiene_source_logo {
    float: right;
    margin-right: 30px;
    height: 180px;
    padding-top: 20px;
}

.hygiene_measures_section .hygiene_source_logo img {
    height: 85px;
}

.hygiene_measures_section .hygiene_title {
    display: block;
    font-size: 29.17px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-left: 80px;
    padding-top: 20px;
}

.reviews_section .review_source_logo img {
    height: 85px;
}



.reviews_section .review_title {
    display: block;
    font-size: 29.17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-left: 80px;
    padding-top: 20px;
}


.calendar-block .date_blocks .item .time-block.item-hover .linck a:after {
    background: url("../img/arrow_calendar.png") no-repeat;
    background-size: auto;
    background-position: 0 47%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    width: 15px;
}

.block-two__cards {
    display:flex;
    justify-content: space-between;
    margin-bottom: 1%;
    margin-right: 1%;
}

.block-two__cards-item {
    width:19%;
    height:270px;
    background:#fdb713;
}

.fist-it {
    width:40%;
    background:#5f5c5b;
    position: relative;
}

.block-two__cards-item.border-in {
    overflow:hidden;
    position: relative;
    transition:.3s ease;
    cursor: pointer;
    z-index: 1;
}
.under_border, .ellipse_two, .ellipse_two1, .border-center, .button_buchen, .title_card__item, .quantity_key, .price_key {
    transition:.3s ease;
}
.block-two__cards-item.border-in:hover {
    background:#3b3734;
}
.block-two__cards-item.border-in:hover .under_border, .block-two__cards-item.border-in:hover .ellipse_two, .block-two__cards-item.border-in:hover .ellipse_two1 {
    background:#3b3734;
}
.block-two__cards-item.border-in:hover .border-center {
    border-color:#fff;
}
.block-two__cards-item.border-in:hover .under_border {
    opacity:0;
}
.block-two__cards-item.border-in:hover .button_buchen {
    background:#fdb713;
}
.block-two__cards-item.border-in:hover .title_card__item {
    color:#fdb713;
}
.block-two__cards-item.border-in:hover .quantity_key {
    color:#fdb713;
}
.block-two__cards-item.border-in:hover .price_key {
    color:#fdb713;
}

.ellipse {
    position: absolute;
    top: calc(50% - 32px);
    left:-30px;
    display:block;
    width:60px;
    height:60px;
    background:#3b3734;
    border-radius:50%;
    z-index: 2;
}

.content_into__card {
    width:94%;margin:auto;
    height:94%;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    border:2px dotted #fff;
    z-index: 0;
}

.ellipse_two {
    position: absolute;
    top: calc(50% - 41px);
    left:-42px;
    display:block;
    width:72px;
    height:72px;
    background:#fdb713;
    border-radius:50%;
    z-index: 5;
    border:2px dotted #fff;
}

.ellipse_two1 {
    position: absolute;
    top: calc(50% - 41px);
    right:-42px;
    display:block;
    width:72px;
    height:72px;
    background:#fdb713;
    border-radius:50%;
    z-index: 5;
    border:2px dotted #fff;
}

.content_into__card_tt {
    width:102%;
    height:102%;
    position: absolute;
    display:block;
    top:0;
    bottom:0;
    left:-1%;
    overflow: hidden;
}

.under_border {
    position: absolute;
    width:100%;
    height:95px;
    bottom:0;
    left:0;
}

.ellipse1 {
    position: absolute;
    top: calc(50% - 32px);
    right:-30px;
    display:block;
    width:60px;
    height:60px;
    background:#3b3734;
    border-radius:50%;
    z-index: 2;
}

.title_card__item {
    color:#000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:35px;
    font-size: 23px;
}

.key {
    margin:0 auto;
    text-align: center;
    margin-top:5px;
    margin-bottom: 5px;
}

.quantity_key {
    font-size: 18.75px;
    text-align: center;
    font-weight: 500;
}

.border-center {
    width:50%;
    margin:10px auto;
    border:1.5px dashed #000;
}

.price_key {
    font-size: 49.22px;
    color:#000;
    font-weight: 600;
    text-align: center;
}

.main_content_card {
    z-index: 25;
    display:block;
    position: relative;
}


.main_content_card a {
   text-decoration: none;
}

.button_buchen {
    width:186px;
    height:45px;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    border:2px solid #000;
    margin:5px auto;
    margin-top:10px;
    transition:.3s ease;
    cursor: pointer;
}
.button_buchen:hover {
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
    box-shadow:0 0 10px #000;
}
.button_buchen img {
    position: relative;
    top:4px;
    margin-right: 15px;
}
.button_buchen span {
    font-size: 15.42px;
    font-weight: 700;
    color:#000;
    text-align: center;
}

.into-first__card {
    width:455px;
    top:35px;
    right:60px;
    position: absolute;
}

.h3_title {
    display:block;
    font-size: 29.17px;
    font-weight: 600;
    color:#fff;
    margin-bottom: 25px;
    margin-top: 20px;
}

.left_img_into {
    float:left;
    margin-right: 30px;
    height:180px;
    padding-top: 20px;
}

.text_left-bl {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
}

.text_left-bl img {
    margin-top: 20px;
}

.block-two__cards-content {
    margin-bottom:30px;
    margin-top: 100px;
}

.footer-main {
    height:335px;
    position: relative;
}
.footer-main iframe {
    width:100%;
    z-index: 1;
}

.footer_contacts_container {
    width:582px;
    position: absolute;
    top:20px;
    left:18.22%;
    height:300px;
    z-index: 2;

}

.first_footer-block {
    height:auto;
    border-radius: 5px;
    background:#4c4947;
    margin-bottom: 6px;
    padding:25px 30px 10px;
    display:flex;
    justify-content: space-between;
}

.last_footer-block {
    height: auto;
    padding: 25px 18px 20px;
    background:#4c4947;
    border-radius: 5px;
}

.logo {
    display:block;
}

.logo_f {
    display:block;
    margin-bottom: 25px;
}

.kontakt {
    font-size: 25px;
    color:#fff;
    text-align: left;
    font-weight: 500;
}

.foot_cont_item {
    padding-left:30px;
    font-size: 16.67px;
    color:#fff;
    margin-bottom: 28px;
    font-weight: 500;
    line-height: 20px;

}
.foot_cont_item:first-child {
    background:url("../img/t_foot.png") no-repeat;
    background-position-y:center;
}
.foot_cont_item:nth-child(2) {
    background:url("../img/m_foot.png") no-repeat;
    background-position-y:center;
}
.foot_cont_item:last-child {
    background:url("../img/p_foot.png") no-repeat;
}
.social_footer {
    float:left;
    margin-right: 20px;
}
.social_footer a {
    display:block;
    float:left;
    margin-right: 10px;
    transition:.3s ease;
}
.social_footer a img {
    transition:.3s ease;
    border-radius: 5px;
}
.social_footer a:hover img {
    -moz-box-shadow:0 0 10px #fff;
    -webkit-box-shadow:0 0 10px #fff;
    box-shadow:0 0 10px #fff;
}
.social_footer a:last-child {
    margin-right: 0;
}

.copy {
    font-size: 15.42px;
    text-align: left;
    color:#fff;
    text-decoration: none;
}

.AGB {
    font-size: 15.42px;
    color:#fff;
    text-align: left;
    display:inline-block;
    margin-bottom: 13px;
    text-decoration: underline;
    transition:.3s ease;
}
.AGB:hover {
    color:#fdb713;
}
footer iframe {
    border: none;
    height: 335px;
    width: 100%;
}

.modal_bg {
    background: rgba(0,0,0,.7);
    z-index: 1000;
}

.modal_bg, .modal_block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1001;
}

.modal_bg.active {
    display: block;
}

.modal_block.active {
    background: none;
    display: flex;
    overflow: auto;
}

.modal_dialog {
    background: #fff;
    border-bottom: 5px solid #fdc645;
    display: inline-block;
    margin: auto;
    padding-bottom: 30px;
    width: 1200px;
    z-index: 1002;
}

.modal_title {
    background: #fdb713;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    position: relative;
}

.modal_title h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.modal_title h3 > span {
    color: #fff;
}

.close_modal {
    border: 2px solid #000;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
    height: 25px;
    position: absolute;
    right: 25px;
    width: 25px;
    opacity: .5;
    transition: .3s;
}

.close_modal:hover {
    opacity: 1;
}

.close_modal > span {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    width: 15px;
}

.close_modal > span:nth-child(1) {
    transform: rotate(45deg);
    left: 5px;
    top: 12px;
}

.close_modal > span:nth-child(2) {
    transform: rotate(-45deg);
    top: 10px;
    left: 5px;
}

.modal_content {
    padding: 1px 0;
}

.modal_content .finish {
    text-align: center;
    padding: 0 195px;
}

.modal_content .finish img {
    margin: 25px 0;
}

.modal_content .finish_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}

.modal_content .finish_text {
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.modal_content .finish .bn {
    color: #fdb713;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal_content .table_block {
    border: 2px dotted #e0e0df;
    border-radius: 3px;
    margin-right: -25px;
    border-right: none;
}

.modal_content .finish .table_block {
    margin: 30px 0 25px;
    padding: 15px 40px;;
}

.modal_content .table {
    font-weight: 300;
    display: table;
    width: 100%;
    text-align: left;
}

.modal_content .table tr {
    display: table-row;
    width: 100%;
}

.modal_content .table tr td {
    display: table-cell;
    padding: 10px;
    line-height: 1.5em;
    position: relative;
}

.modal_content .table .t_head, .modal_content .b {
    font-weight: 700;
}

.modal_content .table .t_head td {
    border-bottom: 1px solid #e6e6e5;
}

.modal_content .table tr.total td {
    border-top: 1px solid #e6e6e5;
}

.modal_content .table tr.total td:nth-child(1) {
    text-align: right;
}

.modal_content .finish .dop_block {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
}

.modal_content .finish .dop_block .b {
    margin-bottom: 10px;
}

.modal_content .sb {
    font-weight: 600;
}

.modal_content .p {
    margin-bottom: 20px;
}

.modal_content .confirmation {
    font-weight: 300;
    padding: 25px;
}

.modal_content .confirmation .contacts {
    color: #716f6e;
    font-size: 14px;
    line-height: 1.4em;
}

.modal_content .confirmation .contacts .sb {
    color: #000;
    font-size: 16px;
}

.modal_content .confirmation .contacts .back {
    padding-top: 22px;
}

.modal_content .confirmation .contacts .back a {
    color: #000;
    font-weight: 400;
}

.modal_content .confirmation .contacts .back a img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.modal_content .confirmation .form {
    padding-top: 25px;
}

.modal_content .confirmation .form form {
    display: block;
}

.modal_content .confirmation .radio_btn .hidden_text {
    height: 0;
    overflow: hidden;
    transition: .3s;
}

.modal_content .confirmation .input_radio {
    background: #f8f8f8;
    border: 1px solid #cbcaca;
    border-radius: 3px;
    margin-bottom: 15px;
}

.modal_content .confirmation .input_radio label:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: url("../../static/img/radio_off.png");
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
}

.modal_content .confirmation input[type="radio"]:checked + .input_radio label:before {
    content: url("../../static/img/radio_on.png");
}

.modal_content .confirmation input[type="radio"]:checked + .input_radio {
    background: #fdb713;
}

.modal_content .confirmation input[type="radio"]:checked + .input_radio .hidden_text {
    height: auto;
    padding: 0 15px 10px;
    font-size: 14px;
}

.modal_content .confirmation .radio_btn:nth-child(odd) .input_radio {
    margin-right: 7px;
}

.modal_content .confirmation .radio_btn:nth-child(even) .input_radio {
    margin-left: 7px;
}

.modal_content .confirmation input[type="radio"] {
    display: none;
}

.modal_content .confirmation .input_radio label {
    font-weight: 600;
    cursor: pointer;
    padding: 0 0 0 40px;
    height: 45px;
    display: block;
    position: relative;
}

.modal_content .confirmation .input_radio label span {
    position: relative;
    top: 10px;
    height: 22px;
    display: flex;
    align-items: center;
}

.modal_content .confirmation .input_radio label img {
    position: relative;
    margin-left: 15px;
}

.modal_content .input {
    padding-right: 20px;
}

.modal_content .input.span12 {
    padding-right: 0;
}

.modal_content .input input[type="text"], .modal_content .input textarea, .modal_content .input select {
    color: #1e1a16;
    border: 1px solid #b9b7b6;
    border-top: none;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    transition: .3s;
}

.modal_content .input input[type="text"]::-webkit-input-placeholder {
    color: #1e1a16;
}

.modal_content .input input[type="text"]:-ms-input-placeholder {
    color: #1e1a16;
}

.modal_content .input textarea::-webkit-input-placeholder {
    color: #1e1a16;
}

.modal_content .input textarea:-ms-input-placeholder {
    color: #1e1a16;
}

.modal_content .input input[type="text"]:focus::-webkit-input-placeholder {
    opacity: .3;
}

.modal_content .input input[type="text"]:focus:-ms-input-placeholder {
    opacity: .3;
}

.modal_content .input textarea:focus::-webkit-input-placeholder {
    opacity: .3;
}

.modal_content .input textarea:focus:-ms-input-placeholder {
    opacity: .3;
}

.modal_content .input input[type="text"], .modal_content .input select {
    height: 45px;
    margin-bottom: 15px;
}

.modal_content .input textarea {
    height: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal_content button[type="reset"] {
    background: none;
    border: none;
    color: #1e1a16;
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.modal_content button[type="reset"]:after {
    content: '';
    height: 1px;
    border-bottom: 1px dotted #1e1a16;
    display: block;
    width: 75%;
    float: right;
}

.modal_content button[type="reset"] img {
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.modal_content .check {
    font-size: 14px;
    margin-top: 15px;
}

.modal_content .check > input {
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.modal_content .check > input, .modal_content .check > label {
    cursor: pointer;
}

.modal_content .row {
    display: table;
}

.modal_content button[type="submit"] {
    align-items: center;
    border: none;
    border-radius: 60px;
    background: #fdb713;
    cursor: pointer;
    justify-content: center;
    display: flex;
    font-weight: 700;
    height: 60px;
    margin: 50px auto 0;
    text-transform: uppercase;
    width: 300px;
}

.modal_content button[type="submit"] img {
    margin-right: 15px;
}

.modal_content .cart {
    font-weight: 300;
    padding: 25px;
}

.modal_content .cart .row.form {
    margin-top: 30px;
}

.modal_content .cart_row {
    background: #dfdfdf;
    margin-bottom: 15px;
}

.modal_content .cart_row .table tr td.name {
    width: 50%;
}

.modal_content .cart_row .table tr td.price {
    width: 10%;
}

.modal_content .inblock > div {
    border: 2px solid #2f2e2e;
    border-radius: 50px;
    position: relative;
    height: 45px;
    width: 250px;
}

.modal_content .inblock .arrow.arrow_up {
    top: 0;
}

.modal_content .inblock .arrow.arrow_down {
    bottom: 0;
    transform: rotate(180deg);
}

.modal_content  .inblock .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.5px;
    position: absolute;
    left: 10px;
    width: 35px;
    cursor: pointer;
}

.modal_content .inblock input {
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 45px;
    bottom: 0;
    width: 15%;
    background: rgba(255,255,255,0);
}

.modal_content .inblock .btn_to_cart {
    background: #fdb713;
    border: 2px solid #2f2e2e;
    border-radius: 50px;
    display: block;
    position: absolute;
    right: -2px;
    top: -2px;
    bottom: -2px;
    width: 70%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
    box-shadow: 0 0 7px 0.5px rgba(0,0,0,.5);
    cursor: pointer;
    transition: .4s;
}

.modal_content .inblock .btn_to_cart:before {
    content: url(../img/cart.png);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
}

.modal_title .languages {
    position: absolute;
    right: 35px;
}

.modal_title .oe-dropdown-content {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.modal_content .cart_row .table tr td.name > div {
    position: relative;
}

.modal_content .select_down {
    background: #fdb713;
    display: none;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0,0,0,.5);
}

.modal_content .select_down > a {
    color: #000;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    transition: .2s;
}

.modal_content .select_down > a:hover {
    background: #f1f1f1;
}

.modal_content .open_list {
    border: 1px solid #d3d3d3;
    padding: 10px 50px 10px 15px;
    border-radius: 60px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    right: 15px;
}

.modal_content .open_list:after {
    display: block;
    content: url(../../static/img/gutscheine/up_down_btn.png);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    padding: 8px 0 0 20px;
    box-sizing: border-box;
    transform: rotate(180deg);
}

.modal_content .open_list.dwn:after {
    transform: rotate(-360deg);
    right: 10px;
    top: 1px;
}

@media screen and (max-width: 1599px) {
    .calendar-block {
        padding: 35px 0;
    }

    .calendar-block .title {
        margin-bottom: 30px;
    }

    .calendar-block .block-items .span4:nth-child(4) .date_blocks .item .time-block.item-hover {
        right: -5px;
        left: auto;
    }

    .block-two__cards-content {
        margin-top: 60px;
    }

    .title_card__item {
        font-size: 18px;
    }
}

@media screen and (max-width: 1359px) {
    .container {
        width: 1130px;
    }

    .header-logo img {
        width: 164px;
        margin-top: 5px;
    }

    .header-block__one, .header-block__two, .header-block__three {
        width: auto;
        padding: 0 20px;
    }

    .header-navigation__link {
        margin-right: 58px;
    }

    .header-calendar__block {
        margin-top: 8px;
    }

    .oe-dropdown-content {
        top: 50px;
    }

    .header-after-block {
        padding: 40px 0;
    }

    .into-first__card {
        right: 10px;
    }

    .footer_contacts_container {
        width: 565px;
        left: auto;
        right: 4%;
    }

    .modal_dialog {
        padding-bottom: 1px;
        width: 980px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 950px;
    }

    .header-block__two.fixed {
        height: 85px;
    }

    .header-navigation__link {
        margin-right: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }

    .header-logo img {
        margin-left: 10px;
        width: 120px;
    }

    .select-events, .select-mehr {
        line-height: 50px;
        font-size: 14px;
        padding-right: 9px;
    }

    .oe-dropdown-content a {
        padding: 8px 10px;
    }

    .header-social {
        padding-left: 10px;
        left: 30px;
        position: relative;
    }

    .header-calendar__block {
        padding: 0 20px;
        height: 40px;
        margin-top: 2px;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .header-calendar__block img {
        top: 0;
        margin-right: 10px;
    }

    .arrow.slick-arrow {
        top: 10px;
    }

    .header-after-block .title {
        padding-left: 15px;
    }

    .header-after-block .span7 .text {
        padding-left: 20px;
        font-size: 14px;
    }

    .item-block .item-content .name {
        font-size: 12px;
    }

    .item-block .item-content .text {
        font-size: 17px;
    }

    .calendar-block .title .big {
        font-size: 28px;
        padding: 15px 45px 25px;
    }

    .calendar-block .date_blocks .text {
        font-size: 12px;
    }

    .calendar-block .title .small {
        bottom: 18px;
        font-size: 25px;
        padding: 0 20px;
    }

    .into-first__card {
        width: 360px;
    }

    .h3_title {
        font-size: 20px;
    }

    .text_left-bl {
        font-size: 14px;
    }

    .text_left-bl img {
        margin-top: 0;
        width: 240px;
    }

    .title_card__item, .quantity_key {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .price_key {
        font-size: 40px;
    }

    .button_buchen {
        top: 20px;
        position: relative;
        width: 150px;
    }

    .modal_content .finish {
        padding: 0 25px 25px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 760px;
    }

    .span4 {
        width: 50%;
    }

    .header-logo img {
        margin-left: 4px;
        width: 115px;
        margin-top: 1px;
    }

    .header-block-info {
        width: 90%;
    }

    .header-block-info > span {
        display: none;
    }

    .header-block-info span {
        margin-right: 15px;
    }

    .header-block-info span, .header-mail, .header-phone {
        font-size: 13.2px;
    }

    .languages, .header-social {
        padding-left: 0;
        margin-left: 25px;
    }

    .languages > a {
        font-size: 14px;
    }

    .header-navigation__link, .select-events, .select-mehr {
        font-size: 12px;
    }

    .header-navigation__link {
        margin-right: 29px;
    }

    .header-calendar__block {
        padding: 0 10px;
        height: 37px;
        margin-top: 2px;
        font-size: 11px;
        margin-left: 10px;
    }

    .select-mehr {
        height: 45px;
        line-height: 50px;
        padding-right: 7px;
        margin-left: 10px;
        font-size: 12px;
    }

    .info-blocks .item {
        width: 33.33%;
    }

    .info-blocks .item:nth-child(1), .info-blocks .item:nth-child(2), .info-blocks .item:nth-child(3) {
        margin-bottom: 15px;
    }

    .info-blocks .item:nth-child(4) {
        margin-left: 16.666%;
    }

    .calendar-block .span3.calend, .calendar-block .span9.calend {
        width: 50%;
    }

    .calendar-block .span9.calend .block-items .span3 {
        width: 100%;
    }

    .calendar-block .date_blocks .item {
        height: 100px;
    }

    .calendar-block .date_blocks .item .time-block .linck {
        display: block;
        width: 130px;
        background: #000;
        position: relative;
        top: 12px;
        margin: auto;
        border-radius: 5px 5px 0 0;
    }

    .calendar-block .date_blocks .item .time-block .linck a {
        display: block;
        text-decoration: none;
        color: #f7c200;
        padding: 10px 0;
    }

    .block-two__cards {
        display: block;
        margin-bottom: 1%;
        margin-right: 0;
    }

    .block-two__cards-item.fist-it {
        margin: 0;
        width: 100%;
    }
    .into-first__card {
        right: auto;
        left: 20px;
        width: 400px;
    }

    .block-two__cards-item {
        width: 32%;
        float: left;
        margin: 5px;
    }

    .title_card__item, .quantity_key {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .text_left-bl img {
        width: 290px;
    }

    .modal_dialog {
        width: 760px;
    }

    .modal_content .table {
        font-size: 14px;
    }

    .modal_content button[type="submit"] {
        margin-top: 15px;
    }

    .modal_content .dop_block.row > .span4 {
        margin-bottom: 10px;
    }

    .reviews_section .review_text {
        font-size: 18px;
    }

    .reviews_section .review_title {
        font-size: 24px;
    }

}

@media screen and (max-width: 784px) {
    .container {
        width: 650px;
    }

    header::before {
        height: 75px;
    }

    .header-navigation__link, .oe-dropbtn:not(.mob_on) {
        display: none;
    }

    .menu_open_btn {
        position: absolute;
        top: 23px;
        left: 35px;
        width: 40px;
        z-index: 55;
    }

    .menu_open_btn > span {
        background: #fdb713;
        border-radius: 4px;
        display: block;
        height: 4px;
        margin-bottom: 6px;
    }

    .header-block__two .mobile_menu, .menu_open_btn {
        display: block;
    }

    .mobile_menu_block {
        display: none;
        position: absolute;
        background: rgba(0,0,0,.8);
        z-index: 58;
        top: 65px;
        width: 100%;
        left: 0;
        overflow: hidden;
    }

    .mobile_menu_block .back {
        display: block;
        color: #fff;
        padding: 5px 40px;
        width: 100%;
        font-size: 20px;
        cursor: pointer;
        background: rgba(255,255,255,.2);
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mobile_menu_block .back:before {
        content: url("../img/arrow_calendar.png");
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 40px;
        transform: rotate(-180deg);
    }

    .mobile_menu_block ul {
        list-style: none;
        padding: 5px 0 20px;
    }

    .mobile_menu_block ul li a {
        color: #fefefe;
        display: block;
        font-size: 14px;
        padding: 7px 15px;
        text-align: left;
        text-decoration: none;
    }

    .main > li > ul {
        display: none;
        background: #000;
        position: absolute;
        padding-left: 15px;
        left: 100%;
        top: 0;
        width: 100%;
        transition: left .25s;
        bottom: 0;
        padding-top: 15px;
        box-sizing: border-box;
    }

    .drop_on_down.submenu_on {
        left: 0;
        transition-delay: .2s;
    }

    .main > li > a {
        font-weight: 600;
    }

    .main > li > ul > li > a {
        font-weight: 300;
    }

    .header-logo {
        display: block;
        float: none;
        margin: auto;
        width: 130px;
    }

    .header-logo img {
        margin-left: 0;
        width: 130px;
        margin-top: 0;
    }

    .header-calendar__block {
        position: absolute;
        right: 20px;
        top: 19px;
    }

    .block-two__cards-item {
        margin: 4px;
    }

    .footer_contacts_container {
        width: auto;
        left: 8%;
        right: 8%;
    }

    .modal_content .row {
        display: block;
    }

    .modal_dialog {
        width: 95%;
    }

    .modal_dialog .cart_items {
        overflow-x: auto;
    }

    .modal_content .cart_row {
        width: 750px;
    }

    .modal_content .span6.radio_btn {
        width: 100%;
    }

    .modal_content .confirmation .radio_btn:nth-child(even) .input_radio {
        margin-left: 0;
    }

    .modal_content .confirmation .radio_btn:nth-child(odd) .input_radio {
        margin-right: 0;
    }

    .modal_content button[type="submit"] {
        position: relative;
        top: 12px;
    }

    .reviews_section .review_text {
        font-size: 16px;
    }

    .reviews_section .review_title {
        font-size: 20px;
    }
}

@media screen and (max-width: 679px) {
    .container {
        width: 440px;
    }

    .span4, .span5, .span6, .span7, .span8 {
        width: 100%;
    }

    .header-main {
        top: -85px;
    }

    .header-block-info span, .header-mail, .header-phone, .languages > a {
        font-size: 10px;
    }

    .header-block-info {
        width: 100%;
        margin: 0 auto;
        height: 35px;
        line-height: 29px;
    }

    .header-block-info:after {
        content: none;
    }

    .top-yellow:before {
        height: 35px;
    }

    .languages, .header-social {
        margin-left: 7px;
    }

    .languages {
        line-height: 33px;
        margin-right: 10px;
    }

    .header-social {
        left: 8px;
    }

    .header-social li {
        margin-right: 9px;
    }

    .header-social li a {
        height: 35px;
        width: 25px;
    }

    .header-social li a img {
        width: 100%;
    }

    .oe-dropdown-content {
        right: -10px;
        top: 38px;
    }

    .oe-dropdown-content a {
        font-size: 12px;
    }

    .header-calendar__block {
        display: none;
    }

    .arrow.slick-arrow {
        width: 40px;
    }

    .info-blocks {
        padding-top: 30px;
    }

    .info-blocks .item {
        width: 100%;
    }

    .info-blocks .item:nth-child(4) {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .calendar {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .calendar-block .span3 {
        padding: 0;
    }

    .calendar-block .title .big {
        font-size: 24px;
        padding: 10px 25px 23px;
    }

    .calendar-block .title .small {
        bottom: 17px;
        font-size: 22px;
    }

    .ui-widget.ui-widget-content {
        width: 100%;
    }

    .calendar-block .span3.calend, .calendar-block .span9.calend {
        width: 100%;
        float: none;
    }

    .block-two__cards-item, .block-two__cards-item.fist-it {
        width: 450px;
        float: none;
        margin: 5px auto;
    }

    .block-two__cards-content {
        margin-top: 0;
    }

    .logo_f img {
        width: 100px;
    }

    .first_footer-block {
        padding: 15px 15px 0;
    }

    .kontakt {
        font-size: 20px;
    }

    .foot_cont_item {
        margin-bottom: 18px;
    }

    .last_footer-block {
        padding: 15px 15px 15px;
    }

    .AGB {
        margin-top: 6px;
    }

    .copy {
        font-size: 13px;
        display: block;
        margin-top: 20px;
    }

    .modal_content .input {
        padding-right: 0;
    }

    .modal_content button[type="reset"] {
        margin-bottom: 15px;
    }

    .modal_content .table_block {
        border-right: 2px dotted #e0e0df;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .modal_content .confirmation .contacts .back {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .modal_content .finish .table_block {
        overflow: auto;
    }

    .modal_content .table {
        width: 440px;
    }

    .reviews_section {
        height: auto;
    }

    .reviews_section .review_text {
        font-size: 12px;
    }

    .reviews_section .review_title {
        font-size: 18px;
    }
}

@media screen and (max-width: 459px) {
    .container {
        width: 95%;
    }

    .header-block__two.fixed .header-logo {
        float: right;
    }

    .menu_open_btn {
        top: 29px;
        left: 15px;
        width: 30px;
        z-index: 55;
    }

    .menu_open_btn > span {
        height: 2px;
        margin-bottom: 5px;
    }

    .header-mail {
        margin-right: 7px;
    }

    .header-social {
        display: none;
    }

    .languages {
        margin-left: 0;
        position: absolute;
        right: 0;
        margin-right: 10px;
        top: -2px;
    }

    .oe-dropdown-content {
        right: -10px;
    }

    .calendar-block .title .big {
        font-size: 20px;
        padding: 10px 10px 23px;
    }

    .calendar-block .title .small {
        bottom: 14px;
        font-size: 18px;
        padding: 0 10px;
    }

    .calendar-block .title {
        margin-bottom: 5px;
    }

    .into-first__card {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .block-two__cards-item.fist-it, .block-two__cards-item {
        margin: 5px auto;
        width: 90%;
    }

    .left_img_into {
        float: none;
        margin-right: 0;
        height: 75px;
        padding-top: 0;
        width: 100%;
    }

    .h3_title {
        margin-bottom: 10px;
    }

    .text_left-bl img {
        width: 240px;
    }

    .footer-main, footer iframe {
        height: 410px;
    }

    .first_footer-block {
        padding: 15px 15px 1px;
        display: block;
    }

    .logo_f {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .foot_cont_item {
        padding-left: 25px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .kontakt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .social_footer {
        float: none;
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .copy {
        margin-top: 12px;
    }

    .modal_content button[type="submit"] {
        height: 50px;
        width: 100%;
    }

    .modal_content .table_block {
        overflow-x: auto;
    }

    .modal_content .table_block .table {
        width: 360px;
    }

    .reviews_section .review_text {
        font-size: 9px;
        padding-top: 5px;
    }

    .reviews_section .review_source_logo img {
        height: 50px;
    }

    .reviews_section .review_title {
        font-size: 14px;
    }
}





