#sectionTop {
	font-family: 'Open Sans';
	color: #232323;
}
#sectionTop a {
	color: #205599;
	transition: all 0.3s;
}
.siteLogo,
.siteContacts,
.siteCallback {
	display: flex;
	align-items: center;
	width: 100%;
}
.siteCallback {
	justify-content: flex-end;
}

.site-emails ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.site-emails ul li a {
	font-size: 16px;
}
.siteContacts ul.nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.siteContacts ul.nav li,
.siteContacts ul.nav li a {
	display: flex;
	position: relative;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
}
.siteContacts ul.nav li {
	display: inline-flex;
	margin: 5px 5px 0 0;
}
.siteContacts ul.nav li.item-110 a,
.siteContacts ul.nav li.item-wa a {
	background:  url('../images/whatsapp-icon-29x29.png') top center no-repeat;
}
.siteContacts ul.nav li.item-111 a,
.siteContacts ul.nav li.item-vi a {
	background: url('../images/telegram-icon.png') top center no-repeat;
}
.siteContacts ul.nav li.item-112 a {
	background: url('../images/jivosite-icon.png') top center no-repeat;
}
.siteContacts ul.nav li.item-fb a {
	background: url('../images/icon-fb.png') top center no-repeat;
}
.siteContacts ul.nav li.item-in a {
	background: url('../images/icon-instagram.png') top center no-repeat;
}
.phoneNumber p {
	margin: 0 0 5px 0;
}
.phoneNumber a {
	display: inline-flex;
	height: 20px;
	line-height: 20px;
	padding-left: 24px;
	background: url('../images/phone-icon.png') left center no-repeat;
}

.callBackBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 35px;
	border-radius: 4px;
	background: #a62111;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
}
.callBackBtn:after {
	display: block;
	width: 200%;
	height: 200%;
	background: rgba(177,60,46,0.6);
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: -100%;
}
.callBackBtn p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top:0;
	left: 0;
	margin: 0;
}
.callBackBtn:hover:after,
.callBackBtn:focus:after {
	display: none;
}
#sectionTopMenu .item-113,
#sectionTopMenu2 .item-113 {
	display: none;
}
#sectionTopMenu,
#sectionTopMenu2 {
	background: #205599;
	margin-top: 10px;
	border-top: 1px #6dc8f5 solid;
}
#sectionTopMenu nav,
#sectionTopMenu2 nav {
	width: 100%;
	background: #205599;
	/* padding: .5rem 1rem;	*/
	padding: 0 1rem;
}
#sectionTopMenu nav ul,
#sectionTopMenu2 nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.nav-pills .nav-link {
	border-radius: 0;
}
#sectionTopMenu a,
#sectionTopMenu2 a {
	color: #fff;
	position: relative;
	transition: all 0.3s;
}
#sectionTopMenu a:hover,
#sectionTopMenu a:focus,
#sectionTopMenu2 a:hover,
#sectionTopMenu2 a:focus {
	background: #104181;
}

#sectionTopMenu a:after,
#sectionTopMenu2 a:after {
	display: block;
	width: 2px;
	height: 40px;
	content: '';
	background: url('../images/menu-v-border.png') 0 0 no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
#sectionTopMenu li.item-109 a:before,
#sectionTopMenu2 li.item-109 a:before {
	display: block;
	width: 2px;
	height: 40px;
	content: '';
	background: url('../images/menu-v-border.png') 0 0 no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
#sectionTopMenu a.active,
#sectionTopMenu2 a.active {
	background: #a62111;
}

#introSection {
	font-family: 'Open Sans';
	background: url('../images/vitrina-bg.jpg') top center no-repeat;
	background-size: cover;
}

.introLeft,
.introCenter,
.introRight {
	display: flex;
}

.introLeft, .introRight {
	justify-content: center;
	align-items: center;
}
.introCenter {
	justify-content: center;
	align-items: flex-end;
}
.introCenter img {
	margin-top: 25px;
}


.intro-name {
	font-size: 36px;
	font-weight: 600;
	color: #205599;
	line-height: 36px;
}
.intro-team {
	color: #2d2c2b;
	font-size: 24px;
	line-height: 28px;
}
.intro-avantage {
	color: #a62112;
	font-size: 24px;
	line-height: 28px;
}
.intro-15year {
	margin-top: 25px;
	font-size: 48px;
	font-weight: 900;
	color: #205599;
}
.intro-15year span {
	font-size: 24px;
	color: #205599;	
	font-weight: 400;
}
.introLeft p {
	color: #2d2c2b;
	font-size: 18px;
	line-height: 20px;	
	padding-left: 15px;
	border-left: 5px #205599 solid;
}
.intro-form-title {
	color: #205599;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.intro-form-title:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background: #205599;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

#introSection input:focus,
#introSection button:focus {
	box-shadow: none;
}

.btn-red {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 56px;
	font-size: 18px;
	line-height: 20px;
	border-radius: 4px;
	background: #a62111;
	text-align: center;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
	padding: 0;
}

.btn-red::after {
	display: block;
	width: 200%;
	height: 200%;
	background: rgba(177,60,46,0.6);
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: -100%;
}
.btn-red span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.btn-red:hover,
.btn-red:focus {
	background: #a62111;
	color: #fff;	
}
.btn-red:hover:after,
.btn-red:focus:after {
	display: none;
}

.introRight .flexIn {
	width: 100%;
}
#advSection {
	margin-top: 30px;
}
#advSection .col-sm-12 {
	display: flex;
	justify-content: space-between;
}
#advSection .col-20 {
	width: 20%;
}
#advSection .vitrina-wrap {
	display: block;
	height: calc(100% - 30px);
	margin: 15px;
	padding: 15px;
	background: #205599;
	box-sizing: border-box;
	text-align: center;
}
#advSection .vitrina-wrap p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

#aboutSection p,
.about-slider-title {
	font-family: 'Roboto Condensed';
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #205599;
	margin-top: 40px;
	margin-bottom: 35px;
	padding-bottom: 15px;
	position: relative;
}
#aboutSection p:after,
.about-slider-title:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background:	#205599;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}
#aboutSection p strong {
	font-weight: normal;
	color: #a62111;
}
#aboutSection ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#aboutSection ul li {
	width: calc(25% - 30px);
	background: #ccc;
	font-size: 16px;
	color: #262626;
	line-height: 18px;
	text-align: center;
	padding-top: 120px;
}

#aboutSection ul li:nth-child(1) {
	background: url('../images/about-001.png') top center no-repeat;
}
#aboutSection ul li:nth-child(2) {
	background: url('../images/about-002.png') top center no-repeat;
}
#aboutSection ul li:nth-child(3) {
	background: url('../images/about-003.png') top center no-repeat;
}
#aboutSection ul li:nth-child(4) {
	background: url('../images/about-004.png') top center no-repeat;
}

#infoGraphSection {
	margin-top: 60px;
	padding: 30px 0;
	background: url('../images/infograph.jpg') top center no-repeat;
	background-size: cover;
}

.about-services-title {
	font-family: 'Roboto Condensed';
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #252729;
	margin-bottom: 35px;
	padding-bottom: 15px;
	position: relative;
}
.about-services-title:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background: #252729;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

.as-item-title {
	display: flex;
	width: 128px;
	height: 128px;
	border: 5px #205599 solid;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	font-weight: 700;
	color: #205599;
}

.as-item-content p {
	color: #1a1a1a;
	font-family: 'Open Sans';
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	margin: 15px 0 30px 0;
}

#carouselComics .carousel-inner {
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	overflow: hidden;
}

.comics-left,
.comics-right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.comics-left {
	background: url('../images/arrow-left.png') top center no-repeat;
	left: 0;
}
.comics-right {
	background: url('../images/arrow-right.png') top center no-repeat;
	right: 0;
}

#comics-slider .call-us {
	color: #242424;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}

#comics-slider .call-us a,
#comics-slider .call-us strong {
	font-size: 24px;
	color: #a62111;
	font-weight: 400;
	cursor: pointer;
}
#comics-slider .call-us strong {
	border-bottom: 1px #a62111 solid;
}
#comics-slider .call-us a:hover,
#comics-slider .call-us a:focus,
#comics-slider .call-us strong:hover,
#comics-slider .call-us strong:focus {
	color: #205599;
	text-decoration: none;
}
#comics-slider .call-us strong:hover,
#comics-slider .call-us strong:focus {
	border-bottom: 1px #205599 solid;
}

#steps {
	background: url('../images/schema-bg.jpg') center top no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 30px;
}

.steps-title {
	font-family: 'Roboto Condensed';
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.steps-title:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background: #fff;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

.steps-title .bottom-underline {
	background: url("../images/h-line-102x4-white.jpg") no-repeat scroll center bottom;
	height: 7px;
}

#steps .item-wrap {
	padding: 0 30px 0 0;
	background: url('../images/arrow-blue-20x34-right.png') right 70px no-repeat;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#steps .item-wrap.paddingRight {
	padding: 0 0 0 30px;
	background: url('../images/arrow-blue-20x34-right.png') left 70px no-repeat;
}
#steps .item-wrap img {
	margin: 0 auto 10px auto;
}
.itemNumber {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border-radius: 50%;
	background: #205599;
	color: #fff;
	text-align: center;
	top: 0px;
}
#steps .itemNumber1 { right: 100px;	}
#steps .itemNumber2 { right: 100px;	}
#steps .itemNumber3 { right: 90px;	}
#steps .itemNumber4 { right: 90px;	}
#steps .itemNumber5 { right: 60px;	}
#steps .itemNumber6 { right: 60px;	}
#steps .itemNumber7 { right: 70px;	}
#steps .itemNumber8 { right: 65px;	}

#voronka {
	margin: 20px 0;
}
.voronka-title {
	color: #205599;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	line-height: 42px;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.voronka-title:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background: #205599;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}
.voronka-legend {
	font-size: 18px;
	color: #242424;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.voronka-data {
}
.vr-title {
	padding-right: 0;
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}
.vr-text {
	padding-left: 0;
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	color: #1a1a1a;
	font-size: 14px;
	font-family: 'Open Sans';
}
.vrt {
	display: flex;
	height: 48px;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	width: calc(100% - 15px);
}
.vrt-1 {
	clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
	background: #205599;
}
.vrt-2 {
	clip-path: polygon(5% 0, 95% 0%, 90% 100%, 10% 100%);
	background: #2360a1;
}
.vrt-3 {
	clip-path: polygon(10% 0, 90% 0%, 85% 100%, 15% 100%);
	background: #2567a7;
}
.vrt-4 {
	clip-path: polygon(15% 0, 85% 0%, 80% 100%, 20% 100%);
	background: #2871af;
}
.vrt-5 {
	clip-path: polygon(20% 0, 80% 0, 75% 100%, 25% 100%);
	background: #2a7bb7;
}
.vrt-6 {
	clip-path: polygon(25% 0, 75% 0%, 70% 100%, 30% 100%);
	background: #2d86bf;
}
.vrt-7 {
	clip-path: polygon(30% 0, 70% 0%, 65% 100%, 35% 100%);
	background: #2f8fc6;
}
.vrt-8 {
	clip-path: polygon(35% 0, 65% 0%, 60% 100%, 40% 100%);
	background: #3195cb;
}
.vrt-9 {
	clip-path: polygon(40% 0, 60% 0%, 55% 100%, 45% 100%);
	background: #339dd1;
}

.vrtt {
	display: flex;
	height: 48px;
	justify-content: center;
	align-items: center;
	background: #f4f4f4;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.vr-title:after {
	display: flex;
	content: '';
	height: 48px;
	width: 50%;
	right: -1px;
	top: 0;
	position: absolute;
	z-index: 0;
	background: #f4f4f4;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#servicesA {
	background: #205599 url('../images/service-bg.jpg') top center no-repeat;
	background-size: cover;
	margin-top: 60px;
	font-family: 'Open Sans';
}
.blockTitle {
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	line-height: 42px;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.blockTitle:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background: #fff;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

.titleWr {
	background: #a62111;
	padding: 15px;
	color: #fff;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	margin-top: 30px;
}
.titleA {
	font-size: 22px;
	line-height: 24px;
}
.titleB {
	font-size: 16px;
	line-height: 18px;
}
.flexRowA {
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 3;
}
.flexRowA .flexCol50 {
	width: 50%;
}
.priceA {
	padding-left: 10px;
	color: #a62111;
	font-size: 16px;
}
.priceA span {
	font-size: 24px;
}
.priceB {
	color: #212121;
	font-size: 14px;
	padding-left: 10px;
}

.serviceFlexItem .flexIn {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.serviceFlexItem {
	margin-bottom: 60px;
}
.servDesc {
	margin-left: 25px;
	padding: 130px 15px 30px 15px;
	background: #fff;
	margin-top: -120px;
	font-size: 16px;
	position: relative;
}

.servReadMore {
	display: flex;
	z-index: 3;
	position: absolute;
	width: 220px;
	bottom: -24px;
	left: 50%;
	margin-left: -110px;
}
.servReadMore a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 42px;
	font-size: 18px;
	line-height: 20px;
	border-radius: 4px;
	background: #a62111;
	text-align: center;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s;
	padding: 0;
}

.servReadMore a:after {
	display: block;
	width: 200%;
	height: 200%;
	background: rgba(177,60,46,0.6);
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: -100%;
}
.servReadMore a span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.servReadMore a:hover,
.servReadMore a:focus {
	background: #a62111;
	color: #fff;
}
.servReadMore a:hover:after,
.servReadMore a:focus:after {
	display: none;
}

#realHistory {
	margin: 20px 0;
}
#realHistory .moduleTitle {
	color: #205599;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	line-height: 42px;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}
#realHistory .moduleTitle span {
	color: #a62111;
}
#realHistory .moduleTitle:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background: #205599;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

#realHistory .carousel-item h4 {
	font-size: 18px;
	font-weight: 700;
}
#realHistory .carousel-item p {
	font-size: 16px;
}

#realHistory .carousel-inner {
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	overflow: hidden;
}

.rst-prev,
.rst-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
.rst-prev {
	background: url('../images/arrow-left.png') top center no-repeat;
	left: 0;
}
.rst-next {
	background: url('../images/arrow-right.png') top center no-repeat;
	right: 0;
}

#clientsReviews {
	background: url('../images/review-bg.jpg') top center no-repeat;
	background-size: cover;
	padding: 0 0 60px 0;
}

#clientsReviews .moduleTitle {
	color: #205599;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	line-height: 42px;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 15px;
}
#clientsReviews .moduleTitle:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 180px;
	height: 5px;
	background: #205599;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}

#clientsReviewsSlider,
#clientsReviewsSlider .carousel-inner {
	width: 100%;
}

a.revModal {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
a.revModal .containImage {
	position: absolute;
	object-fit: cover;
	width: calc(100% - 4.92%);
	height: calc(100% - 2.97%);
	z-index: 3;
}
.colWr {
	justify-content: center;
}
#clientsReviews ul.carouselIndicators {
	display: flex;
	justify-content: center;
	margin: 30px 0 0 0;
	border-top: 1px #fff solid;
	padding: 25px 0 0 0;
	list-style: none;
}
#clientsReviews ul.carouselIndicators li {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #25b4e9;
	font-weight: 600;
	cursor: pointer;
	margin: 3px;
}

#forClient {
	position: relative;
	z-index:2;
	box-shadow: 0 4px 2px -2px gray;
	margin-bottom: 15px;
}
#forClient:after {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0;
	background: url('../images/soiskatel-bg.jpg') top center no-repeat;
	background-size: cover;
}
.bgCoverRed .custom {
	position: relative;
	z-index: 2;
	padding: 20px 0 0 0;
	color: #fff;
	background: url('../images/logo-red.jpg') left bottom no-repeat;
}
.bgCoverRed:after {
	content: '';
	width: 150%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: -50%;
	top: 0;
	background: #a62111;
}

#forClient .moduleTitle,
.category-list h1,
.page-header h2 {
	color: #205599;
	font-family: 'Roboto Condensed';
	font-size: 36px;
	line-height: 42px;
	margin: 40px 0 20px 0;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
}
#forClient .moduleTitle:after,
.category-list h1:after,
.page-header h2:after {
	display: block;
	position: absolute;
	z-index: 2;
	width: 90px;
	height: 5px;
	background: #205599;
	content: '';
	bottom: 0;
	left: 0%;
}
.fClientsA strong {
	text-transform: uppercase;
	color: #a62111;
}
.fClientsA a {
	color: #a62111;
}
.bgCoverRed {
	padding-bottom: 15px;
}
.bgCoverRed p {
	font-size: 18px;
}
.bgCoverRed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgCoverRed ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
	position: relative;
}
.bgCoverRed ul li:nth-child(4) {
	align-items: baseline;
	height: 48px;
}
.bgCoverRed ul li:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #bf4738;
	position: absolute;
}
.bgCoverRed ul li:nth-child(4):after {
	top: 12px;
}
.bgCoverRed ul li span {
	background: #a62111;
	z-index: 2;
	padding: 0 5px;
}
.bgCoverRed ul li:nth-child(4) span:first-child {
	max-width: 70%;
	text-align: left;
}
.bgCoverRed ul li:nth-child(4) span:last-child {
	min-width: 120px;
	text-align: right;
}
.bgCoverRed ul li span:first-child {
	padding-left: 7px;
}
.bgCoverRed ul li span:first-child:before {
	display: block;
	width: 3px;
	height: 3px;
	content: '';
	position: absolute;
	z-index: 2;
	background: #fff;
	left: 0;
	top: 18px;
}
.bgCoverRed ul li:nth-child(4) span:first-child:before {
	top: 12px;
}

.fbLeft {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.fbRight {
	display: flex;
	align-items: flex-end;
}
.fbRight .flexIn {
	width: 70%;
	padding: 30px;
	background: #2c93cb;
}
.fbRight .flexIn .intro-form-title {
	font-family: 'Open Sans';
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#sectionTopMenu2 {
	margin: 0;
}
#sectionTop2 {
	margin: 15px 0;
}
.footerLeft {
	color: #1b1b1b;
	font-size: 13px;
}
.footerLeft a {
	font-size: 14px;
}
.footerLeft p {
	margin: 0;
	width: 100%;
}
.footerRight a {
	display: inline-flex;
	color: #1b1b1b;
	font-size: 13px;
	text-decoration: underline;
}
.footerRight a img {
	margin-left: 7px;
}
.footerLeft, .footerRight {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footerRight {
	justify-content: flex-end;
}
#footerSection {
	margin-bottom: 15px;
}

.hasError {
	color: #ff0000;
	border: 1px #ff0000 solid;	
}
.btn-success, .btn-success:hover, .btn-success:focus {
	position: relative;
	overflow: hidden;
	background: #a62111;
	border-color: #a62111;
	width: 120px;
	height: 38px;
	box-shadow: none;
	transition: all 0.3s;
}
.btn-success span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.btn-success::after {
	display: block;
	width: 200%;
	height: 200%;
	background: rgba(177,60,46,0.6);
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: -100%;
}
.btn-success:hover:after, .btn-success:focus:after {
	display: none;
}
.category-list fieldset {
	width: 100%; 
	margin-bottom: 15px;
}
.category-list .btn-group.pull-right {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.item-page .page-header h1 {
	display: none;
}
