.page-module__NfDiEG__text{color:var(--text-second-color);font-size:16px;line-height:1.6}
.gapWrapper-module__Jg1l1q__grid{flex-direction:column;width:100%;display:flex}.gapWrapper-module__Jg1l1q__gapXS{gap:10px}.gapWrapper-module__Jg1l1q__gapS{gap:25px}.gapWrapper-module__Jg1l1q__gapM{gap:30px}.gapWrapper-module__Jg1l1q__gapL{gap:50px}.gapWrapper-module__Jg1l1q__gapXL{gap:100px}.gapWrapper-module__Jg1l1q__ptXL{padding-top:100px}.gapWrapper-module__Jg1l1q__ptM{padding-top:50px}.gapWrapper-module__Jg1l1q__pbM{padding-bottom:50px}.gapWrapper-module__Jg1l1q__pbL{padding-bottom:70px}.gapWrapper-module__Jg1l1q__width100{width:100%}@media (max-width:768px){.gapWrapper-module__Jg1l1q__gapXS{gap:8px}.gapWrapper-module__Jg1l1q__gapS,.gapWrapper-module__Jg1l1q__gapM{gap:20px}.gapWrapper-module__Jg1l1q__gapL{gap:35px}.gapWrapper-module__Jg1l1q__gapXL{gap:50px}.gapWrapper-module__Jg1l1q__pbM,.gapWrapper-module__Jg1l1q__pbL{padding-bottom:20px}}
.simpleCallBackForm-module__NlhU3a__form{border-radius:var(--middle-border-radius);border:1px solid var(--item-grey-color);background:#fff;flex-direction:column;gap:30px;padding:24px;display:flex;box-shadow:0 12px 30px #14283c14}.simpleCallBackForm-module__NlhU3a__label{font-weight:var(--m-font-weight);color:var(--text-second-color)}.simpleCallBackForm-module__NlhU3a__button{justify-content:center;width:100%;display:flex}.simpleCallBackForm-module__NlhU3a__fields{flex-direction:column;grid-template-columns:1fr;gap:20px;display:flex}.simpleCallBackForm-module__NlhU3a__form input{width:100%;max-width:100%}.simpleCallBackForm-module__NlhU3a__check{align-items:center;gap:10px;display:flex}.simpleCallBackForm-module__NlhU3a__small{font-size:var(--s-font-size)}.simpleCallBackForm-module__NlhU3a__small a{font-size:var(--s-font-size);text-underline-offset:3px;text-decoration:underline;transition:all .2s}.simpleCallBackForm-module__NlhU3a__small a:hover{color:var(--accent-hover-color)}@media (max-width:1200px){.simpleCallBackForm-module__NlhU3a__form{align-items:start}}.simpleCallBackForm-module__NlhU3a__submit{padding:16px 28px;font-size:16px}.simpleCallBackForm-module__NlhU3a__honeyField{opacity:0;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}
.inputField-module__fUrI3W__container{background-color:var(--item-grey-color);border-radius:var(--light-border-radius);border:none;flex-wrap:nowrap;align-items:center;gap:15px;width:100%;max-width:550px;height:fit-content;padding:10px 20px;display:flex}.inputField-module__fUrI3W__container svg{width:20px}.inputField-module__fUrI3W__maxWidth{max-width:100%}.inputField-module__fUrI3W__textarea{border-radius:var(--light-border-radius);background-color:var(--item-grey-color);border:none;width:100%;min-height:100px;padding:10px;font-size:16px}.inputField-module__fUrI3W__textarea:focus{background-color:var(--item-grey-color);border:none;outline:none}.inputField-module__fUrI3W__input::placeholder{font-size:var(--s-font-size);line-height:var(--base-line-height);color:var(--text-light-color)}.inputField-module__fUrI3W__container input,.inputField-module__fUrI3W__container textarea{width:100%;color:var(--text-first-color);background-color:var(--item-grey-color);border:0}.inputField-module__fUrI3W__container input:focus{background-color:var(--item-grey-color);border:none;outline:none}.inputField-module__fUrI3W__container:focus-within{background-color:var(--item-grey-color)}.inputField-module__fUrI3W__container svg{fill:var(--accent-color)}.inputField-module__fUrI3W__errorMessage{max-width:385px;color:var(--red-color);font-weight:var(--l-font-weight)}.inputField-module__fUrI3W__fileInput{display:none}.inputField-module__fUrI3W__fileLabel{cursor:pointer;min-width:100%;color:var(--accent-color);justify-content:space-between;align-items:center;display:flex;overflow:hidden}.inputField-module__fUrI3W__fileLabel svg{float:right;max-width:20px}@media (max-width:768px){.inputField-module__fUrI3W__container{padding:7px 10px}}
.selectFieldComponent-module__nMfGPG__container{box-sizing:border-box;border-radius:var(--light-border-radius);cursor:pointer;border:1px solid var(--item-grey-color);background:var(--bg-first-color);justify-content:space-between;gap:20px;max-width:100%;height:fit-content;transition:all .1s;display:flex;position:relative}.selectFieldComponent-module__nMfGPG__container select{appearance:none;width:100%;cursor:inherit;color:var(--text-first-color);background-color:var(--bg-first-color);border:none;padding:11px 40px 11px 20px;font-size:16px}.selectFieldComponent-module__nMfGPG__container select:focus{background-color:var(--bg-third-color);border:none;outline:none}.selectFieldComponent-module__nMfGPG__container:focus-within{background-color:var(--bg-third-color)}.selectFieldComponent-module__nMfGPG__container select::-ms-expand{display:none}.selectFieldComponent-module__nMfGPG__container:after{content:"";border-right:2px solid var(--accent-color);border-bottom:2px solid var(--accent-color);pointer-events:none;width:8px;height:8px;transition:all .2s;position:absolute;top:50%;right:20px;transform:translateY(-50%)rotate(45deg)}.selectFieldComponent-module__nMfGPG__container select:focus+.selectFieldComponent-module__nMfGPG__container:after,.selectFieldComponent-module__nMfGPG__container:focus-within:after{transform:translateY(-50%)rotate(225deg)}.selectFieldComponent-module__nMfGPG__container select:disabled{cursor:not-allowed;opacity:.8}.selectFieldComponent-module__nMfGPG__container select:disabled~.selectFieldComponent-module__nMfGPG__container:after{opacity:.2;border-color:var(--text-disabled-color);cursor:not-allowed}.selectFieldComponent-module__nMfGPG__container:has(select:disabled):after{opacity:.2;border-color:var(--text-disabled-color);cursor:not-allowed}
.optionFieldComponent-module__n8hxSq__option{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:15px;display:flex;position:relative}.optionFieldComponent-module__n8hxSq__link{gap:6px}.optionFieldComponent-module__n8hxSq__checkbox{border:1px solid var(--item-grey-color);border-radius:4px;align-items:center;width:20px;height:20px;margin:0;display:flex;position:relative}.optionFieldComponent-module__n8hxSq__option input[type=checkbox],.optionFieldComponent-module__n8hxSq__option input[type=radio]{visibility:hidden;appearance:none;width:20px;height:20px;display:inline-block;position:relative}.optionFieldComponent-module__n8hxSq__option input[type=checkbox]:before,.optionFieldComponent-module__n8hxSq__option input[type=checkbox]:after,.optionFieldComponent-module__n8hxSq__option input[type=radio]:before,.optionFieldComponent-module__n8hxSq__option input[type=radio]:after{content:"";visibility:visible;width:20px;height:20px;position:absolute;top:0;left:0}.optionFieldComponent-module__n8hxSq__option input[type=checkbox]:before,.optionFieldComponent-module__n8hxSq__option input[type=radio]:before{background:var(--bg-first-color);border:1px solid var(--item-grey-color);border-radius:4px}.optionFieldComponent-module__n8hxSq__option input[type=checkbox]:checked:before,.optionFieldComponent-module__n8hxSq__option input[type=radio]:checked:before{border:1px solid var(--item-accent-color);background:0 0}.optionFieldComponent-module__n8hxSq__option input[type=checkbox]:checked:after,.optionFieldComponent-module__n8hxSq__option input[type=radio]:checked:after{content:"";border-left:2px solid var(--item-accent-color);border-bottom:2px solid var(--item-accent-color);width:10px;height:6px;top:5px;left:5px;transform:rotate(-45deg)}.optionFieldComponent-module__n8hxSq__checked{border-left:2px solid var(--item-accent-color);border-bottom:2px solid var(--item-accent-color);width:12px;height:6px;position:absolute;top:5px;left:3px;transform:rotate(-45deg)}.optionFieldComponent-module__n8hxSq__anchor{padding-left:20px}@media (max-width:480px){.optionFieldComponent-module__n8hxSq__option{gap:25px}}
.modalWindowWrapper-module__1RP4va__overlay{z-index:200;background:#0000004d;justify-content:center;height:100%;display:flex;position:fixed;inset:0;overflow-y:auto}.modalWindowWrapper-module__1RP4va__modalWindow{border-radius:var(--light-border-radius);z-index:200;background:linear-gradient(160deg,#fff 0%,#f3f9ff 100%);width:100%;min-width:300px;max-width:720px;height:fit-content;margin:20px;padding:20px;position:relative}.modalWindowWrapper-module__1RP4va__weightModal{width:80%;max-width:800px}.modalWindowWrapper-module__1RP4va__clearModal{width:fit-content;max-width:unset;background:0 0;padding:0}.modalWindowWrapper-module__1RP4va__closeButton{cursor:pointer;cursor:pointer;color:var(--item-accent-color);-webkit-user-select:none;user-select:none;z-index:20;background:0 0;background-color:var(--bg-first-color);border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding-bottom:2px;font-size:35px;font-weight:500;transition:all .4s;display:flex;position:absolute;top:10px;right:5px}.modalWindowWrapper-module__1RP4va__closeButton:hover{background-color:var(--bg-second-color)}@media (max-width:650px){.modalWindowWrapper-module__1RP4va__clear{width:100%;max-width:fit-content}}@media (max-width:480px){.modalWindowWrapper-module__1RP4va__modalWindow{min-width:90%}}
.titleElement-module__PQCQ1W__title{color:var(--text-second-color);margin:0;font-weight:400}.titleElement-module__PQCQ1W__sizeXL{font-size:1.7rem;line-height:100%}.titleElement-module__PQCQ1W__sizeL{font-size:1.5rem;line-height:1.6rem}.titleElement-module__PQCQ1W__sizeM{font-size:1.3rem;line-height:1.4rem}.titleElement-module__PQCQ1W__sizeS{font-size:1.2rem;line-height:1.3rem}.titleElement-module__PQCQ1W__sizeXS{font-size:1rem;line-height:1.2rem}.titleElement-module__PQCQ1W__emphasize{margin-left:20px;display:inline-block;position:relative}.titleElement-module__PQCQ1W__emphasize:before{content:"";background-color:var(--item-accent-color);border-radius:var(--border-radius);width:10px;position:absolute;top:0;bottom:0;left:-20px}.titleElement-module__PQCQ1W__bold{font-weight:500}@media (max-width:768px){.titleElement-module__PQCQ1W__sizeXL{font-size:1.6rem;line-height:1.7rem}.titleElement-module__PQCQ1W__sizeL{font-size:1.4rem;line-height:1.5rem}.titleElement-module__PQCQ1W__sizeM{font-size:1.2rem;line-height:1.3rem}.titleElement-module__PQCQ1W__sizeS{font-size:1.1rem;line-height:1.2rem}}
.reviewsModalButton-module__DVsb1W__button{font:inherit;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;padding:0}.reviewsModalButton-module__DVsb1W__widget{width:min(560px,90vw);height:min(800px,80vh);position:relative;overflow:hidden}.reviewsModalButton-module__DVsb1W__iframe{box-sizing:border-box;border:1px solid #e6e6e6;border-radius:8px;width:100%;height:100%}
.headerContactsComponent-module__yP6Z-a__block{border-radius:var(--large-border-radius);z-index:10;background:var(--alba-dark-color);color:#fff;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:760px;padding:12px 18px;display:flex;box-shadow:0 1px 5px #666a7026}.headerContactsComponent-module__yP6Z-a__info{flex-wrap:nowrap;align-items:center;gap:16px;display:flex}.headerContactsComponent-module__yP6Z-a__infoItem{color:#fff}.headerContactsComponent-module__yP6Z-a__actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.headerContactsComponent-module__yP6Z-a__socials{gap:10px;display:flex}.headerContactsComponent-module__yP6Z-a__mobileIcons{align-items:center;gap:10px;display:none}@media (max-width:1200px){.headerContactsComponent-module__yP6Z-a__block{gap:16px;min-width:100%;max-width:100%}.headerContactsComponent-module__yP6Z-a__info{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:700px){.headerContactsComponent-module__yP6Z-a__info{display:none}.headerContactsComponent-module__yP6Z-a__block{align-items:flex-start}.headerContactsComponent-module__yP6Z-a__actions{flex-direction:column;align-items:center;width:100%}.headerContactsComponent-module__yP6Z-a__socials{display:none}.headerContactsComponent-module__yP6Z-a__mobileIcons{justify-content:center;width:100%;display:flex}}
.iconTextLink-module__FDOFsq__link{color:inherit;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.iconTextLink-module__FDOFsq__light{color:#fff}.iconTextLink-module__FDOFsq__dark{color:var(--text-second-color)}.iconTextLink-module__FDOFsq__icon{justify-content:center;align-items:center;display:inline-flex}.iconTextLink-module__FDOFsq__text{font-size:16px;line-height:1.3}@media (max-width:768px){.iconTextLink-module__FDOFsq__text{font-size:14px}}
.iconCircleLink-module__NlpxPG__link{width:36px;height:36px;color:inherit;background:#fff3;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:inline-flex}.iconCircleLink-module__NlpxPG__link:hover{background:#fff6}
.footerComponent-module__x7IwEq__footer{background:linear-gradient(120deg,var(--alba-dark-color),var(--alba-middle-color)50%,var(--alba-light-color));color:#fff;border-top:none;min-height:100px;padding-top:40px;padding-bottom:50px;font-size:14px}.footerComponent-module__x7IwEq__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px;display:grid}.footerComponent-module__x7IwEq__down{border-top:1px solid #ffffff59;flex-wrap:wrap;justify-content:space-between;gap:20px;padding-top:20px;display:flex}.footerComponent-module__x7IwEq__down a,.footerComponent-module__x7IwEq__down span{font-size:var(--xs-font-size)}.footerComponent-module__x7IwEq__column{flex-direction:column;gap:20px;display:flex}.footerComponent-module__x7IwEq__linksBlock{color:var(--text-second-color);border-radius:var(--middle-border-radius);background:#ffffffeb;padding:20px;box-shadow:0 12px 30px #0a283c26}.footerComponent-module__x7IwEq__linksBlock a,.footerComponent-module__x7IwEq__linksBlock button{color:var(--text-second-color)}@media (max-width:1200px){.footerComponent-module__x7IwEq__footer{padding:50px 20px}}
.breadcrumbsComponent-module__EZOEJa__block{flex-wrap:wrap;gap:14px;display:flex}.breadcrumbsComponent-module__EZOEJa__link{color:var(--item-accent-color);text-decoration:none;transition:all .2s;position:relative}.breadcrumbsComponent-module__EZOEJa__link:hover{color:var(--item-accent-hover-color)}.breadcrumbsComponent-module__EZOEJa__link:not(:last-child):after{content:"/";color:var(--text-second-color);position:absolute;right:-12px}.breadcrumbsComponent-module__EZOEJa__link:not(:last-child){margin-right:5px}.breadcrumbsComponent-module__EZOEJa__grey{color:var(--text-second-color)}
.container-module__kosxGW__container{max-width:var(--max-width);box-sizing:border-box;margin:0 auto;position:relative}@media (max-width:1200px){.container-module__kosxGW__container{padding:0 20px}}@media (max-width:850px){.container-module__kosxGW__container{padding:0 10px}}
.priceList-module__9QKWEW__priceList{gap:15px;width:100%;min-width:100%;display:grid}.priceList-module__9QKWEW__priceItem{cursor:pointer;background-color:var(--bg-first-color);border-radius:var(--light-border-radius);justify-content:space-between;gap:20px;padding:10px 20px;transition:all .1s;display:flex}.priceList-module__9QKWEW__priceItem:hover{background-color:var(--item-middle-color)}.priceList-module__9QKWEW__cost{font-weight:var(--l-font-weight);white-space:nowrap;flex-direction:row;align-items:center;gap:8px;display:flex}.priceList-module__9QKWEW__basePrice{color:var(--text-second-color)}.priceList-module__9QKWEW__basePriceStriked{color:var(--item-dark-grey-color);text-decoration:line-through;text-decoration-thickness:2px;-webkit-text-decoration-color:var(--red-color);text-decoration-color:var(--red-color)}.priceList-module__9QKWEW__stockPrice{color:var(--green-color)}.priceList-module__9QKWEW__modalInfo{gap:6px;display:grid}.priceList-module__9QKWEW__modalTitle{font-weight:var(--l-font-weight)}.priceList-module__9QKWEW__modalPriceRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.priceList-module__9QKWEW__modalSection{gap:8px;display:grid}.priceList-module__9QKWEW__modalSubtitle{color:var(--text-second-color);font-weight:var(--l-font-weight)}.priceList-module__9QKWEW__modalHint{color:var(--text-second-color)}.priceList-module__9QKWEW__modalError{color:var(--red-color)}.priceList-module__9QKWEW__optionsList{gap:8px;display:grid}.priceList-module__9QKWEW__optionItem{border-radius:var(--light-border-radius);border:1px solid var(--item-middle-color);cursor:pointer;grid-template-columns:16px 1fr auto;align-items:center;gap:10px;padding:8px 12px;transition:background-color .1s;display:grid}.priceList-module__9QKWEW__optionItem:hover{background-color:var(--item-middle-color-mute)}.priceList-module__9QKWEW__optionRadio{accent-color:var(--item-accent-color)}.priceList-module__9QKWEW__optionTitle{color:var(--text-first-color)}.priceList-module__9QKWEW__optionPrice{color:var(--text-second-color);font-weight:var(--l-font-weight);white-space:nowrap}.priceList-module__9QKWEW__totalRow{border-top:1px solid var(--item-middle-color);justify-content:space-between;align-items:center;gap:12px;padding-top:8px;display:flex}.priceList-module__9QKWEW__totalLabel{color:var(--text-second-color)}.priceList-module__9QKWEW__totalPrice{color:var(--green-color);font-weight:var(--l-font-weight);white-space:nowrap}@media (max-width:768px){.priceList-module__9QKWEW__priceItem{grid-template-columns:1fr 80px;gap:10px;padding:10px}.priceList-module__9QKWEW__additional{flex-direction:column-reverse;justify-content:flex-end;align-items:flex-start;gap:5px;display:flex}.priceList-module__9QKWEW__measure{font-size:var(--xs-font-size)}.priceList-module__9QKWEW__cost{font-size:var(--s-font-size);white-space:normal;flex-direction:column;align-items:flex-end;gap:4px}.priceList-module__9QKWEW__optionItem{grid-template-columns:16px 1fr}.priceList-module__9QKWEW__optionPrice{grid-column:2/3}}
.mainContainer-module__bFGSKG__main{width:100%;max-width:var(--max-width);flex-direction:column;gap:50px;margin:30px auto auto;display:flex}@media (max-width:1200px){.mainContainer-module__bFGSKG__main{gap:45px;margin-top:0;padding:0 20px}}
.adaptiveImageContainer-module__KYab6G__imageContainer{max-width:100%;height:auto;position:relative;overflow:hidden}.adaptiveImageContainer-module__KYab6G__fill{width:100%;height:100%}.adaptiveImageContainer-module__KYab6G__imageContainer img{object-fit:cover;width:100%;height:auto}.adaptiveImageContainer-module__KYab6G__fill img{height:100%}.adaptiveImageContainer-module__KYab6G__radius{border-radius:var(--middle-border-radius)}
.buttonComponent-module__tKgltW__button{border:1px solid var(--item-accent-color);font-size:var(--s-font-size);font-weight:var(--m-font-weight);text-align:center;color:#fff;font-weight:var(--l-font-weight);background:var(--item-accent-color);cursor:pointer;border-radius:var(--middle-border-radius);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:10px;width:fit-content;min-width:fit-content;height:fit-content;padding:10px 20px;text-decoration:none;transition:all .1s;display:flex}.buttonComponent-module__tKgltW__button span{font-size:var(--s-font-size);font-weight:var(--m-font-weight)}.buttonComponent-module__tKgltW__button svg{width:16px}.buttonComponent-module__tKgltW__uppercase,.buttonComponent-module__tKgltW__uppercase span{font-size:var(--xs-font-size);font-weight:var(--l-font-weight);text-transform:uppercase}.buttonComponent-module__tKgltW__sizeXL{width:315px}.buttonComponent-module__tKgltW__large{border-radius:var(--light-border-radius);border:none;width:100%;padding:25px 10px}.buttonComponent-module__tKgltW__button:hover{background:var(--item-accent-hover-color);border:1px solid var(--item-accent-hover-color)}.buttonComponent-module__tKgltW__gradient{background:linear-gradient(90deg,var(--alba-dark-color),var(--alba-middle-color)50%,var(--alba-light-color));color:#fff;border:none}.buttonComponent-module__tKgltW__gradient:hover{background:linear-gradient(90deg,var(--alba-dark-color),var(--alba-middle-color)50%,var(--alba-light-color));border:none}.buttonComponent-module__tKgltW__whiteColor{background:var(--bg-first-color);color:var(--text-first-color);border:1px solid var(--item-grey-color)}.buttonComponent-module__tKgltW__lightColor{color:var(--text-first-color);background:#fff;border:1px solid #ffffffa6}.buttonComponent-module__tKgltW__darkColor{background:var(--alba-dark-color);color:#fff;border:1px solid var(--alba-dark-color)}.buttonComponent-module__tKgltW__transparentColor{color:var(--text-first-color);border:1px solid var(--item-grey-color);background:0 0}.buttonComponent-module__tKgltW__transparentColor span,.buttonComponent-module__tKgltW__whiteColor span{color:var(--text-first-color)}.buttonComponent-module__tKgltW__whiteColor svg{fill:var(--text-first-color)}.buttonComponent-module__tKgltW__transparentColor:hover,.buttonComponent-module__tKgltW__whiteColor:hover{background:var(--accent-color);border:1px solid var(--item-accent-hover-color);color:var(--white-color)}.buttonComponent-module__tKgltW__lightColor:hover{background:#ffffffd9;border:1px solid #ffffffd9}.buttonComponent-module__tKgltW__darkColor:hover{background:var(--alba-middle-color);border:1px solid var(--alba-middle-color);color:#fff}.buttonComponent-module__tKgltW__darkColor:hover span{color:#fff}.buttonComponent-module__tKgltW__lightBlueColor{background:var(--bg-second-color);color:var(--text-first-color);border:1px solid var(--bg-second-color)}.buttonComponent-module__tKgltW__lightBlueColor:hover,.buttonComponent-module__tKgltW__greyColor{background:var(--item-grey-color);color:var(--text-first-color);border:1px solid var(--item-grey-color)}.buttonComponent-module__tKgltW__greyColor:hover{background-color:var(--item-dark-grey-color);border:1px solid var(--item-dark-grey-color)}.buttonComponent-module__tKgltW__sizeS{padding:4px 17px}.buttonComponent-module__tKgltW__width100{width:100%;font-size:14px}.buttonComponent-module__tKgltW__button:disabled{background-color:var(--item-grey-color);border:1px solid var(--item-grey-color);color:var(--text-first-color);cursor:not-allowed}@media (max-width:768px){.buttonComponent-module__tKgltW__button{padding:8px}}
.cookieConsentBanner-module__gbSPfW__banner{color:#fff;z-index:1000;background-color:#121212f0;border-radius:16px;flex-direction:column;gap:12px;width:min(640px,100% - 32px);padding:16px 20px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000040}.cookieConsentBanner-module__gbSPfW__text{margin:0;font-size:14px;line-height:1.4}.cookieConsentBanner-module__gbSPfW__link{color:var(--blue-color);text-decoration:underline}.cookieConsentBanner-module__gbSPfW__actions{flex-wrap:wrap;gap:12px;display:flex}.cookieConsentBanner-module__gbSPfW__accept,.cookieConsentBanner-module__gbSPfW__decline{cursor:pointer;border:none;border-radius:12px;flex:auto;min-width:120px;padding:10px 16px;font-size:14px;font-weight:600}.cookieConsentBanner-module__gbSPfW__accept{background-color:var(--blue-color);color:#fff}.cookieConsentBanner-module__gbSPfW__decline{color:#fff;background-color:#0000;border:1px solid #ffffff4d}@media (min-width:768px){.cookieConsentBanner-module__gbSPfW__banner{flex-direction:row;align-items:center}.cookieConsentBanner-module__gbSPfW__text{flex:60%;margin-right:16px}.cookieConsentBanner-module__gbSPfW__actions{flex:none}}
.dangerTextComponent-module__Sb0tbG__text{gap:10px;display:grid}.dangerTextComponent-module__Sb0tbG__gapM{gap:20px}.dangerTextComponent-module__Sb0tbG__gapS{gap:10px}.dangerTextComponent-module__Sb0tbG__gapXS{gap:0}.dangerTextComponent-module__Sb0tbG__sizeXS,.dangerTextComponent-module__Sb0tbG__sizeXS p,.dangerTextComponent-module__Sb0tbG__sizeXS span{font-size:14px}.dangerTextComponent-module__Sb0tbG__sizeL,.dangerTextComponent-module__Sb0tbG__sizeL p,.dangerTextComponent-module__Sb0tbG__sizeL span{font-size:18px}.dangerTextComponent-module__Sb0tbG__gapS blockquote:first-child,.dangerTextComponent-module__Sb0tbG__gapXS blockquote:first-child{margin-top:0}.dangerTextComponent-module__Sb0tbG__gapS blockquote,.dangerTextComponent-module__Sb0tbG__gapXS blockquote{margin-top:20px}
.advantagesWidget-module__scEoRa__section{background:#fff;padding:60px 0 100px}.advantagesWidget-module__scEoRa__content{gap:24px;display:grid}.advantagesWidget-module__scEoRa__list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.advantagesWidget-module__scEoRa__card{background:#fff;border:1px solid #0000000f;border-radius:16px;align-items:center;gap:14px;padding:16px 18px;display:flex;box-shadow:0 10px 24px #14285014}.advantagesWidget-module__scEoRa__icon{background:var(--adv-color);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:0 8px 18px #0000002e}.advantagesWidget-module__scEoRa__title{color:var(--text-second-color);font-size:16px;font-weight:500}@media (max-width:768px){.advantagesWidget-module__scEoRa__section{padding:40px 0 100px}.advantagesWidget-module__scEoRa__list{grid-template-columns:1fr}}
.gradientFrame-module__FUjGXW__frame{background:linear-gradient(120deg,var(--alba-dark-color),var(--alba-middle-color)50%,var(--alba-light-color));border-radius:var(--middle-border-radius);width:100%;padding:16px}.gradientFrame-module__FUjGXW__inner{width:100%;color:var(--text-second-color);border-radius:var(--middle-border-radius);background:#ffffffeb;padding:20px;box-shadow:0 12px 30px #0a283c26}@media (max-width:768px){.gradientFrame-module__FUjGXW__frame{padding:12px}.gradientFrame-module__FUjGXW__inner{padding:16px}}
.doctorsWidget-module___3SPMa__section{gap:20px;display:grid}.doctorsWidget-module___3SPMa__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.doctorsWidget-module___3SPMa__gridTwoColumns{grid-template-columns:repeat(2,minmax(240px,1fr))}.doctorsWidget-module___3SPMa__actions{justify-content:center;width:100%;display:flex}.doctorsWidget-module___3SPMa__allButton{justify-content:center;width:100%}@media (max-width:768px){.doctorsWidget-module___3SPMa__gridTwoColumns{grid-template-columns:1fr}}
.doctorCard-module__AUac7W__card{border-radius:var(--middle-border-radius);border:1px solid var(--item-grey-color);background:#fff;gap:14px;padding:18px;transition:background .2s;display:grid}.doctorCard-module__AUac7W__card:hover{background:var(--item-grey-color)}.doctorCard-module__AUac7W__photo{aspect-ratio:3/4;border-radius:var(--middle-border-radius);background:0 0;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.doctorCard-module__AUac7W__placeholder{color:var(--item-dark-grey-color);background:var(--item-grey-color);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.doctorCard-module__AUac7W__body{gap:10px;display:grid}.doctorCard-module__AUac7W__specializations{font-size:var(--xs-font-size);color:var(--text-second-color);gap:6px;font-weight:600;display:grid}.doctorCard-module__AUac7W__specializations span{align-items:center;gap:8px;display:inline-flex}.doctorCard-module__AUac7W__specializations span:before{content:"";background:linear-gradient(135deg,#ffb347 0%,#ff7a59 50%,#ff4d6d 100%);border-radius:50%;flex:none;width:8px;height:8px}
.servicesWidget-module__HbzbtW__section{border-radius:var(--large-border-radius);background-color:var(--bg-second-color);background-image:url(/bg.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;gap:24px;padding:32px;display:grid}.servicesWidget-module__HbzbtW__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.servicesWidget-module__HbzbtW__actions{justify-content:center;display:flex}@media (max-width:900px){.servicesWidget-module__HbzbtW__section{padding:24px}}@media (max-width:600px){.servicesWidget-module__HbzbtW__section{padding:20px}}
.serviceCard-module__z0lkMW__card{border-radius:var(--light-border-radius);border:1px solid var(--item-grey-color);background:#fff;flex-direction:column;gap:10px;padding:18px;display:flex}.serviceCard-module__z0lkMW__card:hover{background:#f2f2f2}.serviceCard-module__z0lkMW__title{color:var(--text-second-color);font-size:18px;font-weight:500}.serviceCard-module__z0lkMW__description{font-size:var(--xs-font-size);color:var(--item-dark-grey-color);line-height:1.4}
.gridBlock-module__0sPFUq__block{grid-template-columns:minmax(200px,300px) minmax(400px,auto);align-items:start;gap:30px;display:grid}@media (max-width:1200px){.gridBlock-module__0sPFUq__block{grid-template-columns:1fr}}
.tabs-module__Ljv2Ya__tabs{gap:20px;display:grid}.tabs-module__Ljv2Ya__list{flex-wrap:wrap;gap:12px;display:flex}.tabs-module__Ljv2Ya__tab{border:1px solid var(--item-grey-color);color:var(--text-main-color);background:var(--item-grey-color);cursor:pointer;border-radius:999px;padding:10px 16px;font-size:15px;transition:all .2s}.tabs-module__Ljv2Ya__tab:hover{border-color:var(--alba-middle-color)}.tabs-module__Ljv2Ya__active{background:var(--alba-dark-color);color:#fff;border-color:var(--alba-dark-color)}.tabs-module__Ljv2Ya__active:hover{background:var(--alba-middle-color);border-color:var(--alba-middle-color)}.tabs-module__Ljv2Ya__content{border-radius:var(--middle-border-radius);border:1px solid var(--item-grey-color);color:var(--text-second-color);background:#fff;padding:18px;line-height:1.6}@media (max-width:768px){.tabs-module__Ljv2Ya__tab{font-size:14px}.tabs-module__Ljv2Ya__content{padding:16px}}
.doctorGallery-module__DjlrtG__gallery{gap:16px;display:grid}.doctorGallery-module__DjlrtG__main{width:100%}.doctorGallery-module__DjlrtG__thumbs{flex-wrap:wrap;gap:10px;display:flex}.doctorGallery-module__DjlrtG__thumb{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;width:64px;height:86px;padding:0;transition:border-color .2s,box-shadow .2s;overflow:hidden}.doctorGallery-module__DjlrtG__thumbInner{width:100%;height:100%;display:block;position:relative}.doctorGallery-module__DjlrtG__thumb img{object-fit:cover}.doctorGallery-module__DjlrtG__active{border-color:var(--alba-dark-color);box-shadow:0 6px 14px #1e6d9233}.doctorGallery-module__DjlrtG__placeholder{aspect-ratio:3/4;border-radius:var(--middle-border-radius);background:var(--item-grey-color);width:100%;color:var(--item-dark-grey-color);justify-content:center;align-items:center;display:flex}@media (max-width:768px){.doctorGallery-module__DjlrtG__thumb{width:54px;height:74px}}
.titleLink-module__mG7p5W__link{color:inherit;align-items:center;gap:12px;width:fit-content;text-decoration:none;display:inline-flex}.titleLink-module__mG7p5W__icon{color:var(--alba-dark-color);justify-content:center;align-items:center;display:inline-flex}
.startContentComponent-module__Fta4ta__about{color:var(--regular);grid-template-columns:300px auto;align-items:start;gap:30px;min-width:100%;display:grid}.startContentComponent-module__Fta4ta__oneColumn{grid-template-columns:1fr}.startContentComponent-module__Fta4ta__image{grid-row:1;width:100%;max-width:300px}.startContentComponent-module__Fta4ta__content{flex-direction:column;gap:30px;display:flex}.startContentComponent-module__Fta4ta__subtitle{font-weight:var(--l-font-weight);color:var(--text-second-color)}.startContentComponent-module__Fta4ta__badge{background:var(--alba-dark-color);color:#fff;border-radius:999px;align-self:flex-start;padding:6px 12px;font-size:13px;font-weight:500}.startContentComponent-module__Fta4ta__divider{border-bottom:1px solid var(--item-grey-color);margin:0 40px}@media (max-width:768px){.startContentComponent-module__Fta4ta__about{grid-template-columns:1fr;gap:15px;display:grid}.startContentComponent-module__Fta4ta__image{grid-row:1}.startContentComponent-module__Fta4ta__content{grid-template-columns:1fr;gap:15px}.startContentComponent-module__Fta4ta__content>:first-child{grid-column:span 1}.startContentComponent-module__Fta4ta__content>:not(:first-child){grid-column:span 1/-1}}@media (max-width:480px){.startContentComponent-module__Fta4ta__image{max-width:100%}}
.page-module__zTUhda__success{background-color:var(--green-color-mute);color:var(--text-first-color);border-radius:var(--middle-border-radius);gap:20px;margin:0 auto;padding:40px 20px;font-size:18px;display:grid}
