@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }.noty_progressbar {
  display: none; }.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards; }.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards; }.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out; }.noty_close_with_click {
  cursor: pointer; }.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s ease-out; }.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in .3s ease-out; }.noty_modal.noty_modal_close {
  animation: noty_modal_out .3s ease-out;
  animation-fill-mode: forwards; }@keyframes noty_modal_in {
  100% {
    opacity: .3; } }@keyframes noty_modal_out {
  100% {
    opacity: 0; } }@keyframes noty_modal_out {
  100% {
    opacity: 0; } }@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1; } }@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0; } }@keyframes noty_anim_height {
  100% {
    height: 0; } }/*# sourceMappingURL=noty.css.map*/.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }.noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }.noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }.noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }.noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }@font-face{font-family:"Montserrat";font-style:normal;font-weight:400;font-display:optional;src:local("Montserrat Regular"),local("Montserrat-Regular"),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:optional;src:local("Montserrat Medium"),local("Montserrat-Medium"),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:600;font-display:optional;src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:optional;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:optional;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-display:optional;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:optional;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}:root{--mdc-theme-primary: #00c853;--mdc-theme-primary-little-opacity: rgb(51, 211, 117);--mdc-theme-primary-opacity: rgba(0, 200, 83, 0.64);--mdc-theme-primary-very-opacity: rgba(0, 200, 83, 0.2);--mdc-theme-primary-super-opacity: rgba(0, 200, 83, 0.04);--mdc-theme-light: #5efc82;--mdc-theme-very-light: #f5fdf8;--mdc-theme-bold: #009624;--mdc-theme-secondary: #00c853;--mdc-theme-background: #fff;--mdc-theme-surface: #fff;--mdc-theme-error: #b00020;--mdc-theme-on-primary: #fff;--mdc-theme-on-secondary: #fff;--mdc-theme-on-surface: #000;--mdc-theme-on-error: #fff;--mdc-border: #d9d9d9;--mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);--mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);--mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);--mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);--mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);--border-landing-img-color: rgba(0, 0, 0, 0.12);--text-input-landing-color: rgba(0, 0, 0, 0.48);--text-info-landing-color: rgba(0, 0, 0, 0.64);--mdc-theme-text-primary-on-dark: white;--mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);--mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);--landing-block-background: rgba(255, 255, 255, 0.08);--light-grey-background: #00000005;--mdc-theme-text-info: #03a14c;--mdc-layout-grid-margin-desktop: 24px;--mdc-layout-grid-gutter-desktop: 24px;--mdc-layout-grid-column-width-desktop: 72px;--mdc-layout-grid-margin-tablet: 16px;--mdc-layout-grid-gutter-tablet: 16px;--mdc-layout-grid-column-width-tablet: 72px;--mdc-layout-grid-margin-phone: 16px;--mdc-layout-grid-gutter-phone: 16px;--mdc-layout-grid-column-width-phone: 72px;--mdc-cahsback-color: #fc863b;--mdc-price_pending_update-color: #eb6a58;--mdc-theme-review-positive: #03a14c;--line-bottom-color: #417ee133;--orange-button-color: #f59b15;--border-landing-element-color: #00c85314;--background-landing-element-color: #00c85314;--better-block-color: #00c8530a;--border-card-title-color: #00c85333;--card-primary-text-color: #027d3b;--shadow-window: #0000001a;--rating-gradient: linear-gradient(255.86deg, rgba(0, 200, 83, 0.8) 7.2%, rgba(46, 235, 77, 0.8) 98.32%);--pms-gradient: linear-gradient(90deg, #03a14c 50%, #13ff75 70%);--pms-block-gradient: linear-gradient(90deg, #03a14c 0%, #00c853 100%);--pms-mobile-gradient: linear-gradient(90deg, rgba(3, 161, 76, 0.8), rgba(0, 200, 83, 0.9));--auth-banner-gradient: linear-gradient(180deg, #00a139 47.67%, #00c853 100%);--menu-gradient: linear-gradient(90deg, rgba(223, 255, 205, 1) 0%, rgba(253, 255, 239, 1) 100%);--transfer-gradient: linear-gradient( 90deg, rgba(21, 245, 66, 0.12) 28.34%, rgba(22, 200, 0, 0) 100%, rgba(0, 200, 19, 0.04) 100% );--purple-gradient: linear-gradient(90deg, #7e00e0 0%, #417ee1 100%);--black-card-gradient: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0) 100%);--icons-url: url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);--filled-star-url: url(/packs/media/new_design/filled_star-b2f3b2cebcb2ce3e36ad.svg);--cashback-url: url(/packs/media/new_design/cashback-ebf8609ab2f171dad1a6.svg);--default_background: url(/packs/media/new_design/coop-bg-7d7a0c509f2f111b731a.jpg);--cashback-mobile-background: url(/packs/media/new_design/main_bg-48ab5d40834c7b09962b.png);--cashback_header-url: url(/packs/media/new_design/mt_cashback_bubbles-cb8d704ee71106af4153.svg);--cashback_mobile_header-url: url(/packs/media/new_design/mt_cashback_bubbles_mobile-946cbd2fcc627d280992.svg);--cashback_girl-url: url(/packs/media/new_design/girl_pic_mt-31bc050ca3db285d88fc.png);--cashback_percents: url(/packs/media/new_design/percents_cashback_mt-256d0255bdf640d80131.svg);--price_pending_update: url(/packs/media/Icon/crossed_out_lightning-9d313178f7a6d4e1f40d.svg);--close-primary-url: url(/packs/media/new_design/close-green-628aea8bc38ca20d3a5c.svg);--logo-url: url(/packs/media/new_design/logo-mt-6b6e3743a9826a336b1b.png);--search-primary-url: url(/packs/media/new_design/search_green-0b499fb2b9a7b32f0f4e.svg);--instant-url: url(/packs/media/new_design/momentum-74239ebbe098e393d4cb.svg);--phone-url: url(/packs/media/new_design/call-38fedd100d7f64464dcf.svg);--maphome-url: url(/packs/media/new_design/maphome-2382e7dd203138d6a51f.svg);--service-icon-fiter: invert(64%) sepia(41%) saturate(3872%) hue-rotate(100deg) brightness(92%) contrast(102%);--close-icon-url: url(/packs/media/new_design/close-4e22128da743d00b556e.svg);--flash-white-url: url(/packs/media/Icon/flash-white-393e124768964289e3b7.svg);--search-icon-url: url(/packs/media/new_design/search_icon-f9e8da4380ef2c6929be.svg);--vk-auth-icon-url: url(/packs/media/new_design/vk_logo-9d7107e1eef42f92c610.svg);--info-icon-url: url(/packs/media/new_design/info_green-c95c8a6862557c149616.svg);--type-like-url: url(/packs/media/sanatoriums/type_like-0513622e0db0c80142c8.svg);--pattern-landing: url(/packs/media/landing/pattern-d3bea6b8534b8fcb08fe.svg);--mark-landing: url(/packs/media/landing/mark-b22bf35b4ef9eedeefbc.svg);--phone-and-desc-landing: url(/packs/media/landing/phoneAndDescExtranet-20461a0bfe236310d550.png);--landing-block-pattern: url(/packs/media/landing/patternBlock-961ecc1989709a5cc70f.svg);--landing-mobile-header: url(/packs/media/landing/headerMobile-fea308c639f5a210cbe5.svg);--mini-right-arrow: url(/packs/media/Icon/green_arrow-f5aa96def697f314abea.svg);--window-icon-succes: url(/packs/media/Icon/icon_succes-3e622518580edf1b9e92.svg);--window-icon-error: url(/packs/media/Icon/icon_error-e614608ea8b43706db07.svg);--forward-primary-color: url(/packs/media/Icon/forward-green-590b77cf87c392372c24.svg);--link-color: #03A14C;--mir-card-url: url(/packs/media/new_design/cashback_mir_mobile-3b1aa248ff58e4a55829.png);--mir-cards-url: url(/packs/media/new_design/mir_cards-ca4b8eb5e7c96abcf93f.png);--money-mir-url: url(/packs/media/new_design/money_mir-8213dfb6f0177eb6a75e.png);--gift-certificate-header-gradient: linear-gradient(90deg, rgba(3, 161, 63, 0.8) 34.73%, rgba(57, 133, 53, 0) 91.62%), linear-gradient(270deg, rgba(0, 14, 37, 0) 7.23%, rgba(0, 14, 37, 0.5) 55.31%), linear-gradient(270deg, rgba(13, 47, 48, 0.85) 0%, rgba(57, 133, 53, 0) 43.31%);--gift-certificate-header-gradient-mobile: linear-gradient(0deg, #027D3B 0%, rgba(57, 133, 53, 0) 39.71%), linear-gradient(90deg, rgba(3, 161, 63, 0.9) 70.06%, rgba(57, 133, 53, 0) 91.62%), linear-gradient(360deg, rgba(0, 14, 37, 0) 50%, rgba(0, 14, 37, 0.5) 83.86%), linear-gradient(270deg, rgba(0, 14, 37, 0) 12.25%, rgba(0, 14, 37, 0.5) 31.94%), linear-gradient(270deg, rgba(13, 47, 48, 0.8) -8.47%, rgba(57, 133, 53, 0) 13.56%);--gift-certificate-header-position-mobile: calc(100% + 142px);--gift-certificate-banner-size-mobile: auto 280px;--gift-certificate-banner-position-mobile: calc(100% + 145px) top;--certificate-phone: url(/packs/media/new_design/mt-certificate-phone-734c64beacf24df800eb.png);--step-last-gradient: linear-gradient(90deg, rgba(0, 188, 72, 0.8) 34.73%, rgba(0, 188, 72, 0) 73.53%), linear-gradient(270deg, rgba(13, 47, 48, 0.5) 0%, rgba(57, 133, 53, 0) 18.73%), linear-gradient(270deg, rgba(0, 14, 37, 0) 26.32%, rgba(0, 14, 37, 0.5) 55.31%);--step-last-position: -39px;--mobile-cert-header: #027D3B}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,.page-nav__list-item a,.popup-nav__list-item a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;line-height:1.5em;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,button,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.book-info-container,.col-5,.col-6,.col-7,.col-8,.booking-form-container,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4,.book-info-container{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8,.booking-form-container{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-flex{display:flex}.d-inline-flex{display:inline-flex}@media(min-width: 576px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}}@media(min-width: 768px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}}@media(min-width: 992px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}}@media(min-width: 1200px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-fill{flex:1 1 auto}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}@media(min-width: 576px){.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.flex-sm-fill{flex:1 1 auto}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}.align-content-sm-start{align-content:flex-start}.align-content-sm-end{align-content:flex-end}.align-content-sm-center{align-content:center}.align-content-sm-between{align-content:space-between}.align-content-sm-around{align-content:space-around}.align-content-sm-stretch{align-content:stretch}.align-self-sm-auto{align-self:auto}.align-self-sm-start{align-self:flex-start}.align-self-sm-end{align-self:flex-end}.align-self-sm-center{align-self:center}.align-self-sm-baseline{align-self:baseline}.align-self-sm-stretch{align-self:stretch}}@media(min-width: 768px){.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.flex-md-fill{flex:1 1 auto}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-baseline{align-items:baseline}.align-items-md-stretch{align-items:stretch}.align-content-md-start{align-content:flex-start}.align-content-md-end{align-content:flex-end}.align-content-md-center{align-content:center}.align-content-md-between{align-content:space-between}.align-content-md-around{align-content:space-around}.align-content-md-stretch{align-content:stretch}.align-self-md-auto{align-self:auto}.align-self-md-start{align-self:flex-start}.align-self-md-end{align-self:flex-end}.align-self-md-center{align-self:center}.align-self-md-baseline{align-self:baseline}.align-self-md-stretch{align-self:stretch}}@media(min-width: 992px){.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.flex-lg-fill{flex:1 1 auto}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}.align-content-lg-start{align-content:flex-start}.align-content-lg-end{align-content:flex-end}.align-content-lg-center{align-content:center}.align-content-lg-between{align-content:space-between}.align-content-lg-around{align-content:space-around}.align-content-lg-stretch{align-content:stretch}.align-self-lg-auto{align-self:auto}.align-self-lg-start{align-self:flex-start}.align-self-lg-end{align-self:flex-end}.align-self-lg-center{align-self:center}.align-self-lg-baseline{align-self:baseline}.align-self-lg-stretch{align-self:stretch}}@media(min-width: 1200px){.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.flex-xl-fill{flex:1 1 auto}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}.align-content-xl-start{align-content:flex-start}.align-content-xl-end{align-content:flex-end}.align-content-xl-center{align-content:center}.align-content-xl-between{align-content:space-between}.align-content-xl-around{align-content:space-around}.align-content-xl-stretch{align-content:stretch}.align-self-xl-auto{align-self:auto}.align-self-xl-start{align-self:flex-start}.align-self-xl-end{align-self:flex-end}.align-self-xl-center{align-self:center}.align-self-xl-baseline{align-self:baseline}.align-self-xl-stretch{align-self:stretch}}.mdc-text-field-character-counter{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal}.mdc-text-field-character-counter::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-character-counter{margin-left:auto;margin-right:0}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{margin-left:0;margin-right:auto}.mdc-text-field-character-counter{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field-character-counter{white-space:nowrap}.mdc-text-field-helper-text{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text{margin:0;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box;margin-bottom:-16px}.mdc-text-field--dense+.mdc-text-field-helper-line{margin-bottom:-12px}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,.37)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,.6)}.datepicker--day-name{color:#00c853;color:var(--mdc-theme-primary)}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:11px}.mdc-checkbox .mdc-checkbox__background{left:11px;right:auto;top:11px}.mdc-checkbox .mdc-checkbox__background:before{top:-13px;left:-13px;width:40px;height:40px}.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before{background-color:#018786}.mdc-checkbox:after,.mdc-checkbox:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";background-color:#000;top:0;left:0;width:100%;height:100%}.mdc-checkbox:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-checkbox:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-checkbox:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,border-color 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__background:before{position:absolute;transform:scale(0);border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:opacity,transform;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,transform 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__checkmark{color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity .18s cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset .18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334}.mdc-checkbox__mixedmark{border-color:#fff;width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,transform 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity .18s cubic-bezier(0, 0, 0.2, 1) 0ms,transform .18s cubic-bezier(0, 0, 0.2, 1) 0ms;opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0, 0, 0.2, 1) 0ms,background-color 90ms cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#00c853;border-color:var(--mdc-theme-primary);background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.54);background-color:rgba(0,0,0,0)}.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before{transform:scale(1);opacity:.12;transition:opacity 80ms cubic-bezier(0, 0, 0.2, 1) 0ms,transform 80ms cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-checkbox__label{padding:9px 0;cursor:pointer}.mdc-checkbox__label-count{color:rgba(0,0,0,.4784313725)}.mdc-chip{border-radius:16px;background-color:#e0e0e0;color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;height:32px;display:inline-flex;position:relative;align-items:center;box-sizing:border-box;padding:0;border-width:0;outline:0;cursor:pointer;-webkit-appearance:none;overflow:hidden;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-chip-set{padding:4px;display:flex;flex-wrap:wrap;box-sizing:border-box}.mdc-chip-set .mdc-chip{margin:4px}.mdc-chip-set--choice .mdc-chip--selected{background-color:#fff;background-color:var(--mdc-theme-surface)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover{color:#03a14c;color:var(--mdc-theme-review-positive)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red:hover{color:#b00020;color:var(--mdc-theme-error)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red::after,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red::before{background-color:#b00020;background-color:var(--mdc-theme-error)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow:hover{color:#c7a500}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow::after,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow::before{background-color:#c7a500}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.2}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before{opacity:.08;background-color:#03a14c;background-color:var(--mdc-theme-review-positive)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover::before{opacity:.12}.mdc-chip.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-chip.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-chip.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-chip.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-chip.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-chip::after,.mdc-chip::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:rgba(0,0,0,.87)}.mdc-chip::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-chip:hover{color:#000;color:var(--mdc-theme-on-surface)}.mdc-chip:hover::before{opacity:.04}.mdc-chip:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-chip__text{white-space:nowrap;text-align:center;width:100%}.mdc-floating-label{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;position:absolute;left:0;transform-origin:left top;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}.mdc-floating-label--float-above{cursor:auto;transform:translateY(-50%) scale(0.75)}.mdc-form-field{font-size:.875rem;line-height:1.25rem;letter-spacing:.01786em;display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field,.mdc-list{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:400;text-decoration:inherit;text-transform:inherit;color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background)}.mdc-form-field>label{order:0;margin-right:auto;padding-left:4px}.mdc-line-ripple{position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;z-index:2}.mdc-line-ripple--active{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating{opacity:0}.mdc-list{font-size:1rem;letter-spacing:.00937em;line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none}.mdc-list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;height:48px;padding:0 16px;overflow:hidden}.mdc-list-item--activated,.mdc-list-item--activated .mdc-list-item__graphic,.mdc-list-item--selected,.mdc-list-item--selected .mdc-list-item__graphic{color:#00c853;color:var(--mdc-theme-primary)}.mdc-menu{min-width:112px}.mdc-menu .mdc-list,.mdc-menu .mdc-list-item__graphic,.mdc-menu .mdc-list-item__meta{color:rgba(0,0,0,.87)}.mdc-menu .mdc-list-item{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:0;padding:0;transform:scale(1);transform-origin:top left;opacity:0;overflow:auto;will-change:transform,opacity;z-index:8;transition:opacity .03s linear,transform .12s cubic-bezier(0, 0, 0.2, 1);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-surface);color:#000;color:var(--mdc-theme-on-surface);border-radius:4px;transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity 75ms linear}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(0.8);opacity:0}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-notched-outline{display:flex;position:absolute;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;top:17px;bottom:auto;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;transition:border 150ms cubic-bezier(0.4, 0, 0.2, 1);border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 24px)}.mdc-notched-outline__notch .mdc-floating-label{overflow:visible}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:border-box;width:40px;height:40px;padding:10px;cursor:pointer;will-change:opacity,transform,border-color,color;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-radio .mdc-radio__background:before{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54)}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio.mdc-ripple-upgraded--background-focused:before,.mdc-radio:not(.mdc-ripple-upgraded):focus:before,.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-radio:after,.mdc-radio:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:0;left:0;width:100%;height:100%;background-color:#018786}.mdc-radio:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-radio:not(.mdc-ripple-upgraded):active:after,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-radio:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-radio__background{display:inline-block;position:absolute;left:10px;box-sizing:border-box;width:50%;height:50%}.mdc-radio__background:before{transform:scale(0);opacity:0;pointer-events:none;content:"";transition:opacity .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms,transform .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;border-radius:50%}.mdc-radio__background:before,.mdc-radio__inner-circle,.mdc-radio__native-control,.mdc-radio__outer-circle{position:absolute;top:0;left:0;width:100%;height:100%}.mdc-radio__inner-circle{box-sizing:border-box;transform:scale(0);border-width:10px;border-style:solid;border-radius:50%;transition:transform .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms,border-color .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-radio__native-control{margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms,border-color .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms,border-color .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity .12s cubic-bezier(0, 0, 0.2, 1) 0ms,transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:focus+.mdc-radio__background:before{transform:scale(2);opacity:.12;transition:opacity .12s cubic-bezier(0, 0, 0.2, 1) 0ms,transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__outer-circle{border-radius:50%;box-sizing:border-box;border-width:2px;border-style:solid;transition:border-color .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var: 1px solid #000;visibility:hidden}.mdc-select{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}.mdc-select .mdc-floating-label{left:16px;right:auto;right:initial;top:21px;pointer-events:none}.mdc-select .mdc-floating-label--float-above{transform:translateY(-70%) scale(0.75)}.mdc-select,.mdc-select__native-control{border-radius:4px 4px 0 0}.mdc-select--activated .mdc-select__dropdown-icon{transform:rotate(180deg) translateY(-5px);transition:transform .15s cubic-bezier(0.4, 0, 0.2, 1)}.mdc-select--disabled{background-color:#fafafa;cursor:default;pointer-events:none}.mdc-select--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}.mdc-select--disabled .mdc-line-ripple{display:none}.mdc-select--disabled .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--disabled .mdc-select__native-control,.mdc-select--disabled .mdc-select__selected-text{color:rgba(0,0,0,.37);border-bottom-style:dotted}.mdc-select--disabled .mdc-select__selected-text{pointer-events:none}.mdc-select--focused .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%236200ee%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--outlined{border:0;overflow:visible}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;pointer-events:auto}.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75);font-size:1rem}.mdc-select--outlined .mdc-select__native-control{border-radius:4px}.mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__selected-text{display:flex;padding:12px 52px 12px 16px;border:0;background-color:rgba(0,0,0,0);z-index:1}.mdc-select--outlined::after,.mdc-select--outlined::before,.mdc-select--outlined:after,.mdc-select--outlined:before{content:none}.mdc-select--outlined:not(.mdc-select--disabled){background-color:rgba(0,0,0,0)}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px;border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-select.mdc-ripple-upgraded--background-focused::before,.mdc-select:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12}.mdc-select.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-select.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select.mdc-select--outlined .mdc-floating-label{left:4px;right:auto;right:initial;top:17px}.mdc-select::after,.mdc-select::before{top:-50%;left:-50%;width:200%;height:200%;background-color:rgba(0,0,0,.87);position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select:after,.mdc-select:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:rgba(0,0,0,.87)}.mdc-select:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select:not(.mdc-select--disabled){background-color:#f5f5f5;color:rgba(0,0,0,.6)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0,0,0,.87);border-bottom-color:rgba(0,0,0,.42)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#00c853;color:var(--mdc-theme-primary)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;left:auto;right:8px;position:absolute;bottom:16px;width:24px;height:24px;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.mdc-select__menu .mdc-list .mdc-list-item--selected{color:#000;color:var(--mdc-theme-on-surface)}.mdc-select__menu .mdc-list .mdc-list-item--selected::after,.mdc-select__menu .mdc-list .mdc-list-item--selected::before,.mdc-select__menu .mdc-list .mdc-list-item--selected:after,.mdc-select__menu .mdc-list .mdc-list-item--selected:before{background-color:#000}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-select__native-control,.mdc-select__selected-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;box-sizing:border-box;width:100%;height:56px;padding:20px 52px 4px 16px;border:0;border-bottom:1px solid;outline:0;background-color:rgba(0,0,0,0);color:inherit;white-space:nowrap;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-select__selected-text{min-width:200px}.mdc-text-field{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:4px 4px 0 0;display:inline-flex;position:relative;box-sizing:border-box;height:56px}.mdc-text-field .mdc-floating-label{left:2px;right:auto;right:initial;top:18px;margin-left:10px;pointer-events:none}.mdc-text-field .mdc-line-ripple{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-text-field .mdc-text-field__input{caret-color:#00c853;caret-color:var(--mdc-theme-primary)}.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder, .mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder, .mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field--focused .mdc-text-field__input::placeholder,.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,.mdc-text-field--no-label .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#00c853;color:var(--mdc-theme-primary)}.mdc-text-field--fullwidth{width:100%}.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input{resize:vertical}.mdc-text-field--outlined{border:0;overflow:visible}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto;right:initial;top:17px}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75);font-size:1rem}.mdc-text-field--outlined .mdc-text-field__input{display:flex;padding:12px 16px 14px;border:0 !important;background-color:rgba(0,0,0,0);z-index:1}.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--outlined::after,.mdc-text-field--outlined::before,.mdc-text-field--textarea::after,.mdc-text-field--textarea::before{content:none}.mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:rgba(0,0,0,0)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-text-field--textarea{display:inline-flex;height:auto;transition:none;overflow:visible}.mdc-text-field--textarea .mdc-floating-label{top:17px;bottom:auto;margin-left:10px;pointer-events:none}.mdc-text-field--textarea .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75);font-size:1rem}.mdc-text-field--textarea .mdc-text-field__input{align-self:auto;box-sizing:border-box;height:auto;margin:8px 1px 1px 0;padding:0 16px 16px;border:0}.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--textarea.mdc-text-field--green .mdc-text-field__input{caret-color:#00c853;caret-color:var(--mdc-theme-primary)}.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-floating-label{color:#00c853;color:var(--mdc-theme-primary)}.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-text-field--textarea.mdc-text-field--red .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error)}.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error)}.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error)}.mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:rgba(0,0,0,0)}.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field.mdc-ripple-upgraded--background-focused::before,.mdc-text-field:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12}.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%);top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field::after,.mdc-text-field::before{top:-50%;left:-50%;width:200%;height:200%;position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";background-color:rgba(0,0,0,.87)}.mdc-text-field::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-text-field:not(.mdc-text-field--disabled){background-color:#f5f5f5;color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.42)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field__input{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);border:0;border-bottom:1px solid;border-radius:0;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-text-field__input::-moz-placeholder{-moz-transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54);margin-left:10px}.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54);margin-left:10px}.mdc-text-field__input:focus{outline:0}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item{cursor:pointer;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after{background-color:#00c853;background-color:var(--mdc-theme-primary)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before{opacity:.08;background-color:#00c853;background-color:var(--mdc-theme-primary)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before{background-color:#00c853;background-color:var(--mdc-theme-primary)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before{opacity:.08}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:#000}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:#000}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.input-error{border-color:#900;background:#ffc1c1 !important;-ms-box-shadow:0 0 5px rgba(215,0,0,.9);-o-box-shadow:0 0 5px rgba(215,0,0,.9);box-shadow:0 0 5px rgba(215,0,0,.9)}.mdc-text-field__input{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);border:none;border-bottom:1px solid;border-radius:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-text-field__input::-moz-placeholder{-moz-transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54)}.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54)}.mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.54) !important}.popup{position:fixed;z-index:2;top:60px;left:50%;width:460px;height:270px;background:#fff;box-shadow:4px 4px 30px #130507;transition:top 800ms}.p_content{width:100%;text-align:center;font-size:23px;padding:110px 0 0}.p_anch{float:left;position:relative;z-index:1;width:100%;margin:80px 0 0 0;text-align:center;font-size:18px}.p_anch a{color:#000}.p_anch a:hover{text-decoration:none}.p_anch_bottom{margin:1500px 0 0 0;padding:0 0 50px 0}.p_close{position:absolute;top:0;right:0;width:16px;height:12px;padding:15px 11px 0 0}.p_close span{display:block;width:18px;height:5px;background:#333}.p_close span:first-child{transform:rotate(45deg)}.p_close span:last-child{margin:-5px 0 0;transform:rotate(135deg)}.p_body{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.7;transition:opacity 800ms}.js__slide_top{height:0;overflow:hidden;top:0}.js__fadeout{height:0;overflow:hidden;opacity:0}.overlay{display:none;position:fixed;z-index:999;opacity:.5;filter:alpha(opacity=50);top:0;right:0;left:0;bottom:0;background:#000}.popup{display:none;position:fixed;background:#d1d1d1;width:460px;height:367px;top:50%;left:50%;margin:-183.5px 0 0 -230px;z-index:1000}.close{display:block;text-align:center;cursor:pointer;position:absolute;top:10px;right:15px}.icon-Heart,.icon-Heart\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 0;background-repeat:no-repeat}.icon-Heart-dims{width:18px;height:15px}.icon-Marker,.icon-Marker\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -15px;background-repeat:no-repeat}.icon-Marker-dims{width:34px;height:46px}.icon-Marker_c,.icon-Marker_c\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -61px;background-repeat:no-repeat}.icon-Marker_c-dims{width:34px;height:46px}.icon-Phone,.icon-Phone\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -107px;background-repeat:no-repeat}.icon-Phone-dims{width:16px;height:16px}.icon-Union,.icon-Union\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -123px;background-repeat:no-repeat}.icon-Union-dims{width:48px;height:36px}.icon-Union_c,.icon-Union_c\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -159px;background-repeat:no-repeat}.icon-Union_c-dims{width:49px;height:36px}.icon-User,.icon-User\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -200px;background-repeat:no-repeat}.icon-User-dims{width:16px;height:16px}.icon-adv_house,.icon-adv_house\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -211px;background-repeat:no-repeat}.icon-adv_house-dims{width:64px;height:64px}.icon-adv_lap,.icon-adv_lap\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -275px;background-repeat:no-repeat}.icon-adv_lap-dims{width:93px;height:56px}.icon-adv_money,.icon-adv_money\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -331px;background-repeat:no-repeat}.icon-adv_money-dims{width:84px;height:70px}.icon-adv_pr,.icon-adv_pr\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -401px;background-repeat:no-repeat}.icon-adv_pr-dims{width:60px;height:57px}.icon-arrow-back-green,.icon-arrow-back-green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -458px;background-repeat:no-repeat}.icon-arrow-back-green-dims{width:16px;height:16px}.icon-arrow-down,.icon-arrow-down\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -474px;background-repeat:no-repeat}.icon-arrow-down-dims{width:9px;height:5px}.icon-arrow-gray-bold,.icon-arrow-gray-bold\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -479px;background-repeat:no-repeat}.icon-arrow-gray-bold-dims{width:9px;height:15px}.icon-arrow-gray-light,.icon-arrow-gray-light\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -494px;background-repeat:no-repeat}.icon-arrow-gray-light-dims{width:9px;height:16px}.icon-arrow-shape-white,.icon-arrow-shape-white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -510px;background-repeat:no-repeat}.icon-arrow-shape-white-dims{width:36px;height:36px}.icon-arrow-slider-black,.icon-arrow-slider-black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -546px;background-repeat:no-repeat}.icon-arrow-slider-black-dims{width:24px;height:6px}.icon-arrow-slider-grey,.icon-arrow-slider-grey\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -552px;background-repeat:no-repeat}.icon-arrow-slider-grey-dims{width:24px;height:6px}.icon-arrow-white-light,.icon-arrow-white-light\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -558px;background-repeat:no-repeat}.icon-arrow-white-light-dims{width:16px;height:28px}.icon-za-big-house,.icon-za-big-house\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -586px;background-repeat:no-repeat}.icon-za-big-house-dims{width:32px;height:32px}.icon-calendar-gray,.icon-calendar-gray\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -618px;background-repeat:no-repeat}.icon-calendar-gray-dims{width:14px;height:14px}.icon-card-adv-park,.icon-card-adv-park\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -632px;background-repeat:no-repeat}.icon-card-adv-park-dims{width:13px;height:13px}.icon-card-adv-star,.icon-card-adv-star\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -645px;background-repeat:no-repeat}.icon-card-adv-star-dims{width:14px;height:14px}.icon-card-adv-water,.icon-card-adv-water\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -659px;background-repeat:no-repeat}.icon-card-adv-water-dims{width:8px;height:14px}.icon-check-black,.icon-check-black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -673px;background-repeat:no-repeat}.icon-check-black-dims{width:14px;height:14px}.icon-close-white,.icon-close-white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-29px -2101px;background-repeat:no-repeat;background-color:rgba(85,85,85,.3333333333)}.icon-close-white-dims{width:16px;height:16px}.icon-close-gray,.icon-close-gray\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -687px;background-repeat:no-repeat}.icon-close-gray-dims{width:15px;height:14px}.icon-earth-ico,.icon-earth-ico\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -701px;background-repeat:no-repeat}.icon-earth-ico-dims{width:14px;height:14px}.icon-fb,.icon-fb\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -715px;background-repeat:no-repeat}.icon-fb-dims{width:14px;height:28px}.icon-flash_black,.icon-flash_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -743px;background-repeat:no-repeat}.icon-flash_black-dims{width:8px;height:19px}.icon-flash_blue,.icon-flash_blue\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -762px;background-repeat:no-repeat}.icon-flash_blue-dims{width:16px;height:16px}.icon-flash_green,.icon-flash_green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -778px;background-repeat:no-repeat}.icon-flash_green-dims{width:16px;height:16px}.icon-flash_white,.icon-flash_white\:regular{background-image:url(/packs/media/Icon/flash-white-393e124768964289e3b7.svg);background-image:var(--flash-white-url);background-repeat:no-repeat}.icon-flash_white-dims{width:16px;height:16px}.icon-cash{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-50px -750px;width:18px;height:18px;background-repeat:no-repeat}.icon-instant-fill{width:16px;height:16px;background:url(/packs/media/new_design/momentum-74239ebbe098e393d4cb.svg) no-repeat center;background:var(--instant-url) no-repeat center}.icon-food-ico,.icon-food-ico\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -794px;background-repeat:no-repeat}.icon-food-ico-dims{width:13px;height:13px}.icon-heart_green,.icon-heart_green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -807px;background-repeat:no-repeat}.icon-heart_green-dims{width:18px;height:15px}.icon-hot-label,.icon-hot-label\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -822px;background-repeat:no-repeat}.icon-hot-label-dims{width:16px;height:17px}.icon-hot-min,.icon-hot-min\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -839px;background-repeat:no-repeat}.icon-hot-min-dims{width:36px;height:36px}.icon-hot,.icon-hot\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -875px;background-repeat:no-repeat}.icon-hot-dims{width:40px;height:39px}.icon-house,.icon-house\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -914px;background-repeat:no-repeat}.icon-house-dims{width:46px;height:46px}.icon-house_c,.icon-house_c\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -960px;background-repeat:no-repeat}.icon-house_c-dims{width:46px;height:46px;transform:scale(0.5) translate(15px, -30px)}.icon-like-heart-active,.icon-like-heart-active\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1006px;background-repeat:no-repeat}.icon-like-heart-active-dims{width:30px;height:27px}.icon-like-heart,.icon-like-heart\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1033px;background-repeat:no-repeat}.icon-like-heart-dims{width:30px;height:27px}.icon-list-ico,.icon-list-ico\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1060px;background-repeat:no-repeat}.icon-list-ico-dims{width:16px;height:16px}.icon-list-price,.icon-list-price\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1076px;background-repeat:no-repeat}.icon-list-price-dims{width:16px;height:16px}.icon-logo-c-mob,.icon-logo-c-mob\:regular{background:url(/packs/media/new_design/logo-mt-6b6e3743a9826a336b1b.png) no-repeat;background:var(--logo-url) no-repeat;background-size:100% 100%}.icon-logo-c-mob-dims{width:144px;height:16px}.icon-logo-white-mob,.icon-logo-white-mob\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1106px;background-repeat:no-repeat}.icon-logo-white-mob-dims{width:126px;height:15px}.icon-logo,.icon-logo\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1121px;background-repeat:no-repeat}.icon-logo-dims{width:155px;height:18px}.icon-logo_c,.icon-logo_c\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1139px;background-repeat:no-repeat}.icon-logo_c-dims{width:155px;height:18px}.icon-map-ico,.icon-map-ico\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1157px;background-repeat:no-repeat}.icon-map-ico-dims{width:18px;height:17px}.icon-map-marker-green,.icon-map-marker-green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1174px;background-repeat:no-repeat}.icon-map-marker-green-dims{width:12px;height:16px}.icon-marker_gray,.icon-marker_gray\:regular{background-image:url(/packs/media/services/place_marker-52ed3896d4cc2975b315.svg);background-repeat:no-repeat;background-position:center center;background-size:contain}.icon-marker_gray-dims{width:18px;height:18px}.icon-minus,.icon-minus\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1206px;background-repeat:no-repeat}.icon-minus-dims{width:16px;height:2px}.icon-ny,.icon-ny\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1208px;background-repeat:no-repeat}.icon-ny-dims{width:40px;height:40px}.icon-cashback,.icon-cashback\:regular{background-image:url(/packs/media/new_design/cashback-ebf8609ab2f171dad1a6.svg);background-image:var(--cashback-url);background-size:90%;background-repeat:no-repeat}.icon-cashback-dims{width:135px;height:30px}.icon-ny_green,.icon-ny_green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1248px;background-repeat:no-repeat}.icon-ny_green-dims{width:40px;height:40px}.icon-phone_black,.icon-phone_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1288px;background-repeat:no-repeat}.icon-phone_black-dims{width:14px;height:14px}.icon-phone_white,.icon-phone_white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1302px;background-repeat:no-repeat}.icon-phone_white-dims{width:12px;height:12px}.icon-plus,.icon-plus\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1314px;background-repeat:no-repeat}.icon-plus-dims{width:16px;height:16px}.icon-pop,.icon-pop\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1330px;background-repeat:no-repeat}.icon-pop-dims{width:40px;height:39px}.icon-pr,.icon-pr\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1369px;background-repeat:no-repeat}.icon-pr-dims{width:28px;height:27px}.icon-refresh,.icon-refresh\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1396px;background-repeat:no-repeat}.icon-refresh-dims{width:18px;height:18px}.icon-search_gray,.icon-search_gray\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1414px;background-repeat:no-repeat}.icon-search_gray-dims{width:16px;height:17px}.icon-shape-light-ico,.icon-shape-light-ico\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:4px -1431px;background-repeat:no-repeat}.icon-shape-light-ico-dims{width:25px;height:14px;margin-left:-5px}.icon-slider-arrow,.icon-slider-arrow\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1445px;background-repeat:no-repeat}.icon-slider-arrow-dims{width:26px;height:12px}.icon-smile-min,.icon-smile-min\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1457px;background-repeat:no-repeat}.icon-smile-min-dims{width:36px;height:36px}.icon-smile,.icon-smile\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1493px;background-repeat:no-repeat}.icon-smile-dims{width:80px;height:80px}.icon-twitter,.icon-twitter\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1573px;background-repeat:no-repeat}.icon-twitter-dims{width:29px;height:24px}.icon-in,.icon-in\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2500px;background-repeat:no-repeat}.icon-in-dims{width:25px;height:26px}.icon-type_like,.icon-type_like\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1597px;background-repeat:no-repeat}.icon-type_like-dims{width:20px;height:20px}.icon-user_green,.icon-user_green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1617px;background-repeat:no-repeat}.icon-user_green-dims{width:16px;height:16px}.icon-users_black,.icon-users_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1633px;background-repeat:no-repeat}.icon-users_black-dims{width:20px;height:20px}.icon-users_gray,.icon-users_gray\:regular{background-image:url(/packs/media/Icon/human-8ffa83ccbb79a302b184.svg);background-repeat:no-repeat}.icon-users_gray-dims{width:15px;height:18px}.icon-vk,.icon-vk\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1669px;background-repeat:no-repeat}.icon-vk-dims{width:35px;height:21px}.icon-za-big-camp,.icon-za-big-camp\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1690px;background-repeat:no-repeat}.icon-za-big-camp-dims{width:28px;height:24px}.icon-za-big-door,.icon-za-big-door\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1714px;background-repeat:no-repeat}.icon-za-big-door-dims{width:28px;height:26px}.icon-za-check-green,.icon-za-check-green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1740px;background-repeat:no-repeat}.icon-za-check-green-dims{width:14px;height:14px}.icon-zc-like-heart-active-min,.icon-zc-like-heart-active-min\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1786px;background-repeat:no-repeat}.icon-zc-like-heart-active-min-dims{width:24px;height:22px}.icon-zc-like-heart-white,.icon-zc-like-heart-white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1808px;background-repeat:no-repeat}.icon-zc-like-heart-white-dims{width:24px;height:21px}.icon-zd-phone-circle,.icon-zd-phone-circle\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1830px;background-repeat:no-repeat}.icon-zd-phone-circle-dims{width:40px;height:40px}.icon-zd-world,.icon-zd-world\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1870px;background-repeat:no-repeat}.icon-zd-world-dims{width:14px;height:14px}.icon-ze-address-one,.icon-ze-address-one\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:4px -1884px;background-repeat:no-repeat}.icon-ze-address-one-dims{width:25px;height:16px;margin-left:-5px}.icon-ze-address-two,.icon-ze-address-two\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:6px -1900px;background-repeat:no-repeat}.icon-ze-address-two-dims{width:25px;height:13px;margin-left:-5px}.icon-ze-cancel-arrow-red,.icon-ze-cancel-arrow-red\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1913px;background-repeat:no-repeat}.icon-ze-cancel-arrow-red-dims{width:16px;height:16px}.icon-ze-human,.icon-ze-human\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1929px;background-repeat:no-repeat}.icon-ze-human-dims{width:10px;height:16px}.icon-ze-info,.icon-ze-info\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1945px;background-repeat:no-repeat}.icon-ze-info-dims{width:24px;height:24px}.icon-ze-key,.icon-ze-key\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1969px;background-repeat:no-repeat}.icon-ze-key-dims{width:14px;height:19px}.icon-ze-warn,.icon-ze-warn\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1988px;background-repeat:no-repeat}.icon-ze-warn-dims{width:30px;height:29px}.icon-ze-wave,.icon-ze-wave\:regular{background-image:url(/packs/media/services/water-c00239e216a7bb980855.svg);background-repeat:no-repeat;background-size:15px 13px;background-position:center center}.icon-ze-wave-dims{width:18px;height:18px}.icon-zf-non,.icon-zf-non\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2033px;background-repeat:no-repeat}.icon-zf-non-dims{width:10px;height:11px}.icon-zh-house-min-gray,.icon-zh-house-min-gray\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:3px -2044px;background-repeat:no-repeat}.icon-zh-house-min-gray-dims{width:25px;height:15px;margin-left:-5px}.icon-zh-like-green,.icon-zh-like-green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2059px;background-repeat:no-repeat}.icon-zh-like-green-dims{width:20px;height:20px}.icon-zk-close-big,.icon-zk-close-big\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2079px;background-repeat:no-repeat}.icon-zk-close-big-dims{width:22px;height:23px}.icon-zl-close-white,.icon-zl-close-white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-30px -2102px;background-repeat:no-repeat}.icon-zl-close-white-dims{width:14px;height:14px}.icon-zl-phone-gray,.icon-zl-phone-gray\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2116px;background-repeat:no-repeat}.icon-zl-phone-gray-dims{width:12px;height:18px}.icon-zm-label-fire,.icon-zm-label-fire\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2134px;background-repeat:no-repeat}.icon-zm-label-fire-dims{width:16px;height:17px}.icon-zm-label-star,.icon-zm-label-star\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2151px;background-repeat:no-repeat}.icon-zm-label-star-dims{width:16px;height:16px}.icon-zn-pc-version,.icon-zn-pc-version\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2167px;background-repeat:no-repeat}.icon-zn-pc-version-dims{width:20px;height:18px}.icon-zo-info-blue,.icon-zo-info-blue\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2185px;background-repeat:no-repeat}.icon-zo-info-blue-dims{width:24px;height:24px}.icon-info,.icon-info\:regular{background-image:url(/packs/media/new_design/info_green-c95c8a6862557c149616.svg);background-image:var(--info-icon-url);background-repeat:no-repeat}.icon-info-dims{width:24px;height:24px}.icon-zp-search-non,.icon-zp-search-non\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2209px;background-repeat:no-repeat}.icon-zp-search-non-dims{width:48px;height:52px}.icon-zq-key-green,.icon-zq-key-green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2261px;background-repeat:no-repeat}.icon-zq-key-green-dims{width:12px;height:16px}.icon-zq-vallet,.icon-zq-vallet\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2277px;background-repeat:no-repeat}.icon-zq-vallet-dims{width:15px;height:15px}.icon-zr-social-fb,.icon-zr-social-fb\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2292px;background-repeat:no-repeat}.icon-zr-social-fb-dims{width:48px;height:48px}.icon-zr-social-in,.icon-zr-social-in\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2340px;background-repeat:no-repeat}.icon-zr-social-in-dims{width:48px;height:48px}.icon-zr-social-tw,.icon-zr-social-tw\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2388px;background-repeat:no-repeat}.icon-zr-social-tw-dims{width:48px;height:48px}.icon-zr-social-vk,.icon-zr-social-vk\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2436px;background-repeat:no-repeat}.icon-zr-social-vk-dims{width:48px;height:48px}.icon-vk-auth,.icon-vk-auth\:regular{background-image:url(/packs/media/new_design/vk_logo-9d7107e1eef42f92c610.svg);background-image:var(--vk-auth-icon-url);background-repeat:no-repeat}.icon-vk-auth-dims{width:24px;height:24px}.icon-zs-mail,.icon-zs-mail\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2484px;background-repeat:no-repeat}.icon-zs-mail-dims{width:16px;height:16px}.banner-dims{width:155px;height:18px}.banner-girl-dims{width:252px;height:205px}.banner-auto-dims{width:528px;height:192px}.banner-auto-dims_mobile{width:380px;height:340px}.about-dims{width:155px;height:18px}.for-hotelier-dims{width:100px;height:18px}.icon-clear,.icon-clear\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -2528px;background-repeat:no-repeat}.icon-clear-dims{width:21px;height:20px}.icon-books,.icon-books\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-20px -2528px;background-repeat:no-repeat}.icon-books-dims{width:20px;height:20px;margin-right:15px}.icon-books_black,.icon-books_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-97px -2450px;background-repeat:no-repeat}.icon-books_black-dims{width:21px;height:21px}.icon-books_green,.icon-books_green\:regular,.books_green_hovered:hover,.menu_books:hover .books_green_hovered{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-49px -2425px;background-repeat:no-repeat}.ubook-opacity:hover{color:#fff !important;opacity:.75}.icon-books_green-dims{width:21px;height:21px;margin-right:15px}.icon-books_white,.icon-books_white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-49px -2450px;background-repeat:no-repeat}.icon-books_white-dims{width:21px;height:21px;margin-right:15px}.icon-likes,.icon-likes\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-40px -2530px;background-repeat:no-repeat}.icon-likes-dims{width:21px;height:20px;margin-right:15px;margin-top:3px}.icon-likes_black,.icon-likes_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-120px -2453px;background-repeat:no-repeat}.icon-likes_black-dims{width:21px;height:20px;margin-right:15px;margin-top:3px}.icon-likes_green,.icon-likes_green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-73px -2428px;background-repeat:no-repeat}.icon-likes_green-dims{width:21px;height:20px;margin-right:15px;margin-top:3px}.icon-likes_white,.icon-likes_white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-73px -2453px;background-repeat:no-repeat}.icon-likes_white-dims{width:21px;height:20px;margin-right:15px;margin-top:3px}.icon-likes_green,.icon-likes_green\:regular,.likes_green_hovered:hover{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-73px -2428px;background-repeat:no-repeat}.ubook-opacity:hover{opacity:.75}.icon-bonuses,.icon-bonuses\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-62px -2528px;background-repeat:no-repeat}.icon-bonuses-dims{width:21px;height:20px;margin-right:15px}.icon-bonuses_black,.icon-bonuses_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-65px -2476px;background-repeat:no-repeat}.icon-bonuses_black-dims{width:21px;height:20px;margin-right:15px}.icon-bonuses_green,.icon-bonuses_green\:regular,.bonuses_green_hovered:hover,.menu_bonuses:hover .bonuses_green_hovered{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-120px -2427px;background-repeat:no-repeat}.icon-bonuses_green-dims{width:21px;height:20px;margin-right:15px}.icon-profile,.icon-profile\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-84px -2528px;background-repeat:no-repeat}.icon-profile-dims{width:20px;height:20px;margin-right:15px}.icon-profile_black,.icon-profile_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-86px -2478px;background-repeat:no-repeat}.icon-profile_black-dims{width:20px;height:20px;margin-right:15px}.icon-profile_green,.icon-profile_green\:regular,.profile_hovered:hover,.menu_profile:hover .profile_hovered{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-96px -2428px;background-repeat:no-repeat}.icon-profile_green-dims{width:20px;height:20px;margin-right:15px}.icon-support,.icon-support\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-104px -2528px;background-repeat:no-repeat}.icon-support-dims{width:21px;height:20px;margin-right:15px}.icon-support_black,.icon-support_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-107px -2477px;background-repeat:no-repeat}.icon-support_black-dims{width:21px;height:20px;margin-right:15px}.icon-support_white,.icon-support_white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-100px -2400px;background-repeat:no-repeat}.icon-support_white-dims{width:13px;height:13px}.icon-support_green,.icon-support_green\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-50px -2400px;background-repeat:no-repeat}.icon-support_green-dims{width:21px;height:20px;margin-right:15px}.icon-logout,.icon-logout\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-128px -2528px;background-repeat:no-repeat}.icon-logout-dims{width:21px;height:20px;margin-right:15px}.icon-logout_black,.icon-logout_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-130px -2477px;background-repeat:no-repeat}.icon-logout_black-dims{width:21px;height:20px;margin-right:15px}.icon-logout_green,.icon-logout_green\:regular,.logout_hovered:hover,.menu_logout:hover .logout_hovered{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-75px -2400px;background-repeat:no-repeat}.icon-logout_green-dims{width:21px;height:20px;margin-right:15px}.icon-user,.icon-user\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-30px 0;background-repeat:no-repeat}.icon-user-dims{width:20px;height:20px}.icon-user_black,.icon-user_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-50px 0;background-repeat:no-repeat}.icon-user_black-dims{width:20px;height:20px}.icon-user_white,.icon-user_white\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-70px 0;background-repeat:no-repeat}.icon-user_white-dims{width:20px;height:20px}.icon-user_c,.icon-user_c\:regular,.user_hovered:hover{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-90px 0;background-repeat:no-repeat}.icon-user_c-dims{width:20px;height:20px}.icon-location,.icon-location\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-40px -25px;background-repeat:no-repeat}.icon-location-dims{width:14px;height:14px;margin-top:3px;margin-right:5px}.icon-checkmark,.icon-checkmark\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-55px -25px;background-repeat:no-repeat}.icon-checkmark-dims{width:20px;height:12px;margin-right:5px}.icon-hourglass,.icon-hourglass\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-75px -22px;background-repeat:no-repeat}.icon-hourglass-dims{width:14px;height:20px;margin-right:5px}.icon-warning,.icon-warning\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-90px -22px;background-repeat:no-repeat}.icon-warning-dims{width:20px;height:20px;margin-right:5px}.icon-checkmark_rounded,.icon-checkmark_rounded\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-110px -22px;background-repeat:no-repeat}.icon-checkmark_rounded-dims{width:20px;height:20px;margin-right:5px}.icon-food,.icon-food\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-42px -50px;background-repeat:no-repeat;transform:scale(0.9)}.icon-food_black,.icon-food_black\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-42px -80px;background-repeat:no-repeat;transform:scale(0.9)}.icon-food-dims,.icon-food_black-dims,.icon-pets_forbidden-dims{width:20px;height:20px}.icon-arrow_left,.icon-arrow_left\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-123px -48px;background-repeat:no-repeat;transform:scale(1.5)}.icon-arrow_left-dims{width:20px;height:20px}.icon-pets_forbidden,.icon-pets_forbidden\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-122px -78px;background-repeat:no-repeat;transform:scale(1.25)}.icon-status_done,.icon-status_done\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-80px -55px;background-repeat:no-repeat}.icon-status_done-dims{width:37px;height:36px}.icon-status_waiting,.icon-status_waiting\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-80px -100px;background-repeat:no-repeat}.icon-status_waiting-dims{width:37px;height:36px}.icon-status_canceled,.icon-status_canceled\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-80px -145px;background-repeat:no-repeat}.icon-status_canceled-dims{width:37px;height:36px}.icon-status_question,.icon-status_question\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-80px -190px;background-repeat:no-repeat}.icon-status_question-dims{width:37px;height:36px}.icon-zoom_grey,icon-zoom_grey\:regular{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-30px -682px;background-repeat:no-repeat}.icon-zoom_grey-dims{width:24px;height:24px}.noty_body{font-size:16px !important;overflow-wrap:break-word}.noty_body .title{font-weight:600;margin-bottom:5px}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-moz-calc(100% * 70 / 3);width:2333.3333333333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-moz-calc(100% / 70);width:1.4285714286%;height:10px;float:left}.info-box{padding:40px 0;display:flex;border-bottom:1px solid #ccc}.info-box::before{content:"";display:block;background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1945px;background-repeat:no-repeat;width:25px;height:24px;margin-right:13px;min-width:25px}.info-box_extranet{margin-top:20px;border-top:1px solid #ccc}.info-box__title{margin-bottom:7px}.info-box__text{margin-bottom:10px}.info-box_min{display:flex;align-items:center;margin-top:20px}.info-box_min::before{content:"";display:block;background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1945px;background-repeat:no-repeat;width:25px;height:24px;margin-right:13px;min-width:25px}.info-box_min_block{margin-bottom:20px}.info-box_after_min{display:flex;flex-wrap:wrap;align-items:center;margin-top:20px;-moz-column-gap:6px;column-gap:6px}.info-box_after_min::after{content:"";display:block;background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1945px;background-repeat:no-repeat;width:24px;height:24px;margin-left:7px;min-width:24px}.info-box_after_min_block{margin-bottom:20px}.info-box__price{display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:6px;column-gap:6px;cursor:help}.info-box_pre-title{margin-top:-20px;margin-bottom:30px}.info-box_conflict{cursor:help;background:red;border-radius:4px;display:inline-block;margin-left:5px}.info-box_conflict__text{color:#fff;padding:5px;font-size:16px;font-weight:bold}.rating-label_excellent{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\"88\" height=\"16\" viewBox=\"0 0 88 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cmask id=\"mask0\" mask-type=\"alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"3\" width=\"87\" height=\"11\"%3E%3Cpath d=\"M0.888672 13V3.04688H4.375C5.58268 3.04688 6.4987 3.2793 7.12305 3.74414C7.7474 4.20443 8.05957 4.88118 8.05957 5.77441C8.05957 6.26204 7.93424 6.69271 7.68359 7.06641C7.43294 7.43555 7.08431 7.70671 6.6377 7.87988C7.14811 8.00749 7.54915 8.26497 7.84082 8.65234C8.13704 9.03971 8.28516 9.51367 8.28516 10.0742C8.28516 11.0312 7.97982 11.7559 7.36914 12.248C6.75846 12.7402 5.88802 12.9909 4.75781 13H0.888672ZM2.93945 8.66602V11.3525H4.69629C5.17936 11.3525 5.55534 11.2386 5.82422 11.0107C6.09766 10.7783 6.23438 10.4593 6.23438 10.0537C6.23438 9.14225 5.7627 8.67969 4.81934 8.66602H2.93945ZM2.93945 7.2168H4.45703C5.49154 7.19857 6.00879 6.78613 6.00879 5.97949C6.00879 5.52832 5.87663 5.20475 5.6123 5.00879C5.35254 4.80827 4.9401 4.70801 4.375 4.70801H2.93945V7.2168ZM13.1045 13.1367C12.0199 13.1367 11.1357 12.804 10.4521 12.1387C9.77311 11.4733 9.43359 10.5869 9.43359 9.47949V9.28809C9.43359 8.54525 9.57715 7.88216 9.86426 7.29883C10.1514 6.71094 10.557 6.25977 11.0811 5.94531C11.6097 5.6263 12.2113 5.4668 12.8857 5.4668C13.8975 5.4668 14.6927 5.78581 15.2715 6.42383C15.8548 7.06185 16.1465 7.96647 16.1465 9.1377V9.94434H11.4365C11.5003 10.4274 11.6917 10.8148 12.0107 11.1064C12.3343 11.3981 12.7422 11.5439 13.2344 11.5439C13.9954 11.5439 14.5902 11.2682 15.0186 10.7168L15.9893 11.8037C15.693 12.223 15.292 12.5511 14.7861 12.7881C14.2803 13.0205 13.7197 13.1367 13.1045 13.1367ZM12.8789 7.06641C12.487 7.06641 12.168 7.19857 11.9219 7.46289C11.6803 7.72721 11.5254 8.10547 11.457 8.59766H14.2051V8.44043C14.196 8.00293 14.0775 7.66569 13.8496 7.42871C13.6217 7.18717 13.2982 7.06641 12.8789 7.06641ZM23.707 5.60352V13H21.7314V7.20312H19.9883L19.8652 9.48633C19.7878 10.7031 19.5485 11.5895 19.1475 12.1455C18.7464 12.7015 18.1494 12.9863 17.3564 13H16.6865L16.666 11.3936L16.9121 11.373C17.2676 11.3457 17.5273 11.1361 17.6914 10.7441C17.8555 10.3522 17.958 9.68457 17.999 8.74121L18.1357 5.60352H23.707ZM29.6885 5.60352H31.6641V13H29.6885V8.43359L27.2139 13H25.2314V5.60352H27.2139V10.1631L29.6885 5.60352ZM36.0732 10.2725H35.2803V13H33.3047V5.60352H35.2803V8.38574H35.9844L37.5977 5.60352H40.0928L37.6729 9.12402L40.3184 13H37.6865L36.0732 10.2725ZM40.3594 9.2334C40.3594 8.49967 40.5007 7.8457 40.7832 7.27148C41.0658 6.69727 41.4714 6.25293 42 5.93848C42.5332 5.62402 43.1507 5.4668 43.8525 5.4668C44.8506 5.4668 45.6641 5.77214 46.293 6.38281C46.9264 6.99349 47.2796 7.82292 47.3525 8.87109L47.3662 9.37695C47.3662 10.5117 47.0495 11.4232 46.416 12.1113C45.7826 12.7949 44.9326 13.1367 43.8662 13.1367C42.7998 13.1367 41.9476 12.7949 41.3096 12.1113C40.6761 11.4277 40.3594 10.498 40.3594 9.32227V9.2334ZM42.335 9.37695C42.335 10.0788 42.4671 10.6165 42.7314 10.9902C42.9958 11.3594 43.374 11.5439 43.8662 11.5439C44.3447 11.5439 44.7184 11.3617 44.9873 10.9971C45.2562 10.6279 45.3906 10.04 45.3906 9.2334C45.3906 8.54525 45.2562 8.01204 44.9873 7.63379C44.7184 7.25553 44.3402 7.06641 43.8525 7.06641C43.3695 7.06641 42.9958 7.25553 42.7314 7.63379C42.4671 8.00749 42.335 8.58854 42.335 9.37695ZM54.9062 5.60352V13H52.9307V7.20312H51.1875L51.0645 9.48633C50.987 10.7031 50.7477 11.5895 50.3467 12.1455C49.9456 12.7015 49.3486 12.9863 48.5557 13H47.8857L47.8652 11.3936L48.1113 11.373C48.4668 11.3457 48.7266 11.1361 48.8906 10.7441C49.0547 10.3522 49.1572 9.68457 49.1982 8.74121L49.335 5.60352H54.9062ZM59.835 13.1367C58.7503 13.1367 57.8662 12.804 57.1826 12.1387C56.5036 11.4733 56.1641 10.5869 56.1641 9.47949V9.28809C56.1641 8.54525 56.3076 7.88216 56.5947 7.29883C56.8818 6.71094 57.2874 6.25977 57.8115 5.94531C58.3402 5.6263 58.9417 5.4668 59.6162 5.4668C60.6279 5.4668 61.4232 5.78581 62.002 6.42383C62.5853 7.06185 62.877 7.96647 62.877 9.1377V9.94434H58.167C58.2308 10.4274 58.4222 10.8148 58.7412 11.1064C59.0648 11.3981 59.4727 11.5439 59.9648 11.5439C60.7259 11.5439 61.3206 11.2682 61.749 10.7168L62.7197 11.8037C62.4235 12.223 62.0225 12.5511 61.5166 12.7881C61.0107 13.0205 60.4502 13.1367 59.835 13.1367ZM59.6094 7.06641C59.2174 7.06641 58.8984 7.19857 58.6523 7.46289C58.4108 7.72721 58.2559 8.10547 58.1875 8.59766H60.9355V8.44043C60.9264 8.00293 60.8079 7.66569 60.5801 7.42871C60.3522 7.18717 60.0286 7.06641 59.6094 7.06641ZM70.4375 13H68.4551V7.20312H65.9805V13H64.0049V5.60352H70.4375V13ZM78.3604 13H76.3779V10.1562H73.9238V13H71.9482V5.60352H73.9238V8.57031H76.3779V5.60352H78.3604V13ZM79.584 9.2334C79.584 8.49967 79.7253 7.8457 80.0078 7.27148C80.2904 6.69727 80.696 6.25293 81.2246 5.93848C81.7578 5.62402 82.3753 5.4668 83.0771 5.4668C84.0752 5.4668 84.8887 5.77214 85.5176 6.38281C86.151 6.99349 86.5042 7.82292 86.5771 8.87109L86.5908 9.37695C86.5908 10.5117 86.2741 11.4232 85.6406 12.1113C85.0072 12.7949 84.1572 13.1367 83.0908 13.1367C82.0244 13.1367 81.1722 12.7949 80.5342 12.1113C79.9007 11.4277 79.584 10.498 79.584 9.32227V9.2334ZM81.5596 9.37695C81.5596 10.0788 81.6917 10.6165 81.9561 10.9902C82.2204 11.3594 82.5986 11.5439 83.0908 11.5439C83.5693 11.5439 83.943 11.3617 84.2119 10.9971C84.4808 10.6279 84.6152 10.04 84.6152 9.2334C84.6152 8.54525 84.4808 8.01204 84.2119 7.63379C83.943 7.25553 83.5648 7.06641 83.0771 7.06641C82.5941 7.06641 82.2204 7.25553 81.9561 7.63379C81.6917 8.00749 81.5596 8.58854 81.5596 9.37695Z\" fill=\"black\"/%3E%3C/mask%3E%3Cg mask=\"url%28%23mask0%29\"%3E%3Cpath d=\"M88 -2H0V20H88V-2Z\" fill=\"url%28%23paint0_linear%29\"/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\"paint0_linear\" x1=\"2.4238\" y1=\"19.697\" x2=\"88\" y2=\"19.697\" gradientUnits=\"userSpaceOnUse\"%3E%3Cstop stop-color=\"%2300C853\"/%3E%3Cstop offset=\"1\" stop-color=\"%233AEB62\"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.rating-label_good{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\"88\" height=\"17\" viewBox=\"0 0 88 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cmask id=\"mask0\" mask-type=\"alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"3\" width=\"87\" height=\"13\"%3E%3Cpath d=\"M8.99609 13H6.93848V4.70801H2.95312V13H0.902344V3.04688H8.99609V13ZM17.3291 9.37012C17.3291 10.5094 17.0693 11.4232 16.5498 12.1113C16.0348 12.7949 15.3376 13.1367 14.458 13.1367C13.7106 13.1367 13.1068 12.877 12.6465 12.3574V15.8438H10.6709V5.60352H12.5029L12.5713 6.32812C13.0498 5.75391 13.6742 5.4668 14.4443 5.4668C15.3558 5.4668 16.0645 5.80404 16.5703 6.47852C17.0762 7.15299 17.3291 8.08268 17.3291 9.26758V9.37012ZM15.3535 9.22656C15.3535 8.53841 15.2305 8.00749 14.9844 7.63379C14.7428 7.26009 14.3896 7.07324 13.9248 7.07324C13.305 7.07324 12.8789 7.31022 12.6465 7.78418V10.8125C12.888 11.3001 13.3187 11.5439 13.9385 11.5439C14.8818 11.5439 15.3535 10.7715 15.3535 9.22656ZM21.9639 13.1367C20.8792 13.1367 19.9951 12.804 19.3115 12.1387C18.6325 11.4733 18.293 10.5869 18.293 9.47949V9.28809C18.293 8.54525 18.4365 7.88216 18.7236 7.29883C19.0107 6.71094 19.4163 6.25977 19.9404 5.94531C20.4691 5.6263 21.0706 5.4668 21.7451 5.4668C22.7568 5.4668 23.5521 5.78581 24.1309 6.42383C24.7142 7.06185 25.0059 7.96647 25.0059 9.1377V9.94434H20.2959C20.3597 10.4274 20.5511 10.8148 20.8701 11.1064C21.1937 11.3981 21.6016 11.5439 22.0938 11.5439C22.8548 11.5439 23.4495 11.2682 23.8779 10.7168L24.8486 11.8037C24.5524 12.223 24.1514 12.5511 23.6455 12.7881C23.1396 13.0205 22.5791 13.1367 21.9639 13.1367ZM21.7383 7.06641C21.3464 7.06641 21.0273 7.19857 20.7812 7.46289C20.5397 7.72721 20.3848 8.10547 20.3164 8.59766H23.0645V8.44043C23.0553 8.00293 22.9368 7.66569 22.709 7.42871C22.4811 7.18717 22.1576 7.06641 21.7383 7.06641ZM26.2637 13V5.60352H29.3535C30.3607 5.60352 31.1331 5.78125 31.6709 6.13672C32.2087 6.49219 32.4775 7.0026 32.4775 7.66797C32.4775 8.00977 32.3636 8.31738 32.1357 8.59082C31.9124 8.8597 31.5843 9.06706 31.1514 9.21289C31.68 9.31315 32.0947 9.51139 32.3955 9.80762C32.7008 10.0993 32.8535 10.4593 32.8535 10.8877C32.8535 11.5758 32.5938 12.0999 32.0742 12.46C31.5592 12.82 30.8096 13 29.8252 13H26.2637ZM28.2393 9.93066V11.4209H29.832C30.5293 11.4209 30.8779 11.1771 30.8779 10.6895C30.8779 10.1927 30.5452 9.93978 29.8799 9.93066H28.2393ZM28.2393 8.60449H29.4629C30.1556 8.59538 30.502 8.37207 30.502 7.93457C30.502 7.66569 30.4062 7.47428 30.2148 7.36035C30.028 7.24642 29.7409 7.18945 29.3535 7.18945H28.2393V8.60449ZM33.7559 9.2334C33.7559 8.49967 33.8971 7.8457 34.1797 7.27148C34.4622 6.69727 34.8678 6.25293 35.3965 5.93848C35.9297 5.62402 36.5472 5.4668 37.249 5.4668C38.2471 5.4668 39.0605 5.77214 39.6895 6.38281C40.3229 6.99349 40.6761 7.82292 40.749 8.87109L40.7627 9.37695C40.7627 10.5117 40.446 11.4232 39.8125 12.1113C39.179 12.7949 38.3291 13.1367 37.2627 13.1367C36.1963 13.1367 35.3441 12.7949 34.7061 12.1113C34.0726 11.4277 33.7559 10.498 33.7559 9.32227V9.2334ZM35.7314 9.37695C35.7314 10.0788 35.8636 10.6165 36.1279 10.9902C36.3923 11.3594 36.7705 11.5439 37.2627 11.5439C37.7412 11.5439 38.1149 11.3617 38.3838 10.9971C38.6527 10.6279 38.7871 10.04 38.7871 9.2334C38.7871 8.54525 38.6527 8.01204 38.3838 7.63379C38.1149 7.25553 37.7367 7.06641 37.249 7.06641C36.766 7.06641 36.3923 7.25553 36.1279 7.63379C35.8636 8.00749 35.7314 8.58854 35.7314 9.37695ZM45.0557 11.5439C45.4202 11.5439 45.7165 11.4437 45.9443 11.2432C46.1722 11.0426 46.2907 10.776 46.2998 10.4434H48.1523C48.1478 10.9447 48.0111 11.4049 47.7422 11.8242C47.4733 12.2389 47.1042 12.5625 46.6348 12.7949C46.1699 13.0228 45.6549 13.1367 45.0898 13.1367C44.0326 13.1367 43.1986 12.8018 42.5879 12.1318C41.9772 11.4574 41.6719 10.5277 41.6719 9.34277V9.21289C41.6719 8.07357 41.9749 7.16439 42.5811 6.48535C43.1872 5.80632 44.0189 5.4668 45.0762 5.4668C46.0013 5.4668 46.7419 5.73112 47.2979 6.25977C47.8584 6.78385 48.1432 7.4834 48.1523 8.3584H46.2998C46.2907 7.97559 46.1722 7.66569 45.9443 7.42871C45.7165 7.18717 45.4157 7.06641 45.042 7.06641C44.5817 7.06641 44.2331 7.23503 43.9961 7.57227C43.7637 7.90495 43.6475 8.44727 43.6475 9.19922V9.4043C43.6475 10.1654 43.7637 10.7122 43.9961 11.0449C44.2285 11.3776 44.5817 11.5439 45.0557 11.5439ZM52.0967 7.81152L53.3408 5.60352H55.4531L53.3477 9.22656L55.542 13H53.4229L52.1035 10.6758L50.791 13H48.665L50.8594 9.22656L48.7607 5.60352H50.8799L52.0967 7.81152ZM55.8223 9.2334C55.8223 8.49967 55.9635 7.8457 56.2461 7.27148C56.5286 6.69727 56.9342 6.25293 57.4629 5.93848C57.9961 5.62402 58.6136 5.4668 59.3154 5.4668C60.3135 5.4668 61.127 5.77214 61.7559 6.38281C62.3893 6.99349 62.7425 7.82292 62.8154 8.87109L62.8291 9.37695C62.8291 10.5117 62.5124 11.4232 61.8789 12.1113C61.2454 12.7949 60.3955 13.1367 59.3291 13.1367C58.2627 13.1367 57.4105 12.7949 56.7725 12.1113C56.139 11.4277 55.8223 10.498 55.8223 9.32227V9.2334ZM57.7979 9.37695C57.7979 10.0788 57.93 10.6165 58.1943 10.9902C58.4587 11.3594 58.8369 11.5439 59.3291 11.5439C59.8076 11.5439 60.1813 11.3617 60.4502 10.9971C60.7191 10.6279 60.8535 10.04 60.8535 9.2334C60.8535 8.54525 60.7191 8.01204 60.4502 7.63379C60.1813 7.25553 59.8031 7.06641 59.3154 7.06641C58.8324 7.06641 58.4587 7.25553 58.1943 7.63379C57.93 8.00749 57.7979 8.58854 57.7979 9.37695ZM63.6562 11.4072C64.1029 10.9333 64.4059 10.4639 64.5654 9.99902C64.7249 9.53418 64.8138 8.87565 64.832 8.02344L64.8867 5.60352H70.3281V11.4072H71.3945V15.2217H69.4189V13H65.0371V15.2217H63.0205V11.4072H63.6562ZM65.9873 11.4072H68.3594V7.2373H66.8213L66.8076 8.12598C66.7666 9.48405 66.4932 10.5778 65.9873 11.4072ZM78.6885 13H76.7061V10.1562H74.252V13H72.2764V5.60352H74.252V8.57031H76.7061V5.60352H78.6885V13ZM79.9121 9.2334C79.9121 8.49967 80.0534 7.8457 80.3359 7.27148C80.6185 6.69727 81.0241 6.25293 81.5527 5.93848C82.0859 5.62402 82.7035 5.4668 83.4053 5.4668C84.4033 5.4668 85.2168 5.77214 85.8457 6.38281C86.4792 6.99349 86.8324 7.82292 86.9053 8.87109L86.9189 9.37695C86.9189 10.5117 86.6022 11.4232 85.9688 12.1113C85.3353 12.7949 84.4854 13.1367 83.4189 13.1367C82.3525 13.1367 81.5003 12.7949 80.8623 12.1113C80.2288 11.4277 79.9121 10.498 79.9121 9.32227V9.2334ZM81.8877 9.37695C81.8877 10.0788 82.0199 10.6165 82.2842 10.9902C82.5485 11.3594 82.9268 11.5439 83.4189 11.5439C83.8975 11.5439 84.2712 11.3617 84.54 10.9971C84.8089 10.6279 84.9434 10.04 84.9434 9.2334C84.9434 8.54525 84.8089 8.01204 84.54 7.63379C84.2712 7.25553 83.8929 7.06641 83.4053 7.06641C82.9222 7.06641 82.5485 7.25553 82.2842 7.63379C82.0199 8.00749 81.8877 8.58854 81.8877 9.37695Z\" fill=\"black\"/%3E%3C/mask%3E%3Cg mask=\"url%28%23mask0%29\"%3E%3Cpath d=\"M87 -4H0V18H87V-4Z\" fill=\"url%28%23paint0_linear%29\"/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\"paint0_linear\" x1=\"2.39625\" y1=\"17.697\" x2=\"87\" y2=\"17.697\" gradientUnits=\"userSpaceOnUse\"%3E%3Cstop stop-color=\"%2390CF0A\"/%3E%3Cstop offset=\"1\" stop-color=\"%2342B245\"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.rating-label_mb{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\"52\" height=\"16\" viewBox=\"0 0 52 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cmask id=\"mask0\" mask-type=\"alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"3\" width=\"52\" height=\"13\"%3E%3Cpath d=\"M4.4502 6.47852L6.31641 3.04688H8.6748L5.77637 7.98242L8.75 13H6.36426L4.4502 9.51367L2.53613 13H0.150391L3.12402 7.98242L0.225586 3.04688H2.58398L4.4502 6.47852ZM9.20117 9.2334C9.20117 8.49967 9.34245 7.8457 9.625 7.27148C9.90755 6.69727 10.3132 6.25293 10.8418 5.93848C11.375 5.62402 11.9925 5.4668 12.6943 5.4668C13.6924 5.4668 14.5059 5.77214 15.1348 6.38281C15.7682 6.99349 16.1214 7.82292 16.1943 8.87109L16.208 9.37695C16.208 10.5117 15.8913 11.4232 15.2578 12.1113C14.6243 12.7949 13.7744 13.1367 12.708 13.1367C11.6416 13.1367 10.7894 12.7949 10.1514 12.1113C9.5179 11.4277 9.20117 10.498 9.20117 9.32227V9.2334ZM11.1768 9.37695C11.1768 10.0788 11.3089 10.6165 11.5732 10.9902C11.8376 11.3594 12.2158 11.5439 12.708 11.5439C13.1865 11.5439 13.5602 11.3617 13.8291 10.9971C14.098 10.6279 14.2324 10.04 14.2324 9.2334C14.2324 8.54525 14.098 8.01204 13.8291 7.63379C13.5602 7.25553 13.182 7.06641 12.6943 7.06641C12.2113 7.06641 11.8376 7.25553 11.5732 7.63379C11.3089 8.00749 11.1768 8.58854 11.1768 9.37695ZM24.083 9.37012C24.083 10.5094 23.8232 11.4232 23.3037 12.1113C22.7887 12.7949 22.0915 13.1367 21.2119 13.1367C20.4645 13.1367 19.8607 12.877 19.4004 12.3574V15.8438H17.4248V5.60352H19.2568L19.3252 6.32812C19.8037 5.75391 20.4281 5.4668 21.1982 5.4668C22.1097 5.4668 22.8184 5.80404 23.3242 6.47852C23.8301 7.15299 24.083 8.08268 24.083 9.26758V9.37012ZM22.1074 9.22656C22.1074 8.53841 21.9844 8.00749 21.7383 7.63379C21.4967 7.26009 21.1436 7.07324 20.6787 7.07324C20.0589 7.07324 19.6328 7.31022 19.4004 7.78418V10.8125C19.6419 11.3001 20.0726 11.5439 20.6924 11.5439C21.6357 11.5439 22.1074 10.7715 22.1074 9.22656ZM25.0059 9.2334C25.0059 8.49967 25.1471 7.8457 25.4297 7.27148C25.7122 6.69727 26.1178 6.25293 26.6465 5.93848C27.1797 5.62402 27.7972 5.4668 28.499 5.4668C29.4971 5.4668 30.3105 5.77214 30.9395 6.38281C31.5729 6.99349 31.9261 7.82292 31.999 8.87109L32.0127 9.37695C32.0127 10.5117 31.696 11.4232 31.0625 12.1113C30.429 12.7949 29.5791 13.1367 28.5127 13.1367C27.4463 13.1367 26.5941 12.7949 25.9561 12.1113C25.3226 11.4277 25.0059 10.498 25.0059 9.32227V9.2334ZM26.9814 9.37695C26.9814 10.0788 27.1136 10.6165 27.3779 10.9902C27.6423 11.3594 28.0205 11.5439 28.5127 11.5439C28.9912 11.5439 29.3649 11.3617 29.6338 10.9971C29.9027 10.6279 30.0371 10.04 30.0371 9.2334C30.0371 8.54525 29.9027 8.01204 29.6338 7.63379C29.3649 7.25553 28.9867 7.06641 28.499 7.06641C28.016 7.06641 27.6423 7.25553 27.3779 7.63379C27.1136 8.00749 26.9814 8.58854 26.9814 9.37695ZM35.2051 5.60352V11.4072H37.2354V5.60352H39.2178V11.4072H41.248V5.60352H43.2236V13H33.2295V5.60352H35.2051ZM44.502 9.2334C44.502 8.49967 44.6432 7.8457 44.9258 7.27148C45.2083 6.69727 45.6139 6.25293 46.1426 5.93848C46.6758 5.62402 47.2933 5.4668 47.9951 5.4668C48.9932 5.4668 49.8066 5.77214 50.4355 6.38281C51.069 6.99349 51.4222 7.82292 51.4951 8.87109L51.5088 9.37695C51.5088 10.5117 51.1921 11.4232 50.5586 12.1113C49.9251 12.7949 49.0752 13.1367 48.0088 13.1367C46.9424 13.1367 46.0902 12.7949 45.4521 12.1113C44.8187 11.4277 44.502 10.498 44.502 9.32227V9.2334ZM46.4775 9.37695C46.4775 10.0788 46.6097 10.6165 46.874 10.9902C47.1383 11.3594 47.5166 11.5439 48.0088 11.5439C48.4873 11.5439 48.861 11.3617 49.1299 10.9971C49.3988 10.6279 49.5332 10.04 49.5332 9.2334C49.5332 8.54525 49.3988 8.01204 49.1299 7.63379C48.861 7.25553 48.4827 7.06641 47.9951 7.06641C47.512 7.06641 47.1383 7.25553 46.874 7.63379C46.6097 8.00749 46.4775 8.58854 46.4775 9.37695Z\" fill=\"black\"/%3E%3C/mask%3E%3Cg mask=\"url%28%23mask0%29\"%3E%3Cpath d=\"M53 -4H-1V18H53V-4Z\" fill=\"url%28%23paint0_linear%29\"/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\"paint0_linear\" x1=\"0.487325\" y1=\"17.697\" x2=\"53\" y2=\"17.697\" gradientUnits=\"userSpaceOnUse\"%3E%3Cstop stop-color=\"%23F5E12F\"/%3E%3Cstop offset=\"1\" stop-color=\"%2390CF0A\"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.rating-label_bad{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\"76\" height=\"16\" viewBox=\"0 0 76 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cmask id=\"mask0\" mask-type=\"alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"3\" width=\"76\" height=\"13\"%3E%3Cpath d=\"M8.98926 13H6.93848V8.73438H2.93945V13H0.888672V3.04688H2.93945V7.08008H6.93848V3.04688H8.98926V13ZM10.3496 9.2334C10.3496 8.49967 10.4909 7.8457 10.7734 7.27148C11.056 6.69727 11.4616 6.25293 11.9902 5.93848C12.5234 5.62402 13.141 5.4668 13.8428 5.4668C14.8408 5.4668 15.6543 5.77214 16.2832 6.38281C16.9167 6.99349 17.2699 7.82292 17.3428 8.87109L17.3564 9.37695C17.3564 10.5117 17.0397 11.4232 16.4062 12.1113C15.7728 12.7949 14.9229 13.1367 13.8564 13.1367C12.79 13.1367 11.9378 12.7949 11.2998 12.1113C10.6663 11.4277 10.3496 10.498 10.3496 9.32227V9.2334ZM12.3252 9.37695C12.3252 10.0788 12.4574 10.6165 12.7217 10.9902C12.986 11.3594 13.3643 11.5439 13.8564 11.5439C14.335 11.5439 14.7087 11.3617 14.9775 10.9971C15.2464 10.6279 15.3809 10.04 15.3809 9.2334C15.3809 8.54525 15.2464 8.01204 14.9775 7.63379C14.7087 7.25553 14.3304 7.06641 13.8428 7.06641C13.3597 7.06641 12.986 7.25553 12.7217 7.63379C12.4574 8.00749 12.3252 8.58854 12.3252 9.37695ZM25.2314 9.37012C25.2314 10.5094 24.9717 11.4232 24.4521 12.1113C23.9372 12.7949 23.2399 13.1367 22.3604 13.1367C21.613 13.1367 21.0091 12.877 20.5488 12.3574V15.8438H18.5732V5.60352H20.4053L20.4736 6.32812C20.9521 5.75391 21.5765 5.4668 22.3467 5.4668C23.2581 5.4668 23.9668 5.80404 24.4727 6.47852C24.9785 7.15299 25.2314 8.08268 25.2314 9.26758V9.37012ZM23.2559 9.22656C23.2559 8.53841 23.1328 8.00749 22.8867 7.63379C22.6452 7.26009 22.292 7.07324 21.8271 7.07324C21.2074 7.07324 20.7812 7.31022 20.5488 7.78418V10.8125C20.7904 11.3001 21.221 11.5439 21.8408 11.5439C22.7842 11.5439 23.2559 10.7715 23.2559 9.22656ZM30.9668 10.6689L32.9014 5.60352H35.376V13H33.4004V8.46094L31.6299 13H30.3037L28.5674 8.53613V13H26.5918V5.60352H29.0459L30.9668 10.6689ZM41.3848 13C41.2936 12.8223 41.2275 12.6012 41.1865 12.3369C40.708 12.8701 40.0859 13.1367 39.3203 13.1367C38.5957 13.1367 37.9941 12.9271 37.5156 12.5078C37.0417 12.0885 36.8047 11.5599 36.8047 10.9219C36.8047 10.138 37.0941 9.53646 37.6729 9.11719C38.2562 8.69792 39.097 8.486 40.1953 8.48145H41.1045V8.05762C41.1045 7.71582 41.0156 7.44238 40.8379 7.2373C40.6647 7.03223 40.389 6.92969 40.0107 6.92969C39.6781 6.92969 39.416 7.00944 39.2246 7.16895C39.0378 7.32845 38.9443 7.5472 38.9443 7.8252H36.9688C36.9688 7.39681 37.1009 7.00033 37.3652 6.63574C37.6296 6.27116 38.0033 5.98633 38.4863 5.78125C38.9694 5.57161 39.5117 5.4668 40.1133 5.4668C41.0247 5.4668 41.7471 5.69694 42.2803 6.15723C42.818 6.61296 43.0869 7.25553 43.0869 8.08496V11.291C43.0915 11.9928 43.1895 12.5238 43.3809 12.8838V13H41.3848ZM39.751 11.626C40.0426 11.626 40.3115 11.5622 40.5576 11.4346C40.8037 11.3024 40.986 11.127 41.1045 10.9082V9.63672H40.3662C39.3773 9.63672 38.8509 9.97852 38.7871 10.6621L38.7803 10.7783C38.7803 11.0244 38.8669 11.2272 39.04 11.3867C39.2132 11.5462 39.4502 11.626 39.751 11.626ZM51.0371 5.60352V13H49.0615V7.20312H47.3184L47.1953 9.48633C47.1178 10.7031 46.8786 11.5895 46.4775 12.1455C46.0765 12.7015 45.4795 12.9863 44.6865 13H44.0166L43.9961 11.3936L44.2422 11.373C44.5977 11.3457 44.8574 11.1361 45.0215 10.7441C45.1855 10.3522 45.2881 9.68457 45.3291 8.74121L45.4658 5.60352H51.0371ZM54.6738 7.77051H56.0889C56.7269 7.77051 57.2874 7.8776 57.7705 8.0918C58.2536 8.30599 58.6227 8.61361 58.8779 9.01465C59.1377 9.41113 59.2676 9.8737 59.2676 10.4023C59.2676 11.1816 58.9782 11.8105 58.3994 12.2891C57.8252 12.763 57.0413 13 56.0479 13H52.6914V5.60352H54.6738V7.77051ZM54.6738 9.35645V11.4209H56.0752C56.4671 11.4209 56.7679 11.3298 56.9775 11.1475C57.1872 10.9652 57.292 10.7168 57.292 10.4023C57.292 10.0833 57.1895 9.8304 56.9844 9.64355C56.7793 9.45215 56.4762 9.35645 56.0752 9.35645H54.6738ZM66.7939 13H64.8115V10.1562H62.3574V13H60.3818V5.60352H62.3574V8.57031H64.8115V5.60352H66.7939V13ZM68.0176 9.2334C68.0176 8.49967 68.1589 7.8457 68.4414 7.27148C68.724 6.69727 69.1296 6.25293 69.6582 5.93848C70.1914 5.62402 70.8089 5.4668 71.5107 5.4668C72.5088 5.4668 73.3223 5.77214 73.9512 6.38281C74.5846 6.99349 74.9378 7.82292 75.0107 8.87109L75.0244 9.37695C75.0244 10.5117 74.7077 11.4232 74.0742 12.1113C73.4408 12.7949 72.5908 13.1367 71.5244 13.1367C70.458 13.1367 69.6058 12.7949 68.9678 12.1113C68.3343 11.4277 68.0176 10.498 68.0176 9.32227V9.2334ZM69.9932 9.37695C69.9932 10.0788 70.1253 10.6165 70.3896 10.9902C70.654 11.3594 71.0322 11.5439 71.5244 11.5439C72.0029 11.5439 72.3766 11.3617 72.6455 10.9971C72.9144 10.6279 73.0488 10.04 73.0488 9.2334C73.0488 8.54525 72.9144 8.01204 72.6455 7.63379C72.3766 7.25553 71.9984 7.06641 71.5107 7.06641C71.0277 7.06641 70.654 7.25553 70.3896 7.63379C70.1253 8.00749 69.9932 8.58854 69.9932 9.37695Z\" fill=\"black\"/%3E%3C/mask%3E%3Cg mask=\"url%28%23mask0%29\"%3E%3Cpath d=\"M77 -4H-1V18H77V-4Z\" fill=\"url%28%23paint0_linear%29\"/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=\"paint0_linear\" x1=\"1.14836\" y1=\"17.697\" x2=\"77\" y2=\"17.697\" gradientUnits=\"userSpaceOnUse\"%3E%3Cstop stop-color=\"%23F5CA2F\"/%3E%3Cstop offset=\"1\" stop-color=\"%23F5A32F\"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.rating-label_sobad{background-image:url("data:image/svg+xml,%3Csvg width=%27111%27 height=%2722%27 viewBox=%270 0 111 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0%27 mask-type=%27alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%275%27 width=%2753%27 height=%2716%27%3E%3Cpath d=%27M4.0625 11.0625L0.226562 5.57812H2.71875L6.41406 11.1094V5.57812H8.67188V11.1094L12.3672 5.57812H14.8672L11.0234 11.0625L15.0859 17H12.4922L8.67188 11.2109V17H6.41406V11.2109L2.59375 17H0L4.0625 11.0625ZM15.0938 8.26562H17.7031L19.3516 13.1797C19.4922 13.6068 19.5885 14.112 19.6406 14.6953H19.6875C19.7448 14.1589 19.8568 13.6536 20.0234 13.1797L21.6406 8.26562H24.1953L20.5 18.1172C20.1615 19.0286 19.6771 19.7109 19.0469 20.1641C18.4219 20.6172 17.6901 20.8438 16.8516 20.8438C16.4401 20.8438 16.0365 20.7995 15.6406 20.7109V18.8203C15.9271 18.888 16.2396 18.9219 16.5781 18.9219C17 18.9219 17.3672 18.7917 17.6797 18.5312C17.9974 18.276 18.2448 17.888 18.4219 17.3672L18.5625 16.9375L15.0938 8.26562ZM32.6797 8.26562V10.0547H29.8203V17H27.4375V10.0547H24.5703V8.26562H32.6797ZM40.0391 8.26562H42.6641L39.2031 12.4531L42.9688 17H40.2656L36.6953 12.5703V17H34.3125V8.26562H36.6953V12.5078L40.0391 8.26562ZM46.1172 12.6172C46.1172 13.4818 46.2578 14.1354 46.5391 14.5781C46.8255 15.0208 47.2891 15.2422 47.9297 15.2422C48.5651 15.2422 49.0208 15.0234 49.2969 14.5859C49.5781 14.1432 49.7188 13.487 49.7188 12.6172C49.7188 11.7526 49.5781 11.1042 49.2969 10.6719C49.0156 10.2396 48.5547 10.0234 47.9141 10.0234C47.2786 10.0234 46.8203 10.2396 46.5391 10.6719C46.2578 11.099 46.1172 11.7474 46.1172 12.6172ZM52.1562 12.6172C52.1562 14.0391 51.7812 15.151 51.0312 15.9531C50.2812 16.7552 49.237 17.1562 47.8984 17.1562C47.0599 17.1562 46.3203 16.974 45.6797 16.6094C45.0391 16.2396 44.5469 15.7109 44.2031 15.0234C43.8594 14.3359 43.6875 13.5339 43.6875 12.6172C43.6875 11.1901 44.0599 10.0807 44.8047 9.28906C45.5495 8.4974 46.5964 8.10156 47.9453 8.10156C48.7839 8.10156 49.5234 8.28385 50.1641 8.64844C50.8047 9.01302 51.2969 9.53646 51.6406 10.2188C51.9844 10.901 52.1562 11.7005 52.1562 12.6172Z%27 fill=%27url%28%23paint0_linear%29%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0%29%27%3E%3Crect width=%2758%27 height=%2722%27 fill=%27url%28%23paint1_linear%29%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear%27 x1=%271.45978%27 y1=%2721.697%27 x2=%2753%27 y2=%2721.697%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%2347B04B%27/%3E%3Cstop offset=%271%27 stop-color=%27%2342CF47%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint1_linear%27 x1=%271.5975%27 y1=%2721.697%27 x2=%2758%27 y2=%2721.697%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FF5500%27/%3E%3Cstop offset=%271%27 stop-color=%27%23F5CA2F%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}.mtui-text-field__wrapper{position:relative;overflow:hidden}.mtui-text-field__wrapper .iti--allow-dropdown{width:100%}.mtui-text-field__wrapper.no-overflow{overflow:visible}.mtui-text-field__fullwidth{width:100%}.mtui-text-field__floating-label{position:absolute;color:rgba(0,0,0,.32);left:12px;top:13px;line-height:20px;letter-spacing:.25px;pointer-events:none;transition:.1s;font-size:14px}.mtui-text-field__input{transition:.1s;border:1px solid rgba(0,0,0,.12) !important;border-radius:8px;padding:22px 12px 2px 10px;width:100%;line-height:20px;color:#333;font-size:14px !important;background:#fff !important;caret-color:#00c853;caret-color:var(--mdc-theme-primary);outline:none}.mtui-text-field__input::-webkit-inner-spin-button{-webkit-appearance:none}.mtui-text-field__input:-webkit-autofill,.mtui-text-field__input:-webkit-autofill:hover,.mtui-text-field__input:-webkit-autofill:focus,.mtui-text-field__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset !important}.mtui-text-field__input:focus{border-color:#00c853 !important;border-color:var(--mdc-theme-primary) !important}.mtui-text-field__input:focus+.mtui-text-field__floating-label{color:#00c853;color:var(--mdc-theme-primary);font-size:10px;line-height:14px;top:5px;letter-spacing:.7px}.mtui-text-field__input.input-error{box-shadow:none;background:rgba(224,27,0,.0392156863) !important;border-color:rgba(224,27,0,.2) !important}.mtui-text-field__input.input-error+.mtui-text-field__floating-label{font-size:10px;line-height:14px;top:5px;letter-spacing:.7px}.mtui-text-field__input_password[type=text]{font-size:14px;border:1px solid rgba(0,0,0,.1215686275);border-radius:8px;width:308px;height:22px}.mtui-text-field_filled .mtui-text-field__floating-label{font-size:10px;line-height:14px;top:5px;letter-spacing:.7px}.mtui-text-field_with-icon .mtui-text-field__floating-label{left:40px}.mtui-text-field_error .mtui-text-field__floating-label{color:#e01b00 !important}.mtui-text-field_error input.mtui-text-field__input{border-color:rgba(224,27,0,.2) !important;background:rgba(224,27,0,.04) !important;caret-color:#e01b00}.mtui-text-field__error-label{color:#e01b00;font-size:10px;font-weight:300;line-height:14px;letter-spacing:.7px;display:none;margin-top:4px}.mtui-text-field__floating-label.phone_label{margin-left:40px !important}.password-visible{position:absolute;display:inline-block;width:20px;height:20px;right:8px;top:13px;opacity:.5}.password-visible__container{position:relative}.password-visible img#eye-closed{display:none}@media screen and (max-width: 700px){.mtui-text-field__input_password[type=text]{width:262px}}.mtui-select.input-error{box-shadow:none !important;background:rgba(224,27,0,.04) !important;border:1px solid rgba(224,27,0,.2) !important}.mtui-select__wrapper{border:1px solid #e0e0e0;border-radius:8px;position:relative;height:44px;padding:5px 10px;line-height:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fff}.mtui-select__wrapper.opened{border-radius:8px 8px 0 0;border-color:#00c853;border-color:var(--mdc-theme-primary)}.mtui-select__wrapper.opened:after{transform:rotate(180deg) !important}.mtui-select__wrapper.input-error-wrapper{border-color:rgba(224,27,0,.2) !important;background:rgba(224,27,0,.04) !important}.mtui-select__wrapper:after{content:url(/packs/media/new_design/drop-down-e99882e988a8662592cf.svg);display:block;position:absolute;right:12px;top:8px;transition:.3s}.mtui-select__wrapper.opened:after{transform:rotate(180deg)}.mtui-select-disabled{opacity:.6;pointer-events:none}.mtui-select__label{font-size:10px;letter-spacing:.7px;color:#cdcccc;display:block;cursor:pointer;line-height:14px}.mtui-select__value{font-size:14px;letter-spacing:.25px;line-height:20px;color:#333;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mtui-select__options{display:none;position:absolute}.mtui-select__option{padding:10px;font-size:14px}.mtui-select__option:hover{background:#e0e0e0}.mtui-select__clear{width:24px;height:24px;background:url(/packs/media/new_design/cancel-24px-5104152ca551ed852a77.svg);position:absolute;right:38px;top:9px}.mtui-select__wrapper.opened .mtui-select__label{color:#00c853;color:var(--mdc-theme-primary)}.mtui-select__wrapper.opened .mtui-select__options{display:block;background:#fff;width:calc(100% + 2px);left:-1px;top:43px;z-index:10000;border-radius:0 0 8px 8px;border:1px solid #e0e0e0;border-top:none;max-height:300px;overflow-y:auto}.mtui-select__wrapper.opened .mtui-select__options::-webkit-scrollbar{width:8px}.mtui-select__wrapper.opened .mtui-select__options::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:8px}.mtui-select__wrapper.opened .mtui-select__options::-webkit-scrollbar-thumb{background-color:#d2d2d2;border-radius:20px;border:1px solid #c2c2c2}.mtui-textarea__wrapper{position:relative}.mtui-textarea__wrapper.mtui-textarea__filled .mtui-textarea__floating-label{font-size:10px;line-height:14px;top:5px;letter-spacing:.7px}.mtui-textarea__floating-label{position:absolute;color:rgba(0,0,0,.32);left:12px;top:14px;line-height:20px;letter-spacing:.25px;pointer-events:none;transition:.1s;font-size:14px}.mtui-textarea__counter{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.4px;margin-top:9px}.mtui-textarea__input{transition:.1s;border:1px solid rgba(0,0,0,.12) !important;border-radius:8px;padding:22px 12px 2px 10px;width:100%;line-height:19px;color:#333;font-size:14px !important;background:#fff !important;caret-color:#00c853;caret-color:var(--mdc-theme-primary);outline:none;font-family:"Roboto",sans-serif}.mtui-textarea__input:-webkit-autofill,.mtui-textarea__input:-webkit-autofill:hover,.mtui-textarea__input:-webkit-autofill:focus,.mtui-textarea__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset !important}.mtui-textarea__input:focus{border-color:#00c853 !important;border-color:var(--mdc-theme-primary) !important}.mtui-textarea__input:focus+.mtui-textarea__floating-label{color:#00c853;color:var(--mdc-theme-primary);font-size:10px;line-height:14px;top:5px;letter-spacing:.7px}.mtui-radio__wrapper{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.1215686275);border-radius:8px;padding:20px 20px 20px 28px;-moz-column-gap:16px;column-gap:16px;cursor:pointer;transition:.1s}.mtui-radio__input{display:none}.mtui-radio__label{font-size:16px;font-weight:400;line-height:22px;letter-spacing:.4px;font-family:"Roboto";transition:.1s}.mtui-radio__circle{display:block;width:20px;height:20px;border:2px solid rgba(0,0,0,.6392156863);border-radius:20px;transition:.1s}.mtui-radio__input:checked+.mtui-radio__wrapper{border:1px solid rgba(0, 200, 83, 0.64);border:1px solid var(--mdc-theme-primary-opacity);background:rgba(0, 200, 83, 0.04);background:var(--mdc-theme-primary-super-opacity)}.mtui-radio__input:checked+.mtui-radio__wrapper .mtui-radio__label{color:#00c853;color:var(--mdc-theme-primary)}.mtui-radio__input:checked+.mtui-radio__wrapper .mtui-radio__circle{border-color:#00c853;border-color:var(--mdc-theme-primary);position:relative}.mtui-radio__input:checked+.mtui-radio__wrapper .mtui-radio__circle:after{content:"";display:block;position:absolute;width:10px;height:10px;top:3px;left:3px;border-radius:10px;background:#00c853;background:var(--mdc-theme-primary)}.mdc-text-field-character-counter{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal}.mdc-text-field-character-counter::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-character-counter{margin-left:auto;margin-right:0}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{margin-left:0;margin-right:auto}.mdc-text-field-character-counter{padding-left:16px;padding-right:0}[dir=rtl] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir=rtl]{padding-left:0;padding-right:16px}.mdc-text-field-character-counter{white-space:nowrap}.mdc-text-field-helper-text{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.0333333333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text{margin:0;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box;margin-bottom:-16px}.mdc-text-field--dense+.mdc-text-field-helper-line{margin-bottom:-12px}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,.37)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,.6)}.datepicker--day-name{color:#00c853;color:var(--mdc-theme-primary)}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:11px}.mdc-checkbox .mdc-checkbox__background{left:11px;right:auto;top:11px}.mdc-checkbox .mdc-checkbox__background:before{top:-13px;left:-13px;width:40px;height:40px}.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before{background-color:#018786}.mdc-checkbox:after,.mdc-checkbox:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";background-color:#000;top:0;left:0;width:100%;height:100%}.mdc-checkbox:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-checkbox:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-checkbox:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,border-color 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__background:before{position:absolute;transform:scale(0);border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:opacity,transform;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,transform 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__checkmark{color:#fff;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity .18s cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset .18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334}.mdc-checkbox__mixedmark{border-color:#fff;width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms,transform 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity .18s cubic-bezier(0, 0, 0.2, 1) 0ms,transform .18s cubic-bezier(0, 0, 0.2, 1) 0ms;opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0, 0, 0.2, 1) 0ms,background-color 90ms cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:#00c853;border-color:var(--mdc-theme-primary);background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{border-color:rgba(0,0,0,.54);background-color:rgba(0,0,0,0)}.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before{transform:scale(1);opacity:.12;transition:opacity 80ms cubic-bezier(0, 0, 0.2, 1) 0ms,transform 80ms cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-checkbox__label{padding:9px 0;cursor:pointer}.mdc-checkbox__label-count{color:rgba(0,0,0,.4784313725)}.mdc-chip{border-radius:16px;background-color:#e0e0e0;color:rgba(0,0,0,.87);font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;height:32px;display:inline-flex;position:relative;align-items:center;box-sizing:border-box;padding:0;border-width:0;outline:0;cursor:pointer;-webkit-appearance:none;overflow:hidden;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-chip-set{padding:4px;display:flex;flex-wrap:wrap;box-sizing:border-box}.mdc-chip-set .mdc-chip{margin:4px}.mdc-chip-set--choice .mdc-chip--selected{background-color:#fff;background-color:var(--mdc-theme-surface)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover{color:#03a14c;color:var(--mdc-theme-review-positive)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red:hover{color:#b00020;color:var(--mdc-theme-error)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red::after,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--red::before{background-color:#b00020;background-color:var(--mdc-theme-error)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow:hover{color:#c7a500}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow::after,.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-chip--yellow::before{background-color:#c7a500}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.2}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before{opacity:.08;background-color:#03a14c;background-color:var(--mdc-theme-review-positive)}.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover::before{opacity:.12}.mdc-chip.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}.mdc-chip.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-chip.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-chip.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-chip.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-chip::after,.mdc-chip::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:rgba(0,0,0,.87)}.mdc-chip::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-chip:hover{color:#000;color:var(--mdc-theme-on-surface)}.mdc-chip:hover::before{opacity:.04}.mdc-chip:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-chip__text{white-space:nowrap;text-align:center;width:100%}.mdc-floating-label{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;position:absolute;left:0;transform-origin:left top;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}.mdc-floating-label--float-above{cursor:auto;transform:translateY(-50%) scale(0.75)}.mdc-form-field{font-size:.875rem;line-height:1.25rem;letter-spacing:.01786em;display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field,.mdc-list{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:400;text-decoration:inherit;text-transform:inherit;color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-background)}.mdc-form-field>label{order:0;margin-right:auto;padding-left:4px}.mdc-line-ripple{position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;z-index:2}.mdc-line-ripple--active{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating{opacity:0}.mdc-list{font-size:1rem;letter-spacing:.00937em;line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none}.mdc-list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;height:48px;padding:0 16px;overflow:hidden}.mdc-list-item--activated,.mdc-list-item--activated .mdc-list-item__graphic,.mdc-list-item--selected,.mdc-list-item--selected .mdc-list-item__graphic{color:#00c853;color:var(--mdc-theme-primary)}.mdc-menu{min-width:112px}.mdc-menu .mdc-list,.mdc-menu .mdc-list-item__graphic,.mdc-menu .mdc-list-item__meta{color:rgba(0,0,0,.87)}.mdc-menu .mdc-list-item{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:0;padding:0;transform:scale(1);transform-origin:top left;opacity:0;overflow:auto;will-change:transform,opacity;z-index:8;transition:opacity .03s linear,transform .12s cubic-bezier(0, 0, 0.2, 1);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);background-color:#fff;background-color:var(--mdc-theme-surface);color:#000;color:var(--mdc-theme-on-surface);border-radius:4px;transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity 75ms linear}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(0.8);opacity:0}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-notched-outline{display:flex;position:absolute;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;top:17px;bottom:auto;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;transition:border 150ms cubic-bezier(0.4, 0, 0.2, 1);border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 24px)}.mdc-notched-outline__notch .mdc-floating-label{overflow:visible}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:border-box;width:40px;height:40px;padding:10px;cursor:pointer;will-change:opacity,transform,border-color,color;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-radio .mdc-radio__background:before{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,.54)}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio.mdc-ripple-upgraded--background-focused:before,.mdc-radio:not(.mdc-ripple-upgraded):focus:before,.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}.mdc-radio:after,.mdc-radio:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:0;left:0;width:100%;height:100%;background-color:#018786}.mdc-radio:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-radio:not(.mdc-ripple-upgraded):active:after,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after,.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.mdc-radio:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-radio__background{display:inline-block;position:absolute;left:10px;box-sizing:border-box;width:50%;height:50%}.mdc-radio__background:before{transform:scale(0);opacity:0;pointer-events:none;content:"";transition:opacity .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms,transform .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;border-radius:50%}.mdc-radio__background:before,.mdc-radio__inner-circle,.mdc-radio__native-control,.mdc-radio__outer-circle{position:absolute;top:0;left:0;width:100%;height:100%}.mdc-radio__inner-circle{box-sizing:border-box;transform:scale(0);border-width:10px;border-style:solid;border-radius:50%;transition:transform .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms,border-color .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-radio__native-control{margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms,border-color .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms,border-color .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity .12s cubic-bezier(0, 0, 0.2, 1) 0ms,transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__native-control:focus+.mdc-radio__background:before{transform:scale(2);opacity:.12;transition:opacity .12s cubic-bezier(0, 0, 0.2, 1) 0ms,transform .12s cubic-bezier(0, 0, 0.2, 1) 0ms}.mdc-radio__outer-circle{border-radius:50%;box-sizing:border-box;border-width:2px;border-style:solid;transition:border-color .12s cubic-bezier(0.4, 0, 0.6, 1) 0ms}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var: 1px solid #000;visibility:hidden}.mdc-select{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity,transform,color}.mdc-select .mdc-floating-label{left:16px;right:auto;right:initial;top:21px;pointer-events:none}.mdc-select .mdc-floating-label--float-above{transform:translateY(-70%) scale(0.75)}.mdc-select,.mdc-select__native-control{border-radius:4px 4px 0 0}.mdc-select--activated .mdc-select__dropdown-icon{transform:rotate(180deg) translateY(-5px);transition:transform .15s cubic-bezier(0.4, 0, 0.2, 1)}.mdc-select--disabled{background-color:#fafafa;cursor:default;pointer-events:none}.mdc-select--disabled .mdc-floating-label{color:rgba(0,0,0,.37)}.mdc-select--disabled .mdc-line-ripple{display:none}.mdc-select--disabled .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--disabled .mdc-select__native-control,.mdc-select--disabled .mdc-select__selected-text{color:rgba(0,0,0,.37);border-bottom-style:dotted}.mdc-select--disabled .mdc-select__selected-text{pointer-events:none}.mdc-select--focused .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%236200ee%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--outlined{border:0;overflow:visible}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;pointer-events:auto}.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75);font-size:1rem}.mdc-select--outlined .mdc-select__native-control{border-radius:4px}.mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__selected-text{display:flex;padding:12px 52px 12px 16px;border:0;background-color:rgba(0,0,0,0);z-index:1}.mdc-select--outlined::after,.mdc-select--outlined::before,.mdc-select--outlined:after,.mdc-select--outlined:before{content:none}.mdc-select--outlined:not(.mdc-select--disabled){background-color:rgba(0,0,0,0)}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px;border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.87)}.mdc-select.mdc-ripple-upgraded--background-focused::before,.mdc-select:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12}.mdc-select.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center;width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-select.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select.mdc-select--outlined .mdc-floating-label{left:4px;right:auto;right:initial;top:17px}.mdc-select::after,.mdc-select::before{top:-50%;left:-50%;width:200%;height:200%;background-color:rgba(0,0,0,.87);position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select:after,.mdc-select:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:rgba(0,0,0,.87)}.mdc-select:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select:not(.mdc-select--disabled){background-color:#f5f5f5;color:rgba(0,0,0,.6)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0,0,0,.87);border-bottom-color:rgba(0,0,0,.42)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#00c853;color:var(--mdc-theme-primary)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;left:auto;right:8px;position:absolute;bottom:16px;width:24px;height:24px;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}.mdc-select__menu .mdc-list .mdc-list-item--selected{color:#000;color:var(--mdc-theme-on-surface)}.mdc-select__menu .mdc-list .mdc-list-item--selected::after,.mdc-select__menu .mdc-list .mdc-list-item--selected::before,.mdc-select__menu .mdc-list .mdc-list-item--selected:after,.mdc-select__menu .mdc-list .mdc-list-item--selected:before{background-color:#000}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-select__native-control,.mdc-select__selected-text{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;box-sizing:border-box;width:100%;height:56px;padding:20px 52px 4px 16px;border:0;border-bottom:1px solid;outline:0;background-color:rgba(0,0,0,0);color:inherit;white-space:nowrap;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-select__selected-text{min-width:200px}.mdc-text-field{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:4px 4px 0 0;display:inline-flex;position:relative;box-sizing:border-box;height:56px}.mdc-text-field .mdc-floating-label{left:2px;right:auto;right:initial;top:18px;margin-left:10px;pointer-events:none}.mdc-text-field .mdc-line-ripple{background-color:#00c853;background-color:var(--mdc-theme-primary)}.mdc-text-field .mdc-text-field__input{caret-color:#00c853;caret-color:var(--mdc-theme-primary)}.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder, .mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder, .mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field--focused .mdc-text-field__input::placeholder,.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,.mdc-text-field--no-label .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:#00c853;color:var(--mdc-theme-primary)}.mdc-text-field--fullwidth{width:100%}.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input{resize:vertical}.mdc-text-field--outlined{border:0;overflow:visible}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto;right:initial;top:17px}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75);font-size:1rem}.mdc-text-field--outlined .mdc-text-field__input{display:flex;padding:12px 16px 14px;border:0 !important;background-color:rgba(0,0,0,0);z-index:1}.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--outlined::after,.mdc-text-field--outlined::before,.mdc-text-field--textarea::after,.mdc-text-field--textarea::before{content:none}.mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:rgba(0,0,0,0)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-text-field--textarea{display:inline-flex;height:auto;transition:none;overflow:visible}.mdc-text-field--textarea .mdc-floating-label{top:17px;bottom:auto;margin-left:10px;pointer-events:none}.mdc-text-field--textarea .mdc-floating-label--float-above{transform:translateY(-144%) scale(1);font-size:.75rem}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(0.75);font-size:1rem}.mdc-text-field--textarea .mdc-text-field__input{align-self:auto;box-sizing:border-box;height:auto;margin:8px 1px 1px 0;padding:0 16px 16px;border:0}.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--textarea.mdc-text-field--green .mdc-text-field__input{caret-color:#00c853;caret-color:var(--mdc-theme-primary)}.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-floating-label{color:#00c853;color:var(--mdc-theme-primary)}.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--green:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#00c853;border-color:var(--mdc-theme-primary)}.mdc-text-field--textarea.mdc-text-field--red .mdc-text-field__input{caret-color:#b00020;caret-color:var(--mdc-theme-error)}.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-floating-label{color:#b00020;color:var(--mdc-theme-error)}.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--red:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:var(--mdc-theme-error)}.mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:rgba(0,0,0,0)}.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,.38)}.mdc-text-field.mdc-ripple-upgraded--background-focused::before,.mdc-text-field:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12}.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%);top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field::after,.mdc-text-field::before{top:-50%;left:-50%;width:200%;height:200%;position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";background-color:rgba(0,0,0,.87)}.mdc-text-field::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-text-field:not(.mdc-text-field--disabled){background-color:#f5f5f5;color:rgba(0,0,0,.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,.87)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(0,0,0,.42)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,.12)}.mdc-text-field__input{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);border:0;border-bottom:1px solid;border-radius:0;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-text-field__input::-moz-placeholder{-moz-transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54);margin-left:10px}.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54);margin-left:10px}.mdc-text-field__input:focus{outline:0}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item{cursor:pointer;--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after{background-color:#00c853;background-color:var(--mdc-theme-primary)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before{opacity:.08;background-color:#00c853;background-color:var(--mdc-theme-primary)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before{background-color:#00c853;background-color:var(--mdc-theme-primary)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:before{opacity:.08}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:#000}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:"";top:-50%;left:-50%;width:200%;height:200%;background-color:#000}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12}.input-error{border-color:#900;background:#ffc1c1 !important;-ms-box-shadow:0 0 5px rgba(215,0,0,.9);-o-box-shadow:0 0 5px rgba(215,0,0,.9);box-shadow:0 0 5px rgba(215,0,0,.9)}.mdc-text-field__input{font-family:Roboto,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.009375em;text-decoration:inherit;text-transform:inherit;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);border:none;border-bottom:1px solid;border-radius:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-text-field__input::-moz-placeholder{-moz-transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54)}.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,.54)}.mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,.54) !important}.typography-h3{font-weight:700;font-size:16px;line-height:20px;color:#333;letter-spacing:.2px}.typography-normal{font-size:16px;font-weight:500;line-height:20px;letter-spacing:.4px;text-align:left;color:#333}.typography-normal-gray{color:#5c5c5c}.typography-normal-primary{color:#00c853;color:var(--mdc-theme-primary)}.typography-semi-small{font-size:14px;line-height:20px;letter-spacing:.25px;font-weight:400}.typography-semi-small-very_gray{color:#858585}.typography-semi-small-primary{color:#00c853;color:var(--mdc-theme-primary)}.typography-semi-small-gray{color:#5c5c5c}.typography-semi-small-black{color:#333}.typography-semi-small-full-black{color:#000}.typography-semi-small-bold{font-weight:500}.typography-semi-small-dark{color:rgba(0,0,0,.8)}.border-rounded{border:1px solid #cdcccc;border-radius:8px}.typography-very-small{font-size:10px;font-weight:300;line-height:14px;color:#858585}.typography-very-small-green{color:#00c853;color:var(--mdc-theme-primary)}.weight-500{font-weight:500}.weight-300{font-weight:300}.margin-top-auto{margin-top:auto}.margin-top-4{margin-top:4px}.margin-top-80{margin-top:80px !important}.margin-top-56{margin-top:56px !important}.margin-top-48{margin-top:48px}.margin-top-40{margin-top:40px}.margin-top-36{margin-top:36px}.margin-top-32{margin-top:32px !important}.margin-top-28{margin-top:28px !important}.margin-top-30{margin-top:30px}.margin-top-24{margin-top:24px !important}.margin-top-20{margin-top:20px}.margin-top-16{margin-top:16px !important}.margin-top-14{margin-top:14px}.margin-top-12{margin-top:12px}.margin-top-10{margin-top:10px}.margin-right-14{margin-right:14px}.margin-vertical-16{margin-inline:16px}.margin-right-26{margin-right:26px}.margin-top-8{margin-top:8px !important}.margin-top-5{margin-top:5px}.margin-top-0{margin-top:0 !important}.margin-top-minus-7{margin-top:-7px}.margin-top-minus-3{margin-top:-3px}.margin-bottom-0{margin-bottom:0 !important}.margin-bottom-8{margin-bottom:8px !important}.margin-bottom-12{margin-bottom:12px !important}.margin-bottom-20{margin-bottom:20px !important}.margin-bottom-24{margin-bottom:24px !important}.margin-bottom-38{margin-bottom:38px}.margin-bottom-31{margin-bottom:31px !important}.padding-top-0{padding-top:0}.padding-top-12{padding-top:12px}.padding-top-16{padding-top:16px !important}.padding-top-24{padding-top:24px !important}.padding-bottom-8{padding-bottom:8px !important}.padding-bottom-12{padding-bottom:12px}.padding-bottom-16{padding-bottom:16px !important}.padding-bottom-32{padding-bottom:32px !important}.padding-bottom-44{padding-bottom:44px !important}.padding-0{padding:0px !important}.padding-8{padding:8px}.padding-8-10{padding:8px 10px}.padding-15{padding:15px !important}.padding-24-16{padding:24px 16px}.padding-30{padding:30px}.padding-0-15{padding:0 15px}.padding-left-32{padding-left:32px}.padding-right-39{padding-right:39px}.padding-left-2{padding-left:2px}.button-fullwidth{display:block;width:100%;background:#fff;text-align:center;padding:10px}.button-disabled{background:#dcdcdc;border-color:#cacaca;opacity:.6;pointer-events:none}.disable-pointer-events{pointer-events:none}.tour-operators{display:flex;-moz-column-gap:16px;column-gap:16px;justify-content:start;align-items:center}.tour-operators--pages{display:flex;-moz-column-gap:16px;column-gap:16px;justify-content:start;align-items:center;max-width:-moz-fit-content;max-width:fit-content;padding-right:16px}.gerb-icon{width:48px;height:52px;margin-left:8px;background:url(/packs/media/new_design/gerb-3f469cbcd618a6840df0.png) no-repeat center center;background-size:100% 100%}.tinkoff-icon{width:156px;height:30px;background:url(/packs/media/new_design/t-bank-d0106954f4b609a76c2a.svg) no-repeat center center;background-size:100% 100%}.banner-tinkoff{display:flex;flex-direction:column;align-items:center;width:270px}.banner-tinkoff__text{text-align:center;margin-top:5px}.sbp-icon{width:80px;height:50px;background:url(/packs/media/pay/sbp-44877e03028097a1d9f1.svg) no-repeat center center;background-size:100% 100%}@media(max-width: 1200px){.banner-tinkoff{width:100%}}.typography-small{font-size:12px;letter-spacing:.4px;color:#9e9e9e;line-height:16px}.typography-small-black{color:#333}.typography-small-red{color:#e01b00}.health_resort_card__wrapper{border:1px solid rgba(65,126,225,.2);border-radius:8px;background:rgba(65,126,225,.0392156863);padding:16px 8px 16px 16px;display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.health_resort_card__text{color:#1e5bbe;display:inline !important;padding-bottom:2px;border-bottom:1px dashed #1e5bbe !important;font-size:14px;font-weight:400;line-height:21px}.health_resort_card__icon{width:28px;height:28px;flex-shrink:0;background:url(/packs/media/new_design/information-variant2-circle-962bfdb8a27a4b8c47f4.svg) no-repeat center}.information_icon{width:28px;height:28px;flex-shrink:0;background:url(/packs/media/new_design/information-gray-circle-2214bbc30060a5ae1d95.svg) no-repeat center}.superscript{position:relative;vertical-align:baseline;top:-0.4em}.pool-short-info{margin-right:2px}.pool-short-info__dot:before{content:" · "}.pool-info{margin-top:20px}.pool-info__item{height:48px;display:flex;align-items:center;color:rgba(0,0,0,.6392156863)}.pool-info__others{display:flex;flex-direction:column;gap:16px;margin:15px 0}.pool-info__others__item{display:flex;gap:6px;color:rgba(0,0,0,.6392156863)}.pool-info__others__icon{background-image:url(/packs/media/icons/pool_other-8cb228aabb250c310fc9.svg);width:24px;height:24px}.auth-with{margin-top:16px;height:24px;text-align:center;font-family:Roboto;font-size:10px;font-weight:500;line-height:12px;letter-spacing:1px;color:rgba(0,0,0,.4784313725);padding:8px 0 4px 0}.auth-sm-row{height:44px;margin-top:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-sm-icon-wrapper{height:44px;width:44px;border-radius:50%;border:1px solid #cdcccc;display:flex;align-items:center;justify-content:center}.bonuses-count{background-image:linear-gradient(90deg, #7e00e0 0%, #417ee1 100%);background-image:var(--purple-gradient);color:rgba(0,0,0,0);background-clip:text;-webkit-background-clip:text;position:relative;display:inline-block;background-color:rgba(126,0,224,0.0392156863);border-radius:24px;padding:0 6px;height:20px;width:auto}.alert__wrapper{background:rgba(245,155,21,.0392156863);border:1px solid rgba(245,155,21,.3215686275);border-radius:8px;color:#cc7a00;padding:16px 16px 16px 42px;position:relative;line-height:22px}.alert__wrapper:before{display:block;content:"";width:18px;height:18px;background:url(/packs/media/Icon/alert-circle-outline-c9010a39e60670aaaf15.svg);position:absolute;left:16px;top:18px}.font-weight-normal{font-weight:normal}.font-bold{font-weight:700}.cancellation_rule_item{padding:2px;border-radius:8px;margin-bottom:8px;padding-left:12px;font-size:13px;position:relative}.cancellation_rule_item:last-child{margin-bottom:0}.cancellation_rule_item:before{width:4px;content:"";display:block;height:100%;top:0;position:absolute;left:0;border-radius:10px}.cancellation_rule_item.free_cancellation:before{background:#02bb57}.cancellation_rule_item.full_penalty:before{background:#e74c3c}.cancellation_rule_item.part_penalty:before{background:#f39c12}.content{overflow-x:hidden}.cookie-banner__wrapper{border-radius:16px;display:flex;background:#333;position:fixed;left:16px;bottom:16px;z-index:1000000;-moz-column-gap:20px;column-gap:20px;align-items:center;box-shadow:0 4px 16px 0 rgba(0,0,0,.1019607843),0 0 0 1px rgba(0,0,0,.0705882353)}.cookie-banner__text{color:#fff;font-weight:400;font-size:12px;line-height:16px;letter-spacing:.4px}.cookie-banner__link{color:#00c853;color:var(--mdc-theme-primary);font-weight:400;font-size:12px;line-height:16px;letter-spacing:.4px}.cookie-banner__text-wrapper{line-height:16px}.cookie-banner__close{flex-shrink:0;width:16px;height:16px;background:url(/packs/media/new_design/close-white-dd624423b46995f214bb.svg) no-repeat center;background-size:16px 16px;cursor:pointer}.cashback-label{background:#008452;display:inline-flex;align-items:center;-moz-column-gap:4px;column-gap:4px;border-radius:4px;padding-right:8px;padding-left:8px;color:#fff;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px;margin-bottom:12px;height:24px}.cashback-label_icon{width:38px;height:10px;background:url(/packs/media/new_design/mir_white-d4901f91f2d59e19ddb2.svg)}.banner-cashback-booking{border:1px solid #00c853;border:1px solid var(--mdc-theme-primary);border-radius:8px;padding:20px 16px 24px;color:#333;display:flex;-moz-column-gap:22px;column-gap:22px}.banner-cashback-booking__title{font-weight:700;font-size:20px;letter-spacing:.25px}.banner-cashback-booking__text{font-weight:400;font-size:14px;line-height:20px;margin-top:12px;letter-spacing:.25px}.banner-cashback-booking__text a{color:#333}.banner-cashback-booking__text b{font-weight:700}.banner-cashback-booking__icon{width:216px;height:168px;flex-shrink:0;background:url(/packs/media/new_design/cashback_mir_mobile-3b1aa248ff58e4a55829.png);background-size:216px 168px}.banner-cashback-booking__buttons{display:flex;-moz-column-gap:16px;column-gap:16px}.banner-cashback-booking__buttons .btn{font-weight:400;text-transform:uppercase}.banner-cashback-booking__left{display:flex;flex-direction:column;justify-content:space-between}.button{display:flex;align-items:center;justify-content:center;-moz-column-gap:8px;column-gap:8px;transition:.2s;cursor:pointer;text-align:center;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;font-size:16px;font-weight:400;line-height:20px;letter-spacing:.4px}.button svg{flex-shrink:0}.button svg path{transition:.2s}.button--clicked{box-shadow:0 0 0 4px rgba(0,0,0,.0392156863)}.button--disabled{pointer-events:none;opacity:.5}.button--full-width{width:100%}.button--reversed{flex-direction:row-reverse}.button--rounded{border-radius:24px}.button_type_label-only{padding-right:16px;padding-left:16px}.button_type_label-only.button--inline{margin-left:-16px}.button_type_label-only.button--with-dropdown{padding-right:12px}.button_type_label-with-icon{padding-right:16px;padding-left:14px}.button_type_label-with-icon.button--inline{margin-left:-14px}.button_type_label-with-icon.button--with-dropdown{padding-right:12px}.button_type_icon-only{padding-right:8px;padding-left:8px}.button_type_icon-only.button--inline{margin-left:-8px}.button_type_icon-only.button--with-dropdown{padding-right:12px;padding-left:14px}.button_type_icon-only.button--with-dropdown.button--inline{margin-left:-14px}.button_size_large{min-height:44px;font-weight:500}.button_size_large.button__type_icon-only{padding-left:10px;padding-right:10px}.button_size_large.button__type_icon-only.button--inline{margin-left:-10px}.button_size_middle{min-height:36px}.button_size_small{min-height:30px;font-size:14px;letter-spacing:.25px;-moz-column-gap:6px;column-gap:6px}.button_size_small.button_type_label-only{padding-right:12px;padding-left:12px}.button_size_small.button_type_label-only.button--inline{margin-left:-12px}.button_size_small.button_type_label-with-icon{padding-right:12px;padding-left:10px}.button_size_small.button_type_label-with-icon.button--inline{margin-left:-10px}.button_size_small.button_type_icon-only{padding-right:7px;padding-left:7px}.button_size_small.button_type_icon-only.button--inline{margin-left:-7px}.button_variant_filled{color:#fff !important}.button_variant_filled svg path{fill:#fff !important}.button_variant_filled.button_color_default{border:none;background-color:#333}.button_variant_filled.button_color_default:hover{background-color:var(--mtui-clr-black)}.button_variant_filled.button_color_default:active,.button_variant_filled.button_color_default.button--clicked{background-color:#333;box-shadow:0 0 0 4px var(--mtui-clr-black-2)}.button_variant_filled.button_color_default.button--disabled{background-color:var(--mtui-clr-black-12);border-color:rgba(0,0,0,.08)}.button_variant_filled.button_color_primary{border:none;background-color:var(--mtui-clr-primary)}.button_variant_filled.button_color_primary:hover{background-color:var(--mtui-clr-primary-8)}.button_variant_filled.button_color_primary:active,.button_variant_filled.button_color_primary.button--clicked{background-color:var(--mtui-clr-primary);border-color:var(--mtui-clr-primary-1);box-shadow:0 0 0 4px var(--mtui-clr-primary-1)}.button_variant_filled.button_color_primary.button--disabled{background-color:var(--mtui-clr-primary)}.button_variant_filled.button_color_success{border:none;background-color:var(--mtui-clr-success)}.button_variant_filled.button_color_success:hover{background-color:var(--mtui-clr-green)}.button_variant_filled.button_color_success:active,.button_variant_filled.button_color_success.button--clicked{background-color:var(--mtui-clr-success);border-color:var(--mtui-clr-success-2);box-shadow:0 0 0 4px var(--mtui-clr-success-2)}.button_variant_filled.button_color_success.button--disabled{background-color:var(--mtui-clr-green-light)}.button_variant_filled.button_color_danger{border:none;background-color:var(--mtui-clr-danger-8)}.button_variant_filled.button_color_danger:hover{background-color:var(--mtui-clr-danger)}.button_variant_filled.button_color_danger:active,.button_variant_filled.button_color_danger.button--clicked{background-color:var(--mtui-clr-danger-8);border-color:var(--mtui-clr-danger-light-2);box-shadow:0 0 0 4px var(--mtui-clr-danger-light-12)}.button_variant_filled.button_color_danger.button--disabled{background-color:var(--mtui-clr-danger)}.button_variant_outline{border-width:1px;border-style:solid;background-color:#fff}.button_variant_outline.button_color_default{color:var(--mtui-clr-black-8);border-color:var(--mtui-clr-black-12)}.button_variant_outline.button_color_default svg path{fill:var(--mtui-clr-black-8)}.button_variant_outline.button_color_default:hover{background-color:var(--mtui-clr-black-02);color:var(--mtui-clr-primary)}.button_variant_outline.button_color_default:hover svg path{fill:var(--mtui-clr-primary)}.button_variant_outline.button_color_default:active,.button_variant_outline.button_color_default.button--clicked{background-color:var(--mtui-clr-black-04);box-shadow:0 0 0 4px var(--mtui-clr-black-04)}.button_variant_outline.button_color_default.button--disabled{background:#fff;color:var(--mtui-clr-black-8)}.button_variant_outline.button_color_default.button--disabled svg path{fill:var(--mtui-clr-black-8)}.button_variant_outline.button_color_default.button--pressed{background-color:var(--mtui-clr-primary-04);color:var(--mtui-clr-primary);border-color:var(--mtui-clr-primary-1)}.button_variant_outline.button_color_default.button--pressed:hover{background-color:var(--mtui-clr-primary-1)}.button_variant_outline.button_color_primary{background-color:#fff;color:var(--mtui-clr-primary);border-color:rgba(65,126,225,.64)}.button_variant_outline.button_color_primary svg path{fill:var(--mtui-clr-primary)}.button_variant_outline.button_color_primary:hover{background-color:var(--mtui-clr-black-02);color:var(--mtui-clr-primary)}.button_variant_outline.button_color_primary:hover svg path{fill:var(--mtui-clr-primary)}.button_variant_outline.button_color_primary:active,.button_variant_outline.button_color_primary.button--clicked{background-color:#fff;box-shadow:0 0 0 4px var(--mtui-clr-primary-1)}.button_variant_outline.button_color_primary.button--pressed{background-color:var(--mtui-clr-primary-04);color:var(--mtui-clr-primary);border-color:var(--mtui-clr-primary-1)}.button_variant_outline.button_color_primary.button--pressed:hover{background-color:var(--mtui-clr-primary-1)}.button_variant_outline.button_color_success{background:none;color:var(--mtui-clr-success);border-color:var(--mtui-clr-success-2)}.button_variant_outline.button_color_success svg path{fill:var(--mtui-clr-success)}.button_variant_outline.button_color_success:hover{background-color:var(--mtui-clr-success-4);color:var(--mtui-clr-success);border-color:var(--mtui-clr-success-2)}.button_variant_outline.button_color_success:hover svg path{fill:var(--mtui-clr-success)}.button_variant_outline.button_color_success:active,.button_variant_outline.button_color_success.button--clicked{background-color:#fff;color:var(--mtui-clr-success);border-color:var(--mtui-clr-success-2);box-shadow:0 0 0 4px var(--mtui-clr-success-12)}.button_variant_outline.button_color_success:active svg path,.button_variant_outline.button_color_success.button--clicked svg path{fill:var(--mtui-clr-success)}.button_variant_outline.button_color_danger{background:none;color:var(--mtui-clr-danger);border-color:var(--mtui-clr-danger-light-2)}.button_variant_outline.button_color_danger svg path{fill:var(--mtui-clr-danger)}.button_variant_outline.button_color_danger:hover{background-color:var(--mtui-clr-danger-4);color:var(--mtui-clr-danger-dark);border-color:var(--mtui-clr-danger-light-2)}.button_variant_outline.button_color_danger:hover svg path{fill:var(--mtui-clr-danger-dark)}.button_variant_outline.button_color_danger:active,.button_variant_outline.button_color_danger.button--clicked{background-color:#fff;color:var(--mtui-clr-danger-dark);border-color:var(--mtui-clr-danger-2);box-shadow:0 0 0 4px var(--mtui-clr-danger-light-12)}.button_variant_outline.button_color_danger:active svg path,.button_variant_outline.button_color_danger.button--clicked svg path{fill:var(--mtui-clr-danger-dark)}.button_variant_outline.button_color_danger.button--disabled{background-color:#fff;color:var(--mtui-clr-danger);border-color:var(--mtui-clr-danger-2)}.button_variant_outline.button_color_danger.button--disabled svg path{fill:var(--mtui-clr-danger)}.button_variant_link{background:none;border:none}.button_variant_link.button_color_default{color:var(--mtui-clr-black-8)}.button_variant_link.button_color_default:hover{background-color:var(--mtui-clr-black-02);color:var(--mtui-clr-primary)}.button_variant_link.button_color_default:hover svg path{fill:var(--mtui-clr-primary)}.button_variant_link.button_color_default:active,.button_variant_link.button_color_default.button--clicked{background-color:#fff;box-shadow:0 0 0 4px var(--mtui-clr-black-04)}.button_variant_link.button_color_default.button--disabled{background:var(--mtui-clr-black-02)}.button_variant_link.button_color_primary{color:var(--mtui-clr-blue)}.button_variant_link.button_color_primary svg path{fill:var(--mtui-clr-blue)}.button_variant_link.button_color_primary:hover{background-color:var(--mtui-clr-black-02);color:var(--mtui-clr-primary)}.button_variant_link.button_color_primary:hover svg path{fill:var(--mtui-clr-primary)}.button_variant_link.button_color_primary:active,.button_variant_link.button_color_primary.button--clicked{background-color:#fff;box-shadow:0 0 0 4px var(--mtui-clr-primary-04)}.button_variant_link.button_color_primary.button--disabled{background:var(--mtui-clr-primary-2)}.button_variant_link.button_color_success{color:var(--mtui-clr-success)}.button_variant_link.button_color_success svg path{fill:var(--mtui-clr-success)}.button_variant_link.button_color_success:hover{background-color:var(--mtui-clr-success-4);color:var(--mtui-clr-success)}.button_variant_link.button_color_success:hover svg path{fill:var(--mtui-clr-success)}.button_variant_link.button_color_success:active,.button_variant_link.button_color_success.button--clicked{box-shadow:0 0 0 4px var(--mtui-clr-success-12);background-color:#fff;color:var(--mtui-clr-success)}.button_variant_link.button_color_success:active svg path,.button_variant_link.button_color_success.button--clicked svg path{fill:var(--mtui-clr-success)}.button_variant_link.button_color_danger{color:var(--mtui-clr-danger)}.button_variant_link.button_color_danger svg path{fill:var(--mtui-clr-danger)}.button_variant_link.button_color_danger:hover{background-color:var(--mtui-clr-danger-4);color:var(--mtui-clr-danger-dark)}.button_variant_link.button_color_danger:hover svg path{fill:var(--mtui-clr-danger-dark)}.button_variant_link.button_color_danger:active,.button_variant_link.button_color_danger.button--clicked{box-shadow:0 0 0 4px var(--mtui-clr-danger-light-12);background-color:#fff;color:var(--mtui-clr-danger-dark)}.button_variant_link.button_color_danger:active svg path,.button_variant_link.button_color_danger.button--clicked svg path{fill:var(--mtui-clr-danger-dark)}.button_variant_link.button_color_danger.button--disabled{background-color:#fff;color:var(--mtui-clr-danger)}.button_variant_link.button_color_danger.button--disabled svg path{fill:var(--mtui-clr-danger)}.button.align-left{text-align:left;justify-content:left}.button .expand-icon{transition:.2s ease-in-out}.button .expand-icon_rotated{transform:rotate(180deg)}.button .loader-icon{animation:spin 1.5s linear infinite;height:20px;width:20px}a.button_variant_outline.button_size_large{min-height:42px}a.button_variant_outline.button_size_middle{min-height:34px}a.button_variant_outline.button_size_small{min-height:28px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:"Montserrat";font-style:normal;font-weight:400;font-display:optional;src:local("Montserrat Regular"),local("Montserrat-Regular"),url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:500;font-display:optional;src:local("Montserrat Medium"),local("Montserrat-Medium"),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:600;font-display:optional;src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:optional;src:local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:optional;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-display:optional;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:optional;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}:root{--mdc-theme-primary: #00c853;--mdc-theme-primary-little-opacity: rgb(51, 211, 117);--mdc-theme-primary-opacity: rgba(0, 200, 83, 0.64);--mdc-theme-primary-very-opacity: rgba(0, 200, 83, 0.2);--mdc-theme-primary-super-opacity: rgba(0, 200, 83, 0.04);--mdc-theme-light: #5efc82;--mdc-theme-very-light: #f5fdf8;--mdc-theme-bold: #009624;--mdc-theme-secondary: #00c853;--mdc-theme-background: #fff;--mdc-theme-surface: #fff;--mdc-theme-error: #b00020;--mdc-theme-on-primary: #fff;--mdc-theme-on-secondary: #fff;--mdc-theme-on-surface: #000;--mdc-theme-on-error: #fff;--mdc-border: #d9d9d9;--mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);--mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);--mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);--mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);--mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);--mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);--mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);--border-landing-img-color: rgba(0, 0, 0, 0.12);--text-input-landing-color: rgba(0, 0, 0, 0.48);--text-info-landing-color: rgba(0, 0, 0, 0.64);--mdc-theme-text-primary-on-dark: white;--mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);--mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);--mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);--landing-block-background: rgba(255, 255, 255, 0.08);--light-grey-background: #00000005;--mdc-theme-text-info: #03a14c;--mdc-layout-grid-margin-desktop: 24px;--mdc-layout-grid-gutter-desktop: 24px;--mdc-layout-grid-column-width-desktop: 72px;--mdc-layout-grid-margin-tablet: 16px;--mdc-layout-grid-gutter-tablet: 16px;--mdc-layout-grid-column-width-tablet: 72px;--mdc-layout-grid-margin-phone: 16px;--mdc-layout-grid-gutter-phone: 16px;--mdc-layout-grid-column-width-phone: 72px;--mdc-cahsback-color: #fc863b;--mdc-price_pending_update-color: #eb6a58;--mdc-theme-review-positive: #03a14c;--line-bottom-color: #417ee133;--orange-button-color: #f59b15;--border-landing-element-color: #00c85314;--background-landing-element-color: #00c85314;--better-block-color: #00c8530a;--border-card-title-color: #00c85333;--card-primary-text-color: #027d3b;--shadow-window: #0000001a;--rating-gradient: linear-gradient(255.86deg, rgba(0, 200, 83, 0.8) 7.2%, rgba(46, 235, 77, 0.8) 98.32%);--pms-gradient: linear-gradient(90deg, #03a14c 50%, #13ff75 70%);--pms-block-gradient: linear-gradient(90deg, #03a14c 0%, #00c853 100%);--pms-mobile-gradient: linear-gradient(90deg, rgba(3, 161, 76, 0.8), rgba(0, 200, 83, 0.9));--auth-banner-gradient: linear-gradient(180deg, #00a139 47.67%, #00c853 100%);--menu-gradient: linear-gradient(90deg, rgba(223, 255, 205, 1) 0%, rgba(253, 255, 239, 1) 100%);--transfer-gradient: linear-gradient( 90deg, rgba(21, 245, 66, 0.12) 28.34%, rgba(22, 200, 0, 0) 100%, rgba(0, 200, 19, 0.04) 100% );--purple-gradient: linear-gradient(90deg, #7e00e0 0%, #417ee1 100%);--black-card-gradient: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0) 100%);--icons-url: url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);--filled-star-url: url(/packs/media/new_design/filled_star-b2f3b2cebcb2ce3e36ad.svg);--cashback-url: url(/packs/media/new_design/cashback-ebf8609ab2f171dad1a6.svg);--default_background: url(/packs/media/new_design/coop-bg-7d7a0c509f2f111b731a.jpg);--cashback-mobile-background: url(/packs/media/new_design/main_bg-48ab5d40834c7b09962b.png);--cashback_header-url: url(/packs/media/new_design/mt_cashback_bubbles-cb8d704ee71106af4153.svg);--cashback_mobile_header-url: url(/packs/media/new_design/mt_cashback_bubbles_mobile-946cbd2fcc627d280992.svg);--cashback_girl-url: url(/packs/media/new_design/girl_pic_mt-31bc050ca3db285d88fc.png);--cashback_percents: url(/packs/media/new_design/percents_cashback_mt-256d0255bdf640d80131.svg);--price_pending_update: url(/packs/media/Icon/crossed_out_lightning-9d313178f7a6d4e1f40d.svg);--close-primary-url: url(/packs/media/new_design/close-green-628aea8bc38ca20d3a5c.svg);--logo-url: url(/packs/media/new_design/logo-mt-6b6e3743a9826a336b1b.png);--search-primary-url: url(/packs/media/new_design/search_green-0b499fb2b9a7b32f0f4e.svg);--instant-url: url(/packs/media/new_design/momentum-74239ebbe098e393d4cb.svg);--phone-url: url(/packs/media/new_design/call-38fedd100d7f64464dcf.svg);--maphome-url: url(/packs/media/new_design/maphome-2382e7dd203138d6a51f.svg);--service-icon-fiter: invert(64%) sepia(41%) saturate(3872%) hue-rotate(100deg) brightness(92%) contrast(102%);--close-icon-url: url(/packs/media/new_design/close-4e22128da743d00b556e.svg);--flash-white-url: url(/packs/media/Icon/flash-white-393e124768964289e3b7.svg);--search-icon-url: url(/packs/media/new_design/search_icon-f9e8da4380ef2c6929be.svg);--vk-auth-icon-url: url(/packs/media/new_design/vk_logo-9d7107e1eef42f92c610.svg);--info-icon-url: url(/packs/media/new_design/info_green-c95c8a6862557c149616.svg);--type-like-url: url(/packs/media/sanatoriums/type_like-0513622e0db0c80142c8.svg);--pattern-landing: url(/packs/media/landing/pattern-d3bea6b8534b8fcb08fe.svg);--mark-landing: url(/packs/media/landing/mark-b22bf35b4ef9eedeefbc.svg);--phone-and-desc-landing: url(/packs/media/landing/phoneAndDescExtranet-20461a0bfe236310d550.png);--landing-block-pattern: url(/packs/media/landing/patternBlock-961ecc1989709a5cc70f.svg);--landing-mobile-header: url(/packs/media/landing/headerMobile-fea308c639f5a210cbe5.svg);--mini-right-arrow: url(/packs/media/Icon/green_arrow-f5aa96def697f314abea.svg);--window-icon-succes: url(/packs/media/Icon/icon_succes-3e622518580edf1b9e92.svg);--window-icon-error: url(/packs/media/Icon/icon_error-e614608ea8b43706db07.svg);--forward-primary-color: url(/packs/media/Icon/forward-green-590b77cf87c392372c24.svg);--link-color: #03A14C;--mir-card-url: url(/packs/media/new_design/cashback_mir_mobile-3b1aa248ff58e4a55829.png);--mir-cards-url: url(/packs/media/new_design/mir_cards-ca4b8eb5e7c96abcf93f.png);--money-mir-url: url(/packs/media/new_design/money_mir-8213dfb6f0177eb6a75e.png);--gift-certificate-header-gradient: linear-gradient(90deg, rgba(3, 161, 63, 0.8) 34.73%, rgba(57, 133, 53, 0) 91.62%), linear-gradient(270deg, rgba(0, 14, 37, 0) 7.23%, rgba(0, 14, 37, 0.5) 55.31%), linear-gradient(270deg, rgba(13, 47, 48, 0.85) 0%, rgba(57, 133, 53, 0) 43.31%);--gift-certificate-header-gradient-mobile: linear-gradient(0deg, #027D3B 0%, rgba(57, 133, 53, 0) 39.71%), linear-gradient(90deg, rgba(3, 161, 63, 0.9) 70.06%, rgba(57, 133, 53, 0) 91.62%), linear-gradient(360deg, rgba(0, 14, 37, 0) 50%, rgba(0, 14, 37, 0.5) 83.86%), linear-gradient(270deg, rgba(0, 14, 37, 0) 12.25%, rgba(0, 14, 37, 0.5) 31.94%), linear-gradient(270deg, rgba(13, 47, 48, 0.8) -8.47%, rgba(57, 133, 53, 0) 13.56%);--gift-certificate-header-position-mobile: calc(100% + 142px);--gift-certificate-banner-size-mobile: auto 280px;--gift-certificate-banner-position-mobile: calc(100% + 145px) top;--certificate-phone: url(/packs/media/new_design/mt-certificate-phone-734c64beacf24df800eb.png);--step-last-gradient: linear-gradient(90deg, rgba(0, 188, 72, 0.8) 34.73%, rgba(0, 188, 72, 0) 73.53%), linear-gradient(270deg, rgba(13, 47, 48, 0.5) 0%, rgba(57, 133, 53, 0) 18.73%), linear-gradient(270deg, rgba(0, 14, 37, 0) 26.32%, rgba(0, 14, 37, 0.5) 55.31%);--step-last-position: -39px;--mobile-cert-header: #027D3B}.message{position:fixed;top:5px;left:50%;transform:translateX(-50%);background-color:#fff;padding:8px 16px;border-radius:8px;box-shadow:0 4px 16px 1px #0000001a;box-shadow:0 4px 16px 1px var(--shadow-window);display:flex;align-items:center;z-index:999}.message-hidden{display:none}.message__icon{background-repeat:no-repeat;background-position:center;background-size:cover;width:18px;height:18px;margin-right:6px}.message__icon-succes{background-image:url(/packs/media/Icon/icon_succes-3e622518580edf1b9e92.svg);background-image:var(--window-icon-succes)}.message__icon-error{background-image:url(/packs/media/Icon/icon_error-e614608ea8b43706db07.svg);background-image:var(--window-icon-error)}.message__text{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:22px;letter-spacing:.4px;color:rgba(0, 0, 0, 0.87);color:var(--mdc-theme-text-primary-on-light)}.footer{width:100%;padding:0 !important;background:rgba(0,0,0,.04);font-family:"Roboto",sans-serif;font-size:16px;font-weight:400;letter-spacing:.4px;color:rgba(0,0,0,.8)}.footer__container{width:1172px;margin:0 auto;display:flex;align-items:stretch;justify-content:center;gap:16px}.footer__top-block{width:100%;padding:48px 0 32px}.footer__brand-block{width:282px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.footer__brand-top{padding:0 8px;display:flex;flex-direction:column;gap:20px}.footer__brand-logo{background-position:left center;background-repeat:no-repeat;background-size:contain}.footer__brand-logo_mt{background-image:url(/packs/media/Icon/logo-black-0e266f83277873cf3dac.svg);width:144px;height:16px;margin:10px 8px}.footer__brand-logo_kx{background-image:url(/packs/media/sanatoriums/logo_black_2.0-a69ba507f93adce19919.svg);width:109px;height:18px;margin:8.5px 8px 9.5px 7px}.footer__brand-logo_ubook{background-image:url(/packs/media/ubook/logo_desktop_blue-2961004ab526bfed3e3e.png);width:90px;height:32px;margin:2px 8px}.footer__brand-years{padding:0 8px;line-height:22px}.footer__brand-description{padding:0 8px;opacity:.6;line-height:22px}.footer__links-block{width:874px;padding-top:4px;display:flex;flex-direction:column;gap:16px}.footer__links-box{width:100%;display:flex;gap:16px}.footer__links-box_seo-pages{padding:0 0 4px 4px;gap:0;flex-wrap:wrap}.footer__links-column{flex:1 1;display:flex;flex-direction:column;align-items:flex-start}.footer__links-column .button{white-space:nowrap}.footer__links-title{padding:0 16px 16px;opacity:.6;line-height:22px;color:rgba(0,0,0,.8) !important}.footer__link{height:36px;padding:8px 16px;line-height:20px;color:rgba(0,0,0,.8)}.footer__bottom-block{width:100%;padding:40px 0;border-top:1px solid rgba(0,0,0,.08)}.footer__trustful-block{width:298px;padding:0 14px;display:flex;gap:8px}.footer__trustful-logo{width:55px;height:55.33px;background:url(/packs/media/new_design/gerb_black-34041795b739a655be7c.svg) center/100% 100% no-repeat}.footer__trustful-code{line-height:22px;opacity:.6}.footer__payment-block{display:flex;align-items:center;gap:16px;flex:1 1}.footer__payment-logo{width:122.28px;height:48px;background:url(/packs/media/brand/t-bank_white-bg-6915eaad8580f652cf82.svg) center/100% 100% no-repeat}.footer__social-block{margin-right:29px;display:flex;gap:10px}.footer__social-item{padding:8px 16px;display:flex;gap:10px}.footer__social-item_vk .footer__social-logo{width:24px;height:24px;background:url(/packs/media/new_design/vk-6acb53e6bfab64f0a2e6.svg) center/100% 100% no-repeat}.footer__camp_info{padding:8px 16px;font-size:14px;line-height:20px;letter-spacing:.25px;color:rgba(0,0,0,.4784313725)}.footer__camp_info span,.footer__camp_info a{color:rgba(0,0,0,.8) !important}.footer__cookie-notice{font-size:14px;line-height:20px;letter-spacing:.25px;margin-left:16px;color:rgba(0,0,0,.48)}@media screen and (max-width: 1200px){.footer__container{width:auto}}.display-none{display:none}.div-service-icon{width:24px;height:24px;margin-right:10px;background-repeat:no-repeat !important;background-position:center !important}.all_services__title-wrapper{display:flex;align-items:center;margin-bottom:16px;margin-top:16px}.auth__ico-dark{background-image:url(/packs/media/new_design/profile-avatar-dark-47e744ae1c51cf11e459.png);background-repeat:no-repeat;background-size:100%;width:28px;height:28px}.auth__ico-light{background-image:url(/packs/media/new_design/profile-avatar-light-425b0f06ee7d3c76e6bb.png);background-repeat:no-repeat;background-size:100%;width:28px;height:28px}.popup{overflow:auto;background:#fff;width:500px;bottom:200px;top:auto;top:initial;left:50%;height:auto;z-index:1000;margin:0;border-radius:6px;box-shadow:none;margin-left:-250px;overflow-x:hidden}.popup.search-params-popup{height:auto;height:initial;bottom:auto;bottom:initial;padding-bottom:26px;box-shadow:none}.popup-body_padding{padding:15px}.popup-body_btn{padding-bottom:75px}.popup-body__text{white-space:normal;color:#0a0a0a}.popup-auth{position:fixed;top:0;left:0;margin:0;width:100%;height:100%;background:none !important;overflow-y:auto;border:none !important}.popup-auth *{font-family:Roboto,"sans-serif"}.popup-auth__content{position:relative;background:#fff;height:100%;width:500px;margin:10% auto 10%;padding-bottom:32px;border:1px solid #d9d9d9;border-radius:6px}.popup-top{display:flex;justify-content:space-between;align-items:center;padding:15px}.popup-top-left{-moz-column-gap:16px !important;column-gap:16px !important;justify-content:start !important}.popup-top-big{padding:15px}.popup-top__text{flex-grow:1;margin-left:18px}.popup-top input{font-size:14px}.popup-top__title{text-align:center;margin:0 auto;color:#7f7f7f}.popup-top__center{position:absolute;justify-self:center;width:100%;text-align:center;margin-left:-15px;z-index:-1}.popup-top_border{border-bottom:1px solid #d9d9d9}.popup-btn{border-radius:8px;padding:9px 10px;text-align:center;font-weight:500}.popup-btn-green{background:#00c853;background:var(--mdc-theme-primary);color:#fff;flex:1 1}.popup-btn_all{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;border:none;padding:0;left:0;z-index:1001}.popup-btn_all .btn_mob{width:90%;margin:0 auto 15px auto;box-shadow:0 4px 8px rgba(149,127,12,.25)}.popup-tabs{display:flex;margin-top:10px}.popup-tabs__tab{text-align:center;flex-grow:1;font-weight:500;letter-spacing:.25px;font-size:14px;line-height:23px;color:#333;overflow:hidden}.popup-tabs__tab:hover{color:#333}.popup-tabs__tab-active{color:#00c853;color:var(--mdc-theme-primary)}.popup-tabs__tab-active:active,.popup-tabs__tab-active:hover{color:#00c853;color:var(--mdc-theme-primary)}.popup-tabs__tab-active:after{display:block;content:"";height:4px;border-radius:8px;background:#00c853;background:var(--mdc-theme-primary);margin-bottom:-2px}.popup-footer{position:absolute;bottom:0;left:0;width:100%;padding:15px;background:#fff;border-top:1px solid #d9d9d9;z-index:1000;display:flex;-moz-column-gap:20px;column-gap:20px}.popup-footer-auth{margin-top:10px;padding:10px;border-top:1px solid #d9d9d9}.popup-footer-auth_flex{display:flex;justify-content:center;gap:10px}.popup-submit-no-icon{background:#00c853;background:var(--mdc-theme-primary);color:#fff;flex:1 1;padding:10px;border-radius:8px}.popup-submit-no-icon:hover{color:#fff}.popup-submit{background:#00c853;background:var(--mdc-theme-primary);color:#fff;flex:1 1;padding:10px;border-radius:8px}.popup-submit:before{content:"";display:inline-block;width:18px;height:18px;background:url(/packs/media/new_design/search-297734b8285e0d3190f5.svg);margin-bottom:-3px;margin-right:10px}.icon-close{background:url(/packs/media/new_design/close-4e22128da743d00b556e.svg) no-repeat center;background-size:26px 26px;width:26px;height:26px;margin-top:-3px;cursor:pointer}.popup-auth__checkbox-label{color:#333;font-weight:400;line-height:14px;letter-spacing:.7px;font-size:10px}.popup-auth__checkbox-label a{text-decoration-line:underline;color:#333}.objects-tabs{display:flex;position:relative}.objects-tabs__placeholder{height:36px}.objects-tabs__wrapper{overflow-x:scroll;width:100%;max-width:567px;margin:auto;position:relative}.objects-tabs__wrapper::-webkit-scrollbar{display:none}.objects-tabs-fixed{position:fixed !important;top:54px;z-index:10000;background:#fff}.objects-tabs__tab{letter-spacing:.25px;font-size:14px;line-height:23px;padding:0 8px;white-space:nowrap;color:#fff;overflow:hidden;display:flex;justify-content:center;height:49px;width:133px;margin-bottom:-5px;align-items:flex-end;margin-right:18.5px;border-radius:5px 5px 0 0}.objects-tabs__tab-active{background-color:#fff;color:#333}.objects-tabs__tab:hover{color:#fff}.objects-tabs__tab-active:hover{color:#333}.under_line_white{border-bottom:1px solid #fff;margin-bottom:12px;height:30px;width:133px;display:flex;align-items:center;justify-content:space-evenly}.objects-tabs-icon{height:20px;width:20px;display:inline-block;background-repeat:no-repeat}.objects-tabs__tab .objects-tabs-icon{filter:grayscale(100%)}.objects-tabs__tab-active .objects-tabs-icon{filter:brightness(15%)}.objects-tabs-icon.icon-all-types{background-image:url(/packs/media/sanatoriums/all-objects-icon_white-251dce56e38369b9f8d9.svg)}.objects-tabs-icon.icon-sanatoriums{background:url(/packs/media/sanatoriums/sanatoriums-icon_white-60083527113b1fbe6736.svg) no-repeat}.objects-tabs-icon.icon-bazi{background:url(/packs/media/sanatoriums/turbazi-icon_white-264da866d0728982b93b.svg) no-repeat}.search-icon_img{background-image:url(/packs/media/new_design/search_icon-f9e8da4380ef2c6929be.svg);background-image:var(--search-icon-url);height:48px;width:48px;margin-right:15px}.search-none__grid{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto}.search-none__grid__text{margin-top:4px;margin-bottom:24px}.filter-search-none__btn{border-radius:6px;background:#00c853;background:var(--mdc-theme-primary);padding:1px 8px;justify-content:center;align-items:center;gap:4px;margin-bottom:8px;margin-right:8px;white-space:nowrap;height:26px}.filter-search-none__btn__text{color:#fff;text-align:center;background:#00c853;background:var(--mdc-theme-primary);padding:0;font-family:"Open Sans",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.444px}.filter-tags-list{display:flex;width:100%;flex-wrap:wrap;overflow-x:auto;margin:16px 0}.filter-tags-list__tag{background:url(/packs/media/new_design/close-24px-424118559e91688d69b6.svg) no-repeat;background-position:right 5px top 4px;background-size:16px 16px;border:1px solid #cdcccc;border-radius:6px;padding:1.5px 23px 1.5px 8px;color:#757575;margin-right:8px;margin-bottom:8px;white-space:nowrap;font-size:14px;letter-spacing:.25px;font-weight:300;cursor:pointer}.margin-0-5{margin:0 5px}.tooltip{position:relative;cursor:help}.tooltip .tooltiptext{visibility:hidden;width:300px;color:#212121;background:#fff;border-radius:6px;padding:20px;position:absolute;z-index:1000;font-size:12px;font-style:normal;font-weight:400;line-height:18px;bottom:125%;left:50%;margin-left:-150px;opacity:0;transition:opacity .3s;box-shadow:0 3px 8px 0 rgba(13,12,12,.15),0 0 0 1px rgba(0,0,0,.05)}.tooltip .tooltiptext b{font-size:14px;font-style:normal;font-weight:700;margin-bottom:8px;display:block}.tooltip .tooltiptext.middle{width:390px}.tooltip .tooltiptext.wide{width:441px}.tooltip .tooltiptext.filter{text-align:left;white-space:break-spaces}.tooltip:hover .tooltiptext.auto{visibility:visible;opacity:1;z-index:1000;transform:translateX(-40%)}.user-icon__badge{font-size:10px;font-weight:500;background:rgba(224,27,0,.8);border-radius:20px;color:#fff;width:auto;height:16px;position:absolute;top:-7px;right:-11px;text-align:center;padding:0 5.5px;padding-top:1px}.likes__badge{top:-10px}.relative{position:relative}.client-menu{flex-direction:column;position:absolute;width:240px;border-radius:16px;background-color:#fff;border:1px solid #d9d9d9;box-shadow:-2px 3px 8px 0px rgba(13,12,12,.2549019608);z-index:1;top:50px;right:.5vw;padding:10px 0}.client-menu a{color:#212121 !important}.client-menu__item{padding:8px 16px;cursor:pointer;height:40px;display:flex;align-items:center;justify-content:space-between}.client-menu__item-flex{display:flex;align-items:center}.client-menu__item:hover{background-color:#d9d9d9}.client-menu__border{background-color:#d9d9d9;height:1px;margin:5px 0}.link_green{color:rgba(0,0,0,.8);height:36px}.link_green:hover{color:#00c853;color:var(--mdc-theme-primary)}.link_green.ubook-hover:hover{color:#fff;opacity:.75}.link_white{color:#fff}.link_white:hover .auth__name{color:#00c853 !important;color:var(--mdc-theme-primary) !important}.link_white.ubook-hover:hover .auth__name{color:#fff !important;opacity:.75}.link_white:hover .auth__name{color:#00c853 !important;color:var(--mdc-theme-primary) !important}#likes-icon .icon{position:relative}.auth__name{font-size:16px}.header-menu__auth__hovered{background-color:rgba(0,0,0,.0196078431)}.header-menu__auth:hover{background-color:rgba(0,0,0,.0196078431)}.header-menu__auth:hover .user_hovered{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-90px 0;background-repeat:no-repeat}.link_green__hovered{color:#00c853 !important;color:var(--mdc-theme-primary) !important}#bonuses-popup-link{border-bottom:1px dashed gray;font-family:Roboto,"sans-serif";font-size:14px;font-weight:400;line-height:21px}.switch{position:relative;display:inline-block;width:42px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:gray;transition:.4s}input:disabled+.slider{background-color:rgba(0,0,0,.12)}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;box-shadow:0px 4px 4px 0px rgba(0,0,0,.16)}input:disabled+.slider:before{background-color:hsla(0,0%,100%,.8)}input:checked+.slider{background-color:#00c853;background-color:var(--mdc-theme-primary)}input:checked+.slider:before{transform:translateX(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.rounded-image{border-radius:50%;width:32px;height:32px;-o-object-fit:cover;object-fit:cover}.bonuses-container{display:flex;background-color:rgba(126,0,224,.0392156863);border-radius:16px}.user_info{padding:4px;border-radius:6px;z-index:501;color:#fff;background-color:#00c853;background-color:var(--mdc-theme-primary);font-weight:600;box-shadow:0px 2px 4px rgba(13,12,12,.1)}#admin_elements{position:fixed;bottom:3px;right:3px;display:flex;-moz-column-gap:8px;column-gap:8px;align-items:center}.header-icons{display:flex;gap:15px}.lead-catcher{background:radial-gradient(circle farthest-side at 100% -100%, rgba(0, 200, 83, 0.4) 0%, rgba(0, 200, 83, 0.03) 100%)}.lead-catcher_blue{background:radial-gradient(circle farthest-side at 100% -100%, rgba(65, 126, 225, 0.4) 0%, rgba(65, 126, 225, 0.03) 100%) !important}.lead-catcher .popup-top{display:flex;justify-content:space-between;align-items:flex-start;padding:15px}.lead-catcher_wrapper{display:flex;gap:16px;flex-direction:column;padding-left:33px;padding-top:15px}.lead-catcher__header{display:flex;gap:8px;align-items:center}.lead-catcher__header__sale{background-color:#f50;color:#fff;font-weight:700;font-size:32px;width:63px;height:42px;border-radius:8px;display:flex;justify-content:center;align-items:center}.lead-catcher h1{font-weight:700;font-size:32px;color:rgba(0,0,0,.8)}.lead-catcher p{font-weight:500;font-size:16px;color:rgba(0,0,0,.8)}.banner__percent-first{background:url(/packs/media/images/percent1-d1affc507e3f52ca73e2.svg) no-repeat;background-size:100%;width:70px;height:70px;position:absolute;right:10px;top:80px}.banner__percent-first_blue{background:url(/packs/media/sanatoriums/percent1_blue-fa091cef7b443b0dc455.svg) no-repeat;height:90px;top:70px}.banner__percent-second{background:url(/packs/media/images/percent3-579277294b3c0f917b33.svg) no-repeat;background-size:100%;width:120px;height:90px;position:absolute;right:10px;top:35px}.banner__percent-second_blue{background:url(/packs/media/sanatoriums/percent3_blue-7c466adfa30c71946ba6.svg) no-repeat;height:80px}#books-icon{margin:0 18px}.header-menu__auth{display:flex;align-items:center;height:37px;padding:0 16px;border-radius:8px;grid-gap:12px;gap:12px}.client-menu .icon-books_black{margin-right:15px}.typography-h1{font-weight:700;font-size:32px;color:rgba(0,0,0,.8)}.cookie-banner__wrapper{left:16px;bottom:16px;max-width:480px;padding:15px 15px 15px 16px}.daily_offers{display:flex;gap:10px}.daily_offers__timer{display:flex;align-items:center}.daily_offers__timer__container{font-family:"Open Sans",sans-serif;font-size:20px;line-height:30px;letter-spacing:0;color:#c11800;display:flex;gap:16px;align-items:center}.daily_offers__timer__wrapper{display:flex;gap:12px;align-items:center}.daily_offers__timer_hours,.daily_offers__timer_minutes,.daily_offers__timer_seconds{height:50px;padding:0 8px 0 10px;border-radius:8px;background-color:rgba(224,27,0,.0784313725)}.daily_offers__timer_colon{padding:0 8px}.daily_offers__timer span{font-size:28px;font-weight:600;line-height:50px;letter-spacing:.25px;color:#e01b00}.daily_offers__item{padding:10px;border-radius:10px;font-size:14px;border:1px solid rgba(0,0,0,0);width:230px}.daily_offers__item:hover{border-color:#d9d9d9}.daily_offers__item__title{font-weight:700;line-height:17px;letter-spacing:0;margin-top:16px;margin-bottom:4px;color:#212121}.daily_offers__item__subtitle{line-height:20px;letter-spacing:.25px;margin-bottom:12px;color:#757575}.daily_offers__item__sale-wrap{display:flex;gap:4px}.daily_offers__item__old_price{text-decoration:line-through;font-size:16px;line-height:22px;letter-spacing:.4px;color:#606060}.daily_offers__item__discount{color:#fff;background-color:#f50;padding:0 2px;height:20px;border-radius:4px;line-height:20px;letter-spacing:.25px}.daily_offers__item__price{font-size:18px;font-weight:700;line-height:24px;letter-spacing:.2px;color:#e01b00}.daily_offers__item img{border-radius:5px;height:150px;width:210px;-o-object-fit:cover;object-fit:cover}.daily_offers__item span{display:inline-flex;white-space:nowrap;gap:2px}.daily_offers__item__bottom{display:flex;justify-content:space-between;align-items:flex-end}.daily_offers__item__btn{width:36px;height:36px;border-radius:5px;align-items:center;justify-content:center;background-color:#00c853;background-color:var(--mdc-theme-primary);display:none}.daily_offers__item__btn:hover{background-color:#5efc82;background-color:var(--mdc-theme-light)}.daily_offers__item .icon-arrow{background-image:url(/packs/media/new_design/arrow_forward-white-b6cc3330b3eedfe709be.svg);width:20px;height:20px}.daily_offers__item:hover .daily_offers__item__btn{display:flex}.daily_offers__block{padding:10px 10px 10px 20px;border-radius:6px;border:1px solid rgba(224,27,0,.1215686275);display:flex;justify-content:space-between;color:#c11800;margin-bottom:22px}.daily_offers__block-text{font-weight:700;align-content:center}.daily_offers__block .daily_offers__timer__container{font-size:16px;line-height:36px;letter-spacing:0}.daily_offers__block .daily_offers__timer__container svg{width:22px;height:22px}.daily_offers__block .daily_offers__timer__wrapper{gap:8px}.daily_offers__block .daily_offers__timer span{font-size:20px;line-height:24px}.daily_offers__block .daily_offers__timer_hours,.daily_offers__block .daily_offers__timer_minutes,.daily_offers__block .daily_offers__timer_seconds{height:36px;padding:0 6px 0 9px;border-radius:6px;align-content:center}.daily_offers__block .daily-offers-timer-skeleton{gap:20px}.daily_offers__block .daily-offers-timer-skeleton__block{height:36px;width:51px}.daily-offers-timer-skeleton{display:flex;gap:22px}.daily-offers-timer-skeleton__block{height:50px;width:67px;background-color:#f4f4f4;border-radius:8px;position:relative;overflow:hidden}.daily-offers-timer-skeleton__block:after{content:"";width:250%;height:100%;position:absolute;top:0;left:0;animation-duration:1s;animation-iteration-count:infinite;animation-name:loader-animate;animation-timing-function:linear;background:linear-gradient(to right, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.08) 40%, rgba(0, 0, 0, 0.01) 81%)}.daily_offers__timer-compact.daily_offers__timer__container{font-size:14px;font-weight:400;line-height:16px;justify-content:flex-end}.daily_offers__timer-compact .daily_offers__timer__wrapper{gap:4px}.daily_offers__timer-compact .daily_offers__timer_hours,.daily_offers__timer-compact .daily_offers__timer_minutes,.daily_offers__timer-compact .daily_offers__timer_seconds{height:23px;padding:3px;border-radius:5px}.daily_offers__timer-compact .daily_offers__timer_hours div,.daily_offers__timer-compact .daily_offers__timer_minutes div,.daily_offers__timer-compact .daily_offers__timer_seconds div{line-height:normal}.daily_offers__timer-compact .daily_offers__timer_colon{padding:0 3px}@keyframes loader-animate{0%{transform:translate3d(-100%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}html{width:100%;max-width:100%}body{font-family:"Open Sans",sans-serif;font-weight:normal;font-size:16px;color:#212121;line-height:1.5em}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",sans-serif;font-weight:700;color:#212121}h1{font-size:60px}h2{font-size:42px}h3{font-weight:600;font-size:34px}h4{font-size:24px}h5{font-size:20px}.h5,.direct-contacts_sub-title,.base-contact__title,.base-aside-box__title{font-size:20px}.title_light{font-weight:normal}sup{vertical-align:top;font-size:70%}.subtitle{font-size:14px}.subtitle_bold{font-size:16px;font-weight:bold}@media(min-width: 1200px){.container{max-width:1170px}}.text_gray_static{color:#9e9e9e}a,.page-nav__list-item a,.popup-nav__list-item a{cursor:pointer;border:medium none currentcolor;border:initial;color:#00c853;color:var(--mdc-theme-primary);text-decoration:none;outline:0;transition:all .3s}a:hover{color:#5efc82;color:var(--mdc-theme-light);outline:0}a:active{color:#009624;color:var(--mdc-theme-bold);outline:0}a:focus{color:#009624;color:var(--mdc-theme-bold);outline:0}a.link_gray,.footer a{color:#9e9e9e}a.link_gray:hover,.footer a:hover{color:#bdbdbd}a.link_gray:active,.footer a:active{color:#757575}a.link_gray:focus,.footer a:focus{color:#757575}a.link_black{color:#000}a.link_white{color:#fff}a.under,.under{position:relative}a.under:after,.under:after{content:"";display:block;position:absolute;left:0;bottom:2px;height:1px;width:100%}a.under_line:after,.under_line:after{bottom:0px;border-bottom:1px solid #00c853;border-bottom:1px solid var(--mdc-theme-primary)}a.under_line_green:after,.under_line_green:after{border-color:#00c853;border-color:var(--mdc-theme-primary)}a.under_line_gray:after,.under_line_gray:after{border-color:rgba(158,158,158,.5)}a.under_line_black:after,.under_line_black:after{border-color:#000}a.under_dot:after,.under_dot:after{border-bottom:1px dashed rgba(#00c853, 0.5);border-bottom:1px dashed rgba(var(--mdc-theme-primary), 0.5)}a.under_dot_green:after,.under_dot_green:after{border-bottom:1px dashed rgba(#00c853, 0.5);border-bottom:1px dashed rgba(var(--mdc-theme-primary), 0.5)}a.under_dot_gray:after,.under_dot_gray:after{border-bottom:1px dashed rgba(158,158,158,.5)}a.under_dot_black:after,.under_dot_black:after{border-bottom:1px dashed #000}a.under_border-gray-dot>span,.under_border-gray-dot>span{text-decoration:none;border-bottom:1px dashed rgba(158,158,158,.5)}.treatment_paragraph{color:#999;font-size:14px;margin-top:1px}.text_gray,.page-nav__list-item a,.popup-nav__list-item a,a.text_gray{color:#9e9e9e}.text_gray:hover,.page-nav__list-item a:hover,.popup-nav__list-item a:hover,a.text_gray:hover{color:#bdbdbd}.text_gray:active,.page-nav__list-item a:active,.popup-nav__list-item a:active,a.text_gray:active{color:#757575}.text_gray:focus,.page-nav__list-item a:focus,.popup-nav__list-item a:focus,a.text_gray:focus{color:#757575}.text_error,a.text_error{color:#f50}.text_white,a.text_white{color:#fff}.text_black,a.text_black{color:#000}.text_green,a.text_green{color:#00c853;color:var(--mdc-theme-primary)}.text_green2,a.text_green2{color:#47b04b}.text_light-gray,a.text_light-gray{color:#9e9e9e}.text_f14,a.text_f14{font-size:14px}.text_f12,a.text_f12{font-size:12px}.text_semi-bold,a.text_semi-bold{font-weight:600}.text_bold,a.text_bold{font-weight:700}.text_italic,a.text_italic{font-style:italic}.text_up,a.text_up{text-transform:uppercase}.text_center,a.text_center{text-align:center}a.text_green:hover{color:#5efc82;color:var(--mdc-theme-light)}a.text_green:active{color:#009624;color:var(--mdc-theme-bold)}a.text_green:focus{color:#009624;color:var(--mdc-theme-bold)}.all-base-row__item ul>li:not(.slider-tns__thumbnails-item),.base-services-box-row ul>li:not(.slider-tns__thumbnails-item){list-style:disc outside none;list-style:initial;margin:0;margin:initial;padding:0;padding:initial;border:medium none currentcolor;border:initial;font:inherit;line-height:1.5em;vertical-align:baseline}.slider-tns__thumbnails-item{list-style:none !important}.all-base-row__item ol:not(.slider-tns__thumbnails-item),.base-services-box-row ol:not(.slider-tns__thumbnails-item){display:block;list-style-type:decimal;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:26px}.all-base-row__item strong,.base-services-box-row strong{font-weight:bold}.all-base-row__item ul:not(.slider-tns__thumbnails),.base-services-box-row ul:not(.slider-tns__thumbnails){display:block;list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:26px}.all-base-row__item p,.base-services-box-row p{margin-bottom:10px}.price-box{display:flex;flex-wrap:wrap}.price{font-weight:500;font-size:26px;font-family:"Roboto",sans-serif;flex-basis:100%}.price_old{color:#9b9b9b;font-size:16px;text-decoration:line-through;margin-right:10px}.price_sale{color:#f50;font-size:16px;font-weight:normal}.price_wrapper{display:flex;align-items:center;-moz-column-gap:4px;column-gap:4px;white-space:nowrap}.price_discount-value{font-size:14px;line-height:16px;text-decoration:line-through;color:#9b9b9b;margin-right:4px}.price_discount-percent{text-decoration:none;border-radius:4px;background:#f50;padding:2px;color:#fff;text-align:center;font-size:14px;font-weight:400;line-height:16px}.price_bonuses{color:#00c853;color:var(--mdc-theme-primary);font-family:"Roboto",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;position:relative;display:inline-block}.price_bonuses:after{border-bottom:1px dashed #00c853;border-bottom:1px dashed var(--mdc-theme-primary);bottom:0}img{max-width:100%;max-height:100%}.img_radius{border-radius:5px;margin-bottom:14px}svg{display:block}button{border:none;outline:none;font-family:"Open Sans",sans-serif}section{padding:25px 0}.btn,a.btn{cursor:pointer;font-size:14px;font-weight:700;text-transform:uppercase;padding:8px 18px;border-radius:5px;background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;color:#00c853;color:var(--mdc-theme-primary);transition:all .3s}.btn:hover,a.btn:hover{background:rgba(#00c853, 0.1);background:rgba(var(--mdc-theme-primary), 0.1)}.btn_non,a.btn_non{color:#9e9e9e}.btn_non svg,a.btn_non svg{fill:#dadada}.btn_non_green,a.btn_non_green{color:#00c853;color:var(--mdc-theme-primary)}.btn_non_white,a.btn_non_white{color:#fff}.btn_border,a.btn_border{border:1px solid #cdcccc}.btn_border_green,a.btn_border_green{border:2px solid #00c853;border:2px solid var(--mdc-theme-primary)}.btn_border_white,a.btn_border_white{background:#fff}.btn_border_pink,a.btn_border_pink{background:#ff9bc5}.btn_border_crimson,a.btn_border_crimson{background:crimson}.btn_border_navajowhite,a.btn_border_navajowhite{background:#ffdead;box-shadow:0px 4px 16px rgba(245,163,47,.5)}.btn_border_navajowhite:hover,a.btn_border_navajowhite:hover{background:#ffe4b5}.btn_border:disabled,a.btn_border:disabled{color:#c7c7c7}.btn_border:disabled:hover,a.btn_border:disabled:hover{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial}.btn_border-crimson,a.btn_border-crimson{border:1px solid crimson}.btn_border-pink,a.btn_border-pink{border:1px solid #ff9bc5}.btn_border-white,a.btn_border-white{border:1px solid #fff}.btn_color,a.btn_color{color:#fff;background:#00c853;background:var(--mdc-theme-primary)}.btn_color_non,a.btn_color_non{color:#898989;background:#ccc}.btn_color:hover,a.btn_color:hover{background:#5efc82;background:var(--mdc-theme-light)}.btn_color:disabled,a.btn_color:disabled{background:#c7c7c7}.btn_color_yellow,a.btn_color_yellow{background:#ffd600}.btn_color_yellow:hover,a.btn_color_yellow:hover{background:#ffe664}.btn_img,a.btn_img{color:#fff;border:1px solid #00c853;border:1px solid var(--mdc-theme-primary)}.btn_form,a.btn_form{padding:8px 26px;background:#ffd600;border-radius:5px;border-style:none;text-transform:uppercase;color:#565656;font-weight:700}.btn_form:hover,a.btn_form:hover{background:#ffe143}.btn_form:focus,a.btn_form:focus{background:#ffe872}.btn_sub,a.btn_sub{background:rgba(245,163,47,.64);color:#fff;padding:8px 26px;border-style:none}.btn_sub:hover,a.btn_sub:hover{background:#f2b763}.btn_block,a.btn_block{width:100%;display:block;text-align:center}.btn_gradient,a.btn_gradient{background:#ffb800;background:linear-gradient(0deg, #ffb800, #ffb800),#edece8;border-radius:6px;color:#212121;transition:all .3s}.btn_gradient:hover,a.btn_gradient:hover{background:#ffd15a}.btn_booking,a.btn_booking{background:#05377e;color:#fff;padding-right:10px;padding-left:10px;text-transform:inherit}.btn_booking:hover,a.btn_booking:hover{background:#07459b}.btn_booking-top,a.btn_booking-top{margin-top:15px}.btn_dev_style,a.btn_dev_style{color:#fff;background:#5898dd;padding:5px;font-size:13px;text-transform:none;font-weight:500}.btn_dev_style:hover,a.btn_dev_style:hover{background:#6eacf1}.btn_dev_position,a.btn_dev_position{display:inline-block;float:right;position:relative;margin-right:5px}input[type=text]{font-family:"Open Sans",sans-serif;border:none;background:#fff;font-size:14px}input[type=text]::-moz-placeholder{color:#757575}input[type=text]::placeholder{color:#757575}.borderedOutputField{border-top:1px solid #d9d9d9;padding-top:1px}.comment-edit{overflow-y:auto;max-height:225px;word-break:break-word;width:600px}.comment-btn{padding:revert;float:right}.deleteCommentBtn{font-size:11px}.editCommentBtn{font-size:10px}.camp-comment-line{float:right;font-size:10px}input.style{border:1px solid #c2c2c2;background:#fff;padding:9px 13px;border-radius:2px}textarea{resize:none}hr.gray{border:.5px solid #d9d9d9}.flex-center{display:flex;justify-content:center;align-items:center}.fill-available{width:-webkit-fill-available}.rotate{transition:all .3s;transform:rotate(180deg)}.rotate_flip{transition:all .3s;transform:rotate(180deg) scale(-1, 1)}.before-ico{display:inline-flex;align-items:center;position:relative}.before-ico::before{content:"";display:block;position:absolute;height:13px;width:13px;top:50%;margin-top:-6.5px;background-repeat:no-repeat}.before-ico_arrow::before{right:-22px;margin-top:-5px}.before-ico_arrow_white::before{background-image:url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 13 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M6.5 0L5.3625 1.1375L9.9125 5.6875H0V7.3125H9.9125L5.3625 11.8625L6.5 13L13 6.5L6.5 0Z%27 fill=%27white%27/%3E%3C/svg%3E%0A")}.before-ico_arrow_green::before{background-image:url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2710%27 viewBox=%270 0 13 13%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M6.5 0L5.3625 1.1375L9.9125 5.6875H0V7.3125H9.9125L5.3625 11.8625L6.5 13L13 6.5L6.5 0Z%27 fill=%27%2300C853%27/%3E%3C/svg%3E%0A")}.before-ico_arrow_min::before{right:-15px;background-image:url("data:image/svg+xml,%3Csvg width=%2712%27 height=%275%27 viewBox=%270 0 12 5%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 5L12 2.5L7 0V2H0.5H0V3H0.5H7V5Z%27 fill=%27%2300C853%27/%3E%3C/svg%3E%0A");background-position:center}.before-ico_arrow_min-black::before{right:-18px;background-image:url("data:image/svg+xml,%3Csvg width=%2712%27 height=%275%27 viewBox=%270 0 12 5%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 5L12 2.5L7 0V2H0.5H0V3H0.5H7V5Z%27 fill=%27%23000000%27/%3E%3C/svg%3E%0A");background-position:center}.before-ico_arrow_more::before{right:-18px;background-image:url("data:image/svg+xml,%3Csvg width=%279%27 height=%275%27 viewBox=%270 0 9 5%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0 0L4.5 5L9 0H0Z%27 fill=%27%2300C853%27/%3E%3C/svg%3E%0A");background-position:center}.before-ico_arrow_less::before{right:-18px;background-image:url("data:image/svg+xml,%3Csvg width=%279%27 height=%275%27 viewBox=%270 0 9 5%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0 0L4.5 5L9 0H0Z%27 fill=%27%2300C853%27/%3E%3C/svg%3E%0A");background-position:center;transform:rotate(-180deg)}.before-ico_plus::before{position:relative;margin:0 9px -1px 0}.before-ico_plus_white::before{background-image:url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 5V0H5V5H0V7H5V12H7V7H12V5H7Z%27 fill=%27white%27/%3E%3C/svg%3E%0A")}.before-ico_plus_green::before{background-image:url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7 5V0H5V5H0V7H5V12H7V7H12V5H7Z%27 fill=%27%2300C853%27/%3E%3C/svg%3E%0A")}.before-ico_zip::before{position:relative;margin:0 7px -1px -3px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0%27 mask-type=%27alpha%27 maskUnits=%27userSpaceOnUse%27 x=%274%27 y=%270%27 width=%278%27 height=%2716%27%3E%3Cpath d=%27M6 16L6.79921 10H4L4 8L10 0L9.3596 6H12V8L6 16Z%27 fill=%27%23DADADA%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0%29%27%3E%3Crect x=%27-1%27 y=%27-1%27 width=%2718%27 height=%2718%27 fill=%27white%27/%3E%3C/g%3E%3C/svg%3E%0A")}.before-ico_calendar::before{position:relative;margin:-1px 7px -1px -3px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 1C3.44772 1 3 1.44772 3 2V3H2C1.44772 3 1 3.44772 1 4V5H15V4C15 3.44772 14.5523 3 14 3H13V2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2V3H5V2C5 1.44772 4.55228 1 4 1ZM15 6H1V14C1 14.5523 1.44772 15 2 15H14C14.5523 15 15 14.5523 15 14V6Z%27 fill=%27%23ffffff%27/%3E%3C/svg%3E%0A")}.before-ico_include::before{position:relative;margin:0 7px -1px 0;width:13px;height:14px;background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.96684 13.9989C4.53184 13.9989 4.11984 13.7959 3.85584 13.4459L0.28284 8.72493C-0.18216 8.11193 -0.0611601 7.23892 0.55284 6.77392C1.16784 6.30692 2.04084 6.42992 2.50584 7.04392L4.85684 10.1479L10.7678 0.655925C11.1748 0.00392473 12.0348 -0.196075 12.6888 0.210925C13.3418 0.616925 13.5428 1.47692 13.1348 2.13092L6.15084 13.3409C5.90884 13.7319 5.48984 13.9759 5.03084 13.9969C5.00884 13.9989 4.98884 13.9989 4.96684 13.9989Z%27 fill=%27%2300C853%27/%3E%3C/svg%3E%0A")}.before-ico_include-right::before{position:absolute;right:-20px;width:13px;height:14px;background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.96684 13.9989C4.53184 13.9989 4.11984 13.7959 3.85584 13.4459L0.28284 8.72493C-0.18216 8.11193 -0.0611601 7.23892 0.55284 6.77392C1.16784 6.30692 2.04084 6.42992 2.50584 7.04392L4.85684 10.1479L10.7678 0.655925C11.1748 0.00392473 12.0348 -0.196075 12.6888 0.210925C13.3418 0.616925 13.5428 1.47692 13.1348 2.13092L6.15084 13.3409C5.90884 13.7319 5.48984 13.9759 5.03084 13.9969C5.00884 13.9989 4.98884 13.9989 4.96684 13.9989Z%27 fill=%27%2300C853%27/%3E%3C/svg%3E%0A")}.header{color:#fff;height:100vh;background:url(/packs/media/new_design/Photo-7d7a0c509f2f111b731a.jpg) no-repeat center center/cover;padding-bottom:50px}.header .container{height:100%}.header-menu{font-size:14px;display:flex;align-items:center;justify-content:space-between;padding:12px 0}.header-menu_part{display:flex;align-items:center}.header-menu__logo{height:60px;margin-right:45px;width:auto;display:flex;align-items:center;align-self:stretch;margin-top:-12px;margin-bottom:-12px}.header-menu__contact{margin-right:64px}.header-pre-title{text-align:center;margin-bottom:70px}.header-title{margin-bottom:35px;color:#fff}.header-page{padding-bottom:5px;height:auto;color:#212121;background:#fff}.header-page-top{box-shadow:0px 3px 3px rgba(0,0,0,.1);margin-bottom:20px}.header-error{background:#212121 url(/packs/media/new_design/404-bedf4ac82c452aa64f7b.jpg) no-repeat center center/cover}.header-error__main{margin-bottom:auto}.header-error .header-title{font-size:120px;line-height:146px;margin-bottom:0;margin-top:70px}.bread-list{display:flex;align-items:flex-start}.bread-list__item{display:flex;flex-direction:column;position:relative;margin-right:37px;white-space:nowrap}.bread-list__item:last-child{white-space:normal;margin-right:0}.bread-list__item::after{content:"/";display:block;position:absolute;color:#757575;opacity:.87;top:0;right:-20px}.bread-list__item:last-child::after{display:none}.bread-list__link{align-self:flex-start;margin-bottom:3px}.bread-list__link-last{margin-bottom:4px}.page-title{margin-bottom:15px}.page-title_mb30{margin-bottom:30px}.page-title__sign{display:flex;align-items:center}.page-title__addition{display:flex;align-items:center;font-size:22px}.page-title__addition .icon{margin-right:14px;transform:scale(1.3)}.page-title__par{margin-bottom:25px}.page-title-buttons{display:flex;align-items:center}.page-title-buttons__item{font-size:14px}.page-title-buttons__item-like{display:flex;align-items:center;background:#fff;color:#757575}.page-title-buttons__item-like .icon{margin-right:8px}.page-title-buttons a.page-title-buttons__item-number{padding-left:51px;padding-right:69px;margin-left:23px}.page-title-buttons__flex{display:flex;flex-direction:column}.page-title h1{font-size:32px}.page-title h1 .page-title__sign{font-weight:normal}.page-title .title_light{font-size:34px}.page-title .card__sign-ico{margin-top:-3px}.page-title-item{font-size:14px}.page-title-item__flex{display:flex;align-items:center}.twitter-typeahead{width:100%}.guest{right:15px;padding:30px}.guest-line{margin-bottom:30px;display:flex;align-items:center;justify-content:space-between}.guest-line__count{margin-left:28px;display:flex;align-items:center}.guest-line__count-numb{padding:0 17px;font-weight:bold;font-size:16px;color:#000}.guest-line__count-btn{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:11px;border-radius:6px;border:1px solid #00c853;border:1px solid var(--mdc-theme-primary);transition:all .3s}.guest-line__count-btn svg{height:14px;width:14px}.guest-line__count-btn svg path{stroke:#00c853;stroke:var(--mdc-theme-primary)}.guest-line__count-btn_disable{border:1px solid #dadada}.guest-line__count-btn_disable svg path{stroke:#dadada}.guest-line__title{color:#4f4f4f}.guest-child{margin-bottom:36px}.guest-child__title{color:#9b9b9b;font-size:14px;margin-bottom:9px}.guest-child__input input{text-align:center;padding:8px 10px;width:60px;border:1px solid #c2c2c2;border-radius:4px;margin-right:10px}.guest-child__input input:last-child{margin-right:0}.guest-wrap{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.our-adv__img{height:70px;width:100px;margin:0 auto 30px auto}.our-adv__title{margin-bottom:30px}.card{background:#fff;height:100%;border:1px solid #d9d9d9;border-radius:6px}.card_small{display:flex;flex-direction:column;margin-top:20px}.card_small .card__thumb{height:250px}.card_small .card__thumb-img{border-top-right-radius:6px;border-top-left-radius:6px}.card_small .card__desc{flex-grow:1;flex-direction:column}.card_small .card__sign-ico{margin-bottom:-3px}.card _ads{margin-top:20px}.card_characteristic__head{font-size:14px;font-weight:bold;text-align:center;background:#cedeff}.card_characteristic__body{width:100%;font-size:14px;border:none}.card_characteristic__body th,.card_characteristic__body td{width:1%}.card_characteristic__body th{text-align:left;font-weight:bold}.card_characteristic__body td{text-align:right}.card_characteristic__body sup{vertical-align:super}.card_map{display:flex;flex-direction:row;width:400px;max-width:370px;height:auto;max-height:240px;z-index:1;box-shadow:0px 2px 12px rgba(0,0,0,.1)}.card_map .card__title,.card_map .card a.card__title,.card .card_map a.card__title{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;font-size:16px}.card_map .card__desc{padding:8px 8px 8px 12px;flex-grow:1}.card_map .card__desc-top{display:flex;justify-content:space-between}.card_map .card__thumb{width:30%}.card_map .card__thumb-img{border-bottom-left-radius:6px;border-top-left-radius:6px}.card_map .card__thumb .card__thumb-icon{right:0px;transform:scale(0.6)}.card_map .card__thumb .card__thumb-icon_cashback{top:5px;right:-15px}.card_map .card__thumb .card__thumb-icon .icon{margin-left:3px}.card_map .card__thumb-slider-item{width:105px}.card_map .card__sign{display:inline-block;margin-bottom:-5px;width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card_map .card__sign-ico{margin-left:0px}.card_map .card__sign-text{font-size:10px}.card_map .card__desc{display:flex;flex-direction:column}.card_map .card__contact-item{align-items:flex-start}.card_map .card__contact-item-link{font-size:11px;margin-top:-2px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.card_map .card__rating{display:flex;align-items:center;flex-direction:row;z-index:1;color:#fff}.card_map .card__rating-numb{display:flex;margin-right:0 !important;border-radius:88px;height:24px;align-items:center;padding:0 8px 0 8px;background:rgb(51, 211, 117);background:var(--mdc-theme-primary-little-opacity);backdrop-filter:none}.card_map .card__rating-numb-small{font-size:10px;font-weight:400}.card_map .card__rating-numb-big{font-size:12px;font-weight:900}.card_map__bottom{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:252px}.card_map .card__labels .card__labels-item,.card_map .card__labels .card__labels-item_submit,.card_map .card__labels .card__labels-item_cancel{background:none;font-size:10px;padding:0 0 3px 0}.card_map .card__labels-row{flex-direction:column;justify-content:flex-start}.card_map .card__price .price-box{margin-bottom:0;align-items:flex-end}.card_map .card__price .card__labels-item{align-self:flex-start}.card_map .price{font-size:18px;margin-right:6px;font-weight:700;flex-basis:auto}.card_map .price_old{font-size:10px}.card_map .price_sale{font-size:10px}.card_map .card__thumb-arrow{transform:scale(0.5)}.card_map .card__thumb-arrow-next{transform:rotate(180deg) scale(0.5);right:5px}.card_map .card__thumb-arrow-prev{left:5px}.card_map:after{content:"";display:none;position:absolute;background:#fff;width:10px;height:10px;bottom:-7px;left:50%;margin-left:-5px;transform:rotate(45deg);border-bottom:1.5px solid #d9d9d9;border-right:1.5px solid #d9d9d9}.card_map__favorite-block{width:25px;height:25px;display:flex;justify-content:flex-end;cursor:pointer}.card_map .sanatoriums_card__tags{display:flex;align-items:center;flex-direction:row;padding-bottom:8px}.card_map .like-img,.card_map .card__instant_booking{margin-right:4px !important;border-radius:88px}.card_map .like{display:flex;background:rgba(0,0,0,.0392156863);font-size:12px;color:#333;align-items:center;height:24px;margin-left:-11px;padding:0 8px 0 11px;border-bottom-right-radius:88px;border-top-right-radius:88px}.card_map .like-img{height:22px;width:16px;background-image:url(/packs/media/sanatoriums/type_like-0513622e0db0c80142c8.svg);background-image:var(--type-like-url)}.card_map .like-without-rating{margin-left:0 !important;padding-left:2px;border-radius:88px}.card_map .ratings-count{display:flex;height:24px;font-size:12px;color:rgba(0,0,0,.4784313725);align-items:center;margin-left:8px}.card_map .card__desc_img-block{height:16px;width:16px;margin-right:4px}.card_map .card__tags_sanatoriums-tag{display:flex;align-items:center;color:#00c853;color:var(--mdc-theme-primary);font-size:12px;line-height:18px;letter-spacing:.25px}.card_map .card__tags_sanatoriums-tag-icon{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-126px -50px;background-size:auto;background-repeat:no-repeat;width:16px;height:16px;min-width:16px;transform-origin:left top}.card_map .card__desc-info-list-item_food{display:flex;font-size:12px;line-height:18px;color:#00c853;color:var(--mdc-theme-primary);align-items:center;letter-spacing:.25px}.card_map .card__desc-info-list-item_food-img{background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:-41px -49px;background-size:auto;background-repeat:no-repeat;width:24px;height:24px;min-width:24px;transform:scale(0.6666);transform-origin:left top}.card_map .card__desc_img-block{height:16px;width:16px;margin-right:4px}.card_map__guests{color:rgba(0,0,0,.8);font-size:14px;margin-bottom:2px}.card_map .bonuses{font-size:14px}.card_map .card__price{margin-top:6px}.card_map .favorite-icon{background-image:url(/packs/media/icons/favorite-light-gray-55244fdef734b1dec66f.svg)}.card_top{border:1px solid rgba(220,142,41,.317623);background:#fbfaf2}.card_top:hover{border-color:rgba(220,142,41,.317623);box-shadow:0 7px 14px rgba(13,12,12,.1)}.card__thumb{position:relative}.card__thumb-slider-item{width:225px}.card__thumb-arrow{transition:all .3s;opacity:0;visibility:hidden;position:absolute;top:40%;margin-top:-14px;z-index:10;cursor:pointer}.card__thumb-arrow-prev{left:20px}.card__thumb-arrow-next{right:20px}.card__thumb-arrow-full-side{height:100%;width:30%;top:auto;top:initial;margin-top:0;margin-top:initial;display:flex;align-items:center;justify-content:center}.card__thumb-arrow-full-side-prev{left:0px}.card__thumb-arrow-full-side-next{right:0px}.card__thumb:hover .card__thumb-arrow{opacity:1;visibility:visible}.card__thumb-img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card__thumb-icon{position:absolute;z-index:10;display:flex;right:12px;top:12px}.card__thumb-icon .icon{margin-left:-4px}.card__thumb-icon .icon:first-child{margin-left:0}.card__thumb-like{position:absolute;z-index:10;background:none;top:20px;left:20px;cursor:pointer;transition:all .3s}.card__thumb-like-item{display:none}.card__thumb-like-item_active{display:block}.card__desc{padding:14px 18px 25px 18px;display:flex;justify-content:space-between}.card__desc-left{flex-basis:70%}.card__desc-right{flex-basis:30%;display:flex;flex-direction:column}.card__desc-info-list-item{display:flex;align-items:center;font-size:1em;margin-bottom:3px;cursor:default}.card__desc-info-list-item_seats{margin-left:4px;font-weight:900;color:#7f7f7f}.card__desc-info-list-item_name{margin-left:15px}.card__desc-info-list-item .icon{min-width:15px;min-height:15px}.card__desc-info-list-item a{margin-left:54px}.card__desc-info-list-item:last-child{margin-bottom:0}.card__sign{margin-top:-2px;margin-bottom:5px}.card__sign-ico{display:inline-block;margin-left:5px;margin-bottom:-2px}.card__sign-ico:first-child{margin-left:0}.card__title,.card a.card__title{font-size:20px;font-weight:700;align-items:center;margin-bottom:10px;color:rgba(0,0,0,.87)}.card__markup{background:rgba(255,72,0,.9098039216);color:#fff;padding:3px;font-weight:600;display:inline-block;border-radius:4px;font-size:13px;white-space:nowrap;margin-bottom:10px;cursor:help}.card__alean{background:url(/packs/media/images/alean_logo-3ccde0187eceecfe8d8b.svg);background-size:100%;width:20px;display:inline-block;height:20px}.card__rsttur{background:url(/packs/media/images/rsttur_logo-0db88e6e5798d166ff35.png);background-size:100%;width:20px;display:inline-block;height:20px}.card__delfin{background:url(/packs/media/images/delfin_logo-a4403fde3768516fb4df.svg);background-size:100%;width:20px;display:inline-block;height:20px}.card__travel_line{width:20px;height:20px;background:url(/packs/media/images/travel_line_logo-d1d8d44f584bb37a986d.svg);background-size:100%;display:inline-block}.card__kb{width:20px;height:20px;background:url(/packs/media/images/kb_logo-0ef88693b72bcdd2ebb0.svg);background-size:100%;display:inline-block}.card__litepms{width:40px;height:20px;background:url(/packs/media/images/litepms_logo-b6af312a930e9a11b2ce.svg);background-size:100%;display:inline-block}.card__bronirui_online{width:20px;height:20px;background:url(/packs/media/images/bronirui_online_logo-8c12ad0448322684059e.svg);background-size:100%;display:inline-block}.card__bnovo{width:20px;height:20px;background:url(/packs/media/images/bnovo_logo-96edf1a9a975b5899540.png);background-size:100%;display:inline-block}.card__agast{width:20px;height:20px;background:url(/packs/media/images/agast_logo-9bbd17c7c3a113025af3.png);background-size:100%;display:inline-block}.card__kontur{width:20px;height:20px;background:url(/packs/media/images/kontur_logo-42ee6bb15e60b05441ea.svg);background-size:100%;display:inline-block}.card__bg_operator{width:20px;height:20px;background:url(/packs/media/images/bg_operator_logo-cc9c8659853a1e2b1460.jpeg);background-size:100%;display:inline-block}.card__ostrovok{width:20px;height:20px;background:url(/packs/media/images/ostrovok_logo-957b3ebcf3da632842de.svg);background-size:100%;display:inline-block}.card__multitour{background:url(/packs/media/images/multitour_logo-1bac433947833974ccea.gif);background-size:100%;width:20px;display:inline-block;height:20px}.card__realty_calendar{width:20px;height:20px;background:url(/packs/media/images/realty_calendar_logo-3161d486a1db184e3ddc.svg);background-size:100%;display:inline-block}.card a.card__title{font-family:"Montserrat",sans-serif}.card__par{font-size:14px;margin-bottom:16px}.card__link{margin-top:auto}.card__contact{display:flex;flex-wrap:wrap;align-items:center;margin_bottom:5px}.card__contact-item{margin-right:20px;display:flex;font-size:14px}.card__contact-item_grow{flex-basis:100%;margin-right:0;margin-bottom:10px}.card__contact-item_grow_max-width{max-width:400px}.card__contact-item:last-child{margin-right:0}.card__contact-item-icon{min-width:16px}.card__contact-item-link{color:#00c853;color:var(--mdc-theme-primary)}.card__contact-item .text_gray,.card__contact-item .page-nav__list-item a,.page-nav__list-item .card__contact-item a,.card__contact-item .popup-nav__list-item a,.popup-nav__list-item .card__contact-item a{color:#9e9e9e}.card__contact-item .text_gray:hover,.card__contact-item .page-nav__list-item a:hover,.page-nav__list-item .card__contact-item a:hover,.card__contact-item .popup-nav__list-item a:hover,.popup-nav__list-item .card__contact-item a:hover{color:#bdbdbd}.card__contact-item .text_gray:active,.card__contact-item .page-nav__list-item a:active,.page-nav__list-item .card__contact-item a:active,.card__contact-item .popup-nav__list-item a:active,.popup-nav__list-item .card__contact-item a:active{color:#757575}.card__contact-item .text_gray:focus,.card__contact-item .page-nav__list-item a:focus,.page-nav__list-item .card__contact-item a:focus,.card__contact-item .popup-nav__list-item a:focus,.popup-nav__list-item .card__contact-item a:focus{color:#757575}.card__rating-numb{font-size:24px;font-weight:600}.card__rating-numb .text_gray,.card__rating-numb .page-nav__list-item a,.page-nav__list-item .card__rating-numb a,.card__rating-numb .popup-nav__list-item a,.popup-nav__list-item .card__rating-numb a{color:#9e9e9e}.card__rating-name{height:19px;background-size:cover}.card__rating-name_excellent{width:104px}.card__rating-name_good{width:98px}.card__rating-name_mb{width:63px}.card__rating-name_bad{width:90px}.card__rating-name_sobad{width:55px}.card__labels-row{position:relative;display:flex;flex-wrap:wrap;margin-bottom:5px;justify-content:start;margin-right:-5px}.card__labels-row:last-child{margin-bottom:0}.card__labels-row_start{justify-content:flex-start;flex-wrap:wrap;row-gap:8px}.card__labels-row_start .card__labels-item{margin-right:8px}.card__labels-row_col{flex-direction:column}.card__labels-row_col .card__labels-item{align-self:flex-start}.card__labels-more{position:absolute;right:-50px}.card__labels .card__labels-item{border:1px solid #ff9bc5;border-radius:6px;padding:1.5px 9px;font-size:14px;color:#606060;transition:all .3s;line-height:19px}.card__labels .card__labels-item_ico{display:flex;align-items:center;cursor:default}.card__labels .card__labels-item_ico .icon{margin-right:4px;margin-left:-2px}.card__labels .card__labels-item_recomend{border:1px solid #c2c2c2}.card__labels .card__labels-item_recomend_with_hover_effect{border:1px solid #c2c2c2}.card__labels .card__labels-item_recomend_with_hover_effect:hover{color:#fff;background:#c2c2c2;border:1px solid #c2c2c2;cursor:pointer}.card__labels .card__labels-item_park{color:#47b04b;border:1px solid #6cd770}.card__labels .card__labels-item_park:hover{color:#fff;background:#6cd770;border:1px solid #6cd770}.card__labels .card__labels-item_water{color:#0698d7;border:1px solid #87dbff}.card__labels .card__labels-item_water:hover{color:#fff;background:#87dbff;border:1px solid #87dbff}.card__labels .card__labels-item_sight{color:#e22876;border:1px solid #ff9bc5}.card__labels .card__labels-item_sight:hover{color:#fff;background:#ff9bc5;border:1px solid #ff9bc5}.card__labels .card__labels-item_submit{background:linear-gradient(270deg, #d7faff 0%, #d6ebff 53.65%, #d6dcff 100%);border:none;padding:2.5px 10px 2.5px 13px;color:rgba(11,123,255,.87)}.card__labels .card__labels-item_cancel{background:rgba(#00c853, 0.1);background:rgba(var(--mdc-theme-primary), 0.1);border:none;padding:2.5px 10px;color:rgba(96,96,96,.87)}.card__labels .card__labels-item_cancel .icon{transform:rotate(180deg)}.card__labels .card__labels-item_celebrate{background:#ffeed2;border:none;padding:2.5px 10px;color:#db7600}.card__labels .card__labels-item_demand{background:#fff5d2;border:none;padding:2.5px 10px;color:#606060}.card__labels-name{color:#757575;margin-right:8px}.card__price .price-box{margin-bottom:10px}.card__price-people{margin-bottom:5px}.card__distance{display:flex;align-items:center;margin-bottom:16px;font-size:14px}.card__distance .icon{margin-right:3px}.card__instant_sanatoriums-booking{display:flex;font-weight:400;font-size:12px;line-height:18px;color:#00c853;color:var(--mdc-theme-primary);min-height:18px;align-items:center;letter-spacing:.25px}.card__instant_sanatoriums-booking-img{display:block;width:16px;height:16px;background:url(/packs/media/new_design/momentum-74239ebbe098e393d4cb.svg);background:var(--instant-url);min-width:16px;transform-origin:left top}.cards-map{display:none;position:relative}.cards-map-price{position:absolute;font-weight:bold;background:#fff;padding:7px 10px;box-shadow:0px 2px 2px rgba(0,0,0,.1);border-radius:6px;border:1px solid #cdcccc}.cards-map-price_gray{color:rgba(51,51,51,.5)}.cards-map-price::after{content:"";display:block;position:absolute;background:#fff;width:10px;height:10px;bottom:-7px;left:50%;margin-left:-5px;transform:rotate(45deg);border-bottom:1.5px solid #d9d9d9;border-right:1.5px solid #d9d9d9}.cards-map-card{position:absolute}.theme-rest__row{margin-top:30px}.theme-rest__all{margin-top:15px;text-align:right}.title-card{position:relative;display:flex;justify-content:center;align-items:center;border-radius:5px}.title-card__img{border-radius:5px}.title-card__title{position:absolute;font-weight:700;font-family:"Montserrat",sans-serif;color:#fff;font-size:28px;text-align:center}.title-card__title_big{font-size:36px}.title-card__title_top{margin-top:83px;align-self:flex-start;max-width:180px}.title-card__title_small{justify-content:center;margin-top:5px;font-size:16px;align-self:flex-start;max-width:200px}.footer{margin-top:30px;border-top:1px solid #f1f1f1;padding:60px 0}.footer-logo{margin-bottom:25px}.footer-list__item{color:#979797;margin-bottom:15px}.footer-list__item:last-child{margin-bottom:0}.footer-list__item_title{margin-bottom:25px;color:#828282;font-weight:700}.footer-list__item_ico a{display:flex;align-items:center}.footer-list__item_ico a .icon{margin-right:8px}.footer-social{margin-top:auto}.footer .col-3{display:flex;flex-direction:column;justify-content:space-between}.footer .mob-version{margin-top:auto}.social{display:flex;align-items:center}.social-item{margin-right:34px}.social-item:last-child{margin-right:0}.social-item a{transition:all .3s}.social-item__vk:hover div.icon{background-position-x:-35px}.social-item__vk:active div.icon{background-position-x:-70px}.social-item__fb:hover div.icon{background-position-x:-16px}.social-item__fb:active div.icon{background-position-x:-32px}.social-item__twitter:hover div.icon{background-position-x:-29px}.social-item__twitter:active div.icon{background-position-x:-58px}.base-numb{margin-bottom:20px}.base-main .card__labels-row{margin-bottom:10px}.base-main .card__labels-row:last-child{margin-bottom:-5px}.all-base-text{margin-bottom:25px}.all-base-box{margin-bottom:40px}.all-base-row{position:relative;display:flex;flex-wrap:wrap;margin-bottom:10px}.all-base-row_link{padding-left:240px}.all-base-row_min-height{min-height:42px}.all-base-row a,.all-base-row span{font-size:14px}.all-base-row__item{margin-right:20px}.all-base-row__item-first{left:0;top:0;position:absolute;max-width:230px}.all-base-row-black{flex-direction:column;padding-left:350px}.all-base-row-black .all-base-row__item-first{font-weight:700;max-width:330px}.page-nav{height:58px;padding:10px 0;background:#fafafa}.popup-nav{height:68px;padding:16px 0;background:#fafafa}.page-nav__list,.popup-nav__list{display:flex}.page-nav__list-item,.popup-nav__list-item{display:flex;align-items:center}.page-nav__list-item::after,.popup-nav__list-item::after{content:"";display:block;width:4px;height:4px;background:#c4c4c4;border-radius:50%;margin:0 10px}.page-nav__list-item:last-child::after,.popup-nav__list-item:last-child::after{display:none}.page-nav__list-item a,.popup-nav__list-item a{font-size:14px}.page-nav__list-item_active a,.popup-nav__list-item_active a{color:#000;font-weight:bold}.page-nav__wrap,.popup-nav__wrap{display:flex;justify-content:space-between}.page-nav__buttons,.popup-nav__buttons{visibility:hidden;opacity:0;transition:all .1s}.page-nav__buttons .page-title-buttons__item-like .icon,.popup-nav__buttons .page-title-buttons__item-like .icon{margin-right:0}.page-nav__buttons .page-title-buttons__item-like,.popup-nav__buttons .page-title-buttons__item-like{background:#fafafa}.base-photos-item a{display:block;min-width:150px;min-height:150px;height:100%}.base-photos .container{position:relative}.base-photos-wrapper{display:grid;grid-template-columns:586px 293px 293px;grid-template-rows:195px 195px}.base-photos{margin-bottom:40px}.base-photos-item{padding:1px}.base-photos-item_big{grid-row:1/3}.base-photos-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.base-photos-item img:hover{opacity:.9}.base-photos-btn{position:absolute;bottom:20px;right:43px;background:#fff;color:#757575;padding-left:40px;padding-right:40px;width:184px}.base-photos-btn:hover{background:#fff}.base-videos-btn{position:absolute;bottom:65px;right:43px;background:#fff;color:#757575;padding-left:40px;padding-right:40px;width:184px}.base-videos-btn:hover{background:#fff}.video .popup-slider{height:500px}.video .popup-slider-item{display:flex !important;justify-content:center}.video .popup-slider-item__info{width:640px}.video iframe{width:640px;height:480px}.base-wrap .card__rating{display:flex;align-items:center;flex-wrap:wrap}.base-wrap .card__rating-numb{font-size:21px}.base-wrap .card__rating-name{margin-left:4px}.base-wrap .card__rating-review{flex-basis:100%}.base-aside-box{margin-bottom:25px}.base-aside-box__title{font-weight:700}.base-aside-box:last-child{margin-bottom:0}.base-aside-box__title{margin-bottom:15px;margin-top:15px}.base-aside-box .card__title,.base-aside-box .card a.card__title,.card .base-aside-box a.card__title{font-size:16px;margin-bottom:5px}.base-aside-box .card__link{font-size:14px}.base-aside-box .card{margin-bottom:20px}.base-aside-box .card:last-child{margin-bottom:0}.base-aside-box .card_small .card__thumb{height:150px}.base-aside-par{margin-bottom:10px}.base-aside-par:last-child{margin-bottom:0}.base-aside .card__rating{margin-bottom:25px}.base-aside .card__rating-name{margin-left:4px;height:27px;background-size:cover}.base-aside .card__rating-name_excellent{width:148px}.base-aside .card__rating-name_good{width:140px}.base-aside .card__rating-name_mb{width:88px}.base-aside .card__rating-name_bad{width:128px}.base-aside .card__rating-name_sobad{width:65px;background-image:url("data:image/svg+xml,%3Csvg width=%27111%27 height=%2722%27 viewBox=%270 0 111 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0%27 mask-type=%27alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%275%27 width=%2753%27 height=%2716%27%3E%3Cpath d=%27M4.0625 11.0625L0.226562 5.57812H2.71875L6.41406 11.1094V5.57812H8.67188V11.1094L12.3672 5.57812H14.8672L11.0234 11.0625L15.0859 17H12.4922L8.67188 11.2109V17H6.41406V11.2109L2.59375 17H0L4.0625 11.0625ZM15.0938 8.26562H17.7031L19.3516 13.1797C19.4922 13.6068 19.5885 14.112 19.6406 14.6953H19.6875C19.7448 14.1589 19.8568 13.6536 20.0234 13.1797L21.6406 8.26562H24.1953L20.5 18.1172C20.1615 19.0286 19.6771 19.7109 19.0469 20.1641C18.4219 20.6172 17.6901 20.8438 16.8516 20.8438C16.4401 20.8438 16.0365 20.7995 15.6406 20.7109V18.8203C15.9271 18.888 16.2396 18.9219 16.5781 18.9219C17 18.9219 17.3672 18.7917 17.6797 18.5312C17.9974 18.276 18.2448 17.888 18.4219 17.3672L18.5625 16.9375L15.0938 8.26562ZM32.6797 8.26562V10.0547H29.8203V17H27.4375V10.0547H24.5703V8.26562H32.6797ZM40.0391 8.26562H42.6641L39.2031 12.4531L42.9688 17H40.2656L36.6953 12.5703V17H34.3125V8.26562H36.6953V12.5078L40.0391 8.26562ZM46.1172 12.6172C46.1172 13.4818 46.2578 14.1354 46.5391 14.5781C46.8255 15.0208 47.2891 15.2422 47.9297 15.2422C48.5651 15.2422 49.0208 15.0234 49.2969 14.5859C49.5781 14.1432 49.7188 13.487 49.7188 12.6172C49.7188 11.7526 49.5781 11.1042 49.2969 10.6719C49.0156 10.2396 48.5547 10.0234 47.9141 10.0234C47.2786 10.0234 46.8203 10.2396 46.5391 10.6719C46.2578 11.099 46.1172 11.7474 46.1172 12.6172ZM52.1562 12.6172C52.1562 14.0391 51.7812 15.151 51.0312 15.9531C50.2812 16.7552 49.237 17.1562 47.8984 17.1562C47.0599 17.1562 46.3203 16.974 45.6797 16.6094C45.0391 16.2396 44.5469 15.7109 44.2031 15.0234C43.8594 14.3359 43.6875 13.5339 43.6875 12.6172C43.6875 11.1901 44.0599 10.0807 44.8047 9.28906C45.5495 8.4974 46.5964 8.10156 47.9453 8.10156C48.7839 8.10156 49.5234 8.28385 50.1641 8.64844C50.8047 9.01302 51.2969 9.53646 51.6406 10.2188C51.9844 10.901 52.1562 11.7005 52.1562 12.6172Z%27 fill=%27url%28%23paint0_linear%29%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0%29%27%3E%3Crect width=%2758%27 height=%2722%27 fill=%27url%28%23paint1_linear%29%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear%27 x1=%271.45978%27 y1=%2721.697%27 x2=%2753%27 y2=%2721.697%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%2347B04B%27/%3E%3Cstop offset=%271%27 stop-color=%27%2342CF47%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint1_linear%27 x1=%271.5975%27 y1=%2721.697%27 x2=%2758%27 y2=%2721.697%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FF5500%27/%3E%3Cstop offset=%271%27 stop-color=%27%23F5CA2F%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}.base-aside .reserv-btn{margin-bottom:40px}.base-aside-btn{margin-bottom:20px}.base-aside-btn_last{margin-bottom:40px}.sight-aside-box{margin-bottom:30px}.sight-aside-box__title{font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;line-height:22px;margin-bottom:20px}.placemark_layout_container{border-radius:100px;position:absolute;border:1px solid rgba(0,0,0,.1215686275);background:#fff;color:rgba(0,0,0,.8);font-weight:600;font-size:14px;height:24px;line-height:22px;box-sizing:border-box;letter-spacing:.25px;box-shadow:0 4px 4px 0 rgba(0,0,0,.1607843137);min-width:70px;text-align:center;display:flex;align-items:center;justify-content:center;white-space:nowrap;top:-12px;padding:0 6px}.placemark_layout_container.wide{left:-35px}.placemark_layout_container.selected{background:#00c853;background:var(--mdc-theme-primary);border-color:#fff;box-shadow:0 0 8px #00c853;box-shadow:0 0 8px var(--mdc-theme-primary);color:#fff}.placemark_layout_container.empty{padding:2px;min-width:24px;font-weight:700;font-size:34px;line-height:22px;left:-12px}.placemark_layout_container .unfavorite-icon{width:14px;height:14px;margin-right:5px;background-size:100%}.placemark_layout_container .unfavorite-icon.selected{background-image:url(/packs/media/icons/favorite-white-d6a864701d365552c5a2.svg)}.base-contact{font-size:14px}.base-contact a{font-size:14px}.base-contact__title{margin-bottom:10px;font-weight:700}.base-contact__list{margin-bottom:14px}.base-contact__list-item{display:flex;align-items:center;margin-bottom:14px}.base-contact__list-item .icon{margin-right:8px}.base-contact__list-item a{color:#212121}.base-contact__map{margin-bottom:15px}.base-contact__map .camp_static_map{width:100%;height:260px;margin-bottom:15px}.base-contact__map-link{display:inline-block;margin-bottom:14px}.base-labels{margin-top:26px;margin-bottom:26px}.base-labels:last-child{margin-bottom:0}.base-info{margin-bottom:20px;padding-top:0}.base-info__list{display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:26px}.base-info__list-item{margin-bottom:10px;display:flex;align-items:center;margin-right:26px}.base-info__list-item_grow{flex-basis:100%}.base-info__list-item:last-child{margin-right:0}.base-info__list-item a{font-size:14px}.base-info__list-item .icon{margin-right:7px}.base-info__text p{margin-bottom:10px}.base-info__text p:last-child{margin-bottom:0}.base-info__text-cut{height:165px;overflow:hidden;position:relative}.base-info__text-cut+.base-info__text-overflow{content:"";display:inline-block;width:100%;height:40px;position:relative;top:-55px;margin-bottom:-40px;-webkit-background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%);-moz-background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%);-ms-background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%);-o-background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%);background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%)}.base-info__text-more{top:-10px;cursor:pointer}.base-info__text-less{display:none;top:10px;cursor:pointer}.base-info h2{font-size:18px}.base-info-page{padding:0px !important;margin-bottom:20px}.base-info-page__list{display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:26px}.base-info-page__list-item{margin-bottom:10px;display:flex;align-items:center;margin-right:26px}.base-info-page__list-item_grow{flex-basis:100%}.base-info-page__list-item:last-child{margin-right:0}.base-info-page__list-item a{font-size:14px}.base-info-page__list-item .icon{margin-right:7px}.base-info-page__text p{margin-bottom:10px}.base-info-page__text p:last-child{margin-bottom:0}.base-info-page__text-cut{height:165px;overflow:hidden;position:relative}.base-info-page__text-cut+.base-info-page__text-overflow{content:"";display:inline-block;width:100%;height:40px;position:relative;top:-55px;margin-bottom:-40px}.base-info-page__text-more{top:-10px;cursor:pointer}.base-info-page__text-less{display:none;top:10px;cursor:pointer}.base-info-page h1{font-size:32px;margin-bottom:20px}.base-info-page h2{font-size:24px;margin-bottom:15px}.base-info-page h3{font-size:20px;margin-bottom:15px}.base-section h2{font-size:24px;margin-bottom:30px}.base-section_border{border-bottom:1px solid #ccc}.base-section .sort_wrap{margin-bottom:0}.rooms-list-tl_parsed{background:rgba(24,93,186,.1882352941);margin-bottom:30px}.rooms-list_complex{border:1px solid #00c853;border:1px solid var(--mdc-theme-primary);border-radius:6px;padding:10px 0;margin-bottom:32px}.rooms-list_complex-footer{border-top:1px solid #00c853;border-top:1px solid var(--mdc-theme-primary);display:flex;align-items:end;padding:14px 20px 4px;-moz-column-gap:20px;column-gap:20px}.rooms-list_complex-footer-left{flex:1 1}.rooms-list_complex-footer .btn_new_book{display:block !important;height:44px;width:191px;padding:11px 18px}.rooms-list_complex-price{flex:1 1}.rooms-list_complex-price-wrapper{display:flex;-moz-column-gap:6px;column-gap:6px;align-items:end}.rooms-list_complex-price-wrapper .price_discount{display:flex;align-items:center}.rooms-list_complex-price-wrapper .price{font-weight:500;font-size:18px;flex-basis:initial}.rooms-list_complex-gray{font-weight:400;font-size:14px;line-height:21px;letter-spacing:0;color:#606060}.rooms-list_complex-count{display:flex;-moz-column-gap:6px;column-gap:6px;align-items:center}.rooms-list_complex-black{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0}.rooms-list_complex .rooms-list-item{padding-left:16px;padding-right:16px}.rooms-list_complex .rooms-list-item-complex{padding-left:16px;padding-right:16px}.rooms-list_complex .rooms-list-title{padding-left:16px;padding-right:16px}.rooms-list_complex .btn_new_book{display:none}.rooms-list-title{display:flex;justify-content:space-between;margin-bottom:10px}.rooms-list-title__room{width:210px}.rooms-list-title__guest{width:115px}.rooms-list-title__services{min-width:255px}.rooms-list-title__price{min-width:155px;max-width:210px}.rooms-list-item{padding:20px 0;border-top:1px solid #ccc;transition:opacity .5s ease,transform .5s ease}.rooms-list-item:last-child{padding-bottom:0}.rooms-list-item-complex{padding:20px 0;border-top:1px solid #ccc;transition:opacity .5s ease,transform .5s ease}.rooms-list-item-complex:last-child{padding-bottom:0}.rooms-box{display:flex}.rooms-box-room{width:100%;max-width:250px}.rooms-box-room__thumb{width:138px;height:83px;-o-object-fit:cover;object-fit:cover;cursor:pointer}.rooms-box-room__title{font-family:"Open Sans",sans-serif;margin-bottom:5px;font-size:16px;cursor:pointer}.rooms-box-room__title-text{cursor:text}.rooms-box-room__info{margin-bottom:10px}.rooms-box-room__info-item{font-size:14px;color:#606060;display:flex;align-items:center}.rooms-box-room__info-item .icon{margin-right:4px}.rooms-box-room__last_rooms{color:#c11800;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.25px;display:flex;align-items:center;-moz-column-gap:6px;column-gap:6px;margin-bottom:12px;padding-top:3px;padding-bottom:3px}.rooms-box-room__last_rooms_icon{width:16px;height:16px;background:url(/packs/media/new_design/clock-outline-6a3641b783d6c3ef8c2a.svg) no-repeat center center}.rooms-box-row{display:flex;justify-content:space-between;margin-bottom:10px;border-bottom:1px solid #d9d9d9;padding-bottom:16px}.rooms-box-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.rooms-box-info{flex-grow:1}.rooms-box-info__guest{width:115px}.rooms-box-info__services{min-width:255px}.rooms-box-info__price{min-width:155px;max-width:210px}.rooms-box-info__price .price{font-weight:500;font-size:18px;margin-bottom:10px}.rooms-box-info__price .price-autocompleted{opacity:.6}.rooms-box-info__price .btn{margin-bottom:5px}.rooms-box-info__list-item{font-size:14px;color:#606060;display:flex;margin-bottom:6px;max-width:255px;word-break:break-word}.rooms-box-info__list-item:last-child{margin-bottom:0}.rooms-box-info__list-item .icon{margin-top:4px;margin-right:3.8px;min-width:16px}.rooms-box-info__list-item .icon-zf-non{margin-left:3px;margin-right:2px}.rooms-box-info__list-item_max-width{max-width:300px}.room-fade-in{animation:fadeInUp .6s ease forwards}.rooms-list-item:not(.room-fade-in){opacity:1;transform:translateY(0)}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page-videos{margin-top:30px;margin-bottom:20px;padding:0;display:flex;flex-direction:column}.page-videos iframe{width:100%;aspect-ratio:16/9}.packet_description{cursor:help;border-bottom:1px dashed rgba(158,158,158,.5)}.other_tariffs{display:none}.other_tariffs_show{text-align:center;margin-top:15px;margin-bottom:-10px}.other_tariffs_hide{text-align:center;margin-top:15px;margin-bottom:-10px;display:none}.service-description-truncated{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.service-description-truncated-open{font-weight:600;color:#333;text-decoration:underline;font-size:14px}.service-description-truncated-open:hover{color:#333 !important;text-decoration:none}.base-services-list-item{margin-bottom:20px}.base-services-list-item:last-child{margin-bottom:0}.base-services-box{display:flex}.base-services-box:last-child .base-services-box-row:last-child{padding-bottom:0;border-bottom:none}.base-services-box-name{margin-right:20px;min-width:210px;max-width:210px;font-weight:bold;font-size:16px;font-family:"Open Sans",sans-serif}.base-services-box-info{width:100%}.base-services-box-row{padding-bottom:20px}.base-services-box-row:last-child{border-bottom:1px solid #d9d9d9}.base-services-box-row__title{font-family:"Open Sans",sans-serif;font-size:16px;margin-bottom:10px}.base-services-box-row__title-clickable{cursor:pointer}.base-services-box-row__info{margin-bottom:15px}.base-services-box-row__photos{margin-top:15px;display:flex;align-items:center;flex-wrap:wrap}.base-services-box-row__photos .photo{background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:5px;margin-bottom:5px;width:auto !important;height:90px;cursor:pointer}.base-services-box-row__photos-more{margin-left:13px}.base-services-box-row__review-photos{width:100%;margin-top:15px}.base-services-box-row__review-photos .review-slider{display:flex;overflow:visible !important;margin-left:0px;width:100% !important}.base-services-box-row__review-photos .review-slider .tns-gallery>.tns-slide-active{left:0}.base-services-box-row__review-photos .review-slider-item{box-sizing:border-box !important;margin-left:0px;margin-top:0px}.base-services-box-row__review-photos .seven_elements{width:calc((100% - 12px)/7) !important}.base-services-box-row__review-photos .eight-elements{width:calc((100% - 14px)/8) !important}.base-services-box-row__review-photos .photos{display:flex;aspect-ratio:1/1;border-radius:6px;border:3px solid #fff;overflow:hidden;cursor:pointer;transition:all .3s}.base-services-box-row__review-photos .photos:hover img{transform:scale(1.15)}.base-services-box-row__review-photos .photos:active{opacity:1;border-radius:8px;border:3px solid rgba(0,0,0,.0784313725)}.base-services-box-row__review-photos .photos:active img{transform:scale(1.15)}.base-services-box-row__review-photos .photos img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.base-services-box-row__review-photos .nearby_camps-scroll{display:inline-flex;-moz-column-gap:2px;column-gap:2px;overflow:hidden}.base-services-box-row__review-photos .nearby_camps-scroll__item{position:relative}.base-services-box-row__review-photos .nearby_camps-scroll__item_seven-elements{flex-grow: 0;flex-shrink: 0;flex-basis: calc((100% - 12px)/7)}.base-services-box-row__review-photos .nearby_camps-scroll__item_eight-elements{flex-grow: 0;flex-shrink: 0;flex-basis: calc((100% - 14px)/8)}.base-services-box-row__review-photos .nearby_camps-scroll__wrapper{position:relative;width:100%;margin-left:0px}.base-services-box-row__review-photos .nearby_camps__arrows .nearby_camps-prev{display:flex;align-items:center;position:absolute;top:0;left:-18px;width:36px;height:100%}.base-services-box-row__review-photos .nearby_camps__arrows .nearby_camps-next{display:flex;align-items:center;position:absolute;top:0;right:-18px;width:36px;height:100%}.base-services-box-row__review-photos .nearby_camps__arrows .nearby_camps_arrow_wrapper{background:url(/packs/media/new_design/chevron_right-24px-2c1a3f08fa0b9ce09300.svg) center no-repeat;width:36px;height:36px;padding:6px;background-color:#000;border-radius:50%;border:1px solid hsla(0,0%,100%,.04);filter:invert(100%);cursor:pointer}.base-services-box-row__review-photos .nearby_camps__arrows .nearby_camps_arrow_wrapper-left{transform:scaleX(-1)}.base-services-box-row__more{margin-top:30px}.base-review .card__rating{flex-direction:column;align-items:flex-start}.base-review .card__rating-name{margin-left:0;height:32px;background-repeat:no-repeat;background-size:cover;background-position:left center}.base-review .card__rating-name_excellent{width:175px}.base-review .card__rating-name_good{width:173px}.base-review .card__rating-name_mb{width:104px}.base-review .card__rating-name_bad{width:151px}.base-review .card__rating-name_sobad{width:96px}.base-review .card__rating .text_black{font-weight:700;font-size:50px}.base-review .card__rating .text_gray,.base-review .card__rating .page-nav__list-item a,.page-nav__list-item .base-review .card__rating a,.base-review .card__rating .popup-nav__list-item a,.popup-nav__list-item .base-review .card__rating a{color:#9e9e9e}.base-review-sort .sort__btn{padding-left:0;padding-right:0;width:188px}.base-review-numb{margin-bottom:15px}.transfer{margin-bottom:20px;position:relative;border-radius:6px;border:1px solid #cdcccc;display:flex;align-items:center;flex-direction:column;background-color:#fff4db;height:80px}.transfer-img{height:60px;margin-right:15px}.reserv{margin-bottom:20px;position:relative;border-radius:6px;border:1px solid #cdcccc;box-shadow:0px 2px 4px rgba(13,12,12,.1);display:flex;align-items:center;flex-direction:column}.reserv__phones{border:3px solid #00c853;border:3px solid var(--mdc-theme-primary);box-shadow:none;box-shadow:initial}.reserv__phones .reserv-numb{padding:0}.reserv-separator{width:200px;height:1px;border-bottom:1px solid #cdcccc}.reserv-title{font-weight:700;font-size:20px;flex-basis:100%;margin-bottom:15px}.reserv-numb{position:relative}.reserv-numb__flex{display:flex;align-items:center}.reserv-numb:last-child{margin-bottom:0}.reserv-numb a{color:#212121;font-weight:600}.reserv-numb-show{padding:10px 10px 10px 10px;height:20px;width:76px;position:absolute;left:100px;top:-8.6px;font-weight:700;font-size:14px;text-transform:uppercase}.reserv-numb-show span{position:absolute;z-index:10;cursor:pointer}.reserv-numb-show::after{content:"";display:block;width:250px;height:18px;background:linear-gradient(-90deg, #ffc000 30.31%, rgba(255, 255, 255, 0) 64.58%);position:absolute;z-index:5;left:-173px;top:13px}.reserv-numb-loader{margin:-12px 0 0 -10px;color:#fff;visibility:hidden}.reserv-ico{position:absolute;right:20px;top:20px}.reserv-phone{display:flex;justify-content:center;width:100%}.reserv-phone .phone-click-log{display:flex;justify-content:center;width:100%;padding:8px 0}.warn-box{display:flex;margin-top:20px}.warn-box .icon{margin-right:13px;min-width:36px;margin-top:7px}.warn-box::before{content:"";display:block;background-image:url(/packs/media/new_design/icons-8c864f1fc1427b668c02.svg);background-image:var(--icons-url);background-position:0 -1988px;background-repeat:no-repeat;width:30px;height:29px;margin-right:13px;min-width:36px;margin-top:7px}.rating-numbers{max-width:230px;margin-bottom:44px}.rating-numbers-item{margin-bottom:20px}.rating-numbers-item:last-child{margin-bottom:0}.rating-numbers-text{display:flex;justify-content:space-between;color:#000;margin-bottom:8px}.rating-numbers-line{overflow:hidden;background:#d9d9d9;border-radius:6px;width:230px;height:6px;position:relative}.rating-numbers-line_numb{transition:all .3s;height:6px;border-radius:6px;left:0;top:0;width:0}.rating-numbers-line_numb-excellent{background:rgba(66,178,69,.64)}.rating-numbers-line_numb-good{background:rgba(144,207,10,.64)}.rating-numbers-line_numb-mb{background:rgba(245,163,47,.64)}.rating-numbers-line_numb-bad{background:rgba(245,202,47,.64)}.rating-numbers-line_numb-sobad{background:#f50}.review-list-item{padding:34px 0;border-top:2px solid #ccc;display:flex}.review-list-item:first-child{border:none}.review-list-item_right{margin-top:10px;width:100%}.review-list-item_left{max-width:200px;min-width:200px;margin-right:20px}.review-list-item .user-info{margin-bottom:28px}.review-list-item .user-info-name{overflow:hidden;text-overflow:ellipsis}.review-list-item .tripadvisor-card-rating{display:flex;flex-direction:row;align-items:center}.review-list-item .tripadvisor-card-rating__icon{width:26px;height:26px;background:url(/packs/media/new_design/tripadvisor_icon-b748916c34a7bf9aa310.svg) no-repeat;background-position-y:center;margin-right:4px}.review-list-item .tripadvisor-card-rating__count{display:flex;flex-direction:row}.review-list-item .tripadvisor-card-rating__count .circle{width:18px;height:18px;background-color:#00aa6c;border-radius:88px;margin-left:1.5px}.review-list-item .tripadvisor-card-rating__count .circle_void{background-color:rgba(0,0,0,0);border-style:solid;border-color:#00aa6c;border-width:2px}.review-list-item .card__rating{margin-bottom:25px}.review-list-item .card__rating-name{margin-left:11px;height:27px;background-size:cover}.review-list-item .card__rating-name_excellent{width:148px}.review-list-item .card__rating-name_good{width:139px}.review-list-item .card__rating-name_mb{width:87px}.review-list-item .card__rating-name_bad{width:128px}.review-list-item .card__rating-name_sobad{width:65px}.review-list-item__info{max-width:165px;margin-right:32px}.review-list-item__info-item{display:flex;font-size:14px;color:#757575;margin-bottom:15px}.review-list-item__info-item:last-child{margin-bottom:0}.review-list-item__info-item-text{display:flex;flex-direction:column}.review-list-item__info-item .icon{min-width:16px;margin-top:4px;margin-right:11px}.review-list-item__text{margin-bottom:23px}.review-list-item__text:last-child{margin-bottom:0}.review-list-item__text-title{font-weight:700;color:#757575;margin-bottom:3px}.review-list-item__text-tripadvisor_title{font-weight:700;margin-bottom:3px}.review-list-item__text-comment{padding-left:10px;margin-top:20px;border-left:2px solid #757575}.review-list-item__btn{margin-top:30px;display:flex;align-items:center;padding:0}.review-list-item__btn .icon{margin-right:8px}.review-list-item__btn:hover{background:none}.review-list-item__btn:active{background:none}.review-list-item__btn:focus{background:none}.review-list-btn{margin-top:32px;text-align:center}.user-info{display:flex;align-items:center}.user-info__img{margin-right:18px;height:60px;min-width:60px;max-width:60px}.user-avatar{border-radius:50%;width:60px;height:60px;-o-object-fit:cover;object-fit:cover}.route-list-item{margin-bottom:30px}.route-list-item:first-child{margin-top:20px}.route-list-item__text{margin-bottom:15px}.route-list-item__text:last-child{margin-bottom:0}.route-list-item h3{font-size:16px;font-weight:700;font-family:"Open Sans",sans-serif;margin-bottom:5px}.direct-contacts b{font-weight:600}.direct-contacts{font-size:14px}.direct-contacts_sub-title{margin-bottom:15px}.direct-contacts-notes_preview{display:block}.direct-contacts-notes_edit{display:none}.direct-contacts-notes_edit-controls a{vertical-align:top;margin-right:10px}.direct-contacts-notes_edit-controls:last-child{margin-right:0}.direct-contacts .dl-table{display:table;width:100%}.direct-contacts .dl-table dl{margin:0;padding:10px 0;display:table-row}.direct-contacts .dl-table dl dd{margin:0;padding:10px 0;font-size:1em;display:table-cell;width:25%}.direct-contacts .dl-table dl dd p{color:#333;width:80%;font-size:1.1em}.direct-contacts .dl-table dl dd span{font-size:.9em;font-style:italic}.direct-contacts .dl-table dl dt{margin:0;padding-left:20px;color:#333;display:table-cell}.direct-contacts .dl-table dl dt pre{width:80%;white-space:pre-line;overflow-wrap:break-word}.direct-contacts .dl-table dl dt textarea{font-size:medium;width:80%}.popup{background:#fff;border:1px solid #d9d9d9;box-shadow:-2px 3px 8px rgba(13,12,12,.255293);border-radius:6px}.popup-top__title{font-weight:500;font-size:24px;text-align:center;margin-bottom:25px}.typography-medium{font-size:16px;letter-spacing:.4px;line-height:16px}.popup-body__title{padding:30px 30px 20px 30px}.popup-body__title h3{font-size:24px}.popup-body .popup-nav{padding-left:30px;padding-right:30px}.popup-body__info{padding:0px 40px 40px 40px}.popup-body__info-box{margin-bottom:36px}.popup-body__info-box:last-child{margin-bottom:0}.popup-body__info .h5,.popup-body__info .base-aside-box__title,.popup-body__info .base-contact__title,.popup-body__info .direct-contacts_sub-title{margin-top:15px;margin-bottom:15px}.popup-body__info p{margin-bottom:10px}.popup-body__info p:last-child{margin-bottom:0}.popup-body__info .table{margin-bottom:36px;border-collapse:collapse}.popup-body__info .table:last-child{margin-bottom:0}.popup-body__info .table td{padding-top:5px;padding-bottom:3px}.popup-body__info .right_td{padding-left:15px;text-align:right}.popup-body__info .sup{vertical-align:top}.popup-close{cursor:pointer}.popup-close_white{cursor:pointer;position:absolute;right:-70px;top:0;width:46px;height:46px;box-shadow:0px 2px 4px rgba(0,0,0,.25);border-radius:50%;background:#fff}.loader-circle-wrapper{position:fixed;top:10%;left:calc(50% - 24px);z-index:100001;padding:8px;border-radius:64px;background:#fff}.loader-circle-wrapper--hidden{display:none}.loader-circle-icon{animation:loader-circle-spin 1.2s linear infinite}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:400;background:#fff}@keyframes loader-circle-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.call-back{width:500px;height:500px;padding:50px;overflow-y:visible !important}.call-back .call-form__input{margin-bottom:25px}.call-back .call-form__title{margin-bottom:15px}.call-back .popup-btn{margin-top:18px}.call-back .btn_block{padding-bottom:11px;padding-top:11px}.room-select-popup .row,.video-popup .row,.photo-popup .row{height:100%}.room-select-popup .container-fluid,.video-popup .container-fluid,.photo-popup .container-fluid{padding:0;height:100%;overflow-y:auto;overflow-x:hidden}.room-select-popup .container-fluid-photos,.video-popup .container-fluid-photos,.photo-popup .container-fluid-photos{padding:0;width:100vw;height:100%;overflow-y:auto;overflow-x:hidden}.room-select-popup .popup-close,.video-popup .popup-close,.photo-popup .popup-close{position:absolute;top:30px;right:30px}.room-select-popup,.video-popup,.photo-popup{width:100%;height:100vh;margin:0;left:0;top:0;background:rgba(0,0,0,.8);border:0;border-radius:0}.room-info{border:none;width:100%;height:100%;margin:0;left:0;top:0;overflow:auto;background:rgba(0,0,0,.5)}.room-info .popup-wrap{position:relative;background:#fff;border:1px solid #d9d9d9;box-shadow:-2px 3px 8px rgba(13,12,12,.255293);border-radius:6px;width:70%;margin:90px auto 90px auto}.room-info .popup-galery{padding:30px 50px 20px}.room-info .popup-galery .popup-slider-item{display:flex;align-items:center}.room-info .icon-arrow-gray-light{transform:scale(1.5)}.room-info .icon-arrow-gray-light.rotate{transform:scale(1.5) rotate(180deg)}.room-info .popup-slider-item img{width:auto;height:auto;max-width:800px;max-height:600px;margin-bottom:20px}.room-info .popup-slider-item__info{width:800px}.room-info .popup-slider-text,.room-info .popup-slider-counter{color:#212121}.room-info .popup-slider .text_italic{color:#757575}.title-date{font-family:"Montserrat",sans-serif;font-weight:700;font-size:14px}.popup-galery{height:100%;padding:70px}.popup-galery .slide-cont{position:relative;margin:0 auto;overflow:hidden}.popup-galery .card__thumb-arrow{top:0;margin-top:0;width:10%;height:600px;display:flex;justify-content:center;align-items:center;opacity:1;visibility:visible;z-index:1100}.popup-galery .card__thumb-arrow-left{margin-left:-30px}.popup-galery .card__thumb-arrow-right{margin-right:-30px}.popup-slider{display:flex;min-height:600px}.popup-slider-base{min-height:624px}.popup-slider-item{display:flex;justify-content:center;padding:0 45px;width:100%}.popup-slider-item img{margin:0 auto;width:800px;height:600px;display:block;-o-object-fit:none;object-fit:none}.popup-slider-item__info{margin:10px auto auto;width:800px;display:flex;justify-content:space-between;color:#fff}.slider-tns .photo{width:100%;height:95%;background-repeat:no-repeat;background-position-x:center;background-position-y:center}.slider-tns__wrap .row{display:block;margin-bottom:20px}.slider-tns__arrow{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.slider-tns__thumbnails{display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none}.slider-tns__thumbnails-item{margin-right:10px;margin-bottom:10px;height:60px;width:80px;cursor:pointer}.slider-tns__thumbnails-item:last-child{margin-right:0}.slider-tns__thumbnails-item.tns-nav-active{border:3px solid rgba(0,0,0,0);transform:scale(1.25, 1.25)}.slider-tns__thumbnails-item .photo{width:100%;height:100%;background-repeat:no-repeat;background-position-x:center;background-position-y:center}.slider-tns__thumbnails-item img{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.photo-popup-sort,.video-popup-sort{display:flex;justify-content:center;margin-bottom:20px}.photo-popup-sort .btn,.video-popup-sort .btn{margin-right:10px;background:rgba(196,196,196,.3);font-weight:normal;color:#fff}.photo-popup-sort .btn:last-child,.video-popup-sort .btn:last-child{margin-right:0}.photo-popup-sort .btn:hover,.video-popup-sort .btn:hover{background:rgba(#00c853, 0.3);background:rgba(var(--mdc-theme-primary), 0.3)}.photo-popup-sort .btn_active,.video-popup-sort .btn_active{background:rgba(#00c853, 0.3);background:rgba(var(--mdc-theme-primary), 0.3)}.photo-popup .popup-close,.video-popup .popup-close{position:absolute;top:40px;right:50px}.main-form h2{font-size:24px;margin-bottom:30px}.main-form input[type=text]{font-family:"Roboto",sans-serif;font-size:16px}.main-form .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg width=%279%27 height=%2716%27 viewBox=%270 0 9 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4.5 0L9 5L0 5L4.5 0ZM4.5 16L0 11H9L4.5 16Z%27 fill=%27black%27/%3E%3C/svg%3E%0A") no-repeat center center}.main-form .mdc-line-ripple{opacity:1;transform:scale(1);background:#7f7f7f;height:1px}.main-form .mdc-line-ripple--active{background:#00c853;background:var(--mdc-theme-primary)}.main-form .mdc-line-ripple--deactivating{background:#7f7f7f}.main-form select,.main-form input,.main-form .mdc-text-field,.main-form .mdc-select__selected-text{width:100%;background:#f3f3f3}.main-form select:focus,.main-form input:focus,.main-form .mdc-text-field:focus,.main-form .mdc-select__selected-text:focus{background:#f3f3f3}.main-form .mdc-select,.main-form .mdc-text-field{width:100%}.main-form .mdc-select::before,.main-form .mdc-text-field::before{display:none}.main-form .mdc-text-field{border-radius:4px 4px 0 0}.main-form .mdc-text-field .mdc-notched-outline__trailing,.main-form .mdc-text-field .mdc-notched-outline__notch,.main-form .mdc-text-field .mdc-notched-outline__leading{border:none}.main-form .mdc-text-field .mdc-notched-outline__leading{width:0}.main-form-col{display:flex;flex-direction:column}.main-form-col_mr60{margin-right:60px}.main-form-col_mr60:last-child{margin-right:0}.main-form-col_w100{width:100%}.main-form-col_w100 .mdc-form-field>label{width:100%;padding:30px 0 30px 0;border-bottom:1px solid #d9d9d9;margin-left:10px}.main-form-col_w100 .mdc-form-field:first-child{align-items:flex-start}.main-form-col_w100 .mdc-form-field:first-child .mdc-radio{margin-top:-10px}.main-form-col_w100 .mdc-form-field:first-child>label{padding-top:0}.main-form-col_w100 .mdc-form-field:last-child>label{border-bottom:0}.main-form-row{display:flex;margin-bottom:70px;position:relative}.main-form-row_mb30{margin-bottom:30px}.main-form-row_mb90{margin-bottom:90px}.main-form-row .main-form-input{margin-right:30px}.main-form-row .main-form-input:last-child{margin-right:0}.main-form-row_min{margin-bottom:15px}.main-form-row_last{margin-bottom:30px}.main-form-row_chek{margin-top:40px}.main-form-row_end{flex-direction:row-reverse}.main-form-row_just{margin-bottom:30px;justify-content:space-between}.main-form-row_just:last-child{margin-bottom:0}.main-form-row_just .main-form-input{margin-right:0px}.main-form-row .main-form-row{margin-bottom:0}.main-form-helper{padding:3px 6px;font-size:12px;color:#757575}.main-form-check{margin-left:-10px;font-size:16px}.main-form-check .mdc-checkbox{align-self:flex-start}.main-form-radio{margin-left:-10px;margin-right:50px;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.main-form-radio_img .mdc-radio{margin-top:-45px}.main-form-label{cursor:pointer}.main-form-label__images{margin-top:20px}.main-form-label__images img{margin-right:10px}.main-form-label__images img:last-child{margin-right:0}.main-form-btn{margin-top:40px}.main-form-btn_center{display:flex;justify-content:center}.main-form-btn_center_hidden{display:none}.main-form-btn_big .btn{padding-left:140px;padding-right:140px}.main-form-title{font-weight:700;font-size:20px;margin-bottom:25px}.main-form-info{display:flex;position:absolute;right:0;top:0}.main-form-info_hidden{display:none}.main-form-info__pay-select{top:auto;top:initial;max-width:350px}.main-form-info__text{max-width:220px}.main-form-info__text-wide{max-width:300px}.main-form-info .icon{margin-right:10px}@keyframes loader-animate{0%{transform:translate3d(-100%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}.req-step-two-field{text-align:right;font-weight:bold}.camp_certificate__wrapper{background:none,var(--camp-certificate) no-repeat center;background:var(--camp-certificate-gradient, none),var(--camp-certificate) no-repeat center;background-size:cover;padding:32px 48px 36px 48px;border-radius:8px}.camp_certificate__title{color:#fff;margin-bottom:8px;font-family:"Montserrat",sans-serif;font-weight:700;font-size:22px;line-height:100%;letter-spacing:0px}.camp_certificate__subtitle{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:22px;letter-spacing:.4px;color:#fff}.camp_certificate__select{margin-top:32px;border-radius:8px;display:flex;gap:16px}.camp_certificate__select .btn_block,.camp_certificate__select a.btn_block{width:auto;padding:12px 32px;border-radius:8px;background-color:#fff;color:#000;font-family:"Roboto",sans-serif;font-size:16px;line-height:20px;letter-spacing:1px;box-shadow:0px 4px 4px 0px rgba(0,0,0,.16)}.camp_certificate__select a.btn_shadow-block{padding:12px 24px;background:rgba(0,0,0,.32);color:#fff;font-weight:500}.camp_certificate__select .mtui-select__wrapper{border:none;flex:1 1}.camp_certificate__select .mtui-select__wrapper.opened .mtui-select__options{top:48px}@media screen and (min-width: 1720px){.icon-zc-like-heart-white-dims{height:21px}}@media screen and (max-width: 1440px){.icon-arrow-back-green-dims{height:15px}.icon-marker_gray-dims{height:15px;min-width:25px}.icon-marker_gray-dims__map{margin-left:-5px}}@media screen and (max-width: 1200px){.title-card_big{height:100%;display:flex}.title-card_big img{align-self:stretch}.filter-row{padding:18px 12px}.filter-row__search{padding:8px}.filter-row__search input{width:80%}.rating-box{width:35px;height:35px}.sort__btn{padding:7px 11px}.card__title,.card a.card__title{font-size:18px}.card_big .price{font-size:18px}.card__price-people{text-align:left;font-size:14px}.card_big .card__desc-left{margin-bottom:10px}.card_big .card__rating{align-items:flex-start}.card_big .price-box{justify-content:flex-start}.card_big .price{text-align:left}.reserv-ico{top:10px;right:10px}.rooms-box-room{max-width:200px}.rooms-list-title__room{width:190px}.rooms-list-title__guest{width:110px}.rooms-list-title__services{width:245px}.rooms-box-info__services{width:235px}.base-services-box-row__photos img{margin-bottom:3px}.review-list-item_left{min-width:220px;max-width:220px}.room-info .popup-wrap{width:80%}.reserv-numb-show{left:70px}.page-nav__list-item a,.popup-nav__list-item a{font-size:13px}}@media screen and (max-width: 992px){body{min-width:992px;overflow:auto}.container{max-width:992px}}.fix-nav{position:fixed;left:50%;top:0;width:100%;z-index:20;transform:translate(-50%, 0)}.fix-btn{visibility:visible;opacity:1}a.page-title-buttons__item-number{transition:0s;white-space:nowrap}.page-title-buttons a.fix-btn{margin-left:0}.huge_map_open{cursor:pointer}.loading{border-top:1px solid #ccc;display:flex;justify-content:center;align-items:center;padding:275px 0}.loading__img{width:52px;height:52px}.tns-lazy-img.loading{padding:0 !important;min-height:600px}img.loading__img{animation:1.5s linear 0s normal none infinite running loading__img;-webkit-animation:1.5s linear 0s normal none infinite running loading__img;width:100px}@keyframes loading__img{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}img.small{width:20px;height:20px}a.link_custom{color:#212121;font-size:16px !important}a.link_custom_desk:hover{color:#5efc82;color:var(--mdc-theme-light);outline:0}a.link_custom_desk:focus{color:#009624;color:var(--mdc-theme-bold);outline:0}a.link_custom_dark-grey{color:#828282}a.link_custom_dark-grey:active{color:#757575}a.link_custom_dark-grey:focus{color:#bdbdbd}.hidden{display:none !important}.base-info__text>p,.base-info__text>ul,.base-info__text>ol,.base-services-box-row>p,.base-services-box-row>ul,.base-section>p{margin-bottom:10px}.ckeditor_content p,.ckeditor_content ul,.ckeditor_content ol{margin-bottom:10px}.base-info__text div{background:rgba(245,155,21,.04) !important;border:1px solid rgba(245,155,21,.12) !important;border-radius:8px;color:rgba(0,0,0,.8) !important;font-weight:400 !important;font-size:16px !important;margin-bottom:28px;margin-top:20px}.base-info__text ul,.base-services-box-row ul,.ckeditor_content ul{list-style:disc outside none;list-style:initial;margin-left:40px}.base-info__text ol,.base-services-box-row ol,.ckeditor_content ol{list-style:numeric;margin-left:40px}.base-info__text li,.base-services-box-row li,.ckeditor_content li{margin-top:16px}.base-info__text h2,.base-services-box-row h2,.ckeditor_content h2{font-size:18px;margin-bottom:15px;margin-top:24px}.base-info__text h3,.base-info__text h5,.base-services-box-row h3,.base-services-box-row h5,.ckeditor_content h3,.ckeditor_content h5{font-size:16px;margin-bottom:15px;margin-top:20px}.base-info__text h4,.base-services-box-row h4,.ckeditor_content h4{font-size:16px;margin-bottom:15px}.base-info__text img,.base-services-box-row img,.ckeditor_content img{border:1px solid rgba(0,0,0,.12);border-radius:8px;-o-object-fit:cover;object-fit:cover;width:100%}.rub-icon_black .rub-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%25%27 height=%27100%25%27 viewBox=%270 0 400 550%27%3e%3cpath transform=%27translate%28-44,-473%29%27 d=%27m75.949795,761.44891h49.710085v-249.89624c17.73062-4.20076 36.74661-7.00278 57.04803-8.40606 20.30116-1.4023 40.48496-2.10369 60.55146-2.10419 21.46178,5e-4 42.5784,2.10112 63.34991,6.30188 20.77101,4.20174 39.20666,11.90284 55.30701,23.10333 16.09973,11.20143 29.04883,26.36865 38.84735,45.50171 9.79782,19.13391 14.6969,43.63289 14.69726,73.49701-3.6e-4,29.39485-5.01694,53.89383-15.04974,73.49701-10.0335,19.60373-23.33508,35.47234-39.90479,47.6059-16.57031,12.134-35.47237,20.76792-56.70623,25.90179-21.23436,5.13427-42.81739,7.93629-64.74915,8.40607l-55.28564,0.68359v49.71008h116.18957v43.38684h-116.18957v98.01026h-58.10547v-98.01026h-49.710085v-43.38684h49.710085v-50.39367h-49.710085z M244.64791,550.04755c-12.13396,4.4e-4,-23.68384,0.34936-34.64965,1.04675-10.96613,0.69828-19.71043,1.75215-26.23291,3.16162v202.98462h53.19214c13.99923,2.4e-4 27.99864-1.39899 41.99829-4.19769 13.99919-2.79822 26.59937-8.16371 37.80059-16.0965 11.2007-7.93227 20.30103-18.78075 27.30103-32.54547 6.99942-13.76414 10.26429-31.84731 9.79462-54.24957 0.46967-19.14026-2.2113-35.12637-8.04291-47.95838-5.8322-12.83121-13.76473-23.09579-23.79761-30.79376-10.03342-7.69712-21.70079-13.1801-35.00213-16.44897-13.30182-3.26799-27.42229-4.90221-42.36146-4.90265z%27 style=%27fill-rule: evenodd; fill:%23000%27/%3e%3c/svg%3e");background-repeat:no-repeat;height:14px;width:14px;display:inline-block}.rub-icon_color .rub-icon{transition-delay:.1s;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%25%27 height=%27100%25%27 viewBox=%270 0 400 550%27%3e%3cpath transform=%27translate%28-44,-473%29%27 d=%27m75.949795,761.44891h49.710085v-249.89624c17.73062-4.20076 36.74661-7.00278 57.04803-8.40606 20.30116-1.4023 40.48496-2.10369 60.55146-2.10419 21.46178,5e-4 42.5784,2.10112 63.34991,6.30188 20.77101,4.20174 39.20666,11.90284 55.30701,23.10333 16.09973,11.20143 29.04883,26.36865 38.84735,45.50171 9.79782,19.13391 14.6969,43.63289 14.69726,73.49701-3.6e-4,29.39485-5.01694,53.89383-15.04974,73.49701-10.0335,19.60373-23.33508,35.47234-39.90479,47.6059-16.57031,12.134-35.47237,20.76792-56.70623,25.90179-21.23436,5.13427-42.81739,7.93629-64.74915,8.40607l-55.28564,0.68359v49.71008h116.18957v43.38684h-116.18957v98.01026h-58.10547v-98.01026h-49.710085v-43.38684h49.710085v-50.39367h-49.710085z M244.64791,550.04755c-12.13396,4.4e-4,-23.68384,0.34936-34.64965,1.04675-10.96613,0.69828-19.71043,1.75215-26.23291,3.16162v202.98462h53.19214c13.99923,2.4e-4 27.99864-1.39899 41.99829-4.19769 13.99919-2.79822 26.59937-8.16371 37.80059-16.0965 11.2007-7.93227 20.30103-18.78075 27.30103-32.54547 6.99942-13.76414 10.26429-31.84731 9.79462-54.24957 0.46967-19.14026-2.2113-35.12637-8.04291-47.95838-5.8322-12.83121-13.76473-23.09579-23.79761-30.79376-10.03342-7.69712-21.70079-13.1801-35.00213-16.44897-13.30182-3.26799-27.42229-4.90221-42.36146-4.90265z%27 style=%27fill-rule: evenodd; fill:%2300c853%27/%3e%3c/svg%3e");background-repeat:no-repeat;height:12px;width:12px;margin-left:4px;margin-right:-4px;margin-bottom:2px;display:inline-block}.rub-icon_color:hover .rub-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%25%27 height=%27100%25%27 viewBox=%270 0 400 550%27%3e%3cpath transform=%27translate%28-44,-473%29%27 d=%27m75.949795,761.44891h49.710085v-249.89624c17.73062-4.20076 36.74661-7.00278 57.04803-8.40606 20.30116-1.4023 40.48496-2.10369 60.55146-2.10419 21.46178,5e-4 42.5784,2.10112 63.34991,6.30188 20.77101,4.20174 39.20666,11.90284 55.30701,23.10333 16.09973,11.20143 29.04883,26.36865 38.84735,45.50171 9.79782,19.13391 14.6969,43.63289 14.69726,73.49701-3.6e-4,29.39485-5.01694,53.89383-15.04974,73.49701-10.0335,19.60373-23.33508,35.47234-39.90479,47.6059-16.57031,12.134-35.47237,20.76792-56.70623,25.90179-21.23436,5.13427-42.81739,7.93629-64.74915,8.40607l-55.28564,0.68359v49.71008h116.18957v43.38684h-116.18957v98.01026h-58.10547v-98.01026h-49.710085v-43.38684h49.710085v-50.39367h-49.710085z M244.64791,550.04755c-12.13396,4.4e-4,-23.68384,0.34936-34.64965,1.04675-10.96613,0.69828-19.71043,1.75215-26.23291,3.16162v202.98462h53.19214c13.99923,2.4e-4 27.99864-1.39899 41.99829-4.19769 13.99919-2.79822 26.59937-8.16371 37.80059-16.0965 11.2007-7.93227 20.30103-18.78075 27.30103-32.54547 6.99942-13.76414 10.26429-31.84731 9.79462-54.24957 0.46967-19.14026-2.2113-35.12637-8.04291-47.95838-5.8322-12.83121-13.76473-23.09579-23.79761-30.79376-10.03342-7.69712-21.70079-13.1801-35.00213-16.44897-13.30182-3.26799-27.42229-4.90221-42.36146-4.90265z%27 style=%27fill-rule: evenodd; fill:%235EFC82%27/%3e%3c/svg%3e")}.rub-icon_color:focus .rub-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%25%27 height=%27100%25%27 viewBox=%270 0 400 550%27%3e%3cpath transform=%27translate%28-44,-473%29%27 d=%27m75.949795,761.44891h49.710085v-249.89624c17.73062-4.20076 36.74661-7.00278 57.04803-8.40606 20.30116-1.4023 40.48496-2.10369 60.55146-2.10419 21.46178,5e-4 42.5784,2.10112 63.34991,6.30188 20.77101,4.20174 39.20666,11.90284 55.30701,23.10333 16.09973,11.20143 29.04883,26.36865 38.84735,45.50171 9.79782,19.13391 14.6969,43.63289 14.69726,73.49701-3.6e-4,29.39485-5.01694,53.89383-15.04974,73.49701-10.0335,19.60373-23.33508,35.47234-39.90479,47.6059-16.57031,12.134-35.47237,20.76792-56.70623,25.90179-21.23436,5.13427-42.81739,7.93629-64.74915,8.40607l-55.28564,0.68359v49.71008h116.18957v43.38684h-116.18957v98.01026h-58.10547v-98.01026h-49.710085v-43.38684h49.710085v-50.39367h-49.710085z M244.64791,550.04755c-12.13396,4.4e-4,-23.68384,0.34936-34.64965,1.04675-10.96613,0.69828-19.71043,1.75215-26.23291,3.16162v202.98462h53.19214c13.99923,2.4e-4 27.99864-1.39899 41.99829-4.19769 13.99919-2.79822 26.59937-8.16371 37.80059-16.0965 11.2007-7.93227 20.30103-18.78075 27.30103-32.54547 6.99942-13.76414 10.26429-31.84731 9.79462-54.24957 0.46967-19.14026-2.2113-35.12637-8.04291-47.95838-5.8322-12.83121-13.76473-23.09579-23.79761-30.79376-10.03342-7.69712-21.70079-13.1801-35.00213-16.44897-13.30182-3.26799-27.42229-4.90221-42.36146-4.90265z%27 style=%27fill-rule: evenodd; fill:%23009624%27/%3e%3c/svg%3e")}.rub-map .rub-icon{height:13px;width:13px;margin-right:-8px}.youtube-icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27100%25%27 height=%27100%25%27 viewBox=%270 0 64 64%27 version=%271%27%3e%3cpath style=%27opacity:0.2%27 d=%27M 27.395341,52.964049 C 18.139423,52.784535 14.38258,52.626031 12.085292,52.318105 10.400602,52.092281 9.5732583,51.872129 8.6401443,51.401363 7.0989966,50.623849 6.1405286,49.539647 5.4488309,47.791408 4.8164229,46.19307 4.5589209,44.923584 4.3226009,42.239 4.0559149,39.20943 4.035069,38.66097 4.007377,33.94067 3.974757,28.389584 4.040417,26.570543 4.4057469,22.886033 4.5973229,20.954425 4.8765389,19.670709 5.4011889,18.309412 5.8789947,17.069705 6.3152206,16.385525 7.1085586,15.631565 8.1056385,14.683978 9.2006763,14.107939 10.583064,13.80385 12.64644,13.349958 21.972581,13 32.004813,13 c 10.032231,0 19.358373,0.349958 21.421747,0.80385 1.492218,0.328253 2.58741,0.934569 3.655973,2.024002 0.836332,0.852663 1.267084,1.627447 1.779694,3.201193 0.528192,1.621562 0.730758,3.056632 1.03089,7.303322 0.14252,2.016692 0.1425,11.300191 0,13.315891 -0.16676,2.358052 -0.371392,4.457956 -0.507654,5.209342 -0.350308,1.93178 -1.038324,3.740459 -1.814022,4.768813 -0.532195,0.70553 -1.582783,1.546182 -2.461297,1.969458 -0.889574,0.428608 -1.73712,0.641098 -3.103448,0.77811 -4.233894,0.424556 -17.162839,0.734544 -24.611299,0.590068 z%27/%3e%3cpath style=%27fill:%23c2352a%27 d=%27M 27.395341,51.964049 C 18.139423,51.784535 14.38258,51.626031 12.085292,51.318105 10.400602,51.092281 9.5732583,50.872129 8.6401443,50.401363 7.0989966,49.623849 6.1405286,48.539648 5.4488309,46.791408 4.8164229,45.19307 4.5589209,43.923584 4.3226009,41.239 4.0559149,38.20943 4.035069,37.66097 4.007377,32.94067 c -0.03262,-5.551085 0.03304,-7.370127 0.3983699,-11.054637 0.191576,-1.931608 0.470792,-3.215323 0.995442,-4.57662 0.4778058,-1.239707 0.9140317,-1.923887 1.7073697,-2.677847 0.9970799,-0.947588 2.0921177,-1.523626 3.4745054,-1.827715 2.063376,-0.453892 11.389517,-0.80385 21.421749,-0.80385 10.032231,0 19.358373,0.349958 21.421747,0.80385 1.492218,0.328253 2.58741,0.934569 3.655973,2.024002 0.836332,0.852663 1.267084,1.627447 1.779694,3.201192 0.528192,1.621562 0.730758,3.056632 1.03089,7.303322 0.14252,2.016692 0.1425,11.300191 0,13.315891 -0.16676,2.358052 -0.371392,4.457956 -0.507654,5.209342 -0.350308,1.93178 -1.038324,3.74046 -1.814022,4.768814 -0.532195,0.70553 -1.582783,1.546181 -2.461297,1.969457 -0.889574,0.428608 -1.73712,0.641098 -3.103448,0.77811 -4.233894,0.424556 -17.162839,0.734544 -24.611299,0.590068 z%27/%3e%3cpath style=%27opacity:0.2%27 d=%27m 33.233163,37.530326 c 7.937213,-4.515902 7.766553,-4.416854 7.766553,-4.507516 0,-0.08484 -13.892995,-8.068501 -13.960737,-8.022557 -0.04576,0.03106 -0.05426,15.935265 -0.0092,15.985451 0.017,0.0184 0.06502,0.0192 0.10682,0.0015 0.04182,-0.0178 2.785048,-1.573296 6.095916,-3.457018 z%27/%3e%3cpath style=%27fill:%23ffffff%27 d=%27m 33.233163,36.530296 c 7.937213,-4.515902 7.766553,-4.416854 7.766553,-4.507516 0,-0.08484 -13.892995,-8.068501 -13.960737,-8.022557 -0.04576,0.03106 -0.05426,15.935265 -0.0092,15.985451 0.017,0.0184 0.06502,0.0192 0.10682,0.0015 0.04182,-0.0178 2.785048,-1.573296 6.095916,-3.457018 z%27/%3e%3cpath style=%27opacity:0.2;fill:%23ffffff%27 d=%27M 32.003906 12 C 21.971674 12 12.645407 12.350794 10.582031 12.804688 C 9.1996434 13.108776 8.1064549 13.685225 7.109375 14.632812 C 6.316037 15.386772 5.8801496 16.068887 5.4023438 17.308594 C 4.8776937 18.669891 4.597826 19.955112 4.40625 21.886719 C 4.1072341 24.902423 4.0138108 26.777787 4.0058594 30.363281 C 4.0282027 27.356268 4.1331855 25.640692 4.40625 22.886719 C 4.597826 20.955112 4.8776937 19.669891 5.4023438 18.308594 C 5.8801496 17.068887 6.316037 16.386772 7.109375 15.632812 C 8.1064549 14.685225 9.1996434 14.108776 10.582031 13.804688 C 12.645407 13.350795 21.971674 13 32.003906 13 C 42.036137 13 51.362407 13.350794 53.425781 13.804688 C 54.917999 14.132941 56.013468 14.738692 57.082031 15.828125 C 57.918363 16.680788 58.350671 17.453598 58.863281 19.027344 C 59.391473 20.648905 59.594399 22.085341 59.894531 26.332031 C 59.964107 27.315647 59.982011 29.899079 59.980469 32.595703 C 59.98108 32.733958 59.983845 32.854089 59.984375 32.992188 C 59.996775 29.790073 59.976571 26.491865 59.894531 25.332031 C 59.594399 21.085341 59.391473 19.648905 58.863281 18.027344 C 58.350671 16.453598 57.918363 15.680788 57.082031 14.828125 C 56.013468 13.738692 54.917999 13.132941 53.425781 12.804688 C 51.362407 12.350795 42.036137 12 32.003906 12 z%27/%3e%3c/svg%3e");background-repeat:no-repeat;height:32px;width:32px;margin-right:5px;margin-bottom:-10px;margin-top:-10px;display:inline-block}#travel_line_offers td{padding:5px}#travel_line_offers table{width:100%;margin-bottom:10px}.card_ads{display:flex;width:100%;border:0;background:rgba(0,0,0,0)}.card_big .card_ads{margin-bottom:0;margin-top:15px}.date-range-alert-text{background-color:#ffe2db !important;border-radius:10px;margin-bottom:5px;padding:10px;text-align:center;line-height:23px;font-weight:600;color:#555}.date-range-alert-text strong{font-weight:700 !important}.available-dates__wrapper{display:flex;-moz-column-gap:8px;column-gap:8px;margin-bottom:48px}.available-dates__item{padding:16px 10px 16px 16px;border-radius:6px;border:1px solid #d9d9d9;cursor:pointer;transition:.2s}.available-dates__item:hover{box-shadow:0 2px 4px 0 rgba(13,12,12,.1019607843)}.available-dates__item:active{background:#f5f5f5}.available-dates__date{color:#00c853;color:var(--mdc-theme-primary);font-size:16px;font-weight:500;line-height:24px;margin-bottom:4px}.available-dates__nights{font-size:16px;font-weight:400;line-height:24px;color:#606060}.available-dates__price{margin-top:16px;font-weight:400;line-height:20px;color:#212121}.apartments-loader__progress-bar,.available-dates__progress-bar{width:100%;height:6px;overflow:hidden;position:relative}.apartments-loader__progress-fill,.available-dates__progress-fill{height:100%;width:0;border-radius:8px;background-image:url("data:image/svg+xml;utf8,<svg width=%2748%27 height=%2732%27 viewBox=%270 0 48 32%27 xmlns=%27http://www.w3.org/2000/svg%27><rect width=%2748%27 height=%2732%27 fill=%27%23417EE1%27 fill-opacity=%270.2%27/><path d=%27M25.5 32L47.5 0H24.5L2.5 32L25.5 32Z%27 fill=%27%23417EE1%27 fill-opacity=%270.64%27/></svg>");background-repeat:repeat-x;background-size:48px 32px;animation:movePattern 1s linear infinite,growBar 3s forwards}.apartments-loader__title,.available-dates__title{margin-top:24px;margin-bottom:24px;font-size:16px;font-weight:600;line-height:24px}.btn_new_book.loading{position:relative;overflow:hidden;border:none}.btn_new_book.loading:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;z-index:1}.btn_new_book.loading:after{content:"";position:absolute;top:0;left:0;height:100%;width:250%;z-index:2;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);animation:loader-animate 1s linear infinite}@keyframes loader-animate{0%{transform:translate3d(-100%, 0, 0)}100%{transform:translate3d(100%, 0, 0)}}@keyframes movePattern{0%{background-position:0 0}100%{background-position:-48px 0}}@keyframes growBar{0%{width:0}100%{width:100%}}.dots::after{content:"";display:inline-block;animation:dots 1.5s steps(4, end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}100%{content:""}}.all_services__wrapper{padding:0 16px}.all_services__wrapper_pool{flex-grow:1;flex-basis:100%;max-width:100%}.all_services__wrapper_inner{border-top:1px solid #ccc;padding-top:12px;padding-bottom:28px}.all_services__item{height:24px;line-height:24px;display:flex;align-items:center;position:relative;cursor:default}.all_services__item-with_arrow{padding-right:35px}.all_services__item-with_arrow:after{display:block;position:absolute;right:10px;content:"";width:24px;height:24px;background:url(/packs/media/icons/chevron-left-4eeca7cb553c9817f7b1.svg) no-repeat center;background-size:40%;transform:rotate(180deg)}.all_services__item-pool{height:auto}.cross_label{display:flex;justify-content:flex-end;align-content:flex-end;gap:5px;align-items:center;margin-bottom:12px;font-size:14px;font-weight:normal}.cross_label__mt{height:11px}.cross_label__mt__logo{width:97px;height:100%;background:url(/packs/media/new_design/logo-mt-6b6e3743a9826a336b1b.png) no-repeat center center;background-size:100% 100%}.cross_label__kx{height:15px}.cross_label__kx__logo{width:77px;height:100%;background:url(/packs/media/sanatoriums/logo-sanatorix-3334a2d5e9c187d284f1.png) no-repeat center center;background-size:100% 100%}.cross_label__ubook{height:15px}.cross_label__ubook__logo{width:97px;height:100%;background:url(/packs/media/ubook/logo_desktop_blue-824348dba8732a32bd54.svg) no-repeat center center;background-size:100% 100%}.apartment-tags__row{display:flex;flex-wrap:wrap}.apartment-tags__row>div{flex-basis:calc(25% - 16px);margin:0 8px;box-sizing:border-box}.apartment-tags__wrapper{padding:0 16px}.apartment-tags__wrapper_inner{border-top:1px solid #ccc;padding:10px 0}.apartment-tags__item{display:flex;align-items:center;position:relative}.custom_list{list-style-type:disc;margin-left:20px}.custom_list ::marker{color:gray}.superscript{position:relative;vertical-align:baseline;top:-0.6em}.apartment-area{display:inline-block;vertical-align:middle;margin-top:-2px}.title-modal{font-size:20px}.apartment_category_title{font-size:20px;margin-bottom:30px}.faq.mt-faq{background-color:#fafafa !important}.faq{background-color:rgba(65,126,225,.0392156863);border-radius:5px;margin-bottom:8px;cursor:pointer}.question-block{display:flex;height:60px;align-items:center;padding:16px 20px 12px 20px;justify-content:space-between}.question-block__text{font-family:"Open Sans",sans-serif;font-size:16px;color:#212121}.question-block__icon{width:24px;height:24px;background-repeat:no-repeat}.question-block__icon-add{background-image:url(/packs/media/sanatoriums/add-24e2b631ee8e34578ffe.svg)}.question-block__icon-remove{background-image:url(/packs/media/sanatoriums/remove-aa7c175e0c35444187f7.svg)}.mt-faq .question-block__icon-add{background-image:url(/packs/media/images/add-cba5209c702a0e3e3d6c.svg)}.mt-faq .question-block__icon-remove{background-image:url(/packs/media/images/add-cba5209c702a0e3e3d6c.svg);transform:scaleY(-1)}.answer-block{padding:0 20px 16px 20px}.answer-block__text{font-family:"Open Sans",sans-serif;font-size:16px;color:#616161;border-top:1px solid rgba(65,126,225,.2);padding-top:16px}.mt-faq .answer-block__text{border-top:none;padding:0 20px}.camp_static_map{width:650px;height:450px;background-size:cover;background-position:center}.weight-700{font-weight:700}.pool-photo{margin-top:8px}.pool-photo_first{height:100% !important;margin-right:0 !important}.pool-photo img{border-radius:5px}.pool-more-link,.all_services__more-link{border-bottom:1px dashed rgba(158,158,158,.5);color:#212121}.pool-more-link:hover,.all_services__more-link:hover{color:#212121}.all_services__more-link{cursor:pointer}.pool-info{display:flex;justify-content:space-between;flex-direction:column;padding-right:25px}.pool-info__others{display:flex;flex-direction:column;gap:10px}.pool-info__others__item{display:flex;gap:6px}.pool-info__others__icon{background-image:url(/packs/media/icons/pool_other-8cb228aabb250c310fc9.svg);width:24px;height:24px}.pool-info__desc{padding-top:15px}.pool-row{display:flex;flex-wrap:wrap;width:100%;-moz-column-gap:32px;column-gap:32px}.pool-row__item-pool{display:flex;flex-direction:column;min-width:calc(50% - 16px);margin-bottom:16px;gap:8px;box-sizing:border-box}.pool-row__item-pool_tittle{max-width:300px;word-wrap:break-word}.borderless{border:none}.favorite-icon{background-image:url(/packs/media/icons/favorite-ec222ab1af757c624840.svg);width:20px;height:20px}.unfavorite-icon{background-image:url(/packs/media/icons/favorite-red-b1cb006fd1eca3a68786.svg);width:20px;height:20px}.favorite-block{display:flex;gap:8px;cursor:pointer;align-items:center}.favorite-text{white-space:nowrap;transition:.3s}.favorite-text:hover{color:#00c853;color:var(--mdc-theme-primary)}.label_with-reward{width:-moz-fit-content;width:fit-content;margin:-10px 0 30px;padding:4px 8px;border-radius:5px;color:#fff;font-weight:600;background:linear-gradient(90deg, #7e00e0 0%, #417ee1 100%);background:var(--purple-gradient)}.bonuses-gradient{background:linear-gradient(90deg, #7e00e0 0%, #417ee1 100%);background:var(--purple-gradient);-webkit-background-clip:text;color:rgba(0,0,0,0)}.popular-places{display:flex;flex-direction:column;padding:12px 16px;border-radius:6px;background-color:#00000005;background-color:var(--light-grey-background)}.popular-places a{font-size:14px;font-weight:400;line-height:28px;letter-spacing:.4px;text-align:left;text-decoration-line:underline;text-decoration-style:solid;text-underline-position:from-font}.sight-row{display:flex;margin-right:-15px;gap:40px}.sight-row .sight-main{width:850px;max-width:850px}.sight-row .sight-main .nearby_camps-scroll__wrapper{opacity:0}.sight-row .sight-main .nearby_camps-scroll__wrapper.camps-tns-initialised{opacity:1}.sight-row .sight-aside{width:270px;max-width:270px}.marker-root{position:relative}.marker-balloon{position:absolute;bottom:-20px;transform:translateX(-50%);pointer-events:auto;width:400px}.marker-icon{cursor:pointer}.marker-root:not(.show-balloon) .marker-balloon{display:none}.ymaps3--default-ruler-point_actions__finish>span:last-child{display:none !important}

/*# sourceMappingURL=camp-41131c6906bb5165fb67.css.map*/