h1, h2 {
	margin: 0;
	font: normal 72px/72px "GothamPro-Bold", sans-serif;
}

h2 {
	font-family: "GothamPro-Black", sans-serif;
	font-size: 48px;
	line-height: 1.3;
}

p {
	margin: 0;
	font: 300 16px/24px 'Roboto';
}

p.title {
	letter-spacing: .2em;
}

a button.btn {
	text-decoration: none;
}

.btn {
	padding: 26px 40px;
	text-transform: uppercase;
	font: 500 19px/1 'Roboto';
	letter-spacing: .1em;
	color: #fff;
	outline: none;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-green {
	background: #76c900;
}

.btn-green:hover {
	background: #61a500;
}

.popup-form, .popup-done {
	text-align: center;
	padding: 80px 50px 30px;
	background: #fff;
}

.popup-form .mfp-close, .popup-done .mfp-close {
	padding-top: 10px;
	padding-right: 5px;
	font-weight: 400;
	font-size: 55px;
	color: #000;
	opacity: 1;
}

.popup-form .mfp-close:hover, .popup-done .mfp-close:hover {
	color: #4d4d4d;
}

.popup-form span, .popup-done span {
	display: block;
	margin: 0;
	font: normal 24px 'GothamPro-Light';
	color: #000;
}

.popup-form form, .popup-done form {
	padding-top: 25px;
}

.popup-form form input, .popup-done form input {
	margin-bottom: 12px;
	width: 100%;
	padding: 17px 15px;
	color: #fff;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #545454;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.popup-form form input:focus, .popup-done form input:focus {
	background: #3c3c3c;
}

.popup-form form button, .popup-done form button {
	width: 100%;
	padding: 19px 15px;
	text-transform: uppercase;
	font: 900 14px 'Roboto';
	letter-spacing: .2em;
	color: #fff;
	border: none;
	outline: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #76c900;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.popup-form form button:hover, .popup-done form button:hover {
	background: #69b103;
}

.popup-form p, .popup-done p {
	margin: 30px 0 0;
	font: 300 15px 'Roboto';
	color: #8d8d8d;
}

.popup-done {
	padding: 80px 50px 80px;
}

.header-top {
	background-color: #000;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
}

.header {
	height: 867px;
	background: #f3f8fd url(../img/header-bg.jpg) no-repeat center;
}

.header-top-menu {
	text-align: left;
}

.header-top-menu nav {
	margin: 0;
	padding: 0;
}

.header-top-menu nav li {
	display: inline-block;
	margin-right: 23px;
}

.header-top-menu nav li a {
	font: 400 15px/1 'Roboto';
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header-top-menu nav li a:hover {
	color: #d9d9d9;
}

.header-top-logo {
	text-align: center;
	font: normal 24px/1 "GothamPro-Black", sans-serif;
}

.header-top-logo img {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

.header-top-logo a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header-top-logo a:hover {
	color: #e6e6e6;
}

.header-top-phone {
	text-align: right;
}

.header-top-phone p {
	display: inline;
	position: relative;
	top: 4px;
	margin: 0;
	margin-right: 22px;
	font: normal 18px/1 "GothamPro-Medium", sans-serif;
	color: #fff;
}

.header-top-phone-wrp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.lang{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
	font: normal 16px/1 "GothamPro-Medium", sans-serif;
	text-transform: uppercase;
}
.lang a,.lang span{
	margin: 0 5px;
	color: #fff;
	text-decoration: none;
}
.lang span{
	color: #76c900;
}
.header-social{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.header-social .social{
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-social .social a{
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.header-social svg{
	width: 30px;
	height: 30px;
	fill: #fff
}
.header-top-phone .header-phone {
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
	font: normal 18px/1 "GothamPro-Medium", sans-serif;
	color: #fff;
}
.header-top-phone .popup-with-form{
	margin-bottom: 10px;
}

.header-top-phone a {
	text-decoration: none;
}

.header-top-phone button {
	display: inline;
	padding: 13px 20px;
	font-size: 11px;
	border: 1px solid #96ee18;
	background: none;
}

.header-top-phone button:hover {
	background: #96ee18;
}

.header-main {
	text-align: center;
	padding: 140px 0 0;
}

.header-main h1, .header-main p {
	color: #fff;
}

.header-main p {
	padding: 55px 0 75px;
}

.header-down {
	margin-top: 75px;
	width: 100%;
	text-align: center;
}

.services {
	height: 904px;
	padding: 0 0 0;
	text-align: center;
	background: url(../img/services-bg.jpg) no-repeat center;
}

.services p, .services h2 {
	color: #fff;
}

.services h2 {
	padding-bottom: 95px;
}

.services ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.services ul li {
	vertical-align: top;
	display: inline-block;
	width: 33%;
	padding-bottom: 45px;
}

.services ul li:nth-child(1), .services ul li:nth-child(4) {
	padding-right: 15px;
}

.services ul li:nth-child(2), .services ul li:nth-child(5) {
	padding-right: 15px;
	padding-left: 15px;
}

.services ul li:nth-child(3), .services ul li:nth-child(6) {
	padding-left: 15px;
}

.services ul li span {
	display: block;
	float: left;
	margin-right: 20px;
	width: 87px;
	height: 87px;
	text-align: center;
	line-height: 87px;
	background: url(../img/services-item.png) no-repeat;
}

.services ul li span img {
	vertical-align: middle;
}

.services ul li h3 {
	margin: 0;
	padding-top: 22px;
	text-transform: uppercase;
	font: normal 20px "GothamPro-Bold", sans-serif;
	color: #fff;
}

.services ul li p {
	clear: both;
	text-align: justify;
	padding-top: 20px;
	font-size: 14px;
}

.achievements {
	padding: 40px 0;
	text-align: center;
	background-color: #f9f9f9;
}

.achievements h2 {
	padding-bottom: 95px;
}

.achievements ul {
	margin: 0;
	padding: 0 0 90px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.achievements ul li {
	display: inline-block;
	width: 200px;
}

.achievements ul li span {
	display: block;
	margin: 0 auto;
	width: 154px;
	height: 144px;
	background: url(../img/achievements-item.png) no-repeat;
	font: normal 60px/144px "GothamPro-Bold", sans-serif;
	color: #3f3f3f;
}

.achievements ul li p {
	padding-top: 40px;
	font: 300 18px/24px 'Roboto';
	color: #3f3f3f;
}

.achievements button {
	padding-left: 60px;
	padding-right: 60px;
}

.application, .application-two {
	height: 907px;
	padding: 280px 0 110px;
	background: url(../img/application-bg.jpg) no-repeat center;
}

.application-header, .application-two-header {
	padding-bottom: 30px;
}

.application-header p, .application-header h2, .application-two-header p, .application-two-header h2 {
	color: #fff;
}

.application-form input, .application-two-form input {
	width: 455px;
	margin-bottom: 25px;
	padding: 20px 35px;
	font: 300 14px 'Roboto';
	color: #333;
	outline: none;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.application-form input:focus, .application-two-form input:focus {
	background: #eee;
}

.application-form input:focus::-webkit-input-placeholder, .application-two-form input:focus::-webkit-input-placeholder {
	color: #eee;
}

.application-form input:focus::-moz-placeholder, .application-two-form input:focus::-moz-placeholder {
	color: #eee;
}

.application-form input:focus:-moz-placeholder, .application-two-form input:focus:-moz-placeholder {
	color: #eee;
}

.application-form input:focus:-ms-input-placeholder, .application-two-form input:focus:-ms-input-placeholder {
	color: #eee;
}

.application-form input::-webkit-input-placeholder, .application-two-form input::-webkit-input-placeholder {
	color: #939393;
}

.application-form input::-moz-placeholder, .application-two-form input::-moz-placeholder {
	color: #939393;
}

.application-form input:-moz-placeholder, .application-two-form input:-moz-placeholder {
	color: #939393;
}

.application-form input:-ms-input-placeholder, .application-two-form input:-ms-input-placeholder {
	color: #939393;
}

.application-form input.two, .application-form input.three, .application-two-form input.two, .application-two-form input.three {
	float: left;
	width: 215px;
}

.application-form input.three, .application-two-form input.three {
	margin-left: 25px;
}

.application-form button, .application-two-form button {
	width: 100%;
	padding: 20px 35px;
}

.experts {
	height: 809px;
	padding: 0 0 90px;
	text-align: center;
	background: url(../img/experts-bg.jpg) no-repeat center;
}

.experts h2 {
	padding-bottom: 70px;
}

.experts-carousel-item img {
	position: relative;
}

.experts-carousel-item-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 174px;
	padding: 95px 0 0;
	text-align: center;
	border-bottom: 8px solid #2a6bba;
	background: url(../img/expert-shadow.png) no-repeat;
	background-size: cover;
}

.experts-carousel-item-info h3, .experts-carousel-item-info p {
	margin: 0;
}

.experts-carousel-item-info h3 {
	padding-bottom: 3px;
	text-transform: uppercase;
	font: 500 16px 'Roboto';
	color: #fff;
}

.experts-carousel-item-info p {
	color: #fff;
}

.experts button {
	margin-top: 65px;
}

.partners {
	position: relative;
	padding: 80px 0 120px;
	text-align: center;
	background: #fff;
	background-size: cover;
}

.partners h2 {
	padding-bottom: 90px;
}

.partners-carousel .owl-nav {
	display: block !important;
	position: absolute;
	right: -100px;
	left: -100px;
	top: 50%;
	margin-top: -23.5px;
}

.partners-carousel .owl-nav .owl-prev, .partners-carousel .owl-nav .owl-next {
	width: 27px;
	height: 47px;
	background: url(../img/partners-arrow-ico.png) no-repeat;
}

.partners-carousel .owl-nav .owl-prev {
	float: left;
}

.partners-carousel .owl-nav .owl-prev:hover {
	position: relative;
	right: 3px;
}

.partners-carousel .owl-nav .owl-next {
	float: right;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.partners-carousel .owl-nav .owl-next:hover {
	position: relative;
	left: 3px;
}

.feedback {
	height: 956px;
	padding: 200px 0 0;
	text-align: center;
	color: #fff;
	background: url(../img/feedback-bg.jpg) no-repeat center;
}

.feedback h2 {
	padding-bottom: 90px;
}

.feedback-comment {
	margin: 0;
	padding: 60px 100px 60px 80px;
	text-align: left;
	border: 2px solid #fff;
}

.feedback-comment:before {
	position: absolute;
	top: -27px;
	left: 75px;
	width: 65px;
	height: 55px;
	content: '';
	background: #395ccb url(../img/quotes.png) no-repeat center;
}

.feedback-comment-carousel .owl-nav {
	display: block !important;
	position: absolute;
	bottom: 0;
	left: 0;
}

.feedback-comment-carousel .owl-nav .owl-prev, .feedback-comment-carousel .owl-nav .owl-next {
	width: 25px;
	height: 25px;
	border: 1px solid #c0c0c0;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url(../img/arrow-ico-left.png) no-repeat 45% 50%;
}

.feedback-comment-carousel .owl-nav .owl-prev {
	float: left;
	margin-right: 7px;
}

.feedback-comment-carousel .owl-nav .owl-prev:hover {
	background: #f6f6f6 url(../img/arrow-ico-left.png) no-repeat 40% 50%;
}

.feedback-comment-carousel .owl-nav .owl-next {
	float: right;
	background: url(../img/arrow-ico-right.png) no-repeat center;
}

.feedback-comment-carousel .owl-nav .owl-next:hover {
	background: #f6f6f6 url(../img/arrow-ico-right.png) no-repeat 55% 50%;
}

.feedback-comment-carousel-item-text {
	float: left;
	width: 75%;
	padding-top: 30px;
	padding-right: 100px;
	text-align: right;
}

.feedback-comment-carousel-item-text p {
	text-align: right;
	padding-bottom: 25px;
	text-align: justify;
	font-size: 14px;
}

.feedback-comment-carousel-item-text h3 {
	margin: 0;
	padding-bottom: 10px;
	font: 700 18px 'Roboto';
	letter-spacing: .2em;
}

.feedback-comment-carousel-item-text span {
	font: 300 13px 'Roboto';
}

.feedback-comment-carousel-item-ava {
	float: right;
	width: 25%;
}

.feedback-comment-carousel-item-ava img {
	max-width: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.application-two {
	height: 691px;
	padding-top: 160px;
	background: url(../img/application-two-bg.jpg) no-repeat center;
}

.footer-top-logo {
	padding-top: 25px;
	padding-bottom: 25px;
	font: normal 14px/27px "GothamPro-Black", sans-serif;
}

.footer-top-logo img {
	display: inline-block;
	padding-right: 15px;
}

.footer-top-logo a {
	text-decoration: none;
	color: #373737;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer-top-logo a:hover {
	color: #1e1e1e;
}

.footer-top-menu {
	padding-top: 27px;
	text-align: left;
}

.footer-top-menu nav {
	margin: 0;
	padding: 0;
}

.footer-top-menu nav li {
	display: inline-block;
	margin-right: 30px;
}

.footer-top-menu nav li a {
	font: 400 15px/1 'Roboto';
	text-decoration: underline;
	color: #373737;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer-top-menu nav li a:hover {
	color: #000;
}

.footer-top-phone {
	padding: 20px 0;
	text-align: right;
}

.footer-top-phone p {
	display: inline;
	position: relative;
	top: 4px;
	margin: 0;
	margin-right: 22px;
	font: normal 18px/1 "GothamPro-Medium", sans-serif;
	color: #373737;
}

.footer-top-phone a {
	text-decoration: none;
}

.footer-top-phone button {
	display: inline;
	padding: 13px 20px;
	font-size: 11px;
	color: #373737;
	border: 1px solid #96ee18;
	background: none;
}

.footer-top-phone button:hover {
	color: #fff;
	background: #96ee18;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.header-top-menu nav li {
		margin-right: 14px;
	}

	.header-top-menu nav li a {
		font: 400 14px/1 'Roboto';
	}

	.services ul li span {
		margin-right: 15px;
	}

	.services ul li h3 {
		padding-top: 24px;
		font: 700 17px 'Roboto';
	}

	.partners-carousel .owl-nav {
		right: -75px;
		left: -75px;
	}

	.footer-top-menu nav li {
		margin-right: 15px;
	}

	.footer-top-menu nav li a {
		font: 400 14px/1 'Roboto';
	}

	.footer-top-phone p {
		margin-right: 15px;
		font: normal 17px/1 "GothamPro-Medium", sans-serif;
	}
}
@media only screen and (min-width: 640px) {
	.header-top-phone-wrp{
		flex-wrap: nowrap;
	}
	.lang{
		width: auto;
	}
}

@media only screen and (min-width: 992px) {
	.application .application-header, .application .application-form,
	.application-two .application-two-header, .application-two .application-two-form {
		margin: 0 auto;
		float: initial;
		text-align: center;
	}

	.achievements ul li span {
		width: 206px;
		height: 206px;
		line-height: 200px;
	}

	.header-top .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-social{
		justify-content: flex-end;
	}
	.header-top-phone-wrp{
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 1200px) {
	.header-top {
		padding: 20px 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	h1, h2 {
		margin: 0;
		font: normal 62px/62px "GothamPro-Bold", sans-serif;
	}

	h2 {
		font-size: 38px;
	}

	.btn {
		padding: 20px 30px;
		font: 500 18px/1 'Roboto';
	}

	.header {
		height: auto;
		padding-bottom: 60px;
		background: #f3f8fd url(../img/header-small-bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.header-top {
		text-align: center;

	}

	.header-top-logo {
		text-align: center;
	}

	.header-top-menu {
		text-align: center;
	}

	.header-top-phone {
		padding-top: 20px;
		padding-bottom: 0;
		text-align: center;
	}

	.header-main {
		padding: 60px 0 0;
	}

	.header-main p {
		padding: 40px 0 60px;
	}

	.header-down {
		margin-top: 40px;
	}

	.services {
		height: auto;
		padding: 60px 0 15px;
		background: url(../img/services-small-bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.services h2 {
		padding-bottom: 40px;
	}

	.services ul li {
		width: 49.5%;
		padding-bottom: 40px;
	}

	.services ul li:nth-child(1), .services ul li:nth-child(4) {
		padding-right: 0;
	}

	.services ul li:nth-child(2), .services ul li:nth-child(5) {
		padding-right: 0;
		padding-left: 0;
	}

	.services ul li:nth-child(3), .services ul li:nth-child(6) {
		padding-left: 0;
	}

	.services ul li:nth-child(1), .services ul li:nth-child(3), .services ul li:nth-child(5) {
		padding-right: 15px;
	}

	.services ul li:nth-child(2), .services ul li:nth-child(4), .services ul li:nth-child(6) {
		padding-left: 15px;
	}

	.services ul li span {
		float: none;
	}

	.services ul li h3 {
		padding-top: 20px;
		font: 700 18px 'Roboto';
	}

	.achievements {
		padding: 60px 0;
	}

	.achievements h2 {
		padding-bottom: 40px;
	}

	.achievements ul {
		padding-bottom: 40px;
	}

	.achievements ul li {
		width: 25%;
	}

	.achievements ul li span {
		width: 134px;
		height: 134px;
		background: url(../img/achievements-item.png) no-repeat;
		background-size: cover;
		font: normal 50px/124px "GothamPro-Bold", sans-serif;
	}

	.achievements ul li p {
		padding-top: 30px;
		font: 300 16px/24px 'Roboto';
	}

	.achievements button {
		padding-left: 40px;
		padding-right: 40px;
	}

	.application, .application-two {
		height: auto;
		padding: 60px 0;
		background: url(../img/application-small-bg.jpg) no-repeat top right;
		background-size: cover;
	}

	.experts {
		height: auto;
		padding: 60px 0;
		background: url(../img/experts-small-bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.experts h2 {
		padding-bottom: 40px;
	}

	.experts button {
		margin-top: 40px;
	}

	.partners {
		padding: 60px 0;
	}

	.partners h2 {
		padding-bottom: 40px;
	}

	.partners-carousel .owl-nav {
		right: -60px;
		left: -60px;
	}

	.feedback {
		height: auto;
		padding: 60px 0;
		background: url(../img/feedback-small-bg.jpg) no-repeat top center;
		background-size: cover;
	}

	.feedback h2 {
		padding-bottom: 60px;
	}

	.feedback-comment {
		margin: 0;
		padding: 60px 80px 60px 80px;
		text-align: left;
		border: 2px solid #fff;
	}

	.feedback-comment:before {
		position: absolute;
		top: -27px;
		left: 75px;
		width: 65px;
		height: 55px;
		content: '';
		background: #395ccb url(../img/quotes.png) no-repeat center;
	}

	.feedback-comment-carousel .owl-nav {
		display: block !important;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.feedback-comment-carousel .owl-nav .owl-prev, .feedback-comment-carousel .owl-nav .owl-next {
		width: 25px;
		height: 25px;
		border: 1px solid #c0c0c0;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: url(../img/arrow-ico-left.png) no-repeat 45% 50%;
	}

	.feedback-comment-carousel .owl-nav .owl-prev {
		float: left;
		margin-right: 7px;
	}

	.feedback-comment-carousel .owl-nav .owl-prev:hover {
		background: #f6f6f6 url(../img/arrow-ico-left.png) no-repeat 40% 50%;
	}

	.feedback-comment-carousel .owl-nav .owl-next {
		float: right;
		background: url(../img/arrow-ico-right.png) no-repeat center;
	}

	.feedback-comment-carousel .owl-nav .owl-next:hover {
		background: #f6f6f6 url(../img/arrow-ico-right.png) no-repeat 55% 50%;
	}

	.feedback-comment-carousel-item-text {
		float: none;
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}

	.feedback-comment-carousel-item-text p {
		text-align: right;
		padding-bottom: 25px;
		text-align: justify;
		font-size: 14px;
	}

	.feedback-comment-carousel-item-text h3 {
		margin: 0;
		padding-bottom: 10px;
		font: 700 18px 'Roboto';
		letter-spacing: .2em;
	}

	.feedback-comment-carousel-item-text span {
		font: 300 13px 'Roboto';
	}

	.feedback-comment-carousel-item-ava {
		display: none;
	}

	.application-two {
		background: url(../img/application-two-small-bg.jpg) no-repeat top right;
	}

	.footer-top {
		text-align: center;
	}

	.footer-top-logo {
		text-align: center;
	}

	.footer-top-menu {
		padding-top: 0;
		text-align: center;
	}

	.footer-top-phone {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	h1, h2 {
		font: normal 50px/50px "GothamPro-Light", sans-serif;
	}

	h2 {
		font-size: 40px;
	}

	.header-top-menu nav li {
		margin: 0;
	}

	.header-top-menu nav li a {
		display: block;
		padding: 7px 15px;
	}

	.header-main {
		padding: 60px 0 60px;
	}

	.header-main p {
		padding: 40px 0 40px;
	}

	.header-main button.btn-one {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.header-down {
		margin-top: 0px;
	}

	.services {
		padding: 60px 0 15px;
	}

	.services ul li h3 {
		font: 700 15px 'Roboto';
	}

	.achievements ul {
		display: block;
	}

	.achievements ul li {
		vertical-align: top;
		display: inline-block;
		width: 49.5%;
		padding-bottom: 25px;
	}

	.application, .application-two {
		padding: 60px 0;
	}

	.application-form input, .application-two-form input {
		width: 100%;
	}

	.application-form input.two, .application-form input.three, .application-two-form input.two, .application-two-form input.three {
		float: left;
		width: 100%;
	}

	.application-form input.three, .application-two-form input.three {
		margin-left: 0;
	}

	.application-form button, .application-two-form button {
		width: 100%;
	}

	.experts {
		padding: 60px 0 60px;
	}

	.experts h2 {
		padding-bottom: 40px;
	}

	.experts-carousel .owl-nav {
		top: -75px;
		left: 80%;
	}

	.partners {
		padding: 60px 0 60px;
	}

	.partners h2 {
		padding-bottom: 40px;
	}

	.partners-carousel .owl-nav {
		display: none !important;
	}

	.feedback {
		padding: 60px 0;
	}

	.feedback h2 {
		padding-bottom: 75px;
	}

	.feedback-comment {
		margin: 0 15px;
		padding: 40px;
	}

	.feedback-comment:before {
		left: 40px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	h1, h2 {
		font: normal 35px/35px "GothamPro-Light", sans-serif;
	}

	h2 {
		font-size: 28px;
	}

	p {
		font-size: 14px;
	}

	.btn {
		padding: 26px 25px;
		font: 500 15px/1 'Roboto';
		letter-spacing: 0em;
	}

	.popup-form, .popup-done {
		padding: 60px 20px 30px;
	}

	.popup-done {
		padding: 60px 20px;
	}

	.header-top-menu nav li a {
		padding: 7px 15px;
	}

	.header-top-phone p {
		margin: 0 20px;
	}

	.header-main {
		padding: 40px 0;
	}

	.header-main p {
		padding: 30px 0;
	}

	.header-main button {
		width: 100%;
	}

	.services {
		padding: 40px 0 10px;
	}

	.services h2 {
		padding-bottom: 30px;
	}

	.services ul li {
		width: 100%;
		padding: 0 0 30px;
	}

	.services ul li:nth-child(1), .services ul li:nth-child(3), .services ul li:nth-child(5) {
		padding-right: 0;
	}

	.services ul li:nth-child(2), .services ul li:nth-child(4), .services ul li:nth-child(6) {
		padding-left: 0;
	}

	.services ul li span {
		float: left;
	}

	.services ul li h3 {
		font: 700 15px 'Roboto';
	}

	.achievements ul li {
		width: 100%;
	}

	.application, .application-two {
		padding: 40px 0;
	}

	.application-form input, .application-two-form input {
		margin-bottom: 15px;
		padding: 15px 20px;
		font-size: 13px;
	}

	.application-form button, .application-two-form button {
		padding: 15px 35px;
	}

	.experts {
		padding: 40px 0;
	}

	.experts h2 {
		padding-bottom: 70px;
	}

	.experts-carousel .owl-nav {
		top: -60px;
		left: 15px;
	}

	.partners {
		padding: 40px 0;
	}

	.partners h2 {
		padding-bottom: 30px;
	}

	.feedback {
		padding: 40px 0;
	}

	.feedback h2 {
		padding-bottom: 55px;
	}

	.feedback-comment {
		padding: 50px 15px 35px;
	}

	.feedback-comment:before {
		position: absolute;
		top: -22px;
		left: 15px;
		width: 55px;
		height: 45px;
	}

	.feedback-comment:before-carousel-item p {
		padding-bottom: 20px;
		font-size: 13px;
	}

	.feedback-comment:before-carousel-item h3 {
		font: 700 16px 'Roboto';
	}

	.feedback-comment:before-carousel-item span {
		font: 300 12px 'Roboto';
	}
}

div.bx-component-opener {
	z-index: 5000 !important;
}

a.js-scroll-to {
	text-decoration: none;
}

.news_description {
	margin-top: -300px;
	color: white;
	font-weight: bold;
}

.news_description a {
	color: white;
}
