/*
 Theme Name:   Детский центр развития в Могилеве
 Theme URI:    https://ergosolut.by
 Description:  ПроЗнание работает для детей. А это значит: для нас важны талант и интересы вашего ребенка.
 Author:       ergosolut
 Author URI:   https://ergosolut.by
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
@media (min-width: 992px) {
  body:not(.logged-in) {
    zoom: 0.85; /* 85% масштаб */
  }
}

.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) .brx-popup-backdrop {
    backdrop-filter: blur(3px);
}
.popup-form-wrap form input:active, .popup-form-wrap form input:focus, .popup-form-wrap form input:focus-visible {
    outline: 1px solid #41beea!important;
}
form input:active, form input:focus, form input:focus-visible, form textarea:active, form textarea:focus, form textarea:focus-visible {
    outline: 1px solid #41beea!important;
}
nav.rank-math-breadcrumb {
    font-size: clamp(0.875rem, 0.8125rem + 0.2083vw, 1rem);
    color: #1D2939; 
  font-weight: 600;
}
nav.rank-math-breadcrumb a {
    color: #6B7280; 
  font-weight: 400;
}


ul.toc-list li {
    font-size: clamp(0.875rem, 0.75rem + 0.4167vw, 1.125rem);
    border-radius: 12px;  
    padding: 14px 12px;
  line-height: 1.2;
}
ul.toc-list li.is-active-li {
    font-weight: 600;
    background: #F6F6F2;
  
}
.proznanie-content h2 {
  font-size: clamp(1.5rem, 1.25rem + 0.8333vw, 2rem);
  margin: 40px 0px 20px;
}
.proznanie-content h3 {
    font-size: clamp(1.25rem, 1.125rem + 0.4167vw, 1.5rem);
    margin-bottom: 10px;
}

.bricks-button {
    cursor: pointer;
}
.bricks-button svg {
    transition: all 0.4s;
}
.bricks-button:hover svg {
    transform: rotate(45deg);
}
.bricks-button.sm svg {
  width: 36px;
}
.btn-blue path {
    fill: #41beea;
}
.btn-blue rect {
    fill: #fff;
}
.btn-blue:hover path {
    fill: #41beea;
}
.btn-orange:hover path {
    fill: #FF5C1D;
}
.btn-orange path {
    fill: #FF5C1D;
}
.btn-orange rect {
    fill: #fff;
}

div#brxe-clagmb > div:nth-child(2) {
    border-right: 1px solid #6B7280;
    border-left: 1px solid #6B7280;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 767px) {
  div#brxe-clagmb > div:nth-child(2) {
    border-right: none;
    border-left: none;    
    border-top: 1px solid #6B7280;
    border-bottom: 1px solid #6B7280;
    padding-left: 0px;
    padding-right: 0px;
  }
  
}
body #clearfy-cookie {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    max-width: 1080px;
    padding: 20px 30px;
    box-shadow: 0 20px 50px -15px #72757b;
}
body .clearfy-cookie-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
body .clearfy-cookie-container span {
    text-align: left;
    font-size: 14px;
}
body .clearfy-cookie-accept {
    display: block;
    margin: 0px;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 100px;
}
@media (max-width: 600px) {
  ul.toc-list li {
    padding: 0px;
    margin-bottom: 10px;
  }

  
  body .clearfy-cookie-container {
        flex-direction: column;
    }
    body .clearfy-cookie-accept {
        padding: 10px 19px;
        font-size: 15px;
        width: 100%;
    }
  body .clearfy-cookie-container span {
        text-align: center;
        font-size: 12px;
    }
}


#brxe-zozeks {
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform;
}
#brxe-zozeks.header--hidden {
    transform: translateY(-110%);
}


@media (max-width: 990px) {
  #brxe-lplezy-wrapper {
    overflow-x: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
  }
  #brxe-lplezy-wrapper::-webkit-scrollbar {
    display: none;
  }
  ul#menu-menu-privacy {
    flex-wrap: wrap;
  }
}
div#brxe-lplezy > div:nth-child(2) {
    transform: rotate(-3deg);
}
div#brxe-lplezy > div:nth-child(4) {
    transform: rotate(3deg);
}
div#brxe-lplezy > div:nth-child(6) {
    transform: rotate(-3deg);
}


.btn-dark {
  border-radius: 100px;
  background: #151617;
  padding: 16px 20px;
  display: flex;
  gap: 8px;
  line-height: 1.1;
  cursor: pointer;
}
.btn-dark div#brxe-qdhceh {
    transition: all 0.4s;
}
.btn-dark:hover div#brxe-qdhceh {
    transform: rotate(45deg);
}
.btn-dark-text {
  font-family: Onest;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  line-height: 1.1;
  padding-top: 2px;
}
.btn-dark-icon {
  background: #FFFFFF;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .btn-dark-text {
    font-size: 14px;
    padding-top: 4px;
  }
  .btn-dark {
    border-radius: 100px;
    background: #151617;
    padding: 12px 12px 12px 20px;
  }
  
}



form#fluentform_3 .form-desc svg, form#fluentform_4 .form-desc svg {
    width: 63px;
    height: 63px;
    border-radius: 100px;
    background: #FED634;
    flex-shrink: 0;
}
form#fluentform_4 .form-desc svg {
  background: #fff;
}
form#fluentform_3 .form-desc svg path, form#fluentform_4 .form-desc svg path {
    fill: #151617;
}

form#fluentform_3 .form-title, form#fluentform_6 .form-title  {
    width: 100%;
    text-align: center;
    font-size: clamp(2rem, 1.3125rem + 2.2917vw, 3.375rem);
    color: var(--bricks-color-cpixsy);
    margin-bottom: 30px;
    font-family: "Manrope";
    font-weight: 800;
    line-height: 1.2;
    max-width: 850px;
    margin: 0 auto 30px;
}
form#fluentform_4 .form-title  {
    width: 100%;
    text-align: center;
    font-size: clamp(2rem, 1.3125rem + 2.2917vw, 3.375rem);
    color: var(--bricks-color-cpixsy);
    margin-bottom: 30px;
    font-family: "Manrope";
    font-weight: 800;
    line-height: 1.2;
    max-width: 850px;
    margin: 0 auto 0px;
}
form#fluentform_3 .form-desc, form#fluentform_4 .form-desc, form#fluentform_6 .form-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: clamp(1rem, 0.9063rem + 0.3125vw, 1.25rem);
}
form#fluentform_1 .form-title {
    font-family: Onest;
    font-weight: 300;
    line-height: 130%;
    text-align: center;
    font-size: clamp(1.5rem, 1.3125rem + 0.625vw, 2rem);
}

form#fluentform_1 label, form#fluentform_3 label, form#fluentform_4 label, form#fluentform_6 label {
    font-size: clamp(1rem, 0.9063rem + 0.3125vw, 1.25rem);
    margin-bottom: 10px;
}
form#fluentform_4 label {
  color: #0A2540;

}

form#fluentform_1 input, form#fluentform_1 select, form#fluentform_1 textarea, form#fluentform_3 input, form#fluentform_3 select, form#fluentform_3 textarea, form#fluentform_4 input, form#fluentform_4 select, form#fluentform_4 textarea, form#fluentform_6 input, form#fluentform_6 select, form#fluentform_6 textarea {
    background-color: #FAFAFA;
    border-radius: 24px;
    padding: 26px 20px;
    line-height: 1;
    font-size: 18px;
}
form#fluentform_1 .ff-el-group, form#fluentform_3 .ff-el-group, form#fluentform_4 .ff-el-group {
    margin-top: 30px;
    position: relative;
}
form#fluentform_1 input:not([type="checkbox"]), form#fluentform_1 select, form#fluentform_3 input:not([type="checkbox"]), form#fluentform_3 select, form#fluentform_4 input:not([type="checkbox"]), form#fluentform_4 select, form#fluentform_6 input:not([type="checkbox"]), form#fluentform_6 select {
  height: 78px;
}
form#fluentform_1 textarea, form#fluentform_3 textarea, form#fluentform_4 textarea  {
    resize: vertical;
    height: 140px;
}
.error.text-danger {
    color: red;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

form {
    position: relative;
    z-index: 4;
}
form#fluentform_1 button, form#fluentform_3 button, form#fluentform_4 button, form#fluentform_6 button {
    background: #FED634;
    color: #000000;
    font-family: Onest;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0%;
    font-size: clamp(1.125rem, 0.9844rem + 0.4688vw, 1.5rem);
    width: 100%;
    text-align: center;
    max-width: 400px;
    border-radius: 100px;
    margin: 0 auto;
    display: block;
    transition: all 0.4s;
    padding: 40px 30px ;
}
form#fluentform_1 button:hover, form#fluentform_3 button:hover, form#fluentform_4 button:hover, form#fluentform_6 button:hover  {
  opacity: 0.8;
}
form#fluentform_4 button, form#fluentform_6 button {
  background: #000;
  color: #fff;
}
form#fluentform_6 p.form-desc {
    max-width: 600px;
    margin: 0 auto 50px;
}
form#fluentform_4 p.form-desc {
    max-width: 600px;
    margin: 0 auto 20px;
}
form#fluentform_4 .wrap-input, form#fluentform_6 .wrap-input {
    max-width: 600px;
    margin: 0 auto 30px;
}






/* Скрываем нативный чекбокс */
.ff-el-form-check.ff-el-tc .ff-el-form-check-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

/* Обёртка */
.ff-el-form-check.ff-el-tc {
  display: flex;
  align-items: flex-start;
}

/* Лейбл */
.ff-el-form-check.ff-el-tc .ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

/* Кастомный чекбокс — контейнер */
.ff-el-form-check.ff-el-tc .ff_tc_checkbox {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1.5px solid #c0c0c0;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* Галочка через псевдоэлемент */
.ff-el-form-check.ff-el-tc .ff_tc_checkbox::after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: 3px solid transparent;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-1px);
    transition: border-color 0.15s ease;
}

/* Текст */
.ff-el-form-check.ff-el-tc .ff_t_c {
  font-size: 13px;
  line-height: 1.5;
  color: #888;
  transition: color 0.2s ease;
}

/* ─── АКТИВНОЕ СОСТОЯНИЕ (класс ff_item_selected) ─── */

.ff-el-form-check.ff-el-tc.ff_item_selected .ff_tc_checkbox {
  background-color: #FED634;
  border-color: #FED634;
}
#fluentform_4 .ff-el-form-check.ff-el-tc.ff_item_selected .ff_tc_checkbox, #fluentform_6 .ff-el-form-check.ff-el-tc.ff_item_selected .ff_tc_checkbox {
  background-color: #fff;
  border-color: #fff;
}
.ff-el-form-check.ff-el-tc.ff_item_selected .ff_tc_checkbox::after {
  border-color: #000;
}

.ff-el-form-check.ff-el-tc.ff_item_selected .ff_t_c {
  color: #1a1a1a;
}
.ff_columns_total_2 {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}


@media (max-width: 768px) {
  form#fluentform_3 .form-desc svg, form#fluentform_4 .form-desc svg {
      display: none;
  }
  form#fluentform_3 .form-desc, form#fluentform_4 .form-desc, form#fluentform_6 .form-desc {
      align-items: flex-start;
      text-align: center;
  }
  .ff_columns_total_2 {
      gap: 0px;
      grid-template-columns: 1fr;
  }
  form#fluentform_3 .form-title, form#fluentform_6 .form-title {
      margin: 0 auto 10px;
  }
  form#fluentform_1 label, form#fluentform_3 label, form#fluentform_4 label, form#fluentform_6 label  {
      margin-bottom: 5px;
  }
  form#fluentform_1 input:not([type="checkbox"]), form#fluentform_1 select, form#fluentform_3 input:not([type="checkbox"]), form#fluentform_3 select, form#fluentform_4 input:not([type="checkbox"]), form#fluentform_4 select {
      height: 60px;
  }
  form#fluentform_1 input, form#fluentform_1 select, form#fluentform_1 textarea, form#fluentform_3 input, form#fluentform_3 select, form#fluentform_3 textarea, form#fluentform_4 input, form#fluentform_4 select, form#fluentform_4 textarea {
      border-radius: 12px;
      padding: 12px 20px;
      font-size: 16px;
  }
  form#fluentform_1 .ff-el-group, form#fluentform_3 .ff-el-group, form#fluentform_4 .ff-el-group  {
      margin-top: 20px;
  }
  form#fluentform_1 button, form#fluentform_3 button, form#fluentform_4 button {
      padding: 22px !important;
  }
  .ff-el-group.ff-text-left.ff_submit_btn_wrapper {
      margin-top: 10px !important;
  }

}


.page-id-294 form#fluentform_3 .form-desc svg path {
    fill: #ffffff;
}
.page-id-294 form#fluentform_3 .form-desc svg {
    background: #41BEEA;
}
.page-id-294 form#fluentform_3 button {
    background: #41beea;
    color: #fff;
}

.page-id-294 .ff-el-form-check.ff-el-tc.ff_item_selected .ff_tc_checkbox {
    background-color: #41beea;
    border-color: #41beea;
}


/* Анимация */
    @keyframes float-vertical {
      0%   { transform: translateY(0px) scale(1); }
      20%  { transform: translateY(18px) scale(1.04); }
      40%  { transform: translateY(-14px) scale(0.97); }
      60%  { transform: translateY(10px) scale(1.02); }
      80%  { transform: translateY(-8px) scale(0.99); }
      100% { transform: translateY(0px) scale(1); }
    }

    @keyframes float-horizontal {
      0%   { transform: translateX(0px) translateY(0px); }
      15%  { transform: translateX(20px) translateY(6px); }
      35%  { transform: translateX(-18px) translateY(-8px); }
      55%  { transform: translateX(10px) translateY(14px); }
      75%  { transform: translateX(-12px) translateY(-10px); }
      100% { transform: translateX(0px) translateY(0px); }
    }

    @keyframes float-diagonal {
      0%   { transform: translate(0px, 0px) rotate(0deg); }
      25%  { transform: translate(14px, 16px) rotate(2deg); }
      50%  { transform: translate(-12px, -14px) rotate(-1.5deg); }
      75%  { transform: translate(-10px, 12px) rotate(1deg); }
      100% { transform: translate(0px, 0px) rotate(0deg); }
    }


    .anim-1 {
      animation: float-vertical 13.2s ease-in-out infinite;
    }
    .anim-2 {
      animation: float-horizontal 14.7s ease-in-out infinite;
      animation-delay: -1.5s;
    }
    .anim-3 {
      animation: float-diagonal 15.9s ease-in-out infinite;
      animation-delay: -3s;
    }







div#brxe-wjyhee > div:nth-child(odd) .blokc-course-img {
    transform: rotate(-5deg);
}
div#brxe-wjyhee > div:nth-child(even) .blokc-course-img {
    transform: rotate(5deg);
}

@media (max-width: 767px) {
  .brxe-dzhxcs .brxe-kgplta.brxe-div {
    flex-wrap: nowrap; /* отключаем перенос */
    overflow-x: auto; /* включаем скролл */
    -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
    scrollbar-width: none; /* скрыть скроллбар Firefox */
    padding-bottom: 4px;
  }

  /* Скрыть скроллбар Chrome/Safari */
  .brxe-dzhxcs .brxe-kgplta.brxe-div::-webkit-scrollbar {
    display: none;
  }

  /* Чтобы теги не сжимались */
  .brxe-dzhxcs .brxe-kgplta.brxe-div .brxe-yzfwcd {
    flex-shrink: 0;
  }
}






ul.course-filter span {
    padding: 24px 48px !important;
}




@media (max-width: 767px) {
  ul.course-filter span {
    padding: 16px 24px !important;
  }
  .course-filter {
    gap: 20px !important;
    margin-left: 0px!important;
  }
  #brxe-zpdgap .bricks-nav-menu {
    flex-wrap: wrap;
    gap: 15px!important;
  }
}




ul#brxe-pckgdm > li:nth-child(1) {
    order: 3;
}
ul#brxe-pckgdm > li:nth-child(2) {
    order: 4;
}
ul#brxe-pckgdm > li:nth-child(3) {
    order: 5;
}
ul#brxe-pckgdm > li:nth-child(4) {
    order: 1;
}
ul#brxe-pckgdm > li:nth-child(5) {
    order: 2;
}





#brxe-ldfwwk > a:nth-child(1) {
  order: 1;
}

#brxe-ldfwwk > a:nth-child(2) {
  order: 2;
}

#brxe-ldfwwk > a:nth-child(3) {
  order: 3;
}

#brxe-ldfwwk > a:nth-child(4) {
  order: 5;
}

#brxe-ldfwwk > a:nth-child(5) {
  order: 6;
}
#brxe-ldfwwk > a:nth-child(6) {
  order: 7;
}

#brxe-ldfwwk > a:nth-child(7) {
  order: 8;
}

#brxe-ldfwwk > a:nth-child(8) {
  order: 9;
}

#brxe-ldfwwk > a:nth-child(9) {
  order: 10;
}

#brxe-ldfwwk > a:nth-child(10) {
  order: 11;
}

#brxe-ldfwwk > a:nth-child(11) {
  order: 12;
}

#brxe-ldfwwk > a:nth-child(12) {
  order: 13;
}

.gglyandx span {
  font-weight: 600;
}


#brxe-lihgdi {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
#brxe-lihgdi .brxe-button {
  border-radius: 100px;
    border: 1px solid #0A2540;
    padding: 16px 22px 14px;
    background: transparent;
    color: #0A2540;
  font-size: clamp(0.875rem, 0.8125rem + 0.2083vw, 1rem);
  text-transform: none;
  font-family: "Onest";
    font-weight: 400;
}
#brxe-lihgdi .brxe-button.active {
    background: #0A2540;
    color: #fff;
    font-weight: 600;
}


@media (max-width: 767px) {
  #brxe-lihgdi {
    gap: 15px;
    margin-bottom: 30px;
  }
}




div#brxe-ezqlyc > div:first-child {
    padding-left: 0px;
}
div#brxe-ezqlyc > div:last-child {
    padding-right: 0px;
  border: none;
}
@media (max-width: 991px) {
  div#brxe-ezqlyc > div:nth-child(3) {
    padding-right: 0px;
    border: none;
  }
}
@media (max-width: 767px) {
  div#brxe-ezqlyc > div:nth-child(3) {
    padding-right: 20px;
    border-right: 1px solid #6B7280;
  }
  
  div#brxe-ezqlyc > div:nth-child(2), div#brxe-ezqlyc > div:nth-child(4)  {
    padding-right: 0px;
    border: none;
  }
  div#brxe-ezqlyc > div:not(:last-child) {
    border-bottom: 1px solid #6B7280;
  }
  div#brxe-ezqlyc > div:last-child {
    grid-column: span 2;
  }
  
}

div#brxe-blsvio span {
    content: url(/wp-content/uploads/2026/05/about-img-2.svg);
    width: 12%;
}
h1#brxe-npagri span {
  color: #FED634;
}




.photo-three div:nth-child(1) img {
    transform: rotate(-2deg);
}
.photo-three div:nth-child(2) img {
    transform: rotate(-4deg);
}
.photo-three div:nth-child(3) img {
    transform: rotate(2deg);
}
@media (max-width: 767px) {
  .photo-three div:nth-child(1) img {
    transform: rotate(-1deg);
  }
  .photo-three div:nth-child(2) img {
    transform: rotate(2deg);
  }
  
  .photo-three div:nth-child(2)  {
    height: 250px;
  }
  .photo-three div:nth-child(3) img {
    transform: rotate(-1deg);
  }
}



div#brxe-qqmfzo > div:nth-child(1) {
  background: #F5F5F0;
  border-radius:0% 50% 0% 50%;
}
div#brxe-qqmfzo > div:nth-child(1) a {
  background: #FDD83F;
}

div#brxe-qqmfzo > div:nth-child(2) {
  background: #EBF4FE;
  border-radius: 50% 50% 50% 0%;
}
div#brxe-qqmfzo > div:nth-child(2) a {
  background: #41BEEA;
  color: #fff;
}

div#brxe-qqmfzo > div:nth-child(3) {
  background: #FFF8E7;
  border-radius: 50% 50% 0% 50%;
}
div#brxe-qqmfzo > div:nth-child(3) a {
  background: #FF5C1D;  
  color: #fff;
}

div#brxe-qqmfzo > div:nth-child(4) {
  background: #F5EFE6;
  border-radius: 50% 0% 50% 0%
}
div#brxe-qqmfzo > div:nth-child(4) a {
  background: #C06D54;  
  color: #fff;
}

div#brxe-qqmfzo > div:hover a {
  opacity: 0.8;
}


div#brxe-qpvwqa > div:last-child {
    border: none;
}




.popup-form-wrap form#fluentform_6 .form-desc {
    display: none;
}
.popup-form-wrap form#fluentform_4 .wrap-input {
    max-width: 100%;
    margin: 0 auto 20px;
}
.popup-form-wrap form#fluentform_4 .form-title, .popup-form-wrap form#fluentform_6 .form-title {
    font-size: clamp(1.5rem, 1.1875rem + 1.0417vw, 2.125rem);
}
.popup-form-wrap .ff-el-form-check.ff-el-tc .ff_t_c {
    font-size: 10px;
}
.popup-form-wrap form#fluentform_4 button, .popup-form-wrap form#fluentform_6 button {
    padding: 24px 32px;
    width: auto;
    font-size: 18px;
}
.popup-form-wrap form#fluentform_4 label, .popup-form-wrap form#fluentform_6 label {
    color: #0A2540;
    font-size: 14px;
    margin-bottom: 5px;
}
.popup-form-wrap form#fluentform_4 input:not([type="checkbox"]), .popup-form-wrap form#fluentform_6 input:not([type="checkbox"]) {
    height: 60px;
    border-radius: 16px;
    padding: 16px 14px;
    font-size: 16px;
}
ul#menu-header-menu > li:hover path {
    fill: var(--bricks-color-jpctww);
}

@media (max-width: 1340px) {
    div#brxe-lgkiqo, div#brxe-6bb35e {
        display: none;
    }
}

@media (max-width: 768px) {
    .popup-form-wrap form#fluentform_6 .form-title  {
        margin: 0 auto 20px;
    }
	
	.popup-form-wrap form#fluentform_4 .form-title {
        margin: 0 auto 0px;
		
	}
    .popup-form-wrap form#fluentform_4 button, .popup-form-wrap form#fluentform_6 button {
        padding: 22px 20px;
        width: auto;
        font-size: 16px;
        width: 100%;
        max-width: 100%;
    }
    .popup-form-wrap form#fluentform_4 input:not([type="checkbox"]), .popup-form-wrap form#fluentform_6 input:not([type="checkbox"]) {
        height: 50px;
    }       
    .brxe-fezwuh .brxe-pjclle.brxe-block {
        justify-content: center;
    }
    .brxe-fezwuh .brxe-pjclle.brxe-block {
        border: none !important;
        background-color: transparent !important;
        justify-content: flex-start!important;
        gap: 10px;
    }
    
}
#brxe-fmougq {
    transition: all 0.4s;
}
#brxe-fmougq:hover {
    background: #111212;
    color: #fff;
}


div#brxe-osixqc > div:nth-child(1) {
    background: #F5F5F0;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 60%;
}
div#brxe-osixqc > div:nth-child(2) {
    background: #EBF4FE;
    border-radius: 60%;
    border-bottom-left-radius: 0%;
}
div#brxe-osixqc > div:nth-child(3) {
    background: #F5EFE6;
    border-top-left-radius: 60%;
    border-top-right-radius: 60%;
}










div#brxe-khthcw > div:nth-child(2), #brxe-sqwukc> a:nth-child(2), #brxe-e46c99 > div:nth-child(2)  {
    border-left: 1px solid var(--bricks-color-cpixsy);
    border-right: 1px solid var(--bricks-color-cpixsy);
}
#brxe-sqwukc> a:hover .brxe-ixuxbq.brxe-text-basic, #brxe-sqwukc> a:hover .brxe-ebhmnh.brxe-text-basic {
   color: #ffffff;
}
#brxe-sqwukc> a .svg-icon {
   opacity: 0;
   transform: scale(0.5);
}
#brxe-sqwukc> a:hover .btn * {
	color: #ffffff;
}
#brxe-sqwukc> a:hover .btn svg path {
	fill: #ffffff;
}
#brxe-sqwukc> a:hover svg {
   opacity: 1; 
   transform: scale(1);
}
@media (max-width: 768px) {
   div#brxe-khthcw > div:nth-child(2), #brxe-sqwukc> a:nth-child(2), #brxe-e46c99 > div:nth-child(2) {
      border-left: 0px solid var(--bricks-color-cpixsy);
      border-right: 0px solid var(--bricks-color-cpixsy);
      border-bottom: 1px solid var(--bricks-color-cpixsy);
      border-top: 1px solid var(--bricks-color-cpixsy);
   }  
}






form#fluentform_5 .form-title {
    width: 100%;
    text-align: center;
    font-size: clamp(2rem, 1.3125rem + 2.2917vw, 3.375rem);
    color: var(--bricks-color-cpixsy);
    margin-bottom: 30px;
    font-family: "Manrope";
    font-weight: 800;
    line-height: 1.2;max-width: 850px;
    margin: 0 auto 10px;
    position: relative;
}
form#fluentform_5 .form-desc {
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 0.8125rem + 0.625vw, 1.375rem);
    color: var(--bricks-color-cpixsy);
    line-height: 1.2;
    max-width: 850px;
    margin: 0 auto 30px;
}

form#fluentform_5 label {
    font-size: clamp(1rem, 0.9063rem + 0.3125vw, 1.25rem);
    margin-bottom: 10px;
}

form#fluentform_5 input,
form#fluentform_5 select,
form#fluentform_5 textarea {
    background-color: transparent;
    border-radius: 0px;
    padding: 15px 20px;
    line-height: 1;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #3D2B1F;
}

form#fluentform_5 .ff-el-group {
    margin-top: 30px;
    position: relative;
}

form#fluentform_5 input:not([type="checkbox"]),
form#fluentform_5 select {
    height: auto;
}

form#fluentform_5 textarea {
    resize: vertical;
    height: 140px;
}

form#fluentform_5 button {
   background: #C06D54;
    color: #fff;
    font-family: Onest;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0%;
    font-size: clamp(1.125rem, 0.9844rem + 0.4688vw, 1.5rem);
    width: 100%;
    text-align: center;
    max-width: 400px;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    transition: all 0.4s;
    padding: 40px 30px;
}

form#fluentform_5 button:hover {
    opacity: 0.8;
}
form#fluentform_5 .form-title svg {
   position: absolute;
   top: -35px;
   width: 80px;
   z-index: -1;
}

@media (max-width: 768px) {
   form#fluentform_5 .form-title svg {
      width: 40px;
   }
    form#fluentform_5 .form-title {
        margin: 0 auto 10px;
    }
    form#fluentform_5 label {
        margin-bottom: 5px;
    }
    form#fluentform_5 input:not([type="checkbox"]),
    form#fluentform_5 select {
        height: auto;
    }
    form#fluentform_5 input,
    form#fluentform_5 select,
    form#fluentform_5 textarea {
        padding: 12px 20px;
        font-size: 16px;
    }
    form#fluentform_5 .ff-el-group {
        margin-top: 20px;
    }
    form#fluentform_5 button {
        padding: 22px !important;
    }
}


.page-id-307 form#fluentform_5 button {
    background: #6B7A4A;
    color: #fff;
}
.page-id-307 form#fluentform_5 .form-title svg path {
    fill: #6B7A4A;
}

.page-id-306 form#fluentform_5 button{
	background: #3D2B1F;
}
.page-id-306 form#fluentform_5 .form-title svg path {
    display: none;
}

section#brxe-iktacl > div:nth-child(even) > div:nth-child(2){
   order: -1;
}
section#brxe-iktacl > div:nth-child(even) > div:nth-child(1) {
    background-color: #8FA370;
}
section#brxe-iktacl > div:nth-child(even) > div:nth-child(1) .btn-name.brxe-text-basic, section#brxe-iktacl > div:nth-child(even) > div:nth-child(1) .title.brxe-text-basic, section#brxe-iktacl > div:nth-child(even) > div:nth-child(1) .desc.brxe-text-basic {
   color: #3D2B1F;
}
section#brxe-iktacl > div:nth-child(even) > div:nth-child(1) .brxe-inivzc.brxe-svg :not([fill="none"]) {
    fill: #3D2B1F;
}
section#brxe-iktacl > div:nth-child(even) > div:nth-child(1) > div {
    margin-right: auto;
    margin-left: 0;
}

@media (max-width: 768px) {
	section#brxe-iktacl > div:nth-child(even) > div:nth-child(2){
	   order: 2;
	}
}



div#brxe-qgwnzr > div img {
	opacity: 0;
	transition: all 0.4s;
}
div#brxe-qgwnzr > div:hover img {
	opacity: 1;
}
div#brxe-qgwnzr > div:before, div#brxe-88c813 > div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: #3D2B1F;
	opacity: 0;
	transition: all 0.4s;
}
div#brxe-qgwnzr > div:hover:before, div#brxe-88c813 > div:hover:before {
	opacity: 1;
}
div#brxe-qgwnzr > div:hover .brxe-wmdgtb.brxe-text-basic, div#brxe-88c813 > div:hover .brxe-490701.brxe-text-basic {
	color: #fff;
}
div#brxe-qgwnzr > div:hover .brxe-lbcvpb.brxe-svg :not([fill="none"]), div#brxe-88c813 > div:hover .brxe-svg :not([fill="none"]) {
    fill: #fff;
}

div#brxe-qgwnzr > div:not(last-child), div#brxe-88c813 > div:not(last-child) {
    border-right: 1px solid var(--bricks-color-cpixsy);
}




@media (max-width: 991px) {
	div#brxe-qgwnzr > div:nth-child(2), div#brxe-88c813 > div:nth-child(2) {
		border-right: none;
		border-bottom: 1px solid var(--bricks-color-cpixsy);
	}
	
	div#brxe-qgwnzr > div:nth-child(1), div#brxe-88c813 > div:nth-child(1) {
		border-bottom: 1px solid var(--bricks-color-cpixsy);
	}
	
}
@media (max-width: 768px) {
	div#brxe-qgwnzr > div:nth-child(even) img {
		opacity: 1;
	}
		div#brxe-qgwnzr > div:nth-child(even) .brxe-wmdgtb.brxe-text-basic, div#brxe-88c813 > div:nth-child(odd) .brxe-text-basic {
		color: #fff;
	}
	div#brxe-qgwnzr > div:nth-child(even) .brxe-lbcvpb.brxe-svg :not([fill="none"]), div#brxe-88c813 > div:nth-child(odd) .brxe-svg :not([fill="none"]) {
		fill: #fff;
	}
	div#brxe-qgwnzr > div:nth-child(even):before, div#brxe-88c813 > div:nth-child(odd):before {
		opacity: 1;
	}
}







/* Анимация */
body:not(.logged-in) [class*="anim-"] {
  opacity: 0;
  will-change: transform, opacity, filter;
}
body:not(.logged-in) [class*="anim-"].is-visible {
  opacity: 1;
}

/* ---------- Slide Up (контент: заголовки, текст, карточки) ---------- */
body:not(.logged-in) .anim-slide-up {
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body:not(.logged-in) .anim-slide-up.is-visible {
  transform: translateY(0);
}

/* ---------- Blur In (изображения) ---------- */
body:not(.logged-in) .anim-blur-in {
  filter: blur(20px);
  transform: scale(1.04);
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1),
              filter 1s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body:not(.logged-in) .anim-blur-in.is-visible {
  filter: blur(0);
  transform: scale(1);
}

/* ---------- Stagger — элементы друг за другом ---------- */
body:not(.logged-in) .anim-stagger > .anim-stagger-item {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item {
  opacity: 1;
  transform: translateY(0);
}
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(1) { transition-delay: 0.00s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(2) { transition-delay: 0.12s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(3) { transition-delay: 0.24s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(4) { transition-delay: 0.36s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(5) { transition-delay: 0.48s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(6) { transition-delay: 0.60s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(7) { transition-delay: 0.72s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(8) { transition-delay: 0.84s; }
body:not(.logged-in) .anim-stagger.is-visible > .anim-stagger-item:nth-child(9) { transition-delay: 0.96s; }

/* ---------- Reduce motion ---------- */
@media (prefers-reduced-motion: reduce) {
 body:not(.logged-in) [class*="anim-"], body:not(.logged-in) [class*="anim-"]::after {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* конец Анимации */











div#brxe-dbheci-list > div:nth-child(1) {
	background: #FFEFD1;
}

div#brxe-dbheci-list > div:nth-child(2) {
	background: #D2D28F;
}

div#brxe-dbheci-list > div:nth-child(3) {
	background: #EED1C8;
}

div#brxe-dbheci-list > div:nth-child(4) {
	background: #E7D8B3;
}

div#brxe-dbheci-list > div:nth-child(5) {
	background: #FED634;
}

div#brxe-dbheci-list > div:nth-child(6) {
	background: #FFEFD1;
}

div#brxe-dbheci-list > div:nth-child(7) {
	background: #D2D28F;
}

div#brxe-dbheci-list > div:nth-child(8) {
	background: #EED1C8;
}
