@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,500,700,300italic&subset=cyrillic,latin-ext,latin);

@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat-Regular.otf") format("opentype");
	font-weight: normal;
}


@font-face {
	font-family: "Georgia";
	src: url('fonts/georgia.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: "Georgia";
	src: url('fonts/georgia-bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: "Georgia";
	src: url('fonts/georgia-italic.ttf') format('truetype');
	font-style: italic;
}


* {
	margin: 0;
	padding: 0;
}

a,a:visited {
	color: #686868;
}
a:hover {
	color: #e90000;
}
#logo {
	outline: none;
}

a, a:visited, a:focus, a:active, a:hover {
	outline:  none !important;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
img {
	border: none;
}

h3, .contact-info h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 15px;
	position: relative;
	margin-bottom: 32px;
}

h3:before,  .contact-info h1:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 3px;
	background: #000;
}


html {
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #4e4e4e;

}
.clear {
	clear: both;
}
body {
	font-family: 'Fira Sans', sans-serif  !important;
	font-weight: normal;
	font-size: 14px;
	position: relative;
}

.center-block {
	width: 1140px;
	margin: 0 auto;
}
.container {
	width: 1170px; /*  1140 + 15 + 15 */
	margin: 0 auto;
}

/*.row-np {
	margin-left: 0;
	margin-right: 0;

	[class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}*/

.main-content-wrap {
	font-size: 18px;
	line-height: 32px;
	font-family: "Georgia", sans-serif;
	padding-top: 35px;
	/*margin-top: 35px;*/
}
.main-content-wrap h3 {
	font-family: "Fira Sans";
}

.main-content h1, .main-content h1 a {
	font-size: 32px;
	color: #000;
	text-decoration: none;
	margin-top: 70px;
	margin-bottom: 15px;
}
.main-content h1:hover, .main-content h1 a:hover {
	color: #000;
	text-decoration: none;
}
.main-content {
	margin-bottom: 85px;
}
/*------------------top nav-----------------*/
.nav-blocks {
	text-align: right;
	/*padding: 0;*/
}
.logod {
	/*padding: 0;*/
}
.upper-menu {

}

header {
	 height: 100px;
	 background: #fff;
}

.nav ul {
	list-style-type: none;
}

.nav ul, .nav ul li, .login-link,  .lang-selector,  .logout-link {
	display: inline-block;
	vertical-align: top;
}
.login-link {
	position: relative;
}
.min-nav {
	margin-top: 8px;

	position: absolute;
	right: 300px;
	width: 600px;
}
.min-nav.abs {
	position: absolute;
	right: 400px;
	width: 600px;
}
.min-nav a {
	font-size: 13px;
	margin-right: 20px;
}
#top-menu-ul {
	margin-top: 8px;

	position: relative;
	width: 800px;
	margin-left: -50px;
}
.min-nav li:last-child a {
	margin-right: 0;
}
#login-dropdown, #lang-dropdown {
	position: absolute;
	width: 305px;
	height: 290px;
	background: #a2a2a2;
	top: 30px;
	right: 1px;
	z-index: 9999;
	display: none;
	color: #fff;
	font-size: 13px;
	padding: 14px  30px 30px 30px;
}
#lang-dropdown {
	width: 105px;
	height: auto;
	left: 0;
	padding: 0;
}
#lang-dropdown a {
	display: block;
	background: #a2a2a2;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	border-top: 1px #919191 solid;
	text-transform: capitalize;
}
#active-lang {
	text-transform: capitalize;
}
#lang-dropdown a:hover {
	background: #e90000;
	text-decoration: none;
}
#login-dropdown.visible {
	display: block;
}
#login-dropdown label,  #restore-dropdown  label {
	display: block;
	text-align: left;
	width: 247px;
	margin: 16px 0 7px 0;
	font-weight: normal;
}

#login-dropdown input,  #restore-dropdown  input {
	display: block;
	width: 247px;
	height: 36px;
	line-height: 36px;
	border: 0;
	background: #fff;
	outline: none;
	color: #686868;
	padding: 0 3px;
}

#login-dropdown input[type="submit"], #restore-dropdown input[type="submit"] {
	background: #e90000;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	height: 42px;
	line-height: 42px;
}
#login-dropdown .reg, #restore-dropdown .reg {
	float: left;
	width: 120px;
	text-align: left;
}
#login-dropdown .lost, #restore-dropdown a.login, #restore-back-to-login  {
	float: right;
	text-align: right;
	width: 120px;
}
.login-link  #login-dropdown a, .login-link  #restore-dropdown a  {
	border: 0;
	padding: 0;
	margin-top: 14px;
	background: #a2a2a2;
	color: #fff;
}

#login-dropdown input[type="submit"]:hover {
	background: #130a0a;
}
.login-link a:hover, .login-link.clicked a {
	background: #a2a2a2;
	color: #fff;
}
#restore_email.invalid {
	border: 1px #ff0000 solid;
}
#restore-info-msg {
	display: none;
	text-align: left;
	margin-top: 15px;
}
.login-link a, .lang-selector a, .logout-link a {
	height: 32px;
	line-height: 32px;
}
.login-link li a, .lang-selector li a  {
	font-family: 'Fira Sans', sans-serif;
	font-size: 13px;
	color: #686868;
	margin-left: 20px;
	margin-top: 3px;
	display: inline-block;

}

.login-link   {
	margin-left: 18px;
}
.login-link a   {
	display: inline-block;
	background: #f2f2f2;
	width: 150px;
	border: 1px #e5e5e5 solid;
	border-top: 0;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}
.logout-link {
	background: #f2f2f2;;
	border: 1px #e5e5e5 solid;
	width: 245px;
	/*width: 230px;*/
	text-align: left;
}
.logout-link a  {
	display: inline-block;

	border-top: 0;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
	color: #000;
	font-size: 12px;
}
.logout-link a  span
{
	font-size: 12px;
}
.logout-delim {
	height: 10px;
	width: 1px;
	background: #dadada;
	display: inline-block;
	position: absolute;
	top: 12px;
	margin-left: 2px;
}
.login-link a:hover, #active-lang, #active-lang:hover, .logout-link a:hover {
	text-decoration: none;
}
.login-link .icon, .logout-link .icon {
	width: 19px;
	height: 19px;

	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background: url('../img/login.png') no-repeat  center center;
}
#lang-dropdown .current {
	display: none;
}
.login-link.clicked .icon, .login-link:hover  .icon {
	background: url('../img/loginw.png') no-repeat  center center;
}
.login-link:hover, .login-link a:hover,  .login-link, .login-link a {
	text-decoration: none;
}
.login-link span.text, .lang-selector  span.text {
	vertical-align: middle;
}
.login-link span, .lang-selector  span {
	font-size: 13px;
}
.login-link span.arrow, .lang-selector  span.arrow {
	background: url('../img/arrow.png') no-repeat  center center;
	width: 8px;
	height: 4px;
 	margin-top: 14px;
	margin-right: 10px;
	float: right;
}
#restore-pass-info-msg {
	margin-bottom: 20px;
	margin-left: 80px;
}
.login-link.clicked span.arrow,  .login-link:hover span.arrow,  .lang-selector.clicked span.arrow,  .lang-selector:hover span.arrow {
	background: url('../img/arroww.png') no-repeat  center center;
}
.lang-selector {
	border-right: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	margin-left: -4px;
	height: 32px;
	position: relative;
}
.lang-selector a {
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	width: 105px;
	text-align: left;
}
.lang-selector a .arrow {
	margin-right: 0;
	margin-left: 15px;
}
.lang-selector:hover, .lang-selector.clicked, .lang-selector:hover a, .lang-selector.clicked a, .lang-selector a:hover {
	background: #a2a2a2;
	color: #fff;
	text-decoration: none;
}

.top-menu {
	margin-top: 13px;
}

.top-menu li a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #130a0a;
	margin-left: 28px;
	position: relative;
}
.top-menu li a.selected:before, .top-menu li a:hover:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -1px;
	width: 45px;
	height: 3px;
	background: #e90000;

}
.top-menu li a:hover, .top-menu li a, .top-menu li a.selected, .top-menu li a:visited {
	text-decoration: none;
}

#logo {
	margin-top: 10px;
	display: block;
}

.upper-image-main {
	width: 100%;
	height: 350px;
}
.upper-image-inner {
	width: 100%;
	height: 152px;
}

.upper-image-inner h1 {
	/*line-height:   152px;*/
	margin: 0;
	font-size: 40px;
	/*font-size: 48px;*/
	color: #fff;
	font-weight: bold;
	font-family: 'Fira Sans', sans-serif;
}

.hdr-wrap {
	height: 152px;
	width:760px;
	display: table;
}

.hdr-wrap h1 {
	display: table-cell;
	vertical-align: middle;
}
.slogan {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 66px;
	margin-top: 85px;
/*	padding: 0;*/
}

.ru .slogan {
	font-size: 45px;
	line-height: 60px;
	margin-top: 45px;
}

.lv .slogan {
	font-size: 46px;
}
.slogan span {
	border-bottom: 5px #ea0e0e solid;
}
.slogan span.mob {
	border: 0;
}

/*---------benefits-------*/
.benefits-inquiry-wrap {
	background: #f3f3f3;
	height: 250px;
}
.benefits {
	/*padding: 0;*/
}
.benefit {
	display: inline-block;
	vertical-align: top;
	/*width: 250px;*/
	height: 250px;
	padding-left: 30px;
	padding-right: 0;
	box-sizing: border-box;
	border-left: 1px #e5e5e5 solid;
}
.benefit:first-child {
	border-left: 0;
	padding-left: 0;
}
.benefit .image {
	width: 68px;
	height: 70px;
	background: url('../img/benefit-img-sh.png') no-repeat  center center;
 	margin-top: -30px;
	display: block;
}

.benefit .image div {
	width: 66px;
	height: 65px;
	display: block;
}
.benefit .image .professionality {
	background: url('../img/prof.png') no-repeat  center center;
}
.benefit .image  .efficiency {
	background: url('../img/eff.png') no-repeat  center center;
}
.benefit .image  .security {
	background: url('../img/sec.png') no-repeat  center center;
}
.benefit .header {
	font-size: 21px;
	margin-top: 8px;
}
.benefit .description {
	width: 195px;
	line-height: 21px;
	color: #686868;
	font-size: 14px;
	margin-top: 7px;
}
.benefit.third {
 	position: absolute;
	left: 530px;
}
/*-----------inquiry ----------------------------*/
.inquiry {
	position: relative;
}

.inquiry-form {
	background: #ffd200;
	height: 490px;
	width: 345px;
	position: absolute;
	top: -315px;
	left: 30px;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topright: 60px;
	border-top-right-radius: 60px;

	padding: 35px 35px 40px 40px;
}
.main-content-wrap .inquiry-form {
	top: -152px;
}
.inquiry-form h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
	color: #796400;
	text-transform: uppercase;
}

.inquiry-form input[type="text"], .inquiry-form  textarea,  .inquiry-form select{
	/*display: block;*/
	width: 100%;
	height: 35px;
	border: 0;
	color: #1d1d1d;
	line-height: 35px;
	margin-bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
}

.inquiry-form input.invalid, .inquiry-form select.invalid, .sbHolder.invalid,  .inquiry-form textarea.invalid {
	border: 1px #ff0000 solid;
}

.inquiry-form select{
	display: none;
}
.lang-sel-wrap {
	height: 45px;
}
.inquiry-form  textarea {
	height: 135px;
	resize: none;
	line-height: 20px;
	padding-top: 5px;
}
.inquiry-form label {
	font-weight: normal;
	color: #7f6900;
}
.main-content-wrap .inquiry-form  {
	line-height: 20px;
}
.inquiry-form label:hover, .inquiry-form input[type="checkbox"]:hover {
	cursor: pointer;
}
.inquiry-form .s-message, .inquiry-form  .e-message {
/*	color: #077b0f;*/
	font-size: 16px;
	display: none;
	font-weight: bold;
}
.inquiry-form  .e-message {
	color: #ff0000;
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 5px;

}
.inquiry-form input[type="checkbox"] {
	/*width: 14px;
	height: 14px;
	background: #fff;
	border: 0;
/*	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;*/
}

.custom-checkbox {
	position: relative;
	display: inline-block;
}

.custom-checkbox > .box {
	position: relative;
	display: block;
	width: 14px;
	height: 14px;
	border:0;
	background-color: #fff;

}

.custom-checkbox > .box > .tick {
	position: absolute;
	left: 2px;
	top: 1px;
	width: 14px;
	height: 6px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: none;
}

.custom-checkbox > input:checked + .box > .tick {
	display: block;
}

.custom-checkbox > input {
	position: absolute;
	outline: none;
	left: 0;
	top: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	border: none;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.custom-checkbox > input:active + .box {
	/*border-color: #aaa;*/
	background-color: #fff;
}


.inquiry-form ::-webkit-input-placeholder {
	color: #a0a0a0;
	font-size: 12px;
	text-transform: uppercase;
}

.inquiry-form :-moz-placeholder { /* Firefox 18- */
	color: #a0a0a0;
	font-size: 12px;
	text-transform: uppercase;
}

.inquiry-form ::-moz-placeholder {  /* Firefox 19+ */
	color: #a0a0a0;
	font-size: 12px;
	text-transform: uppercase;
}

.inquiry-form :-ms-input-placeholder {
	color: #a0a0a0;
	font-size: 12px;
	text-transform: uppercase;
}

.lb_label {
	color: #a0a0a0;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
}
.lb_wrap {
	position:relative;
	display: inline;
}

.lang-sel-wrap {
	position: relative;
}
.en .lang-sel-wrap.from .sbSelector {
	padding-left: 40px;
}
.en  .lang-sel-wrap.to .sbSelector {
	padding-left: 23px;
/*	padding-left: 40px;*/
}

.lv .lang-sel-wrap.from .sbSelector, .ru .lang-sel-wrap.from .sbSelector  {
	padding-left: 28px;
}
.lv  .lang-sel-wrap.to .sbSelector, .ru  .lang-sel-wrap.to .sbSelector {
	padding-left: 28px;
}

.sel-label {
	position: absolute;
	left: 10px;
	z-index: 9;
	line-height: 35px;
}


.file-btn {
	border: 1px #a18500 solid;
	display: inline-block;
	min-height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #a18500;
	margin-top: 10px;
	padding: 0 20px;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.submit-btn {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	color: #fff;
	background: #e90000;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 268px;
	margin-top: 22px;
	/*font-weight: bold;*/
}

.file-btn:hover, .submit-btn:hover {
	cursor: pointer;
}

.submit-btn:hover {
	background: #130a0a;
}

	/*--------------------*/
.info-row {
	padding: 60px  0 75px 0;
	font-size: 16px;
	line-height: 28px;
	font-family: "Georgia", serif;
}
.info-row h3 {
	font-family: 'Fira Sans', sans-serif;
}
.services-block .desc {

	width: 310px;
	color: #7e7e7e;
}

.notar-btn {
	background: url(../img/tick.png) no-repeat 20px center;
	border: 1px #e90000 solid;
	display: inline-block;
	height: 38px;
	margin-top: 22px;
	margin-left: -5px;
	font-size: 16px;
	color: #000;
	font-style: italic;
	line-height: 38px;
	padding: 0 25px 0 47px;
	box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}



.news-block  {
	padding-left: 23px; /* 8 + 15*/
}
.review-block {
	position: relative;
	z-index: 99;
	padding-left: 30px;
}
.review-block.inner {
	margin-top: 338px;
	background: #f3f3f3;
	margin-left: 15px;
	overflow: hidden;
	padding-top: 50px;
	height: 590px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 28px;
}
.item-review {
	width: 265px;
	display: none;
	padding-right: 20px;
	height: auto;
}
.item-review a, .item-review a:hover {
	color: #7e7e7e;
	text-decoration: none;
}
.news-intros {
	margin-top: 5px;
}
.news {
	min-height: 60px;
	margin-bottom: 20px;
	display: block;
	color: #000;

}
.news-intros a.news {
	color: #000;
}
.news:hover {
	text-decoration: none;
}
.news .date, .news .text {
	display: inline-block;
	vertical-align: top;
}
.news .date {
	width: 65px;
	height: 62px;
	background: url(../img/datebg.png) no-repeat left center;
	margin-right: 25px;
	padding-left: 32px;
	box-sizing: border-box;
}
.news .date .big {
	font-size: 30px;
	/**font-weight: bold;*/
	margin-top: 5px;
}
.news .date .month {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: -5px;
}
.news .text {
	width: 230px;
	margin-top: 5px;
	line-height: 24px;
}

.archive-link {
	margin-left: 95px;
	font-size: 13px;
	font-family: 'Fira Sans', sans-serif;
	color: #686868;
	text-decoration: none;
	padding-right: 20px;
	background: url(../img/arrowr.png) no-repeat right center;
}
.archive-link:hover {
	text-decoration: none;
}
.archive-link.about {
	margin-left: 0;
}

.review-block {
	position: relative;
	color: #000;
}
#rev-load {
	min-height: 400px;
}
.rew-text {
	font-style: italic;
	color: #7e7e7e;
	/*margin-top: 37px;*/
	margin-top: 5px;
	height: auto;
}

.rew-name, .rew-position {
	font-family: 'Fira Sans', sans-serif;
}
.rew-name {
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
}
.rew-position {
	font-size: 13px;
	margin-top: -8px;
}

#up-rev, #down-rev {
	position: absolute;
	width: 108px;
	height: 85px;
}
#up-rev {
	top: -10px;
	left: 10px;
	background: url(../img/rev_top.png) no-repeat center;
}
#down-rev {
	top: 255px;
	right: 45px;
	background: url(../img/rev_btm.png) no-repeat center;
}
.review-block.inner #up-rev {
	left: -20px;
	top: 40px;
}
.review-block.inner #down-rev {
	top: 305px;
	right: -15px;
}
#rew-nav {
	position: absolute;
	top: 32px;
	right:20px;
}
.review-block.inner #rew-nav {
	right:45px;
	top: 82px;
}
#prev-rew, #next-rew, #prev-client, #next-client {
	width: 9px;
	height: 16px;
	display: inline-block
}
#prev-rew:hover, #next-rew:hover, #prev-client:hover, #next-client:hover  {
	cursor: pointer;
}
#prev-rew.inactive:hover, #next-rew.inactive:hover, #prev-client.inactive:hover, #next-client.inactive:hover  {
	cursor: default;
}
#prev-rew, #prev-client {
	margin-right: 15px;
	background: url(../img/list_prev_black.png) no-repeat center;
}
#prev-rew.inactive, #prev-client.inactive {
	background: url(../img/list_prev_grey.png) no-repeat center;
}
#next-rew, #next-client  {
	background: url(../img/list_next_black.png) no-repeat center;
}
#next-rew.inactive, #next-client.inactive  {
	background: url(../img/list_next_grey.png) no-repeat center;
}

/*------------------------------video block-----------------------------*/
.video-block {
	height: 280px;
	color: #fff;
}
.video-block .b1 {
	text-align: right;
}
.video-block .b2, .video-block  .years {
	position: relative;
}
#video-bg {
	position: absolute;
	right: 20px;
	top: 0;
	height: 280px;

	background: url(../img/des3.jpg) no-repeat right center;
	background-size: cover;
	z-index: -1;

	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topright: 60px;
	border-top-right-radius: 60px;
}
.video-block .b1 {
	font-weight: bold;
}

.video-block .b1 .aa {
	font-size: 70px;
	margin-top: 135px;
	/*margin-top: 95px;*/
}
.video-block .b1 .translations {
	font-size: 35px;
	text-transform: uppercase;
	margin-top: 30px;
/*	margin-top: -20px;*/
	position: relative;
	padding-bottom: 4px;
	display: inline-block;
	border-bottom: 7px #ff0000 solid;
}

#play-video {
	position: absolute;
	right: 80px;
	top: 174px;

	color: #ff0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
/*	padding: 20px 40px 16px 40px;*/
	text-align: center;
	line-height: 54px;

	width: 140px;
	height: 52px;
	box-sizing: border-box;
	background: url(../img/video_btn.png) no-repeat center;

}
#play-video:hover {
	text-decoration: none;
	cursor: pointer;
}
#yellow {
	height: 180px;
	width: 100%;
	left: -20px;
	top: 100px;
	position: absolute;
	background: #ffd200;
	overflow: hidden;
	z-index: -1;
}
.years-label {
	color: #000000;
	font-size: 36px;
	z-index: 9;
	padding-left: 30px;
	margin-top: 100px;
}

.years-label .date {
	font-size: 162px;
	font-family: 'Montserrat';
	margin-top: -25px;
}
.years-label .yr, .years-label .exp {
	text-transform: uppercase;
	font-weight: 300;
}
.years-label .yr {
	/*margin-top: -35px;*/
	margin-top: 85px;
}
.years-label .yr span {
	text-transform: none;
    font-family: "Georgia", serif;
	font-style: italic;

}
.years-label .exp {
	font-size: 28px;
/*	margin-top: -10px;*/
	margin-top: 15px;
}




/*-----------------about--------------*/
 .about-block {
	 margin: 60px 0 65px 0;
 }
.about-text-wrap  {
	padding-left: 0;
}
.about-text {
	width: 703px;
	font-size: 18px;
	opacity: 0.66;
	line-height: 32px;
	margin-top: 12px;
	font-family: "Georgia", serif;
}
/*-------------------clients------------------*/
.clients-content-wrap {
	height: 110px;
	background: #f3f3f3;
}
.clients-content .client {
	height: 110px;
	border-right: 1px #dadada solid;
}
.clients-content .client.munces {
	padding: 10px ;
	box-sizing: border-box;
}
.clients-content .client.m2m {
	padding:  0 20px   20px  20px;
	box-sizing: border-box;
}
.clients-content .client {
	display: block;
}
.clients-content .client.last {
	border-right: 0;
}
.client .logo {
	margin: 0 10px 0 0;
	height: 110px;
}
.client .logo.rix {
	background: url(../img/rix.png) no-repeat 0px  center;
}

.client .logo.kt {
	background: url(../img/kt.png) no-repeat 0px  center;
	background-size: contain;
}
.client .logo.munces {
	background: url(../img/munces_modes.JPG) no-repeat   center ;
	background-size: contain;
	height: 90px;

}
.client .logo.excolo {
	background: url(../img/excolo.jpg) no-repeat  center  ;
	background-size: contain;
	margin-left: -20px;
}

.client .logo.m2m {
	background: url(../img/m2m.png) no-repeat  center  ;
	background-size: contain;
	margin-left: -20px;
}
/*------------------------footer------------------*/
.footer-wrap {
	background: #4b4b4b
}

.sw-logo {
	width: 33px;
	height: 16px;
	background: url(../img/sw.png) no-repeat center;
}
.footer {
	padding: 20px 0 15px 0;
}
.footer-links {
	list-style-type: none;
	margin-bottom: 0;
}
.footer-links li, .footer-links li a {
	display: inline-block;
	color: #a0a0a0;
	font-size: 14px;
}
.footer-links li {
	padding: 0 18px;
	border-right: 1px #5c5c5c solid;
	height: 16px;
	line-height: 16px;
}

.footer-links li:first-child {
	padding-left: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-links li:last-child {
	border-right: 0;
}
.right-part a {
	float: right;
}

/*-------------mobile & very small screens---*/
.footer-mob {
	padding-top: 28px;
	font-size: 14px;
}
.phone-icon {
	display: block;
	padding-left: 35px;
	color: #fff;
	background: url(../img/phone.png) no-repeat left center;
	height: 22px;
	line-height: 22px;

}
.press-to-call {
	display: inline-block;
	text-align: right;
	float: right;
	color: #a0a0a0;
}
.mob-phone-wrap {
	padding-bottom: 8px;
	border-bottom: 1px #5a5a5a solid;
}
.phone-itm {
	float: left;
}
.email-icon {
	display: block;
	padding-left: 35px;
	color: #fff;
	background: url(../img/email.png) no-repeat left center;
	height: 22px;
	line-height: 22px;
	margin: 10px 0 44px 0;
}

.sname-mob {
	color: #a0a0a0;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

.right-part-mob {
	float: right;
	margin-top: -2px;
}
.copy-line-mob {
	margin-bottom: 25px;
}

/*----------------------------inner pages--------------------------*/
.team {
 margin-top: 20px;
}
.team h2 {
	margin-bottom: 25px;
	margin-top: 0;

}

.team-member {
	display: inline-block;
	vertical-align: top;
	width: 345px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #f3f3f3;
	padding-bottom: 15px;
	min-height: 350px;
	text-decoration: none;
}
.team-member:hover {
	cursor: pointer;
	text-decoration: none;
}
.team-member:nth-child(2n+1){
	margin-right: 0;
}
.team-member .member-image {
	width: 100%;
	height: 260px;
}
.team-member  .member-name {
	font-size: 21px;
	margin-left: 30px;
	margin-top: 19px;
	line-height: 25px;
}
.team-member .member-position {
	font-size: 14px;
	color: #777777;
	margin-left: 30px;
	line-height: 16px;
	/*margin-top: -5px;*/
}
/*-------------------------------contact page-------------------*/
#map {
	width: 100%;
	height: 635px;
}
.contact-row {
	position: relative;
	z-index: 999999;
}
.contact-info {
	height: 495px;
	width: 375px;
	background: #fff;
	position: absolute;
	top: -495px;
	padding: 35px;
	box-sizing: border-box;
	z-index: 999999;
}
.inquiry-form.contact {
	height: 451px;
	top: -450px;
	width: 395px;
	left: 0;
	z-index: 9999;
}
.sbOptions {
	z-index: 99999 !important;
}
.inquiry-form.contact .submit-btn  {
	width: 100%;
	margin-top: 2px;
}
.contact-info h1 {
	margin-top: 5px;
	margin-bottom: 27px;
}

.contact-blocks .cb,  .contact-blocks  .company-info {
	padding-left: 73px;
	font-family: "Georgia", sans-serif;
}
.contact-blocks .cb {
	min-height: 50px;
	margin-bottom: 15px;
	margin-left: -5px;
}

.contact-blocks .cb .name {
	color: #686868;
	font-size: 14px;
}
.contact-blocks .cb .value, .contact-blocks .cb .value a {
	font-size: 18px;
	color: #000;
}
.contact-blocks .cb .value {
	margin-top: -2px;
}
.contact-blocks .cb .value a:hover {
	text-decoration: none;
}
.contact-blocks .company-info {
	padding-top: 8px;
	padding-left: 68px;
}
.contact-blocks .cb.phone {
	background: url(../img/contact_mob.png) no-repeat left top;
}
.contact-blocks .cb.fax {
	background: url(../img/contact_fax.png) no-repeat left top;
}
.contact-blocks .cb.email {
	background: url(../img/contact_email.png) no-repeat left top;
}
.contact-blocks .cb.address {
	background: url(../img/contact_address.png) no-repeat left top;
}
/*------------------services-----------------*/
.service-list .service h2, .service-list .service a, .service-list .service a:hover,
.news-list .news h2, .news-list .news a, .news-list .news a:hover{
	color: #000000;
	font-family: "Georgia", sans-serif;
	font-size: 32px;
	text-decoration: none;
}
.service-list .service {
	margin-top: 75px;
}
.service-list .service:first-child {
	margin-top: 0;
}
.service-list .service h2 {
	margin-bottom: 18px;
}
.service-list .read-more {
	margin-top: 20px;
}
.service-list .read-more a, .service-list .read-more a:hover,  .news-list .news .read-more a,  .news-list .news .read-more a:hover  {
	display: inline-block;
 	color: #aaaaaa;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	border: 1px #aaaaaa solid;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0 20px;
}

.news-list .news .read-more a,  .news-list .news .read-more a:hover {
	position: absolute;
	left: 100px;
	background: #fff;
}
.news-list .news .read-more {
	margin-top: 55px;
	margin-bottom: 50px;
}
.service-list .more-line, .news-list .more-line  {
	display: inline-block;
	width: 625px;
	height: 1px;
	background: #e5e5e5;
	margin-right: 12px;
}
.news-list .more-line {
	width: 100%;
}
.news-list .date, .news-list .news-short {
	display: inline-block;
	vertical-align: top;
}
.news-list .news {
	margin-top: 23px;
}
.news-list .news-short  {
	width: 620px;
}
.news-list  .news .date {
	margin-left: -10px;
}
.news-list  .news h2 {
	margin-top: 10px;
	margin-bottom: 15px;
}
/*-------------------------price list------------------------*/
.price-list  table {
	width: 740px;
	margin-top: 23px;
}
.price-list  table .col2, .price-list  table .col4 {
	width: 185px;
}
.price-list  table td {
	height: 40px;
	border-bottom:  1px #e2e2e2 solid;
	font-size: 16px;
	color: #000000;
	font-family: "Georgia", sans-serif;
	box-sizing: border-box;
}
.price-list  table .lang-col {
	width: 155px;
}
.price-list .header, .price-list .name {
	font-family: 'Fira Sans', sans-serif;
	font-weight: bold;
	line-height: 16px;
}
.price-list .name {
	font-size: 14px;
}
.price-list  table td .tip, .mobile-price-list  .headers .tip {
	color: #686868;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;

}
.price-list  table .from {
	color: #686868;
	font-size: 14px;
}
.price-list-info {
	color: #686868;
	margin-top: 10px;
	font-family: "Georgia", sans-serif;
	font-size: 14px;
	line-height: 24px;
}

.price-list  table .mob-lang {
	width: 50%;
}

.price-list  table .price {
	width: 50%;
	text-align: right;
}
.mobile-price-list {

}
.price-list  .mobile-price-list  table  {
	width: 100%;
}
.price-list  .mobile-price-list  table .from {
	padding-right: 5px;
}
.mobile-price-list  .headers {
	font-family: "Georgia", sans-serif;
	height: 95px;
	border-bottom: 1px #e5e5e5 solid;
	padding-top: 35px;
	background:  url(../img/price_arrow.png) no-repeat right 15px  center;
}
.mobile-price-list  .headers:hover {
	cursor: pointer;
}
.mobile-price-list .price-content {
	display: none;
}

.mobile-price-list  .headers.expanded {
	border-bottom: none;
	background:  url(../img/price_arrow_sel.png) no-repeat right 15px  center;
}
.mobile-price-list  .headers.expanded  .name {
	color: #e90000;
}
.mobile-price-list  .headers .name {
	font-size: 18px;
	font-weight: normal;
	font-family: "Georgia", sans-serif;
}
.mobile-price-list  .headers .tip  {
	font-family: "Georgia", sans-serif;
}
.mobile-price-list table {
	margin-top: 0;
}

.additional-services {
	width: 570px;
	margin-top: 60px;
	font-family: "Georgia", sans-serif;
}
.additional-services h3 {
	margin-bottom: 27px;
}
.price-list .additional-services table {
	width: 100%;
	border-top: 1px #e2e2e2 solid;
}
.serv-name {
	width: 400px;
	padding: 22px 0 18px 0;

}
.serv-name  .header, .add-info-txt .maintxt {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	font-family: "Georgia", sans-serif;
}
.serv-name  .description, .serv-info .size,  .add-info-txt  .subtxt {
	color: #686868;
	font-size: 14px;
	line-height: 20px;
	margin-top: 3px;
}
.serv-info {
	text-align: left;
}
.price-list table  .serv-info .price {
	font-size: 21px;
	text-align: left;
	margin-top: -5px;
	width: 100%;
}
.serv-info .size {
	margin-top: -5px;
}

.add-info-txt {
	margin-top: 50px;
}
.langName {
	text-transform: capitalize;
}
/*---------------------user account pages----------------*/
.upper-image-inner-user {
	width: 100%;
	height: 92px;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	background: #90cd66  url(../img/top_cab_bg.png) repeat-x top;
}
.upper-image-inner-user a {
	color: #fff;
}
.upper-image-inner-user h1 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 92px;
	width: 285px;
	margin: 0;
}
.upper-image-inner-user h1, #user-menu-ul, #user-menu-ul li, #user-menu-ul li a {
	display: inline-block;
	vertical-align: top;
}
#user-menu-ul {
	width: 550px;
	line-height: 92px;
}
#user-menu-ul li {
	margin-right: 5px;
}
#user-menu-ul li a {
	line-height: 92px;
	font-size: 21px;
	font-weight: 700;
	padding: 0 15px;
	text-decoration: none;

}
#user-menu-ul li a.selected, #user-menu-ul li a:hover  {
	background:  url(../img/user_nav_arrow_small.png) no-repeat  center bottom;
}
#user-menu-ul li a:hover {
	color: #130a0a;
}
.add-order-wrap {
	width: 210px;
	float: right;
	text-align: right;
}

.add-order-btn {
	background: #fff;
	color: #6db54d;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;

	padding: 0 15px;
	text-align: center;
 	margin-top: 26px;
	box-sizing: border-box;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
}
.add-order-btn:hover {
	cursor: pointer;
	background: #4b4b4b;
	color: #fff;
}

.user-pages {
	min-height: 300px;
	font-family: 'Fira Sans', sans-serif;
}
.main-content.front {
	margin-left: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #ff0000 !important;
}
/*-------------------------registration form----------------*/
.registration-wrap {
	min-height: 500px;
	background: #4b4b4b url(../img/reg_bg.png) no-repeat  center top;
}

.register-form {
	background: #ffd200;
	height: auto;
	width: 640px;
	margin: 50px  auto 105px  auto;
	font-size: 14px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topright: 60px;
	border-top-right-radius: 60px;
	padding: 60px 35px 40px 20px;
	font-family: 'Fira Sans', sans-serif;

}

.registration h1 {
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}

.register-form .label, .register-form .inp-content {
	display: inline-block;
	vertical-align: top;
}

.register-form .label  {
	width: 175px;
	margin-left: 70px;
	text-align: left;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 35px;
}
.register-form .label label {
	font-weight: normal  !important;
}

.register-form .inp-content {
	width: 275px;
	margin-bottom: 10px;
}

.register-form .inp-content input {
	width: 275px;
	height: 35px;
	border: 0;
	padding: 4px;
	box-sizing: border-box;

}

.register-form  .submit-btn {
	width: 276px;
	margin-top: 10px;
}

.register-form .sbHolder {
	margin-bottom: 0;
}

.register-form .inp-content input.invalid {
	border: 1px #ff0000 solid;
}

.register-form .s-message    {
	font-weight: bold;
	margin-left: 75px;
	margin-bottom: 60px;
	display: none;
}

.register-form .e-message {
	font-weight: bold;
	margin-left: 75px;
	margin-bottom: 30px;

}

.lb_label  { /* label moving placeholder fix for different languages */
	transform: none !important;
	right: 8px !important;
}
/*----------------------restore form --------------*/
#restore-form {
	display: none;
}

.team-member-description .position {
	color: #777;
	margin-bottom: 20px;
	font-size: 16px;
}

.team-member-description  .description img {
	width: 330px;
	float: left;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* ------review page------*/
.innerp-review {
/*	margin: 50px 0 20px 0;*/
	margin: 50px 0;
}
.review-wrap .innerp-review:first-child {
	margin-top: 20px;
}
.hidden-rev {
	display: none;
}
.rev-name {
	font-family: "Georgia";
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
}

.hidden-rev.visible {
	display: inline;
}
.dots {
	display: none;
}
.dots.visible {
	display: inline;
}

.rev-text.hasimg .rev-text-content  {
	width: 595px;
	padding-right: 30px;
	min-height: 170px;
	/*min-height: 190px;*/
}
.rev-image-wrap, .rev-text-content {
	display: inline-block;
	vertical-align: top;
}
.rev-image-wrap {
	width: 140px;
	height: 200px;


	float: right;
	margin-top: -50px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	position: relative;
}
.rev-image-inner {
	width: 140px;
	height: 200px;
}
.line-wrap {
	position: relative;
}
.readmore_rev {
	position: absolute;
	right: 0;
	top: -20px;
	/*top: -25px;*/
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	font-family: 'Fira Sans', sans-serif;
	color: #000;
	border: 1px #777 solid;
	opacity: 0.5;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 0 20px;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}

.line-wrap hr.full {
	margin-top: 50px;
}
.line-wrap hr.short {
	width: 630px;
}
.rev-zoom-in {
	position: absolute;
	width: 140px;
	height: 30px;
	color: #000;
	font-size: 14px;
	font-family: "Georgia";
	padding-left: 30px;
	background: #f3f3f3  url(../img/zoom_in.png) no-repeat left 9px center;
	line-height: 30px;
	bottom: 0px;
	left: 0px;
}