p {
    margin: 0;
    padding: 0;
  }
  .timer-block {
    display: flex;
    width: 100%;
    height: fit-content;
  }
  .timer-block-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    height: fit-content;
    background: #fff;
  }
  .container-values__text {
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #4370b7;
  }
  .block-info_date {
    font-weight: 400;
    font-size: 1.125rem;
    color: #4370b7;
    font-family: "Inter", sans-serif;
  }
  .block-info-timer-container {
    padding: 20px;
    background: rgba(201, 222, 255, 0.41);
    display: flex;
    gap: 5px;
    width: fit-content;
  }
  .block-info-timer-container__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  .timer-container-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container-values__label {
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    color: #4370b7;
    font-family: "Inter", sans-serif;
    min-height: 23px;
  }
  .block-info-bold {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--text);
    font-family: "Inter", sans-serif;
  }
  .block-info-description {
    font-weight: 400;
    font-size: 1.125rem;
    color: #7f8287;
    font-family: "Inter", sans-serif;
  }
  .block-info-btn {
    border-radius: 15px;
    padding: 15px 20px;
    /* width: 150px; */
    /* height: 54px; */
    background: #4370b7;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 120%;
    color: #fff;
    font-family: "Inter", sans-serif;
    border: none;
    cursor: pointer;
  }
  .block-info-btn:hover {
    border: 1px solid #4370b7;
    padding: 14px 19px;
    background: #fff !important;
    color: #4370b7 !important;
    transition: background-color 0.3s ease;
  }
  .timer-block-image {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }
  .block-image-cover {
    position: absolute;
    bottom: -1px;
    left: -1px;
  }
  .block-image-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    display: flex;
  }
  .image-timer-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 0 20px 0 0;
    border-right: 1px solid #212121;
  }
  .image-timer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 20px;
    gap: 10px;
  }
  .timer-label {
    font-weight: 600;
    font-size: 1rem;
    color: var(--text);
    font-family: "Inter", sans-serif;
  }
  .timer-value {
    font-weight: 500;
    font-size: 1.125rem;
    color: #4370b7;
    font-family: "Inter", sans-serif;
  }

  .block-info-bold-description__container,
  .block-info-date-timer__container {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }


/* Темы */

/* белый фон черный текст */
.theme-white {
	background-color: #fff;
}

.theme-white .block-info_date,
.theme-white .container-values__text,
.theme-white .container-values__label {
	color: #4370b7;
}

.theme-white .block-info-timer-container {
	background: rgba(201, 222, 255, 0.41);
}

.theme-white .block-info-bold {
	color: #212121;
}

.theme-white .block-info-description {
	color: #7f8287;
}

.theme-white .block-info-btn {
	background: #4370b7;
	color: #fff;
}


/* белый фон синий текст */

.theme-white_text_blue {
	background-color: #fff;
}

.theme-white_text_blue .block-info_date,
.theme-white_text_blue .container-values__text,
.theme-white_text_blue .container-values__label {
	color: #4370b7;
}

.theme-white_text_blue .block-info-timer-container {
	background: rgba(201, 222, 255, 0.41);
}

.theme-white_text_blue .block-info-bold {
	color: var(--text-blue);
}

.theme-white_text_blue .block-info-description {
	color: var(--text-blue);
}

.theme-white_text_blue .block-info-btn {
	background: #4370b7;
	color: #fff;
}



/* Голубой фон с синим текстом */
.theme-light-blue {
	background-color: #D9E8FF;
}

.theme-light-blue .block-info_date {
	color: #4370b7;
}


.theme-light-blue .container-values__text,
.theme-light-blue .container-values__label {
	color: #D9E8FF;
}

.theme-light-blue .block-info-timer-container {
	background: #4370b7;
}

.theme-light-blue .block-info-bold {
	color: var(--text-blue);
}

.theme-light-blue .block-info-description {
	color: var(--text-blue);
}

.theme-light-blue .block-info-btn {
	background: #4370b7;
	color: #fff;
}



/* Голубой фон с чёрным текстом */
.theme-light-blue_text_black {
	background-color: #D9E8FF;
}

.theme-light-blue_text_black .block-info_date {
	color: #4370b7;
}
.theme-light-blue_text_black .container-values__text,
.theme-light-blue_text_black .container-values__label {
	color: #D9E8FF;
}

.theme-light-blue_text_black .block-info-timer-container {
	background: #4370b7;
}

.theme-light-blue_text_black .block-info-bold {
	color: var(--text);
}

.theme-light-blue_text_black .block-info-description {
	color: var(--text);
}

.theme-light-blue_text_black .block-info-btn {
	background: #4370b7;
	color: #fff;
}


/* Синий фон с белым текстом */
.theme-blue {
	background-color: #4370B7;
}

.theme-blue .block-info_date,
.theme-blue .container-values__text,
.theme-blue .container-values__label {
	color: #D9E8FF;
}

.theme-blue .block-info-timer-container {
	background: rgba(201, 222, 255, 0.41);
}

.theme-blue .block-info-bold {
	color: #fff;
}

.theme-blue .block-info-description {
	color: #D9E8FF;
}

.theme-blue .block-info-btn {
	background: rgba(201, 222, 255, 0.41);
	color: #fff;
}

/* Синий фон с чёрным текстом */
.theme-blue_text_black {
	background-color: #4370B7;
}

.theme-blue_text_black .block-info_date,
.theme-blue_text_black .container-values__text,
.theme-blue_text_black .container-values__label {
	color: #D9E8FF;
}

.theme-blue_text_black .block-info-timer-container {
	background: rgba(201, 222, 255, 0.41);
}

.theme-blue_text_black .block-info-bold {
	color: var(--text);
}

.theme-blue_text_black .block-info-description {
	color: var(--text);
}

.theme-blue_text_black .block-info-btn {
	background: rgba(201, 222, 255, 0.41);
	color: #fff;
}

/* Default */
.theme-default {
	background-color: #fff;
}

.theme-default .block-info_date,
.theme-default .container-values__text,
.theme-default .container-values__label {
	color: #4370b7;
}

.theme-default .block-info-timer-container {
	background: rgba(201, 222, 255, 0.41);
}

.theme-default .block-info-bold {
	color: #212121;
}

.theme-default .block-info-description {
	color: #7f8287;
}

.theme-default .block-info-btn {
	background: #4370b7;
	color: #fff;
}



/* Лаптопы */
@media screen and (min-width: 768px) {
    .col-3 .timer-block,
    .col-4 .timer-block {
      flex-direction: column-reverse !important;
    }
    .col-3 .block-info-timer-container,
    .col-4 .block-info-timer-container,
    .col-3 .timer-block-image,
    .col-4 .timer-block-image,
    .col-3 .timer-block-info,
    .col-4 .timer-block-info {
      width: 100% !important;
    }

    .col-3 .block-info-timer-container,
    .col-4 .block-info-timer-container {
      justify-content: center !important;
    }
}

/* Планшеты и лаптопы */
@media screen and (min-width: 480px) and (max-width: 768px) {
    .col-4 {
        grid-column: span 12 !important;
    }
}

@media screen and (max-width: 768px) {
    .timer-block {
        flex-direction: column-reverse !important;
        gap: unset !important 
    }

    .timer-block-image {
        width: auto !important;
    }
}

/* Смартфоны L */
@media screen and (min-width: 576px) and (max-width: 768px) {
    .block-info-timer-container {
        width: 100% !important;
        justify-content: center;
    }

    .block-info-bold,
    .block-info-btn {
        font-size: 1.125rem;
    }

    .block-info-btn:hover,
    .block-info-btn {
        padding: 10px;
    }

    .block-info_date,
    .block-info-description {
        font-size: 1rem;
    }

    .block-info-bold-description__container,
    .block-info-date-timer__container,
    .timer-block-info {
        gap: 0.625rem;
    }

    .timer-block-info {
        min-height: auto !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .timer-block-image {
        max-height: 300px !important;
        min-height: 250px !important;
    }

    .block-info-date-timer__container {
        width: 100%;
    }
}

/* Смартфоны M */
@media screen and (min-width: 375px) and (max-width: 576px) {
    .block-info-timer-container {
        width: 100% !important;
        justify-content: center;
    }

    .block-info-bold,
    .block-info-btn {
        font-size: 1.125rem;
    }

    .block-info-btn:hover,
    .block-info-btn {
        padding: 10px;
    }

    .block-info_date,
    .block-info-description {
        font-size: 1rem;
    }

    .block-info-bold-description__container,
    .block-info-date-timer__container,
    .timer-block-info {
        gap: 0.625rem;
    }

    .timer-block-info {
        min-height: auto !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .timer-block {
        flex-direction: column-reverse !important;
        gap: unset !important 
    }

    .block-info-date-timer__container {
        width: 100%;
    }
}

/* Смартфоны S */
@media screen and (max-width: 375px) {
    .block-info-timer-container {
        width: 100% !important;
        justify-content: center;
    }

    .block-info-bold,
    .block-info-btn {
        font-size: 1.125rem;
    }

    .block-info-btn:hover,
    .block-info-btn {
        padding: 10px;
    }

    .block-info_date,
    .block-info-description {
        font-size: 1rem;
    }

    .block-info-bold-description__container,
    .block-info-date-timer__container,
    .timer-block-info {
        gap: 0.625rem;
    }

    .timer-block-info {
        min-height: auto !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .timer-block-image {
        max-height: 300px !important;
        min-height: 250px !important;
    }

    .block-info-date-timer__container {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .block-info-timer-container {
        width: 100% !important;
        justify-content: center;
    }

    .block-info-bold,
    .block-info-btn {
        font-size: 1.125rem;
    }

    .block-info-btn:hover,
    .block-info-btn {
        padding: 10px;
    }

    .block-info_date,
    .block-info-description {
        font-size: 1rem;
    }

    .block-info-bold-description__container,
    .block-info-date-timer__container,
    .timer-block-info {
        gap: 0.625rem;
    }

    .timer-block-info {
        min-height: auto !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .timer-block-image {
        max-height: 300px !important;
        min-height: 250px !important;
    }

    .block-info-date-timer__container {
        width: 100%;
    }
}
  