:root {
--btnBlueColor: #49afcd;
--btnGreenColor: #5bb75b;
--btnLightGreenColor: #c8e7c8;
}

body{
    background-color: white;
    margin-top: 0px;
}

.checked-star {
    color: orange;
  }

.header{
    background:#00709C;
}

.star-ratings{
    position: absolute;
    right:10px;
    top:0px;
}

.text_wrap{
    position:relative;
}

.key-selling-points li{
    line-height: 1.7;
    font-size: 14px;

}



.h1-404{
    text-align: center; 
    padding-top: 50px;
    margin:0;
}

.header .logo{
    width:300px;
    height:auto;
    display:block;
    margin:10px;
}

.header .language{
    margin:10px;
}

.message-guts {
    border-left: 6px solid #ff8b76;
    margin-top: 1rem;
    padding: 1rem 2rem;
    line-height: 2rem;
}

.sub-title {
    letter-spacing: 1px;
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 40px;
    color: grey;
    text-shadow: 0px 1px 0px #fff;
}

.input-error,
.input-error-2,
.input-error-kids {
    display: none;
    color: red;
    font-size: 14px;
}

/* Drop-down menu - for dev mode */
.dropbtn {
    /* background-color: #4CAF50; */
    /* color: white; */
    /* padding: 16px; */
    /* font-size: 16px; */
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    right: -5px;
    background-color: #f1f1f1;
    min-width: 260px;
    font-size: 14px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;

    opacity: 0;
    -webkit-transition: opacity 800ms, visibility 600ms;
    transition: opacity 800ms, visibility 600ms;
}

.dropdown:hover .dropdown-content {
    /* display: block; */
    visibility: visible;
    opacity: 1;

}

.dropdown:hover .dropbtn {
    /* background-color: #3e8e41; */
    cursor: pointer;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}



.voucher:hover .flipper {
    display: block;
}

.flipper {
    display: none;
}

.border {
    border: 1px solid lightgrey;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.shadow2 {
    box-shadow: 0 4px 8px 0 rgba(12, 145, 223, 0.07), 0 6px 20px 0 rgba(12, 145, 223, 0.07);
}

.shadow3 {
    box-shadow: 0 4px 8px 0 rgba(0, 112, 156, 0.2), 0 6px 20px 0 rgba(0, 112, 156, 0.2);
}

.language a {
    color: lightgrey;
}

.language a:hover {
    color: lightgreen;
}

.loader {
    display: none;
    border: 16px solid #f3f3f359;
    border-radius: 50%;
    border-top: 16px solid #3498dbaf;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.seats-number {
    padding: 1rem 3rem 0 1rem;
}
.width_27_2 {
    width: 27.2rem !important;
}

/* Seats */
@media screen and (min-width: 769px) {
#person-seats {
display: flex;position: relative;
}
#persons-list {
    width: 34.5%;
}
#ship-type {
    width: 65.5%;
}
.tab-block-hi {
    background-color: #ccc;
}

}    

@media screen and (min-width: 769px) {
.arrow-2 {
position: absolute; top: 0px;right:-60px;height: 0px;width: 0px;
border-left: 30px solid red; 
border-top: 20px solid red; 
border-bottom: 60px solid red; 
border-right: 30px solid red; 
border-color: transparent transparent transparent white;
z-index: 2;
}
.arrow-2-hi {
border-color: transparent transparent transparent #ccc;
}
.tab-block-hi .arrow-2 {
    border-color: transparent transparent transparent #ccc;
}
.seats-number {
    padding: 1rem 3rem 0 2rem;
}
}

@media screen and (max-width: 768px) {
    .width_27_2 {
        width: 25rem !important;
    }

    .arrow-2 {
    position: absolute; top: 32px;left:-10px;height: 0px;width: 0px;
    border-left: 10px solid red; 
    border-top: 12px solid red; 
    border-bottom: 12px solid red; 
    border-right: 10px solid red; 
    border-color: transparent transparent transparent transparent;
    z-index: 2;
    }
    .tab-block-hi .arrow-2 {
        border-color: transparent transparent transparent blue;
    }
}
@media (max-width: 980px) {

    .select-seats .select_wrap select {
        width: 100%;
    }    
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transition: var(--mainTransition); */
    background: rgba(81, 208, 240, 0.5);
    z-index: 20;
}

#spinner {
    position: fixed;
    top: calc(50vh - 60px);
    left: calc(50vw - 60px);
}
#spinner-text1,#spinner-text2  {
    padding:25px;
    text-align: center;
    /* vertical-align: middle; */
    /* line-height: 70px;     */
    display: none;
    position: fixed;
    top: calc(50vh + 65px);
    left: calc(50vw - 150px);
    height: 60px;
    width: 300px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 30;
}

.visible-yes {
    visibility: visible;
    opacity: 1;
}

.visible-no {
    visibility: hidden;
    opacity: 0;
}

.error-border {
    border: 2px solid red !important;
}

.result-error {
    color: red;
}

.result-success {
    color: blue;
}
/*New styles*/
body{
    color: #333;
}
.header {
    background-color: #2d324b;
    border-bottom: 1px solid #6c6f7e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    width: 220px;
    margin: 8px;
    filter: brightness(0) invert(1);
}
.header .language {
    margin: 10px 30px 10px 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
}
.content{
    background-color: #f6f6f6;
}
.content_wrap{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 20px 40px;
    box-sizing: border-box;
}
.main_info_wrap{
    background: #fff;
}
.main_info_wrap .image_wrap{
    margin-right: 40px;
    float: left;
    width: 400px;
}
.main_info_wrap .text_wrap{
    width: calc(100% - 440px);
    float: left;
    padding: 30px 20px 20px 0;
    box-sizing: border-box;
}
.main_info_wrap .text_wrap p.description{
    margin: 20px 0;
    line-height: 1.7;
    font-size: 14px;
}
.main_info_wrap .text_wrap .title{
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5;
}
.main_info_wrap .text_wrap .price{
    font-size: 18px;
    line-height: 1.5;
}
.main_info_wrap .text_wrap .label_text{
    opacity: 0.5;
}
.content_wrap hr{
    border-top: none;
    border-bottom: 1px solid #c7c7c7;
}
.content_wrap .sub-title{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
}
.content_wrap .widget-box{
    background: none;
    padding: 0;
    border: 0;
    margin: 30px 0;
}
select {
    background: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    width: 280px;
    box-sizing: border-box;
}
input[type="text"]{
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px !important;
    border-radius: 0;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #555;
    display: block;
    width: 280px;
    height: 48px;
    box-sizing: border-box;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
    /*opacity: 0.5;*/
}
.select_wrap{
    position: relative;
    display: inline-block;
}
.select_wrap:after{
    font-family: FontAwesome;
    content: '\f107';
    color: #3a3a3a;
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 20px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all linear .25s;
    -o-transition: all linear .25s;
    transition: all linear .25s;
    pointer-events: none;
}
.code_wrap{
    padding: 20px 0;
    /*border: 1px solid #c7c7c7;*/
    border-radius: 3px;
    /*background: #fff;*/
    margin: 20px 0 15px 0;
}
.code_wrap input[type="text"]{
    background: #fff;
    float: left;
    width: 140px;
}
.code_title{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 40px;
    color: grey;
    text-shadow: 0px 1px 0px #fff;
    letter-spacing: 1px;
}
.code_wrap .control-label{
    position: absolute;
    left: 150px;
    top: -23px;
}
.code_wrap select{
    margin-left: 10px;
    width: 130px;
    background: #fff;
}
.code_wrap .control-group {
    margin-bottom: 20px;
}
.code_wrap .control-group + div[id^="check"]  {
    position: absolute;
    left: 100px;
    top: 7px;
}
.code_wrap div[id^="rec"]  {
    position: relative;
}
.code_wrap .title,
#all-globals .title{
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff;
    color: grey;
    width: 60%;
    float: left;
}
.code_wrap .value,
#all-globals .value{
    text-align: right;
}
.code_wrap .left,
.payment_provider .left{
    width: calc(100% - 320px);
    float: left;
}
#totals-container,
#all-globals{
    font-size:14px;
    border-top: 1px solid #c7c7c7;
    width: 300px;
    float: right;
    margin-left: 20px;
}
#totals-container .totals_row,
#all-globals .totals_row{
    border-bottom: 1px solid #c7c7c7;
    padding: 18px 0;
}
.code_wrap .btn-info, #go-page-2, #go-page-1{
    background: #49afcd !important;
    text-shadow: none;
    border: none;
    border-radius: unset;
    width: auto;
    max-width: 280px;
    height: 48px;
    padding: 0 10px;
    display: inline-block;
}
#go-confirm{
    background: #5bb75b !important;
    text-shadow: none;
    border: none;
    border-radius: unset;
    width: auto;
    height: 48px;
    padding: 0 10px;
    display: inline-block;
}
#go-confirm:hover{
    background : #3aa13a !important;
}
.code_wrap .btn-info:hover, #go-page-2:hover, #go-page-1:hover{
    background: #439ab4 !important;
}
#go-page-2{
    width: 320px;
}
.btn{
    transition: all 0.5s linear;
}
.code_wrap .btn-warning{
    background: #faa732 !important;
    text-shadow: none;
    border: none;
    border-radius: unset;
    width: auto;
    max-width: 280px;
    height: 48px;
    padding: 0 10px;
    display: inline-block;
}
.code_wrap .btn-warning:hover{
    background: #f19615 !important;
}
.footer{
    background: #efefef;
    padding: 2rem;
    font-size: 14px;
}
.white_box{
    padding: 30px;
}
.code_error{
    float: left !important;
    width: auto !important;
    margin-right: 10px;
}
.code_error i{
    font-size: 16px;
    margin: 7px 0 !important;
    display: inline-block;
}
.white_box{
    background: #fff;
    margin-bottom: 10px;
}
.order_info {
    font-size: 14px;
}
.order_info_row{
    padding: 18px 0;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    justify-content: space-between;
    max-width: 285px;
    margin: 0 auto;
}
.order_info_row:nth-child(1){
    border-top: 1px solid #c7c7c7;

}
.order_info .span6{
}
.order_info_row .title {
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px #fff;
    color: grey;
}
.order_info_row .value {
    text-align: right;
}
#go-cancel{
    background: #da4f49 !important;
    text-shadow: none;
    border: none;
    border-radius: unset;
    width: auto;
    max-width: 280px;
    height: 48px;
    padding: 0 10px;
    display: inline-block;
}
#go-cancel-2{
    background: #da4f49 !important;
    text-shadow: none;
    border: none;
    border-radius: unset;
    width: auto;
    max-width: 280px;
    height: 36px;
    padding: 0 10px;
    display: inline-block;
}
#go-cancel:hover{
    background : #c03a34 !important;
}
#go-change{
    background: #49afcd !important;
    text-shadow: none;
    border: none;
    border-radius: unset;
    width: auto;
    height: 48px;
    padding: 0 10px;
    display: inline-block;
}
#go-change-2{
    background: #49afcd !important;
    text-shadow: none;
    border: none;
    border-radius: unset;
    width: auto;
    height: 36px;
    padding: 0 10px;
    display: inline-block;
}
#go-change:hover,
#go-change-2:hover {
    background: #439ab4 !important;
}
#all-options label{
    opacity: 1 !important;
}
#adults-kids select{
    background: #fff;
}

 /* Checkbox */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
  
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.2em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 1.1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
  /* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
  /* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
  /* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.25);
}
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
background-color: #e9ecef;
}



@media (max-width: 980px) {
    .main_info_wrap .image_wrap {
        width: 350px;
        margin-right: 20px;
    }
    .main_info_wrap .text_wrap {
        width : calc(100% - 370px);
        padding: 20px 20px 20px 0;
    }
    .main_info_wrap .text_wrap p.description {
        margin : 15px 0;
    }
    .white_box .span4 .select_wrap,
    .white_box .span4 input[type="text"]{
        max-width: 100%;
        width: 100%;
    }
    .white_box .span4 .select_wrap select{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .star-ratings{
        position:static;
    }
    body{
        padding: 0;
    }
    .main_info_wrap .image_wrap{
        float: none;
        margin: 0 auto;
        padding: 20px 20px 30px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .main_info_wrap .text_wrap{
        width: 100%;
        padding: 0 20px 40px;
        text-align: center;
    }
    #totals-container,
    #all-globals{
        width      : 230px;
    }
    .code_wrap .left {
        width : calc(100% - 290px);
    }
    .order_info_row {
        max-width       : 440px;
    }
    .order_info_row:nth-child(1) {
        border-top: none;
    }
    .order_info .span4:nth-child(1) .order_info_row:nth-child(1){
        border-top: 1px solid #c7c7c7;
    }
    .content_wrap .sub-title {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .code_wrap .left, .payment_provider .left {
        width: 300px;
        margin: 0 auto 40px;
        float: none;
        max-width: 100%;
    }
    #totals-container,
    #all-globals {
        width: 300px;
        float: none;
        margin: 60px auto 0;
        max-width: 100%;
    }
    #all-options .control-group{
        margin-left: 0 !important;
    }
    .code_wrap .btn-info,
    .code_wrap .btn-warning{
        width: 100%;
        max-width: 100%;
    }
    .content_wrap .sub-title,
    .code_title{
        text-align: center;
    }
    .header .logo {
        width : 130px;
    }
    .header .language {
        margin : 10px 10px 10px 10px;
        font-size: 10px;
    }
    .white_box {
        padding: 30px 15px;
    }
    .code_wrap input[type="text"] {
        width: 100%;
    }
    .code_wrap .control-group + div[id^="check"] {
        left: 240px;
    }
    .code_wrap .control-label {
        left: 0;
        top: 54px;
    }
    .code_wrap .select_wrap {
        width: 100%;
    }
    .code_wrap .select_wrap select {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .code_wrap .select_wrap:after {
        top         : 20px;
    }
}
@media (max-width: 375px) {
    select {
        width: 250px;
    }
}

/* ============== */

  /* Seats */
@media screen and (min-width: 769px) {

    .tab-block{
    margin-bottom: 0.5rem;
    padding: 0rem 1rem 0.5rem 1rem;
    height: 110px;
    position: relative;
    border: 1px solid var(--btnGreenColor);
    cursor: pointer;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
    }

    #person-seats {
      display: flex;
      position: relative;
    }

    #persons-list {
      width: 42%;
    }

    .tab-block-hi {
      background-color: var(--btnLightGreenColor);
      border: 3px solid var(--btnGreenColor);
    }

    #ship-type {
      width: 95%;
      background-color: grey;
      position: absolute;
      margin: 2rem 1rem;
    }

    .arrow-2 {
      position: absolute;
      top: 14px;
      right: -28px;
      height: 0px;
      width: 0px;
      border-left: 0px solid red;
      /* border-top: 20px solid red; */
      border-top: 40px solid red;
      /* border-bottom: 60px solid red; */
      border-bottom: 40px solid red;
      border-right: 26px solid red;
      border-color: transparent transparent transparent white;
      z-index: 2;
    }

    .arrow-2-hi {
      border-color: transparent transparent transparent #ccc;
    }

    .tab-block-hi .arrow-2 {
      /* border-color: transparent transparent transparent #ccc; */
      border-color: transparent var(--btnGreenColor) transparent transparent;
    }

    .seats-number {
      padding: 1rem 3rem 0 2rem;
    }
    .waves:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
      background: url(/img/bg2.png) right / 100% 100% no-repeat;
      /* background-attachment: fixed; */
      opacity: 0.3;
    }

    .waves-2:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
      background: url(/img/bg2.png) right / 100% 100% no-repeat;
      /* background-attachment: scroll; */
      opacity: 0.3;
    }

    .bg-gradient {
      /* background-image: linear-gradient(to bottom, #007587, #93D8FF); */
      /* background-image: linear-gradient(to bottom, #004C7F, #93D8FF); */
      /* background-image: linear-gradient(to bottom, #004C7F, #93D8FF); */
      background-image: linear-gradient(to bottom, #004c7f, #bfe8ff);
      width: 100%;
      position: relative;
    }

    .bg-gradient-2 {
      /* background-image: linear-gradient(to bottom, #007587, #93D8FF); */
      /* background-image: linear-gradient(to bottom, #004C7F, #93D8FF); */
      /* background-image: linear-gradient(to bottom, #004C7F, #93D8FF); */
      /* background-image: linear-gradient(to bottom, #BFE8FF, #004C7F ); */

      /* background-image: linear-gradient(to bottom, var(--btnLightGreenColor), var(--btnGreenColor)); */
      min-height: 475px;
      background-image: linear-gradient(
        to bottom,
        var(--btnBlueColor),
        var(--btnLightGreenColor)
      );
      border: 3px solid var(--btnGreenColor);
    }

    #title-img {
      width: 100%;
      display: flex;
      height: 590px;
    }

    .div-img-title {
      width: 368px;
      position: absolute;
      margin: 2rem 1rem;
    }

    #image-box {
      width: 58%;
      margin-bottom: 0.5rem;
      display: flex;
    }
  }

@media screen and (max-width: 768px) {

    .tab-block{
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    height: 110px;
    position: relative;
    border: 1px solid var(--btnGreenColor);
    cursor: pointer;
    }

    #ship-type {
      width: 400px;
    }

    .div-img-title {
      width: 100%;
    }

    #title-img {
      width: 100%;
      display: flex;
      height: 200px;
    }

    /* #persons-list2 { width: 34.5%; } */

    .arrow-2 {
      position: absolute;
      top: 32px;
      left: -10px;
      height: 0px;
      width: 0px;
      border-left: 10px solid red;
      border-top: 12px solid red;
      border-bottom: 12px solid red;
      border-right: 10px solid red;
      border-color: transparent transparent transparent transparent;
      z-index: 2;
    }

    .tab-block-hi .arrow-2 {
      border-color: transparent transparent transparent blue;
    }
  }

