

/* Start:/local/templates/site-template/components/bitrix/form.result.new/call_back/style.css?1778681689666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/site-template/components/bitrix/form.result.new/call_back/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/site-template/components/bitrix/form.result.new/call_back/images/icon_warn.gif);
}
/* End */


/* Start:/local/components/infodesign/unisender-popup/templates/.default/style.css?17786816887264*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Основной поп-ап */
.unisender-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99888;
  overflow-y: hidden;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.unisender-popup.open {
  visibility: visible;
  opacity: 1;
}

.unisender-popup.open .unisender-popup__content {
  transform: scale(1);
}

.unisender-popup__area {
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.unisender-popup_body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unisender-popup .unisender-highlight {
  color: #0a5bff;
  font-weight: 500;
}

.unisender-popup__content {
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(90deg, #eb4150 0%, #eb683c 100%);
  color: #fff;
  width: 980px;
  height: 428px;
  border-radius: 30px;
  position: relative;
  transform: scale(0);
  transition: transform 0.8s;
}

.unisender-popup__close {
  width: 42px;
  height: 42px;
  background-color: #ffffff3c;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 16px;
  color: #6b6a68;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.unisender-popup__close:hover {
  background-color: #ffffffe9;
}

.unisender-popup__image,
.unisender-popup__sub__image {
  width: 300px;
  height: 300px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  flex-shrink: 0; /* запрет растягивания в flex-контейнере */
  align-self: center; /* центрирует по вертикали */
}

.unisender-popup__image--desktop {
  display: block;
}

.unisender-popup__image--mobile {
  display: none;
}

.unisender-popup__title {
  text-align: left;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
}

.unisender-popup__subtitle {
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #fff;
}

.unisender-popup__container {
  box-sizing: border-box;
  margin: 70px 40px;
  height: auto;
}

#unisender-popup__form {
  display: flex;
  justify-content: left;
  flex-direction: row;
  column-gap: 16px;
}

.unisender-popup__input {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  width: 383px;
  height: 66px;
  color: #fff;
  font-size: 20px;
  background-color: #ffffff1e;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 150px;
  padding: 15px 0px 15px 20px;
}

.unisender-popup__input::placeholder {
  color: #fff;
}

.unisender-popup input:focus {
  outline: none;
}

.unisender-popup__message {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 7px;
}

.unisender-popup__checkbox {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 110%;
  display: flex;
  align-items: center;
}

.unisender-popup__checkbox input[type="checkbox"] {
  display: none;
}

.unisender-popup__checkbox label {
  position: relative;
  padding-top: 5px;
  padding-left: 26px;
  cursor: pointer;
  user-select: none;
}

.unisender-popup__checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 99px;
  background-color: transparent;
  box-sizing: border-box;
  background-image: none;
}

.unisender-popup__checkbox label.checkbox-error:before {
  border-color: #fdb746;
}

.unisender-popup__checkbox input[type="checkbox"]:checked + label:before {
  border-color: #fff;
}

.unisender-popup__checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 45%;
  transform: translateY(-50%);
  width: 11px;
  height: 8px;
  background-image: url("/local/components/infodesign/unisender-popup/templates/.default/images/Vector 1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.unisender-popup__btn {
  font-family: "Roboto", sans-serif;
  background-color: #fdb746;
  color: #2a2b27;
  font-size: 20px;
  font-weight: 700;
  border: 0px;
  border-radius: 70px;
  width: 201px;
  height: 66px;
  line-height: 100%;
  transition: 0.2s ease;
  transition-property: color, background;
  cursor: pointer;
}

.unisender-popup__btn:hover {
  background-color: #fdb746be;
}

.unisender-popup__btn.disabled {
  background-color: #ccc;
  color: #666;
  border-color: #ccc;
  cursor: not-allowed;
}

.unisender-popup .unisender-privacy__policy {
  color: #fdb746;
  text-decoration: none;
}

.unisender-popup_footer {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #979797;
}

/*---------------поп-ап с подпиской---------------*/
.unisender-popup__subscribe {
  position: fixed;
  z-index: 99888;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.8s ease 0s;
  opacity: 0;
}

.unisender-popup__subscribe.open {
  visibility: visible;
  opacity: 1;
}

.unisender-popup__subscribe.open .unisender-popup__sub__content {
  transform: scale(1);
}

.unisender-popup__sub__content {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(90deg, #eb4150 0%, #eb683c 100%);
  color: #fff;
  width: 520px;
  height: 428px;
  border-radius: 20px;
  position: relative;
  transition: all 0.8s ease 0s;
  transform: scale(1);
}

.unisender-popup__sub__container {
  margin: 0px 32px 32px 32px;
}

.unisender-popup__sub__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}

/* Адаптив */
@media (max-width: 976px) {
  .unisender-popup__content {
    flex-direction: column;
    width: 393px;
    height: 477px;
  }

  .unisender-popup__image {
    display: none;
  }

  .unisender-popup__sub__content {
    width: 393px;
    height: 477px;
    justify-content: inherit;
  }

  .unisender-popup__container {
    margin: 25px;
  }

  .unisender-popup__title {
    font-size: 40px;
  }

  .unisender-popup__subtitle {
    font-size: 24px;
    margin-bottom: 24px;
  }

  #unisender-popup__form {
    flex-direction: column;
    row-gap: 16px;
  }

  .unisender-popup__input {
    width: 100%;
  }

  .unisender-popup__btn {
    width: 100%;
  }

  .unisender-popup__checkbox {
    margin-top: 24px;
    font-size: 15px;
  }

  .unisender-popup__checkbox label {
    width: auto;
  }

  .unisender-popup__checkbox label:before {
    top: 24%;
  }

  .unisender-popup__checkbox input[type="checkbox"]:checked + label:after {
    top: 24%;
  }
}

/* End */


/* Start:/local/templates/site-template/styles.css?17786816882261*/
.violet {
	background: -webkit-linear-gradient(left, #5b52b6 0%, #b0a6dc 100%);
	background: linear-gradient(to right, #5b52b6 0%, #b0a6dc 100%)
}
.green {
	background: -webkit-linear-gradient(left, #68b46f 0%, #afd7b2 100%);
	background: linear-gradient(to right, #68b46f 0%, #afd7b2 100%)
}
.light_blue {
	background: -webkit-linear-gradient(left, #65abca 0%, #b3d8e7 100%);
	background: linear-gradient(to right, #65abca 0%, #b3d8e7 100%)
}
.orange {
	background: -webkit-linear-gradient(left, #efb655 0%, #f7daa8 100%);
	background: linear-gradient(to right, #efb655 0%, #f7daa8 100%)
}
.turquoise {
	background: -webkit-linear-gradient(left, #69cfd4 0%, #b3e6e9 100%);
	background: linear-gradient(to right, #69cfd4 0%, #b3e6e9 100%)
}
.pink {
	background: -webkit-linear-gradient(left, #ff7286 0%, #ffb8c2 100%);
	background: linear-gradient(to right, #ff7286 0%, #ffb8c2 100%)
}
.lilac {
	background: -webkit-linear-gradient(left, #b17ddb 0%, #d7bded 100%);
	background: linear-gradient(to right, #b17ddb 0%, #d7bded 100%)
}
.light_green {
	background: -webkit-linear-gradient(left, #aed661 0%, #d6eaaf 100%);
	background: linear-gradient(to right, #aed661 0%, #d6eaaf 100%)
}
.annual-report-list a {
	text-decoration: none
}
.annual-report-list .rep-item {
	margin-bottom: 30px
}
.annual-report-list .rep-item:hover p {
	color: #e8324b
}
.annual-report-list .wrap-item {
	height: 100px;
	text-decoration: none;
	font-size: 70px;
	font-family: "Roboto Slab", serif;
	color: #fff;
	text-align: center;
	position: relative
}
.annual-report-list .wrap-item .border {
	border: 2px solid #fff;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
display:flex;
align-items:center;
justify-content:center;
}
.annual-report-list p {
	font-size: 18px;
	font-family: "Roboto Slab", serif;
	color: #5867b3;
	text-align: center
}
.media-item {
	margin-bottom: 60px
}
.media-item:hover .item-title {
	color: #e8324b
}
.media-item a {
	text-decoration: none
}
.media-item .date-time {
	font-size: 13px;
	font-family: "Roboto Slab", serif;
	text-transform: uppercase;
	color: #aeaeae;
	padding: 5px 0px
}
.media-item .item-title {
	font-size: 16px;
	font-family: "Roboto Slab", serif;
	color: #242424;
	margin: 10px 0px
}
.media-item p {
	margin: 0
}
/* End */


/* Start:/local/templates/site-template/template_styles.css?177868168880*/
body .contacts .h1 {
	line-height: 25px;
    font-family: "Roboto Slab",serif;
}
/* End */
/* /local/templates/site-template/components/bitrix/form.result.new/call_back/style.css?1778681689666 */
/* /local/components/infodesign/unisender-popup/templates/.default/style.css?17786816887264 */
/* /local/templates/site-template/styles.css?17786816882261 */
/* /local/templates/site-template/template_styles.css?177868168880 */
