/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    margin: 0;

    text-align: left;

    color: #212529;
    background-color: #fff;
}

[tabindex='-1']:focus {
    outline: 0 !important;
}

hr {
    overflow: visible;

    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;

    border-bottom: 0;

    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    font-style: normal;
    line-height: inherit;

    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;

    color: #007bff;
    background-color: transparent;
}

a:hover {
    text-decoration: underline;

    color: #0056b3;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    text-decoration: none;

    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    overflow: auto;

    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;

    border-style: none;
}

svg {
    overflow: hidden;

    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;

    caption-side: bottom;

    text-align: left;

    color: #6c757d;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;

    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;

    border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;

    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal;

    color: inherit;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;

    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;

    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/**
 * Swiper 6.8.1
 * 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: August 3, 2021
 */
@font-face {
    font-family: swiper-icons;
    font-weight: 400;
    font-style: normal;

    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') format('woff');
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    position: relative;
    z-index: 1;

    overflow: hidden;

    margin-right: auto;
    margin-left: auto;
    padding: 0;

    list-style: none;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;

    display: flex;

    box-sizing: content-box;
    width: 100%;
    height: 100%;

    transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;

    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;

    transition-timing-function: ease-out;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    position: relative;

    width: 100%;
    height: 100%;

    transition-property: transform;

    flex-shrink: 0;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    transition-property: transform, height;

    align-items: flex-start;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;

    display: flex;

    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));

    cursor: pointer;

    color: var(--swiper-navigation-color, var(--swiper-theme-color));

    align-items: center;
    justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;

    opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: initial;
    line-height: 1;

    letter-spacing: 0;
    text-transform: none !important;
    text-transform: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    z-index: 10;

    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;

    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;

    overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;

    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}

.swiper-pagination-bullet {
    display: inline-block;

    width: 8px;
    height: 8px;

    opacity: .2;
    border-radius: 50%;
    background: #000;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;

    border: 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: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: 10px;

    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;

    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;

    width: 8px;

    transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;

    transition: .2s transform, .2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;

    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
    position: absolute;

    background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: scale(0);
    transform-origin: left top;

    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    top: 0;
    left: 0;

    width: 4px;
    height: 100%;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    position: relative;

    border-radius: 10px;
    background: rgba(0, 0, 0, .1);

    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;

    width: 98%;
    height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;

    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    display: flex;

    width: 100%;
    height: 100%;

    text-align: center;

    justify-content: center;
    align-items: 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 {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;

    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;

    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: transparent;
    border-radius: 50%;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;

    pointer-events: none;

    opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    transition-property: opacity;
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    z-index: 1;

    visibility: hidden;

    width: 100%;
    height: 100%;

    transform-origin: 0 0;
    pointer-events: none;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;

    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .6;
}

.swiper-container-cube .swiper-cube-shadow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    background: #000;

    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    z-index: 1;

    pointer-events: none;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;

    src: url('../fonts/OpenSans/OpenSans-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-style: italic;

    src: url('../fonts/OpenSans/OpenSans-SemiBoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;

    src: url('../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: italic;

    src: url('../fonts/OpenSans/OpenSans-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: italic;

    src: url('../fonts/Roboto/Roboto-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: italic;

    src: url('../fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Lobster';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/Lobster/Lobster.woff2') format('woff2');
}

html {
    font-size: 16px;
}

html,
body {
    min-height: 100vh;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;

    color: #747b8d;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

::placeholder {
    color: rgba(255, 255, 255, .6);
}

::-moz-selection {
    color: #fff;
    background-color: #747b8d;
}

::selection {
    color: #fff;
    background-color: #747b8d;
}

a {
    transition: all .35s ease 0s;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;

    list-style: none;
}

.no-scroll {
    overflow: hidden;
}

.page {
    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}

.page-main {
    flex: 1;
}

.page--slider {
    position: relative;
}

.page--slider .page-main {
    display: flex;
    flex-direction: column;
}

._rst {
    margin: 0;
    padding: 0;

    resize: none;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

._rst:focus {
    outline-width: 0;
}

.btn {
    position: relative;

    display: inline-flex;
    overflow: hidden;

    text-align: center;

    align-items: center;
    justify-content: center;
}

.btn--white {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;

    padding: .9375rem 5.1875rem;

    color: #31394d;
    background-color: #fff;
}

.btn--white::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 110%;
    height: 100%;

    content: '';
    transition: transform .35s ease-in-out 0s;
    transform: scaleY(0);
    transform-origin: center top;

    background-color: #861723;
}

.btn--white:hover {
    color: #fff;
}

.btn--white:hover::before {
    transform: scaleY(1);
    transform-origin: center bottom;
}

.btn--b-w {
    font-size: 1.125rem;
    line-height: 1.375rem;

    padding: 1.1875rem 6.875rem;

    text-transform: uppercase;

    color: #fff;
    border: 1px solid #fff;
}

.btn--b-w::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 110%;
    height: 100%;

    content: '';
    transition: transform .35s ease-in-out 0s;
    transform: scaleY(0);
    transform-origin: center top;

    background-color: #fff;
}

.btn--b-w:hover {
    color: #861723;
}

.btn--b-w:hover::before {
    transform: scaleY(1);
    transform-origin: center bottom;
}

.img-cover {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.img-width {
    width: 100%;
    max-width: 100%;
    height: auto;

    -o-object-fit: contain;
    object-fit: contain;
}

.text-block::after {
    display: table;
    clear: both;

    content: '';
}

.text-block img {
    display: block;
    /*max-width: calc(50% - .9375rem);*/
    height: auto;
    margin: 1.875rem auto;
}

@media (max-width: 36rem) {
    .text-block img {
        float: none;

        max-width: 100%;
        margin: 0 auto;
    }

    .text-block img:not(:last-child) {
        margin-bottom: 1.25rem !important;
    }
}

.text-block .text-left {
    display: block;
    float: left;

    max-width: calc(50% - .9375rem);
    height: auto;
    margin-right: 1.875rem;
}

@media (max-width: 36rem) {
    .text-block .text-left {
        float: none;

        max-width: 100%;
        margin: 0 auto;
    }

    .text-block .text-left:not(:last-child) {
        margin-bottom: 1.25rem !important;
    }
}

.text-block .img-left {
    float: left;

    margin-right: 1.875rem;
}

@media (max-width: 36rem) {
    .text-block .img-left {
        float: none;

        margin: 0 auto;
    }
}

.text-block .img-right {
    float: right;

    margin-left: 1.875rem;
}

@media (max-width: 36rem) {
    .text-block .img-right {
        float: none;

        margin: 0 auto;
    }
}

.text-block p {
    line-height: 1.8;

    margin-bottom: 0;
}

@media (max-width: 36rem) {
    .text-block p {
        font-size: .875rem;
    }
}

.text-block p:not(:last-child) {
    margin-bottom: 1.8125rem;
}

@media (max-width: 36rem) {
    .text-block p:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.text-block a {
    text-decoration: underline;

    color: #747b8d;
}

.text-block a:hover {
    text-decoration: underline;

    color: #052f5a;
}

.text-block ul {
    margin-bottom: 0;
}

.text-block ul:not(:last-child) {
    margin-bottom: 1.8125rem;
}

@media (max-width: 36rem) {
    .text-block ul:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.text-block ul > li {
    line-height: 1.8;

    position: relative;

    margin-bottom: 0;
    padding-left: 1.25rem;
}

@media (max-width: 36rem) {
    .text-block ul > li {
        font-size: .875rem;
    }
}

.text-block ul > li::before {
    position: absolute;
    top: .75rem;
    left: 0;

    width: .375rem;
    height: .375rem;

    content: '';

    border-radius: 50%;
    background-color: #861723;
}

@media (max-width: 36rem) {
    .text-block ul > li::before {
        top: .625rem;
    }
}

.text-block ul > li:not(:last-child) {
    margin-bottom: .4375rem;
}

.text-block ol {
    margin-bottom: 0;

    counter-reset: myCounter;
}

.text-block ol:not(:last-child) {
    margin-bottom: 1.8125rem;
}

@media (max-width: 36rem) {
    .text-block ol:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.text-block ol > li {
    line-height: 1.8;

    position: relative;

    margin-bottom: 0;
    padding-left: 1.5625rem;
}

@media (max-width: 36rem) {
    .text-block ol > li {
        font-size: .875rem;
    }
}

.text-block ol > li::before {
    position: absolute;
    top: 0;
    left: 0;

    content: counter(myCounter) '.';
    counter-increment: myCounter;

    color: #861723;
}

.text-block ol > li:not(:last-child) {
    margin-bottom: .4375rem;
}

/* banner start */
.banner {
    position: relative;
    z-index: 2;

    display: flex;
    overflow: hidden;

    padding: 6.25rem 0 14.375rem;

    flex: 1;
    align-items: center;
}

@media (max-width: 36rem) {
    .banner {
        flex-direction: column;

        padding: 3.25rem 0;

        align-items: stretch;
        justify-content: center;
    }
}

.banner__slider {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

.banner__slider .swiper-wrapper {
    height: 100%;

    align-items: stretch !important;
}

.banner__slide {
    position: relative;

    display: block;

    height: auto;
}

.banner__slide::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .5;
    background-color: #223a59;
}

@media (max-width: 36rem) {
    .banner__slide::before {
        background-color: #052f5a;
    }
}

.banner__slide img {
    position: relative;
    z-index: 1;
}

.banner__video {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.banner__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
}

.banner__bg::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .5;
    background-color: #223a59;
}

@media (max-width: 36rem) {
    .banner__bg::before {
        background-color: #052f5a;
    }
}

.banner__bg img {
    position: relative;
    z-index: 1;
}

.banner__container {
    position: relative;
    z-index: 2;
}

@media (max-width: 36rem) {
    .banner__container {
        margin-bottom: 1.875rem;
    }
}

.banner__pagination {
    position: absolute;
    z-index: 3;
    top: -3.3125rem;
    left: 0;

    display: flex;

    width: 100%;

    align-items: center;
    justify-content: center;
}

@media (max-width: 36rem) {
    .banner__pagination {
        position: relative;
        top: auto;
        left: auto;

        margin-top: 1.875rem;
    }
}

.banner__pagination .swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;

    transition: .35s ease;

    opacity: 1;
    border: 2px solid #fffbe7;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
}

.banner__pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: .625rem;
}

.banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: #fff;
}

.banner__title {
    font-family: 'TT Norms', sans-serif;
    font-size: 5.375rem;
    font-weight: 700;
    line-height: 1;

    max-width: 31.75rem;
    margin: 0;

    color: #fff;
}

@media (max-width: 67.5rem) {
    .banner__title {
        font-size: 4.75rem;
    }
}

@media (max-width: 62rem) {
    .banner__title {
        font-size: 4.5rem;
    }
}

@media (max-width: 48rem) {
    .banner__title {
        font-size: 3.875rem;

        max-width: 25rem;
    }
}

@media (max-width: 36rem) {
    .banner__title {
        font-size: 3.125rem;

        max-width: 16.5rem;
    }
}

.banner__title--max {
    max-width: 37.5rem;
}

@media (max-width: 48rem) {
    .banner__title--max {
        max-width: 27.5rem;
    }
}

.banner__bottom {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;

    width: 100%;
}

@media (max-width: 36rem) {
    .banner__bottom {
        position: relative;
        bottom: auto;
        left: auto;
    }
}

@media (max-width: 36rem) {
    .banner__bottom .footer {
        display: none;
    }
}

.banner__menu {
    background-color: #063668;
}

@media (max-width: 36rem) {
    .banner__menu {
        background-color: transparent;
    }
}

.banner__menu-list {
    display: flex;

    padding: 1.25rem 0;

    justify-content: space-between;
    color: #ffffff;
}

@media (max-width: 62rem) {
    .banner__menu-list {
        flex-flow: row wrap;
    }
}

@media (max-width: 36rem) {
    .banner__menu-list {
        display: block;

        padding: 0;
    }

    .banner__menu-list:not(:last-child) {
        margin-bottom: 1.9375rem;
    }
}

.banner__menu-item {
    min-width: 13.75rem;
}

@media (max-width: 67.5rem) {
    .banner__menu-item {
        min-width: 12.5rem;
    }
}

@media (max-width: 62rem) {
    .banner__menu-item {
        width: calc(50% - .9375rem);
        min-width: auto;
    }

    .banner__menu-item:nth-child(1),
    .banner__menu-item:nth-child(2) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 36rem) {
    .banner__menu-item {
        width: 100%;
    }

    .banner__menu-item:nth-child(1),
    .banner__menu-item:nth-child(2) {
        margin-bottom: 0;
    }
}

.banner__menu-item:not(:last-child) {
    margin-right: 1.5625rem;
}

@media (max-width: 62rem) {
    .banner__menu-item:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 36rem) {
    .banner__menu-item:not(:last-child) {
        margin-bottom: .875rem !important;
    }
}

.banner__menu-link {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;

    position: relative;

    display: flex;

    width: 100%;
    padding: 0 .625rem .6875rem;

    text-align: center;

    color: #fff;

    justify-content: center;
}

@media (max-width: 67.5rem) {
    .banner__menu-link {
        font-size: 1rem;
    }
}

@media (max-width: 36rem) {
    .banner__menu-link {
        padding-bottom: 1rem;
    }
}

.banner__menu-link span {
    position: relative;
    z-index: 2;
}

.banner__menu-link::after {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';
    transition: height .35s ease 0s;

    background-color: #fff;
}

.banner__menu-link:hover {
    color: #052f5a;
}

/*@media (max-width: 36rem) {*/
/*    .banner__menu-link:hover {*/
/*        color: #fff;*/
/*    }*/
/*}*/

.banner__menu-link:hover::after {
    height: calc(100% + .625rem);
}

/*@media (max-width: 36rem) {*/
/*    .banner__menu-link:hover::after {*/
/*        height: 1px;*/
/*    }*/
/*}*/

.banner__btns {
    display: none;
}

@media (max-width: 36rem) {
    .banner__btns {
        display: flex;

        justify-content: center;
    }
}

.banner__btn {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;

    width: calc(50% - .3125rem);
    padding: .6875rem .625rem;

    text-transform: none;
}

/* banner end */

.bread {
    display: none;

    margin-bottom: 1.4375rem;
}

@media (max-width: 36rem) {
    .bread {
        display: block;
    }
}

.bread__link {
    font-size: .625rem;
    line-height: 1.152;

    color: #fff;
}

.bread__link:hover {
    text-decoration: underline;

    color: #fff;
}

.bread__separate {
    position: relative;
    top: -.0625rem;

    display: inline-block;

    width: .1875rem;
    height: .1875rem;
    margin: 0 .1875rem 0 .375rem;

    border-radius: 50%;
    background-color: #fffbe8;
}

/* hero start */
.hero {
    overflow: hidden;

    transform-origin: center top;

    color: #fff;
    background-color: #002346;
}

@media (max-width: 36rem) {
    .hero {
        padding: .5625rem 0 1.4375rem;
    }
}

.hero__row {
    display: flex;

    justify-content: space-between;
}

@media (max-width: 36rem) {
    .hero__row {
        position: relative;
    }
}

.hero__pic {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 28.5625rem;
    height: auto;
    margin-right: 6.25rem;

    transform-origin: left center;
}

@media (max-width: 62rem) {
    .hero__pic {
        max-width: 25rem;
        margin-right: 3.125rem;
    }
}

@media (max-width: 48rem) {
    .hero__pic {
        max-width: 22.5rem;
        margin-right: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .hero__pic {
        position: absolute;
        z-index: 1;
        right: .6875rem;
        left: .6875rem;

        width: auto;
        max-width: none;
        height: 100%;
        margin: 0;
    }
}

.hero__pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.hero__content {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 28.625rem;
    min-height: 35rem;
    margin-right: auto;
    padding: 6.25rem 0;

    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 62rem) {
    .hero__content {
        min-height: 30rem;
        padding: 5rem 0;
    }
}

@media (max-width: 48rem) {
    .hero__content {
        min-height: 27.5rem;
        padding: 3.75rem 0;
    }
}

@media (max-width: 36rem) {
    .hero__content {
        position: relative;
        z-index: 2;

        display: block;

        min-height: 18.625rem;
        padding: 1.25rem 0;
    }
}

.hero__title {
    font-family: 'TT Norms', sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;

    display: inline-flex;

    margin-bottom: 0;
}

@media (max-width: 62rem) {
    .hero__title {
        font-size: 3.75rem;
    }
}

@media (max-width: 48rem) {
    .hero__title {
        font-size: 3rem;
    }
}

@media (max-width: 36rem) {
    .hero__title {
        font-size: 2.625rem;
        line-height: 1;

        max-width: 11.5rem;
    }
}

.hero__title--mini {
    font-size: 4rem;
}

@media (max-width: 62rem) {
    .hero__title--mini {
        font-size: 3.375rem;
    }
}

@media (max-width: 48rem) {
    .hero__title--mini {
        font-size: 2.625rem;
    }
}

.hero__title:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 62rem) {
    .hero__title:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 48rem) {
    .hero__title:not(:last-child) {
        margin-bottom: .625rem;
    }
}

@media (max-width: 36rem) {
    .hero__title:not(:last-child) {
        margin-bottom: 0;
    }
}

.hero__text {
    font-size: 1.125rem;
    line-height: 138.88889%;

    margin-bottom: 0;

    opacity: .6;
}

@media (max-width: 48rem) {
    .hero__text {
        font-size: 1rem;
    }
}

@media (max-width: 36rem) {
    .hero__text {
        display: none;
    }
}

.hero__text:not(:last-child) {
    margin-bottom: .625rem;
}

/* hero end */
/* ask start */
.ask {
    padding-bottom: 4.5625rem;
}

@media (max-width: 62rem) {
    .ask {
        padding-bottom: 3.3125rem;
    }
}

@media (max-width: 48rem) {
    .ask {
        display: none;
    }
}

.ask__wrapper {
    position: relative;

    display: flex;

    justify-content: center;
}

.ask__wrapper::before {
    position: absolute;
    z-index: 1;
    top: -2.5rem;
    right: 12.1875rem;

    width: 16.375rem;
    height: 14.0625rem;

    content: '';

    background-color: #1961ac;
}

.ask__pic {
    position: absolute;
    z-index: 1;

    display: block;
    overflow: hidden;

    width: auto;
}

.ask__pic--1 {
    top: -2.5rem;
    bottom: 0;
    left: 0;

    width: 18.3125rem;
}

.ask__pic--2 {
    top: 7.25rem;
    right: 0;
    bottom: -1.25rem;

    width: 22.5rem;
}

.ask__pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.ask__inner {
    position: relative;
    z-index: 2;

    max-width: 38.4375rem;
    padding: 4.5625rem 1.875rem;

    text-align: center;

    color: #fff;
    background-color: #861723;
}

@media (max-width: 62rem) {
    .ask__inner {
        max-width: 31.25rem;
        padding: 3.4375rem 1.875rem;
    }
}

.ask__title {
    font-family: 'TT Norms', sans-serif;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.2;

    margin-bottom: 2.5rem;
}

@media (max-width: 62rem) {
    .ask__title {
        font-size: 2rem;

        margin-bottom: 1.875rem;
    }
}

.ask__btns {
    display: flex;

    justify-content: center;
}

/* ask end */
/* tech start */
.tech {
    display: flex;

    justify-content: space-between;
}

.tech:not(:last-child) {
    margin-bottom: 4.375rem;
}

@media (max-width: 62rem) {
    .tech:not(:last-child) {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 48rem) {
    .tech:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 36rem) {
    .tech:not(:last-child) {
        margin-bottom: 2.6875rem;
    }
}

.tech__menu {
    margin-right: 1.875rem;
    padding-top: .625rem;

    flex: 0 0 16.4375rem;
}

@media (max-width: 62rem) {
    .tech__menu {
        margin-right: 1.5625rem;
        padding-top: 0;

        flex: 0 0 14.375rem;
    }
}

@media (max-width: 48rem) {
    .tech__menu {
        display: none;
    }
}

.tech__menu-list {
    display: flex;
    flex-direction: column;

    padding: 1.875rem;

    background-color: #1961ac;
}

@media (max-width: 62rem) {
    .tech__menu-list {
        padding: 1.875rem .9375rem;
    }
}

.tech__menu-list:not(:last-child) {
    margin-bottom: .9375rem;
}

@media (max-width: 62rem) {
    .tech__menu-list:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.tech__menu-item:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 62rem) {
    .tech__menu-item:not(:last-child) {
        margin-bottom: .75rem;
    }
}

.tech__menu-link {
    font-size: 1.125rem;

    position: relative;

    color: #fff;
    background-image: linear-gradient(transparent calc(100% - 1px), #861723 1px);
    background-repeat: no-repeat;
    background-size: 0;
}

@media (max-width: 62rem) {
    .tech__menu-link {
        font-size: 1rem;
    }
}

.tech__menu-link:hover {
    color: #fff;
    background-size: 100%;
}

.tech__print {
    display: flex;

    justify-content: flex-end;
}

.tech__print-link {
    display: inline-flex;
    cursor: pointer;
    color: #d91818;

    align-items: center;
}

@media (max-width: 36rem) {
    .tech__print-link {
        font-size: .875rem;
    }
}

.tech__print-link:hover {
    color: #861723;
}

.tech__print-icon {
    font-size: 1.625rem;

    margin-left: .4375rem;
}

@media (max-width: 36rem) {
    .tech__print-icon {
        font-size: 1.25rem;

        margin-left: .25rem;
    }
}

.tech__text-block p,
.tech__text-block ul li,
.tech__text-block ol li {
    font-size: 1.125rem;
}

@media (max-width: 62rem) {
    .tech__text-block p,
    .tech__text-block ul li,
    .tech__text-block ol li {
        font-size: 1rem;
    }
}

@media (max-width: 48rem) {
    .tech__text-block p,
    .tech__text-block ul li,
    .tech__text-block ol li {
        font-size: .8125rem;
    }
}

@media (max-width: 36rem) {
    .tech__text-block p,
    .tech__text-block ul li,
    .tech__text-block ol li {
        font-size: .625rem;
    }
}

@media (max-width: 36rem) {
    .tech__text-block p:not(:last-child),
    .tech__text-block ul:not(:last-child),
    .tech__text-block ol:not(:last-child) {
        margin-bottom: .8125rem;
    }
}

.tech__floats:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 36rem) {
    .tech__floats:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.tech__floats-item {
    font-family: 'TT Norms', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;

    float: left;

    width: 100%;
    max-width: 22.5rem;
    margin-top: .3125rem;
    margin-right: 1.875rem;
    margin-bottom: .625rem;
    padding: 2.375rem .625rem 2.3125rem 1.875rem;

    color: #fff;
    background-color: #861723;
}

@media (max-width: 36rem) {
    .tech__floats-item {
        font-size: 1.375rem;

        float: none;

        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        padding: 1.4375rem .5rem 1.4375rem 1.875rem;
    }
}

/* tech end */
/* box start */
.box:not(:last-child) {
    margin-bottom: 3.75rem;
}

@media (max-width: 62rem) {
    .box:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 48rem) {
    .box:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 36rem) {
    .box:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

.box__pic {
    display: none;

    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}

@media (max-width: 36rem) {
    .box__pic {
        display: block;
    }
}

.box__line {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 138.88889%;

    position: relative;

    display: flex;

    min-height: 4.0625rem;
    padding: .625rem 2.5rem .625rem 7.375rem;

    transition: color .35s ease 0s;

    color: #fff;

    align-items: center;
}

@media (max-width: 36rem) {
    .box__line {
        font-size: .75rem;
        font-weight: 600;

        min-height: 3.125rem;
        padding: .625rem 2.1875rem .625rem 1.25rem;
    }
}

.box__line:hover {
    color: #fff;
}

.box__line:hover::before {
    background-color: #052f5a;
}

.box__line::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: background-color .35s ease 0s;

    background-color: #1961ac;
}

.box__line-number {
    font-family: 'Lobster', sans-serif;
    font-size: 6.875rem;
    font-weight: 400;
    line-height: 1.2;

    position: absolute;
    z-index: 2;
    bottom: -1.5625rem;
    left: 2.5rem;

    color: #bad5f8;
}

@media (max-width: 36rem) {
    .box__line-number {
        display: none;
    }
}

.box__line-text {
    position: relative;
    z-index: 2;

    display: inline-block;
}

.box__line-arrow {
    font-size: 1rem;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 1.5rem;

    transition: transform .35s ease 0s;
    transform: translateY(-50%) rotate(90deg);

    color: #fff;
}

@media (max-width: 36rem) {
    .box__line-arrow {
        font-size: .8125rem;

        right: 1.125rem;
    }
}

.box__line._active .box__line-arrow {
    transform: translateY(-50%) rotate(0deg);
}

.box__shown p,
.box__shown ul li,
.box__shown ol li,
.box__text-block p,
.box__text-block ul li,
.box__text-block ol li {
    font-size: 1.125rem;
}

@media (max-width: 62rem) {
    .box__shown p,
    .box__shown ul li,
    .box__shown ol li,
    .box__text-block p,
    .box__text-block ul li,
    .box__text-block ol li {
        font-size: 1rem;
    }
}

@media (max-width: 48rem) {
    .box__shown p,
    .box__shown ul li,
    .box__shown ol li,
    .box__text-block p,
    .box__text-block ul li,
    .box__text-block ol li {
        font-size: .8125rem;
    }
}

@media (max-width: 36rem) {
    .box__shown p,
    .box__shown ul li,
    .box__shown ol li,
    .box__text-block p,
    .box__text-block ul li,
    .box__text-block ol li {
        font-size: .625rem;
    }
}

.box__shown p:not(:last-child),
.box__shown ul:not(:last-child),
.box__shown ol:not(:last-child),
.box__text-block p:not(:last-child),
.box__text-block ul:not(:last-child),
.box__text-block ol:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
    .box__shown p:not(:last-child),
    .box__shown ul:not(:last-child),
    .box__shown ol:not(:last-child),
    .box__text-block p:not(:last-child),
    .box__text-block ul:not(:last-child),
    .box__text-block ol:not(:last-child) {
        margin-bottom: .8125rem;
    }
}

.box__text-block:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
    .box__text-block:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

.box__shown {
    padding-top: 1.5625rem;
    padding-left: 6.0625rem;
}

@media (max-width: 62rem) {
    .box__shown {
        padding-left: 3.75rem;
    }
}

@media (max-width: 48rem) {
    .box__shown {
        padding-left: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .box__shown {
        padding-top: 1.1875rem;
        padding-left: 0;
    }
}

.box__hidden {
    padding-top: 1.5rem;
}

@media (max-width: 36rem) {
    .box__hidden {
        padding-top: 1rem;
    }
}

.box__slider:not(:last-child) {
    margin-bottom: 2.8125rem;
}

@media (max-width: 36rem) {
    .box__slider:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 36rem) {
    .box__slider:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 36rem) {
    .box__slider:not(:last-child) {
        margin-bottom: 1.5625rem;
    }
}

.box__arrows {
    display: flex;

    justify-content: flex-end;
    align-items: center;
}

.box__arrows:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 62rem) {
    .box__arrows:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

@media (max-width: 36rem) {
    .box__arrows:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.box__arrow {
    font-size: 1.125rem;

    display: flex;

    width: 2.1875rem;
    height: 2.1875rem;

    opacity: .2;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;

    align-items: center;
    justify-content: center;
}

@media (max-width: 36rem) {
    .box__arrow {
        font-size: 1rem;

        width: 1.875rem;
        height: 1.875rem;

        border-width: 1px;
    }
}

.box__arrow:hover {
    opacity: .5;
    color: #000;
}

.box__arrow--prev::before {
    display: inline-block;

    transform: scaleX(-1);
}

.box__arrow:not(:last-child) {
    margin-right: .625rem;
}

@media (max-width: 36rem) {
    .box__arrow:not(:last-child) {
        margin-right: .3125rem;
    }
}

.box__slide {
    position: relative;

    width: 100%;
    max-width: 100%;
}

.box__slide iframe {
    display: block;
    width: 100%;
}

.box__slide:hover::before {
    visibility: visible;

    opacity: 1;
}

.box__slide--play::after {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    /*content: '';*/

    background-image: url('../img/icons/play-button.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 4rem auto;
}

@media (max-width: 36rem) {
    .box__slide--play::after {
        background-size: 2.25rem auto;
    }
}

.box__slide::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    /*content: '';*/
    transition: all .35s ease 0s;

    opacity: 0;
    background-color: rgba(5, 47, 90, .3);
}

.box__slide-pic {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
}

.box__slide-pic::after {
    display: block;

    padding-bottom: 79.44%;

    /*content: '';*/
}

.box__slide-pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.box__recipes {
    display: grid;

    padding-top: 1rem;

    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    gap: 6.25rem 1.875rem;
}

@media (max-width: 62rem) {
    .box__recipes {
        gap: 3.75rem 1.875rem;
    }
}

@media (max-width: 48rem) {
    .box__recipes {
        gap: 2.5rem 1.875rem;
    }
}

@media (max-width: 36rem) {
    .box__recipes {
        padding-top: .25rem;

        grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
        gap: 1.25rem 1.875rem;
    }
}

.box__recipes:not(:last-child) {
    margin-bottom: 3.125rem;
}

@media (max-width: 62rem) {
    .box__recipes:not(:last-child) {
        margin-bottom: 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .box__recipes:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 36rem) {
    .box__recipes:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

.box__recipes-more {
    display: flex;

    justify-content: center;
}

.box__recipes-more-btn {
    font-size: 1.125rem;
    line-height: 1.2;

    padding: 1.1875rem 5.125rem;

    text-transform: uppercase;
}

@media (max-width: 36rem) {
    .box__recipes-more-btn {
        font-size: 1rem;

        padding: 1rem 4.375rem;
    }
}

.box__addresses {
    display: flex;

    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 48rem) {
    .box__addresses {
        flex-direction: column;

        text-align: center;

        align-items: center;
    }
}

.box__addresses-col {
    width: 100%;
    max-width: 18.25rem;
}

@media (max-width: 48rem) {
    .box__addresses-col {
        max-width: 100%;
    }

    .box__addresses-col:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.box__addresses-logo {
    display: block;

    width: 100%;
    max-width: 7.8125rem;
    height: auto;
    margin-right: 4.4375rem;

    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 48rem) {
    .box__addresses-logo {
        margin: 0 auto 1.25rem;
    }
}

.box__addresses-title {
    font-weight: 600;
    line-height: 1.2;

    display: block;

    margin-bottom: 0;

    color: #000;
}

.box__addresses-title:not(:last-child) {
    margin-bottom: .4375rem;
}

.box__addresses-text {
    font-size: 1.125rem;
    line-height: 138.88889%;

    display: flex;
    flex-direction: column;

    color: rgba(0, 0, 0, .6);

    align-items: flex-start;
}

@media (max-width: 48rem) {
    .box__addresses-text {
        font-size: .875rem;

        text-align: center;

        align-items: center;
    }
}

.box__addresses-text a {
    color: inherit;
}

.box__addresses-text a:hover {
    text-decoration: underline;

    color: #000;
}

.box__table {
    overflow-x: auto;
}

.box__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.box__table::-webkit-scrollbar-track {
    border-radius: .125rem;
    background-color: #e3e5e8;
}

.box__table::-webkit-scrollbar {
    height: .25rem;

    border-radius: .125rem;
    background-color: #e3e5e8;
}

.box__table::-webkit-scrollbar-thumb {
    border-radius: .125rem;
    background-color: #052f5a;
}

.box__table table {
    font-size: 1.125rem;
    line-height: 1.8;

    width: 100%;
    min-width: 65.625rem;

    border-spacing: 0;
    border-collapse: collapse;

    border: none;
}

@media (max-width: 48rem) {
    .box__table table {
        font-size: .625rem;

        min-width: 36.625rem;
    }
}

.box__table table th {
    font-weight: 600;

    padding: 1.3125rem .625rem 1.25rem 0;

    text-align: left;

    color: #223a59;
}

@media (max-width: 48rem) {
    .box__table table th {
        font-weight: 400;

        padding: 1rem .625rem 1rem 0;

        color: #fff;
    }
}

.box__table table th:first-child {
    width: 17.11%;
    padding-right: 0;

    text-align: center;
}

.box__table table th:last-child {
    width: 25.7%;
}

.box__table table td {
    padding: 1.125rem .625rem 1.25rem 0;

    text-align: left;
    vertical-align: top;

    color: rgba(0, 0, 0, .6);
}

.box__table table td:first-child {
    text-align: center;
}

.box__table table tr:not(:first-child) {
    border-bottom: 1px solid rgba(116, 123, 141, .2);
}

.box__table table tr:first-child {
    background-color: #f6f6f6;
}

@media (max-width: 48rem) {
    .box__table table tr:first-child {
        background-color: #052f5a;
    }
}

.box__table-lg {
    overflow-x: auto;
}

.box__table-lg:not(:last-child) {
    margin-bottom: 1.25rem;
}

.box__table-lg::-webkit-scrollbar-track {
    border-radius: .125rem;
    background-color: #e3e5e8;
}

.box__table-lg::-webkit-scrollbar {
    height: .25rem;

    border-radius: .125rem;
    background-color: #e3e5e8;
}

.box__table-lg::-webkit-scrollbar-thumb {
    border-radius: .125rem;
    background-color: #052f5a;
}

.box__table-lg table {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;

    width: 100%;
    min-width: 65.625rem;

    border-spacing: 0;
    border-collapse: collapse;

    border: 1px solid #e3e5e8;
}

@media (max-width: 48rem) {
    .box__table-lg table {
        font-size: .625rem;

        min-width: 36.625rem;
    }
}

.box__table-lg table th {
    font-weight: 400;
    line-height: 1.3;

    padding: 1.625rem 1.1875rem;

    text-align: center;
    vertical-align: top;

    color: #223a59;
    border: 1px solid #e8e8e9;
}

@media (max-width: 48rem) {
    .box__table-lg table th {
        font-weight: 400;

        padding: 1rem .625rem 1rem 0;

        color: #fff;
        border: none;
        background-color: #052f5a;
    }
}

.box__table-lg table td {
    padding: 1.25rem 1.1875rem 1.25rem 1.875rem;

    vertical-align: top;

    border: 1px solid #e8e8e9;
}

@media (max-width: 48rem) {
    .box__table-lg table td {
        padding: .6875rem .625rem;
    }
}

.box__table-lg table td.min-td {
    padding-right: .625rem;
    padding-left: .625rem;

    text-align: center;
}

.box__table-lg table td.mid-td {
    padding-right: .625rem;
    padding-left: 1.25rem;
}

.box__table-lg table .table-header {
    background-color: #f6f6f6;
}

.box #table1_1 {
    width: 22.81%;
}

.box #table1_2 {
    width: 21.05%;
}

.box #table1_3 {
    width: 7.11%;
    padding-right: 4px;
    padding-left: 3px;
}

.box #table1_4 {
    width: 10.88%;
    padding-right: 4px;
    padding-left: 3px;
}

.box #table1_5 {
    width: 14.91%;
}

.box #table1_6 {
    width: 22.81%;
}

.box #table1_7,
.box #table1_8 {
    width: 3.51%;
}

.box #table1_9,
.box #table1_10 {
    width: 5.35%;
}

/* box end */
/* recipe start */
.recipe {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 100%;

    color: #000;

    align-items: flex-start;
}

.recipe:hover {
    color: #052f5a;
}

.recipe:hover .recipe__pic::before {
    visibility: visible;

    opacity: 1;
}

.recipe__pic {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: auto;
}

.recipe__pic::after {
    display: block;

    padding-bottom: 111.11%;

    content: '';
}

@media (max-width: 62rem) {
    .recipe__pic::after {
        padding-bottom: 96%;
    }
}

@media (max-width: 48rem) {
    .recipe__pic::after {
        padding-bottom: 85%;
    }
}

@media (max-width: 36rem) {
    .recipe__pic::after {
        padding-bottom: 71%;
    }
}

.recipe__pic::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    transition: all .35s ease 0s;

    opacity: 0;
    background-color: rgba(5, 47, 90, .3);
}

.recipe__pic:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 62rem) {
    .recipe__pic:not(:last-child) {
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 48rem) {
    .recipe__pic:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 36rem) {
    .recipe__pic:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.recipe__pic img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.recipe__name {
    font-family: 'Lobster', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 62rem) {
    .recipe__name {
        font-size: 1.375rem;
    }
}

@media (max-width: 48rem) {
    .recipe__name {
        font-size: 1.25rem;
    }
}

@media (max-width: 36rem) {
    .recipe__name {
        font-size: 1.125rem;
    }
}

.recipe__name:not(:last-child) {
    margin-bottom: .625rem;
}

@media (max-width: 62rem) {
    .recipe__name:not(:last-child) {
        margin-bottom: .4375rem;
    }
}

@media (max-width: 48rem) {
    .recipe__name:not(:last-child) {
        margin-bottom: .3125rem;
    }
}

.recipe__desc {
    font-size: 1.125rem;
    line-height: 138.88889%;

    overflow: hidden;

    max-height: 3.125rem;
}

@media (max-width: 62rem) {
    .recipe__desc {
        font-size: 1rem;
    }
}

@media (max-width: 48rem) {
    .recipe__desc {
        font-size: .875rem;

        max-height: none;
    }
}

@media (max-width: 36rem) {
    .recipe__desc {
        font-size: .75rem;
    }
}

.recipe__desc:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 62rem) {
    .recipe__desc:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

@media (max-width: 48rem) {
    .recipe__desc:not(:last-child) {
        margin-bottom: .8125rem;
    }
}

@media (max-width: 36rem) {
    .recipe__desc:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.recipe__bottom {
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.recipe__time {
    font-size: .875rem;
    line-height: 135.71429%;

    display: inline-flex;

    margin-right: 1.25rem;

    color: rgba(34, 58, 89, .6);

    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}

@media (max-width: 62rem) {
    .recipe__time {
        font-size: .8125rem;
    }
}

@media (max-width: 48rem) {
    .recipe__time {
        font-size: .75rem;
    }
}

@media (max-width: 36rem) {
    .recipe__time {
        font-size: .6875rem;

        margin-right: .625rem;
    }
}

.recipe__time-clock {
    font-size: 1.25rem;

    margin-right: .625rem;
}

@media (max-width: 62rem) {
    .recipe__time-clock {
        font-size: 1.125rem;

        margin-top: .4375rem;
    }
}

@media (max-width: 48rem) {
    .recipe__time-clock {
        font-size: 1rem;

        margin-right: .3125rem;
    }
}

@media (max-width: 36rem) {
    .recipe__time-clock {
        font-size: .875rem;

        margin-right: .1875rem;
    }
}

.recipe__more {
    font-size: .875rem;
    line-height: 135.71429%;

    text-decoration: underline;

    color: rgba(34, 58, 89, .6);
}

@media (max-width: 62rem) {
    .recipe__more {
        font-size: .8125rem;
    }
}

@media (max-width: 48rem) {
    .recipe__more {
        font-size: .75rem;
    }
}

@media (max-width: 36rem) {
    .recipe__more {
        font-size: .6875rem;
    }
}

/* recipe end */
/* cooking start */
.cooking {
    padding: 3.3125rem 0 10.625rem;
}

@media (max-width: 36rem) {
    .cooking {
        padding-bottom: 6.875rem;
    }
}

@media (max-width: 36rem) {
    .cooking {
        padding: 2.8125rem 0 5rem;
    }
}

@media (max-width: 36rem) {
    .cooking {
        padding: 2.5rem 0 3.125rem;
    }
}

/* cooking end */
/* importers start */
.importers {
    padding: 3.75rem 0 8.4375rem;
}

@media (max-width: 36rem) {
    .importers {
        padding-bottom: 6.875rem;
    }
}

@media (max-width: 36rem) {
    .importers {
        padding: 2.8125rem 0 5rem;
    }
}

@media (max-width: 36rem) {
    .importers {
        padding: 2.5rem 0 3.125rem;
    }
}

/* importers end */
/* c-item start */
.c-item {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 2.25rem 1.125rem 2.5rem;

    text-align: center;

    border: 1px solid rgba(116, 123, 141, .5);

    align-items: center;
}

@media (max-width: 36rem) {
    .c-item {
        padding: 1.5625rem .875rem 1.875rem;
    }
}

.c-item__pic {
    display: flex;

    width: 13.75rem;
    height: 5.875rem;
    margin-bottom: 2.3125rem;

    align-items: center;
    justify-content: center;
}

@media (max-width: 36rem) {
    .c-item__pic {
        width: 12.5rem;
        height: 5rem;
        margin-bottom: 1.5625rem;
    }
}

.c-item__img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    -o-object-fit: contain;
    object-fit: contain;
}

.c-item__name {
    font-weight: 700;
    line-height: 1.4;

    margin-bottom: 0;

    color: #31394d;
}

@media (max-width: 36rem) {
    .c-item__name {
        font-size: .875rem;
    }
}

.c-item__name:not(:last-child) {
    margin-bottom: .9375rem;
}

@media (max-width: 36rem) {
    .c-item__name:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.c-item__block {
    display: flex;
    flex-direction: column;

    text-align: center;

    align-items: center;
}

.c-item__block:not(:last-child) {
    margin-bottom: .9375rem;
}

@media (max-width: 36rem) {
    .c-item__block:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.c-item__title {
    font-weight: 700;
    line-height: 1.4;

    margin-bottom: 0;

    color: #31394d;
}

@media (max-width: 36rem) {
    .c-item__title {
        font-size: .875rem;
    }
}

.c-item__title:not(:last-child) {
    margin-bottom: .625rem;
}

@media (max-width: 36rem) {
    .c-item__title:not(:last-child) {
        margin-bottom: .3125rem;
    }
}

.c-item__text {
    line-height: 1.4;

    max-width: 16.875rem;

    color: #747b8d;
}

@media (max-width: 36rem) {
    .c-item__text {
        font-size: .875rem;
    }
}

.c-item__text a {
    font-weight: 700;

    color: inherit;
}

.c-item__text a:hover {
    text-decoration: underline;

    color: #052f5a;
}

.c-item__text--link:hover {
    text-decoration: underline;

    color: #052f5a;
}

/* c-item end */
/* order start */
.order {
    overflow: hidden;

    transform-origin: center top;
}

.order:not(:first-child) {
    margin-top: 7.5rem;
}

@media (max-width: 62rem) {
    .order:not(:first-child) {
        margin-top: 5.625rem;
    }
}

@media (max-width: 48rem) {
    .order:not(:first-child) {
        margin-top: 4.375rem;
    }
}

@media (max-width: 36rem) {
    .order:not(:first-child) {
        margin-top: 2.5rem;
    }
}

.order__wrapper {
    display: flex;

    padding: 5.625rem 5.4375rem 4.375rem 8.125rem;

    color: #fff;
    background-color: #052f5a;

    justify-content: space-between;
}

@media (max-width: 62rem) {
    .order__wrapper {
        padding: 3.75rem 1.875rem 3.4375rem 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .order__wrapper {
        padding: 2.5rem 1.25rem 2.1875rem 1.875rem;
    }
}

@media (max-width: 36rem) {
    .order__wrapper {
        display: block;

        width: calc(100% + 3.5rem);
        margin-left: -1.75rem;
        padding: 2.5rem 1.75rem 1.875rem;
    }
}

.order__content {
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 31.25rem;
    height: auto;
    margin-right: 3.125rem;

    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 62rem) {
    .order__content {
        margin-right: 2.1875rem;
    }
}

@media (max-width: 48rem) {
    .order__content {
        margin-right: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .order__content {
        display: block;

        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1.5625rem;
    }
}

.order__title {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 1.4;

    margin-bottom: 1.5625rem;
}

@media (max-width: 62rem) {
    .order__title {
        font-size: 2rem;

        margin-bottom: 1.25rem;
    }
}

@media (max-width: 48rem) {
    .order__title {
        font-size: 1.625rem;

        margin-bottom: .9375rem;
    }
}

@media (max-width: 36rem) {
    .order__title {
        margin-bottom: .625rem;
    }
}

.order__sub-title {
    font-size: .875rem;
    line-height: 1.6;

    max-width: 29.375rem;
    margin-bottom: 1.5625rem;

    opacity: .6;
}

.order__block {
    width: 100%;
    max-width: 23.125rem;
}

.order__block .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}

.order__block .nice-select {
    height: auto;
}

@media (max-width: 36rem) {
    .order__block {
        max-width: 100%;
    }
}

.order__input {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 3.75rem;

    width: 100%;
    max-width: 100%;
    height: 3.75rem;
    padding: 0 1.875rem;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
}

.order__input:not(:last-child) {
    margin-bottom: .625rem;
}

.order__input--textarea {
    line-height: 1.4;

    min-height: 6.875rem;
    padding: 1.3125rem 1.875rem;

    resize: none;
}

.order__select {
    display: grid;

    width: 100%;
    max-width: 100%;
    padding: 1.3125rem 1.1875rem 1.3125rem 1.875rem;

    cursor: pointer;

    border: 1px solid rgba(255, 255, 255, .6);

    grid-template-areas: 'select';
}

.order__select .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.order__select .list {
    width: 100%;
    color: #052f5a;
}

.order__select:not(:last-child) {
    margin-bottom: .625rem;
}

.order__select select {
    font-family: inherit;
    font-size: inherit;
    font-size: .8125rem;
    font-weight: 400;
    line-height: inherit;

    width: 100%;
    margin: 0;
    padding: 0;

    cursor: inherit;

    color: #fff;
    border: none;
    outline: none;
    background-color: transparent;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    grid-area: select;
    align-items: center;
}

.order__select select::-ms-expand {
    display: none;
}

.order__select select > * {
    color: #fff;
    background-color: #747b8d;
}

.order__select select:required:invalid {
    color: rgba(255, 255, 255, .6);
}

.order__select select option[value=''][disabled] {
    display: none;
}

.order__select::after {
    position: relative;
    top: .3125rem;

    width: .6875rem;
    height: .4375rem;

    /*content: '';*/

    background-image: url('../img/icons/arrow-dropdown.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;

    justify-self: end;
    grid-area: select;
}

.order__btns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

@media (max-width: 36rem) {
    .order__btns {
        display: block;
    }
}

@media (max-width: 36rem) {
    .order__btn {
        display: flex;

        width: 100%;
        max-width: 100%;
    }
}

/* order end */
/* contacts start */
.contacts {
    padding: 3.125rem 0 5.625rem;
}

@media (max-width: 62rem) {
    .contacts {
        padding: 2.9375rem 0 4.6875rem;
    }
}

@media (max-width: 48rem) {
    .contacts {
        padding: 2.8125rem 0 4.0625rem;
    }
}

@media (max-width: 36rem) {
    .contacts {
        padding: 2.5rem 0 3.125rem;
    }
}

.contacts__top:not(:last-child) {
    margin-bottom: 3.125rem;
}

@media (max-width: 62rem) {
    .contacts__top:not(:last-child) {
        margin-bottom: 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .contacts__top:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 36rem) {
    .contacts__top:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

.contacts__top > * {
    margin-bottom: 0;
}

.contacts__top > *:not(:last-child) {
    margin-bottom: .625rem;
}

@media (max-width: 62rem) {
    .contacts__top > *:not(:last-child) {
        margin-bottom: .5rem;
    }
}

@media (max-width: 48rem) {
    .contacts__top > *:not(:last-child) {
        margin-bottom: .375rem;
    }
}

@media (max-width: 36rem) {
    .contacts__top > *:not(:last-child) {
        margin-bottom: .25rem;
    }
}

.contacts__title {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.4;

    color: #31394d;
}

@media (max-width: 62rem) {
    .contacts__title {
        font-size: 2rem;
    }
}

@media (max-width: 48rem) {
    .contacts__title {
        font-size: 1.75rem;
    }
}

@media (max-width: 36rem) {
    .contacts__title {
        font-size: 1.375rem;
    }
}

.contacts__sub-title {
    font-size: 1.125rem;
    line-height: 1.8;
}

@media (max-width: 62rem) {
    .contacts__sub-title {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 48rem) {
    .contacts__sub-title {
        line-height: 1.4;
    }
}

@media (max-width: 36rem) {
    .contacts__sub-title {
        font-size: .875rem;
    }
}

.contacts__grid {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
    gap: 1.875rem;
}

@media (max-width: 48rem) {
    .contacts__grid {
        gap: .9375rem;
    }
}

@media (max-width: 36rem) {
    .contacts__grid {
        grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
    }
}

/* contacts end */
/* m-news start */
.m-news {
    font-family: 'Roboto', sans-serif;

    position: relative;

    display: flex;

    justify-content: space-between;
}

@media (max-width: 36rem) {
    .m-news {
        display: block;

        background-color: #052f5a;
    }
}

.m-news::before {
    position: absolute;
    z-index: 1;
    top: 3.25rem;
    bottom: 3rem;
    left: -6.25rem;

    width: 100vw;

    content: '';
    pointer-events: none;

    background-color: #052f5a;
}

@media screen and (max-width: 85rem) {
    .m-news::before {
        right: -3.75rem;
        left: -3.75rem;

        width: auto;
    }
}

@media (max-width: 36rem) {
    .m-news::before {
        display: none;
    }
}

.m-news__pic {
    position: relative;
    z-index: 2;

    display: block;

    width: 100%;
    max-width: 41.875rem;
    height: auto;
    margin-right: 2.5rem;
}

@media (max-width: 36rem) {
    .m-news__pic {
        max-width: 100%;
        margin-right: 0;
    }
}

.m-news__pic::after {
    display: block;

    padding-bottom: 61.74%;
}

@media (max-width: 36rem) {
    .m-news__pic::after {
        content: '';
    }
}

.m-news__pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.m-news__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 26.875rem;
    padding: 6.6875rem 0 6.75rem;

    align-items: flex-start;
}

@media (max-width: 36rem) {
    .m-news__content {
        max-width: 100%;
        padding: 1.25rem 2.3125rem 1.75rem 1.25rem;
    }
}

.m-news__date {
    font-weight: 500;
    line-height: 1.6;

    display: block;

    margin-bottom: 0;

    color: rgba(255, 255, 255, .8);
}

@media (max-width: 62rem) {
    .m-news__date {
        font-size: .875rem;
    }
}

@media (max-width: 48rem) {
    .m-news__date {
        font-size: .75rem;
        font-weight: 400;
    }
}

@media (max-width: 36rem) {
    .m-news__date {
        font-size: .625rem;
    }
}

.m-news__date:not(:last-child) {
    margin-bottom: .625rem;
}

@media (max-width: 62rem) {
    .m-news__date:not(:last-child) {
        margin-bottom: .4375rem;
    }
}

@media (max-width: 48rem) {
    .m-news__date:not(:last-child) {
        margin-bottom: .3125rem;
    }
}

.m-news__name {
    font-weight: 500;
    line-height: 1.4;

    display: block;

    margin-bottom: 0;

    transition: color .35s ease 0s;
    text-transform: uppercase;

    color: rgba(255, 255, 255, .8);
}

@media (max-width: 62rem) {
    .m-news__name {
        font-size: .875rem;
    }
}

@media (max-width: 48rem) {
    .m-news__name {
        font-size: .75rem;
        font-weight: 700;
    }
}

.m-news__name:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 62rem) {
    .m-news__name:not(:last-child) {
        margin-bottom: 1rem;
    }
}

@media (max-width: 48rem) {
    .m-news__name:not(:last-child) {
        margin-bottom: .8125rem;
    }
}

@media (max-width: 36rem) {
    .m-news__name:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.m-news__name-text {
    transition: background-size .35s ease-in-out 0s;

    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
    background-repeat: no-repeat;
    background-size: 0;
}

.m-news__name:hover {
    color: #fff;
}

.m-news__name:hover .m-news__name-text {
    background-size: 100%;
}

.m-news__desc {
    font-size: .875rem;
    line-height: 1.6;

    display: block;
    overflow: hidden;

    max-height: 4.125rem;
    margin-bottom: 0;

    color: rgba(255, 255, 255, .5);
}

@media (max-width: 62rem) {
    .m-news__desc {
        font-size: .8125rem;
    }
}

@media (max-width: 48rem) {
    .m-news__desc {
        font-size: .75rem;

        max-height: none;
    }
}

@media (max-width: 36rem) {
    .m-news__desc {
        font-size: .6875rem;
    }
}

.m-news__desc:not(:last-child) {
    margin-bottom: 1.125rem;
}

@media (max-width: 48rem) {
    .m-news__desc:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.m-news__more {
    font-size: .875rem;
    font-weight: 500;

    display: inline-flex;

    transition: color .35s ease 0s;

    color: #fff;

    align-items: center;
}

@media (max-width: 62rem) {
    .m-news__more {
        font-size: .8125rem;
    }
}

@media (max-width: 48rem) {
    .m-news__more {
        font-size: .75rem;
    }
}

@media (max-width: 36rem) {
    .m-news__more {
        font-size: .625rem;
    }
}

.m-news__more-text {
    transition: background-size .35s ease-in-out 0s;

    background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
    background-repeat: no-repeat;
    background-size: 0;
}

.m-news__more-arrow {
    font-size: 1.25rem;

    display: inline-flex;

    margin-left: .625rem;

    transition: transform .35s ease 0s;
    transform: translateX(0);
}

@media (max-width: 62rem) {
    .m-news__more-arrow {
        font-size: 1.1875rem;

        margin-left: .5rem;
    }
}

@media (max-width: 48rem) {
    .m-news__more-arrow {
        font-size: 1.125rem;

        margin-left: .375rem;
    }
}

@media (max-width: 36rem) {
    .m-news__more-arrow {
        font-size: 1rem;

        margin-left: .25rem;
    }
}

.m-news__more:hover {
    color: #fff;
}

.m-news__more:hover .m-news__more-text {
    background-size: 100%;
}

.m-news__more:hover .m-news__more-arrow {
    transform: translateX(.3125rem);
}

/* m-news end */
/* n-item start */
.n-item {
    font-family: 'Roboto', sans-serif;

    display: flex;
    flex-direction: column;

    color: #747b8d;

    align-items: flex-start;
}

.n-item:hover {
    color: #747b8d;
}

.n-item:hover .n-item__pic {
    transform: scale(1.05) !important;
}

.n-item__pic {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.875rem;
    transition: transform .4s ease;
}

@media (max-width: 62rem) {
    .n-item__pic {
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 48rem) {
    .n-item__pic {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 36rem) {
    .n-item__pic {
        margin-bottom: .75rem;
    }
}

.n-item__pic::after {
    display: block;

    padding-bottom: 70%;

    content: '';
}

@media (max-width: 48rem) {
    .n-item__pic::after {
        padding-bottom: 61.74%;
    }
}

.n-item__pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.n-item__content {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
}

.n-item__date {
    font-weight: 500;
    line-height: 1.6;

    display: block;

    margin-bottom: 0;
}

@media (max-width: 62rem) {
    .n-item__date {
        font-size: .875rem;
    }
}

@media (max-width: 48rem) {
    .n-item__date {
        font-size: .75rem;
        font-weight: 400;
    }
}

@media (max-width: 36rem) {
    .n-item__date {
        font-size: .625rem;
    }
}

.n-item__date:not(:last-child) {
    margin-bottom: .625rem;
}

@media (max-width: 62rem) {
    .n-item__date:not(:last-child) {
        margin-bottom: .4375rem;
    }
}

@media (max-width: 48rem) {
    .n-item__date:not(:last-child) {
        margin-bottom: .3125rem;
    }
}

.n-item__name {
    font-weight: 500;
    line-height: 1.4;

    display: block;

    margin-bottom: 0;

    transition: color .35s ease 0s;
    text-transform: uppercase;

    color: #31394d;
}

@media (max-width: 62rem) {
    .n-item__name {
        font-size: .875rem;
    }
}

@media (max-width: 48rem) {
    .n-item__name {
        font-size: .75rem;
        font-weight: 700;
    }
}

.n-item__name:not(:last-child) {
    margin-bottom: 1rem;
}

@media (max-width: 48rem) {
    .n-item__name:not(:last-child) {
        margin-bottom: .8125rem;
    }
}

@media (max-width: 36rem) {
    .n-item__name:not(:last-child) {
        margin-bottom: .625rem;
    }
}

.n-item__name-text {
    transition: background-size .35s ease-in-out 0s;

    background-image: linear-gradient(transparent calc(100% - 1px), #052f5a 1px);
    background-repeat: no-repeat;
    background-size: 0;
}

.n-item__name:hover {
    color: #052f5a;
}

.n-item__name:hover .n-item__name-text {
    background-size: 100%;
}

.n-item__desc {
    font-size: .875rem;
    line-height: 1.6;

    display: block;
    overflow: hidden;

    max-height: 5.5rem;
    margin-bottom: 0;
}

@media (max-width: 62rem) {
    .n-item__desc {
        font-size: .8125rem;
    }
}

@media (max-width: 48rem) {
    .n-item__desc {
        font-size: .75rem;
    }
}

@media (max-width: 36rem) {
    .n-item__desc {
        font-size: .6875rem;

        max-height: none;
    }
}

.n-item__desc:not(:last-child) {
    margin-bottom: 1.25rem;
}

@media (max-width: 48rem) {
    .n-item__desc:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.n-item__more {
    font-size: .875rem;
    font-weight: 500;

    display: inline-flex;

    transition: color .35s ease 0s;

    color: #31394d;

    align-items: center;
}

@media (max-width: 62rem) {
    .n-item__more {
        font-size: .8125rem;
    }
}

@media (max-width: 48rem) {
    .n-item__more {
        font-size: .75rem;
    }
}

@media (max-width: 36rem) {
    .n-item__more {
        font-size: .625rem;
    }
}

.n-item__more-text {
    transition: background-size .35s ease-in-out 0s;

    background-image: linear-gradient(transparent calc(100% - 1px), #31394d 1px);
    background-repeat: no-repeat;
    background-size: 0;
}

.n-item__more-arrow {
    font-size: 1.25rem;

    display: inline-flex;

    margin-left: .625rem;

    transition: transform .35s ease 0s;
    transform: translateX(0);
}

@media (max-width: 62rem) {
    .n-item__more-arrow {
        font-size: 1.1875rem;

        margin-left: .5rem;
    }
}

@media (max-width: 48rem) {
    .n-item__more-arrow {
        font-size: 1.125rem;

        margin-left: .375rem;
    }
}

@media (max-width: 36rem) {
    .n-item__more-arrow {
        font-size: 1rem;

        margin-left: .25rem;
    }
}

.n-item__more:hover {
    color: #31394d;
}

.n-item__more:hover .n-item__more-text {
    background-size: 100%;
}

.n-item__more:hover .n-item__more-arrow {
    transform: translateX(.3125rem);
}

/* n-item end */
/* pagination start */
.pagination {
    display: flex;

    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.pagination__item {
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.067;

    display: flex;

    width: 2.5rem;
    height: 2.5rem;

    text-align: center;

    color: #052f5a;
    background-color: #fff;
    box-shadow: inset 0 0 0 1.5px #052f5a;

    align-items: center;
    justify-content: center;
}

@media (max-width: 36rem) {
    .pagination__item {
        font-family: 'Open Sans', sans-serif;
        font-size: .625rem;
        font-weight: 600;

        width: 1.875rem;
        height: 1.875rem;

        color: #1961ac;
        box-shadow: inset 0 0 0 1.5px #1961ac;
    }
}

.pagination__item:hover {
    color: #fff;
    background-color: #747b8d;
    box-shadow: inset 0 0 0 1.5px #747b8d;
}

@media (max-width: 36rem) {
    .pagination__item:hover {
        color: #fff;
        background-color: #1961ac;
        box-shadow: inset 0 0 0 1.5px #1961ac;
    }
}

.pagination__item._active {
    color: #fff;
    background-color: #052f5a;
    box-shadow: inset 0 0 0 1.5px #052f5a;
}

@media (max-width: 36rem) {
    .pagination__item._active {
        color: #fff;
        background-color: #1961ac;
        box-shadow: inset 0 0 0 1.5px #1961ac;
    }
}

.pagination__item:not(:last-child) {
    margin-right: .625rem;
}

@media (max-width: 36rem) {
    .pagination__item:not(:last-child) {
        margin-right: .4375rem;
    }
}

/* pagination end */
/* news start */
.news {
    padding: 2.875rem 0 8.5625rem;
}

@media (max-width: 62rem) {
    .news {
        padding-bottom: 6.25rem;
    }
}

@media (max-width: 48rem) {
    .news {
        padding-bottom: 4.6875rem;
    }
}

@media (max-width: 36rem) {
    .news {
        padding: 2.5rem 0 3.125rem;
    }
}

.news__m-news:not(:last-child) {
    margin-bottom: 5.375rem;
}

@media (max-width: 62rem) {
    .news__m-news:not(:last-child) {
        margin-bottom: 4.0625rem;
    }
}

@media (max-width: 48rem) {
    .news__m-news:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 36rem) {
    .news__m-news:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

.news__grid {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    gap: 4.375rem 1.875rem;
}

@media (max-width: 48rem) {
    .news__grid {
        gap: 1.875rem 1.25rem;
    }
}

.news__grid:not(:last-child) {
    margin-bottom: 5rem;
}

@media (max-width: 62rem) {
    .news__grid:not(:last-child) {
        margin-bottom: 4.0625rem;
    }
}

@media (max-width: 48rem) {
    .news__grid:not(:last-child) {
        margin-bottom: 3.4375rem;
    }
}

@media (max-width: 36rem) {
    .news__grid:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

/* news end */
/* o-news start */
.o-news__title {
    font-family: 'Roboto', sans-serif;
    font-size: 2.375rem;
    font-weight: 500;
    line-height: 1.4;

    margin-bottom: 0;

    text-transform: uppercase;

    color: #31394d;
}

@media (max-width: 62rem) {
    .o-news__title {
        font-size: 2rem;
    }
}

@media (max-width: 48rem) {
    .o-news__title {
        font-size: 1.75rem;
    }
}

@media (max-width: 36rem) {
    .o-news__title {
        font-size: 1.375rem;
    }
}

.o-news__title:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (max-width: 62rem) {
    .o-news__title:not(:last-child) {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 48rem) {
    .o-news__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 36rem) {
    .o-news__title:not(:last-child) {
        margin-bottom: 1.5625rem;
    }
}

/* o-news end */
/* article start */
.article {
    padding: 2.5rem 0 16.5rem;
}

@media (max-width: 62rem) {
    .article {
        padding-bottom: 8.75rem;
    }
}

@media (max-width: 48rem) {
    .article {
        padding-bottom: 4.6875rem;
    }
}

@media (max-width: 36rem) {
    .article {
        padding: 2.5rem 0 3.125rem;
    }
}

.article__wrapper {
    width: 100%;
    max-width: 59.125rem;
    margin: 0 auto;
}

.article__wrapper:not(:last-child) {
    margin-bottom: 7.75rem;
}

@media (max-width: 62rem) {
    .article__wrapper:not(:last-child) {
        margin-bottom: 5.625rem;
    }
}

@media (max-width: 48rem) {
    .article__wrapper:not(:last-child) {
        margin-bottom: 4.6875rem;
    }
}

@media (max-width: 36rem) {
    .article__wrapper:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

.article__top:not(:last-child) {
    margin-bottom: 1.875rem;
}

@media (max-width: 62rem) {
    .article__top:not(:last-child) {
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 48rem) {
    .article__top:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 36rem) {
    .article__top:not(:last-child) {
        margin-bottom: .9375rem;
    }
}

.article__banner {
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 3.4375rem;
}

@media (max-width: 62rem) {
    .article__banner {
        margin-bottom: 2.8125rem;
    }
}

@media (max-width: 48rem) {
    .article__banner {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 36rem) {
    .article__banner {
        margin-bottom: 1.5625rem;
    }
}

.article__banner::after {
    display: block;

    padding-bottom: 49.95%;

    content: '';
}

@media (max-width: 48rem) {
    .article__banner::after {
        padding-bottom: 55%;
    }
}

.article__banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.article__date {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.6;

    display: block;

    margin-bottom: 0;
}

@media (max-width: 62rem) {
    .article__date {
        font-size: .875rem;
    }
}

@media (max-width: 48rem) {
    .article__date {
        font-size: .75rem;
    }
}

.article__date:not(:last-child) {
    margin-bottom: .625rem;
}

@media (max-width: 62rem) {
    .article__date:not(:last-child) {
        margin-bottom: .4375rem;
    }
}

@media (max-width: 48rem) {
    .article__date:not(:last-child) {
        margin-bottom: .3125rem;
    }
}

.article__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;

    display: block;

    margin-bottom: 0;

    color: #31394d;
}

@media (max-width: 62rem) {
    .article__title {
        font-size: 1.5rem;
    }
}

@media (max-width: 48rem) {
    .article__title {
        font-size: 1.375rem;
    }
}

@media (max-width: 36rem) {
    .article__title {
        font-size: 1.25rem;
    }
}

.article__title:not(:last-child) {
    margin-bottom: .625rem;
}

@media (max-width: 62rem) {
    .article__title:not(:last-child) {
        margin-bottom: .4375rem;
    }
}

@media (max-width: 48rem) {
    .article__title:not(:last-child) {
        margin-bottom: .3125rem;
    }
}

.article__text-block:not(:last-child) {
    margin-bottom: 1.25rem;
}

.article--no-margin-top {
    margin-top: 0 !important;
}

.article--no-margin-bottom {
    margin-bottom: 0 !important;
}

.article__publication {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.8;

    display: block;

    margin-bottom: 0;

    color: #262e43;
}

@media (max-width: 62rem) {
    .article__publication {
        font-size: 1.25rem;
    }
}

@media (max-width: 48rem) {
    .article__publication {
        font-size: 1.125rem;
    }
}

@media (max-width: 36rem) {
    .article__publication {
        font-size: 1rem;
    }
}

/* article end */
