

/* Start:/local/templates/main/assets/css/styles.css?17509398782378*/
/* styles.css */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


@keyframes backgroundMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


/* Контент */
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1rem;
}



/* Подложка с эффектом матового стекла */
.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 31, 30, 0.6); 
  backdrop-filter: blur(5px);
  z-index: -1; 
  border-radius: 10px; 
  padding: 30px; 
}

.content h1 {
  font-size: 2.5rem;
  margin: 0 0 20px;
  color: rgb(255, 255, 255);
}

.txt-rotate > .wrap {
  border-right: 0.08em solid white;
}

/* Секции */
.sections {
  padding: 10px;
  background-color: #001F1E;
  color: white;
  font-family: "IBM Plex Sans", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .sections {
    font-family: "IBM Plex Serif", serif;
    font-weight: 300;
    font-style: normal;
  }
}

.sections section {
  margin: 50px 0;
}

.sections h2 {
  color: rgb(221, 221, 221);
  font-size: 2.5rem;
  border-bottom: 2px solid #c2b575;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2rem;
}

.hidden {
  display: none;
}

.arrow {
  font-size: 1.5rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.arrow.open {
  transform: rotate(180deg);
}



/* КНОПКА */
.button {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button:hover {
  background-color: white;
  color: #001F1E;
}

@keyframes fadeIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* End */


/* Start:/local/templates/main/components/mail/main.feedback/SimpleForm/style.css?17499924752149*/
.simple-feedback {
  max-width: 320px;
  padding: 15px;
  background-color: rgba(47, 61, 60, 0.9);
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.simple-feedback-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.simple-input-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.simple-input-group input {
  flex: 1;
  padding: 10px;
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
}

.simple-btn-submit {
  padding: 10px 15px;
  background: white;
  color: black;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.simple-captcha-group {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.simple-captcha-group img {
  height: 40px;
}

.simple-captcha-group input {
  width: 100px;
  padding: 10px;
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 5px;
  text-align: center;
}

.simple-error-message {
  color: red;
  margin-bottom: 10px;
}
.simple-checkbox-group {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
}

.simple-checkbox-group label {
  display: block;
  margin-bottom: 5px;
}

.simple-checkbox-group input[type="checkbox"] {
  margin-right: 5px;
}

.simple-feedback-form input[type="submit"]:disabled {
  background-color: gray;
  cursor: not-allowed;
  opacity: 0.6;
}
.simple-qr-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.simple-ct-info-block {
  flex: 1 1 auto;
  max-width: 120px;
}

.simple-ct-info-block img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.simple-ct-info-block img:hover {
  transform: scale(1.05);
}

/* Уточнённый адаптив */
@media (max-width: 480px) {
  .simple-qr-links {
    gap: 8px;
    justify-content: center;
  }

  .simple-ct-info-block {
    max-width: 40vw; /* каждая картинка будет до 40% ширины экрана */
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/ServiceFor/style.css?17509327944056*/
.servicesfor h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: white;
    text-decoration: underline;
    text-align: center;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.slider-wrapper {
    display: flex;
    transition: transform 1.5s ease;
    width: 100%;
}

.slider-slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
    box-sizing: border-box;
    min-width: 100%;
}

.servicefor-item {
    display: flex;
    align-items: center;
    width: 90%;
    background-color: #004847;
    color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    border: medium solid #c2b575;

}

.servicefor-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.servicefor-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.servicefor-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.4rem;
    width: 30%;
    text-align: left;
    padding-right: 20px; /* Отступ от линии */
}

.servicefor-line {
    width: 2px;
    height: 150px; /* Фиксированная высота линии */
    background-color: #c2b575;
    margin: 0 20px;
    flex-shrink: 0; /* Запрещаем сжатие линии */
}

.servicefor-description {
    width: 60%;
    text-align: left;
    padding-left: 20px; /* Отступ от линии */
}

.description-item {
    font-size: 1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.description-number {
    font-weight: bold;
    font-size: 1.3rem;
    margin-right: 10px;
    color: #c2b575;
}

.description-text {
    color: #d8d8d8;
    text-align: left;
}

/* Кнопки навигации */
.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.349);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    color: #c2b575;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.slider-button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.slider-button.prev {
    left: 10px;
}

.slider-button.next {
    right: 10px;
}

/* Пагинация */
.slider-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slider-pagination span {
    width: 12px;
    height: 12px;
    background-color: #c2b575;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.slider-pagination span.active {
    opacity: 1;
    background-color: #004847;
}

/* Адаптивность для малых устройств */
@media screen and (max-width: 768px) {
    .servicefor-content {
        flex-direction: column;
        align-items: center;
    }
    
    .servicefor-item {
        flex-direction: column;
        padding: 15px;
    }

    .servicefor-title {
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 10px;
        padding-right: 0; /* Убираем отступ на мобильных */
    }

    .servicefor-line {
        width: 75%;
        height: 2px;
        margin: 10px auto;
    }

    .servicefor-description {
        width: 100%;
        text-align: center;
        padding-left: 0; /* Убираем отступ на мобильных */
    }

    .description-item {
        font-size: 0.9rem;
    }

    .slider-button {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .slider-button.prev {
        left: 5px;
    }

    .slider-button.next {
        right: 5px;
    }
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.list/AdvantagesList/style.css?17510282153286*/
.advantages {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background: transparent;
}

.advantages-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
}

.advantage-item {
    background: transparent;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 120px;
    padding: 10px;
}

.advantage-item:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px #5c542a;
}

.advantage-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.advantage-title {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #ffffff;
    font-family: "Poiret One", serif;
    font-weight: 700;
}

@media (max-width: 767px) {
    .advantages-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .advantage-item {
        width: 90%;
    }
}

/* Popup */
.advantage-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 31, 30, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
}

.advantage-popup.hidden {
    visibility: hidden;
    opacity: 0;
}

.advantage-popup-content {
    background: rgba(0, 31, 30, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage-popup-scrollable {
    max-height: 60vh;
    overflow-y: auto;
    width: 96%;
    padding-right: 10px;
}

/* Стили для скроллбара в попапе преимуществ */
.advantage-popup-scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.advantage-popup-scrollable::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px;
}

.advantage-popup-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(2, 71, 69, 0.87);
    border-radius: 2px;
}

/* Для Firefox */
.advantage-popup-scrollable {
    scrollbar-width: thin;
    scrollbar-color: rgba(2, 71, 69, 0.87) transparent;
}

#advantage-popup-title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

#advantage-popup-description {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    width: 100%;
}

.advantage-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}

.advantage-popup-close:hover {
    color: #c2b575;
}

.advantage-button {
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    cursor: pointer;
}

.advantage-button:hover {
    background: white;
    color: #001F1E;
}

@keyframes fadeIn {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/ServicesList/style.css?17510282635279*/
.servicelist-services h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: white;
    text-decoration: underline;
}

.servicelist-services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) { 
    .servicelist-services-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .servicelist-services-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.servicelist-service-item {
    background-color: #004847;
    color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: medium solid #039693;
}

.servicelist-service-item hr {
    border: none;
    height: 2px;
    background-color: #c2b575;
    width: 50%;
    margin: 20px auto;
}

.servicelist-service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.servicelist-service-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.servicelist-service-property {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #d8d8d8;
}

.servicelist-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 31, 30, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px 0;
    box-sizing: border-box;
}

.servicelist-popup.servicelist-hidden {
    visibility: hidden;
    opacity: 0;
}

.servicelist-popup-content {
    background: rgba(0, 31, 30, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.servicelist-popup-scrollable {
    width: 96%;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}
/* Стили для скроллбара в попапе преимуществ */
.servicelist-popup-scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.servicelist-popup-scrollable::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px;
}

.servicelist-popup-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(2, 71, 69, 0.87);
    border-radius: 2px;
}

/* Для Firefox */
.servicelist-popup-scrollable {
    scrollbar-width: thin;
    scrollbar-color: rgba(2, 71, 69, 0.87) transparent;
}
#servicelist-popup-title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

#servicelist-popup-description {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#servicelist-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
}

.servicelist-popup-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.servicelist-popup-close:hover {
    color: #c2b575;
}

@keyframes fadeIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.servicelist-form-button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 15px;
}

.servicelist-form-button:hover {
    background-color: white;
    color: #001F1E;
}
.servicelist-service-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #c2b575;
    margin-top: 5px;
}

.servicelist-service-meta-separator {
    color: white;
}

.servicelist-service-deadlines,
.servicelist-service-condition {
    display: inline-block;
}
.servicelist-footer-notes {
    margin-top: 30px;
}

.servicelist-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.servicelist-extra-notes {
    text-align: right;
    font-size: 0.95rem;
    color: #c2b575;
    line-height: 1.6;
    padding-left: 20px;
    margin-left: auto;
}

.servicelist-note-line {
    white-space: nowrap;
}

.servicelist-note-highlight {
    color: #ffffff;
    font-weight: 500;
    margin-left: 5px;
}

@media screen and (max-width: 800px) {
    .servicelist-footer-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .servicelist-extra-notes {
        text-align: left;
        padding-left: 0;
        margin-top: 15px;
        margin-left: 0;
    }
    
    .servicelist-note-line {
        white-space: normal;
    }
}

/* End */


/* Start:/local/templates/main/components/mail/main.feedback/ContactsForm/style.css?17509396906558*/
.ct-mfeedbackform {
  padding: 20px;
  padding-bottom: 1px;
  background-color: rgba(0, 31, 30, 0.ct-9);
  color: white;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.ct-3);
  border: medium solid #c2b575;
}

.ct-mfeedbackform h2 {
  font-size: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0.ct-2rem;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.ct-mfeedbackform .ct-mf-text {
  font-size: 1.ct-2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  color: white;
  margin-bottom: 5px;
}

.ct-mfeedbackform input[type="text"],
.ct-mfeedbackform input[type="tel"], /* Добавлено для поля телефона */
.ct-mfeedbackform textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.ct-1rem;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  margin-bottom: 15px;
  box-sizing: border-box; /* Добавлено для корректного расчета ширины */
}

.ct-mfeedbackform textarea {
  resize: none;
}

.ct-mfeedbackform input[type="submit"],
.ct-mfeedbackform button {
  padding: 10px 20px;
  font-size: 1.ct-1rem;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.ct-3s ease, color 0.ct-3s ease;
}

.ct-mfeedbackform input[type="submit"]:hover,
.ct-mfeedbackform button:hover {
  background-color: white;
  color: #001F1E;
}

.ct-mfeedbackform .ct-mf-ok-text {
  font-size: 1.ct-2rem;
  font-weight: bold;
  color: #5c542a;
  margin-bottom: 20px;
  text-align: center;
}

.ct-mfeedbackform .ct-mf-captcha img {
  display: block;
  margin: 10px auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.ct-3);
}

.ct-mfeedbackform .ct-mf-req {
  color: #5c542a;
  font-weight: bold;
}

.ct-mfeedbackform p {
  font-size: 0.ct-9rem;
  font-family: "IBM Plex Sans", sans-serif;
  color: white;
  text-align: center;
}

.ct-mfeedbackform p a {
  color: #5c542a;
  text-decoration: underline;
}

.ct-mfeedbackform p a:hover {
  color: white;
}

/* КНОПКА */
.ct-mfeedbackform .ct-mf-submitform {
  text-align: center;
  margin-top: 20px;
}

.ct-mfeedbackform .ct-mf-submitform input[type="submit"] {
  padding: 10px 20px;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  transition: background-color 0.ct-3s ease, color 0.ct-3s ease;
}

.ct-mfeedbackform .ct-mf-submitform input[type="submit"]:hover {
  background-color: white;
  color: #001F1E;
}

.ct-mfeedbackform .ct-mf-message {
  width: 100%;
}

.ct-mfeedbackform .ct-mf-name,
.ct-mfeedbackform .ct-mf-phone, /* Добавлено для поля телефона */
.ct-mfeedbackform .ct-mf-message,
.ct-mfeedbackform .ct-mf-captcha {
  width: 100%;
  box-sizing: border-box;
}
.ct-feedback-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ct-info-side {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ct-info-block {
  background-color: rgba(0, 31, 30, 0.ct-9);
  color: white;
  border: medium solid #c2b575;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.ct-3);
}

.ct-info-block img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

/* Стили формы */
.ct-mfeedbackform {
  padding: 20px;
  background-color: rgba(0, 31, 30, 0.ct-9);
  color: white;
  border-radius: 10px;
  max-width: 600px;
  flex: 2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.ct-3);
  border: medium solid #c2b575;
}

.ct-mfeedbackform h2 {
  font-size: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0.ct-2rem;
  text-align: center;
  margin-bottom: 20px;
}

.ct-mfeedbackform .ct-mf-text {
  font-size: 1.ct-2rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}

.ct-mfeedbackform input[type="text"],
.ct-mfeedbackform input[type="tel"],
.ct-mfeedbackform textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.ct-1rem;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  color: white;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.ct-mfeedbackform textarea {
  resize: none;
}

.ct-mfeedbackform input[type="submit"],
.ct-mfeedbackform button {
  padding: 10px 20px;
  font-size: 1.ct-1rem;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.ct-3s ease, color 0.ct-3s ease;
}

.ct-mfeedbackform input[type="submit"]:hover,
.ct-mfeedbackform button:hover {
  background-color: white;
  color: #001F1E;
}

.ct-mfeedbackform .ct-mf-ok-text {
  font-size: 1.ct-2rem;
  font-weight: bold;
  color: #5c542a;
  margin-bottom: 20px;
  text-align: center;
}

.ct-mfeedbackform .ct-mf-captcha img {
  display: block;
  margin: 10px auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.ct-3);
}

.ct-mfeedbackform .ct-mf-req {
  color: #5c542a;
  font-weight: bold;
}

.ct-mfeedbackform p {
  font-size: 0.ct-9rem;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}

.ct-mfeedbackform p a {
  color: #5c542a;
  text-decoration: underline;
}

.ct-mfeedbackform p a:hover {
  color: white;
}

.ct-mfeedbackform .ct-mf-submitform {
  text-align: center;
  margin-top: 20px;
}

.ct-mfeedbackform .ct-mf-submitform input[type="submit"] {
  margin: 0 auto;
}
.ct-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
  .ct-feedback-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .ct-mfeedbackform {
    box-sizing: border-box;
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .ct-info-side {
    box-sizing: border-box;
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }

  .ct-info-block {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }

  .ct-info-block img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.ct-3);
  }
}
/* End */
/* /local/templates/main/assets/css/styles.css?17509398782378 */
/* /local/templates/main/components/mail/main.feedback/SimpleForm/style.css?17499924752149 */
/* /local/templates/main/components/bitrix/news.list/ServiceFor/style.css?17509327944056 */
/* /local/templates/main/components/bitrix/news.list/AdvantagesList/style.css?17510282153286 */
/* /local/templates/main/components/bitrix/news.list/ServicesList/style.css?17510282635279 */
/* /local/templates/main/components/mail/main.feedback/ContactsForm/style.css?17509396906558 */
