

/* Start:/local/templates/.default/template_styles.css?177314208421791*/
:root {
  --ui-btn-size-xs: 26px;
  --ui-btn-size-sm: 31px;
  --ui-btn-size-md: 39px;
  --ui-btn-size-lg: 47px;
  --ui-btn-padding: 0 20px;
  --ui-btn-padding-right: 20px;
  --ui-btn-min-width: 80px;
  --ui-btn-height: var(--ui-btn-size-md);
  --ui-btn-font-size: 12px;
  --ui-btn-background: #868d95;
  --ui-btn-background-hover: #5b6573;
  --ui-btn-background-active: #3b506e;
  --ui-btn-border-color: #868d95;
  --ui-btn-border-color-hover: #5b6573;
  --ui-btn-border-color-active: #3b506e;
  --ui-btn-border: 1px solid var(--ui-btn-border-color);
  --ui-btn-opacity-after: .3;
  --ui-btn-colors-after-bg: #fff;
  --ui-btn-colors-before-bg: #fff;
  --ui-btn-color: #fff;
  --ui-btn-color-hover: #fff;
  --ui-btn-color-active: #fff;
  --ui-btn-box-shadow: none;
  --ui-btn-box-shadow-hover: none;
  --ui-btn-box-shadow-active: none;
  --ui-btn-text-shadow: none;
  --ui-btn-text-shadow-hover: none;
  --ui-btn-text-shadow-active: none;
  --ui-btn-clock-white: url("/bitrix/js/ui/buttons/src/css/images/ui-loader-clock-white.min.svg?v=1.2");
  --ui-btn-clock-black: url("/bitrix/js/ui/buttons/src/css/images/ui-loader-clock-black.min.svg?v=1.2");
  --ui-btn-wait-white: url("/bitrix/js/ui/buttons/src/css/images/ui-loader-wait-white.min.svg?v=1.2");
  --ui-btn-wait-black: url("/bitrix/js/ui/buttons/src/css/images/ui-loader-wait-black.min.svg?v=1.2");
}

@font-face {
  font-family: "Verdana";
  font-weight: normal;
  font-style: normal;
}
input::-ms-clear {
  display: none;
}

input::-ms-browse {
  display: none;
}

html {
  min-width: 1200px;
  outline: none;
  background: linear-gradient(80deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(240, 245, 249) 50%, rgb(240, 245, 249) 100%);
  background-position: 95px 0px;
  background-repeat: no-repeat;
}

body {
  font-family: "Verdana";
  line-height: normal;
  font-size: 18px;
  background-image: url("/local/templates/.default/images/signs.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  margin: 0;
  position: relative;
}

input:focus, textarea:focus {
  outline: none;
}
input:read-only, textarea:read-only {
  background-color: transparent;
  user-select: none;
}

h1 {
  padding: 0;
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #101627;
}

.header {
  padding-top: 36px;
  display: flex;
  align-items: center;
}
.header img {
  margin-right: 48px;
}
.header .title {
  font-size: 14px;
  color: #34426A;
}

.footer {
  width: 100%;
  z-index: 0;
  position: relative;
}
.footer .footer-block {
  display: flex;
  flex-direction: column;
  padding: 28px 390px;
}
@media (max-width: 1600px) {
  .footer .footer-block {
    padding: 28px 290px;
  }
}
@media (max-width: 1530px) {
  .footer .footer-block {
    padding: 28px 190px;
  }
}
@media (max-width: 1200px) {
  .footer .footer-block {
    padding: 28px 70px;
  }
}
.footer .footer-block .footer-menu {
  display: flex;
}
.footer .footer-block .footer-menu .element {
  margin-right: 25px;
  font-size: 13px;
  line-height: 13px;
  text-decoration-line: none;
  color: #101627;
}
.footer .footer-block .footer-copyrights {
  font-size: 13px;
  line-height: 12px;
  margin-top: 18px;
  color: #7F8BAC;
}

.container {
  padding: 0 390px;
  padding-right: 0;
  position: relative;
  min-height: 760px;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .container {
    padding: 0px 360px;
    padding-right: 0;
    margin-right: 100px;
  }
}
@media (max-width: 1530px) {
  .container {
    padding: 0px 70px;
    padding-right: 0;
  }
}
@media (max-width: 1350px) {
  .container {
    padding: 0px 70px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0px 70px;
    padding-right: 0;
  }
}

.alone-require-star {
  font-size: 13px;
  line-height: 13px;
  color: #34426A;
}
.alone-require-star:before {
  content: "*";
  color: #EE1D1D;
  margin-right: 4px;
}

.input-wrapper {
  width: max-content;
  margin-top: 19px;
  position: relative;
}
.input-wrapper select {
  border: 1px solid #CCD1E0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 7px 7px 10px;
}
.input-wrapper select option {
  padding: 7px 74px 7px 10px;
}
.input-wrapper.loading:after {
  content: "";
  top: 50%;
  right: -25px;
  height: 100%;
  width: 12px;
  height: 12px;
  background-color: #27D899;
  border: 3px solid #27D899;
  border-radius: 15px;
  position: absolute;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.input-wrapper.hidden {
  display: none;
}
.input-wrapper .info {
  position: absolute;
  bottom: -20px;
  font-size: 13px;
  line-height: 13px;
  color: #677497;
  display: none;
  left: 0;
  width: max-content;
}
.input-wrapper .info.active {
  display: block;
}
.input-wrapper.middle input {
  max-width: 170px;
}
.input-wrapper.small {
  margin-right: 19px !important;
}
.input-wrapper.small:nth-of-type(2) {
  margin-right: 48px !important;
}
.input-wrapper.small input {
  max-width: 150px;
}
.input-wrapper.side-title {
  margin-left: 228px;
  margin-top: 0;
}
.input-wrapper.side-title input {
  max-width: 174px;
  border: 2px solid #FF6600;
}
.input-wrapper.side-title .title {
  position: absolute;
  left: -120px;
  top: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.input-wrapper .title {
  font-size: 13px;
  color: #34426A;
  margin-bottom: 6px;
}
.input-wrapper .title.star:after {
  content: "*";
  color: #34426A;
  margin-left: 4px;
}
.input-wrapper .title.require-star:after {
  content: "*";
  color: #EE1D1D;
  margin-left: 4px;
}
.input-wrapper textarea {
  border: 1px solid #A4ACC0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
}
.input-wrapper textarea::placeholder {
  color: #A4ACC0;
  font-size: 16px;
}
.input-wrapper input {
  border: 1px solid #A4ACC0;
  box-sizing: border-box;
  border-radius: 4px;
  height: 40px;
  width: 320px;
  padding: 10px;
}
.input-wrapper input::placeholder {
  color: #A4ACC0;
  font-size: 16px;
}
.input-wrapper .eye {
  background-image: url("/local/templates/.default/images/eye.png");
  background-size: contain;
  background-position: center;
  height: 12px;
  width: 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 36px;
  right: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.input-wrapper .eye.hide {
  background-image: url("/local/templates/.default/images/hide.png");
}

.site-selector {
  display: flex;
}
.site-selector > * {
  padding: 18px 0px;
  min-width: 145px;
}
.site-selector .title {
  background-color: #0080FF;
  border-radius: 3px 0px 0px 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: relative;
}
.site-selector .title .triangle {
  width: 100%;
  position: absolute;
  bottom: -15px;
  display: flex;
  justify-content: center;
}
.site-selector .title .triangle::after {
  content: "";
  border: 6px solid transparent;
  border-top: 9px solid #0080FF;
}
.site-selector a {
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 0px 3px 3px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  color: #34426A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.a_exit {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #0080FF;
  text-decoration: underline;
}

.input-checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.input-checkbox .checkbox-visual {
  background: #FFFFFF;
  border: 2px solid #CCD1E0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  position: relative;
}
.input-checkbox .checkbox-visual .activate {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0080FF;
  border-radius: 4px;
  opacity: 0;
}
.input-checkbox .checkbox-visual .activate:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.input-checkbox .text {
  margin-left: 8px;
  font-size: 14px;
  color: #34426A;
}
.input-checkbox .text a {
  color: #34426A;
}
.input-checkbox input[type=checkbox] {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 20px;
  height: 100%;
}
.input-checkbox input[type=checkbox]:disabled + .checkbox-visual .activate {
  background: lightgrey;
}
.input-checkbox input[type=checkbox]:checked + .checkbox-visual {
  border: none;
}
.input-checkbox input[type=checkbox]:checked + .checkbox-visual .activate {
  opacity: 1;
}

.fake-button {
  display: flex;
  align-items: center;
}

button, .fake-button {
  margin-right: 26px;
  max-height: 42px;
  background-color: #FF6600;
  border-radius: 3px;
  border: none;
  outline: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px;
  font-weight: bold;
  position: relative;
  transition: all ease-in-out 0.1s;
  letter-spacing: 0.5px;
}
button:hover, .fake-button:hover {
  cursor: pointer;
  background-color: #101627;
}
button.hidden, .fake-button.hidden {
  display: none;
}
button.disabled, .fake-button.disabled {
  background-color: #A4ACC0;
  user-select: none;
  pointer-events: none;
}
button.gray, .fake-button.gray {
  background-color: #A4ACC0;
}

.modal-wrapper {
  z-index: 24;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  pointer-events: none;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
}
.modal-wrapper::-webkit-scrollbar {
  width: 1px;
  height: 3px;
}
.modal-wrapper::-webkit-scrollbar-button {
  background-color: #FFFFFF;
  height: 0px;
  width: 0px;
}
.modal-wrapper::-webkit-scrollbar-track {
  background-color: #A4ACC0;
  height: 0px;
  width: 0px;
}
.modal-wrapper::-webkit-scrollbar-track-piece {
  height: 0px;
  width: 0px;
  background-color: #FFFFFF;
}
.modal-wrapper::-webkit-scrollbar-thumb {
  height: 0px;
  width: 0px;
  background-color: #A4ACC0;
  border-radius: 3px;
}
.modal-wrapper::-webkit-scrollbar-corner {
  background-color: #A4ACC0;
  height: 0px;
  width: 0px;
}
.modal-wrapper::-webkit-resizer {
  height: 0px;
  background-color: #A4ACC0;
}
.modal-wrapper .error {
  color: #EB5757;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  display: none;
}
.modal-wrapper .error.active {
  display: block;
}
.modal-wrapper.active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}
.modal-wrapper .modal {
  min-width: 420px;
  padding: 20px 0px !important;
  margin-top: auto;
  margin-bottom: auto;
  height: auto !important;
  background: #F4F6F9;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 8px 20px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
}
.modal-wrapper .modal.remove {
  width: 460px !important;
}
.modal-wrapper .modal .input-checkbox {
  margin-top: 25px;
  padding-left: 20px;
}
.modal-wrapper .modal .input-checkbox > .text {
  margin-top: 0;
}
.modal-wrapper .modal .input-checkbox img {
  margin-left: 10px;
}
.modal-wrapper .modal.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
}
.modal-wrapper .modal .text {
  margin-top: 18px;
  padding: 0px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #101627;
}
.modal-wrapper .modal .text a {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #0080FF;
}
.modal-wrapper .modal .text .sub-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 13px;
  color: #0080FF;
  margin-left: 20px;
}
.modal-wrapper .modal .text .text {
  margin-top: 16px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #101627;
  max-width: 412px;
  margin-left: 20px;
}
.modal-wrapper .modal .bottom {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.modal-wrapper .modal .bottom .back {
  background: #A4ACC0;
  border-radius: 3px;
  align-self: center;
  margin-right: 12px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
.modal-wrapper .modal .bottom .back.empty {
  margin-right: 0;
  width: auto !important;
  height: auto !important;
}
.modal-wrapper .modal .bottom button {
  margin-right: 0;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  padding: 10px 16px;
  min-width: 83px;
}
.modal-wrapper .modal .bottom button.red {
  background-color: #EB5757;
  margin-left: 12px;
}
.modal-wrapper .modal .bottom button.loading {
  position: relative;
  font-size: 0;
  background-color: #A4ACC0;
  pointer-events: none;
}
.modal-wrapper .modal .bottom button.loading:after {
  content: "";
  width: 12px;
  height: 12px;
  left: 32px;
  top: 7px;
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
  position: absolute;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.modal-wrapper .modal .row {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-wrapper .modal .row .input-wrapper {
  width: 310px;
  margin-right: 20px;
}
.modal-wrapper .modal .row .input-wrapper:nth-last-child(1) {
  margin-right: 0;
}
.modal-wrapper .modal .row .input-wrapper.big {
  width: 100%;
  margin-right: 0;
}
.modal-wrapper .modal .row .input-wrapper .fake-input {
  border: 1px solid #CCD1E0;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #101627;
  width: 100%;
  min-width: 310px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.modal-wrapper .modal .row .input-wrapper .fake-input img {
  margin-left: auto;
  margin-right: 0;
}
.modal-wrapper .modal > .title {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  color: #34426A;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCD1E0;
}
.modal-wrapper .modal > .title .close {
  margin-left: auto;
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.modal-wrapper .modal > .title .close:hover {
  opacity: 1;
}
.modal-wrapper .modal > .title .close:before {
  transform: rotate(45deg);
}
.modal-wrapper .modal > .title .close:after {
  transform: rotate(-45deg);
}
.modal-wrapper .modal > .title .close:before, .modal-wrapper .modal > .title .close:after {
  left: 15px;
  top: 5px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #7F8BAC;
  position: absolute;
}

@keyframes fadeIn {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes blink {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: transparent;
  }
}
.tablebodytext {
  display: none;
}

.index-image {
  position: absolute;
  top: 0;
  right: 0;
}

.index-info {
  position: absolute;
  top: 0;
  margin-right: 0px;
  right: 0;
  max-width: 421px;
}
@media (max-width: 1900px) {
  .index-info {
    margin-right: 60px;
  }
}
@media (max-width: 1600px) {
  .index-info {
    margin-right: 60px;
  }
}
@media (max-width: 1530px) {
  .index-info {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .index-info {
    margin-right: 60px;
  }
}
.index-info > .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 21px;
  color: #34426A;
  margin-bottom: 20px;
  padding-left: 16px;
}
.index-info > .sub-title {
  color: #34426A;
  font-weight: bold;
  font-size: 16px;
  padding-left: 16px;
}
.index-info ul {
  padding: 20px 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.index-info ul li {
  display: flex;
  align-items: flex-start;
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  color: #101627;
  margin-bottom: 20px;
}
.index-info ul li img {
  margin-right: 16px;
}
.index-info ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.content {
  position: relative;
  max-width: 1233px;
}

.captcha_pic {
  position: absolute;
  right: -115px;
  top: 21px;
  height: 38px;
  border: 1px solid #0080FF;
  border-radius: 5px;
}
.captcha_pic img {
  border-radius: 5px;
  position: relative;
  height: 38px;
  transition: all 1s ease-in-out;
}
.captcha_pic.disable img {
  opacity: 0;
}

.reload {
  position: absolute;
  right: -145px;
  width: 18px;
  height: 18px;
  top: 31px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.reload.active {
  animation-name: rotate-clockwise;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate-clockwise {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(180deg);
  }
}
.global-disable {
  pointer-events: none !important;
}

.unconfirmed-wrapper {
  background: #FFFFFF;
  border: 1px solid #CCD1E0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 46px 46px;
  max-width: 513px;
  margin-top: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unconfirmed-wrapper .link {
  background: #FF6600;
  border-radius: 3px;
  padding: 10px 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
  cursor: pointer;
}
.unconfirmed-wrapper .link.loading {
  position: relative;
  font-size: 0;
  background-color: #A4ACC0;
  pointer-events: none;
  min-width: 140px;
}
.unconfirmed-wrapper .link.loading:after {
  content: "";
  width: 12px;
  height: 12px;
  left: 76px;
  top: 7px;
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
  position: absolute;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.unconfirmed-wrapper img {
  width: max-content;
  height: max-content;
  margin-bottom: 30px;
}
.unconfirmed-wrapper > .title {
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: #34426A;
  margin-bottom: 16px;
}
.unconfirmed-wrapper .text {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #34426A;
  margin-bottom: 24px;
}

.common-back {
  z-index: 43;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.common-back:after {
  content: ". . .";
  position: absolute;
  font-size: 65px;
  color: #FFFFFF;
  min-width: 116px;
  animation: loading-modal 1s linear infinite alternate both;
  text-align: left;
}

@keyframes loading-modal {
  0% {
    content: ".   ";
  }
  50% {
    content: ". . ";
  }
  100% {
    content: ". . .";
  }
}
.tooltip {
  position: absolute;
  display: none;
  background: #34426A;
  border-radius: 4px;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #F0F5F9;
  max-width: 153px;
}
.tooltip:after {
  content: "";
  position: absolute;
  background-image: url("/local/templates/.default/images/tooltip_triangle.png");
  width: 11px;
  height: 5px;
  bottom: -5px;
  left: 87px;
}

*:hover + .tooltip {
  display: block;
}

.not_found_wrapper {
  margin-top: 162px;
}
.not_found_wrapper .top img {
  display: block;
}
.not_found_wrapper .top img:last-child {
  margin-top: 15px;
}
.not_found_wrapper .block {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-top: 45px;
}
.not_found_wrapper .bottom {
  margin-top: 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #34426A;
}

.button_global {
  background: #3bc8f5;
  text-decoration: none;
  text-transform: uppercase;
  --ui-btn-background: #3bc8f5;
  --ui-btn-background-hover: #3eddff;
  --ui-btn-background-active: #12b1e3;
  --ui-btn-border-color: #3bc8f5;
  --ui-btn-border-color-hover: #3eddff;
  --ui-btn-border-color-active: #12b1e3;
  --ui-btn-color: #fff;
  --ui-btn-color-hover: #fff;
  --ui-btn-color-active: #fff;
  position: relative;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: var(--ui-btn-padding);
  color: var(--ui-btn-color);
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font: var(--ui-btn-font-size)/calc(var(--ui-btn-height) - 2px) "OpenSans-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button_global:hover {
  border-color: var(--ui-btn-border-color-hover);
  background-color: var(--ui-btn-background-hover);
  box-shadow: var(--ui-btn-box-shadow-hover);
  color: var(--ui-btn-color-hover);
  text-decoration: none;
  text-shadow: var(--ui-btn-text-shadow-hover);
}

.error_doc {
  color: tomato;
  width: max-content;
  border: 1px solid tomato;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 5px;
}

.deactivation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.deactivation h1 {
  margin-bottom: 125px;
}
.deactivation .img img {
  height: 200px;
  margin-bottom: 125px;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */


/* Start:/local/components/infopro/contracts/templates/selector_new/style.css?17785777221521*/
.select-container {
  width: 210px;
}

.custom-select {
  position: relative;
  width: 100%;
}

.select-header {
  width: 100%;
  padding: 6px 10px;
  background: white;
  border: 1px solid #CCD1E0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: all 0.2s;
}

.select-header:hover {
  border-color: #aaa;
}

.arrow {
  font-size: 12px;
  color: #999;
  transition: transform 0.2s;
}

.select-header.open .arrow {
  transform: rotate(180deg);
}

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 4px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.select-dropdown.open {
  display: block;
}

.select-option {
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: background 0.15s;
}

.select-option:last-child {
  border-bottom: none;
}

.select-option:hover {
  background: #f9f9f9;
}

.select-option.selected {
  background: #f0f0f0;
}

/* Цвета для типов услуг */
.service-type {
  font-weight: normal;
}

.service-type.gvs-te {
  color: #FF6600;
}

.service-type.hvs-vo {
  color: #0080FF;
}

.select-header .selected-text {
  color: #333;
}

.select-header .selected-text .service-type {
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/infopro/legal/templates/mini/style.css?1656485584448*/
.mini-legal {
  padding-top: 8px;
  position: absolute;
  background-repeat: no-repeat;
  animation-name: show-mini-legal;
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.mini-legal.hidden {
  animation-name: none;
}

@keyframes show-mini-legal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/infopro/cookie.alert/templates/.default/style.css?16155536601080*/
.cookie-alert-wrapper {
  max-width: 640px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  padding: 24px 36px;
  background: #101627;
  border: 1px solid #16203E;
  box-sizing: border-box;
  box-shadow: 0px 9px 18px rgba(22, 54, 77, 0.2), 0px 0px 4px rgba(20, 43, 55, 0.12);
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  bottom: 25px;
  right: 25px;
  z-index: 25;
}
.cookie-alert-wrapper.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.cookie-alert-wrapper > .title {
  color: #F4F6F9;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cookie-alert-wrapper > .title img {
  padding-right: 15px;
}
.cookie-alert-wrapper > .text {
  color: #E8EDF1;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 30px;
}
.cookie-alert-wrapper > button {
  border-radius: 3px;
  border: 1px solid #F4F6F9;
  color: #F4F6F9;
  padding: 8px 16px;
  background-color: transparent;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/.default/template_styles.css?177314208421791 */
/* /local/components/infopro/contracts/templates/selector_new/style.css?17785777221521 */
/* /local/components/infopro/legal/templates/mini/style.css?1656485584448 */
/* /local/components/infopro/cookie.alert/templates/.default/style.css?16155536601080 */
