html, body {
    height: 100%;
}

body {
    font-family: 'Bounded', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    overflow-x: hidden;
}

body.open {
    overflow: hidden;
}

.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}

.form-control::placeholder {
    color: #000000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000000;
}

.form-control::-ms-input-placeholder {
    color: #000000;
}

.form-control {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
    color: #000;
}

.btn-primary {
    font-size: 20px;
    font-family: 'Bounded Bold', serif;
    color: #FF8201 !important;
    background-color: #fff;
    border-color: #fff;
    border-radius: 35px;
    padding: 15px 45px;
    text-transform: none;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:active {
    color: #fff !important;
    background-color: #FF8201;
    border-color: #FF8201;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #FF8201;
    border-color: #FF8201;
    box-shadow: none;
}

.btn-secondary {
    font-size: 12px;
    color: #fff !important;
    background-color: #FF8201;
    border-color: #FF8201;
    border-radius: 35px;
    padding: 7px 22px;
    text-transform: none;
}

.btn-secondary:hover, .btn-secondary:active {
    color: #fff !important;
    background-color: #FF8201;
    border-color: #FF8201;
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #FF8201;
    border-color: #FF8201;
    box-shadow: none;
}

.btn-danger {
    font-family: 'Bounded Bold', serif;
    font-size: 25px;
    color: #fff;
    background-color: #B70611;
    border-color: #B70611;
    border-radius: 35px;
    padding: 15px 40px;
}

.btn-danger:hover, .btn-secondary:active {
    color: #B70611 !important;
    background-color: #fff;
    border-color: #B70611;
    box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled):active {
    color: #B70611 !important;
    background-color: #fff;
    border-color: #B70611;
    box-shadow: none;
}

h2 {
    text-align: center;
    font-family: 'Bounded Bold', serif;
    font-size: 70px;
    color: #ffffff;
    margin-bottom: 80px;
}

h2 span {
    font-size: 24px;
}

.black {
    color: #242A36;
}

.wrapper {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
}

.header {
    background-color: #fff;
}

.header .navbar {
    padding: 25px 0;
}
.header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,130,1,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M7 7L23 23M23 7L7 23'/%3e%3c/svg%3e");
}

.header .navbar .collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 130, 1, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header .logo {
    margin-left: 18px;
}

.navbar-toggler {
    position: relative;
    z-index: 9999;
}

.header .navbar-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.header .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #242A36;
    padding: .5rem 0.7rem;
    font-family: 'Bounded Bold', serif;
}

.header .navbar-nav .nav-item:nth-child(6) {
    margin-left: auto;
    flex: 0 1 auto;
}

.header .navbar-nav .nav-item:nth-child(6) .nav-link {
    padding: 8px 18px;
}

.header .navbar-nav .nav-item.active .nav-link {
    text-decoration: underline;
}

.header .navbar-nav .nav-link:hover {
    color: #242A36;
    text-decoration: underline;
}

.content {
    background-color: #FF8201;
}

.content .container {
    position: relative;
    height: 100%;
    min-height: 100%;
    flex: 1 1 100%;
}

.block {
    padding: 80px 0 0 0;
}

.top-banner {
    height: 952px;
    background: url('../img/bg1.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}
.top-banner .title-wrap {
    padding-top: 115px;
    max-width: 591px;
    width: 100%;
}
.top-banner .title {
    font-family: 'Bounded Bold', serif;
    color: #ffffff;
    background: url('../img/cover-title1.png') no-repeat;
    background-size: cover;
    height: 355px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-banner .title div {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 56px;
}

.top-banner .title div.big {
    font-size: 75px;
}

.top-banner .bot {
    text-align: center;
}

.top-banner .bot .time {
    font-size: 12px;
    margin-top: 20px;
    color: #ffffff;
}

.participation {
    background-image: url('../img/dots2.png'), url('../img/dots1.png');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top right;
    background-size: 321px 229px, 188px 274px;
    margin-bottom: 300px;
}

.participation .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.participation .item {
    color: #ffffff;
    text-align: center;
    position: relative;
}

.participation .item.arrow {
    margin-top: -70px;
}

.participation .item div {
    font-family: 'Bounded Bold', serif;
    margin-top: 10px;
    font-size: 26px;
}

.participation .item span {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
}

.bottom {
    margin-top: 40px;
    text-align: center;
}

.bottom .time {
    font-size: 16px;
    margin-top: 20px;
    color: #ffffff;
}

.prizes {
    background-color: #F4F1EC;
    position: relative;
    z-index: 20;
}
.prizes:before {
    content: '';
    display: block;
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url('../img/bg-white1-top.png');
    background-repeat: no-repeat;
    background-position:  center center;
    background-size: cover;
}
.prizes:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -480px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 500px;
    background-image: url('../img/bg-white1-bottom.png');
    background-repeat: no-repeat;
    background-position:  center center;
    background-size: cover;
}
.prizes .sakura1 {
    position: absolute;
    top: -400px;
    right: 0;
    z-index: 10;
}

.prizes h2 {
    position: relative;
    z-index: 10;
    padding-top: 50px;
    line-height: 36px;
}

.prizes .list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.prizes .item div {
    font-size: 20px;
    font-family: 'Bounded Bold', serif;
    color: #FF8201;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.prizes .title {
    font-family: 'Bounded Bold', serif;
    color: #ffffff;
    background: url('../img/cover-title2.png') no-repeat;
    background-size: cover;
    width: 835px;
    height: 501px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 160px auto 0 auto;
}

.prizes .title div {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 70px;
}

.prizes .title img {
    margin: 5px 0 15px 0;
}

.prizes .title div.big {
    font-size: 62px;
}

.prizes .title div.biggest {
    font-size: 86px;
}

.products {
    background-image: url('../img/dots3.png');
    background-repeat:  no-repeat;
    background-position: bottom -200px right;
    background-size: 308px 622px;
    margin: 300px 0;
    position: relative;
}

.products .bg-text {
    position: absolute;
    top: -180px;
    right: 100px;
    z-index: 30;
}

.products .product-slider {
    margin-bottom: 70px;
}

.products .swiper-slide {
    text-align: center;
}

.products .swiper-slide div {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
}

.winners {
    background-color: #F4F1EC;
    position: relative;
    padding-top: 0;
}
.winners:before {
    content: '';
    display: block;
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 280px;
    background-image: url("../img/bg-white2-top.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.winners:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -520px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 520px;
    background-image: url(../img/bg-white2-bottom.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.winners .sakura2 {
    position: absolute;
    bottom: -300px;
    left: 0;
    z-index: 10;
}

.winners h2 {
    margin-top: 140px;
}

.winners .search {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.winners .search .form-control {
    border: 2px solid #000 !important;
}

.winners .search .form-group {
    position: relative;
}

.winners .search .phone:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('../img/icon/search.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.winners .search .phone .form-control {
    padding: .5rem 2rem .5rem .5rem;
}

.winners .table-wrap {
    position: relative;
}

.winners .table-wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-image: url('../img/red-line.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 813px 12px;
    position: absolute;
    top: 55px;
    left: 0;
}

.winners .table-responsive {

}

.winners .table {
    max-width: 820px;
    margin: auto;
    font-size: 16px;
}

.winners .table th {
    font-family: 'Bounded Bold', serif;
    text-transform: uppercase;
    padding: 1.4rem .75rem;
}

.winners .table tbody tr {
    border-bottom: 1px solid #D0CDC9;
}

.faq {
    background-image: url('../img/bg-text.png'), url('../img/dots4.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top 350px left 50px, bottom 500px right;
    background-size: 127px 205px, 229px 688px;
    padding-top: 400px ;
}

.faq .accordion {
    max-width: 820px;
    margin: 0 auto;
}

.faq .accordion .card {
    margin-bottom: 24px;
    border: none;
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
}

.faq .accordion .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
}

.faq .accordion .card-header h2 {
    display: flex;
    align-items: center;
    font-size: 26px;
}

.faq .accordion .card-header h2 .num {
    margin-left: 35px;
}

.faq .accordion .card-header .btn {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    padding: 32px 70px 32px 32px;
    background-color: transparent;
}

.faq .accordion .card-header .btn:hover {
    text-decoration: none;
}

.faq .accordion .card-header [data-toggle="collapse"]:after {
    content: '';
    width: 28px;
    height: 28px;
    background: url('../img/icon/chevron-up.svg') no-repeat;
    background-size: contain;
    position: absolute;
    top: 38px;
    right: 32px;
}

.faq .accordion .card-header [data-toggle="collapse"].collapsed:after {
    background: url('../img/icon/chevron-down.svg') no-repeat;
}

.faq .accordion .card-body {
    font-size: 16px;
    padding: 10px 32px 32px 85px;
    color: #ffffff;
    font-size: 20px;
}

.faq .questions-wrap {
    display: flex;
    align-items: center;
}

.faq .questions-wrap .questions h2 {
    margin-bottom: 10px;
}

.faq .questions-wrap .questions p {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
}

.modal {
    text-align: center;
    color: #FF8201;
}
.modal p {
    margin: 30px 0 30px 0;
    padding: 0 30px;
    font-size: 20px;
}
.modal a {
    text-align: center;
    color: #FF8201;
    text-decoration: underline;
}
.modal a:hover {
    text-decoration: none;
}
.modal .btn-danger {
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 70px;
}

.footer {
    background-color: #fff;
    padding: 50px 0;
    font-weight: 600;
}

.footer .top {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .top div {
    font-size: 12px;
    color: #7A7976;
    margin-right: 30px;
}

.footer .top a {
    font-size: 14px;
    color: #242A36;
}

.footer .time {
    font-size: 12px;
    color: #7A7976;
    text-align: center;
    margin-top: 50px;
}


@media (min-width: 1230px) {
    .container-header {
        max-width: 1360px;
    }
}

@media (min-width: 1921px) {

}

@media (min-width: 992px) and (max-width: 1230px) {
    .wrapper.main {
        background-size: cover;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .header .logo {
        margin-left: 10px;
    }
    .prizes .list .item img {
        width: 200px;
        height: auto;
    }
    .faq .questions-wrap {
        margin-top: 140px;
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper.main {
        background-size: cover;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
        position: fixed;
        left: 0;
        top: 98px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    .header .navbar-nav,
    .header .navbar-nav .nav-link,
    .header .navbar-nav .nav-item:nth-child(6) {
        margin-left: 0;
    }

    .header .navbar-nav .nav-link {
        font-size: 16px;
        padding: 1rem 0.7rem;
    }

    .header .navbar-nav .nav-item:nth-child(6) {
        margin-top: 12px;
    }

    h2 {
        font-size: 50px;
    }

    .participation .list {
        flex-direction: column;
        gap: 60px;
    }
    .participation .item.arrow {
        display: none;
    }
    .prizes {

    }
    .prizes .list {
        text-align: center;
        flex-direction: column;
        gap: 40px;
    }
    .prizes .title {
        width: 100%;
        height: auto;
        margin: 120px auto 0 auto;
        padding: 30px;
    }
    .prizes .title div {
        font-size: 26px;
        line-height: 84px;
    }
    .prizes .title div.big {
        font-size: 52px;
    }
    .prizes .title div.biggest {
        font-size: 66px;
    }
    .winners .table-wrap:before {
        top: 71px;
    }
    .faq .questions-wrap {
        margin-top: 140px;
        flex-direction: column;
        text-align: center;
    }

    .footer .top div {
        margin-right: 0;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .wrapper.main {
        background-size: cover;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
        position: fixed;
        left: 0;
        top: 98px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    .header .navbar-nav,
    .header .navbar-nav .nav-link,
    .header .navbar-nav .nav-item:nth-child(6) {
        margin-left: 0;
    }

    .header .navbar-nav .nav-link {
        font-size: 16px;
        padding: 1rem 0.7rem;
    }

    .header .navbar-nav .nav-item:nth-child(6) {
        margin-top: 12px;
    }

    .top-banner {
        height: 952px;
        background: url('../img/bg1-m.png') no-repeat;
        background-size: cover;
    }

    .top-banner .title-wrap {
        padding-top: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .top-banner .title {
        padding: 30px;
        height: auto;
        margin-bottom: 30px;
    }

    .top-banner .title div {
        font-size: 16px;
        line-height: 36px;
    }

    .top-banner .title div.big {
        font-size: 32px;
    }

    .top-banner .bot {
        margin-top: auto;
        padding-bottom: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .btn-danger, .btn-primary {
        font-size: 18px;
        padding: 15px 30px;
    }

    .participation {
        background-image: url("../img/dot1-m.png"), url("../img/dot2-m.png"), url("../img/dot3-m.png");
        background-repeat: no-repeat,  no-repeat,  no-repeat;
        background-position: top 50px right, left center , bottom left;
        background-size: 83px 265px, 56px 265px, 84px 265px;
    }

    .participation .list {
        flex-direction: column;
        gap: 60px;
    }
    .participation .item.arrow {
        display: none;
    }
    .prizes {
        padding: 0;
    }
    .prizes:before {

    }
    .prizes h2 {
        padding-top: 0;
    }
    .prizes .sakura1 {
        top: -300px;
        width: 268px;
        height: 341px;
    }
    .prizes .list {
        text-align: center;
        flex-direction: column;
        gap: 80px;
    }
    .prizes .title {
        width: 100%;
        height: auto;
        margin: 200px auto 0 auto;
        padding: 46px;
        background-size: contain;
    }
    .prizes .title div {
        font-size: 20px;
        line-height: 53px;
    }
    .prizes .title div.big {
        font-size: 50px;
    }
    .prizes .title div.biggest {
        font-size: 66px;
    }
    .products {
        background-image: url('../img/dots3.png');
        background-repeat:  no-repeat;
        background-position: bottom -460px right;
        background-size: 308px 622px;
    }
    .products .bg-text {
        top: -150px;
        right: 50px;
    }
    .winners .table-wrap:before {
        top: 71px;
    }
    .faq {
        background-image: url(../img/bg-text.png), url(../img/dots4.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top right 50px, bottom 500px right;
        background-size: 127px 205px, 229px 688px;
    }
    .faq .questions-wrap {
        margin-top: 140px;
        flex-direction: column;
        text-align: center;
    }
    .faq .accordion .card-header h2 .num {
        margin-left: 15px;
    }
    .faq .accordion .card-header .btn {
        font-size: 20px;
        padding: 24px 70px 24px 16px;
    }
    .faq .accordion .card-body {
        font-size: 16px;
        padding: 10px 32px 32px 48px;
    }







    .footer .top {
        flex-direction: column;
        gap: 15px;
    }

    .footer .top div {
        margin-top: 50px;
    }

    .footer .time {
        margin-top: 10px;
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .wrapper.main {
        background-size: cover;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 1);
        position: fixed;
        left: 0;
        top: 98px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    .header .navbar-nav,
    .header .navbar-nav .nav-link,
    .header .navbar-nav .nav-item:nth-child(6) {
        margin-left: 0;
    }

    .header .navbar-nav .nav-link {
        font-size: 16px;
        padding: 1rem 0.7rem;
    }

    .header .navbar-nav .nav-item:nth-child(6) {
        margin-top: 12px;
    }

    .top-banner {
        height: 816px;
        background: url('../img/bg1-m.png') no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .top-banner .title-wrap {
        padding-top: 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .top-banner .title {
        padding: 30px;
        height: auto;
        margin-bottom: 30px;
    }

    .top-banner .title div {
        font-size: 16px;
        line-height: 36px;
    }

    .top-banner .title div.big {
        font-size: 32px;
    }

    .top-banner .bot {
        margin-top: auto;
        padding-bottom: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .btn-danger, .btn-primary {
        font-size: 14px;
        padding: 12px 35px;
    }

    .participation {
        background-image: url("../img/dot1-m.png"), url("../img/dot2-m.png"), url("../img/dot3-m.png");
        background-repeat: no-repeat,  no-repeat,  no-repeat;
        background-position: top 50px right, left center , bottom left;
        background-size: 83px 265px, 56px 265px, 84px 265px;
    }

    .participation .list {
        flex-direction: column;
        gap: 60px;
    }
    .participation .item.arrow {
        display: none;
    }
    .prizes {

    }
    .prizes:before {
        top: -150px;
        height: 160px;
        background-image: url(../img/bg-white1-m-top.png);
    }
    .prizes:after {
        bottom: -150px;
        height: 170px;
        background-image: url("../img/bg-white1-m-bottom.png");
    }
    .prizes .sakura1 {
        top: -200px;
        width: 268px;
        height: 341px;
    }
    .prizes h2 {
        padding-top: 0;
    }
    .prizes .list {
        text-align: center;
        flex-direction: column;
        gap: 60px;
    }
    .prizes .title {
        background: none;
        width: 100%;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 65px 0;
        background-size: contain;
    }
    .prizes .title div {
        font-size: 20px;
        line-height: 40px;
    }
    .prizes .title div.big {
        font-size: 30px;
    }
    .prizes .title div.biggest {
        font-size: 40px;
    }
    .products {
        margin: 150px 0;
    }
    .products .bg-text {
        top: -110px;
        right: 50px;
        width: 100px;
        height: auto;
    }

    .winners .search {
        border-bottom: 2px solid #000000;
        padding-bottom: 10px;
    }

    .table-responsive-stack thead {
        display: none;
    }

    .table-responsive-stack tr {
        display: block;
        margin-bottom: .75rem;
        border-bottom: 2px solid #000000!important;
    }

    .table-responsive-stack td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border: none;
        border-bottom: none;
        padding: .5rem .75rem;
    }

    .table-responsive-stack td:last-child {
        border-bottom: none;
    }

    .table-responsive-stack td .cell-value {
        text-align: right;
        word-break: break-word;
        max-width: 65%;
    }
    .products .swiper-slide img {
        width: 220px;
        height: auto;
    }
    .winners {
        padding-bottom: 100px;
    }
    .winners:before {
        top: -140px;
        height: 160px;
        background-image: url("../img/bg-white2-m-top.png");
    }

    .winners:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -160px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 160px;
        background-image: url("../img/bg-white2-m-bottom.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .winners .sakura2 {
        bottom: -100px;
        width: 220px;
        height: auto;
    }
    .winners h2 {
        margin-top: 200px;
    }
    .winners .table-wrap:before {
        display: none;
    }
    .faq {
        background-image: url(../img/bg-text.png), url(../img/dots4.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top right 50px, bottom 500px right;
        background-size: 127px 205px, 229px 688px;
        padding-top: 260px;
    }
    .faq .questions-wrap {
        margin-top: 140px;
        flex-direction: column;
        text-align: center;
    }
    .faq .questions-wrap img {
        width: 320px;
        height: auto;
    }
    .faq .accordion .card-header h2 .num {
        margin-left: 15px;
    }
    .faq .accordion .card-header .btn {
        font-size: 20px;
        padding: 24px 70px 24px 16px;
    }
    .faq .accordion .card-body {
        font-size: 16px;
        padding: 10px 32px 32px 48px;
    }

    .footer .top {
        flex-direction: column;
        gap: 15px;
    }

    .footer .top div {
        margin-top: 50px;
    }

    .footer .time {
        margin-top: 10px;
    }

}

@media (min-width: 0) and (max-width: 390px) {

}

