.splide__progress-wrap{display:flex;align-items:center;gap:16px}.splide__progress-wrap .splide__progress-num{font-size:1rem;font-weight:300;line-height:1.25rem}.splide__progress{width:100%;background:#000;height:1px}.splide__progress--bar{background:#000;height:4px;transition:width .4s ease;transform:translateY(-3px);width:0}.splide__arrows{display:flex;gap:6px}.splide__arrow{width:50px;height:50px;background-color:#001e4b;border-radius:50%;cursor:pointer;position:relative;border:none}.splide__arrow[disabled]{background-color:#fff;cursor:default}.splide__arrow[disabled]>svg{fill:#dfdfdf}.splide__arrow>svg{width:20px;height:20px;position:absolute;top:50%;bottom:auto;left:50%;right:auto;transform:translate(-50%,-50%);fill:#fff}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:center;align-items:center}.modal__content{position:relative;width:90%;max-width:960px;max-height:90dvh;overflow:auto;background-color:#f6f7f8;transition:background-color .3s ease-in-out}html.dark .modal__content{background-color:#001e4b}.modal__content{padding:40px 80px;border-radius:12px;box-shadow:0 39px 85px 0 rgba(0,0,0,.1019607843),0 154px 154px 0 rgba(0,0,0,.0901960784),0 347px 208px 0 rgba(0,0,0,.0509803922),0 616px 246px 0 rgba(0,0,0,.0117647059),0 963px 269px 0 rgba(0,0,0,0);display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media(max-width:1024px){.modal__content{padding:20px}}.modal__content .block-title{margin:0;padding-right:35px}.modal__content .block-title .container-medium{padding:0}.modal__close{position:absolute;top:20px;right:20px;width:28px;height:28px;cursor:pointer;background-color:#0048b6;transition:background-color .3s ease-in-out}html.dark .modal__close{background-color:#f6f7f8}.modal__close{display:flex;justify-content:center;align-items:center;border-radius:50%}.modal__close>span{color:#fff;transition:color .3s ease-in-out}html.dark .modal__close>span{color:#fff}.modal__close>span{width:14px;height:14px;font-size:14px}.modal__body{display:flex;align-items:flex-start;width:100%;justify-content:space-between;gap:20px}@media(max-width:1024px){.modal__body{flex-direction:column}}.modal__body>*{flex-grow:1;flex-shrink:0;flex-basis:calc(50% - 20px)}.modal__body>* img{border-radius:20px;overflow:hidden}.modal .paragraph{margin-block:0!important}