.modal__overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.45);animation-duration:.3s;animation-timing-function:cubic-bezier(.38,.1,.36,.9);animation-fill-mode:forwards;z-index:4;overflow:auto}.modal__overlay:not(.modal__overlay_overflow){display:flex;justify-content:center;align-items:safe center}.modal__overlay.modal__overlay_overflow{padding:54px 32px}.modal__content{position:relative;width:100%;max-width:1280px;color:#003984;background-color:#fff;animation-duration:.3s;animation-timing-function:cubic-bezier(.38,.1,.36,.9);animation-fill-mode:forwards}@media(min-width:1280px){.modal__content--onlyImg{display:flex!important;width:auto!important;max-width:100%!important;align-items:center;justify-content:center}}@media(max-width:1279px){.modal__content--onlyImg img{max-width:100%;max-height:calc(100dvh - 80px);height:auto;object-fit:contain}}@media(min-width:1280px){.modal__content--onlyImg img{max-width:800px;max-height:calc(100dvh - 80px);height:auto;object-fit:contain}}.modal__content.modal__content_overflow{margin-inline:auto}.modal__close-button{display:flex;position:absolute;border:none;background:#fff}@media(max-width:1023px){.modal__close-button{top:6px;right:6px}.modal__close-button>svg{color:#003984;width:24px;height:24px}}@media(min-width:1024px){.modal__close-button{top:24px;right:24px}.modal__close-button>svg{color:#003984;width:38px;height:38px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalOpen{0%{transform:scale(.9) translateY(0)}50%{transform:scale(1.1) translateY(10px)}to{transform:scale(1) translateY(0)}}@keyframes modalClose{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.9)}}.main-gallery{width:100%;overflow:hidden}.main-gallery__track .swiper{overflow:visible;background-color:#003984}@media(max-width:1023px){.main-gallery__track .swiper{padding-top:16px}}@media(min-width:1024px){.main-gallery__track .swiper{padding-top:32px}}.main-gallery__track--white .swiper{background-color:#fff}@media(max-width:1023px){.main-gallery__track .swiper-slide{width:80%}}@media(min-width:1024px){.main-gallery__track .swiper-slide{width:40%}}.main-gallery__slide{position:relative;width:100%}.main-gallery__image{display:block;width:100%;object-fit:cover;object-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:1023px){.main-gallery__image{max-height:240px}}@media(min-width:1024px){.main-gallery__image{max-height:450px}}.main-gallery__zoom-btn{position:absolute;top:16px;right:0;padding:8px;line-height:0;color:#fff;border:none;outline:none;background-color:#003984;cursor:pointer;transition:opacity .3s}.main-gallery__zoom-btn:hover{opacity:.8}.main-gallery__zoom-btn svg{width:24px;height:24px}@media(min-width:1024px){.main-gallery__zoom-btn svg{width:28px;height:28px}}.main-gallery__modal-content{padding:16px;width:90%;max-width:1920px;background-color:#fff}.main-gallery__modal-content img{display:block;margin-inline:auto;max-width:100%;width:100%;height:auto;object-fit:contain}