:root{--color-primary: #3583b1;--color-primary-rgb: 53, 131, 177;--color-secondary: #E30001;--color-secondary-rgb: 227, 0, 1;--color-text: #333333;--color-text-rgb: 51, 51, 51;--color-bg: #ffffff;--color-bg-rgb: 255, 255, 255;--color-bg-light: #F5F5F5;--color-bg-light-rgb: 245, 245, 245;--color-text-muted: #8C8C8C;--color-text-muted-rgb: 140, 140, 140;--color-muted: #8C8C8C;--color-muted-rgb: 140, 140, 140;--color-border: #DFDFDF;--color-border-rgb: 223, 223, 223;--color-success: #31BA45;--color-success-rgb: 49, 186, 69;--color-danger: #E30001;--color-danger-rgb: 227, 0, 1;--color-orange: #EF7F1A;--color-orange-rgb: 239, 127, 26}:root{--font-family: "PT Sans", sans-serif;--font-weight: 400;--font-weight-bolder: 700;--font-bolder: 700;--content-text-align: justify}:root{--section-padding: 50px;--section-header-margin: 35px;--havbar-height-root: 60px;--grid-gap: 0.75rem;--border-radius: 6px;--shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);--shadow-hover: 0 0.5em 1em -0.125em rgb(10 10 10 / 30%), 0 0 0 1px rgb(10 10 10 / 5%);--box-shadow: 0px 0px 9px 5px rgba(34, 60, 80, 0.1);--columns: 2;--input-height: 38px}@media (min-width:992px){:root{--columns: 4}}@media (min-width:1200px){:root{--grid-gap: 2rem}}*{margin:0;padding:0;outline:none;border:none;background-color:transparent}*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{position:relative;display:flex;flex-direction:column;max-width:1920px;min-width:320px;min-height:100vh;margin:0 auto;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}body>footer{margin-top:auto}input,button,select,optgroup,textarea{font:inherit;min-width:0}::-webkit-search-decoration,::-webkit-search-cancel-button,::-webkit-search-results-button,::-webkit-search-results-decoration{display:none}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::-webkit-outer-spin-button,::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}[type=number]{-moz-appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text);transition:background-color 5000s ease-in-out 0s}textarea{resize:vertical}select{-moz-appearance:none;-webkit-appearance:none;appearance:none;white-space:normal}label,button,.button,[role=button]{user-select:none;cursor:pointer}img,svg{flex:none;max-width:100%;height:auto;vertical-align:middle}img{object-fit:cover}svg:not([fill]){fill:currentColor}iframe{max-width:100%}ul{list-style:none}a{text-decoration:none;color:inherit}a[href^="tel:"]{white-space:nowrap}table{border-collapse:collapse}iframe{border:0}html{scroll-behavior:smooth}a,button,.button{transition:all 0.2s}a:not([class]),.link{color:var(--color-primary);text-decoration:underline;text-decoration-thickness:1px}a:not([class]):hover,.link:hover{color:var(--color-secondary)}a[href^="tel:"]:not(.link),a[href^="mailto:"]:not(.link){color:inherit;text-decoration:none}a[href^="tel:"]:not(.link):hover,a[href^="tel:"]:not(.link):focus-visible,a[href^="mailto:"]:not(.link):hover,a[href^="mailto:"]:not(.link):focus-visible{text-decoration:underline}.disabled{opacity:0.5;pointer-events:none}.textpage__row{display:grid;align-items:start;gap:var(--grid-gap)}@media (min-width:1200px){.textpage__row{grid-template-columns:350px 1fr}}.textpage__row>a{text-align:center}@media (min-width:1200px){.textpage__row>a{position:sticky;top:15px}}.spoiler{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.spoiler+.spoiler{margin-top:-1px}.spoiler-title{position:relative;display:flex;align-items:center;padding:1rem 2rem 1rem 0;cursor:pointer;transition:all 0.2s}.spoiler-title:hover{color:var(--color-primary)}.spoiler-title::before,.spoiler-title::after{content:"";position:absolute;background-color:currentColor;font-size:1rem}.spoiler-title::before{right:0;width:1rem;height:1px}.spoiler-title::after{right:calc((1em - 1px) / 2);width:1px;height:1rem;transition:0.25s}.is-open .spoiler-title::after{height:0;transition:0.25s}.spoiler-content{max-height:0;border-top:1px solid var(--color-border);opacity:0;overflow:hidden;transition:all 0.2s}.spoiler.is-open .spoiler-content{max-height:calc(var(--max-height) + 2.5rem);padding:1.25rem 0;opacity:1}.order-bonuses{display:grid;align-items:center;border:1px solid var(--color-border);border-radius:4px;line-height:1.3}@media (min-width:1540px){.order-bonuses{grid-template-columns:repeat(2, 1fr)}}.order-bonuses__col{padding:6px 20px;min-height:60px}.order-bonuses__col:first-child{border-right:1px solid var(--color-border)}.order-bonuses__top-row{display:flex;align-items:center;gap:10px;font-weight:700;margin-bottom:2px;font-size:14px}.order-bonuses__top-row span:first-child{margin-top:2px}.order-bonuses__bottom-row{font-size:12px}.order-bonuses__sum{font-size:20px}.order-bonuses .toggle-switch{margin-left:5px}#quick-edit{position:fixed;top:8px;right:8px;display:flex;width:3rem;height:3rem;border:1px solid var(--color-border, #ccc);z-index:900;background:var(--color-bg-light, #eee);color:#000;display:flex;justify-content:center;align-items:center}#quick-edit svg{margin:auto}@media screen and (max-width:991px){#quick-edit{display:none}}.enable-cookies{position:fixed;right:1rem;bottom:1rem;max-width:1000px;padding:1rem 2rem;background:var(--color-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-hover);text-align:center;display:flex;justify-content:center;align-items:center;column-gap:2rem;row-gap:1rem;opacity:0.85;transition:0.25s 0.5s;z-index:999;margin-left:1rem;font-size:14px}.enable-cookies:hover{opacity:1;transition:0.25s}.enable-cookies .button{height:40px;display:flex;justify-content:center}@media (max-width:768px){.enable-cookies{flex-wrap:wrap}}:root{font-size:15px}body{color:var(--color-text);font-family:var(--font-family);font-weight:var(--font-weight)}.font-title,.form-box-title{font-family:var(--font-title-family, var(--font-family));font-weight:var(--font-title-weight, var(--font-weight-bolder))}b,strong{font-weight:var(--font-weight-bolder)}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{line-height:1.2}h1,.h1{font-size:20px}@media (min-width:1200px){h1,.h1{font-size:28px}}h2,.h2{font-size:18px}@media (min-width:1200px){h2,.h2{font-size:24px}}h3,.h3{font-size:16px}@media (min-width:1200px){h3,.h3{font-size:20px}}h4,.h4{font-size:15px}@media (min-width:1200px){h4,.h4{font-size:16px}}h5,.h5{font-size:1rem}h6,.h6{font-size:1rem}hr{border-bottom:1px solid var(--color-border)}.content{line-height:1.75;font-size:1em}.content h6,.content .h6,.content h5,.content .h5,.content h4,.content .h4,.content h3,.content .h3,.content h2,.content .h2,.content h1,.content .h1{margin-top:1.5rem;margin-bottom:1rem}.content h6:first-child,.content .h6:first-child,.content h5:first-child,.content .h5:first-child,.content h4:first-child,.content .h4:first-child,.content h3:first-child,.content .h3:first-child,.content h2:first-child,.content .h2:first-child,.content h1:first-child,.content .h1:first-child{margin-top:0}.content p,.content ul,.content ol,.content ul li,.content ol li,.content table,.content hr{margin:1em 0}.content p:first-child,.content ul:first-child,.content ol:first-child,.content ul li:first-child,.content ol li:first-child,.content table:first-child,.content hr:first-child{margin-top:0}.content p:last-child,.content ul:last-child,.content ol:last-child,.content ul li:last-child,.content ol li:last-child,.content table:last-child,.content hr:last-child{margin-bottom:0}@media (min-width:992px){.content p,.content ul,.content ol{text-align:var(--content-text-align)}}.content ul,.content ol{margin-left:2em}.content ul{list-style:disc}.content table{display:block;overflow-x:auto;background-repeat:no-repeat;background-size:10px 100%, 10px 100%, 10px 100%, 10px 100%;background-attachment:local, local, scroll, scroll}.content tbody{display:table;width:100%}.content td{padding:1rem 1.5rem;border:1px solid var(--color-border);vertical-align:top}tr:last-child .content td{border-bottom:1px solid var(--color-border)}.content td p{text-align:inherit}.content>*:first-child img{margin-top:0}.content>*:last-child img{margin-top:0}@media (min-width:992px){.content img:not([style]){margin-top:10px;margin-bottom:10px;margin-right:10px}.content img[style*="float:"]{margin-top:0.4em;margin-bottom:1rem}.content img[style*="float: right"]{margin-left:1.5rem}.content img[style*="float: left"]{margin-right:1.5rem}}@media (max-width:991px){.content img{display:block;float:none !important;margin:1.5em 0}}.container{width:100%;max-width:var(--container-width);padding-right:var(--grid-gap);padding-left:var(--grid-gap);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{--container-width: calc(516px + var(--grid-gap) * 2)}}@media (min-width:768px){.container{--container-width: calc(696px + var(--grid-gap) * 2)}}@media (min-width:992px){.container{--container-width: calc(936px + var(--grid-gap) * 2)}}@media (min-width:1200px){.container{--container-width: calc(1116px + var(--grid-gap) * 2)}}@media (min-width:1540px){.container{--container-width: calc(1440px + var(--grid-gap) * 2)}}.main{padding-bottom:6rem}.main-content{margin-top:3rem}.grid{--gap-y: var(--grid-gap);--gap-x: var(--grid-gap);--col: var(--columns);row-gap:var(--gap-y)}.grid:not(.swiper){display:flex;justify-content:center;flex-wrap:wrap;column-gap:var(--gap-x)}.grid>*:not(.swiper-wrapper){flex-grow:0;flex-shrink:0;flex-basis:calc((100% / var(--col)) - (var(--gap-x) * (var(--col) - 1)) / var(--col))}.columns{display:grid;gap:var(--grid-gap)}@media (min-width:992px){.columns{grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}}.section{padding-top:var(--section-padding);padding-bottom:var(--section-padding);background-position:50% 50%;background-size:cover}.section:not([class*="bg-"])+.section:not([class*="bg-"]){padding-top:0}.section__header{margin-bottom:var(--section-header-margin)}.section__footer{margin-top:30px;text-align:center}.breadcrumb-and-pagetitle+.section{padding-top:0}.pagetitle{margin-bottom:20px}.pagetitle._decored{margin-bottom:35px}.h1._decored{display:flex;align-items:center;justify-content:center;text-align:center}@media (min-width:1200px){.h1._decored span{padding:0 20px}.h1._decored::before,.h1._decored::after{content:"";flex:1;height:1px;max-width:120px;background:currentColor}}.ya-map{height:400px;border-radius:var(--border-radius);overflow:hidden;position:relative}.ya-map.is-loading{border:1px solid var(--color-border)}.ya-map.is-loading::before{background:var(--color-bg-light) !important}.ymaps-2-1-79-gototech{display:none !important}.ymaps-2-1-79-copyright__link{display:none !important}.ymaps-2-1-79-gototaxi{display:none !important}.company_ref{position:absolute;z-index:1000;bottom:37px;left:7px}.ymaps__container{display:-webkit-box;-webkit-box-align:center;display:-webkit-flex;display:flex;border-radius:3px;background-color:#fff;cursor:pointer;overflow:hidden;white-space:nowrap;height:24px;box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15)}.ymaps__pin{height:18px;margin:auto 6px}.ymaps__pin svg{vertical-align:top}.ymaps__text-container{margin-right:6px;font-family:Arial;font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:left;display:-webkit-box;display:-webkit-flex;display:flex}.ymaps__text{margin:auto;height:24px;line-height:24px;white-space:nowrap;overflow:hidden}[x-cloak]{display:none !important}a[data-fancybox] img{cursor:zoom-in}.f-carousel a{transition:none}.f-button svg{fill:none}.htmx-swapping>*,.is-loading>*{opacity:0.2;pointer-events:none !important}.htmx-swapping,.is-loading{position:relative}.htmx-swapping::after,.is-loading::after{font-size:3rem}.htmx-swapping::after,.is-loading::after{content:"";z-index:101;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:1.25em;height:1.25em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:1s linear infinite spinner-border}@keyframes spinner-border{to{transform:rotate(360deg)}}.simplesearch-results{margin-top:-15px}.simplesearch-paging{display:flex;align-items:center}.simplesearch-paging .pagination-list{margin-top:0}.simplesearch-paging .simplesearch-page{margin-top:0;margin-bottom:0;list-style-type:none}.checkbox,.radio{position:relative;display:flex;align-items:start;line-height:1.3;font-size:14px}.checkbox:has([disabled]),.radio:has([disabled]){cursor:not-allowed;color:var(--color-muted)}.checkbox-check,.radio-check{position:relative;display:flex;flex:none;align-items:center;justify-content:center;width:25px;height:25px;margin-right:10px;content:"";border:1px solid var(--color-text-muted);color:var(--color-primary);transition:all 0.2s}.show-validation :invalid~.checkbox-check,.show-validation :invalid~.radio-check{border-color:var(--color-danger) !important}[disabled]~.checkbox-check,[disabled]~.radio-check{color:inherit;border-color:var(--color-muted) !important}.checkbox:hover .checkbox-check,.radio:hover .checkbox-check,.checkbox:hover .radio-check,.radio:hover .radio-check{border-color:var(--color-primary)}.checkbox>span:last-child,.checkbox>div:last-child,.radio>span:last-child,.radio>div:last-child{margin-top:calc((25px - 1.3em) / 2)}.checkbox>input,.radio>input{position:absolute;z-index:-1;opacity:0}.checkbox._bordered,.radio._bordered{padding:10px 10px 10px;border:1px solid var(--color-border);border-radius:4px;transition:all 0.2s}.checkbox._bordered:hover,.radio._bordered:hover{border-color:var(--color-primary)}.checkbox._bordered:has([type="radio"]:invalid),.radio._bordered:has([type="radio"]:invalid){border-color:var(--color-danger)}.checkbox._bordered:has(:checked),.radio._bordered:has(:checked){border-color:var(--color-primary)}.checkbox._bordered:has([disabled]),.radio._bordered:has([disabled]){border-color:var(--color-border) !important}.checkbox._bordered .input,.radio._bordered .input{margin-top:5px;height:28px;padding:0 10px}.checkbox._privacy{color:var(--color-text-muted);font-size:12px}.checkbox._privacy a:not(:hover){color:inherit}.checkbox-check{border-radius:50%;transition:all 0.2s}:checked~.checkbox-check{background-color:var(--color-primary);border-color:var(--color-primary)}.checkbox-check::after{content:"";width:11px;height:6px;border:solid 2px transparent;border-right:none;border-top:none;transform:translate(0px, -1px) rotate(-45deg)}:checked~.checkbox-check::after{border-color:#ffffff}.radio-check{border-radius:50%}:checked~.radio-check{border-color:currentColor}.radio-check::after{content:"";width:15px;height:15px;transform:scale(0);transition:transform 0.15s;background:currentColor;border-radius:50%}:checked~.radio-check::after{transform:scale(1)}.toggle-switch{position:relative;display:inline-block;width:40px;height:22px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch input:checked+span{background-color:var(--color-success)}.toggle-switch input:checked+span:before{transform:translateX(18px)}.toggle-switch span{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#BEBEBE;transition:0.3s;border-radius:22px}.toggle-switch span:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:white;transition:0.3s;border-radius:50%}.input{width:100%;height:var(--input-height, 38px);min-height:var(--input-height, 38px);padding:0 20px;border:1px solid var(--color-border);border-radius:4px;transition:box-shadow 0.2s, border-color 0.2s, background-color 0.2s;background-color:#fff}.fancybox__content .input{outline:none !important}.input:focus:not([readonly]){border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(var(--color-primary-rgb), 0.2)}.input.error,.field-error:not(:empty)~.input,.show-validation .input:invalid{border-color:var(--color-danger)}.input.error:focus,.field-error:not(:empty)~.input:focus,.show-validation .input:invalid:focus{box-shadow:0 0 0 4px rgba(var(--color-danger-rgb), 0.2)}.input[readonly],[disabled] .input{pointer-events:none;color:var(--color-text-muted);background-color:var(--color-bg-light)}.input[readonly]:-webkit-autofill,[disabled] .input:-webkit-autofill{box-shadow:0 0 0px 1000px var(--color-bg-light) inset !important}.input._counter{display:grid;grid-template-columns:1fr 2em 1fr;width:108px;padding:0;line-height:1}.input._counter button{font-size:2em;color:#BEBEBE}.input._counter input{font-weight:700;text-align:center}::placeholder{color:var(--color-text-muted)}span.input{display:flex;align-items:center}.field{--input-height: 50px;position:relative;display:flex;flex-direction:column-reverse;line-height:1.2}.field:has([readonly]),[disabled] .field{cursor:not-allowed}.field .input{padding-top:1.125rem}.field textarea.input{padding-top:25px}.field-label{position:absolute;top:0;left:20px;height:var(--input-height);display:flex;align-items:center;color:var(--color-text-muted);pointer-events:none;transition:all 0.2s;transform-origin:left}:required~.field-label::after{content:"*";margin-left:0.1em}.show-validation :invalid~.field-label::after{color:var(--color-danger)}:not(select):focus~.field-label,.input:not(select):not(:placeholder-shown)~.field-label,._with-placeholder~.field-label,.is-selected~.field-label,._selected~.field-label{transform:translateY(-11px) scale(0.75)}.field-error{margin-top:0.5rem;color:var(--color-danger);font-size:0.75rem;line-height:1.2}.field-error:empty{display:none}textarea.input{height:96px;padding-top:12px;resize:vertical}.input[type="file"]{padding-top:0}.input::-webkit-file-upload-button{height:var(--input-height);padding:0 20px;margin-left:-20px;margin-right:1rem;color:inherit;background-color:rgba(0, 0, 0, 0.05);pointer-events:none;border:none}.input::file-selector-button{height:var(--input-height);padding:0 20px;margin-left:-20px;margin-right:1rem;color:inherit;background-color:rgba(0, 0, 0, 0.05);pointer-events:none;border:none}.select,.select-wrapper{position:relative}.select::after,.select-wrapper::after{--size: 10px;content:"";position:absolute;right:calc(var(--input-height) / 2.5);width:var(--size);height:var(--size);top:calc(var(--input-height) / 2);border-left:2px solid currentColor;border-bottom:2px solid currentColor;border-radius:2px;color:#bebebe;transform:translateY(-70%) rotate(-45deg);pointer-events:none}.date-input-wrapper{position:relative}.date-input-wrapper input::-webkit-calendar-picker-indicator,.date-input-wrapper::after{display:block;position:absolute;right:0;top:0;width:var(--input-height);height:var(--input-height)}@media (min-width:576px){.date-input-wrapper input::-webkit-calendar-picker-indicator,.date-input-wrapper::after{display:none}}.date-input-wrapper input{position:relative}.date-input-wrapper input::-webkit-calendar-picker-indicator{box-sizing:border-box;cursor:pointer;opacity:0}.date-input-wrapper::after{content:"";background:url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66667 6.70833V2.875M15.3333 6.70833V2.875M3.35417 10.5417H20.125M4.79167 20.125H18.2083C19.2669 20.125 20.125 19.2669 20.125 18.2083V6.70833C20.125 5.64979 19.2669 4.79167 18.2083 4.79167H4.79167C3.73312 4.79167 2.875 5.64979 2.875 6.70833V18.2083C2.875 19.2669 3.73312 20.125 4.79167 20.125Z' stroke='%238C8C8C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center;border-left:1px solid var(--color-border);pointer-events:none}.form{--gap: 1rem}.form>*+*{margin-top:var(--gap)}.form-box{--gap: 1rem;padding:2.5rem 1.5rem 3rem;width:100%;max-width:696px;margin:0 auto;border-radius:var(--border-radius);background-color:#fff;box-shadow:var(--box-shadow)}.form-box.is-fullwidth{max-width:none}.form-box>*{max-width:452px;margin:0 auto}.form-box>*+*,.form-box .form-box-inner>*+*{margin-top:var(--gap)}@media (min-width:576px){.form-box{padding:2.5rem 3rem 3rem}}.form-box-title{font-size:1.5rem;margin-bottom:2rem;text-align:center}.form-box-footer{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.form-box-footer._center{justify-content:center}.form-box-footer__register{font-size:0.85em}.form-box-footer__register a{border-bottom:1px solid}.form-box-footer__register a:hover{border-color:transparent}.form-box-footer a{border-bottom:none}.form-box-footer a:hover span{border-bottom:1px solid}.form-box-radiogroup{padding-top:0.5rem;padding-bottom:0.75rem;display:flex;flex-direction:column;gap:20px}.form-box-radiogroup h6{font-size:1.1rem;margin-bottom:5px}.breadcrumb{display:flex;flex-wrap:wrap;align-items:start;margin-bottom:-0.5em;padding-top:1.5rem;padding-bottom:1.5rem;line-height:1.2;font-size:0.875rem}.breadcrumb li{display:flex;align-items:center;margin-bottom:0.5em}.breadcrumb li:not(:last-child)::after{content:"/";margin:-0.2em 0.5rem 0;color:var(--color-border)}.button{--btn-color: var(--color-secondary-rgb);position:relative;display:inline-flex;align-items:center;justify-content:center;height:40px;max-width:100%;padding:0 30px;border-radius:4px;background:rgb(var(--btn-color));font-size:16px;font-weight:700;color:#fff;line-height:1;text-align:center;text-transform:uppercase;overflow:hidden}@media (min-width:575px){.button{min-width:12rem}}.button svg:first-child{margin-right:10px}.button:hover{box-shadow:inset 0 0 0 999px rgba(0, 0, 0, 0.2)}.button:focus-visible{box-shadow:0 0 0 4px rgba(var(--color-text-rgb), 0.2)}.button._outlined{background:none;border:1px solid currentColor;color:rgb(var(--btn-color))}.button._outlined:hover{box-shadow:inset 0 0 0 999px rgba(var(--btn-color), 0.075)}.button._dark{--btn-color: var(--color-text-rgb)}.button._muted{--btn-color: var(--color-muted-rgb)}.button._primary{--btn-color: var(--color-primary-rgb)}.button._danger{--btn-color: var(--color-danger-rgb)}.button._success{--btn-color: var(--color-success-rgb)}.button._white{--btn-color: 255,255,255}.button._fullwidth{display:flex;width:100%;min-width:0}.button._small{display:flex;height:30px;min-width:0;font-size:0.875rem;border-radius:4px}.button[disabled],[disabled] .button{opacity:0.4;pointer-events:none}.has-ripple{position:relative;overflow:hidden;cursor:pointer}.button::after,.has-ripple::after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle, currentColor 10%, transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10);opacity:0;transition:transform 0.5s, opacity 1s}.button:active::after,.has-ripple:active::after{transform:scale(0);opacity:0.3;transition:0s}.card{--card-gap: 0.75rem;position:relative;display:flex;flex-direction:column;background-color:var(--color-bg);border-radius:var(--border-radius);box-shadow:0 0 0 1px var(--color-border);font-size:0.85em}@media (min-width:1200px){.card{--card-gap: 1.5rem}}@media (min-width:576px){.card{font-size:1em}}.card__image{text-align:center;user-select:none}.card__image img{width:100%;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.card__image:only-child img{border-radius:var(--border-radius)}.card__body{padding:1.25rem var(--card-gap)}.card__title{font-weight:var(--font-bolder)}.card__text{margin-top:0.5rem}.card__date{display:flex;align-items:center;margin-top:-0.25rem;margin-bottom:0.5rem;color:var(--color-text-muted);font-size:0.875rem}.card__date svg{margin-right:0.5em}.card._hoverable{transition:all 0.2s}a.card:hover,.card._hoverable:hover{box-shadow:var(--shadow)}.message{padding:1rem 1.5rem;border-radius:var(--border-radius);background:rgba(var(--color-text-rgb), 0.1);text-align:center;font-weight:700;font-size:16px}.message.is-danger,.message._danger{background:rgba(var(--color-danger-rgb), 0.1);color:var(--color-danger)}.message.is-success,.message._success{background:rgba(var(--color-success-rgb), 0.1);color:var(--color-success)}.message._primary{background:rgba(var(--color-primary-rgb), 0.1);color:var(--color-primary)}.message._orange{background:rgba(var(--color-orange-rgb), 0.1);color:var(--color-orange)}.pagination{--col: 1;display:flex;align-items:center;padding-top:1.5rem;justify-content:space-between;gap:var(--grid-gap)}@media screen and (max-width:575px){.pagination{flex-direction:column}}.pagination:not(:last-child){display:none}.pagination-list{display:flex;align-items:center;margin-left:auto}@media (max-width:575px){.pagination-list{margin-right:auto}}.pagination-list li+li{margin-left:0.5rem}.pagination-list a,.pagination-list-active{display:grid;place-items:center;width:2.5rem;height:2.5rem;border:1px solid var(--color-border);border-radius:var(--border-radius);background-color:var(--color-bg-light)}@media (max-width:575px){.pagination-list a,.pagination-list-active{width:2.25rem;height:2.25rem}}.pagination-list a:hover{border-color:var(--color-primary)}.pagination-list-active{background-color:var(--color-primary);color:#fff}.pagination-list-skip{padding:0 0.25rem}.prod-price-old{position:relative;display:inline-block;align-self:flex-start;line-height:1;color:var(--color-text-muted)}.prod-price-old::after{content:"";position:absolute;top:50%;left:0;height:1px;width:100%;background-color:var(--color-danger);transform:rotate(-7deg)}.prod-form{position:relative}.prod-form::after{font-size:1rem !important}.ms-item.is-added .hide-if-added,.ms-item:not(.is-added) .show-if-added{display:none}.prod-qty{display:grid;grid-template-columns:auto 1fr auto;user-select:none;min-width:150px;background:rgba(var(--color-primary-rgb), 0.1);border-radius:var(--border-radius)}@media (max-width:375px){.prod-qty{min-width:130px}}.prod-qty>span{display:grid;place-items:center}.prod-qty>input{text-align:center}.prod-qty>button{padding:0;min-width:2.5rem;min-height:2.5rem}.prod-badges{position:absolute;z-index:10;pointer-events:none}.prod-badges__item{display:grid;place-items:center;padding:0.35em 1em 0.2em;background:var(--color-text-muted);border-radius:var(--border-radius);color:#fff;font-size:10px;text-transform:uppercase;font-weight:var(--font-weight-bolder);line-height:1}.prod-badges__item+.prod-badge{margin-top:0.25rem}.prod-badges__item._action{background-color:var(--color-stock)}.prod-badges__item._hit{background-color:var(--color-hit)}.prod-badges__item._new{background-color:var(--color-new)}.prod-card__item{position:relative;height:auto;display:flex;flex-direction:column;padding:15px 15px 15px;border:1px solid #b8b8ba;border-bottom-width:3px;border-radius:6px;background-color:#eeeff1;text-align:center}@media (max-width:991px){.prod-card__item{padding:8px 0 0;border-bottom-width:1px;overflow:hidden}}.prod-card__item-name{margin-bottom:15px;padding:0 5px;flex-grow:2;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;line-height:1.2}@media (max-width:991px){.prod-card__item-name{margin-bottom:8px;font-size:16px}}@media (max-width:350px){.prod-card__item-name{font-size:15px}}.prod-card__item-img{position:relative}.prod-card__item-badges{position:absolute;top:0;right:0;width:auto;height:auto;display:flex;flex-direction:column;gap:5px}.prod-card__item-badge{padding:5px 20px;color:#fff;font-weight:500}.prod-card__item-badge._hit{background:linear-gradient(135deg, #893ca9 1%, #ff005a 99%)}.prod-card__item-badge._new{background:linear-gradient(135deg, #0fcf92 0%, #1e80db 100%)}.prod-card__item-prices{position:relative;margin-top:3px;font-weight:700;color:#fff;width:100%;padding:10px 5px;background-color:#e30001;display:flex;align-items:baseline;flex-wrap:wrap;justify-content:center;gap:0 10px}@media (max-width:991px){.prod-card__item-prices{padding:6px 0}}@media (max-width:575px){.prod-card__item-prices{flex-direction:column-reverse;gap:5px}}.prod-card__item-price{position:relative}.prod-card__item-price._old{font-size:0.875rem}.prod-card__item-price._old::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:1px;background-color:#fff}.tabs__buttons{display:flex;flex-wrap:wrap;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.tabs__buttons input{display:none}.tabs__buttons span{display:flex;align-items:center;padding:1rem 1.5rem;margin-bottom:-1px;border-bottom:1px solid var(--color-border);white-space:nowrap;transition:all 0.2s}@media (max-width:575px){.tabs__buttons span{padding:0.8rem;font-size:14px}}@media (max-width:399px){.tabs__buttons span{padding:0.5rem;font-size:11px}}.tabs__buttons :checked+span{border-bottom-color:var(--color-primary);color:var(--color-primary);font-weight:var(--font-bolder)}.tabs__buttons label:hover span{border-bottom-color:currentColor}.sliderWrap{position:relative;max-width:100%}.swiper{--swiper-theme-color: var(--color-primary);--swiper-navigation-size: 58px;--swiper-navigation-sides-offset: -5px;--swiper-navigation-color: var(--color-text-muted);--swiper-pagination-bullet-horizontal-gap: 4px;--swiper-pagination-bullet-size: 10px;--swiper-pagination-bullet-width: 10px;--swiper-pagination-bullet-height: 10px;--swiper-pagination-bullet-border-radius: 50%;--swiper-pagination-bullet-opacity: 1;--swiper-pagination-color: var(--color-primary);position:static;opacity:0;max-width:100%}.swiper:active{cursor:grabbing}.swiper-slide{max-width:100%}.swiper-button{width:41px;height:var(--swiper-navigation-size);background:#eeeff1;transition:all 0.2s;border-radius:0 6px 6px 0}@media (max-width:991px){.swiper-button{display:none}}.swiper-button::after{font-size:36px}.swiper-button::before{content:"";position:absolute;bottom:-4px;left:-1.5px;width:36px;height:5px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSI1Ij48Zz48Zz48cGF0aCBkPSJNNyA1VjJoMjlWMUgxeiIgZmlsbD0iIzY4NmM3MyIvPjwvZz48L2c+PC9zdmc+)  50% no-repeat}.swiper-button:hover{background-color:var(--color-secondary);color:#fff}.f-carousel:not(.is-enabled)>*:not(:first-child){display:none}.carousel{--f-carousel-dot-width: 10px;--f-carousel-dot-height: 10px;--f-carousel-dots-width: 30px;--f-carousel-dots-height: 30px;--f-carousel-dot-bg: transparent;--f-carousel-dot-selected-bg: currentColor;--f-carousel-dot-opacity: 1}.carousel .f-carousel__dots{max-height:var(--f-carousel-dots-height);overflow:hidden}.carousel .f-carousel__dot::after{border:1px solid currentColor}.carousel .f-carousel__viewport{margin:calc(var(--f-carousel-slide-padding) * -1)}@media (min-width:1200px){.carousel._arrows-primary .f-carousel__dots{display:none}}.carousel._arrows-primary .f-button{--f-button-width: 40px;--f-button-height: 58px;--f-arrow-pos: -5px;--f-button-bg: var(--color-bg-light);--f-button-hover-bg: var(--color-secondary);--f-button-hover-color: #fff;--f-button-active-bg: var(--color-secondary);--f-button-svg-width: 36px;--f-button-svg-height: 36px;--f-button-svg-stroke-width: 1}@media (max-width:1199px){.carousel._arrows-primary .f-button{display:none}}.carousel._arrows-primary .f-button::before{content:"";position:absolute;bottom:-4px;left:-1.5px;width:36px;height:5px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSI1Ij48Zz48Zz48cGF0aCBkPSJNNyA1VjJoMjlWMUgxeiIgZmlsbD0iIzY4NmM3MyIvPjwvZz48L2c+PC9zdmc+)  50% no-repeat}.carousel._arrows-primary .f-button.is-prev{border-radius:0 6px 6px 0}.carousel._arrows-primary .f-button.is-next{border-radius:6px 0 0 6px}.carousel._arrows-primary .f-button.is-next::before{right:-1.5px;left:unset;transform:scaleX(-1)}.box-stack{display:grid;padding:10px;gap:10px;background-color:var(--color-bg-light);border-radius:var(--border-radius);font-size:14px;line-height:1.3}@media (min-width:1200px){.box-stack{padding:20px}}.box-stack__title{padding:5px 0 5px;font-size:18px;text-align:center}@media (min-width:1200px){.box-stack__title{padding:0 0 10px;font-size:24px}}.box-stack__section{padding:15px 15px;background-color:#fff;border-radius:var(--border-radius)}@media (min-width:1200px){.box-stack__section{padding:20px 30px}}.box-stack__section._border-danger{box-shadow:inset 0 0 0 1px var(--color-danger)}.box-stack__section._border-success{box-shadow:inset 0 0 0 1px var(--color-success)}.box-stack__section._border-orange{box-shadow:inset 0 0 0 1px var(--color-orange)}.box-stack__section-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.box-stack__section-title{margin-bottom:15px;font-weight:700;font-size:16px}.box-stack__section-title span{color:var(--color-muted);font-weight:400}@media (max-width:1199px){.box-stack__section-title span{display:block;font-size:12px}}.box-stack__section-header .box-stack__section-title{margin-bottom:0}.box{padding:20px;border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:14px;line-height:1.3}.box__header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.box__title{font-size:16px;font-weight:700}.tooltip{position:relative;display:flex;align-items:center}.tooltip__button{width:18px;min-width:18px}.tooltip__button:not([class*="a-text-"]){color:var(--color-text-muted)}.tooltip__button:hover,.tooltip__button:focus{color:var(--color-primary)}.tooltip__text{margin-left:10px}.tooltip__popup{position:absolute;bottom:calc(100% + 5px);width:300px;left:-140px;padding:10px 10px;box-shadow:var(--box-shadow);border-radius:4px;background-color:#fff;line-height:1.2;opacity:0;pointer-events:none;transform:all 0.2s}.tooltip__popup._right{left:unset;right:-10px}.tooltip__button:hover~.tooltip__popup,.tooltip__button:focus~.tooltip__popup{opacity:1}.modal{--modal-padding: 40px;width:680px;max-width:100%;padding:var(--modal-padding);border-radius:var(--border-radius);box-shadow:var(--box-shadow);font-size:14px;line-height:1.3}.modal:not(.f-html){display:none !important}.modal-form{padding:0 !important;width:516px;max-width:100%;background:none !important}.modal-auth:not(:has(.modal-auth__bonus)){width:516px}.modal-auth form{width:100%}.modal-auth__reasons{margin-top:20px;margin-bottom:40px}@media (max-width:991px){.modal-auth__reasons{display:none}}.modal-auth__reasons ul{display:grid;gap:15px;margin-top:15px}.modal-auth__reasons li{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:12px}.modal-auth__reasons li::before{content:"";width:20px;height:20px;margin-top:-0.12em;background-image:url("data:image/svg+xml,%3Csvg fill='none' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h20v20h-20z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m7 10 2 2 4-4m6 2c0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9 0-4.97056 4.02944-9 9-9 4.9706 0 9 4.02944 9 9z' stroke='%2331ba45' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E")}.modal-auth__row:has(.modal-auth__bonus){display:grid;gap:20px}@media (min-width:1200px){.modal-auth__row:has(.modal-auth__bonus){grid-template-columns:200px 1fr}}.modal-auth__bonus{padding-top:30px;border-radius:var(--border-radius);border:1px solid var(--color-danger);text-align:center;color:var(--color-danger);line-height:1;font-weight:700}@media (max-width:991px){.modal-auth__bonus{display:none}}.modal-auth__bonus div:nth-child(1){margin-bottom:5px;font-size:24px}.modal-auth__bonus div:nth-child(2){font-size:64px}.modal-auth__bonus div:nth-child(3){margin-bottom:20px;font-size:20px;line-height:1.2}.modal-auth__form{padding:30px 30px}.modal-auth__form:only-child{padding:0;border:none}.modal-auth__form .field{margin-top:30px;margin-bottom:10px}.modal-auth__form:not(:only-child) .button{margin-bottom:30px}@media (max-width:991px){.modal-auth__form{margin-top:30px;padding:0;border:none}.modal-auth__form .button{margin-bottom:0 !important}}.modal-tour-addon__slider{--f-carousel-dot-width: 10px;--f-carousel-dot-height: 10px;--f-carousel-dots-width: 30px;--f-carousel-dots-height: 30px;--f-carousel-dot-bg: transparent;--f-carousel-dot-selected-bg: #fff;--f-carousel-dot-opacity: 1;margin:calc(var(--modal-padding) * -1) calc(var(--modal-padding) * -1) 20px !important;border-radius:var(--border-radius) var(--border-radius) 0 0;overflow:hidden}.modal-tour-addon__slider .f-carousel__dots{top:calc(100% - var(--f-carousel-dots-height) - 10px)}.modal-tour-addon__slider .f-carousel__dot::after{border:1px solid #fff}.modal-tour-addon__slider .f-button{display:none}.header{position:relative;box-shadow:0 0 30px rgba(0, 0, 0, 0.15);line-height:1.3}@media (max-width:1199px){.header{display:none}}.header__image{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}@media (max-width:1749px){.header__image{opacity:0.25}}.header__image img{position:absolute;top:0;right:-180px;width:360px;height:360px;background-image:url();background-size:cover;transform:translateY(-120px)}.header__row{display:grid;align-items:center;grid-template-columns:230px 1fr;gap:50px}@media (min-width:1540px){.header__row{gap:130px}}.header__main-row{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:25px 0 15px}.header__main-row>div:last-child{margin-left:auto}.header__contact{display:flex;align-items:center;gap:15px;font-size:16px}.header__contact+.header__contact{margin-top:5px}.header__contact svg{width:20px;height:20px;color:var(--color-primary)}.header__soc{color:var(--color-primary)}.header__soc svg{width:26px;min-width:26px}.header__search-btn,.header__profile,.header__notifications{color:var(--color-primary)}.header__search-btn svg,.header__profile svg,.header__notifications svg{height:25px;width:28px;min-width:28px;transform-origin:top center}.header__notifications{color:var(--color-muted)}.header__notifications._active{color:var(--color-danger)}.header__notifications._active svg{animation:bell-ring 1s ease-in-out infinite}@keyframes bell-ring{0%{transform:rotate(0deg)}20%{transform:rotate(12deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(6deg)}80%{transform:rotate(-4deg)}100%{transform:rotate(0deg)}}.header__menu{display:flex;align-items:center;justify-content:space-between;gap:15px}.header__menu li:hover>ul{opacity:1;transform:translateY(0);pointer-events:all}.header__menu-lvl-1{position:relative}.header__menu-lvl-1>a{display:flex;align-items:center;justify-content:center;min-height:45px;font-weight:var(--font-weight-bolder);font-size:14px;letter-spacing:0.28;text-transform:uppercase;text-align:center;line-height:1;color:#70888B}.header__menu-lvl-1:hover>a{color:var(--color-primary)}.header__menu-lvl-1 svg{width:10px;margin-left:0.25em;margin-right:-0.25em}.header__menu-parent{position:relative}.header__menu-submenu{position:absolute;left:-1.5rem;z-index:101;padding:1rem 0;width:220px;min-width:220px;background-color:#fff;border-radius:0 0 var(--border-radius) var(--border-radius);box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.15);opacity:0;color:var(--color-text);line-height:1.35;transition:all 0.2s;transform:translateY(1rem);pointer-events:none}.header__menu-submenu a{display:flex;height:auto;padding:0.75rem 1.5rem}.header__menu-submenu a:hover{color:var(--color-primary)}.header-grid{display:grid;grid-template-columns:auto 1fr auto auto auto;column-gap:1.5rem;align-items:center}@media (max-width:1199px){.header-grid{grid-template-columns:1fr repeat(3, auto)}}@media (max-width:991px){.header-grid{row-gap:var(--grid-gap);grid-template-columns:repeat(3, auto)}}@media (max-width:767px){.header-grid{grid-template-columns:repeat(2, auto)}}@media (max-width:575px){.header-grid{grid-template-columns:1fr;justify-items:center}}@media (max-width:1199px){.header-logo{display:none}}.header-search{position:relative;min-width:190px}@media (max-width:991px){.header-search{grid-column:span 3}}@media (max-width:767px){.header-search{grid-column:span 1}}.header-search .input{height:2.5rem;padding-right:3rem;background-color:#fff}.header-search button{position:absolute;top:0;bottom:0;right:0;width:3rem;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center}.header-search button svg{max-width:20px}.header-search .ya-site-form__input-text{padding:0 3rem 0 20px !important;height:2.5rem !important;border:1px solid var(--color-border) !important;transition:all 0.2s !important;border-radius:var(--border-radius) !important}.header-search .ya-site-form__input-text:focus{border:1px solid var(--color-primary) !important;box-shadow:0 0 0 4px rgba(var(--color-primary-rgb), 0.2) !important}.header-search .ya-page_js_yes .ya-site-form_inited_no{display:none}.header-search .ya-site-form__submit{display:none !important}.header-search #ya-site-form0 .ya-site-form__form *{font-size:1rem !important}.header-search #ya-site-form0 .ya-site-form__search-input{padding:0 !important}.header-search #ya-site-form0 .ya-site-suggest-elem:hover{background-color:var(--color-bg-light) !important}.header-contacts{display:flex;align-items:center}.header-contacts svg{margin-right:0.75rem}.header-soc{display:flex;align-items:center;justify-content:center;margin:0 -0.5rem}.header-soc img,.header-soc svg{width:auto;height:1.5rem}.header-soc a{padding:0.5rem}.header-soc a:hover{color:var(--color-primary)}.navbar{--havbar-height: var(--havbar-height-root, 3rem);position:sticky;top:0;z-index:100;background-color:rgba(255, 255, 255, 0.9);backdrop-filter:blur(20px);box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1)}@media (min-width:1200px){.navbar{display:none}}.navbar .container{max-width:none}.navbar__row{display:flex;align-items:center;justify-content:space-between}.navbar__row>div:last-child{width:2rem}.navbar__burger{height:var(--havbar-height);color:inherit}.navbar__burger svg{width:2rem}.navbar__logo{display:flex;align-items:center}.navbar__logo img,.navbar__logo svg{height:44px;width:auto}.navbar__profile{display:flex;margin:-10px}.navbar__profile>*{padding:10px}.navbar__profile svg{width:auto;height:40px}body:has(.mobile-menu._visible){position:relative}body:has(.mobile-menu._visible)::before{content:"";position:fixed;z-index:10;top:var(--havbar-height-root);left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.8);pointer-events:none}.mobile-menu{position:fixed;z-index:999;top:var(--havbar-height-root);bottom:100vh;display:flex;flex-direction:column;gap:20px;padding:var(--grid-gap);width:260px;height:100vh;background-color:#fff;line-height:1.3;font-size:14px}.mobile-menu._dashboard{right:0}.mobile-menu ul{display:grid;gap:20px;font-weight:700}.mobile-menu ul a{display:flex;align-items:center;gap:10px}.mobile-menu__contact{display:flex;align-items:center;gap:15px}.mobile-menu__contact svg{width:20px;height:20px;color:var(--color-primary)}.mobile-menu__phones br{display:none}.mobile-menu__phones a{display:block}.mobile-menu__phones a:not(:first-child){margin-top:5px}.mobile-menu__icons{display:flex;margin:-10px}.mobile-menu__icons>*{padding:10px;color:var(--color-primary)}.mobile-menu__icons svg{width:auto;height:24px}.fancybox__slide:has(.mobile-menu){padding:0;align-items:start}.mobile-menu .f-button[data-fancybox-close]{top:0;right:calc(var(--f-button-height) * -1)}.pre-footer{margin-top:60px;padding:30px 0;background-image:url(/app/img/footer-bg.jpg);background-position:50%;font-size:16px}.pre-footer a:not(.button){color:inherit}.pre-footer__row{display:flex;align-items:center;justify-content:center;gap:30px}@media (max-width:767px){.pre-footer__row{flex-direction:column;text-align:center}}.pre-footer .button{margin-right:120px}@media (max-width:767px){.pre-footer .button{margin-right:0}}.footer{padding:30px 0;background-color:var(--color-bg-light);font-size:13px}.footer a:not(:hover){color:inherit}.footer__row{display:flex;align-items:center;justify-content:space-between}@media (max-width:767px){.footer__row{flex-direction:column;gap:15px}}.footer__payments{display:flex;align-items:center;justify-content:center;gap:10px}.footer__payments img{height:16px;width:auto}.footer__payments img:nth-child(2){height:35px}.footer__developer{display:flex;align-items:center}.footer__developer svg{width:98px;margin-left:8px;opacity:0.75}.b-hero{padding:0 !important}.b-hero .f-carousel{margin-bottom:0 !important}@media (min-width:992px){.b-hero .f-carousel{--f-carousel-slide-width: calc(100% / 2);--f-carousel-slide-padding: 1px}}.b-hero .f-carousel__viewport{background-color:var(--color-bg-light)}.b-hero .f-carousel__dot{color:#fff}.b-hero .f-carousel__dots{top:calc(100% - var(--f-carousel-dots-height) - 10px)}@media (min-width:1200px){.b-hero .f-carousel__dots{display:none}}.b-hero__slider{background-color:var(--color-bg-light)}.b-hero__img{height:360px}.b-hero__img img{width:100%;height:100%}.b-hero__content-wrapper{position:absolute;top:0;right:0;display:grid;gap:10px;min-height:140px;width:100%;padding:15px 10px 15px;background-color:rgba(0, 0, 0, 0.2);backdrop-filter:blur(20px);color:#fff;line-height:1.15;font-size:20px;text-align:center}@media (min-width:992px){.b-hero__content-wrapper{right:80px;width:260px;border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}}.b-hero__title{font-size:24px;font-weight:700}.b-tours__menu{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;padding-top:20px;padding-bottom:20px;margin-top:-20px}@media (min-width:1200px){.b-tours__menu{background:rgba(255, 255, 255, 0.97);position:sticky;top:0;z-index:99}}.b-tours__menu li{display:flex;flex:1 1 auto;justify-content:center}.b-tours__menu-button{--color-btn1: #3F8DBB;--color-btn2: #176593;--size-icon: 4.125em;--padding: 1em;position:relative;display:flex;justify-content:center;align-items:center;flex:1 1 auto;gap:10px;padding:0 var(--padding);padding-left:calc((var(--padding) / 4) + (var(--size-icon) / 2));max-width:230px;height:3.333em;margin-left:calc(var(--size-icon) / 2);background:linear-gradient(180deg, var(--color-btn1) 0%, var(--color-btn2) 100%);border:1px solid #DADADA;border-radius:4px;transition:0s;text-transform:uppercase;font-weight:700;color:#fff;line-height:1.25}.b-tours__menu-button:hover{--color-btn1: #E30001;--color-btn2: #A10001}.b-tours__menu-button._active{--color-btn1: #E30001;--color-btn2: #A10001}.b-tours__menu-button img{position:absolute;left:0;top:50%;width:1em;height:1em;object-fit:contain;object-position:center;font-size:var(--size-icon);transform:translate(-50%, -50%)}.b-tours__menu-button span{display:block;max-width:160px}.b-tours__content{display:grid;grid-gap:20px}@media (min-width:992px){.b-tours__content{grid-template-columns:360px 1fr;align-items:self-start}}.b-tours__left{position:relative;padding:30px;border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden}@media (min-width:992px){.b-tours__left{position:sticky;top:100px}}.b-tours__left a:hover{color:var(--color-secondary)}.b-tours__left-bgr{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/assets/mgr/index/autobusbgr.jpg);background-repeat:no-repeat;background-size:cover;z-index:-1;filter:grayscale(1);opacity:0.1}.b-tours__left-item{margin-bottom:20px}.b-tours__left-title{position:relative;padding-bottom:7px;text-align:center;margin-bottom:10px}.b-tours__left-title:before{content:"";position:absolute;bottom:0;left:50%;width:100%;max-width:110px;height:1px;transform:translateX(-50%);background-color:#B1B1B1}.b-tours__left-list{list-style:unset}.b-tours__left-list li{margin-left:20px}.b-tours__right{display:grid;font-size:16px;gap:20px}.b-tours__right-item{display:grid;align-content:start;position:relative;gap:20px;padding:20px 20px 20px 20px;background:#FFFFFF;border:1px solid var(--color-border);border-radius:var(--border-radius)}@media (min-width:768px){.b-tours__right-item{grid-template-columns:220px 1fr}}.b-tours__right-item-title{grid-column:-1 / 1;font-weight:700;font-size:20px;line-height:1.3}.b-tours__right-item-price{width:max-content}.b-tours__right-item-price._old{position:relative}.b-tours__right-item-price._old::after{content:"";position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);height:1px;background-color:currentColor;text-decoration:line-throw}.b-tours__right-item-img img{border-radius:4px}.b-tours__right-item-content{display:grid;gap:20px;align-content:start;align-items:start}@media (min-width:1200px){.b-tours__right-item-content{grid-template-columns:repeat(2, 1fr)}}.b-tours__right-item-content p{grid-column: -1 / 1;line-height:1.3}.b-tours__right-item-date{width:min-content;column-count:5;column-gap:10px;column-rule-color:var(--color-border);column-rule-style:solid;column-rule-width:1px;font-weight:700;text-align:center}.b-tours__right-button{background:var(--color-bg-light);border-radius:0px 0px 4px 4px;color:var(--color-danger);text-decoration:underline;font-size:14px;width:100px;height:30px;position:absolute;top:0;right:25px;display:flex;align-items:center;justify-content:center}@media (max-width:767px){.b-tours__right-button{display:none}}.b-tours__right-button:hover{background:#dadada}.b-text-media__items{display:flex;align-items:center;gap:var(--grid-gap)}.b-text-media__items>*:only-child{width:100%}@media (max-width:991px){.b-text-media__items{flex-direction:column}}.b-text-media__text{flex-grow:2}@media (min-width:992px){.b-text-media__image{width:50%}}.b-advantages__item{text-align:center}.b-advantages__item-title{margin:10px auto 0}@media (min-width:1200px){.b-reviews .section__header{position:relative;z-index:10;margin-bottom:0;transform:translateY(50%)}.b-reviews .section__header span{background-color:var(--color-bg-light)}}@media (min-width:991px){.b-reviews__items{--columns: 3}}@media (max-width:575px){.b-reviews__items{--columns: 1}}.b-reviews .sliderWrap{padding:0 30px;border:1px solid var(--color-border);border-radius:var(--border-radius)}.b-reviews .carousel{--f-carousel-slide-padding: var(--grid-gap);padding:0 var(--grid-gap);border:1px solid var(--color-border);border-radius:var(--border-radius)}@media (min-width:768px){.b-reviews .carousel{--f-carousel-slide-width: calc(100% / 2)}}@media (min-width:1200px){.b-reviews .carousel{--f-carousel-slide-width: calc(100% / 3)}}.b-reviews .f-carousel__viewport{margin:0}@media (min-width:768px){.b-reviews__item{padding-top:50px;padding-bottom:50px}}.b-reviews__item-name{margin-top:10px;color:var(--color-text-muted)}.b-reviews .swiper{--swiper-pagination-bottom: -2em}@media (min-width:992px){.b-reviews .swiper{--swiper-pagination-bullet-width: 0px}}@media (max-width:767px){.tour-tables{overflow:scroll}}.tour-tables table{width:100% !important;height:auto !important;border-collapse:collapse !important;margin:20px 0 !important}.tour-tables table th,.tour-tables table td{border:1px solid #ddd !important;padding:8px !important;text-align:left !important;height:auto !important}.tour-tables table th,.tour-tables table tr:first-child td{background-color:#f2f2f2 !important;font-weight:bold !important}.tour-tables table tr:nth-child(even){background-color:#f9f9f9 !important}.tour-tables table td:nth-child(1),.tour-tables table th:nth-child(1){width:21% !important}@media (max-width:575px){.tour-tables table td:nth-child(1),.tour-tables table th:nth-child(1){width:12% !important}}.tour-tables table td:nth-child(2),.tour-tables table th:nth-child(2){width:auto !important}@media (max-width:575px){.tour-tables table td:nth-child(2),.tour-tables table th:nth-child(2){min-width:100px !important}}.tour-tables table td:nth-child(3),.tour-tables table th:nth-child(3){width:10% !important}.tour-tables table td:nth-child(4),.tour-tables table th:nth-child(4){width:12% !important}@media (max-width:575px){.tour-tables table td:nth-child(4),.tour-tables table th:nth-child(4){width:10% !important}}.b-calendar__item{margin-bottom:20px}.b-calendar__item-title{font-size:18px;font-weight:bold;color:#007bff;text-decoration:none}.b-calendar__item-title:hover{text-decoration:underline}.b-calendar__item-content{display:flex;justify-content:space-between;align-items:center}.b-calendar__item-date{display:flex;flex-direction:column;margin-right:20px}.b-calendar__item-prices{text-align:right}.b-calendar__item-price{font-weight:bold;margin:5px 0}.b-calendar__item-price._old{text-decoration:line-through;color:#888}.b-tours-carousel .section__header{display:flex;align-items:center;justify-content:space-between}.b-tours-carousel__carousel{--f-carousel-slide-width: calc(100% / 3);--f-carousel-slide-padding: 10px;margin-bottom:0 !important}.b-tours-carousel__carousel .f-carousel__viewport{margin:-10px}.b-tours-carousel__carousel .f-carousel__dots{display:none}.b-tours-carousel__carousel .f-button.is-arrow{display:none}.b-tours-carousel__arrows{display:grid;grid-template-columns:30px 30px;gap:20px}.b-tours-carousel__arrows button:hover{color:var(--color-primary)}.b-tours-carousel__arrows button:first-child{transform:scaleX(-1)}.b-tours-carousel__item{position:relative;text-align:center;border-radius:var(--border-radius);overflow:hidden}.b-tours-carousel__item-content{position:absolute;right:0;left:0;bottom:0;display:grid;gap:15px;padding:20px;background-color:rgba(0, 0, 0, 0.2);backdrop-filter:blur(20px);border-top:1px solid rgba(255, 255, 255, 0.3);color:#fff;font-size:14px;line-height:1.3}.b-tours-carousel__item-title{font-size:16px}.b-tours-carousel__item-descriprion{display:flex;justify-content:center;gap:20px}.b-tours-carousel__item .button{display:inline-flex}.tour-top{display:grid;gap:var(--grid-gap);align-items:start;padding-top:0 !important;font-size:14px}@media (min-width:1200px){.tour-top{grid-template-columns:1fr 340px}}@media (min-width:1540px){.tour-top{grid-template-columns:1fr 400px}}.tour-top .f-carousel__viewport{border-radius:var(--border-radius);background-color:var(--color-bg-light);text-align:center}.tour-top .f-thumbs{--f-thumbs-padding-x: 0;--f-thumb-selected-shadow: inset 0 0 0 .8px var(--color-danger), inset 0 0 0 2.25px #fff}.tour-top .f-thumbs__viewport{margin-bottom:calc(var(--f-thumbs-gap) * -0.5)}@media (min-width:1200px){.tour-top{font-size:inherit}}.tour-top__main{display:grid;gap:var(--grid-gap);align-items:start}@media (min-width:1200px){.tour-top__main{grid-template-columns:1fr 180px}}@media (min-width:1540px){.tour-top__main{grid-template-columns:1fr 220px}}.tour-top__main-text{display:none}@media (min-width:1200px){.tour-top__main-text{display:block;grid-column:-1 / 1}}.tour-top__text{margin-top:15px}@media (min-width:1200px){.tour-top__text{display:none}}.tour-top__links{display:flex;flex-wrap:wrap;gap:10px}@media (min-width:1200px){.tour-top__links{display:flex;flex-direction:column;gap:15px}}.tour-top__links a{display:flex;align-items:center;justify-content:center;align-self:start;flex-grow:1;padding:10px 25px;text-align:center;background:#E2EDFB;border:1px solid var(--color-border);border-radius:var(--border-radius);font-weight:700}@media (min-width:1200px){.tour-top__links a{width:100%}}.tour-top__links a:hover{border:1px solid var(--color-primary);color:var(--color-primary)}.tour-top__purchase{font-size:16px}@media (min-width:1200px){.tour-top__purchase{position:sticky;top:20px;font-size:18px}}.tour-top__purchase .box{font-size:inherit}.tour-top__purchase-prices{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin-bottom:30px}@media (min-width:1200px){.tour-top__purchase-prices{grid-template-columns:1fr}}@media (max-width:410px){.tour-top__purchase-prices{grid-template-columns:1fr}}.tour-top__purchase-price{font-size:14px}.tour-top__purchase-price:only-child{grid-column:-1 / 1}@media (min-width:1200px){.tour-top__purchase-price{font-size:inherit}}.tour-top__purchase-price-title{line-height:1.7}.tour-top__purchase-price-btn{position:relative;display:flex;justify-content:center;align-items:center;height:60px;width:100%;background:linear-gradient(180deg, #E30001 0%, #A20001 100%);border-radius:4px;color:#fff;line-height:1}.tour-top__purchase-price-btn._discount::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:1.5px;background-color:#fff;width:90%}.tour-top__purchase-price-btn._green{background:linear-gradient(180deg, #31ba45 0%, #207a2d 100%)}.tour-top__purchase-price-btn._blue{background:linear-gradient(180deg, #3583b1 0%, #152C79 100%)}.tour-top__purchase-price-btn>div{position:relative;display:flex;justify-content:center;align-items:end}.tour-top__purchase-price-btn b{font-size:20px}@media (min-width:1200px){.tour-top__purchase-price-btn b{font-size:30px}}.tour-top__purchase-dates-title{margin-bottom:5px}.tour-top__purchase-dates ul{width:fit-content;column-count:3;column-gap:20px;column-rule-color:var(--color-border);column-rule-style:solid;column-rule-width:1px;text-align:center}@media (min-width:1200px){.tour-top__purchase-dates ul{column-count:5}}.tour-top__purchase-dates,.tour-top__purchase-prop{margin-bottom:15px}.tour-top__purchase-order{display:grid;justify-content:center;text-align:center;margin-top:30px;gap:10px;font-weight:700}.tour-top__purchase-order-row{display:flex;align-items:center;gap:10px}.tour-top__purchase-order a{font-size:20px}.tour-order{--input-height: 28px}.tour-order__legend{display:grid;gap:20px;margin-bottom:30px}@media (min-width:992px){.tour-order__legend{display:flex;align-items:center;justify-content:center;font-size:20px}}.tour-order__legend-square{width:30px;height:30px}.tour-order__legend-square:not([class*="bg-"]){border:2px solid var(--color-border)}.tour-order__legend-square.bg-danger{background:linear-gradient(90deg, #EF7F1A 50%, var(--color-danger) 50%) !important}.tour-order__legend li{display:grid;text-align:left}@media (min-width:992px){.tour-order__legend li{display:flex;align-items:center;text-align:center}}.tour-order__row{position:relative;display:grid;align-items:start;gap:30px}@media (min-width:992px){.tour-order__row{grid-template-columns:1fr 230px}}@media (min-width:992px){.tour-order__row{grid-template-columns:2fr 230px 3fr}}@media (min-width:1540px){.tour-order__row{gap:50px}}@media (min-width:992px){.tour-order__row>*:nth-child(1),.tour-order__row>*:nth-child(2){position:sticky;top:10px}}@media (min-width:576px){.tour-order__row>*:nth-child(3){grid-column:-1 / 1}}@media (min-width:992px){.tour-order__row>*:nth-child(3){grid-column:unset}}.tour-order__dates{padding:20px;border:1px solid var(--color-border);border-radius:var(--border-radius);line-height:1;font-size:16px}@media (min-width:1540px){.tour-order__dates{font-size:18px}}.tour-order__dates-title{display:flex;justify-content:space-between;margin-bottom:15px}.tour-order__dates-items{display:grid;gap:5px}.tour-order__dates-items img{margin-top:10px}.tour-order__dates-item{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;border:1px solid var(--color-border);border-radius:4px;font-weight:700;transition:all 0.2s}.tour-order__dates-item:hover{color:var(--color-primary);border-color:var(--color-primary)}.tour-order__dates-item input{display:none}.tour-order__dates-item:has(:checked){border-color:var(--color-success);color:var(--color-success)}.tour-order__categories{display:grid;gap:10px}.tour-order__category{display:grid;grid-template-columns:38px 1fr 28px 75px;gap:9px;align-items:center}@media (max-width:575px){.tour-order__category{gap:5px;grid-template-columns:30px 1fr 28px 60px}}.tour-order__category-square{display:flex;align-items:center;justify-content:center;height:var(--input-height);background-color:var(--color-success);border-radius:4px;font-weight:700;font-size:14px;color:#fff}.tour-order__category-remove{height:100%;font-size:20px;color:var(--color-text-muted);border-radius:4px;border:1px solid var(--color-border)}.tour-order__category-remove:hover{color:var(--color-danger);border-color:var(--color-danger)}.tour-order__category-price{font-weight:700;text-align:right}@media (max-width:575px){.tour-order__category select{padding:0 10px}}.tour-order__form-title{margin-bottom:10px;font-weight:700;font-size:24px;text-align:center;text-transform:uppercase;line-height:1}.tour-order__form-fields{display:grid;gap:10px}@media (min-width:992px){.tour-order__form-fields{grid-template-columns:1fr 2fr 2fr}}.tour-order__guest-price{border:1px solid var(--color-success)}.tour-order .bus{display:flex;align-items:start;gap:20px;text-align:center}.tour-order .bus__seat{cursor:pointer}.tour-order .bus__seat:hover{fill:rgba(0, 0, 0, 0.1)}.tour-order .bus__seat._occupied{color:var(--color-danger);cursor:not-allowed;pointer-events:none}.tour-order .bus__seat._occupied._old{color:#EF7F1A}.tour-order .bus__seat._selected{color:var(--color-success);cursor:pointer;pointer-events:all}.tour-order .bus__seat._selected,.tour-order .bus__seat._occupied{fill:currentColor}.tour-order .bus__seat._selected path:not(:last-child),.tour-order .bus__seat._occupied path:not(:last-child){stroke:currentColor}.tour-order .bus__seat._selected path:last-child,.tour-order .bus__seat._occupied path:last-child{fill:#fff}.tour-order .bus__seat._selected._occupied{fill:#fff}.tour-order .bus__seat._selected._occupied path:not(:last-child){stroke:var(--color-danger)}.tour-order .bus__seat._selected._occupied path:last-child{fill:var(--color-danger)}.tour-addons{display:grid;gap:10px}.tour-addons__item{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center}@media (min-width:576px){.tour-addons__item{grid-template-columns:1fr auto 65px}}.tour-addons__item-name{display:grid;align-items:center;grid-template-columns:18px 1fr;gap:10px;grid-column:-1 / 1}@media (min-width:576px){.tour-addons__item-name{grid-column:unset}}.tour-addons__item-name>button{color:var(--color-text-muted)}.tour-addons__item-name>button:hover{color:var(--color-secondary)}.tour-addons__item-price{font-weight:700;white-space:nowrap}@media (min-width:576px){.tour-addons__item-price{text-align:right}}.tour-sea-dates:not(:first-child){margin-top:10px}.tour-sea-dates:not(:last-child){margin-bottom:10px}@media (min-width:1200px){.tour-sea-dates .box__title{font-size:18px}}.tour-sea-dates__items{display:flex;flex-wrap:wrap;gap:10px}.tour-sea-dates__items .button{padding:0 10px;min-width:0}.prog-tour{position:relative;padding-top:50px}.prog-tour::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;background-image:url("/assets/web/img/bg-days.png");z-index:-1;opacity:0.2}.prog-tour__item{display:flex;gap:45px}.prog-tour__item-delimiter{width:100%;height:1px;background:linear-gradient(90deg, rgba(51, 51, 51, 0.4) 0%, rgba(51, 51, 51, 0) 100%);margin:50px 0}.prog-tour__item-delimiter:last-child{display:none}.prog-tour__item-img{flex:0 0 350px;height:200px;border-radius:4px;overflow:hidden}.prog-tour__item-img img{width:100%;height:100%;object-fit:cover}.prog-tour__item-title{font-size:21px;font-weight:700;color:#E30001;margin-bottom:5px}.prog-tour__gallery-wrap{overflow:hidden;padding:80px 0}.prog-tour__gallery{position:relative}.prog-tour__gallery img{width:100%;height:360px;border-radius:4px;object-fit:cover}.prog-tour__gallery .swiper-pagination{bottom:-30px}.prog-tour__gallery .swiper-button-prev,.prog-tour__gallery .swiper-button-next{position:absolute;top:50%;width:41px;height:58px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.prog-tour__gallery .swiper-button-prev::before,.prog-tour__gallery .swiper-button-next::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#EEEFF1;background-repeat:no-repeat;background-size:45% 60%;z-index:-1}.prog-tour__gallery .swiper-button-prev{left:0}.prog-tour__gallery .swiper-button-next{right:0}.prog-tour__gallery .swiper-button-prev::before{border-radius:0px 4px 4px 0px;background-image:url(assets/web/img/arrow-left.svg);background-position:40% 50%}.prog-tour__gallery .swiper-button-next::before{border-radius:4px 0px 0px 4px;background-image:url(assets/web/img/arrow-right.svg);background-position:60% 50%}@media (min-width:768px){.prog-tour__gallery .swiper-pagination{display:none}}@media (max-width:1199px){.prog-tour__gallery img{height:300px}}@media (max-width:991px){.prog-tour__item-img{flex-basis:300px}.prog-tour__item{gap:25px}.prog-tour__gallery img{height:250px}}@media (max-width:767px){.prog-tour__item{flex-direction:column}.prog-tour__item-img{flex-basis:100%}.prog-tour__gallery img{height:200px}.prog-tour__item-delimiter{margin:25px 0}.prog-tour__gallery .swiper-button-prev,.prog-tour__gallery .swiper-button-next{display:none}.prog-tour__gallery-wrap{padding:50px 0}}@media (max-width:575px){.prog-tour__item-img{height:auto}.prog-tour__item-title{font-size:18px}.prog-tour__gallery img{height:300px}}@media (max-width:399px){.prog-tour__gallery img{height:250px}}.price-includes{padding-top:60px}.price-includes__item-title{text-align:center;color:#272727;font-weight:700;font-size:24px;margin-bottom:11px}.price-includes__wallets,.price-includes__compass{flex-grow:1}.price-includes__compass,.price-includes__wallets{margin-bottom:30px}.price-includes__item-wrap{display:flex;align-items:center}.price-includes__suitcase img{width:100px;object-fit:contain}.price-includes__item-text{margin-left:10px;display:flex;flex-direction:column;gap:12px;flex-grow:1}.price-includes__suitcase .price-includes__item-text{margin-left:25px}.price-includes__item-text li{font-size:18px;color:#6C6C6C;padding-left:15px;margin-left:10px;position:relative}.price-includes__item-text{font-size:18px;color:#6C6C6C}.price-includes__item-text li:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:5px;height:5px;border-radius:50%;background-color:currentColor}.price-includes__item-title-top{display:none}@media (min-width:1200px){.price-includes__compass{margin-bottom:0}.price-includes__wrap{display:flex;column-gap:4%;row-gap:30px}.price-includes__compass .price-includes__item-title{margin-bottom:25px}}@media (max-width:991px){.price-includes__item-title{display:none}.price-includes__item-title-top{display:block}}@media (max-width:767px){.price-includes__item-wrap img{display:none}.price-includes__suitcase .price-includes__item-text,.price-includes__item-text li,.price-includes__item-text{margin:0}.price-includes__item-wrap{text-align:justify}}.tour-sea-schedule .section__title{display:block}.tour-sea-schedule .section__title span{display:block;font-size:36px}@media screen and (max-width:991px){.tour-sea-schedule .section__title span{font-size:28px}}.tour-sea-schedule__wrapper{overflow:hidden;border-radius:5px;border:1px solid var(--color-text);font-size:14px}@media (max-width:1200px){.tour-sea-schedule__wrapper{overflow-x:scroll}}@media (max-width:1200px){.tour-sea-schedule__table{width:1108px}}.tour-sea-schedule__row{display:grid;grid-template-columns:90px 1fr 120px 110px 110px 110px 110px 110px 110px;gap:1px;min-height:30px;background:var(--color-text)}.tour-sea-schedule__row>div{display:flex;align-items:center;padding:5px 10px;background:#fff;border-top:1px solid var(--color-text)}.tour-sea-schedule__row._title{background:#fff;font-weight:700}.tour-sea-schedule__row._title>div{background:var(--color-text);color:#fff}.tour-sea-schedule__row:nth-child(2n)>div{background:var(--color-bg-light)}.tour-sea-schedule__row._active>div{background:#fdbdba !important}.tour-sea-schedule__row .button{width:160px;height:34px;background:linear-gradient(180deg, #E30001 0%, #A10001 100%);font-weight:400;font-size:14px;text-transform:unset;line-height:1}.tour-bottom-form{background-image:url(/app/img/footer-bg.jpg)}.tour-bottom-form__fields{display:flex;gap:25px;margin-bottom:25px}@media (max-width:991px){.tour-bottom-form__fields{flex-direction:column;gap:15px}}.tour-bottom-form__fields label{flex-grow:1}@media (min-width:992px){.tour-bottom-form__fields .button{height:50px}}.tour-bottom-form .checkbox._privacy{color:#fff}.tour-bottom-form .checkbox._privacy input:not(:checked)~.checkbox-check{background-color:#fff}.dashboard{position:relative;display:grid;align-items:start;gap:var(--grid-gap);line-height:1.3}@media (min-width:1200px){.dashboard{grid-template-columns:240px 1fr}}@media (min-width:1540px){.dashboard{gap:40px}}@media (min-width:1200px){.dashboard__sidebar{padding:30px;position:sticky;top:10px}}.dashboard__sidebar ul{display:grid;gap:20px;font-size:16px;font-weight:700}.dashboard__sidebar ul a{display:flex;align-items:center;gap:10px}.dashboard__title{margin-bottom:20px;font-weight:700;font-size:20px;line-height:1.2}@media (min-width:1200px){.dashboard__title{font-size:28px}}@media (max-width:1199px){.dashboard__title{text-transform:uppercase;letter-spacing:0.03em}}.dashboard__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dashboard__header .dashboard__title{margin-bottom:0}.dashboard-order__header{display:flex;flex-direction:column-reverse;gap:15px}@media (min-width:1540px){.dashboard-order__header{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}}.dashboard-order__header-statuses{display:flex;flex-wrap:wrap;gap:5px}@media (min-width:1200px){.dashboard-order__header-statuses{gap:10px}}.dashboard-order__header-title{font-size:18px}@media (min-width:1200px){.dashboard-order__header-title{font-size:20px}}.dashboard-order__form:not(:has(:invalid)) .button{--btn-color: var(--color-success-rgb)}.dashboard-order__form:not(:has(:invalid)) .button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);animation:shine 2s infinite}@keyframes shine{0%{left:-100%}40%{left:100%}100%{left:100%}}.dashboard-order__customer-fields{display:grid;gap:10px}@media (min-width:992px){.dashboard-order__customer-fields{grid-template-columns:repeat(3, 1fr)}}@media (min-width:992px){.dashboard-order__customer-fields .field:has([name="doc_issued"]),.dashboard-order__customer-fields .field:has([name="doc_addr"]){grid-column:span 2}}.dashboard-order__pickup-points{display:grid;gap:10px}@media (min-width:1540px){.dashboard-order__pickup-points{grid-template-columns:repeat(2, 1fr);gap:20px}}.dashboard-order__details table{width:100%}@media (max-width:1199px){.dashboard-order__details table{margin:-8px -10px;font-size:12px}}.dashboard-order__details th{padding:8px 10px;text-align:left;white-space:nowrap}@media (min-width:1200px){.dashboard-order__details th{padding:10px 20px;background-color:var(--color-bg-light)}}.dashboard-order__details td{padding:8px 10px}@media (min-width:1200px){.dashboard-order__details td{padding:10px 20px}}.dashboard-order__details td:last-child{white-space:nowrap}.dashboard-order__details td svg{min-width:18px}.dashboard-order__payment-options{display:grid;gap:10px}@media (min-width:1200px){.dashboard-order__payment-options{gap:20px;grid-template-columns:repeat(3, 1fr)}}.dashboard-order__payments-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 0;border-bottom:1px solid var(--color-border)}.dashboard-order__payments-row._sum{padding:15px 0}.dashboard-order__payments-row:first-child{padding-top:0}.dashboard-order__payments-row:last-child{padding-bottom:0;border-bottom:none}.dashboard-order__payments-row>:last-child,.dashboard-order__payments-row .a-text-muted{white-space:nowrap}.dashboard-profile__inputs{display:grid;gap:10px}@media (min-width:992px){.dashboard-profile__inputs{grid-template-columns:repeat(2, 1fr);gap:20px}}.dashboard-bonuses__row{display:grid;gap:20px}@media (min-width:992px){.dashboard-bonuses__row{grid-template-columns:1fr 320px;gap:40px}}.dashboard-tourists-list__row{display:grid;gap:15px 5px;margin-bottom:15px;align-items:start}@media (min-width:1540px){.dashboard-tourists-list__row{gap:15px 5px;grid-template-columns:52px 105px 1fr 1fr 1fr 1fr 1fr;font-size:12px}}.dashboard-tourists-list__row._header{font-weight:700}@media (max-width:1539px){.dashboard-tourists-list__row._header{display:none}}.dashboard-tourists-list__row-title{display:flex;align-items:center;text-align:center;font-size:13px}@media (min-width:1540px){.dashboard-tourists-list__row-title{display:none}}.dashboard-tourists-list__row-title::before,.dashboard-tourists-list__row-title::after{content:"";flex:1;height:1px;background:var(--color-border)}.dashboard-tourists-list__row-title::before{margin-right:10px}.dashboard-tourists-list__row-title::after{margin-left:10px}@media (min-width:1540px){.dashboard-tourists-list__row .field-label{display:none}}@media (min-width:1540px){.dashboard-tourists-list__row .field{--input-height: 40px}}@media (min-width:1540px){.dashboard-tourists-list__row .input{padding:4px 9px}}.dashboard-tourists-list__row textarea{height:var(--input-height);line-height:1.2}@media (min-width:1540px){.dashboard-tourists-list__row textarea{padding-top:5px !important}}.dashboard-order-status,.dashboard-order-timer>span{display:inline-flex;align-items:center;min-height:24px;padding:2px 10px;font-size:12px;color:#fff;font-weight:700;line-height:1}@media (min-width:1200px){.dashboard-order-status,.dashboard-order-timer>span{min-height:26px;font-size:14px}}.dashboard-order-status{background-color:var(--color-text);border-radius:99px}.dashboard-order-status._full_paid{background-color:var(--color-success)}.dashboard-order-status._wait_data{background-color:var(--color-primary)}.dashboard-order-status._wait_pay{background-color:var(--color-danger)}.dashboard-order-status._part_paid{background-color:#EF7F1A}.dashboard-order-status._canceled{background-color:var(--color-text-muted)}.dashboard-order-status._completed{background-color:#2a9a95}.dashboard-order-timer{display:flex}.dashboard-order-timer>span:first-child{background-color:var(--color-text);border-radius:99px 0 0 99px}.dashboard-order-timer>span:last-child{background-color:var(--color-danger);border-radius:0 99px 99px 0}.dashboard-order-dates{display:flex;justify-content:space-between;align-items:center;padding:0 18px;min-height:40px;max-width:340px;background-color:var(--color-bg-light);border-radius:4px;border:1px solid var(--color-border)}.dashboard-order-dates__col{font-size:10px}@media (min-width:1200px){.dashboard-order-dates__col:nth-child(2){font-size:12px}}.dashboard-order-dates__col b{font-size:12px}@media (min-width:1200px){.dashboard-order-dates__col b{font-size:14px}}.dashboard__table{width:100%;font-size:12px;table-layout:fixed}.dashboard__table td,.dashboard__table th{padding:10px 5px;border:1px solid var(--color-border);text-align:left}.dashboard__table th{border-bottom:1px solid var(--color-border);position:relative}.dashboard__table__cell-sort:has(input:checked){color:var(--color-success)}.dashboard__table__cell-sort label{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:end;padding-right:5px;width:100%;height:100%}.dashboard__table__cell-sort label:has(input:checked){display:none}.dashboard__table__cell-sort label:not(:has(input:checked))+label:not(:has(input:checked)){display:none}.dashboard__table__cell-sort [type=radio]{display:none}.dashboard__table__cell-filter{--input-height: 30px}.dashboard__table__cell-filter .input{padding:0 5px}.dashboard__pagination{margin-top:30px}.dashboard__pagination ul{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:15px}.dashboard__pagination ul a{display:flex;align-items:center;justify-content:center;height:21px;min-width:21px;font-size:16px;font-weight:700}.dashboard__pagination ul a:hover{color:var(--color-primary)}.dashboard-orders__statuses{display:grid;gap:5px}.dashboard-orders__statuses li._full_paid{color:var(--color-success)}.dashboard-orders__statuses li._wait_pay{color:var(--color-danger)}.dashboard-orders__statuses li._wait_data{color:var(--color-primary)}.dashboard-orders__statuses li._part_paid,.dashboard-orders__statuses ._timer{color:#EF7F1A}.dashboard-orders__statuses li._canceled{color:var(--color-text-muted)}.dashboard-orders__statuses li._completed{color:#2a9a95}.dashboard-orders tr._danger{background-color:rgba(var(--color-danger-rgb), 0.05)}.dashboard-orders tr._success{background-color:rgba(var(--color-success-rgb), 0.05)}.dashboard-users tr[\@click]{cursor:pointer}.dashboard-users tr[\@click]:hover{background-color:rgba(49, 186, 69, 0.051)}.dashboard-users tr._active{background-color:rgba(49, 186, 69, 0.051)}.dashboard-users__details{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.dashboard-users__details table{width:100%}.dashboard-users__details table td{padding:10px;border:none}.a-none{display:none}.d-none{display:none}.a-block{display:block}.d-block{display:block}.a-flex{display:flex}.d-flex{display:flex}.a-grid{display:grid}.d-grid{display:grid}@media (min-width:576px){.sm\:a-none{display:none}}@media (min-width:768px){.md\:a-none{display:none}}@media (min-width:992px){.lg\:a-none{display:none}}@media (min-width:1200px){.xl\:a-none{display:none}}@media (min-width:1540px){.xxl\:a-none{display:none}}@media (min-width:576px){.sm\:a-block{display:block}}@media (min-width:768px){.md\:a-block{display:block}}@media (min-width:992px){.lg\:a-block{display:block}}@media (min-width:1200px){.xl\:a-block{display:block}}@media (min-width:1540px){.xxl\:a-block{display:block}}@media (min-width:576px){.sm\:a-flex{display:flex}}@media (min-width:768px){.md\:a-flex{display:flex}}@media (min-width:992px){.lg\:a-flex{display:flex}}@media (min-width:1200px){.xl\:a-flex{display:flex}}@media (min-width:1540px){.xxl\:a-flex{display:flex}}@media (min-width:576px){.sm\:a-grid{display:grid}}@media (min-width:768px){.md\:a-grid{display:grid}}@media (min-width:992px){.lg\:a-grid{display:grid}}@media (min-width:1200px){.xl\:a-grid{display:grid}}@media (min-width:1540px){.xxl\:a-grid{display:grid}}.a-gap-5{gap:5px}.a-mb-5{margin-bottom:5px}.a-mt-5{margin-top:5px}.gap-5{gap:5px}.mb-5{margin-bottom:5px}.a-gap-10{gap:10px}.a-mb-10{margin-bottom:10px}.a-mt-10{margin-top:10px}.gap-10{gap:10px}.mb-10{margin-bottom:10px}.a-gap-15{gap:15px}.a-mb-15{margin-bottom:15px}.a-mt-15{margin-top:15px}.gap-15{gap:15px}.mb-15{margin-bottom:15px}.a-gap-20{gap:20px}.a-mb-20{margin-bottom:20px}.a-mt-20{margin-top:20px}.gap-20{gap:20px}.mb-20{margin-bottom:20px}.mb-0,.a-mb-0{margin-bottom:0 !important}.a-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.a-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.a-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.a-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.a-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}@media (min-width:576px){.sm\:a-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width:768px){.md\:a-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width:992px){.lg\:a-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width:1200px){.xl\:a-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width:1540px){.xxl\:a-grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width:576px){.sm\:a-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width:768px){.md\:a-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width:992px){.lg\:a-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width:1200px){.xl\:a-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width:1540px){.xxl\:a-grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width:576px){.sm\:a-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width:768px){.md\:a-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width:992px){.lg\:a-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width:1200px){.xl\:a-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width:1540px){.xxl\:a-grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width:576px){.sm\:a-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media (min-width:768px){.md\:a-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media (min-width:992px){.lg\:a-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media (min-width:1200px){.xl\:a-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media (min-width:1540px){.xxl\:a-grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}}@media (min-width:576px){.sm\:a-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media (min-width:768px){.md\:a-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media (min-width:992px){.lg\:a-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media (min-width:1200px){.xl\:a-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}@media (min-width:1540px){.xxl\:a-grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}}.a-flex-row{flex-direction:row}.a-flex-col{flex-direction:column}.a-flex-wrap{flex-wrap:wrap}.a-flex-nowrap{flex-wrap:nowrap}.a-items-start{align-items:flex-start}.a-items-center{align-items:center}.a-items-end{align-items:flex-end}.a-justify-start{justify-content:flex-start}.a-justify-center{justify-content:center}.a-justify-between{justify-content:space-between}.a-justify-end{justify-content:flex-end}.a-flex-center-between{display:flex;align-items:center;justify-content:space-between}.a-text-primary{color:var(--color-primary)}.a-bg-primary{background-color:var(--color-primary)}.a-text-success{color:var(--color-success)}.a-bg-success{background-color:var(--color-success)}.a-text-danger{color:var(--color-danger)}.a-bg-danger{background-color:var(--color-danger)}.a-text-muted{color:var(--color-text-muted)}.a-bg-muted{background-color:var(--color-text-muted)}.a-text-white{color:#fff}.a-bg-white{background-color:#fff}.a-text-inherit{color:inherit}.a-bg-inherit{background-color:inherit}.a-text-bold{font-weight:700}.a-text-center{text-align:center}.a-text-left{text-align:left}.a-text-right{text-align:right}.a-text-uppercase,.a-uppercase{text-transform:uppercase;letter-spacing:0.03em}.a-whitespace-nowrap{white-space:nowrap}.a-text-12{font-size:12px}.font-size-12{font-size:12px}.a-text-14{font-size:14px}.font-size-14{font-size:14px}.a-text-16{font-size:16px}.font-size-16{font-size:16px}.a-text-18{font-size:18px}.font-size-18{font-size:18px}.a-text-20{font-size:20px}.font-size-20{font-size:20px}.a-text-24{font-size:24px}.font-size-24{font-size:24px}@media (min-width:576px){.sm\:a-text-12{font-size:12px}}@media (min-width:768px){.md\:a-text-12{font-size:12px}}@media (min-width:992px){.lg\:a-text-12{font-size:12px}}@media (min-width:1200px){.xl\:a-text-12{font-size:12px}}@media (min-width:1540px){.xxl\:a-text-12{font-size:12px}}@media (min-width:576px){.sm\:a-text-14{font-size:14px}}@media (min-width:768px){.md\:a-text-14{font-size:14px}}@media (min-width:992px){.lg\:a-text-14{font-size:14px}}@media (min-width:1200px){.xl\:a-text-14{font-size:14px}}@media (min-width:1540px){.xxl\:a-text-14{font-size:14px}}@media (min-width:576px){.sm\:a-text-16{font-size:16px}}@media (min-width:768px){.md\:a-text-16{font-size:16px}}@media (min-width:992px){.lg\:a-text-16{font-size:16px}}@media (min-width:1200px){.xl\:a-text-16{font-size:16px}}@media (min-width:1540px){.xxl\:a-text-16{font-size:16px}}@media (min-width:576px){.sm\:a-text-18{font-size:18px}}@media (min-width:768px){.md\:a-text-18{font-size:18px}}@media (min-width:992px){.lg\:a-text-18{font-size:18px}}@media (min-width:1200px){.xl\:a-text-18{font-size:18px}}@media (min-width:1540px){.xxl\:a-text-18{font-size:18px}}@media (min-width:576px){.sm\:a-text-20{font-size:20px}}@media (min-width:768px){.md\:a-text-20{font-size:20px}}@media (min-width:992px){.lg\:a-text-20{font-size:20px}}@media (min-width:1200px){.xl\:a-text-20{font-size:20px}}@media (min-width:1540px){.xxl\:a-text-20{font-size:20px}}@media (min-width:576px){.sm\:a-text-24{font-size:24px}}@media (min-width:768px){.md\:a-text-24{font-size:24px}}@media (min-width:992px){.lg\:a-text-24{font-size:24px}}@media (min-width:1200px){.xl\:a-text-24{font-size:24px}}@media (min-width:1540px){.xxl\:a-text-24{font-size:24px}}.bg-primary{background-color:var(--color-primary) !important;color:#fff}.bg-light{background-color:var(--color-bg-light) !important}.bg-success{background-color:var(--color-success) !important;color:#fff}.bg-danger{background-color:var(--color-danger) !important;color:#fff}.color-text{--color-rgb: var(--color-text-rgb);color:rgb(var(--color-rgb))}.color-secondary{--color-rgb: var(--color-secondary-rgb);color:rgb(var(--color-rgb))}.color-text-muted{--color-rgb: var(--color-text-muted-rgb);color:rgb(var(--color-rgb))}.color-danger{--color-rgb: var(--color-danger-rgb);color:rgb(var(--color-rgb))}.color-success{--color-rgb: var(--color-success-rgb);color:rgb(var(--color-rgb))}.color-white{--color-rgb: 255, 255, 255;color:rgb(var(--color-rgb))}.font-bolder{font-weight:var(--font-weight-bolder)}.text-center{text-align:center}.text-upper{text-transform:uppercase}.is-rounded{border-radius:var(--border-radius)}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}/*# sourceMappingURL=./index.map */