/*** Home Page ***/
.frontpage-services-content__list-block {
  margin-bottom: 40px;
}
.frontpage-services-content__list-block__main-name {
  text-shadow: 3px 0 3px #fff;
}

/*** Bitrix 24 ***/

/* cloud */
.bitrix-page__offers-cloud-content__item .bitrix-page__offers-cloud-content__item-head {
  background: #3bc8f5;
}
.bitrix-page__offers-cloud-content__item:nth-child(even) .bitrix-page__offers-cloud-content__item-head {
  background: #36b5de;
}
.bitrix-page__offers-cloud-content__item .bitrix-page__offers-cloud-content__item-body {
  background: #f3f2f0;
}
.bitrix-page__offers-cloud-content__item:nth-child(even) .bitrix-page__offers-cloud-content__item-body {
  background: #e6e6e6;
}
.bitrix-page__offers-cloud-content__item-body-descr {
  min-height: 396px;
  height: auto;
}
.bitrix-page__offers-cloud-content__item-body-descr ul {
  padding: 0 10px;
}
.bitrix-page__offers-cloud-content__item-body-descr ul li {
  line-height: 18px;
  margin-bottom: 10px;
}
.bitrix-page__offers-cloud-content__item-body-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  min-height: 140px;
}
.bitrix-page__offers-cloud-content__item-body-name::after {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bitrix-page__offers-cloud-content__item-body-block {
  max-width: 242px;
}
.bitrix-page__offers-cloud-content__item-body-users--count {
  min-height: 32px;
}

/* box */
.bitrix-page__offers-box-content__item {
  width: calc(100% / 3);
}
.bitrix-page__offers-box-content__item-body-descr ul {
  min-height: 150px;
  margin-bottom: 15px;
}
.bitrix-page__offers-box-content__item-body-descr ul li {
  margin-bottom: 10px;
}

.header-content-right {
  text-align: right;
}
.header-content__phone {
  display: flex;
  flex-direction: column;
  text-align-last: justify;
}
.footer-content-info__block-value {
  display: flex;
  flex-direction: column;
}
.header-content__phone a a {
  width: 100%;
  display: inline-block;
  text-align: justify;
}


/*** Posts **/
.post-page__title {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}


/*** Contact Page **/
.contact-page {
  margin-bottom: 118px;
}
.contact-page__title {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 50px;
}
.contact-page-content__block-title-item {
  font-weight: 400;
  margin-bottom: 12px;
}

.contact-page-content__block {
  position: relative;
  width: 100%;
}
.contact-page-content__block-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.contact-page-content__block-link-item {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.contact-page-content__block-link-item:hover,
.contact-page-content__block-link-item a:hover {
  color: #d63b49;
}

.contact-page-content__block:first-child {
  max-width: 210px;
}
.contact-page-content__block:nth-child(2) {
  max-width: 461px;
  margin: 0 30px;
}
.contact-page-content__block:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 0;
  left: -81px;
  width: 1px;
  height: 91px;
  background: #c9c7c2;
}
.contact-page-content__block:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 0;
  right: -90px;
  width: 1px;
  height: 91px;
  background: #c9c7c2;
}
.contact-page-content__block:last-child {
  max-width: 193px;
}


/*** ========================================== */

@media (min-width: 0) and (max-width: 575px) {
  .frontpage-services-content-bg {
      width: 100%;
      max-height: 350px;
      position: relative;
  }
  .frontpage-services-content-bg-item {
      object-position: 75%;
      object-fit: cover;
  }
  .frontpage-services-content__list-block__main {
    flex-direction: column;
    align-items: flex-start;
  }
  .frontpage-services-content__list-block__main-name {
    margin-bottom: 10px;
  }
  .aboutus-team__list-block__image {
      width: 100%;
      max-width: 375px;
      height: 375px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 5px;
  }
}
@media(min-width: 992px) and (max-width: 1249px) {
  .frontpage-services-content-tag {
    left: 40%;
  }
  .footer-content-info__privacy {
  width: 62%;
  }
}
@media (min-width: 1250px) {
  .aboutus-office__block-text, .aboutus-office__block-image {
    height: 35vw;
  }
  .frontpage-services-content-wrap {
    margin-right: 100px;
  }
  .frontpage-services-content-tag {
    left: 16%;
  }
}

/* Стиль реквизитов */
.contact-page-footer {
  margin-bottom: 0;
}
.contact-page-footer__social {
  padding-top: 25px;
  padding-bottom: 0;
  justify-content: flex-start;
}

.contact-page-main {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contact-page-main__block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.contact-page-main__bloc-title-item {
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
}
.contact-page-main__block-item a:hover {
  color: #d63b49;
}

/** 1249px **/
@media(min-width: 992px) and (max-width: 1249px) {
  .contact-page-content__block:nth-child(2)::before {
    left: -15px;
  }
  .contact-page-content__block:nth-child(2)::after {
    right: -15px;
  }
}

/** 991px **/
@media (min-width: 576px) and (max-width: 991px) {
  .contact-page-content {
    justify-content: flex-start;
    align-items: center;
  }
  .contact-page-content__block {
    margin-bottom: 30px;
  }
  .contact-page-content__block:nth-child(2) {
    margin: 0;
    margin-bottom: 30px;
  }
  .contact-page-content__block:nth-child(2)::before,
  .contact-page-content__block:nth-child(2)::after {
    display: none;
  }
  .contact-page-content__block-title-item {
    font-size: 16px;
  }
  .contact-page-content__block-link-item {
    font-size: 20px;
  }

  .contact-page-footer__social {
    justify-content: center;
  }
}

/** 768px */
@media (min-width: 576px) and (max-width: 767px) {
  .contact-page {
    margin-bottom: 90px;
  }
  .contact-page-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

/** 575px **/
@media (min-width: 0) and (max-width: 575px) {
  .contact-page {
    margin-bottom: 90px;
  }
  .contact-page__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact-page-content {
    justify-content: flex-start;
    align-items: center;
  }
  .contact-page-content__block {
    margin-bottom: 30px;
  }
  .contact-page-content__block:nth-child(2) {
    margin: 0;
    margin-bottom: 30px;
  }
  .contact-page-content__block:nth-child(2)::before,
  .contact-page-content__block:nth-child(2)::after {
    display: none;
  }
  .contact-page-content__block-title-item {
    font-size: 14px;
  }
  .contact-page-content__block-link-item {
    font-size: 18px;
  }

  .contact-page-footer__social {
    justify-content: center;
  }

  .contact-page-main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }
}


@media (max-width: 768px) {
  .contact-page-main__block {
    flex-direction: column;
  }
  .contact-page-main__bloc-title-item {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .contact-page-main__block-item {
    text-align: center;
  }
}

/* Стили куки */
.cookieinfo-close:hover {
  background: lighten(214, 59, 73, 1%) !important;
  transform: scale(0.96) !important;
  box-shadow: 0 0 15px rgba(214, 59, 73, 0.8) !important;
}
.cookieinfo span a:hover {
  color: #d63b49 !important;
}

/* Без карты */
  @media (min-width: 991px) {
  .footer-content-info {
    width: 100%;
  }
  .footer-content-info-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-content-info__block {
    margin-right: 20px;
  }
  .footer-content-info__description {
    margin-top: 31px;
  }
  .footer-content-info__description-item {
    width: 100%;
  }
}

/* Стили соц иконок */
.header-content-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 38%;
}
.header-content-right-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.header-content__social {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
}
.header-content__social-link:first-child {
  margin-right: 8px;
}
.contact-page-footer__social-link-item {
  width: 28px;
  height: 28px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-content-right {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 575px) {
  .header-content-right {
    width: 55%;
  }
  .header-content__social {
    margin-right: 6px;
  }
}
@media (min-width: 0) and (max-width: 400px) {
  .header-content-right {
    width: 56%;
  }
  .header-content__phone-item {
    font-size: 14px;
  }
}
@media (min-width: 0) and (max-width: 374px) {
  .header-content__social {
    display: none;
  }
  .header-content-right {
    width: 50%;
  }
}

/* service-page */
.service-page__faq-content_item-title {
  padding-right: 45px;
}
.service-page__faq-content_item-title::after {
  top: 50%;
  transform: translateY(-50%);
}

/* готовые сайты */
  .service-template-page__banner {
  margin-top: -70px;
  font-family: "Montserrat", sans-serif;
  background: #f3f2f0;
  padding-top: 50px;
  height: 615px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-template-page__banner .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.service-template-page__banner-info__title {
  margin-bottom: 35px;
}
.service-template-page__banner-info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 57px;
}
.service-template-page__banner-info strong {
  color: #d63b49;
}
.service-template-page__banner-info__list {
  list-style: none;
}
.service-template-page__banner-info__list-item {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.service-template-page__banner-info__list-item::before {
  margin-right: 10px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  filter: blur(3px);
  display: inline-block;
  background: #d63b49;
  vertical-align: middle;
  transition: 0.3s;
}
.service-template-page__banner-info__list-item:hover {
  cursor: default;
  color: #333333;
}
.service-template-page__banner-info__list-item:hover::before {
  margin-right: 0;
  transform: scale(0.8);
}
.service-template-page__banner-info__button {
  margin-top: 70px;
}
.service-template-page__banner-image {
  max-width: 600px;
  animation: templateImage 6s infinite ease-in-out;
}
.service-template-page__banner-image img {
  width: 100%;
}
@keyframes templateImage {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-5deg) translate(5px, 3px);
  }
  100% {
    transform: rotate(0);
  }
}
@media (max-width: 1199.9px) {
  .service-template-page__banner-image {
    max-width: 340px;
  }
}
@media (max-width: 991.9px) {
  .service-template-page__banner {
    height: auto;
    padding-bottom: 40px;
  }
  .service-template-page__banner-image {
    max-width: 350px;
  }
}
@media (max-width: 767.9px) {
  .service-template-page__banner-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .service-template-page__banner .container {
    flex-direction: column-reverse;
  }
}
/*  */
.service-template-page__stages {
  padding-bottom: 0;
}
.service-template-page__stages .service-page__stages-item-text .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-page__stages-item .service-page__stages-item-num,
.service-page__stages-item:first-child .service-page__stages-item-num{
  min-width: 135px;
}
.service-template-page__stages .service-page__stages-content {
  column-gap: 60px;
  margin-bottom: -50px;
  margin-top: 75px;
  justify-content: space-between;
}
.service-template-page__stages .service-page__stages-item {
  width: calc((100% - 80px) / 2);
  margin: 0;
  margin-bottom: 50px;
}
.service-template-page__stages .service-page__stages-item::after {
  display: none;
}
.service-template-page__stages .service-page__stages-item-text .title strong {
  color: #d63b49;
}
.service-template-page__stages .service-page__stages-item-text .description {
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 991.9px) {
  .service-template-page__stages .service-page__stages-item {
    width: 100%;
  }
  .service-template-page__stages .service-page__stages-item .title {
    font-size: 15px;
  }
  .service-page__stages-item .service-page__stages-item-num,
  .service-page__stages-item:first-child .service-page__stages-item-num {
    min-width: 110px;
    font-size: 70px;
  }
}
@media (max-width: 767.9px) {
  .service-template-page__stages .service-page__stages-content {
    margin-top: 40px;
  }
}
/*  */
.servicepage-template-advantages {
  margin-bottom: 100px;
  padding-top: 100px;
}
.servicepage-template-advantages .servicepage-advantages-content-wrap {
  justify-content: space-between;
  margin-bottom: -50px;
}
.servicepage-template-advantages .servicepage-advantages-content__block {
  width: calc((100% - 90px) / 2);
  margin: 0;
  margin-bottom: 50px;
}
.servicepage-template-advantages-image .servicepage-advantages-wrap {
  display: flex;
  align-items: stretch;
  column-gap: 30px;
  position: relative;
}
.servicepage-template-advantages-image .servicepage-advantages__image {
  width: 100%;
  height: 800px;
}
.servicepage-template-advantages-image .servicepage-advantages-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 49%;
  min-height: 500px;
  height: 800px;
  background-color: #F3F2F0;
}
.servicepage-template-advantages-image .servicepage-advantages-content {
  flex: 0 0 100%;
}
.servicepage-template-advantages-image .servicepage-advantages-content .servicepage-advantages-content-wrap {
  flex-direction: column;
  align-items: flex-end;
}
.servicepage-template-advantages-image .servicepage-advantages-content .servicepage-advantages-content__block {
  flex: 0 0 49.9%;
  width: 100%;
  max-width: 49.5%;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .servicepage-template-advantages-image .servicepage-advantages-content .servicepage-advantages-content__block {
    max-width: 49.5%;
  }
}
@media (max-width: 991.9px) {
  .servicepage-template-advantages {
    margin-bottom: 60px;
  }
  .servicepage-template-advantages .servicepage-advantages-content__block {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .servicepage-template-advantages-image .servicepage-advantages-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .servicepage-template-advantages-image .servicepage-advantages-image {
    position: relative;
    height: 400px;
    min-height: auto;
    max-width: 100%;
    background-position: top center !important;
  }
  .servicepage-template-advantages-image .servicepage-advantages-content .servicepage-advantages-content__block {
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .servicepage-template-advantages-image .servicepage-advantages-image {
    height: 300px;
  }
}
/*  */
.service-template-page {
  padding-top: 100px;
}
.service-template-page .service-page__block-tab-wrap {
  justify-content: space-between;
}
.service-template-page .service-page__block-tab-wrap::after {
  display: none;
}
@media (max-width: 767.9px) {
  .service-template-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-template-page .service-page__block-tab-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-template-page .service-page__block-tab__price {
    display: block !important;
    margin-top: 20px;
  }
}
/*  */
.frontpage-portfolio__link {
  margin-top: 30px;
  text-align: center;
}
.frontpage-portfolio__link-item {
  color: #d63b49;
  font-size: 18px;
}
.frontpage-portfolio-content__block-tag {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 10px;
  font-size: 25px;
}
@media (max-width: 767.9px) {
  .frontpage-portfolio__link{
    margin-top: 15px;
  }
  .frontpage-portfolio__link-item  {
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1240px !important;
  }
}
.header-fixed {
  padding-bottom: 29px;
}

.header-empty {
  height: 120px;
}

.service-page__offer-image-img {
  display: none;
}

.service-page__offer-image-text {
  bottom: 50% !important;
  transform: translateY(50%);
}

/* 30.05.25 */
.wpcf7-form__checkbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  
}
.frontpage-form .wpcf7-form__checkbox {
  margin-bottom: 25px;
}
.wpcf7-form__checkbox span.wpcf7-form-control-wrap {
    margin: 0 !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.wpcf7-form__checkbox .wpcf7-list-item {
    margin: 0;
    width: 100%;
}


/* Скрываем стандартные чекбоксы */
.wpcf7-form__checkbox .wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

/* Создаем кастомный чекбокс */
.wpcf7-form__checkbox .wpcf7-list-item label {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    line-height: 1.4;
}

/* Псевдоэлемент для визуализации чекбокса */
.wpcf7-form__checkbox .wpcf7-list-item label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #d63b49;
    background-color: #fff;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.frontpage-form .wpcf7-form__checkbox .wpcf7-list-item label::before {
  border: 2px solid #fff;
  background-color: transparent;
}

/* Псевдоэлемент для галочки */
.wpcf7-form__checkbox .wpcf7-list-item label::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.frontpage-form .wpcf7-form__checkbox .wpcf7-list-item label::after {
   color: #000;
}

/* Стили для активного состояния */
.wpcf7-form__checkbox .wpcf7-list-item label:has(input[type="checkbox"]:checked) .wpcf7-list-item-label::before,
.wpcf7-form__checkbox .wpcf7-list-item label:has(input[type="checkbox"]:checked)::before {
    background-color: #d63b49; /* Красный цвет */
    border-color: #d63b49;
}

.frontpage-form .wpcf7-form__checkbox .wpcf7-list-item label:has(input[type="checkbox"]:checked) .wpcf7-list-item-label::before,
.frontpage-form .wpcf7-form__checkbox .wpcf7-list-item label:has(input[type="checkbox"]:checked)::before {
    background-color: #fff; /* Белый цвет */
    border-color: #fff;
}

.wpcf7-form__checkbox .wpcf7-list-item label:has(input[type="checkbox"]:checked) .wpcf7-list-item-label::after,
.wpcf7-form__checkbox .wpcf7-list-item label:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
}

/* Эффект при наведении */
.wpcf7-form__checkbox .wpcf7-list-item label:hover::before {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.3);
}

/* Текст чекбокса */
.wpcf7-form__checkbox .wpcf7-list-item-label {
    margin-left: 0;
    position: relative;
}

/* Ссылки внутри текста чекбоксов */
.frontpage-form .wpcf7-form__checkbox .wpcf7-list-item-label {
  color: #fff;
}
.wpcf7-form__checkbox .wpcf7-list-item-label a {
    color: #000;
    text-decoration: underline;
}

.frontpage-form .wpcf7-form__checkbox .wpcf7-list-item-label a {
  color: #fff;
}

.wpcf7-form__checkbox .wpcf7-list-item-label a:hover {
    color: #b02a37;
}

.frontpage-form .wpcf7-form__checkbox .wpcf7-list-item-label a:hover {
  color: #fafafa;
}


/* Альтернативный вариант с более точным позиционированием */
.wpcf7-form__checkbox .wpcf7-list-item {
    position: relative;
}

.wpcf7-form__checkbox .wpcf7-list-item label {
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
}

.wpcf7-form__checkbox .wpcf7-list-item label::before {
    position: absolute;
    left: 0;
    top: 2px;
}

.wpcf7-form__checkbox .wpcf7-list-item label::after {
    position: absolute;
    left: 4px;
    top: 6px;
}

:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.contact-page-main {
  flex-direction: column;
  align-items: flex-start;
  gap: 38px;
}

.contact-page-main h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.contact-page-main__block-item,
.contact-page-main__bloc-title-item {
  text-align: left !important;
}

.contact-page-main-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.contact-page-main__block {
  margin-bottom: 0 !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.contact-page-main__block--main {
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .contact-page-main__block-item,
  .contact-page-main__bloc-title-item {
    font-size: 14px;
  }
  
  .contact-page-main h2 {
    font-size: 20px;
  }
  
  .contact-page-main {
    gap: 24px;
  }
  
  .modal__wrapper .modal__block, .modal__wrapper .wpcf7-form-wrapper {
    padding: 35px 31px 38px;
  }
}

/* Cookie */
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #F3F2F0;
    padding: 16px 0;
    font-size: 15px;
    line-height: 1.4;
    z-index: 9999;
    display: none;
    box-sizing: border-box;
}

.cookie-notification.show {
    display: block;
    animation: slideUp 0.3s ease-out;
}

.cookie-notification.hide {
    animation: slideDown 0.3s ease-in forwards;
}

@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

@keyframes slideDown {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}

.cookie-notification__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-notification__text {
    color: #000;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    max-width: 785px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cookie-notification__link {
    color: #000;
    text-decoration: underline;
}

.cookie-notification__button {
    background: #D63B49;
    color: white;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.cookie-notification__button:hover {
    background: #c82333;
}

@media (max-width: 768px) {
    .cookie-notification {
        padding: 20px 15px;
    }
    
    .cookie-notification__container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-notification__text {
        font-size: 13px;
    }
    
    .cookie-notification__button {
        width: 100%;
        max-width: 200px;
    }
}