

/* Start:/local/templates/department/components/bitrix/news.detail/abiturient/style.css?17472226361671*/
#vk_groups{
    width: 100%!important;
	overflow: hidden;
}
div.news-detail
{
	margin-top: 40px;
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.news-detail{}
.news-detail .logo{}
.news-detail .logo img.detail_picture{
	float: none;
	width: 100%;
    height: auto;
}
.news-detail .about{
	padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-detail .about .name{
	text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
}
.news-detail .about .sale{
	margin-top: -10px;
    padding-bottom: 10px;
    font-style: italic;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.news-detail .about .adres{}
.news-detail .about .adres span{}
.news-detail .about .phone{}
.news-detail .about .phone span{}
.news-detail .soc a{
	font-size: 24px;
    padding-right: 10px;
}
.news-detail .soc .vk{}
.news-detail .soc .inst{}
.news-detail .soc .fb{}
.news-detail .section {}
.news-detail .section a{}
.news-detail .description {
	margin-top: 20px;
    padding-bottom: 10px;
    font-style: italic;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.news-detail .block{
	padding: 10px;
    background: #f4f4f4;
}
.news-detail .title-section{
	padding-left: 12px;
    font-size: 22px;
    padding-bottom: 4px;
}
.news-detail .text-section{}
.news-detail .gis img{
	width: 100%;
    height: auto;
}
.news-detail .bl-wrp{
	margin: 20px 0;
}
.gallery{
	margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.gallaery-block{}
.img-wrp img{
	width: 100%;
    height: auto;
}
.img-wrp{
	    margin: 15px 0;
}
/* End */


/* Start:/local/templates/department/components/utmn/feedbackform/abitur/style.css?175137383713261*/
.interlabs-feedbackform__container {
  margin-left: auto;
  max-width: 700px;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.form-section  {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer4);
}
.form-group {
    width: 100%;
}
.w50prc {
    width: calc(50% - var(--spacer4)/2);
}
.form-group input {
    width: 100%;
}
/* Базовые стили для контейнера */
.form-group > div {
    position: relative;
}

/* Стили для поля ввода */
.form-group input {
    width: 100%;
    padding: 16px 20px;
    border: 3px solid transparent;
    border-radius: 20px;
    font-size: 16px;
    background: transparent;
    transition: border-color 0.3s;
    background: #E2F7FF;
}

/* Стили для активного/заполненного поля */
.form-group input:focus,
.form-group input:valid {
    outline: none;
    border-color: #2196F3;
}

/* Базовые стили для метки */
.form-group label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 0 5px;
}

/* Анимация метки при фокусе */
.form-group input:focus ~ label,
.form-group input:not(:placeholder-shown) ~ label {
    top: 0;
    transform: translateY(0);
    font-size: 12px;
    color: #B9B9B9;
}

/* Анимация метки при валидном заполнении */
.form-group input:valid ~ label {
    color: #B9B9B9;
}
.form-section  .form-group .c-checkbox {
  display: flex !important;
}
.form-section  .form-group .c-checkbox input {
  width: auto;
}
.form-section  .form-group .c-checkbox p {
  font-size: 16px;
  color: #FFF;
  margin: 0 0 0 0 !important;
}
.form-section  .form-group .c-checkbox p a {
  color: #FFF !important;
  text-decoration: underline;
}
.form-section  .form-group .c-checkbox label, .form-section  .form-group .c-checkbox input{
  cursor: pointer;
}
.form-section  .form-group .c-checkbox label {
  left: 0;
}
.form-section button {
  background: #00AEEF;
  border: 3px solid #FFFFFF;
  border-radius: 50px;
  color: #FFF;
  padding: 16px 35px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}
.form-section button:hover {
  background: #FFFFFF;
  border: 3px solid #00AEEF;
  color: #00AEEF;
}





.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {

  margin-left: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .fiel d-required {
  color: #EB5757;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/local/templates/department/components/utmn/feedbackform/abitur/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  width: 197px;
  height:  54px;
  top: 394px;
  left: 735px;
  padding: 13px 29px 13px 29px;
  margin: 5px 0;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  border-width: 2px;
  border-color: #000;
  color: #000;
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #E7C3DC;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
  width: 75%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 4px;
  background: #159EBB;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  display: block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 20px 0px;
  /*padding: 6px;*/
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
}

@media screen and (max-width: 576px) {
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  display: block;
  margin-top: 30px;
}
}

/* End */
/* /local/templates/department/components/bitrix/news.detail/abiturient/style.css?17472226361671 */
/* /local/templates/department/components/utmn/feedbackform/abitur/style.css?175137383713261 */
