.pagecontacts .qr-section {
	margin-top: 40px;
	position: relative
}

.pagecontacts .qr-section a {
	position: relative;
	display: block;
	outline: 0 solid #f52727;
	outline-offset: -8px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	overflow: hidden
}

.pagecontacts .qr-section a:hover,
.pagecontacts .qr-section a:focus {
	outline: 100px solid #f52727;
	outline-offset: -108px
}

.pagecontacts .qr-section a:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: white;
	position: absolute;
	margin: auto;
	height: 23px;
	text-align: center;
	opacity: 0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	transform: scale(2)
}

.pagecontacts .qr-section.tg a:before {
	content: "Telegram"
}

.pagecontacts .qr-section.wa a:before {
	content: "WhatsApp"
}

.pagecontacts .qr-section.vb a:before {
	content: "Viber"
}

.pagecontacts .qr-section a:hover:before,
.pagecontacts .qr-section a:focus:before {
	opacity: 1;
	transform: scale(1)
}

.pagecontacts .address-section {
	margin-top: 40px;
	padding-left: 40px;
	position: relative
}

.pagecontacts .address-section i {
	position: absolute;
	font-size: 24px;
	color: #f52727;
	left: 0;
	top: 5px
}

.pagecontacts .address-section h4 {
	font-size: 24px;
	color: #333;
	font-weight: 400
}

.pageprice .article {
	padding-bottom: 26px
}

.box.\--box-side .inner-content {
	width: 28%;
	min-height: 190px;
	padding: 26px 26px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	background-size: auto 105%;
	border-radius: 5px
}

@media (max-width:767px) {
	.box.\--box-side .inner-content {
		margin-right: 0;
		margin-bottom: 20px;
		background-size: cover;
		height: inherit !important
	}
}

.box.\--box-side .inner-content:first-child {
	width: 38%;
	height: 402px;
	padding: 30px 26px
}

.box.\--box-side .inner-content:hover {
	background-size: auto 115%
}

@media (max-width:1199px) {
	.box.\--box-side .inner-content:first-child {
		height: 399px
	}
}

@media (max-width:991px) {
	.box.\--box-side .inner-content:first-child {
		width: 48%;
		height: 393px
	}
	.box.\--box-side .inner-content {
		width: 48%
	}
}

@media (max-width:767px) {
	.box.\--box-side .inner-content:hover {
		background-size: cover
	}
}

@media (max-width:480px) {
	.box.\--box-side .inner-content:first-child {
		width: 100%;
		height: 190px
	}
}

.box.\--box-side .inner-content .name {
	font-size: 22px
}

.box.\--box-tile [class^="col-"] {
	margin-bottom: 30px
}

.box.\--box-tile .inner-content {
	position: relative;
	overflow: hidden
}

.box.\--box-tile .inner-content .name {
	position: relative;
	display: block;
	overflow: hidden
}

.box.\--box-tile .inner-content i {
	color: #f52727;
	padding: 15px;
	font-size: 28px;
	border-radius: 10px;
	margin-right: 20px;
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: middle;
	border: 3px solid #f5272753;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.box.\--box-tile .inner-content:hover i {
	border: 3px solid #f52727
}

.box.\--box-tile .inner-content i:before,
.box.\--box-tile .inner-content i:after {
	position: absolute;
	line-height: 1;
	top: calc(50% - 14px);
	right: 0;
	left: 0
}

.box.\--box-tile .inner-content h4 {
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:1210px) {
	.box.\--box-tile .inner-content i {
		display: block;
		margin: auto;
		width: 100px;
		height: 100px;
		line-height: 1;
		font-size: 36px
	}
	.box.\--box-tile .inner-content i:before,
	.box.\--box-tile .inner-content i:after {
		top: calc(50% - 18px)
	}
	.box.\--box-tile .inner-content h4 {
		display: block;
		text-align: center;
		margin-top: 6%
	}
	.box.\--box-tile .inner-content .description {
		text-align: center
	}
}

@media (max-width:767px) {
	.box.\--box-tile .inner-content i {
		width: 128px;
		height: 128px;
		background-size: contain;
		font-size: 48px
	}
	.box.\--box-tile .inner-content i:before,
	.box.\--box-tile .inner-content i:after {
		top: calc(50% - 24px)
	}
}

.box.\--box-texttile .content {
	position: relative
}

.box.\--box-texttile .content:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #333;
	top: 0;
	right: -16px
}

.box.\--box-texttile .slick-list {
	padding-bottom: 15px;
}

@media (max-width:991px) {
	.box.\--box-texttile .content:after {
		display: none
	}
	.box.\--box-texttile ul.marker li {
		padding: 0
	}
	.box.\--box-texttile ul.marker li:before {
		display: none
	}
}

.box.\--box-texttile>div:last-child .content:after {
	display: none
}

.box.\--box-bigtile [class^="col-"] {
	margin-bottom: 30px
}

.box.\--box-bigtile .inner-box {
	height: 350px;
	position: relative;
	padding: 0 20px;
	background-size: cover;
	border-radius: 5px
}

.box.\--box-bigtile .inner-box .content {
	position: absolute;
	padding: 15px 30px;
	bottom: 0;
	left: 20px;
	right: 20px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.box.\--box-bigtile .inner-box:hover .content {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.box.\--box-bigtile-light i {
	margin: 16px auto;
	font-size: 72px;
	color: #f52727
}

.box.\--box-bigtile-light .slick-list {
	padding-bottom: 15px;
}

.box.\--box-bigtile-quality [class^="col-"] {
	margin-bottom: 30px
}

.box.\--box-bigtile-quality .inner-content {
	padding: 30px;
	border: 1px solid #c7d0d8;
	position: relative;
	overflow: hidden;
	transition: .3s
}

@media (max-width:767px) {
	.box.\--box-bigtile-quality .inner-content {
		padding: 10px
	}
}

.box.\--box-bigtile-quality .inner-content .icon {
	width: 144px;
	height: 144px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 10px auto
}

@media (max-width:767px) {
	.box.\--box-bigtile-quality .inner-content .icon {
		width: 256px;
		height: 256px;
		background-size: contain
	}
}

.box.\--box-bigtile-quality .inner-content .name {
	font-size: 24px;
	text-align: center;
	line-height: 1.6
}

@media (max-width:991px) {
	.box.\--box-bigtile-quality .inner-content .name {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.box.\--box-bigtile-quality .inner-content h4 {
		margin-top: 5%
	}
	.box.\--box-bigtile-quality .inner-content .name {
		font-size: 23px
	}
	.box.\--box-bigtile-quality .inner-content h6 {
		margin-bottom: 5%
	}
}

.box.\--box-bigtile-quality .inner-content .description {
	position: absolute;
	top: 0;
	background: #f52727;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 30px;
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	transition: .3s;
	overflow: hidden;
	display: block;
	opacity: 0
}

.box.\--box-bigtile-quality .inner-content:hover .description {
	opacity: 1
}

.box.\--three-box {
	border-radius: 4px;
	padding: 30px
}

@media (max-width:767px) {
	.box.\--three-box {
		padding: 10px
	}
}

.box.\--three-box .inner-content {
	padding: 0 40px;
	border-right: 1px solid #c7d0d8
}

@media (max-width:767px) {
	.box.\--three-box .inner-content {
		border: none
	}
}

.box.\--three-box [class^="col-"]:last-child .inner-content {
	border: none
}

.brends-slider-main .slick-list,
.brends-slider-mobile .slick-list {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6
}

.box.\--box-brends {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	float: left;
	width: 20%;
	position: relative;
	height: 220px;
	background: #fff;
	transition: all .5s ease
}

@media (max-width:767px) {
	.box.\--box-brends {
		width: 100%
	}
}

.box.\--box-brends:hover {
	z-index: 2;
	-webkit-box-shadow: 0 0 61px -11px #0004;
	-moz-box-shadow: 0 0 61px -11px #0004;
	box-shadow: 0 0 61px -11px #0004;
	background: #fff
}

.box.\--box-brends:hover .arrows {
	width: 24px
}

.box.\--box-brends .arrows {
	position: absolute;
	background: url(/images/sprite-clients.png);
	width: 0;
	display: block;
	height: 16px;
	background-repeat: no-repeat;
	background-position: -18px -490px;
	right: 20px;
	bottom: 20px;
	transition: all .5s ease
}

.box.\--box-brends i {
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	margin: 22.5px auto 0;
	background: url(/images/sprite-clients.png);
	width: 175px;
	background-repeat: no-repeat;
	height: 175px;
	padding: 20px;
	display: block
}

.box.\--box-brends i.one {
	background-position: 0 0
}

.box.\--box-brends i.two {
	background-position: -175px 0
}

.box.\--box-brends i.three {
	background-position: -350px 0
}

.box.\--box-brends i.four {
	background-position: -525px 0
}

.box.\--box-brends i.five {
	background-position: -700px 0
}

.box.\--box-brends i.six {
	background-position: -875px 0
}

.box.\--box-brends i.seven {
	background-position: -1050px 0
}

.box.\--box-brends i.eight {
	background-position: -1225px 0
}

.box.\--box-brends i.nine {
	background-position: -1400px 0
}

.box.\--box-brends i.ten {
	background-position: -1575px 0
}

.box.\--box-brends i.eleven {
	background-position: -1750px 0
}

.box.\--box-brends i.twelve {
	background-position: -1925px 0
}

.box.\--box-brends i.thirteen {
	background-position: 0 -175px
}

.box.\--box-brends i.fourteen {
	background-position: -175px -175px
}

.box.\--box-brends i.fifteen {
	background-position: -350px -175px
}

.box.\--box-brends i.sixteen {
	background-position: -525px -175px
}

.box.\--box-brends i.seventeen {
	background-position: -700px -175px
}

.box.\--box-brends i.eighteen {
	background-position: -875px -175px
}

.box.\--box-brends i.ninteen {
	background-position: -1050px -175px
}

.box.\--box-brends i.twenty {
	background-position: -1225px -175px
}

.box.\--box-brends i.twentyone {
	background-position: -1400px -175px
}

.box.\--box-brends i.twenty-two {
	background-position: -1575px -175px
}

.box.\--box-brends i.twenty-three {
	background-position: -1750px -175px
}

.box.\--box-brends i.twenty-four {
	background-position: -1925px -175px
}

.box.\--box-brends i.twenty-five {
	background-position: -175px -350px
}

.box.\--box-brends i.twenty-six {
	background-position: -350px -350px
}

.box.\--box-brends i.twenty-seven {
	background-position: -525px -350px
}

.box.\--box-brends i.twenty-eight {
	background-position: -700px -350px
}

.box.\--box-brends i.twenty-nine {
	background-position: -875px -350px
}

.box.\--box-brends i.thirty {
	background-position: -1050px -350px
}

.box.\--box-brends i.thirty-one {
	background-position: -1225px -350px
}

.box.\--box-brends i.thirty-two {
	background-position: -1400px -350px
}

.box.\--box-brends i.thirty-three {
	background-position: -1575px -350px
}

.box.\--box-brends i.thirty-four {
	background-position: -1750px -350px
}

.box.\--box-brends i.thirty-five {
	background-position: -1925px -350px
}

.box.\--box-brends-light {
	position: relative;
	height: 175px;
	border-right: 1px solid #e6e6e6
}

.brends-light-slider .slick-list {
	border-left: 1px solid #e6e6e6
}

.box.\--box-brends-light:hover {
	z-index: 2;
	-webkit-box-shadow: 0 0 61px -11px #0004;
	-moz-box-shadow: 0 0 61px -11px #0004;
	box-shadow: 0 0 61px -11px #0004;
	background: #fff
}

.box.\--box-brends-light:hover .arrows {
	width: 24px
}

.box.\--box-brends-light .arrows {
	position: absolute;
	background: url(/images/sprite-clients.png);
	width: 0;
	display: block;
	height: 16px;
	background-repeat: no-repeat;
	background-position: -18px -490px;
	right: 20px;
	bottom: 20px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.box.\--box-brends-light i {
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	margin: 0 auto;
	background: url(/images/sprite-clients.png);
	width: 175px;
	background-repeat: no-repeat;
	height: 175px;
	padding: 20px;
	display: block
}

.box.\--box-brends-light i.one {
	background-position: 0 0
}

.box.\--box-brends-light i.two {
	background-position: -175px 0
}

.box.\--box-brends-light i.three {
	background-position: -350px 0
}

.box.\--box-brends-light i.four {
	background-position: -525px 0
}

.box.\--box-brends-light i.five {
	background-position: -700px 0
}

.box.\--box-brends-light i.six {
	background-position: -875px 0
}

.box.\--box-brends-light i.seven {
	background-position: -1050px 0
}

.box.\--box-brends-light i.eight {
	background-position: -1225px 0
}

.box.\--box-brends-light i.nine {
	background-position: -1400px 0
}

.box.\--box-brends-light i.ten {
	background-position: -1575px 0
}

.box.\--box-brends-light i.eleven {
	background-position: -1750px 0
}

.box.\--box-brends-light i.twelve {
	background-position: -1925px 0
}

.box.\--box-brends-light i.thirteen {
	background-position: 0 -175px
}

.box.\--box-brends-light i.fourteen {
	background-position: -175px -175px
}

.box.\--box-brends-light i.fifteen {
	background-position: -350px -175px
}

.box.\--box-brends-light i.sixteen {
	background-position: -525px -175px
}

.box.\--box-brends-light i.seventeen {
	background-position: -700px -175px
}

.box.\--box-brends-light i.eighteen {
	background-position: -875px -175px
}

.box.\--box-brends-light i.ninteen {
	background-position: -1050px -175px
}

.box.\--box-brends-light i.twenty {
	background-position: -1225px -175px
}

.box.\--box-brends-light i.twentyone {
	background-position: -1400px -175px
}

.box.\--box-brends-light i.twenty-two {
	background-position: -1575px -175px
}

.box.\--box-brends-light i.twenty-three {
	background-position: -1750px -175px
}

.box.\--box-brends-light i.twenty-four {
	background-position: -1925px -175px
}

.box.\--box-brends-light i.twenty-five {
	background-position: -175px -350px
}

.box.\--box-brends-light i.twenty-six {
	background-position: -350px -350px
}

.box.\--box-brends-light i.twenty-seven {
	background-position: -525px -350px
}

.box.\--box-brends-light i.twenty-eight {
	background-position: -700px -350px
}

.box.\--box-brends-light i.twenty-nine {
	background-position: -875px -350px
}

.box.\--box-brends-light i.thirty {
	background-position: -1050px -350px
}

.box.\--box-brends-light i.thirty-one {
	background-position: -1225px -350px
}

.box.\--box-brends-light i.thirty-two {
	background-position: -1400px -350px
}

.box.\--box-brends-light i.thirty-three {
	background-position: -1575px -350px
}

.box.\--box-brends-light i.thirty-four {
	background-position: -1750px -350px
}

.box.\--box-brends-light i.thirty-five {
	background-position: -1925px -350px
}

.box.\--box-team {
	margin-top: 40px
}

.box.\--box-team>div>div,
.box.\--box-team [class^="col-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.box.\--box-team [class^="col-"] {
	margin-bottom: 40px
}

.box.\--box-team .inner-content {
	position: relative;
	overflow: hidden;
	transition: .3s;
	border-radius: 10px
}

.box.\--box-team .inner-content img {
	box-shadow: 0 -5px 10px 0
}

.box.\--box-cost [class^="col-md-4"] {
	padding: 0
}

.box.\--box-cost .content {
	position: relative;
	text-align: center;
	margin: 5px;
	border-radius: 5px;
	padding: 16px 10px
}

.box.\--box-cost i {
	font-size: 67px;
	padding: 10px 0 20px
}

@media (max-width:991px) {
	.box.\--box-cost p {
		font-size: 21px;
		font-weight: 700;
		margin-bottom: 4%
	}
}

@media (max-width:767px) {
	.box.\--box-cost i {
		font-size: 120px
	}
}

.box.\--box-cost i:before {
	color: #f52727
}

.box.\--box-cost i:after {
	color: #000
}

.box.\--box-cost .text-content li {
	margin-bottom: 16px
}

.box.\--box-clients {
	width: 100%;
	display: inline-block
}

@media (min-width:768px) {
	.box.\--box-clients li {
		float: left;
		width: 33.33%
	}
	.box.\--box-clients li:nth-child(n+7) {
		display: none
	}
	.box.\--box-clients li:nth-child(n+4) {
		border-top: 1px solid #ccc
	}
	.box.\--box-clients li:nth-child(3n+2) {
		position: relative;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc
	}
	.box.\--box-clients li:nth-child(3n+5):before {
		position: absolute;
		content: "";
		width: 21px;
		height: 21px;
		left: -11px;
		top: -10px;
		background: #fff;
		border-radius: 100px
	}
	.box.\--box-clients li:nth-child(3n+5):after {
		position: absolute;
		content: "";
		width: 21px;
		height: 21px;
		right: -11px;
		top: -10px;
		background: #fff;
		border-radius: 100px
	}
}

@media (max-width:767px) {
	.box.\--box-clients li {
		float: left;
		width: 50%;
		border: 1px solid transparent
	}
	.box.\--box-clients li:nth-child(n+9) {
		display: none
	}
	.box.\--box-clients li:nth-child(n+3) {
		border-top: 1px solid #ccc
	}
	.box.\--box-clients li:nth-child(2n+2) {
		position: relative;
		border-left: 1px solid #ccc
	}
	.box.\--box-clients li:nth-child(2n+4):before {
		position: absolute;
		content: "";
		width: 21px;
		height: 21px;
		left: -11px;
		top: -10px;
		background: #fff;
		border-radius: 100px
	}
}

.box.\--box-process {
	position: relative
}

@media (max-width:767px) {
	.box.\--box-process {
		margin-bottom: 15px
	}
}

.box.\--box-process:before {
	position: absolute;
	height: 1px;
	width: 80%;
	margin: 0 auto;
	background: #393a3b;
	content: '';
	left: 0;
	right: 0;
	top: 158px
}

.box.\--box-process .inner-box {
	padding: 0 12px
}

.box.\--box-process .inner-box .\--number {
	width: 64px;
	height: 64px;
	color: #fff;
	background: #f52727;
	display: block;
	margin: 20px auto 10px;
	text-align: center;
	border-radius: 50%;
	padding-top: 3px;
	border: 18px solid #18191a
}

.box.\--box-process .inner-box .screen-icons {
	min-height: 100px;
	min-width: 120px;
	background-repeat: no-repeat;
	background-position: center
}

.box.\--box-advantage {
	margin-bottom: 10px
}

.box.\--box-advantage .slick-list {
	padding-bottom: 20px;
}

.box.\--box-advantage p {
	font-size: 13px
}

.box.\--box-advantage i {
	margin: 16px auto;
	font-size: 72px;
	color: #f52727
}

.box.\--testimonial-box {
	width: 80%;
	margin: 0 auto
}

@media (max-width:767px) {
	.box.\--testimonial-box {
		margin-bottom: 30px
	}
}

.box.\--testimonial-box .inner-box {
	box-shadow: 0 20px 30px 0 #ccc
}

.box.\--testimonial-box .inner-box img {
	width: 75px;
	height: 75px;
	display: block;
	background-repeat: no-repeat
}

.box.\--testimonial-box .inner-box .rating {
	width: 144px;
	height: 23px;
	display: block;
	background-repeat: no-repeat
}

.box.\--testimonial-box .inner-box .left-side {
	padding: 30px 40px
}

.box.\--testimonial-box .inner-box .right-side {
	padding: 30px 40px;
	position: relative
}

.box.\--testimonial-box .inner-box .right-side:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 28px solid transparent;
	border-right: 28px solid #fff;
	border-bottom: 28px solid transparent;
	top: 40px;
	left: -28px
}

.box.\--testimonials-box .review {
	background-color: #fff;
	padding: 25px 35px;
	margin: 10px 0;
	box-shadow: 0 0 20px 0 #0001;
	float: left;
	width: 100%
}

.box.\--testimonials-box .review h3 {
	font-size: 24px;
	color: #f52727;
	font-weight: 600;
	padding: 0 0 5px 0;
	line-height: 1
}

.box.\--testimonials-box .review h4 {
	font-size: 13px;
	color: #666;
	font-weight: 400;
	padding: 0 0 8px 0;
	line-height: 1
}

.box.\--testimonials-box .review .rating {
	padding-bottom: 12px;
	line-height: 1
}

.box.\--testimonials-box .review .rating.five:before {
	content: url(https://www.ingic.com/assets-web/images/testimonials/star5.png);
}

.box.\--testimonials-box .review .content {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	padding: 0 0 10px 0
}

.box.\--testimonials-box .review .info {
	float: right;
	text-align: right;
	padding: 15px 0 0 0
}

.box.\--testimonials-box .review .info h5 {
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	padding: 0 0 5px 0;
	line-height: 1;
	position: relative
}

.box.\--testimonials-box .review .info h5:before {
	width: 25px;
	height: 1px;
	position: absolute;
	content: "";
	left: -40px;
	top: 7px;
	background-color: #f52727
}

.box.\--testimonials-box .review .info h6 {
	font-size: 12px;
	color: #999;
	font-weight: 600;
	padding: 0 0 8px 0;
	line-height: 1
}

.box.\--testimonials-box .review.show-more {
	display: none
}

.btn {
	padding: 10px 34px;
	display: inline-block;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
	border-radius: 30px;
	cursor: pointer
}

.btn.\--large {
	padding: 10px 46px
}

.btn.btn-grey {
	border: 1px solid #a7a7a8;
	color: #a7a7a8
}

.btn.btn-grey:hover {
	border-color: #f52727 !important;
	color: #f52727
}

.btn.btn-grey.\--lg-border {
	border: 2px solid #a7a7a8
}

.btn.btn-primary {
	background-color: #f52727;
	color: #fff
}

.btn.btn-primary:hover {
	background-color: #f52727dd
}

.btn.btn-primary.\--outline {
	background: none;
	color: #f52727;
	border: 2px solid #f52727
}

.btn.btn-primary.\--outline:hover {
	background: none;
	color: #f52727dd;
	border: 2px solid #f52727dd
}

.btn.btn-primary.\--outline-white {
	background: none;
	color: #fff;
	border: 2px solid #fff
}

.btn.btn-primary.\--outline-white:hover {
	background: none;
	color: #fffd;
	border: 2px solid #fffd
}

.btn.btn-secondary {
	background-color: #18191a;
	color: #fff
}

.btn.btn-secondary:hover {
	background-color: #18191add
}

.btn.btn-secondary.\--outline {
	background: none;
	border: 2px solid #18191a
}

.btn.btn-work {
	background-color: #fff;
	color: #f52727;
	font-weight: 600;
	border: 1px solid #999
}

.btn.btn-work:hover {
	background-color: #f52727;
	color: #fff;
	border: 1px solid #f52727
}

.btn.callback {
	white-space: nowrap;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.btn.callback:hover,
.btn.callback:focus {
	background: #fff;
	color: #f52727
}

.btn.callback.full i {
	width: 0;
	overflow: hidden;
	vertical-align: -5px;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.btn.callback.full:hover i {
	width: 20px
}

.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0
}

.btn-main-slider {
	display: inline-block;
	border: 2px solid #fff;
	background: none;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 46px;
	box-sizing: border-box;
	cursor: pointer;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 260px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	transition: all .2s;
	-webkit-transition: all .2s
}

.btn-main-slider:hover {
	background: #fff !important;
	color: #f52727 !important
}

.btn-main-slider:before {
	display: block;
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid transparent;
	transition: all .2s;
	-webkit-transition: all .2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.btn-main-slider:hover:before {
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
	border-color: #fff
}

@media (max-width:767px) {
	.btn-main-slider {
		font-size: 14px;
		height: 40px;
		line-height: 37px;
		min-width: 180px
	}
}

.call {
	position: fixed;
	bottom: 64px;
	width: 42px;
	z-index: 999;
	display: none;
	right: 10px;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

@media (max-width:767px) {
	.call {
		display: block
	}
}

@media (min-width:350px) {
	.call {
		bottom: 30px;
		right: 18px
	}
}

.call.active {
	right: 84%
}

.call a,
.call p {
	cursor: pointer;
	background: #f52727;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	box-shadow: 0 2px 10px #0007;
	color: #fff;
	font-size: 23px;
	padding: 0;
	margin-bottom: 10px
}

.call .phone {
	background: #1dbc55
}

.call .other {
	background: #222425
}

.call .lang {
	background: #f52727;
	font-size: 22px
}

.call .lang.active {
	background: #999;
	font-size: 22px
}

.call .lang-dropdown {
	background: #f52727;
	font-size: 22px
}

.call .lang-dropdown.show {
	background: #999
}

.call .phone:before {
	content: "\f3cd";
	font-family: "Font Awesome 5 Pro";
	margin: auto;
	font-weight: 900
}

.call .other:before {
	content: "\f4ad";
	font-family: "Font Awesome 5 Pro";
	margin: auto
}

.call .lang-dropdown:before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Pro";
	margin: auto
}

.call .lang-block {
	scale: 0;
	width: 48px;
	height: 0;
	padding: 0;
	margin-bottom: 0px !important;
	position: relative !important;
	transform: translate(0) !important;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.call .lang-block.show {
	scale: 1;
	height: 48px;
	margin-bottom: 10px !important
}

.load-more {
	text-align: center;
	padding: 20px 0 0 0
}

.load-more a {
	font-size: 13px;
	color: #aaa;
	font-weight: 700;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 1;
	display: table;
	margin: auto
}

.load-more a:hover {
	color: #999
}

.load-more .load-dots,
.load-more .load-dots:before,
.load-more .load-dots:after {
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	margin-top: 12px;
	border-radius: 50%;
	background: #ccc;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.load-more .load-dots:before {
	content: "";
	position: absolute;
	left: -13px;
	bottom: 0
}

.load-more .load-dots:after {
	content: "";
	position: absolute;
	right: -13px;
	bottom: 0
}

.load-more a:hover .load-dots,
.load-more a:hover .load-dots:before,
.load-more a:hover .load-dots:after {
	background: #bbb
}

.mobile-nav {
	position: fixed;
	width: 80%;
	height: 100%;
	overflow-y: auto;
	top: 0;
	right: -80%;
	z-index: 12;
	background: #f52727;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	overflow: hidden;
	background: #f8f8f8
}

.mobile-nav.active {
	right: 0
}

.mobile-nav .callnow {
	font-size: 4vw;
	font-weight: 500;
	color: #f52727;
	padding: 22px 24px;
	display: block;
	letter-spacing: 3px;
	line-height: 1
}

.mobile-nav nav {
	height: 100%;
	overflow: scroll;
	margin-right: -10px
}

.mobile-nav nav li a {
	color: #666;
	font-weight: 500;
	display: block;
	padding: 10px 24px;
	border-top: 1px solid #eee;
	text-shadow: 0 0 0 #666
}

.mobile-nav nav li.active>a,
.mobile-nav nav li>a.active {
	color: #fff;
	background: #f52727;
	text-shadow: 0 0 0 #fff
}

.mobile-nav nav li ul li.active>a {
	text-shadow: none
}

.mobile-nav nav li a.drop:before {
	content: "\f107";
	position: absolute;
	right: 20px;
	font-family: "Font Awesome 5 Pro";
	color: #666
}

.mobile-nav nav li>a.drop.active:before {
	content: "\f106";
	color: #fff
}

.mobile-nav nav li.active>a.drop:before {
	color: #fff
}

.mobile-nav nav li ul {
	display: none;
	background: #fff
}

.mobile-nav nav li ul li a {
	font-size: 12px
}

.mobile-nav nav li ul li a:hover {
	color: #f52727
}

.mobile-nav nav li ul li.active a {
	font-weight: 700
}

.mobile-nav nav li ul li.active a:hover {
	color: #fff
}

.mobile-nav nav li ul.dropdown {
	margin-left: 40px;
	display: none
}

.mobile-nav nav li ul.dropdown a {
	font-size: 12px;
	border: none;
	padding: 10px 0
}

.mobile-nav nav li ul.dropdown a:hover {
	color: #666;
	background: transparent
}

.mobile-nav-btn {
	display: none;
	position: fixed;
	top: 14px;
	height: 30px;
	padding: 6px 7px;
	border-radius: 4px;
	right: 2%;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	z-index: 14
}

@media (max-width:767px) {
	.mobile-nav-btn {
		display: block
	}
}

.mobile-nav-btn span {
	display: none;
	height: 3px;
	width: 22px;
	background-color: #f52727;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	top: 8px
}

.mobile-nav-btn:active {
	transition: 0
}

.mobile-nav-btn span:before,
.mobile-nav-btn span:after {
	display: block;
	background-color: #f52727;
	height: 3px;
	width: 22px;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: .28571rem center;
	transform-origin: .28571rem center;
	right: 0;
	margin: 0 auto
}

.mobile-nav-btn .lines:before {
	top: 6px
}

.mobile-nav-btn .lines:after {
	top: -6px
}

.mobile-nav-btn.active {
	right: 84%
}

.mobile-nav-btn .lines {
	-webkit-transition: background .3s .5s ease;
	-moz-transition: background .3s .5s ease;
	-o-transition: background .3s .5s ease;
	transition: background .3s .5s ease
}

.mobile-nav-btn .lines:before,
.mobile-nav-btn .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: top .3s .6s ease, -webkit-transform .3s ease;
	transition: top .3s .6s ease, transform .3s ease
}

.app-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.app-container.active {
	left: -80%
}

header {
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 0;
	background: #fff
}

header .logo {
	margin-left: 0;
	padding: 20px 0 12px
}

header .logo .red {
	display: block
}

header .logo .white {
	display: none
}

@media (min-width:1400px) {
	header .logo {
		margin-left: 72px
	}
}

@media (min-width:992px) {
	header .logo {
		margin-top: 8px;
		margin-bottom: 8px
	}
}

header nav {
	float: right;
	margin-top: 26px
}

@media (max-width:991px) {
	header nav {
		margin-top: 17px
	}
}

header nav li {
	text-transform: uppercase;
	font-weight: 400
}

header nav li a {
	padding: 25px 28px;
	color: #5a4e4e;
	font-kerning: none;
	position: relative;
	transition: .3s
}

header nav li.last a {
	padding-right: 22px
}

header nav li.active a:before,
header nav li a:before {
	content: "–";
	color: #f52727;
	font-size: 24px;
	position: absolute;
	left: 8px;
	display: none;
	bottom: 18px
}

header nav li.active a:before,
header nav li:hover a:before {
	display: block
}

header nav li.dropdown {
	position: relative
}

header nav li.dropdown:before {
	content: "\f107";
	position: absolute;
	right: 0;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	top: -1px;
	color: #5a4e4e
}

header nav li.dropdown ul {
	display: none;
	position: absolute;
	background: #fff;
	width: 220px;
	border-radius: 10px;
	padding: 20px;
	top: 40px;
	left: 0
}

header nav li.dropdown:hover ul {
	display: block
}

header nav li.dropdown ul li {
	display: block
}

header nav li.dropdown ul li:hover a {
	color: #f52727
}

header nav li.dropdown ul li a {
	padding: 6px 0;
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #666
}

header nav li.dropdown ul li a:before {
	display: none
}

header .contact {
	font-size: 15px
}

header .contact .phone {
	padding: 0 4%;
	margin: 26px 0;
	display: inline-block;
	color: #666;
	border-left: 1px solid #666;
	text-shadow: 0 0 0 #666
}

header .contact .phone i {
	color: #666;
	padding-right: 10px
}

@media (max-width:1299px) {
	header .contact .phone i {
		display: none
	}
}

header .contact .lang {
	padding: 0 4%;
	margin: 26px 0;
	display: inline-block;
	color: #666;
	text-shadow: 0 0 0 #666
}

header .contact .language-switch {
	display: inline
}

header .contact .btn.btn-language {
	background: #aaa;
	color: #fff
}

header .contact .btn.btn-language.active {
	background: #f52727;
	color: #fff
}

header .contact .btn.btn-language:hover,
header .contact .btn.btn-language:focus {
	background: #f52727dd
}

header .contact span.btn.btn-language,
header .contact span.btn.btn-language {
	background: #eee;
	color: #333
}

header .contact span.btn.btn-language:hover,
header .contact span.btn.btn-language:focus {
	background: #333;
	color: #fff
}

header .contact .language-switch .btn.btn-language:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 8px 3%;
	margin-left: 14px
}

header .contact .language-switch .btn.btn-language:last-child,
header .contact .language-switch span.btn.btn-language {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 8px 3%
}

header .contact .btn-language img {
	display: inline-block
}

header .contact .language-switch .lang-block {
	display: none;
	padding: 10px 0;
	background: #fff;
	border-radius: 10px
}

header .contact .language-switch .lang-block.show {
	display: block
}

header .contact .language-switch .lang-block li {
	padding: 6px 0
}

header .contact .language-switch .lang-block li a {
	padding: 6px 20px
}

header .contact .language-switch .lang-block li.lang-active a {
	background: #eee
}

header .contact .language-switch .lang-block li a:hover,
header .contact .language-switch .lang-block li a:focus {
	color: #f52727
}

header .contact .language-switch .lang-block li img {
	display: inline-block
}

@media (max-width:1199px) {
	header .contact .btn {
		padding: 8px 11px !important
	}
}

header .contact .btn {
	padding: 8px 6%;
	margin: 18px 0;
	border-radius: 20px;
	font-size: 14px;
	background: #f52727;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block
}

header.transparent {
	background: #0008
}

header.transparent .logo .red {
	display: none
}

header.transparent .logo .white {
	display: block
}

header.transparent nav li a {
	color: #fff;
	text-shadow: 0 0 0 #fff
}

header.transparent nav li.dropdown:before {
	color: #fff
}

header.transparent .contact .phone {
	color: #fff;
	border-left: 1px solid #fff;
	text-shadow: 0 0 0 #fff
}

header.transparent .contact .phone i {
	color: #fff
}

header.transparent .contact .lang {
	color: #fff;
	text-shadow: 0 0 0 #fff
}

header.transparent .contact .btn.btn-language {
	background: #fff;
	color: #f52727
}

header.transparent .contact .btn.btn-language.active {
	background: #f52727;
	color: #fff
}

header.transparent .contact .btn.btn-language:hover,
header.transparent .contact .btn.btn-language:focus {
	background: #f52727dd;
	color: #fff
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.draggable {
	cursor: pointer;
	cursor: hand
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev:before:hover,
.slick-next:before:hover {
	color: #fff
}

.slick-prev:before {
	content: "\f104"
}

.slick-next {
	right: -25px
}

.slick-next:before {
	content: "\f105"
}

.slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots.absolute {
	position: absolute !important;
	bottom: -15px !important
}

.slick-dots li {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	height: auto;
	width: auto;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots.absolute li {
	vertical-align: bottom
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots .slick-active button {
	background: #f52727
}

.slick-dots li button {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #c1c1c1;
	border: 0 solid #858585;
	margin: 0;
	padding: 0
}

.main-slider.slick-vertical .slick-slide {
	border: 0
}

.main-slider .slick-prev,
.main-slider .slick-next {
	z-index: 9;
	top: 85%;
	border-radius: 100%;
	border: 2px solid #ffffff99;
	width: 38px;
	height: 38px;
	-webkit-tap-highlight-color: #0000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px #0000;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.main-slider .slick-prev:hover,
.main-slider .slick-next:hover {
	border: 2px solid #f52727
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
	font-size: 16px;
	border-radius: 100%;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.main-slider .slick-prev:hover:before,
.main-slider .slick-next:hover:before {
	color: #f52727
}

@media (max-width:767px) {
	.main-slider .slick-prev,
	.main-slider .slick-next {
		display: none !important
	}
}

.main-slider .slick-prev {
	right: calc(10% + 60px)
}

.main-slider .slick-prev:before {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	width: 10px;
	text-align: left;
	margin: auto;
	display: block
}

.main-slider .slick-next {
	right: 10%
}

.main-slider .slick-next:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	width: 10px;
	text-align: right;
	margin: auto;
	display: block
}

.main-slider .slick-dots {
	bottom: 40%;
	display: block;
	position: absolute;
	text-align: right;
	padding: 0;
	right: 10%;
	margin: 0;
	width: auto
}

@media (max-width:767px) {
	.main-slider .slick-dots {
		display: none !important
	}
}

.main-slider .slick-dots li {
	position: relative;
	display: block;
	height: auto;
	text-align: right;
	width: auto;
	margin: 0;
	padding: 10px 0 10px;
	cursor: pointer
}

.main-slider .slick-dots li button {
	border-radius: 0;
	width: 16px;
	height: 2px;
	background: transparent
}

.main-slider .slick-dots li:after {
	content: "";
	height: 2px;
	width: 15px;
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	-webkit-tap-highlight-color: #0000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.main-slider .slick-dots li.slick-active button {
	width: 30px
}

.main-slider .slick-dots li.slick-active:before {
	opacity: 1
}

.main-slider .slick-dots li.slick-active:after {
	content: "";
	height: 2px;
	width: 30px;
	position: absolute;
	right: 0;
	background-color: #f52727
}

.main-slider .slick-dots li.slick-active:hover:before {
	opacity: 1
}

.main-slider .slick-dots li:before {
	position: absolute;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	white-space: nowrap;
	opacity: 0;
	top: 0;
	right: 38px;
	-webkit-tap-highlight-color: #0000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.main-slider .slick-dots li:hover:before {
	opacity: 0.6
}

.main-slider .slick-dots li:nth-child(1):before {
	content: "Разработка сайтов"
}

.main-slider .slick-dots li:nth-child(2):before {
	content: "SEO оптимизация"
}

.main-slider .slick-dots li:nth-child(3):before {
	content: "Разработка фирстиля"
}

.main-slider .slick-dots li:nth-child(4):before {
	content: "Команда"
}

html:lang(en-gb) .main-slider .slick-dots li:nth-child(1):before {
	content: "Website development"
}

html:lang(en-gb) .main-slider .slick-dots li:nth-child(2):before {
	content: "SEO optimization"
}

html:lang(en-gb) .main-slider .slick-dots li:nth-child(3):before {
	content: "Corporate identity development"
}

html:lang(en-gb) .main-slider .slick-dots li:nth-child(4):before {
	content: "Team"
}

.hero-slider .slick-arrow {
	display: none !important;
	transition: .4s
}

.hero-slider:hover .slick-arrow {
	display: block !important
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
	z-index: 1;
	background: #fff2;
	border-radius: 50%;
	top: calc(50% + 35px);
	padding: 0 0;
	width: 40px;
	height: 40px
}

@media (max-width:1299px) {
	.hero-slider .slick-prev,
	.hero-slider .slick-next {
		top: 90%
	}
}

.hero-slider .slick-prev {
	left: 30px
}

.hero-slider .slick-next {
	right: 30px
}

.hero-slider .slick-prev:before {
	letter-spacing: 2px
}

.hero-slider .slick-next:before {
	letter-spacing: -2px
}

.hero-slider .slick-dots {
	bottom: 50px;
	text-align: left;
	padding: 0 0 0 9%
}

.hero-slider .slick-dots .slick-active button {
	background: #f52727
}

.hero-slider .slick-dots button {
	background: #4d4d4d
}

.hero-banner {
	width: 100%;
	height: 450px;
	margin-top: 74px;
	background-size: cover;
	background-position: center
}

@media (max-width:991px) {
	.hero-banner {
		margin-top: 58px
	}
}

@media (max-width:767px) {
	.hero-banner {
		height: 380px
	}
	.hero-banner .container h1,
	.hero-banner .container .h1 {
		font-size: 32px
	}
	.hero-banner .container h5,
	.hero-banner .container .h5 {
		font-size: 14px
	}
}

.hero-banner .banner-content {
	position: relative;
	z-index: 11
}

@media (max-width:991px) {
	.hero-banner .banner-content {
		width: 100%
	}
}

@media (max-width:767px) {
	.hero-banner .banner-content .title {
		font-size: 32px
	}
	.hero-banner .banner-content .subtitle {
		font-size: 14px
	}
}

.hero-banner.homepage {
	margin-top: 0;
	height: 694px
}

@media (max-width:767px) {
	.hero-banner.homepage {
		height: 450px
	}
}

.hero-banner.homepage .slide-text {
	display: inline-block;
	position: relative
}

.hero-banner.homepage .slide-text p {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 22px
}

@media (max-width:767px) {
	.hero-banner.homepage .slide-text p {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.hero-banner.homepage .slide-text {
		padding: 0 20px
	}
}

@media (max-width:767px) {
	.bottom-contact {
		padding: 20px 0 10px !important
	}
	.bottom-contact .head-title {
		width: 100%;
		font-size: 23px !important
	}
	.bottom-contact .btn {
		margin: 5px 0 20px !important;
		font-size: 18px !important
	}
}

footer .footer-contact i {
	position: absolute;
	left: 0;
	font-size: 18px
}

footer nav {
	margin-left: 40px;
	position: relative
}

footer nav:before {
	width: 1px;
	height: 32px;
	content: '';
	position: absolute;
	background: #666;
	left: -50px;
	top: 0
}

footer nav a {
	color: #888;
	display: block;
	margin-bottom: 6px
}

footer nav a:hover {
	color: #eee
}

.copyright {
	background: #141516
}

.copyright .social-links a {
	display: inline-block;
	text-align: center;
	margin-left: 14px
}

.copyright a:hover i,
.copyright a:hover {
	color: #eee;
}

@media (max-width:767px) {
	.social-links {
		padding: 10px 0
	}
}