

body, html {
	font-family: 'SFPro', sans-serif;
	color: #022641;
}

.gray_bg {
	background: #F3F7FA;
}

.dark_bg {
	background: #022641;
	color: #fff;
}

a {
	color: #04A2E3;
	transition: all .3s ease-in-out;
}

.green_bg a{
	color: inherit;
}

footer a {
	color: #fff !important;
}

a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

p {
	line-height: 1.6;
	text-align: justify;
}

.h2, p {
	width: 100%;
}

.no-padding {padding:0;}

img{max-width:100%;}

.container {
	position: relative;
}

.flex {display: flex;}

.align-center {align-items: center;}

.space-between {justify-content: space-between;}

.center {
	text-align: center;
}

.h100 {
	height: 100%;
}

.absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.table {
	background: #fff;
	font-size: 1.2rem;
}

.table tr {
	border-bottom: 1px solid #EAEBEC;
}

.table td, .table th  {
	padding: 1.25rem 2rem;
	border: none;
}

.table th {
	background: #04A2E3;
	color: #fff;
	font-weight: 600;
}

.subtable {
	color: #578DAF;
	font-size: 1.25rem;
	text-align: center;
	margin: 1rem 0 0;
}

.medium {
	font-size: 1.125rem;
}

.header.sticker {
	padding: 2rem 0;
	display: flex;
	transition: all .3s ease-in-out;
}

.header.sticker.stickytop {
	padding: 1rem 0;
	background: #075f9e;
}

.header-left, .header-right {
	display: flex;
	align-items: center;
}

a.logo {
	color: inherit;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.25;
	display: flex;
	align-items: center;
}

.logo img {
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 1.5rem;
}

.stickytop .logo img {
	height: 3rem;
	width: 3rem;
}

.logo span {
	max-width: 240px;
	display: block;
}

small {
	font-size: .9rem;
	color: #8491A4;
}

header .row {
	height: 100%;
	margin: 0;
	padding: 0 5rem;
}

.mobile-inner .logo span {
	display: block!important;
}

.mobile-inner .phone a::before{display:none;}

.mobile-inner .logoname {
	font-size: 1.2rem;
}

.mobile-inner .logotext {
	font-size: .88rem;
	line-height: 1.4;
}

footer .phone {
	padding-left: 6rem;
}

.menu {
	border-top: 1px solid rgba(255,255,255,.25);
	border-bottom: 1px solid rgba(255,255,255,.25);
	height: 50px;
	display: flex;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.top_block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 38, 65, 0.7);
}

.top_block {
	background: url(../img/bg.jpg) no-repeat 0 0 / cover;
	position: relative;
}

.main_block::after {
	content: "";
	background: url(../img/bg-banner.svg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}


.main_block {
	min-height: 780px;
	background: url(../img/squares1.png) no-repeat  50% 50% ;
	display: flex;
	align-items: center;
	color: #fff;
	position:relative;
}

.main_block_text {
	position: relative;
	z-index: 1;
}

.fixedtop {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
}

.phone {
	margin-left: 3rem;
}

.phone a {
	color: inherit;
	font-size: 1.75rem;
	font-weight: 900;
}

.mobile-menu-close {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	position: absolute;
	right: 1rem;
	top: 1.5rem;
}

.mobile-menu-close:hover, .mobile-menu-close:focus, .btn-menu:hover, .btn-menu:focus {
	opacity:.7;
}

.mobile-menu {
	position: fixed;
	list-style: none;
	padding: 0;
	width: 100%;
	height: 100vh;
	background-color: #075f9e;
	margin-top: 0;
	left: -400px;
	transition: 500ms;
	z-index: 3;
	top: 0;
	max-width: 400px;
}

.mobile-menu .mobile-inner {
	overflow: auto;
	position: relative;
	height: 100vh;
	padding: 3.5rem;
	color: #fff;
	background: #022641;
}

.mobile-inner .nav {
	flex-direction: column;
	margin-top: 4rem;
}

.mobile-inner .nav .nav-link {
	padding: 0;
	font-size: 1.2rem;
	margin: .5rem 0;
	display: inline-block;
	font-weight: 500;
}

.mobile-inner .phone {
	margin: 0;
}

.mobile-inner .phone a {
	font-size: 1.75rem;
}

.show-menu {
	left: 0;
}

.mobile-menu.show-menu .hidemenu {
	content: "";
	background: rgba(0,0,0,.7);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	cursor: pointer;
	height: 100vh;
}

.nav-link {
	margin: 0 1.125rem;
	color: inherit;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 0;
}

.nav-link:hover, .nav-link:focus, .nav-link.active {
	color: #B3E2F7;
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	font-size: .95rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #BBD4F9;
}

.main_block .container {
	padding: 4rem 0;
}

.main_block_text h1 {
	font-size: 3.8rem;
	font-weight: 900;
	margin: 5rem 4rem 5rem 0;
}

.cost_block {
	background: #022641 url(../img/squares2.png) no-repeat 50% 50%;
}

.price_boxes {
	margin-top: 2rem;
}

.box.price-box {
	padding: 2rem 2rem 2rem 12rem;
	font-size: 1.4rem;
	font-weight: 500;
	min-width: 30rem;
	margin-right: 3.5rem;
	background: #00a2e9;
	color: inherit;
	margin-left: 2rem;
}

.price_desc {
	opacity: .7;
}

.price-box-img {
	position: absolute;
	width: 220px;
	left: -4rem;
	top: -1rem;
}

.price {
	font-size: 5rem;
	font-weight: 900;
	line-height: 1;
}

.price span {
	font-size: 3.25rem;
	margin-left: .5rem;
}

.h2, h2 {
	font-size: 1.75rem;
	margin-bottom: 1.25rem;
}

section h2, section .h2 {
	font-weight: 900;
	font-size: 2.75rem;
	margin-bottom: 3rem;
	letter-spacing: -.5px;
}

.h3, h3 {
	font-size: 1.5rem;
}

.h4, h4 {
	font-size: 1.35rem;
}

section {
	padding: 6rem 0;
	font-size: 1.125rem;
}

.table.price-table {
	border: 1px solid #ADCCE4;
}

.table.price-table tr td:nth-child(2) {
	background: #B3E2F7;
	border-bottom: 1px solid #f3f7fa;
}

.price-table td {
	font-size: 1.4rem;
	font-weight: 700;
	border: 1px solid #ADCCE4;
}

.box {
	border-radius: 1rem;
	background: #fff;
	position: relative;
	transition: all .3s ease-in-out;
	color: #022641;
	padding: 2.5rem;
}

.box.cost {
	height: 100%;
	background: #fff;
}

.box.cost.cost_poverka {
	background: #fff url(../img/poverka_bg.jpg) no-repeat 100% 50% / 400px;
}

.box.cost.cost_zamena {
	background: #fff url(../img/zamena_bg.jpg) no-repeat 100% 50% / 400px;
}

.cost_title {
	font-size: 2.25rem;
	font-weight: 900;
	margin-bottom: 2rem;
}

.cost_desc ul {
	padding: 0;
}

.cost_desc li {
	list-style: none;
	font-size: 1.4rem;
	margin: 1.5rem 0 0;
	padding-left: 3rem;
	background: url(../img/list.svg) no-repeat 0 3px;
	line-height: 1.4;
}

.box.feature {
	padding: 2.5rem 2rem;
	margin-bottom: 1.5rem;
}

.feature_icon {
	background: #04A2E3;
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 50%;
	margin: 0 auto 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: .5rem solid #B7E6F9;
}

.feature_icon img {
	width: 3.25rem;
}

.feature_desc {
	font-size: 1.25rem;
	font-weight: 600;
}

.features_block {
	text-align: center;
	background: #0096D3 url(../img/squares3.png) no-repeat 50% 50%;
	color: #fff;
}

.features {
	margin-top: 3.5rem;
}

.subreviews {
	font-size: 1.25rem;
	margin: 2rem 0 1rem;
}

.licenses.row > div {
	padding: 0 .5rem;
}

.licenses img {
	max-height: 400px;
}

.lic_desc {
	text-align: center;
	margin: 1.5rem 0;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
}

.lic_desc span{
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
}

.license_block {
	padding: 4rem 0;
}

.licenses.row {
	margin: 3rem -.5rem 0 ;
}

.licenses a:hover {
	opacity: .7;
}

.review_block.gray_bg {
	padding: 4rem 0;
}

.reviews {
	margin-top: 1.5rem;
}

.review {
	padding: 2.5rem;
	height: 100%;
}

.review_header {
	text-align: right;
}

.review_author {
	font-weight: 600;
}

.review_city {
	font-size: 1rem;
}

.review p {
	line-height: 1.5;
	text-align: left;
	margin-bottom: 2rem;
}

.regions_block {
	padding: 4rem 0;
}

.regions_block .box {
	border-radius: .5rem;
	box-shadow: 0px 0px 1rem #206A3A;
}

.regions_block .box:hover, .regions_block .box:focus {
	box-shadow: 0px 0px 1.75rem #124825;
}

.regions {
	margin-top: 1.5rem;
}

.regions > div {
	margin-bottom: 1.5rem;
}

.regions_block .box img {
	float: left;
	margin-right: 1rem;
	width: 4rem;
}

.regions_block .box a {
	color: #356882;
	font-weight: 500;
	line-height: 1.25;
	font-size: 1.125rem;
	padding: 1.5rem;
	display: flex;
	align-items: center;

}

.regions_block .box a {
	color: #356882;
	font-weight: 500;
}

footer {
	background: #022641;
	padding: 4rem 0 0;
	color: #b6beca;
	font-size: 1.05rem;
}

footer .container {
	padding: 0;
}

.footer_contacts {
	margin-top: 1.5rem;
}

.footer_contacts p {
	margin-bottom: 5px;
}

.tel {
	font-size: 1.5rem;
	font-weight: 700;
}

.footer_header {
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.4;
}

.copyright {
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 1.5rem 0;
	margin-top: 5rem;
}

.copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
	width: 50%;
	float: left;
}

footer ul li {
	margin: 0 0 1.25rem 0;
}

footer ul li a:hover, footer ul li a:focus, footer ul li.active a {
	opacity: .7;
}

#scrollUp {
	background: #00a2e9;
	bottom: 3rem;
	display: flex;
	height: 3.25rem;
	position: fixed;
	right: 2rem;
	text-align: center;
	text-decoration: none;
	transition: all .5s cubic-bezier(0,0,0,1) 0;
	width: 3.25rem;
	z-index: 99999;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}

#scrollUp:hover, #scrollUp:focus {
	background: #20b2f9;
}

#scrollUp i {
	background: url(../img/angle-up.svg);
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	background-size: 1.5rem;
}

.mobile_nav {
	display:none;
}