.section_box a > img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

html {
 scroll-behavior: smooth;
}



#content_wrapper.with_search {
 width: calc(100% - 40px)!important;
 padding: 0 20px;
}
#content_wrapper .content {
 width: 100%;
}
#page_title {
 width: calc(100% - 30px)!important;
 height: auto;
 padding: 6px 15px;
 margin: 0 0 8px 0;
 background-size: 100% 130%!important;
 background-repeat: repeat-x;
}
#page_title h1 {
 margin: 0;
 line-height: 1.2;
}
#breadcrumbs {
 width: calc(100% - 24px)!important;
 padding: 0 12px 5px 12px;
 background-repeat: repeat;
}
.content_int {
 width: 100%!important;
}
.view_content {
 width: 100%;
}
#view #_embed_ a {
 text-decoration: none;
}
#view #_embed_ #_embed_search .if0 {
 padding: 0 4px;
 margin: 0 0 7px 0;
 font-weight: 400;
 color: #032552;
}

@media screen and (max-width:1200px) {
 body {
  background: #fff;
 }
 .content_int .container {
  max-width: 100%;
 }
 .content_int .container .wrapper {
  padding: 0;
 }
 .space,
 #content_bottom {
  display: none;
 }
 #container,
 #content_top {
  min-width: 100%;
 }
 #container > div,
 #int_img,
 #int_img_content,
 #int_img_content img,
 #img_mask,
 #content_mid,
 #content_wrapper.with_search,
 #page_title,
 #breadcrumbs {
  width: 100%!important;
 }
 #breadcrumbs {
  line-height: 1.2;
 }
 #content_wrapper.with_search {
  padding: 0;
 }
 #int_img_content img {
  object-fit: cover;
 }
}






#sidebar .desktop_only {
 display: block;
}
#sidebar .mobile_only {
 display: none;
}


@media screen and (max-width:1200px) {
 #content_mid {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 4%!important;
 }
 #content_wrapper {
  width: 100%!important;
 }
 #sidebar {
  width: 100%;
  margin: 0 0 20px 0;
 }
 #sidebar .desktop_only {
  display: none;
 }
 #sidebar .mobile_only {
  display: block;
 }
 .sidebar_content {
  width: 100%;
  box-shadow: none;
 }
 .sidebar_content a {
  text-decoration: none;
 }
 #sidebar #cssmenu ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  background: #f1f1f1;
 }
 #sidebar .btn {
  width: 100%;
  background-size: 150% 100%;
 }
 #sidebar .btn table {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
 }
 #sidebar .btn table td {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
 }
 #sidebar .btn table td a {
  width: 100%;
 }
 #sidebar .mid_btn,
 #sidebar .mid_btn:hover {
  width: 33.33%;
  background: none;
 }
 #sidebar .mid_btn .has-sub {
  width: 100%;
 }
 #sidebar #cssmenu {
  width: 100%;
 }

 #buletin {
/*   display: none; */
 }
 #buletin_title {
  width: 200px;
 }
}



@media screen and (max-width:450px) {
 #sidebar .mid_btn,
 #sidebar .mid_btn:hover,
 #sidebar .mid_btn:nth-child(3n) {
  width: 50%;
  background: #f1f1f1;
 }
}





/* section box start */

@media screen and (max-width:1200px) {
 .section_box {
  width: 32%;
  height: auto;
  margin: 0 2% 2% 0;
  background: #fff;
  box-shadow: 1px 4px 3px 0 lightgrey;
 }
 .section_box:nth-child(3n) {
  margin: 0 0 2% 0;
 }
 .section_box .section_img {
  width: 100%;
  margin: 0;
 }
 .section_box .section_img>a {
  display: flex;
  width: 100%;
  height: 100%;
 }
 .section_box .section_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .section_box .section_title {
  height: auto;
  padding-bottom: 7px;
  background-color: #f2f2f2;
 }
 .section_box .section_title {
  position: static;
  float: left;
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
 }
 .section_box .section_title table {
  width: 100%;
  height: 41px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
 }
 .section_box .section_title table td {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
 }
 .section_box .section_title a,
 .section_box .section_title a:link,
 .section_box .section_title a:hover,
 .section_box .section_title a:visited {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
 }
 .section_box .section_bottom {
  display: none;
 }
}

@media screen and (max-width:600px) {
 .section_box,
 .section_box:nth-child(4n),
 .section_box:nth-child(3n) {
  width: 48.5%;
  margin: 0 3% 3% 0!important;
 }
 .section_box:nth-child(2n) {
  margin: 0 0 3% 0!important;
 }
}
/* section box end */






/* offer box start */
@media screen and (max-width:1200px) {
 .offers {
  width: 100%!important;
 }
 .offer_box_int {
  width: 23.5%;
  margin: 0 2% 2% 0!important;
  background: #fff;
  box-shadow: 1px 4px 3px 0 lightgrey;
 }
 .offer_box_int:nth-child(4n) {
  margin: 0 0 2% 0!important;
 }
 .offer_box_int .offer_content_int,
 .offer_box_int .offer_title_int,
 .offer_box_int .offer_img_int {
  width: 100%;
 }
 .offer_box_int .offer_img_int {
  margin: 0 0 8px 0;
 }
 .offer_box_int .offer_img_int>a {
  display: flex;
  width: 100%;
  height: 100%;
 }
 .offer_box_int .offer_img_int img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .offer_box_int .offer_marker_int {
  right: -10px;
 }
 .offer_box_int .offer_title_int {
  height: auto;
  padding-bottom: 7px;
  background-color: #f2f2f2;
 }
 .offer_box_int .offer_title_int table {
  width: 100%;
  height: 47px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
 }
 .offer_box_int .offer_title_int table td {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
 }
 .offer_box_int .offer_title_int a,
 .offer_box_int .offer_title_int a:link,
 .offer_box_int .offer_title_int a:hover,
 .offer_box_int .offer_title_int a:visited {
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
 }
 .offer_box_int .offer_bottom_int,
 .offer_box_int .offer_dates_int,
 .offer_box_int .offer_price_int {
  width: 100%;
 }
 .offer_box_int .offer_dates {
  width: 100%!important;
  overflow: hidden;
 }
 .offer_box_int .transport {
  display: flex;
 }
 .offer_box_int .days {
  width: calc(100% - 20px);
 }
}

@media screen and (max-width:1100px) {
 .offer_box_int,
 .offer_box_int:nth-child(4n) {
  width: 32%;
  margin: 0 2% 2% 0!important;
 }
 .offer_box_int:nth-child(3n) {
  margin: 0 0 2% 0!important;
 }
}

@media screen and (max-width:600px) {
 .offer_box_int,
 .offer_box_int:nth-child(4n),
 .offer_box_int:nth-child(3n) {
  width: 48.5%;
  margin: 0 3% 3% 0!important;
 }
 .offer_box_int:nth-child(2n) {
  margin: 0 0 3% 0!important;
 }
}
/* offer box start */






/* hotel box start */
@media screen and (max-width:1200px) {
 .offers {
  width: 100%!important;
 }
 .hotel_box_int {
  width: 23.5%;
  margin: 0 2% 2% 0!important;
  background: #fff;
  box-shadow: 1px 4px 3px 0 lightgrey;
 }
 .hotel_box_int:nth-child(4n) {
  margin: 0 0 2% 0!important;
 }
 .hotel_box_int .hotel_content_int,
 .hotel_box_int .hotel_title_int,
 .hotel_box_int .offer_img_int {
  width: 100%;
 }
 .hotel_box_int .offer_img_int {
  margin: 0 0 8px 0;
 }
 .hotel_box_int .offer_img_int>a {
  display: flex;
  width: 100%;
  height: 100%;
 }
 .hotel_box_int .offer_img_int img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
 }
 .hotel_box_int .hotel_stars {
  width: 100%!important;
  padding: 10px 14px 0 14px;
  margin: 0!important;
  height: 25px;
  background-color: #f2f2f2;
 }
 .hotel_box_int .hotel_title_int {
  height: auto;
  padding-bottom: 7px;
  background-color: #f2f2f2;
 }
 .hotel_box_int .hotel_title_int table {
  width: 100%;
  height: 34px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
 }
 .hotel_box_int .hotel_title_int table td {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
 }
 .hotel_box_int .hotel_title_int a,
 .hotel_box_int .hotel_title_int a:link,
 .hotel_box_int .hotel_title_int a:hover,
 .hotel_box_int .hotel_title_int a:visited {
  line-height: 1.2;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
 }
 .hotel_box_int .offer_bottom_int,
 .hotel_box_int .location,
 .hotel_box_int .offer_price {
  width: 100%;
 }
}

@media screen and (max-width:1100px) {
 .hotel_box_int,
 .hotel_box_int:nth-child(4n) {
  width: 32%;
  margin: 0 2% 2% 0!important;
 }
 .hotel_box_int:nth-child(3n) {
  margin: 0 0 2% 0!important;
 }
}

@media screen and (max-width:600px) {
 .hotel_box_int,
 .hotel_box_int:nth-child(4n),
 .hotel_box_int:nth-child(3n) {
  width: 48.5%;
  margin: 0 3% 3% 0!important;
 }
 .hotel_box_int:nth-child(2n) {
  margin: 0 0 3% 0!important;
 }
}
/* hotel start */




/* offer view start */

.rating_and_moving_text {
 float: left;
 width: 100%;
 margin: 0 0 15px 0;
}

/* gallery start */
.gallery {
 float: left;
 width: calc(100% - 11px);
 height: calc(100% - 13px);
}
.gallery .swiper-container {
 height: 100%;
}
.gallery .swiper-button-next {
 right: 0;
 width: 45px;
 height: 141px;
 margin: 0;
 background: url('/img/internal/gallery-arrow-right.png') center center no-repeat;
 background-size: 45px 141px;
}
.gallery .swiper-button-prev {
 left: 0;
 width: 45px;
 height: 141px;
 margin: 0;
 background: url('/img/internal/gallery-arrow-left.png') center center no-repeat;
 background-size: 45px 141px;
}
/* gallery end */

#view {
 scroll-margin-top: 130px;
}

@media screen and (max-width:1200px) {
 #content_wrapper .content {
  width: 100%!important;
 }
 .offer_view_top,
 .offer_view_content_tabs {
  width: 100%;
 }
 .tab_a {
  height: 100%;
 }
 #_embed_ #_embed_content {
  max-width: 100%!important;
 }
 .subtitle {
  width: 100%;
  line-height: 1.2;
 }
 .title_shadow {
  display: none;
 }
 .offer_view_top_content {
  width: 100%;
  padding: 0 17px;
  margin: 10px 0 0 0;
 }
 #gallery {
  padding: 10px 4px 4px 10px;
 }
 .gallery {
  width: 100%;
  height: 100%;
 }
 #offer_header {
  width: calc(100% - 526px);
  min-height: 377px;
 }
 #offer_header .buttons_top {
  width: 100%;
 }
 #offer_header .print_btn {
  float: right;
 }
 #offer_header .content_title {
  display: inline-block;
  width: 100%;
 }
 #offer_header .wiki_line_top {
  width: 100%;
 }
 #offer_header #price {
  width: calc(100% - 160px);
  height: 72px;
 }
 .hotel_short {
  width: 100%;
  height: auto;
 }
 #view {
  scroll-margin-top: 60px;
 }
}


@media screen and (max-width:950px) {
 #gallery {
  width: 100%;
  height: 320px;
  padding: 0;
  margin: 0 0 15px 0;
  background: transparent;
 }
 #offer_header {
  width: 100%;
  min-height: auto;
 }
 #offer_header .buttons_top {
  display: none;
 }
 .gallery .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 34px;
  height: 106px;
  background-size: 34px 106px;
 }
 .gallery .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 34px;
  height: 106px;
  background-size: 34px 106px;
 }
 .offer_view_top {
  padding-bottom: 0;
 }
 .offer_marker_int {
  right: -8px!important;
 }
}



@media screen and (max-width:850px) {
 .rating_and_moving_text {
  margin: 0 0 8px 0;
 }
 .promo_text_content {
  display: flex;
  width: 100%;
 }
}

@media screen and (max-width:850px) {
 .offer_view_content_tabs,
 .offer_view_contents {
  display: none;
 }
 #accordion {
  margin: 0 0 20px 0;
 }
}

@media screen and (max-width:750px) {
 #gallery {
  height: 300px;
 }
}

@media screen and (max-width:650px) {
 #gallery {
  height: 280px;
 }
}

@media screen and (max-width:550px) {
 #gallery {
  height: 260px;
 }
}

/* offer view end */




.optiontable {
 float: left;
 width: 100%;
 margin: 0 0 12px 0;
}

.optiontable .content_title {
 float: left;
 width: 100%;
 margin: 6px 0 7px 0;
}

.optiontable table {
 float: left;
 width: 100%;
 margin: 0 0 33px 0;
 border: 0;
 border-collapse: collapse;
 border-spacing: 0;
}

.optiontable table:last-child {
 margin: 0 0 -5px 0
}

.optiontable table td {
 display: flex;
 align-items: baseline;
 float: left;
 width: 25%;
 min-height: 23px;
 padding: 0 20px 7px 0;
 line-height: 1.2;
}

.optiontable img {
 margin: 0 6px 0 0;
 width: 11px;
 height: 8px;
}

@media screen and (max-width:1300px) {
 .optiontable table {
  margin: 0 0 22px 0;
 }
}

@media screen and (max-width:970px) {
 .optiontable table {
  margin: 0 0 10px 0;
 }
 .optiontable table td {
  width: 50%;
 }
}

@media screen and (max-width:320px) {
 .optiontable table td {
  width: 100%;
 }
}










  </style>



















<style>
/* RESERVATION CHECK */


.container.container_reservation {
 max-width: 1100px;
}

#reservation {
 float: left;
 width: 100%;
 font-family: Cuprum, Tahoma, sans-serif;
 font-size: 15px;
 color: #383838;
 line-height: 1.2;
 text-align: left;
}

#reservation,
#reservation * {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

#reservation_form .basic_btn {
 font-family: Cuprum, Tahoma, sans-serif;
 border-radius: 30px;
}

#reservation a,
#toolbar a {
 text-decoration: none;
}

#reservation a.basic_btn,
#toolbar a.basic_btn {
 font-family: Cuprum, Tahoma, sans-serif;
 border-radius: 30px;
 color: #fff;
}

#reservation .input {
 margin: 0;
 line-height: initial;
}

#reservation .back_btn {
 margin: 0 0 15px 0;
 font-size: 12px;
}

#reservation .center {
 text-align: center;
}

#reservation .label {
 padding: 0 0 5px 0;
 font-weight: 400;
}

#reservation .label span {
 font-size: 0.8em;
}

#reservation b {
 font-size: 14px;
}

@media screen and (max-width:750px) {
 #reservation b {
  font-size: 13px;
 }
}

#lead_info .input_holder,
#tourists .input_holder {
 height: 45px;
}

.reservation_view #lead_info .label,
.reservation_view #reservation .services .label,
.reservation_view #tourists .label {
 padding-left: 0;
 padding-right: 0;
}

.reservation_view #lead_info .input_holder,
.reservation_view .services .input_holder,
.reservation_view #tourists .input_holder {
 height: auto;
 border: none;
}

.reservation_view #lead_info .input_holder div.input,
.reservation_view .services .input_holder div.input,
.reservation_view #tourists .input_holder div.input {
 display: block;
 padding-left: 0;
 padding-right: 0;
 min-height: 19px;
 font-weight: 400;
 line-height: 1.3;
 cursor: default;
}

.reservation_view #lead_info .input_holder div.input,
.reservation_view #tourists .input_holder div.input {
 height: auto;
 margin: 0 0 12px 0;
}

#lead_info div.input,
#tourists div.input {
 height: 100%;
}

@media screen and (max-width:950px) {
 #lead_info .input_holder,
 #tourists .input_holder {
  height: 40px;
 }
}

.reservation_edit #product_info,
.reservation_edit .reservation_title.services_title,
.reservation_edit .services {
 display: none;
}

.input.not_allowed {
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 cursor: not-allowed;
}

.reservation_main_title {
 float: left;
 width: 100%;
 padding: 18px 15px;
 margin: 0 0 35px 0;
 font-weight: 700;
 font-size: 18px;
 line-height: 1.2;
 color: #000;
 text-align: center;
 text-transform: uppercase;
 background-color: #efefef;
}

@media screen and (max-width:950px) {
 .reservation_main_title {
  padding: 16px 15px;
  margin: 0 0 30px 0;
  font-size: 17px;
 }
}

@media screen and (max-width:750px) {
 .reservation_main_title {
  padding: 13px 15px;
  margin: 0 0 25px 0;
  font-size: 16px;
 }
}

@media screen and (max-width:600px) {
 .reservation_main_title {
  padding: 11px 15px;
  margin: 0 0 20px 0;
  font-size: 15px;
 }
}

.reservation_hotel_stars {
 display: flex;
 justify-content: center;
 float: left;
 width: 100%;
 margin: 3px 0 2px 0;
}

.reservation_hotel_stars img {
 width: 15px;
 height: 15px;
 margin: 0 1px;
}

@media screen and (max-width:950px) {
 .reservation_hotel_stars img {
  width: 13px;
  height: 13px;
 }
}

@media screen and (max-width:600px) {
 .reservation_hotel_stars {
  margin: 1px 0;
 }
 .reservation_hotel_stars img {
  width: 12px;
  height: 12px;
 }
}

.reservation_title {
 float: left;
 width: 100%;
 padding: 8px 15px;
 margin: 0 0 15px 0;
 font-weight: 400;
 font-size: 16px;
 line-height: 1.2;
 color: #6a6a6a;
 text-align: center;
 text-transform: uppercase;
 background-color: #efefef;
}

@media screen and (max-width:850px) {
 .reservation_title {
  font-size: 15px;
 }
}

@media screen and (max-width:750px) {
 .reservation_title {
  margin: 0 0 12px 0;
  font-size: 14px;
 }
}

.reservation_mini_title {
 display: inline-block;
 width: 100%;
 margin: 0 0 2px 0;
 font-weight: 700;
 font-size: 15px;
 line-height: 1.3;
 color: #000;
}



/* LOGIN start */

.login_form_container {
/* display: flex;
 flex-wrap: wrap;
 justify-content: center;*/
 float: left;
 width: 100%;
}

.login_form_container form {
 float: left;
 width: 100%;
 max-width: 490px;
}

.login_form .description_title {
 display: flex;
 align-items: center;
 width: 100%;
 height: auto;
 padding: 12px 0 7px 0;
 margin: 0 0 15px 0;
 line-height: 1;
 border-top: none;
 border-bottom: 1px solid #e5e5e5;
}

.login_form .description_title img {
 width: 18px;
 height: 18px;
 margin: 0 10px 0 0;
 opacity: 0.6;
}

.login_form .input_field {
 width: 100%;
 margin: 0 0 20px 0;
}

.login_form .basic_btn {
 width: 100%;
 margin: 0 0 10px 0;
 font-weight: 700;
}

.login_form .required {
 float: left;
 width: 100%;
 font-size: 13px;
 text-align: center;
}

@media screen and (max-width:676px) {
 .login_form .input_field {
  margin: 0 0 16px 0;
 }
}


/* LOGIN end */


/* RES CHECK TABLE start */

#reservation .check_res_table {
 float: left;
 width: 100%;
 line-height: 1.2;
 border-collapse: collapse;
}

#reservation .check_res_table tr {
 cursor: pointer;
}

#reservation .check_res_table .htable-header,
#reservation .check_res_table .htable-header b,
#reservation .check_res_table td {
 font-size: 14px;
}

#reservation .check_res_table td {
 vertical-align: top;
}

#reservation .check_res_table .label {
 padding: 0 0 5px 0;
 font-weight: 400;
}

@media screen and (max-width:676px) {
 #reservation .check_res_table tr {
  display: flex;
  flex-wrap: wrap;
 }
 #reservation .check_res_table td {
  float: left;
  width: 50%;
 }
 #reservation .check_res_table tr:last-child td:last-child {
  width: 100%;
 }
 #reservation .check_res_table .label {
  padding: 0 0 2px 0;
 }
}

@media screen and (max-width:350px) {
 #reservation .check_res_table td {
  width: 100%;
 }
}


/* RES CHECK TABLE end */


/* TOOLBAR start */

#toolbar {
 float: left;
 width: 100%;
 margin: 0 0 20px 0;
}

#toolbar .wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

#toolbar .basic_btn {
 width: 18%;
 padding: 9px 12px;
 margin: 0 1%;
 font-weight: 700;
 font-size: 13px;
}

#toolbar .current_page_btn {
 background-color: #62cefb;
 cursor: not-allowed;
}

@media screen and (max-width:900px) {
 #toolbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 5px;
  margin: 0;
  background-color: #efefef;
  box-shadow: 1px 3px 5px 5px rgba(39, 28, 28, 0.23);
  z-index: 90;
 }
 #toolbar .basic_btn,
 #toolbar .basic_btn:nth-child(3n) {
  width: auto;
  padding: 7px 9px;
  margin: 5px 5px;
  font-size: 12px;
 }
}

@media screen and (max-width:650px) {
 #toolbar .basic_btn,
 #toolbar .basic_btn:nth-child(3n) {
  font-size: 11px;
 }
}



/* TOOLBAR end */


/* PRODUCT INFO start */

#product_info {
 float: left;
 width: 100%;
 margin: 0 0 25px 0;
}

#product_info .col {
 float: left;
 width: 32%;
 margin: 0 2% 0 0;
}

#product_info .col.col_01 {
 width: 39%;
}

#product_info .col.col_02 {
 width: 27%;
}

#product_info .col.col_03 {
 width: 30%;
 margin: 0;
}

#product_info .col_line {
 float: left;
 width: 100%;
 border-top: 1px solid #e3e3e3;
}

#product_info .info {
 display: flex;
 float: left;
 width: 100%;
 padding: 0 0 18px 0;
 font-size: 14px;
 line-height: 1.3;
 color: #383838;
}

#product_info .info.dates .date_info {
 display: flex;
 float: left;
 width: auto;
 padding: 0 30px 0 0;
}

#product_info .info.dates .date_info:nth-child(2n) {
 padding: 0;
}

#product_info .info .icon {
 display: flex;
 float: left;
 width: 32px;
 min-width: 32px;
 line-height: 0;
 font-size: 0;
}

#product_info .info .icon img {
 width: 20px;
 height: 20px;
 margin: 1px 0px 0 0;
 opacity: 0.6;
}

#product_info .info .text {
 flex: auto;
 font-size: 14px;
}

#product_info .info .info_title {
 width: 100%;
 margin: 0 0 3px 0;
 font-weight: 400;
 font-size: 15px;
 color: #000;
 text-transform: uppercase;
}

@media screen and (max-width:950px) {
 #product_info {
  margin: 0 0 15px 0;
 }
}

@media screen and (max-width:850px) {
 #product_info .col.col_01 {
  width: 36%;
 }
 #product_info .col.col_02 {
  width: 30%;
 }
 #product_info .col.col_03 {
  width: 30%;
 }
 #product_info .info.dates {
  flex-wrap: wrap;
 }
 #product_info .info.dates .date_info {
  width: 100%;
  padding: 0 0 18px 0;
 }
 #product_info .info.dates .date_info:nth-child(2n) {
  padding: 0;
 }
 #product_info .info .text {
  font-size: 13px;
 }
 #product_info .info .info_title {
  font-size: 14px;
 }
}

@media screen and (max-width:650px) {
 #product_info {
  margin: 0 0 10px 0;
 }
 #product_info .info {
  padding: 0 0 12px 0;
 }
 #product_info .info .info_title {
  margin: 0 0 1px 0;
  font-size: 13px;
 }
 #product_info .info .icon {
  width: 24px;
  min-width: 24px;
 }
 #product_info .info .icon img {
  width: 15px;
  height: 15px;
 }
}

@media screen and (max-width:550px) {
 #product_info .col.col_01,
 #product_info .col.col_02,
 #product_info .col.col_03 {
  width: 100%;
 }
}

/* PRODUCT INFO end */





.price_total {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: baseline;
 float: left;
 width: 100%;
 margin: 5px 0 0 0;
 padding: 9px 20px;
 font-weight: 600;
 font-size: 15px;
 color: #fff;
 background-color: #515151;
}

.price_total img {
 width: 22px;
 height: 18px;
 margin: 0 13px 0 0;
}

.price_total .price {
 margin: 0 0 0 10px;
 font-weight: 700;
 font-size: 24px;
}

.price_total .price .currency {
 font-size: 20px;
}

@media screen and (max-width:950px) {
 .price_total {
  padding: 9px 20px;
  font-size: 14px;
 }
 .price_total .price {
  font-size: 22px;
 }
 .price_total .price .currency {
  font-size: 18px;
 }
}

@media screen and (max-width:750px) {
 .price_total .price {
  font-size: 20px;
 }
 .price_total .price .currency {
  font-size: 17px;
 }
 .price_total img {
  width: 18px;
  height: 15px;
  margin: 0 10px 0 0;
 }
}

@media screen and (max-width:600px) {
 .price_total {
  padding: 9px 20px;
  font-size: 13px;
 }

 .price_total .price {
  font-size: 19px;
 }
 .price_total .price .currency {
  font-size: 16px;
 }
}





/* SERVICES start */

.services {
 display: flex;
 flex-wrap: wrap;
 float: left;
 width: 100%;
 margin: 0 0 40px 0;
}

.services .service {
 display: flex;
 float: left;
 width: 48%;
 padding: 0 0 13px 0;
 margin: 0 2% 15px 0;
 border-bottom: 1px solid #ddd;
}

.services .service:nth-child(2n) {
 margin: 0 0 15px 2%;
}

.services .left {
 flex: auto;
 display: flex;
 flex-wrap: wrap;
 align-content: flex-start;
 flex-direction: column;
}

.services .service_title {
 display: inline-block;
 width: 100%;
 margin: 0 0 4px 0;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.3;
 color: #000;
 text-transform: uppercase;
}

.services .right {
 align-self: flex-start;
 padding: 2px 0 0 20px;
}

.services .input_field {
 float: right;
 width: 80px;
}

.services .input_holder {
 height: 37px;
}

.services .single_price_container {
 flex: auto;
 display: flex;
 align-items: flex-end;
}

.services .single_price_container .price {
 margin: 0 4px 0 7px;
 font-size: 15px;
}

.services .single_price_container .currency {
 font-size: 15px;
}


@media screen and (max-width:950px) {
 .services {
  margin: 0 0 30px 0;
 }
}

@media screen and (max-width:850px) {
 .services .service,
 .services .service:nth-child(2n) {
  width: 100%;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
 }
 .services .service_title {
  font-size: 15px;
 }
 .services .right {
  padding-top: 0;
 }
}

@media screen and (max-width:750px) {
 .services .service_title {
  font-size: 14px;
 }
}

@media screen and (max-width:650px) {
 .services {
  margin: 0 0 20px 0;
 }
}


/* SERVICES end */





/* LEAD INFO start */

#lead_info {
 float: left;
 width: 100%;
 margin: 0 0 40px 0;
}

#lead_info .input_field {
 width: 32%;
 margin: 0 2% 10px 0;
}

#lead_info .input_field:nth-child(3n) {
 margin-right: 0;
}

@media screen and (max-width:950px) {
 #lead_info {
  margin: 0 0 30px 0;
 }
}

@media screen and (max-width:750px) {
 #lead_info .input_field,
 #lead_info .input_field:nth-child(3n) {
  width: 49%;
  margin: 0 2% 10px 0;
 }
 #lead_info .input_field:nth-child(2n) {
  margin-right: 0;
 }
}

@media screen and (max-width:650px) {
 #lead_info {
  margin: 0 0 20px 0;
 }
}

@media screen and (max-width:500px) {
 #lead_info .input_field,
 #lead_info .input_field:nth-child(2n),
 #lead_info .input_field:nth-child(3n) {
  width: 100%;
  margin: 0 0 10px 0;
 }
}


/* LEAD INFO end */


/* TOURISTS INFO start */

#tourists {
 float: left;
 width: 100%;
 margin: 0 0 40px 0;
}

#tourists .tourist {
 float: left;
 width: 100%;
 margin: 6px 0 10px 0;
}

#tourists .tourist:last-child {
 margin-bottom: 0;
}

#tourists.res_tourists .input_field {
 width: 15.83%;
 margin: 0 1% 10px 0;
}

#tourists.res_tourists .input_field:nth-child(6n) {
 margin: 0 0 10px 0;
}

#tourists.res_check_tourists .input_field {
 width: 19.2%;
 margin: 0 1% 10px 0;
}

#tourists.res_check_tourists .input_field:nth-child(5n) {
 margin: 0 0 10px 0;
}

@media screen and (max-width:1000px) {
 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 24.25%;
  margin: 0 1% 10px 0;
 }
 #tourists.res_check_tourists .input_field:nth-child(4n) {
  margin-right: 0;
 }
}

@media screen and (max-width:950px) {
 #tourists {
  margin: 0 0 30px 0;
 }
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 32.33%;
  margin: 0 1% 10px 0;
 }
 #tourists.res_tourists .input_field:nth-child(3n) {
  margin-right: 0;
 }
}

@media screen and (max-width:750px) {
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 32%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_tourists .input_field:nth-child(3n) {
  margin-right: 0;
 }
 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(4n),
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 32%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_check_tourists .input_field:nth-child(3n) {
  margin-right: 0;
 }
}

@media screen and (max-width:650px) {
 #tourists {
  margin: 0 0 20px 0;
 }
}

@media screen and (max-width:500px) {
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(3n),
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 49%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_tourists .input_field:nth-child(2n) {
  margin-right: 0;
 }
 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(3n),
 #tourists.res_check_tourists .input_field:nth-child(4n),
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 49%;
  margin: 0 2% 10px 0;
 }
 #tourists.res_check_tourists .input_field:nth-child(2n) {
  margin-right: 0;
 }
}

@media screen and (max-width:350px) {
 #tourists.res_tourists .input_field,
 #tourists.res_tourists .input_field:nth-child(2n),
 #tourists.res_tourists .input_field:nth-child(3n),
 #tourists.res_tourists .input_field:nth-child(6n) {
  width: 100%;
  margin: 0 0 10px 0;
 }

 #tourists.res_check_tourists .input_field,
 #tourists.res_check_tourists .input_field:nth-child(2n),
 #tourists.res_check_tourists .input_field:nth-child(3n),
 #tourists.res_check_tourists .input_field:nth-child(4n),
 #tourists.res_check_tourists .input_field:nth-child(5n) {
  width: 100%;
  margin: 0 0 10px 0;
 }
}

/* TOURISTS INFO end */


/* RES BOTTOM start */

.res_bottom {
 display: flex;
 float: left;
 width: 100%;
 margin: 12px 0 12px 0;
}

.res_bottom .left {
 flex: auto;
 padding: 0 20px 0 0;
}

.res_bottom .right {
 align-self: flex-start;
 width: auto;
 margin: 3px 0 0 0;
}

.res_bottom p {
 margin: 0 0 5px 0;
}

.res_bottom .required {
 justify-content: flex-start;
 margin: 15px 0 0 0;
 text-align: left;
}

.res_bottom p input {
 margin: 0 5px 0 0;
}

.res_bottom a {
 margin: 0 0 0 5px;
}

@media screen and (max-width:600px) {
 .res_bottom {
  flex-direction: column;
  margin-bottom: 0;
 }
 .res_bottom .left {
  padding: 0;
 }
 .res_bottom .right {
  align-self: flex-start;
  width: 100%;
  margin: 15px 0 0 0;
 }
 .res_bottom .right .basic_btn {
  width: 100%;
  padding: 16px 30px;
 }
}

@media screen and (max-width:560px) {
 .res_bottom p {
  font-size: 14px;
 }
}

@media screen and (max-width:540px) {
 .res_bottom p {
  font-size: 13px;
 }
}

@media screen and (max-width:400px) {
 .res_bottom p {
  font-size: 12px;
 }
 .res_bottom p input {
  margin: 0 2px 0 0;
 }
 .res_bottom p span {
  white-space: nowrap;
 }
}


/* RES BOTTOM end */


/* BOTTOM BTNS start */


.res_bottom .basic_btn,
.res_bottom .basic_btn.back {
 width: auto;
 padding: 10px 22px;
 font-weight: 700;
 font-size: 15px;
}

.res_bottom .right .basic_btn {
 padding: 16px 22px;
}

.res_bottom .basic_btn.back {
 margin-right: 15px;
 font-weight: 400;
 color: #545454;
 border: 1px solid #ddd;
 background-color: #efefef;
}

.res_bottom .basic_btn.back:hover {
 border: 1px solid #ddd;
 background-color: #ddd;
}

@media screen and (max-width:900px) {
 .res_bottom .basic_btn,
 .res_bottom .basic_btn.back {
  font-size: 14px;
 }
}

.bottom_btns {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 float: left;
 width: 100%;
 margin: 10px 0 0 0;
}


/* BOTTOM BTNS end */


.thanks_page {
 float: left;
 width: 100%;
 text-align: center;
}

.thanks_page .basic_btn {
 display: inline-block;
 float: none;
 margin: 6px 0 10px 0;
}
