/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

:root {
    --f-primary: "Open Sans", Arial, sans-serif;
    --f-s-promo: 80px;
    --f-s-h1: 28px;
    --f-s-h2: 18px;
    --f-s-h3: 16px;
    --f-s-body: 16px;
    --f-s-btn: 16px;
    --f-s-small: 14px;
    --f-s-exsmall: 12px;
    --c-primary: #03838c;
    --c-primary-dark: #006f78;
    --c-secondary: #369;
    --c-text: #262626;
    --c-lines: #c4151c;
    --c-bg: #f5f5f5;
    --c-white: #fff;
    --c-white-light: hsla(0, 0%, 100%, .8);
    --c-black: #000;
    --c-error: red;
    --border: 1px solid var(--c-lines);
    --border-radius: 16px;
    --border-radius-btn: 80px;
    --transition: all 0.4s ease
}

@media(min-width:768px) {
    :root {
        --f-s-h1: 32px;
        --f-s-h2: 24px;
        --f-s-h3: 20px;
        --border-radius: 24px
    }
}

@media(min-width:992px) {
    :root {
        --f-s-promo: 120px;
        --f-s-h1: 40px;
        --f-s-h3: 24px;
        --f-s-body: 18px;
        --f-s-btn: 18px
    }
}

@media(min-width:1560px) {
    :root {
        --f-s-promo: 120px;
        --f-s-h1: 56px;
        --f-s-h2: 32px;
        --f-s-h3: 24px;
        --f-s-body: 18px;
        --f-s-btn: 20px
    }
}

.icon {
    height: 1em;
    pointer-events: none;
    transition: var(--transition);
    width: 1em
}

* {
    box-sizing: border-box
}

h1,
h2,
h3,
h4 {
    margin: 0
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

ol,
ul {
    list-style: none
}

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

li {
    list-style-position: inside
}

p {
    margin: 0
}

button {
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    padding: 0
}

button:active,
button:hover {
    outline: none
}

a {
    color: inherit;
    text-decoration: none
}

input {
    border: none;
    font: inherit
}

button,
input,
input:active,
input:hover {
    outline: none
}

button {
    cursor: pointer
}

button,
select,
textarea {
    font: inherit
}

textarea {
    resize: none
}

body {
    margin: 0
}

video {
    display: block;
    max-width: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 60px
}

.hidden {
    display: none !important
}

#svg-icons {
    display: none
}

@keyframes mobileMenu {
    0% {
        right: -100%
    }

    to {
        right: 0
    }
}

@keyframes move {
    0% {
        transform: rotate(var(--r, 0))
    }

    50% {
        transform: rotate(calc(-45deg*var(--m, 1) + var(--r-a, 0deg)))
    }

    to {
        transform: translate(calc(var(--x, -5px)*var(--d, 1)), calc(var(--y, 1px)*var(--d, 1))) rotate(calc(-45deg*var(--m, 1) + var(--r-a, 0deg)))
    }
}

@keyframes move-back {
    0% {
        transform: translate(calc(var(--x, -5px)*var(--d, 1)), calc(var(--y, 1px)*var(--d, 1))) rotate(calc(-45deg*var(--m, 1) + var(--r-a, 0deg)))
    }

    50% {
        transform: translate(calc(var(--x, -5px)*var(--d, 1)*.7), calc(var(--y, 1px)*var(--d, 1)*.7)) rotate(var(--r, 0))
    }

    to {
        transform: rotate(var(--r, 0))
    }
}

@keyframes overlay {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.container {
    margin: 0 auto;
    padding: 0 16px
}

@media(min-width:560px) {
    .container {
        max-width: 100%
    }
}

@media(min-width:768px) {
    .container {
        max-width: 100%
    }
}

@media(min-width:992px) {
    .container {
        max-width: 100%
    }
}

@media(min-width:1200px) {
    .container {
        padding: 0 20px
    }
}

@media(min-width:1440px) {
    .container {
        padding: 0 48px
    }
}

.mb-16,
.mb-20 {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .mb-20 {
        margin-bottom: 20px
    }
}

.mb-24 {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .mb-24 {
        margin-bottom: 24px
    }
}

.mb-32 {
    margin-bottom: 24px
}

@media(min-width:768px) {
    .mb-32 {
        margin-bottom: 32px
    }
}

.mb-48 {
    margin-bottom: 16px
}

@media(min-width:768px) {
    .mb-48 {
        margin-bottom: 24px
    }
}

@media(min-width:1560px) {
    .mb-48 {
        margin-bottom: 48px
    }
}

.mb-60 {
    margin-bottom: 28px
}

@media(min-width:768px) {
    .mb-60 {
        margin-bottom: 40px
    }
}

@media(min-width:1200px) {
    .mb-60 {
        margin-bottom: 60px
    }
}

.mb-96 {
    margin-bottom: 32px
}

@media(min-width:768px) {
    .mb-96 {
        margin-bottom: 48px
    }
}

@media(min-width:1560px) {
    .mb-96 {
        margin-bottom: 96px
    }
}

.mb-120 {
    margin-bottom: 60px
}

@media(min-width:992px) {
    .mb-120 {
        margin-bottom: 100px
    }
}

@media(min-width:1200px) {
    .mb-120 {
        margin-bottom: 120px
    }
}

.pb-120 {
    padding-bottom: 60px
}

@media(min-width:992px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

@media(min-width:1200px) {
    .pb-120 {
        padding-bottom: 120px
    }
}

.pt-120 {
    padding-top: 60px
}

@media(min-width:992px) {
    .pt-120 {
        padding-top: 80px
    }
}

@media(min-width:1200px) {
    .pt-120 {
        padding-top: 120px
    }
}

.btn {
    align-items: center;
    background-color: var(--c-primary);
    border-radius: var(--border-radius-btn);
    color: var(--c-white);
    display: flex;
    flex-flow: column nowrap;
    font-family: var(--f-primary);
    font-size: var(--f-s-btn);
    font-weight: 600;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 16px 40px;
    text-align: center;
    transition: background-color .2s linear
}

.btn:hover {
    background-color: var(--c-primary-dark)
}

@media(min-width:768px) {
    .btn {
        max-width: 280px
    }
}

.btn._with-icon .icon {
    margin-right: 16px
}

.btn._only-icon {
    background-color: transparent;
    border-radius: 0;
    height: auto;
    min-width: auto;
    padding: 0
}

.btn._border {
    background-color: transparent;
    border: var(--border);
    color: var(--c-lines)
}

.btn._border:hover {
    background-color: var(--c-primary);
    border-color: var(--c-primary);
    color: var(--c-text);
    opacity: 1
}

.btn._white {
    color: var(--c-primary);
    transition: color .2s linear
}

.btn._white,
.btn._white:hover {
    background-color: var(--c-white)
}

.btn._white:hover {
    color: var(--c-primary-dark)
}

.mobile-btn {
    --color: var(--c-primary);
    background: none;
    border: none;
    cursor: pointer;
    height: 36px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 36px
}

@media(min-width:1200px) {
    .mobile-btn {
        display: none
    }
}

.mobile-btn .icon {
    display: block;
    height: 48px;
    left: -14px;
    position: absolute;
    top: -6px;
    width: 64px;
    stroke: var(--color);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none
}

.mobile-btn .icon path {
    transition: stroke-dasharray var(--duration, .85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, .85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0)
}

.mobile-btn .icon path:nth-child(2) {
    --duration: 0.7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px
}

.mobile-btn .icon path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px
}

.mobile-btn._active .icon path {
    --offset: 57px
}

.mobile-btn._active .icon path:first-child,
.mobile-btn._active .icon path:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1)
}

.mobile-btn._active .icon path:nth-child(2) {
    --duration: 0.4s;
    --offset: 2px;
    --array-1: 1px
}

.mobile-btn._active .icon path:nth-child(3) {
    --offset: 58px
}

.b-text .h1,
.b-text h1,
.h1 {
    font-size: var(--f-s-h1);
    font-weight: 600;
    line-height: 1
}

.b-text .h2,
.b-text h2,
.h2 {
    font-size: var(--f-s-h2);
    font-weight: 600;
    line-height: 1.2
}

.b-text h2._uppercase,
.h2._uppercase {
    text-transform: uppercase
}

.input {
    position: relative;
    --inputHeight: 40px;
    --inputFontSize: var(--f-s-body);
    --inputBorder: var(--border);
    --inputBorderRadius: var(--border-radius);
    --inputColor: var(--c-text);
    --inputColorPlaceholder: var(--c-second-light);
    --inputBg: var(--c-white);
    --inputErrorFontSize: var(--f-s-small);
    --inputErrorColor: var(--c-error);
    width: 100%
}

.input._textarea {
    --inputHeight: 80px
}

.input._error {
    --inputColor: var(--c-error)
}

.input._revert {
    --inputBg: var(--c-bg);
    --inputColorPlaceholder: var(--c-bg)
}

.input._with-icon {
    position: relative
}

.input._with-icon .icon {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 20px;
    fill: var(--c-bg-second)
}

.input._with-icon .input__text {
    padding: 14px 40px 14px 16px
}

.input__text {
    background-color: var(--inputBg);
    border: var(--inputBorder);
    border-radius: var(--inputBorderRadius);
    color: var(--inputColor);
    font-size: var(--inputFontSize);
    height: var(--inputHeight);
    padding: 14px 16px;
    transition: var(--transition);
    width: 100%
}

.input__text::-moz-placeholder {
    color: var(--inputColorPlaceholder);
    font-size: var(--inputFontSize)
}

.input__text::placeholder {
    color: var(--inputColorPlaceholder);
    font-size: var(--inputFontSize)
}

.input__text:hover {
    opacity: .7
}

.input__text:active,
.input__text:focus {
    opacity: .8;
    outline: none
}

.input__text._error {
    animation: bounce 1s linear;
    position: relative
}

.input__error {
    color: var(--inputErrorColor);
    font-size: var(--inputErrorFontSize);
    left: 16px;
    position: absolute;
    top: 2px
}

.b-text a,
.link {
    --linkColorPrimary: var(--c-primary);
    --linkColorText: var(--c-text);
    --linkActiveOpacity: 0.7;
    color: var(--c-text);
    position: relative;
    transition: fill .4s linear, opacity .4s linear, color .4s linear
}

.b-text a:active,
.b-text a:hover,
.link:active,
.link:hover {
    color: var(--linkColorPrimary)
}

.b-text a:active,
.link:active {
    opacity: .6
}

.b-text a._with-icon,
.link._with-icon {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center
}

.b-text a._with-icon .icon,
.link._with-icon .icon {
    height: 20px;
    margin-right: 8px;
    width: 20px;
    fill: var(--linkColorText)
}

.b-text a._with-icon:hover .icon,
.link._with-icon:hover .icon {
    fill: var(--linkColorPrimary)
}

.b-text a._revert,
.link._revert {
    color: var(--linkColorPrimary)
}

.b-text a._revert:active,
.b-text a._revert:hover,
.link._revert:active,
.link._revert:hover {
    color: var(--linkColorText)
}

.b-text a._revert:active,
.link._revert:active {
    opacity: .6
}

.b-text a._revert .icon,
.link._revert .icon {
    fill: var(--linkColorPrimary)
}

.b-text a._revert:hover .icon,
.link._revert:hover .icon {
    fill: var(--linkColorText)
}

.b-text a._active,
.link._active {
    cursor: default;
    opacity: var(--linkActiveOpacity)
}

.b-text a._active:active,
.b-text a._active:hover,
.link._active:active,
.link._active:hover {
    color: inherit;
    opacity: var(--linkActiveOpacity)
}

.overlay {
    --overlayBg: rgba(0, 0, 0, .6);
    animation: overlay .4s ease;
    background-color: var(--overlayBg);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100
}

.overlay._active {
    display: block
}

.form {
    --formPoliticsFontSize: var(--f-s-exsmall);
    display: grid;
    grid-gap: 20px
}

.form__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    align-items: center
}

@media(min-width:560px) {
    .form__inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

.form__politics {
    font-size: var(--formPoliticsFontSize)
}

.form__google-error {
    color: var(--c-error);
    font-size: var(--f-s-small)
}

.img-not-broken {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative
}

.img-not-broken:before {
    background-color: #eee;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.img-not-broken:after {
    content: attr(alt);
    height: 100%;
    left: 4px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 100%
}

.img-not-broken[alt] {
    color: #999;
    font-weight: 700;
    text-align: center
}

.scroll-block {
    --scrollColor: var(--c-primary)
}

.scroll-block::-webkit-scrollbar-track {
    border-radius: 0
}

.scroll-block::-webkit-scrollbar {
    background-color: var(--c-white);
    width: 12px
}

.scroll-block::-webkit-scrollbar-thumb {
    background-color: var(--scrollColor)
}

.scroll-block._horizontal::-webkit-scrollbar {
    background-color: var(--c-white);
    height: 0;
    width: 100%
}

.scroll-block._horizontal::-webkit-scrollbar-thumb {
    background-color: var(--scrollColor);
    border-radius: 4px
}

.b-text__column {
    display: grid;
    grid-gap: 28px
}

@media(min-width:992px) {
    .b-text__column {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px
    }
}

.b-text__container {
    width: min(900px, 100%)
}

.b-text__note {
    border-left: var(--border);
    border-color: var(--c-primary);
    padding-left: 16px
}

.b-text sub,
.b-text sup {
    font-size: var(--f-s-exsmall)
}

.b-text .btn,
.b-text .btn:hover {
    color: var(--c-white)
}

.b-text .btn._border,
.b-text .btn._border:hover {
    color: var(--c-primary)
}

.b-text iframe {
    width: 100%
}

@media(min-width:560px) {
    .b-text iframe {
        width: 400px
    }
}

.b-text * {
    font-size: var(--f-s-body)
}

.b-text :not(div)+:not(div) {
    margin-top: auto
}

.b-text li+li {
    margin-top: 8px
}

.b-text .h1,
.b-text h1 {
    margin-bottom: 36px
}

.b-text .h2,
.b-text .h3,
.b-text h2,
.b-text h3 {
    margin-bottom: 24px
}

.b-text p+h2 {
    margin-top: 60px
}

.b-text a {
    font-family: inherit;
    font-size: inherit
}

.b-text ol {
    list-style-type: decimal
}

.b-text .table {
    max-width: 100%;
    overflow: auto
}

.b-text table {
    border: var(--border);
    border-collapse: collapse;
    min-width: 900px;
    overflow: auto;
    table-layout: auto;
    width: 100%
}

.b-text td,
.b-text th {
    padding: 14px 20px
}

.b-text td {
    border: var(--border)
}

.b-text td p {
    width: -moz-fit-content;
    width: fit-content
}

.b-list-def,
.b-text ul {
    list-style-type: disc
}

.b-list-def p,
.b-text ul p {
    display: inline-block
}

.b-list-def li::marker,
.b-text ul li::marker {
    color: var(--c-primary)
}

.parallax-effect,
.parallax-effect__img-wrapper {
    overflow: hidden;
    position: relative;
}

.parallax-effect__img-wrapper {
    width: 100%
}

@media(min-width:992px) {
    .parallax-effect__img-wrapper {
        height: 100%
    }
}

.parallax-effect__img {
    height: auto;
    width: 100%;
    will-change: transform;
}

@media(min-width:992px) {
    .parallax-effect__img {
        aspect-ratio: auto;
        left: 0;
        position: absolute;
        top: 0
    }
}

.catalog__container {
    display: grid;
    grid-gap: 16px
}

@media(min-width:768px) {
    .catalog__container {
        grid-gap: 24px
    }
}

@media(min-width:1200px) {
    .catalog__container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1560px) {
    .catalog__container {
        grid-gap: 48px
    }
}

.catalog__item {
    display: grid;
    position: relative;
    grid-gap: 48px;
    background-color: var(--c-catalog-bg);
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 28px 16px 24px
}

@media(max-width:1199px) {
    .catalog__item:nth-child(odd) {
        background-color: #f1faf5
    }

    .catalog__item:nth-child(odd) svg,
    .catalog__item:nth-child(odd) svg circle {
        fill: #daf4e5
    }

    .catalog__item:nth-child(2n) {
        background-color: #edf6ff
    }

    .catalog__item:nth-child(2n) svg,
    .catalog__item:nth-child(2n) svg circle {
        fill: #c9e1f9
    }
}

@media(min-width:768px) {
    .catalog__item {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1200px) {

    .catalog__item:nth-child(8n+1),
    .catalog__item:nth-child(8n+4),
    .catalog__item:nth-child(8n+5),
    .catalog__item:nth-child(8n+8) {
        background-color: #f1faf5
    }

    .catalog__item:nth-child(8n+1) svg,
    .catalog__item:nth-child(8n+1) svg circle,
    .catalog__item:nth-child(8n+4) svg,
    .catalog__item:nth-child(8n+4) svg circle,
    .catalog__item:nth-child(8n+5) svg,
    .catalog__item:nth-child(8n+5) svg circle,
    .catalog__item:nth-child(8n+8) svg,
    .catalog__item:nth-child(8n+8) svg circle {
        fill: #daf4e5
    }

    .catalog__item:nth-child(8n+2),
    .catalog__item:nth-child(8n+3),
    .catalog__item:nth-child(8n+6),
    .catalog__item:nth-child(8n+7) {
        background-color: #edf6ff
    }

    .catalog__item:nth-child(8n+2) svg,
    .catalog__item:nth-child(8n+2) svg circle,
    .catalog__item:nth-child(8n+3) svg,
    .catalog__item:nth-child(8n+3) svg circle,
    .catalog__item:nth-child(8n+6) svg,
    .catalog__item:nth-child(8n+6) svg circle,
    .catalog__item:nth-child(8n+7) svg,
    .catalog__item:nth-child(8n+7) svg circle {
        fill: #c9e1f9
    }
}

@media(min-width:1440px) {
    .catalog__item {
        padding: 32px 24px
    }
}

@media(min-width:1560px) {
    .catalog__item {
        padding: 40px
    }
}

.catalog__item-col {
    display: flex;
    flex-direction: column
}

.catalog__item-title {
    color: var(--c-secondary);
    display: block
}

.catalog__item-link {
    margin-top: auto
}

.catalog__item-img {
    position: relative;
    z-index: 2
}

@media(min-width:768px) {
    .catalog__item-img {
        margin-top: auto
    }
}

.catalog__item-circle {
    height: auto;
    position: absolute;
    right: -40px;
    top: 0;
    width: 44%
}

.catalog__item-img-inner {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    order: -1
}

@media(min-width:768px) {
    .catalog__item-img-inner {
        order: 0
    }
}

.catalog__item-tags {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-self: flex-end;
    margin-left: auto;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2
}

@media(min-width:768px) {
    .catalog__item-tags {
        --catalog-tag-size: 64px
    }
}

.catalog__item-tag {
    --catalog-tag-size: 58px;
    height: var(--catalog-tag-size);
    width: var(--catalog-tag-size)
}

@media(min-width:768px) {
    .catalog__item-tag {
        position: static;
        --catalog-tag-size: 64px
    }
}

@media(min-width:1560px) {
    .catalog__item-tag {
        --catalog-tag-size: 80px
    }
}

.notice {
    bottom: 0;
    left: 0;
    position: sticky;
    z-index: 3
}

.notice__inner {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: var(--c-white-light);
    border-radius: var(--border-radius);
    display: grid;
    padding: 16px;
    place-items: center
}

.notice__img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.main {
    position: relative
}

.body {
    color: var(--c-text);
    font-family: var(--f-primary);
    font-size: var(--f-s-body);
    line-height: 1.2
}

.body._no-scroll {
    margin-left: -4px;
    overflow: hidden
}

.footer__inner {
    background: url(/assets/img/common/gradient-3.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: var(--border-radius);
    color: var(--c-white);
    font-size: var(--f-s-small);
    padding: 24px 16px
}

@media(min-width:768px) {
    .footer__inner {
        padding: 48px 24px
    }
}

@media(min-width:1560px) {
    .footer__inner {
        padding: 48px 24px
    }
}

.footer__row {
    display: grid;
    grid-gap: 8px 48px
}

@media(min-width:1560px) {
    .footer__row._1 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1440px) {
    .footer__row._2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

.footer__row._3 {
    place-items: center;
    grid-gap: 16px 48px
}

@media(min-width:768px) {
    .footer__row._3 {
        place-items: initial;
        align-items: center;
        grid-template-columns: repeat(2, 1fr)
    }
}

.footer__logo {
    max-width: 200px
}

.footer__copyright {
    align-items: center;
    display: flex;
    gap: 4px
}

@media(min-width:768px) {
    .footer__copyright {
        margin-left: auto
    }
}

.b-text .footer a,
.footer .b-text a,
.footer .link {
    color: inherit
}

.main-menu__list {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    justify-content: center
}

.main-menu__item-link {
    color: var(--c-text);
    font-size: var(--f-s-body);
    text-align: center
}

.promo {
    padding-top: 48px
}

.promo__container {
    display: grid;
    grid-gap: 16px;
    grid-template-areas: "item-1 item-1" "item-2 item-3" "item-6 item-6" "item-4 item-5";
    grid-template-columns: repeat(2, 1fr)
}

@media(min-width:768px) {
    .promo__container {
        grid-gap: 24px
    }
}

@media(min-width:1440px) {
    .promo__container {
        grid-template-areas: "item-1 item-1 item-2 item-3" "item-4 item-5 item-6 item-6";
        grid-template-columns: 1fr .5fr 1fr 1fr
    }
}

@media(min-width:1560px) {
    .promo__container {
        grid-gap: 48px
    }
}

.promo__item {
    border-radius: var(--border-radius);
    color: var(--c-white);
    overflow: hidden
}

.promo__item._1 {
    display: grid;
    grid-area: item-1;
    grid-gap: 8px;
    background: url(/assets/img/common/gradient-1.webp) no-repeat;
    background-size: cover;
    padding: 24px 16px;
    place-items: center;
    text-align: center
}

@media(min-width:1440px) {
    .promo__item._1 {
        grid-gap: 16px;
        padding: 10px 24px
    }
}

@media(min-width:1560px) {
    .promo__item._1 {
        padding: 30px 24px
    }
}

.promo__item._2 {
    grid-area: item-2
}

.promo__item._3 {
    grid-area: item-3
}

.promo__item._4 {
    grid-area: item-4
}

.promo__item._5 {
    grid-area: item-5
}

.promo__item._6 {
    display: grid;
    grid-gap: 8px;
    background: url(/assets/img/index/promo-5-mobile.webp) no-repeat 100%;
    background-size: cover;
    grid-area: item-6;
    padding: 24px 16px
}

@media(min-width:1440px) {
    .promo__item._6 {
        grid-gap: 16px;
        background: url(/assets/img/index/promo-5.png) no-repeat;
        padding: 10px 24px
    }
}

@media(min-width:1560px) {
    .promo__item._6 {
        padding: 30px 24px
    }
}

.promo__item-bg {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    transition: transform .3s linear;
    width: 100%
}

.promo__item-bg:hover {
    transform: scale(1.1)
}

@media(min-width:768px) {
    .promo__item-bg {
        aspect-ratio: auto
    }
}

.promo__item-notice {
    font-size: var(--f-s-exsmall)
}

.promo__item-title {
    font-size: var(--f-s-h2);
    font-weight: 600;
    text-transform: uppercase
}

@media(min-width:1440px) {

    .promo__item._6 .promo__item-text,
    .promo__item._6 .promo__item-title {
        max-width: 66%
    }
}

.promo__inner {
    background: url(/assets/img/common/gradient-2.webp) no-repeat;
    background-size: cover;
    border-radius: var(--border-radius);
    color: var(--c-white);
    overflow: hidden;
    padding: 16px;
    text-align: center
}

/*# sourceMappingURL=main.css.map?35a176c38fa5d1c1ded3*/