#modal-innovation .about-descr__head {
    display: flex;
    flex-direction: column;
    align-items: flex-starts;
    margin-bottom: 50px;

    padding-bottom: 42px;
    border-bottom: 1px solid var(--color-grey);
}

#modal-innovation .about-descr__head br {
    display: none;
}

@media (max-width: 767px) {
    #modal-innovation .about-descr__head {
        margin-bottom: 40px;
    }

    #modal-innovation .about-descr__head br {
        display: block;
    }
}

#modal-innovation .about-descr__address {
    position: relative;
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}

#modal-innovation .about-descr__body {
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
}

@media (max-width: 1260px) {
    #modal-innovation .about-descr__body {
        column-gap: 70px;
    }
}

#modal-innovation .about-descr__body-title {
    font-size: 20px;
    max-width: 408px;
    border-left: 3px solid var(--color-green);
    padding-left: 20px;
    margin-bottom: -6px;
}

#modal-innovation .about-descr__content {
    width: calc(100% - 560px);
}

@media (max-width: 1260px) {
    .about-descr__content {
        width: 100%;
    }
}

#modal-innovation .about-descr__properties {
    display: flex;
    flex-direction: column;
    gap: 30px;

    margin-bottom: 40px;
    width: calc(100% - calc(460px + 100px));
}

@media (max-width: 1260px) {
    #modal-innovation .about-descr__properties {
        width: calc(100% - calc(295px + 70px));
    }
}

@media (max-width: 767px) {
    #modal-innovation .about-descr__properties {
        width: 100%;
    }
}

.about-descr__property {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 18px;
    gap: 15px;

    li {
        &::marker {
            color: var(--color-green);
        }

        &:not(:last-child) {
            padding-bottom: 15px;
            border-bottom: 1px solid #98a4ae55;
        }
    }
}

.about-descr__property-title {
    margin-top: 20px;
}

@media (max-width: 1260px) {
    .about-descr__property-title {
        margin-top: 0;
    }
}


.detail-slider {
    width: 460px;
}

@media (max-width: 1260px) {
    .detail-slider {
        width: 295px;
    }
}

@media (max-width: 767px) {
    .detail-slider {
        margin-bottom: 30px;
        order: -1;
        width: 100%;
    }
}


.about-descr__benefits {
    display: flex;
    min-height: 331px;
    border: 1px solid rgba(152, 164, 174, 0.5);
}

@media (max-width: 1260px) {
    .about-descr__benefits {
        overflow-x: scroll;
        cursor: grab;
    }
}

.about-descr__benefits::-webkit-scrollbar {
    height: 0;
}

.benefit {
    position: relative;
    padding: 30px 26px 30px 30px;
    width: 100%;
}

@media (max-width: 1260px) {
    .benefit {
        min-width: 335px;
    }
}

.benefit::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(152, 164, 174, 0.5);
}

.benefit:last-child {
    &::after {
        display: none;
    }
}

@media (max-width: 1260px) {
    .benefit {
        padding: 40px 65px 40px 40px;
    }
}

@media (max-width: 767px) {
    .benefit {
        padding: 30px 58px 40px 30px;
    }
}

.benefit__icon {
    width: 65px;
    height: 65px;
    background-color: var(--color-green, #18984e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 83px;

    img {
        display: inline-block;
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1260px) {
    .benefit__icon {
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .benefit__icon {
        margin-bottom: 60px;
    }
}

.benefit__heading {
    max-width: 270px;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.benefit__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}


.about-descr__color-schemes-container {
    margin-top: 80px;
    max-width: 100%;
}

.about-descr__side {
    max-width: 100%;
}

@media (max-width: 1260px) {
    .about-descr__color-schemes-container {
        margin-top: 40px;
    }
}

.about-descr__color-schemes {
    display: flex;
    border: 1px solid #98a4ae55;
    margin-top: 50px;
}

@media (max-width: 1260px) {
    .about-descr__color-schemes {
        overflow-x: scroll;
        cursor: grab;

        &::-webkit-scrollbar {
            height: 0;
        }
    }
}


.color-scheme {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 262px;
    padding: 30px;
}

.color-scheme::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(152, 164, 174, 0.5);
}

.color-scheme:last-child {
    &::after {
        display: none;
    }
}

@media (max-width: 1260px) {
    .color-scheme {
        min-width: 335px;
    }
}

.color-scheme__title {
    display: flex !important;
}

.color-scheme__title span {
    position: relative;
    right: 8px;
    z-index: -1;

    padding: 12px 16px 12px 18px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 18px;
}

.color-scheme__title::before {
    width: 42px;
    height: 42px;
}

.icon-color-green::before {
    background-image: url('./img/color-green.svg');
}

.icon-color-blue::before {
    background-image: url('./img/color-blue.svg');
}

.icon-color-red::before {
    background-image: url('./img/color-red.svg');
}

.color-scheme__title::before {
    width: 42px;
    height: 42px;
}

.color-scheme__values {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.color-scheme__value {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    max-width: max-content;
    padding: 8px 16px 8px 8px;
    border: 1px solid #98a4ae55;
    border-radius: 50px;
}

.color-scheme__value span:first-child {
      display: flex;
      justify-content: center;
      align-items: center;

      padding: 3px 9px 5px;
      background-color: var(--color-grey1);
      border-radius: 50%;
      width: 26px;
      height: 26px;
    
  }


.icon-color-blue {
    span {
        background: #d7e0f2;
    }
}

.icon-color-green {
    span {
        background: #e4f0e9;
    }
}

.icon-color-red {
    span {
        background: #e9e2e5;
    }
}


.about-descr__color-schemes-subtitle {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;

    br {
        display: none;
    }

    &::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: var(--color-yellow);
        border-radius: 50%;
    }
}

@media (max-width: 767px) {
    .about-descr__color-schemes-subtitle {
        align-items: start;
    }
}
.stages {
    margin-top: 80px;
}
/*
.stages {
    border-radius: 23px;
    max-height: 650px;
    padding: 50px 0;
    margin-top: 80px;
}

@media (max-width: 1260px) {
    .stages {
        margin: 40px 0;
    }
}
*/

.about-descr__color-schemes-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    margin-top: 15px;

    p {
        &:first-child {
            font-size: 25px;
            line-height: 30px;
        }

        &:last-child {
            font-size: 12px;
            line-height: 18px;
            text-align: end;

            @media (max-width: 767px) {
                br {
                    display: none;
                }
            }
        }
    }
}

@media (max-width: 1260px) {
    .about-descr__color-schemes-title p {
        font-size: 20px;
        line-height: 24px;
    }
}

/*
.stages__num {
    min-width: 177px;
}

.stages__wrapper {
    margin-bottom: 60px;
}

.stages__card {
    height: 200px;
    gap: 0 !important;
}

.stages__item {
    max-height: 85px;
    gap: 8px;
}

.stages__top {
    margin-bottom: 30px;
    padding-bottom: 30px;

    h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .stages__top {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
*/

.contact-us.contact-us__contacts {
    width: 100%;
}

.contact-us__fieldset {
    display: flex;
    flex-direction: column;
}

.contact-us__block {
    &::after {
        display: none;
    }
}

.contact-us__bg {
    &::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -277px;

        width: 100%;
        height: 100%;
        background-image: url('./img/form-bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
    }
}

@media (max-width: 1260px) {
    .contact-us__bg {
        right: 0;
        background-size: cover;
    }
}

.innovation-card__wrapper::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('data:image/svg+xml,<svg width="459" height="220" viewBox="0 0 459 220" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1376_4790)"><rect width="459" height="220" fill="url(%23paint0_linear_1376_4790)"/><g filter="url(%23filter0_f_1376_4790)"><path fill-rule="evenodd" clip-rule="evenodd" d="M1077.91 -70.3928C1581.03 -34.4493 1843.42 587.294 1931.08 386.578C2010.63 204.403 2258.86 -807.631 1395.3 -797.164C1231.59 -879.401 1024.75 -898.153 848.773 -816.335C632.735 -715.894 185.002 -534.746 239.888 -356.066C299.768 -161.132 807.301 -71.9388 1077.91 -70.3928Z" fill="%23FFB81C"/></g><g filter="url(%23filter1_f_1376_4790)"><ellipse cx="224.5" cy="213" rx="224.5" ry="213" transform="matrix(-1 -9.64219e-08 -7.61958e-08 1 472 -199)" fill="url(%23paint1_linear_1376_4790)"/></g></g><defs><filter id="filter0_f_1376_4790" x="18.6539" y="-1085.7" width="2223.71" height="1728.7" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="108.306" result="effect1_foregroundBlur_1376_4790"/></filter><filter id="filter1_f_1376_4790" x="-265.816" y="-487.816" width="1026.63" height="1003.63" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="144.408" result="effect1_foregroundBlur_1376_4790"/></filter><linearGradient id="paint0_linear_1376_4790" x1="0" y1="0" x2="482.368" y2="81.2238" gradientUnits="userSpaceOnUse"><stop stop-color="%23007552"/><stop offset="1" stop-color="%2318984E"/></linearGradient><linearGradient id="paint1_linear_1376_4790" x1="38.0692" y1="320.554" x2="422.328" y2="90.1072" gradientUnits="userSpaceOnUse"><stop offset="0.0104167" stop-color="%2349A071"/><stop offset="1" stop-color="%23B0EE00"/></linearGradient><clipPath id="clip0_1376_4790"><rect width="459" height="220" fill="white"/></clipPath></defs></svg>');
    background-size: cover;
    border-radius: inherit;
    transition: all .2s ease-in;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}

.innovation-card:hover::after,
.innovation-card:hover::before {
    opacity: 0;
}

.innovation-card:hover .innovation-card__wrapper::after {
    opacity: 1;
}

/* ********************************************** */

#modal-innovation .about-descr .stages {
    border-radius: 23px;
    max-height: 539px;
    padding: 50px 0;
    margin-top: 80px;
  }
  @media (max-width: 1199px) {
    #modal-innovation .about-descr .stages {
      margin: 40px 0;
    }
  }
  #modal-innovation .about-descr .stages__top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  @media (max-width: 767px) {
    #modal-innovation .about-descr .stages__top {
      margin-bottom: 0;
      padding-bottom: 0;
    }
  }
  #modal-innovation .about-descr .stages__top h2 {
    font-size: 30px !important;
  }
  #modal-innovation .about-descr .stages__num {
    min-width: 177px;
  }
  #modal-innovation .about-descr .stages__wrapper {
    margin-bottom: 60px;
  }
  #modal-innovation .about-descr .stages__card {
    height: 200px;
    gap: 0;
  }
  #modal-innovation .about-descr .stages__item {
    max-height: 85px;
    gap: 8px;
  }

.stages {
    padding: 65px 0 80px;
    background-color: var(--color-green, #18984e);
    background-image: url("../img/stages/stages-bg.jpg");
    background-image: -webkit-image-set(url("../img/stages/stages-bg@2x.webp") type("image/webp") 2x, url("../img/stages/stages-bg.webp") type("image/webp") 1x, url("../img/stages/stages-bg@2x.jpg") 2x, url("../img/stages/stages-bg.jpg") 1x);
    background-image: image-set(url("../img/stages/stages-bg@2x.webp") type("image/webp") 2x, url("../img/stages/stages-bg.webp") type("image/webp") 1x, url("../img/stages/stages-bg@2x.jpg") 2x, url("../img/stages/stages-bg.jpg") 1x);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media (max-width: 1199px) {
    .stages {
      padding: 70px 0 50px;
    }
  }
  @media (max-width: 767px) {
    .stages {
      padding: 50px 0;
      background-image: -webkit-image-set(url("../img/stages/stages-bg-tablet@2x.webp") type("image/webp") 2x, url("../img/stages/stages-bg-tablet.webp") type("image/webp") 1x, url("../img/stages/stages-bg-tablet@2x.jpg") 2x, url("../img/stages/stages-bg-tablet.jpg") 1x);
      background-image: image-set(url("../img/stages/stages-bg-tablet@2x.webp") type("image/webp") 2x, url("../img/stages/stages-bg-tablet.webp") type("image/webp") 1x, url("../img/stages/stages-bg-tablet@2x.jpg") 2x, url("../img/stages/stages-bg-tablet.jpg") 1x);
    }
  }
  @media (max-width: 374px) {
    .stages {
      background-image: -webkit-image-set(url("../img/stages/stages-bg-mobile@2x.webp") type("image/webp") 2x, url("../img/stages/stages-bg-mobile.webp") type("image/webp") 1x, url("../img/stages/stages-bg-mobile@2x.jpg") 2x, url("../img/stages/stages-bg-mobile.jpg") 1x);
      background-image: image-set(url("../img/stages/stages-bg-mobile@2x.webp") type("image/webp") 2x, url("../img/stages/stages-bg-mobile.webp") type("image/webp") 1x, url("../img/stages/stages-bg-mobile@2x.jpg") 2x, url("../img/stages/stages-bg-mobile.jpg") 1x);
    }
  }
  
  .stages__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  @media (max-width: 1199px) {
    .stages__top {
      align-items: flex-start;
      padding-bottom: 60px;
    }
  }
  @media (max-width: 767px) {
    .stages__top {
      display: block;
      padding-bottom: 0;
      border-bottom: none;
    }
  }
  
  .stages__title {
    max-width: 680px;
    font-weight: 600;
    font-size: 50px;
    line-height: 112%;
    color: var(--color-white, #fff);
  }
  @media (max-width: 1199px) {
    .stages__title {
      max-width: 180px;
      font-size: 30px;
      line-height: 120%;
    }
  }
  @media (max-width: 767px) {
    .stages__title {
      max-width: 100%;
      margin-bottom: 35px;
      font-size: 20px;
      line-height: 1.4;
    }
  }
  
  .stages__contact_us {
    min-width: 200px;
    width: max-content;
  }
  @media (max-width: 1199px) {
    .stages__contact_us {
      min-width: 188px;
    }
  }
  @media (max-width: 767px) {
    .stages__contact_us {
      width: 100%;
      max-width: 335px;
      min-width: auto;
    }
  }
  
  .stages__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
  @media (max-width: 1199px) {
    .stages__wrapper {
      position: relative;
      padding-left: 120px;
    }
  }
  @media (max-width: 767px) {
    .stages__wrapper {
      margin-bottom: 50px;
      padding-left: 0;
    }
  }
  
  .stages__item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    gap: 120px;
  }
  .stages__item.active .stages__num {
    animation: fadeUp 0.3s linear forwards;
  }
  .stages__item.active .stages__heading {
    animation: fadeUp 0.3s 0.2s linear forwards;
  }
  .stages__item.active .stages__descr {
    animation: fadeUp 0.3s 0.4s linear forwards;
  }
  @media (max-width: 1199px) {
    .stages__item {
      display: block;
    }
  }
  
  .stages__num,
  .stages__heading,
  .stages__descr {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    font-weight: 500;
    line-height: 22px;
    color: var(--color-white, #fff);
  }
  
  @keyframes fadeUp {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateY(20px);
    }
    50% {
      visibility: visible;
      opacity: 1;
      transform: translateY(10px);
    }
    100% {
      visibility: visible;
      opacity: 1;
      transform: translateY(0);
    }
  }
  .stages__num {
    flex: 0 1 120px;
    display: inline-block;
    font-size: 14px;
  }
  @media (max-width: 1199px) {
    .stages__num {
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  @media (max-width: 767px) {
    .stages__num {
      position: static;
      margin-bottom: 20px;
    }
  }
  
  .stages__heading {
    flex: 0 1 300px;
    font-size: 20px;
  }
  @media (max-width: 1199px) {
    .stages__heading {
      margin-bottom: 40px;
    }
  }
  
  .stages__descr {
    flex: 1 1 auto;
    max-width: 458px;
    font-size: 14px;
  }
  
  .stages__nav {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 24px;
  }
  @media (max-width: 767px) {
    .stages__nav {
      scroll-padding: 0 20px;
    }
  }
  
  .stages__fieldset {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    gap: 0 8px;
  }
  .stages__fieldset::before, .stages__fieldset::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 24px;
    pointer-events: none;
  }
  
  .stages__progress {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    height: 11px;
  }
  @media (max-width: 767px) {
    .stages__progress {
      width: calc(100% - 40px);
    }
  }
  .stages__progress::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .stages__line {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% - (100% - 40px) / 12);
    right: 100%;
    transform: translateX(-10px);
    top: 3px;
    z-index: 2;
    width: 100%;
    height: 3px;
    background-color: var(--color-white, #fff);
    transition: transform 0.2s ease-out;
  }
  .stages__line::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 2px;
    z-index: -1;
    transform: translateY(-50%);
    background-color: var(--color-white, #fff);
  }
  
  .stages__label {
    scroll-snap-align: start;
    flex: 1 1 225px;
    display: flex;
    flex-direction: column;
    min-width: 172px;
    padding-bottom: 28px;
  }
  @media (max-width: 767px) {
    .stages__label {
      min-width: 163px;
    }
  }
  
  .stages__input:checked + .stages__card {
    position: relative;
    background-color: var(--color-white, #fff);
    border-color: var(--color-white, #fff);
  }
  .stages__input:checked + .stages__card .stages__step {
    color: var(--color-grey, #98a4ae);
  }
  .stages__input:checked + .stages__card .stages__name {
    color: var(--color-black, #000);
  }
  .stages__input:checked + .stages__card::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    bottom: -5px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-white, #fff);
  }
  
  .stages__card {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 150px 0;
    width: 100%;
    padding: 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--border-radius, 23px);
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    cursor: pointer;
  }
  @media (max-width: 1199px) {
    .stages__card {
      padding: 30px 25px;
      gap: 100px 0;
    }
  }
  @media (max-width: 767px) {
    .stages__card {
      gap: 114px 0;
      padding: 30px 20px;
    }
  }
  @media (hover: hover) {
    .stages__card:hover {
      background-color: var(--color-white, #fff);
      border-color: var(--color-white, #fff);
    }
    .stages__card:hover .stages__step {
      color: var(--color-grey, #98a4ae);
    }
    .stages__card:hover .stages__name {
      color: var(--color-black, #000);
    }
  }
  
  .stages__step {
    font-weight: 600;
    font-size: 50px;
    line-height: 112%;
    color: var(--color-white, #fff);
  }
  @media (max-width: 1199px) {
    .stages__step {
      font-size: 30px;
      line-height: 1.2;
    }
  }
  
  .stages__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    color: var(--color-white, #fff);
  }
  @media (max-width: 767px) {
    .stages__name {
      font-size: 12px;
      line-height: 1.5;
    }
  }

#modal-innovation {
    max-width: 1066px;
  }
  
  #modal-innovation .about-descr .contact-us__fieldset {
    grid-template-columns: auto;
  }
  @media (min-width: 1200px) {
    #modal-innovation .about-descr .contact-us__fieldset {
      row-gap: 50px;
      margin-bottom: 85px;
    }
  }
  #modal-innovation .about-descr .contact-us__block::after {
    display: none;
  }
  #modal-innovation .about-descr .contact-us__bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -277px;
    width: 100%;
    height: 100%;
    background-image: url("./img/form-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  @media (max-width: 1199px) {
    #modal-innovation .about-descr .contact-us__bg::before {
      right: 0;
      background-size: cover;
    }
  }

/**********innovation.form css*********/
.contact-us__fieldset .input_item .input_item__error-tip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    font-size: 10px;
    line-height: 150%;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s;
}
.contact-us__fieldset .input_item .input_item__error-tip::before {
    position: absolute;
    top: -7px;
    left: 16px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.contact-us__fieldset .input_item.error-tip .input_item__error-tip {
    opacity: 1;
    visibility: visible;
}

.contact-us__contacts .contact-us__wrapper .alert {
    padding: 17px 19px;
    font-size: 0.875em;
    border: 1px solid #ddd;
    border-radius: 3px
}

.contact-us__contacts .contact-us__wrapper .alert.alert-success {
    color: #27ae60;
    background-color: #e9f7ef;
    border-color: #85d1a6
}

.contact-us__contacts .contact-us__wrapper .alert.alert-success .col-xs-12 {
    padding-left: 0 !important
}

.contact-us__contacts .contact-us__wrapper .alert.alert-warning {
    color: #f8c11a;
    background-color: #fff8eb;
    border-color: #ffdc8d
}

.contact-us__contacts .contact-us__wrapper .alert.alert-danger {
    color: #eb5757;
    background-color: #fdefef;
    border-color: #f6baba
}

.d-none {
    display: none !important;
}
/*******************/

#modal-innovation .about-descr__properties {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
    width: calc(100% - 560px);
}
@media (max-width: 1199px) {
    #modal-innovation .about-descr__properties {
        width: calc(100% - 365px);
    }
}
@media (max-width: 767px) {
    #modal-innovation .about-descr__properties {
        width: 100%;
    }
}
#modal-innovation .about-descr__properties h4 {
    font-size: 20px;
    font-weight: 500;
    max-width: 408px;
    border-left: 3px solid var(--color-green);
    padding-left: 20px;
    margin-bottom: -6px;
}
#modal-innovation .about-descr__properties p {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    #modal-innovation .about-descr__properties p {
        margin-top: 0;
    }
}
#modal-innovation .about-descr__properties ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 18px;
    gap: 15px;
}
#modal-innovation .about-descr__properties ul li::marker {
    color: var(--color-green);
}
#modal-innovation .about-descr__properties ul li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(152, 164, 174, 0.3333333333);
}
