@font-face {
    font-family: NeutralFace400;
    src: url("/local/templates/boats/assets/fonts/NeutralFaceRegular.ttf");
}

@font-face {
    font-family: Onest-Regula400;
    src: url("/local/templates/boats/assets/fonts/Onest-Regular.ttf");
}

@font-face {
    font-family: Onest-Medium500;
    src: url("/local/templates/boats/assets/fonts/Onest-Medium.ttf");
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    font-size: 12px;
}

body {
    font-family: Onest-Regula400, sans-serif;
    background: linear-gradient(rgba(244, 245, 246, 0.6), rgba(255, 255, 255, 0.6), rgba(255, 253, 247, 0.6));
    background-size: auto;
}

h1, h2, h3 {
    font-family: NeutralFace400, sans-serif;
}

a {
    text-decoration: none;
    font-family: Onest-Regula400, sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: #14141F;
}

p,
span {
    font-family: Onest-Regula400, sans-serif;
    font-size: 16px;
    line-height: 1;
}

ul,
ol,
li {
    font-family: Onest-Regula400, sans-serif;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

button {
    border-radius: 8px;
    border: none;
    font-family: Onest-Medium500, sans-serif;
    cursor: pointer;
    font-size: 16px;
    color: #14141F;
    background: none;
}

input,
textarea {
    font-family: Onest-Regula400, sans-serif;
    font-size: 16px;
    border: 1px solid #C4C4C4;
}

input::placeholder,
textarea::placeholder {
    color: #14141F;
}

label {
    font-weight: normal;
}

.wrapper {
    width: 100%;
}

.wrapper.no-scroll {
    overflow: hidden;
}

.container-page {
    max-width: 1728px;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 16px;
}

.page_bgr {
    background: linear-gradient(rgba(244, 245, 246, 0.3), rgba(255, 255, 255, 0.3), rgba(255, 253, 247, 0.3)), url(/local/templates/boats/assets/img/noisesample.png) repeat;
    background-size: auto;
}

.boats-block {
    padding-top: 175px;
}

.boats-main__item-add_link {
    width: 305px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(89deg, rgba(39, 39, 63, 0.8) -8.12%, #141420 21.29%, rgba(39, 39, 63, 0.8) 99.72%, #141420 114.42%);
    color: #fff;
    padding: 0 0 0 12px;
    transition: border-radius 0.3s ease;
}
.btn-opacity{
    opacity: .7;
}

.boats-main__item-change {
    background: #14141F0A;
    color: #14141F;
}

.boats-main__item-add_link:hover {
    border-radius: 24px;
}

.boats-main__item-add_link img {
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #fff;
    border-radius: 50px;
    margin-right: 12px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.9)
}

.section ul li {
    margin-bottom: 24px;
}

.section ul li a:hover {
    color: darkred;
}

/*Начало стилей хлебных крошек*/
.breadcrumb-block {
    display: flex;
    align-items: center;
    padding: 16px 0;
    flex-wrap: wrap;
}

.breadcrumb-block__breadcrumb-separate img {
    width: 15px;
    margin: 0 7px;
    margin-bottom: 5px;
}

.breadcrumb-block__breadcrumb-item {
    margin-bottom: 5px;
    font-size: 10px;
}

.breadcrumb-block__breadcrumb-item a {
    font-family: LabGrotesqueRegular, sans-serif;
}

.breadcrumb-block__breadcrumb-item a:hover {
    color: #950A2B;
}

/*Конец стилей хлебных крошек*/

/*Начало стилей header*/
.header_fixed {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
    animation: sticky 0.4s;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    padding: 12px 16px;
}

.header__logo {
    text-transform: uppercase;
    font-family: NeutralFace400, sans-serif;
    font-size: 24px;
}

.header__lang-btn {
    color: #14141F8F;
    width: 45px;
    height: 24px;
    border-radius: 24px;
}

.header__lang-btn.active {
    color: #14141F;
    border: 1px solid #14141F;
}

.header__menu-list {
    display: flex;
    justify-content: flex-end;
}

.menu-list__link {
    color: #14141F8F;
}

.menu-list__link:hover {
    color: #14141F;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
}

.header__menu-list li:nth-child(2) {
    margin: 0 32px;
}

.top-header__lang,
.top-header__logo,
.top-header__menu {
    flex: 1;
    text-align: center;
}

.top-header__lang {
    text-align: start;
}

.mob_header {
    display: none;
}

/*Конец стилей header*/

/*Начало стилей footer*/
.footer__list {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #14141F;
    padding: 24px 0 48px 0;
}

.footer {
    width: calc(100% / 4 - 113px);
}

.footer__list-coop_text {
    font-size: 20px;
    margin-bottom: 16px;
    font-family: Onest-Medium500, sans-serif;
}

.footer__list-coop_subtext {
    color: #14141F8F;
    font-size: 16px;
    margin-bottom: 16px;
}

.footer__list-soc,
.footer__list-pay-item {
    display: flex;
}

.footer__list-pay-item {
    margin-top: 16px;
}

.footer__list-soc-link {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 16px;
}

.footer__info-text {
    font-size: 20px;
    font-family: Onest-Medium500, sans-serif;
}

.footer__info-link-item {
    display: flex;
    flex-direction: column;
}

.footer__info-link {
    margin-top: 16px;
}

.footer__info-link:hover {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
}

.logo_osorgin {
    color: #14141F8F;
    font-size: 16px;
}

.logo_osorgin__link {
    display: block;
    margin-bottom: 16px;
    width: 129px;
    height: 20px;
}

.logo_vt2b__link {
    display: block;
    margin-bottom: 16px;
    height: 40px;
    width: 99px;
    margin-top: 16px;
}

.logo_vt2b__link img {
    object-fit: cover;
}

/*Конец стилей footer*/

/*Начало стилей баннера*/
.boats-block_banner {
    padding-top: 0;
}

.line {
    display: block;
    height: 3px;
    border: none;
    border-top: 1px solid #14141F1F;
    padding: 0;
}

/*.boats-banner_main {*/
/*    padding: 0 265px;*/
/*}*/

.boats-banner__title {
    font-size: 16px;
    font-family: Onest-Medium500, sans-serif;
    text-align: center;
    padding: 16px 0;
    font-weight: 500;
    color: #1D1D52;
}

.boats-banner_main {
    position: relative;
}

.boats-banner__subtitle {
    font-family: NeutralFace400, sans-serif;
    text-transform: uppercase;
    font-size: 56px;
    text-align: center;
    padding: 16px 0 16px 0;
}

.banner__subtitle {
    padding: 16px 16px 16px 50px;
    position: absolute;
    z-index: 900;
    color: #fff;
    bottom: 150px;
    line-height: 1.2;
}

.video-container {
    position: relative;
    width: 100%;
    border-radius: 12px;
    padding-top: 16px;
}

.video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.play-button {
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(000, 000, 000, 0.3);
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 48px;
    display: flex;
    height: 48px;
    padding-left: 10px;
    align-items: center;
    justify-content: center;
}

.play-button img {
    width: 24px;
    height: 24px;
}

.play-button:focus {
    outline: none;
}

.boats-banner__info {
    display: flex;
    margin-top: 56px;
    justify-content: space-between;
    align-items: center;
}

.boats-banner__text {
    color: #14141F8F;
    width: 412px;
}

.boats-main__item-banner_link {
    width: 412px;
}

/*Конец стилей баннера*/

/*Начало стилей блок Каталога яхт*/
.boats-main__list {
    display: flex;
    flex-wrap: wrap;
}

.boats-main__item,
.boats-main__item-add {
    margin: 0 113px 32px 0;
    width: calc(100% / 3 - 42px);
}

.boats-main__item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_boats-main__item-info {
    display: none;
}

.boats-main__item:nth-child(3n+3) {
    margin-right: 0;
}

.boats-main__catalog-item {
    margin-right: 10px;
}

.boats-main__item-title {
    font-size: 36px;
    text-transform: uppercase;
    max-width: 412px;
    margin-bottom: 16px;
    font-weight: 400;
}

.boats-main__item-subtitle {
    color: #14141F8F;
    max-width: 306px;
}

.boats-main__info-title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.boats-main__info-img {
    height: 320px;
}

.boats-main__info-img img {
    border-radius: 12px;
}

.boats-main__info-subtitle {
    font-size: 14px;
    font-family: Onest-Medium500, sans-serif;
    color: #1D1D52;
    margin-top: 8px;
}

.boats-main__icon {
    width: 16px;
    height: 16px;
}

.boats-main__link-offer {
    width: 48px;
    height: 48px;
    background-color: rgba(20, 20, 31, 0.01);
    border-radius: 8px;
}

.boats-main__item-offer,
.boats-main__item-person {
    display: flex;
    align-items: center;
}

.person-bottom {
    margin-bottom: 8px;
}

.boats-main__person-text {
    font-size: 14px;
    margin-left: 8px;
}

.boats-main__item-link {
    margin-left: 56px;
}

.boats-main__info-img {
    margin-bottom: 16px;
}

.boats-main__item-add_text {
    font-size: 20px;
    font-family: Onest-Medium500, sans-serif;
    width: 200px;
    margin-bottom: 16px;
}

.boats-main__catalog {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.boats-main__item-add:nth-child(2n+2) {
    margin-right: 0;
}

.boats-main__catalog:nth-child(3n+3) {
    margin-right: 0;
}

/*Конец стилей блок Каталога яхт*/

/*Начало стилей блок Каталога маршрутов*/
.route-info,
.route__item-offer {
    align-items: flex-end;
}

.route__person-text {
    width: 50px;
}

.mobile-route-info {
    display: none !important;
}

/*Конец стилей блок Каталога маршрутов*/

/*Начало стилей блок Акций*/
.boats-sale__page {
    background: url(/local/templates/boats/assets/img/spot.svg) no-repeat right;
    background-size: contain;
    padding-bottom: 110px;
}

.boats-sale {
    display: flex;
}

.boats-sale__list {
    width: 412px;
    margin-right: 269px;
}

.boats-sale__slider {
    width: calc(100% - 681px);
    min-height: 520px;
    height: 520px;
}

.boats-sale__slide {
    margin: 0 17px;
    cursor: pointer;
    width: 305px;
}

.boats-sale__slide-image {
    width: 305px;
    height: 390px;
    border-radius: 12px;
}

.boats-sale__slide-image img {
    border-radius: 12px;
}

.boats-sale__promo_icon {
    width: 48px;
    height: 48px;
    background-color: rgba(20, 20, 31, 0.01);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}

.promo_icon_mobile {
    display: none;
}

.boats-sale__slide-promo {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boats-sale__promo_text,
.boats-sale__promo_text span {
    color: #14141FB8;
}

.boats-sale__slide-text {
    font-size: 20px;
    font-family: Onest-Medium500, sans-serif;
    margin-top: 16px;
    width: 68%;
}

.article-tooltip {
    width: 130px;
    background-color: #fff;
    color: #404040;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    border: 1px solid #000;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    padding: 5px;
}

.article-tooltip::before, .article-tooltip::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -11px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
}

.article-tooltip::after {
    border-top: 6px solid white;
    bottom: -11px;
    z-index: 2;
}

.slick-dots {
    display: none !important;
}

/*Конец стилей блок Акций*/

/*Начало стилей фильтра и переключатель тем*/
.catalog-focus__settings {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

.catalog-focus__filter {
    background-color: #14141F0A;
    border-radius: 24px;
    padding: 12px;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: space-between;
}

.catalog-focus__filter.catalog-filter_fixed {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}


.catalog-filter_fixed {
    position: fixed;
    z-index: 10000;
    top: 120px;
    animation: sticky 0.4s;
}

.catalog-focus__toggle.catalog-filter_fixed {
    right: 16px;
}

.catalog-filter_fixed .toggle-item__focus,
.catalog-filter_fixed .toggle-item__net.active,
.catalog-filter_fixed .toggle-item__focus.active,
.catalog-filter_fixed .toggle-item__net {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.5);
}

.catalog-filter {
    display: flex;
    align-items: center;
    margin-right: 24px;
    font-family: Onest-Regula400, sans-serif;
}

.catalog-filter img {
    margin-right: 12px;
}

.mob_filter-btn {
    display: none;
    border: 1px #14141F solid;
    border-radius: 50px;
    padding: 0 6px;
}

.filter-list.show_none {
    display: none;
}

/*Конец стилей фильтра и переключатель тем*/

/*Начало стилей Каталога яхт фокус*/
.catalog-section {
    margin-bottom: 16px;
}

.catalog-section__list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-header_fixed {
    position: fixed;
    width: 100%;
    height: 58px;
    z-index: 10000;
    top: 55px;
    left: -0.5px;
    animation: sticky 0.4s;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(15px);
}

.catalog-section__item {
    margin: 0 12px;
    color: #14141FB8;
}

.catalog-section__item:hover {
    color: #14141F;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
}

.filter-list {
    display: flex;
    align-items: center;
    margin-left: -24px;
}

.filter-item {
    border: 1px solid #14141F;
    font-size: 16px;
    font-family: Onest-Regula400, sans-serif;
    border-radius: 22px;
    padding: 0 8px;
    margin: 0 6px;
}

.filter-item-hidden {
    display: none;
}

.filter-btn {
    border: 1px solid #14141F;
    font-size: 16px;
    font-family: Onest-Regula400, sans-serif;
    border-radius: 22px;
    padding: 0 8px;
    margin-left: 6px;
}

.catalog-focus__toggle {
    display: flex;
}

.toggle-item {
    background-color: #fff;
    border-radius: 50px;
    height: 48px;
    width: 48px;
    border: 1px solid #fff;
    transition: background-color 0.3s ease, border 0.3s ease;
    font-weight: 400;
}

.toggle-item:hover {
    border: 1px solid #14141F;
}

.toggle-item__focus.active {
    display: flex;
    align-items: center;
    width: 146px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #14141F;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
}

.toggle-item__focus.active::before {
    content: '';
    background-image: url(/local/templates/boats/assets/img/catalog/focus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.toggle-item__focus.active::after {
    content: 'Фокус';
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: #14141F;
}

.toggle-item__net {
    margin-left: 4px;
    position: relative;
    background-color: #fff;
}

.toggle-item__net::before {
    content: '';
    background-image: url(/local/templates/boats/assets/img/catalog/setka.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.catalog-focus__item {
    margin-bottom: 72px;
    position: relative;
}

.catalog-focus__item-images {
    display: flex;
    justify-content: start;
    overflow: hidden;
    margin-top: 8px;
}

.catalog-focus__small {
    width: 412px;
    height: 412px;;
}

.catalog-focus__big {
    width: 840px;
    height: 560px;
    margin: 0 16px;
    z-index: 10;


}

.catalog-focus__small img,
.catalog-focus__big img {
    border-radius: 12px;
}

.catalog-focus__item-box {
    width: 840px;
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
}

.catalog-focus__title h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
}

.catalog-focus__description {
    display: flex;
    margin-top: 8px;
}

.catalog-focus__desc p {
    font-family: Onest-Medium500, sans-serif;
    font-size: 14px;
    width: 100px;
    color: rgba(29, 29, 82, 1);
}

.catalog-focus__desc_info {
    color: #14141F8F;
    font-size: 14px;
    margin-left: 16px;
    width: 305px;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mob-catalog-focus__desc_info {
    display: none;
}

.catalog-focus__item-feature {
    width: calc(100% - 535px);
    margin-top: 7px;
}

.catalog-focus__item-feature ul {
    list-style-position: inside;
}

.catalog-focus__item-info {
    width: 519px;
    margin-right: 16px;
}

.catalog-focus__feature {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.catalog-focus__feature-icon {
    width: 16px;
    height: 16px;
}

.catalog-focus__feature-text {
    color: #14141F8F;
    font-size: 14px;
    width: 65%;
    display: flex;
    align-items: center;
}

.catalog-focus__feature-text img {
    margin-right: 8px;
}

.catalog-focus__feature-subtext {
    font-size: 14px;
    width: 35%;
}

.catalog-focus__feature-btn {
    width: 98%;
    margin-top: 16px;
}

.route_focus__catalog {
    margin-top: 34px;
}

/*Конец стилей Каталога яхт фокус*/

/*Начало стилей детальной карточки яхт*/
.container-slick-carousel {
    display: none;
}

.container-owl-carousel {
    padding: 0;
}

.detail-slider .detail-slide__boats {
    margin: 70px 0 32px 0;
    height: 770px;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
}

.detail-slider .owl-item.center .detail-slide__boats {
    opacity: 1;
    margin: 0 16px;
    width: 97.5%;
    height: 844px;
    border-radius: 12px;
}

.detail-slider .owl-item.center + .owl-item {
    position: relative;
    z-index: -1;
}

.detail-slider .detail-slide__boats img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    filter: grayscale(1);
}

.detail-slider .detail-slide__boats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(223, 223, 223);
    opacity: 0.9;
    z-index: 1;
    border-radius: 12px;
}

.detail-slider .owl-item.center .detail-slide__boats:before {
    background: none;
}

.detail-slider .owl-item.center .detail-slide__boats img {
    filter: grayscale(0);
}

.detail-slider .owl-nav button.owl-prev,
.detail-slider .owl-nav button.owl-next {
    position: absolute;
    cursor: pointer;
    top: 0;
    height: 100%;
    width: 50px;
    margin: 0;
    padding-bottom: 30px !important;
}

.detail-slider .owl-nav button.owl-prev,
.detail-slider .owl-nav button.owl-prev:hover {
    left: 60px;
}

.detail-slider .owl-nav button.owl-next,
.detail-slider .owl-nav button.owl-next:hover {
    right: 60px;
}

.detail-item__info_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1268px;
}

.detail-item__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.detail-item__info-properties {
    flex: 1 1 20%;
    box-sizing: border-box;
    display: flex;
}

.detail-item__properties-icon img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.detail-item__properties-text {
    color: #14141F8F;
}

.detail-item__properties-subtext {
    font-size: 20px;
    margin-top: 8px;
}

.detail-item__content {
    display: flex;
    justify-content: space-between;
}

.detail-item__content-prop {
    display: flex;
    width: 538px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.detail-item__content-prop_item {
    display: flex;
    border-radius: 24px;
    border: 1px solid #14141F1F;
    align-items: center;
    padding: 0 12px 0 6px;
    background: #fff;
    height: 36px;
    margin: 0 12px 12px 0;
}

.detail-item__content-prop_icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.detail-item__content-text {
    color: #14141F8F;
    font-size: 16px;
    width: 412px;
}

.detail-item__info_wrapper .line {
    margin: 32px 0;
}

#map {
    width: 100%;
    height: 412px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 12px;
    margin-bottom: 16px;
}

#map:hover {
    -webkit-filter: grayscale(1%);
    filter: grayscale(1%);
}

.detail-item__map h3 {
    color: #14141F8F;
    margin-bottom: 16px;
    text-align: center;
    font-family: Onest-Medium500, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.detail-item__success {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #14141F1F;
    height: 56px;
    width: 412px;
    margin: 0 auto;
    padding: 0 4px;
    margin-bottom: 16px;
    position: sticky;
    bottom: 20px;
    left: 0;
    z-index: 1000;
    background: #fff;
}

.detail-item__success-link {
    margin-right: 8px;
    width: 48px;
    height: 48px;
}

/*Конец стилей детальной карточки яхт*/

/*Начало стилей Каталога яхт сетка*/
.toggle-item__net.active {
    display: flex;
    align-items: center;
    width: 146px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #14141F;
    position: relative;
    overflow: hidden;
    padding-left: 45px;
}

.toggle-item__net.active::before {
    content: '';
    background-image: url(/local/templates/boats/assets/img/catalog/setka1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.toggle-item__net.active::after {
    content: 'Сетка';
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: #14141F;
}

.toggle-item__focus {
    margin-left: 4px;
    position: relative;
    background-color: #fff;
}

.toggle-item__focus::before {
    content: '';
    background-image: url(/local/templates/boats/assets/img/catalog/focus1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.catalog-net__list-item {
    margin: 8px 0 16px 0;
}

.catalog-net__list {
    display: flex;
}

.catalog-net__item {
    margin: 0 16px 48px 0;
}

.add_catalog-net__item {
    margin: 0 0 48px 123px;
}

/*Конец стилей Каталога яхт сетка*/

/*Начало стилей детальной карточки маршрутов*/
.detail-item__info-route {
    display: flex;
    justify-content: space-between;
}

.detail__info-route {
    width: 733px;
    margin-right: 123px;
}

.detail__info-route-map img {
    border-radius: 12px;
    max-width: 412px;
    max-height: 412px;
}

.mobile-detail__info-route-map {
    display: none;
}

/*Конец стилей детальной карточки маршрутов*/

/*Начало стилей Каталога маршрутов фокус*/
.catalog-focus__title-route h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
}

/*Конец стилей Каталога маршрутов фокус*/

/*Начало стилей фильтра*/
.filter {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: flex-end;
    align-items: flex-end;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: bottom 0.5s ease;
}

.filter-content {
    position: relative;
}

.filter-popup {
    background-color: #fff;
    border-radius: 16px;
    padding: 0 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 412px;
    display: flex;
    flex-direction: column;
    margin: 5% auto;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.filter-popup-route {
    height: 658px;
    max-height: 90vh;
}

.filter-popup-boats {
    height: 925px;
    max-height: 90vh;
}

.filter-popup::-webkit-scrollbar {
    width: 1px;
}

.filter-popup::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

.filter-popup::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0);
}

.filter-popup::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

.filter-header__nav-closed {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    align-items: center;
}

.filter-header__nav-btn {
    margin-left: 17px;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-family: NeutralFace400, sans-serif;
}

.close-btn-filter img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.filter-content__section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -12px;
}

.filter-content__section-item {
    cursor: pointer;
    color: #14141FB8;
    margin: 0 12px 12px 12px;
}

.filter-content__price {
    margin-top: 32px;
}

.filter-content__section-item:hover,
.filter-content__section-item.active {
    color: #14141F;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
}

.filter-content .line {
    margin: 28px 0;
}

.filter-content__clock {
    padding-bottom: 30px;
}

.filter-slider {
    width: 100%;
    margin: 42px 0 9px 0;
}

.filter-line-hour {
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, #D3D3D3, #A9A9A9, #808080, #000000, #808080, #A9A9A9, #D3D3D3);
    left: 0;
    right: 0;
}

.filter-circle {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 7px solid #14141F;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    bottom: 58.5%;
}

.filter-mark {
    width: 6px;
    height: 6px;
    background-color: #14141F8F;
    border-radius: 50%;
    position: absolute;
    bottom: 61%;
    z-index: 5;
}

.filter-labels {
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin: 10px auto;
    position: relative;
    bottom: -50px;
}

.filter-labels span {
    font-size: 14px;
    color: #14141FB8;
}

.filter-content__text {
    display: flex;
    align-items: center;
}

.filter-content__text img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.filter-content__text p {
    color: #14141F8F;
}

/*бегунок маршрутов*/
.range_block__fields {
    display: none;
}

.range_block {
    margin-top: 35px;
}

.range_block .noUi-horizontal .noUi-handle {
    border-radius: 50%;
    border: 4px solid #000;
    background-color: #fff;
    width: 20px;
    height: 20px;
    right: -10px;
}
.noUi-base {
    z-index: 11;
}

.range_block .noUi-connect {
    background: linear-gradient(180deg,
    #f0f0f0 0%, /* Светло-серый */ #2c2c2c 10%, /* Темнее */ #000000 50%, /* Черный в середине */ #2c2c2c 90%, /* Темнее */ #f0f0f0 100%); /* Светло-серый */
    margin: 0;
    height: 1px;
}

.range_block .noUi-target {
    background-color: #D3D3D3;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.range_block .noUi-horizontal {
    height: 1px;
}

.noUi-marker-horizontal.noUi-marker-large,
.noUi-marker-horizontal.noUi-marker-sub
{
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: -3px;
    z-index: 10;
    background-color: #14141F;
}
.noUi-handle:after, .noUi-handle:before {
    left: 1px;
    background: border-box;
}
.noUi-marker-normal {
    display: none;
}
.noUi-value-sub,
.noUi-value-large
{
    color: #14141F;
    font-size: 14px;
    margin-top: 5px;
}
/*бегунок маршрутов*/

.filter-content__toggle {
    position: relative;
    width: 40px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #14141F8F;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-content__toggle::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #14141F;
    border-radius: 50%;
    transition: left 0.3s, background-color 0.3s;
}

.filter-content__toggle.active {
    background-color: #14141F;
}

.filter-content__toggle.active::before {
    left: 20px;
    background-color: #fff;
}

.filter-content__selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_sorting_box {
    appearance: none;
    background: url(/local/templates/boats/assets/img/catalog/sort.svg) no-repeat right;
    background-position-x: calc(100% - 8px);
    height: 48px;
    border-radius: 8px;
    border: 1px solid #14141F1F;
    width: 100%;
    font-size: 16px;
    padding: 0 16px;
    font-family: Onest-Regula400, sans-serif;
    margin-top: 16px;
    color: #14141F;
}

.catalog_sorting_box option {
    font-size: 16px;
    font-family: Onest-Regula400, sans-serif;
}

.filter-btn__setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.filter-btn__setting-boats {
    margin-top: 60px;
}

.filter-btn__setting-route {
    position: absolute;
    bottom: 0;
}

.filter-btn__clean {
    background: #14141F0A;
    width: 134px;
    height: 48px;
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.filter-btn__clean img {
    width: 24px;
    height: 24px;
    padding: 5px;
    background: #000;
    border-radius: 50px;
    margin-right: 12px;
}

.filter-btn__save {
    width: 230px;
}

.filter-btn__save img {
    width: 24px;
    height: 24px;
}

.filter-content__ranges {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.filter-content__range-input {
    display: flex;
    align-items: center;
    border: 1px solid #14141F52;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #fff;
    height: 48px;
    width: 100%;
    justify-content: space-between;
}

.filter-content__range-input input {
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
}

.filter-content__range-input span {
    color: #999;
}

.filter-content__range-input input::placeholder {
    color: #14141F;
    font-size: 16px;
}

.filter-content__prop {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.filter-content__prop .detail-item__content-prop_item {
    border: 1px solid #fff;
    cursor: pointer;
}

.filter-content__prop .detail-item__content-prop_item.active {
    border: 1px solid #14141F;
}

.filter-content__prop .detail-item__content-prop_item.active .detail-item__content-prop_text {
    color: #14141F;
}

.filter-content__prop .detail-item__content-prop_text {
    color: #14141F8F;
}

/*Конец стилей фильтра*/

/*Начало стилей пустой страницы фильтра*/
.empty-filter {
    display: flex;
    justify-content: center;
    margin: 15% auto;
}

.empty-filter__img {
    width: 198px;
    height: 230px;
    margin-right: 16px;
}

.empty-filter__img img {
    border-radius: 12px;
}

.empty-filter__text {
    font-size: 20px;
    font-family: Onest-Medium500, sans-serif;
}

.empty-filter__subtext {
    color: #14141F8F;
    margin-top: 8px;
}

.empty-filter__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 198px;
}

.empty-filter__content-btn {
    width: 100%;
}

/*Конец стилей пустой страницы фильтра*/


/*Начало стилей формы бронирования*/
.reservation {
    position: relative;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    z-index: 940;
}

.reservation-popup,
.reservation__person,
.reservation__calendar {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: none;
    background-color: #fff;
    border-radius: 16px;
    padding: 0 16px 16px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 412px;
    z-index: 950;
    overflow-y: auto;
    max-height: 90vh;
}

.reservation-popup::-webkit-scrollbar {
    width: 1px;
}

.reservation-popup::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

.reservation-popup::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
}

.reservation-popup,
.reservation__person,
.reservation__calendar {
    display: none;
}

.reservation-popup.active,
.reservation__person.active,
.reservation__calendar.active {
    display: block;
    overflow-y: auto;
}

.reservation__list {
    background: #14141F0A;
    padding: 4px 12px 4px 4px;
    border-radius: 12px;
}

.reservation__item {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.reservation__item:first-child {
    margin-top: 0;
}

.reservation__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reservation__item-images {
    width: 120px;
    height: 72px;
    margin-right: 16px;
}

.reservation__item-images img {
    border-radius: 8px;
}

.reservation__item-content {
    width: calc(100% / 1 - 136px);
}

.reservation__subtext {
    color: #14141F8F;
    font-size: 14px;
}

.reservation__title {
    font-family: Onest-Medium500, sans-serif;
    margin-top: 8px;
}

.reservation__list .line {
    border-top: 1px solid #14141F;
    width: 228px;
    float: right;
}

.kalendar__list {
    margin-top: 8px;
}

.kalendar__list .line {
    width: 100%;
}

.kalendar__item,
.person__item {
    width: 100%;
}

.kalendar__item {
    margin-bottom: 20px;
    cursor: pointer;
}

.person__item {
    margin-top: 12px;
    cursor: pointer;
}

.reservation__elem {
    margin-top: 32px;
}

.reservation__input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 10px 16px;
}

.reservation__input::placeholder,
.reservation__textarea::placeholder {
    color: #999;
}

.reservation__elem-input {
    margin-top: 12px;
    display: flex;
    gap: 12px;
}

.promo_rezerv_form-icon {
    display: none;
    width: 48px;
    height: 48px;
}

.reservation__textarea {
    overflow: hidden;
    resize: none;
    width: 100%;
    height: 96px;
    border-radius: 8px;
    padding: 10px 16px;
}

.reservation__success {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.reservation__success-summa {
    width: 182px;
    margin-right: 16px;
}

.reservation__success-button {
    width: calc(100% / 1 - 198px);
}

.reservation__content-btn {
    width: 100%;
}

.reservation__success-sum {
    display: flex;
}

#sumRezerv {
    display: none;
}

.reservation__sum {
    font-family: Onest-Medium500, sans-serif;
    font-size: 20px;
}


.reservation__old-sum {
    display: none;
    color: #14141F8F;
    text-decoration: line-through;
    margin-left: 8px;
}

.person-inputs {
    display: flex;
    margin-top: 16px;
}

.reservation__person-input {
    margin-top: 16px;
}

.reserv__inputs {
    margin-right: 16px;
}

.reservation__elem-polity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reservation__elem-polity p {
    color: #14141F8F;
}

.reservation__elem-polity a {
    color: #14141F;
}
.reservation__input.input-error {
    border: 1px solid red;
}

.line-person {
    margin-top: 32px;
}

.reservation__elem-polity {
    margin: 32px 0 64px 0;
}

.reservation__header {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation button {
    border: none;
    color: #14141F;
    font-size: 18px;
    cursor: pointer;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding: 20px;
}

.day {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
}

.day.active.selected {
    background-color: #14141F;
    color: white;
    border-radius: 50%;
    padding: 5px 7px;
}

.day.active {
    color: #14141F;
}

.day.inactive {
    color: #14141F52;
}

.time-slots {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 0 16px;
}

.slot {
    padding: 16px;
}

.slot.active {
    background-color: #14141F;
    color: white;
    border-radius: 8px;
    padding: 16px;
}

.calendar__content-btn {
    margin-top: 64px;
    display: none;
}

/*Конец стилей формы бронирования*/


/*Начало стилей выбранного в Каталоге*/
.catalog-option {
    position: sticky;
    bottom: 20px;
    left: 0;
    z-index: 900;
}

.catalog-option__nav-bottom {
    max-width: 840px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #14141F1F;
    margin: 0 auto;
    padding: 4px;
    margin-bottom: 16px;
    background: #fff;
}

.catalog-option__nav-bottom,
.nav-bottom__catalog-option,
.nav-bottom__catalog-option .nav-bottom__catalog-boats,
.nav-bottom__catalog-option .nav-bottom__catalog-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check-up__offer {
    margin-right: 8px;
    height: 48px;
}

.catalog-option__check {
    display: none;
    width: 148px;
    border-radius: 12px;
    border: 1px solid #14141F1F;
    margin: 0 auto;
    padding: 4px;
    margin-bottom: 16px;
    background: #fff;
}

.js-order-btn.visible {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_popup-btn__order_link {
    justify-content: center;
    padding: 0 12px;
    width: 140px;
    font-family: Onest-Regula400, sans-serif;
}

.order_link__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.catalog-option__check-up {
    width: 56px;
}

.nav-bottom__catalog-option {
    width: 404px;
    margin-right: 8px;
}

.nav_popup-btn__success-option {
    width: calc(100% / 1 - 468px);
}

.nav_popup-btn__success-option_link {
    width: 100%;
}

.nav-bottom__catalog-boats,
.nav-bottom__catalog-route {
    margin-right: 8px;
    max-width: 198px;
}

.nav__catalog-boats_img {
    width: 80px;
    height: 48px;
    margin-right: 8px;
}

.nav__catalog-boats_img img {
    border-radius: 8px;
}

.nav__catalog-boats {
    width: calc(100% / 1 - 88px);
}

.nav__catalog-boats_subtitle {
    color: #14141F8F;
    font-size: 12px;
    margin-bottom: 4px;
}

.catalog-option_title {
    font-family: Onest-Medium500, sans-serif;
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mob-catalog-option__check-up {
    display: none;
}

/*Конец стилей выбранного в Каталоге*/

/*Начало стилей об успешной оплате*/
#thanks_for_your_order {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}

.modal-background {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.thanks-page {
    background: white;
    padding: 20px;
    border-radius: 16px;
    width: 100%;
    max-width: 412px;
}

.thanks-page__list {
    margin-top: 20px;
}

.thanks-page__list .line {
    margin: 16px 0;
}

.thanks-page__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thanks-page__items .reservation__item-info {
    flex: 1;
}

.vertical-line {
    width: 1px;
    background-color: #14141FB8;
    height: 14px;
    margin: 0 16px;
}

.thanks-page__elem-contact {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.thanks-page__elem-contact p {
    font-size: 14px;
    color: #14141FB8;
}

.close-thanks_order {
    width: 100%;
    margin-top: 32px;
}

/*Конец стилей об успешной оплате*/

/*Начало стилей политики*/
.privacy h1 {
    text-align: center;
    margin-bottom: 36px;
}

.privacy p {
    margin: 16px 0;
}

.privacy a {
    color: #14141F8F;
}

/*Конец стилей политики*/
/*убрать панель гугл*/
.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/*убрать панель гугл*/
.boats-main__item-offer {
    display: none;
}

/*Начало стилей для анимации*/
.catalog-ajax,
.catalog-focus__item,
.catalog-focus__item .left,
.catalog-focus__item .right
{
    transition: all 3s ease-in-out;
}
.catalog-ajax .left{
    position: relative;



}

.catalog-ajax .left img{
    transition: all 6s ease-in-out;
    position: absolute;
    margin-left: 427px;
    z-index: 1000;





}
.catalog-ajax .left img.mleft{
    margin-left: 0;
    position: inherit;



}

.catalog-focus__item-images{
    position: relative;
}

.catalog-ajax.focused .left img{
    width: 0;
    height: 0;
}


.catalog-ajax.focused .right {
    transform: translate(-414px);


}
.catalog-ajax.focused .catalog-focus__small, .catalog-ajax.focused .catalog-focus__images-small {
    width: 0;
    height: 0;
}
.catalog-ajax.focused .central {
    margin: 0;
    height: 320px;
    width: 100%;


}

.catalog-ajax.focused .catalog-focus__item-images {
    display: block;
    height: 320px;
}

.catalog-ajax.focused .catalog-focus__list {
    display: flex;
    flex-wrap: wrap;

}

.catalog-ajax.focused .catalog-focus__item {
    width: calc(100% / 3 - 42px);
    margin: 0 110px 32px 0;


}

.catalog-ajax.focused .catalog-focus__item-box {
    width: 100%;
}

.catalog-ajax.focused .catalog-focus__desc_info {
    display: none;
}

.catalog-ajax.focused .catalog-focus__item-box {
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.catalog-ajax.focused .catalog-focus__item-feature {
    display: none;

}

.catalog-ajax.focused .boats-main__item-offer {
    display: flex;
}

.catalog-ajax.focused .catalog-focus__title h2 {
    font-size: 32px;
    font-weight: 400;

}

.catalog-ajax.focused .catalog-focus__item-info {
    width: 40%;
}

.catalog-ajax.focused .catalog-focus__item:nth-child(3n+2) {
    margin: 0 16px 48px 0;
}

.catalog-ajax.focused .catalog-focus__item:nth-child(3n+3) {

    margin-right: 0;
}

/*Конец стилей для анимации*/

