@charset "UTF-8";

.swiper-slide-visible:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    transition: .4s;
    background: rgba(175, 175, 175, .4);
}
.swiper-slide-thumb-active:before {
    background: #192531;
}

.form-group--nomargin {
    margin-bottom: 0;
}

.form-group--flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

@media only screen and (max-width: 900px) {
    .form-group--flex {
        flex-flow: column nowrap;
        align-items: center;
    }
}

.form-group__divider {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 20px;
    color: #be8d55;
    font-weight: 500;
}

@media only screen and (max-width: 900px) {
    .form-group__divider {
        display: none;
    }
}

.form-group__whatsapp {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #be8d55;
    font-weight: 600;
}

.form-group__name {
    padding-right: 20px;
}

.button-border_brown {
    cursor:pointer;
    width: 27%;
    min-width: 158px;
    margin-top: 0;
    border-color: #be8d55;
}

.button-border_w160 {
    min-width: 162px;
}

@media only screen and (max-width: 900px) {
    .button-border_brown {
        min-width: 160px;
        margin-top: 15px;
    }
}

.popup .button-border_brown {
    width: 34%;
    min-width: 176.95px;
}

.button-border_brown:hover {
    color: #fff!important;
    transition: .25s;
}

.button-border_brown:hover svg {
    transition: .25s;
}

.button-border_height {
    padding-top: 9px;
    padding-bottom: 9px;
}

.button-border_width {
    width: 50%;
}

.popup .button-border_w190 {
    min-width: 190px;
}

.button-border_dark-width {
    min-width: 142px;
}

@media only screen and (max-width: 900px) {
    .button-border_dark-width {
        min-width: 160px;
    }
}

.contacts__tel-dd, .popup-big__tel-dd {
    flex-flow: row nowrap;
}

.footer__foot-menu {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
}

.catalog__flag_wrapper {
    z-index: 40;
    min-width: 65px;
    min-height: 58px;
}

.input__box, .form-group {
    position: relative;

    i {
        position: absolute;
        color: #e40707;
        top: 0;
        left: 0;
        width: 100%;
        font-weight: 500;
        font-style: normal;
        font-size: .63rem;
        line-height: .75rem;
        letter-spacing: .15em;
    }
}

.input__box {
    i {
        width: auto;
        transform: translate(0, 290%);
    }
}

.form-group {
    i {
        transform: translate(27%, 241%);
    }
}

.input__text.error~.error,
.quest-form__inner label.error,
textarea.error~.error {
    top: 0;
    left: 0;
    transform: translate(0, 241%);
    width: auto;
}

.input__box .input__text.error~.error {
    width: auto;
    transform: translate(0, 290%);
}

@media only screen and (max-width: 900px) {
    .input__box .input__text.error~.error {
        width: auto;
        transform: translate(0, 340%);
    }
}

.input__box .input__text.error~.error--middle {
    transform: translate(115%, 290%);
}

.input__text~.error {
    top: 0;
    left: 0;
    transform: translate(0, 281%);
    width: auto;
}

@media only screen and (max-width: 900px) {
    .input__text~.error {
        transform: translate(0, 325%);
    }
}

.form-group .search-help-form__control.input__text {
    text-align: left;
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.search-help-form__control.input__text~.error {
    transform: translate(25%, 325%);
    width: auto;
}

.search-help-form__control.ok {
    border: 1px solid #fff;
    background: url('/img/icon/smile-white.svg') calc(100% - 10px) 50% no-repeat;
    background: url('/img/icon/smile-white.svg') -webkit-calc(100% - 10px) 50% no-repeat;
}

.quest-form__inner label.error {
    color: #e40707;
    font-weight: 500;
    font-size: .63rem;
    line-height: .75rem;
    letter-spacing: .15em;
}

.other-form-wrapper .input__box {
    margin-bottom: 2.5rem;
}

.other-form-wrapper .textarea__text.textarea-counter {
    height: 15.23rem;
}

@media only screen and (max-width: 900px) {
    .other-form-wrapper .textarea__text.textarea-counter {
        height: 5.23rem;
    }
}

.quest-form__inner .input__text {
    text-align: left;
    padding-left: 0 !important;
}

.other-form-wrapper .checkbox {
    margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
    .other-form-wrapper .checkbox {
        margin-bottom: 2.19rem;
    }
}

.contacts__box.contacts__box-form form {
    grid-template-rows: 0fr 0fr 0fr;
}

.d-desktop-none {
    display: none;
}

@media only screen and (max-width: 900px) {
    .d-desktop-none {
        display: block;
    }
}

.d-mobile-none {
    display: block;
}

@media only screen and (max-width: 900px) {
    .d-mobile-none {
        display: none;
    }
}

.yacht-form {
    position: relative;
}

.yacht-form-form .form-group__input::-moz-placeholder{
    color: #C4C4C4;

}

.yacht-form-form .form-group__input::placeholder{
    color: #C4C4C4;

}
.yacht-form .form-group{
    margin-bottom: 30px;
    width: 100%;
}
.yacht-form .form-group__input{
    border: 0 solid #192531;
    font-weight: 600;
    width: 100%;
    display: block;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.15em;
    padding: 0 0 9px;
    text-transform: uppercase;
    border-bottom: 1px solid #192531;
}
.yacht-form .form-group__input.error{
    border-color:red;
}

.land-help-form {
    flex: 0 1 auto;
}

.land-help-form .checkbox--white {
    margin-bottom: 0;
}
.land-help-form .checkbox--white span {
    font-size: 11px;
    font-weight: 400;
}
.land-help-form .checkbox--white span::before,
.land-help-form .checkbox--white span::after {
    top: 50%;
    transform: translateY(-50%);
}

.popup__flexbox .contacts__box.contacts__box-text {
    display: block;
}

.service-block {
    display: none;
}

.search-form-submit-top {
    display: none;
}

.search-form {
    opacity: 0;
}

.togglerparent{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}
.togglerparent:before{
    content: '+';
}
.togglerparent.active:before{
    content: '-';
}

@media (max-width: 1300px) {
    .search-help ._wrapper {
        gap: 30px;
    }
}

.contacts__box-form form {
    position: relative;
}

.input__text-title {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 0px;
    padding: 0;
    border: 0;
}

.modal_yachts_wrapper-dates {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal_yachts--month {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 50px;
    color: #be8d55;
    letter-spacing: 2px;
}

.modal_yachts_dates-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: 50px;
}

.modal_yachts--date {
    font-size: 12px;
    color: #192531;
    font-weight: 600;
    background: #90be55;
    padding: 6px;
}

.popup-question-availability .popup-question__form {
    max-width: 520px;
}

.contact-form-popup--flex .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.popup-question-availability .contact-form-popup--flex .input__box input {
    text-align: left;
    font-size: 12px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .fancybox__white-little .popup {
       overflow-x: hidden;
        overflow-y: auto;
        height: 98vh;
        margin: 0;
    }
}

.card__price-ok_mob-box {
    display: flex;
    flex-flow: column wrap;
}

.checkbox--mobile {
    padding-top: 15px;
}

.catalog__list_enquiry {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.catalog__sendpdf-hide,
.catalog__pdf-hide {
    display: none;
    width: 220px;
    line-height: 1.6;
    left: 0;
    transform: translate(20%, -290%);
}

.button-border_pdf-wrapper {
    position: relative;
    width: 100%;
}

.button-border_pdf-container {
    display: flex;
    flex-flow: row nowrap;
}

.button-border_send-pdf {
    padding: 11.46px 10px;
    min-width: 50px;
    margin-left: 10px;
}

.button-border_send-pdf:hover svg {
    fill: #fff;
}
.quest-form__left h2 {
    text-transform: unset;
}

.quest-form__yachtname {
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .catalog__li._link:hover .swiper-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 15px);
        background: transparent;
        z-index: 2;
        pointer-events: all;
    }
}

@media(min-width: 768px) {
    .catalog__li._link:hover .elip a {
       color: transparent;
    }
}

.price--thin {
    font-weight: 400;
}

.price--marginbottom {
    display:block;
    margin-bottom:5px;
}

.Valid.error .button-border svg {
    fill: #c4c4c4;
}

.button-border_pdf-box {
    display: flex;
    flex-flow: row;
}

.button-border_pdf-box div {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.text-capitalize {
    text-transform: capitalize;
}

.catalog_tile .catalog__li.viewed .catalog__img-box:after {
    bottom: 0;
    transform: translate(0, -45%);
}

.catalog_tile .catalog__li.viewed .catalog__img-box--after:after {
    transform: translate(0, -109%);
}

.catalog__li.viewed .catalog__img-box:before {
    background: transparent;
}

.card_price-single {
    flex-flow: row nowrap;
}

.direction__slider-big__text--long {
    white-space: unset;
    padding-left: 40px;
    text-align: right;
}

.blog-detail-top__back-text {
    padding-left: 10px;
}

.text-center-builder {
    width: 90%;
    margin: 3rem auto;
    border: 0 solid rgba(175, 175, 175, .4);
    padding: 60px 30px;
    min-height: 200px;
    text-align: center;
}

.breadcrumbs__inner {
    max-width: 84.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
    z-index: 96;
    position: relative;
}

.breadcrumbs {
    font-size: 14px;
    color: #fff;
    display: flex;
    padding-top: 8rem;
}
.breadcrumbs a {
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    opacity: .8;
    transition: opacity .3s;
}

.breadcrumbs a:first-child {
    padding-left: 0;
}

.breadcrumbs span {
    padding-left: 5px;
    opacity: .8;
}

.context-left {
    margin-right: 5px;
    flex-basis: 60%;
    max-width: 60%;
}

.context-left {
    order: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.6em;
    transition: each .4s;
}
.color__white {
    color: #fff;
}

.context-right {
    order: 2;
    margin-left: 5px;
    background: no-repeat;
    border-radius: 10px;
    flex-basis: 35%;
    height: 100%;
}

.catalog-detail-context {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 4em;
}

@media(max-width: 768px) {
    .catalog-detail-context {
        flex-direction: column-reverse;
    }

    .catalog-detail-context .context-right {
        margin-bottom: 30px;
    }
}

.blog-detail-content .context-left .section__title {
    font-size: 28px;
    line-height: 123%;
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-weight: 200;
    margin-top: 32px;
    color: #192531;
    border-radius: 10px;
}

.context-left-wrapper {
    overflow: hidden;
    display: flex;
    flex-flow: column wrap;
    text-overflow: ellipsis;
    line-height: 1.6em;
    transition: each .4s;
    margin-right: 5px;
    max-width: 60%;
}

.button-border.button-border_dark.read-more.show {
    order: 2;
    margin-top: 20px;
}

.context-left-wrapper {
    max-height: 650px;
    overflow: hidden;
    display: block;
}

.context-left--width {
    max-width: unset;
}

.catalog__control--builders {
    justify-content: center;
}

.catalog-logo-wrapper {
    height: 215px;
}

.catalog__img-box.catalog__img-box--nopadding {
    padding-top: 0;
}

.catalog__info-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 20;
}

.catalog__li.catalog__li-builder.viewed .catalog__img-box:after {
    display: none!important;
}

.first-screen.first-screen_detailed .first-screen__inner {
    min-height: 600px;
    padding-top: 8em;
}

@media(max-width: 768px) {
    .first-screen.first-screen_detailed .first-screen__inner {
        height: auto;
    }
}

@media(max-width: 768px) {
    .first-screen.first-screen_catalog .first-screen__inner {
        height: auto;
        padding-top: 0;
    }
}

.first-screen__box {
    min-height: 600px;
    height: auto;
}


.footer__foot-links {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width: 100px;
}

.footer__foot-link {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
    margin-top: 20px;
}

.swiper-container.type-gallery {
    max-width: 730px;
}

.builder-about {
    background: #a77c55;
    color: #fff;
    padding: 40px 20px;
    margin-bottom: 40px;
}

.builder-about__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

@media(min-width: 768px) {
    .builder-about__title {
        font-size: 2rem;
        margin-bottom: 15px;
        font-weight: 700;
    }
}

.builder-about__description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.builder-about__details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.builder-about__row {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 10px;
}
.builder-about__row dl {
    display: flex;
    flex-flow: row nowrap;
}

.builder-about__row:first-child {
    border-top: none;
}

.builder-about__row dt {
    flex: 0 0 180px;
    font-weight: 600;
}

.builder-about__row dd {
    flex: 1;
    margin: 0;
}

.builder-about__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.builder-about__tags li {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .builder-about__row-tags {
        flex-direction: column;
    }

    .builder-about__row-tags dt {
        flex: none;
        margin-bottom: 8px;
    }

    .builder-about__row-tags dd {
        flex: none;
        width: 100%;
    }

    .builder-about__tags-item {
        justify-content: flex-start;
    }

    .builder-about__tags-item li {
        flex: 0 0 auto;
    }
}

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EBEBEB;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.cta-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 83.75rem;
    width: 65.75em;
}

.cta-content {
    width: 70%;
}

.cta-content {
    max-width: 60%;
}

.cta-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #BE8D55;
    margin: 0 0 10px;
}

.cta-content p {
    font-size: 16px;
    color: #192834;
    margin: 0 0 20px;
}

.cta-content__title {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cta-image {
        display: none;
    }
}

.cta-button {
    display: inline-block;
    background: #BE8D55;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 9.5px 22px;
    border-radius: 50px;
    transition: .3s ease;
}

.cta-button:hover {
    box-shadow: 5px 5px 10px rgba(190, 141, 85, .6);
    background: #BE8D55;
    color: #fff;
}

.catalog-detail-inner {
    padding-bottom: 4rem;
}

.header:not(.header__sticky) .header__yahtlink{display: none;}
.page .header.header_dark .header__yahtlink{display: block;}
@media(max-width: 768px){
    .page .header.header_dark .header__yahtlink{display: none;}
}

.header__control-user._june_offer_head_ntn {
    display: none;
}

body._filter-load .mobloader {
    margin-top: 0!important;
}

.header__yahtlink.menu__rent,.touchevents .catalog__li:not(._shadow).background__before .catalog__li .catalog__box-info .catalog__name .elip {
    display: none!important
}

.catalog-detail-context.blog-detail-content .context-left {
    max-width: unset;
}

@media (max-width: 768px) {
    .catalog-detail-context.blog-detail-content .context-left {
        max-width: 100%;
    }
}

.color__white p strong {
    color: #fff;
}

.openparams.openparams--bottom {
    display: none;
}

.catalog__control-view {
    width: 220px;
}

.catalog-detail-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
}

.section-new__content-text p {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}

.blog-detail-content .section__title {
    font-size: 28px;
    line-height: 123%;
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-weight: 200;
    margin-top: 32px;
    color: #192531;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .openparams.openparams--bottom {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        top: unset;
        bottom: 0;
        z-index: 98;
        padding: 10px 20px;
        max-height: 65px;
    }

    .mobile-filters {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 97;
        background: #fff;
        top: 100%;
        transition: top 0.3s ease;
        overflow-y: auto;
    }

    .mobile-filters.show {
        top: 12%;
        overflow: visible;
    }

    .openparams__wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background: #be8d55;
        border-radius: 8px;
        padding: 10px 15px;
    }

    .openparams__wrapper.openparams-sort {
        width: 20%;
        height: 41px;
        max-height: 41px;
    }

    .openparams__wrapper.openparams-filter {
        position: relative;
        width: 73.5%;
        height: 41px;
        max-height: 41px;
    }

    .openparams__img {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

    .openparams .openparams__img img {
        width: 25px;
        transform: none;
        filter: invert(1);
    }

    .openparams .openparams__img svg {
        width: 25px;
        fill: #fff;
    }

    .openparams__inner.openparams__inner--bottom {
        background: #fff;
        width: 100%;
    }

    .search__select-container {
        width: 100%;
    }

    .openparams__total {
        color: #fff;
        font-size: 18px;
        padding-right: 30px;
    }
}

.blog-detail-content .section-new__content-text ul{
    margin-left: 20px;
}

.search__box-input.mobile {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 8px 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    position: relative;
    margin: 0 auto 1rem;
}

.blog-detail-content p strong {
    color: #BE8D55;
}

.header__yahtlink.menu__rent,.touchevents .catalog__li:not(._shadow).background__before .catalog__li .catalog__box-info .catalog__name .elip {
    display: none!important;
}

.color__white p strong {
    color: #fff;
}

.footer__foot-bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .footer__foot-bottom {
        align-items: baseline;
    }
}

.footer__policy_link,
.footer__foot-disclaimer,
.footer__foot-since {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #999EA3;
}

.footer__foot-disclaimer {
    flex: 6;
    font-size: 11px;
}

.footer__foot-since {
    flex: 1;
    text-align: center;
}

.footer__foot-policy {
    flex: 1;
    text-align: right;
}

@media (max-width: 768px) {
    .footer__foot-policy {
        display: flex;
        flex-flow: column;
    }
}

.footer__foot-policy span {
    padding: 0 10px;
    color: #999EA3;
}

@media (max-width: 768px) {
    .footer__foot-policy span {
        display: none;
    }
}

.first-screen.first-screen_detailed .first-screen__inner_height {
    height: auto;
    min-height: 300px;
}

.first-screen.first-screen_detailed .first-screen__box {
    min-height: 300px;
}

.first-screen_catalog {
    min-height: calc(var(--vh, 1vh) * 75);
    height: calc(var(--vh, 1vh) * 75);
}

.first-screen.first-screen_catalog .first-screen__inner_height {
    padding-top: 3.7%;
}

@media (max-width: 2000px) {

    .first-screen_catalog .first-screen__img {
        background-attachment: unset;
        background-position: center 9%;
    }

}

@media (max-width: 768px) {
    main.page__main {
        z-index: 13;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .first-screen_catalog {
        display: flex;
        flex-flow: row;
        align-items: center;
        padding-top: 100px;
        min-height: unset;
        /*min-height: 30vh;*/
        height: 30vh;
    }

    .first-screen_catalog .breadcrumbs__inner {
        display: none;
    }

    .first-screen_catalog .first-screen__img {
        display: none;
    }

    .first-screen.first-screen_catalog .first-screen__inner_height {
        /*height: 40vh;*/
        /*min-height: 25vh;*/
        min-height: unset;
        height: auto;
    }

    .first-screen.first-screen_detailed .first-screen__box {
        min-height: unset;
    }

    .first-screen_catalog .detailed__title {
        color: #000;
    }

    .first-screen_catalog .card__button {
        display: none;
    }

    .header .header__logo-img, .header_dark .header__logo-img {
        fill: #000;
    }

    .header .header__bt-menu-icon, .header .header__bt-menu-icon:after, .header .header__bt-menu-icon:before, .header_dark .header__bt-menu-icon, .header_dark .header__bt-menu-icon:after, .header_dark .header__bt-menu-icon:before {
        background: #000;
    }

    .text-center {
        padding: 0 30px;
    }

    .context-left-wrapper {
        max-width: 100%;
        max-height: unset;
    }
}

.catalog__control-view {
    width: 20%;
}

.header {
    transition: all 0.01s linear;
}

.header.header--height{
    height: 130px;
}

.no-result-banner {
    display: none;
}

.search__result-count-counted {
    font-weight: 600;
}

.mobloader {
    overflow: hidden;
    transition: opacity .3s;
    max-height: 81px;
    opacity: 0;
    padding-bottom: 25px;
}

body._filter-load .mobloader {
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
}

@media (max-width: 768px) {
    .mobloader {
       display: none;
    }
}

html {
    scroll-behavior: auto!important;
}

.catalog-detail-context .context-right {
    background-size: cover;
}

.img__inner {
    padding: 1.2rem;
}

.catalog__inner .text-center {
    width: 90%;
    margin: 0 auto;
    border: 0 solid rgba(175, 175, 175, .4);
    padding: 60px 30px;
    min-height: 200px;
    text-align: center;
}

.card__inner.inner.card__inner-single {
    max-width: 65.75em;
}

.first-screen__inner.inner.first-screen__inner-single {
    padding-top: 0;
}

.first-screen__inner.inner.first-screen__inner-man {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.cta-inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 83.75rem;
    width: 65.75em;
}

.cta-content {
    width: 70%;
}

@media (max-width: 768px) {
    .cta-content {
        width: 100%;
    }
}

.cta-content h2 {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cta-image {
        display: none;
    }
}

.cta-button {
    display: inline-block;
    background: #BE8D55;
    color: #fff;
}

.catalog__control-view {
    width: 220px;
}

.catalog-detail-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
}

.section-new__content-text p {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}

.blog-detail-content .section__title {
    font-size: 28px;
    line-height: 123%;
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-weight: 200;
    margin-top: 32px;
    color: #192531;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .catalog-detail-columns {
        -moz-column-count: unset;
             column-count: unset;
        -moz-column-gap: unset;
             column-gap: unset;
    }
}

.catalog-not-found {
    width:90%;
    margin:0 auto;
    border:0 solid rgba(175, 175, 175, .4);
    padding:20px 30px 60px 30px;
    min-height: 200px;
    text-align:center;
}

.catalog-not-found__desc {
    font-weight: 300;
    font-size: 1.38rem;
    line-height: 1.43;
    margin: 1.875rem 0;
}

.catalog-not-found__btn {
    font-size:.75rem;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.catalog-not-found__wa {
    margin-right: 10px;
    margin-left: 10px;
}

.catalog-not-found__wa svg {
    margin-right:6px;
}

@media (max-width: 768px) {
    .catalog-not-found {
        padding:10px 30px 60px 30px;
    }
}

.catalog__inner.inner.inner_no-yachts {
    display: none;
}

.card__button:hover {
    cursor: pointer;
}

.card__info-dd--padding {
    padding-bottom: 20px;
}

.select2-results__option.hidden-filter {
    display: none;
}


.catalog__list._catalog_search._on-top {
    z-index: 99999;
}

.detailed__desc {
    font-size: 20px;
    padding-top: 20px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .detailed__desc {
        color: #192531;;
    }
}

.catalog__control--column {
    flex-flow: column;
    padding-top: 5em;
    max-width: 65.75em;
    margin: 0 auto;
}

.catalog__control-title {
    text-align: center;
}

.catalog__control-desc {
    text-align: center;
    max-width: 45em;
}

.breadcrumbs ol {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
}

.catalog__info-name {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 18px;
}

.catalog__link .catalog__info-link--flexstart {
    justify-content: flex-start;
}

.catalog__link.catalog__link-builder:hover .catalog__info-link {
    background: rgb(34 33 33 / 45%);
    border-radius: 10px;
}

.catalog__link-builder .catalog__img-box .catalog-logo-wrapper--height {
    height: 262px;
}

.udnerfooter_wrap.footer__foot-row {
    padding-top: 30px;
}

@media (max-width: 768px) {
    .udnerfooter_wrap.footer__foot-row {
        padding-top: 0;
    }
}

.catalog__control.catalog__control-text {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 3.44rem;
    padding-top: 4em;
    flex-flow: column;
}

.catalog_tile .catalog__link.catalog__link-builder {
    margin-bottom: 20px;
}

.catalog__inner-builders {
    width: 100%;
}

@media (max-width: 768px) {
    .search__select-container.search__select-container__booking {
        padding-top: 0;
    }
}










