@font-face {
    font-family: 'proxima';
    src: url('fonts/ProximaNovaRegular.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ProximaNovaRegular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ProximaNovaRegular.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/ProximaNovaRegular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style:	normal;
}

@font-face {
    font-family: 'proxima';
    src: url('fonts/ProximaNovaBold.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNovaBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ProximaNovaBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ProximaNovaBold.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/ProximaNovaBold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style:	normal;
}

@font-face {
    font-family: 'proxima';
    src: url('fonts/ProximaNovaBoldItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNovaBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ProximaNovaBoldItalic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ProximaNovaBoldItalic.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/ProximaNovaBoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ProximaNovaBoldItalic.svg#ProximaNovaBoldItalic') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style:	italic;
}

@font-face {
    font-family: 'proxima';
    src: url('fonts/ProximaNovaRegularItalic.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNovaRegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ProximaNovaRegularItalic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ProximaNovaRegularItalic.woff') format('woff'), /* Pretty Modern Browsers */
         url('fonts/ProximaNovaRegularItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ProximaNovaRegularItalic.svg#ProximaNovaRegularItalic') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style:	italic;
}

body {
	background: #fff; /*#0193f8;*/
	font-family: proxima, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

@media (max-width:767px){
	#bx-panel{display:none !important}
}

body.bx-opened {
	overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}

.icon-empty {
	opacity: 0;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

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

.bx-header {}
/*Logo*/

.bx-logo {
	display:flex;
	flex-flow: column;
	justify-content: center;
	align-items: middle;
}

.bx-infoportal_name {
	margin-top: 35px;
}

.bx-infoportal_name p {
	color: #2a90ff;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;	 
}

.bx-inc-orginfo {
	/*padding-left: 0.54em;*/
	text-align: right;
	line-height: 0.8;
	font-size: 1.0em;
	font-weight: bold;
	/*display: flex;*/
	/*flex-flow: column;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
}

.bx-inc-orginfo .tel{
	width: 30px;
}

.bx-inc-orginfo p {
	color: #337ab7;
	display: inline-block;
	font-size: 18px;
}

.footer-col {
	font-weight: bold;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

* {
    -webkit-box-sizing: border-box;
}

.footer-col p {
	display: inline-block;
	padding-left: 1em;
}

.footer-col .tel{
	width: 30px;
}

.tel-footer p{
	float: right;
}

.register-button-footer {
	float: left;
	border: 2px solid #fff;
}

.register-button-footer a{
	display: block;
	text-decoration: none;
	padding: 8px 20px;
	font-size: 28px;
	font-weight: bold;
	border-bottom: none !important;
}

.register-button-footer-sn{
	float: right;
	font-size: 30px;
	line-height: 56px;
}
.register-button-footer-sn a{
	border-bottom: none !important;
	padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
	body {font-size: 13px;}
	.bx-infoportal_name {margin-top: 25px;}
	.bx-logo {}
	.register-button-footer-sn, .register-button-footer {float: none;}
}

.bx-logo .bx-logo-block {
	border-bottom: none;
	display: block;
	width: 100%;
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

@media (max-width: 767px) {
	.bx-logo {
		background: #1484ce;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1400;
		padding: 10px 60px;
		height: 48px;
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		margin-left: 5%;
	}
	.bx-logo .bx-logo-block img {
		height: 44px;
		margin: 0 auto;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
	.footer-col {
		height: auto;
	}
	.tel-footer p{float: none;}
}
/* Sections */

.bx-header-section {
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
}

.bx-content-seection {
	padding-bottom: 5px;
	background: #fff;
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {

	.bx-content-seection {
	padding-bottom: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.bx-content-seection {
		padding: 0 30px 5px;
	}
	.bx-infoportal_name {
	margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.bx-content-seection {
		padding: 0 15px 5px;
	}
	.bx-inc-orginfo p {font-size: 14px;}
}

@media (max-width: 767px) {
	font-size: 3em;
	.bx-header-section {
		padding: 60px 15px 10px
	}
	.bx-content-seection {
		padding: 0 15px 10px
	}
}
/* header / phone */

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
		margin-top: 4em;
		font-size: 14px;
	}
	.bx-inc-orginfo p{padding-left: 15px;}
}

.bx-inc-orginfo-phone i {
	color: #97a1ab;
	position: relative;
	margin-left: -23px;
}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-infoportal_name-title {
	color: #8d8d8d;
	font-size: 1.2em;
}

.bx-infoportal_name-prop {
}

.bx-infoportal_name-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
.bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #0193f8;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 15px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter p {
	font-weight: bold;
	text-align: center;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 200px;
	height: auto;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #fff;
	padding: 5px 15px;
	background: url(images/wt.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
}

.bx-wt .bx-block-title {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
	background: #007FCA;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
	color: #eee;
	background: linear-gradient(to right, #2a90ff, #2bc1fe);
}

.bx-footer-section.bx-center-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bx-footer-section.bx-center-section>div {
	margin-bottom: 20px;
}

.bx-footer a {
	color: #eee;
}

.bx-footer a:hover {
	color: #fff;
	border-bottom: 1px solid;
	text-decoration: none;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
	background: #222425;
	padding: 0.1em 0;
}

.bx-inclogofooter-logo {border: none !important;}

.bx-footer-section{padding: 20px 0;}

.fa{padding-right: 5px;}

.bx-up {
	text-align: right;
	position: fixed;
	right: 20px;
	top: 60%;
}

.bx-up a {
	color: #1484ce;
	padding: 6px 14px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 18px;
	border: 1px solid;
	webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-up a:hover {background:#eaebec; color: #1484ce;}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

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

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	.bx-up {
		text-align: center;
	}
}
/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
	text-shadow: none !important;
	-webkit-box-shadow:none !important;
	   -moz-box-shadow:none !important;
			box-shadow:none !important;
	outline:none !important;
}

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}


.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}

.register-button {
	/*min-width: 50%;*/
	/*max-width: 160px;*/
	margin: auto;
	/*background-color: #0193f8;*/
	background: linear-gradient(to right, #2a90ff, #2bc1fe);
	/*border-radius: 20px;*/
	text-align: center;
	color: #fff;
	font-weight: bold;
	float: right;
    /*align-self: flex-end;*/
}

.register-button:hover {
	text-decoration: underline;
}

.register-button a {
	display:	block;
	text-decoration: none;
	color: #fff;
	padding: 8px 20px;
	font-size: 32px;
}

.stub {
	font-size: 2em;
	font-weight: 400;
	color: #ff5300;
}

#register-popup {
	display: none; 
	min-height: 300px;
}

.row-eq-height {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;*/
}

.clouds {
	background-image: url('/images/547407.jpg');
  background-size: cover;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
    margin-bottom: 1em;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
} 

.clouds ul {
	list-style-image: url('/images/clouditem.png');
	max-width: 75%;
	text-align: left;
}

.emo {
	font-weight: bold;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.emo p {
	flex: 2;	
	margin: 0;
}
.emo img {
	height: 3.6em;
	width: 3.6em;
}

p.emo1 {
	background: linear-gradient(to top, #ff0200 0%, #ff9b00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

p.emo2 {
	background: linear-gradient(to top, #7300b4 0%, #e300ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p.emo3 {
	background: linear-gradient(to top, #1802ff 0%, #39e5f9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p.emo4 {
	background: linear-gradient(to top, #f901a5 0%, #ffd6f9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.workarea .bx-content p {
	padding-left: 12px;
}

@media (min-width: 1200px) {
	.emo p {font-size: 23px;}
}
@media (min-width: 992px) and (max-width: 1199px){
	.emo p {font-size: 21px;}
	.workarea .bx-content p {padding-left: 8px;}
	p.emo4 {font-size: 19px;}
	.register-button a {font-size: 28px;}
}
@media (min-width: 561px) and (max-width: 991px) {
	.emo p {font-size: 21px;}
	.workarea .bx-content p {padding-left: 8px;}
	.register-button a {font-size: 21px;}
}
@media (max-width: 560px) {
	.register-button a {font-size: 26px;}
	.register-button {margin: auto;}
	.register-button-footer-sn, .register-button-footer {float: none;}
}
@media (min-width: 461px) and (max-width: 560px) {
	.workarea .bx-content p {padding-left: 6px;}
	p.emo4 {font-size: 16px;}
}
@media (min-width: 361px) and (max-width: 460px) {
	.workarea .bx-content p {padding-left: 6px;}
	p.emo4 {font-size: 12px;}
}

@media (max-width: 360px) {
	.workarea .bx-content p {padding-left: 4px;}
	p.emo4 {font-size: 10px;}
}

div.emo1 {
	background: linear-gradient(to top, #ff0200 0%, #ff9b00 100%);
}

div.emo2 {
	background: linear-gradient(to top, #7300b4 0%, #e300ff 100%);
}

div.emo3 {
	background: linear-gradient(to top, #1802ff 0%, #39e5f9 100%);
}

div.emo4 {
	background: linear-gradient(to top, #f901a5 0%, #ffd6f9 100%);
}

.popup-window {
    font: 1em proxima, sans-serif !important;
}

.popup-window-titlebar {
    height: 2em !important;
    text-align: center;
    padding-top: 0.5em;
    color: #2a90ff;
}

div.popup-window {
	width: 50%;
	max-height: 90%;
	overflow: auto;
	transition: all .3s ease;
}

@media (max-width: 767px) {
	div.popup-window {width: 100%;}
	.popup-window.popup-window-with-titlebar {padding: 0;}
	.register-button {float: none;}
}
.flexible {
  padding: 20px 0;
}

.workarea .sidebar {
	border-left: solid 1px #D6D6D6;
}
.sidebar_section{
	border-bottom: solid 1px #D6D6D6;
}
.sidebar_section h4{
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;
}

/*iblock.element.add.form*/
.question-motto{text-align: center; margin-top: 0; color: #2a90ff;}
.faq_vopros {}
.faq_vopros .starrequired {color: red;}
.faq_vopros h1{text-align: center; margin-top: 0; color: #2a90ff;}
.faq_vopros table{width:100%}
.faq_vopros tr{border-bottom: 1px solid rgba(1, 147, 248, 0.1);}
.faq_vopros td{padding: 6px 0;}
.faq_vopros input[type="text"] {padding: 4px 6px; width: 100%;}
.faq_vopros input[type="reset"], .faq_vopros input[type="submit"] {border: 2px solid #0193f8; border-radius: 16px; padding: 4px 6px; background: #0193f8; color: #fff; font-weight: bold; transition: all .3s ease;}
.faq_vopros input[type="reset"] {background:none; color: #0193f8; font-weight: normal;}
.faq_vopros input[type="reset"]:hover, .faq_vopros input[type="submit"]:hover {background:#fff ; color: #0193f8;}
.faq_vopros textarea{min-height: 72px;}
.faq_vopros input[type="text"] {} 