@import url(https://fonts.googleapis.com/css?family=Raleway:regular,500,700&display=swap); @import url(https://fonts.googleapis.com/css?family=Oswald:regular,500,600,700&display=swap); @import url(https://fonts.googleapis.com/css?family=Raleway:700&display=swap); @charset "UTF-8"; @font-face { font-family: "icons"; font-display: swap; src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff"); font-weight: 400; font-style: normal; } [class*=_icon-]:before { font-family: "icons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } [class*=_icon-]:before { display: block; } ._icon-applePay:before { content: "\e900"; } ._icon-facebook:before { content: "\e902"; } ._icon-googlePay:before { content: "\e904"; } ._icon-home:before { content: "\e905"; } ._icon-instagram:before { content: "\e906"; } ._icon-question:before { content: "\e908"; } ._icon-report:before { content: "\e909"; } ._icon-telegram:before { content: "\e90a"; } ._icon-tiktok:before { content: "\e90b"; } ._icon-twitter:before { content: "\e90c"; } ._icon-warning:before { content: "\e90d"; } ._icon-youtube:before { content: "\e90e"; } /* Color variables */ * { padding: 0px; margin: 0px; border: 0px; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { height: 100%; min-width: 320px; } body { color: #2f2f2f; line-height: 1; font-family: "Raleway"; font-size: 0.875rem; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } input, button, textarea { font-family: "Raleway"; font-size: inherit; } button { cursor: pointer; color: inherit; background-color: inherit; } a { color: inherit; } a:link, a:visited { text-decoration: none; } a:hover { text-decoration: none; } ul li { list-style: none; } img { vertical-align: top; } h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit; } .lock body { overflow: hidden; -ms-touch-action: none; touch-action: none; } .wrapper { min-height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden; } .wrapper > main { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .wrapper > * { min-width: 0; } /* (i) Стили будут применяться ко всем классам содержащим *__container Например header__container, main__container и т.д. Снипет (HTML): cnt */ [class*=__container] { max-width: 100rem; -webkit-box-sizing: content-box; box-sizing: content-box; margin: 0 auto; padding: 0 0.9375rem; } .select { position: relative; } .select__body { position: relative; font-size: 1.125rem; } .select__title { color: inherit; font-family: inherit; text-align: left; cursor: pointer; width: 100%; text-transform: uppercase; } .select__value { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 1.875rem; padding: 0 0.5rem; gap: 0.625rem; text-transform: uppercase; font-family: inherit; } @supports (padding-left: clamp( 0.25rem , 0.0833333333rem + 0.3472222222vw , 0.5rem )) { .select__value { padding-left: clamp( 0.25rem , 0.0833333333rem + 0.3472222222vw , 0.5rem ); } } @supports not (padding-left: clamp( 0.25rem , 0.0833333333rem + 0.3472222222vw , 0.5rem )) { .select__value { padding-left: calc(0.25rem + 0.25 * (100vw - 48rem) / 72); } } @supports (padding-right: clamp( 0.25rem , 0.0833333333rem + 0.3472222222vw , 0.5rem )) { .select__value { padding-right: clamp( 0.25rem , 0.0833333333rem + 0.3472222222vw , 0.5rem ); } } @supports not (padding-right: clamp( 0.25rem , 0.0833333333rem + 0.3472222222vw , 0.5rem )) { .select__value { padding-right: calc(0.25rem + 0.25 * (100vw - 48rem) / 72); } } @supports (gap: clamp( 0.3125rem , 0.1041666667rem + 0.4340277778vw , 0.625rem )) { .select__value { gap: clamp( 0.3125rem , 0.1041666667rem + 0.4340277778vw , 0.625rem ); } } @supports not (gap: clamp( 0.3125rem , 0.1041666667rem + 0.4340277778vw , 0.625rem )) { .select__value { gap: calc(0.3125rem + 0.3125 * (100vw - 48rem) / 72); } } .select__value > * { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .select__value:after { content: ""; -ms-flex-item-align: stretch; -ms-grid-row-align: stretch; align-self: stretch; -webkit-box-flex: 0; -ms-flex: 0 0 7px; flex: 0 0 7px; height: 7px; -webkit-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: 3px solid #2f2f2f; border-right: 3px solid #2f2f2f; margin-top: 0.625rem; margin-left: -4px; } @supports (margin-left: clamp( -0.25rem , 0.1666667708rem + -0.347222309vw , 0.0000000625rem )) { .select__value:after { margin-left: clamp( -0.25rem , 0.1666667708rem + -0.347222309vw , 0.0000000625rem ); } } @supports not (margin-left: clamp( -0.25rem , 0.1666667708rem + -0.347222309vw , 0.0000000625rem )) { .select__value:after { margin-left: calc(0.0000000625rem + -0.2500000625 * (100vw - 48rem) / 72); } } .select__value._select-pseudo-label::before { content: attr(data-pseudo-label); opacity: 0.5; } .select__text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .select__input { width: 100%; background-color: transparent; height: 100%; } .select__options { position: absolute; top: 29px; border-radius: 0 0 4px 4px; min-width: 100%; left: 0; background-color: #fff; border-top: 0; border-top: 0; padding: 2px; border: 1px solid #B31217; -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); border-radius: 8px; } .select__scroll { overflow-y: auto; overflow-x: hidden; max-height: 200px; } .select__option { width: 100%; text-align: left; cursor: pointer; padding: 5px 15px; color: inherit; text-transform: uppercase; font-family: inherit; padding: 12px 47px 12px 12px; } .select__option._select-selected { background-color: #eee; } .select__row { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .select._select-open { z-index: 5; } ._select-tag { cursor: pointer; } [class*=-ibg] { position: relative; } [class*=-ibg] img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; } [class*=-ibg_contain] img { -o-object-fit: contain; object-fit: contain; } /* Style for description (font-size: 20px;) */ .news__description { font-size: 20px; line-height: 32px; letter-spacing: -0.02em; } /* Style for title (font-size: 32px;) */ .title { font-size: 2rem; font-family: "Oswald", sans-serif; line-height: 47px; } @supports (font-size: clamp( 1.125rem , 0.5416666667rem + 1.2152777778vw , 2rem )) { .title { font-size: clamp( 1.125rem , 0.5416666667rem + 1.2152777778vw , 2rem ); } } @supports not (font-size: clamp( 1.125rem , 0.5416666667rem + 1.2152777778vw , 2rem )) { .title { font-size: calc(1.125rem + 0.875 * (100vw - 48rem) / 72); } } @supports (line-height: clamp( 1.875rem , 1.1666666667rem + 1.4756944444vw , 2.9375rem )) { .title { line-height: clamp( 1.875rem , 1.1666666667rem + 1.4756944444vw , 2.9375rem ); } } @supports not (line-height: clamp( 1.875rem , 1.1666666667rem + 1.4756944444vw , 2.9375rem )) { .title { line-height: calc(1.875rem + 1.0625 * (100vw - 48rem) / 72); } } /* Style for big title(font-size: 48px;) */ .caption { font-family: "Oswald", sans-serif; font-size: 48px; line-height: 60px; } /* Style for subtitle(font-size:24px;) */ .subtitle { font-size: 1.5rem; font-family: "Oswald", sans-serif; font-weight: 500; text-transform: uppercase; } /* Style for spans which red */ .red-text { color: #B31217; } /* Style for paragraph */ .description { font-size: 1.25rem; line-height: 32px; -webkit-font-feature-settings: "pnum" on, "lnum" on; font-feature-settings: "pnum" on, "lnum" on; } /* Style for various buttons */ .button { padding: 12px 32px; text-transform: uppercase; font-weight: 500; font-size: 1.125rem; border-radius: 8px; font-family: "Oswald", sans-serif; display: inline-block; /* Button with gradient background*/ /* Button with gradient border */ } @supports (padding-top: clamp( 0.5rem , 0.3333333333rem + 0.3472222222vw , 0.75rem )) { .button { padding-top: clamp( 0.5rem , 0.3333333333rem + 0.3472222222vw , 0.75rem ); } } @supports not (padding-top: clamp( 0.5rem , 0.3333333333rem + 0.3472222222vw , 0.75rem )) { .button { padding-top: calc(0.5rem + 0.25 * (100vw - 48rem) / 72); } } @supports (padding-bottom: clamp( 0.5rem , 0.3333333333rem + 0.3472222222vw , 0.75rem )) { .button { padding-bottom: clamp( 0.5rem , 0.3333333333rem + 0.3472222222vw , 0.75rem ); } } @supports not (padding-bottom: clamp( 0.5rem , 0.3333333333rem + 0.3472222222vw , 0.75rem )) { .button { padding-bottom: calc(0.5rem + 0.25 * (100vw - 48rem) / 72); } } @supports (padding-left: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .button { padding-left: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem ); } } @supports not (padding-left: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .button { padding-left: calc(1rem + 1 * (100vw - 48rem) / 72); } } @supports (padding-right: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .button { padding-right: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem ); } } @supports not (padding-right: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .button { padding-right: calc(1rem + 1 * (100vw - 48rem) / 72); } } .button_gradient { color: #fff; position: relative; background-color: #E72F29; border-radius: 8px; padding: 14px 32px; } .button_gradient span { position: relative; z-index: 2; } .button_gradient::before { content: ""; background-image: -o-linear-gradient(176.53deg, #E52D27 0%, #B31217 100%); background-image: linear-gradient(273.47deg, #E52D27 0%, #B31217 100%); position: absolute; width: 100%; height: 100%; top: 0; left: 0; border-radius: 8px; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .button_gradient:hover::before { opacity: 0; } .button_stroke { /* Gradient border */ position: relative; background: #fff; background-clip: padding-box; border: solid 3px transparent; border-radius: 8px; } .button_stroke span { display: inline-block; background: -webkit-linear-gradient(273.47deg, #E52D27 0%, #B31217 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .button_stroke:before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; margin: -3px; border-radius: inherit; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; background: -o-linear-gradient(176.53deg, #E52D27 0%, #B31217 100%); background: linear-gradient(273.47deg, #E52D27 0%, #B31217 100%); } .button_stroke:hover span { -webkit-background-clip: inherit; -webkit-text-fill-color: inherit; background: rgba(0, 0, 0, 0); } .button_stroke:hover::before { background: #000; } .header { margin-bottom: 2rem; padding: 15px 0; background-color: rgba(47, 47, 47, 0.08); font-family: "Oswald", sans-serif; } @supports (padding-top: clamp( 0.75rem , 0.625rem + 0.2604166667vw , 0.9375rem )) { .header { padding-top: clamp( 0.75rem , 0.625rem + 0.2604166667vw , 0.9375rem ); } } @supports not (padding-top: clamp( 0.75rem , 0.625rem + 0.2604166667vw , 0.9375rem )) { .header { padding-top: calc(0.75rem + 0.1875 * (100vw - 48rem) / 72); } } @supports (padding-bottom: clamp( 0.75rem , 0.625rem + 0.2604166667vw , 0.9375rem )) { .header { padding-bottom: clamp( 0.75rem , 0.625rem + 0.2604166667vw , 0.9375rem ); } } @supports not (padding-bottom: clamp( 0.75rem , 0.625rem + 0.2604166667vw , 0.9375rem )) { .header { padding-bottom: calc(0.75rem + 0.1875 * (100vw - 48rem) / 72); } } .header__menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .menu__logo { margin-right: auto; width: 155px; height: 75px; padding-right: 5px; position: relative; z-index: 12; } .menu__logo img { max-width: 100%; } @supports (width: clamp( 7.1875rem , 5.5208333333rem + 3.4722222222vw , 9.6875rem )) { .menu__logo { width: clamp( 7.1875rem , 5.5208333333rem + 3.4722222222vw , 9.6875rem ); } } @supports not (width: clamp( 7.1875rem , 5.5208333333rem + 3.4722222222vw , 9.6875rem )) { .menu__logo { width: calc(7.1875rem + 2.5 * (100vw - 48rem) / 72); } } @supports (height: clamp( 3.4375rem , 2.6041666667rem + 1.7361111111vw , 4.6875rem )) { .menu__logo { height: clamp( 3.4375rem , 2.6041666667rem + 1.7361111111vw , 4.6875rem ); } } @supports not (height: clamp( 3.4375rem , 2.6041666667rem + 1.7361111111vw , 4.6875rem )) { .menu__logo { height: calc(3.4375rem + 1.25 * (100vw - 48rem) / 72); } } @supports (width: clamp( 5.9375rem , 5.6490384615rem + 1.2820512821vw , 7.1875rem )) { .menu__logo { width: clamp( 5.9375rem , 5.6490384615rem + 1.2820512821vw , 7.1875rem ); } } @supports not (width: clamp( 5.9375rem , 5.6490384615rem + 1.2820512821vw , 7.1875rem )) { .menu__logo { width: calc(5.9375rem + 1.25 * (100vw - 22.5rem) / 97.5); } } @supports (height: clamp( 2.8125rem , 2.6682692308rem + 0.641025641vw , 3.4375rem )) { .menu__logo { height: clamp( 2.8125rem , 2.6682692308rem + 0.641025641vw , 3.4375rem ); } } @supports not (height: clamp( 2.8125rem , 2.6682692308rem + 0.641025641vw , 3.4375rem )) { .menu__logo { height: calc(2.8125rem + 0.625 * (100vw - 22.5rem) / 97.5); } } .menu-open .menu__logo { margin: 0 auto; -webkit-transform: translateX(-28px); -ms-transform: translateX(-28px); transform: translateX(-28px); } .menu__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; row-gap: 16px; -webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px; } @supports ((-moz-column-gap: clamp( 0.5rem , -1.6666666667rem + 4.5138888889vw , 3.75rem )) or (column-gap: clamp( 0.5rem , -1.6666666667rem + 4.5138888889vw , 3.75rem ))) { .menu__list { -webkit-column-gap: clamp( 0.5rem , -1.6666666667rem + 4.5138888889vw , 3.75rem ); -moz-column-gap: clamp( 0.5rem , -1.6666666667rem + 4.5138888889vw , 3.75rem ); column-gap: clamp( 0.5rem , -1.6666666667rem + 4.5138888889vw , 3.75rem ); } } @supports not ((-moz-column-gap: clamp( 0.5rem , -1.6666666667rem + 4.5138888889vw , 3.75rem )) or (column-gap: clamp( 0.5rem , -1.6666666667rem + 4.5138888889vw , 3.75rem ))) { .menu__list { -webkit-column-gap: calc(0.5rem + 3.25 * (100vw - 48rem) / 72); -moz-column-gap: calc(0.5rem + 3.25 * (100vw - 48rem) / 72); column-gap: calc(0.5rem + 3.25 * (100vw - 48rem) / 72); } } .menu__item { font-size: 1.5rem; text-transform: uppercase; } @supports (font-size: clamp( 1rem , 0.6666666667rem + 0.6944444444vw , 1.5rem )) { .menu__item { font-size: clamp( 1rem , 0.6666666667rem + 0.6944444444vw , 1.5rem ); } } @supports not (font-size: clamp( 1rem , 0.6666666667rem + 0.6944444444vw , 1.5rem )) { .menu__item { font-size: calc(1rem + 0.5 * (100vw - 48rem) / 72); } } .menu__link { -webkit-transition: color 0.3s ease 0s; -o-transition: color 0.3s ease 0s; transition: color 0.3s ease 0s; } .menu__link_phone { color: #b31217; } .menu__link:hover { color: #B31217; } .menu__languages { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: 32px; } @supports (margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem )) { .menu__languages { margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem ); } } @supports not (margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem )) { .menu__languages { margin-left: calc(0.5rem + 1.5 * (100vw - 48rem) / 72); } } .menu__languages_hidden { display: none; } .menu__avatar { margin-left: 32px; -webkit-box-flex: 0; -ms-flex: 0 0 70px; flex: 0 0 70px; } @supports (margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem )) { .menu__avatar { margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem ); } } @supports not (margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem )) { .menu__avatar { margin-left: calc(0.5rem + 1.5 * (100vw - 48rem) / 72); } } .menu__avatar img { border-radius: 50%; border: 2px solid #FFFFFF; max-width: 100%; height: 70px; } .menu__avatar_hidden { display: none; } .menu__donate { margin-left: 32px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } @supports (margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem )) { .menu__donate { margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem ); } } @supports not (margin-left: clamp( 0.5rem , -0.5rem + 2.0833333333vw , 2rem )) { .menu__donate { margin-left: calc(0.5rem + 1.5 * (100vw - 48rem) / 72); } } .menu__donate_hidden { display: none; } .icon-menu { display: none; } .footer { color: #fff; } .footer a:not(.user-agree__link) { -webkit-transition: color 0.3s ease 0s; -o-transition: color 0.3s ease 0s; transition: color 0.3s ease 0s; } .footer a:not(.user-agree__link):hover { color: #B31217; } .footer__top { background-color: #2f2f2f; padding: 60px 0; } .footer__container { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 300px; } @supports (gap: clamp( 3.125rem , -7.2916666667rem + 21.7013888889vw , 18.75rem )) { .footer__container { gap: clamp( 3.125rem , -7.2916666667rem + 21.7013888889vw , 18.75rem ); } } @supports not (gap: clamp( 3.125rem , -7.2916666667rem + 21.7013888889vw , 18.75rem )) { .footer__container { gap: calc(3.125rem + 15.625 * (100vw - 48rem) / 72); } } .footer__logo img { max-width: 100%; } .footer__pages { font-size: 1.25rem; font-family: "Oswald", sans-serif; text-transform: uppercase; } .footer__title { font-size: 1.375rem; margin-bottom: 0.75rem; } .footer__bottom { background-color: #1e1e1e; padding: 24px 0; } .page-list__item { margin-bottom: 1rem; } .socials-list__item { font-size: 1.25rem; margin-bottom: 0.75rem; } .socials-list__link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 15px; } .socials-list__link span { font-size: 1.25rem; } .callback__item { font-size: 1.25rem; } .callback__item:first-of-type { margin-bottom: 0.25rem; } .callback__item:last-of-type { margin-top: 0.5rem; } .copyright { line-height: 22px; } .user-agree { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 12px 40px; } .bottom__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; } .bread-crumbs { margin-bottom: 1.75rem; } .bread-crumbs__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; } .bread-crumbs__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; } .bread-crumbs__item:first-of-type { font-size: 1.125rem; } .bread-crumbs__item:last-of-type .bread-crumbs__link { color: #2f2f2f; } .bread-crumbs__item:last-of-type::after { display: none; } .bread-crumbs__item::after { content: ">"; display: block; color: #dbdbdb; } .bread-crumbs__link { color: #bdbdbd; } /* Directions for help */ @supports (margin-bottom: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .directions { margin-bottom: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem ); } } @supports not (margin-bottom: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .directions { margin-bottom: calc(1rem + 1 * (100vw - 48rem) / 72); } } .directions__items { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 32px; } @supports (gap: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .directions__items { gap: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem ); } } @supports not (gap: clamp( 1rem , 0.3333333333rem + 1.3888888889vw , 2rem )) { .directions__items { gap: calc(1rem + 1 * (100vw - 48rem) / 72); } } .directions__item { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-height: 250px; position: relative; border-radius: 20px; color: #fff; overflow: hidden; } .directions__item::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; } .directions__item:nth-child(1):before { background: rgba(67, 122, 47, 0.4); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); border-radius: 20px; } .directions__item:nth-child(2):before { background: rgba(157, 94, 104, 0.45); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); border-radius: 20px; } .directions__item:nth-child(3):before { background: rgba(71, 112, 147, 0.4); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); border-radius: 20px; } .directions__item:hover img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .directions__inner img { max-width: 100%; min-width: 100%; max-height: 250px; -o-object-fit: cover; object-fit: cover; border-radius: 20px; -webkit-transition: -webkit-transform 0.3s ease 0s; transition: -webkit-transform 0.3s ease 0s; -o-transition: transform 0.3s ease 0s; transition: transform 0.3s ease 0s; transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; } .directions__text { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; top: 0; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; left: 0; width: 100%; height: 100%; max-width: 100%; padding: 10px; z-index: 2; } .directions__title { text-transform: uppercase; font-weight: 500; } .directions__description { font-size: 1.25rem; } /* News slider */ .news { margin-bottom: 5.75rem; position: relative; } .news__slide { position: relative; border-radius: 20px; } .news__img { margin-bottom: 8px; } .news__img img { border-radius: 20px; max-width: 100%; width: 100%; min-height: 335px; -o-object-fit: cover; object-fit: cover; } .news__text { position: absolute; bottom: 40px; left: 135px; max-width: 790px; padding-right: 10px; margin-top: 0.5rem; } @supports (bottom: clamp( 1rem , 0.0000000625rem + 2.0833333333vw , 2.5rem )) { .news__text { bottom: clamp( 1rem , 0.0000000625rem + 2.0833333333vw , 2.5rem ); } } @supports not (bottom: clamp( 1rem , 0.0000000625rem + 2.0833333333vw , 2.5rem )) { .news__text { bottom: calc(1rem + 1.5 * (100vw - 48rem) / 72); } } @supports (left: clamp( 5rem , 2.7083333333rem + 4.7743055556vw , 8.4375rem )) { .news__text { left: clamp( 5rem , 2.7083333333rem + 4.7743055556vw , 8.4375rem ); } } @supports not (left: clamp( 5rem , 2.7083333333rem + 4.7743055556vw , 8.4375rem )) { .news__text { left: calc(5rem + 3.4375 * (100vw - 48rem) / 72); } } @supports (left: clamp( 3.75rem , 2.6443488943rem + 4.914004914vw , 5rem )) { .news__text { left: clamp( 3.75rem , 2.6443488943rem + 4.914004914vw , 5rem ); } } @supports not (left: clamp( 3.75rem , 2.6443488943rem + 4.914004914vw , 5rem )) { .news__text { left: calc(3.75rem + 1.25 * (100vw - 22.5rem) / 25.4375); } } .news__date { letter-spacing: -0.02em; -webkit-font-feature-settings: "pnum" on, "lnum" on; font-feature-settings: "pnum" on, "lnum" on; font-size: 1.125rem; color: #d8d8d8; } .news__title { color: #fff; margin-bottom: 0.75rem; } .news__description { color: #fff; margin-bottom: 0.5rem; } @supports (font-size: clamp( 1rem , 0.8333333333rem + 0.3472222222vw , 1.25rem )) { .news__description { font-size: clamp( 1rem , 0.8333333333rem + 0.3472222222vw , 1.25rem ); } } @supports not (font-size: clamp( 1rem , 0.8333333333rem + 0.3472222222vw , 1.25rem )) { .news__description { font-size: calc(1rem + 0.25 * (100vw - 48rem) / 72); } } .news__chronology { color: #B31217; font-family: "Oswald", sans-serif; font-size: 1.25rem; -webkit-transition: color 0.3s ease 0s; -o-transition: color 0.3s ease 0s; transition: color 0.3s ease 0s; } .news__chronology:hover { color: #E72F29; cursor: pointer; } /* About foundation */ .about-short { margin-bottom: 3.75rem; } .about-short__inner { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 16px 32px; } .about-short__text { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; } .about-short__caption { margin-bottom: 1rem; } .about-short__description { margin-bottom: 0.5rem; } .about-short__list { font-size: 1.25rem; margin-bottom: 2rem; } .about-short__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 12px; } .about-short__item:not(.about-short__item:last-of-type) { margin-bottom: 0.5rem; } .about-short__item::before { content: ""; min-width: 8px; min-height: 8px; display: block; border-radius: 50%; background-color: #B31217; } .about-short__img .caption { display: none; } .about-short__img img { max-width: 100%; border-radius: 20px; } /* Result */ .result { margin-bottom: 2rem; } .result__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .result__item { color: #fff; -webkit-box-flex: 0; -ms-flex: 0 1 480px; flex: 0 1 480px; max-height: 270px; min-height: 230px; height: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .result__item:first-of-type .description { max-width: 230px; } .result__text { position: absolute; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; z-index: 2; padding: 20px; } .result__img { position: relative; } .result__img::before { content: ""; background: rgba(21, 35, 25, 0.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .result__img img { max-width: 100%; min-height: 230px; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; } .help { margin-bottom: 7.5rem; } .help .children { margin-bottom: 3.75rem; } .help__buttons { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 32px; margin-bottom: 2.5rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .help .caption, .help .description { text-align: center; } .help .caption { margin-bottom: 1rem; } .help .description { max-width: 790px; margin: 0 auto; margin-bottom: 2rem; } .help__need { display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 8px; margin-bottom: 2rem; } .help__img img { max-width: 100%; min-height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 8px 0px 0px 8px; } .help__text { padding: 32px; color: #fff; border-radius: 0 8px 8px 0; } .help__text_green { background-color: #6f8c65; } .help__text_pink { background-color: #9d5e68; } .help__text h2 { font-family: "Oswald"; font-weight: 500; font-size: 28px; line-height: 41px; -webkit-font-feature-settings: "pnum" on, "lnum" on; font-feature-settings: "pnum" on, "lnum" on; margin-bottom: 0.5rem; } .help__item { font-size: 1.5rem; line-height: 36px; position: relative; padding-left: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; } .help__item::before { content: ""; position: absolute; width: 8px; height: 8px; background-color: #fff; top: 14px; left: 0; border-radius: 50%; } .help .description:first-of-type { margin-bottom: 3.125rem; } .caption { text-align: center; margin-bottom: 2rem; } .soldiers { margin-bottom: 3.75rem; } .soldiers__list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 80px 170px; } .soldiers__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 650px; flex: 0 1 650px; gap: 12px 32px; } .soldiers__img { max-width: 240px; width: 100%; border-radius: 8px; background-color: #e1e5ed; } .soldiers__img img { max-width: 240px; width: 100%; max-height: 240px; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 8px; } .soldiers .subtitle { margin-bottom: 4px; } .soldiers time { -webkit-font-feature-settings: "pnum" on, "lnum" on; font-feature-settings: "pnum" on, "lnum" on; margin: 4px 0; } .soldiers__position { margin-bottom: 0.25rem; } .soldiers__more { max-width: 215px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; } /** * Swiper 7.2.0 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2021 Vladimir Kharlampidi * * Released under the MIT License * * Released on: October 27, 2021 */ @font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA"); font-weight: 400; font-style: normal; } :root { --swiper-theme-color: #B31217; } .swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; } .swiper-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; } .swiper-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); } .swiper-pointer-events { -ms-touch-action: pan-y; touch-action: pan-y; } .swiper-pointer-events.swiper-vertical { -ms-touch-action: pan-x; touch-action: pan-x; } .swiper-slide { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; } .swiper-slide-invisible-blank { visibility: hidden; } .swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; } .swiper-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform; } .swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper { -webkit-perspective: 1200px; perspective: 1200px; } .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); } .swiper-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; } .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-horizontal.swiper-css-mode > .swiper-wrapper { -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; } .swiper-vertical.swiper-css-mode > .swiper-wrapper { -ms-scroll-snap-type: y mandatory; scroll-snap-type: y mandatory; } .swiper-centered > .swiper-wrapper::before { content: ""; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-ordinal-group: 10000; -ms-flex-order: 9999; order: 9999; } .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { -webkit-margin-start: var(--swiper-centered-offset-before); margin-inline-start: var(--swiper-centered-offset-before); } .swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); } .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { -webkit-margin-before: var(--swiper-centered-offset-before); margin-block-start: var(--swiper-centered-offset-before); } .swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); } .swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; } .swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ""; position: absolute; left: 0; top: 0; pointer-events: none; } .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size); } .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size); } :root { --swiper-navigation-size: 16px; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 8px; height: 16px; margin-top: calc(0px - var(--swiper-navigation-size) / 2); z-index: 10; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); background-color: rgba(255, 255, 255, 0.8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); padding: 20px; border-radius: 50%; } .swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 170px; right: auto; } .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: "prev"; } .swiper-button-next, .swiper-rtl .swiper-button-prev { right: 170px; left: auto; } .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: "next"; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; text-align: center; -webkit-transition: 0.3s opacity; -o-transition: 0.3s opacity; transition: 0.3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: -64px; left: 0; width: 100%; } .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(0.66); -ms-transform: scale(0.66); transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(0.33); -ms-transform: scale(0.33); transform: scale(0.33); } .swiper-pagination-bullet { width: 32px; height: 4px; display: inline-block; background-color: rgba(216, 216, 216, 0.6); } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet:only-child { display: none !important; } .swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0px, -50%, 0); transform: translate3d(0px, -50%, 0); } .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; } .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px; } .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: 0.2s top, 0.2s -webkit-transform; transition: 0.2s top, 0.2s -webkit-transform; -o-transition: 0.2s transform, 0.2s top; transition: 0.2s transform, 0.2s top; transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform; } .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap; } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 0.2s left, 0.2s -webkit-transform; transition: 0.2s left, 0.2s -webkit-transform; -o-transition: 0.2s transform, 0.2s left; transition: 0.2s transform, 0.2s left; transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; } .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: 0.2s right, 0.2s -webkit-transform; transition: 0.2s right, 0.2s -webkit-transform; -o-transition: 0.2s transform, 0.2s right; transition: 0.2s transform, 0.2s right; transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform; } .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; } .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; } .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0; top: 0; } .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-lock { display: none; } .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; } .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .swiper-slide-zoomed { cursor: move; } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s infinite linear; animation: swiper-preloader-spin 1s infinite linear; -webkit-box-sizing: border-box; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .swiper .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; } .swiper-grid > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; } .swiper-grid-column > .swiper-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .swiper-fade.swiper-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .swiper-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .swiper-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-cube { overflow: visible; } .swiper-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-cube.swiper-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; } .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0; } .swiper-cube .swiper-cube-shadow:before { content: ""; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; -webkit-filter: blur(50px); filter: blur(50px); } .swiper-flip { overflow: visible; } .swiper-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; } .swiper-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .swiper-creative .swiper-slide { -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; -webkit-transition-property: opacity, height, -webkit-transform; transition-property: opacity, height, -webkit-transform; -o-transition-property: transform, opacity, height; transition-property: transform, opacity, height; transition-property: transform, opacity, height, -webkit-transform; } .swiper-cards { overflow: visible; } .swiper-cards .swiper-slide { -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; } @media (min-width: 1500px) { .soldiers__item:nth-child(4n+3) { margin-left: auto; } } @media (max-width: 1500px) { .soldiers__list { gap: 24px 16px; } .soldiers__item { -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-preferred-size: 224px; flex-basis: 224px; } } @media (max-width: 64em) { .news { padding: 0 10px; } .news .swiper-button-prev { left: 16px; } .news .swiper-button-next { right: 16px; } .about-short { margin-bottom: 1.5rem; } .about-short__inner { -ms-flex-wrap: wrap; flex-wrap: wrap; } .about-short__text { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .about-short__text .caption { display: none; } .about-short__description { font-size: 1rem; line-height: 24px; } .about-short__list { font-size: 1rem; margin-bottom: 1rem; } .about-short__img { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } .about-short__img .caption { display: block; margin-bottom: 1rem; } .about-short__img img { max-height: 705px; min-height: 705px; -o-object-fit: cover; object-fit: cover; } } @media (max-width: 48em) { .menu__item { font-size: inherit; } } @media (max-width: 47.99875em) { .title { font-size: 1.125rem; line-height: 30px; } .caption { font-size: 32px; line-height: 48px; } .menu__body { position: fixed; width: 100%; height: 100%; top: -100%; left: 0; text-align: center; margin: 0 auto; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .menu-open .menu__body { top: 0px; padding-top: 110px; background-color: #fff; z-index: 11; } .menu__mobile { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 0.75rem; gap: 40px; } .menu__list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 1.5rem; } .menu__link_phone { margin-top: 2.5rem; display: block; } .menu__languages { display: none; } .menu__languages_hidden { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .menu__avatar { display: none; } .menu__avatar_hidden { display: inline-block; } .menu__donate { margin: 0px 0px 0px 0px; } .menu-open .menu__donate { display: none; } .menu-open .menu__donate_hidden { display: inline-block; } .icon-menu { display: block; margin-right: 32px; position: relative; width: 1.5rem; height: 1.125rem; cursor: pointer; z-index: 12; } .icon-menu span, .icon-menu::before, .icon-menu::after { content: ""; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; right: 0; position: absolute; width: 100%; height: 0.125rem; background-color: #2f2f2f; } .icon-menu::before { top: 0; } .icon-menu::after { bottom: 0; } .icon-menu span { top: calc(50% - 0.0625rem); } .menu-open .icon-menu span { width: 0; } .menu-open .icon-menu::before { top: calc(50% - 0.0625rem); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .menu-open .icon-menu::after { bottom: calc(50% - 0.0625rem); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .footer__top { padding: 42px 0; } .footer__title { font-size: 1.25rem; } .footer__bottom { padding: 32px 0; } .page-list__link { font-size: 1.125rem; } .socials-list__item { font-size: 1rem; } .socials-list__link { gap: 10px; } .callback__item { font-size: 1rem; } .copyright { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .directions__description { font-size: 1rem; } .news { margin-bottom: 2.5rem; } .news__slide { min-height: 335px; } .news__date { font-size: 1rem; } .news__title { font-size: 1.25rem; } .news__description { max-width: 450px; } .news__chronology { font-size: 1rem; } @supports (bottom: clamp( -4rem , 1rem + -4.1666666667vw , -1rem )) { .news .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: clamp( -4rem , 1rem + -4.1666666667vw , -1rem ); } } @supports not (bottom: clamp( -4rem , 1rem + -4.1666666667vw , -1rem )) { .news .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: calc(-1rem + -3 * (100vw - 48rem) / 72); } } .result { margin-bottom: 1.5rem; } .result__text .caption { font-size: 2rem; line-height: 48px; } .result__text .subtitle { font-size: 1rem; line-height: 24px; } .result__text .description { font-size: 1rem; line-height: 24px; } .help .children { margin-bottom: 1.5rem; } .help { margin-bottom: 3.75rem; } .help__buttons { margin-bottom: 1.25rem; } .help .description { margin-bottom: 1rem; } .help__need { margin-bottom: 1rem; } .help__text h2 { font-size: 20px; line-height: 30px; } .help__text { padding: 16px; } .help__item { font-size: 16px; line-height: 24px; } .help .description:first-of-type { margin-bottom: 2rem; } .caption { margin-bottom: 1.25rem; } .soldiers .subtitle { font-size: 1rem; } } @media (max-width: 47.99875em) and (max-width: 21.875em) { .icon-menu { margin-right: 0; } } @media (max-width: 37.5em) { .directions__items { -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media (max-width: 36.5625em) { .caption { font-size: 28px; line-height: 40px; } .footer__top { padding: 24px 0; } .footer__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 16px 0; } .footer__bottom { padding: 24px 0; } .user-agree { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .news { margin-bottom: 1.5rem; } .news__img img { min-height: 200px; } .news__text { position: static; } .news__title { color: #2f2f2f; } .news__description { color: #2f2f2f; } .news .swiper-button-next, .news .swiper-button-prev { top: 86px; } .news .swiper-pagination-bullet { height: 0.1875rem; width: 24px; } .about-short__img img { min-height: 200px; } .result__list { -ms-flex-wrap: wrap; flex-wrap: wrap; } .result__item { max-width: 180px; } } @media (max-width: 30.875em) { .soldiers__item { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } } @media (max-width: 29.99875em) { .button { font-size: 0.875rem; } .about-short a { display: block; text-align: center; margin: 0 auto; max-width: 135px; } .help__buttons { gap: 20px; margin-bottom: 1rem; } .help .caption { margin-bottom: 0.5rem; } .help__need { -ms-flex-wrap: wrap; flex-wrap: wrap; } .help__img img { border-radius: 8px 8px 0 0; } .help__text { border-radius: 0 0 8px 8px; } .caption { margin-bottom: 1rem; } } @media (max-width: 22.4375em) { .result__item { max-width: 100%; } } @media (max-width: 21.875em) { .header__menu { gap: 10px 32px; } } @media (max-width: 21.5625em) { .menu__logo { margin: 0 auto; -webkit-transform: translateX(-32px); -ms-transform: translateX(-32px); transform: translateX(-32px); } } @media (any-hover: hover) { .select__option:hover { background: #d9d9d9; } }