ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
 
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

html, body {
	font-family: 'GoogleSansMedium', sans-serif;
	height: 100%
}

p, h1, h2, h3, h4, h5, h6 {
	color: #344453;
}

.wrapper {
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
	flex: 1 0 auto;
}

.flex {
	flex: 0 0 auto;
}

.header-top {
	background: #135ac6;
	z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
	z-index: 3;
}

.header-top a,
.footer-bottom a {
	color: #fff;
}

.headhesive {
	position: fixed;
	width: 100%;
	transform: translateY(-100%);
	transition: all ease .3s;
}

.headhesive--stick {
	box-shadow: 0 8px 20px 0 rgba(4,98,191,0.34);
	transform: translateY(0);
}

.main-menu li a {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	padding: 20px 23px;
}

.main-menu li a span {
	position: relative;
}

.main-menu li a span:before {
	content: '';
	position: absolute;
	bottom: -3px;
	width: 0;
	height: 2px;
	background: #fff;
	transition: width ease .3s;
}

.main-menu li a:hover span:before {
	width: 100%;
}

.header-contacts .work {
	pointer-events: none;
	font-family: 'GoogleSansLight'
}

.header-contacts p {
	line-height: .8rem;
	font-size: 20px;
}

.header-contacts p a:hover span {
	border-bottom: 1px solid #fff;
}

/*.header-contacts p:last-child a {
	font-size: 12px;
	font-family: 'GoogleSansBold';
	text-decoration: underline;
}*/

.slider-content {
	position: relative;
	background-image: url(../img/homeSlider.png);
	background-color: #BFEAFF;
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 650px;
	display: flex;
	align-items: center;
	transition: background-position ease .3s;
}

.slider-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #82D6FF 0%, rgba(191, 234, 255, 0) 100%);
}

.slider-content .slider-item {
	color: #344453;
}
.slider-content .slider-item__title h1,
.slider-content .slider-item__title h5 {
	font-family: 'GoogleSansBlack';
}

.slider-content .slider-item__title h1 {
	font-size: 36px;
	color: #1E476C;
}

.slider-content .slider-item__title h5 {
	font-size: 25px;
	color: #1E476C;
}

.slider-item__info {
	padding: 30px 60px 35px 0px;
	font-size: 19px;
	font-family: 'GoogleSansRegular';
	line-height: 35px;
}

.slider-item__info span {
	text-transform: uppercase;
	color: #135ac6;
	font-family: 'GoogleSansBlack';
}

.btnActive {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	background: #135ac6;
	padding: .65rem 4rem;
	border-radius: .65rem;
	border: 3px solid transparent;
	transition: all ease .3s;
	box-shadow: 0 8px 20px 0 rgba(4,98,191,0.54);
	font-family: 'GoogleSansBlack';
}

.btnActive:hover {
	border: 3px solid #135ac6;
	background: transparent;
}

.services-content {
	margin: 65px 0 80px 0;
}

.title {
	position: relative;
	color: #344453;
	font-size: 32px;
	font-family: 'GoogleSansBold';
	margin-bottom: 30px;
}

.title span {
	position: relative;
}

.title span:before {
	content: '';
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 2.5px;
	background: #376ec1;
}

.services-item {
	background: #f3f3f3;
	border: 1px solid #c7d4e7;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: background ease .25s;
}

.services-item:hover {
	background: #fff;
}

.services-item img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.services-item__info {
	padding: 25px 35px 35px 35px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.services-item__info-content {
	flex: 1 0 auto;
}

.services-item__info .btnActive {
	padding: .65rem 0;
	width: 100%;
	margin-top: 2rem;
}

.services-item__info h5 {
	font-family: 'GoogleSansBold';
	font-size: 17px;
	display: flex;
	align-items: center;
	height: 60px;
	line-height: 1.15;
}

.services-item__info .services-item__btn {
	margin-top: -1.25rem;
}

.services-item__info ul {
	margin-top: 1rem;
}

.services-item__info ul li {
	list-style-image: url(../img/ico/drop.png);
	background-size: 10px;
	font-family: 'GoogleSansRegular';
	margin-bottom: .5rem;
	font-size: 15px;
}

.services-content .col-xl-3 {
	padding: 7px;
}

.profitable-content {
	background: rgb(68,123,205);
	background: linear-gradient(180deg, rgba(68,123,205,1) 0%, rgba(23,79,164,1) 100%);
	padding: 75px 0;
	color: #fff;
}

.profitable-content .title {
	color: #fff;
	margin-bottom: 60px;
}

.profitable-content .title span:before {
	content: '';
	background: #fff;
}

.profitable-item {
	margin-bottom: 2.5rem;
}

.profitable-item p {
	font-family: 'GoogleSansLight'
}

.profitable-item h5 {
	font-family: 'GoogleSansBlack';
	margin: 1.25rem 0 .65rem 0;
}

.profitable-item span {
	font-family: 'GoogleSansBold';
	text-transform: uppercase;
}

.order-content {
	padding: 80px 0;
}

.order-item h5 {
	color: #135ac6;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'GoogleSansBlack';
	margin-bottom: 1rem;
}

.order-item h5 span:before {
	content: '';
	position: absolute;
	bottom: -7px;
	width: 100%;
	height: 8px;
	background: #cfdef3;
	border-bottom-left-radius: 10px;
}

.order-item p {
	font-size: 22px;
	font-family: 'GoogleSansMedium';
}

.order-item h6 {
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'GoogleSansBlack';
}

.order-item form {
	width: 270px;
}

.order-item form input,
.form-item form input,
.modal .modal-dialog form input {
	width: 100%;
	padding: 8px 15px;
	margin-bottom: 15px;
	border: 2px solid #c2c7cb;
	border-radius: 8px;
	font-family: 'GoogleSansRegular'
}

.order-item .btnActive {
	display: block;
	width: 100%;
	padding: .75rem 0;
	font-family: 'GoogleSansBold';
}

.btnActive:hover {
	color: #135ac6;
}

.order-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../img/ico/filter.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 50%;
	height: 100%;
}

.examples-content {
	background: #e8eff7;
	padding: 70px 0;
}

.examples-content img {
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.examples-slider-item {
	height: 300px
}

.slick-slide {
	outline: none;
}

.slick-prev:before, .slick-next:before {
	color: #135ac6;
	font-size: 25px;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #135ac6;
	font-size: 18px;
}

.slick-dots li button:before {
	font-size: 12px;
	color: #135ac6;
}

.slick-dots {
	bottom: -45px;
}

.form-content {
	padding: 90px 0;
}

.form-item .title {
	line-height: 3rem;
}

.form-item .title span:before {
	bottom: -1.5rem;
	width: 70%;
}

.form-item p {
	font-family: 'GoogleSansRegular';
}

.form-item form {
	background: #dde9f9;
	border: 2px solid #c7d8f2;
	padding: 50px 80px;
}

.form-item form input{
	padding: 8px 25px;
	border-color: #c7d8f2;
}

.form-item .btnActive {
	display: block;
	width: 90%;
	margin: auto;
	margin-top: .85rem;
	font-family: 'GoogleSansMedium';
}

.footer-bottom {
	padding: 50px 0;
	background: #135ac6;
	color: #fff;
}

.footer-contacts h5 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'GoogleSansBold'
}

.footer-contacts .media-body {
	line-height: 1rem;
}

.footer-contacts .media-body p:first-child a {
	font-size: 20px;
	text-decoration: none;
}

.footer-contacts .media-body p a {
	font-size: 14px;
	text-decoration: underline;
}

.instIco i {
	color: #135ac6;
	background: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50px
}

.footer-bottom .main-menu li a {
	padding-top: 0;
	font-family: 'GoogleSansLight'
}

.footer-bottom .main-menu li a span:before {
	position: static;
}

.footer-bottom .main-menu {
	border-bottom: 2px solid #1356be;
}

.thank-content {
	display: none;
}

.thank {
	background: rgba(19, 88, 109,0.9);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.thank h2 {
	color: #fff;
	font-size: 30px;
}

.logoTarget {
	font-size: 14px;
	font-family: 'GoogleSansLight'
}

.logoTarget svg {
	max-width: 120px;
	height: 40px;
}