

body, html {
	font-family: 'Cir', sans-serif;
	color: #49647B;
}

.gray_bg {
	background: #F3F7FA;
}

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

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

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

#wrapper {
	padding-top: 155px;
}

footer a {
	color: #fff !important;
	font-weight: 700;
}

footer .tel {
	color: #FF5A00 !important;
	font-size: 2.25rem;
	font-family: ref;
}

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

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

.h2, p {
	width: 100%;
}

.review p {
	text-align: left;
}

.w100 {
	width: 100%;
}

.no-padding {padding:0;}

img{max-width:100%;}

.container {
	position: relative;
}

.flex {
	display: flex !important;
}

.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;
}

.header {
	height: 90px;
	display: flex;
	align-items: center;
}

.main.nav {
	height: 65px;
	display: flex;
	align-items: center;
	background: #EF4A00;
	font-family: ref;
}

.main.nav.sticker.stickytop {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
}

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

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

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

.table th {
	background: #EB4600;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.125rem;
	letter-spacing: .03rem;
	padding: 1.5rem 2rem;
	border: 1px solid #FFB45A;
}

.subtable {
	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;
	margin-right: 2.5rem;
}

.logo img {
	width: 200px;
	height: auto;
}

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

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

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

.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;
}


.main_block {
	background: url(../img/bg.jpg) no-repeat 0 0 / cover;
	position: relative;
	color: #fff;
	padding: 2rem 0;
}


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

.phone {
	display: flex;
	align-items: center;
	line-height: 1;
}

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

.messengers {
	margin-left: 1.5rem;
	display: flex;
	gap: .5rem;
}

.dropdown-menu {
	min-width: 14rem;
}

.dropdown:hover > .dropdown-menu {
 display: block; 
}

.dropdown-item {
	font-family: Cir;
	font-weight: 700;
	font-size: 1.125rem;
	padding: .5rem 1.5rem;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:focus {color: #EF4A00;}

.mobile-menu-close {
	width: 3rem;
	height: 3rem;
	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: inherit;
	background: #fff;
}

.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: 700;
	color: #0E233C;
}

.mobile-inner .nav .nav-link:focus, .mobile-inner .nav .nav-link:hover {
	color: #FF5A00;
}

.mobile-inner .phone {
	margin: .75rem;
}

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

.show-menu {
	left: 0;
}

.logo_mini {display: none;}

.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;
}

.main.nav a.nav-link {
	font-weight: 900;
	font-size: 1.5rem;
	padding: 0 1.5rem;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.3);
	line-height: 1;
	letter-spacing: .05rem;
}

.main.nav li:first-child a.nav-link {
	padding-left: 0;
}

.main.nav li:last-child a.nav-link {
	border: 0;
}

.main.nav a.nav-link:hover, .main.nav a.nav-link:focus, .main.nav a.nav-link.active {
	color: rgba(255,255,255,.6);
}

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

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

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

.subtitle {
	text-transform: uppercase;
	letter-spacing: .14rem;
	margin-bottom: 1rem;
	font-weight: 900;
	line-height: 1;
	font-size: .95rem;
}

.subtitle.opacity {
	opacity: .75;
}

.main_block_text h1 {
	font-size: 5.25rem;
	font-weight: 900;
	margin: 0;
	font-family: ref;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .03rem;
}

.cost_block {
	background: #022641;
}

.price_boxes {
	margin-top: 4rem;
}

.box.price-box {
	padding: 2rem;
	text-transform: uppercase;
	letter-spacing: .03rem;
	font-weight: 900;
	width: 25%;
	margin-right: 2rem;
	background: #fff;
}

.box.price-box:last-child {
	margin-right: 0;
}

.price {
	font-size: 4.75rem;
	font-weight: 900;
	line-height: 1;
	font-family: ref;
}

.red {
	color: #CC0000;
}

.orange {
	background: #FF5A00 !important;
}

.dark {color: #fff !important;}

.price span {
	font-size: 4rem;
	margin-left: .5rem;
	font-weight: 700;
}

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

section h2, section .h2 {
	font-weight: 900;
	font-size: 2.75rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
	font-family: ref;
	line-height: 1;
	color: #0E233C;
}

section.dark h2, section.dark .h2 {
	color: #fff;
}

.about img{
	float: right;
	margin-left: 4rem;
	margin-bottom: 3rem;
}

.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 #FFB45A;
}

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

.table.price-table tr th:nth-child(2) {
	background: #AE0000;
}

.price-table td {
	font-size: 2.25rem;
	border: 1px solid #FFB45A;
	font-family: ref;
	letter-spacing: .02rem;
	line-height: 1.25;
}

.price-table td:first-child {
	font-weight: 700;
}

.price-table td span {
	font-weight: 700;
	font-size: 2rem;
}

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

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

.feature_icon {
	margin-bottom: 2rem;
}

.feature_icon img {
	width: 3.75rem;
}

.feature_desc {
	font-size: 1.125rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .02rem;
	max-width: 80%;
	margin: 0 auto;
	color: #0E233C;
}

.cost_include {
	text-align: center;
	background: #FF5A00;
	color: #fff;
}

.red_bg {
	background: #CC0000;
}

.features {
	margin-top: 4rem;
}

.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.125rem;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
	color: #0E233C;
}

.lic_desc span {
	display: block;
	font-weight: 400;
	text-transform: none;
	color: #49647B;
}

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

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

.review_block {
	background: url(../img/reviews_bg.jpg);
}

.reviews {
	margin-top: 4rem;
}

.review {
	padding: 2rem;
	height: 100%;
	background: #fff url(../img/quote.svg) no-repeat calc(100% - 2rem) 2rem;
}

.review_header {
	margin-bottom: 1.5rem;
}

.review_author {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .02rem;
	color: #0E233C;
}

.review_city {
	font-size: 1rem;
}

.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: #00051E;
	padding: 6rem 0 0;
	color: #BFC1C7;
	font-size: 1.125rem;
}

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-size: 1.8rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: ref;
}

.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;
}

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: #CC0000;
	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: #ae0000;
}

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

.mobile_nav {
	display:none;
}