

/* Start:/local/templates/utg/media/lib/slick/slick.css?17386707881776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/utg/media/lib/jquery.formstyler/jquery.formstyler.css?17386707882175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/utg/media/lib/jquery.formstyler/jquery.formstyler.theme.css?173867078810731*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	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/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	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;
	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;
}
.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: 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: 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;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	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/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	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;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.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 #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.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;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.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;
}
.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;
}
.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 li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
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;
	-moz-appearance: none;
	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:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover: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: 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.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.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:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler: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:/local/templates/utg/media/lib/fancybox/jquery.fancybox.min.css?173867078812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/utg/media/lib/circle/jquery.circliful.css?1738670788334*/
.circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}

/* End */


/* Start:/local/templates/utg/media/lib/scroll/jquery.mCustomScrollbar.min.css?173867078842839*/
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/local/templates/utg/media/lib/scroll/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
/* End */


/* Start:/local/templates/utg/media/css/icons.css?17386707883338*/



  @font-face {
	font-family: "utg";
	src: url("/local/templates/utg/media/css/../css/iconfonts/icons.woff2") format("woff2"),
		  url("/local/templates/utg/media/css/../css/iconfonts/icons.woff") format("woff");
  }

  @font-face {
	  font-family: 'icomoon';
	  src:  url('/local/templates/utg/media/css/iconfonts/fonts/icomoon.eot?qmkzyf');
	  src:  url('/local/templates/utg/media/css/iconfonts/fonts/icomoon.eot?qmkzyf#iefix') format('embedded-opentype'),
	  url('/local/templates/utg/media/css/iconfonts/fonts/icomoon.ttf?qmkzyf') format('truetype'),
	  url('/local/templates/utg/media/css/iconfonts/fonts/icomoon.woff?qmkzyf') format('woff'),
	  url('/local/templates/utg/media/css/iconfonts/fonts/icomoon.svg?qmkzyf#icomoon') format('svg');
	  font-weight: normal;
	  font-style: normal;
	  font-display: block;
  }

  [class^="icon1-"], [class*=" icon1-"] {
	  font-family: 'icomoon';
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  font-style: normal;
	  font-variant: normal;
	  font-weight: 400;
	  line-height: 1;
	  text-decoration: none;
	  text-transform: none;
	  font-size: 17px!important;

  }

  [class^="icon-"], [class*="icon-"] {
	font-family: "utg";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
    line-height: 1;
	text-decoration: none;
    text-transform: none;
}


.icon-1-0_arrow::before {
	content: "\E001";
}

.icon-1-1_doc::before {
	content: "\E002";
}

.icon-1-2_email::before {
	content: "\E003";
}

.icon-1-3_eye::before {
	content: "\E004";
}

.icon-1-4_facebook::before {
	content: "\E005";
}

.icon-1-5_instagram::before {
	content: "\E006";
}

.icon-1-6_list::before {
	content: "\E007";
}

.icon-1-7_location::before {
	content: "\E008";
}

.icon-1-8_map::before {
	content: "\E009";
}

.icon-1-9_news::before {
	content: "\E00A";
}

.icon-2-0_pdf::before {
	content: "\E00B";
}

.icon-2-1_portal::before {
	content: "\E00C";
}

.icon-2-2_query::before {
	content: "\E00D";
}

.icon-2-3_search::before {
	content: "\E00E";
}

.icon-2-4_telegram::before {
	content: "\E00F";
}

.icon-2-5_vacancy::before {
	content: "\E010";
}

.icon-2-6_xls::before {
	content: "\E011";
}

.icon-2-7_youtube::before {
	content: "\E012";
}

.icon-2-8_cross::before {
	content: "\E013";
}
.icon-2-9_check::before {
	content: "\E014";
}
.icon-3-0_menu::before {
	content: "\E015";
}
.icon-3-1_arrow-right::before {
	content: "\E016";
}

.icon-3-2_slider-left::before {
	content: "\E017";
}

.icon-3-3_slider-right::before {
	content: "\E018";
}

.icon-3-4_download::before {
	content: "\E019";
}

.icon-3-4_globe::before {
	content: "\E01A";
}

.icon-3-5_arrow-right::before {
	content: "\E01B";
}

.icon-3-6_arrow-left::before {
	content: "\E01C";
}
.icon-3-7_document::before {
	content: "\E01D";
}

.icon-3-8_vacancy1::before {
	content: "\E01E";
}

.icon-3-9_mail::before {
	content: "\E01F";
}

.icon-4-0_phone::before {
	content: "\E020";
}

.icon-4-1_address::before {
	content: "\E021";
}

.icon-4-2_regulatory::before {
	content: "\E022";
}

.icon-4-3_ads::before {
	content: "\E023";
}

.icon-4-4_tender::before {
	content: "\E024";
}



  .icon1-volume-high:before {
	  content: "\e900";
	  margin-left: 10px;
  }
  .icon1-clock:before {
	  content: "\e94e";
	  font-size: 13px;
	  margin: 0px;
  }
  .icon1-clock_16:before {
	  content: "\e94e";
	  font-size: 16px;
	  margin: 0px;
  }
  .icon1-mobile:before {
	  content: "\e901";
  }
  .icon1-printer:before {
	  content: "\e902";
	  
  }




/* End */


/* Start:/local/templates/utg/media/css/structure.css?17386707883425*/
.structure__head{
	padding-bottom: 20px;
	position: relative;
	/* width: 1240px; */
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}
.structure__head::after{
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	bottom: 0;
	left: 50%;
	background-color: #ccc;
}
.structure__head .structure__item{
	margin: 0 auto;
	font-weight: 600;
	background-color:#2260ad;
	padding: 15px 25px;
	text-transform: uppercase;
}
.structure__item{
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 4px;
	padding: 10px 5px;
	text-align: center;
	margin: 20px 16px;
	min-width: 120px;
	font-size: 1em;
	color: #fff;
}
.structure__body{
	border-collapse: collapse;
	font-size: 14px;
	min-width: 1000px;
	margin: 0 auto;
}
.structure__body td{
	vertical-align: top;
	background: url('/local/templates/utg/media/css/../img/structure/crossings_blue.png') no-repeat;
	background-position: top;
	font-weight: 600;
	cursor: pointer;
	/* width: 248px; */
	max-width: 248px;
	/* min-width: 248px; */
}
.child-1{
	background-color: #009cd0;
}
.structure__body table{
	padding-left: 30px;
	position: relative;
	display: none;
}
.structure__body table td .structure__item{
	background-color: #80cd37;
}
/* .structure__body table table{
	display: block;
} */
.structure__body table table td .structure__item{
	background-color: #3ab28b;
}
.structure__body table table table td .structure__item{
	background-color: #2298ad;
}
.structure__body table td .structure__item{
	position: relative;
	font-weight: 400;
}
.structure__body table td .structure__item::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #ccc;
	top: 50%;
	left: -20px;
}
.structure__body table td .structure__item::after{
	position: absolute;
	content: "";
	width: 2px;
	height: calc(50% + 44px);
	background-color: #ccc;
	top: -44px;
	left: -20px;
}

.structure__body td:first-of-type{
	background: url('/local/templates/utg/media/css/../img/structure/crossings_blue_left.png') no-repeat;
	background-position: top;
}
.structure__body td:last-of-type{
	background: url('/local/templates/utg/media/css/../img/structure/crossings_blue_right.png') no-repeat;
	background-position: top;
}
.structure__body td table tr td:nth-child(n){
	background: none!important;

}
.structure__body td table tr:not(:last-of-type) td{
	position: relative;
}
.structure__body td table tr:not(:last-of-type)>td::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #ccc;
	top: 0;
	left: -3px;
}
.structure__wrap{
	overflow: auto;
	margin-bottom: 80px;
}
.structure__item .member__info b, .structure__item .member__info p{
	font-weight: 400;
	font-size: 12px;
}
.structure__item .member__info b{
	margin-bottom: 5px;
}
.structure__item .member__photo{
	max-width: 50px;
	height: 50px;
	margin-right: 0;
}
.structure__item span{
	padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.structure__body .member__top{
	-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
.structure__body .member__info{
	width: 100%;
	margin-top: 5px;
}

.structure__body table table table td .structure__item .member__info b, .structure__body table table table td .structure__item .member__info p{
	font-size: 1em;
}
.withCard .structure__body table table table td{
	font-size: .9em;
}
.structure__body .active{
	background-color: #c8e4f8;
}
/* End */


/* Start:/local/templates/utg/media/css/main.css?1738670788150595*/
@charset "UTF-8";

@font-face {
	font-family: "Roboto";
	font-display: swap;
	src: url("/local/templates/utg/media/css/../fonts/Roboto-Regular.ttf") format("truetype"),
		url("/local/templates/utg/media/css/../fonts/Roboto-Regular.woff") format("woff"),
		url("/local/templates/utg/media/css/../fonts/Roboto-Regular.woff2") format("woff2");
	/* Modern Browsers */
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	font-display: swap;
	src: url("/local/templates/utg/media/css/../fonts/Roboto-Bold.ttf") format("truetype"),
		url("/local/templates/utg/media/css/../fonts/Roboto-Bold.woff") format("woff"),
		url("/local/templates/utg/media/css/../fonts/Roboto-Bold.woff2") format("woff2");
	/* Modern Browsers */
	font-weight: 700;
	font-style: normal;
}

@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-tap-highlight-color: transparent;
}
* {
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;

	padding-left: 15px;

	padding-right: 15px;

	margin-right: auto;

	margin-left: auto;
}

@media (min-width: 32em) {
	.container {
		max-width: 30em;
	}
}

@media (min-width: 42.66667em) {
	.container {
		max-width: 40em;
	}
}

@media (min-width: 55.11111em) {
	.container {
		max-width: 53.33333em;

		padding-left: 20px;

		padding-right: 20px;
	}
}

@media (min-width: 72.22222em) {
	.container {
		max-width: 71.11111em;
	}
}

.row {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;

	width: 100%;

	min-height: 1px;

	padding: 10px;
}

.col {
	-ms-flex-preferred-size: 0;

	flex-basis: 0;

	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 auto;

	flex: 0 0 auto;

	width: auto;

	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 8.333333%;

	flex: 0 0 8.333333%;

	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 16.666667%;

	flex: 0 0 16.666667%;

	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 25%;

	flex: 0 0 25%;

	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 33.333333%;

	flex: 0 0 33.333333%;

	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 41.666667%;

	flex: 0 0 41.666667%;

	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 50%;

	flex: 0 0 50%;

	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 58.333333%;

	flex: 0 0 58.333333%;

	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 66.666667%;

	flex: 0 0 66.666667%;

	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 75%;

	flex: 0 0 75%;

	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 83.333333%;

	flex: 0 0 83.333333%;

	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 91.666667%;

	flex: 0 0 91.666667%;

	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;

	-ms-flex: 0 0 100%;

	flex: 0 0 100%;

	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;

	-ms-flex-order: -1;

	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;

	-ms-flex-order: 13;

	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;

	-ms-flex-order: 0;

	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;

	-ms-flex-order: 1;

	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;

	-ms-flex-order: 2;

	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;

	-ms-flex-order: 3;

	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;

	-ms-flex-order: 4;

	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;

	-ms-flex-order: 5;

	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;

	-ms-flex-order: 6;

	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;

	-ms-flex-order: 7;

	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;

	-ms-flex-order: 8;

	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;

	-ms-flex-order: 9;

	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;

	-ms-flex-order: 10;

	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;

	-ms-flex-order: 11;

	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;

	-ms-flex-order: 12;

	order: 12;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: none;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.333333%;

		flex: 0 0 8.333333%;

		max-width: 8.333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.666667%;

		flex: 0 0 16.666667%;

		max-width: 16.666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.333333%;

		flex: 0 0 33.333333%;

		max-width: 33.333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.666667%;

		flex: 0 0 41.666667%;

		max-width: 41.666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.333333%;

		flex: 0 0 58.333333%;

		max-width: 58.333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.666667%;

		flex: 0 0 66.666667%;

		max-width: 66.666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.333333%;

		flex: 0 0 83.333333%;

		max-width: 83.333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.666667%;

		flex: 0 0 91.666667%;

		max-width: 91.666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: none;
	}

	.col-md-1 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.333333%;

		flex: 0 0 8.333333%;

		max-width: 8.333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.666667%;

		flex: 0 0 16.666667%;

		max-width: 16.666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.333333%;

		flex: 0 0 33.333333%;

		max-width: 33.333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.666667%;

		flex: 0 0 41.666667%;

		max-width: 41.666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.333333%;

		flex: 0 0 58.333333%;

		max-width: 58.333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.666667%;

		flex: 0 0 66.666667%;

		max-width: 66.666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.333333%;

		flex: 0 0 83.333333%;

		max-width: 83.333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.666667%;

		flex: 0 0 91.666667%;

		max-width: 91.666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: none;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.333333%;

		flex: 0 0 8.333333%;

		max-width: 8.333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.666667%;

		flex: 0 0 16.666667%;

		max-width: 16.666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.333333%;

		flex: 0 0 33.333333%;

		max-width: 33.333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.666667%;

		flex: 0 0 41.666667%;

		max-width: 41.666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.333333%;

		flex: 0 0 58.333333%;

		max-width: 58.333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.666667%;

		flex: 0 0 66.666667%;

		max-width: 66.666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.333333%;

		flex: 0 0 83.333333%;

		max-width: 83.333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.666667%;

		flex: 0 0 91.666667%;

		max-width: 91.666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12;
	}
}

@media (min-width: 1300px) {
	.col-xl {
		-ms-flex-preferred-size: 0;

		flex-basis: 0;

		-webkit-box-flex: 1;

		-ms-flex-positive: 1;

		flex-grow: 1;

		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 auto;

		flex: 0 0 auto;

		width: auto;

		max-width: none;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 8.333333%;

		flex: 0 0 8.333333%;

		max-width: 8.333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 16.666667%;

		flex: 0 0 16.666667%;

		max-width: 16.666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 25%;

		flex: 0 0 25%;

		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 33.333333%;

		flex: 0 0 33.333333%;

		max-width: 33.333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 41.666667%;

		flex: 0 0 41.666667%;

		max-width: 41.666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 58.333333%;

		flex: 0 0 58.333333%;

		max-width: 58.333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 66.666667%;

		flex: 0 0 66.666667%;

		max-width: 66.666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 75%;

		flex: 0 0 75%;

		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 83.333333%;

		flex: 0 0 83.333333%;

		max-width: 83.333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 91.666667%;

		flex: 0 0 91.666667%;

		max-width: 91.666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;

		-ms-flex-order: -1;

		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;

		-ms-flex-order: 13;

		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;

		-ms-flex-order: 0;

		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;

		-ms-flex-order: 1;

		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;

		-ms-flex-order: 2;

		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;

		-ms-flex-order: 3;

		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;

		-ms-flex-order: 4;

		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;

		-ms-flex-order: 5;

		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;

		-ms-flex-order: 6;

		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;

		-ms-flex-order: 7;

		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;

		-ms-flex-order: 8;

		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;

		-ms-flex-order: 9;

		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;

		-ms-flex-order: 10;

		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;

		-ms-flex-order: 11;

		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;

		-ms-flex-order: 12;

		order: 12;
	}
}

main {
	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	-ms-overflow-style: scrollbar;

	position: relative;

	left: 0;

	top: 0;
}

body {
	margin: 0;

	padding: 0;

	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

	overflow-x: hidden;

	overflow-y: auto;

	-webkit-overflow-scrolling: touch;

	width: 100%;

	color: #231f20;
}

html.greyscale {
	-webkit-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

	-ms-filter: grayscale(100%);

	-o-filter: grayscale(100%);

	filter: grayscale(100%);

	-webkit-filter: grayscale(1);

	filter: grayscale(1);

	-webkit-filter: gray;

	filter: gray;
}

html.overflow,
body.overflow {
	overflow-x: hidden;

	overflow-y: hidden;

	-webkit-overflow-scrolling: auto;
}

html.overflow.ios,
body.overflow.ios {
	height: 100%;

	max-height: 100%;

	min-height: 100%;
}

html.overflow.ios body {
	height: 100%;

	max-height: 100%;

	min-height: 100%;
}

body {
	font-size: 18px;

	line-height: 1em;
}

main input,
main button,
main textarea,
main ul,
main ol,
main p,
header input,
header button,
header textarea,
header ul,
header ol,
header p,
footer input,
footer button,
footer textarea,
footer ul,
footer ol,
footer p {
	line-height: 1.25em;

	font-size: 1em;
}

main input,
main button,
main textarea,
header input,
header button,
header textarea,
footer input,
footer button,
footer textarea {
	font-family: "Roboto", "Montserrat", "Open Sans", "Helvetica Neue", Helvetica,
		Arial, sans-serif;

	/*  appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none; */

	border-radius: 0;

	color: #231f20;
}

a {
	color: #231f20;

	text-decoration: none;

	-webkit-transition: color 0.35s;

	transition: color 0.35s;
}

::-ms-clear {
	display: none;
}

::-ms-reveal {
	display: none;
}

main {
	display: block;

	width: 100%;

	overflow: hidden;
}

a img {
	border: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	max-width: 100%;
}

/*

* Стандартные стили

*/

.button-action {
	display: block;

	padding: 0;

	border: 0;

	outline: none;

	background: transparent;

	cursor: pointer;
}

.button-arrow-large {
	display: inline-block;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
	position: absolute;
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	font-weight: 400;
	font-size: 0.7778em;
	line-height: 2.857em;
	z-index: 1;
	position: relative;
}

.btn span {
	color: #000000;
	text-transform: lowercase;
	margin-right: 22px;
	transform: translateX(80%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.8s ease-out, visibility 0.2s ease-out,
		opacity 0.2s ease-out;
	z-index: -1;
}

.btn i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.857em;
	width: 2.16em;
	height: 2.16em;
	background-color: #2260ad;
	margin: 0.99em;
}

.btn i::after {
	position: absolute;
	content: "";
	font-size: 1em;
	width: 4.16em;
	height: 4.16em;
	border: 1px solid rgba(34, 96, 173, 0.302);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	background-color: #ffffff;
	z-index: -1;
	display: block;
	top: 0;
	right: 0;
}

.btn i::before {
	position: relative;
	top: -1px;
	right: -2px;
}

.btn:hover i,
.btn:active i {
	background-color: #80cd37;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.btn:hover i::after,
.btn:active i::after {
	border-color: #80cd37;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.btn:hover span {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: transform 0.3s ease-out, visibility 0.8s ease-out,
		opacity 0.8s ease-out;
}

.btn-new,
.btn-type2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.15em;
	min-height: 2em;
	text-align: left;
	position: relative;
	left: 0;
	top: 0;
}

.btn-new span,
.btn-type2 span {
	font-size: 0.9444em;
	line-height: 1.42em;
	text-transform: lowercase;
	overflow: hidden;
	width: 0;
	opacity: 0;
	/* transition: width .3s,overflow .3s, opacity .35s; */
	transition: width 0.4s ease-out, overflow 0.4s ease-out,
		opacity 0.45s ease-out;
}

.btn-new i,
.btn-type2 i {
	font-size: 0.66667em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #2260ad;
	height: 2.92em;
	width: 2.92em;
	text-align: center;
	line-height: 3.4em;
	color: #fff;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	margin: 0.99em;
}

.btn-type2 i {
	background-color: #80cd37;
}

.btn-new i::after,
.btn-type2 i::after {
	position: absolute;
	content: "";
	font-size: 1em;
	width: 5.42em;
	height: 5.42em;
	border: 1px solid rgba(34, 96, 173, 0.302);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	display: block;
	top: 0;
	right: 0;
}

.btn-type2 i::after {
	border-color: rgba(128, 205, 55, 302);
}

.btn-new i::before,
.btn-type2 i::before {
	position: relative;
	top: -2px;
	right: -1px;
}

.btn-new:hover i {
	background-color: #80cd37;
}

.btn-type2:hover i {
	background-color: #ffffff;
	color: #2260ad;
}

.btn-new:hover i::after {
	border-color: #80cd37;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.btn-type2:hover i::after {
	border-color: rgba(255, 255, 255, 0.302);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.btn-new:hover span {
	overflow: visible;
	width: 5em;
	margin-right: 20px;
	opacity: 1;
	transition: width 0.4s ease-out, overflow 0.4s ease-out,
		opacity 0.45s ease-out;
}

.button-border {
	display: inline-block;
	padding: 0 0 0.18182em 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid transparent;
	border-left: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
	font-size: 0.74445em;
	line-height: 2.1764em;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
	transition: 0.35s;
	text-transform: uppercase;
}

.button-border.active {
	border-bottom-color: #2260ad;
}

.button-border:hover {
	color: #2260ad;
	transition: 0.35s;
}

.block-with-shape {
	display: block;

	width: 100%;

	position: relative;

	top: 0;

	left: 0;
}

.block-with-shape time {
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.77778em;
	line-height: 1.15em;
	color: #000000;
}

.block-with-shape__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-bottom: 15px;
}

.block-with-shape .block-with-shape__top:not(:last-child) {
	margin-bottom: 15px;
}

.block-with-shape__top i {
	font-size: 1.278em;
	color: #dbdbdb;
	margin-left: auto;
}

.block-with-shape__top::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: rgb(223, 223, 223);
	bottom: 0;
	left: 0;
}

.block-with-shape p {
	display: block;
	margin: 0;
	max-width: 100%;
	font-weight: 700;
	color: #231f20;
	font-size: 0.9444em;
	line-height: 1.4117em;
	text-transform: uppercase;
}

.title-section {
	display: block;

	width: 100%;

	margin-bottom: 0;
}

.title-section .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.component-title {
	display: block;
	max-width: 100%;
	font-weight: 700;
	line-height: 1.15em;
	margin: 0 0 35px;
	color: #000000;
	font-size: 1.9444em;
	text-transform: uppercase;
}

.item-title {
	font-size: 1.388em;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0.96em;
	margin-bottom: 35px;
}

.link {
	display: block;

	text-decoration: none;

	max-width: 100%;

	color: #2260ad;

	font-weight: 500;

	font-size: 0.77778em;

	line-height: 1.15em;
}

.link:hover {
	text-decoration: underline;
}

.arrow-btn-v2 {
	display: block;
	padding: 0;
	outline: none;
	cursor: pointer;
	background-color: #2260ad;
	font-size: 11px;
	height: 52px;
	width: 52px;
	line-height: 3.6em;
	text-align: center;
	color: #fff;
	border: none;
	-webkit-transition: color 0.35s, background-color 0.35s, border-color 0.35s;
	transition: color 0.35s, background-color 0.35s, border-color 0.35s;
}

.arrow-btn-v2:hover {
	background-color: #009cd0 !important;
}

.arrow-btn-v2.icon-3-2_slider-left::before,
.arrow-btn-v2.icon-3-3_slider-right::before {
	position: absolute;
	top: calc(50% - 21px);
}

.arrow-btn-v2.icon-3-2_slider-left::before {
	left: calc(50% - 4px);
}

.arrow-btn-v2.icon-3-3_slider-right::before {
	right: calc(50% - 4px);
}

.clear-list {
	display: block;

	max-width: 100%;

	margin: 0;

	padding: 0;
}

.clear-list li {
	display: block;

	width: 100%;

	margin: 0;

	padding: 0;

	list-style: none;

	line-height: 1em;
}

.clear-list li:not(:last-child) {
	margin-bottom: 0.83333em;
}

.clear-list:not(:last-child) {
	margin-bottom: 1.05556em;
}

/*

* Чекбоксы и т.д.

*/

.label-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	min-height: 1.5em;
	padding-left: 1.61111em;
	cursor: pointer;
}

.label-radio input {
	display: none;
}

.label-radio input:checked + .label-radio-indicator {
	background-color: #2260ad;
	border-color: #2260ad;
}

.label-radio input:checked + .label-radio-indicator::after {
	position: absolute;
	font-family: "utg";
	content: "\E014";
	top: -0.0556em;
	left: 0.5em;
	color: #ffffff;
	font-size: 0.611em;
}

.label-radio-indicator {
	display: block;
	position: absolute;
	left: 0.11111em;
	top: 2px;
	width: 1.333em;
	height: 1.333em;
	border: 1px solid #fff;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 1px #d7d7d7;
	box-shadow: 0 0 0 1px #d7d7d7;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.label-radio-text {
	display: inline-block;
	max-width: 100%;
	font-size: 0.77778em;
	line-height: 1.15em;
	color: #4f4f4f;
	padding-left: 8px;
}

/*

* Блок на главной с основной информацией

*/

.breadcrumbs {
	margin-bottom: 1.11111em;

	z-index: 1;

	position: relative;
}

.breadcrumbs a,
.breadcrumbs span {
	font-size: 0.77778em;

	color: #ffffff;
}

.breadcrumbs a {
	color: #ffffff;
	margin-right: 20px;
	position: relative;
	transition: 0.35s;
}

.breadcrumbs a::after {
	position: absolute;
	font-size: 18px;
	right: -13px;
	top: -1px;
	color: #ffffff;
	content: "/";
}

.breadcrumbs a:hover {
	color: #80cd37;
	transition: 0.35s;
}

.title {
	font-size: 1.9em;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 34px;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
}

.news-wrap {
	margin-bottom: 50px;
}

.news-wrap *[class*="col"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-with-shape__top .tape.little span:first-child {
	width: 9px;
}

.block-with-shape__top .tape.little span:nth-child(2) {
	width: 19px;
}

.block-with-shape__top .tape.little span:nth-child(3) {
	width: 29px;
}

.block-with-shape__top .tape.little span {
	height: 2px;
}

.block-with-shape__top .tape.little span:not(:last-of-type) {
	margin-right: 1px;
}

.news-wrap .block-with-shape__top::after {
	opacity: 0;
}

.block-with-shape__top .tape.little {
	top: 100%;
	left: 0;
	right: auto;
}

.paginations {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 35px;
	width: 100%;
}

.paginations li {
	padding: 0 3px;
}

.paginations a {
	color: #000000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 0.7778em;
	border: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding-top: 2px;
}

.paginations a i {
	font-size: 11px;
}

.paginations a i::before {
	position: relative;
	top: -2px;
	right: -1px;
}

.paginations a:hover {
	border-color: #2260ad;
	background-color: #2260ad;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.paginations .active a {
	border-color: #2260ad;
}

.link-style {
	display: inline-block;

	border-bottom: 1px dashed currentColor;

	-webkit-transition: 0.4s;

	transition: 0.4s;
}

.link-style:hover {
	color: #2260ad;

	-webkit-transition: 0.4s;

	transition: 0.4s;

	border-bottom-color: transparent;
}

.page-form,
.page-files {
	margin-bottom: 50px;
}

.page-files .file-icon {
	display: inline-block;

	z-index: 3;

	margin-bottom: 10px;

	width: 2.55556em;

	height: 2.55556em;
}

body {
	position: relative;
}

.header {
	display: block;

	width: 100%;

	padding-top: 0.55556em;

	/*

  padding-bottom: 15px / $font-size * 1em;

  */
}

.header nav {
	display: block;

	width: 100%;
}

.logo {
	display: block;
	width: 100%;
	max-width: 6.83em;
	margin: 0 auto 0 0;
	padding-top: 8px;
}

.logo img {
	display: block;

	width: 100%;
}

.header-right {
	display: block;

	width: 100%;
}

.header-top {
	display: block;
	width: 100%;
	/*

  padding-top: 6px / $font-size * 1em;

  padding-bottom: 14px / $font-size * 1em;

  */

	margin-top: -0.5em;
}

.header-top-inner {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin: 0 -0.38889em;
}

.header-top-col {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	max-width: 100%;

	padding: 0 0.38889em;
}

.header-sub {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	width: 100%;

	/*padding: ( 15px / $font-size * 1em ) 0;*/
}

.header-sub ul {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	margin: -0.27778em -0.83333em;

	padding: 0;
}

.header-sub ul li {
	display: block;
	padding: 0.27778em 1.2em 0.27778em 2em;
	margin: 0;
	line-height: 1;
	list-style: none;
	position: relative;
}

.header-sub ul li:last-child {
	padding-right: 1.8em;
}

.header-sub ul li::before {
	position: absolute;
	font-family: "utg";
	content: "";
	left: 8px;
	top: 0;
}

.header-sub ul li:nth-child(1)::before {
	content: "\E010";
}

.header-sub ul li:nth-child(4)::before {
	content: "\E010";
}

.header-sub ul li:nth-child(2)::before {
	content: "\E00D";
}

.header-sub ul li:nth-child(3)::before {
	content: "\E00C";
}

.header-sub ul li a {
	display: block;
	text-decoration: none;
	font-size: 0.777778em;
	line-height: 1.15em;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	font-weight: 400;
}

.header-sub ul li a:hover {
	color: #2260ad;
}

.button-visually-impaired {
	color: #4f4f4f;
	-webkit-transition: color 0.35s, background-color 0.35s;
	transition: color 0.35s, background-color 0.35s;
	font-size: 1.333em;
	line-height: 2.82353em;
	width: 1.74118em;
	height: 2.82353em;
	text-align: center;
}

.button-visually-impaired:hover,
.button-visually-impaired.open-popup {
	color: #2260ad;
}

.icon-1-3_eye::before {
	position: relative;
	top: -4px;
}

.button-lang-select {
	color: #4f4f4f;
	-webkit-transition: color 0.35s, background-color 0.35s;
	transition: color 0.35s, background-color 0.35s;
	font-size: 0.88889em;
	line-height: 3em;
	width: 4.125em;
	height: 4.25em;
	text-align: center;
	position: relative;
}

.button-lang-select span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	margin-bottom: 0.1em;
}

.button-lang-select:after {
	font-family: "utg";
	content: "\E001";
	font-size: 0.38em;
	position: absolute;
	top: 1.7em;
	right: 0.1111em;
}

.button-lang-select:hover,
.button-lang-select.open-popup {
	color: #2260ad;
}

.button-lang-select.open-popup:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button-search {
	color: #4f4f4f;
	-webkit-transition: color 0.35s, background-color 0.35s;
	transition: color 0.35s, background-color 0.35s;
	font-size: 1em;
	line-height: 2.82353em;
	width: 2.8em;
	/* height: 3.7778em; */
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
}

.button-search:before {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.icon-2-3_search::before {
	position: relative;
	top: -4px;
}

.button-search:after {
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	position: absolute;
	/* left: 50%; */
	top: 43%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "utg";
	font-size: 0.8em;
	content: "\E013";
	right: -6px;
}

.button-search:hover,
.button-search.open-popup {
	color: #2260ad;
}

.button-search.open-popup:before {
	opacity: 0;
}

.button-search.open-popup:after {
	opacity: 1;
}

.header-main {
	display: block;

	width: 100%;
}

.header-links {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	width: 100%;

	padding-top: 0.16667em;
}

.header-links ul {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	margin: -0.08333em -0.83333em;

	padding: 0;
}

.header-links ul li {
	display: block;

	padding: 0.08333em 0.83333em 0 0;

	margin: 0;

	line-height: 1;

	list-style: none;
}

.header-links ul li a {
	display: block;

	text-decoration: none;

	font-size: 0.94445em;

	line-height: 1.15em;

	color: #231f20;

	font-weight: 700;

	text-transform: uppercase;

	padding-top: 0.6em;

	padding-bottom: 2em;

	margin: 0;

	border-bottom: 3px solid transparent;

	-webkit-transition: color 0.35s, border-color 0.35s;

	transition: color 0.35s, border-color 0.35s;
}

.header-links ul li a:hover,
.header-links ul li a.active {
	color: #2260ad;
}

.BtnMenu {
	display: none;
	text-transform: uppercase;
}

.BtnMenu .close i::before {
	content: "\E013";
}

.MobileMenu {
	overflow: hidden;
}

.Mobmenu-List_wrap {
	position: absolute;
	font-size: 1em;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	top: 6em;
	z-index: 11;
	height: calc(100vh + 75px);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	overflow: hidden;
}

.Mobmenu-List_wrap ul {
	list-style: none;

	padding: 0 4px 0 0;

	margin: 0 11px 0 15px;
}

.Mobmenu-List_wrap li {
	padding-right: 18px;
}

.Mobmenu-List_wrap .Mobmenu-List_inner,
.Mobmenu-List_wrap .dropdownMobile {
	padding-top: 1.2em;

	padding-bottom: 0.375em;
}

.Mobmenu-List_wrap .Mobmenu-List_inner {
	border-bottom: 1px solid #dfdfdf;
}

.Mobmenu-List_wrap a {
	font-size: 0.875em;

	font-weight: 700;

	text-transform: uppercase;

	padding: 0.75em 0;

	display: block;
}

.Mobmenu-List_wrap a:hover,
.Mobmenu-List_wrap a:active,
.Mobmenu-List_wrap a:focus {
	color: #2260ad;
}

.Mobmenu-List_wrap a:hover::before,
.Mobmenu-List_wrap a:active::before,
.Mobmenu-List_wrap a:focus::before {
	color: currentColor;
}

.Mobmenu-List_wrap .menu-bottomList {
	padding-top: 0.75em;
}

.Mobmenu-List_wrap .menu-bottomList a {
	text-transform: none;

	font-weight: 500;

	color: #4f4f4f;

	padding: 0.5em 0;
}

.dropdownMobile {
	position: absolute;

	top: 0;

	width: 100%;

	left: 0;

	background-color: #f9f9f9;

	z-index: 1;

	opacity: 0;

	visibility: hidden;

	-webkit-transition: 0.2s;

	transition: 0.2s;

	-webkit-transform: translateX(-100%);

	transform: translateX(-100%);
}

.dropdownMobile a {
	text-transform: none;
}

.show {
	opacity: 1;

	visibility: visible;

	-webkit-transition: 0.2s;

	transition: 0.2s;

	-webkit-transform: translateX(0);

	transform: translateX(0);
}

body.fixed {
	overflow: hidden;

	height: 100vh;
}

.btnDown {
	position: relative;
}

.btnDown::before {
	content: "\E016";
	font-family: "utg";
	position: absolute;
	right: -13px;
	font-size: 0.5625em;
	color: #979797;
	top: 1.2em;
}

.menu-back {
	padding-left: 15px;
}

.menu-back button {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	padding-bottom: 0.6em;

	font-size: 1em;
}

.menu-back span {
	font-size: 0.875em;

	font-weight: 500;

	color: #4f4f4f;
}

.menu-back i {
	font-size: 0.625em;

	color: #979797;

	margin-right: 1em;
}

.list-wrap {
	overflow: hidden !important;
}

.Mobmenu-List,
.dropdownMobile ul {
	overflow-y: scroll;

	height: 100%;

	overflow-x: hidden !important;
}

.larger-banner {
	display: block;

	width: 100%;

	position: relative;

	left: 0;

	top: 0;
}

.larger-banner .row *[class*="col"] {
	position: static;
}

.large-banner-wrapper {
	display: block;
	width: 100%;
}

.large-banner-wrapper:not(.slick-initialized):not(.slick-slider) {
	height: 37.77778em;
	overflow: hidden;
}

.large-banner-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
}

.large-banner-slide .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.large-banner-slide-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 1.66667em 0;
	min-height: 37.2222em;
}

.large-banner-slide-background {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	z-index: 1;
}

.large-banner-slide-content {
	display: block;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
	-webkit-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	opacity: 0;
	padding-bottom: 10em;
}

.large-banner-slide-content h2 {
	display: block;
	width: 100%;
	max-width: 22.34375em;
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 1.77778em;
	line-height: 1.25em;
}

.large-banner-slide-content h2 span {
	font-size: 1.56em;
	line-height: 0.24em;
	text-transform: uppercase;
}

.large-banner-slide-content h2:not(:last-child) {
	margin-bottom: 1.35em;
}

.large-banner-control {
	margin-left: auto;
}

.large-banner-slide-content .btn-new i {
	margin: 1.28em;
}

.large-banner-control-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 328px;
	position: relative;
}

.large-banner-control-inner p {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 1.11111em;
	line-height: 1.15em;
}

.large-banner-control-inner .button-arrow-large {
	color: #fff;
	opacity: 1;
	-webkit-transition: color 0.35s, opacity 0.35s;
	transition: color 0.35s, opacity 0.35s;
	font-size: 1em;
	top: -2px;
}

.large-banner-control-inner .button-arrow-large:hover:not(.slick-disabled) {
	color: #80cd37;
}

.large-banner-control-inner .button-arrow-large.slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.large-banner-control-inner .button-arrow-large[aria-label="Previous"] {
	right: 30px;
}

.large-banner-control-inner .button-arrow-large[aria-label="Next"] {
	right: 0;
}

.slider-timer {
	width: 228px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.302);
	margin-left: 17px;
}

.slider-timer span {
	width: 0;
	height: 100%;
	display: block;
	background-color: #80cd37;
	/*animation-delay: 2s;*/
	animation-duration: 7.2s;
	animation-name: timer;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.animated1 {
	-webkit-transform: translateX(-100%);

	transform: translateX(-100%);

	-webkit-transition: all 1.2s ease-out;

	transition: all 1.2s ease-out;

	opacity: 0;
}

.animated {
	-webkit-transform: translateX(0);

	transform: translateX(0);

	-webkit-transition: all 1.2s ease-out;

	transition: all 1.2s ease-out;

	opacity: 1;
}

.little-banner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(3, 30, 64, 0.4);
}

.little-banner .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.little-banner__inner {
	width: 475px;
	background-color: #2260ad;
	position: relative;
	margin-right: 0;
	margin-left: 50px;
}

.little-banner-wrapper {
	padding-left: 82px;
	padding-right: 32px;
}

.little-banner__item {
	color: #ffffff;
	font-size: 0.9445em;
	line-height: 1.47em;
	font-weight: 700;
	padding: 65px 0 30px 3px;
}

.little-banner .top {
	position: absolute;
	top: 30px;
	left: 82px;
	color: #6588bf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 358px;
}

.little-banner .top span {
	font-size: 0.8889em;
}

.little-banner .top .counter {
	font-size: 1.1667em;
	margin-left: auto;
}

.little-banner .arrow-btn-v2 {
	position: absolute;
	left: 0;
	right: auto;
	height: 50%;
	z-index: 2;
	background-color: #1a559f;
}

.little-banner .arrow-btn-v2[aria-label="Next"] {
	bottom: 0;
}

.little-banner .arrow-btn-v2[aria-label="Previous"] {
	top: 0;
}

.tabs {
	display: block;
	width: 100%;
	padding: 0 0 1.66667em 0;
}

.tabs-top {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.tabs-top::after {
	position: absolute;
	content: "";
	width: 100vw;
	height: 1px;
	background-color: #dfdfdf;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.tabs-top-wrapper {
	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	margin: -0.27778em -0.88889em;
}

.tabs-top-col {
	display: block;

	max-width: 100%;

	padding: 0.27778em 0.88889em;
}

.tabs-container {
	display: none;
}

.tabs-container.active {
	display: block;
}

.min-tabs-Style .tabs-top-wrapper {
	position: relative;

	padding-bottom: 0;

	margin-right: 0;

	margin-left: 0;
}

.min-tabs-Style .tabs-top-wrapper::after {
	position: absolute;

	content: "";

	width: 100%;

	height: 1px;

	background-color: #f9f9f9;

	left: 0;

	bottom: 5px;

	z-index: -1;
}

.min-tabs-Style .tabs-top-wrapper button {
	font-size: 0.77778em;

	font-weight: 400;

	font-family: "Open Sans";

	color: #4f4f4f;

	border-bottom-width: 1px;

	padding-bottom: 10px;
}

.min-tabs-Style .tabs-top-wrapper .active {
	color: #000000;
}

.min-tabs-Style .tabs-top-wrapper .tabs-top-col:last-of-type {
	padding-right: 0;
}

.min-tabs-Style .tabs-top-wrapper .tabs-top-col:first-of-type {
	padding-left: 0;
}

.article-list {
	display: block;
	width: 100%;
	padding-top: 58px;
}

.article-list a.link {
	font-weight: 600;
}

.article-list .row *[class*="col-"] {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: nowrap;

	flex-wrap: nowrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: stretch;

	-ms-flex-align: stretch;

	align-items: stretch;
}

.article-item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #dfdfdf;
	-webkit-transition: -webkit-box-shadow 0.35s;
	transition: -webkit-box-shadow 0.35s;
	transition: box-shadow 0.35s;
	transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
	position: relative;
	border-radius: 8px;
}

.article-item::after,
.info-list::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	/*background: url(/local/templates/utg/media/css/../img/line.jpg);*/
	top: calc(100% + 1px);
	left: 0;
}

.article-item time {
	display: block;
}

.article-item:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.article-item:hover .article-item-image:after {
	opacity: 0;
}

.article-list .row *[class*="col-"]:not(:first-child) .article-item .tape {
	/*display: none;*/
}

.article-list .component-title {
	margin-bottom: 42px;
}

.article-wrapper {
	display: block;

	width: 100%;

	text-decoration: none;

	color: #231f20;
}

.article-wrapper .block-with-shape {
	padding: 1.3333em 1.66667em 1.5em;
}

.article-item-image {
	display: block;

	margin: 0;

	text-decoration: none;

	height: 14.44444em;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	position: relative;

	left: 0;

	top: 0;
}

.article-item-image img {
	display: block;

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;
}

/* .article-item-image:after {

    content: '';

    display: block;

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: url(/local/templates/utg/media/css/../img/article-image-shadow.png) center repeat-x;

    background-size: auto 100%;

    opacity: .5;

    -webkit-transition: opacity .35s;

    transition: opacity .35s; } */

.article-item-image:not(:last-child) {
	margin-bottom: 0px;
}

.investors-prev {
	display: block;

	width: 100%;

	padding: 1.66667em 0 1.66667em 0;
}

.investors-prev-wrapper {
	display: block;

	width: 100%;
}

.investors-prev-wrapper .row *[class*="col-"] {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: nowrap;

	flex-wrap: nowrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: stretch;

	-ms-flex-align: stretch;

	align-items: stretch;
}

.investors-prev-wrapper .article-wrapper .block-with-shape {
	padding-bottom: 1.44444em;
}

.typography {
	display: block;

	width: 100%;

	line-height: 26px;
}

.typography h2 {
	display: block;
	margin: 0;
	width: 100%;
	font-weight: 700;
	color: #000000;
	font-size: 1.88889em;
	line-height: 1.23333em;
}

.typography h2:not(:last-child) {
	margin-bottom: 0.58824em;
}

.typography p {
	display: block;

	margin: 0 0 1.33333em;

	width: 100%;

	color: #000000;

	font-size: 1em;

	/*line-height: 26px / 18px * 1em;*/

	line-height: 1.45em;
	text-align: justify;
}

.typography p a {
	text-decoration: underline;
	font-weight: 700;
}

.typography p a:hover {
	text-decoration: none;
}

.typography time {
	font-size: 0.77778em;
	line-height: normal;
}

.typography h3,
.typography h4 {
	font-size: 1.22222em;

	font-weight: 700;

	margin-top: 0.55556em;

	margin-bottom: 0.77778em;
}

.typography h4 {
	font-weight: 700;

	margin-top: 0;
}

.typography ul {
	margin-top: 0;
	padding: 0;
	list-style: none;
}

.typography ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 17px;
}

.typography ul li::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	top: 10px;
	left: 0;
	background-color: #2260ad;
}

.typography ol {
	padding-left: 36px;
}

.typography ol li {
	margin-bottom: 20px;
}

.typography img[align="right"] {
	margin-left: 20px;
}

.typography img[align="left"] {
	margin-right: 20px;
}

/*

* Блок о компании на главной

*/

.about-company-block {
	display: block;
	width: 100%;
	padding-top: 85px;
	padding-bottom: 45px;
}

.card-container {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: stretch;

	-ms-flex-align: stretch;

	align-items: stretch;

	width: 100%;
}

.card-container .row {
	-webkit-box-flex: 1;

	-ms-flex-positive: 1;

	flex-grow: 1;
}

.card-container .row *[class*="col-"] {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: stretch;

	-ms-flex-align: stretch;

	align-items: stretch;
	overflow: hidden;
}

.card-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	text-decoration: none;
	color: #000000;
	min-height: 13.8em;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	border: 1px solid #dfdfdf;
}

.card-about__inner {
	padding: 20px 30px 65px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}

.card-about__inner time {
	font-size: 0.7778em;
	transition: 0.35s;
	position: absolute;
	bottom: 24px;
	white-space: nowrap;
	left: 30px;
	z-index: 1;
}

.card-about p {
	position: relative;
	left: 0;
	top: 0;
	z-index: 3;
	display: inline-block;
	width: 100%;
	margin: 0;
	font-weight: 700;
	color: #000000;
	font-size: 0.778em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.card-about p:not(:last-child) {
	margin-bottom: 0.83333em;
}

.card-about .file-icon {
	width: 1.5em;
	height: 1.9444em;
	margin-bottom: 0;
	margin-left: auto;
}

.card-about .show-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1a395e;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 30px;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.4s, transform 0.2s;
}

.card-about .show-block span {
	font-size: 0.7778em;
	padding: 0 10px;
}

.card-about .show-block i {
	color: #ffffff;
}

.card-about__inner .logo-min {
	width: 56px;
	margin-bottom: 20px;
}

.card-about .tape.little {
	top: auto;
	bottom: -7px;
}

.card-about .tape.little span {
	opacity: 1;
	margin-bottom: 0;
}

.card-about:hover {
	text-decoration: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.card-about:hover .show-block {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.4s, transform 0.2s;
}

.card-about:hover time {
	color: #ffffff;
	z-index: 1;
	transition: 0.35s;
}

.partners {
	display: block;
	width: 100%;
	position: relative;
	padding: 56px 0 60px;
}

.partners::after,
.partners::before {
	position: absolute;
	content: "";
	width: 100vw;
	height: 5px;
	background: url("/local/templates/utg/media/css/../img/gradient-line.jpg") no-repeat;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100%;
}

.partners::before {
	height: 0;
	top: 0;
}

.partners::after {
	bottom: 0;
}

.partners h2 {
	display: block;
	width: 100%;
	margin: 0;
	font-weight: 700;
	color: #000000;
	font-size: 1.9444em;
	line-height: 1.45455em;
	text-transform: uppercase;
	padding-right: 124px;
}

.partners h2:not(:last-child) {
	margin-bottom: 0.7em;
}

.partners-wrapper {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 -10px;
}

.partners-wrapper:not(.slick-initialized):not(.slick-slider) {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	height: 9.22222em;

	overflow: hidden;
}

.partners-wrapper .arrow-btn-v2 {
	position: absolute;
	top: -76px;
	z-index: 5;
}

.partners-wrapper .arrow-btn-v2[aria-label="Previous"] {
	left: auto;
	right: 62px;
}

.partners-wrapper .arrow-btn-v2[aria-label="Next"] {
	right: 10px;
}

.partners-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	/*border: 1px solid #dfdfdf;*/
	-webkit-transition: -webkit-box-shadow 0.35s;
	transition: -webkit-box-shadow 0.35s;
	transition: box-shadow 0.35s;
	transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
	height: 6.55556em;
	margin: 0.66667em 10px 1em;
	padding: 0.94444em;
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 5%)
}

.partners-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	/*background: url("/local/templates/utg/media/css/../img/line.jpg");*/
	top: calc(100% + 1px);
	left: 0;
}

.partners-item a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners-item img {
	max-width: 100%;
	max-height: 100%;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	/*transition: all 0.6s ease-in-out;*/
	transition: transform .4s;
}

.partners-item:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	/*7px 9px 15px 0px rgb(0 0 0 / 15%);*/

}

.partners-item:hover img {
	/*-webkit-filter: grayscale(100%);*/
	/*filter: grayscale(100%);*/
	/*transition: filter .35s, -ms-filter .35s;*/
	transform: scale(1.1);
}

.footer {
	display: block;
	width: 100%;
	background-color: #f9f9f9;
	padding: 1.3em 0 0.833em;
	font-weight: 500;
}

.footer .row {
	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;
}

.footer .row .col-auto {
	max-width: 100%;
}

.footer-left {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-flow: row;

	flex-flow: row;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer-left .footer-top__right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	margin-top: 10px;
}
.footer-left .footer-top__right li {
	font-size: 0.7777778em;
}
.footer-left .footer-top__right li p {
	line-height: 1.57em;
}
.footer-left .footer-top__right li:not(:last-of-type) {
	margin-right: 0;
	margin-bottom: 3px;
}

.footer-left .socials {
	padding-left: 1.38889em;

	padding-right: 1.38889em;
}

.footer-copyright {
	display: block;
	margin: 0;
	padding-right: 1.78571em;
	max-width: 100%;
	font-weight: 500;
	color: #000000;
	font-size: 0.88889em;
	line-height: 1.15em;
}
.footer-right_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-right {
	display: -webkit-box;

	display: -ms-flexbox;

	display: block;

	-webkit-box-pack: end;

	-ms-flex-pack: end;

	justify-content: flex-end;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	max-width: 100%;

	padding-top: 0.16667em;
	margin: auto 0 0 auto;
}

.footer-right a,
.footer-right p {
	text-decoration: none;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	color: #000000;
	font-size: 0.88889em;
}

.footer-right p a {
	font-size: 1em;
}

.footer-right a:hover {
	color: #2260ad;
}

.popup {
	position: absolute;

	display: none;

	z-index: 60;

	max-width: 100%;

	-webkit-transform: translateY(0.05556em);

	transform: translateY(0.05556em);
}

.popup.open-popup .popup-container {
	opacity: 1;
}

.popup-container {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-flow: column;

	flex-flow: column;

	-ms-flex-wrap: nowrap;

	flex-wrap: nowrap;

	-webkit-box-pack: start;

	-ms-flex-pack: start;

	justify-content: flex-start;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	opacity: 0;

	-webkit-transition: opacity 0.175s;

	transition: opacity 0.175s;

	border: 1px solid #f9f9f9;

	background: #fff;

	-webkit-box-shadow: 0 0.33333em 1em 0 rgba(0, 0, 0, 0.08);

	box-shadow: 0 0.33333em 1em 0 rgba(0, 0, 0, 0.08);
}

.popup-visually-impaired {
	display: block;
	max-width: 100%;
	padding: 1.11111em;
	min-width: 227px;
}

.popup-visually-impaired h3 {
	display: inline-block;
	width: 100%;
	margin: 0;
	font-weight: 500;
	color: #4f4f4f;
	font-size: 0.83333em;
	line-height: 1.15em;
}

.popup-visually-impaired h3:not(:last-child) {
	margin-bottom: 0.86667em;
}

#search-popup .popup-container {
	margin-right: -10px;
}

.popup-visually-impaired-text {
	display: block;

	width: 100%;
}

.popup-visually-impaired-text .row {
	margin: -0.44444em;
}

.popup-visually-impaired-text .row *[class*="col-"] {
	padding: 0.44444em;
}

.popup-visually-impaired-text button {
	display: block;

	outline: none;

	cursor: pointer;

	padding: 0;

	margin: 0;

	border: 0;

	background: transparent;

	color: #4f4f4f;

	font-size: 1em;

	white-space: nowrap;

	-webkit-transition: color 0.35s;

	transition: color 0.35s;
}

.popup-visually-impaired-text button:hover {
	color: #2260ad;
}

.popup-lang-selects {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	list-style: none;
	box-shadow: 0 0.33333em 1em 0 rgba(0, 0, 0, 0.08);
}

.popup-lang-selects li {
	display: block;

	margin: 0;

	padding: 0;

	max-width: 100%;

	list-style: none;

	line-height: 1;
}

.popup-lang-selects li button {
	display: block;

	width: 100%;

	margin: 0;

	padding: 0.625em 1.625em 0.625em 0.75em;

	border: 0;

	background-color: transparent;

	outline: none;

	cursor: pointer;

	font-size: 0.88889em;

	line-height: 1em;

	color: #4f4f4f;

	-webkit-transition: color 0.35s, background-color 0.35s;

	transition: color 0.35s, background-color 0.35s;
}

.popup-lang-selects li button:hover,
.popup-lang-selects li a:hover {
	color: #2260ad;
	background-color: #f9f9f9;
}

.popup-search {
	display: block;

	max-width: 100%;
}

.popup-search form {
	display: block;

	width: 100%;

	padding: 0;

	margin: 0;

	position: relative;

	left: 0;

	top: 0;
}

.popup-search form input[type="text"] {
	display: block;
	width: 100%;
	border: 0;
	padding: 0.68em 1.07143em;
	background: transparent;
	outline: none;
	margin: 0;
	font-size: 0.77778em;
	color: #000;
	min-width: 22.85714em;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	color: #231f20;
}

.popup-search form input[type="text"]::-webkit-input-placeholder {
	color: #919090;
}

.popup-search form input[type="text"]::-moz-placeholder {
	color: #919090;
}

.popup-search form input[type="text"]:-ms-input-placeholder {
	color: #919090;
}

.popup-search form input[type="text"]:-moz-placeholder {
	color: #919090;
}

.popup-search-btn {
	display: block;
	position: absolute;
	right: 0.6em;
	top: calc(50% - 4px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
	font-family: "utg";
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	color: #231f20;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	font-size: 1em;
}

.utg-search::before {
	content: "\E00E";
}

.popup-search-btn:hover {
	color: #2260ad;
}

@media (max-width: 575px) {
	.popup-visually-impaired {
		min-width: 160px;
		padding: 15px 10px;
	}
}

/* ------------ */
.navigation {
	width: 100%;
	left: 0 !important;
	position: absolute;
	z-index: 59;
	background-color: #ffffff;
	padding: 1.222em 0 1.222em 0;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.navigation::before {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 5px;
	background: url("/local/templates/utg/media/css/../img/line.jpg") no-repeat;
	top: 0;
}

.navigation.active {
	opacity: 1;
}

.navigation-title {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.33333em;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	bottom: 24px;
	left: 0;
	color: #ffffff;
	z-index: 1;
}

.navigation-title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% + 54px);
	left: 0;
	bottom: -24px;
	z-index: -1;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.navigation-image {
	display: block;
	width: 100%;
	position: relative;
	min-height: 11.38em;
	max-height: 15.6667em;
	overflow: hidden;
}

.navigation-image img {
	display: block;
	max-width: 100%;
}

.navigation-main {
	display: block;
	width: 100%;
	padding: 0 1.66667em;
}

.navigation-wrapper {
	display: block;
	width: 100%;
	max-width: 50%;
}

.navigation-wrapper ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}

.navigation-wrapper ul li {
	display: block;
	width: 100%;
	margin: 0 0 0.22222em 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.navigation-wrapper ul li a {
	display: inline-block;
	width: 100%;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #231f20;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	font-size: 1em;
	line-height: 1.11111em;
	padding: 0.44444em 0;
}

.navigation-wrapper ul li a.root-item {
	position: relative;
	left: 0;
	top: 0;
}

.navigation-wrapper ul li a.root-item .utg-arrow_small_right {
	position: absolute;
	right: 1.1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #a8a8a8;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
	font-size: 0.55556em;
	font-family: "utg";
}

.navigation-wrapper ul li a.root-item .utg-arrow_small_right::after {
	content: "\E016";
}

.navigation-wrapper ul li ul {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 100%;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.navigation-wrapper ul li ul.active {
	opacity: 1;
}

.navigation-wrapper ul li.active a {
	color: #2260ad;
	background-color: #f4f4f4;
}

.navigation-wrapper ul li.active a.root-item .utg-arrow_small_right {
	color: #2260ad;
}

.navigation-wrapper ul li.active li a {
	background-color: transparent;
	color: #231f20;
}

.navigation-wrapper ul li.active li:hover a {
	background-color: #f4f4f4;
	color: #2260ad;
}

.navigation-wrapper ul li:hover a {
	color: #2260ad;
}

.navigation-wrapper ul li:hover a.root-item .utg-arrow_small_right {
	color: #81cd39;
}

.navigation-wrapper ul li:hover li a {
	background-color: transparent;
	color: #231f20;
}

.navigation-wrapper ul li:hover li:hover a {
	color: #2260ad;
}

.navigation-wrapper ul li:hover:not(.active) ul {
	display: block !important;
	opacity: 1;
	z-index: 1;
}

.navigation-wrapper ul.root-item {
	display: inline-block;
	padding-left: 30px;
}

.navigation-wrapper .root-item a {
	text-transform: none;
}

.mini-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #979797;
	margin-bottom: 2.77778em;
	background-position: center;
}

.mini-banner-inner {
	height: 18.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.mini-banner-inner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	top: 0;
}

.news-card .col-12 {
	padding-top: 0;
}

.with-numbers li {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	font-size: 0.88889em;
}

.with-numbers li:not(:last-of-type) {
	margin-bottom: 1.33333em;
}

.with-numbers li p {
	margin-left: 23px;

	font-size: 1.125em;

	margin-bottom: 0;
}

.with-circle li {
	position: relative;

	padding-left: 21px;

	line-height: 26px;
}

.with-circle li:not(:last-of-type) {
	margin-bottom: 1.33333em;
}

.with-circle li::before {
	position: absolute;

	content: "";

	background-color: #2260ad;

	border-radius: 50%;

	width: 7px;

	height: 7px;

	left: 0;

	top: 0.55556em;
}

.block-img-wrap {
	height: 20.94444em;

	margin-right: 1.11111em;

	background-size: cover;

	background-color: #979797;

	background-position: center;
}

.file-download {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	margin-bottom: 20px;
}

.file-download i {
	font-size: 1.27778em;

	margin-right: 10px;
}

.file-download a {
	color: #4f4f4f;

	font-size: 0.77778em;

	line-height: 16px;
}

.only-indents {
	margin: 35px 0 40px;
}

.typography blockquote {
	font-style: italic;
	padding: 16px 0 24px 40px;
	margin-left: 140px;
	border-left: 3px solid #e5e5e5;
	position: relative;
	width: auto;
	margin-top: 45px;
	margin-bottom: 60px;
}

.typography blockquote::before {
	position: absolute;

	content: "“";

	font-weight: 700;

	font-size: 90px;

	left: -125px;

	top: 53%;

	color: #e5e5e5;
}

.news-card .news-wrap .typography h4 {
	margin-top: 36px;

	margin-bottom: 30px;
}

.news-card .article-item-image {
	height: 10.44444em;
}

.news-card .block-with-shape p {
	font-size: 0.85em;
}
.news-card .article-item time {
	margin-bottom: 5px;
}

.news-card .article-wrapper .block-with-shape {
	padding: 1em 0.66667em;
}

.formContact {
	margin-top: 23px;
}

.item-contact {
	border: 1px solid #dfdfdf;
	padding: 23px 30px;
	width: 100%;
	min-height: 11.11111em;
	position: relative;
}

.item-contact::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: url(/local/templates/utg/media/css/../img/line.jpg);
	top: calc(100% + 1px);
	left: 0;
}

.item-contact i {
	position: absolute;

	right: 20px;

	bottom: 20px;

	font-size: 50px;

	color: #cccccc;
}

.item-contact .icon-utg_6-email {
	bottom: 12px;
}

.item-contact-inner {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;
}

.item-contact h2 {
	line-height: 24px;

	font-size: 1.22222em;

	margin-top: 0;

	font-weight: 500;
}

.item-contact p,
.item-contact a {
	font-size: 0.88889em;

	margin-top: 0;
}

.item-contact a {
	text-decoration: underline;

	-webkit-transition: 0.4s;

	transition: 0.4s;

	margin-bottom: 0.5em;
}

.item-contact a:hover {
	color: #2260ad;

	-webkit-transition: 0.4s;

	transition: 0.4s;
}

.contacts .tabs {
	padding: 0;
}

.contacts .tabs .tabs-container {
	padding-bottom: 3.33333em;
}

.contacts .tabs .col-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contactInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contactInfo .block-style {
	width: 100%;
}

.contactInfo:nth-child(2) .block-style {
	background-color: #80cd37;
}

.contactInfo:nth-child(3) .block-style {
	background-color: #2260ad;
}

.contactInfo h3 i {
	font-size: 50px;
}

.contactInfo .block-style a,
.contactInfo .block-style span {
	font-size: 1em;
	color: #ffffff;
}
.contacts .accordion-top__text {
	padding-top: 16px;
}
.contacts .block-with-shape__top {
	padding-bottom: 0;
}
.contacts .counter-item__inner p {
	padding-top: 10px;
}
.contactInfo .block-style .counter-item__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 35px 25px 30px;
	height: 100%;
	font-weight: 700;
	font-size: 0.94445em;
	color: #ffffff;
	line-height: 1.3em;
}

.contactInfo .block-style .block-style__el {
	margin: 0 0 auto;
	padding-bottom: 10px;
}

.contactInfo .block-style__el::after {
	top: 0px;
	right: -36px;
}

.contactInfo .block-style a {
	position: relative;
	display: inline-block;
}

.contactInfo .block-style a:not(:first-of-type) {
	margin-left: 18px;
}

.contactInfo .block-style a:not(:first-of-type)::before {
	position: absolute;
	content: "/";
	left: -14px;
	top: 0;
	color: currentColor;
}

form.item-contact-inner {
	padding: 5px 0;
}

form.item-contact-inner h2 {
	font-size: 0.94445em;
	margin-bottom: 1.4117em;
	font-weight: 700;
	text-transform: uppercase;
}

form.item-contact-inner .list-input {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

form.item-contact-inner .input-wrap,
form.item-contact-inner .item-contact__bottom {
	width: calc(50% - 5px);
}

form.item-contact-inner .input-wrap:nth-child(odd) {
	margin-right: 10px;
}

.item-contact__bottom p {
	font-size: 0.77778em;
	color: #777777;
	line-height: 1.5em;
	width: calc(100% - 142px);
}

.item-contact__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 15px;
	padding-top: 6px;
}

.item-contact__bottom .btn-type3 {
	margin-top: 9px;
	width: 142px;
}

.tabs-container .accordion-top .block-with-shape__top::after {
	display: none;
}

.Input-brim {
	margin-bottom: 30px;

	font-size: 0.88889em;

	width: 100%;

	font-weight: 500;
}

.Input-brim input {
	min-height: 3em;
}

.Input-brim input,
.Input-brim textarea {
	width: 100%;

	border: 1px solid rgba(0, 0, 0, 0.17);

	padding: 0 0.875em;

	margin-top: 0.5em;

	font-size: 1em;

	font-family: "Open Sans";
}

.Input-brim input::-webkit-input-placeholder,
.Input-brim textarea::-webkit-input-placeholder {
	font-size: 1em;

	color: #dfdfdf;
}

.Input-brim input::-moz-placeholder,
.Input-brim textarea::-moz-placeholder {
	font-size: 1em;

	color: #dfdfdf;
}

.Input-brim input:-ms-input-placeholder,
.Input-brim textarea:-ms-input-placeholder {
	font-size: 1em;

	color: #dfdfdf;
}

.Input-brim input::-ms-input-placeholder,
.Input-brim textarea::-ms-input-placeholder {
	font-size: 1em;

	color: #dfdfdf;
}

.Input-brim input::placeholder,
.Input-brim textarea::placeholder {
	font-size: 1em;

	color: #dfdfdf;
}

.Input-brim textarea {
	resize: none;

	padding: 0.875em;

	min-height: 9em;
}

.wrap-person-img {
	max-width: 4em;

	width: 100%;

	height: 4em;

	border-radius: 50%;

	overflow: hidden;

	margin-right: 19px;
}

.wrap-person-img img {
	width: 100%;

	height: 100%;
}

.person {
	min-height: 7.05556em;
}

.person .item-contact-inner {
	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	-ms-flex-direction: row;

	flex-direction: row;
}

.person h2 {
	margin-bottom: 0.63637em;
}

.title-20 {
	font-size: 1.11111em;

	margin-top: 0;

	margin-bottom: 1.44444em;
}

.listLinks {
	margin-bottom: 44px;
}

.listLinks ul {
	list-style: none;

	padding-left: 0;
}

.listLinks li {
	padding-bottom: 15px;
}

.listLinks li:not(:first-of-type) {
	padding-top: 15px;
}

.listLinks li:not(:last-of-type) {
	border-bottom: 1px solid #f9f9f9;
}

.listLinks a {
	font-size: 0.83333em;

	line-height: 22px;

	color: #2260ad;

	text-align: justify;

	display: block;
}

.listLinks a:hover,
.listLinks a:active,
.listLinks a:focus {
	text-decoration: underline;
}

.filter-wrap {
	width: 100%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: end;

	-ms-flex-align: end;

	align-items: flex-end;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	margin-bottom: 20px;
}

.filter-wrap .tabs-top {
	margin-bottom: 6px;

	width: auto;

	margin-left: auto;
}

.filter-wrap p {
	font-size: 0.77778em;

	font-weight: 700;

	margin: 0 0 6px;
}

.filter-wrap .popup-search,
.filter-wrap form {
	width: 100%;
}

.filter-wrap .popup-search form input[type="text"] {
	border: 1px solid rgba(0, 0, 0, 0.17);
	min-width: auto;
	padding-top: 1.07167em;
	padding-bottom: 1.00022em;
}

.filter-wrap .popup-search form input[type="text"]::placeholder {
	color: #000000;
}

.filter-wrap .popup-search form input[type="text"]::-moz-placeholder {
	color: #000000;
}

.filter-wrap .popup-search form input[type="text"]:-ms-input-placeholder {
	color: #000000;
}

.filter-wrap .popup-search form input[type="text"]:-moz-placeholder {
	color: #000000;
}

.filter-wrap .tabs-top-block {
	padding-bottom: 0;
}

.filter-wrap form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter-wrap form .filterForm__item {
	width: calc(50% - 5px);
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filter-wrap form .filterForm__item:nth-child(odd) {
	margin-right: 10px;
}

.filter-search {
	position: relative;
}

.filter-wrap form .filterForm__item .btn-type3,
.filter-wrap form .filterForm__item .btn-type4 {
	margin-top: 9px;
	width: calc(50% - 10px);
}

.filter-wrap form .filterForm__item .btn-type4 {
	margin-right: 18px;
}

.select-wrap {
	width: 100%;
}

.jq-selectbox {
	font-family: "Open Sans";
	width: 100%;
}

.jq-selectbox__select {
	font-family: inherit;
	font-size: 0.7778em;
	height: 3.579em;
	border: 1px solid rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	text-shadow: none;
	color: #000000;
	padding-top: 0.6428em;
	width: 100%;
}

.jq-selectbox__select:hover,
.jq-selectbox__select:active {
	background: transparent;

	-webkit-box-shadow: none;

	box-shadow: none;
}

.jq-selectbox__select-text {
	width: 100% !important;
}

.jq-selectbox__trigger {
	border: none;
}

.jq-selectbox__trigger::after {
	position: absolute;
	font-family: "utg" !important;
	content: "\E001";
	font-size: 0.43em;
	top: 1em;
	right: 2.2em;
}

.jq-selectbox__trigger-arrow {
	border: none;
}

.jq-selectbox__dropdown {
	font-family: inherit;

	font-size: 0.7778em;
}

.jq-selectbox li {
	white-space: normal;
	color: #000000;
}

.accordion {
	border: 1px solid rgba(0, 0, 0, 0.17);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.accordion:not(:last-of-type) {
	margin-bottom: 1.88889em;
}

.accordion:last-of-type {
	margin-bottom: 3.33333em;
}

.accordion:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.accordion::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: url(/local/templates/utg/media/css/../img/line.jpg);
	top: calc(100% + 1px);
	left: 0;
}

.accordion-inner {
	padding: 0 30px;
	width: 100%;
	overflow: hidden;
}

.accordion-top {
	cursor: pointer;
}

.accordion-top__text {
	padding: 25px 0 10px;
}

.accordion-body {
	padding-bottom: 1.66667em;
	display: none;
	position: relative;
}

.vacancy_info li,
.typography .vacancy_info li {
	padding-left: 0;
	margin-bottom: 10px;
}

.vacancy_info li a,
.typography .vacancy_info li a {
	transition: 0.35s;
}

.vacancy_info li a:hover,
.typography .vacancy_info li a:hover {
	color: #80cd37;
	transition: 0.35s;
}

.vacancy_info li::before {
	display: none;
}

.vacancy_info {
	font-size: 0.7778em;
	list-style: none;
}

.accordion-top__text .vacancy_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 18px;
}

.accordion-top__text .vacancy_info li {
	margin-right: 25px;
	margin-bottom: 0;
}

.accordion h5,
.accordion h4 {
	font-size: 0.94455em;
	margin-bottom: 10px;
}

.accordion h3 {
	text-transform: uppercase;
	font-size: 0.94455em;
}

.btn-type3,
.btn-type4 {
	font-size: 0.7778em;
	text-transform: lowercase;
	background-color: #2260ad;
	padding: 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 8px 37px 7px;
	color: #ffffff;
	position: relative;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	margin: 30px 8px 9px;
	display: inline-block;
	cursor: pointer;
	overflow: visible;
}

.btn-type4 {
	background-color: #009cd0;
}

.btn-type3::after,
.btn-type4::after {
	position: absolute;
	content: "";
	width: calc(100% + 16px);
	height: calc(100% + 18px);
	left: -8px;
	top: -8px;
	border: 1px solid rgba(34, 96, 173, 0.302);
	-webkit-transition: 0.35s;
	transition: 0.35s;
	display: block;
}

.btn-type3:hover,
.btn-type4:hover {
	background-color: #80cd37;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	color: #ffffff;
}

.btn-type3:hover::after,
.btn-type4:hover::after {
	border-color: #80cd37;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.accordion-body .contact-info {
	margin-top: 45px;
}

.links-block {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	width: 100%;

	padding-right: 10px;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;
}

.tenders .paginations {
	padding-top: 1.88889em;
}

.tenders .partners {
	padding-top: 60px;
}

.tenders .tabs {
	padding-top: 0;
}

.demand-item {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
}

.demand-item .article-item-image:after {
	display: none;
}

.demand-item h3 {
	line-height: 1.1817em;

	margin: 0;

	font-size: 1.22222em;

	margin-bottom: 1.27778em;
}

.demand-item .btn {
	padding: 0.88889em 0.61111em;

	min-width: 6.33333em;

	margin-top: auto;
}

.demand-item .article-wrapper {
	height: 100%;
}

.demand-item .block-with-shape {
	height: calc(100% - 14.4444em);

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	-ms-flex-direction: column;

	flex-direction: column;

	-webkit-box-align: start;

	-ms-flex-align: start;

	align-items: flex-start;
}

.tender-menu {
	list-style: none;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
}

.tender-menu li {
	padding-bottom: 10px;
}

.tender-menu li:not(:last-of-type) {
	margin-right: 30px;
}

.tender-menu a {
	font-weight: 700;
	font-size: 0.9444em;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	white-space: nowrap;
	text-transform: uppercase;
}

.tender-menu a:hover {
	color: #2260ad;
	transition: 0.35s;
}

.tender-menu .active a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #2260ad;
	transition: 0.35s;
}

.tenders .paginations {
	margin-bottom: 50px;
}
.filterForm__item .filter-menu__scroll {
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
}
.filter-menu__scroll {
	margin-top: 27px;
	margin-bottom: 26px;
}

.filter-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-bottom: 20px;
}

.filter-menu label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	white-space: nowrap;
}

.filter-menu label sup {
	font-weight: 400;
}

.form_radio_btn {
	margin-right: 15px;
	padding-bottom: 10px;
}

.form_radio_btn input {
	display: none;
}

.form_radio_btn input[type="radio"]:checked + label {
	color: #2260ad;
}

.form_radio_btn input[type="radio"]:checked + label sup {
	color: #000000;
}

.vacancy .col-sm-6,
.gallery .col-sm-6 {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
}

.vacancy .paginations,
.gallery .paginations {
	padding-bottom: 50px;
}

.gallery .topTabs {
	margin-bottom: 20px;
}
.gallery-item {
	height: 14.44444em;

	width: 100%;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	display: block;
}

.gallery-item:hover {
	background-color: rgba(255, 255, 255, 0.411);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0.2);
	opacity: 0.2;}



.gallery-item span {
	color: #ffffff;

	font-size: 1.38889em;

	position: absolute;

	bottom: 30px;

	left: 30px;

	z-index: 1;

	font-weight: 500;
}

.about_gallery {
	margin-bottom: 30px;
}

.about_gallery .gallery-item {
	position: relative;
}

.about_gallery .gallery-item::after {
	content: "";

	display: block;

	position: absolute;

	left: 0;

	top: 0;

	right: 0;

	bottom: 0;

	background: url(/local/templates/utg/media/css/../img/article-image-shadow.png) center repeat-x;

	background-size: auto 100%;

	opacity: 1;

	-webkit-transition: opacity 0.35s;

	transition: opacity 0.35s;
}

.leadership {
	margin-bottom: 55px;
}

.leadership-item__photo {
	background-color: #f5f5f5;
	max-width: 6.22222em;
	height: 6.22222em;
	overflow: hidden;
	border-radius: 50%;
	width: 100%;
	font-size: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-right: 20px;
}

.leadership-item__text {
	width: calc(100% - 6.2222em);
}

.leadership-item__text .typography {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.leadership-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px;
	border: 1px solid #dfdfdf;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}

.leadership-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: url(/local/templates/utg/media/css/../img/line.jpg);
	top: calc(100% + 1px);
	left: 0;
}

.leadership-item:not(:last-of-type) {
	margin-bottom: 25px;
}

.leadership-item:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.leadership-item h3 {
	margin-bottom: 0.3636em;
	font-size: 0.944445em;
	text-transform: uppercase;
}

.leadership-item p,
.leadership-item a,
.leadership-item span {
	font-size: 0.778em;
	margin-bottom: 0;
}

.leadership-item .subtitle {
	margin-bottom: 1.71333em;
}

.leadership-item a:not(.btn-type3) {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.leadership-item .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	border-left: 1px dashed #dfdfdf;
	padding-left: 20px;
}

.leadership-item .right .vacancy_info {
	margin-right: 15px;
	margin-left: auto;
}

.leadership-item .right .vacancy_info li {
	margin-bottom: 16px;
}

.leadership-item .left {
	width: 50%;
	padding-right: 20px;
}

.leadership-item__btns {
	margin-left: auto;
}

.leadership-item__btns .btn-type3,
.leadership-item__btns .btn-type4 {
	display: block;
	text-align: center;
	padding: 4px 15px 2px;
	white-space: nowrap;
}

.leadership-item__btns .btn-type4 {
	margin-top: 0;
}

.about-page .about-company-block {
	padding-top: 0;

	padding-bottom: 4px;
}

.about-page .about-company-block h2 {
	font-size: 1.222em;
}

.about-page .about-company-block h3 {
	font-size: 1.556em;
}

.about-page .about-company-block .block-with-shape {
	padding: 0 0 0 1.66667em;

	border: none;
}

.about-page .about-company-block .block-with-shape::after {
	display: none;
}

.about-page .block-img-wrap {
	margin-top: 0.77778em;

	margin-bottom: 60px;
}

.block-img-wrap.left {
	margin-right: 0.77778em;
}

.block-img-wrap.right {
	margin-left: 0.77778em;

	margin-right: 0;
}

.tree .container {
	clear: both;
}

.tree .partners {
	padding-top: 30px;
}

.tree ul {
	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	justify-content: center;
}

.tree li p {
	height: auto;

	line-height: normal;
}

.tree li a {
	height: auto;

	line-height: normal;

	width: 105px;
}

.tree-inner {
	width: 100%;

	margin: 0 auto;
}

.tree-scroll {
	padding-bottom: 30px;
}

.networks {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.networks li {
	margin-right: 20px;
}

.networks a {
	color: #ffffff;
	transition: all 0.3s;
	font-size: 1.83em;
}

.networks a:hover {
	color: #80cd37;
	transition: all 0.3s;
}

.footer-top {
	border-bottom: 1px solid #dfdfdf;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1em;
}

.footer__networks {
	margin-right: 30px;
}

.footer__networks a {
	font-size: 1.278em;
	color: #000000;
}

.footer-top__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-left: auto;
}

.footer-top__right a {
	transition: all 0.3s;
}

.footer-top__right a:hover {
	color: #2260ad;
	transition: all 0.3s;
}

.footer-top__right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.889em;
}

.footer-top__right li:not(:last-of-type) {
	margin-right: 30px;
}

.footer-top__right li i {
	margin-right: 10px;
}

.footer-top__right li .icon-1-6_list {
	font-size: 1.1875em;
}

.footer-top__right li .icon-1-6_list::before {
	top: -4px;
	position: relative;
}

.footer-top__right li .icon-1-8_map {
	font-size: 1.125em;
}

.footer-top__right li .icon-1-8_map::before {
	top: -3px;
	position: relative;
}

.footer__networks li {
	margin-right: 15px;
}

.map-wrap {
	height: 430px;
}

#map {
	width: 100vw;
	height: 100%;
	background-color: #b9d6e5;
	margin: 0 calc(50% - 50vw);
}

.tape-parent {
	position: relative;
}

.tape {
	position: absolute;
	transform: skewX(-20deg);
	top: -7px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tape span {
	width: 188px;
	height: 7px;
	display: inline-block;
}

.tape span:not(:last-of-type) {
	margin-right: 3px;
}

.tape span:first-child {
	background-color: #009cd0;
}

.tape span:nth-child(2) {
	background-color: #80cd37;
}

.tape span:nth-child(3) {
	background-color: #2260ad;
}

.tape.little {
	right: 10px;
}

.tape.little span {
	width: 100px;
}

.tape.little span:first-child {
	width: 68px;
}

.index_about {
	position: relative;
	padding-top: 63px;
	padding-bottom: 65px;
}

.index_about::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	background: url("/local/templates/utg/media/css/../img/about-img.jpg") no-repeat;
	background-size: cover;
	/*background-position: center right;*/
	background-position: 40%;
	z-index: -1;
}

.index_about .component-title {
	color: #ffffff;
}

.index_about .typography p,
.index_about .typography h3 {
	color: #ffffff;
}

.index_about .typography,
.index_about .component-title {
	max-width: 610px;
}

.index_about .component-title {
	margin-bottom: 30px;
}

.index_about .btn-new {
	margin-top: 25px;
}

.index_about .btn-new i {
	width: 2.1667em;
	height: 2.1667em;
}

.index_about .btn-new i::after {
	width: 4.167em;
	height: 4.167em;
}

.list-files {
	list-style: none;
	margin-bottom: 55px;
}

.file-icon svg .cls1 {
	transition: 0.35s;
}

.list-files li:hover .cls1 {
	fill: #80cd37 !important;
	transition: 0.35s;
}

.list-files .left:hover a {
	text-decoration: underline;
}

.file-icon svg {
	width: 25px;
	margin-right: 10px;
	height: 30px;
}

.list-files li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.list-files li:hover .right span {
	color: #000000;
	transition: 0.35s;
}

.list-files li,
.list-files li .left,
.list-files li .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.list-files li .left,
.list-files li .right {
	font-size: 0.7778em;
	line-height: 1.5em;
}

.list-files li .left {
	margin-right: 10px;
	transition: 0.35s;
}

.list-files li .left a {
	max-width: 168px;
	width: 100%;
}

.list-files li .right span {
	white-space: nowrap;
	color: #b2b2b2;
	transition: 0.35s;
}

.icon-3-4_download {
	font-size: 1.235em;
	margin-left: 20px;
	color: #b2b2b2;
	transition: 0.35s;
}

.icon-3-4_download:hover {
	color: #000000;
	transition: 0.35s;
}

.article-item .btn-new span {
	color: #000000;
	font-size: 0.7778em;
	white-space: nowrap;
}

.article-item .btn-new:hover span {
	width: 7.07em;
}

.article-item .btn-new i {
	width: 2.1667em;
	height: 2.1667em;
}

.article-item .btn-new i::after {
	width: 4.167em;
	height: 4.167em;
}

.Btn-download {
	position: relative;
}

.Btn-download:hover .prompt {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	transition: transform 0.35s, opacity 0.4s, visibility 0.4s;
}

.prompt {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	position: absolute;
	bottom: calc(100% + 10px);
	left: 5px;
	border: 1px solid #dfdfdf;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.35s, opacity 0.3s, visibility 0.3s;
}

.prompt span {
	color: #000000 !important;
	padding: 8px 10px 5px;
	position: relative;
	display: block;
}

.prompt span::after {
	position: absolute;
	content: "";
	font-size: 1em;
	width: 0.86em;
	height: 0.86em;
	background-color: #ffffff;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	transform: rotate(45deg);
	top: calc(100% - 0.4em);
	left: 1.22em;
}

.projects-slider {
	width: 100%;
	position: relative;
}

.projects-slider__inner,
.projects-slider__inner .slick-list,
.projects-slider__inner .slick-track {
	height: 100%;
}

.projects-slider .top {
	position: absolute;
	top: 30px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 60%;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding: 0 30px;
}

.projects-slider .top .counter {
	color: #b2b2b2;
	font-weight: 700;
	font-size: 1.389em;
	line-height: 0.96em;
}

.projects-slider .btn-new {
	color: #000000;
	font-size: 1.06em;
}

.projects-slider .btn-new i {
	width: 2.1667em;
	height: 2.1667em;
}

.projects-slider .btn-new i::after {
	width: 4.167em;
	height: 4.167em;
}

.projects-slider .btn-new span {
	font-size: 0.8235em;
}

.projects-slider__inner .arrow-btn-v2 {
	position: absolute;
	left: calc(60% + 10px);
	z-index: 1;
}

.projects-slider__inner .arrow-btn-v2[aria-label="Previous"] {
	top: 10px;
}

.projects-slider__inner .arrow-btn-v2[aria-label="Next"] {
	top: 62px;
}

.projects-slider__inner .projects-slider__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.projects-slider__item .photo {
	min-height: 342px;
	width: 40%;
	background-size: cover;
	background-position: center;
	background-color: rgba(128, 128, 128, 0.30980392156862746);
}

.projects-slider__item .text {
	width: 60%;
	border: 1px solid #dfdfdf;
	padding: 84px 30px 30px;
	font-size: 0.94444em;
	line-height: 1.47em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.projects-slider .tape.little {
	top: auto;
	bottom: -7px;
}

.counter-item__inner h3 {
	font-weight: 700;
	font-size: 47px;
	line-height: 50px;
	color: #ffffff;
	display: inline-block;
}

.counter-item {
	width: calc(20% - 8px);
}

.counter-item__inner {
	padding: 105px 45px 30px 14px;
}

.counter-item:not(:last-of-type) {
	margin-right: 10px;
}

.block-info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.counter-item__inner p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	/* position: absolute; */
	top: 15px;
	right: 10px;
	text-transform: uppercase;
	/* writing-mode: tb-rl;
    transform: rotate(180deg); */
	text-align: right;
	width: auto;
	margin: 0;
	padding-top: 10px;
}

.block-style {
	background-color: #009cd0;
	position: relative;
}

.block-style:nth-child(2),
.stage:nth-child(2) .block-style {
	background-color: #3ab28b;
}

.block-style:nth-child(3),
.stage:nth-child(3) .block-style {
	background-color: #80cd37;
}

.block-style:nth-child(4),
.stage:nth-child(4) .block-style {
	background-color: #2298ad;
}

.block-style:nth-child(5),
.stage:nth-child(5) .block-style {
	background-color: #2260ad;
}

.block-style__el {
	position: relative;
}

.block-style__el::after {
	position: absolute;
	content: url("/local/templates/utg/media/css/../img/square.png");
	top: -22px;
	right: -33px;
}

.block-info {
	margin-top: 40px;
}

.block-info .component-title {
	margin-bottom: 55px;
}

.info-list {
	border: 1px solid #dfdfdf;
	padding: 25px 15px 30px 30px;
	position: relative;
	margin-bottom: 25px;
	background-color: #ffffff;
}

.info-list__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-list__top .item-title {
	line-height: normal;
	margin-bottom: 0;
}

.info-list__top i {
	font-size: 29px;
	color: #dedede;
	margin-left: auto;
}

.info-list ul {
	list-style: none;
}

.info-list li {
	font-size: 0.7778em;
}

.info-list li:not(:first-of-type) {
	padding-top: 25px;
}

.info-list li:not(:last-of-type) {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dfdfdf;
	line-height: 1.5em;
}
.info-list li p {
	line-height: inherit;
}
.info-list li:last-of-type .tape {
	display: none;
}

.info-list li a:hover {
	text-decoration: underline;
}

.info-list li time {
	padding-bottom: 18px;
	margin-bottom: 18px;
	position: relative;
	display: block;
}

.info-list li time::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 30px;
	background-color: #dfdfdf;
	bottom: 0;
	left: 0;
}

time b {
	font-size: 1.214em;
	display: block;
}

.info-list .tape.little span {
	height: 2px;
}

.info-list .tape.little span:nth-child(3) {
	width: 59px;
}

.info-list .tape.little span:nth-child(2) {
	width: 69px;
}

.info-list .tape.little span:first-child {
	width: 26px;
}

.info-list .tape.little {
	top: auto;
	bottom: -1px;
	right: 0;
}

.info-list__body {
	max-height: 620px;
	overflow-y: auto;
	margin-top: 25px;
}

.icon-3-4_globe::before {
	position: relative;
	top: -4px;
}

.info-list.type-2 .info-list__body {
	max-height: 370px;
}

.info-list.type-2 .icon-3-4_globe::before {
	content: "\E01D";
}

.info-list.type-2 .info-list__body li time {
	display: none;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	border-radius: 0;
}

.mCSB_scrollTools {
	width: 8px;
}

.scsrollWrap .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scsrollWrap .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #ededed;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	border-radius: 0;
}

.mCSB_inside > .mCSB_container {
	margin-right: 22px;
}

.form_dropdown {
	list-style: none;
	padding: 11px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	height: 11.7555em;
	width: 100%;
	overflow: auto;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 2;
	display: none;
}

.form_dropdown label span {
	font-size: 0.8333em;
}

.form_dropdown label {
	padding: 4px 0 3px 2.2222em;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 1em;
	transition: 0.35s;
}

.form_dropdown label:hover {
	color: #2260ad;
	transition: 0.35s;
}

.form_dropdown label:hover::before {
	border-color: #2260ad;
	transition: 0.35s;
}

.form_dropdown li:not(:last-of-type) {
	margin-bottom: 10px;
}

.form_dropdown li.selected label::before {
	border-color: #2260ad;
	transition: 0.35s;
}

.form_dropdown li.selected label::after {
	opacity: 1;
	visibility: visible;
	transition: 0.35s;
}

.form_dropdown li.selected {
	color: #2260ad;
}

.form_dropdown label::before {
	position: absolute;
	content: "";
	height: 1.66667em;
	width: 1.66667em;
	border: 1px solid #dfdfdf;
	left: 0;
	top: 0;
	font-size: 1em;
	transition: 0.35s;
}

.form_dropdown label::after {
	position: absolute;
	font-family: "utg";
	content: "\E014";
	top: 0.154em;
	left: 0.7em;
	color: #2260ad;
	font-size: 0.7222em;
	transition: 0.35s;
	opacity: 0;
	visibility: hidden;
}

.select {
	width: 7.55556em;
	position: relative;
}

.select[data-name="archive"] {
	width: 7.55556em;
}
.select[data-name="archive-month"] {
	width: 9.55556em;
}

.select[data-name="subject"] {
	width: 15.333em;
}

.select.open .select__input {
	border-color: #80cd37;
}

.select.open .form_dropdown {
	display: block;
}

.select::after {
	position: absolute;
	font-family: "utg";
	content: "\E001";
	right: 20px;
	top: 17px;
	font-size: 0.333em;
}

.select__input {
	margin: 0;
	border: 1px solid #dfdfdf;
	padding: 4px 35px 20px 20px;
	font-size: 0.8333em;
	/* width: 9.06667em; */
	cursor: pointer;
	transition: 0.35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.select__input:hover {
	border-color: #80cd37;
	transition: 0.35s;
}

.form__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.form__title {
	margin-right: 20px;
	font-size: 0.9444em;
	font-weight: 700;
}

.form__inner .select {
	margin-right: 10px;
}

.motley-blocks {
	font-size: 0.9444em;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 55px 0;
}

.motley-blocks .item {
	background-color: #009cd0;
	color: #ffffff;
	padding: 14px 20px 23px;
	width: calc(333% - 6.66667px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 11.76em;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.motley-blocks .item p {
	line-height: 1.47em;
}

.motley-blocks .item:not(:last-of-type) {
	margin-right: 10px;
}

.motley-blocks .item:nth-child(2) {
	background-color: #80cd37;
}

.motley-blocks .item:nth-child(3) {
	background-color: #2260ad;
}

.motley-blocks .item .btn-new {
	font-size: 0.8235em;
	margin-top: 20px;
}

.motley-blocks .item .btn-new:hover span {
	width: 4em;
}

.motley-blocks .item .btn-new i {
	color: #000000;
	background-color: #ffffff;
	margin: 1.2em;
}

.motley-blocks .item .btn-new i::after {
	border-color: rgba(255, 255, 255, 0.302);
}

.Toreturn {
	margin-bottom: 20px;
	display: inline-block;
	transition: 0.35s;
}

.Toreturn:hover {
	color: #80cd37;
	transition: 0.35s;
}

.Toreturn i {
	font-size: 0.77778em;
	margin-right: 12px;
}

.Toreturn i::before {
	position: relative;
	top: 1px;
}

.member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.member__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
	margin-bottom: auto;
}

.member__bottom {
	border-top: 1px dashed #dfdfdf;
	margin-top: 30px;
	padding-top: 28px;
	margin-bottom: -26px;
}

.member__inner {
	position: relative;
	border: 1px solid #dfdfdf;
	padding: 48px 30px;
	width: 100%;
	transition: 0.35s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.member__inner:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: 0.35s;
}

.member__inner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: url(/local/templates/utg/media/css/../img/line.jpg);
	top: calc(100% + 1px);
	left: 0;
}

.member__photo {
	max-width: 6.22222em;
	height: 6.22222em;
	overflow: hidden;
	border-radius: 50%;
	width: 100%;
	font-size: 1em;
	margin-right: 20px;
}

.member__photo img {
	width: 100%;
	height: 100%;
}

.member__info {
	width: calc(100% - 112px);
}

.member__info b {
	font-size: 0.9444em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: block;
}

.member__info p {
	font-size: 0.7778em;
	line-height: 1.714em;
}

.Line-parent {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.Line-parent::after {
	position: absolute;
	content: "";
	width: 100vw;
	height: 5px;
	background: url(/local/templates/utg/media/css/../img/gradient-line.jpg)
		no-repeat;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100%;
	bottom: 0;
}
.Line-parent .component-title {
	margin-bottom: 15px;
}
.vacancy-body {
	background-color: #ffffff;
}

.input-wrap {
	font-size: 1em;
	margin-bottom: 10px;
	position: relative;
	display: block;
}

.input-wrap input:hover,
.input-wrap input:focus,
.input-wrap textarea:hover,
.input-wrap textarea:focus {
	border-color: #2260ad !important;
	transition: 0.35s;
}

.input-wrap::after {
	position: absolute;
	content: "";
	height: calc(100% - 20px);
	width: 1px;
	top: 10px;
	left: 7.5em;
	background-color: #dfdfdf;
	font-size: 1em;
}

.input-wrap span {
	font-size: 0.833333em;
	color: #000000;
	display: block;
	position: absolute;
	top: 8px;
	left: 15px;
	min-height: 23px;
	background-color: #ffffff;
}

.input-wrap span sup {
	color: #ff0000;
}

.input-wrap input,
.input-wrap textarea {
	border: none;
	outline: none;
	font-size: 0.8333em;
	padding-left: 16px;
	width: 100%;
	padding: 10px 20px 10px 10em;
	border: 1px solid #dfdfdf;
	transition: 0.35s;
}

.input-wrap input:focus,
.input-wrap textarea:focus {
	outline: none;
}

.input-wrap textarea {
	height: 75px;
	overflow-y: auto;
	resize: none;
}

.list-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.vacancy-body .list-input .input-wrap {
	width: calc(50% - 5px);
}

.vacancy-body .input-wrap:nth-child(odd) {
	margin-right: 10px;
}

#vacancy-modal {
	width: 1117px;
	display: none;
}

.vacancy-body .list-input .input-wrap:nth-child(3) span sup {
	color: transparent;
}

.vacancy-body .list-input {
	margin-bottom: 30px;
}

.vacancy-body strong {
	margin-bottom: 10px;
	display: block;
}

.vacancy-body p {
	color: #777777;
	font-size: 0.7778em;
}

.file-wrap {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.notice {
	margin-top: 25px;
}

button.btn-type3,
button.btn-type4 {
	border: none;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 7px;
	right: 15px;
	top: 15px;
	color: #000000;
}

.attachedFile {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}

.attachedFile p {
	position: relative;
	display: inline-block;
}

.attachedFile p i {
	font-size: 10px;
	position: absolute;
	top: 0;
	right: -19px;
	transition: 0.35s;
}

.attachedFile p i:hover {
	color: #80cd37;
	transition: 0.35s;
}

.file-wrap .selected {
	background-color: #80cd37;
}

.file-wrap .selected::after {
	border-color: #80cd37;
}

.stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.stage:not(:last-of-type) {
	padding-bottom: 60px;
}

.stage:last-of-type {
	padding-bottom: 80px;
}

.stage:not(:last-of-type)::after {
	position: absolute;
	content: "";
	height: calc(100% - 150px);
	width: 5px;
	background: url("/local/templates/utg/media/css/../img/vert-line.png");
	left: 133px;
	bottom: 10px;
}

.stage .counter-item__inner h3 {
	font-size: 70px;
}

.stage-text {
	padding-top: 50px;
	padding-left: 30px;
	font-size: 0.9444em;
	width: 100%;
	line-height: 1.4705em;
	text-align: justify;
}

.stage-text p {
	width: 100%;
}

.stage .counter-item__inner {
	padding: 53px 60px 25px 20px;
	width: 266px;
}

.stage .counter-item__inner p {
	font-size: 14px;
}

.stage .block-style__el::after {
	top: -20px;
	right: -17px;
}

.stages {
	margin-top: 50px;
}

.modal-leadership {
	max-width: 1240px;
	width: 100%;
	display: none;
}

.modal-leadership .leadership-item {
	padding: 0;
	border: none;
}

.modal-leadership .leadership-item:hover {
	box-shadow: none;
}

.modal-leadership .leadership-item::after {
	display: none;
}

.modal-leadership .leadership-item .right .vacancy_info {
	margin-left: 32px;
	margin-right: 0;
}

.modal-leadership .modal-leadership__body .typography {
	font-size: 0.7778em;
}

.modal-leadership__body {
	height: 315px;
	overflow: auto;
}

.item-paper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 27px;
}

.item-paper__img {
	width: 41%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: bottom right;
}

.item-paper__img .tape.little {
	top: auto;
	bottom: -7px;
}

.item-paper__text {
	border: 1px solid #dfdfdf;
	width: 59%;
}

.item-paper__text p {
	font-size: 0.94445em;
}

.item-paper__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
}

.item-paper__bottom .Btn-download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

.item-paper__bottom .Btn-download span {
	font-size: 0.7778em;
}

.item-paper__bottom .btn-new i {
	width: 2.1667em;
	height: 2.1667em;
}

.item-paper__bottom .btn-new i::after {
	width: 4.167em;
	height: 4.167em;
}

.item-paper__text h3 {
	font-size: 0.94445em;
	text-transform: uppercase;
	margin-top: 0;
}

.item-paper__text {
	padding: 23px 30px 30px;
}

.item-paper__bottom .btn-new span {
	color: #000000;
	font-size: 0.7778em;
}

.item-paper:hover .typography p {
	/*text-decoration: underline;*/
}

.item-paper__bottom .Btn-download:hover .cls1 {
	fill: #80cd37 !important;
	transition: 0.35s;
}

.item-paper__bottom .Btn-download:hover i {
	color: #000000;
	transition: 0.35s;
	cursor: pointer;
}

.item-paper__bottom .Btn-download:hover span {
	text-decoration: underline;
}

.full-block .counter-item__inner h3 {
	font-size: 44px;
	margin-bottom: 12px;
}

.full-block .counter-item__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 42px 30px 30px 30px;
}

.counter-item__inner h4 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.38889em;
	margin-bottom: 20px;
}

.full-block .counter-item__inner .btn-new i {
	width: 2.1667em;
	height: 2.1667em;
}

.full-block .counter-item__inner .btn-new i::after {
	width: 4.167em;
	height: 4.167em;
}

.full-block .counter-item__inner .btn-new span {
	font-size: 0.7778em;
}

.full-block .counter-item__inner .block-style__el::after {
	top: -10px;
	right: -18px;
}

.full-block {
	margin-bottom: 20px;
}

.tender__top {
	position: relative;
	margin-bottom: 20px;
}

.tender__top::after {
	position: absolute;
	content: "";
	width: 100vw;
	height: 1px;
	background-color: #dfdfdf;
	left: 50%;
	transform: translateX(-50%);
	bottom: 9px;
}

.tender-Item {
	border: 1px solid #dfdfdf;
	padding: 30px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 8px;
	-webkit-box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
	box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
}

.tender-Item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 25px;
}

.tender-Item__top i {
	margin-left: auto;
	font-size: 25px;
	color: #dedede;
}

.tender-Item__top h3 {
	margin: 0 auto 0 0;
	text-transform: uppercase;
	font-size: 0.94445em;
	line-height: 1.455em;
	padding-right: 40px;
}

.tender-Item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	/*background: url(/local/templates/utg/media/css/../img/line.jpg);*/
	top: calc(100% + 1px);
	left: 0;
}

.tender-Item__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.tender-Item__body p {
	font-size: 0.7778em;
}

.tender-Item__body .left {
	padding-right: 50px;
	font-size: 0.7778em;
}
.tender-Item__body .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tender-Item__body .right p {
	margin: 0;
}

.tender-Item__body .right p:last-of-type {
	color: #80cd37;
	font-size: 0.83333em;
	font-weight: 700;
}

.tender-Item__body .right .btn-type3 {
	white-space: nowrap;
	margin-top: 23px;
	line-height: normal;
	text-align: center;
	width: 14em;
}

.tender-Item__body .left p {
	margin: 0 0 1em;
	font-size: 1em;
}
.tender-Item__body .left ul {
	font-size: 1em;
}
.list-demand {
	list-style: none;
	margin-bottom: 50px;
}

.list-demand li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #dfdfdf;
	transition: 0.35s;
	padding: 20px 30px 20px 20px;
}

.list-demand li:hover {
	border-color: #009cd0;
	transition: 0.35s;
}

.list-demand li .left,
.list-demand li .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

.list-demand li .left {
	padding-right: 20px;
}

.list-demand li .right p {
	margin-right: auto;
	font-size: 0.77778em;
}

.list-demand li .right .btn-type3 {
	margin-top: 9px;
	line-height: normal;
}

.list-demand li .left p {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.77778em;
	margin-left: 20px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 5px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background-color: #ededed !important;
}
.Line-parent .col-lg-8.col-12 {
	margin-bottom: 40px;
}
.topTabs {
	margin-bottom: 40px;
}
.topTabs::after {
	bottom: 9px;
}
#modalDownload,
.modalDownload {
	display: none;
	width: 800px;
}
.simplTable,
.simplTable th,
.simplTable td {
	border: 1px solid #dfdfdf;
}
.simplTable {
	width: 100%;
	border-collapse: collapse;
}
.simplTable td,
.simplTable th {
	padding: 10px;
	font-size: 0.8889em;
}
.simplTable td:first-of-type {
	width: 30px;
}
.simplTable td:last-of-type {
	width: 85px;
}
.simplTable__wrap {
	max-height: 250px;
	overflow: auto;
}
.filterForm__item .filter-menu {
	margin-left: 10px;
	padding-bottom: 0;
}
.app_date p:first-of-type {
	white-space: nowrap;
	margin-bottom: 0;
	font-size: 0.88889em;
}
.app_date p:last-of-type {
	color: #80cd37;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0;
}
.structure__acc .block-with-shape__top::after {
	display: none;
}
.structure_member .member__info {
	width: 100%;
}
.structure_member .member__inner {
	padding: 30px;
}
.structure_member .member__bottom {
	margin-top: 0px;
	padding-top: 22px;
}
.structure__acc .accordion-top__text {
	padding-top: 15px;
}
.structure__acc .block-with-shape__top {
	padding-bottom: 0;
}
.structure__acc .icon-3-8_vacancy1::before {
	position: relative;
	top: -6px;
}
.cardsWithColor .structure_member .member__inner {
	background-color: #009cd0;
	color: #fff;
}
.cardsWithColor .structure_member .member__inner .member__info p {
	color: #fff;
}
.cardsWithColor .structure_member:nth-child(2n) .member__inner {
	background-color: #80cd37;
}
.cardsWithColor .structure_member:nth-child(4n + 3) .member__inner {
	background-color: #2260ad;
}
.cardsWithColor .structure_member:nth-child(4n) .member__inner {
	background-color: #3ab28b;
}
.structure_member .member__info b {
	margin-bottom: 5px;
}
#vacancy-modal.userForm {
	width: 500px;
}
.userForm .vacancy-body .list-input .input-wrap {
	width: 100%;
}
.userForm .vacancy-body .input-wrap:nth-child(odd) {
	margin-right: 0;
}
.userForm .vacancy-body .list-input {
	margin-bottom: 0;
}
.input-text input {
	border: 1px solid rgba(0, 0, 0, 0.17);
	padding: 17px 20px 15px 20px;
}
.input-text input:focus {
	border-color: #80cd37;
	outline: none;
}
@media (max-width: 1400px) {
	.tree-scroll {
		overflow-x: scroll;

		overflow-y: hidden;
	}

	.tree-inner {
		width: 1356px;
	}
}

@media (max-width: 1300px) {
	.tenders .tabs-top-block.scroll {
		overflow-x: scroll;

		overflow-y: hidden;

		z-index: 0;

		position: relative;
	}

	.tenders .tabs-top-block.scroll .tabs-top-wrapper {
		-ms-flex-wrap: nowrap;

		flex-wrap: nowrap;
	}

	.tenders .tabs-top-block.scroll .tabs-top-wrapper .button-border {
		white-space: nowrap;
	}
}
@media (max-width: 1275px) {
	.counter-item__inner h3 {
		font-size: 43px;
	}
}
@media (max-width: 1199px) {
	.filter-wrap {
		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

		-webkit-box-align: start;

		-ms-flex-align: start;

		align-items: flex-start;
	}

	.filter-wrap .tabs-top {
		margin-left: 0;

		margin-bottom: 0;

		margin-top: 25px;
	}

	.tender-menu-wrap,
	.filter-menu__scroll {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.tabs-top-block.scroll .tabs-top-wrapper .button-border {
		white-space: nowrap;
	}

	.tabs-top-block.scroll .tabs-top-wrapper {
		-ms-flex-wrap: nowrap;

		flex-wrap: nowrap;
	}

	.tabs-top-block.scroll {
		overflow-x: auto;

		overflow-y: hidden;

		z-index: 0;

		position: relative;

		padding-bottom: 1em;
	}

	.header-links ul li a {
		font-size: 0.8889em 0.8889em;
	}

	.leadership-item .left {
		width: 40%;
		padding-right: 10px;
	}

	.leadership-item .right {
		width: 60%;
		padding-left: 14px;
	}

	.modal-leadership .leadership-item .left,
	.modal-leadership .leadership-item .right {
		width: 50%;
	}

	.modal-leadership .leadership-item .left {
		padding-right: 10px;
	}

	.modal-leadership {
		max-width: 980px;
		padding: 35px;
	}

	.modal-leadership .leadership-item .right .vacancy_info li b {
		display: inline-block;
	}

	.tabs-top {
		margin-bottom: 30px;
	}

	.tabs-top::after {
		bottom: 1em;
	}
	.contacts .tabs-top {
		margin-bottom: 10px;
	}
	.contactInfo .block-style a:not(:first-of-type) {
		margin-left: 0;
	}

	.contactInfo .block-style a:not(:first-of-type)::before {
		display: none;
	}

	.contactInfo .block-style .counter-item__inner div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.list-demand li {
		padding-right: 20px;
	}
	.counter-item__inner {
		padding: 105px 38px 30px 10px;
	}
	.counter-item__inner h3 {
		font-size: 32px;
		line-height: 32px;
	}
	.counter-item__inner p {
		font-size: 11px;
		top: 10px;
	}
	.topTabs::after {
		bottom: 9px;
	}
}

@media (max-width: 1155px) {
	.header-links ul li {
		padding: 0.08333em 0.38889em;
	}

	.leadership-item__btns .btn {
		font-size: 15px;
	}

	.little-banner__inner {
		display: none;
	}

	.large-banner-slide-inner {
		min-height: 26.2222em;
	}

	.large-banner-slide-content {
		padding-bottom: 6em;
	}

	.little-banner .networks {
		padding: 25px 0;
	}

	.tape span {
		width: 120px;
	}

	.tape.little span {
		width: 70px;
	}

	.tape.little span:first-child {
		width: 50px;
	}
	.news-card .block-with-shape p {
		font-size: 0.75em;
	}
	.news-card .article-item-image {
		height: 7.44444em;
	}
	.tender__top::after {
		bottom: 14px;
	}
	.tenders .filter-wrap form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tenders .filter-wrap form .filterForm__item {
		width: 100%;
		margin-right: 0;
	}
	.filterForm__item .filter-menu {
		margin: 0;
		padding-bottom: 0;
	}
	.structure_member {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.contacts .member__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.contacts .member__photo {
		margin-right: 0;
	}
	.contacts .member__info {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.contacts .member__inner {
		padding: 30px 30px 40px;
	}
	.contacts .tabs-container .col-md-4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 1024px) {
	.large-banner-slide-inner {
		min-height: 27.77778em;
	}

	.logo {
		max-width: 5.16667em;
	}

	.header-sub {
		display: none;
	}

	.header-links ul {
		display: none;
	}

	.BtnMenu {
		display: block;
	}

	.BtnMenu button {
		text-transform: uppercase;
		font-size: 0.77778em;
		font-weight: 700;
	}

	.BtnMenu button i {
		margin-right: 10px;
	}

	.BtnMenu button i::before {
		position: relative;
		top: 2px;
	}

	.header-links {
		padding-bottom: 1.3em;

		padding-top: 0.9em;
	}

	.icon-utg_2-menu {
		font-size: 0.85714em;

		margin-right: 0.35714em;
	}

	.icon-utg_2-menu:before {
		color: #231f20;
	}

	.article-wrapper .block-with-shape p {
		font-size: 0.8889em;
	}

	.card-about .show-block {
		opacity: 1;
		transform: translateY(0);
	}

	.card-about time {
		color: #ffffff;
		z-index: 1;
	}

	.tabs-top-block.min-tabs-Style.scroll {
		overflow: hidden;
	}

	.button-visually-impaired {
		height: 2.167em;
	}

	.button-lang-select {
		height: 3.25em;
	}

	.button-search {
		height: 2.889em;
	}

	.icon-1-3_eye::before {
		top: -0.5em;
	}

	.button-lang-select:after {
		top: 0.3em;
	}

	.larger-banner .btn-new {
		margin-left: 0.722em;
		margin-bottom: 0.722em;
	}

	.larger-banner .btn-new i {
		width: 2.1667em;
		height: 2.1667em;
	}

	.larger-banner .btn-new i::after {
		width: 4.167em;
		height: 4.167em;
	}

	.little-banner .networks a {
		font-size: 1.4em;
	}

	.large-banner-slide-inner {
		min-height: 22.77778em;
	}

	.large-banner-slide-content {
		padding-bottom: 3em;
	}

	.article-list {
		padding-top: 45px;
	}

	.article-list .component-title {
		margin-bottom: 25px;
	}

	.block-info .component-title {
		margin-bottom: 40px;
	}

	.block-info {
		margin-top: 40px;
	}

	.about-company-block {
		padding-top: 70px;
	}

	.member__inner {
		padding: 30px 20px;
	}

	.leadership-item .right .vacancy_info li b {
		display: block;
		margin-bottom: 4px;
	}

	.card-about__inner {
		padding: 20px 20px 5em;
	}

	.card-about .show-block {
		padding: 2.22225em 20px 15px;
	}

	.card-about time {
		bottom: 4.2857em;
		left: 20px;
	}

	.card-about .file-icon {
		margin-left: 0;
		width: 1.4em;
		height: 1.7444em;
	}

	.card-about .show-block a {
		margin-left: auto;
	}

	.member__bottom {
		margin-bottom: -20px;
	}

	.formContact {
		padding-right: 20px;
		padding-left: 20px;
	}

	.item-paper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.item-paper__img {
		height: 260px;
		width: 100%;
	}

	.item-paper__text {
		width: 100%;
	}

	.bx-firefox .tender__top::after {
		bottom: 15px;
	}

	.tabs-top::after {
		bottom: 1.7em;
		z-index: -1;
	}

	.tabs-top .mCSB_horizontal.mCSB_inside > .mCSB_container {
		margin-bottom: 12px;
	}
	.news-card .block-with-shape p {
		font-size: 0.75em;
	}
	.topTabs::after {
		bottom: 21px;
	}
	.topTabs {
		margin-bottom: 20px;
	}
	.tender-Item__body .right .btn-type3 {
		width: 12em;
		padding: 8px 20px 7px;
	}
}

@media (max-width: 991px) {
	.counter-item {
		width: calc(33% - 8px);
		margin-bottom: 8px;
	}

	.counter-item.block-style:nth-child(3) {
		margin-right: 0;
	}

	.counter-item.block-style:nth-child(4) {
		margin-left: auto;
	}

	.counter-item.block-style:nth-child(5) {
		margin-right: auto;
	}
	.counter-item__inner h3 {
		font-size: 37px;
	}
	.counter-item__inner p {
		font-size: 12px;
	}
	.block-info__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mini-banner-inner {
		height: 16.66667em;
	}

	.block-img-wrap {
		margin-right: auto;

		margin-left: auto;

		max-width: 32.38889em;
	}

	.about-page .about-company-block .block-with-shape {
		padding-left: 0;

		padding-top: 1.11111em;
	}

	.tenders .col-lg-3.order-lg-0.order-1 {
		padding-top: 60px;
	}

	.partners h2,
	.component-title {
		font-size: 1.444em;
	}

	.article-wrapper .block-with-shape {
		padding-right: 20px;
		padding-left: 20px;
	}

	.list-files {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 35px;
	}

	.list-files li {
		width: calc(50% - 20px);
	}

	.list-files li:nth-child(odd) {
		margin-right: 40px;
	}

	.list-files li .left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 20px;
	}

	.list-files li .left a {
		max-width: 100%;
	}

	.projects-slider__item .text {
		padding-right: 20px;
		padding-left: 20px;
		width: 50%;
	}
	.projects-slider__item .photo {
		width: 50%;
	}
	.projects-slider .top {
		padding: 0 20px;
		width: 50%;
	}
	.projects-slider__inner .arrow-btn-v2 {
		left: calc(50% + 10px);
	}
	.index_about .typography,
	.index_about .component-title {
		max-width: 100%;
	}

	.info-list:last-of-type {
		margin-bottom: 70px;
	}

	.news-wrap {
		margin-bottom: 70px;
	}

	#vacancy-modal {
		width: 780px;
	}

	.leadership-item__text .typography {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.leadership-item .left {
		width: 100%;
		padding-right: 0;
	}

	.leadership-item .right {
		width: 100%;
		padding-left: 0;
		border-color: transparent;
	}

	.leadership-item .right .vacancy_info {
		margin-left: 0;
	}

	.leadership-item .right .vacancy_info li b {
		display: inline-block;
	}

	.modal-leadership .leadership-item__text .typography {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.modal-leadership .leadership-item .right {
		border-color: #dfdfdf;
	}

	.tabs-container .member__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tabs-container .member__photo {
		margin: 0 0 18px;
	}

	.tabs-container .member__info {
		width: 100%;
		text-align: center;
	}

	form.item-contact-inner .input-wrap:nth-child(3) {
		width: 100%;
		margin-right: 0;
	}

	form.item-contact-inner .item-contact__bottom {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}

	.item-paper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.item-paper__img {
		height: auto;
	}

	.tender__top {
		margin-bottom: 0;
	}

	.tender-Item:last-of-type {
		margin-bottom: 0;
	}
	.news-card .article-item-image {
		height: 10.44444em;
	}
	.contacts .member__inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 881px) {
	.leadership-item__btns .btn {
		min-width: 12em;
	}

	.leadership-item__btns .btn:not(:last-of-type) {
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.Mobmenu-List_wrap {
		top: 5.875em;
	}

	.article-wrapper .block-with-shape p {
		font-size: 1em;
	}

	.about-company-block {
		padding-top: 60px;
	}

	.footer .row .col-auto {
		margin: 0 auto;
	}

	.footer-right {
		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;
	}

	body {
		font-size: 16px;
	}

	.footer-left .socials {
		padding-right: 0;

		padding-left: 0;
	}

	.footer-copyright {
		padding-right: 0;
	}

	.typography .text-italic {
		margin-left: 0;

		padding-left: 0;

		padding-bottom: 0;

		border: none;
	}

	.typography .text-italic::before {
		display: none;
	}

	.demand-item h3 {
		font-size: 1em;
	}

	.leadership-item {
		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;
	}

	.leadership-item h3 {
		text-align: center;
	}

	.leadership-item .subtitle {
		font-size: 0.94445em;
		text-align: center;
	}

	.leadership-item__photo {
		margin: 0 auto 10px;
	}

	.leadership-item__text {
		width: 100%;
	}

	.block-img-wrap.left {
		margin: 0.77778em auto 0;
	}

	.block-img-wrap.right {
		margin: 0.77778em auto 60px;
	}

	.mini-banner {
		margin-bottom: 2.22222em;
	}

	.leadership-item {
		padding: 20px;
	}

	/* .counter-item h3 {

    top: calc(45% - 1em); } */
	.tenders .col-lg-3.order-lg-0.order-1 {
		padding-top: 30px;
	}

	.header-links {
		padding-top: 0.6em;
	}

	.partners {
		padding: 30px 0 40px;
	}

	.partners h2,
	.component-title {
		font-size: 1.375em;
	}

	.arrow-btn-v2 {
		height: 40px;
		width: 40px;
	}

	.partners-wrapper .arrow-btn-v2[aria-label="Previous"] {
		right: 50px;
	}

	.partners-wrapper .arrow-btn-v2 {
		top: -53px;
	}

	.partners::after,
	.partners::before {
		height: 3px;
		background-size: 100% 100%;
	}

	.footer-top__right {
		margin-top: 20px;
		margin-left: 0;
	}

	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-top__right li:not(:last-of-type) {
		margin-right: 20px;
	}

	.projects-slider__inner .projects-slider__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.projects-slider__item .text {
		width: 100%;
	}

	.projects-slider__item .photo {
		width: 100%;
	}

	.projects-slider .top {
		width: 100%;
	}

	.projects-slider .btn-new {
		margin-top: 30px;
	}

	.projects-slider__inner .arrow-btn-v2[aria-label="Previous"],
	.projects-slider__inner .arrow-btn-v2[aria-label="Next"] {
		top: auto;
		bottom: 295px;
		left: auto;
	}

	.projects-slider__inner .arrow-btn-v2[aria-label="Previous"] {
		right: 50px;
	}

	.projects-slider__inner .arrow-btn-v2[aria-label="Next"] {
		right: 10px;
	}

	.item-title {
		font-size: 1.125em;
	}

	.article-list .component-title {
		margin-bottom: 25px;
	}

	.block-info__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.counter-item {
		width: calc(33% - 8px);
		margin-bottom: 8px;
	}

	.counter-item.block-style:nth-child(3) {
		margin-right: 0;
	}

	.counter-item.block-style:nth-child(4) {
		margin-left: auto;
	}

	.counter-item.block-style:nth-child(5) {
		margin-right: auto;
	}

	.counter-item.block-info .component-title {
		margin-bottom: 30px;
	}

	.block-info .component-title {
		margin-bottom: 25px;
	}

	.index_about {
		padding-top: 55px;
		padding-bottom: 50px;
	}

	.map-wrap {
		height: 360px;
	}

	.btn i::before {
		right: -1px;
	}

	.btn-new i::before,
	.btn-type2 i::before {
		top: -1px;
	}

	.larger-banner .btn-new i::before {
		top: -2px;
	}

	.button-search:after {
		top: 47%;
	}

	.icon-2-3_search::before {
		top: -2px;
	}

	.select[data-name="subject"] {
		width: 70%;
	}

	.select[data-name="archive"] {
		width: 30%;
	}

	.select:last-of-type {
		margin-right: 0;
	}

	.form__inner {
		margin-bottom: 10px;
	}

	.member__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.member__photo {
		margin-bottom: 20px;
		margin-right: 0;
	}

	.member__info {
		width: 100%;
		text-align: center;
	}

	.Line-parent::after {
		height: 3px;
		background-size: 100% 100%;
	}

	.accordion-top__text .vacancy_info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.accordion-top__text .vacancy_info li {
		margin-bottom: 10px;
		margin-right: 0;
	}

	#vacancy-modal {
		padding: 24px;
	}

	.vacancy-body .list-input .input-wrap {
		width: 100%;
		margin-bottom: 15px;
	}

	.vacancy-body .input-wrap:nth-child(odd) {
		margin-right: 0;
	}

	.stage {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.stage:not(:last-of-type)::after,
	.stage:last-of-type::after {
		bottom: 10px;
		width: calc(100% - 286px);
		left: 276px;
		height: 5px;
		top: 65px;
	}

	.stage:last-of-type::after {
		position: absolute;
		content: "";
		background: url("/local/templates/utg/media/css/../img/vert-line.png");
	}

	.stage-text {
		padding-top: 25px;
	}

	.modal-leadership .leadership-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 10px;
	}

	.modal-leadership .leadership-item__photo {
		margin: 0 20px 0 0;
	}

	.modal-leadership .leadership-item h3,
	.modal-leadership .leadership-item .subtitle {
		text-align: left;
	}

	.modal-leadership .leadership-item__text .typography {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.modal-leadership .leadership-item .left {
		width: 100%;
	}

	.modal-leadership .leadership-item .right {
		width: 100%;
		border-color: transparent;
		margin-left: -120px;
		margin-top: 10px;
	}

	.modal-leadership .leadership-item .right .vacancy_info {
		margin-left: 0;
	}

	.modal-leadership .leadership-item .right .vacancy_info li {
		margin-bottom: 0;
	}

	.modal-leadership .modal-leadership__body .typography {
		font-size: 0.875em;
	}

	.tabs-container .member__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.tabs-container .member__photo {
		margin: 0 20px 0 0;
	}

	.tabs-container .member__info {
		text-align: left;
	}

	form.item-contact-inner .input-wrap:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.item-contact__bottom p {
		padding-right: 15px;
	}

	.info-list li {
		font-size: 0.875em;
	}

	.list-demand li .left p,
	.list-demand li .right p {
		font-size: 0.875em;
	}

	.tender-Item__body .left p,
	.tender-Item__body .right p {
		font-size: 1.2em;
	}
	.footer-left .footer-top__right li {
		font-size: 0.875em;
	}
	.structure_member .member__info {
		text-align: left;
	}
	.structure_member .member__inner {
		padding: 20px 25px 30px;
	}
	.Line-parent .member__photo {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.Line-parent .member__info {
		text-align: left;
	}
	#news-filter .form__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.input-text {
		width: 100%;
		margin-top: 10px;
	}
	.input-text input {
		width: 100%;
	}
}

@keyframes timer {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.filter-wrap form {
		-webkit-box-orient: vertical;

		-webkit-box-direction: normal;

		-ms-flex-direction: column;

		flex-direction: column;

		-webkit-box-align: start;

		-ms-flex-align: start;

		align-items: flex-start;
	}

	.filter-wrap form .filter-search {
		margin-right: 0;
	}

	.tender-filter-form .popup-search {
		width: 100%;
	}

	.filter-wrap form .filter-search input[type="text"] {
		min-width: 350px;
	}

	.filter-wrap form .filterForm__item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.filter-wrap form .filterForm__item button {
		margin-top: 29px;
	}

	.list-files {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.list-files li,
	.list-files li:nth-child(odd) {
		width: 100%;
		margin-right: 0;
	}

	.slider-timer {
		display: none;
	}

	.large-banner-control-inner {
		width: 80px;
	}

	.motley-blocks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 40px 0;
	}

	.motley-blocks .item {
		margin-bottom: 10px;
		width: calc(50% - 5px);
	}

	.motley-blocks .item:nth-child(even) {
		margin-right: 0;
	}

	.motley-blocks .item:last-of-type {
		margin-left: auto;
		margin-right: auto;
	}

	.item-paper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.item-paper__img {
		height: 250px;
	}

	.item-paper__text {
		padding: 23px 20px 25px;
	}

	.tender-Item__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tender-Item__body .left {
		padding-right: 0;
	}

	.tender-Item {
		padding: 25px 20px;
	}

	.list-demand li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.list-demand li .left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 12px;
	}

	.list-demand li .right {
		width: 100%;
	}
	.footer .footer-left_wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-right {
		margin: 0;
	}
	.Line-parent .member {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.Line-parent .member:nth-last-child(2) {
		margin-bottom: 0;
	}
	.structure_member {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tender-Item__body .right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.tender-Item__body .right .btn-type3:not(:last-of-type) {
		margin-right: 20px;
	}
}
@media (max-width: 682px) {
	.counter-item {
		width: calc(50% - 5px);
	}

	.counter-item.block-style:nth-child(even) {
		margin-right: 0;
		margin-left: 0;
	}

	.counter-item.block-style:nth-child(odd) {
		margin-right: 10px;
	}

	.counter-item.block-style:nth-child(5) {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 575px) {
	.typography blockquote {
		margin-left: 0;
	}

	.Mobmenu-List_wrap {
		top: 5.5em;
	}

	.large-banner-slide-content h2 {
		font-size: 1.4445em;
	}

	.large-banner-slide-content .btn-new {
		font-size: 0.8889em;
	}

	.button-visually-impaired {
		width: 1.5em;
		height: 1.67em;
	}

	.icon-1-3_eye::before {
		top: -0.7em;
	}

	.button-lang-select {
		width: 3.9em;
		height: 2.58em;
	}

	.button-lang-select:after {
		top: -0.1em;
	}

	.button-search {
		width: 2.5em;
		height: 2.3em;
	}

	.popup-search form input[type="text"] {
		min-width: 13.85714em;
	}

	.title {
		margin-bottom: 20px;
	}

	.mini-banner-inner {
		height: 13.66667em;
	}

	.block-img-wrap {
		height: 15.94444em;
	}

	.filter-wrap form .filter-search input[type="text"] {
		min-width: 290px;
	}

	.accordion-top,
	.accordion-body {
		overflow: hidden;
	}

	.filter-wrap .tabs-top {
		width: 100%;
	}

	.listLinks {
		margin-bottom: 0;
	}

	.tabs-top-block.min-tabs-Style.scroll {
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 10px;
	}

	.tabs-top-block.min-tabs-Style::after {
		bottom: 10px;
	}

	.about-page .block-img-wrap {
		height: 16em;
	}

	.filter-menu li:not(:last-of-type) {
		margin-right: 20px;
	}

	.title {
		font-size: 1.88889em;
	}

	/* .partners-wrapper .arrow-btn-v2{
    top: calc(50% - 15px);
  }
  .partners-wrapper .arrow-btn-v2[aria-label="Previous"]{
    left: -5px;
    right: auto;
  }
  .partners-wrapper .arrow-btn-v2[aria-label="Next"]{
    right: -5px;
  } */
	.partners-wrapper {
		position: static;
	}

	.partners-wrapper .arrow-btn-v2[aria-label="Previous"] {
		right: 3.1em;
	}

	.partners-wrapper .arrow-btn-v2 {
		top: 30px;
	}

	.arrow-btn-v2 {
		width: 2.73em;
		height: 2.73em;
		font-size: 0.6875em;
	}

	.partners h2 {
		padding-right: 70px;
	}

	.partners-item {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	.arrow-btn-v2.icon-3-2_slider-left::before,
	.arrow-btn-v2.icon-3-3_slider-right::before {
		top: calc(50% - 1.9em);
	}

	.arrow-btn-v2.icon-3-2_slider-left::before {
		left: calc(50% - 0.4em);
	}

	.arrow-btn-v2.icon-3-3_slider-right::before {
		right: calc(50% - 0.4em);
	}

	.logo {
		padding-top: 0;
		margin-bottom: 12px;
	}

	.header-links {
		padding-top: 0.8em;
		padding-bottom: 1em;
	}

	.projects-slider__item .photo {
		min-height: 250px;
	}

	.projects-slider__inner .arrow-btn-v2[aria-label="Previous"],
	.projects-slider__inner .arrow-btn-v2[aria-label="Next"] {
		bottom: 210px;
	}

	.projects-slider__inner .arrow-btn-v2[aria-label="Previous"] {
		right: 40px;
	}

	.btn span {
		display: none;
	}

	.list-files li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.list-files li .left,
	.list-files li .right {
		width: 100%;
	}

	.list-files li .left {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.list-files li .right .Btn-download {
		margin-left: auto;
	}

	.footer-right {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.tape span {
		width: 90px;
	}

	.about-company-block {
		padding-top: 40px;
	}

	.list-files {
		margin-bottom: 18px;
	}

	.projects-slider__item .text {
		padding-top: 70px;
	}

	.icon-2-3_search::before {
		top: -4px;
	}

	.button-search:after {
		top: 52%;
	}

	.form__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.select__input {
		padding-top: 12px;
		padding-bottom: 15px;
	}

	.select::after {
		top: 12px;
	}

	.form__inner .select {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.form__inner .select:last-of-type {
		margin-bottom: 0;
	}

	.form__title {
		margin-bottom: 12px;
	}

	.form__inner {
		margin-bottom: 20px;
	}

	.select[data-name="archive"],
	.select[data-name="subject"] {
		width: 100%;
	}

	.news-wrap,
	.info-list:last-of-type {
		margin-bottom: 50px;
	}

	.info-list {
		padding: 18px 8px 20px 20px;
	}

	.info-list__top i {
		font-size: 22px;
	}

	.mCSB_scrollTools {
		width: 5px;
	}

	.motley-blocks .item {
		width: 100%;
		min-height: 8.76em;
	}

	.motley-blocks .item:nth-child(n) {
		margin-right: 0;
	}

	.accordion-inner {
		padding: 0 20px;
	}

	.accordion-inner .btn-type3 {
		text-align: center;
		display: block;
	}

	.stage .counter-item__inner h3 {
		font-size: 55px;
	}

	.stage .counter-item__inner {
		width: 218px;
	}

	.stage:not(:last-of-type)::after,
	.stage:last-of-type::after {
		width: calc(100% - 223px);
		left: 223px;
	}

	.stage-text {
		padding-left: 0;
	}

	.leadership-item .right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.leadership-item__btns {
		margin-left: 0;
	}

	.leadership-item .subtitle {
		margin-bottom: 1em;
	}

	.leadership-item .right .vacancy_info {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.leadership-item__btns {
		margin-bottom: 10px;
		width: 100%;
	}

	.modal-leadership .leadership-item .right .vacancy_info {
		margin-bottom: 0;
	}

	.modal-leadership .leadership-item .right {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 0;
		margin-top: 0;
	}

	.modal-leadership .leadership-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.modal-leadership .leadership-item__photo {
		margin: 0 0 10px;
	}

	.modal-leadership {
		padding: 30px 25px;
	}

	.tabs-container .member__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tabs-container .member__photo {
		margin: 0 0 18px;
	}

	.tabs-container .member__info {
		text-align: center;
	}
	.news-card .article-item-image {
		height: 15.44444em;
	}
	.gallery .topTabs {
		margin-bottom: 0;
	}
	.tender-Item__body .right .btn-type3 {
		width: calc(50% - 6px);
	}
	.Line-parent .member__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.Line-parent .member__photo {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.Line-parent .member__info {
		text-align: center;
	}
	.input-text {
		margin-top: 0;
	}
	#news-filter .form__inner {
		margin-bottom: 0;
	}
}

@media (max-width: 511px) {
	/* .partners-wrapper .arrow-btn-v2[aria-label=Next] {
    right: -5px;
  }

  .partners-wrapper .arrow-btn-v2[aria-label=Previous] {
    left: -5px;
  } */
	.block-img-wrap {
		height: 11.66667em;
	}

	.footer-top__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-top__right li:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer-top__left {
		margin-bottom: 20px;
	}
	.footer-top__right {
		margin-top: 0;
	}

	.counter-item {
		width: calc(50% - 5px);
	}

	.counter-item.block-style:nth-child(even) {
		margin-right: 0;
		margin-left: 0;
	}

	.counter-item.block-style:nth-child(odd) {
		margin-right: 10px;
	}

	.counter-item.block-style:nth-child(5) {
		margin-left: auto;
		margin-right: auto;
	}

	.input-wrap span {
		font-size: 0.6667em;
		transition: 0.35s;
	}

	.input-wrap input:focus + span,
	.input-wrap textarea:focus + span {
		top: -12px;
		transition: 0.35s;
	}

	.input-wrap input,
	.input-wrap textarea {
		padding-left: 15px;
	}

	.input-wrap::after {
		display: none;
	}

	.vacancy-body .component-title {
		margin-bottom: 25px;
	}

	.vacancy-body .list-input {
		margin-bottom: 15px;
	}

	.file-wrap {
		margin-bottom: 15px;
	}

	.input-wrap span.up {
		top: -12px;
	}

	.attachedFile {
		display: block;
		margin-bottom: 25px;
		margin-left: 0;
	}

	form.item-contact-inner .item-contact__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
		margin-top: 0;
		padding-top: 0;
	}

	.item-contact__bottom p {
		padding: 0 0 15px;
		width: 100%;
	}

	.item-contact__bottom .btn-type3 {
		width: calc(100% - 16px);
	}

	form.item-contact-inner .input-wrap:nth-child(n) {
		margin-bottom: 20px;
	}
	.footer-left .footer-top__right {
		margin-bottom: 0;
	}
	.tender-Item__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tender-Item__top h3 {
		margin: 0 0 12px 0;
		padding-right: 0;
	}
}
@media (max-width: 480px) {
	.counter-item.block-style:nth-child(n) {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.counter-item__inner h3 {
		font-size: 55px;
		line-height: 45px;
	}

	.counter-item__inner p {
		font-size: 15px;
	}

	.tender-Item__body .right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tender-Item__body .right .btn-type3:not(:last-of-type) {
		margin-right: 8px;
	}
	.tender-Item__body .right .btn-type3 {
		margin-top: 18px;
		width: calc(100% - 16px);
	}
}
@media (max-width: 450px) {
	.page-files .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.item-paper__img {
		height: 250px;
	}
}

@media (max-width: 380px) {
	.counter-item.block-style:nth-child(n) {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.counter-item__inner h3 {
		font-size: 55px;
	}

	.counter-item__inner p {
		font-size: 15px;
	}

	.counter-item__inner {
		padding-left: 15px;
	}

	.stage:nth-child(n)::after {
		display: none;
	}

	.stage .counter-item__inner,
	.stage .block-style {
		width: 100%;
	}

	.stage .counter-item__inner h3 {
		font-size: 44px;
	}

	.stage .counter-item__inner h3::after {
		right: -32px;
	}

	.stage:not(:last-of-type) {
		padding-bottom: 40px;
	}

	.stage:last-of-type {
		padding-bottom: 60px;
	}

	.stage .counter-item__inner {
		padding: 50px 60px 20px 20px;
	}
	.contacts .counter-item__inner p {
		font-size: 11px;
	}
}

div[id^="wait_comp_"] {
	background: url("/bitrix/js/main/core/images/wait.gif") no-repeat scroll 10px
		center #fff !important;
	border: 1px solid #2260ad !important;
	color: #2260ad !important;
}

.mapCont .map-item {
	position: absolute;
	z-index: 66;
	left: 33%;
	top: 33%;
	width: 60px;
	height: 60px;
	padding-top: 12px;
	text-align: center;
	border: 1px solid transparent;
}

.mapCont .map-item.curr {
	border: 1px solid #ff5b63;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
}

.mapCont .map-item .popup {
	position: absolute;
	display: none;
	bottom: 110%;
	width: 200px;
	padding: 5px;
	left: calc(50% - 105px);
	background: rgba(255, 255, 255, 0.8);
}

.mapCont .map-item:hover .popup {
	display: block;
}

.mapCont .map-item .popup:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 10.5px 0 10.5px;
	border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
	content: "";
	position: absolute;
	display: block;
	bottom: -9px;
	left: calc(50% - 4px);
}

.mapCont .map-item .popup p {
	margin: 0;
	font-family: "PT Sans", sans-serif;
	text-align: center;
}

.mapCont .map-item .popup .name {
	font-weight: bold;
}

.mapCont .map-item .popup .state {
	font-size: 13px;
}

.mapCont .map-item .popup .state.free {
	color: #3dd51f;
}

.mapCont .map-item .popup .adr {
	font-size: 12px;
}

.jq-selectbox {
	font-family: inherit;
}

/*** HINT YandexMap ***/

.map_hint {
	/*position: relative;*/
	/*border: 1px solid #dfdfdf;*/
	padding: 5px;
	/*width: 300px;*/
	transition: 0.35s;
	margin: 5px;
	z-index: 100000;
	cursor: pointer;
}

.map_hint:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: 0.35s;
}

.map_hint_title {
}

.map_hint_bottom {
	border-top: 1px dashed #dfdfdf;
	margin-top: 10px;
	padding-top: 10px;
	/*margin-bottom: -26px;*/
}

.map_hint_bottom_contacts li,
.typography .map_hint_bottom_contacts li {
	padding-left: 0;
	margin-bottom: 10px;
}

.map_hint_bottom_contacts li a,
.typography .map_hint_bottom_contacts li a {
	transition: 0.35s;
}

.map_hint_bottom_contacts li a:hover,
.typography .map_hint_bottom_contacts li a:hover {
	color: #80cd37;
	transition: 0.35s;
}

.map_hint_bottom_contacts li::before {
	display: none;
}

.map_hint_bottom_contacts {
	list-style: none;
}

/* End */


/* Start:/local/templates/utg/media/css/gspeech.css?17386707884510*/
#sound_container { position: absolute; cursor: pointer; margin-top: -20vh}
#sound_container.size_1 { width: 33px; height: 33px;}
#sound_container:hover { opacity: 1; }
#sound_audio { width: 0px; height: 0px; display: block; overflow: hidden; }
#sound_text { display: none; }
.sound_container_pro.speaker_32.size_1, #sound_container.speaker_32.size_1 { background: url('/local/templates/utg/media/css/../img/speaker32.png') no-repeat scroll  top transparent; }
#sexy_tooltip {  display: none; z-index: 999999; margin-top: -20vh}
#sexy_tooltip_title { position: absolute; display: none; z-index: 999999; margin-top: -20vh}
.the-tooltip { padding: 0px !important; float: none !important;  width: auto !important; }
.sexy_tooltip .powered_by, #sexy_tooltip .powered_by { font-style: italic ! important; display: block ! important; font-weight: bold ! important; font-size: 16px ! important; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif ! important; }
.sexy_tooltip .powered_by_3, #sexy_tooltip .powered_by_3 { color: rgb(255, 255, 255) ! important; text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 2px 2px rgb(15, 15, 15) ! important; }
.sexy_tooltip .powered_by_3:hover, #sexy_tooltip .powered_by_3:hover { text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 3px 2px rgb(15, 15, 15) ! important; }
.sexy_tooltip .powered_by_3 a, #sexy_tooltip .powered_by_3 a { color: rgb(233, 243, 2) ! important; text-decoration: none; text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 2px 1px rgb(15, 15, 15) ! important; }
.sexy_tooltip .powered_by_3:hover a, #sexy_tooltip .powered_by_3:hover a { color: rgb(245, 255, 11) ! important; text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 3px 2px rgb(15, 15, 15) ! important; }
.sexy_tooltip .powered_by_3 a:hover, #sexy_tooltip .powered_by_3 a:hover { text-decoration: underline; }


.the-tooltip { margin: 0 }
.the-tooltip > .tooltip_inner { border: 1px solid; border-radius: 5px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.3) inset; box-sizing: border-box; font-size: 14px; padding: 7px 13px 7px 13px; position: absolute; transition: all 0.2s ease 0s; width: 250px; z-index: 999999; line-height: 24px; font-weight: normal; }
.the-tooltip > .tooltip_inner.powered_by { background: linear-gradient(to bottom, rgb(30, 87, 153) 0%, rgb(41, 137, 216) 50%, rgb(32, 124, 202) 51%, rgb(125, 185, 232) 100%) repeat scroll 0% 0% transparent; opacity: 0.99; width: 202px ! important; padding: 4px 13px 5px 12px ! important; }
.the-tooltip.dark-midnight-blue > .tooltip_inner.powered_by:after { border-color: rgb(17, 89, 162) ! important; }
.the-tooltip.bottom > .tooltip_inner.powered_by:after, .the-tooltip.bottom > .tooltip_inner.powered_by:before { border-left-color: transparent ! important; border-right-color: transparent ! important; border-top-color: transparent ! important; bottom: 100%; }
.the-tooltip.dark-midnight-blue > .tooltip_inner.powered_by { border-color: rgb(0, 58, 116) ! important; }
.the-tooltip > .tooltip_inner * { max-width: 100%; }
.the-tooltip > .tooltip_inner:after, .the-tooltip > .tooltip_inner:before { border: 11px solid; content: ""; display: block; margin: 0px; position: absolute; }
.the-tooltip.bottom > .tooltip_inner {  }
.the-tooltip.bottom > .tooltip_inner:after {  }
.the-tooltip.bottom > .tooltip_inner:after, .the-tooltip.bottom > .tooltip_inner:before { border-left-color: transparent ! important; border-right-color: transparent ! important; border-top-color: transparent ! important; bottom: 100%; }
.the-tooltip.bottom > .tooltip_inner:before { }
.the-tooltip.left > .tooltip_inner { left: 0px; }
.the-tooltip.left > .tooltip_inner:after, .the-tooltip.left > .tooltip_inner:before { left: 0px; }
.the-tooltip.top > .tooltip_inner { bottom: 100%; margin-bottom: 15px; }
.the-tooltip.top > .tooltip_inner:after { margin-top: -1px; }
.the-tooltip.top > .tooltip_inner:after, .the-tooltip.top > .tooltip_inner:before { border-bottom-color: transparent ! important; border-left-color: transparent ! important; border-right-color: transparent ! important; top: 100%; }
.the-tooltip.top > .tooltip_inner:before { margin-top: 0px; }
.the-tooltip.dark-midnight-blue > .tooltip_inner { background-color: rgb(0, 51, 102); border-color: rgb(0, 13, 26); color: rgb(255, 255, 255); }
.the-tooltip.dark-midnight-blue > .tooltip_inner:after { border-color: rgb(0, 51, 102); }
.the-tooltip.dark-midnight-blue > .tooltip_inner:before { border-color: rgb(0, 13, 26); }
.the-tooltip.dark-midnight-blue > .tooltip_inner { text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); }
/* End */


/* Start:/local/templates/utg/media/css/loader.css?17386707888894*/
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgb(255, 255, 255);
  z-index: 99999;
  opacity: 0.90;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

#loader-image{
  position: absolute;
  top:20%;
  left:20%;
  width: 170px;
  height: 170px;
}

.cm-spinner {
  height: 300px;
  width: 300px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 5px solid #489bcd;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: relative;
}

.cm-spinner::before,
.cm-spinner::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 50%;
  border: 5px solid transparent;
}

.cm-spinner::before {
  border-top-color: #9acc48;
  -webkit-animation: 5s spin linear infinite;
  animation: 5s spin linear infinite;
}

.cm-spinner::after {
  border-top-color: #3e60a9;
  -webkit-animation: spin 2.0s linear infinite;
  animation: spin 2.0s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {

  .preloaderImage {
    height: 250px
  }
}

/*#preload_img {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  width: 170px;*/
/*  height: 170px;*/
/*  -webkit-animation: anum 2s linear infinite; !* Chrome, Opera 15+, Safari 5+ *!*/
/*  animation: anum 2s linear infinite; !* Chrome, Firefox 16+, IE 10+, Opera *!*/
/*  transition: opacity 2s;*/
/*  z-index: 99998;*/
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*#loader-wrapper {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 1000;*/
/*}*/
/*#loader {*/
/*  display: block;*/
/*  position: relative;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  width: 300px;*/
/*  height: 300px;*/
/*  !*margin: -75px 0 0 -75px;*!*/
/*  border-radius: 50%;*/
/*  border: 3px solid transparent;*/
/*  border-top-color: #489bcd;*/

/*  -webkit-animation: spin 2s linear infinite; !* Chrome, Opera 15+, Safari 5+ *!*/
/*  animation: spin 2s linear infinite; !* Chrome, Firefox 16+, IE 10+, Opera *!*/

/*  z-index: 1001;*/
/*}*/

/*#loader:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 5px;*/
/*  left: 5px;*/
/*  right: 5px;*/
/*  bottom: 5px;*/
/*  border-radius: 50%;*/
/*  border: 3px solid transparent;*/
/*  border-top-color: #9acc48;*/

/*  !** -webkit-animation: spin 3s linear infinite; !* Chrome, Opera 15+, Safari 5+ *!*/
/*  !**animation: spin 3s linear infinite; !* Chrome, Firefox 16+, IE 10+, Opera *!*/
/*}*/

/*#loader:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  left: 15px;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  border-radius: 50%;*/
/*  border: 3px solid transparent;*/
/*  border-top-color: #3e60a9;*/

/*  -webkit-animation: spin 3.5s linear infinite; !* Chrome, Opera 15+, Safari 5+ *!*/
/*  animation: spin 3.5s linear infinite; !* Chrome, Firefox 16+, IE 10+, Opera *!*/
/*}*/

/*@-webkit-keyframes spin {*/
/*  0% {*/
/*    -webkit-transform: rotate(0deg); !* Chrome, Opera 15+, Safari 3.1+ *!*/
/*    -ms-transform: rotate(0deg); !* IE 9 *!*/
/*    transform: rotate(0deg); !* Firefox 16+, IE 10+, Opera *!*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotate(360deg); !* Chrome, Opera 15+, Safari 3.1+ *!*/
/*    -ms-transform: rotate(360deg); !* IE 9 *!*/
/*    transform: rotate(360deg); !* Firefox 16+, IE 10+, Opera *!*/
/*  }*/
/*}*/
/*@keyframes spin {*/
/*  0% {*/
/*    -webkit-transform: rotate(0deg); !* Chrome, Opera 15+, Safari 3.1+ *!*/
/*    -ms-transform: rotate(0deg); !* IE 9 *!*/
/*    transform: rotate(0deg); !* Firefox 16+, IE 10+, Opera *!*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotate(360deg); !* Chrome, Opera 15+, Safari 3.1+ *!*/
/*    -ms-transform: rotate(360deg); !* IE 9 *!*/
/*    transform: rotate(360deg); !* Firefox 16+, IE 10+, Opera *!*/
/*  }*/
/*}*/

/*.loader-section {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background: #fff;*/
/*  z-index: 1000;*/
/*  -webkit-transform: translateX(0); !* Chrome, Opera 15+, Safari 3.1+ *!*/
/*  -ms-transform: translateX(0); !* IE 9 *!*/
/*  transform: translateX(0); !* Firefox 16+, IE 10+, Opera *!*/
/*}*/

/*.loader-section.section-left {*/
/*  left: 0;*/
/*}*/

/*.loader-section.section-right {*/
/*  right: 0;*/
/*}*/

/*!* Loaded *!*/
/*.loader-section.section-left {*/
/*  -webkit-transform: translateX(-100%); !* Chrome, Opera 15+, Safari 3.1+ *!*/
/*  -ms-transform: translateX(-100%); !* IE 9 *!*/
/*  transform: translateX(-100%); !* Firefox 16+, IE 10+, Opera *!*/

/*  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*}*/

/*.loader-section.section-right {*/
/*  -webkit-transform: translateX(100%); !* Chrome, Opera 15+, Safari 3.1+ *!*/
/*  -ms-transform: translateX(100%); !* IE 9 *!*/
/*  transform: translateX(100%); !* Firefox 16+, IE 10+, Opera *!*/

/*  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
/*}*/

/*#loader {*/
/*  opacity: 0;*/
/*  -webkit-transition: all 0.5s ease-out;*/
/*  transition: all 0.5s ease-out;*/
/*}*/
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.2s 0.7s ease-out;
  transition: all 0.2s 0.7s ease-out;
}

/* JavaScript Turned Off */
/* .no-js #loader-wrapper {
  display: none;
} */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

/*.clearfix:before,*/
/*.clearfix:after {*/
/*  content: " "; !* 1 *!*/
/*  display: table; !* 2 *!*/
/*}*/

/*.clearfix:after {*/
/*  clear: both;*/
/*}*/

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

/*.clearfix {*/
/*  *zoom: 1;*/
/*}*/

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*@media only screen and (max-width: 600px) {*/

/*  #preload_img {*/
/*    height: 250px*/
/*  }*/
/*}*/


/*@media only screen and (min-width: 35em) {*/
/*  !* Style adjustments for viewports that meet the condition *!*/
/*}*/

/*@media print,*/
/*  (-o-min-device-pixel-ratio: 5/4),*/
/*  (-webkit-min-device-pixel-ratio: 1.25),*/
/*  (min-resolution: 120dpi) {*/
/*  !* Style adjustments for high resolution devices *!*/
/*}*/

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

/*@media print {*/
/*  * {*/
/*    background: transparent !important;*/
/*    color: #000 !important; !* Black prints faster: h5bp.com/s *!*/
/*    box-shadow: none !important;*/
/*    text-shadow: none !important;*/
/*  }*/

  /*
     * Don't show links for images, or javascript/internal links
     */

/*  img {*/
/*    page-break-inside: avoid;*/
/*  }*/

/*  img {*/
/*    max-width: 100% !important;*/
/*  }*/

/*  @page {*/
/*    margin: 0.5cm;*/
/*  }*/
/*}*/

/* 
	Ok so you have made it this far, that means you are very keen to on my code. 
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/

/* End */


/* Start:/local/templates/utg/components/bitrix/search.title/header/style.css?17386707882228*/
div.title-search-result {
	border:3px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border: 1px solid red;
	width:10%;
}

table.title-search-result th {
	border-collapse: collapse;
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	z-index:205;
	border-collapse: collapse;
	border: 1px solid red;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
	display: flex;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/utg/components/bitrix/search.title/header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/utg/components/bitrix/sender.subscribe/subscribe.mail/style.css?17386707884802*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/utg/components/bitrix/system.auth.form/.default/style.css?17386707881411*/
#auth #password,
#register #password {
    display: none;
}

.modal-footer{
	text-align:center;
}
input.error {
    border: 1px solid #f70000 !important;
}
.last-error{
    text-align: center;
    font-size: 14px !important;
    margin-top: 10px;
    color: #f70000 !important;
}
.info_text {
    text-align: center;
    font-size: 14px;
}
.info_text span {
    font-weight: 600;
    font-size: 18px;
}

.input-error {
    border: 1px solid red !important;
}

/* .registration-button {
    display: block;
    width: 50%;
    float: left;
    border: 0;
    padding: 20px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.registration-button:hover {
    text-decoration: none;
    color: #000;
}
 */
@media (max-width: 576px)
{
    .registration-button {
        width: 100%;
    }
}


.auth .input-wrap {
	width: 100%;
}

.d-none {
	display: none !important;
}


.block_name {
    display: block;
    max-width: 100%;
    font-weight: 700;
    line-height: 1.15em;
    margin: 0 0 25px;
    color: #000000;
    text-transform: uppercase;
}

.buttons {
    justify-content: space-between;
    display: flex;
}

.color_red {
    padding-bottom: 15px !important;
    display: block;
	color: red;
}

.btn-type3, .btn-type4 {
    text-transform: inherit;
}
/* End */


/* Start:/local/templates/utg/styles.css?176605626312*/
blockquote{}
/* End */


/* Start:/local/templates/utg/template_styles.css?176605626321394*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse:collapse !important;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}





/*Modal bootstrap*/

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    text-align: right;
	height: 40px;
    /* padding: 10px 15px !important; */
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
	padding: 5px 20px 20px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1230px;
    }
}







/*personal*/
.cabinetProfileMenu {
    padding: 0;
}

.cabinetProfileMenu li {
    list-style: none;
    display: block;
}

.cabinetProfileMenu li a {
    font-weight: bold;
    font-size: 14px;
    color: #2260ad;
    background: none;
    padding: 8px 15px;
    margin: 2px 0;
    display: block;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}

.cabinetProfileMenu li a.active, .cabinetProfileMenu li a.active .menuIcon {
    background: #2260ad;
    color: #fff !important;
}

.cabinetProfileMenu li a:hover, .cabinetProfileMenu li.active a, .cabinetProfileMenu li a:hover i, .cabinetProfileMenu li.active a i {
    background: #2260ad;
    color: #fff;
}

.cabinetProfileMenu li a .menuIcon {
    color: #2260ad;
    font-size: 16px;
    float: left;
    margin: 3px 10px 0 0;
    width: 20px;
    text-align: center;
}

.cabinetProfileMenu li a .menuLabel {
    display: table-cell;
    position: relative;
}



/* .table th {
    padding: 0.75rem;
    vertical-align: top;
    width: 75%;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}
 */

.col-md-3 {
	width: 50% !important;
	text-align: left;
    font-size: 14px;
}
.captitle{
	font-size: 32px;
    color: #2260ad;
    display: block;
    clear: both;
    margin: 0 0 20px;
	font-weight: 100;
}






.tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: -1px 0 0 -1px;
}
.tabs__caption li:last-child:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: -2px;
    z-index: -1;
    height: 5px;
    background: #2260ad;
}

.tabs__caption:after {
    content: '';
    display: table;
    clear: both;
}

.fright {
	/* padding-right: 5px; */
    float: right;
/*     font-size: .7778em;
    text-transform: lowercase;
    background-color: #2260ad;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    padding: 10px;
    color: #ffffff;
    position: relative;
    margin: 0 12px 9px;
    display: inline-block;
    cursor: pointer;
    overflow: visible; */
}

.tabs__caption li {
	font-size: .7778em;
    background-color: #2260ad;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    padding: 10px 37px 7px;
    color: #ffffff;
    position: relative;
    margin: 0 12px;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
}


.tabs__caption li::after {
    position: absolute;
    content: "";
    width: calc(100% + 16px);
    height: calc(100% + 18px);
    left: -8px;
    top: -8px;
    border: 1px solid rgba(34, 96, 173, .302);
    display: block;
}


.tabs__caption li:hover,
.tabs__caption li.active {
    background-color: #80cd37;
    color: #ffffff;
    border-color: #80cd37;
}

.tabs__caption li:hover::after,
.tabs__caption li.active::after {
    border-color: #80cd37;
}


.tabs__caption .tabs-item i {
    font-size: 16px;
    float: left;
    margin: 3px 10px 0 0;
    width: 20px;
    text-align: center;
}

.icon-block {
	padding: 10px;
    font-size: .7778em;
    background-color: #2260ad;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    color: #ffffff;
    position: relative;
    margin: 0 12px;
    display: inline-block;
    cursor: pointer;
    overflow: visible;
}

.icon-block i {
	color: #fff;
}


.side-panel-content-container {
	background: #fff;
}

.notify-content {
	padding: 25px;
}

/* .notify-content .item h4 {
    margin: 18px 0 5px;
} */

.notify-content .item p {
    word-break: break-all;
	font-size: 14px;
}


.notify-content .item .captitletitle {
	font-size: 22px !important;
    color: #2260ad;
    display: block;
    clear: both;
    margin: 0 0 20px;
    font-weight: 100;
}


.notify-content .item .date {
	font-size: 15px;
    color: #5d5d5d;
}

.notify-content .date-block {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.notify-content .item {
	padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

/*
.tabs__caption li:not(.active) {
    cursor: pointer;
}
.tabs__caption li:not(.active):hover {
    background: #2260ad;
    color: #fff;
}
.tabs__caption .active {
    background: #2260ad;
    color: #fff;
}*/

/* .tabs__caption .active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #FFF;
} */

.tabs__content {
    display: none;
    background: #FFF;
    /* border: 2px solid #2260ad; */
    border-radius: 0 5px 5px 5px;
    padding: 8px;
    min-height: 500px;
}
.tabs__content.active {
    display: block;
}

.vertical .tabs__caption {
    /* float: left; */
    display: block;
	margin: 0 0 20px 0;
}
.vertical .tabs__caption li:last-child:before {
    display: none;
}
/* .vertical .tabs__caption .active:after {
    left: auto;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 2px;
    height: auto;
} */
.vertical .tabs__content {
    overflow: hidden;
}

@media screen and (max-width: 650px) {
    .tabs__caption li {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .vertical .tabs__caption {
        float: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .tabs__caption li {
	    margin: 15px 12px 9px;
    }

    .captitle {
		font-size: 28px;
    }

    /* .vertical .tabs__caption li {
        border-width: 2px 2px 0;
        border-radius: 5px 5px 0 0;
    }
    .vertical .tabs__caption li:last-child:before {
        display: block;
    }
    .vertical .tabs__caption .active:after {
        top: auto;
        bottom: -5px;
        left: 0;
        right: 0;
        width: auto;
        height: 5px;
        background: #FFF;
    } */
}


.csInput {
    outline: none;
    padding-left: 0;
    width: 100%;
    padding: 10px 15px 9px 12px;
    border: 1px solid #dfdfdf;
    transition: .35s;
    height: 40px;
}

.save_phone {
    display: flex;
}

.save_phone button{
	margin: auto 0 auto 20px;
}


.exit {
    padding: 0.27778em 1.2em 0.27778em 0 !important;
}


































/*
personal
*/


form.item-contact-inner .input-wrap, form.item-contact-inner .item-contact__bottom {
    width: 100%;
}
.input-wrap::after {
    left: 10.5em;
}

.sendReqBtn {
	margin: 5px;
    text-transform: inherit;
    font-size: 16px;
	width: 100%;
}

.input-wrap input, .input-wrap textarea {
    padding: 10px 30px 10px 14em !important;
}
.empty-data {
    min-height: 250px;
    text-align: center;
    margin-bottom: 50px;
}
.notfound-icon {
    margin: 25px;
}
.red {
	color: red;
}

.detail-scores tr {
    white-space: normal;
}
.detail-scores-con {
    /* box-shadow: inset 0 0 20px 0px #e8e8e8bf; */
	overflow: auto;
}

.detail-scores-con::-webkit-scrollbar {
    width: 15px;
}

.detail-scores-con::-webkit-scrollbar-track {
    background-color: transparent;
}

.detail-scores-con::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
}

.detail-scores-con::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.filter {
    margin: 30px 0;
}

.input-text input {
	padding: 10px 20px 10px 20px;
}

.table th, .table td {
    padding: 0.75rem;
    width: auto !important;
    font-size: 14px;
    background: #fff;
    vertical-align: middle;
}

.width_null .table th,
.width_null .table td {
    width: 50% !important;
}


.detail-scores {
    border: 1px solid #ccc;
	/* border-top-color: transparent; */
}

.table thead tr:first th {
	border-top: transparent;
}

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

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

.alert {
    padding: 25px 20px;
    background-color: #fff8d1;
    margin-bottom: 18px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.table-bordertr th, .table-bordertr td {
	border: 1px solid #dee2e6;
}


.table thead th {
    border-bottom: 0;
}

.detail-scores tbody, .detail-scores tr, .detail-scores td, .detail-scores th { display: inline-block; }


.detail-scores tbody td,
.detail-scores tbody th,
.detail-scores thead th {
    width: 145px !important;
}
.detail-scores tbody {
    height: 500px;
    overflow-y: auto;
}



.icon-block::after {
    position: absolute;
    content: "";
    width: calc(100% + 16px);
    height: calc(100% + 18px);
    left: -8px;
    top: -8px;
    border: 1px solid rgba(34, 96, 173, .302);
    display: block;
}



.detail-scores thead th {
	border-color: transparent;
	height: 50px;
}


.showinprint {
	display: none;
}


.wsn {
    white-space: nowrap;
}
.progress-bar {
    background-color: #007bff !important;
}
.vote-item-title {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 20px;
}
/* End */
/* /local/templates/utg/media/lib/slick/slick.css?17386707881776 */
/* /local/templates/utg/media/lib/jquery.formstyler/jquery.formstyler.css?17386707882175 */
/* /local/templates/utg/media/lib/jquery.formstyler/jquery.formstyler.theme.css?173867078810731 */
/* /local/templates/utg/media/lib/fancybox/jquery.fancybox.min.css?173867078812795 */
/* /local/templates/utg/media/lib/circle/jquery.circliful.css?1738670788334 */
/* /local/templates/utg/media/lib/scroll/jquery.mCustomScrollbar.min.css?173867078842839 */
/* /local/templates/utg/media/css/icons.css?17386707883338 */
/* /local/templates/utg/media/css/structure.css?17386707883425 */
/* /local/templates/utg/media/css/main.css?1738670788150595 */
/* /local/templates/utg/media/css/gspeech.css?17386707884510 */
/* /local/templates/utg/media/css/loader.css?17386707888894 */
/* /local/templates/utg/components/bitrix/search.title/header/style.css?17386707882228 */
/* /local/templates/utg/components/bitrix/sender.subscribe/subscribe.mail/style.css?17386707884802 */
/* /local/templates/utg/components/bitrix/system.auth.form/.default/style.css?17386707881411 */
/* /local/templates/utg/styles.css?176605626312 */
/* /local/templates/utg/template_styles.css?176605626321394 */
