

/* Start:/local/templates/invest/components/bitrix/breadcrumb/breadcrumbs/style.css?1774341181689*/
.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?17743411818031*/
@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,
.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 {
  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, .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?17743411811242*/
.feedback-request__check {
  display: none;
}

.main-user-consent-request.feedback-request__privacy {
  position: relative;
}

.main-user-consent-request.feedback-request__privacy::before {
  display: none;
}

.main-user-consent-request::before .feedback-request__check:checked {
  background: unset;
  content: unset;
}

.main-user-consent-request-announce span {
  text-decoration: underline;
}

.feedback-checkbox {
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  border: 2px solid #fff;
  left: 0;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-request__check:checked + .feedback-checkbox {
  border-color: transparent;
}

.main-user-consent-request .feedback-request__check:checked + .feedback-checkbox::before {
  content: "";
  position: absolute;
  background: url("/local/templates/invest/components/bitrix/main.userconsent.request/consent/./images/Check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
  width: 19px;
  height: 18px;
  top: -2px;
  right: -2px;
}

.feedback-checkbox::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: -2px;
  top: -2px;
}

label.main-user-consent-request.feedback-request__privacy {
  display: flex;
  justify-content: center;
}
/* End */


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

.main-user-consent-request input[type=checkbox] {
  margin: 5px 10px 0 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;
  min-height: 290px;
  /* loader magic */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.main-user-consent-request-popup-header {
  margin: 0 0 30px 0;
  font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
  margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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 {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  color: black;
}

/** 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: pointer;
  color: #FFF;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@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 {
    min-height: 400px;
    min-width: 640px;
  }

  .main-user-consent-request-popup-header {
    max-width: 590px;
  }

  .main-user-consent-request-popup-text {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .main-user-consent-request-popup-cont {
    width: 65%;
  }

  .main-user-consent-request-popup-header {
    max-width: 100%;
  }
}
/* End */
/* /local/templates/invest/components/bitrix/breadcrumb/breadcrumbs/style.css?1774341181689 */
/* /local/templates/invest/components/bitrix/news.detail/detail-card/style.css?1766664316155 */
/* /local/templates/invest/components/bitrix/main.feedback/form/style.css?17743411818031 */
/* /local/templates/invest/components/bitrix/main.userconsent.request/consent/style.css?17743411811242 */
/* /local/templates/invest/components/bitrix/main.userconsent.request/consent/user_consent.css?17685552244565 */
