.ui-icon-service-telegram {
  display: none !important;
}
.intec-template {
  display: block;
  min-height: 320px;
}
.intec-template .intec-template-content {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intec-template .intec-template-content:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
}
.intec-template .intec-template-breadcrumb {
  display: block;
  margin-top: 30px;
  margin-bottom: 11px;
}
.intec-template .intec-template-title {
  display: block;
  margin-top: 11px;
  margin-bottom: 30px;
}
.intec-template .intec-template-page {
  display: block;
  margin-bottom: 50px;
}
.intec-template .intec-template-page:after {
  display: table;
  content: "";
  clear: both;
}
.intec-template .intec-template-page.intec-template-page-flat {
  margin-bottom: 0;
}
.intec-template .intec-template-page.intec-template-page-narrow {
  margin-top: 50px;
}
.intec-template .widget .widget-header .widget-title, .intec-template .intec-template-part.intec-template-part-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  color: #1B1E25;
}
.intec-template .widget .widget-header .widget-description, .intec-template .intec-template-part.intec-template-part-description {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  color: #808080;
}
.intec-template .widget .widget-header .widget-title.align-left,
.intec-template .widget .widget-header .widget-description.align-left,
.intec-template .widget .widget .widget-footer.align-left {
  text-align: left;
}
.intec-template .widget .widget-header .widget-title.align-center,
.intec-template .widget .widget-header .widget-description.align-center,
.intec-template .widget .widget-footer.align-center {
  text-align: center;
}
.intec-template .widget .widget-header .widget-title.align-right,
.intec-template .widget .widget-header .widget-description.align-right,
.intec-template .widget .widget-footer.align-right {
  text-align: right;
}
.intec-template .widget .widget-header .widget-title + .widget-description {
  margin-top: 16px;
}
.intec-template .widget .widget-header + .widget-content {
  margin-top: 40px;
}
.intec-template .widget .widget-content + .widget-footer {
  margin-top: 35px;
}
.intec-template .intec-template-footer {
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 720px) {
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 18px;
  }
}
@media print {
  .intec-template a:link::after, .intec-template a:visited::before {
    content: "";
  }
}

.public .intec-template {
  height: 100%;
}
.public .intec-template .intec-template-content {
  height: 100%;
}


.registration {
  max-width: 1344px;
  width: 100%;
  margin: 19px auto 52px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgba(206, 206, 206, 1);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(206, 206, 206, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(206, 206, 206, 1);
}

.registration *, .registration *:after, .registration *:before {
  box-sizing: border-box;
}

.registration-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  width: 100%;
  background: #9BC5DF;
  font-size: 25px;
  line-height: 27px;
  font-family: Tahoma, sans-serif;
  color: #fff;
  margin: 0;
}

.registration-title {
  flex-shrink: 0;
  display: block;
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-family: Tahoma, sans-serif;
  padding: 18px 43px;
}

.registration-hold {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0;
}

.registration-hold_questionnaire {
  display: block;
}

.registration-hold__left {
  flex-shrink: 0;
  width: 30%;
  /*max-width: 400px;*/
  padding: 3px 43px 0;
  border-right: 1px solid #C4C4C4;
  margin: 17px 0;
}

.registration-hold__right {
  width: 70%;
  /*max-width: 944px;*/
  flex-shrink: 1;
  padding: 2px 43px 0;
  margin: 17px 0;
}

.registration-descr__img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.registration-descr__icon {
  width: 33.333%;
}
.registration-descr__icon img {
  height: 160px;
  display: block;
  margin: 0 auto;
}
.b-registration-buttons a {
  width: 48%;
  padding: 6px 5px 5px 5px !important;
  text-align: center;
}
input[type="submit"].registration-form-button-submit {
  width: 48%;
  padding: 5px 5px !important;
}

.registration-form_questionnaire {
  display: flex;
  padding: 18px 0 0;
}

.registration-form__left, .registration-form__right {
  width: 50%;
  flex-shrink: 0;
  padding: 3px 43px 0;
}

.registration-form__right {
  display: flex;
  align-items: center;
}

.registration-form__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.registration-form__row {
  margin: 0 0 16px;
}

.registration-form__title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-family: Tahoma, sans-serif;
  color: #000;
  margin: 0 0 3px;
}

.registration-form-captcha-img {
  margin: 5px 0 0;
}

.registration-form__title span {
  color: #FF5800;
}

.registration-form__input {
  display: block;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  background: #fff;
  height: 26px;
  width: 100%;
  padding: 0 11px;
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  color: #000;
}

.registration-form__select {
  position: relative;
  background: #fff;
}

.registration-form__select .registration-form__input {
  padding-right: 26px;
  position: relative;
  z-index: 2;
}

.registration-form__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  z-index: 3;
  cursor: pointer;
}

.registration-form__arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .15s;
}

.registration-form__arrow:hover:after {
  border-color: #0177BC transparent transparent transparent;
}

.registration-form-select-drop {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  background: #fff;
  z-index: 1;
  border-radius: 0 0 4px 4px;
  display: none;
}
.registration-form-select-drop.open {
  top: 22px;
}

ul.registration-form-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

.registration-form-select-list__item {
  font-size: 12px;
  line-height: 14px;
  font-family: Tahoma, sans-serif;
  cursor: pointer;
  padding: 5px 10px;
  transition: .15s;
}

.registration-form-select-list__item:hover {
  background: #d5efff;
}

.select-item {
  border: 2px solid #5f98c7;
  border-radius: 4px;
}

.select-item.active {
  background: #d5efff;
}

.registration-form__input:focus, .registration-form__input:active {
  outline: none;
  border-color: #0177BC;
}

.registration-form-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.registration-form-label__checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.registration-form-label__checkbox:checked + .registration-form-label__indicator:after {
  opacity: 1;
}

.registration-form-label__indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 13px;
  height: 13px;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  margin: 0 8px 0 0;
}

.registration-form-label__indicator:after {
  content: "\2714";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #fab22e;
  font-weight: bold;
  transition: .15s;
  opacity: 0;
}

.registration-form-label__text {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-family: Tahoma, sans-serif;
  color: #000;
}

a.registration-form-link {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-family: Tahoma, sans-serif;
  color: #2189D5;
  text-decoration: underline;
  transition: .15s;
  padding: 3px 2px;
}

a.registration-form-link:hover,
a.registration-form-link:focus,
a.registration-form-link:active {
  outline: none;
  color: #2189D5;
  text-decoration: none;
}

.registration-form__button {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  padding: 10px 0;
}

.registration-form__button {
  justify-content: flex-start;
}

input[type="submit"].registration-form-button-submit {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  height: 34px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: Tahoma, sans-serif;
  background: #00598e !important;
  transition: .15s;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

input[type="submit"].registration-form-button-submit:hover {
  text-decoration: none;
  background: #00598e !important;
}

.registration-form__picture {
  width: 100%;
  padding: 20px 0 5px;
}

.registration-form-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.registration-descr {
  padding: 0;
}

.registration-descr__text {
  font-size: 16px;
  /*line-height: 18px;*/
  color: #000;
  /*font-family: Tahoma, sans-serif;*/
  margin: 0 0 17px;
}

ul.registration-descr__list {
  list-style: disc;
  padding: 3px 0;
  margin: 0 0 10px;
  list-style-position: inside;
}

ul.registration-descr__list li {
  color: #C4C4C4;
  font-size: 8px;
  margin: 0 0 13px;
}

ul.registration-descr__list li span {
  color: #000;
  font-size: 12px;
  line-height: 14px;
}

a.registration-descr__link {
  color: #000;
  text-decoration: underline;
  transition: .15s;
}

a.registration-descr__link:hover,
a.registration-descr__link:focus,
a.registration-descr__link:active {
  outline: none;
  color: #000;
  text-decoration: none;
}

.registration-form-prompt {
  height: 36px;
  width: 150px;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  border-top: 1px solid #C6C6C6;
  font-size: 12px;
  line-height: 14px;
  font-family: Tahoma, sans-serif;
  margin: 5px 0 0;
}

.registration-form-prompt__text span {
  color: #FF5800;
  font-size: 14px;
}

input[type="submit"].registration-form-button-submit{
  background: #0177BC !important; /*519961*/
}
input[type="submit"].registration-form-button-submit:hover {
  background: #00598e !important;
}

.registration-form__row{
  position: relative;
}
.registration{
  position: relative;
}
.error_container{
  opacity: 0;
  border: 1px solid red;
  padding: 10px 15px;
  transition: .25s ease-in-out;
  color: red;
  line-height: 22px;
}
.error_container.active{
  opacity: 1;
}
.success-message{
  opacity: 0;
  border: 1px solid green;
  position: absolute;
  top: 50%;
  padding: 25px 15px;
  transition: .25s ease-in-out;
  background: #fff;
  left: calc(50% - 150px);
  width: 300px;
  font-size: 17px;
  text-align: center;
}
.success-message.active{
  opacity: 1;
}

.widget-authorization-panel a{
  font-size: 14px;
  font-weight: bold;
}
/*# sourceMappingURL=template.css.map */

.intec-template .widget.c-gallery-template-2 .widget-header + .widget-content {
    margin-top:80px;
}
@media (max-width: 1110px) {
	.registration-hold__left {
		width: 35%;
	}
	.registration-hold__right {
		width: 65%;
	}
}
@media (max-width: 960px) {
	.registration-form_questionnaire {
		justify-content: center;
	}
	.registration-form__right {
		display: none;
	}
	.registration-form__left {
		width: 75%;
	}
	.registration-hold__left {
		width: 38%;
	}
	.registration-hold__right {
		width: 62%;
		padding: 2px 15px 0;
	}
}
@media (max-width: 900px) {
	.registration-hold {
		display: block;
	}
	.registration-hold__left {
		width: 100%;
		max-width: 450px;
		border-right: none;
		margin: 17px auto;
	}
	.registration-hold__right {
		width: 100%;
	}
	.registration-form__picture {
		display: none;
	}
}
@media (max-width: 480px) {
	.registration-form__left {
		width: 100%;
		padding: 3px 20px 0;
	}
	.registration-descr__icon {
		width: 50%;
	}
	.registration-descr__icon img {
		height: 155px;
	}
}
@media (max-width: 360px) {
	.registration-form__button {
		display: block;
	}
	.b-registration-buttons a {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	input[type="submit"].registration-form-button-submit {
		width: 100%;
		display: block;
	}
}
@media (max-width: 960px) {
	.registration-form_questionnaire {
		justify-content: center;
	}
	.registration-form__right {
		display: none;
	}
	.registration-form__left {
		width: 75%;
	}
}
@media (max-width: 480px) {
	.registration-form__left {
		width: 100%;
		padding: 3px 20px 0;
	}
}