*:focus {
	outline:none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular.eot');
	src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-Regular.woff') format('woff'),
		url('../fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Light.eot');
	src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-Light.woff') format('woff'),
		url('../fonts/Raleway-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway-Bold.woff') format('woff'),
		url('../fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI.ttf');
}
@font-face {
	font-family: 'Segoe Light';
	src: url('../fonts/SegoeUI-Light.ttf');
}
@font-face {
	font-family: 'Segoe Bold';
	src: url('../fonts/SegoeUI-Bold.ttf');
}*/
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/subset-SegoeUI.eot');
    src: url('../fonts/subset-SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SegoeUI.woff2') format('woff2'),
        url('../fonts/subset-SegoeUI.woff') format('woff'),
        url('../fonts/subset-SegoeUI.ttf') format('truetype'),
        url('../fonts/subset-SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe Light';
    src: url('../fonts/subset-SegoeUI-Light.eot');
    src: url('../fonts/subset-SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/subset-SegoeUI-Light.woff') format('woff'),
        url('../fonts/subset-SegoeUI-Light.ttf') format('truetype'),
        url('../fonts/subset-SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe Bold';
    src: url('../fonts/subset-SegoeUI-Bold.eot');
    src: url('../fonts/subset-SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/subset-SegoeUI-Bold.woff') format('woff'),
        url('../fonts/subset-SegoeUI-Bold.ttf') format('truetype'),
        url('../fonts/subset-SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
}

.col-lg-12{
	width: 100%;
}
html, body {
	position: relative;
	min-height: 100%;
}
.big-wrapper {
}
.container-fluid {
	margin: 0 auto;
	max-width: 1625px;
}
body {
	background: #d9d9d9;
	overflow-x: hidden;
}
body.intro {
	background: url('../images/intro.jpg') center no-repeat;
	background-size: cover;
}
.intro-header {
	height: 99px;
	background-color: #d9d9d9;
	padding-top: 17px;
}
.intro-lang {
	float: right;
	padding-top: 20px;
}
.intro-lang a {
	display: inline-block;
	color: #2b404b !important;
	/*font: 400 24px 'Raleway',sans-serif;*/
	font: 400 24px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin-right: 25px;
	text-decoration: none;
}
.intro-lang img {
	max-width: 28px;
	display: inline-block;
	margin-right: -2px;
	margin-top: -5px;
}
.intro-lang a.active {
	font-weight: 700;
}
.intro-menu {
	height: 40px;
	background-color: #e6e6e6;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	padding: 0 40px;
	float: right;
	margin-top: 175px;
	margin-right: 98px;
	cursor: pointer;
	position: relative;
}
.intro-menu p {
	color: #272b24;
	/*font: 700 24px/40px 'Raleway',sans-serif;*/
	font: 700 24px/40px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0;
	background: url('../images/intro-arrow.png') right center no-repeat;
	padding-right: 30px;
}
.intro-menu ul {
	display: none;
	position: absolute;
	width: 100%;
	margin: 0 -40px;
	top: 40px;
	max-height: 350px;
	overflow: hidden;
	overflow-y: visible;
}
.intro-menu ul li {
	/*t*/
	background-color: #e6e6e6;
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding: 0 15px;
}
.intro-menu ul li a {
	color: #272b24;
	/*font: 400 20px/40px 'Raleway',sans-serif;*/
	font: 400 20px/40px 'Segoe UI', sans-serif;
}
.intro-menu .admin-title {
	color: #00b800;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
}

header {
	height: 89px;
	background-color: #d9d9d9;
}
.main-search {
	float: right;
	width: 220px;
	height: 30px;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	overflow:hidden;
	margin-left: 20px;
}
.main-search input {
	background: none;
	border: none;
	display: inline-block;
	height: 100%;
	width: 180px;
	color: #2b404b;
	/*font: 400 14px/30px 'Raleway',sans-serif;*/
	font: 400 14px/30px 'Segoe UI', sans-serif;
	margin: 0;padding: 0;
	padding: 0 13px;
	vertical-align: top;
}
.main-search input::-webkit-input-placeholder {
  color: #2b404b;
}
.main-search input::-moz-placeholder {
  color: #2b404b;
}
.main-search input:-ms-input-placeholder {
  color: #2b404b;
}
.main-search input:-moz-placeholder {
  color: #2b404b;
}
.main-search button {
	background: none;
	border: none;
	box-shadow: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin-top: -1px;
}
.icons {
	float: right;
	padding-top: 6px;
}
.icons a {
	display: inline-block;
	margin-left: 20px;
}
.lang-menu {
	float: right;
	margin-left: 20px;
	color: #2b404b;
	/*font: 700 14px/14px 'Raleway',sans-serif;*/
	font: 700 14px/14px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	padding-top: 7px;
}
.lang-menu p {
	margin: 0;
	padding: 0;
}
.lang-menu p img {
	width: 20px;
	margin: 0px 0px 2px 4px;
}
.lang-menu ul {
	display: none;
	background-color: #d9d9d9;
	position: absolute;
	top: 30px;
	z-index: 1000;
  padding: 5px 3px 3px 3px;
  left: -3px;
	background-color: #e6e6e6;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
}
.lang-menu li {
	padding: 0px;
}
.lang-menu li a {
	color: #2b404b !important;
	/*font: 700 14px/14px 'Raleway',sans-serif;*/
	font: 700 14px/14px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
.lang-menu li a img {
	width: 18px;
	margin: 0px 0px 4px 3px;
}
.h-r {
	padding-top: 29px;
}
.country-menu {
	float: right;
	margin-left: 20px;
	color: #2b404b;
	/*font: 700 14px/30px 'Raleway',sans-serif;*/
	font: 700 14px/30px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	height: 30px;
	background-color: #e6e6e6;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	width: 100%;
	max-width: 200px;
	z-index: 10;
}
.country-menu p {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-right: 34px;
	background: url('../images/region-arrow.png') center right 16px no-repeat;
}
.country-menu ul {
	display: none;
	background-color: #d9d9d9;
	position: absolute;
	top: 30px;
	z-index: 2;
  padding: 0 10px;
  left: -0;
	background-color: #e6e6e6;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	width: 100%;
	max-height: 200px;
	overflow: auto;
}
.country-menu li {
	padding: 5px 0;
}
.country-menu li a {
	color: #2b404b !important;
	/*font: 700 14px/30px 'Raleway',sans-serif;*/
	font: 700 14px/30px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
.global-page {
	float: right;
	color: #00b800 !important;
	/*font: 400 14px/14px 'Raleway',sans-serif;*/
	font: 400 14px/14px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	display: inline-block;margin-top: 11px;
}
.admin-page-logo {
	margin-top: 10px !important;
}
.logo {
	display: inline-block;
	margin-top: 20px;
}
nav {
	height: 45px;
	background-color: #44d62c;
	z-index: 30;
}
nav ul li {
	float: left;
	width: 232px;
	border-right: 1px solid #2fc617;
}
nav ul li:last-child {
	border-right: none;
}
nav ul li a {
	display: inline-block;
	text-align: center;
	color: #131313 !important;
	/*font: 700 16px/44px 'Raleway';*/
	font: 700 16px/44px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
} 
nav ul li a:hover, nav ul li a:focus { 
	background-color: #2fc617;
}


.main-page-slider .swiper-container {
	/*max-height: 650px;*/
	height: 100%;
}
.main-page-slider .swiper-slide img{
	width: 100%;
	height: 100%;
	margin: 0px auto;
}
.main-page-slider .swiper-container .swiper-pagination {
	bottom: 0;
}
.main-page-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	background-color: rgba(255, 255, 255, 0.75);
	opacity: 1;
	border: 1px solid #b3b3b3;
}
.main-page-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #11b05b;
}

.main-page-slider img {
	/*max-height: 650px;*/
	width: 100%;
	height: 100%;
}

/*.main-filter{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .25;
	z-index: 3;
	top: 0;
	left: 0;
	background-image: -ms-linear-gradient(left, #01FFA7 0%, #04a9d2 100%);
	background-image: -moz-linear-gradient(left, #01FFA7 0%, #04a9d2 100%);
	background-image: -o-linear-gradient(left, #01FFA7 0%, #04a9d2 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #01FFA7), color-stop(100, #04a9d2));
	background-image: -webkit-linear-gradient(left, #01FFA7 0%, #04a9d2 100%);
	background-image: linear-gradient(to right, #01FFA7 0%, #04a9d2 100%);
}*/
.main-slider-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}
.main-slider-content h1 {
	color: white;
	/*font-family: 'Raleway',sans-serif;*/
	font-family: 'Segoe UI', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	margin: 107px 0 48px 0;
}
.main-slider-content h1 .top-text {
	font-size: 152px;
	line-height: 86px;
}
.main-slider-content h1 .middle-text {
	font-size: 92px;
	line-height: 86px;
}
.main-slider-content h1 .bottom-text {
	font-size: 80px;
	line-height: 66px;
}
.main-slider-content h3 {
	color: white;
	/*font: 700 18px 'Raleway',sans-serif;*/
	font: 700 18px 'Segoe UI', sans-serif;
	margin: 0 0 30px 0;
	text-align: right;
}
.main-slider-content p {
	color: white;
	/*font: 400 18px 'Raleway',sans-serif;*/
	font: 400 18px 'Segoe UI', sans-serif;
	margin: 0;
	text-align: right;
	max-width: 403px;
	float: right;
	width: 100%;
}
.intro-articles-wrap {
	margin-bottom: 20px;
}
.intro-articles {
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(68, 117, 117, 0.15);
}
.intro-articles article {
	background-color: #ededed;
	box-shadow: 0 5px 5px rgba(68, 117, 117, 0.15);
}
.intro-articles img {
	width: 100%;
	max-height: 400px;
	margin: 0 0 14px 0;
}
.intro-articles h2 {
	color: #2b404b;
	/*font: 700 24px/26px 'Raleway',sans-serif;*/
	font: 700 24px/26px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 13px;
}
.intro-articles h4 {
	color: #666;
	/*font: 700 16px/16px 'Raleway',sans-serif;*/
	font: 700 16px/16px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 0 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.intro-articles p {
	color: #666;
	/*font: 300 14px/16px 'Raleway',sans-serif;*/
	font: 300 14px/16px 'Segoe UI', sans-serif;
	/*text-transform: uppercase;*/
	margin: 0 0 25px;
	padding: 0 13px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.intro-articles a {
	color: #666 !important;
	/*font: 400 8px/8px 'Raleway',sans-serif;*/
	font: 400 8px/8px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 24px;
	display: inline-block;
	padding: 0 13px;
}
.intro-articles article:hover {
	background-color: white;
	box-shadow: 0 5px 5px rgba(68, 117, 117, 0.15);
}
.section-title {
	color: #2b404b;
	/*font: 400 36px/36px 'Raleway',sans-serif;*/
	font: 400 36px/36px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	margin: 44px 0
}
.section-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #26c72e;
	top: 16px;
	z-index: 2;
}
.section-title span {
	display: inline-block;
	position: relative;
	z-index: 3;
	padding: 0 23px;
	background: #f2f2f2;
}
.small-wrapper {
	width: 100%;
	max-width: 1720px;
	background-color: #f2f2f2;
	margin: 0 auto;
	border-radius: 5px;
}
.prof-row {
	margin: 25px 0px 0;
	/*padding: 0 16px;*/
}
.prof-row-con {
	background-color: #ededed;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(68, 117, 117, 0.15);
	width: 100%;
	position: relative;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.prof-row-con:hover, .prof-row-con:focus {
	background: #fff;
}
.prof-row-con img {
	margin: 0 auto;
	max-height: 257px;
}
.prof-desc {
	max-width: 367px;
	padding-top: 35px;
}
.prof-desc h3 {
	color: #2b404b;
	/*font: 700 22px/24px 'Raleway',sans-serif;*/
	font: 700 22px/24px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding-bottom: 11px;
	border-bottom: 2px solid #47b700;;
}
.prof-desc p {
	color: #2b404b;
	/*font: 400 14px/16px 'Raleway',sans-serif;*/
	font: 400 14px/16px 'Segoe UI', sans-serif;
	margin: 0 0 25px 0;
}
.readmore-prof {
	text-align: center;
}
.sec-row {
	margin-bottom: 60px;
}
.readmore-prof a {
	display: inline-block;
	width: 131px;
	height: 41px;
	border: 1px solid #47b700;
	border-radius: 20px;
	text-align: center;
	color: #2b404b !important;
	/*font: 700 15px/41px 'Raleway',sans-serif;*/
	font: 700 15px/41px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
a.main-calc {
	display: block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	padding-bottom: 30px;
	outline: none;
}
a.main-calc p {
	color: #2b404b !important;
	/*font: 700 24px/26px 'Raleway',sans-serif;*/
	font: 700 24px/26px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 29px;
}
.soc-global {
	/*height: 75px;*/
	background-color: #f2f2f2;
	border-radius: 5px;
	text-align: center;
	margin: 20px auto;
}
.soc-links a {
	display: inline-block;
	margin: 0 40px;
	line-height: 75px;
	vertical-align: top;
}
.soc-links a:hover, .soc-links a:focus {
	opacity: .7
}
.soc-links .f-rss {
	display: inline-block;
	color: #2b404b;
	/*font: 700 35px/75px 'Raleway',sans-serif;*/
	font: 700 35px/75px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	text-decoration: none;!important;
}
.soc-links .f-rss span {
	cursor: pointer;
}
.soc-links .f-rss .alert {
	position: absolute;
	bottom: 100%;
	margin: 0;
	width: 100%;
	font-size: 20px;
	padding: 0;
}
.soc-links #subscribe {
	display: none;
	position: relative;
}
#subscribe input[type='text'] {
	line-height: normal;
	padding: 3px 5px;
}
#subscribe input[type='submit'] {
	padding: 9px;
	height: auto;
	position: relative;
	bottom: 6px;
}
.footer-wrapper {
	max-width: 1720px;
	margin: 0 auto;
	padding: 101px 0 61px;
	background-color: #e6e6e6;
	border-radius: 5px;
}
.footer-wrapper .container-fluid {
	max-width: 1562px;
	margin: 0 auto;
}
footer h5 {
	color: #2b404b;
	/*font: 700 16px/36px 'Raleway',sans-serif;*/
	font: 700 16px/36px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0;
}
footer ul li a {
	color: #2b404b !important;
	/*font: 700 16px/36px 'Raleway',sans-serif;*/
	font: 700 16/36px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
footer h5+ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer h5+ul li a {
	color: #2b404b !important;
	/*font: 400 16px/36px 'Raleway',sans-serif;*/
	font: 400 16px/36px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
.bot-wr {
	background-color: lightgrey;
	padding: 0;
}
p.copy {
	color: #2b404b;
	/*font: 700 15px/51px 'Raleway',sans-serif;*/
	font: 700 15px/51px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
section.about {
	padding-top: 40px;
}
.about-cover {
	margin-bottom: 0px;
}
.about-links {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto 30px;
	padding-bottom: 39px;
	padding-top: 39px;
	border-bottom: 3px solid #26c72e;
	text-align: center;
}
.about-links a {
	display: inline-block;
	color: #989c9c;
	/*font: 700 25px/25px 'Raleway',sans-serif;*/
	font: 700 25px/25px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
.about-links a.active, .about-links a:hover, .about-links a:focus {
	text-decoration: none;
	color: #14cb1e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.about p {
	color: #1a1a1a;
	/*font: 400 18px/22px 'Raleway',sans-serif;*/
	font: 400 18px/22px 'Segoe UI', sans-serif;
	margin: 0 0 50px;
	padding: 0px 15px;
}
.loc-area {
	margin-bottom: 100px;
}
.loc-area h3 {
	color: #14cb1e;
	/*font: 700 18px/22px 'Raleway',sans-serif;*/
	font: 700 18px/22px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 0;
}
.loc-area h4 {
	color: #2b404b;
	/*font: 700 18px/22px 'Raleway',sans-serif;*/
	font: 700 18px/22px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 0;
}
.loc-heading {
	padding-bottom: 13px;
	border-bottom: 1px solid black;
}
.loc-area p {
	padding-left: 20px;
	color: #4d4d4d;
	/*font: 400 18px/22px 'Raleway',sans-serif;*/
	font: 400 18px/22px 'Segoe UI', sans-serif;
	margin: 35px 0 0 0;
}
section.contacts .small-wrapper {
	padding-top: 80px;
}
.map-wrapper {
	padding: 0;
}
#map {
	width: 100%;
	height: 326px;
	border: 1px solid #4d4d4d;
	margin-bottom: 50px;
}
.gorush .about-links {
	text-align: center;
}
.gorush .about-links a {
	margin-right: 110px;
}
.gorush .about-links a:first-child {
	float: left;
}
.gorush .about-links a:last-child {
	margin-right: 0;
	float: right;
}
.gorush-filter {
	clear: both;
	text-align: right;
  max-width: 1340px;
  margin: 0 auto;
  padding: 9px 0 15px;
}
.gorush-filter .alert {
	margin: 0;
	display: inline-block;
	padding: 4.5px 15px;
}
.gorush-filter select, input[type="submit"] {
	min-width: 100px;
	height: 30px;
	background-color: #d8e2e6;
	border: 1px solid #4d4d4d;
	border-radius: 3px;
	padding: 0 11px;
	color: #5f6b70 !important;
	/*font: 400 18px/30px 'Raleway',sans-serif;*/
	font: 400 18px/30px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
}
.gorush-filter input[type="submit"]:hover, .gorush-filter input[type="submit"]:focus {
	background-color: #e9f0f3;
}

/* ***** POSTS BLOCKS ***** */

.gorush-block-wrap {
	width: 33.3%;
	padding: 0 15px;
	display: inline-block;
	float: left;
	margin-bottom: 30px;
}
.gorush-block {
	width: 100%;
	height: 230px;
	border: 1px solid #4d4d4d;
	border-radius: 3px;
	padding: 10px 15px 15px;
	position: relative;
}
.gorush-block:hover, .gorush-block:focus {
	background: #fff;
}
.gorush-block h4 {
	color: #4d4d4d;
	/*font: 400 18px/18px 'Raleway',sans-serif;*/
	font: 400 18px/18px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.gorush-block h4 span {
	color: #4d4d4d;
	/*font: 400 12px/18px 'Raleway',sans-serif;*/
	font: 400 12px/18px 'Segoe UI', sans-serif;
	float: right;
	vertical-align: top;
}
.gorush-block h3 {
	color: #4d4d4d;
	/*font: 400 18px/22px 'Raleway',sans-serif;*/
	font: 400 18px/22px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
	height: 44px;
	overflow: hidden;
}
.gorush-block p {
	color: #4d4d4d;
	/*font: 400 14px/14px 'Raleway',sans-serif;*/
	font: 400 14px/14px 'Segoe UI', sans-serif; 
	line-height: 20px;
	margin: 0 0 11px;
	height: 79px;
	overflow: hidden;
	padding: 0;
}
.gorush-bot-block {
	overflow: hidden;
}
.gorush-date {
	color: #4d4d4d;
	/*font: 400 12px/12px 'Raleway',sans-serif;*/
	font: 400 12px/12px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	float: left;
}
.readmore-gorush {
	float: right;
	color: #4d4d4d !important;
	/*font: 300 12px/12px 'Raleway',sans-serif;*/
	font: 300 12px/12px 'Segoe UI', sans-serif;
}

/* ***** END POSTS ***** */

.gorush .container-fluid {
  margin: 0 auto;
  /*padding: 0;*/
}
.gorush-pag {
	text-align: center;
	clear: both;
	margin: 20px 0 40px;
}
.gorush-pag ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	padding: 0px 15px;
}
.gorush-pag ul li {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #4d4d4d;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gorush-pag ul li:last-child {
	margin-right: 0;
}
.gorush-pag ul li a, .gorush-pag ul li span {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #4d4d4d !important;
	/*font: 400 18px/47px 'Raleway',sans-serif;*/
	font: 400 18px/47px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
.gorush-pag ul li a:hover, .gorush-pag ul li a:focus {
	background: #fff;
	text-decoration: none;
}
.about h2 {
	color: #4d4d4d;
	/*font: 700 18px/22px 'Raleway',sans-serif;*/
	font: 700 18px/22px 'Segoe UI', sans-serif;
	text-align: center;
	margin: 0 0 53px 0;
}
.inp-con {
	position: relative;
}
.inp-con input {
	display: block;
	width: 100%;
	border: none;
	background: none;
	box-shadow: none;
	height: 50px;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	/*font: 400 18px/50px 'Raleway',sans-serif;*/
	font: 400 18px/50px 'Segoe UI', sans-serif;
	position: relative;
	padding: 0 34px 0 20px;
	margin-bottom: 20px;
}
.inp-con:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #14cb1e;
	top: 17px;
	right: 14px;
}
.inp-con textarea {
	display: block;
	width: 100%;
	border: none;
	background: none;
	box-shadow: none;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	/*font: 400 18px/50px 'Raleway',sans-serif;*/
	font: 400 18px/50px 'Segoe UI', sans-serif;
	position: relative;
	padding: 0 34px 0 20px;
	margin-bottom: 20px;
}
.inp-con input:disabled {
	background: #e6e6e6;
}
.inp-con input#other-input {
	margin-top: 10px;
}
.inp-con input::-webkit-input-placeholder {
	color: #4d4d4d;
}
.inp-con input::-moz-placeholder {
	color: #4d4d4d;
}
.inp-con input:-ms-input-placeholder {
	color: #4d4d4d;
}
.inp-con input:-moz-placeholder {
	color: #4d4d4d;
}
.inp-con textarea::-webkit-input-placeholder {
	color: #4d4d4d;
}
.inp-con textarea::-moz-placeholder {
	color: #4d4d4d;
}
.inp-con textarea:-ms-input-placeholder {
	color: #4d4d4d;
}
.inp-con textarea:-moz-placeholder {
	color: #4d4d4d;
}
.about form {
	margin: 0 0 20px 0;
}
.submit-btn {
	text-align: center;
	margin-top: 40px;
}
.submit-btn button {
	background: none;
	border: none;
	box-shadow: none;
	text-align: center;
	display: inline-block;
	min-width: 250px;
	height: 50px;
	background-color: #14cb1e;
	border: 1px solid #4d4d4d;
	color: white;
	/*font: 400 18px/50px 'Raleway',sans-serif;*/
	font: 400 18px/50px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
.vakansiya {
	width: 100%;
	margin: 0 auto;
}
.accordion-section {
  margin-top: 11px;
}
.accordion-section:first-child {
  margin-top: 0;
}
.accordion-section-title {
  width:100%;
  padding:15px;
  display:inline-block;
  transition:all linear 0.15s;
  font-size:1.200em;
  text-shadow:0px 1px 0px #1a1a1a;
  color:#fff;
  border: 1px solid #4d4d4d;
}
.accordion-section-title.active, .accordion-section-title:hover {
  text-decoration:none;
  background: none;
}
.accordion-section-content {
  padding:15px;
  display:none;
}
.accordion-section-title, .accordion-section-title:hover, .accordion-section-title:focus {
  background: #fff;
  color: #333;
  text-shadow: none;
  background: url('../images/acc-down.png') right 10px center no-repeat ;
  padding: 17px 30px;
  display: block;
  text-decoration: none;
  position: relative;
  outline: none !important;
	height: 50px;
	padding: 0 44px;
	color: #4d4d4d;
	/*font:400 18px/50px 'Raleway',sans-serif;*/
	font: 400 18px/50px 'Segoe UI', sans-serif;
}
.accordion-section-content {
  padding: 0px 0 39px 30px;
	background: none;
	border: 1px solid #14cb1e;
	border-top: none;
	padding: 31px 0 0 80px;
}
.accordion-section-content p {
  color: #000;
  /*font: 16px/36px "Open Sans", sans-serif;*/
  font: 16px/36px 'Segoe UI', sans-serif;
  margin: 0;
}
.accordion-section-title.active {
  background: url('../images/acc-up.png') right 10px center no-repeat;
  border: none;
  outline: none !important;
  color: #2cce36;
	background-color: #4d4d4d;
	border: 1px solid #14cb1e;
	border-bottom: none;
}
.vakansiya h4 {
	color: #4d4d4d;
	/*font: 700 14px/16px 'Raleway',sans-serif;*/
	font: 700 14px/16px 'Segoe UI', sans-serif;
	margin: 0 0 10px;
}
.vakansiya p, .vakansiya li {
	color: #2b404b;
	/*font: 300 18px/22px 'Raleway',sans-serif;*/
	font: 300 18px/22px 'Segoe UI', sans-serif;
	    padding-right: 15px;
    line-height: 1.5;
	margin: 0 0 20px;
}
@media (max-width: 767px){
	.vakansiya p, .vakansiya li{
		font-size: 14px;
	}
}
.accordion-section-content a {
	color: #4d4d4d;
	font-weight: 600;
	text-decoration: underline;
}
.accordion {
	margin-bottom: 50px;
}
.news .about-links {
	padding-top: 35px;
	text-align: center;
}
.news .about-links a {
  /*margin-right: 226px;*/
	margin: 0 75px;
}
.news .about-links a:first-child {
	float: left;
	margin-right: 75px;
	margin-left: 0;
}
.news .about-links a:last-child {
  margin-right: 0;
  float: right;
}
.news-timeline {
	text-align: center;
	padding: 40px 0
}
.news-timeline a {
	display: inline-block;
	padding: 0 26px;
	color: #4d4d4d;
	/*font: 700 36px/40px 'Raleway',sans-serif;*/
	font: 700 36px/40px 'Segoe UI', sans-serif;
	text-transform: uppercase;
}
.news-timeline a:hover, .news-timeline a:focus, .news-timeline a.active {
	text-decoration: none;
	color: #14cb1e;
}
.news-list {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 0 15px;
}
.news-list-item {
	background-color: #ededed;
	border: 1px solid #bfbfbf;
	clear: both;
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 70px;
}
.news-item-left {
	float: left;
	width: 75%;
	padding: 40px 36px 29px 52px;
	border-right: 1px solid #bfbfbf;
}
.news-item-right {
	float: left;
	width: 25%;
	text-align: center;
	padding: 50px 0;
}
.news-item-right img {
	width: 180px;
	height: 140px;
}
.news-item-left h2 {
	color: #4d4d4d;
	/*font: 400 18px/22px 'Raleway',sans-serif;*/
	font: 400 18px/22px 'Segoe UI', sans-serif;
	margin: 0 0 23px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-item-left p {
	color: grey;
	/*font: 400 14px/26px 'Raleway',sans-serif;*/
	font: 400 14px/26px 'Segoe UI', sans-serif;
	margin: 0 0 28px;
	overflow: hidden;
	line-height: 20px;
	height: 80px;
	padding: 0;
}
.news-bot span {
	color: #b3b3b3;
	/*font: 400 14px/14px 'Raleway',sans-serif;*/
	font: 400 14px/14px 'Segoe UI', sans-serif;
}
.news-bot a {
	color: #b3b3b3 !important;
	/*font: 400 14px/14px 'Raleway',sans-serif;*/
	font: 400 14px/14px 'Segoe UI', sans-serif;
	float: right;
}
.show-more-news {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	width: 70px;
	margin: 0 auto;
	display: block;
	display: none;
}
.news-list-item:hover .show-more-news {
	display: block;
}
.news-list-item:hover {
	background: #fff;
}
.news-inner {
	background-color: #f3f3f3;
	border: 1px solid #bfbfbf;
	padding: 30px;
	padding-bottom: 35px;
	margin: 50px auto;
	max-width: 1400px;
	width: 100%;
	position: relative;
	/*margin-bottom: 65px;*/
}
.news-inner .flexslider {
	overflow: hidden;
}
.news-inner .flex-control-nav {
	bottom: 10px;
	z-index: 20;
}
.news-inner-page .about-links {
	padding-top: 45px;
}
.news-inner-page .flex-control-paging li a {
	width: 15px;
	height: 15px;
	background-color: white;
	border: 1px solid #b3b3b3;
	box-shadow: none
}
.news-inner-page  .flex-control-paging li a.flex-active {
	width: 15px;
	height: 15px;
	background-color: #14cb1e;
	border: 1px solid grey;
}
.news-inner h2 {
	color: #4d4d4d;
	/*font: 400 18px/22px 'Raleway',sans-serif;*/
	font: 400 18px/22px 'Segoe UI', sans-serif;
	margin: 30px 0;
	text-align: center;
}
.news-date {
	color: #b3b3b3;
	/*font: 400 14px/14px 'Raleway',sans-serif;*/
	font: 400 14px/14px 'Segoe UI', sans-serif;
	margin-bottom: 50px;
	text-align: center;
}
.news-inner p {
	color: grey;
	/*font: 400 16px 'Raleway',sans-serif;*/
	font: 400 16px 'Segoe UI', sans-serif;
	margin: 0 0 20px;
	line-height: 26px;
}
.news-inner-link a {
	color: #b3b3b3 !important;
	/*font: 400 14px/14px 'Raleway',sans-serif;*/
	font: 400 14px/14px 'Segoe UI', sans-serif;
}
.news-close-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	width: 70px;
	margin: 0 auto;
	display: block;
}
.product-subs .accordion-section {
  margin-top: 1px;
}
.product-subs .accordion-section:first-child {
  margin-top: 0;
}
.product-subs .accordion-section-title {
  width:100%;
  padding:15px;
  display:inline-block;
  transition:all linear 0.15s;
  font-size:1.200em;
  text-shadow:0px 1px 0px #1a1a1a;
  color:#fff;
  border: 1px solid #4d4d4d;
  border: none;
  height: 36px;
	background-color: #e6e6e6;
}
.product-subs .accordion-section-title.active, .product-subs .accordion-section-title:hover {
  text-decoration:none;
  background: none;
}
.product-subs .accordion-section-content {
  padding:15px;
  display:none;
}
.product-subs .accordion-section-content.open {
	display: block;
}
.product-subs .accordion-section-title, .product-subs .accordion-section-title:hover, .product-subs .accordion-section-title:focus {
  background: #fff;
  font: 700 24px 'Open Sans',sans-serif;
  color: #333;
  text-shadow: none;
  background: url('../images/sub-acc-right.png') left 16px center no-repeat ;
  padding: 17px 30px;
  display: block;
  text-decoration: none;
  position: relative;
  outline: none !important;
	height: 50px;
	padding: 0 10px 0 36px;
	color: #182932;
	/*font:700 17px/36px 'Raleway',sans-serif;*/
	font: 700 17px/36px 'Segoe UI', sans-serif;
	height: 36px;
	background-color: #44d62c;
	border:none;
}
.product-subs .accordion-section-content {
  padding: 0px 0 39px 30px;
	background: none;
	border: 1px solid #14cb1e;
	border-top: none;
	padding: 0;
	border: none;
	background: #fff;
}
.product-subs .accordion-section-title.active {
  background: url('../images/sub-acc-down.png') left 16px center no-repeat;
  border: none;
	outline: none !important;
	color: #182932;
	background-color: #44d62c;
	border: 1px solid #14cb1e;
	border-bottom: none;
	border: none;
}
.sub-acc p {
	color: #182932;
	/*font: 700 12px/14px 'Raleway',sans-serif;*/
	font: 700 12px/14px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	height: 43px;
	border-bottom: 1px solid #ededed;
	padding: 8px 66px 0 40px;
	margin: 0;
	cursor: pointer;
	position: relative;
}
.sub-acc p>span.color-indicate {
	display: block;
	position: absolute;
	top: 37%;
	right: 13px;
	width: 20px;
	height: 10px;
	background: orange;
}
.sub-acc ul {
	display: none;
}
.sub-acc ul li {
	color: #182932;
	/*font: 400 12px/14px 'Raleway',sans-serif;*/
	font: 400 12px/14px 'Segoe UI', sans-serif;
	/*height: 43px;*/
	border-bottom: 1px solid #ededed;
	padding: 12px 53px 5px 60px;
}
.sub-acc ul li a {
	/*color: #182932 !important;*/
	/*font: 400 12px/14px 'Raleway',sans-serif;*/
	font: 400 12px/14px 'Segoe UI', sans-serif;
	text-decoration: none;
	font-weight: 600;
}
.sub-acc ul li a.active {
	border-bottom: 1px dashed #182932;
}
.modal-content {
	border-radius: 0;
	border: 2px solid #14cb1e;
}
.product-info {
	padding: 0 50px;
}
.product-row {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.pro-half {
	float: left;
	width: 50%;
}
.pro-half.left {
	text-align: center;
}
.pro-half.left img {
	margin: 40px auto 20px auto;
	max-height: 350px;
}
.pro-half.left h1 {
	display: none;
}
/* ***** ***** */
.pro-half.right > p, .pro-half.right > a {
	display: inline-block;
}
/* ***** ***** */
.product-row h1 {
	color: #2b404b;
	/*font: 700 27px 'Raleway',sans-serif;*/
	font: 700 27px 'Segoe UI', sans-serif;
	margin: 0 0 10px 0;
}
.product-row h1 span {
	font-weight: 300;
}
.product-row p {
	color: #2b404b;
	/*font: 700 14px/16px 'Raleway',sans-serif;*/
	font: 700 14px/16px 'Segoe UI', sans-serif;
	margin: 0 0 10px;
}
.product-row p a {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #2b404b;
	/*font: 700 14px/16px 'Raleway',sans-serif;*/
	font: 700 14px/16px 'Segoe UI', sans-serif;
	outline: none;
}
.product-row p img {
	margin-right: 27px;
}
.product .container-fluid {
	max-width: 100%;
}

.description-of-product {
	padding-bottom: 30px;
}
.description-of-product > h1, 
.description-of-product h2, 
.description-of-product h3 {
	color: #2b404b;
	/*font: 600 14px/30px 'Raleway',sans-serif;*/
	font: 600 14px/30px 'Segoe UI', sans-serif;
	margin: 10px 0;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #e6e6e6;
	position: relative;
	min-height: 30px;
	padding: 0px 30px;
}
.description-of-product > h1:after, 
.description-of-product > h2:after, 
.description-of-product > h3:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 32px;
	height: 30px;
	background: url(../images/con-sub.png) center no-repeat;
}
.description-of-product > h1:before, 
.description-of-product > h2:before, 
.description-of-product > h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 12px;
	height: 12px;
	background: url('../images/content-plus.png') center no-repeat;
}
.description-of-product > h1.opened:before, 
.description-of-product > h2.opened:before, 
.description-of-product > h3.opened:before {
	background: url('../images/con-minus.png') center no-repeat;
}
.description-of-product > h1 + div, 
.description-of-product > h2 + div, 
.description-of-product > h3 + div {
	padding-left: 15px;
	display: none;
	overflow-x: auto;
}
.description-of-product > h1 + div ul, 
.description-of-product > h2 + div ul, 
.description-of-product > h3 + div ul {
	list-style-type: circle;
	padding-left: 15px;
	/*font-family: 'Raleway';*/
	font-family: 'Segoe UI', sans-serif;
}
.description-of-product > h1 + div table, 
.description-of-product > h2 + div table, 
.description-of-product > h3 + div table {
	margin-bottom: 15px;
	width: 100%;
	min-width: 550px;
	border-collapse: separate;
}
.description-of-product > h1 + div table ul, 
.description-of-product > h2 + div table ul, 
.description-of-product > h3 + div table ul {
	list-style-type: none;
}
.description-of-product > h1 + div table td, 
.description-of-product > h2 + div table td, 
.description-of-product > h3 + div table td {
	padding: 5px;
	border: 1px solid #a3b3bf;
	border-radius: 5px;
}
.description-of-product > h1 + div table p, 
.description-of-product > h2 + div table p, 
.description-of-product > h3 + div table p {
	margin: 0 !important;
}
.product-row p {
	color: #2b404b;
	/*font: 16px 'Raleway',sans-serif;*/
	font: 16px 'Segoe UI', sans-serif;
	margin: 0 0 10px;
	line-height: 20px;
}


/* ***** MODAL (PRODUCTS) ***** */

.modal-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.75);
	z-index: 999;
	/*display: none;*/
}
._order {
	display: none;
}
.modal-order {
	border: 2px solid #14cb1e;
	width: 600px;
	margin: 3% auto;
	background-color: #d9d9d9;
	padding: 65px 25px 30px 25px;
	position: relative;
}
.modal-order img, .modal-usage-vid img, ._achievement > img {
	height: 25px;
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
}
.modal-order input {
	width: 100%;
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
	font-size: 16px;
	padding: 10px 15px;
	color: #131313;
	font-weight: 600;
}
.modal-order button {
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #44d62c;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	color: #131313;
	border-bottom: 4px solid #00b800;
	transition: all .2s ease-in-out;
}
.modal-order button:hover {
	margin-top: 3px;
	border-bottom: 1px solid #00b800;
}

/* ***** MODAL (USAGE VID) ***** */

._usage {
	display: none;
}
.modal-usage-vid {
	border: 2px solid #14cb1e;
	width: 800px;
	margin: 3% auto;
	background-color: #d9d9d9;
	padding: 65px 25px 25px 25px;
	position: relative;
	overflow: hidden;
}
.modal-usage-vid .swiper-button-prev {
	background-image: url('../images/right-arrow.png');
	background-position: center center;
	background-size: cover;
	left: 5px;
	opacity: 1;
	transform: rotate(-180deg);
}
.modal-usage-vid .swiper-button-next {
	background-image: url('../images/right-arrow.png');
	background-position: center center;
	background-size: cover;
	right: 5px;
	opacity: 1;
}
.modal-usage-vid .video-wrap {
	background-color: #ccc;
}
.modal-usage-vid iframe {
	width: 100%;
	height: 400px;
}
.play-vid-img {
	display: inline-block;
	padding: 2px;
	width: 20%;
	height: 100px;
	float: left;
}
.play-vid-img div {
	border: 2px solid #ccc;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	transition: border .3s ease;
}
.play-vid-img div:hover {
	border: 2px solid #14cb1e;
}
.play-vid-img div.active {
	border: 2px solid #14cb1e;
}

/* ***** END MODAL ***** */

.content-sub p {
	height: 30px;
	background-color: #e6e6e6;
	color: #2b404b;
	/*font: 700 14px/30px 'Raleway',sans-serif;*/
	font: 700 14px/30px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
	position: relative;
	padding: 0 30px;
	cursor: pointer;
}
.content-sub p:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 32px;
	height: 30px;
	background: url('../images/con-sub.png') center no-repeat;
}
.content-sub p:before {
	content: '';
	color: #2b404b;
	/*font: 700 14px/30px 'Raleway',sans-serif;*/
	font: 700 14px/30px 'Segoe UI', sans-serif;
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 12px;
	height: 12px;
	background: url('../images/con-minus.png') center no-repeat;
}
.content-sub p.closed:before {
	background: url('../images/content-plus.png') center no-repeat;
}
.content-sub .sub-content {
	padding: 0 14px;
	color: #2b404b;
	/*font: 300 14px/16px 'Raleway',sans-serif;*/
	font: 300 14px/16px 'Segoe UI', sans-serif;
	margin-bottom: 13px;
}
.content-sub table {
	width: 100%;
}
.content-sub table td {
	border: 1px solid #a3b3bf;
	border-radius: 5px;
	color: #2b404b;
	/*font: 400 14px/16px 'Raleway',sans-serif;*/
	font: 400 14px/16px 'Segoe UI', sans-serif;
	margin: 0;
	background: none;
	position: static;
	padding: 5px;
	height: 100%;
}
.selected-customers {
	max-width: 1720px;
	clear: both;
	margin: 30px auto 0;
}
.selected-customers .related-title {
	color: #2b404b;
	/*font: 700 30px/36px 'Raleway',sans-serif;*/
	font: 700 30px/36px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	margin: 0 0 50px;
	text-align: center;
}
.selected-customers a .img-wrap {
	background-color: #c4d3d0;
	padding: 20px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 300px;
}
.selected-customers img {
	display: inline-block;
	margin: 0px auto;
	max-height: 100%;
	max-width: 100%;
}
.selected-customers p {
	color: #2b404b;
	/*font: 400 14px/16px 'Raleway',sans-serif;*/
	font: 400 14px/16px 'Segoe UI', sans-serif;
	margin: 0 0 8px;
	text-align: center;
	height: 32px;
	overflow: hidden;
}
.menu-open {
	float: right;
  width: 35px;
  padding-top: 12px;
  cursor: pointer;
}
.menu-open span {
	display: block;
	height: 4px;
	margin: 5px 0;
	background: #000;
	width: 100%;
}
nav ul li.has-childs {
	position: relative;
}
nav ul li.has-childs img {
	margin-bottom: 4px;
	margin-left: 4px;
	height: 7px;
}
nav ul li.has-childs ul {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 44px;
}
nav ul li.has-childs ul li {
	float: none;
	width: 100%;
	border: none;
	background-color: #44d62c;
	border-bottom: 1px solid #2fc617;
}
.calc-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.calc-select .customSelect, .calc-select select {
	color: #2b404b;
	/*font: 700 14px/30px 'Raleway',sans-serif;*/
	font: 700 14px/30px 'Segoe UI', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	height: 30px;
	padding-right: 34px;
	background: url('../images/region-arrow.png') center right 16px no-repeat;
	background-color: #e6e6e6;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	width: 100%;
	padding-left: 10px;
}
.calc-select .customSelectInner, .calc-select select {
	width: 100% !important;
}
.calc-select {
	margin-bottom: 20px;
}
.calc-con .inp-con span {
	display: inline-block;
	width: 100%;
}
.calc-con .inp-con input {
  display: block;
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  height: 30px;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  /*font: 400 12px/30px 'Raleway',sans-serif;*/
  font: 400 12px/30px 'Segoe UI', sans-serif;
  position: relative;
  padding: 0 34px 0 15px;
  margin-bottom: 10px;
}
.calc-con .inp-con:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #14cb1e;
  top: 28px;
  right: 10px;
}
.calc-con .inp-con select {
	display: block;
  width: 100%;
  border: 1px solid #4d4d4d;
  height: 30px;
  padding: 5px;
  margin-bottom: 10px;
}
/*.calc-con .inp-con select::-ms-expand {
   display: none !important;
}*/
.calc-con .inp-con span:first-child {
	padding: 0 3px;
	font-weight: 700;
}
.calc-con .submit-btn {
	margin-top: 20px;
}
.calc-con .submit-btn button {
  min-width: 200px;
  height: 30px;
  color: white;
  /*font: 400 16px/27px 'Raleway',sans-serif;*/
  font: 400 16px/27px 'Segoe UI', sans-serif;
}
.result-con strong {
	font-weight: 700;
}
.result-con {
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
}
.modal-dialog {
  width: 95%;
  max-width: 700px;
	margin: 2% auto;
}
.modal-header {
	padding: 15px 30px;
}
.modal-body {
	padding: 30px;
}
.modal-body iframe {
	width: 100%;
}
.pro-half .share-social {
  display: block !important;
  margin: 0 0 10px;
  position: relative;
  color: #2b404b;
  /*font: 700 14px/16px 'Raleway',sans-serif;*/
  font: 700 14px/16px 'Segoe UI', sans-serif;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
.pro-half .share-social div .share-btn:hover {
	text-decoration: none;
}
.pro-half .share-social .yandex-btns {
  display: none;
  width: 200px;
  position: absolute;
  top: 0px;
  left: 66px;
  animation:animateleft 0.4s;
  background: #f2f2f2;
	height: 60px;
	padding: 5px;
}
@keyframes animateleft {
  from{opacity: 0}
  to{opacity: 1}
}
.pro-half .how-to-use {
  display: block;
  margin: 0 0 10px;
  position: relative;
  color: #2b404b;
  /*font: 700 14px/16px 'Raleway',sans-serif;*/
  font: 700 14px/16px 'Segoe UI', sans-serif;
  z-index: 10;
}
@keyframes animatetop {
  from{top: 0px; opacity: 0}
  to{top: 45px; opacity: 1}
}
.pro-half .how-to-use img, .pro-half .share-social > img {
  margin-right: 27px;
}

.pro-half .share-social .yandex-btns .ya-share2 {
	padding: 2px !important;
	padding-left: 18px !important;
}
.pro-half .share-social .yandex-btns .ya-share2__container_size_m .ya-share2__item {
	margin: 5px 8px 5px 0 !important;
}
.pro-half .share-social .yandex-btns .ya-share2__container_size_m .ya-share2__icon {
	height: 35px !important;
	width: 35px !important;
}

.pro-half .how-to-use > div {
  display: none;
  width: 200px;
  position: absolute;
  top: 45px;
  left: 80px;
  background: #fff;
  padding: 15px;
  animation:animatetop 0.4s;
}
.pro-half .how-to-use > div div {
}
.pro-half .how-to-use > div div+div {
  margin-top: 10px;
}

/* ***** ACHIEVEMENTS SLIDER ***** */

.achievements-slider.swiper-container {
	margin-bottom: 10px;
}
.achievements-slider.swiper-container .swiper-slide img {
	cursor: pointer;
}
.achievements-slider.swiper-container .swiper-slide img:hover {
	opacity: .7;
}
.achievements-slider.swiper-container .swiper-pagination {
	position: relative;
	bottom: 0;
	z-index: 9999;
}
.achievements-slider.swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 15px 5px 5px 5px;
	width: 13px;
	height: 13px;
}
.achievements-slider.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #2fc617;
}

.modal-block._achievement {
	display: none;
}
.modal-achievement-img {
	border: 2px solid #14cb1e;
	background-color: #ccc;
	display: inline-block;
	margin: 3% 10px;
}
.modal-achievement-img img {
	max-height: 800px;
	height: 80vh;
}

/* ***** MEDIA (VIDEOS) ***** */

.video-player-big {
	max-width: 1340px;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #c0c5c6;
	border-radius: 3px;
}
.video-player-big iframe {
	width: 100%;
	height: 600px;
}
.video-desc-wrap {
	padding: 15px;
	overflow: hidden;
}
.video-desc-wrap .desc-text {
	font-size: 14px;
	margin: 0;
	text-align: left;
}
.video-desc-wrap .desc-date {
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin: 0;
}


.other-videos.swiper-container {
	border: 1px solid #c0c5c6;
	border-radius: 3px;
	padding: 10px;
}
.other-videos {
	max-width: 1340px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.other-videos .other-vid-thum {
	height: 200px;
}
.other-videos .other-vid-thum div {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	transition: opacity .3s ease;
	margin: 1px;
}
.other-videos .other-vid-thum div:hover {
	opacity: .8;
}
.other-videos .swiper-button-prev {
	background-image: url('../images/right-arrow.png');
	transform: rotate(-180deg);
	opacity: 1;
	background-size: cover;
	left: 15px;
}
.other-videos .swiper-button-next {
	background-image: url('../images/right-arrow.png');
	opacity: 1;
	background-size: cover;
	right: 15px;
}

/* ***** MEDIA (PUCLICATIONS) ***** */

.publication-block {
	margin-bottom: 30px;
}
.publication-img {
	width: 100%;
}
.pdf-qty {
	margin: 10px auto 10px auto !important;
}
.download-pdf {
	display: block;
	text-align: center !important;
	padding: 5px 15px;
	background: #14cb1e;
	color: #fff;
	border: 1px solid #14cb1e;
	transition: all .5s ease;
}
.download-pdf:hover {
	background: transparent;
	color: #14cb1e;
}

/* ***** SEARCH RESULTS ***** */

.search-results {
	display: inline-block;
	padding-bottom: 2px;
	box-shadow: 0px 2px 0px 0px #14cb1e;
	margin-bottom: 30px;
}
.search-link {
	border: 2px solid #ccc;
	padding: 10px 15px;
	color: #000;
	margin-bottom: 20px;
	transition: box-shadow .4s ease;
}
.search-link h3 {
	margin-top: 0px;
	transition: color .4s ease;
}
.search-link:hover {
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,.2);
	color: #000;
	text-decoration: none;
}
.search-link:hover h3 {
	color: #14cb1e;
}

/* ***** HR PAGE ***** */

.accordion-section-content .send-cv {
	display: inline-block;
	margin: 0 0 30px 0;
	text-decoration: none;
	padding: 7px 12px;
	background-color: #00b800;
	color: #fff;
}

.cv-form input, .cv-form input:focus {
	margin-bottom: 5px;
	background: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #4d4d4d;
	color: #4d4d4d;
	padding: 0 34px 0 15px;
	border-radius: 0;
}
.cv-form select, .cv-form select:focus{
	margin-bottom: 5px;
    background: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 0 34px 0 15px;
    border-radius: 0;
}

.cv-form textarea, .cv-form textarea:focus {
	margin-bottom: 5px;
	background: none;
	box-shadow: none;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	padding: 10px 34px 8px 15px;
	border-radius: 0;
}

.cv-form input[type="radio"], .cv-form input[type="checkbox"] {
	height: auto;
}

.cv-form .add-fields {
	border: none;
	background: #00b800;
	color: #fff;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none !important;
	margin-bottom: 10px;
	display: inline-block;
	clear: both;
}

.cv-form input::-webkit-input-placeholder, .cv-form textarea::-webkit-input-placeholder {
    color: #4d4d4d;
}

.cv-form input:-moz-placeholder, .cv-form textarea:-moz-placeholder {
    color: #4d4d4d;
}

.cv-form input:-ms-input-placeholder, .cv-form textarea:-ms-input-placeholder {
    color: #4d4d4d;
}

.cv-form .group-title {
	margin-bottom: 10px;
	background-color: #00b800;
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
}

.language-knowlegde input[type="text"] {
	max-width: 100%;
	width: 40%;
}

.cv-form button[type="submit"] {
	border: none;
	background: #00b800;
	color: #fff;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
	display: inline-block;
}


.small-wrapper .row{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.intro-articles{
	height: 100%;
}
.intro-articles article{
	height: 100%;
}

.submit-btn{
	text-align: center;
    margin-top: 0;
    width: 100%;
    padding-bottom: 20px;
}
.ui-widget-header{
	background: #eee !important;
}

@media (min-width: 767px) and (max-width: 1200px){
	.product-subs .accordion-section-title, .product-subs .accordion-section-title:hover, .product-subs .accordion-section-title:focus{
		font-size: 13px;
	}
}

@media only screen and (max-width: 991px){
	.vakansiya .accordion-section-title, .accordion-section-title:hover, .accordion-section-title:focus {
	    font-size: 15px;
		padding-left: 15px;
		line-height: 22px !important;
		height: auto !important;
		min-height: 50px !important;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}



.cv-form .form-group{
	width: calc(25% - 21px);
	display: inline-block;
	margin-right: 24px;
}
.cv-form .fg-long{
	width: 100%;
	display: block;
}
.cv-form .fg-medium{
    width: calc(50% - 15px);
	display: block;
}
.vacancy-info input[type='radio']{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #5c965c;
    border-radius: 50%;
    padding: 0;
    position: relative;
}
.vacancy-info input[type='radio']::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #159415;
    border-radius: 50%;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: visible;
}
.vacancy-info input[type='radio']:checked::after{
	opacity: 1;
	visibility: visible;
}
.vacancy-info input[type='radio']:focus{
	outline: none;
}
.vacancy-info label,
.vacancy-info input{
	cursor: pointer;
}
.vacancy-info ul{
	    clear: both;
    overflow: auto;
    margin-bottom: 0px;
}
.vacancy-info li{

}
.vacancy-info li:first-child{
	    width: 20px;
    float: left;
}
.vacancy-info li:last-child{
	    width: calc(100% - 20px);
    padding-left: 10px;
    float: right;
    padding-top: 3px;
}
.vacancy-info label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    position: relative;
    top: 0px;
    margin-left: 0px;
}
.vacancy-info{
    margin-bottom: 0px;
}
.recapture{
	margin-top: 25px;
}
.vacancy-info textarea{
	display: block;
    width: calc(50% - 42px);
    margin-left: 28px;
    display: none;
}
@media(min-width: 1351px){
	.form-groups>div:nth-child(4n){
		margin-right: 0;
	}
}
@media (max-width: 1350px) and (min-width: 768px){
	.cv-form .form-group {
	    width: calc(50% - 15px);
	    display: inline-block;
	    margin-right: 24px;
	}
	.form-groups>div:nth-child(2n){
		margin-right: 0;
	}
	.cv-form .fg-long{
		width: 100%;
	}
} 
@media (max-width: 767px){
	.cv-form .form-group {
	    width: calc(100%);
	}
	.cv-form .fg-long{
		width: 100%;
	}
	.vacancy-info textarea {
	    width: calc(100% - 28px);
	}
	.vacancy-info textarea {
	    width: calc(100% - 28px);
	}
} 
.cv-form .form-group input[type='file']{
	padding: 13px;
	display: none;
}


.filename{
	    margin-bottom: 5px;
    background: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 0 34px 0 15px;
    border-radius: 0;
    line-height: 50px;
    cursor: pointer;
}
.cvtool{
	    margin-bottom: 5px;
    background: none;
    box-shadow: none;
    height: 50px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    padding: 0 34px 0 15px;
    border-radius: 0;
    line-height: 50px;
    cursor: pointer;
}

.form-group p{
	    padding: 0;
    font-size: 14px;
    color: red;
    font-weight: 700;
    margin-bottom: 0;
}