body {
	background:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	line-height:22px;
	color:#333;
}
strong {
	font-weight: bold;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.block {
	display:block;
	width:100%;
}
.desktop {
	display:block;
}
.mobile {
	display:none;
}
.header, .footer {
	padding:15px 0;
	background:#212b3f;
	color:#fff;
	position:relative;
	z-index:2;
}
.header {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.footer {
	border-top:4px solid #feb811;
}
.header .descriptor a, .footer .descriptor a {
	color:#feb811;
}
.header .descriptor strong, .footer .descriptor strong {
	font-weight:600;
}
.header .phones, .footer .phones {
	text-align:right;
}
.header .phones div, .footer .phones div {
	display: inline-block;
	line-height:30px;
	vertical-align:top;
	padding:0 0 0 30px;
	white-space:nowrap;
	margin-bottom:5px;
	background:url(../img/phone-call.png) 0 3px no-repeat;
}
.header .phones > div a, .footer .phones > div a {
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.header .phones strong, .footer .phones strong {
	display:block;
	color:#68D24D;
	font-size:15px;
	line-height:25px;
}
a.button {
	display:inline-block;
	background: #f3bf13;
	border-radius: 5px;
	font-size: 15px !important;
	color:#333;
	text-decoration:none;
	background: #f3bf13;
	border-bottom:3px solid #ed9c22;
	line-height: 30px;
	white-space:nowrap;
	padding:1px 30px;
	font-weight:bold;
}
a.button:hover {
	background:#f6dc09;
	color:#333;
}
.big.button {
	font-size:21px !important;
	padding:10px 30px;
	margin-bottom:90px;
	background:#f30000;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	border-bottom:5px solid #bb0000;
}
.header .descriptor strong, .footer .descriptor strong {
	display:block;
}
.map {
	text-align:center;
	background:url(../img/map.png) 50% 100% no-repeat;
	height:560px;
	padding-top:50px;
}
.map .addr {
	background:#fff;
	padding:30px 30px;
	transform: skew(170deg);
	font-size:21px;
	box-shadow:0 0 15px rgba(0,0,0,0.5);
	border-top:5px solid #212b3f;
	border-left:5px solid #212b3f;
	line-height:30px;
}
.map .addr strong {
	display:block;
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:10px;
}
.map .addr a {
	color:#212b3f;
	display: block;
   transform: skew(-170deg);
}




.first-screen {
	padding:90px 0;
	background:url(../img/fsbg.jpg) 50% 100% no-repeat;
	background-size: cover;
	text-align: center;
	font-size:22px;
	line-height:30px;
	position:relative;
	color:#fff;
}
.first-screen:after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
}
.first-screen .container {
	position:relative;
	z-index:2;
}
.first-screen h1 {
	font-size: 48px;
	line-height:56px;
	font-weight: 900;
	text-transform:uppercase;
	margin: 0 0 30px 0;
	font-weight:bold;
}
.first-screen h1 span {
	display:inline-block;
	color:#212b3f;
	background:#feb811;
	font-size:27px;
	line-height:45px;
	padding:0 30px;
}
.first-screen p {
	margin: 0 0 30px 0;
}
.first-screen form {
	padding:0 30px;
}
input[type="text"], input[type="email"], input[type="tel"] {
	display:block;
	background:#fff;
	-webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding:0 30px;
	line-height:54px;
	font-size:17px;
	font-family:'Roboto', sans-serif;
	width:100%;
	border:2px solid #212b3f;
}
.first-screen input {
	margin-bottom:15px;
}
button[type="submit"] {
	display:block;
	border:none;
	background: #f3bf13;
	border-bottom:3px solid #ed9c22;
	border-radius: 5px;
	font-size: 18px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	line-height: 30px;
	white-space:nowrap;
	padding:10px 15px;
	font-weight:bold;
	width:100%;
}
button[type="submit"]:hover {
	background:#f6dc09;
}
.result {
	
}
.result .r {
	display:inline-block;
	color:#f30000;
	margin: 10px 0;
}
.result .g {
	color:#68D24D;
}
.arguments {
	padding:30px 0;
}
.arguments div {
	display:inline-block;
	margin-bottom:5px;
	padding-left:30px;
	background:url(../img/check.png) 0 5px no-repeat;
	font-weight:500;
}
hr {
	height:1px;
	background:#4888C4;
	opacity:0.2;
	margin: 0 0 60px 0;
	border:none;
}

.production {
	text-align:center;
	padding: 0 0 40px 0;
}
.production .inn {
	padding:0 45px;
}
.production .items {
	pos:relative;
}
.production .item {
	margin-bottom:60px;
	position:relative;
	z-index:1;
}
.production .item.active {
	z-index:2;
}
.production .item .precontent {
	position:relative;
}
.production .item.active .content {
	position:absolute;
	z-index:2;
}
.production .item.active:before {
	content:'';
	display:block;
	position:relative;
}
.production .item .content {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding:30px;
}.production .item.blue .content {
	color:#fff;
	background:#418ED1;
	padding:202px 30px;
}
.production .item img {
	display:block;
	margin-bottom:30px;
	width: 100%;
}
.production .item .prodtitle {
	margin-bottom:15px;
	font-weight:900;
	font-family:'Gotham Pro', sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-transform:uppercase;
}
.production .item.blue .prodtitle {
	margin:0;
}
.production .item.blue a {
	color:#fff;
	text-decoration:none;
}
.production .item .link {
	position:relative;
}
.production .item .link:after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	background:#8BC7FF;
	opacity:0.3;
	position:absolute;
	top:19px;
	z-index:1;
}
.production .item .link a {
	display:block;
	width:40px;
	height:40px;
	background:url(../img/plus.png) 0 0 no-repeat #ecf5ff;
	border-radius:50%;
	margin:0 auto;
	position:relative;
	z-index:2;
	-webkit-transition: top 1s ease-out 0.5s;
   -moz-transition: top 1s ease-out 0.5s;
   -o-transition: top 1s ease-out 0.5s;
   transition: top 1s ease-out 0.5s;
}
.production .item.active .link a {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.production .item .more {
	padding-top:20px;
	text-align:left;
	display:none;
	-webkit-transition: top 1s ease-out 0.5s;
   -moz-transition: top 1s ease-out 0.5s;
   -o-transition: top 1s ease-out 0.5s;
   transition: top 1s ease-out 0.5s;
}
.production .item.active .more {
	display:block;
}
.production .item .more td {
	vertical-align:top;
	font-size:16px;
	line-height:20px;
}
.production .item .more td:last-child {
	color:rgba(69,69,69,0.5);
}
.production .item .more p {
	margin: 0 0 20px 0;
}
.blocktitle {
	text-transform:uppercase;
	font-size:40px;
	line-height:50px;
	margin-bottom: 60px;
	font-weight:700;
}
.blocktitle span {
	color:#feb811;
	display:block;
}

.countries {
	padding:90px 0 60px 0;
	text-align:center;
	background:url(../img/world2.png) 50% 50% #f0f0f0;
	background-size:cover;
}
.countries .blocktitle {
	display:inline-block;
	padding:0 30px;
	background:#212b3f;
	color:#feb811;
}
.countries .item {
	line-height:30px;
	margin-bottom:30px;
	text-align:left;
	font-size:18px;
}
.countries .item > div {
	background:#fff;
	-webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
	padding:15px;
}
.countries .title {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	font-size:21px;
	color:#212b3f;
	border-bottom:3px solid #feb811;
}
.countries .euro div.c {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
   -moz-column-gap: 30px;
	column-gap: 30px;
}
.countries .item img {
	display:inline-block;
	margin-right:7px;
}
.services {
	padding:60px 0 40px 0;
	text-align:center;
	background:#fff;
	font-size:21px;
	font-weight:500;
}
.services .row > div {
	margin-bottom:45px;
}
.services img {
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	border-bottom:3px solid #feb811;
}
.services img:hover {
	border-bottom:3px solid #212b3f;
}
.benefits, .whywe {
	padding:65px 0 20px 0;
	color:#fff;
	text-align:center;
	background:url(../img/pattern.jpg) 0 0 repeat #212b3f;
}
.whywe .blocktitle span {
	display:inline;
}
.benefits .item, .whywe .item {
	margin-bottom:60px;
	font-size:18px;
	font-weight:500;
}
.benefits .item img, .whywe .item img {
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}

.whiteform {
	padding:90px 0;
	text-align:center;
	border-top:4px dashed #feb811;
}
.whiteform .formtitle {
	text-transform:uppercase;
	font-size:26px;
	line-height:30px;
	margin-bottom:45px;
	font-weight:bold;
	display:inline-block;
	background:#212b3f;
	color:#fff;
	padding:3px 30px;
}

.clients {
	text-align:center;
	padding: 0 0 50px 0;
	font-size:0;
}
.clients img {
	display:inline-block;
	margin:0 30px 20px 30px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.clients img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.reviews {
	text-align:center;
	padding: 0 0 50px 0;
}
.reviews .blocktitle {
	margin-bottom:0;
}
.reviews .owl-carousel, .gallery .owl-carousel {
	padding:0 70px;
}
.reviews .owl-carousel .owl-item div, .gallery .owl-carousel .owl-item div {
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.reviews .owl-carousel img, .gallery .owl-carousel img {
	display:block;
	border:2px solid #212b3f;
}
.reviews .owl-carousel img:hover, .gallery .owl-carousel img:hover {
	border:2px solid #feb811;
}

.reviews .owl-carousel .owl-item, .gallery .owl-carousel .owl-item {
	padding:30px 15px;
}
.owl-carousel .owl-next {
	display:block;
	width:55px;
	height:55px;
	background:url(../img/next.png) 0 0 no-repeat !important;
	text-indent:-9999px;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-28px;
	outline:none;
}
.owl-carousel .owl-prev {
	display:block;
	width:55px;
	height:55px;
	background:url(../img/prev.png) 0 0 no-repeat !important;
	text-indent:-9999px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-28px;
	outline:none;
}
.greenform .pic {
	text-align:right;
	padding-bottom:30px;
	padding-right:30px;
}
.gallery {
	padding:70px 0;
	text-align:center;
}

.owl-scrollbar {
	margin: 20px 0;
	border-radius: 10px;
	height: 7px;
	width: 100%;
	background: #F1F5F6;
	position: relative;
}

.owl-scrollbar .owl-scroll-handle {
	height: 7px;
	width: 100px;
	border-radius: 5px;
	display: inline-block;
	background: #418ED1;
	position: absolute;
	top: 0;
	left: 0;
}
.owl-scrollbar .owl-scroll-handle:hover {
	background:#2c70ab;
}
.owl-scrollbar .owl-scroll-progress {
	background: #333;
   height: 7px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.pull-right {
	float:right;
}
.pull-left {
	float:left;
}
.howwork {
	padding:0 0 60px 0;
}
.howwork .blocktitle {
	text-align:center;
}
.howwork .row {
	display:block;
}
.howwork .row:after {
	content:'';
	display:block;
	clear:both;
}
.howwork .title {
	position:relative;
	font-weight:bold;
	margin-bottom:15px;
	padding-top:5px;
}
.howwork .title:after {
	content:'';
	display:block;
	height:2px;
	background:#F0F4F5;
	position:absolute;
	width:100%;
	top:17px;
}
.howwork .title  span {
	position:relative;
	z-index:2;
	display:inline-block;
	background:#fff;
	padding-right:15px;
}
.howwork .item {
	position:relative;
}
.howwork .item.i1 {
	padding-left:55px;
	background:url(../img/h1.png) 0 0 no-repeat;
	padding-bottom:30px;
	min-height:140px;
}
.howwork .item.i2 {
	padding-left:55px;
	background:url(../img/h2.png) 0 0 no-repeat;
	padding-bottom:30px;
	min-height:140px;
}
.howwork .item.i3 {
	padding-left:55px;
	background:url(../img/h3.png) 0 0 no-repeat;
	padding-bottom:30px;
	min-height:140px;
}
.howwork .item.i4 {
	padding-left:55px;
	background:url(../img/h4.png) 0 0 no-repeat;
	padding-bottom:30px;
	min-height:140px;
}
.howwork .item.i4:before {
	content:'';
	display:block;
	width:2px;
	background:#F0F4F5;
	height:100px;
	left:18px;
	top:50px;
	position:absolute;
}
.howwork .item.i5 {
	padding-left:55px;
	background:url(../img/h5.png) 0 100px no-repeat;
	padding-top:100px;
}
.howwork .item.i5:before {
	content:'';
	display:block;
	width:2px;
	background:#F0F4F5;
	height:85px;
	left:18px;
	top:0;
	position:absolute;
}
.howwork .item.i4 .title:after, .howwork .item.i5 .title:after {
	display:none;
}
.howwork .item.i6 {
	padding-left:55px;
	background:url(../img/h6.png) 0 100px no-repeat;
	padding-top:100px;
}
.howwork .item.i7 {
	padding-left:55px;
	background:url(../img/h7.png) 0 100px no-repeat;
	padding-top:100px;
}

.howwork .item.i8 {
	background:#F1F5F6;
	padding:30px;
	border-radius: 10px;
}
.howwork .formtitle {
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.howwork input {
	margin-bottom:20px;
}
.popup, .success {
	text-align:center;
}
.formtitle {
	font-weight:bold;
	margin-bottom:20px;
	font-size:24px;
	text-transform:uppercase;
	line-height:36px;
}
.popup p, .success p {
	font-size:16px;
	margin-bottom:25px;
}
.popup input {
	margin-bottom:25px;
}
@media screen and (max-width:767px) {
	.desktop {
		display:none;
	}
	.mobile {
		display:block;
	}
	.header .row > div, .footer .row > div {
		margin-bottom:15px;
	}
	.header .row > div.phones, .footer .row > div.phones {
		margin-bottom:0;
	}
	.header .descriptor strong {
		display:none;
	}
	.header .phones {
		text-align:center;
	}
	.header .phones a {
		font-size:16px;
	}
	.header .phones a.button {
	
	}
	.header .phones a.button:hover {
		text-decoration:none;
	}
	
	.first-screen {
		padding:35px 0;
	}
	.first-screen h1 {
		font-size:28px;
		line-height:40px;
	}
	.first-screen h1 span {
		font-size:15px;
		line-height:30px;
		padding:5px 15px;
		margin-top:15px;
	}
	.big.button {
		white-space:normal;
		font-size:16px !important;	
		line-height:20px;
	}
	.video {
		margin-bottom:30px;
	}
	.first-screen p {
		font-size:16px;
		line-height:20px;
	}
	.first-screen form {
		padding:0;
	}
	.first-screen form input {
		margin-bottom:25px;
	}
	.arguments {
		white-space:auto;
		font-size:16px;
		line-height:30px;
	}
	.arguments strong {
		font-size:21px;
	}
	.blocktitle {
		font-size:28px;
		line-height:35px;
		margin-bottom:30px;
	}
	hr {
		margin-bottom:50px;
	}
	.production .inn {
		padding:0;
	}
	.production .item {
		margin-bottom:30px;
	}
	.production .item .prodtitle {
		font-size:16px;
		line-height:22px;
	}
	.production .item.blue .content {
		padding:60px 30px;
	}
	.greenform {
		padding:45px 0 15px;
		text-align:center;
		font-size:16px;
		line-height:20px;
	}
	.greenform .formtitle {
		font-size:28px;
	}
	.countries {
		padding:45px 5px;
	}
	.countries .item {
		min-width:100%;
		font-size:16px;
	}
	.benefits {
		padding:45px 5px;
		background-size:cover;
	}
	.benefits .item {
		min-width:100%;
		margin-bottom:45px;
	}
	.whiteform {
		padding:50px 0;
	}
	.whiteform .formtitle {
		font-size:23px;
		margin-bottom:30px;
	}
	.greenform input, .greenform button, .whiteform input, .whiteform button {
		margin-bottom:25px;
	}
	.clients img {
		max-width:130px;
		margin:0 15px 15px 15px;
	}
	.owl-carousel .owl-prev, .owl-carousel .owl-next {
		width:30px;
		height:30px;
		margin-top:-15px;
		background-size:contain !important;
	}
	.reviews .owl-carousel, .gallery .owl-carousel {
		padding:0 45px;
	}
	.greenform .pic {
		display:none;
	}
	.gallery {
		padding:45px 0;
	}
	.gallery .blocktitle {
		margin-bottom:15px;
	}
	.owl-scrollbar {
		display:none;
	}
	.pull-left, .pull-right {
		float:none;
	}
	.howwork .title:after {
		display:none;
	}
	.howwork .item.i1:before, .howwork .item.i2:before, .howwork .item.i3:before, .howwork .item.i4:before, .howwork .item.i5:before, .howwork .item.i6:before {
		content: '';
		display: block;
		width: 2px;
		background: #F0F4F5;
		height: 115px;
		left: 17px;
		top: 35px;
		position: absolute;
	}
	.howwork .item.i1, .howwork .item.i2, .howwork .item.i3, .howwork .item.i4, .howwork .item.i5, .howwork .item.i6, .howwork .item.i7 {
		padding-bottom:40px;
		padding-top:0;
		background-position: 0 0;
	}
	.footer {
		text-align:center;
	}
	.footer .phones a.button {
		margin-top:15px;
	}
	.footer .phones {
		text-align:center;
	}
	.production .item .more td {
		display:block;
	}
	.production .item .more td:first-child {
		padding-bottom:15px;
	}
	.production .item.active .content {
		position:static;
	}
	input[type="text"], input[type="email"], input[type="tel"] {
		border:2px solid #212b3f;
	}
	.map .addr {
		font-size:16px;
		padding:15px;
		transform:none;
		line-height:20px;
	}
	.map .addr a {
		transform:none;
	}
}
@media screen and (max-width:1280px) {

}

.respvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
 
.respvideo iframe, .respvideo object, .respvideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#callback-wrapper-mediaguru {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: #43a047;
	z-index: 1000;
	display: none;
}
.callback-wrapper-mediaguru-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 8px 0;
}
#callback-wrapper-mediaguru .callback-item {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#callback-wrapper-mediaguru .callback-item:first-child {
	border-left: none;
}
#callback-wrapper-mediaguru .callback-item:last-child {
	border-right: none;
}
#callback-wrapper-mediaguru .callback-item a,#callback-wrapper-mediaguru .copyrights a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#callback-wrapper-mediaguru .callback-item a:hover , #callback-wrapper-mediaguru .callback-item a:focus , #callback-wrapper-mediaguru .callback-item a:active,#callback-wrapper-mediaguru .copyrights a:hover,#callback-wrapper-mediaguru .copyrights a:focus,#callback-wrapper-mediaguru .copyrights a:active {
	color: #fff;
	text-decoration: none;
}
#callback-wrapper-mediaguru .callback-wrapper_icon {
	display: block;
	margin: 0 auto 5px;
	width: 40px;
	height: 28px;
}
#callback-wrapper-mediaguru .callback-wrapper_whatsapp-icon {
	background: url(../img/whatsapp-icon.svg)no-repeat center;
}
#callback-wrapper-mediaguru .callback-wrapper_call-icon {
	background: url(../img/phone-icon.svg)no-repeat center;
}
#callback-wrapper-mediaguru .callback-item a:hover {
	color: #ffd762;
}
@media (max-width: 480px){
	body {
		padding-bottom: 69px;
	}
	#callback-wrapper-mediaguru{
		display: block;
	}
	
}
