/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    -webkit-box-sizing: content-box;
    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: -0.25em
}

sup {
    top: -0.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
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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
}

template {
    display: none
}

[hidden] {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none
}

html, body {
    font-family: "Roboto", sans-serif;
    color: #0f1c2c;
    font-size: 20px;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

::-moz-selection {
    background-color: rgba(127, 180, 184, 0.535);
    color: #ffffff !important
}

::selection {
    background-color: rgba(127, 180, 184, 0.535);
    color: #ffffff !important
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

ul, ol, li {
    list-style: none
}

a, a:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

button:focus, input:focus {
    outline: transparent
}

.material-icons {
    margin-top: -1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: inherit;
    cursor: pointer
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px
}

.header {
    padding-bottom: 50px;
    padding-top: 80px;
    background-color: #fff
}

.header__nav {
    padding: 20px 0;
    background-color: transparent;
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.header__nav.white {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.25)
}

.header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav.white {
    background-color: #fff
}

.header__logo img {
    height: 80px
}

.header__banner-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .header__banner-title {
        font-size: calc(25px + 34 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .header__banner-title {
        font-size: calc(25px + 20 * (100vw / 1920))
    }
}

.header__banner-image {
    position: relative
}

.header__banner-image img {
    width: 100%
}

.header__app {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500
}

.header__app-title {
    margin-bottom: 15px
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.burger {
    display: none;
    -webkit-tap-highlight-color: transparent
}

.burger div {
    background-color: #7a438b;
    height: 4px;
    width: 50px;
    margin-bottom: 5px;
    border-radius: 5px
}

.app-link {
    margin-right: 15px
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu a {
    display: block;
    margin-left: 20px
}

.call {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-right: 40px;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    border: 2px solid #000;
    padding: 8px 20px
}

.call:hover {
    color: #7a438b;
    border: 2px solid #7a438b
}

.img-svg {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    width: 40px;
    height: auto;
    margin-bottom: -4px
}

.img-svg:hover {
    fill: #7a438b
}

.advantages__list {
    margin-top: 30px;
    font-weight: 500
}

@media (max-width: 768px) {
    .advantages__list {
        font-size: calc(20px + 17 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .advantages__list {
        font-size: calc(20px + 10 * (100vw / 1920))
    }
}

.advantages__list-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px
}

.advantages__list-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 50px;
    color: #7a438b
}

.qr {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 150px;
    width: 150px;
    -webkit-animation: rotate 4s ease alternate infinite;
    animation: rotate 4s ease alternate infinite
}

.qr>.card {
    width: inherit;
    height: inherit;
    display: block;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 30px;
    text-align: center;
    line-height: 100px
}

.qr>.card.front {
    
}

.qr>.card.back {
    
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateY(-50deg) scale(0.9);
        transform: rotateY(-50deg) scale(0.9)
    }
    to {
        -webkit-transform: rotateY(180deg) scale(0.9);
        transform: rotateY(180deg) scale(0.9)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotateY(-50deg) scale(0.9);
        transform: rotateY(-50deg) scale(0.9)
    }
    to {
        -webkit-transform: rotateY(180deg) scale(0.9);
        transform: rotateY(180deg) scale(0.9)
    }
}

@media (max-width: 992px) {
    .header__logo img {
        height: 70px
    }
}

@media (max-width: 800px) {
    .header__nav {
        background-color: #fff;
        z-index: 10
    }
    .header__logo img {
        height: 65px
    }
    .burger {
        cursor: pointer;
        display: block
    }
    .menu {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.25);
        height: 0;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        overflow: hidden
    }
    .menu.show {
        height: 130px;
        padding-bottom: 25px
    }
    .call {
        margin: 0 0 15px !important;
        font-size: 25px;
        color: #7a438b;
        border-color: #7a438b
    }
    .social a {
        margin: 0 25px
    }
    .social a path {
        fill: #7a438b
    }
    .header__banner-inner {
        grid-template-columns: 1fr;
        grid-auto-flow: revert
    }
    .header__banner-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width: 480px) {
    .header__logo img {
        height: auto;
        width: 170px
    }
    .header__app-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .app-link {
        margin: 0
    }
    .qr {
        width: 100px;
        height: 100px;
        bottom: 0;
        right: 0
    }
}

.advantages {
    padding: 80px 0;
    background-color: #f2f2f2
}

.advantages__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px
}

.advantages__item {
    max-width: 250px;
    text-align: center
}

.advantages__item-title {
    margin-bottom: 20px
}

.advantages__item-image {
    margin-bottom: 20px
}

@media (max-width: 1150px) {
    .advantages__inner {
        grid-template-columns: repeat(2, 2fr);
        justify-items: center
    }
}

@media (max-width: 500px) {
    .advantages__item-image img {
        width: 100px
    }
}

.tutorial {
    padding: 50px 0;
    background-color: #fff
}

.tutorial__title {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .tutorial__title {
        font-size: calc(18px + 37.4 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .tutorial__title {
        font-size: calc(18px + 22 * (100vw / 1920))
    }
}

@media (max-width: 720px) {
    .advantages__inner {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        grid-column-gap: 0
    }
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.step.invert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.step__info {
    margin-bottom: 30px;
    position: relative;
    max-width: 45%
}

.step__info-number {
    position: absolute;
    bottom: 0;
    font-weight: 700;
    line-height: 250px;
    color: rgba(15, 28, 44, 0.15)
}

@media (max-width: 768px) {
    .step__info-number {
        font-size: calc(200px + 85 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .step__info-number {
        font-size: calc(200px + 50 * (100vw / 1920))
    }
}

.step__info-title {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .step__info-title {
        font-size: calc(20px + 13.6 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .step__info-title {
        font-size: calc(20px + 8 * (100vw / 1920))
    }
}

.step__image {
    width: 50%;
    text-align: center
}

.step__image img {
    width: 100%
}

@media (max-width: 980px) {
    .step, .step.invert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .step__info, .step__image {
        max-width: 100%;
        width: 100%
    }
    .step__info-number {
        line-height: 150px;
        bottom: -25px
    }
    .step__info {
        margin-bottom: 70px
    }
    .step__image {
        margin-bottom: 50px
    }
}

@media (max-width: 600px) {
    .step__info {
        margin-bottom: 20px
    }
    .step__info-number {
        bottom: 0
    }
    .step__image {
        margin-bottom: 30px
    }
}

@media (max-width: 480px) {
    .step__info-number {
        top: 0;
        bottom: unset
    }
}

.price {
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif
}

@media (max-width: 768px) {
    .price {
        font-size: calc(16px + 74.8 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .price {
        font-size: calc(16px + 44 * (100vw / 1920))
    }
}

.price span {
    font-weight: 700
}

@media (max-width: 768px) {
    .price span {
        font-size: calc(20px + 85 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .price span {
        font-size: calc(20px + 50 * (100vw / 1920))
    }
}

.price_tariffs-item {
    margin-bottom: 25px
}

.price .background {
    z-index: -3;
    background: -o-linear-gradient(318deg, #FC415A, #591BC5, #212335) fixed;
    background: linear-gradient(132deg, #FC415A, #591BC5, #212335) fixed;
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    position: relative;
    height: 70vh;
    width: 100%;
    overflow: hidden;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price .cube {
    position: fixed;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    border: solid 1px #D7D4E4;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -ms-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 12s ease-in forwards infinite;
    z-index: -1
}

.price .cube:nth-child(2n) {
    border-color: #FFF
}

.price .cube:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 25vw;
    top: 40vh
}

.price .cube:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 75vw;
    top: 50vh
}

.price .cube:nth-child(4) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 90vw;
    top: 10vh
}

.price .cube:nth-child(5) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    left: 10vw;
    top: 85vh
}

.price .cube:nth-child(6) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 50vw;
    top: 10vh
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-webkit-keyframes cube {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1
    }
    to {
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0
    }
}

@keyframes cube {
    from {
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1
    }
    to {
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0
    }
}

@media (max-width: 500px) {
    .price .background {
        height: 50vh
    }
}

.more {
    padding: 50px 0;
    background-color: #f2f2f2
}

.more__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.more__info {
    width: 50%
}

.more__info-title {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .more__info-title {
        font-size: calc(25px + 25.5 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .more__info-title {
        font-size: calc(25px + 15 * (100vw / 1920))
    }
}

.more__info-text {
    margin-bottom: 50px;
    line-height: 25px;
    font-size: 20px
}

.more__info-btn {
    padding: 15px 35px;
    display: inline-block;
    border: 2px solid #7a438b;
    color: #7a438b;
    background-color: transparent;
    font-weight: 500;
    font-size: 25px;
    border-radius: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.more__info-btn:hover {
    color: #fff;
    background-color: #7a438b
}

.more__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 640px) {
    .more__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .more__info, .more__image {
        width: 100%
    }
    .more__info {
        margin-bottom: 30px
    }
    .more__info-btn {
        margin: 0 auto;
        display: block;
        text-align: center
    }
}

.map {
    padding: 70px 0;
    background-image: url(../images/map.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat
}

.map__inner {
    width: 50%;
    margin-right: auto
}

.map__title {
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .map__title {
        font-size: calc(22px + 56.1 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .map__title {
        font-size: calc(22px + 33 * (100vw / 1920))
    }
}

.map__subtitle {
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 35px
}

@media (max-width: 768px) {
    .map__subtitle {
        font-size: calc(18px + 11.9 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .map__subtitle {
        font-size: calc(18px + 7 * (100vw / 1920))
    }
}

.map__text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 60px
}

.map__info {
    width: 300px;
    font-size: 20px;
    line-height: 22px;
    margin-top: 80px
}

.map__info a {
    color: #7a438b;
    font-size: 16px;
    text-decoration: underline
}

@media (max-width: 768px) {
    .map {
        padding: 30px 0
    }
    .map__title, .map__subtitle {
        margin-bottom: 15px
    }
    .map__inner {
        width: 100%;
        margin: 0
    }
}

@media (max-width: 540px) {
    .map__text {
        margin-bottom: 20px
    }
    .map__info {
        margin-top: 30px
    }
}

.footer {
    background-color: #0f1c2c;
    padding: 80px 0
}

.footer-logo {
    margin-bottom: 30px
}

.footer-logo img {
    height: 50px
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr
}

.footer-col {
    color: #fff
}

.footer-col__title {
    color: #8d969f;
    font-weight: 400;
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .footer-col__title {
        font-size: calc(16px + 15.3 * ((100vw - 320px) / 1920))
    }
}

@media (min-width: 768px) {
    .footer-col__title {
        font-size: calc(16px + 9 * (100vw / 1920))
    }
}

.footer-list__item {
    margin-bottom: 10px;
    font-size: 20px
}

.footer-list__item a {
    color: #fff
}

@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0
    }
    .footer-inner {
        grid-template-columns: 1fr
    }
}