a{
    cursor:pointer;
    cursor:hand;
}
.text-clamp ul{
    display:block;
    margin-bottom:15px;
}

.slogan{
    color: #fff;
}

.text-clamp__btn{
    margin-bottom: 15px;
}

.promo-grid__item{
    background-image:url("/upload/img/home/news/news-1.jpg");
}

.pagination .active a {
    background-color: var(--colorBlueAccent);
    color: #fff;
}

main {
    min-height: 600px;
}

.notes{
    text-align:center;
    padding:15px 0;
    font-size: 16px;
    font-weight:bolder;
}
.notes_err{
    color: red;
}


.text-clamp.open > div {
    -webkit-line-clamp: 500;
}

.text-clamp > div {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--clampRows);
    transition: height 0.3s ease 0s;
    padding-bottom:10px;
}

.text-clamp > div p {
    margin-bottom:15px;
    line-height: 22px;
}

.text-clamp__btn{
    cursor:pointer;
    cursor:hand;
    margin-top:10px;
}

.bgi{
    background-position:center center;
}
.footer__socials a {
    justify-content: left;
}

.review__images > div > a{
    display:block;
    width:100%;
    height:100%;

}

.popup__content{
    min-width:420px;
    max-width:100%;
}

input.input-error, textarea.input-error {
    border: 1px solid var(--colorRed) !important;
    color: var(--colorRed) !important;
}

.review__reply > p {
    max-width: 100%;
}

.footers_icons .fa{
    color: var(--colorBlack) !important;
}

.footers_icons .header__phones ul{
    margin:0 0 0 55px;
}

#reviews_froms textarea{
    width:100%;
    height:150px;
    border: 1px solid rgba(51, 51, 51, 0.6980392157);
    border-radius: 5px;
    padding: 0 5px;
    color: rgba(51, 51, 51, 0.6980392157);
    font-size: 14px;
    margin-bottom: 10px;
}

#reviews_froms input{
    border: 1px solid rgba(51, 51, 51, 0.6980392157);
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding: 0 12px;
    color: rgba(51, 51, 51, 0.6980392157);
    font-size: 14px;
    margin-bottom: 10px;
}


#reviews_froms input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

#reviews_froms input[type=checkbox]:checked + span::before {
    border: 1px solid var(--colorBlueAccent);
}

#reviews_froms input[type=checkbox]:checked + span::after {
    scale: 1;
}

#reviews_froms input[type=checkbox]:focus + span::before {
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1019607843);
}

#reviews_froms label:has(input[type=checkbox]) {
    margin-top: 4px;
    font-size: 12px;
}

#reviews_froms label:has(input[type=checkbox]) span {
    display: inline-block;
    padding-top: 2px;
    position: relative;
    padding-left: 24px;
}

#reviews_froms label:has(input[type=checkbox]) span::before {
    content: "";
    display: inline-block;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(51, 51, 51, 0.6980392157);
    border-radius: 5px;
    position: absolute;
}

#reviews_froms label:has(input[type=checkbox]) span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url("/upload/img/icons/check.svg") center/12px no-repeat;
    scale: 0;
    transition: all 0.2s ease 0s;
}

#reviews_froms label  a {
    text-decoration: underline;
    color: var(--colorBlueAccent);
}


#reviews_froms .review__images{
    width: 420px;
    min-height: 20px;
    margin-bottom: 20px;
    height:auto;
}

#reviews_froms .review__images > div {
    flex: 0 0 calc(42% - 15px);
}

.image-preview{
    position:relative;
    border: 1px solid rgba(51, 51, 51, 0.6980392157);
    border-radius: 5px;
}

.image-preview .deleimg{
    border:1px solid red;
    position:absolute;
    right: 5px;
    top: 5px;
    padding: 2px 6px 4px 6px;
    color: red;
    cursor: pointer;
    display: block;
    z-index: 20;
    font-size: 10px;
    line-height: 12px;
}


.image-preview input[type="file"] {
    line-height: 140px;
    font-size: 140px;
    position: absolute;
    opacity: 0;
    z-index: 10;
    width: 100%;
    height: 120px;
    cursor: pointer;
    cursor: hand;
}

.image-preview label {

    position: absolute;
    z-index: 5;
    cursor: pointer;
    cursor: hand;
    top: 35%;
    text-align: center;
    margin:auto;
    font-size: 12px;
    padding: 10px 5px;
    opacity: 0.7;

}

#reviews_froms label {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    font-weight:bold;
}

.header__favorite a{
    cursor:pointer;
}

.factive{
    background-image: url("/upload/img/icons/favorite_red.svg") !important;
}

.blocks_content .cruise-reviews {
    padding: 0px 0 70px;
}




.popup-fullscreen .popup__content{
    padding:0;
    margin-left: -15px;
}

.popup-fullscreen .iframes{
    padding:0;
    width:1160px;
    max-width:100%;

}

.popup-fullscreen .popup__btn-close{
    background-color:#fff;
    border-radius:4px;
    background-size: 120% 120%;
    z-index:20;
}

.popup-fullscreen .videos .tops{
    width:100%;
    height:75px;
    background-color:transparent;
    z-index:10;
    position:absolute;
    top:0;
}

.popup-fullscreen .videos .bottoms{
    width:100%;
    height:70px;
    background-color:transparent;
    z-index:10;
    position:absolute;
    bottom:0;
}

.select2-selection {
    max-width:100%;
}

.select2-results__options[aria-multiselectable="true"] li::after{
    left:3px;
    top:9px;
}

.liners-list #searchform .container{
    margin: 0 -20px 0 -20px;
}

.liners-list .button_primary, .blocks_content .button_primary, .visa .button_primary{
  max-width: 120px;
  margin: 15px 0;
  background: #5e667d !important;
  color: #fff;
  box-shadow: 0px 0px 0px transparent !important;
}

.rate.rate-0::before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.blocks_content p{
    line-height: 22px;
    margin-bottom: 15px;
}

.blocks_content p ul{
    line-height: 22px;
}
.blocks_content p ul li{
    margin-bottom:10px;
}

.header__search{
    background-color:transparent;
}

.packages__text p img {
    margin:auto;
}

.blocks_search{
    padding:0px;
    background-color:#fff;
}

.blocks_search #search_cruises_blocks{
    padding: 0;
}

.blocks_search .cruises-result{
    padding: 0 15px;
}


@media (max-width: 700px) {

    .head__banner_liners span{
        position:absolute;
        width: 130px;
        height: 34px;
        top: 22px;
        right: 5px;

    }

}

@media (max-width: 512px){

.popup-minpadd  .popup__content{

        width:calc(100% - 5px);
        padding: 65px 0px 40px;
    }

.popup-minpadd .container {
        padding: 0 6px;
    }

.packages__text img {
    max-width: 100%;
    margin:auto;
    height:auto;
}

.text-clamp div p img {
    max-width: 100%;
    margin:auto;
    height:auto !important;
}

.slogan{
  display: none;
}

}

.grid-item img{
    width:100%;
    height:auto;
    max-width:100%;
    margin-top: 15px;

}

.page_404{
    text-align:center;
    padding: 50px 0;
}
.page_404 p{
    display:block;
    font-weight:bolder;
    font-size:18px;
}

.page_404 .button_primary{
    width:200px;
    margin: 15px auto;
}


@media (max-width: 480px) {

    .header__nav .menu__dropdown span {
        padding-right: 0px;
    }

    .review__images > div {
        aspect-ratio: 11/10 !important;
        flex: 0 0 calc(47% - 2px) !important;
    }

    .review__reply {
        margin-left: 10px !important;
    }

    .popup-fullscreen .iframes{
        padding:0;
        width:420px;
    }


    .head-nav-tab__list li {
        min-width: auto;
        width:auto;
    }
    .head-nav-tab__list li a{
        padding: 0 20px;
    }

    .grid-4 .grid-item {
        flex: 0 0 calc(100% - 10px);
    }


    .daterangepicker{
        width:303px !important;
    }

    .head__banner h1{
        font-size:30px;
        margin-bottom:25px;
        line-height:36px;
    }

    .head{
        margin-bottom:20px;
    }

    .sp-form[sp-id="215456"], .sp-form[sp-id="215468"]{
        width:350px !important;
    }

    .footer__socials{
        margin-top:15px;
    }

    .footer__nav-menu ul li {
        flex: 0 0 33%;
    }

}
