h2 {
	font-size: 30px;
	font-weight: normal;
}

ul#menu-maaaaain {
	margin: 0;
}
nav ul li,nav ol li, .menu-maaaaain-container ul li{
	list-style: none;
}
a {
	text-decoration: none;
}

.fw-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) {
	.fw-container {
		width: 880px;
	}
}
@media (min-width: 992px) {
	.fw-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.fw-container {
		width: 1170px;
	}

	.trigger-btn {
	float: right;
	}
}

/*Header styles*/
section.header {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
  position: relative;
}
.header {
	margin: 0px 0 0px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}
.header>div>div>div>a {
	display:block;
}
.header>div>div>div>a>img {

}
.header p {
	margin: 0;
	padding: 0;
}
.fw-call-to-action,
.fw-call-to-action div {
	display: block !important;
	padding: 0 !important;
	text-align: right;
	border: none !important;
}
.callback-title {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 14.5px;
	text-align: right;
	color: #000;
}
.fw-call-to-action p {
	display: none;
}
.callback-btn {
	border-radius: 2px;
	background: #fff;
	color: #000 !important;
	height: 35px;
	padding: 0 10px !important;
	font-weight: normal;
	line-height: 2em;
	font-size: 16px;
	float: right;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid #003c89;
  margin-top: 10px;
}
.callback-btn:hover {
	background: #fff;
	color: #003c89 !important;
}

/*Menu styles*/
#mega-menu-wrap-main {
	background: #fff;
	margin: 10px 0 0 0px;
}
/*#mega-menu-wrap-main #mega-menu-main {
	display: table !important;
	width: 100%;
}*/
#mega-menu-wrap-main #mega-menu-main li {
	background: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
	margin-right: 10px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	color: #000 !important;
	font-size: 22px !important;
	text-align: center !important;
	padding: 0 15px!important;
	background: #fff !important;
}
.mega-sub-menu {
	background: #fff !important;
	width: auto !important;
	box-shadow: 0px 2px 10px -2px rgba(0,0,0,.2) !important;
}
.mega-sub-menu li {
	white-space: nowrap;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background:#fff !important;
	color: #000;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main #mega-menu-main > li.mega-current-menu-item > a.mega-menu-link {
	color: #000 !important;
	background: transparent !important;
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-main #mega-menu-main li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '\f107';
  display: inline-block;
  font: inherit;
  font-family: 'FontAwesome';
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: inherit;
}

/*Titles styles
section.ways-title{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/i.jpg);
    background-size: cover;
}

.ways-title {
	margin: 0 0 25px 0;
}
*/

.main-slide {
    position: relative;
    overflow: hidden;
    min-height: 650px; 
	color: #fff;
	margin-bottom: 40px;
}
.main-slide .fw-col-xs-12 {
	padding: 0px;
}
.main-slide .fw-col-sm-8 {
	padding: 8%;
}
.main-slide .fw-row:first-child {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.main-slide > .fw-container-fluid > .fw-row:first-child p{
    margin:0;
    width:100%;
    height:100%;
}

.main-slide .fw-row:first-child img {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
	min-height: 650px;
}

.main-slide .fw-row:last-child {
    position: relative;
    z-index: 2;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.main-slide .fw-heading{
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.main-slide::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(27, 61, 68, .85) 0%,
        rgba(27, 61, 68, .65) 25%,
        rgba(27, 61, 68, .35) 50%,
        rgba(27, 61, 68, 0) 100%
    );
}

.main-slide .fw-row:last-child{
    position:relative;
    z-index:2;
}
.main-slide .fw-heading::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.main-slide .fw-special-title{
    display: inline-block;
    color: #fdc851;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-slide .fw-special-subtitle{
    margin-bottom: 20px;
    font-size: clamp(30px,5vw,45px);
    font-weight: 700;
    line-height: 1.1;
    color: #f8f8fa;
    letter-spacing: -.03em;
}

.main-slide .fw-heading p{
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #6d757c;
    font-weight: 400;
}
.four-block {
	padding: 20px 0;
}
.work {
	padding: 40px 0;
}
.sertification {
	padding: 40px 0;
	background:
    linear-gradient(rgba(255,255,255,.65), rgba(255,255,255,.65)),
    url(https://a-aspect.ru/images/section-bg.jpg);

	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.service {
    padding: 40px 0;
    background: linear-gradient(rgba(248, 249, 250), rgba(237, 242, 243));
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.popular-exp-title,
.contacts-title {
	margin: 0;
}
.ways-title h1{
  text-align:center;
	font-size: 30px;
	font-weight: normal;
  color: #000;
}


.popular-exp-title h2,
.contacts-title h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

/*Ways styles*/
.custom-ways .fw-heading {
	margin: 0;
	height: 60px;
	background: #0d3f45;
}
.custom-ways .fw-heading h3 {
	padding: 12px 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.custom-ways a {
	position: relative;
	display: block;
	width: 100%;
}
.custom-ways a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(15,108,89,.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.custom-ways a:after {
	font-family: 'FontAwesome';
	content: "\f06e";
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 27%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	opacity: 0;
}
.custom-ways a:hover:before,
.custom-ways a:hover:after {
	opacity: 1;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*Iconbox styles*/
.popular-exp-line-one>div>.fw-row>div {
	margin-bottom: 25px;
}
.fw-iconbox {
	padding: 0 !important;
	position: relative;
}
.fw-iconbox .fw-iconbox-image {
	position: absolute;
}
.fw-iconbox .fw-iconbox-image i {
	font-size: 45px !important;
	color: #0d3f45 !important;
}
.fw-iconbox .fw-iconbox-title h3 {
	font-size: 20px !important;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.fw-iconbox-aside {
	margin-left: 60px !important;
	margin-top: 4px !important;
}


/*Show all expertize*/
section.show-all-exp-btn{
	padding-bottom: 40px;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,.25);
}
.show-all-exp-btn a {
	display: block;
	background: #8db5a5;
	color: #fff;
	margin: 0 auto;
	height: 50px;
	font-size: 18px;
	text-align: center;
	padding: 10px 0 !important;
}
.show-all-exp-btn a:hover {
	background: #0d3f45;
	color: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/*Contacts section*/
.custom-contacts-section h2 {
	margin: 0;
}
.custom-contacts-section p {
	margin: 0;
}
.custom-contacts-section p strong {
	font-size: 20px;
	margin-top: 20px;
	display: block;
}
.first-child {
	margin-top: 0 !important;
}

/*Modal styles*/
.emodal-overlay {
	background: rgba(255,255,255,.7) !important;
}
.emodal {
	
}
.emodal-title {
	text-align: center !important;
	font-size: 20px !important;
	margin-top: 15px;
}
.emodal input[type="text"] {
	width: 100%;
}
.emodal .emodal-content :last-child {
	width: 100%;
}
.emodal textarea {
	width: 100%;
	padding-left: 5px;
}
.emodal input[type="submit"]{
	display: block;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	height: 45px;
	background: #287860;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.06em;
	text-align: center;
	box-shadow: none;
	border: none;
}
.emodal-close {
}
.ajax-loader {
	display: none;
}
.emodal.nano {
	width: 380px !important;
}

/*Trigger styles*/
.custom-trigger  {
	position: relative;
    overflow: hidden;
    padding: 40px 0;
    color: #ffffff;
    background: linear-gradient(rgb(27 61 68 / 25%), rgb(115 116 117 / 82%)), url(https://a-aspect.ru/images/fon.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.custom-trigger > div {
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 2px;
}
.custom-trigger p {
	margin: 0;
}
.custom-trigger p strong {
	letter-spacing: 0.06em;
}


/*Footer styles*/
.custom-footer {
	padding: 15px 0;
	background: #1d1d27;
	font-size: 14px;
}
.custom-footer a {
	color: #fff;
	text-decoration: underline;
}
.custom-footer a:hover {
	text-decoration: none;
}

.custom-footer ul {
	margin-top: 1em;
}
.custom-footer p {
  line-height: 1.15;
	color: #fff;
}
.custom-footer ul  li a {
	color: #fff;
}


/*Hide YMap Author link*/
.YMaps .author_link {
	right: 0 !important;
	z-index: -1000 !important;
}

/*Custom Tabs*/
.fw-tabs-container-custom {
	margin-top: 35px; 
	height: 350px;
	border: 1px solid #ededed;
	border-radius: 2px;
	box-shadow: 0px 10px 60px -10px rgba(0,0,0,.2);
}
.fw-tabs-custom {
	float: right;
	width: 30%;
	height: 100%;
}
.fw-tab-content-custom {
	float: left;
	border: none !important;
	width: 70%;
	height: 100%;
	margin-top: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.fw-tab-content-custom p {
	margin: 0;
}
.fw-tab-content-custom img {
	margin: 0 !important;
	width: 100%;
}
#tabs-titles {
	text-align: center;
	padding: 25px 0;
}
#tabs-titles strong {
	font-size: 25px;
}
.ui-tabs-nav li {
	position: relative;
	display: block !important;
	width: 150px;
	height: 45px;
	float: none !important;
	text-align: center !important;
	margin: 0 auto !important;
	margin-top: 25px !important;
	border: none !important;
	background: #fff !important;
}
.ui-tabs-nav li :before {
	content: "";
	position: absolute;
	top: 0;
	left: -33px;
	display: block;
	width: 34px;
	height: 45px;
	background: url("../uploads/arrow.png") no-repeat top left;
	opacity: 0;
}
.ui-tabs-nav li :hover:before,
.ui-state-active:before {
	content: "";
	position: absolute;
	top: 0;
	left: -33px;
	display: block;
	width: 34px;
	height: 45px;
	background: url("../images/arrow.png") no-repeat top left;
	opacity: 1;
}
.ui-tabs-nav li:hover,
.fw-tabs-container .fw-tabs ul li.ui-state-active,
.fw-tabs-container .fw-tabs ul li.ui-state-active .ui-tabs-anchor {
	background: #003c89 !important;
	color: #fff !important;
}
.ui-tabs-anchor{
	display: block;
}
.ui-tabs-anchor:hover {
	color: #fff !important;
}
.ui-tabs-nav li  a {
	padding: 12px 0 !important;
	font-size: 17px !important;
}

/*Inner page styles
section.inner-page-title{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/i.jpg);
    background-size: cover;
}
*/
.inner-page-title h1 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 0;
	color: #000;
}

.inner-page-title h2 {
	font-size: 30px;
	font-weight: normal;
  color: #fff;
}

.inner-page-title div.fw-special-subtitle {
  font-size:20px;
  color: #000;
}


.inner-page-content h2{
  
	font-size: 24px;
	margin-bottom: 0;
}

.inner-page-content a {
  text-decoration:underline;
}

section.inner-page-content{

}

.service-category-title {
	margin-bottom: 10px;
}
.service-category-title h2 {
	font-size: 25px;
}
.inner-exp-area>div>.fw-row>div {
	margin-bottom: 45px;
}
.inner-exp-area .fw-iconbox-title h3 {
	font-size: 17px !important;
	line-height: 1em;
	font-weight: normal !important;
}
.inner-exp-area .fw-iconbox .fw-iconbox-aside {
	height: auto !important;
}
.inner-exp-area ul  li a{
	font-size: 14px !important;
	line-height: .9em;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.inner-exp-area ul  li a:hover {
	color: #003c89;
	border-bottom: 1px solid rgba(0,199,117,.5);
}
.inner-exp-area .fw-iconbox-image i {
	font-size: 35px !important;
}

/*404 stryles*/
#wrong-title {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 0.06em;
	font-weight: normal;
}
.broken-link-img {
	width: 100%;
	text-align: center;
}
.broken-link-img img {
	width: 300px;
}
.solution {
	margin-top: 5%;
	text-align: center;
}
.solution strong {
	font-size: 25px;
	font-weight: normal;
}
.solution p {
	font-size: 18px;
}
.solution p a {
	color: #003c89;
	border-bottom: 2px solid #003c89;
	font-weight: bold;
	padding-bottom: 2px;
}


.inner-page-content ul li {
    list-style: inherit !important;   
}

.custom-ways>div>div>div>a>img{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}
.custom-ways>div>div>div>div{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}

section.about-us {
  margin-bottom:30px;
}
.about-us li{
	list-style: disc;
  margin-bottom: 0;
}
.about-us p{
	margin-bottom: 10px;
  margin-top: 0;
}


section.custom-courts h2{
  
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
}

.custom-courts>div>div>div.fw-col-sm-15{
  padding:4px;
  margin:15px 25px 15px 25px;
  height: 240px;
  width: 180px;
  line-height:1.15;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}

.custom-courts>div>div>div.fw-col-sm-3{
  padding:4px;
  margin:15px 50px 15px 50px;
  height: 240px;
  width: 180px;
  line-height:1.15;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}


section.custom-price-banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-width: 1px;
  background-image: url(/images/i.jpg);
  background-size: cover;
  padding: 10px 30px 30px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
  color: white;
  font-size:14px;
  position:relative;
  margin-top: 15px;
}

.custom-price-banner input {
	padding: 5px;
	width: 100%;
  height: 40px;
  font-size: 16px;

}

.custom-price-banner input[type="submit"] {
  	box-shadow: none;
  	color: #fff;
  	text-shadow: none;
  	background: rgba(0, 0, 0, 0.0);
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 40px;
    border-color: #ffd900;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
}

.custom-price-banner input[type="submit"]:hover {
  	box-shadow: none;
  	color: #fff;
  	text-shadow: none;
  	background: rgba(0, 0, 0, 0.0);
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 40px;
    border-color: #ffd900;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
}

.trigger-btn-yellow {
	margin: 10px 15px 0 0;
	background: #ffd900;
	color: #000 !important;
	padding: 16px 34px !important;
	font-weight: normal;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	float: right;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0.01em;
	border-radius: 14px;
    font-size: 17px;
    font-weight: 600;
}
.trigger-btn-yellow:hover {
	background: #0f6c59;
  color:#fff !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

strong {

}

section.custom-pricelist{
  font-size:22px;
  margin-bottom:25px;
}

section.custom-pricelist h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
}