@font-face{font-family:Play;src:url(../assets/fonts/Play-Bold.woff2) format("woff2"),url(../assets/fonts/Play-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(../assets/fonts/Manrope-Medium.woff2) format("woff2"),url(../assets/fonts/Manrope-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(../assets/fonts/Manrope-SemiBold.woff2) format("woff2"),url(../assets/fonts/Manrope-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(../assets/fonts/Manrope-Bold.woff2) format("woff2"),url(../assets/fonts/Manrope-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:56px;padding:0 32px;border:none;border-radius:20px;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;cursor:pointer;white-space:nowrap;transition:all .3s ease}@media only screen and (max-width: 767px){.btn{height:48px;padding:0 16px;border-radius:16px;font-size:14px}}.btn:hover{opacity:.9}.btn--primary{background:#02538a;color:#fff}.btn--white{background:#fff;color:#03111a}.btn--outline{background:transparent;border:1px solid #02538a;color:#02538a;padding:0 24px}@media only screen and (max-width: 767px){.btn--outline{padding:0 14px}}.btn--outline-white{background:transparent;border:1px solid #ffffff;color:#fff;padding:0 24px}@media only screen and (max-width: 767px){.btn--outline-white{padding:0 14px}}.btn--outline-white img{filter:brightness(0) invert(1)}.btn--icon{width:56px;padding:0}@media only screen and (max-width: 767px){.btn--icon{width:48px}}.btn--icon img{width:24px;height:24px}@media only screen and (max-width: 767px){.btn--icon img{width:20px;height:20px}}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#03111a}.form-input,.form-textarea,.form-select{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:4px;font-size:16px;font-family:inherit;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#02538a}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#999}.form-textarea{resize:vertical;min-height:120px}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-checkbox,.form-radio{width:20px;height:20px;margin-right:8px;cursor:pointer}.form-checkbox-label,.form-radio-label{display:flex;align-items:center;cursor:pointer;margin-bottom:8px}.form-error{color:#e74c3c;font-size:14px;margin-top:4px}.form-input.error,.form-textarea.error,.form-select.error{border-color:#e74c3c}.field-wrap{display:flex;flex:1 1 0;flex-direction:column;gap:8px;min-width:0}.field-wrap [class*=__field]:not([class*=--textarea]){flex:none;width:100%}.field-wrap--error .field-wrap__control{border-color:#ba0000}.field-wrap--error .field-wrap__control:focus{border-color:#ba0000}.field-wrap--error .field-wrap__error{display:block}.field-wrap__error{display:none;margin:0;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:#ba0000}@media only screen and (max-width: 767px){.field-wrap__error{font-size:13px;line-height:1.2}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex}.modal-overlay[hidden]{display:none!important}.modal-overlay{justify-content:center;align-items:center;padding:24px;background-color:#03111a66;opacity:0;visibility:hidden;transition:all .3s ease}.modal-overlay.active{opacity:1;visibility:visible}@media only screen and (max-width: 767px){.request-modal.modal-overlay{padding:0;align-items:stretch;background-color:#fff}}@media only screen and (max-width: 767px){.request-modal.modal-overlay .modal{max-height:none;height:100%;transform:none}}@media only screen and (max-width: 767px){.request-modal.modal-overlay.active .modal{transform:none}}.modal{position:relative;width:100%;max-height:calc(100vh - 48px);overflow-y:auto;transform:translateY(12px) scale(.98);transition:transform .3s ease}.modal-overlay.active .modal{transform:translateY(0) scale(1)}body.modal-open{overflow:hidden}.request-modal__dialog{max-width:560px;margin:0 auto;padding:24px;background:#fff;border:1px solid #ebeaeb;border-radius:32px;box-shadow:0 268px 75px #e0e0e000,0 171px 69px #e0e0e003,0 96px 58px #e0e0e00d,0 43px 43px #e0e0e017,0 11px 24px #e0e0e01a}@media only screen and (max-width: 767px){.request-modal__dialog{display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-width:none;height:100%;min-height:100dvh;padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border:none;border-radius:0;box-shadow:none}}.request-modal__header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media only screen and (max-width: 767px){.request-modal__header{margin-bottom:12px}}.request-modal__title-wrap{display:flex;align-items:center;gap:10px}.request-modal__title{flex:1 1 0;min-width:0;margin:0;font-family:Play,serif;font-size:32px;font-weight:700;line-height:1;color:#03111a}@media only screen and (max-width: 767px){.request-modal__title{font-size:24px}}.request-modal__close{border:none;background:none;padding:0;margin:0;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:24px;height:24px;transition:opacity .3s ease}.request-modal__close:hover{opacity:.7}.request-modal__close img{display:block;width:24px;height:24px}.request-modal__desc{margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#545f66}@media only screen and (max-width: 767px){.request-modal__desc{font-size:14px}}.request-modal__form{display:flex;flex-direction:column;align-items:flex-start;gap:24px}@media only screen and (max-width: 767px){.request-modal__form{gap:12px;flex:1 1 auto;min-height:0;width:100%}}.request-modal__fields{display:flex;flex-direction:column;gap:12px;width:100%}.request-modal__row{display:flex;gap:12px;width:100%}.request-modal__field-wrap{display:flex;flex:1 1 0;flex-direction:column;gap:8px;min-width:0}.request-modal__field-wrap--error .request-modal__control{border-color:#ba0000}.request-modal__field-wrap--error .request-modal__error{display:block}.request-modal__error{display:none;margin:0;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:#ba0000}@media only screen and (max-width: 767px){.request-modal__error{font-size:13px;line-height:1.2}}.request-modal__field{display:block;width:100%}.request-modal__field--textarea{flex:none;width:100%;height:160px}@media only screen and (max-width: 767px){.request-modal__field--textarea{height:140px}}.request-modal__control{display:block;width:100%;box-sizing:border-box;margin:0;background:#fff;border:1px solid #ebeaeb;border-radius:20px;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a}@media only screen and (max-width: 767px){.request-modal__control{border-radius:16px;font-size:14px}}.request-modal__control:focus{outline:none;border-color:#03111a}.request-modal__field-wrap--error .request-modal__control:focus{border-color:#ba0000}.request-modal__control::-webkit-input-placeholder{color:#545f66}.request-modal__control::-moz-placeholder{color:#545f66}.request-modal__control:-ms-input-placeholder{color:#545f66}.request-modal__control::placeholder{color:#545f66}.request-modal__control--input{height:56px;padding:0 16px}@media only screen and (max-width: 767px){.request-modal__control--input{height:48px;padding:0 12px}}.request-modal__control--textarea{height:100%;padding:16px;resize:none}@media only screen and (max-width: 767px){.request-modal__control--textarea{padding:16px 12px}}.request-modal__file-wrap{display:flex;flex-direction:column;gap:8px;width:100%}.request-modal__file-wrap--error .request-modal__file-size{color:#ba0000}.request-modal__file-wrap--error .request-modal__file-error{display:block}.request-modal__file-wrap--error .request-modal__file-remove-icon--default{display:none}.request-modal__file-wrap--error .request-modal__file-remove-icon--error{display:block}.request-modal__file-error{display:none;margin:0;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#ba0000}@media only screen and (max-width: 767px){.request-modal__file-error{font-size:12px}}.request-modal__file{position:relative;display:flex;align-items:center;width:100%;min-height:56px;box-sizing:border-box;background:#fff;border:1px solid #ebeaeb;border-radius:20px;overflow:hidden;transition:border-color .3s ease}@media only screen and (max-width: 767px){.request-modal__file{min-height:48px;border-radius:16px}}.request-modal__file:has(.request-modal__file-input:focus-visible){border-color:#03111a}.request-modal__file:has(.request-modal__file-empty:hover){border-color:#d7d5d7}.request-modal__file-empty{border:none;background:none;margin:0;display:flex;align-items:center;gap:10px;width:100%;min-height:56px;padding:0 16px;box-sizing:border-box;cursor:pointer;text-align:left;transition:border-color .3s ease}@media only screen and (max-width: 767px){.request-modal__file-empty{min-height:48px;padding:0 12px}}.request-modal__file--filled .request-modal__file-empty{display:none}.request-modal__file-added{display:none;align-items:center;gap:10px;width:100%;min-height:56px;padding:0 16px;box-sizing:border-box}@media only screen and (max-width: 767px){.request-modal__file-added{min-height:48px;padding:0 12px}}.request-modal__file--filled .request-modal__file-added{display:flex}.request-modal__file-info{display:flex;flex:1 1 0;align-items:center;justify-content:space-between;gap:12px;min-width:0}.request-modal__file-name{flex:1 1 0;min-width:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 767px){.request-modal__file-name{font-size:14px}}.request-modal__file-size{flex-shrink:0;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#545f66;white-space:nowrap}@media only screen and (max-width: 767px){.request-modal__file-size{font-size:12px}}.request-modal__file-remove{border:none;background:none;padding:0;margin:0;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:24px;height:24px;cursor:pointer;transition:opacity .3s ease}.request-modal__file-remove:hover{opacity:.7}.request-modal__file-remove .request-modal__file-remove-icon{display:block;width:24px;height:24px}.request-modal__file-remove .request-modal__file-remove-icon--error{display:none}.request-modal__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.request-modal__file-icon{display:block;flex-shrink:0;width:24px;height:24px}@media only screen and (max-width: 767px){.request-modal__file-icon{width:20px;height:20px}}.request-modal__file-label{flex:1 1 0;min-width:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#545f66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 767px){.request-modal__file-label{font-size:14px}}.request-modal__file-hint{flex-shrink:0;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#545f66;white-space:nowrap}@media only screen and (max-width: 767px){.request-modal__file-hint{font-size:12px}}.request-modal__policy{display:flex;align-items:center;gap:8px;width:100%;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:#03111a;cursor:pointer}@media only screen and (max-width: 767px){.request-modal__policy{font-size:13px;line-height:1.2}}.request-modal__policy-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;width:24px;height:24px;margin:0;border:1px solid #03111a;border-radius:4px;background:#fff;cursor:pointer}.request-modal__policy-input:checked{border:none;background:url(../assets/images/square-check.svg) center/24px 24px no-repeat}.request-modal__policy-text strong{font-weight:700}.request-modal__submit{align-self:flex-start}@media only screen and (max-width: 767px){.request-modal__submit{align-self:stretch;width:100%;margin-top:auto;flex-shrink:0}}.request-success-modal__dialog{max-width:560px;margin:0 auto;padding:24px;background:#fff;border:1px solid #ebeaeb;border-radius:32px;box-shadow:0 268px 75px #e0e0e000,0 171px 69px #e0e0e003,0 96px 58px #e0e0e00d,0 43px 43px #e0e0e017,0 11px 24px #e0e0e01a;display:flex;flex-direction:column;align-items:center;gap:24px;box-sizing:border-box}@media only screen and (max-width: 767px){.request-success-modal__dialog{width:100%;padding:24px 12px;border-radius:24px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.request-success-modal__icon{display:block;flex-shrink:0;width:64px;height:64px}.request-success-modal__content{display:flex;flex-direction:column;gap:16px;width:100%}.request-success-modal__title{margin:0;font-family:Play,serif;font-size:32px;font-weight:700;line-height:1;text-align:center;color:#03111a}@media only screen and (max-width: 767px){.request-success-modal__title{font-size:24px;line-height:1.2}}.request-success-modal__text{margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;text-align:center;color:#03111a}@media only screen and (max-width: 767px){.request-success-modal__text{font-size:14px}}.cookie-banner{position:fixed;right:24px;bottom:24px;z-index:900;display:flex;flex-direction:column;align-items:flex-start;gap:16px;box-sizing:border-box;width:100%;max-width:min(640px,100vw - 48px);padding:24px;background:#fff;border:1px solid #ebeaeb;border-radius:32px;box-shadow:0 268px 75px #e0e0e000,0 171px 69px #e0e0e003,0 96px 58px #e0e0e00d,0 43px 43px #e0e0e017,0 11px 24px #e0e0e01a;opacity:0;visibility:hidden;transform:translateY(12px);transition:all .3s ease}@media only screen and (max-width: 767px){.cookie-banner{right:12px;left:12px;bottom:12px;gap:12px;max-width:none;width:auto;padding:16px;border-radius:24px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.cookie-banner--visible{opacity:1;visibility:visible;transform:translateY(0)}.cookie-banner[hidden]{display:none!important}.cookie-banner__text{margin:0;width:100%;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a}@media only screen and (max-width: 767px){.cookie-banner__text{font-size:14px}}.cookie-banner__btn{flex-shrink:0}@media only screen and (max-width: 767px){.cookie-banner__btn{height:40px;padding:0 32px;border-radius:16px;font-size:14px}}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.product-card:hover{box-shadow:0 4px 16px #00000026}.product-card{transition:all .3s ease}.product-card:hover{transform:translateY(-4px)}.product-card__image{width:100%;height:250px;object-fit:cover;display:block}.product-card__content{padding:16px}.product-card__title{font-size:18px;font-weight:600;margin:0 0 8px;color:#03111a}.product-card__title a{color:inherit;text-decoration:none;transition:all .3s ease}.product-card__title a:hover{color:#02538a}.product-card__price{font-size:20px;font-weight:700;color:#02538a;margin:12px 0}.product-card__old-price{font-size:16px;color:#999;text-decoration:line-through;margin-left:8px}.product-card__actions{display:flex;gap:8px;margin-top:16px}.product-card__button{flex:1}.news-card{display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid #ebeaeb;border-radius:32px;overflow:hidden;box-shadow:0 268px 75px #e0e0e000,0 171px 69px #e0e0e003,0 96px 58px #e0e0e00d,0 43px 43px #e0e0e017,0 11px 24px #e0e0e01a}@media only screen and (max-width: 767px){.news-card{border-radius:24px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.news-card--hidden{display:none}.news-card__image{height:220px;overflow:hidden;flex-shrink:0}@media only screen and (max-width: 767px){.news-card__image{height:200px}}.news-card__image img{display:block;width:100%;height:100%;object-fit:cover}.news-card__content{display:flex;flex-direction:column;gap:24px;padding:24px;flex:1}@media only screen and (max-width: 767px){.news-card__content{gap:16px;padding:16px}}.news-card__date{margin:0;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#02538a}@media only screen and (max-width: 767px){.news-card__date{font-size:12px}}.news-card__body{display:flex;flex-direction:column;gap:12px;width:100%}@media only screen and (max-width: 767px){.news-card__body{gap:8px}}.news-card__title{margin:0;font-family:Play,serif;font-size:20px;font-weight:700;line-height:1.2;color:#03111a;text-decoration:none}@media only screen and (max-width: 767px){.news-card__title{font-size:16px}}.news-card__desc{margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#545f66;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media only screen and (max-width: 767px){.news-card__desc{font-size:14px}}.news-card__link{display:inline-flex;align-items:center;gap:6px;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#02538a;text-decoration:none;transition:all .3s ease}@media only screen and (max-width: 767px){.news-card__link{font-size:14px}}.news-card__link:hover{opacity:.85}.news-card__link img{display:block;width:24px;height:24px;flex-shrink:0}@media only screen and (max-width: 767px){.news-card__link img{width:20px;height:20px}}.site-header-spacer{height:0}.site-header{position:relative;z-index:100;padding:12px 120px}@media only screen and (max-width: 1199px){.site-header{padding:12px 40px}}@media only screen and (max-width: 767px){.site-header{padding:12px}}.site-header--fixed{position:fixed;top:12px;left:0;right:0;padding:0 120px}@media only screen and (max-width: 1199px){.site-header--fixed{padding:0 40px}}@media only screen and (max-width: 767px){.site-header--fixed{padding:0 12px}}.site-header__wrap{max-width:1200px;margin:0 auto}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px 16px 16px;background:#fff;border:1px solid #ebeaeb;border-radius:32px;box-shadow:0 268px 37.5px #e0e0e000,0 171px 34.5px #e0e0e003,0 96px 29px #e0e0e00d,0 43px 21.5px #e0e0e017,0 11px 12px #e0e0e01a}@media only screen and (max-width: 767px){.site-header__inner{position:relative;display:block;height:64px;padding:0;border-radius:24px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.site-header__top{display:contents}@media only screen and (max-width: 767px){.site-header__top{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 20px 0 16px}}.site-header__logo{display:flex;align-items:center;flex-shrink:0;width:230px;text-decoration:none}@media only screen and (max-width: 767px){.site-header__logo{width:180px}}.site-header__logo-img{display:block;width:230px;height:28px}@media only screen and (max-width: 767px){.site-header__logo-img{width:180px;height:22px}}.site-header__burger{border:none;background:none;padding:0;margin:0;cursor:pointer;display:none;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;flex-shrink:0;width:36px;height:36px;transition:gap .3s ease}@media only screen and (max-width: 767px){.site-header__burger{display:flex}}.site-header__burger-line{display:block;width:100%;height:1px;background:#03111a;border-radius:2px;transition:transform margin opacity}.site-header__menu{display:flex;align-items:center;gap:32px;flex-shrink:0}@media only screen and (max-width: 767px){.site-header__menu{display:flex;position:absolute;top:76px;left:0;right:0;z-index:2;flex-direction:column;align-items:stretch;gap:16px;padding:0 16px 16px;background:#fff;border:1px solid #ebeaeb;border-radius:24px;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703;transition:opacity visibility transform}}@media only screen and (max-width: 767px){.site-header__menu-pages{width:100%}}.site-header__menu-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:2px;flex-shrink:0;width:230px}@media only screen and (max-width: 767px){.site-header__menu-actions{align-items:flex-start;gap:4px;width:100%}}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:32px;flex-shrink:0}@media only screen and (max-width: 767px){.site-header__nav{flex-direction:column;align-items:stretch;gap:0;width:100%}}.site-header__link{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:#03111a;text-decoration:none;white-space:nowrap;transition:color .3s ease}.site-header__link:hover{color:#02538a}.site-header__link--active,.site-header__link--active:hover{color:#02538a;font-weight:700}@media only screen and (max-width: 767px){.site-header__link{gap:16px;width:100%;padding:20px 0;border-bottom:1px solid #ebeaeb;font-size:18px;line-height:1.6;white-space:normal}}.site-header__link-text{flex:1;min-width:0}.site-header__link-arrow{display:none;flex-shrink:0;width:24px;height:24px}@media only screen and (max-width: 767px){.site-header__link-arrow{display:block}}.site-header__phone{display:inline-flex;align-items:center;gap:6px;text-decoration:none;white-space:nowrap;transition:opacity .3s ease}@media only screen and (max-width: 767px){.site-header__phone{gap:8px;width:100%}}.site-header__phone:hover{opacity:.8}.site-header__phone-icon{display:block;width:20px;height:20px;flex-shrink:0}@media only screen and (max-width: 767px){.site-header__phone-icon{width:24px;height:24px}}.site-header__phone-text{font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#02538a}@media only screen and (max-width: 767px){.site-header__phone-text{font-size:18px;line-height:1.6}}.site-header__address{margin:0;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#545f66;white-space:nowrap}@media only screen and (max-width: 767px){.site-header__address{font-size:14px;line-height:1.4;white-space:normal;width:100%}}@media only screen and (max-width: 767px){.site-header--menu-open .site-header__menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.site-header--menu-open .site-header__burger{gap:0}.site-header--menu-open .site-header__burger-line:first-child{margin-bottom:-1px}}.site-footer{padding:100px 0}@media only screen and (max-width: 767px){.site-footer{padding:0 0 12px}}.site-footer__container{max-width:1200px;margin:0 auto;padding:0 120px}@media only screen and (max-width: 1199px){.site-footer__container{padding:0 40px}}@media only screen and (max-width: 767px){.site-footer__container{padding:0 12px}}.site-footer__inner{display:flex;flex-direction:column;gap:24px;padding:24px;background:#fff;border:1px solid #ebeaeb;border-radius:32px;box-shadow:0 268px 37.5px #e0e0e000,0 171px 34.5px #e0e0e003,0 96px 29px #e0e0e00d,0 43px 21.5px #e0e0e017,0 11px 12px #e0e0e01a}@media only screen and (max-width: 767px){.site-footer__inner{gap:16px;padding:16px;border-radius:24px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.site-footer__main{display:flex;align-items:flex-start;gap:12px;padding-bottom:24px;border-bottom:1px solid #ebeaeb}@media only screen and (max-width: 991px){.site-footer__main{flex-wrap:wrap;row-gap:32px}}@media only screen and (max-width: 767px){.site-footer__main{flex-direction:column;gap:16px;padding-bottom:16px}}.site-footer__logo,.site-footer__col{flex:1 1 0;min-width:0}@media only screen and (max-width: 991px){.site-footer__logo,.site-footer__col{flex:1 1 calc(50% - 6px)}}@media only screen and (max-width: 575px){.site-footer__logo,.site-footer__col{flex:1 1 100%}}@media only screen and (max-width: 767px){.site-footer__logo,.site-footer__col{flex:none;width:100%}}.site-footer__col{display:flex;flex-direction:column;align-items:flex-start;gap:24px}@media only screen and (max-width: 767px){.site-footer__col{gap:8px}}.site-footer__logo{display:inline-flex;flex-shrink:0}.site-footer__logo img{display:block;width:228px;max-width:100%;height:28px}@media only screen and (max-width: 767px){.site-footer__logo img{width:180px;height:22px}}.site-footer__heading{margin:0;width:100%;font-family:Manrope,sans-serif;font-size:18px;font-weight:500;line-height:1.6;color:#03111a}@media only screen and (max-width: 767px){.site-footer__heading{font-size:16px;line-height:1.4}}.site-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;width:100%}@media only screen and (max-width: 767px){.site-footer__list{gap:8px}}.site-footer__list a{font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:#545f66;text-decoration:none;transition:color .3s ease}@media only screen and (max-width: 767px){.site-footer__list a{font-size:13px;line-height:1.2}}.site-footer__list a:hover{color:#02538a}.site-footer__contacts{display:flex;flex-direction:column;gap:12px;width:100%}@media only screen and (max-width: 767px){.site-footer__contacts{gap:8px}}.site-footer__contacts a,.site-footer__contacts p{margin:0;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:#545f66;text-decoration:none}@media only screen and (max-width: 767px){.site-footer__contacts a,.site-footer__contacts p{font-size:13px;line-height:1.2}}.site-footer__phone{font-family:Manrope,sans-serif;font-size:18px;font-weight:700;line-height:1.6;color:#02538a;text-decoration:none}@media only screen and (max-width: 767px){.site-footer__phone{font-size:16px;line-height:1.4}}.site-footer__phone:hover{opacity:.8}.site-footer__social{display:flex;align-items:flex-start;gap:6px;width:100%}@media only screen and (max-width: 767px){.site-footer__social{padding-top:8px}}.site-footer__social-link{display:block;flex-shrink:0;width:32px;height:32px;text-decoration:none}.site-footer__social-link img{display:block;width:32px;height:32px}.site-footer__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#545f66}@media only screen and (max-width: 767px){.site-footer__bottom{flex-direction:column;gap:12px;font-size:12px;white-space:normal}}.site-footer__bottom p{margin:0}.site-footer__bottom a{color:inherit;text-decoration:none}.site-footer__bottom a:hover{color:#02538a}.site-footer__all a{color:#02538a;display:flex;gap:5px}.site-footer__all img{width:20px;height:20px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;margin:48px 0}.product-filters{background-color:#fff;padding:24px;border-radius:20px;margin-bottom:48px;box-shadow:0 2px 8px #0000001a}.product-filters:hover{box-shadow:0 4px 16px #00000026}.filter-group{margin-bottom:24px}.filter-group:last-child{margin-bottom:0}.filter-title{font-weight:600;margin-bottom:12px;color:#03111a}.filter-list{list-style:none;padding:0;margin:0}.filter-list li{margin-bottom:8px}.filter-list li label{display:flex;align-items:center;cursor:pointer}.filter-list li label input[type=checkbox]{margin-right:8px}.product-sort{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.product-sort .sort-select{padding:8px 12px;border:1px solid #ebeaeb;border-radius:20px}.cart-item{display:flex;gap:24px;padding:24px;background-color:#fff;border-radius:20px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}.cart-item:hover{box-shadow:0 4px 16px #00000026}.cart-item__image{width:100px;height:100px;object-fit:cover;border-radius:20px}.cart-item__content{flex:1}.cart-item__title{font-weight:600;margin:0 0 8px;color:#03111a}.cart-item__price{font-size:18px;font-weight:700;color:#02538a;margin:8px 0}.cart-item__quantity{display:flex;align-items:center;gap:8px;margin:12px 0}.cart-item__quantity button{width:32px;height:32px;border:1px solid #ebeaeb;background-color:#fff;border-radius:20px;cursor:pointer;transition:all .3s ease}.cart-item__quantity button:hover{background-color:#f7f6f7}.cart-item__quantity input{width:60px;text-align:center;padding:8px;border:1px solid #ebeaeb;border-radius:20px}.cart-item__remove{border:none;background:none;padding:0;margin:0;cursor:pointer;color:#e74c3c;font-size:18px;transition:all .3s ease}.cart-item__remove:hover{opacity:.7}.cart-summary{background-color:#fff;padding:24px;border-radius:20px;box-shadow:0 2px 8px #0000001a}.cart-summary:hover{box-shadow:0 4px 16px #00000026}.cart-summary{position:sticky;top:80px}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:24px;font-weight:700;margin-bottom:24px;padding-top:24px;border-top:2px solid #ebeaeb}.cart-summary__button{width:100%;margin-top:24px}body{margin:0;padding:0;font-family:Manrope,sans-serif;background-color:#f7f6f7;color:#03111a;line-height:1.6}.main-content--detail-news{min-height:auto;padding:0}.detail-news-page__container{max-width:1200px;margin:0 auto;padding:0 120px}@media only screen and (max-width: 1199px){.detail-news-page__container{padding:0 40px}}@media only screen and (max-width: 767px){.detail-news-page__container{padding:0 12px}}.breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;width:100%;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2}@media only screen and (max-width: 767px){.breadcrumbs{font-size:12px}}.breadcrumbs__item{color:#545f66;text-decoration:none}.breadcrumbs__item--current{color:#03111a;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs__item:not(.breadcrumbs__item--current):hover{color:#02538a}.breadcrumbs__sep{color:#545f66}.detail-news{padding-top:28px}@media only screen and (max-width: 767px){.detail-news{padding-top:12px;padding-bottom:80px}}.detail-news__inner{display:flex;flex-direction:column;gap:40px;align-items:center}@media only screen and (max-width: 767px){.detail-news__inner{gap:16px;align-items:stretch}}.detail-news__breadcrumbs{width:100%;max-width:800px}@media only screen and (max-width: 767px){.detail-news__breadcrumbs{max-width:none}}.detail-news__content{display:flex;flex-direction:column;gap:40px;width:100%;max-width:800px}@media only screen and (max-width: 767px){.detail-news__content{gap:16px;max-width:none}}.detail-news__header{display:flex;flex-direction:column;gap:24px;width:100%}@media only screen and (max-width: 767px){.detail-news__header{gap:12px}}.detail-news__meta{margin:0;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#02538a}@media only screen and (max-width: 767px){.detail-news__meta{font-size:12px}}.detail-news__title{margin:0;font-family:Play,serif;font-size:48px;font-weight:700;line-height:1;color:#03111a}@media only screen and (max-width: 767px){.detail-news__title{font-size:32px}}.detail-news__lead{margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#545f66}@media only screen and (max-width: 767px){.detail-news__lead{font-size:14px}}.detail-news__badges{display:flex;flex-wrap:wrap;gap:8px;width:100%}@media only screen and (max-width: 767px){.detail-news__badges{gap:4px}}.detail-news__badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 12px;background:#fff;border:1px solid #ebeaeb;border-radius:32px;box-shadow:0 268px 37.5px #e0e0e000,0 171px 34.5px #e0e0e003,0 96px 29px #e0e0e00d,0 43px 21.5px #e0e0e017,0 11px 12px #e0e0e01a}@media only screen and (max-width: 767px){.detail-news__badge{gap:4px;height:32px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.detail-news__badge img{display:block;width:20px;height:20px;flex-shrink:0}@media only screen and (max-width: 767px){.detail-news__badge img{width:16px;height:16px}}.detail-news__badge span{font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#545f66;white-space:nowrap}@media only screen and (max-width: 767px){.detail-news__badge span{font-size:12px}}.detail-news__hero{width:100%;height:320px;border-radius:32px;overflow:hidden;box-shadow:0 268px 75px #e0e0e000,0 171px 69px #e0e0e003,0 96px 58px #e0e0e00d,0 43px 43px #e0e0e017,0 11px 24px #e0e0e01a}@media only screen and (max-width: 767px){.detail-news__hero{height:220px;border-radius:24px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.detail-news__hero img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.detail-news__block{display:flex;flex-direction:column;gap:16px;width:100%}@media only screen and (max-width: 767px){.detail-news__block{gap:12px}}.detail-news__heading{margin:0;font-family:Play,serif;font-size:24px;font-weight:700;line-height:1;color:#03111a}@media only screen and (max-width: 767px){.detail-news__heading{font-size:20px;line-height:1.2}}.detail-news__list{margin:0;padding:0 0 0 24px;list-style:disc;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a}@media only screen and (max-width: 767px){.detail-news__list{padding-left:21px;font-size:14px}}.detail-news__list li+li{margin-top:0}.detail-news__doc{display:flex;align-items:center;gap:12px;width:100%;padding:16px;background:#fff;border-radius:16px;text-decoration:none;box-sizing:border-box;transition:all .3s ease}@media only screen and (max-width: 767px){.detail-news__doc{gap:8px;padding:12px;border-radius:12px}}.detail-news__doc:hover{opacity:.9}.detail-news__doc-icon{display:block;width:24px;height:24px;flex-shrink:0}@media only screen and (max-width: 767px){.detail-news__doc-icon{width:20px;height:20px}}.detail-news__doc-title{flex:1 1 0;min-width:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a}@media only screen and (max-width: 767px){.detail-news__doc-title{font-size:14px}}.detail-news__doc-link{flex-shrink:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#02538a}@media only screen and (max-width: 767px){.detail-news__doc-link{font-size:14px}}.detail-news__table-wrap{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}@media only screen and (max-width: 767px){.detail-news__table-wrap{gap:8px}}.detail-news__table-wrap:not(.detail-news__table-wrap--scrollable) .detail-news__table-track{display:none}.detail-news__table-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.detail-news__table-scroll::-webkit-scrollbar{display:none;width:0;height:0}.detail-news__table-frame{width:800px;min-width:800px;box-sizing:border-box;border:1px solid #ebeaeb;border-radius:16px;overflow:hidden}.detail-news__table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0}.detail-news__table th,.detail-news__table td{width:50%;padding:16px;border:0;border-right:1px solid #ebeaeb;border-bottom:1px solid #ebeaeb;text-align:left;vertical-align:top;box-sizing:border-box;word-break:break-word}.detail-news__table th:last-child,.detail-news__table td:last-child{border-right:0}.detail-news__table tbody tr:last-child td{border-bottom:0}.detail-news__table th{font-family:Play,serif;font-size:20px;font-weight:700;line-height:1.2;color:#03111a}@media only screen and (max-width: 767px){.detail-news__table th{font-size:16px}}.detail-news__table td{font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a}@media only screen and (max-width: 767px){.detail-news__table td{font-size:14px}}.detail-news__table-track{position:relative;width:100%;height:2px;background:#ebeaeb;overflow:hidden;border-radius:2px}.detail-news__table-thumb{position:absolute;top:0;left:0;height:2px;min-width:40px;background:#02538a;border-radius:2px;will-change:transform,width}.detail-news__figure{display:flex;flex-direction:column;gap:10px;width:100%;margin:0}.detail-news__figure-image{width:100%;height:480px;border-radius:32px;overflow:hidden;box-shadow:0 268px 75px #e0e0e000,0 171px 69px #e0e0e003,0 96px 58px #e0e0e00d,0 43px 43px #e0e0e017,0 11px 24px #e0e0e01a}@media only screen and (max-width: 767px){.detail-news__figure-image{height:280px;box-shadow:0 200px 40px #87878700,0 100px 40px #87878700,0 60px 40px #87878703,0 30px 30px #87878703,0 5px 15px #87878703}}.detail-news__figure-image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.detail-news__caption{margin:0;font-family:Manrope,sans-serif;font-size:13px;font-weight:500;line-height:1.2;color:#545f66;text-align:center}@media only screen and (max-width: 767px){.detail-news__caption{font-size:12px}}.detail-news__link-box{border:none;background:none;margin:0;cursor:pointer;display:flex;align-items:center;gap:12px;width:100%;padding:16px;background:#fff;border-radius:16px;text-align:left;box-sizing:border-box;transition:all .3s ease}@media only screen and (max-width: 767px){.detail-news__link-box{gap:8px;padding:12px;border-radius:12px}}.detail-news__link-box:hover{opacity:.9}.detail-news__link-box img{display:block;width:24px;height:24px;flex-shrink:0}@media only screen and (max-width: 767px){.detail-news__link-box img{width:20px;height:20px}}.detail-news__link-text{flex:1 1 0;min-width:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 767px){.detail-news__link-text{font-size:14px}}.detail-news__quote{width:100%;padding:20px;background:#e5edf3;border-left:2px solid #02538a;border-radius:16px;box-sizing:border-box}.detail-news__quote .detail-news__heading,.detail-news__quote .detail-news__list{color:#03111a}.detail-news__quote .detail-news__heading+.detail-news__list{margin-top:16px}.detail-news__cta{display:flex;flex-direction:column;gap:16px;width:100%;align-items:flex-start}@media only screen and (max-width: 767px){.detail-news__cta{gap:12px}}.detail-news__cta-text{margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#03111a}@media only screen and (max-width: 767px){.detail-news__cta-text{font-size:14px}}.detail-news__cta-btn{flex-shrink:0}
