

/* Start:/local/templates/soft/components/bitrix/news.detail/articles/style.css?168147697215913*/
.news-detail .title-wrapper {
  margin-top: 50px;
}

.news-detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 60px;
}

.news-detail-top-text {
  width: 70%;
}

.news-detail-top-subtitle {
  font-weight: 800;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 20px;
}

.news-detail-top-description p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0;
}

.news-detail-top-description strong, .news-detail-top-description b {
  font-weight: 700;
}
.news-detail-top-description i {
  font-style: italic;
}

.news-detail-top-description ul, .news-detail-top-description ol {
  padding-left: 17px;
}

.news-detail-top-description ul li {
  list-style: disc;
}

.news-detail-top-description ol li {
  list-style: decimal;
}

.news-detail-top-file {
  width: 27%;
}

.news-detail-top-file-wrapper {
  position: relative;
  padding: 65px 55px;
  border-radius: 20px;
}

.news-detail-top-file-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.news-detail-top-file-wrapper:hover .news-detail-top-file-icon {
  -webkit-animation: pulseIcon .7s linear;
  animation: pulseIcon .7s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.news-detail-top-file-name {
  font-weight: 800;
  font-size: 21px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 25px;
}

.news-detail-top-file-download {
  text-align: center;
}

.news-detail__advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 40px 0 85px;
}

.news-detail__advantages-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex:1;
}

.news-detail__advantages-item {
  width: 100%;
  border-radius: 20px;
  padding: 1px;
  display: inline-block;
  vertical-align: top;
  background: -o-radial-gradient(45.12% 137.5%, 405.27% 912.57%, #4093BC 0%, #802FB9 32.14%, #D7697B 67.78%, #4093BC 100%);
  background: radial-gradient(405.27% 912.57% at 45.12% 137.5%, #4093BC 0%, #802FB9 32.14%, #D7697B 67.78%, #4093BC 100%);
}

.news-detail__advantages-item-content {
  background-color: #FFFFFF;
  padding: 20px 15px;
  border-radius: 20px;
}

.news-detail__advantages-item-name {
  font-weight: 800;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}

.news-detail__advantages-item-list ul li {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.news-detail__advantages-item-list ul li:last-child {
  margin-bottom: 0;
}

.news-detail__advantages-item-list ul li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  margin: 8px 10px 0 0;
}

.news-detail__advantages-of-us {
  background: url("/local/templates/soft/components/bitrix/news.detail/articles/../../../../pictures/content/advantages-background.svg") no-repeat center/cover;
  padding: 30px 0 60px 0;
}

.news-detail__advantages-of-us-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
  max-width: 1075px;
  margin-top: 60px;
}

.news-detail__advantages-of-us-item {
  width: calc(100% / 2 - 80px);
}

.news-detail__advantages-of-us-item-image {
  margin-bottom: 10px;
}

.news-detail__advantages-of-us-item-name {
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
}

.news-detail__advantages-of-us-item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 10px;
}

.news-detail .feedback-form__wrapper {
  padding: 40px 0 175px 0;
}

@-webkit-keyframes pulseIcon {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pulseIcon {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }

  100% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (min-width: 2000px) {
  .news-detail .feedback-form__wrapper {
    padding: 40px 0 250px 0;
  }
}

@media screen and (max-width: 1024px) {
  .news-detail-top-text {
    width: 60%;
  }

  .news-detail-top-file {
    width: 35%;
  }
}

@media screen and (max-width: 992px) {
  .news-detail-top-text {
    width: 100%;
  }

  .news-detail-top-subtitle {
    font-size: 19px;
    line-height: 27px;
  }

  .news-detail-top-description p {
    font-size: 13px;
    line-height: 19px;
  }

  .news-detail-top-file {
    width: 100%;
  }

  .news-detail__advantages-list {
    max-height: none !important;
    flex-wrap: wrap;
  }

  .news-detail__advantages-item {
    width: 100%;
  }

  .news-detail__advantages-of-us {
    background: url("/local/templates/soft/components/bitrix/news.detail/articles/../../../../pictures/content/advantages-background-mobile.svg") no-repeat center/100% 200%;
    padding: 35px 0;
  }

  .news-detail__advantages-of-us-item {
    width: 100%;
    text-align: center;
  }

  .news-detail__advantages-of-us-item-image img {
    margin: 0 auto;
  }

  .news-detail .feedback-form__wrapper {
    padding: 40px 0 130px 0;
  }
}

/* additional solutions */
.additional-news {
  margin-bottom: 150px;
}

.additional-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 20px;
  margin-top: 30px;
}

.additional-news-item {
  position: relative;
  padding-bottom: 25px;
  width: calc(100% / 4 - 20px);
}

.additional-news-item:hover .additional-news-item__image {
  -webkit-box-shadow: -15px -15px 35px rgba(254, 61, 52, 0.3), 0px 15px 35px rgba(2, 150, 190, 0.2), 10px 10px 35px rgba(121, 38, 184, 0.3);
  box-shadow: -15px -15px 35px rgba(254, 61, 52, 0.3), 0px 15px 35px rgba(2, 150, 190, 0.2), 10px 10px 35px rgba(121, 38, 184, 0.3);
}

.additional-news-item__name {
  position: relative;
  margin-bottom: 15px;
}

.additional-news-item__name a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color:black;
}

.additional-news-item__name a:hover {
  color: #6516B3;
}

.additional-news-item__image {
  border-radius: 20px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.additional-news-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.additional-news-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
}

.additional-news-item-link {
  position: absolute;
  bottom: 0;
}

.additional-news-item-link a {
  position: relative;
  color: black;
  padding-right: 5px;
}

.additional-news-item-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  background: url("/local/templates/soft/pictures/icons/arrow-right.svg");
  width: 7px;
  height: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.additional-news-item-link a:hover:after {
  -webkit-transform: translateY(-50%) translateX(6px);
  -ms-transform: translateY(-50%) translateX(6px);
  transform: translateY(-50%) translateX(6px);
}

@media screen and (max-width: 992px) {
  .additional-news {
    margin-bottom: 0;
  }

  .additional-news-list {
    gap: 30px;
  }

  .additional-news-item {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (max-width: 768px) {
  .additional-news-item {
    width: 90%;
    margin: 0 auto;
  }

  .additional-news-item__image {
    height: 260px;
  }
}

@media screen and (max-width: 540px) {
  .additional-news-item__image {
    height: auto;
  }
}
/* /additional solutions */

/* portfolio */
.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-number {
  font-weight: 800;
  font-size: 19px;
  line-height: 27px;
  color: #191919;
  margin-bottom: 40px;
}

.portfolio > .container {
  /*width: 50%;*/
  margin-left: 10%;
  margin-right: 50px;
  padding: 0;
}

.portfolio.no-slider > .container {
  /*width: 20%;*/
}

.portfolio.no-slider .swiper-wrapper {
  gap: 25px;
}

.portfolio.no-slider .swiper-slide {
  flex: 1;
}

.portfolio.no-slider .portfolio-slider-prev,
.portfolio.no-slider .portfolio-slider-next {
  display: none;
}

.portfolio-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-slider-wrapper {
  padding: 35px !important;
}

.portfolio-slider-prev,
.portfolio-slider-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 39px;
  height: 45px;
  z-index: 5;
  top: 50%;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.portfolio-slider-prev {
  z-index: -5;
  opacity: 0;
  left: 15px;
}

.portfolio-slider-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.portfolio-slider-prev.show {
  opacity: 1;
  z-index: 5;
}

.portfolio-slider-next {
  right: 15%;
}

.portfolio-number {
  font-weight: 800;
  font-size: 19px;
  line-height: 27px;
  color: #191919;
  margin-bottom: 40px;
}

.portfolio-slide-item {
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 35px rgba(254, 61, 52, 0.07), 0px -10px 35px rgba(2, 150, 190, 0.07), 0px 10px 35px rgba(121, 38, 184, 0.07);
  box-shadow: 15px 15px 35px rgba(254, 61, 52, 0.07), 0px -10px 35px rgba(2, 150, 190, 0.07), 0px 10px 35px rgba(121, 38, 184, 0.07);
  border-radius: 25px;
  padding-bottom: 30px;
}

.portfolio-slide-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
}

.portfolio-slide-item-image img {
  max-width: 100%;
}

.portfolio-slide-item-name {
  padding: 0 15px;
}

.portfolio-slide-item-name span {
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
}

.portfolio-slide-item-description {
  position: relative;
  padding: 30px 15px 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

.portfolio-slide-item-description p {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.portfolio-slide-item-description:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 2px;
  background: -o-linear-gradient(355.2deg, #802FB9 -16.13%, #FF3E2D 110.23%);
  background: linear-gradient(94.8deg, #802FB9 -16.13%, #FF3E2D 110.23%);
}

.portfolio-slide-item-link {
  padding: 0 15px;
}

.portfolio-slide-item-link a {
  position: relative;
  color: #6516B3;
  padding-right: 5px;
}

.portfolio-slide-item-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  background: url("/local/templates/soft/pictures/icons/arrow-right.svg");
  width: 7px;
  height: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.portfolio-slide-item-link a:hover:after {
  -webkit-transform: translateY(-50%) translateX(6px);
  -ms-transform: translateY(-50%) translateX(6px);
  transform: translateY(-50%) translateX(6px);
}

@media screen and (min-width: 2500px) {
  .portfolio > .container {
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .portfolio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .portfolio > .container {
    width: 100%;
    margin: 0;
  }

  .portfolio-slider-wrapper {
    width: 100%;
  }

  .portfolio-slider-next {
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .portfolio-slide-item {
    width: 100% !important;
  }
}
/* /portfolio */

/* partners */
.partners-item {
  padding: 25px;
  background: #FFFFFF;
  -webkit-box-shadow: 15px 15px 35px rgba(254, 61, 52, 0.08), 0px -10px 35px rgba(2, 150, 190, 0.05), 0px 10px 35px rgba(121, 38, 184, 0.05);
  box-shadow: 15px 15px 35px rgba(254, 61, 52, 0.08), 0px -10px 35px rgba(2, 150, 190, 0.05), 0px 10px 35px rgba(121, 38, 184, 0.05);
  border-radius: 50px;
}

.partners-slider .swiper-slide {
  width: calc(100% / 5 - 80px);
}

.partners-item a {
  display: flex;
  align-items: center;
}

.partners-item img {
  display: block;
  margin: 0 auto;
}

.partners-slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 25px;
  gap: 80px;
}

.partners-wrapper .swiper {
  -webkit-box-shadow: 15px 15px 35px rgba(254, 61, 52, 0.01), 0px -10px 35px rgba(2, 150, 190, 0.01), 0px 10px 35px rgba(121, 38, 184, 0);
  box-shadow: 15px 15px 35px rgba(254, 61, 52, 0.01), 0px -10px 35px rgba(2, 150, 190, 0.01), 0px 10px 35px rgba(121, 38, 184, 0);
}

.partners-scrollbar {
  display: none;
  height: 1px;
  background: #E2D2D8;
  margin: 0 20px;
  overflow: hidden;
}

.partners-scrollbar .swiper-scrollbar-drag {
  background: -o-linear-gradient(355.2deg, #802FB9, #E34335, #802FB9);
  background: linear-gradient(94.8deg, #802FB9, #E34335, #802FB9);
}

@media screen and (max-width: 992px) {
  .partners-item {
    width: calc(100% / 3 - 50px);
    border-radius: 30px;
  }

  .partners-item a {
    height: 90px !important;
  }

  .partners-slider {
    gap: 50px;
  }


}

@media screen and (max-width: 768px) {
  .partners-slider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }

  .partners-scrollbar {
    display: block;
  }
}
/* /partners */
.news-detail-arrow-download {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .news-detail-arrow-download {
    text-align: center;
    margin-right: 30%;
  }
}

.news-detail .section{
  margin:  20px 0;
}
.news-detail .background.p60{
  padding: 30px 0;
}

/* End */


/* Start:/local/templates/soft/components/aam/runtime/feedback/style.css?17870410876265*/
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 35px;
  margin-top: 40px;
}

.feedback-form__wrapper {
  padding: 40px 0 60px 0;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.feedback-form__wrapper > .container {
  position: relative;
}

.feedback-form__inner {
  max-width: 1080px;
}

.feedback-form__title {
  text-transform: none;
}

.feedback-form__text {
  padding-top: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.feedback-form__field {
  display: inline-block;
  width: calc(100% / 3 - 35px);
}
.message-field{
  width: calc(100% - 35px)
}

.feedback-form__field input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #FFFFFF;
}

.feedback-form__field label.error {
  color: #FFFFFF;
}

.feedback-form__field input::-webkit-input-placeholder {
  color: #FFFFFF;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.feedback-form__field input::-moz-placeholder {
  color: #FFFFFF;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.feedback-form__field input:-ms-input-placeholder {
  color: #FFFFFF;
  -ms-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.feedback-form__field input::-ms-input-placeholder {
  color: #FFFFFF;
  -ms-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.feedback-form__field input::placeholder {
  color: #FFFFFF;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.feedback-form__field input:focus {
  background-color: #fff4;
}

.feedback-form__field input:focus::-webkit-input-placeholder {
  letter-spacing: 10px;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.feedback-form__field input:focus::-moz-placeholder {
  letter-spacing: 10px;
  opacity: 0;
  filter: blur(10px);
}

.feedback-form__field input:focus:-ms-input-placeholder {
  letter-spacing: 10px;
  opacity: 0;
  filter: blur(10px);
}

.feedback-form__field input:focus::-ms-input-placeholder {
  letter-spacing: 10px;
  opacity: 0;
  filter: blur(10px);
}

.feedback-form__field input:focus::placeholder {
  letter-spacing: 10px;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.feedback-form__field input:hover {
  background-color: #fff4;
}

.feedback-form__field .selectric, .feedback-form__field .selectric-open .selectric {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF !important;
  border-radius: 20px;
  padding: 5px 0;
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feedback-form__field .selectric:hover {
  background-color: #fff4;
}

.feedback-form__field .selectric .button {
  bottom: 0;
  height: auto;
  background-color: transparent;
  background: url("/local/templates/soft/pictures/icons/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 4px;
}

.feedback-form__field .selectric .button:after {
  border-top-color: #FFFFFF;
}

.feedback-form__field .selectric .label {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0 38px 0 20px;
}

.feedback-form__field .selectric-wrapper.selectric-open .selectric {
  border-radius: 20px 20px 0 0;
  margin-top: 0;
}

.feedback-form__field .selectric-wrapper.selectric-open.selectric-above .selectric {
  border-radius: 0 0 20px 20px;
}

.feedback-form__field .selectric-wrapper.selectric-open.selectric-above .selectric-items {
  border-radius: 20px 20px 0 0;
}

.feedback-form__field .selectric-items {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #FFFFFF;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.feedback-form__field .selectric-items li {
  color: #191919;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.feedback-form__field .selectric-items li.selected {
  background: #FFFFFF;
  color: #191919;
}

.swal2-popup {
  background-color: #4093BC!important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #f2f2f2!important;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  background-color:#f2f6f8!important;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{
  background-color:#f2f6f8!important;
}
.swal2-title {
  color:#f2f6f8!important;
}
.swal2-content .swal2-html-container {
  color:#f2f6f8!important;
}
.swal2-styled.swal2-confirm {
  background-color: #f2f6f8!important;
  color: #222!important;
}


.feedback-form__field .selectric-items li:hover {
  background: #FFFFFF;
  color: #191919;
}
.checkbox a{
  color:#00e3ff;
}
.checkbox a:hover{
  color:white;
}
@media screen and (max-width: 768px){
  .checkbox a{
    font-size: 11px;
  }
}


.feedback-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .feedback-form__field {
    width: calc(100% / 2 - 35px);
  }
}

@media screen and (max-width: 992px) {
  .feedback-form__text {
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    padding-top: 20px;
  }

  .feedback-form__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }

  .feedback-form__bottom .btn {
    width: 100%;
    margin-top: 20px;
  }
}
.feedback-form__bottom .btn.white {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .feedback-form__field {
    width: 100%;
  }
  .feedback-form__bottom .btn.white {
    width: auto;
  }
}
/* End */


/* Start:/upload/minify_cache/985a404391b9a7b46795454a12d1b06e.css?16603188405999*/
/* Original: /local/templates/soft/plugins/selectric/selectric.css */
.selectric-wrapper {position: relative;cursor: pointer;}.selectric-responsive {width: 100%;}.selectric {border: 1px solid #E0E0E0;border-bottom-width: 2px;background: #F8F8F8;position: relative;border-radius: 4px;}.selectric .label {display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin: 0 30px 0 0;padding: 6px;font-size: 12px;line-height: 18px;color: #444;min-height: 18px;}.selectric .button {display: block;position: absolute;right: 0;top: 0;width: 30px;height: 30px;background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOCA1IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjgiIGhlaWdodD0iNSI+PHBhdGggZD0iTTcuNzgxIDEuNDQ0Yy0uMjgxLjMwNy0zLjIzOCAzLjMxMS0zLjIzOCAzLjMxMS0uMTUxLjE2NC0uMzQ3LjI0NS0uNTQ0LjI0NS0uMTk3IDAtLjM5NC0uMDgyLS41NDMtLjI0NSAwIDAtMi45NTctMy4wMDMtMy4yMzktMy4zMTEtLjI4MS0uMzA3LS4zLS44NTkgMC0xLjE4OC4zMDEtLjMyOC43MTktLjM1NCAxLjA4NyAwbDIuNjk1IDIuNzU1IDIuNjk0LTIuNzU1Yy4zNjgtLjM1NC43ODctLjMyOCAxLjA4NyAwIC4zMDEuMzI4LjI4Mi44ODEgMCAxLjE4N3oiIGZpbGw9IiNiYmIiLz48L3N2Zz4K) no-repeat 50%;font: 0/0 a;}@media \0screen\,screen\9 {.selectric .button {color: #DDD;text-align: center;font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;}}.selectric-focus .selectric {border-color: #AAA;}.selectric-hover .selectric {border-color: #CCC;}.selectric-hover .selectric .button {color: #888;}.selectric-hover .selectric .button:after {border-top-color: #888;}.selectric-open {z-index: 9999;}.selectric-open .selectric {border-color: #CCC;background: #F0F0F0;margin-top: 1px;border-bottom-width: 1px;}.selectric-open .selectric-items {visibility: visible;opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0); -o-transform: translateY(0);transform: translateY(0);-webkit-transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition: .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);}.selectric-disabled {filter: alpha(opacity=50);opacity: 0.5;cursor: default;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}.selectric-hide-select {position: relative;overflow: hidden;width: 0;height: 0;}.selectric-hide-select select {position: absolute;left: -100%;}.selectric-hide-select.selectric-is-native {position: absolute;width: 100%;height: 100%;z-index: 10;}.selectric-hide-select.selectric-is-native select {position: absolute;top: 0;left: 0;right: 0;height: 100%;width: 100%;border: none;z-index: 1;box-sizing: border-box;opacity: 0;}.selectric-input {position: absolute !important;top: 0 !important;left: 0 !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;margin: 0 !important;padding: 0 !important;width: 1px !important;height: 1px !important;outline: none !important;border: none !important;*font: 0/0 a !important;background: none !important;}.selectric-temp-show {position: absolute !important;visibility: hidden !important;display: block !important;}.selectric-items {visibility: hidden;opacity: 0;-webkit-transform: translateY(-20px);-ms-transform: translateY(-20px); -o-transform: translateY(-20px);transform: translateY(-20px);position: absolute;top: 100%;left: 0;background: #fefefe;border: 1px solid #CCC;z-index: -1;box-shadow: 0 0 10px -6px, inset 0 0 0px 1px #fff;margin: 8px 0;padding: 10px 0;border-radius: 4px;}.selectric-items .selectric-scroll {height: 100%;overflow: auto;}.selectric-items:before,.selectric-items:after {content: "";position: absolute;top: -9px;left: 12px;width: 0;height: 0;border-bottom: 6px solid #BBB;border-left: 6px solid transparent;border-right: 6px solid transparent;margin-top: 3px;}.selectric-items:after {margin-top: 4px;border-bottom-color: #FFF;}.selectric-above .selectric-items:before,.selectric-above .selectric-items:after {top: 100%;border-bottom-width: 0;border-top: 6px solid #BBB;margin-top: 0;}.selectric-above .selectric-items:after {border-top-color: #FFF;margin-top: -1px;}.selectric-above .selectric-items {top: auto;bottom: 100%;}.selectric-items ul, .selectric-items li {list-style: none;padding: 0;margin: 0;font-size: 12px;line-height: 20px;min-height: 20px;}.selectric-items li {display: block;padding: 6px 30px 6px 10px;color: #666;cursor: pointer;position: relative;overflow: hidden;}.selectric-items li.selected {background: #E0E0E0;color: #444;}.selectric-items li.highlighted {background: #D0D0D0;color: #444;}.selectric-items li:after {content: "";position: absolute;z-index: 3;top: 0;right: -10px;width: 30px;height: 100%;background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIj48cGF0aCBkPSJNMCA1YzAtLjIyNC4wNzItLjQxNS4yMTctLjU3MmwxLjA1My0xLjE0NWMuMTQ0LS4xNTcuMzItLjIzNi41MjYtLjIzNi4yMDYgMCAuMzgyLjA3OS41MjYuMjM2bDIuMjc2IDIuNDgzIDUuMDc5LTUuNTNjLjE0NS0uMTU3LjMyLS4yMzYuNTI2LS4yMzYuMjA2IDAgLjM4Mi4wNzkuNTI2LjIzNmwxLjA1MyAxLjE0NWMuMTQ0LjE1Ny4yMTcuMzQ4LjIxNy41NzIgMCAuMjI0LS4wNzIuNDE1LS4yMTcuNTcybC02LjY1OCA3LjIzOWMtLjE0NC4xNTctLjMyLjIzNi0uNTI2LjIzNi0uMjA2IDAtLjM4Mi0uMDc5LS41MjYtLjIzNmwtMy44NTYtNC4xOTJjLS4xNDUtLjE1Ny0uMjE3LS4zNDgtLjIxNy0uNTcyeiIgZmlsbD0iI2JiYiIvPjwvc3ZnPgo=) no-repeat 50% 50%;opacity: 0;-webkit-transition: .2s;transition: .2s;}.selectric-items li.selected:after {opacity: 1;right: 0;}.selectric-items li:hover {background: #F0F0F0;color: #444;}.selectric-items .disabled {filter: alpha(opacity=50);opacity: 0.5;cursor: default !important;background: none !important;color: #666 !important;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}.selectric-items .selectric-group .selectric-group-label {font-weight: bold;padding-left: 10px;cursor: default;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;background: none;color: #444;}.selectric-items .selectric-group.disabled li {filter: alpha(opacity=100);opacity: 1;}.selectric-items .selectric-group li {padding-left: 25px;}
/* End */
/* /local/templates/soft/components/bitrix/news.detail/articles/style.css?168147697215913 */
/* /local/templates/soft/components/aam/runtime/feedback/style.css?17870410876265 */
/* /upload/minify_cache/985a404391b9a7b46795454a12d1b06e.css?16603188405999 */
