.mbt-input{color:var(--input-color);border:1px solid var(--input-border-color);box-sizing:border-box;background:var(--bg-form-field);border-radius:4px;align-items:center;padding:9px;font-size:16px;font-weight:400;line-height:24px;display:flex;position:relative}.mbt-input:has(>input:focus){border-color:var(--input-border-color-focus)}.mbt-input:has(>textarea:focus){border-color:var(--input-border-color-focus)}.mbt-input--filled{border-color:var(--input-border-filled)}.mbt-input--disabled,.mbt-input input:disabled{opacity:.5;border-color:var(--input-border-color-disabled)}.mbt-input .mbt-input__input{z-index:1;background:0 0;border:none;outline:none;flex:100%;align-self:stretch;max-width:100%;font-size:15px;font-weight:400;line-height:20px;position:relative}.mbt-input .mbt-input__input.mbt-input__input--textarea{resize:none}.mbt-input .mbt-input__input::placeholder{color:#999;opacity:1}.mbt-input .mbt-input__input:-ms-placeholder-shown{color:#999}.mbt-input .mbt-input__input::-moz-placeholder{color:#999}.mbt-input__append,.mbt-input__prepend{align-items:center;display:flex}.mbt-input__append button,.mbt-input__prepend button{display:flex}.mbt-input.mbt-input--error{border-color:var(--input-border-color-error)}.mbt-input--medium{padding:7px 10px}.mbt-input--large{padding:16px}.mbt-input--xl{border-radius:8px;height:46px;padding:0 16px}.mbt-input--xl .mbt-input__input{font-size:18px;font-weight:400;line-height:26px}@media screen and (width>=1025px){.mbt-input--xl{border-radius:12px;height:56px}}.hero-search{width:100%;position:relative}.hero-search__input{background-color:var(--white)!important;border:none!important}.hero-search__input>input{color:var(--gray-1000)!important}.hero-search__input>input::placeholder{color:var(--gray-500)}.hero-search__icon{cursor:pointer;flex-shrink:0}.hero-search__clear{background-color:var(--gray-500);width:20px;height:20px;color:var(--white);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-search__clear svg{width:14px;height:14px}.home-hero{box-sizing:border-box;background-color:var(--blue-1000);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:214px;padding:40px 16px;display:flex;position:relative;overflow:hidden}.home-hero__video{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.home-hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:736px;display:flex;position:relative}.home-hero__title{color:var(--white);margin:0;font-size:28px;font-weight:800;line-height:32px}.home-hero__subtitle{color:var(--white);opacity:.95;margin:16px 0 0;font-size:18px;font-weight:400;line-height:24px;display:none}.home-hero__search{width:100%;margin-top:12px}@media screen and (width>=1025px){.home-hero{min-height:309px;padding:56px 16px}.home-hero__title{font-size:32px;font-weight:800;line-height:38px}.home-hero__subtitle{margin-top:4px;display:block}.home-hero__search{margin-top:16px}}.favorite-categories{overflow-x:clip}.favorite-categories__inner{box-sizing:border-box;width:100%;max-width:1256px;margin:0 auto;padding:24px 0 0}.favorite-categories__inner .block-slider__items>:first-child{margin-left:12px}.favorite-categories__inner .block-slider__items>:last-child .favorite-categories__card{margin-right:12px}.favorite-categories__card{border-radius:20px;width:148px;height:148px;margin-right:10px;text-decoration:none;display:block;position:relative;overflow:hidden}.favorite-categories__card:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#000000a6 100%);height:36%;position:absolute;bottom:0;left:0;right:0}.favorite-categories__image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.favorite-categories__card:hover .favorite-categories__image,.favorite-categories__card:active .favorite-categories__image{transform:scale(1.06)}.favorite-categories__card--catalog{background-color:var(--gray-100);justify-content:center;align-items:center;transition:background-color .2s;display:flex}.favorite-categories__card--catalog:hover,.favorite-categories__card--catalog:active{background-color:var(--blue-100)}.favorite-categories__card--catalog:after{display:none}.favorite-categories__catalog-content{color:var(--blue-1000);flex-direction:column;align-items:center;gap:12px;display:flex;transform:translateY(6px)}.favorite-categories__catalog-icon{width:28px;height:28px}.favorite-categories__catalog-label{font-size:14px;font-weight:400;line-height:20px}.favorite-categories__title{z-index:1;color:var(--white);font-size:14px;font-weight:700;line-height:20px;position:absolute;bottom:10px;left:14px}.favorite-categories__bestseller{z-index:2;position:absolute;top:14px;left:14px}.favorite-categories .scrollLeftButton,.favorite-categories .scrollRightButton{display:none}@media screen and (width>=1025px){.favorite-categories__inner{padding:64px 14px 0 16px}.favorite-categories__inner .block-slider__items>:first-child{margin-left:0}.favorite-categories__inner .block-slider__items>:last-child .favorite-categories__card{margin-right:0}.favorite-categories__card{width:186px;height:186px;margin-right:22px}.favorite-categories__catalog-label{font-size:16px;font-weight:400;line-height:22px}.favorite-categories__catalog-icon{width:32px;height:32px}.favorite-categories .scrollLeftButton,.favorite-categories .scrollRightButton{display:flex}}.category-chips__inner{box-sizing:border-box;width:100%;max-width:1256px;margin:0 auto;padding:24px 16px 100px}.category-chips__title{color:var(--black-1000);margin:0 0 16px;font-size:20px;font-weight:700;line-height:28px}.category-chips__list{flex-wrap:wrap;gap:16px 8px;display:flex}.category-chips__chip{background-color:var(--gray-100);color:var(--black-1000);border-radius:100px;align-items:center;gap:6px;padding:4px 12px 4px 4px;transition:background-color .15s;display:inline-flex}.category-chips__chip:hover{background-color:var(--blue-100)}.category-chips__image{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden}.category-chips__toggle{cursor:pointer;border:none;font-family:inherit}.category-chips__toggle-icon{background-color:var(--white);width:32px;height:32px;color:var(--black-1000);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.category-chips__label{color:var(--black-1000);font-size:14px;font-weight:400;line-height:20px}@media screen and (width>=1025px){.category-chips__inner{padding:32px 16px 274px}.category-chips__title{margin-bottom:24px;font-size:24px;font-weight:700;line-height:30px}.category-chips__list{gap:16px 12px}.category-chips__chip{gap:8px;padding:6px 16px 6px 6px}.category-chips__image,.category-chips__toggle-icon{width:40px;height:40px}.category-chips__label{font-size:16px;font-weight:400;line-height:22px}}.booking-steps{width:100%}.booking-steps__title{color:var(--black-1000);margin:0 0 16px;font-size:20px;font-weight:800;line-height:28px}.booking-steps__grid{grid-template-columns:repeat(4,1fr);gap:64px;display:grid}.booking-steps__card{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.booking-steps__card--slider{width:248px;margin-right:20px}.booking-steps__card--slider.booking-steps__card--last{margin-right:16px}.booking-steps__icon{flex-shrink:0;width:54px;height:49px}.booking-steps__text{color:var(--black-1000)}.booking-steps__text p{margin:0;font-size:16px;font-weight:400;line-height:22px}@media screen and (width>=1025px){.booking-steps__title{margin-bottom:24px;font-size:24px;font-weight:800;line-height:30px}}.why-choose-block__title{margin:0 0 24px;font-size:20px;font-weight:800;line-height:28px}@media screen and (width>=1025px){.why-choose-block__title{margin:0 0 32px;font-size:24px;font-weight:800;line-height:30px}}.why-choose-block__list{grid-template-columns:repeat(4,252px);justify-content:space-between;gap:64px;display:grid}.why-choose-block__item{flex-direction:column;align-items:flex-start;display:flex}.why-choose-block__item--slider{width:248px;margin-right:60px}.why-choose-block__item--slider.why-choose-block__item--last{margin-right:16px}@media screen and (width>=1025px){.why-choose-block__item{width:252px}}.why-choose-block__icon{justify-content:center;align-items:center;width:54px;height:auto;margin-bottom:16px;display:flex}.why-choose-block__icon img,.why-choose-block__icon-img{object-fit:contain;width:100%;height:auto}.why-choose-block__item-title{margin-bottom:8px;font-size:16px;font-weight:700;line-height:22px}.why-choose-block__item-text{color:var(--black-1000)}.why-choose-block__item-text p{margin:0;font-size:16px;font-weight:400;line-height:22px}.mbt-black-button{color:var(--white);cursor:pointer;background-color:#262525;border:none;border-radius:8px;justify-content:center;align-items:center;padding:9px 24px;font-size:16px;font-weight:600;line-height:22px;text-decoration:none;transition:background-color .15s;display:inline-flex}.mbt-black-button:hover,.mbt-black-button:active{background-color:#000}.mbt-black-button--disabled{color:#ffffff80;cursor:not-allowed;background-color:#0003}.mbt-black-button--disabled:hover,.mbt-black-button--disabled:active{background-color:#0003}.home-banner{box-sizing:border-box;border-radius:20px;flex-direction:column;gap:24px;padding:24px;display:flex;overflow:hidden}.home-banner__image-wrap{border-radius:20px;width:100%;height:210px;overflow:hidden}.home-banner__image{object-fit:cover;width:100%;height:100%}.home-banner__content{flex-direction:column;gap:8px;display:flex}.home-banner__content--with-divider{border-top:1px solid var(--black-1000);padding-top:16px}.home-banner__title{color:var(--black-1000);margin:0;font-size:24px;font-weight:800;line-height:30px}.home-banner__text{color:var(--black-1000)}.home-banner__text p{margin:0;font-size:16px;font-weight:400;line-height:22px}.home-banner__button{align-self:stretch;margin-top:8px}@media screen and (width>=1025px){.home-banner{flex-direction:row;align-items:stretch;gap:40px;padding:40px}.home-banner__image-wrap{flex-shrink:0;width:324px;height:243px}.home-banner__content{flex:1;gap:16px}.home-banner__content--with-divider{border-top:none;border-left:1px solid var(--black-1000);padding-top:16px;padding-left:40px}.home-banner__title{font-size:28px;font-weight:800;line-height:32px}.home-banner__button{align-self:flex-start;margin-top:0;padding:12px 24px}}.travelers-reviews__title{color:var(--black-1000);margin:0 0 8px;font-size:20px;font-weight:800;line-height:28px}@media screen and (width>=1025px){.travelers-reviews__title{margin:0 0 16px;font-size:24px;font-weight:800;line-height:30px}}.travelers-reviews__list{flex-direction:column;gap:12px;display:flex}.travelers-reviews__load-more{flex-direction:column;align-items:stretch;margin-top:8px;display:flex}.travelers-reviews__load-more .ui-button{height:40px;padding-inline:24px}.travelers-reviews__load-more .ui-button svg{width:16px;height:16px}.travelers-reviews__load-more .ui-button__inner{font-size:16px;font-weight:400;line-height:22px}@media screen and (width>=1025px){.travelers-reviews__item{width:391px;margin-right:24px}.travelers-reviews__item--last{margin-right:0}}.blog-posts-slider__header{justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.blog-posts-slider__title{font-size:20px;font-weight:800;line-height:28px}.blog-posts-slider__btn-all{background-color:var(--gray-100);border-radius:8px;align-items:center;gap:4px;padding:4px 8px 4px 12px;transition:background-color .15s;display:inline-flex}.blog-posts-slider__btn-all:hover{background-color:var(--blue-100)}.blog-posts-slider__btn-all-text{font-size:14px;font-weight:400;line-height:20px}.blog-posts-slider__btn-all-icon{width:14px;height:14px}.blog-posts-slider__item{width:343px;height:100%;margin-right:8px}.blog-posts-slider__item .post-card{height:100%}.blog-posts-slider__item--last{margin-right:16px}@media screen and (width>=1025px){.blog-posts-slider__header{padding-bottom:16px}.blog-posts-slider__title{font-size:24px;font-weight:800;line-height:30px}.blog-posts-slider__btn-all-text{font-size:16px;font-weight:400;line-height:22px}.blog-posts-slider__btn-all-icon{width:16px;height:16px}.blog-posts-slider__item{width:288px;margin-right:24px}.blog-posts-slider__item--last{margin-right:0}}.products-collection-slider__header{justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.products-collection-slider__title{margin:0;font-size:20px;font-weight:800;line-height:28px}.products-collection-slider__btn-all{background-color:var(--gray-100);border-radius:8px;align-items:center;gap:4px;padding:4px 8px 4px 12px;transition:background-color .15s;display:inline-flex}.products-collection-slider__btn-all:hover{background-color:var(--blue-100)}.products-collection-slider__btn-all-text{font-size:14px;font-weight:400;line-height:20px}.products-collection-slider__btn-all-icon{width:14px;height:14px}.products-collection-slider__item{width:343px;height:100%;margin-right:8px;display:flex}.products-collection-slider__item--last{margin-right:16px}.products-collection-slider__item .product-card{flex-direction:column;width:100%;height:100%;display:flex}.products-collection-slider__item .product-card__content{margin-top:auto}@media screen and (width>=1025px){.products-collection-slider__header{padding-bottom:16px}.products-collection-slider__title{font-size:24px;font-weight:800;line-height:30px}.products-collection-slider__btn-all-text{font-size:16px;font-weight:400;line-height:22px}.products-collection-slider__btn-all-icon{width:16px;height:16px}.products-collection-slider__item{width:294px;margin-right:16px}.products-collection-slider__item--last{margin-right:0}}.content{--grid-cols-desktop:4;--grid-cols-mobile:2;height:auto}.home{width:100%;overflow-x:clip}.home__products-collection{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:40px 0 0 16px}@media screen and (width>=1025px){.home__products-collection{padding:88px 16px 0}}.home__products-collection .products-collection-slider__header{padding-right:16px}@media screen and (width>=1025px){.home__products-collection .products-collection-slider__header{padding-right:0}}.home__products-collection .products-collection-slider .block-slider__items>:first-child{margin-left:0}.home__why-choose{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 0 0 16px}@media screen and (width>=1025px){.home__why-choose{padding:104px 16px 0}}.home__home-banner{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 16px 0}@media screen and (width>=1025px){.home__home-banner{padding:104px 16px 0}}.home__booking-steps{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 0 0 16px}@media screen and (width>=1025px){.home__booking-steps{padding:104px 16px 0}}.home__trusted{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 16px 0}@media screen and (width>=1025px){.home__trusted{padding:104px 16px 0}}.home__reviews{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 16px 0}@media screen and (width>=1025px){.home__reviews{padding:104px 16px 0}}.home__places{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 0 0 16px}@media screen and (width>=1025px){.home__places{padding:104px 16px 0}}.home__places .places-slider__header{padding-left:16px;padding-right:16px}@media screen and (width>=1025px){.home__places .places-slider__header{padding-left:0;padding-right:0}}.home__places .places-slider .block-slider__items>:first-child{margin-left:16px}@media screen and (width>=1025px){.home__places .places-slider .block-slider__items>:first-child{margin-left:0}}.home__places .places-slider__item{width:194px;margin-right:16px}.home__places .places-slider__item--last{margin-right:16px}.home__places .places-slider__item-preview,.home__places .places-slider__item-preview-wrap{width:194px;height:194px}@media screen and (width>=1025px){.home__places .places-slider__item{width:218px;margin-right:33px}.home__places .places-slider__item--last{margin-right:0}.home__places .places-slider__item-preview,.home__places .places-slider__item-preview-wrap{width:218px;height:218px}}.home__blog{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 0 0 16px}@media screen and (width>=1025px){.home__blog{padding:104px 16px 0}}.home__blog .blog-posts-slider__header{padding-left:16px;padding-right:16px}@media screen and (width>=1025px){.home__blog .blog-posts-slider__header{padding-left:0;padding-right:0}}.home__blog .blog-posts-slider .block-slider__items>:first-child{margin-left:16px}@media screen and (width>=1025px){.home__blog .blog-posts-slider .block-slider__items>:first-child{margin-left:0}}.home__faq{box-sizing:border-box;max-width:1256px;margin:0 auto;padding:56px 16px 32px}@media screen and (width>=1025px){.home__faq{padding:104px 16px 96px}}
