html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Tahoma';
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vrt-link {
	cursor: pointer;
}

.hidden {
	display: none !important;
}

#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background-color: rgba(255, 255, 255, 0.21);
}

#header .logo-bar {
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#header .logo-bar .logo {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#header .logo-bar .logo img {
	height: 80px;
	width: 80px;
	border-radius: 40px;
}

#header .logo-bar .logo .logo-title {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 0 0 0 25px;
	padding: 8px 0;
}

#header .logo-bar .logo .logo-title h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Roboto';
	font-weight: normal;
	text-transform: uppercase;
}

#header .logo-bar .logo .logo-title h4 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
	font-family: 'PTSans';
	font-weight: normal;
}

#header .logo-bar .actions {
	flex: 0 0 auto;
	width: 600px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: 'Helvetica';
}

#header .logo-bar .actions .buttons {
	margin: 0;
	padding: 0 0 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#header .logo-bar .actions .buttons .langs {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 3px;
}

#header .logo-bar .actions .buttons .langs .lang {
	padding: 5px 10px;
	cursor: pointer;
}

#header .logo-bar .actions .buttons .button {
	height: 36px;
	font-size: 16px;
	line-height: 16px;
	margin: 0 7px;
	padding: 10px 25px;
	color: #fff;
	text-transform: uppercase;
	flex: 0 0 auto;
	border-radius: 16px;
	cursor: pointer;
}

#header .logo-bar .actions .buttons .button:hover {
	opacity: .8;
}

#header .logo-bar .actions .buttons .button.login {
	background-color: #0F6D87;
}

#header .logo-bar .actions .buttons .button.registration {
	background-color: #70B63A;
}

#header .logo-bar .actions .buttons .button.logout-btn {
	background-color: #FE9A11;
}

#header .logo-bar .actions .buttons .logo-splitter {
	height: 36px;
	width: 1px;
	margin: 0 25px;
}

#header .logo-bar .actions .buttons .user-name {
	margin: auto 0;
}

#header .logo-bar .actions .search-block {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 16px;
	padding: 5px 15px 5px 15px;
	border-radius: 16px;
	background-color: rgba(216, 218, 221, 0.74);
}

#header .logo-bar .actions .search-block input {
	flex: 1 1 auto;
	border: none !important;
	background-color: transparent;
}

#header .logo-bar .actions .search-block input:focus {
	border: none !important;
	outline: none !important;
}

#header .logo-bar .actions .search-block .search-button {
	flex: 0 0 auto;
	padding: 0 0 0 10px;
	cursor: pointer;
	color: #5f6366;
}

#header .menu-bar {
	margin: 0 auto;
	margin-top: 12px;
	width: 1200px;
	max-width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#header .menu-bar .item {
	margin: 0;
	padding: 15px 0;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	flex: 1 1 auto;
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#header .menu-bar .item a {
	text-decoration: none;
	width: 100% !important;
	height: 100%;
}

#header .menu-bar .item .sub-menu {
	display: none;
	position: absolute;
	z-index: 99;
	top: 100%;
	background-color: rgba(255, 255, 255, 0.21);
	padding: 0 10px;
}

#header .menu-bar .item:hover .sub-menu {
	display:inherit;
}

#header .menu-bar .item .sub-menu .sub-item {
	float:none;
	position: relative;
	padding: 5px 5px;
}

#header .menu-bar .item .sub-menu .sub-item:last-child {
	border-bottom: none;
}

#header .menu-bar .item a:hover {
	color: #E19E35;
}

#content {
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
	flex: 1 1 auto;
	display: block;
}

#content .hello-word {
	width: 60%;
	color: #fff;
	padding: 50px 70px;
}

#content .hello-word h3 {
	font-size: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0;
}

#content .services-block {
	width: 100%;
	margin: 180px 0 50px 0;
	padding: 0;
}

#content .services-block h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}
 
#content .services-block .services-content {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#content .services-block .services-content .services-item {
	width: 353px;
	height: 168px;
	padding: 40px 20px;
	flex: 0 0 auto;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	margin: 10px 0 15px 0;
	border-radius: 20px;
}

#content .services-block .services-content .services-item:hover {
	opacity: .85;
}

#content .service-item {
	margin: 3px 0 5px 0;
}

#content .service-item:hover {
	text-decoration: underline;
}

#content .hello-word p {
	font-size: 18px;
	line-height: 28px;
}

#content .page-title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 26px;
}

#content .text-description {
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #efffe3;
	margin-bottom: 20px;
}

#content .text-description.without-login {
	background-color: #DEF6F8;
}

#content .text-description .border {
	height: 50px;
	width: 4px;
	background-color: #70B63A;
	flex: 0 0 4px;
	margin-right: 20px;
}

#content .text-description.without-login .border {
	background-color: #59AEEF;
}

#content .text-description .info {
	flex: 1 1 auto;
	margin: auto 0;
}

#content .text-description.without-login .info .make-login {
	cursor: pointer;
	color: #256D00; 
	margin: 0 6px;
}

#content .text-description.without-login .info .make-registration {
	cursor: pointer;
	color: #A10000; 
	margin: 0 6px;
}

#content .text-description .info .make-login:hover, #content .text-description .info .make-registration:hover {
	text-decoration: underline;
}

#content .service-content {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}

#content .service-content .info-block {
	flex: 0 0 350px;
	margin-right: 40px;
	padding: 0;
}

#content .service-content .info-block .order-btn {
	width: 100%;
	background-color: #FE9A11;
	margin-bottom: 15px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

#content .service-content .info-block .order-btn:hover {
	opacity: .8;
}

#content .service-content .info-block .items {
	background-color: #F0FAFC;
	padding: 10px;
}

#content .service-content .info-block .items .item {
	border-bottom: #CACACA 1px solid;
	padding: 10px;
}

#content .service-content .info-block .items .item:last-child {
	border-bottom: none;
}

#content .service-content .info-block .items .item p {
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#content .service-content .info-block .items .item p.item-title {
	font-weight: bold;
	margin-bottom: 4px;
}

#content .service-content .info-block .result {
	margin: 30px 0 0 0;
	padding: 0;
}

#content .service-content .info-block .result .result-title {
	background-color: #59AEEF;
	color: #FFF;
	padding: 20px;
	font-size: 18px;
}

#content .service-content .info-block .result .result-text {
	background-color: #DFF6F8;
	padding: 15px 20px 20px 20px;
}

#content .description {
	margin: 0;
	padding: 0 20px;
}

#content .description p {
	padding: 0;
	line-height: 22px;
	margin: 5px 0;
}

#content .description p.text-title {
	font-weight: bold;
	margin: 10px 0;
}

#content .description ul {
	margin: 0;
}

#content .description ul li {
	line-height: 22px;
	margin: 2px 0;
	padding: 0;
}

#content .search_element {
	background-color: yellow;
}















#slider {
	width: 100%;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
	background-color: #F2F2F4;
}

#slider .slider-block {
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}

#slider .slider-block .slider-title {
	width: 100%;
	height: auto;
	margin: 5px 0 20px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#slider .slider-block .slider-title .slider-title-text {
	margin: 0;
	padding: 0;
	flex: 1 1 auto;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Helvetica';
}

#slider .slider-block .slider-title .slider-navs {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

#slider .slider-block .slider-title .slider-navs button {
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background-color: #DEDEDE;
	color: #727272;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
	cursor: pointer;
}

#slider .slider-block .slider-title .slider-navs button:hover {
	background-color: #5CC7FB;
	color: #fff;
}

#slider .slider-block .slider-images {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
	background-color: #504F4D;
	color: #fff;
}

#footer .footer-block {
	width: 1200px;
	max-width: 100%;
	margin: auto auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px 0;
}

#footer .footer-block .footer-logo {
	margin: auto 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#footer .footer-block .footer-logo img {
	height: 60px;
	width: auto;
	margin-top: 2px;
}

#footer .footer-block .footer-logo .platform {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 0 20px;
}

#footer .footer-block .footer-info {
	min-width: 530px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

#footer .footer-block .footer-info .contacts {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	/*justify-content: space-between;*/
}


#footer .footer-block .footer-info .contacts .item{
	margin: 0 15px 0 0;
}

#footer .footer-block .footer-info .contacts .item i {
	font-size: 18px;
	/*color: #1298D7;*/
	margin-right: 5px;
}

#footer .footer-block .footer-info .copyright {
	margin: 0;
	padding: 0 3px;
}

#footer .footer-metrics {
	width: 190px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	box-sizing: border-box;
}


/* MODULS */

#modalDialog .close {
	top: 14px;
	right: 12px;
	color: #555;
}

#modalDialog .modal-links {
	width: 100%;
	text-align: center;
	position: inherit;
	bottom: -90px;
}

#modalDialog .modal-links p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 26px;
}

#modalDialog .modal-links .link, #modalDialog .modal-links p a {
	color: #fff;
	text-decoration:  underline;
	cursor: pointer;
}

#modalDialog .content .sub-title {
	margin: 0 0 20px 0;
	text-align: center;
	color: #2185d0;
	line-height: 20px;
}

#modalDialog .popup .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

#modalDialog .popup .sub-title {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

#modalDialog .popup p {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}

#modalDialog .error.message {
	margin: 0 0 10px 0;
}

#modalDialog .error.message ul li {
	font-size: 14px;
	line-height: 16px;
}

#modalDialog .agreement {
	margin: 25px 0 0 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#modalDialog .agreement .left {
	flex: 0 0 25px;
}

#modalDialog .agreement .left input {
	height: 16px;
	width: 16px;
}

#modalDialog .agreement .right {
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 16px;
}

#modalDialog .agreement .right label {
	cursor: pointer;
}

#digitSignInfoText {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-style: italic;
	color: red;
}

#service_search {
	width: 100%;
}

.state-color-green {
	color: #64aa28;
}

.state-color-red {
	color: #d23c3c;
}

.state-color-blue {
	color: #0fa4cf;
}

.state-color-brown {
	color: #d2a50f;
}

.state-color-gray {
	color: #ccc;
}

#servDisconnect {
	margin: 0;
	padding: 8px 14px;
	font-size: 110%;
	background-color: #DB2828;
	color: #fff;
	text-align: center;
}