

/* Start:/local/templates/lib.impsa/components/bitrix/news/Lib_catalog/bitrix/news.detail/.default/style.css?169045845614909*/
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;
}

.teamserv-box a {
  color: #0b0b0b;
  display: flex;
  text-decoration: none;
}

.teamserv-box {
  grid-auto-rows: 1fr;
}

.side-menu-item-hidden {
  display: none;
}

.allPagesMy {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #ce1518;
  text-decoration: none;
  width: 65%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.kviz-inner {
  max-width: 1180px;
}

.kviz {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  background-color: #fff;
  min-height: 525px;
}

.step__content {
  padding: 39px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.step__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}

.step__subtitle {
  display: block;
  font-size: 18.667px;
  font-family: 'Circe';
  color: #6b6b6b;
  line-height: 1.2;
  margin-bottom: 12px;
}

.step__title {
  display: block;
  font-size: 22.667px;
  font-family: 'Circe';
  color: black;
  line-height: 1.2;
  margin-bottom: 10px;
}

.step__text {
  display: block;
  font-size: 18.667px;
  font-family: 'Circe';
  color: black;
  line-height: 1.2;
}

.step__actions {
  margin-top: 30px;
}

.actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 18px;
}

.actions-grid--t2 {
  grid-template-columns: 100%;
}

.actions-grid--t2 .input-action,
.actions-grid--t2 .select-action {
  max-width: 540px;
}

.radio-action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 28px;
  border-radius: 0;
  background-color: #f7f7f7;
  cursor: pointer;
}
.radio-action input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  opacity: 0;
}
.radio-action span {
  font-size: 18.667px;
  color: black;
  line-height: 1.2;
}
.radio-action .a-mask {
  border-radius: 50%;
  background-color: white;
  min-width: 0;
  width: 0;
  height: 0;
  margin-right: 18px;
}
.radio-action input:checked ~ .a-mask {
  background-color: #c3191e;
}

.input-action {
  padding: 30px 28px;
  border-radius: 0;
  background-color: #f7f7f7;
}
.input-action input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18.667px;
  line-height: 1.2;
}
.input-action input::-webkit-input-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action input::-moz-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action input:-ms-input-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action input::-ms-input-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action input::placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}

.input-action {
  padding: 30px 28px;
  border-radius: 0;
  background-color: #f7f7f7;
}
.input-action textarea {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18.667px;
  line-height: 1.2;
}
.input-action textarea::-webkit-input-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action textarea::-moz-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action textarea:-ms-input-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action textarea::-ms-input-placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}
.input-action textarea::placeholder {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
}

.kviz-inner {
  position: relative;
}

.close-kviz {
  position: absolute;
  top: -1px;
  right: 14px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: none;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
}
.close-kviz img {
  width: 100%;
  height: 100%;
}

.select-action {
  padding: 30px 28px;
  border-radius: 0;
  background-color: #f7f7f7;
}
.select-action select {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #000;
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
}

.fileloader-box {
  padding: 30px 28px;
  border-radius: 0;
  background-color: #f7f7f7;
  margin-top: 0;
}

.success-kviz {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #fff;
  min-height: 460px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.success-kviz {
  flex-direction: column;
}

.success-kviz .close-kviz {
  right: -1px;
  top: -1px;
}
.success-kviz p {
  font-size: 29.333px;
  font-family: 'Circe';
  color: #c3191e;
  color: #000;
  font-weight: bold;
  margin-bottom: 42px;
  line-height: 1.2;
}

.success-kviz strong {
  display: block;
  color: #c3191e;

  font-size: 18.667px;

  line-height: 1.2;
  text-align: center;
}

.nav-buttons {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step__actions {
  margin-bottom: 40px;
}

.next.nav-btn {
  margin-left: auto;
}
.next.nav-btn img {
  margin-left: 14px;
}

.prev.nav-btn img {
  margin-right: 14px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  border-radius: 0 !important;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 21px;
  border-radius: 10px;
  background-color: #c3191e;
  font-size: 22.667px;
  font-family: 'Circe';
  color: white;
  line-height: 1.2;
  border: none;
  cursor: pointer;
}

.step-item:not(.active) {
  display: none;
}

.kviz {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.kviz.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-height: 790px) {
  .step {
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    min-height: 100vh;
  }
  .kviz-inner {
    padding: 0 !important;
    height: 100%;
    min-height: 100vh;
  }
  .success-kviz {
    padding: 0 !important;
    height: 100%;
    min-height: 100vh;
  }
  .close-kviz {
    right: 0;
  }
}

@media (max-width: 960px) {
  .kviz {
    width: 100vw;
    min-height: 100vh;
    overflow-y: auto;
    display: block;
  }

  .step {
    height: 100%;
    min-height: 100%;
    overflow: none;
    min-height: 100vh;
  }
  .step {
    grid-template-columns: 1fr 200px;
  }
  .kviz-inner {
    padding: 0 !important;

    width: 100%;
    min-height: 100vh;
  }
  .success-kviz {
    padding: 0 !important;
    height: 100%;
    min-height: 100vh;
  }
}

@media (max-width: 768px) {
  body .input-action {
    height: auto;
    min-height: 80px;
  }

  body .fileloader-box {
    max-width: 100%;
  }

  body .p-bnr {
    height: auto;
    padding: 20px;
  }

  body .p-bnr__actions button {
    margin-right: 0;
  }

  body .p-bnr__actions strong {
    text-align: center;
    margin-top: 15px;
  }

  body .p-bnr__actions {
    margin-top: 25px;
    flex-direction: column;
    text-align: center;
  }

  .input-action,
  .select-action,
  .radio-action {
    padding: 30px 15px;
  }
  .select-action .jq-selectbox {
    left: 15px;
  }

  .close-kviz {
    right: -1px;
  }
  .step {
    grid-template-columns: 100%;
  }
  .step__img {
    display: none;
  }
  .step__content {
    padding: 60px 15px;
  }
  .actions-grid {
    grid-template-columns: 100%;
    gap: 18px 18px;
  }
}

.p-bnr {
  margin: 68px 0;
  cursor: pointer;
  width: 100%;
  height: 600px;
  background-position: bottom 0 right 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 35px 45px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-bnr__title {
  font-size: 34.667px;

  line-height: 1.2;
  text-align: left;
  color: #000;
  font-weight: 500;
  /* text-transform: uppercase; */
  line-height: 1.353;
}

.p-bnr__title strong {
  color: rgb(195, 25, 30);
  font-weight: 500;
}

.p-bnr__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.p-bnr__actions strong {
  font-size: 14.667px;
  font-family: 'Circe';
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.p-bnr__actions button {
  max-width: 287px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
  font-size: 23px;
  font-family: 'Circe';
  color: rgb(255, 255, 255);
  line-height: 1.579;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 600;
}

.p-bnr__actions button span {
  font-size: 25.333px !important;
  font-family: 'Circe';
  color: rgb(255, 255, 255);
  line-height: 1.579 !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0 !important;
}

.radio-action .jq-radio.checked .jq-radio__div {
  background-color: #ce1518 !important;
}

.radio-action .jq-radio {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  border: none !important;
}

.select-action .jq-selectbox {
  width: 100%;
}

.select-action .jq-selectbox__select {
  border: none;
  background: none;
}

.radio-action,
.input-action,
.select-action {
  height: 80px;
  margin: 0;
}

.input-action--textarea {
  height: auto;
  min-height: 80px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.input-action--textarea textarea {
  resize: none;
  transform: translateY(10px);
  padding: 0;
  min-height: 45px;
}

.input-action--has-label {
  position: relative;
  min-height: 80px;
  height: auto;
  padding-top: 26px;
  padding-bottom: 26px;
}

.input-action--has-label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 28px;
}

.input-action--has-label label {
  font-size: 18.667px;
  font-family: 'Circe';
  color: #707070;
  font-weight: normal;
  margin: 0;
}

.select-action {
  position: relative;
}

.select-action .jq-selectbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  width: calc(100% - 56px);
}

.fileloader-box .b24-form-control-file .b24-form-control-label {
  display: block;
  font-size: 13px;
  transition: 180ms linear all;
  font-size: 15px;
  line-height: 17px;
  opacity: 0.5;
  color: #000;
}

.fileloader-box .b24-form-control-filelist {
  margin-top: 5px;
}

.fileloader-box .b24-form-control-file .b24-form-control {
  margin: 2px 0 0 0;
  padding: 8px 10px 8px 30px !important;
  border-radius: 3px;
  border: 1px solid #000;
  border: 1px solid #000;
  font-size: 15px;
  color: #000;
  color: #000;
  opacity: 0.71;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  -webkit-transition: 250ms linear all;
  -o-transition: 250ms linear all;
  transition: 250ms linear all;
}

.fileloader-box .b24-form-control-file .b24-form-control:after,
.fileloader-box .b24-form-control-file .b24-form-control:before {
  content: '';
  background-color: #000;

  top: 50%;
  display: block;
  position: absolute;
  -webkit-transition: 250ms linear all;
  -o-transition: 250ms linear all;
  transition: 250ms linear all;
}

.fileloader-box .b24-form-control-file .b24-form-control:before {
  height: 11px;
  width: 1px;
  left: 15.5px;
  margin-top: -5.5px;
}

.fileloader-box .b24-form-control-file .b24-form-control:after {
  width: 11px;
  height: 1px;
  margin-top: -0.5px;
  left: 11px;
}

.fileloader-box .b24-form-control-alert-message {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 12px;
  background: #f25830;
  z-index: 10;
  border-radius: 0 2px 2px 2px;
  padding: 2px 4px 2px 22px;
  font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font: 13px var(--b24-font-family);
  color: #fff;
}

.fileloader-box .jq-file {
  display: none;
}

.fileloader-box {
  max-width: 308px;
  padding-top: 0;
  padding-bottom: 0;

  width: 100%;
  text-align: center;
}

body {
  overflow-x: hidden;
}

.select-action .jq-selectbox__select-text {
  color: #000;
}

.fake-ul {
  margin-top: 40px;
  max-width: 320px;
}

.fake-li {
  font-size: 18.667px;
  color: rgb(107, 107, 107);
  line-height: 1.2;
  text-align: left;
  z-index: 12;
  padding-left: 50px;
  position: relative;
  font-weight: 500;
}

.fake-li + .fake-li {
  margin-top: 15px;
}

.fake-li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #c3191e;
}

@media (max-width: 768px) {
  .p-bnr {
    background-position: bottom 0 right -186px;
  }

  .p-bnr__title {
    font-size: 28.667px;
  }
}

.p-bnr__actions butto {
  transition: all 0.3s ease;
}

.p-bnr__actions button:hover {
  background-color: #fff;
  color: rgb(195, 25, 30);
  border-color: #fff;
}

.p-bnr__actions .red-arrow-btn .text {
  color: unset;
  transform: translateY(2px);
}

.row-with-img {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}

.row-with-img .image {
  min-width: 400px;
}

.row-with-img .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1280px) {
  .row-with-img .image {
    display: none;
  }
}

.teamserv-box-item p::first-letter {
  text-transform: uppercase;
}

/* End */
/* /local/templates/lib.impsa/components/bitrix/news/Lib_catalog/bitrix/news.detail/.default/style.css?169045845614909 */
