.v {
    display: flex;
    flex-direction: column;
}

.h {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.c {
    justify-content: center;
    align-items: center;
}

.ch {
    justify-content: center;
}

.ci {
    align-items: center;
}

.sb {
    justify-content: space-between;
}

.sa {
    justify-content: space-around;
}

.f1 {
    flex: 1;
}

.f2 {
    flex: 2;
}

.row-status1,
.row-status-1 {
    grid-template-columns: 60px 2fr 1fr 1fr 1fr 1fr 1fr 1fr 24px;
}
.row-status0 {
    grid-template-columns: 60px 2fr 1fr 1fr 1fr 1fr 1fr 1fr 24px 24px;
}

.title {
    font-size: 42px;
    text-align: left;
    font-weight: 700;
}


body {
    scroll-behavior: smooth;
    margin: 0 auto;
    width: 100%;
}

.logo {
    position: relative;
    z-index: 1000;
    padding-right: 32px;
    min-width: 110px;
}

.crown {
    position: absolute;
    left: 0;
    width: 70px;
    margin-right: 15px;
}

.right-bar {
    gap: 40px;
}

.user {
    border-radius: 50%;
    padding: 12px 14px;
    background: #D1C6F0;
    transition: all .3s;
}

nav {
    margin-top: 10px;
    font-size: 16px;
}

a {
    text-decoration: none;
}

.link {
    color: #363140;
    position: relative;
    padding-bottom: 5px;
}

.contacts a {
    color: #363140;
    padding: 14px 22px;
    border: 2px solid white;
    background: #D1C6F0;
    border-radius: 40px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: bold;

}

.modal-form {
    max-width: 740px;
    position: relative;
    background: white;
    padding: 90px 100px 100px;
    border-radius: 20px;
    margin: 60px auto;
    gap: 20px;
}

.modal-form h2 {
    font-size: 40px;
    font-weight: 700;
}

.modal-form p {
    color: hsla(0, 0%, 5%, .6);
    font-size: 18px;
    text-align: center;
    margin: 0 0 75px;
    padding: 0 60px;
}

.check-container {
    width: 100%;
}

.check {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: hsla(0, 0%, 5%, .6);
}

.check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    appearance: none;
    margin-right: 20px;
}

.check input[type="checkbox"]:checked {
    border-color: #ccc;
}

.check input[type="checkbox"]:checked::after {
    content: "✓";
    color: #ccc;
    font-size: 18px;
    position: relative;
    left: 0;
    top: 0;
}

#burger-toggle label {
    display: none;
}

#burger-toggle {
    display: none;
}

.header-list {
    display: none;
    background: #6F559F !important;
}

.prize-container {
    width: 53%;
    padding: 190px 0 94px;
}

.introduction-text {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
    font-size: 18px;
    line-height: 126%;
}

.card-container {
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
}

.card {
    background: white;
    padding: 4px 20px;
    border-radius: 30px;
    min-width: 200px;
    gap: 12px;
    width: 30%;
}

.image {
    max-width: 543px;
    width: 100%;
}

.card-text {
    font-size: 14px;
    color: black;
    font-weight: 700;
}

.introduction-image {
    width: 50%;
}

.introduction-image img {
    width: 100%;
    object-fit: cover;
    max-width: 1070px;
}

.mobile-image {
    display: none;
}

.block {
    gap: 80px;
}

.recipe {
    text-align: center;
    font-size: 28px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    font-weight: 700;
}

.start {
    width: 40%;
    font-size: 42px;
    text-align: left;
    font-weight: 700;
    padding: 0;
}

.part {
    background: #0c0c0c;
    color: #fff;
    width: 100%;
    min-width: 220px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

.part:hover {
    background: #282828;
}

.items {
    background: #e7e7e7;
    width: 100%;
    padding: 80px 20px 130px;
}

.tabs {
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.tabs span {
    font-size: 24px;
    background: white;
    color: #0c0c0c;
    border: 2px solid #0c0c0c;
    border-radius: 11px;
    padding: 2px 14px;
    transition: all .3s;
}

.tabs span:hover {
    background: #0c0c0c;
    color: white;
}

.tabs span:first-child {
    background: #0c0c0c;
    color: white;
}

.item-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.items-card p {
    font-size: 16px;
    padding: 0 48px;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
}

.items-image {
    background: #fff;
    border-radius: 20px;
    height: 456px;
    padding: 102px 63px;
}

.items-image img {
    transform: scale(1);
    max-width: 100%;
    max-height: 100%;
}

.prize-image {
    position: relative;
    max-height: 690px;
    margin-top: 60px;
}

.prize-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.prizes-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    gap: 20px;
}

.prize-image h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.prize-image p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.prize-image span {
    background: #f40009;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    padding: 4px 15px 7px;
    position: absolute;
    top: 40px;
    left: 40px;
}

.prize-block {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.prize-card {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid hsla(0,0%,5%,.35);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.prize-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.prize-card .subtitle {
    font-size: .8rem;
    color: gray;
}

.prize-card .frequency {
    margin-top: auto;
}

.prize-card img {
    max-height: 200px;
    object-fit: contain;
}

.prize-card .bottom-text {
    margin-top: auto;
    line-height: 1.4rem;
}

.prize-text h3 {
    color: #0c0c0c;
    font-size: 24px;
    margin: 20px 0 0 0;
    font-weight: 700;
}

.prize-card p {
    color: hsla(0,0%,5%,.6);
    font-size: 16px;
    text-align: left;
}

.prize-text p {
    font-size: 14px;
}

.prize-card span {
    background: #f40009;-
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 12px 6px;
    text-align: center;
    width: 40%;
}

.form {
    background: #f40009;
    background-image: url("/img/image21.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0;
}

.faq {
    padding: 130px 0 145px;
}

.faq .title {
    margin-bottom: 90px;
}

.faq-block {
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;
}

.faq-card {
    border: 2px solid hsla(0,0%,5%,.35);
    border-radius: 20px;
    padding: 60px 38% 55px 60px;
    gap: 20px;
}

.faq-card h2 {
    font-size: 28px;
    color: #0c0c0c;
    font-weight: 700;
    text-align: left;
    line-height: 126%;
}

.faq-card p {
    color: hsla(0,0%,5%,.8);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
}

.faq-card ol {
    list-style: decimal;
    padding: 0 0 20px;
    text-align: left;
    color: hsla(0,0%,5%,.8);
    line-height: 140%;
}

.faq-card ul {
    list-style-type: disc;
    padding-left: 40px;
    text-align: left;
    color: hsla(0,0%,5%,.8);
    line-height: 140%;
}

.faq-card li {
    margin: 0 0 0 20px;
    padding: 20px 0 0;
    text-align: left;
    line-height: 140%;
}

.faq-card ol > li {
    list-style-type: decimal;
    padding-left: 20px;
}

.footer {
    background: #fff;
    padding: 100px 20px 40px;
    width: 100%;
}

.footer-block {
    gap: 20px;
}

.footer-logo {
    gap: 20px;
    width: 50%;
}

.image-footer {
    width: 100px;
}
.milka-icon{
    width:120px;
}

.divider {
    border-top: 1px solid hsla(0,0%,5%,.35);
    width: 100%;
    margin-top: 60px;
}

.info {
    gap: 10px;
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
    text-align: center;
}

.info h2 {
    font-size: 22px;
    color: #111;
    text-align: center;
}

.info p {
    color: #111;
    font-size: 14px;
}

.footer-contacts {
    gap: 20px;
    text-align: left;
    width: 100%;
}

.footer-contacts h3 {
    color: #0c0c0c;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.footer-contacts p, a {
    color: hsla(0,0%,5%,.8);
    font-size: 16px;
    text-align: left;
}

.footer-contacts .information {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.conditions {
    gap: 20px;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

.milko{
    max-height: 54px;
    margin-left: 60px;
}

@media (max-width: 1368px) {
    nav {
        gap: 20px !important;
    }
}

@media (max-width: 1200px) {
    .logo {
        padding-right: 20px;
        min-width: 90px;
    }

    nav {
        gap: 20px !important;
    }

    .milko {
        margin-left: 0;
    }

    .right-bar {
        gap: 30px !important;
    }

    .burger-label {
        display: none;
    }

   .burger-label::after, .burger-label::before {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: black;
        transition: .3s;
    }

    .burger-label::before {
        content: "";
        top: 6px;
    }

    .burger-label::after {
        content: "";
        bottom: 6px;
    }

    #burger-toggle:checked ~ .burger-label::after {
        transform: rotate(45deg);
        bottom: 10px;
    }

    #burger-toggle:checked ~ .burger-label::before {
        transform: rotate(-45deg);
        top: 12px;
    }

    #burger-toggle:checked ~ .burger-label span {
        transform: rotate(-45deg);
        top: 12px;
    }

    #burger-toggle:checked ~ ul {
        left: 0;
        right: 0;
    }

    .header-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center center / cover;
        transition: ease-in-out 0.3s;
        padding: 250px 20px 0;
        z-index: -1;

        left: -100vw;
        right: 100vw;
    }

    .header-list .top {
        display: flex;
        justify-content: center;
        background: white;
        color: black;
        font-size: 16px;
        min-width: 220px;
        width: 400px;
        padding: 22px 32px;
        border-radius: 15px;
        transition: ease-in-out 0.3s;
        font-weight: 700;
    }

    .header-list .top:hover {
        background: black;
        color: white;
    }

    .card-container {
        margin: 0;
    }

    .mobile-container {
        margin-top: 40px;
        gap: 20px;
    }

    .card {
        gap: 9px;
        min-width: unset;
        width: 100%;
        padding: 4px 10px;
        justify-content: flex-start;
    }

    .prize-container {
        width: 100%;
    }

    .mobile-image {
        border-radius: 20px;
        display: block;
        width: 50%;
        min-height: 320px;
        aspect-ratio: 2/1;
        object-fit: cover;
    }

    .introduction-image {
        display: none;
    }

    header .bar-burger {
        display: flex;
    }

    .menu-icon {
        display: flex;
    }

    .modal-form h2 {
        margin-top: 60px;
    }
}

@media (max-width: 1100px) {

    .modal-form {
        padding: 40px;
        width: 80%;
        margin: 60px auto;
    }

    .card-text {
        font-size: 14px;
    }

    .start {
        width: 100%;
    }

    .block {
        gap: 40px;
    }
}

@media (max-width: 550px) {
    .contacts {
        display: none;
    }
}

@media (max-width: 1100px) {
    .logo {
        padding-right: 16px;
        min-width: 70px;
    }

    .burger-label {
        position: relative;
        display: block;
        height: 25px;
        width: 30px;
    }

    .contacts {
        /*display: none;*/
    }

    .right-bar {
        gap: 20px;
    }

    .menu-link, .menu-contact {
        font-size: 16px;
    }

    .introduction {
        padding: 120px 20px 40px 20px;
    }

    .introduction-text {
        font-size: 14px;
        width: 70%;
    }

    .close {
        top: 0;
        right: 20px;
    }

    .mobile-image {
        width: 50%;
    }

    .corona, .cola {
        width: 60px;
        height: 60px;
    }

    .modal-form h2 {
        font-size: 32px;
    }

    .modal-form p {
        font-size: 16px;
        margin: 0 0 20px;
        padding: 0;
    }

    .card {
        width: 100%;
        justify-content: flex-start;
    }

    .start {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .title {
        font-size: 32px;
    }

    .start-block {
        flex-direction: column;
    }

    .part {
        margin-top: 0;
    }

    .entry, .registration, .part {
        font-size: 14px;
    }

    .items {
        padding: 40px 20px 40px;
    }

    .prize-image span {
        top: 20px;
        left: 20px;
        font-size: 14px;
    }

    .prizes-text {
        bottom: 20px;
        left: 20px;
    }

    .prize-image {
        height: 300px;
        margin-top: 20px;
    }

    .prize-card span {
        width: 25%;
    }

    .prize-image img {
        margin: 0;
        height: 100%;
    }

    .prize-image h3 {
        font-size: 18px;
    }

    .prize-image p {
        font-size: 14px;
    }

    .faq {
        padding: 40px 0 40px;
    }

    .faq .title {
        margin-bottom: 0;
        font-size: 32px;
    }

    .faq-card {
        padding: 20px 10% 15px 20px;
    }

    .faq-card h2 {
        font-size: 16px;
    }

    .faq-card p {
        font-size: 14px;
    }

    .faq-card ul {
        padding: 0;
    }

    .faq-card li {
        margin: 0 0 0 20px;
        padding: 20px 0 0;
        font-size: 12px;
    }

    .footer {
        padding: 40px 20px 40px;
    }

    .footer-container {
        flex-direction: column;
        gap: 60px;
    }

    .footer-contacts {
        align-items: center;
    }

    .conditions h3 a {
        text-align: center;
        font-size: 16px;
    }

    .divider {
        margin-top: 10px;
    }

    .form {
        padding: 40px 0;
    }

    .check, span {
        font-size: 14px;
        text-align: left;
    }

    .milko {
        position: absolute;
        left: 120px;
        top: 20px;
        width: 60px;
        margin-left: 0;
    }

    .footer-logo {
        order: 1;
        flex-direction: row;
        align-items: center;
    }

    .footer-logo img {
        width: 100%;
    }
    .milka-icon{
        width: 100%;
    }
}

@media (max-width: 980px) {
    nav .link {
        display: none;
    }
}

@media (max-width: 450px) {
    nav .link {
        display: none;
    }

    .right-bar {
        gap: 10px !important;
    }

    header {
        padding: 10px;
    }

    .header-list .top {
        width: 100%;
    }

    .title {
        font-size: 22px;
    }

    .modal-form {
        padding: 20px;
    }

    .block {
        gap: 20px;
    }

    .prize-card span {
        width: 35%;
    }

    .crown {
        width: 40px;
        left: 0;
    }

    .milko {
        left: 60px;
        top: 0;
        margin-left: 0;
    }

    .start {
        font-size: 22px;
    }

    .logo {
        width: 40%;
    }

    .cola {
        margin-left: 140px;
        max-width: 100%;
    }

    .menu-link, .menu-contact {
        width: 90%;
    }

    .modal-form h2 {
        font-size: 22px;
        margin-top: 60px;
    }

    .modal-form p {
        font-size: 14px;
    }

    .card-text {
        font-size: 10px;
    }

    .recipe {
        font-size: 18px;
    }

    .check span {
        font-size: 10px;
    }

    .check-container span {
        font-size: 12px;
    }

    .conditions h3 a {
        text-align: center;
        font-size: 16px;
    }
    .conditions h3 {
        text-align: center;
    }
    .information a,  .information p{
        text-align: center;
    }
}
#cookie {
    scroll-margin-top: 110px; 
}
