* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
header, header *, .navbar-default * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


header {
	height: 90px;
	padding: 5px 0;
}
header , .navbar-default {
	font-family: "GothamPro";
    color: #000;
}

header p {
	margin: 0;
}


.slogan {
	display: none;
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
	.slogan {
		display: block;
	}
}


.slogan p {
	font-family: "GothamProBold", sans-serif;
}

.headdress {
	font-size: 13px;
	margin-top: 13px;
	line-height: 20px;
	text-align: right;
}

header .headdress {
	display: none;
}

@media screen and (min-width: 768px) {
	header .headdress {
		display: block;
	}

}


footer .headdress {
	text-align: left;
}

@media screen and (min-width: 992px) {
	footer .headdress {
		text-align: right;
	}
}
.num {
	font-family: "GothamProBold";
	font-size: 21px;
}
.telmax, .telmin {
	color: #000
}
.telmin {
	font-weight: bold;
}
.headBtn {
	margin-top: 20px;
}
header .headBtn> a {
	float: right;
}

@media screen and (min-width: 768px) {
	header .headBtn> a {
		float: none;
	}
}

.btn-default {
	font-family: "GothamProBold";
	font-size: 16px;
	color: #fff;
	background-color: #00bc8d;
	border-color: #00bc8d;
	box-shadow: 0 3px 0 #019464;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover {
	color: #fff;
	background-color: #00a073;
	border-color: #00a073;
	box-shadow: 0 3px 0 #008555;
}
.navbar {
	margin-bottom: 0;
}

.nav>li {
	width: 100%;
}
.navbar-default {
	background-color: #009cbf;
	border: none;
	border-color: transparent;
	border-radius: 0;
	position: sticky;
    top: 0;
    z-index: 999;
}

@media screen and (min-width: 768px) {
	.navbar-collapse {
		padding: 0;
	}
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #006e8e;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #006e8e;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #006e8e;
}
@media screen and (min-width: 768px) {
	.navbar-nav {
		width: 100%;
		display: flex;
		text-align: center;
	}
}

.navbar-toggle {
	float: left;
	margin-left: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .dropdown-menu {
	background-color: #006e8e;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	padding: 15px 45px;
}
.navbar-default .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #005e7e;
}
.breadcrumb {
	margin: 15px 0;
	padding: 0 15px;
	height: 1px;
	overflow: hidden;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.breadcrumb {
		height: auto;
		overflow: visible;
		margin: 30px 0;
	}
}

@media screen and (min-width: 992px) {
	.breadcrumb {
		margin: 30px 0 70px 0;
	}
}

.breadcrumb>li a {
	color: #5a5a5a;
}
.breadcrumb>li a:hover, .breadcrumb>li a:active, .breadcrumb>li a:focus {
	color: #5a5a5a;
}
.breadcrumb>li+li:before {
	content: ">";
}
.banner {
	/*background: url(../img/banner.png) no-repeat scroll center center;
	background-size: cover;*/
	padding: /*95px 0 40px 0*/ 0;
	position: relative;
}

.banner__inner {
	padding: 40px 0;
}

.video {
	position: absolute;
	/*padding-bottom: 56.25%;*/
	/*height: 0;*/
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
}

.video > video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

@media (max-width: 1100px) {
	.video video {
		top: 0;
		left: 0;
		object-fit: cover;
		min-width: 100%;
		min-height: 100%;
		height: -webkit-fill-available;
	}
}



.logo {
	width: 100px;
	margin-top: 15px;
}

@media screen and (min-width: 480px) {
	.logo {
		width: 155px;
		margin-top: 0;
	}
}

.video iframe {
	position: absolute;
	top:0 ;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner h1, .banner .like-h1 {
	margin: 0 0 40px 0;
	font-family: "GothamProBold", "Arial Black", sans-serif;
	font-size: 24px;
	line-height: 1.4;
	color: #fff;
}

.banner form {
	background: #fff;
	padding: 30px;
}

.main_banner_form > div {
	background: #fff;
	min-height: 300px;
}

.banner .form-group {
	margin-bottom: 25px;
}

.banner .form-control {
	height: 45px;
	border-radius: 2px;
}

.banner .btn-default {
	height: 60px;
	width: 100%;
	text-transform: uppercase;
	margin-top: 5px;
}

.banner .politics {
	text-align: center;
}

.politics {
	color: #fff;
	margin: 10px 0 0 0;
}

.advantage {
	background: #050c1c;
	padding: 40px 0;
}
/*.advantage .col-md-3 {*/
	/*padding: 0 90px;*/
	/*height: 60px;*/
/*}*/
.advantage__row {
	display: block;
	margin-bottom: -40px;
}

.advantage__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 60px;
	margin-bottom: 40px;
}

.advantage__item_first {
	padding-left: 80px;
	background: url(../img/advIco1.png) no-repeat scroll left center;
	background-size: auto 60px;
}
.advantage__item_second {
	padding-left: 75px;
	background: url(../img/advIco2.png) no-repeat scroll left center;
	background-size: auto 60px;
}
.advantage__item_third {
	padding-left: 75px;
	background: url(../img/advIco3.png) no-repeat scroll left center;
	background-size: auto 40px;
}
.advantage__item_fourth {
	padding-left: 70px;
	background: url(../img/advIco4.png) no-repeat scroll left center;
	background-size: auto 50px;
}
/*.advantage .col-md-3 p {*/
	/*display: table-cell;*/
	/*height: 60px;*/
	/*vertical-align: middle;*/
	/*color: #fff;*/
	/*font-size: 16px;*/
/*}*/
.advantage__text {
	font-size: 16px;
	color: #fff;
}

@media screen and (min-width: 600px) {
	.advantage__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.advantage__item {
		width: 50%;
	}

	.advantage__item_third {
		padding-left: 90px;
		background: url(../img/advIco3.png) no-repeat scroll left center;
		background-size: auto 50px;
	}
}

@media screen and (min-width: 768px) {

	.banner h1, .banner .like-h1 {
		font-size: 28px;
	}
}

@media screen and (min-width: 992px) {

	.banner {
		height: 620px;
	}

	.banner__inner {
		padding: 92px 0 40px 0;
	}

	.banner .politics {
		text-align: right;
	}

	.advantage__row {
		flex-wrap: nowrap;
	}

	.advantage__item {
		width: auto;
	}
}

@media screen and (min-width: 1200px) {

	.banner h1, .banner .like-h1 {
		font-size: 32px;
	}
}

.process {
	/*background: url(../img/processBg.png) no-repeat scroll center center;
	background-size: cover;*/
	counter-reset: point;
}
.process.visible {
	background: url(../img/processBg.png) no-repeat scroll center center;
	background-size: cover;
}



.point {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 320px;
	max-width: 100%;
	height: 170px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto 30px auto;
	padding: 0 20px 0 85px;
	position: relative;
}
.point>div{
	display: table-cell;
	vertical-align: middle;
}

.point::before {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 30%;
	left: 7%;
	width: 50px;
	height: 50px;
	background: #009bbf;
	border-radius: 50%;
	color: #fff;
    font-size: 30px;
    font-family: "GothamProBold", sans-serif;
	line-height: 1;
	counter-increment: point;
	content: counter(point);
}

/*.point:first-child::before {*/
	/*content: "1";*/
/*}*/
/*.point:nth-child(2)::before {*/
	/*content: "2";*/
/*}*/
/*.point:nth-child(3)::before {*/
	/*content: "3";*/
/*}*/
/*.point:nth-child(4)::before {*/
	/*content: "4";*/
/*}*/
/*.point:nth-child(5)::before {*/
	/*content: "5";*/
/*}*/
/*.point:last-child::before {*/
	/*content: "6";*/
/*}*/



@media screen and (min-width: 768px) {

	.process__grid {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.point {
		margin: 0 80px 30px 0;
		padding: 0 20px 0 115px;
	}

	.point::before {
		width: 70px;
		height: 70px;
		font-size: 40px;
	}

	.point::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -65px;
		width: 45px;
		height: 30px;
		background: url(../img/arrow.png) no-repeat scroll center center;
		background-size: cover;
		transform: translateY(-50%);
	}

	.point:nth-child(2n+2) {
		margin: 0 0 30px 0;
	}

	.point:nth-child(2n+2)::after {
		display: none;
	}

}

@media screen and (min-width: 1200px) {

	.process__grid {
		justify-content: flex-start;
	}

	.point:nth-child(2n+2) {
		margin: 0 80px 30px 0;
	}

	.point:nth-child(2n+2)::after {
		display: block;
	}

	.point:nth-child(3n+3) {
		margin: 0 0 30px 0;
	}

	.point:nth-child(3n+3)::after {
		display: none;
	}
}

.point h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	line-height: 26px;
}
.point .btn-default {
	width: 100%;
	height: 45px;
	line-height: 30px;
	margin-top: 10px;
}

.stock a {
	display: block;
	position: relative;
	border: 1px solid #dcdcdc;
}
.stock a:hover {
	border-color: #00be8f;
    box-shadow: 0 0 5px 0 #00be8f;
	text-decoration: none;
}
.stock a:hover > p.stockCallme span {
	border: none;
}
.stock a:hover > .row .col-md-4 p.stockCallme span {
	border: none;
}
.stock img {
	width: 100%;
	height: 230px;
}
.stock h3 {
	font-size: 24px;
	font-family: "GothamProBold";
	color: #000;
	padding: 0 30px;
}
.stock p {
	color: #000;
	padding: 0 30px;
}
.stockMain {
	margin-bottom: 30px;
}

.stockMain .col-md-4 {
	height: 210px;
}
.stockMain img {
	height: 210px;
}

p.stockCallme {
	color: #fff;
	background: #00be8f;
	padding: 10px 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.stockMain p.stockCallme {
	width: calc(100% - 30px);
}

@media screen and (min-width: 992px) {
	.stockMain .col-md-4 {
		height: 290px;
	}
	.stockMain img {
		height: 290px;
	}
	.stockMain h3 {
		margin: 60px 0 30px 0;
	}

	.stockMain p.stockCallme {
		margin-left: -30px;
		width: 100%;
	}
}



.stockSub {
	margin-bottom: 30px;
}
.stockSub > a {
	height: 480px;
}


p.stockCallme span {
	font-family: "GothamProBold";
	border-bottom: 1px dotted #fff;
}
.example {
	background: #eaecf1;
}
.nav-tabs {
	border: 1px solid #dcdcdc;
	background: #fff;
}
.nav-tabs>li>a {
	color: #000;
	margin: 0;
	border: none;
    border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 0;
	font-family: "GothamProBold";
	font-size: 16px;
	padding: 25px 30px;
}
.nav-tabs>li:first-child>a {
	border-top: none;
}
.nav>li>a:focus, .nav>li>a:hover {
	color: #009bbf;
	background-color: #fff;
}

@media screen and (min-width: 992px) {
	.nav-tabs>li.active>a::after {
		content: "";
		position: absolute;
		right: -56px;
		top: 0;
		border: 36px solid transparent;
		border-left: 20px solid #009bbf;
	}
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	border: none;
	background-color: #009bbf;
}
.tab-content {
	background: #fff;
	padding: 20px 30px;
	/*height: 510px;*/
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: opacity .5s;
}
.carousel.fade .item.active {
	position: relative;
	opacity: 1;
}
.carousel-inner>.item>img {
	height: 370px;
	margin: 0 auto;
}
.slideThumb {
	padding: 0 15px 30px 15px;
	cursor: pointer;
	height: 135px;
}
.slideThumb img {
	width: 100%;
	height: 100px;
}
.slideThumb:hover>img, .slideThumb:active>img, .slideThumb:focus>img {
	border: 2px solid #009bbf;
}
.example h3 {
	font-size: 18px;
	font-family: "GothamProBold";
	margin: 30px 0 10px 0;
}


.example .btn-default {
	display: block;
	margin: 30px auto;
	width: 170px;
	height: 45px;
	line-height: 32px;
}

@media screen and (min-width: 992px) {
	.example .btn-default {
		margin: 30px 0 0 0;
		float: right;
	}

}
.whyWe {
	/*background: url(../img/whyWeBg.png) no-repeat scroll center center;
    background-size: cover;*/
}
.whyWe.visible {
	background: url(../img/whyWeBg.png) no-repeat scroll center center;
    background-size: cover;
}

.reason {
	width: 100%;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
	.whyWe .col-md-6:nth-child(2n)>.reason {
		float: right;
	}
	.reason {
		width: 95%;
	}
}

.reason h3 {
	font-size: 20px;
	font-family: "GothamProBold";
	margin: 0 0 20px 0;
	padding: 60px 0 10px 0;
	text-align: center;
}

.whyWe .col-md-6:first-child>.reason h3 {
	background-image: url(../img/whyWe1.png);
	background-repeat: no-repeat;
	background-position: center top
}
.whyWe .col-md-6:nth-child(2)>.reason h3 {
	background-image: url(../img/whyWe2.png);
	background-repeat: no-repeat;
	background-position: center top
}
.whyWe .col-md-6:nth-child(3)>.reason h3 {
	background-image: url(../img/whyWe3.png);
	background-repeat: no-repeat;
	background-position: center top
}
.whyWe .col-md-6:last-child>.reason h3 {
	background-image: url(../img/whyWe4.png);
	background-repeat: no-repeat;
	background-position: center top
}

@media screen and (min-width: 480px) {

	.reason {
		height: 230px;
		padding: 35px;
	}

	.reason h3 {
		height: 50px;
		padding: 10px 0 10px 70px;
		font-size: 24px;
		text-align: left;

	}

	.whyWe .col-md-6:first-child>.reason h3 {
		background-position: left center
	}
	.whyWe .col-md-6:nth-child(2)>.reason h3 {
		background-position: left center
	}
	.whyWe .col-md-6:nth-child(3)>.reason h3 {
		background-position: left center
	}
	.whyWe .col-md-6:last-child>.reason h3 {
		background-position: left center
	}
}

.reason p {
	font-weight: bold;
}

.relationship {
	counter-reset: rel;
}
.rel {
	position: relative;
	border: 1px solid #dcdcdc;
	box-shadow: 0 3px 0 #dcdcdc;
	border-radius: 5px;
	height: 350px;
	margin: 0 auto 80px auto;
	padding: 40px 20px;
	text-align: center;

}
.rel::after {
	display: block;
	font-size: 34px;
	font-family: "GothamProBold", sans-serif;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	background: #009bbf;
	line-height: 60px;
	position: absolute;
    bottom: -30px;
    left: 50%;
	transform: translateX(-50%);
	counter-increment: rel;
	content: counter(rel);
}
/*.relationship .col-md-3:first-child>.rel::after {*/
	/*content: "1";*/
/*}*/
/*.relationship .col-md-3:nth-child(2)>.rel::after {*/
	/*content: "2";*/
/*}*/
/*.relationship .col-md-3:nth-child(3)>.rel::after {*/
	/*content: "3";*/
/*}*/
/*.relationship .col-md-3:last-child>.rel::after {*/
	/*content: "4";*/
/*}*/

.rel img {
	height: 80px;
}

@media screen and (min-width: 768px) {
	.rel img {
		height: 120px;
	}
}

/*.relationship .col-md-3:nth-child(2)>.rel img {*/
	/*left: 23px;*/
/*}*/
/*.relationship .col-md-3:last-child>.rel img {*/
	/*left: 7px;*/
/*}*/
.rel h3 {
	font-size: 18px;
	font-family: "GothamProBold";
	margin: 20px 0;
	text-transform: uppercase;
}

.relationship .btn-default {
	display: block;
	width: 100%;
	max-width: 310px;
	height: 60px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0 auto;
}
.reviews {
	background: #eaecf1;
}
.innerReviews img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.innerReviews img {
		height: 475px;
	}

}

@media screen and (min-width: 992px) {
	.innerReviews img {
		height: 300px;
	}
	.innerReviews p {
		min-height: 45px;
	}

}

.innerReviews img:hover {
	box-shadow: 0 5px 10px 0 #ccc;
}
.innerReviews p {
	text-align: center;
	font-size: 16px;
	font-family: "GothamProBold", sans-serif;
	margin-top: 15px;
	margin-bottom: 30px;
}
/*.innerReviews .col-md-3 {*/
	/*height: 460px;*/
/*}*/
.innerReviews .col-md-6 {
	margin: 25px 0;
}
.footerForm .container {
	background-color: #fff;
	border-radius: 5px;
	padding: 70px 50px;
}

.footerForm .form-control {
	height: 45px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.footerForm p {
	margin: 60px 0 0 0;
	font-weight: bold;
}

@media screen and (min-width: 1200px) {
	.footerForm .container {
		background: url(../img/formGirl.png) no-repeat scroll center center;
		background-size: contain;
	}

	.footerForm .form-control {
		margin-bottom: 0;
	}

	.footerForm h2 {
		font-size: 36px;
	}

	footerForm p {
		margin: 60px -25px 0 0;
	}

}
.footerForm {
	padding: 90px 0;
	/*background: url(../img/formBg.png) no-repeat scroll center center;
	background-size: cover;*/
}

.footerForm.visible {
	background: url(../img/formBg.png) no-repeat scroll center center;
	background-size: cover;
}

.footerForm h2 {
	text-align: left;
	margin-bottom: 50px;
}
.footerForm h2 .red {
	color: red;
	/*font-size: 28px;*/
}


.footerForm .btn-default {
	width: 100%;
	height: 60px;
	text-transform: uppercase;
	margin-top: 60px;
}




.modal-header {
	font-family: "GothamProBold";
	border: none;
}
.modal-title {
	text-align: center;
}
.modal-body p {
	font-size: 12px;
}
.modal .form-control {
	height: 45px;
	margin-bottom: 25px;
}
.modal .btn-default {
	width: 100%;
	height: 45px;
    margin-bottom: 20px;
}

.innerContent h1 {
	font-size: 24px;
	font-family: "GothamProBold", sans-serif;
	margin: 0 0 30px 0;
}

@media screen and (min-width: 768px) {
	.innerContent h1 {
		font-size: 36px;
		margin: 0 0 40px 0;
	}
}
@media screen and (min-width: 992px) {
	.innerContent h1 {
		font-size: 50px;
		margin: 0 0 50px 0;
	}
}


.innerContent p {
	margin-bottom: 30px;
}

.categories a {
	display: block;
	max-width: 400px;
	margin: 0 auto 30px auto;
}

@media screen and (min-width: 768px) {
	.categories {
		margin: 0 -30px;
	}

	.categories a {
		max-width: 100%;
	}
}

.category {
	text-align: center;
}
.category a {
	display: block;
	border: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 30px;
	color: #000;
	min-height: 280px;
	max-height: 280px;
}
.category a:hover, .category a:active, .category a:focus {
	text-decoration: none;
	border-color: #00be8f;
    box-shadow: 0 0 5px 0 #00be8f;
}
.category img {
	width: 100%;
	height: 170px;
}
.category h3 {
	font-size: 18px;
	font-family: "GothamProBold";
	margin: 25px 0 5px 0;
}
.detailPic {
    float: left;
    margin: 0 20px 20px 0;
}
.a1logo {
	display: block;
	text-align: center;
}
.imgDelivery {
    margin: 0 auto 50px auto;
}

.exPic:hover {
    box-shadow: 0 5px 10px 0 #ccc;
}
.exPic img {
    padding: 5px;
}
.kind {
    height: 200px;
    margin-bottom: 20px;
    text-align: center;
}
.kind img {
    height: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.noHeight {
    height: auto;
}
.politics {
    text-align: right;
}
table {
	text-align: center;
	border-collapse: collapse;
}
table tr td {
	padding: 15px;
	border: 1px solid #333;
}

.page-mozaik .row {
	padding: 20px 0;
}

.page-open {
	cursor: pointer;
}
.page-hidden {
	display: none;
}
.page-hid-text {
	padding-bottom: 20px;
}


.our-centres {
    margin-top: 50px;
    margin-bottom: 70px;
    font-size: 0;
}
.our-centres .main-title {
	font-size: 25px;
}
.our-centres-left {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.our-centres-left .main-title {
	margin-top: 20px;
}
.our-centres-menu {
	margin-top: 25px;
}
.our-centres-menu-cell {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.our-centres-menu-cell .title {
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer
}
.our-centres-menu-cell.active .title {
	border-bottom: 2px solid #ed1c24;
}
.our-centres-menu-cell .info {
	display: none;
	color: #003462;
	font-weight: 400;
}
.our-centres-menu-cell.active .info {
	display: block;
}
.our-centres-menu-cell.active .info a {

	color: #003462;
	text-decoration: none;
}
.our-centres-right {
	width: 75%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.our-centres-map {
	display: inline-block;
	width: 836px;
	height: 448px;
	position: relative;
	background: url('/images/russian-map.png') no-repeat center center;
}
.our-centres-map .point {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ef4150;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
}
.our-centres-map .point:after, .our-centres-map .point:before {
	display: none;
}
.our-centres-map .point.active {
	background: #fff;
}
.our-centres-map .one {
    left: 188px;
    top: 277px;
}
.our-centres-map .two {
    left: 101px;
    top: 191px;
}
.our-centres-map .three {
    left: 189px;
    top: 213px;
}
.our-centres-map .four {
    left: 149px;
    top: 211px;
}
.our-centres-map .five {
    left: 145px;
    top: 241px;
}
.our-centres-map .six {
	left: 238px;
	top: 260px;
}
.our-centres-map .seven {
    left: 130px;
    top: 258px;
}
.our-centres-map .eight {
	left: 108px;
	top: 220px;
}
.our-centres-map .nine {
    left: 178px;
    top: 251px;
}
.our-centres-map .ten {
	left: 120px;
	top: 204px;
}
.our-centres-map .eleven {
    left: 98px;
    top: 176px;
}
.our-centres-map .twelve {
    left: 144px;
    top: 171px;
}

.fixed_soc {
	position: fixed;
	bottom: 100px;
	right: 0;
	padding: 10px;
	background: #fff;
	z-index: 100;
}
.fixed_soc li {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.fixed_soc li a::after {
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 40px;
	color: #fff;
}
.fixed_soc li:first-child {
	background: #436eab;
}
.fixed_soc li:first-child a::after {
	content: "\f189";
}
.fixed_soc li:nth-child(2) {
	background: #3b5998;
}
.fixed_soc li:nth-child(2) a::after {
	content: "\f09a";
}
.fixed_soc li:nth-child(3) {
	background: #c04fbd;
}
.fixed_soc li:nth-child(3) a::after {
	content: "\f16d";
}
.fixed_soc li:nth-child(4) {
	background: #f58220;
}
.fixed_soc li:nth-child(4) a::after {
	content: "\f263";
}
.fixed_soc li:last-child {
	background: #dc472e;
	margin: 0;
}
.fixed_soc li:last-child a::after {
	content: "\f167";
}

.nashi-stendy-cols .col-md-3 {
	padding: 0;
	position: relative;
	font-size: 0;
	margin-bottom: 0;
}
.nashi-stendy-cols .img-responsive {
	width: 100%;
	height: auto;
	height: initial;
	margin-bottom: 0;
}
.nashi-stendy-cols .col-md-3 p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-top: 80px;
    margin-bottom: 0;
    opacity: 0;
    transition: .5s;
}
.nashi-stendy-cols .col-md-3:hover p {
	opacity: 1;
}

.about__photo {
	margin-bottom: 30px;
}

.dropdown-menu>li>a {
	white-space: normal;
}

@media screen and (min-width: 768px) {
	.about__photo {
		margin-bottom: 0;
	}

	.dropdown-menu>li>a {
		white-space: nowrap;
	}
}

.btn_service {
	margin: 30px 0;
}

.heading_service {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}

.fancy {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.service_disc {
	padding: 5px;
	position: absolute;
	bottom: 0;
	background: #fff;
}

.image_service {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.employer-info {
	font-size: 12px;
	line-height: 1.4;
}

.employer-info span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.service-section {
	padding-bottom: 20px;
}

.service-question__heading {
	font-weight: bold;
}

.stickySidebar {
	display: none;
}

.service-links {
	padding-bottom: 0;
}

.service-links a {
	display: block;
	padding-bottom: 20px;
}

.service-links img {
	height: 200px;
	margin-bottom: 10px;
}

.service-links__text {
	color: #000;
	/*text-transform: uppercase;*/
}

@media screen and (min-width: 768px) {
	.btn_service {
		padding: 12px 60px;
	}

	.heading_service {
		font-size: 22px;
	}

	.service-section {
		padding-bottom: 40px;
	}

	.service-employers img {
		height: 100px;
		margin-bottom: 15px;
	}

	.service-links {
		padding-bottom: 10px;
	}

	.service-links a {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 992px) {

	.stickySidebar {
		position: fixed;
		top: 50%;
		right: -300px;
		display: block;
		max-width: 400px;
		padding: 30px 15px 0 15px;
		font-weight: bold;
		background-color: rgba(0,156,191, 0.95);
		color: #fff;
		transform: translateY(-50%);
		transition: right 0.25s ease-out;
		z-index: 100;
	}

	.stickySidebar::before {
		position: absolute;
		top: 30%;
		left: -5px;
		display: inline-block;
		content: 'Почему мы?';
		font-size: 18px;
		color: #000;
		transform: rotate(90deg);
		transform-origin: left top 0;
		z-index: 150;
	}

	.stickySidebar:hover {
		right: 0;
	}

	.stickySidebar__list {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 0;
		list-style-type: none;
	}

	.stickySidebar__item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 320px){
	.service-links .row,
	.service-reviews .row{
        display: flex;
        flex-wrap: wrap;
    }
	.service-links .col-xs-12,
	.service-reviews .col-xs-12{
        display: flex;
        float:none;
    }
}
.exPic {margin-bottom:  30px;}
.exPic img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.imgs1{text-align:center}
.imgs1 img{width:20%;margin:0 2%}
@media screen and (max-width: 600px){
.imgs1 img{width:45%;margin:0 2%}
}

/*2019_04_24*/
.point .like-h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    line-height: 26px;
    font-family: inherit;
    color: inherit;
}
.stock .like-h3 {
    font-size: 24px;
    font-family: "GothamProBold";
    color: #000;
    padding: 0 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
.example .like-h3 {
    font-size: 18px;
    font-family: "GothamProBold";
    margin: 30px 0 10px 0;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.reason .like-h3 {
    font-size: 20px;
    font-family: "GothamProBold";
    margin: 0 0 20px 0;
    padding: 60px 0 10px 0;
    text-align: center;
}
@media screen and (min-width: 480px) {
	.reason .like-h3 {
	    height: 50px;
	    padding: 10px 0 10px 70px;
	    font-size: 24px;
	    text-align: left;
	}
	.whyWe .col-md-6>.reason .like-h3 {
	    background-position: left center !important;
	}
}
.whyWe .col-md-6>.reason .like-h3{
	background-repeat: no-repeat;
    background-position: center top;
}
.whyWe .col-md-6:first-child>.reason .like-h3 {
    background-image: url(/local/css/../img/whyWe1.png);
}
.whyWe .col-md-6:nth-child(2)>.reason .like-h3 {
    background-image: url(/local/css/../img/whyWe2.png);
}
.whyWe .col-md-6:nth-child(3)>.reason .like-h3 {
    background-image: url(/local/css/../img/whyWe3.png);
}
.whyWe .col-md-6:last-child>.reason .like-h3 {
    background-image: url(/local/css/../img/whyWe4.png);
}
.rel .like-h3 {
	font-size: 18px;
    font-family: "GothamProBold";
    margin: 20px 0;
    text-transform: uppercase;
    line-height: 1.1;
}
.footerForm .like-h2 {
	text-align: left;
    font-size: 24px;
    font-family: "GothamProBold";
    margin: 0 0 35px 0;
    line-height: 1.1;
    margin-bottom: 50px;
}
.footerForm .like-h2 .red {
    color: red;
}
@media screen and (min-width: 1200px){
	.footerForm .like-h2 {
	    font-size: 36px;
	}
}
@media screen and (min-width: 992px) {
	.like-h2 {
	    margin: 0 0 70px 0;
	    font-size: 50px;
	}
}
.modal-title {
	font-size: 18px;
}
.category .like-h3 {
    font-size: 18px;
    font-family: "GothamProBold";
    margin: 25px 0 5px 0;
    line-height: 1.1;
    min-height: 6rem;    
}
input.input-error {
    border-color: red;
}

#navigation .item-level-2 {
    position: relative;
}
#navigation .item-level-2 > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    list-style: none;
    padding: 0;
    background-color: #006e8e;
    border-left: 2px solid #009cbf;
}
#navigation .item-level-2:hover > ul {
    display: block;
}
#navigation .item-level-3 a {
    padding: 15px 45px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#navigation .item-level-3 a:focus, #navigation .item-level-3 a:hover {
	background-color: #005e7e;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
    color: #fff;
    padding: 15px 45px;
}
#navigation .item-level-1:hover > ul {
    display: block;
}

.org_scheme_zag, .bolder_text {
    font-weight: bold;
    margin-bottom: 15px;
}
.org_scheme_zag {
	text-align: center;
}
.org_scheme_zag p, .bolder_text p {
    margin-bottom: 5px;
}
.org_scheme_img_block p {
    width: 33%;
    float: left;
    padding: 10px;
}
.org_scheme_img_block img {
    width: 100%;
}
.org_scheme_img_block span {
    font-style: italic;
    color: #666;
    display: block;
    margin-top: 10px;
}
.pink {
    font-weight: bold;
    color: #e20a7f;
}
.org_scheme_icon_block.row > div {
    height: 375px;
}
.mobile-caret {
	display: none;
	width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.mobile-caret-wrapper {
	/*float: right;*/
    padding: 13px 25px;
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
}
@media screen and (max-width: 767px){
	.dropdown-menu {
	    position: static;
	    width: 100%;
	}
	#navigation .item-level-2 > ul {
	    position: static;
	    width: 100%;
	}
	.caret {
		display: none;
	}
	.mobile-caret {
		display: block;
	}
	.navbar-nav a {
		width: 90%;
	}
	.nav>li {
		display: inline-block;
	}
	#navigation .item-level-1:hover > ul {
	    display: none;
	}
	#navigation .item-level-2:hover > ul {
	    display: none;
	}
	.pseudo-btn {
		padding-right: 30px!important;
	}
	.pseudo-btn:after {
		right: 2%!important;
		top: 30%;
	}
}

.social_links {
    list-style-type: none;
    display: inline-block;
    margin: 25px 0 0 0;
    padding: 0;
    text-align: center;
}
.social_links li {
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}
.social_links li a {
	display: block;
    height: 100%;
    text-decoration: none;
}
.social_links li a::after {
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 40px;
    color: #fff;
}
.social_links li:first-child {
    background: #436eab;
}
.social_links li:nth-child(2) {
    background: #3b5998;
}
.social_links li:nth-child(3) {
    background: #c04fbd;
}
.social_links li.social_link_ok {
    background: #f58220;
}
.social_links li:last-child {
    background: #dc472e;
    margin: 0;
}
.social_links li:first-child a::after {
    content: "\f189";
}
.social_links li:nth-child(2) a::after {
    content: "\f09a";
}
.social_links li:nth-child(3) a::after {
    content: "\f16d";
}
.social_links li.social_link_ok a::after {
    content: "\f263";
}
.social_links li:last-child a::after {
    content: "\f167";
}
.contacts p {
	margin-bottom: 10px;
}
.link_card {
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}

.internet-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 40px;
}
.internet-services .internet-services_block {
	width: 30%;
	padding-bottom: 30px;
}
.internet-services .internet-services_pic img {
	width: 100%;
}
.internet-services .internet-services_text {
	padding: 0 20px;
	height: 300px;
}
/*.video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.inf_block {
	//width:100%;
	//display:inline-block;
	position: relative;
    height: 350px;
    margin-top: 10px;
}
.inf_block .video-block {
	//width:59%;
	//float:left;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 50%;
}
/*.inf_block .img_block {
	width:40%;
	float:right;
}*/

.pseudo-btn {
	position: relative;
	font-family: "GothamProBold";
    font-size: 16px;
    color: #fff;
    background-color: #00bc8d;
    border-color: #00bc8d;
    box-shadow: 0 3px 0 #019464;
    padding: 6px 12px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}
.pseudo-btn:after {
    display: inline-block;
    content: url("/local/img/down-arrow.png");
    position: absolute;
    right: 8%;
}
.row.video-row iframe {
	max-width: 100%!important;
}

.under-h1-line {
    position: absolute;
    top: -40px;
    font-size: 22px;
    left: -276px;
}
@media (max-width: 1200px) {
   .under-h1-line {
       left: -226px;
   }
}
@media (max-width: 991px) {
   .under-h1-line {
       left: -234px;
   }
}
@media (max-width: 767px) {
   .under-h1-line {
       position: unset;
   }
}
.xabv {display: block; height: 0; margin: 0!important; overflow: hidden; padding: 0!important; width: 0;}

