.banners{display:block;position:relative;width:100%}.banners__arrow{width:10%;min-width:40px;position:absolute;background:transparent;border:none;top:0;right:auto;bottom:0;left:auto;opacity:0}.banners__arrow,.banners__arrow:before{color:#fff;display:flex;align-items:center;justify-content:center}.banners__arrow:before{--size:max(48 * var(--container-width)/1140,32px);flex-shrink:0;width:var(--size);height:var(--size);font-size:calc(var(--size)*0.6);line-height:1;text-align:center;background:var(--primary);font-family:FontAwesome;content:"";padding:0 0 0 3%}.banners__arrow_prev{left:0;transform:rotate(180deg)}.banners__arrow_next{right:0}.banners:hover .banners__arrow:not(:hover){opacity:.5}.banners__arrow:hover{opacity:1}.banners__arrow:not(.banners__arrow_active){visibility:hidden}.banners__nav{position:absolute;top:auto;right:0;bottom:2rem;left:0;z-index:1}@media screen and (max-width:991.98px){.banners__arrow{opacity:.5}}@media print{.banners__arrow{display:none}}.banners-list__item{width:100vw}.banners-item{display:block;position:relative;font-family:Montserrat,PT Sans,sans-serif}.banners-item__text{display:flex;pointer-events:none;padding-top:16px;padding-bottom:32px;flex-direction:column;justify-content:space-between;height:100%;position:absolute;top:0;bottom:0;left:var(--container-padding-absolute);max-width:calc(var(--container-width)*650/1140);color:var(--body-color);text-transform:uppercase;line-height:1}.banners-item__text .h2,.banners-item__text .h3,.banners-item__text h2,.banners-item__text h3{font-family:inherit}.banners-item__text .h2,.banners-item__text h2{font-weight:900;font-size:max(62*var(--container-width)/1140,32px);letter-spacing:-.02em;margin:0}.banners-item__text .h3,.banners-item__text h3{font-size:max(40*var(--container-width)/1140,21px);line-height:1.2;font-weight:300;max-width:50%;margin:0}.banners-item__text p:last-child{margin-bottom:0}.banners-item__footer{font-size:max(48*var(--container-width)/1140,24px);color:red}.banners-item__footer a{color:red;pointer-events:all;padding:1rem;margin:-1rem}.banners-item__footer a:focus,.banners-item__footer a:hover{text-decoration:none}.banners-item__image{display:block;position:relative;width:100%}.banners-item__image img{width:100%;height:100%;min-height:max(406*var(--container-width)/1140,290px);max-height:406px;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width:767.98px){.banners-item__text{padding-top:32px;padding-bottom:35px;max-width:var(--container-width)}}@media(max-width:575.98px){.banners-item__footer{letter-spacing:.03em}}.banners-nav{justify-content:center;align-items:center;gap:8px}.banners-nav__item{width:10px;height:10px;border-radius:50%}.banners-nav__item:not(.banners-nav__item_active){background:var(--gray-a)}.banners-nav__item_active{background:#fff}