

/* Start:/bitrix/templates/primepres/css/owl.carousel.css?16147174685191*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  /*-webkit-transform-style: preserve-3d;*/
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  /*transform-style: preserve-3d;*/
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/primepres/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Custom dots */
.owl-dots {
  text-align: center;
  margin-top: 5px;
}
.owl-dot {
  display: inline-block;
}
.owl-dot span {
  display: inline-block;
  margin: 0 5px;
  width: 57px;
  height: 3px;
  background: #FFF;
  /*border-radius: 50%;*/
  font-size: 0;
}
.owl-dot.active span,
.owl-dot span:hover {
  background: #FFC600;
}
/* End */


/* Start:/bitrix/templates/primepres/css/jquery.formstyler.css?161471746812492*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: 0 12px 0 0;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	background: #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 3px 0 0 3px;
	background: url(/bitrix/templates/primepres/css/../images/checked.png) no-repeat;
}
.jq-checkbox.focused {
	/*border: 1px solid #08C;*/
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: 0 12px 0 0;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 9px;
	height: 9px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #0088cb;
}
.jq-radio.focused {
	/*border: 1px solid #08C;*/
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 6px 0px 6px 105px;
	background: #FFF;
	color: rgba(70, 70, 70, 0.5);
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 6px 20px;
	border-radius: 2px;
	background: #82b93c;
	color: #FFF;
}
.jq-file:hover .jq-file__browse {
	/*background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-file:active .jq-file__browse {
	/*background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-file.focused .jq-file__name {
	/*border: 1px solid #5794BF;*/
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


/* normal select */
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.jq-selectbox__select {
	height: 40px;
	padding: 0 45px 0 15px;
	border: 1px solid #E6E6E6;
	background: #FFF;
}
.jq-selectbox__select:hover {
	/*background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);*/
}
.jq-selectbox__select:active {
	/*background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.focused .jq-selectbox__select {
	/*border: 1px solid #5794BF;*/
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 9px;
	padding-bottom: 6px;
}
.jq-selectbox .placeholder {
	color: #bdbdbd;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 10px;
	height: 5px;
	background: url(/bitrix/templates/primepres/css/../images/select.png) no-repeat;
	/*border-top: 7px solid #dfdfdf;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;*/
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #272727;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: -2px 0 0;
	padding: 0;
	border: 1px solid #e6e2da;
	background: #FFF;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	max-height: 240px !important;
}
.jq-selectbox ul::-webkit-scrollbar {
    background: #efeeed;
    width: 10px;
}
.jq-selectbox ul::-webkit-scrollbar-thumb {
    background: #d8d8d8;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 10px 10px 11px 15px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #464646;
}
.jq-selectbox li.selected {
	/*background-color: #A3ABB1;
	color: #FFF;*/
}
.jq-selectbox li:hover {
	background: #fcfaf5;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
/* end norml select */


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/primepres/css/magnific-popup.css?161471746811270*/
/* Magnific Popup CSS */
.white-popup,
.white-modal {
  position: relative;
  background: #FFF;
  padding: 26px 36px 15px 24px;
  width: 392px;
  max-width: 570px;
  margin: 20px auto;
}
.white-popup .row {
  margin: 0 -12px;
}
.white-popup .col-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.white-popup.wide {
  width: 570px;
  padding: 26px 36px 38px 24px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.6; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  /*font-size: 0;*/
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button.mfp-close {
  background: url(/bitrix/templates/primepres/css/../images/close.png) no-repeat;
  width: 11px;
  height: 11px;
  font-size: 0;
  top: 10px;
  right: 10px;
  opacity: 0.85 !important;
}
button.mfp-close:hover {
  opacity: 1.0 !important;
}

.mfp-arrow.mfp-arrow-left {
  background: url(/bitrix/templates/primepres/css/../images/mfp-left.png) no-repeat;
  width: 23px;
  height: 57px;
  margin-top: -28px;
  left: -48px;
}
.mfp-arrow.mfp-arrow-right {
  background: url(/bitrix/templates/primepres/css/../images/mfp-right.png) no-repeat;
  width: 23px;
  height: 57px;
  margin-top: -28px;
  right: -48px;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: none !important;
}
.mfp-arrow {
  opacity: 0.85 !important;
  cursor: pointer;
}
.mfp-arrow:hover {
  opacity: 1.0 !important;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 0.85;
  padding: 0px;
  color: #FFF;
  font-style: normal;
  font-size: 24px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    /*top: 1px;*/ }

.mfp-close-btn-in .mfp-close {
  color: #c2c8cf; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #252323;
  right: 0px;
  /*top: -10px;*/
  text-align: right;
  padding-right: 4px;
  width: 100%; }

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  color: #1fa6de;
}
.mfp-counter {
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #a6a9ac;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  /*padding: 20px;*/
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  /*background: #FFF;*/
  margin-top: 0px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  cursor: auto;
  padding-top: 15px;
  /*box-shadow:0 4px 8px rgba(0, 0, 0, 0.45);*/}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #252323;
  word-wrap: break-word;
  padding: 0px 56px 20px 20px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  position: relative;
  background: #FFF;
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/**
* Fade-zoom animation for first dialog
*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.4;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 

  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.4;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End */


/* Start:/bitrix/templates/primepres/css/fotorama.css?161471746815144*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/primepres/css/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/primepres/css/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/bitrix/templates/primepres/css/select2.min.css?161471746815196*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/bitrix/templates/primepres/css/font-awesome-4.6.3/css/font-awesome.min.css?161471746829063*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/primepres/css/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/bitrix/templates/primepres/css/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/bitrix/templates/primepres/css/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/bitrix/templates/primepres/css/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/bitrix/templates/primepres/css/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/bitrix/templates/primepres/css/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/primepres/css/style.css?161471746849776*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  /*line-height: 1.15;*/
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--- VARIABLES ---*/
/* colors */
/*fonts*/
/*layouts*/
/* --- MIXINS --- */
html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.42;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  background: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 15px 0;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #013f54;
}

h1, .h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36px;
  margin: 10px 0px 5px;
}

h2, .h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 15px;
  font-size: 0.9375rem;
}

h5, .h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

a {
  color: #165f7c;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
  display: block;
}

table {
  border-collapse: collapse;
}
#main table td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px dotted #bdbdbd;
}
#main .profile-table td{padding: 11px 25px 11px; border:none;}
.bx-auth-profile font.notetext{text-align: center; border:1px solid #469C2A; color: #469C2A; display: block; padding: 10px;}
/* ----- LAYOUTS ----- */
.wrapper {
  width: 100%;
  min-width: 1230px;
  height: auto !important;
  min-height: 100%;
  overflow: hidden;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  overflow: hidden;
}

.page-wrapper {
  padding-bottom: 165px;
  height: 1%;
  position: relative;
  overflow: hidden;
}

.inner {
  width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

.container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidebar-right #main {
  float: left;
  padding-right: 440px;
  width: 100%;
}
.sidebar-right #sideRight {
  float: left;
  width: 400px;
  margin-left: -400px;
  position: relative;
  padding-top: 0;
  margin-top: -25px;
}
.sidebar-right-analitika #sideRight{
  float: left;
  width: 400px;
  margin-left: -400px;
  position: relative;
  padding-top: 106px;
}


.sidebar-left #sideLeft {
  float: left;
  width: 600px;
  margin-left: 0%;
  margin-right: -600px;
  position: relative;
  z-index: 1;
}
.sidebar-left #main {
  float: left;
  width: 100%;
  padding-left: 630px;
  margin-right: -100%;
}

.lk.sidebar-left #sideLeft {
  float: left;
  width: 283px;
  margin-left: 0%;
  margin-right: -283px;
  position: relative;
}
.lk.sidebar-left #main {
  float: left;
  width: 100%;
  padding-left: 320px;
  margin-right: -100%;
}

.main {
  padding-bottom: 20px;
  position: relative;
}
.main::after {
	clear: both;
	display: block;
	content: '';
}

.footer {
  position: relative;
  width: 100%;
  margin: -150px auto 0;
  height: 150px;
}

.block {
  margin-bottom: 20px;
}

.block_no-margin {
  margin-bottom: 0 !important;
}

.row {
  margin: 0 -20px;
}

.midi-row {
  margin: 0px -15px;
}
.midi-row div[class*="col-"] {
  padding: 0 15px !important;
}

.mini-row {
  margin: 0px -10px;
}
.mini-row div[class*="col-"] {
  padding: 0 10px !important;
}

.inner:before,
.inner:after,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.mini-row:before,
.mini-row:after,
.item .spacer:before,
.item .spacer:after {
  content: "";
  display: table;
}

.inner:after,
.clearfix:after,
.row:after,
.mini-row:after,
.item .spacer:after,
.clr {
  clear: both;
}

.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.grid1, .grid2, .grid-3, .grid4, .grid5,
.grid7, .grid8, .grid9, .grid10 {
  float: left;
  position: relative;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.grid1 {
  width: 10%;
}

.grid2 {
  width: 20%;
}

.grid3 {
  width: 30%;
}

.grid4 {
  width: 40%;
}

.grid5 {
  width: 50%;
}

.grid6 {
  width: 60%;
}

.grid7 {
  width: 70%;
}

.grid8 {
  width: 80%;
}

.grid9 {
  width: 90%;
}

.grid10 {
  width: 100%;
}

.margin {
  clear: both;
  height: 10px;
}

.section {
  clear: both;
}

.full-width-items .col-right {
  float: left;
  position: relative;
}

/* .full-width-items .col-left {
  float: left;
  width: 100%;
} */

/* ----- end LAYOUTS ----- */
/* ----- HEADER -----*/
.header-top {
  background: #f7f4ee;
}

.top-line {
  display: table;
  width: 100%;
}

.currency {
  display: table-cell;
  font-size: 12px;
  font-size: 0.75rem;
}

.currency .item {
  display: inline-block;
  padding: 10px 0px 8px;
  margin-right: 39px;
}

.top-links {
  display: table-cell;
  text-align: right;
}
.lang-switchers {
  display: inline-block;
  vertical-align: middle;
}
.wrap_personal {
  display: inline-block;
  vertical-align: middle;
}
.lang-switchers ul {
  display: inline-block;
  margin-right: 34px;
}
.lang-switchers ul li {
  display: inline-block;
}
.lang-switchers ul a {
  color: #000000;
  padding: 0px 3px;
}
.lang-switchers ul .active a {
  text-decoration: underline;
  cursor: default;
}

.log-in {
  display: inline-block;
  padding: 9px 19px 9px 43px;
  min-height: 38px;
  background: #be3228 url(/bitrix/templates/primepres/css/../images/keyhole.svg) 18px 9px no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  color: #FFF;
  font-weight: 700;
}
.log-out {
  display: inline-block;
  background: #be3228;
  padding: 9px 19px 9px 19px;
  min-height: 38px;
  -webkit-background-size: 18px;
  background-size: 18px;
  color: #FFF;
  font-weight: 700;
}
.log-out:hover {
  background: #e2890a;
  -webkit-background-size: 18px;
  background-size: 18px;
  text-decoration: none;
}
}
.log-in:hover {
  background: #e2890a url(/bitrix/templates/primepres/css/../images/keyhole.svg) 18px 9px no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  text-decoration: none;
}

.mid-line {
  display: table;
  width: 100%;
  padding: 36px 0px 38px;
}

#logo {
  display: table-cell;
  vertical-align: middle;
}

#search {
  display: table-cell;
  vertical-align: middle;
}
#search .search-inner {
  position: relative;
  width: 400px;
  float: right;
}

input[type="text"].header-search_input {
  width: 100%;
  height: 34px;
  padding: 0px 42px 0px 15px;
  border: 1px solid #e8e8e8;
}

input[type="submit"].header-search_submit {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 3px;
  background: url(/bitrix/templates/primepres/css/../images/search.svg) center no-repeat;
  -webkit-background-size: 19px;
  background-size: 19px;
  font-size: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  transition: 0 none;
}
input[type="submit"].header-search_submit:hover {
  background: url(/bitrix/templates/primepres/css/../images/search_hover.svg) center no-repeat;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.header-bottom {
  background: #165f7c;
}
.main-menu img {display: inline-block;vertical-align: middle;margin-right: 5px;}
.main-menu ul {
  display: table;
  border-collapse: collapse;
  /* table-layout: fixed; */
  width: 100%;
}
.main-menu ul li {
  display: table-cell;
  /* width: 100%; */

  position: relative;
  height: 100%;
  vertical-align: top;
  /*border-right: 1px solid #2b6c86;
  border-left: 1px solid #2b6c86;*/
}
.main-menu ul li:first-child a {
  border-left: 1px solid #2b6c86;
}
.main-menu ul li:hover a {
  background: #013f54;
  text-decoration: none;
  border-color: #013f54;
}
.main-menu ul li.active a {
  background: #013f54;
  text-decoration: none;
  border-color: #013f54;
}
.main-menu ul li a {
  display: block;
  color: #FFF;
  font-family: "Merriweather", serif;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 47px;
  border-right: 1px solid #2b6c86;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  padding: 0 29px;
}


ul.sub-menu {
  display: block;
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  background: #013f54;
  z-index: 2;
  text-align: center;
}
ul.sub-menu li {
  display: block;
}
ul.sub-menu li a {
  padding: 6px 10px;
  border: 0;
}
ul.sub-menu li a:hover {
  text-decoration: underline;
}

/* ----- end HEADER -----*/
/* ----- BASE STYLES ----- */
.main {
  line-height: 22px;
}

.title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 24px;
  color: #165f7c;
}
.title a {
  color: #165f7c;
}

.block-front_title,
.block-title,
.section-events-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  /*line-height: 20px;*/
  font-family: "Merriweather", serif;
  margin-bottom: 5px;
  color: #013f54;
}
.block-front_title a,
.block-title a,
.section-events-title a {
  color: #013f54;
}

.block-mini-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  font-family: "Merriweather", serif;
  color: #165f7c;
  margin-bottom: 5px;
}

.date, .more-link {
  color: #7b8385;
}

.date {
  letter-spacing: 0.02em;
}

.text {
  letter-spacing: 0.01em;
}

.clr-orange,
.clr-orange a {
  color: #be3228;
}

.clr-blue {
  color: #165f7c;
}

.clr-light {
  color: #7b8385;
}

.breadcrumbs {
  clear: both;
  margin-top: -2px;
  padding: 0px 0px 9px;
  line-height: 1.42;
}
.breadcrumbs div{vertical-align: middle;display: inline-block;}
.breadcrumbs a, .breadcrumbs span {
  vertical-align: middle;
}
.breadcrumbs a {
  color: #bdbdbd;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  margin-right: 9px;
}
.breadcrumbs a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -4px;
  height: 9px;
  width: 17px;
  background: url(/bitrix/templates/primepres/css/../images/breadcrumb.png) no-repeat;
}
.breadcrumbs .last a{cursor: default;}
.breadcrumbs .last a:after{display: none;}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs span {
  color: #bdbdbd;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

.wrapper table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin: 15px 0px;
}

.wrapper table tr:nth-of-type(odd) {
  background: #f5f5f5;
}

.wrapper table td {
  padding: 11px 25px 11px;
}

.wrapper table th {
  text-align: left;
  font-weight: 700;
  padding: 11px 25px 11px;
  background: #f5f5f5;
}

/* form, buttons */
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  border: 1px solid #e6e2da;
  height: 40px;
  padding: 0px 15px;
  max-width: 100%;
}

table input[type="text"],
table input[type="email"],
input[type="password"],
table input[type="tel"] {
  width: 100%;
}

textarea {
  width: 100%;
  height: auto;
  resize: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"],
textarea:focus {
  outline: none;
  /*border: 1px solid #d0d0d0;*/
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

::-moz-placeholder {
  color: #bdbdbd;
}

select {
  border: 1px solid #e6e2da;
  color: #000000;
  padding: 9px 15px 10px;
  max-width: 100%;
  outline: none;
}

.btn,
input.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 10px 22px;
  font-weight: 700;
  background-color: #165f7c;
  color: #FFF;
  border: 1px solid #165f7c;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.btn:hover,
input.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  text-decoration: none;
  background-color: #013f54;
  border-color: #013f54;
}

.btn-orange,
input.btn-orange,
input[type="submit"].btn-orange,
input[type="button"].btn-orange {
  background: #be3228;
  border-color: #be3228;
}
.btn-orange:hover,
input.btn-orange:hover,
input[type="submit"].btn-orange:hover,
input[type="button"].btn-orange:hover {
  background: #e2890a;
  border-color: #e2890a;
}

/*
.btn-green-bordered,
input.btn-green-bordered,
input[type="submit"].btn-green-bordered,
input[type="button"].btn-green-bordered {
	background: #FFF;
	border-color: $green;
	color: $green;
	&:hover {
		background: $green_hover;
		border-color: $green_hover;
		color: #FFF;
	}
}
.btn-gray-bordered,
input.btn-gray-bordered,
input[type="submit"].btn-gray-bordered,
input[type="button"].btn-gray-bordered,
input[type="reset"],
.btn-reset {
	background: #FFF;
	border-color: #CBCBCB;
	color: $font;
	&:hover {
		background: $bc;
		border-color: $bc;
	}
}
*/
input[type="reset"]:hover,
.button-reset:hover {
  text-decoration: none;
  background-color: red;
}

.label-inline {
  display: inline-block;
  margin-right: 17px;
}

.reply-field {
  padding: 0px 0px 15px;
}
.reply-field label {
  display: inline-block;
  margin-bottom: 6px;
}
.reply-field input {
  width: 100%;
}

.reply-btns {
  text-align: center;
}
.reply-btns .btn,
.reply-btns input[type="submit"],
.reply-btns input[type="reset"] {
  padding-left: 30px;
  padding-right: 30px;
}

.hint {
  font-size: 10px;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
}

.error {
  color: #fc2222;
  border-color: #fc2222 !important;
}

.popup-inner .h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.popup-inner .jq-checkbox {
  margin-right: 4px;
}

.popup-table {
  width: 100%;
  vertical-align: top;
}
.popup-table td {
  padding-bottom: 13px;
  vertical-align: top;
}
.popup-table .label-td {
  width: 60px;
  text-align: right;
  padding-right: 20px;
  padding-top: 5px;
}
.popup-table .wrap-input {
  margin-top: 0;
}
.popup-table .wrap-input input {
  width: 100%;
}
.popup-table select {
  width: 100%;
}

.wide .popup-table .label-td {
  width: 125px;
}

.dop-popup-links {
  border-top: 1px solid #f6f6f6;
  padding-top: 15px;
  text-align: center;
  margin-top: 30px;
}
.dop-popup-links a {
  display: block;
  margin-bottom: 3px;
}

.form-detail {
  clear: both;
  margin-top: 0px;
  margin-bottom: 10px;
}

.table-reply-buttons {
  padding: 15px 0px 10px;
}

.table-reply-buttons table {
  width: 100%;
  vertical-align: middle;
}
.table-reply-buttons table td {
  vertical-align: middle;
}
.table-reply-buttons table input {
  width: 100%;
}

.wrap-input {
  margin-top: 15px;
  position: relative;
}
.wrap-input input {
  padding-right: 32px;
}
.wrap-input:after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 12px;
  top: 9px;
}

a.bordered-link {
  border-bottom: 1px solid #e8e8e8;
}
a.bordered-link:hover {
  text-decoration: none;
  border-bottom: 0;
}

/* pagination */
.pagination {
  padding: 25px 0px 5px;
  text-align: center;
  font-size: 0;
}
.pagination a, .pagination span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 30px;
  padding: 6px 4px 6px 4px;
  margin: 3px 0px 3px -1px;
  border: 1px solid #e8e8e8;
}
.pagination a {
  color: #000000;
}
.pagination a:hover {
  background: #e8e8e8;
  text-decoration: none;
}
.pagination a.more-pages {
  border: 0;
  /* text-decoration: underline; */
  color: #fff;
  padding: 6px 20px;
}
.pagination a.more-pages:hover {
  background: #013f54;
  text-decoration: none;
}

.pgn-prev,
.pgn-next {
  position: relative;
  height: 32px;
}
.pgn-prev:after,
.pgn-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pgn-prev {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.pgn-prev:after {
  /*@include icons-sprite(pgn-prev);*/
}

.pgn-next {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.pgn-next:after {
  /*@include icons-sprite(pgn-next);*/
}

.bold, .strong {
  font-weight: 700;
}

.regular {
  font-weight: 400 !important;
  font-size: 14px;
}

.margin {
  margin-bottom: 10px;
}

.centered-text,
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.non-visible {
  display: none !important;
}

/* ----- end BASE STYLES ----- */
/* ----- MAIN PAGE ----- */
.block-front {
  position: relative;
  padding-top: 3px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-front:after {
/*   content: "";
  position: absolute;
  left: 0;
  right: -40px;
  border-bottom: 1px dotted #bdbdbd; */
}
.block-front .title {
  font-family: "Merriweather", serif;
}
.block-front .left-col .item {
  padding: 24px 0px 13px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-front .left-col .item:first-child {
  padding-top: 16px;
}
.block-front .left-col .item:last-child {
  border-bottom: 0;
}
.block-front .left-col .item .title {
  padding-bottom: 8px;
  letter-spacing: 0.01em;
}
.block-front .left-col .item .text {
  line-height: 22px;
}
.block-front .left-col .item .date {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  color: #7b8385;
  padding-top: 8px;
}
.block-front .right-col .item {
  padding: 24px 5px 24px 0px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-front .right-col .item:first-child {
  padding-top: 16px;
}
.block-front .right-col .item:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}
.block-front .right-col .item .img {
  padding-bottom: 8px;
}
.block-front .item-img .title {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.block-front{padding-bottom: 20px; margin-bottom: 35px;}
.block-front .all-news{display: block; position: absolute; right: 0px; z-index: 5; background: #fff; padding-left: 20px; bottom: -15px;}
.block-front .all-news a{display: block; color: #fff; border: 1px solid #be3228; height: 30px; line-height: 28px; padding: 0 20px; text-decoration: none; font-weight: 700; background:#be3228;}
.block-front .all-news a:hover{text-decoration: none; background: #e2890a;}

.block-front .block-front:last-child,
.block-front.last {
  margin-bottom: 15px;
  margin-top: -8px;
}

.block-analitics {
  background: #f7f4ee;
  border-left: 1px dotted #bdbdbd;
  margin-top: 0;
  padding: 25px 40px 0px 38px;
  margin-bottom: 40px;
  overflow: hidden;
}
.block-analitics .item {
  padding: 24px 0px 18px 0px;
  position: relative;
}
.block-analitics .item:first-child {
  padding-top: 11px;
}
.block-analitics .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  right: -40px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-analitics .title {
  font-family: "Merriweather", serif;
  letter-spacing: 0.008em;
  margin-bottom: 8px;
}
.block-analitics .text {
  line-height: 22px;
}
.block-analitics .text p {
  margin: 8px 0px 12px;
}
.block-analitics .btns {
  margin: 24px auto 0 auto;
  width: 185px;
}
.block-analitics .btns .btn {
  width: 100%;
  margin-bottom: 13px;
}

.section-events {
  margin-bottom: 40px;
  padding-right: 40px;
}
.section-events .item {
  padding-top: 10px;
}
.section-events .info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  color: #7b8385;
}
.section-events .date {
  margin-right: 31px;
}
.section-events .categories {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  padding: 8px 0px 7px;
}
.section-events .categories a {
  color: #165f7c;
  margin-right: 20px;
}
.section-events .title {
  font-family: "Merriweather", serif;
  padding-bottom: 8px;
  letter-spacing: 0.01em;
}
.section-events .text {
  line-height: 22px;
}

.section-events-title {
  color: #be3228;
}
.section-events-title a {
  color: #be3228;
}
.section-events-title a:hover {
  color: #e2890a;
}

/* ----- end MAIN PAGE ----- */
/* ----- ARTICLE ----- */
.article {
  line-height: 22px;
  padding: 14px 0px 12px;
  border-bottom: 1px dotted #bdbdbd;
  margin-bottom: 26px;
  letter-spacing: 0.008em;
}
.article .date {
  color: #7b8385;
}
.article h1, .article .h1 {
  margin: 8px 0px 5px;
  letter-spacing: 0.007em;
}
.article h2, .article .h2, .article h3, .article .h3, .article h4, .article .h4, .article h5, .article .h5 {
  letter-spacing: 0;
  margin: 20px 0px 19px;
}

.highlighted-paragraph {
  margin: 44px 0px 45px;
  padding: 41px 63px 41px 63px;
  background: #f7f4ee;
  line-height: 28px;
  font-style: italic;
  letter-spacing: -0.005em;
}
.highlighted-paragraph .highlighted-caption {
  font-weight: 700;
  padding-top: 8px;
}

blockquote {
  padding: 32px 80px 14px 132px;
  margin: 22px 0px;
  line-height: 28px;
  font-style: italic;
  letter-spacing: -0.005em;
  color: #7b8385;
  background: url(/bitrix/templates/primepres/css/../images/quote.png) 31px 21px no-repeat;
}
blockquote .quote-caption {
  padding-top: 15px;
  font-weight: 700;
  color: #000;
}

.tags {
  padding: 2px 0px 16px;
}

.tags a {
  margin-right: 16px;
  text-decoration: underline;
}
.tags a:hover {
  text-decoration: none;
}

.related-articles, .related-links {
  margin-top: 20px;
}
.related-articles .h3, .related-links .h3, .related-articles h3, .related-links h3 {
  margin-bottom: 4px;
}
.related-articles .item, .related-links .item {
  padding: 14px 0px;
  border-bottom: 1px dotted #bdbdbd;
}
.related-articles .title, .related-links .title {
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
}

/* ----- end ARTICLE ----- */
/* ----- NEWS, MONITORIG, ANALITICS & etc ----- */
/* --- MONITORING --- */
.line-items .item {
  padding: 24px 0px 12px;
  border-bottom: 1px dotted #bdbdbd;
}
.line-items .item-short{display: block; padding: 15px 0 6px;}
.line-items .item-short .date{display: block; float: left; width: 50px; margin-right: -50px;}
.line-items .item-short .title{float: left; padding-left: 50px; font-size: 16px; line-height: 22px; font-weight: 700;}
.line-items .item-short .title a:visited{color: #7b8385;}
.line-items .item:nth-child(1) {
  padding-top: 10px;
}
.line-items .date {
  padding: 0px 0px 8px;
}
.line-items .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
  margin-bottom: 9px;
  letter-spacing: 0.001em;
}
.line-items .text {
  line-height: 22px;
}
.line-items .text p {
  margin: 8px 0px 12px;
}
.line-items .more-link {
  text-decoration: underline;
}
.line-items .more-link:hover {
  text-decoration: none;
}

.block-monitoring-categories, .block-newsletter {
  margin-bottom: 48px;
}
.block-monitoring-categories .item, .block-newsletter .item {
  padding: 14px 0px;
  border-bottom: 1px dotted #bdbdbd;
}
.block-monitoring-categories .item .title, .block-newsletter .item .title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-family: "Merriweather", serif;
}
.block-monitoring-categories .item.active a {
  color: #be3228;
}

/* --- end MONITORING --- */
/* --- ANALITIKA --- */
.full-width-items .item {
  padding: 25px 0px 20px;
}
/* .full-width-items .col-left {
  padding-right: 440px;
} */
.line-items .btns {
  padding-top: 15px;
  text-align: right;
}
.line-items .btns .btn {
  padding: 4px 20px 5px;
  margin-left: 7px;
}

.full-width-items .col-left .btns {
  padding-top: 15px;
  text-align: right;
}
.full-width-items .col-left .btns .btn {
  padding: 4px 20px 5px;
  margin-left: 7px;
}
.full-width-items .col-left {
  float: left;
  width: 100%;
  padding-right: 420px;
}
.full-width-items .col-right {
  width: 400px;
  margin-left: -400px;
}
.full-width-items .related-links {
  margin-top: 32px;
}
.full-width-items .related-links .h3, .full-width-items .related-links h3 {
  margin-bottom: 0;
}
.full-width-items .related-links .item {
  padding: 15px 0px 10px;
}
.full-width-items .related-links .item:first-child {
  padding-top: 8px;
}
.full-width-items .related-links .title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 0;
}

/* --- end ANALITIKA --- */
/* --- CALENDAR --- */
.biznes-calendar .pagination {
  margin-top: -37px;
}

.event-types {
  margin: 17px 0px 20px;
}
.event-types a, .event-types label {
  display: inline-block;
  margin: 0px 24px 0px 0px;
  letter-spacing: 0.015em;
}
.arhiv-h1{float: left;}
.arhiv-block{float: right; margin-top: 16px;}
.arhiv-block .show-calendar{color: #7b8385; font-size: 16px;font-family: "Merriweather", serif; text-decoration: none; white-space: nowrap;}
.arhiv-block .show-calendar i{margin-right: 5px;}
.arhiv-block .show-calendar:hover{text-decoration: none;}
.arhiv-block .show-calendar:hover span{border-bottom: 1px solid #7b8385;}
.arhiv-block button{/* display: none; */ line-height: 0px; font-size: 1px; padding: 0px; border: 0px; text-indent: -999999px; opacity: 0;}
.month-events_title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
  color: #be3228;
  margin: 10px 0px 19px;
}

.arhiv-block .view-block, .biznes_kalendar_filter{color: #7b8385; font-size: 16px;  font-family: "Merriweather", serif; display: inline-block; margin-right: 40px;}
.arhiv-block .view-block .elem{display: inline-block; margin-right: 10px; border:1px solid #7b8385; padding: 3px; vertical-align: middle; color: #7b8385;text-align: center;}
.arhiv-block .view-block .elem i{display: inline-block; width: 23px; height: 20px; font-size: 21px;}

.col-left .arhiv-block .view-block{margin-right: 0px;}
.arhiv-block .view-block .view-type, .biznes_kalendar_filter a{display: inline-block; margin-right: 10px; border:1px solid #7b8385; padding: 0px 18px; vertical-align: middle; color: #7b8385;text-align: center; height:28px; line-height: 25px; font-family: "Open Sans", sans-serif; font-size: 14px;}
.arhiv-block .view-block .active, .biznes_kalendar_filter a.active{border-color: #be3228; color: #be3228;}


.month-events_title.no-padding{margin-bottom: -12px; margin-top: 15px; font-weight: bold;}
.month-events_title.no-padding-short{margin-bottom: -2px;}
.line-items .item + .month-events_title.no-padding{margin-top: 35px;}
.month-events_title a{color: #be3228;}
.month-events {
  margin-bottom: 37px;
  line-height: 22px;
}
.month-events .info {
  color: #7b8385;
  letter-spacing: 0.02em;
}
.month-events .info span {
  margin-right: 27px;
}
.month-events .categories {
  padding: 8px 0px 11px;
}
.month-events .categories a{display: inline-block; margin-right: 20px; white-space: nowrap;}
.block-event-search {
  margin-top: -10px;
  padding: 20px 39px 30px 39px;
  border: 1px dotted #bdbdbd;
  background: #f7f4ee;
}
.block-event-search .block-title, .block-event-search .section-events-title {
  margin: 2px 0px 22px;
}
.block-event-search .field {
  margin-bottom: 20px;
}
.block-event-search .help{color: #999; font-size: 12px; text-align: center; line-height: 14px; position: relative; top:-13px; margin: 0px;}
.block-event-search .field input[type="text"] {
  width: 100%;
}
.block-event-search .btns {
  text-align: center;
}
.block-event-search .btns input[type="submit"],
.block-event-search .btns .btn {
  width: 186px;
}
.block-event-search .btns a{display: inline-block; margin-top: 12px;}
.block-event-search .jq-selectbox__select {
  border-color: #e6e2da;
}

.biznes-calendar_search {
  padding-top: 3px;
}
.biznes-calendar_search .event-types {
  margin: 17px 0px 5px;
}
.biznes-calendar_search .event-types a, .biznes-calendar_search .event-types label {
  margin-bottom: 0;
}

.event-types label {
  color: #165f7c;
  cursor: pointer;
}
.event-types label .jq-checkbox {
  display: none !important;
}
.event-types label .jq-checkbox.checked + .c-label {
  color: #7b8385;
  border-bottom: 1px dotted #bdbdbd;
}

/* --- end CALENDAR --- */
/* --- NEWS --- */
.news-categories_menu {
  margin: 18px 0px 6px;
}
.news-categories_menu li {
  display: inline-block;
  margin: 0px 35px 4px 0px;
}
.news-categories_menu a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
}
.news-categories_menu .active a {
  color: #be3228;
}

/* --- end NEWS --- */
/* --- EVENT ITEM --- */
.calendar-event {
  line-height: 22px;
  padding-top: 10px;
}
.calendar-event .text img {
  margin: 9px 0px 3px;
}
.calendar-event .event-types {
  margin-bottom: 40px;
}
.calendar-event .event-types a {
  margin-bottom: 0;
}

.event-info {
  color: #7b8385;
  letter-spacing: 0.02em;
}
.event-info span {
  margin-right: 27px;
}

.full-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
  margin: 11px 0px 19px;
}

.event-detail {
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}
.event-detail ul {
  color: #165f7c;
}
.event-detail ul li {
  margin-bottom: 2px;
}

.event-btns {
  margin: 24px 0px 24px;
}

.event-register {
  background: #FFF;
  border: 2px solid #be3228;
  color: #be3228;
  padding: 5px 22px 6px;
}
.event-register:hover {
  background: #be3228;
  border: 2px solid #be3228;
  color: #FFF;
}

/* --- end EVENT ITEM --- */
/* ----- end NEWS, MONITORIG, ANALITICS & etc ----- */
/* ----- CONTACTS ----- */
.contacts .col-left, .contacts .col-right {
  float: left;
  width: 50%;
}
.contacts .col-left {
  padding-right: 60px;
}
.contacts .feedback-block {
  margin-top: -14px;
}

.contacts-items {
  padding-top: 10px;
  line-height: 22px;
}
.contacts-items .item {
  margin: 0px 0px 17px;
}
.contacts-items a {
  color: #000000;
  text-decoration: underline;
}
.contacts-items a:hover {
  text-decoration: none;
}

.app-link {
  margin: 36px 0px 15px;
}

.feedback-block {
  background: #f7f4ee;
  border: 1px solid #e6e2da;
  padding: 23px 29px 29px 30px;
}
.feedback-block .h3, .feedback-block h3 {
  letter-spacing: -0.02em;
  margin-bottom: 17px;
}
.feedback-block textarea {
  height: 125px;
}

.contacts-map {
  margin: 30px 0px 9px;
}

.contacts .feedback-block .reply-field {
  padding: 0px 0px 12px;
}

/* ----- end CONTACTS ----- */
/* ----- REGISTER, BUY, EXAMPLE ----- */
.buy-page {
  margin: 15px 0px 36px;
}
.buy-page .text {
  margin-bottom: 15px;
}
.buy-page .full-title {
  margin: 7px 0px 7px;
}
.buy-page p {
  margin: 12px 0;
}

.buy-price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #165f7c;
  margin: -4px 0px 30px;
  letter-spacing: 0.01em;
}

.oferta {
  margin: 20px 0px 20px;
  letter-spacing: 0.01em;
}

.oferta-title {
  margin-bottom: 8px;
}
.oferta-title a {
  font-weight: 700;
  text-decoration: underline;
}
.oferta-title a:hover {
  text-decoration: none;
}

.oferta-text {
  color: #7b8385;
}

.signin-link,
.orange-link {
  color: #be3228;
  font-weight: 700;
  text-decoration: underline;
}
.signin-link:hover,
.orange-link:hover {
  text-decoration: none;
}

.oferta-register {
  margin: 32px 0px 0px;
}
.oferta-register .h2, .oferta-register h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0px 0px 16px;
}
.oferta-register p {
  margin: 15px 0px;
  letter-spacing: 0.01em;
}

.block-register {
  background: #f7f4ee;
  border: 1px solid #e6e2da;
  max-width: 602px;
  padding: 24px 31px 30px 31px;
}

.reg-tabs-menu {
  margin-bottom: 10px;
}
.reg-tabs-menu li {
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
.reg-tabs-menu li:after {
  content: "/";
  margin-left: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #165f7c;
}
.reg-tabs-menu li:last-child {
  margin-right: 0;
}
.reg-tabs-menu li:last-child:after {
  display: none;
}
.reg-tabs-menu li a {
  font-family: "Merriweather", serif;
  border-bottom: 1px dotted #165f7c;
  /*letter-spacing: 0.01em;*/
}
.reg-tabs-menu li a:hover {
  border-color: transparent;
  text-decoration: none;
}
.reg-tabs-menu li.ui-tabs-active a {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 0;
}

/* --- registration-page --- */
.registration-page {
  padding: 16px 0px 91px;
}
.registration-page .reg-tabs-menu {
  margin-bottom: 18px;
}
.registration-page .reply-field {
  padding: 0px 0px 12px;
}
.registration-page .reply-btns {
  padding-top: 6px;
}
.registration-page .reply-btns .btn,
.registration-page .reply-btns input[type="submit"],
.registration-page .reply-btns input[type="button"] {
  padding-left: 26px;
  padding-right: 26px;
}

/* --- end registration-page --- */
/* --- example-page --- */
.example-page {
  line-height: 22px;
  padding-bottom: 23px;
}
.example-page .feedback-block {
  max-width: 600px;
  margin: 34px 0px 20px;
}

.feedback-block_example {
  max-width: 600px;
  margin: 34px 0px 20px;
}
.feedback-block_example .reply-field label {
  margin-bottom: 3px;
}
.example-page .related-articles{max-width: 760px;}
.block-newsletter_example {
  margin-top: -31px;
}

/* --- end example-page --- */
/* ----- end REGISTER, BUY, EXAMPLE ----- */
/* ----- FOOTER -----*/
.footer {
  border-top: 1px dotted #bdbdbd;
}

.footer-inner {
  padding-top: 24px;
}

.footer-logo {
  padding-top: 3px;
}

.footer-menu {
  margin-left: -6px;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu li a {
  color: #000;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.footer-copywright .copywright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #7b8385;
  margin-left: -15px;
  line-height: 18px;
  letter-spacing: 0.013em;
}
.footer-copywright .fs {
  text-align: right;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-right: -5px;
}
.footer-copywright .fs, .footer-copywright .fs a {
  color: #000;
}
.footer-copywright .fs span {
  display: inline-block;
  padding: 5px 0px 5px 22px;
  background: url(/bitrix/templates/primepres/css/../images/farba-logo.png) 4px -2px no-repeat;
}

/* ----- end FOOTER -----*/

.contacts .bx-yandex-view-layout {clear: both; padding: 30px 0px 9px;}
.ajax-form {width: 500px;margin: auto;border: 1px solid #e6e2da;background: #f7f4ee;padding: 23px 29px 29px 30px;position: relative;}
.ajax-form .title {font-size: 18px;font-size: 1.125rem;line-height: 25px;font-family: "Merriweather", serif;color: #165f7c;margin-bottom: 5px;}
.ajax-form .wrap-input label {display: block;padding-bottom: 5px;}
.ajax-form .wrap-input input {width: 100%;}

.ajax-form .remember {padding: 15px 0;}
.ajax-form .remember input {float: left;width: 20px;margin-right: -20px;margin-top: 4px;}
.ajax-form .remember span {float: left;padding-left: 30px;width: 100%;}
.ajax-form .soc-login img {cursor:pointer;}
.ajax-form .soc-login img:hover {opacity: 0.8;}
.login-form-link .left-side  {float: left;}
.login-form-link .right-side  {float: right;}

.other_pages {padding-top: 20px;}
.other_pages::after {content:'';display: block;clear: both;}
.other_pages a:first-child {float: left;}
.other_pages a:last-child {float: right;}

.pagenav {display: none;}

.success {border: 1px solid #e6e2da;background: #f7f4ee;margin: 15px 0;padding: 15px;max-width: 600px;}
.text-error {color: red;}
table .text-error{font-size: 12px; line-height: 14px;}


.block-tarif {max-width: 500px; min-height: 122px;}
.block-tarif_title {padding-bottom: 2px;}
.block-tarif_descr {font-size: 12px;color:#7b8385;padding-bottom: 10px;}
.block-tarif_deadline {padding-bottom: 20px;}
.main-info_title {font-size: 20px;color:#165f7c;line-height: 24px;font-family: "Merriweather", serif;padding-bottom: 15px;border-bottom: 3px solid #347d9a;margin-bottom: 20px;}
.main-info_table {padding: 15px 0;border-bottom: 1px solid #e6e2da;margin-bottom: 40px;}
.main-info_table table {width: 100%;border-collapse: collapse;}
.main-info_table td {padding:10px 5px;}
.main-info_table td:nth-child(1) {padding-left: 0;}
.main-info_call-back a {font-weight: bold;}

.top-info {text-align: right;}
.top-info_link {font-weight: bold;display: inline-block;margin: 0 18px;}
.top-info_link:last-child {margin-right: 0;}
.top-info_link-exit{  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 5px 15px;
  font-weight: 700;
  background-color: #165f7c;
  color: #FFF;
  border: 1px solid #165f7c;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
  vertical-align: middle;
  outline: none;}
.fa-lock{color: #bbb; font-size: 0.8em;}
.page404 {text-align: center;padding: 50px 0;max-width: 600px;margin: 0 auto;}
.page404_logo {margin-bottom: 25px;}
.page404 img {display: inline-block;}
.page404_title {font-size: 20px;font-weight: bold;margin-bottom: 15px;}

.block-period {padding: 0 0 15px 0;}
.hidden_form {display: none;}
.event-btns.show .hidden_form{display: block;}
.event-btns.show .event-register {display: none;}

.main-info table {width: 100%;}
.main-info td {padding-bottom: 20px;}
.main-info td:first-child {width: 40%;}
.main-info td:last-child {width: 60%;}
.bottom_buttons {clear: both;text-align: left; margin-bottom: 30px;}

.sidebar-left-edit #sideLeft {float: left;width: 500px;margin-right: -500px;position: relative;}
.top-info-edit {padding-bottom: 52px;right: 0;}
.top-info-edit form::after {content:'';clear: both;display: block;}

.wrapper .table-with-head table {border-collapse: collapse;width: 100%;}
.wrapper .table-with-head th {border: 1px dotted #bdbdbd;background: #f7f4ee;font-weight: bold;padding: 12px 10px 12px 12px;text-align: left;vertical-align: top;}
.wrapper .table-with-head td {border: 1px dotted #bdbdbd;padding: 12px 10px 12px 12px;vertical-align: top;}

.wrapper .table-with-head td:nth-child(1),
.wrapper .table-with-head th:nth-child(1) {
	width: 25%;
}
.wrapper .table-with-head td:nth-child(2),
.wrapper .table-with-head th:nth-child(2) {
	width: 50%;
}
.wrapper .table-with-head td:nth-child(3),
.wrapper .table-with-head th:nth-child(3),
.wrapper .table-with-head td:nth-child(4),
.wrapper .table-with-head th:nth-child(4) {
  width: 12.5%;
}
.wrapper .table-with-head tr:nth-of-type(odd){background: none;}

.wrapper .wrap-text-area .table-with-head td:nth-child(1),
.wrapper .wrap-text-area .table-with-head th:nth-child(1),
.wrapper .wrap-text-area .table-with-head td:nth-child(2),
.wrapper .wrap-text-area .table-with-head th:nth-child(2),
.wrapper .wrap-text-area .table-with-head td:nth-child(3),
.wrapper .wrap-text-area .table-with-head th:nth-child(3),
.wrapper .wrap-text-area .table-with-head td:nth-child(4),
.wrapper .wrap-text-area .table-with-head th:nth-child(4) {
  width: auto;
}

.wrapper .table-with-head::after {
	content: '';
	clear: both;
	display: block;
}
.jq-radio {margin-right: -17px;float: left;position: relative;top: 5px;width: 12px;height: 12px;border-color:#c3c2bf;}
.jq-radio.checked .jq-radio__div {width: 6px;height: 6px;background: #165f7c;border-radius: 50%;margin: 2px 0 0 2px;}
.jq-radio + span {float: left;padding-left: 18px;width: 100%;}

.list_articles .item {display: table;padding-bottom: 10px;}
.list_articles .new {display: inline-block;vertical-align: top;padding-right: 10px;display: table-cell;padding-top: 3px;}
.list_articles .new span {font-size: 12px;color:#ffffff;line-height: 15px;background: #be3228;padding: 0 5px;font-weight: 500;display: inline-block;}
.list_articles .date {display: inline-block;vertical-align: top;font-size: 12px;color:#7b8385;padding-top: 1px;padding-right: 10px;display: table-cell;line-height: 21px;}
.list_articles .title {display: inline-block;vertical-align: top;display: table-cell;}
.list_articles .title a {color:#165f7c;font-size: 14px;font-weight: normal;line-height: 21px;}

.price_list {display: inline-block;vertical-align: middle;line-height: 33px;font-weight: bold;color:#165f7c;}

.content_side-right {    float: left;
    padding-right: 440px;
    width: 100%;}
.sidebar_sideright {float: left;width: 300px;margin-left: -300px;position: relative;}
.block_for_buy {display: none;padding: 20px 0;}
.block_for_buy .htabs a {padding: 5px 10px;text-decoration: none;display: inline-block;}
.block_for_buy label {display: block;margin-bottom: 20px;}
#tabs::after {content:'';clear: both;display: block;}

.btn-cancel {display: inline-block;width: 150px;line-height: 37px;border: 2px solid #165f7c;text-decoration: none;font-weight: bold;color:#165f7c;text-align: center;}
.btn-cancel:hover {background:#165f7c;color:#fff;text-decoration: none;transition: 0.3s ease;}
.btn-save {width: 150px;}
.bottom_buttons .btn-cancel {margin-right: 15px;}

.personal_filter {margin-bottom: 15px;}
.personal_filter .block-event-search {margin: 0;}
.profile-block-wrap {margin-bottom: 15px;}

.btn_buy_webpay {background-color: #FFF !important;border: 2px solid #be3228 !important;color: #be3228 !important;padding: 5px 22px 6px;}
.btn_buy_webpay:hover {background: #be3228 !important; color: #fff !important;}

.wrap_payment {display: block;margin-bottom: 15px;}
.inner_payment {display: inline-block;}

.services-cat {
  padding-top: 13px;
  margin-bottom: 24px;
  line-height: 22px;
}
.services-cat_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 19px;
}
.subcats-title {
  line-height: 25px;
  margin-bottom: 8px;
}
.sucats-descrip {
  margin-bottom: 24px;
  letter-spacing: 0.011em;
}

.sucats-descrip-col {
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.sucats-descrip a {
  text-decoration: underline;
}
.sucats-descrip a:hover {
  text-decoration: none;
}

.sucats-descrip p {
  margin: 0px 0px 22px;
}
.services-subcats .col-left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.services-subcats .col-right {
  width: 50%;
  float: left;
  padding-left: 20px;
}
.services-items {border-bottom: 1px dotted #bdbdbd;margin-bottom: 25px;}
.services-items .item {
  margin-bottom: 30px;
  /* border: 1px dotted #bdbdbd; */
}
.services-items .head {
  background: #f7f4ee;
  padding: 12px 20px;
  min-height: 65px;
}
.services-items .item .title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  padding-top: 12px;
}
.services-items .item .title a {
  color: #000;
}
.services-items .body {
  padding: 13px 20px 20px 20px;
}

.sucats-descrip .btns {
  margin-top: 14px;
}
.services-items .btns {
  margin-top: 14px;
}
.services-items .btn,
.services-themes .btn,
.products_btn .btn {
  padding: 3px 20px;
  text-decoration: none;
}

.services-cat .price,
.services-cat .price * {
  color: #000;
  font-weight: 700;
  color: #165f7c;
}
.services-cat .price a {
  text-decoration: underline;
}
.services-cat .price a:hover {
  text-decoration: none;
}
.services-themes {
  margin-top: -4px;
}
.themes-list {
  margin-bottom: 20px;
}
.themes-list li a {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
}
.themes-list li a:hover {
  text-decoration: none;
}

.services-themes .price {
  margin-bottom: 15px;
}

.col-float {
  float: left;
  width: 50%;
}
.col-float:nth-child(2n+1) {
  padding-right: 20px;
  clear: both;
}
.col-float:nth-child(2n) {
  padding-left: 20px;
}
.ulogin-block-other {
  display: none;
}

.banner {text-align: center;line-height: 0;}
.banner a {display: block;text-align: center;line-height: 0;}
.banner img {display: inline-block;}
.sidebar .banner {margin-bottom: 50px;}
.main .banner {margin-bottom: 25px;}
.content-with-sidebar {float: left;width: 100%;padding-right: 440px;}
.content-with-sidebar + .sidebar {float: left;width: 400px;margin-left: -400px;position: relative;padding-top: 85px;}
.product-article .price {font-weight: 700;color: #165f7c;margin: 20px 0;}

.gid {    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px; position: relative;}
.gid .column-line{position: absolute; left: 50%; top:0%; width: 1px; height: 100%; background: #f2f2f2;}

.jq-select-multiple {width: 100%;}
.jq-select-multiple ul {height: 40px;}

.select2 {width: 100% !important;}
.select2-container::after {content:'';position: absolute;top: 16px;right: 15px;width: 10px;height: 5px;background: url(/bitrix/templates/primepres/css/../images/select.png) no-repeat;}
.select2-container--default .select2-selection--multiple {border-color: #e6e2da;border-radius: 0;}
.select2-container--default.select2-container--focus .select2-selection--multiple {border-color: #e6e2da;}
.select2-container .select2-selection--multiple {min-height: 40px;}
.select2-container .select2-search--inline .select2-search__field {margin-top: 4px;margin-bottom: 4px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {padding: 6px 45px 6px 15px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {margin-bottom: 5px;}
.select2-container--default .select2-results>.select2-results__options {max-height: none;}

.select2-results__option {
  padding-left: 30px;
  position: relative;
  font-size: 13px;
}
.select2-results__option::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 7px;
  left: 5px;
}
.select2-results__option[aria-selected="true"]::after {
  content:'';
  display: inline-block;
  width: 15px;
  height: 7px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  left: 9px;
  top: 7px;
}

.block-buy {text-align: left;padding-top: 25px;}
.block-buy .bottom_buttons  {text-align: left;}

.content .bx-file-dialog input[type="text"],
.content .bx-file-dialog select{padding: 0px;}

.toup-area{display: block; text-align: right;}
.toup-area a{text-decoration: none;}
.toup-area a span{border-bottom: 1px dotted #165f7c;}
.toup-area a:hover span{border-bottom: none;}

.wrap-captcha{position: relative; margin-bottom: 20px;}
.wrap-captcha .wrap-error{position: absolute; left: 0px; bottom: -10px !important;}

.alert-warning,
.alert-success{background: #f7f4ee; border: 1px solid #e6e2da; max-width: 602px; padding: 24px 31px 30px 31px;}

.wrap-share{display: block; margin: 20px 0;}
.wrap-share .ya-share2{display: inline-block; vertical-align: middle; margin-left: 5px;}

.ulogin-block{margin-left: -11px;}

.search-result .notetext{color: #000;}

.full-width-items .item:last-child{border-bottom: none;}
.wrap-analitic-pagenav .pagination{margin-right: 420px;border-top: 1px dotted #bdbdbd;}

button.ui-datepicker-current{display: none;}
button.ui-datepicker-close{content: "Применить";}
/* End */


/* Start:/bitrix/templates/primepres/css/resp.css?161471746817054*/
/* ---- RESPONSIVE STYLES ---- */

.mobile-only,
.menu-toggler,
.currency-toggler,
.mobile-filters,
.mobile-lk,
.mobile-analitics {
	display:none;
}
.select2-container::after {
	top: 50%;
	margin-top: -2px;
}
.select2-container--open::after {
	display: none;
}

/* -- only desktops styles -- */

@media all and (min-width:1140px) {
	
}


@media all and (min-width:768px) {
	
}

/* -- opened breakpoints -- */

@media all and (max-width:1260px) {

.mobile-only {
	display:block;
}
body {
	min-width:240px;
}
img {
	max-width:100%;
	height:auto;
	width:100%\9;/*ie8 fix*/
}

.wrapper {
	width: auto;
	min-width: 100%;
}
.inner {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar-left #main {
	/* padding-left: 560px; */
}
.main-menu ul li a {
	height: 47px;
	line-height: 1;
	padding: 0 10px;
  display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.footer-logo.col-4 {
	width: 25%;
}
.footer-menu.col-4 {
	width: 41%;
}
.col-float:nth-child(2n) {
	padding-left: 10px;
}
.col-float:nth-child(2n+1) {
	padding-right: 10px;
}
.top-info_link {
	margin: 0px 8px;
}
.wrap-captcha {
	position: relative;
}
.wrap-captcha label {
	display: block;
	margin-bottom: 12px;
}
.wrap-captcha input.captcha {
  width: calc(100% - 180px) !important;
  padding: 0px 5px;
  float: left;
  margin-left: 0 !important;
}
.wrap-captcha input.captcha + img {
	position: absolute;
	top: 1px;
	left: 105px;
	margin: 0px 3px !important;
	width: 24px;
}
.wrap-captcha img + img {
	width: 60% !important;
	height: 40px !important;
	max-width: 180px;
}


} /*1260px end*/



@media all and (max-width:1140px) {

.sidebar-right #sideRight,
.content-with-sidebar + .sidebar {
	width: 33.333%;
	margin-left: -33.333%;
}
.sidebar-right #main,
.content-with-sidebar {
  float: left;
  padding-right: 36.333%;
  width: 100%;
}
.sidebar-left #sideLeft {
	width: 540px;
	margin-right: -540px;
}
.sidebar-left #main {
	padding-left: 560px;
}
#search {
	width: 33.333%;
}
#search .search-inner {
	width: 100%;
}
.block-analitics {
	padding-left: 30px;
	padding-right: 30px;
}
.page-wrapper {
	padding-bottom: 0;
}
.footer {
	height: auto;
	margin-top: 0;
}
.line-items .title,
.news-categories_menu a {
	font-size: 18px;
	font-size: 1.125rem;
}
.full-width-items .related-links {
  margin-top: 31px;
}
.main-info_table td:nth-child(1) {
	padding-left: 15px;
}
.top-info_link {
	margin-right: 0;
	margin-left: 15px;
}

} /*1140px end*/



@media all and (max-width:1010px) {

.top-info-edit {
	padding-bottom: 41px;
}

} /*1010px end*/



@media all and (max-width:992px) {

.sidebar-left #sideLeft {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}
.sidebar-left #main {
	float: none;
	padding-left: 0;
	margin-right: 0;
}
.top-info-edit {
	padding-bottom: 15px;
}
.block-tarif {
	max-width: 100%;
	min-height: 0;
	margin-bottom: 10px;
}
.main-info_table {
	padding-top: 0;
}
.top-info {
	text-align: left;
}
.top-info_link {
	margin-right: 15px;
	margin-left: 0px;
}
.wrap-subscribe label {
	text-align: left !important;
	float: none !important;
}
.mobile-lk {
	display: block;
}
.main > .top-info-edit {
	display: none;
}
.ui-datepicker {
	z-index: 299 !important;
}

} /*992px end*/



@media all and (max-width:930px) {

.sidebar-right #sideRight {
	position: static;
}
.container {
	position: relative;
}/*
.container.with-filters .main h1 {
	padding-bottom: 350px;
}*//*
.container.with-filters .block-event-search {
	position: absolute;
	top: 125px;
	left: 0px;
	right: 0px;
}*/
.banner-top,
.block-event-search .help {
	display: none;
}
.sidebar-right #main {
	float: none;
	padding-right: 0;
	margin-bottom: 0px;
}
.sidebar-right #sideRight {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-top: 0;
}
.content-with-sidebar + .sidebar {
	float: none;
	width: 100%;
	margin-left: 0;
	padding-top: 0;
}
.content-with-sidebar {
	float: none;
	padding-right: 0;
	margin-bottom: 30px;
}
.content-with-sidebar + .sidebar .block-analitics {
	margin-top: 0px;
}
.block-analitics {
	margin-top: 0;
	border: 1px dotted #bdbdbd;
	border-bottom: 0;
}
.block-analitics .btns {
	margin-top: 18px;
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.block-analitics .btns .btn {
	-webkit-flex-basis: 48.5%;
	-moz-flex-basis: 48.5%;
	-ms-flex-basis: 48.5%;
	-o-flex-basis: 48.5%;
	flex-basis: 48.5%;
	min-width: 48.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.section-events {
	padding-right: 0;
}
.front aside .block-analitics {
	display: none;
}
.mobile-analitics.block-analitics {
	display: block;
	margin-bottom: 20px;
}
.front #main.main {
	margin-bottom: -20px;
}
.front .sidebar .banner {
	margin-bottom: 20px;
}
.block-analitics .btn_buy {
	flex-order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.footer-logo.col-4 {
  width: 30%;
}
.footer-menu.col-4 {
	width: 70%;
}
.footer-menu ul {
	font-size: 0;
}
.footer-menu ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
	font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
.footer-copywright.col-4, .footer-copywright {
	width: 100%;
	padding-top: 20px;
}
.footer-copywright .copywright {
	margin-left: 0;
}
.month-events {
	margin-bottom: 25px;
}
.biznes-calendar .pagination {
	padding-bottom: 20px;
}
.responsive-table {
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
}
.mobile-filters {
	display: block;
	margin-top: 15px !important;
}
.col-right .block-event-search,
.sidebar .block-event-search {
	/*display: none;*/
}

} /*930px end*/



@media all and (max-width:860px) {
.table-with-head{overflow-y: auto;}
.full-width-items .col-left {
	float: none;
	padding-right: 0;
}
.full-width-items .col-right {
	width: 100%;
	margin-left: 0;
	float: none;
}
.full-width-items .block-event-search {
	/*margin-top: 35px;*/
}
.full-width-items .col-left .btns {
	text-align: left;
}
.full-width-items .related-links .item:last-child {
	border-bottom: 0;
}
.full-width-items .related-links {
	margin-top: 20px;
}
.gid {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.gid .column-line {
	display: none;
}
.contacts .col-left, .contacts .col-right {
	float: none;
	width: 100%;
	padding-right: 0;
}
.contacts .feedback-block {
	margin-top: 25px;
}
.analitika .pagenav_wrap .item:first-child {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.analitika .pagenav_wrap .item:first-child .col-left {
	flex-order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.full-width-items .block-event-search {
	margin-top: 0;
}

.wrap-analitic-pagenav .pagination{margin-right: 0px;}

} /*860px end*/



@media all and (max-width:768px) {

.banner-top .inner {
	padding: 0;
}
.header-bottom {
	position: relative;
	z-index: 4;
}
.mid-line {
	padding: 18px 0 20px;
	position: relative;
}
#logo img {
	margin: 0 auto;
}
#search {
	display: block;
	position: absolute;
	z-index: 5;
	left: 72px;
	right: 0px;
	top: 95px;
	width: auto;
}
input[type="text"].header-search_input {
	height: 33px;
}
.main-menu {
	height: 47px;
	position: relative;
}
.main-menu ul {
	display: block;
	position: absolute;
	z-index: -1;
	left: -20px;
	right: -20px;
	top: -10px;
	width: auto;
	opacity: 0;
	visibility: hidden;
	background: #165f7c;
	-webkit-transition: .30s;
	-moz-transition: .30s;
	-ms-transition: .30s;
	transition: .30s;
}
.main-menu ul.opened {
	z-index: 3;
	top: 47px;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li {
	display: block;
	border-top: 1px solid #2b6c86;
}
.main-menu ul li a {
	display: block;
	padding: 12px 20px;
	text-align: left;
	height: auto;
	border: 0;
}
.menu-toggler {
	display: block;
	width: 52px;
	height: 46px;
	border-right: 1px solid #2b6c86;
	cursor: pointer;
}
.menu-toggler .m-line {
	display: block;
	position: relative;
	width: 32px;
	height: 2px;
	top: 22px;
	background: #FFF;
}
.m-line:before,
.m-line:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: .20s;
	-moz-transition: .20s;
	-ms-transition: .20s;
	transition: .20s;
}
.m-line:before {
	top: -6px;
}
.m-line:after {
	top: 6px;
}
.menu-toggler:hover .m-line:before,
.menu-toggler:hover .m-line:after {
	/*left: -2px;
	right: -2px;*/
}
.menu-toggler.opened .m-line {
	background: transparent;
}
.menu-toggler.opened .m-line:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.menu-toggler.opened .m-line:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.currency .item {
	margin-right: 20px;
}
.section-events .col-xs-12 {
	width: 100%;
}
.section-events .item {
	padding-bottom: 10px;
	border-bottom: 1px dotted #bdbdbd;
}
.services-items .head {
	min-height: 40px;
}
.news-categories_menu {
	margin-bottom: 0;
}
.news-categories_menu li {
	margin: 0px 25px 10px 0px;
}

} /*768px end*/


@media all and (max-width:640px) {

body,
.footer-menu ul li {
	font-size: 13px;
	font-size: 0.8125rem;
}
.currency .item {
	margin-right: 10px;
}
.currency {
	font-size: 11px;
}
.title {
	font-size: 15px;
	font-size: 	0.9375rem;
}
.block-analitics .btns .btn {
	padding: 7px 10px;
}
/*.wrap-captcha label {
	display: block;
}
.wrap-captcha input.captcha {
	margin-left: 0 !important;
	width: 120px !important;
}
.wrap-captcha input.captcha + img {
	margin: 0px 8px !important;
}*/
.wrap-captcha input.captcha + img {
	left: 100px;
}

} /*640px end*/



@media all and (max-width:570px) {
.arhiv-block{float: none; clear: both;}
.footer-logo {
	padding-top: 0;
	padding-bottom: 20px;
}
.footer-logo.col-4 {
	width: 100%;
}
.footer-menu.col-4 {
	width: 100%;
	margin-left: 0;
}
.footer-copywright.col-4, .footer-copywright {
	padding-top: 10px;
}
.footer-copywright .fs {
	text-align: left;
	margin-right: 0;
}
.col-float {
	width: 100%;
	float: none;
}
.col-float:nth-child(2n) {
	padding-left: 0;
}
.col-float:nth-child(2n + 1) {
	padding-right: 0;
}
.services-items .item {
	margin-bottom: 15px;
}
.sucats-descrip-col {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	column-gap: 0;
}
.col-left .arhiv-block .view-block span{display: none;}
.arhiv-block .view-block .view-type{padding: 0 8px;}

} /*570px end*/



@media all and (max-width:533px) {

.col-xs-12 {
	width: 100%;
}
.block-front {
	margin-bottom: 35px;
}
.block-front .right-col .item {
	display: none;
}
.block-front .right-col .item-img {
	display: block;
	border-top: 1px dotted #bdbdbd;
}
.block-front .right-col .item:first-child {
	/*padding-top: 20px;
	border-top: 1px dotted #bdbdbd;*/
}
.block-front .right-col .item {
	padding: 20px 0px;
}
.block-front .item .img img {
	margin: 0 auto;
}
.block-analitics,
.feedback-block,
.block-event-search {
	padding: 20px;
}
.block-analitics {
	padding-bottom: 0;
}
.wrapper .main-info table td {
	padding: 10px;
}
.breadcrumbs span {
	max-width: 100%;
}/*
.container.with-filters .main h1 {
	padding-bottom: 335px;
}*/

} /*533px end*/



@media all and (max-width:480px) {

.top-line {
	position: relative;
}
.currency-toggler {
	display: table-cell;
	width: 40px;
	height: 38px;
	background: url(/bitrix/templates/primepres/css/../images/currency.svg) left center no-repeat;
	-webkit-background-size: 24px;
	background-size: 24px;
	cursor: pointer;
}
.currency {
	display: block;
	position: absolute;
	left: -20px;
	top: -10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .30s;
	-moz-transition: .30s;
	-ms-transition: .30s;
	transition: .30s;
	width: 155px;
	font-size: 12px;
	font-size: 0.75rem;
}
.currency.opened {
	top: 38px;
	opacity: 1;
	visibility: visible;
	z-index: 6;
}
.currency .item {
	margin-right: 0;
	display: block;
	padding: 10px 20px;
	background: #f7f4ee;
	border-top: 1px solid #e0dbd1;
}
/*.wrap-captcha {
	margin-bottom: 5px;
}
.wrap-captcha input.captcha {
	width: 110px !important;
}
.wrap-captcha input.captcha + img {
  margin: 0px 4px !important;
  width: 24px;
}
.wrap-captcha img + img {
	width: 160px !important;
	height: 40px !important;
}*/
/*.full-width-items .col-left .btns {
	padding-top: 0;
	margin-top: 15px;
	padding-left: 80px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}*/
/*.full-width-items .price_list {
	position: absolute;
	left: 0;
	width: 80px;
	top: 50%;
	margin-top: -16px;
	overflow: hidden;
}*//*
.full-width-items .col-left .btns .btn {
	padding: 6px 5px;
	line-height: 1;
	-webkit-flex-basis: 49%;
	-moz-flex-basis: 49%;
	-ms-flex-basis: 49%;
	flex-basis: 49%;
	min-width: 49%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-left: 0;
}*/
.price_list{
	margin-right: 10px;
}
.full-width-items .col-left .btns .btn{
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
}
.full-width-items .btn_get_example {
	/*order: 2;*/
}
.block-register {
	padding: 20px;
}
.bottom_buttons {
	margin-right: -10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.bottom_buttons a, 
.bottom_buttons input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 1;
	-webkit-flex-basis: 48%;
	-moz-flex-basis: 48%;
	-ms-flex-basis: 48%;
	flex-basis: 48%;
	min-width: 48%;
	margin: 0;
}
.bottom_buttons .btn-cancel {
	margin-right: 0;
	width: auto;
}
.block-analitics .btns .btn {
	line-height: 1;
}


} /*480px end*/



@media all and (max-width:420px) {

} /*420px end*/



@media all and (max-width:400px) {

#logo img {
	width: 270px;
}
#search {
	top: 84px;
}
.block-analitics .btns .btn {
	padding: 5px 10px;
}
.wrap-captcha input.captcha {
	width: 45% !important;
}
.wrap-captcha img + img {
	width: 55% !important;
}

.profile-block-shown table tr,
.profile-block-shown table tr td {
	display: block;
	width: auto !important;
}
.profile-block-shown table tr {
	padding-bottom: 5px;
}
.wrapper .profile-block-shown table tr td {
	padding: 0;
	padding-bottom: 5px;
}
.wrapper .profile-block-shown table tr:nth-of-type(odd) {
	background: #FFF;
}


}/*400px end*/



@media all and (max-width:360px) {

.full-width-items .col-left .btns .btn {
	font-size: 12px;
}
/*.wrap-captcha input.captcha {
  width: 40% !important;
  padding: 0px 5px;
  float: left;
}
.wrap-captcha img + img {
  width: 60% !important;
}
.wrap-captcha label {
	margin-bottom: 12px;
}
.wrap-captcha input.captcha + img {
	position: absolute;
	left: 100px;
	top: 1px;
}*/

} /*360px end*/



@media all and (max-width:330px) {

#logo img {
	width: 250px;
}
#search {
	top: 82px;
}

} /*330px end*/




/* -- closed breakpoints -- */

@media (max-width: 1260px) and (min-width:860px) {

/*.contacts .wrap-captcha label {
	display: block;
}
.contacts .wrap-captcha input.captcha {
	margin-left: 0 !important;
	width: 120px !important;
}
.contacts .wrap-captcha input.captcha + img {
	margin: 0px 8px !important;
}*/

}


@media (max-width: 930px) and (min-width:860px) {

/*.wrap-captcha {
	margin-bottom: 5px;
}
.wrap-captcha input.captcha {
	width: 180px !important;
}
.wrap-captcha img + img {
	margin-top: 15px;
}*/

}

/* ---- RESPONSIVE STYLES ---- */
/* End */


/* Start:/bitrix/templates/primepres/css/jquery-ui.css?161471746835973*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/bitrix/templates/primepres/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/bitrix/templates/primepres/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/bitrix/templates/primepres/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/bitrix/templates/primepres/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/bitrix/templates/primepres/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/bitrix/templates/primepres/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/bitrix/templates/primepres/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/bitrix/templates/primepres/components/bitrix/menu/top_menu/style.min.css?1614717469490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/primepres/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/primepres/template_styles.css?16314763217261*/
h1, .h1 {font-weight: 700; font-size: 1.375rem;}
.block-title {font-weight: 700;}
.title {font-weight: 700;}
.block-front_title {font-weight: 700;}
.block-title, .section-events-title {font-weight: 700;}
.news-categories_menu a {font-weight: 700;}
.services-cat_title {font-weight: 700;}
.news-categories_menu a:hover { color: #be3228;}
.title a:hover { color: #013f54;}
.related-articles .h3, .related-links .h3, .related-articles h3, .related-links h3 {font-weight: 700;}
.month-events_title {font-weight: 700;}


img[align=left] { 
   float:left; 
   margin:5px 20px 5px 0; 
}
img[align=right] { 
   float:right; 
   margin: 7px 0px 10px 10px; 
}
h4{
	font-weight: bold;
}
.ulogin-block{
  display: none;
}
.invoice_seccess_ok{
  font-size: 18px;
}
.register_uf_type label{
  display: inline-block;
  vertical-align: top;
  font-family: "Merriweather", serif;
  border-bottom: 1px dotted #165f7c;
  font-size: 0.875rem;
  cursor: pointer;
}
.block-register .alert-danger{
  color: #ff0000;
  margin-bottom: 20px;
}
.recaptcha_google{
  margin-bottom: 15px;
  padding-top: 5px;
}
.bx-authform-link-container{
  text-align: center;
  padding-top: 15px;
}
.register_uf_type{
  margin-bottom: 10px;
}
.checkbox_input{
  text-align: center;
  line-height: 17px;
  margin-bottom: 10px;
}
.checkbox_input label{
  display: inline-block;
}
.registration-page{
  padding-bottom: 30px;
}
.checkbox_input label{
  position: relative;
  padding-left: 26px;
}
.label_user_type{
  display: none;
}
.checkbox_input label input{
  display: none;
}
.checkbox_input label:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #FFF;
  cursor: pointer;
  display: block;
}
.checkbox_input label.active:after{
  background: #fff url("/bitrix/templates/primepres/images/checked.png") center center no-repeat;
}
.register_uf_type input{
  display: none;
}
.register_uf_type span{
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}
.register_uf_type label.active{
  font-size: 1.125rem;
  border-color: transparent;
}
.invoice_name{
  padding-top: 30px;
  font-weight: bold;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 24px;
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
  letter-spacing: 0.001em;
}
.pokuopka_online{
  color: #be3228;
}
.invoice_price{
  margin-bottom: 30px;
}
.invoice_submit{
  padding-top: 30px;
  text-align: center;
}
.invoice_field input[name='captcha_word']{
  width: auto;
}
.analitika_date{
	text-align: right;
	font-size: 0.75rem;
    color: #7b8385;
    padding-top: 8px;
}
.invoice_form{
      background: #f7f4ee;
    border: 1px solid #e6e2da;
    max-width: 602px;
    padding: 24px 31px 30px 31px;
}
.invoice_field_name{
  margin-bottom: 6px;
}
.invoice_field{
  margin-bottom: 15px;
}
.invoice_field input{
  border: 1px solid #e6e2da;
    height: 40px;
    padding: 0px 15px;
    width: 100%;
}
a.anonce_link{
	color: #000;
	display: block;
	text-decoration: none;
}

.fixed_news_img{
  margin-bottom: 10px;
  margin-top: 5px;
}
.niko_mpn .title{
  margin-bottom: 8px;
}
.niko_mpn .date{
    font-size: 0.75rem;
    text-align: right;
    color: #7b8385;
    padding-top: 8px;
}
.buy-page table p{
  padding: 0;
  margin: 0;
}
.wrapper .table-with-head th{
  padding: 5px;
}
#main table td{
  padding: 5px;
}
.wrapper table td{

}
.wrap-text-area ul{
  list-style: disc;
  margin-left: 20px;
}
.wrap-text-area ol{
  list-style: decimal;
  margin-left: 20px;
}
.wrap-text-area h4{
  font-weight: 600;
}
blockquote{
  padding: 0 0 0 50px;
  background: none;
  font-style: normal;
  color: #000;
  letter-spacing: inherit;
  line-height: inherit;
}
.text_image_with_title div{
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  color: rgb(149,149,149);
  display: block;
  max-width: 100%;
  margin-top: 5px;
}
.text_image_with_title{
  float: right;
  margin: 0px 0px 10px 10px;
  max-width: 350px;
  padding: 5px 0 0 0;
}
.text_image_with_title.left{
  float: left;
  margin: 0px 10px 10px 0px;
}
.analitika_date.lenta_date{
  font-size: 1.25rem;
    line-height: 24px;
    font-family: "Merriweather", serif;
    color: #be3228;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-align: left;
    margin-bottom: 24px;
}
.lenta_block{
  border-bottom: 1px dotted #bdbdbd;
}
.block-analitics.lenta_block .title{
  margin-bottom: 0;
}
.lenta_all{
  text-align: center;
  padding: 25px 0;
}
.detail_analitika_btn{
  line-height: 22px !important;
      font-size: 0.875rem !important;
          padding: 4px 20px !important;
          margin-left: 10px;
}
.biznes_kalendar_filter{
  margin-bottom: 30px;
}
.detail_analitika_price{
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 20px;
}
.lenta_all a{
    display: inline-block;
    color: #fff;
    border: 1px solid #be3228;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
    background: #be3228;
}
.lenta_all a:hover{
  background: #961414;
  border-color: #961414;
}
.block-analitics.lenta_block .title{
	padding-left: 50px;
	position: relative;
}
.block-analitics.lenta_block .title span{
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 0.75rem;
    color: #7b8385;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}
.block-analitics.lenta_block .item:after{
	display: none;
}
.block-analitics.lenta_block .item{
	padding-bottom: 0;
}
.block-analitics.lenta_block .item.item_lenta_date{
  padding-top: 0;
}
@media (min-width: 768px){
  
}
@media (max-width: 533px){
	.block-front .right-col .item{
		display: block;
		border: none;
	}
	.block-front .right-col .item .text.anonce_link, .block-front .right-col .item .date, .block-front .right-col .item:nth-child(3), .block-front .right-col .item:nth-child(4){
		display: none;
	}
  .block-front .right-col .item{
    padding-bottom: 5px;
  }
}
@media (max-width: 420px){
	.text_image_with_title{
		margin-left: 0;
		float: left;
	}
}


.admixer_container{
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.btn-orange:hover, input.btn-orange:hover, input[type="submit"].btn-orange:hover, input[type="button"].btn-orange:hover {
background: #961414;
	border-color:#961414;}
.block-front .all-news a:hover{text-decoration: none; background: #961414;}
.log-out:hover {
  background: #961414;
  -webkit-background-size: 18px;
  background-size: 18px;
  text-decoration: none;
}
}
.log-in:hover {
  background: #961414 url(/bitrix/templates/primepres/css/../images/keyhole.svg) 18px 9px no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  text-decoration: none;
}
.section-events-title {
  color: #be3228;
}
.section-events-title a {
  color: #be3228;
}
.section-events-title a:hover {
  color: #961414;
}

.banner_container{
  text-align: center;
  padding: 30px 0;
}
.banner_container .banner{
  margin: 0 auto;
  display: inline-block;
  line-height: inherit;
}
.banner_container .banner.null{
  padding: 30px 50px;
  border: 1px dotted #bdbdbd;
  text-decoration: none;
  background: #f7f4ee;
}
.banner_top_right_en{
float: right;
  margin-left: 50px;
  margin-bottom: 30px;
}
.block-analitics .title{
	font-size: 1.1rem;}
/* End */
/* /bitrix/templates/primepres/css/owl.carousel.css?16147174685191 */
/* /bitrix/templates/primepres/css/jquery.formstyler.css?161471746812492 */
/* /bitrix/templates/primepres/css/magnific-popup.css?161471746811270 */
/* /bitrix/templates/primepres/css/fotorama.css?161471746815144 */
/* /bitrix/templates/primepres/css/select2.min.css?161471746815196 */
/* /bitrix/templates/primepres/css/font-awesome-4.6.3/css/font-awesome.min.css?161471746829063 */
/* /bitrix/templates/primepres/css/style.css?161471746849776 */
/* /bitrix/templates/primepres/css/resp.css?161471746817054 */
/* /bitrix/templates/primepres/css/jquery-ui.css?161471746835973 */
/* /bitrix/templates/primepres/components/bitrix/menu/top_menu/style.min.css?1614717469490 */
/* /bitrix/templates/primepres/template_styles.css?16314763217261 */
