

/* Start:/local/templates/invest/components/bitrix/breadcrumb/breadcrumbs/style.css?1778046863689*/
.bx-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 20px;
}
.bx-breadcrumb i {
  border: none;
}
.bx-breadcrumb i::before {
  content: "/";
}
.bx-breadcrumb-item {
  color: #19697A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bx-breadcrumb-item:hover {
  cursor: pointer;
}
.bx-breadcrumb-item-angle {
  margin: 0 10px;
  color: #19697A;
  font-size: 18px !important;
}
.bx-breadcrumb-item-link {
  color: #515050;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.bx-breadcrumb-item-link:hover {
  cursor: pointer;
}
/* End */


/* Start:/local/templates/invest/components/bitrix/news.detail/detail-card/style.css?1766664316155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/invest/components/bitrix/main.feedback/form/style.css?17834231138100*/
@charset "UTF-8";
/* Обратная связь */
.callback {
  margin-bottom: 100px;
}
.callback .container {
  display: flex;
  gap: 26px;
}

.callback *:not(.container) {
  padding: 0;
  margin: 0;
}

.callback__info {
  position: relative;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.callback__title {
  text-transform: uppercase;
}

.callback__info::after {
  content: "";
  background-image: url(/local/templates/invest/components/bitrix/main.feedback/form/images/callback_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: -90px;
  bottom: 0;
  width: 468px;
  height: 380px;
}

.callback__info-text {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.callback__info-text p,
.callback__info-text a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.callback__adress,
.callback__connection-phone,
.callback .mail {
  font-size: 22px;
  font-weight: 600;
  color: rgb(74, 74, 74);
  line-break: anywhere;
  display: flex;
  gap: 10px;
}

.callback__adress::before,
.callback__connection-phone::before,
.callback .mail::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.callback__adress::before {
  background-image: url(/local/templates/invest/components/bitrix/main.feedback/form/images/map.svg);
}

.callback__connection-phone::before {
  background-image: url(/local/templates/invest/components/bitrix/main.feedback/form/images/phone.svg);
}

.callback .mail::before {
  background-image: url(/local/templates/invest/components/bitrix/main.feedback/form/images/mail.svg);
}

.callback .form-callback {
  flex: 1 1 60%;
  background-color: white;
  padding: 40px;
  max-width: 820px;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
}

.callback .form-callback__title {
  text-align: center;
  margin-bottom: 60px;
}

.callback .form-callback .row {
  display: flex;
  gap: 20px;
}

.callback .form-callback .row > * {
  width: 50%;
}

.callback .form-callback__validation {
  position: relative;
}

.callback .form-callback__validation label {
  position: absolute;
  top: -0.6rem;
  font-size: 16px;
  left: 20px;
  padding-inline: 5px;
  color: rgb(147, 151, 182);
  background-image: linear-gradient(45deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position-y: 0.6rem;
  background-size: 100% 1px;
}

.callback .form-callback__validation input,
.callback .form-callback__validation textarea {
  outline: none;
}

.callback .form-callback__validation input:focus-visible,
.callback .form-callback__validation textarea:focus-visible {
  border-color: rgb(67, 75, 226);
}

.callback .form-callback__validation.error input {
  border-color: rgb(226, 67, 67);
}

.callback .form-callback__validation.error input::-moz-placeholder {
  color: rgb(226, 67, 67);
}

.callback .form-callback__validation.error input::placeholder {
  color: rgb(226, 67, 67);
}

.callback .form-callback input:not([type="checkbox"]),
.callback .form-callback textarea {
  font-size: 18px;
  width: 100%;
  max-width: 750px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgb(147, 151, 182);
}

.validation--necessarily label::after {
  content: "*";
  display: inline;
  color: rgb(226, 67, 67);
}

.callback .form-callback input:not([type="checkbox"]) {
  height: 52px;
}

.callback .form-callback textarea {
  height: 152px;
}

.callback .form-callback__conditions {
  font-size: 14px;
  color: rgb(122, 122, 122);
  text-align: center;
}

.callback .form-callback .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 679px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 30px;
}

.callback .form-callback__button {
  color: white;
  position: relative;
  font-weight: 500;
  text-align: center;
  max-width: 377px;
  width: 100%;
  height: 80px;
  padding: 7px;
  margin: 0 auto;
  border: unset;
  border-radius: 100px;
  border: unset;
  background: linear-gradient(93.05deg, rgba(31, 33, 37, 0.7) 7.56%, rgba(116, 123, 139, 0.7) 92.95%);
}
.callback .form-callback__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: linear-gradient(92.72deg, #373B42 14.4%, #6A6D75 88.04%);
}
.callback .form-callback__button span {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, #1F2125 0%, #42464E 100%);
  border-radius: 100px;
}
.callback .form-callback__button:hover {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, rgba(21, 0, 201, 0.7) 0%, rgba(104, 86, 255, 0.7) 100%);
}
.callback .form-callback__button:hover::after {
  background: linear-gradient(92.72deg, #5F50E7 14.4%, #9186F7 88.04%);
}
.callback .form-callback__button:hover span {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, #2514B5 0%, #6E5FEE 100%);
}
.callback .form-callback__button:active {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, rgba(21, 0, 201, 0.7) 0%, rgba(104, 86, 255, 0.7) 100%);
}
.callback .form-callback__button:active::after {
  background: linear-gradient(92.72deg, #5F50E7 14.4%, #9186F7 88.04%);
}
.callback .form-callback__button:active span {
  background: radial-gradient(67.52% 92.86% at 49.86% 92.86%, #6E5FEE 0%, #2514B5 100%);
}

.main-user-consent-request-announce.form-callback__conditions {
  color: rgb(122, 122, 122);
  font-size: 14px;
}

@media (max-width: 1600px) {
  .callback__info::after {
    position: static;
    width: 380px;
    height: 250px;
  }
}
@media (max-width: 1400px) {
  .callback__title {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .callback {
    margin-bottom: 60px;
  }
  .callback .container {
    flex-direction: column;
    gap: 40px;
  }
  .callback__title {
    text-transform: uppercase;
    width: 65%;
  }
  .callback__title br {
    display: none;
  }
  .callback__info::after {
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 100px;
    width: 245px;
    height: 200px;
  }
  .callback__adress, .callback__connection-phone, .callback .mail {
    font-size: 26px;
  }
  .callback .form-callback {
    max-width: none;
    width: 100%;
  }
  .callback .form-callback textarea {
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  .callback__info::after {
    right: 0;
    width: 245px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .callback .form-callback__validation label {
    font-size: 14px;
    top: -0.5rem;
    background-position-y: 0.5rem;
  }
  .callback .form-callback .main-user-consent-request-announce.form-callback__conditions {
    font-size: 12px;
  }
  .callback .form-callback input:not([type="checkbox"]), .callback .form-callback textarea {
    font-size: 16px;
  }
  .callback .form-callback__button {
    font-size: 16px;
    max-width: 358px;
    height: 67px;
  }
}
@media (max-width: 730px) {
  .callback__info {
    gap: 20px;
  }
  .callback__info .callback__info-text {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .callback .callback__title {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .callback .callback__title br {
    display: block;
  }
  .callback__info::after {
    position: static;
    width: 123px;
    height: 100px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .callback .form-callback .row {
    flex-direction: column;
    gap: 10px;
  }
  .callback .form-callback .row > * {
    width: 100%;
  }
  .callback .form-callback .content {
    gap: 10px;
  }
}
@media (max-width: 460px) {
  .callback {
    margin-bottom: 40px;
  }
  .callback .container {
    gap: 20px;
    padding-inline: 16px;
  }
  .callback__adress, .callback__connection-phone, .callback .mail {
    font-size: 20px;
  }
  .callback .form-callback {
    padding: 20px;
  }
  .callback .form-callback__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .callback .form-callback textarea {
    margin-bottom: 20px;
  }
}
/* End */


/* Start:/local/templates/invest/components/bitrix/main.userconsent.request/consent/style.css?1783423504965*/
label.main-user-consent-request.feedback-request__privacy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}

.feedback-request__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 2px 0 0;
  padding: 0;
  cursor: pointer;
  accent-color: rgb(55, 59, 66);
}

.main-user-consent-request-announce {
  color: rgb(122, 122, 122);
  font-size: 14px;
  line-height: 1.4;
  cursor: default;
}

.main-user-consent-request-open {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

.main-user-consent-request-open:hover {
  color: rgb(55, 59, 66);
}

.feedback__privacy {
  margin-top: 16px;
}

.callback .form-callback .feedback-request__check,
.popap-form .feedback-request__check {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: none;
  padding: 0;
  border: none;
  border-radius: 0;
}

/* End */


/* Start:/local/templates/invest/components/bitrix/main.userconsent.request/consent/user_consent.css?17834235204729*/
.main-user-consent-request a {
  cursor: pointer;
}

.main-user-consent-request input[type=checkbox],
.main-user-consent-request .feedback-request__check {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 2px 10px 0 0;
  padding: 0;
}

.main-user-consent-request-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9000;
}

.main-user-consent-request-popup-cont {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 640px;
  max-height: calc(100vh - 40px);
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  text-align: left;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.main-user-consent-request-popup-header {
  flex-shrink: 0;
  margin: 0 0 16px;
  font: normal 18px/1.3 "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  overflow: hidden;
  white-space: normal;
  max-width: 100%;
}

.main-user-consent-request-popup-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.main-user-consent-request-popup-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.main-user-consent-request-popup-textarea-block {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 0 16px;
  overflow: hidden;
}

.main-user-consent-request-popup-buttons {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
}

.main-user-consent-request-popup-button {
  display: inline-block;
  height: 39px;
  margin: 0 10px 5px 0;
  padding: 0 18px;
  border: none;
  border-radius: 2px;
  font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #535c69;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
  background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
  background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
  -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
  box-shadow: inset 0 0 0 1px #a1a6ac;
  background: none;
}

.main-user-consent-request-popup-button-rej:hover {
  background: #cfd4d8;
}

.main-user-consent-request-popup-text {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 50vh;
  padding: 12px 14px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  color: #333;
  font: normal 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-align: left;
  white-space: pre-wrap;
  overflow-y: auto;
  overflow-x: hidden;
}

/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.main-user-consent-request-path {
  stroke: #80868e;
  stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.main-user-consent-request-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.main-user-consent-request-path {
  stroke: #ccc;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.main-user-consent-request-announce {
  cursor: default;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .main-user-consent-request-popup-cont {
    width: 640px;
  }

  .main-user-consent-request-popup-text {
    max-height: 55vh;
  }
}

@media (max-width: 991px) {
  .main-user-consent-request-popup-cont {
    width: calc(100% - 32px);
    padding: 20px 16px;
  }
}
/* End */
/* /local/templates/invest/components/bitrix/breadcrumb/breadcrumbs/style.css?1778046863689 */
/* /local/templates/invest/components/bitrix/news.detail/detail-card/style.css?1766664316155 */
/* /local/templates/invest/components/bitrix/main.feedback/form/style.css?17834231138100 */
/* /local/templates/invest/components/bitrix/main.userconsent.request/consent/style.css?1783423504965 */
/* /local/templates/invest/components/bitrix/main.userconsent.request/consent/user_consent.css?17834235204729 */
